md/assets/index-CUYSPV4g.js
2024-08-20 11:53:35 +00:00

1149 lines
6.4 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 Cb=Object.defineProperty;var wb=(e,t,y)=>t in e?Cb(e,t,{enumerable:!0,configurable:!0,writable:!0,value:y}):e[t]=y;var xb=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var Vh=(e,t,y)=>wb(e,typeof t!="symbol"?t+"":t,y);import mermaid from"https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs";var Nb=xb((exports,module)=>{(function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const k of document.querySelectorAll('link[rel="modulepreload"]'))n(k);new MutationObserver(k=>{for(const L of k)if(L.type==="childList")for(const $ of L.addedNodes)$.tagName==="LINK"&&$.rel==="modulepreload"&&n($)}).observe(document,{childList:!0,subtree:!0});function y(k){const L={};return k.integrity&&(L.integrity=k.integrity),k.referrerPolicy&&(L.referrerPolicy=k.referrerPolicy),k.crossOrigin==="use-credentials"?L.credentials="include":k.crossOrigin==="anonymous"?L.credentials="omit":L.credentials="same-origin",L}function n(k){if(k.ep)return;k.ep=!0;const L=y(k);fetch(k.href,L)}})();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$2=Array.isArray,isMap$1=e=>toTypeString(e)==="[object Map]",isSet$1=e=>toTypeString(e)==="[object Set]",isDate$1=e=>toTypeString(e)==="[object Date]",isFunction$4=e=>typeof e=="function",isString$3=e=>typeof e=="string",isSymbol$1=e=>typeof e=="symbol",isObject$4=e=>e!==null&&typeof e=="object",isPromise=e=>(isObject$4(e)||isFunction$4(e))&&isFunction$4(e.then)&&isFunction$4(e.catch),objectToString$1=Object.prototype.toString,toTypeString=e=>objectToString$1.call(e),toRawType=e=>toTypeString(e).slice(8,-1),isPlainObject$3=e=>toTypeString(e)==="[object Object]",isIntegerKey=e=>isString$3(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$3(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$2(e)){const t={};for(let y=0;y<e.length;y++){const n=e[y],k=isString$3(n)?parseStringStyle(n):normalizeStyle(n);if(k)for(const L in k)t[L]=k[L]}return t}else if(isString$3(e)||isObject$4(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$3(e))t=e;else if(isArray$2(e))for(let y=0;y<e.length;y++){const n=normalizeClass(e[y]);n&&(t+=n+" ")}else if(isObject$4(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$3(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$1(e),n=isDate$1(t);if(y||n)return y&&n?e.getTime()===t.getTime():!1;if(y=isSymbol$1(e),n=isSymbol$1(t),y||n)return e===t;if(y=isArray$2(e),n=isArray$2(t),y||n)return y&&n?looseCompareArrays(e,t):!1;if(y=isObject$4(e),n=isObject$4(t),y||n){if(!y||!n)return!1;const k=Object.keys(e).length,L=Object.keys(t).length;if(k!==L)return!1;for(const $ in e){const j=e.hasOwnProperty($),V=t.hasOwnProperty($);if(j&&!V||!j&&V||!looseEqual(e[$],t[$]))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$3(e)?e:e==null?"":isArray$2(e)||isObject$4(e)&&(e.toString===objectToString$1||!isFunction$4(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],L)=>(y[stringifySymbol(n,L)+" =>"]=k,y),{})}:isSet$1(t)?{[`Set(${t.size})`]:[...t.values()].map(y=>stringifySymbol(y))}:isSymbol$1(t)?stringifySymbol(t):isObject$4(t)&&!isArray$2(t)&&!isPlainObject$3(t)?String(t):t,stringifySymbol=(e,t="")=>{var y;return isSymbol$1(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 k=this.parent.scopes.pop();k&&k!==this&&(this.parent.scopes[this.index]=k,k.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,k){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,k)}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 k;n._dirtyLevel<t&&(k??(k=e.get(n)===n._trackId))&&(n._shouldSchedule||(n._shouldSchedule=n._dirtyLevel===0),n._dirtyLevel=t),n._shouldSchedule&&(k??(k=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 k=n.get(y);k||n.set(y,k=createDep(()=>n.delete(y))),trackEffect(activeEffect,k)}}function trigger(e,t,y,n,k,L){const $=targetMap.get(e);if(!$)return;let j=[];if(t==="clear")j=[...$.values()];else if(y==="length"&&isArray$2(e)){const V=Number(n);$.forEach((z,re)=>{(re==="length"||!isSymbol$1(re)&&re>=V)&&j.push(z)})}else switch(y!==void 0&&j.push($.get(y)),t){case"add":isArray$2(e)?isIntegerKey(y)&&j.push($.get("length")):(j.push($.get(ITERATE_KEY)),isMap$1(e)&&j.push($.get(MAP_KEY_ITERATE_KEY)));break;case"delete":isArray$2(e)||(j.push($.get(ITERATE_KEY)),isMap$1(e)&&j.push($.get(MAP_KEY_ITERATE_KEY)));break;case"set":isMap$1(e)&&j.push($.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$1)),arrayInstrumentations=createArrayInstrumentations();function createArrayInstrumentations(){const e={};return["includes","indexOf","lastIndexOf"].forEach(t=>{e[t]=function(...y){const n=toRaw(this);for(let L=0,$=this.length;L<$;L++)track(n,"get",L+"");const k=n[t](...y);return k===-1||k===!1?n[t](...y.map(toRaw)):k}}),["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$1(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 k=this._isReadonly,L=this._isShallow;if(y==="__v_isReactive")return!k;if(y==="__v_isReadonly")return k;if(y==="__v_isShallow")return L;if(y==="__v_raw")return n===(k?L?shallowReadonlyMap:readonlyMap:L?shallowReactiveMap:reactiveMap).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(n)?t:void 0;const $=isArray$2(t);if(!k){if($&&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$1(y)?builtInSymbols.has(y):isNonTrackableKeys(y))||(k||track(t,"get",y),L)?j:isRef(j)?$&&isIntegerKey(y)?j:j.value:isObject$4(j)?k?readonly(j):reactive(j):j}}class MutableReactiveHandler extends BaseReactiveHandler{constructor(t=!1){super(!1,t)}set(t,y,n,k){let L=t[y];if(!this._isShallow){const V=isReadonly(L);if(!isShallow(n)&&!isReadonly(n)&&(L=toRaw(L),n=toRaw(n)),!isArray$2(t)&&isRef(L)&&!isRef(n))return V?!1:(L.value=n,!0)}const $=isArray$2(t)&&isIntegerKey(y)?Number(y)<t.length:hasOwn$1(t,y),j=Reflect.set(t,y,n,k);return t===toRaw(k)&&($?hasChanged(n,L)&&trigger(t,"set",y,n):trigger(t,"add",y,n)),j}deleteProperty(t,y){const n=hasOwn$1(t,y);t[y];const k=Reflect.deleteProperty(t,y);return k&&n&&trigger(t,"delete",y,void 0),k}has(t,y){const n=Reflect.has(t,y);return(!isSymbol$1(y)||!builtInSymbols.has(y))&&track(t,"has",y),n}ownKeys(t){return track(t,"iterate",isArray$2(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 k=toRaw(e),L=toRaw(t);y||(hasChanged(t,L)&&track(k,"get",t),track(k,"get",L));const{has:$}=getProto$2(k),j=n?toShallow:y?toReadonly:toReactive;if($.call(k,t))return j(e.get(t));if($.call(k,L))return j(e.get(L));e!==k&&e.get(t)}function has(e,t=!1){const y=this.__v_raw,n=toRaw(y),k=toRaw(e);return t||(hasChanged(e,k)&&track(n,"has",e),track(n,"has",k)),e===k?y.has(e):y.has(e)||y.has(k)}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:k,get:L}=getProto$2(n);let $=k.call(n,e);$||(e=toRaw(e),$=k.call(n,e));const j=L.call(n,e);return n.set(e,t),$?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 k=y.call(t,e);k||(e=toRaw(e),k=y.call(t,e)),n&&n.call(t,e);const L=t.delete(e);return k&&trigger(t,"delete",e,void 0),L}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,k){const L=this,$=L.__v_raw,j=toRaw($),V=t?toShallow:e?toReadonly:toReactive;return!e&&track(j,"iterate",ITERATE_KEY),$.forEach((z,re)=>n.call(k,V(z),V(re),L))}}function createIterableMethod(e,t,y){return function(...n){const k=this.__v_raw,L=toRaw(k),$=isMap$1(L),j=e==="entries"||e===Symbol.iterator&&$,V=e==="keys"&&$,z=k[e](...n),re=y?toShallow:t?toReadonly:toReactive;return!t&&track(L,"iterate",V?MAP_KEY_ITERATE_KEY:ITERATE_KEY),{next(){const{value:ie,done:oe}=z.next();return oe?{value:ie,done:oe}:{value:j?[re(ie[0]),re(ie[1])]:re(ie),done:oe}},[Symbol.iterator](){return this}}}}function createReadonlyMethod(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function createInstrumentations(){const e={get(L){return get$1(this,L)},get size(){return size$2(this)},has,add,set:set$1,delete:deleteEntry,clear,forEach:createForEach(!1,!1)},t={get(L){return get$1(this,L,!1,!0)},get size(){return size$2(this)},has,add(L){return add.call(this,L,!0)},set(L,$){return set$1.call(this,L,$,!0)},delete:deleteEntry,clear,forEach:createForEach(!1,!0)},y={get(L){return get$1(this,L,!0)},get size(){return size$2(this,!0)},has(L){return has.call(this,L,!0)},add:createReadonlyMethod("add"),set:createReadonlyMethod("set"),delete:createReadonlyMethod("delete"),clear:createReadonlyMethod("clear"),forEach:createForEach(!0,!1)},n={get(L){return get$1(this,L,!0,!0)},get size(){return size$2(this,!0)},has(L){return has.call(this,L,!0)},add:createReadonlyMethod("add"),set:createReadonlyMethod("set"),delete:createReadonlyMethod("delete"),clear:createReadonlyMethod("clear"),forEach:createForEach(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(L=>{e[L]=createIterableMethod(L,!1,!1),y[L]=createIterableMethod(L,!0,!1),t[L]=createIterableMethod(L,!1,!0),n[L]=createIterableMethod(L,!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,L)=>k==="__v_isReactive"?!e:k==="__v_isReadonly"?e:k==="__v_raw"?n:Reflect.get(hasOwn$1(y,k)&&k in n?y:n,k,L)}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,k){if(!isObject$4(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const L=k.get(e);if(L)return L;const $=getTargetType(e);if($===0)return e;const j=new Proxy(e,$===2?n:y);return k.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$4(e)?reactive(e):e,toReadonly=e=>isObject$4(e)?readonly(e):e;class ComputedRefImpl{constructor(t,y,n,k){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=!k,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,k;const L=isFunction$4(e);return L?(n=e,k=NOOP):(n=e.get,k=e.set),new ComputedRefImpl(n,k,L||!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 k=e.dep;k&&triggerEffects(k,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 k=e[t];return isRef(k)&&!isRef(y)?(k.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$2(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$4(e)?new GetterRefImpl(e):isObject$4(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,k=getComponentTrace();if(n)callWithErrorHandling(n,y,11,[e+t.map(L=>{var $,j;return(j=($=L.toString)==null?void 0:$.call(L))!=null?j:JSON.stringify(L)}).join(""),y&&y.proxy,k.map(({vnode:L})=>`at <${formatComponentName(y,L.type)}>`).join(`
`),k]);else{const L=[`[Vue warn]: ${e}`,...t];k.length&&L.push(`
`,...formatTrace(k)),console.warn(...L)}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,k=` at <${formatComponentName(e.component,e.type,n)}`,L=">"+y;return e.props?[k,...formatProps(e.props),L]:[k+L]}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$3(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$4(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(k){handleError(k,t,y)}}function callWithAsyncErrorHandling(e,t,y,n){if(isFunction$4(e)){const k=callWithErrorHandling(e,t,y,n);return k&&isPromise(k)&&k.catch(L=>{handleError(L,t,y)}),k}if(isArray$2(e)){const k=[];for(let L=0;L<e.length;L++)k.push(callWithAsyncErrorHandling(e[L],t,y,n));return k}}function handleError(e,t,y,n=!0){const k=t?t.vnode:null;if(t){let L=t.parent;const $=t.proxy,j=`https://vuejs.org/error-reference/#runtime-${y}`;for(;L;){const z=L.ec;if(z){for(let re=0;re<z.length;re++)if(z[re](e,$,j)===!1)return}L=L.parent}const V=t.appContext.config.errorHandler;if(V){pauseTracking(),callWithErrorHandling(V,null,10,[e,$,j]),resetTracking();return}}logError(e,y,k,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$1(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,k=queue$2[n],L=getId(k);L<e||L===e&&k.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$2(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=(...k)=>{n._d&&setBlockTracking(-1);const L=setCurrentRenderingInstance(t);let $;try{$=e(...k)}finally{setCurrentRenderingInstance(L),n._d&&setBlockTracking(1)}return $};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 k=0;k<t.length;k++){let[L,$,j,V=EMPTY_OBJ]=t[k];L&&(isFunction$4(L)&&(L={mounted:L,updated:L}),L.deep&&traverse($),n.push({dir:L,instance:y,value:$,oldValue:void 0,arg:j,modifiers:V}))}return e}function invokeDirectiveHook(e,t,y,n){const k=e.dirs,L=t&&t.dirs;for(let $=0;$<k.length;$++){const j=k[$];L&&(j.oldValue=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 k=t.default&&getTransitionRawChildren(t.default(),!0);if(!k||!k.length)return;let L=k[0];if(k.length>1){for(const oe of k)if(oe.type!==Comment){L=oe;break}}const $=toRaw(e),{mode:j}=$;if(n.isLeaving)return emptyPlaceholder(L);const V=getKeepAliveChild(L);if(!V)return emptyPlaceholder(L);let z=resolveTransitionHooks(V,$,n,y,oe=>z=oe);setTransitionHooks(V,z);const re=y.subTree,ie=re&&getKeepAliveChild(re);if(ie&&ie.type!==Comment&&!isSameVNodeType(V,ie)&&recursiveGetSubtree(y).type!==Comment){const oe=resolveTransitionHooks(ie,$,n,y);if(setTransitionHooks(ie,oe),j==="out-in"&&V.type!==Comment)return n.isLeaving=!0,oe.afterLeave=()=>{n.isLeaving=!1,y.update.active!==!1&&(y.effect.dirty=!0,y.update())},emptyPlaceholder(L);j==="in-out"&&V.type!==Comment&&(oe.delayLeave=(ue,de,pe)=>{const Ie=getLeavingNodesForType(n,ie);Ie[String(ie.key)]=ie,ue[leaveCbKey]=()=>{de(),ue[leaveCbKey]=void 0,delete z.delayedLeave},z.delayedLeave=pe})}return L}}},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,k){const{appear:L,mode:$,persisted:j=!1,onBeforeEnter:V,onEnter:z,onAfterEnter:re,onEnterCancelled:ie,onBeforeLeave:oe,onLeave:ue,onAfterLeave:de,onLeaveCancelled:pe,onBeforeAppear:Ie,onAppear:he,onAfterAppear:Ce,onAppearCancelled:_e}=t,Ne=String(e.key),Fe=getLeavingNodesForType(y,e),Ue=(Ve,qe)=>{Ve&&callWithAsyncErrorHandling(Ve,n,9,qe)},kt=(Ve,qe)=>{const jt=qe[1];Ue(Ve,qe),isArray$2(Ve)?Ve.every(tr=>tr.length<=1)&&jt():Ve.length<=1&&jt()},Et={mode:$,persisted:j,beforeEnter(Ve){let qe=V;if(!y.isMounted)if(L)qe=Ie||V;else return;Ve[leaveCbKey]&&Ve[leaveCbKey](!0);const jt=Fe[Ne];jt&&isSameVNodeType(e,jt)&&jt.el[leaveCbKey]&&jt.el[leaveCbKey](),Ue(qe,[Ve])},enter(Ve){let qe=z,jt=re,tr=ie;if(!y.isMounted)if(L)qe=he||z,jt=Ce||re,tr=_e||ie;else return;let rr=!1;const ar=Ve[enterCbKey$1]=nr=>{rr||(rr=!0,nr?Ue(tr,[Ve]):Ue(jt,[Ve]),Et.delayedLeave&&Et.delayedLeave(),Ve[enterCbKey$1]=void 0)};qe?kt(qe,[Ve,ar]):ar()},leave(Ve,qe){const jt=String(e.key);if(Ve[enterCbKey$1]&&Ve[enterCbKey$1](!0),y.isUnmounting)return qe();Ue(oe,[Ve]);let tr=!1;const rr=Ve[leaveCbKey]=ar=>{tr||(tr=!0,qe(),ar?Ue(pe,[Ve]):Ue(de,[Ve]),Ve[leaveCbKey]=void 0,Fe[jt]===e&&delete Fe[jt])};Fe[jt]=e,ue?kt(ue,[Ve,rr]):rr()},clone(Ve){const qe=resolveTransitionHooks(Ve,t,y,n,k);return k&&k(qe),qe}};return Et}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$4(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=[],k=0;for(let L=0;L<e.length;L++){let $=e[L];const j=y==null?$.key:String(y)+String($.key!=null?$.key:L);$.type===Fragment?($.patchFlag&128&&k++,n=n.concat(getTransitionRawChildren($.children,t,j))):(t||$.type!==Comment)&&n.push(j!=null?cloneVNode($,{key:j}):$)}if(k>1)for(let L=0;L<n.length;L++)n[L].patchFlag=-2;return n}/*! #__NO_SIDE_EFFECTS__ */function defineComponent(e,t){return isFunction$4(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 k=y;for(;k;){if(k.isDeactivated)return;k=k.parent}return e()});if(injectHook(t,n,y),y){let k=y.parent;for(;k&&k.parent;)isKeepAlive(k.parent.vnode)&&injectToKeepAliveRoot(n,t,y,k),k=k.parent}}function injectToKeepAliveRoot(e,t,y,n){const k=injectHook(t,e,n,!0);onUnmounted(()=>{remove(n[t],k)},y)}function injectHook(e,t,y=currentInstance,n=!1){if(y){const k=y[e]||(y[e]=[]),L=t.__weh||(t.__weh=(...$)=>{pauseTracking();const j=setCurrentInstance(y),V=callWithAsyncErrorHandling(t,y,e,$);return j(),resetTracking(),V});return n?k.unshift(L):k.push(L),L}}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$3(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 k=currentRenderingInstance||currentInstance;if(k){const L=k.type;if(e===COMPONENTS){const j=getComponentName(L,!1);if(j&&(j===t||j===camelize(t)||j===capitalize$1(camelize(t))))return L}const $=resolve$1(k[e]||L[e],t)||resolve$1(k.appContext[e],t);return!$&&n?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 k;const L=y;if(isArray$2(e)||isString$3(e)){k=new Array(e.length);for(let $=0,j=e.length;$<j;$++)k[$]=t(e[$],$,void 0,L)}else if(typeof e=="number"){k=new Array(e);for(let $=0;$<e;$++)k[$]=t($+1,$,void 0,L)}else if(isObject$4(e))if(e[Symbol.iterator])k=Array.from(e,($,j)=>t($,j,void 0,L));else{const $=Object.keys(e);k=new Array($.length);for(let j=0,V=$.length;j<V;j++){const z=$[j];k[j]=t(e[z],z,j,L)}}else k=[];return k}function createSlots(e,t){for(let y=0;y<t.length;y++){const n=t[y];if(isArray$2(n))for(let k=0;k<n.length;k++)e[n[k].name]=n[k].fn;else n&&(e[n.name]=n.key?(...k)=>{const L=n.fn(...k);return L&&(L.key=n.key),L}:n.fn)}return e}function renderSlot(e,t,y={},n,k){if(currentRenderingInstance.isCE||currentRenderingInstance.parent&&isAsyncWrapper(currentRenderingInstance.parent)&&currentRenderingInstance.parent.isCE)return t!=="default"&&(y.name=t),createVNode("slot",y,n&&n());let L=e[t];L&&L._c&&(L._d=!1),openBlock();const $=L&&ensureValidVNode(L(y)),j=createBlock(Fragment,{key:(y.key||$&&$.key||`_${t}`)+(!$&&n?"_fb":"")},$||(n?n():[]),$&&e._===1?64:-2);return j.scopeId&&(j.slotScopeIds=[j.scopeId+"-s"]),L&&L._c&&(L._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$1.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:k,props:L,accessCache:$,type:j,appContext:V}=e;let z;if(t[0]!=="$"){const ue=$[t];if(ue!==void 0)switch(ue){case 1:return n[t];case 2:return k[t];case 4:return y[t];case 3:return L[t]}else{if(hasSetupBinding(n,t))return $[t]=1,n[t];if(k!==EMPTY_OBJ&&hasOwn$1(k,t))return $[t]=2,k[t];if((z=e.propsOptions[0])&&hasOwn$1(z,t))return $[t]=3,L[t];if(y!==EMPTY_OBJ&&hasOwn$1(y,t))return $[t]=4,y[t];shouldCacheAccess&&($[t]=0)}}const re=publicPropertiesMap[t];let ie,oe;if(re)return t==="$attrs"&&track(e.attrs,"get",""),re(e);if((ie=j.__cssModules)&&(ie=ie[t]))return ie;if(y!==EMPTY_OBJ&&hasOwn$1(y,t))return $[t]=4,y[t];if(oe=V.config.globalProperties,hasOwn$1(oe,t))return oe[t]},set({_:e},t,y){const{data:n,setupState:k,ctx:L}=e;return hasSetupBinding(k,t)?(k[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:(L[t]=y,!0)},has({_:{data:e,setupState:t,accessCache:y,ctx:n,appContext:k,propsOptions:L}},$){let j;return!!y[$]||e!==EMPTY_OBJ&&hasOwn$1(e,$)||hasSetupBinding(t,$)||(j=L[0])&&hasOwn$1(j,$)||hasOwn$1(n,$)||hasOwn$1(publicPropertiesMap,$)||hasOwn$1(k.config.globalProperties,$)},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$2(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 k=y[n];k?isArray$2(k)||isFunction$4(k)?k=y[n]={type:k,default:t[n]}:k.default=t[n]:k===null&&(k=y[n]={default:t[n]}),k&&t[`__skip_${n}`]&&(k.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:k,computed:L,methods:$,watch:j,provide:V,inject:z,created:re,beforeMount:ie,mounted:oe,beforeUpdate:ue,updated:de,activated:pe,deactivated:Ie,beforeDestroy:he,beforeUnmount:Ce,destroyed:_e,unmounted:Ne,render:Fe,renderTracked:Ue,renderTriggered:kt,errorCaptured:Et,serverPrefetch:Ve,expose:qe,inheritAttrs:jt,components:tr,directives:rr,filters:ar}=t;if(z&&resolveInjections(z,n,null),$)for(const cr in $){const _r=$[cr];isFunction$4(_r)&&(n[cr]=_r.bind(y))}if(k){const cr=k.call(y,y);isObject$4(cr)&&(e.data=reactive(cr))}if(shouldCacheAccess=!0,L)for(const cr in L){const _r=L[cr],hr=isFunction$4(_r)?_r.bind(y,y):isFunction$4(_r.get)?_r.get.bind(y,y):NOOP,Er=!isFunction$4(_r)&&isFunction$4(_r.set)?_r.set.bind(y):NOOP,kr=computed({get:hr,set:Er});Object.defineProperty(n,cr,{enumerable:!0,configurable:!0,get:()=>kr.value,set:xr=>kr.value=xr})}if(j)for(const cr in j)createWatcher(j[cr],n,y,cr);if(V){const cr=isFunction$4(V)?V.call(y):V;Reflect.ownKeys(cr).forEach(_r=>{provide(_r,cr[_r])})}re&&callHook$1(re,e,"c");function ur(cr,_r){isArray$2(_r)?_r.forEach(hr=>cr(hr.bind(y))):_r&&cr(_r.bind(y))}if(ur(onBeforeMount,ie),ur(onMounted,oe),ur(onBeforeUpdate,ue),ur(onUpdated,de),ur(onActivated,pe),ur(onDeactivated,Ie),ur(onErrorCaptured,Et),ur(onRenderTracked,Ue),ur(onRenderTriggered,kt),ur(onBeforeUnmount,Ce),ur(onUnmounted,Ne),ur(onServerPrefetch,Ve),isArray$2(qe))if(qe.length){const cr=e.exposed||(e.exposed={});qe.forEach(_r=>{Object.defineProperty(cr,_r,{get:()=>y[_r],set:hr=>y[_r]=hr})})}else e.exposed||(e.exposed={});Fe&&e.render===NOOP&&(e.render=Fe),jt!=null&&(e.inheritAttrs=jt),tr&&(e.components=tr),rr&&(e.directives=rr)}function resolveInjections(e,t,y=NOOP){isArray$2(e)&&(e=normalizeInject(e));for(const n in e){const k=e[n];let L;isObject$4(k)?"default"in k?L=inject(k.from||n,k.default,!0):L=inject(k.from||n):L=inject(k),isRef(L)?Object.defineProperty(t,n,{enumerable:!0,configurable:!0,get:()=>L.value,set:$=>L.value=$}):t[n]=L}}function callHook$1(e,t,y){callWithAsyncErrorHandling(isArray$2(e)?e.map(n=>n.bind(t.proxy)):e.bind(t.proxy),t,y)}function createWatcher(e,t,y,n){const k=n.includes(".")?createPathGetter(y,n):()=>y[n];if(isString$3(e)){const L=t[e];isFunction$4(L)&&watch(k,L)}else if(isFunction$4(e))watch(k,e.bind(y));else if(isObject$4(e))if(isArray$2(e))e.forEach(L=>createWatcher(L,t,y,n));else{const L=isFunction$4(e.handler)?e.handler.bind(y):t[e.handler];isFunction$4(L)&&watch(k,L,e)}}function resolveMergedOptions(e){const t=e.type,{mixins:y,extends:n}=t,{mixins:k,optionsCache:L,config:{optionMergeStrategies:$}}=e.appContext,j=L.get(t);let V;return j?V=j:!k.length&&!y&&!n?V=t:(V={},k.length&&k.forEach(z=>mergeOptions$2(V,z,$,!0)),mergeOptions$2(V,t,$)),isObject$4(t)&&L.set(t,V),V}function mergeOptions$2(e,t,y,n=!1){const{mixins:k,extends:L}=t;L&&mergeOptions$2(e,L,y,!0),k&&k.forEach($=>mergeOptions$2(e,$,y,!0));for(const $ in t)if(!(n&&$==="expose")){const j=internalOptionMergeStrats[$]||y&&y[$];e[$]=j?j(e[$],t[$]):t[$]}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$4(e)?e.call(this,this):e,isFunction$4(t)?t.call(this,this):t)}:t:e}function mergeInject(e,t){return mergeObjectOptions(normalizeInject(e),normalizeInject(t))}function normalizeInject(e){if(isArray$2(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$2(e)&&isArray$2(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,k=null){isFunction$4(n)||(n=extend$1({},n)),k!=null&&!isObject$4(k)&&(k=null);const L=createAppContext(),$=new WeakSet;let j=!1;const V=L.app={_uid:uid$1++,_component:n,_props:k,_container:null,_context:L,_instance:null,version:version$2,get config(){return L.config},set config(z){},use(z,...re){return $.has(z)||(z&&isFunction$4(z.install)?($.add(z),z.install(V,...re)):isFunction$4(z)&&($.add(z),z(V,...re))),V},mixin(z){return L.mixins.includes(z)||L.mixins.push(z),V},component(z,re){return re?(L.components[z]=re,V):L.components[z]},directive(z,re){return re?(L.directives[z]=re,V):L.directives[z]},mount(z,re,ie){if(!j){const oe=createVNode(n,k);return oe.appContext=L,ie===!0?ie="svg":ie===!1&&(ie=void 0),re&&t?t(oe,z):e(oe,z,ie),j=!0,V._container=z,z.__vue_app__=V,getComponentPublicInstance(oe.component)}},unmount(){j&&(e(null,V._container),delete V._container.__vue_app__)},provide(z,re){return L.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 k=currentApp?currentApp._context.provides:n?n.parent==null?n.vnode.appContext&&n.vnode.appContext.provides:n.parent.provides:void 0;if(k&&e in k)return k[e];if(arguments.length>1)return y&&isFunction$4(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={},L=createInternalObject();e.propsDefaults=Object.create(null),setFullProps(e,t,k,L);for(const $ in e.propsOptions[0])$ in k||(k[$]=void 0);y?e.props=n?k:shallowReactive(k):e.type.props?e.props=k:e.props=L,e.attrs=L}function updateProps(e,t,y,n){const{props:k,attrs:L,vnode:{patchFlag:$}}=e,j=toRaw(k),[V]=e.propsOptions;let z=!1;if((n||$>0)&&!($&16)){if($&8){const re=e.vnode.dynamicProps;for(let ie=0;ie<re.length;ie++){let oe=re[ie];if(isEmitListener(e.emitsOptions,oe))continue;const ue=t[oe];if(V)if(hasOwn$1(L,oe))ue!==L[oe]&&(L[oe]=ue,z=!0);else{const de=camelize(oe);k[de]=resolvePropValue(V,j,de,ue,e,!1)}else ue!==L[oe]&&(L[oe]=ue,z=!0)}}}else{setFullProps(e,t,k,L)&&(z=!0);let re;for(const ie in j)(!t||!hasOwn$1(t,ie)&&((re=hyphenate$1(ie))===ie||!hasOwn$1(t,re)))&&(V?y&&(y[ie]!==void 0||y[re]!==void 0)&&(k[ie]=resolvePropValue(V,j,ie,void 0,e,!0)):delete k[ie]);if(L!==j)for(const ie in L)(!t||!hasOwn$1(t,ie))&&(delete L[ie],z=!0)}z&&trigger(e.attrs,"set","")}function setFullProps(e,t,y,n){const[k,L]=e.propsOptions;let $=!1,j;if(t)for(let V in t){if(isReservedProp(V))continue;const z=t[V];let re;k&&hasOwn$1(k,re=camelize(V))?!L||!L.includes(re)?y[re]=z:(j||(j={}))[re]=z:isEmitListener(e.emitsOptions,V)||(!(V in n)||z!==n[V])&&(n[V]=z,$=!0)}if(L){const V=toRaw(y),z=j||EMPTY_OBJ;for(let re=0;re<L.length;re++){const ie=L[re];y[ie]=resolvePropValue(k,V,ie,z[ie],e,!hasOwn$1(z,ie))}}return $}function resolvePropValue(e,t,y,n,k,L){const $=e[y];if($!=null){const j=hasOwn$1($,"default");if(j&&n===void 0){const V=$.default;if($.type!==Function&&!$.skipFactory&&isFunction$4(V)){const{propsDefaults:z}=k;if(y in z)n=z[y];else{const re=setCurrentInstance(k);n=z[y]=V.call(null,t),re()}}else n=V}$[0]&&(L&&!j?n=!1:$[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,k=n.get(e);if(k)return k;const L=e.props,$={},j=[];let V=!1;if(!isFunction$4(e)){const re=ie=>{V=!0;const[oe,ue]=normalizePropsOptions(ie,t,!0);extend$1($,oe),ue&&j.push(...ue)};!y&&t.mixins.length&&t.mixins.forEach(re),e.extends&&re(e.extends),e.mixins&&e.mixins.forEach(re)}if(!L&&!V)return isObject$4(e)&&n.set(e,EMPTY_ARR),EMPTY_ARR;if(isArray$2(L))for(let re=0;re<L.length;re++){const ie=camelize(L[re]);validatePropName(ie)&&($[ie]=EMPTY_OBJ)}else if(L)for(const re in L){const ie=camelize(re);if(validatePropName(ie)){const oe=L[re],ue=$[ie]=isArray$2(oe)||isFunction$4(oe)?{type:oe}:extend$1({},oe),de=ue.type;let pe=!1,Ie=!0;if(isArray$2(de))for(let he=0;he<de.length;++he){const Ce=de[he],_e=isFunction$4(Ce)&&Ce.name;if(_e==="Boolean"){pe=!0;break}else _e==="String"&&(Ie=!1)}else pe=isFunction$4(de)&&de.name==="Boolean";ue[0]=pe,ue[1]=Ie,(pe||hasOwn$1(ue,"default"))&&j.push(ie)}}const z=[$,j];return isObject$4(e)&&n.set(e,z),z}function validatePropName(e){return e[0]!=="$"&&!isReservedProp(e)}const isInternalKey=e=>e[0]==="_"||e==="$stable",normalizeSlotValue=e=>isArray$2(e)?e.map(normalizeVNode):[normalizeVNode(e)],normalizeSlot=(e,t,y)=>{if(t._n)return t;const n=withCtx((...k)=>normalizeSlotValue(t(...k)),y);return n._c=!1,n},normalizeObjectSlots=(e,t,y)=>{const n=e._ctx;for(const k in e){if(isInternalKey(k))continue;const L=e[k];if(isFunction$4(L))t[k]=normalizeSlot(k,L,n);else if(L!=null){const $=normalizeSlotValue(L);t[k]=()=>$}}},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 k=t._;k?(assignSlots(n,t,y),y&&def(n,"_",k,!0)):normalizeObjectSlots(t,n)}else t&&normalizeVNodeSlots(e,t)},updateSlots=(e,t,y)=>{const{vnode:n,slots:k}=e;let L=!0,$=EMPTY_OBJ;if(n.shapeFlag&32){const j=t._;j?y&&j===1?L=!1:assignSlots(k,t,y):(L=!t.$stable,normalizeObjectSlots(t,k)),$=t}else t&&(normalizeVNodeSlots(e,t),$={default:1});if(L)for(const j in k)!isInternalKey(j)&&$[j]==null&&delete k[j]};function setRef(e,t,y,n,k=!1){if(isArray$2(e)){e.forEach((oe,ue)=>setRef(oe,t&&(isArray$2(t)?t[ue]:t),y,n,k));return}if(isAsyncWrapper(n)&&!k)return;const L=n.shapeFlag&4?getComponentPublicInstance(n.component):n.el,$=k?null:L,{i:j,r:V}=e,z=t&&t.r,re=j.refs===EMPTY_OBJ?j.refs={}:j.refs,ie=j.setupState;if(z!=null&&z!==V&&(isString$3(z)?(re[z]=null,hasOwn$1(ie,z)&&(ie[z]=null)):isRef(z)&&(z.value=null)),isFunction$4(V))callWithErrorHandling(V,j,12,[$,re]);else{const oe=isString$3(V),ue=isRef(V);if(oe||ue){const de=()=>{if(e.f){const pe=oe?hasOwn$1(ie,V)?ie[V]:re[V]:V.value;k?isArray$2(pe)&&remove(pe,L):isArray$2(pe)?pe.includes(L)||pe.push(L):oe?(re[V]=[L],hasOwn$1(ie,V)&&(ie[V]=re[V])):(V.value=[L],e.k&&(re[e.k]=V.value))}else oe?(re[V]=$,hasOwn$1(ie,V)&&(ie[V]=$)):ue&&(V.value=$,e.k&&(re[e.k]=$))};$?(de.id=-1,queuePostRenderEffect(de,y)):de()}}}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$3(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:ie,pbc:oe,o:{insert:ue,querySelector:de,createText:pe,createComment:Ie}}=z,he=isTeleportDisabled(t.props);let{shapeFlag:Ce,children:_e,dynamicChildren:Ne}=t;if(e==null){const Fe=t.el=pe(""),Ue=t.anchor=pe("");ue(Fe,y,n),ue(Ue,y,n);const kt=t.target=resolveTarget(t.props,de),Et=prepareAnchor(kt,t,pe,ue);kt&&($==="svg"||isTargetSVG(kt)?$="svg":($==="mathml"||isTargetMathML(kt))&&($="mathml"));const Ve=(qe,jt)=>{Ce&16&&re(_e,qe,jt,k,L,$,j,V)};he?Ve(y,Ue):kt&&Ve(kt,Et)}else{t.el=e.el,t.targetStart=e.targetStart;const Fe=t.anchor=e.anchor,Ue=t.target=e.target,kt=t.targetAnchor=e.targetAnchor,Et=isTeleportDisabled(e.props),Ve=Et?y:Ue,qe=Et?Fe:kt;if($==="svg"||isTargetSVG(Ue)?$="svg":($==="mathml"||isTargetMathML(Ue))&&($="mathml"),Ne?(oe(e.dynamicChildren,Ne,Ve,k,L,$,j),traverseStaticChildren(e,t,!0)):V||ie(e,t,Ve,qe,k,L,$,j,!1),he)Et?t.props&&e.props&&t.props.to!==e.props.to&&(t.props.to=e.props.to):moveTeleport(t,y,Fe,z,1);else if((t.props&&t.props.to)!==(e.props&&e.props.to)){const jt=t.target=resolveTarget(t.props,de);jt&&moveTeleport(t,jt,null,z,0)}else Et&&moveTeleport(t,Ue,kt,z,1)}updateCssVars(t)},remove(e,t,y,{um:n,o:{remove:k}},L){const{shapeFlag:$,children:j,anchor:V,targetStart:z,targetAnchor:re,target:ie,props:oe}=e;if(ie&&(k(z),k(re)),L&&k(V),$&16){const ue=L||!isTeleportDisabled(oe);for(let de=0;de<j.length;de++){const pe=j[de];n(pe,t,y,ue,!!pe.dynamicChildren)}}},move:moveTeleport,hydrate:hydrateTeleport};function moveTeleport(e,t,y,{o:{insert:n},m:k},L=2){L===0&&n(e.targetAnchor,t,y);const{el:$,anchor:j,shapeFlag:V,children:z,props:re}=e,ie=L===2;if(ie&&n($,t,y),(!ie||isTeleportDisabled(re))&&V&16)for(let oe=0;oe<z.length;oe++)k(z[oe],t,y,2);ie&&n(j,t,y)}function hydrateTeleport(e,t,y,n,k,L,{o:{nextSibling:$,parentNode:j,querySelector:V,insert:z,createText:re}},ie){const oe=t.target=resolveTarget(t.props,V);if(oe){const ue=oe._lpa||oe.firstChild;if(t.shapeFlag&16)if(isTeleportDisabled(t.props))t.anchor=ie($(e),t,j(e),y,n,k,L),t.targetStart=ue,t.targetAnchor=ue&&$(ue);else{t.anchor=$(e);let de=ue;for(;de;){if(de&&de.nodeType===8){if(de.data==="teleport start anchor")t.targetStart=de;else if(de.data==="teleport anchor"){t.targetAnchor=de,oe._lpa=t.targetAnchor&&$(t.targetAnchor);break}}de=$(de)}t.targetAnchor||prepareAnchor(oe,t,re,z),ie(ue&&$(ue),t,oe,y,n,k,L)}updateCssVars(t)}return t.anchor&&$(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 k=t.targetStart=y(""),L=t.targetAnchor=y("");return k[TeleportEndKey]=L,e&&(n(k,e),n(L,e)),L}const queuePostRenderEffect=queueEffectWithSuspense;function createRenderer$1(e){return baseCreateRenderer(e)}function baseCreateRenderer(e,t){const y=getGlobalThis();y.__VUE__=!0;const{insert:n,remove:k,patchProp:L,createElement:$,createText:j,createComment:V,setText:z,setElementText:re,parentNode:ie,nextSibling:oe,setScopeId:ue=NOOP,insertStaticContent:de}=e,pe=(Sr,Tr,Br,vr=null,Cr=null,Dr=null,Rr=void 0,Wr=null,Kr=!!Tr.dynamicChildren)=>{if(Sr===Tr)return;Sr&&!isSameVNodeType(Sr,Tr)&&(vr=mr(Sr),xr(Sr,Cr,Dr,!0),Sr=null),Tr.patchFlag===-2&&(Kr=!1,Tr.dynamicChildren=null);const{type:Nr,ref:Fr,shapeFlag:Qr}=Tr;switch(Nr){case Text$1:Ie(Sr,Tr,Br,vr);break;case Comment:he(Sr,Tr,Br,vr);break;case Static:Sr==null&&Ce(Tr,Br,vr,Rr);break;case Fragment:tr(Sr,Tr,Br,vr,Cr,Dr,Rr,Wr,Kr);break;default:Qr&1?Fe(Sr,Tr,Br,vr,Cr,Dr,Rr,Wr,Kr):Qr&6?rr(Sr,Tr,Br,vr,Cr,Dr,Rr,Wr,Kr):(Qr&64||Qr&128)&&Nr.process(Sr,Tr,Br,vr,Cr,Dr,Rr,Wr,Kr,Hr)}Fr!=null&&Cr&&setRef(Fr,Sr&&Sr.ref,Dr,Tr||Sr,!Tr)},Ie=(Sr,Tr,Br,vr)=>{if(Sr==null)n(Tr.el=j(Tr.children),Br,vr);else{const Cr=Tr.el=Sr.el;Tr.children!==Sr.children&&z(Cr,Tr.children)}},he=(Sr,Tr,Br,vr)=>{Sr==null?n(Tr.el=V(Tr.children||""),Br,vr):Tr.el=Sr.el},Ce=(Sr,Tr,Br,vr)=>{[Sr.el,Sr.anchor]=de(Sr.children,Tr,Br,vr,Sr.el,Sr.anchor)},_e=({el:Sr,anchor:Tr},Br,vr)=>{let Cr;for(;Sr&&Sr!==Tr;)Cr=oe(Sr),n(Sr,Br,vr),Sr=Cr;n(Tr,Br,vr)},Ne=({el:Sr,anchor:Tr})=>{let Br;for(;Sr&&Sr!==Tr;)Br=oe(Sr),k(Sr),Sr=Br;k(Tr)},Fe=(Sr,Tr,Br,vr,Cr,Dr,Rr,Wr,Kr)=>{Tr.type==="svg"?Rr="svg":Tr.type==="math"&&(Rr="mathml"),Sr==null?Ue(Tr,Br,vr,Cr,Dr,Rr,Wr,Kr):Ve(Sr,Tr,Cr,Dr,Rr,Wr,Kr)},Ue=(Sr,Tr,Br,vr,Cr,Dr,Rr,Wr)=>{let Kr,Nr;const{props:Fr,shapeFlag:Qr,transition:ca,dirs:Po}=Sr;if(Kr=Sr.el=$(Sr.type,Dr,Fr&&Fr.is,Fr),Qr&8?re(Kr,Sr.children):Qr&16&&Et(Sr.children,Kr,null,vr,Cr,resolveChildrenNamespace(Sr,Dr),Rr,Wr),Po&&invokeDirectiveHook(Sr,null,vr,"created"),kt(Kr,Sr,Sr.scopeId,Rr,vr),Fr){for(const Go in Fr)Go!=="value"&&!isReservedProp(Go)&&L(Kr,Go,null,Fr[Go],Dr,vr);"value"in Fr&&L(Kr,"value",null,Fr.value,Dr),(Nr=Fr.onVnodeBeforeMount)&&invokeVNodeHook(Nr,vr,Sr)}Po&&invokeDirectiveHook(Sr,null,vr,"beforeMount");const Wa=needTransition(Cr,ca);Wa&&ca.beforeEnter(Kr),n(Kr,Tr,Br),((Nr=Fr&&Fr.onVnodeMounted)||Wa||Po)&&queuePostRenderEffect(()=>{Nr&&invokeVNodeHook(Nr,vr,Sr),Wa&&ca.enter(Kr),Po&&invokeDirectiveHook(Sr,null,vr,"mounted")},Cr)},kt=(Sr,Tr,Br,vr,Cr)=>{if(Br&&ue(Sr,Br),vr)for(let Dr=0;Dr<vr.length;Dr++)ue(Sr,vr[Dr]);if(Cr){let Dr=Cr.subTree;if(Tr===Dr){const Rr=Cr.vnode;kt(Sr,Rr,Rr.scopeId,Rr.slotScopeIds,Cr.parent)}}},Et=(Sr,Tr,Br,vr,Cr,Dr,Rr,Wr,Kr=0)=>{for(let Nr=Kr;Nr<Sr.length;Nr++){const Fr=Sr[Nr]=Wr?cloneIfMounted(Sr[Nr]):normalizeVNode(Sr[Nr]);pe(null,Fr,Tr,Br,vr,Cr,Dr,Rr,Wr)}},Ve=(Sr,Tr,Br,vr,Cr,Dr,Rr)=>{const Wr=Tr.el=Sr.el;let{patchFlag:Kr,dynamicChildren:Nr,dirs:Fr}=Tr;Kr|=Sr.patchFlag&16;const Qr=Sr.props||EMPTY_OBJ,ca=Tr.props||EMPTY_OBJ;let Po;if(Br&&toggleRecurse(Br,!1),(Po=ca.onVnodeBeforeUpdate)&&invokeVNodeHook(Po,Br,Tr,Sr),Fr&&invokeDirectiveHook(Tr,Sr,Br,"beforeUpdate"),Br&&toggleRecurse(Br,!0),(Qr.innerHTML&&ca.innerHTML==null||Qr.textContent&&ca.textContent==null)&&re(Wr,""),Nr?qe(Sr.dynamicChildren,Nr,Wr,Br,vr,resolveChildrenNamespace(Tr,Cr),Dr):Rr||_r(Sr,Tr,Wr,null,Br,vr,resolveChildrenNamespace(Tr,Cr),Dr,!1),Kr>0){if(Kr&16)jt(Wr,Qr,ca,Br,Cr);else if(Kr&2&&Qr.class!==ca.class&&L(Wr,"class",null,ca.class,Cr),Kr&4&&L(Wr,"style",Qr.style,ca.style,Cr),Kr&8){const Wa=Tr.dynamicProps;for(let Go=0;Go<Wa.length;Go++){const us=Wa[Go],Kn=Qr[us],Gr=ca[us];(Gr!==Kn||us==="value")&&L(Wr,us,Kn,Gr,Cr,Br)}}Kr&1&&Sr.children!==Tr.children&&re(Wr,Tr.children)}else!Rr&&Nr==null&&jt(Wr,Qr,ca,Br,Cr);((Po=ca.onVnodeUpdated)||Fr)&&queuePostRenderEffect(()=>{Po&&invokeVNodeHook(Po,Br,Tr,Sr),Fr&&invokeDirectiveHook(Tr,Sr,Br,"updated")},vr)},qe=(Sr,Tr,Br,vr,Cr,Dr,Rr)=>{for(let Wr=0;Wr<Tr.length;Wr++){const Kr=Sr[Wr],Nr=Tr[Wr],Fr=Kr.el&&(Kr.type===Fragment||!isSameVNodeType(Kr,Nr)||Kr.shapeFlag&70)?ie(Kr.el):Br;pe(Kr,Nr,Fr,null,vr,Cr,Dr,Rr,!0)}},jt=(Sr,Tr,Br,vr,Cr)=>{if(Tr!==Br){if(Tr!==EMPTY_OBJ)for(const Dr in Tr)!isReservedProp(Dr)&&!(Dr in Br)&&L(Sr,Dr,Tr[Dr],null,Cr,vr);for(const Dr in Br){if(isReservedProp(Dr))continue;const Rr=Br[Dr],Wr=Tr[Dr];Rr!==Wr&&Dr!=="value"&&L(Sr,Dr,Wr,Rr,Cr,vr)}"value"in Br&&L(Sr,"value",Tr.value,Br.value,Cr)}},tr=(Sr,Tr,Br,vr,Cr,Dr,Rr,Wr,Kr)=>{const Nr=Tr.el=Sr?Sr.el:j(""),Fr=Tr.anchor=Sr?Sr.anchor:j("");let{patchFlag:Qr,dynamicChildren:ca,slotScopeIds:Po}=Tr;Po&&(Wr=Wr?Wr.concat(Po):Po),Sr==null?(n(Nr,Br,vr),n(Fr,Br,vr),Et(Tr.children||[],Br,Fr,Cr,Dr,Rr,Wr,Kr)):Qr>0&&Qr&64&&ca&&Sr.dynamicChildren?(qe(Sr.dynamicChildren,ca,Br,Cr,Dr,Rr,Wr),(Tr.key!=null||Cr&&Tr===Cr.subTree)&&traverseStaticChildren(Sr,Tr,!0)):_r(Sr,Tr,Br,Fr,Cr,Dr,Rr,Wr,Kr)},rr=(Sr,Tr,Br,vr,Cr,Dr,Rr,Wr,Kr)=>{Tr.slotScopeIds=Wr,Sr==null?Tr.shapeFlag&512?Cr.ctx.activate(Tr,Br,vr,Rr,Kr):ar(Tr,Br,vr,Cr,Dr,Rr,Kr):nr(Sr,Tr,Kr)},ar=(Sr,Tr,Br,vr,Cr,Dr,Rr)=>{const Wr=Sr.component=createComponentInstance(Sr,vr,Cr);if(isKeepAlive(Sr)&&(Wr.ctx.renderer=Hr),setupComponent(Wr,!1,Rr),Wr.asyncDep){if(Cr&&Cr.registerDep(Wr,ur,Rr),!Sr.el){const Kr=Wr.subTree=createVNode(Comment);he(null,Kr,Tr,Br)}}else ur(Wr,Sr,Tr,Br,Cr,Dr,Rr)},nr=(Sr,Tr,Br)=>{const vr=Tr.component=Sr.component;if(shouldUpdateComponent(Sr,Tr,Br))if(vr.asyncDep&&!vr.asyncResolved){cr(vr,Tr,Br);return}else vr.next=Tr,invalidateJob(vr.update),vr.effect.dirty=!0,vr.update();else Tr.el=Sr.el,vr.vnode=Tr},ur=(Sr,Tr,Br,vr,Cr,Dr,Rr)=>{const Wr=()=>{if(Sr.isMounted){let{next:Fr,bu:Qr,u:ca,parent:Po,vnode:Wa}=Sr;{const Ar=locateNonHydratedAsyncRoot(Sr);if(Ar){Fr&&(Fr.el=Wa.el,cr(Sr,Fr,Rr)),Ar.asyncDep.then(()=>{Sr.isUnmounted||Wr()});return}}let Go=Fr,us;toggleRecurse(Sr,!1),Fr?(Fr.el=Wa.el,cr(Sr,Fr,Rr)):Fr=Wa,Qr&&invokeArrayFns(Qr),(us=Fr.props&&Fr.props.onVnodeBeforeUpdate)&&invokeVNodeHook(us,Po,Fr,Wa),toggleRecurse(Sr,!0);const Kn=renderComponentRoot(Sr),Gr=Sr.subTree;Sr.subTree=Kn,pe(Gr,Kn,ie(Gr.el),mr(Gr),Sr,Cr,Dr),Fr.el=Kn.el,Go===null&&updateHOCHostEl(Sr,Kn.el),ca&&queuePostRenderEffect(ca,Cr),(us=Fr.props&&Fr.props.onVnodeUpdated)&&queuePostRenderEffect(()=>invokeVNodeHook(us,Po,Fr,Wa),Cr)}else{let Fr;const{el:Qr,props:ca}=Tr,{bm:Po,m:Wa,parent:Go}=Sr,us=isAsyncWrapper(Tr);if(toggleRecurse(Sr,!1),Po&&invokeArrayFns(Po),!us&&(Fr=ca&&ca.onVnodeBeforeMount)&&invokeVNodeHook(Fr,Go,Tr),toggleRecurse(Sr,!0),Qr&&zr){const Kn=()=>{Sr.subTree=renderComponentRoot(Sr),zr(Qr,Sr.subTree,Sr,Cr,null)};us?Tr.type.__asyncLoader().then(()=>!Sr.isUnmounted&&Kn()):Kn()}else{const Kn=Sr.subTree=renderComponentRoot(Sr);pe(null,Kn,Br,vr,Sr,Cr,Dr),Tr.el=Kn.el}if(Wa&&queuePostRenderEffect(Wa,Cr),!us&&(Fr=ca&&ca.onVnodeMounted)){const Kn=Tr;queuePostRenderEffect(()=>invokeVNodeHook(Fr,Go,Kn),Cr)}(Tr.shapeFlag&256||Go&&isAsyncWrapper(Go.vnode)&&Go.vnode.shapeFlag&256)&&Sr.a&&queuePostRenderEffect(Sr.a,Cr),Sr.isMounted=!0,Tr=Br=vr=null}},Kr=Sr.effect=new ReactiveEffect(Wr,NOOP,()=>queueJob(Nr),Sr.scope),Nr=Sr.update=()=>{Kr.dirty&&Kr.run()};Nr.i=Sr,Nr.id=Sr.uid,toggleRecurse(Sr,!0),Nr()},cr=(Sr,Tr,Br)=>{Tr.component=Sr;const vr=Sr.vnode.props;Sr.vnode=Tr,Sr.next=null,updateProps(Sr,Tr.props,vr,Br),updateSlots(Sr,Tr.children,Br),pauseTracking(),flushPreFlushCbs(Sr),resetTracking()},_r=(Sr,Tr,Br,vr,Cr,Dr,Rr,Wr,Kr=!1)=>{const Nr=Sr&&Sr.children,Fr=Sr?Sr.shapeFlag:0,Qr=Tr.children,{patchFlag:ca,shapeFlag:Po}=Tr;if(ca>0){if(ca&128){Er(Nr,Qr,Br,vr,Cr,Dr,Rr,Wr,Kr);return}else if(ca&256){hr(Nr,Qr,Br,vr,Cr,Dr,Rr,Wr,Kr);return}}Po&8?(Fr&16&&Mr(Nr,Cr,Dr),Qr!==Nr&&re(Br,Qr)):Fr&16?Po&16?Er(Nr,Qr,Br,vr,Cr,Dr,Rr,Wr,Kr):Mr(Nr,Cr,Dr,!0):(Fr&8&&re(Br,""),Po&16&&Et(Qr,Br,vr,Cr,Dr,Rr,Wr,Kr))},hr=(Sr,Tr,Br,vr,Cr,Dr,Rr,Wr,Kr)=>{Sr=Sr||EMPTY_ARR,Tr=Tr||EMPTY_ARR;const Nr=Sr.length,Fr=Tr.length,Qr=Math.min(Nr,Fr);let ca;for(ca=0;ca<Qr;ca++){const Po=Tr[ca]=Kr?cloneIfMounted(Tr[ca]):normalizeVNode(Tr[ca]);pe(Sr[ca],Po,Br,null,Cr,Dr,Rr,Wr,Kr)}Nr>Fr?Mr(Sr,Cr,Dr,!0,!1,Qr):Et(Tr,Br,vr,Cr,Dr,Rr,Wr,Kr,Qr)},Er=(Sr,Tr,Br,vr,Cr,Dr,Rr,Wr,Kr)=>{let Nr=0;const Fr=Tr.length;let Qr=Sr.length-1,ca=Fr-1;for(;Nr<=Qr&&Nr<=ca;){const Po=Sr[Nr],Wa=Tr[Nr]=Kr?cloneIfMounted(Tr[Nr]):normalizeVNode(Tr[Nr]);if(isSameVNodeType(Po,Wa))pe(Po,Wa,Br,null,Cr,Dr,Rr,Wr,Kr);else break;Nr++}for(;Nr<=Qr&&Nr<=ca;){const Po=Sr[Qr],Wa=Tr[ca]=Kr?cloneIfMounted(Tr[ca]):normalizeVNode(Tr[ca]);if(isSameVNodeType(Po,Wa))pe(Po,Wa,Br,null,Cr,Dr,Rr,Wr,Kr);else break;Qr--,ca--}if(Nr>Qr){if(Nr<=ca){const Po=ca+1,Wa=Po<Fr?Tr[Po].el:vr;for(;Nr<=ca;)pe(null,Tr[Nr]=Kr?cloneIfMounted(Tr[Nr]):normalizeVNode(Tr[Nr]),Br,Wa,Cr,Dr,Rr,Wr,Kr),Nr++}}else if(Nr>ca)for(;Nr<=Qr;)xr(Sr[Nr],Cr,Dr,!0),Nr++;else{const Po=Nr,Wa=Nr,Go=new Map;for(Nr=Wa;Nr<=ca;Nr++){const sa=Tr[Nr]=Kr?cloneIfMounted(Tr[Nr]):normalizeVNode(Tr[Nr]);sa.key!=null&&Go.set(sa.key,Nr)}let us,Kn=0;const Gr=ca-Wa+1;let Ar=!1,On=0;const kn=new Array(Gr);for(Nr=0;Nr<Gr;Nr++)kn[Nr]=0;for(Nr=Po;Nr<=Qr;Nr++){const sa=Sr[Nr];if(Kn>=Gr){xr(sa,Cr,Dr,!0);continue}let qa;if(sa.key!=null)qa=Go.get(sa.key);else for(us=Wa;us<=ca;us++)if(kn[us-Wa]===0&&isSameVNodeType(sa,Tr[us])){qa=us;break}qa===void 0?xr(sa,Cr,Dr,!0):(kn[qa-Wa]=Nr+1,qa>=On?On=qa:Ar=!0,pe(sa,Tr[qa],Br,null,Cr,Dr,Rr,Wr,Kr),Kn++)}const Sa=Ar?getSequence(kn):EMPTY_ARR;for(us=Sa.length-1,Nr=Gr-1;Nr>=0;Nr--){const sa=Wa+Nr,qa=Tr[sa],To=sa+1<Fr?Tr[sa+1].el:vr;kn[Nr]===0?pe(null,qa,Br,To,Cr,Dr,Rr,Wr,Kr):Ar&&(us<0||Nr!==Sa[us]?kr(qa,Br,To,2):us--)}}},kr=(Sr,Tr,Br,vr,Cr=null)=>{const{el:Dr,type:Rr,transition:Wr,children:Kr,shapeFlag:Nr}=Sr;if(Nr&6){kr(Sr.component.subTree,Tr,Br,vr);return}if(Nr&128){Sr.suspense.move(Tr,Br,vr);return}if(Nr&64){Rr.move(Sr,Tr,Br,Hr);return}if(Rr===Fragment){n(Dr,Tr,Br);for(let Qr=0;Qr<Kr.length;Qr++)kr(Kr[Qr],Tr,Br,vr);n(Sr.anchor,Tr,Br);return}if(Rr===Static){_e(Sr,Tr,Br);return}if(vr!==2&&Nr&1&&Wr)if(vr===0)Wr.beforeEnter(Dr),n(Dr,Tr,Br),queuePostRenderEffect(()=>Wr.enter(Dr),Cr);else{const{leave:Qr,delayLeave:ca,afterLeave:Po}=Wr,Wa=()=>n(Dr,Tr,Br),Go=()=>{Qr(Dr,()=>{Wa(),Po&&Po()})};ca?ca(Dr,Wa,Go):Go()}else n(Dr,Tr,Br)},xr=(Sr,Tr,Br,vr=!1,Cr=!1)=>{const{type:Dr,props:Rr,ref:Wr,children:Kr,dynamicChildren:Nr,shapeFlag:Fr,patchFlag:Qr,dirs:ca,cacheIndex:Po}=Sr;if(Qr===-2&&(Cr=!1),Wr!=null&&setRef(Wr,null,Br,Sr,!0),Po!=null&&(Tr.renderCache[Po]=void 0),Fr&256){Tr.ctx.deactivate(Sr);return}const Wa=Fr&1&&ca,Go=!isAsyncWrapper(Sr);let us;if(Go&&(us=Rr&&Rr.onVnodeBeforeUnmount)&&invokeVNodeHook(us,Tr,Sr),Fr&6)Ir(Sr.component,Br,vr);else{if(Fr&128){Sr.suspense.unmount(Br,vr);return}Wa&&invokeDirectiveHook(Sr,null,Tr,"beforeUnmount"),Fr&64?Sr.type.remove(Sr,Tr,Br,Hr,vr):Nr&&!Nr.hasOnce&&(Dr!==Fragment||Qr>0&&Qr&64)?Mr(Nr,Tr,Br,!1,!0):(Dr===Fragment&&Qr&384||!Cr&&Fr&16)&&Mr(Kr,Tr,Br),vr&&yr(Sr)}(Go&&(us=Rr&&Rr.onVnodeUnmounted)||Wa)&&queuePostRenderEffect(()=>{us&&invokeVNodeHook(us,Tr,Sr),Wa&&invokeDirectiveHook(Sr,null,Tr,"unmounted")},Br)},yr=Sr=>{const{type:Tr,el:Br,anchor:vr,transition:Cr}=Sr;if(Tr===Fragment){br(Br,vr);return}if(Tr===Static){Ne(Sr);return}const Dr=()=>{k(Br),Cr&&!Cr.persisted&&Cr.afterLeave&&Cr.afterLeave()};if(Sr.shapeFlag&1&&Cr&&!Cr.persisted){const{leave:Rr,delayLeave:Wr}=Cr,Kr=()=>Rr(Br,Dr);Wr?Wr(Sr.el,Dr,Kr):Kr()}else Dr()},br=(Sr,Tr)=>{let Br;for(;Sr!==Tr;)Br=oe(Sr),k(Sr),Sr=Br;k(Tr)},Ir=(Sr,Tr,Br)=>{const{bum:vr,scope:Cr,update:Dr,subTree:Rr,um:Wr,m:Kr,a:Nr}=Sr;invalidateMount(Kr),invalidateMount(Nr),vr&&invokeArrayFns(vr),Cr.stop(),Dr&&(Dr.active=!1,xr(Rr,Sr,Tr,Br)),Wr&&queuePostRenderEffect(Wr,Tr),queuePostRenderEffect(()=>{Sr.isUnmounted=!0},Tr),Tr&&Tr.pendingBranch&&!Tr.isUnmounted&&Sr.asyncDep&&!Sr.asyncResolved&&Sr.suspenseId===Tr.pendingId&&(Tr.deps--,Tr.deps===0&&Tr.resolve())},Mr=(Sr,Tr,Br,vr=!1,Cr=!1,Dr=0)=>{for(let Rr=Dr;Rr<Sr.length;Rr++)xr(Sr[Rr],Tr,Br,vr,Cr)},mr=Sr=>{if(Sr.shapeFlag&6)return mr(Sr.component.subTree);if(Sr.shapeFlag&128)return Sr.suspense.next();const Tr=oe(Sr.anchor||Sr.el),Br=Tr&&Tr[TeleportEndKey];return Br?oe(Br):Tr};let gr=!1;const jr=(Sr,Tr,Br)=>{Sr==null?Tr._vnode&&xr(Tr._vnode,null,null,!0):pe(Tr._vnode||null,Sr,Tr,null,null,null,Br),Tr._vnode=Sr,gr||(gr=!0,flushPreFlushCbs(),flushPostFlushCbs(),gr=!1)},Hr={p:pe,um:xr,m:kr,r:yr,mt:ar,mc:Et,pc:_r,pbc:qe,n:mr,o:e};let Vr,zr;return{render:jr,hydrate:Vr,createApp:createAppAPI(jr,Vr)}}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,k=t.children;if(isArray$2(n)&&isArray$2(k))for(let L=0;L<n.length;L++){const $=n[L];let j=k[L];j.shapeFlag&1&&!j.dynamicChildren&&((j.patchFlag<=0||j.patchFlag===32)&&(j=k[L]=cloneIfMounted(k[L]),j.el=$.el),!y&&j.patchFlag!==-2&&traverseStaticChildren($,j)),j.type===Text$1&&(j.el=$.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(k=y[y.length-1],e[k]<z){t[n]=k,y.push(n);continue}for(L=0,$=y.length-1;L<$;)j=L+$>>1,e[y[j]]<z?L=j+1:$=j;z<e[y[L]]&&(L>0&&(t[n]=y[L-1]),y[L]=n)}}for(L=y.length,$=y[L-1];L-- >0;)y[L]=$,$=t[$];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:k,once:L,onTrack:$,onTrigger:j}=EMPTY_OBJ){if(t&&L){const Ue=t;t=(...kt)=>{Ue(...kt),Fe()}}const V=currentInstance,z=Ue=>n===!0?Ue:traverse(Ue,n===!1?1:void 0);let re,ie=!1,oe=!1;if(isRef(e)?(re=()=>e.value,ie=isShallow(e)):isReactive(e)?(re=()=>z(e),ie=!0):isArray$2(e)?(oe=!0,ie=e.some(Ue=>isReactive(Ue)||isShallow(Ue)),re=()=>e.map(Ue=>{if(isRef(Ue))return Ue.value;if(isReactive(Ue))return z(Ue);if(isFunction$4(Ue))return callWithErrorHandling(Ue,V,2)})):isFunction$4(e)?t?re=()=>callWithErrorHandling(e,V,2):re=()=>(ue&&ue(),callWithAsyncErrorHandling(e,V,3,[de])):re=NOOP,t&&n){const Ue=re;re=()=>traverse(Ue())}let ue,de=Ue=>{ue=_e.onStop=()=>{callWithErrorHandling(Ue,V,4),ue=_e.onStop=void 0}},pe;if(isInSSRComponentSetup)if(de=NOOP,t?y&&callWithAsyncErrorHandling(t,V,3,[re(),oe?[]:void 0,de]):re(),k==="sync"){const Ue=useSSRContext();pe=Ue.__watcherHandles||(Ue.__watcherHandles=[])}else return NOOP;let Ie=oe?new Array(e.length).fill(INITIAL_WATCHER_VALUE):INITIAL_WATCHER_VALUE;const he=()=>{if(!(!_e.active||!_e.dirty))if(t){const Ue=_e.run();(n||ie||(oe?Ue.some((kt,Et)=>hasChanged(kt,Ie[Et])):hasChanged(Ue,Ie)))&&(ue&&ue(),callWithAsyncErrorHandling(t,V,3,[Ue,Ie===INITIAL_WATCHER_VALUE?void 0:oe&&Ie[0]===INITIAL_WATCHER_VALUE?[]:Ie,de]),Ie=Ue)}else _e.run()};he.allowRecurse=!!t;let Ce;k==="sync"?Ce=he:k==="post"?Ce=()=>queuePostRenderEffect(he,V&&V.suspense):(he.pre=!0,V&&(he.id=V.uid),Ce=()=>queueJob(he));const _e=new ReactiveEffect(re,NOOP,Ce),Ne=getCurrentScope(),Fe=()=>{_e.stop(),Ne&&remove(Ne.effects,_e)};return t?y?he():Ie=_e.run():k==="post"?queuePostRenderEffect(_e.run.bind(_e),V&&V.suspense):_e.run(),pe&&pe.push(Fe),Fe}function instanceWatch(e,t,y){const n=this.proxy,k=isString$3(e)?e.includes(".")?createPathGetter(n,e):()=>n[e]:e.bind(n,n);let L;isFunction$4(t)?L=t:(L=t.handler,y=t);const $=setCurrentInstance(this),j=doWatch(k,L.bind(n),y);return $(),j}function createPathGetter(e,t){const y=t.split(".");return()=>{let n=e;for(let k=0;k<y.length&&n;k++)n=n[y[k]];return n}}function traverse(e,t=1/0,y){if(t<=0||!isObject$4(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$2(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 k=y;const L=t.startsWith("update:"),$=L&&getModelModifiers(n,t.slice(7));$&&($.trim&&(k=y.map(re=>isString$3(re)?re.trim():re)),$.number&&(k=y.map(looseToNumber)));let j,V=n[j=toHandlerKey(t)]||n[j=toHandlerKey(camelize(t))];!V&&L&&(V=n[j=toHandlerKey(hyphenate$1(t))]),V&&callWithAsyncErrorHandling(V,e,6,k);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,k)}}function normalizeEmitsOptions(e,t,y=!1){const n=t.emitsCache,k=n.get(e);if(k!==void 0)return k;const L=e.emits;let $={},j=!1;if(!isFunction$4(e)){const V=z=>{const re=normalizeEmitsOptions(z,t,!0);re&&(j=!0,extend$1($,re))};!y&&t.mixins.length&&t.mixins.forEach(V),e.extends&&V(e.extends),e.mixins&&e.mixins.forEach(V)}return!L&&!j?(isObject$4(e)&&n.set(e,null),null):(isArray$2(L)?L.forEach(V=>$[V]=null):extend$1($,L),isObject$4(e)&&n.set(e,$),$)}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:k,propsOptions:[L],slots:$,attrs:j,emit:V,render:z,renderCache:re,props:ie,data:oe,setupState:ue,ctx:de,inheritAttrs:pe}=e,Ie=setCurrentRenderingInstance(e);let he,Ce;try{if(y.shapeFlag&4){const Ne=k||n,Fe=Ne;he=normalizeVNode(z.call(Fe,Ne,re,ie,ue,oe,de)),Ce=j}else{const Ne=t;he=normalizeVNode(Ne.length>1?Ne(ie,{attrs:j,slots:$,emit:V}):Ne(ie,null)),Ce=t.props?j:getFunctionalFallthrough(j)}}catch(Ne){blockStack.length=0,handleError(Ne,e,1),he=createVNode(Comment)}let _e=he;if(Ce&&pe!==!1){const Ne=Object.keys(Ce),{shapeFlag:Fe}=_e;Ne.length&&Fe&7&&(L&&Ne.some(isModelListener)&&(Ce=filterModelListeners(Ce,L)),_e=cloneVNode(_e,Ce,!1,!0))}return y.dirs&&(_e=cloneVNode(_e,null,!1,!0),_e.dirs=_e.dirs?_e.dirs.concat(y.dirs):y.dirs),y.transition&&(_e.transition=y.transition),he=_e,setCurrentRenderingInstance(Ie),he}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:k,component:L}=e,{props:$,children:j,patchFlag:V}=t,z=L.emitsOptions;if(t.dirs||t.transition)return!0;if(y&&V>=0){if(V&1024)return!0;if(V&16)return n?hasPropsChanged(n,$,z):!!$;if(V&8){const re=t.dynamicProps;for(let ie=0;ie<re.length;ie++){const oe=re[ie];if($[oe]!==n[oe]&&!isEmitListener(z,oe))return!0}}}else return(k||j)&&(!j||!j.$stable)?!0:n===$?!1:n?$?hasPropsChanged(n,$,z):!0:!!$;return!1}function hasPropsChanged(e,t,y){const n=Object.keys(t);if(n.length!==Object.keys(e).length)return!0;for(let k=0;k<n.length;k++){const L=n[k];if(t[L]!==e[L]&&!isEmitListener(y,L))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$2(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,L){return setupBlock(createBaseVNode(e,t,y,n,k,L,!0))}function createBlock(e,t,y,n,k){return setupBlock(createVNode(e,t,y,n,k,!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$3(e)||isRef(e)||isFunction$4(e)?{i:currentRenderingInstance,r:e,k:t,f:!!y}:e:null);function createBaseVNode(e,t=null,y=null,n=0,k=null,L=e===Fragment?0:1,$=!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:L,patchFlag:n,dynamicProps:k,dynamicChildren:null,appContext:null,ctx:currentRenderingInstance};return j?(normalizeChildren(V,y),L&128&&e.normalize(V)):y&&(V.shapeFlag|=isString$3(y)?8:16),isBlockTreeEnabled>0&&!$&&currentBlock&&(V.patchFlag>0||L&6)&&V.patchFlag!==32&&currentBlock.push(V),V}const createVNode=_createVNode;function _createVNode(e,t=null,y=null,n=0,k=null,L=!1){if((!e||e===NULL_DYNAMIC_COMPONENT)&&(e=Comment),isVNode(e)){const j=cloneVNode(e,t,!0);return y&&normalizeChildren(j,y),isBlockTreeEnabled>0&&!L&&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$3(j)&&(t.class=normalizeClass(j)),isObject$4(V)&&(isProxy(V)&&!isArray$2(V)&&(V=extend$1({},V)),t.style=normalizeStyle(V))}const $=isString$3(e)?1:isSuspense(e)?128:isTeleport(e)?64:isObject$4(e)?4:isFunction$4(e)?2:0;return createBaseVNode(e,t,y,n,k,$,L,!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:k,ref:L,patchFlag:$,children:j,transition:V}=e,z=t?mergeProps(k||{},t):k,re={__v_isVNode:!0,__v_skip:!0,type:e.type,props:z,key:z&&normalizeKey(z),ref:t&&t.ref?y&&L?isArray$2(L)?L.concat(normalizeRef(t)):[L,normalizeRef(t)]:normalizeRef(t):L,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?$===-1?16:$|16:$,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$2(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$2(t))y=16;else if(typeof t=="object")if(n&65){const k=t.default;k&&(k._c&&(k._d=!1),normalizeChildren(e,k()),k._c&&(k._d=!0));return}else{y=32;const k=t._;!k&&!isInternalObject(t)?t._ctx=currentRenderingInstance:k===3&&currentRenderingInstance&&(currentRenderingInstance.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else isFunction$4(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 k in n)if(k==="class")t.class!==n.class&&(t.class=normalizeClass([t.class,n.class]));else if(k==="style")t.style=normalizeStyle([t.style,n.style]);else if(isOn(k)){const L=t[k],$=n[k];$&&L!==$&&!(isArray$2(L)&&L.includes($))&&(t[k]=L?[].concat(L,$):$)}else k!==""&&(t[k]=n[k])}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,k=(t?t.appContext:e.appContext)||emptyAppContext,L={uid:uid$2++,vnode:e,type:n,parent:t,appContext:k,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(k.provides),accessCache:null,renderCache:[],components:null,directives:null,propsOptions:normalizePropsOptions(n,k),emitsOptions:normalizeEmitsOptions(n,k),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 L.ctx={_:L},L.root=t?t.root:L,L.emit=emit.bind(null,L),e.ce&&e.ce(L),L}let currentInstance=null;const getCurrentInstance=()=>currentInstance||currentRenderingInstance;let internalSetCurrentInstance,setInSSRSetupState;{const e=getGlobalThis(),t=(y,n)=>{let k;return(k=e[y])||(k=e[y]=[]),k.push(n),L=>{k.length>1?k.forEach($=>$(L)):k[0](L)}};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:k}=e.vnode,L=isStatefulComponent(e);initProps(e,n,L,t),initSlots(e,k,y);const $=L?setupStatefulComponent(e,t):void 0;return t&&setInSSRSetupState(!1),$}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 k=e.setupContext=n.length>1?createSetupContext(e):null,L=setCurrentInstance(e);pauseTracking();const $=callWithErrorHandling(n,e,0,[e.props,k]);if(resetTracking(),L(),isPromise($)){if($.then(unsetCurrentInstance,unsetCurrentInstance),t)return $.then(j=>{handleSetupResult(e,j,t)}).catch(j=>{handleError(j,e,0)});e.asyncDep=$}else handleSetupResult(e,$,t)}else finishComponentSetup(e,t)}function handleSetupResult(e,t,y){isFunction$4(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:isObject$4(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 k=n.template||resolveMergedOptions(e).template;if(k){const{isCustomElement:L,compilerOptions:$}=e.appContext.config,{delimiters:j,compilerOptions:V}=n,z=extend$1(extend$1({isCustomElement:L,delimiters:j},$),V);n.render=compile$2(k,z)}}e.render=n.render||NOOP}{const k=setCurrentInstance(e);pauseTracking();try{applyOptions(e)}finally{resetTracking(),k()}}}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$4(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 k=t.__file.match(/([^/\\]+)\.\w+$/);k&&(n=k[1])}if(!n&&e&&e.parent){const k=L=>{for(const $ in L)if(L[$]===t)return $};n=k(e.components||e.parent.type.components)||k(e.appContext.components)}return n?classify(n):y?"App":"Anonymous"}function isClassComponent(e){return isFunction$4(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$4(t)&&!isArray$2(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$2="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 k=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&&k.setAttribute("multiple",n.multiple),k},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,L){const $=y?y.previousSibling:t.lastChild;if(k&&(k===L||k.nextSibling))for(;t.insertBefore(k.cloneNode(!0),y),!(k===L||!(k=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[$?$.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$2(e)?e.forEach(y=>y(...t)):e&&e(...t)},hasExplicitCallback=e=>e?isArray$2(e)?e.some(t=>t.length>1):e.length>1:!1;function resolveTransitionProps(e){const t={};for(const tr in e)tr in DOMTransitionPropsValidators||(t[tr]=e[tr]);if(e.css===!1)return t;const{name:y="v",type:n,duration:k,enterFromClass:L=`${y}-enter-from`,enterActiveClass:$=`${y}-enter-active`,enterToClass:j=`${y}-enter-to`,appearFromClass:V=L,appearActiveClass:z=$,appearToClass:re=j,leaveFromClass:ie=`${y}-leave-from`,leaveActiveClass:oe=`${y}-leave-active`,leaveToClass:ue=`${y}-leave-to`}=e,de=normalizeDuration(k),pe=de&&de[0],Ie=de&&de[1],{onBeforeEnter:he,onEnter:Ce,onEnterCancelled:_e,onLeave:Ne,onLeaveCancelled:Fe,onBeforeAppear:Ue=he,onAppear:kt=Ce,onAppearCancelled:Et=_e}=t,Ve=(tr,rr,ar)=>{removeTransitionClass(tr,rr?re:j),removeTransitionClass(tr,rr?z:$),ar&&ar()},qe=(tr,rr)=>{tr._isLeaving=!1,removeTransitionClass(tr,ie),removeTransitionClass(tr,ue),removeTransitionClass(tr,oe),rr&&rr()},jt=tr=>(rr,ar)=>{const nr=tr?kt:Ce,ur=()=>Ve(rr,tr,ar);callHook(nr,[rr,ur]),nextFrame(()=>{removeTransitionClass(rr,tr?V:L),addTransitionClass(rr,tr?re:j),hasExplicitCallback(nr)||whenTransitionEnds(rr,n,pe,ur)})};return extend$1(t,{onBeforeEnter(tr){callHook(he,[tr]),addTransitionClass(tr,L),addTransitionClass(tr,$)},onBeforeAppear(tr){callHook(Ue,[tr]),addTransitionClass(tr,V),addTransitionClass(tr,z)},onEnter:jt(!1),onAppear:jt(!0),onLeave(tr,rr){tr._isLeaving=!0;const ar=()=>qe(tr,rr);addTransitionClass(tr,ie),addTransitionClass(tr,oe),forceReflow(),nextFrame(()=>{tr._isLeaving&&(removeTransitionClass(tr,ie),addTransitionClass(tr,ue),hasExplicitCallback(Ne)||whenTransitionEnds(tr,n,Ie,ar))}),callHook(Ne,[tr,ar])},onEnterCancelled(tr){Ve(tr,!1),callHook(_e,[tr])},onAppearCancelled(tr){Ve(tr,!0),callHook(Et,[tr])},onLeaveCancelled(tr){qe(tr),callHook(Fe,[tr])}})}function normalizeDuration(e){if(e==null)return null;if(isObject$4(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 k=e._endId=++endId,L=()=>{k===e._endId&&n()};if(y)return setTimeout(L,y);const{type:$,timeout:j,propCount:V}=getTransitionInfo(e,t);if(!$)return n();const z=$+"end";let re=0;const ie=()=>{e.removeEventListener(z,oe),L()},oe=ue=>{ue.target===e&&++re>=V&&ie()};setTimeout(()=>{re<V&&ie()},j+1),e.addEventListener(z,oe)}function getTransitionInfo(e,t){const y=window.getComputedStyle(e),n=de=>(y[de]||"").split(", "),k=n(`${TRANSITION}Delay`),L=n(`${TRANSITION}Duration`),$=getTimeout(k,L),j=n(`${ANIMATION}Delay`),V=n(`${ANIMATION}Duration`),z=getTimeout(j,V);let re=null,ie=0,oe=0;t===TRANSITION?$>0&&(re=TRANSITION,ie=$,oe=L.length):t===ANIMATION?z>0&&(re=ANIMATION,ie=z,oe=V.length):(ie=Math.max($,z),re=ie>0?$>z?TRANSITION:ANIMATION:null,oe=re?re===TRANSITION?L.length:V.length:0);const ue=re===TRANSITION&&/\b(transform|all)(,|$)/.test(n(`${TRANSITION}Property`).toString());return{type:re,timeout:ie,propCount:oe,hasTransform:ue}}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,k=isString$3(y);let L=!1;if(y&&!k){if(t)if(isString$3(t))for(const $ of t.split(";")){const j=$.slice(0,$.indexOf(":")).trim();y[j]==null&&setStyle(n,j,"")}else for(const $ in t)y[$]==null&&setStyle(n,$,"");for(const $ in y)$==="display"&&(L=!0),setStyle(n,$,y[$])}else if(k){if(t!==y){const $=n[CSS_VAR_TEXT];$&&(y+=";"+$),n.cssText=y,L=displayRE.test(y)}}else t&&e.removeAttribute("style");vShowOriginalDisplay in e&&(e[vShowOriginalDisplay]=L?n.display:"",e[vShowHidden]&&(n.display="none"))}const importantRE=/\s*!important$/;function setStyle(e,t,y){if(isArray$2(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 k=0;k<prefixes.length;k++){const L=prefixes[k]+n;if(L in e)return prefixCache[t]=L}return t}const xlinkNS="http://www.w3.org/1999/xlink";function patchAttr(e,t,y,n,k,L=isSpecialBooleanAttr(t)){n&&t.startsWith("xlink:")?y==null?e.removeAttributeNS(xlinkNS,t.slice(6,t.length)):e.setAttributeNS(xlinkNS,t,y):y==null||L&&!includeBooleanAttr(y)?e.removeAttribute(t):e.setAttribute(t,L?"":isSymbol$1(y)?String(y):y)}function patchDOMProp(e,t,y,n){if(t==="innerHTML"||t==="textContent"){if(y==null)return;e[t]=y;return}const k=e.tagName;if(t==="value"&&k!=="PROGRESS"&&!k.includes("-")){const $=k==="OPTION"?e.getAttribute("value")||"":e.value,j=y==null?"":String(y);($!==j||!("_value"in e))&&(e.value=j),y==null&&e.removeAttribute(t),e._value=y;return}let L=!1;if(y===""||y==null){const $=typeof e[t];$==="boolean"?y=includeBooleanAttr(y):y==null&&$==="string"?(y="",L=!0):$==="number"&&(y=0,L=!0)}try{e[t]=y}catch{}L&&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,k=null){const L=e[veiKey]||(e[veiKey]={}),$=L[t];if(n&&$)$.value=n;else{const[j,V]=parseName(t);if(n){const z=L[t]=createInvoker(n,k);addEventListener(e,j,z,V)}else $&&(removeEventListener(e,j,$,V),L[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$1=Promise.resolve(),getNow=()=>cachedNow||(p$1.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$2(t)){const y=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{y.call(e),e._stopped=!0},t.map(n=>k=>!k._stopped&&n&&n(k))}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,L)=>{const $=k==="svg";t==="class"?patchClass(e,n,$):t==="style"?patchStyle(e,y,n):isOn(t)?isModelListener(t)||patchEvent(e,t,y,n,L):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):shouldSetAsProp(e,t,n,$))?(patchDOMProp(e,t,n),!e.tagName.includes("-")&&(t==="value"||t==="checked"||t==="selected")&&patchAttr(e,t,n,$,L,t!=="value")):(t==="true-value"?e._trueValue=n:t==="false-value"&&(e._falseValue=n),patchAttr(e,t,n,$))};function shouldSetAsProp(e,t,y,n){if(n)return!!(t==="innerHTML"||t==="textContent"||t in e&&isNativeOn(t)&&isFunction$4(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 k=e.tagName;if(k==="IMG"||k==="VIDEO"||k==="CANVAS"||k==="SOURCE")return!1}return isNativeOn(t)&&isString$3(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,L;return onUpdated(()=>{if(!k.length)return;const $=e.moveClass||`${e.name||"v"}-move`;if(!hasCSSTransform(k[0].el,y.vnode.el,$))return;k.forEach(callPendingCbs),k.forEach(recordPosition);const j=k.filter(applyTranslation);forceReflow(),j.forEach(V=>{const z=V.el,re=z.style;addTransitionClass(z,$),re.transform=re.webkitTransform=re.transitionDuration="";const ie=z[moveCbKey]=oe=>{oe&&oe.target!==z||(!oe||/transform$/.test(oe.propertyName))&&(z.removeEventListener("transitionend",ie),z[moveCbKey]=null,removeTransitionClass(z,$))};z.addEventListener("transitionend",ie)})}),()=>{const $=toRaw(e),j=resolveTransitionProps($);let V=$.tag||Fragment;if(k=[],L)for(let z=0;z<L.length;z++){const re=L[z];re.el&&re.el instanceof Element&&(k.push(re),setTransitionHooks(re,resolveTransitionHooks(re,j,n,y)),positionMap.set(re,re.el.getBoundingClientRect()))}L=t.default?getTransitionRawChildren(t.default()):[];for(let z=0;z<L.length;z++){const re=L[z];re.key!=null&&setTransitionHooks(re,resolveTransitionHooks(re,j,n,y))}return createVNode(V,null,L)}}},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,k=t.top-y.top;if(n||k){const L=e.el.style;return L.transform=L.webkitTransform=`translate(${n}px,${k}px)`,L.transitionDuration="0s",e}}function hasCSSTransform(e,t,y){const n=e.cloneNode(),k=e[vtcKey];k&&k.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 L=t.nodeType===1?t:t.parentNode;L.appendChild(n);const{hasTransform:$}=getTransitionInfo(n);return L.removeChild(n),$}const getModelAssigner=e=>{const t=e.props["onUpdate:modelValue"]||!1;return isArray$2(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}},k){e[assignKey]=getModelAssigner(k);const L=n||k.props&&k.props.type==="number";addEventListener(e,t?"change":"input",$=>{if($.target.composing)return;let j=e.value;y&&(j=j.trim()),L&&(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:k,number:L}},$){if(e[assignKey]=getModelAssigner($),e.composing)return;const j=(L||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||k&&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,k=getValue$2(e),L=e.checked,$=e[assignKey];if(isArray$2(n)){const j=looseIndexOf(n,k),V=j!==-1;if(L&&!V)$(n.concat(k));else if(!L&&V){const z=[...n];z.splice(j,1),$(z)}}else if(isSet$1(n)){const j=new Set(n);L?j.add(k):j.delete(k),$(j)}else $(getCheckboxValue(e,L))})},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$2(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,...L)=>{for(let $=0;$<t.length;$++){const j=modifierGuards[t[$]];if(j&&j(k,t))return}return e(k,...L)})},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]=k=>{if(!("key"in k))return;const L=hyphenate$1(k.key);if(t.some($=>$===L||keyNames[$]===L))return e(k)})},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 k=normalizeContainer(n);if(!k)return;const L=t._component;!isFunction$4(L)&&!L.render&&!L.template&&(L.template=k.innerHTML),k.innerHTML="";const $=y(k,!1,resolveRootNamespace(k));return k instanceof Element&&(k.removeAttribute("v-cloak"),k.setAttribute("data-v-app","")),$},t};function resolveRootNamespace(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function normalizeContainer(e){return isString$3(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 k=markRaw({install(L){setActivePinia(k),k._a=L,L.provide(piniaSymbol,k),L.config.globalProperties.$pinia=k,n.forEach($=>y.push($)),n=[]},use(L){return!this._a&&!isVue2?n.push(L):y.push(L),this},_p:y,_a:null,_e:e,_s:new Map,state:t});return k}const noop$6=()=>{};function addSubscription(e,t,y,n=noop$6){e.push(t);const k=()=>{const L=e.indexOf(t);L>-1&&(e.splice(L,1),n())};return!y&&getCurrentScope()&&onScopeDispose(k),k}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],k=e[y];isPlainObject$2(k)&&isPlainObject$2(n)&&e.hasOwnProperty(y)&&!isRef(n)&&!isReactive(n)?e[y]=mergeReactiveObjects(k,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:k,actions:L,getters:$}=t,j=y.state.value[e];let V;function z(){j||(y.state.value[e]=k?k():{});const re=toRefs(y.state.value[e]);return assign(re,L,Object.keys($||{}).reduce((ie,oe)=>(ie[oe]=markRaw(computed(()=>{setActivePinia(y);const ue=y._s.get(e);return $[oe].call(ue,ue)})),ie),{}))}return V=createSetupStore(e,z,t,y,n,!0),V}function createSetupStore(e,t,y={},n,k,L){let $;const j=assign({actions:{}},y),V={deep:!0};let z,re,ie=[],oe=[],ue;const de=n.state.value[e];!L&&!de&&(n.state.value[e]={}),ref$1({});let pe;function Ie(Et){let Ve;z=re=!1,typeof Et=="function"?(Et(n.state.value[e]),Ve={type:MutationType.patchFunction,storeId:e,events:ue}):(mergeReactiveObjects(n.state.value[e],Et),Ve={type:MutationType.patchObject,payload:Et,storeId:e,events:ue});const qe=pe=Symbol();nextTick$1().then(()=>{pe===qe&&(z=!0)}),re=!0,triggerSubscriptions(ie,Ve,n.state.value[e])}const he=L?function(){const{state:Ve}=y,qe=Ve?Ve():{};this.$patch(jt=>{assign(jt,qe)})}:noop$6;function Ce(){$.stop(),ie=[],oe=[],n._s.delete(e)}const _e=(Et,Ve="")=>{if(ACTION_MARKER in Et)return Et[ACTION_NAME]=Ve,Et;const qe=function(){setActivePinia(n);const jt=Array.from(arguments),tr=[],rr=[];function ar(cr){tr.push(cr)}function nr(cr){rr.push(cr)}triggerSubscriptions(oe,{args:jt,name:qe[ACTION_NAME],store:Fe,after:ar,onError:nr});let ur;try{ur=Et.apply(this&&this.$id===e?this:Fe,jt)}catch(cr){throw triggerSubscriptions(rr,cr),cr}return ur instanceof Promise?ur.then(cr=>(triggerSubscriptions(tr,cr),cr)).catch(cr=>(triggerSubscriptions(rr,cr),Promise.reject(cr))):(triggerSubscriptions(tr,ur),ur)};return qe[ACTION_MARKER]=!0,qe[ACTION_NAME]=Ve,qe},Ne={_p:n,$id:e,$onAction:addSubscription.bind(null,oe),$patch:Ie,$reset:he,$subscribe(Et,Ve={}){const qe=addSubscription(ie,Et,Ve.detached,()=>jt()),jt=$.run(()=>watch(()=>n.state.value[e],tr=>{(Ve.flush==="sync"?re:z)&&Et({storeId:e,type:MutationType.direct,events:ue},tr)},assign({},V,Ve)));return qe},$dispose:Ce},Fe=reactive(Ne);n._s.set(e,Fe);const kt=(n._a&&n._a.runWithContext||fallbackRunWithContext)(()=>n._e.run(()=>($=effectScope()).run(()=>t({action:_e}))));for(const Et in kt){const Ve=kt[Et];if(isRef(Ve)&&!isComputed(Ve)||isReactive(Ve))L||(de&&shouldHydrate(Ve)&&(isRef(Ve)?Ve.value=de[Et]:mergeReactiveObjects(Ve,de[Et])),n.state.value[e][Et]=Ve);else if(typeof Ve=="function"){const qe=_e(Ve,Et);kt[Et]=qe,j.actions[Et]=Ve}}return assign(Fe,kt),assign(toRaw(Fe),kt),Object.defineProperty(Fe,"$state",{get:()=>n.state.value[e],set:Et=>{Ie(Ve=>{assign(Ve,Et)})}}),n._p.forEach(Et=>{assign(Fe,$.run(()=>Et({store:Fe,app:n._a,pinia:n,options:j})))}),de&&L&&y.hydrate&&y.hydrate(Fe.$state,de),z=!0,re=!0,Fe}function defineStore(e,t,y){let n,k;const L=typeof t=="function";n=e,k=L?y:t;function $(j,V){const z=hasInjectionContext();return j=j||(z?inject(piniaSymbol,null):null),j&&setActivePinia(j),j=activePinia,j._s.has(n)||(L?createSetupStore(n,t,k,j):createOptionsStore(n,k,j)),j._s.get(n)}return $.$id=n,$}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,k)=>(k=k.source||k,k=k.replace(caret$2,"$1"),e=e.replace(n,k),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,(L,$,j)=>{let V=!1,z=$;for(;--z>=0&&j[z]==="\\";)V=!V;return V?"|":" |"}),n=y.split(/ \|/);let k=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(;k<n.length;k++)n[k]=n[k].trim().replace(/\\\|/g,"|");return n}function rtrim(e,t,y){const n=e.length;if(n===0)return"";let k=0;for(;k<n;){const L=e.charAt(n-k-1);if(L===t&&!y)k++;else if(L!==t&&y)k++;else break}return e.slice(0,n-k)}function findClosingBracket(e,t){if(e.indexOf(t[1])===-1)return-1;const y=e.length;let n=0,k=0;for(;k<y;k++)if(e[k]==="\\")k++;else if(e[k]===t[0])n++;else if(e[k]===t[1]&&(n--,n<0))return k;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 k=t.href,L=t.title?escape$4(t.title):null,$=e[1].replace(/\\([\[\]])/g,"$1");if(e[0].charAt(0)!=="!"){n.state.inLink=!0;const j={type:"link",raw:y,href:k,title:L,text:$,tokens:n.inlineTokens($)};return n.state.inLink=!1,j}return{type:"image",raw:y,href:k,title:L,text:escape$4($)}}function indentCodeCompensation(e,t){const y=e.match(/^(\s+)(?:```)/);if(y===null)return t;const n=y[1];return t.split(`
`).map(k=>{const L=k.match(/^\s+/);if(L===null)return k;const[$]=L;return $.length>=n.length?k.slice(n.length):k}).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],k=indentCodeCompensation(n,y[3]||"");return{type:"code",raw:n,lang:y[2]?y[2].trim().replace(this.rules.inline._escapes,"$1"):y[2],text:k}}}heading(t){const y=this.rules.block.heading.exec(t);if(y){let n=y[2].trim();if(/#$/.test(n)){const k=rtrim(n,"#");(this.options.pedantic||!k||/ $/.test(k))&&(n=k.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,""),k=this.lexer.state.top;this.lexer.state.top=!0;const L=this.lexer.blockTokens(n);return this.lexer.state.top=k,{type:"blockquote",raw:y[0],tokens:L,text:n}}}list(t){let y=this.rules.block.list.exec(t);if(y){let n,k,L,$,j,V,z,re,ie,oe,ue,de,pe=y[1].trim();const Ie=pe.length>1,he={type:"list",raw:"",ordered:Ie,start:Ie?+pe.slice(0,-1):"",loose:!1,items:[]};pe=Ie?`\\d{1,9}\\${pe.slice(-1)}`:`\\${pe}`,this.options.pedantic&&(pe=Ie?pe:"[*+-]");const Ce=new RegExp(`^( {0,3}${pe})((?:[ ][^\\n]*)?(?:\\n|$))`);for(;t&&(de=!1,!(!(y=Ce.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+/,Ne=>" ".repeat(3*Ne.length)),ie=t.split(`
`,1)[0],this.options.pedantic?($=2,ue=re.trimLeft()):($=y[2].search(/[^ ]/),$=$>4?1:$,ue=re.slice($),$+=y[1].length),V=!1,!re&&/^ *$/.test(ie)&&(n+=ie+`
`,t=t.substring(ie.length+1),de=!0),!de){const Ne=new RegExp(`^ {0,${Math.min(3,$-1)}}(?:[*+-]|\\d{1,9}[.)])((?:[ ][^\\n]*)?(?:\\n|$))`),Fe=new RegExp(`^ {0,${Math.min(3,$-1)}}((?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$)`),Ue=new RegExp(`^ {0,${Math.min(3,$-1)}}(?:\`\`\`|~~~)`),kt=new RegExp(`^ {0,${Math.min(3,$-1)}}#`);for(;t&&(oe=t.split(`
`,1)[0],ie=oe,this.options.pedantic&&(ie=ie.replace(/^ {1,4}(?=( {4})*[^ ])/g," ")),!(Ue.test(ie)||kt.test(ie)||Ne.test(ie)||Fe.test(t)));){if(ie.search(/[^ ]/)>=$||!ie.trim())ue+=`
`+ie.slice($);else{if(V||re.search(/[^ ]/)>=4||Ue.test(re)||kt.test(re)||Fe.test(re))break;ue+=`
`+ie}!V&&!ie.trim()&&(V=!0),n+=oe+`
`,t=t.substring(oe.length+1),re=ie.slice($)}}he.loose||(z?he.loose=!0:/\n *\n *$/.test(n)&&(z=!0)),this.options.gfm&&(k=/^\[[ xX]\] /.exec(ue),k&&(L=k[0]!=="[ ] ",ue=ue.replace(/^\[[ xX]\] +/,""))),he.items.push({type:"list_item",raw:n,task:!!k,checked:L,loose:!1,text:ue}),he.raw+=n}he.items[he.items.length-1].raw=n.trimRight(),he.items[he.items.length-1].text=ue.trimRight(),he.raw=he.raw.trimRight();const _e=he.items.length;for(j=0;j<_e;j++)if(this.lexer.state.top=!1,he.items[j].tokens=this.lexer.blockTokens(he.items[j].text,[]),!he.loose){const Ne=he.items[j].tokens.filter(Ue=>Ue.type==="space"),Fe=Ne.length>0&&Ne.some(Ue=>/\n.*\n/.test(Ue.raw));he.loose=Fe}if(he.loose)for(j=0;j<_e;j++)he.items[j].loose=!0;return he}}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 k=this.options.sanitizer?this.options.sanitizer(y[0]):escape$4(y[0]);n.type="paragraph",n.text=k,n.tokens=this.lexer.inline(k)}return n}}def(t){const y=this.rules.block.def.exec(t);if(y){const n=y[1].toLowerCase().replace(/\s+/g," "),k=y[2]?y[2].replace(/^<(.*)>$/,"$1").replace(this.rules.inline._escapes,"$1"):"",L=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:k,title:L}}}table(t){const y=this.rules.block.table.exec(t);if(y){const n={type:"table",header:splitCells(y[1]).map(k=>({text:k})),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 k=n.align.length,L,$,j,V;for(L=0;L<k;L++)/^ *-+: *$/.test(n.align[L])?n.align[L]="right":/^ *:-+: *$/.test(n.align[L])?n.align[L]="center":/^ *:-+ *$/.test(n.align[L])?n.align[L]="left":n.align[L]=null;for(k=n.rows.length,L=0;L<k;L++)n.rows[L]=splitCells(n.rows[L],n.header.length).map(z=>({text:z}));for(k=n.header.length,$=0;$<k;$++)n.header[$].tokens=this.lexer.inline(n.header[$].text);for(k=n.rows.length,$=0;$<k;$++)for(V=n.rows[$],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 $=rtrim(n.slice(0,-1),"\\");if((n.length-$.length)%2===0)return}else{const $=findClosingBracket(y[2],"()");if($>-1){const V=(y[0].indexOf("!")===0?5:4)+y[1].length+$;y[2]=y[2].substring(0,$),y[0]=y[0].substring(0,V).trim(),y[3]=""}}let k=y[2],L="";if(this.options.pedantic){const $=/^([^'"]*[^\s])\s+(['"])(.*)\2/.exec(k);$&&(k=$[1],L=$[3])}else L=y[3]?y[3].slice(1,-1):"";return k=k.trim(),/^</.test(k)&&(this.options.pedantic&&!/>$/.test(n)?k=k.slice(1):k=k.slice(1,-1)),outputLink(y,{href:k&&k.replace(this.rules.inline._escapes,"$1"),title:L&&L.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 k=(n[2]||n[1]).replace(/\s+/g," ");if(k=y[k.toLowerCase()],!k){const L=n[0].charAt(0);return{type:"text",raw:L,text:L}}return outputLink(n,k,n[0],this.lexer)}}emStrong(t,y,n=""){let k=this.rules.inline.emStrong.lDelim.exec(t);if(!k||k[3]&&n.match(/[\p{L}\p{N}]/u))return;const L=k[1]||k[2]||"";if(!L||L&&(n===""||this.rules.inline.punctuation.exec(n))){const $=k[0].length-1;let j,V,z=$,re=0;const ie=k[0][0]==="*"?this.rules.inline.emStrong.rDelimAst:this.rules.inline.emStrong.rDelimUnd;for(ie.lastIndex=0,y=y.slice(-1*t.length+$);(k=ie.exec(y))!=null;){if(j=k[1]||k[2]||k[3]||k[4]||k[5]||k[6],!j)continue;if(V=j.length,k[3]||k[4]){z+=V;continue}else if((k[5]||k[6])&&$%3&&!(($+V)%3)){re+=V;continue}if(z-=V,z>0)continue;V=Math.min(V,V+z+re);const oe=t.slice(0,$+k.index+(k[0].length-j.length)+V);if(Math.min($,V)%2){const de=oe.slice(1,-1);return{type:"em",raw:oe,text:de,tokens:this.lexer.inlineTokens(de)}}const ue=oe.slice(2,-2);return{type:"strong",raw:oe,text:ue,tokens:this.lexer.inlineTokens(ue)}}}}codespan(t){const y=this.rules.inline.code.exec(t);if(y){let n=y[2].replace(/\n/g," ");const k=/[^ ]/.test(n),L=/^ /.test(n)&&/ $/.test(n);return k&&L&&(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,L;return n[2]==="@"?(k=escape$4(this.options.mangle?y(n[1]):n[1]),L="mailto:"+k):(k=escape$4(n[1]),L=k),{type:"link",raw:n[0],text:k,href:L,tokens:[{type:"text",raw:k,text:k}]}}}url(t,y){let n;if(n=this.rules.inline.url.exec(t)){let k,L;if(n[2]==="@")k=escape$4(this.options.mangle?y(n[0]):n[0]),L="mailto:"+k;else{let $;do $=n[0],n[0]=this.rules.inline._backpedal.exec(n[0])[0];while($!==n[0]);k=escape$4(n[0]),n[1]==="www."?L="http://"+n[0]:L=n[0]}return{type:"link",raw:n[0],text:k,href:L,tokens:[{type:"text",raw:k,text:k}]}}}inlineText(t,y){const n=this.rules.inline.text.exec(t);if(n){let k;return this.lexer.state.inRawBlock?k=this.options.sanitize?this.options.sanitizer?this.options.sanitizer(n[0]):escape$4(n[0]):n[0]:k=escape$4(this.options.smartypants?y(n[0]):n[0]),{type:"text",raw:n[0],text:k}}}};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 k=e.length;for(y=0;y<k;y++)n=e.charCodeAt(y),Math.random()>.5&&(n="x"+n.toString(16)),t+="&#"+n+";";return t}let Lexer$1=class U0{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 U0(y).lex(t)}static lexInline(t,y){return new U0(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),k=y[y.length-1],k&&(k.type==="paragraph"||k.type==="text")?(k.raw+=`
`+n.raw,k.text+=`
`+n.text,this.inlineQueue[this.inlineQueue.length-1].src=k.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),k=y[y.length-1],k&&(k.type==="paragraph"||k.type==="text")?(k.raw+=`
`+n.raw,k.text+=`
`+n.raw,this.inlineQueue[this.inlineQueue.length-1].src=k.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(L=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&&(L=t.substring(0,j+1))}if(this.state.top&&(n=this.tokenizer.paragraph(L))){k=y[y.length-1],$&&k.type==="paragraph"?(k.raw+=`
`+n.raw,k.text+=`
`+n.text,this.inlineQueue.pop(),this.inlineQueue[this.inlineQueue.length-1].src=k.text):y.push(n),$=L.length!==t.length,t=t.substring(n.raw.length);continue}if(n=this.tokenizer.text(t)){t=t.substring(n.raw.length),k=y[y.length-1],k&&k.type==="text"?(k.raw+=`
`+n.raw,k.text+=`
`+n.text,this.inlineQueue.pop(),this.inlineQueue[this.inlineQueue.length-1].src=k.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($))!=null;)re.includes(j[0].slice(j[0].lastIndexOf("[")+1,-1))&&($=$.slice(0,j.index)+"["+repeatString("a",j[0].length-2)+"]"+$.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex))}for(;(j=this.tokenizer.rules.inline.blockSkip.exec($))!=null;)$=$.slice(0,j.index)+"["+repeatString("a",j[0].length-2)+"]"+$.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);for(;(j=this.tokenizer.rules.inline.escapedEmSt.exec($))!=null;)$=$.slice(0,j.index+j[0].length-2)+"++"+$.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),k=y[y.length-1],k&&n.type==="text"&&k.type==="text"?(k.raw+=n.raw,k.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),k=y[y.length-1],k&&n.type==="text"&&k.type==="text"?(k.raw+=n.raw,k.text+=n.text):y.push(n);continue}if(n=this.tokenizer.emStrong(t,$,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(L=t,this.options.extensions&&this.options.extensions.startInline){let re=1/0;const ie=t.slice(1);let oe;this.options.extensions.startInline.forEach(function(ue){oe=ue.call({lexer:this},ie),typeof oe=="number"&&oe>=0&&(re=Math.min(re,oe))}),re<1/0&&re>=0&&(L=t.substring(0,re+1))}if(n=this.tokenizer.inlineText(L,smartypants)){t=t.substring(n.raw.length),n.raw.slice(-1)!=="_"&&(z=n.raw.slice(-1)),V=!0,k=y[y.length-1],k&&k.type==="text"?(k.raw+=n.raw,k.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 k=(y||"").match(/\S*/)[0];if(this.options.highlight){const L=this.options.highlight(t,k);L!=null&&L!==t&&(n=!0,t=L)}return t=t.replace(/\n$/,"")+`
`,k?'<pre><code class="'+this.options.langPrefix+escape$4(k)+'">'+(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,k){if(this.options.headerIds){const L=this.options.headerPrefix+k.slug(n);return`<h${y} id="${L}">${t}</h${y}>
`}return`<h${y}>${t}</h${y}>
`}hr(){return this.options.xhtml?`<hr/>
`:`<hr>
`}list(t,y,n){const k=y?"ol":"ul",L=y&&n!==1?' start="'+n+'"':"";return"<"+k+L+`>
`+t+"</"+k+`>
`}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 k='<a href="'+t+'"';return y&&(k+=' title="'+y+'"'),k+=">"+n+"</a>",k}image(t,y,n){if(t=cleanUrl(this.options.sanitize,this.options.baseUrl,t),t===null)return n;let k=`<img src="${t}" alt="${n}"`;return y&&(k+=` title="${y}"`),k+=this.options.xhtml?"/>":">",k}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,k=0;if(this.seen.hasOwnProperty(n)){k=this.seen[t];do k++,n=t+"-"+k;while(this.seen.hasOwnProperty(n))}return y||(this.seen[t]=k,this.seen[n]=0),n}slug(t,y={}){const n=this.serialize(t);return this.getNextSafeSlug(n,y.dryrun)}}let Parser$2=class V0{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 V0(y).parse(t)}static parseInline(t,y){return new V0(y).parseInline(t)}parse(t,y=!0){let n="",k,L,$,j,V,z,re,ie,oe,ue,de,pe,Ie,he,Ce,_e,Ne,Fe,Ue;const kt=t.length;for(k=0;k<kt;k++){if(ue=t[k],this.options.extensions&&this.options.extensions.renderers&&this.options.extensions.renderers[ue.type]&&(Ue=this.options.extensions.renderers[ue.type].call({parser:this},ue),Ue!==!1||!["space","hr","heading","code","table","blockquote","list","html","paragraph","text"].includes(ue.type))){n+=Ue||"";continue}switch(ue.type){case"space":continue;case"hr":{n+=this.renderer.hr();continue}case"heading":{n+=this.renderer.heading(this.parseInline(ue.tokens),ue.depth,unescape$2(this.parseInline(ue.tokens,this.textRenderer)),this.slugger);continue}case"code":{n+=this.renderer.code(ue.text,ue.lang,ue.escaped);continue}case"table":{for(ie="",re="",j=ue.header.length,L=0;L<j;L++)re+=this.renderer.tablecell(this.parseInline(ue.header[L].tokens),{header:!0,align:ue.align[L]});for(ie+=this.renderer.tablerow(re),oe="",j=ue.rows.length,L=0;L<j;L++){for(z=ue.rows[L],re="",V=z.length,$=0;$<V;$++)re+=this.renderer.tablecell(this.parseInline(z[$].tokens),{header:!1,align:ue.align[$]});oe+=this.renderer.tablerow(re)}n+=this.renderer.table(ie,oe);continue}case"blockquote":{oe=this.parse(ue.tokens),n+=this.renderer.blockquote(oe);continue}case"list":{for(de=ue.ordered,pe=ue.start,Ie=ue.loose,j=ue.items.length,oe="",L=0;L<j;L++)Ce=ue.items[L],_e=Ce.checked,Ne=Ce.task,he="",Ce.task&&(Fe=this.renderer.checkbox(_e),Ie?Ce.tokens.length>0&&Ce.tokens[0].type==="paragraph"?(Ce.tokens[0].text=Fe+" "+Ce.tokens[0].text,Ce.tokens[0].tokens&&Ce.tokens[0].tokens.length>0&&Ce.tokens[0].tokens[0].type==="text"&&(Ce.tokens[0].tokens[0].text=Fe+" "+Ce.tokens[0].tokens[0].text)):Ce.tokens.unshift({type:"text",text:Fe}):he+=Fe),he+=this.parse(Ce.tokens,Ie),oe+=this.renderer.listitem(he,Ne,_e);n+=this.renderer.list(oe,de,pe);continue}case"html":{n+=this.renderer.html(ue.text);continue}case"paragraph":{n+=this.renderer.paragraph(this.parseInline(ue.tokens));continue}case"text":{for(oe=ue.tokens?this.parseInline(ue.tokens):ue.text;k+1<kt&&t[k+1].type==="text";)ue=t[++k],oe+=`
`+(ue.tokens?this.parseInline(ue.tokens):ue.text);n+=y?this.renderer.paragraph(oe):oe;continue}default:{const Et='Token with "'+ue.type+'" type was not found.';if(this.options.silent){console.error(Et);return}else throw new Error(Et)}}}return n}parseInline(t,y){y=y||this.renderer;let n="",k,L,$;const j=t.length;for(k=0;k<j;k++){if(L=t[k],this.options.extensions&&this.options.extensions.renderers&&this.options.extensions.renderers[L.type]&&($=this.options.extensions.renderers[L.type].call({parser:this},L),$!==!1||!["escape","html","link","image","strong","em","codespan","br","del","text"].includes(L.type))){n+=$||"";continue}switch(L.type){case"escape":{n+=y.text(L.text);break}case"html":{n+=y.html(L.text);break}case"link":{n+=y.link(L.href,L.title,this.parseInline(L.tokens,y));break}case"image":{n+=y.image(L.href,L.title,L.text);break}case"strong":{n+=y.strong(this.parseInline(L.tokens,y));break}case"em":{n+=y.em(this.parseInline(L.tokens,y));break}case"codespan":{n+=y.codespan(L.text);break}case"br":{n+=y.br();break}case"del":{n+=y.del(this.parseInline(L.tokens,y));break}case"text":{n+=y.text(L.text);break}default:{const V='Token with "'+L.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}}Vh(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 k="<p>An error occurred:</p><pre>"+escape$4(n.message+"",!0)+"</pre>";if(t)return Promise.resolve(k);if(y){y(null,k);return}return k}if(t)return Promise.reject(n);if(y){y(n);return}throw n}}function parseMarkdown(e,t){return(y,n,k)=>{typeof n=="function"&&(k=n,n=null);const L={...n};n={...marked.defaults,...L};const $=onError(n.silent,n.async,k);if(typeof y>"u"||y===null)return $(new Error("marked(): input parameter is undefined or null"));if(typeof y!="string")return $(new Error("marked(): input parameter is of type "+Object.prototype.toString.call(y)+", string expected"));if(checkSanitizeDeprecation(n),n.hooks&&(n.hooks.options=n),k){const j=n.highlight;let V;try{n.hooks&&(y=n.hooks.preprocess(y)),V=e(y,n)}catch(ie){return $(ie)}const z=function(ie){let oe;if(!ie)try{n.walkTokens&&marked.walkTokens(V,n.walkTokens),oe=t(V,n),n.hooks&&(oe=n.hooks.postprocess(oe))}catch(ue){ie=ue}return n.highlight=j,ie?$(ie):k(null,oe)};if(!j||j.length<3||(delete n.highlight,!V.length))return z();let re=0;marked.walkTokens(V,function(ie){ie.type==="code"&&(re++,setTimeout(()=>{j(ie.text,ie.lang,function(oe,ue){if(oe)return z(oe);ue!=null&&ue!==ie.text&&(ie.text=ue,ie.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($);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 $(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(k=>{if(!k.name)throw new Error("extension name required");if(k.renderer){const L=t.renderers[k.name];L?t.renderers[k.name]=function(...$){let j=k.renderer.apply(this,$);return j===!1&&(j=L.apply(this,$)),j}:t.renderers[k.name]=k.renderer}if(k.tokenizer){if(!k.level||k.level!=="block"&&k.level!=="inline")throw new Error("extension level must be 'block' or 'inline'");t[k.level]?t[k.level].unshift(k.tokenizer):t[k.level]=[k.tokenizer],k.start&&(k.level==="block"?t.startBlock?t.startBlock.push(k.start):t.startBlock=[k.start]:k.level==="inline"&&(t.startInline?t.startInline.push(k.start):t.startInline=[k.start]))}k.childTokens&&(t.childTokens[k.name]=k.childTokens)}),n.extensions=t),y.renderer){const k=marked.defaults.renderer||new Renderer;for(const L in y.renderer){const $=k[L];k[L]=(...j)=>{let V=y.renderer[L].apply(k,j);return V===!1&&(V=$.apply(k,j)),V}}n.renderer=k}if(y.tokenizer){const k=marked.defaults.tokenizer||new Tokenizer$1;for(const L in y.tokenizer){const $=k[L];k[L]=(...j)=>{let V=y.tokenizer[L].apply(k,j);return V===!1&&(V=$.apply(k,j)),V}}n.tokenizer=k}if(y.hooks){const k=marked.defaults.hooks||new Hooks;for(const L in y.hooks){const $=k[L];Hooks.passThroughHooks.has(L)?k[L]=j=>{if(marked.defaults.async)return Promise.resolve(y.hooks[L].call(k,j)).then(z=>$.call(k,z));const V=y.hooks[L].call(k,j);return $.call(k,V)}:k[L]=(...j)=>{let V=y.hooks[L].apply(k,j);return V===!1&&(V=$.apply(k,j)),V}}n.hooks=k}if(y.walkTokens){const k=marked.defaults.walkTokens;n.walkTokens=function(L){let $=[];return $.push(y.walkTokens.call(this,L)),k&&($=$.concat(k.call(this,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 k of n.header)y=y.concat(marked.walkTokens(k.tokens,t));for(const k of n.rows)for(const L of k)y=y.concat(marked.walkTokens(L.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(k){y=y.concat(marked.walkTokens(n[k],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 k=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(y,n,k.get?k:{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,k=/gecko\/\d/i.test(y),L=/MSIE \d/.test(y),$=/Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(y),j=/Edge\/(\d+)/.exec(y),V=L||$||j,z=V&&(L?document.documentMode||6:+(j||$)[1]),re=!j&&/WebKit\//.test(y),ie=re&&/Qt\/\d+\.\d+/.test(y),oe=!j&&/Chrome\/(\d+)/.exec(y),ue=oe&&+oe[1],de=/Opera\//.test(y),pe=/Apple Computer/.test(navigator.vendor),Ie=/Mac OS X 1\d\D([8-9]|\d\d)\D/.test(y),he=/PhantomJS/.test(y),Ce=pe&&(/Mobile\/\w+/.test(y)||navigator.maxTouchPoints>2),_e=/Android/.test(y),Ne=Ce||_e||/webOS|BlackBerry|Opera Mini|Opera Mobi|IEMobile/i.test(y),Fe=Ce||/Mac/.test(n),Ue=/\bCrOS\b/.test(y),kt=/win/i.test(n),Et=de&&y.match(/Version\/(\d*\.\d*)/);Et&&(Et=Number(Et[1])),Et&&Et>=15&&(de=!1,re=!0);var Ve=Fe&&(ie||de&&(Et==null||Et<12.11)),qe=k||V&&z>=9;function jt($e){return new RegExp("(^|\\s)"+$e+"(?:$|\\s)\\s*")}var tr=function($e,er){var ir=$e.className,lr=jt(er).exec(ir);if(lr){var dr=ir.slice(lr.index+lr[0].length);$e.className=ir.slice(0,lr.index)+(dr?lr[1]+dr:"")}};function rr($e){for(var er=$e.childNodes.length;er>0;--er)$e.removeChild($e.firstChild);return $e}function ar($e,er){return rr($e).appendChild(er)}function nr($e,er,ir,lr){var dr=document.createElement($e);if(ir&&(dr.className=ir),lr&&(dr.style.cssText=lr),typeof er=="string")dr.appendChild(document.createTextNode(er));else if(er)for(var $r=0;$r<er.length;++$r)dr.appendChild(er[$r]);return dr}function ur($e,er,ir,lr){var dr=nr($e,er,ir,lr);return dr.setAttribute("role","presentation"),dr}var cr;document.createRange?cr=function($e,er,ir,lr){var dr=document.createRange();return dr.setEnd(lr||$e,ir),dr.setStart($e,er),dr}:cr=function($e,er,ir){var lr=document.body.createTextRange();try{lr.moveToElementText($e.parentNode)}catch{return lr}return lr.collapse(!0),lr.moveEnd("character",ir),lr.moveStart("character",er),lr};function _r($e,er){if(er.nodeType==3&&(er=er.parentNode),$e.contains)return $e.contains(er);do if(er.nodeType==11&&(er=er.host),er==$e)return!0;while(er=er.parentNode)}function hr($e){var er=$e.ownerDocument||$e,ir;try{ir=$e.activeElement}catch{ir=er.body||null}for(;ir&&ir.shadowRoot&&ir.shadowRoot.activeElement;)ir=ir.shadowRoot.activeElement;return ir}function Er($e,er){var ir=$e.className;jt(er).test(ir)||($e.className+=(ir?" ":"")+er)}function kr($e,er){for(var ir=$e.split(" "),lr=0;lr<ir.length;lr++)ir[lr]&&!jt(ir[lr]).test(er)&&(er+=" "+ir[lr]);return er}var xr=function($e){$e.select()};Ce?xr=function($e){$e.selectionStart=0,$e.selectionEnd=$e.value.length}:V&&(xr=function($e){try{$e.select()}catch{}});function yr($e){return $e.display.wrapper.ownerDocument}function br($e){return Ir($e.display.wrapper)}function Ir($e){return $e.getRootNode?$e.getRootNode():$e.ownerDocument}function Mr($e){return yr($e).defaultView}function mr($e){var er=Array.prototype.slice.call(arguments,1);return function(){return $e.apply(null,er)}}function gr($e,er,ir){er||(er={});for(var lr in $e)$e.hasOwnProperty(lr)&&(ir!==!1||!er.hasOwnProperty(lr))&&(er[lr]=$e[lr]);return er}function jr($e,er,ir,lr,dr){er==null&&(er=$e.search(/[^\s\u00a0]/),er==-1&&(er=$e.length));for(var $r=lr||0,Zr=dr||0;;){var Hn=$e.indexOf(" ",$r);if(Hn<0||Hn>=er)return Zr+(er-$r);Zr+=Hn-$r,Zr+=ir-Zr%ir,$r=Hn+1}}var Hr=function(){this.id=null,this.f=null,this.time=0,this.handler=mr(this.onTimeout,this)};Hr.prototype.onTimeout=function($e){$e.id=0,$e.time<=+new Date?$e.f():setTimeout($e.handler,$e.time-+new Date)},Hr.prototype.set=function($e,er){this.f=er;var ir=+new Date+$e;(!this.id||ir<this.time)&&(clearTimeout(this.id),this.id=setTimeout(this.handler,$e),this.time=ir)};function Vr($e,er){for(var ir=0;ir<$e.length;++ir)if($e[ir]==er)return ir;return-1}var zr=50,Sr={toString:function(){return"CodeMirror.Pass"}},Tr={scroll:!1},Br={origin:"*mouse"},vr={origin:"+move"};function Cr($e,er,ir){for(var lr=0,dr=0;;){var $r=$e.indexOf(" ",lr);$r==-1&&($r=$e.length);var Zr=$r-lr;if($r==$e.length||dr+Zr>=er)return lr+Math.min(Zr,er-dr);if(dr+=$r-lr,dr+=ir-dr%ir,lr=$r+1,dr>=er)return lr}}var Dr=[""];function Rr($e){for(;Dr.length<=$e;)Dr.push(Wr(Dr)+" ");return Dr[$e]}function Wr($e){return $e[$e.length-1]}function Kr($e,er){for(var ir=[],lr=0;lr<$e.length;lr++)ir[lr]=er($e[lr],lr);return ir}function Nr($e,er,ir){for(var lr=0,dr=ir(er);lr<$e.length&&ir($e[lr])<=dr;)lr++;$e.splice(lr,0,er)}function Fr(){}function Qr($e,er){var ir;return Object.create?ir=Object.create($e):(Fr.prototype=$e,ir=new Fr),er&&gr(er,ir),ir}var ca=/[\u00df\u0587\u0590-\u05f4\u0600-\u06ff\u3040-\u309f\u30a0-\u30ff\u3400-\u4db5\u4e00-\u9fcc\uac00-\ud7af]/;function Po($e){return/\w/.test($e)||$e>"€"&&($e.toUpperCase()!=$e.toLowerCase()||ca.test($e))}function Wa($e,er){return er?er.source.indexOf("\\w")>-1&&Po($e)?!0:er.test($e):Po($e)}function Go($e){for(var er in $e)if($e.hasOwnProperty(er)&&$e[er])return!1;return!0}var us=/[\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 Kn($e){return $e.charCodeAt(0)>=768&&us.test($e)}function Gr($e,er,ir){for(;(ir<0?er>0:er<$e.length)&&Kn($e.charAt(er));)er+=ir;return er}function Ar($e,er,ir){for(var lr=er>ir?-1:1;;){if(er==ir)return er;var dr=(er+ir)/2,$r=lr<0?Math.ceil(dr):Math.floor(dr);if($r==er)return $e($r)?er:ir;$e($r)?ir=$r:er=$r+lr}}function On($e,er,ir,lr){if(!$e)return lr(er,ir,"ltr",0);for(var dr=!1,$r=0;$r<$e.length;++$r){var Zr=$e[$r];(Zr.from<ir&&Zr.to>er||er==ir&&Zr.to==er)&&(lr(Math.max(Zr.from,er),Math.min(Zr.to,ir),Zr.level==1?"rtl":"ltr",$r),dr=!0)}dr||lr(er,ir,"ltr")}var kn=null;function Sa($e,er,ir){var lr;kn=null;for(var dr=0;dr<$e.length;++dr){var $r=$e[dr];if($r.from<er&&$r.to>er)return dr;$r.to==er&&($r.from!=$r.to&&ir=="before"?lr=dr:kn=dr),$r.from==er&&($r.from!=$r.to&&ir!="before"?lr=dr:kn=dr)}return lr??kn}var sa=function(){var $e="bbbbbbbbbtstwsbbbbbbbbbbbbbbssstwNN%%%NNNNNN,N,N1111111111NNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNbbbbbbsbbbbbbbbbbbbbbbbbbbbbbbbbb,N%%%%NNNNLNNNNN%%11NLNNN1LNNNNNLLLLLLLLLLLLLLLLLLLLLLLNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLN",er="nnnnnnNNr%%r,rNNmmmmmmmmmmmrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrmmmmmmmmmmmmmmmmmmmmmnnnnnnnnnn%nnrrrmrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrmmmmmmmnNmmmmmmrrmmNmmmmrr1111111111";function ir(ma){return ma<=247?$e.charAt(ma):1424<=ma&&ma<=1524?"R":1536<=ma&&ma<=1785?er.charAt(ma-1536):1774<=ma&&ma<=2220?"r":8192<=ma&&ma<=8203?"w":ma==8204?"b":"L"}var lr=/[\u0590-\u05f4\u0600-\u06ff\u0700-\u08ac]/,dr=/[stwN]/,$r=/[LRr]/,Zr=/[Lb1n]/,Hn=/[1n]/;function mi(ma,io,ms){this.level=ma,this.from=io,this.to=ms}return function(ma,io){var ms=io=="ltr"?"L":"R";if(ma.length==0||io=="ltr"&&!lr.test(ma))return!1;for(var gs=ma.length,Cs=[],Js=0;Js<gs;++Js)Cs.push(ir(ma.charCodeAt(Js)));for(var Hl=0,sl=ms;Hl<gs;++Hl){var pu=Cs[Hl];pu=="m"?Cs[Hl]=sl:sl=pu}for(var gu=0,vs=ms;gu<gs;++gu){var pc=Cs[gu];pc=="1"&&vs=="r"?Cs[gu]="n":$r.test(pc)&&(vs=pc,pc=="r"&&(Cs[gu]="R"))}for(var vc=1,$u=Cs[0];vc<gs-1;++vc){var dc=Cs[vc];dc=="+"&&$u=="1"&&Cs[vc+1]=="1"?Cs[vc]="1":dc==","&&$u==Cs[vc+1]&&($u=="1"||$u=="n")&&(Cs[vc]=$u),$u=dc}for(var zc=0;zc<gs;++zc){var Vd=Cs[zc];if(Vd==",")Cs[zc]="N";else if(Vd=="%"){var co=void 0;for(co=zc+1;co<gs&&Cs[co]=="%";++co);for(var rl=zc&&Cs[zc-1]=="!"||co<gs&&Cs[co]=="1"?"1":"N",Ju=zc;Ju<co;++Ju)Cs[Ju]=rl;zc=co-1}}for(var jc=0,Wc=ms;jc<gs;++jc){var Xd=Cs[jc];Wc=="L"&&Xd=="1"?Cs[jc]="L":$r.test(Xd)&&(Wc=Xd)}for(var yd=0;yd<gs;++yd)if(dr.test(Cs[yd])){var Id=void 0;for(Id=yd+1;Id<gs&&dr.test(Cs[Id]);++Id);for(var Ld=(yd?Cs[yd-1]:ms)=="L",$d=(Id<gs?Cs[Id]:ms)=="L",$c=Ld==$d?Ld?"L":"R":ms,Xc=yd;Xc<Id;++Xc)Cs[Xc]=$c;yd=Id-1}for(var Up=[],Sm,Vp=0;Vp<gs;)if(Zr.test(Cs[Vp])){var u0=Vp;for(++Vp;Vp<gs&&Zr.test(Cs[Vp]);++Vp);Up.push(new mi(0,u0,Vp))}else{var Pm=Vp,dh=Up.length,Km=io=="rtl"?1:0;for(++Vp;Vp<gs&&Cs[Vp]!="L";++Vp);for(var of=Pm;of<Vp;)if(Hn.test(Cs[of])){Pm<of&&(Up.splice(dh,0,new mi(1,Pm,of)),dh+=Km);var o0=of;for(++of;of<Vp&&Hn.test(Cs[of]);++of);Up.splice(dh,0,new mi(2,o0,of)),dh+=Km,Pm=of}else++of;Pm<Vp&&Up.splice(dh,0,new mi(1,Pm,Vp))}return io=="ltr"&&(Up[0].level==1&&(Sm=ma.match(/^\s+/))&&(Up[0].from=Sm[0].length,Up.unshift(new mi(0,0,Sm[0].length))),Wr(Up).level==1&&(Sm=ma.match(/\s+$/))&&(Wr(Up).to-=Sm[0].length,Up.push(new mi(0,gs-Sm[0].length,gs)))),io=="rtl"?Up.reverse():Up}}();function qa($e,er){var ir=$e.order;return ir==null&&(ir=$e.order=sa($e.text,er)),ir}var To=[],Hi=function($e,er,ir){if($e.addEventListener)$e.addEventListener(er,ir,!1);else if($e.attachEvent)$e.attachEvent("on"+er,ir);else{var lr=$e._handlers||($e._handlers={});lr[er]=(lr[er]||To).concat(ir)}};function na($e,er){return $e._handlers&&$e._handlers[er]||To}function Ma($e,er,ir){if($e.removeEventListener)$e.removeEventListener(er,ir,!1);else if($e.detachEvent)$e.detachEvent("on"+er,ir);else{var lr=$e._handlers,dr=lr&&lr[er];if(dr){var $r=Vr(dr,ir);$r>-1&&(lr[er]=dr.slice(0,$r).concat(dr.slice($r+1)))}}}function Ns($e,er){var ir=na($e,er);if(ir.length)for(var lr=Array.prototype.slice.call(arguments,2),dr=0;dr<ir.length;++dr)ir[dr].apply(null,lr)}function cs($e,er,ir){return typeof er=="string"&&(er={type:er,preventDefault:function(){this.defaultPrevented=!0}}),Ns($e,ir||er.type,$e,er),Lu(er)||er.codemirrorIgnore}function vl($e){var er=$e._handlers&&$e._handlers.cursorActivity;if(er)for(var ir=$e.curOp.cursorActivityHandlers||($e.curOp.cursorActivityHandlers=[]),lr=0;lr<er.length;++lr)Vr(ir,er[lr])==-1&&ir.push(er[lr])}function Bl($e,er){return na($e,er).length>0}function Au($e){$e.prototype.on=function(er,ir){Hi(this,er,ir)},$e.prototype.off=function(er,ir){Ma(this,er,ir)}}function xs($e){$e.preventDefault?$e.preventDefault():$e.returnValue=!1}function ju($e){$e.stopPropagation?$e.stopPropagation():$e.cancelBubble=!0}function Lu($e){return $e.defaultPrevented!=null?$e.defaultPrevented:$e.returnValue==!1}function Pc($e){xs($e),ju($e)}function Nc($e){return $e.target||$e.srcElement}function gc($e){var er=$e.which;return er==null&&($e.button&1?er=1:$e.button&2?er=3:$e.button&4&&(er=2)),Fe&&$e.ctrlKey&&er==1&&(er=3),er}var Wl=function(){if(V&&z<9)return!1;var $e=nr("div");return"draggable"in $e||"dragDrop"in $e}(),ps;function Ds($e){if(ps==null){var er=nr("span","");ar($e,nr("span",[er,document.createTextNode("x")])),$e.firstChild.offsetHeight!=0&&(ps=er.offsetWidth<=1&&er.offsetHeight>2&&!(V&&z<8))}var ir=ps?nr("span",""):nr("span"," ",null,"display: inline-block; width: 1px; margin-right: -1px");return ir.setAttribute("cm-text",""),ir}var Us;function Vs($e){if(Us!=null)return Us;var er=ar($e,document.createTextNode("AخA")),ir=cr(er,0,1).getBoundingClientRect(),lr=cr(er,1,2).getBoundingClientRect();return rr($e),!ir||ir.left==ir.right?!1:Us=lr.right-ir.right<3}var Lr=`
b`.split(/\n/).length!=3?function($e){for(var er=0,ir=[],lr=$e.length;er<=lr;){var dr=$e.indexOf(`
`,er);dr==-1&&(dr=$e.length);var $r=$e.slice(er,$e.charAt(dr-1)=="\r"?dr-1:dr),Zr=$r.indexOf("\r");Zr!=-1?(ir.push($r.slice(0,Zr)),er+=Zr+1):(ir.push($r),er=dr+1)}return ir}:function($e){return $e.split(/\r\n?|\n/)},Zn=window.getSelection?function($e){try{return $e.selectionStart!=$e.selectionEnd}catch{return!1}}:function($e){var er;try{er=$e.ownerDocument.selection.createRange()}catch{}return!er||er.parentElement()!=$e?!1:er.compareEndPoints("StartToEnd",er)!=0},hn=function(){var $e=nr("div");return"oncopy"in $e?!0:($e.setAttribute("oncopy","return;"),typeof $e.oncopy=="function")}(),Ln=null;function Vi($e){if(Ln!=null)return Ln;var er=ar($e,nr("span","x")),ir=er.getBoundingClientRect(),lr=cr(er,0,1).getBoundingClientRect();return Ln=Math.abs(ir.left-lr.left)>1}var Wi={},pa={};function Ki($e,er){arguments.length>2&&(er.dependencies=Array.prototype.slice.call(arguments,2)),Wi[$e]=er}function Yo($e,er){pa[$e]=er}function Eo($e){if(typeof $e=="string"&&pa.hasOwnProperty($e))$e=pa[$e];else if($e&&typeof $e.name=="string"&&pa.hasOwnProperty($e.name)){var er=pa[$e.name];typeof er=="string"&&(er={name:er}),$e=Qr(er,$e),$e.name=er.name}else{if(typeof $e=="string"&&/^[\w\-]+\/[\w\-]+\+xml$/.test($e))return Eo("application/xml");if(typeof $e=="string"&&/^[\w\-]+\/[\w\-]+\+json$/.test($e))return Eo("application/json")}return typeof $e=="string"?{name:$e}:$e||{name:"null"}}function Fo($e,er){er=Eo(er);var ir=Wi[er.name];if(!ir)return Fo($e,"text/plain");var lr=ir($e,er);if(hs.hasOwnProperty(er.name)){var dr=hs[er.name];for(var $r in dr)dr.hasOwnProperty($r)&&(lr.hasOwnProperty($r)&&(lr["_"+$r]=lr[$r]),lr[$r]=dr[$r])}if(lr.name=er.name,er.helperType&&(lr.helperType=er.helperType),er.modeProps)for(var Zr in er.modeProps)lr[Zr]=er.modeProps[Zr];return lr}var hs={};function An($e,er){var ir=hs.hasOwnProperty($e)?hs[$e]:hs[$e]={};gr(er,ir)}function Uo($e,er){if(er===!0)return er;if($e.copyState)return $e.copyState(er);var ir={};for(var lr in er){var dr=er[lr];dr instanceof Array&&(dr=dr.concat([])),ir[lr]=dr}return ir}function cu($e,er){for(var ir;$e.innerMode&&(ir=$e.innerMode(er),!(!ir||ir.mode==$e));)er=ir.state,$e=ir.mode;return ir||{mode:$e,state:er}}function ko($e,er,ir){return $e.startState?$e.startState(er,ir):!0}var vu=function($e,er,ir){this.pos=this.start=0,this.string=$e,this.tabSize=er||8,this.lastColumnPos=this.lastColumnValue=0,this.lineStart=0,this.lineOracle=ir};vu.prototype.eol=function(){return this.pos>=this.string.length},vu.prototype.sol=function(){return this.pos==this.lineStart},vu.prototype.peek=function(){return this.string.charAt(this.pos)||void 0},vu.prototype.next=function(){if(this.pos<this.string.length)return this.string.charAt(this.pos++)},vu.prototype.eat=function($e){var er=this.string.charAt(this.pos),ir;if(typeof $e=="string"?ir=er==$e:ir=er&&($e.test?$e.test(er):$e(er)),ir)return++this.pos,er},vu.prototype.eatWhile=function($e){for(var er=this.pos;this.eat($e););return this.pos>er},vu.prototype.eatSpace=function(){for(var $e=this.pos;/[\s\u00a0]/.test(this.string.charAt(this.pos));)++this.pos;return this.pos>$e},vu.prototype.skipToEnd=function(){this.pos=this.string.length},vu.prototype.skipTo=function($e){var er=this.string.indexOf($e,this.pos);if(er>-1)return this.pos=er,!0},vu.prototype.backUp=function($e){this.pos-=$e},vu.prototype.column=function(){return this.lastColumnPos<this.start&&(this.lastColumnValue=jr(this.string,this.start,this.tabSize,this.lastColumnPos,this.lastColumnValue),this.lastColumnPos=this.start),this.lastColumnValue-(this.lineStart?jr(this.string,this.lineStart,this.tabSize):0)},vu.prototype.indentation=function(){return jr(this.string,null,this.tabSize)-(this.lineStart?jr(this.string,this.lineStart,this.tabSize):0)},vu.prototype.match=function($e,er,ir){if(typeof $e=="string"){var lr=function(Zr){return ir?Zr.toLowerCase():Zr},dr=this.string.substr(this.pos,$e.length);if(lr(dr)==lr($e))return er!==!1&&(this.pos+=$e.length),!0}else{var $r=this.string.slice(this.pos).match($e);return $r&&$r.index>0?null:($r&&er!==!1&&(this.pos+=$r[0].length),$r)}},vu.prototype.current=function(){return this.string.slice(this.start,this.pos)},vu.prototype.hideFirstChars=function($e,er){this.lineStart+=$e;try{return er()}finally{this.lineStart-=$e}},vu.prototype.lookAhead=function($e){var er=this.lineOracle;return er&&er.lookAhead($e)},vu.prototype.baseToken=function(){var $e=this.lineOracle;return $e&&$e.baseToken(this.pos)};function Ul($e,er){if(er-=$e.first,er<0||er>=$e.size)throw new Error("There is no line "+(er+$e.first)+" in the document.");for(var ir=$e;!ir.lines;)for(var lr=0;;++lr){var dr=ir.children[lr],$r=dr.chunkSize();if(er<$r){ir=dr;break}er-=$r}return ir.lines[er]}function tc($e,er,ir){var lr=[],dr=er.line;return $e.iter(er.line,ir.line+1,function($r){var Zr=$r.text;dr==ir.line&&(Zr=Zr.slice(0,ir.ch)),dr==er.line&&(Zr=Zr.slice(er.ch)),lr.push(Zr),++dr}),lr}function Fu($e,er,ir){var lr=[];return $e.iter(er,ir,function(dr){lr.push(dr.text)}),lr}function Ku($e,er){var ir=er-$e.height;if(ir)for(var lr=$e;lr;lr=lr.parent)lr.height+=ir}function In($e){if($e.parent==null)return null;for(var er=$e.parent,ir=Vr(er.lines,$e),lr=er.parent;lr;er=lr,lr=lr.parent)for(var dr=0;lr.children[dr]!=er;++dr)ir+=lr.children[dr].chunkSize();return ir+er.first}function rs($e,er){var ir=$e.first;e:do{for(var lr=0;lr<$e.children.length;++lr){var dr=$e.children[lr],$r=dr.height;if(er<$r){$e=dr;continue e}er-=$r,ir+=dr.chunkSize()}return ir}while(!$e.lines);for(var Zr=0;Zr<$e.lines.length;++Zr){var Hn=$e.lines[Zr],mi=Hn.height;if(er<mi)break;er-=mi}return ir+Zr}function Vl($e,er){return er>=$e.first&&er<$e.first+$e.size}function Eu($e,er){return String($e.lineNumberFormatter(er+$e.firstLineNumber))}function ml($e,er,ir){if(ir===void 0&&(ir=null),!(this instanceof ml))return new ml($e,er,ir);this.line=$e,this.ch=er,this.sticky=ir}function Uu($e,er){return $e.line-er.line||$e.ch-er.ch}function Ac($e,er){return $e.sticky==er.sticky&&Uu($e,er)==0}function od($e){return ml($e.line,$e.ch)}function ld($e,er){return Uu($e,er)<0?er:$e}function gp($e,er){return Uu($e,er)<0?$e:er}function lp($e,er){return Math.max($e.first,Math.min(er,$e.first+$e.size-1))}function Oc($e,er){if(er.line<$e.first)return ml($e.first,0);var ir=$e.first+$e.size-1;return er.line>ir?ml(ir,Ul($e,ir).text.length):Hd(er,Ul($e,er.line).text.length)}function Hd($e,er){var ir=$e.ch;return ir==null||ir>er?ml($e.line,er):ir<0?ml($e.line,0):$e}function nd($e,er){for(var ir=[],lr=0;lr<er.length;lr++)ir[lr]=Oc($e,er[lr]);return ir}var Ap=function($e,er){this.state=$e,this.lookAhead=er},Tp=function($e,er,ir,lr){this.state=er,this.doc=$e,this.line=ir,this.maxLookAhead=lr||0,this.baseTokens=null,this.baseTokenPos=1};Tp.prototype.lookAhead=function($e){var er=this.doc.getLine(this.line+$e);return er!=null&&$e>this.maxLookAhead&&(this.maxLookAhead=$e),er},Tp.prototype.baseToken=function($e){if(!this.baseTokens)return null;for(;this.baseTokens[this.baseTokenPos]<=$e;)this.baseTokenPos+=2;var er=this.baseTokens[this.baseTokenPos+1];return{type:er&&er.replace(/( |^)overlay .*/,""),size:this.baseTokens[this.baseTokenPos]-$e}},Tp.prototype.nextLine=function(){this.line++,this.maxLookAhead>0&&this.maxLookAhead--},Tp.fromSaved=function($e,er,ir){return er instanceof Ap?new Tp($e,Uo($e.mode,er.state),ir,er.lookAhead):new Tp($e,Uo($e.mode,er),ir)},Tp.prototype.save=function($e){var er=$e!==!1?Uo(this.doc.mode,this.state):this.state;return this.maxLookAhead>0?new Ap(er,this.maxLookAhead):er};function Sf($e,er,ir,lr){var dr=[$e.state.modeGen],$r={};uf($e,er.text,$e.doc.mode,ir,function(ma,io){return dr.push(ma,io)},$r,lr);for(var Zr=ir.state,Hn=function(ma){ir.baseTokens=dr;var io=$e.state.overlays[ma],ms=1,gs=0;ir.state=!0,uf($e,er.text,io.mode,ir,function(Cs,Js){for(var Hl=ms;gs<Cs;){var sl=dr[ms];sl>Cs&&dr.splice(ms,1,Cs,dr[ms+1],sl),ms+=2,gs=Math.min(Cs,sl)}if(Js)if(io.opaque)dr.splice(Hl,ms-Hl,Cs,"overlay "+Js),ms=Hl+2;else for(;Hl<ms;Hl+=2){var pu=dr[Hl+1];dr[Hl+1]=(pu?pu+" ":"")+"overlay "+Js}},$r),ir.state=Zr,ir.baseTokens=null,ir.baseTokenPos=1},mi=0;mi<$e.state.overlays.length;++mi)Hn(mi);return{styles:dr,classes:$r.bgClass||$r.textClass?$r:null}}function Af($e,er,ir){if(!er.styles||er.styles[0]!=$e.state.modeGen){var lr=lf($e,In(er)),dr=er.text.length>$e.options.maxHighlightLength&&Uo($e.doc.mode,lr.state),$r=Sf($e,er,lr);dr&&(lr.state=dr),er.stateAfter=lr.save(!dr),er.styles=$r.styles,$r.classes?er.styleClasses=$r.classes:er.styleClasses&&(er.styleClasses=null),ir===$e.doc.highlightFrontier&&($e.doc.modeFrontier=Math.max($e.doc.modeFrontier,++$e.doc.highlightFrontier))}return er.styles}function lf($e,er,ir){var lr=$e.doc,dr=$e.display;if(!lr.mode.startState)return new Tp(lr,!0,er);var $r=Ff($e,er,ir),Zr=$r>lr.first&&Ul(lr,$r-1).stateAfter,Hn=Zr?Tp.fromSaved(lr,Zr,$r):new Tp(lr,ko(lr.mode),$r);return lr.iter($r,er,function(mi){Op($e,mi.text,Hn);var ma=Hn.line;mi.stateAfter=ma==er-1||ma%5==0||ma>=dr.viewFrom&&ma<dr.viewTo?Hn.save():null,Hn.nextLine()}),ir&&(lr.modeFrontier=Hn.line),Hn}function Op($e,er,ir,lr){var dr=$e.doc.mode,$r=new vu(er,$e.options.tabSize,ir);for($r.start=$r.pos=lr||0,er==""&&sm(dr,ir.state);!$r.eol();)Df(dr,$r,ir.state),$r.start=$r.pos}function sm($e,er){if($e.blankLine)return $e.blankLine(er);if($e.innerMode){var ir=cu($e,er);if(ir.mode.blankLine)return ir.mode.blankLine(ir.state)}}function Df($e,er,ir,lr){for(var dr=0;dr<10;dr++){lr&&(lr[0]=cu($e,ir).mode);var $r=$e.token(er,ir);if(er.pos>er.start)return $r}throw new Error("Mode "+$e.name+" failed to advance stream.")}var yc=function($e,er,ir){this.start=$e.start,this.end=$e.pos,this.string=$e.current(),this.type=er||null,this.state=ir};function Tf($e,er,ir,lr){var dr=$e.doc,$r=dr.mode,Zr;er=Oc(dr,er);var Hn=Ul(dr,er.line),mi=lf($e,er.line,ir),ma=new vu(Hn.text,$e.options.tabSize,mi),io;for(lr&&(io=[]);(lr||ma.pos<er.ch)&&!ma.eol();)ma.start=ma.pos,Zr=Df($r,ma,mi.state),lr&&io.push(new yc(ma,Zr,Uo(dr.mode,mi.state)));return lr?io:new yc(ma,Zr,mi.state)}function Ep($e,er){if($e)for(;;){var ir=$e.match(/(?:^|\s+)line-(background-)?(\S+)/);if(!ir)break;$e=$e.slice(0,ir.index)+$e.slice(ir.index+ir[0].length);var lr=ir[1]?"bgClass":"textClass";er[lr]==null?er[lr]=ir[2]:new RegExp("(?:^|\\s)"+ir[2]+"(?:$|\\s)").test(er[lr])||(er[lr]+=" "+ir[2])}return $e}function uf($e,er,ir,lr,dr,$r,Zr){var Hn=ir.flattenSpans;Hn==null&&(Hn=$e.options.flattenSpans);var mi=0,ma=null,io=new vu(er,$e.options.tabSize,lr),ms,gs=$e.options.addModeClass&&[null];for(er==""&&Ep(sm(ir,lr.state),$r);!io.eol();){if(io.pos>$e.options.maxHighlightLength?(Hn=!1,Zr&&Op($e,er,lr,io.pos),io.pos=er.length,ms=null):ms=Ep(Df(ir,io,lr.state,gs),$r),gs){var Cs=gs[0].name;Cs&&(ms="m-"+(ms?Cs+" "+ms:Cs))}if(!Hn||ma!=ms){for(;mi<io.start;)mi=Math.min(io.start,mi+5e3),dr(mi,ma);ma=ms}io.start=io.pos}for(;mi<io.pos;){var Js=Math.min(io.pos,mi+5e3);dr(Js,ma),mi=Js}}function Ff($e,er,ir){for(var lr,dr,$r=$e.doc,Zr=ir?-1:er-($e.doc.mode.innerMode?1e3:100),Hn=er;Hn>Zr;--Hn){if(Hn<=$r.first)return $r.first;var mi=Ul($r,Hn-1),ma=mi.stateAfter;if(ma&&(!ir||Hn+(ma instanceof Ap?ma.lookAhead:0)<=$r.modeFrontier))return Hn;var io=jr(mi.text,null,$e.options.tabSize);(dr==null||lr>io)&&(dr=Hn-1,lr=io)}return dr}function Cf($e,er){if($e.modeFrontier=Math.min($e.modeFrontier,er),!($e.highlightFrontier<er-10)){for(var ir=$e.first,lr=er-1;lr>ir;lr--){var dr=Ul($e,lr).stateAfter;if(dr&&(!(dr instanceof Ap)||lr+dr.lookAhead<er)){ir=lr+1;break}}$e.highlightFrontier=Math.min($e.highlightFrontier,ir)}}var Uf=!1,Hp=!1;function lm(){Uf=!0}function Tm(){Hp=!0}function Xp($e,er,ir){this.marker=$e,this.from=er,this.to=ir}function Qf($e,er){if($e)for(var ir=0;ir<$e.length;++ir){var lr=$e[ir];if(lr.marker==er)return lr}}function Of($e,er){for(var ir,lr=0;lr<$e.length;++lr)$e[lr]!=er&&(ir||(ir=[])).push($e[lr]);return ir}function Zm($e,er,ir){var lr=ir&&window.WeakSet&&(ir.markedSpans||(ir.markedSpans=new WeakSet));lr&&$e.markedSpans&&lr.has($e.markedSpans)?$e.markedSpans.push(er):($e.markedSpans=$e.markedSpans?$e.markedSpans.concat([er]):[er],lr&&lr.add($e.markedSpans)),er.marker.attachLine($e)}function Rf($e,er,ir){var lr;if($e)for(var dr=0;dr<$e.length;++dr){var $r=$e[dr],Zr=$r.marker,Hn=$r.from==null||(Zr.inclusiveLeft?$r.from<=er:$r.from<er);if(Hn||$r.from==er&&Zr.type=="bookmark"&&(!ir||!$r.marker.insertLeft)){var mi=$r.to==null||(Zr.inclusiveRight?$r.to>=er:$r.to>er);(lr||(lr=[])).push(new Xp(Zr,$r.from,mi?null:$r.to))}}return lr}function Dh($e,er,ir){var lr;if($e)for(var dr=0;dr<$e.length;++dr){var $r=$e[dr],Zr=$r.marker,Hn=$r.to==null||(Zr.inclusiveRight?$r.to>=er:$r.to>er);if(Hn||$r.from==er&&Zr.type=="bookmark"&&(!ir||$r.marker.insertLeft)){var mi=$r.from==null||(Zr.inclusiveLeft?$r.from<=er:$r.from<er);(lr||(lr=[])).push(new Xp(Zr,mi?null:$r.from-er,$r.to==null?null:$r.to-er))}}return lr}function um($e,er){if(er.full)return null;var ir=Vl($e,er.from.line)&&Ul($e,er.from.line).markedSpans,lr=Vl($e,er.to.line)&&Ul($e,er.to.line).markedSpans;if(!ir&&!lr)return null;var dr=er.from.ch,$r=er.to.ch,Zr=Uu(er.from,er.to)==0,Hn=Rf(ir,dr,Zr),mi=Dh(lr,$r,Zr),ma=er.text.length==1,io=Wr(er.text).length+(ma?dr:0);if(Hn)for(var ms=0;ms<Hn.length;++ms){var gs=Hn[ms];if(gs.to==null){var Cs=Qf(mi,gs.marker);Cs?ma&&(gs.to=Cs.to==null?null:Cs.to+io):gs.to=dr}}if(mi)for(var Js=0;Js<mi.length;++Js){var Hl=mi[Js];if(Hl.to!=null&&(Hl.to+=io),Hl.from==null){var sl=Qf(Hn,Hl.marker);sl||(Hl.from=io,ma&&(Hn||(Hn=[])).push(Hl))}else Hl.from+=io,ma&&(Hn||(Hn=[])).push(Hl)}Hn&&(Hn=Cm(Hn)),mi&&mi!=Hn&&(mi=Cm(mi));var pu=[Hn];if(!ma){var gu=er.text.length-2,vs;if(gu>0&&Hn)for(var pc=0;pc<Hn.length;++pc)Hn[pc].to==null&&(vs||(vs=[])).push(new Xp(Hn[pc].marker,null,null));for(var vc=0;vc<gu;++vc)pu.push(vs);pu.push(mi)}return pu}function Cm($e){for(var er=0;er<$e.length;++er){var ir=$e[er];ir.from!=null&&ir.from==ir.to&&ir.marker.clearWhenEmpty!==!1&&$e.splice(er--,1)}return $e.length?$e:null}function wm($e,er,ir){var lr=null;if($e.iter(er.line,ir.line+1,function(Cs){if(Cs.markedSpans)for(var Js=0;Js<Cs.markedSpans.length;++Js){var Hl=Cs.markedSpans[Js].marker;Hl.readOnly&&(!lr||Vr(lr,Hl)==-1)&&(lr||(lr=[])).push(Hl)}}),!lr)return null;for(var dr=[{from:er,to:ir}],$r=0;$r<lr.length;++$r)for(var Zr=lr[$r],Hn=Zr.find(0),mi=0;mi<dr.length;++mi){var ma=dr[mi];if(!(Uu(ma.to,Hn.from)<0||Uu(ma.from,Hn.to)>0)){var io=[mi,1],ms=Uu(ma.from,Hn.from),gs=Uu(ma.to,Hn.to);(ms<0||!Zr.inclusiveLeft&&!ms)&&io.push({from:ma.from,to:Hn.from}),(gs>0||!Zr.inclusiveRight&&!gs)&&io.push({from:Hn.to,to:ma.to}),dr.splice.apply(dr,io),mi+=io.length-3}}return dr}function Td($e){var er=$e.markedSpans;if(er){for(var ir=0;ir<er.length;++ir)er[ir].marker.detachLine($e);$e.markedSpans=null}}function Sd($e,er){if(er){for(var ir=0;ir<er.length;++ir)er[ir].marker.attachLine($e);$e.markedSpans=er}}function Pp($e){return $e.inclusiveLeft?-1:0}function cf($e){return $e.inclusiveRight?1:0}function Gc($e,er){var ir=$e.lines.length-er.lines.length;if(ir!=0)return ir;var lr=$e.find(),dr=er.find(),$r=Uu(lr.from,dr.from)||Pp($e)-Pp(er);if($r)return-$r;var Zr=Uu(lr.to,dr.to)||cf($e)-cf(er);return Zr||er.id-$e.id}function Jf($e,er){var ir=Hp&&$e.markedSpans,lr;if(ir)for(var dr=void 0,$r=0;$r<ir.length;++$r)dr=ir[$r],dr.marker.collapsed&&(er?dr.from:dr.to)==null&&(!lr||Gc(lr,dr.marker)<0)&&(lr=dr.marker);return lr}function $m($e){return Jf($e,!0)}function df($e){return Jf($e,!1)}function xm($e,er){var ir=Hp&&$e.markedSpans,lr;if(ir)for(var dr=0;dr<ir.length;++dr){var $r=ir[dr];$r.marker.collapsed&&($r.from==null||$r.from<er)&&($r.to==null||$r.to>er)&&(!lr||Gc(lr,$r.marker)<0)&&(lr=$r.marker)}return lr}function Nm($e,er,ir,lr,dr){var $r=Ul($e,er),Zr=Hp&&$r.markedSpans;if(Zr)for(var Hn=0;Hn<Zr.length;++Hn){var mi=Zr[Hn];if(mi.marker.collapsed){var ma=mi.marker.find(0),io=Uu(ma.from,ir)||Pp(mi.marker)-Pp(dr),ms=Uu(ma.to,lr)||cf(mi.marker)-cf(dr);if(!(io>=0&&ms<=0||io<=0&&ms>=0)&&(io<=0&&(mi.marker.inclusiveRight&&dr.inclusiveLeft?Uu(ma.to,ir)>=0:Uu(ma.to,ir)>0)||io>=0&&(mi.marker.inclusiveRight&&dr.inclusiveLeft?Uu(ma.from,lr)<=0:Uu(ma.from,lr)<0)))return!0}}}function Bd($e){for(var er;er=$m($e);)$e=er.find(-1,!0).line;return $e}function cm($e){for(var er;er=df($e);)$e=er.find(1,!0).line;return $e}function If($e){for(var er,ir;er=df($e);)$e=er.find(1,!0).line,(ir||(ir=[])).push($e);return ir}function kf($e,er){var ir=Ul($e,er),lr=Bd(ir);return ir==lr?er:In(lr)}function dm($e,er){if(er>$e.lastLine())return er;var ir=Ul($e,er),lr;if(!ep($e,ir))return er;for(;lr=df(ir);)ir=lr.find(1,!0).line;return In(ir)+1}function ep($e,er){var ir=Hp&&er.markedSpans;if(ir){for(var lr=void 0,dr=0;dr<ir.length;++dr)if(lr=ir[dr],!!lr.marker.collapsed){if(lr.from==null)return!0;if(!lr.marker.widgetNode&&lr.from==0&&lr.marker.inclusiveLeft&&fm($e,er,lr))return!0}}}function fm($e,er,ir){if(ir.to==null){var lr=ir.marker.find(1,!0);return fm($e,lr.line,Qf(lr.line.markedSpans,ir.marker))}if(ir.marker.inclusiveRight&&ir.to==er.text.length)return!0;for(var dr=void 0,$r=0;$r<er.markedSpans.length;++$r)if(dr=er.markedSpans[$r],dr.marker.collapsed&&!dr.marker.widgetNode&&dr.from==ir.to&&(dr.to==null||dr.to!=ir.from)&&(dr.marker.inclusiveLeft||ir.marker.inclusiveRight)&&fm($e,er,dr))return!0}function Lp($e){$e=Bd($e);for(var er=0,ir=$e.parent,lr=0;lr<ir.lines.length;++lr){var dr=ir.lines[lr];if(dr==$e)break;er+=dr.height}for(var $r=ir.parent;$r;ir=$r,$r=ir.parent)for(var Zr=0;Zr<$r.children.length;++Zr){var Hn=$r.children[Zr];if(Hn==ir)break;er+=Hn.height}return er}function Vf($e){if($e.height==0)return 0;for(var er=$e.text.length,ir,lr=$e;ir=$m(lr);){var dr=ir.find(0,!0);lr=dr.from.line,er+=dr.from.ch-dr.to.ch}for(lr=$e;ir=df(lr);){var $r=ir.find(0,!0);er-=lr.text.length-$r.from.ch,lr=$r.to.line,er+=lr.text.length-$r.to.ch}return er}function Yr($e){var er=$e.display,ir=$e.doc;er.maxLine=Ul(ir,ir.first),er.maxLineLength=Vf(er.maxLine),er.maxLineChanged=!0,ir.iter(function(lr){var dr=Vf(lr);dr>er.maxLineLength&&(er.maxLineLength=dr,er.maxLine=lr)})}var Wn=function($e,er,ir){this.text=$e,Sd(this,er),this.height=ir?ir(this):1};Wn.prototype.lineNo=function(){return In(this)},Au(Wn);function vi($e,er,ir,lr){$e.text=er,$e.stateAfter&&($e.stateAfter=null),$e.styles&&($e.styles=null),$e.order!=null&&($e.order=null),Td($e),Sd($e,ir);var dr=lr?lr($e):1;dr!=$e.height&&Ku($e,dr)}function Du($e){$e.parent=null,Td($e)}var qc={},id={};function Wd($e,er){if(!$e||/^\s*$/.test($e))return null;var ir=er.addModeClass?id:qc;return ir[$e]||(ir[$e]=$e.replace(/\S+/g,"cm-$&"))}function pf($e,er){var ir=ur("span",null,null,re?"padding-right: .1px":null),lr={pre:ur("pre",[ir],"CodeMirror-line"),content:ir,col:0,pos:0,cm:$e,trailingSpace:!1,splitSpaces:$e.getOption("lineWrapping")};er.measure={};for(var dr=0;dr<=(er.rest?er.rest.length:0);dr++){var $r=dr?er.rest[dr-1]:er.line,Zr=void 0;lr.pos=0,lr.addToken=Am,Vs($e.display.measure)&&(Zr=qa($r,$e.doc.direction))&&(lr.addToken=tp(lr.addToken,Zr)),lr.map=[];var Hn=er!=$e.display.externalMeasured&&In($r);Fm($r,lr,Af($e,$r,Hn)),$r.styleClasses&&($r.styleClasses.bgClass&&(lr.bgClass=kr($r.styleClasses.bgClass,lr.bgClass||"")),$r.styleClasses.textClass&&(lr.textClass=kr($r.styleClasses.textClass,lr.textClass||""))),lr.map.length==0&&lr.map.push(0,0,lr.content.appendChild(Ds($e.display.measure))),dr==0?(er.measure.map=lr.map,er.measure.cache={}):((er.measure.maps||(er.measure.maps=[])).push(lr.map),(er.measure.caches||(er.measure.caches=[])).push({}))}if(re){var mi=lr.content.lastChild;(/\bcm-tab\b/.test(mi.className)||mi.querySelector&&mi.querySelector(".cm-tab"))&&(lr.content.className="cm-tab-wrap-hack")}return Ns($e,"renderLine",$e,er.line,lr.pre),lr.pre.className&&(lr.textClass=kr(lr.pre.className,lr.textClass||"")),lr}function Mf($e){var er=nr("span","•","cm-invalidchar");return er.title="\\u"+$e.charCodeAt(0).toString(16),er.setAttribute("aria-label",er.title),er}function Am($e,er,ir,lr,dr,$r,Zr){if(er){var Hn=$e.splitSpaces?jm(er,$e.trailingSpace):er,mi=$e.cm.state.specialChars,ma=!1,io;if(!mi.test(er))$e.col+=er.length,io=document.createTextNode(Hn),$e.map.push($e.pos,$e.pos+er.length,io),V&&z<9&&(ma=!0),$e.pos+=er.length;else{io=document.createDocumentFragment();for(var ms=0;;){mi.lastIndex=ms;var gs=mi.exec(er),Cs=gs?gs.index-ms:er.length-ms;if(Cs){var Js=document.createTextNode(Hn.slice(ms,ms+Cs));V&&z<9?io.appendChild(nr("span",[Js])):io.appendChild(Js),$e.map.push($e.pos,$e.pos+Cs,Js),$e.col+=Cs,$e.pos+=Cs}if(!gs)break;ms+=Cs+1;var Hl=void 0;if(gs[0]==" "){var sl=$e.cm.options.tabSize,pu=sl-$e.col%sl;Hl=io.appendChild(nr("span",Rr(pu),"cm-tab")),Hl.setAttribute("role","presentation"),Hl.setAttribute("cm-text"," "),$e.col+=pu}else gs[0]=="\r"||gs[0]==`
`?(Hl=io.appendChild(nr("span",gs[0]=="\r"?"␍":"␤","cm-invalidchar")),Hl.setAttribute("cm-text",gs[0]),$e.col+=1):(Hl=$e.cm.options.specialCharPlaceholder(gs[0]),Hl.setAttribute("cm-text",gs[0]),V&&z<9?io.appendChild(nr("span",[Hl])):io.appendChild(Hl),$e.col+=1);$e.map.push($e.pos,$e.pos+1,Hl),$e.pos++}}if($e.trailingSpace=Hn.charCodeAt(er.length-1)==32,ir||lr||dr||ma||$r||Zr){var gu=ir||"";lr&&(gu+=lr),dr&&(gu+=dr);var vs=nr("span",[io],gu,$r);if(Zr)for(var pc in Zr)Zr.hasOwnProperty(pc)&&pc!="style"&&pc!="class"&&vs.setAttribute(pc,Zr[pc]);return $e.content.appendChild(vs)}$e.content.appendChild(io)}}function jm($e,er){if($e.length>1&&!/ /.test($e))return $e;for(var ir=er,lr="",dr=0;dr<$e.length;dr++){var $r=$e.charAt(dr);$r==" "&&ir&&(dr==$e.length-1||$e.charCodeAt(dr+1)==32)&&($r=" "),lr+=$r,ir=$r==" "}return lr}function tp($e,er){return function(ir,lr,dr,$r,Zr,Hn,mi){dr=dr?dr+" cm-force-border":"cm-force-border";for(var ma=ir.pos,io=ma+lr.length;;){for(var ms=void 0,gs=0;gs<er.length&&(ms=er[gs],!(ms.to>ma&&ms.from<=ma));gs++);if(ms.to>=io)return $e(ir,lr,dr,$r,Zr,Hn,mi);$e(ir,lr.slice(0,ms.to-ma),dr,$r,null,Hn,mi),$r=null,lr=lr.slice(ms.to-ma),ma=ms.to}}}function Hf($e,er,ir,lr){var dr=!lr&&ir.widgetNode;dr&&$e.map.push($e.pos,$e.pos+er,dr),!lr&&$e.cm.display.input.needsContentAttribute&&(dr||(dr=$e.content.appendChild(document.createElement("span"))),dr.setAttribute("cm-marker",ir.id)),dr&&($e.cm.display.input.setUneditable(dr),$e.content.appendChild(dr)),$e.pos+=er,$e.trailingSpace=!1}function Fm($e,er,ir){var lr=$e.markedSpans,dr=$e.text,$r=0;if(!lr){for(var Zr=1;Zr<ir.length;Zr+=2)er.addToken(er,dr.slice($r,$r=ir[Zr]),Wd(ir[Zr+1],er.cm.options));return}for(var Hn=dr.length,mi=0,ma=1,io="",ms,gs,Cs=0,Js,Hl,sl,pu,gu;;){if(Cs==mi){Js=Hl=sl=gs="",gu=null,pu=null,Cs=1/0;for(var vs=[],pc=void 0,vc=0;vc<lr.length;++vc){var $u=lr[vc],dc=$u.marker;if(dc.type=="bookmark"&&$u.from==mi&&dc.widgetNode)vs.push(dc);else if($u.from<=mi&&($u.to==null||$u.to>mi||dc.collapsed&&$u.to==mi&&$u.from==mi)){if($u.to!=null&&$u.to!=mi&&Cs>$u.to&&(Cs=$u.to,Hl=""),dc.className&&(Js+=" "+dc.className),dc.css&&(gs=(gs?gs+";":"")+dc.css),dc.startStyle&&$u.from==mi&&(sl+=" "+dc.startStyle),dc.endStyle&&$u.to==Cs&&(pc||(pc=[])).push(dc.endStyle,$u.to),dc.title&&((gu||(gu={})).title=dc.title),dc.attributes)for(var zc in dc.attributes)(gu||(gu={}))[zc]=dc.attributes[zc];dc.collapsed&&(!pu||Gc(pu.marker,dc)<0)&&(pu=$u)}else $u.from>mi&&Cs>$u.from&&(Cs=$u.from)}if(pc)for(var Vd=0;Vd<pc.length;Vd+=2)pc[Vd+1]==Cs&&(Hl+=" "+pc[Vd]);if(!pu||pu.from==mi)for(var co=0;co<vs.length;++co)Hf(er,0,vs[co]);if(pu&&(pu.from||0)==mi){if(Hf(er,(pu.to==null?Hn+1:pu.to)-mi,pu.marker,pu.from==null),pu.to==null)return;pu.to==mi&&(pu=!1)}}if(mi>=Hn)break;for(var rl=Math.min(Hn,Cs);;){if(io){var Ju=mi+io.length;if(!pu){var jc=Ju>rl?io.slice(0,rl-mi):io;er.addToken(er,jc,ms?ms+Js:Js,sl,mi+jc.length==Cs?Hl:"",gs,gu)}if(Ju>=rl){io=io.slice(rl-mi),mi=rl;break}mi=Ju,sl=""}io=dr.slice($r,$r=ir[ma++]),ms=Wd(ir[ma++],er.cm.options)}}}function bh($e,er,ir){this.line=er,this.rest=If(er),this.size=this.rest?In(Wr(this.rest))-ir+1:1,this.node=this.text=null,this.hidden=ep($e,er)}function Dm($e,er,ir){for(var lr=[],dr,$r=er;$r<ir;$r=dr){var Zr=new bh($e.doc,Ul($e.doc,$r),$r);dr=$r+Zr.size,lr.push(Zr)}return lr}var Rp=null;function Hh($e){Rp?Rp.ops.push($e):$e.ownsGroup=Rp={ops:[$e],delayedCallbacks:[]}}function Yh($e){var er=$e.delayedCallbacks,ir=0;do{for(;ir<er.length;ir++)er[ir].call(null);for(var lr=0;lr<$e.ops.length;lr++){var dr=$e.ops[lr];if(dr.cursorActivityHandlers)for(;dr.cursorActivityCalled<dr.cursorActivityHandlers.length;)dr.cursorActivityHandlers[dr.cursorActivityCalled++].call(null,dr.cm)}}while(ir<er.length)}function zh($e,er){var ir=$e.ownsGroup;if(ir)try{Yh(ir)}finally{Rp=null,er(ir)}}var zp=null;function rp($e,er){var ir=na($e,er);if(ir.length){var lr=Array.prototype.slice.call(arguments,2),dr;Rp?dr=Rp.delayedCallbacks:zp?dr=zp:(dr=zp=[],setTimeout(Oh,0));for(var $r=function(Hn){dr.push(function(){return ir[Hn].apply(null,lr)})},Zr=0;Zr<ir.length;++Zr)$r(Zr)}}function Oh(){var $e=zp;zp=null;for(var er=0;er<$e.length;++er)$e[er]()}function yh($e,er,ir,lr){for(var dr=0;dr<er.changes.length;dr++){var $r=er.changes[dr];$r=="text"?rh($e,er):$r=="gutter"?gm($e,er,ir,lr):$r=="class"?hm($e,er):$r=="widget"&&Zf($e,er,lr)}er.changes=null}function mm($e){return $e.node==$e.text&&($e.node=nr("div",null,null,"position: relative"),$e.text.parentNode&&$e.text.parentNode.replaceChild($e.node,$e.text),$e.node.appendChild($e.text),V&&z<8&&($e.node.style.zIndex=2)),$e.node}function Rh($e,er){var ir=er.bgClass?er.bgClass+" "+(er.line.bgClass||""):er.line.bgClass;if(ir&&(ir+=" CodeMirror-linebackground"),er.background)ir?er.background.className=ir:(er.background.parentNode.removeChild(er.background),er.background=null);else if(ir){var lr=mm(er);er.background=lr.insertBefore(nr("div",null,ir),lr.firstChild),$e.display.input.setUneditable(er.background)}}function Um($e,er){var ir=$e.display.externalMeasured;return ir&&ir.line==er.line?($e.display.externalMeasured=null,er.measure=ir.measure,ir.built):pf($e,er)}function rh($e,er){var ir=er.text.className,lr=Um($e,er);er.text==er.node&&(er.node=lr.pre),er.text.parentNode.replaceChild(lr.pre,er.text),er.text=lr.pre,lr.bgClass!=er.bgClass||lr.textClass!=er.textClass?(er.bgClass=lr.bgClass,er.textClass=lr.textClass,hm($e,er)):ir&&(er.text.className=ir)}function hm($e,er){Rh($e,er),er.line.wrapClass?mm(er).className=er.line.wrapClass:er.node!=er.text&&(er.node.className="");var ir=er.textClass?er.textClass+" "+(er.line.textClass||""):er.line.textClass;er.text.className=ir||""}function gm($e,er,ir,lr){if(er.gutter&&(er.node.removeChild(er.gutter),er.gutter=null),er.gutterBackground&&(er.node.removeChild(er.gutterBackground),er.gutterBackground=null),er.line.gutterClass){var dr=mm(er);er.gutterBackground=nr("div",null,"CodeMirror-gutter-background "+er.line.gutterClass,"left: "+($e.options.fixedGutter?lr.fixedPos:-lr.gutterTotalWidth)+"px; width: "+lr.gutterTotalWidth+"px"),$e.display.input.setUneditable(er.gutterBackground),dr.insertBefore(er.gutterBackground,er.text)}var $r=er.line.gutterMarkers;if($e.options.lineNumbers||$r){var Zr=mm(er),Hn=er.gutter=nr("div",null,"CodeMirror-gutter-wrapper","left: "+($e.options.fixedGutter?lr.fixedPos:-lr.gutterTotalWidth)+"px");if(Hn.setAttribute("aria-hidden","true"),$e.display.input.setUneditable(Hn),Zr.insertBefore(Hn,er.text),er.line.gutterClass&&(Hn.className+=" "+er.line.gutterClass),$e.options.lineNumbers&&(!$r||!$r["CodeMirror-linenumbers"])&&(er.lineNumber=Hn.appendChild(nr("div",Eu($e.options,ir),"CodeMirror-linenumber CodeMirror-gutter-elt","left: "+lr.gutterLeft["CodeMirror-linenumbers"]+"px; width: "+$e.display.lineNumInnerWidth+"px"))),$r)for(var mi=0;mi<$e.display.gutterSpecs.length;++mi){var ma=$e.display.gutterSpecs[mi].className,io=$r.hasOwnProperty(ma)&&$r[ma];io&&Hn.appendChild(nr("div",[io],"CodeMirror-gutter-elt","left: "+lr.gutterLeft[ma]+"px; width: "+lr.gutterWidth[ma]+"px"))}}}function Zf($e,er,ir){er.alignable&&(er.alignable=null);for(var lr=jt("CodeMirror-linewidget"),dr=er.node.firstChild,$r=void 0;dr;dr=$r)$r=dr.nextSibling,lr.test(dr.className)&&er.node.removeChild(dr);Vm($e,er,ir)}function mf($e,er,ir,lr){var dr=Um($e,er);return er.text=er.node=dr.pre,dr.bgClass&&(er.bgClass=dr.bgClass),dr.textClass&&(er.textClass=dr.textClass),hm($e,er),gm($e,er,ir,lr),Vm($e,er,lr),er.node}function Vm($e,er,ir){if(np($e,er.line,er,ir,!0),er.rest)for(var lr=0;lr<er.rest.length;lr++)np($e,er.rest[lr],er,ir,!1)}function np($e,er,ir,lr,dr){if(er.widgets)for(var $r=mm(ir),Zr=0,Hn=er.widgets;Zr<Hn.length;++Zr){var mi=Hn[Zr],ma=nr("div",[mi.node],"CodeMirror-linewidget"+(mi.className?" "+mi.className:""));mi.handleMouseEvents||ma.setAttribute("cm-ignore-events","true"),zf(mi,ma,ir,lr),$e.display.input.setUneditable(ma),dr&&mi.above?$r.insertBefore(ma,ir.gutter||ir.text):$r.appendChild(ma),rp(mi,"redraw")}}function zf($e,er,ir,lr){if($e.noHScroll){(ir.alignable||(ir.alignable=[])).push(er);var dr=lr.wrapperWidth;er.style.left=lr.fixedPos+"px",$e.coverGutter||(dr-=lr.gutterTotalWidth,er.style.paddingLeft=lr.gutterTotalWidth+"px"),er.style.width=dr+"px"}$e.coverGutter&&(er.style.zIndex=5,er.style.position="relative",$e.noHScroll||(er.style.marginLeft=-lr.gutterTotalWidth+"px"))}function $p($e){if($e.height!=null)return $e.height;var er=$e.doc.cm;if(!er)return 0;if(!_r(document.body,$e.node)){var ir="position: relative;";$e.coverGutter&&(ir+="margin-left: -"+er.display.gutters.offsetWidth+"px;"),$e.noHScroll&&(ir+="width: "+er.display.wrapper.clientWidth+"px;"),ar(er.display.measure,nr("div",[$e.node],null,ir))}return $e.height=$e.node.parentNode.offsetHeight}function Qp($e,er){for(var ir=Nc(er);ir!=$e.wrapper;ir=ir.parentNode)if(!ir||ir.nodeType==1&&ir.getAttribute("cm-ignore-events")=="true"||ir.parentNode==$e.sizer&&ir!=$e.mover)return!0}function Gf($e){return $e.lineSpace.offsetTop}function _m($e){return $e.mover.offsetHeight-$e.lineSpace.offsetHeight}function Ih($e){if($e.cachedPaddingH)return $e.cachedPaddingH;var er=ar($e.measure,nr("pre","x","CodeMirror-line-like")),ir=window.getComputedStyle?window.getComputedStyle(er):er.currentStyle,lr={left:parseInt(ir.paddingLeft),right:parseInt(ir.paddingRight)};return!isNaN(lr.left)&&!isNaN(lr.right)&&($e.cachedPaddingH=lr),lr}function wf($e){return zr-$e.display.nativeBarWidth}function em($e){return $e.display.scroller.clientWidth-wf($e)-$e.display.barWidth}function Om($e){return $e.display.scroller.clientHeight-wf($e)-$e.display.barHeight}function hf($e,er,ir){var lr=$e.options.lineWrapping,dr=lr&&em($e);if(!er.measure.heights||lr&&er.measure.width!=dr){var $r=er.measure.heights=[];if(lr){er.measure.width=dr;for(var Zr=er.text.firstChild.getClientRects(),Hn=0;Hn<Zr.length-1;Hn++){var mi=Zr[Hn],ma=Zr[Hn+1];Math.abs(mi.bottom-ma.bottom)>2&&$r.push((mi.bottom+ma.top)/2-ir.top)}}$r.push(ir.bottom-ir.top)}}function kh($e,er,ir){if($e.line==er)return{map:$e.measure.map,cache:$e.measure.cache};if($e.rest){for(var lr=0;lr<$e.rest.length;lr++)if($e.rest[lr]==er)return{map:$e.measure.maps[lr],cache:$e.measure.caches[lr]};for(var dr=0;dr<$e.rest.length;dr++)if(In($e.rest[dr])>ir)return{map:$e.measure.maps[dr],cache:$e.measure.caches[dr],before:!0}}}function Mh($e,er){er=Bd(er);var ir=In(er),lr=$e.display.externalMeasured=new bh($e.doc,er,ir);lr.lineN=ir;var dr=lr.built=pf($e,lr);return lr.text=dr.pre,ar($e.display.lineMeasure,dr.pre),lr}function nh($e,er,ir,lr){return Gp($e,Cp($e,er),ir,lr)}function ih($e,er){if(er>=$e.display.viewFrom&&er<$e.display.viewTo)return $e.display.view[km($e,er)];var ir=$e.display.externalMeasured;if(ir&&er>=ir.lineN&&er<ir.lineN+ir.size)return ir}function Cp($e,er){var ir=In(er),lr=ih($e,ir);lr&&!lr.text?lr=null:lr&&lr.changes&&(yh($e,lr,ir,Rm($e)),$e.curOp.forceUpdate=!0),lr||(lr=Mh($e,er));var dr=kh(lr,er,ir);return{line:er,view:lr,rect:null,map:dr.map,cache:dr.cache,before:dr.before,hasHeights:!1}}function Gp($e,er,ir,lr,dr){er.before&&(ir=-1);var $r=ir+(lr||""),Zr;return er.cache.hasOwnProperty($r)?Zr=er.cache[$r]:(er.rect||(er.rect=er.view.text.getBoundingClientRect()),er.hasHeights||(hf($e,er.view,er.rect),er.hasHeights=!0),Zr=Hm($e,er,ir,lr),Zr.bogus||(er.cache[$r]=Zr)),{left:Zr.left,right:Zr.right,top:dr?Zr.rtop:Zr.top,bottom:dr?Zr.rbottom:Zr.bottom}}var Th={left:0,right:0,top:0,bottom:0};function Bh($e,er,ir){for(var lr,dr,$r,Zr,Hn,mi,ma=0;ma<$e.length;ma+=3)if(Hn=$e[ma],mi=$e[ma+1],er<Hn?(dr=0,$r=1,Zr="left"):er<mi?(dr=er-Hn,$r=dr+1):(ma==$e.length-3||er==mi&&$e[ma+3]>er)&&($r=mi-Hn,dr=$r-1,er>=mi&&(Zr="right")),dr!=null){if(lr=$e[ma+2],Hn==mi&&ir==(lr.insertLeft?"left":"right")&&(Zr=ir),ir=="left"&&dr==0)for(;ma&&$e[ma-2]==$e[ma-3]&&$e[ma-1].insertLeft;)lr=$e[(ma-=3)+2],Zr="left";if(ir=="right"&&dr==mi-Hn)for(;ma<$e.length-3&&$e[ma+3]==$e[ma+4]&&!$e[ma+5].insertLeft;)lr=$e[(ma+=3)+2],Zr="right";break}return{node:lr,start:dr,end:$r,collapse:Zr,coverStart:Hn,coverEnd:mi}}function Xh($e,er){var ir=Th;if(er=="left")for(var lr=0;lr<$e.length&&(ir=$e[lr]).left==ir.right;lr++);else for(var dr=$e.length-1;dr>=0&&(ir=$e[dr]).left==ir.right;dr--);return ir}function Hm($e,er,ir,lr){var dr=Bh(er.map,ir,lr),$r=dr.node,Zr=dr.start,Hn=dr.end,mi=dr.collapse,ma;if($r.nodeType==3){for(var io=0;io<4;io++){for(;Zr&&Kn(er.line.text.charAt(dr.coverStart+Zr));)--Zr;for(;dr.coverStart+Hn<dr.coverEnd&&Kn(er.line.text.charAt(dr.coverStart+Hn));)++Hn;if(V&&z<9&&Zr==0&&Hn==dr.coverEnd-dr.coverStart?ma=$r.parentNode.getBoundingClientRect():ma=Xh(cr($r,Zr,Hn).getClientRects(),lr),ma.left||ma.right||Zr==0)break;Hn=Zr,Zr=Zr-1,mi="right"}V&&z<11&&(ma=Bf($e.display.measure,ma))}else{Zr>0&&(mi=lr="right");var ms;$e.options.lineWrapping&&(ms=$r.getClientRects()).length>1?ma=ms[lr=="right"?ms.length-1:0]:ma=$r.getBoundingClientRect()}if(V&&z<9&&!Zr&&(!ma||!ma.left&&!ma.right)){var gs=$r.parentNode.getClientRects()[0];gs?ma={left:gs.left,right:gs.left+qf($e.display),top:gs.top,bottom:gs.bottom}:ma=Th}for(var Cs=ma.top-er.rect.top,Js=ma.bottom-er.rect.top,Hl=(Cs+Js)/2,sl=er.view.measure.heights,pu=0;pu<sl.length-1&&!(Hl<sl[pu]);pu++);var gu=pu?sl[pu-1]:0,vs=sl[pu],pc={left:(mi=="right"?ma.right:ma.left)-er.rect.left,right:(mi=="left"?ma.left:ma.right)-er.rect.left,top:gu,bottom:vs};return!ma.left&&!ma.right&&(pc.bogus=!0),$e.options.singleCursorHeightPerLine||(pc.rtop=Cs,pc.rbottom=Js),pc}function Bf($e,er){if(!window.screen||screen.logicalXDPI==null||screen.logicalXDPI==screen.deviceXDPI||!Vi($e))return er;var ir=screen.logicalXDPI/screen.deviceXDPI,lr=screen.logicalYDPI/screen.deviceYDPI;return{left:er.left*ir,right:er.right*ir,top:er.top*lr,bottom:er.bottom*lr}}function Ph($e){if($e.measure&&($e.measure.cache={},$e.measure.heights=null,$e.rest))for(var er=0;er<$e.rest.length;er++)$e.measure.caches[er]={}}function Lh($e){$e.display.externalMeasure=null,rr($e.display.lineMeasure);for(var er=0;er<$e.display.view.length;er++)Ph($e.display.view[er])}function zm($e){Lh($e),$e.display.cachedCharWidth=$e.display.cachedTextHeight=$e.display.cachedPaddingH=null,$e.options.lineWrapping||($e.display.maxLineChanged=!0),$e.display.lineNumChars=null}function xp($e){return oe&&_e?-($e.body.getBoundingClientRect().left-parseInt(getComputedStyle($e.body).marginLeft)):$e.defaultView.pageXOffset||($e.documentElement||$e.body).scrollLeft}function Gh($e){return oe&&_e?-($e.body.getBoundingClientRect().top-parseInt(getComputedStyle($e.body).marginTop)):$e.defaultView.pageYOffset||($e.documentElement||$e.body).scrollTop}function Ch($e){var er=Bd($e),ir=er.widgets,lr=0;if(ir)for(var dr=0;dr<ir.length;++dr)ir[dr].above&&(lr+=$p(ir[dr]));return lr}function tm($e,er,ir,lr,dr){if(!dr){var $r=Ch(er);ir.top+=$r,ir.bottom+=$r}if(lr=="line")return ir;lr||(lr="local");var Zr=Lp(er);if(lr=="local"?Zr+=Gf($e.display):Zr-=$e.display.viewOffset,lr=="page"||lr=="window"){var Hn=$e.display.lineSpace.getBoundingClientRect();Zr+=Hn.top+(lr=="window"?0:Gh(yr($e)));var mi=Hn.left+(lr=="window"?0:xp(yr($e)));ir.left+=mi,ir.right+=mi}return ir.top+=Zr,ir.bottom+=Zr,ir}function Xs($e,er,ir){if(ir=="div")return er;var lr=er.left,dr=er.top;if(ir=="page")lr-=xp(yr($e)),dr-=Gh(yr($e));else if(ir=="local"||!ir){var $r=$e.display.sizer.getBoundingClientRect();lr+=$r.left,dr+=$r.top}var Zr=$e.display.lineSpace.getBoundingClientRect();return{left:lr-Zr.left,top:dr-Zr.top}}function Yl($e,er,ir,lr,dr){return lr||(lr=Ul($e.doc,er.line)),tm($e,lr,nh($e,lr,er.ch,dr),ir)}function Pl($e,er,ir,lr,dr,$r){lr=lr||Ul($e.doc,er.line),dr||(dr=Cp($e,lr));function Zr(Js,Hl){var sl=Gp($e,dr,Js,Hl?"right":"left",$r);return Hl?sl.left=sl.right:sl.right=sl.left,tm($e,lr,sl,ir)}var Hn=qa(lr,$e.doc.direction),mi=er.ch,ma=er.sticky;if(mi>=lr.text.length?(mi=lr.text.length,ma="before"):mi<=0&&(mi=0,ma="after"),!Hn)return Zr(ma=="before"?mi-1:mi,ma=="before");function io(Js,Hl,sl){var pu=Hn[Hl],gu=pu.level==1;return Zr(sl?Js-1:Js,gu!=sl)}var ms=Sa(Hn,mi,ma),gs=kn,Cs=io(mi,ms,ma=="before");return gs!=null&&(Cs.other=io(mi,gs,ma!="before")),Cs}function _c($e,er){var ir=0;er=Oc($e.doc,er),$e.options.lineWrapping||(ir=qf($e.display)*er.ch);var lr=Ul($e.doc,er.line),dr=Lp(lr)+Gf($e.display);return{left:ir,right:ir,top:dr,bottom:dr+lr.height}}function Ec($e,er,ir,lr,dr){var $r=ml($e,er,ir);return $r.xRel=dr,lr&&($r.outside=lr),$r}function wd($e,er,ir){var lr=$e.doc;if(ir+=$e.display.viewOffset,ir<0)return Ec(lr.first,0,null,-1,-1);var dr=rs(lr,ir),$r=lr.first+lr.size-1;if(dr>$r)return Ec(lr.first+lr.size-1,Ul(lr,$r).text.length,null,1,1);er<0&&(er=0);for(var Zr=Ul(lr,dr);;){var Hn=qh($e,Zr,dr,er,ir),mi=xm(Zr,Hn.ch+(Hn.xRel>0||Hn.outside>0?1:0));if(!mi)return Hn;var ma=mi.find(1);if(ma.line==dr)return ma;Zr=Ul(lr,dr=ma.line)}}function _p($e,er,ir,lr){lr-=Ch(er);var dr=er.text.length,$r=Ar(function(Zr){return Gp($e,ir,Zr-1).bottom<=lr},dr,0);return dr=Ar(function(Zr){return Gp($e,ir,Zr).top>lr},$r,dr),{begin:$r,end:dr}}function zd($e,er,ir,lr){ir||(ir=Cp($e,er));var dr=tm($e,er,Gp($e,ir,lr),"line").top;return _p($e,er,ir,dr)}function Gm($e,er,ir,lr){return $e.bottom<=ir?!1:$e.top>ir?!0:(lr?$e.left:$e.right)>er}function qh($e,er,ir,lr,dr){dr-=Lp(er);var $r=Cp($e,er),Zr=Ch(er),Hn=0,mi=er.text.length,ma=!0,io=qa(er,$e.doc.direction);if(io){var ms=($e.options.lineWrapping?Pf:gf)($e,er,ir,$r,io,lr,dr);ma=ms.level!=1,Hn=ma?ms.from:ms.to-1,mi=ma?ms.to:ms.from-1}var gs=null,Cs=null,Js=Ar(function(vc){var $u=Gp($e,$r,vc);return $u.top+=Zr,$u.bottom+=Zr,Gm($u,lr,dr,!1)?($u.top<=dr&&$u.left<=lr&&(gs=vc,Cs=$u),!0):!1},Hn,mi),Hl,sl,pu=!1;if(Cs){var gu=lr-Cs.left<Cs.right-lr,vs=gu==ma;Js=gs+(vs?0:1),sl=vs?"after":"before",Hl=gu?Cs.left:Cs.right}else{!ma&&(Js==mi||Js==Hn)&&Js++,sl=Js==0?"after":Js==er.text.length?"before":Gp($e,$r,Js-(ma?1:0)).bottom+Zr<=dr==ma?"after":"before";var pc=Pl($e,ml(ir,Js,sl),"line",er,$r);Hl=pc.left,pu=dr<pc.top?-1:dr>=pc.bottom?1:0}return Js=Gr(er.text,Js,1),Ec(ir,Js,sl,pu,lr-Hl)}function gf($e,er,ir,lr,dr,$r,Zr){var Hn=Ar(function(ms){var gs=dr[ms],Cs=gs.level!=1;return Gm(Pl($e,ml(ir,Cs?gs.to:gs.from,Cs?"before":"after"),"line",er,lr),$r,Zr,!0)},0,dr.length-1),mi=dr[Hn];if(Hn>0){var ma=mi.level!=1,io=Pl($e,ml(ir,ma?mi.from:mi.to,ma?"after":"before"),"line",er,lr);Gm(io,$r,Zr,!0)&&io.top>Zr&&(mi=dr[Hn-1])}return mi}function Pf($e,er,ir,lr,dr,$r,Zr){var Hn=_p($e,er,lr,Zr),mi=Hn.begin,ma=Hn.end;/\s/.test(er.text.charAt(ma-1))&&ma--;for(var io=null,ms=null,gs=0;gs<dr.length;gs++){var Cs=dr[gs];if(!(Cs.from>=ma||Cs.to<=mi)){var Js=Cs.level!=1,Hl=Gp($e,lr,Js?Math.min(ma,Cs.to)-1:Math.max(mi,Cs.from)).right,sl=Hl<$r?$r-Hl+1e9:Hl-$r;(!io||ms>sl)&&(io=Cs,ms=sl)}}return io||(io=dr[dr.length-1]),io.from<mi&&(io={from:mi,to:io.to,level:io.level}),io.to>ma&&(io={from:io.from,to:ma,level:io.level}),io}var vm;function _f($e){if($e.cachedTextHeight!=null)return $e.cachedTextHeight;if(vm==null){vm=nr("pre",null,"CodeMirror-line-like");for(var er=0;er<49;++er)vm.appendChild(document.createTextNode("x")),vm.appendChild(nr("br"));vm.appendChild(document.createTextNode("x"))}ar($e.measure,vm);var ir=vm.offsetHeight/50;return ir>3&&($e.cachedTextHeight=ir),rr($e.measure),ir||1}function qf($e){if($e.cachedCharWidth!=null)return $e.cachedCharWidth;var er=nr("span","xxxxxxxxxx"),ir=nr("pre",[er],"CodeMirror-line-like");ar($e.measure,ir);var lr=er.getBoundingClientRect(),dr=(lr.right-lr.left)/10;return dr>2&&($e.cachedCharWidth=dr),dr||10}function Rm($e){for(var er=$e.display,ir={},lr={},dr=er.gutters.clientLeft,$r=er.gutters.firstChild,Zr=0;$r;$r=$r.nextSibling,++Zr){var Hn=$e.display.gutterSpecs[Zr].className;ir[Hn]=$r.offsetLeft+$r.clientLeft+dr,lr[Hn]=$r.clientWidth}return{fixedPos:Nd(er),gutterTotalWidth:er.gutters.offsetWidth,gutterLeft:ir,gutterWidth:lr,wrapperWidth:er.wrapper.clientWidth}}function Nd($e){return $e.scroller.getBoundingClientRect().left-$e.sizer.getBoundingClientRect().left}function Wh($e){var er=_f($e.display),ir=$e.options.lineWrapping,lr=ir&&Math.max(5,$e.display.scroller.clientWidth/qf($e.display)-3);return function(dr){if(ep($e.doc,dr))return 0;var $r=0;if(dr.widgets)for(var Zr=0;Zr<dr.widgets.length;Zr++)dr.widgets[Zr].height&&($r+=dr.widgets[Zr].height);return ir?$r+(Math.ceil(dr.text.length/lr)||1)*er:$r+er}}function Dd($e){var er=$e.doc,ir=Wh($e);er.iter(function(lr){var dr=ir(lr);dr!=lr.height&&Ku(lr,dr)})}function qp($e,er,ir,lr){var dr=$e.display;if(!ir&&Nc(er).getAttribute("cm-not-content")=="true")return null;var $r,Zr,Hn=dr.lineSpace.getBoundingClientRect();try{$r=er.clientX-Hn.left,Zr=er.clientY-Hn.top}catch{return null}var mi=wd($e,$r,Zr),ma;if(lr&&mi.xRel>0&&(ma=Ul($e.doc,mi.line).text).length==mi.ch){var io=jr(ma,ma.length,$e.options.tabSize)-ma.length;mi=ml(mi.line,Math.max(0,Math.round(($r-Ih($e.display).left)/qf($e.display))-io))}return mi}function km($e,er){if(er>=$e.display.viewTo||(er-=$e.display.viewFrom,er<0))return null;for(var ir=$e.display.view,lr=0;lr<ir.length;lr++)if(er-=ir[lr].size,er<0)return lr}function Ip($e,er,ir,lr){er==null&&(er=$e.doc.first),ir==null&&(ir=$e.doc.first+$e.doc.size),lr||(lr=0);var dr=$e.display;if(lr&&ir<dr.viewTo&&(dr.updateLineNumbers==null||dr.updateLineNumbers>er)&&(dr.updateLineNumbers=er),$e.curOp.viewChanged=!0,er>=dr.viewTo)Hp&&kf($e.doc,er)<dr.viewTo&&Lf($e);else if(ir<=dr.viewFrom)Hp&&dm($e.doc,ir+lr)>dr.viewFrom?Lf($e):(dr.viewFrom+=lr,dr.viewTo+=lr);else if(er<=dr.viewFrom&&ir>=dr.viewTo)Lf($e);else if(er<=dr.viewFrom){var $r=$f($e,ir,ir+lr,1);$r?(dr.view=dr.view.slice($r.index),dr.viewFrom=$r.lineN,dr.viewTo+=lr):Lf($e)}else if(ir>=dr.viewTo){var Zr=$f($e,er,er,-1);Zr?(dr.view=dr.view.slice(0,Zr.index),dr.viewTo=Zr.lineN):Lf($e)}else{var Hn=$f($e,er,er,-1),mi=$f($e,ir,ir+lr,1);Hn&&mi?(dr.view=dr.view.slice(0,Hn.index).concat(Dm($e,Hn.lineN,mi.lineN)).concat(dr.view.slice(mi.index)),dr.viewTo+=lr):Lf($e)}var ma=dr.externalMeasured;ma&&(ir<ma.lineN?ma.lineN+=lr:er<ma.lineN+ma.size&&(dr.externalMeasured=null))}function rm($e,er,ir){$e.curOp.viewChanged=!0;var lr=$e.display,dr=$e.display.externalMeasured;if(dr&&er>=dr.lineN&&er<dr.lineN+dr.size&&(lr.externalMeasured=null),!(er<lr.viewFrom||er>=lr.viewTo)){var $r=lr.view[km($e,er)];if($r.node!=null){var Zr=$r.changes||($r.changes=[]);Vr(Zr,ir)==-1&&Zr.push(ir)}}}function Lf($e){$e.display.viewFrom=$e.display.viewTo=$e.doc.first,$e.display.view=[],$e.display.viewOffset=0}function $f($e,er,ir,lr){var dr=km($e,er),$r,Zr=$e.display.view;if(!Hp||ir==$e.doc.first+$e.doc.size)return{index:dr,lineN:ir};for(var Hn=$e.display.viewFrom,mi=0;mi<dr;mi++)Hn+=Zr[mi].size;if(Hn!=er){if(lr>0){if(dr==Zr.length-1)return null;$r=Hn+Zr[dr].size-er,dr++}else $r=Hn-er;er+=$r,ir+=$r}for(;kf($e.doc,ir)!=ir;){if(dr==(lr<0?0:Zr.length-1))return null;ir+=lr*Zr[dr-(lr<0?1:0)].size,dr+=lr}return{index:dr,lineN:ir}}function lh($e,er,ir){var lr=$e.display,dr=lr.view;dr.length==0||er>=lr.viewTo||ir<=lr.viewFrom?(lr.view=Dm($e,er,ir),lr.viewFrom=er):(lr.viewFrom>er?lr.view=Dm($e,er,lr.viewFrom).concat(lr.view):lr.viewFrom<er&&(lr.view=lr.view.slice(km($e,er))),lr.viewFrom=er,lr.viewTo<ir?lr.view=lr.view.concat(Dm($e,lr.viewTo,ir)):lr.viewTo>ir&&(lr.view=lr.view.slice(0,km($e,ir)))),lr.viewTo=ir}function uh($e){for(var er=$e.display.view,ir=0,lr=0;lr<er.length;lr++){var dr=er[lr];!dr.hidden&&(!dr.node||dr.changes)&&++ir}return ir}function vf($e){$e.display.input.showSelection($e.display.input.prepareSelection())}function Mm($e,er){er===void 0&&(er=!0);var ir=$e.doc,lr={},dr=lr.cursors=document.createDocumentFragment(),$r=lr.selection=document.createDocumentFragment(),Zr=$e.options.$customCursor;Zr&&(er=!0);for(var Hn=0;Hn<ir.sel.ranges.length;Hn++)if(!(!er&&Hn==ir.sel.primIndex)){var mi=ir.sel.ranges[Hn];if(!(mi.from().line>=$e.display.viewTo||mi.to().line<$e.display.viewFrom)){var ma=mi.empty();if(Zr){var io=Zr($e,mi);io&&bm($e,io,dr)}else(ma||$e.options.showCursorWhenSelecting)&&bm($e,mi.head,dr);ma||wh($e,mi,$r)}}return lr}function bm($e,er,ir){var lr=Pl($e,er,"div",null,null,!$e.options.singleCursorHeightPerLine),dr=ir.appendChild(nr("div"," ","CodeMirror-cursor"));if(dr.style.left=lr.left+"px",dr.style.top=lr.top+"px",dr.style.height=Math.max(0,lr.bottom-lr.top)*$e.options.cursorHeight+"px",/\bcm-fat-cursor\b/.test($e.getWrapperElement().className)){var $r=Yl($e,er,"div",null,null),Zr=$r.right-$r.left;dr.style.width=(Zr>0?Zr:$e.defaultCharWidth())+"px"}if(lr.other){var Hn=ir.appendChild(nr("div"," ","CodeMirror-cursor CodeMirror-secondarycursor"));Hn.style.display="",Hn.style.left=lr.other.left+"px",Hn.style.top=lr.other.top+"px",Hn.style.height=(lr.other.bottom-lr.other.top)*.85+"px"}}function Wf($e,er){return $e.top-er.top||$e.left-er.left}function wh($e,er,ir){var lr=$e.display,dr=$e.doc,$r=document.createDocumentFragment(),Zr=Ih($e.display),Hn=Zr.left,mi=Math.max(lr.sizerWidth,em($e)-lr.sizer.offsetLeft)-Zr.right,ma=dr.direction=="ltr";function io(vs,pc,vc,$u){pc<0&&(pc=0),pc=Math.round(pc),$u=Math.round($u),$r.appendChild(nr("div",null,"CodeMirror-selected","position: absolute; left: "+vs+`px;
top: `+pc+"px; width: "+(vc??mi-vs)+`px;
height: `+($u-pc)+"px"))}function ms(vs,pc,vc){var $u=Ul(dr,vs),dc=$u.text.length,zc,Vd;function co(jc,Wc){return Yl($e,ml(vs,jc),"div",$u,Wc)}function rl(jc,Wc,Xd){var yd=zd($e,$u,null,jc),Id=Wc=="ltr"==(Xd=="after")?"left":"right",Ld=Xd=="after"?yd.begin:yd.end-(/\s/.test($u.text.charAt(yd.end-1))?2:1);return co(Ld,Id)[Id]}var Ju=qa($u,dr.direction);return On(Ju,pc||0,vc??dc,function(jc,Wc,Xd,yd){var Id=Xd=="ltr",Ld=co(jc,Id?"left":"right"),$d=co(Wc-1,Id?"right":"left"),$c=pc==null&&jc==0,Xc=vc==null&&Wc==dc,Up=yd==0,Sm=!Ju||yd==Ju.length-1;if($d.top-Ld.top<=3){var Vp=(ma?$c:Xc)&&Up,u0=(ma?Xc:$c)&&Sm,Pm=Vp?Hn:(Id?Ld:$d).left,dh=u0?mi:(Id?$d:Ld).right;io(Pm,Ld.top,dh-Pm,Ld.bottom)}else{var Km,of,o0,h0;Id?(Km=ma&&$c&&Up?Hn:Ld.left,of=ma?mi:rl(jc,Xd,"before"),o0=ma?Hn:rl(Wc,Xd,"after"),h0=ma&&Xc&&Sm?mi:$d.right):(Km=ma?rl(jc,Xd,"before"):Hn,of=!ma&&$c&&Up?mi:Ld.right,o0=!ma&&Xc&&Sm?Hn:$d.left,h0=ma?rl(Wc,Xd,"after"):mi),io(Km,Ld.top,of-Km,Ld.bottom),Ld.bottom<$d.top&&io(Hn,Ld.bottom,null,$d.top),io(o0,$d.top,h0-o0,$d.bottom)}(!zc||Wf(Ld,zc)<0)&&(zc=Ld),Wf($d,zc)<0&&(zc=$d),(!Vd||Wf(Ld,Vd)<0)&&(Vd=Ld),Wf($d,Vd)<0&&(Vd=$d)}),{start:zc,end:Vd}}var gs=er.from(),Cs=er.to();if(gs.line==Cs.line)ms(gs.line,gs.ch,Cs.ch);else{var Js=Ul(dr,gs.line),Hl=Ul(dr,Cs.line),sl=Bd(Js)==Bd(Hl),pu=ms(gs.line,gs.ch,sl?Js.text.length+1:null).end,gu=ms(Cs.line,sl?0:null,Cs.ch).start;sl&&(pu.top<gu.top-2?(io(pu.right,pu.top,null,pu.bottom),io(Hn,gu.top,gu.left,gu.bottom)):io(pu.right,pu.top,gu.left-pu.right,pu.bottom)),pu.bottom<gu.top&&io(Hn,pu.bottom,null,gu.top)}ir.appendChild($r)}function Os($e){if($e.state.focused){var er=$e.display;clearInterval(er.blinker);var ir=!0;er.cursorDiv.style.visibility="",$e.options.cursorBlinkRate>0?er.blinker=setInterval(function(){$e.hasFocus()||Ao($e),er.cursorDiv.style.visibility=(ir=!ir)?"":"hidden"},$e.options.cursorBlinkRate):$e.options.cursorBlinkRate<0&&(er.cursorDiv.style.visibility="hidden")}}function os($e){$e.hasFocus()||($e.display.input.focus(),$e.state.focused||Do($e))}function Co($e){$e.state.delayingBlurEvent=!0,setTimeout(function(){$e.state.delayingBlurEvent&&($e.state.delayingBlurEvent=!1,$e.state.focused&&Ao($e))},100)}function Do($e,er){$e.state.delayingBlurEvent&&!$e.state.draggingText&&($e.state.delayingBlurEvent=!1),$e.options.readOnly!="nocursor"&&($e.state.focused||(Ns($e,"focus",$e,er),$e.state.focused=!0,Er($e.display.wrapper,"CodeMirror-focused"),!$e.curOp&&$e.display.selForContextMenu!=$e.doc.sel&&($e.display.input.reset(),re&&setTimeout(function(){return $e.display.input.reset(!0)},20)),$e.display.input.receivedFocus()),Os($e))}function Ao($e,er){$e.state.delayingBlurEvent||($e.state.focused&&(Ns($e,"blur",$e,er),$e.state.focused=!1,tr($e.display.wrapper,"CodeMirror-focused")),clearInterval($e.display.blinker),setTimeout(function(){$e.state.focused||($e.display.shift=!1)},150))}function eo($e){for(var er=$e.display,ir=er.lineDiv.offsetTop,lr=Math.max(0,er.scroller.getBoundingClientRect().top),dr=er.lineDiv.getBoundingClientRect().top,$r=0,Zr=0;Zr<er.view.length;Zr++){var Hn=er.view[Zr],mi=$e.options.lineWrapping,ma=void 0,io=0;if(!Hn.hidden){if(dr+=Hn.line.height,V&&z<8){var ms=Hn.node.offsetTop+Hn.node.offsetHeight;ma=ms-ir,ir=ms}else{var gs=Hn.node.getBoundingClientRect();ma=gs.bottom-gs.top,!mi&&Hn.text.firstChild&&(io=Hn.text.firstChild.getBoundingClientRect().right-gs.left-1)}var Cs=Hn.line.height-ma;if((Cs>.005||Cs<-.005)&&(dr<lr&&($r-=Cs),Ku(Hn.line,ma),So(Hn.line),Hn.rest))for(var Js=0;Js<Hn.rest.length;Js++)So(Hn.rest[Js]);if(io>$e.display.sizerWidth){var Hl=Math.ceil(io/qf($e.display));Hl>$e.display.maxLineLength&&($e.display.maxLineLength=Hl,$e.display.maxLine=Hn.line,$e.display.maxLineChanged=!0)}}}Math.abs($r)>2&&(er.scroller.scrollTop+=$r)}function So($e){if($e.widgets)for(var er=0;er<$e.widgets.length;++er){var ir=$e.widgets[er],lr=ir.node.parentNode;lr&&(ir.height=lr.offsetHeight)}}function Ro($e,er,ir){var lr=ir&&ir.top!=null?Math.max(0,ir.top):$e.scroller.scrollTop;lr=Math.floor(lr-Gf($e));var dr=ir&&ir.bottom!=null?ir.bottom:lr+$e.wrapper.clientHeight,$r=rs(er,lr),Zr=rs(er,dr);if(ir&&ir.ensure){var Hn=ir.ensure.from.line,mi=ir.ensure.to.line;Hn<$r?($r=Hn,Zr=rs(er,Lp(Ul(er,Hn))+$e.wrapper.clientHeight)):Math.min(mi,er.lastLine())>=Zr&&($r=rs(er,Lp(Ul(er,mi))-$e.wrapper.clientHeight),Zr=mi)}return{from:$r,to:Math.max(Zr,$r+1)}}function no($e,er){if(!cs($e,"scrollCursorIntoView")){var ir=$e.display,lr=ir.sizer.getBoundingClientRect(),dr=null,$r=ir.wrapper.ownerDocument;if(er.top+lr.top<0?dr=!0:er.bottom+lr.top>($r.defaultView.innerHeight||$r.documentElement.clientHeight)&&(dr=!1),dr!=null&&!he){var Zr=nr("div","",null,`position: absolute;
top: `+(er.top-ir.viewOffset-Gf($e.display))+`px;
height: `+(er.bottom-er.top+wf($e)+ir.barHeight)+`px;
left: `+er.left+"px; width: "+Math.max(2,er.right-er.left)+"px;");$e.display.lineSpace.appendChild(Zr),Zr.scrollIntoView(dr),$e.display.lineSpace.removeChild(Zr)}}}function qo($e,er,ir,lr){lr==null&&(lr=0);var dr;!$e.options.lineWrapping&&er==ir&&(ir=er.sticky=="before"?ml(er.line,er.ch+1,"before"):er,er=er.ch?ml(er.line,er.sticky=="before"?er.ch-1:er.ch,"after"):er);for(var $r=0;$r<5;$r++){var Zr=!1,Hn=Pl($e,er),mi=!ir||ir==er?Hn:Pl($e,ir);dr={left:Math.min(Hn.left,mi.left),top:Math.min(Hn.top,mi.top)-lr,right:Math.max(Hn.left,mi.left),bottom:Math.max(Hn.bottom,mi.bottom)+lr};var ma=$o($e,dr),io=$e.doc.scrollTop,ms=$e.doc.scrollLeft;if(ma.scrollTop!=null&&(ns($e,ma.scrollTop),Math.abs($e.doc.scrollTop-io)>1&&(Zr=!0)),ma.scrollLeft!=null&&(Es($e,ma.scrollLeft),Math.abs($e.doc.scrollLeft-ms)>1&&(Zr=!0)),!Zr)break}return dr}function Ja($e,er){var ir=$o($e,er);ir.scrollTop!=null&&ns($e,ir.scrollTop),ir.scrollLeft!=null&&Es($e,ir.scrollLeft)}function $o($e,er){var ir=$e.display,lr=_f($e.display);er.top<0&&(er.top=0);var dr=$e.curOp&&$e.curOp.scrollTop!=null?$e.curOp.scrollTop:ir.scroller.scrollTop,$r=Om($e),Zr={};er.bottom-er.top>$r&&(er.bottom=er.top+$r);var Hn=$e.doc.height+_m(ir),mi=er.top<lr,ma=er.bottom>Hn-lr;if(er.top<dr)Zr.scrollTop=mi?0:er.top;else if(er.bottom>dr+$r){var io=Math.min(er.top,(ma?Hn:er.bottom)-$r);io!=dr&&(Zr.scrollTop=io)}var ms=$e.options.fixedGutter?0:ir.gutters.offsetWidth,gs=$e.curOp&&$e.curOp.scrollLeft!=null?$e.curOp.scrollLeft:ir.scroller.scrollLeft-ms,Cs=em($e)-ir.gutters.offsetWidth,Js=er.right-er.left>Cs;return Js&&(er.right=er.left+Cs),er.left<10?Zr.scrollLeft=0:er.left<gs?Zr.scrollLeft=Math.max(0,er.left+ms-(Js?0:10)):er.right>Cs+gs-3&&(Zr.scrollLeft=er.right+(Js?0:10)-Cs),Zr}function Ts($e,er){er!=null&&(Ls($e),$e.curOp.scrollTop=($e.curOp.scrollTop==null?$e.doc.scrollTop:$e.curOp.scrollTop)+er)}function ds($e){Ls($e);var er=$e.getCursor();$e.curOp.scrollToPos={from:er,to:er,margin:$e.options.cursorScrollMargin}}function ks($e,er,ir){(er!=null||ir!=null)&&Ls($e),er!=null&&($e.curOp.scrollLeft=er),ir!=null&&($e.curOp.scrollTop=ir)}function Gs($e,er){Ls($e),$e.curOp.scrollToPos=er}function Ls($e){var er=$e.curOp.scrollToPos;if(er){$e.curOp.scrollToPos=null;var ir=_c($e,er.from),lr=_c($e,er.to);cl($e,ir,lr,er.margin)}}function cl($e,er,ir,lr){var dr=$o($e,{left:Math.min(er.left,ir.left),top:Math.min(er.top,ir.top)-lr,right:Math.max(er.right,ir.right),bottom:Math.max(er.bottom,ir.bottom)+lr});ks($e,dr.scrollLeft,dr.scrollTop)}function ns($e,er){Math.abs($e.doc.scrollTop-er)<2||(k||Cc($e,{top:er}),il($e,er,!0),k&&Cc($e),Cl($e,100))}function il($e,er,ir){er=Math.max(0,Math.min($e.display.scroller.scrollHeight-$e.display.scroller.clientHeight,er)),!($e.display.scroller.scrollTop==er&&!ir)&&($e.doc.scrollTop=er,$e.display.scrollbars.setScrollTop(er),$e.display.scroller.scrollTop!=er&&($e.display.scroller.scrollTop=er))}function Es($e,er,ir,lr){er=Math.max(0,Math.min(er,$e.display.scroller.scrollWidth-$e.display.scroller.clientWidth)),!((ir?er==$e.doc.scrollLeft:Math.abs($e.doc.scrollLeft-er)<2)&&!lr)&&($e.doc.scrollLeft=er,ip($e),$e.display.scroller.scrollLeft!=er&&($e.display.scroller.scrollLeft=er),$e.display.scrollbars.setScrollLeft(er))}function Ss($e){var er=$e.display,ir=er.gutters.offsetWidth,lr=Math.round($e.doc.height+_m($e.display));return{clientHeight:er.scroller.clientHeight,viewHeight:er.wrapper.clientHeight,scrollWidth:er.scroller.scrollWidth,clientWidth:er.scroller.clientWidth,viewWidth:er.wrapper.clientWidth,barLeft:$e.options.fixedGutter?ir:0,docHeight:lr,scrollHeight:lr+wf($e)+er.barHeight,nativeBarWidth:er.nativeBarWidth,gutterWidth:ir}}var ws=function($e,er,ir){this.cm=ir;var lr=this.vert=nr("div",[nr("div",null,null,"min-width: 1px")],"CodeMirror-vscrollbar"),dr=this.horiz=nr("div",[nr("div",null,null,"height: 100%; min-height: 1px")],"CodeMirror-hscrollbar");lr.tabIndex=dr.tabIndex=-1,$e(lr),$e(dr),Hi(lr,"scroll",function(){lr.clientHeight&&er(lr.scrollTop,"vertical")}),Hi(dr,"scroll",function(){dr.clientWidth&&er(dr.scrollLeft,"horizontal")}),this.checkedZeroWidth=!1,V&&z<8&&(this.horiz.style.minHeight=this.vert.style.minWidth="18px")};ws.prototype.update=function($e){var er=$e.scrollWidth>$e.clientWidth+1,ir=$e.scrollHeight>$e.clientHeight+1,lr=$e.nativeBarWidth;if(ir){this.vert.style.display="block",this.vert.style.bottom=er?lr+"px":"0";var dr=$e.viewHeight-(er?lr:0);this.vert.firstChild.style.height=Math.max(0,$e.scrollHeight-$e.clientHeight+dr)+"px"}else this.vert.scrollTop=0,this.vert.style.display="",this.vert.firstChild.style.height="0";if(er){this.horiz.style.display="block",this.horiz.style.right=ir?lr+"px":"0",this.horiz.style.left=$e.barLeft+"px";var $r=$e.viewWidth-$e.barLeft-(ir?lr:0);this.horiz.firstChild.style.width=Math.max(0,$e.scrollWidth-$e.clientWidth+$r)+"px"}else this.horiz.style.display="",this.horiz.firstChild.style.width="0";return!this.checkedZeroWidth&&$e.clientHeight>0&&(lr==0&&this.zeroWidthHack(),this.checkedZeroWidth=!0),{right:ir?lr:0,bottom:er?lr:0}},ws.prototype.setScrollLeft=function($e){this.horiz.scrollLeft!=$e&&(this.horiz.scrollLeft=$e),this.disableHoriz&&this.enableZeroWidthBar(this.horiz,this.disableHoriz,"horiz")},ws.prototype.setScrollTop=function($e){this.vert.scrollTop!=$e&&(this.vert.scrollTop=$e),this.disableVert&&this.enableZeroWidthBar(this.vert,this.disableVert,"vert")},ws.prototype.zeroWidthHack=function(){var $e=Fe&&!Ie?"12px":"18px";this.horiz.style.height=this.vert.style.width=$e,this.horiz.style.visibility=this.vert.style.visibility="hidden",this.disableHoriz=new Hr,this.disableVert=new Hr},ws.prototype.enableZeroWidthBar=function($e,er,ir){$e.style.visibility="";function lr(){var dr=$e.getBoundingClientRect(),$r=ir=="vert"?document.elementFromPoint(dr.right-1,(dr.top+dr.bottom)/2):document.elementFromPoint((dr.right+dr.left)/2,dr.bottom-1);$r!=$e?$e.style.visibility="hidden":er.set(1e3,lr)}er.set(1e3,lr)},ws.prototype.clear=function(){var $e=this.horiz.parentNode;$e.removeChild(this.horiz),$e.removeChild(this.vert)};var Ms=function(){};Ms.prototype.update=function(){return{bottom:0,right:0}},Ms.prototype.setScrollLeft=function(){},Ms.prototype.setScrollTop=function(){},Ms.prototype.clear=function(){};function bl($e,er){er||(er=Ss($e));var ir=$e.display.barWidth,lr=$e.display.barHeight;kl($e,er);for(var dr=0;dr<4&&ir!=$e.display.barWidth||lr!=$e.display.barHeight;dr++)ir!=$e.display.barWidth&&$e.options.lineWrapping&&eo($e),kl($e,Ss($e)),ir=$e.display.barWidth,lr=$e.display.barHeight}function kl($e,er){var ir=$e.display,lr=ir.scrollbars.update(er);ir.sizer.style.paddingRight=(ir.barWidth=lr.right)+"px",ir.sizer.style.paddingBottom=(ir.barHeight=lr.bottom)+"px",ir.heightForcer.style.borderBottom=lr.bottom+"px solid transparent",lr.right&&lr.bottom?(ir.scrollbarFiller.style.display="block",ir.scrollbarFiller.style.height=lr.bottom+"px",ir.scrollbarFiller.style.width=lr.right+"px"):ir.scrollbarFiller.style.display="",lr.bottom&&$e.options.coverGutterNextToScrollbar&&$e.options.fixedGutter?(ir.gutterFiller.style.display="block",ir.gutterFiller.style.height=lr.bottom+"px",ir.gutterFiller.style.width=er.gutterWidth+"px"):ir.gutterFiller.style.display=""}var bu={native:ws,null:Ms};function hl($e){$e.display.scrollbars&&($e.display.scrollbars.clear(),$e.display.scrollbars.addClass&&tr($e.display.wrapper,$e.display.scrollbars.addClass)),$e.display.scrollbars=new bu[$e.options.scrollbarStyle](function(er){$e.display.wrapper.insertBefore(er,$e.display.scrollbarFiller),Hi(er,"mousedown",function(){$e.state.focused&&setTimeout(function(){return $e.display.input.focus()},0)}),er.setAttribute("cm-not-content","true")},function(er,ir){ir=="horizontal"?Es($e,er):ns($e,er)},$e),$e.display.scrollbars.addClass&&Er($e.display.wrapper,$e.display.scrollbars.addClass)}var Kl=0;function _u($e){$e.curOp={cm:$e,viewChanged:!1,startHeight:$e.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:++Kl,markArrays:null},Hh($e.curOp)}function Cu($e){var er=$e.curOp;er&&zh(er,function(ir){for(var lr=0;lr<ir.ops.length;lr++)ir.ops[lr].cm.curOp=null;Qs(ir)})}function Qs($e){for(var er=$e.ops,ir=0;ir<er.length;ir++)Su(er[ir]);for(var lr=0;lr<er.length;lr++)Qu(er[lr]);for(var dr=0;dr<er.length;dr++)ec(er[dr]);for(var $r=0;$r<er.length;$r++)Ka(er[$r]);for(var Zr=0;Zr<er.length;Zr++)yu(er[Zr])}function Su($e){var er=$e.cm,ir=er.display;wu(er),$e.updateMaxLine&&Yr(er),$e.mustUpdate=$e.viewChanged||$e.forceUpdate||$e.scrollTop!=null||$e.scrollToPos&&($e.scrollToPos.from.line<ir.viewFrom||$e.scrollToPos.to.line>=ir.viewTo)||ir.maxLineChanged&&er.options.lineWrapping,$e.update=$e.mustUpdate&&new Ml(er,$e.mustUpdate&&{top:$e.scrollTop,ensure:$e.scrollToPos},$e.forceUpdate)}function Qu($e){$e.updatedDisplay=$e.mustUpdate&&Lc($e.cm,$e.update)}function ec($e){var er=$e.cm,ir=er.display;$e.updatedDisplay&&eo(er),$e.barMeasure=Ss(er),ir.maxLineChanged&&!er.options.lineWrapping&&($e.adjustWidthTo=nh(er,ir.maxLine,ir.maxLine.text.length).left+3,er.display.sizerWidth=$e.adjustWidthTo,$e.barMeasure.scrollWidth=Math.max(ir.scroller.clientWidth,ir.sizer.offsetLeft+$e.adjustWidthTo+wf(er)+er.display.barWidth),$e.maxScrollLeft=Math.max(0,ir.sizer.offsetLeft+$e.adjustWidthTo-em(er))),($e.updatedDisplay||$e.selectionChanged)&&($e.preparedSelection=ir.input.prepareSelection())}function Ka($e){var er=$e.cm;$e.adjustWidthTo!=null&&(er.display.sizer.style.minWidth=$e.adjustWidthTo+"px",$e.maxScrollLeft<er.doc.scrollLeft&&Es(er,Math.min(er.display.scroller.scrollLeft,$e.maxScrollLeft),!0),er.display.maxLineChanged=!1);var ir=$e.focus&&$e.focus==hr(br(er));$e.preparedSelection&&er.display.input.showSelection($e.preparedSelection,ir),($e.updatedDisplay||$e.startHeight!=er.doc.height)&&bl(er,$e.barMeasure),$e.updatedDisplay&&Np(er,$e.barMeasure),$e.selectionChanged&&Os(er),er.state.focused&&$e.updateInput&&er.display.input.reset($e.typing),ir&&os($e.cm)}function yu($e){var er=$e.cm,ir=er.display,lr=er.doc;if($e.updatedDisplay&&Od(er,$e.update),ir.wheelStartX!=null&&($e.scrollTop!=null||$e.scrollLeft!=null||$e.scrollToPos)&&(ir.wheelStartX=ir.wheelStartY=null),$e.scrollTop!=null&&il(er,$e.scrollTop,$e.forceScroll),$e.scrollLeft!=null&&Es(er,$e.scrollLeft,!0,!0),$e.scrollToPos){var dr=qo(er,Oc(lr,$e.scrollToPos.from),Oc(lr,$e.scrollToPos.to),$e.scrollToPos.margin);no(er,dr)}var $r=$e.maybeHiddenMarkers,Zr=$e.maybeUnhiddenMarkers;if($r)for(var Hn=0;Hn<$r.length;++Hn)$r[Hn].lines.length||Ns($r[Hn],"hide");if(Zr)for(var mi=0;mi<Zr.length;++mi)Zr[mi].lines.length&&Ns(Zr[mi],"unhide");ir.wrapper.offsetHeight&&(lr.scrollTop=er.display.scroller.scrollTop),$e.changeObjs&&Ns(er,"changes",er,$e.changeObjs),$e.update&&$e.update.finish()}function bc($e,er){if($e.curOp)return er();_u($e);try{return er()}finally{Cu($e)}}function Tu($e,er){return function(){if($e.curOp)return er.apply($e,arguments);_u($e);try{return er.apply($e,arguments)}finally{Cu($e)}}}function $l($e){return function(){if(this.curOp)return $e.apply(this,arguments);_u(this);try{return $e.apply(this,arguments)}finally{Cu(this)}}}function Ru($e){return function(){var er=this.cm;if(!er||er.curOp)return $e.apply(this,arguments);_u(er);try{return $e.apply(this,arguments)}finally{Cu(er)}}}function Cl($e,er){$e.doc.highlightFrontier<$e.display.viewTo&&$e.state.highlight.set(er,mr(_l,$e))}function _l($e){var er=$e.doc;if(!(er.highlightFrontier>=$e.display.viewTo)){var ir=+new Date+$e.options.workTime,lr=lf($e,er.highlightFrontier),dr=[];er.iter(lr.line,Math.min(er.first+er.size,$e.display.viewTo+500),function($r){if(lr.line>=$e.display.viewFrom){var Zr=$r.styles,Hn=$r.text.length>$e.options.maxHighlightLength?Uo(er.mode,lr.state):null,mi=Sf($e,$r,lr,!0);Hn&&(lr.state=Hn),$r.styles=mi.styles;var ma=$r.styleClasses,io=mi.classes;io?$r.styleClasses=io:ma&&($r.styleClasses=null);for(var ms=!Zr||Zr.length!=$r.styles.length||ma!=io&&(!ma||!io||ma.bgClass!=io.bgClass||ma.textClass!=io.textClass),gs=0;!ms&&gs<Zr.length;++gs)ms=Zr[gs]!=$r.styles[gs];ms&&dr.push(lr.line),$r.stateAfter=lr.save(),lr.nextLine()}else $r.text.length<=$e.options.maxHighlightLength&&Op($e,$r.text,lr),$r.stateAfter=lr.line%5==0?lr.save():null,lr.nextLine();if(+new Date>ir)return Cl($e,$e.options.workDelay),!0}),er.highlightFrontier=lr.line,er.modeFrontier=Math.max(er.modeFrontier,lr.line),dr.length&&bc($e,function(){for(var $r=0;$r<dr.length;$r++)rm($e,dr[$r],"text")})}}var Ml=function($e,er,ir){var lr=$e.display;this.viewport=er,this.visible=Ro(lr,$e.doc,er),this.editorIsHidden=!lr.wrapper.offsetWidth,this.wrapperHeight=lr.wrapper.clientHeight,this.wrapperWidth=lr.wrapper.clientWidth,this.oldDisplayWidth=em($e),this.force=ir,this.dims=Rm($e),this.events=[]};Ml.prototype.signal=function($e,er){Bl($e,er)&&this.events.push(arguments)},Ml.prototype.finish=function(){for(var $e=0;$e<this.events.length;$e++)Ns.apply(null,this.events[$e])};function wu($e){var er=$e.display;!er.scrollbarsClipped&&er.scroller.offsetWidth&&(er.nativeBarWidth=er.scroller.offsetWidth-er.scroller.clientWidth,er.heightForcer.style.height=wf($e)+"px",er.sizer.style.marginBottom=-er.nativeBarWidth+"px",er.sizer.style.borderRightWidth=wf($e)+"px",er.scrollbarsClipped=!0)}function uc($e){if($e.hasFocus())return null;var er=hr(br($e));if(!er||!_r($e.display.lineDiv,er))return null;var ir={activeElt:er};if(window.getSelection){var lr=Mr($e).getSelection();lr.anchorNode&&lr.extend&&_r($e.display.lineDiv,lr.anchorNode)&&(ir.anchorNode=lr.anchorNode,ir.anchorOffset=lr.anchorOffset,ir.focusNode=lr.focusNode,ir.focusOffset=lr.focusOffset)}return ir}function Rc($e){if(!(!$e||!$e.activeElt||$e.activeElt==hr(Ir($e.activeElt)))&&($e.activeElt.focus(),!/^(INPUT|TEXTAREA)$/.test($e.activeElt.nodeName)&&$e.anchorNode&&_r(document.body,$e.anchorNode)&&_r(document.body,$e.focusNode))){var er=$e.activeElt.ownerDocument,ir=er.defaultView.getSelection(),lr=er.createRange();lr.setEnd($e.anchorNode,$e.anchorOffset),lr.collapse(!1),ir.removeAllRanges(),ir.addRange(lr),ir.extend($e.focusNode,$e.focusOffset)}}function Lc($e,er){var ir=$e.display,lr=$e.doc;if(er.editorIsHidden)return Lf($e),!1;if(!er.force&&er.visible.from>=ir.viewFrom&&er.visible.to<=ir.viewTo&&(ir.updateLineNumbers==null||ir.updateLineNumbers>=ir.viewTo)&&ir.renderedView==ir.view&&uh($e)==0)return!1;Kc($e)&&(Lf($e),er.dims=Rm($e));var dr=lr.first+lr.size,$r=Math.max(er.visible.from-$e.options.viewportMargin,lr.first),Zr=Math.min(dr,er.visible.to+$e.options.viewportMargin);ir.viewFrom<$r&&$r-ir.viewFrom<20&&($r=Math.max(lr.first,ir.viewFrom)),ir.viewTo>Zr&&ir.viewTo-Zr<20&&(Zr=Math.min(dr,ir.viewTo)),Hp&&($r=kf($e.doc,$r),Zr=dm($e.doc,Zr));var Hn=$r!=ir.viewFrom||Zr!=ir.viewTo||ir.lastWrapHeight!=er.wrapperHeight||ir.lastWrapWidth!=er.wrapperWidth;lh($e,$r,Zr),ir.viewOffset=Lp(Ul($e.doc,ir.viewFrom)),$e.display.mover.style.top=ir.viewOffset+"px";var mi=uh($e);if(!Hn&&mi==0&&!er.force&&ir.renderedView==ir.view&&(ir.updateLineNumbers==null||ir.updateLineNumbers>=ir.viewTo))return!1;var ma=uc($e);return mi>4&&(ir.lineDiv.style.display="none"),Zd($e,ir.updateLineNumbers,er.dims),mi>4&&(ir.lineDiv.style.display=""),ir.renderedView=ir.view,Rc(ma),rr(ir.cursorDiv),rr(ir.selectionDiv),ir.gutters.style.height=ir.sizer.style.minHeight=0,Hn&&(ir.lastWrapHeight=er.wrapperHeight,ir.lastWrapWidth=er.wrapperWidth,Cl($e,400)),ir.updateLineNumbers=null,!0}function Od($e,er){for(var ir=er.viewport,lr=!0;;lr=!1){if(!lr||!$e.options.lineWrapping||er.oldDisplayWidth==em($e)){if(ir&&ir.top!=null&&(ir={top:Math.min($e.doc.height+_m($e.display)-Om($e),ir.top)}),er.visible=Ro($e.display,$e.doc,ir),er.visible.from>=$e.display.viewFrom&&er.visible.to<=$e.display.viewTo)break}else lr&&(er.visible=Ro($e.display,$e.doc,ir));if(!Lc($e,er))break;eo($e);var dr=Ss($e);vf($e),bl($e,dr),Np($e,dr),er.force=!1}er.signal($e,"update",$e),($e.display.viewFrom!=$e.display.reportedViewFrom||$e.display.viewTo!=$e.display.reportedViewTo)&&(er.signal($e,"viewportChange",$e,$e.display.viewFrom,$e.display.viewTo),$e.display.reportedViewFrom=$e.display.viewFrom,$e.display.reportedViewTo=$e.display.viewTo)}function Cc($e,er){var ir=new Ml($e,er);if(Lc($e,ir)){eo($e),Od($e,ir);var lr=Ss($e);vf($e),bl($e,lr),Np($e,lr),ir.finish()}}function Zd($e,er,ir){var lr=$e.display,dr=$e.options.lineNumbers,$r=lr.lineDiv,Zr=$r.firstChild;function Hn(Js){var Hl=Js.nextSibling;return re&&Fe&&$e.display.currentWheelTarget==Js?Js.style.display="none":Js.parentNode.removeChild(Js),Hl}for(var mi=lr.view,ma=lr.viewFrom,io=0;io<mi.length;io++){var ms=mi[io];if(!ms.hidden)if(!ms.node||ms.node.parentNode!=$r){var gs=mf($e,ms,ma,ir);$r.insertBefore(gs,Zr)}else{for(;Zr!=ms.node;)Zr=Hn(Zr);var Cs=dr&&er!=null&&er<=ma&&ms.lineNumber;ms.changes&&(Vr(ms.changes,"gutter")>-1&&(Cs=!1),yh($e,ms,ma,ir)),Cs&&(rr(ms.lineNumber),ms.lineNumber.appendChild(document.createTextNode(Eu($e.options,ma)))),Zr=ms.node.nextSibling}ma+=ms.size}for(;Zr;)Zr=Hn(Zr)}function jp($e){var er=$e.gutters.offsetWidth;$e.sizer.style.marginLeft=er+"px",rp($e,"gutterChanged",$e)}function Np($e,er){$e.display.sizer.style.minHeight=er.docHeight+"px",$e.display.heightForcer.style.top=er.docHeight+"px",$e.display.gutters.style.height=er.docHeight+$e.display.barHeight+wf($e)+"px"}function ip($e){var er=$e.display,ir=er.view;if(!(!er.alignWidgets&&(!er.gutters.firstChild||!$e.options.fixedGutter))){for(var lr=Nd(er)-er.scroller.scrollLeft+$e.doc.scrollLeft,dr=er.gutters.offsetWidth,$r=lr+"px",Zr=0;Zr<ir.length;Zr++)if(!ir[Zr].hidden){$e.options.fixedGutter&&(ir[Zr].gutter&&(ir[Zr].gutter.style.left=$r),ir[Zr].gutterBackground&&(ir[Zr].gutterBackground.style.left=$r));var Hn=ir[Zr].alignable;if(Hn)for(var mi=0;mi<Hn.length;mi++)Hn[mi].style.left=$r}$e.options.fixedGutter&&(er.gutters.style.left=lr+dr+"px")}}function Kc($e){if(!$e.options.lineNumbers)return!1;var er=$e.doc,ir=Eu($e.options,er.first+er.size-1),lr=$e.display;if(ir.length!=lr.lineNumChars){var dr=lr.measure.appendChild(nr("div",[nr("div",ir)],"CodeMirror-linenumber CodeMirror-gutter-elt")),$r=dr.firstChild.offsetWidth,Zr=dr.offsetWidth-$r;return lr.lineGutter.style.width="",lr.lineNumInnerWidth=Math.max($r,lr.lineGutter.offsetWidth-Zr)+1,lr.lineNumWidth=lr.lineNumInnerWidth+Zr,lr.lineNumChars=lr.lineNumInnerWidth?ir.length:-1,lr.lineGutter.style.width=lr.lineNumWidth+"px",jp($e.display),!0}return!1}function sd($e,er){for(var ir=[],lr=!1,dr=0;dr<$e.length;dr++){var $r=$e[dr],Zr=null;if(typeof $r!="string"&&(Zr=$r.style,$r=$r.className),$r=="CodeMirror-linenumbers")if(er)lr=!0;else continue;ir.push({className:$r,style:Zr})}return er&&!lr&&ir.push({className:"CodeMirror-linenumbers",style:null}),ir}function Jp($e){var er=$e.gutters,ir=$e.gutterSpecs;rr(er),$e.lineGutter=null;for(var lr=0;lr<ir.length;++lr){var dr=ir[lr],$r=dr.className,Zr=dr.style,Hn=er.appendChild(nr("div",null,"CodeMirror-gutter "+$r));Zr&&(Hn.style.cssText=Zr),$r=="CodeMirror-linenumbers"&&($e.lineGutter=Hn,Hn.style.width=($e.lineNumWidth||1)+"px")}er.style.display=ir.length?"":"none",jp($e)}function Zp($e){Jp($e.display),Ip($e),ip($e)}function bf($e,er,ir,lr){var dr=this;this.input=ir,dr.scrollbarFiller=nr("div",null,"CodeMirror-scrollbar-filler"),dr.scrollbarFiller.setAttribute("cm-not-content","true"),dr.gutterFiller=nr("div",null,"CodeMirror-gutter-filler"),dr.gutterFiller.setAttribute("cm-not-content","true"),dr.lineDiv=ur("div",null,"CodeMirror-code"),dr.selectionDiv=nr("div",null,null,"position: relative; z-index: 1"),dr.cursorDiv=nr("div",null,"CodeMirror-cursors"),dr.measure=nr("div",null,"CodeMirror-measure"),dr.lineMeasure=nr("div",null,"CodeMirror-measure"),dr.lineSpace=ur("div",[dr.measure,dr.lineMeasure,dr.selectionDiv,dr.cursorDiv,dr.lineDiv],null,"position: relative; outline: none");var $r=ur("div",[dr.lineSpace],"CodeMirror-lines");dr.mover=nr("div",[$r],null,"position: relative"),dr.sizer=nr("div",[dr.mover],"CodeMirror-sizer"),dr.sizerWidth=null,dr.heightForcer=nr("div",null,null,"position: absolute; height: "+zr+"px; width: 1px;"),dr.gutters=nr("div",null,"CodeMirror-gutters"),dr.lineGutter=null,dr.scroller=nr("div",[dr.sizer,dr.heightForcer,dr.gutters],"CodeMirror-scroll"),dr.scroller.setAttribute("tabIndex","-1"),dr.wrapper=nr("div",[dr.scrollbarFiller,dr.gutterFiller,dr.scroller],"CodeMirror"),oe&&ue>=105&&(dr.wrapper.style.clipPath="inset(0px)"),dr.wrapper.setAttribute("translate","no"),V&&z<8&&(dr.gutters.style.zIndex=-1,dr.scroller.style.paddingRight=0),!re&&!(k&&Ne)&&(dr.scroller.draggable=!0),$e&&($e.appendChild?$e.appendChild(dr.wrapper):$e(dr.wrapper)),dr.viewFrom=dr.viewTo=er.first,dr.reportedViewFrom=dr.reportedViewTo=er.first,dr.view=[],dr.renderedView=null,dr.externalMeasured=null,dr.viewOffset=0,dr.lastWrapHeight=dr.lastWrapWidth=0,dr.updateLineNumbers=null,dr.nativeBarWidth=dr.barHeight=dr.barWidth=0,dr.scrollbarsClipped=!1,dr.lineNumWidth=dr.lineNumInnerWidth=dr.lineNumChars=null,dr.alignWidgets=!1,dr.cachedCharWidth=dr.cachedTextHeight=dr.cachedPaddingH=null,dr.maxLine=null,dr.maxLineLength=0,dr.maxLineChanged=!1,dr.wheelDX=dr.wheelDY=dr.wheelStartX=dr.wheelStartY=null,dr.shift=!1,dr.selForContextMenu=null,dr.activeTouch=null,dr.gutterSpecs=sd(lr.gutters,lr.lineNumbers),Jp(dr),ir.init(dr)}var Wp=0,Kd=null;V?Kd=-.53:k?Kd=15:oe?Kd=-.7:pe&&(Kd=-1/3);function cp($e){var er=$e.wheelDeltaX,ir=$e.wheelDeltaY;return er==null&&$e.detail&&$e.axis==$e.HORIZONTAL_AXIS&&(er=$e.detail),ir==null&&$e.detail&&$e.axis==$e.VERTICAL_AXIS?ir=$e.detail:ir==null&&(ir=$e.wheelDelta),{x:er,y:ir}}function dp($e){var er=cp($e);return er.x*=Kd,er.y*=Kd,er}function jd($e,er){oe&&ue==102&&($e.display.chromeScrollHack==null?$e.display.sizer.style.pointerEvents="none":clearTimeout($e.display.chromeScrollHack),$e.display.chromeScrollHack=setTimeout(function(){$e.display.chromeScrollHack=null,$e.display.sizer.style.pointerEvents=""},100));var ir=cp(er),lr=ir.x,dr=ir.y,$r=Kd;er.deltaMode===0&&(lr=er.deltaX,dr=er.deltaY,$r=1);var Zr=$e.display,Hn=Zr.scroller,mi=Hn.scrollWidth>Hn.clientWidth,ma=Hn.scrollHeight>Hn.clientHeight;if(lr&&mi||dr&&ma){if(dr&&Fe&&re){e:for(var io=er.target,ms=Zr.view;io!=Hn;io=io.parentNode)for(var gs=0;gs<ms.length;gs++)if(ms[gs].node==io){$e.display.currentWheelTarget=io;break e}}if(lr&&!k&&!de&&$r!=null){dr&&ma&&ns($e,Math.max(0,Hn.scrollTop+dr*$r)),Es($e,Math.max(0,Hn.scrollLeft+lr*$r)),(!dr||dr&&ma)&&xs(er),Zr.wheelStartX=null;return}if(dr&&$r!=null){var Cs=dr*$r,Js=$e.doc.scrollTop,Hl=Js+Zr.wrapper.clientHeight;Cs<0?Js=Math.max(0,Js+Cs-50):Hl=Math.min($e.doc.height,Hl+Cs+50),Cc($e,{top:Js,bottom:Hl})}Wp<20&&er.deltaMode!==0&&(Zr.wheelStartX==null?(Zr.wheelStartX=Hn.scrollLeft,Zr.wheelStartY=Hn.scrollTop,Zr.wheelDX=lr,Zr.wheelDY=dr,setTimeout(function(){if(Zr.wheelStartX!=null){var sl=Hn.scrollLeft-Zr.wheelStartX,pu=Hn.scrollTop-Zr.wheelStartY,gu=pu&&Zr.wheelDY&&pu/Zr.wheelDY||sl&&Zr.wheelDX&&sl/Zr.wheelDX;Zr.wheelStartX=Zr.wheelStartY=null,gu&&(Kd=(Kd*Wp+gu)/(Wp+1),++Wp)}},200)):(Zr.wheelDX+=lr,Zr.wheelDY+=dr))}}var Fd=function($e,er){this.ranges=$e,this.primIndex=er};Fd.prototype.primary=function(){return this.ranges[this.primIndex]},Fd.prototype.equals=function($e){if($e==this)return!0;if($e.primIndex!=this.primIndex||$e.ranges.length!=this.ranges.length)return!1;for(var er=0;er<this.ranges.length;er++){var ir=this.ranges[er],lr=$e.ranges[er];if(!Ac(ir.anchor,lr.anchor)||!Ac(ir.head,lr.head))return!1}return!0},Fd.prototype.deepCopy=function(){for(var $e=[],er=0;er<this.ranges.length;er++)$e[er]=new Jc(od(this.ranges[er].anchor),od(this.ranges[er].head));return new Fd($e,this.primIndex)},Fd.prototype.somethingSelected=function(){for(var $e=0;$e<this.ranges.length;$e++)if(!this.ranges[$e].empty())return!0;return!1},Fd.prototype.contains=function($e,er){er||(er=$e);for(var ir=0;ir<this.ranges.length;ir++){var lr=this.ranges[ir];if(Uu(er,lr.from())>=0&&Uu($e,lr.to())<=0)return ir}return-1};var Jc=function($e,er){this.anchor=$e,this.head=er};Jc.prototype.from=function(){return gp(this.anchor,this.head)},Jc.prototype.to=function(){return ld(this.anchor,this.head)},Jc.prototype.empty=function(){return this.head.line==this.anchor.line&&this.head.ch==this.anchor.ch};function Ud($e,er,ir){var lr=$e&&$e.options.selectionsMayTouch,dr=er[ir];er.sort(function(gs,Cs){return Uu(gs.from(),Cs.from())}),ir=Vr(er,dr);for(var $r=1;$r<er.length;$r++){var Zr=er[$r],Hn=er[$r-1],mi=Uu(Hn.to(),Zr.from());if(lr&&!Zr.empty()?mi>0:mi>=0){var ma=gp(Hn.from(),Zr.from()),io=ld(Hn.to(),Zr.to()),ms=Hn.empty()?Zr.from()==Zr.head:Hn.from()==Hn.head;$r<=ir&&--ir,er.splice(--$r,2,new Jc(ms?io:ma,ms?ma:io))}}return new Fd(er,ir)}function Dp($e,er){return new Fd([new Jc($e,er||$e)],0)}function jf($e){return $e.text?ml($e.from.line+$e.text.length-1,Wr($e.text).length+($e.text.length==1?$e.from.ch:0)):$e.to}function qm($e,er){if(Uu($e,er.from)<0)return $e;if(Uu($e,er.to)<=0)return jf(er);var ir=$e.line+er.text.length-(er.to.line-er.from.line)-1,lr=$e.ch;return $e.line==er.to.line&&(lr+=jf(er).ch-er.to.ch),ml(ir,lr)}function ef($e,er){for(var ir=[],lr=0;lr<$e.sel.ranges.length;lr++){var dr=$e.sel.ranges[lr];ir.push(new Jc(qm(dr.anchor,er),qm(dr.head,er)))}return Ud($e.cm,ir,$e.sel.primIndex)}function ym($e,er,ir){return $e.line==er.line?ml(ir.line,$e.ch-er.ch+ir.ch):ml(ir.line+($e.line-er.line),$e.ch)}function Em($e,er,ir){for(var lr=[],dr=ml($e.first,0),$r=dr,Zr=0;Zr<er.length;Zr++){var Hn=er[Zr],mi=ym(Hn.from,dr,$r),ma=ym(jf(Hn),dr,$r);if(dr=Hn.to,$r=ma,ir=="around"){var io=$e.sel.ranges[Zr],ms=Uu(io.head,io.anchor)<0;lr[Zr]=new Jc(ms?ma:mi,ms?mi:ma)}else lr[Zr]=new Jc(mi,mi)}return new Fd(lr,$e.sel.primIndex)}function kp($e){$e.doc.mode=Fo($e.options,$e.doc.modeOption),tf($e)}function tf($e){$e.doc.iter(function(er){er.stateAfter&&(er.stateAfter=null),er.styles&&(er.styles=null)}),$e.doc.modeFrontier=$e.doc.highlightFrontier=$e.doc.first,Cl($e,100),$e.state.modeGen++,$e.curOp&&Ip($e)}function Kf($e,er){return er.from.ch==0&&er.to.ch==0&&Wr(er.text)==""&&(!$e.cm||$e.cm.options.wholeLineUpdateBefore)}function nm($e,er,ir,lr){function dr(gu){return ir?ir[gu]:null}function $r(gu,vs,pc){vi(gu,vs,pc,lr),rp(gu,"change",gu,er)}function Zr(gu,vs){for(var pc=[],vc=gu;vc<vs;++vc)pc.push(new Wn(ma[vc],dr(vc),lr));return pc}var Hn=er.from,mi=er.to,ma=er.text,io=Ul($e,Hn.line),ms=Ul($e,mi.line),gs=Wr(ma),Cs=dr(ma.length-1),Js=mi.line-Hn.line;if(er.full)$e.insert(0,Zr(0,ma.length)),$e.remove(ma.length,$e.size-ma.length);else if(Kf($e,er)){var Hl=Zr(0,ma.length-1);$r(ms,ms.text,Cs),Js&&$e.remove(Hn.line,Js),Hl.length&&$e.insert(Hn.line,Hl)}else if(io==ms)if(ma.length==1)$r(io,io.text.slice(0,Hn.ch)+gs+io.text.slice(mi.ch),Cs);else{var sl=Zr(1,ma.length-1);sl.push(new Wn(gs+io.text.slice(mi.ch),Cs,lr)),$r(io,io.text.slice(0,Hn.ch)+ma[0],dr(0)),$e.insert(Hn.line+1,sl)}else if(ma.length==1)$r(io,io.text.slice(0,Hn.ch)+ma[0]+ms.text.slice(mi.ch),dr(0)),$e.remove(Hn.line+1,Js);else{$r(io,io.text.slice(0,Hn.ch)+ma[0],dr(0)),$r(ms,gs+ms.text.slice(mi.ch),Cs);var pu=Zr(1,ma.length-1);Js>1&&$e.remove(Hn.line+1,Js-1),$e.insert(Hn.line+1,pu)}rp($e,"change",$e,er)}function Mp($e,er,ir){function lr(dr,$r,Zr){if(dr.linked)for(var Hn=0;Hn<dr.linked.length;++Hn){var mi=dr.linked[Hn];if(mi.doc!=$r){var ma=Zr&&mi.sharedHist;ir&&!ma||(er(mi.doc,ma),lr(mi.doc,dr,ma))}}}lr($e,null,!0)}function vp($e,er){if(er.cm)throw new Error("This document is already in use.");$e.doc=er,er.cm=$e,Dd($e),kp($e),Bm($e),$e.options.direction=er.direction,$e.options.lineWrapping||Yr($e),$e.options.mode=er.modeOption,Ip($e)}function Bm($e){($e.doc.direction=="rtl"?Er:tr)($e.display.lineDiv,"CodeMirror-rtl")}function im($e){bc($e,function(){Bm($e),Ip($e)})}function am($e){this.done=[],this.undone=[],this.undoDepth=$e?$e.undoDepth:1/0,this.lastModTime=this.lastSelTime=0,this.lastOp=this.lastSelOp=null,this.lastOrigin=this.lastSelOrigin=null,this.generation=this.maxGeneration=$e?$e.maxGeneration:1}function xf($e,er){var ir={from:od(er.from),to:jf(er),text:tc($e,er.from,er.to)};return _o($e,ir,er.from.line,er.to.line+1),Mp($e,function(lr){return _o(lr,ir,er.from.line,er.to.line+1)},!0),ir}function Fp($e){for(;$e.length;){var er=Wr($e);if(er.ranges)$e.pop();else break}}function Mn($e,er){if(er)return Fp($e.done),Wr($e.done);if($e.done.length&&!Wr($e.done).ranges)return Wr($e.done);if($e.done.length>1&&!$e.done[$e.done.length-2].ranges)return $e.done.pop(),Wr($e.done)}function ka($e,er,ir,lr){var dr=$e.history;dr.undone.length=0;var $r=+new Date,Zr,Hn;if((dr.lastOp==lr||dr.lastOrigin==er.origin&&er.origin&&(er.origin.charAt(0)=="+"&&dr.lastModTime>$r-($e.cm?$e.cm.options.historyEventDelay:500)||er.origin.charAt(0)=="*"))&&(Zr=Mn(dr,dr.lastOp==lr)))Hn=Wr(Zr.changes),Uu(er.from,er.to)==0&&Uu(er.from,Hn.to)==0?Hn.to=jf(er):Zr.changes.push(xf($e,er));else{var mi=Wr(dr.done);for((!mi||!mi.ranges)&&Ha($e.sel,dr.done),Zr={changes:[xf($e,er)],generation:dr.generation},dr.done.push(Zr);dr.done.length>dr.undoDepth;)dr.done.shift(),dr.done[0].ranges||dr.done.shift()}dr.done.push(ir),dr.generation=++dr.maxGeneration,dr.lastModTime=dr.lastSelTime=$r,dr.lastOp=dr.lastSelOp=lr,dr.lastOrigin=dr.lastSelOrigin=er.origin,Hn||Ns($e,"historyAdded")}function xa($e,er,ir,lr){var dr=er.charAt(0);return dr=="*"||dr=="+"&&ir.ranges.length==lr.ranges.length&&ir.somethingSelected()==lr.somethingSelected()&&new Date-$e.history.lastSelTime<=($e.cm?$e.cm.options.historyEventDelay:500)}function Na($e,er,ir,lr){var dr=$e.history,$r=lr&&lr.origin;ir==dr.lastSelOp||$r&&dr.lastSelOrigin==$r&&(dr.lastModTime==dr.lastSelTime&&dr.lastOrigin==$r||xa($e,$r,Wr(dr.done),er))?dr.done[dr.done.length-1]=er:Ha(er,dr.done),dr.lastSelTime=+new Date,dr.lastSelOrigin=$r,dr.lastSelOp=ir,lr&&lr.clearRedo!==!1&&Fp(dr.undone)}function Ha($e,er){var ir=Wr(er);ir&&ir.ranges&&ir.equals($e)||er.push($e)}function _o($e,er,ir,lr){var dr=er["spans_"+$e.id],$r=0;$e.iter(Math.max($e.first,ir),Math.min($e.first+$e.size,lr),function(Zr){Zr.markedSpans&&((dr||(dr=er["spans_"+$e.id]={}))[$r]=Zr.markedSpans),++$r})}function ro($e){if(!$e)return null;for(var er,ir=0;ir<$e.length;++ir)$e[ir].marker.explicitlyCleared?er||(er=$e.slice(0,ir)):er&&er.push($e[ir]);return er?er.length?er:null:$e}function vo($e,er){var ir=er["spans_"+$e.id];if(!ir)return null;for(var lr=[],dr=0;dr<er.text.length;++dr)lr.push(ro(ir[dr]));return lr}function za($e,er){var ir=vo($e,er),lr=um($e,er);if(!ir)return lr;if(!lr)return ir;for(var dr=0;dr<ir.length;++dr){var $r=ir[dr],Zr=lr[dr];if($r&&Zr)e:for(var Hn=0;Hn<Zr.length;++Hn){for(var mi=Zr[Hn],ma=0;ma<$r.length;++ma)if($r[ma].marker==mi.marker)continue e;$r.push(mi)}else Zr&&(ir[dr]=Zr)}return ir}function fo($e,er,ir){for(var lr=[],dr=0;dr<$e.length;++dr){var $r=$e[dr];if($r.ranges){lr.push(ir?Fd.prototype.deepCopy.call($r):$r);continue}var Zr=$r.changes,Hn=[];lr.push({changes:Hn});for(var mi=0;mi<Zr.length;++mi){var ma=Zr[mi],io=void 0;if(Hn.push({from:ma.from,to:ma.to,text:ma.text}),er)for(var ms in ma)(io=ms.match(/^spans_(\d+)$/))&&Vr(er,Number(io[1]))>-1&&(Wr(Hn)[ms]=ma[ms],delete ma[ms])}}return lr}function zn($e,er,ir,lr){if(lr){var dr=$e.anchor;if(ir){var $r=Uu(er,dr)<0;$r!=Uu(ir,dr)<0?(dr=er,er=ir):$r!=Uu(er,ir)<0&&(er=ir)}return new Jc(dr,er)}else return new Jc(ir||er,er)}function Sn($e,er,ir,lr,dr){dr==null&&(dr=$e.cm&&($e.cm.display.shift||$e.extend)),as($e,new Fd([zn($e.sel.primary(),er,ir,dr)],0),lr)}function Ia($e,er,ir){for(var lr=[],dr=$e.cm&&($e.cm.display.shift||$e.extend),$r=0;$r<$e.sel.ranges.length;$r++)lr[$r]=zn($e.sel.ranges[$r],er[$r],null,dr);var Zr=Ud($e.cm,lr,$e.sel.primIndex);as($e,Zr,ir)}function fa($e,er,ir,lr){var dr=$e.sel.ranges.slice(0);dr[er]=ir,as($e,Ud($e.cm,dr,$e.sel.primIndex),lr)}function Io($e,er,ir,lr){as($e,Dp(er,ir),lr)}function xo($e,er,ir){var lr={ranges:er.ranges,update:function(dr){this.ranges=[];for(var $r=0;$r<dr.length;$r++)this.ranges[$r]=new Jc(Oc($e,dr[$r].anchor),Oc($e,dr[$r].head))},origin:ir&&ir.origin};return Ns($e,"beforeSelectionChange",$e,lr),$e.cm&&Ns($e.cm,"beforeSelectionChange",$e.cm,lr),lr.ranges!=er.ranges?Ud($e.cm,lr.ranges,lr.ranges.length-1):er}function ss($e,er,ir){var lr=$e.history.done,dr=Wr(lr);dr&&dr.ranges?(lr[lr.length-1]=er,No($e,er,ir)):as($e,er,ir)}function as($e,er,ir){No($e,er,ir),Na($e,$e.sel,$e.cm?$e.cm.curOp.id:NaN,ir)}function No($e,er,ir){(Bl($e,"beforeSelectionChange")||$e.cm&&Bl($e.cm,"beforeSelectionChange"))&&(er=xo($e,er,ir));var lr=ir&&ir.bias||(Uu(er.primary().head,$e.sel.primary().head)<0?-1:1);js($e,nl($e,er,lr,!0)),!(ir&&ir.scroll===!1)&&$e.cm&&$e.cm.getOption("readOnly")!="nocursor"&&ds($e.cm)}function js($e,er){er.equals($e.sel)||($e.sel=er,$e.cm&&($e.cm.curOp.updateInput=1,$e.cm.curOp.selectionChanged=!0,vl($e.cm)),rp($e,"cursorActivity",$e))}function zs($e){js($e,nl($e,$e.sel,null,!1))}function nl($e,er,ir,lr){for(var dr,$r=0;$r<er.ranges.length;$r++){var Zr=er.ranges[$r],Hn=er.ranges.length==$e.sel.ranges.length&&$e.sel.ranges[$r],mi=zu($e,Zr.anchor,Hn&&Hn.anchor,ir,lr),ma=Zr.head==Zr.anchor?mi:zu($e,Zr.head,Hn&&Hn.head,ir,lr);(dr||mi!=Zr.anchor||ma!=Zr.head)&&(dr||(dr=er.ranges.slice(0,$r)),dr[$r]=new Jc(mi,ma))}return dr?Ud($e.cm,dr,er.primIndex):er}function xu($e,er,ir,lr,dr){var $r=Ul($e,er.line);if($r.markedSpans)for(var Zr=0;Zr<$r.markedSpans.length;++Zr){var Hn=$r.markedSpans[Zr],mi=Hn.marker,ma="selectLeft"in mi?!mi.selectLeft:mi.inclusiveLeft,io="selectRight"in mi?!mi.selectRight:mi.inclusiveRight;if((Hn.from==null||(ma?Hn.from<=er.ch:Hn.from<er.ch))&&(Hn.to==null||(io?Hn.to>=er.ch:Hn.to>er.ch))){if(dr&&(Ns(mi,"beforeCursorEnter"),mi.explicitlyCleared))if($r.markedSpans){--Zr;continue}else break;if(!mi.atomic)continue;if(ir){var ms=mi.find(lr<0?1:-1),gs=void 0;if((lr<0?io:ma)&&(ms=cc($e,ms,-lr,ms&&ms.line==er.line?$r:null)),ms&&ms.line==er.line&&(gs=Uu(ms,ir))&&(lr<0?gs<0:gs>0))return xu($e,ms,er,lr,dr)}var Cs=mi.find(lr<0?-1:1);return(lr<0?ma:io)&&(Cs=cc($e,Cs,lr,Cs.line==er.line?$r:null)),Cs?xu($e,Cs,er,lr,dr):null}}return er}function zu($e,er,ir,lr,dr){var $r=lr||1,Zr=xu($e,er,ir,$r,dr)||!dr&&xu($e,er,ir,$r,!0)||xu($e,er,ir,-$r,dr)||!dr&&xu($e,er,ir,-$r,!0);return Zr||($e.cantEdit=!0,ml($e.first,0))}function cc($e,er,ir,lr){return ir<0&&er.ch==0?er.line>$e.first?Oc($e,ml(er.line-1)):null:ir>0&&er.ch==(lr||Ul($e,er.line)).text.length?er.line<$e.first+$e.size-1?ml(er.line+1,0):null:new ml(er.line,er.ch+ir)}function Mc($e){$e.setSelection(ml($e.firstLine(),0),ml($e.lastLine()),Tr)}function kc($e,er,ir){var lr={canceled:!1,from:er.from,to:er.to,text:er.text,origin:er.origin,cancel:function(){return lr.canceled=!0}};return ir&&(lr.update=function(dr,$r,Zr,Hn){dr&&(lr.from=Oc($e,dr)),$r&&(lr.to=Oc($e,$r)),Zr&&(lr.text=Zr),Hn!==void 0&&(lr.origin=Hn)}),Ns($e,"beforeChange",$e,lr),$e.cm&&Ns($e.cm,"beforeChange",$e.cm,lr),lr.canceled?($e.cm&&($e.cm.curOp.updateInput=2),null):{from:lr.from,to:lr.to,text:lr.text,origin:lr.origin}}function Fc($e,er,ir){if($e.cm){if(!$e.cm.curOp)return Tu($e.cm,Fc)($e,er,ir);if($e.cm.state.suppressEdits)return}if(!((Bl($e,"beforeChange")||$e.cm&&Bl($e.cm,"beforeChange"))&&(er=kc($e,er,!0),!er))){var lr=Uf&&!ir&&wm($e,er.from,er.to);if(lr)for(var dr=lr.length-1;dr>=0;--dr)Bc($e,{from:lr[dr].from,to:lr[dr].to,text:dr?[""]:er.text,origin:er.origin});else Bc($e,er)}}function Bc($e,er){if(!(er.text.length==1&&er.text[0]==""&&Uu(er.from,er.to)==0)){var ir=ef($e,er);ka($e,er,ir,$e.cm?$e.cm.curOp.id:NaN),hu($e,er,ir,um($e,er));var lr=[];Mp($e,function(dr,$r){!$r&&Vr(lr,dr.history)==-1&&(Gd(dr.history,er),lr.push(dr.history)),hu(dr,er,null,um(dr,er))})}}function Ic($e,er,ir){var lr=$e.cm&&$e.cm.state.suppressEdits;if(!(lr&&!ir)){for(var dr=$e.history,$r,Zr=$e.sel,Hn=er=="undo"?dr.done:dr.undone,mi=er=="undo"?dr.undone:dr.done,ma=0;ma<Hn.length&&($r=Hn[ma],!(ir?$r.ranges&&!$r.equals($e.sel):!$r.ranges));ma++);if(ma!=Hn.length){for(dr.lastOrigin=dr.lastSelOrigin=null;;)if($r=Hn.pop(),$r.ranges){if(Ha($r,mi),ir&&!$r.equals($e.sel)){as($e,$r,{clearRedo:!1});return}Zr=$r}else if(lr){Hn.push($r);return}else break;var io=[];Ha(Zr,mi),mi.push({changes:io,generation:dr.generation}),dr.generation=$r.generation||++dr.maxGeneration;for(var ms=Bl($e,"beforeChange")||$e.cm&&Bl($e.cm,"beforeChange"),gs=function(Hl){var sl=$r.changes[Hl];if(sl.origin=er,ms&&!kc($e,sl,!1))return Hn.length=0,{};io.push(xf($e,sl));var pu=Hl?ef($e,sl):Wr(Hn);hu($e,sl,pu,za($e,sl)),!Hl&&$e.cm&&$e.cm.scrollIntoView({from:sl.from,to:jf(sl)});var gu=[];Mp($e,function(vs,pc){!pc&&Vr(gu,vs.history)==-1&&(Gd(vs.history,sl),gu.push(vs.history)),hu(vs,sl,null,za(vs,sl))})},Cs=$r.changes.length-1;Cs>=0;--Cs){var Js=gs(Cs);if(Js)return Js.v}}}}function Bu($e,er){if(er!=0&&($e.first+=er,$e.sel=new Fd(Kr($e.sel.ranges,function(dr){return new Jc(ml(dr.anchor.line+er,dr.anchor.ch),ml(dr.head.line+er,dr.head.ch))}),$e.sel.primIndex),$e.cm)){Ip($e.cm,$e.first,$e.first-er,er);for(var ir=$e.cm.display,lr=ir.viewFrom;lr<ir.viewTo;lr++)rm($e.cm,lr,"gutter")}}function hu($e,er,ir,lr){if($e.cm&&!$e.cm.curOp)return Tu($e.cm,hu)($e,er,ir,lr);if(er.to.line<$e.first){Bu($e,er.text.length-1-(er.to.line-er.from.line));return}if(!(er.from.line>$e.lastLine())){if(er.from.line<$e.first){var dr=er.text.length-1-($e.first-er.from.line);Bu($e,dr),er={from:ml($e.first,0),to:ml(er.to.line+dr,er.to.ch),text:[Wr(er.text)],origin:er.origin}}var $r=$e.lastLine();er.to.line>$r&&(er={from:er.from,to:ml($r,Ul($e,$r).text.length),text:[er.text[0]],origin:er.origin}),er.removed=tc($e,er.from,er.to),ir||(ir=ef($e,er)),$e.cm?Pu($e.cm,er,lr):nm($e,er,lr),No($e,ir,Tr),$e.cantEdit&&zu($e,ml($e.firstLine(),0))&&($e.cantEdit=!1)}}function Pu($e,er,ir){var lr=$e.doc,dr=$e.display,$r=er.from,Zr=er.to,Hn=!1,mi=$r.line;$e.options.lineWrapping||(mi=In(Bd(Ul(lr,$r.line))),lr.iter(mi,Zr.line+1,function(Cs){if(Cs==dr.maxLine)return Hn=!0,!0})),lr.sel.contains(er.from,er.to)>-1&&vl($e),nm(lr,er,ir,Wh($e)),$e.options.lineWrapping||(lr.iter(mi,$r.line+er.text.length,function(Cs){var Js=Vf(Cs);Js>dr.maxLineLength&&(dr.maxLine=Cs,dr.maxLineLength=Js,dr.maxLineChanged=!0,Hn=!1)}),Hn&&($e.curOp.updateMaxLine=!0)),Cf(lr,$r.line),Cl($e,400);var ma=er.text.length-(Zr.line-$r.line)-1;er.full?Ip($e):$r.line==Zr.line&&er.text.length==1&&!Kf($e.doc,er)?rm($e,$r.line,"text"):Ip($e,$r.line,Zr.line+1,ma);var io=Bl($e,"changes"),ms=Bl($e,"change");if(ms||io){var gs={from:$r,to:Zr,text:er.text,removed:er.removed,origin:er.origin};ms&&rp($e,"change",$e,gs),io&&($e.curOp.changeObjs||($e.curOp.changeObjs=[])).push(gs)}$e.display.selForContextMenu=null}function fu($e,er,ir,lr,dr){var $r;lr||(lr=ir),Uu(lr,ir)<0&&($r=[lr,ir],ir=$r[0],lr=$r[1]),typeof er=="string"&&(er=$e.splitLines(er)),Fc($e,{from:ir,to:lr,text:er,origin:dr})}function pp($e,er,ir,lr){ir<$e.line?$e.line+=lr:er<$e.line&&($e.line=er,$e.ch=0)}function Rd($e,er,ir,lr){for(var dr=0;dr<$e.length;++dr){var $r=$e[dr],Zr=!0;if($r.ranges){$r.copied||($r=$e[dr]=$r.deepCopy(),$r.copied=!0);for(var Hn=0;Hn<$r.ranges.length;Hn++)pp($r.ranges[Hn].anchor,er,ir,lr),pp($r.ranges[Hn].head,er,ir,lr);continue}for(var mi=0;mi<$r.changes.length;++mi){var ma=$r.changes[mi];if(ir<ma.from.line)ma.from=ml(ma.from.line+lr,ma.from.ch),ma.to=ml(ma.to.line+lr,ma.to.ch);else if(er<=ma.to.line){Zr=!1;break}}Zr||($e.splice(0,dr+1),dr=0)}}function Gd($e,er){var ir=er.from.line,lr=er.to.line,dr=er.text.length-(lr-ir)-1;Rd($e.done,ir,lr,dr),Rd($e.undone,ir,lr,dr)}function Ed($e,er,ir,lr){var dr=er,$r=er;return typeof er=="number"?$r=Ul($e,lp($e,er)):dr=In(er),dr==null?null:(lr($r,dr)&&$e.cm&&rm($e.cm,dr,ir),$r)}function rd($e){this.lines=$e,this.parent=null;for(var er=0,ir=0;ir<$e.length;++ir)$e[ir].parent=this,er+=$e[ir].height;this.height=er}rd.prototype={chunkSize:function(){return this.lines.length},removeInner:function($e,er){for(var ir=$e,lr=$e+er;ir<lr;++ir){var dr=this.lines[ir];this.height-=dr.height,Du(dr),rp(dr,"delete")}this.lines.splice($e,er)},collapse:function($e){$e.push.apply($e,this.lines)},insertInner:function($e,er,ir){this.height+=ir,this.lines=this.lines.slice(0,$e).concat(er).concat(this.lines.slice($e));for(var lr=0;lr<er.length;++lr)er[lr].parent=this},iterN:function($e,er,ir){for(var lr=$e+er;$e<lr;++$e)if(ir(this.lines[$e]))return!0}};function hc($e){this.children=$e;for(var er=0,ir=0,lr=0;lr<$e.length;++lr){var dr=$e[lr];er+=dr.chunkSize(),ir+=dr.height,dr.parent=this}this.size=er,this.height=ir,this.parent=null}hc.prototype={chunkSize:function(){return this.size},removeInner:function($e,er){this.size-=er;for(var ir=0;ir<this.children.length;++ir){var lr=this.children[ir],dr=lr.chunkSize();if($e<dr){var $r=Math.min(er,dr-$e),Zr=lr.height;if(lr.removeInner($e,$r),this.height-=Zr-lr.height,dr==$r&&(this.children.splice(ir--,1),lr.parent=null),(er-=$r)==0)break;$e=0}else $e-=dr}if(this.size-er<25&&(this.children.length>1||!(this.children[0]instanceof rd))){var Hn=[];this.collapse(Hn),this.children=[new rd(Hn)],this.children[0].parent=this}},collapse:function($e){for(var er=0;er<this.children.length;++er)this.children[er].collapse($e)},insertInner:function($e,er,ir){this.size+=er.length,this.height+=ir;for(var lr=0;lr<this.children.length;++lr){var dr=this.children[lr],$r=dr.chunkSize();if($e<=$r){if(dr.insertInner($e,er,ir),dr.lines&&dr.lines.length>50){for(var Zr=dr.lines.length%25+25,Hn=Zr;Hn<dr.lines.length;){var mi=new rd(dr.lines.slice(Hn,Hn+=25));dr.height-=mi.height,this.children.splice(++lr,0,mi),mi.parent=this}dr.lines=dr.lines.slice(0,Zr),this.maybeSpill()}break}$e-=$r}},maybeSpill:function(){if(!(this.children.length<=10)){var $e=this;do{var er=$e.children.splice($e.children.length-5,5),ir=new hc(er);if($e.parent){$e.size-=ir.size,$e.height-=ir.height;var dr=Vr($e.parent.children,$e);$e.parent.children.splice(dr+1,0,ir)}else{var lr=new hc($e.children);lr.parent=$e,$e.children=[lr,ir],$e=lr}ir.parent=$e.parent}while($e.children.length>10);$e.parent.maybeSpill()}},iterN:function($e,er,ir){for(var lr=0;lr<this.children.length;++lr){var dr=this.children[lr],$r=dr.chunkSize();if($e<$r){var Zr=Math.min(er,$r-$e);if(dr.iterN($e,Zr,ir))return!0;if((er-=Zr)==0)break;$e=0}else $e-=$r}}};var Vc=function($e,er,ir){if(ir)for(var lr in ir)ir.hasOwnProperty(lr)&&(this[lr]=ir[lr]);this.doc=$e,this.node=er};Vc.prototype.clear=function(){var $e=this.doc.cm,er=this.line.widgets,ir=this.line,lr=In(ir);if(!(lr==null||!er)){for(var dr=0;dr<er.length;++dr)er[dr]==this&&er.splice(dr--,1);er.length||(ir.widgets=null);var $r=$p(this);Ku(ir,Math.max(0,ir.height-$r)),$e&&(bc($e,function(){Hc($e,ir,-$r),rm($e,lr,"widget")}),rp($e,"lineWidgetCleared",$e,this,lr))}},Vc.prototype.changed=function(){var $e=this,er=this.height,ir=this.doc.cm,lr=this.line;this.height=null;var dr=$p(this)-er;dr&&(ep(this.doc,lr)||Ku(lr,lr.height+dr),ir&&bc(ir,function(){ir.curOp.forceUpdate=!0,Hc(ir,lr,dr),rp(ir,"lineWidgetChanged",ir,$e,In(lr))}))},Au(Vc);function Hc($e,er,ir){Lp(er)<($e.curOp&&$e.curOp.scrollTop||$e.doc.scrollTop)&&Ts($e,ir)}function Yc($e,er,ir,lr){var dr=new Vc($e,ir,lr),$r=$e.cm;return $r&&dr.noHScroll&&($r.display.alignWidgets=!0),Ed($e,er,"widget",function(Zr){var Hn=Zr.widgets||(Zr.widgets=[]);if(dr.insertAt==null?Hn.push(dr):Hn.splice(Math.min(Hn.length,Math.max(0,dr.insertAt)),0,dr),dr.line=Zr,$r&&!ep($e,Zr)){var mi=Lp(Zr)<$e.scrollTop;Ku(Zr,Zr.height+$p(dr)),mi&&Ts($r,dr.height),$r.curOp.forceUpdate=!0}return!0}),$r&&rp($r,"lineWidgetAdded",$r,dr,typeof er=="number"?er:In(er)),dr}var Zs=0,Dl=function($e,er){this.lines=[],this.type=er,this.doc=$e,this.id=++Zs};Dl.prototype.clear=function(){if(!this.explicitlyCleared){var $e=this.doc.cm,er=$e&&!$e.curOp;if(er&&_u($e),Bl(this,"clear")){var ir=this.find();ir&&rp(this,"clear",ir.from,ir.to)}for(var lr=null,dr=null,$r=0;$r<this.lines.length;++$r){var Zr=this.lines[$r],Hn=Qf(Zr.markedSpans,this);$e&&!this.collapsed?rm($e,In(Zr),"text"):$e&&(Hn.to!=null&&(dr=In(Zr)),Hn.from!=null&&(lr=In(Zr))),Zr.markedSpans=Of(Zr.markedSpans,Hn),Hn.from==null&&this.collapsed&&!ep(this.doc,Zr)&&$e&&Ku(Zr,_f($e.display))}if($e&&this.collapsed&&!$e.options.lineWrapping)for(var mi=0;mi<this.lines.length;++mi){var ma=Bd(this.lines[mi]),io=Vf(ma);io>$e.display.maxLineLength&&($e.display.maxLine=ma,$e.display.maxLineLength=io,$e.display.maxLineChanged=!0)}lr!=null&&$e&&this.collapsed&&Ip($e,lr,dr+1),this.lines.length=0,this.explicitlyCleared=!0,this.atomic&&this.doc.cantEdit&&(this.doc.cantEdit=!1,$e&&zs($e.doc)),$e&&rp($e,"markerCleared",$e,this,lr,dr),er&&Cu($e),this.parent&&this.parent.clear()}},Dl.prototype.find=function($e,er){$e==null&&this.type=="bookmark"&&($e=1);for(var ir,lr,dr=0;dr<this.lines.length;++dr){var $r=this.lines[dr],Zr=Qf($r.markedSpans,this);if(Zr.from!=null&&(ir=ml(er?$r:In($r),Zr.from),$e==-1))return ir;if(Zr.to!=null&&(lr=ml(er?$r:In($r),Zr.to),$e==1))return lr}return ir&&{from:ir,to:lr}},Dl.prototype.changed=function(){var $e=this,er=this.find(-1,!0),ir=this,lr=this.doc.cm;!er||!lr||bc(lr,function(){var dr=er.line,$r=In(er.line),Zr=ih(lr,$r);if(Zr&&(Ph(Zr),lr.curOp.selectionChanged=lr.curOp.forceUpdate=!0),lr.curOp.updateMaxLine=!0,!ep(ir.doc,dr)&&ir.height!=null){var Hn=ir.height;ir.height=null;var mi=$p(ir)-Hn;mi&&Ku(dr,dr.height+mi)}rp(lr,"markerChanged",lr,$e)})},Dl.prototype.attachLine=function($e){if(!this.lines.length&&this.doc.cm){var er=this.doc.cm.curOp;(!er.maybeHiddenMarkers||Vr(er.maybeHiddenMarkers,this)==-1)&&(er.maybeUnhiddenMarkers||(er.maybeUnhiddenMarkers=[])).push(this)}this.lines.push($e)},Dl.prototype.detachLine=function($e){if(this.lines.splice(Vr(this.lines,$e),1),!this.lines.length&&this.doc.cm){var er=this.doc.cm.curOp;(er.maybeHiddenMarkers||(er.maybeHiddenMarkers=[])).push(this)}},Au(Dl);function Zl($e,er,ir,lr,dr){if(lr&&lr.shared)return Ys($e,er,ir,lr,dr);if($e.cm&&!$e.cm.curOp)return Tu($e.cm,Zl)($e,er,ir,lr,dr);var $r=new Dl($e,dr),Zr=Uu(er,ir);if(lr&&gr(lr,$r,!1),Zr>0||Zr==0&&$r.clearWhenEmpty!==!1)return $r;if($r.replacedWith&&($r.collapsed=!0,$r.widgetNode=ur("span",[$r.replacedWith],"CodeMirror-widget"),lr.handleMouseEvents||$r.widgetNode.setAttribute("cm-ignore-events","true"),lr.insertLeft&&($r.widgetNode.insertLeft=!0)),$r.collapsed){if(Nm($e,er.line,er,ir,$r)||er.line!=ir.line&&Nm($e,ir.line,er,ir,$r))throw new Error("Inserting collapsed marker partially overlapping an existing one");Tm()}$r.addToHistory&&ka($e,{from:er,to:ir,origin:"markText"},$e.sel,NaN);var Hn=er.line,mi=$e.cm,ma;if($e.iter(Hn,ir.line+1,function(ms){mi&&$r.collapsed&&!mi.options.lineWrapping&&Bd(ms)==mi.display.maxLine&&(ma=!0),$r.collapsed&&Hn!=er.line&&Ku(ms,0),Zm(ms,new Xp($r,Hn==er.line?er.ch:null,Hn==ir.line?ir.ch:null),$e.cm&&$e.cm.curOp),++Hn}),$r.collapsed&&$e.iter(er.line,ir.line+1,function(ms){ep($e,ms)&&Ku(ms,0)}),$r.clearOnEnter&&Hi($r,"beforeCursorEnter",function(){return $r.clear()}),$r.readOnly&&(lm(),($e.history.done.length||$e.history.undone.length)&&$e.clearHistory()),$r.collapsed&&($r.id=++Zs,$r.atomic=!0),mi){if(ma&&(mi.curOp.updateMaxLine=!0),$r.collapsed)Ip(mi,er.line,ir.line+1);else if($r.className||$r.startStyle||$r.endStyle||$r.css||$r.attributes||$r.title)for(var io=er.line;io<=ir.line;io++)rm(mi,io,"text");$r.atomic&&zs(mi.doc),rp(mi,"markerAdded",mi,$r)}return $r}var Wu=function($e,er){this.markers=$e,this.primary=er;for(var ir=0;ir<$e.length;++ir)$e[ir].parent=this};Wu.prototype.clear=function(){if(!this.explicitlyCleared){this.explicitlyCleared=!0;for(var $e=0;$e<this.markers.length;++$e)this.markers[$e].clear();rp(this,"clear")}},Wu.prototype.find=function($e,er){return this.primary.find($e,er)},Au(Wu);function Ys($e,er,ir,lr,dr){lr=gr(lr),lr.shared=!1;var $r=[Zl($e,er,ir,lr,dr)],Zr=$r[0],Hn=lr.widgetNode;return Mp($e,function(mi){Hn&&(lr.widgetNode=Hn.cloneNode(!0)),$r.push(Zl(mi,Oc(mi,er),Oc(mi,ir),lr,dr));for(var ma=0;ma<mi.linked.length;++ma)if(mi.linked[ma].isParent)return;Zr=Wr($r)}),new Wu($r,Zr)}function wc($e){return $e.findMarks(ml($e.first,0),$e.clipPos(ml($e.lastLine())),function(er){return er.parent})}function mc($e,er){for(var ir=0;ir<er.length;ir++){var lr=er[ir],dr=lr.find(),$r=$e.clipPos(dr.from),Zr=$e.clipPos(dr.to);if(Uu($r,Zr)){var Hn=Zl($e,$r,Zr,lr.primary,lr.primary.type);lr.markers.push(Hn),Hn.parent=lr}}}function Bp($e){for(var er=function(lr){var dr=$e[lr],$r=[dr.primary.doc];Mp(dr.primary.doc,function(mi){return $r.push(mi)});for(var Zr=0;Zr<dr.markers.length;Zr++){var Hn=dr.markers[Zr];Vr($r,Hn.doc)==-1&&(Hn.parent=null,dr.markers.splice(Zr--,1))}},ir=0;ir<$e.length;ir++)er(ir)}var sp=0,Yd=function($e,er,ir,lr,dr){if(!(this instanceof Yd))return new Yd($e,er,ir,lr,dr);ir==null&&(ir=0),hc.call(this,[new rd([new Wn("",null)])]),this.first=ir,this.scrollTop=this.scrollLeft=0,this.cantEdit=!1,this.cleanGeneration=1,this.modeFrontier=this.highlightFrontier=ir;var $r=ml(ir,0);this.sel=Dp($r),this.history=new am(null),this.id=++sp,this.modeOption=er,this.lineSep=lr,this.direction=dr=="rtl"?"rtl":"ltr",this.extend=!1,typeof $e=="string"&&($e=this.splitLines($e)),nm(this,{from:$r,to:$r,text:$e}),as(this,Dp($r),Tr)};Yd.prototype=Qr(hc.prototype,{constructor:Yd,iter:function($e,er,ir){ir?this.iterN($e-this.first,er-$e,ir):this.iterN(this.first,this.first+this.size,$e)},insert:function($e,er){for(var ir=0,lr=0;lr<er.length;++lr)ir+=er[lr].height;this.insertInner($e-this.first,er,ir)},remove:function($e,er){this.removeInner($e-this.first,er)},getValue:function($e){var er=Fu(this,this.first,this.first+this.size);return $e===!1?er:er.join($e||this.lineSeparator())},setValue:Ru(function($e){var er=ml(this.first,0),ir=this.first+this.size-1;Fc(this,{from:er,to:ml(ir,Ul(this,ir).text.length),text:this.splitLines($e),origin:"setValue",full:!0},!0),this.cm&&ks(this.cm,0,0),as(this,Dp(er),Tr)}),replaceRange:function($e,er,ir,lr){er=Oc(this,er),ir=ir?Oc(this,ir):er,fu(this,$e,er,ir,lr)},getRange:function($e,er,ir){var lr=tc(this,Oc(this,$e),Oc(this,er));return ir===!1?lr:ir===""?lr.join(""):lr.join(ir||this.lineSeparator())},getLine:function($e){var er=this.getLineHandle($e);return er&&er.text},getLineHandle:function($e){if(Vl(this,$e))return Ul(this,$e)},getLineNumber:function($e){return In($e)},getLineHandleVisualStart:function($e){return typeof $e=="number"&&($e=Ul(this,$e)),Bd($e)},lineCount:function(){return this.size},firstLine:function(){return this.first},lastLine:function(){return this.first+this.size-1},clipPos:function($e){return Oc(this,$e)},getCursor:function($e){var er=this.sel.primary(),ir;return $e==null||$e=="head"?ir=er.head:$e=="anchor"?ir=er.anchor:$e=="end"||$e=="to"||$e===!1?ir=er.to():ir=er.from(),ir},listSelections:function(){return this.sel.ranges},somethingSelected:function(){return this.sel.somethingSelected()},setCursor:Ru(function($e,er,ir){Io(this,Oc(this,typeof $e=="number"?ml($e,er||0):$e),null,ir)}),setSelection:Ru(function($e,er,ir){Io(this,Oc(this,$e),Oc(this,er||$e),ir)}),extendSelection:Ru(function($e,er,ir){Sn(this,Oc(this,$e),er&&Oc(this,er),ir)}),extendSelections:Ru(function($e,er){Ia(this,nd(this,$e),er)}),extendSelectionsBy:Ru(function($e,er){var ir=Kr(this.sel.ranges,$e);Ia(this,nd(this,ir),er)}),setSelections:Ru(function($e,er,ir){if($e.length){for(var lr=[],dr=0;dr<$e.length;dr++)lr[dr]=new Jc(Oc(this,$e[dr].anchor),Oc(this,$e[dr].head||$e[dr].anchor));er==null&&(er=Math.min($e.length-1,this.sel.primIndex)),as(this,Ud(this.cm,lr,er),ir)}}),addSelection:Ru(function($e,er,ir){var lr=this.sel.ranges.slice(0);lr.push(new Jc(Oc(this,$e),Oc(this,er||$e))),as(this,Ud(this.cm,lr,lr.length-1),ir)}),getSelection:function($e){for(var er=this.sel.ranges,ir,lr=0;lr<er.length;lr++){var dr=tc(this,er[lr].from(),er[lr].to());ir=ir?ir.concat(dr):dr}return $e===!1?ir:ir.join($e||this.lineSeparator())},getSelections:function($e){for(var er=[],ir=this.sel.ranges,lr=0;lr<ir.length;lr++){var dr=tc(this,ir[lr].from(),ir[lr].to());$e!==!1&&(dr=dr.join($e||this.lineSeparator())),er[lr]=dr}return er},replaceSelection:function($e,er,ir){for(var lr=[],dr=0;dr<this.sel.ranges.length;dr++)lr[dr]=$e;this.replaceSelections(lr,er,ir||"+input")},replaceSelections:Ru(function($e,er,ir){for(var lr=[],dr=this.sel,$r=0;$r<dr.ranges.length;$r++){var Zr=dr.ranges[$r];lr[$r]={from:Zr.from(),to:Zr.to(),text:this.splitLines($e[$r]),origin:ir}}for(var Hn=er&&er!="end"&&Em(this,lr,er),mi=lr.length-1;mi>=0;mi--)Fc(this,lr[mi]);Hn?ss(this,Hn):this.cm&&ds(this.cm)}),undo:Ru(function(){Ic(this,"undo")}),redo:Ru(function(){Ic(this,"redo")}),undoSelection:Ru(function(){Ic(this,"undo",!0)}),redoSelection:Ru(function(){Ic(this,"redo",!0)}),setExtending:function($e){this.extend=$e},getExtending:function(){return this.extend},historySize:function(){for(var $e=this.history,er=0,ir=0,lr=0;lr<$e.done.length;lr++)$e.done[lr].ranges||++er;for(var dr=0;dr<$e.undone.length;dr++)$e.undone[dr].ranges||++ir;return{undo:er,redo:ir}},clearHistory:function(){var $e=this;this.history=new am(this.history),Mp(this,function(er){return er.history=$e.history},!0)},markClean:function(){this.cleanGeneration=this.changeGeneration(!0)},changeGeneration:function($e){return $e&&(this.history.lastOp=this.history.lastSelOp=this.history.lastOrigin=null),this.history.generation},isClean:function($e){return this.history.generation==($e||this.cleanGeneration)},getHistory:function(){return{done:fo(this.history.done),undone:fo(this.history.undone)}},setHistory:function($e){var er=this.history=new am(this.history);er.done=fo($e.done.slice(0),null,!0),er.undone=fo($e.undone.slice(0),null,!0)},setGutterMarker:Ru(function($e,er,ir){return Ed(this,$e,"gutter",function(lr){var dr=lr.gutterMarkers||(lr.gutterMarkers={});return dr[er]=ir,!ir&&Go(dr)&&(lr.gutterMarkers=null),!0})}),clearGutter:Ru(function($e){var er=this;this.iter(function(ir){ir.gutterMarkers&&ir.gutterMarkers[$e]&&Ed(er,ir,"gutter",function(){return ir.gutterMarkers[$e]=null,Go(ir.gutterMarkers)&&(ir.gutterMarkers=null),!0})})}),lineInfo:function($e){var er;if(typeof $e=="number"){if(!Vl(this,$e)||(er=$e,$e=Ul(this,$e),!$e))return null}else if(er=In($e),er==null)return null;return{line:er,handle:$e,text:$e.text,gutterMarkers:$e.gutterMarkers,textClass:$e.textClass,bgClass:$e.bgClass,wrapClass:$e.wrapClass,widgets:$e.widgets}},addLineClass:Ru(function($e,er,ir){return Ed(this,$e,er=="gutter"?"gutter":"class",function(lr){var dr=er=="text"?"textClass":er=="background"?"bgClass":er=="gutter"?"gutterClass":"wrapClass";if(!lr[dr])lr[dr]=ir;else{if(jt(ir).test(lr[dr]))return!1;lr[dr]+=" "+ir}return!0})}),removeLineClass:Ru(function($e,er,ir){return Ed(this,$e,er=="gutter"?"gutter":"class",function(lr){var dr=er=="text"?"textClass":er=="background"?"bgClass":er=="gutter"?"gutterClass":"wrapClass",$r=lr[dr];if($r)if(ir==null)lr[dr]=null;else{var Zr=$r.match(jt(ir));if(!Zr)return!1;var Hn=Zr.index+Zr[0].length;lr[dr]=$r.slice(0,Zr.index)+(!Zr.index||Hn==$r.length?"":" ")+$r.slice(Hn)||null}else return!1;return!0})}),addLineWidget:Ru(function($e,er,ir){return Yc(this,$e,er,ir)}),removeLineWidget:function($e){$e.clear()},markText:function($e,er,ir){return Zl(this,Oc(this,$e),Oc(this,er),ir,ir&&ir.type||"range")},setBookmark:function($e,er){var ir={replacedWith:er&&(er.nodeType==null?er.widget:er),insertLeft:er&&er.insertLeft,clearWhenEmpty:!1,shared:er&&er.shared,handleMouseEvents:er&&er.handleMouseEvents};return $e=Oc(this,$e),Zl(this,$e,$e,ir,"bookmark")},findMarksAt:function($e){$e=Oc(this,$e);var er=[],ir=Ul(this,$e.line).markedSpans;if(ir)for(var lr=0;lr<ir.length;++lr){var dr=ir[lr];(dr.from==null||dr.from<=$e.ch)&&(dr.to==null||dr.to>=$e.ch)&&er.push(dr.marker.parent||dr.marker)}return er},findMarks:function($e,er,ir){$e=Oc(this,$e),er=Oc(this,er);var lr=[],dr=$e.line;return this.iter($e.line,er.line+1,function($r){var Zr=$r.markedSpans;if(Zr)for(var Hn=0;Hn<Zr.length;Hn++){var mi=Zr[Hn];!(mi.to!=null&&dr==$e.line&&$e.ch>=mi.to||mi.from==null&&dr!=$e.line||mi.from!=null&&dr==er.line&&mi.from>=er.ch)&&(!ir||ir(mi.marker))&&lr.push(mi.marker.parent||mi.marker)}++dr}),lr},getAllMarks:function(){var $e=[];return this.iter(function(er){var ir=er.markedSpans;if(ir)for(var lr=0;lr<ir.length;++lr)ir[lr].from!=null&&$e.push(ir[lr].marker)}),$e},posFromIndex:function($e){var er,ir=this.first,lr=this.lineSeparator().length;return this.iter(function(dr){var $r=dr.text.length+lr;if($r>$e)return er=$e,!0;$e-=$r,++ir}),Oc(this,ml(ir,er))},indexFromPos:function($e){$e=Oc(this,$e);var er=$e.ch;if($e.line<this.first||$e.ch<0)return 0;var ir=this.lineSeparator().length;return this.iter(this.first,$e.line,function(lr){er+=lr.text.length+ir}),er},copy:function($e){var er=new Yd(Fu(this,this.first,this.first+this.size),this.modeOption,this.first,this.lineSep,this.direction);return er.scrollTop=this.scrollTop,er.scrollLeft=this.scrollLeft,er.sel=this.sel,er.extend=!1,$e&&(er.history.undoDepth=this.history.undoDepth,er.setHistory(this.getHistory())),er},linkedDoc:function($e){$e||($e={});var er=this.first,ir=this.first+this.size;$e.from!=null&&$e.from>er&&(er=$e.from),$e.to!=null&&$e.to<ir&&(ir=$e.to);var lr=new Yd(Fu(this,er,ir),$e.mode||this.modeOption,er,this.lineSep,this.direction);return $e.sharedHist&&(lr.history=this.history),(this.linked||(this.linked=[])).push({doc:lr,sharedHist:$e.sharedHist}),lr.linked=[{doc:this,isParent:!0,sharedHist:$e.sharedHist}],mc(lr,wc(this)),lr},unlinkDoc:function($e){if($e instanceof ys&&($e=$e.doc),this.linked)for(var er=0;er<this.linked.length;++er){var ir=this.linked[er];if(ir.doc==$e){this.linked.splice(er,1),$e.unlinkDoc(this),Bp(wc(this));break}}if($e.history==this.history){var lr=[$e.id];Mp($e,function(dr){return lr.push(dr.id)},!0),$e.history=new am(null),$e.history.done=fo(this.history.done,lr),$e.history.undone=fo(this.history.undone,lr)}},iterLinkedDocs:function($e){Mp(this,$e)},getMode:function(){return this.mode},getEditor:function(){return this.cm},splitLines:function($e){return this.lineSep?$e.split(this.lineSep):Lr($e)},lineSeparator:function(){return this.lineSep||`
`},setDirection:Ru(function($e){$e!="rtl"&&($e="ltr"),$e!=this.direction&&(this.direction=$e,this.iter(function(er){return er.order=null}),this.cm&&im(this.cm))})}),Yd.prototype.eachLine=Yd.prototype.iter;var Nf=0;function rf($e){var er=this;if(fp(er),!(cs(er,$e)||Qp(er.display,$e))){xs($e),V&&(Nf=+new Date);var ir=qp(er,$e,!0),lr=$e.dataTransfer.files;if(!(!ir||er.isReadOnly()))if(lr&&lr.length&&window.FileReader&&window.File)for(var dr=lr.length,$r=Array(dr),Zr=0,Hn=function(){++Zr==dr&&Tu(er,function(){ir=Oc(er.doc,ir);var Cs={from:ir,to:ir,text:er.doc.splitLines($r.filter(function(Js){return Js!=null}).join(er.doc.lineSeparator())),origin:"paste"};Fc(er.doc,Cs),ss(er.doc,Dp(Oc(er.doc,ir),Oc(er.doc,jf(Cs))))})()},mi=function(Cs,Js){if(er.options.allowDropFileTypes&&Vr(er.options.allowDropFileTypes,Cs.type)==-1){Hn();return}var Hl=new FileReader;Hl.onerror=function(){return Hn()},Hl.onload=function(){var sl=Hl.result;if(/[\x00-\x08\x0e-\x1f]{2}/.test(sl)){Hn();return}$r[Js]=sl,Hn()},Hl.readAsText(Cs)},ma=0;ma<lr.length;ma++)mi(lr[ma],ma);else{if(er.state.draggingText&&er.doc.sel.contains(ir)>-1){er.state.draggingText($e),setTimeout(function(){return er.display.input.focus()},20);return}try{var io=$e.dataTransfer.getData("Text");if(io){var ms;if(er.state.draggingText&&!er.state.draggingText.copy&&(ms=er.listSelections()),No(er.doc,Dp(ir,ir)),ms)for(var gs=0;gs<ms.length;++gs)fu(er.doc,"",ms[gs].anchor,ms[gs].head,"drag");er.replaceSelection(io,"around","paste"),er.display.input.focus()}}catch{}}}}function bp($e,er){if(V&&(!$e.state.draggingText||+new Date-Nf<100)){Pc(er);return}if(!(cs($e,er)||Qp($e.display,er))&&(er.dataTransfer.setData("Text",$e.getSelection()),er.dataTransfer.effectAllowed="copyMove",er.dataTransfer.setDragImage&&!pe)){var ir=nr("img",null,null,"position: fixed; left: 0; top: 0;");ir.src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",de&&(ir.width=ir.height=1,$e.display.wrapper.appendChild(ir),ir._top=ir.offsetTop),er.dataTransfer.setDragImage(ir,0,0),de&&ir.parentNode.removeChild(ir)}}function Zc($e,er){var ir=qp($e,er);if(ir){var lr=document.createDocumentFragment();bm($e,ir,lr),$e.display.dragCursor||($e.display.dragCursor=nr("div",null,"CodeMirror-cursors CodeMirror-dragcursors"),$e.display.lineSpace.insertBefore($e.display.dragCursor,$e.display.cursorDiv)),ar($e.display.dragCursor,lr)}}function fp($e){$e.display.dragCursor&&($e.display.lineSpace.removeChild($e.display.dragCursor),$e.display.dragCursor=null)}function Sp($e){if(document.getElementsByClassName){for(var er=document.getElementsByClassName("CodeMirror"),ir=[],lr=0;lr<er.length;lr++){var dr=er[lr].CodeMirror;dr&&ir.push(dr)}ir.length&&ir[0].operation(function(){for(var $r=0;$r<ir.length;$r++)$e(ir[$r])})}}var yp=!1;function Qh(){yp||(i0(),yp=!0)}function i0(){var $e;Hi(window,"resize",function(){$e==null&&($e=setTimeout(function(){$e=null,Sp(m0)},100))}),Hi(window,"blur",function(){return Sp(Ao)})}function m0($e){var er=$e.display;er.cachedCharWidth=er.cachedTextHeight=er.cachedPaddingH=null,er.scrollbarsClipped=!1,$e.setSize()}for(var Kp={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"},Jh=0;Jh<10;Jh++)Kp[Jh+48]=Kp[Jh+96]=String(Jh);for(var $h=65;$h<=90;$h++)Kp[$h]=String.fromCharCode($h);for(var jh=1;jh<=12;jh++)Kp[jh+111]=Kp[jh+63235]="F"+jh;var Wm={};Wm.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"},Wm.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"},Wm.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"},Wm.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"]},Wm.default=Fe?Wm.macDefault:Wm.pcDefault;function d0($e){var er=$e.split(/-(?!$)/);$e=er[er.length-1];for(var ir,lr,dr,$r,Zr=0;Zr<er.length-1;Zr++){var Hn=er[Zr];if(/^(cmd|meta|m)$/i.test(Hn))$r=!0;else if(/^a(lt)?$/i.test(Hn))ir=!0;else if(/^(c|ctrl|control)$/i.test(Hn))lr=!0;else if(/^s(hift)?$/i.test(Hn))dr=!0;else throw new Error("Unrecognized modifier name: "+Hn)}return ir&&($e="Alt-"+$e),lr&&($e="Ctrl-"+$e),$r&&($e="Cmd-"+$e),dr&&($e="Shift-"+$e),$e}function om($e){var er={};for(var ir in $e)if($e.hasOwnProperty(ir)){var lr=$e[ir];if(/^(name|fallthrough|(de|at)tach)$/.test(ir))continue;if(lr=="..."){delete $e[ir];continue}for(var dr=Kr(ir.split(" "),d0),$r=0;$r<dr.length;$r++){var Zr=void 0,Hn=void 0;$r==dr.length-1?(Hn=dr.join(" "),Zr=lr):(Hn=dr.slice(0,$r+1).join(" "),Zr="...");var mi=er[Hn];if(!mi)er[Hn]=Zr;else if(mi!=Zr)throw new Error("Inconsistent bindings for "+Hn)}delete $e[ir]}for(var ma in er)$e[ma]=er[ma];return $e}function nf($e,er,ir,lr){er=e0(er);var dr=er.call?er.call($e,lr):er[$e];if(dr===!1)return"nothing";if(dr==="...")return"multi";if(dr!=null&&ir(dr))return"handled";if(er.fallthrough){if(Object.prototype.toString.call(er.fallthrough)!="[object Array]")return nf($e,er.fallthrough,ir,lr);for(var $r=0;$r<er.fallthrough.length;$r++){var Zr=nf($e,er.fallthrough[$r],ir,lr);if(Zr)return Zr}}}function a0($e){var er=typeof $e=="string"?$e:Kp[$e.keyCode];return er=="Ctrl"||er=="Alt"||er=="Shift"||er=="Mod"}function l0($e,er,ir){var lr=$e;return er.altKey&&lr!="Alt"&&($e="Alt-"+$e),(Ve?er.metaKey:er.ctrlKey)&&lr!="Ctrl"&&($e="Ctrl-"+$e),(Ve?er.ctrlKey:er.metaKey)&&lr!="Mod"&&($e="Cmd-"+$e),!ir&&er.shiftKey&&lr!="Shift"&&($e="Shift-"+$e),$e}function Zh($e,er){if(de&&$e.keyCode==34&&$e.char)return!1;var ir=Kp[$e.keyCode];return ir==null||$e.altGraphKey?!1:($e.keyCode==3&&$e.code&&(ir=$e.code),l0(ir,$e,er))}function e0($e){return typeof $e=="string"?Wm[$e]:$e}function Yf($e,er){for(var ir=$e.doc.sel.ranges,lr=[],dr=0;dr<ir.length;dr++){for(var $r=er(ir[dr]);lr.length&&Uu($r.from,Wr(lr).to)<=0;){var Zr=lr.pop();if(Uu(Zr.from,$r.from)<0){$r.from=Zr.from;break}}lr.push($r)}bc($e,function(){for(var Hn=lr.length-1;Hn>=0;Hn--)fu($e.doc,"",lr[Hn].from,lr[Hn].to,"+delete");ds($e)})}function Kh($e,er,ir){var lr=Gr($e.text,er+ir,ir);return lr<0||lr>$e.text.length?null:lr}function Rn($e,er,ir){var lr=Kh($e,er.ch,ir);return lr==null?null:new ml(er.line,lr,ir<0?"after":"before")}function di($e,er,ir,lr,dr){if($e){er.doc.direction=="rtl"&&(dr=-dr);var $r=qa(ir,er.doc.direction);if($r){var Zr=dr<0?Wr($r):$r[0],Hn=dr<0==(Zr.level==1),mi=Hn?"after":"before",ma;if(Zr.level>0||er.doc.direction=="rtl"){var io=Cp(er,ir);ma=dr<0?ir.text.length-1:0;var ms=Gp(er,io,ma).top;ma=Ar(function(gs){return Gp(er,io,gs).top==ms},dr<0==(Zr.level==1)?Zr.from:Zr.to-1,ma),mi=="before"&&(ma=Kh(ir,ma,1))}else ma=dr<0?Zr.to:Zr.from;return new ml(lr,ma,mi)}}return new ml(lr,dr<0?ir.text.length:0,dr<0?"before":"after")}function vn($e,er,ir,lr){var dr=qa(er,$e.doc.direction);if(!dr)return Rn(er,ir,lr);ir.ch>=er.text.length?(ir.ch=er.text.length,ir.sticky="before"):ir.ch<=0&&(ir.ch=0,ir.sticky="after");var $r=Sa(dr,ir.ch,ir.sticky),Zr=dr[$r];if($e.doc.direction=="ltr"&&Zr.level%2==0&&(lr>0?Zr.to>ir.ch:Zr.from<ir.ch))return Rn(er,ir,lr);var Hn=function(pu,gu){return Kh(er,pu instanceof ml?pu.ch:pu,gu)},mi,ma=function(pu){return $e.options.lineWrapping?(mi=mi||Cp($e,er),zd($e,er,mi,pu)):{begin:0,end:er.text.length}},io=ma(ir.sticky=="before"?Hn(ir,-1):ir.ch);if($e.doc.direction=="rtl"||Zr.level==1){var ms=Zr.level==1==lr<0,gs=Hn(ir,ms?1:-1);if(gs!=null&&(ms?gs<=Zr.to&&gs<=io.end:gs>=Zr.from&&gs>=io.begin)){var Cs=ms?"before":"after";return new ml(ir.line,gs,Cs)}}var Js=function(pu,gu,vs){for(var pc=function(zc,Vd){return Vd?new ml(ir.line,Hn(zc,1),"before"):new ml(ir.line,zc,"after")};pu>=0&&pu<dr.length;pu+=gu){var vc=dr[pu],$u=gu>0==(vc.level!=1),dc=$u?vs.begin:Hn(vs.end,-1);if(vc.from<=dc&&dc<vc.to||(dc=$u?vc.from:Hn(vc.to,-1),vs.begin<=dc&&dc<vs.end))return pc(dc,$u)}},Hl=Js($r+lr,lr,io);if(Hl)return Hl;var sl=lr>0?io.end:Hn(io.begin,-1);return sl!=null&&!(lr>0&&sl==er.text.length)&&(Hl=Js(lr>0?0:dr.length-1,lr,ma(sl)),Hl)?Hl:null}var Vn={selectAll:Mc,singleSelection:function($e){return $e.setSelection($e.getCursor("anchor"),$e.getCursor("head"),Tr)},killLine:function($e){return Yf($e,function(er){if(er.empty()){var ir=Ul($e.doc,er.head.line).text.length;return er.head.ch==ir&&er.head.line<$e.lastLine()?{from:er.head,to:ml(er.head.line+1,0)}:{from:er.head,to:ml(er.head.line,ir)}}else return{from:er.from(),to:er.to()}})},deleteLine:function($e){return Yf($e,function(er){return{from:ml(er.from().line,0),to:Oc($e.doc,ml(er.to().line+1,0))}})},delLineLeft:function($e){return Yf($e,function(er){return{from:ml(er.from().line,0),to:er.from()}})},delWrappedLineLeft:function($e){return Yf($e,function(er){var ir=$e.charCoords(er.head,"div").top+5,lr=$e.coordsChar({left:0,top:ir},"div");return{from:lr,to:er.from()}})},delWrappedLineRight:function($e){return Yf($e,function(er){var ir=$e.charCoords(er.head,"div").top+5,lr=$e.coordsChar({left:$e.display.lineDiv.offsetWidth+100,top:ir},"div");return{from:er.from(),to:lr}})},undo:function($e){return $e.undo()},redo:function($e){return $e.redo()},undoSelection:function($e){return $e.undoSelection()},redoSelection:function($e){return $e.redoSelection()},goDocStart:function($e){return $e.extendSelection(ml($e.firstLine(),0))},goDocEnd:function($e){return $e.extendSelection(ml($e.lastLine()))},goLineStart:function($e){return $e.extendSelectionsBy(function(er){return Fn($e,er.head.line)},{origin:"+move",bias:1})},goLineStartSmart:function($e){return $e.extendSelectionsBy(function(er){return xn($e,er.head)},{origin:"+move",bias:1})},goLineEnd:function($e){return $e.extendSelectionsBy(function(er){return En($e,er.head.line)},{origin:"+move",bias:-1})},goLineRight:function($e){return $e.extendSelectionsBy(function(er){var ir=$e.cursorCoords(er.head,"div").top+5;return $e.coordsChar({left:$e.display.lineDiv.offsetWidth+100,top:ir},"div")},vr)},goLineLeft:function($e){return $e.extendSelectionsBy(function(er){var ir=$e.cursorCoords(er.head,"div").top+5;return $e.coordsChar({left:0,top:ir},"div")},vr)},goLineLeftSmart:function($e){return $e.extendSelectionsBy(function(er){var ir=$e.cursorCoords(er.head,"div").top+5,lr=$e.coordsChar({left:0,top:ir},"div");return lr.ch<$e.getLine(lr.line).search(/\S/)?xn($e,er.head):lr},vr)},goLineUp:function($e){return $e.moveV(-1,"line")},goLineDown:function($e){return $e.moveV(1,"line")},goPageUp:function($e){return $e.moveV(-1,"page")},goPageDown:function($e){return $e.moveV(1,"page")},goCharLeft:function($e){return $e.moveH(-1,"char")},goCharRight:function($e){return $e.moveH(1,"char")},goColumnLeft:function($e){return $e.moveH(-1,"column")},goColumnRight:function($e){return $e.moveH(1,"column")},goWordLeft:function($e){return $e.moveH(-1,"word")},goGroupRight:function($e){return $e.moveH(1,"group")},goGroupLeft:function($e){return $e.moveH(-1,"group")},goWordRight:function($e){return $e.moveH(1,"word")},delCharBefore:function($e){return $e.deleteH(-1,"codepoint")},delCharAfter:function($e){return $e.deleteH(1,"char")},delWordBefore:function($e){return $e.deleteH(-1,"word")},delWordAfter:function($e){return $e.deleteH(1,"word")},delGroupBefore:function($e){return $e.deleteH(-1,"group")},delGroupAfter:function($e){return $e.deleteH(1,"group")},indentAuto:function($e){return $e.indentSelection("smart")},indentMore:function($e){return $e.indentSelection("add")},indentLess:function($e){return $e.indentSelection("subtract")},insertTab:function($e){return $e.replaceSelection(" ")},insertSoftTab:function($e){for(var er=[],ir=$e.listSelections(),lr=$e.options.tabSize,dr=0;dr<ir.length;dr++){var $r=ir[dr].from(),Zr=jr($e.getLine($r.line),$r.ch,lr);er.push(Rr(lr-Zr%lr))}$e.replaceSelections(er)},defaultTab:function($e){$e.somethingSelected()?$e.indentSelection("add"):$e.execCommand("insertTab")},transposeChars:function($e){return bc($e,function(){for(var er=$e.listSelections(),ir=[],lr=0;lr<er.length;lr++)if(er[lr].empty()){var dr=er[lr].head,$r=Ul($e.doc,dr.line).text;if($r){if(dr.ch==$r.length&&(dr=new ml(dr.line,dr.ch-1)),dr.ch>0)dr=new ml(dr.line,dr.ch+1),$e.replaceRange($r.charAt(dr.ch-1)+$r.charAt(dr.ch-2),ml(dr.line,dr.ch-2),dr,"+transpose");else if(dr.line>$e.doc.first){var Zr=Ul($e.doc,dr.line-1).text;Zr&&(dr=new ml(dr.line,1),$e.replaceRange($r.charAt(0)+$e.doc.lineSeparator()+Zr.charAt(Zr.length-1),ml(dr.line-1,Zr.length-1),dr,"+transpose"))}}ir.push(new Jc(dr,dr))}$e.setSelections(ir)})},newlineAndIndent:function($e){return bc($e,function(){for(var er=$e.listSelections(),ir=er.length-1;ir>=0;ir--)$e.replaceRange($e.doc.lineSeparator(),er[ir].anchor,er[ir].head,"+input");er=$e.listSelections();for(var lr=0;lr<er.length;lr++)$e.indentLine(er[lr].from().line,null,!0);ds($e)})},openLine:function($e){return $e.replaceSelection(`
`,"start")},toggleOverwrite:function($e){return $e.toggleOverwrite()}};function Fn($e,er){var ir=Ul($e.doc,er),lr=Bd(ir);return lr!=ir&&(er=In(lr)),di(!0,$e,lr,er,1)}function En($e,er){var ir=Ul($e.doc,er),lr=cm(ir);return lr!=ir&&(er=In(lr)),di(!0,$e,ir,er,-1)}function xn($e,er){var ir=Fn($e,er.line),lr=Ul($e.doc,ir.line),dr=qa(lr,$e.doc.direction);if(!dr||dr[0].level==0){var $r=Math.max(ir.ch,lr.text.search(/\S/)),Zr=er.line==ir.line&&er.ch<=$r&&er.ch;return ml(ir.line,Zr?0:$r,ir.sticky)}return ir}function Nn($e,er,ir){if(typeof er=="string"&&(er=Vn[er],!er))return!1;$e.display.input.ensurePolled();var lr=$e.display.shift,dr=!1;try{$e.isReadOnly()&&($e.state.suppressEdits=!0),ir&&($e.display.shift=!1),dr=er($e)!=Sr}finally{$e.display.shift=lr,$e.state.suppressEdits=!1}return dr}function ui($e,er,ir){for(var lr=0;lr<$e.state.keyMaps.length;lr++){var dr=nf(er,$e.state.keyMaps[lr],ir,$e);if(dr)return dr}return $e.options.extraKeys&&nf(er,$e.options.extraKeys,ir,$e)||nf(er,$e.options.keyMap,ir,$e)}var Mi=new Hr;function ea($e,er,ir,lr){var dr=$e.state.keySeq;if(dr){if(a0(er))return"handled";if(/\'$/.test(er)?$e.state.keySeq=null:Mi.set(50,function(){$e.state.keySeq==dr&&($e.state.keySeq=null,$e.display.input.reset())}),zi($e,dr+" "+er,ir,lr))return!0}return zi($e,er,ir,lr)}function zi($e,er,ir,lr){var dr=ui($e,er,lr);return dr=="multi"&&($e.state.keySeq=er),dr=="handled"&&rp($e,"keyHandled",$e,er,ir),(dr=="handled"||dr=="multi")&&(xs(ir),Os($e)),!!dr}function ta($e,er){var ir=Zh(er,!0);return ir?er.shiftKey&&!$e.state.keySeq?ea($e,"Shift-"+ir,er,function(lr){return Nn($e,lr,!0)})||ea($e,ir,er,function(lr){if(typeof lr=="string"?/^go[A-Z]/.test(lr):lr.motion)return Nn($e,lr)}):ea($e,ir,er,function(lr){return Nn($e,lr)}):!1}function ki($e,er,ir){return ea($e,"'"+ir+"'",er,function(lr){return Nn($e,lr,!0)})}var ji=null;function oa($e){var er=this;if(!($e.target&&$e.target!=er.display.input.getField())&&(er.curOp.focus=hr(br(er)),!cs(er,$e))){V&&z<11&&$e.keyCode==27&&($e.returnValue=!1);var ir=$e.keyCode;er.display.shift=ir==16||$e.shiftKey;var lr=ta(er,$e);de&&(ji=lr?ir:null,!lr&&ir==88&&!hn&&(Fe?$e.metaKey:$e.ctrlKey)&&er.replaceSelection("",null,"cut")),k&&!Fe&&!lr&&ir==46&&$e.shiftKey&&!$e.ctrlKey&&document.execCommand&&document.execCommand("cut"),ir==18&&!/\bCodeMirror-crosshair\b/.test(er.display.lineDiv.className)&&Ra(er)}}function Ra($e){var er=$e.display.lineDiv;Er(er,"CodeMirror-crosshair");function ir(lr){(lr.keyCode==18||!lr.altKey)&&(tr(er,"CodeMirror-crosshair"),Ma(document,"keyup",ir),Ma(document,"mouseover",ir))}Hi(document,"keyup",ir),Hi(document,"mouseover",ir)}function Ba($e){$e.keyCode==16&&(this.doc.sel.shift=!1),cs(this,$e)}function la($e){var er=this;if(!($e.target&&$e.target!=er.display.input.getField())&&!(Qp(er.display,$e)||cs(er,$e)||$e.ctrlKey&&!$e.altKey||Fe&&$e.metaKey)){var ir=$e.keyCode,lr=$e.charCode;if(de&&ir==ji){ji=null,xs($e);return}if(!(de&&(!$e.which||$e.which<10)&&ta(er,$e))){var dr=String.fromCharCode(lr??ir);dr!="\b"&&(ki(er,$e,dr)||er.display.input.onKeyPress($e))}}}var La=400,Ea=function($e,er,ir){this.time=$e,this.pos=er,this.button=ir};Ea.prototype.compare=function($e,er,ir){return this.time+La>$e&&Uu(er,this.pos)==0&&ir==this.button};var Xa,Fa;function Zo($e,er){var ir=+new Date;return Fa&&Fa.compare(ir,$e,er)?(Xa=Fa=null,"triple"):Xa&&Xa.compare(ir,$e,er)?(Fa=new Ea(ir,$e,er),Xa=null,"double"):(Xa=new Ea(ir,$e,er),Fa=null,"single")}function Ui($e){var er=this,ir=er.display;if(!(cs(er,$e)||ir.activeTouch&&ir.input.supportsTouch())){if(ir.input.ensurePolled(),ir.shift=$e.shiftKey,Qp(ir,$e)){re||(ir.scroller.draggable=!1,setTimeout(function(){return ir.scroller.draggable=!0},100));return}if(!Aa(er,$e)){var lr=qp(er,$e),dr=gc($e),$r=lr?Zo(lr,dr):"single";Mr(er).focus(),dr==1&&er.state.selectingText&&er.state.selectingText($e),!(lr&&Ta(er,dr,lr,$r,$e))&&(dr==1?lr?aa(er,lr,$r,$e):Nc($e)==ir.scroller&&xs($e):dr==2?(lr&&Sn(er.doc,lr),setTimeout(function(){return ir.input.focus()},20)):dr==3&&(qe?er.display.input.onContextMenu($e):Co(er)))}}}function Ta($e,er,ir,lr,dr){var $r="Click";return lr=="double"?$r="Double"+$r:lr=="triple"&&($r="Triple"+$r),$r=(er==1?"Left":er==2?"Middle":"Right")+$r,ea($e,l0($r,dr),dr,function(Zr){if(typeof Zr=="string"&&(Zr=Vn[Zr]),!Zr)return!1;var Hn=!1;try{$e.isReadOnly()&&($e.state.suppressEdits=!0),Hn=Zr($e,ir)!=Sr}finally{$e.state.suppressEdits=!1}return Hn})}function Fi($e,er,ir){var lr=$e.getOption("configureMouse"),dr=lr?lr($e,er,ir):{};if(dr.unit==null){var $r=Ue?ir.shiftKey&&ir.metaKey:ir.altKey;dr.unit=$r?"rectangle":er=="single"?"char":er=="double"?"word":"line"}return(dr.extend==null||$e.doc.extend)&&(dr.extend=$e.doc.extend||ir.shiftKey),dr.addNew==null&&(dr.addNew=Fe?ir.metaKey:ir.ctrlKey),dr.moveOnDrag==null&&(dr.moveOnDrag=!(Fe?ir.altKey:ir.ctrlKey)),dr}function aa($e,er,ir,lr){V?setTimeout(mr(os,$e),0):$e.curOp.focus=hr(br($e));var dr=Fi($e,ir,lr),$r=$e.doc.sel,Zr;$e.options.dragDrop&&Wl&&!$e.isReadOnly()&&ir=="single"&&(Zr=$r.contains(er))>-1&&(Uu((Zr=$r.ranges[Zr]).from(),er)<0||er.xRel>0)&&(Uu(Zr.to(),er)>0||er.xRel<0)?Un($e,lr,er,dr):ra($e,lr,er,dr)}function Un($e,er,ir,lr){var dr=$e.display,$r=!1,Zr=Tu($e,function(ma){re&&(dr.scroller.draggable=!1),$e.state.draggingText=!1,$e.state.delayingBlurEvent&&($e.hasFocus()?$e.state.delayingBlurEvent=!1:Co($e)),Ma(dr.wrapper.ownerDocument,"mouseup",Zr),Ma(dr.wrapper.ownerDocument,"mousemove",Hn),Ma(dr.scroller,"dragstart",mi),Ma(dr.scroller,"drop",Zr),$r||(xs(ma),lr.addNew||Sn($e.doc,ir,null,null,lr.extend),re&&!pe||V&&z==9?setTimeout(function(){dr.wrapper.ownerDocument.body.focus({preventScroll:!0}),dr.input.focus()},20):dr.input.focus())}),Hn=function(ma){$r=$r||Math.abs(er.clientX-ma.clientX)+Math.abs(er.clientY-ma.clientY)>=10},mi=function(){return $r=!0};re&&(dr.scroller.draggable=!0),$e.state.draggingText=Zr,Zr.copy=!lr.moveOnDrag,Hi(dr.wrapper.ownerDocument,"mouseup",Zr),Hi(dr.wrapper.ownerDocument,"mousemove",Hn),Hi(dr.scroller,"dragstart",mi),Hi(dr.scroller,"drop",Zr),$e.state.delayingBlurEvent=!0,setTimeout(function(){return dr.input.focus()},20),dr.scroller.dragDrop&&dr.scroller.dragDrop()}function Gi($e,er,ir){if(ir=="char")return new Jc(er,er);if(ir=="word")return $e.findWordAt(er);if(ir=="line")return new Jc(ml(er.line,0),Oc($e.doc,ml(er.line+1,0)));var lr=ir($e,er);return new Jc(lr.from,lr.to)}function ra($e,er,ir,lr){V&&Co($e);var dr=$e.display,$r=$e.doc;xs(er);var Zr,Hn,mi=$r.sel,ma=mi.ranges;if(lr.addNew&&!lr.extend?(Hn=$r.sel.contains(ir),Hn>-1?Zr=ma[Hn]:Zr=new Jc(ir,ir)):(Zr=$r.sel.primary(),Hn=$r.sel.primIndex),lr.unit=="rectangle")lr.addNew||(Zr=new Jc(ir,ir)),ir=qp($e,er,!0,!0),Hn=-1;else{var io=Gi($e,ir,lr.unit);lr.extend?Zr=zn(Zr,io.anchor,io.head,lr.extend):Zr=io}lr.addNew?Hn==-1?(Hn=ma.length,as($r,Ud($e,ma.concat([Zr]),Hn),{scroll:!1,origin:"*mouse"})):ma.length>1&&ma[Hn].empty()&&lr.unit=="char"&&!lr.extend?(as($r,Ud($e,ma.slice(0,Hn).concat(ma.slice(Hn+1)),0),{scroll:!1,origin:"*mouse"}),mi=$r.sel):fa($r,Hn,Zr,Br):(Hn=0,as($r,new Fd([Zr],0),Br),mi=$r.sel);var ms=ir;function gs(vs){if(Uu(ms,vs)!=0)if(ms=vs,lr.unit=="rectangle"){for(var pc=[],vc=$e.options.tabSize,$u=jr(Ul($r,ir.line).text,ir.ch,vc),dc=jr(Ul($r,vs.line).text,vs.ch,vc),zc=Math.min($u,dc),Vd=Math.max($u,dc),co=Math.min(ir.line,vs.line),rl=Math.min($e.lastLine(),Math.max(ir.line,vs.line));co<=rl;co++){var Ju=Ul($r,co).text,jc=Cr(Ju,zc,vc);zc==Vd?pc.push(new Jc(ml(co,jc),ml(co,jc))):Ju.length>jc&&pc.push(new Jc(ml(co,jc),ml(co,Cr(Ju,Vd,vc))))}pc.length||pc.push(new Jc(ir,ir)),as($r,Ud($e,mi.ranges.slice(0,Hn).concat(pc),Hn),{origin:"*mouse",scroll:!1}),$e.scrollIntoView(vs)}else{var Wc=Zr,Xd=Gi($e,vs,lr.unit),yd=Wc.anchor,Id;Uu(Xd.anchor,yd)>0?(Id=Xd.head,yd=gp(Wc.from(),Xd.anchor)):(Id=Xd.anchor,yd=ld(Wc.to(),Xd.head));var Ld=mi.ranges.slice(0);Ld[Hn]=da($e,new Jc(Oc($r,yd),Id)),as($r,Ud($e,Ld,Hn),Br)}}var Cs=dr.wrapper.getBoundingClientRect(),Js=0;function Hl(vs){var pc=++Js,vc=qp($e,vs,!0,lr.unit=="rectangle");if(vc)if(Uu(vc,ms)!=0){$e.curOp.focus=hr(br($e)),gs(vc);var $u=Ro(dr,$r);(vc.line>=$u.to||vc.line<$u.from)&&setTimeout(Tu($e,function(){Js==pc&&Hl(vs)}),150)}else{var dc=vs.clientY<Cs.top?-20:vs.clientY>Cs.bottom?20:0;dc&&setTimeout(Tu($e,function(){Js==pc&&(dr.scroller.scrollTop+=dc,Hl(vs))}),50)}}function sl(vs){$e.state.selectingText=!1,Js=1/0,vs&&(xs(vs),dr.input.focus()),Ma(dr.wrapper.ownerDocument,"mousemove",pu),Ma(dr.wrapper.ownerDocument,"mouseup",gu),$r.history.lastSelOrigin=null}var pu=Tu($e,function(vs){vs.buttons===0||!gc(vs)?sl(vs):Hl(vs)}),gu=Tu($e,sl);$e.state.selectingText=gu,Hi(dr.wrapper.ownerDocument,"mousemove",pu),Hi(dr.wrapper.ownerDocument,"mouseup",gu)}function da($e,er){var ir=er.anchor,lr=er.head,dr=Ul($e.doc,ir.line);if(Uu(ir,lr)==0&&ir.sticky==lr.sticky)return er;var $r=qa(dr);if(!$r)return er;var Zr=Sa($r,ir.ch,ir.sticky),Hn=$r[Zr];if(Hn.from!=ir.ch&&Hn.to!=ir.ch)return er;var mi=Zr+(Hn.from==ir.ch==(Hn.level!=1)?0:1);if(mi==0||mi==$r.length)return er;var ma;if(lr.line!=ir.line)ma=(lr.line-ir.line)*($e.doc.direction=="ltr"?1:-1)>0;else{var io=Sa($r,lr.ch,lr.sticky),ms=io-Zr||(lr.ch-ir.ch)*(Hn.level==1?-1:1);io==mi-1||io==mi?ma=ms<0:ma=ms>0}var gs=$r[mi+(ma?-1:0)],Cs=ma==(gs.level==1),Js=Cs?gs.from:gs.to,Hl=Cs?"after":"before";return ir.ch==Js&&ir.sticky==Hl?er:new Jc(new ml(ir.line,Js,Hl),lr)}function va($e,er,ir,lr){var dr,$r;if(er.touches)dr=er.touches[0].clientX,$r=er.touches[0].clientY;else try{dr=er.clientX,$r=er.clientY}catch{return!1}if(dr>=Math.floor($e.display.gutters.getBoundingClientRect().right))return!1;lr&&xs(er);var Zr=$e.display,Hn=Zr.lineDiv.getBoundingClientRect();if($r>Hn.bottom||!Bl($e,ir))return Lu(er);$r-=Hn.top-Zr.viewOffset;for(var mi=0;mi<$e.display.gutterSpecs.length;++mi){var ma=Zr.gutters.childNodes[mi];if(ma&&ma.getBoundingClientRect().right>=dr){var io=rs($e.doc,$r),ms=$e.display.gutterSpecs[mi];return Ns($e,ir,$e,io,ms.className,er),Lu(er)}}}function Aa($e,er){return va($e,er,"gutterClick",!0)}function to($e,er){Qp($e.display,er)||Bo($e,er)||cs($e,er,"contextmenu")||qe||$e.display.input.onContextMenu(er)}function Bo($e,er){return Bl($e,"gutterContextMenu")?va($e,er,"gutterContextMenu",!1):!1}function Jo($e){$e.display.wrapper.className=$e.display.wrapper.className.replace(/\s*cm-s-\S+/g,"")+$e.options.theme.replace(/(^|\s)\s*/g," cm-s-"),zm($e)}var Mo={toString:function(){return"CodeMirror.Init"}},_s={},bo={};function Bs($e){var er=$e.optionHandlers;function ir(lr,dr,$r,Zr){$e.defaults[lr]=dr,$r&&(er[lr]=Zr?function(Hn,mi,ma){ma!=Mo&&$r(Hn,mi,ma)}:$r)}$e.defineOption=ir,$e.Init=Mo,ir("value","",function(lr,dr){return lr.setValue(dr)},!0),ir("mode",null,function(lr,dr){lr.doc.modeOption=dr,kp(lr)},!0),ir("indentUnit",2,kp,!0),ir("indentWithTabs",!1),ir("smartIndent",!0),ir("tabSize",4,function(lr){tf(lr),zm(lr),Ip(lr)},!0),ir("lineSeparator",null,function(lr,dr){if(lr.doc.lineSep=dr,!!dr){var $r=[],Zr=lr.doc.first;lr.doc.iter(function(mi){for(var ma=0;;){var io=mi.text.indexOf(dr,ma);if(io==-1)break;ma=io+dr.length,$r.push(ml(Zr,io))}Zr++});for(var Hn=$r.length-1;Hn>=0;Hn--)fu(lr.doc,dr,$r[Hn],ml($r[Hn].line,$r[Hn].ch+dr.length))}}),ir("specialChars",/[\u0000-\u001f\u007f-\u009f\u00ad\u061c\u200b\u200e\u200f\u2028\u2029\u202d\u202e\u2066\u2067\u2069\ufeff\ufff9-\ufffc]/g,function(lr,dr,$r){lr.state.specialChars=new RegExp(dr.source+(dr.test(" ")?"":"| "),"g"),$r!=Mo&&lr.refresh()}),ir("specialCharPlaceholder",Mf,function(lr){return lr.refresh()},!0),ir("electricChars",!0),ir("inputStyle",Ne?"contenteditable":"textarea",function(){throw new Error("inputStyle can not (yet) be changed in a running editor")},!0),ir("spellcheck",!1,function(lr,dr){return lr.getInputField().spellcheck=dr},!0),ir("autocorrect",!1,function(lr,dr){return lr.getInputField().autocorrect=dr},!0),ir("autocapitalize",!1,function(lr,dr){return lr.getInputField().autocapitalize=dr},!0),ir("rtlMoveVisually",!kt),ir("wholeLineUpdateBefore",!0),ir("theme","default",function(lr){Jo(lr),Zp(lr)},!0),ir("keyMap","default",function(lr,dr,$r){var Zr=e0(dr),Hn=$r!=Mo&&e0($r);Hn&&Hn.detach&&Hn.detach(lr,Zr),Zr.attach&&Zr.attach(lr,Hn||null)}),ir("extraKeys",null),ir("configureMouse",null),ir("lineWrapping",!1,Oo,!0),ir("gutters",[],function(lr,dr){lr.display.gutterSpecs=sd(dr,lr.options.lineNumbers),Zp(lr)},!0),ir("fixedGutter",!0,function(lr,dr){lr.display.gutters.style.left=dr?Nd(lr.display)+"px":"0",lr.refresh()},!0),ir("coverGutterNextToScrollbar",!1,function(lr){return bl(lr)},!0),ir("scrollbarStyle","native",function(lr){hl(lr),bl(lr),lr.display.scrollbars.setScrollTop(lr.doc.scrollTop),lr.display.scrollbars.setScrollLeft(lr.doc.scrollLeft)},!0),ir("lineNumbers",!1,function(lr,dr){lr.display.gutterSpecs=sd(lr.options.gutters,dr),Zp(lr)},!0),ir("firstLineNumber",1,Zp,!0),ir("lineNumberFormatter",function(lr){return lr},Zp,!0),ir("showCursorWhenSelecting",!1,vf,!0),ir("resetSelectionOnContextMenu",!0),ir("lineWiseCopyCut",!0),ir("pasteLinesPerSelection",!0),ir("selectionsMayTouch",!1),ir("readOnly",!1,function(lr,dr){dr=="nocursor"&&(Ao(lr),lr.display.input.blur()),lr.display.input.readOnlyChanged(dr)}),ir("screenReaderLabel",null,function(lr,dr){dr=dr===""?null:dr,lr.display.input.screenReaderLabelChanged(dr)}),ir("disableInput",!1,function(lr,dr){dr||lr.display.input.reset()},!0),ir("dragDrop",!0,Xo),ir("allowDropFileTypes",null),ir("cursorBlinkRate",530),ir("cursorScrollMargin",0),ir("cursorHeight",1,vf,!0),ir("singleCursorHeightPerLine",!0,vf,!0),ir("workTime",100),ir("workDelay",100),ir("flattenSpans",!0,tf,!0),ir("addModeClass",!1,tf,!0),ir("pollInterval",100),ir("undoDepth",200,function(lr,dr){return lr.doc.history.undoDepth=dr}),ir("historyEventDelay",1250),ir("viewportMargin",10,function(lr){return lr.refresh()},!0),ir("maxHighlightLength",1e4,tf,!0),ir("moveInputWithCursor",!0,function(lr,dr){dr||lr.display.input.resetPosition()}),ir("tabindex",null,function(lr,dr){return lr.display.input.getField().tabIndex=dr||""}),ir("autofocus",null),ir("direction","ltr",function(lr,dr){return lr.doc.setDirection(dr)},!0),ir("phrases",null)}function Xo($e,er,ir){var lr=ir&&ir!=Mo;if(!er!=!lr){var dr=$e.display.dragFunctions,$r=er?Hi:Ma;$r($e.display.scroller,"dragstart",dr.start),$r($e.display.scroller,"dragenter",dr.enter),$r($e.display.scroller,"dragover",dr.over),$r($e.display.scroller,"dragleave",dr.leave),$r($e.display.scroller,"drop",dr.drop)}}function Oo($e){$e.options.lineWrapping?(Er($e.display.wrapper,"CodeMirror-wrap"),$e.display.sizer.style.minWidth="",$e.display.sizerWidth=null):(tr($e.display.wrapper,"CodeMirror-wrap"),Yr($e)),Dd($e),Ip($e),zm($e),setTimeout(function(){return bl($e)},100)}function ys($e,er){var ir=this;if(!(this instanceof ys))return new ys($e,er);this.options=er=er?gr(er):{},gr(_s,er,!1);var lr=er.value;typeof lr=="string"?lr=new Yd(lr,er.mode,null,er.lineSeparator,er.direction):er.mode&&(lr.modeOption=er.mode),this.doc=lr;var dr=new ys.inputStyles[er.inputStyle](this),$r=this.display=new bf($e,lr,dr,er);$r.wrapper.CodeMirror=this,Jo(this),er.lineWrapping&&(this.display.wrapper.className+=" CodeMirror-wrap"),hl(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 Hr,keySeq:null,specialChars:null},er.autofocus&&!Ne&&$r.input.focus(),V&&z<11&&setTimeout(function(){return ir.display.input.reset(!0)},20),tl(this),Qh(),_u(this),this.curOp.forceUpdate=!0,vp(this,lr),er.autofocus&&!Ne||this.hasFocus()?setTimeout(function(){ir.hasFocus()&&!ir.state.focused&&Do(ir)},20):Ao(this);for(var Zr in bo)bo.hasOwnProperty(Zr)&&bo[Zr](this,er[Zr],Mo);Kc(this),er.finishInit&&er.finishInit(this);for(var Hn=0;Hn<$s.length;++Hn)$s[Hn](this);Cu(this),re&&er.lineWrapping&&getComputedStyle($r.lineDiv).textRendering=="optimizelegibility"&&($r.lineDiv.style.textRendering="auto")}ys.defaults=_s,ys.optionHandlers=bo;function tl($e){var er=$e.display;Hi(er.scroller,"mousedown",Tu($e,Ui)),V&&z<11?Hi(er.scroller,"dblclick",Tu($e,function(mi){if(!cs($e,mi)){var ma=qp($e,mi);if(!(!ma||Aa($e,mi)||Qp($e.display,mi))){xs(mi);var io=$e.findWordAt(ma);Sn($e.doc,io.anchor,io.head)}}})):Hi(er.scroller,"dblclick",function(mi){return cs($e,mi)||xs(mi)}),Hi(er.scroller,"contextmenu",function(mi){return to($e,mi)}),Hi(er.input.getField(),"contextmenu",function(mi){er.scroller.contains(mi.target)||to($e,mi)});var ir,lr={end:0};function dr(){er.activeTouch&&(ir=setTimeout(function(){return er.activeTouch=null},1e3),lr=er.activeTouch,lr.end=+new Date)}function $r(mi){if(mi.touches.length!=1)return!1;var ma=mi.touches[0];return ma.radiusX<=1&&ma.radiusY<=1}function Zr(mi,ma){if(ma.left==null)return!0;var io=ma.left-mi.left,ms=ma.top-mi.top;return io*io+ms*ms>20*20}Hi(er.scroller,"touchstart",function(mi){if(!cs($e,mi)&&!$r(mi)&&!Aa($e,mi)){er.input.ensurePolled(),clearTimeout(ir);var ma=+new Date;er.activeTouch={start:ma,moved:!1,prev:ma-lr.end<=300?lr:null},mi.touches.length==1&&(er.activeTouch.left=mi.touches[0].pageX,er.activeTouch.top=mi.touches[0].pageY)}}),Hi(er.scroller,"touchmove",function(){er.activeTouch&&(er.activeTouch.moved=!0)}),Hi(er.scroller,"touchend",function(mi){var ma=er.activeTouch;if(ma&&!Qp(er,mi)&&ma.left!=null&&!ma.moved&&new Date-ma.start<300){var io=$e.coordsChar(er.activeTouch,"page"),ms;!ma.prev||Zr(ma,ma.prev)?ms=new Jc(io,io):!ma.prev.prev||Zr(ma,ma.prev.prev)?ms=$e.findWordAt(io):ms=new Jc(ml(io.line,0),Oc($e.doc,ml(io.line+1,0))),$e.setSelection(ms.anchor,ms.head),$e.focus(),xs(mi)}dr()}),Hi(er.scroller,"touchcancel",dr),Hi(er.scroller,"scroll",function(){er.scroller.clientHeight&&(ns($e,er.scroller.scrollTop),Es($e,er.scroller.scrollLeft,!0),Ns($e,"scroll",$e))}),Hi(er.scroller,"mousewheel",function(mi){return jd($e,mi)}),Hi(er.scroller,"DOMMouseScroll",function(mi){return jd($e,mi)}),Hi(er.wrapper,"scroll",function(){return er.wrapper.scrollTop=er.wrapper.scrollLeft=0}),er.dragFunctions={enter:function(mi){cs($e,mi)||Pc(mi)},over:function(mi){cs($e,mi)||(Zc($e,mi),Pc(mi))},start:function(mi){return bp($e,mi)},drop:Tu($e,rf),leave:function(mi){cs($e,mi)||fp($e)}};var Hn=er.input.getField();Hi(Hn,"keyup",function(mi){return Ba.call($e,mi)}),Hi(Hn,"keydown",Tu($e,oa)),Hi(Hn,"keypress",Tu($e,la)),Hi(Hn,"focus",function(mi){return Do($e,mi)}),Hi(Hn,"blur",function(mi){return Ao($e,mi)})}var $s=[];ys.defineInitHook=function($e){return $s.push($e)};function pl($e,er,ir,lr){var dr=$e.doc,$r;ir==null&&(ir="add"),ir=="smart"&&(dr.mode.indent?$r=lf($e,er).state:ir="prev");var Zr=$e.options.tabSize,Hn=Ul(dr,er),mi=jr(Hn.text,null,Zr);Hn.stateAfter&&(Hn.stateAfter=null);var ma=Hn.text.match(/^\s*/)[0],io;if(!lr&&!/\S/.test(Hn.text))io=0,ir="not";else if(ir=="smart"&&(io=dr.mode.indent($r,Hn.text.slice(ma.length),Hn.text),io==Sr||io>150)){if(!lr)return;ir="prev"}ir=="prev"?er>dr.first?io=jr(Ul(dr,er-1).text,null,Zr):io=0:ir=="add"?io=mi+$e.options.indentUnit:ir=="subtract"?io=mi-$e.options.indentUnit:typeof ir=="number"&&(io=mi+ir),io=Math.max(0,io);var ms="",gs=0;if($e.options.indentWithTabs)for(var Cs=Math.floor(io/Zr);Cs;--Cs)gs+=Zr,ms+=" ";if(gs<io&&(ms+=Rr(io-gs)),ms!=ma)return fu(dr,ms,ml(er,0),ml(er,ma.length),"+input"),Hn.stateAfter=null,!0;for(var Js=0;Js<dr.sel.ranges.length;Js++){var Hl=dr.sel.ranges[Js];if(Hl.head.line==er&&Hl.head.ch<ma.length){var sl=ml(er,ma.length);fa(dr,Js,new Jc(sl,sl));break}}}var Vo=null;function As($e){Vo=$e}function dl($e,er,ir,lr,dr){var $r=$e.doc;$e.display.shift=!1,lr||(lr=$r.sel);var Zr=+new Date-200,Hn=dr=="paste"||$e.state.pasteIncoming>Zr,mi=Lr(er),ma=null;if(Hn&&lr.ranges.length>1)if(Vo&&Vo.text.join(`
`)==er){if(lr.ranges.length%Vo.text.length==0){ma=[];for(var io=0;io<Vo.text.length;io++)ma.push($r.splitLines(Vo.text[io]))}}else mi.length==lr.ranges.length&&$e.options.pasteLinesPerSelection&&(ma=Kr(mi,function(pu){return[pu]}));for(var ms=$e.curOp.updateInput,gs=lr.ranges.length-1;gs>=0;gs--){var Cs=lr.ranges[gs],Js=Cs.from(),Hl=Cs.to();Cs.empty()&&(ir&&ir>0?Js=ml(Js.line,Js.ch-ir):$e.state.overwrite&&!Hn?Hl=ml(Hl.line,Math.min(Ul($r,Hl.line).text.length,Hl.ch+Wr(mi).length)):Hn&&Vo&&Vo.lineWise&&Vo.text.join(`
`)==mi.join(`
`)&&(Js=Hl=ml(Js.line,0)));var sl={from:Js,to:Hl,text:ma?ma[gs%ma.length]:mi,origin:dr||(Hn?"paste":$e.state.cutIncoming>Zr?"cut":"+input")};Fc($e.doc,sl),rp($e,"inputRead",$e,sl)}er&&!Hn&&Ou($e,er),ds($e),$e.curOp.updateInput<2&&($e.curOp.updateInput=ms),$e.curOp.typing=!0,$e.state.pasteIncoming=$e.state.cutIncoming=-1}function al($e,er){var ir=$e.clipboardData&&$e.clipboardData.getData("Text");if(ir)return $e.preventDefault(),!er.isReadOnly()&&!er.options.disableInput&&er.hasFocus()&&bc(er,function(){return dl(er,ir,0,null,"paste")}),!0}function Ou($e,er){if(!(!$e.options.electricChars||!$e.options.smartIndent))for(var ir=$e.doc.sel,lr=ir.ranges.length-1;lr>=0;lr--){var dr=ir.ranges[lr];if(!(dr.head.ch>100||lr&&ir.ranges[lr-1].head.line==dr.head.line)){var $r=$e.getModeAt(dr.head),Zr=!1;if($r.electricChars){for(var Hn=0;Hn<$r.electricChars.length;Hn++)if(er.indexOf($r.electricChars.charAt(Hn))>-1){Zr=pl($e,dr.head.line,"smart");break}}else $r.electricInput&&$r.electricInput.test(Ul($e.doc,dr.head.line).text.slice(0,dr.head.ch))&&(Zr=pl($e,dr.head.line,"smart"));Zr&&rp($e,"electricInput",$e,dr.head.line)}}}function Rs($e){for(var er=[],ir=[],lr=0;lr<$e.doc.sel.ranges.length;lr++){var dr=$e.doc.sel.ranges[lr].head.line,$r={anchor:ml(dr,0),head:ml(dr+1,0)};ir.push($r),er.push($e.getRange($r.anchor,$r.head))}return{text:er,ranges:ir}}function fs($e,er,ir,lr){$e.setAttribute("autocorrect",ir?"on":"off"),$e.setAttribute("autocapitalize",lr?"on":"off"),$e.setAttribute("spellcheck",!!er)}function Fs(){var $e=nr("textarea",null,null,"position: absolute; bottom: -1em; padding: 0; width: 1px; height: 1em; min-height: 1em; outline: none"),er=nr("div",[$e],null,"overflow: hidden; position: relative; width: 3px; height: 0px;");return re?$e.style.width="1000px":$e.setAttribute("wrap","off"),Ce&&($e.style.border="1px solid black"),er}function Ws($e){var er=$e.optionHandlers,ir=$e.helpers={};$e.prototype={constructor:$e,focus:function(){Mr(this).focus(),this.display.input.focus()},setOption:function(lr,dr){var $r=this.options,Zr=$r[lr];$r[lr]==dr&&lr!="mode"||($r[lr]=dr,er.hasOwnProperty(lr)&&Tu(this,er[lr])(this,dr,Zr),Ns(this,"optionChange",this,lr))},getOption:function(lr){return this.options[lr]},getDoc:function(){return this.doc},addKeyMap:function(lr,dr){this.state.keyMaps[dr?"push":"unshift"](e0(lr))},removeKeyMap:function(lr){for(var dr=this.state.keyMaps,$r=0;$r<dr.length;++$r)if(dr[$r]==lr||dr[$r].name==lr)return dr.splice($r,1),!0},addOverlay:$l(function(lr,dr){var $r=lr.token?lr:$e.getMode(this.options,lr);if($r.startState)throw new Error("Overlays may not be stateful.");Nr(this.state.overlays,{mode:$r,modeSpec:lr,opaque:dr&&dr.opaque,priority:dr&&dr.priority||0},function(Zr){return Zr.priority}),this.state.modeGen++,Ip(this)}),removeOverlay:$l(function(lr){for(var dr=this.state.overlays,$r=0;$r<dr.length;++$r){var Zr=dr[$r].modeSpec;if(Zr==lr||typeof lr=="string"&&Zr.name==lr){dr.splice($r,1),this.state.modeGen++,Ip(this);return}}}),indentLine:$l(function(lr,dr,$r){typeof dr!="string"&&typeof dr!="number"&&(dr==null?dr=this.options.smartIndent?"smart":"prev":dr=dr?"add":"subtract"),Vl(this.doc,lr)&&pl(this,lr,dr,$r)}),indentSelection:$l(function(lr){for(var dr=this.doc.sel.ranges,$r=-1,Zr=0;Zr<dr.length;Zr++){var Hn=dr[Zr];if(Hn.empty())Hn.head.line>$r&&(pl(this,Hn.head.line,lr,!0),$r=Hn.head.line,Zr==this.doc.sel.primIndex&&ds(this));else{var mi=Hn.from(),ma=Hn.to(),io=Math.max($r,mi.line);$r=Math.min(this.lastLine(),ma.line-(ma.ch?0:1))+1;for(var ms=io;ms<$r;++ms)pl(this,ms,lr);var gs=this.doc.sel.ranges;mi.ch==0&&dr.length==gs.length&&gs[Zr].from().ch>0&&fa(this.doc,Zr,new Jc(mi,gs[Zr].to()),Tr)}}}),getTokenAt:function(lr,dr){return Tf(this,lr,dr)},getLineTokens:function(lr,dr){return Tf(this,ml(lr),dr,!0)},getTokenTypeAt:function(lr){lr=Oc(this.doc,lr);var dr=Af(this,Ul(this.doc,lr.line)),$r=0,Zr=(dr.length-1)/2,Hn=lr.ch,mi;if(Hn==0)mi=dr[2];else for(;;){var ma=$r+Zr>>1;if((ma?dr[ma*2-1]:0)>=Hn)Zr=ma;else if(dr[ma*2+1]<Hn)$r=ma+1;else{mi=dr[ma*2+2];break}}var io=mi?mi.indexOf("overlay "):-1;return io<0?mi:io==0?null:mi.slice(0,io-1)},getModeAt:function(lr){var dr=this.doc.mode;return dr.innerMode?$e.innerMode(dr,this.getTokenAt(lr).state).mode:dr},getHelper:function(lr,dr){return this.getHelpers(lr,dr)[0]},getHelpers:function(lr,dr){var $r=[];if(!ir.hasOwnProperty(dr))return $r;var Zr=ir[dr],Hn=this.getModeAt(lr);if(typeof Hn[dr]=="string")Zr[Hn[dr]]&&$r.push(Zr[Hn[dr]]);else if(Hn[dr])for(var mi=0;mi<Hn[dr].length;mi++){var ma=Zr[Hn[dr][mi]];ma&&$r.push(ma)}else Hn.helperType&&Zr[Hn.helperType]?$r.push(Zr[Hn.helperType]):Zr[Hn.name]&&$r.push(Zr[Hn.name]);for(var io=0;io<Zr._global.length;io++){var ms=Zr._global[io];ms.pred(Hn,this)&&Vr($r,ms.val)==-1&&$r.push(ms.val)}return $r},getStateAfter:function(lr,dr){var $r=this.doc;return lr=lp($r,lr??$r.first+$r.size-1),lf(this,lr+1,dr).state},cursorCoords:function(lr,dr){var $r,Zr=this.doc.sel.primary();return lr==null?$r=Zr.head:typeof lr=="object"?$r=Oc(this.doc,lr):$r=lr?Zr.from():Zr.to(),Pl(this,$r,dr||"page")},charCoords:function(lr,dr){return Yl(this,Oc(this.doc,lr),dr||"page")},coordsChar:function(lr,dr){return lr=Xs(this,lr,dr||"page"),wd(this,lr.left,lr.top)},lineAtHeight:function(lr,dr){return lr=Xs(this,{top:lr,left:0},dr||"page").top,rs(this.doc,lr+this.display.viewOffset)},heightAtLine:function(lr,dr,$r){var Zr=!1,Hn;if(typeof lr=="number"){var mi=this.doc.first+this.doc.size-1;lr<this.doc.first?lr=this.doc.first:lr>mi&&(lr=mi,Zr=!0),Hn=Ul(this.doc,lr)}else Hn=lr;return tm(this,Hn,{top:0,left:0},dr||"page",$r||Zr).top+(Zr?this.doc.height-Lp(Hn):0)},defaultTextHeight:function(){return _f(this.display)},defaultCharWidth:function(){return qf(this.display)},getViewport:function(){return{from:this.display.viewFrom,to:this.display.viewTo}},addWidget:function(lr,dr,$r,Zr,Hn){var mi=this.display;lr=Pl(this,Oc(this.doc,lr));var ma=lr.bottom,io=lr.left;if(dr.style.position="absolute",dr.setAttribute("cm-ignore-events","true"),this.display.input.setUneditable(dr),mi.sizer.appendChild(dr),Zr=="over")ma=lr.top;else if(Zr=="above"||Zr=="near"){var ms=Math.max(mi.wrapper.clientHeight,this.doc.height),gs=Math.max(mi.sizer.clientWidth,mi.lineSpace.clientWidth);(Zr=="above"||lr.bottom+dr.offsetHeight>ms)&&lr.top>dr.offsetHeight?ma=lr.top-dr.offsetHeight:lr.bottom+dr.offsetHeight<=ms&&(ma=lr.bottom),io+dr.offsetWidth>gs&&(io=gs-dr.offsetWidth)}dr.style.top=ma+"px",dr.style.left=dr.style.right="",Hn=="right"?(io=mi.sizer.clientWidth-dr.offsetWidth,dr.style.right="0px"):(Hn=="left"?io=0:Hn=="middle"&&(io=(mi.sizer.clientWidth-dr.offsetWidth)/2),dr.style.left=io+"px"),$r&&Ja(this,{left:io,top:ma,right:io+dr.offsetWidth,bottom:ma+dr.offsetHeight})},triggerOnKeyDown:$l(oa),triggerOnKeyPress:$l(la),triggerOnKeyUp:Ba,triggerOnMouseDown:$l(Ui),execCommand:function(lr){if(Vn.hasOwnProperty(lr))return Vn[lr].call(null,this)},triggerElectric:$l(function(lr){Ou(this,lr)}),findPosH:function(lr,dr,$r,Zr){var Hn=1;dr<0&&(Hn=-1,dr=-dr);for(var mi=Oc(this.doc,lr),ma=0;ma<dr&&(mi=Hs(this.doc,mi,Hn,$r,Zr),!mi.hitSide);++ma);return mi},moveH:$l(function(lr,dr){var $r=this;this.extendSelectionsBy(function(Zr){return $r.display.shift||$r.doc.extend||Zr.empty()?Hs($r.doc,Zr.head,lr,dr,$r.options.rtlMoveVisually):lr<0?Zr.from():Zr.to()},vr)}),deleteH:$l(function(lr,dr){var $r=this.doc.sel,Zr=this.doc;$r.somethingSelected()?Zr.replaceSelection("",null,"+delete"):Yf(this,function(Hn){var mi=Hs(Zr,Hn.head,lr,dr,!1);return lr<0?{from:mi,to:Hn.head}:{from:Hn.head,to:mi}})}),findPosV:function(lr,dr,$r,Zr){var Hn=1,mi=Zr;dr<0&&(Hn=-1,dr=-dr);for(var ma=Oc(this.doc,lr),io=0;io<dr;++io){var ms=Pl(this,ma,"div");if(mi==null?mi=ms.left:ms.left=mi,ma=du(this,ms,Hn,$r),ma.hitSide)break}return ma},moveV:$l(function(lr,dr){var $r=this,Zr=this.doc,Hn=[],mi=!this.display.shift&&!Zr.extend&&Zr.sel.somethingSelected();if(Zr.extendSelectionsBy(function(io){if(mi)return lr<0?io.from():io.to();var ms=Pl($r,io.head,"div");io.goalColumn!=null&&(ms.left=io.goalColumn),Hn.push(ms.left);var gs=du($r,ms,lr,dr);return dr=="page"&&io==Zr.sel.primary()&&Ts($r,Yl($r,gs,"div").top-ms.top),gs},vr),Hn.length)for(var ma=0;ma<Zr.sel.ranges.length;ma++)Zr.sel.ranges[ma].goalColumn=Hn[ma]}),findWordAt:function(lr){var dr=this.doc,$r=Ul(dr,lr.line).text,Zr=lr.ch,Hn=lr.ch;if($r){var mi=this.getHelper(lr,"wordChars");(lr.sticky=="before"||Hn==$r.length)&&Zr?--Zr:++Hn;for(var ma=$r.charAt(Zr),io=Wa(ma,mi)?function(ms){return Wa(ms,mi)}:/\s/.test(ma)?function(ms){return/\s/.test(ms)}:function(ms){return!/\s/.test(ms)&&!Wa(ms)};Zr>0&&io($r.charAt(Zr-1));)--Zr;for(;Hn<$r.length&&io($r.charAt(Hn));)++Hn}return new Jc(ml(lr.line,Zr),ml(lr.line,Hn))},toggleOverwrite:function(lr){lr!=null&&lr==this.state.overwrite||((this.state.overwrite=!this.state.overwrite)?Er(this.display.cursorDiv,"CodeMirror-overwrite"):tr(this.display.cursorDiv,"CodeMirror-overwrite"),Ns(this,"overwriteToggle",this,this.state.overwrite))},hasFocus:function(){return this.display.input.getField()==hr(br(this))},isReadOnly:function(){return!!(this.options.readOnly||this.doc.cantEdit)},scrollTo:$l(function(lr,dr){ks(this,lr,dr)}),getScrollInfo:function(){var lr=this.display.scroller;return{left:lr.scrollLeft,top:lr.scrollTop,height:lr.scrollHeight-wf(this)-this.display.barHeight,width:lr.scrollWidth-wf(this)-this.display.barWidth,clientHeight:Om(this),clientWidth:em(this)}},scrollIntoView:$l(function(lr,dr){lr==null?(lr={from:this.doc.sel.primary().head,to:null},dr==null&&(dr=this.options.cursorScrollMargin)):typeof lr=="number"?lr={from:ml(lr,0),to:null}:lr.from==null&&(lr={from:lr,to:null}),lr.to||(lr.to=lr.from),lr.margin=dr||0,lr.from.line!=null?Gs(this,lr):cl(this,lr.from,lr.to,lr.margin)}),setSize:$l(function(lr,dr){var $r=this,Zr=function(mi){return typeof mi=="number"||/^\d+$/.test(String(mi))?mi+"px":mi};lr!=null&&(this.display.wrapper.style.width=Zr(lr)),dr!=null&&(this.display.wrapper.style.height=Zr(dr)),this.options.lineWrapping&&Lh(this);var Hn=this.display.viewFrom;this.doc.iter(Hn,this.display.viewTo,function(mi){if(mi.widgets){for(var ma=0;ma<mi.widgets.length;ma++)if(mi.widgets[ma].noHScroll){rm($r,Hn,"widget");break}}++Hn}),this.curOp.forceUpdate=!0,Ns(this,"refresh",this)}),operation:function(lr){return bc(this,lr)},startOperation:function(){return _u(this)},endOperation:function(){return Cu(this)},refresh:$l(function(){var lr=this.display.cachedTextHeight;Ip(this),this.curOp.forceUpdate=!0,zm(this),ks(this,this.doc.scrollLeft,this.doc.scrollTop),jp(this.display),(lr==null||Math.abs(lr-_f(this.display))>.5||this.options.lineWrapping)&&Dd(this),Ns(this,"refresh",this)}),swapDoc:$l(function(lr){var dr=this.doc;return dr.cm=null,this.state.selectingText&&this.state.selectingText(),vp(this,lr),zm(this),this.display.input.reset(),ks(this,lr.scrollLeft,lr.scrollTop),this.curOp.forceScroll=!0,rp(this,"swapDoc",this,dr),dr}),phrase:function(lr){var dr=this.options.phrases;return dr&&Object.prototype.hasOwnProperty.call(dr,lr)?dr[lr]:lr},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}},Au($e),$e.registerHelper=function(lr,dr,$r){ir.hasOwnProperty(lr)||(ir[lr]=$e[lr]={_global:[]}),ir[lr][dr]=$r},$e.registerGlobalHelper=function(lr,dr,$r,Zr){$e.registerHelper(lr,dr,Zr),ir[lr]._global.push({pred:$r,val:Zr})}}function Hs($e,er,ir,lr,dr){var $r=er,Zr=ir,Hn=Ul($e,er.line),mi=dr&&$e.direction=="rtl"?-ir:ir;function ma(){var gu=er.line+mi;return gu<$e.first||gu>=$e.first+$e.size?!1:(er=new ml(gu,er.ch,er.sticky),Hn=Ul($e,gu))}function io(gu){var vs;if(lr=="codepoint"){var pc=Hn.text.charCodeAt(er.ch+(ir>0?0:-1));if(isNaN(pc))vs=null;else{var vc=ir>0?pc>=55296&&pc<56320:pc>=56320&&pc<57343;vs=new ml(er.line,Math.max(0,Math.min(Hn.text.length,er.ch+ir*(vc?2:1))),-ir)}}else dr?vs=vn($e.cm,Hn,er,ir):vs=Rn(Hn,er,ir);if(vs==null)if(!gu&&ma())er=di(dr,$e.cm,Hn,er.line,mi);else return!1;else er=vs;return!0}if(lr=="char"||lr=="codepoint")io();else if(lr=="column")io(!0);else if(lr=="word"||lr=="group")for(var ms=null,gs=lr=="group",Cs=$e.cm&&$e.cm.getHelper(er,"wordChars"),Js=!0;!(ir<0&&!io(!Js));Js=!1){var Hl=Hn.text.charAt(er.ch)||`
`,sl=Wa(Hl,Cs)?"w":gs&&Hl==`
`?"n":!gs||/\s/.test(Hl)?null:"p";if(gs&&!Js&&!sl&&(sl="s"),ms&&ms!=sl){ir<0&&(ir=1,io(),er.sticky="after");break}if(sl&&(ms=sl),ir>0&&!io(!Js))break}var pu=zu($e,er,$r,Zr,!0);return Ac($r,pu)&&(pu.hitSide=!0),pu}function du($e,er,ir,lr){var dr=$e.doc,$r=er.left,Zr;if(lr=="page"){var Hn=Math.min($e.display.wrapper.clientHeight,Mr($e).innerHeight||dr($e).documentElement.clientHeight),mi=Math.max(Hn-.5*_f($e.display),3);Zr=(ir>0?er.bottom:er.top)+ir*mi}else lr=="line"&&(Zr=ir>0?er.bottom+3:er.top-3);for(var ma;ma=wd($e,$r,Zr),!!ma.outside;){if(ir<0?Zr<=0:Zr>=dr.height){ma.hitSide=!0;break}Zr+=ir*5}return ma}var jl=function($e){this.cm=$e,this.lastAnchorNode=this.lastAnchorOffset=this.lastFocusNode=this.lastFocusOffset=null,this.polling=new Hr,this.composing=null,this.gracePeriod=!1,this.readDOMTimeout=null};jl.prototype.init=function($e){var er=this,ir=this,lr=ir.cm,dr=ir.div=$e.lineDiv;dr.contentEditable=!0,fs(dr,lr.options.spellcheck,lr.options.autocorrect,lr.options.autocapitalize);function $r(Hn){for(var mi=Hn.target;mi;mi=mi.parentNode){if(mi==dr)return!0;if(/\bCodeMirror-(?:line)?widget\b/.test(mi.className))break}return!1}Hi(dr,"paste",function(Hn){!$r(Hn)||cs(lr,Hn)||al(Hn,lr)||z<=11&&setTimeout(Tu(lr,function(){return er.updateFromDOM()}),20)}),Hi(dr,"compositionstart",function(Hn){er.composing={data:Hn.data,done:!1}}),Hi(dr,"compositionupdate",function(Hn){er.composing||(er.composing={data:Hn.data,done:!1})}),Hi(dr,"compositionend",function(Hn){er.composing&&(Hn.data!=er.composing.data&&er.readFromDOMSoon(),er.composing.done=!0)}),Hi(dr,"touchstart",function(){return ir.forceCompositionEnd()}),Hi(dr,"input",function(){er.composing||er.readFromDOMSoon()});function Zr(Hn){if(!(!$r(Hn)||cs(lr,Hn))){if(lr.somethingSelected())As({lineWise:!1,text:lr.getSelections()}),Hn.type=="cut"&&lr.replaceSelection("",null,"cut");else if(lr.options.lineWiseCopyCut){var mi=Rs(lr);As({lineWise:!0,text:mi.text}),Hn.type=="cut"&&lr.operation(function(){lr.setSelections(mi.ranges,0,Tr),lr.replaceSelection("",null,"cut")})}else return;if(Hn.clipboardData){Hn.clipboardData.clearData();var ma=Vo.text.join(`
`);if(Hn.clipboardData.setData("Text",ma),Hn.clipboardData.getData("Text")==ma){Hn.preventDefault();return}}var io=Fs(),ms=io.firstChild;fs(ms),lr.display.lineSpace.insertBefore(io,lr.display.lineSpace.firstChild),ms.value=Vo.text.join(`
`);var gs=hr(Ir(dr));xr(ms),setTimeout(function(){lr.display.lineSpace.removeChild(io),gs.focus(),gs==dr&&ir.showPrimarySelection()},50)}}Hi(dr,"copy",Zr),Hi(dr,"cut",Zr)},jl.prototype.screenReaderLabelChanged=function($e){$e?this.div.setAttribute("aria-label",$e):this.div.removeAttribute("aria-label")},jl.prototype.prepareSelection=function(){var $e=Mm(this.cm,!1);return $e.focus=hr(Ir(this.div))==this.div,$e},jl.prototype.showSelection=function($e,er){!$e||!this.cm.display.view.length||(($e.focus||er)&&this.showPrimarySelection(),this.showMultipleSelections($e))},jl.prototype.getSelection=function(){return this.cm.display.wrapper.ownerDocument.getSelection()},jl.prototype.showPrimarySelection=function(){var $e=this.getSelection(),er=this.cm,ir=er.doc.sel.primary(),lr=ir.from(),dr=ir.to();if(er.display.viewTo==er.display.viewFrom||lr.line>=er.display.viewTo||dr.line<er.display.viewFrom){$e.removeAllRanges();return}var $r=lc(er,$e.anchorNode,$e.anchorOffset),Zr=lc(er,$e.focusNode,$e.focusOffset);if(!($r&&!$r.bad&&Zr&&!Zr.bad&&Uu(gp($r,Zr),lr)==0&&Uu(ld($r,Zr),dr)==0)){var Hn=er.display.view,mi=lr.line>=er.display.viewFrom&&rc(er,lr)||{node:Hn[0].measure.map[2],offset:0},ma=dr.line<er.display.viewTo&&rc(er,dr);if(!ma){var io=Hn[Hn.length-1].measure,ms=io.maps?io.maps[io.maps.length-1]:io.map;ma={node:ms[ms.length-1],offset:ms[ms.length-2]-ms[ms.length-3]}}if(!mi||!ma){$e.removeAllRanges();return}var gs=$e.rangeCount&&$e.getRangeAt(0),Cs;try{Cs=cr(mi.node,mi.offset,ma.offset,ma.node)}catch{}Cs&&(!k&&er.state.focused?($e.collapse(mi.node,mi.offset),Cs.collapsed||($e.removeAllRanges(),$e.addRange(Cs))):($e.removeAllRanges(),$e.addRange(Cs)),gs&&$e.anchorNode==null?$e.addRange(gs):k&&this.startGracePeriod()),this.rememberSelection()}},jl.prototype.startGracePeriod=function(){var $e=this;clearTimeout(this.gracePeriod),this.gracePeriod=setTimeout(function(){$e.gracePeriod=!1,$e.selectionChanged()&&$e.cm.operation(function(){return $e.cm.curOp.selectionChanged=!0})},20)},jl.prototype.showMultipleSelections=function($e){ar(this.cm.display.cursorDiv,$e.cursors),ar(this.cm.display.selectionDiv,$e.selection)},jl.prototype.rememberSelection=function(){var $e=this.getSelection();this.lastAnchorNode=$e.anchorNode,this.lastAnchorOffset=$e.anchorOffset,this.lastFocusNode=$e.focusNode,this.lastFocusOffset=$e.focusOffset},jl.prototype.selectionInEditor=function(){var $e=this.getSelection();if(!$e.rangeCount)return!1;var er=$e.getRangeAt(0).commonAncestorContainer;return _r(this.div,er)},jl.prototype.focus=function(){this.cm.options.readOnly!="nocursor"&&((!this.selectionInEditor()||hr(Ir(this.div))!=this.div)&&this.showSelection(this.prepareSelection(),!0),this.div.focus())},jl.prototype.blur=function(){this.div.blur()},jl.prototype.getField=function(){return this.div},jl.prototype.supportsTouch=function(){return!0},jl.prototype.receivedFocus=function(){var $e=this,er=this;this.selectionInEditor()?setTimeout(function(){return $e.pollSelection()},20):bc(this.cm,function(){return er.cm.curOp.selectionChanged=!0});function ir(){er.cm.state.focused&&(er.pollSelection(),er.polling.set(er.cm.options.pollInterval,ir))}this.polling.set(this.cm.options.pollInterval,ir)},jl.prototype.selectionChanged=function(){var $e=this.getSelection();return $e.anchorNode!=this.lastAnchorNode||$e.anchorOffset!=this.lastAnchorOffset||$e.focusNode!=this.lastFocusNode||$e.focusOffset!=this.lastFocusOffset},jl.prototype.pollSelection=function(){if(!(this.readDOMTimeout!=null||this.gracePeriod||!this.selectionChanged())){var $e=this.getSelection(),er=this.cm;if(_e&&oe&&this.cm.display.gutterSpecs.length&&ed($e.anchorNode)){this.cm.triggerOnKeyDown({type:"keydown",keyCode:8,preventDefault:Math.abs}),this.blur(),this.focus();return}if(!this.composing){this.rememberSelection();var ir=lc(er,$e.anchorNode,$e.anchorOffset),lr=lc(er,$e.focusNode,$e.focusOffset);ir&&lr&&bc(er,function(){as(er.doc,Dp(ir,lr),Tr),(ir.bad||lr.bad)&&(er.curOp.selectionChanged=!0)})}}},jl.prototype.pollContent=function(){this.readDOMTimeout!=null&&(clearTimeout(this.readDOMTimeout),this.readDOMTimeout=null);var $e=this.cm,er=$e.display,ir=$e.doc.sel.primary(),lr=ir.from(),dr=ir.to();if(lr.ch==0&&lr.line>$e.firstLine()&&(lr=ml(lr.line-1,Ul($e.doc,lr.line-1).length)),dr.ch==Ul($e.doc,dr.line).text.length&&dr.line<$e.lastLine()&&(dr=ml(dr.line+1,0)),lr.line<er.viewFrom||dr.line>er.viewTo-1)return!1;var $r,Zr,Hn;lr.line==er.viewFrom||($r=km($e,lr.line))==0?(Zr=In(er.view[0].line),Hn=er.view[0].node):(Zr=In(er.view[$r].line),Hn=er.view[$r-1].node.nextSibling);var mi=km($e,dr.line),ma,io;if(mi==er.view.length-1?(ma=er.viewTo-1,io=er.lineDiv.lastChild):(ma=In(er.view[mi+1].line)-1,io=er.view[mi+1].node.previousSibling),!Hn)return!1;for(var ms=$e.doc.splitLines(fc($e,Hn,io,Zr,ma)),gs=tc($e.doc,ml(Zr,0),ml(ma,Ul($e.doc,ma).text.length));ms.length>1&&gs.length>1;)if(Wr(ms)==Wr(gs))ms.pop(),gs.pop(),ma--;else if(ms[0]==gs[0])ms.shift(),gs.shift(),Zr++;else break;for(var Cs=0,Js=0,Hl=ms[0],sl=gs[0],pu=Math.min(Hl.length,sl.length);Cs<pu&&Hl.charCodeAt(Cs)==sl.charCodeAt(Cs);)++Cs;for(var gu=Wr(ms),vs=Wr(gs),pc=Math.min(gu.length-(ms.length==1?Cs:0),vs.length-(gs.length==1?Cs:0));Js<pc&&gu.charCodeAt(gu.length-Js-1)==vs.charCodeAt(vs.length-Js-1);)++Js;if(ms.length==1&&gs.length==1&&Zr==lr.line)for(;Cs&&Cs>lr.ch&&gu.charCodeAt(gu.length-Js-1)==vs.charCodeAt(vs.length-Js-1);)Cs--,Js++;ms[ms.length-1]=gu.slice(0,gu.length-Js).replace(/^\u200b+/,""),ms[0]=ms[0].slice(Cs).replace(/\u200b+$/,"");var vc=ml(Zr,Cs),$u=ml(ma,gs.length?Wr(gs).length-Js:0);if(ms.length>1||ms[0]||Uu(vc,$u))return fu($e.doc,ms,vc,$u,"+input"),!0},jl.prototype.ensurePolled=function(){this.forceCompositionEnd()},jl.prototype.reset=function(){this.forceCompositionEnd()},jl.prototype.forceCompositionEnd=function(){this.composing&&(clearTimeout(this.readDOMTimeout),this.composing=null,this.updateFromDOM(),this.div.blur(),this.div.focus())},jl.prototype.readFromDOMSoon=function(){var $e=this;this.readDOMTimeout==null&&(this.readDOMTimeout=setTimeout(function(){if($e.readDOMTimeout=null,$e.composing)if($e.composing.done)$e.composing=null;else return;$e.updateFromDOM()},80))},jl.prototype.updateFromDOM=function(){var $e=this;(this.cm.isReadOnly()||!this.pollContent())&&bc(this.cm,function(){return Ip($e.cm)})},jl.prototype.setUneditable=function($e){$e.contentEditable="false"},jl.prototype.onKeyPress=function($e){$e.charCode==0||this.composing||($e.preventDefault(),this.cm.isReadOnly()||Tu(this.cm,dl)(this.cm,String.fromCharCode($e.charCode==null?$e.keyCode:$e.charCode),0))},jl.prototype.readOnlyChanged=function($e){this.div.contentEditable=String($e!="nocursor")},jl.prototype.onContextMenu=function(){},jl.prototype.resetPosition=function(){},jl.prototype.needsContentAttribute=!0;function rc($e,er){var ir=ih($e,er.line);if(!ir||ir.hidden)return null;var lr=Ul($e.doc,er.line),dr=kh(ir,lr,er.line),$r=qa(lr,$e.doc.direction),Zr="left";if($r){var Hn=Sa($r,er.ch);Zr=Hn%2?"right":"left"}var mi=Bh(dr.map,er.ch,Zr);return mi.offset=mi.collapse=="right"?mi.end:mi.start,mi}function ed($e){for(var er=$e;er;er=er.parentNode)if(/CodeMirror-gutter-wrapper/.test(er.className))return!0;return!1}function Uc($e,er){return er&&($e.bad=!0),$e}function fc($e,er,ir,lr,dr){var $r="",Zr=!1,Hn=$e.doc.lineSeparator(),mi=!1;function ma(Cs){return function(Js){return Js.id==Cs}}function io(){Zr&&($r+=Hn,mi&&($r+=Hn),Zr=mi=!1)}function ms(Cs){Cs&&(io(),$r+=Cs)}function gs(Cs){if(Cs.nodeType==1){var Js=Cs.getAttribute("cm-text");if(Js){ms(Js);return}var Hl=Cs.getAttribute("cm-marker"),sl;if(Hl){var pu=$e.findMarks(ml(lr,0),ml(dr+1,0),ma(+Hl));pu.length&&(sl=pu[0].find(0))&&ms(tc($e.doc,sl.from,sl.to).join(Hn));return}if(Cs.getAttribute("contenteditable")=="false")return;var gu=/^(pre|div|p|li|table|br)$/i.test(Cs.nodeName);if(!/^br$/i.test(Cs.nodeName)&&Cs.textContent.length==0)return;gu&&io();for(var vs=0;vs<Cs.childNodes.length;vs++)gs(Cs.childNodes[vs]);/^(pre|p)$/i.test(Cs.nodeName)&&(mi=!0),gu&&(Zr=!0)}else Cs.nodeType==3&&ms(Cs.nodeValue.replace(/\u200b/g,"").replace(/\u00a0/g," "))}for(;gs(er),er!=ir;)er=er.nextSibling,mi=!1;return $r}function lc($e,er,ir){var lr;if(er==$e.display.lineDiv){if(lr=$e.display.lineDiv.childNodes[ir],!lr)return Uc($e.clipPos(ml($e.display.viewTo-1)),!0);er=null,ir=0}else for(lr=er;;lr=lr.parentNode){if(!lr||lr==$e.display.lineDiv)return null;if(lr.parentNode&&lr.parentNode==$e.display.lineDiv)break}for(var dr=0;dr<$e.display.view.length;dr++){var $r=$e.display.view[dr];if($r.node==lr)return ol($r,er,ir)}}function ol($e,er,ir){var lr=$e.text.firstChild,dr=!1;if(!er||!_r(lr,er))return Uc(ml(In($e.line),0),!0);if(er==lr&&(dr=!0,er=lr.childNodes[ir],ir=0,!er)){var $r=$e.rest?Wr($e.rest):$e.line;return Uc(ml(In($r),$r.text.length),dr)}var Zr=er.nodeType==3?er:null,Hn=er;for(!Zr&&er.childNodes.length==1&&er.firstChild.nodeType==3&&(Zr=er.firstChild,ir&&(ir=Zr.nodeValue.length));Hn.parentNode!=lr;)Hn=Hn.parentNode;var mi=$e.measure,ma=mi.maps;function io(sl,pu,gu){for(var vs=-1;vs<(ma?ma.length:0);vs++)for(var pc=vs<0?mi.map:ma[vs],vc=0;vc<pc.length;vc+=3){var $u=pc[vc+2];if($u==sl||$u==pu){var dc=In(vs<0?$e.line:$e.rest[vs]),zc=pc[vc]+gu;return(gu<0||$u!=sl)&&(zc=pc[vc+(gu?1:0)]),ml(dc,zc)}}}var ms=io(Zr,Hn,ir);if(ms)return Uc(ms,dr);for(var gs=Hn.nextSibling,Cs=Zr?Zr.nodeValue.length-ir:0;gs;gs=gs.nextSibling){if(ms=io(gs,gs.firstChild,0),ms)return Uc(ml(ms.line,ms.ch-Cs),dr);Cs+=gs.textContent.length}for(var Js=Hn.previousSibling,Hl=ir;Js;Js=Js.previousSibling){if(ms=io(Js,Js.firstChild,-1),ms)return Uc(ml(ms.line,ms.ch+Hl),dr);Hl+=Js.textContent.length}}var Qo=function($e){this.cm=$e,this.prevInput="",this.pollingFast=!1,this.polling=new Hr,this.hasSelection=!1,this.composing=null,this.resetting=!1};Qo.prototype.init=function($e){var er=this,ir=this,lr=this.cm;this.createField($e);var dr=this.textarea;$e.wrapper.insertBefore(this.wrapper,$e.wrapper.firstChild),Ce&&(dr.style.width="0px"),Hi(dr,"input",function(){V&&z>=9&&er.hasSelection&&(er.hasSelection=null),ir.poll()}),Hi(dr,"paste",function(Zr){cs(lr,Zr)||al(Zr,lr)||(lr.state.pasteIncoming=+new Date,ir.fastPoll())});function $r(Zr){if(!cs(lr,Zr)){if(lr.somethingSelected())As({lineWise:!1,text:lr.getSelections()});else if(lr.options.lineWiseCopyCut){var Hn=Rs(lr);As({lineWise:!0,text:Hn.text}),Zr.type=="cut"?lr.setSelections(Hn.ranges,null,Tr):(ir.prevInput="",dr.value=Hn.text.join(`
`),xr(dr))}else return;Zr.type=="cut"&&(lr.state.cutIncoming=+new Date)}}Hi(dr,"cut",$r),Hi(dr,"copy",$r),Hi($e.scroller,"paste",function(Zr){if(!(Qp($e,Zr)||cs(lr,Zr))){if(!dr.dispatchEvent){lr.state.pasteIncoming=+new Date,ir.focus();return}var Hn=new Event("paste");Hn.clipboardData=Zr.clipboardData,dr.dispatchEvent(Hn)}}),Hi($e.lineSpace,"selectstart",function(Zr){Qp($e,Zr)||xs(Zr)}),Hi(dr,"compositionstart",function(){var Zr=lr.getCursor("from");ir.composing&&ir.composing.range.clear(),ir.composing={start:Zr,range:lr.markText(Zr,lr.getCursor("to"),{className:"CodeMirror-composing"})}}),Hi(dr,"compositionend",function(){ir.composing&&(ir.poll(),ir.composing.range.clear(),ir.composing=null)})},Qo.prototype.createField=function($e){this.wrapper=Fs(),this.textarea=this.wrapper.firstChild;var er=this.cm.options;fs(this.textarea,er.spellcheck,er.autocorrect,er.autocapitalize)},Qo.prototype.screenReaderLabelChanged=function($e){$e?this.textarea.setAttribute("aria-label",$e):this.textarea.removeAttribute("aria-label")},Qo.prototype.prepareSelection=function(){var $e=this.cm,er=$e.display,ir=$e.doc,lr=Mm($e);if($e.options.moveInputWithCursor){var dr=Pl($e,ir.sel.primary().head,"div"),$r=er.wrapper.getBoundingClientRect(),Zr=er.lineDiv.getBoundingClientRect();lr.teTop=Math.max(0,Math.min(er.wrapper.clientHeight-10,dr.top+Zr.top-$r.top)),lr.teLeft=Math.max(0,Math.min(er.wrapper.clientWidth-10,dr.left+Zr.left-$r.left))}return lr},Qo.prototype.showSelection=function($e){var er=this.cm,ir=er.display;ar(ir.cursorDiv,$e.cursors),ar(ir.selectionDiv,$e.selection),$e.teTop!=null&&(this.wrapper.style.top=$e.teTop+"px",this.wrapper.style.left=$e.teLeft+"px")},Qo.prototype.reset=function($e){if(!(this.contextMenuPending||this.composing&&$e)){var er=this.cm;if(this.resetting=!0,er.somethingSelected()){this.prevInput="";var ir=er.getSelection();this.textarea.value=ir,er.state.focused&&xr(this.textarea),V&&z>=9&&(this.hasSelection=ir)}else $e||(this.prevInput=this.textarea.value="",V&&z>=9&&(this.hasSelection=null));this.resetting=!1}},Qo.prototype.getField=function(){return this.textarea},Qo.prototype.supportsTouch=function(){return!1},Qo.prototype.focus=function(){if(this.cm.options.readOnly!="nocursor"&&(!Ne||hr(Ir(this.textarea))!=this.textarea))try{this.textarea.focus()}catch{}},Qo.prototype.blur=function(){this.textarea.blur()},Qo.prototype.resetPosition=function(){this.wrapper.style.top=this.wrapper.style.left=0},Qo.prototype.receivedFocus=function(){this.slowPoll()},Qo.prototype.slowPoll=function(){var $e=this;this.pollingFast||this.polling.set(this.cm.options.pollInterval,function(){$e.poll(),$e.cm.state.focused&&$e.slowPoll()})},Qo.prototype.fastPoll=function(){var $e=!1,er=this;er.pollingFast=!0;function ir(){var lr=er.poll();!lr&&!$e?($e=!0,er.polling.set(60,ir)):(er.pollingFast=!1,er.slowPoll())}er.polling.set(20,ir)},Qo.prototype.poll=function(){var $e=this,er=this.cm,ir=this.textarea,lr=this.prevInput;if(this.contextMenuPending||this.resetting||!er.state.focused||Zn(ir)&&!lr&&!this.composing||er.isReadOnly()||er.options.disableInput||er.state.keySeq)return!1;var dr=ir.value;if(dr==lr&&!er.somethingSelected())return!1;if(V&&z>=9&&this.hasSelection===dr||Fe&&/[\uf700-\uf7ff]/.test(dr))return er.display.input.reset(),!1;if(er.doc.sel==er.display.selForContextMenu){var $r=dr.charCodeAt(0);if($r==8203&&!lr&&(lr=""),$r==8666)return this.reset(),this.cm.execCommand("undo")}for(var Zr=0,Hn=Math.min(lr.length,dr.length);Zr<Hn&&lr.charCodeAt(Zr)==dr.charCodeAt(Zr);)++Zr;return bc(er,function(){dl(er,dr.slice(Zr),lr.length-Zr,null,$e.composing?"*compose":null),dr.length>1e3||dr.indexOf(`
`)>-1?ir.value=$e.prevInput="":$e.prevInput=dr,$e.composing&&($e.composing.range.clear(),$e.composing.range=er.markText($e.composing.start,er.getCursor("to"),{className:"CodeMirror-composing"}))}),!0},Qo.prototype.ensurePolled=function(){this.pollingFast&&this.poll()&&(this.pollingFast=!1)},Qo.prototype.onKeyPress=function(){V&&z>=9&&(this.hasSelection=null),this.fastPoll()},Qo.prototype.onContextMenu=function($e){var er=this,ir=er.cm,lr=ir.display,dr=er.textarea;er.contextMenuPending&&er.contextMenuPending();var $r=qp(ir,$e),Zr=lr.scroller.scrollTop;if(!$r||de)return;var Hn=ir.options.resetSelectionOnContextMenu;Hn&&ir.doc.sel.contains($r)==-1&&Tu(ir,as)(ir.doc,Dp($r),Tr);var mi=dr.style.cssText,ma=er.wrapper.style.cssText,io=er.wrapper.offsetParent.getBoundingClientRect();er.wrapper.style.cssText="position: static",dr.style.cssText=`position: absolute; width: 30px; height: 30px;
top: `+($e.clientY-io.top-5)+"px; left: "+($e.clientX-io.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 ms;re&&(ms=dr.ownerDocument.defaultView.scrollY),lr.input.focus(),re&&dr.ownerDocument.defaultView.scrollTo(null,ms),lr.input.reset(),ir.somethingSelected()||(dr.value=er.prevInput=" "),er.contextMenuPending=Cs,lr.selForContextMenu=ir.doc.sel,clearTimeout(lr.detectingSelectAll);function gs(){if(dr.selectionStart!=null){var Hl=ir.somethingSelected(),sl=""+(Hl?dr.value:"");dr.value="⇚",dr.value=sl,er.prevInput=Hl?"":"",dr.selectionStart=1,dr.selectionEnd=sl.length,lr.selForContextMenu=ir.doc.sel}}function Cs(){if(er.contextMenuPending==Cs&&(er.contextMenuPending=!1,er.wrapper.style.cssText=ma,dr.style.cssText=mi,V&&z<9&&lr.scrollbars.setScrollTop(lr.scroller.scrollTop=Zr),dr.selectionStart!=null)){(!V||V&&z<9)&&gs();var Hl=0,sl=function(){lr.selForContextMenu==ir.doc.sel&&dr.selectionStart==0&&dr.selectionEnd>0&&er.prevInput==""?Tu(ir,Mc)(ir):Hl++<10?lr.detectingSelectAll=setTimeout(sl,500):(lr.selForContextMenu=null,lr.input.reset())};lr.detectingSelectAll=setTimeout(sl,200)}}if(V&&z>=9&&gs(),qe){Pc($e);var Js=function(){Ma(window,"mouseup",Js),setTimeout(Cs,20)};Hi(window,"mouseup",Js)}else setTimeout(Cs,50)},Qo.prototype.readOnlyChanged=function($e){$e||this.reset(),this.textarea.disabled=$e=="nocursor",this.textarea.readOnly=!!$e},Qo.prototype.setUneditable=function(){},Qo.prototype.needsContentAttribute=!1;function fl($e,er){if(er=er?gr(er):{},er.value=$e.value,!er.tabindex&&$e.tabIndex&&(er.tabindex=$e.tabIndex),!er.placeholder&&$e.placeholder&&(er.placeholder=$e.placeholder),er.autofocus==null){var ir=hr(Ir($e));er.autofocus=ir==$e||$e.getAttribute("autofocus")!=null&&ir==document.body}function lr(){$e.value=Hn.getValue()}var dr;if($e.form&&(Hi($e.form,"submit",lr),!er.leaveSubmitMethodAlone)){var $r=$e.form;dr=$r.submit;try{var Zr=$r.submit=function(){lr(),$r.submit=dr,$r.submit(),$r.submit=Zr}}catch{}}er.finishInit=function(mi){mi.save=lr,mi.getTextArea=function(){return $e},mi.toTextArea=function(){mi.toTextArea=isNaN,lr(),$e.parentNode.removeChild(mi.getWrapperElement()),$e.style.display="",$e.form&&(Ma($e.form,"submit",lr),!er.leaveSubmitMethodAlone&&typeof $e.form.submit=="function"&&($e.form.submit=dr))}},$e.style.display="none";var Hn=ys(function(mi){return $e.parentNode.insertBefore(mi,$e.nextSibling)},er);return Hn}function Is($e){$e.off=Ma,$e.on=Hi,$e.wheelEventPixels=dp,$e.Doc=Yd,$e.splitLines=Lr,$e.countColumn=jr,$e.findColumn=Cr,$e.isWordChar=Po,$e.Pass=Sr,$e.signal=Ns,$e.Line=Wn,$e.changeEnd=jf,$e.scrollbarModel=bu,$e.Pos=ml,$e.cmpPos=Uu,$e.modes=Wi,$e.mimeModes=pa,$e.resolveMode=Eo,$e.getMode=Fo,$e.modeExtensions=hs,$e.extendMode=An,$e.copyState=Uo,$e.startState=ko,$e.innerMode=cu,$e.commands=Vn,$e.keyMap=Wm,$e.keyName=Zh,$e.isModifierKey=a0,$e.lookupKey=nf,$e.normalizeKeyMap=om,$e.StringStream=vu,$e.SharedTextMarker=Wu,$e.TextMarker=Dl,$e.LineWidget=Vc,$e.e_preventDefault=xs,$e.e_stopPropagation=ju,$e.e_stop=Pc,$e.addClass=Er,$e.contains=_r,$e.rmClass=tr,$e.keyNames=Kp}Bs(ys),Ws(ys);var ul="iter insert remove copy getEditor constructor".split(" ");for(var Hu in Yd.prototype)Yd.prototype.hasOwnProperty(Hu)&&Vr(ul,Hu)<0&&(ys.prototype[Hu]=function($e){return function(){return $e.apply(this.doc,arguments)}}(Yd.prototype[Hu]));return Au(Yd),ys.inputStyles={textarea:Qo,contenteditable:jl},ys.defineMode=function($e){!ys.defaults.mode&&$e!="null"&&(ys.defaults.mode=$e),Ki.apply(this,arguments)},ys.defineMIME=Yo,ys.defineMode("null",function(){return{token:function($e){return $e.skipToEnd()}}}),ys.defineMIME("text/plain","null"),ys.defineExtension=function($e,er){ys.prototype[$e]=er},ys.defineDocExtension=function($e,er){Yd.prototype[$e]=er},ys.fromTextArea=fl,Is(ys),ys.version="5.65.17",ys})}(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$3=Object.prototype.toString,isObject$3=e=>toString$3.call(e)==="[object Object]",noop$5=()=>{};function createFilterWrapper$1(e,t){function y(...n){return new Promise((k,L)=>{Promise.resolve(e(()=>t.apply(this,n),{fn:t,thisArg:this,args:n})).then(k).catch(L)})}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=(...L)=>{t.value&&e(...L)};return{isActive:readonly(t),pause:y,resume:n,eventFilter:k}}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$5}))):ref$1(t)}function watchWithFilter(e,t,y={}){const{eventFilter:n=bypassFilter,...k}=y;return watch(e,createFilterWrapper$1(n,t),k)}function watchPausable(e,t,y={}){const{eventFilter:n,...k}=y,{eventFilter:L,pause:$,resume:j,isActive:V}=pausableFilter(n);return{stop:watchWithFilter(e,t,{...k,eventFilter:L}),pause:$,resume:j,isActive:V}}function tryOnMounted$1(e,t=!0,y){getLifeCycleTarget()?onMounted(e,y):t?e():nextTick$1(e)}function useToggle(e=!1,t={}){const{truthyValue:y=!0,falsyValue:n=!1}=t,k=isRef(e),L=ref$1(e);function $(j){if(arguments.length)return L.value=j,L.value;{const V=toValue$2(y);return L.value=L.value===V?toValue$2(n):V,L.value}}return 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,k;if(typeof e[0]=="string"||Array.isArray(e[0])?([y,n,k]=e,t=defaultWindow$1):[t,y,n,k]=e,!t)return noop$5;Array.isArray(y)||(y=[y]),Array.isArray(n)||(n=[n]);const L=[],$=()=>{L.forEach(re=>re()),L.length=0},j=(re,ie,oe,ue)=>(re.addEventListener(ie,oe,ue),()=>re.removeEventListener(ie,oe,ue)),V=watch(()=>[unrefElement$1(t),toValue$2(k)],([re,ie])=>{if($(),!re)return;const oe=isObject$3(ie)?{...ie}:ie;L.push(...y.flatMap(ue=>n.map(de=>j(re,ue,de,oe))))},{immediate:!0,flush:"post"}),z=()=>{V(),$()};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 k;const L=ref$1(!1),$=z=>{L.value=z.matches},j=()=>{k&&("removeEventListener"in k?k.removeEventListener("change",$):k.removeListener($))},V=watchEffect(()=>{n.value&&(j(),k=y.matchMedia(toValue$2(e)),"addEventListener"in k?k.addEventListener("change",$):k.addListener($),L.value=k.matches)});return tryOnScopeDispose$1(()=>{V(),j(),k=void 0}),L}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 k;const{flush:L="pre",deep:$=!0,listenToStorageChanges:j=!0,writeDefaults:V=!0,mergeDefaults:z=!1,shallow:re,window:ie=defaultWindow$1,eventFilter:oe,onError:ue=qe=>{console.error(qe)},initOnMounted:de}=n,pe=(re?shallowRef:ref$1)(typeof t=="function"?t():t);if(!y)try{y=getSSRHandler("getDefaultStorage",()=>{var qe;return(qe=defaultWindow$1)==null?void 0:qe.localStorage})()}catch(qe){ue(qe)}if(!y)return pe;const Ie=toValue$2(t),he=guessSerializerType(Ie),Ce=(k=n.serializer)!=null?k:StorageSerializers[he],{pause:_e,resume:Ne}=watchPausable(pe,()=>Ue(pe.value),{flush:L,deep:$,eventFilter:oe});ie&&j&&tryOnMounted$1(()=>{useEventListener$1(ie,"storage",Et),useEventListener$1(ie,customStorageEventName,Ve),de&&Et()}),de||Et();function Fe(qe,jt){ie&&ie.dispatchEvent(new CustomEvent(customStorageEventName,{detail:{key:e,oldValue:qe,newValue:jt,storageArea:y}}))}function Ue(qe){try{const jt=y.getItem(e);if(qe==null)Fe(jt,null),y.removeItem(e);else{const tr=Ce.write(qe);jt!==tr&&(y.setItem(e,tr),Fe(jt,tr))}}catch(jt){ue(jt)}}function kt(qe){const jt=qe?qe.newValue:y.getItem(e);if(jt==null)return V&&Ie!=null&&y.setItem(e,Ce.write(Ie)),Ie;if(!qe&&z){const tr=Ce.read(jt);return typeof z=="function"?z(tr,Ie):he==="object"&&!Array.isArray(tr)?{...Ie,...tr}:tr}else return typeof jt!="string"?jt:Ce.read(jt)}function Et(qe){if(!(qe&&qe.storageArea!==y)){if(qe&&qe.key==null){pe.value=Ie;return}if(!(qe&&qe.key!==e)){_e();try{(qe==null?void 0:qe.newValue)!==Ce.write(pe.value)&&(pe.value=kt(qe))}catch(jt){ue(jt)}finally{qe?nextTick$1(Ne):Ne()}}}}function Ve(qe){Et(qe.detail)}return pe}function usePreferredDark(e){return useMediaQuery("(prefers-color-scheme: dark)",e)}function useColorMode(e={}){const{selector:t="html",attribute:y="class",initialValue:n="auto",window:k=defaultWindow$1,storage:L,storageKey:$="vueuse-color-scheme",listenToStorageChanges:j=!0,storageRef:V,emitAuto:z,disableTransition:re=!0}=e,ie={auto:"",light:"light",dark:"dark",...e.modes||{}},oe=usePreferredDark({window:k}),ue=computed(()=>oe.value?"dark":"light"),de=V||($==null?toRef(n):useStorage($,n,L,{window:k,listenToStorageChanges:j})),pe=computed(()=>de.value==="auto"?ue.value:de.value),Ie=getSSRHandler("updateHTMLAttrs",(Ne,Fe,Ue)=>{const kt=typeof Ne=="string"?k==null?void 0:k.document.querySelector(Ne):unrefElement$1(Ne);if(!kt)return;let Et;if(re&&(Et=k.document.createElement("style"),Et.appendChild(document.createTextNode("*,*::before,*::after{-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;-ms-transition:none!important;transition:none!important}")),k.document.head.appendChild(Et)),Fe==="class"){const Ve=Ue.split(/\s/g);Object.values(ie).flatMap(qe=>(qe||"").split(/\s/g)).filter(Boolean).forEach(qe=>{Ve.includes(qe)?kt.classList.add(qe):kt.classList.remove(qe)})}else kt.setAttribute(Fe,Ue);re&&(k.getComputedStyle(Et).opacity,document.head.removeChild(Et))});function he(Ne){var Fe;Ie(t,y,(Fe=ie[Ne])!=null?Fe:Ne)}function Ce(Ne){e.onChanged?e.onChanged(Ne,he):he(Ne)}watch(pe,Ce,{flush:"post",immediate:!0}),tryOnMounted$1(()=>Ce(pe.value));const _e=computed({get(){return z?de.value:pe.value},set(Ne){de.value=Ne}});try{return Object.assign(_e,{store:de,system:ue,state:pe})}catch{return _e}}function useDark(e={}){const{valueDark:t="dark",valueLight:y="",window:n=defaultWindow$1}=e,k=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}}),L=computed(()=>k.system?k.system.value:usePreferredDark({window:n}).value?"dark":"light");return computed({get(){return k.value==="dark"},set(j){const V=j?"dark":"light";L.value===V?k.value="auto":k.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 k=document.createEvent(n);return k.initEvent(t,...y),e.dispatchEvent(k),e},isLeaf=e=>!e.getAttribute("aria-owns"),getSibling=(e,t,y)=>{const{parentNode:n}=e;if(!n)return null;const k=n.querySelectorAll(y),L=Array.prototype.indexOf.call(k,e);return k[L+t]||null},focusNode=e=>{e&&(e.focus(),!isLeaf(e)&&e.click())},composeEventHandlers=(e,t,{checkForDefaultPrevented:y=!0}={})=>k=>{const L=e==null?void 0:e(k);if(y===!1||!L)return t==null?void 0:t(k)},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$3=e=>typeof e=="function",isString$2=e=>typeof e=="string",noop$4=()=>{},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,L)=>{Promise.resolve(e(()=>t.apply(this,n),{fn:t,thisArg:this,args:n})).then(k).catch(L)})}return y}function debounceFilter(e,t={}){let y,n,k=noop$4;const L=j=>{clearTimeout(j),k(),k=noop$4};return j=>{const V=resolveUnref(e),z=resolveUnref(t.maxWait);return y&&L(y),V<=0||z!==void 0&&z<=0?(n&&(L(n),n=null),Promise.resolve(j())):new Promise((re,ie)=>{k=t.rejectOnCancel?ie:re,z&&!n&&(n=setTimeout(()=>{y&&L(y),n=null,re(j())},z)),y=setTimeout(()=>{n&&L(n),n=null,re(j())},V)})}}function throttleFilter(e,t=!0,y=!0,n=!1){let k=0,L,$=!0,j=noop$4,V;const z=()=>{L&&(clearTimeout(L),L=void 0,j(),j=noop$4)};return ie=>{const oe=resolveUnref(e),ue=Date.now()-k,de=()=>V=ie();return z(),oe<=0?(k=Date.now(),de()):(ue>oe&&(y||!$)?(k=Date.now(),de()):t&&(V=new Promise((pe,Ie)=>{j=n?Ie:pe,L=setTimeout(()=>{k=Date.now(),$=!0,pe(de()),z()},Math.max(0,oe-ue))})),!y&&!L&&(L=setTimeout(()=>$=!0,oe)),$=!1,V)}}function identity$1(e){return e}function computedWithControl(e,t){let y,n,k;const L=ref$1(!0),$=()=>{L.value=!0,k()};watch(e,$,{flush:"sync"});const j=isFunction$3(t)?t:t.get,V=isFunction$3(t)?void 0:t.set,z=customRef((re,ie)=>(n=re,k=ie,{get(){return L.value&&(y=j(),L.value=!1),n(),y},set(oe){V==null||V(oe)}}));return Object.isExtensible(z)&&(z.trigger=$),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),k=useDebounceFn(()=>{n.value=e.value},t,y);return watch(e,()=>k()),n}function useThrottleFn(e,t=200,y=!1,n=!0,k=!1){return createFilterWrapper(throttleFilter(t,y,n,k),e)}function tryOnMounted(e,t=!0){getCurrentInstance()?onMounted(e):t?e():nextTick$1(e)}function useTimeoutFn(e,t,y={}){const{immediate:n=!0}=y,k=ref$1(!1);let L=null;function $(){L&&(clearTimeout(L),L=null)}function j(){k.value=!1,$()}function V(...z){$(),k.value=!0,L=setTimeout(()=>{k.value=!1,L=null,e(...z)},resolveUnref(t))}return n&&(k.value=!0,isClient&&V()),tryOnScopeDispose(j),{isPending:readonly(k),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,k;if(isString$2(e[0])||Array.isArray(e[0])?([y,n,k]=e,t=defaultWindow):[t,y,n,k]=e,!t)return noop$4;Array.isArray(y)||(y=[y]),Array.isArray(n)||(n=[n]);const L=[],$=()=>{L.forEach(re=>re()),L.length=0},j=(re,ie,oe,ue)=>(re.addEventListener(ie,oe,ue),()=>re.removeEventListener(ie,oe,ue)),V=watch(()=>[unrefElement(t),resolveUnref(k)],([re,ie])=>{$(),re&&L.push(...y.flatMap(oe=>n.map(ue=>j(re,oe,ue,ie))))},{immediate:!0,flush:"post"}),z=()=>{V(),$()};return tryOnScopeDispose(z),z}let _iOSWorkaround=!1;function onClickOutside(e,t,y={}){const{window:n=defaultWindow,ignore:k=[],capture:L=!0,detectIframe:$=!1}=y;if(!n)return;isIOS$1&&!_iOSWorkaround&&(_iOSWorkaround=!0,Array.from(n.document.body.children).forEach(oe=>oe.addEventListener("click",noop$4)));let j=!0;const V=oe=>k.some(ue=>{if(typeof ue=="string")return Array.from(n.document.querySelectorAll(ue)).some(de=>de===oe.target||oe.composedPath().includes(de));{const de=unrefElement(ue);return de&&(oe.target===de||oe.composedPath().includes(de))}}),re=[useEventListener(n,"click",oe=>{const ue=unrefElement(e);if(!(!ue||ue===oe.target||oe.composedPath().includes(ue))){if(oe.detail===0&&(j=!V(oe)),!j){j=!0;return}t(oe)}},{passive:!0,capture:L}),useEventListener(n,"pointerdown",oe=>{const ue=unrefElement(e);ue&&(j=!oe.composedPath().includes(ue)&&!V(oe))},{passive:!0}),$&&useEventListener(n,"blur",oe=>{var ue;const de=unrefElement(e);((ue=n.document.activeElement)==null?void 0:ue.tagName)==="IFRAME"&&!(de!=null&&de.contains(n.document.activeElement))&&t(oe)})].filter(Boolean);return()=>re.forEach(oe=>oe())}function useActiveElement(e={}){var t;const{window:y=defaultWindow}=e,n=(t=e.document)!=null?t:y==null?void 0:y.document,k=computedWithControl(()=>null,()=>n==null?void 0:n.activeElement);return y&&(useEventListener(y,"blur",L=>{L.relatedTarget===null&&k.trigger()},!0),useEventListener(y,"focus",k.trigger,!0)),k}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 k=ref$1(n),L=computed(()=>{var $;return unrefElement(t)||(($=y==null?void 0:y.document)==null?void 0:$.documentElement)});return watch([L,()=>resolveUnref(e)],([$,j])=>{var V;if($&&y){const z=(V=y.getComputedStyle($).getPropertyValue(j))==null?void 0:V.trim();k.value=z||n}},{immediate:!0}),watch(k,$=>{var j;(j=L.value)!=null&&j.style&&L.value.style.setProperty(resolveUnref(e),$)}),k}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:k=defaultWindow}=n,L=__objRest$2(n,["window"]);let $;const j=useSupported(()=>k&&"ResizeObserver"in k),V=()=>{$&&($.disconnect(),$=void 0)},z=watch(()=>unrefElement(e),ie=>{V(),j.value&&k&&ie&&($=new ResizeObserver(t),$.observe(ie,L))},{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:k=!0,immediate:L=!0}=t,$=ref$1(0),j=ref$1(0),V=ref$1(0),z=ref$1(0),re=ref$1(0),ie=ref$1(0),oe=ref$1(0),ue=ref$1(0);function de(){const pe=unrefElement(e);if(!pe){y&&($.value=0,j.value=0,V.value=0,z.value=0,re.value=0,ie.value=0,oe.value=0,ue.value=0);return}const Ie=pe.getBoundingClientRect();$.value=Ie.height,j.value=Ie.bottom,V.value=Ie.left,z.value=Ie.right,re.value=Ie.top,ie.value=Ie.width,oe.value=Ie.x,ue.value=Ie.y}return useResizeObserver(e,de),watch(()=>unrefElement(e),pe=>!pe&&de()),k&&useEventListener("scroll",de,{capture:!0,passive:!0}),n&&useEventListener("resize",de,{passive:!0}),tryOnMounted(()=>{L&&de()}),{height:$,bottom:j,left:V,right:z,top:re,width:ie,x:oe,y:ue,update:de}}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:k=defaultWindow}=n,L=__objRest$1(n,["window"]);let $;const j=useSupported(()=>k&&"MutationObserver"in k),V=()=>{$&&($.disconnect(),$=void 0)},z=watch(()=>unrefElement(e),ie=>{V(),j.value&&k&&ie&&($=new MutationObserver(t),$.observe(ie,L))},{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:ie}=n,oe=getCurrentInstance(),ue=y||(oe==null?void 0:oe.emit)||((k=oe==null?void 0:oe.$emit)==null?void 0:k.bind(oe))||(($=(L=oe==null?void 0:oe.proxy)==null?void 0:L.$emit)==null?void 0:$.bind(oe==null?void 0:oe.proxy));let de=z;t||(t="modelValue"),de=z||de||`update:${t.toString()}`;const pe=he=>j?isFunction$3(j)?j(he):cloneFnJSON(he):he,Ie=()=>isDef(e[t])?pe(e[t]):ie;if(V){const he=Ie(),Ce=ref$1(he);return watch(()=>e[t],_e=>Ce.value=pe(_e)),watch(Ce,_e=>{(_e!==e[t]||re)&&ue(de,_e)},{deep:re}),Ce}else return computed({get(){return Ie()},set(he){ue(de,he)}})}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:k=!0,includeScrollbar:L=!0}=e,$=ref$1(y),j=ref$1(n),V=()=>{t&&(L?($.value=t.innerWidth,j.value=t.innerHeight):($.value=t.document.documentElement.clientWidth,j.value=t.document.documentElement.clientHeight))};return V(),tryOnMounted(V),useEventListener("resize",V,{passive:!0}),k&&useEventListener("orientationchange",V,{passive:!0}),{width:$,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 k=y-t;return e/=n/2,e<1?k/2*e*e*e+t:k/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 k=nativeObjectToString$1.call(e);return n&&(t?e[symToStringTag$1]=y:delete e[symToStringTag$1]),k}var objectProto$e=Object.prototype,nativeObjectToString=objectProto$e.toString;function objectToString(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(e)}function isObjectLike(e){return e!=null&&typeof e=="object"}var symbolTag$3="[object Symbol]";function isSymbol(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,k=Array(n);++y<n;)k[y]=t(e[y],y,e);return k}var isArray$1=Array.isArray,INFINITY$3=1/0,symbolProto$2=Symbol$1?Symbol$1.prototype:void 0,symbolToString=symbolProto$2?symbolProto$2.toString:void 0;function baseToString(e){if(typeof e=="string")return e;if(isArray$1(e))return arrayMap(e,baseToString)+"";if(isSymbol(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$2(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(e))return NAN;if(isObject$2(e)){var t=typeof e.valueOf=="function"?e.valueOf():e;e=isObject$2(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$2(e){if(!isObject$2(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$2(e)||isMasked(e))return!1;var t=isFunction$2(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$2(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$3(){}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(),k=HOT_SPAN-(n-y);if(y=n,k>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 k=e.length,L=y+(n?1:-1);n?L--:++L<k;)if(t(e[L],L,e))return L;return-1}function baseIsNaN(e){return e!==e}function strictIndexOf(e,t,y){for(var n=y-1,k=e.length;++n<k;)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 k=!y;y||(y={});for(var L=-1,$=t.length;++L<$;){var j=t[L],V=void 0;V===void 0&&(V=e[j]),k?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,k=-1,L=nativeMax$1(n.length-t,0),$=Array(L);++k<L;)$[k]=n[t+k];k=-1;for(var j=Array(t+1);++k<t;)j[k]=n[k];return j[t]=y($),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$2(e)}function isIterateeCall(e,t,y){if(!isObject$2(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,k=y.length,L=k>1?y[k-1]:void 0,$=k>2?y[2]:void 0;for(L=e.length>3&&typeof L=="function"?(k--,L):void 0,$&&isIterateeCall(y[0],y[1],$)&&(L=k<3?void 0:L,k=1),t=Object(t);++n<k;){var j=y[n];j&&e(t,j,n,L)}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$4=moduleExports$2?root.Buffer:void 0,nativeIsBuffer=Buffer$4?Buffer$4.isBuffer:void 0,isBuffer$1=nativeIsBuffer||stubFalse,argsTag$2="[object Arguments]",arrayTag$2="[object Array]",boolTag$3="[object Boolean]",dateTag$3="[object Date]",errorTag$2="[object Error]",funcTag$1="[object Function]",mapTag$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$1(e),n=!y&&isArguments$1(e),k=!y&&!n&&isBuffer$1(e),L=!y&&!n&&!k&&isTypedArray$2(e),$=y||n||k||L,j=$?baseTimes(e.length,String):[],V=j.length;for(var z in e)(t||hasOwnProperty$a.call(e,z))&&!($&&(z=="length"||k&&(z=="offset"||z=="parent")||L&&(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$2(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$1(e))return!1;var y=typeof e;return y=="number"||y=="symbol"||y=="boolean"||e==null||isSymbol(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(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.prototype.clear=hashClear;Hash.prototype.delete=hashDelete;Hash.prototype.get=hashGet;Hash.prototype.has=hashHas;Hash.prototype.set=hashSet;function listCacheClear(){this.__data__=[],this.size=0}function assocIndexOf(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,map:new(Map$1||ListCache),string:new Hash}}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,k=t?t.apply(this,n):n[0],L=y.cache;if(L.has(k))return L.get(k);var $=e.apply(this,n);return y.cache=L.set(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,L){t.push(k?L.replace(reEscapeChar$1,"$1"):n||y)}),t});function toString$2(e){return e==null?"":baseToString(e)}function castPath(e,t){return isArray$1(e)?e:isKey(e,t)?[e]:stringToPath$1(toString$2(e))}var INFINITY$2=1/0;function toKey(e){if(typeof e=="string"||isSymbol(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,k=e.length;++y<n;)e[k+y]=t[y];return e}var spreadableSymbol=Symbol$1?Symbol$1.isConcatSpreadable:void 0;function isFlattenable(e){return isArray$1(e)||isArguments$1(e)||!!(spreadableSymbol&&e&&e[spreadableSymbol])}function baseFlatten(e,t,y,n,k){var L=-1,$=e.length;for(y||(y=isFlattenable),k||(k=[]);++L<$;){var j=e[L];t>0&&y(j)?t>1?baseFlatten(j,t-1,y,n,k):arrayPush(k,j):n||(k[k.length]=j)}return k}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,k=e.length;t<0&&(t=-t>k?0:k+t),y=y>k?k:y,y<0&&(y+=k),k=t>y?0:y-t>>>0,t>>>=0;for(var L=Array(k);++n<k;)L[n]=e[n+t];return L}function castArray$1(){if(!arguments.length)return[];var e=arguments[0];return isArray$1(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$3=moduleExports?root.Buffer:void 0,allocUnsafe=Buffer$3?Buffer$3.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,k=0,L=[];++y<n;){var $=e[y];t($,y,e)&&(L[k++]=$)}return L}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$1(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,L){var $,j=t&CLONE_DEEP_FLAG$2,V=t&CLONE_FLAT_FLAG$1,z=t&CLONE_SYMBOLS_FLAG$3;if(y&&($=k?y(e,n,k,L):y(e)),$!==void 0)return $;if(!isObject$2(e))return e;var re=isArray$1(e);if(re){if($=initCloneArray(e),!j)return copyArray(e,$)}else{var ie=getTag(e),oe=ie==funcTag||ie==genTag;if(isBuffer$1(e))return cloneBuffer(e,j);if(ie==objectTag$1||ie==argsTag$1||oe&&!k){if($=V||oe?{}:initCloneObject(e),!j)return V?copySymbolsIn(e,baseAssignIn($,e)):copySymbols(e,baseAssign($,e))}else{if(!cloneableTags[ie])return k?e:{};$=initCloneByTag(e,ie,j)}}L||(L=new Stack);var ue=L.get(e);if(ue)return ue;L.set(e,$),isSet(e)?e.forEach(function(Ie){$.add(baseClone(Ie,t,y,Ie,e,L))}):isMap(e)&&e.forEach(function(Ie,he){$.set(he,baseClone(Ie,t,y,he,e,L))});var de=z?V?getAllKeysIn:getAllKeys:V?keysIn:keys,pe=re?void 0:de(e);return arrayEach(pe||e,function(Ie,he){pe&&(he=Ie,Ie=e[he]),assignValue($,he,baseClone(Ie,t,y,he,e,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,L){var $=y&COMPARE_PARTIAL_FLAG$5,j=e.length,V=t.length;if(j!=V&&!($&&V>j))return!1;var z=L.get(e),re=L.get(t);if(z&&re)return z==t&&re==e;var ie=-1,oe=!0,ue=y&COMPARE_UNORDERED_FLAG$3?new SetCache:void 0;for(L.set(e,t),L.set(t,e);++ie<j;){var de=e[ie],pe=t[ie];if(n)var Ie=$?n(pe,de,ie,t,e,L):n(de,pe,ie,e,t,L);if(Ie!==void 0){if(Ie)continue;oe=!1;break}if(ue){if(!arraySome(t,function(he,Ce){if(!cacheHas(ue,Ce)&&(de===he||k(de,he,y,n,L)))return ue.push(Ce)})){oe=!1;break}}else if(!(de===pe||k(de,pe,y,n,L))){oe=!1;break}}return L.delete(e),L.delete(t),oe}function mapToArray(e){var t=-1,y=Array(e.size);return e.forEach(function(n,k){y[++t]=[k,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||!L(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=$.get(e);if(z)return z==t;n|=COMPARE_UNORDERED_FLAG$2,$.set(e,t);var re=equalArrays(j(e),j(t),n,k,L,$);return $.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,L){var $=y&COMPARE_PARTIAL_FLAG$3,j=getAllKeys(e),V=j.length,z=getAllKeys(t),re=z.length;if(V!=re&&!$)return!1;for(var ie=V;ie--;){var oe=j[ie];if(!($?oe in t:hasOwnProperty$3.call(t,oe)))return!1}var ue=L.get(e),de=L.get(t);if(ue&&de)return ue==t&&de==e;var pe=!0;L.set(e,t),L.set(t,e);for(var Ie=$;++ie<V;){oe=j[ie];var he=e[oe],Ce=t[oe];if(n)var _e=$?n(Ce,he,oe,t,e,L):n(he,Ce,oe,e,t,L);if(!(_e===void 0?he===Ce||k(he,Ce,y,n,L):_e)){pe=!1;break}Ie||(Ie=oe=="constructor")}if(pe&&!Ie){var Ne=e.constructor,Fe=t.constructor;Ne!=Fe&&"constructor"in e&&"constructor"in t&&!(typeof Ne=="function"&&Ne instanceof Ne&&typeof Fe=="function"&&Fe instanceof Fe)&&(pe=!1)}return L.delete(e),L.delete(t),pe}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,L){var $=isArray$1(e),j=isArray$1(t),V=$?arrayTag:getTag(e),z=j?arrayTag:getTag(t);V=V==argsTag?objectTag:V,z=z==argsTag?objectTag:z;var re=V==objectTag,ie=z==objectTag,oe=V==z;if(oe&&isBuffer$1(e)){if(!isBuffer$1(t))return!1;$=!0,re=!1}if(oe&&!re)return L||(L=new Stack),$||isTypedArray$2(e)?equalArrays(e,t,y,n,k,L):equalByTag(e,t,V,y,n,k,L);if(!(y&COMPARE_PARTIAL_FLAG$2)){var ue=re&&hasOwnProperty$2.call(e,"__wrapped__"),de=ie&&hasOwnProperty$2.call(t,"__wrapped__");if(ue||de){var pe=ue?e.value():e,Ie=de?t.value():t;return L||(L=new Stack),k(pe,Ie,y,n,L)}}return oe?(L||(L=new Stack),equalObjects(e,t,y,n,k,L)):!1}function baseIsEqual(e,t,y,n,k){return e===t?!0:e==null||t==null||!isObjectLike(e)&&!isObjectLike(t)?e!==e&&t!==t:baseIsEqualDeep(e,t,y,n,baseIsEqual,k)}var COMPARE_PARTIAL_FLAG$1=1,COMPARE_UNORDERED_FLAG$1=2;function baseIsMatch(e,t,y,n){var k=y.length,L=k;if(e==null)return!L;for(e=Object(e);k--;){var $=y[k];if($[2]?$[1]!==e[$[0]]:!($[0]in e))return!1}for(;++k<L;){$=y[k];var j=$[0],V=e[j],z=$[1];if($[2]){if(V===void 0&&!(j in e))return!1}else{var re=new Stack,ie;if(!(ie===void 0?baseIsEqual(z,V,COMPARE_PARTIAL_FLAG$1|COMPARE_UNORDERED_FLAG$1,n,re):ie))return!1}}return!0}function isStrictComparable(e){return e===e&&!isObject$2(e)}function getMatchData(e){for(var t=keys(e),y=t.length;y--;){var n=t[y],k=e[n];t[y]=[n,k,isStrictComparable(k)]}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,k=t.length,L=!1;++n<k;){var $=toKey(t[n]);if(!(L=e!=null&&y(e,$)))break;e=e[$]}return L||++n!=k?L:(k=e==null?0:e.length,!!k&&isLength$1(k)&&isIndex($,k)&&(isArray$1(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$1(e)?baseMatchesProperty(e[0],e[1]):baseMatches(e):property$1(e)}function createBaseFor(e){return function(t,y,n){for(var k=-1,L=Object(t),$=n(t),j=$.length;j--;){var V=$[++k];if(y(L[V],V,L)===!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 k=y.length,L=-1,$=Object(y);++L<k&&n($[L],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,ie=!1,oe=!0;if(typeof e!="function")throw new TypeError(FUNC_ERROR_TEXT$1);t=toNumber$2(t)||0,isObject$2(y)&&(re=!!y.leading,ie="maxWait"in y,L=ie?nativeMax(toNumber$2(y.maxWait)||0,t):L,oe="trailing"in y?!!y.trailing:oe);function ue(Ue){var kt=n,Et=k;return n=k=void 0,z=Ue,$=e.apply(Et,kt),$}function de(Ue){return z=Ue,j=setTimeout(he,t),re?ue(Ue):$}function pe(Ue){var kt=Ue-V,Et=Ue-z,Ve=t-kt;return ie?nativeMin(Ve,L-Et):Ve}function Ie(Ue){var kt=Ue-V,Et=Ue-z;return V===void 0||kt>=t||kt<0||ie&&Et>=L}function he(){var Ue=now();if(Ie(Ue))return Ce(Ue);j=setTimeout(he,pe(Ue))}function Ce(Ue){return j=void 0,oe&&n?ue(Ue):(n=k=void 0,$)}function _e(){j!==void 0&&clearTimeout(j),z=0,n=V=k=j=void 0}function Ne(){return j===void 0?$:Ce(now())}function Fe(){var Ue=now(),kt=Ie(Ue);if(n=arguments,k=this,V=Ue,kt){if(j===void 0)return de(V);if(ie)return clearTimeout(j),j=setTimeout(he,t),ue(V)}return j===void 0&&(j=setTimeout(he,t)),$}return Fe.cancel=_e,Fe.flush=Ne,Fe}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=$.get(V);if(z){assignMergeValue(e,y,z);return}var re=L?L(j,V,y+"",e,t,$):void 0,ie=re===void 0;if(ie){var oe=isArray$1(V),ue=!oe&&isBuffer$1(V),de=!oe&&!ue&&isTypedArray$2(V);re=V,oe||ue||de?isArray$1(j)?re=j:isArrayLikeObject(j)?re=copyArray(j):ue?(ie=!1,re=cloneBuffer(V,!0)):de?(ie=!1,re=cloneTypedArray(V,!0)):re=[]:isPlainObject$1(V)||isArguments$1(V)?(re=j,isArguments$1(j)?re=toPlainObject(j):(!isObject$2(j)||isFunction$2(j))&&(re=initCloneObject(V))):ie=!1}ie&&($.set(V,re),k(re,V,n,L,$),$.delete(V)),assignMergeValue(e,y,re)}function baseMerge(e,t,y,n,k){e!==t&&baseFor(t,function(L,$){if(k||(k=new Stack),isObject$2(L))baseMergeDeep(e,t,$,y,baseMerge,n,k);else{var j=n?n(safeGet(e,$),L,$+"",e,t,k):void 0;j===void 0&&(j=L),assignMergeValue(e,$,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 k=n-1;return baseFindIndex(e,baseIteratee(t),k,!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$1(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 k=e[t];n[k[0]]=k[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$2(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(L){return L=castPath(L,e),n||(n=L.length>1),L}),copyObject(e,getAllKeysIn(e),y),n&&(y=baseClone(y,CLONE_DEEP_FLAG|CLONE_FLAT_FLAG|CLONE_SYMBOLS_FLAG,customOmitClone));for(var k=t.length;k--;)baseUnset(y,t[k]);return y});function baseSet(e,t,y,n){if(!isObject$2(e))return e;t=castPath(t,e);for(var k=-1,L=t.length,$=L-1,j=e;j!=null&&++k<L;){var V=toKey(t[k]),z=y;if(V==="__proto__"||V==="constructor"||V==="prototype")return e;if(k!=$){var re=j[V];z=void 0,z===void 0&&(z=isObject$2(re)?re:isIndex(t[k+1])?[]:{})}assignValue(j,V,z),j=j[V]}return e}function basePickBy(e,t,y){for(var n=-1,k=t.length,L={};++n<k;){var $=t[n],j=baseGet(e,$);y(j,$)&&baseSet(L,castPath($,e),j)}return L}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,k=!0;if(typeof e!="function")throw new TypeError(FUNC_ERROR_TEXT);return isObject$2(y)&&(n="leading"in y?!!y.leading:n,k="trailing"in y?!!y.trailing:k),debounce(e,t,{leading:n,maxWait:t,trailing:k})}var INFINITY=1/0,createSet=Set$1&&1/setToArray(new Set$1([,-0]))[1]==INFINITY?function(e){return new Set$1(e)}:noop$3,LARGE_ARRAY_SIZE=200;function baseUniq(e,t,y){var n=-1,k=arrayIncludes,L=e.length,$=!0,j=[],V=j;if(L>=LARGE_ARRAY_SIZE){var z=createSet(e);if(z)return setToArray(z);$=!1,k=cacheHas,V=new SetCache}else V=j;e:for(;++n<L;){var re=e[n],ie=re;if(re=re!==0?re:0,$&&ie===ie){for(var oe=V.length;oe--;)if(V[oe]===ie)continue e;j.push(re)}else k(V,ie,y)||(V!==j&&V.push(ie),j.push(re))}return j}var union=baseRest(function(e){return baseUniq(baseFlatten(e,1,isArrayLikeObject,!0))});const isUndefined$1=e=>e===void 0,isBoolean$2=e=>typeof e=="boolean",isNumber$3=e=>typeof e=="number",isEmpty$1=e=>!e&&e!==0||isArray$2(e)&&e.length===0||isObject$4(e)&&!Object.keys(e).length,isElement$2=e=>typeof Element>"u"?!1:e instanceof Element,isPropAbsent=e=>isNil(e),isStringNumber=e=>isString$3(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 k=e.style[n];if(k)return k;const L=(y=document.defaultView)==null?void 0:y.getComputedStyle(e,"");return L?L[n]:""}catch{return e.style[n]}};function addUnit(e,t="px"){if(!e)return"";if(isNumber$3(e)||isStringNumber(e))return`${e}${t}`;if(isString$3(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(k=>n.includes(k))},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 k=document.createElement("div");k.style.width="100%",y.appendChild(k);const L=k.offsetWidth;return(t=y.parentNode)==null||t.removeChild(y),scrollBarWidth=n-L,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 k=t.offsetTop+y.reduce((V,z)=>V+z.offsetTop,0),L=k+t.offsetHeight,$=e.scrollTop,j=$+e.clientHeight;k<$?e.scrollTop=k:L>j&&(e.scrollTop=L-e.clientHeight)}function animateScrollTo(e,t,y,n,k){const L=Date.now();let $;const j=()=>{const z=Date.now()-L,re=easeInOutCubic(z>n?n:z,t,y,n);isWindow(e)?e.scrollTo(window.pageXOffset,re):e.scrollTop=re,z<n?$=rAF(j):typeof k=="function"&&k()};return j(),()=>{$&&cAF($)}}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$3(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$4(e)&&!!e[epPropKey],buildProp=(e,t)=>{if(!isObject$4(e)||isEpProp(e))return e;const{values:y,required:n,default:k,type:L,validator:$}=e,V={type:L,required:!!n,validator:y||$?z=>{let re=!1,ie=[];if(y&&(ie=Array.from(y),hasOwn$1(e,"default")&&ie.push(k),re||(re=ie.includes(z))),$&&(re||(re=$(z))),!re&&ie.length>0){const oe=[...new Set(ie)].map(ue=>JSON.stringify(ue)).join(", ");warn$2(`Invalid prop: validation failed${t?` for prop "${t}"`:""}. Expected one of [${oe}], got value ${JSON.stringify(z)}.`)}return re}:void 0,[epPropKey]:!0};return hasOwn$1(e,"default")&&(V.default=k),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$4(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(k=>{hasOwn$1(y[k],"default")&&(n[k]=y[k].default)}),Object.keys(t).forEach(k=>{n[camelize(k)]=t[k]}),n},ensureOnlyChild=e=>{if(!isArray$2(e)||e.length>1)throw new Error("expect to receive a single Vue element child");return e[0]},flattedChildren=e=>{const t=isArray$2(e)?e:[e],y=[];return t.forEach(n=>{var k;isArray$2(n)?y.push(...flattedChildren(n)):isVNode(n)&&isArray$2(n.children)?y.push(...flattedChildren(n.children)):(y.push(n),isVNode(n)&&((k=n.component)!=null&&k.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)),k=getCurrentInstance();return computed(k?()=>{var L;return fromPairs(Object.entries((L=k.proxy)==null?void 0:L.$attrs).filter(([$])=>!n.value.includes($)&&!(t&&LISTENER_PREFIX.test($))))}:()=>({}))},useDeprecated=({from:e,replacement:t,scope:y,version:n,ref:k,type:L="API"},$)=>{watch(()=>unref($),j=>{},{immediate:!0})},useDraggable=(e,t,y,n)=>{let k={offsetX:0,offsetY:0};const L=z=>{const re=z.clientX,ie=z.clientY,{offsetX:oe,offsetY:ue}=k,de=e.value.getBoundingClientRect(),pe=de.left,Ie=de.top,he=de.width,Ce=de.height,_e=document.documentElement.clientWidth,Ne=document.documentElement.clientHeight,Fe=-pe+oe,Ue=-Ie+ue,kt=_e-pe-he+oe,Et=Ne-Ie-Ce+ue,Ve=jt=>{let tr=oe+jt.clientX-re,rr=ue+jt.clientY-ie;n!=null&&n.value||(tr=Math.min(Math.max(tr,Fe),kt),rr=Math.min(Math.max(rr,Ue),Et)),k={offsetX:tr,offsetY:rr},e.value&&(e.value.style.transform=`translate(${addUnit(tr)}, ${addUnit(rr)})`)},qe=()=>{document.removeEventListener("mousemove",Ve),document.removeEventListener("mouseup",qe)};document.addEventListener("mousemove",Ve),document.addEventListener("mouseup",qe)},$=()=>{t.value&&e.value&&t.value.addEventListener("mousedown",L)},j=()=>{t.value&&e.value&&t.value.removeEventListener("mousedown",L)},V=()=>{k={offsetX:0,offsetY:0},e.value&&(e.value.style.transform="none")};return onMounted(()=>{watchEffect(()=>{y.value?$():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,k)=>{var L;return`${(L=t==null?void 0:t[k])!=null?L:`{${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,k)=>{let L=`${e}-${t}`;return y&&(L+=`-${y}`),n&&(L+=`__${n}`),k&&(L+=`--${k}`),L},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:(pe="")=>_bem(y.value,e,pe,"",""),e:pe=>pe?_bem(y.value,e,"",pe,""):"",m:pe=>pe?_bem(y.value,e,"","",pe):"",be:(pe,Ie)=>pe&&Ie?_bem(y.value,e,pe,Ie,""):"",em:(pe,Ie)=>pe&&Ie?_bem(y.value,e,"",pe,Ie):"",bm:(pe,Ie)=>pe&&Ie?_bem(y.value,e,pe,"",Ie):"",bem:(pe,Ie,he)=>pe&&Ie&&he?_bem(y.value,e,pe,Ie,he):"",is:(pe,...Ie)=>{const he=Ie.length>=1?Ie[0]:!0;return pe&&he?`${statePrefix}${pe}`:""},cssVar:pe=>{const Ie={};for(const he in pe)pe[he]&&(Ie[`--${y.value}-${he}`]=pe[he]);return Ie},cssVarName:pe=>`--${y.value}-${pe}`,cssVarBlock:pe=>{const Ie={};for(const he in pe)pe[he]&&(Ie[`--${y.value}-${e}-${he}`]=pe[he]);return Ie},cssVarBlockName:pe=>`--${y.value}-${e}-${pe}`}},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 k=0,L=!1,$="0";const j=()=>{setTimeout(()=>{removeClass(document==null?void 0:document.body,n.value),L&&document&&(document.body.style.width=$)},200)};watch(e,V=>{if(!V){j();return}L=!hasClass(document.body,n.value),L&&($=document.body.style.width),k=getScrollBarWidth(y.namespace.value);const z=document.documentElement.clientHeight<document.body.scrollHeight,re=getStyle(document.body,"overflowY");k>0&&(z||re==="scroll")&&L&&(document.body.style.width=`calc(100% - ${k}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],k={[e]:_prop,[y]:_event};return{useModelToggle:({indicator:$,toggleReason:j,shouldHideWhenRouteChanges:V,shouldProceed:z,onShow:re,onHide:ie})=>{const oe=getCurrentInstance(),{emit:ue}=oe,de=oe.props,pe=computed(()=>isFunction$4(de[y])),Ie=computed(()=>de[e]===null),he=kt=>{$.value!==!0&&($.value=!0,j&&(j.value=kt),isFunction$4(re)&&re(kt))},Ce=kt=>{$.value!==!1&&($.value=!1,j&&(j.value=kt),isFunction$4(ie)&&ie(kt))},_e=kt=>{if(de.disabled===!0||isFunction$4(z)&&!z())return;const Et=pe.value&&isClient;Et&&ue(t,!0),(Ie.value||!Et)&&he(kt)},Ne=kt=>{if(de.disabled===!0||!isClient)return;const Et=pe.value&&isClient;Et&&ue(t,!1),(Ie.value||!Et)&&Ce(kt)},Fe=kt=>{isBoolean$2(kt)&&(de.disabled&&kt?pe.value&&ue(t,!1):$.value!==kt&&(kt?he():Ce()))},Ue=()=>{$.value?Ne():_e()};return watch(()=>de[e],Fe),V&&oe.appContext.config.globalProperties.$route!==void 0&&watch(()=>({...oe.proxy.$route}),()=>{V.value&&$.value&&Ne()}),onMounted(()=>{Fe(de[e])}),{hide:Ne,show:_e,toggle:Ue,hasUpdateHandler:pe}},useModelToggleProps:k,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="right",P$1="left",me$1="auto",G=[E$1,R$1,W,P$1],U$1="start",J="end",Xe="clippingParents",je$1="viewport",K="popper",Ye="reference",De=G.reduce(function(e,t){return e.concat([t+"-"+U$1,t+"-"+J])},[]),Ee=[].concat(G,[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]||{},k=t.attributes[y]||{},L=t.elements[y];!B(L)||!C(L)||(Object.assign(L.style,n),Object.keys(k).forEach(function($){var j=k[$];j===!1?L.removeAttribute($):L.setAttribute($,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 k=t.elements[n],L=t.attributes[n]||{},$=Object.keys(t.styles.hasOwnProperty(n)?t.styles[n]:y[n]),j=$.reduce(function(V,z){return V[z]="",V},{});!B(k)||!C(k)||(Object.assign(k.style,j),Object.keys(L).forEach(function(V){k.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,k=1;if(B(e)&&t){var L=e.offsetHeight,$=e.offsetWidth;$>0&&(n=Z(y.width)/$||1),L>0&&(k=Z(y.height)/L||1)}return{width:y.width/n,height:y.height/k,top:y.top/k,right:y.right/n,bottom:y.bottom/k,left:y.left/n,x:y.left/n,y:y.top/k}}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 k=ge$2(e);for(Pe$1(k)&&(k=k.host);B(k)&&["html","body"].indexOf(C(k))<0;){var L=N$1(k);if(L.transform!=="none"||L.perspective!=="none"||L.contain==="paint"||["transform","perspective"].indexOf(L.willChange)!==-1||t&&L.willChange==="filter"||t&&L.filter&&L.filter!=="none")return k;k=k.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(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(typeof e!="number"?e:ct(e,G))};function Ht(e){var t,y=e.state,n=e.name,k=e.options,L=y.elements.arrow,$=y.modifiersData.popperOffsets,j=q(y.placement),V=Le$1(j),z=[P$1,W].indexOf(j)>=0,re=z?"height":"width";if(!(!L||!$)){var ie=Tt$1(k.padding,y),oe=ke(L),ue=V==="y"?E$1:P$1,de=V==="y"?R$1:W,pe=y.rects.reference[re]+y.rects.reference[V]-$[V]-y.rects.popper[re],Ie=$[V]-y.rects.reference[V],he=se(L),Ce=he?V==="y"?he.clientHeight||0:he.clientWidth||0:0,_e=pe/2-Ie/2,Ne=ie[ue],Fe=Ce-oe[re]-ie[de],Ue=Ce/2-oe[re]/2+_e,kt=fe(Ne,Ue,Fe),Et=V;y.modifiersData[n]=(t={},t[Et]=kt,t.centerOffset=kt-Ue,t)}}function Ct(e){var t=e.state,y=e.options,n=y.element,k=n===void 0?"[data-popper-arrow]":n;k!=null&&(typeof k=="string"&&(k=t.elements.popper.querySelector(k),!k)||!it$2(t.elements.popper,k)||(t.elements.arrow=k))}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,k=n.devicePixelRatio||1;return{x:Z(t*k)/k||0,y:Z(y*k)/k||0}}function ut(e){var t,y=e.popper,n=e.popperRect,k=e.placement,L=e.variation,$=e.offsets,j=e.position,V=e.gpuAcceleration,z=e.adaptive,re=e.roundOffsets,ie=e.isFixed,oe=$.x,ue=oe===void 0?0:oe,de=$.y,pe=de===void 0?0:de,Ie=typeof re=="function"?re({x:ue,y:pe}):{x:ue,y:pe};ue=Ie.x,pe=Ie.y;var he=$.hasOwnProperty("x"),Ce=$.hasOwnProperty("y"),_e=P$1,Ne=E$1,Fe=window;if(z){var Ue=se(y),kt="clientHeight",Et="clientWidth";if(Ue===H(y)&&(Ue=I$1(y),N$1(Ue).position!=="static"&&j==="absolute"&&(kt="scrollHeight",Et="scrollWidth")),Ue=Ue,k===E$1||(k===P$1||k===W)&&L===J){Ne=R$1;var Ve=ie&&Ue===Fe&&Fe.visualViewport?Fe.visualViewport.height:Ue[kt];pe-=Ve-n.height,pe*=V?1:-1}if(k===P$1||(k===E$1||k===R$1)&&L===J){_e=W;var qe=ie&&Ue===Fe&&Fe.visualViewport?Fe.visualViewport.width:Ue[Et];ue-=qe-n.width,ue*=V?1:-1}}var jt=Object.assign({position:j},z&&qt),tr=re===!0?Vt$1({x:ue,y:pe}):{x:ue,y:pe};if(ue=tr.x,pe=tr.y,V){var rr;return Object.assign({},jt,(rr={},rr[Ne]=Ce?"0":"",rr[_e]=he?"0":"",rr.transform=(Fe.devicePixelRatio||1)<=1?"translate("+ue+"px, "+pe+"px)":"translate3d("+ue+"px, "+pe+"px, 0)",rr))}return Object.assign({},jt,(t={},t[Ne]=Ce?pe+"px":"",t[_e]=he?ue+"px":"",t.transform="",t))}function Nt(e){var t=e.state,y=e.options,n=y.gpuAcceleration,k=n===void 0?!0:n,L=y.adaptive,$=L===void 0?!0:L,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:k,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:$,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,k=n.scroll,L=k===void 0?!0:k,$=n.resize,j=$===void 0?!0:$,V=H(t.elements.popper),z=[].concat(t.scrollParents.reference,t.scrollParents.popper);return L&&z.forEach(function(re){re.addEventListener("scroll",y.update,ye$1)}),j&&V.addEventListener("resize",y.update,ye$1),function(){L&&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,k=y.clientWidth,L=y.clientHeight,$=0,j=0;return n&&(k=n.width,L=n.height,/^((?!chrome|android).)*safari/i.test(navigator.userAgent)||($=n.offsetLeft,j=n.offsetTop)),{width:k,height:L,x:$+Be$1(e),y:j}}function Ut$1(e){var t,y=I$1(e),n=We(e),k=(t=e.ownerDocument)==null?void 0:t.body,L=X$1(y.scrollWidth,y.clientWidth,k?k.scrollWidth:0,k?k.clientWidth:0),$=X$1(y.scrollHeight,y.clientHeight,k?k.scrollHeight:0,k?k.clientHeight:0),j=-n.scrollLeft+Be$1(e),V=-n.scrollTop;return N$1(k||y).direction==="rtl"&&(j+=X$1(y.clientWidth,k?k.clientWidth:0)-L),{width:L,height:$,x:j,y:V}}function Se(e){var t=N$1(e),y=t.overflow,n=t.overflowX,k=t.overflowY;return/auto|scroll|overlay|hidden/.test(y+k+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),k=n===((y=e.ownerDocument)==null?void 0:y.body),L=H(n),$=k?[L].concat(L.visualViewport||[],Se(n)?n:[]):n,j=t.concat($);return k?j:j.concat(ce(ge$2($)))}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(k){return Q$1(k)&&it$2(k,n)&&C(k)!=="body"}):[]}function Gt$2(e,t,y){var n=t==="clippingParents"?Yt(e):[].concat(t),k=[].concat(n,[y]),L=k[0],$=k.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,L));return $.width=$.right-$.left,$.height=$.bottom-$.top,$.x=$.left,$.y=$.top,$}function mt$1(e){var t=e.reference,y=e.element,n=e.placement,k=n?q(n):null,L=n?te(n):null,$=t.x+t.width/2-y.width/2,j=t.y+t.height/2-y.height/2,V;switch(k){case E$1:V={x:$,y:t.y-y.height};break;case R$1:V={x:$,y:t.y+t.height};break;case W: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=k?Le$1(k):null;if(z!=null){var re=z==="y"?"height":"width";switch(L){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,k=n===void 0?e.placement:n,L=y.boundary,$=L===void 0?Xe:L,j=y.rootBoundary,V=j===void 0?je$1:j,z=y.elementContext,re=z===void 0?K:z,ie=y.altBoundary,oe=ie===void 0?!1:ie,ue=y.padding,de=ue===void 0?0:ue,pe=ft(typeof de!="number"?de:ct(de,G)),Ie=re===K?Ye:K,he=e.rects.popper,Ce=e.elements[oe?Ie:re],_e=Gt$2(Q$1(Ce)?Ce:Ce.contextElement||I$1(e.elements.popper),$,V),Ne=ee$2(e.elements.reference),Fe=mt$1({reference:Ne,element:he,strategy:"absolute",placement:k}),Ue=Te(Object.assign({},he,Fe)),kt=re===K?Ue:Ne,Et={top:_e.top-kt.top+pe.top,bottom:kt.bottom-_e.bottom+pe.bottom,left:_e.left-kt.left+pe.left,right:kt.right-_e.right+pe.right},Ve=e.modifiersData.offset;if(re===K&&Ve){var qe=Ve[k];Object.keys(Et).forEach(function(jt){var tr=[W,R$1].indexOf(jt)>=0?1:-1,rr=[E$1,R$1].indexOf(jt)>=0?"y":"x";Et[jt]+=qe[rr]*tr})}return Et}function Jt(e,t){t===void 0&&(t={});var y=t,n=y.placement,k=y.boundary,L=y.rootBoundary,$=y.padding,j=y.flipVariations,V=y.allowedAutoPlacements,z=V===void 0?Ee:V,re=te(n),ie=re?j?De:De.filter(function(de){return te(de)===re}):G,oe=ie.filter(function(de){return z.indexOf(de)>=0});oe.length===0&&(oe=ie);var ue=oe.reduce(function(de,pe){return de[pe]=ne$2(e,{placement:pe,boundary:k,rootBoundary:L,padding:$})[q(pe)],de},{});return Object.keys(ue).sort(function(de,pe){return ue[de]-ue[pe]})}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 k=y.mainAxis,L=k===void 0?!0:k,$=y.altAxis,j=$===void 0?!0:$,V=y.fallbackPlacements,z=y.padding,re=y.boundary,ie=y.rootBoundary,oe=y.altBoundary,ue=y.flipVariations,de=ue===void 0?!0:ue,pe=y.allowedAutoPlacements,Ie=t.options.placement,he=q(Ie),Ce=he===Ie,_e=V||(Ce||!de?[be(Ie)]:Kt(Ie)),Ne=[Ie].concat(_e).reduce(function(br,Ir){return br.concat(q(Ir)===me$1?Jt(t,{placement:Ir,boundary:re,rootBoundary:ie,padding:z,flipVariations:de,allowedAutoPlacements:pe}):Ir)},[]),Fe=t.rects.reference,Ue=t.rects.popper,kt=new Map,Et=!0,Ve=Ne[0],qe=0;qe<Ne.length;qe++){var jt=Ne[qe],tr=q(jt),rr=te(jt)===U$1,ar=[E$1,R$1].indexOf(tr)>=0,nr=ar?"width":"height",ur=ne$2(t,{placement:jt,boundary:re,rootBoundary:ie,altBoundary:oe,padding:z}),cr=ar?rr?W:P$1:rr?R$1:E$1;Fe[nr]>Ue[nr]&&(cr=be(cr));var _r=be(cr),hr=[];if(L&&hr.push(ur[tr]<=0),j&&hr.push(ur[cr]<=0,ur[_r]<=0),hr.every(function(br){return br})){Ve=jt,Et=!1;break}kt.set(jt,hr)}if(Et)for(var Er=de?3:1,kr=function(br){var Ir=Ne.find(function(Mr){var mr=kt.get(Mr);if(mr)return mr.slice(0,br).every(function(gr){return gr})});if(Ir)return Ve=Ir,"break"},xr=Er;xr>0;xr--){var yr=kr(xr);if(yr==="break")break}t.placement!==Ve&&(t.modifiersData[n]._skip=!0,t.placement=Ve,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,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,k=t.rects.popper,L=t.modifiersData.preventOverflow,$=ne$2(t,{elementContext:"reference"}),j=ne$2(t,{altBoundary:!0}),V=gt$6($,n),z=gt$6(j,k,L),re=yt$1(V),ie=yt$1(z);t.modifiersData[y]={referenceClippingOffsets:V,popperEscapeOffsets:z,isReferenceHidden:re,hasPopperEscaped:ie},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":re,"data-popper-escaped":ie})}var bt={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:Zt$1};function en(e,t,y){var n=q(e),k=[P$1,E$1].indexOf(n)>=0?-1:1,L=typeof y=="function"?y(Object.assign({},t,{placement:e})):y,$=L[0],j=L[1];return $=$||0,j=(j||0)*k,[P$1,W].indexOf(n)>=0?{x:j,y:$}:{x:$,y:j}}function tn(e){var t=e.state,y=e.options,n=e.name,k=y.offset,L=k===void 0?[0,0]:k,$=Ee.reduce(function(re,ie){return re[ie]=en(ie,t.rects,L),re},{}),j=$[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]=$}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,k=y.mainAxis,L=k===void 0?!0:k,$=y.altAxis,j=$===void 0?!1:$,V=y.boundary,z=y.rootBoundary,re=y.altBoundary,ie=y.padding,oe=y.tether,ue=oe===void 0?!0:oe,de=y.tetherOffset,pe=de===void 0?0:de,Ie=ne$2(t,{boundary:V,rootBoundary:z,padding:ie,altBoundary:re}),he=q(t.placement),Ce=te(t.placement),_e=!Ce,Ne=Le$1(he),Fe=rn(Ne),Ue=t.modifiersData.popperOffsets,kt=t.rects.reference,Et=t.rects.popper,Ve=typeof pe=="function"?pe(Object.assign({},t.rects,{placement:t.placement})):pe,qe=typeof Ve=="number"?{mainAxis:Ve,altAxis:Ve}:Object.assign({mainAxis:0,altAxis:0},Ve),jt=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,tr={x:0,y:0};if(Ue){if(L){var rr,ar=Ne==="y"?E$1:P$1,nr=Ne==="y"?R$1:W,ur=Ne==="y"?"height":"width",cr=Ue[Ne],_r=cr+Ie[ar],hr=cr-Ie[nr],Er=ue?-Et[ur]/2:0,kr=Ce===U$1?kt[ur]:Et[ur],xr=Ce===U$1?-Et[ur]:-kt[ur],yr=t.elements.arrow,br=ue&&yr?ke(yr):{width:0,height:0},Ir=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:st(),Mr=Ir[ar],mr=Ir[nr],gr=fe(0,kt[ur],br[ur]),jr=_e?kt[ur]/2-Er-gr-Mr-qe.mainAxis:kr-gr-Mr-qe.mainAxis,Hr=_e?-kt[ur]/2+Er+gr+mr+qe.mainAxis:xr+gr+mr+qe.mainAxis,Vr=t.elements.arrow&&se(t.elements.arrow),zr=Vr?Ne==="y"?Vr.clientTop||0:Vr.clientLeft||0:0,Sr=(rr=jt==null?void 0:jt[Ne])!=null?rr:0,Tr=cr+jr-Sr-zr,Br=cr+Hr-Sr,vr=fe(ue?ve(_r,Tr):_r,cr,ue?X$1(hr,Br):hr);Ue[Ne]=vr,tr[Ne]=vr-cr}if(j){var Cr,Dr=Ne==="x"?E$1:P$1,Rr=Ne==="x"?R$1:W,Wr=Ue[Fe],Kr=Fe==="y"?"height":"width",Nr=Wr+Ie[Dr],Fr=Wr-Ie[Rr],Qr=[E$1,P$1].indexOf(he)!==-1,ca=(Cr=jt==null?void 0:jt[Fe])!=null?Cr:0,Po=Qr?Nr:Wr-kt[Kr]-Et[Kr]-ca+qe.altAxis,Wa=Qr?Wr+kt[Kr]+Et[Kr]-ca-qe.altAxis:Fr,Go=ue&&Qr?St(Po,Wr,Wa):fe(ue?Po:Nr,Wr,ue?Wa:Fr);Ue[Fe]=Go,tr[Fe]=Go-Wr}t.modifiersData[n]=tr}}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),k=B(t)&&fn(t),L=I$1(t),$=ee$2(e,k),j={scrollLeft:0,scrollTop:0},V={x:0,y:0};return(n||!n&&!y)&&((C(t)!=="body"||Se(L))&&(j=sn(t)),B(t)?(V=ee$2(t,!0),V.x+=t.clientLeft,V.y+=t.clientTop):L&&(V.x=Be$1(L))),{x:$.left+j.scrollLeft-V.x,y:$.top+j.scrollTop-V.y,width:$.width,height:$.height}}function pn(e){var t=new Map,y=new Set,n=[];e.forEach(function(L){t.set(L.name,L)});function k(L){y.add(L.name);var $=[].concat(L.requires||[],L.requiresIfExists||[]);$.forEach(function(j){if(!y.has(j)){var V=t.get(j);V&&k(V)}}),n.push(L)}return e.forEach(function(L){y.has(L.name)||k(L)}),n}function un(e){var t=pn(e);return ot.reduce(function(y,n){return y.concat(t.filter(function(k){return k.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 k=y[n.name];return y[n.name]=k?Object.assign({},k,n,{options:Object.assign({},k.options,n.options),data:Object.assign({},k.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,k=t.defaultOptions,L=k===void 0?Ot:k;return function($,j,V){V===void 0&&(V=L);var z={placement:"bottom",orderedModifiers:[],options:Object.assign({},Ot,L),modifiersData:{},elements:{reference:$,popper:j},attributes:{},styles:{}},re=[],ie=!1,oe={state:z,setOptions:function(pe){var Ie=typeof pe=="function"?pe(z.options):pe;de(),z.options=Object.assign({},L,z.options,Ie),z.scrollParents={reference:Q$1($)?ce($):$.contextElement?ce($.contextElement):[],popper:ce(j)};var he=un(dn([].concat(n,z.options.modifiers)));return z.orderedModifiers=he.filter(function(Ce){return Ce.enabled}),ue(),oe.update()},forceUpdate:function(){if(!ie){var pe=z.elements,Ie=pe.reference,he=pe.popper;if($t$1(Ie,he)){z.rects={reference:cn$1(Ie,se(he),z.options.strategy==="fixed"),popper:ke(he)},z.reset=!1,z.placement=z.options.placement,z.orderedModifiers.forEach(function(Et){return z.modifiersData[Et.name]=Object.assign({},Et.data)});for(var Ce=0;Ce<z.orderedModifiers.length;Ce++){if(z.reset===!0){z.reset=!1,Ce=-1;continue}var _e=z.orderedModifiers[Ce],Ne=_e.fn,Fe=_e.options,Ue=Fe===void 0?{}:Fe,kt=_e.name;typeof Ne=="function"&&(z=Ne({state:z,options:Ue,name:kt,instance:oe})||z)}}}},update:ln(function(){return new Promise(function(pe){oe.forceUpdate(),pe(z)})}),destroy:function(){de(),ie=!0}};if(!$t$1($,j))return oe;oe.setOptions(V).then(function(pe){!ie&&V.onFirstUpdate&&V.onFirstUpdate(pe)});function ue(){z.orderedModifiers.forEach(function(pe){var Ie=pe.name,he=pe.options,Ce=he===void 0?{}:he,_e=pe.effect;if(typeof _e=="function"){var Ne=_e({state:z,name:Ie,instance:oe,options:Ce}),Fe=function(){};re.push(Ne||Fe)}})}function de(){re.forEach(function(pe){return pe()}),re=[]}return oe}}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($.value,z)},requires:["computeStyles"]},k=computed(()=>{const{onFirstUpdate:V,placement:z,strategy:re,modifiers:ie}=unref(y);return{onFirstUpdate:V,placement:z||"bottom",strategy:re||"absolute",modifiers:[...ie||[],n,{name:"applyStyles",enabled:!1}]}}),L=shallowRef(),$=ref$1({styles:{popper:{position:unref(k).strategy,left:"0",top:"0"},arrow:{position:"absolute"}},attributes:{}}),j=()=>{L.value&&(L.value.destroy(),L.value=void 0)};return watch(k,V=>{const z=unref(L);z&&z.setOptions(V)},{deep:!0}),watch([e,t],([V,z])=>{j(),!(!V||!z)&&(L.value=yn(V,z,unref(k)))}),onBeforeUnmount(()=>{j()}),{state:computed(()=>{var V;return{...((V=unref(L))==null?void 0:V.state)||{}}}),styles:computed(()=>unref($).styles),attributes:computed(()=>unref($).attributes),update:()=>{var V;return(V=unref(L))==null?void 0:V.update()},forceUpdate:()=>{var V;return(V=unref(L))==null?void 0:V.forceUpdate()},instanceRef:computed(()=>unref(L))}};function deriveState(e){const t=Object.keys(e.elements),y=fromPairs(t.map(k=>[k,e.styles[k]||{}])),n=fromPairs(t.map(k=>[k,e.attributes[k]]));return{styles:y,attributes:n}}const useSameTarget=e=>{if(!e)return{onClick:NOOP,onMousedown:NOOP,onMouseup:NOOP};let t=!1,y=!1;return{onClick:$=>{t&&y&&e($),t=y=!1},onMousedown:$=>{t=$.target===$.currentTarget},onMouseup:$=>{y=$.target===$.currentTarget}}},useThrottleRender=(e,t=0)=>{if(t===0)return e;const y=ref$1(!1);let n=null;const k=()=>{n&&clearTimeout(n),n=setTimeout(()=>{y.value=e.value},t)};return onMounted(k),watch(()=>e.value,L=>{L?k():y.value=L}),y};function useTimeout(){let e;const t=(n,k)=>{y(),e=window.setTimeout(n,k)},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:k})=>{const{registerTimeout:L}=useTimeout(),{registerTimeout:$,cancelTimeout:j}=useTimeout();return{onOpen:re=>{L(()=>{n(re);const ie=unref(y);isNumber$3(ie)&&ie>0&&$(()=>{k(re)},ie)},unref(e))},onClose:re=>{j(),L(()=>{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 $=unref(y);return isNumber$3($)?$:defaultInitialZIndex}),k=computed(()=>n.value+zIndex.value),L=()=>(t.current++,zIndex.value=t.current,k.value);return!isClient&&inject(ZINDEX_INJECTION_KEY),{initialZIndex:n,currentZIndex:k,nextZIndex:L}},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),k=getAlignmentAxis(e),L=getAxisLength(k);let $=k==="x"?n===(y?"end":"start")?"right":"left":n==="start"?"bottom":"top";return t.reference[L]>t.floating[L]&&($=getOppositePlacement($)),[$,getOppositePlacement($)]}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"],k=["right","left"],L=["top","bottom"],$=["bottom","top"];switch(e){case"top":case"bottom":return y?t?k:n:t?n:k;case"left":case"right":return t?L:$;default:return[]}}function getOppositeAxisPlacements(e,t,y,n){const k=getAlignment(e);let L=getSideList(getSide(e),y==="start",n);return k&&(L=L.map($=>$+"-"+k),t&&(L=L.concat(L.map(getOppositeAlignmentPlacement)))),L}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:k}=e;return{width:n,height:k,top:y,left:t,right:t+n,bottom:y+k,x:t,y}}function computeCoordsFromPlacement(e,t,y){let{reference:n,floating:k}=e;const L=getSideAxis(t),$=getAlignmentAxis(t),j=getAxisLength($),V=getSide(t),z=L==="y",re=n.x+n.width/2-k.width/2,ie=n.y+n.height/2-k.height/2,oe=n[j]/2-k[j]/2;let ue;switch(V){case"top":ue={x:re,y:n.y-k.height};break;case"bottom":ue={x:re,y:n.y+n.height};break;case"right":ue={x:n.x+n.width,y:ie};break;case"left":ue={x:n.x-k.width,y:ie};break;default:ue={x:n.x,y:n.y}}switch(getAlignment(t)){case"start":ue[$]-=oe*(y&&z?-1:1);break;case"end":ue[$]+=oe*(y&&z?-1:1);break}return ue}const computePosition$1=async(e,t,y)=>{const{placement:n="bottom",strategy:k="absolute",middleware:L=[],platform:$}=y,j=L.filter(Boolean),V=await($.isRTL==null?void 0:$.isRTL(t));let z=await $.getElementRects({reference:e,floating:t,strategy:k}),{x:re,y:ie}=computeCoordsFromPlacement(z,n,V),oe=n,ue={},de=0;for(let pe=0;pe<j.length;pe++){const{name:Ie,fn:he}=j[pe],{x:Ce,y:_e,data:Ne,reset:Fe}=await he({x:re,y:ie,initialPlacement:n,placement:oe,strategy:k,middlewareData:ue,rects:z,platform:$,elements:{reference:e,floating:t}});re=Ce??re,ie=_e??ie,ue={...ue,[Ie]:{...ue[Ie],...Ne}},Fe&&de<=50&&(de++,typeof Fe=="object"&&(Fe.placement&&(oe=Fe.placement),Fe.rects&&(z=Fe.rects===!0?await $.getElementRects({reference:e,floating:t,strategy:k}):Fe.rects),{x:re,y:ie}=computeCoordsFromPlacement(z,oe,V)),pe=-1)}return{x:re,y:ie,placement:oe,strategy:k,middlewareData:ue}};async function detectOverflow$1(e,t){var y;t===void 0&&(t={});const{x:n,y:k,platform:L,rects:$,elements:j,strategy:V}=e,{boundary:z="clippingAncestors",rootBoundary:re="viewport",elementContext:ie="floating",altBoundary:oe=!1,padding:ue=0}=evaluate(t,e),de=getPaddingObject(ue),Ie=j[oe?ie==="floating"?"reference":"floating":ie],he=rectToClientRect(await L.getClippingRect({element:(y=await(L.isElement==null?void 0:L.isElement(Ie)))==null||y?Ie:Ie.contextElement||await(L.getDocumentElement==null?void 0:L.getDocumentElement(j.floating)),boundary:z,rootBoundary:re,strategy:V})),Ce=ie==="floating"?{x:n,y:k,width:$.floating.width,height:$.floating.height}:$.reference,_e=await(L.getOffsetParent==null?void 0:L.getOffsetParent(j.floating)),Ne=await(L.isElement==null?void 0:L.isElement(_e))?await(L.getScale==null?void 0:L.getScale(_e))||{x:1,y:1}:{x:1,y:1},Fe=rectToClientRect(L.convertOffsetParentRelativeRectToViewportRelativeRect?await L.convertOffsetParentRelativeRectToViewportRelativeRect({elements:j,rect:Ce,offsetParent:_e,strategy:V}):Ce);return{top:(he.top-Fe.top+de.top)/Ne.y,bottom:(Fe.bottom-he.bottom+de.bottom)/Ne.y,left:(he.left-Fe.left+de.left)/Ne.x,right:(Fe.right-he.right+de.right)/Ne.x}}const arrow$2=e=>({name:"arrow",options:e,async fn(t){const{x:y,y:n,placement:k,rects:L,platform:$,elements:j,middlewareData:V}=t,{element:z,padding:re=0}=evaluate(e,t)||{};if(z==null)return{};const ie=getPaddingObject(re),oe={x:y,y:n},ue=getAlignmentAxis(k),de=getAxisLength(ue),pe=await $.getDimensions(z),Ie=ue==="y",he=Ie?"top":"left",Ce=Ie?"bottom":"right",_e=Ie?"clientHeight":"clientWidth",Ne=L.reference[de]+L.reference[ue]-oe[ue]-L.floating[de],Fe=oe[ue]-L.reference[ue],Ue=await($.getOffsetParent==null?void 0:$.getOffsetParent(z));let kt=Ue?Ue[_e]:0;(!kt||!await($.isElement==null?void 0:$.isElement(Ue)))&&(kt=j.floating[_e]||L.floating[de]);const Et=Ne/2-Fe/2,Ve=kt/2-pe[de]/2-1,qe=min$1(ie[he],Ve),jt=min$1(ie[Ce],Ve),tr=qe,rr=kt-pe[de]-jt,ar=kt/2-pe[de]/2+Et,nr=clamp(tr,ar,rr),ur=!V.arrow&&getAlignment(k)!=null&&ar!==nr&&L.reference[de]/2-(ar<tr?qe:jt)-pe[de]/2<0,cr=ur?ar<tr?ar-tr:ar-rr:0;return{[ue]:oe[ue]+cr,data:{[ue]:nr,centerOffset:ar-nr-cr,...ur&&{alignmentOffset:cr}},reset:ur}}}),flip$1=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var y,n;const{placement:k,middlewareData:L,rects:$,initialPlacement:j,platform:V,elements:z}=t,{mainAxis:re=!0,crossAxis:ie=!0,fallbackPlacements:oe,fallbackStrategy:ue="bestFit",fallbackAxisSideDirection:de="none",flipAlignment:pe=!0,...Ie}=evaluate(e,t);if((y=L.arrow)!=null&&y.alignmentOffset)return{};const he=getSide(k),Ce=getSideAxis(j),_e=getSide(j)===j,Ne=await(V.isRTL==null?void 0:V.isRTL(z.floating)),Fe=oe||(_e||!pe?[getOppositePlacement(j)]:getExpandedPlacements(j)),Ue=de!=="none";!oe&&Ue&&Fe.push(...getOppositeAxisPlacements(j,pe,de,Ne));const kt=[j,...Fe],Et=await detectOverflow$1(t,Ie),Ve=[];let qe=((n=L.flip)==null?void 0:n.overflows)||[];if(re&&Ve.push(Et[he]),ie){const ar=getAlignmentSides(k,$,Ne);Ve.push(Et[ar[0]],Et[ar[1]])}if(qe=[...qe,{placement:k,overflows:Ve}],!Ve.every(ar=>ar<=0)){var jt,tr;const ar=(((jt=L.flip)==null?void 0:jt.index)||0)+1,nr=kt[ar];if(nr)return{data:{index:ar,overflows:qe},reset:{placement:nr}};let ur=(tr=qe.filter(cr=>cr.overflows[0]<=0).sort((cr,_r)=>cr.overflows[1]-_r.overflows[1])[0])==null?void 0:tr.placement;if(!ur)switch(ue){case"bestFit":{var rr;const cr=(rr=qe.filter(_r=>{if(Ue){const hr=getSideAxis(_r.placement);return hr===Ce||hr==="y"}return!0}).map(_r=>[_r.placement,_r.overflows.filter(hr=>hr>0).reduce((hr,Er)=>hr+Er,0)]).sort((_r,hr)=>_r[1]-hr[1])[0])==null?void 0:rr[0];cr&&(ur=cr);break}case"initialPlacement":ur=j;break}if(k!==ur)return{reset:{placement:ur}}}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",...k}=evaluate(e,t);switch(n){case"referenceHidden":{const L=await detectOverflow$1(t,{...k,elementContext:"reference"}),$=getSideOffsets(L,y.reference);return{data:{referenceHiddenOffsets:$,referenceHidden:isAnySideFullyClipped($)}}}case"escaped":{const L=await detectOverflow$1(t,{...k,altBoundary:!0}),$=getSideOffsets(L,y.floating);return{data:{escapedOffsets:$,escaped:isAnySideFullyClipped($)}}}default:return{}}}}};async function convertValueToCoords(e,t){const{placement:y,platform:n,elements:k}=e,L=await(n.isRTL==null?void 0:n.isRTL(k.floating)),$=getSide(y),j=getAlignment(y),V=getSideAxis(y)==="y",z=["left","top"].includes($)?-1:1,re=L&&V?-1:1,ie=evaluate(t,e);let{mainAxis:oe,crossAxis:ue,alignmentAxis:de}=typeof ie=="number"?{mainAxis:ie,crossAxis:0,alignmentAxis:null}:{mainAxis:0,crossAxis:0,alignmentAxis:null,...ie};return j&&typeof de=="number"&&(ue=j==="end"?de*-1:de),V?{x:ue*re,y:oe*z}:{x:oe*z,y:ue*re}}const offset$1=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var y,n;const{x:k,y:L,placement:$,middlewareData:j}=t,V=await convertValueToCoords(t,e);return $===((y=j.offset)==null?void 0:y.placement)&&(n=j.arrow)!=null&&n.alignmentOffset?{}:{x:k+V.x,y:L+V.y,data:{...V,placement:$}}}}},shift$1=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:y,y:n,placement:k}=t,{mainAxis:L=!0,crossAxis:$=!1,limiter:j={fn:Ie=>{let{x:he,y:Ce}=Ie;return{x:he,y:Ce}}},...V}=evaluate(e,t),z={x:y,y:n},re=await detectOverflow$1(t,V),ie=getSideAxis(getSide(k)),oe=getOppositeAxis(ie);let ue=z[oe],de=z[ie];if(L){const Ie=oe==="y"?"top":"left",he=oe==="y"?"bottom":"right",Ce=ue+re[Ie],_e=ue-re[he];ue=clamp(Ce,ue,_e)}if($){const Ie=ie==="y"?"top":"left",he=ie==="y"?"bottom":"right",Ce=de+re[Ie],_e=de-re[he];de=clamp(Ce,de,_e)}const pe=j.fn({...t,[oe]:ue,[ie]:de});return{...pe,data:{x:pe.x-y,y:pe.y-n}}}}},limitShift$1=function(e){return e===void 0&&(e={}),{options:e,fn(t){const{x:y,y:n,placement:k,rects:L,middlewareData:$}=t,{offset:j=0,mainAxis:V=!0,crossAxis:z=!0}=evaluate(e,t),re={x:y,y:n},ie=getSideAxis(k),oe=getOppositeAxis(ie);let ue=re[oe],de=re[ie];const pe=evaluate(j,t),Ie=typeof pe=="number"?{mainAxis:pe,crossAxis:0}:{mainAxis:0,crossAxis:0,...pe};if(V){const _e=oe==="y"?"height":"width",Ne=L.reference[oe]-L.floating[_e]+Ie.mainAxis,Fe=L.reference[oe]+L.reference[_e]-Ie.mainAxis;ue<Ne?ue=Ne:ue>Fe&&(ue=Fe)}if(z){var he,Ce;const _e=oe==="y"?"width":"height",Ne=["top","left"].includes(getSide(k)),Fe=L.reference[ie]-L.floating[_e]+(Ne&&((he=$.offset)==null?void 0:he[ie])||0)+(Ne?0:Ie.crossAxis),Ue=L.reference[ie]+L.reference[_e]+(Ne?0:((Ce=$.offset)==null?void 0:Ce[ie])||0)-(Ne?Ie.crossAxis:0);de<Fe?de=Fe:de>Ue&&(de=Ue)}return{[oe]:ue,[ie]:de}}}},size$1=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){const{placement:y,rects:n,platform:k,elements:L}=t,{apply:$=()=>{},...j}=evaluate(e,t),V=await detectOverflow$1(t,j),z=getSide(y),re=getAlignment(y),ie=getSideAxis(y)==="y",{width:oe,height:ue}=n.floating;let de,pe;z==="top"||z==="bottom"?(de=z,pe=re===(await(k.isRTL==null?void 0:k.isRTL(L.floating))?"start":"end")?"left":"right"):(pe=z,de=re==="end"?"top":"bottom");const Ie=ue-V.top-V.bottom,he=oe-V.left-V.right,Ce=min$1(ue-V[de],Ie),_e=min$1(oe-V[pe],he),Ne=!t.middlewareData.shift;let Fe=Ce,Ue=_e;if(ie?Ue=re||Ne?min$1(_e,he):he:Fe=re||Ne?min$1(Ce,Ie):Ie,Ne&&!re){const Et=max$2(V.left,0),Ve=max$2(V.right,0),qe=max$2(V.top,0),jt=max$2(V.bottom,0);ie?Ue=oe-2*(Et!==0||Ve!==0?Et+Ve:max$2(V.left,V.right)):Fe=ue-2*(qe!==0||jt!==0?qe+jt:max$2(V.top,V.bottom))}await $({...t,availableWidth:Ue,availableHeight:Fe});const kt=await k.getDimensions(L.floating);return oe!==kt.width||ue!==kt.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:k}=getComputedStyle$1(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+y)&&!["inline","contents"].includes(k)}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 k=getNearestOverflowAncestor(e),L=k===((n=e.ownerDocument)==null?void 0:n.body),$=getWindow(k);if(L){const j=getFrameElement($);return t.concat($,$.visualViewport||[],isOverflowElement(k)?k:[],j&&y?getOverflowAncestors(j):[])}return t.concat(k,getOverflowAncestors(k,[],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 k=isHTMLElement(e),L=k?e.offsetWidth:y,$=k?e.offsetHeight:n,j=round(y)!==L||round(n)!==$;return j&&(y=L,n=$),{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,$:L}=getCssDimensions(t);let $=(L?round(y.width):y.width)/n,j=(L?round(y.height):y.height)/k;return(!$||!Number.isFinite($))&&($=1),(!j||!Number.isFinite(j))&&(j=1),{x:$,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 k=e.getBoundingClientRect(),L=unwrapElement$1(e);let $=createCoords(1);t&&(n?isElement$1(n)&&($=getScale(n)):$=getScale(e));const j=shouldAddVisualOffsets(L,y,n)?getVisualOffsets(L):createCoords(0);let V=(k.left+j.x)/$.x,z=(k.top+j.y)/$.y,re=k.width/$.x,ie=k.height/$.y;if(L){const oe=getWindow(L),ue=n&&isElement$1(n)?getWindow(n):n;let de=oe,pe=getFrameElement(de);for(;pe&&n&&ue!==de;){const Ie=getScale(pe),he=pe.getBoundingClientRect(),Ce=getComputedStyle$1(pe),_e=he.left+(pe.clientLeft+parseFloat(Ce.paddingLeft))*Ie.x,Ne=he.top+(pe.clientTop+parseFloat(Ce.paddingTop))*Ie.y;V*=Ie.x,z*=Ie.y,re*=Ie.x,ie*=Ie.y,V+=_e,z+=Ne,de=getWindow(pe),pe=getFrameElement(de)}}return rectToClientRect({width:re,height:ie,x:V,y:z})}function convertOffsetParentRelativeRectToViewportRelativeRect(e){let{elements:t,rect:y,offsetParent:n,strategy:k}=e;const L=k==="fixed",$=getDocumentElement(n),j=t?isTopLayer(t.floating):!1;if(n===$||j&&L)return y;let V={scrollLeft:0,scrollTop:0},z=createCoords(1);const re=createCoords(0),ie=isHTMLElement(n);if((ie||!ie&&!L)&&((getNodeName(n)!=="body"||isOverflowElement($))&&(V=getNodeScroll(n)),isHTMLElement(n))){const oe=getBoundingClientRect(n);z=getScale(n),re.x=oe.x+n.clientLeft,re.y=oe.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,k=max$2(t.scrollWidth,t.clientWidth,n.scrollWidth,n.clientWidth),L=max$2(t.scrollHeight,t.clientHeight,n.scrollHeight,n.clientHeight);let $=-y.scrollLeft+getWindowScrollBarX(e);const j=-y.scrollTop;return getComputedStyle$1(n).direction==="rtl"&&($+=max$2(t.clientWidth,n.clientWidth)-k),{width:k,height:L,x:$,y:j}}function getViewportRect(e,t){const y=getWindow(e),n=getDocumentElement(e),k=y.visualViewport;let L=n.clientWidth,$=n.clientHeight,j=0,V=0;if(k){L=k.width,$=k.height;const z=isWebKit();(!z||z&&t==="fixed")&&(j=k.offsetLeft,V=k.offsetTop)}return{width:L,height:$,x:j,y:V}}function getInnerBoundingClientRect(e,t){const y=getBoundingClientRect(e,!0,t==="fixed"),n=y.top+e.clientTop,k=y.left+e.clientLeft,L=isHTMLElement(e)?getScale(e):createCoords(1),$=e.clientWidth*L.x,j=e.clientHeight*L.y,V=k*L.x,z=n*L.y;return{width:$,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 k=getVisualOffsets(e);n={...t,x:t.x-k.x,y:t.y-k.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"),k=null;const L=getComputedStyle$1(e).position==="fixed";let $=L?getParentNode(e):e;for(;isElement$1($)&&!isLastTraversableNode($);){const j=getComputedStyle$1($),V=isContainingBlock($);!V&&j.position==="fixed"&&(k=null),(L?!V&&!k:!V&&j.position==="static"&&!!k&&["absolute","fixed"].includes(k.position)||isOverflowElement($)&&!V&&hasFixedPositionAncestor(e,$))?n=n.filter(re=>re!==$):k=j,$=getParentNode($)}return t.set(e,n),n}function getClippingRect(e){let{element:t,boundary:y,rootBoundary:n,strategy:k}=e;const $=[...y==="clippingAncestors"?isTopLayer(t)?[]:getClippingElementAncestors(t,this._c):[].concat(y),n],j=$[0],V=$.reduce((z,re)=>{const ie=getClientRectFromClippingAncestor(t,re,k);return z.top=max$2(ie.top,z.top),z.right=min$1(ie.right,z.right),z.bottom=min$1(ie.bottom,z.bottom),z.left=max$2(ie.left,z.left),z},getClientRectFromClippingAncestor(t,j,k));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),k=getDocumentElement(t),L=y==="fixed",$=getBoundingClientRect(e,!0,L,t);let j={scrollLeft:0,scrollTop:0};const V=createCoords(0);if(n||!n&&!L)if((getNodeName(t)!=="body"||isOverflowElement(k))&&(j=getNodeScroll(t)),n){const ie=getBoundingClientRect(t,!0,L,t);V.x=ie.x+t.clientLeft,V.y=ie.y+t.clientTop}else k&&(V.x=getWindowScrollBarX(k));const z=$.left+j.scrollLeft-V.x,re=$.top+j.scrollTop-V.y;return{x:z,y:re,width:$.width,height:$.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 k=getParentNode(e);for(;k&&!isLastTraversableNode(k);){if(isElement$1(k)&&!isStaticPositioned(k))return k;k=getParentNode(k)}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 k=getDocumentElement(e);function L(){var j;clearTimeout(n),(j=y)==null||j.disconnect(),y=null}function $(j,V){j===void 0&&(j=!1),V===void 0&&(V=1),L();const{left:z,top:re,width:ie,height:oe}=e.getBoundingClientRect();if(j||t(),!ie||!oe)return;const ue=floor$1(re),de=floor$1(k.clientWidth-(z+ie)),pe=floor$1(k.clientHeight-(re+oe)),Ie=floor$1(z),Ce={rootMargin:-ue+"px "+-de+"px "+-pe+"px "+-Ie+"px",threshold:max$2(0,min$1(1,V))||1};let _e=!0;function Ne(Fe){const Ue=Fe[0].intersectionRatio;if(Ue!==V){if(!_e)return $();Ue?$(!1,Ue):n=setTimeout(()=>{$(!1,1e-7)},1e3)}_e=!1}try{y=new IntersectionObserver(Ne,{...Ce,root:k.ownerDocument})}catch{y=new IntersectionObserver(Ne,Ce)}y.observe(e)}return $(!0),L}function autoUpdate(e,t,y,n){n===void 0&&(n={});const{ancestorScroll:k=!0,ancestorResize:L=!0,elementResize:$=typeof ResizeObserver=="function",layoutShift:j=typeof IntersectionObserver=="function",animationFrame:V=!1}=n,z=unwrapElement$1(e),re=k||L?[...z?getOverflowAncestors(z):[],...getOverflowAncestors(t)]:[];re.forEach(he=>{k&&he.addEventListener("scroll",y,{passive:!0}),L&&he.addEventListener("resize",y)});const ie=z&&j?observeMove(z,y):null;let oe=-1,ue=null;$&&(ue=new ResizeObserver(he=>{let[Ce]=he;Ce&&Ce.target===z&&ue&&(ue.unobserve(t),cancelAnimationFrame(oe),oe=requestAnimationFrame(()=>{var _e;(_e=ue)==null||_e.observe(t)})),y()}),z&&!V&&ue.observe(z),ue.observe(t));let de,pe=V?getBoundingClientRect(e):null;V&&Ie();function Ie(){const he=getBoundingClientRect(e);pe&&(he.x!==pe.x||he.y!==pe.y||he.width!==pe.width||he.height!==pe.height)&&y(),pe=he,de=requestAnimationFrame(Ie)}return y(),()=>{var he;re.forEach(Ce=>{k&&Ce.removeEventListener("scroll",y),L&&Ce.removeEventListener("resize",y)}),ie==null||ie(),(he=ue)==null||he.disconnect(),ue=null,V&&cancelAnimationFrame(de)}}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,k={platform:platform$2,...y},L={...k.platform,_c:n};return computePosition$1(e,t,{...k,platform:L})};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(),k=ref$1(),L=ref$1(),$=ref$1(),j=ref$1({}),V={x:L,y:$,placement:t,strategy:y,middlewareData:j},z=async()=>{if(!isClient)return;const re=unrefReference(n),ie=unrefElement(k);if(!re||!ie)return;const oe=await computePosition(re,ie,{placement:unref(t),strategy:unref(y),middleware:unref(e)});keysOf(V).forEach(ue=>{V[ue].value=oe[ue]})};return onMounted(()=>{watchEffect(()=>{z()})}),{...V,update:z,referenceRef:n,contentRef:k}},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:k,selectionEnd:L,value:$}=e.value;if(k==null||L==null)return;const j=$.slice(0,Math.max(0,k)),V=$.slice(Math.max(0,L));t={selectionStart:k,selectionEnd:L,value:$,beforeTxt:j,afterTxt:V}}function n(){if(e.value==null||t==null)return;const{value:k}=e.value,{beforeTxt:L,afterTxt:$,selectionStart:j}=t;if(L==null||$==null||j==null)return;let V=k.length;if(k.endsWith($))V=k.length-$.length;else if(k.startsWith(L))V=L.length;else{const z=L[j-1],re=k.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(L=>{var $;return isVNode(L)&&(($=L.type)==null?void 0:$.name)===t&&!!L.component}).map(L=>L.component.uid).map(L=>y[L]).filter(L=>!!L),useOrderedChildren=(e,t)=>{const y={},n=shallowRef([]);return{children:n,addChild:$=>{y[$.uid]=$,n.value=getOrderedChildren(e,t,y)},removeChild:$=>{delete y[$],n.value=n.value.filter(j=>j.uid!==$)}}},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:k}={}){const L=getCurrentInstance(),{emit:$}=L,j=shallowRef(),V=ref$1(!1),z=oe=>{isFunction$4(t)&&t(oe)||V.value||(V.value=!0,$("focus",oe),y==null||y())},re=oe=>{var ue;isFunction$4(n)&&n(oe)||oe.relatedTarget&&((ue=j.value)!=null&&ue.contains(oe.relatedTarget))||(V.value=!1,$("blur",oe),k==null||k())},ie=()=>{var oe,ue;(oe=j.value)!=null&&oe.contains(document.activeElement)&&j.value!==document.activeElement||(ue=e.value)==null||ue.focus()};return watch(j,oe=>{oe&&oe.setAttribute("tabindex","-1")}),useEventListener(j,"focus",z,!0),useEventListener(j,"blur",re,!0),useEventListener(j,"click",ie,!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},k=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)},L=j=>{t==null||t("compositionend",j),y.value&&(y.value=!1,nextTick$1(()=>e(j)))};return{isComposing:y,handleComposition:j=>{j.type==="compositionend"?L(j):k(j)},handleCompositionStart:n,handleCompositionUpdate:k,handleCompositionEnd:L}}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$4(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),k=computed(()=>isFunction$4(e.valueOnClear)?e.valueOnClear():e.valueOnClear!==void 0?e.valueOnClear:isFunction$4(y.value.valueOnClear)?y.value.valueOnClear():y.value.valueOnClear!==void 0?y.value.valueOnClear:t!==void 0?t:DEFAULT_VALUE_ON_CLEAR),L=$=>n.value.includes($);return n.value.includes(k.value),{emptyValues:n,valueOnClear:k,isEmptyValue:L}},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,k;return(k=(n=y.value)==null?void 0:n[e])!=null?k: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})),k=useLocale(computed(()=>{var j;return(j=y.value)==null?void 0:j.locale})),L=useZIndex(computed(()=>{var j;return((j=y.value)==null?void 0:j.zIndex)||defaultInitialZIndex})),$=computed(()=>{var j;return unref(t)||((j=y.value)==null?void 0:j.size)||""});return provideGlobalConfig(computed(()=>unref(y)||{})),{ns:n,locale:k,zIndex:L,size:$}}const provideGlobalConfig=(e,t,y=!1)=>{var n;const k=!!getCurrentInstance(),L=k?useGlobalConfig():void 0,$=(n=t==null?void 0:t.provide)!=null?n:k?provide:void 0;if(!$)return;const j=computed(()=>{const V=unref(e);return L!=null&&L.value?mergeConfig$1(L.value,V):V});return $(configProviderContextKey,j),$(localeContextKey,computed(()=>j.value.locale)),$(namespaceContextKey,computed(()=>j.value.namespace)),$(zIndexContextKey,computed(()=>j.value.zIndex)),$(SIZE_INJECTION_KEY,{size:computed(()=>j.value.size||"")}),$(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 k of y)n[k]=t[k]!==void 0?t[k]:e[k];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$1="2.8.0",makeInstaller=(e=[])=>({version:version$1,install:(y,n)=>{y[INSTALLED_KEY]||(y[INSTALLED_KEY]=!0,e.forEach(k=>y.use(k)),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$3(e)&&isBoolean$2(t),[CHANGE_EVENT]:e=>isBoolean$2(e)};var _export_sfc$1=(e,t)=>{const y=e.__vccOpts||e;for(const[n,k]of t)y[n]=k;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,k=useNamespace("affix"),L=shallowRef(),$=shallowRef(),j=shallowRef(),{height:V}=useWindowSize(),{height:z,width:re,top:ie,bottom:oe,update:ue}=useElementBounding($,{windowScroll:!1}),de=useElementBounding(L),pe=ref$1(!1),Ie=ref$1(0),he=ref$1(0),Ce=computed(()=>({height:pe.value?`${z.value}px`:"",width:pe.value?`${re.value}px`:""})),_e=computed(()=>{if(!pe.value)return{};const Ue=n.offset?addUnit(n.offset):0;return{height:`${z.value}px`,width:`${re.value}px`,top:n.position==="top"?Ue:"",bottom:n.position==="bottom"?Ue:"",transform:he.value?`translateY(${he.value}px)`:"",zIndex:n.zIndex}}),Ne=()=>{if(j.value)if(Ie.value=j.value instanceof Window?document.documentElement.scrollTop:j.value.scrollTop||0,n.position==="top")if(n.target){const Ue=de.bottom.value-n.offset-z.value;pe.value=n.offset>ie.value&&de.bottom.value>0,he.value=Ue<0?Ue:0}else pe.value=n.offset>ie.value;else if(n.target){const Ue=V.value-de.top.value-n.offset-z.value;pe.value=V.value-n.offset<oe.value&&V.value>de.top.value,he.value=Ue<0?-Ue:0}else pe.value=V.value-n.offset<oe.value},Fe=()=>{ue(),y("scroll",{scrollTop:Ie.value,fixed:pe.value})};return watch(pe,Ue=>y("change",Ue)),onMounted(()=>{var Ue;n.target?(L.value=(Ue=document.querySelector(n.target))!=null?Ue:void 0,L.value||throwError(COMPONENT_NAME$n,`Target does not exist: ${n.target}`)):L.value=document.documentElement,j.value=getScrollContainer($.value,!0),ue()}),useEventListener(j,"scroll",Fe),watchEffect(Ne),t({update:Ne,updateRoot:ue}),(Ue,kt)=>(openBlock(),createElementBlock("div",{ref_key:"root",ref:$,class:normalizeClass(unref(k).b()),style:normalizeStyle(unref(Ce))},[createBaseVNode("div",{class:normalizeClass({[unref(k).m("fixed")]:pe.value}),style:normalizeStyle(unref(_e))},[renderSlot(Ue.$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:k,color:L}=t;return!k&&!L?{}:{fontSize:isUndefined$1(k)?void 0:addUnit(k),"--color":L}});return(k,L)=>(openBlock(),createElementBlock("i",mergeProps({class:unref(y).b(),style:unref(n)},k.$attrs),[renderSlot(k.$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,k=useSlots(),L=useNamespace("alert"),$=ref$1(!0),j=computed(()=>TypeComponentsMap[y.type]),V=computed(()=>[L.e("icon"),{[L.is("big")]:!!y.description||!!k.default}]),z=computed(()=>({"with-description":y.description||k.default})),re=ie=>{$.value=!1,t("close",ie)};return(ie,oe)=>(openBlock(),createBlock(Transition,{name:unref(L).b("fade"),persisted:""},{default:withCtx(()=>[withDirectives(createBaseVNode("div",{class:normalizeClass([unref(L).b(),unref(L).m(ie.type),unref(L).is("center",ie.center),unref(L).is(ie.effect)]),role:"alert"},[ie.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(L).e("content"))},[ie.title||ie.$slots.title?(openBlock(),createElementBlock("span",{key:0,class:normalizeClass([unref(L).e("title"),unref(z)])},[renderSlot(ie.$slots,"title",{},()=>[createTextVNode(toDisplayString(ie.title),1)])],2)):createCommentVNode("v-if",!0),ie.$slots.default||ie.description?(openBlock(),createElementBlock("p",{key:1,class:normalizeClass(unref(L).e("description"))},[renderSlot(ie.$slots,"default",{},()=>[createTextVNode(toDisplayString(ie.description),1)])],2)):createCommentVNode("v-if",!0),ie.closable?(openBlock(),createElementBlock(Fragment,{key:2},[ie.closeText?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass([unref(L).e("close-btn"),unref(L).is("customed")]),onClick:re},toDisplayString(ie.closeText),3)):(openBlock(),createBlock(unref(ElIcon),{key:1,class:normalizeClass(unref(L).e("close-btn")),onClick:re},{default:withCtx(()=>[createVNode(unref(n))]),_:1},8,["class"]))],64)):createCommentVNode("v-if",!0)],2)],2),[[vShow,$.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"),k=t.global?y:useGlobalSize(),L=t.form?{size:void 0}:inject(formContextKey,void 0),$=t.formItem?{size:void 0}:inject(formItemContextKey,void 0);return computed(()=>n.value||unref(e)||($==null?void 0:$.size)||(L==null?void 0:L.size)||k.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 k=ref$1();let L;const $=computed(()=>{var j;return!!(!(e.label||e.ariaLabel)&&t&&t.inputIds&&((j=t.inputIds)==null?void 0:j.length)<=1)});return onMounted(()=>{L=watch([toRef$1(e,"id"),y],([j,V])=>{const z=j??(V?void 0:useId().value);z!==k.value&&(t!=null&&t.removeInputId&&(k.value&&t.removeInputId(k.value),!(n!=null&&n.value)&&!V&&z&&t.addInputId(z)),k.value=z)},{immediate:!0})}),onUnmounted(()=>{L&&L(),t!=null&&t.removeInputId&&k.value&&t.removeInputId(k.value)}),{isLabeledByFormItem:$,inputId:k}},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$2(e)||isString$3(e))&&isBoolean$2(t)&&isString$3(y)};function useFormLabelWidth(){const e=ref$1([]),t=computed(()=>{if(!e.value.length)return"0";const L=Math.max(...e.value);return L?`${L}px`:""});function y(L){const $=e.value.indexOf(L);return $===-1&&t.value,$}function n(L,$){if(L&&$){const j=y($);e.value.splice(j,1,L)}else L&&e.value.push(L)}function k(L){const $=y(L);$>-1&&e.value.splice($,1)}return{autoLabelWidth:t,registerLabelWidth:n,deregisterLabelWidth:k}}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=[],L=useFormSize(),$=useNamespace("form"),j=computed(()=>{const{labelPosition:_e,inline:Ne}=n;return[$.b(),$.m(L.value||"default"),{[$.m(`label-${_e}`)]:_e,[$.m("inline")]:Ne}]}),V=_e=>k.find(Ne=>Ne.prop===_e),z=_e=>{k.push(_e)},re=_e=>{_e.prop&&k.splice(k.indexOf(_e),1)},ie=(_e=[])=>{n.model&&filterFields(k,_e).forEach(Ne=>Ne.resetField())},oe=(_e=[])=>{filterFields(k,_e).forEach(Ne=>Ne.clearValidate())},ue=computed(()=>!!n.model),de=_e=>{if(k.length===0)return[];const Ne=filterFields(k,_e);return Ne.length?Ne:[]},pe=async _e=>he(void 0,_e),Ie=async(_e=[])=>{if(!ue.value)return!1;const Ne=de(_e);if(Ne.length===0)return!0;let Fe={};for(const Ue of Ne)try{await Ue.validate("")}catch(kt){Fe={...Fe,...kt}}return Object.keys(Fe).length===0?!0:Promise.reject(Fe)},he=async(_e=[],Ne)=>{const Fe=!isFunction$4(Ne);try{const Ue=await Ie(_e);return Ue===!0&&await(Ne==null?void 0:Ne(Ue)),Ue}catch(Ue){if(Ue instanceof Error)throw Ue;const kt=Ue;return n.scrollToError&&Ce(Object.keys(kt)[0]),await(Ne==null?void 0:Ne(!1,kt)),Fe&&Promise.reject(kt)}},Ce=_e=>{var Ne;const Fe=filterFields(k,_e)[0];Fe&&((Ne=Fe.$el)==null||Ne.scrollIntoView(n.scrollIntoViewOptions))};return watch(()=>n.rules,()=>{n.validateOnRuleChange&&pe().catch(_e=>void 0)},{deep:!0}),provide(formContextKey,reactive({...toRefs(n),emit:y,resetFields:ie,clearValidate:oe,validateField:he,getField:V,addField:z,removeField:re,...useFormLabelWidth()})),t({validate:pe,validateField:he,resetFields:ie,clearValidate:oe,scrollToField:Ce,fields:k}),(_e,Ne)=>(openBlock(),createElementBlock("form",{class:normalizeClass(unref(j))},[renderSlot(_e.$slots,"default")],2))}});var Form=_export_sfc$1(_sfc_main$2S,[["__file","form.vue"]]),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_ce00252a-e499-4a13-af17-167840600a6b",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_ce00252a-e499-4a13-af17-167840600a6b",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:"590",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:19655",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:"10470992626",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"4b3d261ecb674f4733a36d0a1923b06d49c21cc8",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_9f974113-0da2-416b-ad1d-84e682dae06b",INVOCATION_ID:"592892fae4f949dbac24949f1a5e4c2e",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:"382",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 6",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:"4b3d261ecb674f4733a36d0a1923b06d49c21cc8",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_ce00252a-e499-4a13-af17-167840600a6b",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_ce00252a-e499-4a13-af17-167840600a6b",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_ce00252a-e499-4a13-af17-167840600a6b",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:2078,ppid:2077,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,k){return n.__proto__=k,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,L);var V=Function.bind.apply(k,j),z=new V;return $&&_setPrototypeOf(z,$.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,k)}function k(){return _construct(n,arguments,_getPrototypeOf(this).constructor)}return k.prototype=Object.create(n.prototype,{constructor:{value:k,enumerable:!1,writable:!0,configurable:!0}}),_setPrototypeOf(k,n)},_wrapNativeSuper(e)}var formatRegExp=/%[sdj%]/g,warning=function(){};typeof define_process_default$9<"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 k=0,L=y.length;if(typeof e=="function")return e.apply(null,y);if(typeof e=="string"){var $=e.replace(formatRegExp,function(j){if(j==="%%")return"%";if(k>=L)return j;switch(j){case"%s":return String(y[k++]);case"%d":return Number(y[k++]);case"%j":try{return JSON.stringify(y[k++])}catch{return"[Circular]"}break;default:return j}});return $}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=[],k=0,L=e.length;function $(j){n.push.apply(n,j||[]),k++,k===L&&y(n)}e.forEach(function(j){t(j,$)})}function asyncSerialArray(e,t,y){var n=0,k=e.length;function L($){if($&&$.length){y($);return}var j=n;n=n+1,j<k?t(e[j],L):y([])}L([])}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 k;return k=e.call(this,"Async Validation Error")||this,k.errors=y,k.fields=n,k}return t}(_wrapNativeSuper(Error));function asyncMap(e,t,y,n,k){if(t.first){var L=new Promise(function(oe,ue){var de=function(he){return n(he),he.length?ue(new AsyncValidationError(he,convertFieldsError(he))):oe(k)},pe=flattenObjArr(e);asyncSerialArray(pe,y,de)});return L.catch(function(oe){return oe}),L}var $=t.firstFields===!0?Object.keys(e):t.firstFields||[],j=Object.keys(e),V=j.length,z=0,re=[],ie=new Promise(function(oe,ue){var de=function(Ie){if(re.push.apply(re,Ie),z++,z===V)return n(re),re.length?ue(new AsyncValidationError(re,convertFieldsError(re))):oe(k)};j.length||(n(re),oe(k)),j.forEach(function(pe){var Ie=e[pe];$.indexOf(pe)!==-1?asyncSerialArray(Ie,y,de):asyncParallelArray(Ie,y,de)})});return ie.catch(function(oe){return oe}),ie}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,$||t.type))&&k.push(format$1(L.messages.required,t.fullField))},whitespace=function(t,y,n,k,L){(/^\s+$/.test(y)||y==="")&&k.push(format$1(L.messages.whitespace,t.fullField))},urlReg,getUrlRegex=function(){if(urlReg)return urlReg;var e="[a-fA-F\\d:]",t=function(Ne){return Ne&&Ne.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}",k=(`
(?:
(?:`+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(),L=new RegExp("(?:^"+y+"$)|(?:^"+k+"$)"),$=new RegExp("^"+y+"$"),j=new RegExp("^"+k+"$"),V=function(Ne){return Ne&&Ne.exact?L:new RegExp("(?:"+t(Ne)+y+t(Ne)+")|(?:"+t(Ne)+k+t(Ne)+")","g")};V.v4=function(_e){return _e&&_e.exact?$:new RegExp(""+t(_e)+y+t(_e),"g")},V.v6=function(_e){return _e&&_e.exact?j:new RegExp(""+t(_e)+k+t(_e),"g")};var z="(?:(?:[a-z]+:)?//)",re="(?:\\S+(?::\\S*)?@)?",ie=V.v4().source,oe=V.v6().source,ue="(?:(?:[a-z\\u00a1-\\uffff0-9][-_]*)*[a-z\\u00a1-\\uffff0-9]+)",de="(?:\\.(?:[a-z\\u00a1-\\uffff0-9]-*)*[a-z\\u00a1-\\uffff0-9]+)*",pe="(?:\\.(?:[a-z\\u00a1-\\uffff]{2,}))",Ie="(?::\\d{2,5})?",he='(?:[/?#][^\\s"]*)?',Ce="(?:"+z+"|www\\.)"+re+"(?:localhost|"+ie+"|"+oe+"|"+ue+de+pe+")"+Ie+he;return urlReg=new RegExp("(?:^"+Ce+"$)","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,L){if(t.required&&y===void 0){required$1(t,y,n,k,L);return}var $=["integer","float","array","regexp","object","method","email","number","date","url","hex"],j=t.type;$.indexOf(j)>-1?types$2[j](y)||k.push(format$1(L.messages.types[j],t.fullField,t.type)):j&&typeof y!==t.type&&k.push(format$1(L.messages.types[j],t.fullField,t.type))},range$4=function(t,y,n,k,L){var $=typeof t.len=="number",j=typeof t.min=="number",V=typeof t.max=="number",z=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,re=y,ie=null,oe=typeof y=="number",ue=typeof y=="string",de=Array.isArray(y);if(oe?ie="number":ue?ie="string":de&&(ie="array"),!ie)return!1;de&&(re=y.length),ue&&(re=y.replace(z,"_").length),$?re!==t.len&&k.push(format$1(L.messages[ie].len,t.fullField,t.len)):j&&!V&&re<t.min?k.push(format$1(L.messages[ie].min,t.fullField,t.min)):V&&!j&&re>t.max?k.push(format$1(L.messages[ie].max,t.fullField,t.max)):j&&V&&(re<t.min||re>t.max)&&k.push(format$1(L.messages[ie].range,t.fullField,t.min,t.max))},ENUM$1="enum",enumerable$1=function(t,y,n,k,L){t[ENUM$1]=Array.isArray(t[ENUM$1])?t[ENUM$1]:[],t[ENUM$1].indexOf(y)===-1&&k.push(format$1(L.messages[ENUM$1],t.fullField,t[ENUM$1].join(", ")))},pattern$1=function(t,y,n,k,L){if(t.pattern){if(t.pattern instanceof RegExp)t.pattern.lastIndex=0,t.pattern.test(y)||k.push(format$1(L.messages.pattern.mismatch,t.fullField,y,t.pattern));else if(typeof t.pattern=="string"){var $=new RegExp(t.pattern);$.test(y)||k.push(format$1(L.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,L){var $=[],j=t.required||!t.required&&k.hasOwnProperty(t.field);if(j){if(isEmptyValue(y,"string")&&!t.required)return n();rules.required(t,y,k,$,L,"string"),isEmptyValue(y,"string")||(rules.type(t,y,k,$,L),rules.range(t,y,k,$,L),rules.pattern(t,y,k,$,L),t.whitespace===!0&&rules.whitespace(t,y,k,$,L))}n($)},method2=function(t,y,n,k,L){var $=[],j=t.required||!t.required&&k.hasOwnProperty(t.field);if(j){if(isEmptyValue(y)&&!t.required)return n();rules.required(t,y,k,$,L),y!==void 0&&rules.type(t,y,k,$,L)}n($)},number2=function(t,y,n,k,L){var $=[],j=t.required||!t.required&&k.hasOwnProperty(t.field);if(j){if(y===""&&(y=void 0),isEmptyValue(y)&&!t.required)return n();rules.required(t,y,k,$,L),y!==void 0&&(rules.type(t,y,k,$,L),rules.range(t,y,k,$,L))}n($)},_boolean=function(t,y,n,k,L){var $=[],j=t.required||!t.required&&k.hasOwnProperty(t.field);if(j){if(isEmptyValue(y)&&!t.required)return n();rules.required(t,y,k,$,L),y!==void 0&&rules.type(t,y,k,$,L)}n($)},regexp2=function(t,y,n,k,L){var $=[],j=t.required||!t.required&&k.hasOwnProperty(t.field);if(j){if(isEmptyValue(y)&&!t.required)return n();rules.required(t,y,k,$,L),isEmptyValue(y)||rules.type(t,y,k,$,L)}n($)},integer2=function(t,y,n,k,L){var $=[],j=t.required||!t.required&&k.hasOwnProperty(t.field);if(j){if(isEmptyValue(y)&&!t.required)return n();rules.required(t,y,k,$,L),y!==void 0&&(rules.type(t,y,k,$,L),rules.range(t,y,k,$,L))}n($)},floatFn=function(t,y,n,k,L){var $=[],j=t.required||!t.required&&k.hasOwnProperty(t.field);if(j){if(isEmptyValue(y)&&!t.required)return n();rules.required(t,y,k,$,L),y!==void 0&&(rules.type(t,y,k,$,L),rules.range(t,y,k,$,L))}n($)},array2=function(t,y,n,k,L){var $=[],j=t.required||!t.required&&k.hasOwnProperty(t.field);if(j){if(y==null&&!t.required)return n();rules.required(t,y,k,$,L,"array"),y!=null&&(rules.type(t,y,k,$,L),rules.range(t,y,k,$,L))}n($)},object2=function(t,y,n,k,L){var $=[],j=t.required||!t.required&&k.hasOwnProperty(t.field);if(j){if(isEmptyValue(y)&&!t.required)return n();rules.required(t,y,k,$,L),y!==void 0&&rules.type(t,y,k,$,L)}n($)},ENUM="enum",enumerable2=function(t,y,n,k,L){var $=[],j=t.required||!t.required&&k.hasOwnProperty(t.field);if(j){if(isEmptyValue(y)&&!t.required)return n();rules.required(t,y,k,$,L),y!==void 0&&rules[ENUM](t,y,k,$,L)}n($)},pattern2=function(t,y,n,k,L){var $=[],j=t.required||!t.required&&k.hasOwnProperty(t.field);if(j){if(isEmptyValue(y,"string")&&!t.required)return n();rules.required(t,y,k,$,L),isEmptyValue(y,"string")||rules.pattern(t,y,k,$,L)}n($)},date2=function(t,y,n,k,L){var $=[],j=t.required||!t.required&&k.hasOwnProperty(t.field);if(j){if(isEmptyValue(y,"date")&&!t.required)return n();if(rules.required(t,y,k,$,L),!isEmptyValue(y,"date")){var V;y instanceof Date?V=y:V=new Date(y),rules.type(t,V,k,$,L),V&&rules.range(t,V.getTime(),k,$,L)}}n($)},required2=function(t,y,n,k,L){var $=[],j=Array.isArray(y)?"array":typeof y;rules.required(t,y,k,$,L,j),n($)},type2=function(t,y,n,k,L){var $=t.type,j=[],V=t.required||!t.required&&k.hasOwnProperty(t.field);if(V){if(isEmptyValue(y,$)&&!t.required)return n();rules.required(t,y,k,j,L,$),isEmptyValue(y,$)||rules.type(t,y,k,j,L)}n(j)},any=function(t,y,n,k,L){var $=[],j=t.required||!t.required&&k.hasOwnProperty(t.field);if(j){if(isEmptyValue(y)&&!t.required)return n();rules.required(t,y,k,$,L)}n($)},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 k=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(L){var $=n[L];k.rules[L]=Array.isArray($)?$:[$]})},t.messages=function(n){return n&&(this._messages=deepMerge(newMessages(),n)),this._messages},t.validate=function(n,k,L){var $=this;k===void 0&&(k={}),L===void 0&&(L=function(){});var j=n,V=k,z=L;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(pe){var Ie=[],he={};function Ce(Ne){if(Array.isArray(Ne)){var Fe;Ie=(Fe=Ie).concat.apply(Fe,Ne)}else Ie.push(Ne)}for(var _e=0;_e<pe.length;_e++)Ce(pe[_e]);Ie.length?(he=convertFieldsError(Ie),z(Ie,he)):z(null,j)}if(V.messages){var ie=this.messages();ie===messages&&(ie=newMessages()),deepMerge(ie,V.messages),V.messages=ie}else V.messages=this.messages();var oe={},ue=V.keys||Object.keys(this.rules);ue.forEach(function(pe){var Ie=$.rules[pe],he=j[pe];Ie.forEach(function(Ce){var _e=Ce;typeof _e.transform=="function"&&(j===n&&(j=_extends({},j)),he=j[pe]=_e.transform(he)),typeof _e=="function"?_e={validator:_e}:_e=_extends({},_e),_e.validator=$.getValidationMethod(_e),_e.validator&&(_e.field=pe,_e.fullField=_e.fullField||pe,_e.type=$.getType(_e),oe[pe]=oe[pe]||[],oe[pe].push({rule:_e,value:he,source:j,field:pe}))})});var de={};return asyncMap(oe,V,function(pe,Ie){var he=pe.rule,Ce=(he.type==="object"||he.type==="array")&&(typeof he.fields=="object"||typeof he.defaultField=="object");Ce=Ce&&(he.required||!he.required&&pe.value),he.field=pe.field;function _e(Ue,kt){return _extends({},kt,{fullField:he.fullField+"."+Ue,fullFields:he.fullFields?[].concat(he.fullFields,[Ue]):[Ue]})}function Ne(Ue){Ue===void 0&&(Ue=[]);var kt=Array.isArray(Ue)?Ue:[Ue];!V.suppressWarning&&kt.length&&e.warning("async-validator:",kt),kt.length&&he.message!==void 0&&(kt=[].concat(he.message));var Et=kt.map(complementError(he,j));if(V.first&&Et.length)return de[he.field]=1,Ie(Et);if(!Ce)Ie(Et);else{if(he.required&&!pe.value)return he.message!==void 0?Et=[].concat(he.message).map(complementError(he,j)):V.error&&(Et=[V.error(he,format$1(V.messages.required,he.field))]),Ie(Et);var Ve={};he.defaultField&&Object.keys(pe.value).map(function(tr){Ve[tr]=he.defaultField}),Ve=_extends({},Ve,pe.rule.fields);var qe={};Object.keys(Ve).forEach(function(tr){var rr=Ve[tr],ar=Array.isArray(rr)?rr:[rr];qe[tr]=ar.map(_e.bind(null,tr))});var jt=new e(qe);jt.messages(V.messages),pe.rule.options&&(pe.rule.options.messages=V.messages,pe.rule.options.error=V.error),jt.validate(pe.value,pe.rule.options||V,function(tr){var rr=[];Et&&Et.length&&rr.push.apply(rr,Et),tr&&tr.length&&rr.push.apply(rr,tr),Ie(rr.length?rr:null)})}}var Fe;if(he.asyncValidator)Fe=he.asyncValidator(he,pe.value,Ne,pe.source,V);else if(he.validator){try{Fe=he.validator(he,pe.value,Ne,pe.source,V)}catch(Ue){console.error==null||console.error(Ue),V.suppressValidatorError||setTimeout(function(){throw Ue},0),Ne(Ue.message)}Fe===!0?Ne():Fe===!1?Ne(typeof he.message=="function"?he.message(he.fullField||he.field):he.message||(he.fullField||he.field)+" fails"):Fe instanceof Array?Ne(Fe):Fe instanceof Error&&Ne(Fe.message)}Fe&&Fe.then&&Fe.then(function(){return Ne()},function(Ue){return Ne(Ue)})},function(pe){re(pe)},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 k=Object.keys(n),L=k.indexOf("message");return L!==-1&&k.splice(L,1),k.length===1&&k[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 k=useNamespace("form"),L=ref$1(),$=ref$1(0),j=()=>{var re;if((re=L.value)!=null&&re.firstElementChild){const ie=window.getComputedStyle(L.value.firstElementChild).width;return Math.ceil(Number.parseFloat(ie))}else return 0},V=(re="update")=>{nextTick$1(()=>{t.default&&e.isAutoWidth&&(re==="update"?$.value=j():re==="remove"&&(y==null||y.deregisterLabelWidth($.value)))})},z=()=>V("update");return onMounted(()=>{z()}),onBeforeUnmount(()=>{V("remove")}),onUpdated(()=>z()),watch($,(re,ie)=>{e.updateAll&&(y==null||y.registerLabelWidth(re,ie))}),useResizeObserver(computed(()=>{var re,ie;return(ie=(re=L.value)==null?void 0:re.firstElementChild)!=null?ie:null}),z),()=>{var re,ie;if(!t)return null;const{isAutoWidth:oe}=e;if(oe){const ue=y==null?void 0:y.autoLabelWidth,de=n==null?void 0:n.hasLabel,pe={};if(de&&ue&&ue!=="auto"){const Ie=Math.max(0,Number.parseInt(ue,10)-$.value),Ce=(n.labelPosition||y.labelPosition)==="left"?"marginRight":"marginLeft";Ie&&(pe[Ce]=`${Ie}px`)}return createVNode("div",{ref:L,class:[k.be("item","label-wrap")],style:pe},[(re=t.default)==null?void 0:re.call(t)])}else return createVNode(Fragment,{ref:L},[(ie=t.default)==null?void 0:ie.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(),k=inject(formContextKey,void 0),L=inject(formItemContextKey,void 0),$=useFormSize(void 0,{formItem:!1}),j=useNamespace("form-item"),V=useId().value,z=ref$1([]),re=ref$1(""),ie=refDebounced(re,100),oe=ref$1(""),ue=ref$1();let de,pe=!1;const Ie=computed(()=>y.labelPosition||(k==null?void 0:k.labelPosition)),he=computed(()=>{if(Ie.value==="top")return{};const gr=addUnit(y.labelWidth||(k==null?void 0:k.labelWidth)||"");return gr?{width:gr}:{}}),Ce=computed(()=>{if(Ie.value==="top"||k!=null&&k.inline)return{};if(!y.label&&!y.labelWidth&&qe)return{};const gr=addUnit(y.labelWidth||(k==null?void 0:k.labelWidth)||"");return!y.label&&!n.label?{marginLeft:gr}:{}}),_e=computed(()=>[j.b(),j.m($.value),j.is("error",re.value==="error"),j.is("validating",re.value==="validating"),j.is("success",re.value==="success"),j.is("required",nr.value||y.required),j.is("no-asterisk",k==null?void 0:k.hideRequiredAsterisk),(k==null?void 0:k.requireAsteriskPosition)==="right"?"asterisk-right":"asterisk-left",{[j.m("feedback")]:k==null?void 0:k.statusIcon,[j.m(`label-${Ie.value}`)]:Ie.value}]),Ne=computed(()=>isBoolean$2(y.inlineMessage)?y.inlineMessage:(k==null?void 0:k.inlineMessage)||!1),Fe=computed(()=>[j.e("error"),{[j.em("error","inline")]:Ne.value}]),Ue=computed(()=>y.prop?isString$3(y.prop)?y.prop:y.prop.join("."):""),kt=computed(()=>!!(y.label||n.label)),Et=computed(()=>y.for||(z.value.length===1?z.value[0]:void 0)),Ve=computed(()=>!Et.value&&kt.value),qe=!!L,jt=computed(()=>{const gr=k==null?void 0:k.model;if(!(!gr||!y.prop))return getProp(gr,y.prop).value}),tr=computed(()=>{const{required:gr}=y,jr=[];y.rules&&jr.push(...castArray$1(y.rules));const Hr=k==null?void 0:k.rules;if(Hr&&y.prop){const Vr=getProp(Hr,y.prop).value;Vr&&jr.push(...castArray$1(Vr))}if(gr!==void 0){const Vr=jr.map((zr,Sr)=>[zr,Sr]).filter(([zr])=>Object.keys(zr).includes("required"));if(Vr.length>0)for(const[zr,Sr]of Vr)zr.required!==gr&&(jr[Sr]={...zr,required:gr});else jr.push({required:gr})}return jr}),rr=computed(()=>tr.value.length>0),ar=gr=>tr.value.filter(Hr=>!Hr.trigger||!gr?!0:Array.isArray(Hr.trigger)?Hr.trigger.includes(gr):Hr.trigger===gr).map(({trigger:Hr,...Vr})=>Vr),nr=computed(()=>tr.value.some(gr=>gr.required)),ur=computed(()=>{var gr;return ie.value==="error"&&y.showMessage&&((gr=k==null?void 0:k.showMessage)!=null?gr:!0)}),cr=computed(()=>`${y.label||""}${(k==null?void 0:k.labelSuffix)||""}`),_r=gr=>{re.value=gr},hr=gr=>{var jr,Hr;const{errors:Vr,fields:zr}=gr;(!Vr||!zr)&&console.error(gr),_r("error"),oe.value=Vr?(Hr=(jr=Vr==null?void 0:Vr[0])==null?void 0:jr.message)!=null?Hr:`${y.prop} is required`:"",k==null||k.emit("validate",y.prop,!1,oe.value)},Er=()=>{_r("success"),k==null||k.emit("validate",y.prop,!0,"")},kr=async gr=>{const jr=Ue.value;return new Schema({[jr]:gr}).validate({[jr]:jt.value},{firstFields:!0}).then(()=>(Er(),!0)).catch(Vr=>(hr(Vr),Promise.reject(Vr)))},xr=async(gr,jr)=>{if(pe||!y.prop)return!1;const Hr=isFunction$4(jr);if(!rr.value)return jr==null||jr(!1),!1;const Vr=ar(gr);return Vr.length===0?(jr==null||jr(!0),!0):(_r("validating"),kr(Vr).then(()=>(jr==null||jr(!0),!0)).catch(zr=>{const{fields:Sr}=zr;return jr==null||jr(!1,Sr),Hr?!1:Promise.reject(Sr)}))},yr=()=>{_r(""),oe.value="",pe=!1},br=async()=>{const gr=k==null?void 0:k.model;if(!gr||!y.prop)return;const jr=getProp(gr,y.prop);pe=!0,jr.value=clone(de),await nextTick$1(),yr(),pe=!1},Ir=gr=>{z.value.includes(gr)||z.value.push(gr)},Mr=gr=>{z.value=z.value.filter(jr=>jr!==gr)};watch(()=>y.error,gr=>{oe.value=gr||"",_r(gr?"error":"")},{immediate:!0}),watch(()=>y.validateStatus,gr=>_r(gr||""));const mr=reactive({...toRefs(y),$el:ue,size:$,validateState:re,labelId:V,inputIds:z,isGroup:Ve,hasLabel:kt,fieldValue:jt,addInputId:Ir,removeInputId:Mr,resetField:br,clearValidate:yr,validate:xr});return provide(formItemContextKey,mr),onMounted(()=>{y.prop&&(k==null||k.addField(mr),de=clone(jt.value))}),onBeforeUnmount(()=>{k==null||k.removeField(mr)}),t({size:$,validateMessage:oe,validateState:re,validate:xr,clearValidate:yr,resetField:br}),(gr,jr)=>{var Hr;return openBlock(),createElementBlock("div",{ref_key:"formItemRef",ref:ue,class:normalizeClass(unref(_e)),role:unref(Ve)?"group":void 0,"aria-labelledby":unref(Ve)?unref(V):void 0},[createVNode(unref(FormLabelWrap),{"is-auto-width":unref(he).width==="auto","update-all":((Hr=unref(k))==null?void 0:Hr.labelWidth)==="auto"},{default:withCtx(()=>[unref(kt)?(openBlock(),createBlock(resolveDynamicComponent(unref(Et)?"label":"div"),{key:0,id:unref(V),for:unref(Et),class:normalizeClass(unref(j).e("label")),style:normalizeStyle(unref(he))},{default:withCtx(()=>[renderSlot(gr.$slots,"label",{label:unref(cr)},()=>[createTextVNode(toDisplayString(unref(cr)),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(Ce))},[renderSlot(gr.$slots,"default"),createVNode(TransitionGroup,{name:`${unref(j).namespace.value}-zoom-in-top`},{default:withCtx(()=>[unref(ur)?renderSlot(gr.$slots,"error",{key:0,error:oe.value},()=>[createBaseVNode("div",{class:normalizeClass(unref(Fe))},toDisplayString(oe.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")),k=Number.parseFloat(t.getPropertyValue("border-bottom-width"))+Number.parseFloat(t.getPropertyValue("border-top-width"));return{contextStyle:CONTEXT_STYLE.map($=>`${$}:${t.getPropertyValue($)}`).join(";"),paddingSize:n,borderSize:k,boxSizing:y}}function calcTextareaHeight(e,t=1,y){var n;hiddenTextarea||(hiddenTextarea=document.createElement("textarea"),document.body.appendChild(hiddenTextarea));const{paddingSize:k,borderSize:L,boxSizing:$,contextStyle:j}=calculateNodeStyling(e);hiddenTextarea.setAttribute("style",`${j};${HIDDEN_STYLE}`),hiddenTextarea.value=e.value||e.placeholder||"";let V=hiddenTextarea.scrollHeight;const z={};$==="border-box"?V=V+L:$==="content-box"&&(V=V-k),hiddenTextarea.value="";const re=hiddenTextarea.scrollHeight-k;if(isNumber$3(t)){let ie=re*t;$==="border-box"&&(ie=ie+k+L),V=Math.max(ie,V),z.minHeight=`${ie}px`}if(isNumber$3(y)){let ie=re*y;$==="border-box"&&(ie=ie+k+L),V=Math.min(ie,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$3(e),input:e=>isString$3(e),change:e=>isString$3(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,k=useAttrs$1(),L=useSlots(),$=computed(()=>{const Fr={};return n.containerRole==="combobox"&&(Fr["aria-haspopup"]=k["aria-haspopup"],Fr["aria-owns"]=k["aria-owns"],Fr["aria-expanded"]=k["aria-expanded"]),Fr}),j=computed(()=>[n.type==="textarea"?Ie.b():pe.b(),pe.m(ue.value),pe.is("disabled",de.value),pe.is("exceed",kr.value),{[pe.b("group")]:L.prepend||L.append,[pe.m("prefix")]:L.prefix||n.prefixIcon,[pe.m("suffix")]:L.suffix||n.suffixIcon||n.clearable||n.showPassword,[pe.bm("suffix","password-clear")]:cr.value&&_r.value,[pe.b("hidden")]:n.type==="hidden"},k.class]),V=computed(()=>[pe.e("wrapper"),pe.is("focus",Ve.value)]),z=useAttrs({excludeKeys:computed(()=>Object.keys($.value))}),{form:re,formItem:ie}=useFormItem(),{inputId:oe}=useFormItemInputId(n,{formItemContext:ie}),ue=useFormSize(),de=useFormDisabled(),pe=useNamespace("input"),Ie=useNamespace("textarea"),he=shallowRef(),Ce=shallowRef(),_e=ref$1(!1),Ne=ref$1(!1),Fe=ref$1(),Ue=shallowRef(n.inputStyle),kt=computed(()=>he.value||Ce.value),{wrapperRef:Et,isFocused:Ve}=useFocusController(kt,{afterBlur(){var Fr;n.validateEvent&&((Fr=ie==null?void 0:ie.validate)==null||Fr.call(ie,"blur").catch(Qr=>void 0))}}),qe=computed(()=>{var Fr;return(Fr=re==null?void 0:re.statusIcon)!=null?Fr:!1}),jt=computed(()=>(ie==null?void 0:ie.validateState)||""),tr=computed(()=>jt.value&&ValidateComponentsMap[jt.value]),rr=computed(()=>Ne.value?view_default:hide_default),ar=computed(()=>[k.style]),nr=computed(()=>[n.inputStyle,Ue.value,{resize:n.resize}]),ur=computed(()=>isNil(n.modelValue)?"":String(n.modelValue)),cr=computed(()=>n.clearable&&!de.value&&!n.readonly&&!!ur.value&&(Ve.value||_e.value)),_r=computed(()=>n.showPassword&&!de.value&&!n.readonly&&!!ur.value&&(!!ur.value||Ve.value)),hr=computed(()=>n.showWordLimit&&!!n.maxlength&&(n.type==="text"||n.type==="textarea")&&!de.value&&!n.readonly&&!n.showPassword),Er=computed(()=>ur.value.length),kr=computed(()=>!!hr.value&&Er.value>Number(n.maxlength)),xr=computed(()=>!!L.suffix||!!n.suffixIcon||cr.value||n.showPassword||hr.value||!!jt.value&&qe.value),[yr,br]=useCursor(he);useResizeObserver(Ce,Fr=>{if(mr(),!hr.value||n.resize!=="both")return;const Qr=Fr[0],{width:ca}=Qr.contentRect;Fe.value={right:`calc(100% - ${ca+15+6}px)`}});const Ir=()=>{const{type:Fr,autosize:Qr}=n;if(!(!isClient||Fr!=="textarea"||!Ce.value))if(Qr){const ca=isObject$4(Qr)?Qr.minRows:void 0,Po=isObject$4(Qr)?Qr.maxRows:void 0,Wa=calcTextareaHeight(Ce.value,ca,Po);Ue.value={overflowY:"hidden",...Wa},nextTick$1(()=>{Ce.value.offsetHeight,Ue.value=Wa})}else Ue.value={minHeight:calcTextareaHeight(Ce.value).minHeight}},mr=(Fr=>{let Qr=!1;return()=>{var ca;if(Qr||!n.autosize)return;((ca=Ce.value)==null?void 0:ca.offsetParent)===null||(Fr(),Qr=!0)}})(Ir),gr=()=>{const Fr=kt.value,Qr=n.formatter?n.formatter(ur.value):ur.value;!Fr||Fr.value===Qr||(Fr.value=Qr)},jr=async Fr=>{yr();let{value:Qr}=Fr.target;if(n.formatter&&(Qr=n.parser?n.parser(Qr):Qr),!Vr.value){if(Qr===ur.value){gr();return}y(UPDATE_MODEL_EVENT,Qr),y("input",Qr),await nextTick$1(),gr(),br()}},Hr=Fr=>{y("change",Fr.target.value)},{isComposing:Vr,handleCompositionStart:zr,handleCompositionUpdate:Sr,handleCompositionEnd:Tr}=useComposition({emit:y,afterComposition:jr}),Br=()=>{Ne.value=!Ne.value,vr()},vr=async()=>{var Fr;await nextTick$1(),(Fr=kt.value)==null||Fr.focus()},Cr=()=>{var Fr;return(Fr=kt.value)==null?void 0:Fr.blur()},Dr=Fr=>{_e.value=!1,y("mouseleave",Fr)},Rr=Fr=>{_e.value=!0,y("mouseenter",Fr)},Wr=Fr=>{y("keydown",Fr)},Kr=()=>{var Fr;(Fr=kt.value)==null||Fr.select()},Nr=()=>{y(UPDATE_MODEL_EVENT,""),y("change",""),y("clear"),y("input","")};return watch(()=>n.modelValue,()=>{var Fr;nextTick$1(()=>Ir()),n.validateEvent&&((Fr=ie==null?void 0:ie.validate)==null||Fr.call(ie,"change").catch(Qr=>void 0))}),watch(ur,()=>gr()),watch(()=>n.type,async()=>{await nextTick$1(),gr(),Ir()}),onMounted(()=>{!n.formatter&&n.parser,gr(),nextTick$1(Ir)}),t({input:he,textarea:Ce,ref:kt,textareaStyle:nr,autosize:toRef$1(n,"autosize"),isComposing:Vr,focus:vr,blur:Cr,select:Kr,clear:Nr,resizeTextarea:Ir}),(Fr,Qr)=>(openBlock(),createElementBlock("div",mergeProps(unref($),{class:[unref(j),{[unref(pe).bm("group","append")]:Fr.$slots.append,[unref(pe).bm("group","prepend")]:Fr.$slots.prepend}],style:unref(ar),role:Fr.containerRole,onMouseenter:Rr,onMouseleave:Dr}),[createCommentVNode(" input "),Fr.type!=="textarea"?(openBlock(),createElementBlock(Fragment,{key:0},[createCommentVNode(" prepend slot "),Fr.$slots.prepend?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(pe).be("group","prepend"))},[renderSlot(Fr.$slots,"prepend")],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{ref_key:"wrapperRef",ref:Et,class:normalizeClass(unref(V))},[createCommentVNode(" prefix slot "),Fr.$slots.prefix||Fr.prefixIcon?(openBlock(),createElementBlock("span",{key:0,class:normalizeClass(unref(pe).e("prefix"))},[createBaseVNode("span",{class:normalizeClass(unref(pe).e("prefix-inner"))},[renderSlot(Fr.$slots,"prefix"),Fr.prefixIcon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(pe).e("icon"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(Fr.prefixIcon)))]),_:1},8,["class"])):createCommentVNode("v-if",!0)],2)],2)):createCommentVNode("v-if",!0),createBaseVNode("input",mergeProps({id:unref(oe),ref_key:"input",ref:he,class:unref(pe).e("inner")},unref(z),{minlength:Fr.minlength,maxlength:Fr.maxlength,type:Fr.showPassword?Ne.value?"text":"password":Fr.type,disabled:unref(de),readonly:Fr.readonly,autocomplete:Fr.autocomplete,tabindex:Fr.tabindex,"aria-label":Fr.ariaLabel,placeholder:Fr.placeholder,style:Fr.inputStyle,form:Fr.form,autofocus:Fr.autofocus,onCompositionstart:unref(zr),onCompositionupdate:unref(Sr),onCompositionend:unref(Tr),onInput:jr,onChange:Hr,onKeydown:Wr}),null,16,["id","minlength","maxlength","type","disabled","readonly","autocomplete","tabindex","aria-label","placeholder","form","autofocus","onCompositionstart","onCompositionupdate","onCompositionend"]),createCommentVNode(" suffix slot "),unref(xr)?(openBlock(),createElementBlock("span",{key:1,class:normalizeClass(unref(pe).e("suffix"))},[createBaseVNode("span",{class:normalizeClass(unref(pe).e("suffix-inner"))},[!unref(cr)||!unref(_r)||!unref(hr)?(openBlock(),createElementBlock(Fragment,{key:0},[renderSlot(Fr.$slots,"suffix"),Fr.suffixIcon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(pe).e("icon"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(Fr.suffixIcon)))]),_:1},8,["class"])):createCommentVNode("v-if",!0)],64)):createCommentVNode("v-if",!0),unref(cr)?(openBlock(),createBlock(unref(ElIcon),{key:1,class:normalizeClass([unref(pe).e("icon"),unref(pe).e("clear")]),onMousedown:withModifiers(unref(NOOP),["prevent"]),onClick:Nr},{default:withCtx(()=>[createVNode(unref(circle_close_default))]),_:1},8,["class","onMousedown"])):createCommentVNode("v-if",!0),unref(_r)?(openBlock(),createBlock(unref(ElIcon),{key:2,class:normalizeClass([unref(pe).e("icon"),unref(pe).e("password")]),onClick:Br},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(rr))))]),_:1},8,["class"])):createCommentVNode("v-if",!0),unref(hr)?(openBlock(),createElementBlock("span",{key:3,class:normalizeClass(unref(pe).e("count"))},[createBaseVNode("span",{class:normalizeClass(unref(pe).e("count-inner"))},toDisplayString(unref(Er))+" / "+toDisplayString(Fr.maxlength),3)],2)):createCommentVNode("v-if",!0),unref(jt)&&unref(tr)&&unref(qe)?(openBlock(),createBlock(unref(ElIcon),{key:4,class:normalizeClass([unref(pe).e("icon"),unref(pe).e("validateIcon"),unref(pe).is("loading",unref(jt)==="validating")])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(tr))))]),_:1},8,["class"])):createCommentVNode("v-if",!0)],2)],2)):createCommentVNode("v-if",!0)],2),createCommentVNode(" append slot "),Fr.$slots.append?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(pe).be("group","append"))},[renderSlot(Fr.$slots,"append")],2)):createCommentVNode("v-if",!0)],64)):(openBlock(),createElementBlock(Fragment,{key:1},[createCommentVNode(" textarea "),createBaseVNode("textarea",mergeProps({id:unref(oe),ref_key:"textarea",ref:Ce,class:[unref(Ie).e("inner"),unref(pe).is("focus",unref(Ve))]},unref(z),{minlength:Fr.minlength,maxlength:Fr.maxlength,tabindex:Fr.tabindex,disabled:unref(de),readonly:Fr.readonly,autocomplete:Fr.autocomplete,style:unref(nr),"aria-label":Fr.ariaLabel,placeholder:Fr.placeholder,form:Fr.form,autofocus:Fr.autofocus,rows:Fr.rows,onCompositionstart:unref(zr),onCompositionupdate:unref(Sr),onCompositionend:unref(Tr),onInput:jr,onChange:Hr,onKeydown:Wr}),null,16,["id","minlength","maxlength","tabindex","disabled","readonly","autocomplete","aria-label","placeholder","form","autofocus","rows","onCompositionstart","onCompositionupdate","onCompositionend"]),unref(hr)?(openBlock(),createElementBlock("span",{key:0,style:normalizeStyle(Fe.value),class:normalizeClass(unref(pe).e("count"))},toDisplayString(unref(Er))+" / "+toDisplayString(Fr.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 k=ref$1(),L=ref$1(),$=ref$1({}),j=ref$1(!1);let V=!1,z=!1,re=isClient?document.onselectstart:null;const ie=computed(()=>BAR_MAP[t.vertical?"vertical":"horizontal"]),oe=computed(()=>renderThumbStyle$1({size:t.size,move:t.move,bar:ie.value})),ue=computed(()=>k.value[ie.value.offset]**2/y.wrapElement[ie.value.scrollSize]/t.ratio/L.value[ie.value.offset]),de=Ue=>{var kt;if(Ue.stopPropagation(),Ue.ctrlKey||[1,2].includes(Ue.button))return;(kt=window.getSelection())==null||kt.removeAllRanges(),Ie(Ue);const Et=Ue.currentTarget;Et&&($.value[ie.value.axis]=Et[ie.value.offset]-(Ue[ie.value.client]-Et.getBoundingClientRect()[ie.value.direction]))},pe=Ue=>{if(!L.value||!k.value||!y.wrapElement)return;const kt=Math.abs(Ue.target.getBoundingClientRect()[ie.value.direction]-Ue[ie.value.client]),Et=L.value[ie.value.offset]/2,Ve=(kt-Et)*100*ue.value/k.value[ie.value.offset];y.wrapElement[ie.value.scroll]=Ve*y.wrapElement[ie.value.scrollSize]/100},Ie=Ue=>{Ue.stopImmediatePropagation(),V=!0,document.addEventListener("mousemove",he),document.addEventListener("mouseup",Ce),re=document.onselectstart,document.onselectstart=()=>!1},he=Ue=>{if(!k.value||!L.value||V===!1)return;const kt=$.value[ie.value.axis];if(!kt)return;const Et=(k.value.getBoundingClientRect()[ie.value.direction]-Ue[ie.value.client])*-1,Ve=L.value[ie.value.offset]-kt,qe=(Et-Ve)*100*ue.value/k.value[ie.value.offset];y.wrapElement[ie.value.scroll]=qe*y.wrapElement[ie.value.scrollSize]/100},Ce=()=>{V=!1,$.value[ie.value.axis]=0,document.removeEventListener("mousemove",he),document.removeEventListener("mouseup",Ce),Fe(),z&&(j.value=!1)},_e=()=>{z=!1,j.value=!!t.size},Ne=()=>{z=!0,j.value=V};onBeforeUnmount(()=>{Fe(),document.removeEventListener("mouseup",Ce)});const Fe=()=>{document.onselectstart!==re&&(document.onselectstart=re)};return useEventListener(toRef$1(y,"scrollbarElement"),"mousemove",_e),useEventListener(toRef$1(y,"scrollbarElement"),"mouseleave",Ne),(Ue,kt)=>(openBlock(),createBlock(Transition,{name:unref(n).b("fade"),persisted:""},{default:withCtx(()=>[withDirectives(createBaseVNode("div",{ref_key:"instance",ref:k,class:normalizeClass([unref(n).e("bar"),unref(n).is(unref(ie).key)]),onMousedown:pe},[createBaseVNode("div",{ref_key:"thumb",ref:L,class:normalizeClass(unref(n).e("thumb")),style:normalizeStyle(unref(oe)),onMousedown:de},null,38)],34),[[vShow,Ue.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),k=ref$1(0),L=ref$1(0),$=ref$1(""),j=ref$1(""),V=ref$1(1),z=ref$1(1);return t({handleScroll:oe=>{if(oe){const ue=oe.offsetHeight-GAP,de=oe.offsetWidth-GAP;L.value=oe.scrollTop*100/ue*V.value,k.value=oe.scrollLeft*100/de*z.value}},update:()=>{const oe=n==null?void 0:n.wrapElement;if(!oe)return;const ue=oe.offsetHeight-GAP,de=oe.offsetWidth-GAP,pe=ue**2/oe.scrollHeight,Ie=de**2/oe.scrollWidth,he=Math.max(pe,y.minSize),Ce=Math.max(Ie,y.minSize);V.value=pe/(ue-pe)/(he/(ue-he)),z.value=Ie/(de-Ie)/(Ce/(de-Ce)),j.value=he+GAP<ue?`${he}px`:"",$.value=Ce+GAP<de?`${Ce}px`:""}}),(oe,ue)=>(openBlock(),createElementBlock(Fragment,null,[createVNode(Thumb,{move:k.value,ratio:z.value,size:$.value,always:oe.always},null,8,["move","ratio","size","always"]),createVNode(Thumb,{move:L.value,ratio:V.value,size:j.value,vertical:"",always:oe.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$3)},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,k=useNamespace("scrollbar");let L,$,j=0,V=0;const z=ref$1(),re=ref$1(),ie=ref$1(),oe=ref$1(),ue=computed(()=>{const Fe={};return n.height&&(Fe.height=addUnit(n.height)),n.maxHeight&&(Fe.maxHeight=addUnit(n.maxHeight)),[n.wrapStyle,Fe]}),de=computed(()=>[n.wrapClass,k.e("wrap"),{[k.em("wrap","hidden-default")]:!n.native}]),pe=computed(()=>[k.e("view"),n.viewClass]),Ie=()=>{var Fe;re.value&&((Fe=oe.value)==null||Fe.handleScroll(re.value),j=re.value.scrollTop,V=re.value.scrollLeft,y("scroll",{scrollTop:re.value.scrollTop,scrollLeft:re.value.scrollLeft}))};function he(Fe,Ue){isObject$4(Fe)?re.value.scrollTo(Fe):isNumber$3(Fe)&&isNumber$3(Ue)&&re.value.scrollTo(Fe,Ue)}const Ce=Fe=>{isNumber$3(Fe)&&(re.value.scrollTop=Fe)},_e=Fe=>{isNumber$3(Fe)&&(re.value.scrollLeft=Fe)},Ne=()=>{var Fe;(Fe=oe.value)==null||Fe.update()};return watch(()=>n.noresize,Fe=>{Fe?(L==null||L(),$==null||$()):({stop:L}=useResizeObserver(ie,Ne),$=useEventListener("resize",Ne))},{immediate:!0}),watch(()=>[n.maxHeight,n.height],()=>{n.native||nextTick$1(()=>{var Fe;Ne(),re.value&&((Fe=oe.value)==null||Fe.handleScroll(re.value))})}),provide(scrollbarContextKey,reactive({scrollbarElement:z,wrapElement:re})),onActivated(()=>{re.value.scrollTop=j,re.value.scrollLeft=V}),onMounted(()=>{n.native||nextTick$1(()=>{Ne()})}),onUpdated(()=>Ne()),t({wrapRef:re,update:Ne,scrollTo:he,setScrollTop:Ce,setScrollLeft:_e,handleScroll:Ie}),(Fe,Ue)=>(openBlock(),createElementBlock("div",{ref_key:"scrollbarRef",ref:z,class:normalizeClass(unref(k).b())},[createBaseVNode("div",{ref_key:"wrapRef",ref:re,class:normalizeClass(unref(de)),style:normalizeStyle(unref(ue)),onScroll:Ie},[(openBlock(),createBlock(resolveDynamicComponent(Fe.tag),{id:Fe.id,ref_key:"resizeRef",ref:ie,class:normalizeClass(unref(pe)),style:normalizeStyle(Fe.viewStyle),role:Fe.role,"aria-label":Fe.ariaLabel,"aria-orientation":Fe.ariaOrientation},{default:withCtx(()=>[renderSlot(Fe.$slots,"default")]),_:3},8,["id","class","style","role","aria-label","aria-orientation"]))],38),Fe.native?createCommentVNode("v-if",!0):(openBlock(),createBlock(Bar,{key:0,ref_key:"barRef",ref:oe,always:Fe.always,"min-size":Fe.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(),k=ref$1(),L=ref$1(),$=ref$1(),j=computed(()=>y.role),V={triggerRef:n,popperInstanceRef:k,contentRef:L,referenceRef:$,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:k,arrowRef:L,arrowStyle:$}=inject(POPPER_CONTENT_INJECTION_KEY,void 0);return watch(()=>y.arrowOffset,j=>{k.value=j}),onBeforeUnmount(()=>{L.value=void 0}),t({arrowRef:L}),(j,V)=>(openBlock(),createElementBlock("span",{ref_key:"arrowRef",ref:L,class:normalizeClass(unref(n).e("arrow")),style:normalizeStyle(unref($)),"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 k=inject(FORWARD_REF_INJECTION_KEY),L=useForwardRefDirective((n=k==null?void 0:k.setForwardRef)!=null?n:NOOP);return()=>{var $;const j=($=t.default)==null?void 0:$.call(t,y);if(!j||j.length>1)return null;const V=findFirstLegitChild(j);return V?withDirectives(cloneVNode(V,y),[[L]]):null}}});function findFirstLegitChild(e){if(!e)return null;const t=e;for(const y of t){if(isObject$4(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:k}=inject(POPPER_INJECTION_KEY,void 0);useForwardRef(k);const L=computed(()=>j.value?y.id:void 0),$=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,ie=>{ie&&(k.value=unrefElement(ie))},{immediate:!0}),watch(k,(ie,oe)=>{z==null||z(),z=void 0,isElement$2(ie)&&(re.forEach(ue=>{var de;const pe=y[ue];pe&&(ie.addEventListener(ue.slice(2).toLowerCase(),pe),(de=oe==null?void 0:oe.removeEventListener)==null||de.call(oe,ue.slice(2).toLowerCase(),pe))}),z=watch([L,$,j,V],ue=>{["aria-controls","aria-describedby","aria-haspopup","aria-expanded"].forEach((de,pe)=>{isNil(ue[pe])?ie.removeAttribute(de):ie.setAttribute(de,ue[pe])})},{immediate:!0})),isElement$2(oe)&&["aria-controls","aria-describedby","aria-haspopup","aria-expanded"].forEach(ue=>oe.removeAttribute(ue))},{immediate:!0})}),onBeforeUnmount(()=>{if(z==null||z(),z=void 0,k.value&&isElement$2(k.value)){const ie=k.value;re.forEach(oe=>{const ue=y[oe];ue&&ie.removeEventListener(oe.slice(2).toLowerCase(),ue)}),k.value=void 0}}),t({triggerRef:k}),(ie,oe)=>ie.virtualTriggering?createCommentVNode("v-if",!0):(openBlock(),createBlock(unref(OnlyChild),mergeProps({key:0},ie.$attrs,{"aria-controls":unref(L),"aria-describedby":unref($),"aria-expanded":unref(V),"aria-haspopup":unref(j)}),{default:withCtx(()=>[renderSlot(ie.$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 k=n.tagName==="INPUT"&&n.type==="hidden";return n.disabled||n.hidden||k?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 k=e[0];k&&n!==k&&k.pause(),e=removeFromStack(e,n),e.unshift(n)},remove:n=>{var k,L;e=removeFromStack(e,n),(L=(k=e[0])==null?void 0:k.resume)==null||L.call(k)}}},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,k;const{focusReason:L}=useFocusReason();useEscapeKeydown(de=>{e.trapped&&!$.paused&&t("release-requested",de)});const $={paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}},j=de=>{if(!e.loop&&!e.trapped||$.paused)return;const{key:pe,altKey:Ie,ctrlKey:he,metaKey:Ce,currentTarget:_e,shiftKey:Ne}=de,{loop:Fe}=e,Ue=pe===EVENT_CODE.tab&&!Ie&&!he&&!Ce,kt=document.activeElement;if(Ue&&kt){const Et=_e,[Ve,qe]=getEdges(Et);if(Ve&&qe){if(!Ne&&kt===qe){const tr=createFocusOutPreventedEvent({focusReason:L.value});t("focusout-prevented",tr),tr.defaultPrevented||(de.preventDefault(),Fe&&tryFocus(Ve,!0))}else if(Ne&&[Ve,Et].includes(kt)){const tr=createFocusOutPreventedEvent({focusReason:L.value});t("focusout-prevented",tr),tr.defaultPrevented||(de.preventDefault(),Fe&&tryFocus(qe,!0))}}else if(kt===Et){const tr=createFocusOutPreventedEvent({focusReason:L.value});t("focusout-prevented",tr),tr.defaultPrevented||de.preventDefault()}}};provide(FOCUS_TRAP_INJECTION_KEY,{focusTrapRef:y,onKeydown:j}),watch(()=>e.focusTrapEl,de=>{de&&(y.value=de)},{immediate:!0}),watch([y],([de],[pe])=>{de&&(de.addEventListener("keydown",j),de.addEventListener("focusin",re),de.addEventListener("focusout",ie)),pe&&(pe.removeEventListener("keydown",j),pe.removeEventListener("focusin",re),pe.removeEventListener("focusout",ie))});const V=de=>{t(ON_TRAP_FOCUS_EVT,de)},z=de=>t(ON_RELEASE_FOCUS_EVT,de),re=de=>{const pe=unref(y);if(!pe)return;const Ie=de.target,he=de.relatedTarget,Ce=Ie&&pe.contains(Ie);e.trapped||he&&pe.contains(he)||(n=he),Ce&&t("focusin",de),!$.paused&&e.trapped&&(Ce?k=Ie:tryFocus(k,!0))},ie=de=>{const pe=unref(y);if(!($.paused||!pe))if(e.trapped){const Ie=de.relatedTarget;!isNil(Ie)&&!pe.contains(Ie)&&setTimeout(()=>{if(!$.paused&&e.trapped){const he=createFocusOutPreventedEvent({focusReason:L.value});t("focusout-prevented",he),he.defaultPrevented||tryFocus(k,!0)}},0)}else{const Ie=de.target;Ie&&pe.contains(Ie)||t("focusout",de)}};async function oe(){await nextTick$1();const de=unref(y);if(de){focusableStack.push($);const pe=de.contains(document.activeElement)?n:document.activeElement;if(n=pe,!de.contains(pe)){const he=new Event(FOCUS_AFTER_TRAPPED,FOCUS_AFTER_TRAPPED_OPTS);de.addEventListener(FOCUS_AFTER_TRAPPED,V),de.dispatchEvent(he),he.defaultPrevented||nextTick$1(()=>{let Ce=e.focusStartEl;isString$3(Ce)||(tryFocus(Ce),document.activeElement!==Ce&&(Ce="first")),Ce==="first"&&focusFirstDescendant(obtainAllFocusableElements(de),!0),(document.activeElement===pe||Ce==="container")&&tryFocus(de)})}}}function ue(){const de=unref(y);if(de){de.removeEventListener(FOCUS_AFTER_TRAPPED,V);const pe=new CustomEvent(FOCUS_AFTER_RELEASED,{...FOCUS_AFTER_TRAPPED_OPTS,detail:{focusReason:L.value}});de.addEventListener(FOCUS_AFTER_RELEASED,z),de.dispatchEvent(pe),!pe.defaultPrevented&&(L.value=="keyboard"||!isFocusCausedByUserEvent()||de.contains(document.activeElement))&&tryFocus(n??document.body),de.removeEventListener(FOCUS_AFTER_RELEASED,z),focusableStack.remove($)}}return onMounted(()=>{e.trapped&&oe(),watch(()=>e.trapped,de=>{de?oe():ue()})}),onBeforeUnmount(()=>{e.trapped&&ue(),y.value&&(y.value.removeEventListener("keydown",j),y.value.removeEventListener("focusin",re),y.value.removeEventListener("focusout",ie),y.value=void 0)}),{onKeydown:j}}});function _sfc_render$u(e,t,y,n,k,L){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:k}=e,L={placement:y,strategy:n,...k,modifiers:[...genModifiers(e),...t]};return deriveExtraModifiers(L,k==null?void 0:k.modifiers),L},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:k}=inject(POPPER_INJECTION_KEY,void 0),L=ref$1(),$=ref$1(),j=computed(()=>({name:"eventListeners",enabled:!!e.visible})),V=computed(()=>{var he;const Ce=unref(L),_e=(he=unref($))!=null?he:DEFAULT_ARROW_OFFSET;return{name:"arrow",enabled:!isUndefined$2(Ce),options:{element:Ce,padding:_e}}}),z=computed(()=>({onFirstUpdate:()=>{de()},...buildPopperOptions(e,[unref(V),unref(j)])})),re=computed(()=>unwrapMeasurableEl(e.referenceEl)||unref(n)),{attributes:ie,state:oe,styles:ue,update:de,forceUpdate:pe,instanceRef:Ie}=usePopper(re,y,z);return watch(Ie,he=>t.value=he),onMounted(()=>{watch(()=>{var he;return(he=unref(re))==null?void 0:he.getBoundingClientRect()},()=>{de()})}),{attributes:ie,arrowRef:L,contentRef:y,instanceRef:Ie,state:oe,styles:ue,role:k,forceUpdate:pe,update:de}},usePopperContentDOM=(e,{attributes:t,styles:y,role:n})=>{const{nextZIndex:k}=useZIndex(),L=useNamespace("popper"),$=computed(()=>unref(t).popper),j=ref$1(isNumber$3(e.zIndex)?e.zIndex:k()),V=computed(()=>[L.b(),L.is("pure",e.pure),L.is(e.effect),e.popperClass]),z=computed(()=>[{zIndex:unref(j)},unref(y).popper,e.popperStyle||{}]),re=computed(()=>n.value==="dialog"?"false":void 0),ie=computed(()=>unref(y).arrow||{});return{ariaModal:re,arrowStyle:ie,contentAttrs:$,contentClass:V,contentStyle:z,contentZIndex:j,updateZIndex:()=>{j.value=isNumber$3(e.zIndex)?e.zIndex:k()}}},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:k,trapped:L,onFocusAfterReleased:$,onFocusAfterTrapped:j,onFocusInTrap:V,onFocusoutPrevented:z,onReleaseRequested:re}=usePopperContentFocusTrap(n,y),{attributes:ie,arrowRef:oe,contentRef:ue,styles:de,instanceRef:pe,role:Ie,update:he}=usePopperContent(n),{ariaModal:Ce,arrowStyle:_e,contentAttrs:Ne,contentClass:Fe,contentStyle:Ue,updateZIndex:kt}=usePopperContentDOM(n,{styles:de,attributes:ie,role:Ie}),Et=inject(formItemContextKey,void 0),Ve=ref$1();provide(POPPER_CONTENT_INJECTION_KEY,{arrowStyle:_e,arrowRef:oe,arrowOffset:Ve}),Et&&provide(formItemContextKey,{...Et,addInputId:NOOP,removeInputId:NOOP});let qe;const jt=(rr=!0)=>{he(),rr&&kt()},tr=()=>{jt(!1),n.visible&&n.focusOnShow?L.value=!0:n.visible===!1&&(L.value=!1)};return onMounted(()=>{watch(()=>n.triggerTargetEl,(rr,ar)=>{qe==null||qe(),qe=void 0;const nr=unref(rr||ue.value),ur=unref(ar||ue.value);isElement$2(nr)&&(qe=watch([Ie,()=>n.ariaLabel,Ce,()=>n.id],cr=>{["role","aria-label","aria-modal","id"].forEach((_r,hr)=>{isNil(cr[hr])?nr.removeAttribute(_r):nr.setAttribute(_r,cr[hr])})},{immediate:!0})),ur!==nr&&isElement$2(ur)&&["role","aria-label","aria-modal","id"].forEach(cr=>{ur.removeAttribute(cr)})},{immediate:!0}),watch(()=>n.visible,tr,{immediate:!0})}),onBeforeUnmount(()=>{qe==null||qe(),qe=void 0}),t({popperContentRef:ue,popperInstanceRef:pe,updatePopper:jt,contentStyle:Ue}),(rr,ar)=>(openBlock(),createElementBlock("div",mergeProps({ref_key:"contentRef",ref:ue},unref(Ne),{style:unref(Ue),class:unref(Fe),tabindex:"-1",onMouseenter:nr=>rr.$emit("mouseenter",nr),onMouseleave:nr=>rr.$emit("mouseleave",nr)}),[createVNode(unref(ElFocusTrap),{trapped:unref(L),"trap-on-focus-in":!0,"focus-trap-el":unref(ue),"focus-start-el":unref(k),onFocusAfterTrapped:unref(j),onFocusAfterReleased:unref($),onFocusin:unref(V),onFocusoutPrevented:unref(z),onReleaseRequested:unref(re)},{default:withCtx(()=>[renderSlot(rr.$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$2(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:k,id:L,open:$,onOpen:j,onClose:V,onToggle:z}=inject(TOOLTIP_INJECTION_KEY,void 0),re=ref$1(null),ie=()=>{if(unref(k)||y.disabled)return!0},oe=toRef$1(y,"trigger"),ue=composeEventHandlers(ie,whenTrigger(oe,"hover",j)),de=composeEventHandlers(ie,whenTrigger(oe,"hover",V)),pe=composeEventHandlers(ie,whenTrigger(oe,"click",Ne=>{Ne.button===0&&z(Ne)})),Ie=composeEventHandlers(ie,whenTrigger(oe,"focus",j)),he=composeEventHandlers(ie,whenTrigger(oe,"focus",V)),Ce=composeEventHandlers(ie,whenTrigger(oe,"contextmenu",Ne=>{Ne.preventDefault(),z(Ne)})),_e=composeEventHandlers(ie,Ne=>{const{code:Fe}=Ne;y.triggerKeys.includes(Fe)&&(Ne.preventDefault(),z(Ne))});return t({triggerRef:re}),(Ne,Fe)=>(openBlock(),createBlock(unref(ElPopperTrigger),{id:unref(L),"virtual-ref":Ne.virtualRef,open:unref($),"virtual-triggering":Ne.virtualTriggering,class:normalizeClass(unref(n).e("trigger")),onBlur:unref(he),onClick:unref(pe),onContextmenu:unref(Ce),onFocus:unref(Ie),onMouseenter:unref(ue),onMouseleave:unref(de),onKeydown:unref(_e)},{default:withCtx(()=>[renderSlot(Ne.$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(),k=useNamespace("tooltip"),L=ref$1(null);let $;const{controlled:j,id:V,open:z,trigger:re,onClose:ie,onOpen:oe,onShow:ue,onHide:de,onBeforeShow:pe,onBeforeHide:Ie}=inject(TOOLTIP_INJECTION_KEY,void 0),he=computed(()=>y.transition||`${k.namespace.value}-fade-in-linear`),Ce=computed(()=>y.persistent);onBeforeUnmount(()=>{$==null||$()});const _e=computed(()=>unref(Ce)?!0:unref(z)),Ne=computed(()=>y.disabled?!1:unref(z)),Fe=computed(()=>y.appendTo||n.value),Ue=computed(()=>{var ur;return(ur=y.style)!=null?ur:{}}),kt=computed(()=>!unref(z)),Et=()=>{de()},Ve=()=>{if(unref(j))return!0},qe=composeEventHandlers(Ve,()=>{y.enterable&&unref(re)==="hover"&&oe()}),jt=composeEventHandlers(Ve,()=>{unref(re)==="hover"&&ie()}),tr=()=>{var ur,cr;(cr=(ur=L.value)==null?void 0:ur.updatePopper)==null||cr.call(ur),pe==null||pe()},rr=()=>{Ie==null||Ie()},ar=()=>{ue(),$=onClickOutside(computed(()=>{var ur;return(ur=L.value)==null?void 0:ur.popperContentRef}),()=>{if(unref(j))return;unref(re)!=="hover"&&ie()})},nr=()=>{y.virtualTriggering||ie()};return watch(()=>unref(z),ur=>{ur||$==null||$()},{flush:"post"}),watch(()=>y.content,()=>{var ur,cr;(cr=(ur=L.value)==null?void 0:ur.updatePopper)==null||cr.call(ur)}),t({contentRef:L}),(ur,cr)=>(openBlock(),createBlock(unref(ElTeleport),{disabled:!ur.teleported,to:unref(Fe)},{default:withCtx(()=>[createVNode(Transition,{name:unref(he),onAfterLeave:Et,onBeforeEnter:tr,onAfterEnter:ar,onBeforeLeave:rr},{default:withCtx(()=>[unref(_e)?withDirectives((openBlock(),createBlock(unref(ElPopperContent),mergeProps({key:0,id:unref(V),ref_key:"contentRef",ref:L},ur.$attrs,{"aria-label":ur.ariaLabel,"aria-hidden":unref(kt),"boundaries-padding":ur.boundariesPadding,"fallback-placements":ur.fallbackPlacements,"gpu-acceleration":ur.gpuAcceleration,offset:ur.offset,placement:ur.placement,"popper-options":ur.popperOptions,strategy:ur.strategy,effect:ur.effect,enterable:ur.enterable,pure:ur.pure,"popper-class":ur.popperClass,"popper-style":[ur.popperStyle,unref(Ue)],"reference-el":ur.referenceEl,"trigger-target-el":ur.triggerTargetEl,visible:unref(Ne),"z-index":ur.zIndex,onMouseenter:unref(qe),onMouseleave:unref(jt),onBlur:nr,onClose:unref(ie)}),{default:withCtx(()=>[renderSlot(ur.$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(Ne)]]):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 k=useId(),L=ref$1(),$=ref$1(),j=()=>{var he;const Ce=unref(L);Ce&&((he=Ce.popperInstanceRef)==null||he.update())},V=ref$1(!1),z=ref$1(),{show:re,hide:ie,hasUpdateHandler:oe}=useTooltipModelToggle({indicator:V,toggleReason:z}),{onOpen:ue,onClose:de}=useDelayedToggle({showAfter:toRef$1(n,"showAfter"),hideAfter:toRef$1(n,"hideAfter"),autoClose:toRef$1(n,"autoClose"),open:re,close:ie}),pe=computed(()=>isBoolean$2(n.visible)&&!oe.value);provide(TOOLTIP_INJECTION_KEY,{controlled:pe,id:k,open:readonly(V),trigger:toRef$1(n,"trigger"),onOpen:he=>{ue(he)},onClose:he=>{de(he)},onToggle:he=>{unref(V)?de(he):ue(he)},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,he=>{he&&V.value&&(V.value=!1)});const Ie=he=>{var Ce,_e;const Ne=(_e=(Ce=$.value)==null?void 0:Ce.contentRef)==null?void 0:_e.popperContentRef,Fe=(he==null?void 0:he.relatedTarget)||document.activeElement;return Ne&&Ne.contains(Fe)};return onDeactivated(()=>V.value&&ie()),t({popperRef:L,contentRef:$,isFocusInsideContent:Ie,updatePopper:j,onOpen:ue,onClose:de,hide:ie}),(he,Ce)=>(openBlock(),createBlock(unref(ElPopper),{ref_key:"popperRef",ref:L,role:he.role},{default:withCtx(()=>[createVNode(ElTooltipTrigger,{disabled:he.disabled,trigger:he.trigger,"trigger-keys":he.triggerKeys,"virtual-ref":he.virtualRef,"virtual-triggering":he.virtualTriggering},{default:withCtx(()=>[he.$slots.default?renderSlot(he.$slots,"default",{key:0}):createCommentVNode("v-if",!0)]),_:3},8,["disabled","trigger","trigger-keys","virtual-ref","virtual-triggering"]),createVNode(ElTooltipContent,{ref_key:"contentRef",ref:$,"aria-label":he.ariaLabel,"boundaries-padding":he.boundariesPadding,content:he.content,disabled:he.disabled,effect:he.effect,enterable:he.enterable,"fallback-placements":he.fallbackPlacements,"hide-after":he.hideAfter,"gpu-acceleration":he.gpuAcceleration,offset:he.offset,persistent:he.persistent,"popper-class":he.popperClass,"popper-style":he.popperStyle,placement:he.placement,"popper-options":he.popperOptions,pure:he.pure,"raw-content":he.rawContent,"reference-el":he.referenceEl,"trigger-target-el":he.triggerTargetEl,"show-after":he.showAfter,strategy:he.strategy,teleported:he.teleported,transition:he.transition,"virtual-triggering":he.virtualTriggering,"z-index":he.zIndex,"append-to":he.appendTo},{default:withCtx(()=>[renderSlot(he.$slots,"content",{},()=>[he.rawContent?(openBlock(),createElementBlock("span",{key:0,innerHTML:he.content},null,8,["innerHTML"])):(openBlock(),createElementBlock("span",{key:1},toDisplayString(he.content),1))]),he.showArrow?(openBlock(),createBlock(unref(ElPopperArrow),{key:0,"arrow-offset":he.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$3(e),[INPUT_EVENT]:e=>isString$3(e),[CHANGE_EVENT]:e=>isString$3(e),focus:e=>e instanceof FocusEvent,blur:e=>e instanceof FocusEvent,clear:()=>!0,select:e=>isObject$4(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,k=useAttrs(),L=useAttrs$1(),$=useFormDisabled(),j=useNamespace("autocomplete"),V=ref$1(),z=ref$1(),re=ref$1(),ie=ref$1();let oe=!1,ue=!1;const de=ref$1([]),pe=ref$1(-1),Ie=ref$1(""),he=ref$1(!1),Ce=ref$1(!1),_e=ref$1(!1),Ne=useId(),Fe=computed(()=>L.style),Ue=computed(()=>(de.value.length>0||_e.value)&&he.value),kt=computed(()=>!n.hideLoading&&_e.value),Et=computed(()=>V.value?Array.from(V.value.$el.querySelectorAll("input")):[]),Ve=()=>{Ue.value&&(Ie.value=`${V.value.$el.offsetWidth}px`)},qe=()=>{pe.value=-1},tr=debounce(async mr=>{if(Ce.value)return;const gr=jr=>{_e.value=!1,!Ce.value&&(isArray$2(jr)?(de.value=jr,pe.value=n.highlightFirstItem?0:-1):throwError(COMPONENT_NAME$i,"autocomplete suggestions must be an array"))};if(_e.value=!0,isArray$2(n.fetchSuggestions))gr(n.fetchSuggestions);else{const jr=await n.fetchSuggestions(mr,gr);isArray$2(jr)&&gr(jr)}},n.debounce),rr=mr=>{const gr=!!mr;if(y(INPUT_EVENT,mr),y(UPDATE_MODEL_EVENT,mr),Ce.value=!1,he.value||(he.value=gr),!n.triggerOnFocus&&!mr){Ce.value=!0,de.value=[];return}tr(mr)},ar=mr=>{var gr;$.value||(((gr=mr.target)==null?void 0:gr.tagName)!=="INPUT"||Et.value.includes(document.activeElement))&&(he.value=!0)},nr=mr=>{y(CHANGE_EVENT,mr)},ur=mr=>{ue?ue=!1:(he.value=!0,y("focus",mr),n.triggerOnFocus&&!oe&&tr(String(n.modelValue)))},cr=mr=>{setTimeout(()=>{var gr;if((gr=re.value)!=null&&gr.isFocusInsideContent()){ue=!0;return}he.value&&kr(),y("blur",mr)})},_r=()=>{he.value=!1,y(UPDATE_MODEL_EVENT,""),y("clear")},hr=async()=>{Ue.value&&pe.value>=0&&pe.value<de.value.length?br(de.value[pe.value]):n.selectWhenUnmatched&&(y("select",{value:n.modelValue}),de.value=[],pe.value=-1)},Er=mr=>{Ue.value&&(mr.preventDefault(),mr.stopPropagation(),kr())},kr=()=>{he.value=!1},xr=()=>{var mr;(mr=V.value)==null||mr.focus()},yr=()=>{var mr;(mr=V.value)==null||mr.blur()},br=async mr=>{y(INPUT_EVENT,mr[n.valueKey]),y(UPDATE_MODEL_EVENT,mr[n.valueKey]),y("select",mr),de.value=[],pe.value=-1},Ir=mr=>{if(!Ue.value||_e.value)return;if(mr<0){pe.value=-1;return}mr>=de.value.length&&(mr=de.value.length-1);const gr=z.value.querySelector(`.${j.be("suggestion","wrap")}`),Hr=gr.querySelectorAll(`.${j.be("suggestion","list")} li`)[mr],Vr=gr.scrollTop,{offsetTop:zr,scrollHeight:Sr}=Hr;zr+Sr>Vr+gr.clientHeight&&(gr.scrollTop+=Sr),zr<Vr&&(gr.scrollTop-=Sr),pe.value=mr,V.value.ref.setAttribute("aria-activedescendant",`${Ne.value}-item-${pe.value}`)},Mr=onClickOutside(ie,()=>{Ue.value&&kr()});return onBeforeUnmount(()=>{Mr==null||Mr()}),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",`${Ne.value}-item-${pe.value}`),oe=V.value.ref.hasAttribute("readonly")}),t({highlightedIndex:pe,activated:he,loading:_e,inputRef:V,popperRef:re,suggestions:de,handleSelect:br,handleKeyEnter:hr,focus:xr,blur:yr,close:kr,highlight:Ir}),(mr,gr)=>(openBlock(),createBlock(unref(ElTooltip),{ref_key:"popperRef",ref:re,visible:unref(Ue),placement:mr.placement,"fallback-placements":["bottom-start","top-start"],"popper-class":[unref(j).e("popper"),mr.popperClass],teleported:mr.teleported,"gpu-acceleration":!1,pure:"","manual-mode":"",effect:"light",trigger:"click",transition:`${unref(j).namespace.value}-zoom-in-top`,persistent:"",role:"listbox",onBeforeShow:Ve,onHide:qe},{content:withCtx(()=>[createBaseVNode("div",{ref_key:"regionRef",ref:z,class:normalizeClass([unref(j).b("suggestion"),unref(j).is("loading",unref(kt))]),style:normalizeStyle({[mr.fitInputWidth?"width":"minWidth"]:Ie.value,outline:"none"}),role:"region"},[createVNode(unref(ElScrollbar),{id:unref(Ne),tag:"ul","wrap-class":unref(j).be("suggestion","wrap"),"view-class":unref(j).be("suggestion","list"),role:"listbox"},{default:withCtx(()=>[unref(kt)?(openBlock(),createElementBlock("li",{key:0},[renderSlot(mr.$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(de.value,(jr,Hr)=>(openBlock(),createElementBlock("li",{id:`${unref(Ne)}-item-${Hr}`,key:Hr,class:normalizeClass({highlighted:pe.value===Hr}),role:"option","aria-selected":pe.value===Hr,onClick:Vr=>br(jr)},[renderSlot(mr.$slots,"default",{item:jr},()=>[createTextVNode(toDisplayString(jr[mr.valueKey]),1)])],10,["id","aria-selected","onClick"]))),128))]),_:3},8,["id","wrap-class","view-class"])],6)]),default:withCtx(()=>[createBaseVNode("div",{ref_key:"listboxRef",ref:ie,class:normalizeClass([unref(j).b(),mr.$attrs.class]),style:normalizeStyle(unref(Fe)),role:"combobox","aria-haspopup":"listbox","aria-expanded":unref(Ue),"aria-owns":unref(Ne)},[createVNode(unref(ElInput),mergeProps({ref_key:"inputRef",ref:V},unref(k),{clearable:mr.clearable,disabled:unref($),name:mr.name,"model-value":mr.modelValue,"aria-label":mr.ariaLabel,onInput:rr,onChange:nr,onFocus:ur,onBlur:cr,onClear:_r,onKeydown:[withKeys(withModifiers(jr=>Ir(pe.value-1),["prevent"]),["up"]),withKeys(withModifiers(jr=>Ir(pe.value+1),["prevent"]),["down"]),withKeys(hr,["enter"]),withKeys(kr,["tab"]),withKeys(Er,["esc"])],onMousedown:ar}),createSlots({_:2},[mr.$slots.prepend?{name:"prepend",fn:withCtx(()=>[renderSlot(mr.$slots,"prepend")])}:void 0,mr.$slots.append?{name:"append",fn:withCtx(()=>[renderSlot(mr.$slots,"append")])}:void 0,mr.$slots.prefix?{name:"prefix",fn:withCtx(()=>[renderSlot(mr.$slots,"prefix")])}:void 0,mr.$slots.suffix?{name:"suffix",fn:withCtx(()=>[renderSlot(mr.$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$3(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"),k=ref$1(!1),L=computed(()=>{const{size:z,icon:re,shape:ie}=y,oe=[n.b()];return isString$3(z)&&oe.push(n.m(z)),re&&oe.push(n.m("icon")),ie&&oe.push(n.m(ie)),oe}),$=computed(()=>{const{size:z}=y;return isNumber$3(z)?n.cssVarBlock({size:addUnit(z)||""}):void 0}),j=computed(()=>({objectFit:y.fit}));watch(()=>y.src,()=>k.value=!1);function V(z){k.value=!0,t("error",z)}return(z,re)=>(openBlock(),createElementBlock("span",{class:normalizeClass(unref(L)),style:normalizeStyle(unref($))},[(z.src||z.srcSet)&&!k.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(),k=shallowRef(),L=ref$1(!1),$=()=>{n.value&&(L.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($,300,!0);return useEventListener(k,"scroll",V),onMounted(()=>{var z;k.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}`),k.value=n.value),$()}),{visible:L,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:k,visible:L}=useBackTop(y,t,COMPONENT_NAME$h),$=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(L)?(openBlock(),createElementBlock("div",{key:0,style:normalizeStyle(unref($)),class:normalizeClass(unref(n).b()),onClick:withModifiers(unref(k),["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"),k=computed(()=>y.isDot?"":isNumber$3(y.value)&&isNumber$3(y.max)?y.max<y.value?`${y.max}+`:y.value===0&&!y.showZero?"":`${y.value}`:`${y.value}`),L=computed(()=>{var $,j,V,z,re;return[{backgroundColor:y.color,marginRight:addUnit(-((j=($=y.offset)==null?void 0:$[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:k}),($,j)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(n).b())},[renderSlot($.$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",$.type),unref(n).is("fixed",!!$.$slots.default),unref(n).is("dot",$.isDot),$.badgeClass]),style:normalizeStyle(unref(L)),textContent:toDisplayString(unref(k))},null,14,["textContent"]),[[vShow,!$.hidden&&(unref(k)||$.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"),k=ref$1();return provide(breadcrumbKey,t),onMounted(()=>{const L=k.value.querySelectorAll(`.${n.e("item")}`);L.length&&L[L.length-1].setAttribute("aria-current","page")}),(L,$)=>(openBlock(),createElementBlock("div",{ref_key:"breadcrumb",ref:k,class:normalizeClass(unref(n).b()),"aria-label":unref(y)("el.breadcrumb.label"),role:"navigation"},[renderSlot(L.$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),k=useNamespace("breadcrumb"),L=y.appContext.config.globalProperties.$router,$=ref$1(),j=()=>{!t.to||!L||(t.replace?L.replace(t.to):L.push(t.to))};return(V,z)=>{var re,ie;return openBlock(),createElementBlock("span",{class:normalizeClass(unref(k).e("item"))},[createBaseVNode("span",{ref_key:"link",ref:$,class:normalizeClass([unref(k).e("inner"),unref(k).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(k).e("separator"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(n).separatorIcon)))]),_:1},8,["class"])):(openBlock(),createElementBlock("span",{key:1,class:normalizeClass(unref(k).e("separator")),role:"presentation"},toDisplayString((ie=unref(n))==null?void 0:ie.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:k}=useFormItem(),L=useFormSize(computed(()=>y==null?void 0:y.size)),$=useFormDisabled(),j=ref$1(),V=useSlots(),z=computed(()=>e.type||(y==null?void 0:y.type)||""),re=computed(()=>{var de,pe,Ie;return(Ie=(pe=e.autoInsertSpace)!=null?pe:(de=n.value)==null?void 0:de.autoInsertSpace)!=null?Ie:!1}),ie=computed(()=>e.tag==="button"?{ariaDisabled:$.value||e.loading,disabled:$.value||e.loading,autofocus:e.autofocus,type:e.nativeType}:{}),oe=computed(()=>{var de;const pe=(de=V.default)==null?void 0:de.call(V);if(re.value&&(pe==null?void 0:pe.length)===1){const Ie=pe[0];if((Ie==null?void 0:Ie.type)===Text$1){const he=Ie.children;return new RegExp("^\\p{Unified_Ideograph}{2}$","u").test(he.trim())}}return!1});return{_disabled:$,_size:L,_type:z,_ref:j,_props:ie,shouldAddSpace:oe,handleClick:de=>{e.nativeType==="reset"&&(k==null||k.resetFields()),t("click",de)}}},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),k=Math.min(e,t,y),L=0,$=0,j=(n+k)/2;if(n===k)$=0,L=0;else{var V=n-k;switch($=j>.5?V/(2-n-k):V/(n+k),n){case e:L=(t-y)/V+(t<y?6:0);break;case t:L=(y-e)/V+2;break;case y:L=(e-t)/V+4;break}L/=6}return{h:L,s:$,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,L;if(e=bound01$1(e,360),t=bound01$1(t,100),y=bound01$1(y,100),t===0)k=y,L=y,n=y;else{var $=y<.5?y*(1+t):y+t-y*t,j=2*y-$;n=hue2rgb(j,$,e+1/3),k=hue2rgb(j,$,e),L=hue2rgb(j,$,e-1/3)}return{r:n*255,g:k*255,b:L*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),k=Math.min(e,t,y),L=0,$=n,j=n-k,V=n===0?0:j/n;if(n===k)L=0;else{switch(n){case e:L=(t-y)/j+(t<y?6:0);break;case t:L=(y-e)/j+2;break;case y:L=(e-t)/j+4;break}L/=6}return{h:L,s:V,v:$}}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),k=e-n,L=y*(1-t),$=y*(1-k*t),j=y*(1-(1-k)*t),V=n%6,z=[y,$,L,L,j,y][V],re=[j,y,y,$,L,L][V],ie=[L,L,j,y,y,$][V];return{r:z*255,g:re*255,b:ie*255}}function rgbToHex(e,t,y,n){var k=[pad2(Math.round(e).toString(16)),pad2(Math.round(t).toString(16)),pad2(Math.round(y).toString(16))];return n&&k[0].startsWith(k[0].charAt(1))&&k[1].startsWith(k[1].charAt(1))&&k[2].startsWith(k[2].charAt(1))?k[0].charAt(0)+k[1].charAt(0)+k[2].charAt(0):k.join("")}function rgbaToHex(e,t,y,n,k){var L=[pad2(Math.round(e).toString(16)),pad2(Math.round(t).toString(16)),pad2(Math.round(y).toString(16)),pad2(convertDecimalToHex(n))];return k&&L[0].startsWith(L[0].charAt(1))&&L[1].startsWith(L[1].charAt(1))&&L[2].startsWith(L[2].charAt(1))&&L[3].startsWith(L[3].charAt(1))?L[0].charAt(0)+L[1].charAt(0)+L[2].charAt(0)+L[3].charAt(0):L.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,k=null,L=null,$=!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),$=!0,j=String(e.r).substr(-1)==="%"?"prgb":"rgb"):isValidCSSUnit(e.h)&&isValidCSSUnit(e.s)&&isValidCSSUnit(e.v)?(n=convertToPercentage(e.s),k=convertToPercentage(e.v),t=hsvToRgb(e.h,n,k),$=!0,j="hsv"):isValidCSSUnit(e.h)&&isValidCSSUnit(e.s)&&isValidCSSUnit(e.l)&&(n=convertToPercentage(e.s),L=convertToPercentage(e.l),t=hslToRgb(e.h,n,L),$=!0,j="hsl"),Object.prototype.hasOwnProperty.call(e,"a")&&(y=e.a)),y=boundAlpha(y),{ok:$,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 k=inputToRGB(t);this.originalInput=t,this.r=k.r,this.g=k.g,this.b=k.b,this.a=k.a,this.roundA=Math.round(100*this.a)/100,this.format=(n=y.format)!==null&&n!==void 0?n:k.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=k.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,L=t.r/255,$=t.g/255,j=t.b/255;return L<=.03928?y=L/12.92:y=Math.pow((L+.055)/1.055,2.4),$<=.03928?n=$/12.92:n=Math.pow(($+.055)/1.055,2.4),j<=.03928?k=j/12.92:k=Math.pow((j+.055)/1.055,2.4),.2126*y+.7152*n+.0722*k},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),k=Math.round(t.v*100);return this.a===1?"hsv(".concat(y,", ").concat(n,"%, ").concat(k,"%)"):"hsva(".concat(y,", ").concat(n,"%, ").concat(k,"%, ").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),k=Math.round(t.l*100);return this.a===1?"hsl(".concat(y,", ").concat(n,"%, ").concat(k,"%)"):"hsla(".concat(y,", ").concat(n,"%, ").concat(k,"%, ").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 k=n[y],L=k[0],$=k[1];if(t===$)return L}return!1},e.prototype.toString=function(t){var y=!!t;t=t??this.format;var n=!1,k=this.a<1&&this.a>=0,L=!y&&k&&(t.startsWith("hex")||t==="name");return L?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(),k=new e(t).toRgb(),L=y/100,$={r:(k.r-n.r)*L+n.r,g:(k.g-n.g)*L+n.g,b:(k.b-n.b)*L+n.b,a:(k.a-n.a)*L+n.a};return new e($)},e.prototype.analogous=function(t,y){t===void 0&&(t=6),y===void 0&&(y=30);var n=this.toHsl(),k=360/y,L=[this];for(n.h=(n.h-(k*t>>1)+720)%360;--t;)n.h=(n.h+k)%360,L.push(new e(n));return L},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,k=y.s,L=y.v,$=[],j=1/t;t--;)$.push(new e({h:n,s:k,v:L})),L=(L+j)%1;return $},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(),k=y.a+n.a*(1-y.a);return new e({r:(y.r*y.a+n.r*n.a*(1-y.a))/k,g:(y.g*y.a+n.g*n.a*(1-y.a))/k,b:(y.b*y.a+n.b*n.a*(1-y.a))/k,a:k})},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,k=[this],L=360/t,$=1;$<t;$++)k.push(new e({h:(n+$*L)%360,s:y.s,l:y.l}));return k},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={},k=e.color;if(k){const L=k.match(/var\((.*?)\)/);L&&(k=window.getComputedStyle(window.document.documentElement).getPropertyValue(L[1]));const $=new TinyColor(k),j=e.dark?$.tint(20).toString():darken($,20);if(e.plain)n=y.cssVarBlock({"bg-color":e.dark?darken($,90):$.tint(90).toString(),"text-color":k,"border-color":e.dark?darken($,50):$.tint(50).toString(),"hover-text-color":`var(${y.cssVarName("color-white")})`,"hover-bg-color":k,"hover-border-color":k,"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($,90):$.tint(90).toString(),n[y.cssVarBlockName("disabled-text-color")]=e.dark?darken($,50):$.tint(50).toString(),n[y.cssVarBlockName("disabled-border-color")]=e.dark?darken($,80):$.tint(80).toString());else{const V=e.dark?darken($,30):$.tint(30).toString(),z=$.isDark()?`var(${y.cssVarName("color-white")})`:`var(${y.cssVarName("color-black")})`;if(n=y.cssVarBlock({"bg-color":k,"text-color":z,"border-color":k,"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($,50):$.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,k=useButtonCustomStyle(n),L=useNamespace("button"),{_ref:$,_size:j,_type:V,_disabled:z,_props:re,shouldAddSpace:ie,handleClick:oe}=useButton(n,y),ue=computed(()=>[L.b(),L.m(V.value),L.m(j.value),L.is("disabled",z.value),L.is("loading",n.loading),L.is("plain",n.plain),L.is("round",n.round),L.is("circle",n.circle),L.is("text",n.text),L.is("link",n.link),L.is("has-bg",n.bg)]);return t({ref:$,size:j,type:V,disabled:z,shouldAddSpace:ie}),(de,pe)=>(openBlock(),createBlock(resolveDynamicComponent(de.tag),mergeProps({ref_key:"_ref",ref:$},unref(re),{class:unref(ue),style:unref(k),onClick:unref(oe)}),{default:withCtx(()=>[de.loading?(openBlock(),createElementBlock(Fragment,{key:0},[de.$slots.loading?renderSlot(de.$slots,"loading",{key:0}):(openBlock(),createBlock(unref(ElIcon),{key:1,class:normalizeClass(unref(L).is("loading"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(de.loadingIcon)))]),_:1},8,["class"]))],64)):de.icon||de.$slots.icon?(openBlock(),createBlock(unref(ElIcon),{key:1},{default:withCtx(()=>[de.icon?(openBlock(),createBlock(resolveDynamicComponent(de.icon),{key:0})):renderSlot(de.$slots,"icon",{key:1})]),_:3})):createCommentVNode("v-if",!0),de.$slots.default?(openBlock(),createElementBlock("span",{key:2,class:normalizeClass({[unref(L).em("text","expand")]:unref(ie)})},[renderSlot(de.$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,k)=>(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,k=36e5,L="millisecond",$="second",j="minute",V="hour",z="day",re="week",ie="month",oe="quarter",ue="year",de="date",pe="Invalid Date",Ie=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,he=/\[([^\]]+)]|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,Ce={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(ar){var nr=["th","st","nd","rd"],ur=ar%100;return"["+ar+(nr[(ur-20)%10]||nr[ur]||nr[0])+"]"}},_e=function(ar,nr,ur){var cr=String(ar);return!cr||cr.length>=nr?ar:""+Array(nr+1-cr.length).join(ur)+ar},Ne={s:_e,z:function(ar){var nr=-ar.utcOffset(),ur=Math.abs(nr),cr=Math.floor(ur/60),_r=ur%60;return(nr<=0?"+":"-")+_e(cr,2,"0")+":"+_e(_r,2,"0")},m:function ar(nr,ur){if(nr.date()<ur.date())return-ar(ur,nr);var cr=12*(ur.year()-nr.year())+(ur.month()-nr.month()),_r=nr.clone().add(cr,ie),hr=ur-_r<0,Er=nr.clone().add(cr+(hr?-1:1),ie);return+(-(cr+(ur-_r)/(hr?_r-Er:Er-_r))||0)},a:function(ar){return ar<0?Math.ceil(ar)||0:Math.floor(ar)},p:function(ar){return{M:ie,y:ue,w:re,d:z,D:de,h:V,m:j,s:$,ms:L,Q:oe}[ar]||String(ar||"").toLowerCase().replace(/s$/,"")},u:function(ar){return ar===void 0}},Fe="en",Ue={};Ue[Fe]=Ce;var kt="$isDayjsObject",Et=function(ar){return ar instanceof tr||!(!ar||!ar[kt])},Ve=function ar(nr,ur,cr){var _r;if(!nr)return Fe;if(typeof nr=="string"){var hr=nr.toLowerCase();Ue[hr]&&(_r=hr),ur&&(Ue[hr]=ur,_r=hr);var Er=nr.split("-");if(!_r&&Er.length>1)return ar(Er[0])}else{var kr=nr.name;Ue[kr]=nr,_r=kr}return!cr&&_r&&(Fe=_r),_r||!cr&&Fe},qe=function(ar,nr){if(Et(ar))return ar.clone();var ur=typeof nr=="object"?nr:{};return ur.date=ar,ur.args=arguments,new tr(ur)},jt=Ne;jt.l=Ve,jt.i=Et,jt.w=function(ar,nr){return qe(ar,{locale:nr.$L,utc:nr.$u,x:nr.$x,$offset:nr.$offset})};var tr=function(){function ar(ur){this.$L=Ve(ur.locale,null,!0),this.parse(ur),this.$x=this.$x||ur.x||{},this[kt]=!0}var nr=ar.prototype;return nr.parse=function(ur){this.$d=function(cr){var _r=cr.date,hr=cr.utc;if(_r===null)return new Date(NaN);if(jt.u(_r))return new Date;if(_r instanceof Date)return new Date(_r);if(typeof _r=="string"&&!/Z$/i.test(_r)){var Er=_r.match(Ie);if(Er){var kr=Er[2]-1||0,xr=(Er[7]||"0").substring(0,3);return hr?new Date(Date.UTC(Er[1],kr,Er[3]||1,Er[4]||0,Er[5]||0,Er[6]||0,xr)):new Date(Er[1],kr,Er[3]||1,Er[4]||0,Er[5]||0,Er[6]||0,xr)}}return new Date(_r)}(ur),this.init()},nr.init=function(){var ur=this.$d;this.$y=ur.getFullYear(),this.$M=ur.getMonth(),this.$D=ur.getDate(),this.$W=ur.getDay(),this.$H=ur.getHours(),this.$m=ur.getMinutes(),this.$s=ur.getSeconds(),this.$ms=ur.getMilliseconds()},nr.$utils=function(){return jt},nr.isValid=function(){return this.$d.toString()!==pe},nr.isSame=function(ur,cr){var _r=qe(ur);return this.startOf(cr)<=_r&&_r<=this.endOf(cr)},nr.isAfter=function(ur,cr){return qe(ur)<this.startOf(cr)},nr.isBefore=function(ur,cr){return this.endOf(cr)<qe(ur)},nr.$g=function(ur,cr,_r){return jt.u(ur)?this[cr]:this.set(_r,ur)},nr.unix=function(){return Math.floor(this.valueOf()/1e3)},nr.valueOf=function(){return this.$d.getTime()},nr.startOf=function(ur,cr){var _r=this,hr=!!jt.u(cr)||cr,Er=jt.p(ur),kr=function(jr,Hr){var Vr=jt.w(_r.$u?Date.UTC(_r.$y,Hr,jr):new Date(_r.$y,Hr,jr),_r);return hr?Vr:Vr.endOf(z)},xr=function(jr,Hr){return jt.w(_r.toDate()[jr].apply(_r.toDate("s"),(hr?[0,0,0,0]:[23,59,59,999]).slice(Hr)),_r)},yr=this.$W,br=this.$M,Ir=this.$D,Mr="set"+(this.$u?"UTC":"");switch(Er){case ue:return hr?kr(1,0):kr(31,11);case ie:return hr?kr(1,br):kr(0,br+1);case re:var mr=this.$locale().weekStart||0,gr=(yr<mr?yr+7:yr)-mr;return kr(hr?Ir-gr:Ir+(6-gr),br);case z:case de:return xr(Mr+"Hours",0);case V:return xr(Mr+"Minutes",1);case j:return xr(Mr+"Seconds",2);case $:return xr(Mr+"Milliseconds",3);default:return this.clone()}},nr.endOf=function(ur){return this.startOf(ur,!1)},nr.$set=function(ur,cr){var _r,hr=jt.p(ur),Er="set"+(this.$u?"UTC":""),kr=(_r={},_r[z]=Er+"Date",_r[de]=Er+"Date",_r[ie]=Er+"Month",_r[ue]=Er+"FullYear",_r[V]=Er+"Hours",_r[j]=Er+"Minutes",_r[$]=Er+"Seconds",_r[L]=Er+"Milliseconds",_r)[hr],xr=hr===z?this.$D+(cr-this.$W):cr;if(hr===ie||hr===ue){var yr=this.clone().set(de,1);yr.$d[kr](xr),yr.init(),this.$d=yr.set(de,Math.min(this.$D,yr.daysInMonth())).$d}else kr&&this.$d[kr](xr);return this.init(),this},nr.set=function(ur,cr){return this.clone().$set(ur,cr)},nr.get=function(ur){return this[jt.p(ur)]()},nr.add=function(ur,cr){var _r,hr=this;ur=Number(ur);var Er=jt.p(cr),kr=function(br){var Ir=qe(hr);return jt.w(Ir.date(Ir.date()+Math.round(br*ur)),hr)};if(Er===ie)return this.set(ie,this.$M+ur);if(Er===ue)return this.set(ue,this.$y+ur);if(Er===z)return kr(1);if(Er===re)return kr(7);var xr=(_r={},_r[j]=n,_r[V]=k,_r[$]=y,_r)[Er]||1,yr=this.$d.getTime()+ur*xr;return jt.w(yr,this)},nr.subtract=function(ur,cr){return this.add(-1*ur,cr)},nr.format=function(ur){var cr=this,_r=this.$locale();if(!this.isValid())return _r.invalidDate||pe;var hr=ur||"YYYY-MM-DDTHH:mm:ssZ",Er=jt.z(this),kr=this.$H,xr=this.$m,yr=this.$M,br=_r.weekdays,Ir=_r.months,Mr=_r.meridiem,mr=function(Hr,Vr,zr,Sr){return Hr&&(Hr[Vr]||Hr(cr,hr))||zr[Vr].slice(0,Sr)},gr=function(Hr){return jt.s(kr%12||12,Hr,"0")},jr=Mr||function(Hr,Vr,zr){var Sr=Hr<12?"AM":"PM";return zr?Sr.toLowerCase():Sr};return hr.replace(he,function(Hr,Vr){return Vr||function(zr){switch(zr){case"YY":return String(cr.$y).slice(-2);case"YYYY":return jt.s(cr.$y,4,"0");case"M":return yr+1;case"MM":return jt.s(yr+1,2,"0");case"MMM":return mr(_r.monthsShort,yr,Ir,3);case"MMMM":return mr(Ir,yr);case"D":return cr.$D;case"DD":return jt.s(cr.$D,2,"0");case"d":return String(cr.$W);case"dd":return mr(_r.weekdaysMin,cr.$W,br,2);case"ddd":return mr(_r.weekdaysShort,cr.$W,br,3);case"dddd":return br[cr.$W];case"H":return String(kr);case"HH":return jt.s(kr,2,"0");case"h":return gr(1);case"hh":return gr(2);case"a":return jr(kr,xr,!0);case"A":return jr(kr,xr,!1);case"m":return String(xr);case"mm":return jt.s(xr,2,"0");case"s":return String(cr.$s);case"ss":return jt.s(cr.$s,2,"0");case"SSS":return jt.s(cr.$ms,3,"0");case"Z":return Er}return null}(Hr)||Er.replace(":","")})},nr.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},nr.diff=function(ur,cr,_r){var hr,Er=this,kr=jt.p(cr),xr=qe(ur),yr=(xr.utcOffset()-this.utcOffset())*n,br=this-xr,Ir=function(){return jt.m(Er,xr)};switch(kr){case ue:hr=Ir()/12;break;case ie:hr=Ir();break;case oe:hr=Ir()/3;break;case re:hr=(br-yr)/6048e5;break;case z:hr=(br-yr)/864e5;break;case V:hr=br/k;break;case j:hr=br/n;break;case $:hr=br/y;break;default:hr=br}return _r?hr:jt.a(hr)},nr.daysInMonth=function(){return this.endOf(ie).$D},nr.$locale=function(){return Ue[this.$L]},nr.locale=function(ur,cr){if(!ur)return this.$L;var _r=this.clone(),hr=Ve(ur,cr,!0);return hr&&(_r.$L=hr),_r},nr.clone=function(){return jt.w(this.$d,this)},nr.toDate=function(){return new Date(this.valueOf())},nr.toJSON=function(){return this.isValid()?this.toISOString():null},nr.toISOString=function(){return this.$d.toISOString()},nr.toString=function(){return this.$d.toUTCString()},ar}(),rr=tr.prototype;return qe.prototype=rr,[["$ms",L],["$s",$],["$m",j],["$H",V],["$W",z],["$M",ie],["$y",ue],["$D",de]].forEach(function(ar){rr[ar[1]]=function(nr){return this.$g(nr,ar[0],ar[1])}}),qe.extend=function(ar,nr){return ar.$i||(ar(nr,tr,qe),ar.$i=!0),qe},qe.locale=Ve,qe.isDayjs=Et,qe.unix=function(ar){return qe(1e3*ar)},qe.en=Ue[Fe],qe.Ls=Ue,qe.p={},qe})})(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,k=/\d\d/,L=/\d\d?/,$=/\d*[^-_:/,()\s\d]+/,j={},V=function(pe){return(pe=+pe)+(pe>68?1900:2e3)},z=function(pe){return function(Ie){this[pe]=+Ie}},re=[/[+-]\d\d:?(\d\d)?|Z/,function(pe){(this.zone||(this.zone={})).offset=function(Ie){if(!Ie||Ie==="Z")return 0;var he=Ie.match(/([+-]|\d\d)/g),Ce=60*he[1]+(+he[2]||0);return Ce===0?0:he[0]==="+"?-Ce:Ce}(pe)}],ie=function(pe){var Ie=j[pe];return Ie&&(Ie.indexOf?Ie:Ie.s.concat(Ie.f))},oe=function(pe,Ie){var he,Ce=j.meridiem;if(Ce){for(var _e=1;_e<=24;_e+=1)if(pe.indexOf(Ce(_e,0,Ie))>-1){he=_e>12;break}}else he=pe===(Ie?"pm":"PM");return he},ue={A:[$,function(pe){this.afternoon=oe(pe,!1)}],a:[$,function(pe){this.afternoon=oe(pe,!0)}],S:[/\d/,function(pe){this.milliseconds=100*+pe}],SS:[k,function(pe){this.milliseconds=10*+pe}],SSS:[/\d{3}/,function(pe){this.milliseconds=+pe}],s:[L,z("seconds")],ss:[L,z("seconds")],m:[L,z("minutes")],mm:[L,z("minutes")],H:[L,z("hours")],h:[L,z("hours")],HH:[L,z("hours")],hh:[L,z("hours")],D:[L,z("day")],DD:[k,z("day")],Do:[$,function(pe){var Ie=j.ordinal,he=pe.match(/\d+/);if(this.day=he[0],Ie)for(var Ce=1;Ce<=31;Ce+=1)Ie(Ce).replace(/\[|\]/g,"")===pe&&(this.day=Ce)}],M:[L,z("month")],MM:[k,z("month")],MMM:[$,function(pe){var Ie=ie("months"),he=(ie("monthsShort")||Ie.map(function(Ce){return Ce.slice(0,3)})).indexOf(pe)+1;if(he<1)throw new Error;this.month=he%12||he}],MMMM:[$,function(pe){var Ie=ie("months").indexOf(pe)+1;if(Ie<1)throw new Error;this.month=Ie%12||Ie}],Y:[/[+-]?\d+/,z("year")],YY:[k,function(pe){this.year=V(pe)}],YYYY:[/\d{4}/,z("year")],Z:re,ZZ:re};function de(pe){var Ie,he;Ie=pe,he=j&&j.formats;for(var Ce=(pe=Ie.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,function(Ve,qe,jt){var tr=jt&&jt.toUpperCase();return qe||he[jt]||y[jt]||he[tr].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function(rr,ar,nr){return ar||nr.slice(1)})})).match(n),_e=Ce.length,Ne=0;Ne<_e;Ne+=1){var Fe=Ce[Ne],Ue=ue[Fe],kt=Ue&&Ue[0],Et=Ue&&Ue[1];Ce[Ne]=Et?{regex:kt,parser:Et}:Fe.replace(/^\[|\]$/g,"")}return function(Ve){for(var qe={},jt=0,tr=0;jt<_e;jt+=1){var rr=Ce[jt];if(typeof rr=="string")tr+=rr.length;else{var ar=rr.regex,nr=rr.parser,ur=Ve.slice(tr),cr=ar.exec(ur)[0];nr.call(qe,cr),Ve=Ve.replace(cr,"")}}return function(_r){var hr=_r.afternoon;if(hr!==void 0){var Er=_r.hours;hr?Er<12&&(_r.hours+=12):Er===12&&(_r.hours=0),delete _r.afternoon}}(qe),qe}}return function(pe,Ie,he){he.p.customParseFormat=!0,pe&&pe.parseTwoDigitYear&&(V=pe.parseTwoDigitYear);var Ce=Ie.prototype,_e=Ce.parse;Ce.parse=function(Ne){var Fe=Ne.date,Ue=Ne.utc,kt=Ne.args;this.$u=Ue;var Et=kt[1];if(typeof Et=="string"){var Ve=kt[2]===!0,qe=kt[3]===!0,jt=Ve||qe,tr=kt[2];qe&&(tr=kt[2]),j=this.$locale(),!Ve&&tr&&(j=he.Ls[tr]),this.$d=function(ur,cr,_r){try{if(["x","X"].indexOf(cr)>-1)return new Date((cr==="X"?1e3:1)*ur);var hr=de(cr)(ur),Er=hr.year,kr=hr.month,xr=hr.day,yr=hr.hours,br=hr.minutes,Ir=hr.seconds,Mr=hr.milliseconds,mr=hr.zone,gr=new Date,jr=xr||(Er||kr?1:gr.getDate()),Hr=Er||gr.getFullYear(),Vr=0;Er&&!kr||(Vr=kr>0?kr-1:gr.getMonth());var zr=yr||0,Sr=br||0,Tr=Ir||0,Br=Mr||0;return mr?new Date(Date.UTC(Hr,Vr,jr,zr,Sr,Tr,Br+60*mr.offset*1e3)):_r?new Date(Date.UTC(Hr,Vr,jr,zr,Sr,Tr,Br)):new Date(Hr,Vr,jr,zr,Sr,Tr,Br)}catch{return new Date("")}}(Fe,Et,Ue),this.init(),tr&&tr!==!0&&(this.$L=this.locale(tr).$L),jt&&Fe!=this.format(Et)&&(this.$d=new Date("")),j={}}else if(Et instanceof Array)for(var rr=Et.length,ar=1;ar<=rr;ar+=1){kt[1]=Et[ar-1];var nr=he.apply(this,kt);if(nr.isValid()){this.$d=nr.$d,this.$L=nr.$L,this.init();break}ar===rr&&(this.$d=new Date(""))}else _e.call(this,Ne)}}})})(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$1(e),n=isDate$1(t);return y&&n?e.getTime()===t.getTime():!y&&!n?e===t:!1},valueEquals=function(e,t){const y=isArray$2(e),n=isArray$2(t);return y&&n?e.length!==t.length?!1:e.every((k,L)=>dateEquals(k,t[L])):!y&&!n?dateEquals(e,t):!1},parseDate=function(e,t,y){const n=isEmpty$1(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$1(t)?e:t==="x"?+e:dayjs(e).locale(y).format(t)},makeList=(e,t)=>{var y;const n=[],k=t==null?void 0:t();for(let L=0;L<e;L++)n.push((y=k==null?void 0:k.includes(L))!=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,k=useAttrs$1(),{lang:L}=useLocale(),$=useNamespace("date"),j=useNamespace("input"),V=useNamespace("range"),{form:z,formItem:re}=useFormItem(),ie=inject("ElPopperOptions",{}),{valueOnClear:oe}=useEmptyValues(n,null),ue=ref$1(),de=ref$1(),pe=ref$1(!1),Ie=ref$1(!1),he=ref$1(null);let Ce=!1,_e=!1;const Ne=computed(()=>[$.b("editor"),$.bm("editor",n.type),j.e("wrapper"),$.is("disabled",yr.value),$.is("active",pe.value),V.b("editor"),Wr?V.bm("editor",Wr.value):"",k.class]),Fe=computed(()=>[j.e("icon"),V.e("close-icon"),zr.value?"":V.e("close-icon--hidden")]);watch(pe,Hi=>{Hi?nextTick$1(()=>{Hi&&(he.value=n.modelValue)}):(Qr.value=null,nextTick$1(()=>{Ue(n.modelValue)}))});const Ue=(Hi,na)=>{(na||!valueEquals(Hi,he.value))&&(y("change",Hi),n.validateEvent&&(re==null||re.validate("change").catch(Ma=>void 0)))},kt=Hi=>{if(!valueEquals(n.modelValue,Hi)){let na;isArray$2(Hi)?na=Hi.map(Ma=>formatter(Ma,n.valueFormat,L.value)):Hi&&(na=formatter(Hi,n.valueFormat,L.value)),y("update:modelValue",Hi&&na,L.value)}},Et=Hi=>{y("keydown",Hi)},Ve=computed(()=>{if(de.value){const Hi=Rr.value?de.value:de.value.$el;return Array.from(Hi.querySelectorAll("input"))}return[]}),qe=(Hi,na,Ma)=>{const Ns=Ve.value;Ns.length&&(!Ma||Ma==="min"?(Ns[0].setSelectionRange(Hi,na),Ns[0].focus()):Ma==="max"&&(Ns[1].setSelectionRange(Hi,na),Ns[1].focus()))},jt=()=>{hr(!0,!0),nextTick$1(()=>{_e=!1})},tr=(Hi="",na=!1)=>{na||(_e=!0),pe.value=na;let Ma;isArray$2(Hi)?Ma=Hi.map(Ns=>Ns.toDate()):Ma=Hi&&Hi.toDate(),Qr.value=null,kt(Ma)},rr=()=>{Ie.value=!0},ar=()=>{y("visible-change",!0)},nr=Hi=>{(Hi==null?void 0:Hi.key)===EVENT_CODE.esc&&hr(!0,!0)},ur=()=>{Ie.value=!1,pe.value=!1,_e=!1,y("visible-change",!1)},cr=()=>{pe.value=!0},_r=()=>{pe.value=!1},hr=(Hi=!0,na=!1)=>{_e=na;const[Ma,Ns]=unref(Ve);let cs=Ma;!Hi&&Rr.value&&(cs=Ns),cs&&cs.focus()},Er=Hi=>{n.readonly||yr.value||pe.value||_e||(pe.value=!0,y("focus",Hi))};let kr;const xr=Hi=>{const na=async()=>{setTimeout(()=>{var Ma;kr===na&&(!((Ma=ue.value)!=null&&Ma.isFocusInsideContent()&&!Ce)&&Ve.value.filter(Ns=>Ns.contains(document.activeElement)).length===0&&(ca(),pe.value=!1,y("blur",Hi),n.validateEvent&&(re==null||re.validate("blur").catch(Ns=>void 0))),Ce=!1)},0)};kr=na,na()},yr=computed(()=>n.disabled||(z==null?void 0:z.disabled)),br=computed(()=>{let Hi;if(Tr.value?Sa.value.getDefaultValue&&(Hi=Sa.value.getDefaultValue()):isArray$2(n.modelValue)?Hi=n.modelValue.map(na=>parseDate(na,n.valueFormat,L.value)):Hi=parseDate(n.modelValue,n.valueFormat,L.value),Sa.value.getRangeAvailableTime){const na=Sa.value.getRangeAvailableTime(Hi);isEqual$1(na,Hi)||(Hi=na,kt(isArray$2(Hi)?Hi.map(Ma=>Ma.toDate()):Hi.toDate()))}return isArray$2(Hi)&&Hi.some(na=>!na)&&(Hi=[]),Hi}),Ir=computed(()=>{if(!Sa.value.panelReady)return"";const Hi=Wa(br.value);return isArray$2(Qr.value)?[Qr.value[0]||Hi&&Hi[0]||"",Qr.value[1]||Hi&&Hi[1]||""]:Qr.value!==null?Qr.value:!mr.value&&Tr.value||!pe.value&&Tr.value?"":Hi?gr.value||jr.value||Hr.value?Hi.join(", "):Hi:""}),Mr=computed(()=>n.type.includes("time")),mr=computed(()=>n.type.startsWith("time")),gr=computed(()=>n.type==="dates"),jr=computed(()=>n.type==="months"),Hr=computed(()=>n.type==="years"),Vr=computed(()=>n.prefixIcon||(Mr.value?clock_default:calendar_default)),zr=ref$1(!1),Sr=Hi=>{n.readonly||yr.value||(zr.value&&(Hi.stopPropagation(),jt(),Sa.value.handleClear?Sa.value.handleClear():kt(oe.value),Ue(oe.value,!0),zr.value=!1,pe.value=!1),y("clear"))},Tr=computed(()=>{const{modelValue:Hi}=n;return!Hi||isArray$2(Hi)&&!Hi.filter(Boolean).length}),Br=async Hi=>{var na;n.readonly||yr.value||(((na=Hi.target)==null?void 0:na.tagName)!=="INPUT"||Ve.value.includes(document.activeElement))&&(pe.value=!0)},vr=()=>{n.readonly||yr.value||!Tr.value&&n.clearable&&(zr.value=!0)},Cr=()=>{zr.value=!1},Dr=Hi=>{var na;n.readonly||yr.value||(((na=Hi.touches[0].target)==null?void 0:na.tagName)!=="INPUT"||Ve.value.includes(document.activeElement))&&(pe.value=!0)},Rr=computed(()=>n.type.includes("range")),Wr=useFormSize(),Kr=computed(()=>{var Hi,na;return(na=(Hi=unref(ue))==null?void 0:Hi.popperRef)==null?void 0:na.contentRef}),Nr=computed(()=>{var Hi;return unref(Rr)?unref(de):(Hi=unref(de))==null?void 0:Hi.$el}),Fr=onClickOutside(Nr,Hi=>{const na=unref(Kr),Ma=unref(Nr);na&&(Hi.target===na||Hi.composedPath().includes(na))||Hi.target===Ma||Hi.composedPath().includes(Ma)||(pe.value=!1)});onBeforeUnmount(()=>{Fr==null||Fr()});const Qr=ref$1(null),ca=()=>{if(Qr.value){const Hi=Po(Ir.value);Hi&&Go(Hi)&&(kt(isArray$2(Hi)?Hi.map(na=>na.toDate()):Hi.toDate()),Qr.value=null)}Qr.value===""&&(kt(oe.value),Ue(oe.value),Qr.value=null)},Po=Hi=>Hi?Sa.value.parseUserInput(Hi):null,Wa=Hi=>Hi?Sa.value.formatToString(Hi):null,Go=Hi=>Sa.value.isValidValue(Hi),us=async Hi=>{if(n.readonly||yr.value)return;const{code:na}=Hi;if(Et(Hi),na===EVENT_CODE.esc){pe.value===!0&&(pe.value=!1,Hi.preventDefault(),Hi.stopPropagation());return}if(na===EVENT_CODE.down&&(Sa.value.handleFocusPicker&&(Hi.preventDefault(),Hi.stopPropagation()),pe.value===!1&&(pe.value=!0,await nextTick$1()),Sa.value.handleFocusPicker)){Sa.value.handleFocusPicker();return}if(na===EVENT_CODE.tab){Ce=!0;return}if(na===EVENT_CODE.enter||na===EVENT_CODE.numpadEnter){(Qr.value===null||Qr.value===""||Go(Po(Ir.value)))&&(ca(),pe.value=!1),Hi.stopPropagation();return}if(Qr.value){Hi.stopPropagation();return}Sa.value.handleKeydownInput&&Sa.value.handleKeydownInput(Hi)},Kn=Hi=>{Qr.value=Hi,pe.value||(pe.value=!0)},Gr=Hi=>{const na=Hi.target;Qr.value?Qr.value=[na.value,Qr.value[1]]:Qr.value=[na.value,null]},Ar=Hi=>{const na=Hi.target;Qr.value?Qr.value=[Qr.value[0],na.value]:Qr.value=[null,na.value]},On=()=>{var Hi;const na=Qr.value,Ma=Po(na&&na[0]),Ns=unref(br);if(Ma&&Ma.isValid()){Qr.value=[Wa(Ma),((Hi=Ir.value)==null?void 0:Hi[1])||null];const cs=[Ma,Ns&&(Ns[1]||null)];Go(cs)&&(kt(cs),Qr.value=null)}},kn=()=>{var Hi;const na=unref(Qr),Ma=Po(na&&na[1]),Ns=unref(br);if(Ma&&Ma.isValid()){Qr.value=[((Hi=unref(Ir))==null?void 0:Hi[0])||null,Wa(Ma)];const cs=[Ns&&Ns[0],Ma];Go(cs)&&(kt(cs),Qr.value=null)}},Sa=ref$1({}),sa=Hi=>{Sa.value[Hi[0]]=Hi[1],Sa.value.panelReady=!0},qa=Hi=>{y("calendar-change",Hi)},To=(Hi,na,Ma)=>{y("panel-change",Hi,na,Ma)};return provide("EP_PICKER_BASE",{props:n}),t({focus:hr,handleFocusInput:Er,handleBlurInput:xr,handleOpen:cr,handleClose:_r,onPick:tr}),(Hi,na)=>(openBlock(),createBlock(unref(ElTooltip),mergeProps({ref_key:"refPopper",ref:ue,visible:pe.value,effect:"light",pure:"",trigger:"click"},Hi.$attrs,{role:"dialog",teleported:"",transition:`${unref($).namespace.value}-zoom-in-top`,"popper-class":[`${unref($).namespace.value}-picker__popper`,Hi.popperClass],"popper-options":unref(ie),"fallback-placements":["bottom","top","right","left"],"gpu-acceleration":!1,"stop-popper-mouse-event":!1,"hide-after":0,persistent:"",onBeforeShow:rr,onShow:ar,onHide:ur}),{default:withCtx(()=>[unref(Rr)?(openBlock(),createElementBlock("div",{key:1,ref_key:"inputRef",ref:de,class:normalizeClass(unref(Ne)),style:normalizeStyle(Hi.$attrs.style),onClick:Er,onMouseenter:vr,onMouseleave:Cr,onTouchstartPassive:Dr,onKeydown:us},[unref(Vr)?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass([unref(j).e("icon"),unref(V).e("icon")]),onMousedown:withModifiers(Br,["prevent"]),onTouchstartPassive:Dr},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(Vr))))]),_:1},8,["class","onMousedown"])):createCommentVNode("v-if",!0),createBaseVNode("input",{id:Hi.id&&Hi.id[0],autocomplete:"off",name:Hi.name&&Hi.name[0],placeholder:Hi.startPlaceholder,value:unref(Ir)&&unref(Ir)[0],disabled:unref(yr),readonly:!Hi.editable||Hi.readonly,class:normalizeClass(unref(V).b("input")),onMousedown:Br,onInput:Gr,onChange:On,onFocus:Er,onBlur:xr},null,42,["id","name","placeholder","value","disabled","readonly"]),renderSlot(Hi.$slots,"range-separator",{},()=>[createBaseVNode("span",{class:normalizeClass(unref(V).b("separator"))},toDisplayString(Hi.rangeSeparator),3)]),createBaseVNode("input",{id:Hi.id&&Hi.id[1],autocomplete:"off",name:Hi.name&&Hi.name[1],placeholder:Hi.endPlaceholder,value:unref(Ir)&&unref(Ir)[1],disabled:unref(yr),readonly:!Hi.editable||Hi.readonly,class:normalizeClass(unref(V).b("input")),onMousedown:Br,onFocus:Er,onBlur:xr,onInput:Ar,onChange:kn},null,42,["id","name","placeholder","value","disabled","readonly"]),Hi.clearIcon?(openBlock(),createBlock(unref(ElIcon),{key:1,class:normalizeClass(unref(Fe)),onClick:Sr},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(Hi.clearIcon)))]),_:1},8,["class"])):createCommentVNode("v-if",!0)],38)):(openBlock(),createBlock(unref(ElInput),{key:0,id:Hi.id,ref_key:"inputRef",ref:de,"container-role":"combobox","model-value":unref(Ir),name:Hi.name,size:unref(Wr),disabled:unref(yr),placeholder:Hi.placeholder,class:normalizeClass([unref($).b("editor"),unref($).bm("editor",Hi.type),Hi.$attrs.class]),style:normalizeStyle(Hi.$attrs.style),readonly:!Hi.editable||Hi.readonly||unref(gr)||unref(jr)||unref(Hr)||Hi.type==="week","aria-label":Hi.ariaLabel,tabindex:Hi.tabindex,"validate-event":!1,onInput:Kn,onFocus:Er,onBlur:xr,onKeydown:us,onChange:ca,onMousedown:Br,onMouseenter:vr,onMouseleave:Cr,onTouchstartPassive:Dr,onClick:withModifiers(()=>{},["stop"])},{prefix:withCtx(()=>[unref(Vr)?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(j).e("icon")),onMousedown:withModifiers(Br,["prevent"]),onTouchstartPassive:Dr},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(Vr))))]),_:1},8,["class","onMousedown"])):createCommentVNode("v-if",!0)]),suffix:withCtx(()=>[zr.value&&Hi.clearIcon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(`${unref(j).e("icon")} clear-icon`),onClick:withModifiers(Sr,["stop"])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(Hi.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(Hi.$slots,"default",{visible:pe.value,actualVisible:Ie.value,parsedValue:unref(br),format:Hi.format,dateFormat:Hi.dateFormat,timeFormat:Hi.timeFormat,unlinkPanels:Hi.unlinkPanels,type:Hi.type,defaultValue:Hi.defaultValue,onPick:tr,onSelectRange:qe,onSetPickerOption:sa,onCalendarChange:qa,onPanelChange:To,onKeydown:nr,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=($,j,V,z)=>{const re={hour:e,minute:t,second:y};let ie=$;return["hour","minute","second"].forEach(oe=>{if(re[oe]){let ue;const de=re[oe];switch(oe){case"minute":{ue=de(ie.hour(),j,z);break}case"second":{ue=de(ie.hour(),ie.minute(),j,z);break}default:{ue=de(j,z);break}}if(ue!=null&&ue.length&&!ue.includes(ie[oe]())){const pe=V?0:ue.length-1;ie=ie[oe](ue[pe])}}}),ie},k={};return{timePickerOptions:k,getAvailableTime:n,onSetOption:([$,j])=>{k[$]=j}}},makeAvailableArr=e=>{const t=(n,k)=>n||k,y=n=>n!==!0;return e.map(t).filter(y)},getTimeLists=(e,t,y)=>({getHoursList:($,j)=>makeList(24,e&&(()=>e==null?void 0:e($,j))),getMinutesList:($,j,V)=>makeList(60,t&&(()=>t==null?void 0:t($,j,V))),getSecondsList:($,j,V,z)=>makeList(60,y&&(()=>y==null?void 0:y($,j,V,z)))}),buildAvailableTimeSlotGetter=(e,t,y)=>{const{getHoursList:n,getMinutesList:k,getSecondsList:L}=getTimeLists(e,t,y);return{getAvailableHours:(z,re)=>makeAvailableArr(n(z,re)),getAvailableMinutes:(z,re,ie)=>makeAvailableArr(k(z,re,ie)),getAvailableSeconds:(z,re,ie,oe)=>makeAvailableArr(L(z,re,ie,oe))}},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,k){const L=t.instance.popperRef,$=n.target,j=k==null?void 0:k.target,V=!t||!t.instance,z=!$||!j,re=e.contains($)||e.contains(j),ie=e===$,oe=y.length&&y.some(de=>de==null?void 0:de.contains($))||y.length&&y.includes(j),ue=L&&(L.contains($)||L.contains(j));V||z||re||ie||oe||ue||t.value(n,k)}}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(L=>L.bindingFn===t.oldValue),k={documentHandler:createDocumentHandler(e,t),bindingFn:t.value};n>=0?y.splice(n,1,k):y.push(k)},unmounted(e){nodeList.delete(e)}},REPEAT_INTERVAL=100,REPEAT_DELAY=600,vRepeatClick={beforeMount(e,t){const y=t.value,{interval:n=REPEAT_INTERVAL,delay:k=REPEAT_DELAY}=isFunction$4(y)?{}:y;let L,$;const j=()=>isFunction$4(y)?y():y.handler(),V=()=>{$&&(clearTimeout($),$=void 0),L&&(clearInterval(L),L=void 0)};e.addEventListener("mousedown",z=>{z.button===0&&(V(),j(),document.addEventListener("mouseup",()=>V(),{once:!0}),$=setTimeout(()=>{L=setInterval(()=>{j()},n)},k))})}},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],k=e.target===t[t.length-1];n&&y&&(e.preventDefault(),t[t.length-1].focus()),k&&!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$1(()=>{e[FOCUSABLE_CHILDREN]=obtainAllFocusableElements$1(e)})},unmounted(){FOCUS_STACK.shift(),FOCUS_STACK.length===0&&document.removeEventListener("keydown",FOCUS_HANDLER)}};var v=!1,o,f,s,u,d,N,l,p,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=t[2]?parseFloat(t[2]):NaN,s=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=s=d=u=NaN;if(y){if(y[1]){var k=/(?:Mac OS X (\d+(?:[._]\d+)?))/.exec(e);l=k?parseFloat(k[1].replace("_",".")):!0}else l=!1;p=!!y[2],m=!!y[3]}else l=p=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},opera:function(){return a()||s},webkit:function(){return a()||u},safari:function(){return _$1.webkit()},chrome:function(){return a()||d},windows:function(){return a()||p},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 k=document.createElement("div");k.setAttribute(y,"return;"),n=typeof k[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,k=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,k=y*O$1,"deltaY"in e&&(k=e.deltaY),"deltaX"in e&&(n=e.deltaX),(n||k)&&e.deltaMode&&(e.deltaMode==1?(n*=I,k*=I):(n*=P,k*=P)),n&&!t&&(t=n<1?-1:1),k&&!y&&(y=k<1?-1:1),{spinX:t,spinY:y,pixelX:n,pixelY:k}}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 k=Y(n);t&&Reflect.apply(t,this,[n,k])};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:k,getMinutesList:L,getSecondsList:$}=getTimeLists(y.disabledHours,y.disabledMinutes,y.disabledSeconds);let j=!1;const V=ref$1(),z=ref$1(),re=ref$1(),ie=ref$1(),oe={hours:z,minutes:re,seconds:ie},ue=computed(()=>y.showSeconds?timeUnits$1:timeUnits$1.slice(0,2)),de=computed(()=>{const{spinnerDate:hr}=y,Er=hr.hour(),kr=hr.minute(),xr=hr.second();return{hours:Er,minutes:kr,seconds:xr}}),pe=computed(()=>{const{hours:hr,minutes:Er}=unref(de);return{hours:k(y.role),minutes:L(hr,y.role),seconds:$(hr,Er,y.role)}}),Ie=computed(()=>{const{hours:hr,minutes:Er,seconds:kr}=unref(de);return{hours:buildTimeList(hr,23),minutes:buildTimeList(Er,59),seconds:buildTimeList(kr,59)}}),he=debounce(hr=>{j=!1,Ne(hr)},200),Ce=hr=>{if(!!!y.amPmMode)return"";const kr=y.amPmMode==="A";let xr=hr<12?" am":" pm";return kr&&(xr=xr.toUpperCase()),xr},_e=hr=>{let Er;switch(hr){case"hours":Er=[0,2];break;case"minutes":Er=[3,5];break;case"seconds":Er=[6,8];break}const[kr,xr]=Er;t("select-range",kr,xr),V.value=hr},Ne=hr=>{kt(hr,unref(de)[hr])},Fe=()=>{Ne("hours"),Ne("minutes"),Ne("seconds")},Ue=hr=>hr.querySelector(`.${n.namespace.value}-scrollbar__wrap`),kt=(hr,Er)=>{if(y.arrowControl)return;const kr=unref(oe[hr]);kr&&kr.$el&&(Ue(kr.$el).scrollTop=Math.max(0,Er*Et(hr)))},Et=hr=>{const Er=unref(oe[hr]),kr=Er==null?void 0:Er.$el.querySelector("li");return kr&&Number.parseFloat(getStyle(kr,"height"))||0},Ve=()=>{jt(1)},qe=()=>{jt(-1)},jt=hr=>{V.value||_e("hours");const Er=V.value,kr=unref(de)[Er],xr=V.value==="hours"?24:60,yr=tr(Er,kr,hr,xr);rr(Er,yr),kt(Er,yr),nextTick$1(()=>_e(Er))},tr=(hr,Er,kr,xr)=>{let yr=(Er+kr+xr)%xr;const br=unref(pe)[hr];for(;br[yr]&&yr!==Er;)yr=(yr+kr+xr)%xr;return yr},rr=(hr,Er)=>{if(unref(pe)[hr][Er])return;const{hours:yr,minutes:br,seconds:Ir}=unref(de);let Mr;switch(hr){case"hours":Mr=y.spinnerDate.hour(Er).minute(br).second(Ir);break;case"minutes":Mr=y.spinnerDate.hour(yr).minute(Er).second(Ir);break;case"seconds":Mr=y.spinnerDate.hour(yr).minute(br).second(Er);break}t("change",Mr)},ar=(hr,{value:Er,disabled:kr})=>{kr||(rr(hr,Er),_e(hr),kt(hr,Er))},nr=hr=>{j=!0,he(hr);const Er=Math.min(Math.round((Ue(unref(oe[hr]).$el).scrollTop-(ur(hr)*.5-10)/Et(hr)+3)/Et(hr)),hr==="hours"?23:59);rr(hr,Er)},ur=hr=>unref(oe[hr]).$el.offsetHeight,cr=()=>{const hr=Er=>{const kr=unref(oe[Er]);kr&&kr.$el&&(Ue(kr.$el).onscroll=()=>{nr(Er)})};hr("hours"),hr("minutes"),hr("seconds")};onMounted(()=>{nextTick$1(()=>{!y.arrowControl&&cr(),Fe(),y.role==="start"&&_e("hours")})});const _r=(hr,Er)=>{oe[Er].value=hr};return t("set-option",[`${y.role}_scrollDown`,jt]),t("set-option",[`${y.role}_emitSelectRange`,_e]),watch(()=>y.spinnerDate,()=>{j||Fe()}),(hr,Er)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(n).b("spinner"),{"has-seconds":hr.showSeconds}])},[hr.arrowControl?createCommentVNode("v-if",!0):(openBlock(!0),createElementBlock(Fragment,{key:0},renderList(unref(ue),kr=>(openBlock(),createBlock(unref(ElScrollbar),{key:kr,ref_for:!0,ref:xr=>_r(xr,kr),class:normalizeClass(unref(n).be("spinner","wrapper")),"wrap-style":"max-height: inherit;","view-class":unref(n).be("spinner","list"),noresize:"",tag:"ul",onMouseenter:xr=>_e(kr),onMousemove:xr=>Ne(kr)},{default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(pe)[kr],(xr,yr)=>(openBlock(),createElementBlock("li",{key:yr,class:normalizeClass([unref(n).be("spinner","item"),unref(n).is("active",yr===unref(de)[kr]),unref(n).is("disabled",xr)]),onClick:br=>ar(kr,{value:yr,disabled:xr})},[kr==="hours"?(openBlock(),createElementBlock(Fragment,{key:0},[createTextVNode(toDisplayString(("0"+(hr.amPmMode?yr%12||12:yr)).slice(-2))+toDisplayString(Ce(yr)),1)],64)):(openBlock(),createElementBlock(Fragment,{key:1},[createTextVNode(toDisplayString(("0"+yr).slice(-2)),1)],64))],10,["onClick"]))),128))]),_:2},1032,["class","view-class","onMouseenter","onMousemove"]))),128)),hr.arrowControl?(openBlock(!0),createElementBlock(Fragment,{key:1},renderList(unref(ue),kr=>(openBlock(),createElementBlock("div",{key:kr,class:normalizeClass([unref(n).be("spinner","wrapper"),unref(n).is("arrow")]),onMouseenter:xr=>_e(kr)},[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),qe]]),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),Ve]]),createBaseVNode("ul",{class:normalizeClass(unref(n).be("spinner","list"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(Ie)[kr],(xr,yr)=>(openBlock(),createElementBlock("li",{key:yr,class:normalizeClass([unref(n).be("spinner","item"),unref(n).is("active",xr===unref(de)[kr]),unref(n).is("disabled",unref(pe)[kr][xr])])},[typeof xr=="number"?(openBlock(),createElementBlock(Fragment,{key:0},[kr==="hours"?(openBlock(),createElementBlock(Fragment,{key:0},[createTextVNode(toDisplayString(("0"+(hr.amPmMode?xr%12||12:xr)).slice(-2))+toDisplayString(Ce(xr)),1)],64)):(openBlock(),createElementBlock(Fragment,{key:1},[createTextVNode(toDisplayString(("0"+xr).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:k,disabledHours:L,disabledMinutes:$,disabledSeconds:j,defaultValue:V}=n.props,{getAvailableHours:z,getAvailableMinutes:re,getAvailableSeconds:ie}=buildAvailableTimeSlotGetter(L,$,j),oe=useNamespace("time"),{t:ue,lang:de}=useLocale(),pe=ref$1([0,2]),Ie=useOldValue(y),he=computed(()=>isUndefined$1(y.actualVisible)?`${oe.namespace.value}-zoom-in-top`:""),Ce=computed(()=>y.format.includes("ss")),_e=computed(()=>y.format.includes("A")?"A":y.format.includes("a")?"a":""),Ne=_r=>{const hr=dayjs(_r).locale(de.value),Er=ar(hr);return hr.isSame(Er)},Fe=()=>{t("pick",Ie.value,!1)},Ue=(_r=!1,hr=!1)=>{hr||t("pick",y.parsedValue,_r)},kt=_r=>{if(!y.visible)return;const hr=ar(_r).millisecond(0);t("pick",hr,!0)},Et=(_r,hr)=>{t("select-range",_r,hr),pe.value=[_r,hr]},Ve=_r=>{const hr=[0,3].concat(Ce.value?[6]:[]),Er=["hours","minutes"].concat(Ce.value?["seconds"]:[]),xr=(hr.indexOf(pe.value[0])+_r+hr.length)%hr.length;jt.start_emitSelectRange(Er[xr])},qe=_r=>{const hr=_r.code,{left:Er,right:kr,up:xr,down:yr}=EVENT_CODE;if([Er,kr].includes(hr)){Ve(hr===Er?-1:1),_r.preventDefault();return}if([xr,yr].includes(hr)){const br=hr===xr?-1:1;jt.start_scrollDown(br),_r.preventDefault();return}},{timePickerOptions:jt,onSetOption:tr,getAvailableTime:rr}=useTimePanel({getAvailableHours:z,getAvailableMinutes:re,getAvailableSeconds:ie}),ar=_r=>rr(_r,y.datetimeRole||"",!0),nr=_r=>_r?dayjs(_r,y.format).locale(de.value):null,ur=_r=>_r?_r.format(y.format):null,cr=()=>dayjs(V).locale(de.value);return t("set-picker-option",["isValidValue",Ne]),t("set-picker-option",["formatToString",ur]),t("set-picker-option",["parseUserInput",nr]),t("set-picker-option",["handleKeydownInput",qe]),t("set-picker-option",["getRangeAvailableTime",ar]),t("set-picker-option",["getDefaultValue",cr]),(_r,hr)=>(openBlock(),createBlock(Transition,{name:unref(he)},{default:withCtx(()=>[_r.actualVisible||_r.visible?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(oe).b("panel"))},[createBaseVNode("div",{class:normalizeClass([unref(oe).be("panel","content"),{"has-seconds":unref(Ce)}])},[createVNode(TimeSpinner,{ref:"spinner",role:_r.datetimeRole||"start","arrow-control":unref(k),"show-seconds":unref(Ce),"am-pm-mode":unref(_e),"spinner-date":_r.parsedValue,"disabled-hours":unref(L),"disabled-minutes":unref($),"disabled-seconds":unref(j),onChange:kt,onSetOption:unref(tr),onSelectRange:Et},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(oe).be("panel","footer"))},[createBaseVNode("button",{type:"button",class:normalizeClass([unref(oe).be("panel","btn"),"cancel"]),onClick:Fe},toDisplayString(unref(ue)("el.datepicker.cancel")),3),createBaseVNode("button",{type:"button",class:normalizeClass([unref(oe).be("panel","btn"),"confirm"]),onClick:Er=>Ue()},toDisplayString(unref(ue)("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=(Vr,zr)=>{const Sr=[];for(let Tr=Vr;Tr<=zr;Tr++)Sr.push(Tr);return Sr},{t:k,lang:L}=useLocale(),$=useNamespace("time"),j=useNamespace("picker"),V=inject("EP_PICKER_BASE"),{arrowControl:z,disabledHours:re,disabledMinutes:ie,disabledSeconds:oe,defaultValue:ue}=V.props,de=computed(()=>[$.be("range-picker","body"),$.be("panel","content"),$.is("arrow",z),Ne.value?"has-seconds":""]),pe=computed(()=>[$.be("range-picker","body"),$.be("panel","content"),$.is("arrow",z),Ne.value?"has-seconds":""]),Ie=computed(()=>y.parsedValue[0]),he=computed(()=>y.parsedValue[1]),Ce=useOldValue(y),_e=()=>{t("pick",Ce.value,!1)},Ne=computed(()=>y.format.includes("ss")),Fe=computed(()=>y.format.includes("A")?"A":y.format.includes("a")?"a":""),Ue=(Vr=!1)=>{t("pick",[Ie.value,he.value],Vr)},kt=Vr=>{qe(Vr.millisecond(0),he.value)},Et=Vr=>{qe(Ie.value,Vr.millisecond(0))},Ve=Vr=>{const zr=Vr.map(Tr=>dayjs(Tr).locale(L.value)),Sr=kr(zr);return zr[0].isSame(Sr[0])&&zr[1].isSame(Sr[1])},qe=(Vr,zr)=>{t("pick",[Vr,zr],!0)},jt=computed(()=>Ie.value>he.value),tr=ref$1([0,2]),rr=(Vr,zr)=>{t("select-range",Vr,zr,"min"),tr.value=[Vr,zr]},ar=computed(()=>Ne.value?11:8),nr=(Vr,zr)=>{t("select-range",Vr,zr,"max");const Sr=unref(ar);tr.value=[Vr+Sr,zr+Sr]},ur=Vr=>{const zr=Ne.value?[0,3,6,11,14,17]:[0,3,8,11],Sr=["hours","minutes"].concat(Ne.value?["seconds"]:[]),Br=(zr.indexOf(tr.value[0])+Vr+zr.length)%zr.length,vr=zr.length/2;Br<vr?Ir.start_emitSelectRange(Sr[Br]):Ir.end_emitSelectRange(Sr[Br-vr])},cr=Vr=>{const zr=Vr.code,{left:Sr,right:Tr,up:Br,down:vr}=EVENT_CODE;if([Sr,Tr].includes(zr)){ur(zr===Sr?-1:1),Vr.preventDefault();return}if([Br,vr].includes(zr)){const Cr=zr===Br?-1:1,Dr=tr.value[0]<ar.value?"start":"end";Ir[`${Dr}_scrollDown`](Cr),Vr.preventDefault();return}},_r=(Vr,zr)=>{const Sr=re?re(Vr):[],Tr=Vr==="start",vr=(zr||(Tr?he.value:Ie.value)).hour(),Cr=Tr?n(vr+1,23):n(0,vr-1);return union(Sr,Cr)},hr=(Vr,zr,Sr)=>{const Tr=ie?ie(Vr,zr):[],Br=zr==="start",vr=Sr||(Br?he.value:Ie.value),Cr=vr.hour();if(Vr!==Cr)return Tr;const Dr=vr.minute(),Rr=Br?n(Dr+1,59):n(0,Dr-1);return union(Tr,Rr)},Er=(Vr,zr,Sr,Tr)=>{const Br=oe?oe(Vr,zr,Sr):[],vr=Sr==="start",Cr=Tr||(vr?he.value:Ie.value),Dr=Cr.hour(),Rr=Cr.minute();if(Vr!==Dr||zr!==Rr)return Br;const Wr=Cr.second(),Kr=vr?n(Wr+1,59):n(0,Wr-1);return union(Br,Kr)},kr=([Vr,zr])=>[Mr(Vr,"start",!0,zr),Mr(zr,"end",!1,Vr)],{getAvailableHours:xr,getAvailableMinutes:yr,getAvailableSeconds:br}=buildAvailableTimeSlotGetter(_r,hr,Er),{timePickerOptions:Ir,getAvailableTime:Mr,onSetOption:mr}=useTimePanel({getAvailableHours:xr,getAvailableMinutes:yr,getAvailableSeconds:br}),gr=Vr=>Vr?isArray$2(Vr)?Vr.map(zr=>dayjs(zr,y.format).locale(L.value)):dayjs(Vr,y.format).locale(L.value):null,jr=Vr=>Vr?isArray$2(Vr)?Vr.map(zr=>zr.format(y.format)):Vr.format(y.format):null,Hr=()=>{if(isArray$2(ue))return ue.map(zr=>dayjs(zr).locale(L.value));const Vr=dayjs(ue).locale(L.value);return[Vr,Vr.add(60,"m")]};return t("set-picker-option",["formatToString",jr]),t("set-picker-option",["parseUserInput",gr]),t("set-picker-option",["isValidValue",Ve]),t("set-picker-option",["handleKeydownInput",cr]),t("set-picker-option",["getDefaultValue",Hr]),t("set-picker-option",["getRangeAvailableTime",kr]),(Vr,zr)=>Vr.actualVisible?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass([unref($).b("range-picker"),unref(j).b("panel")])},[createBaseVNode("div",{class:normalizeClass(unref($).be("range-picker","content"))},[createBaseVNode("div",{class:normalizeClass(unref($).be("range-picker","cell"))},[createBaseVNode("div",{class:normalizeClass(unref($).be("range-picker","header"))},toDisplayString(unref(k)("el.datepicker.startTime")),3),createBaseVNode("div",{class:normalizeClass(unref(de))},[createVNode(TimeSpinner,{ref:"minSpinner",role:"start","show-seconds":unref(Ne),"am-pm-mode":unref(Fe),"arrow-control":unref(z),"spinner-date":unref(Ie),"disabled-hours":_r,"disabled-minutes":hr,"disabled-seconds":Er,onChange:kt,onSetOption:unref(mr),onSelectRange:rr},null,8,["show-seconds","am-pm-mode","arrow-control","spinner-date","onSetOption"])],2)],2),createBaseVNode("div",{class:normalizeClass(unref($).be("range-picker","cell"))},[createBaseVNode("div",{class:normalizeClass(unref($).be("range-picker","header"))},toDisplayString(unref(k)("el.datepicker.endTime")),3),createBaseVNode("div",{class:normalizeClass(unref(pe))},[createVNode(TimeSpinner,{ref:"maxSpinner",role:"end","show-seconds":unref(Ne),"am-pm-mode":unref(Fe),"arrow-control":unref(z),"spinner-date":unref(he),"disabled-hours":_r,"disabled-minutes":hr,"disabled-seconds":Er,onChange:Et,onSetOption:unref(mr),onSelectRange:nr},null,8,["show-seconds","am-pm-mode","arrow-control","spinner-date","onSetOption"])],2)],2)],2),createBaseVNode("div",{class:normalizeClass(unref($).be("panel","footer"))},[createBaseVNode("button",{type:"button",class:normalizeClass([unref($).be("panel","btn"),"cancel"]),onClick:Sr=>_e()},toDisplayString(unref(k)("el.datepicker.cancel")),11,["onClick"]),createBaseVNode("button",{type:"button",class:normalizeClass([unref($).be("panel","btn"),"confirm"]),disabled:unref(jt),onClick:Sr=>Ue()},toDisplayString(unref(k)("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,k]=e.isRange?["timerange",TimeRangePanel]:["time",TimePickPanel],L=$=>t.emit("update:modelValue",$);return provide("ElPopperOptions",e.popperOptions),t.expose({focus:$=>{var j;(j=y.value)==null||j.handleFocusInput($)},blur:$=>{var j;(j=y.value)==null||j.handleBlurInput($)},handleOpen:()=>{var $;($=y.value)==null||$.handleOpen()},handleClose:()=>{var $;($=y.value)==null||$.handleClose()}}),()=>{var $;const j=($=e.format)!=null?$:DEFAULT_FORMATS_TIME;return createVNode(CommonPicker,mergeProps(e,{ref:y,type:n,format:j,"onUpdate:modelValue":L}),{default:V=>createVNode(k,V,null)})}}});const ElTimePicker=withInstall(TimePicker),getPrevMonthLastDays=(e,t)=>{const y=e.subtract(1,"month").endOf("month").date();return rangeArr(t).map((n,k)=>y-(t-k-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$4(e)};var localeData$1={exports:{}};(function(e,t){(function(y,n){e.exports=n()})(commonjsGlobal,function(){return function(y,n,k){var L=n.prototype,$=function(ie){return ie&&(ie.indexOf?ie:ie.s)},j=function(ie,oe,ue,de,pe){var Ie=ie.name?ie:ie.$locale(),he=$(Ie[oe]),Ce=$(Ie[ue]),_e=he||Ce.map(function(Fe){return Fe.slice(0,de)});if(!pe)return _e;var Ne=Ie.weekStart;return _e.map(function(Fe,Ue){return _e[(Ue+(Ne||0))%7]})},V=function(){return k.Ls[k.locale()]},z=function(ie,oe){return ie.formats[oe]||function(ue){return ue.replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function(de,pe,Ie){return pe||Ie.slice(1)})}(ie.formats[oe.toUpperCase()])},re=function(){var ie=this;return{months:function(oe){return oe?oe.format("MMMM"):j(ie,"months")},monthsShort:function(oe){return oe?oe.format("MMM"):j(ie,"monthsShort","months",3)},firstDayOfWeek:function(){return ie.$locale().weekStart||0},weekdays:function(oe){return oe?oe.format("dddd"):j(ie,"weekdays")},weekdaysMin:function(oe){return oe?oe.format("dd"):j(ie,"weekdaysMin","weekdays",2)},weekdaysShort:function(oe){return oe?oe.format("ddd"):j(ie,"weekdaysShort","weekdays",3)},longDateFormat:function(oe){return z(ie.$locale(),oe)},meridiem:this.$locale().meridiem,ordinal:this.$locale().ordinal}};L.localeData=function(){return re.bind(this)()},k.localeData=function(){var ie=V();return{firstDayOfWeek:function(){return ie.weekStart||0},weekdays:function(){return k.weekdays()},weekdaysShort:function(){return k.weekdaysShort()},weekdaysMin:function(){return k.weekdaysMin()},months:function(){return k.months()},monthsShort:function(){return k.monthsShort()},longDateFormat:function(oe){return z(ie,oe)},meridiem:ie.meridiem,ordinal:ie.ordinal}},k.months=function(){return j(V(),"months")},k.monthsShort=function(){return j(V(),"monthsShort","months",3)},k.weekdays=function(ie){return j(V(),"weekdays",null,null,ie)},k.weekdaysShort=function(ie){return j(V(),"weekdaysShort","weekdays",3,ie)},k.weekdaysMin=function(ie){return j(V(),"weekdaysMin","weekdays",2,ie)}}})})(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:k}=useLocale(),L=dayjs().locale(k.value),$=computed(()=>!!e.range&&!!e.range.length),j=computed(()=>{let oe=[];if($.value){const[ue,de]=e.range,pe=rangeArr(de.date()-ue.date()+1).map(Ce=>({text:ue.date()+Ce,type:"current"}));let Ie=pe.length%7;Ie=Ie===0?0:7-Ie;const he=rangeArr(Ie).map((Ce,_e)=>({text:_e+1,type:"next"}));oe=pe.concat(he)}else{const ue=e.date.startOf("month").day(),de=getPrevMonthLastDays(e.date,(ue-y+7)%7).map(Ce=>({text:Ce,type:"prev"})),pe=getMonthDays(e.date).map(Ce=>({text:Ce,type:"current"}));oe=[...de,...pe];const Ie=7-(oe.length%7||7),he=rangeArr(Ie).map((Ce,_e)=>({text:_e+1,type:"next"}));oe=oe.concat(he)}return toNestedArr(oe)}),V=computed(()=>{const oe=y;return oe===0?WEEK_DAYS.map(ue=>n(`el.datepicker.weeks.${ue}`)):WEEK_DAYS.slice(oe).concat(WEEK_DAYS.slice(0,oe)).map(ue=>n(`el.datepicker.weeks.${ue}`))}),z=(oe,ue)=>{switch(ue){case"prev":return e.date.startOf("month").subtract(1,"month").date(oe);case"next":return e.date.startOf("month").add(1,"month").date(oe);case"current":return e.date.date(oe)}};return{now:L,isInRange:$,rows:j,weekDays:V,getFormattedDate:z,handlePickDay:({text:oe,type:ue})=>{const de=z(oe,ue);t("pick",de)},getSlotData:({text:oe,type:ue})=>{const de=z(oe,ue);return{isSelected:de.isSame(e.selectedDay),type:`${ue}-month`,day:de.format("YYYY-MM-DD"),date:de.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:k,now:L,rows:$,weekDays:j,getFormattedDate:V,handlePickDay:z,getSlotData:re}=useDateTable(n,y),ie=useNamespace("calendar-table"),oe=useNamespace("calendar-day"),ue=({text:de,type:pe})=>{const Ie=[pe];if(pe==="current"){const he=V(de,pe);he.isSame(n.selectedDay,"day")&&Ie.push(oe.is("selected")),he.isSame(L,"day")&&Ie.push(oe.is("today"))}return Ie};return t({getFormattedDate:V}),(de,pe)=>(openBlock(),createElementBlock("table",{class:normalizeClass([unref(ie).b(),unref(ie).is("range",unref(k))]),cellspacing:"0",cellpadding:"0"},[de.hideHeader?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("thead",{key:0},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(j),Ie=>(openBlock(),createElementBlock("th",{key:Ie},toDisplayString(Ie),1))),128))])),createBaseVNode("tbody",null,[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref($),(Ie,he)=>(openBlock(),createElementBlock("tr",{key:he,class:normalizeClass({[unref(ie).e("row")]:!0,[unref(ie).em("row","hide-border")]:he===0&&de.hideHeader})},[(openBlock(!0),createElementBlock(Fragment,null,renderList(Ie,(Ce,_e)=>(openBlock(),createElementBlock("td",{key:_e,class:normalizeClass(ue(Ce)),onClick:Ne=>unref(z)(Ce)},[createBaseVNode("div",{class:normalizeClass(unref(oe).b())},[renderSlot(de.$slots,"date-cell",{data:unref(re)(Ce)},()=>[createBaseVNode("span",null,toDisplayString(Ce.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"),L=y.isSame(n,"week")?n.add(1,"week"):n;return[[e,y],[L.startOf("week"),t]]},threeConsecutiveMonth=(e,t)=>{const y=e.endOf("month"),n=e.add(1,"month").startOf("month"),k=y.isSame(n,"week")?n.add(1,"week"):n,L=k.endOf("month"),$=t.startOf("month"),j=L.isSame($,"week")?$.add(1,"week"):$;return[[e,y],[k.startOf("week"),L],[j.startOf("week"),t]]},useCalendar=(e,t,y)=>{const{lang:n}=useLocale(),k=ref$1(),L=dayjs().locale(n.value),$=computed({get(){return e.modelValue?V.value:k.value},set(Ie){if(!Ie)return;k.value=Ie;const he=Ie.toDate();t(INPUT_EVENT,he),t(UPDATE_MODEL_EVENT,he)}}),j=computed(()=>{if(!e.range)return[];const Ie=e.range.map(_e=>dayjs(_e).locale(n.value)),[he,Ce]=Ie;return he.isAfter(Ce)?[]:he.isSame(Ce,"month")?ue(he,Ce):he.add(1,"month").month()!==Ce.month()?[]:ue(he,Ce)}),V=computed(()=>e.modelValue?dayjs(e.modelValue).locale(n.value):$.value||(j.value.length?j.value[0][0]:L)),z=computed(()=>V.value.subtract(1,"month").date(1)),re=computed(()=>V.value.add(1,"month").date(1)),ie=computed(()=>V.value.subtract(1,"year").date(1)),oe=computed(()=>V.value.add(1,"year").date(1)),ue=(Ie,he)=>{const Ce=Ie.startOf("week"),_e=he.endOf("week"),Ne=Ce.get("month"),Fe=_e.get("month");return Ne===Fe?[[Ce,_e]]:(Ne+1)%12===Fe?adjacentMonth(Ce,_e):Ne+2===Fe||(Ne+1)%11===Fe?threeConsecutiveMonth(Ce,_e):[]},de=Ie=>{$.value=Ie};return{calculateValidatedDateRange:ue,date:V,realSelectedDay:$,pickDay:de,selectDate:Ie=>{const Ce={"prev-month":z.value,"next-month":re.value,"prev-year":ie.value,"next-year":oe.value,today:L}[Ie];Ce.isSame(V.value,"day")||de(Ce)},validatedRange:j}},isValidRange$1=e=>isArray$2(e)&&e.length===2&&e.every(t=>isDate$1(t)),calendarProps=buildProps({modelValue:{type:Date},range:{type:definePropType(Array),validator:isValidRange$1}}),calendarEmits={[UPDATE_MODEL_EVENT]:e=>isDate$1(e),[INPUT_EVENT]:e=>isDate$1(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,k=useNamespace("calendar"),{calculateValidatedDateRange:L,date:$,pickDay:j,realSelectedDay:V,selectDate:z,validatedRange:re}=useCalendar(n,y),{t:ie}=useLocale(),oe=computed(()=>{const ue=`el.datepicker.month${$.value.format("M")}`;return`${$.value.year()} ${ie("el.datepicker.year")} ${ie(ue)}`});return t({selectedDay:V,pickDay:j,selectDate:z,calculateValidatedDateRange:L}),(ue,de)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(k).b())},[createBaseVNode("div",{class:normalizeClass(unref(k).e("header"))},[renderSlot(ue.$slots,"header",{date:unref(oe)},()=>[createBaseVNode("div",{class:normalizeClass(unref(k).e("title"))},toDisplayString(unref(oe)),3),unref(re).length===0?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(k).e("button-group"))},[createVNode(unref(ElButtonGroup$1),null,{default:withCtx(()=>[createVNode(unref(ElButton),{size:"small",onClick:pe=>unref(z)("prev-month")},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(ie)("el.datepicker.prevMonth")),1)]),_:1},8,["onClick"]),createVNode(unref(ElButton),{size:"small",onClick:pe=>unref(z)("today")},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(ie)("el.datepicker.today")),1)]),_:1},8,["onClick"]),createVNode(unref(ElButton),{size:"small",onClick:pe=>unref(z)("next-month")},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(ie)("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(k).e("body"))},[createVNode(DateTable$1,{date:unref($),"selected-day":unref(V),onPick:unref(j)},createSlots({_:2},[ue.$slots["date-cell"]?{name:"date-cell",fn:withCtx(pe=>[renderSlot(ue.$slots,"date-cell",normalizeProps(guardReactiveProps(pe)))])}:void 0]),1032,["date","selected-day","onPick"])],2)):(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(k).e("body"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(re),(pe,Ie)=>(openBlock(),createBlock(DateTable$1,{key:Ie,date:pe[0],"selected-day":unref(V),range:pe,"hide-header":Ie!==0,onPick:unref(j)},createSlots({_:2},[ue.$slots["date-cell"]?{name:"date-cell",fn:withCtx(he=>[renderSlot(ue.$slots,"date-cell",normalizeProps(guardReactiveProps(he)))])}: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$3)},carouselContextKey=Symbol("carouselContextKey"),THROTTLE_TIME=300,useCarousel=(e,t,y)=>{const{children:n,addChild:k,removeChild:L}=useOrderedChildren(getCurrentInstance(),"ElCarouselItem"),$=useSlots(),j=ref$1(-1),V=ref$1(null),z=ref$1(!1),re=ref$1(),ie=ref$1(0),oe=ref$1(!0),ue=ref$1(!0),de=ref$1(!1),pe=computed(()=>e.arrow!=="never"&&!unref(Ce)),Ie=computed(()=>n.value.some(Mr=>Mr.props.label.toString().length>0)),he=computed(()=>e.type==="card"),Ce=computed(()=>e.direction==="vertical"),_e=computed(()=>e.height!=="auto"?{height:e.height}:{height:`${ie.value}px`,overflow:"hidden"}),Ne=throttle$1(Mr=>{qe(Mr)},THROTTLE_TIME,{trailing:!0}),Fe=throttle$1(Mr=>{hr(Mr)},THROTTLE_TIME),Ue=Mr=>oe.value?j.value<=1?Mr<=1:Mr>1:!0;function kt(){V.value&&(clearInterval(V.value),V.value=null)}function Et(){e.interval<=0||!e.autoplay||V.value||(V.value=setInterval(()=>Ve(),e.interval))}const Ve=()=>{ue.value||(de.value=!0),ue.value=!1,j.value<n.value.length-1?j.value=j.value+1:e.loop?j.value=0:de.value=!1};function qe(Mr){if(ue.value||(de.value=!0),ue.value=!1,isString$3(Mr)){const jr=n.value.filter(Hr=>Hr.props.name===Mr);jr.length>0&&(Mr=n.value.indexOf(jr[0]))}if(Mr=Number(Mr),Number.isNaN(Mr)||Mr!==Math.floor(Mr))return;const mr=n.value.length,gr=j.value;Mr<0?j.value=e.loop?mr-1:0:Mr>=mr?j.value=e.loop?0:mr-1:j.value=Mr,gr===j.value&&jt(gr),xr()}function jt(Mr){n.value.forEach((mr,gr)=>{mr.translateItem(gr,j.value,Mr)})}function tr(Mr,mr){var gr,jr,Hr,Vr;const zr=unref(n),Sr=zr.length;if(Sr===0||!Mr.states.inStage)return!1;const Tr=mr+1,Br=mr-1,vr=Sr-1,Cr=zr[vr].states.active,Dr=zr[0].states.active,Rr=(jr=(gr=zr[Tr])==null?void 0:gr.states)==null?void 0:jr.active,Wr=(Vr=(Hr=zr[Br])==null?void 0:Hr.states)==null?void 0:Vr.active;return mr===vr&&Dr||Rr?"left":mr===0&&Cr||Wr?"right":!1}function rr(){z.value=!0,e.pauseOnHover&&kt()}function ar(){z.value=!1,Et()}function nr(){de.value=!1}function ur(Mr){unref(Ce)||n.value.forEach((mr,gr)=>{Mr===tr(mr,gr)&&(mr.states.hover=!0)})}function cr(){unref(Ce)||n.value.forEach(Mr=>{Mr.states.hover=!1})}function _r(Mr){Mr!==j.value&&(ue.value||(de.value=!0)),j.value=Mr}function hr(Mr){e.trigger==="hover"&&Mr!==j.value&&(j.value=Mr,ue.value||(de.value=!0))}function Er(){qe(j.value-1)}function kr(){qe(j.value+1)}function xr(){kt(),e.pauseOnHover||Et()}function yr(Mr){e.height==="auto"&&(ie.value=Mr)}function br(){var Mr;const mr=(Mr=$.default)==null?void 0:Mr.call($);if(!mr)return null;const gr=flattedChildren(mr),jr="ElCarouselItem",Hr=gr.filter(Vr=>isVNode(Vr)&&Vr.type.name===jr);return(Hr==null?void 0:Hr.length)===2&&e.loop&&!he.value?(oe.value=!0,Hr):(oe.value=!1,null)}watch(()=>j.value,(Mr,mr)=>{jt(mr),oe.value&&(Mr=Mr%2,mr=mr%2),mr>-1&&t("change",Mr,mr)}),watch(()=>e.autoplay,Mr=>{Mr?Et():kt()}),watch(()=>e.loop,()=>{qe(j.value)}),watch(()=>e.interval,()=>{xr()});const Ir=shallowRef();return onMounted(()=>{watch(()=>n.value,()=>{n.value.length>0&&qe(e.initialIndex)},{immediate:!0}),Ir.value=useResizeObserver(re.value,()=>{jt()}),Et()}),onBeforeUnmount(()=>{kt(),re.value&&Ir.value&&Ir.value.stop()}),provide(carouselContextKey,{root:re,isCardType:he,isVertical:Ce,items:n,loop:e.loop,cardScale:e.cardScale,addItem:k,removeItem:L,setActiveItem:qe,setContainerHeight:yr}),{root:re,activeIndex:j,arrowDisplay:pe,hasLabel:Ie,hover:z,isCardType:he,isTransitioning:de,items:n,isVertical:Ce,containerStyle:_e,isItemsTwoLength:oe,handleButtonEnter:ur,handleTransitionEnd:nr,handleButtonLeave:cr,handleIndicatorClick:_r,handleMouseEnter:rr,handleMouseLeave:ar,setActiveItem:qe,prev:Er,next:kr,PlaceholderItem:br,isTwoLengthShow:Ue,throttledArrowClick:Ne,throttledIndicatorHover:Fe}},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:k,activeIndex:L,arrowDisplay:$,hasLabel:j,hover:V,isCardType:z,items:re,isVertical:ie,containerStyle:oe,handleButtonEnter:ue,handleButtonLeave:de,isTransitioning:pe,handleIndicatorClick:Ie,handleMouseEnter:he,handleMouseLeave:Ce,handleTransitionEnd:_e,setActiveItem:Ne,prev:Fe,next:Ue,PlaceholderItem:kt,isTwoLengthShow:Et,throttledArrowClick:Ve,throttledIndicatorHover:qe}=useCarousel(n,y),jt=useNamespace("carousel"),{t:tr}=useLocale(),rr=computed(()=>{const ur=[jt.b(),jt.m(n.direction)];return unref(z)&&ur.push(jt.m("card")),ur}),ar=computed(()=>{const ur=[jt.e("container")];return n.motionBlur&&unref(pe)&&ur.push(unref(ie)?`${jt.namespace.value}-transitioning-vertical`:`${jt.namespace.value}-transitioning`),ur}),nr=computed(()=>{const ur=[jt.e("indicators"),jt.em("indicators",n.direction)];return unref(j)&&ur.push(jt.em("indicators","labels")),n.indicatorPosition==="outside"&&ur.push(jt.em("indicators","outside")),unref(ie)&&ur.push(jt.em("indicators","right")),ur});return t({activeIndex:L,setActiveItem:Ne,prev:Fe,next:Ue}),(ur,cr)=>(openBlock(),createElementBlock("div",{ref_key:"root",ref:k,class:normalizeClass(unref(rr)),onMouseenter:withModifiers(unref(he),["stop"]),onMouseleave:withModifiers(unref(Ce),["stop"])},[unref($)?(openBlock(),createBlock(Transition,{key:0,name:"carousel-arrow-left",persisted:""},{default:withCtx(()=>[withDirectives(createBaseVNode("button",{type:"button",class:normalizeClass([unref(jt).e("arrow"),unref(jt).em("arrow","left")]),"aria-label":unref(tr)("el.carousel.leftArrow"),onMouseenter:_r=>unref(ue)("left"),onMouseleave:unref(de),onClick:withModifiers(_r=>unref(Ve)(unref(L)-1),["stop"])},[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_left_default))]),_:1})],42,["aria-label","onMouseenter","onMouseleave","onClick"]),[[vShow,(ur.arrow==="always"||unref(V))&&(n.loop||unref(L)>0)]])]),_:1})):createCommentVNode("v-if",!0),unref($)?(openBlock(),createBlock(Transition,{key:1,name:"carousel-arrow-right",persisted:""},{default:withCtx(()=>[withDirectives(createBaseVNode("button",{type:"button",class:normalizeClass([unref(jt).e("arrow"),unref(jt).em("arrow","right")]),"aria-label":unref(tr)("el.carousel.rightArrow"),onMouseenter:_r=>unref(ue)("right"),onMouseleave:unref(de),onClick:withModifiers(_r=>unref(Ve)(unref(L)+1),["stop"])},[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_right_default))]),_:1})],42,["aria-label","onMouseenter","onMouseleave","onClick"]),[[vShow,(ur.arrow==="always"||unref(V))&&(n.loop||unref(L)<unref(re).length-1)]])]),_:1})):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(ar)),style:normalizeStyle(unref(oe)),onTransitionend:unref(_e)},[createVNode(unref(kt)),renderSlot(ur.$slots,"default")],46,["onTransitionend"]),ur.indicatorPosition!=="none"?(openBlock(),createElementBlock("ul",{key:2,class:normalizeClass(unref(nr))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(re),(_r,hr)=>withDirectives((openBlock(),createElementBlock("li",{key:hr,class:normalizeClass([unref(jt).e("indicator"),unref(jt).em("indicator",ur.direction),unref(jt).is("active",hr===unref(L))]),onMouseenter:Er=>unref(qe)(hr),onClick:withModifiers(Er=>unref(Ie)(hr),["stop"])},[createBaseVNode("button",{class:normalizeClass(unref(jt).e("button")),"aria-label":unref(tr)("el.carousel.indicator",{index:hr+1})},[unref(j)?(openBlock(),createElementBlock("span",{key:0},toDisplayString(_r.props.label),1)):createCommentVNode("v-if",!0)],10,["aria-label"])],42,["onMouseenter","onClick"])),[[vShow,unref(Et)(hr)]])),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(),k=ref$1(),L=ref$1(!1),$=ref$1(0),j=ref$1(1),V=ref$1(!1),z=ref$1(!1),re=ref$1(!1),ie=ref$1(!1),{isCardType:oe,isVertical:ue,cardScale:de}=y;function pe(Ne,Fe,Ue){const kt=Ue-1,Et=Fe-1,Ve=Fe+1,qe=Ue/2;return Fe===0&&Ne===kt?-1:Fe===kt&&Ne===0?Ue:Ne<Et&&Fe-Ne>=qe?Ue+1:Ne>Ve&&Ne-Fe>=qe?-2:Ne}function Ie(Ne,Fe){var Ue,kt;const Et=unref(ue)?((Ue=y.root.value)==null?void 0:Ue.offsetHeight)||0:((kt=y.root.value)==null?void 0:kt.offsetWidth)||0;return re.value?Et*((2-de)*(Ne-Fe)+1)/4:Ne<Fe?-(1+de)*Et/4:(3+de)*Et/4}function he(Ne,Fe,Ue){const kt=y.root.value;return kt?((Ue?kt.offsetHeight:kt.offsetWidth)||0)*(Ne-Fe):0}const Ce=(Ne,Fe,Ue)=>{var kt;const Et=unref(oe),Ve=(kt=y.items.value.length)!=null?kt:Number.NaN,qe=Ne===Fe;!Et&&!isUndefined$1(Ue)&&(ie.value=qe||Ne===Ue),!qe&&Ve>2&&y.loop&&(Ne=pe(Ne,Fe,Ve));const jt=unref(ue);V.value=qe,Et?(re.value=Math.round(Math.abs(Ne-Fe))<=1,$.value=Ie(Ne,Fe),j.value=unref(V)?1:de):$.value=he(Ne,Fe,jt),z.value=!0,qe&&k.value&&y.setContainerHeight(k.value.offsetHeight)};function _e(){if(y&&unref(oe)){const Ne=y.items.value.findIndex(({uid:Fe})=>Fe===n.uid);y.setActiveItem(Ne)}}return onMounted(()=>{y.addItem({props:e,states:reactive({hover:L,translate:$,scale:j,active:V,ready:z,inStage:re,animating:ie}),uid:n.uid,translateItem:Ce})}),onUnmounted(()=>{y.removeItem(n.uid)}),{carouselItemRef:k,active:V,animating:ie,hover:L,inStage:re,isVertical:ue,translate:$,isCardType:oe,scale:j,ready:z,handleItemClick:_e}},__default__$1n=defineComponent({name:"ElCarouselItem"}),_sfc_main$2n=defineComponent({...__default__$1n,props:carouselItemProps,setup(e){const t=e,y=useNamespace("carousel"),{carouselItemRef:n,active:k,animating:L,hover:$,inStage:j,isVertical:V,translate:z,isCardType:re,scale:ie,ready:oe,handleItemClick:ue}=useCarouselItem(t),de=computed(()=>[y.e("item"),y.is("active",k.value),y.is("in-stage",j.value),y.is("hover",$.value),y.is("animating",L.value),{[y.em("item","card")]:re.value,[y.em("item","card-vertical")]:re.value&&V.value}]),pe=computed(()=>{const he=`${`translate${unref(V)?"Y":"X"}`}(${unref(z)}px)`,Ce=`scale(${unref(ie)})`;return{transform:[he,Ce].join(" ")}});return(Ie,he)=>withDirectives((openBlock(),createElementBlock("div",{ref_key:"carouselItemRef",ref:n,class:normalizeClass(unref(de)),style:normalizeStyle(unref(pe)),onClick:unref(ue)},[unref(re)?withDirectives((openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(y).e("mask"))},null,2)),[[vShow,!unref(k)]]):createCommentVNode("v-if",!0),renderSlot(Ie.$slots,"default")],14,["onClick"])),[[vShow,unref(oe)]])}});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$3(e)||isNumber$3(e)||isBoolean$2(e),change:e=>isString$3(e)||isNumber$3(e)||isBoolean$2(e)},checkboxGroupContextKey=Symbol("checkboxGroupContextKey"),useCheckboxDisabled=({model:e,isChecked:t})=>{const y=inject(checkboxGroupContextKey,void 0),n=computed(()=>{var L,$;const j=(L=y==null?void 0:y.max)==null?void 0:L.value,V=($=y==null?void 0:y.min)==null?void 0:$.value;return!isUndefined$1(j)&&e.value.length>=j&&!t.value||!isUndefined$1(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:k,isLabeledByFormItem:L})=>{const $=inject(checkboxGroupContextKey,void 0),{formItem:j}=useFormItem(),{emit:V}=getCurrentInstance();function z(de){var pe,Ie,he,Ce;return[!0,e.trueValue,e.trueLabel].includes(de)?(Ie=(pe=e.trueValue)!=null?pe:e.trueLabel)!=null?Ie:!0:(Ce=(he=e.falseValue)!=null?he:e.falseLabel)!=null?Ce:!1}function re(de,pe){V("change",z(de),pe)}function ie(de){if(y.value)return;const pe=de.target;V("change",z(pe.checked),de)}async function oe(de){y.value||!n.value&&!k.value&&L.value&&(de.composedPath().some(he=>he.tagName==="LABEL")||(t.value=z([!1,e.falseValue,e.falseLabel].includes(t.value)),await nextTick$1(),re(t.value,de)))}const ue=computed(()=>($==null?void 0:$.validateEvent)||e.validateEvent);return watch(()=>e.modelValue,()=>{ue.value&&(j==null||j.validate("change").catch(de=>void 0))}),{handleChange:ie,onClickRoot:oe}},useCheckboxModel=e=>{const t=ref$1(!1),{emit:y}=getCurrentInstance(),n=inject(checkboxGroupContextKey,void 0),k=computed(()=>isUndefined$1(n)===!1),L=ref$1(!1),$=computed({get(){var j,V;return k.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;k.value&&isArray$2(j)?(L.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>$.value.length,L.value===!1&&((z=n==null?void 0:n.changeEvent)==null||z.call(n,j))):(y(UPDATE_MODEL_EVENT,j),t.value=j)}});return{model:$,isGroup:k,isLimitExceeded:L}},useCheckboxStatus=(e,t,{model:y})=>{const n=inject(checkboxGroupContextKey,void 0),k=ref$1(!1),L=computed(()=>isPropAbsent(e.value)?e.label:e.value),$=computed(()=>{const re=y.value;return isBoolean$2(re)?re:isArray$2(re)?isObject$4(L.value)?re.map(toRaw).some(ie=>isEqual$1(ie,L.value)):re.map(toRaw).includes(L.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(L.value));return{checkboxButtonSize:j,isChecked:$,isFocused:k,checkboxSize:V,hasOwnLabel:z,actualValue:L}},useCheckbox=(e,t)=>{const{formItem:y}=useFormItem(),{model:n,isGroup:k,isLimitExceeded:L}=useCheckboxModel(e),{isFocused:$,isChecked:j,checkboxButtonSize:V,checkboxSize:z,hasOwnLabel:re,actualValue:ie}=useCheckboxStatus(e,t,{model:n}),{isDisabled:oe}=useCheckboxDisabled({model:n,isChecked:j}),{inputId:ue,isLabeledByFormItem:de}=useFormItemInputId(e,{formItemContext:y,disableIdGeneration:re,disableIdManagement:k}),{handleChange:pe,onClickRoot:Ie}=useCheckboxEvent(e,{model:n,isLimitExceeded:L,hasOwnLabel:re,isDisabled:oe,isLabeledByFormItem:de});return(()=>{function Ce(){var _e,Ne;isArray$2(n.value)&&!n.value.includes(ie.value)?n.value.push(ie.value):n.value=(Ne=(_e=e.trueValue)!=null?_e:e.trueLabel)!=null?Ne:!0}e.checked&&Ce()})(),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(()=>k.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:ue,isLabeledByFormItem:de,isChecked:j,isDisabled:oe,isFocused:$,checkboxButtonSize:V,checkboxSize:z,hasOwnLabel:re,model:n,actualValue:ie,handleChange:pe,onClickRoot:Ie}},__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:k,isChecked:L,isDisabled:$,isFocused:j,checkboxSize:V,hasOwnLabel:z,model:re,actualValue:ie,handleChange:oe,onClickRoot:ue}=useCheckbox(t,y),de=useNamespace("checkbox"),pe=computed(()=>[de.b(),de.m(V.value),de.is("disabled",$.value),de.is("bordered",t.border),de.is("checked",L.value)]),Ie=computed(()=>[de.e("input"),de.is("disabled",$.value),de.is("checked",L.value),de.is("indeterminate",t.indeterminate),de.is("focus",j.value)]);return(he,Ce)=>(openBlock(),createBlock(resolveDynamicComponent(!unref(z)&&unref(k)?"span":"label"),{class:normalizeClass(unref(pe)),"aria-controls":he.indeterminate?he.ariaControls:null,onClick:unref(ue)},{default:withCtx(()=>{var _e,Ne;return[createBaseVNode("span",{class:normalizeClass(unref(Ie))},[he.trueValue||he.falseValue||he.trueLabel||he.falseLabel?withDirectives((openBlock(),createElementBlock("input",{key:0,id:unref(n),"onUpdate:modelValue":Fe=>isRef(re)?re.value=Fe:null,class:normalizeClass(unref(de).e("original")),type:"checkbox",indeterminate:he.indeterminate,name:he.name,tabindex:he.tabindex,disabled:unref($),"true-value":(_e=he.trueValue)!=null?_e:he.trueLabel,"false-value":(Ne=he.falseValue)!=null?Ne:he.falseLabel,onChange:unref(oe),onFocus:Fe=>j.value=!0,onBlur:Fe=>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":Fe=>isRef(re)?re.value=Fe:null,class:normalizeClass(unref(de).e("original")),type:"checkbox",indeterminate:he.indeterminate,disabled:unref($),value:unref(ie),name:he.name,tabindex:he.tabindex,onChange:unref(oe),onFocus:Fe=>j.value=!0,onBlur:Fe=>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(de).e("inner"))},null,2)],2),unref(z)?(openBlock(),createElementBlock("span",{key:0,class:normalizeClass(unref(de).e("label"))},[renderSlot(he.$slots,"default"),he.$slots.default?createCommentVNode("v-if",!0):(openBlock(),createElementBlock(Fragment,{key:0},[createTextVNode(toDisplayString(he.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:k,isDisabled:L,checkboxButtonSize:$,model:j,actualValue:V,handleChange:z}=useCheckbox(t,y),re=inject(checkboxGroupContextKey,void 0),ie=useNamespace("checkbox"),oe=computed(()=>{var de,pe,Ie,he;const Ce=(pe=(de=re==null?void 0:re.fill)==null?void 0:de.value)!=null?pe:"";return{backgroundColor:Ce,borderColor:Ce,color:(he=(Ie=re==null?void 0:re.textColor)==null?void 0:Ie.value)!=null?he:"",boxShadow:Ce?`-1px 0 0 0 ${Ce}`:void 0}}),ue=computed(()=>[ie.b("button"),ie.bm("button",$.value),ie.is("disabled",L.value),ie.is("checked",k.value),ie.is("focus",n.value)]);return(de,pe)=>{var Ie,he;return openBlock(),createElementBlock("label",{class:normalizeClass(unref(ue))},[de.trueValue||de.falseValue||de.trueLabel||de.falseLabel?withDirectives((openBlock(),createElementBlock("input",{key:0,"onUpdate:modelValue":Ce=>isRef(j)?j.value=Ce:null,class:normalizeClass(unref(ie).be("button","original")),type:"checkbox",name:de.name,tabindex:de.tabindex,disabled:unref(L),"true-value":(Ie=de.trueValue)!=null?Ie:de.trueLabel,"false-value":(he=de.falseValue)!=null?he:de.falseLabel,onChange:unref(z),onFocus:Ce=>n.value=!0,onBlur:Ce=>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":Ce=>isRef(j)?j.value=Ce:null,class:normalizeClass(unref(ie).be("button","original")),type:"checkbox",name:de.name,tabindex:de.tabindex,disabled:unref(L),value:unref(V),onChange:unref(z),onFocus:Ce=>n.value=!0,onBlur:Ce=>n.value=!1,onClick:withModifiers(()=>{},["stop"])},null,42,["onUpdate:modelValue","name","tabindex","disabled","value","onChange","onFocus","onBlur","onClick"])),[[vModelCheckbox,unref(j)]]),de.$slots.default||de.label?(openBlock(),createElementBlock("span",{key:2,class:normalizeClass(unref(ie).be("button","inner")),style:normalizeStyle(unref(k)?unref(oe):void 0)},[renderSlot(de.$slots,"default",{},()=>[createTextVNode(toDisplayString(de.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$2(e),change:e=>isArray$2(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:k}=useFormItem(),{inputId:L,isLabeledByFormItem:$}=useFormItemInputId(y,{formItemContext:k}),j=async z=>{t(UPDATE_MODEL_EVENT,z),await nextTick$1(),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&&(k==null||k.validate("change").catch(z=>void 0))}),(z,re)=>{var ie;return openBlock(),createBlock(resolveDynamicComponent(z.tag),{id:unref(L),class:normalizeClass(unref(n).b("group")),role:"group","aria-label":unref($)?void 0:z.ariaLabel||"checkbox-group","aria-labelledby":unref($)?(ie=unref(k))==null?void 0:ie.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$3(e)||isNumber$3(e)||isBoolean$2(e),[CHANGE_EVENT]:e=>isString$3(e)||isNumber$3(e)||isBoolean$2(e)},radioGroupKey=Symbol("radioGroupKey"),useRadio=(e,t)=>{const y=ref$1(),n=inject(radioGroupKey,void 0),k=computed(()=>!!n),L=computed(()=>isPropAbsent(e.value)?e.label:e.value),$=computed({get(){return k.value?n.modelValue:e.modelValue},set(ie){k.value?n.changeEvent(ie):t&&t(UPDATE_MODEL_EVENT,ie),y.value.checked=e.modelValue===L.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||k.value&&$.value!==L.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(()=>k.value&&isPropAbsent(e.value))),{radioRef:y,isGroup:k,radioGroup:n,focus:z,size:j,disabled:V,tabIndex:re,modelValue:$,actualValue:L}},__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:k,radioGroup:L,focus:$,size:j,disabled:V,modelValue:z,actualValue:re}=useRadio(y,t);function ie(){nextTick$1(()=>t("change",z.value))}return(oe,ue)=>{var de;return openBlock(),createElementBlock("label",{class:normalizeClass([unref(n).b(),unref(n).is("disabled",unref(V)),unref(n).is("focus",unref($)),unref(n).is("bordered",oe.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:k,"onUpdate:modelValue":pe=>isRef(z)?z.value=pe:null,class:normalizeClass(unref(n).e("original")),value:unref(re),name:oe.name||((de=unref(L))==null?void 0:de.name),disabled:unref(V),checked:unref(z)===unref(re),type:"radio",onFocus:pe=>$.value=!0,onBlur:pe=>$.value=!1,onChange:ie,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(oe.$slots,"default",{},()=>[createTextVNode(toDisplayString(oe.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:k,size:L,disabled:$,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(ie,oe)=>{var ue;return openBlock(),createElementBlock("label",{class:normalizeClass([unref(y).b("button"),unref(y).is("active",unref(j)===unref(z)),unref(y).is("disabled",unref($)),unref(y).is("focus",unref(k)),unref(y).bm("button",unref(L))])},[withDirectives(createBaseVNode("input",{ref_key:"radioRef",ref:n,"onUpdate:modelValue":de=>isRef(j)?j.value=de:null,class:normalizeClass(unref(y).be("button","original-radio")),value:unref(z),type:"radio",name:ie.name||((ue=unref(V))==null?void 0:ue.name),disabled:unref($),onFocus:de=>k.value=!0,onBlur:de=>k.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(ie.$slots,"default",{},()=>[createTextVNode(toDisplayString(ie.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"),k=useId(),L=ref$1(),{formItem:$}=useFormItem(),{inputId:j,isLabeledByFormItem:V}=useFormItemInputId(y,{formItemContext:$}),z=ie=>{t(UPDATE_MODEL_EVENT,ie),nextTick$1(()=>t("change",ie))};onMounted(()=>{const ie=L.value.querySelectorAll("[type=radio]"),oe=ie[0];!Array.from(ie).some(ue=>ue.checked)&&oe&&(oe.tabIndex=0)});const re=computed(()=>y.name||k.value);return provide(radioGroupKey,reactive({...toRefs(y),changeEvent:z,name:re})),watch(()=>y.modelValue,()=>{y.validateEvent&&($==null||$.validate("change").catch(ie=>void 0))}),(ie,oe)=>(openBlock(),createElementBlock("div",{id:unref(j),ref_key:"radioGroupRef",ref:L,class:normalizeClass(unref(n).b("group")),role:"radiogroup","aria-label":unref(V)?void 0:ie.ariaLabel||"radio-group","aria-labelledby":unref(V)?unref($).labelId:void 0},[renderSlot(ie.$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:k}=t,{renderLabelFn:L}=y;return h$1("span",{class:e.e("label")},L?L({node:t,data:n}):k)}});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"),k=computed(()=>y.isHoverMenu),L=computed(()=>y.config.multiple),$=computed(()=>y.config.checkStrictly),j=computed(()=>{var Ue;return(Ue=y.checkedNodes[0])==null?void 0:Ue.uid}),V=computed(()=>e.node.isDisabled),z=computed(()=>e.node.isLeaf),re=computed(()=>$.value&&!z.value||!V.value),ie=computed(()=>ue(y.expandingNode)),oe=computed(()=>$.value&&y.checkedNodes.some(ue)),ue=Ue=>{var kt;const{level:Et,uid:Ve}=e.node;return((kt=Ue==null?void 0:Ue.pathNodes[Et-1])==null?void 0:kt.uid)===Ve},de=()=>{ie.value||y.expandNode(e.node)},pe=Ue=>{const{node:kt}=e;Ue!==kt.checked&&y.handleCheckChange(kt,Ue)},Ie=()=>{y.lazyLoad(e.node,()=>{z.value||de()})},he=Ue=>{k.value&&(Ce(),!z.value&&t("expand",Ue))},Ce=()=>{const{node:Ue}=e;!re.value||Ue.loading||(Ue.loaded?de():Ie())},_e=()=>{k.value&&!z.value||(z.value&&!V.value&&!$.value&&!L.value?Fe(!0):Ce())},Ne=Ue=>{$.value?(pe(Ue),e.node.loaded&&de()):Fe(Ue)},Fe=Ue=>{e.node.loaded?(pe(Ue),!$.value&&de()):Ie()};return{panel:y,isHoverMenu:k,multiple:L,checkStrictly:$,checkedNodeId:j,isDisabled:V,isLeaf:z,expandable:re,inExpandingPath:ie,inCheckedPath:oe,ns:n,handleHoverExpand:he,handleExpand:Ce,handleClick:_e,handleCheck:Fe,handleSelectCheck:Ne}}});function _sfc_render$t(e,t,y,n,k,L){const $=resolveComponent("el-checkbox"),j=resolveComponent("el-radio"),V=resolveComponent("check"),z=resolveComponent("el-icon"),re=resolveComponent("node-content"),ie=resolveComponent("loading"),oe=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($,{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(ie)]),_:1},8,["class"])):(openBlock(),createBlock(z,{key:1,class:normalizeClass(["arrow-right",e.ns.e("postfix")])},{default:withCtx(()=>[createVNode(oe)]),_: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(),k=useId();let L=null,$=null;const j=inject(CASCADER_PANEL_INJECTION_KEY),V=ref$1(null),z=computed(()=>!e.nodes.length),re=computed(()=>!j.initialLoaded),ie=computed(()=>`${k.value}-${e.index}`),oe=Ie=>{L=Ie.target},ue=Ie=>{if(!(!j.isHoverMenu||!L||!V.value))if(L.contains(Ie.target)){de();const he=t.vnode.el,{left:Ce}=he.getBoundingClientRect(),{offsetWidth:_e,offsetHeight:Ne}=he,Fe=Ie.clientX-Ce,Ue=L.offsetTop,kt=Ue+L.offsetHeight;V.value.innerHTML=`
<path style="pointer-events: auto;" fill="transparent" d="M${Fe} ${Ue} L${_e} 0 V${Ue} Z" />
<path style="pointer-events: auto;" fill="transparent" d="M${Fe} ${kt} L${_e} ${Ne} V${kt} Z" />
`}else $||($=window.setTimeout(pe,j.config.hoverThreshold))},de=()=>{$&&(clearTimeout($),$=null)},pe=()=>{V.value&&(V.value.innerHTML="",de())};return{ns:y,panel:j,hoverZone:V,isEmpty:z,isLoading:re,menuId:ie,t:n,handleExpand:oe,handleMouseMove:ue,clearHoverZone:pe}}});function _sfc_render$s(e,t,y,n,k,L){const $=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,ie=>(openBlock(),createBlock($,{key:ie.uid,node:ie,"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 H0{constructor(t,y,n,k=!1){this.data=t,this.config=y,this.parent=n,this.root=k,this.uid=uid++,this.checked=!1,this.indeterminate=!1,this.loading=!1;const{value:L,label:$,children:j}=y,V=t[j],z=calculatePathNodes(this);this.level=k?0:n?n.level+1:1,this.value=t[L],this.label=t[$],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 H0(re,y,this)),this.loaded=!y.lazy||this.isLeaf||!isEmpty$1(V)}get isDisabled(){const{data:t,parent:y,config:n}=this,{disabled:k,checkStrictly:L}=n;return(isFunction$4(k)?k(t,this):!!t[k])||!L&&(y==null?void 0:y.isDisabled)}get isLeaf(){const{data:t,config:y,childrenData:n,loaded:k}=this,{lazy:L,leaf:$}=y,j=isFunction$4($)?$(t,this):t[$];return isUndefined$1(j)?L&&!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,k=new H0(t,this.config,this);return Array.isArray(y)?y.push(t):this.childrenData=[t],n.push(k),k}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(k=>{k&&(k.broadcast(t,...y),k[n]&&k[n](...y))})}emit(t,...y){const{parent:n}=this,k=`onChild${capitalize(t)}`;n&&(n[k]&&n[k](...y),n.emit(t,...y))}onParentCheck(t){this.isDisabled||this.setCheckState(t)}onChildCheck(){const{children:t}=this,y=t.filter(k=>!k.isDisabled),n=y.length?y.every(k=>k.checked):!1;this.setCheckState(n)}setCheckState(t){const y=this.children.length,n=this.children.reduce((k,L)=>{const $=L.checked?1:L.indeterminate?.5:0;return k+$},0);this.checked=this.loaded&&this.children.filter(k=>!k.isDisabled).every(k=>k.loaded&&k.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(k=>new Node$2(k,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(k=>isEqual$1(k.value,t)||isEqual$1(k.pathValues,t))||null}getSameNode(t){return t&&this.getFlattedNodes(!1).find(({value:n,level:k})=>isEqual$1(t.value,n)&&t.level===k)||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(L=>L.uid),k=e.reduce((L,$)=>{const j=n.indexOf($.uid);return j>-1&&(L.push($),y.splice(j,1),n.splice(j,1)),L},[]);return k.push(...y),k},_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 k=useNamespace("cascader"),L=useCascaderConfig(e);let $=null;const j=ref$1(!0),V=ref$1([]),z=ref$1(null),re=ref$1([]),ie=ref$1(null),oe=ref$1([]),ue=computed(()=>L.value.expandTrigger==="hover"),de=computed(()=>e.renderLabel||y.default),pe=()=>{const{options:tr}=e,rr=L.value;n=!1,$=new Store$1(tr,rr),re.value=[$.getNodes()],rr.lazy&&isEmpty$1(e.options)?(j.value=!1,Ie(void 0,ar=>{ar&&($=new Store$1(ar,rr),re.value=[$.getNodes()]),j.value=!0,Et(!1,!0)})):Et(!1,!0)},Ie=(tr,rr)=>{const ar=L.value;tr=tr||new Node$2({},ar,void 0,!0),tr.loading=!0;const nr=ur=>{const cr=tr,_r=cr.root?null:cr;ur&&($==null||$.appendNodes(ur,_r)),cr.loading=!1,cr.loaded=!0,cr.childrenData=cr.childrenData||[],rr&&rr(ur)};ar.lazyLoad(tr,nr)},he=(tr,rr)=>{var ar;const{level:nr}=tr,ur=re.value.slice(0,nr);let cr;tr.isLeaf?cr=tr.pathNodes[nr-2]:(cr=tr,ur.push(tr.children)),((ar=ie.value)==null?void 0:ar.uid)!==(cr==null?void 0:cr.uid)&&(ie.value=tr,re.value=ur,!rr&&t("expand-change",(tr==null?void 0:tr.pathValues)||[]))},Ce=(tr,rr,ar=!0)=>{const{checkStrictly:nr,multiple:ur}=L.value,cr=oe.value[0];n=!0,!ur&&(cr==null||cr.doCheck(!1)),tr.doCheck(rr),kt(),ar&&!ur&&!nr&&t("close"),!ar&&!ur&&!nr&&_e(tr)},_e=tr=>{tr&&(tr=tr.parent,_e(tr),tr&&he(tr))},Ne=tr=>$==null?void 0:$.getFlattedNodes(tr),Fe=tr=>{var rr;return(rr=Ne(tr))==null?void 0:rr.filter(ar=>ar.checked!==!1)},Ue=()=>{oe.value.forEach(tr=>tr.doCheck(!1)),kt(),re.value=re.value.slice(0,1),ie.value=null,t("expand-change",[])},kt=()=>{var tr;const{checkStrictly:rr,multiple:ar}=L.value,nr=oe.value,ur=Fe(!rr),cr=sortByOriginalOrder(nr,ur),_r=cr.map(hr=>hr.valueByOption);oe.value=cr,z.value=ar?_r:(tr=_r[0])!=null?tr:null},Et=(tr=!1,rr=!1)=>{const{modelValue:ar}=e,{lazy:nr,multiple:ur,checkStrictly:cr}=L.value,_r=!cr;if(!(!j.value||n||!rr&&isEqual$1(ar,z.value)))if(nr&&!tr){const Er=unique(flattenDeep(castArray(ar))).map(kr=>$==null?void 0:$.getNodeByValue(kr)).filter(kr=>!!kr&&!kr.loaded&&!kr.loading);Er.length?Er.forEach(kr=>{Ie(kr,()=>Et(!1,rr))}):Et(!0,rr)}else{const hr=ur?castArray(ar):[ar],Er=unique(hr.map(kr=>$==null?void 0:$.getNodeByValue(kr,_r)));Ve(Er,rr),z.value=cloneDeep(ar)}},Ve=(tr,rr=!0)=>{const{checkStrictly:ar}=L.value,nr=oe.value,ur=tr.filter(hr=>!!hr&&(ar||hr.isLeaf)),cr=$==null?void 0:$.getSameNode(ie.value),_r=rr&&cr||ur[0];_r?_r.pathNodes.forEach(hr=>he(hr,!0)):ie.value=null,nr.forEach(hr=>hr.doCheck(!1)),reactive(ur).forEach(hr=>hr.doCheck(!0)),oe.value=ur,nextTick$1(qe)},qe=()=>{isClient&&V.value.forEach(tr=>{const rr=tr==null?void 0:tr.$el;if(rr){const ar=rr.querySelector(`.${k.namespace.value}-scrollbar__wrap`),nr=rr.querySelector(`.${k.b("node")}.${k.is("active")}`)||rr.querySelector(`.${k.b("node")}.in-active-path`);scrollIntoView(ar,nr)}})},jt=tr=>{const rr=tr.target,{code:ar}=tr;switch(ar){case EVENT_CODE.up:case EVENT_CODE.down:{tr.preventDefault();const nr=ar===EVENT_CODE.up?-1:1;focusNode(getSibling(rr,nr,`.${k.b("node")}[tabindex="-1"]`));break}case EVENT_CODE.left:{tr.preventDefault();const nr=V.value[getMenuIndex(rr)-1],ur=nr==null?void 0:nr.$el.querySelector(`.${k.b("node")}[aria-expanded="true"]`);focusNode(ur);break}case EVENT_CODE.right:{tr.preventDefault();const nr=V.value[getMenuIndex(rr)+1],ur=nr==null?void 0:nr.$el.querySelector(`.${k.b("node")}[tabindex="-1"]`);focusNode(ur);break}case EVENT_CODE.enter:checkNode(rr);break}};return provide(CASCADER_PANEL_INJECTION_KEY,reactive({config:L,expandingNode:ie,checkedNodes:oe,isHoverMenu:ue,initialLoaded:j,renderLabelFn:de,lazyLoad:Ie,expandNode:he,handleCheckChange:Ce})),watch([L,()=>e.options],pe,{deep:!0,immediate:!0}),watch(()=>e.modelValue,()=>{n=!1,Et()},{deep:!0}),watch(()=>z.value,tr=>{isEqual$1(tr,e.modelValue)||(t(UPDATE_MODEL_EVENT,tr),t(CHANGE_EVENT,tr))}),onBeforeUpdate(()=>V.value=[]),onMounted(()=>!isEmpty$1(e.modelValue)&&Et()),{ns:k,menuList:V,menus:re,checkedNodes:oe,handleKeyDown:jt,handleCheckChange:Ce,getFlattedNodes:Ne,getCheckedNodes:Fe,clearCheckedNodes:Ue,calculateCheckedValue:kt,scrollToExpandingNode:qe}}});function _sfc_render$r(e,t,y,n,k,L){const $=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($,{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(),k=useNamespace("tag"),L=computed(()=>{const{type:V,hit:z,effect:re,closable:ie,round:oe}=y;return[k.b(),k.is("closable",ie),k.m(V||"primary"),k.m(n.value),k.m(re),k.is("hit",z),k.is("round",oe)]}),$=V=>{t("close",V)},j=V=>{t("click",V)};return(V,z)=>V.disableTransitions?(openBlock(),createElementBlock("span",{key:0,class:normalizeClass(unref(L)),style:normalizeStyle({backgroundColor:V.color}),onClick:j},[createBaseVNode("span",{class:normalizeClass(unref(k).e("content"))},[renderSlot(V.$slots,"default")],2),V.closable?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(k).e("close")),onClick:withModifiers($,["stop"])},{default:withCtx(()=>[createVNode(unref(close_default))]),_:1},8,["class","onClick"])):createCommentVNode("v-if",!0)],6)):(openBlock(),createBlock(Transition,{key:1,name:`${unref(k).namespace.value}-zoom-in-center`,appear:""},{default:withCtx(()=>[createBaseVNode("span",{class:normalizeClass(unref(L)),style:normalizeStyle({backgroundColor:V.color}),onClick:j},[createBaseVNode("span",{class:normalizeClass(unref(k).e("content"))},[renderSlot(V.$slots,"default")],2),V.closable?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(k).e("close")),onClick:withModifiers($,["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$2(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,k={modifiers:[{name:"arrowPosition",enabled:!0,phase:"main",fn:({state:kn})=>{const{modifiersData:Sa,placement:sa}=kn;["right","left","bottom","top"].includes(sa)||(Sa.arrow.x=35)},requires:["arrow"]}]},L=useAttrs$1();let $=0,j=0;const V=useNamespace("cascader"),z=useNamespace("input"),{t:re}=useLocale(),{form:ie,formItem:oe}=useFormItem(),{valueOnClear:ue}=useEmptyValues(n),{isComposing:de,handleComposition:pe}=useComposition({afterComposition(kn){var Sa;const sa=(Sa=kn.target)==null?void 0:Sa.value;Ar(sa)}}),Ie=ref$1(null),he=ref$1(null),Ce=ref$1(null),_e=ref$1(null),Ne=ref$1(null),Fe=ref$1(!1),Ue=ref$1(!1),kt=ref$1(!1),Et=ref$1(!1),Ve=ref$1(""),qe=ref$1(""),jt=ref$1([]),tr=ref$1([]),rr=ref$1([]),ar=computed(()=>L.style),nr=computed(()=>n.disabled||(ie==null?void 0:ie.disabled)),ur=computed(()=>n.placeholder||re("el.cascader.placeholder")),cr=computed(()=>qe.value||jt.value.length>0||de.value?"":ur.value),_r=useFormSize(),hr=computed(()=>["small"].includes(_r.value)?"small":"default"),Er=computed(()=>!!n.props.multiple),kr=computed(()=>!n.filterable||Er.value),xr=computed(()=>Er.value?qe.value:Ve.value),yr=computed(()=>{var kn;return((kn=_e.value)==null?void 0:kn.checkedNodes)||[]}),br=computed(()=>!n.clearable||nr.value||kt.value||!Ue.value?!1:!!yr.value.length),Ir=computed(()=>{const{showAllLevels:kn,separator:Sa}=n,sa=yr.value;return sa.length?Er.value?"":sa[0].calcText(kn,Sa):""}),Mr=computed(()=>(oe==null?void 0:oe.validateState)||""),mr=computed({get(){return cloneDeep(n.modelValue)},set(kn){const Sa=kn??ue.value;y(UPDATE_MODEL_EVENT,Sa),y(CHANGE_EVENT,Sa),n.validateEvent&&(oe==null||oe.validate("change").catch(sa=>void 0))}}),gr=computed(()=>[V.b(),V.m(_r.value),V.is("disabled",nr.value),L.class]),jr=computed(()=>[z.e("icon"),"icon-arrow-down",V.is("reverse",Fe.value)]),Hr=computed(()=>V.is("focus",Fe.value||Et.value)),Vr=computed(()=>{var kn,Sa;return(Sa=(kn=Ie.value)==null?void 0:kn.popperRef)==null?void 0:Sa.contentRef}),zr=kn=>{var Sa,sa,qa;nr.value||(kn=kn??!Fe.value,kn!==Fe.value&&(Fe.value=kn,(sa=(Sa=he.value)==null?void 0:Sa.input)==null||sa.setAttribute("aria-expanded",`${kn}`),kn?(Sr(),nextTick$1((qa=_e.value)==null?void 0:qa.scrollToExpandingNode)):n.filterable&&ca(),y("visibleChange",kn)))},Sr=()=>{nextTick$1(()=>{var kn;(kn=Ie.value)==null||kn.updatePopper()})},Tr=()=>{kt.value=!1},Br=kn=>{const{showAllLevels:Sa,separator:sa}=n;return{node:kn,key:kn.uid,text:kn.calcText(Sa,sa),hitState:!1,closable:!nr.value&&!kn.isDisabled,isCollapseTag:!1}},vr=kn=>{var Sa;const sa=kn.node;sa.doCheck(!1),(Sa=_e.value)==null||Sa.calculateCheckedValue(),y("removeTag",sa.valueByOption)},Cr=()=>{if(!Er.value)return;const kn=yr.value,Sa=[],sa=[];if(kn.forEach(qa=>sa.push(Br(qa))),tr.value=sa,kn.length){kn.slice(0,n.maxCollapseTags).forEach(Hi=>Sa.push(Br(Hi)));const qa=kn.slice(n.maxCollapseTags),To=qa.length;To&&(n.collapseTags?Sa.push({key:-1,text:`+ ${To}`,closable:!1,isCollapseTag:!0}):qa.forEach(Hi=>Sa.push(Br(Hi))))}jt.value=Sa},Dr=()=>{var kn,Sa;const{filterMethod:sa,showAllLevels:qa,separator:To}=n,Hi=(Sa=(kn=_e.value)==null?void 0:kn.getFlattedNodes(!n.props.checkStrictly))==null?void 0:Sa.filter(na=>na.isDisabled?!1:(na.calcText(qa,To),sa(na,xr.value)));Er.value&&(jt.value.forEach(na=>{na.hitState=!1}),tr.value.forEach(na=>{na.hitState=!1})),kt.value=!0,rr.value=Hi,Sr()},Rr=()=>{var kn;let Sa;kt.value&&Ne.value?Sa=Ne.value.$el.querySelector(`.${V.e("suggestion-item")}`):Sa=(kn=_e.value)==null?void 0:kn.$el.querySelector(`.${V.b("node")}[tabindex="-1"]`),Sa&&(Sa.focus(),!kt.value&&Sa.click())},Wr=()=>{var kn,Sa;const sa=(kn=he.value)==null?void 0:kn.input,qa=Ce.value,To=(Sa=Ne.value)==null?void 0:Sa.$el;if(!(!isClient||!sa)){if(To){const Hi=To.querySelector(`.${V.e("suggestion-list")}`);Hi.style.minWidth=`${sa.offsetWidth}px`}if(qa){const{offsetHeight:Hi}=qa,na=jt.value.length>0?`${Math.max(Hi+6,$)}px`:`${$}px`;sa.style.height=na,Sr()}}},Kr=kn=>{var Sa;return(Sa=_e.value)==null?void 0:Sa.getCheckedNodes(kn)},Nr=kn=>{Sr(),y("expandChange",kn)},Fr=kn=>{if(!de.value)switch(kn.code){case EVENT_CODE.enter:zr();break;case EVENT_CODE.down:zr(!0),nextTick$1(Rr),kn.preventDefault();break;case EVENT_CODE.esc:Fe.value===!0&&(kn.preventDefault(),kn.stopPropagation(),zr(!1));break;case EVENT_CODE.tab:zr(!1);break}},Qr=()=>{var kn;(kn=_e.value)==null||kn.clearCheckedNodes(),!Fe.value&&n.filterable&&ca(),zr(!1),y("clear")},ca=()=>{const{value:kn}=Ir;Ve.value=kn,qe.value=kn},Po=kn=>{var Sa,sa;const{checked:qa}=kn;Er.value?(Sa=_e.value)==null||Sa.handleCheckChange(kn,!qa,!1):(!qa&&((sa=_e.value)==null||sa.handleCheckChange(kn,!0,!1)),zr(!1))},Wa=kn=>{const Sa=kn.target,{code:sa}=kn;switch(sa){case EVENT_CODE.up:case EVENT_CODE.down:{const qa=sa===EVENT_CODE.up?-1:1;focusNode(getSibling(Sa,qa,`.${V.e("suggestion-item")}[tabindex="-1"]`));break}case EVENT_CODE.enter:Sa.click();break}},Go=()=>{const kn=jt.value,Sa=kn[kn.length-1];j=qe.value?0:j+1,!(!Sa||!j||n.collapseTags&&kn.length>1)&&(Sa.hitState?vr(Sa):Sa.hitState=!0)},us=kn=>{const Sa=kn.target,sa=V.e("search-input");Sa.className===sa&&(Et.value=!0),y("focus",kn)},Kn=kn=>{Et.value=!1,y("blur",kn)},Gr=debounce(()=>{const{value:kn}=xr;if(!kn)return;const Sa=n.beforeFilter(kn);isPromise(Sa)?Sa.then(Dr).catch(()=>{}):Sa!==!1?Dr():Tr()},n.debounce),Ar=(kn,Sa)=>{!Fe.value&&zr(!0),!(Sa!=null&&Sa.isComposing)&&(kn?Gr():Tr())},On=kn=>Number.parseFloat(useCssVar(z.cssVarName("input-height"),kn).value)-2;return watch(kt,Sr),watch([yr,nr,()=>n.collapseTags],Cr),watch(jt,()=>{nextTick$1(()=>Wr())}),watch(_r,async()=>{await nextTick$1();const kn=he.value.input;$=On(kn)||$,Wr()}),watch(Ir,ca,{immediate:!0}),onMounted(()=>{const kn=he.value.input,Sa=On(kn);$=kn.offsetHeight||Sa,useResizeObserver(kn,Wr)}),t({getCheckedNodes:Kr,cascaderPanelRef:_e,togglePopperVisible:zr,contentRef:Vr}),(kn,Sa)=>(openBlock(),createBlock(unref(ElTooltip),{ref_key:"tooltipRef",ref:Ie,visible:Fe.value,teleported:kn.teleported,"popper-class":[unref(V).e("dropdown"),kn.popperClass],"popper-options":k,"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:kn.persistent,onHide:Tr},{default:withCtx(()=>[withDirectives((openBlock(),createElementBlock("div",{class:normalizeClass(unref(gr)),style:normalizeStyle(unref(ar)),onClick:()=>zr(unref(kr)?void 0:!0),onKeydown:Fr,onMouseenter:sa=>Ue.value=!0,onMouseleave:sa=>Ue.value=!1},[createVNode(unref(ElInput),{ref_key:"input",ref:he,modelValue:Ve.value,"onUpdate:modelValue":sa=>Ve.value=sa,placeholder:unref(cr),readonly:unref(kr),disabled:unref(nr),"validate-event":!1,size:unref(_r),class:normalizeClass(unref(Hr)),tabindex:unref(Er)&&kn.filterable&&!unref(nr)?-1:void 0,onCompositionstart:unref(pe),onCompositionupdate:unref(pe),onCompositionend:unref(pe),onFocus:us,onBlur:Kn,onInput:Ar},{suffix:withCtx(()=>[unref(br)?(openBlock(),createBlock(unref(ElIcon),{key:"clear",class:normalizeClass([unref(z).e("icon"),"icon-circle-close"]),onClick:withModifiers(Qr,["stop"])},{default:withCtx(()=>[createVNode(unref(circle_close_default))]),_:1},8,["class","onClick"])):(openBlock(),createBlock(unref(ElIcon),{key:"arrow-down",class:normalizeClass(unref(jr)),onClick:withModifiers(sa=>zr(),["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(Er)?(openBlock(),createElementBlock("div",{key:0,ref_key:"tagWrapper",ref:Ce,class:normalizeClass([unref(V).e("tags"),unref(V).is("validate",!!unref(Mr))])},[(openBlock(!0),createElementBlock(Fragment,null,renderList(jt.value,sa=>(openBlock(),createBlock(unref(ElTag),{key:sa.key,type:kn.tagType,size:unref(hr),effect:kn.tagEffect,hit:sa.hitState,closable:sa.closable,"disable-transitions":"",onClose:qa=>vr(sa)},{default:withCtx(()=>[sa.isCollapseTag===!1?(openBlock(),createElementBlock("span",{key:0},toDisplayString(sa.text),1)):(openBlock(),createBlock(unref(ElTooltip),{key:1,disabled:Fe.value||!kn.collapseTagsTooltip,"fallback-placements":["bottom","top","right","left"],placement:"bottom",effect:"light"},{default:withCtx(()=>[createBaseVNode("span",null,toDisplayString(sa.text),1)]),content:withCtx(()=>[createBaseVNode("div",{class:normalizeClass(unref(V).e("collapse-tags"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(tr.value.slice(kn.maxCollapseTags),(qa,To)=>(openBlock(),createElementBlock("div",{key:To,class:normalizeClass(unref(V).e("collapse-tag"))},[(openBlock(),createBlock(unref(ElTag),{key:qa.key,class:"in-tooltip",type:kn.tagType,size:unref(hr),effect:kn.tagEffect,hit:qa.hitState,closable:qa.closable,"disable-transitions":"",onClose:Hi=>vr(qa)},{default:withCtx(()=>[createBaseVNode("span",null,toDisplayString(qa.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)),kn.filterable&&!unref(nr)?withDirectives((openBlock(),createElementBlock("input",{key:0,"onUpdate:modelValue":sa=>qe.value=sa,type:"text",class:normalizeClass(unref(V).e("search-input")),placeholder:unref(Ir)?"":unref(ur),onInput:sa=>Ar(qe.value,sa),onClick:withModifiers(sa=>zr(!0),["stop"]),onKeydown:withKeys(Go,["delete"]),onCompositionstart:unref(pe),onCompositionupdate:unref(pe),onCompositionend:unref(pe),onFocus:us,onBlur:Kn},null,42,["onUpdate:modelValue","placeholder","onInput","onClick","onKeydown","onCompositionstart","onCompositionupdate","onCompositionend"])),[[vModelText,qe.value]]):createCommentVNode("v-if",!0)],2)):createCommentVNode("v-if",!0)],46,["onClick","onMouseenter","onMouseleave"])),[[unref(ClickOutside),()=>zr(!1),unref(Vr)]])]),content:withCtx(()=>[withDirectives(createVNode(unref(ElCascaderPanel),{ref_key:"cascaderPanelRef",ref:_e,modelValue:unref(mr),"onUpdate:modelValue":sa=>isRef(mr)?mr.value=sa:null,options:kn.options,props:n.props,border:!1,"render-label":kn.$slots.default,onExpandChange:Nr,onClose:sa=>kn.$nextTick(()=>zr(!1))},null,8,["modelValue","onUpdate:modelValue","options","props","render-label","onClose"]),[[vShow,!kt.value]]),kn.filterable?withDirectives((openBlock(),createBlock(unref(ElScrollbar),{key:0,ref_key:"suggestionPanel",ref:Ne,tag:"ul",class:normalizeClass(unref(V).e("suggestion-panel")),"view-class":unref(V).e("suggestion-list"),onKeydown:Wa},{default:withCtx(()=>[rr.value.length?(openBlock(!0),createElementBlock(Fragment,{key:0},renderList(rr.value,sa=>(openBlock(),createElementBlock("li",{key:sa.uid,class:normalizeClass([unref(V).e("suggestion-item"),unref(V).is("checked",sa.checked)]),tabindex:-1,onClick:qa=>Po(sa)},[createBaseVNode("span",null,toDisplayString(sa.text),1),sa.checked?(openBlock(),createBlock(unref(ElIcon),{key:0},{default:withCtx(()=>[createVNode(unref(check_default))]),_:1})):createCommentVNode("v-if",!0)],10,["onClick"]))),128)):renderSlot(kn.$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,kt.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$2(e),[CHANGE_EVENT]:e=>isBoolean$2(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"),k=computed(()=>[n.b(),n.is("checked",y.checked),n.m(y.type||"primary")]),L=()=>{const $=!y.checked;t(CHANGE_EVENT,$),t("update:checked",$)};return($,j)=>(openBlock(),createElementBlock("span",{class:normalizeClass(unref(k)),onClick:L},[renderSlot($.$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 k=computed(()=>{const $={};return t.gutter&&($.marginRight=$.marginLeft=`-${t.gutter/2}px`),$}),L=computed(()=>[y.b(),y.is(`justify-${t.justify}`,t.justify!=="start"),y.is(`align-${t.align}`,!!t.align)]);return($,j)=>(openBlock(),createBlock(resolveDynamicComponent($.tag),{class:normalizeClass(unref(L)),style:normalizeStyle(unref(k))},{default:withCtx(()=>[renderSlot($.$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"),k=computed(()=>{const $={};return y.value&&($.paddingLeft=$.paddingRight=`${y.value/2}px`),$}),L=computed(()=>{const $=[];return["span","offset","pull","push"].forEach(z=>{const re=t[z];isNumber$3(re)&&(z==="span"?$.push(n.b(`${t[z]}`)):re>0&&$.push(n.b(`${z}-${t[z]}`)))}),["xs","sm","md","lg","xl"].forEach(z=>{isNumber$3(t[z])?$.push(n.b(`${z}-${t[z]}`)):isObject$4(t[z])&&Object.entries(t[z]).forEach(([re,ie])=>{$.push(re!=="span"?n.b(`${z}-${re}-${ie}`):n.b(`${z}-${ie}`))})}),y.value&&$.push(n.is("guttered")),[n.b(),$]});return($,j)=>(openBlock(),createBlock(resolveDynamicComponent($.tag),{class:normalizeClass(unref(L)),style:normalizeStyle(unref(k))},{default:withCtx(()=>[renderSlot($.$slots,"default")]),_:3},8,["class","style"]))}});var Col=_export_sfc$1(_sfc_main$29,[["__file","col.vue"]]);const ElCol=withInstall(Col),emitChangeFn=e=>isNumber$3(e)||isString$3(e)||isArray$2(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=L=>{y.value=L;const $=e.accordion?y.value[0]:y.value;t(UPDATE_MODEL_EVENT,$),t(CHANGE_EVENT,$)},k=L=>{if(e.accordion)n([y.value[0]===L?"":L]);else{const $=[...y.value],j=$.indexOf(L);j>-1?$.splice(j,1):$.push(L),n($)}};return watch(()=>e.modelValue,()=>y.value=castArray$1(e.modelValue),{deep:!0}),provide(collapseContextKey,{activeNames:y,handleItemClick:k}),{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:k,setActiveNames:L}=useCollapse(n,y),{rootKls:$}=useCollapseDOM();return t({activeNames:k,setActiveNames:L}),(j,V)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref($))},[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=k=>{k.style.maxHeight="",k.style.overflow=k.dataset.oldOverflow,k.style.paddingTop=k.dataset.oldPaddingTop,k.style.paddingBottom=k.dataset.oldPaddingBottom},n={beforeEnter(k){k.dataset||(k.dataset={}),k.dataset.oldPaddingTop=k.style.paddingTop,k.dataset.oldPaddingBottom=k.style.paddingBottom,k.style.height&&(k.dataset.elExistsHeight=k.style.height),k.style.maxHeight=0,k.style.paddingTop=0,k.style.paddingBottom=0},enter(k){requestAnimationFrame(()=>{k.dataset.oldOverflow=k.style.overflow,k.dataset.elExistsHeight?k.style.maxHeight=k.dataset.elExistsHeight:k.scrollHeight!==0?k.style.maxHeight=`${k.scrollHeight}px`:k.style.maxHeight=0,k.style.paddingTop=k.dataset.oldPaddingTop,k.style.paddingBottom=k.dataset.oldPaddingBottom,k.style.overflow="hidden"})},afterEnter(k){k.style.maxHeight="",k.style.overflow=k.dataset.oldOverflow},enterCancelled(k){y(k)},beforeLeave(k){k.dataset||(k.dataset={}),k.dataset.oldPaddingTop=k.style.paddingTop,k.dataset.oldPaddingBottom=k.style.paddingBottom,k.dataset.oldOverflow=k.style.overflow,k.style.maxHeight=`${k.scrollHeight}px`,k.style.overflow="hidden"},leave(k){k.scrollHeight!==0&&(k.style.maxHeight=0,k.style.paddingTop=0,k.style.paddingBottom=0)},afterLeave(k){y(k)},leaveCancelled(k){y(k)}};return(k,L)=>(openBlock(),createBlock(Transition,mergeProps({name:unref(t).b()},toHandlers(n)),{default:withCtx(()=>[renderSlot(k.$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),k=ref$1(!1),L=useIdInjection(),$=computed(()=>L.current++),j=computed(()=>{var oe;return(oe=e.name)!=null?oe:`${y.value}-id-${L.prefix}-${unref($)}`}),V=computed(()=>t==null?void 0:t.activeNames.value.includes(unref(j)));return{focusing:n,id:$,isActive:V,handleFocus:()=>{setTimeout(()=>{k.value?k.value=!1:n.value=!0},50)},handleHeaderClick:()=>{e.disabled||(t==null||t.handleItemClick(unref(j)),n.value=!1,k.value=!0)},handleEnterClick:()=>{t==null||t.handleItemClick(unref(j))}}},useCollapseItemDOM=(e,{focusing:t,isActive:y,id:n})=>{const k=useNamespace("collapse"),L=computed(()=>[k.b("item"),k.is("active",unref(y)),k.is("disabled",e.disabled)]),$=computed(()=>[k.be("item","header"),k.is("active",unref(y)),{focusing:unref(t)&&!e.disabled}]),j=computed(()=>[k.be("item","arrow"),k.is("active",unref(y))]),V=computed(()=>k.be("item","wrap")),z=computed(()=>k.be("item","content")),re=computed(()=>k.b(`content-${unref(n)}`)),ie=computed(()=>k.b(`head-${unref(n)}`));return{arrowKls:j,headKls:$,rootKls:L,itemWrapperKls:V,itemContentKls:z,scopedContentId:re,scopedHeadId:ie}},__default__$19=defineComponent({name:"ElCollapseItem"}),_sfc_main$26=defineComponent({...__default__$19,props:collapseItemProps,setup(e,{expose:t}){const y=e,{focusing:n,id:k,isActive:L,handleFocus:$,handleHeaderClick:j,handleEnterClick:V}=useCollapseItem(y),{arrowKls:z,headKls:re,rootKls:ie,itemWrapperKls:oe,itemContentKls:ue,scopedContentId:de,scopedHeadId:pe}=useCollapseItemDOM(y,{focusing:n,isActive:L,id:k});return t({isActive:L}),(Ie,he)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(ie))},[createBaseVNode("button",{id:unref(pe),class:normalizeClass(unref(re)),"aria-expanded":unref(L),"aria-controls":unref(de),"aria-describedby":unref(de),tabindex:Ie.disabled?-1:0,type:"button",onClick:unref(j),onKeydown:withKeys(withModifiers(unref(V),["stop","prevent"]),["space","enter"]),onFocus:unref($),onBlur:Ce=>n.value=!1},[renderSlot(Ie.$slots,"title",{},()=>[createTextVNode(toDisplayString(Ie.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(de),role:"region",class:normalizeClass(unref(oe)),"aria-hidden":!unref(L),"aria-labelledby":unref(pe)},[createBaseVNode("div",{class:normalizeClass(unref(ue))},[renderSlot(Ie.$slots,"default")],2)],10,["id","aria-hidden","aria-labelledby"]),[[vShow,unref(L)]])]),_: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(L){var $;($=t.drag)==null||$.call(t,L)},n=function(L){var $;document.removeEventListener("mousemove",y),document.removeEventListener("mouseup",n),document.removeEventListener("touchmove",y),document.removeEventListener("touchend",n),document.onselectstart=null,document.ondragstart=null,isDragging=!1,($=t.end)==null||$.call(t,L)},k=function(L){var $;isDragging||(L.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,($=t.start)==null||$.call(t,L))};e.addEventListener("mousedown",k),e.addEventListener("touchstart",k,{passive:!1})}const useAlphaSlider=e=>{const t=getCurrentInstance(),{t:y}=useLocale(),n=shallowRef(),k=shallowRef(),L=computed(()=>e.color.get("alpha")),$=computed(()=>y("el.colorpicker.alphaLabel"));function j(ie){var oe;ie.target!==n.value&&V(ie),(oe=n.value)==null||oe.focus()}function V(ie){if(!k.value||!n.value)return;const ue=t.vnode.el.getBoundingClientRect(),{clientX:de,clientY:pe}=getClientXY(ie);if(e.vertical){let Ie=pe-ue.top;Ie=Math.max(n.value.offsetHeight/2,Ie),Ie=Math.min(Ie,ue.height-n.value.offsetHeight/2),e.color.set("alpha",Math.round((Ie-n.value.offsetHeight/2)/(ue.height-n.value.offsetHeight)*100))}else{let Ie=de-ue.left;Ie=Math.max(n.value.offsetWidth/2,Ie),Ie=Math.min(Ie,ue.width-n.value.offsetWidth/2),e.color.set("alpha",Math.round((Ie-n.value.offsetWidth/2)/(ue.width-n.value.offsetWidth)*100))}}function z(ie){const{code:oe,shiftKey:ue}=ie,de=ue?10:1;switch(oe){case EVENT_CODE.left:case EVENT_CODE.down:ie.preventDefault(),ie.stopPropagation(),re(-de);break;case EVENT_CODE.right:case EVENT_CODE.up:ie.preventDefault(),ie.stopPropagation(),re(de);break}}function re(ie){let oe=L.value+ie;oe=oe<0?0:oe>100?100:oe,e.color.set("alpha",oe)}return{thumb:n,bar:k,alpha:L,alphaLabel:$,handleDrag:V,handleClick:j,handleKeydown:z}},useAlphaSliderDOM=(e,{bar:t,thumb:y,handleDrag:n})=>{const k=getCurrentInstance(),L=useNamespace("color-alpha-slider"),$=ref$1(0),j=ref$1(0),V=ref$1();function z(){if(!y.value||e.vertical)return 0;const Ce=k.vnode.el,_e=e.color.get("alpha");return Ce?Math.round(_e*(Ce.offsetWidth-y.value.offsetWidth/2)/100):0}function re(){if(!y.value)return 0;const Ce=k.vnode.el;if(!e.vertical)return 0;const _e=e.color.get("alpha");return Ce?Math.round(_e*(Ce.offsetHeight-y.value.offsetHeight/2)/100):0}function ie(){if(e.color&&e.color.value){const{r:Ce,g:_e,b:Ne}=e.color.toRgb();return`linear-gradient(to right, rgba(${Ce}, ${_e}, ${Ne}, 0) 0%, rgba(${Ce}, ${_e}, ${Ne}, 1) 100%)`}return""}function oe(){$.value=z(),j.value=re(),V.value=ie()}onMounted(()=>{if(!t.value||!y.value)return;const Ce={drag:_e=>{n(_e)},end:_e=>{n(_e)}};draggable(t.value,Ce),draggable(y.value,Ce),oe()}),watch(()=>e.color.get("alpha"),()=>oe()),watch(()=>e.color.value,()=>oe());const ue=computed(()=>[L.b(),L.is("vertical",e.vertical)]),de=computed(()=>L.e("bar")),pe=computed(()=>L.e("thumb")),Ie=computed(()=>({background:V.value})),he=computed(()=>({left:addUnit($.value),top:addUnit(j.value)}));return{rootKls:ue,barKls:de,barStyle:Ie,thumbKls:pe,thumbStyle:he,update:oe}},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:k,bar:L,thumb:$,handleDrag:j,handleClick:V,handleKeydown:z}=useAlphaSlider(y),{rootKls:re,barKls:ie,barStyle:oe,thumbKls:ue,thumbStyle:de,update:pe}=useAlphaSliderDOM(y,{bar:L,thumb:$,handleDrag:j});return t({update:pe,bar:L,thumb:$}),(Ie,he)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(re))},[createBaseVNode("div",{ref_key:"bar",ref:L,class:normalizeClass(unref(ie)),style:normalizeStyle(unref(oe)),onClick:unref(V)},null,14,["onClick"]),createBaseVNode("div",{ref_key:"thumb",ref:$,class:normalizeClass(unref(ue)),style:normalizeStyle(unref(de)),"aria-label":unref(k),"aria-valuenow":unref(n),"aria-orientation":Ie.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(),k=ref$1(),L=ref$1(0),$=ref$1(0),j=computed(()=>e.color.get("hue"));watch(()=>j.value,()=>{oe()});function V(ue){ue.target!==n.value&&z(ue)}function z(ue){if(!k.value||!n.value)return;const pe=y.vnode.el.getBoundingClientRect(),{clientX:Ie,clientY:he}=getClientXY(ue);let Ce;if(e.vertical){let _e=he-pe.top;_e=Math.min(_e,pe.height-n.value.offsetHeight/2),_e=Math.max(n.value.offsetHeight/2,_e),Ce=Math.round((_e-n.value.offsetHeight/2)/(pe.height-n.value.offsetHeight)*360)}else{let _e=Ie-pe.left;_e=Math.min(_e,pe.width-n.value.offsetWidth/2),_e=Math.max(n.value.offsetWidth/2,_e),Ce=Math.round((_e-n.value.offsetWidth/2)/(pe.width-n.value.offsetWidth)*360)}e.color.set("hue",Ce)}function re(){if(!n.value)return 0;const ue=y.vnode.el;if(e.vertical)return 0;const de=e.color.get("hue");return ue?Math.round(de*(ue.offsetWidth-n.value.offsetWidth/2)/360):0}function ie(){if(!n.value)return 0;const ue=y.vnode.el;if(!e.vertical)return 0;const de=e.color.get("hue");return ue?Math.round(de*(ue.offsetHeight-n.value.offsetHeight/2)/360):0}function oe(){L.value=re(),$.value=ie()}return onMounted(()=>{if(!k.value||!n.value)return;const ue={drag:de=>{z(de)},end:de=>{z(de)}};draggable(k.value,ue),draggable(n.value,ue),oe()}),{bar:k,thumb:n,thumbLeft:L,thumbTop:$,hueValue:j,handleClick:V,update:oe,ns:t}}});function _sfc_render$q(e,t,y,n,k,L){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$3(e)||isNil(e),[CHANGE_EVENT]:e=>isString$3(e)||isNil(e),activeChange:e=>isString$3(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=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 k=Math.max(y,.01);y*=2,t*=y<=1?y:2-y,n*=k<=1?k:2-k;const L=(y+t)/2,$=y===0?2*n/(k+n):2*t/(y+t);return{h:e,s:$*100,v:L*100}},rgb2hsv=(e,t,y)=>{e=bound01(e,255),t=bound01(t,255),y=bound01(y,255);const n=Math.max(e,t,y),k=Math.min(e,t,y);let L;const $=n,j=n-k,V=n===0?0:j/n;if(n===k)L=0;else{switch(n){case e:{L=(t-y)/j+(t<y?6:0);break}case t:{L=(y-e)/j+2;break}case y:{L=(e-t)/j+4;break}}L/=6}return{h:L*360,s:V*100,v:$*100}},hsv2rgb=function(e,t,y){e=bound01(e,360)*6,t=bound01(t,100),y=bound01(y,100);const n=Math.floor(e),k=e-n,L=y*(1-t),$=y*(1-k*t),j=y*(1-(1-k)*t),V=n%6,z=[y,$,L,L,j,y][V],re=[j,y,y,$,L,L][V],ie=[L,L,j,y,y,$][V];return{r:Math.round(z*255),g:Math.round(re*255),b:Math.round(ie*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,L)=>{this._hue=Math.max(0,Math.min(360,n)),this._saturation=Math.max(0,Math.min(100,k)),this._value=Math.max(0,Math.min(100,L)),this.doOnChange()};if(t.includes("hsl")){const n=t.replace(/hsla|hsl|\(|\)/gm,"").split(/\s|,/g).filter(k=>k!=="").map((k,L)=>L>2?Number.parseFloat(k):Number.parseInt(k,10));if(n.length===4?this._alpha=Number.parseFloat(n[3])*100:n.length===3&&(this._alpha=100),n.length>=3){const{h:k,s:L,v:$}=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(k=>k!=="").map((k,L)=>L>2?Number.parseFloat(k):Number.parseInt(k,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(k=>k!=="").map((k,L)=>L>2?Number.parseFloat(k):Number.parseInt(k,10));if(n.length===4?this._alpha=Number.parseFloat(n[3])*100:n.length===3&&(this._alpha=100),n.length>=3){const{h:k,s:L,v:$}=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?(k=parseHexChannel(n[0]+n[0]),L=parseHexChannel(n[1]+n[1]),$=parseHexChannel(n[2]+n[2])):(n.length===6||n.length===8)&&(k=parseHexChannel(n.slice(0,2)),L=parseHexChannel(n.slice(2,4)),$=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:k,format:L}=this;if(this.enableAlpha)switch(L){case"hsl":{const $=hsv2hsl(t,y/100,n/100);this.value=`hsla(${t}, ${Math.round($[1]*100)}%, ${Math.round($[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(hsv2rgb(t,y,n))}${hexOne(k*255/100)}`;break}default:{const{r:$,g:j,b:V}=hsv2rgb(t,y,n);this.value=`rgba(${$}, ${j}, ${V}, ${this.get("alpha")/100})`}}else switch(L){case"hsl":{const $=hsv2hsl(t,y/100,n/100);this.value=`hsl(${t}, ${Math.round($[1]*100)}%, ${Math.round($[2]*100)}%)`;break}case"hsv":{this.value=`hsv(${t}, ${Math.round(y)}%, ${Math.round(n)}%)`;break}case"rgb":{const{r:$,g:j,b:V}=hsv2rgb(t,y,n);this.value=`rgb(${$}, ${j}, ${V})`;break}default:this.value=toHex(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(L(e.colors,e.color));watch(()=>y.value,$=>{const j=new Color;j.fromString($),n.value.forEach(V=>{V.selected=j.compare(V)})}),watchEffect(()=>{n.value=L(e.colors,e.color)});function k($){e.color.fromString(e.colors[$])}function L($,j){return $.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:k,ns:t}}});function _sfc_render$p(e,t,y,n,k,L){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,($,j)=>(openBlock(),createElementBlock("div",{key:e.colors[j],class:normalizeClass([e.ns.e("color-selector"),e.ns.is("alpha",$._alpha<100),{selected:$.selected}]),onClick:V=>e.handleSelect(j)},[createBaseVNode("div",{style:normalizeStyle({backgroundColor:$.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),k=ref$1(0),L=ref$1("hsl(0, 100%, 50%)"),$=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"),ie=y.vnode.el,{clientWidth:oe,clientHeight:ue}=ie;k.value=z*oe/100,n.value=(100-re)*ue/100,L.value=`hsl(${e.color.get("hue")}, 100%, 50%)`}function V(z){const ie=y.vnode.el.getBoundingClientRect(),{clientX:oe,clientY:ue}=getClientXY(z);let de=oe-ie.left,pe=ue-ie.top;de=Math.max(0,de),de=Math.min(de,ie.width),pe=Math.max(0,pe),pe=Math.min(pe,ie.height),k.value=de,n.value=pe,e.color.set({saturation:de/ie.width*100,value:100-pe/ie.height*100})}return watch(()=>$.value,()=>{j()}),onMounted(()=>{draggable(y.vnode.el,{drag:z=>{V(z)},end:z=>{V(z)}}),j()}),{cursorTop:n,cursorLeft:k,background:L,colorValue:$,handleDrag:V,update:j,ns:t}}});function _sfc_render$o(e,t,y,n,k,L){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:k}=useLocale(),L=useNamespace("color"),{formItem:$}=useFormItem(),j=useFormSize(),V=useFormDisabled(),{inputId:z,isLabeledByFormItem:re}=useFormItemInputId(n,{formItemContext:$}),ie=ref$1(),oe=ref$1(),ue=ref$1(),de=ref$1(),pe=ref$1(),Ie=ref$1(),{isFocused:he,handleFocus:Ce,handleBlur:_e}=useFocusController(pe,{beforeFocus(){return V.value},beforeBlur(jr){var Hr;return(Hr=de.value)==null?void 0:Hr.isFocusInsideContent(jr)},afterBlur(){nr(!1),hr()}});let Ne=!0;const Fe=reactive(new Color({enableAlpha:n.showAlpha,format:n.colorFormat||"",value:n.modelValue})),Ue=ref$1(!1),kt=ref$1(!1),Et=ref$1(""),Ve=computed(()=>!n.modelValue&&!kt.value?"transparent":ar(Fe,n.showAlpha)),qe=computed(()=>!n.modelValue&&!kt.value?"":Fe.value),jt=computed(()=>re.value?void 0:n.ariaLabel||k("el.colorpicker.defaultLabel")),tr=computed(()=>re.value?$==null?void 0:$.labelId:void 0),rr=computed(()=>[L.b("picker"),L.is("disabled",V.value),L.bm("picker",j.value),L.is("focused",he.value)]);function ar(jr,Hr){if(!(jr instanceof Color))throw new TypeError("color should be instance of _color Class");const{r:Vr,g:zr,b:Sr}=jr.toRgb();return Hr?`rgba(${Vr}, ${zr}, ${Sr}, ${jr.get("alpha")/100})`:`rgb(${Vr}, ${zr}, ${Sr})`}function nr(jr){Ue.value=jr}const ur=debounce(nr,100,{leading:!0});function cr(){V.value||nr(!0)}function _r(){ur(!1),hr()}function hr(){nextTick$1(()=>{n.modelValue?Fe.fromString(n.modelValue):(Fe.value="",nextTick$1(()=>{kt.value=!1}))})}function Er(){V.value||ur(!Ue.value)}function kr(){Fe.fromString(Et.value)}function xr(){const jr=Fe.value;y(UPDATE_MODEL_EVENT,jr),y("change",jr),n.validateEvent&&($==null||$.validate("change").catch(Hr=>void 0)),ur(!1),nextTick$1(()=>{const Hr=new Color({enableAlpha:n.showAlpha,format:n.colorFormat||"",value:n.modelValue});Fe.compare(Hr)||hr()})}function yr(){ur(!1),y(UPDATE_MODEL_EVENT,null),y("change",null),n.modelValue!==null&&n.validateEvent&&($==null||$.validate("change").catch(jr=>void 0)),hr()}function br(){Ue.value&&(_r(),he.value&&mr())}function Ir(jr){jr.preventDefault(),jr.stopPropagation(),nr(!1),hr()}function Mr(jr){switch(jr.code){case EVENT_CODE.enter:case EVENT_CODE.space:jr.preventDefault(),jr.stopPropagation(),cr(),Ie.value.focus();break;case EVENT_CODE.esc:Ir(jr);break}}function mr(){pe.value.focus()}function gr(){pe.value.blur()}return onMounted(()=>{n.modelValue&&(Et.value=qe.value)}),watch(()=>n.modelValue,jr=>{jr?jr&&jr!==Fe.value&&(Ne=!1,Fe.fromString(jr)):kt.value=!1}),watch(()=>qe.value,jr=>{Et.value=jr,Ne&&y("activeChange",jr),Ne=!0}),watch(()=>Fe.value,()=>{!n.modelValue&&!kt.value&&(kt.value=!0)}),watch(()=>Ue.value,()=>{nextTick$1(()=>{var jr,Hr,Vr;(jr=ie.value)==null||jr.update(),(Hr=oe.value)==null||Hr.update(),(Vr=ue.value)==null||Vr.update()})}),provide(colorPickerContextKey,{currentColor:qe}),t({color:Fe,show:cr,hide:_r,focus:mr,blur:gr}),(jr,Hr)=>(openBlock(),createBlock(unref(ElTooltip),{ref_key:"popper",ref:de,visible:Ue.value,"show-arrow":!1,"fallback-placements":["bottom","top","right","left"],offset:0,"gpu-acceleration":!1,"popper-class":[unref(L).be("picker","panel"),unref(L).b("dropdown"),jr.popperClass],"stop-popper-mouse-event":!1,effect:"light",trigger:"click",teleported:jr.teleported,transition:`${unref(L).namespace.value}-zoom-in-top`,persistent:"",onHide:Vr=>nr(!1)},{content:withCtx(()=>[withDirectives((openBlock(),createElementBlock("div",{onKeydown:withKeys(Ir,["esc"])},[createBaseVNode("div",{class:normalizeClass(unref(L).be("dropdown","main-wrapper"))},[createVNode(HueSlider,{ref_key:"hue",ref:ie,class:"hue-slider",color:unref(Fe),vertical:""},null,8,["color"]),createVNode(SvPanel,{ref_key:"sv",ref:oe,color:unref(Fe)},null,8,["color"])],2),jr.showAlpha?(openBlock(),createBlock(AlphaSlider,{key:0,ref_key:"alpha",ref:ue,color:unref(Fe)},null,8,["color"])):createCommentVNode("v-if",!0),jr.predefine?(openBlock(),createBlock(Predefine,{key:1,ref:"predefine","enable-alpha":jr.showAlpha,color:unref(Fe),colors:jr.predefine},null,8,["enable-alpha","color","colors"])):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(L).be("dropdown","btns"))},[createBaseVNode("span",{class:normalizeClass(unref(L).be("dropdown","value"))},[createVNode(unref(ElInput),{ref_key:"inputRef",ref:Ie,modelValue:Et.value,"onUpdate:modelValue":Vr=>Et.value=Vr,"validate-event":!1,size:"small",onKeyup:withKeys(kr,["enter"]),onBlur:kr},null,8,["modelValue","onUpdate:modelValue","onKeyup"])],2),createVNode(unref(ElButton),{class:normalizeClass(unref(L).be("dropdown","link-btn")),text:"",size:"small",onClick:yr},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(k)("el.colorpicker.clear")),1)]),_:1},8,["class"]),createVNode(unref(ElButton),{plain:"",size:"small",class:normalizeClass(unref(L).be("dropdown","btn")),onClick:xr},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(k)("el.colorpicker.confirm")),1)]),_:1},8,["class"])],2)],40,["onKeydown"])),[[unref(ClickOutside),br]])]),default:withCtx(()=>[createBaseVNode("div",mergeProps({id:unref(z),ref_key:"triggerRef",ref:pe},jr.$attrs,{class:unref(rr),role:"button","aria-label":unref(jt),"aria-labelledby":unref(tr),"aria-description":unref(k)("el.colorpicker.description",{color:jr.modelValue||""}),"aria-disabled":unref(V),tabindex:unref(V)?-1:jr.tabindex,onKeydown:Mr,onFocus:unref(Ce),onBlur:unref(_e)}),[unref(V)?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(L).be("picker","mask"))},null,2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(L).be("picker","trigger")),onClick:Er},[createBaseVNode("span",{class:normalizeClass([unref(L).be("picker","color"),unref(L).is("alpha",jr.showAlpha)])},[createBaseVNode("span",{class:normalizeClass(unref(L).be("picker","color-inner")),style:normalizeStyle({backgroundColor:unref(Ve)})},[withDirectives(createVNode(unref(ElIcon),{class:normalizeClass([unref(L).be("picker","icon"),unref(L).is("icon-arrow-down")])},{default:withCtx(()=>[createVNode(unref(arrow_down_default))]),_:1},8,["class"]),[[vShow,jr.modelValue||kt.value]]),withDirectives(createVNode(unref(ElIcon),{class:normalizeClass([unref(L).be("picker","empty"),unref(L).is("icon-close")])},{default:withCtx(()=>[createVNode(unref(close_default))]),_:1},8,["class"]),[[vShow,!jr.modelValue&&!kt.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"),k=computed(()=>t.direction==="vertical"?!0:t.direction==="horizontal"?!1:y&&y.default?y.default().some($=>{const j=$.type.name;return j==="ElHeader"||j==="ElFooter"}):!1);return(L,$)=>(openBlock(),createElementBlock("section",{class:normalizeClass([unref(n).b(),unref(n).is("vertical",unref(k))])},[renderSlot(L.$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,L)=>(openBlock(),createElementBlock("aside",{class:normalizeClass(unref(y).b()),style:normalizeStyle(unref(n))},[renderSlot(k.$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,L)=>(openBlock(),createElementBlock("footer",{class:normalizeClass(unref(y).b()),style:normalizeStyle(unref(n))},[renderSlot(k.$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,L)=>(openBlock(),createElementBlock("header",{class:normalizeClass(unref(y).b()),style:normalizeStyle(unref(n))},[renderSlot(k.$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 k=n.prototype,L=k.format;k.format=function($){var j=this,V=this.$locale();if(!this.isValid())return L.bind(this)($);var z=this.$utils(),re=($||"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(ie){switch(ie){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(),ie==="w"?1:2,"0");case"W":case"WW":return z.s(j.isoWeek(),ie==="W"?1:2,"0");case"k":case"kk":return z.s(String(j.$H===0?24:j.$H),ie==="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 ie}});return L.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=L.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=$(this).startOf(n).add(1,n).date(z),ie=$(this).endOf(y);if(re.isBefore(ie))return 1}var oe=$(this).startOf(n).date(z).startOf(y).subtract(1,"millisecond"),ue=this.diff(oe,y,!0);return ue<0?$(this).startOf("week").week():Math.ceil(ue)},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 k=this.month(),L=this.week(),$=this.year();return L===1&&k===11?$+1:k===0&&L>=52?$-1:$}}})})(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,k){n.prototype.dayOfYear=function(L){var $=Math.round((k(this).startOf("day")-k(this).startOf("year"))/864e5)+1;return L==null?$:this.add(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,L){return this.isSame(k,L)||this.isAfter(k,L)}}})})(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,L){return this.isSame(k,L)||this.isBefore(k,L)}}})})(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$2(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 k;if(isArray$2(e)){let[L,$]=e.map(j=>dayjs(j).locale(t));return n||($=L.add(1,y)),[L,$]}else e?k=dayjs(e):k=dayjs();return k=k.locale(t),[k,k.add(1,y)]},buildPickerTable=(e,t,{columnIndexOffset:y,startDate:n,nextEndDate:k,now:L,unit:$,relativeDateGetter:j,setCellMetadata:V,setRowMetadata:z})=>{for(let re=0;re<e.row;re++){const ie=t[re];for(let oe=0;oe<e.column;oe++){let ue=ie[oe+y];ue||(ue={row:re,column:oe,type:"normal",inRange:!1,start:!1,end:!1});const de=re*e.column+oe,pe=j(de);ue.dayjs=pe,ue.date=pe.toDate(),ue.timestamp=pe.valueOf(),ue.type="normal",ue.inRange=!!(n&&pe.isSameOrAfter(n,$)&&k&&pe.isSameOrBefore(k,$))||!!(n&&pe.isSameOrBefore(n,$)&&k&&pe.isSameOrAfter(k,$)),n!=null&&n.isSameOrAfter(k)?(ue.start=!!k&&pe.isSame(k,$),ue.end=n&&pe.isSame(n,$)):(ue.start=!!n&&pe.isSame(n,$),ue.end=!!k&&pe.isSame(k,$)),pe.isSame(L,$)&&(ue.type="today"),V==null||V(ue,{rowIndex:re,columnIndex:oe}),ie[oe+y]=ue}z==null||z(ie)}},isNormalDay=(e="")=>["normal","today"].includes(e),useBasicDateTable=(e,t)=>{const{lang:y}=useLocale(),n=ref$1(),k=ref$1(),L=ref$1(),$=ref$1(),j=ref$1([[],[],[],[],[],[]]);let V=!1;const z=e.date.$locale().weekStart||7,re=e.date.locale("en").localeData().weekdaysShort().map(hr=>hr.toLowerCase()),ie=computed(()=>z>3?7-z:-z),oe=computed(()=>{const hr=e.date.startOf("month");return hr.subtract(hr.day()||7,"day")}),ue=computed(()=>re.concat(re).slice(z,z+7)),de=computed(()=>flatten(unref(Ne)).some(hr=>hr.isCurrent)),pe=computed(()=>{const hr=e.date.startOf("month"),Er=hr.day()||7,kr=hr.daysInMonth(),xr=hr.subtract(1,"month").daysInMonth();return{startOfMonthDay:Er,dateCountOfMonth:kr,dateCountOfLastMonth:xr}}),Ie=computed(()=>e.selectionMode==="dates"?castArray(e.parsedValue):[]),he=(hr,{count:Er,rowIndex:kr,columnIndex:xr})=>{const{startOfMonthDay:yr,dateCountOfMonth:br,dateCountOfLastMonth:Ir}=unref(pe),Mr=unref(ie);if(kr>=0&&kr<=1){const mr=yr+Mr<0?7+yr+Mr:yr+Mr;if(xr+kr*7>=mr)return hr.text=Er,!0;hr.text=Ir-(mr-xr%7)+1+kr*7,hr.type="prev-month"}else return Er<=br?hr.text=Er:(hr.text=Er-br,hr.type="next-month"),!0;return!1},Ce=(hr,{columnIndex:Er,rowIndex:kr},xr)=>{const{disabledDate:yr,cellClassName:br}=e,Ir=unref(Ie),Mr=he(hr,{count:xr,rowIndex:kr,columnIndex:Er}),mr=hr.dayjs.toDate();return hr.selected=Ir.find(gr=>gr.isSame(hr.dayjs,"day")),hr.isSelected=!!hr.selected,hr.isCurrent=Ue(hr),hr.disabled=yr==null?void 0:yr(mr),hr.customClass=br==null?void 0:br(mr),Mr},_e=hr=>{if(e.selectionMode==="week"){const[Er,kr]=e.showWeekNumber?[1,7]:[0,6],xr=_r(hr[Er+1]);hr[Er].inRange=xr,hr[Er].start=xr,hr[kr].inRange=xr,hr[kr].end=xr}},Ne=computed(()=>{const{minDate:hr,maxDate:Er,rangeState:kr,showWeekNumber:xr}=e,yr=unref(ie),br=unref(j),Ir="day";let Mr=1;if(xr)for(let mr=0;mr<6;mr++)br[mr][0]||(br[mr][0]={type:"week",text:unref(oe).add(mr*7+1,Ir).week()});return buildPickerTable({row:6,column:7},br,{startDate:hr,columnIndexOffset:xr?1:0,nextEndDate:kr.endDate||Er||kr.selecting&&hr||null,now:dayjs().locale(unref(y)).startOf(Ir),unit:Ir,relativeDateGetter:mr=>unref(oe).add(mr-yr,Ir),setCellMetadata:(...mr)=>{Ce(...mr,Mr)&&(Mr+=1)},setRowMetadata:_e}),br});watch(()=>e.date,async()=>{var hr;(hr=unref(n))!=null&&hr.contains(document.activeElement)&&(await nextTick$1(),await Fe())});const Fe=async()=>{var hr;return(hr=unref(k))==null?void 0:hr.focus()},Ue=hr=>e.selectionMode==="date"&&isNormalDay(hr.type)&&kt(hr,e.parsedValue),kt=(hr,Er)=>Er?dayjs(Er).locale(unref(y)).isSame(e.date.date(Number(hr.text)),"day"):!1,Et=(hr,Er)=>{const kr=hr*7+(Er-(e.showWeekNumber?1:0))-unref(ie);return unref(oe).add(kr,"day")},Ve=hr=>{var Er;if(!e.rangeState.selecting)return;let kr=hr.target;if(kr.tagName==="SPAN"&&(kr=(Er=kr.parentNode)==null?void 0:Er.parentNode),kr.tagName==="DIV"&&(kr=kr.parentNode),kr.tagName!=="TD")return;const xr=kr.parentNode.rowIndex-1,yr=kr.cellIndex;unref(Ne)[xr][yr].disabled||(xr!==unref(L)||yr!==unref($))&&(L.value=xr,$.value=yr,t("changerange",{selecting:!0,endDate:Et(xr,yr)}))},qe=hr=>!unref(de)&&(hr==null?void 0:hr.text)===1&&hr.type==="normal"||hr.isCurrent,jt=hr=>{V||unref(de)||e.selectionMode!=="date"||cr(hr,!0)},tr=hr=>{hr.target.closest("td")&&(V=!0)},rr=hr=>{hr.target.closest("td")&&(V=!1)},ar=hr=>{!e.rangeState.selecting||!e.minDate?(t("pick",{minDate:hr,maxDate:null}),t("select",!0)):(hr>=e.minDate?t("pick",{minDate:e.minDate,maxDate:hr}):t("pick",{minDate:hr,maxDate:e.minDate}),t("select",!1))},nr=hr=>{const Er=hr.week(),kr=`${hr.year()}w${Er}`;t("pick",{year:hr.year(),week:Er,value:kr,date:hr.startOf("week")})},ur=(hr,Er)=>{const kr=Er?castArray(e.parsedValue).filter(xr=>(xr==null?void 0:xr.valueOf())!==hr.valueOf()):castArray(e.parsedValue).concat([hr]);t("pick",kr)},cr=(hr,Er=!1)=>{const kr=hr.target.closest("td");if(!kr)return;const xr=kr.parentNode.rowIndex-1,yr=kr.cellIndex,br=unref(Ne)[xr][yr];if(br.disabled||br.type==="week")return;const Ir=Et(xr,yr);switch(e.selectionMode){case"range":{ar(Ir);break}case"date":{t("pick",Ir,Er);break}case"week":{nr(Ir);break}case"dates":{ur(Ir,!!br.selected);break}}},_r=hr=>{if(e.selectionMode!=="week")return!1;let Er=e.date.startOf("day");if(hr.type==="prev-month"&&(Er=Er.subtract(1,"month")),hr.type==="next-month"&&(Er=Er.add(1,"month")),Er=Er.date(Number.parseInt(hr.text,10)),e.parsedValue&&!Array.isArray(e.parsedValue)){const kr=(e.parsedValue.day()-z+7)%7-1;return e.parsedValue.subtract(kr,"day").isSame(Er,"day")}return!1};return{WEEKS:ue,rows:Ne,tbodyRef:n,currentCellRef:k,focus:Fe,isCurrent:Ue,isWeekActive:_r,isSelectedCell:qe,handlePickDate:cr,handleMouseUp:rr,handleMouseDown:tr,handleMouseMove:Ve,handleFocus:jt}},useBasicDateTableDOM=(e,{isCurrent:t,isWeekActive:y})=>{const n=useNamespace("date-table"),{t:k}=useLocale(),L=computed(()=>[n.b(),{"is-week-mode":e.selectionMode==="week"}]),$=computed(()=>k("el.datepicker.dateTablePrompt")),j=computed(()=>k("el.datepicker.week"));return{tableKls:L,tableLabel:$,weekLabel:j,getCellClasses:re=>{const ie=[];return isNormalDay(re.type)&&!re.disabled?(ie.push("available"),re.type==="today"&&ie.push("today")):ie.push(re.type),t(re)&&ie.push("current"),re.inRange&&(isNormalDay(re.type)||e.selectionMode==="week")&&(ie.push("in-range"),re.start&&ie.push("start-date"),re.end&&ie.push("end-date")),re.disabled&&ie.push("disabled"),re.selected&&ie.push("selected"),re.customClass&&ie.push(re.customClass),ie.join(" ")},getRowKls:re=>[n.e("row"),{current:y(re)}],t:k}},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 k;return[createVNode("div",{class:t.b()},[createVNode("span",{class:t.e("text")},[(k=n==null?void 0:n.renderText)!=null?k: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:k,rows:L,tbodyRef:$,currentCellRef:j,focus:V,isCurrent:z,isWeekActive:re,isSelectedCell:ie,handlePickDate:oe,handleMouseUp:ue,handleMouseDown:de,handleMouseMove:pe,handleFocus:Ie}=useBasicDateTable(n,y),{tableLabel:he,tableKls:Ce,weekLabel:_e,getCellClasses:Ne,getRowKls:Fe,t:Ue}=useBasicDateTableDOM(n,{isCurrent:z,isWeekActive:re});return t({focus:V}),(kt,Et)=>(openBlock(),createElementBlock("table",{"aria-label":unref(he),class:normalizeClass(unref(Ce)),cellspacing:"0",cellpadding:"0",role:"grid",onClick:unref(oe),onMousemove:unref(pe),onMousedown:withModifiers(unref(de),["prevent"]),onMouseup:unref(ue)},[createBaseVNode("tbody",{ref_key:"tbodyRef",ref:$},[createBaseVNode("tr",null,[kt.showWeekNumber?(openBlock(),createElementBlock("th",{key:0,scope:"col"},toDisplayString(unref(_e)),1)):createCommentVNode("v-if",!0),(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(k),(Ve,qe)=>(openBlock(),createElementBlock("th",{key:qe,"aria-label":unref(Ue)("el.datepicker.weeksFull."+Ve),scope:"col"},toDisplayString(unref(Ue)("el.datepicker.weeks."+Ve)),9,["aria-label"]))),128))]),(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(L),(Ve,qe)=>(openBlock(),createElementBlock("tr",{key:qe,class:normalizeClass(unref(Fe)(Ve[1]))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(Ve,(jt,tr)=>(openBlock(),createElementBlock("td",{key:`${qe}.${tr}`,ref_for:!0,ref:rr=>unref(ie)(jt)&&(j.value=rr),class:normalizeClass(unref(Ne)(jt)),"aria-current":jt.isCurrent?"date":void 0,"aria-selected":jt.isCurrent,tabindex:unref(ie)(jt)?0:-1,onFocus:unref(Ie)},[createVNode(unref(ElDatePickerCell),{cell:jt},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,k=(Ne,Fe,Ue)=>{const kt=dayjs().locale(Ue).startOf("month").month(Fe).year(Ne),Et=kt.daysInMonth();return rangeArr(Et).map(Ve=>kt.add(Ve,"day").toDate())},L=useNamespace("month-table"),{t:$,lang:j}=useLocale(),V=ref$1(),z=ref$1(),re=ref$1(n.date.locale("en").localeData().monthsShort().map(Ne=>Ne.toLowerCase())),ie=ref$1([[],[],[]]),oe=ref$1(),ue=ref$1(),de=computed(()=>{var Ne,Fe;const Ue=ie.value,kt=dayjs().locale(j.value).startOf("month");for(let Et=0;Et<3;Et++){const Ve=Ue[Et];for(let qe=0;qe<4;qe++){const jt=Ve[qe]||(Ve[qe]={row:Et,column:qe,type:"normal",inRange:!1,start:!1,end:!1,text:-1,disabled:!1});jt.type="normal";const tr=Et*4+qe,rr=n.date.startOf("year").month(tr),ar=n.rangeState.endDate||n.maxDate||n.rangeState.selecting&&n.minDate||null;jt.inRange=!!(n.minDate&&rr.isSameOrAfter(n.minDate,"month")&&ar&&rr.isSameOrBefore(ar,"month"))||!!(n.minDate&&rr.isSameOrBefore(n.minDate,"month")&&ar&&rr.isSameOrAfter(ar,"month")),(Ne=n.minDate)!=null&&Ne.isSameOrAfter(ar)?(jt.start=!!(ar&&rr.isSame(ar,"month")),jt.end=n.minDate&&rr.isSame(n.minDate,"month")):(jt.start=!!(n.minDate&&rr.isSame(n.minDate,"month")),jt.end=!!(ar&&rr.isSame(ar,"month"))),kt.isSame(rr)&&(jt.type="today"),jt.text=tr,jt.disabled=((Fe=n.disabledDate)==null?void 0:Fe.call(n,rr.toDate()))||!1}}return Ue}),pe=()=>{var Ne;(Ne=z.value)==null||Ne.focus()},Ie=Ne=>{const Fe={},Ue=n.date.year(),kt=new Date,Et=Ne.text;return Fe.disabled=n.disabledDate?k(Ue,Et,j.value).every(n.disabledDate):!1,Fe.current=castArray(n.parsedValue).findIndex(Ve=>dayjs.isDayjs(Ve)&&Ve.year()===Ue&&Ve.month()===Et)>=0,Fe.today=kt.getFullYear()===Ue&&kt.getMonth()===Et,Ne.inRange&&(Fe["in-range"]=!0,Ne.start&&(Fe["start-date"]=!0),Ne.end&&(Fe["end-date"]=!0)),Fe},he=Ne=>{const Fe=n.date.year(),Ue=Ne.text;return castArray(n.date).findIndex(kt=>kt.year()===Fe&&kt.month()===Ue)>=0},Ce=Ne=>{var Fe;if(!n.rangeState.selecting)return;let Ue=Ne.target;if(Ue.tagName==="SPAN"&&(Ue=(Fe=Ue.parentNode)==null?void 0:Fe.parentNode),Ue.tagName==="DIV"&&(Ue=Ue.parentNode),Ue.tagName!=="TD")return;const kt=Ue.parentNode.rowIndex,Et=Ue.cellIndex;de.value[kt][Et].disabled||(kt!==oe.value||Et!==ue.value)&&(oe.value=kt,ue.value=Et,y("changerange",{selecting:!0,endDate:n.date.startOf("year").month(kt*4+Et)}))},_e=Ne=>{var Fe;const Ue=(Fe=Ne.target)==null?void 0:Fe.closest("td");if((Ue==null?void 0:Ue.tagName)!=="TD"||hasClass(Ue,"disabled"))return;const kt=Ue.cellIndex,Ve=Ue.parentNode.rowIndex*4+kt,qe=n.date.startOf("year").month(Ve);if(n.selectionMode==="months"){if(Ne.type==="keydown"){y("pick",castArray(n.parsedValue),!1);return}const jt=n.date.startOf("month").month(Ve),tr=hasClass(Ue,"current")?castArray(n.parsedValue).filter(rr=>Number(rr)!==Number(jt)):castArray(n.parsedValue).concat([dayjs(jt)]);y("pick",tr)}else n.selectionMode==="range"?n.rangeState.selecting?(n.minDate&&qe>=n.minDate?y("pick",{minDate:n.minDate,maxDate:qe}):y("pick",{minDate:qe,maxDate:n.minDate}),y("select",!1)):(y("pick",{minDate:qe,maxDate:null}),y("select",!0)):y("pick",Ve)};return watch(()=>n.date,async()=>{var Ne,Fe;(Ne=V.value)!=null&&Ne.contains(document.activeElement)&&(await nextTick$1(),(Fe=z.value)==null||Fe.focus())}),t({focus:pe}),(Ne,Fe)=>(openBlock(),createElementBlock("table",{role:"grid","aria-label":unref($)("el.datepicker.monthTablePrompt"),class:normalizeClass(unref(L).b()),onClick:_e,onMousemove:Ce},[createBaseVNode("tbody",{ref_key:"tbodyRef",ref:V},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(de),(Ue,kt)=>(openBlock(),createElementBlock("tr",{key:kt},[(openBlock(!0),createElementBlock(Fragment,null,renderList(Ue,(Et,Ve)=>(openBlock(),createElementBlock("td",{key:Ve,ref_for:!0,ref:qe=>he(Et)&&(z.value=qe),class:normalizeClass(Ie(Et)),"aria-selected":`${he(Et)}`,"aria-label":unref($)(`el.datepicker.month${+Et.text+1}`),tabindex:he(Et)?0:-1,onKeydown:[withKeys(withModifiers(_e,["prevent","stop"]),["space"]),withKeys(withModifiers(_e,["prevent","stop"]),["enter"])]},[createVNode(unref(ElDatePickerCell),{cell:{...Et,renderText:unref($)("el.datepicker.months."+re.value[Et.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,k=(Ne,Fe)=>{const Ue=dayjs(String(Ne)).locale(Fe).startOf("year"),Et=Ue.endOf("year").dayOfYear();return rangeArr(Et).map(Ve=>Ue.add(Ve,"day").toDate())},L=useNamespace("year-table"),{t:$,lang:j}=useLocale(),V=ref$1(),z=ref$1(),re=computed(()=>Math.floor(n.date.year()/10)*10),ie=ref$1([[],[],[]]),oe=ref$1(),ue=ref$1(),de=computed(()=>{var Ne;const Fe=ie.value,Ue=dayjs().locale(j.value).startOf("year");for(let kt=0;kt<3;kt++){const Et=Fe[kt];for(let Ve=0;Ve<4&&!(kt*4+Ve>=10);Ve++){let qe=Et[Ve];qe||(qe={row:kt,column:Ve,type:"normal",inRange:!1,start:!1,end:!1,text:-1,disabled:!1}),qe.type="normal";const jt=kt*4+Ve+re.value,tr=dayjs().year(jt),rr=n.rangeState.endDate||n.maxDate||n.rangeState.selecting&&n.minDate||null;qe.inRange=!!(n.minDate&&tr.isSameOrAfter(n.minDate,"year")&&rr&&tr.isSameOrBefore(rr,"year"))||!!(n.minDate&&tr.isSameOrBefore(n.minDate,"year")&&rr&&tr.isSameOrAfter(rr,"year")),(Ne=n.minDate)!=null&&Ne.isSameOrAfter(rr)?(qe.start=!!(rr&&tr.isSame(rr,"year")),qe.end=!!(n.minDate&&tr.isSame(n.minDate,"year"))):(qe.start=!!(n.minDate&&tr.isSame(n.minDate,"year")),qe.end=!!(rr&&tr.isSame(rr,"year"))),Ue.isSame(tr)&&(qe.type="today"),qe.text=jt;const nr=tr.toDate();qe.disabled=n.disabledDate&&n.disabledDate(nr)||!1,Et[Ve]=qe}}return Fe}),pe=()=>{var Ne;(Ne=z.value)==null||Ne.focus()},Ie=Ne=>{const Fe={},Ue=dayjs().locale(j.value),kt=Ne.text;return Fe.disabled=n.disabledDate?k(kt,j.value).every(n.disabledDate):!1,Fe.today=Ue.year()===kt,Fe.current=castArray(n.parsedValue).findIndex(Et=>Et.year()===kt)>=0,Ne.inRange&&(Fe["in-range"]=!0,Ne.start&&(Fe["start-date"]=!0),Ne.end&&(Fe["end-date"]=!0)),Fe},he=Ne=>{const Fe=Ne.text;return castArray(n.date).findIndex(Ue=>Ue.year()===Fe)>=0},Ce=Ne=>{var Fe;const Ue=(Fe=Ne.target)==null?void 0:Fe.closest("td");if(!Ue||!Ue.textContent||hasClass(Ue,"disabled"))return;const kt=Ue.cellIndex,Ve=Ue.parentNode.rowIndex*4+kt+re.value,qe=dayjs().year(Ve);if(n.selectionMode==="range")n.rangeState.selecting?(n.minDate&&qe>=n.minDate?y("pick",{minDate:n.minDate,maxDate:qe}):y("pick",{minDate:qe,maxDate:n.minDate}),y("select",!1)):(y("pick",{minDate:qe,maxDate:null}),y("select",!0));else if(n.selectionMode==="years"){if(Ne.type==="keydown"){y("pick",castArray(n.parsedValue),!1);return}const jt=hasClass(Ue,"current")?castArray(n.parsedValue).filter(tr=>(tr==null?void 0:tr.year())!==Ve):castArray(n.parsedValue).concat([qe]);y("pick",jt)}else y("pick",Ve)},_e=Ne=>{var Fe;if(!n.rangeState.selecting)return;const Ue=(Fe=Ne.target)==null?void 0:Fe.closest("td");if(!Ue)return;const kt=Ue.parentNode.rowIndex,Et=Ue.cellIndex;de.value[kt][Et].disabled||(kt!==oe.value||Et!==ue.value)&&(oe.value=kt,ue.value=Et,y("changerange",{selecting:!0,endDate:dayjs().year(re.value).add(kt*4+Et,"year")}))};return watch(()=>n.date,async()=>{var Ne,Fe;(Ne=V.value)!=null&&Ne.contains(document.activeElement)&&(await nextTick$1(),(Fe=z.value)==null||Fe.focus())}),t({focus:pe}),(Ne,Fe)=>(openBlock(),createElementBlock("table",{role:"grid","aria-label":unref($)("el.datepicker.yearTablePrompt"),class:normalizeClass(unref(L).b()),onClick:Ce,onMousemove:_e},[createBaseVNode("tbody",{ref_key:"tbodyRef",ref:V},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(de),(Ue,kt)=>(openBlock(),createElementBlock("tr",{key:kt},[(openBlock(!0),createElementBlock(Fragment,null,renderList(Ue,(Et,Ve)=>(openBlock(),createElementBlock("td",{key:`${kt}_${Ve}`,ref_for:!0,ref:qe=>he(Et)&&(z.value=qe),class:normalizeClass(["available",Ie(Et)]),"aria-selected":he(Et),"aria-label":String(Et.text),tabindex:he(Et)?0:-1,onKeydown:[withKeys(withModifiers(Ce,["prevent","stop"]),["space"]),withKeys(withModifiers(Ce,["prevent","stop"]),["enter"])]},[createVNode(unref(ElDatePickerCell),{cell:Et},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=(Ar,On,kn)=>!0,k=useNamespace("picker-panel"),L=useNamespace("date-picker"),$=useAttrs$1(),j=useSlots(),{t:V,lang:z}=useLocale(),re=inject("EP_PICKER_BASE"),ie=inject(TOOLTIP_INJECTION_KEY),{shortcuts:oe,disabledDate:ue,cellClassName:de,defaultTime:pe}=re.props,Ie=toRef$1(re.props,"defaultValue"),he=ref$1(),Ce=ref$1(dayjs().locale(z.value)),_e=ref$1(!1);let Ne=!1;const Fe=computed(()=>dayjs(pe).locale(z.value)),Ue=computed(()=>Ce.value.month()),kt=computed(()=>Ce.value.year()),Et=ref$1([]),Ve=ref$1(null),qe=ref$1(null),jt=Ar=>Et.value.length>0?n(Ar,Et.value,y.format||"HH:mm:ss"):!0,tr=Ar=>pe&&!Br.value&&!_e.value&&!Ne?Fe.value.year(Ar.year()).month(Ar.month()).date(Ar.date()):mr.value?Ar.millisecond(0):Ar.startOf("day"),rr=(Ar,...On)=>{if(!Ar)t("pick",Ar,...On);else if(isArray$2(Ar)){const kn=Ar.map(tr);t("pick",kn,...On)}else t("pick",tr(Ar),...On);Ve.value=null,qe.value=null,_e.value=!1,Ne=!1},ar=async(Ar,On)=>{if(Er.value==="date"){Ar=Ar;let kn=y.parsedValue?y.parsedValue.year(Ar.year()).month(Ar.month()).date(Ar.date()):Ar;jt(kn)||(kn=Et.value[0][0].year(Ar.year()).month(Ar.month()).date(Ar.date())),Ce.value=kn,rr(kn,mr.value||On),y.type==="datetime"&&(await nextTick$1(),Go())}else Er.value==="week"?rr(Ar.date):Er.value==="dates"&&rr(Ar,!0)},nr=Ar=>{const On=Ar?"add":"subtract";Ce.value=Ce.value[On](1,"month"),Gr("month")},ur=Ar=>{const On=Ce.value,kn=Ar?"add":"subtract";Ce.value=cr.value==="year"?On[kn](10,"year"):On[kn](1,"year"),Gr("year")},cr=ref$1("date"),_r=computed(()=>{const Ar=V("el.datepicker.year");if(cr.value==="year"){const On=Math.floor(kt.value/10)*10;return Ar?`${On} ${Ar} - ${On+9} ${Ar}`:`${On} - ${On+9}`}return`${kt.value} ${Ar}`}),hr=Ar=>{const On=isFunction$4(Ar.value)?Ar.value():Ar.value;if(On){Ne=!0,rr(dayjs(On).locale(z.value));return}Ar.onClick&&Ar.onClick({attrs:$,slots:j,emit:t})},Er=computed(()=>{const{type:Ar}=y;return["week","month","months","year","years","dates"].includes(Ar)?Ar:"date"}),kr=computed(()=>Er.value==="dates"||Er.value==="months"||Er.value==="years"),xr=computed(()=>Er.value==="date"?cr.value:Er.value),yr=computed(()=>!!oe.length),br=async(Ar,On)=>{Er.value==="month"?(Ce.value=Ce.value.startOf("month").month(Ar),rr(Ce.value,!1)):Er.value==="months"?rr(Ar,On??!0):(Ce.value=Ce.value.startOf("month").month(Ar),cr.value="date",["month","year","date","week"].includes(Er.value)&&(rr(Ce.value,!0),await nextTick$1(),Go())),Gr("month")},Ir=async(Ar,On)=>{Er.value==="year"?(Ce.value=Ce.value.startOf("year").year(Ar),rr(Ce.value,!1)):Er.value==="years"?rr(Ar,On??!0):(Ce.value=Ce.value.year(Ar),cr.value="month",["month","year","date","week"].includes(Er.value)&&(rr(Ce.value,!0),await nextTick$1(),Go())),Gr("year")},Mr=async Ar=>{cr.value=Ar,await nextTick$1(),Go()},mr=computed(()=>y.type==="datetime"||y.type==="datetimerange"),gr=computed(()=>{const Ar=mr.value||Er.value==="dates",On=Er.value==="years",kn=Er.value==="months",Sa=cr.value==="date",sa=cr.value==="year",qa=cr.value==="month";return Ar&&Sa||On&&sa||kn&&qa}),jr=computed(()=>ue?y.parsedValue?isArray$2(y.parsedValue)?ue(y.parsedValue[0].toDate()):ue(y.parsedValue.toDate()):!0:!1),Hr=()=>{if(kr.value)rr(y.parsedValue);else{let Ar=y.parsedValue;if(!Ar){const On=dayjs(pe).locale(z.value),kn=Wa();Ar=On.year(kn.year()).month(kn.month()).date(kn.date())}Ce.value=Ar,rr(Ar)}},Vr=computed(()=>ue?ue(dayjs().locale(z.value).toDate()):!1),zr=()=>{const On=dayjs().locale(z.value).toDate();_e.value=!0,(!ue||!ue(On))&&jt(On)&&(Ce.value=dayjs().locale(z.value),rr(Ce.value))},Sr=computed(()=>y.timeFormat||extractTimeFormat(y.format)),Tr=computed(()=>y.dateFormat||extractDateFormat(y.format)),Br=computed(()=>{if(qe.value)return qe.value;if(!(!y.parsedValue&&!Ie.value))return(y.parsedValue||Ce.value).format(Sr.value)}),vr=computed(()=>{if(Ve.value)return Ve.value;if(!(!y.parsedValue&&!Ie.value))return(y.parsedValue||Ce.value).format(Tr.value)}),Cr=ref$1(!1),Dr=()=>{Cr.value=!0},Rr=()=>{Cr.value=!1},Wr=Ar=>({hour:Ar.hour(),minute:Ar.minute(),second:Ar.second(),year:Ar.year(),month:Ar.month(),date:Ar.date()}),Kr=(Ar,On,kn)=>{const{hour:Sa,minute:sa,second:qa}=Wr(Ar),To=y.parsedValue?y.parsedValue.hour(Sa).minute(sa).second(qa):Ar;Ce.value=To,rr(Ce.value,!0),kn||(Cr.value=On)},Nr=Ar=>{const On=dayjs(Ar,Sr.value).locale(z.value);if(On.isValid()&&jt(On)){const{year:kn,month:Sa,date:sa}=Wr(Ce.value);Ce.value=On.year(kn).month(Sa).date(sa),qe.value=null,Cr.value=!1,rr(Ce.value,!0)}},Fr=Ar=>{const On=dayjs(Ar,Tr.value).locale(z.value);if(On.isValid()){if(ue&&ue(On.toDate()))return;const{hour:kn,minute:Sa,second:sa}=Wr(Ce.value);Ce.value=On.hour(kn).minute(Sa).second(sa),Ve.value=null,rr(Ce.value,!0)}},Qr=Ar=>dayjs.isDayjs(Ar)&&Ar.isValid()&&(ue?!ue(Ar.toDate()):!0),ca=Ar=>isArray$2(Ar)?Ar.map(On=>On.format(y.format)):Ar.format(y.format),Po=Ar=>dayjs(Ar,y.format).locale(z.value),Wa=()=>{const Ar=dayjs(Ie.value).locale(z.value);if(!Ie.value){const On=Fe.value;return dayjs().hour(On.hour()).minute(On.minute()).second(On.second()).locale(z.value)}return Ar},Go=async()=>{var Ar;["week","month","year","date"].includes(Er.value)&&((Ar=he.value)==null||Ar.focus(),Er.value==="week"&&Kn(EVENT_CODE.down))},us=Ar=>{const{code:On}=Ar;[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(On)&&(Kn(On),Ar.stopPropagation(),Ar.preventDefault()),[EVENT_CODE.enter,EVENT_CODE.space,EVENT_CODE.numpadEnter].includes(On)&&Ve.value===null&&qe.value===null&&(Ar.preventDefault(),rr(Ce.value,!1))},Kn=Ar=>{var On;const{up:kn,down:Sa,left:sa,right:qa,home:To,end:Hi,pageUp:na,pageDown:Ma}=EVENT_CODE,Ns={year:{[kn]:-4,[Sa]:4,[sa]:-1,[qa]:1,offset:(vl,Bl)=>vl.setFullYear(vl.getFullYear()+Bl)},month:{[kn]:-4,[Sa]:4,[sa]:-1,[qa]:1,offset:(vl,Bl)=>vl.setMonth(vl.getMonth()+Bl)},week:{[kn]:-1,[Sa]:1,[sa]:-1,[qa]:1,offset:(vl,Bl)=>vl.setDate(vl.getDate()+Bl*7)},date:{[kn]:-7,[Sa]:7,[sa]:-1,[qa]:1,[To]:vl=>-vl.getDay(),[Hi]:vl=>-vl.getDay()+6,[na]:vl=>-new Date(vl.getFullYear(),vl.getMonth(),0).getDate(),[Ma]:vl=>new Date(vl.getFullYear(),vl.getMonth()+1,0).getDate(),offset:(vl,Bl)=>vl.setDate(vl.getDate()+Bl)}},cs=Ce.value.toDate();for(;Math.abs(Ce.value.diff(cs,"year",!0))<1;){const vl=Ns[xr.value];if(!vl)return;if(vl.offset(cs,isFunction$4(vl[Ar])?vl[Ar](cs):(On=vl[Ar])!=null?On:0),ue&&ue(cs))break;const Bl=dayjs(cs).locale(z.value);Ce.value=Bl,t("pick",Bl,!0);break}},Gr=Ar=>{t("panel-change",Ce.value.toDate(),Ar,cr.value)};return watch(()=>Er.value,Ar=>{if(["month","year"].includes(Ar)){cr.value=Ar;return}else if(Ar==="years"){cr.value="year";return}else if(Ar==="months"){cr.value="month";return}cr.value="date"},{immediate:!0}),watch(()=>cr.value,()=>{ie==null||ie.updatePopper()}),watch(()=>Ie.value,Ar=>{Ar&&(Ce.value=Wa())},{immediate:!0}),watch(()=>y.parsedValue,Ar=>{if(Ar){if(kr.value||Array.isArray(Ar))return;Ce.value=Ar}else Ce.value=Wa()},{immediate:!0}),t("set-picker-option",["isValidValue",Qr]),t("set-picker-option",["formatToString",ca]),t("set-picker-option",["parseUserInput",Po]),t("set-picker-option",["handleFocusPicker",Go]),(Ar,On)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(k).b(),unref(L).b(),{"has-sidebar":Ar.$slots.sidebar||unref(yr),"has-time":unref(mr)}])},[createBaseVNode("div",{class:normalizeClass(unref(k).e("body-wrapper"))},[renderSlot(Ar.$slots,"sidebar",{class:normalizeClass(unref(k).e("sidebar"))}),unref(yr)?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(k).e("sidebar"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(oe),(kn,Sa)=>(openBlock(),createElementBlock("button",{key:Sa,type:"button",class:normalizeClass(unref(k).e("shortcut")),onClick:sa=>hr(kn)},toDisplayString(kn.text),11,["onClick"]))),128))],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(k).e("body"))},[unref(mr)?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(L).e("time-header"))},[createBaseVNode("span",{class:normalizeClass(unref(L).e("editor-wrap"))},[createVNode(unref(ElInput),{placeholder:unref(V)("el.datepicker.selectDate"),"model-value":unref(vr),size:"small","validate-event":!1,onInput:kn=>Ve.value=kn,onChange:Fr},null,8,["placeholder","model-value","onInput"])],2),withDirectives((openBlock(),createElementBlock("span",{class:normalizeClass(unref(L).e("editor-wrap"))},[createVNode(unref(ElInput),{placeholder:unref(V)("el.datepicker.selectTime"),"model-value":unref(Br),size:"small","validate-event":!1,onFocus:Dr,onInput:kn=>qe.value=kn,onChange:Nr},null,8,["placeholder","model-value","onInput"]),createVNode(unref(TimePickPanel),{visible:Cr.value,format:unref(Sr),"parsed-value":Ce.value,onPick:Kr},null,8,["visible","format","parsed-value"])],2)),[[unref(ClickOutside),Rr]])],2)):createCommentVNode("v-if",!0),withDirectives(createBaseVNode("div",{class:normalizeClass([unref(L).e("header"),(cr.value==="year"||cr.value==="month")&&unref(L).e("header--bordered")])},[createBaseVNode("span",{class:normalizeClass(unref(L).e("prev-btn"))},[createBaseVNode("button",{type:"button","aria-label":unref(V)("el.datepicker.prevYear"),class:normalizeClass(["d-arrow-left",unref(k).e("icon-btn")]),onClick:kn=>ur(!1)},[renderSlot(Ar.$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(k).e("icon-btn"),"arrow-left"]),onClick:kn=>nr(!1)},[renderSlot(Ar.$slots,"prev-month",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_left_default))]),_:1})])],10,["aria-label","onClick"]),[[vShow,cr.value==="date"]])],2),createBaseVNode("span",{role:"button",class:normalizeClass(unref(L).e("header-label")),"aria-live":"polite",tabindex:"0",onKeydown:withKeys(kn=>Mr("year"),["enter"]),onClick:kn=>Mr("year")},toDisplayString(unref(_r)),43,["onKeydown","onClick"]),withDirectives(createBaseVNode("span",{role:"button","aria-live":"polite",tabindex:"0",class:normalizeClass([unref(L).e("header-label"),{active:cr.value==="month"}]),onKeydown:withKeys(kn=>Mr("month"),["enter"]),onClick:kn=>Mr("month")},toDisplayString(unref(V)(`el.datepicker.month${unref(Ue)+1}`)),43,["onKeydown","onClick"]),[[vShow,cr.value==="date"]]),createBaseVNode("span",{class:normalizeClass(unref(L).e("next-btn"))},[withDirectives(createBaseVNode("button",{type:"button","aria-label":unref(V)("el.datepicker.nextMonth"),class:normalizeClass([unref(k).e("icon-btn"),"arrow-right"]),onClick:kn=>nr(!0)},[renderSlot(Ar.$slots,"next-month",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_right_default))]),_:1})])],10,["aria-label","onClick"]),[[vShow,cr.value==="date"]]),createBaseVNode("button",{type:"button","aria-label":unref(V)("el.datepicker.nextYear"),class:normalizeClass([unref(k).e("icon-btn"),"d-arrow-right"]),onClick:kn=>ur(!0)},[renderSlot(Ar.$slots,"next-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_right_default))]),_:1})])],10,["aria-label","onClick"])],2)],2),[[vShow,cr.value!=="time"]]),createBaseVNode("div",{class:normalizeClass(unref(k).e("content")),onKeydown:us},[cr.value==="date"?(openBlock(),createBlock(DateTable,{key:0,ref_key:"currentViewRef",ref:he,"selection-mode":unref(Er),date:Ce.value,"parsed-value":Ar.parsedValue,"disabled-date":unref(ue),"cell-class-name":unref(de),onPick:ar},null,8,["selection-mode","date","parsed-value","disabled-date","cell-class-name"])):createCommentVNode("v-if",!0),cr.value==="year"?(openBlock(),createBlock(YearTable,{key:1,ref_key:"currentViewRef",ref:he,"selection-mode":unref(Er),date:Ce.value,"disabled-date":unref(ue),"parsed-value":Ar.parsedValue,onPick:Ir},null,8,["selection-mode","date","disabled-date","parsed-value"])):createCommentVNode("v-if",!0),cr.value==="month"?(openBlock(),createBlock(MonthTable,{key:2,ref_key:"currentViewRef",ref:he,"selection-mode":unref(Er),date:Ce.value,"parsed-value":Ar.parsedValue,"disabled-date":unref(ue),onPick:br},null,8,["selection-mode","date","parsed-value","disabled-date"])):createCommentVNode("v-if",!0)],34)],2)],2),withDirectives(createBaseVNode("div",{class:normalizeClass(unref(k).e("footer"))},[withDirectives(createVNode(unref(ElButton),{text:"",size:"small",class:normalizeClass(unref(k).e("link-btn")),disabled:unref(Vr),onClick:zr},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(V)("el.datepicker.now")),1)]),_:1},8,["class","disabled"]),[[vShow,!unref(kr)]]),createVNode(unref(ElButton),{plain:"",size:"small",class:normalizeClass(unref(k).e("link-btn")),disabled:unref(jr),onClick:Hr},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(V)("el.datepicker.confirm")),1)]),_:1},8,["class","disabled"])],2),[[vShow,unref(gr)]])],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 L=>{const $=isFunction$4(L.value)?L.value():L.value;if($){t("pick",[dayjs($[0]).locale(e.value),dayjs($[1]).locale(e.value)]);return}L.onClick&&L.onClick({attrs:y,slots:n,emit:t})}},useRangePicker=(e,{defaultValue:t,leftDate:y,rightDate:n,unit:k,onParsedValueChanged:L})=>{const{emit:$}=getCurrentInstance(),{pickerNs:j}=inject(ROOT_PICKER_INJECTION_KEY),V=useNamespace("date-range-picker"),{t:z,lang:re}=useLocale(),ie=useShortcut(re),oe=ref$1(),ue=ref$1(),de=ref$1({endDate:null,selecting:!1}),pe=Ne=>{de.value=Ne},Ie=(Ne=!1)=>{const Fe=unref(oe),Ue=unref(ue);isValidRange([Fe,Ue])&&$("pick",[Fe,Ue],Ne)},he=Ne=>{de.value.selecting=Ne,Ne||(de.value.endDate=null)},Ce=Ne=>{if(isArray$2(Ne)&&Ne.length===2){const[Fe,Ue]=Ne;oe.value=Fe,y.value=Fe,ue.value=Ue,L(unref(oe),unref(ue))}else _e()},_e=()=>{const[Ne,Fe]=getDefaultValue$1(unref(t),{lang:unref(re),unit:k,unlinkPanels:e.unlinkPanels});oe.value=void 0,ue.value=void 0,y.value=Ne,n.value=Fe};return watch(t,Ne=>{Ne&&_e()},{immediate:!0}),watch(()=>e.parsedValue,Ce,{immediate:!0}),{minDate:oe,maxDate:ue,rangeState:de,lang:re,ppNs:j,drpNs:V,handleChangeRange:pe,handleRangeConfirm:Ie,handleShortcutClick:ie,onSelect:he,onReset:Ce,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:k,cellClassName:L,defaultTime:$,clearable:j}=n.props,V=toRef$1(n.props,"format"),z=toRef$1(n.props,"shortcuts"),re=toRef$1(n.props,"defaultValue"),{lang:ie}=useLocale(),oe=ref$1(dayjs().locale(ie.value)),ue=ref$1(dayjs().locale(ie.value).add(1,unit$2)),{minDate:de,maxDate:pe,rangeState:Ie,ppNs:he,drpNs:Ce,handleChangeRange:_e,handleRangeConfirm:Ne,handleShortcutClick:Fe,onSelect:Ue,onReset:kt,t:Et}=useRangePicker(y,{defaultValue:re,leftDate:oe,rightDate:ue,unit:unit$2,onParsedValueChanged:On});watch(()=>y.visible,kn=>{!kn&&Ie.value.selecting&&(kt(y.parsedValue),Ue(!1))});const Ve=ref$1({min:null,max:null}),qe=ref$1({min:null,max:null}),jt=computed(()=>`${oe.value.year()} ${Et("el.datepicker.year")} ${Et(`el.datepicker.month${oe.value.month()+1}`)}`),tr=computed(()=>`${ue.value.year()} ${Et("el.datepicker.year")} ${Et(`el.datepicker.month${ue.value.month()+1}`)}`),rr=computed(()=>oe.value.year()),ar=computed(()=>oe.value.month()),nr=computed(()=>ue.value.year()),ur=computed(()=>ue.value.month()),cr=computed(()=>!!z.value.length),_r=computed(()=>Ve.value.min!==null?Ve.value.min:de.value?de.value.format(yr.value):""),hr=computed(()=>Ve.value.max!==null?Ve.value.max:pe.value||de.value?(pe.value||de.value).format(yr.value):""),Er=computed(()=>qe.value.min!==null?qe.value.min:de.value?de.value.format(xr.value):""),kr=computed(()=>qe.value.max!==null?qe.value.max:pe.value||de.value?(pe.value||de.value).format(xr.value):""),xr=computed(()=>y.timeFormat||extractTimeFormat(V.value)),yr=computed(()=>y.dateFormat||extractDateFormat(V.value)),br=kn=>isValidRange(kn)&&(k?!k(kn[0].toDate())&&!k(kn[1].toDate()):!0),Ir=()=>{oe.value=oe.value.subtract(1,"year"),y.unlinkPanels||(ue.value=oe.value.add(1,"month")),Sr("year")},Mr=()=>{oe.value=oe.value.subtract(1,"month"),y.unlinkPanels||(ue.value=oe.value.add(1,"month")),Sr("month")},mr=()=>{y.unlinkPanels?ue.value=ue.value.add(1,"year"):(oe.value=oe.value.add(1,"year"),ue.value=oe.value.add(1,"month")),Sr("year")},gr=()=>{y.unlinkPanels?ue.value=ue.value.add(1,"month"):(oe.value=oe.value.add(1,"month"),ue.value=oe.value.add(1,"month")),Sr("month")},jr=()=>{oe.value=oe.value.add(1,"year"),Sr("year")},Hr=()=>{oe.value=oe.value.add(1,"month"),Sr("month")},Vr=()=>{ue.value=ue.value.subtract(1,"year"),Sr("year")},zr=()=>{ue.value=ue.value.subtract(1,"month"),Sr("month")},Sr=kn=>{t("panel-change",[oe.value.toDate(),ue.value.toDate()],kn)},Tr=computed(()=>{const kn=(ar.value+1)%12,Sa=ar.value+1>=12?1:0;return y.unlinkPanels&&new Date(rr.value+Sa,kn)<new Date(nr.value,ur.value)}),Br=computed(()=>y.unlinkPanels&&nr.value*12+ur.value-(rr.value*12+ar.value+1)>=12),vr=computed(()=>!(de.value&&pe.value&&!Ie.value.selecting&&isValidRange([de.value,pe.value]))),Cr=computed(()=>y.type==="datetime"||y.type==="datetimerange"),Dr=(kn,Sa)=>{if(kn)return $?dayjs($[Sa]||$).locale(ie.value).year(kn.year()).month(kn.month()).date(kn.date()):kn},Rr=(kn,Sa=!0)=>{const sa=kn.minDate,qa=kn.maxDate,To=Dr(sa,0),Hi=Dr(qa,1);pe.value===Hi&&de.value===To||(t("calendar-change",[sa.toDate(),qa&&qa.toDate()]),pe.value=Hi,de.value=To,!(!Sa||Cr.value)&&Ne())},Wr=ref$1(!1),Kr=ref$1(!1),Nr=()=>{Wr.value=!1},Fr=()=>{Kr.value=!1},Qr=(kn,Sa)=>{Ve.value[Sa]=kn;const sa=dayjs(kn,yr.value).locale(ie.value);if(sa.isValid()){if(k&&k(sa.toDate()))return;Sa==="min"?(oe.value=sa,de.value=(de.value||oe.value).year(sa.year()).month(sa.month()).date(sa.date()),!y.unlinkPanels&&(!pe.value||pe.value.isBefore(de.value))&&(ue.value=sa.add(1,"month"),pe.value=de.value.add(1,"month"))):(ue.value=sa,pe.value=(pe.value||ue.value).year(sa.year()).month(sa.month()).date(sa.date()),!y.unlinkPanels&&(!de.value||de.value.isAfter(pe.value))&&(oe.value=sa.subtract(1,"month"),de.value=pe.value.subtract(1,"month")))}},ca=(kn,Sa)=>{Ve.value[Sa]=null},Po=(kn,Sa)=>{qe.value[Sa]=kn;const sa=dayjs(kn,xr.value).locale(ie.value);sa.isValid()&&(Sa==="min"?(Wr.value=!0,de.value=(de.value||oe.value).hour(sa.hour()).minute(sa.minute()).second(sa.second())):(Kr.value=!0,pe.value=(pe.value||ue.value).hour(sa.hour()).minute(sa.minute()).second(sa.second()),ue.value=pe.value))},Wa=(kn,Sa)=>{qe.value[Sa]=null,Sa==="min"?(oe.value=de.value,Wr.value=!1,(!pe.value||pe.value.isBefore(de.value))&&(pe.value=de.value)):(ue.value=pe.value,Kr.value=!1,pe.value&&pe.value.isBefore(de.value)&&(de.value=pe.value))},Go=(kn,Sa,sa)=>{qe.value.min||(kn&&(oe.value=kn,de.value=(de.value||oe.value).hour(kn.hour()).minute(kn.minute()).second(kn.second())),sa||(Wr.value=Sa),(!pe.value||pe.value.isBefore(de.value))&&(pe.value=de.value,ue.value=kn))},us=(kn,Sa,sa)=>{qe.value.max||(kn&&(ue.value=kn,pe.value=(pe.value||ue.value).hour(kn.hour()).minute(kn.minute()).second(kn.second())),sa||(Kr.value=Sa),pe.value&&pe.value.isBefore(de.value)&&(de.value=pe.value))},Kn=()=>{oe.value=getDefaultValue$1(unref(re),{lang:unref(ie),unit:"month",unlinkPanels:y.unlinkPanels})[0],ue.value=oe.value.add(1,"month"),pe.value=void 0,de.value=void 0,t("pick",null)},Gr=kn=>isArray$2(kn)?kn.map(Sa=>Sa.format(V.value)):kn.format(V.value),Ar=kn=>isArray$2(kn)?kn.map(Sa=>dayjs(Sa,V.value).locale(ie.value)):dayjs(kn,V.value).locale(ie.value);function On(kn,Sa){if(y.unlinkPanels&&Sa){const sa=(kn==null?void 0:kn.year())||0,qa=(kn==null?void 0:kn.month())||0,To=Sa.year(),Hi=Sa.month();ue.value=sa===To&&qa===Hi?Sa.add(1,unit$2):Sa}else ue.value=oe.value.add(1,unit$2),Sa&&(ue.value=ue.value.hour(Sa.hour()).minute(Sa.minute()).second(Sa.second()))}return t("set-picker-option",["isValidValue",br]),t("set-picker-option",["parseUserInput",Ar]),t("set-picker-option",["formatToString",Gr]),t("set-picker-option",["handleClear",Kn]),(kn,Sa)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(he).b(),unref(Ce).b(),{"has-sidebar":kn.$slots.sidebar||unref(cr),"has-time":unref(Cr)}])},[createBaseVNode("div",{class:normalizeClass(unref(he).e("body-wrapper"))},[renderSlot(kn.$slots,"sidebar",{class:normalizeClass(unref(he).e("sidebar"))}),unref(cr)?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(he).e("sidebar"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(z),(sa,qa)=>(openBlock(),createElementBlock("button",{key:qa,type:"button",class:normalizeClass(unref(he).e("shortcut")),onClick:To=>unref(Fe)(sa)},toDisplayString(sa.text),11,["onClick"]))),128))],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(he).e("body"))},[unref(Cr)?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(Ce).e("time-header"))},[createBaseVNode("span",{class:normalizeClass(unref(Ce).e("editors-wrap"))},[createBaseVNode("span",{class:normalizeClass(unref(Ce).e("time-picker-wrap"))},[createVNode(unref(ElInput),{size:"small",disabled:unref(Ie).selecting,placeholder:unref(Et)("el.datepicker.startDate"),class:normalizeClass(unref(Ce).e("editor")),"model-value":unref(_r),"validate-event":!1,onInput:sa=>Qr(sa,"min"),onChange:sa=>ca(sa,"min")},null,8,["disabled","placeholder","class","model-value","onInput","onChange"])],2),withDirectives((openBlock(),createElementBlock("span",{class:normalizeClass(unref(Ce).e("time-picker-wrap"))},[createVNode(unref(ElInput),{size:"small",class:normalizeClass(unref(Ce).e("editor")),disabled:unref(Ie).selecting,placeholder:unref(Et)("el.datepicker.startTime"),"model-value":unref(Er),"validate-event":!1,onFocus:sa=>Wr.value=!0,onInput:sa=>Po(sa,"min"),onChange:sa=>Wa(sa,"min")},null,8,["class","disabled","placeholder","model-value","onFocus","onInput","onChange"]),createVNode(unref(TimePickPanel),{visible:Wr.value,format:unref(xr),"datetime-role":"start","parsed-value":oe.value,onPick:Go},null,8,["visible","format","parsed-value"])],2)),[[unref(ClickOutside),Nr]])],2),createBaseVNode("span",null,[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_right_default))]),_:1})]),createBaseVNode("span",{class:normalizeClass([unref(Ce).e("editors-wrap"),"is-right"])},[createBaseVNode("span",{class:normalizeClass(unref(Ce).e("time-picker-wrap"))},[createVNode(unref(ElInput),{size:"small",class:normalizeClass(unref(Ce).e("editor")),disabled:unref(Ie).selecting,placeholder:unref(Et)("el.datepicker.endDate"),"model-value":unref(hr),readonly:!unref(de),"validate-event":!1,onInput:sa=>Qr(sa,"max"),onChange:sa=>ca(sa,"max")},null,8,["class","disabled","placeholder","model-value","readonly","onInput","onChange"])],2),withDirectives((openBlock(),createElementBlock("span",{class:normalizeClass(unref(Ce).e("time-picker-wrap"))},[createVNode(unref(ElInput),{size:"small",class:normalizeClass(unref(Ce).e("editor")),disabled:unref(Ie).selecting,placeholder:unref(Et)("el.datepicker.endTime"),"model-value":unref(kr),readonly:!unref(de),"validate-event":!1,onFocus:sa=>unref(de)&&(Kr.value=!0),onInput:sa=>Po(sa,"max"),onChange:sa=>Wa(sa,"max")},null,8,["class","disabled","placeholder","model-value","readonly","onFocus","onInput","onChange"]),createVNode(unref(TimePickPanel),{"datetime-role":"end",visible:Kr.value,format:unref(xr),"parsed-value":ue.value,onPick:us},null,8,["visible","format","parsed-value"])],2)),[[unref(ClickOutside),Fr]])],2)],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass([[unref(he).e("content"),unref(Ce).e("content")],"is-left"])},[createBaseVNode("div",{class:normalizeClass(unref(Ce).e("header"))},[createBaseVNode("button",{type:"button",class:normalizeClass([unref(he).e("icon-btn"),"d-arrow-left"]),"aria-label":unref(Et)("el.datepicker.prevYear"),onClick:Ir},[renderSlot(kn.$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(he).e("icon-btn"),"arrow-left"]),"aria-label":unref(Et)("el.datepicker.prevMonth"),onClick:Mr},[renderSlot(kn.$slots,"prev-month",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_left_default))]),_:1})])],10,["aria-label"]),kn.unlinkPanels?(openBlock(),createElementBlock("button",{key:0,type:"button",disabled:!unref(Br),class:normalizeClass([[unref(he).e("icon-btn"),{"is-disabled":!unref(Br)}],"d-arrow-right"]),"aria-label":unref(Et)("el.datepicker.nextYear"),onClick:jr},[renderSlot(kn.$slots,"next-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_right_default))]),_:1})])],10,["disabled","aria-label"])):createCommentVNode("v-if",!0),kn.unlinkPanels?(openBlock(),createElementBlock("button",{key:1,type:"button",disabled:!unref(Tr),class:normalizeClass([[unref(he).e("icon-btn"),{"is-disabled":!unref(Tr)}],"arrow-right"]),"aria-label":unref(Et)("el.datepicker.nextMonth"),onClick:Hr},[renderSlot(kn.$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(jt)),1)],2),createVNode(DateTable,{"selection-mode":"range",date:oe.value,"min-date":unref(de),"max-date":unref(pe),"range-state":unref(Ie),"disabled-date":unref(k),"cell-class-name":unref(L),onChangerange:unref(_e),onPick:Rr,onSelect:unref(Ue)},null,8,["date","min-date","max-date","range-state","disabled-date","cell-class-name","onChangerange","onSelect"])],2),createBaseVNode("div",{class:normalizeClass([[unref(he).e("content"),unref(Ce).e("content")],"is-right"])},[createBaseVNode("div",{class:normalizeClass(unref(Ce).e("header"))},[kn.unlinkPanels?(openBlock(),createElementBlock("button",{key:0,type:"button",disabled:!unref(Br),class:normalizeClass([[unref(he).e("icon-btn"),{"is-disabled":!unref(Br)}],"d-arrow-left"]),"aria-label":unref(Et)("el.datepicker.prevYear"),onClick:Vr},[renderSlot(kn.$slots,"prev-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_left_default))]),_:1})])],10,["disabled","aria-label"])):createCommentVNode("v-if",!0),kn.unlinkPanels?(openBlock(),createElementBlock("button",{key:1,type:"button",disabled:!unref(Tr),class:normalizeClass([[unref(he).e("icon-btn"),{"is-disabled":!unref(Tr)}],"arrow-left"]),"aria-label":unref(Et)("el.datepicker.prevMonth"),onClick:zr},[renderSlot(kn.$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(Et)("el.datepicker.nextYear"),class:normalizeClass([unref(he).e("icon-btn"),"d-arrow-right"]),onClick:mr},[renderSlot(kn.$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(he).e("icon-btn"),"arrow-right"]),"aria-label":unref(Et)("el.datepicker.nextMonth"),onClick:gr},[renderSlot(kn.$slots,"next-month",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_right_default))]),_:1})])],10,["aria-label"]),createBaseVNode("div",null,toDisplayString(unref(tr)),1)],2),createVNode(DateTable,{"selection-mode":"range",date:ue.value,"min-date":unref(de),"max-date":unref(pe),"range-state":unref(Ie),"disabled-date":unref(k),"cell-class-name":unref(L),onChangerange:unref(_e),onPick:Rr,onSelect:unref(Ue)},null,8,["date","min-date","max-date","range-state","disabled-date","cell-class-name","onChangerange","onSelect"])],2)],2)],2),unref(Cr)?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(he).e("footer"))},[unref(j)?(openBlock(),createBlock(unref(ElButton),{key:0,text:"",size:"small",class:normalizeClass(unref(he).e("link-btn")),onClick:Kn},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(Et)("el.datepicker.clear")),1)]),_:1},8,["class"])):createCommentVNode("v-if",!0),createVNode(unref(ElButton),{plain:"",size:"small",class:normalizeClass(unref(he).e("link-btn")),disabled:unref(vr),onClick:sa=>unref(Ne)(!1)},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(Et)("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(),k=()=>{t.value=t.value.subtract(1,"year"),e.value||(y.value=y.value.subtract(1,"year"))},L=()=>{e.value||(t.value=t.value.add(1,"year")),y.value=y.value.add(1,"year")},$=()=>{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()),ie=computed(()=>y.value.year()===t.value.year()?t.value.year()+1:y.value.year());return{leftPrevYear:k,rightNextYear:L,leftNextYear:$,rightPrevYear:j,leftLabel:V,rightLabel:z,leftYear:re,rightYear:ie}},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(),k=inject("EP_PICKER_BASE"),{shortcuts:L,disabledDate:$}=k.props,j=toRef$1(k.props,"format"),V=toRef$1(k.props,"defaultValue"),z=ref$1(dayjs().locale(n.value)),re=ref$1(dayjs().locale(n.value).add(1,unit$1)),{minDate:ie,maxDate:oe,rangeState:ue,ppNs:de,drpNs:pe,handleChangeRange:Ie,handleRangeConfirm:he,handleShortcutClick:Ce,onSelect:_e}=useRangePicker(y,{defaultValue:V,leftDate:z,rightDate:re,unit:unit$1,onParsedValueChanged:_r}),Ne=computed(()=>!!L.length),{leftPrevYear:Fe,rightNextYear:Ue,leftNextYear:kt,rightPrevYear:Et,leftLabel:Ve,rightLabel:qe,leftYear:jt,rightYear:tr}=useMonthRangeHeader({unlinkPanels:toRef$1(y,"unlinkPanels"),leftDate:z,rightDate:re}),rr=computed(()=>y.unlinkPanels&&tr.value>jt.value+1),ar=(hr,Er=!0)=>{const kr=hr.minDate,xr=hr.maxDate;oe.value===xr&&ie.value===kr||(t("calendar-change",[kr.toDate(),xr&&xr.toDate()]),oe.value=xr,ie.value=kr,Er&&he())},nr=()=>{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)},ur=hr=>isArray$2(hr)?hr.map(Er=>Er.format(j.value)):hr.format(j.value),cr=hr=>isArray$2(hr)?hr.map(Er=>dayjs(Er,j.value).locale(n.value)):dayjs(hr,j.value).locale(n.value);function _r(hr,Er){if(y.unlinkPanels&&Er){const kr=(hr==null?void 0:hr.year())||0,xr=Er.year();re.value=kr===xr?Er.add(1,unit$1):Er}else re.value=z.value.add(1,unit$1)}return t("set-picker-option",["isValidValue",isValidRange]),t("set-picker-option",["formatToString",ur]),t("set-picker-option",["parseUserInput",cr]),t("set-picker-option",["handleClear",nr]),(hr,Er)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(de).b(),unref(pe).b(),{"has-sidebar":!!hr.$slots.sidebar||unref(Ne)}])},[createBaseVNode("div",{class:normalizeClass(unref(de).e("body-wrapper"))},[renderSlot(hr.$slots,"sidebar",{class:normalizeClass(unref(de).e("sidebar"))}),unref(Ne)?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(de).e("sidebar"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(L),(kr,xr)=>(openBlock(),createElementBlock("button",{key:xr,type:"button",class:normalizeClass(unref(de).e("shortcut")),onClick:yr=>unref(Ce)(kr)},toDisplayString(kr.text),11,["onClick"]))),128))],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(de).e("body"))},[createBaseVNode("div",{class:normalizeClass([[unref(de).e("content"),unref(pe).e("content")],"is-left"])},[createBaseVNode("div",{class:normalizeClass(unref(pe).e("header"))},[createBaseVNode("button",{type:"button",class:normalizeClass([unref(de).e("icon-btn"),"d-arrow-left"]),onClick:unref(Fe)},[renderSlot(hr.$slots,"prev-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_left_default))]),_:1})])],10,["onClick"]),hr.unlinkPanels?(openBlock(),createElementBlock("button",{key:0,type:"button",disabled:!unref(rr),class:normalizeClass([[unref(de).e("icon-btn"),{[unref(de).is("disabled")]:!unref(rr)}],"d-arrow-right"]),onClick:unref(kt)},[renderSlot(hr.$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(Ve)),1)],2),createVNode(MonthTable,{"selection-mode":"range",date:z.value,"min-date":unref(ie),"max-date":unref(oe),"range-state":unref(ue),"disabled-date":unref($),onChangerange:unref(Ie),onPick:ar,onSelect:unref(_e)},null,8,["date","min-date","max-date","range-state","disabled-date","onChangerange","onSelect"])],2),createBaseVNode("div",{class:normalizeClass([[unref(de).e("content"),unref(pe).e("content")],"is-right"])},[createBaseVNode("div",{class:normalizeClass(unref(pe).e("header"))},[hr.unlinkPanels?(openBlock(),createElementBlock("button",{key:0,type:"button",disabled:!unref(rr),class:normalizeClass([[unref(de).e("icon-btn"),{"is-disabled":!unref(rr)}],"d-arrow-left"]),onClick:unref(Et)},[renderSlot(hr.$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(de).e("icon-btn"),"d-arrow-right"]),onClick:unref(Ue)},[renderSlot(hr.$slots,"next-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_right_default))]),_:1})])],10,["onClick"]),createBaseVNode("div",null,toDisplayString(unref(qe)),1)],2),createVNode(MonthTable,{"selection-mode":"range",date:re.value,"min-date":unref(ie),"max-date":unref(oe),"range-state":unref(ue),"disabled-date":unref($),onChangerange:unref(Ie),onPick:ar,onSelect:unref(_e)},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"))},k=()=>{e.value||(t.value=t.value.add(10,"year")),y.value=y.value.add(10,"year")},L=()=>{t.value=t.value.add(10,"year")},$=()=>{y.value=y.value.subtract(10,"year")},j=computed(()=>{const ie=Math.floor(t.value.year()/10)*10;return`${ie}-${ie+9}`}),V=computed(()=>{const ie=Math.floor(y.value.year()/10)*10;return`${ie}-${ie+9}`}),z=computed(()=>Math.floor(t.value.year()/10)*10+9),re=computed(()=>Math.floor(y.value.year()/10)*10);return{leftPrevYear:n,rightNextYear:k,leftNextYear:L,rightPrevYear:$,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(),k=ref$1(dayjs().locale(n.value)),L=ref$1(k.value.add(10,"year")),{pickerNs:$}=inject(ROOT_PICKER_INJECTION_KEY),j=useNamespace("date-range-picker"),V=computed(()=>!!ar.length),z=computed(()=>[$.b(),j.b(),{"has-sidebar":!!useSlots().sidebar||V.value}]),re=computed(()=>({content:[$.e("content"),j.e("content"),"is-left"],arrowLeftBtn:[$.e("icon-btn"),"d-arrow-left"],arrowRightBtn:[$.e("icon-btn"),{[$.is("disabled")]:!Fe.value},"d-arrow-right"]})),ie=computed(()=>({content:[$.e("content"),j.e("content"),"is-right"],arrowLeftBtn:[$.e("icon-btn"),{"is-disabled":!Fe.value},"d-arrow-left"],arrowRightBtn:[$.e("icon-btn"),"d-arrow-right"]})),oe=useShortcut(n),{leftPrevYear:ue,rightNextYear:de,leftNextYear:pe,rightPrevYear:Ie,leftLabel:he,rightLabel:Ce,leftYear:_e,rightYear:Ne}=useYearRangeHeader({unlinkPanels:toRef$1(y,"unlinkPanels"),leftDate:k,rightDate:L}),Fe=computed(()=>y.unlinkPanels&&Ne.value>_e.value+1),Ue=ref$1(),kt=ref$1(),Et=ref$1({endDate:null,selecting:!1}),Ve=yr=>{Et.value=yr},qe=(yr,br=!0)=>{const Ir=yr.minDate,Mr=yr.maxDate;kt.value===Mr&&Ue.value===Ir||(t("calendar-change",[Ir.toDate(),Mr&&Mr.toDate()]),kt.value=Mr,Ue.value=Ir,br&&jt())},jt=(yr=!1)=>{isValidRange([Ue.value,kt.value])&&t("pick",[Ue.value,kt.value],yr)},tr=yr=>{Et.value.selecting=yr,yr||(Et.value.endDate=null)},rr=inject("EP_PICKER_BASE"),{shortcuts:ar,disabledDate:nr}=rr.props,ur=toRef$1(rr.props,"format"),cr=toRef$1(rr.props,"defaultValue"),_r=()=>{let yr;if(isArray$2(cr.value)){const br=dayjs(cr.value[0]);let Ir=dayjs(cr.value[1]);return y.unlinkPanels||(Ir=br.add(10,unit)),[br,Ir]}else cr.value?yr=dayjs(cr.value):yr=dayjs();return yr=yr.locale(n.value),[yr,yr.add(10,unit)]};watch(()=>cr.value,yr=>{if(yr){const br=_r();k.value=br[0],L.value=br[1]}},{immediate:!0}),watch(()=>y.parsedValue,yr=>{if(yr&&yr.length===2)if(Ue.value=yr[0],kt.value=yr[1],k.value=Ue.value,y.unlinkPanels&&kt.value){const br=Ue.value.year(),Ir=kt.value.year();L.value=br===Ir?kt.value.add(10,"year"):kt.value}else L.value=k.value.add(10,"year");else{const br=_r();Ue.value=void 0,kt.value=void 0,k.value=br[0],L.value=br[1]}},{immediate:!0});const hr=yr=>isArray$2(yr)?yr.map(br=>dayjs(br,ur.value).locale(n.value)):dayjs(yr,ur.value).locale(n.value),Er=yr=>isArray$2(yr)?yr.map(br=>br.format(ur.value)):yr.format(ur.value),kr=yr=>isValidRange(yr)&&(nr?!nr(yr[0].toDate())&&!nr(yr[1].toDate()):!0),xr=()=>{const yr=_r();k.value=yr[0],L.value=yr[1],kt.value=void 0,Ue.value=void 0,t("pick",null)};return t("set-picker-option",["isValidValue",kr]),t("set-picker-option",["parseUserInput",hr]),t("set-picker-option",["formatToString",Er]),t("set-picker-option",["handleClear",xr]),(yr,br)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(z))},[createBaseVNode("div",{class:normalizeClass(unref($).e("body-wrapper"))},[renderSlot(yr.$slots,"sidebar",{class:normalizeClass(unref($).e("sidebar"))}),unref(V)?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref($).e("sidebar"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(ar),(Ir,Mr)=>(openBlock(),createElementBlock("button",{key:Mr,type:"button",class:normalizeClass(unref($).e("shortcut")),onClick:mr=>unref(oe)(Ir)},toDisplayString(Ir.text),11,["onClick"]))),128))],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref($).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(ue)},[renderSlot(yr.$slots,"prev-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_left_default))]),_:1})])],10,["onClick"]),yr.unlinkPanels?(openBlock(),createElementBlock("button",{key:0,type:"button",disabled:!unref(Fe),class:normalizeClass(unref(re).arrowRightBtn),onClick:unref(pe)},[renderSlot(yr.$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(he)),1)],2),createVNode(YearTable,{"selection-mode":"range",date:k.value,"min-date":Ue.value,"max-date":kt.value,"range-state":Et.value,"disabled-date":unref(nr),onChangerange:Ve,onPick:qe,onSelect:tr},null,8,["date","min-date","max-date","range-state","disabled-date"])],2),createBaseVNode("div",{class:normalizeClass(unref(ie).content)},[createBaseVNode("div",{class:normalizeClass(unref(j).e("header"))},[yr.unlinkPanels?(openBlock(),createElementBlock("button",{key:0,type:"button",disabled:!unref(Fe),class:normalizeClass(unref(ie).arrowLeftBtn),onClick:unref(Ie)},[renderSlot(yr.$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(ie).arrowRightBtn),onClick:unref(de)},[renderSlot(yr.$slots,"next-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_right_default))]),_:1})])],10,["onClick"]),createBaseVNode("div",null,toDisplayString(unref(Ce)),1)],2),createVNode(YearTable,{"selection-mode":"range",date:L.value,"min-date":Ue.value,"max-date":kt.value,"range-state":Et.value,"disabled-date":unref(nr),onChangerange:Ve,onPick:qe,onSelect:tr},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 k=useNamespace("picker-panel");provide("ElPopperOptions",reactive(toRef$1(e,"popperOptions"))),provide(ROOT_PICKER_INJECTION_KEY,{slots:n,pickerNs:k});const L=ref$1();t({focus:(V=!0)=>{var z;(z=L.value)==null||z.focus(V)},handleOpen:()=>{var V;(V=L.value)==null||V.handleOpen()},handleClose:()=>{var V;(V=L.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:L,"onUpdate:modelValue":j}),{default:ie=>createVNode(re,ie,{"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(Fe=>{const{dir:Ue,arg:kt,modifiers:Et,value:Ve}=Fe;return[Ue,Ve,kt,Et]}),{border:z,direction:re}=this.descriptions,ie=re==="vertical",oe=((n=(y=(t=this.cell)==null?void 0:t.children)==null?void 0:y.label)==null?void 0:n.call(y))||j.label,ue=($=(L=(k=this.cell)==null?void 0:k.children)==null?void 0:L.default)==null?void 0:$.call(L),de=j.span,pe=j.align?`is-${j.align}`:"",Ie=j.labelAlign?`is-${j.labelAlign}`:pe,he=j.className,Ce=j.labelClassName,_e={width:addUnit(j.width),minWidth:addUnit(j.minWidth)},Ne=useNamespace("descriptions");switch(this.type){case"label":return withDirectives(h$1(this.tag,{style:_e,class:[Ne.e("cell"),Ne.e("label"),Ne.is("bordered-label",z),Ne.is("vertical-label",ie),Ie,Ce],colSpan:ie?de:1},oe),V);case"content":return withDirectives(h$1(this.tag,{style:_e,class:[Ne.e("cell"),Ne.e("content"),Ne.is("bordered-content",z),Ne.is("vertical-content",ie),pe,he],colSpan:ie?de:de*2-1},ue),V);default:return withDirectives(h$1("td",{style:_e,class:[Ne.e("cell"),pe],colSpan:de},[isNil(oe)?void 0:h$1("span",{class:[Ne.e("label"),Ce]},oe),h$1("span",{class:[Ne.e("content"),he]},ue)]),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,L)=>(openBlock(),createBlock(unref(ElDescriptionsCell),{key:`tr1-${L}`,cell:k,tag:"th",type:"label"},null,8,["cell"]))),128))]),createBaseVNode("tr",null,[(openBlock(!0),createElementBlock(Fragment,null,renderList(y.row,(k,L)=>(openBlock(),createBlock(unref(ElDescriptionsCell),{key:`tr2-${L}`,cell:k,tag:"td",type:"content"},null,8,["cell"]))),128))])],64)):(openBlock(),createElementBlock("tr",{key:1},[(openBlock(!0),createElementBlock(Fragment,null,renderList(y.row,(k,L)=>(openBlock(),createElementBlock(Fragment,{key:`tr3-${L}`},[unref(t).border?(openBlock(),createElementBlock(Fragment,{key:0},[createVNode(unref(ElDescriptionsCell),{cell:k,tag:"td",type:"label"},null,8,["cell"]),createVNode(unref(ElDescriptionsCell),{cell:k,tag:"td",type:"content"},null,8,["cell"])],64)):(openBlock(),createBlock(unref(ElDescriptionsCell),{key:1,cell:k,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(),k=useSlots();provide(descriptionsKey,t);const L=computed(()=>[y.b(),y.m(n.value)]),$=(V,z,re,ie=!1)=>(V.props||(V.props={}),z>re&&(V.props.span=re),ie&&(V.props.span=z),V),j=()=>{if(!k.default)return[];const V=flattedChildren(k.default()).filter(ue=>{var de;return((de=ue==null?void 0:ue.type)==null?void 0:de.name)==="ElDescriptionsItem"}),z=[];let re=[],ie=t.column,oe=0;return V.forEach((ue,de)=>{var pe;const Ie=((pe=ue.props)==null?void 0:pe.span)||1;if(de<V.length-1&&(oe+=Ie>ie?ie:Ie),de===V.length-1){const he=t.column-oe%t.column;re.push($(ue,he,ie,!0)),z.push(re);return}Ie<ie?(ie-=Ie,re.push(ue)):(re.push($(ue,Ie,ie)),z.push(re),ie=t.column,re=[])}),z};return(V,z)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(L))},[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,ie)=>(openBlock(),createBlock(ElDescriptionsRow,{key:ie,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),k=V=>{y("click",V)},{onClick:L,onMousedown:$,onMouseup:j}=useSameTarget(e.customMaskEvent?void 0:k);return()=>e.mask?createVNode("div",{class:[n.b(),e.overlayClass],style:{zIndex:e.zIndex},onClick:L,onMousedown:$,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:k}=CloseComponents,{dialogRef:L,headerRef:$,bodyId:j,ns:V,style:z}=inject(dialogInjectionKey),{focusTrapRef:re}=inject(FOCUS_TRAP_INJECTION_KEY),ie=computed(()=>[V.b(),V.is("fullscreen",y.fullscreen),V.is("draggable",y.draggable),V.is("align-center",y.alignCenter),{[V.m("center")]:y.center}]),oe=composeRefs(re,L),ue=computed(()=>y.draggable),de=computed(()=>y.overflow),{resetPostion:pe}=useDraggable(L,$,ue,de);return t({resetPostion:pe}),(Ie,he)=>(openBlock(),createElementBlock("div",{ref:unref(oe),class:normalizeClass(unref(ie)),style:normalizeStyle(unref(z)),tabindex:"-1"},[createBaseVNode("header",{ref_key:"headerRef",ref:$,class:normalizeClass([unref(V).e("header"),{"show-close":Ie.showClose}])},[renderSlot(Ie.$slots,"header",{},()=>[createBaseVNode("span",{role:"heading","aria-level":Ie.ariaLevel,class:normalizeClass(unref(V).e("title"))},toDisplayString(Ie.title),11,["aria-level"])]),Ie.showClose?(openBlock(),createElementBlock("button",{key:0,"aria-label":unref(n)("el.dialog.close"),class:normalizeClass(unref(V).e("headerbtn")),type:"button",onClick:Ce=>Ie.$emit("close")},[createVNode(unref(ElIcon),{class:normalizeClass(unref(V).e("close"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(Ie.closeIcon||unref(k))))]),_:1},8,["class"])],10,["aria-label","onClick"])):createCommentVNode("v-if",!0)],2),createBaseVNode("div",{id:unref(j),class:normalizeClass(unref(V).e("body"))},[renderSlot(Ie.$slots,"default")],10,["id"]),Ie.$slots.footer?(openBlock(),createElementBlock("footer",{key:0,class:normalizeClass(unref(V).e("footer"))},[renderSlot(Ie.$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$2(e),openAutoFocus:()=>!0,closeAutoFocus:()=>!0},useDialog=(e,t)=>{var y;const k=getCurrentInstance().emit,{nextZIndex:L}=useZIndex();let $="";const j=useId(),V=useId(),z=ref$1(!1),re=ref$1(!1),ie=ref$1(!1),oe=ref$1((y=e.zIndex)!=null?y:L());let ue,de;const pe=useGlobalConfig("namespace",defaultNamespace),Ie=computed(()=>{const nr={},ur=`--${pe.value}-dialog`;return e.fullscreen||(e.top&&(nr[`${ur}-margin-top`]=e.top),e.width&&(nr[`${ur}-width`]=addUnit(e.width))),nr}),he=computed(()=>e.alignCenter?{display:"flex"}:{});function Ce(){k("opened")}function _e(){k("closed"),k(UPDATE_MODEL_EVENT,!1),e.destroyOnClose&&(ie.value=!1)}function Ne(){k("close")}function Fe(){de==null||de(),ue==null||ue(),e.openDelay&&e.openDelay>0?{stop:ue}=useTimeoutFn(()=>Ve(),e.openDelay):Ve()}function Ue(){ue==null||ue(),de==null||de(),e.closeDelay&&e.closeDelay>0?{stop:de}=useTimeoutFn(()=>qe(),e.closeDelay):qe()}function kt(){function nr(ur){ur||(re.value=!0,z.value=!1)}e.beforeClose?e.beforeClose(nr):Ue()}function Et(){e.closeOnClickModal&&kt()}function Ve(){isClient&&(z.value=!0)}function qe(){z.value=!1}function jt(){k("openAutoFocus")}function tr(){k("closeAutoFocus")}function rr(nr){var ur;((ur=nr.detail)==null?void 0:ur.focusReason)==="pointer"&&nr.preventDefault()}e.lockScroll&&useLockscreen(z);function ar(){e.closeOnPressEscape&&kt()}return watch(()=>e.modelValue,nr=>{nr?(re.value=!1,Fe(),ie.value=!0,oe.value=isUndefined$2(e.zIndex)?L():oe.value++,nextTick$1(()=>{k("open"),t.value&&(t.value.scrollTop=0)})):z.value&&Ue()}),watch(()=>e.fullscreen,nr=>{t.value&&(nr?($=t.value.style.transform,t.value.style.transform=""):t.value.style.transform=$)}),onMounted(()=>{e.modelValue&&(z.value=!0,ie.value=!0,Fe())}),{afterEnter:Ce,afterLeave:_e,beforeLeave:Ne,handleClose:kt,onModalClick:Et,close:Ue,doClose:qe,onOpenAutoFocus:jt,onCloseAutoFocus:tr,onCloseRequested:ar,onFocusoutPrevented:rr,titleId:j,bodyId:V,closed:re,style:Ie,overlayDialogStyle:he,rendered:ie,visible:z,zIndex:oe}},__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 k=useNamespace("dialog"),L=ref$1(),$=ref$1(),j=ref$1(),{visible:V,titleId:z,bodyId:re,style:ie,overlayDialogStyle:oe,rendered:ue,zIndex:de,afterEnter:pe,afterLeave:Ie,beforeLeave:he,handleClose:Ce,onModalClick:_e,onOpenAutoFocus:Ne,onCloseAutoFocus:Fe,onCloseRequested:Ue,onFocusoutPrevented:kt}=useDialog(y,L);provide(dialogInjectionKey,{dialogRef:L,headerRef:$,bodyId:re,ns:k,rendered:ue,style:ie});const Et=useSameTarget(_e),Ve=computed(()=>y.draggable&&!y.fullscreen);return t({visible:V,dialogContentRef:j,resetPostion:()=>{j.value.resetPostion()}}),(jt,tr)=>(openBlock(),createBlock(unref(ElTeleport),{to:jt.appendTo,disabled:jt.appendTo!=="body"?!1:!jt.appendToBody},{default:withCtx(()=>[createVNode(Transition,{name:"dialog-fade",onAfterEnter:unref(pe),onAfterLeave:unref(Ie),onBeforeLeave:unref(he),persisted:""},{default:withCtx(()=>[withDirectives(createVNode(unref(ElOverlay),{"custom-mask-event":"",mask:jt.modal,"overlay-class":jt.modalClass,"z-index":unref(de)},{default:withCtx(()=>[createBaseVNode("div",{role:"dialog","aria-modal":"true","aria-label":jt.title||void 0,"aria-labelledby":jt.title?void 0:unref(z),"aria-describedby":unref(re),class:normalizeClass(`${unref(k).namespace.value}-overlay-dialog`),style:normalizeStyle(unref(oe)),onClick:unref(Et).onClick,onMousedown:unref(Et).onMousedown,onMouseup:unref(Et).onMouseup},[createVNode(unref(ElFocusTrap),{loop:"",trapped:unref(V),"focus-start-el":"container",onFocusAfterTrapped:unref(Ne),onFocusAfterReleased:unref(Fe),onFocusoutPrevented:unref(kt),onReleaseRequested:unref(Ue)},{default:withCtx(()=>[unref(ue)?(openBlock(),createBlock(ElDialogContent,mergeProps({key:0,ref_key:"dialogContentRef",ref:j},jt.$attrs,{center:jt.center,"align-center":jt.alignCenter,"close-icon":jt.closeIcon,draggable:unref(Ve),overflow:jt.overflow,fullscreen:jt.fullscreen,"show-close":jt.showClose,title:jt.title,"aria-level":jt.headerAriaLevel,onClose:unref(Ce)}),createSlots({header:withCtx(()=>[jt.$slots.title?renderSlot(jt.$slots,"title",{key:1}):renderSlot(jt.$slots,"header",{key:0,close:unref(Ce),titleId:unref(z),titleClass:unref(k).e("title")})]),default:withCtx(()=>[renderSlot(jt.$slots,"default")]),_:2},[jt.$slots.footer?{name:"footer",fn:withCtx(()=>[renderSlot(jt.$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,L)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(y).b(),unref(y).m(k.direction)]),style:normalizeStyle(unref(n)),role:"separator"},[k.$slots.default&&k.direction!=="vertical"?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass([unref(y).e("text"),unref(y).is(k.contentPosition)])},[renderSlot(k.$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 k=ref$1(),L=ref$1(),$=useNamespace("drawer"),{t:j}=useLocale(),{afterEnter:V,afterLeave:z,beforeLeave:re,visible:ie,rendered:oe,titleId:ue,bodyId:de,zIndex:pe,onModalClick:Ie,onOpenAutoFocus:he,onCloseAutoFocus:Ce,onFocusoutPrevented:_e,onCloseRequested:Ne,handleClose:Fe}=useDialog(y,k),Ue=computed(()=>y.direction==="rtl"||y.direction==="ltr"),kt=computed(()=>addUnit(y.size));return t({handleClose:Fe,afterEnter:V,afterLeave:z}),(Et,Ve)=>(openBlock(),createBlock(unref(ElTeleport),{to:Et.appendTo,disabled:Et.appendTo!=="body"?!1:!Et.appendToBody},{default:withCtx(()=>[createVNode(Transition,{name:unref($).b("fade"),onAfterEnter:unref(V),onAfterLeave:unref(z),onBeforeLeave:unref(re),persisted:""},{default:withCtx(()=>[withDirectives(createVNode(unref(ElOverlay),{mask:Et.modal,"overlay-class":Et.modalClass,"z-index":unref(pe),onClick:unref(Ie)},{default:withCtx(()=>[createVNode(unref(ElFocusTrap),{loop:"",trapped:unref(ie),"focus-trap-el":k.value,"focus-start-el":L.value,onFocusAfterTrapped:unref(he),onFocusAfterReleased:unref(Ce),onFocusoutPrevented:unref(_e),onReleaseRequested:unref(Ne)},{default:withCtx(()=>[createBaseVNode("div",mergeProps({ref_key:"drawerRef",ref:k,"aria-modal":"true","aria-label":Et.title||void 0,"aria-labelledby":Et.title?void 0:unref(ue),"aria-describedby":unref(de)},Et.$attrs,{class:[unref($).b(),Et.direction,unref(ie)&&"open"],style:unref(Ue)?"width: "+unref(kt):"height: "+unref(kt),role:"dialog",onClick:withModifiers(()=>{},["stop"])}),[createBaseVNode("span",{ref_key:"focusStartRef",ref:L,class:normalizeClass(unref($).e("sr-focus")),tabindex:"-1"},null,2),Et.withHeader?(openBlock(),createElementBlock("header",{key:0,class:normalizeClass(unref($).e("header"))},[Et.$slots.title?renderSlot(Et.$slots,"title",{key:1},()=>[createCommentVNode(" DEPRECATED SLOT ")]):renderSlot(Et.$slots,"header",{key:0,close:unref(Fe),titleId:unref(ue),titleClass:unref($).e("title")},()=>[Et.$slots.title?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("span",{key:0,id:unref(ue),role:"heading","aria-level":Et.headerAriaLevel,class:normalizeClass(unref($).e("title"))},toDisplayString(Et.title),11,["id","aria-level"]))]),Et.showClose?(openBlock(),createElementBlock("button",{key:2,"aria-label":unref(j)("el.drawer.close"),class:normalizeClass(unref($).e("close-btn")),type:"button",onClick:unref(Fe)},[createVNode(unref(ElIcon),{class:normalizeClass(unref($).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(oe)?(openBlock(),createElementBlock("div",{key:1,id:unref(de),class:normalizeClass(unref($).e("body"))},[renderSlot(Et.$slots,"default")],10,["id"])):createCommentVNode("v-if",!0),Et.$slots.footer?(openBlock(),createElementBlock("div",{key:2,class:normalizeClass(unref($).e("footer"))},[renderSlot(Et.$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(ie)]])]),_: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,L){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,L){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),k=Symbol(y),L={...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 ie=Array.from(re.querySelectorAll(`[${COLLECTION_ITEM_SIGN}]`));return[...V.values()].sort((ue,de)=>ie.indexOf(ue.ref)-ie.indexOf(de.ref))},collectionRef:j})}},$={...CollectionItem,name:y,setup(j,{attrs:V}){const z=ref$1(null),re=inject(n,void 0);provide(k,{collectionItemRef:z}),onMounted(()=>{const ie=unref(z);ie&&re.itemMap.set(ie,{ref:ie,...V})}),onBeforeUnmount(()=>{const ie=unref(z);re.itemMap.delete(ie)})}};return{COLLECTION_INJECTION_KEY:n,COLLECTION_ITEM_INJECTION_KEY:k,ElCollection:L,ElCollectionItem:$}},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),k=ref$1(!1),L=ref$1(!1),$=ref$1(null),{getItems:j}=inject(COLLECTION_INJECTION_KEY$1,void 0),V=computed(()=>[{outline:"none"},e.style]),z=pe=>{t(CURRENT_TAB_ID_CHANGE_EVT,pe)},re=()=>{k.value=!0},ie=composeEventHandlers(pe=>{var Ie;(Ie=e.onMousedown)==null||Ie.call(e,pe)},()=>{L.value=!0}),oe=composeEventHandlers(pe=>{var Ie;(Ie=e.onFocus)==null||Ie.call(e,pe)},pe=>{const Ie=!unref(L),{target:he,currentTarget:Ce}=pe;if(he===Ce&&Ie&&!unref(k)){const _e=new Event(ENTRY_FOCUS_EVT,EVT_OPTS);if(Ce==null||Ce.dispatchEvent(_e),!_e.defaultPrevented){const Ne=j().filter(Ve=>Ve.focusable),Fe=Ne.find(Ve=>Ve.active),Ue=Ne.find(Ve=>Ve.id===unref(n)),Et=[Fe,Ue,...Ne].filter(Boolean).map(Ve=>Ve.ref);focusFirst(Et)}}L.value=!1}),ue=composeEventHandlers(pe=>{var Ie;(Ie=e.onBlur)==null||Ie.call(e,pe)},()=>{k.value=!1}),de=(...pe)=>{t("entryFocus",...pe)};provide(ROVING_FOCUS_GROUP_INJECTION_KEY,{currentTabbedId:readonly(n),loop:toRef$1(e,"loop"),tabIndex:computed(()=>unref(k)?-1:0),rovingFocusGroupRef:$,rovingFocusGroupRootStyle:V,orientation:toRef$1(e,"orientation"),dir:toRef$1(e,"dir"),onItemFocus:z,onItemShiftTab:re,onBlur:ue,onFocus:oe,onMousedown:ie}),watch(()=>e.currentTabId,pe=>{n.value=pe??null}),useEventListener($,ENTRY_FOCUS_EVT,de)}});function _sfc_render$l(e,t,y,n,k,L){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,L){const $=resolveComponent("el-roving-focus-group-impl"),j=resolveComponent("el-focus-group-collection");return openBlock(),createBlock(j,null,{default:withCtx(()=>[createVNode($,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:k,onItemShiftTab:L}=inject(ROVING_FOCUS_GROUP_INJECTION_KEY,void 0),{getItems:$}=inject(COLLECTION_INJECTION_KEY$1,void 0),j=useId(),V=ref$1(null),z=composeEventHandlers(ue=>{t("mousedown",ue)},ue=>{e.focusable?k(unref(j)):ue.preventDefault()}),re=composeEventHandlers(ue=>{t("focus",ue)},()=>{k(unref(j))}),ie=composeEventHandlers(ue=>{t("keydown",ue)},ue=>{const{key:de,shiftKey:pe,target:Ie,currentTarget:he}=ue;if(de===EVENT_CODE.tab&&pe){L();return}if(Ie!==he)return;const Ce=getFocusIntent(ue);if(Ce){ue.preventDefault();let Ne=$().filter(Fe=>Fe.focusable).map(Fe=>Fe.ref);switch(Ce){case"last":{Ne.reverse();break}case"prev":case"next":{Ce==="prev"&&Ne.reverse();const Fe=Ne.indexOf(he);Ne=n.value?reorderArray(Ne,Fe+1):Ne.slice(Fe+1);break}}nextTick$1(()=>{focusFirst(Ne)})}}),oe=computed(()=>y.value===unref(j));return provide(ROVING_FOCUS_GROUP_ITEM_INJECTION_KEY,{rovingFocusGroupItemRef:V,tabIndex:computed(()=>unref(oe)?0:-1),handleMousedown:z,handleFocus:re,handleKeydown:ie}),{id:j,handleKeydown:ie,handleFocus:re,handleMousedown:z}}});function _sfc_render$j(e,t,y,n,k,L){const $=resolveComponent("el-roving-focus-collection-item");return openBlock(),createBlock($,{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:k}=useLocale(),L=ref$1(),$=ref$1(),j=ref$1(null),V=ref$1(null),z=ref$1(null),re=ref$1(null),ie=ref$1(!1),oe=[EVENT_CODE.enter,EVENT_CODE.space,EVENT_CODE.down],ue=computed(()=>({maxHeight:addUnit(e.maxHeight)})),de=computed(()=>[n.m(Fe.value)]),pe=computed(()=>castArray$1(e.trigger)),Ie=useId().value,he=computed(()=>e.id||Ie);watch([L,pe],([cr,_r],[hr])=>{var Er,kr,xr;(Er=hr==null?void 0:hr.$el)!=null&&Er.removeEventListener&&hr.$el.removeEventListener("pointerenter",kt),(kr=cr==null?void 0:cr.$el)!=null&&kr.removeEventListener&&cr.$el.removeEventListener("pointerenter",kt),(xr=cr==null?void 0:cr.$el)!=null&&xr.addEventListener&&_r.includes("hover")&&cr.$el.addEventListener("pointerenter",kt)},{immediate:!0}),onBeforeUnmount(()=>{var cr,_r;(_r=(cr=L.value)==null?void 0:cr.$el)!=null&&_r.removeEventListener&&L.value.$el.removeEventListener("pointerenter",kt)});function Ce(){_e()}function _e(){var cr;(cr=j.value)==null||cr.onClose()}function Ne(){var cr;(cr=j.value)==null||cr.onOpen()}const Fe=useFormSize();function Ue(...cr){t("command",...cr)}function kt(){var cr,_r;(_r=(cr=L.value)==null?void 0:cr.$el)==null||_r.focus()}function Et(){}function Ve(){const cr=unref(V);pe.value.includes("hover")&&(cr==null||cr.focus()),re.value=null}function qe(cr){re.value=cr}function jt(cr){ie.value||(cr.preventDefault(),cr.stopImmediatePropagation())}function tr(){t("visible-change",!0)}function rr(cr){(cr==null?void 0:cr.type)==="keydown"&&V.value.focus()}function ar(){t("visible-change",!1)}return provide(DROPDOWN_INJECTION_KEY,{contentRef:V,role:computed(()=>e.role),triggerId:he,isUsingKeyboard:ie,onItemEnter:Et,onItemLeave:Ve}),provide("elDropdown",{instance:y,dropdownSize:Fe,handleClick:Ce,commandHandler:Ue,trigger:toRef$1(e,"trigger"),hideOnClick:toRef$1(e,"hideOnClick")}),{t:k,ns:n,scrollbar:z,wrapStyle:ue,dropdownTriggerKls:de,dropdownSize:Fe,triggerId:he,triggerKeys:oe,currentTabId:re,handleCurrentTabIdChange:qe,handlerMainButtonClick:cr=>{t("click",cr)},handleEntryFocus:jt,handleClose:_e,handleOpen:Ne,handleBeforeShowTooltip:tr,handleShowTooltip:rr,handleBeforeHideTooltip:ar,onFocusAfterTrapped:cr=>{var _r,hr;cr.preventDefault(),(hr=(_r=V.value)==null?void 0:_r.focus)==null||hr.call(_r,{preventScroll:!0})},popperRef:j,contentRef:V,triggeringElementRef:L,referenceElementRef:$}}});function _sfc_render$i(e,t,y,n,k,L){var $;const j=resolveComponent("el-dropdown-collection"),V=resolveComponent("el-roving-focus-group"),z=resolveComponent("el-scrollbar"),re=resolveComponent("el-only-child"),ie=resolveComponent("el-tooltip"),oe=resolveComponent("el-button"),ue=resolveComponent("arrow-down"),de=resolveComponent("el-icon"),pe=resolveComponent("el-button-group");return openBlock(),createElementBlock("div",{class:normalizeClass([e.ns.b(),e.ns.is("disabled",e.disabled)])},[createVNode(ie,{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":($=e.referenceElementRef)==null?void 0:$.$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(pe,{key:0},{default:withCtx(()=>[createVNode(oe,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(oe,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(de,{class:normalizeClass(e.ns.e("icon"))},{default:withCtx(()=>[createVNode(ue)]),_: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:k}=inject(COLLECTION_ITEM_INJECTION_KEY,void 0),{collectionItemRef:L}=inject(COLLECTION_ITEM_INJECTION_KEY$1,void 0),{rovingFocusGroupItemRef:$,tabIndex:j,handleFocus:V,handleKeydown:z,handleMousedown:re}=inject(ROVING_FOCUS_GROUP_ITEM_INJECTION_KEY,void 0),ie=composeRefs(k,L,$),oe=computed(()=>n.value==="menu"?"menuitem":n.value==="navigation"?"link":"button"),ue=composeEventHandlers(de=>{const{code:pe}=de;if(pe===EVENT_CODE.enter||pe===EVENT_CODE.space)return de.preventDefault(),de.stopImmediatePropagation(),t("clickimpl",de),!0},z);return{ns:y,itemRef:ie,dataset:{[COLLECTION_ITEM_SIGN]:""},role:oe,tabIndex:j,handleFocus:V,handleKeydown:ue,handleMousedown:re}}});function _sfc_render$h(e,t,y,n,k,L){const $=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($,{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(),k=getCurrentInstance(),L=ref$1(null),$=computed(()=>{var ue,de;return(de=(ue=unref(L))==null?void 0:ue.textContent)!=null?de:""}),{onItemEnter:j,onItemLeave:V}=inject(DROPDOWN_INJECTION_KEY,void 0),z=composeEventHandlers(ue=>(t("pointermove",ue),ue.defaultPrevented),whenMouse(ue=>{if(e.disabled){V(ue);return}const de=ue.currentTarget;de===document.activeElement||de.contains(document.activeElement)||(j(ue),ue.defaultPrevented||de==null||de.focus())})),re=composeEventHandlers(ue=>(t("pointerleave",ue),ue.defaultPrevented),whenMouse(V)),ie=composeEventHandlers(ue=>{if(!e.disabled)return t("click",ue),ue.type!=="keydown"&&ue.defaultPrevented},ue=>{var de,pe,Ie;if(e.disabled){ue.stopImmediatePropagation();return}(de=n==null?void 0:n.hideOnClick)!=null&&de.value&&((pe=n.handleClick)==null||pe.call(n)),(Ie=n.commandHandler)==null||Ie.call(n,e.command,k,ue)}),oe=computed(()=>({...e,...y}));return{handleClick:ie,handlePointerMove:z,handlePointerLeave:re,textContent:$,propsAndAttrs:oe}}});function _sfc_render$g(e,t,y,n,k,L){var $;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":($=e.textValue)!=null?$: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:k,onKeydown:L}=inject(FOCUS_TRAP_INJECTION_KEY,void 0),{contentRef:$,role:j,triggerId:V}=inject(DROPDOWN_INJECTION_KEY,void 0),{collectionRef:z,getItems:re}=inject(COLLECTION_INJECTION_KEY,void 0),{rovingFocusGroupRef:ie,rovingFocusGroupRootStyle:oe,tabIndex:ue,onBlur:de,onFocus:pe,onMousedown:Ie}=inject(ROVING_FOCUS_GROUP_INJECTION_KEY,void 0),{collectionRef:he}=inject(COLLECTION_INJECTION_KEY$1,void 0),Ce=computed(()=>[t.b("menu"),t.bm("menu",n==null?void 0:n.value)]),_e=composeRefs($,z,k,ie,he),Ne=composeEventHandlers(Ue=>{var kt;(kt=e.onKeydown)==null||kt.call(e,Ue)},Ue=>{const{currentTarget:kt,code:Et,target:Ve}=Ue;if(kt.contains(Ve),EVENT_CODE.tab===Et&&Ue.stopImmediatePropagation(),Ue.preventDefault(),Ve!==unref($)||!FIRST_LAST_KEYS.includes(Et))return;const jt=re().filter(tr=>!tr.disabled).map(tr=>tr.ref);LAST_KEYS.includes(Et)&&jt.reverse(),focusFirst(jt)});return{size:n,rovingFocusGroupRootStyle:oe,tabIndex:ue,dropdownKls:Ce,role:j,triggerId:V,dropdownListWrapperRef:_e,handleKeydown:Ue=>{Ne(Ue),L(Ue)},onBlur:de,onFocus:pe,onMousedown:Ie}}});function _sfc_render$f(e,t,y,n,k,L){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,k)=>(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"),k=computed(()=>t.description||y("el.table.emptyText")),L=computed(()=>({width:addUnit(t.imageSize)}));return($,j)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(n).b())},[createBaseVNode("div",{class:normalizeClass(unref(n).e("image")),style:normalizeStyle(unref(L))},[$.image?(openBlock(),createElementBlock("img",{key:0,src:$.image,ondragstart:"return false"},null,8,["src"])):renderSlot($.$slots,"image",{key:1},()=>[createVNode(ImgEmpty)])],6),createBaseVNode("div",{class:normalizeClass(unref(n).e("description"))},[$.$slots.description?renderSlot($.$slots,"description",{key:0}):(openBlock(),createElementBlock("p",{key:1},toDisplayString(unref(k)),1))],2),$.$slots.default?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(n).e("bottom"))},[renderSlot($.$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$3(e),rotate:e=>isNumber$3(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 k=e,L={CONTAIN:{name:"contain",icon:markRaw(full_screen_default)},ORIGINAL:{name:"original",icon:markRaw(scale_to_original_default)}},{t:$}=useLocale(),j=useNamespace("image-viewer"),{nextZIndex:V}=useZIndex(),z=ref$1(),re=ref$1([]),ie=effectScope(),oe=ref$1(!0),ue=ref$1(k.initialIndex),de=shallowRef(L.CONTAIN),pe=ref$1({scale:1,deg:0,offsetX:0,offsetY:0,enableTransition:!1}),Ie=ref$1((n=k.zIndex)!=null?n:V()),he=computed(()=>{const{urlList:Er}=k;return Er.length<=1}),Ce=computed(()=>ue.value===0),_e=computed(()=>ue.value===k.urlList.length-1),Ne=computed(()=>k.urlList[ue.value]),Fe=computed(()=>[j.e("btn"),j.e("prev"),j.is("disabled",!k.infinite&&Ce.value)]),Ue=computed(()=>[j.e("btn"),j.e("next"),j.is("disabled",!k.infinite&&_e.value)]),kt=computed(()=>{const{scale:Er,deg:kr,offsetX:xr,offsetY:yr,enableTransition:br}=pe.value;let Ir=xr/Er,Mr=yr/Er;const mr=kr*Math.PI/180,gr=Math.cos(mr),jr=Math.sin(mr);Ir=Ir*gr+Mr*jr,Mr=Mr*gr-xr/Er*jr;const Hr={transform:`scale(${Er}) rotate(${kr}deg) translate(${Ir}px, ${Mr}px)`,transition:br?"transform .3s":""};return de.value.name===L.CONTAIN.name&&(Hr.maxWidth=Hr.maxHeight="100%"),Hr});function Et(){qe(),y("close")}function Ve(){const Er=throttle$1(xr=>{switch(xr.code){case EVENT_CODE.esc:k.closeOnPressEscape&&Et();break;case EVENT_CODE.space:nr();break;case EVENT_CODE.left:cr();break;case EVENT_CODE.up:hr("zoomIn");break;case EVENT_CODE.right:_r();break;case EVENT_CODE.down:hr("zoomOut");break}}),kr=throttle$1(xr=>{const yr=xr.deltaY||xr.deltaX;hr(yr<0?"zoomIn":"zoomOut",{zoomRate:k.zoomRate,enableTransition:!1})});ie.run(()=>{useEventListener(document,"keydown",Er),useEventListener(document,"wheel",kr)})}function qe(){ie.stop()}function jt(){oe.value=!1}function tr(Er){oe.value=!1,Er.target.alt=$("el.image.error")}function rr(Er){if(oe.value||Er.button!==0||!z.value)return;pe.value.enableTransition=!1;const{offsetX:kr,offsetY:xr}=pe.value,yr=Er.pageX,br=Er.pageY,Ir=throttle$1(mr=>{pe.value={...pe.value,offsetX:kr+mr.pageX-yr,offsetY:xr+mr.pageY-br}}),Mr=useEventListener(document,"mousemove",Ir);useEventListener(document,"mouseup",()=>{Mr()}),Er.preventDefault()}function ar(){pe.value={scale:1,deg:0,offsetX:0,offsetY:0,enableTransition:!1}}function nr(){if(oe.value)return;const Er=keysOf(L),kr=Object.values(L),xr=de.value.name,br=(kr.findIndex(Ir=>Ir.name===xr)+1)%Er.length;de.value=L[Er[br]],ar()}function ur(Er){const kr=k.urlList.length;ue.value=(Er+kr)%kr}function cr(){Ce.value&&!k.infinite||ur(ue.value-1)}function _r(){_e.value&&!k.infinite||ur(ue.value+1)}function hr(Er,kr={}){if(oe.value)return;const{minScale:xr,maxScale:yr}=k,{zoomRate:br,rotateDeg:Ir,enableTransition:Mr}={zoomRate:k.zoomRate,rotateDeg:90,enableTransition:!0,...kr};switch(Er){case"zoomOut":pe.value.scale>xr&&(pe.value.scale=Number.parseFloat((pe.value.scale/br).toFixed(3)));break;case"zoomIn":pe.value.scale<yr&&(pe.value.scale=Number.parseFloat((pe.value.scale*br).toFixed(3)));break;case"clockwise":pe.value.deg+=Ir,y("rotate",pe.value.deg);break;case"anticlockwise":pe.value.deg-=Ir,y("rotate",pe.value.deg);break}pe.value.enableTransition=Mr}return watch(Ne,()=>{nextTick$1(()=>{const Er=re.value[0];Er!=null&&Er.complete||(oe.value=!0)})}),watch(ue,Er=>{ar(),y("switch",Er)}),onMounted(()=>{var Er,kr;Ve(),(kr=(Er=z.value)==null?void 0:Er.focus)==null||kr.call(Er)}),t({setActiveItem:ur}),(Er,kr)=>(openBlock(),createBlock(unref(ElTeleport),{to:"body",disabled:!Er.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:Ie.value})},[createBaseVNode("div",{class:normalizeClass(unref(j).e("mask")),onClick:withModifiers(xr=>Er.hideOnClickModal&&Et(),["self"])},null,10,["onClick"]),createCommentVNode(" CLOSE "),createBaseVNode("span",{class:normalizeClass([unref(j).e("btn"),unref(j).e("close")]),onClick:Et},[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(close_default))]),_:1})],2),createCommentVNode(" ARROW "),unref(he)?createCommentVNode("v-if",!0):(openBlock(),createElementBlock(Fragment,{key:0},[createBaseVNode("span",{class:normalizeClass(unref(Fe)),onClick:cr},[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_left_default))]),_:1})],2),createBaseVNode("span",{class:normalizeClass(unref(Ue)),onClick:_r},[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:xr=>hr("zoomOut")},{default:withCtx(()=>[createVNode(unref(zoom_out_default))]),_:1},8,["onClick"]),createVNode(unref(ElIcon),{onClick:xr=>hr("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:nr},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(de).icon)))]),_:1}),createBaseVNode("i",{class:normalizeClass(unref(j).e("actions__divider"))},null,2),createVNode(unref(ElIcon),{onClick:xr=>hr("anticlockwise")},{default:withCtx(()=>[createVNode(unref(refresh_left_default))]),_:1},8,["onClick"]),createVNode(unref(ElIcon),{onClick:xr=>hr("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(Er.urlList,(xr,yr)=>withDirectives((openBlock(),createElementBlock("img",{ref_for:!0,ref:br=>re.value[yr]=br,key:xr,src:xr,style:normalizeStyle(unref(kt)),class:normalizeClass(unref(j).e("img")),crossorigin:Er.crossorigin,onLoad:jt,onError:tr,onMousedown:rr},null,46,["src","crossorigin"])),[[vShow,yr===ue.value]])),128))],2),renderSlot(Er.$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$3(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:k}=useLocale(),L=useNamespace("image"),$=useAttrs$1(),j=computed(()=>fromPairs(Object.entries($).filter(([_r])=>/^(data-|on[A-Z])/i.test(_r)||["id","style"].includes(_r)))),V=useAttrs({excludeListeners:!0,excludeKeys:computed(()=>Object.keys(j.value))}),z=ref$1(),re=ref$1(!1),ie=ref$1(!0),oe=ref$1(!1),ue=ref$1(),de=ref$1(),pe=isClient&&"loading"in HTMLImageElement.prototype;let Ie,he;const Ce=computed(()=>[L.e("inner"),Ne.value&&L.e("preview"),ie.value&&L.is("loading")]),_e=computed(()=>{const{fit:_r}=y;return isClient&&_r?{objectFit:_r}:{}}),Ne=computed(()=>{const{previewSrcList:_r}=y;return Array.isArray(_r)&&_r.length>0}),Fe=computed(()=>{const{previewSrcList:_r,initialIndex:hr}=y;let Er=hr;return hr>_r.length-1&&(Er=0),Er}),Ue=computed(()=>y.loading==="eager"?!1:!pe&&y.loading==="lazy"||y.lazy),kt=()=>{isClient&&(ie.value=!0,re.value=!1,z.value=y.src)};function Et(_r){ie.value=!1,re.value=!1,t("load",_r)}function Ve(_r){ie.value=!1,re.value=!0,t("error",_r)}function qe(){isInContainer(ue.value,de.value)&&(kt(),rr())}const jt=useThrottleFn(qe,200,!0);async function tr(){var _r;if(!isClient)return;await nextTick$1();const{scrollContainer:hr}=y;isElement$2(hr)?de.value=hr:isString$3(hr)&&hr!==""?de.value=(_r=document.querySelector(hr))!=null?_r:void 0:ue.value&&(de.value=getScrollContainer(ue.value)),de.value&&(Ie=useEventListener(de,"scroll",jt),setTimeout(()=>qe(),100))}function rr(){!isClient||!de.value||!jt||(Ie==null||Ie(),de.value=void 0)}function ar(_r){if(_r.ctrlKey){if(_r.deltaY<0)return _r.preventDefault(),!1;if(_r.deltaY>0)return _r.preventDefault(),!1}}function nr(){Ne.value&&(he=useEventListener("wheel",ar,{passive:!1}),n=document.body.style.overflow,document.body.style.overflow="hidden",oe.value=!0,t("show"))}function ur(){he==null||he(),document.body.style.overflow=n,oe.value=!1,t("close")}function cr(_r){t("switch",_r)}return watch(()=>y.src,()=>{Ue.value?(ie.value=!0,re.value=!1,rr(),tr()):kt()}),onMounted(()=>{Ue.value?tr():kt()}),(_r,hr)=>(openBlock(),createElementBlock("div",mergeProps({ref_key:"container",ref:ue},unref(j),{class:[unref(L).b(),_r.$attrs.class]}),[re.value?renderSlot(_r.$slots,"error",{key:0},()=>[createBaseVNode("div",{class:normalizeClass(unref(L).e("error"))},toDisplayString(unref(k)("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:_r.loading,style:unref(_e),class:unref(Ce),crossorigin:_r.crossorigin,onClick:nr,onLoad:Et,onError:Ve}),null,16,["src","loading","crossorigin"])):createCommentVNode("v-if",!0),ie.value?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(L).e("wrapper"))},[renderSlot(_r.$slots,"placeholder",{},()=>[createBaseVNode("div",{class:normalizeClass(unref(L).e("placeholder"))},null,2)])],2)):createCommentVNode("v-if",!0)],64)),unref(Ne)?(openBlock(),createElementBlock(Fragment,{key:2},[oe.value?(openBlock(),createBlock(unref(ElImageViewer),{key:0,"z-index":_r.zIndex,"initial-index":unref(Fe),infinite:_r.infinite,"zoom-rate":_r.zoomRate,"min-scale":_r.minScale,"max-scale":_r.maxScale,"url-list":_r.previewSrcList,crossorigin:_r.crossorigin,"hide-on-click-modal":_r.hideOnClickModal,teleported:_r.previewTeleported,"close-on-press-escape":_r.closeOnPressEscape,onClose:ur,onSwitch:cr},{default:withCtx(()=>[_r.$slots.viewer?(openBlock(),createElementBlock("div",{key:0},[renderSlot(_r.$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$3(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$3(e)||isNil(e),[UPDATE_MODEL_EVENT]:e=>isNumber$3(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:k}=useLocale(),L=useNamespace("input-number"),$=ref$1(),j=reactive({currentValue:n.modelValue,userInput:null}),{formItem:V}=useFormItem(),z=computed(()=>isNumber$3(n.modelValue)&&n.modelValue<=n.min),re=computed(()=>isNumber$3(n.modelValue)&&n.modelValue>=n.max),ie=computed(()=>{const nr=he(n.step);return isUndefined$1(n.precision)?Math.max(he(n.modelValue),nr):(nr>n.precision,n.precision)}),oe=computed(()=>n.controls&&n.controlsPosition==="right"),ue=useFormSize(),de=useFormDisabled(),pe=computed(()=>{if(j.userInput!==null)return j.userInput;let nr=j.currentValue;if(isNil(nr))return"";if(isNumber$3(nr)){if(Number.isNaN(nr))return"";isUndefined$1(n.precision)||(nr=nr.toFixed(n.precision))}return nr}),Ie=(nr,ur)=>{if(isUndefined$1(ur)&&(ur=ie.value),ur===0)return Math.round(nr);let cr=String(nr);const _r=cr.indexOf(".");if(_r===-1||!cr.replace(".","").split("")[_r+ur])return nr;const kr=cr.length;return cr.charAt(kr-1)==="5"&&(cr=`${cr.slice(0,Math.max(0,kr-1))}6`),Number.parseFloat(Number(cr).toFixed(ur))},he=nr=>{if(isNil(nr))return 0;const ur=nr.toString(),cr=ur.indexOf(".");let _r=0;return cr!==-1&&(_r=ur.length-cr-1),_r},Ce=(nr,ur=1)=>isNumber$3(nr)?Ie(nr+n.step*ur):j.currentValue,_e=()=>{if(n.readonly||de.value||re.value)return;const nr=Number(pe.value)||0,ur=Ce(nr);Ue(ur),y(INPUT_EVENT,j.currentValue),rr()},Ne=()=>{if(n.readonly||de.value||z.value)return;const nr=Number(pe.value)||0,ur=Ce(nr,-1);Ue(ur),y(INPUT_EVENT,j.currentValue),rr()},Fe=(nr,ur)=>{const{max:cr,min:_r,step:hr,precision:Er,stepStrictly:kr,valueOnClear:xr}=n;cr<_r&&throwError("InputNumber","min should not be greater than max.");let yr=Number(nr);if(isNil(nr)||Number.isNaN(yr))return null;if(nr===""){if(xr===null)return null;yr=isString$3(xr)?{min:_r,max:cr}[xr]:xr}return kr&&(yr=Ie(Math.round(yr/hr)*hr,Er)),isUndefined$1(Er)||(yr=Ie(yr,Er)),(yr>cr||yr<_r)&&(yr=yr>cr?cr:_r,ur&&y(UPDATE_MODEL_EVENT,yr)),yr},Ue=(nr,ur=!0)=>{var cr;const _r=j.currentValue,hr=Fe(nr);if(!ur){y(UPDATE_MODEL_EVENT,hr);return}_r===hr&&nr||(j.userInput=null,y(UPDATE_MODEL_EVENT,hr),_r!==hr&&y(CHANGE_EVENT,hr,_r),n.validateEvent&&((cr=V==null?void 0:V.validate)==null||cr.call(V,"change").catch(Er=>void 0)),j.currentValue=hr)},kt=nr=>{j.userInput=nr;const ur=nr===""?null:Number(nr);y(INPUT_EVENT,ur),Ue(ur,!1)},Et=nr=>{const ur=nr!==""?Number(nr):"";(isNumber$3(ur)&&!Number.isNaN(ur)||nr==="")&&Ue(ur),rr(),j.userInput=null},Ve=()=>{var nr,ur;(ur=(nr=$.value)==null?void 0:nr.focus)==null||ur.call(nr)},qe=()=>{var nr,ur;(ur=(nr=$.value)==null?void 0:nr.blur)==null||ur.call(nr)},jt=nr=>{y("focus",nr)},tr=nr=>{var ur;j.userInput=null,y("blur",nr),n.validateEvent&&((ur=V==null?void 0:V.validate)==null||ur.call(V,"blur").catch(cr=>void 0))},rr=()=>{j.currentValue!==n.modelValue&&(j.currentValue=n.modelValue)},ar=nr=>{document.activeElement===nr.target&&nr.preventDefault()};return watch(()=>n.modelValue,(nr,ur)=>{const cr=Fe(nr,!0);j.userInput===null&&cr!==ur&&(j.currentValue=cr)},{immediate:!0}),onMounted(()=>{var nr;const{min:ur,max:cr,modelValue:_r}=n,hr=(nr=$.value)==null?void 0:nr.input;if(hr.setAttribute("role","spinbutton"),Number.isFinite(cr)?hr.setAttribute("aria-valuemax",String(cr)):hr.removeAttribute("aria-valuemax"),Number.isFinite(ur)?hr.setAttribute("aria-valuemin",String(ur)):hr.removeAttribute("aria-valuemin"),hr.setAttribute("aria-valuenow",j.currentValue||j.currentValue===0?String(j.currentValue):""),hr.setAttribute("aria-disabled",String(de.value)),!isNumber$3(_r)&&_r!=null){let Er=Number(_r);Number.isNaN(Er)&&(Er=null),y(UPDATE_MODEL_EVENT,Er)}hr.addEventListener("wheel",ar,{passive:!1})}),onUpdated(()=>{var nr,ur;const cr=(nr=$.value)==null?void 0:nr.input;cr==null||cr.setAttribute("aria-valuenow",`${(ur=j.currentValue)!=null?ur:""}`)}),t({focus:Ve,blur:qe}),(nr,ur)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(L).b(),unref(L).m(unref(ue)),unref(L).is("disabled",unref(de)),unref(L).is("without-controls",!nr.controls),unref(L).is("controls-right",unref(oe))]),onDragstart:withModifiers(()=>{},["prevent"])},[nr.controls?withDirectives((openBlock(),createElementBlock("span",{key:0,role:"button","aria-label":unref(k)("el.inputNumber.decrease"),class:normalizeClass([unref(L).e("decrease"),unref(L).is("disabled",unref(z))]),onKeydown:withKeys(Ne,["enter"])},[renderSlot(nr.$slots,"decrease-icon",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[unref(oe)?(openBlock(),createBlock(unref(arrow_down_default),{key:0})):(openBlock(),createBlock(unref(minus_default),{key:1}))]),_:1})])],42,["aria-label","onKeydown"])),[[unref(vRepeatClick),Ne]]):createCommentVNode("v-if",!0),nr.controls?withDirectives((openBlock(),createElementBlock("span",{key:1,role:"button","aria-label":unref(k)("el.inputNumber.increase"),class:normalizeClass([unref(L).e("increase"),unref(L).is("disabled",unref(re))]),onKeydown:withKeys(_e,["enter"])},[renderSlot(nr.$slots,"increase-icon",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[unref(oe)?(openBlock(),createBlock(unref(arrow_up_default),{key:0})):(openBlock(),createBlock(unref(plus_default),{key:1}))]),_:1})])],42,["aria-label","onKeydown"])),[[unref(vRepeatClick),_e]]):createCommentVNode("v-if",!0),createVNode(unref(ElInput),{id:nr.id,ref_key:"input",ref:$,type:"number",step:nr.step,"model-value":unref(pe),placeholder:nr.placeholder,readonly:nr.readonly,disabled:unref(de),size:unref(ue),max:nr.max,min:nr.min,name:nr.name,"aria-label":nr.ariaLabel,"validate-event":!1,onKeydown:[withKeys(withModifiers(_e,["prevent"]),["up"]),withKeys(withModifiers(Ne,["prevent"]),["down"])],onBlur:tr,onFocus:jt,onInput:kt,onChange:Et},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"),k=computed(()=>[n.b(),n.m(y.type),n.is("disabled",y.disabled),n.is("underline",y.underline&&!y.disabled)]);function L($){y.disabled||t("click",$)}return($,j)=>(openBlock(),createElementBlock("a",{class:normalizeClass(unref(k)),href:$.disabled||!$.href?void 0:$.href,target:$.disabled||!$.href?void 0:$.target,onClick:L},[$.icon?(openBlock(),createBlock(unref(ElIcon),{key:0},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent($.icon)))]),_:1})):createCommentVNode("v-if",!0),$.$slots.default?(openBlock(),createElementBlock("span",{key:1,class:normalizeClass(unref(n).e("inner"))},[renderSlot($.$slots,"default")],2)):createCommentVNode("v-if",!0),$.$slots.icon?renderSlot($.$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 k=!1;switch(n.code){case EVENT_CODE.down:{this.gotoSubIndex(this.subIndex+1),k=!0;break}case EVENT_CODE.up:{this.gotoSubIndex(this.subIndex-1),k=!0;break}case EVENT_CODE.tab:{triggerEvent(t,"mouseleave");break}case EVENT_CODE.enter:case EVENT_CODE.space:{k=!0,n.currentTarget.click();break}}return k&&(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,L){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 k=e.parent;const L=[t.value];for(;k.type.name!=="ElMenu";)k.props.index&&L.unshift(k.props.index),k=k.parent;return L});return{parentMenu:computed(()=>{let k=e.parent;for(;k&&!["ElMenu","ElSubMenu"].includes(k.type.name);)k=k.parent;return k}),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:k,parentMenu:L}=useMenu(n,computed(()=>e.index)),$=useNamespace("menu"),j=useNamespace("sub-menu"),V=inject("rootMenu");V||throwError(COMPONENT_NAME$c,"can not inject root menu");const z=inject(`subMenu:${L.value.uid}`);z||throwError(COMPONENT_NAME$c,"can not inject sub menu");const re=ref$1({}),ie=ref$1({});let oe;const ue=ref$1(!1),de=ref$1(),pe=ref$1(null),Ie=computed(()=>Et.value==="horizontal"&&Ce.value?"bottom-start":"right-start"),he=computed(()=>Et.value==="horizontal"&&Ce.value||Et.value==="vertical"&&!V.props.collapse?e.expandCloseIcon&&e.expandOpenIcon?Ue.value?e.expandOpenIcon:e.expandCloseIcon:arrow_down_default:e.collapseCloseIcon&&e.collapseOpenIcon?Ue.value?e.collapseOpenIcon:e.collapseCloseIcon:arrow_right_default),Ce=computed(()=>z.level===0),_e=computed(()=>{const Er=e.teleported;return Er===void 0?Ce.value:Er}),Ne=computed(()=>V.props.collapse?`${$.namespace.value}-zoom-in-left`:`${$.namespace.value}-zoom-in-top`),Fe=computed(()=>Et.value==="horizontal"&&Ce.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"]),Ue=computed(()=>V.openedMenus.includes(e.index)),kt=computed(()=>{let Er=!1;return Object.values(re.value).forEach(kr=>{kr.active&&(Er=!0)}),Object.values(ie.value).forEach(kr=>{kr.active&&(Er=!0)}),Er}),Et=computed(()=>V.props.mode),Ve=reactive({index:e.index,indexPath:k,active:kt}),qe=useMenuCssVar(V.props,z.level+1),jt=computed(()=>{var Er;return(Er=e.popperOffset)!=null?Er:V.props.popperOffset}),tr=computed(()=>{var Er;return(Er=e.popperClass)!=null?Er:V.props.popperClass}),rr=computed(()=>{var Er;return(Er=e.showTimeout)!=null?Er:V.props.showTimeout}),ar=computed(()=>{var Er;return(Er=e.hideTimeout)!=null?Er:V.props.hideTimeout}),nr=()=>{var Er,kr,xr;return(xr=(kr=(Er=pe.value)==null?void 0:Er.popperRef)==null?void 0:kr.popperInstanceRef)==null?void 0:xr.destroy()},ur=Er=>{Er||nr()},cr=()=>{V.props.menuTrigger==="hover"&&V.props.mode==="horizontal"||V.props.collapse&&V.props.mode==="vertical"||e.disabled||V.handleSubMenuClick({index:e.index,indexPath:k.value,active:kt.value})},_r=(Er,kr=rr.value)=>{var xr;if(Er.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,oe==null||oe(),{stop:oe}=useTimeoutFn(()=>{V.openMenu(e.index,k.value)},kr),_e.value&&((xr=L.value.vnode.el)==null||xr.dispatchEvent(new MouseEvent("mouseenter")))}},hr=(Er=!1)=>{var kr;if(V.props.menuTrigger==="click"&&V.props.mode==="horizontal"||!V.props.collapse&&V.props.mode==="vertical"){z.mouseInChild.value=!1;return}oe==null||oe(),z.mouseInChild.value=!1,{stop:oe}=useTimeoutFn(()=>!ue.value&&V.closeMenu(e.index,k.value),ar.value),_e.value&&Er&&((kr=z.handleMouseleave)==null||kr.call(z,!0))};watch(()=>V.props.collapse,Er=>ur(!!Er));{const Er=xr=>{ie.value[xr.index]=xr},kr=xr=>{delete ie.value[xr.index]};provide(`subMenu:${n.uid}`,{addSubMenu:Er,removeSubMenu:kr,handleMouseleave:hr,mouseInChild:ue,level:z.level+1})}return y({opened:Ue}),onMounted(()=>{V.addSubMenu(Ve),z.addSubMenu(Ve)}),onBeforeUnmount(()=>{z.removeSubMenu(Ve),V.removeSubMenu(Ve)}),()=>{var Er;const kr=[(Er=t.title)==null?void 0:Er.call(t),h$1(ElIcon,{class:j.e("icon-arrow"),style:{transform:Ue.value?e.expandCloseIcon&&e.expandOpenIcon||e.collapseCloseIcon&&e.collapseOpenIcon&&V.props.collapse?"none":"rotateZ(180deg)":"none"}},{default:()=>isString$3(he.value)?h$1(n.appContext.components[he.value]):h$1(he.value)})],xr=V.isMenuPopup?h$1(ElTooltip,{ref:pe,visible:Ue.value,effect:"light",pure:!0,offset:jt.value,showArrow:!1,persistent:!0,popperClass:tr.value,placement:Ie.value,teleported:_e.value,fallbackPlacements:Fe.value,transition:Ne.value,gpuAcceleration:!1},{content:()=>{var yr;return h$1("div",{class:[$.m(Et.value),$.m("popup-container"),tr.value],onMouseenter:br=>_r(br,100),onMouseleave:()=>hr(!0),onFocus:br=>_r(br,100)},[h$1("ul",{class:[$.b(),$.m("popup"),$.m(`popup-${Ie.value}`)],style:qe.value},[(yr=t.default)==null?void 0:yr.call(t)])])},default:()=>h$1("div",{class:j.e("title"),onClick:cr},kr)}):h$1(Fragment,{},[h$1("div",{class:j.e("title"),ref:de,onClick:cr},kr),h$1(ElCollapseTransition,{},{default:()=>{var yr;return withDirectives(h$1("ul",{role:"menu",class:[$.b(),$.m("inline")],style:qe.value},[(yr=t.default)==null?void 0:yr.call(t)]),[[vShow,Ue.value]])}})]);return h$1("li",{class:[j.b(),j.is("active",kt.value),j.is("opened",Ue.value),j.is("disabled",e.disabled)],role:"menuitem",ariaHaspopup:!0,ariaExpanded:Ue.value,onMouseenter:_r,onMouseleave:()=>hr(),onFocus:_r},[xr])}}});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$3(t)),menuEmits={close:(e,t)=>isString$3(e)&&checkIndexPath(t),open:(e,t)=>isString$3(e)&&checkIndexPath(t),select:(e,t,y,n)=>isString$3(e)&&checkIndexPath(t)&&isObject$4(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 k=getCurrentInstance(),L=k.appContext.config.globalProperties.$router,$=ref$1(),j=useNamespace("menu"),V=useNamespace("sub-menu"),z=ref$1(-1),re=ref$1(e.defaultOpeneds&&!e.collapse?e.defaultOpeneds.slice(0):[]),ie=ref$1(e.defaultActive),oe=ref$1({}),ue=ref$1({}),de=computed(()=>e.mode==="horizontal"||e.mode==="vertical"&&e.collapse),pe=()=>{const ar=ie.value&&oe.value[ie.value];if(!ar||e.mode==="horizontal"||e.collapse)return;ar.indexPath.forEach(ur=>{const cr=ue.value[ur];cr&&Ie(ur,cr.indexPath)})},Ie=(ar,nr)=>{re.value.includes(ar)||(e.uniqueOpened&&(re.value=re.value.filter(ur=>nr.includes(ur))),re.value.push(ar),t("open",ar,nr))},he=ar=>{const nr=re.value.indexOf(ar);nr!==-1&&re.value.splice(nr,1)},Ce=(ar,nr)=>{he(ar),t("close",ar,nr)},_e=({index:ar,indexPath:nr})=>{re.value.includes(ar)?Ce(ar,nr):Ie(ar,nr)},Ne=ar=>{(e.mode==="horizontal"||e.collapse)&&(re.value=[]);const{index:nr,indexPath:ur}=ar;if(!(isNil(nr)||isNil(ur)))if(e.router&&L){const cr=ar.route||nr,_r=L.push(cr).then(hr=>(hr||(ie.value=nr),hr));t("select",nr,ur,{index:nr,indexPath:ur,route:cr},_r)}else ie.value=nr,t("select",nr,ur,{index:nr,indexPath:ur})},Fe=ar=>{const nr=oe.value,ur=nr[ar]||ie.value&&nr[ie.value]||nr[e.defaultActive];ur?ie.value=ur.index:ie.value=ar},Ue=ar=>{const nr=getComputedStyle(ar),ur=Number.parseInt(nr.marginLeft,10),cr=Number.parseInt(nr.marginRight,10);return ar.offsetWidth+ur+cr||0},kt=()=>{var ar,nr;if(!$.value)return-1;const ur=Array.from((nr=(ar=$.value)==null?void 0:ar.childNodes)!=null?nr:[]).filter(br=>br.nodeName!=="#comment"&&(br.nodeName!=="#text"||br.nodeValue)),cr=64,_r=getComputedStyle($.value),hr=Number.parseInt(_r.paddingLeft,10),Er=Number.parseInt(_r.paddingRight,10),kr=$.value.clientWidth-hr-Er;let xr=0,yr=0;return ur.forEach((br,Ir)=>{xr+=Ue(br),xr<=kr-cr&&(yr=Ir+1)}),yr===ur.length?-1:yr},Et=ar=>ue.value[ar].indexPath,Ve=(ar,nr=33.34)=>{let ur;return()=>{ur&&clearTimeout(ur),ur=setTimeout(()=>{ar()},nr)}};let qe=!0;const jt=()=>{if(z.value===kt())return;const ar=()=>{z.value=-1,nextTick$1(()=>{z.value=kt()})};qe?ar():Ve(ar)(),qe=!1};watch(()=>e.defaultActive,ar=>{oe.value[ar]||(ie.value=""),Fe(ar)}),watch(()=>e.collapse,ar=>{ar&&(re.value=[])}),watch(oe.value,pe);let tr;watchEffect(()=>{e.mode==="horizontal"&&e.ellipsis?tr=useResizeObserver($,jt).stop:tr==null||tr()});const rr=ref$1(!1);{const ar=_r=>{ue.value[_r.index]=_r},nr=_r=>{delete ue.value[_r.index]};provide("rootMenu",reactive({props:e,openedMenus:re,items:oe,subMenus:ue,activeIndex:ie,isMenuPopup:de,addMenuItem:_r=>{oe.value[_r.index]=_r},removeMenuItem:_r=>{delete oe.value[_r.index]},addSubMenu:ar,removeSubMenu:nr,openMenu:Ie,closeMenu:Ce,handleMenuItemClick:Ne,handleSubMenuClick:_e})),provide(`subMenu:${k.uid}`,{addSubMenu:ar,removeSubMenu:nr,mouseInChild:rr,level:0})}return onMounted(()=>{e.mode==="horizontal"&&new Menu$1(k.vnode.el,j.namespace.value)}),n({open:nr=>{const{indexPath:ur}=ue.value[nr];ur.forEach(cr=>Ie(cr,ur))},close:he,handleResize:jt}),()=>{var ar,nr;let ur=(nr=(ar=y.default)==null?void 0:ar.call(y))!=null?nr:[];const cr=[];if(e.mode==="horizontal"&&$.value){const kr=flattedChildren(ur),xr=z.value===-1?kr:kr.slice(0,z.value),yr=z.value===-1?[]:kr.slice(z.value);yr!=null&&yr.length&&e.ellipsis&&(ur=xr,cr.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:()=>yr})))}const _r=useMenuCssVar(e,0),hr=e.closeOnClickOutside?[[ClickOutside,()=>{re.value.length&&(rr.value||(re.value.forEach(kr=>t("close",kr,Et(kr))),re.value=[]))}]]:[],Er=withDirectives(h$1("ul",{key:String(e.collapse),role:"menubar",ref:$,style:_r.value,class:{[j.b()]:!0,[j.m(e.mode)]:!0,[j.m("collapse")]:e.collapse}},[...ur,...cr]),hr);return e.collapseTransition&&e.mode==="vertical"?h$1(ElMenuCollapseTransition,()=>Er):Er}}});const menuItemProps=buildProps({index:{type:definePropType([String,null]),default:null},route:{type:definePropType([String,Object])},disabled:Boolean}),menuItemEmits={click:e=>isString$3(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"),k=useNamespace("menu"),L=useNamespace("menu-item");n||throwError(COMPONENT_NAME$b,"can not inject root menu");const{parentMenu:$,indexPath:j}=useMenu(y,toRef$1(e,"index")),V=inject(`subMenu:${$.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}),ie=()=>{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:$,rootMenu:n,active:z,nsMenu:k,nsMenuItem:L,handleClick:ie}}});function _sfc_render$d(e,t,y,n,k,L){const $=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($,{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,L){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(),k=useNamespace("page-header"),L=computed(()=>[k.b(),{[k.m("has-breadcrumb")]:!!y.breadcrumb,[k.m("has-extra")]:!!y.extra,[k.is("contentful")]:!!y.default}]);function $(){t("back")}return(j,V)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(L))},[j.$slots.breadcrumb?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(k).e("breadcrumb"))},[renderSlot(j.$slots,"breadcrumb")],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(k).e("header"))},[createBaseVNode("div",{class:normalizeClass(unref(k).e("left"))},[createBaseVNode("div",{class:normalizeClass(unref(k).e("back")),role:"button",tabindex:"0",onClick:$},[j.icon||j.$slots.icon?(openBlock(),createElementBlock("div",{key:0,"aria-label":j.title||unref(n)("el.pageHeader.title"),class:normalizeClass(unref(k).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(k).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(k).e("content"))},[renderSlot(j.$slots,"content",{},()=>[createTextVNode(toDisplayString(j.content),1)])],2)],2),j.$slots.extra?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(k).e("extra"))},[renderSlot(j.$slots,"extra")],2)):createCommentVNode("v-if",!0)],2),j.$slots.default?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(k).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,L)=>(openBlock(),createElementBlock("button",{type:"button",class:"btn-prev",disabled:unref(n),"aria-label":k.prevText||unref(y)("el.pagination.prev"),"aria-disabled":unref(n),onClick:$=>k.$emit("click",$)},[k.prevText?(openBlock(),createElementBlock("span",{key:0},toDisplayString(k.prevText),1)):(openBlock(),createBlock(unref(ElIcon),{key:1},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(k.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,L)=>(openBlock(),createElementBlock("button",{type:"button",class:"btn-next",disabled:unref(n),"aria-label":k.nextText||unref(y)("el.pagination.next"),"aria-disabled":unref(n),onClick:$=>k.$emit("click",$)},[k.nextText?(openBlock(),createElementBlock("span",{key:0},toDisplayString(k.nextText),1)):(openBlock(),createBlock(unref(ElIcon),{key:1},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(k.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}),k=computed(()=>re(castArray$1(y.props.modelValue),e.value)),L=computed(()=>{var ue;if(y.props.multiple){const de=castArray$1((ue=y.props.modelValue)!=null?ue:[]);return!k.value&&de.length>=y.props.multipleLimit&&y.props.multipleLimit>0}else return!1}),$=computed(()=>e.label||(isObject$4(e.value)?"":e.value)),j=computed(()=>e.value||e.label||""),V=computed(()=>e.disabled||t.groupDisabled||L.value),z=getCurrentInstance(),re=(ue=[],de)=>{if(isObject$4(e.value)){const pe=y.props.valueKey;return ue&&ue.some(Ie=>toRaw(get(Ie,pe))===get(de,pe))}else return ue&&ue.includes(de)},ie=()=>{!e.disabled&&!n.disabled&&(y.states.hoveringIndex=y.optionsArray.indexOf(z.proxy))},oe=ue=>{const de=new RegExp(escapeStringRegexp(ue),"i");t.visible=de.test($.value)||e.created};return watch(()=>$.value,()=>{!e.created&&!y.props.remote&&y.setSelected()}),watch(()=>e.value,(ue,de)=>{const{remote:pe,valueKey:Ie}=y.props;if(ue!==de&&(y.onOptionDestroy(de,z.proxy),y.onOptionCreate(z.proxy)),!e.created&&!pe){if(Ie&&isObject$4(ue)&&isObject$4(de)&&ue[Ie]===de[Ie])return;y.setSelected()}}),watch(()=>n.disabled,()=>{t.groupDisabled=n.disabled},{immediate:!0}),{select:y,currentLabel:$,currentValue:j,itemSelected:k,isDisabled:V,hoverItem:ie,updateOption:oe}}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($)),t.is("hovering",unref(oe))]),k=reactive({index:-1,groupDisabled:!1,visible:!0,hover:!1}),{currentLabel:L,itemSelected:$,isDisabled:j,select:V,hoverItem:z,updateOption:re}=useOption$1(e,k),{visible:ie,hover:oe}=toRefs(k),ue=getCurrentInstance().proxy;V.onOptionCreate(ue),onBeforeUnmount(()=>{const pe=ue.value,{selected:Ie}=V.states,Ce=(V.props.multiple?Ie:[Ie]).some(_e=>_e.value===ue.value);nextTick$1(()=>{V.states.cachedOptions.get(pe)===ue&&!Ce&&V.states.cachedOptions.delete(pe)}),V.onOptionDestroy(pe,ue)});function de(){j.value||V.handleOptionSelect(ue)}return{ns:t,id:y,containerKls:n,currentLabel:L,itemSelected:$,isDisabled:j,select:V,hoverItem:z,updateOption:re,visible:ie,hover:oe,selectOptionClick:de,states:k}}});function _sfc_render$b(e,t,y,n,k,L){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),k=computed(()=>e.props.fitInputWidth),L=ref$1("");function $(){var j;L.value=`${(j=e.selectRef)==null?void 0:j.offsetWidth}px`}return onMounted(()=>{$(),useResizeObserver(e.selectRef,$)}),{ns:t,minWidth:L,popperClass:y,isMultiple:n,isFitInputWidth:k}}});function _sfc_render$a(e,t,y,n,k,L){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(),k=useNamespace("select"),L=useNamespace("input"),$=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),ie=ref$1(null),oe=ref$1(null),ue=ref$1(null),de=ref$1(null),pe=ref$1(null),Ie=ref$1(null),he=ref$1(null),Ce=ref$1(null),{isComposing:_e,handleCompositionStart:Ne,handleCompositionUpdate:Fe,handleCompositionEnd:Ue}=useComposition({afterComposition:Lr=>Go(Lr)}),{wrapperRef:kt,isFocused:Et,handleBlur:Ve}=useFocusController(ie,{afterFocus(){e.automaticDropdown&&!qe.value&&(qe.value=!0,$.menuVisibleOnFocus=!0)},beforeBlur(Lr){var Zn,hn;return((Zn=z.value)==null?void 0:Zn.isFocusInsideContent(Lr))||((hn=re.value)==null?void 0:hn.isFocusInsideContent(Lr))},afterBlur(){qe.value=!1,$.menuVisibleOnFocus=!1}}),qe=ref$1(!1),jt=ref$1(),{form:tr,formItem:rr}=useFormItem(),{inputId:ar}=useFormItemInputId(e,{formItemContext:rr}),{valueOnClear:nr,isEmptyValue:ur}=useEmptyValues(e),cr=computed(()=>e.disabled||(tr==null?void 0:tr.disabled)),_r=computed(()=>isArray$2(e.modelValue)?e.modelValue.length>0:!ur(e.modelValue)),hr=computed(()=>e.clearable&&!cr.value&&$.inputHovering&&_r.value),Er=computed(()=>e.remote&&e.filterable&&!e.remoteShowSuffix?"":e.suffixIcon),kr=computed(()=>k.is("reverse",Er.value&&qe.value)),xr=computed(()=>(rr==null?void 0:rr.validateState)||""),yr=computed(()=>ValidateComponentsMap[xr.value]),br=computed(()=>e.remote?300:0),Ir=computed(()=>e.loading?e.loadingText||y("el.select.loading"):e.remote&&!$.inputValue&&$.options.size===0?!1:e.filterable&&$.inputValue&&$.options.size>0&&Mr.value===0?e.noMatchText||y("el.select.noMatch"):$.options.size===0?e.noDataText||y("el.select.noData"):null),Mr=computed(()=>mr.value.filter(Lr=>Lr.visible).length),mr=computed(()=>{const Lr=Array.from($.options.values()),Zn=[];return $.optionValues.forEach(hn=>{const Ln=Lr.findIndex(Vi=>Vi.value===hn);Ln>-1&&Zn.push(Lr[Ln])}),Zn.length>=Lr.length?Zn:Lr}),gr=computed(()=>Array.from($.cachedOptions.values())),jr=computed(()=>{const Lr=mr.value.filter(Zn=>!Zn.created).some(Zn=>Zn.currentLabel===$.inputValue);return e.filterable&&e.allowCreate&&$.inputValue!==""&&!Lr}),Hr=()=>{e.filterable&&isFunction$4(e.filterMethod)||e.filterable&&e.remote&&isFunction$4(e.remoteMethod)||mr.value.forEach(Lr=>{var Zn;(Zn=Lr.updateOption)==null||Zn.call(Lr,$.inputValue)})},Vr=useFormSize(),zr=computed(()=>["small"].includes(Vr.value)?"small":"default"),Sr=computed({get(){return qe.value&&Ir.value!==!1},set(Lr){qe.value=Lr}}),Tr=computed(()=>{if(e.multiple&&!isUndefined$1(e.modelValue))return castArray$1(e.modelValue).length===0&&!$.inputValue;const Lr=isArray$2(e.modelValue)?e.modelValue[0]:e.modelValue;return e.filterable||isUndefined$1(Lr)?!$.inputValue:!0}),Br=computed(()=>{var Lr;const Zn=(Lr=e.placeholder)!=null?Lr:y("el.select.placeholder");return e.multiple||!_r.value?Zn:$.selectedLabel}),vr=computed(()=>isIOS$1?null:"mouseenter");watch(()=>e.modelValue,(Lr,Zn)=>{e.multiple&&e.filterable&&!e.reserveKeyword&&($.inputValue="",Cr("")),Rr(),!isEqual$1(Lr,Zn)&&e.validateEvent&&(rr==null||rr.validate("change").catch(hn=>void 0))},{flush:"post",deep:!0}),watch(()=>qe.value,Lr=>{Lr?Cr($.inputValue):($.inputValue="",$.previousQuery=null,$.isBeforeHide=!0),t("visible-change",Lr)}),watch(()=>$.options.entries(),()=>{var Lr;if(!isClient)return;const Zn=((Lr=j.value)==null?void 0:Lr.querySelectorAll("input"))||[];(!e.filterable&&!e.defaultFirstOption&&!isUndefined$1(e.modelValue)||!Array.from(Zn).includes(document.activeElement))&&Rr(),e.defaultFirstOption&&(e.filterable||e.remote)&&Mr.value&&Dr()},{flush:"post"}),watch(()=>$.hoveringIndex,Lr=>{isNumber$3(Lr)&&Lr>-1?jt.value=mr.value[Lr]||{}:jt.value={},mr.value.forEach(Zn=>{Zn.hover=jt.value===Zn})}),watchEffect(()=>{$.isBeforeHide||Hr()});const Cr=Lr=>{$.previousQuery===Lr||_e.value||($.previousQuery=Lr,e.filterable&&isFunction$4(e.filterMethod)?e.filterMethod(Lr):e.filterable&&e.remote&&isFunction$4(e.remoteMethod)&&e.remoteMethod(Lr),e.defaultFirstOption&&(e.filterable||e.remote)&&Mr.value?nextTick$1(Dr):nextTick$1(Kr))},Dr=()=>{const Lr=mr.value.filter(Ln=>Ln.visible&&!Ln.disabled&&!Ln.states.groupDisabled),Zn=Lr.find(Ln=>Ln.created),hn=Lr[0];$.hoveringIndex=sa(mr.value,Zn||hn)},Rr=()=>{if(e.multiple)$.selectedLabel="";else{const Zn=isArray$2(e.modelValue)?e.modelValue[0]:e.modelValue,hn=Wr(Zn);$.selectedLabel=hn.currentLabel,$.selected=hn;return}const Lr=[];isUndefined$1(e.modelValue)||castArray$1(e.modelValue).forEach(Zn=>{Lr.push(Wr(Zn))}),$.selected=Lr},Wr=Lr=>{let Zn;const hn=toRawType(Lr).toLowerCase()==="object",Ln=toRawType(Lr).toLowerCase()==="null",Vi=toRawType(Lr).toLowerCase()==="undefined";for(let Ki=$.cachedOptions.size-1;Ki>=0;Ki--){const Yo=gr.value[Ki];if(hn?get(Yo.value,e.valueKey)===get(Lr,e.valueKey):Yo.value===Lr){Zn={value:Lr,currentLabel:Yo.currentLabel,get isDisabled(){return Yo.isDisabled}};break}}if(Zn)return Zn;const Wi=hn?Lr.label:!Ln&&!Vi?Lr:"";return{value:Lr,currentLabel:Wi}},Kr=()=>{e.multiple?$.hoveringIndex=mr.value.findIndex(Lr=>$.selected.some(Zn=>Lu(Zn)===Lu(Lr))):$.hoveringIndex=mr.value.findIndex(Lr=>Lu(Lr)===Lu($.selected))},Nr=()=>{$.selectionWidth=V.value.getBoundingClientRect().width},Fr=()=>{$.calculatorWidth=oe.value.getBoundingClientRect().width},Qr=()=>{$.collapseItemWidth=he.value.getBoundingClientRect().width},ca=()=>{var Lr,Zn;(Zn=(Lr=z.value)==null?void 0:Lr.updatePopper)==null||Zn.call(Lr)},Po=()=>{var Lr,Zn;(Zn=(Lr=re.value)==null?void 0:Lr.updatePopper)==null||Zn.call(Lr)},Wa=()=>{$.inputValue.length>0&&!qe.value&&(qe.value=!0),Cr($.inputValue)},Go=Lr=>{if($.inputValue=Lr.target.value,e.remote)us();else return Wa()},us=debounce(()=>{Wa()},br.value),Kn=Lr=>{isEqual$1(e.modelValue,Lr)||t(CHANGE_EVENT,Lr)},Gr=Lr=>findLastIndex(Lr,Zn=>!$.disabledOptions.has(Zn)),Ar=Lr=>{if(e.multiple&&Lr.code!==EVENT_CODE.delete&&Lr.target.value.length<=0){const Zn=castArray$1(e.modelValue).slice(),hn=Gr(Zn);if(hn<0)return;const Ln=Zn[hn];Zn.splice(hn,1),t(UPDATE_MODEL_EVENT,Zn),Kn(Zn),t("remove-tag",Ln)}},On=(Lr,Zn)=>{const hn=$.selected.indexOf(Zn);if(hn>-1&&!cr.value){const Ln=castArray$1(e.modelValue).slice();Ln.splice(hn,1),t(UPDATE_MODEL_EVENT,Ln),Kn(Ln),t("remove-tag",Zn.value)}Lr.stopPropagation(),Ns()},kn=Lr=>{Lr.stopPropagation();const Zn=e.multiple?[]:nr.value;if(e.multiple)for(const hn of $.selected)hn.isDisabled&&Zn.push(hn.value);t(UPDATE_MODEL_EVENT,Zn),Kn(Zn),$.hoveringIndex=-1,qe.value=!1,t("clear"),Ns()},Sa=Lr=>{var Zn;if(e.multiple){const hn=castArray$1((Zn=e.modelValue)!=null?Zn:[]).slice(),Ln=sa(hn,Lr.value);Ln>-1?hn.splice(Ln,1):(e.multipleLimit<=0||hn.length<e.multipleLimit)&&hn.push(Lr.value),t(UPDATE_MODEL_EVENT,hn),Kn(hn),Lr.created&&Cr(""),e.filterable&&!e.reserveKeyword&&($.inputValue="")}else t(UPDATE_MODEL_EVENT,Lr.value),Kn(Lr.value),qe.value=!1;Ns(),!qe.value&&nextTick$1(()=>{qa(Lr)})},sa=(Lr=[],Zn)=>{if(!isObject$4(Zn))return Lr.indexOf(Zn);const hn=e.valueKey;let Ln=-1;return Lr.some((Vi,Wi)=>toRaw(get(Vi,hn))===get(Zn,hn)?(Ln=Wi,!0):!1),Ln},qa=Lr=>{var Zn,hn,Ln,Vi,Wi;const pa=isArray$2(Lr)?Lr[0]:Lr;let Ki=null;if(pa!=null&&pa.value){const Yo=mr.value.filter(Eo=>Eo.value===pa.value);Yo.length>0&&(Ki=Yo[0].$el)}if(z.value&&Ki){const Yo=(Vi=(Ln=(hn=(Zn=z.value)==null?void 0:Zn.popperRef)==null?void 0:hn.contentRef)==null?void 0:Ln.querySelector)==null?void 0:Vi.call(Ln,`.${k.be("dropdown","wrap")}`);Yo&&scrollIntoView(Yo,Ki)}(Wi=Ce.value)==null||Wi.handleScroll()},To=Lr=>{$.options.set(Lr.value,Lr),$.cachedOptions.set(Lr.value,Lr),Lr.disabled&&$.disabledOptions.set(Lr.value,Lr)},Hi=(Lr,Zn)=>{$.options.get(Lr)===Zn&&$.options.delete(Lr)},na=computed(()=>{var Lr,Zn;return(Zn=(Lr=z.value)==null?void 0:Lr.popperRef)==null?void 0:Zn.contentRef}),Ma=()=>{$.isBeforeHide=!1,nextTick$1(()=>qa($.selected))},Ns=()=>{var Lr;(Lr=ie.value)==null||Lr.focus()},cs=()=>{Bl()},vl=Lr=>{kn(Lr)},Bl=Lr=>{if(qe.value=!1,Et.value){const Zn=new FocusEvent("focus",Lr);nextTick$1(()=>Ve(Zn))}},Au=()=>{$.inputValue.length>0?$.inputValue="":qe.value=!1},xs=()=>{cr.value||(isIOS$1&&($.inputHovering=!0),$.menuVisibleOnFocus?$.menuVisibleOnFocus=!1:qe.value=!qe.value)},ju=()=>{qe.value?mr.value[$.hoveringIndex]&&Sa(mr.value[$.hoveringIndex]):xs()},Lu=Lr=>isObject$4(Lr.value)?get(Lr.value,e.valueKey):Lr.value,Pc=computed(()=>mr.value.filter(Lr=>Lr.visible).every(Lr=>Lr.disabled)),Nc=computed(()=>e.multiple?e.collapseTags?$.selected.slice(0,e.maxCollapseTags):$.selected:[]),gc=computed(()=>e.multiple?e.collapseTags?$.selected.slice(e.maxCollapseTags):[]:[]),Wl=Lr=>{if(!qe.value){qe.value=!0;return}if(!($.options.size===0||$.filteredOptionsCount===0||_e.value)&&!Pc.value){Lr==="next"?($.hoveringIndex++,$.hoveringIndex===$.options.size&&($.hoveringIndex=0)):Lr==="prev"&&($.hoveringIndex--,$.hoveringIndex<0&&($.hoveringIndex=$.options.size-1));const Zn=mr.value[$.hoveringIndex];(Zn.disabled===!0||Zn.states.groupDisabled===!0||!Zn.visible)&&Wl(Lr),nextTick$1(()=>qa(jt.value))}},ps=()=>{if(!V.value)return 0;const Lr=window.getComputedStyle(V.value);return Number.parseFloat(Lr.gap||"6px")},Ds=computed(()=>{const Lr=ps();return{maxWidth:`${he.value&&e.maxCollapseTags===1?$.selectionWidth-$.collapseItemWidth-Lr:$.selectionWidth}px`}}),Us=computed(()=>({maxWidth:`${$.selectionWidth}px`})),Vs=computed(()=>({width:`${Math.max($.calculatorWidth,MINIMUM_INPUT_WIDTH$1)}px`}));return useResizeObserver(V,Nr),useResizeObserver(oe,Fr),useResizeObserver(pe,ca),useResizeObserver(kt,ca),useResizeObserver(Ie,Po),useResizeObserver(he,Qr),onMounted(()=>{Rr()}),{inputId:ar,contentId:n,nsSelect:k,nsInput:L,states:$,isFocused:Et,expanded:qe,optionsArray:mr,hoverOption:jt,selectSize:Vr,filteredOptionsCount:Mr,resetCalculatorWidth:Fr,updateTooltip:ca,updateTagTooltip:Po,debouncedOnInputChange:us,onInput:Go,deletePrevTag:Ar,deleteTag:On,deleteSelected:kn,handleOptionSelect:Sa,scrollToOption:qa,hasModelValue:_r,shouldShowPlaceholder:Tr,currentPlaceholder:Br,mouseEnterEventName:vr,showClose:hr,iconComponent:Er,iconReverse:kr,validateState:xr,validateIcon:yr,showNewOption:jr,updateOptions:Hr,collapseTagSize:zr,setSelected:Rr,selectDisabled:cr,emptyText:Ir,handleCompositionStart:Ne,handleCompositionUpdate:Fe,handleCompositionEnd:Ue,onOptionCreate:To,onOptionDestroy:Hi,handleMenuEnter:Ma,focus:Ns,blur:cs,handleClearClick:vl,handleClickOutside:Bl,handleEsc:Au,toggleMenu:xs,selectOption:ju,getValueKey:Lu,navigateOptions:Wl,dropdownMenuVisible:Sr,showTagList:Nc,collapseTagList:gc,tagStyle:Ds,collapseTagStyle:Us,inputStyle:Vs,popperRef:na,inputRef:ie,tooltipRef:z,tagTooltipRef:re,calculatorRef:oe,prefixRef:ue,suffixRef:de,selectRef:j,wrapperRef:kt,selectionRef:V,scrollbarRef:Ce,menuRef:pe,tagMenuRef:Ie,collapseItemRef:he}};var ElOptions=defineComponent({name:"ElOptions",setup(e,{slots:t}){const y=inject(selectKey);let n=[];return()=>{var k,L;const $=(k=t.default)==null?void 0:k.call(t),j=[];function V(z){isArray$2(z)&&z.forEach(re=>{var ie,oe,ue,de;const pe=(ie=(re==null?void 0:re.type)||{})==null?void 0:ie.name;pe==="ElOptionGroup"?V(!isString$3(re.children)&&!isArray$2(re.children)&&isFunction$4((oe=re.children)==null?void 0:oe.default)?(ue=re.children)==null?void 0:ue.default():re.children):pe==="ElOption"?j.push((de=re.props)==null?void 0:de.value):isArray$2(re.children)&&V(re.children)})}return $.length&&V((L=$[0])==null?void 0:L.children),isEqual$1(j,n)||(n=j,y&&(y.states.optionValues=j)),$}}});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,L){const $=resolveComponent("el-tag"),j=resolveComponent("el-tooltip"),V=resolveComponent("el-icon"),z=resolveComponent("el-option"),re=resolveComponent("el-options"),ie=resolveComponent("el-scrollbar"),oe=resolveComponent("el-select-menu"),ue=resolveDirective("click-outside");return withDirectives((openBlock(),createElementBlock("div",{ref:"selectRef",class:normalizeClass([e.nsSelect.b(),e.nsSelect.m(e.selectSize)]),[toHandlerKey(e.mouseEnterEventName)]:de=>e.states.inputHovering=!0,onMouseleave:de=>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:de=>e.states.isBeforeHide=!1},{default:withCtx(()=>{var de;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,pe=>(openBlock(),createElementBlock("div",{key:e.getValueKey(pe),class:normalizeClass(e.nsSelect.e("selected-item"))},[createVNode($,{closable:!e.selectDisabled&&!pe.isDisabled,size:e.collapseTagSize,type:e.tagType,effect:e.tagEffect,"disable-transitions":"",style:normalizeStyle(e.tagStyle),onClose:Ie=>e.deleteTag(Ie,pe)},{default:withCtx(()=>[createBaseVNode("span",{class:normalizeClass(e.nsSelect.e("tags-text"))},[renderSlot(e.$slots,"label",{label:pe.currentLabel,value:pe.value},()=>[createTextVNode(toDisplayString(pe.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($,{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,pe=>(openBlock(),createElementBlock("div",{key:e.getValueKey(pe),class:normalizeClass(e.nsSelect.e("selected-item"))},[createVNode($,{class:"in-tooltip",closable:!e.selectDisabled&&!pe.isDisabled,size:e.collapseTagSize,type:e.tagType,effect:e.tagEffect,"disable-transitions":"",onClose:Ie=>e.deleteTag(Ie,pe)},{default:withCtx(()=>[createBaseVNode("span",{class:normalizeClass(e.nsSelect.e("tags-text"))},[renderSlot(e.$slots,"label",{label:pe.currentLabel,value:pe.value},()=>[createTextVNode(toDisplayString(pe.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":pe=>e.states.inputValue=pe,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":((de=e.hoverOption)==null?void 0:de.id)||"","aria-controls":e.contentId,"aria-expanded":e.dropdownMenuVisible,"aria-label":e.ariaLabel,"aria-autocomplete":"none","aria-haspopup":"listbox",onKeydown:[withKeys(withModifiers(pe=>e.navigateOptions("next"),["stop","prevent"]),["down"]),withKeys(withModifiers(pe=>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(oe,{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(ie,{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"])),[[ue,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(),k=ref$1([]);provide(selectGroupKey,reactive({...toRefs(e)}));const L=computed(()=>k.value.some(z=>z.visible===!0)),$=z=>{var re,ie;return((re=z.type)==null?void 0:re.name)==="ElOption"&&!!((ie=z.component)!=null&&ie.proxy)},j=z=>{const re=castArray$1(z),ie=[];return re.forEach(oe=>{var ue,de;$(oe)?ie.push(oe.component.proxy):(ue=oe.children)!=null&&ue.length?ie.push(...j(oe.children)):(de=oe.component)!=null&&de.subTree&&ie.push(...j(oe.component.subTree))}),ie},V=()=>{k.value=j(n.subTree)};return onMounted(()=>{V()}),useMutationObserver(y,V,{attributes:!0,subtree:!0,childList:!0}),{groupRef:y,visible:L,ns:t}}});function _sfc_render$8(e,t,y,n,k,L){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(),k=useNamespace("pagination"),L=usePagination(),$=ref$1(y.pageSize);watch(()=>y.pageSizes,(z,re)=>{if(!isEqual$1(z,re)&&Array.isArray(z)){const ie=z.includes(y.pageSize)?y.pageSize:y.pageSizes[0];t("page-size-change",ie)}}),watch(()=>y.pageSize,z=>{$.value=z});const j=computed(()=>y.pageSizes);function V(z){var re;z!==$.value&&($.value=z,(re=L.handleSizeChange)==null||re.call(L,Number(z)))}return(z,re)=>(openBlock(),createElementBlock("span",{class:normalizeClass(unref(k).e("sizes"))},[createVNode(unref(ElSelect),{"model-value":$.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),ie=>(openBlock(),createBlock(unref(ElOption),{key:ie,value:ie,label:ie+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:k,currentPage:L,changeEvent:$}=usePagination(),j=ref$1(),V=computed(()=>{var ie;return(ie=j.value)!=null?ie:L==null?void 0:L.value});function z(ie){j.value=ie?+ie:""}function re(ie){ie=Math.trunc(+ie),$==null||$(ie),j.value=void 0}return(ie,oe)=>(openBlock(),createElementBlock("span",{class:normalizeClass(unref(y).e("jump")),disabled:unref(k)},[createBaseVNode("span",{class:normalizeClass([unref(y).e("goto")])},toDisplayString(unref(t)("el.pagination.goto")),3),createVNode(unref(ElInput),{size:ie.size,class:normalizeClass([unref(y).e("editor"),unref(y).is("in-pagination")]),min:1,max:unref(n),disabled:unref(k),"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,L)=>(openBlock(),createElementBlock("span",{class:normalizeClass(unref(y).e("total")),disabled:unref(n)},toDisplayString(unref(t)("el.pagination.total",{total:k.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"),k=useNamespace("icon"),{t:L}=useLocale(),$=ref$1(!1),j=ref$1(!1),V=ref$1(!1),z=ref$1(!1),re=ref$1(!1),ie=ref$1(!1),oe=computed(()=>{const Ne=y.pagerCount,Fe=(Ne-1)/2,Ue=Number(y.currentPage),kt=Number(y.pageCount);let Et=!1,Ve=!1;kt>Ne&&(Ue>Ne-Fe&&(Et=!0),Ue<kt-Fe&&(Ve=!0));const qe=[];if(Et&&!Ve){const jt=kt-(Ne-2);for(let tr=jt;tr<kt;tr++)qe.push(tr)}else if(!Et&&Ve)for(let jt=2;jt<Ne;jt++)qe.push(jt);else if(Et&&Ve){const jt=Math.floor(Ne/2)-1;for(let tr=Ue-jt;tr<=Ue+jt;tr++)qe.push(tr)}else for(let jt=2;jt<kt;jt++)qe.push(jt);return qe}),ue=computed(()=>["more","btn-quickprev",k.b(),n.is("disabled",y.disabled)]),de=computed(()=>["more","btn-quicknext",k.b(),n.is("disabled",y.disabled)]),pe=computed(()=>y.disabled?-1:0);watchEffect(()=>{const Ne=(y.pagerCount-1)/2;$.value=!1,j.value=!1,y.pageCount>y.pagerCount&&(y.currentPage>y.pagerCount-Ne&&($.value=!0),y.currentPage<y.pageCount-Ne&&(j.value=!0))});function Ie(Ne=!1){y.disabled||(Ne?V.value=!0:z.value=!0)}function he(Ne=!1){Ne?re.value=!0:ie.value=!0}function Ce(Ne){const Fe=Ne.target;if(Fe.tagName.toLowerCase()==="li"&&Array.from(Fe.classList).includes("number")){const Ue=Number(Fe.textContent);Ue!==y.currentPage&&t("change",Ue)}else Fe.tagName.toLowerCase()==="li"&&Array.from(Fe.classList).includes("more")&&_e(Ne)}function _e(Ne){const Fe=Ne.target;if(Fe.tagName.toLowerCase()==="ul"||y.disabled)return;let Ue=Number(Fe.textContent);const kt=y.pageCount,Et=y.currentPage,Ve=y.pagerCount-2;Fe.className.includes("more")&&(Fe.className.includes("quickprev")?Ue=Et-Ve:Fe.className.includes("quicknext")&&(Ue=Et+Ve)),Number.isNaN(+Ue)||(Ue<1&&(Ue=1),Ue>kt&&(Ue=kt)),Ue!==Et&&t("change",Ue)}return(Ne,Fe)=>(openBlock(),createElementBlock("ul",{class:normalizeClass(unref(n).b()),onClick:_e,onKeyup:withKeys(Ce,["enter"])},[Ne.pageCount>0?(openBlock(),createElementBlock("li",{key:0,class:normalizeClass([[unref(n).is("active",Ne.currentPage===1),unref(n).is("disabled",Ne.disabled)],"number"]),"aria-current":Ne.currentPage===1,"aria-label":unref(L)("el.pagination.currentPage",{pager:1}),tabindex:unref(pe)}," 1 ",10,["aria-current","aria-label","tabindex"])):createCommentVNode("v-if",!0),$.value?(openBlock(),createElementBlock("li",{key:1,class:normalizeClass(unref(ue)),tabindex:unref(pe),"aria-label":unref(L)("el.pagination.prevPages",{pager:Ne.pagerCount-2}),onMouseenter:Ue=>Ie(!0),onMouseleave:Ue=>V.value=!1,onFocus:Ue=>he(!0),onBlur:Ue=>re.value=!1},[(V.value||re.value)&&!Ne.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(oe),Ue=>(openBlock(),createElementBlock("li",{key:Ue,class:normalizeClass([[unref(n).is("active",Ne.currentPage===Ue),unref(n).is("disabled",Ne.disabled)],"number"]),"aria-current":Ne.currentPage===Ue,"aria-label":unref(L)("el.pagination.currentPage",{pager:Ue}),tabindex:unref(pe)},toDisplayString(Ue),11,["aria-current","aria-label","tabindex"]))),128)),j.value?(openBlock(),createElementBlock("li",{key:2,class:normalizeClass(unref(de)),tabindex:unref(pe),"aria-label":unref(L)("el.pagination.nextPages",{pager:Ne.pagerCount-2}),onMouseenter:Ue=>Ie(),onMouseleave:Ue=>z.value=!1,onFocus:Ue=>he(),onBlur:Ue=>ie.value=!1},[(z.value||ie.value)&&!Ne.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),Ne.pageCount>1?(openBlock(),createElementBlock("li",{key:3,class:normalizeClass([[unref(n).is("active",Ne.currentPage===Ne.pageCount),unref(n).is("disabled",Ne.disabled)],"number"]),"aria-current":Ne.currentPage===Ne.pageCount,"aria-label":unref(L)("el.pagination.currentPage",{pager:Ne.pageCount}),tabindex:unref(pe)},toDisplayString(Ne.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$3(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$3(e),"update:page-size":e=>isNumber$3(e),"size-change":e=>isNumber$3(e),change:(e,t)=>isNumber$3(e)&&isNumber$3(t),"current-change":e=>isNumber$3(e),"prev-click":e=>isNumber$3(e),"next-click":e=>isNumber$3(e)},componentName="ElPagination";var Pagination=defineComponent({name:componentName,props:paginationProps,emits:paginationEmits,setup(e,{emit:t,slots:y}){const{t:n}=useLocale(),k=useNamespace("pagination"),L=getCurrentInstance().vnode.props||{},$=computed(()=>{var Ne;return e.small?"small":(Ne=e.size)!=null?Ne: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 L||"onUpdate:current-page"in L||"onCurrentChange"in L,V="onUpdate:pageSize"in L||"onUpdate:page-size"in L||"onSizeChange"in L,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),ie=ref$1(isAbsent(e.defaultCurrentPage)?1:e.defaultCurrentPage),oe=computed({get(){return isAbsent(e.pageSize)?re.value:e.pageSize},set(Ne){isAbsent(e.pageSize)&&(re.value=Ne),V&&(t("update:page-size",Ne),t("size-change",Ne))}}),ue=computed(()=>{let Ne=0;return isAbsent(e.pageCount)?isAbsent(e.total)||(Ne=Math.max(1,Math.ceil(e.total/oe.value))):Ne=e.pageCount,Ne}),de=computed({get(){return isAbsent(e.currentPage)?ie.value:e.currentPage},set(Ne){let Fe=Ne;Ne<1?Fe=1:Ne>ue.value&&(Fe=ue.value),isAbsent(e.currentPage)&&(ie.value=Fe),j&&(t("update:current-page",Fe),t("current-change",Fe))}});watch(ue,Ne=>{de.value>Ne&&(de.value=Ne)}),watch([de,oe],Ne=>{t("change",...Ne)},{flush:"post"});function pe(Ne){de.value=Ne}function Ie(Ne){oe.value=Ne;const Fe=ue.value;de.value>Fe&&(de.value=Fe)}function he(){e.disabled||(de.value-=1,t("prev-click",de.value))}function Ce(){e.disabled||(de.value+=1,t("next-click",de.value))}function _e(Ne,Fe){Ne&&(Ne.props||(Ne.props={}),Ne.props.class=[Ne.props.class,Fe].join(" "))}return provide(elPaginationKey,{pageCount:ue,disabled:computed(()=>e.disabled),currentPage:de,changeEvent:pe,handleSizeChange:Ie}),()=>{var Ne,Fe;if(!z.value)return n("el.pagination.deprecationWarning"),null;if(!e.layout||e.hideOnSinglePage&&ue.value<=1)return null;const Ue=[],kt=[],Et=h$1("div",{class:k.e("rightwrapper")},kt),Ve={prev:h$1(Prev,{disabled:e.disabled,currentPage:de.value,prevText:e.prevText,prevIcon:e.prevIcon,onClick:he}),jumper:h$1(Jumper,{size:$.value}),pager:h$1(Pager,{currentPage:de.value,pageCount:ue.value,pagerCount:e.pagerCount,onChange:pe,disabled:e.disabled}),next:h$1(Next,{disabled:e.disabled,currentPage:de.value,pageCount:ue.value,nextText:e.nextText,nextIcon:e.nextIcon,onClick:Ce}),sizes:h$1(Sizes,{pageSize:oe.value,pageSizes:e.pageSizes,popperClass:e.popperClass,disabled:e.disabled,teleported:e.teleported,size:$.value}),slot:(Fe=(Ne=y==null?void 0:y.default)==null?void 0:Ne.call(y))!=null?Fe:null,total:h$1(Total,{total:isAbsent(e.total)?0:e.total})},qe=e.layout.split(",").map(tr=>tr.trim());let jt=!1;return qe.forEach(tr=>{if(tr==="->"){jt=!0;return}jt?kt.push(Ve[tr]):Ue.push(Ve[tr])}),_e(Ue[0],k.is("first")),_e(Ue[Ue.length-1],k.is("last")),jt&&kt.length>0&&(_e(kt[0],k.is("first")),_e(kt[kt.length-1],k.is("last")),Ue.push(Et)),h$1("div",{class:[k.b(),k.is("background",e.background),k.m($.value)]},Ue)}}});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(),k=useNamespace("popconfirm"),L=ref$1(),$=()=>{var oe,ue;(ue=(oe=L.value)==null?void 0:oe.onClose)==null||ue.call(oe)},j=computed(()=>({width:addUnit(y.width)})),V=oe=>{t("confirm",oe),$()},z=oe=>{t("cancel",oe),$()},re=computed(()=>y.confirmButtonText||n("el.popconfirm.confirmButtonText")),ie=computed(()=>y.cancelButtonText||n("el.popconfirm.cancelButtonText"));return(oe,ue)=>(openBlock(),createBlock(unref(ElTooltip),mergeProps({ref_key:"tooltipRef",ref:L,trigger:"click",effect:"light"},oe.$attrs,{"popper-class":`${unref(k).namespace.value}-popover`,"popper-style":unref(j),teleported:oe.teleported,"fallback-placements":["bottom","top","right","left"],"hide-after":oe.hideAfter,persistent:oe.persistent}),{content:withCtx(()=>[createBaseVNode("div",{class:normalizeClass(unref(k).b())},[createBaseVNode("div",{class:normalizeClass(unref(k).e("main"))},[!oe.hideIcon&&oe.icon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(k).e("icon")),style:normalizeStyle({color:oe.iconColor})},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(oe.icon)))]),_:1},8,["class","style"])):createCommentVNode("v-if",!0),createTextVNode(" "+toDisplayString(oe.title),1)],2),createBaseVNode("div",{class:normalizeClass(unref(k).e("action"))},[createVNode(unref(ElButton),{size:"small",type:oe.cancelButtonType==="text"?"":oe.cancelButtonType,text:oe.cancelButtonType==="text",onClick:z},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(ie)),1)]),_:1},8,["type","text"]),createVNode(unref(ElButton),{size:"small",type:oe.confirmButtonType==="text"?"":oe.confirmButtonType,text:oe.confirmButtonType==="text",onClick:V},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(re)),1)]),_:1},8,["type","text"])],2)],2)]),default:withCtx(()=>[oe.$slots.reference?renderSlot(oe.$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$2(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,k=computed(()=>n[updateEventKeyRaw]),L=useNamespace("popover"),$=ref$1(),j=computed(()=>{var Ie;return(Ie=unref($))==null?void 0:Ie.popperRef}),V=computed(()=>[{width:addUnit(n.width)},n.popperStyle]),z=computed(()=>[L.b(),n.popperClass,{[L.m("plain")]:!!n.content}]),re=computed(()=>n.transition===`${L.namespace.value}-fade-in-linear`),ie=()=>{var Ie;(Ie=$.value)==null||Ie.hide()},oe=()=>{y("before-enter")},ue=()=>{y("before-leave")},de=()=>{y("after-enter")},pe=()=>{y("update:visible",!1),y("after-leave")};return t({popperRef:j,hide:ie}),(Ie,he)=>(openBlock(),createBlock(unref(ElTooltip),mergeProps({ref_key:"tooltipRef",ref:$},Ie.$attrs,{trigger:Ie.trigger,placement:Ie.placement,disabled:Ie.disabled,visible:Ie.visible,transition:Ie.transition,"popper-options":Ie.popperOptions,tabindex:Ie.tabindex,content:Ie.content,offset:Ie.offset,"show-after":Ie.showAfter,"hide-after":Ie.hideAfter,"auto-close":Ie.autoClose,"show-arrow":Ie.showArrow,"aria-label":Ie.title,effect:Ie.effect,enterable:Ie.enterable,"popper-class":unref(z),"popper-style":unref(V),teleported:Ie.teleported,persistent:Ie.persistent,"gpu-acceleration":unref(re),"onUpdate:visible":unref(k),onBeforeShow:oe,onBeforeHide:ue,onShow:de,onHide:pe}),{content:withCtx(()=>[Ie.title?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(L).e("title")),role:"title"},toDisplayString(Ie.title),3)):createCommentVNode("v-if",!0),renderSlot(Ie.$slots,"default",{},()=>[createTextVNode(toDisplayString(Ie.content),1)])]),default:withCtx(()=>[Ie.$slots.reference?renderSlot(Ie.$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"),k=computed(()=>{const _e={width:`${t.percentage}%`,animationDuration:`${t.duration}s`},Ne=Ce(t.percentage);return Ne.includes("gradient")?_e.background=Ne:_e.backgroundColor=Ne,_e}),L=computed(()=>(t.strokeWidth/t.width*100).toFixed(1)),$=computed(()=>["circle","dashboard"].includes(t.type)?Number.parseInt(`${50-Number.parseFloat(L.value)/2}`,10):0),j=computed(()=>{const _e=$.value,Ne=t.type==="dashboard";return`
M 50 50
m 0 ${Ne?"":"-"}${_e}
a ${_e} ${_e} 0 1 1 0 ${Ne?"-":""}${_e*2}
a ${_e} ${_e} 0 1 1 0 ${Ne?"":"-"}${_e*2}
`}),V=computed(()=>2*Math.PI*$.value),z=computed(()=>t.type==="dashboard"?.75:1),re=computed(()=>`${-1*V.value*(1-z.value)/2}px`),ie=computed(()=>({strokeDasharray:`${V.value*z.value}px, ${V.value}px`,strokeDashoffset:re.value})),oe=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"})),ue=computed(()=>{let _e;return t.color?_e=Ce(t.percentage):_e=y[t.status]||y.default,_e}),de=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),pe=computed(()=>t.type==="line"?12+t.strokeWidth*.4:t.width*.111111+2),Ie=computed(()=>t.format(t.percentage));function he(_e){const Ne=100/_e.length;return _e.map((Ue,kt)=>isString$3(Ue)?{color:Ue,percentage:(kt+1)*Ne}:Ue).sort((Ue,kt)=>Ue.percentage-kt.percentage)}const Ce=_e=>{var Ne;const{color:Fe}=t;if(isFunction$4(Fe))return Fe(_e);if(isString$3(Fe))return Fe;{const Ue=he(Fe);for(const kt of Ue)if(kt.percentage>_e)return kt.color;return(Ne=Ue[Ue.length-1])==null?void 0:Ne.color}};return(_e,Ne)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(n).b(),unref(n).m(_e.type),unref(n).is(_e.status),{[unref(n).m("without-text")]:!_e.showText,[unref(n).m("text-inside")]:_e.textInside}]),role:"progressbar","aria-valuenow":_e.percentage,"aria-valuemin":"0","aria-valuemax":"100"},[_e.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:`${_e.strokeWidth}px`})},[createBaseVNode("div",{class:normalizeClass([unref(n).be("bar","inner"),{[unref(n).bem("bar","inner","indeterminate")]:_e.indeterminate},{[unref(n).bem("bar","inner","striped")]:_e.striped},{[unref(n).bem("bar","inner","striped-flow")]:_e.stripedFlow}]),style:normalizeStyle(unref(k))},[(_e.showText||_e.$slots.default)&&_e.textInside?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(n).be("bar","innerText"))},[renderSlot(_e.$slots,"default",{percentage:_e.percentage},()=>[createBaseVNode("span",null,toDisplayString(unref(Ie)),1)])],2)):createCommentVNode("v-if",!0)],6)],6)],2)):(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(n).b("circle")),style:normalizeStyle({height:`${_e.width}px`,width:`${_e.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":_e.strokeLinecap,"stroke-width":unref(L),fill:"none",style:normalizeStyle(unref(ie))},null,14,["d","stroke","stroke-linecap","stroke-width"]),createBaseVNode("path",{class:normalizeClass(unref(n).be("circle","path")),d:unref(j),stroke:unref(ue),fill:"none",opacity:_e.percentage?1:0,"stroke-linecap":_e.strokeLinecap,"stroke-width":unref(L),style:normalizeStyle(unref(oe))},null,14,["d","stroke","opacity","stroke-linecap","stroke-width"])]))],6)),(_e.showText||_e.$slots.default)&&!_e.textInside?(openBlock(),createElementBlock("div",{key:2,class:normalizeClass(unref(n).e("text")),style:normalizeStyle({fontSize:`${unref(pe)}px`})},[renderSlot(_e.$slots,"default",{percentage:_e.percentage},()=>[_e.status?(openBlock(),createBlock(unref(ElIcon),{key:1},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(de))))]),_:1})):(openBlock(),createElementBlock("span",{key:0},toDisplayString(unref(Ie)),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$3(e),[UPDATE_MODEL_EVENT]:e=>isNumber$3(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 k(ur,cr){const _r=kr=>isObject$4(kr),hr=Object.keys(cr).map(kr=>+kr).filter(kr=>{const xr=cr[kr];return(_r(xr)?xr.excluded:!1)?ur<kr:ur<=kr}).sort((kr,xr)=>kr-xr),Er=cr[hr[0]];return _r(Er)&&Er.value||Er}const L=inject(formContextKey,void 0),$=inject(formItemContextKey,void 0),j=useFormSize(),V=useNamespace("rate"),{inputId:z,isLabeledByFormItem:re}=useFormItemInputId(n,{formItemContext:$}),ie=ref$1(n.modelValue),oe=ref$1(-1),ue=ref$1(!0),de=computed(()=>[V.b(),V.m(j.value)]),pe=computed(()=>n.disabled||(L==null?void 0:L.disabled)),Ie=computed(()=>V.cssVarBlock({"void-color":n.voidColor,"disabled-void-color":n.disabledVoidColor,"fill-color":Ne.value})),he=computed(()=>{let ur="";return n.showScore?ur=n.scoreTemplate.replace(/\{\s*value\s*\}/,pe.value?`${n.modelValue}`:`${ie.value}`):n.showText&&(ur=n.texts[Math.ceil(ie.value)-1]),ur}),Ce=computed(()=>n.modelValue*100-Math.floor(n.modelValue)*100),_e=computed(()=>isArray$2(n.colors)?{[n.lowThreshold]:n.colors[0],[n.highThreshold]:{value:n.colors[1],excluded:!0},[n.max]:n.colors[2]}:n.colors),Ne=computed(()=>{const ur=k(ie.value,_e.value);return isObject$4(ur)?"":ur}),Fe=computed(()=>{let ur="";return pe.value?ur=`${Ce.value}%`:n.allowHalf&&(ur="50%"),{color:Ne.value,width:ur}}),Ue=computed(()=>{let ur=isArray$2(n.icons)?[...n.icons]:{...n.icons};return ur=markRaw(ur),isArray$2(ur)?{[n.lowThreshold]:ur[0],[n.highThreshold]:{value:ur[1],excluded:!0},[n.max]:ur[2]}:ur}),kt=computed(()=>k(n.modelValue,Ue.value)),Et=computed(()=>pe.value?isString$3(n.disabledVoidIcon)?n.disabledVoidIcon:markRaw(n.disabledVoidIcon):isString$3(n.voidIcon)?n.voidIcon:markRaw(n.voidIcon)),Ve=computed(()=>k(ie.value,Ue.value));function qe(ur){const cr=pe.value&&Ce.value>0&&ur-1<n.modelValue&&ur>n.modelValue,_r=n.allowHalf&&ue.value&&ur-.5<=ie.value&&ur>ie.value;return cr||_r}function jt(ur){n.clearable&&ur===n.modelValue&&(ur=0),y(UPDATE_MODEL_EVENT,ur),n.modelValue!==ur&&y("change",ur)}function tr(ur){pe.value||(n.allowHalf&&ue.value?jt(ie.value):jt(ur))}function rr(ur){if(pe.value)return;let cr=ie.value;const _r=ur.code;return _r===EVENT_CODE.up||_r===EVENT_CODE.right?(n.allowHalf?cr+=.5:cr+=1,ur.stopPropagation(),ur.preventDefault()):(_r===EVENT_CODE.left||_r===EVENT_CODE.down)&&(n.allowHalf?cr-=.5:cr-=1,ur.stopPropagation(),ur.preventDefault()),cr=cr<0?0:cr,cr=cr>n.max?n.max:cr,y(UPDATE_MODEL_EVENT,cr),y("change",cr),cr}function ar(ur,cr){if(!pe.value){if(n.allowHalf&&cr){let _r=cr.target;hasClass(_r,V.e("item"))&&(_r=_r.querySelector(`.${V.e("icon")}`)),(_r.clientWidth===0||hasClass(_r,V.e("decimal")))&&(_r=_r.parentNode),ue.value=cr.offsetX*2<=_r.clientWidth,ie.value=ue.value?ur-.5:ur}else ie.value=ur;oe.value=ur}}function nr(){pe.value||(n.allowHalf&&(ue.value=n.modelValue!==Math.floor(n.modelValue)),ie.value=n.modelValue,oe.value=-1)}return watch(()=>n.modelValue,ur=>{ie.value=ur,ue.value=n.modelValue!==Math.floor(n.modelValue)}),n.modelValue||y(UPDATE_MODEL_EVENT,0),t({setCurrentValue:ar,resetCurrentValue:nr}),(ur,cr)=>{var _r;return openBlock(),createElementBlock("div",{id:unref(z),class:normalizeClass([unref(de),unref(V).is("disabled",unref(pe))]),role:"slider","aria-label":unref(re)?void 0:ur.ariaLabel||"rating","aria-labelledby":unref(re)?(_r=unref($))==null?void 0:_r.labelId:void 0,"aria-valuenow":ie.value,"aria-valuetext":unref(he)||void 0,"aria-valuemin":"0","aria-valuemax":ur.max,tabindex:"0",style:normalizeStyle(unref(Ie)),onKeydown:rr},[(openBlock(!0),createElementBlock(Fragment,null,renderList(ur.max,(hr,Er)=>(openBlock(),createElementBlock("span",{key:Er,class:normalizeClass(unref(V).e("item")),onMousemove:kr=>ar(hr,kr),onMouseleave:nr,onClick:kr=>tr(hr)},[createVNode(unref(ElIcon),{class:normalizeClass([unref(V).e("icon"),{hover:oe.value===hr},unref(V).is("active",hr<=ie.value)])},{default:withCtx(()=>[qe(hr)?createCommentVNode("v-if",!0):(openBlock(),createElementBlock(Fragment,{key:0},[withDirectives((openBlock(),createBlock(resolveDynamicComponent(unref(Ve)),null,null,512)),[[vShow,hr<=ie.value]]),withDirectives((openBlock(),createBlock(resolveDynamicComponent(unref(Et)),null,null,512)),[[vShow,!(hr<=ie.value)]])],64)),qe(hr)?(openBlock(),createElementBlock(Fragment,{key:1},[(openBlock(),createBlock(resolveDynamicComponent(unref(Et)),{class:normalizeClass([unref(V).em("decimal","box")])},null,8,["class"])),createVNode(unref(ElIcon),{style:normalizeStyle(unref(Fe)),class:normalizeClass([unref(V).e("icon"),unref(V).e("decimal")])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(kt))))]),_:1},8,["style","class"])],64)):createCommentVNode("v-if",!0)]),_:2},1032,["class"])],42,["onMousemove","onClick"]))),128)),ur.showText||ur.showScore?(openBlock(),createElementBlock("span",{key:0,class:normalizeClass(unref(V).e("text")),style:normalizeStyle({color:ur.textColor})},toDisplayString(unref(he)),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 k=t.icon,L=k&&IconMap[k]?IconMap[k]:"icon-info",$=IconComponentMap[L]||IconComponentMap["icon-info"];return{class:L,component:$}});return(k,L)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(y).b())},[createBaseVNode("div",{class:normalizeClass(unref(y).e("icon"))},[renderSlot(k.$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),k.title||k.$slots.title?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(y).e("title"))},[renderSlot(k.$slots,"title",{},()=>[createBaseVNode("p",null,toDisplayString(k.title),1)])],2)):createCommentVNode("v-if",!0),k.subTitle||k.$slots["sub-title"]?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(y).e("subtitle"))},[renderSlot(k.$slots,"sub-title",{},()=>[createBaseVNode("p",null,toDisplayString(k.subTitle),1)])],2)):createCommentVNode("v-if",!0),k.$slots.extra?(openBlock(),createElementBlock("div",{key:2,class:normalizeClass(unref(y).e("extra"))},[renderSlot(k.$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=[],L=0;L<arguments.length;L++)k[L]=arguments[L];if(y&&y.lastThis===this&&t(k,y.lastArgs))return y.lastResult;var $=e.apply(this,k);return y={lastResult:$,lastArgs:k,lastThis:this},$}return n.clear=function(){y=null},n}const useCache=()=>{const t=getCurrentInstance().proxy.$props;return computed(()=>{const y=(n,k,L)=>({});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,L=0;const $=V=>V<0&&t.value||V>0&&e.value;return{hasReachedEdge:$,onWheel:V=>{cAF(k);const z=V[LayoutKeys[y.value]];$(L)&&$(L+z)||(L+=z,isFirefox()||V.preventDefault(),k=rAF(()=>{n(L),L=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"),k=n.style;return k.width="100px",k.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={},L=`translate${y.axis}(${e}px)`;return k[y.size]=t,k.transform=L,k.msTransform=L,k.webkitTransform=L,n==="horizontal"?k.height="100%":k.width="100%",k}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"),k=useNamespace("scrollbar"),L=ref$1(),$=ref$1();let j=null,V=null;const z=reactive({isDragging:!1,traveled:0}),re=computed(()=>BAR_MAP[e.layout]),ie=computed(()=>e.clientSize-unref(y)),oe=computed(()=>({position:"absolute",width:`${HORIZONTAL===e.layout?ie.value:e.scrollbarSize}px`,height:`${HORIZONTAL===e.layout?e.scrollbarSize:ie.value}px`,[ScrollbarDirKey[e.layout]]:"2px",right:"2px",bottom:"2px",borderRadius:"4px"})),ue=computed(()=>{const Ue=e.ratio,kt=e.clientSize;if(Ue>=100)return Number.POSITIVE_INFINITY;if(Ue>=50)return Ue*kt/100;const Et=kt/3;return Math.floor(Math.min(Math.max(Ue*kt,SCROLLBAR_MIN_SIZE),Et))}),de=computed(()=>{if(!Number.isFinite(ue.value))return{display:"none"};const Ue=`${ue.value}px`;return renderThumbStyle({bar:re.value,size:Ue,move:z.traveled},e.layout)}),pe=computed(()=>Math.floor(e.clientSize-ue.value-unref(y))),Ie=()=>{window.addEventListener("mousemove",Ne),window.addEventListener("mouseup",_e);const Ue=unref($);Ue&&(V=document.onselectstart,document.onselectstart=()=>!1,Ue.addEventListener("touchmove",Ne,{passive:!0}),Ue.addEventListener("touchend",_e))},he=()=>{window.removeEventListener("mousemove",Ne),window.removeEventListener("mouseup",_e),document.onselectstart=V,V=null;const Ue=unref($);Ue&&(Ue.removeEventListener("touchmove",Ne),Ue.removeEventListener("touchend",_e))},Ce=Ue=>{Ue.stopImmediatePropagation(),!(Ue.ctrlKey||[1,2].includes(Ue.button))&&(z.isDragging=!0,z[re.value.axis]=Ue.currentTarget[re.value.offset]-(Ue[re.value.client]-Ue.currentTarget.getBoundingClientRect()[re.value.direction]),t("start-move"),Ie())},_e=()=>{z.isDragging=!1,z[re.value.axis]=0,t("stop-move"),he()},Ne=Ue=>{const{isDragging:kt}=z;if(!kt||!$.value||!L.value)return;const Et=z[re.value.axis];if(!Et)return;cAF(j);const Ve=(L.value.getBoundingClientRect()[re.value.direction]-Ue[re.value.client])*-1,qe=$.value[re.value.offset]-Et,jt=Ve-qe;j=rAF(()=>{z.traveled=Math.max(e.startGap,Math.min(jt,pe.value)),t("scroll",jt,pe.value)})},Fe=Ue=>{const kt=Math.abs(Ue.target.getBoundingClientRect()[re.value.direction]-Ue[re.value.client]),Et=$.value[re.value.offset]/2,Ve=kt-Et;z.traveled=Math.max(0,Math.min(Ve,pe.value)),t("scroll",Ve,pe.value)};return watch(()=>e.scrollFrom,Ue=>{z.isDragging||(z.traveled=Math.ceil(Ue*pe.value))}),onBeforeUnmount(()=>{he()}),()=>h$1("div",{role:"presentation",ref:L,class:[n.b(),e.class,(e.alwaysOn||z.isDragging)&&"always-on"],style:oe.value,onMousedown:withModifiers(Fe,["stop","prevent"]),onTouchstartPrevent:Ce},h$1("div",{ref:$,class:k.e("thumb"),style:de.value,onMousedown:Ce},[]))}}),createList=({name:e,getOffset:t,getItemSize:y,getItemOffset:n,getEstimatedTotalSize:k,getStartIndexForOffset:L,getStopIndexForStartIndex:$,initCache:j,clearCache:V,validateProps:z})=>defineComponent({name:e??"ElVirtualList",props:virtualizedListProps,emits:[ITEM_RENDER_EVT,SCROLL_EVT],setup(re,{emit:ie,expose:oe}){z(re);const ue=getCurrentInstance(),de=useNamespace("vl"),pe=ref$1(j(re,ue)),Ie=useCache(),he=ref$1(),Ce=ref$1(),_e=ref$1(),Ne=ref$1({isScrolling:!1,scrollDir:"forward",scrollOffset:isNumber$3(re.initScrollOffset)?re.initScrollOffset:0,updateRequested:!1,isScrollbarDragging:!1,scrollbarAlwaysOn:re.scrollbarAlwaysOn}),Fe=computed(()=>{const{total:yr,cache:br}=re,{isScrolling:Ir,scrollDir:Mr,scrollOffset:mr}=unref(Ne);if(yr===0)return[0,0,0,0];const gr=L(re,mr,unref(pe)),jr=$(re,gr,mr,unref(pe)),Hr=!Ir||Mr===BACKWARD?Math.max(1,br):1,Vr=!Ir||Mr===FORWARD?Math.max(1,br):1;return[Math.max(0,gr-Hr),Math.max(0,Math.min(yr-1,jr+Vr)),gr,jr]}),Ue=computed(()=>k(re,unref(pe))),kt=computed(()=>isHorizontal(re.layout)),Et=computed(()=>[{position:"relative",[`overflow-${kt.value?"x":"y"}`]:"scroll",WebkitOverflowScrolling:"touch",willChange:"transform"},{direction:re.direction,height:isNumber$3(re.height)?`${re.height}px`:re.height,width:isNumber$3(re.width)?`${re.width}px`:re.width},re.style]),Ve=computed(()=>{const yr=unref(Ue),br=unref(kt);return{height:br?"100%":`${yr}px`,pointerEvents:unref(Ne).isScrolling?"none":void 0,width:br?`${yr}px`:"100%"}}),qe=computed(()=>kt.value?re.width:re.height),{onWheel:jt}=useWheel({atStartEdge:computed(()=>Ne.value.scrollOffset<=0),atEndEdge:computed(()=>Ne.value.scrollOffset>=Ue.value),layout:computed(()=>re.layout)},yr=>{var br,Ir;(Ir=(br=_e.value).onMouseUp)==null||Ir.call(br),cr(Math.min(Ne.value.scrollOffset+yr,Ue.value-qe.value))});useEventListener(he,"wheel",jt,{passive:!1});const tr=()=>{const{total:yr}=re;if(yr>0){const[mr,gr,jr,Hr]=unref(Fe);ie(ITEM_RENDER_EVT,mr,gr,jr,Hr)}const{scrollDir:br,scrollOffset:Ir,updateRequested:Mr}=unref(Ne);ie(SCROLL_EVT,br,Ir,Mr)},rr=yr=>{const{clientHeight:br,scrollHeight:Ir,scrollTop:Mr}=yr.currentTarget,mr=unref(Ne);if(mr.scrollOffset===Mr)return;const gr=Math.max(0,Math.min(Mr,Ir-br));Ne.value={...mr,isScrolling:!0,scrollDir:getScrollDir(mr.scrollOffset,gr),scrollOffset:gr,updateRequested:!1},nextTick$1(Er)},ar=yr=>{const{clientWidth:br,scrollLeft:Ir,scrollWidth:Mr}=yr.currentTarget,mr=unref(Ne);if(mr.scrollOffset===Ir)return;const{direction:gr}=re;let jr=Ir;if(gr===RTL)switch(getRTLOffsetType()){case RTL_OFFSET_NAG:{jr=-Ir;break}case RTL_OFFSET_POS_DESC:{jr=Mr-br-Ir;break}}jr=Math.max(0,Math.min(jr,Mr-br)),Ne.value={...mr,isScrolling:!0,scrollDir:getScrollDir(mr.scrollOffset,jr),scrollOffset:jr,updateRequested:!1},nextTick$1(Er)},nr=yr=>{unref(kt)?ar(yr):rr(yr),tr()},ur=(yr,br)=>{const Ir=(Ue.value-qe.value)/br*yr;cr(Math.min(Ue.value-qe.value,Ir))},cr=yr=>{yr=Math.max(yr,0),yr!==unref(Ne).scrollOffset&&(Ne.value={...unref(Ne),scrollOffset:yr,scrollDir:getScrollDir(unref(Ne).scrollOffset,yr),updateRequested:!0},nextTick$1(Er))},_r=(yr,br=AUTO_ALIGNMENT)=>{const{scrollOffset:Ir}=unref(Ne);yr=Math.max(0,Math.min(yr,re.total-1)),cr(t(re,yr,br,Ir,unref(pe)))},hr=yr=>{const{direction:br,itemSize:Ir,layout:Mr}=re,mr=Ie.value(V&&Ir,V&&Mr,V&&br);let gr;if(hasOwn$1(mr,String(yr)))gr=mr[yr];else{const jr=n(re,yr,unref(pe)),Hr=y(re,yr,unref(pe)),Vr=unref(kt),zr=br===RTL,Sr=Vr?jr:0;mr[yr]=gr={position:"absolute",left:zr?void 0:`${Sr}px`,right:zr?`${Sr}px`:void 0,top:Vr?0:`${jr}px`,height:Vr?"100%":`${Hr}px`,width:Vr?`${Hr}px`:"100%"}}return gr},Er=()=>{Ne.value.isScrolling=!1,nextTick$1(()=>{Ie.value(-1,null,null)})},kr=()=>{const yr=he.value;yr&&(yr.scrollTop=0)};onMounted(()=>{if(!isClient)return;const{initScrollOffset:yr}=re,br=unref(he);isNumber$3(yr)&&br&&(unref(kt)?br.scrollLeft=yr:br.scrollTop=yr),tr()}),onUpdated(()=>{const{direction:yr,layout:br}=re,{scrollOffset:Ir,updateRequested:Mr}=unref(Ne),mr=unref(he);if(Mr&&mr)if(br===HORIZONTAL)if(yr===RTL)switch(getRTLOffsetType()){case RTL_OFFSET_NAG:{mr.scrollLeft=-Ir;break}case RTL_OFFSET_POS_ASC:{mr.scrollLeft=Ir;break}default:{const{clientWidth:gr,scrollWidth:jr}=mr;mr.scrollLeft=jr-gr-Ir;break}}else mr.scrollLeft=Ir;else mr.scrollTop=Ir}),onActivated(()=>{unref(he).scrollTop=unref(Ne).scrollOffset});const xr={ns:de,clientSize:qe,estimatedTotalSize:Ue,windowStyle:Et,windowRef:he,innerRef:Ce,innerStyle:Ve,itemsToRender:Fe,scrollbarRef:_e,states:Ne,getItemStyle:hr,onScroll:nr,onScrollbarScroll:ur,onWheel:jt,scrollTo:cr,scrollToItem:_r,resetScrollTop:kr};return oe({windowRef:he,innerRef:Ce,getItemStyleCache:Ie,scrollTo:cr,scrollToItem:_r,resetScrollTop:kr,states:Ne}),xr},render(re){var ie;const{$slots:oe,className:ue,clientSize:de,containerElement:pe,data:Ie,getItemStyle:he,innerElement:Ce,itemsToRender:_e,innerStyle:Ne,layout:Fe,total:Ue,onScroll:kt,onScrollbarScroll:Et,states:Ve,useIsScrolling:qe,windowStyle:jt,ns:tr}=re,[rr,ar]=_e,nr=resolveDynamicComponent(pe),ur=resolveDynamicComponent(Ce),cr=[];if(Ue>0)for(let kr=rr;kr<=ar;kr++)cr.push((ie=oe.default)==null?void 0:ie.call(oe,{data:Ie,key:kr,index:kr,isScrolling:qe?Ve.isScrolling:void 0,style:he(kr)}));const _r=[h$1(ur,{style:Ne,ref:"innerRef"},isString$3(ur)?cr:{default:()=>cr})],hr=h$1(ScrollBar,{ref:"scrollbarRef",clientSize:de,layout:Fe,onScroll:Et,ratio:de*100/this.estimatedTotalSize,scrollFrom:Ve.scrollOffset/(this.estimatedTotalSize-de),total:Ue}),Er=h$1(nr,{class:[tr.e("window"),ue],style:jt,onScroll:kt,ref:"windowRef",key:0},isString$3(nr)?[_r]:{default:()=>[_r]});return h$1("div",{key:0,class:[tr.e("wrapper"),Ve.scrollbarAlwaysOn?"always-on":""]},[Er,hr])}}),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)?k:e,z=Math.max(0,t*y-V),re=Math.min(z,L*y),ie=Math.max(0,(L+1)*y-V);switch($===SMART_ALIGNMENT&&(j>=ie-V&&j<=re+V?$=AUTO_ALIGNMENT:$=CENTERED_ALIGNMENT),$){case START_ALIGNMENT:return re;case END_ALIGNMENT:return ie;case CENTERED_ALIGNMENT:{const oe=Math.round(ie+(re-ie)/2);return oe<Math.ceil(V/2)?0:oe>z+Math.floor(V/2)?z:oe}case AUTO_ALIGNMENT:default:return j>=ie&&j<=re?j:j<ie?ie: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=L*y,V=isHorizontal(n)?k:e,z=Math.ceil((V+$-j)/y);return Math.max(0,Math.min(t-1,L+z-1))},initCache(){},clearCache:!0,validateProps(){}}),getItemFromCache$1=(e,t,y)=>{const{itemSize:n}=e,{items:k,lastVisitedIndex:L}=y;if(t>L){let $=0;if(L>=0){const j=k[L];$=j.offset+j.size}for(let j=L+1;j<=t;j++){const V=n(j);k[j]={offset:$,size:V},$+=V}y.lastVisitedIndex=t}return k[t]},findItem$1=(e,t,y)=>{const{items:n,lastVisitedIndex:k}=t;return(k>0?n[k].offset:0)>=y?bs$1(e,t,0,k,y):es$2(e,t,Math.max(0,k),y)},bs$1=(e,t,y,n,k)=>{for(;y<=n;){const L=y+Math.floor((n-y)/2),$=getItemFromCache$1(e,L,t).offset;if($===k)return L;$<k?y=L+1:$>k&&(n=L-1)}return Math.max(0,y-1)},es$2=(e,t,y,n)=>{const{total:k}=e;let L=1;for(;y<k&&getItemFromCache$1(e,y,t).offset<n;)y+=L,L*=2;return bs$1(e,t,Math.floor(y/2),Math.min(y,k-1),n)},getEstimatedTotalSize=({total:e},{items:t,estimatedItemSize:y,lastVisitedIndex:n})=>{let k=0;if(n>=e&&(n=e-1),n>=0){const j=t[n];k=j.offset+j.size}const $=(e-n-1)*y;return k+$},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,k)=>{const{height:L,layout:$,width:j}=e,V=isHorizontal($)?j:L,z=getItemFromCache$1(e,t,k),re=getEstimatedTotalSize(e,k),ie=Math.max(0,Math.min(re-V,z.offset)),oe=Math.max(0,z.offset-V+z.size);switch(y===SMART_ALIGNMENT&&(n>=oe-V&&n<=ie+V?y=AUTO_ALIGNMENT:y=CENTERED_ALIGNMENT),y){case START_ALIGNMENT:return ie;case END_ALIGNMENT:return oe;case CENTERED_ALIGNMENT:return Math.round(oe+(ie-oe)/2);case AUTO_ALIGNMENT:default:return n>=oe&&n<=ie?n:n<oe?oe:ie}},getStartIndexForOffset:(e,t,y)=>findItem$1(e,y,t),getStopIndexForStartIndex:(e,t,y,n)=>{const{height:k,total:L,layout:$,width:j}=e,V=isHorizontal($)?j:k,z=getItemFromCache$1(e,t,n),re=y+V;let ie=z.offset+z.size,oe=t;for(;oe<L-1&&ie<re;)oe++,ie+=getItemFromCache$1(e,oe,n).size;return oe},initCache({estimatedItemSize:e=DEFAULT_DYNAMIC_LIST_ITEM_SIZE},t){const y={items:{},estimatedItemSize:e,lastVisitedIndex:-1};return y.clearCacheAfterIndex=(n,k=!0)=>{var L,$;y.lastVisitedIndex=Math.min(y.lastVisitedIndex,n-1),(L=t.exposed)==null||L.getItemStyleCache(-1),k&&(($=t.proxy)==null||$.$forceUpdate())},y},clearCache:!1,validateProps:({itemSize:e})=>{}}),useGridWheel=({atXEndEdge:e,atXStartEdge:t,atYEndEdge:y,atYStartEdge:n},k)=>{let L=null,$=0,j=0;const V=(re,ie)=>{const oe=re<=0&&t.value||re>=0&&e.value,ue=ie<=0&&n.value||ie>=0&&y.value;return oe&&ue};return{hasReachedEdge:V,onWheel:re=>{cAF(L);let ie=re.deltaX,oe=re.deltaY;Math.abs(ie)>Math.abs(oe)?oe=0:ie=0,re.shiftKey&&oe!==0&&(ie=oe,oe=0),!(V($,j)&&V($+ie,j+oe))&&($+=ie,j+=oe,re.preventDefault(),L=rAF(()=>{k($,j),$=0,j=0}))}}},createGrid=({name:e,clearCache:t,getColumnPosition:y,getColumnStartIndexForOffset:n,getColumnStopIndexForStartIndex:k,getEstimatedTotalHeight:L,getEstimatedTotalWidth:$,getColumnOffset:j,getRowOffset:V,getRowPosition:z,getRowStartIndexForOffset:re,getRowStopIndexForStartIndex:ie,initCache:oe,injectToInstance:ue,validateProps:de})=>defineComponent({name:e??"ElVirtualList",props:virtualizedGridProps,emits:[ITEM_RENDER_EVT,SCROLL_EVT],setup(pe,{emit:Ie,expose:he,slots:Ce}){const _e=useNamespace("vl");de(pe);const Ne=getCurrentInstance(),Fe=ref$1(oe(pe,Ne));ue==null||ue(Ne,Fe);const Ue=ref$1(),kt=ref$1(),Et=ref$1(),Ve=ref$1(null),qe=ref$1({isScrolling:!1,scrollLeft:isNumber$3(pe.initScrollLeft)?pe.initScrollLeft:0,scrollTop:isNumber$3(pe.initScrollTop)?pe.initScrollTop:0,updateRequested:!1,xAxisScrollDir:FORWARD,yAxisScrollDir:FORWARD}),jt=useCache(),tr=computed(()=>Number.parseInt(`${pe.height}`,10)),rr=computed(()=>Number.parseInt(`${pe.width}`,10)),ar=computed(()=>{const{totalColumn:Cr,totalRow:Dr,columnCache:Rr}=pe,{isScrolling:Wr,xAxisScrollDir:Kr,scrollLeft:Nr}=unref(qe);if(Cr===0||Dr===0)return[0,0,0,0];const Fr=n(pe,Nr,unref(Fe)),Qr=k(pe,Fr,Nr,unref(Fe)),ca=!Wr||Kr===BACKWARD?Math.max(1,Rr):1,Po=!Wr||Kr===FORWARD?Math.max(1,Rr):1;return[Math.max(0,Fr-ca),Math.max(0,Math.min(Cr-1,Qr+Po)),Fr,Qr]}),nr=computed(()=>{const{totalColumn:Cr,totalRow:Dr,rowCache:Rr}=pe,{isScrolling:Wr,yAxisScrollDir:Kr,scrollTop:Nr}=unref(qe);if(Cr===0||Dr===0)return[0,0,0,0];const Fr=re(pe,Nr,unref(Fe)),Qr=ie(pe,Fr,Nr,unref(Fe)),ca=!Wr||Kr===BACKWARD?Math.max(1,Rr):1,Po=!Wr||Kr===FORWARD?Math.max(1,Rr):1;return[Math.max(0,Fr-ca),Math.max(0,Math.min(Dr-1,Qr+Po)),Fr,Qr]}),ur=computed(()=>L(pe,unref(Fe))),cr=computed(()=>$(pe,unref(Fe))),_r=computed(()=>{var Cr;return[{position:"relative",overflow:"hidden",WebkitOverflowScrolling:"touch",willChange:"transform"},{direction:pe.direction,height:isNumber$3(pe.height)?`${pe.height}px`:pe.height,width:isNumber$3(pe.width)?`${pe.width}px`:pe.width},(Cr=pe.style)!=null?Cr:{}]}),hr=computed(()=>{const Cr=`${unref(cr)}px`;return{height:`${unref(ur)}px`,pointerEvents:unref(qe).isScrolling?"none":void 0,width:Cr}}),Er=()=>{const{totalColumn:Cr,totalRow:Dr}=pe;if(Cr>0&&Dr>0){const[Qr,ca,Po,Wa]=unref(ar),[Go,us,Kn,Gr]=unref(nr);Ie(ITEM_RENDER_EVT,{columnCacheStart:Qr,columnCacheEnd:ca,rowCacheStart:Go,rowCacheEnd:us,columnVisibleStart:Po,columnVisibleEnd:Wa,rowVisibleStart:Kn,rowVisibleEnd:Gr})}const{scrollLeft:Rr,scrollTop:Wr,updateRequested:Kr,xAxisScrollDir:Nr,yAxisScrollDir:Fr}=unref(qe);Ie(SCROLL_EVT,{xAxisScrollDir:Nr,scrollLeft:Rr,yAxisScrollDir:Fr,scrollTop:Wr,updateRequested:Kr})},kr=Cr=>{const{clientHeight:Dr,clientWidth:Rr,scrollHeight:Wr,scrollLeft:Kr,scrollTop:Nr,scrollWidth:Fr}=Cr.currentTarget,Qr=unref(qe);if(Qr.scrollTop===Nr&&Qr.scrollLeft===Kr)return;let ca=Kr;if(isRTL(pe.direction))switch(getRTLOffsetType()){case RTL_OFFSET_NAG:ca=-Kr;break;case RTL_OFFSET_POS_DESC:ca=Fr-Rr-Kr;break}qe.value={...Qr,isScrolling:!0,scrollLeft:ca,scrollTop:Math.max(0,Math.min(Nr,Wr-Dr)),updateRequested:!0,xAxisScrollDir:getScrollDir(Qr.scrollLeft,ca),yAxisScrollDir:getScrollDir(Qr.scrollTop,Nr)},nextTick$1(()=>gr()),jr(),Er()},xr=(Cr,Dr)=>{const Rr=unref(tr),Wr=(ur.value-Rr)/Dr*Cr;Ir({scrollTop:Math.min(ur.value-Rr,Wr)})},yr=(Cr,Dr)=>{const Rr=unref(rr),Wr=(cr.value-Rr)/Dr*Cr;Ir({scrollLeft:Math.min(cr.value-Rr,Wr)})},{onWheel:br}=useGridWheel({atXStartEdge:computed(()=>qe.value.scrollLeft<=0),atXEndEdge:computed(()=>qe.value.scrollLeft>=cr.value-unref(rr)),atYStartEdge:computed(()=>qe.value.scrollTop<=0),atYEndEdge:computed(()=>qe.value.scrollTop>=ur.value-unref(tr))},(Cr,Dr)=>{var Rr,Wr,Kr,Nr;(Wr=(Rr=kt.value)==null?void 0:Rr.onMouseUp)==null||Wr.call(Rr),(Nr=(Kr=Et.value)==null?void 0:Kr.onMouseUp)==null||Nr.call(Kr);const Fr=unref(rr),Qr=unref(tr);Ir({scrollLeft:Math.min(qe.value.scrollLeft+Cr,cr.value-Fr),scrollTop:Math.min(qe.value.scrollTop+Dr,ur.value-Qr)})});useEventListener(Ue,"wheel",br,{passive:!1});const Ir=({scrollLeft:Cr=qe.value.scrollLeft,scrollTop:Dr=qe.value.scrollTop})=>{Cr=Math.max(Cr,0),Dr=Math.max(Dr,0);const Rr=unref(qe);Dr===Rr.scrollTop&&Cr===Rr.scrollLeft||(qe.value={...Rr,xAxisScrollDir:getScrollDir(Rr.scrollLeft,Cr),yAxisScrollDir:getScrollDir(Rr.scrollTop,Dr),scrollLeft:Cr,scrollTop:Dr,updateRequested:!0},nextTick$1(()=>gr()),jr(),Er())},Mr=(Cr=0,Dr=0,Rr=AUTO_ALIGNMENT)=>{const Wr=unref(qe);Dr=Math.max(0,Math.min(Dr,pe.totalColumn-1)),Cr=Math.max(0,Math.min(Cr,pe.totalRow-1));const Kr=getScrollBarWidth(_e.namespace.value),Nr=unref(Fe),Fr=L(pe,Nr),Qr=$(pe,Nr);Ir({scrollLeft:j(pe,Dr,Rr,Wr.scrollLeft,Nr,Qr>pe.width?Kr:0),scrollTop:V(pe,Cr,Rr,Wr.scrollTop,Nr,Fr>pe.height?Kr:0)})},mr=(Cr,Dr)=>{const{columnWidth:Rr,direction:Wr,rowHeight:Kr}=pe,Nr=jt.value(t&&Rr,t&&Kr,t&&Wr),Fr=`${Cr},${Dr}`;if(hasOwn$1(Nr,Fr))return Nr[Fr];{const[,Qr]=y(pe,Dr,unref(Fe)),ca=unref(Fe),Po=isRTL(Wr),[Wa,Go]=z(pe,Cr,ca),[us]=y(pe,Dr,ca);return Nr[Fr]={position:"absolute",left:Po?void 0:`${Qr}px`,right:Po?`${Qr}px`:void 0,top:`${Go}px`,height:`${Wa}px`,width:`${us}px`},Nr[Fr]}},gr=()=>{qe.value.isScrolling=!1,nextTick$1(()=>{jt.value(-1,null,null)})};onMounted(()=>{if(!isClient)return;const{initScrollLeft:Cr,initScrollTop:Dr}=pe,Rr=unref(Ue);Rr&&(isNumber$3(Cr)&&(Rr.scrollLeft=Cr),isNumber$3(Dr)&&(Rr.scrollTop=Dr)),Er()});const jr=()=>{const{direction:Cr}=pe,{scrollLeft:Dr,scrollTop:Rr,updateRequested:Wr}=unref(qe),Kr=unref(Ue);if(Wr&&Kr){if(Cr===RTL)switch(getRTLOffsetType()){case RTL_OFFSET_NAG:{Kr.scrollLeft=-Dr;break}case RTL_OFFSET_POS_ASC:{Kr.scrollLeft=Dr;break}default:{const{clientWidth:Nr,scrollWidth:Fr}=Kr;Kr.scrollLeft=Fr-Nr-Dr;break}}else Kr.scrollLeft=Math.max(0,Dr);Kr.scrollTop=Math.max(0,Rr)}},{resetAfterColumnIndex:Hr,resetAfterRowIndex:Vr,resetAfter:zr}=Ne.proxy;he({windowRef:Ue,innerRef:Ve,getItemStyleCache:jt,scrollTo:Ir,scrollToItem:Mr,states:qe,resetAfterColumnIndex:Hr,resetAfterRowIndex:Vr,resetAfter:zr});const Sr=()=>{const{scrollbarAlwaysOn:Cr,scrollbarStartGap:Dr,scrollbarEndGap:Rr,totalColumn:Wr,totalRow:Kr}=pe,Nr=unref(rr),Fr=unref(tr),Qr=unref(cr),ca=unref(ur),{scrollLeft:Po,scrollTop:Wa}=unref(qe),Go=h$1(ScrollBar,{ref:kt,alwaysOn:Cr,startGap:Dr,endGap:Rr,class:_e.e("horizontal"),clientSize:Nr,layout:"horizontal",onScroll:yr,ratio:Nr*100/Qr,scrollFrom:Po/(Qr-Nr),total:Kr,visible:!0}),us=h$1(ScrollBar,{ref:Et,alwaysOn:Cr,startGap:Dr,endGap:Rr,class:_e.e("vertical"),clientSize:Fr,layout:"vertical",onScroll:xr,ratio:Fr*100/ca,scrollFrom:Wa/(ca-Fr),total:Wr,visible:!0});return{horizontalScrollbar:Go,verticalScrollbar:us}},Tr=()=>{var Cr;const[Dr,Rr]=unref(ar),[Wr,Kr]=unref(nr),{data:Nr,totalColumn:Fr,totalRow:Qr,useIsScrolling:ca,itemKey:Po}=pe,Wa=[];if(Qr>0&&Fr>0)for(let Go=Wr;Go<=Kr;Go++)for(let us=Dr;us<=Rr;us++)Wa.push((Cr=Ce.default)==null?void 0:Cr.call(Ce,{columnIndex:us,data:Nr,key:Po({columnIndex:us,data:Nr,rowIndex:Go}),isScrolling:ca?unref(qe).isScrolling:void 0,style:mr(Go,us),rowIndex:Go}));return Wa},Br=()=>{const Cr=resolveDynamicComponent(pe.innerElement),Dr=Tr();return[h$1(Cr,{style:unref(hr),ref:Ve},isString$3(Cr)?Dr:{default:()=>Dr})]};return()=>{const Cr=resolveDynamicComponent(pe.containerElement),{horizontalScrollbar:Dr,verticalScrollbar:Rr}=Sr(),Wr=Br();return h$1("div",{key:0,class:_e.e("wrapper"),role:pe.role},[h$1(Cr,{class:pe.className,style:unref(_r),onScroll:kr,ref:Ue},isString$3(Cr)?Wr:{default:()=>Wr}),Dr,Rr])}}}),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(k==="smart"&&(L>=re-y&&L<=z+y?k=AUTO_ALIGNMENT:k=CENTERED_ALIGNMENT),k){case START_ALIGNMENT:return z;case END_ALIGNMENT:return re;case CENTERED_ALIGNMENT:{const ie=Math.round(re+(z-re)/2);return ie<Math.ceil(y/2)?0:ie>V+Math.floor(y/2)?V:ie}case AUTO_ALIGNMENT:default:return L>=re&&L<=z?L:re>z||L<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(k===SMART_ALIGNMENT&&(L>=re-t&&L<=z+t?k=AUTO_ALIGNMENT:k=CENTERED_ALIGNMENT),k){case START_ALIGNMENT:return z;case END_ALIGNMENT:return re;case CENTERED_ALIGNMENT:{const ie=Math.round(re+(z-re)/2);return ie<Math.ceil(t/2)?0:ie>V+Math.floor(t/2)?V:ie}case AUTO_ALIGNMENT:default:return L>=re&&L<=z?L:re>z||L<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,k)=>{const L=n*e,$=Math.ceil((y+k-L)/e);return Math.max(0,Math.min(t-1,n+$-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,k)=>{const L=n*e,$=Math.ceil((y+k-L)/e);return Math.max(0,Math.min(t-1,n+$-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>$){let j=0;if($>=0){const V=k[$];j=V.offset+V.size}for(let V=$+1;V<=t;V++){const z=L(V);k[V]={offset:j,size:z},j+=z}y[ACCESS_LAST_VISITED_KEY_MAP[n]]=t}return k[t]},bs=(e,t,y,n,k,L)=>{for(;y<=n;){const $=y+floor((n-y)/2),j=getItemFromCache(e,$,t,L).offset;if(j===k)return $;j<k?y=$+1:n=$-1}return max$1(0,y-1)},es$1=(e,t,y,n,k)=>{const L=k==="column"?e.totalColumn:e.totalRow;let $=1;for(;y<L&&getItemFromCache(e,y,t,k).offset<n;)y+=$,$*=2;return bs(e,t,floor(y/2),min(y,L-1),n,k)},findItem=(e,t,y,n)=>{const[k,L]=[t[n],t[ACCESS_LAST_VISITED_KEY_MAP[n]]];return(L>0?k[L].offset:0)>=y?bs(e,t,0,L,y,n):es$1(e,t,max$1(0,L),y,n)},getEstimatedTotalHeight=({totalRow:e},{estimatedRowHeight:t,lastVisitedRowIndex:y,row:n})=>{let k=0;if(y>=e&&(y=e-1),y>=0){const j=n[y];k=j.offset+j.size}const $=(e-y-1)*t;return k+$},getEstimatedTotalWidth=({totalColumn:e},{column:t,estimatedColumnWidth:y,lastVisitedColumnIndex:n})=>{let k=0;if(n>e&&(n=e-1),n>=0){const j=t[n];k=j.offset+j.size}const $=(e-n-1)*y;return k+$},ACCESS_ESTIMATED_SIZE_KEY_MAP={column:getEstimatedTotalWidth,row:getEstimatedTotalHeight},getOffset$1=(e,t,y,n,k,L,$)=>{const[j,V]=[L==="row"?e.height:e.width,ACCESS_ESTIMATED_SIZE_KEY_MAP[L]],z=getItemFromCache(e,t,k,L),re=V(e,k),ie=max$1(0,min(re-j,z.offset)),oe=max$1(0,z.offset-j+$+z.size);switch(y===SMART_ALIGNMENT&&(n>=oe-j&&n<=ie+j?y=AUTO_ALIGNMENT:y=CENTERED_ALIGNMENT),y){case START_ALIGNMENT:return ie;case END_ALIGNMENT:return oe;case CENTERED_ALIGNMENT:return Math.round(oe+(ie-oe)/2);case AUTO_ALIGNMENT:default:return n>=oe&&n<=ie?n:oe>ie||n<oe?oe:ie}},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,L)=>getOffset$1(e,t,y,n,k,"column",L),getRowOffset:(e,t,y,n,k,L)=>getOffset$1(e,t,y,n,k,"row",L),getColumnStartIndexForOffset:(e,t,y)=>findItem(e,y,t,"column"),getColumnStopIndexForStartIndex:(e,t,y,n)=>{const k=getItemFromCache(e,t,n,"column"),L=y+e.width;let $=k.offset+k.size,j=t;for(;j<e.totalColumn-1&&$<L;)j++,$+=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:k,height:L}=e,$=getItemFromCache(e,t,n,"row"),j=y+L;let V=$.size+$.offset,z=t;for(;z<k-1&&V<j;)z++,V+=getItemFromCache(e,z,n,"row").size;return z},injectToInstance:(e,t)=>{const y=({columnIndex:L,rowIndex:$},j)=>{var V,z;j=isUndefined$1(j)?!0:j,isNumber$3(L)&&(t.value.lastVisitedColumnIndex=Math.min(t.value.lastVisitedColumnIndex,L-1)),isNumber$3($)&&(t.value.lastVisitedRowIndex=Math.min(t.value.lastVisitedRowIndex,$-1)),(V=e.exposed)==null||V.getItemStyleCache.value(-1,null,null),j&&((z=e.proxy)==null||z.$forceUpdate())},n=(L,$)=>{y({columnIndex:L},$)},k=(L,$)=>{y({rowIndex:L},$)};Object.assign(e.proxy,{resetAfterColumnIndex:n,resetAfterRowIndex:k,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,L){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:$=>get($,t.value.label),getValue:$=>get($,t.value.value),getDisabled:$=>get($,t.value.disabled),getOptions:$=>get($,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:k,selectOptionClick:L}=useOption(e,{emit:t}),{getLabel:$}=useProps(y.props);return{ns:n,hoverItem:k,selectOptionClick:L,getLabel:$}}});function _sfc_render$6(e,t,y,n,k,L){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),k=useNamespace("select"),{getLabel:L,getValue:$,getDisabled:j}=useProps(n.props),V=ref$1([]),z=ref$1(),re=computed(()=>e.data.length);watch(()=>re.value,()=>{var jt,tr;(tr=(jt=n.tooltipRef.value).updatePopper)==null||tr.call(jt)});const ie=computed(()=>isUndefined$1(n.props.estimatedOptionHeight)),oe=computed(()=>ie.value?{itemSize:n.props.itemHeight}:{estimatedSize:n.props.estimatedOptionHeight,itemSize:jt=>V.value[jt]}),ue=(jt=[],tr)=>{const{props:{valueKey:rr}}=n;return isObject$4(tr)?jt&&jt.some(ar=>toRaw(get(ar,rr))===get(tr,rr)):jt.includes(tr)},de=(jt,tr)=>{if(isObject$4(tr)){const{valueKey:rr}=n.props;return get(jt,rr)===get(tr,rr)}else return jt===tr},pe=(jt,tr)=>n.props.multiple?ue(jt,$(tr)):de(jt,$(tr)),Ie=(jt,tr)=>{const{disabled:rr,multiple:ar,multipleLimit:nr}=n.props;return rr||!tr&&(ar?nr>0&&jt.length>=nr:!1)},he=jt=>e.hoveringIndex===jt;y({listRef:z,isSized:ie,isItemDisabled:Ie,isItemHovering:he,isItemSelected:pe,scrollToItem:jt=>{const tr=z.value;tr&&tr.scrollToItem(jt)},resetScrollTop:()=>{const jt=z.value;jt&&jt.resetScrollTop()}});const Ne=jt=>{const{index:tr,data:rr,style:ar}=jt,nr=unref(ie),{itemSize:ur,estimatedSize:cr}=unref(oe),{modelValue:_r}=n.props,{onSelect:hr,onHover:Er}=n,kr=rr[tr];if(kr.type==="Group")return createVNode(GroupItem,{item:kr,style:ar,height:nr?ur:cr},null);const xr=pe(_r,kr),yr=Ie(_r,xr),br=he(tr);return createVNode(OptionItem,mergeProps(jt,{selected:xr,disabled:j(kr)||yr,created:!!kr.created,hovering:br,item:kr,onSelect:hr,onHover:Er}),{default:Ir=>{var Mr;return((Mr=t.default)==null?void 0:Mr.call(t,Ir))||createVNode("span",null,[L(kr)])}})},{onKeyboardNavigate:Fe,onKeyboardSelect:Ue}=n,kt=()=>{Fe("forward")},Et=()=>{Fe("backward")},Ve=()=>{n.expanded=!1},qe=jt=>{const{code:tr}=jt,{tab:rr,esc:ar,down:nr,up:ur,enter:cr}=EVENT_CODE;switch(tr!==rr&&(jt.preventDefault(),jt.stopPropagation()),tr){case rr:case ar:{Ve();break}case nr:{kt();break}case ur:{Et();break}case cr:{Ue();break}}};return()=>{var jt,tr,rr,ar;const{data:nr,width:ur}=e,{height:cr,multiple:_r,scrollbarAlwaysOn:hr}=n.props,Er=unref(ie)?FixedSizeList:DynamicSizeList;return createVNode("div",{class:[k.b("dropdown"),k.is("multiple",_r)],style:{width:`${ur}px`}},[(jt=t.header)==null?void 0:jt.call(t),((tr=t.loading)==null?void 0:tr.call(t))||((rr=t.empty)==null?void 0:rr.call(t))||createVNode(Er,mergeProps({ref:z},unref(oe),{className:k.be("dropdown","list"),scrollbarAlwaysOn:hr,data:nr,height:cr,width:ur,total:nr.length,onKeydown:qe}),{default:kr=>createVNode(Ne,kr,null)}),(ar=t.footer)==null?void 0:ar.call(t)])}}});function useAllowCreate(e,t){const{aliasProps:y,getLabel:n,getValue:k}=useProps(e),L=ref$1(0),$=ref$1(null),j=computed(()=>e.allowCreate&&e.filterable);function V(ue){const de=pe=>n(pe)===ue;return e.options&&e.options.some(de)||t.createdOptions.some(de)}function z(ue){j.value&&(e.multiple&&ue.created?L.value++:$.value=ue)}function re(ue){if(j.value)if(ue&&ue.length>0){if(V(ue))return;const de={[y.value.value]:ue,[y.value.label]:ue,created:!0,[y.value.disabled]:!1};t.createdOptions.length>=L.value?t.createdOptions[L.value]=de:t.createdOptions.push(de)}else if(e.multiple)t.createdOptions.length=L.value;else{const de=$.value;t.createdOptions.length=0,de&&de.created&&t.createdOptions.push(de)}}function ie(ue){if(!j.value||!ue||!ue.created||ue.created&&e.reserveKeyword&&t.inputValue===n(ue))return;const de=t.createdOptions.findIndex(pe=>k(pe)===k(ue));~de&&(t.createdOptions.splice(de,1),L.value--)}function oe(){j.value&&(t.createdOptions.length=0,L.value=0)}return{createNewOption:re,removeNewOption:ie,selectNewOption:z,clearAllNewOption:oe}}const MINIMUM_INPUT_WIDTH=11,useSelect$1=(e,t)=>{const{t:y}=useLocale(),n=useNamespace("select"),k=useNamespace("input"),{form:L,formItem:$}=useFormItem(),{inputId:j}=useFormItemInputId(e,{formItemContext:$}),{aliasProps:V,getLabel:z,getValue:re,getDisabled:ie,getOptions:oe}=useProps(e),{valueOnClear:ue,isEmptyValue:de}=useEmptyValues(e),pe=reactive({inputValue:"",cachedOptions:[],createdOptions:[],hoveringIndex:-1,inputHovering:!1,selectionWidth:0,calculatorWidth:0,collapseItemWidth:0,previousQuery:null,previousValue:void 0,selectedLabel:"",menuVisibleOnFocus:!1,isBeforeHide:!1}),Ie=ref$1(-1),he=ref$1(null),Ce=ref$1(null),_e=ref$1(null),Ne=ref$1(null),Fe=ref$1(null),Ue=ref$1(null),kt=ref$1(null),Et=ref$1(null),Ve=ref$1(null),qe=ref$1(null),jt=ref$1(null),{isComposing:tr,handleCompositionStart:rr,handleCompositionEnd:ar,handleCompositionUpdate:nr}=useComposition({afterComposition:Eo=>Ln(Eo)}),{wrapperRef:ur,isFocused:cr}=useFocusController(Fe,{afterFocus(){e.automaticDropdown&&!Er.value&&(Er.value=!0,pe.menuVisibleOnFocus=!0)},beforeBlur(Eo){var Fo,hs;return((Fo=_e.value)==null?void 0:Fo.isFocusInsideContent(Eo))||((hs=Ne.value)==null?void 0:hs.isFocusInsideContent(Eo))},afterBlur(){Er.value=!1,pe.menuVisibleOnFocus=!1}}),_r=ref$1([]),hr=ref$1([]),Er=ref$1(!1),kr=computed(()=>e.disabled||(L==null?void 0:L.disabled)),xr=computed(()=>{const Eo=hr.value.length*e.itemHeight;return Eo>e.height?e.height:Eo}),yr=computed(()=>e.multiple?isArray$2(e.modelValue)&&e.modelValue.length>0:!de(e.modelValue)),br=computed(()=>e.clearable&&!kr.value&&pe.inputHovering&&yr.value),Ir=computed(()=>e.remote&&e.filterable?"":arrow_down_default),Mr=computed(()=>Ir.value&&n.is("reverse",Er.value)),mr=computed(()=>($==null?void 0:$.validateState)||""),gr=computed(()=>ValidateComponentsMap[mr.value]),jr=computed(()=>e.remote?300:0),Hr=computed(()=>e.loading?e.loadingText||y("el.select.loading"):e.remote&&!pe.inputValue&&_r.value.length===0?!1:e.filterable&&pe.inputValue&&_r.value.length>0&&hr.value.length===0?e.noMatchText||y("el.select.noMatch"):_r.value.length===0?e.noDataText||y("el.select.noData"):null),Vr=Eo=>{const Fo=hs=>{if(e.filterable&&isFunction$4(e.filterMethod)||e.filterable&&e.remote&&isFunction$4(e.remoteMethod))return!0;const An=new RegExp(escapeStringRegexp(Eo),"i");return Eo?An.test(z(hs)||""):!0};return e.loading?[]:[...pe.createdOptions,...e.options].reduce((hs,An)=>{const Uo=oe(An);if(isArray$2(Uo)){const cu=Uo.filter(Fo);cu.length>0&&hs.push({label:z(An),type:"Group"},...cu)}else(e.remote||Fo(An))&&hs.push(An);return hs},[])},zr=()=>{_r.value=Vr(""),hr.value=Vr(pe.inputValue)},Sr=computed(()=>{const Eo=new Map;return _r.value.forEach((Fo,hs)=>{Eo.set(Ns(re(Fo)),{option:Fo,index:hs})}),Eo}),Tr=computed(()=>{const Eo=new Map;return hr.value.forEach((Fo,hs)=>{Eo.set(Ns(re(Fo)),{option:Fo,index:hs})}),Eo}),Br=computed(()=>hr.value.every(Eo=>ie(Eo))),vr=useFormSize(),Cr=computed(()=>vr.value==="small"?"small":"default"),Dr=()=>{var Eo;Ie.value=((Eo=he.value)==null?void 0:Eo.offsetWidth)||200},Rr=()=>{if(!Ce.value)return 0;const Eo=window.getComputedStyle(Ce.value);return Number.parseFloat(Eo.gap||"6px")},Wr=computed(()=>{const Eo=Rr();return{maxWidth:`${jt.value&&e.maxCollapseTags===1?pe.selectionWidth-pe.collapseItemWidth-Eo:pe.selectionWidth}px`}}),Kr=computed(()=>({maxWidth:`${pe.selectionWidth}px`})),Nr=computed(()=>({width:`${Math.max(pe.calculatorWidth,MINIMUM_INPUT_WIDTH)}px`})),Fr=computed(()=>isArray$2(e.modelValue)?e.modelValue.length===0&&!pe.inputValue:e.filterable?!pe.inputValue:!0),Qr=computed(()=>{var Eo;const Fo=(Eo=e.placeholder)!=null?Eo:y("el.select.placeholder");return e.multiple||!yr.value?Fo:pe.selectedLabel}),ca=computed(()=>{var Eo,Fo;return(Fo=(Eo=_e.value)==null?void 0:Eo.popperRef)==null?void 0:Fo.contentRef}),Po=computed(()=>{if(e.multiple){const Eo=e.modelValue.length;if(e.modelValue.length>0&&Tr.value.has(e.modelValue[Eo-1])){const{index:Fo}=Tr.value.get(e.modelValue[Eo-1]);return Fo}}else if(e.modelValue&&Tr.value.has(e.modelValue)){const{index:Eo}=Tr.value.get(e.modelValue);return Eo}return-1}),Wa=computed({get(){return Er.value&&Hr.value!==!1},set(Eo){Er.value=Eo}}),Go=computed(()=>e.multiple?e.collapseTags?pe.cachedOptions.slice(0,e.maxCollapseTags):pe.cachedOptions:[]),us=computed(()=>e.multiple?e.collapseTags?pe.cachedOptions.slice(e.maxCollapseTags):[]:[]),{createNewOption:Kn,removeNewOption:Gr,selectNewOption:Ar,clearAllNewOption:On}=useAllowCreate(e,pe),kn=()=>{kr.value||(pe.menuVisibleOnFocus?pe.menuVisibleOnFocus=!1:Er.value=!Er.value)},Sa=()=>{pe.inputValue.length>0&&!Er.value&&(Er.value=!0),Kn(pe.inputValue),qa(pe.inputValue)},sa=debounce(Sa,jr.value),qa=Eo=>{pe.previousQuery===Eo||tr.value||(pe.previousQuery=Eo,e.filterable&&isFunction$4(e.filterMethod)?e.filterMethod(Eo):e.filterable&&e.remote&&isFunction$4(e.remoteMethod)&&e.remoteMethod(Eo),e.defaultFirstOption&&(e.filterable||e.remote)&&hr.value.length?nextTick$1(To):nextTick$1(hn))},To=()=>{const Eo=hr.value.filter(An=>!An.disabled&&An.type!=="Group"),Fo=Eo.find(An=>An.created),hs=Eo[0];pe.hoveringIndex=Ma(hr.value,Fo||hs)},Hi=Eo=>{isEqual$1(e.modelValue,Eo)||t(CHANGE_EVENT,Eo)},na=Eo=>{t(UPDATE_MODEL_EVENT,Eo),Hi(Eo),pe.previousValue=e.multiple?String(Eo):Eo},Ma=(Eo=[],Fo)=>{if(!isObject$4(Fo))return Eo.indexOf(Fo);const hs=e.valueKey;let An=-1;return Eo.some((Uo,cu)=>get(Uo,hs)===get(Fo,hs)?(An=cu,!0):!1),An},Ns=Eo=>isObject$4(Eo)?get(Eo,e.valueKey):Eo,cs=()=>{Dr()},vl=()=>{pe.selectionWidth=Ce.value.getBoundingClientRect().width},Bl=()=>{pe.calculatorWidth=Ue.value.getBoundingClientRect().width},Au=()=>{pe.collapseItemWidth=jt.value.getBoundingClientRect().width},xs=()=>{var Eo,Fo;(Fo=(Eo=_e.value)==null?void 0:Eo.updatePopper)==null||Fo.call(Eo)},ju=()=>{var Eo,Fo;(Fo=(Eo=Ne.value)==null?void 0:Eo.updatePopper)==null||Fo.call(Eo)},Lu=Eo=>{if(e.multiple){let Fo=e.modelValue.slice();const hs=Ma(Fo,re(Eo));hs>-1?(Fo=[...Fo.slice(0,hs),...Fo.slice(hs+1)],pe.cachedOptions.splice(hs,1),Gr(Eo)):(e.multipleLimit<=0||Fo.length<e.multipleLimit)&&(Fo=[...Fo,re(Eo)],pe.cachedOptions.push(Eo),Ar(Eo)),na(Fo),Eo.created&&qa(""),e.filterable&&!e.reserveKeyword&&(pe.inputValue="")}else pe.selectedLabel=z(Eo),na(re(Eo)),Er.value=!1,Ar(Eo),Eo.created||On();Nc()},Pc=(Eo,Fo)=>{let hs=e.modelValue.slice();const An=Ma(hs,re(Fo));An>-1&&!kr.value&&(hs=[...e.modelValue.slice(0,An),...e.modelValue.slice(An+1)],pe.cachedOptions.splice(An,1),na(hs),t("remove-tag",re(Fo)),Gr(Fo)),Eo.stopPropagation(),Nc()},Nc=()=>{var Eo;(Eo=Fe.value)==null||Eo.focus()},gc=()=>{var Eo;(Eo=Fe.value)==null||Eo.blur()},Wl=()=>{pe.inputValue.length>0?pe.inputValue="":Er.value=!1},ps=Eo=>findLastIndex(Eo,Fo=>!pe.cachedOptions.some(hs=>re(hs)===Fo&&ie(hs))),Ds=Eo=>{if(e.multiple&&Eo.code!==EVENT_CODE.delete&&pe.inputValue.length===0){Eo.preventDefault();const Fo=e.modelValue.slice(),hs=ps(Fo);if(hs<0)return;const An=Fo[hs];Fo.splice(hs,1);const Uo=pe.cachedOptions[hs];pe.cachedOptions.splice(hs,1),Gr(Uo),na(Fo),t("remove-tag",An)}},Us=()=>{let Eo;isArray$2(e.modelValue)?Eo=[]:Eo=ue.value,e.multiple?pe.cachedOptions=[]:pe.selectedLabel="",Er.value=!1,na(Eo),t("clear"),On(),Nc()},Vs=(Eo,Fo=void 0)=>{const hs=hr.value;if(!["forward","backward"].includes(Eo)||kr.value||hs.length<=0||Br.value||tr.value)return;if(!Er.value)return kn();Fo===void 0&&(Fo=pe.hoveringIndex);let An=-1;Eo==="forward"?(An=Fo+1,An>=hs.length&&(An=0)):Eo==="backward"&&(An=Fo-1,(An<0||An>=hs.length)&&(An=hs.length-1));const Uo=hs[An];if(ie(Uo)||Uo.type==="Group")return Vs(Eo,An);pe.hoveringIndex=An,pa(An)},Lr=()=>{if(Er.value)~pe.hoveringIndex&&hr.value[pe.hoveringIndex]&&Lu(hr.value[pe.hoveringIndex]);else return kn()},Zn=Eo=>{pe.hoveringIndex=Eo},hn=()=>{e.multiple?pe.hoveringIndex=hr.value.findIndex(Eo=>e.modelValue.some(Fo=>Ns(Fo)===Ns(Eo))):pe.hoveringIndex=hr.value.findIndex(Eo=>Ns(Eo)===Ns(e.modelValue))},Ln=Eo=>{if(pe.inputValue=Eo.target.value,e.remote)sa();else return Sa()},Vi=Eo=>{if(Er.value=!1,cr.value){const Fo=new FocusEvent("focus",Eo);handleBlur(Fo)}},Wi=()=>(pe.isBeforeHide=!1,nextTick$1(()=>{~Po.value&&pa(pe.hoveringIndex)})),pa=Eo=>{Ve.value.scrollToItem(Eo)},Ki=Eo=>{const Fo=Ns(Eo);if(Sr.value.has(Fo)){const{option:hs}=Sr.value.get(Fo);return hs}return{[V.value.value]:Eo,[V.value.label]:Eo}},Yo=()=>{if(e.multiple)if(e.modelValue.length>0){pe.cachedOptions.length=0,pe.previousValue=e.modelValue.toString();for(const Eo of e.modelValue){const Fo=Ki(Eo);pe.cachedOptions.push(Fo)}}else pe.cachedOptions=[],pe.previousValue=void 0;else if(yr.value){pe.previousValue=e.modelValue;const Eo=hr.value,Fo=Eo.findIndex(hs=>Ns(re(hs))===Ns(e.modelValue));~Fo?pe.selectedLabel=z(Eo[Fo]):pe.selectedLabel=Ns(e.modelValue)}else pe.selectedLabel="",pe.previousValue=void 0;On(),Dr()};return watch(Er,Eo=>{Eo?qa(""):(pe.inputValue="",pe.previousQuery=null,pe.isBeforeHide=!0,Kn("")),t("visible-change",Eo)}),watch(()=>e.modelValue,(Eo,Fo)=>{var hs;(!Eo||e.multiple&&Eo.toString()!==pe.previousValue||!e.multiple&&Ns(Eo)!==Ns(pe.previousValue))&&Yo(),!isEqual$1(Eo,Fo)&&e.validateEvent&&((hs=$==null?void 0:$.validate)==null||hs.call($,"change").catch(An=>void 0))},{deep:!0}),watch(()=>e.options,()=>{const Eo=Fe.value;(!Eo||Eo&&document.activeElement!==Eo)&&Yo()},{deep:!0,flush:"post"}),watch(()=>hr.value,()=>Ve.value&&nextTick$1(Ve.value.resetScrollTop)),watchEffect(()=>{pe.isBeforeHide||zr()}),watchEffect(()=>{const{valueKey:Eo,options:Fo}=e,hs=new Map;for(const An of Fo){const Uo=re(An);let cu=Uo;if(isObject$4(cu)&&(cu=get(Uo,Eo)),hs.get(cu))break;hs.set(cu,!0)}}),onMounted(()=>{Yo()}),useResizeObserver(he,cs),useResizeObserver(Ce,vl),useResizeObserver(Ue,Bl),useResizeObserver(Ve,xs),useResizeObserver(ur,xs),useResizeObserver(qe,ju),useResizeObserver(jt,Au),{inputId:j,collapseTagSize:Cr,currentPlaceholder:Qr,expanded:Er,emptyText:Hr,popupHeight:xr,debounce:jr,allOptions:_r,filteredOptions:hr,iconComponent:Ir,iconReverse:Mr,tagStyle:Wr,collapseTagStyle:Kr,inputStyle:Nr,popperSize:Ie,dropdownMenuVisible:Wa,hasModelValue:yr,shouldShowPlaceholder:Fr,selectDisabled:kr,selectSize:vr,showClearBtn:br,states:pe,isFocused:cr,nsSelect:n,nsInput:k,calculatorRef:Ue,inputRef:Fe,menuRef:Ve,tagMenuRef:qe,tooltipRef:_e,tagTooltipRef:Ne,selectRef:he,wrapperRef:ur,selectionRef:Ce,prefixRef:kt,suffixRef:Et,collapseItemRef:jt,popperRef:ca,validateState:mr,validateIcon:gr,showTagList:Go,collapseTagList:us,debouncedOnInputChange:sa,deleteTag:Pc,getLabel:z,getValue:re,getDisabled:ie,getValueKey:Ns,handleClear:Us,handleClickOutside:Vi,handleDel:Ds,handleEsc:Wl,focus:Nc,blur:gc,handleMenuEnter:Wi,handleResize:cs,resetSelectionWidth:vl,resetCalculatorWidth:Bl,updateTooltip:xs,updateTagTooltip:ju,updateOptions:zr,toggleMenu:kn,scrollTo:pa,onInput:Ln,onKeyboardNavigate:Vs,onKeyboardSelect:Lr,onSelect:Lu,onHover:Zn,handleCompositionStart:rr,handleCompositionEnd:ar,handleCompositionUpdate:nr}},_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:k,multiple:L}=e,$=L?[]:void 0;return isArray$2(k)?L?k:$:L?$:k}),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,L){const $=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:ie=>e.states.inputHovering=!0,onMouseleave:ie=>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:ie=>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,ie=>(openBlock(),createElementBlock("div",{key:e.getValueKey(e.getValue(ie)),class:normalizeClass(e.nsSelect.e("selected-item"))},[createVNode($,{closable:!e.selectDisabled&&!e.getDisabled(ie),size:e.collapseTagSize,type:e.tagType,effect:e.tagEffect,"disable-transitions":"",style:normalizeStyle(e.tagStyle),onClose:oe=>e.deleteTag(oe,ie)},{default:withCtx(()=>[createBaseVNode("span",{class:normalizeClass(e.nsSelect.e("tags-text"))},[renderSlot(e.$slots,"label",{label:e.getLabel(ie),value:e.getValue(ie)},()=>[createTextVNode(toDisplayString(e.getLabel(ie)),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($,{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,ie=>(openBlock(),createElementBlock("div",{key:e.getValueKey(e.getValue(ie)),class:normalizeClass(e.nsSelect.e("selected-item"))},[createVNode($,{class:"in-tooltip",closable:!e.selectDisabled&&!e.getDisabled(ie),size:e.collapseTagSize,type:e.tagType,effect:e.tagEffect,"disable-transitions":"",onClose:oe=>e.deleteTag(oe,ie)},{default:withCtx(()=>[createBaseVNode("span",{class:normalizeClass(e.nsSelect.e("tags-text"))},[renderSlot(e.$slots,"label",{label:e.getLabel(ie),value:e.getValue(ie)},()=>[createTextVNode(toDisplayString(e.getLabel(ie)),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":ie=>e.states.inputValue=ie,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(ie=>e.onKeyboardNavigate("backward"),["stop","prevent"]),["up"]),withKeys(withModifiers(ie=>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(ie=>[renderSlot(e.$slots,"default",normalizeProps(guardReactiveProps(ie)))]),_: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"),k=useThrottleRender(toRef$1(y,"loading"),y.throttle);return t({uiLoading:k}),(L,$)=>unref(k)?(openBlock(),createElementBlock("div",mergeProps({key:0,class:[unref(n).b(),unref(n).is("animated",L.animated)]},L.$attrs),[(openBlock(!0),createElementBlock(Fragment,null,renderList(L.count,j=>(openBlock(),createElementBlock(Fragment,{key:j},[L.loading?renderSlot(L.$slots,"template",{key:j},()=>[createVNode(SkeletonItem,{class:normalizeClass(unref(n).is("first")),variant:"p"},null,8,["class"]),(openBlock(!0),createElementBlock(Fragment,null,renderList(L.rows,V=>(openBlock(),createBlock(SkeletonItem,{key:V,class:normalizeClass([unref(n).e("paragraph"),unref(n).is("last",V===L.rows&&L.rows>1)]),variant:"p"},null,8,["class"]))),128))]):createCommentVNode("v-if",!0)],64))),128))],16)):renderSlot(L.$slots,"default",normalizeProps(mergeProps({key:1},L.$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$3(e)||isArray$2(e)&&e.every(isNumber$3),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$1(),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:k}=useFormItem(),L=shallowRef(),$=ref$1(),j=ref$1(),V={firstButton:$,secondButton:j},z=computed(()=>e.disabled||(n==null?void 0:n.disabled)||!1),re=computed(()=>Math.min(t.firstValue,t.secondValue)),ie=computed(()=>Math.max(t.firstValue,t.secondValue)),oe=computed(()=>e.range?`${100*(ie.value-re.value)/(e.max-e.min)}%`:`${100*(t.firstValue-e.min)/(e.max-e.min)}%`),ue=computed(()=>e.range?`${100*(re.value-e.min)/(e.max-e.min)}%`:"0%"),de=computed(()=>e.vertical?{height:e.height}:{}),pe=computed(()=>e.vertical?{height:oe.value,bottom:ue.value}:{width:oe.value,left:ue.value}),Ie=()=>{L.value&&(t.sliderSize=L.value[`client${e.vertical?"Height":"Width"}`])},he=tr=>{const rr=e.min+tr*(e.max-e.min)/100;if(!e.range)return $;let ar;return Math.abs(re.value-rr)<Math.abs(ie.value-rr)?ar=t.firstValue<t.secondValue?"firstButton":"secondButton":ar=t.firstValue>t.secondValue?"firstButton":"secondButton",V[ar]},Ce=tr=>{const rr=he(tr);return rr.value.setPosition(tr),rr},_e=tr=>{t.firstValue=tr??e.min,Fe(e.range?[re.value,ie.value]:tr??e.min)},Ne=tr=>{t.secondValue=tr,e.range&&Fe([re.value,ie.value])},Fe=tr=>{y(UPDATE_MODEL_EVENT,tr),y(INPUT_EVENT,tr)},Ue=async()=>{await nextTick$1(),y(CHANGE_EVENT,e.range?[re.value,ie.value]:e.modelValue)},kt=tr=>{var rr,ar,nr,ur,cr,_r;if(z.value||t.dragging)return;Ie();let hr=0;if(e.vertical){const Er=(nr=(ar=(rr=tr.touches)==null?void 0:rr.item(0))==null?void 0:ar.clientY)!=null?nr:tr.clientY;hr=(L.value.getBoundingClientRect().bottom-Er)/t.sliderSize*100}else{const Er=(_r=(cr=(ur=tr.touches)==null?void 0:ur.item(0))==null?void 0:cr.clientX)!=null?_r:tr.clientX,kr=L.value.getBoundingClientRect().left;hr=(Er-kr)/t.sliderSize*100}if(!(hr<0||hr>100))return Ce(hr)};return{elFormItem:k,slider:L,firstButton:$,secondButton:j,sliderDisabled:z,minValue:re,maxValue:ie,runwayStyle:de,barStyle:pe,resetSize:Ie,setPosition:Ce,emitChange:Ue,onSliderWrapperPrevent:tr=>{var rr,ar;((rr=V.firstButton.value)!=null&&rr.dragging||(ar=V.secondButton.value)!=null&&ar.dragging)&&tr.preventDefault()},onSliderClick:tr=>{kt(tr)&&Ue()},onSliderDown:async tr=>{const rr=kt(tr);rr&&(await nextTick$1(),rr.value.onButtonDown(tr))},onSliderMarkerDown:tr=>{z.value||t.dragging||Ce(tr)},setFirstValue:_e,setSecondValue:Ne}},{left,down,right,up,home,end,pageUp,pageDown}=EVENT_CODE,useTooltip=(e,t,y)=>{const n=ref$1(),k=ref$1(!1),L=computed(()=>t.value instanceof Function),$=computed(()=>L.value&&t.value(e.modelValue)||e.modelValue),j=debounce(()=>{y.value&&(k.value=!0)},50),V=debounce(()=>{y.value&&(k.value=!1)},50);return{tooltip:n,tooltipVisible:k,formatValue:$,displayTooltip:j,hideTooltip:V}},useSliderButton=(e,t,y)=>{const{disabled:n,min:k,max:L,step:$,showTooltip:j,precision:V,sliderSize:z,formatTooltip:re,emitChange:ie,resetSize:oe,updateDragging:ue}=inject(sliderContextKey),{tooltip:de,tooltipVisible:pe,formatValue:Ie,displayTooltip:he,hideTooltip:Ce}=useTooltip(e,re,j),_e=ref$1(),Ne=computed(()=>`${(e.modelValue-k.value)/(L.value-k.value)*100}%`),Fe=computed(()=>e.vertical?{bottom:Ne.value}:{left:Ne.value}),Ue=()=>{t.hovering=!0,he()},kt=()=>{t.hovering=!1,t.dragging||Ce()},Et=xr=>{n.value||(xr.preventDefault(),_r(xr),window.addEventListener("mousemove",hr),window.addEventListener("touchmove",hr),window.addEventListener("mouseup",Er),window.addEventListener("touchend",Er),window.addEventListener("contextmenu",Er),_e.value.focus())},Ve=xr=>{n.value||(t.newPosition=Number.parseFloat(Ne.value)+xr/(L.value-k.value)*100,kr(t.newPosition),ie())},qe=()=>{Ve(-$.value)},jt=()=>{Ve($.value)},tr=()=>{Ve(-$.value*4)},rr=()=>{Ve($.value*4)},ar=()=>{n.value||(kr(0),ie())},nr=()=>{n.value||(kr(100),ie())},ur=xr=>{let yr=!0;[left,down].includes(xr.key)?qe():[right,up].includes(xr.key)?jt():xr.key===home?ar():xr.key===end?nr():xr.key===pageDown?tr():xr.key===pageUp?rr():yr=!1,yr&&xr.preventDefault()},cr=xr=>{let yr,br;return xr.type.startsWith("touch")?(br=xr.touches[0].clientY,yr=xr.touches[0].clientX):(br=xr.clientY,yr=xr.clientX),{clientX:yr,clientY:br}},_r=xr=>{t.dragging=!0,t.isClick=!0;const{clientX:yr,clientY:br}=cr(xr);e.vertical?t.startY=br:t.startX=yr,t.startPosition=Number.parseFloat(Ne.value),t.newPosition=t.startPosition},hr=xr=>{if(t.dragging){t.isClick=!1,he(),oe();let yr;const{clientX:br,clientY:Ir}=cr(xr);e.vertical?(t.currentY=Ir,yr=(t.startY-t.currentY)/z.value*100):(t.currentX=br,yr=(t.currentX-t.startX)/z.value*100),t.newPosition=t.startPosition+yr,kr(t.newPosition)}},Er=()=>{t.dragging&&(setTimeout(()=>{t.dragging=!1,t.hovering||Ce(),t.isClick||kr(t.newPosition),ie()},0),window.removeEventListener("mousemove",hr),window.removeEventListener("touchmove",hr),window.removeEventListener("mouseup",Er),window.removeEventListener("touchend",Er),window.removeEventListener("contextmenu",Er))},kr=async xr=>{if(xr===null||Number.isNaN(+xr))return;xr<0?xr=0:xr>100&&(xr=100);const yr=100/((L.value-k.value)/$.value);let Ir=Math.round(xr/yr)*yr*(L.value-k.value)*.01+k.value;Ir=Number.parseFloat(Ir.toFixed(V.value)),Ir!==e.modelValue&&y(UPDATE_MODEL_EVENT,Ir),!t.dragging&&e.modelValue!==t.oldValue&&(t.oldValue=e.modelValue),await nextTick$1(),t.dragging&&he(),de.value.updatePopper()};return watch(()=>t.dragging,xr=>{ue(xr)}),useEventListener(_e,"touchstart",Et,{passive:!1}),{disabled:n,button:_e,tooltip:de,tooltipVisible:pe,showTooltip:j,wrapperStyle:Fe,formatValue:Ie,handleMouseEnter:Ue,handleMouseLeave:kt,onButtonDown:Et,onKeyDown:ur,setPosition:kr}},useStops=(e,t,y,n)=>({stops:computed(()=>{if(!e.showStops||e.min>e.max)return[];if(e.step===0)return[];const $=(e.max-e.min)/e.step,j=100*e.step/(e.max-e.min),V=Array.from({length:$-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:$=>e.vertical?{bottom:`${$}%`}:{left:`${$}%`}}),useWatch=(e,t,y,n,k,L)=>{const $=z=>{k(UPDATE_MODEL_EVENT,z),k(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 ie=e.modelValue;e.range&&Array.isArray(ie)?ie[1]<e.min?$([e.min,e.min]):ie[0]>e.max?$([e.max,e.max]):ie[0]<e.min?$([e.min,ie[1]]):ie[1]>e.max?$([ie[0],e.max]):(t.firstValue=ie[0],t.secondValue=ie[1],j()&&(e.validateEvent&&((z=L==null?void 0:L.validate)==null||z.call(L,"change").catch(oe=>void 0)),t.oldValue=ie.slice())):!e.range&&typeof ie=="number"&&!Number.isNaN(ie)&&(ie<e.min?$(e.min):ie>e.max?$(e.max):(t.firstValue=ie,j()&&(e.validateEvent&&((re=L==null?void 0:L.validate)==null||re.call(L,"change").catch(oe=>void 0)),t.oldValue=ie)))};V(),watch(()=>t.dragging,z=>{z||V()}),watch(()=>e.modelValue,(z,re)=>{t.dragging||Array.isArray(z)&&Array.isArray(re)&&z.every((ie,oe)=>ie===re[oe])&&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$3(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,k=useNamespace("slider"),L=reactive({hovering:!1,dragging:!1,isClick:!1,startX:0,currentX:0,startY:0,currentY:0,startPosition:0,newPosition:0,oldValue:n.modelValue}),{disabled:$,button:j,tooltip:V,showTooltip:z,tooltipVisible:re,wrapperStyle:ie,formatValue:oe,handleMouseEnter:ue,handleMouseLeave:de,onButtonDown:pe,onKeyDown:Ie,setPosition:he}=useSliderButton(n,L,y),{hovering:Ce,dragging:_e}=toRefs(L);return t({onButtonDown:pe,onKeyDown:Ie,setPosition:he,hovering:Ce,dragging:_e}),(Ne,Fe)=>(openBlock(),createElementBlock("div",{ref_key:"button",ref:j,class:normalizeClass([unref(k).e("button-wrapper"),{hover:unref(Ce),dragging:unref(_e)}]),style:normalizeStyle(unref(ie)),tabindex:unref($)?-1:0,onMouseenter:unref(ue),onMouseleave:unref(de),onMousedown:unref(pe),onFocus:unref(ue),onBlur:unref(de),onKeydown:unref(Ie)},[createVNode(unref(ElTooltip),{ref_key:"tooltip",ref:V,visible:unref(re),placement:Ne.placement,"fallback-placements":["top","bottom","right","left"],"stop-popper-mouse-event":!1,"popper-class":Ne.tooltipClass,disabled:!unref(z),persistent:""},{content:withCtx(()=>[createBaseVNode("span",null,toDisplayString(unref(oe)),1)]),default:withCtx(()=>[createBaseVNode("div",{class:normalizeClass([unref(k).e("button"),{hover:unref(Ce),dragging:unref(_e)}])},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$3(e.mark)?e.mark:e.mark.label),n=computed(()=>isString$3(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,k=useNamespace("slider"),{t:L}=useLocale(),$=reactive({firstValue:0,secondValue:0,oldValue:0,dragging:!1,sliderSize:1}),{elFormItem:j,slider:V,firstButton:z,secondButton:re,sliderDisabled:ie,minValue:oe,maxValue:ue,runwayStyle:de,barStyle:pe,resetSize:Ie,emitChange:he,onSliderWrapperPrevent:Ce,onSliderClick:_e,onSliderDown:Ne,onSliderMarkerDown:Fe,setFirstValue:Ue,setSecondValue:kt}=useSlide(n,$,y),{stops:Et,getStopStyle:Ve}=useStops(n,$,oe,ue),{inputId:qe,isLabeledByFormItem:jt}=useFormItemInputId(n,{formItemContext:j}),tr=useFormSize(),rr=computed(()=>n.inputSize||tr.value),ar=computed(()=>n.ariaLabel||L("el.slider.defaultLabel",{min:n.min,max:n.max})),nr=computed(()=>n.range?n.rangeStartLabel||L("el.slider.defaultRangeStartLabel"):ar.value),ur=computed(()=>n.formatValueText?n.formatValueText(yr.value):`${yr.value}`),cr=computed(()=>n.rangeEndLabel||L("el.slider.defaultRangeEndLabel")),_r=computed(()=>n.formatValueText?n.formatValueText(br.value):`${br.value}`),hr=computed(()=>[k.b(),k.m(tr.value),k.is("vertical",n.vertical),{[k.m("with-input")]:n.showInput}]),Er=useMarks(n);useWatch(n,$,oe,ue,y,j);const kr=computed(()=>{const mr=[n.min,n.max,n.step].map(gr=>{const jr=`${gr}`.split(".")[1];return jr?jr.length:0});return Math.max.apply(null,mr)}),{sliderWrapper:xr}=useLifecycle(n,$,Ie),{firstValue:yr,secondValue:br,sliderSize:Ir}=toRefs($),Mr=mr=>{$.dragging=mr};return useEventListener(xr,"touchstart",Ce,{passive:!1}),useEventListener(xr,"touchmove",Ce,{passive:!1}),provide(sliderContextKey,{...toRefs(n),sliderSize:Ir,disabled:ie,precision:kr,emitChange:he,resetSize:Ie,updateDragging:Mr}),t({onSliderClick:_e}),(mr,gr)=>{var jr,Hr;return openBlock(),createElementBlock("div",{id:mr.range?unref(qe):void 0,ref_key:"sliderWrapper",ref:xr,class:normalizeClass(unref(hr)),role:mr.range?"group":void 0,"aria-label":mr.range&&!unref(jt)?unref(ar):void 0,"aria-labelledby":mr.range&&unref(jt)?(jr=unref(j))==null?void 0:jr.labelId:void 0},[createBaseVNode("div",{ref_key:"slider",ref:V,class:normalizeClass([unref(k).e("runway"),{"show-input":mr.showInput&&!mr.range},unref(k).is("disabled",unref(ie))]),style:normalizeStyle(unref(de)),onMousedown:unref(Ne),onTouchstartPassive:unref(Ne)},[createBaseVNode("div",{class:normalizeClass(unref(k).e("bar")),style:normalizeStyle(unref(pe))},null,6),createVNode(SliderButton,{id:mr.range?void 0:unref(qe),ref_key:"firstButton",ref:z,"model-value":unref(yr),vertical:mr.vertical,"tooltip-class":mr.tooltipClass,placement:mr.placement,role:"slider","aria-label":mr.range||!unref(jt)?unref(nr):void 0,"aria-labelledby":!mr.range&&unref(jt)?(Hr=unref(j))==null?void 0:Hr.labelId:void 0,"aria-valuemin":mr.min,"aria-valuemax":mr.range?unref(br):mr.max,"aria-valuenow":unref(yr),"aria-valuetext":unref(ur),"aria-orientation":mr.vertical?"vertical":"horizontal","aria-disabled":unref(ie),"onUpdate:modelValue":unref(Ue)},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"]),mr.range?(openBlock(),createBlock(SliderButton,{key:0,ref_key:"secondButton",ref:re,"model-value":unref(br),vertical:mr.vertical,"tooltip-class":mr.tooltipClass,placement:mr.placement,role:"slider","aria-label":unref(cr),"aria-valuemin":unref(yr),"aria-valuemax":mr.max,"aria-valuenow":unref(br),"aria-valuetext":unref(_r),"aria-orientation":mr.vertical?"vertical":"horizontal","aria-disabled":unref(ie),"onUpdate:modelValue":unref(kt)},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),mr.showStops?(openBlock(),createElementBlock("div",{key:1},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(Et),(Vr,zr)=>(openBlock(),createElementBlock("div",{key:zr,class:normalizeClass(unref(k).e("stop")),style:normalizeStyle(unref(Ve)(Vr))},null,6))),128))])):createCommentVNode("v-if",!0),unref(Er).length>0?(openBlock(),createElementBlock(Fragment,{key:2},[createBaseVNode("div",null,[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(Er),(Vr,zr)=>(openBlock(),createElementBlock("div",{key:zr,style:normalizeStyle(unref(Ve)(Vr.position)),class:normalizeClass([unref(k).e("stop"),unref(k).e("marks-stop")])},null,6))),128))]),createBaseVNode("div",{class:normalizeClass(unref(k).e("marks"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(Er),(Vr,zr)=>(openBlock(),createBlock(unref(SliderMarker),{key:zr,mark:Vr.mark,style:normalizeStyle(unref(Ve)(Vr.position)),onMousedown:withModifiers(Sr=>unref(Fe)(Vr.position),["stop"])},null,8,["mark","style","onMousedown"]))),128))],2)],64)):createCommentVNode("v-if",!0)],46,["onMousedown","onTouchstartPassive"]),mr.showInput&&!mr.range?(openBlock(),createBlock(unref(ElInputNumber),{key:0,ref:"input","model-value":unref(yr),class:normalizeClass(unref(k).e("input")),step:mr.step,disabled:unref(ie),controls:mr.showInputControls,min:mr.min,max:mr.max,precision:unref(kr),debounce:mr.debounce,size:unref(rr),"onUpdate:modelValue":unref(Ue),onChange:unref(he)},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),k=ref$1(0),L=computed(()=>{const j=e.wrap||e.fill?{flexWrap:"wrap"}:{},V={alignItems:e.alignment},z={rowGap:`${k.value}px`,columnGap:`${n.value}px`};return[j,V,z,e.style]}),$=computed(()=>e.fill?{flexGrow:1,minWidth:`${e.fillRatio}%`}:{});return watchEffect(()=>{const{size:j="small",wrap:V,direction:z,fill:re}=e;if(isArray$2(j)){const[ie=0,oe=0]=j;n.value=ie,k.value=oe}else{let ie;isNumber$3(j)?ie=j:ie=SIZE_MAP[j||"small"]||SIZE_MAP.small,(V||re)&&z==="horizontal"?n.value=k.value=ie:z==="horizontal"?(n.value=ie,k.value=0):(k.value=ie,n.value=0)}}),{classes:y,containerStyle:L,itemStyle:$}}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$3(e)||isString$3(e)},wrap:Boolean,fill:Boolean,fillRatio:{type:Number,default:100},size:{type:[String,Array,Number],values:componentSizes,validator:e=>isNumber$3(e)||isArray$2(e)&&e.length===2&&e.every(isNumber$3)}}),Space=defineComponent({name:"ElSpace",props:spaceProps,setup(e,{slots:t}){const{classes:y,containerStyle:n,itemStyle:k}=useSpace(e);function L($,j="",V=[]){const{prefixCls:z}=e;return $.forEach((re,ie)=>{isFragment(re)?isArray$2(re.children)&&re.children.forEach((oe,ue)=>{isFragment(oe)&&isArray$2(oe.children)?L(oe.children,`${j+ue}-`,V):V.push(createVNode(SpaceItem,{style:k.value,prefixCls:z,key:`nested-${j+ue}`},{default:()=>[oe]},PatchFlags.PROPS|PatchFlags.STYLE,["style","prefixCls"]))}):isValidElementNode(re)&&V.push(createVNode(SpaceItem,{style:k.value,prefixCls:z,key:`LoopKey${j+ie}`},{default:()=>[re]},PatchFlags.PROPS|PatchFlags.STYLE,["style","prefixCls"]))}),V}return()=>{var $;const{spacer:j,direction:V}=e,z=renderSlot(t,"default",{key:0},()=>[]);if((($=z.children)!=null?$:[]).length===0)return null;if(isArray$2(z.children)){let re=L(z.children);if(j){const ie=re.length-1;re=re.reduce((oe,ue,de)=>{const pe=[...oe,ue];return de!==ie&&pe.push(createVNode("span",{style:[k.value,V==="vertical"?"width: 100%":null],key:de},[isVNode(j)?j:createTextVNode(j,PatchFlags.TEXT)],PatchFlags.STYLE)),pe},[])}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"),k=computed(()=>{const{value:L,formatter:$,precision:j,decimalSeparator:V,groupSeparator:z}=y;if(isFunction$4($))return $(L);if(!isNumber$3(L)||Number.isNaN(L))return L;let[re,ie=""]=String(L).split(".");return ie=ie.padEnd(j,"0").slice(0,j>0?j:0),re=re.replace(/\B(?=(\d{3})+(?!\d))/g,z),[re,ie].join(ie?V:"")});return t({displayValue:k}),(L,$)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(n).b())},[L.$slots.title||L.title?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(n).e("head"))},[renderSlot(L.$slots,"title",{},()=>[createTextVNode(toDisplayString(L.title),1)])],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(n).e("content"))},[L.$slots.prefix||L.prefix?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(n).e("prefix"))},[renderSlot(L.$slots,"prefix",{},()=>[createBaseVNode("span",null,toDisplayString(L.prefix),1)])],2)):createCommentVNode("v-if",!0),createBaseVNode("span",{class:normalizeClass(unref(n).e("number")),style:normalizeStyle(L.valueStyle)},toDisplayString(unref(k)),7),L.$slots.suffix||L.suffix?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(n).e("suffix"))},[renderSlot(L.$slots,"suffix",{},()=>[createBaseVNode("span",null,toDisplayString(L.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$3(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$3(e)?new Date(e).getTime():e.valueOf(),formatTime$1=(e,t)=>{let y=e;const n=/\[([^\]]*)]/g;return timeUnits.reduce((L,[$,j])=>{const V=new RegExp(`${$}+(?![^\\[\\]]*\\])`,"g");if(V.test(L)){const z=Math.floor(y/j);return y-=z*j,L.replace(V,re=>String(z).padStart(re.length,"0"))}return L},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 k;const L=ref$1(0),$=computed(()=>formatTime$1(L.value,n.format)),j=re=>formatTime$1(re,n.format),V=()=>{k&&(cAF(k),k=void 0)},z=()=>{const re=getTime(n.value),ie=()=>{let oe=re-Date.now();y("change",oe),oe<=0?(oe=0,V(),y("finish")):k=rAF(ie),L.value=oe};k=rAF(ie)};return onMounted(()=>{L.value=getTime(n.value)-Date.now(),watch(()=>[n.value,n.format],()=>{V(),z()},{immediate:!0})}),onBeforeUnmount(()=>{V()}),t({displayValue:$}),(re,ie)=>(openBlock(),createBlock(unref(ElStatistic),{value:L.value,title:re.title,prefix:re.prefix,suffix:re.suffix,"value-style":re.valueStyle,formatter:j},createSlots({_:2},[renderList(re.$slots,(oe,ue)=>({name:ue,fn:withCtx(()=>[renderSlot(re.$slots,ue)])}))]),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$3)},__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:k,addChild:L,removeChild:$}=useOrderedChildren(getCurrentInstance(),"ElStep");return watch(k,()=>{k.value.forEach((j,V)=>{j.setIndex(V)})}),provide("ElSteps",{props:y,steps:k,addStep:L,removeStep:$}),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),k=ref$1({}),L=ref$1(""),$=inject("ElSteps"),j=getCurrentInstance();onMounted(()=>{watch([()=>$.props.active,()=>$.props.processStatus,()=>$.props.finishStatus],([Ue])=>{Ne(Ue)},{immediate:!0})}),onBeforeUnmount(()=>{$.removeStep(Fe.uid)});const V=computed(()=>t.status||L.value),z=computed(()=>{const Ue=$.steps.value[n.value-1];return Ue?Ue.currentStatus:"wait"}),re=computed(()=>$.props.alignCenter),ie=computed(()=>$.props.direction==="vertical"),oe=computed(()=>$.props.simple),ue=computed(()=>$.steps.value.length),de=computed(()=>{var Ue;return((Ue=$.steps.value[ue.value-1])==null?void 0:Ue.uid)===(j==null?void 0:j.uid)}),pe=computed(()=>oe.value?"":$.props.space),Ie=computed(()=>[y.b(),y.is(oe.value?"simple":$.props.direction),y.is("flex",de.value&&!pe.value&&!re.value),y.is("center",re.value&&!ie.value&&!oe.value)]),he=computed(()=>{const Ue={flexBasis:isNumber$3(pe.value)?`${pe.value}px`:pe.value?pe.value:`${100/(ue.value-(re.value?0:1))}%`};return ie.value||de.value&&(Ue.maxWidth=`${100/ue.value}%`),Ue}),Ce=Ue=>{n.value=Ue},_e=Ue=>{const kt=Ue==="wait",Et={transitionDelay:`${kt?"-":""}${150*n.value}ms`},Ve=Ue===$.props.processStatus||kt?0:100;Et.borderWidth=Ve&&!oe.value?"1px":0,Et[$.props.direction==="vertical"?"height":"width"]=`${Ve}%`,k.value=Et},Ne=Ue=>{Ue>n.value?L.value=$.props.finishStatus:Ue===n.value&&z.value!=="error"?L.value=$.props.processStatus:L.value="wait";const kt=$.steps.value[n.value-1];kt&&kt.calcProgress(L.value)},Fe=reactive({uid:j.uid,currentStatus:V,setIndex:Ce,calcProgress:_e});return $.addStep(Fe),(Ue,kt)=>(openBlock(),createElementBlock("div",{style:normalizeStyle(unref(he)),class:normalizeClass(unref(Ie))},[createCommentVNode(" icon & line "),createBaseVNode("div",{class:normalizeClass([unref(y).e("head"),unref(y).is(unref(V))])},[unref(oe)?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(k.value)},null,6)],2)),createBaseVNode("div",{class:normalizeClass([unref(y).e("icon"),unref(y).is(Ue.icon||Ue.$slots.icon?"icon":"text")])},[renderSlot(Ue.$slots,"icon",{},()=>[Ue.icon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(y).e("icon-inner"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(Ue.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(oe)?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(Ue.$slots,"title",{},()=>[createTextVNode(toDisplayString(Ue.title),1)])],2),unref(oe)?(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(Ue.$slots,"description",{},()=>[createTextVNode(toDisplayString(Ue.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$2(e)||isString$3(e)||isNumber$3(e),[CHANGE_EVENT]:e=>isBoolean$2(e)||isString$3(e)||isNumber$3(e),[INPUT_EVENT]:e=>isBoolean$2(e)||isString$3(e)||isNumber$3(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:k}=useFormItem(),L=useFormSize(),$=useNamespace("switch"),{inputId:j}=useFormItemInputId(n,{formItemContext:k}),V=useFormDisabled(computed(()=>n.loading)),z=ref$1(n.modelValue!==!1),re=ref$1(),ie=ref$1(),oe=computed(()=>[$.b(),$.m(L.value),$.is("disabled",V.value),$.is("checked",he.value)]),ue=computed(()=>[$.e("label"),$.em("label","left"),$.is("active",!he.value)]),de=computed(()=>[$.e("label"),$.em("label","right"),$.is("active",he.value)]),pe=computed(()=>({width:addUnit(n.width)}));watch(()=>n.modelValue,()=>{z.value=!0});const Ie=computed(()=>z.value?n.modelValue:!1),he=computed(()=>Ie.value===n.activeValue);[n.activeValue,n.inactiveValue].includes(Ie.value)||(y(UPDATE_MODEL_EVENT,n.inactiveValue),y(CHANGE_EVENT,n.inactiveValue),y(INPUT_EVENT,n.inactiveValue)),watch(he,Fe=>{var Ue;re.value.checked=Fe,n.validateEvent&&((Ue=k==null?void 0:k.validate)==null||Ue.call(k,"change").catch(kt=>void 0))});const Ce=()=>{const Fe=he.value?n.inactiveValue:n.activeValue;y(UPDATE_MODEL_EVENT,Fe),y(CHANGE_EVENT,Fe),y(INPUT_EVENT,Fe),nextTick$1(()=>{re.value.checked=he.value})},_e=()=>{if(V.value)return;const{beforeChange:Fe}=n;if(!Fe){Ce();return}const Ue=Fe();[isPromise(Ue),isBoolean$2(Ue)].includes(!0)||throwError(COMPONENT_NAME$8,"beforeChange must return type `Promise<boolean>` or `boolean`"),isPromise(Ue)?Ue.then(Et=>{Et&&Ce()}).catch(Et=>{}):Ue&&Ce()},Ne=()=>{var Fe,Ue;(Ue=(Fe=re.value)==null?void 0:Fe.focus)==null||Ue.call(Fe)};return onMounted(()=>{re.value.checked=he.value}),t({focus:Ne,checked:he}),(Fe,Ue)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(oe)),onClick:withModifiers(_e,["prevent"])},[createBaseVNode("input",{id:unref(j),ref_key:"input",ref:re,class:normalizeClass(unref($).e("input")),type:"checkbox",role:"switch","aria-checked":unref(he),"aria-disabled":unref(V),"aria-label":Fe.ariaLabel,name:Fe.name,"true-value":Fe.activeValue,"false-value":Fe.inactiveValue,disabled:unref(V),tabindex:Fe.tabindex,onChange:Ce,onKeydown:withKeys(_e,["enter"])},null,42,["id","aria-checked","aria-disabled","aria-label","name","true-value","false-value","disabled","tabindex","onKeydown"]),!Fe.inlinePrompt&&(Fe.inactiveIcon||Fe.inactiveText)?(openBlock(),createElementBlock("span",{key:0,class:normalizeClass(unref(ue))},[Fe.inactiveIcon?(openBlock(),createBlock(unref(ElIcon),{key:0},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(Fe.inactiveIcon)))]),_:1})):createCommentVNode("v-if",!0),!Fe.inactiveIcon&&Fe.inactiveText?(openBlock(),createElementBlock("span",{key:1,"aria-hidden":unref(he)},toDisplayString(Fe.inactiveText),9,["aria-hidden"])):createCommentVNode("v-if",!0)],2)):createCommentVNode("v-if",!0),createBaseVNode("span",{ref_key:"core",ref:ie,class:normalizeClass(unref($).e("core")),style:normalizeStyle(unref(pe))},[Fe.inlinePrompt?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref($).e("inner"))},[Fe.activeIcon||Fe.inactiveIcon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref($).is("icon"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(he)?Fe.activeIcon:Fe.inactiveIcon)))]),_:1},8,["class"])):Fe.activeText||Fe.inactiveText?(openBlock(),createElementBlock("span",{key:1,class:normalizeClass(unref($).is("text")),"aria-hidden":!unref(he)},toDisplayString(unref(he)?Fe.activeText:Fe.inactiveText),11,["aria-hidden"])):createCommentVNode("v-if",!0)],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref($).e("action"))},[Fe.loading?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref($).is("loading"))},{default:withCtx(()=>[createVNode(unref(loading_default))]),_:1},8,["class"])):unref(he)?renderSlot(Fe.$slots,"active-action",{key:1},()=>[Fe.activeActionIcon?(openBlock(),createBlock(unref(ElIcon),{key:0},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(Fe.activeActionIcon)))]),_:1})):createCommentVNode("v-if",!0)]):unref(he)?createCommentVNode("v-if",!0):renderSlot(Fe.$slots,"inactive-action",{key:2},()=>[Fe.inactiveActionIcon?(openBlock(),createBlock(unref(ElIcon),{key:0},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(Fe.inactiveActionIcon)))]),_:1})):createCommentVNode("v-if",!0)])],2)],6),!Fe.inlinePrompt&&(Fe.activeIcon||Fe.activeText)?(openBlock(),createElementBlock("span",{key:1,class:normalizeClass(unref(de))},[Fe.activeIcon?(openBlock(),createBlock(unref(ElIcon),{key:0},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(Fe.activeIcon)))]),_:1})):createCommentVNode("v-if",!0),!Fe.activeIcon&&Fe.activeText?(openBlock(),createElementBlock("span",{key:1,"aria-hidden":!unref(he)},toDisplayString(Fe.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,k){if(!t&&!n&&(!k||Array.isArray(k)&&!k.length))return e;typeof y=="string"?y=y==="descending"?-1:1:y=y&&y<0?-1:1;const L=n?null:function(j,V){return k?(Array.isArray(k)||(k=[k]),k.map(z=>typeof z=="string"?get(j,z):z(j,V,e))):(t!=="$key"&&isObject$4(j)&&"$value"in j&&(j=j.$value),[isObject$4(j)?get(j,t):j])},$=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:L?L(j,V):null})).sort((j,V)=>{let z=$(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 k=e.columns[n];if(k.columnKey===t){y=k;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 k of y)n=n[k];return`${n}`}else if(typeof t=="function")return t.call(null,e)},getKeysMap=function(e,t){const y={};return(e||[]).forEach((n,k)=>{y[getRowIdentity(n,t)]={row:n,index:k}}),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 k=t[n];typeof k<"u"&&(y[n]=k)}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,L){let $=L??0,j=!1;const V=e.indexOf(t),z=V!==-1,re=k==null?void 0:k.call(null,t,L),ie=ue=>{ue==="add"?e.push(t):e.splice(V,1),j=!0},oe=ue=>{let de=0;const pe=(n==null?void 0:n.children)&&ue[n.children];return pe&&isArray$2(pe)&&(de+=pe.length,pe.forEach(Ie=>{de+=oe(Ie)})),de};return(!k||re)&&(isBoolean$2(y)?y&&!z?ie("add"):!y&&z&&ie("remove"):ie(z?"remove":"add")),!(n!=null&&n.checkStrictly)&&(n!=null&&n.children)&&isArray$2(t[n.children])&&t[n.children].forEach(ue=>{toggleRowStatus(e,ue,y??!z,n,k,$+1),$+=oe(ue)+1}),j}function walkTreeNode(e,t,y="children",n="hasChildren"){const k=$=>!(Array.isArray($)&&$.length);function L($,j,V){t($,j,V),j.forEach(z=>{if(z[n]){t(z,null,V+1);return}const re=z[y];k(re)||L(z,re,V+1)})}e.forEach($=>{if($[n]){t($,null,0);return}const j=$[y];k(j)||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 k=n==null?void 0:n.refs.tableWrapper,L=k==null?void 0:k.dataset.prefix,$={strategy:"fixed",...e.popperOptions},j=createVNode(ElTooltip,{content:t,virtualTriggering:!0,virtualRef:y,appendTo:k,placement:"top",transition:"none",offset:0,hideAfter:0,...e,popperOptions:$,onHide:()=>{removePopper==null||removePopper()}});j.appContext={...n.appContext,...n};const V=document.createElement("div");render$1(j,V),j.component.exposed.onOpen();const z=k==null?void 0:k.querySelector(`.${L}-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 k=0,L=e;const $=y.states.columns.value;if(n){const V=getCurrentColumns(n[e]);k=$.slice(0,$.indexOf(V[0])).reduce(getColSpan,0),L=k+V.reduce(getColSpan,0)-1}else k=e;let j;switch(t){case"left":L<y.states.fixedLeafColumnsLength.value&&(j="left");break;case"right":k>=$.length-y.states.rightFixedLeafColumnsLength.value&&(j="right");break;default:L<y.states.fixedLeafColumnsLength.value?j="left":k>=$.length-y.states.rightFixedLeafColumnsLength.value&&(j="right")}return j?{direction:j,start:k,after:L}:{}},getFixedColumnsClass=(e,t,y,n,k,L=0)=>{const $=[],{direction:j,start:V,after:z}=isFixedColumn(t,y,n,k);if(j){const re=j==="left";$.push(`${e}-fixed-column--${j}`),re&&z+L===n.states.fixedLeafColumnsLength.value-1?$.push("is-last-column"):!re&&V-L===n.states.columns.value.length-n.states.rightFixedLeafColumnsLength.value&&$.push("is-first-column")}return $};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:k,start:L=0,after:$=0}=isFixedColumn(e,t,y,n);if(!k)return;const j={},V=k==="left",z=y.states.columns.value;return V?j.left=z.slice(0,L).reduce(getOffset,0):j.right=z.slice($+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((ie,oe)=>{const ue=getRowIdentity(oe,z);return re[ue]&&ie.push(oe),ie},[])}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,ie=getKeysMap(z,re);n.value=V.reduce((oe,ue)=>{const de=ie[ue];return de&&oe.push(de.row),oe},[])},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),k=z=>{t.store.assertRowKey(),y.value=z,$(z)},L=()=>{y.value=null},$=z=>{const{data:re,rowKey:ie}=e;let oe=null;ie.value&&(oe=(unref(re)||[]).find(ue=>getRowIdentity(ue,ie.value)===z)),n.value=oe,t.emit("current-change",n.value,null)};return{setCurrentRowKey:k,restoreCurrentRowKey:L,setCurrentRowByKey:$,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||[],ie=n.value;if(!re.includes(ie)&&ie){if(z){const oe=getRowIdentity(ie,z);$(oe)}else n.value=null;n.value===null&&t.emit("current-change",null,ie)}else y.value&&($(y.value),L())},states:{_currentRowKey:y,currentRow:n}}}function useTree$2(e){const t=ref$1([]),y=ref$1({}),n=ref$1(16),k=ref$1(!1),L=ref$1({}),$=ref$1("hasChildren"),j=ref$1("children"),V=ref$1(!1),z=getCurrentInstance(),re=computed(()=>{if(!e.rowKey.value)return{};const Ce=e.data.value||[];return oe(Ce)}),ie=computed(()=>{const Ce=e.rowKey.value,_e=Object.keys(L.value),Ne={};return _e.length&&_e.forEach(Fe=>{if(L.value[Fe].length){const Ue={children:[]};L.value[Fe].forEach(kt=>{const Et=getRowIdentity(kt,Ce);Ue.children.push(Et),kt[$.value]&&!Ne[Et]&&(Ne[Et]={children:[]})}),Ne[Fe]=Ue}}),Ne}),oe=Ce=>{const _e=e.rowKey.value,Ne={};return walkTreeNode(Ce,(Fe,Ue,kt)=>{const Et=getRowIdentity(Fe,_e);Array.isArray(Ue)?Ne[Et]={children:Ue.map(Ve=>getRowIdentity(Ve,_e)),level:kt}:k.value&&(Ne[Et]={children:[],lazy:!0,level:kt})},j.value,$.value),Ne},ue=(Ce=!1,_e=(Ne=>(Ne=z.store)==null?void 0:Ne.states.defaultExpandAll.value)())=>{var Ne;const Fe=re.value,Ue=ie.value,kt=Object.keys(Fe),Et={};if(kt.length){const Ve=unref(y),qe=[],jt=(rr,ar)=>{if(Ce)return t.value?_e||t.value.includes(ar):!!(_e||rr!=null&&rr.expanded);{const nr=_e||t.value&&t.value.includes(ar);return!!(rr!=null&&rr.expanded||nr)}};kt.forEach(rr=>{const ar=Ve[rr],nr={...Fe[rr]};if(nr.expanded=jt(ar,rr),nr.lazy){const{loaded:ur=!1,loading:cr=!1}=ar||{};nr.loaded=!!ur,nr.loading=!!cr,qe.push(rr)}Et[rr]=nr});const tr=Object.keys(Ue);k.value&&tr.length&&qe.length&&tr.forEach(rr=>{const ar=Ve[rr],nr=Ue[rr].children;if(qe.includes(rr)){if(Et[rr].children.length!==0)throw new Error("[ElTable]children must be an empty array.");Et[rr].children=nr}else{const{loaded:ur=!1,loading:cr=!1}=ar||{};Et[rr]={lazy:!0,loaded:!!ur,loading:!!cr,expanded:jt(ar,rr),children:nr,level:""}}})}y.value=Et,(Ne=z.store)==null||Ne.updateTableScrollY()};watch(()=>t.value,()=>{ue(!0)}),watch(()=>re.value,()=>{ue()}),watch(()=>ie.value,()=>{ue()});const de=Ce=>{t.value=Ce,ue()},pe=(Ce,_e)=>{z.store.assertRowKey();const Ne=e.rowKey.value,Fe=getRowIdentity(Ce,Ne),Ue=Fe&&y.value[Fe];if(Fe&&Ue&&"expanded"in Ue){const kt=Ue.expanded;_e=typeof _e>"u"?!Ue.expanded:_e,y.value[Fe].expanded=_e,kt!==_e&&z.emit("expand-change",Ce,_e),z.store.updateTableScrollY()}},Ie=Ce=>{z.store.assertRowKey();const _e=e.rowKey.value,Ne=getRowIdentity(Ce,_e),Fe=y.value[Ne];k.value&&Fe&&"loaded"in Fe&&!Fe.loaded?he(Ce,Ne,Fe):pe(Ce,void 0)},he=(Ce,_e,Ne)=>{const{load:Fe}=z.props;Fe&&!y.value[_e].loaded&&(y.value[_e].loading=!0,Fe(Ce,Ne,Ue=>{if(!Array.isArray(Ue))throw new TypeError("[ElTable] data must be an array");y.value[_e].loading=!1,y.value[_e].loaded=!0,y.value[_e].expanded=!0,Ue.length&&(L.value[_e]=Ue),z.emit("expand-change",Ce,!0)}))};return{loadData:he,loadOrToggle:Ie,toggleTreeExpansion:pe,updateTreeExpandKeys:de,updateTreeData:ue,normalize:oe,states:{expandRowKeys:t,treeData:y,indent:n,lazy:k,lazyTreeNodeMap:L,lazyColumnIdentifier:$,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),k=ref$1([]),L=ref$1([]),$=ref$1(!1),j=ref$1([]),V=ref$1([]),z=ref$1([]),re=ref$1([]),ie=ref$1([]),oe=ref$1([]),ue=ref$1([]),de=ref$1([]),pe=[],Ie=ref$1(0),he=ref$1(0),Ce=ref$1(0),_e=ref$1(!1),Ne=ref$1([]),Fe=ref$1(!1),Ue=ref$1(!1),kt=ref$1(null),Et=ref$1({}),Ve=ref$1(null),qe=ref$1(null),jt=ref$1(null),tr=ref$1(null),rr=ref$1(null);watch(k,()=>t.state&&cr(!1),{deep:!0});const ar=()=>{if(!n.value)throw new Error("[ElTable] prop row-key is required")},nr=Kn=>{var Gr;(Gr=Kn.children)==null||Gr.forEach(Ar=>{Ar.fixed=Kn.fixed,nr(Ar)})},ur=()=>{j.value.forEach(kn=>{nr(kn)}),re.value=j.value.filter(kn=>kn.fixed===!0||kn.fixed==="left"),ie.value=j.value.filter(kn=>kn.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 Kn=j.value.filter(kn=>!kn.fixed);V.value=[].concat(re.value).concat(Kn).concat(ie.value);const Gr=doFlattenColumns(Kn),Ar=doFlattenColumns(re.value),On=doFlattenColumns(ie.value);Ie.value=Gr.length,he.value=Ar.length,Ce.value=On.length,z.value=[].concat(Ar).concat(Gr).concat(On),$.value=re.value.length>0||ie.value.length>0},cr=(Kn,Gr=!1)=>{Kn&&ur(),Gr?t.state.doLayout():t.state.debouncedUpdateLayout()},_r=Kn=>Ne.value.includes(Kn),hr=()=>{_e.value=!1;const Kn=Ne.value;Ne.value=[],Kn.length&&t.emit("selection-change",[])},Er=()=>{let Kn;if(n.value){Kn=[];const Gr=getKeysMap(Ne.value,n.value),Ar=getKeysMap(k.value,n.value);for(const On in Gr)hasOwn$1(Gr,On)&&!Ar[On]&&Kn.push(Gr[On].row)}else Kn=Ne.value.filter(Gr=>!k.value.includes(Gr));if(Kn.length){const Gr=Ne.value.filter(Ar=>!Kn.includes(Ar));Ne.value=Gr,t.emit("selection-change",Gr.slice())}},kr=()=>(Ne.value||[]).slice(),xr=(Kn,Gr,Ar=!0)=>{var On,kn,Sa,sa;const qa={children:(kn=(On=t==null?void 0:t.store)==null?void 0:On.states)==null?void 0:kn.childrenColumnName.value,checkStrictly:(sa=(Sa=t==null?void 0:t.store)==null?void 0:Sa.states)==null?void 0:sa.checkStrictly.value};if(toggleRowStatus(Ne.value,Kn,Gr,qa,kt.value)){const Hi=(Ne.value||[]).slice();Ar&&t.emit("select",Hi,Kn),t.emit("selection-change",Hi)}},yr=()=>{var Kn,Gr;const Ar=Ue.value?!_e.value:!(_e.value||Ne.value.length);_e.value=Ar;let On=!1,kn=0;const Sa=(Gr=(Kn=t==null?void 0:t.store)==null?void 0:Kn.states)==null?void 0:Gr.rowKey.value,{childrenColumnName:sa}=t.store.states,qa={children:sa.value,checkStrictly:!1};k.value.forEach((To,Hi)=>{const na=Hi+kn;toggleRowStatus(Ne.value,To,Ar,qa,kt.value,na)&&(On=!0),kn+=Mr(getRowIdentity(To,Sa))}),On&&t.emit("selection-change",Ne.value?Ne.value.slice():[]),t.emit("select-all",(Ne.value||[]).slice())},br=()=>{const Kn=getKeysMap(Ne.value,n.value);k.value.forEach(Gr=>{const Ar=getRowIdentity(Gr,n.value),On=Kn[Ar];On&&(Ne.value[On.index]=Gr)})},Ir=()=>{var Kn;if(((Kn=k.value)==null?void 0:Kn.length)===0){_e.value=!1;return}const{childrenColumnName:Gr}=t.store.states,Ar=n.value?getKeysMap(Ne.value,n.value):void 0;let On=0,kn=0;const Sa=To=>Ar?!!Ar[getRowIdentity(To,n.value)]:Ne.value.includes(To),sa=To=>{var Hi;for(const na of To){const Ma=kt.value&&kt.value.call(null,na,On);if(Sa(na))kn++;else if(!kt.value||Ma)return!1;if(On++,(Hi=na[Gr.value])!=null&&Hi.length&&!sa(na[Gr.value]))return!1}return!0},qa=sa(k.value||[]);_e.value=kn===0?!1:qa},Mr=Kn=>{var Gr;if(!t||!t.store)return 0;const{treeData:Ar}=t.store.states;let On=0;const kn=(Gr=Ar.value[Kn])==null?void 0:Gr.children;return kn&&(On+=kn.length,kn.forEach(Sa=>{On+=Mr(Sa)})),On},mr=(Kn,Gr)=>{Array.isArray(Kn)||(Kn=[Kn]);const Ar={};return Kn.forEach(On=>{Et.value[On.id]=Gr,Ar[On.columnKey||On.id]=Gr}),Ar},gr=(Kn,Gr,Ar)=>{qe.value&&qe.value!==Kn&&(qe.value.order=null),qe.value=Kn,jt.value=Gr,tr.value=Ar},jr=()=>{let Kn=unref(L);Object.keys(Et.value).forEach(Gr=>{const Ar=Et.value[Gr];if(!Ar||Ar.length===0)return;const On=getColumnById({columns:z.value},Gr);On&&On.filterMethod&&(Kn=Kn.filter(kn=>Ar.some(Sa=>On.filterMethod.call(null,Sa,kn,On))))}),Ve.value=Kn},Hr=()=>{k.value=sortData(Ve.value,{sortingColumn:qe.value,sortProp:jt.value,sortOrder:tr.value})},Vr=(Kn=void 0)=>{Kn&&Kn.filter||jr(),Hr()},zr=Kn=>{const{tableHeaderRef:Gr}=t.refs;if(!Gr)return;const Ar=Object.assign({},Gr.filterPanels),On=Object.keys(Ar);if(On.length)if(typeof Kn=="string"&&(Kn=[Kn]),Array.isArray(Kn)){const kn=Kn.map(Sa=>getColumnByKey({columns:z.value},Sa));On.forEach(Sa=>{const sa=kn.find(qa=>qa.id===Sa);sa&&(sa.filteredValue=[])}),t.store.commit("filterChange",{column:kn,values:[],silent:!0,multi:!0})}else On.forEach(kn=>{const Sa=z.value.find(sa=>sa.id===kn);Sa&&(Sa.filteredValue=[])}),Et.value={},t.store.commit("filterChange",{column:{},values:[],silent:!0})},Sr=()=>{qe.value&&(gr(null,null,null),t.store.commit("changeSortCondition",{silent:!0}))},{setExpandRowKeys:Tr,toggleRowExpansion:Br,updateExpandRows:vr,states:Cr,isRowExpanded:Dr}=useExpand({data:k,rowKey:n}),{updateTreeExpandKeys:Rr,toggleTreeExpansion:Wr,updateTreeData:Kr,loadOrToggle:Nr,states:Fr}=useTree$2({data:k,rowKey:n}),{updateCurrentRowData:Qr,updateCurrentRow:ca,setCurrentRowKey:Po,states:Wa}=useCurrent({data:k,rowKey:n});return{assertRowKey:ar,updateColumns:ur,scheduleLayout:cr,isSelected:_r,clearSelection:hr,cleanSelection:Er,getSelectionRows:kr,toggleRowSelection:xr,_toggleAllSelection:yr,toggleAllSelection:null,updateSelectionByRowKey:br,updateAllSelected:Ir,updateFilters:mr,updateCurrentRow:ca,updateSort:gr,execFilter:jr,execSort:Hr,execQuery:Vr,clearFilter:zr,clearSort:Sr,toggleRowExpansion:Br,setExpandRowKeysAdapter:Kn=>{Tr(Kn),Rr(Kn)},setCurrentRowKey:Po,toggleRowExpansionAdapter:(Kn,Gr)=>{z.value.some(({type:On})=>On==="expand")?Br(Kn,Gr):Wr(Kn,Gr)},isRowExpanded:Dr,updateExpandRows:vr,updateCurrentRowData:Qr,loadOrToggle:Nr,updateTreeData:Kr,states:{tableSize:y,rowKey:n,data:k,_data:L,isComplex:$,_columns:j,originColumns:V,columns:z,fixedColumns:re,rightFixedColumns:ie,leafColumns:oe,fixedLeafColumns:ue,rightFixedLeafColumns:de,updateOrderFns:pe,leafColumnsLength:Ie,fixedLeafColumnsLength:he,rightFixedLeafColumnsLength:Ce,isAllSelected:_e,selection:Ne,reserveSelection:Fe,selectOnIndeterminate:Ue,selectable:kt,filters:Et,filteredData:Ve,sortingColumn:qe,sortProp:jt,sortOrder:tr,hoverRow:rr,...Cr,...Fr,...Wa}}}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($,j){const V=unref($._data)!==j;$.data.value=j,$._data.value=j,e.store.execQuery(),e.store.updateCurrentRowData(),e.store.updateExpandRows(),e.store.updateTreeData(e.store.states.defaultExpandAll.value),unref($.reserveSelection)?(e.store.assertRowKey(),e.store.updateSelectionByRowKey()):V?e.store.clearSelection():e.store.cleanSelection(),e.store.updateAllSelected(),e.$ready&&e.store.scheduleLayout()},insertColumn($,j,V,z){const re=unref($._columns);let ie=[];V?(V&&!V.children&&(V.children=[]),V.children.push(j),ie=replaceColumn(re,V)):(re.push(j),ie=re),sortColumn(ie),$._columns.value=ie,$.updateOrderFns.push(z),j.type==="selection"&&($.selectable.value=j.selectable,$.reserveSelection.value=j.reserveSelection),e.$ready&&(e.store.updateColumns(),e.store.scheduleLayout())},updateColumnOrder($,j){var V;((V=j.getColumnIndex)==null?void 0:V.call(j))!==j.no&&(sortColumn($._columns.value),e.$ready&&e.store.updateColumns())},removeColumn($,j,V,z){const re=unref($._columns)||[];if(V)V.children.splice(V.children.findIndex(oe=>oe.id===j.id),1),nextTick$1(()=>{var oe;((oe=V.children)==null?void 0:oe.length)===0&&delete V.children}),$._columns.value=replaceColumn(re,V);else{const oe=re.indexOf(j);oe>-1&&(re.splice(oe,1),$._columns.value=re)}const ie=$.updateOrderFns.indexOf(z);ie>-1&&$.updateOrderFns.splice(ie,1),e.$ready&&(e.store.updateColumns(),e.store.scheduleLayout())},sort($,j){const{prop:V,order:z,init:re}=j;if(V){const ie=unref($.columns).find(oe=>oe.property===V);ie&&(ie.order=z,e.store.updateSort(ie,V,z),e.store.commit("changeSortCondition",{init:re}))}},changeSortCondition($,j){const{sortingColumn:V,sortProp:z,sortOrder:re}=$,ie=unref(V),oe=unref(z),ue=unref(re);ue===null&&($.sortingColumn.value=null,$.sortProp.value=null);const de={filter:!0};e.store.execQuery(de),(!j||!(j.silent||j.init))&&e.emit("sort-change",{column:ie,prop:oe,order:ue}),e.store.updateTableScrollY()},filterChange($,j){const{column:V,values:z,silent:re}=j,ie=e.store.updateFilters(V,z);e.store.execQuery(),re||e.emit("filter-change",ie),e.store.updateTableScrollY()},toggleAllSelection(){e.store.toggleAllSelection()},rowSelectedChanged($,j){e.store.toggleRowSelection(j),e.store.updateAllSelected()},setHoverRow($,j){$.hoverRow.value=j},setCurrentRow($,j){e.store.updateCurrentRow(j)}},commit:function($,...j){const V=e.store.mutations;if(V[$])V[$].apply(e,[e.store.states].concat(j));else throw new Error(`Action not found: ${$}`)},updateTableScrollY:function(){nextTick$1(()=>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,k=InitialStateMap[t];typeof InitialStateMap[t]=="object"&&(k=k.key,n=n||InitialStateMap[t].default),y.states[k].value=n}function getArrKeysValue(e,t){if(t.includes(".")){const y=t.split(".");let n=e;return y.forEach(k=>{n=n[k]}),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 k=this.scrollY.value;return n=y.wrapRef.scrollHeight>y.wrapRef.clientHeight,this.scrollY.value=n,k!==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$1(()=>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 k=this.getFlattenColumns(),L=k.filter(V=>typeof V.width!="number");if(k.forEach(V=>{typeof V.width=="number"&&V.realWidth&&(V.realWidth=null)}),L.length>0&&t){if(k.forEach(V=>{n+=Number(V.width||V.minWidth||80)}),n<=y){this.scrollX.value=!1;const V=y-n;if(L.length===1)L[0].realWidth=Number(L[0].minWidth||80)+V;else{const z=L.reduce((oe,ue)=>oe+Number(ue.minWidth||80),0),re=V/z;let ie=0;L.forEach((oe,ue)=>{if(ue===0)return;const de=Math.floor(Number(oe.minWidth||80)*re);ie+=de,oe.realWidth=Number(oe.minWidth||80)+de}),L[0].realWidth=Number(L[0].minWidth||80)+V-ie}}else this.scrollX.value=!0,L.forEach(V=>{V.realWidth=Number(V.minWidth)});this.bodyWidth.value=Math.max(n,y),this.table.state.resizeState.value.width=this.bodyWidth.value}else k.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 $=this.store.states.fixedColumns.value;if($.length>0){let V=0;$.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,L;switch(t){case"columns":(k=n.state)==null||k.onColumnsChange(this);break;case"scrollable":(L=n.state)==null||L.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"),k=t==null?void 0:t.parent;k.filterPanels.value[e.column.id]||(k.filterPanels.value[e.column.id]=t);const L=ref$1(!1),$=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 Fe;return(((Fe=e.column)==null?void 0:Fe.filteredValue)||[])[0]},set:Fe=>{re.value&&(typeof Fe<"u"&&Fe!==null?re.value.splice(0,1,Fe):re.value.splice(0,1))}}),re=computed({get(){return e.column?e.column.filteredValue||[]:[]},set(Fe){e.column&&e.upDataColumn("filteredValue",Fe)}}),ie=computed(()=>e.column?e.column.filterMultiple:!0),oe=Fe=>Fe.value===z.value,ue=()=>{L.value=!1},de=Fe=>{Fe.stopPropagation(),L.value=!L.value},pe=()=>{L.value=!1},Ie=()=>{_e(re.value),ue()},he=()=>{re.value=[],_e(re.value),ue()},Ce=Fe=>{z.value=Fe,_e(typeof Fe<"u"&&Fe!==null?re.value:[]),ue()},_e=Fe=>{e.store.commit("filterChange",{column:e.column,values:Fe}),e.store.updateAllSelected()};watch(L,Fe=>{e.column&&e.upDataColumn("filterOpened",Fe)},{immediate:!0});const Ne=computed(()=>{var Fe,Ue;return(Ue=(Fe=$.value)==null?void 0:Fe.popperRef)==null?void 0:Ue.contentRef});return{tooltipVisible:L,multiple:ie,filterClassName:V,filteredValue:re,filterValue:z,filters:j,handleConfirm:Ie,handleReset:he,handleSelect:Ce,isActive:oe,t:y,ns:n,showFilterPanel:de,hideFilterPanel:pe,popperPaneRef:Ne,tooltip:$}}});function _sfc_render$4(e,t,y,n,k,L){const $=resolveComponent("el-checkbox"),j=resolveComponent("el-checkbox-group"),V=resolveComponent("el-scrollbar"),z=resolveComponent("arrow-up"),re=resolveComponent("arrow-down"),ie=resolveComponent("el-icon"),oe=resolveComponent("el-tooltip"),ue=resolveDirective("click-outside");return openBlock(),createBlock(oe,{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":de=>e.filteredValue=de,class:normalizeClass(e.ns.e("checkbox-group"))},{default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.filters,de=>(openBlock(),createBlock($,{key:de.value,value:de.value},{default:withCtx(()=>[createTextVNode(toDisplayString(de.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:de=>e.handleSelect(null)},toDisplayString(e.t("el.table.clearFilter")),11,["onClick"]),(openBlock(!0),createElementBlock(Fragment,null,renderList(e.filters,de=>(openBlock(),createElementBlock("li",{key:de.value,class:normalizeClass([e.ns.e("list-item"),e.ns.is("active",e.isActive(de))]),label:de.value,onClick:pe=>e.handleSelect(de.value)},toDisplayString(de.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(ie,null,{default:withCtx(()=>[renderSlot(e.$slots,"filter-icon",{},()=>[e.column.filterOpened?(openBlock(),createBlock(z,{key:0})):(openBlock(),createBlock(re,{key:1}))])]),_:3})],10,["onClick"])),[[ue,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),k(y.value)}),onUpdated(()=>{n(y.value),k(y.value)}),onUnmounted(()=>{y.value.removeObserver(t)});const y=computed(()=>{const L=e.layout;if(!L)throw new Error("Can not find table layout.");return L}),n=L=>{var $;const j=(($=e.vnode.el)==null?void 0:$.querySelectorAll("colgroup > col"))||[];if(!j.length)return;const V=L.getFlattenColumns(),z={};V.forEach(re=>{z[re.id]=re});for(let re=0,ie=j.length;re<ie;re++){const oe=j[re],ue=oe.getAttribute("name"),de=z[ue];de&&oe.setAttribute("width",de.realWidth||de.width)}},k=L=>{var $,j;const V=(($=e.vnode.el)==null?void 0:$.querySelectorAll("colgroup > col[name=gutter]"))||[];for(let re=0,ie=V.length;re<ie;re++)V[re].setAttribute("width",L.scrollY.value?L.gutterWidth:"0");const z=((j=e.vnode.el)==null?void 0:j.querySelectorAll("th.gutter"))||[];for(let re=0,ie=z.length;re<ie;re++){const oe=z[re];oe.style.width=L.scrollY.value?`${L.gutterWidth}px`:"0",oe.style.display=L.scrollY.value?"":"none"}};return{tableLayout:y.value,onColumnsChange:n,onScrollableChange:k}}const TABLE_INJECTION_KEY=Symbol("ElTable");function useEvent(e,t){const y=getCurrentInstance(),n=inject(TABLE_INJECTION_KEY),k=pe=>{pe.stopPropagation()},L=(pe,Ie)=>{!Ie.filters&&Ie.sortable?de(pe,Ie,!1):Ie.filterable&&!Ie.sortable&&k(pe),n==null||n.emit("header-click",Ie,pe)},$=(pe,Ie)=>{n==null||n.emit("header-contextmenu",Ie,pe)},j=ref$1(null),V=ref$1(!1),z=ref$1({}),re=(pe,Ie)=>{if(isClient&&!(Ie.children&&Ie.children.length>0)&&j.value&&e.border){V.value=!0;const he=n;t("set-drag-visible",!0);const _e=(he==null?void 0:he.vnode.el).getBoundingClientRect().left,Ne=y.vnode.el.querySelector(`th.${Ie.id}`),Fe=Ne.getBoundingClientRect(),Ue=Fe.left-_e+30;addClass(Ne,"noclick"),z.value={startMouseLeft:pe.clientX,startLeft:Fe.right-_e,startColumnLeft:Fe.left-_e,tableLeft:_e};const kt=he==null?void 0:he.refs.resizeProxy;kt.style.left=`${z.value.startLeft}px`,document.onselectstart=function(){return!1},document.ondragstart=function(){return!1};const Et=qe=>{const jt=qe.clientX-z.value.startMouseLeft,tr=z.value.startLeft+jt;kt.style.left=`${Math.max(Ue,tr)}px`},Ve=()=>{if(V.value){const{startColumnLeft:qe,startLeft:jt}=z.value,rr=Number.parseInt(kt.style.left,10)-qe;Ie.width=Ie.realWidth=rr,he==null||he.emit("header-dragend",Ie.width,jt-qe,Ie,pe),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",Et),document.removeEventListener("mouseup",Ve),document.onselectstart=null,document.ondragstart=null,setTimeout(()=>{removeClass(Ne,"noclick")},0)};document.addEventListener("mousemove",Et),document.addEventListener("mouseup",Ve)}},ie=(pe,Ie)=>{if(Ie.children&&Ie.children.length>0)return;const he=pe.target;if(!isElement$2(he))return;const Ce=he==null?void 0:he.closest("th");if(!(!Ie||!Ie.resizable)&&!V.value&&e.border){const _e=Ce.getBoundingClientRect(),Ne=document.body.style;_e.width>12&&_e.right-pe.pageX<8?(Ne.cursor="col-resize",hasClass(Ce,"is-sortable")&&(Ce.style.cursor="col-resize"),j.value=Ie):V.value||(Ne.cursor="",hasClass(Ce,"is-sortable")&&(Ce.style.cursor="pointer"),j.value=null)}},oe=()=>{isClient&&(document.body.style.cursor="")},ue=({order:pe,sortOrders:Ie})=>{if(pe==="")return Ie[0];const he=Ie.indexOf(pe||null);return Ie[he>Ie.length-2?0:he+1]},de=(pe,Ie,he)=>{var Ce;pe.stopPropagation();const _e=Ie.order===he?null:he||ue(Ie),Ne=(Ce=pe.target)==null?void 0:Ce.closest("th");if(Ne&&hasClass(Ne,"noclick")){removeClass(Ne,"noclick");return}if(!Ie.sortable)return;const Fe=pe.currentTarget;if(["ascending","descending"].some(qe=>hasClass(Fe,qe)&&!Ie.sortOrders.includes(qe)))return;const Ue=e.store.states;let kt=Ue.sortProp.value,Et;const Ve=Ue.sortingColumn.value;(Ve!==Ie||Ve===Ie&&Ve.order===null)&&(Ve&&(Ve.order=null),Ue.sortingColumn.value=Ie,kt=Ie.property),_e?Et=Ie.order=_e:Et=Ie.order=null,Ue.sortProp.value=kt,Ue.sortOrder.value=Et,n==null||n.store.commit("changeSortCondition")};return{handleHeaderClick:L,handleHeaderContextMenu:$,handleMouseDown:re,handleMouseMove:ie,handleMouseOut:oe,handleSortClick:de,handleFilterClick:k}}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 ie;let oe=(ie=t==null?void 0:t.props.headerCellStyle)!=null?ie:{};typeof oe=="function"&&(oe=oe.call(null,{rowIndex:j,columnIndex:V,row:z,column:re}));const ue=getFixedColumnOffset(V,re.fixed,e.store,z);return ensurePosition(ue,"left"),ensurePosition(ue,"right"),Object.assign({},oe,ue)},getHeaderCellClass:(j,V,z,re)=>{const ie=getFixedColumnsClass(y.b(),V,re.fixed,e.store,z),oe=[re.id,re.order,re.headerAlign,re.className,re.labelClassName,...ie];re.children||oe.push("is-leaf"),re.sortable&&oe.push("is-sortable");const ue=t==null?void 0:t.props.headerCellClassName;return typeof ue=="string"?oe.push(ue):typeof ue=="function"&&oe.push(ue.call(null,{rowIndex:j,columnIndex:V,row:z,column:re})),oe.push(y.e("cell")),oe.filter(de=>!!de).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=(L,$)=>{if($&&(L.level=$.level+1,t<L.level&&(t=L.level)),L.children){let j=0;L.children.forEach(V=>{y(V,L),j+=V.colSpan}),L.colSpan=j}else L.colSpan=1};e.forEach(L=>{L.level=1,y(L,void 0)});const n=[];for(let L=0;L<t;L++)n.push([]);return getAllColumns(e).forEach(L=>{L.children?(L.rowSpan=1,L.children.forEach($=>$.isSubColumn=!0)):L.rowSpan=t-L.level+1,n[L.level-1].push(L)}),n};function useUtils$1(e){const t=inject(TABLE_INJECTION_KEY),y=computed(()=>convertToRows(e.store.states.originColumns.value));return{isGroup:computed(()=>{const L=y.value.length>1;return L&&t&&(t.state.isGroup.value=!0),L}),toggleAllSelection:L=>{L.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),k=useNamespace("table"),L=ref$1({}),{onColumnsChange:$,onScrollableChange:j}=useLayoutObserver(n);onMounted(async()=>{await nextTick$1(),await nextTick$1();const{prop:Ue,order:kt}=e.defaultSort;n==null||n.store.commit("sort",{prop:Ue,order:kt,init:!0})});const{handleHeaderClick:V,handleHeaderContextMenu:z,handleMouseDown:re,handleMouseMove:ie,handleMouseOut:oe,handleSortClick:ue,handleFilterClick:de}=useEvent(e,t),{getHeaderRowStyle:pe,getHeaderRowClass:Ie,getHeaderCellStyle:he,getHeaderCellClass:Ce}=useStyle$2(e),{isGroup:_e,toggleAllSelection:Ne,columnRows:Fe}=useUtils$1(e);return y.state={onColumnsChange:$,onScrollableChange:j},y.filterPanels=L,{ns:k,filterPanels:L,onColumnsChange:$,onScrollableChange:j,columnRows:Fe,getHeaderRowClass:Ie,getHeaderRowStyle:pe,getHeaderCellClass:Ce,getHeaderCellStyle:he,handleHeaderClick:V,handleHeaderContextMenu:z,handleMouseDown:re,handleMouseMove:ie,handleMouseOut:oe,handleSortClick:ue,handleFilterClick:de,isGroup:_e,toggleAllSelection:Ne}},render(){const{ns:e,isGroup:t,columnRows:y,getHeaderCellStyle:n,getHeaderCellClass:k,getHeaderRowClass:L,getHeaderRowStyle:$,handleHeaderClick:j,handleHeaderContextMenu:V,handleMouseDown:z,handleMouseMove:re,handleSortClick:ie,handleMouseOut:oe,store:ue,$parent:de}=this;let pe=1;return h$1("thead",{class:{[e.is("group")]:t}},y.map((Ie,he)=>h$1("tr",{class:L(he),key:he,style:$(he)},Ie.map((Ce,_e)=>(Ce.rowSpan>pe&&(pe=Ce.rowSpan),h$1("th",{class:k(he,_e,Ie,Ce),colspan:Ce.colSpan,key:`${Ce.id}-thead`,rowspan:Ce.rowSpan,style:n(he,_e,Ie,Ce),onClick:Ne=>{Ne.currentTarget.classList.contains("noclick")||j(Ne,Ce)},onContextmenu:Ne=>V(Ne,Ce),onMousedown:Ne=>z(Ne,Ce),onMousemove:Ne=>re(Ne,Ce),onMouseout:oe},[h$1("div",{class:["cell",Ce.filteredValue&&Ce.filteredValue.length>0?"highlight":""]},[Ce.renderHeader?Ce.renderHeader({column:Ce,$index:_e,store:ue,_self:de}):Ce.label,Ce.sortable&&h$1("span",{onClick:Ne=>ie(Ne,Ce),class:"caret-wrapper"},[h$1("i",{onClick:Ne=>ie(Ne,Ce,"ascending"),class:"sort-caret ascending"}),h$1("i",{onClick:Ne=>ie(Ne,Ce,"descending"),class:"sort-caret descending"})]),Ce.filterable&&h$1(FilterPanel,{store:ue,placement:Ce.filterPlacement||"bottom-start",column:Ce,upDataColumn:(Ne,Fe)=>{Ce[Ne]=Fe}},{"filter-icon":()=>Ce.renderFilterIcon?Ce.renderFilterIcon({filterOpened:Ce.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")),k=(de,pe,Ie)=>{var he;const Ce=t,_e=getCell(de);let Ne;const Fe=(he=Ce==null?void 0:Ce.vnode.el)==null?void 0:he.dataset.prefix;_e&&(Ne=getColumnByCell({columns:e.store.states.columns.value},_e,Fe),Ne&&(Ce==null||Ce.emit(`cell-${Ie}`,pe,Ne,_e,de))),Ce==null||Ce.emit(`row-${Ie}`,pe,Ne,de)},L=(de,pe)=>{k(de,pe,"dblclick")},$=(de,pe)=>{e.store.commit("setCurrentRow",pe),k(de,pe,"click")},j=(de,pe)=>{k(de,pe,"contextmenu")},V=debounce(de=>{e.store.commit("setHoverRow",de)},30),z=debounce(()=>{e.store.commit("setHoverRow",null)},30),re=de=>{const pe=window.getComputedStyle(de,null),Ie=Number.parseInt(pe.paddingLeft,10)||0,he=Number.parseInt(pe.paddingRight,10)||0,Ce=Number.parseInt(pe.paddingTop,10)||0,_e=Number.parseInt(pe.paddingBottom,10)||0;return{left:Ie,right:he,top:Ce,bottom:_e}},ie=(de,pe,Ie)=>{let he=pe.target.parentNode;for(;de>1&&(he=he==null?void 0:he.nextSibling,!(!he||he.nodeName!=="TR"));)Ie(he,"hover-row hover-fixed-row"),de--};return{handleDoubleClick:L,handleClick:$,handleContextMenu:j,handleMouseEnter:V,handleMouseLeave:z,handleCellMouseEnter:(de,pe,Ie)=>{var he;const Ce=t,_e=getCell(de),Ne=(he=Ce==null?void 0:Ce.vnode.el)==null?void 0:he.dataset.prefix;if(_e){const cr=getColumnByCell({columns:e.store.states.columns.value},_e,Ne);_e.rowSpan>1&&ie(_e.rowSpan,de,addClass);const _r=Ce.hoverState={cell:_e,column:cr,row:pe};Ce==null||Ce.emit("cell-mouse-enter",_r.row,_r.column,_r.cell,de)}if(!Ie)return;const Fe=de.target.querySelector(".cell");if(!(hasClass(Fe,`${Ne}-tooltip`)&&Fe.childNodes.length))return;const Ue=document.createRange();Ue.setStart(Fe,0),Ue.setEnd(Fe,Fe.childNodes.length);const{width:kt,height:Et}=Ue.getBoundingClientRect(),{width:Ve,height:qe}=Fe.getBoundingClientRect(),{top:jt,left:tr,right:rr,bottom:ar}=re(Fe),nr=tr+rr,ur=jt+ar;(isGreaterThan(kt+nr,Ve)||isGreaterThan(Et+ur,qe)||isGreaterThan(Fe.scrollWidth,Ve))&&createTablePopper(Ie,_e.innerText||_e.textContent,_e,Ce)},handleCellMouseLeave:de=>{const pe=getCell(de);if(!pe)return;pe.rowSpan>1&&ie(pe.rowSpan,de,removeClass);const Ie=t==null?void 0:t.hoverState;t==null||t.emit("cell-mouse-leave",Ie==null?void 0:Ie.row,Ie==null?void 0:Ie.column,Ie==null?void 0:Ie.cell,de)},tooltipContent:y,tooltipTrigger:n}}function useStyles$1(e){const t=inject(TABLE_INJECTION_KEY),y=useNamespace("table");return{getRowStyle:(z,re)=>{const ie=t==null?void 0:t.props.rowStyle;return typeof ie=="function"?ie.call(null,{row:z,rowIndex:re}):ie||null},getRowClass:(z,re)=>{const ie=[y.e("row")];t!=null&&t.props.highlightCurrentRow&&z===e.store.states.currentRow.value&&ie.push("current-row"),e.stripe&&re%2===1&&ie.push(y.em("row","striped"));const oe=t==null?void 0:t.props.rowClassName;return typeof oe=="string"?ie.push(oe):typeof oe=="function"&&ie.push(oe.call(null,{row:z,rowIndex:re})),ie},getCellStyle:(z,re,ie,oe)=>{const ue=t==null?void 0:t.props.cellStyle;let de=ue??{};typeof ue=="function"&&(de=ue.call(null,{rowIndex:z,columnIndex:re,row:ie,column:oe}));const pe=getFixedColumnOffset(re,e==null?void 0:e.fixed,e.store);return ensurePosition(pe,"left"),ensurePosition(pe,"right"),Object.assign({},de,pe)},getCellClass:(z,re,ie,oe,ue)=>{const de=getFixedColumnsClass(y.b(),re,e==null?void 0:e.fixed,e.store,void 0,ue),pe=[oe.id,oe.align,oe.className,...de],Ie=t==null?void 0:t.props.cellClassName;return typeof Ie=="string"?pe.push(Ie):typeof Ie=="function"&&pe.push(Ie.call(null,{rowIndex:z,columnIndex:re,row:ie,column:oe})),pe.push(y.e("cell")),pe.filter(he=>!!he).join(" ")},getSpan:(z,re,ie,oe)=>{let ue=1,de=1;const pe=t==null?void 0:t.props.spanMethod;if(typeof pe=="function"){const Ie=pe({row:z,column:re,rowIndex:ie,columnIndex:oe});Array.isArray(Ie)?(ue=Ie[0],de=Ie[1]):typeof Ie=="object"&&(ue=Ie.rowspan,de=Ie.colspan)}return{rowspan:ue,colspan:de}},getColspanRealWidth:(z,re,ie)=>{if(re<1)return z[ie].realWidth;const oe=z.map(({realWidth:ue,width:de})=>ue||de).slice(ie,ie+re);return Number(oe.reduce((ue,de)=>Number(ue)+Number(de),-1))}}}function useRender$1(e){const t=inject(TABLE_INJECTION_KEY),y=useNamespace("table"),{handleDoubleClick:n,handleClick:k,handleContextMenu:L,handleMouseEnter:$,handleMouseLeave:j,handleCellMouseEnter:V,handleCellMouseLeave:z,tooltipContent:re,tooltipTrigger:ie}=useEvents(e),{getRowStyle:oe,getRowClass:ue,getCellStyle:de,getCellClass:pe,getSpan:Ie,getColspanRealWidth:he}=useStyles$1(e),Ce=computed(()=>e.store.states.columns.value.findIndex(({type:kt})=>kt==="default")),_e=(kt,Et)=>{const Ve=t.props.rowKey;return Ve?getRowIdentity(kt,Ve):Et},Ne=(kt,Et,Ve,qe=!1)=>{const{tooltipEffect:jt,tooltipOptions:tr,store:rr}=e,{indent:ar,columns:nr}=rr.states,ur=ue(kt,Et);let cr=!0;return Ve&&(ur.push(y.em("row",`level-${Ve.level}`)),cr=Ve.display),h$1("tr",{style:[cr?null:{display:"none"},oe(kt,Et)],class:ur,key:_e(kt,Et),onDblclick:hr=>n(hr,kt),onClick:hr=>k(hr,kt),onContextmenu:hr=>L(hr,kt),onMouseenter:()=>$(Et),onMouseleave:j},nr.value.map((hr,Er)=>{const{rowspan:kr,colspan:xr}=Ie(kt,hr,Et,Er);if(!kr||!xr)return null;const yr=Object.assign({},hr);yr.realWidth=he(nr.value,xr,Er);const br={store:e.store,_self:e.context||t,column:yr,row:kt,$index:Et,cellIndex:Er,expanded:qe};Er===Ce.value&&Ve&&(br.treeNode={indent:Ve.level*ar.value,level:Ve.level},typeof Ve.expanded=="boolean"&&(br.treeNode.expanded=Ve.expanded,"loading"in Ve&&(br.treeNode.loading=Ve.loading),"noLazyChildren"in Ve&&(br.treeNode.noLazyChildren=Ve.noLazyChildren)));const Ir=`${_e(kt,Et)},${Er}`,Mr=yr.columnKey||yr.rawColumnKey||"",mr=Fe(Er,hr,br),gr=hr.showOverflowTooltip&&merge$1({effect:jt},tr,hr.showOverflowTooltip);return h$1("td",{style:de(Et,Er,kt,hr),class:pe(Et,Er,kt,hr,xr-1),key:`${Mr}${Ir}`,rowspan:kr,colspan:xr,onMouseenter:jr=>V(jr,kt,gr),onMouseleave:z},[mr])}))},Fe=(kt,Et,Ve)=>Et.renderCell(Ve);return{wrappedRowRender:(kt,Et)=>{const Ve=e.store,{isRowExpanded:qe,assertRowKey:jt}=Ve,{treeData:tr,lazyTreeNodeMap:rr,childrenColumnName:ar,rowKey:nr}=Ve.states,ur=Ve.states.columns.value;if(ur.some(({type:_r})=>_r==="expand")){const _r=qe(kt),hr=Ne(kt,Et,void 0,_r),Er=t.renderExpanded;return _r?Er?[[hr,h$1("tr",{key:`expanded-row__${hr.key}`},[h$1("td",{colspan:ur.length,class:`${y.e("cell")} ${y.e("expanded-cell")}`},[Er({row:kt,$index:Et,store:Ve,expanded:_r})])])]]:(console.error("[Element Error]renderExpanded is required."),hr):[[hr]]}else if(Object.keys(tr.value).length){jt();const _r=getRowIdentity(kt,nr.value);let hr=tr.value[_r],Er=null;hr&&(Er={expanded:hr.expanded,level:hr.level,display:!0},typeof hr.lazy=="boolean"&&(typeof hr.loaded=="boolean"&&hr.loaded&&(Er.noLazyChildren=!(hr.children&&hr.children.length)),Er.loading=hr.loading));const kr=[Ne(kt,Et,Er)];if(hr){let xr=0;const yr=(Ir,Mr)=>{Ir&&Ir.length&&Mr&&Ir.forEach(mr=>{const gr={display:Mr.display&&Mr.expanded,level:Mr.level+1,expanded:!1,noLazyChildren:!1,loading:!1},jr=getRowIdentity(mr,nr.value);if(jr==null)throw new Error("For nested data item, row-key is required.");if(hr={...tr.value[jr]},hr&&(gr.expanded=hr.expanded,hr.level=hr.level||gr.level,hr.display=!!(hr.expanded&&gr.display),typeof hr.lazy=="boolean"&&(typeof hr.loaded=="boolean"&&hr.loaded&&(gr.noLazyChildren=!(hr.children&&hr.children.length)),gr.loading=hr.loading)),xr++,kr.push(Ne(mr,Et+xr,gr)),hr){const Hr=rr.value[jr]||mr[ar.value];yr(Hr,hr)}})};hr.display=!0;const br=rr.value[_r]||kt[ar.value];yr(br,hr)}return kr}else return Ne(kt,Et,void 0)},tooltipContent:re,tooltipTrigger:ie}}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:k,tooltipContent:L,tooltipTrigger:$}=useRender$1(e),{onColumnsChange:j,onScrollableChange:V}=useLayoutObserver(y),z=[];return watch(e.store.states.hoverRow,(re,ie)=>{var oe;const ue=t==null?void 0:t.vnode.el,de=Array.from((ue==null?void 0:ue.children)||[]).filter(he=>he==null?void 0:he.classList.contains(`${n.e("row")}`));let pe=re;const Ie=(oe=de[pe])==null?void 0:oe.childNodes;if(Ie!=null&&Ie.length){let he=0;Array.from(Ie).reduce((_e,Ne,Fe)=>{var Ue,kt;return((Ue=Ie[Fe])==null?void 0:Ue.colSpan)>1&&(he=(kt=Ie[Fe])==null?void 0:kt.colSpan),Ne.nodeName!=="TD"&&he===0&&_e.push(Fe),he>0&&he--,_e},[]).forEach(_e=>{var Ne;for(pe=re;pe>0;){const Fe=(Ne=de[pe-1])==null?void 0:Ne.childNodes;if(Fe[_e]&&Fe[_e].nodeName==="TD"&&Fe[_e].rowSpan>1){addClass(Fe[_e],"hover-cell"),z.push(Fe[_e]);break}pe--}})}else z.forEach(he=>removeClass(he,"hover-cell")),z.length=0;!e.store.states.isComplex.value||!isClient||rAF(()=>{const he=de[ie],Ce=de[re];he&&!he.classList.contains("hover-fixed-row")&&removeClass(he,"hover-row"),Ce&&addClass(Ce,"hover-row")})}),onUnmounted(()=>{var re;(re=removePopper)==null||re()}),{ns:n,onColumnsChange:j,onScrollableChange:V,wrappedRowRender:k,tooltipContent:L,tooltipTrigger:$}},render(){const{wrappedRowRender:e,store:t}=this,y=t.states.data.value||[];return h$1("tbody",{tabIndex:-1},[y.reduce((n,k)=>n.concat(e(k,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),k=computed(()=>t.states.columns.value.length),L=computed(()=>t.states.fixedColumns.value.length),$=computed(()=>t.states.rightFixedColumns.value.length);return{leftFixedLeafCount:y,rightFixedLeafCount:n,columnsCount:k,leftFixedCount:L,rightFixedCount:$,columns:t.states.columns}}function useStyle$1(e){const{columns:t}=useMapState(),y=useNamespace("table");return{getCellClasses:(L,$)=>{const j=L[$],V=[y.e("cell"),j.id,j.align,j.labelClassName,...getFixedColumnsClass(y.b(),$,j.fixed,e.store)];return j.className&&V.push(j.className),j.children||V.push(y.is("leaf")),V},getCellStyles:(L,$)=>{const j=getFixedColumnOffset($,L.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:k}=this,L=this.store.states.data.value;let $=[];return n?$=n({columns:e,data:L}):e.forEach((j,V)=>{if(V===0){$[V]=k;return}const z=L.map(ue=>Number(ue[j.property])),re=[];let ie=!0;z.forEach(ue=>{if(!Number.isNaN(+ue)){ie=!1;const de=`${ue}`.split(".")[1];re.push(de?de.length:0)}});const oe=Math.max.apply(null,re);ie?$[V]="":$[V]=z.reduce((ue,de)=>{const pe=Number(de);return Number.isNaN(+pe)?ue:Number.parseFloat((ue+de).toFixed(Math.min(oe,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]},[$[V]])]))])]))}});function useUtils(e){return{setCurrentRow:re=>{e.commit("setCurrentRow",re)},getSelectionRows:()=>e.getSelectionRows(),toggleRowSelection:(re,ie)=>{e.toggleRowSelection(re,ie,!1),e.updateAllSelected()},clearSelection:()=>{e.clearSelection()},clearFilter:re=>{e.clearFilter(re)},toggleAllSelection:()=>{e.commit("toggleAllSelection")},toggleRowExpansion:(re,ie)=>{e.toggleRowExpansionAdapter(re,ie)},clearSort:()=>{e.clearSort()},sort:(re,ie)=>{e.commit("sort",{prop:re,order:ie})}}}function useStyle(e,t,y,n){const k=ref$1(!1),L=ref$1(null),$=ref$1(!1),j=hr=>{$.value=hr},V=ref$1({width:null,height:null,headerHeight:null}),z=ref$1(!1),re={display:"inline-block",verticalAlign:"middle"},ie=ref$1(),oe=ref$1(0),ue=ref$1(0),de=ref$1(0),pe=ref$1(0),Ie=ref$1(0);watchEffect(()=>{t.setHeight(e.height)}),watchEffect(()=>{t.setMaxHeight(e.maxHeight)}),watch(()=>[e.currentRowKey,y.states.rowKey],([hr,Er])=>{!unref(Er)||!unref(hr)||y.setCurrentRowKey(`${hr}`)},{immediate:!0}),watch(()=>e.data,hr=>{n.store.commit("setData",hr)},{immediate:!0,deep:!0}),watchEffect(()=>{e.expandRowKeys&&y.setExpandRowKeysAdapter(e.expandRowKeys)});const he=()=>{n.store.commit("setHoverRow",null),n.hoverState&&(n.hoverState=null)},Ce=(hr,Er)=>{const{pixelX:kr,pixelY:xr}=Er;Math.abs(kr)>=Math.abs(xr)&&(n.refs.bodyWrapper.scrollLeft+=Er.pixelX/5)},_e=computed(()=>e.height||e.maxHeight||y.states.fixedColumns.value.length>0||y.states.rightFixedColumns.value.length>0),Ne=computed(()=>({width:t.bodyWidth.value?`${t.bodyWidth.value}px`:""})),Fe=()=>{_e.value&&t.updateElsHeight(),t.updateColumnsWidth(),requestAnimationFrame(Ve)};onMounted(async()=>{await nextTick$1(),y.updateColumns(),qe(),requestAnimationFrame(Fe);const hr=n.vnode.el,Er=n.refs.headerWrapper;e.flexible&&hr&&hr.parentElement&&(hr.parentElement.style.minWidth="0"),V.value={width:ie.value=hr.offsetWidth,height:hr.offsetHeight,headerHeight:e.showHeader&&Er?Er.offsetHeight:null},y.states.columns.value.forEach(kr=>{kr.filteredValue&&kr.filteredValue.length&&n.store.commit("filterChange",{column:kr,values:kr.filteredValue,silent:!0})}),n.$ready=!0});const Ue=(hr,Er)=>{if(!hr)return;const kr=Array.from(hr.classList).filter(xr=>!xr.startsWith("is-scrolling-"));kr.push(t.scrollX.value?Er:"is-scrolling-none"),hr.className=kr.join(" ")},kt=hr=>{const{tableWrapper:Er}=n.refs;Ue(Er,hr)},Et=hr=>{const{tableWrapper:Er}=n.refs;return!!(Er&&Er.classList.contains(hr))},Ve=function(){if(!n.refs.scrollBarRef)return;if(!t.scrollX.value){const Mr="is-scrolling-none";Et(Mr)||kt(Mr);return}const hr=n.refs.scrollBarRef.wrapRef;if(!hr)return;const{scrollLeft:Er,offsetWidth:kr,scrollWidth:xr}=hr,{headerWrapper:yr,footerWrapper:br}=n.refs;yr&&(yr.scrollLeft=Er),br&&(br.scrollLeft=Er);const Ir=xr-kr-1;Er>=Ir?kt("is-scrolling-right"):kt(Er===0?"is-scrolling-left":"is-scrolling-middle")},qe=()=>{n.refs.scrollBarRef&&(n.refs.scrollBarRef.wrapRef&&useEventListener(n.refs.scrollBarRef.wrapRef,"scroll",Ve,{passive:!0}),e.fit?useResizeObserver(n.vnode.el,jt):useEventListener(window,"resize",jt),useResizeObserver(n.refs.bodyWrapper,()=>{var hr,Er;jt(),(Er=(hr=n.refs)==null?void 0:hr.scrollBarRef)==null||Er.update()}))},jt=()=>{var hr,Er,kr,xr;const yr=n.vnode.el;if(!n.$ready||!yr)return;let br=!1;const{width:Ir,height:Mr,headerHeight:mr}=V.value,gr=ie.value=yr.offsetWidth;Ir!==gr&&(br=!0);const jr=yr.offsetHeight;(e.height||_e.value)&&Mr!==jr&&(br=!0);const Hr=e.tableLayout==="fixed"?n.refs.headerWrapper:(hr=n.refs.tableHeaderRef)==null?void 0:hr.$el;e.showHeader&&(Hr==null?void 0:Hr.offsetHeight)!==mr&&(br=!0),oe.value=((Er=n.refs.tableWrapper)==null?void 0:Er.scrollHeight)||0,de.value=(Hr==null?void 0:Hr.scrollHeight)||0,pe.value=((kr=n.refs.footerWrapper)==null?void 0:kr.offsetHeight)||0,Ie.value=((xr=n.refs.appendWrapper)==null?void 0:xr.offsetHeight)||0,ue.value=oe.value-de.value-pe.value-Ie.value,br&&(V.value={width:gr,height:jr,headerHeight:e.showHeader&&(Hr==null?void 0:Hr.offsetHeight)||0},Fe())},tr=useFormSize(),rr=computed(()=>{const{bodyWidth:hr,scrollY:Er,gutterWidth:kr}=t;return hr.value?`${hr.value-(Er.value?kr:0)}px`:""}),ar=computed(()=>e.maxHeight?"fixed":e.tableLayout),nr=computed(()=>{if(e.data&&e.data.length)return null;let hr="100%";e.height&&ue.value&&(hr=`${ue.value}px`);const Er=ie.value;return{width:Er?`${Er}px`:"",height:hr}}),ur=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`}:{}),cr=computed(()=>e.height?{height:"100%"}:e.maxHeight?Number.isNaN(Number(e.maxHeight))?{maxHeight:`calc(${e.maxHeight} - ${de.value+pe.value}px)`}:{maxHeight:`${e.maxHeight-de.value-pe.value}px`}:{});return{isHidden:k,renderExpanded:L,setDragVisible:j,isGroup:z,handleMouseLeave:he,handleHeaderFooterMousewheel:Ce,tableSize:tr,emptyBlockStyle:nr,handleFixedMousewheel:(hr,Er)=>{const kr=n.refs.bodyWrapper;if(Math.abs(Er.spinY)>0){const xr=kr.scrollTop;Er.pixelY<0&&xr!==0&&hr.preventDefault(),Er.pixelY>0&&kr.scrollHeight-kr.clientHeight>xr&&hr.preventDefault(),kr.scrollTop+=Math.ceil(Er.pixelY/5)}else kr.scrollLeft+=Math.ceil(Er.pixelX/5)},resizeProxyVisible:$,bodyWidth:rr,resizeState:V,doLayout:Fe,tableBodyStyles:Ne,tableLayout:ar,scrollbarViewStyle:re,tableInnerStyle:ur,scrollbarStyle:cr}}function useKeyRender(e){const t=ref$1(),y=()=>{const k=e.vnode.el.querySelector(".hidden-columns"),L={childList:!0,subtree:!0},$=e.store.states.updateOrderFns;t.value=new MutationObserver(()=>{$.forEach(j=>j())}),t.value.observe(k,L)};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(k=>k.width===void 0)&&(y=[]);const n=k=>{const L={key:`${e.tableLayout}_${k.id}`,style:{},name:void 0};return t?L.style={width:`${k.width}px`}:L.name=k.id,L};return h$1("colgroup",{},y.map(k=>h$1("col",n(k))))}hColgroup.props=["columns","tableLayout"];const useScrollbar$1=()=>{const e=ref$1(),t=(L,$)=>{const j=e.value;j&&j.scrollTo(L,$)},y=(L,$)=>{const j=e.value;j&&isNumber$3($)&&["Top","Left"].includes(L)&&j[`setScroll${L}`]($)};return{scrollBarRef:e,scrollTo:t,setScrollTop:L=>y("Top",L),setScrollLeft:L=>y("Left",L)}};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 k=createStore(n,e);n.store=k;const L=new TableLayout({store:n.store,table:n,fit:e.fit,showHeader:e.showHeader});n.layout=L;const $=computed(()=>(k.states.data.value||[]).length===0),{setCurrentRow:j,getSelectionRows:V,toggleRowSelection:z,clearSelection:re,clearFilter:ie,toggleAllSelection:oe,toggleRowExpansion:ue,clearSort:de,sort:pe}=useUtils(k),{isHidden:Ie,renderExpanded:he,setDragVisible:Ce,isGroup:_e,handleMouseLeave:Ne,handleHeaderFooterMousewheel:Fe,tableSize:Ue,emptyBlockStyle:kt,handleFixedMousewheel:Et,resizeProxyVisible:Ve,bodyWidth:qe,resizeState:jt,doLayout:tr,tableBodyStyles:rr,tableLayout:ar,scrollbarViewStyle:nr,tableInnerStyle:ur,scrollbarStyle:cr}=useStyle(e,L,k,n),{scrollBarRef:_r,scrollTo:hr,setScrollLeft:Er,setScrollTop:kr}=useScrollbar$1(),xr=debounce(tr,50),yr=`${y.namespace.value}-table_${tableIdSeed++}`;n.tableId=yr,n.state={isGroup:_e,resizeState:jt,doLayout:tr,debouncedUpdateLayout:xr};const br=computed(()=>e.sumText||t("el.table.sumText")),Ir=computed(()=>e.emptyText||t("el.table.emptyText")),Mr=computed(()=>convertToRows(k.states.originColumns.value)[0]);return useKeyRender(n),{ns:y,layout:L,store:k,columns:Mr,handleHeaderFooterMousewheel:Fe,handleMouseLeave:Ne,tableId:yr,tableSize:Ue,isHidden:Ie,isEmpty:$,renderExpanded:he,resizeProxyVisible:Ve,resizeState:jt,isGroup:_e,bodyWidth:qe,tableBodyStyles:rr,emptyBlockStyle:kt,debouncedUpdateLayout:xr,handleFixedMousewheel:Et,setCurrentRow:j,getSelectionRows:V,toggleRowSelection:z,clearSelection:re,clearFilter:ie,toggleAllSelection:oe,toggleRowExpansion:ue,clearSort:de,doLayout:tr,sort:pe,t,setDragVisible:Ce,context:n,computedSumText:br,computedEmptyText:Ir,tableLayout:ar,scrollbarViewStyle:nr,tableInnerStyle:ur,scrollbarStyle:cr,scrollBarRef:_r,scrollTo:hr,setScrollLeft:Er,setScrollTop:kr}}});function _sfc_render$3(e,t,y,n,k,L){const $=resolveComponent("hColgroup"),j=resolveComponent("table-header"),V=resolveComponent("table-body"),z=resolveComponent("table-footer"),re=resolveComponent("el-scrollbar"),ie=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($,{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)),[[ie,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($,{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($,{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],[ie,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:k=>k.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,k=[n.e("expand-icon")];return y&&k.push(n.em("expand-icon","expanded")),h$1("div",{class:k,onClick:function($){$.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 k=t.property,L=k&&getProp(e,k).value;return t&&t.formatter?t.formatter(e,t,L,y):((n=L==null?void 0:L.toString)==null?void 0:n.call(L))||""}function treeCellPrefix({row:e,treeNode:t,store:y},n=!1){const{ns:k}=y;if(!t)return n?[h$1("span",{class:k.e("placeholder")})]:null;const L=[],$=function(j){j.stopPropagation(),!t.loading&&y.loadOrToggle(e)};if(t.indent&&L.push(h$1("span",{class:k.e("indent"),style:{"padding-left":`${t.indent}px`}})),typeof t.expanded=="boolean"&&!t.noLazyChildren){const j=[k.e("expand-icon"),t.expanded?k.em("expand-icon","expanded"):""];let V=arrow_right_default;t.loading&&(V=loading_default),L.push(h$1("div",{class:j,onClick:$},{default:()=>[h$1(ElIcon,{class:{[k.is("loading")]:t.loading}},{default:()=>[h$1(V)]})]}))}else L.push(h$1("span",{class:k.e("placeholder")}));return L}function getAllAliases(e,t){return e.reduce((y,n)=>(y[n]=n,y),t)}function useWatcher(e,t){const y=getCurrentInstance();return{registerComplexWatchers:()=>{const L=["fixed"],$={realWidth:"width",realMinWidth:"minWidth"},j=getAllAliases(L,$);Object.keys(j).forEach(V=>{const z=$[V];hasOwn$1(t,z)&&watch(()=>t[z],re=>{let ie=re;z==="width"&&V==="realWidth"&&(ie=parseWidth(re)),z==="minWidth"&&V==="realMinWidth"&&(ie=parseMinWidth(re)),y.columnConfig.value[z]=ie,y.columnConfig.value[V]=ie;const oe=z==="fixed";e.value.store.scheduleLayout(oe)})})},registerNormalWatchers:()=>{const L=["label","filters","filterMultiple","filteredValue","sortable","index","formatter","className","labelClassName","filterClassName","showOverflowTooltip"],$={property:"prop",align:"realAlign",headerAlign:"realHeaderAlign"},j=getAllAliases(L,$);Object.keys(j).forEach(V=>{const z=$[V];hasOwn$1(t,z)&&watch(()=>t[z],re=>{y.columnConfig.value[V]=re})})}}}function useRender(e,t,y){const n=getCurrentInstance(),k=ref$1(""),L=ref$1(!1),$=ref$1(),j=ref$1(),V=useNamespace("table");watchEffect(()=>{$.value=e.align?`is-${e.align}`:null,$.value}),watchEffect(()=>{j.value=e.headerAlign?`is-${e.headerAlign}`:$.value,j.value});const z=computed(()=>{let Ne=n.vnode.vParent||n.parent;for(;Ne&&!Ne.tableId&&!Ne.columnId;)Ne=Ne.vnode.vParent||Ne.parent;return Ne}),re=computed(()=>{const{store:Ne}=n.parent;if(!Ne)return!1;const{treeData:Fe}=Ne.states,Ue=Fe.value;return Ue&&Object.keys(Ue).length>0}),ie=ref$1(parseWidth(e.width)),oe=ref$1(parseMinWidth(e.minWidth)),ue=Ne=>(ie.value&&(Ne.width=ie.value),oe.value&&(Ne.minWidth=oe.value),!ie.value&&oe.value&&(Ne.width=void 0),Ne.minWidth||(Ne.minWidth=80),Ne.realWidth=Number(Ne.width===void 0?Ne.minWidth:Ne.width),Ne),de=Ne=>{const Fe=Ne.type,Ue=cellForced[Fe]||{};Object.keys(Ue).forEach(Et=>{const Ve=Ue[Et];Et!=="className"&&Ve!==void 0&&(Ne[Et]=Ve)});const kt=getDefaultClassName(Fe);if(kt){const Et=`${unref(V.namespace)}-${kt}`;Ne.className=Ne.className?`${Ne.className} ${Et}`:Et}return Ne},pe=Ne=>{Array.isArray(Ne)?Ne.forEach(Ue=>Fe(Ue)):Fe(Ne);function Fe(Ue){var kt;((kt=Ue==null?void 0:Ue.type)==null?void 0:kt.name)==="ElTableColumn"&&(Ue.vParent=n)}};return{columnId:k,realAlign:$,isSubColumn:L,realHeaderAlign:j,columnOrTableParent:z,setColumnWidth:ue,setColumnForcedProps:de,setColumnRenders:Ne=>{e.renderHeader||Ne.type!=="selection"&&(Ne.renderHeader=Ue=>(n.columnConfig.value.label,renderSlot(t,"header",Ue,()=>[Ne.label]))),t["filter-icon"]&&(Ne.renderFilterIcon=Ue=>renderSlot(t,"filter-icon",Ue));let Fe=Ne.renderCell;return Ne.type==="expand"?(Ne.renderCell=Ue=>h$1("div",{class:"cell"},[Fe(Ue)]),y.value.renderExpanded=Ue=>t.default?t.default(Ue):t.default):(Fe=Fe||defaultRenderCell,Ne.renderCell=Ue=>{let kt=null;if(t.default){const rr=t.default(Ue);kt=rr.some(ar=>ar.type!==Comment)?rr:Fe(Ue)}else kt=Fe(Ue);const{columns:Et}=y.value.store.states,Ve=Et.value.findIndex(rr=>rr.type==="default"),qe=re.value&&Ue.cellIndex===Ve,jt=treeCellPrefix(Ue,qe),tr={class:"cell",style:{}};return Ne.showOverflowTooltip&&(tr.class=`${tr.class} ${unref(V.namespace)}-tooltip`,tr.style={width:`${(Ue.column.realWidth||Number(Ue.column.width))-1}px`}),pe(kt),h$1("div",tr,[jt,kt])}),Ne},getPropsData:(...Ne)=>Ne.reduce((Fe,Ue)=>(Array.isArray(Ue)&&Ue.forEach(kt=>{Fe[kt]=e[kt]}),Fe),{}),getColumnElIndex:(Ne,Fe)=>Array.prototype.indexOf.call(Ne,Fe),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({}),k=computed(()=>{let _e=y.parent;for(;_e&&!_e.tableId;)_e=_e.parent;return _e}),{registerNormalWatchers:L,registerComplexWatchers:$}=useWatcher(k,e),{columnId:j,isSubColumn:V,realHeaderAlign:z,columnOrTableParent:re,setColumnWidth:ie,setColumnForcedProps:oe,setColumnRenders:ue,getPropsData:de,getColumnElIndex:pe,realAlign:Ie,updateColumnOrder:he}=useRender(e,t,k),Ce=re.value;j.value=`${Ce.tableId||Ce.columnId}_column_${columnIdSeed++}`,onBeforeMount(()=>{V.value=k.value!==Ce;const _e=e.type||"default",Ne=e.sortable===""?!0:e.sortable,Fe=isUndefined$1(e.showOverflowTooltip)?Ce.props.showOverflowTooltip:e.showOverflowTooltip,Ue={...cellStarts[_e],id:j.value,type:_e,property:e.prop||e.property,align:Ie,headerAlign:z,showOverflowTooltip:Fe,filterable:e.filters||e.filterMethod,filteredValue:[],filterPlacement:"",filterClassName:"",isColumnGroup:!1,isSubColumn:!1,filterOpened:!1,sortable:Ne,index:e.index,rawColumnKey:y.vnode.key};let jt=de(["columnKey","label","className","labelClassName","type","renderHeader","formatter","fixed","resizable"],["sortMethod","sortBy","sortOrders"],["selectable","reserveSelection"],["filterMethod","filters","filterMultiple","filterOpened","filteredValue","filterPlacement","filterClassName"]);jt=mergeOptions$1(Ue,jt),jt=compose$1(ue,ie,oe)(jt),n.value=jt,L(),$()}),onMounted(()=>{var _e;const Ne=re.value,Fe=V.value?Ne.vnode.el.children:(_e=Ne.refs.hiddenColumns)==null?void 0:_e.children,Ue=()=>pe(Fe||[],y.vnode.el);n.value.getColumnIndex=Ue,Ue()>-1&&k.value.store.commit("insertColumn",n.value,V.value?Ne.columnConfig.value:null,he)}),onBeforeUnmount(()=>{n.value.getColumnIndex()>-1&&k.value.store.commit("removeColumn",n.value,V.value?Ce.columnConfig.value:null,he)}),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}),k=[];if(Array.isArray(n))for(const $ of n)((y=$.type)==null?void 0:y.name)==="ElTableColumn"||$.shapeFlag&2?k.push($):$.type===Fragment&&Array.isArray($.children)&&$.children.forEach(j=>{(j==null?void 0:j.patchFlag)!==1024&&!isString$3(j==null?void 0:j.children)&&k.push(j)});return h$1("div",k)}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 k={flexGrow:0,flexShrink:0,...y?{}:{flexGrow:e.flexGrow||0,flexShrink:e.flexShrink||1}};y||(k.flexShrink=1);const L={...(n=e.style)!=null?n:{},...k,flexBasis:"auto",width:e.width};return t||(e.maxWidth&&(L.maxWidth=e.maxWidth),e.minWidth&&(L.minWidth=e.minWidth)),L};function useColumns(e,t,y){const n=computed(()=>unref(t).filter(pe=>!pe.hidden)),k=computed(()=>unref(n).filter(pe=>pe.fixed==="left"||pe.fixed===!0)),L=computed(()=>unref(n).filter(pe=>pe.fixed==="right")),$=computed(()=>unref(n).filter(pe=>!pe.fixed)),j=computed(()=>{const pe=[];return unref(k).forEach(Ie=>{pe.push({...Ie,placeholderSign})}),unref($).forEach(Ie=>{pe.push(Ie)}),unref(L).forEach(Ie=>{pe.push({...Ie,placeholderSign})}),pe}),V=computed(()=>unref(k).length||unref(L).length),z=computed(()=>unref(t).reduce((Ie,he)=>(Ie[he.key]=calcColumnStyle(he,unref(y),e.fixed),Ie),{})),re=computed(()=>unref(n).reduce((pe,Ie)=>pe+Ie.width,0)),ie=pe=>unref(t).find(Ie=>Ie.key===pe),oe=pe=>unref(z)[pe],ue=(pe,Ie)=>{pe.width=Ie};function de(pe){var Ie;const{key:he}=pe.currentTarget.dataset;if(!he)return;const{sortState:Ce,sortBy:_e}=e;let Ne=SortOrder.ASC;isObject$4(Ce)?Ne=oppositeOrderMap[Ce[he]]:Ne=oppositeOrderMap[_e.order],(Ie=e.onColumnSort)==null||Ie.call(e,{column:ie(he),key:he,order:Ne})}return{columns:t,columnsStyles:z,columnsTotalWidth:re,fixedColumnsOnLeft:k,fixedColumnsOnRight:L,hasFixedColumns:V,mainColumns:j,normalColumns:$,visibleColumns:n,getColumn:ie,getColumnStyle:oe,updateColumnWidth:ue,onColumnSorted:de}}const useScrollbar=(e,{mainTableRef:t,leftTableRef:y,rightTableRef:n,onMaybeEndReached:k})=>{const L=ref$1({scrollLeft:0,scrollTop:0});function $(ue){var de,pe,Ie;const{scrollTop:he}=ue;(de=t.value)==null||de.scrollTo(ue),(pe=y.value)==null||pe.scrollToTop(he),(Ie=n.value)==null||Ie.scrollToTop(he)}function j(ue){L.value=ue,$(ue)}function V(ue){L.value.scrollTop=ue,$(unref(L))}function z(ue){var de,pe;L.value.scrollLeft=ue,(pe=(de=t.value)==null?void 0:de.scrollTo)==null||pe.call(de,unref(L))}function re(ue){var de;j(ue),(de=e.onScroll)==null||de.call(e,ue)}function ie({scrollTop:ue}){const{scrollTop:de}=unref(L);ue!==de&&V(ue)}function oe(ue,de="auto"){var pe;(pe=t.value)==null||pe.scrollToRow(ue,de)}return watch(()=>unref(L).scrollTop,(ue,de)=>{ue>de&&k()}),{scrollPos:L,scrollTo:j,scrollToLeft:z,scrollToTop:V,scrollToRow:oe,onScroll:re,onVerticalScroll:ie}},useRow=(e,{mainTableRef:t,leftTableRef:y,rightTableRef:n,tableInstance:k,ns:L,isScrolling:$})=>{const j=getCurrentInstance(),{emit:V}=j,z=shallowRef(!1),re=ref$1(e.defaultExpandedRowKeys||[]),ie=ref$1(-1),oe=shallowRef(null),ue=ref$1({}),de=ref$1({}),pe=shallowRef({}),Ie=shallowRef({}),he=shallowRef({}),Ce=computed(()=>isNumber$3(e.estimatedRowHeight));function _e(qe){var jt;(jt=e.onRowsRendered)==null||jt.call(e,qe),qe.rowCacheEnd>unref(ie)&&(ie.value=qe.rowCacheEnd)}function Ne({hovered:qe,rowKey:jt}){if($.value)return;k.vnode.el.querySelectorAll(`[rowkey="${String(jt)}"]`).forEach(ar=>{qe?ar.classList.add(L.is("hovered")):ar.classList.remove(L.is("hovered"))})}function Fe({expanded:qe,rowData:jt,rowIndex:tr,rowKey:rr}){var ar,nr;const ur=[...unref(re)],cr=ur.indexOf(rr);qe?cr===-1&&ur.push(rr):cr>-1&&ur.splice(cr,1),re.value=ur,V("update:expandedRowKeys",ur),(ar=e.onRowExpand)==null||ar.call(e,{expanded:qe,rowData:jt,rowIndex:tr,rowKey:rr}),(nr=e.onExpandedRowsChange)==null||nr.call(e,ur)}const Ue=debounce(()=>{var qe,jt,tr,rr;z.value=!0,ue.value={...unref(ue),...unref(de)},kt(unref(oe),!1),de.value={},oe.value=null,(qe=t.value)==null||qe.forceUpdate(),(jt=y.value)==null||jt.forceUpdate(),(tr=n.value)==null||tr.forceUpdate(),(rr=j.proxy)==null||rr.$forceUpdate(),z.value=!1},0);function kt(qe,jt=!1){unref(Ce)&&[t,y,n].forEach(tr=>{const rr=unref(tr);rr&&rr.resetAfterRowIndex(qe,jt)})}function Et(qe,jt,tr){const rr=unref(oe);(rr===null||rr>tr)&&(oe.value=tr),de.value[qe]=jt}function Ve({rowKey:qe,height:jt,rowIndex:tr},rr){rr?rr===FixedDir.RIGHT?he.value[qe]=jt:pe.value[qe]=jt:Ie.value[qe]=jt;const ar=Math.max(...[pe,he,Ie].map(nr=>nr.value[qe]||0));unref(ue)[qe]!==ar&&(Et(qe,ar,tr),Ue())}return{expandedRowKeys:re,lastRenderedRowIndex:ie,isDynamic:Ce,isResetting:z,rowHeights:ue,resetAfterIndex:kt,onRowExpanded:Fe,onRowHovered:Ne,onRowsRendered:_e,onRowHeightChange:Ve}},useData=(e,{expandedRowKeys:t,lastRenderedRowIndex:y,resetAfterIndex:n})=>{const k=ref$1({}),L=computed(()=>{const j={},{data:V,rowKey:z}=e,re=unref(t);if(!re||!re.length)return V;const ie=[],oe=new Set;re.forEach(de=>oe.add(de));let ue=V.slice();for(ue.forEach(de=>j[de[z]]=0);ue.length>0;){const de=ue.shift();ie.push(de),oe.has(de[z])&&Array.isArray(de.children)&&de.children.length>0&&(ue=[...de.children,...ue],de.children.forEach(pe=>j[pe[z]]=j[de[z]]+1))}return k.value=j,ie}),$=computed(()=>{const{data:j,expandColumnKey:V}=e;return V?unref(L):j});return watch($,(j,V)=>{j!==V&&(y.value=-1,n(0,!0))}),{data:$,depthMap:k}},sumReducer=(e,t)=>e+t,sum$3=e=>isArray$2(e)?e.reduce(sumReducer,0):e,tryCall=(e,t,y={})=>isFunction$4(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:k})=>{const L=computed(()=>{const{fixed:_e,width:Ne,vScrollbarSize:Fe}=e,Ue=Ne-Fe;return _e?Math.max(Math.round(unref(t)),Ue):Ue}),$=computed(()=>unref(L)+e.vScrollbarSize),j=computed(()=>{const{height:_e=0,maxHeight:Ne=0,footerHeight:Fe,hScrollbarSize:Ue}=e;if(Ne>0){const kt=unref(de),Et=unref(V),qe=unref(ue)+kt+Et+Ue;return Math.min(qe,Ne-Fe)}return _e-Fe}),V=computed(()=>{const{rowHeight:_e,estimatedRowHeight:Ne}=e,Fe=unref(y);return isNumber$3(Ne)?Fe.length*Ne:Fe.length*_e}),z=computed(()=>{const{maxHeight:_e}=e,Ne=unref(j);if(isNumber$3(_e)&&_e>0)return Ne;const Fe=unref(V)+unref(ue)+unref(de);return Math.min(Ne,Fe)}),re=_e=>_e.width,ie=computed(()=>sum$3(unref(n).map(re))),oe=computed(()=>sum$3(unref(k).map(re))),ue=computed(()=>sum$3(e.headerHeight)),de=computed(()=>{var _e;return(((_e=e.fixedData)==null?void 0:_e.length)||0)*e.rowHeight}),pe=computed(()=>unref(j)-unref(ue)-unref(de)),Ie=computed(()=>{const{style:_e={},height:Ne,width:Fe}=e;return enforceUnit({..._e,height:Ne,width:Fe})}),he=computed(()=>enforceUnit({height:e.footerHeight})),Ce=computed(()=>({top:addUnit(unref(ue)),bottom:addUnit(e.footerHeight),width:addUnit(e.width)}));return{bodyWidth:L,fixedTableHeight:z,mainTableHeight:j,leftTableWidth:ie,rightTableWidth:oe,headerWidth:$,rowsHeight:V,windowHeight:pe,footerHeight:he,emptyStyle:Ce,rootStyle:Ie,headerHeight:ue}},useAutoResize=e=>{const t=ref$1(),y=ref$1(0),n=ref$1(0);let k;return onMounted(()=>{k=useResizeObserver(t,([L])=>{const{width:$,height:j}=L.contentRect,{paddingLeft:V,paddingRight:z,paddingTop:re,paddingBottom:ie}=getComputedStyle(L.target),oe=Number.parseInt(V)||0,ue=Number.parseInt(z)||0,de=Number.parseInt(re)||0,pe=Number.parseInt(ie)||0;y.value=$-oe-ue,n.value=j-de-pe}).stop}),onBeforeUnmount(()=>{k==null||k()}),watch([y,n],([L,$])=>{var j;(j=e.onResize)==null||j.call(e,{width:L,height:$})}),{sizer:t,width:y,height:n}};function useTable(e){const t=ref$1(),y=ref$1(),n=ref$1(),{columns:k,columnsStyles:L,columnsTotalWidth:$,fixedColumnsOnLeft:j,fixedColumnsOnRight:V,hasFixedColumns:z,mainColumns:re,onColumnSorted:ie}=useColumns(e,toRef$1(e,"columns"),toRef$1(e,"fixed")),{scrollTo:oe,scrollToLeft:ue,scrollToTop:de,scrollToRow:pe,onScroll:Ie,onVerticalScroll:he,scrollPos:Ce}=useScrollbar(e,{mainTableRef:t,leftTableRef:y,rightTableRef:n,onMaybeEndReached:Sr}),_e=useNamespace("table-v2"),Ne=getCurrentInstance(),Fe=shallowRef(!1),{expandedRowKeys:Ue,lastRenderedRowIndex:kt,isDynamic:Et,isResetting:Ve,rowHeights:qe,resetAfterIndex:jt,onRowExpanded:tr,onRowHeightChange:rr,onRowHovered:ar,onRowsRendered:nr}=useRow(e,{mainTableRef:t,leftTableRef:y,rightTableRef:n,tableInstance:Ne,ns:_e,isScrolling:Fe}),{data:ur,depthMap:cr}=useData(e,{expandedRowKeys:Ue,lastRenderedRowIndex:kt,resetAfterIndex:jt}),{bodyWidth:_r,fixedTableHeight:hr,mainTableHeight:Er,leftTableWidth:kr,rightTableWidth:xr,headerWidth:yr,rowsHeight:br,windowHeight:Ir,footerHeight:Mr,emptyStyle:mr,rootStyle:gr,headerHeight:jr}=useStyles(e,{columnsTotalWidth:$,data:ur,fixedColumnsOnLeft:j,fixedColumnsOnRight:V}),Hr=ref$1(),Vr=computed(()=>{const Tr=unref(ur).length===0;return isArray$2(e.fixedData)?e.fixedData.length===0&&Tr:Tr});function zr(Tr){const{estimatedRowHeight:Br,rowHeight:vr,rowKey:Cr}=e;return Br?unref(qe)[unref(ur)[Tr][Cr]]||Br:vr}function Sr(){const{onEndReached:Tr}=e;if(!Tr)return;const{scrollTop:Br}=unref(Ce),vr=unref(br),Cr=unref(Ir),Dr=vr-(Br+Cr)+e.hScrollbarSize;unref(kt)>=0&&vr===Br+unref(Er)-unref(jr)&&Tr(Dr)}return watch(()=>e.expandedRowKeys,Tr=>Ue.value=Tr,{deep:!0}),{columns:k,containerRef:Hr,mainTableRef:t,leftTableRef:y,rightTableRef:n,isDynamic:Et,isResetting:Ve,isScrolling:Fe,hasFixedColumns:z,columnsStyles:L,columnsTotalWidth:$,data:ur,expandedRowKeys:Ue,depthMap:cr,fixedColumnsOnLeft:j,fixedColumnsOnRight:V,mainColumns:re,bodyWidth:_r,emptyStyle:mr,rootStyle:gr,headerWidth:yr,footerHeight:Mr,mainTableHeight:Er,fixedTableHeight:hr,leftTableWidth:kr,rightTableWidth:xr,showEmpty:Vr,getRowHeight:zr,onColumnSorted:ie,onRowHovered:ar,onRowExpanded:tr,onRowsRendered:nr,onRowHeightChange:rr,scrollTo:oe,scrollToLeft:ue,scrollToTop:de,scrollToRow:pe,onScroll:Ie,onVerticalScroll:he}}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:k}=e,L=((y=n==null?void 0:n.toString)==null?void 0:y.call(n))||"",$=renderSlot(t,"default",e,()=>[L]);return createVNode("div",{class:e.class,title:L,style:k},[$])};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:k,style:L}=e;let $=y.map((j,V)=>t.cell({columns:y,column:j,columnIndex:V,headerIndex:k,style:n[j.key]}));return t.header&&($=t.header({cells:$.map(j=>isArray$2(j)&&j.length===1?j[0]:j),columns:y,headerIndex:k})),createVNode("div",{class:e.class,style:L,role:"row"},[$])}}}),COMPONENT_NAME$7="ElTableV2Header",TableV2Header=defineComponent({name:COMPONENT_NAME$7,props:tableV2HeaderProps,setup(e,{slots:t,expose:y}){const n=useNamespace("table-v2"),k=ref$1(),L=computed(()=>enforceUnit({width:e.width,height:e.height})),$=computed(()=>enforceUnit({width:e.rowWidth,height:e.height})),j=computed(()=>castArray$1(unref(e.headerHeight))),V=ie=>{const oe=unref(k);nextTick$1(()=>{oe!=null&&oe.scroll&&oe.scroll({left:ie})})},z=()=>{const ie=n.e("fixed-header-row"),{columns:oe,fixedHeaderData:ue,rowHeight:de}=e;return ue==null?void 0:ue.map((pe,Ie)=>{var he;const Ce=enforceUnit({height:de,width:"100%"});return(he=t.fixed)==null?void 0:he.call(t,{class:ie,columns:oe,rowData:pe,rowIndex:-(Ie+1),style:Ce})})},re=()=>{const ie=n.e("dynamic-header-row"),{columns:oe}=e;return unref(j).map((ue,de)=>{var pe;const Ie=enforceUnit({width:"100%",height:ue});return(pe=t.dynamic)==null?void 0:pe.call(t,{class:ie,columns:oe,headerIndex:de,style:Ie})})};return y({scrollToLeft:V}),()=>{if(!(e.height<=0))return createVNode("div",{ref:k,class:e.class,style:unref(L),role:"rowgroup"},[createVNode("div",{style:unref($),class:n.e("header")},[re(),z()])])}}}),useTableRow=e=>{const{isScrolling:t}=inject(TableV2InjectionKey),y=ref$1(!1),n=ref$1(),k=computed(()=>isNumber$3(e.estimatedRowHeight)&&e.rowIndex>=0),L=(V=!1)=>{const z=unref(n);if(!z)return;const{columns:re,onRowHeightChange:ie,rowKey:oe,rowIndex:ue,style:de}=e,{height:pe}=z.getBoundingClientRect();y.value=!0,nextTick$1(()=>{if(V||pe!==Number.parseInt(de.height)){const Ie=re[0],he=(Ie==null?void 0:Ie.placeholderSign)===placeholderSign;ie==null||ie({rowKey:oe,height:pe,rowIndex:ue},Ie&&!he&&Ie.fixed)}})},$=computed(()=>{const{rowData:V,rowIndex:z,rowKey:re,onRowHover:ie}=e,oe=e.rowEventHandlers||{},ue={};return Object.entries(oe).forEach(([de,pe])=>{isFunction$4(pe)&&(ue[de]=Ie=>{pe({event:Ie,rowData:V,rowIndex:z,rowKey:re})})}),ie&&[{name:"onMouseleave",hovered:!1},{name:"onMouseenter",hovered:!0}].forEach(({name:de,hovered:pe})=>{const Ie=ue[de];ue[de]=he=>{ie({event:he,hovered:pe,rowData:V,rowIndex:z,rowKey:re}),Ie==null||Ie(he)}}),ue}),j=V=>{const{onRowExpand:z,rowData:re,rowIndex:ie,rowKey:oe}=e;z==null||z({expanded:V,rowData:re,rowIndex:ie,rowKey:oe})};return onMounted(()=>{unref(k)&&L(!0)}),{isScrolling:t,measurable:k,measured:y,rowRef:n,eventHandlers:$,onExpand:j}},COMPONENT_NAME$6="ElTableV2TableRow",TableV2Row=defineComponent({name:COMPONENT_NAME$6,props:tableV2RowProps,setup(e,{expose:t,slots:y,attrs:n}){const{eventHandlers:k,isScrolling:L,measurable:$,measured:j,rowRef:V,onExpand:z}=useTableRow(e);return t({onExpand:z}),()=>{const{columns:re,columnsStyles:ie,expandColumnKey:oe,depth:ue,rowData:de,rowIndex:pe,style:Ie}=e;let he=re.map((Ce,_e)=>{const Ne=isArray$2(de.children)&&de.children.length>0&&Ce.key===oe;return y.cell({column:Ce,columns:re,columnIndex:_e,depth:ue,style:ie[Ce.key],rowData:de,rowIndex:pe,isScrolling:unref(L),expandIconProps:Ne?{rowData:de,rowIndex:pe,onExpand:z}:void 0})});if(y.row&&(he=y.row({cells:he.map(Ce=>isArray$2(Ce)&&Ce.length===1?Ce[0]:Ce),style:Ie,columns:re,depth:ue,rowData:de,rowIndex:pe,isScrolling:unref(L)})),unref($)){const{height:Ce,..._e}=Ie||{},Ne=unref(j);return createVNode("div",mergeProps({ref:V,class:e.class,style:Ne?Ie:_e,role:"row"},n,unref(k)),[he])}return createVNode("div",mergeProps(n,{ref:V,class:e.class,style:Ie,role:"row"},unref(k)),[he])}}}),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:k,size:L}=e,$={onClick:y?()=>n(!t):void 0,class:e.class};return createVNode(ElIcon,mergeProps($,{size:L,style:k}),{default:()=>[createVNode(arrow_right_default,null,null)]})},COMPONENT_NAME$5="ElTableV2Grid",useTableGrid=e=>{const t=ref$1(),y=ref$1(),n=computed(()=>{const{data:pe,rowHeight:Ie,estimatedRowHeight:he}=e;if(!he)return pe.length*Ie}),k=computed(()=>{const{fixedData:pe,rowHeight:Ie}=e;return((pe==null?void 0:pe.length)||0)*Ie}),L=computed(()=>sum$3(e.headerHeight)),$=computed(()=>{const{height:pe}=e;return Math.max(0,pe-unref(L)-unref(k))}),j=computed(()=>unref(L)+unref(k)>0),V=({data:pe,rowIndex:Ie})=>pe[Ie][e.rowKey];function z({rowCacheStart:pe,rowCacheEnd:Ie,rowVisibleStart:he,rowVisibleEnd:Ce}){var _e;(_e=e.onRowsRendered)==null||_e.call(e,{rowCacheStart:pe,rowCacheEnd:Ie,rowVisibleStart:he,rowVisibleEnd:Ce})}function re(pe,Ie){var he;(he=y.value)==null||he.resetAfterRowIndex(pe,Ie)}function ie(pe,Ie){const he=unref(t),Ce=unref(y);isObject$4(pe)?(he==null||he.scrollToLeft(pe.scrollLeft),Ce==null||Ce.scrollTo(pe)):(he==null||he.scrollToLeft(pe),Ce==null||Ce.scrollTo({scrollLeft:pe,scrollTop:Ie}))}function oe(pe){var Ie;(Ie=unref(y))==null||Ie.scrollTo({scrollTop:pe})}function ue(pe,Ie){var he;(he=unref(y))==null||he.scrollToItem(pe,1,Ie)}function de(){var pe,Ie;(pe=unref(y))==null||pe.$forceUpdate(),(Ie=unref(t))==null||Ie.$forceUpdate()}return{bodyRef:y,forceUpdate:de,fixedRowHeight:k,gridHeight:$,hasHeader:j,headerHeight:L,headerRef:t,totalHeight:n,itemKey:V,onItemRendered:z,resetAfterRowIndex:re,scrollTo:ie,scrollToTop:oe,scrollToRow:ue}},TableGrid=defineComponent({name:COMPONENT_NAME$5,props:tableV2GridProps,setup(e,{slots:t,expose:y}){const{ns:n}=inject(TableV2InjectionKey),{bodyRef:k,fixedRowHeight:L,gridHeight:$,hasHeader:j,headerRef:V,headerHeight:z,totalHeight:re,forceUpdate:ie,itemKey:oe,onItemRendered:ue,resetAfterRowIndex:de,scrollTo:pe,scrollToTop:Ie,scrollToRow:he}=useTableGrid(e);y({forceUpdate:ie,totalHeight:re,scrollTo:pe,scrollToTop:Ie,scrollToRow:he,resetAfterRowIndex:de});const Ce=()=>e.bodyWidth;return()=>{const{cache:_e,columns:Ne,data:Fe,fixedData:Ue,useIsScrolling:kt,scrollbarAlwaysOn:Et,scrollbarEndGap:Ve,scrollbarStartGap:qe,style:jt,rowHeight:tr,bodyWidth:rr,estimatedRowHeight:ar,headerWidth:nr,height:ur,width:cr,getRowHeight:_r,onScroll:hr}=e,Er=isNumber$3(ar),kr=Er?DynamicSizeGrid:FixedSizeGrid,xr=unref(z);return createVNode("div",{role:"table",class:[n.e("table"),e.class],style:jt},[createVNode(kr,{ref:k,data:Fe,useIsScrolling:kt,itemKey:oe,columnCache:0,columnWidth:Er?Ce:rr,totalColumn:1,totalRow:Fe.length,rowCache:_e,rowHeight:Er?_r:tr,width:cr,height:unref($),class:n.e("body"),role:"rowgroup",scrollbarStartGap:qe,scrollbarEndGap:Ve,scrollbarAlwaysOn:Et,onScroll:hr,onItemRendered:ue,perfMode:!1},{default:yr=>{var br;const Ir=Fe[yr.rowIndex];return(br=t.row)==null?void 0:br.call(t,{...yr,columns:Ne,rowData:Ir})}}),unref(j)&&createVNode(TableV2Header,{ref:V,class:n.e("header-wrapper"),columns:Ne,headerData:Fe,headerHeight:e.headerHeight,fixedHeaderData:Ue,rowWidth:nr,rowHeight:tr,width:cr,height:Math.min(xr+unref(L),ur)},{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:k,expandColumnKey:L,expandedRowKeys:$,estimatedRowHeight:j,hasFixedColumns:V,rowData:z,rowIndex:re,style:ie,isScrolling:oe,rowProps:ue,rowClass:de,rowKey:pe,rowEventHandlers:Ie,ns:he,onRowHovered:Ce,onRowExpanded:_e}=e,Ne=tryCall(de,{columns:y,rowData:z,rowIndex:re},""),Fe=tryCall(ue,{columns:y,rowData:z,rowIndex:re}),Ue=z[pe],kt=k[Ue]||0,Et=!!L,Ve=re<0,qe=[he.e("row"),Ne,{[he.e(`row-depth-${kt}`)]:Et&&re>=0,[he.is("expanded")]:Et&&$.includes(Ue),[he.is("fixed")]:!kt&&Ve,[he.is("customized")]:!!t.row}],jt=V?Ce:void 0,tr={...Fe,columns:y,columnsStyles:n,class:qe,depth:kt,expandColumnKey:L,estimatedRowHeight:Ve?void 0:j,isScrolling:oe,rowIndex:re,rowData:z,rowKey:Ue,rowEventHandlers:Ie,style:ie};return createVNode(TableV2Row,mergeProps(tr,{onRowExpand:_e,onMouseenter:nr=>{jt==null||jt({hovered:!0,rowKey:Ue,event:nr,rowData:z,rowIndex:re})},onMouseleave:nr=>{jt==null||jt({hovered:!1,rowKey:Ue,event:nr,rowData:z,rowIndex:re})},rowkey:Ue}),_isSlot$2(t)?t:{default:()=>[t]})},CellRenderer=({columns:e,column:t,columnIndex:y,depth:n,expandIconProps:k,isScrolling:L,rowData:$,rowIndex:j,style:V,expandedRowKeys:z,ns:re,cellProps:ie,expandColumnKey:oe,indentSize:ue,iconSize:de,rowKey:pe},{slots:Ie})=>{const he=enforceUnit(V);if(t.placeholderSign===placeholderSign)return createVNode("div",{class:re.em("row-cell","placeholder"),style:he},null);const{cellRenderer:Ce,dataKey:_e,dataGetter:Ne}=t,Fe=isFunction$4(Ne)?Ne({columns:e,column:t,columnIndex:y,rowData:$,rowIndex:j}):get($,_e??""),Ue=tryCall(ie,{cellData:Fe,columns:e,column:t,columnIndex:y,rowIndex:j,rowData:$}),kt={class:re.e("cell-text"),columns:e,column:t,columnIndex:y,cellData:Fe,isScrolling:L,rowData:$,rowIndex:j},Et=componentToSlot(Ce),Ve=Et?Et(kt):renderSlot(Ie,"default",kt,()=>[createVNode(TableV2Cell,kt,null)]),qe=[re.e("row-cell"),t.class,t.align===Alignment.CENTER&&re.is("align-center"),t.align===Alignment.RIGHT&&re.is("align-right")],jt=j>=0&&oe&&t.key===oe,tr=j>=0&&z.includes($[pe]);let rr;const ar=`margin-inline-start: ${n*ue}px;`;return jt&&(isObject$4(k)?rr=createVNode(ExpandIcon,mergeProps(k,{class:[re.e("expand-icon"),re.is("expanded",tr)],size:de,expanded:tr,style:ar,expandable:!0}),null):rr=createVNode("div",{style:[ar,`width: ${de}px; height: ${de}px;`].join(" ")},null)),createVNode("div",mergeProps({class:qe,style:he},Ue,{role:"cell"}),[rr,Ve])};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:k,headerProps:L,ns:$},{slots:j})=>{const V={columns:e,headerIndex:y},z=[$.e("header-row"),tryCall(k,V,""),{[$.is("customized")]:!!j.header}],re={...tryCall(L,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:k,onColumnSorted:L}=e,$=enforceUnit(k);if(y.placeholderSign===placeholderSign)return createVNode("div",{class:n.em("header-row-cell","placeholder"),style:$},null);const{headerCellRenderer:j,headerClass:V,sortable:z}=y,re={...e,class:n.e("header-cell-text")},ie=componentToSlot(j),oe=ie?ie(re):renderSlot(t,"default",re,()=>[createVNode(HeaderCell,re,null)]),{sortBy:ue,sortState:de,headerCellProps:pe}=e;let Ie,he;if(de){const Ne=de[y.key];Ie=!!oppositeOrderMap[Ne],he=Ie?Ne:SortOrder.ASC}else Ie=y.key===ue.key,he=Ie?ue.order:SortOrder.ASC;const Ce=[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")],_e={...tryCall(pe,e),onClick:y.sortable?L:void 0,class:Ce,style:$,"data-key":y.key};return createVNode("div",mergeProps(_e,{role:"columnheader"}),[oe,z&&createVNode(SortIcon,{class:[n.e("sort-icon"),Ie&&n.is("sorting")],sortOrder:he},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:k,fixedColumnsOnLeft:L,fixedColumnsOnRight:$,mainColumns:j,mainTableHeight:V,fixedTableHeight:z,leftTableWidth:re,rightTableWidth:ie,data:oe,depthMap:ue,expandedRowKeys:de,hasFixedColumns:pe,mainTableRef:Ie,leftTableRef:he,rightTableRef:Ce,isDynamic:_e,isResetting:Ne,isScrolling:Fe,bodyWidth:Ue,emptyStyle:kt,rootStyle:Et,headerWidth:Ve,footerHeight:qe,showEmpty:jt,scrollTo:tr,scrollToLeft:rr,scrollToTop:ar,scrollToRow:nr,getRowHeight:ur,onColumnSorted:cr,onRowHeightChange:_r,onRowHovered:hr,onRowExpanded:Er,onRowsRendered:kr,onScroll:xr,onVerticalScroll:yr}=useTable(e);return y({scrollTo:tr,scrollToLeft:rr,scrollToTop:ar,scrollToRow:nr}),provide(TableV2InjectionKey,{ns:n,isResetting:Ne,isScrolling:Fe}),()=>{const{cache:br,cellProps:Ir,estimatedRowHeight:Mr,expandColumnKey:mr,fixedData:gr,headerHeight:jr,headerClass:Hr,headerProps:Vr,headerCellProps:zr,sortBy:Sr,sortState:Tr,rowHeight:Br,rowClass:vr,rowEventHandlers:Cr,rowKey:Dr,rowProps:Rr,scrollbarAlwaysOn:Wr,indentSize:Kr,iconSize:Nr,useIsScrolling:Fr,vScrollbarSize:Qr,width:ca}=e,Po=unref(oe),Wa={cache:br,class:n.e("main"),columns:unref(j),data:Po,fixedData:gr,estimatedRowHeight:Mr,bodyWidth:unref(Ue)+Qr,headerHeight:jr,headerWidth:unref(Ve),height:unref(V),mainTableRef:Ie,rowKey:Dr,rowHeight:Br,scrollbarAlwaysOn:Wr,scrollbarStartGap:2,scrollbarEndGap:Qr,useIsScrolling:Fr,width:ca,getRowHeight:ur,onRowsRendered:kr,onScroll:xr},Go=unref(re),us=unref(z),Kn={cache:br,class:n.e("left"),columns:unref(L),data:Po,estimatedRowHeight:Mr,leftTableRef:he,rowHeight:Br,bodyWidth:Go,headerWidth:Go,headerHeight:jr,height:us,rowKey:Dr,scrollbarAlwaysOn:Wr,scrollbarStartGap:2,scrollbarEndGap:Qr,useIsScrolling:Fr,width:Go,getRowHeight:ur,onScroll:yr},Ar=unref(ie)+Qr,On={cache:br,class:n.e("right"),columns:unref($),data:Po,estimatedRowHeight:Mr,rightTableRef:Ce,rowHeight:Br,bodyWidth:Ar,headerWidth:Ar,headerHeight:jr,height:us,rowKey:Dr,scrollbarAlwaysOn:Wr,scrollbarStartGap:2,scrollbarEndGap:Qr,width:Ar,style:`--${unref(n.namespace)}-table-scrollbar-size: ${Qr}px`,useIsScrolling:Fr,getRowHeight:ur,onScroll:yr},kn=unref(k),Sa={ns:n,depthMap:unref(ue),columnsStyles:kn,expandColumnKey:mr,expandedRowKeys:unref(de),estimatedRowHeight:Mr,hasFixedColumns:unref(pe),rowProps:Rr,rowClass:vr,rowKey:Dr,rowEventHandlers:Cr,onRowHovered:hr,onRowExpanded:Er,onRowHeightChange:_r},sa={cellProps:Ir,expandColumnKey:mr,indentSize:Kr,iconSize:Nr,rowKey:Dr,expandedRowKeys:unref(de),ns:n},qa={ns:n,headerClass:Hr,headerProps:Vr,columnsStyles:kn},To={ns:n,sortBy:Sr,sortState:Tr,headerCellProps:zr,onColumnSorted:cr},Hi={row:Ns=>createVNode(RowRenderer,mergeProps(Ns,Sa),{row:t.row,cell:cs=>{let vl;return t.cell?createVNode(CellRenderer,mergeProps(cs,sa,{style:kn[cs.column.key]}),_isSlot(vl=t.cell(cs))?vl:{default:()=>[vl]}):createVNode(CellRenderer,mergeProps(cs,sa,{style:kn[cs.column.key]}),null)}}),header:Ns=>createVNode(HeaderRenderer,mergeProps(Ns,qa),{header:t.header,cell:cs=>{let vl;return t["header-cell"]?createVNode(HeaderCellRenderer,mergeProps(cs,To,{style:kn[cs.column.key]}),_isSlot(vl=t["header-cell"](cs))?vl:{default:()=>[vl]}):createVNode(HeaderCellRenderer,mergeProps(cs,To,{style:kn[cs.column.key]}),null)}})},na=[e.class,n.b(),n.e("root"),{[n.is("dynamic")]:unref(_e)}],Ma={class:n.e("footer"),style:unref(qe)};return createVNode("div",{class:na,style:unref(Et)},[createVNode(MainTable,Wa,_isSlot(Hi)?Hi:{default:()=>[Hi]}),createVNode(LeftTable$1,Kn,_isSlot(Hi)?Hi:{default:()=>[Hi]}),createVNode(LeftTable,On,_isSlot(Hi)?Hi:{default:()=>[Hi]}),t.footer&&createVNode(Footer$1,Ma,{default:t.footer}),unref(jt)&&createVNode(Footer,{class:n.e("empty"),style:unref(kt)},{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:k,sizer:L}=useAutoResize(e),$={width:"100%",height:"100%"};return()=>{var j;return createVNode("div",{ref:L,class:y.b(),style:$},[(j=t.default)==null?void 0:j.call(t,{height:n.value,width:k.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(),k=inject(tabsRootContextKey);k||throwError(COMPONENT_NAME$3,"<el-tabs><el-tab-bar /></el-tabs>");const L=useNamespace("tabs"),$=ref$1(),j=ref$1(),V=()=>{let re=0,ie=0;const oe=["top","bottom"].includes(k.props.tabPosition)?"width":"height",ue=oe==="width"?"x":"y",de=ue==="x"?"left":"top";return y.tabs.every(pe=>{var Ie,he;const Ce=(he=(Ie=n.parent)==null?void 0:Ie.refs)==null?void 0:he[`tab-${pe.uid}`];if(!Ce)return!1;if(!pe.active)return!0;re=Ce[`offset${capitalize(de)}`],ie=Ce[`client${capitalize(oe)}`];const _e=window.getComputedStyle(Ce);return oe==="width"&&(ie-=Number.parseFloat(_e.paddingLeft)+Number.parseFloat(_e.paddingRight),re+=Number.parseFloat(_e.paddingLeft)),!1}),{[oe]:`${ie}px`,transform:`translate${capitalize(ue)}(${re}px)`}},z=()=>j.value=V();return watch(()=>y.tabs,async()=>{await nextTick$1(),z()},{immediate:!0}),useResizeObserver($,()=>z()),t({ref:$,update:z}),(re,ie)=>(openBlock(),createElementBlock("div",{ref_key:"barRef",ref:$,class:normalizeClass([unref(L).e("active-bar"),unref(L).is(unref(k).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 k=useNamespace("tabs"),L=useDocumentVisibility(),$=useWindowFocus(),j=ref$1(),V=ref$1(),z=ref$1(),re=ref$1(),ie=ref$1(!1),oe=ref$1(0),ue=ref$1(!1),de=ref$1(!0),pe=computed(()=>["top","bottom"].includes(n.props.tabPosition)?"width":"height"),Ie=computed(()=>({transform:`translate${pe.value==="width"?"X":"Y"}(-${oe.value}px)`})),he=()=>{if(!j.value)return;const Et=j.value[`offset${capitalize(pe.value)}`],Ve=oe.value;if(!Ve)return;const qe=Ve>Et?Ve-Et:0;oe.value=qe},Ce=()=>{if(!j.value||!V.value)return;const Et=V.value[`offset${capitalize(pe.value)}`],Ve=j.value[`offset${capitalize(pe.value)}`],qe=oe.value;if(Et-qe<=Ve)return;const jt=Et-qe>Ve*2?qe+Ve:Et-Ve;oe.value=jt},_e=async()=>{const Et=V.value;if(!ie.value||!z.value||!j.value||!Et)return;await nextTick$1();const Ve=z.value.querySelector(".is-active");if(!Ve)return;const qe=j.value,jt=["top","bottom"].includes(n.props.tabPosition),tr=Ve.getBoundingClientRect(),rr=qe.getBoundingClientRect(),ar=jt?Et.offsetWidth-rr.width:Et.offsetHeight-rr.height,nr=oe.value;let ur=nr;jt?(tr.left<rr.left&&(ur=nr-(rr.left-tr.left)),tr.right>rr.right&&(ur=nr+tr.right-rr.right)):(tr.top<rr.top&&(ur=nr-(rr.top-tr.top)),tr.bottom>rr.bottom&&(ur=nr+(tr.bottom-rr.bottom))),ur=Math.max(ur,0),oe.value=Math.min(ur,ar)},Ne=()=>{var Et;if(!V.value||!j.value)return;e.stretch&&((Et=re.value)==null||Et.update());const Ve=V.value[`offset${capitalize(pe.value)}`],qe=j.value[`offset${capitalize(pe.value)}`],jt=oe.value;qe<Ve?(ie.value=ie.value||{},ie.value.prev=jt,ie.value.next=jt+qe<Ve,Ve-jt<qe&&(oe.value=Ve-qe)):(ie.value=!1,jt>0&&(oe.value=0))},Fe=Et=>{const Ve=Et.code,{up:qe,down:jt,left:tr,right:rr}=EVENT_CODE;if(![qe,jt,tr,rr].includes(Ve))return;const ar=Array.from(Et.currentTarget.querySelectorAll("[role=tab]:not(.is-disabled)")),nr=ar.indexOf(Et.target);let ur;Ve===tr||Ve===qe?nr===0?ur=ar.length-1:ur=nr-1:nr<ar.length-1?ur=nr+1:ur=0,ar[ur].focus({preventScroll:!0}),ar[ur].click(),Ue()},Ue=()=>{de.value&&(ue.value=!0)},kt=()=>ue.value=!1;return watch(L,Et=>{Et==="hidden"?de.value=!1:Et==="visible"&&setTimeout(()=>de.value=!0,50)}),watch($,Et=>{Et?setTimeout(()=>de.value=!0,50):de.value=!1}),useResizeObserver(z,Ne),onMounted(()=>setTimeout(()=>_e(),0)),onUpdated(()=>Ne()),t({scrollToActiveTab:_e,removeFocus:kt}),()=>{const Et=ie.value?[createVNode("span",{class:[k.e("nav-prev"),k.is("disabled",!ie.value.prev)],onClick:he},[createVNode(ElIcon,null,{default:()=>[createVNode(arrow_left_default,null,null)]})]),createVNode("span",{class:[k.e("nav-next"),k.is("disabled",!ie.value.next)],onClick:Ce},[createVNode(ElIcon,null,{default:()=>[createVNode(arrow_right_default,null,null)]})])]:null,Ve=e.panes.map((qe,jt)=>{var tr,rr,ar,nr;const ur=qe.uid,cr=qe.props.disabled,_r=(rr=(tr=qe.props.name)!=null?tr:qe.index)!=null?rr:`${jt}`,hr=!cr&&(qe.isClosable||e.editable);qe.index=`${jt}`;const Er=hr?createVNode(ElIcon,{class:"is-icon-close",onClick:yr=>y("tabRemove",qe,yr)},{default:()=>[createVNode(close_default,null,null)]}):null,kr=((nr=(ar=qe.slots).label)==null?void 0:nr.call(ar))||qe.props.label,xr=!cr&&qe.active?0:-1;return createVNode("div",{ref:`tab-${ur}`,class:[k.e("item"),k.is(n.props.tabPosition),k.is("active",qe.active),k.is("disabled",cr),k.is("closable",hr),k.is("focus",ue.value)],id:`tab-${_r}`,key:`tab-${ur}`,"aria-controls":`pane-${_r}`,role:"tab","aria-selected":qe.active,tabindex:xr,onFocus:()=>Ue(),onBlur:()=>kt(),onClick:yr=>{kt(),y("tabClick",qe,_r,yr)},onKeydown:yr=>{hr&&(yr.code===EVENT_CODE.delete||yr.code===EVENT_CODE.backspace)&&y("tabRemove",qe,yr)}},[kr,Er])});return createVNode("div",{ref:z,class:[k.e("nav-wrap"),k.is("scrollable",!!ie.value),k.is(n.props.tabPosition)]},[Et,createVNode("div",{class:k.e("nav-scroll"),ref:j},[createVNode("div",{class:[k.e("nav"),k.is(n.props.tabPosition),k.is("stretch",e.stretch&&["top","bottom"].includes(n.props.tabPosition))],ref:V,style:Ie.value,role:"tablist",onKeydown:Fe},[e.type?null:createVNode(TabBar,{ref:re,tabs:[...e.panes]},null),Ve])])])}}}),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$3(e)||isNumber$3(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 k;const L=useNamespace("tabs"),$=computed(()=>["left","right"].includes(e.tabPosition)),{children:j,addChild:V,removeChild:z}=useOrderedChildren(getCurrentInstance(),"ElTabPane"),re=ref$1(),ie=ref$1((k=e.modelValue)!=null?k:"0"),oe=async(he,Ce=!1)=>{var _e,Ne,Fe;if(!(ie.value===he||isUndefined$1(he)))try{await((_e=e.beforeLeave)==null?void 0:_e.call(e,he,ie.value))!==!1&&(ie.value=he,Ce&&(t(UPDATE_MODEL_EVENT,he),t("tabChange",he)),(Fe=(Ne=re.value)==null?void 0:Ne.removeFocus)==null||Fe.call(Ne))}catch{}},ue=(he,Ce,_e)=>{he.props.disabled||(oe(Ce,!0),t("tabClick",he,_e))},de=(he,Ce)=>{he.props.disabled||isUndefined$1(he.props.name)||(Ce.stopPropagation(),t("edit",he.props.name,"remove"),t("tabRemove",he.props.name))},pe=()=>{t("edit",void 0,"add"),t("tabAdd")};watch(()=>e.modelValue,he=>oe(he)),watch(ie,async()=>{var he;await nextTick$1(),(he=re.value)==null||he.scrollToActiveTab()}),provide(tabsRootContextKey,{props:e,currentName:ie,registerPane:he=>{j.value.push(he)},sortPane:V,unregisterPane:z}),n({currentName:ie});const Ie=({render:he})=>he();return()=>{const he=y["add-icon"],Ce=e.editable||e.addable?createVNode("div",{class:[L.e("new-tab"),$.value&&L.e("new-tab-vertical")],tabindex:"0",onClick:pe,onKeydown:Fe=>{Fe.code===EVENT_CODE.enter&&pe()}},[he?renderSlot(y,"add-icon"):createVNode(ElIcon,{class:L.is("icon-plus")},{default:()=>[createVNode(plus_default,null,null)]})]):null,_e=createVNode("div",{class:[L.e("header"),$.value&&L.e("header-vertical"),L.is(e.tabPosition)]},[createVNode(Ie,{render:()=>{const Fe=j.value.some(Ue=>Ue.slots.label);return createVNode(TabNav,{ref:re,currentName:ie.value,editable:e.editable,type:e.type,panes:j.value,stretch:e.stretch,onTabClick:ue,onTabRemove:de},{$stable:!Fe})}},null),Ce]),Ne=createVNode("div",{class:L.e("content")},[renderSlot(y,"default")]);return createVNode("div",{class:[L.b(),L.m(e.tabPosition),{[L.m("card")]:e.type==="card",[L.m("border-card")]:e.type==="border-card"}]},[Ne,_e])}}}),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(),k=inject(tabsRootContextKey);k||throwError(COMPONENT_NAME$1,"usage: <el-tabs><el-tab-pane /></el-tabs/>");const L=useNamespace("tab-pane"),$=ref$1(),j=computed(()=>t.closable||k.props.closable),V=computedEager(()=>{var ue;return k.currentName.value===((ue=t.name)!=null?ue:$.value)}),z=ref$1(V.value),re=computed(()=>{var ue;return(ue=t.name)!=null?ue:$.value}),ie=computedEager(()=>!t.lazy||z.value||V.value);watch(V,ue=>{ue&&(z.value=!0)});const oe=reactive({uid:y.uid,slots:n,props:t,paneName:re,active:V,index:$,isClosable:j});return k.registerPane(oe),onMounted(()=>{k.sortPane(oe)}),onUnmounted(()=>{k.unregisterPane(oe.uid)}),(ue,de)=>unref(ie)?withDirectives((openBlock(),createElementBlock("div",{key:0,id:`pane-${unref(re)}`,class:normalizeClass(unref(L).b()),role:"tabpanel","aria-hidden":!unref(V),"aria-labelledby":`tab-${unref(re)}`},[renderSlot(ue.$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"),k=computed(()=>[n.b(),n.m(t.type),n.m(y.value),n.is("truncated",t.truncated),n.is("line-clamp",!isUndefined$1(t.lineClamp))]);return(L,$)=>(openBlock(),createBlock(resolveDynamicComponent(L.tag),{class:normalizeClass(unref(k)),style:normalizeStyle({"-webkit-line-clamp":L.lineClamp})},{default:withCtx(()=>[renderSlot(L.$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),k=e.toUpperCase();return k.includes("AM")&&y===12?y=0:k.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 k=y.minutes+y.hours*60,L=n.minutes+n.hours*60;return k===L?0:k>L?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 k={hours:y.hours,minutes:y.minutes};return k.minutes+=n.minutes,k.hours+=n.hours,k.hours+=Math.floor(k.minutes/60),k.minutes=k.minutes%60,formatTime(k)},__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,k=useNamespace("input"),L=ref$1(),$=useFormDisabled(),{lang:j}=useLocale(),V=computed(()=>y.modelValue),z=computed(()=>{const he=parseTime(y.start);return he?formatTime(he):null}),re=computed(()=>{const he=parseTime(y.end);return he?formatTime(he):null}),ie=computed(()=>{const he=parseTime(y.step);return he?formatTime(he):null}),oe=computed(()=>{const he=parseTime(y.minTime||"");return he?formatTime(he):null}),ue=computed(()=>{const he=parseTime(y.maxTime||"");return he?formatTime(he):null}),de=computed(()=>{const he=[];if(y.start&&y.end&&y.step){let Ce=z.value,_e;for(;Ce&&re.value&&compareTime(Ce,re.value)<=0;)_e=dayjs(Ce,"HH:mm").locale(j.value).format(y.format),he.push({value:_e,disabled:compareTime(Ce,oe.value||"-1:-1")<=0||compareTime(Ce,ue.value||"100:100")>=0}),Ce=nextTime(Ce,ie.value)}return he});return t({blur:()=>{var he,Ce;(Ce=(he=L.value)==null?void 0:he.blur)==null||Ce.call(he)},focus:()=>{var he,Ce;(Ce=(he=L.value)==null?void 0:he.focus)==null||Ce.call(he)}}),(he,Ce)=>(openBlock(),createBlock(unref(ElSelect),{ref_key:"select",ref:L,"model-value":unref(V),disabled:unref($),clearable:he.clearable,"clear-icon":he.clearIcon,size:he.size,effect:he.effect,placeholder:he.placeholder,"default-first-option":"",filterable:he.editable,"empty-values":he.emptyValues,"value-on-clear":he.valueOnClear,"onUpdate:modelValue":_e=>he.$emit("update:modelValue",_e),onChange:_e=>he.$emit("change",_e),onBlur:_e=>he.$emit("blur",_e),onFocus:_e=>he.$emit("focus",_e),onClear:()=>he.$emit("clear")},{prefix:withCtx(()=>[he.prefixIcon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(k).e("prefix-icon"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(he.prefixIcon)))]),_:1},8,["class"])):createCommentVNode("v-if",!0)]),default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(de),_e=>(openBlock(),createBlock(unref(n),{key:_e.value,label:_e.value,value:_e.value,disabled:_e.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,L)=>(openBlock(),createElementBlock("li",{class:normalizeClass([unref(y).b(),{[unref(y).e("center")]:k.center}])},[createBaseVNode("div",{class:normalizeClass(unref(y).e("tail"))},null,2),k.$slots.dot?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(n)),style:normalizeStyle({backgroundColor:k.color})},[k.icon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(y).e("icon"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(k.icon)))]),_:1},8,["class"])):createCommentVNode("v-if",!0)],6)),k.$slots.dot?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(y).e("dot"))},[renderSlot(k.$slots,"dot")],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(y).e("wrapper"))},[!k.hideTimestamp&&k.placement==="top"?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass([unref(y).e("timestamp"),unref(y).is("top")])},toDisplayString(k.timestamp),3)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(y).e("content"))},[renderSlot(k.$slots,"default")],2),!k.hideTimestamp&&k.placement==="bottom"?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass([unref(y).e("timestamp"),unref(y).is("bottom")])},toDisplayString(k.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),k=ref$1(null),L=computed({get:()=>isPropAbsent(y.open)?n.value:y.open,set:Ie=>{var he;n.value=Ie,(he=y["onUpdate:open"])==null||he.call(y,Ie)}}),$=computed(()=>isNumber$3(y.delayDuration)&&y.delayDuration>0),{start:j,stop:V}=useTimeoutFn(()=>{L.value=!0},computed(()=>y.delayDuration),{immediate:!1}),z=useNamespace("tooltip-v2"),re=useId(),ie=()=>{V(),L.value=!0},oe=()=>{unref($)?j():ie()},ue=ie,de=()=>{V(),L.value=!1};return watch(L,Ie=>{var he;Ie&&(document.dispatchEvent(new CustomEvent(TOOLTIP_V2_OPEN)),ue()),(he=y.onOpenChange)==null||he.call(y,Ie)}),onMounted(()=>{document.addEventListener(TOOLTIP_V2_OPEN,de)}),onBeforeUnmount(()=>{V(),document.removeEventListener(TOOLTIP_V2_OPEN,de)}),provide(tooltipV2RootKey,{contentId:re,triggerRef:k,ns:z,onClose:de,onDelayOpen:oe,onOpen:ue}),t({onOpen:ue,onClose:de}),(Ie,he)=>renderSlot(Ie.$slots,"default",{open:unref(L)})}});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),k=computed(()=>{const{style:L,width:$,height:j}=t,V=y.namespace.value;return{[`--${V}-tooltip-v2-arrow-width`]:`${$}px`,[`--${V}-tooltip-v2-arrow-height`]:`${j}px`,[`--${V}-tooltip-v2-arrow-border-width`]:`${$/2}px`,[`--${V}-tooltip-v2-arrow-cover-width`]:$/2-1,...L||{}}});return(L,$)=>(openBlock(),createElementBlock("span",{ref_key:"arrowRef",ref:n,style:normalizeStyle(unref(k)),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,k)=>(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),k=ref$1(t.placement),L=ref$1(t.strategy),$=ref$1(null),{referenceRef:j,contentRef:V,middlewareData:z,x:re,y:ie,update:oe}=useFloating$2({placement:k,strategy:L,middleware:computed(()=>{const _e=[offset(t.offset)];return t.showArrow&&_e.push(arrowMiddleware({arrowRef:$})),_e})}),ue=useZIndex().nextZIndex(),de=useNamespace("tooltip-v2"),pe=computed(()=>k.value.split("-")[0]),Ie=computed(()=>({position:unref(L),top:`${unref(ie)||0}px`,left:`${unref(re)||0}px`,zIndex:ue})),he=computed(()=>{if(!t.showArrow)return{};const{arrow:_e}=unref(z);return{[`--${de.namespace.value}-tooltip-v2-arrow-x`]:`${_e==null?void 0:_e.x}px`||"",[`--${de.namespace.value}-tooltip-v2-arrow-y`]:`${_e==null?void 0:_e.y}px`||""}}),Ce=computed(()=>[de.e("content"),de.is("dark",t.effect==="dark"),de.is(unref(L)),t.contentClass]);return watch($,()=>oe()),watch(()=>t.placement,_e=>k.value=_e),onMounted(()=>{watch(()=>t.reference||y.value,_e=>{j.value=_e||void 0},{immediate:!0})}),provide(tooltipV2ContentKey,{arrowRef:$}),(_e,Ne)=>(openBlock(),createElementBlock("div",{ref_key:"contentRef",ref:V,style:normalizeStyle(unref(Ie)),"data-tooltip-v2-root":""},[_e.nowrap?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("div",{key:0,"data-side":unref(pe),class:normalizeClass(unref(Ce))},[renderSlot(_e.$slots,"default",{contentStyle:unref(Ie),contentClass:unref(Ce)}),createVNode(unref(ElVisuallyHidden),{id:unref(n),role:"tooltip"},{default:withCtx(()=>[_e.ariaLabel?(openBlock(),createElementBlock(Fragment,{key:0},[createTextVNode(toDisplayString(_e.ariaLabel),1)],64)):renderSlot(_e.$slots,"default",{key:1})]),_:3},8,["id"]),renderSlot(_e.$slots,"arrow",{style:normalizeStyle(unref(he)),side:unref(pe)})],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,k=>{k?e.setRef(k.nextElementSibling):e.setRef(null)});return()=>{var k;const[L]=((k=t.default)==null?void 0:k.call(t))||[],$=e.onlyChild?ensureOnlyChild(L.children):L.children;return createVNode(Fragment,{ref:n},[$])}}});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:k,triggerRef:L,contentId:$}=inject(tooltipV2RootKey);let j=!1;const V=Ce=>{L.value=Ce},z=()=>{j=!1},re=composeEventHandlers(t.onMouseEnter,k),ie=composeEventHandlers(t.onMouseLeave,y),oe=composeEventHandlers(t.onMouseDown,()=>{y(),j=!0,document.addEventListener("mouseup",z,{once:!0})}),ue=composeEventHandlers(t.onFocus,()=>{j||n()}),de=composeEventHandlers(t.onBlur,y),pe=composeEventHandlers(t.onClick,Ce=>{Ce.detail===0&&y()}),Ie={blur:de,click:pe,focus:ue,mousedown:oe,mouseenter:re,mouseleave:ie},he=(Ce,_e,Ne)=>{Ce&&Object.entries(_e).forEach(([Fe,Ue])=>{Ce[Ne](Fe,Ue)})};return watch(L,(Ce,_e)=>{he(Ce,Ie,"addEventListener"),he(_e,Ie,"removeEventListener"),Ce&&Ce.setAttribute("aria-describedby",$.value)}),onBeforeUnmount(()=>{he(L.value,Ie,"removeEventListener"),document.removeEventListener("mouseup",z)}),(Ce,_e)=>Ce.nowrap?(openBlock(),createBlock(unref(ForwardRef),{key:0,"set-ref":V,"only-child":""},{default:withCtx(()=>[renderSlot(Ce.$slots,"default")]),_:3})):(openBlock(),createElementBlock("button",mergeProps({key:1,ref_key:"triggerRef",ref:L},Ce.$attrs),[renderSlot(Ce.$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))),k=reactive(pick(y,Object.keys(tooltipV2ContentProps))),L=reactive(pick(y,Object.keys(tooltipV2RootProps))),$=reactive(pick(y,Object.keys(tooltipV2TriggerProps)));return(j,V)=>(openBlock(),createBlock(TooltipV2Root,normalizeProps(guardReactiveProps(L)),{default:withCtx(({open:z})=>[createVNode(TooltipV2Trigger,mergeProps($,{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},k)),{arrow:withCtx(({style:re,side:ie})=>[j.showArrow?(openBlock(),createBlock(TooltipV2Arrow,mergeProps({key:0},n,{style:re,side:ie}),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},k)),{arrow:withCtx(({style:re,side:ie})=>[j.showArrow?(openBlock(),createBlock(TooltipV2Arrow,mergeProps({key:0},n,{style:re,side:ie}),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$2)||isArray$2(e)&&isNil(t),transferEmits={[CHANGE_EVENT]:(e,t,y)=>[e,y].every(isArray$2)&&["left","right"].includes(t),[UPDATE_MODEL_EVENT]:e=>isArray$2(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),k=computed(()=>e.data.filter(re=>isFunction$4(e.filterMethod)?e.filterMethod(t.query,re):String(re[n.value.label]||re[n.value.key]).toLowerCase().includes(t.query.toLowerCase()))),L=computed(()=>k.value.filter(re=>!re[n.value.disabled])),$=computed(()=>{const re=t.checked.length,ie=e.data.length,{noChecked:oe,hasChecked:ue}=e.format;return oe&&ue?re>0?ue.replace(/\${checked}/g,re.toString()).replace(/\${total}/g,ie.toString()):oe.replace(/\${total}/g,ie.toString()):`${re}/${ie}`}),j=computed(()=>{const re=t.checked.length;return re>0&&re<L.value.length}),V=()=>{const re=L.value.map(ie=>ie[n.value.key]);t.allChecked=re.length>0&&re.every(ie=>t.checked.includes(ie))},z=re=>{t.checked=re?L.value.map(ie=>ie[n.value.key]):[]};return watch(()=>t.checked,(re,ie)=>{if(V(),t.checkChangeByUser){const oe=re.concat(ie).filter(ue=>!re.includes(ue)||!ie.includes(ue));y(CHECKED_CHANGE_EVENT,re,oe)}else y(CHECKED_CHANGE_EVENT,re),t.checkChangeByUser=!0}),watch(L,()=>{V()}),watch(()=>e.data,()=>{const re=[],ie=k.value.map(oe=>oe[n.value.key]);t.checked.forEach(oe=>{ie.includes(oe)&&re.push(oe)}),t.checkChangeByUser=!1,t.checked=re}),watch(()=>e.defaultChecked,(re,ie)=>{if(ie&&re.length===ie.length&&re.every(de=>ie.includes(de)))return;const oe=[],ue=L.value.map(de=>de[n.value.key]);re.forEach(de=>{ue.includes(de)&&oe.push(de)}),t.checkChangeByUser=!1,t.checked=oe},{immediate:!0}),{filteredData:k,checkableData:L,checkedSummary:$,isIndeterminate:j,updateAllChecked:V,handleAllCheckedChange:z}},useCheckedChange=(e,t)=>({onSourceCheckedChange:(k,L)=>{e.leftChecked=k,L&&t(LEFT_CHECK_CHANGE_EVENT,k,L)},onTargetCheckedChange:(k,L)=>{e.rightChecked=k,L&&t(RIGHT_CHECK_CHANGE_EVENT,k,L)}}),useComputedData=e=>{const t=usePropsAlias(e),y=computed(()=>e.data.reduce((L,$)=>(L[$[t.value.key]]=$)&&L,{})),n=computed(()=>e.data.filter(L=>!e.modelValue.includes(L[t.value.key]))),k=computed(()=>e.targetOrder==="original"?e.data.filter(L=>e.modelValue.includes(L[t.value.key])):e.modelValue.reduce((L,$)=>{const j=y.value[$];return j&&L.push(j),L},[]));return{sourceData:n,targetData:k}},useMove=(e,t,y)=>{const n=usePropsAlias(e),k=(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)}),k(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])),k(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,k=useSlots(),L=({option:_e})=>_e,{t:$}=useLocale(),j=useNamespace("transfer"),V=reactive({checked:[],allChecked:!1,query:"",checkChangeByUser:!0}),z=usePropsAlias(n),{filteredData:re,checkedSummary:ie,isIndeterminate:oe,handleAllCheckedChange:ue}=useCheck$1(n,V,y),de=computed(()=>!isEmpty$1(V.query)&&isEmpty$1(re.value)),pe=computed(()=>!isEmpty$1(k.default()[0].children)),{checked:Ie,allChecked:he,query:Ce}=toRefs(V);return t({query:Ce}),(_e,Ne)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(j).b("panel"))},[createBaseVNode("p",{class:normalizeClass(unref(j).be("panel","header"))},[createVNode(unref(ElCheckbox),{modelValue:unref(he),"onUpdate:modelValue":Fe=>isRef(he)?he.value=Fe:null,indeterminate:unref(oe),"validate-event":!1,onChange:unref(ue)},{default:withCtx(()=>[createTextVNode(toDisplayString(_e.title)+" ",1),createBaseVNode("span",null,toDisplayString(unref(ie)),1)]),_:1},8,["modelValue","onUpdate:modelValue","indeterminate","onChange"])],2),createBaseVNode("div",{class:normalizeClass([unref(j).be("panel","body"),unref(j).is("with-footer",unref(pe))])},[_e.filterable?(openBlock(),createBlock(unref(ElInput),{key:0,modelValue:unref(Ce),"onUpdate:modelValue":Fe=>isRef(Ce)?Ce.value=Fe:null,class:normalizeClass(unref(j).be("panel","filter")),size:"default",placeholder:_e.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(Ie),"onUpdate:modelValue":Fe=>isRef(Ie)?Ie.value=Fe:null,"validate-event":!1,class:normalizeClass([unref(j).is("filterable",_e.filterable),unref(j).be("panel","list")])},{default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(re),Fe=>(openBlock(),createBlock(unref(ElCheckbox),{key:Fe[unref(z).key],class:normalizeClass(unref(j).be("panel","item")),value:Fe[unref(z).key],disabled:Fe[unref(z).disabled],"validate-event":!1},{default:withCtx(()=>{var Ue;return[createVNode(L,{option:(Ue=_e.optionRender)==null?void 0:Ue.call(_e,Fe)},null,8,["option"])]}),_:2},1032,["class","value","disabled"]))),128))]),_:1},8,["modelValue","onUpdate:modelValue","class"]),[[vShow,!unref(de)&&!unref(isEmpty$1)(_e.data)]]),withDirectives(createBaseVNode("p",{class:normalizeClass(unref(j).be("panel","empty"))},toDisplayString(unref(de)?unref($)("el.transfer.noMatch"):unref($)("el.transfer.noData")),3),[[vShow,unref(de)||unref(isEmpty$1)(_e.data)]])],2),unref(pe)?(openBlock(),createElementBlock("p",{key:0,class:normalizeClass(unref(j).be("panel","footer"))},[renderSlot(_e.$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,k=useSlots(),{t:L}=useLocale(),$=useNamespace("transfer"),{formItem:j}=useFormItem(),V=reactive({leftChecked:[],rightChecked:[]}),z=usePropsAlias(n),{sourceData:re,targetData:ie}=useComputedData(n),{onSourceCheckedChange:oe,onTargetCheckedChange:ue}=useCheckedChange(V,y),{addToLeft:de,addToRight:pe}=useMove(n,V,y),Ie=ref$1(),he=ref$1(),Ce=Et=>{switch(Et){case"left":Ie.value.query="";break;case"right":he.value.query="";break}},_e=computed(()=>n.buttonTexts.length===2),Ne=computed(()=>n.titles[0]||L("el.transfer.titles.0")),Fe=computed(()=>n.titles[1]||L("el.transfer.titles.1")),Ue=computed(()=>n.filterPlaceholder||L("el.transfer.filterPlaceholder"));watch(()=>n.modelValue,()=>{var Et;n.validateEvent&&((Et=j==null?void 0:j.validate)==null||Et.call(j,"change").catch(Ve=>void 0))});const kt=computed(()=>Et=>n.renderContent?n.renderContent(h$1,Et):k.default?k.default({option:Et}):h$1("span",Et[z.value.label]||Et[z.value.key]));return t({clearQuery:Ce,leftPanel:Ie,rightPanel:he}),(Et,Ve)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref($).b())},[createVNode(TransferPanel,{ref_key:"leftPanel",ref:Ie,data:unref(re),"option-render":unref(kt),placeholder:unref(Ue),title:unref(Ne),filterable:Et.filterable,format:Et.format,"filter-method":Et.filterMethod,"default-checked":Et.leftDefaultChecked,props:n.props,onCheckedChange:unref(oe)},{default:withCtx(()=>[renderSlot(Et.$slots,"left-footer")]),_:3},8,["data","option-render","placeholder","title","filterable","format","filter-method","default-checked","props","onCheckedChange"]),createBaseVNode("div",{class:normalizeClass(unref($).e("buttons"))},[createVNode(unref(ElButton),{type:"primary",class:normalizeClass([unref($).e("button"),unref($).is("with-texts",unref(_e))]),disabled:unref(isEmpty$1)(V.rightChecked),onClick:unref(de)},{default:withCtx(()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_left_default))]),_:1}),unref(isUndefined$1)(Et.buttonTexts[0])?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("span",{key:0},toDisplayString(Et.buttonTexts[0]),1))]),_:1},8,["class","disabled","onClick"]),createVNode(unref(ElButton),{type:"primary",class:normalizeClass([unref($).e("button"),unref($).is("with-texts",unref(_e))]),disabled:unref(isEmpty$1)(V.leftChecked),onClick:unref(pe)},{default:withCtx(()=>[unref(isUndefined$1)(Et.buttonTexts[1])?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("span",{key:0},toDisplayString(Et.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:he,data:unref(ie),"option-render":unref(kt),placeholder:unref(Ue),filterable:Et.filterable,format:Et.format,"filter-method":Et.filterMethod,title:unref(Fe),"default-checked":Et.rightDefaultChecked,props:n.props,onCheckedChange:unref(ue)},{default:withCtx(()=>[renderSlot(Et.$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 k=e.value.currentNode;n!==k&&t("current-change",k?k.data:null,k)},getChildState=e=>{let t=!0,y=!0,n=!0;for(let k=0,L=e.length;k<L;k++){const $=e[k];($.checked!==!0||$.indeterminate)&&(t=!1,$.disabled||(n=!1)),($.checked!==!1||$.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 k=e.parent;!k||k.level===0||e.store.checkStrictly||reInitChecked(k)},getPropertyFromData=function(e,t){const y=e.store.props,n=e.data||{},k=y[t];if(typeof k=="function")return k(n,e);if(typeof k=="string")return n[k];if(typeof k>"u"){const L=n[t];return L===void 0?"":L}};let nodeIdSeed=0,Node$1=class w0{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 L=getPropertyFromData(this,"isLeaf");typeof L=="boolean"&&(this.isLeafByUser=L)}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,k=t.key;k&&n&&n.includes(this.key)&&this.expand(null,t.autoExpandParent),k&&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,k=y.length;n<k;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 w0)){if(!n){const k=this.getChildren(!0);k.includes(t.data)||(typeof y>"u"||y<0?k.push(t.data):k.splice(y,0,t.data))}Object.assign(t,{parent:this,store:this.store}),t=reactive(new w0(t)),t instanceof w0&&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 k=this.childNodes.indexOf(t);k>-1&&(this.store&&this.store.deregisterNode(t),t.parent=null,this.childNodes.splice(k,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 k=this.parent;for(;k.level>0;)k.expanded=!0,k=k.parent}this.expanded=!0,t&&t(),this.childNodes.forEach(k=>{k.canFocus=!0})};this.shouldLoadData()?this.loadData(k=>{Array.isArray(k)&&(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,k){if(this.indeterminate=t==="half",this.checked=t===!0,this.store.checkStrictly)return;if(!(this.shouldLoadData()&&!this.store.checkDescendants)){const{all:$,allWithoutDisable:j}=getChildState(this.childNodes);!this.isLeaf&&!$&&j&&(this.checked=!1,t=!1);const V=()=>{if(y){const z=this.childNodes;for(let oe=0,ue=z.length;oe<ue;oe++){const de=z[oe];k=k||t!==!1;const pe=de.disabled?de.checked:k;de.setChecked(pe,y,!0,k)}const{half:re,all:ie}=getChildState(z);ie||(this.checked=ie,this.indeterminate=re)}};if(this.shouldLoadData()){this.loadData(()=>{V(),reInitChecked(this)},{checked:t!==!1});return}else V()}const L=this.parent;!L||L.level===0||n||reInitChecked(L)}getChildren(t=!1){if(this.level===0)return this.data;const y=this.data;if(!y)return null;const n=this.store.props;let k="children";return n&&(k=n.children||"children"),y[k]===void 0&&(y[k]=null),t&&!y[k]&&(y[k]=[]),y[k]}updateChildren(){const t=this.getChildren()||[],y=this.childNodes.map(L=>L.data),n={},k=[];t.forEach((L,$)=>{const j=L[NODE_KEY];!!j&&y.findIndex(z=>z[NODE_KEY]===j)>=0?n[j]={index:$,data:L}:k.push({index:$,data:L})}),this.store.lazy||y.forEach(L=>{n[L[NODE_KEY]]||this.removeChildByData(L)}),k.forEach(({index:L,data:$})=>{this.insertChild({data:$},L)}),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=L=>{this.childNodes=[],this.doCreateChildren(L,y),this.loaded=!0,this.loading=!1,this.updateLeafState(),t&&t.call(this,L)},k=()=>{this.loading=!1};this.store.load(this,n,k)}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,k=function(L){const $=L.root?L.root.childNodes:L.childNodes;if($.forEach(j=>{j.visible=y.call(j,t,j.data,j),k(j)}),!L.visible&&$.length){let j=!0;j=!$.some(V=>V.visible),L.root?L.root.visible=j===!1:L.visible=j===!1}t&&L.visible&&!L.isLeaf&&(!n||L.loaded)&&L.expand()};k(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$4(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 k=y[n];k&&k.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=[],k=function(L){(L.root?L.root.childNodes:L.childNodes).forEach(j=>{(j.checked||y&&j.indeterminate)&&(!t||t&&j.isLeaf)&&n.push(j.data),k(j)})};return k(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(L=>{L.indeterminate&&t.push(L.data),y(L)})};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 k=n.childNodes;for(let L=k.length-1;L>=0;L--){const $=k[L];this.remove($.data)}for(let L=0,$=y.length;L<$;L++){const j=y[L];this.append(j,n.data)}}_setCheckedKeys(t,y=!1,n){const k=this._getAllNodes().sort((V,z)=>V.level-z.level),L=Object.create(null),$=Object.keys(n);k.forEach(V=>V.setChecked(!1,!1));const j=V=>{V.childNodes.forEach(z=>{var re;L[z.data[t]]=!0,(re=z.childNodes)!=null&&re.length&&j(z)})};for(let V=0,z=k.length;V<z;V++){const re=k[V],ie=re.data[t].toString();if(!$.includes(ie)){re.checked&&!L[ie]&&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 ue=function(de){de.childNodes.forEach(Ie=>{Ie.isLeaf||Ie.setChecked(!1,!1),ue(Ie)})};ue(re)}}}setCheckedNodes(t,y=!1){const n=this.key,k={};t.forEach(L=>{k[(L||{})[n]]=!0}),this._setCheckedKeys(n,y,k)}setCheckedKeys(t,y=!1){this.defaultCheckedKeys=t;const n=this.key,k={};t.forEach(L=>{k[L]=!0}),this._setCheckedKeys(n,y,k)}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 k=this.getNode(t);k&&k.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],k=this.nodesMap[n];this.setCurrentNode(k),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 k=e.node,{data:L,store:$}=k;return e.renderContent?e.renderContent(h$1,{_self:y,node:k,data:L,store:$}):renderSlot(n.ctx.slots,"default",{node:k,data:L},()=>[h$1("span",{class:t.be("node","label")},[k.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 k of y.children)k.treeNodeExpand(n)}}}const dragEventsKey=Symbol("dragEvents");function useDragNodeHandler({props:e,ctx:t,el$:y,dropIndicator$:n,store:k}){const L=useNamespace("tree"),$=ref$1({showDropIndicator:!1,draggingNode:null,dropNode:null,allowDrop:!0,dropType:null});return provide(dragEventsKey,{treeNodeDragStart:({event:re,treeNode:ie})=>{if(typeof e.allowDrag=="function"&&!e.allowDrag(ie.node))return re.preventDefault(),!1;re.dataTransfer.effectAllowed="move";try{re.dataTransfer.setData("text/plain","")}catch{}$.value.draggingNode=ie,t.emit("node-drag-start",ie.node,re)},treeNodeDragOver:({event:re,treeNode:ie})=>{const oe=ie,ue=$.value.dropNode;ue&&ue.node.id!==oe.node.id&&removeClass(ue.$el,L.is("drop-inner"));const de=$.value.draggingNode;if(!de||!oe)return;let pe=!0,Ie=!0,he=!0,Ce=!0;typeof e.allowDrop=="function"&&(pe=e.allowDrop(de.node,oe.node,"prev"),Ce=Ie=e.allowDrop(de.node,oe.node,"inner"),he=e.allowDrop(de.node,oe.node,"next")),re.dataTransfer.dropEffect=Ie||pe||he?"move":"none",(pe||Ie||he)&&(ue==null?void 0:ue.node.id)!==oe.node.id&&(ue&&t.emit("node-drag-leave",de.node,ue.node,re),t.emit("node-drag-enter",de.node,oe.node,re)),pe||Ie||he?$.value.dropNode=oe:$.value.dropNode=null,oe.node.nextSibling===de.node&&(he=!1),oe.node.previousSibling===de.node&&(pe=!1),oe.node.contains(de.node,!1)&&(Ie=!1),(de.node===oe.node||de.node.contains(oe.node))&&(pe=!1,Ie=!1,he=!1);const _e=oe.$el.querySelector(`.${L.be("node","content")}`).getBoundingClientRect(),Ne=y.value.getBoundingClientRect();let Fe;const Ue=pe?Ie?.25:he?.45:1:-1,kt=he?Ie?.75:pe?.55:0:1;let Et=-9999;const Ve=re.clientY-_e.top;Ve<_e.height*Ue?Fe="before":Ve>_e.height*kt?Fe="after":Ie?Fe="inner":Fe="none";const qe=oe.$el.querySelector(`.${L.be("node","expand-icon")}`).getBoundingClientRect(),jt=n.value;Fe==="before"?Et=qe.top-Ne.top:Fe==="after"&&(Et=qe.bottom-Ne.top),jt.style.top=`${Et}px`,jt.style.left=`${qe.right-Ne.left}px`,Fe==="inner"?addClass(oe.$el,L.is("drop-inner")):removeClass(oe.$el,L.is("drop-inner")),$.value.showDropIndicator=Fe==="before"||Fe==="after",$.value.allowDrop=$.value.showDropIndicator||Ce,$.value.dropType=Fe,t.emit("node-drag-over",de.node,oe.node,re)},treeNodeDragEnd:re=>{const{draggingNode:ie,dropType:oe,dropNode:ue}=$.value;if(re.preventDefault(),re.dataTransfer.dropEffect="move",ie&&ue){const de={data:ie.node.data};oe!=="none"&&ie.node.remove(),oe==="before"?ue.node.parent.insertBefore(de,ue.node):oe==="after"?ue.node.parent.insertAfter(de,ue.node):oe==="inner"&&ue.node.insertChild(de),oe!=="none"&&(k.value.registerNode(de),k.value.key&&ie.node.eachNode(pe=>{var Ie;(Ie=k.value.nodesMap[pe.data[k.value.key]])==null||Ie.setChecked(pe.checked,!k.value.checkStrictly)})),removeClass(ue.$el,L.is("drop-inner")),t.emit("node-drag-end",ie.node,ue.node,oe,re),oe!=="none"&&t.emit("node-drop",ie.node,ue.node,oe,re)}ie&&!ue&&t.emit("node-drag-end",ie.node,null,oe,re),$.value.showDropIndicator=!1,$.value.draggingNode=null,$.value.dropNode=null,$.value.allowDrop=!0}}),{dragState:$}}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),k=inject("RootTree"),L=ref$1(!1),$=ref$1(!1),j=ref$1(null),V=ref$1(null),z=ref$1(null),re=inject(dragEventsKey),ie=getCurrentInstance();provide("NodeInstance",ie),e.node.expanded&&(L.value=!0,$.value=!0);const oe=k.props.props.children||"children";watch(()=>{const Ve=e.node.data[oe];return Ve&&[...Ve]},()=>{e.node.updateChildren()}),watch(()=>e.node.indeterminate,Ve=>{pe(e.node.checked,Ve)}),watch(()=>e.node.checked,Ve=>{pe(Ve,e.node.indeterminate)}),watch(()=>e.node.childNodes.length,()=>e.node.reInitChecked()),watch(()=>e.node.expanded,Ve=>{nextTick$1(()=>L.value=Ve),Ve&&($.value=!0)});const ue=Ve=>getNodeKey(k.props.nodeKey,Ve.data),de=Ve=>{const qe=e.props.class;if(!qe)return{};let jt;if(isFunction$4(qe)){const{data:tr}=Ve;jt=qe(tr,Ve)}else jt=qe;return isString$3(jt)?{[jt]:!0}:jt},pe=(Ve,qe)=>{(j.value!==Ve||V.value!==qe)&&k.ctx.emit("check-change",e.node.data,Ve,qe),j.value=Ve,V.value=qe},Ie=Ve=>{handleCurrentChange(k.store,k.ctx.emit,()=>k.store.value.setCurrentNode(e.node)),k.currentNode.value=e.node,k.props.expandOnClickNode&&Ce(),k.props.checkOnClickNode&&!e.node.disabled&&_e(null,{target:{checked:!e.node.checked}}),k.ctx.emit("node-click",e.node.data,e.node,ie,Ve)},he=Ve=>{k.instance.vnode.props.onNodeContextmenu&&(Ve.stopPropagation(),Ve.preventDefault()),k.ctx.emit("node-contextmenu",Ve,e.node.data,e.node,ie)},Ce=()=>{e.node.isLeaf||(L.value?(k.ctx.emit("node-collapse",e.node.data,e.node,ie),e.node.collapse()):(e.node.expand(),t.emit("node-expand",e.node.data,e.node,ie)))},_e=(Ve,qe)=>{e.node.setChecked(qe.target.checked,!k.props.checkStrictly),nextTick$1(()=>{const jt=k.store.value;k.ctx.emit("check",e.node.data,{checkedNodes:jt.getCheckedNodes(),checkedKeys:jt.getCheckedKeys(),halfCheckedNodes:jt.getHalfCheckedNodes(),halfCheckedKeys:jt.getHalfCheckedKeys()})})};return{ns:y,node$:z,tree:k,expanded:L,childNodeRendered:$,oldChecked:j,oldIndeterminate:V,getNodeKey:ue,getNodeClass:de,handleSelectChange:pe,handleClick:Ie,handleContextMenu:he,handleExpandIconClick:Ce,handleCheckChange:_e,handleChildNodeExpand:(Ve,qe,jt)=>{n(qe),k.ctx.emit("node-expand",Ve,qe,jt)},handleDragStart:Ve=>{k.props.draggable&&re.treeNodeDragStart({event:Ve,treeNode:e})},handleDragOver:Ve=>{Ve.preventDefault(),k.props.draggable&&re.treeNodeDragOver({event:Ve,treeNode:{$el:z.value,node:e.node}})},handleDrop:Ve=>{Ve.preventDefault()},handleDragEnd:Ve=>{k.props.draggable&&re.treeNodeDragEnd(Ve)},CaretRight:caret_right_default}}});function _sfc_render$2(e,t,y,n,k,L){const $=resolveComponent("el-icon"),j=resolveComponent("el-checkbox"),V=resolveComponent("loading"),z=resolveComponent("node-content"),re=resolveComponent("el-tree-node"),ie=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($,{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($,{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(ie,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,oe=>(openBlock(),createBlock(re,{key:e.getNodeKey(oe),"render-content":e.renderContent,"render-after-expand":e.renderAfterExpand,"show-checkbox":e.showCheckbox,node:oe,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([]),k=shallowRef([]);onMounted(()=>{$()}),onUpdated(()=>{n.value=Array.from(e.value.querySelectorAll("[role=treeitem]")),k.value=Array.from(e.value.querySelectorAll("input[type=checkbox]"))}),watch(k,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 ie;if([EVENT_CODE.up,EVENT_CODE.down].includes(z)){if(j.preventDefault(),z===EVENT_CODE.up){ie=re===-1?0:re!==0?re-1:n.value.length-1;const ue=ie;for(;!t.value.getNode(n.value[ie].dataset.key).canFocus;){if(ie--,ie===ue){ie=-1;break}ie<0&&(ie=n.value.length-1)}}else{ie=re===-1?0:re<n.value.length-1?re+1:0;const ue=ie;for(;!t.value.getNode(n.value[ie].dataset.key).canFocus;){if(ie++,ie===ue){ie=-1;break}ie>=n.value.length&&(ie=0)}}ie!==-1&&n.value[ie].focus()}[EVENT_CODE.left,EVENT_CODE.right].includes(z)&&(j.preventDefault(),V.click());const oe=V.querySelector('[type="checkbox"]');[EVENT_CODE.enter,EVENT_CODE.space].includes(z)&&oe&&(j.preventDefault(),oe.click())});const $=()=>{var j;n.value=Array.from(e.value.querySelectorAll(`.${y.is("focusable")}[role=treeitem]`)),k.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"),k=inject(selectKey,null),L=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}));L.value.initialize();const $=ref$1(L.value.root),j=ref$1(null),V=ref$1(null),z=ref$1(null),{broadcastExpanded:re}=useNodeExpandEventBroadcast(e),{dragState:ie}=useDragNodeHandler({props:e,ctx:t,el$:V,dropIndicator$:z,store:L});useKeydown({el$:V},L);const oe=computed(()=>{const{childNodes:_r}=$.value,hr=k?k.hasFilteredOptions!==0:!1;return(!_r||_r.length===0||_r.every(({visible:Er})=>!Er))&&!hr});watch(()=>e.currentNodeKey,_r=>{L.value.setCurrentNodeKey(_r)}),watch(()=>e.defaultCheckedKeys,_r=>{L.value.setDefaultCheckedKey(_r)}),watch(()=>e.defaultExpandedKeys,_r=>{L.value.setDefaultExpandedKeys(_r)}),watch(()=>e.data,_r=>{L.value.setData(_r)},{deep:!0}),watch(()=>e.checkStrictly,_r=>{L.value.checkStrictly=_r});const ue=_r=>{if(!e.filterNodeMethod)throw new Error("[Tree] filterNodeMethod is required when filter");L.value.filter(_r)},de=_r=>getNodeKey(e.nodeKey,_r.data),pe=_r=>{if(!e.nodeKey)throw new Error("[Tree] nodeKey is required in getNodePath");const hr=L.value.getNode(_r);if(!hr)return[];const Er=[hr.data];let kr=hr.parent;for(;kr&&kr!==$.value;)Er.push(kr.data),kr=kr.parent;return Er.reverse()},Ie=(_r,hr)=>L.value.getCheckedNodes(_r,hr),he=_r=>L.value.getCheckedKeys(_r),Ce=()=>{const _r=L.value.getCurrentNode();return _r?_r.data:null},_e=()=>{if(!e.nodeKey)throw new Error("[Tree] nodeKey is required in getCurrentKey");const _r=Ce();return _r?_r[e.nodeKey]:null},Ne=(_r,hr)=>{if(!e.nodeKey)throw new Error("[Tree] nodeKey is required in setCheckedNodes");L.value.setCheckedNodes(_r,hr)},Fe=(_r,hr)=>{if(!e.nodeKey)throw new Error("[Tree] nodeKey is required in setCheckedKeys");L.value.setCheckedKeys(_r,hr)},Ue=(_r,hr,Er)=>{L.value.setChecked(_r,hr,Er)},kt=()=>L.value.getHalfCheckedNodes(),Et=()=>L.value.getHalfCheckedKeys(),Ve=(_r,hr=!0)=>{if(!e.nodeKey)throw new Error("[Tree] nodeKey is required in setCurrentNode");handleCurrentChange(L,t.emit,()=>{re(_r),L.value.setUserCurrentNode(_r,hr)})},qe=(_r,hr=!0)=>{if(!e.nodeKey)throw new Error("[Tree] nodeKey is required in setCurrentKey");handleCurrentChange(L,t.emit,()=>{re(),L.value.setCurrentNodeKey(_r,hr)})},jt=_r=>L.value.getNode(_r),tr=_r=>{L.value.remove(_r)},rr=(_r,hr)=>{L.value.append(_r,hr)},ar=(_r,hr)=>{L.value.insertBefore(_r,hr)},nr=(_r,hr)=>{L.value.insertAfter(_r,hr)},ur=(_r,hr,Er)=>{re(hr),t.emit("node-expand",_r,hr,Er)},cr=(_r,hr)=>{if(!e.nodeKey)throw new Error("[Tree] nodeKey is required in updateKeyChild");L.value.updateChildren(_r,hr)};return provide("RootTree",{ctx:t,props:e,store:L,root:$,currentNode:j,instance:getCurrentInstance()}),provide(formItemContextKey,void 0),{ns:n,store:L,root:$,currentNode:j,dragState:ie,el$:V,dropIndicator$:z,isEmpty:oe,filter:ue,getNodeKey:de,getNodePath:pe,getCheckedNodes:Ie,getCheckedKeys:he,getCurrentNode:Ce,getCurrentKey:_e,setCheckedNodes:Ne,setCheckedKeys:Fe,setChecked:Ue,getHalfCheckedNodes:kt,getHalfCheckedKeys:Et,setCurrentNode:Ve,setCurrentKey:qe,t:y,getNode:jt,remove:tr,append:rr,insertBefore:ar,insertAfter:nr,handleNodeExpand:ur,updateKeyChildren:cr}}});function _sfc_render$1(e,t,y,n,k,L){const $=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($,{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:k,key:L})=>{const $=useNamespace("tree-select");return watch(()=>e.data,()=>{e.filterable&&nextTick$1(()=>{var V,z;(z=k.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:L,popperClass:computed(()=>{const V=[$.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=k.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$1(()=>{y.select.states.cachedOptions.get(n.value)||y.select.onOptionCreate(n)}),watch(()=>t.attrs.visible,k=>{y.states.visible=k},{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,k){for(let L=0;L<e.length;L++){const $=e[L];if(t($,L,e,k))return n?n($,L,e,k):$;{const j=y($);if(isValidArray(j)){const V=treeFind(j,t,y,n,$);if(V)return V}}}}function treeEach(e,t,y,n){for(let k=0;k<e.length;k++){const L=e[k];t(L,k,e,n);const $=y(L);isValidArray($)&&treeEach($,t,y,L)}}const useTree$1=(e,{attrs:t,slots:y,emit:n},{select:k,tree:L,key:$})=>{watch(()=>e.modelValue,()=>{e.showCheckbox&&nextTick$1(()=>{const ie=L.value;ie&&!isEqual$1(ie.getCheckedKeys(),toValidArray(e.modelValue))&&ie.setCheckedKeys(toValidArray(e.modelValue))})},{immediate:!0,deep:!0});const j=computed(()=>({value:$.value,label:"label",children:"children",disabled:"disabled",isLeaf:"isLeaf",...e.props})),V=(ie,oe)=>{var ue;const de=j.value[ie];return isFunction$4(de)?de(oe,(ue=L.value)==null?void 0:ue.getNode(V("value",oe))):oe[de]},z=toValidArray(e.modelValue).map(ie=>treeFind(e.data||[],oe=>V("value",oe)===ie,oe=>V("children",oe),(oe,ue,de,pe)=>pe&&V("value",pe))).filter(ie=>isValidValue(ie)),re=computed(()=>{if(!e.renderAfterExpand&&!e.lazy)return[];const ie=[];return treeEach(e.data.concat(e.cacheData),oe=>{const ue=V("value",oe);ie.push({value:ue,currentLabel:V("label",oe),isDisabled:V("disabled",oe)})},oe=>V("children",oe)),ie});return{...pick(toRefs(e),Object.keys(ElTree.props)),...t,nodeKey:$,expandOnClickNode:computed(()=>!e.checkStrictly&&e.expandOnClickNode),defaultExpandedKeys:computed(()=>e.defaultExpandedKeys?e.defaultExpandedKeys.concat(z):z),renderContent:(ie,{node:oe,data:ue,store:de})=>ie(component,{value:V("value",ue),label:V("label",ue),disabled:V("disabled",ue),visible:oe.visible},e.renderContent?()=>e.renderContent(ie,{node:oe,data:ue,store:de}):y.default?()=>y.default({node:oe,data:ue,store:de}):void 0),filterNodeMethod:(ie,oe,ue)=>e.filterNodeMethod?e.filterNodeMethod(ie,oe,ue):ie?new RegExp(escapeStringRegexp(ie),"i").test(V("label",oe)||""):!0,onNodeClick:(ie,oe,ue)=>{var de,pe,Ie,he;if((de=t.onNodeClick)==null||de.call(t,ie,oe,ue),!(e.showCheckbox&&e.checkOnClickNode)){if(!e.showCheckbox&&(e.checkStrictly||oe.isLeaf)){if(!V("disabled",ie)){const Ce=(pe=k.value)==null?void 0:pe.states.options.get(V("value",ie));(Ie=k.value)==null||Ie.handleOptionSelect(Ce)}}else e.expandOnClickNode&&ue.proxy.handleExpandIconClick();(he=k.value)==null||he.focus()}},onCheck:(ie,oe)=>{var ue;if(!e.showCheckbox)return;const de=V("value",ie),pe={};treeEach([L.value.store.root],_e=>pe[_e.key]=_e,_e=>_e.childNodes);const Ie=oe.checkedKeys,he=e.multiple?toValidArray(e.modelValue).filter(_e=>!(_e in pe)&&!Ie.includes(_e)):[],Ce=he.concat(Ie);if(e.checkStrictly)n(UPDATE_MODEL_EVENT,e.multiple?Ce:Ce.includes(de)?de:void 0);else if(e.multiple)n(UPDATE_MODEL_EVENT,he.concat(L.value.getCheckedKeys(!0)));else{const _e=treeFind([ie],Ue=>!isValidArray(V("children",Ue))&&!V("disabled",Ue),Ue=>V("children",Ue)),Ne=_e?V("value",_e):void 0,Fe=isValidValue(e.modelValue)&&!!treeFind([ie],Ue=>V("value",Ue)===e.modelValue,Ue=>V("children",Ue));n(UPDATE_MODEL_EVENT,Ne===e.modelValue||Fe?void 0:Ne)}nextTick$1(()=>{var _e;const Ne=toValidArray(e.modelValue);L.value.setCheckedKeys(Ne),(_e=t.onCheck)==null||_e.call(t,ie,{checkedKeys:L.value.getCheckedKeys(),checkedNodes:L.value.getCheckedNodes(),halfCheckedKeys:L.value.getHalfCheckedKeys(),halfCheckedNodes:L.value.getHalfCheckedNodes()})}),(ue=k.value)==null||ue.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(k=>{t.states.cachedOptions.has(k.value)||t.states.cachedOptions.set(k.value,k)});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,k=ref$1(),L=ref$1(),$=computed(()=>e.nodeKey||e.valueKey||"value"),j=useSelect(e,t,{select:k,tree:L,key:$}),{cacheOptions:V,...z}=useTree$1(e,t,{select:k,tree:L,key:$}),re=reactive({});return n(re),onMounted(()=>{Object.assign(re,{...pick(L.value,["filter","updateKeyChildren","getCheckedNodes","setCheckedNodes","getCheckedKeys","setCheckedKeys","setChecked","getHalfCheckedNodes","getHalfCheckedKeys","getCurrentKey","getCurrentNode","setCurrentKey","setCurrentNode","getNode","remove","append","insertBefore","insertAfter"]),...pick(k.value,["focus","blur"])})}),()=>h$1(ElSelect,reactive({...j,ref:ie=>k.value=ie}),{...y,default:()=>[h$1(CacheOptions,{data:V.value}),h$1(ElTree,reactive({...z,ref:ie=>L.value=ie}))]})}});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:k}=getCurrentInstance();watch([()=>t.value,()=>e.defaultCheckedKeys],()=>nextTick$1(()=>{Ce(e.defaultCheckedKeys)}),{immediate:!0});const L=()=>{if(!t.value||!e.showCheckbox||e.checkStrictly)return;const{levelTreeNodeMap:_e,maxLevel:Ne}=t.value,Fe=y.value,Ue=new Set;for(let kt=Ne-1;kt>=1;--kt){const Et=_e.get(kt);Et&&Et.forEach(Ve=>{const qe=Ve.children;if(qe){let jt=!0,tr=!1;for(const rr of qe){const ar=rr.key;if(Fe.has(ar))tr=!0;else if(Ue.has(ar)){jt=!1,tr=!0;break}else jt=!1}jt?Fe.add(Ve.key):tr?(Ue.add(Ve.key),Fe.delete(Ve.key)):(Fe.delete(Ve.key),Ue.delete(Ve.key))}})}n.value=Ue},$=_e=>y.value.has(_e.key),j=_e=>n.value.has(_e.key),V=(_e,Ne,Fe=!0)=>{const Ue=y.value,kt=(Et,Ve)=>{Ue[Ve?SetOperationEnum.ADD:SetOperationEnum.DELETE](Et.key);const qe=Et.children;!e.checkStrictly&&qe&&qe.forEach(jt=>{jt.disabled||kt(jt,Ve)})};kt(_e,Ne),L(),Fe&&z(_e,Ne)},z=(_e,Ne)=>{const{checkedNodes:Fe,checkedKeys:Ue}=de(),{halfCheckedNodes:kt,halfCheckedKeys:Et}=pe();k(NODE_CHECK,_e.data,{checkedKeys:Ue,checkedNodes:Fe,halfCheckedKeys:Et,halfCheckedNodes:kt}),k(NODE_CHECK_CHANGE,_e.data,Ne)};function re(_e=!1){return de(_e).checkedKeys}function ie(_e=!1){return de(_e).checkedNodes}function oe(){return pe().halfCheckedKeys}function ue(){return pe().halfCheckedNodes}function de(_e=!1){const Ne=[],Fe=[];if(t!=null&&t.value&&e.showCheckbox){const{treeNodeMap:Ue}=t.value;y.value.forEach(kt=>{const Et=Ue.get(kt);Et&&(!_e||_e&&Et.isLeaf)&&(Fe.push(kt),Ne.push(Et.data))})}return{checkedKeys:Fe,checkedNodes:Ne}}function pe(){const _e=[],Ne=[];if(t!=null&&t.value&&e.showCheckbox){const{treeNodeMap:Fe}=t.value;n.value.forEach(Ue=>{const kt=Fe.get(Ue);kt&&(Ne.push(Ue),_e.push(kt.data))})}return{halfCheckedNodes:_e,halfCheckedKeys:Ne}}function Ie(_e){y.value.clear(),n.value.clear(),nextTick$1(()=>{Ce(_e)})}function he(_e,Ne){if(t!=null&&t.value&&e.showCheckbox){const Fe=t.value.treeNodeMap.get(_e);Fe&&V(Fe,Ne,!1)}}function Ce(_e){if(t!=null&&t.value){const{treeNodeMap:Ne}=t.value;if(e.showCheckbox&&Ne&&_e)for(const Fe of _e){const Ue=Ne.get(Fe);Ue&&!$(Ue)&&V(Ue,!0,!1)}}}return{updateCheckedKeys:L,toggleCheckbox:V,isChecked:$,isIndeterminate:j,getCheckedKeys:re,getCheckedNodes:ie,getHalfCheckedKeys:oe,getHalfCheckedNodes:ue,setChecked:he,setCheckedKeys:Ie}}function useFilter(e,t){const y=ref$1(new Set([])),n=ref$1(new Set([])),k=computed(()=>isFunction$4(e.filterMethod));function L(j){var V;if(!k.value)return;const z=new Set,re=n.value,ie=y.value,oe=[],ue=((V=t.value)==null?void 0:V.treeNodes)||[],de=e.filterMethod;ie.clear();function pe(Ie){Ie.forEach(he=>{oe.push(he),de!=null&&de(j,he.data)?oe.forEach(_e=>{z.add(_e.key)}):he.isLeaf&&ie.add(he.key);const Ce=he.children;if(Ce&&pe(Ce),!he.isLeaf){if(!z.has(he.key))ie.add(he.key);else if(Ce){let _e=!0;for(const Ne of Ce)if(!ie.has(Ne.key)){_e=!1;break}_e?re.add(he.key):re.delete(he.key)}}oe.pop()})}return pe(ue),z}function $(j){return n.value.has(j.key)}return{hiddenExpandIconKeySet:n,hiddenNodeKeySet:y,doFilter:L,isForceHiddenExpandIcon:$}}function useTree(e,t){const y=ref$1(new Set(e.defaultExpandedKeys)),n=ref$1(),k=shallowRef(),L=ref$1();watch(()=>e.currentNodeKey,Vr=>{n.value=Vr},{immediate:!0}),watch(()=>e.data,Vr=>{mr(Vr)},{immediate:!0});const{isIndeterminate:$,isChecked:j,toggleCheckbox:V,getCheckedKeys:z,getCheckedNodes:re,getHalfCheckedKeys:ie,getHalfCheckedNodes:oe,setChecked:ue,setCheckedKeys:de}=useCheck(e,k),{doFilter:pe,hiddenNodeKeySet:Ie,isForceHiddenExpandIcon:he}=useFilter(e,k),Ce=computed(()=>{var Vr;return((Vr=e.props)==null?void 0:Vr.value)||TreeOptionsEnum.KEY}),_e=computed(()=>{var Vr;return((Vr=e.props)==null?void 0:Vr.children)||TreeOptionsEnum.CHILDREN}),Ne=computed(()=>{var Vr;return((Vr=e.props)==null?void 0:Vr.disabled)||TreeOptionsEnum.DISABLED}),Fe=computed(()=>{var Vr;return((Vr=e.props)==null?void 0:Vr.label)||TreeOptionsEnum.LABEL}),Ue=computed(()=>{const Vr=y.value,zr=Ie.value,Sr=[],Tr=k.value&&k.value.treeNodes||[];function Br(){const vr=[];for(let Cr=Tr.length-1;Cr>=0;--Cr)vr.push(Tr[Cr]);for(;vr.length;){const Cr=vr.pop();if(Cr&&(zr.has(Cr.key)||Sr.push(Cr),Vr.has(Cr.key))){const Dr=Cr.children;if(Dr){const Rr=Dr.length;for(let Wr=Rr-1;Wr>=0;--Wr)vr.push(Dr[Wr])}}}}return Br(),Sr}),kt=computed(()=>Ue.value.length>0);function Et(Vr){const zr=new Map,Sr=new Map;let Tr=1;function Br(Cr,Dr=1,Rr=void 0){var Wr;const Kr=[];for(const Nr of Cr){const Fr=jt(Nr),Qr={level:Dr,key:Fr,data:Nr};Qr.label=rr(Nr),Qr.parent=Rr;const ca=qe(Nr);Qr.disabled=tr(Nr),Qr.isLeaf=!ca||ca.length===0,ca&&ca.length&&(Qr.children=Br(ca,Dr+1,Qr)),Kr.push(Qr),zr.set(Fr,Qr),Sr.has(Dr)||Sr.set(Dr,[]),(Wr=Sr.get(Dr))==null||Wr.push(Qr)}return Dr>Tr&&(Tr=Dr),Kr}const vr=Br(Vr);return{treeNodeMap:zr,levelTreeNodeMap:Sr,maxLevel:Tr,treeNodes:vr}}function Ve(Vr){const zr=pe(Vr);zr&&(y.value=zr)}function qe(Vr){return Vr[_e.value]}function jt(Vr){return Vr?Vr[Ce.value]:""}function tr(Vr){return Vr[Ne.value]}function rr(Vr){return Vr[Fe.value]}function ar(Vr){y.value.has(Vr.key)?Er(Vr):hr(Vr)}function nr(Vr){y.value=new Set(Vr)}function ur(Vr,zr){t(NODE_CLICK,Vr.data,Vr,zr),cr(Vr),e.expandOnClickNode&&ar(Vr),e.showCheckbox&&e.checkOnClickNode&&!Vr.disabled&&V(Vr,!j(Vr),!0)}function cr(Vr){yr(Vr)||(n.value=Vr.key,t(CURRENT_CHANGE,Vr.data,Vr))}function _r(Vr,zr){V(Vr,zr)}function hr(Vr){const zr=y.value;if(k.value&&e.accordion){const{treeNodeMap:Sr}=k.value;zr.forEach(Tr=>{const Br=Sr.get(Tr);Vr&&Vr.level===(Br==null?void 0:Br.level)&&zr.delete(Tr)})}zr.add(Vr.key),t(NODE_EXPAND,Vr.data,Vr)}function Er(Vr){y.value.delete(Vr.key),t(NODE_COLLAPSE,Vr.data,Vr)}function kr(Vr){return y.value.has(Vr.key)}function xr(Vr){return!!Vr.disabled}function yr(Vr){const zr=n.value;return zr!==void 0&&zr===Vr.key}function br(){var Vr,zr;if(n.value)return(zr=(Vr=k.value)==null?void 0:Vr.treeNodeMap.get(n.value))==null?void 0:zr.data}function Ir(){return n.value}function Mr(Vr){n.value=Vr}function mr(Vr){nextTick$1(()=>k.value=Et(Vr))}function gr(Vr){var zr;const Sr=isObject$4(Vr)?jt(Vr):Vr;return(zr=k.value)==null?void 0:zr.treeNodeMap.get(Sr)}function jr(Vr,zr="auto"){const Sr=gr(Vr);Sr&&L.value&&L.value.scrollToItem(Ue.value.indexOf(Sr),zr)}function Hr(Vr){var zr;(zr=L.value)==null||zr.scrollTo(Vr)}return{tree:k,flattenTree:Ue,isNotEmpty:kt,listRef:L,getKey:jt,getChildren:qe,toggleExpand:ar,toggleCheckbox:V,isExpanded:kr,isChecked:j,isIndeterminate:$,isDisabled:xr,isCurrent:yr,isForceHiddenExpandIcon:he,handleNodeClick:ur,handleNodeCheck:_r,getCurrentNode:br,getCurrentKey:Ir,setCurrentKey:Mr,getCheckedKeys:z,getCheckedNodes:re,getHalfCheckedKeys:ie,getHalfCheckedNodes:oe,setChecked:ue,setCheckedKeys:de,filter:Ve,setData:mr,getNode:gr,expandNode:hr,collapseNode:Er,setExpandedKeys:nr,scrollToNode:jr,scrollTo:Hr}}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:k}=n;return t!=null&&t.ctx.slots.default?t.ctx.slots.default({node:n,data:k}):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),k=useNamespace("tree"),L=computed(()=>{var ie;return(ie=n==null?void 0:n.props.indent)!=null?ie:16}),$=computed(()=>{var ie;return(ie=n==null?void 0:n.props.icon)!=null?ie:caret_right_default}),j=ie=>{t("click",y.node,ie)},V=()=>{t("toggle",y.node)},z=ie=>{t("check",y.node,ie)},re=ie=>{var oe,ue,de,pe;(de=(ue=(oe=n==null?void 0:n.instance)==null?void 0:oe.vnode)==null?void 0:ue.props)!=null&&de.onNodeContextmenu&&(ie.stopPropagation(),ie.preventDefault()),n==null||n.ctx.emit(NODE_CONTEXTMENU,ie,(pe=y.node)==null?void 0:pe.data,y.node)};return(ie,oe)=>{var ue,de,pe;return openBlock(),createElementBlock("div",{ref:"node$",class:normalizeClass([unref(k).b("node"),unref(k).is("expanded",ie.expanded),unref(k).is("current",ie.current),unref(k).is("focusable",!ie.disabled),unref(k).is("checked",!ie.disabled&&ie.checked)]),role:"treeitem",tabindex:"-1","aria-expanded":ie.expanded,"aria-disabled":ie.disabled,"aria-checked":ie.checked,"data-key":(ue=ie.node)==null?void 0:ue.key,onClick:withModifiers(j,["stop"]),onContextmenu:re},[createBaseVNode("div",{class:normalizeClass(unref(k).be("node","content")),style:normalizeStyle({paddingLeft:`${(ie.node.level-1)*unref(L)}px`,height:ie.itemSize+"px"})},[unref($)?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass([unref(k).is("leaf",!!((de=ie.node)!=null&&de.isLeaf)),unref(k).is("hidden",ie.hiddenExpandIcon),{expanded:!((pe=ie.node)!=null&&pe.isLeaf)&&ie.expanded},unref(k).be("node","expand-icon")]),onClick:withModifiers(V,["stop"])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref($))))]),_:1},8,["class","onClick"])):createCommentVNode("v-if",!0),ie.showCheckbox?(openBlock(),createBlock(unref(ElCheckbox),{key:1,"model-value":ie.checked,indeterminate:ie.indeterminate,disabled:ie.disabled,onChange:z,onClick:withModifiers(()=>{},["stop"])},null,8,["model-value","indeterminate","disabled","onClick"])):createCommentVNode("v-if",!0),createVNode(unref(ElNodeContent),{node:ie.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,k=useSlots(),L=computed(()=>n.itemSize);provide(ROOT_TREE_INJECTION_KEY,{ctx:{emit:y,slots:k},props:n,instance:getCurrentInstance()}),provide(formItemContextKey,void 0);const{t:$}=useLocale(),j=useNamespace("tree"),{flattenTree:V,isNotEmpty:z,listRef:re,toggleExpand:ie,isExpanded:oe,isIndeterminate:ue,isChecked:de,isDisabled:pe,isCurrent:Ie,isForceHiddenExpandIcon:he,handleNodeClick:Ce,handleNodeCheck:_e,toggleCheckbox:Ne,getCurrentNode:Fe,getCurrentKey:Ue,setCurrentKey:kt,getCheckedKeys:Et,getCheckedNodes:Ve,getHalfCheckedKeys:qe,getHalfCheckedNodes:jt,setChecked:tr,setCheckedKeys:rr,filter:ar,setData:nr,getNode:ur,expandNode:cr,collapseNode:_r,setExpandedKeys:hr,scrollToNode:Er,scrollTo:kr}=useTree(n,y);return t({toggleCheckbox:Ne,getCurrentNode:Fe,getCurrentKey:Ue,setCurrentKey:kt,getCheckedKeys:Et,getCheckedNodes:Ve,getHalfCheckedKeys:qe,getHalfCheckedNodes:jt,setChecked:tr,setCheckedKeys:rr,filter:ar,setData:nr,getNode:ur,expandNode:cr,collapseNode:_r,setExpandedKeys:hr,scrollToNode:Er,scrollTo:kr}),(xr,yr)=>{var br;return openBlock(),createElementBlock("div",{class:normalizeClass([unref(j).b(),{[unref(j).m("highlight-current")]:xr.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:xr.height,"item-size":unref(L),"perf-mode":xr.perfMode},{default:withCtx(({data:Ir,index:Mr,style:mr})=>[(openBlock(),createBlock(ElTreeNode,{key:Ir[Mr].key,style:normalizeStyle(mr),node:Ir[Mr],expanded:unref(oe)(Ir[Mr]),"show-checkbox":xr.showCheckbox,checked:unref(de)(Ir[Mr]),indeterminate:unref(ue)(Ir[Mr]),"item-size":unref(L),disabled:unref(pe)(Ir[Mr]),current:unref(Ie)(Ir[Mr]),"hidden-expand-icon":unref(he)(Ir[Mr]),onClick:unref(Ce),onToggle:unref(ie),onCheck:unref(_e)},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((br=xr.emptyText)!=null?br:unref($)("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,k){super(t),this.name="UploadAjaxError",this.status=y,this.method=n,this.url=k}}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",L=>{const $=L;$.percent=L.total>0?L.loaded/L.total*100:0,e.onProgress($)});const n=new FormData;if(e.data)for(const[L,$]of Object.entries(e.data))isArray$2($)&&$.length?n.append(L,...$):n.append(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 k=e.headers||{};if(k instanceof Headers)k.forEach((L,$)=>t.setRequestHeader($,L));else for(const[L,$]of Object.entries(k))isNil($)||t.setRequestHeader(L,String($));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(),k=useNamespace("upload"),L=useNamespace("icon"),$=useNamespace("list"),j=useFormDisabled(),V=ref$1(!1),z=computed(()=>[k.b("list"),k.bm("list",y.listType),k.is("disabled",y.disabled)]),re=ie=>{t("remove",ie)};return(ie,oe)=>(openBlock(),createBlock(TransitionGroup,{tag:"ul",class:normalizeClass(unref(z)),name:unref($).b()},{default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(ie.files,(ue,de)=>(openBlock(),createElementBlock("li",{key:ue.uid||ue.name,class:normalizeClass([unref(k).be("list","item"),unref(k).is(ue.status),{focusing:V.value}]),tabindex:"0",onKeydown:withKeys(pe=>!unref(j)&&re(ue),["delete"]),onFocus:pe=>V.value=!0,onBlur:pe=>V.value=!1,onClick:pe=>V.value=!1},[renderSlot(ie.$slots,"default",{file:ue,index:de},()=>[ie.listType==="picture"||ue.status!=="uploading"&&ie.listType==="picture-card"?(openBlock(),createElementBlock("img",{key:0,class:normalizeClass(unref(k).be("list","item-thumbnail")),src:ue.url,crossorigin:ie.crossorigin,alt:""},null,10,["src","crossorigin"])):createCommentVNode("v-if",!0),ue.status==="uploading"||ie.listType!=="picture-card"?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(k).be("list","item-info"))},[createBaseVNode("a",{class:normalizeClass(unref(k).be("list","item-name")),onClick:withModifiers(pe=>ie.handlePreview(ue),["prevent"])},[createVNode(unref(ElIcon),{class:normalizeClass(unref(L).m("document"))},{default:withCtx(()=>[createVNode(unref(document_default))]),_:1},8,["class"]),createBaseVNode("span",{class:normalizeClass(unref(k).be("list","item-file-name")),title:ue.name},toDisplayString(ue.name),11,["title"])],10,["onClick"]),ue.status==="uploading"?(openBlock(),createBlock(unref(ElProgress),{key:0,type:ie.listType==="picture-card"?"circle":"line","stroke-width":ie.listType==="picture-card"?6:2,percentage:Number(ue.percentage),style:normalizeStyle(ie.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(k).be("list","item-status-label"))},[ie.listType==="text"?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass([unref(L).m("upload-success"),unref(L).m("circle-check")])},{default:withCtx(()=>[createVNode(unref(circle_check_default))]),_:1},8,["class"])):["picture-card","picture"].includes(ie.listType)?(openBlock(),createBlock(unref(ElIcon),{key:1,class:normalizeClass([unref(L).m("upload-success"),unref(L).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(L).m("close")),onClick:pe=>re(ue)},{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(L).m("close-tip"))},toDisplayString(unref(n)("el.upload.deleteTip")),3)),ie.listType==="picture-card"?(openBlock(),createElementBlock("span",{key:4,class:normalizeClass(unref(k).be("list","item-actions"))},[createBaseVNode("span",{class:normalizeClass(unref(k).be("list","item-preview")),onClick:pe=>ie.handlePreview(ue)},[createVNode(unref(ElIcon),{class:normalizeClass(unref(L).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(k).be("list","item-delete")),onClick:pe=>re(ue)},[createVNode(unref(ElIcon),{class:normalizeClass(unref(L).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(ie.$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$2(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"),k=ref$1(!1),L=useFormDisabled(),$=V=>{if(L.value)return;k.value=!1,V.stopPropagation();const z=Array.from(V.dataTransfer.files);t("file",z)},j=()=>{L.value||(k.value=!0)};return(V,z)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(n).b("dragger"),unref(n).is("dragover",k.value)]),onDrop:withModifiers($,["prevent"]),onDragover:withModifiers(j,["prevent"]),onDragleave:withModifiers(re=>k.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"),k=useFormDisabled(),L=shallowRef({}),$=shallowRef(),j=pe=>{if(pe.length===0)return;const{autoUpload:Ie,limit:he,fileList:Ce,multiple:_e,onStart:Ne,onExceed:Fe}=y;if(he&&Ce.length+pe.length>he){Fe(pe,Ce);return}_e||(pe=pe.slice(0,1));for(const Ue of pe){const kt=Ue;kt.uid=genFileId(),Ne(kt),Ie&&V(kt)}},V=async pe=>{if($.value.value="",!y.beforeUpload)return re(pe);let Ie,he={};try{const _e=y.data,Ne=y.beforeUpload(pe);he=isPlainObject$3(y.data)?cloneDeep(y.data):y.data,Ie=await Ne,isPlainObject$3(y.data)&&isEqual$1(_e,he)&&(he=cloneDeep(y.data))}catch{Ie=!1}if(Ie===!1){y.onRemove(pe);return}let Ce=pe;Ie instanceof Blob&&(Ie instanceof File?Ce=Ie:Ce=new File([Ie],pe.name,{type:pe.type})),re(Object.assign(Ce,{uid:pe.uid}),he)},z=async(pe,Ie)=>isFunction$4(pe)?pe(Ie):pe,re=async(pe,Ie)=>{const{headers:he,data:Ce,method:_e,withCredentials:Ne,name:Fe,action:Ue,onProgress:kt,onSuccess:Et,onError:Ve,httpRequest:qe}=y;try{Ie=await z(Ie??Ce,pe)}catch{y.onRemove(pe);return}const{uid:jt}=pe,tr={headers:he||{},withCredentials:Ne,file:pe,data:Ie,method:_e,filename:Fe,action:Ue,onProgress:ar=>{kt(ar,pe)},onSuccess:ar=>{Et(ar,pe),delete L.value[jt]},onError:ar=>{Ve(ar,pe),delete L.value[jt]}},rr=qe(tr);L.value[jt]=rr,rr instanceof Promise&&rr.then(tr.onSuccess,tr.onError)},ie=pe=>{const Ie=pe.target.files;Ie&&j(Array.from(Ie))},oe=()=>{k.value||($.value.value="",$.value.click())},ue=()=>{oe()};return t({abort:pe=>{entriesOf(L.value).filter(pe?([he])=>String(pe.uid)===he:()=>!0).forEach(([he,Ce])=>{Ce instanceof XMLHttpRequest&&Ce.abort(),delete L.value[he]})},upload:V}),(pe,Ie)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(n).b(),unref(n).m(pe.listType),unref(n).is("drag",pe.drag),unref(n).is("disabled",unref(k))]),tabindex:unref(k)?"-1":"0",onClick:oe,onKeydown:withKeys(withModifiers(ue,["self"]),["enter","space"])},[pe.drag?(openBlock(),createBlock(UploadDragger,{key:0,disabled:unref(k),onFile:j},{default:withCtx(()=>[renderSlot(pe.$slots,"default")]),_:3},8,["disabled"])):renderSlot(pe.$slots,"default",{key:1}),createBaseVNode("input",{ref_key:"inputRef",ref:$,class:normalizeClass(unref(n).e("input")),name:pe.name,disabled:unref(k),multiple:pe.multiple,accept:pe.accept,type:"file",onChange:ie,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=ue=>y.value.find(de=>de.uid===ue.uid);function k(ue){var de;(de=t.value)==null||de.abort(ue)}function L(ue=["ready","uploading","success","fail"]){y.value=y.value.filter(de=>!ue.includes(de.status))}function $(ue){y.value=y.value.filter(de=>de!==ue)}const j=(ue,de)=>{const pe=n(de);pe&&(console.error(ue),pe.status="fail",$(pe),e.onError(ue,pe,y.value),e.onChange(pe,y.value))},V=(ue,de)=>{const pe=n(de);pe&&(e.onProgress(ue,pe,y.value),pe.status="uploading",pe.percentage=Math.round(ue.percent))},z=(ue,de)=>{const pe=n(de);pe&&(pe.status="success",pe.response=ue,e.onSuccess(ue,pe,y.value),e.onChange(pe,y.value))},re=ue=>{isNil(ue.uid)&&(ue.uid=genFileId());const de={name:ue.name,percentage:0,status:"ready",size:ue.size,raw:ue,uid:ue.uid};if(e.listType==="picture-card"||e.listType==="picture")try{de.url=URL.createObjectURL(ue)}catch(pe){pe.message,e.onError(pe,de,y.value)}y.value=[...y.value,de],e.onChange(de,y.value)},ie=async ue=>{const de=ue instanceof File?n(ue):ue;de||throwError(SCOPE$1,"file to be removed not found");const pe=Ie=>{k(Ie),$(Ie),e.onRemove(Ie,y.value),revokeFileObjectURL(Ie)};e.beforeRemove?await e.beforeRemove(de,y.value)!==!1&&pe(de):pe(de)};function oe(){y.value.filter(({status:ue})=>ue==="ready").forEach(({raw:ue})=>{var de;return ue&&((de=t.value)==null?void 0:de.upload(ue))})}return watch(()=>e.listType,ue=>{ue!=="picture-card"&&ue!=="picture"||(y.value=y.value.map(de=>{const{raw:pe,url:Ie}=de;if(!Ie&&pe)try{de.url=URL.createObjectURL(pe)}catch(he){e.onError(he,de,y.value)}return de}))}),watch(y,ue=>{for(const de of ue)de.uid||(de.uid=genFileId()),de.status||(de.status="success")},{immediate:!0,deep:!0}),{uploadFiles:y,abort:k,clearFiles:L,handleError:j,handleProgress:V,handleStart:re,handleSuccess:z,handleRemove:ie,submit:oe,revokeFileObjectURL}},__default__$c=defineComponent({name:"ElUpload"}),_sfc_main$E=defineComponent({...__default__$c,props:uploadProps,setup(e,{expose:t}){const y=e,n=useFormDisabled(),k=shallowRef(),{abort:L,submit:$,clearFiles:j,uploadFiles:V,handleStart:z,handleError:re,handleRemove:ie,handleSuccess:oe,handleProgress:ue,revokeFileObjectURL:de}=useHandlers(y,k),pe=computed(()=>y.listType==="picture-card"),Ie=computed(()=>({...y,fileList:V.value,onStart:z,onProgress:ue,onSuccess:oe,onError:re,onRemove:ie}));return onBeforeUnmount(()=>{V.value.forEach(de)}),provide(uploadContextKey,{accept:toRef$1(y,"accept")}),t({abort:L,submit:$,clearFiles:j,handleStart:z,handleRemove:ie}),(he,Ce)=>(openBlock(),createElementBlock("div",null,[unref(pe)&&he.showFileList?(openBlock(),createBlock(UploadList,{key:0,disabled:unref(n),"list-type":he.listType,files:unref(V),crossorigin:he.crossorigin,"handle-preview":he.onPreview,onRemove:unref(ie)},createSlots({append:withCtx(()=>[createVNode(UploadContent,mergeProps({ref_key:"uploadRef",ref:k},unref(Ie)),{default:withCtx(()=>[he.$slots.trigger?renderSlot(he.$slots,"trigger",{key:0}):createCommentVNode("v-if",!0),!he.$slots.trigger&&he.$slots.default?renderSlot(he.$slots,"default",{key:1}):createCommentVNode("v-if",!0)]),_:3},16)]),_:2},[he.$slots.file?{name:"default",fn:withCtx(({file:_e,index:Ne})=>[renderSlot(he.$slots,"file",{file:_e,index:Ne})])}:void 0]),1032,["disabled","list-type","files","crossorigin","handle-preview","onRemove"])):createCommentVNode("v-if",!0),!unref(pe)||unref(pe)&&!he.showFileList?(openBlock(),createBlock(UploadContent,mergeProps({key:1,ref_key:"uploadRef",ref:k},unref(Ie)),{default:withCtx(()=>[he.$slots.trigger?renderSlot(he.$slots,"trigger",{key:0}):createCommentVNode("v-if",!0),!he.$slots.trigger&&he.$slots.default?renderSlot(he.$slots,"default",{key:1}):createCommentVNode("v-if",!0)]),_:3},16)):createCommentVNode("v-if",!0),he.$slots.trigger?renderSlot(he.$slots,"default",{key:2}):createCommentVNode("v-if",!0),renderSlot(he.$slots,"tip"),!unref(pe)&&he.showFileList?(openBlock(),createBlock(UploadList,{key:3,disabled:unref(n),"list-type":he.listType,files:unref(V),crossorigin:he.crossorigin,"handle-preview":he.onPreview,onRemove:unref(ie)},createSlots({_:2},[he.$slots.file?{name:"default",fn:withCtx(({file:_e,index:Ne})=>[renderSlot(he.$slots,"file",{file:_e,index:Ne})])}: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"),k=n.getContext("2d"),L=e*y,$=t*y;return n.setAttribute("width",`${L}px`),n.setAttribute("height",`${$}px`),k.save(),[k,n,L,$]}function useClips(){function e(t,y,n,k,L,$,j,V){const[z,re,ie,oe]=prepareCanvas(k,L,n);if(t instanceof HTMLImageElement)z.drawImage(t,0,0,ie,oe);else{const{color:kr,fontSize:xr,fontStyle:yr,fontWeight:br,fontFamily:Ir,textAlign:Mr,textBaseline:mr}=$,gr=Number(xr)*n;z.font=`${yr} normal ${br} ${gr}px/${L}px ${Ir}`,z.fillStyle=kr,z.textAlign=Mr,z.textBaseline=mr;const jr=Array.isArray(t)?t:[t];jr==null||jr.forEach((Hr,Vr)=>{z.fillText(Hr??"",ie/2,Vr*(gr+FontGap*n))})}const ue=Math.PI/180*Number(y),de=Math.max(k,L),[pe,Ie,he]=prepareCanvas(de,de,n);pe.translate(he/2,he/2),pe.rotate(ue),ie>0&&oe>0&&pe.drawImage(re,-ie/2,-oe/2);function Ce(kr,xr){const yr=kr*Math.cos(ue)-xr*Math.sin(ue),br=kr*Math.sin(ue)+xr*Math.cos(ue);return[yr,br]}let _e=0,Ne=0,Fe=0,Ue=0;const kt=ie/2,Et=oe/2;[[0-kt,0-Et],[0+kt,0-Et],[0+kt,0+Et],[0-kt,0+Et]].forEach(([kr,xr])=>{const[yr,br]=Ce(kr,xr);_e=Math.min(_e,yr),Ne=Math.max(Ne,yr),Fe=Math.min(Fe,br),Ue=Math.max(Ue,br)});const qe=_e+he/2,jt=Fe+he/2,tr=Ne-_e,rr=Ue-Fe,ar=j*n,nr=V*n,ur=(tr+ar)*2,cr=rr+nr,[_r,hr]=prepareCanvas(ur,cr);function Er(kr=0,xr=0){_r.drawImage(Ie,qe,jt,tr,rr,kr,xr,tr,rr)}return Er(),Er(tr+ar,-rr/2-nr/2),Er(tr+ar,+rr/2+nr/2),[hr.toDataURL(),ur/n,cr/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 qe,jt;return(jt=(qe=t.font)==null?void 0:qe.color)!=null?jt:"rgba(0,0,0,.15)"}),k=computed(()=>{var qe,jt;return(jt=(qe=t.font)==null?void 0:qe.fontSize)!=null?jt:16}),L=computed(()=>{var qe,jt;return(jt=(qe=t.font)==null?void 0:qe.fontWeight)!=null?jt:"normal"}),$=computed(()=>{var qe,jt;return(jt=(qe=t.font)==null?void 0:qe.fontStyle)!=null?jt:"normal"}),j=computed(()=>{var qe,jt;return(jt=(qe=t.font)==null?void 0:qe.fontFamily)!=null?jt:"sans-serif"}),V=computed(()=>{var qe,jt;return(jt=(qe=t.font)==null?void 0:qe.textAlign)!=null?jt:"center"}),z=computed(()=>{var qe,jt;return(jt=(qe=t.font)==null?void 0:qe.textBaseline)!=null?jt:"hanging"}),re=computed(()=>t.gap[0]),ie=computed(()=>t.gap[1]),oe=computed(()=>re.value/2),ue=computed(()=>ie.value/2),de=computed(()=>{var qe,jt;return(jt=(qe=t.offset)==null?void 0:qe[0])!=null?jt:oe.value}),pe=computed(()=>{var qe,jt;return(jt=(qe=t.offset)==null?void 0:qe[1])!=null?jt:ue.value}),Ie=()=>{const qe={zIndex:t.zIndex,position:"absolute",left:0,top:0,width:"100%",height:"100%",pointerEvents:"none",backgroundRepeat:"repeat"};let jt=de.value-oe.value,tr=pe.value-ue.value;return jt>0&&(qe.left=`${jt}px`,qe.width=`calc(100% - ${jt}px)`,jt=0),tr>0&&(qe.top=`${tr}px`,qe.height=`calc(100% - ${tr}px)`,tr=0),qe.backgroundPosition=`${jt}px ${tr}px`,qe},he=shallowRef(null),Ce=shallowRef(),_e=ref$1(!1),Ne=()=>{Ce.value&&(Ce.value.remove(),Ce.value=void 0)},Fe=(qe,jt)=>{var tr;he.value&&Ce.value&&(_e.value=!0,Ce.value.setAttribute("style",getStyleStr({...Ie(),backgroundImage:`url('${qe}')`,backgroundSize:`${Math.floor(jt)}px`})),(tr=he.value)==null||tr.append(Ce.value),setTimeout(()=>{_e.value=!1}))},Ue=qe=>{let jt=120,tr=64;const rr=t.image,ar=t.content,nr=t.width,ur=t.height;if(!rr&&qe.measureText){qe.font=`${Number(k.value)}px ${j.value}`;const cr=Array.isArray(ar)?ar:[ar],_r=cr.map(hr=>{const Er=qe.measureText(hr);return[Er.width,Er.fontBoundingBoxAscent!==void 0?Er.fontBoundingBoxAscent+Er.fontBoundingBoxDescent:Er.actualBoundingBoxAscent+Er.actualBoundingBoxDescent]});jt=Math.ceil(Math.max(..._r.map(hr=>hr[0]))),tr=Math.ceil(Math.max(..._r.map(hr=>hr[1])))*cr.length+(cr.length-1)*FontGap}return[nr??jt,ur??tr]},kt=useClips(),Et=()=>{const jt=document.createElement("canvas").getContext("2d"),tr=t.image,rr=t.content,ar=t.rotate;if(jt){Ce.value||(Ce.value=document.createElement("div"));const nr=getPixelRatio(),[ur,cr]=Ue(jt),_r=hr=>{const[Er,kr]=kt(hr||"",ar,nr,ur,cr,{color:n.value,fontSize:k.value,fontStyle:$.value,fontWeight:L.value,fontFamily:j.value,textAlign:V.value,textBaseline:z.value},re.value,ie.value);Fe(Er,kr)};if(tr){const hr=new Image;hr.onload=()=>{_r(hr)},hr.onerror=()=>{_r(rr)},hr.crossOrigin="anonymous",hr.referrerPolicy="no-referrer",hr.src=tr}else _r(rr)}};return onMounted(()=>{Et()}),watch(()=>t,()=>{Et()},{deep:!0,flush:"post"}),onBeforeUnmount(()=>{Ne()}),useMutationObserver(he,qe=>{_e.value||qe.forEach(jt=>{reRendering(jt,Ce.value)&&(Ne(),Et())})},{attributes:!0,subtree:!0,childList:!0}),(qe,jt)=>(openBlock(),createElementBlock("div",{ref_key:"containerRef",ref:he,style:normalizeStyle([y])},[renderSlot(qe.$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,k)=>{const L=ref$1(null),$=()=>{let ie;return isString$3(e.value)?ie=document.querySelector(e.value):isFunction$4(e.value)?ie=e.value():ie=e.value,ie},j=()=>{const ie=$();if(!ie||!t.value){L.value=null;return}!isInViewPort(ie)&&t.value&&ie.scrollIntoView(k.value);const{left:oe,top:ue,width:de,height:pe}=ie.getBoundingClientRect();L.value={left:oe,top:ue,width:de,height:pe,radius:0}};onMounted(()=>{watch([t,e],()=>{j()},{immediate:!0}),window.addEventListener("resize",j)}),onBeforeUnmount(()=>{window.removeEventListener("resize",j)});const V=ie=>{var oe;return(oe=isArray$2(y.value.offset)?y.value.offset[ie]:y.value.offset)!=null?oe:6},z=computed(()=>{var ie;if(!L.value)return L.value;const oe=V(0),ue=V(1),de=((ie=y.value)==null?void 0:ie.radius)||2;return{left:L.value.left-oe,top:L.value.top-ue,width:L.value.width+oe*2,height:L.value.height+ue*2,radius:de}}),re=computed(()=>{const ie=$();return!n.value||!ie||!window.DOMRect?ie||void 0:{getBoundingClientRect(){var oe,ue,de,pe;return window.DOMRect.fromRect({width:((oe=z.value)==null?void 0:oe.width)||0,height:((ue=z.value)==null?void 0:ue.height)||0,x:((de=z.value)==null?void 0:de.left)||0,y:((pe=z.value)==null?void 0:pe.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:k,bottom:L,left:$}=e.getBoundingClientRect();return n>=0&&$>=0&&k<=t&&L<=y}const useFloating$1=(e,t,y,n,k,L,$,j)=>{const V=ref$1(),z=ref$1(),re=ref$1({}),ie={x:V,y:z,placement:n,strategy:k,middlewareData:re},oe=computed(()=>{const he=[offset(unref(L)),flip(),shift(),overflowMiddleware()];return unref(j)&&unref(y)&&he.push(arrow$1({element:unref(y)})),he}),ue=async()=>{if(!isClient)return;const he=unref(e),Ce=unref(t);if(!he||!Ce)return;const _e=await computePosition(he,Ce,{placement:unref(n),strategy:unref(k),middleware:unref(oe)});keysOf(ie).forEach(Ne=>{ie[Ne].value=_e[Ne]})},de=computed(()=>{if(!unref(e))return{position:"fixed",top:"50%",left:"50%",transform:"translate3d(-50%, -50%, 0)",maxWidth:"100vw",zIndex:unref($)};const{overflow:he}=unref(re);return{position:unref(k),zIndex:unref($),top:unref(z)!=null?`${unref(z)}px`:"",left:unref(V)!=null?`${unref(V)}px`:"",maxWidth:he!=null&&he.maxWidth?`${he==null?void 0:he.maxWidth}px`:""}}),pe=computed(()=>{if(!unref(j))return{};const{arrow:he}=unref(re);return{left:(he==null?void 0:he.x)!=null?`${he==null?void 0:he.x}px`:"",top:(he==null?void 0:he.y)!=null?`${he==null?void 0:he.y}px`:""}});let Ie;return onMounted(()=>{const he=unref(e),Ce=unref(t);he&&Ce&&(Ie=autoUpdate(he,Ce,ue)),watchEffect(()=>{ue()})}),onBeforeUnmount(()=>{Ie&&Ie()}),{update:ue,contentStyle:de,arrowStyle:pe}},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}),k=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}`}}),L=computed(()=>{const j=window.innerWidth,V=window.innerHeight,z=k.value,re=`M${j},0 L0,0 L0,${V} L${j},${V} L${j},0 Z`,ie=n.value;return t.pos?`${re} M${t.pos.left+ie},${t.pos.top} h${t.pos.width-ie*2} ${z.topRight} v${t.pos.height-ie*2} ${z.bottomRight} h${-t.pos.width+ie*2} ${z.bottomLeft} v${-t.pos.height+ie*2} ${z.topLeft} z`:re}),$=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($)),d:unref(L)},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),k=ref$1(y.strategy),L=ref$1(null),$=ref$1(null);watch(()=>y.placement,()=>{n.value=y.placement});const{contentStyle:j,arrowStyle:V}=useFloating$1(toRef$1(y,"reference"),L,$,n,k,toRef$1(y,"offset"),toRef$1(y,"zIndex"),toRef$1(y,"showArrow")),z=computed(()=>n.value.split("-")[0]),{ns:re}=inject(tourKey),ie=()=>{t("close")},oe=ue=>{ue.detail.focusReason==="pointer"&&ue.preventDefault()};return(ue,de)=>(openBlock(),createElementBlock("div",{ref_key:"contentRef",ref:L,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":L.value||void 0,onReleaseRequested:ie,onFocusoutPrevented:oe},{default:withCtx(()=>[renderSlot(ue.$slots,"default")]),_:3},8,["focus-trap-el"]),ue.showArrow?(openBlock(),createElementBlock("span",{key:0,ref_key:"arrowRef",ref:$,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,L;const $=(k=t.default)==null?void 0:k.call(t),j=[];let V=0;function z(re){isArray$2(re)&&re.forEach(ie=>{var oe;((oe=(ie==null?void 0:ie.type)||{})==null?void 0:oe.name)==="ElTourStep"&&(j.push(ie),V+=1)})}return $.length&&z(flattedChildren((L=$[0])==null?void 0:L.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$2(e),"update:current":e=>isNumber$3(e),close:e=>isNumber$3(e),finish:()=>!0,change:e=>isNumber$3(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"),k=ref$1(0),L=ref$1(),$=useVModel(y,"current",t,{passive:!0}),j=computed(()=>{var Ve;return(Ve=L.value)==null?void 0:Ve.target}),V=computed(()=>[n.b(),Ie.value==="primary"?n.m("primary"):""]),z=computed(()=>{var Ve;return((Ve=L.value)==null?void 0:Ve.placement)||y.placement}),re=computed(()=>{var Ve,qe;return(qe=(Ve=L.value)==null?void 0:Ve.contentStyle)!=null?qe:y.contentStyle}),ie=computed(()=>{var Ve,qe;return(qe=(Ve=L.value)==null?void 0:Ve.mask)!=null?qe:y.mask}),oe=computed(()=>!!ie.value&&y.modelValue),ue=computed(()=>isBoolean$2(ie.value)?void 0:ie.value),de=computed(()=>{var Ve,qe;return!!j.value&&((qe=(Ve=L.value)==null?void 0:Ve.showArrow)!=null?qe:y.showArrow)}),pe=computed(()=>{var Ve,qe;return(qe=(Ve=L.value)==null?void 0:Ve.scrollIntoViewOptions)!=null?qe:y.scrollIntoViewOptions}),Ie=computed(()=>{var Ve,qe;return(qe=(Ve=L.value)==null?void 0:Ve.type)!=null?qe:y.type}),{nextZIndex:he}=useZIndex(),Ce=he(),_e=computed(()=>{var Ve;return(Ve=y.zIndex)!=null?Ve:Ce}),{mergedPosInfo:Ne,triggerTarget:Fe}=useTarget(j,toRef$1(y,"modelValue"),toRef$1(y,"gap"),ie,pe);watch(()=>y.modelValue,Ve=>{Ve||($.value=0)});const Ue=()=>{y.closeOnPressEscape&&(t("update:modelValue",!1),t("close",$.value))},kt=Ve=>{k.value=Ve},Et=useSlots();return provide(tourKey,{currentStep:L,current:$,total:k,showClose:toRef$1(y,"showClose"),closeIcon:toRef$1(y,"closeIcon"),mergedType:Ie,ns:n,slots:Et,updateModelValue(Ve){t("update:modelValue",Ve)},onClose(){t("close",$.value)},onFinish(){t("finish")},onChange(){t("change",$.value)}}),(Ve,qe)=>(openBlock(),createElementBlock(Fragment,null,[createVNode(unref(ElTeleport),{to:Ve.appendTo},{default:withCtx(()=>{var jt,tr;return[createBaseVNode("div",mergeProps({class:unref(V)},Ve.$attrs),[createVNode(ElTourMask,{visible:unref(oe),fill:(jt=unref(ue))==null?void 0:jt.color,style:normalizeStyle((tr=unref(ue))==null?void 0:tr.style),pos:unref(Ne),"z-index":unref(_e),"target-area-clickable":Ve.targetAreaClickable},null,8,["visible","fill","style","pos","z-index","target-area-clickable"]),Ve.modelValue?(openBlock(),createBlock(ElTourContent,{key:unref($),reference:unref(Fe),placement:unref(z),"show-arrow":unref(de),"z-index":unref(_e),style:normalizeStyle(unref(re)),onClose:Ue},{default:withCtx(()=>[createVNode(unref(ElTourSteps),{current:unref($),onUpdateTotal:kt},{default:withCtx(()=>[renderSlot(Ve.$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:k}=useLocale(),{currentStep:L,current:$,total:j,showClose:V,closeIcon:z,mergedType:re,ns:ie,slots:oe,updateModelValue:ue,onClose:de,onFinish:pe,onChange:Ie}=inject(tourKey);watch(y,Et=>{L.value=Et},{immediate:!0});const he=computed(()=>{var Et;return(Et=y.showClose)!=null?Et:V.value}),Ce=computed(()=>{var Et,Ve;return(Ve=(Et=y.closeIcon)!=null?Et:z.value)!=null?Ve:n}),_e=Et=>{if(Et)return omit(Et,["children","onClick"])},Ne=()=>{var Et,Ve;$.value-=1,(Et=y.prevButtonProps)!=null&&Et.onClick&&((Ve=y.prevButtonProps)==null||Ve.onClick()),Ie()},Fe=()=>{var Et;$.value>=j.value-1?Ue():$.value+=1,(Et=y.nextButtonProps)!=null&&Et.onClick&&y.nextButtonProps.onClick(),Ie()},Ue=()=>{kt(),pe()},kt=()=>{ue(!1),de(),t("close")};return(Et,Ve)=>(openBlock(),createElementBlock(Fragment,null,[unref(he)?(openBlock(),createElementBlock("button",{key:0,"aria-label":"Close",class:normalizeClass(unref(ie).e("closebtn")),type:"button",onClick:kt},[createVNode(unref(ElIcon),{class:normalizeClass(unref(ie).e("close"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(Ce))))]),_:1},8,["class"])],2)):createCommentVNode("v-if",!0),createBaseVNode("header",{class:normalizeClass([unref(ie).e("header"),{"show-close":unref(V)}])},[renderSlot(Et.$slots,"header",{},()=>[createBaseVNode("span",{role:"heading",class:normalizeClass(unref(ie).e("title"))},toDisplayString(Et.title),3)])],2),createBaseVNode("div",{class:normalizeClass(unref(ie).e("body"))},[renderSlot(Et.$slots,"default",{},()=>[createBaseVNode("span",null,toDisplayString(Et.description),1)])],2),createBaseVNode("footer",{class:normalizeClass(unref(ie).e("footer"))},[createBaseVNode("div",{class:normalizeClass(unref(ie).b("indicators"))},[unref(oe).indicators?(openBlock(),createBlock(resolveDynamicComponent(unref(oe).indicators),{key:0,current:unref($),total:unref(j)},null,8,["current","total"])):(openBlock(!0),createElementBlock(Fragment,{key:1},renderList(unref(j),(qe,jt)=>(openBlock(),createElementBlock("span",{key:qe,class:normalizeClass([unref(ie).b("indicator"),jt===unref($)?"is-active":""])},null,2))),128))],2),createBaseVNode("div",{class:normalizeClass(unref(ie).b("buttons"))},[unref($)>0?(openBlock(),createBlock(unref(ElButton),mergeProps({key:0,size:"small",type:unref(re)},_e(Et.prevButtonProps),{onClick:Ne}),{default:withCtx(()=>{var qe,jt;return[createTextVNode(toDisplayString((jt=(qe=Et.prevButtonProps)==null?void 0:qe.children)!=null?jt:unref(k)("el.tour.previous")),1)]}),_:1},16,["type"])):createCommentVNode("v-if",!0),unref($)<=unref(j)-1?(openBlock(),createBlock(unref(ElButton),mergeProps({key:1,size:"small",type:unref(re)==="primary"?"default":"primary"},_e(Et.nextButtonProps),{onClick:Fe}),{default:withCtx(()=>{var qe,jt;return[createTextVNode(toDisplayString((jt=(qe=Et.nextButtonProps)==null?void 0:qe.children)!=null?jt:unref($)===unref(j)-1?unref(k)("el.tour.finish"):unref(k)("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$3(e),click:(e,t)=>e instanceof MouseEvent&&(isString$3(t)||isUndefined$1(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,k=ref$1(""),L=ref$1(null),$=ref$1(null),j=ref$1(),V={};let z=!1,re=0;const ie=useNamespace("anchor"),oe=computed(()=>[ie.b(),n.type==="underline"?ie.m("underline"):"",ie.m(n.direction)]),ue=Et=>{V[Et.href]=Et.el},de=Et=>{delete V[Et]},pe=Et=>{k.value!==Et&&(k.value=Et,y("change",Et))};let Ie=null;const he=Et=>{if(!j.value)return;const Ve=getElement(Et);if(!Ve)return;Ie&&Ie(),z=!0;const qe=getScrollElement(Ve,j.value),jt=getOffsetTopDistance(Ve,qe),tr=qe.scrollHeight-qe.clientHeight,rr=Math.min(jt-n.offset,tr);Ie=animateScrollTo(j.value,re,rr,n.duration,()=>{setTimeout(()=>{z=!1},20)})},Ce=Et=>{Et&&(pe(Et),he(Et))},_e=(Et,Ve)=>{y("click",Et,Ve),Ce(Ve)},Ne=throttleByRaf(()=>{j.value&&(re=getScrollTop(j.value));const Et=Fe();z||isUndefined$1(Et)||pe(Et)}),Fe=()=>{if(!j.value)return;const Et=getScrollTop(j.value),Ve=[];for(const qe of Object.keys(V)){const jt=getElement(qe);if(!jt)continue;const tr=getScrollElement(jt,j.value),rr=getOffsetTopDistance(jt,tr);Ve.push({top:rr-n.offset-n.bound,href:qe})}Ve.sort((qe,jt)=>qe.top-jt.top);for(let qe=0;qe<Ve.length;qe++){const jt=Ve[qe],tr=Ve[qe+1];if(qe===0&&Et===0)return"";if(jt.top<=Et&&(!tr||tr.top>Et))return jt.href}},Ue=()=>{const Et=getElement(n.container);!Et||isWindow(Et)?j.value=window:j.value=Et};useEventListener(j,"scroll",Ne);const kt=computed(()=>{if(!L.value||!$.value||!k.value)return{};const Et=V[k.value];if(!Et)return{};const Ve=L.value.getBoundingClientRect(),qe=$.value.getBoundingClientRect(),jt=Et.getBoundingClientRect();return n.direction==="horizontal"?{left:`${jt.left-Ve.left}px`,width:`${jt.width}px`,opacity:1}:{top:`${jt.top-Ve.top+(jt.height-qe.height)/2}px`,opacity:1}});return onMounted(()=>{Ue();const Et=decodeURIComponent(window.location.hash);getElement(Et)?Ce(Et):Ne()}),watch(()=>n.container,()=>{Ue()}),provide(anchorKey,{ns:ie,direction:n.direction,currentAnchor:k,addLink:ue,removeLink:de,handleClick:_e}),t({scrollTo:Ce}),(Et,Ve)=>(openBlock(),createElementBlock("div",{ref_key:"anchorRef",ref:L,class:normalizeClass(unref(oe))},[Et.marker?(openBlock(),createElementBlock("div",{key:0,ref_key:"markerRef",ref:$,class:normalizeClass(unref(ie).e("marker")),style:normalizeStyle(unref(kt))},null,6)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(ie).e("list"))},[renderSlot(Et.$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:k,currentAnchor:L,addLink:$,removeLink:j,handleClick:V}=inject(anchorKey),z=computed(()=>[n.e("link"),n.is("active",L.value===t.href)]),re=ie=>{V(ie,t.href)};return watch(()=>t.href,(ie,oe)=>{nextTick$1(()=>{oe&&j(oe),ie&&$({href:ie,el:y.value})})}),onMounted(()=>{const{href:ie}=t;ie&&$({href:ie,el:y.value})}),onBeforeUnmount(()=>{const{href:ie}=t;ie&&j(ie)}),(ie,oe)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(n).e("item"))},[createBaseVNode("a",{ref_key:"linkRef",ref:y,class:normalizeClass(unref(z)),href:ie.href,onClick:re},[renderSlot(ie.$slots,"default",{},()=>[createTextVNode(toDisplayString(ie.title),1)])],10,["href"]),ie.$slots["sub-link"]&&unref(k)==="vertical"?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(n).e("list"))},[renderSlot(ie.$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$3(e)||isNumber$3(e)||isBoolean$2(e),[CHANGE_EVENT]:e=>isString$3(e)||isNumber$3(e)||isBoolean$2(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"),k=useId(),L=useFormSize(),$=useFormDisabled(),{formItem:j}=useFormItem(),{inputId:V,isLabeledByFormItem:z}=useFormItemInputId(y,{formItemContext:j}),re=ref$1(null),ie=useActiveElement(),oe=reactive({isInit:!1,width:0,translateX:0,disabled:!1,focusVisible:!1}),ue=Ve=>{const qe=de(Ve);t(UPDATE_MODEL_EVENT,qe),t(CHANGE_EVENT,qe)},de=Ve=>isObject$4(Ve)?Ve.value:Ve,pe=Ve=>isObject$4(Ve)?Ve.label:Ve,Ie=Ve=>!!($.value||isObject$4(Ve)&&Ve.disabled),he=Ve=>y.modelValue===de(Ve),Ce=Ve=>y.options.find(qe=>de(qe)===Ve),_e=Ve=>[n.e("item"),n.is("selected",he(Ve)),n.is("disabled",Ie(Ve))],Ne=()=>{if(!re.value)return;const Ve=re.value.querySelector(".is-selected"),qe=re.value.querySelector(".is-selected input");if(!Ve||!qe){oe.width=0,oe.translateX=0,oe.disabled=!1,oe.focusVisible=!1;return}const jt=Ve.getBoundingClientRect();oe.isInit=!0,oe.width=jt.width,oe.translateX=Ve.offsetLeft,oe.disabled=Ie(Ce(y.modelValue));try{oe.focusVisible=qe.matches(":focus-visible")}catch{}},Fe=computed(()=>[n.b(),n.m(L.value),n.is("block",y.block)]),Ue=computed(()=>({width:`${oe.width}px`,transform:`translateX(${oe.translateX}px)`,display:oe.isInit?"block":"none"})),kt=computed(()=>[n.e("item-selected"),n.is("disabled",oe.disabled),n.is("focus-visible",oe.focusVisible)]),Et=computed(()=>y.name||k.value);return useResizeObserver(re,Ne),watch(ie,Ne),watch(()=>y.modelValue,()=>{var Ve;Ne(),y.validateEvent&&((Ve=j==null?void 0:j.validate)==null||Ve.call(j,"change").catch(qe=>void 0))},{flush:"post"}),(Ve,qe)=>(openBlock(),createElementBlock("div",{id:unref(V),ref_key:"segmentedRef",ref:re,class:normalizeClass(unref(Fe)),role:"radiogroup","aria-label":unref(z)?void 0:Ve.ariaLabel||"segmented","aria-labelledby":unref(z)?unref(j).labelId:void 0},[createBaseVNode("div",{class:normalizeClass(unref(n).e("group"))},[createBaseVNode("div",{style:normalizeStyle(unref(Ue)),class:normalizeClass(unref(kt))},null,6),(openBlock(!0),createElementBlock(Fragment,null,renderList(Ve.options,(jt,tr)=>(openBlock(),createElementBlock("label",{key:tr,class:normalizeClass(_e(jt))},[createBaseVNode("input",{class:normalizeClass(unref(n).e("item-input")),type:"radio",name:unref(Et),disabled:Ie(jt),checked:he(jt),onChange:rr=>ue(jt)},null,42,["name","disabled","checked","onChange"]),createBaseVNode("div",{class:normalizeClass(unref(n).e("item-label"))},[renderSlot(Ve.$slots,"default",{item:jt},()=>[createTextVNode(toDisplayString(pe(jt)),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 k=e.value,L=castArray$1(t);let $=-1,j;for(let V=n-1;V>=0;--V){const z=k[V];if(z===y||z===`
`||z==="\r"){$=V;continue}if(L.includes(z)){const re=$===-1?n:$;j={pattern:k.slice(V+1,re),start:V+1,end:re,prefix:z,prefixIndex:V,splitIndex:$,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,k=t.useSelectionEnd?n:y,L=["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 oe=document.querySelector("#input-textarea-caret-position-mirror-div");oe!=null&&oe.parentNode&&oe.parentNode.removeChild(oe)}const $=document.createElement("div");$.id="input-textarea-caret-position-mirror-div",document.body.appendChild($);const j=$.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"),L.forEach(oe=>{if(z&&oe==="lineHeight")if(V.boxSizing==="border-box"){const ue=Number.parseInt(V.height),de=Number.parseInt(V.paddingTop)+Number.parseInt(V.paddingBottom)+Number.parseInt(V.borderTopWidth)+Number.parseInt(V.borderBottomWidth),pe=de+Number.parseInt(V.lineHeight);ue>pe?j.lineHeight=`${ue-de}px`:ue===pe?j.lineHeight=V.lineHeight:j.lineHeight="0"}else j.lineHeight=V.height;else j[oe]=V[oe]}),isFirefox()?e.scrollHeight>Number.parseInt(V.height)&&(j.overflowY="scroll"):j.overflow="hidden",$.textContent=e.value.slice(0,Math.max(0,k)),z&&$.textContent&&($.textContent=$.textContent.replace(/\s/g," "));const re=document.createElement("span");re.textContent=e.value.slice(Math.max(0,k))||".",re.style.position="relative",re.style.left=`${-e.scrollLeft}px`,re.style.top=`${-e.scrollTop}px`,$.appendChild(re);const ie={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($),ie.left>=e.clientWidth&&(ie.left=e.clientWidth),ie},mentionProps=buildProps({...inputProps,options:{type:definePropType(Array),default:()=>[]},prefix:{type:definePropType([String,Array]),default:"@",validator:e=>isString$3(e)?e.length===1:e.every(t=>isString$3(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$4(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$3(e),search:(e,t)=>isString$3(e)&&isString$3(t),select:(e,t)=>isString$3(e.value)&&isString$3(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$3(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,k=useNamespace("mention"),{t:L}=useLocale(),$=ref$1(-1),j=ref$1(),V=ref$1(),z=ref$1(),re=(_e,Ne)=>[k.be("dropdown","item"),k.is("hovering",$.value===Ne),k.is("disabled",_e.disabled||n.disabled)],ie=_e=>{_e.disabled||n.disabled||y("select",_e)},oe=_e=>{$.value=_e},ue=computed(()=>n.disabled||n.options.every(_e=>_e.disabled)),de=computed(()=>n.options[$.value]),pe=()=>{de.value&&y("select",de.value)},Ie=_e=>{const{options:Ne}=n;if(Ne.length===0||ue.value)return;_e==="next"?($.value++,$.value===Ne.length&&($.value=0)):_e==="prev"&&($.value--,$.value<0&&($.value=Ne.length-1));const Fe=Ne[$.value];if(Fe.disabled){Ie(_e);return}nextTick$1(()=>he(Fe))},he=_e=>{var Ne,Fe,Ue,kt;const{options:Et}=n,Ve=Et.findIndex(jt=>jt.value===_e.value),qe=(Ne=V.value)==null?void 0:Ne[Ve];if(qe){const jt=(Ue=(Fe=z.value)==null?void 0:Fe.querySelector)==null?void 0:Ue.call(Fe,`.${k.be("dropdown","wrap")}`);jt&&scrollIntoView(jt,qe)}(kt=j.value)==null||kt.handleScroll()};return watch(()=>n.options,()=>{ue.value||n.options.length===0?$.value=-1:$.value=0},{immediate:!0}),t({navigateOptions:Ie,selectHoverOption:pe,hoverOption:de}),(_e,Ne)=>(openBlock(),createElementBlock("div",{ref_key:"dropdownRef",ref:z,class:normalizeClass(unref(k).b("dropdown"))},[_e.$slots.header?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(k).be("dropdown","header"))},[renderSlot(_e.$slots,"header")],2)):createCommentVNode("v-if",!0),withDirectives(createVNode(unref(ElScrollbar),{ref_key:"scrollbarRef",ref:j,tag:"ul","wrap-class":unref(k).be("dropdown","wrap"),"view-class":unref(k).be("dropdown","list")},{default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(_e.options,(Fe,Ue)=>(openBlock(),createElementBlock("li",{ref_for:!0,ref_key:"optionRefs",ref:V,key:Fe.value,class:normalizeClass(re(Fe,Ue)),onMouseenter:kt=>oe(Ue),onClick:withModifiers(kt=>ie(Fe),["stop"])},[renderSlot(_e.$slots,"label",{item:Fe,index:Ue},()=>{var kt;return[createBaseVNode("span",null,toDisplayString((kt=Fe.label)!=null?kt:Fe.value),1)]})],42,["onMouseenter","onClick"]))),128))]),_:3},8,["wrap-class","view-class"]),[[vShow,_e.options.length>0&&!_e.loading]]),_e.loading?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(k).be("dropdown","loading"))},[renderSlot(_e.$slots,"loading",{},()=>[createTextVNode(toDisplayString(unref(L)("el.mention.loading")),1)])],2)):createCommentVNode("v-if",!0),_e.$slots.footer?(openBlock(),createElementBlock("div",{key:2,class:normalizeClass(unref(k).be("dropdown","footer"))},[renderSlot(_e.$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,k=computed(()=>pick(n,Object.keys(inputProps))),L=useNamespace("mention"),$=ref$1(),j=ref$1(),V=ref$1(),z=ref$1(!1),re=ref$1(),ie=ref$1(),oe=computed(()=>n.showArrow?n.placement:`${n.placement}-start`),ue=computed(()=>n.showArrow?["bottom","top"]:["bottom-start","top-start"]),de=computed(()=>{const{filterOption:Et,options:Ve}=n;return!ie.value||!Et?Ve:Ve.filter(qe=>Et(ie.value.pattern,qe))}),pe=Et=>{y("update:modelValue",Et),Fe()},Ie=Et=>{var Ve,qe,jt,tr;if("key"in Et&&!((Ve=$.value)!=null&&Ve.isComposing)){if(["ArrowLeft","ArrowRight"].includes(Et.key))Fe();else if(["ArrowUp","ArrowDown"].includes(Et.key)){if(!z.value)return;Et.preventDefault();const rr=Et.key==="ArrowUp"?"prev":"next";(qe=V.value)==null||qe.navigateOptions(rr)}else if(["Enter"].includes(Et.key)){if(!z.value)return;Et.preventDefault(),(jt=V.value)!=null&&jt.hoverOption?(tr=V.value)==null||tr.selectHoverOption():z.value=!1}else if(["Backspace"].includes(Et.key)&&n.whole&&ie.value){const{splitIndex:rr,selectionEnd:ar,pattern:nr,prefixIndex:ur,prefix:cr}=ie.value,_r=Ne();if(!_r)return;const hr=_r.value,Er=n.options.find(xr=>xr.value===nr);if((isFunction$4(n.checkIsWhole)?n.checkIsWhole(nr,cr):Er)&&rr!==-1&&rr+1===ar){Et.preventDefault();const xr=hr.slice(0,ur)+hr.slice(rr+1);y(UPDATE_MODEL_EVENT,xr);const yr=ur;nextTick$1(()=>{_r.selectionStart=yr,_r.selectionEnd=yr,kt()})}}}},{wrapperRef:he}=useFocusController($,{afterFocus(){Fe()},beforeBlur(Et){var Ve;return(Ve=j.value)==null?void 0:Ve.isFocusInsideContent(Et)},afterBlur(){z.value=!1}}),Ce=()=>{Fe()},_e=Et=>{if(!ie.value)return;const Ve=Ne();if(!Ve)return;const qe=Ve.value,{split:jt}=n,tr=qe.slice(ie.value.end),rr=tr.startsWith(jt),ar=`${Et.value}${rr?"":jt}`,nr=qe.slice(0,ie.value.start)+ar+tr;y(UPDATE_MODEL_EVENT,nr),y("select",Et,ie.value.prefix);const ur=ie.value.start+ar.length+(rr?1:0);nextTick$1(()=>{Ve.selectionStart=ur,Ve.selectionEnd=ur,Ve.focus(),kt()})},Ne=()=>{var Et,Ve;return n.type==="textarea"?(Et=$.value)==null?void 0:Et.textarea:(Ve=$.value)==null?void 0:Ve.input},Fe=()=>{setTimeout(()=>{Ue(),kt(),nextTick$1(()=>{var Et;return(Et=j.value)==null?void 0:Et.updatePopper()})},0)},Ue=()=>{const Et=Ne();if(!Et)return;const Ve=getCursorPosition(Et),qe=Et.getBoundingClientRect(),jt=$.value.$el.getBoundingClientRect();re.value={position:"absolute",width:0,height:`${Ve.height}px`,left:`${Ve.left+qe.left-jt.left}px`,top:`${Ve.top+qe.top-jt.top}px`}},kt=()=>{const Et=Ne();if(document.activeElement!==Et){z.value=!1;return}const{prefix:Ve,split:qe}=n;if(ie.value=getMentionCtx(Et,Ve,qe),ie.value&&ie.value.splitIndex===-1){z.value=!0,y("search",ie.value.pattern,ie.value.prefix);return}z.value=!1};return t({input:$,tooltip:j}),(Et,Ve)=>(openBlock(),createElementBlock("div",{ref_key:"wrapperRef",ref:he,class:normalizeClass(unref(L).b())},[createVNode(unref(ElInput),mergeProps(mergeProps(unref(k),Et.$attrs),{ref_key:"elInputRef",ref:$,"model-value":Et.modelValue,onInput:pe,onKeydown:Ie,onMousedown:Ce}),createSlots({_:2},[renderList(Et.$slots,(qe,jt)=>({name:jt,fn:withCtx(tr=>[renderSlot(Et.$slots,jt,normalizeProps(guardReactiveProps(tr)))])}))]),1040,["model-value"]),createVNode(unref(ElTooltip),{ref_key:"tooltipRef",ref:j,visible:z.value&&(!!unref(de).length||Et.loading),"popper-class":[unref(L).e("popper"),Et.popperClass],"popper-options":Et.popperOptions,placement:unref(oe),"fallback-placements":unref(ue),effect:"light",pure:"",offset:Et.offset,"show-arrow":Et.showArrow},{default:withCtx(()=>[createBaseVNode("div",{style:normalizeStyle(re.value)},null,4)]),content:withCtx(()=>{var qe;return[createVNode(ElMentionDropdown,{ref_key:"dropdownRef",ref:V,options:unref(de),disabled:Et.disabled,loading:Et.loading,onSelect:_e,onClick:withModifiers((qe=$.value)==null?void 0:qe.focus,["stop"])},createSlots({_:2},[renderList(Et.$slots,(jt,tr)=>({name:tr,fn:withCtx(rr=>[renderSlot(Et.$slots,tr,normalizeProps(guardReactiveProps(rr)))])}))]),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,k])=>{var L,$;const{type:j,default:V}=k,z=e.getAttribute(`infinite-scroll-${n}`);let re=($=(L=t[z])!=null?L:z)!=null?$: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:k,observer:L,lastScrollTop:$}=e[SCOPE],{disabled:j,distance:V}=getScrollOptions(e,k),{clientHeight:z,scrollHeight:re,scrollTop:ie}=n,oe=ie-$;if(e[SCOPE].lastScrollTop=ie,L||j||oe<0)return;let ue=!1;if(y===e)ue=re-(z+ie)<=V;else{const{clientTop:de,scrollHeight:pe}=e,Ie=getOffsetTopDistance(e,n);ue=ie+z>=Ie+de+pe-V}ue&&t.call(k)};function checkFull(e,t){const{containerEl:y,instance:n}=e[SCOPE],{disabled:k}=getScrollOptions(e,n);k||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$4(n)||throwError(SCOPE,"'v-infinite-scroll' binding value must be a function"),await nextTick$1();const{delay:k,immediate:L}=getScrollOptions(e,y),$=getScrollContainer(e,!0),j=$===window?document.documentElement:$,V=throttle$1(handleScroll.bind(null,e,n),k);if($){if(e[SCOPE]={instance:y,container:$,containerEl:j,delay:k,cb:n,onScroll:V,lastScrollTop:j.scrollTop},L){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)}$.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$1();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 k(oe){n.text=oe}function L(){const oe=n.parent,ue=ie.ns;if(!oe.vLoadingAddClassList){let de=oe.getAttribute("loading-number");de=Number.parseInt(de)-1,de?oe.setAttribute("loading-number",de.toString()):(removeClass(oe,ue.bm("parent","relative")),oe.removeAttribute("loading-number")),removeClass(oe,ue.bm("parent","hidden"))}$(),re.unmount()}function $(){var oe,ue;(ue=(oe=ie.$el)==null?void 0:oe.parentNode)==null||ue.removeChild(ie.$el)}function j(){var oe;e.beforeClose&&!e.beforeClose()||(y.value=!0,clearTimeout(t),t=setTimeout(V,400),n.visible=!1,(oe=e.closed)==null||oe.call(e))}function V(){if(!y.value)return;const oe=n.parent;y.value=!1,oe.vLoadingAddClassList=void 0,L()}const re=createApp(defineComponent({name:"ElLoading",setup(oe,{expose:ue}){const{ns:de,zIndex:pe}=useGlobalComponentSettings("loading");return ue({ns:de,zIndex:pe}),()=>{const Ie=n.spinner||n.svg,he=h$1("svg",{class:"circular",viewBox:n.svgViewBox?n.svgViewBox:"0 0 50 50",...Ie?{innerHTML:Ie}:{}},[h$1("circle",{class:"path",cx:"25",cy:"25",r:"20",fill:"none"})]),Ce=n.text?h$1("p",{class:de.b("text")},[n.text]):void 0;return h$1(Transition,{name:de.b("fade"),onAfterLeave:V},{default:withCtx(()=>[withDirectives(createVNode("div",{style:{backgroundColor:n.background||""},class:[de.b("mask"),n.customClass,n.fullscreen?"is-fullscreen":""]},[h$1("div",{class:de.b("spinner")},[he,Ce])]),[[vShow,n.visible]])])})}}})),ie=re.mount(document.createElement("div"));return{...toRefs(n),setText:k,removeElLoadingChild:$,close:j,handleAfterLeave:V,vm:ie,get $el(){return ie.$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 k;(k=t.closed)==null||k.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$1(()=>y.visible.value=t.visible),t.fullscreen&&(fullscreenInstance=y),y},resolveOptions=e=>{var t,y,n,k;let L;return isString$3(e.target)?L=(t=document.querySelector(e.target))!=null?t:document.body:L=e.target||document.body,{parent:L===document.body||e.body?document.body:L,background:e.background||"",svg:e.svg||"",svgViewBox:e.svgViewBox||"",spinner:e.spinner||!1,text:e.text||"",fullscreen:L===document.body&&((y=e.fullscreen)!=null?y:!0),lock:(n=e.lock)!=null?n:!1,customClass:e.customClass||"",visible:(k=e.visible)!=null?k:!0,beforeClose:e.beforeClose,closed:e.closed,target:L}},addStyle=async(e,t,y)=>{const{nextZIndex:n}=y.vm.zIndex||y.vm._.exposed.zIndex,k={};if(e.fullscreen)y.originalPosition.value=getStyle(document.body,"position"),y.originalOverflow.value=getStyle(document.body,"overflow"),k.zIndex=n();else if(e.parent===document.body){y.originalPosition.value=getStyle(document.body,"position"),await nextTick$1();for(const L of["top","left"]){const $=L==="top"?"scrollTop":"scrollLeft";k[L]=`${e.target.getBoundingClientRect()[L]+document.body[$]+document.documentElement[$]-Number.parseInt(getStyle(document.body,`margin-${L}`),10)}px`}for(const L of["height","width"])k[L]=`${e.target.getBoundingClientRect()[L]}px`}else y.originalPosition.value=getStyle(t,"position");for(const[L,$]of Object.entries(k))y.$el.style[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,L;const $=t.instance,j=oe=>isObject$4(t.value)?t.value[oe]:void 0,V=oe=>{const ue=isString$3(oe)&&($==null?void 0:$[oe])||oe;return ue&&ref$1(ue)},z=oe=>V(j(oe)||e.getAttribute(`element-loading-${hyphenate$1(oe)}`)),re=(y=j("fullscreen"))!=null?y:t.modifiers.fullscreen,ie={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:(k=j("body"))!=null?k:t.modifiers.body,lock:(L=j("lock"))!=null?L:t.modifiers.lock};e[INSTANCE_KEY]={options:ie,instance:Loading(ie)}},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$4(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(k=>k.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:k,zIndex:L}=useGlobalComponentSettings("message"),{currentZIndex:$,nextZIndex:j}=L,V=ref$1(),z=ref$1(!1),re=ref$1(0);let ie;const oe=computed(()=>y.type?y.type==="error"?"danger":y.type:"info"),ue=computed(()=>{const kt=y.type;return{[k.bm("icon",kt)]:kt&&TypeComponentsMap[kt]}}),de=computed(()=>y.icon||TypeComponentsMap[y.type]||""),pe=computed(()=>getLastOffset(y.id)),Ie=computed(()=>getOffsetOrSpace(y.id,y.offset)+pe.value),he=computed(()=>re.value+Ie.value),Ce=computed(()=>({top:`${Ie.value}px`,zIndex:$.value}));function _e(){y.duration!==0&&({stop:ie}=useTimeoutFn(()=>{Fe()},y.duration))}function Ne(){ie==null||ie()}function Fe(){z.value=!1}function Ue({code:kt}){kt===EVENT_CODE.esc&&Fe()}return onMounted(()=>{_e(),j(),z.value=!0}),watch(()=>y.repeatNum,()=>{Ne(),_e()}),useEventListener(document,"keydown",Ue),useResizeObserver(V,()=>{re.value=V.value.getBoundingClientRect().height}),t({visible:z,bottom:he,close:Fe}),(kt,Et)=>(openBlock(),createBlock(Transition,{name:unref(k).b("fade"),onBeforeLeave:kt.onClose,onAfterLeave:Ve=>kt.$emit("destroy"),persisted:""},{default:withCtx(()=>[withDirectives(createBaseVNode("div",{id:kt.id,ref_key:"messageRef",ref:V,class:normalizeClass([unref(k).b(),{[unref(k).m(kt.type)]:kt.type},unref(k).is("center",kt.center),unref(k).is("closable",kt.showClose),unref(k).is("plain",kt.plain),kt.customClass]),style:normalizeStyle(unref(Ce)),role:"alert",onMouseenter:Ne,onMouseleave:_e},[kt.repeatNum>1?(openBlock(),createBlock(unref(ElBadge),{key:0,value:kt.repeatNum,type:unref(oe),class:normalizeClass(unref(k).e("badge"))},null,8,["value","type","class"])):createCommentVNode("v-if",!0),unref(de)?(openBlock(),createBlock(unref(ElIcon),{key:1,class:normalizeClass([unref(k).e("icon"),unref(ue)])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(de))))]),_:1},8,["class"])):createCommentVNode("v-if",!0),renderSlot(kt.$slots,"default",{},()=>[kt.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(k).e("content")),innerHTML:kt.message},null,10,["innerHTML"])],2112)):(openBlock(),createElementBlock("p",{key:0,class:normalizeClass(unref(k).e("content"))},toDisplayString(kt.message),3))]),kt.showClose?(openBlock(),createBlock(unref(ElIcon),{key:2,class:normalizeClass(unref(k).e("closeBtn")),onClick:withModifiers(Fe,["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$3(e)||isVNode(e)||isFunction$4(e)?{message:e}:e,y={...messageDefaults,...t};if(!y.appendTo)y.appendTo=document.body;else if(isString$3(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++}`,k=t.onClose,L=document.createElement("div"),$={...t,id:n,onClose:()=>{k==null||k(),closeMessage(re)},onDestroy:()=>{render$1(null,L)}},j=createVNode(MessageConstructor,$,isFunction$4($.message)||isVNode($.message)?{default:isFunction$4($.message)?$.message:()=>$.message}:null);j.appContext=y||message._context,render$1(j,L),e.appendChild(L.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$3(messageConfig.max)&&instances.length>=messageConfig.max)return{close:()=>{}};const y=normalizeOptions(e);if(y.grouping&&instances.length){const k=instances.find(({vnode:L})=>{var $;return(($=L.props)==null?void 0:$.message)===y.message});if(k)return k.props.repeatNum+=1,k.props.type=y.type,k.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:k,size:L}=useGlobalComponentSettings("message-box",computed(()=>e.buttonSize)),{t:$}=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 ur=z.type;return{[k.bm("icon",ur)]:ur&&TypeComponentsMap[ur]}}),ie=useId(),oe=useId(),ue=computed(()=>z.icon||TypeComponentsMap[z.type]||""),de=computed(()=>!!z.message),pe=ref$1(),Ie=ref$1(),he=ref$1(),Ce=ref$1(),_e=ref$1(),Ne=computed(()=>z.confirmButtonClass);watch(()=>z.inputValue,async ur=>{await nextTick$1(),e.boxType==="prompt"&&ur!==null&&tr()},{immediate:!0}),watch(()=>V.value,ur=>{var cr,_r;ur&&(e.boxType!=="prompt"&&(z.autofocus?he.value=(_r=(cr=_e.value)==null?void 0:cr.$el)!=null?_r:pe.value:he.value=pe.value),z.zIndex=j()),e.boxType==="prompt"&&(ur?nextTick$1().then(()=>{var hr;Ce.value&&Ce.value.$el&&(z.autofocus?he.value=(hr=rr())!=null?hr:pe.value:he.value=pe.value)}):(z.editorErrorMessage="",z.validateError=!1))});const Fe=computed(()=>e.draggable),Ue=computed(()=>e.overflow);useDraggable(pe,Ie,Fe,Ue),onMounted(async()=>{await nextTick$1(),e.closeOnHashChange&&window.addEventListener("hashchange",kt)}),onBeforeUnmount(()=>{e.closeOnHashChange&&window.removeEventListener("hashchange",kt)});function kt(){V.value&&(V.value=!1,nextTick$1(()=>{z.action&&t("action",z.action)}))}const Et=()=>{e.closeOnClickModal&&jt(z.distinguishCancelAndClose?"close":"cancel")},Ve=useSameTarget(Et),qe=ur=>{if(z.inputType!=="textarea")return ur.preventDefault(),jt("confirm")},jt=ur=>{var cr;e.boxType==="prompt"&&ur==="confirm"&&!tr()||(z.action=ur,z.beforeClose?(cr=z.beforeClose)==null||cr.call(z,ur,z,kt):kt())},tr=()=>{if(e.boxType==="prompt"){const ur=z.inputPattern;if(ur&&!ur.test(z.inputValue||""))return z.editorErrorMessage=z.inputErrorMessage||$("el.messagebox.error"),z.validateError=!0,!1;const cr=z.inputValidator;if(typeof cr=="function"){const _r=cr(z.inputValue);if(_r===!1)return z.editorErrorMessage=z.inputErrorMessage||$("el.messagebox.error"),z.validateError=!0,!1;if(typeof _r=="string")return z.editorErrorMessage=_r,z.validateError=!0,!1}}return z.editorErrorMessage="",z.validateError=!1,!0},rr=()=>{const ur=Ce.value.$refs;return ur.input||ur.textarea},ar=()=>{jt("close")},nr=()=>{e.closeOnPressEscape&&ar()};return e.lockScroll&&useLockscreen(V),{...toRefs(z),ns:k,overlayEvent:Ve,visible:V,hasMessage:de,typeClass:re,contentId:ie,inputId:oe,btnSize:L,iconComponent:ue,confirmButtonClasses:Ne,rootRef:pe,focusStartRef:he,headerRef:Ie,inputRef:Ce,confirmRef:_e,doClose:kt,handleClose:ar,onCloseRequested:nr,handleWrapperClick:Et,handleInputEnter:qe,handleAction:jt,t:$}}});function _sfc_render(e,t,y,n,k,L){const $=resolveComponent("el-icon"),j=resolveComponent("close"),V=resolveComponent("el-input"),z=resolveComponent("el-button"),re=resolveComponent("el-focus-trap"),ie=resolveComponent("el-overlay");return openBlock(),createBlock(Transition,{name:"fade-in-linear",onAfterLeave:oe=>e.$emit("vanish"),persisted:""},{default:withCtx(()=>[withDirectives(createVNode(ie,{"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($,{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:oe=>e.handleAction(e.distinguishCancelAndClose?"close":"cancel"),onKeydown:withKeys(withModifiers(oe=>e.handleAction(e.distinguishCancelAndClose?"close":"cancel"),["prevent"]),["enter"])},[createVNode($,{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($,{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":oe=>e.inputValue=oe,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:oe=>e.handleAction("cancel"),onKeydown:withKeys(withModifiers(oe=>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:oe=>e.handleAction("confirm"),onKeydown:withKeys(withModifiers(oe=>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$3(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$4(e.message)||isVNode(e.message)?{default:isFunction$4(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(k)},e.onAction=L=>{const $=messageInstance.get(k);let j;e.showInput?j={value:k.inputValue,action:L}:j=L,e.callback?e.callback(j,n.proxy):L==="cancel"||L==="close"?e.distinguishCancelAndClose&&L!=="cancel"?$.reject("close"):$.reject("cancel"):$.resolve(j)};const n=initInstance(e,y,t),k=n.proxy;for(const L in e)hasOwn$1(e,L)&&!hasOwn$1(k.$props,L)&&(k[L]=e[L]);return k.visible=!0,k};function MessageBox(e,t=null){if(!isClient)return Promise.reject();let y;return isString$3(e)||isVNode(e)?e={message:e}:y=e.callback,new Promise((n,k)=>{const L=showMessage(e,t??MessageBox._context);messageInstance.set(L,{options:e,callback:y,resolve:n,reject:k})})}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,k)=>{let L="";return isObject$4(y)?(n=y,L=""):isUndefined$1(y)?L="":L=y,MessageBox(Object.assign({title:L,message:t,type:"",...MESSAGE_BOX_DEFAULT_OPTS[e]},n,{boxType:e}),k)}}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:k}=useGlobalComponentSettings("notification"),{nextZIndex:L,currentZIndex:$}=k,{Close:j}=CloseComponents,V=ref$1(!1);let z;const re=computed(()=>{const _e=y.type;return _e&&TypeComponentsMap[y.type]?n.m(_e):""}),ie=computed(()=>y.type&&TypeComponentsMap[y.type]||y.icon),oe=computed(()=>y.position.endsWith("right")?"right":"left"),ue=computed(()=>y.position.startsWith("top")?"top":"bottom"),de=computed(()=>{var _e;return{[ue.value]:`${y.offset}px`,zIndex:(_e=y.zIndex)!=null?_e:$.value}});function pe(){y.duration>0&&({stop:z}=useTimeoutFn(()=>{V.value&&he()},y.duration))}function Ie(){z==null||z()}function he(){V.value=!1}function Ce({code:_e}){_e===EVENT_CODE.delete||_e===EVENT_CODE.backspace?Ie():_e===EVENT_CODE.esc?V.value&&he():pe()}return onMounted(()=>{pe(),L(),V.value=!0}),useEventListener(document,"keydown",Ce),t({visible:V,close:he}),(_e,Ne)=>(openBlock(),createBlock(Transition,{name:unref(n).b("fade"),onBeforeLeave:_e.onClose,onAfterLeave:Fe=>_e.$emit("destroy"),persisted:""},{default:withCtx(()=>[withDirectives(createBaseVNode("div",{id:_e.id,class:normalizeClass([unref(n).b(),_e.customClass,unref(oe)]),style:normalizeStyle(unref(de)),role:"alert",onMouseenter:Ie,onMouseleave:pe,onClick:_e.onClick},[unref(ie)?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass([unref(n).e("icon"),unref(re)])},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(ie))))]),_: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(_e.title)},null,10,["textContent"]),withDirectives(createBaseVNode("div",{class:normalizeClass(unref(n).e("content")),style:normalizeStyle(_e.title?void 0:{margin:0})},[renderSlot(_e.$slots,"default",{},()=>[_e.dangerouslyUseHTMLString?(openBlock(),createElementBlock(Fragment,{key:1},[createCommentVNode(" Caution here, message could've been compromised, never use user's input as message "),createBaseVNode("p",{innerHTML:_e.message},null,8,["innerHTML"])],2112)):(openBlock(),createElementBlock("p",{key:0},toDisplayString(_e.message),1))])],6),[[vShow,_e.message]]),_e.showClose?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(n).e("closeBtn")),onClick:withModifiers(he,["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 ie;n+=(((ie=re.el)==null?void 0:ie.offsetHeight)||0)+GAP_SIZE}),n+=GAP_SIZE;const k=`notification_${seed++}`,L=e.onClose,$={...e,offset:n,id:k,onClose:()=>{close$1(k,y,L)}};let j=document.body;isElement$2(e.appendTo)?j=e.appendTo:isString$3(e.appendTo)&&(j=document.querySelector(e.appendTo)),isElement$2(j)||(j=document.body);const V=document.createElement("div"),z=createVNode(NotificationConstructor,$,isVNode($.message)?{default:()=>$.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],k=n.findIndex(({vm:z})=>{var re;return((re=z.component)==null?void 0:re.props.id)===e});if(k===-1)return;const{vm:L}=n[k];if(!L)return;y==null||y(L);const $=L.el.offsetHeight,j=t.split("-")[0];n.splice(k,1);const V=n.length;if(!(V<1))for(let z=k;z<V;z++){const{el:re,component:ie}=n[z].vm,oe=Number.parseInt(re.style[j],10)-$-GAP_SIZE;ie.props.offset=oe}}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:"热情活泼"}],codeBlockUrlPrefix="https://cdn.bootcdn.net/ajax/libs/highlight.js/11.10.0/styles/",codeBlockThemeList=["1c-light.min.css","a11y-dark.min.css","a11y-light.min.css","agate.min.css","an-old-hope.min.css","androidstudio.min.css","arduino-light.min.css","arta.min.css","ascetic.min.css","atom-one-dark-reasonable.min.css","atom-one-dark.min.css","atom-one-light.min.css","brown-paper.min.css","codepen-embed.min.css","color-brewer.min.css","dark.min.css","default.min.css","devibeans.min.css","docco.min.css","far.min.css","felipec.min.css","foundation.min.css","github-dark-dimmed.min.css","github-dark.min.css","github.min.css","gml.min.css","googlecode.min.css","gradient-dark.min.css","gradient-light.min.css","grayscale.min.css","hybrid.min.css","idea.min.css","intellij-light.min.css","ir-black.min.css","isbl-editor-dark.min.css","isbl-editor-light.min.css","kimbie-dark.min.css","kimbie-light.min.css","lightfair.min.css","lioshi.min.css","magula.min.css","mono-blue.min.css","monokai-sublime.min.css","monokai.min.css","night-owl.min.css","nnfx-dark.min.css","nnfx-light.min.css","nord.min.css","obsidian.min.css","panda-syntax-dark.min.css","panda-syntax-light.min.css","paraiso-dark.min.css","paraiso-light.min.css","pojoaque.min.css","purebasic.min.css","qtcreator-dark.min.css","qtcreator-light.min.css","rainbow.min.css","routeros.min.css","school-book.min.css","shades-of-purple.min.css","srcery.min.css","stackoverflow-dark.min.css","stackoverflow-light.min.css","sunburst.min.css","tokyo-night-dark.min.css","tokyo-night-light.min.css","tomorrow-night-blue.min.css","tomorrow-night-bright.min.css","vs.min.css","vs2015.min.css","xcode.min.css","xt256.min.css"],codeBlockThemeOptions=[...codeBlockThemeList.map(e=>{const t=`${codeBlockUrlPrefix}${e}`;return{label:e.replace(".min.css",""),value:t}})],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",baseBorderColor="rgba(215, 16, 166, 0.8)",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"}}},graceTheme={BASE:{"text-align":"left","line-height":"1.75"},block:{h1:{"font-size":"1.4em","text-align":"center","font-weight":"bold",display:"table",margin:"2em auto 1em",padding:"0.5em 1em","border-bottom":`2px solid ${baseBorderColor}`,color:"var(--el-text-color-regular)","text-shadow":"2px 2px 4px rgba(0,0,0,0.1)",transition:"all 0.3s ease","&:hover":{transform:"translateY(-3px)","box-shadow":"0 10px 20px rgba(0,0,0,0.1)"}},h2:{"font-size":"1.3em","text-align":"center","font-weight":"bold",display:"table",margin:"4em auto 2em",padding:"0.3em 1em",background:`${baseBorderColor}`,color:"#fff","border-radius":"8px","box-shadow":"0 4px 6px rgba(0,0,0,0.1)",transition:"all 0.3s ease","&:hover":{transform:"scale(1.05)","box-shadow":"0 6px 8px rgba(0,0,0,0.15)"}},h3:{"font-weight":"bold","font-size":"1.2em",margin:"2em 8px 0.75em 0","line-height":"1.2","padding-left":"12px","border-left":`4px solid ${baseBorderColor}`,"border-bottom":`1px solid ${baseBorderColor}`,color:"var(--el-text-color-regular)",transition:"all 0.3s ease","&:hover":{"padding-left":"16px","border-left-width":"6px"}},h4:{"font-weight":"bold","font-size":"1.1em",margin:"2em 8px 0.5em",color:"rgba(66, 185, 131, 0.9)",transition:"color 0.3s ease","&:hover":{color:"rgba(66, 185, 131, 1)"}},p:{margin:"1.5em 8px","letter-spacing":"0.1em",color:"var(--el-text-color-regular)","text-align":"justify",transition:"all 0.3s ease","&:hover":{transform:"translateX(3px)"}},blockquote:{"font-style":"italic","border-left":`4px solid ${baseBorderColor}`,padding:"1em 1em 1em 2em","border-radius":"6px",color:"rgba(0,0,0,0.6)",background:"linear-gradient(to right, #f7f7f7, #ffffff)",margin:"2em 8px","box-shadow":"0 4px 6px rgba(0,0,0,0.05)",transition:"all 0.3s ease","&:hover":{transform:"translateY(-3px)","box-shadow":"0 6px 8px rgba(0,0,0,0.1)"}},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","box-shadow":"inset 0 0 10px rgba(0,0,0,0.05)",transition:"all 0.3s ease","&:hover":{"box-shadow":"inset 0 0 15px rgba(0,0,0,0.1)"}},code:{margin:0,"white-space":"pre-wrap","font-family":"'Fira Code', Menlo, Operator Mono, Consolas, Monaco, monospace"},image:{"border-radius":"8px",display:"block",margin:"0.1em auto 0.5em",width:"100% !important","box-shadow":"0 4px 8px rgba(0,0,0,0.1)",transition:"all 0.3s ease","&:hover":{transform:"scale(1.02)","box-shadow":"0 6px 12px rgba(0,0,0,0.15)"}},ol:{"margin-left":"0","padding-left":"1.5em",color:"var(--el-text-color-regular)"},ul:{"margin-left":"0","padding-left":"1.5em","list-style":"none",color:"var(--el-text-color-regular)"},"ul li::before":{content:'"•"',color:"rgba(0, 152, 116, 0.9)","font-weight":"bold",display:"inline-block",width:"1em","margin-left":"-1em"},hr:{border:"none",height:"1px",background:"linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0))",margin:"2em 0"}},inline:{listitem:{"text-indent":"-1em",display:"block",margin:"0.5em 8px",color:"var(--el-text-color-regular)",transition:"all 0.3s ease","&:hover":{transform:"translateX(5px)"}},codespan:{"font-size":"90%",color:"#d14",background:"rgba(27,31,35,.05)",padding:"3px 5px","border-radius":"4px",transition:"all 0.3s ease","&:hover":{background:"rgba(27,31,35,.1)"}},link:{color:"#576b95",transition:"all 0.3s ease","&:hover":{color:"#1a3f6f","text-decoration":"underline"}},wx_link:{},strong:{color:"rgba(15, 76, 129, 0.9)","font-weight":"bold",transition:"all 0.3s ease","&:hover":{color:"rgba(15, 76, 129, 1)","text-shadow":"1px 1px 2px rgba(15, 76, 129, 0.2)"}},table:{"border-collapse":"separate","border-spacing":"0","text-align":"center",margin:"1em 8px",color:"var(--el-text-color-regular)","box-shadow":"0 4px 6px rgba(0,0,0,0.1)","border-radius":"8px",overflow:"hidden"},thead:{background:"linear-gradient(45deg, rgba(0, 152, 116, 0.9), rgba(0, 192, 146, 0.9))",color:"#fff","font-weight":"bold"},td:{border:"1px solid #dfdfdf",padding:"0.5em 1em",color:baseColor,transition:"all 0.3s ease"},"tr:hover td":{background:"rgba(0, 152, 116, 0.05)"},footnote:{"font-size":"12px",color:"rgba(0,0,0,0.5)",transition:"all 0.3s ease","&:hover":{color:"rgba(0,0,0,0.7)"}}}},themeOptions=[{label:"经典",value:"default",desc:""},{label:"优雅",value:"grace",desc:""}],themeMap={default:defaultTheme,grace:graceTheme};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 k in n)y[k]=n[k]}),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,k)=>`${n}${"_".repeat(k+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 k=y;let L=source(n),$="";for(;L.length>0;){const j=BACKREF_RE.exec(L);if(!j){$+=L;break}$+=L.substring(0,j.index),L=L.substring(j.index+j[0].length),j[0][0]==="\\"&&j[1]?$+="\\"+String(Number(j[1])+k):($+=j[0],j[0]==="("&&y++)}return $}).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 k=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(/[ ]+/,"(",k,/[.]?[:]?([.][ ]|[ ])/,"){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=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"?k(y,e.split(" ")):Array.isArray(e)?k(y,e):Object.keys(e).forEach(function(L){Object.assign(n,compileKeywords(e[L],t,L))}),n;function k(L,$){t&&($=$.map(j=>j.toLowerCase())),$.forEach(function(j){const V=j.split("|");n[V[0]]=[L,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 k=e[y],L={},$={};for(let j=1;j<=t.length;j++)$[j+n]=k[j],L[j+n]=!0,n+=countMatchGroups(t[j-1]);e[y]=$,e[y]._emit=L,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($,j){return new RegExp(source($),"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((ie,oe)=>oe>0&&ie!==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 k($){const j=new n;return $.contains.forEach(V=>j.addRule(V.begin,{rule:V,type:"begin"})),$.terminatorEnd&&j.addRule($.terminatorEnd,{type:"end"}),$.illegal&&j.addRule($.illegal,{type:"illegal"}),j}function L($,j){const V=$;if($.isCompiled)return V;[scopeClassName,compileMatch,MultiClass,beforeMatchExt].forEach(re=>re($,j)),e.compilerExtensions.forEach(re=>re($,j)),$.__beforeBegin=null,[beginKeywords,compileIllegal,compileRelevance].forEach(re=>re($,j)),$.isCompiled=!0;let z=null;return typeof $.keywords=="object"&&$.keywords.$pattern&&($.keywords=Object.assign({},$.keywords),z=$.keywords.$pattern,delete $.keywords.$pattern),z=z||/\w+/,$.keywords&&($.keywords=compileKeywords($.keywords,e.case_insensitive)),V.keywordPatternRe=t(z,!0),j&&($.begin||($.begin=/\B|\b/),V.beginRe=t(V.begin),!$.end&&!$.endsWithParent&&($.end=/\B|\b/),$.end&&(V.endRe=t(V.end)),V.terminatorEnd=source(V.end)||"",$.endsWithParent&&j.terminatorEnd&&(V.terminatorEnd+=($.end?"|":"")+j.terminatorEnd)),$.illegal&&(V.illegalRe=t($.illegal)),$.contains||($.contains=[]),$.contains=[].concat(...$.contains.map(function(re){return expandOrCloneMode(re==="self"?$:re)})),$.contains.forEach(function(re){L(re,V)}),$.starts&&L($.starts,j),V.matcher=k(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||{}),L(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="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 k=!0;const L="Could not find the language '{}', did you forget to load/include a language module?",$={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(cr){return j.noHighlightRe.test(cr)}function z(cr){let _r=cr.className+" ";_r+=cr.parentNode?cr.parentNode.className:"";const hr=j.languageDetectRe.exec(_r);if(hr){const Er=Ve(hr[1]);return Er||(warn(L.replace("{}",hr[1])),warn("Falling back to no-highlight mode for this block.",cr)),Er?hr[1]:"no-highlight"}return _r.split(/\s+/).find(Er=>V(Er)||Ve(Er))}function re(cr,_r,hr){let Er="",kr="";typeof _r=="object"?(Er=cr,hr=_r.ignoreIllegals,kr=_r.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`),kr=cr,Er=_r),hr===void 0&&(hr=!0);const xr={code:Er,language:kr};nr("before:highlight",xr);const yr=xr.result?xr.result:ie(xr.language,xr.code,hr);return yr.code=xr.code,nr("after:highlight",yr),yr}function ie(cr,_r,hr,Er){const kr=Object.create(null);function xr(Wa,Go){return Wa.keywords[Go]}function yr(){if(!Rr.keywords){Kr.addText(Nr);return}let Wa=0;Rr.keywordPatternRe.lastIndex=0;let Go=Rr.keywordPatternRe.exec(Nr),us="";for(;Go;){us+=Nr.substring(Wa,Go.index);const Kn=vr.case_insensitive?Go[0].toLowerCase():Go[0],Gr=xr(Rr,Kn);if(Gr){const[Ar,On]=Gr;if(Kr.addText(us),us="",kr[Kn]=(kr[Kn]||0)+1,kr[Kn]<=MAX_KEYWORD_HITS&&(Fr+=On),Ar.startsWith("_"))us+=Go[0];else{const kn=vr.classNameAliases[Ar]||Ar;Mr(Go[0],kn)}}else us+=Go[0];Wa=Rr.keywordPatternRe.lastIndex,Go=Rr.keywordPatternRe.exec(Nr)}us+=Nr.substring(Wa),Kr.addText(us)}function br(){if(Nr==="")return;let Wa=null;if(typeof Rr.subLanguage=="string"){if(!t[Rr.subLanguage]){Kr.addText(Nr);return}Wa=ie(Rr.subLanguage,Nr,!0,Wr[Rr.subLanguage]),Wr[Rr.subLanguage]=Wa._top}else Wa=ue(Nr,Rr.subLanguage.length?Rr.subLanguage:null);Rr.relevance>0&&(Fr+=Wa.relevance),Kr.__addSublanguage(Wa._emitter,Wa.language)}function Ir(){Rr.subLanguage!=null?br():yr(),Nr=""}function Mr(Wa,Go){Wa!==""&&(Kr.startScope(Go),Kr.addText(Wa),Kr.endScope())}function mr(Wa,Go){let us=1;const Kn=Go.length-1;for(;us<=Kn;){if(!Wa._emit[us]){us++;continue}const Gr=vr.classNameAliases[Wa[us]]||Wa[us],Ar=Go[us];Gr?Mr(Ar,Gr):(Nr=Ar,yr(),Nr=""),us++}}function gr(Wa,Go){return Wa.scope&&typeof Wa.scope=="string"&&Kr.openNode(vr.classNameAliases[Wa.scope]||Wa.scope),Wa.beginScope&&(Wa.beginScope._wrap?(Mr(Nr,vr.classNameAliases[Wa.beginScope._wrap]||Wa.beginScope._wrap),Nr=""):Wa.beginScope._multi&&(mr(Wa.beginScope,Go),Nr="")),Rr=Object.create(Wa,{parent:{value:Rr}}),Rr}function jr(Wa,Go,us){let Kn=startsWith$1(Wa.endRe,us);if(Kn){if(Wa["on:end"]){const Gr=new Response$1(Wa);Wa["on:end"](Go,Gr),Gr.isMatchIgnored&&(Kn=!1)}if(Kn){for(;Wa.endsParent&&Wa.parent;)Wa=Wa.parent;return Wa}}if(Wa.endsWithParent)return jr(Wa.parent,Go,us)}function Hr(Wa){return Rr.matcher.regexIndex===0?(Nr+=Wa[0],1):(Po=!0,0)}function Vr(Wa){const Go=Wa[0],us=Wa.rule,Kn=new Response$1(us),Gr=[us.__beforeBegin,us["on:begin"]];for(const Ar of Gr)if(Ar&&(Ar(Wa,Kn),Kn.isMatchIgnored))return Hr(Go);return us.skip?Nr+=Go:(us.excludeBegin&&(Nr+=Go),Ir(),!us.returnBegin&&!us.excludeBegin&&(Nr=Go)),gr(us,Wa),us.returnBegin?0:Go.length}function zr(Wa){const Go=Wa[0],us=_r.substring(Wa.index),Kn=jr(Rr,Wa,us);if(!Kn)return NO_MATCH;const Gr=Rr;Rr.endScope&&Rr.endScope._wrap?(Ir(),Mr(Go,Rr.endScope._wrap)):Rr.endScope&&Rr.endScope._multi?(Ir(),mr(Rr.endScope,Wa)):Gr.skip?Nr+=Go:(Gr.returnEnd||Gr.excludeEnd||(Nr+=Go),Ir(),Gr.excludeEnd&&(Nr=Go));do Rr.scope&&Kr.closeNode(),!Rr.skip&&!Rr.subLanguage&&(Fr+=Rr.relevance),Rr=Rr.parent;while(Rr!==Kn.parent);return Kn.starts&&gr(Kn.starts,Wa),Gr.returnEnd?0:Go.length}function Sr(){const Wa=[];for(let Go=Rr;Go!==vr;Go=Go.parent)Go.scope&&Wa.unshift(Go.scope);Wa.forEach(Go=>Kr.openNode(Go))}let Tr={};function Br(Wa,Go){const us=Go&&Go[0];if(Nr+=Wa,us==null)return Ir(),0;if(Tr.type==="begin"&&Go.type==="end"&&Tr.index===Go.index&&us===""){if(Nr+=_r.slice(Go.index,Go.index+1),!k){const Kn=new Error(`0 width match regex (${cr})`);throw Kn.languageName=cr,Kn.badRule=Tr.rule,Kn}return 1}if(Tr=Go,Go.type==="begin")return Vr(Go);if(Go.type==="illegal"&&!hr){const Kn=new Error('Illegal lexeme "'+us+'" for mode "'+(Rr.scope||"<unnamed>")+'"');throw Kn.mode=Rr,Kn}else if(Go.type==="end"){const Kn=zr(Go);if(Kn!==NO_MATCH)return Kn}if(Go.type==="illegal"&&us==="")return 1;if(ca>1e5&&ca>Go.index*3)throw new Error("potential infinite loop, way more iterations than matches");return Nr+=us,us.length}const vr=Ve(cr);if(!vr)throw error(L.replace("{}",cr)),new Error('Unknown language: "'+cr+'"');const Cr=compileLanguage(vr);let Dr="",Rr=Er||Cr;const Wr={},Kr=new j.__emitter(j);Sr();let Nr="",Fr=0,Qr=0,ca=0,Po=!1;try{if(vr.__emitTokens)vr.__emitTokens(_r,Kr);else{for(Rr.matcher.considerAll();;){ca++,Po?Po=!1:Rr.matcher.considerAll(),Rr.matcher.lastIndex=Qr;const Wa=Rr.matcher.exec(_r);if(!Wa)break;const Go=_r.substring(Qr,Wa.index),us=Br(Go,Wa);Qr=Wa.index+us}Br(_r.substring(Qr))}return Kr.finalize(),Dr=Kr.toHTML(),{language:cr,value:Dr,relevance:Fr,illegal:!1,_emitter:Kr,_top:Rr}}catch(Wa){if(Wa.message&&Wa.message.includes("Illegal"))return{language:cr,value:escape$3(_r),illegal:!0,relevance:0,_illegalBy:{message:Wa.message,index:Qr,context:_r.slice(Qr-100,Qr+100),mode:Wa.mode,resultSoFar:Dr},_emitter:Kr};if(k)return{language:cr,value:escape$3(_r),illegal:!1,relevance:0,errorRaised:Wa,_emitter:Kr,_top:Rr};throw Wa}}function oe(cr){const _r={value:escape$3(cr),illegal:!1,relevance:0,_top:$,_emitter:new j.__emitter(j)};return _r._emitter.addText(cr),_r}function ue(cr,_r){_r=_r||j.languages||Object.keys(t);const hr=oe(cr),Er=_r.filter(Ve).filter(jt).map(Ir=>ie(Ir,cr,!1));Er.unshift(hr);const kr=Er.sort((Ir,Mr)=>{if(Ir.relevance!==Mr.relevance)return Mr.relevance-Ir.relevance;if(Ir.language&&Mr.language){if(Ve(Ir.language).supersetOf===Mr.language)return 1;if(Ve(Mr.language).supersetOf===Ir.language)return-1}return 0}),[xr,yr]=kr,br=xr;return br.secondBest=yr,br}function de(cr,_r,hr){const Er=_r&&y[_r]||hr;cr.classList.add("hljs"),cr.classList.add(`language-${Er}`)}function pe(cr){let _r=null;const hr=z(cr);if(V(hr))return;if(nr("before:highlightElement",{el:cr,language:hr}),cr.dataset.highlighted){console.log("Element previously highlighted. To highlight again, first unset `dataset.highlighted`.",cr);return}if(cr.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(cr)),j.throwUnescapedHTML))throw new HTMLInjectionError("One of your code blocks includes unescaped HTML.",cr.innerHTML);_r=cr;const Er=_r.textContent,kr=hr?re(Er,{language:hr,ignoreIllegals:!0}):ue(Er);cr.innerHTML=kr.value,cr.dataset.highlighted="yes",de(cr,hr,kr.language),cr.result={language:kr.language,re:kr.relevance,relevance:kr.relevance},kr.secondBest&&(cr.secondBest={language:kr.secondBest.language,relevance:kr.secondBest.relevance}),nr("after:highlightElement",{el:cr,result:kr,text:Er})}function Ie(cr){j=inherit(j,cr)}const he=()=>{Ne(),deprecated("10.6.0","initHighlighting() deprecated. Use highlightAll() now.")};function Ce(){Ne(),deprecated("10.6.0","initHighlightingOnLoad() deprecated. Use highlightAll() now.")}let _e=!1;function Ne(){if(document.readyState==="loading"){_e=!0;return}document.querySelectorAll(j.cssSelector).forEach(pe)}function Fe(){_e&&Ne()}typeof window<"u"&&window.addEventListener&&window.addEventListener("DOMContentLoaded",Fe,!1);function Ue(cr,_r){let hr=null;try{hr=_r(e)}catch(Er){if(error("Language definition for '{}' could not be registered.".replace("{}",cr)),k)error(Er);else throw Er;hr=$}hr.name||(hr.name=cr),t[cr]=hr,hr.rawDefinition=_r.bind(null,e),hr.aliases&&qe(hr.aliases,{languageName:cr})}function kt(cr){delete t[cr];for(const _r of Object.keys(y))y[_r]===cr&&delete y[_r]}function Et(){return Object.keys(t)}function Ve(cr){return cr=(cr||"").toLowerCase(),t[cr]||t[y[cr]]}function qe(cr,{languageName:_r}){typeof cr=="string"&&(cr=[cr]),cr.forEach(hr=>{y[hr.toLowerCase()]=_r})}function jt(cr){const _r=Ve(cr);return _r&&!_r.disableAutodetect}function tr(cr){cr["before:highlightBlock"]&&!cr["before:highlightElement"]&&(cr["before:highlightElement"]=_r=>{cr["before:highlightBlock"](Object.assign({block:_r.el},_r))}),cr["after:highlightBlock"]&&!cr["after:highlightElement"]&&(cr["after:highlightElement"]=_r=>{cr["after:highlightBlock"](Object.assign({block:_r.el},_r))})}function rr(cr){tr(cr),n.push(cr)}function ar(cr){const _r=n.indexOf(cr);_r!==-1&&n.splice(_r,1)}function nr(cr,_r){const hr=cr;n.forEach(function(Er){Er[hr]&&Er[hr](_r)})}function ur(cr){return deprecated("10.7.0","highlightBlock will be removed entirely in v12.0"),deprecated("10.7.0","Please use highlightElement now."),pe(cr)}Object.assign(e,{highlight:re,highlightAuto:ue,highlightAll:Ne,highlightElement:pe,highlightBlock:ur,configure:Ie,initHighlighting:he,initHighlightingOnLoad:Ce,registerLanguage:Ue,unregisterLanguage:kt,listLanguages:Et,getLanguage:Ve,registerAliases:qe,autoDetection:jt,inherit,addPlugin:rr,removePlugin:ar}),e.debugMode=function(){k=!1},e.safeMode=function(){k=!0},e.versionString=version,e.regex={concat:concat$2,lookahead,either,optional,anyNumberOfTimes};for(const cr in MODES)typeof MODES[cr]=="object"&&deepFreeze(MODES[cr]);return Object.assign(e,MODES),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]+",L="далее "+"возврат вызватьисключение выполнить для если и из или иначе иначеесли исключение каждого конецесли конецпопытки конеццикла не новый перейти перем по пока попытка прервать продолжить тогда цикл экспорт ",V="загрузитьизфайла "+"вебклиент вместо внешнеесоединение клиент конецобласти мобильноеприложениеклиент мобильноеприложениесервер наклиенте наклиентенасервере наклиентенасерверебезконтекста насервере насерверебезконтекста область перед после сервер толстыйклиентобычноеприложение толстыйклиентуправляемоеприложение тонкийклиент ",ue="разделительстраниц разделительстрок символтабуляции "+"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 файловыепотоки фоновыезадания хранилищанастроек хранилищевариантовотчетов хранилищенастроекданныхформ хранилищеобщихнастроек хранилищепользовательскихнастроекдинамическихсписков хранилищепользовательскихнастроекотчетов хранилищесистемныхнастроек ",Er="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 типэлементаинформацииовыполненииобновленияконфигурациибазыданных уровеньизоляциитранзакций хешфункция частидаты",yr="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 деревозначений массив соответствие списокзначений структура таблицазначений фиксированнаяструктура фиксированноесоответствие фиксированныймассив ",br="null истина ложь неопределено",Ir=t.inherit(t.NUMBER_MODE),Mr={className:"string",begin:'"|\\|',end:'"|$',contains:[{begin:'""'}]},mr={begin:"'",end:"'",excludeBegin:!0,excludeEnd:!0,contains:[{className:"number",begin:"\\d{4}([\\.\\\\/:-]?\\d{2}){0,5}"}]},gr={match:/[;()+\-:=,]/,className:"punctuation",relevance:0},jr=t.inherit(t.C_LINE_COMMENT_MODE),Hr={className:"meta",begin:"#|&",end:"$",keywords:{$pattern:y,keyword:L+V},contains:[jr]},Vr={className:"symbol",begin:"~",end:";|:",excludeEnd:!0},zr={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:br},contains:[Ir,Mr,mr]},jr]},t.inherit(t.TITLE_MODE,{begin:y})]};return{name:"1C:Enterprise",case_insensitive:!0,keywords:{$pattern:y,keyword:L,built_in:ue,class:Er,type:yr,literal:br},contains:[Hr,zr,jr,Vr,Ir,Mr,mr,gr]}}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-]*/,k=["ALPHA","BIT","CHAR","CR","CRLF","CTL","DIGIT","DQUOTE","HEXDIG","HTAB","LF","LWSP","OCTET","SP","VCHAR","WSP"],L=t.COMMENT(/;/,/$/),$={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:k,contains:[{scope:"operator",match:/=\/?/},re,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_$]*/,k=y.concat(n,y.concat("(\\.",n,")*")),L=/([*]|[a-zA-Z_$][a-zA-Z0-9_$]*)/,$={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+/,k],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,$]},{begin:y.concat(/:\s*/,L)}]},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,k=y+"(\\."+y+")?("+n+")?",L="\\w+",j="\\b("+(y+"#"+L+"(\\."+L+")?#("+n+")?")+"|"+k+")",V="[A-Za-z](_?[A-Za-z0-9.])*",z=`[]\\{\\}%#'"`,re=t.COMMENT("--","$"),ie={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},ie,{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},ie]}}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_]+@"},k={className:"keyword",begin:"<",end:">",contains:[y,n]};return y.contains=[k],n.contains=[k],{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+/},k={className:"number",begin:/\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}(:\d{1,5})?/},L={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,L,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]},k,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}),k={className:"params",begin:/\(/,end:/\)/,contains:["self",t.C_NUMBER_MODE,n]},L=t.COMMENT(/--/,/$/),$=t.COMMENT(/\(\*/,/\*\)/,{contains:["self",L]}),j=[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,k]},...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_]*",k={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"]},L=["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"],$={className:"symbol",begin:"\\$"+y.either(...L)},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:k,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:k,contains:[t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,z,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,$,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:k,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,k=y.COMMENT("//","$",{contains:[{begin:/\\\n/}]}),L="decltype\\(auto\\)",$="[a-zA-Z_]\\w*::",V="(?!struct)("+L+"|"+n.optional($)+"[a-zA-Z_]\\w*"+n.optional("<[^<>]+>")+")",z={className:"type",begin:"\\b[a-z\\d_]*_t\\b"},ie={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})"/})]},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},y.inherit(ie,{className:"string"}),{className:"string",begin:/<.*?>/},k,y.C_BLOCK_COMMENT_MODE]},de={className:"title",begin:n.optional($)+y.IDENT_RE,relevance:0},pe=n.optional($)+y.IDENT_RE+"\\s*\\(",Ie=["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"],he=["bool","char","char16_t","char32_t","char8_t","double","float","int","long","short","void","wchar_t","unsigned","signed","const","static"],Ce=["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"],_e=["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"],Ue={type:he,keyword:Ie,literal:["NULL","false","nullopt","nullptr","true"],built_in:["_Pragma"],_type_hints:Ce},kt={className:"function.dispatch",relevance:0,keywords:{_hint:_e},begin:n.concat(/\b/,/(?!decltype)/,/(?!if)/,/(?!for)/,/(?!switch)/,/(?!while)/,y.IDENT_RE,n.lookahead(/(<[^<>]+>|)\s*\(/))},Et=[kt,ue,z,k,y.C_BLOCK_COMMENT_MODE,oe,ie],Ve={variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:Ue,contains:Et.concat([{begin:/\(/,end:/\)/,keywords:Ue,contains:Et.concat(["self"]),relevance:0}]),relevance:0},qe={className:"function",begin:"("+V+"[\\*&\\s]+)+"+pe,returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:Ue,illegal:/[^\w\s\*&:<>.]/,contains:[{begin:L,keywords:Ue,relevance:0},{begin:pe,returnBegin:!0,contains:[de],relevance:0},{begin:/::/,relevance:0},{begin:/:/,endsWithParent:!0,contains:[ie,oe]},{relevance:0,match:/,/},{className:"params",begin:/\(/,end:/\)/,keywords:Ue,relevance:0,contains:[k,y.C_BLOCK_COMMENT_MODE,ie,oe,z,{begin:/\(/,end:/\)/,keywords:Ue,relevance:0,contains:["self",k,y.C_BLOCK_COMMENT_MODE,ie,oe,z]}]},z,k,y.C_BLOCK_COMMENT_MODE,ue]};return{name:"C++",aliases:["cc","c++","h++","hpp","hh","hxx","cxx"],keywords:Ue,illegal:"</",classNameAliases:{"function.dispatch":"built_in"},contains:[].concat(Ve,qe,kt,Et,[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:Ue,contains:["self",z]},{begin:y.IDENT_RE+"::",keywords:Ue},{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"]},k=e(y),L=k.keywords;return L.type=[...L.type,...n.type],L.literal=[...L.literal,...n.literal],L.built_in=[...L.built_in,...n.built_in],L._hints=n._hints,k.name="Arduino",k.aliases=["ino"],k.supersetOf="cpp",k}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),k=/[\p{L}0-9._:-]+/u,L={className:"symbol",begin:/&[a-z]+;|&#[0-9]+;|&#x[a-f0-9]+;/},$={begin:/\s/,contains:[{className:"keyword",begin:/#?[a-z_][a-z1-9_-]+/,illegal:/\n/}]},j=t.inherit($,{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:k,relevance:0},{begin:/=\s*/,relevance:0,contains:[{className:"string",endsParent:!0,variants:[{begin:/"/,end:/"/,contains:[L]},{begin:/'/,end:/'/,contains:[L]},{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:[$,z,V,j,{begin:/\[/,end:/\]/,contains:[{className:"meta",begin:/<![a-z]/,end:/>/,contains:[$,j,z,V]}]}]},t.COMMENT(/<!--/,/-->/,{relevance:10}),{begin:/<!\[CDATA\[/,end:/\]\]>/,relevance:10},L,{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},k=[{begin:/\\[*_`]/},{begin:/\\\\\*{2}[^\n]*?\*{2}/},{begin:/\\\\_{2}[^\n]*_{2}/},{begin:/\\\\`{2}[^\n]*`{2}/},{begin:/[:;}][*_`](?![*_`])/}],L=[{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]+)\*/}],$=[{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"],k=["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(k),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(k),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"],k="True False And Null Not Or Default",L="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",$={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,$]},ie={className:"symbol",begin:"@[A-z0-9_]+"},oe={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:L,literal:k},contains:[$,j,V,z,re,ie,oe]}}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",k={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,k,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,$={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:$};return{name:"X++",aliases:["x++"],keywords:$,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={},k={begin:/\$\{/,end:/\}/,contains:["self",{begin:/:-/,contains:[n]}]};Object.assign(n,{className:"variable",variants:[{begin:y.concat(/\$[\w\d#@][\w\d_]*/,"(?![\\w\\d])(?![$])")},k]});const L={className:"subst",begin:/\$\(/,end:/\)/,contains:[t.BACKSLASH_ESCAPE]},$=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,L]};L.contains.push(V);const z={match:/\\"/},re={className:"string",begin:/'/,end:/'/},ie={match:/\\'/},oe={begin:/\$?\(\(/,end:/\)\)/,contains:[{begin:/\d+#[0-9a-f]+/,className:"number"},t.NUMBER_MODE,n]},ue=["fish","bash","zsh","sh","csh","ksh","tcsh","dash","scsh"],de=t.SHEBANG({binary:`(${ue.join("|")})`,relevance:10}),pe={className:"function",begin:/\w[\w\d_]*\s*\(\s*\)\s*\{/,returnBegin:!0,contains:[t.inherit(t.TITLE_MODE,{begin:/\w[\w\d_]*/})],relevance:0},Ie=["if","then","else","elif","fi","for","while","until","in","do","done","case","esac","function","select"],he=["true","false"],Ce={match:/(\/[a-z._-]+)+/},_e=["break","cd","continue","eval","exec","exit","export","getopts","hash","pwd","readonly","return","shift","test","times","trap","umask","unset"],Ne=["alias","bind","builtin","caller","command","declare","echo","enable","help","let","local","logout","mapfile","printf","read","readarray","source","sudo","type","typeset","ulimit","unalias"],Fe=["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"],Ue=["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:Ie,literal:he,built_in:[..._e,...Ne,"set","shopt",...Fe,...Ue]},contains:[de,t.SHEBANG(),pe,oe,$,j,Ce,V,z,re,ie,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/}]}),k="decltype\\(auto\\)",L="[a-zA-Z_]\\w*::",j="("+k+"|"+y.optional(L)+"[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})"/})]},ie={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},oe={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]},ue={className:"title",begin:y.optional(L)+t.IDENT_RE,relevance:0},de=y.optional(L)+t.IDENT_RE+"\\s*\\(",he={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"},Ce=[oe,V,n,t.C_BLOCK_COMMENT_MODE,ie,re],_e={variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:he,contains:Ce.concat([{begin:/\(/,end:/\)/,keywords:he,contains:Ce.concat(["self"]),relevance:0}]),relevance:0},Ne={begin:"("+j+"[\\*&\\s]+)+"+de,returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:he,illegal:/[^\w\s\*&:<>.]/,contains:[{begin:k,keywords:he,relevance:0},{begin:de,returnBegin:!0,contains:[t.inherit(ue,{className:"title.function"})],relevance:0},{relevance:0,match:/,/},{className:"params",begin:/\(/,end:/\)/,keywords:he,relevance:0,contains:[n,t.C_BLOCK_COMMENT_MODE,re,ie,V,{begin:/\(/,end:/\)/,keywords:he,relevance:0,contains:["self",n,t.C_BLOCK_COMMENT_MODE,re,ie,V]}]},V,n,t.C_BLOCK_COMMENT_MODE,oe]};return{name:"C",aliases:["h"],keywords:he,disableAutodetect:!0,illegal:"</",contains:[].concat(_e,Ne,Ce,[oe,{begin:t.IDENT_RE+"::",keywords:he},{className:"class",beginKeywords:"enum class struct union",end:/[{;:<>=]/,contains:[{beginKeywords:"final class struct"},t.TITLE_MODE]}]),exports:{preprocessor:oe,strings:re,keywords:he}}}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"],k="false true",L=[t.C_LINE_COMMENT_MODE,t.COMMENT(/\{/,/\}/,{relevance:0}),t.COMMENT(/\(\*/,/\*\)/,{relevance:10})],$={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:[$,j,t.NUMBER_MODE]},...L]},ie=["Table","Form","Report","Dataport","Codeunit","XMLport","MenuSuite","Page","Query"],oe={match:[/OBJECT/,/\s+/,y.either(...ie),/\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:k},illegal:/\/\*/,contains:[{match:/[\w]+(?=\=)/,scope:"attribute",relevance:0},$,j,V,z,t.NUMBER_MODE,oe,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"],k=["true","false"],L={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:k},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/},L]}}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"],k=["doc","by","license","see","throws","tagged"],L={className:"subst",excludeBegin:!0,excludeEnd:!0,begin:/``/,end:/``/,keywords:y,relevance:10},$=[{className:"string",begin:'"""',end:'"""',relevance:10},{className:"string",begin:'"',end:'"',contains:[L]},{className:"string",begin:"'",end:"'"},{className:"number",begin:"#[0-9a-fA-F_]+|\\$[01_]+|[0-9_]+(?:\\.[0-9_](?:[eE][+-]?\\d+)?)?[kMGTPmunpf]?",relevance:0}];return L.contains=$,{name:"Ceylon",keywords:{keyword:y.concat(n),meta:k},illegal:"\\$[^01]|#[^0-9a-fA-F]",contains:[t.C_LINE_COMMENT_MODE,t.COMMENT("/\\*","\\*/",{contains:["self"]}),{className:"meta",begin:'@[a-z]\\w*(?::"[^"]*")?'}].concat($)}}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/;:$#]*",k="def defonce defprotocol defstruct defmulti defmethod defn- defn defmacro deftype defrecord",L={$pattern:n,built_in:k+" 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"},$={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}),ie={scope:"punctuation",match:/,/,relevance:0},oe=t.COMMENT(";","$",{relevance:0}),ue={className:"literal",begin:/\b(true|false|nil)\b/},de={begin:"\\[|(#::?"+n+")?\\{",end:"[\\]\\}]",relevance:0},pe={className:"symbol",begin:"[:]{1,2}"+n},Ie={begin:"\\(",end:"\\)"},he={endsWithParent:!0,relevance:0},Ce={keywords:L,className:"name",begin:n,relevance:0,starts:he},_e=[ie,Ie,V,z,re,oe,pe,de,j,ue,$],Ne={beginKeywords:k,keywords:{$pattern:n,keyword:k},end:'(\\[|#|\\d|"|:|\\{|\\)|\\(|$)',contains:[{className:"title",begin:n,relevance:0,excludeEnd:!0,endsParent:!0}].concat(_e)};return Ie.contains=[Ne,Ce,he],he.contains=_e,de.contains=_e,{name:"Clojure",aliases:["clj","edn"],illegal:/\S/,contains:[ie,Ie,V,z,re,oe,pe,de,j,ue]}}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"],k=["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],L=[].concat(k,y,n);function $(j){const V=["npm","print"],z=["yes","no","on","off"],re=["then","unless","until","loop","by","when","and","or","is","isnt","not"],ie=["var","const","let","function","static"],oe=Fe=>Ue=>!Fe.includes(Ue),ue={keyword:e.concat(re).filter(oe(ie)),literal:t.concat(z),built_in:L.concat(V)},de="[A-Za-z$_][0-9A-Za-z$_]*",pe={className:"subst",begin:/#\{/,end:/\}/,keywords:ue},Ie=[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,pe]},{begin:/"/,end:/"/,contains:[j.BACKSLASH_ESCAPE,pe]}]},{className:"regexp",variants:[{begin:"///",end:"///",contains:[pe,j.HASH_COMMENT_MODE]},{begin:"//[gim]{0,3}(?=\\W)",relevance:0},{begin:/\/(?![ *]).*?(?![\\]).\/[gim]{0,3}(?=\W)/}]},{begin:"@"+de},{subLanguage:"javascript",excludeBegin:!0,excludeEnd:!0,variants:[{begin:"```",end:"```"},{begin:"`",end:"`"}]}];pe.contains=Ie;const he=j.inherit(j.TITLE_MODE,{begin:de}),Ce="(\\(.*\\)\\s*)?\\B[-=]>",_e={className:"params",begin:"\\([^\\(]",returnBegin:!0,contains:[{begin:/\(/,end:/\)/,keywords:ue,contains:["self"].concat(Ie)}]},Ne={variants:[{match:[/class\s+/,de,/\s+extends\s+/,de]},{match:[/class\s+/,de]}],scope:{2:"title.class",4:"title.class.inherited"},keywords:ue};return{name:"CoffeeScript",aliases:["coffee","cson","iced"],keywords:ue,illegal:/\/\*/,contains:[...Ie,j.COMMENT("###","###"),j.HASH_COMMENT_MODE,{className:"function",begin:"^\\s*"+de+"\\s*=\\s*"+Ce,end:"[-=]>",returnBegin:!0,contains:[he,_e]},{begin:/[:\(,=]\s*/,relevance:0,contains:[{className:"function",begin:Ce,end:"[-=]>",returnBegin:!0,contains:[_e]}]},Ne,{begin:de+":",end:":",returnBegin:!0,returnEnd:!0,relevance:0}]}}return coffeescript_1=$,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/}]}),k="decltype\\(auto\\)",L="[a-zA-Z_]\\w*::",j="(?!struct)("+k+"|"+y.optional(L)+"[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})"/})]},ie={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},oe={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]},ue={className:"title",begin:y.optional(L)+t.IDENT_RE,relevance:0},de=y.optional(L)+t.IDENT_RE+"\\s*\\(",pe=["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"],Ie=["bool","char","char16_t","char32_t","char8_t","double","float","int","long","short","void","wchar_t","unsigned","signed","const","static"],he=["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"],Ce=["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"],Fe={type:Ie,keyword:pe,literal:["NULL","false","nullopt","nullptr","true"],built_in:["_Pragma"],_type_hints:he},Ue={className:"function.dispatch",relevance:0,keywords:{_hint:Ce},begin:y.concat(/\b/,/(?!decltype)/,/(?!if)/,/(?!for)/,/(?!switch)/,/(?!while)/,t.IDENT_RE,y.lookahead(/(<[^<>]+>|)\s*\(/))},kt=[Ue,oe,V,n,t.C_BLOCK_COMMENT_MODE,ie,re],Et={variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:Fe,contains:kt.concat([{begin:/\(/,end:/\)/,keywords:Fe,contains:kt.concat(["self"]),relevance:0}]),relevance:0},Ve={className:"function",begin:"("+j+"[\\*&\\s]+)+"+de,returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:Fe,illegal:/[^\w\s\*&:<>.]/,contains:[{begin:k,keywords:Fe,relevance:0},{begin:de,returnBegin:!0,contains:[ue],relevance:0},{begin:/::/,relevance:0},{begin:/:/,endsWithParent:!0,contains:[re,ie]},{relevance:0,match:/,/},{className:"params",begin:/\(/,end:/\)/,keywords:Fe,relevance:0,contains:[n,t.C_BLOCK_COMMENT_MODE,re,ie,V,{begin:/\(/,end:/\)/,keywords:Fe,relevance:0,contains:["self",n,t.C_BLOCK_COMMENT_MODE,re,ie,V]}]},V,n,t.C_BLOCK_COMMENT_MODE,oe]};return{name:"C++",aliases:["cc","c++","h++","hpp","hh","hxx","cxx"],keywords:Fe,illegal:"</",classNameAliases:{"function.dispatch":"built_in"},contains:[].concat(Et,Ve,Ue,kt,[oe,{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:Fe,contains:["self",V]},{begin:t.IDENT_RE+"::",keywords:Fe},{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))?",k="[a-zA-Z_]\\w*[!?=]?",L="[a-zA-Z_]\\w*[!?=]?|[-+~]@|<<|>>|[=!]~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~|]|//|//=|&[-+*]=?|&\\*\\*|\\[\\][=?]?",$="[A-Za-z_]\\w*(::\\w+)*(\\?|!)?",j={$pattern:k,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 ie(Ce,_e){const Ne=[{begin:Ce,end:_e}];return Ne[0].contains=Ne,Ne}const oe={className:"string",contains:[t.BACKSLASH_ESCAPE,V],variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/`/,end:/`/},{begin:"%[Qwi]?\\(",end:"\\)",contains:ie("\\(","\\)")},{begin:"%[Qwi]?\\[",end:"\\]",contains:ie("\\[","\\]")},{begin:"%[Qwi]?\\{",end:/\}/,contains:ie(/\{/,/\}/)},{begin:"%[Qwi]?<",end:">",contains:ie("<",">")},{begin:"%[Qwi]?\\|",end:"\\|"},{begin:/<<-\w+$/,end:/^\s*\w+$/}],relevance:0},ue={className:"string",variants:[{begin:"%q\\(",end:"\\)",contains:ie("\\(","\\)")},{begin:"%q\\[",end:"\\]",contains:ie("\\[","\\]")},{begin:"%q\\{",end:/\}/,contains:ie(/\{/,/\}/)},{begin:"%q<",end:">",contains:ie("<",">")},{begin:"%q\\|",end:"\\|"},{begin:/<<-'\w+'$/,end:/^\s*\w+$/}],relevance:0},de={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},pe={className:"regexp",contains:[t.BACKSLASH_ESCAPE,V],variants:[{begin:"%r\\(",end:"\\)",contains:ie("\\(","\\)")},{begin:"%r\\[",end:"\\]",contains:ie("\\[","\\]")},{begin:"%r\\{",end:/\}/,contains:ie(/\{/,/\}/)},{begin:"%r<",end:">",contains:ie("<",">")},{begin:"%r\\|",end:"\\|"}],relevance:0},Ie={className:"meta",begin:"@\\[",end:"\\]",contains:[t.inherit(t.QUOTE_STRING_MODE,{className:"string"})]},he=[re,oe,ue,pe,de,Ie,z,t.HASH_COMMENT_MODE,{className:"class",beginKeywords:"class module struct",end:"$|;",illegal:/=/,contains:[t.HASH_COMMENT_MODE,t.inherit(t.TITLE_MODE,{begin:$}),{begin:"<"}]},{className:"class",beginKeywords:"lib enum union",end:"$|;",illegal:/=/,contains:[t.HASH_COMMENT_MODE,t.inherit(t.TITLE_MODE,{begin:$})]},{beginKeywords:"annotation",end:"$|;",illegal:/=/,contains:[t.HASH_COMMENT_MODE,t.inherit(t.TITLE_MODE,{begin:$})],relevance:2},{className:"function",beginKeywords:"def",end:/\B\b/,contains:[t.inherit(t.TITLE_MODE,{begin:L,endsParent:!0})]},{className:"function",beginKeywords:"fun macro",end:/\B\b/,contains:[t.inherit(t.TITLE_MODE,{begin:L,endsParent:!0})],relevance:2},{className:"symbol",begin:t.UNDERSCORE_IDENT_RE+"(!|\\?)?:",relevance:0},{className:"symbol",begin:":",contains:[oe,{begin:L}],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=he,re.contains=he.slice(1),{name:"Crystal",aliases:["cr"],keywords:j,contains:he}}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"],k=["default","false","null","true"],L=["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"],$=["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:L.concat($),built_in:y,literal:k},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},ie={className:"string",begin:'@"',end:'"',contains:[{begin:'""'}]},oe=t.inherit(ie,{illegal:/\n/}),ue={className:"subst",begin:/\{/,end:/\}/,keywords:j},de=t.inherit(ue,{illegal:/\n/}),pe={className:"string",begin:/\$"/,end:'"',illegal:/\n/,contains:[{begin:/\{\{/},{begin:/\}\}/},t.BACKSLASH_ESCAPE,de]},Ie={className:"string",begin:/\$@"/,end:'"',contains:[{begin:/\{\{/},{begin:/\}\}/},{begin:'""'},ue]},he=t.inherit(Ie,{illegal:/\n/,contains:[{begin:/\{\{/},{begin:/\}\}/},{begin:'""'},de]});ue.contains=[Ie,pe,ie,t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,z,t.C_BLOCK_COMMENT_MODE],de.contains=[he,pe,oe,t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,z,t.inherit(t.C_BLOCK_COMMENT_MODE,{illegal:/\n/})];const Ce={variants:[re,Ie,pe,ie,t.APOS_STRING_MODE,t.QUOTE_STRING_MODE]},_e={begin:"<",end:">",contains:[{beginKeywords:"in out"},V]},Ne=t.IDENT_RE+"(<"+t.IDENT_RE+"(\\s*,\\s*"+t.IDENT_RE+")*>)?(\\[\\])?",Fe={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"}},Ce,z,{beginKeywords:"class interface",relevance:0,end:/[{;=]/,illegal:/[^\s:,]/,contains:[{beginKeywords:"where class"},V,_e,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,_e,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:"("+Ne+"\\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,_e],relevance:0},{match:/\(\)/},{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:j,relevance:0,contains:[Ce,z,t.C_BLOCK_COMMENT_MODE]},t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE]},Fe]}}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],k=["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(),L=["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(),$=["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,ie=e(z),oe={begin:/-(webkit|moz|ms|o)-(?=[a-z])/},ue="and or not only",de=/@-?\w[\w]*(-\w+)*/,pe="[a-zA-Z-][a-zA-Z0-9_-]*",Ie=[z.APOS_STRING_MODE,z.QUOTE_STRING_MODE];return{name:"CSS",case_insensitive:!0,illegal:/[=|'\$]/,keywords:{keyframePosition:"from to"},classNameAliases:{keyframePosition:"selector-tag"},contains:[ie.BLOCK_COMMENT,oe,ie.CSS_NUMBER_MODE,{className:"selector-id",begin:/#[A-Za-z0-9_-]+/,relevance:0},{className:"selector-class",begin:"\\."+pe,relevance:0},ie.ATTRIBUTE_SELECTOR_MODE,{className:"selector-pseudo",variants:[{begin:":("+L.join("|")+")"},{begin:":(:)?("+$.join("|")+")"}]},ie.CSS_VARIABLE,{className:"attribute",begin:"\\b("+j.join("|")+")\\b"},{begin:/:/,end:/[;}{]/,contains:[ie.BLOCK_COMMENT,ie.HEXCOLOR,ie.IMPORTANT,ie.CSS_NUMBER_MODE,...Ie,{begin:/(url|data-uri)\(/,end:/\)/,relevance:0,keywords:{built_in:"url data-uri"},contains:[...Ie,{className:"string",begin:/[^)]/,endsWithParent:!0,excludeEnd:!0}]},ie.FUNCTION_DISPATCH]},{begin:re.lookahead(/@/),end:"[{;]",relevance:0,illegal:/:/,contains:[{className:"keyword",begin:de},{begin:/\s/,endsWithParent:!0,excludeEnd:!0,relevance:0,keywords:{$pattern:/[a-z-]+/,keyword:ue,attribute:k.join(" ")},contains:[{begin:/[a-z-]+(?=:)/,className:"attribute"},...Ie,ie.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_]*)",k="(0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d)",L="0[bB][01_]+",$="([\\da-fA-F][\\da-fA-F_]*|_[\\da-fA-F][\\da-fA-F_]*)",j="0[xX]"+$,V="([eE][+-]?"+k+")",z="("+k+"(\\.\\d*|"+V+")|\\d+\\."+k+"|\\."+n+V+"?)",re="(0[xX]("+$+"\\."+$+"|\\.?"+$+")[pP][+-]?"+k+")",ie="("+n+"|"+L+"|"+j+")",oe="("+re+"|"+z+")",ue=`\\\\(['"\\?\\\\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,};`,de={className:"number",begin:"\\b"+ie+"(L|u|U|Lu|LU|uL|UL)?",relevance:0},pe={className:"number",begin:"\\b("+oe+"([fF]|L|i|[fF]i|Li)?|"+ie+"(i|[fF]i|Li))",relevance:0},Ie={className:"string",begin:"'("+ue+"|.)",end:"'",illegal:"."},Ce={className:"string",begin:'"',contains:[{begin:ue,relevance:0}],end:'"[cwd]?'},_e={className:"string",begin:'[rq]"',end:'"[cwd]?',relevance:5},Ne={className:"string",begin:"`",end:"`[cwd]?"},Fe={className:"string",begin:'x"[\\da-fA-F\\s\\n\\r]*"[cwd]?',relevance:10},Ue={className:"string",begin:'q"\\{',end:'\\}"'},kt={className:"meta",begin:"^#!",end:"$",relevance:5},Et={className:"meta",begin:"#(line)",end:"$",relevance:5},Ve={className:"keyword",begin:"@[a-zA-Z_][a-zA-Z_\\d]*"},qe=t.COMMENT("\\/\\+","\\+\\/",{contains:["self"],relevance:10});return{name:"D",keywords:y,contains:[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,qe,Fe,Ce,_e,Ne,Ue,pe,de,Ie,kt,Et,Ve]}}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},k={begin:"^[-\\*]{3,}",end:"$"},L={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}]},$={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}/}]},ie={className:"emphasis",contains:[],variants:[{begin:/\*(?![*\s])/,end:/\*/},{begin:/_(?![_\s])/,end:/_/,relevance:0}]},oe=t.inherit(re,{contains:[]}),ue=t.inherit(ie,{contains:[]});re.contains.push(ue),ie.contains.push(oe);let de=[n,z];return[re,ie,oe,ue].forEach(Ce=>{Ce.contains=Ce.contains.concat(de)}),de=de.concat(re,ie),{name:"Markdown",aliases:["md","mkdown","mkd"],contains:[{className:"section",variants:[{begin:"^#{1,6}",end:"$",contains:de},{begin:"(?=^.+?\\n[=-]{2,}$)",contains:[{begin:"^[=-]*$"},{begin:"^",end:"\\n",contains:de}]}]},n,$,re,ie,{className:"quote",begin:"^>\\s+",contains:de,end:"$"},L,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"},k={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,k];const L=["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.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:L.concat($).concat(["Never","Null","dynamic","print","document","querySelector","querySelectorAll","window"]),$pattern:/[A-Za-z][A-Za-z0-9_]*\??/},contains:[k,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})],k={className:"meta",variants:[{begin:/\{\$/,end:/\}/},{begin:/\(\*\$/,end:/\*\)/}]},L={className:"string",begin:/'/,end:/'/,contains:[{begin:/''/}]},$={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:[L,j,k].concat(n)},k].concat(n)};return{name:"Delphi",aliases:["dpr","dfm","pas","pascal"],case_insensitive:!0,keywords:y,illegal:/"|\$[G-Zg-z]|\/\*|<\/|\|/,contains:[L,j,$,V,z,k].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},k={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]},L={className:"variable",begin:/&[a-z\d_]*\b/},$={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,L]},z={className:"title.class",begin:/[a-zA-Z_][a-zA-Z\d_@-]*(?=\s\{)/,relevance:.2},re={className:"title.class",begin:/^\/(?=\s*\{)/,relevance:10},ie={match:/[a-z][a-z-,]+(?=;)/,relevance:0,scope:"attr"},oe={relevance:0,match:[/[a-z][a-z-,]+/,/\s*/,/=/],scope:{1:"attr",3:"operator"}},ue={scope:"punctuation",relevance:0,match:/\};|[;{}]/};return{name:"Device Tree",contains:[re,L,$,j,z,oe,ie,V,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,n,y,k,ue,{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]+)*/},L={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,L]}}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_.]*(!|\\?)?",k="[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},ie={match:/\\[\s\S]/,scope:"char.escape",relevance:0},oe=`[/|([{<"']`,ue=[{begin:/"/,end:/"/},{begin:/'/,end:/'/},{begin:/\//,end:/\//},{begin:/\|/,end:/\|/},{begin:/\(/,end:/\)/},{begin:/\[/,end:/\]/},{begin:/\{/,end:/\}/},{begin:/</,end:/>/}],de=Ue=>({scope:"char.escape",begin:y.concat(/\\/,Ue),relevance:0}),pe={className:"string",begin:"~[a-z](?="+oe+")",contains:ue.map(Ue=>t.inherit(Ue,{contains:[de(Ue.end),ie,V]}))},Ie={className:"string",begin:"~[A-Z](?="+oe+")",contains:ue.map(Ue=>t.inherit(Ue,{contains:[de(Ue.end)]}))},he={className:"regex",variants:[{begin:"~r(?="+oe+")",contains:ue.map(Ue=>t.inherit(Ue,{end:y.concat(Ue.end,/[uismxfU]{0,7}/),contains:[de(Ue.end),ie,V]}))},{begin:"~R(?="+oe+")",contains:ue.map(Ue=>t.inherit(Ue,{end:y.concat(Ue.end,/[uismxfU]{0,7}/),contains:[de(Ue.end)]}))}]},Ce={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:/"/}]},_e={className:"function",beginKeywords:"def defp defmacro defmacrop",end:/\B\b/,contains:[t.inherit(t.TITLE_MODE,{begin:n,endsParent:!0})]},Ne=t.inherit(_e,{className:"class",beginKeywords:"defimpl defmodule defprotocol defrecord",end:/\bdo\b|$|;/}),Fe=[Ce,he,Ie,pe,t.HASH_COMMENT_MODE,Ne,_e,{begin:"::"},{className:"symbol",begin:":(?![\\s:])",contains:[Ce,{begin:k}],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=Fe,{name:"Elixir",aliases:["ex","exs"],keywords:j,contains:Fe}}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},k={begin:"\\(",end:"\\)",illegal:'"',contains:[{className:"type",begin:"\\b[A-Z][\\w]*(\\((\\.\\.|,|\\w+)\\))?"},y]},L={begin:/\{/,end:/\}/,contains:k.contains},$={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:[k,y],illegal:"\\W\\.|;"},{begin:"import",end:"$",keywords:"import as exposing",contains:[k,y],illegal:"\\W\\.|;"},{begin:"type",end:"$",keywords:"type alias",contains:[n,k,L,y]},{beginKeywords:"infix infixl infixr",end:"$",contains:[t.C_NUMBER_MODE,y]},{begin:"port",end:"$",keywords:"port",contains:[y]},$,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*[!?=]?|[-+~]@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?)",k=y.either(/\b([A-Z]+[a-z0-9]+)+/,/\b([A-Z]+[a-z0-9]+)+[A-Z]+/),L=y.concat(k,/(::\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)],ie={className:"subst",begin:/#\{/,end:/\}/,keywords:j},oe={className:"string",contains:[t.BACKSLASH_ESCAPE,ie],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,ie]})]}]},ue="[1-9](_?[0-9])*|0",de="[0-9](_?[0-9])*",pe={className:"number",relevance:0,variants:[{begin:`\\b(${ue})(\\.(${de}))?([eE][+-]?(${de})|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"}]},Ie={variants:[{match:/\(\)/},{className:"params",begin:/\(/,end:/(?=\))/,excludeBegin:!0,endsParent:!0,keywords:j}]},kt=[oe,{variants:[{match:[/class\s+/,L,/\s+<\s+/,L]},{match:[/\b(class|module)\s+/,L]}],scope:{2:"title.class",4:"title.class.inherited"},keywords:j},{match:[/(include|extend)\s+/,L],scope:{2:"title.class"},keywords:j},{relevance:0,match:[L,/\.new[. (]/],scope:{1:"title.class"}},{relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:"variable.constant"},{relevance:0,match:k,scope:"title.class"},{match:[/def/,/\s+/,n],scope:{1:"keyword",3:"title.function"},contains:[Ie]},{begin:t.IDENT_RE+"::"},{className:"symbol",begin:t.UNDERSCORE_IDENT_RE+"(!|\\?)?:",relevance:0},{className:"symbol",begin:":(?!\\s)",contains:[oe,{begin:n}],relevance:0},pe,{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,ie],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);ie.contains=kt,Ie.contains=kt;const jt=[{begin:/^\s*=>/,starts:{end:"$",contains:kt}},{className:"meta.prompt",begin:"^("+"[>?]>"+"|"+"[\\w#]+\\(\\w+\\):\\d+:\\d+[>*]"+"|"+"(\\w+-)?\\d+\\.\\d+\\.\\d+(p\\d+)?[^\\d][^>]+>"+")(?=[ ])",starts:{end:"$",keywords:j,contains:kt}}];return re.unshift(z),{name:"Ruby",aliases:["rb","gemspec","podspec","thor","irb"],keywords:j,illegal:/\/\*/,contains:[t.SHEBANG({binary:"ruby"})].concat(jt).concat(re).concat(kt)}}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+")",k={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"},L=t.COMMENT("%","$"),$={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},ie={begin:"[A-Z][a-zA-Z0-9_]*",relevance:0},oe={begin:"#"+t.UNDERSCORE_IDENT_RE,relevance:0,returnBegin:!0,contains:[{begin:"#"+t.UNDERSCORE_IDENT_RE,relevance:0},{begin:/\{/,end:/\}/,relevance:0}]},ue={scope:"string",match:/\$(\\([^0-9]|[0-9]{1,3}|)|.)/},de={beginKeywords:"fun receive if try case",end:"end",keywords:k};de.contains=[L,j,t.inherit(t.APOS_STRING_MODE,{className:""}),de,V,t.QUOTE_STRING_MODE,$,z,re,ie,oe,ue];const pe=[L,j,de,V,t.QUOTE_STRING_MODE,$,z,re,ie,oe,ue];V.contains[1].contains=pe,z.contains=pe,oe.contains[1].contains=pe;const Ie=["-module","-record","-undef","-export","-ifdef","-ifndef","-author","-copyright","-doc","-vsn","-import","-include","-include_lib","-compile","-define","-else","-endif","-file","-behaviour","-behavior","-spec"],he={className:"params",begin:"\\(",end:"\\)",contains:pe};return{name:"Erlang",aliases:["erl"],keywords:k,illegal:"(</|\\*=|\\+=|-=|/\\*|\\*/|\\(\\*|\\*\\))",contains:[{className:"function",begin:"^"+y+"\\s*\\(",end:"->",returnBegin:!0,illegal:"\\(|#|//|/\\*|\\\\|:|;",contains:[he,t.inherit(t.TITLE_MODE,{begin:y})],starts:{end:";|\\.",keywords:k,contains:pe}},L,{begin:"^-",end:"\\.",relevance:0,excludeEnd:!0,returnBegin:!0,keywords:{$pattern:"-"+t.IDENT_RE,keyword:Ie.map(Ce=>`${Ce}|1.5`).join(" ")},contains:[he]},$,t.QUOTE_STRING_MODE,oe,re,ie,z,ue,{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:'"'}]},L={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,L,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:"\\)"},k={variants:[t.COMMENT("!","$",{relevance:0}),t.COMMENT("^C[ ]","$",{relevance:0}),t.COMMENT("^C$","$",{relevance:0})]},L=/(_[a-z_\d]+)?/,$=/([de][+-]?\d+)?/,j={className:"number",variants:[{begin:y.concat(/\b\d+/,/\.(\d*)/,$,L)},{begin:y.concat(/\b\d+/,$,L)},{begin:y.concat(/\.\d+/,$,L)}],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},k,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 k(j){const V=j[j.length-1];return typeof V=="object"&&V.constructor===Object?(j.splice(j.length-1,1),V):{}}function L(...j){return"("+(k(j).capture?"":"?:")+j.map(re=>t(re)).join("|")+")"}function $(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"],ie=["true","false","null","Some","None","Ok","Error","infinity","infinityf","nan","nanf"],oe=["__LINE__","__SOURCE_DIRECTORY__","__SOURCE_FILE__"],ue=["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"],pe={keyword:V,literal:ie,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":oe},he={variants:[j.COMMENT(/\(\*(?!\))/,/\*\)/,{contains:["self"]}),j.C_LINE_COMMENT_MODE]},Ce=/[a-zA-Z_](\w|')*/,_e={scope:"variable",begin:/``/,end:/``/},Ne=/\B('|\^)/,Fe={scope:"symbol",variants:[{match:n(Ne,/``.*?``/)},{match:n(Ne,j.UNDERSCORE_IDENT_RE)}],relevance:0},Ue=function({includeEqual:Ir}){let Mr;Ir?Mr="!%&*+-/<=>@^|~?":Mr="!%&*+-/<>@^|~?";const mr=Array.from(Mr),gr=n("[",...mr.map(e),"]"),jr=L(gr,/\./),Hr=n(jr,y(jr)),Vr=L(n(Hr,jr,"*"),n(gr,"+"));return{scope:"operator",match:L(Vr,/:\?>/,/:\?/,/:>/,/:=/,/::?/,/\$/),relevance:0}},kt=Ue({includeEqual:!0}),Et=Ue({includeEqual:!1}),Ve=function(Ir,Mr){return{begin:n(Ir,y(n(/\s*/,L(/\w/,/'/,/\^/,/#/,/``/,/\(/,/{\|/)))),beginScope:Mr,end:y(L(/\n/,/=/)),relevance:0,keywords:j.inherit(pe,{type:ue}),contains:[he,Fe,j.inherit(_e,{scope:null}),Et]}},qe=Ve(/:/,"operator"),jt=Ve(/\bof\b/,"keyword"),tr={begin:[/(^|\s+)/,/type/,/\s+/,Ce],beginScope:{2:"keyword",4:"title.class"},end:y(/\(|=|$/),keywords:pe,contains:[he,j.inherit(_e,{scope:null}),Fe,{scope:"operator",match:/<|>/},qe]},rr={scope:"computation-expression",match:/\b[_a-z]\w*(?=\s*\{)/},ar={begin:[/^\s*/,n(/#/,L(...re)),/\b/],beginScope:{2:"meta"},end:y(/\s|$/)},nr={variants:[j.BINARY_NUMBER_MODE,j.C_NUMBER_MODE]},ur={scope:"string",begin:/"/,end:/"/,contains:[j.BACKSLASH_ESCAPE]},cr={scope:"string",begin:/@"/,end:/"/,contains:[{match:/""/},j.BACKSLASH_ESCAPE]},_r={scope:"string",begin:/"""/,end:/"""/,relevance:2},hr={scope:"subst",begin:/\{/,end:/\}/,keywords:pe},Er={scope:"string",begin:/\$"/,end:/"/,contains:[{match:/\{\{/},{match:/\}\}/},j.BACKSLASH_ESCAPE,hr]},kr={scope:"string",begin:/(\$@|@\$)"/,end:/"/,contains:[{match:/\{\{/},{match:/\}\}/},{match:/""/},j.BACKSLASH_ESCAPE,hr]},xr={scope:"string",begin:/\$"""/,end:/"""/,contains:[{match:/\{\{/},{match:/\}\}/},hr],relevance:2},yr={scope:"string",match:n(/'/,L(/[^\\']/,/\\(?:.|\d{3}|x[a-fA-F\d]{2}|u[a-fA-F\d]{4}|U[a-fA-F\d]{8})/),/'/)};return hr.contains=[kr,Er,cr,ur,yr,z,he,_e,qe,rr,ar,nr,Fe,kt],{name:"F#",aliases:["fs","f#"],keywords:pe,illegal:/\/\*/,classNameAliases:{"computation-expression":"keyword"},contains:[z,{variants:[xr,kr,Er,_r,cr,ur,yr]},he,_e,tr,{scope:"meta",begin:/\[</,end:/>\]/,relevance:2,contains:[_e,_r,cr,ur,yr,nr]},jt,qe,rr,ar,nr,Fe,kt]}}return fsharp_1=$,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"},k={className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0},L={className:"symbol",variants:[{begin:/=[lgenxc]=/},{begin:/\$/}]},$={className:"comment",variants:[{begin:"'",end:"'"},{begin:'"',end:'"'}],illegal:"\\n",contains:[t.BACKSLASH_ESCAPE]},j={begin:"/",end:"/",keywords:n,contains:[$,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:[$,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,L]},t.C_NUMBER_MODE,L]}}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("@","@"),k={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]},L={begin:/\bstruct\s+/,end:/\s/,keywords:"struct",contains:[{className:"type",begin:t.UNDERSCORE_IDENT_RE,relevance:0}]},$=[{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,L]}],j={className:"title",begin:t.UNDERSCORE_IDENT_RE,relevance:0},V=function(ue,de,pe){const Ie=t.inherit({className:"function",beginKeywords:ue,end:de,excludeEnd:!0,contains:[].concat($)},{});return Ie.contains.push(j),Ie.contains.push(t.C_NUMBER_MODE),Ie.contains.push(t.C_BLOCK_COMMENT_MODE),Ie.contains.push(n),Ie},z={className:"built_in",begin:"\\b("+y.built_in.split(" ").join("|")+")\\b"},re={className:"string",begin:'"',end:'"',contains:[t.BACKSLASH_ESCAPE],relevance:0},ie={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}]},oe={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,ie,re,"self"]};return ie.contains.push(oe),{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,k,{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,oe]},{variants:[{begin:t.UNDERSCORE_IDENT_RE+"\\."+t.UNDERSCORE_IDENT_RE},{begin:t.UNDERSCORE_IDENT_RE+"\\s*="}],relevance:0},ie,L]}}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="%",k={$pattern:y,keyword:"IF DO WHILE ENDWHILE CALL ENDIF SUB ENDSUB GOTO REPEAT ENDREPEAT EQ LT GT NE GE LE OR XOR"},L={className:"meta",begin:"([O])([0-9]+)"},$=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(/\(/,/\)/),$,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:[$],end:"\\]"},{className:"symbol",variants:[{begin:"N",end:"\\d+",illegal:"\\W"}]}];return{name:"G-code (ISO 6983)",aliases:["nc"],case_insensitive:!0,keywords:k,contains:[{className:"meta",begin:n},L].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 $={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:$,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:$,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,k="[A-Za-z0-9_$]+",L=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]+"}]})]),$={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}),L,V,$,j,z,{className:"meta",begin:"@[A-Za-z]+",relevance:0},{className:"attr",begin:k+"[ ]*:",relevance:0},{begin:/\?/,end:/:/,relevance:0,contains:[L,V,$,j,"self"]},{className:"symbol",begin:"^[ ]*"+n.lookahead(k+":"),excludeBegin:!0,end:k+":",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"]},k={$pattern:/[\w.\/]+/,literal:["true","false","undefined","null"]},L=/""|"[^"]+"/,$=/''|'[^']+'/,j=/\[\]|\[[^\]]+\]/,V=/[^\s!"#%&'()*+,.\/;<=>@\[\\\]^`{|}~]+/,z=/(\.|\/)/,re=y.either(L,$,j,V),ie=y.concat(y.optional(/\.|\.\/|\//),re,y.anyNumberOfTimes(y.concat(z,re))),oe=y.concat("(",j,"|",V,")(?==)"),ue={begin:ie},de=t.inherit(ue,{keywords:k}),pe={begin:/\(/,end:/\)/},Ie={className:"attr",begin:oe,relevance:0,starts:{begin:/=/,end:/=/,starts:{contains:[t.NUMBER_MODE,t.QUOTE_STRING_MODE,t.APOS_STRING_MODE,de,pe]}}},he={begin:/as\s+\|/,keywords:{keyword:"as"},end:/\|/,contains:[{begin:/\w+/}]},Ce={contains:[t.NUMBER_MODE,t.QUOTE_STRING_MODE,t.APOS_STRING_MODE,he,Ie,de,pe],returnEnd:!0},_e=t.inherit(ue,{className:"name",keywords:n,starts:t.inherit(Ce,{end:/\)/})});pe.contains=[_e];const Ne=t.inherit(ue,{keywords:n,className:"name",starts:t.inherit(Ce,{end:/\}\}/})}),Fe=t.inherit(ue,{keywords:n,className:"name"}),Ue=t.inherit(ue,{className:"name",keywords:n,starts:t.inherit(Ce,{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:[Ne],starts:{end:/\{\{\{\{\//,returnEnd:!0,subLanguage:"xml"}},{className:"template-tag",begin:/\{\{\{\{\//,end:/\}\}\}\}/,contains:[Fe]},{className:"template-tag",begin:/\{\{#/,end:/\}\}/,contains:[Ne]},{className:"template-tag",begin:/\{\{(?=else\}\})/,end:/\}\}/,keywords:"else"},{className:"template-tag",begin:/\{\{(?=else if)/,end:/\}\}/,keywords:"else if"},{className:"template-tag",begin:/\{\{\//,end:/\}\}/,contains:[Fe]},{className:"template-variable",begin:/\{\{\{/,end:/\}\}\}/,contains:[Ue]},{className:"template-variable",begin:/\{\{/,end:/\}\}/,contains:[Ue]}]}}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]_*)+",k="([01]_*)+",L="([0-7]_*)+",z="([!#$%&*+.\\/<=>?@\\\\^~-]|(?!([(),;\\[\\]`|{}]|[_:\"']))(\\p{S}|\\p{P}))",re={variants:[t.COMMENT("--+","$"),t.COMMENT(/\{-/,/-\}/,{contains:["self"]})]},ie={className:"meta",begin:/\{-#/,end:/#-\}/},oe={className:"meta",begin:"^#",end:"$"},ue={className:"type",begin:"\\b[A-Z][\\w']*",relevance:0},de={begin:"\\(",end:"\\)",illegal:'"',contains:[ie,oe,{className:"type",begin:"\\b[A-Z][\\w]*(\\((\\.\\.|,|\\w+)\\))?"},t.inherit(t.TITLE_MODE,{begin:"[_a-z][\\w']*"}),re]},pe={begin:/\{/,end:/\}/,contains:de.contains},Ie={className:"number",relevance:0,variants:[{match:`\\b(${y})(\\.(${y}))?([eE][+-]?(${y}))?\\b`},{match:`\\b0[xX]_*(${n})(\\.(${n}))?([pP][+-]?(${y}))?\\b`},{match:`\\b0[oO](${L})\\b`},{match:`\\b0[bB](${k})\\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:[de,re],illegal:"\\W\\.|;"},{begin:"\\bimport\\b",end:"$",keywords:"import qualified as hiding",contains:[de,re],illegal:"\\W\\.|;"},{className:"class",begin:"^(\\s*)?(class|instance)\\b",end:"where",keywords:"class family instance where",contains:[ue,de,re]},{className:"class",begin:"\\b(data|(new)?type)\\b",end:"$",keywords:"data family type newtype deriving",contains:[ie,ue,de,pe,re]},{beginKeywords:"default",end:"$",contains:[ue,de,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:[ue,t.QUOTE_STRING_MODE,re]},{className:"meta",begin:"#!\\/usr\\/bin\\/env runhaskell",end:"$"},ie,oe,{scope:"string",begin:/'(?=\\?.')/,end:/'/,contains:[{scope:"char.escape",match:/\\./}]},t.QUOTE_STRING_MODE,Ie,ue,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])",k=/[A-Za-z][A-Za-z0-9-]*/,L={className:"attribute",begin:y.concat("^",k,"(?=\\:\\s)"),starts:{contains:[{className:"punctuation",begin:/: /,relevance:0,starts:{end:"$",relevance:0}}]}},$=[L,{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:$}},{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:$}},t.inherit(L,{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/;:]*",k={$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 | |= ~"},L="[-+]?\\d+(\\.\\d+)?",$={begin:n,relevance:0},j={className:"number",begin:L,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/},ie={begin:"[\\[\\{]",end:"[\\]\\}]",relevance:0},oe={className:"comment",begin:"\\^"+n},ue=t.COMMENT("\\^\\{","\\}"),de={className:"symbol",begin:"[:]{1,2}"+n},pe={begin:"\\(",end:"\\)"},Ie={endsWithParent:!0,relevance:0},he={className:"name",relevance:0,keywords:k,begin:n,starts:Ie},Ce=[pe,V,oe,ue,z,de,ie,j,re,$];return pe.contains=[t.COMMENT("comment",""),he,Ie],Ie.contains=Ce,ie.contains=Ce,{name:"Hy",aliases:["hylang"],illegal:/\S/,contains:[t.SHEBANG(),pe,V,oe,ue,z,de,ie,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}]},k=t.COMMENT();k.variants=[{begin:/;/,end:/$/},{begin:/#/,end:/$/}];const L={className:"variable",variants:[{begin:/\$[\w\d"][\w\d_]*/},{begin:/\$\{(.*?)\}/}]},$={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:[k,$,L,j,n,"self"],relevance:0},z=/[A-Za-z0-9_-]+/,re=/"(\\"|[^"])*"/,ie=/'[^']*'/,oe=y.either(z,re,ie),ue=y.concat(oe,"(\\s*\\.\\s*",oe,")*",y.lookahead(/\s*=\s*[^#\s]/));return{name:"TOML, also INI",aliases:["toml"],case_insensitive:!0,illegal:/\S/,contains:[k,{className:"section",begin:/\[+/,end:/\]+/},{begin:ue,className:"attr",starts:{end:/$/,contains:[k,V,$,L,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:"\\)"},k=/(_[a-z_\d]+)?/,L=/([de][+-]?\d+)?/,$={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};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}),$]}}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]*",k="and и else иначе endexcept endfinally endforeach конецвсе endif конецесли endwhile конецпока except exitfor finally foreach все if если in в not не or или try while пока ",Ir="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 ",Tp="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 ",Sf="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Дат ФмтДат ФмтСтр ФмтЧсл Формат ЦМассивЭлемент ЦНаборДанныхРеквизит ЦПодстр ",Af="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 ВызовСпособ ИмяОтчета РеквЗнач ",lf="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 ",Op=Ir+Tp,sm=Af,Df="null true false nil ",yc={className:"number",begin:t.NUMBER_RE,relevance:0},Tf={className:"string",variants:[{begin:'"',end:'"'},{begin:"'",end:"'"}]},Ep={className:"doctag",begin:"\\b(?:TODO|DONE|BEGIN|END|STUB|CHG|FIXME|NOTE|BUG|XXX)\\b",relevance:0},uf={className:"comment",begin:"//",end:"$",relevance:0,contains:[t.PHRASAL_WORDS_MODE,Ep]},Ff={className:"comment",begin:"/\\*",end:"\\*/",relevance:0,contains:[t.PHRASAL_WORDS_MODE,Ep]},Cf={variants:[uf,Ff]},Uf={$pattern:y,keyword:k,built_in:Op,class:sm,literal:Df},Hp={begin:"\\.\\s*"+t.UNDERSCORE_IDENT_RE,keywords:Uf,relevance:0},lm={className:"type",begin:":[ \\t]*("+lf.trim().replace(/\s/g,"|")+")",end:"[ \\t]*=",excludeEnd:!0},Tm={className:"variable",keywords:Uf,begin:y,relevance:0,contains:[lm,Hp]},Xp=n+"\\(";return{name:"ISBL",case_insensitive:!0,keywords:Uf,illegal:"\\$|\\?|%|,|;$|~|#|@|</",contains:[{className:"function",begin:Xp,end:"\\)$",returnBegin:!0,keywords:Uf,illegal:"[\\[\\]\\|\\$\\?%,~#@]",contains:[{className:"title",keywords:{$pattern:y,built_in:Sf},begin:Xp,end:"\\(",returnBegin:!0,excludeEnd:!0},Hp,Tm,Tf,yc,Cf]},lm,Hp,Tm,Tf,yc,Cf]}}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 k($,j,V){return V===-1?"":$.replace(j,z=>k($,j,V-1))}function L($){const j=$.regex,V="[À-ʸa-zA-Z_$][À-ʸa-zA-Z_$0-9]*",z=V+k("(?:<"+V+"~~~(?:\\s*,\\s*"+V+"~~~)*>)?",/~~~/g,2),de={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"]},pe={className:"meta",begin:"@"+V,contains:[{begin:/\(/,end:/\)/,contains:["self"]}]},Ie={className:"params",begin:/\(/,end:/\)/,keywords:de,relevance:0,contains:[$.C_BLOCK_COMMENT_MODE],endsParent:!0};return{name:"Java",aliases:["jsp"],keywords:de,illegal:/<\/|#/,contains:[$.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{begin:/\w+@/,relevance:0},{className:"doctag",begin:"@[A-Za-z]+"}]}),{begin:/import java\.[a-z]+\./,keywords:"import",relevance:2},$.C_LINE_COMMENT_MODE,$.C_BLOCK_COMMENT_MODE,{begin:/"""/,end:/"""/,className:"string",contains:[$.BACKSLASH_ESCAPE]},$.APOS_STRING_MODE,$.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:[Ie,$.C_LINE_COMMENT_MODE,$.C_BLOCK_COMMENT_MODE]},{beginKeywords:"new throw return else",relevance:0},{begin:["(?:"+z+"\\s+)",$.UNDERSCORE_IDENT_RE,/\s*(?=\()/],className:{2:"title.function"},keywords:de,contains:[{className:"params",begin:/\(/,end:/\)/,keywords:de,relevance:0,contains:[pe,$.APOS_STRING_MODE,$.QUOTE_STRING_MODE,n,$.C_BLOCK_COMMENT_MODE]},$.C_LINE_COMMENT_MODE,$.C_BLOCK_COMMENT_MODE]},n,pe]}}return java_1=L,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"],k=["Error","EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"],L=["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],$=["arguments","this","super","console","window","document","localStorage","sessionStorage","module","global"],j=[].concat(L,n,k);function V(z){const re=z.regex,ie=(mr,{after:gr})=>{const jr="</"+mr[0].slice(1);return mr.input.indexOf(jr,gr)!==-1},oe=e,ue={begin:"<>",end:"</>"},de=/<[A-Za-z0-9\\._:-]+\s*\/>/,pe={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/,isTrulyOpeningTag:(mr,gr)=>{const jr=mr[0].length+mr.index,Hr=mr.input[jr];if(Hr==="<"||Hr===","){gr.ignoreMatch();return}Hr===">"&&(ie(mr,{after:jr})||gr.ignoreMatch());let Vr;const zr=mr.input.substring(jr);if(Vr=zr.match(/^\s*=/)){gr.ignoreMatch();return}if((Vr=zr.match(/^\s+extends\s+/))&&Vr.index===0){gr.ignoreMatch();return}}},Ie={$pattern:e,keyword:t,literal:y,built_in:j,"variable.language":$},he="[0-9](_?[0-9])*",Ce=`\\.(${he})`,_e="0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*",Ne={className:"number",variants:[{begin:`(\\b(${_e})((${Ce})|\\.)?|(${Ce}))[eE][+-]?(${he})\\b`},{begin:`\\b(${_e})\\b((${Ce})\\b|\\.)?|(${Ce})\\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},Fe={className:"subst",begin:"\\$\\{",end:"\\}",keywords:Ie,contains:[]},Ue={begin:".?html`",end:"",starts:{end:"`",returnEnd:!1,contains:[z.BACKSLASH_ESCAPE,Fe],subLanguage:"xml"}},kt={begin:".?css`",end:"",starts:{end:"`",returnEnd:!1,contains:[z.BACKSLASH_ESCAPE,Fe],subLanguage:"css"}},Et={begin:".?gql`",end:"",starts:{end:"`",returnEnd:!1,contains:[z.BACKSLASH_ESCAPE,Fe],subLanguage:"graphql"}},Ve={className:"string",begin:"`",end:"`",contains:[z.BACKSLASH_ESCAPE,Fe]},jt={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:oe+"(?=\\s*(-)|$)",endsParent:!0,relevance:0},{begin:/(?=[^\n])\s/,relevance:0}]}]}),z.C_BLOCK_COMMENT_MODE,z.C_LINE_COMMENT_MODE]},tr=[z.APOS_STRING_MODE,z.QUOTE_STRING_MODE,Ue,kt,Et,Ve,{match:/\$\d+/},Ne];Fe.contains=tr.concat({begin:/\{/,end:/\}/,keywords:Ie,contains:["self"].concat(tr)});const rr=[].concat(jt,Fe.contains),ar=rr.concat([{begin:/(\s*)\(/,end:/\)/,keywords:Ie,contains:["self"].concat(rr)}]),nr={className:"params",begin:/(\s*)\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:Ie,contains:ar},ur={variants:[{match:[/class/,/\s+/,oe,/\s+/,/extends/,/\s+/,re.concat(oe,"(",re.concat(/\./,oe),")*")],scope:{1:"keyword",3:"title.class",5:"keyword",7:"title.class.inherited"}},{match:[/class/,/\s+/,oe],scope:{1:"keyword",3:"title.class"}}]},cr={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,...k]}},_r={label:"use_strict",className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},hr={variants:[{match:[/function/,/\s+/,oe,/(?=\s*\()/]},{match:[/function/,/\s*(?=\()/]}],className:{1:"keyword",3:"title.function"},label:"func.def",contains:[nr],illegal:/%/},Er={relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:"variable.constant"};function kr(mr){return re.concat("(?!",mr.join("|"),")")}const xr={match:re.concat(/\b/,kr([...L,"super","import"].map(mr=>`${mr}\\s*\\(`)),oe,re.lookahead(/\s*\(/)),className:"title.function",relevance:0},yr={begin:re.concat(/\./,re.lookahead(re.concat(oe,/(?![0-9A-Za-z$_(])/))),end:oe,excludeBegin:!0,keywords:"prototype",className:"property",relevance:0},br={match:[/get|set/,/\s+/,oe,/(?=\()/],className:{1:"keyword",3:"title.function"},contains:[{begin:/\(\)/},nr]},Ir="(\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)|"+z.UNDERSCORE_IDENT_RE+")\\s*=>",Mr={match:[/const|var|let/,/\s+/,oe,/\s*/,/=\s*/,/(async\s*)?/,re.lookahead(Ir)],keywords:"async",className:{1:"keyword",3:"title.function"},contains:[nr]};return{name:"JavaScript",aliases:["js","jsx","mjs","cjs"],keywords:Ie,exports:{PARAMS_CONTAINS:ar,CLASS_REFERENCE:cr},illegal:/#(?![$_A-z])/,contains:[z.SHEBANG({label:"shebang",binary:"node",relevance:5}),_r,z.APOS_STRING_MODE,z.QUOTE_STRING_MODE,Ue,kt,Et,Ve,jt,{match:/\$\d+/},Ne,cr,{className:"attr",begin:oe+re.lookahead(":"),relevance:0},Mr,{begin:"("+z.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",relevance:0,contains:[jt,z.REGEXP_MODE,{className:"function",begin:Ir,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:Ie,contains:ar}]}]},{begin:/,/,relevance:0},{match:/\s+/,relevance:0},{variants:[{begin:ue.begin,end:ue.end},{match:de},{begin:pe.begin,"on:begin":pe.isTrulyOpeningTag,end:pe.end}],subLanguage:"xml",contains:[{begin:pe.begin,end:pe.end,skip:!0,contains:["self"]}]}]},hr,{beginKeywords:"while if switch catch for"},{begin:"\\b(?!function)"+z.UNDERSCORE_IDENT_RE+"\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)\\s*\\{",returnBegin:!0,label:"func.def",contains:[nr,z.inherit(z.TITLE_MODE,{begin:oe,className:"title.function"})]},{match:/\.\.\./,relevance:0},yr,{match:"\\$"+oe,relevance:0},{match:[/\bconstructor(?=\s*\()/],className:{1:"title.function"},contains:[nr]},xr,Er,ur,br,{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},k={className:"function",begin:/:[\w\-.]+/,relevance:0},L={className:"string",begin:/\B([\/.])[\w\-.\/=]+/},$={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,$,k,L,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},k=["true","false","null"],L={scope:"literal",beginKeywords:k.join(" ")};return{name:"JSON",aliases:["jsonc"],keywords:{literal:k},contains:[y,n,t.QUOTE_STRING_MODE,L,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]*",$={$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:$,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:$},ie={className:"variable",begin:"\\$"+y},oe={className:"string",contains:[t.BACKSLASH_ESCAPE,re,ie],variants:[{begin:/\w*"""/,end:/"""\w*/,relevance:10},{begin:/\w*"/,end:/"\w*/}]},ue={className:"string",contains:[t.BACKSLASH_ESCAPE,re,ie],begin:"`",end:"`"},de={className:"meta",begin:"@"+y},pe={className:"comment",variants:[{begin:"#=",end:"=#",relevance:10},{begin:"#",end:"$"}]};return j.name="Julia",j.contains=[V,z,oe,ue,de,pe,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(L){const $={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:L.UNDERSCORE_IDENT_RE+"@"},z={className:"subst",begin:/\$\{/,end:/\}/,contains:[L.C_NUMBER_MODE]},re={className:"variable",begin:"\\$"+L.UNDERSCORE_IDENT_RE},ie={className:"string",variants:[{begin:'"""',end:'"""(?=[^"])',contains:[re,z]},{begin:"'",end:"'",illegal:/\n/,contains:[L.BACKSLASH_ESCAPE]},{begin:'"',end:'"',illegal:/\n/,contains:[L.BACKSLASH_ESCAPE,re,z]}]};z.contains.push(ie);const oe={className:"meta",begin:"@(?:file|property|field|get|set|receiver|param|setparam|delegate)\\s*:(?:\\s*"+L.UNDERSCORE_IDENT_RE+")?"},ue={className:"meta",begin:"@"+L.UNDERSCORE_IDENT_RE,contains:[{begin:/\(/,end:/\)/,contains:[L.inherit(ie,{className:"string"}),"self"]}]},de=n,pe=L.COMMENT("/\\*","\\*/",{contains:[L.C_BLOCK_COMMENT_MODE]}),Ie={variants:[{className:"type",begin:L.UNDERSCORE_IDENT_RE},{begin:/\(/,end:/\)/,contains:[]}]},he=Ie;return he.variants[1].contains=[Ie],Ie.variants[1].contains=[he],{name:"Kotlin",aliases:["kt","kts"],keywords:$,contains:[L.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+"}]}),L.C_LINE_COMMENT_MODE,pe,j,V,oe,ue,{className:"function",beginKeywords:"fun",end:"[(]|$",returnBegin:!0,excludeEnd:!0,keywords:$,relevance:5,contains:[{begin:L.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,relevance:0,contains:[L.UNDERSCORE_TITLE_MODE]},{className:"type",begin:/</,end:/>/,keywords:"reified",relevance:0},{className:"params",begin:/\(/,end:/\)/,endsParent:!0,keywords:$,relevance:0,contains:[{begin:/:/,end:/[=,\/]/,endsWithParent:!0,contains:[Ie,L.C_LINE_COMMENT_MODE,pe],relevance:0},L.C_LINE_COMMENT_MODE,pe,oe,ue,ie,L.C_NUMBER_MODE]},pe]},{begin:[/class|interface|trait/,/\s+/,L.UNDERSCORE_IDENT_RE],beginScope:{3:"title.class"},keywords:"class interface trait",end:/[:\{(]|$/,excludeEnd:!0,illegal:"extends implements",contains:[{beginKeywords:"public protected internal private constructor"},L.UNDERSCORE_TITLE_MODE,{className:"type",begin:/</,end:/>/,excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:/[,:]\s*/,end:/[<\(,){\s]|$/,excludeBegin:!0,returnEnd:!0},oe,ue]},ie,{className:"meta",begin:"^#!/usr/bin/env",end:"$",illegal:`
`},de]}}return kotlin_1=k,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="\\]|\\?>",L={$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"},$=t.COMMENT("<!--","-->",{relevance:0}),j={className:"meta",begin:"\\[noprocess\\]",starts:{end:"\\[/noprocess\\]",returnEnd:!0,contains:[$]}},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:L,contains:[{className:"meta",begin:k,relevance:0,starts:{end:"\\[|"+n,returnEnd:!0,relevance:0,contains:[$]}},j,V,{className:"meta",begin:"\\[no_square_brackets",starts:{end:"\\[/no_square_brackets\\]",keywords:L,contains:[{className:"meta",begin:k,relevance:0,starts:{end:"\\[noprocess\\]|"+n,returnEnd:!0,contains:[$]}},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(jt=>jt+"(?![a-zA-Z@:_])")),k=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(jt=>jt+"(?![a-zA-Z:_])").join("|")),L=[{begin:/[a-zA-Z@]+/},{begin:/[^a-zA-Z@]?/}],$=[{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:k},{endsParent:!0,variants:$},{endsParent:!0,relevance:0,variants:L}]},V={className:"params",relevance:0,begin:/#+\d?/},z={variants:$},re={className:"built_in",relevance:0,begin:/[$&^_]/},ie={className:"meta",begin:/% ?!(T[eE]X|tex|BIB|bib)/,end:"$",relevance:10},oe=t.COMMENT("%","$",{relevance:0}),ue=[j,V,z,re,ie,oe],de={begin:/\{/,end:/\}/,relevance:0,contains:["self",...ue]},pe=t.inherit(de,{relevance:0,endsParent:!0,contains:[de,...ue]}),Ie={begin:/\[/,end:/\]/,endsParent:!0,relevance:0,contains:[de,...ue]},he={begin:/\s+/,relevance:0},Ce=[pe],_e=[Ie],Ne=function(jt,tr){return{contains:[he],starts:{relevance:0,contains:jt,starts:tr}}},Fe=function(jt,tr){return{begin:"\\\\"+jt+"(?![a-zA-Z@:_])",keywords:{$pattern:/\\[a-zA-Z]+/,keyword:"\\"+jt},relevance:0,contains:[he],starts:tr}},Ue=function(jt,tr){return t.inherit({begin:"\\\\begin(?=[ ]*(\\r?\\n[ ]*)?\\{"+jt+"\\})",keywords:{$pattern:/\\[a-zA-Z]+/,keyword:"\\begin"},relevance:0},Ne(Ce,tr))},kt=(jt="string")=>t.END_SAME_AS_BEGIN({className:jt,begin:/(.|\r?\n)/,end:/(.|\r?\n)/,excludeBegin:!0,excludeEnd:!0,endsParent:!0}),Et=function(jt){return{className:"string",end:"(?=\\\\end\\{"+jt+"\\})"}},Ve=(jt="string")=>({relevance:0,begin:/\{/,starts:{endsParent:!0,contains:[{className:jt,end:/(?=\})/,endsParent:!0,contains:[{begin:/\{/,end:/\}/,relevance:0,contains:["self"]}]}]}}),qe=[...["verb","lstinline"].map(jt=>Fe(jt,{contains:[kt()]})),Fe("mint",Ne(Ce,{contains:[kt()]})),Fe("mintinline",Ne(Ce,{contains:[Ve(),kt()]})),Fe("url",{contains:[Ve("link"),Ve("link")]}),Fe("hyperref",{contains:[Ve("link")]}),Fe("href",Ne(_e,{contains:[Ve("link")]})),...[].concat(...["","\\*"].map(jt=>[Ue("verbatim"+jt,Et("verbatim"+jt)),Ue("filecontents"+jt,Ne(Ce,Et("filecontents"+jt))),...["","B","L"].map(tr=>Ue(tr+"Verbatim"+jt,Ne(_e,Et(tr+"Verbatim"+jt))))])),Ue("minted",Ne(_e,Ne(Ce,Et("minted"))))];return{name:"LaTeX",aliases:["tex"],contains:[...qe,...ue]}}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]*)?/,k={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:/\+|\-|\*|\/|\%|\=\=|\=|\!|\>|\<|\&\&|\|\|/}]},L={match:[y,/(?=\()/],scope:{1:"keyword"},contains:[k]};return k.contains.unshift(L),{name:"Leaf",contains:[{match:[/#+/,y,/(?=\()/],scope:{1:"punctuation",2:"keyword"},starts:{contains:[{match:/\:/,scope:"punctuation"}]},contains:[k]},{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],k=["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(),L=["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(),$=["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=L.concat($).sort().reverse();function z(re){const ie=e(re),oe=V,ue="and or not only",de="[\\w-]+",pe="("+de+"|@\\{"+de+"\\})",Ie=[],he=[],Ce=function(rr){return{className:"string",begin:"~?"+rr+".*?"+rr}},_e=function(rr,ar,nr){return{className:rr,begin:ar,relevance:nr}},Ne={$pattern:/[a-z-]+/,keyword:ue,attribute:k.join(" ")},Fe={begin:"\\(",end:"\\)",contains:he,keywords:Ne,relevance:0};he.push(re.C_LINE_COMMENT_MODE,re.C_BLOCK_COMMENT_MODE,Ce("'"),Ce('"'),ie.CSS_NUMBER_MODE,{begin:"(url|data-uri)\\(",starts:{className:"string",end:"[\\)\\n]",excludeEnd:!0}},ie.HEXCOLOR,Fe,_e("variable","@@?"+de,10),_e("variable","@\\{"+de+"\\}"),_e("built_in","~?`[^`]*?`"),{className:"attribute",begin:de+"\\s*:",end:":",returnBegin:!0,excludeEnd:!0},ie.IMPORTANT,{beginKeywords:"and not"},ie.FUNCTION_DISPATCH);const Ue=he.concat({begin:/\{/,end:/\}/,contains:Ie}),kt={beginKeywords:"when",endsWithParent:!0,contains:[{beginKeywords:"and not"}].concat(he)},Et={begin:pe+"\\s*:",returnBegin:!0,end:/[;}]/,relevance:0,contains:[{begin:/-(webkit|moz|ms|o)-/},ie.CSS_VARIABLE,{className:"attribute",begin:"\\b("+j.join("|")+")\\b",end:/(?=:)/,starts:{endsWithParent:!0,illegal:"[<=$]",relevance:0,contains:he}}]},Ve={className:"keyword",begin:"@(import|media|charset|font-face|(-[a-z]+-)?keyframes|supports|document|namespace|page|viewport|host)\\b",starts:{end:"[;{}]",keywords:Ne,returnEnd:!0,contains:he,relevance:0}},qe={className:"variable",variants:[{begin:"@"+de+"\\s*:",relevance:15},{begin:"@"+de}],starts:{end:"[;}]",returnEnd:!0,contains:Ue}},jt={variants:[{begin:"[\\.#:&\\[>]",end:"[;{}]"},{begin:pe,end:/\{/}],returnBegin:!0,returnEnd:!0,illegal:`[<='$"]`,relevance:0,contains:[re.C_LINE_COMMENT_MODE,re.C_BLOCK_COMMENT_MODE,kt,_e("keyword","all\\b"),_e("variable","@\\{"+de+"\\}"),{begin:"\\b("+n.join("|")+")\\b",className:"selector-tag"},ie.CSS_NUMBER_MODE,_e("selector-tag",pe,0),_e("selector-id","#"+pe),_e("selector-class","\\."+pe,0),_e("selector-tag","&",0),ie.ATTRIBUTE_SELECTOR_MODE,{className:"selector-pseudo",begin:":("+L.join("|")+")"},{className:"selector-pseudo",begin:":(:)?("+$.join("|")+")"},{begin:/\(/,end:/\)/,relevance:0,contains:Ue},{begin:"!important"},ie.FUNCTION_DISPATCH]},tr={begin:de+`:(:)?(${oe.join("|")})`,returnBegin:!0,contains:[jt]};return Ie.push(re.C_LINE_COMMENT_MODE,re.C_BLOCK_COMMENT_MODE,Ve,qe,tr,Et,jt,kt,ie.FUNCTION_DISPATCH),{name:"Less",case_insensitive:!0,illegal:`[=>'/<($"]`,contains:Ie}}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="\\|[^]*?\\|",k="(-|\\+)?\\d+(\\.\\d+|\\/\\d+)?((d|e|f|l|s|D|E|F|L|S)(\\+|-)?\\d+)?",L={className:"literal",begin:"\\b(t{1}|nil)\\b"},$={className:"number",variants:[{begin:k,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)\\("+k+" +"+k,end:"\\)"}]},j=t.inherit(t.QUOTE_STRING_MODE,{illegal:null}),V=t.COMMENT(";","$",{relevance:0}),z={begin:"\\*",end:"\\*"},re={className:"symbol",begin:"[:&]"+y},ie={begin:y,relevance:0},oe={begin:n},de={contains:[$,j,z,re,{begin:"\\(",end:"\\)",contains:["self",L,j,$,ie]},ie],variants:[{begin:"['`]\\(",end:"\\)"},{begin:"\\(quote ",end:"\\)",keywords:{name:"quote"}},{begin:"'"+n}]},pe={variants:[{begin:"'"+y},{begin:"#'"+y+"(::"+y+")*"}]},Ie={begin:"\\(\\s*",end:"\\)"},he={endsWithParent:!0,relevance:0};return Ie.contains=[{className:"name",variants:[{begin:y,relevance:0},{begin:n}]},he],he.contains=[de,pe,Ie,L,$,j,V,z,re,oe,ie],{name:"Lisp",illegal:/\S/,contains:[$,t.SHEBANG(),L,j,V,de,pe,Ie,ie]}}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("[^:]//","$")],k=t.inherit(t.TITLE_MODE,{variants:[{begin:"\\b_*rig[A-Z][A-Za-z0-9_\\-]*"},{begin:"\\b_[a-z0-9\\-]+"}]}),L=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,L,t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,t.BINARY_NUMBER_MODE,t.C_NUMBER_MODE,k]},{className:"function",begin:"\\bend\\s+",end:"$",keywords:"end",contains:[L,k],relevance:0},{beginKeywords:"command on",end:"$",contains:[y,L,t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,t.BINARY_NUMBER_MODE,t.C_NUMBER_MODE,k]},{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,k].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"],k=["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],L=[].concat(k,y,n);function $(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"],ie={keyword:e.concat(re),literal:t.concat(z),built_in:L.concat(V)},oe="[A-Za-z$_](?:-[0-9A-Za-z$_]|[0-9A-Za-z$_])*",ue=j.inherit(j.TITLE_MODE,{begin:oe}),de={className:"subst",begin:/#\{/,end:/\}/,keywords:ie},pe={className:"subst",begin:/#[A-Za-z$_]/,end:/(?:-[0-9A-Za-z$_]|[0-9A-Za-z$_])*/,keywords:ie},Ie=[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,de,pe]},{begin:/"/,end:/"/,contains:[j.BACKSLASH_ESCAPE,de,pe]},{begin:/\\/,end:/(\s|$)/,excludeEnd:!0}]},{className:"regexp",variants:[{begin:"//",end:"//[gim]*",contains:[de,j.HASH_COMMENT_MODE]},{begin:/\/(?![ *])(\\.|[^\\\n])*?\/[gim]*(?=\W)/}]},{begin:"@"+oe},{begin:"``",end:"``",excludeBegin:!0,excludeEnd:!0,subLanguage:"javascript"}];de.contains=Ie;const he={className:"params",begin:"\\(",returnBegin:!0,contains:[{begin:/\(/,end:/\)/,keywords:ie,contains:["self"].concat(Ie)}]},Ce={begin:"(#=>|=>|\\|>>|-?->|!->)"},_e={variants:[{match:[/class\s+/,oe,/\s+extends\s+/,oe]},{match:[/class\s+/,oe]}],scope:{2:"title.class",4:"title.class.inherited"},keywords:ie};return{name:"LiveScript",aliases:["ls"],keywords:ie,illegal:/\/\*/,contains:Ie.concat([j.COMMENT("\\/\\*","\\*\\/"),j.HASH_COMMENT_MODE,Ce,{className:"function",contains:[ue,he],returnBegin:!0,variants:[{begin:"("+oe+"\\s*(?:=|:=)\\s*)?(\\(.*\\)\\s*)?\\B->\\*?",end:"->\\*?"},{begin:"("+oe+"\\s*(?:=|:=)\\s*)?!?(\\(.*\\)\\s*)?\\B[-~]{1,2}>\\*?",end:"[-~]{1,2}>\\*?"},{begin:"("+oe+"\\s*(?:=|:=)\\s*)?(\\(.*\\)\\s*)?\\B!?[-~]{1,2}>\\*?",end:"!?[-~]{1,2}>\\*?"}]},_e,{begin:oe+":",end:":",returnBegin:!0,returnEnd:!0,relevance:0}])}}return livescript_1=$,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$.-]*)/,k={className:"type",begin:/\bi\d+(?=\s|\b)/},L={className:"operator",relevance:0,begin:/=/},$={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:[k,t.COMMENT(/;\s*$/,null,{relevance:0}),t.COMMENT(/;/,/$/),{className:"string",begin:/"/,end:/"/,contains:[{className:"char.escape",match:/\\\d\d/}]},re,$,L,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"\\]/}]},k={className:"number",relevance:0,begin:t.C_NUMBER_RE},L={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"}]},$={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},k,{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,{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="\\]=*\\]",k={begin:y,end:n,contains:["self"]},L=[t.COMMENT("--(?!"+y+")","$"),t.COMMENT("--"+y,n,{contains:[k],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:L.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:L}].concat(L)},t.C_NUMBER_MODE,t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,{className:"string",begin:y,end:n,contains:[k],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]},k={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]},L={begin:"^"+t.UNDERSCORE_IDENT_RE+"\\s*(?=[:+?]?=)"},$={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,k=/([2-9]|[1-2]\d|[3][0-5])\^\^/,L=/(\w*\.\w+|\w+\.\w*|\w+)/,$=/(\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),ie=/\*\^[+-]?\d+/,ue={className:"number",relevance:0,begin:n.concat(j,n.optional(re),n.optional(ie))},de=/[a-zA-Z$][a-zA-Z0-9$]*/,pe=new Set(e),Ie={variants:[{className:"builtin-symbol",begin:de,"on:begin":(kt,Et)=>{pe.has(kt[0])||Et.ignoreMatch()}},{className:"symbol",relevance:0,begin:de}]},he={className:"named-character",begin:/\\\[[$a-zA-Z][$a-zA-Z0-9]+\]/},Ce={className:"operator",relevance:0,begin:/[+\-*/,;.:@~=><&|_`'^?!%]+/},_e={className:"pattern",relevance:0,begin:/([a-zA-Z$][a-zA-Z0-9$]*)?_+([a-zA-Z$][a-zA-Z0-9$]*)?/},Ne={className:"slot",relevance:0,begin:/#[a-zA-Z$][a-zA-Z0-9$]*|#+[0-9]?/},Fe={className:"brace",relevance:0,begin:/[[\](){}]/},Ue={className:"message-name",relevance:0,begin:n.concat("::",de)};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"]}),_e,Ne,Ue,Ie,he,y.QUOTE_STRING_MODE,ue,Ce,Fe]}}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("%","$"),k={className:"number",begin:"0'.\\|0[box][0-9a-fA-F]*"},L=t.inherit(t.APOS_STRING_MODE,{relevance:0}),$=t.inherit(t.QUOTE_STRING_MODE,{relevance:0}),j={className:"subst",begin:"\\\\[abfnrtv]\\|\\\\x[0-9a-fA-F]*\\\\\\|%[-+# *.0-9]*[dioxXucsfeEgGp]",relevance:0};return $.contains=$.contains.slice(),$.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,k,t.NUMBER_MODE,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"],k=/[dualxmsipngr]{0,12}/,L={$pattern:/[\w.]+/,keyword:n.join(" ")},$={className:"subst",begin:"[$@]\\{",end:"\\}",keywords:L},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},ie=[t.BACKSLASH_ESCAPE,$,z],oe=[/!/,/\//,/\|/,/\?/,/'/,/"/,/#/],ue=(Ie,he,Ce="\\1")=>{const _e=Ce==="\\1"?Ce:y.concat(Ce,he);return y.concat(y.concat("(?:",Ie,")"),he,/(?:\\.|[^\\\/])*?/,_e,/(?:\\.|[^\\\/])*?/,Ce,k)},de=(Ie,he,Ce)=>y.concat(y.concat("(?:",Ie,")"),he,/(?:\\.|[^\\\/])*?/,Ce,k),pe=[z,t.HASH_COMMENT_MODE,t.COMMENT(/^=\w/,/=cut/,{endsWithParent:!0}),j,{className:"string",contains:ie,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:ue("s|tr|y",y.either(...oe,{capture:!0}))},{begin:ue("s|tr|y","\\(","\\)")},{begin:ue("s|tr|y","\\[","\\]")},{begin:ue("s|tr|y","\\{","\\}")}],relevance:2},{className:"regexp",variants:[{begin:/(m|qr)\/\//,relevance:0},{begin:de("(?:m|qr)?",/\//,/\//)},{begin:de("m|qr",y.either(...oe,{capture:!0}),/\1/)},{begin:de("m|qr",/\(/,/\)/)},{begin:de("m|qr",/\[/,/\]/)},{begin:de("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 $.contains=pe,j.contains=pe,{name:"Perl",aliases:["pl","pm"],keywords:L,contains:pe}}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"}},k={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,k,{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$_]*",k={className:"subst",begin:/#\{/,end:/\}/,keywords:y},L=[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,k]}]},{className:"built_in",begin:"@__"+t.IDENT_RE},{begin:"@"+t.IDENT_RE},{begin:t.IDENT_RE+"\\\\"+t.IDENT_RE}];k.contains=L;const $=t.inherit(t.TITLE_MODE,{begin:n}),j="(\\(.*\\)\\s*)?\\B[-=]>",V={className:"params",begin:"\\([^\\(]",returnBegin:!0,contains:[{begin:/\(/,end:/\)/,keywords:y,contains:["self"].concat(L)}]};return{name:"MoonScript",aliases:["moon"],keywords:y,illegal:/\/\*/,contains:L.concat([t.COMMENT("--","$"),{className:"function",begin:"^\\s*"+n+"\\s*=\\s*"+j,end:"[-=]>",returnBegin:!0,contains:[$,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:[$]},$]},{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"}},k={match:[/^\s*/,/>/,/[ ]/,/.*$/],className:{2:"punctuation",4:"string"}},L={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}),L,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)}]},L={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:L.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:L}],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},k={className:"char.escape",begin:/''\$/},L={begin:/[a-zA-Z0-9-_]+(\s*=)/,returnBegin:!0,relevance:0,contains:[{className:"attr",begin:/\S+/,relevance:.2}]},$={className:"string",contains:[k,n],variants:[{begin:"''",end:"''"},{begin:'"',end:'"'}]},j=[t.NUMBER_MODE,t.HASH_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,$,L];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"],k=["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"],L=["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"],$={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(...k)},ie={className:"keyword",begin:y.concat(/!/,y.either(...L))},oe={className:"char.escape",begin:/\$(\\[nrt]|\$)/},ue={className:"title.function",begin:/\w+::\w+/},de={className:"string",variants:[{begin:'"',end:'"'},{begin:"'",end:"'"},{begin:"`",end:"`"}],illegal:/\n/,contains:[oe,$,j,V,z]},pe=["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"],Ie=["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"],he={match:[/Function/,/\s+/,y.concat(/(\.)?/,t.IDENT_RE)],scope:{1:"keyword",3:"title.function"}},_e={match:[/Var/,/\s+/,/(?:\/GLOBAL\s+)?/,/[A-Za-z][\w.]*/],scope:{1:"keyword",3:"params",4:"variable"}};return{name:"NSIS",case_insensitive:!0,keywords:{keyword:pe,literal:Ie},contains:[t.HASH_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.COMMENT(";","$",{relevance:0}),_e,he,{beginKeywords:"Function PageEx Section SectionGroup FunctionEnd SectionEnd"},de,ie,j,V,z,re,ue,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"},k={className:"number",begin:"\\b\\d+(\\.\\d+)?(e-?\\d+)?",relevance:0},L=t.inherit(t.QUOTE_STRING_MODE,{illegal:null}),$={className:"meta",keywords:{keyword:"include use"},begin:"include|use <",end:">"},j={className:"params",begin:"\\(",end:"\\)",contains:["self",k,L,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,k,$,L,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}),k=t.COMMENT("\\(\\*","\\*\\)",{relevance:10}),L={className:"string",begin:"'",end:"'",contains:[{begin:"''"}]},$={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:[L,$]},n,k]},V={scope:"punctuation",match:/;/,relevance:0};return{name:"Oxygene",case_insensitive:!0,keywords:y,illegal:'("|\\$[G-Zg-z]|\\/\\*|</|=>|->)',contains:[n,k,t.C_LINE_COMMENT_MODE,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$]*",k="\\$([a-zA-Z_]?|[a-zA-Z_][a-zA-Z_0-9]*)\\$",L="<<\\s*"+n+"\\s*>>",$="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(Ie){return Ie.split("|")[0]}).join("|"),ie="CURRENT_TIME CURRENT_TIMESTAMP CURRENT_USER CURRENT_CATALOG|10 CURRENT_DATE LOCALTIME LOCALTIMESTAMP CURRENT_ROLE|10 CURRENT_SCHEMA|10 SESSION_USER PUBLIC ",oe="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 ",ue="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 ",pe="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(Ie){return Ie.split("|")[0]}).join("|");return{name:"PostgreSQL",aliases:["postgres","postgresql"],supersetOf:"sql",case_insensitive:!0,keywords:{keyword:$+V+j,built_in:ie+oe+ue},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("+pe+")\\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:k,end:k,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:L,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])(?![$])/,k=y.concat(/[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*/,n),L=y.concat(/(\\?[A-Z][a-z0-9_\x7f-\xff]+|\\?[A-Z]+(?=[A-Z][a-z0-9_\x7f-\xff])){1,}/,n),$={scope:"variable",match:"\\$+"+k},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)}),ie={begin:/<<<[ \t]*(?:(\w+)|"(\w+)")\n/,end:/[ \t]*(\w+)\b/,contains:t.QUOTE_STRING_MODE.contains.concat(V),"on:begin":(ar,nr)=>{nr.data._beginMatch=ar[1]||ar[2]},"on:end":(ar,nr)=>{nr.data._beginMatch!==ar[1]&&nr.ignoreMatch()}},oe=t.END_SAME_AS_BEGIN({begin:/<<<[ \t]*'(\w+)'\n/,end:/[ \t]*(\w+)\b/}),ue=`[
]`,de={scope:"string",variants:[re,z,ie,oe]},pe={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},Ie=["false","null","true"],he=["__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"],Ce=["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"],Ne={keyword:he,literal:(ar=>{const nr=[];return ar.forEach(ur=>{nr.push(ur),ur.toLowerCase()===ur?nr.push(ur.toUpperCase()):nr.push(ur.toLowerCase())}),nr})(Ie),built_in:Ce},Fe=ar=>ar.map(nr=>nr.replace(/\|\d+$/,"")),Ue={variants:[{match:[/new/,y.concat(ue,"+"),y.concat("(?!",Fe(Ce).join("\\b|"),"\\b)"),L],scope:{1:"keyword",4:"title.class"}}]},kt=y.concat(k,"\\b(?!\\()"),Et={variants:[{match:[y.concat(/::/,y.lookahead(/(?!class\b)/)),kt],scope:{2:"variable.constant"}},{match:[/::/,/class/],scope:{2:"variable.language"}},{match:[L,y.concat(/::/,y.lookahead(/(?!class\b)/)),kt],scope:{1:"title.class",3:"variable.constant"}},{match:[L,y.concat("::",y.lookahead(/(?!class\b)/))],scope:{1:"title.class"}},{match:[L,/::/,/class/],scope:{1:"title.class",3:"variable.language"}}]},Ve={scope:"attr",match:y.concat(k,y.lookahead(":"),y.lookahead(/(?!::)/))},qe={relevance:0,begin:/\(/,end:/\)/,keywords:Ne,contains:[Ve,$,Et,t.C_BLOCK_COMMENT_MODE,de,pe,Ue]},jt={relevance:0,match:[/\b/,y.concat("(?!fn\\b|function\\b|",Fe(he).join("\\b|"),"|",Fe(Ce).join("\\b|"),"\\b)"),k,y.concat(ue,"*"),y.lookahead(/(?=\()/)],scope:{3:"title.function.invoke"},contains:[qe]};qe.contains.push(jt);const tr=[Ve,Et,t.C_BLOCK_COMMENT_MODE,de,pe,Ue],rr={begin:y.concat(/#\[\s*/,L),beginScope:"meta",end:/]/,endScope:"meta",keywords:{literal:Ie,keyword:["new","array"]},contains:[{begin:/\[/,end:/]/,keywords:{literal:Ie,keyword:["new","array"]},contains:["self",...tr]},...tr,{scope:"meta",match:L}]};return{case_insensitive:!1,keywords:Ne,contains:[rr,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/},$,jt,Et,{match:[/const/,/\s/,k],scope:{1:"keyword",3:"variable.constant"}},Ue,{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:Ne,contains:["self",$,Et,t.C_BLOCK_COMMENT_MODE,de,pe]}]},{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]},de,pe]}}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},k={className:"string",begin:'"',end:'"',contains:[t.BACKSLASH_ESCAPE]},L={className:"string",begin:"'",end:"'",contains:[t.BACKSLASH_ESCAPE],relevance:0},$={className:"type",begin:"\\b_?[A-Z][\\w]*",relevance:0},j={begin:t.IDENT_RE+"'",relevance:0};return{name:"Pony",keywords:y,contains:[$,n,k,L,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",k="-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",L={$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"},$=/\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]/}]},ie={className:"string",variants:[{begin:/'/,end:/'/},{begin:/@'/,end:/^'@/}]},oe={className:"doctag",variants:[{begin:/\.(synopsis|description|example|inputs|outputs|notes|link|component|role|functionality)/},{begin:/\.(parameter|forwardhelptargetname|forwardhelpcategory|remotehelprunspace|externalhelp)\s+\S+/}]},ue=t.inherit(t.COMMENT(null,null),{variants:[{begin:/#/,end:/$/},{begin:/<#/,end:/#>/}],contains:[oe]}),de={className:"built_in",variants:[{begin:"(".concat(n,")+(-)[\\w\\d]+")}]},pe={className:"class",beginKeywords:"class enum",end:/\s*[{]/,excludeEnd:!0,relevance:0,contains:[t.TITLE_MODE]},Ie={className:"function",begin:/function\s+/,end:/\s*\{|$/,excludeEnd:!0,returnBegin:!0,relevance:0,contains:[{begin:"function",relevance:0,className:"keyword"},{className:"title",begin:$,relevance:0},{begin:/\(/,end:/\)/,className:"params",relevance:0,contains:[V]}]},he={begin:/using\s/,end:/$/,returnBegin:!0,contains:[re,ie,{className:"keyword",begin:/(using|assembly|command|module|namespace|type)/}]},Ce={variants:[{className:"operator",begin:"(".concat(k,")\\b")},{className:"literal",begin:/(-){1,2}[\w\d-]+/,relevance:0}]},_e={className:"selector-tag",begin:/@\B/,relevance:0},Ne={className:"function",begin:/\[.*\]\s*[\w]+[ ]??\(/,end:/$/,returnBegin:!0,relevance:0,contains:[{className:"keyword",begin:"(".concat(L.keyword.toString().replace(/\s/g,"|"),")\\b"),endsParent:!0,relevance:0},t.inherit(t.TITLE_MODE,{endsParent:!0})]},Fe=[Ne,ue,j,t.NUMBER_MODE,re,ie,de,V,z,_e],Ue={begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0,relevance:0,contains:[].concat("self",Fe,{begin:"("+y.join("|")+")",className:"built_in",relevance:0},{className:"type",begin:/[\.\w\d]+/,relevance:0})};return Ne.contains.unshift(Ue),{name:"PowerShell",aliases:["pwsh","ps","ps1"],case_insensitive:!0,keywords:L,contains:Fe.concat(pe,Ie,he,Ce,Ue)}}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"],k=t.IDENT_RE,L={variants:[{match:y.concat(y.either(...n),y.lookahead(/\s*\(/)),className:"built_in"},{relevance:0,match:y.concat(/\b(?!for|if|while)/,k,y.lookahead(/\s*\(/)),className:"title.function"}]},$={match:[/new\s+/,k],className:{1:"keyword",2:"class.title"}},j={relevance:0,match:[/\./,k],className:{2:"property"}},V={variants:[{match:[/class/,/\s+/,k,/\s+/,/extends/,/\s+/,k]},{match:[/class/,/\s+/,k]}],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,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},k={begin:/\(/,end:/\)/,relevance:0},L={begin:/\[/,end:/\]/},$={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/},ie=[y,n,k,{begin:/:-/},L,$,t.C_BLOCK_COMMENT_MODE,t.QUOTE_STRING_MODE,t.APOS_STRING_MODE,j,V,z,t.C_NUMBER_MODE];return k.contains=ie,L.contains=ie,{name:"Prolog",contains:ie.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]+",k=y+"[:=]"+y,L=n,$="("+k+"|"+L+")",j="([^\\\\:= \\t\\f\\n]|\\\\.)+",V={end:$,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+k},{begin:j+L}],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"],k={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,k,{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("#","$"),k="([A-Za-z_]|::)(\\w|::)*",L=t.inherit(t.TITLE_MODE,{begin:k}),$={className:"variable",begin:"\\$"+k},j={className:"string",contains:[t.BACKSLASH_ESCAPE,$],variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/}]};return{name:"Puppet",aliases:["pp"],contains:[n,$,j,{beginKeywords:"class",end:"\\{|;",illegal:/=/,contains:[L,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},$]}],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"),k=["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:k,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:/#/},ie={begin:/\{\{/,relevance:0},oe={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,ie,re]},{begin:/([fF][rR]|[rR][fF]|[fF])"""/,end:/"""/,contains:[t.BACKSLASH_ESCAPE,z,ie,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,ie,re]},{begin:/([fF][rR]|[rR][fF]|[fF])"/,end:/"/,contains:[t.BACKSLASH_ESCAPE,ie,re]},t.APOS_STRING_MODE,t.QUOTE_STRING_MODE]},ue="[0-9](_?[0-9])*",de=`(\\b(${ue}))?\\.(${ue})|\\b(${ue})\\.`,pe=`\\b|${k.join("|")}`,Ie={className:"number",relevance:0,variants:[{begin:`(\\b(${ue})|(${de}))[eE][+-]?(${ue})[jJ]?(?=${pe})`},{begin:`(${de})[jJ]?`},{begin:`\\b([1-9](_?[0-9])*|0+(_?0)*)[lLjJ]?(?=${pe})`},{begin:`\\b0[bB](_?[01])+[lL]?(?=${pe})`},{begin:`\\b0[oO](_?[0-7])+[lL]?(?=${pe})`},{begin:`\\b0[xX](_?[0-9a-fA-F])+[lL]?(?=${pe})`},{begin:`\\b(${ue})[jJ](?=${pe})`}]},he={className:"comment",begin:y.lookahead(/# type:/),end:/$/,keywords:V,contains:[{begin:/# type:/},{begin:/#/,end:/\b\B/,endsWithParent:!0}]},Ce={className:"params",variants:[{className:"",begin:/\(\s*\)/,skip:!0},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:V,contains:["self",z,Ie,oe,t.HASH_COMMENT_MODE]}]};return re.contains=[oe,Ie,z],{name:"Python",aliases:["py","gyp","ipython"],unicodeRegex:!0,keywords:V,illegal:/(<\/|\?)|=>/,contains:[z,Ie,{scope:"variable.language",match:/\bself\b/},{beginKeywords:"if",relevance:0},{match:/\bor\b/,scope:"keyword"},oe,he,t.HASH_COMMENT_MODE,{match:[/\bdef/,/\s+/,n],scope:{1:"keyword",3:"title.function"},contains:[Ce]},{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:[Ie,Ce,oe]}]}}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"},k="[a-zA-Z_][a-zA-Z0-9\\._]*",L={className:"keyword",begin:"\\bproperty\\b",starts:{className:"string",end:"(:|=|;|,|//|/\\*|$)",returnEnd:!0}},$={className:"keyword",begin:"\\bsignal\\b",starts:{className:"string",end:"(\\(|:|=|;|,|//|/\\*|$)",returnEnd:!0}},j={className:"attribute",begin:"\\bid\\s*:",starts:{className:"string",end:k,returnEnd:!1}},V={begin:k+"\\s*:",returnBegin:!0,contains:[{className:"attribute",begin:k,end:"\\s*:",excludeEnd:!0,relevance:0}],relevance:0},z={begin:y.concat(k,/\s*\{/),end:/\{/,returnBegin:!0,relevance:0,contains:[t.inherit(t.TITLE_MODE,{begin:k})]};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,{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)/,k=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]?/),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:[L,k]},{scope:{1:"operator",2:"number"},match:[/%[^%]*%/,k]},{scope:{1:"punctuation",2:"number"},match:[$,k]},{scope:{2:"number"},match:[/[^a-zA-Z0-9._]|^/,k]}]},{scope:{3:"operator"},match:[n,/\s+/,/<-/,/\s+/]},{scope:"operator",relevance:0,variants:[{match:L},{match:/%[^%]*%/}]},{scope:"punctuation",relevance:0,match:$},{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",k="add remove enable disable set get print export edit find run debug error info warning",L="true false yes no nothing nil null",$="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:L,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("+L.split(" ").join("|")+")\\b"},{begin:/("[^"]*"|[^\s{}[\]]+)/}]}]},{className:"number",begin:/\*[0-9a-fA-F]+/},{begin:"\\b("+k.split(" ").join("|")+")([\\s[(\\]|])",returnBegin:!0,contains:[{className:"built_in",begin:/\w+/}]},{className:"built_in",variants:[{begin:"(\\.\\./|/|\\s)(("+$.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"],k=["while","for","if","do","return","else","break","extern","continue"],L={match:[/(surface|displacement|light|volume|imager)/,/\s+/,t.IDENT_RE],scope:{1:"keyword",3:"title.class"}};return{name:"RenderMan RSL",keywords:{keyword:k,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:"$"},L,{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#)?/,k=y.concat(n,t.UNDERSCORE_IDENT_RE),L=y.concat(n,t.IDENT_RE),$={className:"title.function.invoke",relevance:0,begin:y.concat(/\b/,/(?!let|for|while|if|else|match\b)/,L,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!"],ie=["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:ie,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+/,k],className:{1:"keyword",3:"title.function"}},{className:"meta",begin:"#!?\\[",end:"\\]",contains:[{className:"string",begin:/"/,end:/"/,contains:[t.BACKSLASH_ESCAPE]}]},{begin:[/let/,/\s+/,/(?:mut\s+)?/,k],className:{1:"keyword",3:"keyword",4:"variable"}},{begin:[/for/,/\s+/,k,/\s+/,/in/],className:{1:"keyword",3:"variable",5:"keyword"}},{begin:[/type/,/\s+/,k],className:{1:"keyword",3:"title.class"}},{begin:[/(?:trait|enum|struct|union|impl|for)/,/\s+/,k],className:{1:"keyword",3:"title.class"}},{begin:t.IDENT_RE+"::",keywords:{keyword:"Self",built_in:re,type:ie}},{className:"punctuation",begin:"->"},$]}}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"],k=["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"],L=["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(...L)},{className:"title.function",begin:/%[a-zA-Z_][a-zA-Z_0-9]*/},{className:"meta",begin:y.either(...k)+"(?=\\()"},{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]+"},k={className:"subst",variants:[{begin:"\\$[A-Za-z0-9_]+"},{begin:/\$\{/,end:/\}/}]},L={className:"string",variants:[{begin:'"""',end:'"""'},{begin:'"',end:'"',illegal:"\\n",contains:[t.BACKSLASH_ESCAPE]},{begin:'[a-z]+"',end:'"',illegal:"\\n",contains:[t.BACKSLASH_ESCAPE,k]},{className:"string",begin:'[a-z]+"""',end:'"""',contains:[k],relevance:10}]},$={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:[$,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE]},{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,relevance:0,contains:[$,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"}},ie={begin:[/^\s*/,/end/,/\s+/,/(extension\b)?/],beginScope:{2:"keyword",4:"keyword"}},oe=[{match:/\.inline\b/},{begin:/\binline(?=\s)/,keywords:"inline"}],ue={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,L,$,z,V,t.C_NUMBER_MODE,re,ie,...oe,ue,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+)?",k=n+"[+\\-]"+n+"i",L={$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?"},$={className:"literal",begin:"(#t|#f|#\\\\"+y+"|#\\\\.)"},j={className:"number",variants:[{begin:n,relevance:0},{begin:k,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},ie={className:"symbol",begin:"'"+y},oe={endsWithParent:!0,relevance:0},ue={variants:[{begin:/'/},{begin:"`"}],contains:[{begin:"\\(",end:"\\)",contains:["self",$,V,j,re,ie]}]},de={className:"name",relevance:0,begin:y,keywords:L},Ie={variants:[{begin:"\\(",end:"\\)"},{begin:"\\[",end:"\\]"}],contains:[{begin:/lambda/,endsWithParent:!0,returnBegin:!0,contains:[de,{endsParent:!0,variants:[{begin:/\(/,end:/\)/},{begin:/\[/,end:/\]/}],contains:[re]}]},de,oe]};return oe.contains=[$,j,V,re,ie,ue,Ie].concat(z),{name:"Scheme",aliases:["scm"],illegal:/\S/,contains:[t.SHEBANG(),j,V,ie,ue,Ie].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],k=["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(),L=["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(),$=["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),ie=$,oe=L,ue="@[a-z-]+",de="and or not only",Ie={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:":("+oe.join("|")+")"},{className:"selector-pseudo",begin:":(:)?("+ie.join("|")+")"},Ie,{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,Ie,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:ue,keyword:"@page @font-face"}},{begin:"@",end:"[{;]",returnBegin:!0,keywords:{$pattern:/[a-z-]+/,keyword:de,attribute:k.join(" ")},contains:[{begin:ue,className:"keyword"},{begin:/[a-z-]+(?=:)/,className:"attribute"},Ie,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"],k=["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("+k.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}"},k={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,k,n,{begin:"\\|[ ]*"+y+"([ ]+"+y+")*[ ]*\\|",returnBegin:!0,end:/\|/,illegal:/\S/,contains:[{begin:"(\\|[ ]*)?"+y}]},{begin:"#\\(",end:"\\)",contains:[t.APOS_STRING_MODE,n,t.C_NUMBER_MODE,k]}]}}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]+/},k={className:"string",variants:[{begin:'"',end:'"',contains:[{begin:'""',relevance:0}]},{begin:"'",end:"'",contains:[{begin:"''",relevance:0}]}]},L=["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"],$=["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(k,{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:L,built_in:j,literal:$},contains:[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,t.NUMBER_MODE,y,n,k,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("--","$"),k={className:"string",variants:[{begin:/'/,end:/'/,contains:[{begin:/''/}]}]},L={begin:/"/,end:/"/,contains:[{begin:/""/}]},$=["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"],ie=["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"],oe=["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"],ue=["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"],de=ie,pe=[...re,...z].filter(Ne=>!ie.includes(Ne)),Ie={className:"variable",begin:/@[a-z0-9][a-z0-9_]*/},he={className:"operator",begin:/[-+*/=%^~]|&&?|\|\|?|!=?|<(?:=>?|<|>)?|>[>=]?/,relevance:0},Ce={begin:y.concat(/\b/,y.either(...de),/\s*\(/),relevance:0,keywords:{built_in:de}};function _e(Ne,{exceptions:Fe,when:Ue}={}){const kt=Ue;return Fe=Fe||[],Ne.map(Et=>Et.match(/\|\d+$/)||Fe.includes(Et)?Et:kt(Et)?`${Et}|0`:Et)}return{name:"SQL",case_insensitive:!0,illegal:/[{}]|<\//,keywords:{$pattern:/\b[\w\.]+/,keyword:_e(pe,{when:Ne=>Ne.length<3}),literal:$,type:V,built_in:oe},contains:[{begin:y.either(...ue),relevance:0,keywords:{$pattern:/[\w\.]+/,keyword:pe.concat(ue),literal:$,type:V}},{className:"type",begin:y.either(...j)},Ce,Ie,k,L,t.C_NUMBER_MODE,t.C_BLOCK_COMMENT_MODE,n,he]}}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"],k=["for","in","if","else","while","break","continue","return"],L=["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"],$=["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:L,keyword:k,built_in:$},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],k=["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(),L=["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(),$=["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),ie="and or not only",oe={className:"variable",begin:"\\$"+z.IDENT_RE},ue=["charset","css","debug","extend","font-face","for","import","include","keyframes","media","mixin","page","warn","while"],de="(?=[.\\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_-]*"+de,className:"selector-class"},{begin:"#[a-zA-Z][a-zA-Z0-9_-]*"+de,className:"selector-id"},{begin:"\\b("+n.join("|")+")"+de,className:"selector-tag"},{className:"selector-pseudo",begin:"&?:("+L.join("|")+")"+de},{className:"selector-pseudo",begin:"&?:(:)?("+$.join("|")+")"+de},re.ATTRIBUTE_SELECTOR_MODE,{className:"keyword",begin:/@media/,starts:{end:/[{;}]/,keywords:{$pattern:/[a-z-]+/,keyword:ie,attribute:k.join(" ")},contains:[re.CSS_NUMBER_MODE]}},{className:"keyword",begin:"@((-(o|moz|ms|webkit)-)?("+ue.join("|")+"))\\b"},oe,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,oe,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,oe,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(Et){return Et?typeof Et=="string"?Et:Et.source:null}function t(Et){return y("(?=",Et,")")}function y(...Et){return Et.map(qe=>e(qe)).join("")}function n(Et){const Ve=Et[Et.length-1];return typeof Ve=="object"&&Ve.constructor===Object?(Et.splice(Et.length-1,1),Ve):{}}function k(...Et){return"("+(n(Et).capture?"":"?:")+Et.map(jt=>e(jt)).join("|")+")"}const L=Et=>y(/\b/,Et,/\w$/.test(Et)?/\b/:/\B/),$=["Protocol","Type"].map(L),j=["init","self"].map(L),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"],ie=["assignment","associativity","higherThan","left","lowerThan","none","right"],oe=["#colorLiteral","#column","#dsohandle","#else","#elseif","#endif","#error","#file","#fileID","#fileLiteral","#filePath","#function","#if","#imageLiteral","#keyPath","#line","#selector","#sourceLocation","#warning"],ue=["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"],de=k(/[/=\-+!*%<>&|^~?]/,/[\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]/),pe=k(de,/[\u0300-\u036F]/,/[\u1DC0-\u1DFF]/,/[\u20D0-\u20FF]/,/[\uFE00-\uFE0F]/,/[\uFE20-\uFE2F]/),Ie=y(de,pe,"*"),he=k(/[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]/),Ce=k(he,/\d/,/[\u0300-\u036F\u1DC0-\u1DFF\u20D0-\u20FF\uFE20-\uFE2F]/),_e=y(he,Ce,"*"),Ne=y(/[A-Z]/,Ce,"*"),Fe=["attached","autoclosure",y(/convention\(/,k("swift","block","c"),/\)/),"discardableResult","dynamicCallable","dynamicMemberLookup","escaping","freestanding","frozen","GKInspectable","IBAction","IBDesignable","IBInspectable","IBOutlet","IBSegueAction","inlinable","main","nonobjc","NSApplicationMain","NSCopying","NSManaged",y(/objc\(/,_e,/\)/),"objc","objcMembers","propertyWrapper","requires_stored_property_inits","resultBuilder","Sendable","testable","UIApplicationMain","unchecked","unknown","usableFromInline","warn_unqualified_access"],Ue=["iOS","iOSApplicationExtension","macOS","macOSApplicationExtension","macCatalyst","macCatalystApplicationExtension","watchOS","watchOSApplicationExtension","tvOS","tvOSApplicationExtension","swift"];function kt(Et){const Ve={match:/\s+/,relevance:0},qe=Et.COMMENT("/\\*","\\*/",{contains:["self"]}),jt=[Et.C_LINE_COMMENT_MODE,qe],tr={match:[/\./,k(...$,...j)],className:{2:"keyword"}},rr={match:y(/\./,k(...z)),relevance:0},ar=z.filter(To=>typeof To=="string").concat(["_|0"]),nr=z.filter(To=>typeof To!="string").concat(V).map(L),ur={variants:[{className:"keyword",match:k(...nr,...j)}]},cr={$pattern:k(/\b\w+/,/#\w+/),keyword:ar.concat(oe),literal:re},_r=[tr,rr,ur],hr={match:y(/\./,k(...ue)),relevance:0},Er={className:"built_in",match:y(/\b/,k(...ue),/(?=\()/)},kr=[hr,Er],xr={match:/->/,relevance:0},yr={className:"operator",relevance:0,variants:[{match:Ie},{match:`\\.(\\.|${pe})+`}]},br=[xr,yr],Ir="([0-9]_*)+",Mr="([0-9a-fA-F]_*)+",mr={className:"number",relevance:0,variants:[{match:`\\b(${Ir})(\\.(${Ir}))?([eE][+-]?(${Ir}))?\\b`},{match:`\\b0x(${Mr})(\\.(${Mr}))?([pP][+-]?(${Ir}))?\\b`},{match:/\b0o([0-7]_*)+\b/},{match:/\b0b([01]_*)+\b/}]},gr=(To="")=>({className:"subst",variants:[{match:y(/\\/,To,/[0\\tnr"']/)},{match:y(/\\/,To,/u\{[0-9a-fA-F]{1,8}\}/)}]}),jr=(To="")=>({className:"subst",match:y(/\\/,To,/[\t ]*(?:[\r\n]|\r\n)/)}),Hr=(To="")=>({className:"subst",label:"interpol",begin:y(/\\/,To,/\(/),end:/\)/}),Vr=(To="")=>({begin:y(To,/"""/),end:y(/"""/,To),contains:[gr(To),jr(To),Hr(To)]}),zr=(To="")=>({begin:y(To,/"/),end:y(/"/,To),contains:[gr(To),Hr(To)]}),Sr={className:"string",variants:[Vr(),Vr("#"),Vr("##"),Vr("###"),zr(),zr("#"),zr("##"),zr("###")]},Tr=[Et.BACKSLASH_ESCAPE,{begin:/\[/,end:/\]/,relevance:0,contains:[Et.BACKSLASH_ESCAPE]}],Br={begin:/\/[^\s](?=[^/\n]*\/)/,end:/\//,contains:Tr},vr=To=>{const Hi=y(To,/\//),na=y(/\//,To);return{begin:Hi,end:na,contains:[...Tr,{scope:"comment",begin:`#(?!.*${na})`,end:/$/}]}},Cr={scope:"regexp",variants:[vr("###"),vr("##"),vr("#"),Br]},Dr={match:y(/`/,_e,/`/)},Rr={className:"variable",match:/\$\d+/},Wr={className:"variable",match:`\\$${Ce}+`},Kr=[Dr,Rr,Wr],Nr={match:/(@|#(un)?)available/,scope:"keyword",starts:{contains:[{begin:/\(/,end:/\)/,keywords:Ue,contains:[...br,mr,Sr]}]}},Fr={scope:"keyword",match:y(/@/,k(...Fe),t(k(/\(/,/\s+/)))},Qr={scope:"meta",match:y(/@/,_e)},ca=[Nr,Fr,Qr],Po={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)/,Ce,"+")},{className:"type",match:Ne,relevance:0},{match:/[?!]+/,relevance:0},{match:/\.\.\./,relevance:0},{match:y(/\s+&\s+/,t(Ne)),relevance:0}]},Wa={begin:/</,end:/>/,keywords:cr,contains:[...jt,..._r,...ca,xr,Po]};Po.contains.push(Wa);const Go={match:y(_e,/\s*:/),keywords:"_|0",relevance:0},us={begin:/\(/,end:/\)/,relevance:0,keywords:cr,contains:["self",Go,...jt,Cr,..._r,...kr,...br,mr,Sr,...Kr,...ca,Po]},Kn={begin:/</,end:/>/,keywords:"repeat each",contains:[...jt,Po]},Gr={begin:k(t(y(_e,/\s*:/)),t(y(_e,/\s+/,_e,/\s*:/))),end:/:/,relevance:0,contains:[{className:"keyword",match:/\b_\b/},{className:"params",match:_e}]},Ar={begin:/\(/,end:/\)/,keywords:cr,contains:[Gr,...jt,..._r,...br,mr,Sr,...ca,Po,us],endsParent:!0,illegal:/["']/},On={match:[/(func|macro)/,/\s+/,k(Dr.match,_e,Ie)],className:{1:"keyword",3:"title.function"},contains:[Kn,Ar,Ve],illegal:[/\[/,/%/]},kn={match:[/\b(?:subscript|init[?!]?)/,/\s*(?=[<(])/],className:{1:"keyword"},contains:[Kn,Ar,Ve],illegal:/\[|%/},Sa={match:[/operator/,/\s+/,Ie],className:{1:"keyword",3:"title"}},sa={begin:[/precedencegroup/,/\s+/,Ne],className:{1:"keyword",3:"title"},contains:[Po],keywords:[...ie,...re],end:/}/},qa={begin:[/(struct|protocol|class|extension|enum|actor)/,/\s+/,_e,/\s*/],beginScope:{1:"keyword",3:"title.class"},keywords:cr,contains:[Kn,..._r,{begin:/:/,end:/\{/,keywords:cr,contains:[{scope:"title.class.inherited",match:Ne},..._r],relevance:0}]};for(const To of Sr.variants){const Hi=To.contains.find(Ma=>Ma.label==="interpol");Hi.keywords=cr;const na=[..._r,...kr,...br,mr,Sr,...Kr];Hi.contains=[...na,{begin:/\(/,end:/\)/,contains:["self",...na]}]}return{name:"Swift",keywords:cr,contains:[...jt,On,kn,qa,Sa,sa,{beginKeywords:"import",end:/$/,contains:[...jt],relevance:0},Cr,..._r,...kr,...br,mr,Sr,...Kr,...ca,Po,us]}}return swift_1=kt,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#;/?:@&=+$,.~*'()[\\]]+",k={className:"attr",variants:[{begin:/\w[\w :()\./-]*:(?=[ \t]|$)/},{begin:/"\w[\w :()\./-]*":(?=[ \t]|$)/},{begin:/'\w[\w :()\./-]*':(?=[ \t]|$)/}]},L={className:"template-variable",variants:[{begin:/\{\{/,end:/\}\}/},{begin:/%\{/,end:/\}/}]},$={className:"string",relevance:0,variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/\S+/}],contains:[t.BACKSLASH_ESCAPE,L]},j=t.inherit($,{variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/[^\s,{}[\]]+/}]}),oe={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"},ue={end:",",endsWithParent:!0,excludeEnd:!0,keywords:y,relevance:0},de={begin:/\{/,end:/\}/,contains:[ue],illegal:"\\n",relevance:0},pe={begin:"\\[",end:"\\]",contains:[ue],illegal:"\\n",relevance:0},Ie=[k,{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}},oe,{className:"number",begin:t.C_NUMBER_RE+"\\b",relevance:0},de,pe,$],he=[...Ie];return he.pop(),he.push(j),ue.contains=he,{name:"YAML",case_insensitive:!0,aliases:["yml"],contains:Ie}}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_]*/,k={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:[k]}]},{className:"string",contains:[t.BACKSLASH_ESCAPE],variants:[t.inherit(t.QUOTE_STRING_MODE,{illegal:null})]},k]}}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:":[^\\]]+"},k={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]},L={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,L,{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"],k=["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 L=["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"];L=L.concat(L.map(pe=>`end${pe}`));const $={scope:"string",variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/}]},j={scope:"number",match:/\d+/},V={begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,contains:[$,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:k}]},ie=(pe,{relevance:Ie})=>({beginScope:{1:"template-tag",3:"name"},relevance:Ie||2,endScope:"template-tag",begin:[/\{%/,/\s*/,y.either(...pe)],end:/%\}/,keywords:"in",contains:[re,z,$,j]}),oe=/[a-z_]+/,ue=ie(L,{relevance:2}),de=ie([oe],{relevance:1});return{name:"Twig",aliases:["craftcms"],case_insensitive:!0,subLanguage:"xml",contains:[t.COMMENT(/\{#/,/#\}/),ue,de,{className:"template-variable",begin:/\{\{/,end:/\}\}/,contains:["self",re,z,$,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"],k=["Error","EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"],L=["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],$=["arguments","this","super","console","window","document","localStorage","sessionStorage","module","global"],j=[].concat(L,n,k);function V(re){const ie=re.regex,oe=(gr,{after:jr})=>{const Hr="</"+gr[0].slice(1);return gr.input.indexOf(Hr,jr)!==-1},ue=e,de={begin:"<>",end:"</>"},pe=/<[A-Za-z0-9\\._:-]+\s*\/>/,Ie={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/,isTrulyOpeningTag:(gr,jr)=>{const Hr=gr[0].length+gr.index,Vr=gr.input[Hr];if(Vr==="<"||Vr===","){jr.ignoreMatch();return}Vr===">"&&(oe(gr,{after:Hr})||jr.ignoreMatch());let zr;const Sr=gr.input.substring(Hr);if(zr=Sr.match(/^\s*=/)){jr.ignoreMatch();return}if((zr=Sr.match(/^\s+extends\s+/))&&zr.index===0){jr.ignoreMatch();return}}},he={$pattern:e,keyword:t,literal:y,built_in:j,"variable.language":$},Ce="[0-9](_?[0-9])*",_e=`\\.(${Ce})`,Ne="0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*",Fe={className:"number",variants:[{begin:`(\\b(${Ne})((${_e})|\\.)?|(${_e}))[eE][+-]?(${Ce})\\b`},{begin:`\\b(${Ne})\\b((${_e})\\b|\\.)?|(${_e})\\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},Ue={className:"subst",begin:"\\$\\{",end:"\\}",keywords:he,contains:[]},kt={begin:".?html`",end:"",starts:{end:"`",returnEnd:!1,contains:[re.BACKSLASH_ESCAPE,Ue],subLanguage:"xml"}},Et={begin:".?css`",end:"",starts:{end:"`",returnEnd:!1,contains:[re.BACKSLASH_ESCAPE,Ue],subLanguage:"css"}},Ve={begin:".?gql`",end:"",starts:{end:"`",returnEnd:!1,contains:[re.BACKSLASH_ESCAPE,Ue],subLanguage:"graphql"}},qe={className:"string",begin:"`",end:"`",contains:[re.BACKSLASH_ESCAPE,Ue]},tr={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:ue+"(?=\\s*(-)|$)",endsParent:!0,relevance:0},{begin:/(?=[^\n])\s/,relevance:0}]}]}),re.C_BLOCK_COMMENT_MODE,re.C_LINE_COMMENT_MODE]},rr=[re.APOS_STRING_MODE,re.QUOTE_STRING_MODE,kt,Et,Ve,qe,{match:/\$\d+/},Fe];Ue.contains=rr.concat({begin:/\{/,end:/\}/,keywords:he,contains:["self"].concat(rr)});const ar=[].concat(tr,Ue.contains),nr=ar.concat([{begin:/(\s*)\(/,end:/\)/,keywords:he,contains:["self"].concat(ar)}]),ur={className:"params",begin:/(\s*)\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:he,contains:nr},cr={variants:[{match:[/class/,/\s+/,ue,/\s+/,/extends/,/\s+/,ie.concat(ue,"(",ie.concat(/\./,ue),")*")],scope:{1:"keyword",3:"title.class",5:"keyword",7:"title.class.inherited"}},{match:[/class/,/\s+/,ue],scope:{1:"keyword",3:"title.class"}}]},_r={relevance:0,match:ie.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,...k]}},hr={label:"use_strict",className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},Er={variants:[{match:[/function/,/\s+/,ue,/(?=\s*\()/]},{match:[/function/,/\s*(?=\()/]}],className:{1:"keyword",3:"title.function"},label:"func.def",contains:[ur],illegal:/%/},kr={relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:"variable.constant"};function xr(gr){return ie.concat("(?!",gr.join("|"),")")}const yr={match:ie.concat(/\b/,xr([...L,"super","import"].map(gr=>`${gr}\\s*\\(`)),ue,ie.lookahead(/\s*\(/)),className:"title.function",relevance:0},br={begin:ie.concat(/\./,ie.lookahead(ie.concat(ue,/(?![0-9A-Za-z$_(])/))),end:ue,excludeBegin:!0,keywords:"prototype",className:"property",relevance:0},Ir={match:[/get|set/,/\s+/,ue,/(?=\()/],className:{1:"keyword",3:"title.function"},contains:[{begin:/\(\)/},ur]},Mr="(\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)|"+re.UNDERSCORE_IDENT_RE+")\\s*=>",mr={match:[/const|var|let/,/\s+/,ue,/\s*/,/=\s*/,/(async\s*)?/,ie.lookahead(Mr)],keywords:"async",className:{1:"keyword",3:"title.function"},contains:[ur]};return{name:"JavaScript",aliases:["js","jsx","mjs","cjs"],keywords:he,exports:{PARAMS_CONTAINS:nr,CLASS_REFERENCE:_r},illegal:/#(?![$_A-z])/,contains:[re.SHEBANG({label:"shebang",binary:"node",relevance:5}),hr,re.APOS_STRING_MODE,re.QUOTE_STRING_MODE,kt,Et,Ve,qe,tr,{match:/\$\d+/},Fe,_r,{className:"attr",begin:ue+ie.lookahead(":"),relevance:0},mr,{begin:"("+re.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",relevance:0,contains:[tr,re.REGEXP_MODE,{className:"function",begin:Mr,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:he,contains:nr}]}]},{begin:/,/,relevance:0},{match:/\s+/,relevance:0},{variants:[{begin:de.begin,end:de.end},{match:pe},{begin:Ie.begin,"on:begin":Ie.isTrulyOpeningTag,end:Ie.end}],subLanguage:"xml",contains:[{begin:Ie.begin,end:Ie.end,skip:!0,contains:["self"]}]}]},Er,{beginKeywords:"while if switch catch for"},{begin:"\\b(?!function)"+re.UNDERSCORE_IDENT_RE+"\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)\\s*\\{",returnBegin:!0,label:"func.def",contains:[ur,re.inherit(re.TITLE_MODE,{begin:ue,className:"title.function"})]},{match:/\.\.\./,relevance:0},br,{match:"\\$"+ue,relevance:0},{match:[/\bconstructor(?=\s*\()/],className:{1:"title.function"},contains:[ur]},yr,kr,cr,Ir,{match:/\$[(.]/}]}}function z(re){const ie=V(re),oe=e,ue=["any","void","number","boolean","string","object","never","symbol","bigint","unknown"],de={begin:[/namespace/,/\s+/,re.IDENT_RE],beginScope:{1:"keyword",3:"title.class"}},pe={beginKeywords:"interface",end:/\{/,excludeEnd:!0,keywords:{keyword:"interface extends",built_in:ue},contains:[ie.exports.CLASS_REFERENCE]},Ie={className:"meta",relevance:10,begin:/^\s*['"]use strict['"]/},he=["type","interface","public","private","protected","implements","declare","abstract","readonly","enum","override","satisfies"],Ce={$pattern:e,keyword:t.concat(he),literal:y,built_in:j.concat(ue),"variable.language":$},_e={className:"meta",begin:"@"+oe},Ne=(kt,Et,Ve)=>{const qe=kt.contains.findIndex(jt=>jt.label===Et);if(qe===-1)throw new Error("can not find mode to replace");kt.contains.splice(qe,1,Ve)};Object.assign(ie.keywords,Ce),ie.exports.PARAMS_CONTAINS.push(_e);const Fe=ie.contains.find(kt=>kt.className==="attr");ie.exports.PARAMS_CONTAINS.push([ie.exports.CLASS_REFERENCE,Fe]),ie.contains=ie.contains.concat([_e,de,pe]),Ne(ie,"shebang",re.SHEBANG()),Ne(ie,"use_strict",Ie);const Ue=ie.contains.find(kt=>kt.label==="func.def");return Ue.relevance=0,Object.assign(ie,{name:"TypeScript",aliases:["ts","tsx","mts","cts"]}),ie}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/},k={className:"string",begin:/"/,end:/"/,illegal:/\n/,contains:[{begin:/""/}]},L=/\d{1,2}\/\d{1,2}\/\d{4}/,$=/\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),/ *#/)},{begin:y.concat(/# */,V,/ *#/)},{begin:y.concat(/# */,j,/ *#/)},{begin:y.concat(/# */,y.either($,L),/ +/,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])|[%&])?/}]},ie={className:"label",begin:/^\w+:/},oe=t.COMMENT(/'''/,/$/,{contains:[{className:"doctag",begin:/<\/?/,end:/>/}]}),ue=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,k,z,re,ie,oe,ue,{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:[ue]}]}}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"],k=["server","response","request","scriptengine","scriptenginebuildversion","scriptengineminorversion","scriptenginemajorversion"],L={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:k,literal:["true","false","null","nothing","empty"]},illegal:"//",contains:[L,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"]},k=["__FILE__","__LINE__"],L=["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(...k))},{scope:"meta",begin:y.concat(/`/,y.either(...L)),end:/$|\/\/|\/\*/,returnEnd:!0,keywords:L}]}}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,k=y+"(\\."+y+")?("+n+")?",L="\\w+",j="\\b("+(y+"#"+L+"(\\."+L+")?#("+n+")?")+"|"+k+")";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(/;;/,/$/),k=["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"],L={begin:[/(?:func|call|call_indirect)/,/\s+/,/\$[^\s)]+/],className:{1:"keyword",3:"title.function"}},$={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:k},contains:[n,y,{match:[/(?:offset|align)/,/\s*/,/=/],className:{1:"keyword",3:"operator"}},$,j,L,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*/,k=["as","break","class","construct","continue","else","for","foreign","if","import","in","is","return","static","var","while"],L=["true","false","null"],$=["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}]}]}},ie={variants:[{match:[/class\s+/,n,/\s+is\s+/,n]},{match:[/class\s+/,n]}],scope:{2:"title.class",4:"title.class.inherited"},keywords:k},oe={relevance:0,match:y.either(...V),className:"operator"},ue={className:"string",begin:/"""/,end:/"""/},de={className:"property",begin:y.concat(/\./,y.lookahead(n)),end:n,excludeBegin:!0,relevance:0},pe={relevance:0,match:y.concat(/\b_/,n),scope:"variable"},Ie={relevance:0,match:/\b[A-Z]+[a-z]+([A-Z]+[a-z]+)*/,scope:"title.class",keywords:{_:j}},he=t.C_NUMBER_MODE,Ce={match:[n,/\s*/,/=/,/\s*/,/\(/,n,/\)\s*\{/],scope:{1:"title.function",3:"operator",6:"params"}},_e=t.COMMENT(/\/\*\*/,/\*\//,{contains:[{match:/@[a-z]+/,scope:"doctag"},"self"]}),Ne={scope:"subst",begin:/%\(/,end:/\)/,contains:[he,Ie,z,pe,oe]},Fe={scope:"string",begin:/"/,end:/"/,contains:[Ne,{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}/}]}]};Ne.contains.push(Fe);const Ue=[...k,...$,...L],kt={relevance:0,match:y.concat("\\b(?!",Ue.join("|"),"\\b)",/[a-zA-Z_]\w*(?:[?!]|\b)/),className:"variable"};return{name:"Wren",keywords:{keyword:k,"variable.language":$,literal:L},contains:[{scope:"comment",variants:[{begin:[/#!?/,/[A-Za-z_]+(?=\()/],beginScope:{},keywords:{literal:L},contains:[],end:/\)/},{begin:[/#!?/,/[A-Za-z_]+/],beginScope:{},end:/$/}]},he,Fe,ue,_e,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,Ie,ie,Ce,re,z,oe,pe,de,kt]}}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"],k=["ObjectLoader","Animate","MovieCredits","Slides","Filters","Shading","Materials","LensFlare","Mapping","VLCAudioVideo","StereoDecoder","PointCloud","NetworkAccess","RemoteControl","RegExp","ChromaKey","Snowfall","NodeJS","Speech","Charts"],$={$pattern:/[a-zA-Z][a-zA-Z0-9_?]*/,keyword:y,literal:["true","false","nil"],built_in:n.concat(k)},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]+)?"},ie={beginKeywords:"import",end:"$",keywords:$,contains:[j]},oe={className:"function",begin:/[a-z][^\n]*->/,returnBegin:!0,end:/->/,contains:[t.inherit(t.TITLE_MODE,{starts:{endsWithParent:!0,keywords:$}})]};return{name:"XL",aliases:["tao"],keywords:$,contains:[t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,j,V,z,oe,ie,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,k={variants:[t.BINARY_NUMBER_MODE,t.C_NUMBER_MODE]},L="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:L,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:L,contains:["self",t.C_BLOCK_COMMENT_MODE,y,k]}]},{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,k]}}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$e=hljs;const HighlightJS=getDefaultExportFromCjs(lib$e);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($&&$.start<=$.end){var j=$.lexer.input;k=$.start,L=$.end,k===j.length?n+=" at end of input: ":n+=" at position "+(k+1)+": ";var V=j.slice(k,L).replace(/[^]/g,"$&̲"),z;k>15?z="…"+j.slice(k-15,k):z=j.slice(0,k);var re;L+15<j.length?re=j.slice(L,L+15)+"…":re=j.slice(L),n+=z+V+re}var ie=new Error(n);return ie.name="ParseError",ie.__proto__=ParseError.prototype,ie.position=k,k!=null&&L!=null&&(ie.length=L-k),ie.rawMessage=t,ie}}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=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$5={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 k=this.strict;if(typeof k=="function"&&(k=k(t,y,n)),!(!k||k==="ignore")){if(k===!0||k==="error")throw new ParseError("LaTeX-incompatible input and strict mode is set to 'error': "+(y+" ["+t+"]"),n);k==="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 '"+k+"': "+y+" ["+t+"]"))}}useStrictBehavior(t,y,n){var k=this.strict;if(typeof k=="function")try{k=k(t,y,n)}catch{k="error"}return!k||k==="ignore"?!1:k===!0||k==="error"?!0:k==="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 '"+k+"': "+y+" ["+t+"]")),!1)}isTrusted(t){if(t.url&&!t.protocol){var y=utils$5.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 k=y.blocks[n];if(e>=k[0]&&e<=k[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 k=n-54-y-t;return"M702 "+(t+y)+"H400000"+(40+t)+`
H742v`+k+`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 k="";switch(t){case"sqrtMain":k=sqrtMain(y,hLinePad);break;case"sqrtSize1":k=sqrtSize1(y,hLinePad);break;case"sqrtSize2":k=sqrtSize2(y,hLinePad);break;case"sqrtSize3":k=sqrtSize3(y,hLinePad);break;case"sqrtSize4":k=sqrtSize4(y,hLinePad);break;case"sqrtTall":k=sqrtTall(y,hLinePad,n)}return k},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={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$5.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),k=fontMetricsData[t][n];if(!k&&e[0]in extraCharacterMap&&(n=extraCharacterMap[e[0]].charCodeAt(0),k=fontMetricsData[t][n]),!k&&y==="text"&&supportedCodepoint(n)&&(k=fontMetricsData[t][77]),k)return{depth:k[0],height:k[1],italic:k[2],skew:k[3],width:k[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 k;if(y.style.isTight()?k=y.havingStyle(y.style.text()):k=y,t.unit==="ex")n=k.fontMetrics().xHeight;else if(t.unit==="em")n=k.fontMetrics().quad;else throw new ParseError("Invalid unit: '"+t.unit+"'");k!==y&&(n*=k.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 k=y.getColor();k&&(this.style.color=k)}},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 k in this.attributes)this.attributes.hasOwnProperty(k)&&y.setAttribute(k,this.attributes[k]);for(var L=0;L<this.children.length;L++)y.appendChild(this.children[L].toNode());return y},toMarkup=function(t){var y="<"+t;this.classes.length&&(y+=' class="'+utils$5.escape(createClass(this.classes))+'"');var n="";for(var k in this.style)this.style.hasOwnProperty(k)&&(n+=utils$5.hyphenate(k)+":"+this.style[k]+";");n&&(y+=' style="'+utils$5.escape(n)+'"');for(var L in this.attributes)this.attributes.hasOwnProperty(L)&&(y+=" "+L+'="'+utils$5.escape(this.attributes[L])+'"');y+=">";for(var $=0;$<this.children.length;$++)y+=this.children[$].toMarkup();return y+="</"+t+">",y};class Span{constructor(t,y,n,k){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,k),this.children=y||[]}setAttribute(t,y){this.attributes[t]=y}hasClass(t){return utils$5.contains(this.classes,t)}toNode(){return toNode.call(this,"span")}toMarkup(){return toMarkup.call(this,"span")}}class Anchor{constructor(t,y,n,k){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,k),this.children=n||[],this.setAttribute("href",t)}setAttribute(t,y){this.attributes[t]=y}hasClass(t){return utils$5.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$5.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$5.escape(this.src)+'"'+(' alt="'+utils$5.escape(this.alt)+'"'),y="";for(var n in this.style)this.style.hasOwnProperty(n)&&(y+=utils$5.hyphenate(n)+":"+this.style[n]+";");return y&&(t+=' style="'+utils$5.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=k||0,this.skew=L||0,this.width=$||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$5.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$5.escape(createClass(this.classes)),y+='"');var n="";this.italic>0&&(n+="margin-right:"+this.italic+"em;");for(var k in this.style)this.style.hasOwnProperty(k)&&(n+=utils$5.hyphenate(k)+":"+this.style[k]+";");n&&(t=!0,y+=' style="'+utils$5.escape(n)+'"');var L=utils$5.escape(this.text);return t?(y+=">",y+=L,y+="</span>",y):L}}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 k=0;k<this.children.length;k++)y.appendChild(this.children[k].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$5.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[this.pathName]),y}toMarkup(){return this.alternate?'<path d="'+utils$5.escape(this.alternate)+'"/>':'<path d="'+utils$5.escape(path[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$5.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,L){symbols[e][k]={font:t,group:y,replace:n},L&&n&&(symbols[e][n]=symbols[e][k])}var math="math",text="text",main$1="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$1,rel,"≡","\\equiv",!0);defineSymbol(math,main$1,rel,"≺","\\prec",!0);defineSymbol(math,main$1,rel,"≻","\\succ",!0);defineSymbol(math,main$1,rel,"","\\sim",!0);defineSymbol(math,main$1,rel,"⊥","\\perp");defineSymbol(math,main$1,rel,"⪯","\\preceq",!0);defineSymbol(math,main$1,rel,"⪰","\\succeq",!0);defineSymbol(math,main$1,rel,"≃","\\simeq",!0);defineSymbol(math,main$1,rel,"","\\mid",!0);defineSymbol(math,main$1,rel,"≪","\\ll",!0);defineSymbol(math,main$1,rel,"≫","\\gg",!0);defineSymbol(math,main$1,rel,"≍","\\asymp",!0);defineSymbol(math,main$1,rel,"∥","\\parallel");defineSymbol(math,main$1,rel,"⋈","\\bowtie",!0);defineSymbol(math,main$1,rel,"⌣","\\smile",!0);defineSymbol(math,main$1,rel,"⊑","\\sqsubseteq",!0);defineSymbol(math,main$1,rel,"⊒","\\sqsupseteq",!0);defineSymbol(math,main$1,rel,"≐","\\doteq",!0);defineSymbol(math,main$1,rel,"⌢","\\frown",!0);defineSymbol(math,main$1,rel,"∋","\\ni",!0);defineSymbol(math,main$1,rel,"∝","\\propto",!0);defineSymbol(math,main$1,rel,"⊢","\\vdash",!0);defineSymbol(math,main$1,rel,"⊣","\\dashv",!0);defineSymbol(math,main$1,rel,"∋","\\owns");defineSymbol(math,main$1,punct,".","\\ldotp");defineSymbol(math,main$1,punct,"⋅","\\cdotp");defineSymbol(math,main$1,textord,"#","\\#");defineSymbol(text,main$1,textord,"#","\\#");defineSymbol(math,main$1,textord,"&","\\&");defineSymbol(text,main$1,textord,"&","\\&");defineSymbol(math,main$1,textord,"ℵ","\\aleph",!0);defineSymbol(math,main$1,textord,"∀","\\forall",!0);defineSymbol(math,main$1,textord,"ℏ","\\hbar",!0);defineSymbol(math,main$1,textord,"∃","\\exists",!0);defineSymbol(math,main$1,textord,"∇","\\nabla",!0);defineSymbol(math,main$1,textord,"♭","\\flat",!0);defineSymbol(math,main$1,textord,"","\\ell",!0);defineSymbol(math,main$1,textord,"♮","\\natural",!0);defineSymbol(math,main$1,textord,"♣","\\clubsuit",!0);defineSymbol(math,main$1,textord,"℘","\\wp",!0);defineSymbol(math,main$1,textord,"♯","\\sharp",!0);defineSymbol(math,main$1,textord,"♢","\\diamondsuit",!0);defineSymbol(math,main$1,textord,"","\\Re",!0);defineSymbol(math,main$1,textord,"♡","\\heartsuit",!0);defineSymbol(math,main$1,textord,"","\\Im",!0);defineSymbol(math,main$1,textord,"♠","\\spadesuit",!0);defineSymbol(math,main$1,textord,"§","\\S",!0);defineSymbol(text,main$1,textord,"§","\\S");defineSymbol(math,main$1,textord,"¶","\\P",!0);defineSymbol(text,main$1,textord,"¶","\\P");defineSymbol(math,main$1,textord,"†","\\dag");defineSymbol(text,main$1,textord,"†","\\dag");defineSymbol(text,main$1,textord,"†","\\textdagger");defineSymbol(math,main$1,textord,"‡","\\ddag");defineSymbol(text,main$1,textord,"‡","\\ddag");defineSymbol(text,main$1,textord,"‡","\\textdaggerdbl");defineSymbol(math,main$1,close,"⎱","\\rmoustache",!0);defineSymbol(math,main$1,open,"⎰","\\lmoustache",!0);defineSymbol(math,main$1,close,"⟯","\\rgroup",!0);defineSymbol(math,main$1,open,"⟮","\\lgroup",!0);defineSymbol(math,main$1,bin,"∓","\\mp",!0);defineSymbol(math,main$1,bin,"⊖","\\ominus",!0);defineSymbol(math,main$1,bin,"⊎","\\uplus",!0);defineSymbol(math,main$1,bin,"⊓","\\sqcap",!0);defineSymbol(math,main$1,bin,"","\\ast");defineSymbol(math,main$1,bin,"⊔","\\sqcup",!0);defineSymbol(math,main$1,bin,"◯","\\bigcirc",!0);defineSymbol(math,main$1,bin,"∙","\\bullet",!0);defineSymbol(math,main$1,bin,"‡","\\ddagger");defineSymbol(math,main$1,bin,"≀","\\wr",!0);defineSymbol(math,main$1,bin,"⨿","\\amalg");defineSymbol(math,main$1,bin,"&","\\And");defineSymbol(math,main$1,rel,"⟵","\\longleftarrow",!0);defineSymbol(math,main$1,rel,"⇐","\\Leftarrow",!0);defineSymbol(math,main$1,rel,"⟸","\\Longleftarrow",!0);defineSymbol(math,main$1,rel,"⟶","\\longrightarrow",!0);defineSymbol(math,main$1,rel,"⇒","\\Rightarrow",!0);defineSymbol(math,main$1,rel,"⟹","\\Longrightarrow",!0);defineSymbol(math,main$1,rel,"↔","\\leftrightarrow",!0);defineSymbol(math,main$1,rel,"⟷","\\longleftrightarrow",!0);defineSymbol(math,main$1,rel,"⇔","\\Leftrightarrow",!0);defineSymbol(math,main$1,rel,"⟺","\\Longleftrightarrow",!0);defineSymbol(math,main$1,rel,"↦","\\mapsto",!0);defineSymbol(math,main$1,rel,"⟼","\\longmapsto",!0);defineSymbol(math,main$1,rel,"↗","\\nearrow",!0);defineSymbol(math,main$1,rel,"↩","\\hookleftarrow",!0);defineSymbol(math,main$1,rel,"↪","\\hookrightarrow",!0);defineSymbol(math,main$1,rel,"↘","\\searrow",!0);defineSymbol(math,main$1,rel,"↼","\\leftharpoonup",!0);defineSymbol(math,main$1,rel,"⇀","\\rightharpoonup",!0);defineSymbol(math,main$1,rel,"↙","\\swarrow",!0);defineSymbol(math,main$1,rel,"↽","\\leftharpoondown",!0);defineSymbol(math,main$1,rel,"⇁","\\rightharpoondown",!0);defineSymbol(math,main$1,rel,"↖","\\nwarrow",!0);defineSymbol(math,main$1,rel,"⇌","\\rightleftharpoons",!0);defineSymbol(math,ams,rel,"≮","\\nless",!0);defineSymbol(math,ams,rel,"","\\@nleqslant");defineSymbol(math,ams,rel,"","\\@nleqq");defineSymbol(math,ams,rel,"⪇","\\lneq",!0);defineSymbol(math,ams,rel,"≨","\\lneqq",!0);defineSymbol(math,ams,rel,"","\\@lvertneqq");defineSymbol(math,ams,rel,"⋦","\\lnsim",!0);defineSymbol(math,ams,rel,"⪉","\\lnapprox",!0);defineSymbol(math,ams,rel,"⊀","\\nprec",!0);defineSymbol(math,ams,rel,"⋠","\\npreceq",!0);defineSymbol(math,ams,rel,"⋨","\\precnsim",!0);defineSymbol(math,ams,rel,"⪹","\\precnapprox",!0);defineSymbol(math,ams,rel,"≁","\\nsim",!0);defineSymbol(math,ams,rel,"","\\@nshortmid");defineSymbol(math,ams,rel,"∤","\\nmid",!0);defineSymbol(math,ams,rel,"⊬","\\nvdash",!0);defineSymbol(math,ams,rel,"⊭","\\nvDash",!0);defineSymbol(math,ams,rel,"⋪","\\ntriangleleft");defineSymbol(math,ams,rel,"⋬","\\ntrianglelefteq",!0);defineSymbol(math,ams,rel,"⊊","\\subsetneq",!0);defineSymbol(math,ams,rel,"","\\@varsubsetneq");defineSymbol(math,ams,rel,"⫋","\\subsetneqq",!0);defineSymbol(math,ams,rel,"","\\@varsubsetneqq");defineSymbol(math,ams,rel,"≯","\\ngtr",!0);defineSymbol(math,ams,rel,"","\\@ngeqslant");defineSymbol(math,ams,rel,"","\\@ngeqq");defineSymbol(math,ams,rel,"⪈","\\gneq",!0);defineSymbol(math,ams,rel,"≩","\\gneqq",!0);defineSymbol(math,ams,rel,"","\\@gvertneqq");defineSymbol(math,ams,rel,"⋧","\\gnsim",!0);defineSymbol(math,ams,rel,"⪊","\\gnapprox",!0);defineSymbol(math,ams,rel,"⊁","\\nsucc",!0);defineSymbol(math,ams,rel,"⋡","\\nsucceq",!0);defineSymbol(math,ams,rel,"⋩","\\succnsim",!0);defineSymbol(math,ams,rel,"⪺","\\succnapprox",!0);defineSymbol(math,ams,rel,"≆","\\ncong",!0);defineSymbol(math,ams,rel,"","\\@nshortparallel");defineSymbol(math,ams,rel,"∦","\\nparallel",!0);defineSymbol(math,ams,rel,"⊯","\\nVDash",!0);defineSymbol(math,ams,rel,"⋫","\\ntriangleright");defineSymbol(math,ams,rel,"⋭","\\ntrianglerighteq",!0);defineSymbol(math,ams,rel,"","\\@nsupseteqq");defineSymbol(math,ams,rel,"⊋","\\supsetneq",!0);defineSymbol(math,ams,rel,"","\\@varsupsetneq");defineSymbol(math,ams,rel,"⫌","\\supsetneqq",!0);defineSymbol(math,ams,rel,"","\\@varsupsetneqq");defineSymbol(math,ams,rel,"⊮","\\nVdash",!0);defineSymbol(math,ams,rel,"⪵","\\precneqq",!0);defineSymbol(math,ams,rel,"⪶","\\succneqq",!0);defineSymbol(math,ams,rel,"","\\@nsubseteqq");defineSymbol(math,ams,bin,"⊴","\\unlhd");defineSymbol(math,ams,bin,"⊵","\\unrhd");defineSymbol(math,ams,rel,"↚","\\nleftarrow",!0);defineSymbol(math,ams,rel,"↛","\\nrightarrow",!0);defineSymbol(math,ams,rel,"⇍","\\nLeftarrow",!0);defineSymbol(math,ams,rel,"⇏","\\nRightarrow",!0);defineSymbol(math,ams,rel,"↮","\\nleftrightarrow",!0);defineSymbol(math,ams,rel,"⇎","\\nLeftrightarrow",!0);defineSymbol(math,ams,rel,"△","\\vartriangle");defineSymbol(math,ams,textord,"ℏ","\\hslash");defineSymbol(math,ams,textord,"▽","\\triangledown");defineSymbol(math,ams,textord,"◊","\\lozenge");defineSymbol(math,ams,textord,"Ⓢ","\\circledS");defineSymbol(math,ams,textord,"®","\\circledR");defineSymbol(text,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$1,textord,"ð","ð");defineSymbol(math,ams,textord,"","\\diagup");defineSymbol(math,ams,textord,"╲","\\diagdown");defineSymbol(math,ams,textord,"□","\\square");defineSymbol(math,ams,textord,"□","\\Box");defineSymbol(math,ams,textord,"◊","\\Diamond");defineSymbol(math,ams,textord,"¥","\\yen",!0);defineSymbol(text,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$1,rel,"⋈","\\Join");defineSymbol(math,ams,rel,"≑","\\Doteq",!0);defineSymbol(math,ams,bin,"∔","\\dotplus",!0);defineSymbol(math,ams,bin,"","\\smallsetminus");defineSymbol(math,ams,bin,"⋒","\\Cap",!0);defineSymbol(math,ams,bin,"⋓","\\Cup",!0);defineSymbol(math,ams,bin,"⩞","\\doublebarwedge",!0);defineSymbol(math,ams,bin,"⊟","\\boxminus",!0);defineSymbol(math,ams,bin,"⊞","\\boxplus",!0);defineSymbol(math,ams,bin,"⋇","\\divideontimes",!0);defineSymbol(math,ams,bin,"⋉","\\ltimes",!0);defineSymbol(math,ams,bin,"⋊","\\rtimes",!0);defineSymbol(math,ams,bin,"⋋","\\leftthreetimes",!0);defineSymbol(math,ams,bin,"⋌","\\rightthreetimes",!0);defineSymbol(math,ams,bin,"⋏","\\curlywedge",!0);defineSymbol(math,ams,bin,"⋎","\\curlyvee",!0);defineSymbol(math,ams,bin,"⊝","\\circleddash",!0);defineSymbol(math,ams,bin,"⊛","\\circledast",!0);defineSymbol(math,ams,bin,"⋅","\\centerdot");defineSymbol(math,ams,bin,"⊺","\\intercal",!0);defineSymbol(math,ams,bin,"⋒","\\doublecap");defineSymbol(math,ams,bin,"⋓","\\doublecup");defineSymbol(math,ams,bin,"⊠","\\boxtimes",!0);defineSymbol(math,ams,rel,"⇢","\\dashrightarrow",!0);defineSymbol(math,ams,rel,"⇠","\\dashleftarrow",!0);defineSymbol(math,ams,rel,"⇇","\\leftleftarrows",!0);defineSymbol(math,ams,rel,"⇆","\\leftrightarrows",!0);defineSymbol(math,ams,rel,"⇚","\\Lleftarrow",!0);defineSymbol(math,ams,rel,"↞","\\twoheadleftarrow",!0);defineSymbol(math,ams,rel,"↢","\\leftarrowtail",!0);defineSymbol(math,ams,rel,"↫","\\looparrowleft",!0);defineSymbol(math,ams,rel,"⇋","\\leftrightharpoons",!0);defineSymbol(math,ams,rel,"↶","\\curvearrowleft",!0);defineSymbol(math,ams,rel,"↺","\\circlearrowleft",!0);defineSymbol(math,ams,rel,"↰","\\Lsh",!0);defineSymbol(math,ams,rel,"⇈","\\upuparrows",!0);defineSymbol(math,ams,rel,"↿","\\upharpoonleft",!0);defineSymbol(math,ams,rel,"⇃","\\downharpoonleft",!0);defineSymbol(math,main$1,rel,"⊶","\\origof",!0);defineSymbol(math,main$1,rel,"⊷","\\imageof",!0);defineSymbol(math,ams,rel,"⊸","\\multimap",!0);defineSymbol(math,ams,rel,"↭","\\leftrightsquigarrow",!0);defineSymbol(math,ams,rel,"⇉","\\rightrightarrows",!0);defineSymbol(math,ams,rel,"⇄","\\rightleftarrows",!0);defineSymbol(math,ams,rel,"↠","\\twoheadrightarrow",!0);defineSymbol(math,ams,rel,"↣","\\rightarrowtail",!0);defineSymbol(math,ams,rel,"↬","\\looparrowright",!0);defineSymbol(math,ams,rel,"↷","\\curvearrowright",!0);defineSymbol(math,ams,rel,"↻","\\circlearrowright",!0);defineSymbol(math,ams,rel,"↱","\\Rsh",!0);defineSymbol(math,ams,rel,"⇊","\\downdownarrows",!0);defineSymbol(math,ams,rel,"↾","\\upharpoonright",!0);defineSymbol(math,ams,rel,"⇂","\\downharpoonright",!0);defineSymbol(math,ams,rel,"⇝","\\rightsquigarrow",!0);defineSymbol(math,ams,rel,"⇝","\\leadsto");defineSymbol(math,ams,rel,"⇛","\\Rrightarrow",!0);defineSymbol(math,ams,rel,"↾","\\restriction");defineSymbol(math,main$1,textord,"","`");defineSymbol(math,main$1,textord,"$","\\$");defineSymbol(text,main$1,textord,"$","\\$");defineSymbol(text,main$1,textord,"$","\\textdollar");defineSymbol(math,main$1,textord,"%","\\%");defineSymbol(text,main$1,textord,"%","\\%");defineSymbol(math,main$1,textord,"_","\\_");defineSymbol(text,main$1,textord,"_","\\_");defineSymbol(text,main$1,textord,"_","\\textunderscore");defineSymbol(math,main$1,textord,"∠","\\angle",!0);defineSymbol(math,main$1,textord,"∞","\\infty",!0);defineSymbol(math,main$1,textord,"","\\prime");defineSymbol(math,main$1,textord,"△","\\triangle");defineSymbol(math,main$1,textord,"Γ","\\Gamma",!0);defineSymbol(math,main$1,textord,"Δ","\\Delta",!0);defineSymbol(math,main$1,textord,"Θ","\\Theta",!0);defineSymbol(math,main$1,textord,"Λ","\\Lambda",!0);defineSymbol(math,main$1,textord,"Ξ","\\Xi",!0);defineSymbol(math,main$1,textord,"Π","\\Pi",!0);defineSymbol(math,main$1,textord,"Σ","\\Sigma",!0);defineSymbol(math,main$1,textord,"Υ","\\Upsilon",!0);defineSymbol(math,main$1,textord,"Φ","\\Phi",!0);defineSymbol(math,main$1,textord,"Ψ","\\Psi",!0);defineSymbol(math,main$1,textord,"Ω","\\Omega",!0);defineSymbol(math,main$1,textord,"A","Α");defineSymbol(math,main$1,textord,"B","Β");defineSymbol(math,main$1,textord,"E","Ε");defineSymbol(math,main$1,textord,"Z","Ζ");defineSymbol(math,main$1,textord,"H","Η");defineSymbol(math,main$1,textord,"I","Ι");defineSymbol(math,main$1,textord,"K","Κ");defineSymbol(math,main$1,textord,"M","Μ");defineSymbol(math,main$1,textord,"N","Ν");defineSymbol(math,main$1,textord,"O","Ο");defineSymbol(math,main$1,textord,"P","Ρ");defineSymbol(math,main$1,textord,"T","Τ");defineSymbol(math,main$1,textord,"X","Χ");defineSymbol(math,main$1,textord,"¬","\\neg",!0);defineSymbol(math,main$1,textord,"¬","\\lnot");defineSymbol(math,main$1,textord,"","\\top");defineSymbol(math,main$1,textord,"⊥","\\bot");defineSymbol(math,main$1,textord,"∅","\\emptyset");defineSymbol(math,ams,textord,"∅","\\varnothing");defineSymbol(math,main$1,mathord,"α","\\alpha",!0);defineSymbol(math,main$1,mathord,"β","\\beta",!0);defineSymbol(math,main$1,mathord,"γ","\\gamma",!0);defineSymbol(math,main$1,mathord,"δ","\\delta",!0);defineSymbol(math,main$1,mathord,"ϵ","\\epsilon",!0);defineSymbol(math,main$1,mathord,"ζ","\\zeta",!0);defineSymbol(math,main$1,mathord,"η","\\eta",!0);defineSymbol(math,main$1,mathord,"θ","\\theta",!0);defineSymbol(math,main$1,mathord,"ι","\\iota",!0);defineSymbol(math,main$1,mathord,"κ","\\kappa",!0);defineSymbol(math,main$1,mathord,"λ","\\lambda",!0);defineSymbol(math,main$1,mathord,"μ","\\mu",!0);defineSymbol(math,main$1,mathord,"ν","\\nu",!0);defineSymbol(math,main$1,mathord,"ξ","\\xi",!0);defineSymbol(math,main$1,mathord,"ο","\\omicron",!0);defineSymbol(math,main$1,mathord,"π","\\pi",!0);defineSymbol(math,main$1,mathord,"ρ","\\rho",!0);defineSymbol(math,main$1,mathord,"σ","\\sigma",!0);defineSymbol(math,main$1,mathord,"τ","\\tau",!0);defineSymbol(math,main$1,mathord,"υ","\\upsilon",!0);defineSymbol(math,main$1,mathord,"ϕ","\\phi",!0);defineSymbol(math,main$1,mathord,"χ","\\chi",!0);defineSymbol(math,main$1,mathord,"ψ","\\psi",!0);defineSymbol(math,main$1,mathord,"ω","\\omega",!0);defineSymbol(math,main$1,mathord,"ε","\\varepsilon",!0);defineSymbol(math,main$1,mathord,"ϑ","\\vartheta",!0);defineSymbol(math,main$1,mathord,"ϖ","\\varpi",!0);defineSymbol(math,main$1,mathord,"ϱ","\\varrho",!0);defineSymbol(math,main$1,mathord,"ς","\\varsigma",!0);defineSymbol(math,main$1,mathord,"φ","\\varphi",!0);defineSymbol(math,main$1,bin,"","*",!0);defineSymbol(math,main$1,bin,"+","+");defineSymbol(math,main$1,bin,"","-",!0);defineSymbol(math,main$1,bin,"⋅","\\cdot",!0);defineSymbol(math,main$1,bin,"∘","\\circ",!0);defineSymbol(math,main$1,bin,"÷","\\div",!0);defineSymbol(math,main$1,bin,"±","\\pm",!0);defineSymbol(math,main$1,bin,"×","\\times",!0);defineSymbol(math,main$1,bin,"∩","\\cap",!0);defineSymbol(math,main$1,bin,"","\\cup",!0);defineSymbol(math,main$1,bin,"","\\setminus",!0);defineSymbol(math,main$1,bin,"∧","\\land");defineSymbol(math,main$1,bin,"","\\lor");defineSymbol(math,main$1,bin,"∧","\\wedge",!0);defineSymbol(math,main$1,bin,"","\\vee",!0);defineSymbol(math,main$1,textord,"√","\\surd");defineSymbol(math,main$1,open,"⟨","\\langle",!0);defineSymbol(math,main$1,open,"","\\lvert");defineSymbol(math,main$1,open,"∥","\\lVert");defineSymbol(math,main$1,close,"?","?");defineSymbol(math,main$1,close,"!","!");defineSymbol(math,main$1,close,"⟩","\\rangle",!0);defineSymbol(math,main$1,close,"","\\rvert");defineSymbol(math,main$1,close,"∥","\\rVert");defineSymbol(math,main$1,rel,"=","=");defineSymbol(math,main$1,rel,":",":");defineSymbol(math,main$1,rel,"≈","\\approx",!0);defineSymbol(math,main$1,rel,"≅","\\cong",!0);defineSymbol(math,main$1,rel,"≥","\\ge");defineSymbol(math,main$1,rel,"≥","\\geq",!0);defineSymbol(math,main$1,rel,"←","\\gets");defineSymbol(math,main$1,rel,">","\\gt",!0);defineSymbol(math,main$1,rel,"∈","\\in",!0);defineSymbol(math,main$1,rel,"","\\@not");defineSymbol(math,main$1,rel,"⊂","\\subset",!0);defineSymbol(math,main$1,rel,"⊃","\\supset",!0);defineSymbol(math,main$1,rel,"⊆","\\subseteq",!0);defineSymbol(math,main$1,rel,"⊇","\\supseteq",!0);defineSymbol(math,ams,rel,"⊈","\\nsubseteq",!0);defineSymbol(math,ams,rel,"⊉","\\nsupseteq",!0);defineSymbol(math,main$1,rel,"⊨","\\models");defineSymbol(math,main$1,rel,"←","\\leftarrow",!0);defineSymbol(math,main$1,rel,"≤","\\le");defineSymbol(math,main$1,rel,"≤","\\leq",!0);defineSymbol(math,main$1,rel,"<","\\lt",!0);defineSymbol(math,main$1,rel,"→","\\rightarrow",!0);defineSymbol(math,main$1,rel,"→","\\to");defineSymbol(math,ams,rel,"≱","\\ngeq",!0);defineSymbol(math,ams,rel,"≰","\\nleq",!0);defineSymbol(math,main$1,spacing," ","\\ ");defineSymbol(math,main$1,spacing," ","\\space");defineSymbol(math,main$1,spacing," ","\\nobreakspace");defineSymbol(text,main$1,spacing," ","\\ ");defineSymbol(text,main$1,spacing," "," ");defineSymbol(text,main$1,spacing," ","\\space");defineSymbol(text,main$1,spacing," ","\\nobreakspace");defineSymbol(math,main$1,spacing,null,"\\nobreak");defineSymbol(math,main$1,spacing,null,"\\allowbreak");defineSymbol(math,main$1,punct,",",",");defineSymbol(math,main$1,punct,";",";");defineSymbol(math,ams,bin,"⊼","\\barwedge",!0);defineSymbol(math,ams,bin,"⊻","\\veebar",!0);defineSymbol(math,main$1,bin,"⊙","\\odot",!0);defineSymbol(math,main$1,bin,"⊕","\\oplus",!0);defineSymbol(math,main$1,bin,"⊗","\\otimes",!0);defineSymbol(math,main$1,textord,"∂","\\partial",!0);defineSymbol(math,main$1,bin,"⊘","\\oslash",!0);defineSymbol(math,ams,bin,"⊚","\\circledcirc",!0);defineSymbol(math,ams,bin,"⊡","\\boxdot",!0);defineSymbol(math,main$1,bin,"△","\\bigtriangleup");defineSymbol(math,main$1,bin,"▽","\\bigtriangledown");defineSymbol(math,main$1,bin,"†","\\dagger");defineSymbol(math,main$1,bin,"⋄","\\diamond");defineSymbol(math,main$1,bin,"⋆","\\star");defineSymbol(math,main$1,bin,"◃","\\triangleleft");defineSymbol(math,main$1,bin,"▹","\\triangleright");defineSymbol(math,main$1,open,"{","\\{");defineSymbol(text,main$1,textord,"{","\\{");defineSymbol(text,main$1,textord,"{","\\textbraceleft");defineSymbol(math,main$1,close,"}","\\}");defineSymbol(text,main$1,textord,"}","\\}");defineSymbol(text,main$1,textord,"}","\\textbraceright");defineSymbol(math,main$1,open,"{","\\lbrace");defineSymbol(math,main$1,close,"}","\\rbrace");defineSymbol(math,main$1,open,"[","\\lbrack",!0);defineSymbol(text,main$1,textord,"[","\\lbrack",!0);defineSymbol(math,main$1,close,"]","\\rbrack",!0);defineSymbol(text,main$1,textord,"]","\\rbrack",!0);defineSymbol(math,main$1,open,"(","\\lparen",!0);defineSymbol(math,main$1,close,")","\\rparen",!0);defineSymbol(text,main$1,textord,"<","\\textless",!0);defineSymbol(text,main$1,textord,">","\\textgreater",!0);defineSymbol(math,main$1,open,"⌊","\\lfloor",!0);defineSymbol(math,main$1,close,"⌋","\\rfloor",!0);defineSymbol(math,main$1,open,"⌈","\\lceil",!0);defineSymbol(math,main$1,close,"⌉","\\rceil",!0);defineSymbol(math,main$1,textord,"\\","\\backslash");defineSymbol(math,main$1,textord,"","|");defineSymbol(math,main$1,textord,"","\\vert");defineSymbol(text,main$1,textord,"|","\\textbar",!0);defineSymbol(math,main$1,textord,"∥","\\|");defineSymbol(math,main$1,textord,"∥","\\Vert");defineSymbol(text,main$1,textord,"∥","\\textbardbl");defineSymbol(text,main$1,textord,"~","\\textasciitilde");defineSymbol(text,main$1,textord,"\\","\\textbackslash");defineSymbol(text,main$1,textord,"^","\\textasciicircum");defineSymbol(math,main$1,rel,"↑","\\uparrow",!0);defineSymbol(math,main$1,rel,"⇑","\\Uparrow",!0);defineSymbol(math,main$1,rel,"↓","\\downarrow",!0);defineSymbol(math,main$1,rel,"⇓","\\Downarrow",!0);defineSymbol(math,main$1,rel,"↕","\\updownarrow",!0);defineSymbol(math,main$1,rel,"⇕","\\Updownarrow",!0);defineSymbol(math,main$1,op,"∐","\\coprod");defineSymbol(math,main$1,op,"","\\bigvee");defineSymbol(math,main$1,op,"⋀","\\bigwedge");defineSymbol(math,main$1,op,"⨄","\\biguplus");defineSymbol(math,main$1,op,"⋂","\\bigcap");defineSymbol(math,main$1,op,"","\\bigcup");defineSymbol(math,main$1,op,"∫","\\int");defineSymbol(math,main$1,op,"∫","\\intop");defineSymbol(math,main$1,op,"∬","\\iint");defineSymbol(math,main$1,op,"∭","\\iiint");defineSymbol(math,main$1,op,"∏","\\prod");defineSymbol(math,main$1,op,"∑","\\sum");defineSymbol(math,main$1,op,"⨂","\\bigotimes");defineSymbol(math,main$1,op,"⨁","\\bigoplus");defineSymbol(math,main$1,op,"⨀","\\bigodot");defineSymbol(math,main$1,op,"∮","\\oint");defineSymbol(math,main$1,op,"∯","\\oiint");defineSymbol(math,main$1,op,"∰","\\oiiint");defineSymbol(math,main$1,op,"⨆","\\bigsqcup");defineSymbol(math,main$1,op,"∫","\\smallint");defineSymbol(text,main$1,inner,"…","\\textellipsis");defineSymbol(math,main$1,inner,"…","\\mathellipsis");defineSymbol(text,main$1,inner,"…","\\ldots",!0);defineSymbol(math,main$1,inner,"…","\\ldots",!0);defineSymbol(math,main$1,inner,"⋯","\\@cdots",!0);defineSymbol(math,main$1,inner,"⋱","\\ddots",!0);defineSymbol(math,main$1,textord,"⋮","\\varvdots");defineSymbol(math,main$1,accent,"ˊ","\\acute");defineSymbol(math,main$1,accent,"ˋ","\\grave");defineSymbol(math,main$1,accent,"¨","\\ddot");defineSymbol(math,main$1,accent,"~","\\tilde");defineSymbol(math,main$1,accent,"ˉ","\\bar");defineSymbol(math,main$1,accent,"˘","\\breve");defineSymbol(math,main$1,accent,"ˇ","\\check");defineSymbol(math,main$1,accent,"^","\\hat");defineSymbol(math,main$1,accent,"⃗","\\vec");defineSymbol(math,main$1,accent,"˙","\\dot");defineSymbol(math,main$1,accent,"˚","\\mathring");defineSymbol(math,main$1,mathord,"","\\@imath");defineSymbol(math,main$1,mathord,"","\\@jmath");defineSymbol(math,main$1,textord,"ı","ı");defineSymbol(math,main$1,textord,"ȷ","ȷ");defineSymbol(text,main$1,textord,"ı","\\i",!0);defineSymbol(text,main$1,textord,"ȷ","\\j",!0);defineSymbol(text,main$1,textord,"ß","\\ss",!0);defineSymbol(text,main$1,textord,"æ","\\ae",!0);defineSymbol(text,main$1,textord,"œ","\\oe",!0);defineSymbol(text,main$1,textord,"ø","\\o",!0);defineSymbol(text,main$1,textord,"Æ","\\AE",!0);defineSymbol(text,main$1,textord,"Œ","\\OE",!0);defineSymbol(text,main$1,textord,"Ø","\\O",!0);defineSymbol(text,main$1,accent,"ˊ","\\'");defineSymbol(text,main$1,accent,"ˋ","\\`");defineSymbol(text,main$1,accent,"ˆ","\\^");defineSymbol(text,main$1,accent,"˜","\\~");defineSymbol(text,main$1,accent,"ˉ","\\=");defineSymbol(text,main$1,accent,"˘","\\u");defineSymbol(text,main$1,accent,"˙","\\.");defineSymbol(text,main$1,accent,"¸","\\c");defineSymbol(text,main$1,accent,"˚","\\r");defineSymbol(text,main$1,accent,"ˇ","\\v");defineSymbol(text,main$1,accent,"¨",'\\"');defineSymbol(text,main$1,accent,"˝","\\H");defineSymbol(text,main$1,accent,"◯","\\textcircled");var ligatures={"--":!0,"---":!0,"``":!0,"''":!0};defineSymbol(text,main$1,textord,"","--",!0);defineSymbol(text,main$1,textord,"","\\textendash");defineSymbol(text,main$1,textord,"—","---",!0);defineSymbol(text,main$1,textord,"—","\\textemdash");defineSymbol(text,main$1,textord,"","`",!0);defineSymbol(text,main$1,textord,"","\\textquoteleft");defineSymbol(text,main$1,textord,"","'",!0);defineSymbol(text,main$1,textord,"","\\textquoteright");defineSymbol(text,main$1,textord,"“","``",!0);defineSymbol(text,main$1,textord,"“","\\textquotedblleft");defineSymbol(text,main$1,textord,"”","''",!0);defineSymbol(text,main$1,textord,"”","\\textquotedblright");defineSymbol(math,main$1,textord,"°","\\degree",!0);defineSymbol(text,main$1,textord,"°","\\degree");defineSymbol(text,main$1,textord,"°","\\textdegree",!0);defineSymbol(math,main$1,textord,"£","\\pounds");defineSymbol(math,main$1,textord,"£","\\mathsterling",!0);defineSymbol(text,main$1,textord,"£","\\pounds");defineSymbol(text,main$1,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=mathTextSymbols.charAt(i$3);defineSymbol(math,main$1,textord,ch,ch)}var textSymbols='0123456789!@*()-=+";:?/.,';for(var _i$1=0;_i$1<textSymbols.length;_i$1++){var _ch=textSymbols.charAt(_i$1);defineSymbol(text,main$1,textord,_ch,_ch)}var letters="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";for(var _i2=0;_i2<letters.length;_i2++){var _ch2=letters.charAt(_i2);defineSymbol(math,main$1,mathord,_ch2,_ch2),defineSymbol(text,main$1,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$1,mathord,"h","");defineSymbol(text,main$1,mathord,"h","");var wideChar="";for(var _i3=0;_i3<letters.length;_i3++){var _ch3=letters.charAt(_i3);wideChar=String.fromCharCode(55349,56320+_i3),defineSymbol(math,main$1,mathord,_ch3,wideChar),defineSymbol(text,main$1,textord,_ch3,wideChar),wideChar=String.fromCharCode(55349,56372+_i3),defineSymbol(math,main$1,mathord,_ch3,wideChar),defineSymbol(text,main$1,textord,_ch3,wideChar),wideChar=String.fromCharCode(55349,56424+_i3),defineSymbol(math,main$1,mathord,_ch3,wideChar),defineSymbol(text,main$1,textord,_ch3,wideChar),wideChar=String.fromCharCode(55349,56580+_i3),defineSymbol(math,main$1,mathord,_ch3,wideChar),defineSymbol(text,main$1,textord,_ch3,wideChar),wideChar=String.fromCharCode(55349,56684+_i3),defineSymbol(math,main$1,mathord,_ch3,wideChar),defineSymbol(text,main$1,textord,_ch3,wideChar),wideChar=String.fromCharCode(55349,56736+_i3),defineSymbol(math,main$1,mathord,_ch3,wideChar),defineSymbol(text,main$1,textord,_ch3,wideChar),wideChar=String.fromCharCode(55349,56788+_i3),defineSymbol(math,main$1,mathord,_ch3,wideChar),defineSymbol(text,main$1,textord,_ch3,wideChar),wideChar=String.fromCharCode(55349,56840+_i3),defineSymbol(math,main$1,mathord,_ch3,wideChar),defineSymbol(text,main$1,textord,_ch3,wideChar),wideChar=String.fromCharCode(55349,56944+_i3),defineSymbol(math,main$1,mathord,_ch3,wideChar),defineSymbol(text,main$1,textord,_ch3,wideChar),_i3<26&&(wideChar=String.fromCharCode(55349,56632+_i3),defineSymbol(math,main$1,mathord,_ch3,wideChar),defineSymbol(text,main$1,textord,_ch3,wideChar),wideChar=String.fromCharCode(55349,56476+_i3),defineSymbol(math,main$1,mathord,_ch3,wideChar),defineSymbol(text,main$1,textord,_ch3,wideChar))}wideChar="𝕜";defineSymbol(math,main$1,mathord,"k",wideChar);defineSymbol(text,main$1,textord,"k",wideChar);for(var _i4=0;_i4<10;_i4++){var _ch4=_i4.toString();wideChar=String.fromCharCode(55349,57294+_i4),defineSymbol(math,main$1,mathord,_ch4,wideChar),defineSymbol(text,main$1,textord,_ch4,wideChar),wideChar=String.fromCharCode(55349,57314+_i4),defineSymbol(math,main$1,mathord,_ch4,wideChar),defineSymbol(text,main$1,textord,_ch4,wideChar),wideChar=String.fromCharCode(55349,57324+_i4),defineSymbol(math,main$1,mathord,_ch4,wideChar),defineSymbol(text,main$1,textord,_ch4,wideChar),wideChar=String.fromCharCode(55349,57334+_i4),defineSymbol(math,main$1,mathord,_ch4,wideChar),defineSymbol(text,main$1,textord,_ch4,wideChar)}var extraLatin="ÐÞþ";for(var _i5=0;_i5<extraLatin.length;_i5++){var _ch5=extraLatin.charAt(_i5);defineSymbol(math,main$1,mathord,_ch5,_ch5),defineSymbol(text,main$1,textord,_ch5,_ch5)}var wideLatinLetterData=[["mathbf","textbf","Main-Bold"],["mathbf","textbf","Main-Bold"],["mathnormal","textit","Math-Italic"],["mathnormal","textit","Math-Italic"],["boldsymbol","boldsymbol","Main-BoldItalic"],["boldsymbol","boldsymbol","Main-BoldItalic"],["mathscr","textscr","Script-Regular"],["","",""],["","",""],["","",""],["mathfrak","textfrak","Fraktur-Regular"],["mathfrak","textfrak","Fraktur-Regular"],["mathbb","textbb","AMS-Regular"],["mathbb","textbb","AMS-Regular"],["mathboldfrak","textboldfrak","Fraktur-Regular"],["mathboldfrak","textboldfrak","Fraktur-Regular"],["mathsf","textsf","SansSerif-Regular"],["mathsf","textsf","SansSerif-Regular"],["mathboldsf","textboldsf","SansSerif-Bold"],["mathboldsf","textboldsf","SansSerif-Bold"],["mathitsf","textitsf","SansSerif-Italic"],["mathitsf","textitsf","SansSerif-Italic"],["","",""],["","",""],["mathtt","texttt","Typewriter-Regular"],["mathtt","texttt","Typewriter-Regular"]],wideNumeralData=[["mathbf","textbf","Main-Bold"],["","",""],["mathsf","textsf","SansSerif-Regular"],["mathboldsf","textboldsf","SansSerif-Bold"],["mathtt","texttt","Typewriter-Regular"]],wideCharacterFont=function(t,y){var n=t.charCodeAt(0),k=t.charCodeAt(1),L=(n-55296)*1024+(k-56320)+65536,$=y==="math"?0:1;if(119808<=L&&L<120484){var j=Math.floor((L-119808)/26);return[wideLatinLetterData[j][2],wideLatinLetterData[j][$]]}else if(120782<=L&&L<=120831){var V=Math.floor((L-120782)/10);return[wideNumeralData[V][2],wideNumeralData[V][$]]}else{if(L===120485||L===120486)return[wideLatinLetterData[0][2],wideLatinLetterData[0][$]];if(120486<L&&L<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,L){var $=lookupSymbol(t,y,n),j=$.metrics;t=$.value;var V;if(j){var z=j.italic;(n==="text"||k&&k.font==="mathit")&&(z=0),V=new SymbolNode(t,j.height,j.depth,z,j.skew,j.width,L)}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,L);if(k){V.maxFontSize=k.sizeMultiplier,k.style.isTight()&&V.classes.push("mtight");var re=k.getColor();re&&(V.style.color=re)}return V},mathsym=function(t,y,n,k){return k===void 0&&(k=[]),n.font==="boldsymbol"&&lookupSymbol(t,"Main-Bold",y).metrics?makeSymbol(t,"Main-Bold",y,n,k.concat(["mathbf"])):t==="\\"||symbols[y][t].font==="main"?makeSymbol(t,"Main-Regular",y,n,k):makeSymbol(t,"AMS-Regular",y,n,k.concat(["amsrm"]))},boldsymbol=function(t,y,n,k,L){return L!=="textord"&&lookupSymbol(t,"Math-BoldItalic",y).metrics?{fontName:"Math-BoldItalic",fontClass:"boldsymbol"}:{fontName:"Main-Bold",fontClass:"mathbf"}},makeOrd=function(t,y,n){var k=t.mode,L=t.text,$=["mord"],j=k==="math"||k==="text"&&y.font,V=j?y.font:y.fontFamily,z="",re="";if(L.charCodeAt(0)===55349&&([z,re]=wideCharacterFont(L,k)),z.length>0)return makeSymbol(L,z,k,y,$.concat(re));if(V){var ie,oe;if(V==="boldsymbol"){var ue=boldsymbol(L,k,y,$,n);ie=ue.fontName,oe=[ue.fontClass]}else j?(ie=fontMap[V].fontName,oe=[V]):(ie=retrieveTextFontName(V,y.fontWeight,y.fontShape),oe=[V,y.fontWeight,y.fontShape]);if(lookupSymbol(L,ie,k).metrics)return makeSymbol(L,ie,k,y,$.concat(oe));if(ligatures.hasOwnProperty(L)&&ie.slice(0,10)==="Typewriter"){for(var de=[],pe=0;pe<L.length;pe++)de.push(makeSymbol(L[pe],ie,k,y,$.concat(oe)));return makeFragment(de)}}if(n==="mathord")return makeSymbol(L,"Math-Italic",k,y,$.concat(["mathnormal"]));if(n==="textord"){var Ie=symbols[k][L]&&symbols[k][L].font;if(Ie==="ams"){var he=retrieveTextFontName("amsrm",y.fontWeight,y.fontShape);return makeSymbol(L,he,k,y,$.concat("amsrm",y.fontWeight,y.fontShape))}else if(Ie==="main"||!Ie){var Ce=retrieveTextFontName("textrm",y.fontWeight,y.fontShape);return makeSymbol(L,Ce,k,y,$.concat(y.fontWeight,y.fontShape))}else{var _e=retrieveTextFontName(Ie,y.fontWeight,y.fontShape);return makeSymbol(L,_e,k,y,$.concat(_e,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 k in t.style)if(t.style.hasOwnProperty(k)&&e.style[k]!==t.style[k])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,k=0,L=0;L<t.children.length;L++){var $=t.children[L];$.height>y&&(y=$.height),$.depth>n&&(n=$.depth),$.maxFontSize>k&&(k=$.maxFontSize)}t.height=y,t.depth=n,t.maxFontSize=k},makeSpan$2=function(t,y,n,k){var L=new Span(t,y,n,k);return sizeElementFromChildren(L),L},makeSvgSpan=(e,t,y,n)=>new Span(e,t,y,n),makeLineSpan=function(t,y,n){var k=makeSpan$2([t],[],y);return k.height=Math.max(n||y.fontMetrics().defaultRuleThickness,y.minRuleThickness),k.style.borderBottomWidth=makeEm(k.height),k.maxFontSize=1,k},makeAnchor=function(t,y,n,k){var L=new Anchor(t,y,n,k);return sizeElementFromChildren(L),L},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]],k=-y[0].shift-y[0].elem.depth,L=k,$=1;$<y.length;$++){var j=-y[$].shift-L-y[$].elem.depth,V=j-(y[$-1].elem.height+y[$-1].elem.depth);L=L+j,n.push({type:"kern",size:V}),n.push(y[$])}return{children:n,depth:k}}var z;if(t.positionType==="top"){for(var re=t.positionData,ie=0;ie<t.children.length;ie++){var oe=t.children[ie];re-=oe.type==="kern"?oe.size:oe.elem.height+oe.elem.depth}z=re}else if(t.positionType==="bottom")z=-t.positionData;else{var ue=t.children[0];if(ue.type!=="elem")throw new Error('First child must have type "elem".');if(t.positionType==="shift")z=-ue.elem.depth-t.positionData;else if(t.positionType==="firstBaseline")z=-ue.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:k}=getVListChildrenAndDepth(t),L=0,$=0;$<n.length;$++){var j=n[$];if(j.type==="elem"){var V=j.elem;L=Math.max(L,V.maxFontSize,V.height)}}L+=2;var z=makeSpan$2(["pstrut"],[]);z.style.height=makeEm(L);for(var re=[],ie=k,oe=k,ue=k,de=0;de<n.length;de++){var pe=n[de];if(pe.type==="kern")ue+=pe.size;else{var Ie=pe.elem,he=pe.wrapperClasses||[],Ce=pe.wrapperStyle||{},_e=makeSpan$2(he,[z,Ie],void 0,Ce);_e.style.top=makeEm(-L-ue-Ie.depth),pe.marginLeft&&(_e.style.marginLeft=pe.marginLeft),pe.marginRight&&(_e.style.marginRight=pe.marginRight),re.push(_e),ue+=Ie.height+Ie.depth}ie=Math.min(ie,ue),oe=Math.max(oe,ue)}var Ne=makeSpan$2(["vlist"],re);Ne.style.height=makeEm(oe);var Fe;if(ie<0){var Ue=makeSpan$2([],[]),kt=makeSpan$2(["vlist"],[Ue]);kt.style.height=makeEm(-ie);var Et=makeSpan$2(["vlist-s"],[new SymbolNode("")]);Fe=[makeSpan$2(["vlist-r"],[Ne,Et]),makeSpan$2(["vlist-r"],[kt])]}else Fe=[makeSpan$2(["vlist-r"],[Ne])];var Ve=makeSpan$2(["vlist-t"],Fe);return Fe.length===2&&Ve.classes.push("vlist-t2"),Ve.height=oe,Ve.depth=-ie,Ve},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 k="";switch(t){case"amsrm":k="AMS";break;case"textrm":k="Main";break;case"textsf":k="SansSerif";break;case"texttt":k="Typewriter";break;default:k=t}var L;return y==="textbf"&&n==="textit"?L="BoldItalic":y==="textbf"?L="Bold":y==="textit"?L="Italic":L="Regular",k+"-"+L},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,L]=svgData[t],$=new PathNode(n),j=new SvgNode([$],{width:makeEm(k),height:makeEm(L),style:"width:"+makeEm(k),viewBox:"0 0 "+1e3*k+" "+1e3*L,preserveAspectRatio:"xMinYMin"}),V=makeSvgSpan(["overlay"],[j],y);return V.height=L,V.style.height=makeEm(L),V.style.width=makeEm(k),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:k,htmlBuilder:L,mathmlBuilder:$}=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:k},V=0;V<y.length;++V)_functions[y[V]]=j;t&&(L&&(_htmlGroupBuilders[t]=L),$&&(_mathmlGroupBuilders[t]=$))}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,k){k===void 0&&(k=[null,null]);for(var L=[],$=0;$<t.length;$++){var j=buildGroup$1(t[$],y);if(j instanceof DocumentFragment){var V=j.children;L.push(...V)}else L.push(j)}if(buildCommon.tryCombineChars(L),!n)return L;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 ie=makeSpan$1([k[0]||"leftmost"],[],y),oe=makeSpan$1([k[1]||"rightmost"],[],y),ue=n==="root";return traverseNonSpaceNodes(L,(de,pe)=>{var Ie=pe.classes[0],he=de.classes[0];Ie==="mbin"&&utils$5.contains(binRightCanceller,he)?pe.classes[0]="mord":he==="mbin"&&utils$5.contains(binLeftCanceller,Ie)&&(de.classes[0]="mord")},{node:ie},oe,ue),traverseNonSpaceNodes(L,(de,pe)=>{var Ie=getTypeOfDomTree(pe),he=getTypeOfDomTree(de),Ce=Ie&&he?de.hasClass("mtight")?tightSpacings[Ie][he]:spacings[Ie][he]:null;if(Ce)return buildCommon.makeGlue(Ce,z)},{node:ie},oe,ue),L},traverseNonSpaceNodes=function e(t,y,n,k,L){k&&t.push(k);for(var $=0;$<t.length;$++){var j=t[$],V=checkPartialGroup(j);if(V){e(V.children,y,n,null,L);continue}var z=!j.hasClass("mspace");if(z){var re=y(j,n.node);re&&(n.insertAfter?n.insertAfter(re):(t.unshift(re),$++))}z?n.node=j:L&&j.hasClass("newline")&&(n.node=makeSpan$1(["leftmost"])),n.insertAfter=(ie=>oe=>{t.splice(ie+1,0,oe),$++})($)}k&&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 k=n.children;if(k.length){if(y==="right")return e(k[k.length-1],"right");if(y==="left")return e(k[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 k=_htmlGroupBuilders[t.type](t,y);if(n&&y.size!==n.size){k=makeSpan$1(y.sizingClasses(n),[k],y);var L=y.sizeMultiplier/n.sizeMultiplier;k.height*=L,k.depth*=L}return k}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"),k;n.length===2&&n[1].hasClass("tag")&&(k=n.pop());for(var L=[],$=[],j=0;j<n.length;j++)if($.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++,$.push(n[j]),n[j].hasClass("nobreak")&&(V=!0);V||(L.push(buildHTMLUnbreakable($,t)),$=[])}else n[j].hasClass("newline")&&($.pop(),$.length>0&&(L.push(buildHTMLUnbreakable($,t)),$=[]),L.push(n[j]));$.length>0&&L.push(buildHTMLUnbreakable($,t));var z;y?(z=buildHTMLUnbreakable(buildExpression$1(y,t,!0)),z.classes=["tag"],L.push(z)):k&&L.push(k);var re=makeSpan$1(["katex-html"],L);if(re.setAttribute("aria-hidden","true"),z){var ie=z.children[0];ie.style.height=makeEm(re.height+re.depth),re.depth&&(ie.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$5.escape(this.attributes[y]),t+='"');this.classes.length>0&&(t+=' class ="'+utils$5.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$5.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 k=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 L=t.text;if(utils$5.contains(["\\imath","\\jmath"],L))return null;symbols[k][L]&&symbols[k][L].replace&&(L=symbols[k][L].replace);var $=buildCommon.fontMap[n].fontName;return getCharacterMetrics(L,$,k)?buildCommon.fontMap[n].variant:null},buildExpression2=function(t,y,n){if(t.length===1){var k=buildGroup2(t[0],y);return n&&k instanceof MathNode&&k.type==="mo"&&(k.setAttribute("lspace","0em"),k.setAttribute("rspace","0em")),[k]}for(var L=[],$,j=0;j<t.length;j++){var V=buildGroup2(t[j],y);if(V instanceof MathNode&&$ instanceof MathNode){if(V.type==="mtext"&&$.type==="mtext"&&V.getAttribute("mathvariant")===$.getAttribute("mathvariant")){$.children.push(...V.children);continue}else if(V.type==="mn"&&$.type==="mn"){$.children.push(...V.children);continue}else if(V.type==="mi"&&V.children.length===1&&$.type==="mn"){var z=V.children[0];if(z instanceof TextNode&&z.text==="."){$.children.push(...V.children);continue}}else if($.type==="mi"&&$.children.length===1){var re=$.children[0];if(re instanceof TextNode&&re.text==="̸"&&(V.type==="mo"||V.type==="mi"||V.type==="mn")){var ie=V.children[0];ie instanceof TextNode&&ie.text.length>0&&(ie.text=ie.text.slice(0,1)+"̸"+ie.text.slice(1),L.pop())}}}L.push(V),$=V}return L},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,k){var L=buildExpression2(e,y),$;L.length===1&&L[0]instanceof MathNode&&utils$5.contains(["mrow","mtable"],L[0].type)?$=L[0]:$=new mathMLTree.MathNode("mrow",L);var j=new mathMLTree.MathNode("annotation",[new mathMLTree.TextNode(t)]);j.setAttribute("encoding","application/x-tex");var V=new mathMLTree.MathNode("semantics",[$,j]),z=new mathMLTree.MathNode("math",[V]);z.setAttribute("xmlns","http://www.w3.org/1998/Math/MathML"),n&&z.setAttribute("display","block");var re=k?"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 k=optionsFromSettings(n),L;if(n.output==="mathml")return buildMathML(t,y,k,n.displayMode,!0);if(n.output==="html"){var $=buildHTML(t,k);L=buildCommon.makeSpan(["katex"],[$])}else{var j=buildMathML(t,y,k,n.displayMode,!1),V=buildHTML(t,k);L=buildCommon.makeSpan(["katex"],[j,V])}return displayWrap(L,n)},buildHTMLTree=function(t,y,n){var k=optionsFromSettings(n),L=buildHTML(t,k),$=buildCommon.makeSpan(["katex"],[L]);return displayWrap($,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$5.contains(["widehat","widecheck","widetilde","utilde"],V)){var z=t,re=groupLength(z.base),ie,oe,ue;if(re>5)V==="widehat"||V==="widecheck"?(ie=420,j=2364,ue=.42,oe=V+"4"):(ie=312,j=2340,ue=.34,oe="tilde4");else{var de=[1,1,2,2,3,3][re];V==="widehat"||V==="widecheck"?(j=[0,1062,2364,2364,2364][de],ie=[0,239,300,360,420][de],ue=[0,.24,.3,.3,.36,.42][de],oe=V+de):(j=[0,600,1033,2339,2340][de],ie=[0,260,286,306,312][de],ue=[0,.26,.286,.3,.306,.34][de],oe="tilde"+de)}var pe=new PathNode(oe),Ie=new SvgNode([pe],{width:"100%",height:makeEm(ue),viewBox:"0 0 "+j+" "+ie,preserveAspectRatio:"none"});return{span:buildCommon.makeSvgSpan([],[Ie],y),minWidth:0,height:ue}}else{var he=[],Ce=katexImagesData[V],[_e,Ne,Fe]=Ce,Ue=Fe/1e3,kt=_e.length,Et,Ve;if(kt===1){var qe=Ce[3];Et=["hide-tail"],Ve=[qe]}else if(kt===2)Et=["halfarrow-left","halfarrow-right"],Ve=["xMinYMin","xMaxYMin"];else if(kt===3)Et=["brace-left","brace-center","brace-right"],Ve=["xMinYMin","xMidYMin","xMaxYMin"];else throw new Error(`Correct katexImagesData or update code here to support
`+kt+" children.");for(var jt=0;jt<kt;jt++){var tr=new PathNode(_e[jt]),rr=new SvgNode([tr],{width:"400em",height:makeEm(Ue),viewBox:"0 0 "+j+" "+Fe,preserveAspectRatio:Ve[jt]+" slice"}),ar=buildCommon.makeSvgSpan([Et[jt]],[rr],y);if(kt===1)return{span:ar,minWidth:Ne,height:Ue};ar.style.height=makeEm(Ue),he.push(ar)}return{span:buildCommon.makeSpan(["stretchy"],he,y),minWidth:Ne,height:Ue}}}var{span:k,minWidth:L,height:$}=n();return k.height=$,k.style.height=makeEm($),L>0&&(k.style.minWidth=makeEm(L)),k},encloseSpan=function(t,y,n,k,L){var $,j=t.height+t.depth+n+k;if(/fbox|color|angl/.test(y)){if($=buildCommon.makeSpan(["stretchy",y],[],L),y==="fbox"){var V=L.color&&L.getColor();V&&($.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)});$=buildCommon.makeSvgSpan([],[re],L)}return $.height=j,$.style.height=makeEm(j),$},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,k;e&&e.type==="supsub"?(n=assertNodeType(e.base,"accent"),y=n.base,e.base=y,k=assertSpan(buildGroup$1(e,t)),e.base=n):(n=assertNodeType(e,"accent"),y=n.base);var L=buildGroup$1(y,t.havingCrampedStyle()),$=n.isShifty&&utils$5.isCharacterBox(y),j=0;if($){var V=utils$5.getBaseElem(y),z=buildGroup$1(V,t.havingCrampedStyle());j=assertSymbolDomNode(z).skew}var re=n.label==="\\c",ie=re?L.height+L.depth:Math.min(L.height,t.fontMetrics().xHeight),oe;if(n.isStretchy)oe=stretchy.svgSpan(n,t),oe=buildCommon.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:L},{type:"elem",elem:oe,wrapperClasses:["svg-align"],wrapperStyle:j>0?{width:"calc(100% - "+makeEm(2*j)+")",marginLeft:makeEm(2*j)}:void 0}]},t);else{var ue,de;n.label==="\\vec"?(ue=buildCommon.staticSvg("vec",t),de=buildCommon.svgData.vec[1]):(ue=buildCommon.makeOrd({mode:n.mode,text:n.label},t,"textord"),ue=assertSymbolDomNode(ue),ue.italic=0,de=ue.width,re&&(ie+=ue.depth)),oe=buildCommon.makeSpan(["accent-body"],[ue]);var pe=n.label==="\\textcircled";pe&&(oe.classes.push("accent-full"),ie=L.height);var Ie=j;pe||(Ie-=de/2),oe.style.left=makeEm(Ie),n.label==="\\textcircled"&&(oe.style.top=".2em"),oe=buildCommon.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:L},{type:"kern",size:-ie},{type:"elem",elem:oe}]},t)}var he=buildCommon.makeSpan(["mord","accent"],[oe],t);return k?(k.children[0]=he,k.height=Math.max(he.height,k.height),k.classes[0]="mord",k):he},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),k=!n||e.funcName==="\\widehat"||e.funcName==="\\widetilde"||e.funcName==="\\widecheck";return{type:"accent",mode:e.parser.mode,label:e.funcName,isStretchy:n,isShifty:k,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,k=t[0];return{type:"accentUnder",mode:y.mode,label:n,base:k}},htmlBuilder:(e,t)=>{var y=buildGroup$1(e.base,t),n=stretchy.svgSpan(e,t),k=e.label==="\\utilde"?.12:0,L=buildCommon.makeVList({positionType:"top",positionData:y.height,children:[{type:"elem",elem:n,wrapperClasses:["svg-align"]},{type:"kern",size:k},{type:"elem",elem:y}]},t);return buildCommon.makeSpan(["mord","accentunder"],[L],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:k}=e;return{type:"xArrow",mode:n.mode,label:k,body:t[0],below:y[0]}},htmlBuilder(e,t){var y=t.style,n=t.havingStyle(y.sup()),k=buildCommon.wrapFragment(buildGroup$1(e.body,n,t),t),L=e.label.slice(0,2)==="\\x"?"x":"cd";k.classes.push(L+"-arrow-pad");var $;e.below&&(n=t.havingStyle(y.sub()),$=buildCommon.wrapFragment(buildGroup$1(e.below,n,t),t),$.classes.push(L+"-arrow-pad"));var j=stretchy.svgSpan(e,t),V=-t.fontMetrics().axisHeight+.5*j.height,z=-t.fontMetrics().axisHeight-.5*j.height-.111;(k.depth>.25||e.label==="\\xleftequilibrium")&&(z-=k.depth);var re;if($){var ie=-t.fontMetrics().axisHeight+$.height+.5*j.height+.111;re=buildCommon.makeVList({positionType:"individualShift",children:[{type:"elem",elem:k,shift:z},{type:"elem",elem:j,shift:V},{type:"elem",elem:$,shift:ie}]},t)}else re=buildCommon.makeVList({positionType:"individualShift",children:[{type:"elem",elem:k,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 k=paddedNode(buildGroup2(e.body,t));if(e.below){var L=paddedNode(buildGroup2(e.below,t));n=new mathMLTree.MathNode("munderover",[y,L,k])}else n=new mathMLTree.MathNode("mover",[y,k])}else if(e.below){var $=paddedNode(buildGroup2(e.below,t));n=new mathMLTree.MathNode("munder",[y,$])}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,k=t[0];return{type:"mclass",mode:y.mode,mclass:"m"+n.slice(5),body:ordargument(k),isCharacterBox:utils$5.isCharacterBox(k)}},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$5.isCharacterBox(t[1])}}});defineFunction({type:"mclass",names:["\\stackrel","\\overset","\\underset"],props:{numArgs:2},handler(e,t){var{parser:y,funcName:n}=e,k=t[1],L=t[0],$;n!=="\\stackrel"?$=binrelClass(k):$="mrel";var j={type:"op",mode:k.mode,limits:!0,alwaysHandleSupSub:!0,parentIsSupSub:!1,symbol:!1,suppressBaseShift:n!=="\\stackrel",body:ordargument(k)},V={type:"supsub",mode:L.mode,base:j,sup:n==="\\underset"?null:L,sub:n==="\\underset"?L:null};return{type:"mclass",mode:y.mode,mclass:$,body:[V],isCharacterBox:utils$5.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 k=y.callFunction("\\\\cdleft",[t[0]],[]),L={type:"atom",text:n,mode:"math",family:"rel"},$=y.callFunction("\\Big",[L],[]),j=y.callFunction("\\\\cdright",[t[1]],[]),V={type:"ordgroup",mode:"math",body:[k,$,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=[],k=[n],L=0;L<t.length;L++){for(var $=t[L],j=newCell(),V=0;V<$.length;V++)if(!isStartOfArrow($[V]))j.body.push($[V]);else{n.push(j),V+=1;var z=assertSymbolNodeType($[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 ie=0;ie<2;ie++){for(var oe=!0,ue=V+1;ue<$.length;ue++){if(isLabelEnd($[ue],z)){oe=!1,V=ue;break}if(isStartOfArrow($[ue]))throw new ParseError("Missing a "+z+" character to complete a CD arrow.",$[ue]);re[ie].body.push($[ue])}if(oe)throw new ParseError("Missing a "+z+" character to complete a CD arrow.",$[V])}else throw new ParseError('Expected one of "<>AV=|." after @',$[V]);var de=cdArrow(z,re,e),pe={type:"styling",body:[de],mode:"math",style:"display"};n.push(pe),j=newCell()}L%2===0?n.push(j):n.shift(),n=[],k.push(n)}e.gullet.endGroup(),e.gullet.endGroup();var Ie=new Array(k[0].length).fill({type:"align",align:"c",pregap:.25,postgap:.25});return{type:"array",mode:"math",body:k,arraystretch:1,addJot:!0,rowGaps:[null],cols:Ie,colSeparationType:"CD",hLinesBeforeRow:new Array(k.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"),k=n.body,L="",$=0;$<k.length;$++){var j=assertNodeType(k[$],"textord");L+=j.text}var V=parseInt(L),z;if(isNaN(V))throw new ParseError("\\@char has non-numeric argument "+L);if(V<0||V>=1114111)throw new ParseError("\\@char with invalid code point "+L);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,k=t[1];return{type:"color",mode:y.mode,color:n,body:ordargument(k)}},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,k=assertNodeType(t[0],"color-token").color;y.gullet.macros.set("\\current@color",k);var L=y.parseExpression(!0,n);return{type:"color",mode:y.mode,color:k,body:L}},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,k=n.gullet.future().text==="["?n.parseSizeGroup(!0):null,L=!n.settings.displayMode||!n.settings.useStrictBehavior("newLineInDisplayMode","In LaTeX, \\\\ or \\newline does nothing in display mode");return{type:"cr",mode:n.mode,newLine:L,size:k&&assertNodeType(k,"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 k=e.gullet.macros.get(y.text);k==null&&(y.noexpand=!0,k={tokens:[y],numArgs:0,unexpandable:!e.gullet.isExpandable(y.text)}),e.gullet.macros.set(t,k,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(),k=n.text;if(/^(?:[\\{}$&#^_]|EOF)$/.test(k))throw new ParseError("Expected a control sequence",n);for(var L=0,$,j=[[]];t.gullet.future().text!=="{";)if(n=t.gullet.popToken(),n.text==="#"){if(t.gullet.future().text==="{"){$=t.gullet.future(),j[L].push("{");break}if(n=t.gullet.popToken(),!/^[1-9]$/.test(n.text))throw new ParseError('Invalid argument number "'+n.text+'"');if(parseInt(n.text)!==L+1)throw new ParseError('Argument number "'+n.text+'" out of order');L++,j.push([])}else{if(n.text==="EOF")throw new ParseError("Expected a macro definition");j[L].push(n.text)}var{tokens:V}=t.gullet.consumeArg();return $&&V.unshift($),(y==="\\edef"||y==="\\xdef")&&(V=t.gullet.expandTokens(V),V.reverse()),t.gullet.macros.set(k,{tokens:V,numArgs:L,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 k=getRHS(t);return letCommand(t,n,k,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()),k=t.gullet.popToken(),L=t.gullet.popToken();return letCommand(t,n,L,y==="\\\\globalfuture"),t.gullet.pushToken(L),t.gullet.pushToken(k),{type:"internal",mode:t.mode}}});var getMetrics=function(t,y,n){var k=symbols.math[t]&&symbols.math[t].replace,L=getCharacterMetrics(k||t,y,n);if(!L)throw new Error("Unsupported symbol "+t+" and font size "+y+".");return L},styleWrap=function(t,y,n,k){var L=n.havingBaseStyle(y),$=buildCommon.makeSpan(k.concat(L.sizingClasses(n)),[t],n),j=L.sizeMultiplier/n.sizeMultiplier;return $.height*=j,$.depth*=j,$.maxFontSize=L.sizeMultiplier,$},centerSpan=function(t,y,n){var k=y.havingBaseStyle(n),L=(1-y.sizeMultiplier/k.sizeMultiplier)*y.fontMetrics().axisHeight;t.classes.push("delimcenter"),t.style.top=makeEm(L),t.height-=L,t.depth+=L},makeSmallDelim=function(t,y,n,k,L,$){var j=buildCommon.makeSymbol(t,"Main-Regular",L,k),V=styleWrap(j,y,k,$);return n&&centerSpan(V,k,y),V},mathrmSize=function(t,y,n,k){return buildCommon.makeSymbol(t,"Size"+y+"-Regular",n,k)},makeLargeDelim=function(t,y,n,k,L,$){var j=mathrmSize(t,y,L,k),V=styleWrap(buildCommon.makeSpan(["delimsizing","size"+y],[j],k),Style$1.TEXT,k,$);return n&&centerSpan(V,k,Style$1.TEXT),V},makeGlyphSpan=function(t,y,n){var k;y==="Size1-Regular"?k="delim-size1":k="delim-size4";var L=buildCommon.makeSpan(["delimsizinginner",k],[buildCommon.makeSpan([],[buildCommon.makeSymbol(t,y,n)])]);return{type:"elem",elem:L}},makeInner=function(t,y,n){var k=fontMetricsData["Size4-Regular"][t.charCodeAt(0)]?fontMetricsData["Size4-Regular"][t.charCodeAt(0)][4]:fontMetricsData["Size1-Regular"][t.charCodeAt(0)][4],L=new PathNode("inner",innerPath(t,Math.round(1e3*y))),$=new SvgNode([L],{width:makeEm(k),height:makeEm(y),style:"width:"+makeEm(k),viewBox:"0 0 "+1e3*k+" "+Math.round(1e3*y),preserveAspectRatio:"xMinYMin"}),j=buildCommon.makeSvgSpan([],[$],n);return j.height=y,j.style.height=makeEm(y),j.style.width=makeEm(k),{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,ie="",oe=0;j=z=re=t,V=null;var ue="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$5.contains(verts,t)?(z="",ie="vert",oe=333):utils$5.contains(doubleVerts,t)?(z="∥",ie="doublevert",oe=556):t==="["||t==="\\lbrack"?(j="⎡",z="⎢",re="⎣",ue="Size4-Regular",ie="lbrack",oe=667):t==="]"||t==="\\rbrack"?(j="⎤",z="⎥",re="⎦",ue="Size4-Regular",ie="rbrack",oe=667):t==="\\lfloor"||t==="⌊"?(z=j="⎢",re="⎣",ue="Size4-Regular",ie="lfloor",oe=667):t==="\\lceil"||t==="⌈"?(j="⎡",z=re="⎢",ue="Size4-Regular",ie="lceil",oe=667):t==="\\rfloor"||t==="⌋"?(z=j="⎥",re="⎦",ue="Size4-Regular",ie="rfloor",oe=667):t==="\\rceil"||t==="⌉"?(j="⎤",z=re="⎥",ue="Size4-Regular",ie="rceil",oe=667):t==="("||t==="\\lparen"?(j="⎛",z="⎜",re="⎝",ue="Size4-Regular",ie="lparen",oe=875):t===")"||t==="\\rparen"?(j="⎞",z="⎟",re="⎠",ue="Size4-Regular",ie="rparen",oe=875):t==="\\{"||t==="\\lbrace"?(j="⎧",V="⎨",re="⎩",z="⎪",ue="Size4-Regular"):t==="\\}"||t==="\\rbrace"?(j="⎫",V="⎬",re="⎭",z="⎪",ue="Size4-Regular"):t==="\\lgroup"||t==="⟮"?(j="⎧",re="⎩",z="⎪",ue="Size4-Regular"):t==="\\rgroup"||t==="⟯"?(j="⎫",re="⎭",z="⎪",ue="Size4-Regular"):t==="\\lmoustache"||t==="⎰"?(j="⎧",re="⎭",z="⎪",ue="Size4-Regular"):(t==="\\rmoustache"||t==="⎱")&&(j="⎫",re="⎩",z="⎪",ue="Size4-Regular");var de=getMetrics(j,ue,L),pe=de.height+de.depth,Ie=getMetrics(z,ue,L),he=Ie.height+Ie.depth,Ce=getMetrics(re,ue,L),_e=Ce.height+Ce.depth,Ne=0,Fe=1;if(V!==null){var Ue=getMetrics(V,ue,L);Ne=Ue.height+Ue.depth,Fe=2}var kt=pe+_e+Ne,Et=Math.max(0,Math.ceil((y-kt)/(Fe*he))),Ve=kt+Et*Fe*he,qe=k.fontMetrics().axisHeight;n&&(qe*=k.sizeMultiplier);var jt=Ve/2-qe,tr=[];if(ie.length>0){var rr=Ve-pe-_e,ar=Math.round(Ve*1e3),nr=tallDelim(ie,Math.round(rr*1e3)),ur=new PathNode(ie,nr),cr=(oe/1e3).toFixed(3)+"em",_r=(ar/1e3).toFixed(3)+"em",hr=new SvgNode([ur],{width:cr,height:_r,viewBox:"0 0 "+oe+" "+ar}),Er=buildCommon.makeSvgSpan([],[hr],k);Er.height=ar/1e3,Er.style.width=cr,Er.style.height=_r,tr.push({type:"elem",elem:Er})}else{if(tr.push(makeGlyphSpan(re,ue,L)),tr.push(lap$2),V===null){var kr=Ve-pe-_e+2*lapInEms;tr.push(makeInner(z,kr,k))}else{var xr=(Ve-pe-_e-Ne)/2+2*lapInEms;tr.push(makeInner(z,xr,k)),tr.push(lap$2),tr.push(makeGlyphSpan(V,ue,L)),tr.push(lap$2),tr.push(makeInner(z,xr,k))}tr.push(lap$2),tr.push(makeGlyphSpan(j,ue,L))}var yr=k.havingBaseStyle(Style$1.TEXT),br=buildCommon.makeVList({positionType:"bottom",positionData:jt,children:tr},yr);return styleWrap(buildCommon.makeSpan(["delimsizing","mult"],[br],yr),Style$1.TEXT,k,$)},vbPad=80,emPad=.08,sqrtSvg=function(t,y,n,k,L){var $=sqrtPath(t,k,n),j=new PathNode(t,$),V=new SvgNode([j],{width:"400em",height:makeEm(y),viewBox:"0 0 400000 "+n,preserveAspectRatio:"xMinYMin slice"});return buildCommon.makeSvgSpan(["hide-tail"],[V],L)},makeSqrtImage=function(t,y){var n=y.havingBaseSizing(),k=traverseSequence("\\surd",t*n.sizeMultiplier,stackLargeDelimiterSequence,n),L=n.sizeMultiplier,$=Math.max(0,y.minRuleThickness-y.fontMetrics().sqrtRuleThickness),j,V=0,z=0,re=0,ie;return k.type==="small"?(re=1e3+1e3*$+vbPad,t<1?L=1:t<1.4&&(L=.7),V=(1+$+emPad)/L,z=(1+$)/L,j=sqrtSvg("sqrtMain",V,re,$,y),j.style.minWidth="0.853em",ie=.833/L):k.type==="large"?(re=(1e3+vbPad)*sizeToMaxHeight[k.size],z=(sizeToMaxHeight[k.size]+$)/L,V=(sizeToMaxHeight[k.size]+$+emPad)/L,j=sqrtSvg("sqrtSize"+k.size,V,re,$,y),j.style.minWidth="1.02em",ie=1/L):(V=t+$+emPad,z=t+$,re=Math.floor(1e3*t+$)+vbPad,j=sqrtSvg("sqrtTall",V,re,$,y),j.style.minWidth="0.742em",ie=1.056),j.height=z,j.style.height=makeEm(V),{span:j,advanceWidth:ie,ruleWidth:(y.fontMetrics().sqrtRuleThickness+$)*L}},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,L){if(t==="<"||t==="\\lt"||t==="⟨"?t="\\langle":(t===">"||t==="\\gt"||t==="⟩")&&(t="\\rangle"),utils$5.contains(stackLargeDelimiters,t)||utils$5.contains(stackNeverDelimiters,t))return makeLargeDelim(t,y,!1,n,k,L);if(utils$5.contains(stackAlwaysDelimiters,t))return makeStackedDelim(t,sizeToMaxHeight[y],!1,n,k,L);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,k){for(var L=Math.min(2,3-k.style.size),$=L;$<n.length&&n[$].type!=="stack";$++){var j=getMetrics(t,delimTypeToFont(n[$]),"math"),V=j.height+j.depth;if(n[$].type==="small"){var z=k.havingBaseStyle(n[$].style);V*=z.sizeMultiplier}if(V>y)return n[$]}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$5.contains(stackNeverDelimiters,t)?j=stackNeverDelimiterSequence:utils$5.contains(stackLargeDelimiters,t)?j=stackLargeDelimiterSequence:j=stackAlwaysDelimiterSequence;var V=traverseSequence(t,y,j,k);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=k.fontMetrics().axisHeight*k.sizeMultiplier,V=901,z=5/k.fontMetrics().ptPerEm,re=Math.max(y-j,n+j),ie=Math.max(re/500*V,2*re-z);return makeCustomSizedDelim(t,ie,!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$5.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 k=n.parseExpression(!1);--n.leftrightDepth,n.expect("\\right",!1);var L=assertNodeType(n.parseFunction(),"leftright-right");return{type:"leftright",mode:n.mode,body:k,left:y.text,right:L.delim,rightColor:L.color}},htmlBuilder:(e,t)=>{assertParsed(e);for(var y=buildExpression$1(e.body,t,!0,["mopen","mclose"]),n=0,k=0,L=!1,$=0;$<y.length;$++)y[$].isMiddle?L=!0:(n=Math.max(y[$].height,n),k=Math.max(y[$].depth,k));n*=t.sizeMultiplier,k*=t.sizeMultiplier;var j;if(e.left==="."?j=makeNullDelimiter(t,["mopen"]):j=delimiter.leftRightDelim(e.left,n,k,t,e.mode,["mopen"]),y.unshift(j),L)for(var V=1;V<y.length;V++){var z=y[V],re=z.isMiddle;re&&(y[V]=delimiter.leftRightDelim(re.delim,n,k,re.options,e.mode,[]))}var ie;if(e.right===".")ie=makeNullDelimiter(t,["mclose"]);else{var oe=e.rightColor?t.withColor(e.rightColor):t;ie=delimiter.leftRightDelim(e.right,n,k,oe,e.mode,["mclose"])}return y.push(ie),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 k=new mathMLTree.MathNode("mo",[makeText(e.right,e.mode)]);k.setAttribute("fence","true"),e.rightColor&&k.setAttribute("mathcolor",e.rightColor),y.push(k)}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),k=t.sizeMultiplier,L,$=0,j=utils$5.isCharacterBox(e.body);if(n==="sout")L=buildCommon.makeSpan(["stretchy","sout"]),L.height=t.fontMetrics().defaultRuleThickness/k,$=-.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();k=k/re.sizeMultiplier;var ie=y.height+y.depth+V+z;y.style.paddingLeft=makeEm(ie/2+V);var oe=Math.floor(1e3*ie*k),ue=phasePath(oe),de=new SvgNode([new PathNode("phase",ue)],{width:"400em",height:makeEm(oe/1e3),viewBox:"0 0 400000 "+oe,preserveAspectRatio:"xMinYMin slice"});L=buildCommon.makeSvgSpan(["hide-tail"],[de],t),L.style.height=makeEm(ie),$=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 pe=0,Ie=0,he=0;/box/.test(n)?(he=Math.max(t.fontMetrics().fboxrule,t.minRuleThickness),pe=t.fontMetrics().fboxsep+(n==="colorbox"?0:he),Ie=pe):n==="angl"?(he=Math.max(t.fontMetrics().defaultRuleThickness,t.minRuleThickness),pe=4*he,Ie=Math.max(0,.25-y.depth)):(pe=j?.2:0,Ie=pe),L=stretchy.encloseSpan(y,n,pe,Ie,t),/fbox|boxed|fcolorbox/.test(n)?(L.style.borderStyle="solid",L.style.borderWidth=makeEm(he)):n==="angl"&&he!==.049&&(L.style.borderTopWidth=makeEm(he),L.style.borderRightWidth=makeEm(he)),$=y.depth+Ie,e.backgroundColor&&(L.style.backgroundColor=e.backgroundColor,e.borderColor&&(L.style.borderColor=e.borderColor))}var Ce;if(e.backgroundColor)Ce=buildCommon.makeVList({positionType:"individualShift",children:[{type:"elem",elem:L,shift:$},{type:"elem",elem:y,shift:0}]},t);else{var _e=/cancel|phase/.test(n)?["svg-align"]:[];Ce=buildCommon.makeVList({positionType:"individualShift",children:[{type:"elem",elem:y,shift:0},{type:"elem",elem:L,shift:$,wrapperClasses:_e}]},t)}return/cancel/.test(n)&&(Ce.height=y.height,Ce.depth=y.depth),/cancel/.test(n)&&!j?buildCommon.makeSpan(["mord","cancel-lap"],[Ce],t):buildCommon.makeSpan(["mord"],[Ce],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 k=Math.max(t.fontMetrics().fboxrule,t.minRuleThickness);n.setAttribute("style","border: "+k+"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:k}=e,L=assertNodeType(t[0],"color-token").color,$=t[1];return{type:"enclose",mode:n.mode,label:k,backgroundColor:L,body:$}},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:k}=e,L=assertNodeType(t[0],"color-token").color,$=assertNodeType(t[1],"color-token").color,j=t[2];return{type:"enclose",mode:n.mode,label:k,backgroundColor:$,borderColor:L,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,k=t[0];return{type:"enclose",mode:y.mode,label:n,body:k}},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:k,htmlBuilder:L,mathmlBuilder:$}=e,j={type:t,numArgs:n.numArgs||0,allowedInText:!1,numOptionalArgs:0,handler:k},V=0;V<y.length;++V)_environments[y[V]]=j;L&&(_htmlGroupBuilders[t]=L),$&&(_mathmlGroupBuilders[t]=$)}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:k,cols:L,arraystretch:$,colSeparationType:j,autoTag:V,singleRow:z,emptySingleRow:re,maxNumCols:ie,leqno:oe}=t;if(e.gullet.beginGroup(),z||e.gullet.macros.set("\\cr","\\\\\\relax"),!$){var ue=e.gullet.expandMacroAsText("\\arraystretch");if(ue==null)$=1;else if($=parseFloat(ue),!$||$<0)throw new ParseError("Invalid \\arraystretch: "+ue)}e.gullet.beginGroup();var de=[],pe=[de],Ie=[],he=[],Ce=V!=null?[]:void 0;function _e(){V&&e.gullet.macros.set("\\@eqnsw","1",!0)}function Ne(){Ce&&(e.gullet.macros.get("\\df@tag")?(Ce.push(e.subparse([new Token("\\df@tag")])),e.gullet.macros.set("\\df@tag",void 0,!0)):Ce.push(!!V&&e.gullet.macros.get("\\@eqnsw")==="1"))}for(_e(),he.push(getHLines(e));;){var Fe=e.parseExpression(!1,z?"\\end":"\\\\");e.gullet.endGroup(),e.gullet.beginGroup(),Fe={type:"ordgroup",mode:e.mode,body:Fe},y&&(Fe={type:"styling",mode:e.mode,style:y,body:[Fe]}),de.push(Fe);var Ue=e.fetch().text;if(Ue==="&"){if(ie&&de.length===ie){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(Ue==="\\end"){Ne(),de.length===1&&Fe.type==="styling"&&Fe.body[0].body.length===0&&(pe.length>1||!re)&&pe.pop(),he.length<pe.length+1&&he.push([]);break}else if(Ue==="\\\\"){e.consume();var kt=void 0;e.gullet.future().text!==" "&&(kt=e.parseSizeGroup(!0)),Ie.push(kt?kt.value:null),Ne(),he.push(getHLines(e)),de=[],pe.push(de),_e()}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:k,arraystretch:$,body:pe,cols:L,rowGaps:Ie,hskipBeforeAndAfter:n,hLinesBeforeRow:he,colSeparationType:j,tags:Ce,leqno:oe}}function dCellStyle(e){return e.slice(0,1)==="d"?"display":"text"}var htmlBuilder$6=function(t,y){var n,k,L=t.body.length,$=t.hLinesBeforeRow,j=0,V=new Array(L),z=[],re=Math.max(y.fontMetrics().arrayRuleWidth,y.minRuleThickness),ie=1/y.fontMetrics().ptPerEm,oe=5*ie;if(t.colSeparationType&&t.colSeparationType==="small"){var ue=y.havingStyle(Style$1.SCRIPT).sizeMultiplier;oe=.2778*(ue/y.sizeMultiplier)}var de=t.colSeparationType==="CD"?calculateSize({number:3,unit:"ex"},y):12*ie,pe=3*ie,Ie=t.arraystretch*de,he=.7*Ie,Ce=.3*Ie,_e=0;function Ne(Dr){for(var Rr=0;Rr<Dr.length;++Rr)Rr>0&&(_e+=.25),z.push({pos:_e,isDashed:Dr[Rr]})}for(Ne($[0]),n=0;n<t.body.length;++n){var Fe=t.body[n],Ue=he,kt=Ce;j<Fe.length&&(j=Fe.length);var Et=new Array(Fe.length);for(k=0;k<Fe.length;++k){var Ve=buildGroup$1(Fe[k],y);kt<Ve.depth&&(kt=Ve.depth),Ue<Ve.height&&(Ue=Ve.height),Et[k]=Ve}var qe=t.rowGaps[n],jt=0;qe&&(jt=calculateSize(qe,y),jt>0&&(jt+=Ce,kt<jt&&(kt=jt),jt=0)),t.addJot&&(kt+=pe),Et.height=Ue,Et.depth=kt,_e+=Ue,Et.pos=_e,_e+=kt+jt,V[n]=Et,Ne($[n+1])}var tr=_e/2+y.fontMetrics().axisHeight,rr=t.cols||[],ar=[],nr,ur,cr=[];if(t.tags&&t.tags.some(Dr=>Dr))for(n=0;n<L;++n){var _r=V[n],hr=_r.pos-tr,Er=t.tags[n],kr=void 0;Er===!0?kr=buildCommon.makeSpan(["eqn-num"],[],y):Er===!1?kr=buildCommon.makeSpan([],[],y):kr=buildCommon.makeSpan([],buildExpression$1(Er,y,!0),y),kr.depth=_r.depth,kr.height=_r.height,cr.push({type:"elem",elem:kr,shift:hr})}for(k=0,ur=0;k<j||ur<rr.length;++k,++ur){for(var xr=rr[ur]||{},yr=!0;xr.type==="separator";){if(yr||(nr=buildCommon.makeSpan(["arraycolsep"],[]),nr.style.width=makeEm(y.fontMetrics().doubleRuleSep),ar.push(nr)),xr.separator==="|"||xr.separator===":"){var br=xr.separator==="|"?"solid":"dashed",Ir=buildCommon.makeSpan(["vertical-separator"],[],y);Ir.style.height=makeEm(_e),Ir.style.borderRightWidth=makeEm(re),Ir.style.borderRightStyle=br,Ir.style.margin="0 "+makeEm(-re/2);var Mr=_e-tr;Mr&&(Ir.style.verticalAlign=makeEm(-Mr)),ar.push(Ir)}else throw new ParseError("Invalid separator type: "+xr.separator);ur++,xr=rr[ur]||{},yr=!1}if(!(k>=j)){var mr=void 0;(k>0||t.hskipBeforeAndAfter)&&(mr=utils$5.deflt(xr.pregap,oe),mr!==0&&(nr=buildCommon.makeSpan(["arraycolsep"],[]),nr.style.width=makeEm(mr),ar.push(nr)));var gr=[];for(n=0;n<L;++n){var jr=V[n],Hr=jr[k];if(Hr){var Vr=jr.pos-tr;Hr.depth=jr.depth,Hr.height=jr.height,gr.push({type:"elem",elem:Hr,shift:Vr})}}gr=buildCommon.makeVList({positionType:"individualShift",children:gr},y),gr=buildCommon.makeSpan(["col-align-"+(xr.align||"c")],[gr]),ar.push(gr),(k<j-1||t.hskipBeforeAndAfter)&&(mr=utils$5.deflt(xr.postgap,oe),mr!==0&&(nr=buildCommon.makeSpan(["arraycolsep"],[]),nr.style.width=makeEm(mr),ar.push(nr)))}}if(V=buildCommon.makeSpan(["mtable"],ar),z.length>0){for(var zr=buildCommon.makeLineSpan("hline",y,re),Sr=buildCommon.makeLineSpan("hdashline",y,re),Tr=[{type:"elem",elem:V,shift:0}];z.length>0;){var Br=z.pop(),vr=Br.pos-tr;Br.isDashed?Tr.push({type:"elem",elem:Sr,shift:vr}):Tr.push({type:"elem",elem:zr,shift:vr})}V=buildCommon.makeVList({positionType:"individualShift",children:Tr},y)}if(cr.length===0)return buildCommon.makeSpan(["mord"],[V],y);var Cr=buildCommon.makeVList({positionType:"individualShift",children:cr},y);return Cr=buildCommon.makeSpan(["tag"],[Cr],y),buildCommon.makeFragment([V,Cr])},alignMap={c:"center ",l:"left ",r:"right "},mathmlBuilder$5=function(t,y){for(var n=[],k=new mathMLTree.MathNode("mtd",[],["mtr-glue"]),L=new mathMLTree.MathNode("mtd",[],["mml-eqn-num"]),$=0;$<t.body.length;$++){for(var j=t.body[$],V=[],z=0;z<j.length;z++)V.push(new mathMLTree.MathNode("mtd",[buildGroup2(j[z],y)]));t.tags&&t.tags[$]&&(V.unshift(k),V.push(k),t.leqno?V.unshift(L):V.push(L)),n.push(new mathMLTree.MathNode("mtr",V))}var re=new mathMLTree.MathNode("mtable",n),ie=t.arraystretch===.5?.1:.16+t.arraystretch-1+(t.addJot?.09:0);re.setAttribute("rowspacing",makeEm(ie));var oe="",ue="";if(t.cols&&t.cols.length>0){var de=t.cols,pe="",Ie=!1,he=0,Ce=de.length;de[0].type==="separator"&&(oe+="top ",he=1),de[de.length-1].type==="separator"&&(oe+="bottom ",Ce-=1);for(var _e=he;_e<Ce;_e++)de[_e].type==="align"?(ue+=alignMap[de[_e].align],Ie&&(pe+="none "),Ie=!0):de[_e].type==="separator"&&Ie&&(pe+=de[_e].separator==="|"?"solid ":"dashed ",Ie=!1);re.setAttribute("columnalign",ue.trim()),/[sd]/.test(pe)&&re.setAttribute("columnlines",pe.trim())}if(t.colSeparationType==="align"){for(var Ne=t.cols||[],Fe="",Ue=1;Ue<Ne.length;Ue++)Fe+=Ue%2?"0em ":"1em ";re.setAttribute("columnspacing",Fe.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 kt="",Et=t.hLinesBeforeRow;oe+=Et[0].length>0?"left ":"",oe+=Et[Et.length-1].length>0?"right ":"";for(var Ve=1;Ve<Et.length-1;Ve++)kt+=Et[Ve].length===0?"none ":Et[Ve][0]?"dashed ":"solid ";return/[sd]/.test(kt)&&re.setAttribute("rowlines",kt.trim()),oe!==""&&(re=new mathMLTree.MathNode("menclose",[re]),re.setAttribute("notation",oe.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=[],k=t.envName.indexOf("at")>-1?"alignat":"align",L=t.envName==="split",$=parseArray(t.parser,{cols:n,addJot:!0,autoTag:L?void 0:getAutoTag(t.envName),emptySingleRow:!0,colSeparationType:k,maxNumCols:L?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="",ie=0;ie<y[0].body.length;ie++){var oe=assertNodeType(y[0].body[ie],"textord");re+=oe.text}j=Number(re),V=j*2}var ue=!V;$.body.forEach(function(he){for(var Ce=1;Ce<he.length;Ce+=2){var _e=assertNodeType(he[Ce],"styling"),Ne=assertNodeType(_e.body[0],"ordgroup");Ne.body.unshift(z)}if(ue)V<he.length&&(V=he.length);else{var Fe=he.length/2;if(j<Fe)throw new ParseError("Too many math in a row: "+("expected "+j+", but got "+Fe),he[0])}});for(var de=0;de<V;++de){var pe="r",Ie=0;de%2===1?pe="l":de>0&&ue&&(Ie=1),n[de]={type:"align",align:pe,pregap:Ie,postgap:0}}return $.colSeparationType=ue?"align":"alignat",$};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,k=n.map(function($){var j=assertSymbolNodeType($),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={cols:k,hskipBeforeAndAfter:!0,maxNumCols:k.length};return parseArray(e.parser,L,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 k=e.parser;if(k.consumeSpaces(),k.fetch().text==="["){if(k.consume(),k.consumeSpaces(),y=k.fetch().text,"lcr".indexOf(y)===-1)throw new ParseError("Expected l or c or r",k.nextToken);k.consume(),k.consumeSpaces(),k.expect("]"),k.consume(),n.cols=[{type:"align",align:y}]}}var L=parseArray(e.parser,n,dCellStyle(e.envName)),$=Math.max(0,...L.body.map(j=>j.length));return L.cols=new Array($).fill({type:"align",align:y}),t?{type:"leftright",mode:e.mode,body:[L],left:t[0],right:t[1],rightColor:void 0}:L},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,k=n.map(function($){var j=assertSymbolNodeType($),V=j.text;if("lc".indexOf(V)!==-1)return{type:"align",align:V};throw new ParseError("Unknown column alignment: "+V,$)});if(k.length>1)throw new ParseError("{subarray} can contain only one column");var L={cols:k,hskipBeforeAndAfter:!1,arraystretch:.5};if(L=parseArray(e.parser,L,"script"),L.body.length>0&&L.body[0].length>1)throw new ParseError("{subarray} can contain only one column");return L},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$5.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,k=t[0];if(k.type!=="ordgroup")throw new ParseError("Invalid environment name",k);for(var L="",$=0;$<k.body.length;++$)L+=assertNodeType(k.body[$],"textord").text;if(n==="\\begin"){if(!environments.hasOwnProperty(L))throw new ParseError("No such environment: "+L,k);var j=environments[L],{args:V,optArgs:z}=y.parseArguments("\\begin{"+L+"}",j),re={mode:y.mode,envName:L,parser:y},ie=j.handler(re,V,z);y.expect("\\end",!1);var oe=y.nextToken,ue=assertNodeType(y.parseFunction(),"environment");if(ue.name!==L)throw new ParseError("Mismatch: \\begin{"+L+"} matched by \\end{"+ue.name+"}",oe);return ie}return{type:"environment",mode:y.mode,name:L,nameGroup:k}}});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,k=normalizeArgument(t[0]),L=n;return L in fontAliases&&(L=fontAliases[L]),{type:"font",mode:y.mode,font:L.slice(1),body:k}},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],k=utils$5.isCharacterBox(n);return{type:"mclass",mode:y.mode,mclass:binrelClass(n),body:[{type:"font",mode:y.mode,font:"boldsymbol",body:n}],isCharacterBox:k}}});defineFunction({type:"font",names:["\\rm","\\sf","\\tt","\\bf","\\it","\\cal"],props:{numArgs:0,allowedInText:!0},handler:(e,t)=>{var{parser:y,funcName:n,breakOnTokenText:k}=e,{mode:L}=y,$=y.parseExpression(!0,k),j="math"+n.slice(1);return{type:"font",mode:L,font:j,body:{type:"ordgroup",mode:y.mode,body:$}}},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(),k=y.fracDen(),L;L=t.havingStyle(n);var $=buildGroup$1(e.numer,L,t);if(e.continued){var j=8.5/t.fontMetrics().ptPerEm,V=3.5/t.fontMetrics().ptPerEm;$.height=$.height<j?j:$.height,$.depth=$.depth<V?V:$.depth}L=t.havingStyle(k);var z=buildGroup$1(e.denom,L,t),re,ie,oe;e.hasBarLine?(e.barSize?(ie=calculateSize(e.barSize,t),re=buildCommon.makeLineSpan("frac-line",t,ie)):re=buildCommon.makeLineSpan("frac-line",t),ie=re.height,oe=re.height):(re=null,ie=0,oe=t.fontMetrics().defaultRuleThickness);var ue,de,pe;y.size===Style$1.DISPLAY.size||e.size==="display"?(ue=t.fontMetrics().num1,ie>0?de=3*oe:de=7*oe,pe=t.fontMetrics().denom1):(ie>0?(ue=t.fontMetrics().num2,de=oe):(ue=t.fontMetrics().num3,de=3*oe),pe=t.fontMetrics().denom2);var Ie;if(re){var Ce=t.fontMetrics().axisHeight;ue-$.depth-(Ce+.5*ie)<de&&(ue+=de-(ue-$.depth-(Ce+.5*ie))),Ce-.5*ie-(z.height-pe)<de&&(pe+=de-(Ce-.5*ie-(z.height-pe)));var _e=-(Ce-.5*ie);Ie=buildCommon.makeVList({positionType:"individualShift",children:[{type:"elem",elem:z,shift:pe},{type:"elem",elem:re,shift:_e},{type:"elem",elem:$,shift:-ue}]},t)}else{var he=ue-$.depth-(z.height-pe);he<de&&(ue+=.5*(de-he),pe+=.5*(de-he)),Ie=buildCommon.makeVList({positionType:"individualShift",children:[{type:"elem",elem:z,shift:pe},{type:"elem",elem:$,shift:-ue}]},t)}L=t.havingStyle(y),Ie.height*=L.sizeMultiplier/t.sizeMultiplier,Ie.depth*=L.sizeMultiplier/t.sizeMultiplier;var Ne;y.size===Style$1.DISPLAY.size?Ne=t.fontMetrics().delim1:y.size===Style$1.SCRIPTSCRIPT.size?Ne=t.havingStyle(Style$1.SCRIPT).fontMetrics().delim2:Ne=t.fontMetrics().delim2;var Fe,Ue;return e.leftDelim==null?Fe=makeNullDelimiter(t,["mopen"]):Fe=delimiter.customSizedDelim(e.leftDelim,Ne,!0,t.havingStyle(y),e.mode,["mopen"]),e.continued?Ue=buildCommon.makeSpan([]):e.rightDelim==null?Ue=makeNullDelimiter(t,["mclose"]):Ue=delimiter.customSizedDelim(e.rightDelim,Ne,!0,t.havingStyle(y),e.mode,["mclose"]),buildCommon.makeSpan(["mord"].concat(L.sizingClasses(t)),[Fe,buildCommon.makeSpan(["mfrac"],[Ie]),Ue],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 k=adjustStyle(e.size,t.style);if(k.size!==t.style.size){y=new mathMLTree.MathNode("mstyle",[y]);var L=k.size===Style$1.DISPLAY.size?"true":"false";y.setAttribute("displaystyle",L),y.setAttribute("scriptlevel","0")}if(e.leftDelim!=null||e.rightDelim!=null){var $=[];if(e.leftDelim!=null){var j=new mathMLTree.MathNode("mo",[new mathMLTree.TextNode(e.leftDelim.replace("\\",""))]);j.setAttribute("fence","true"),$.push(j)}if($.push(y),e.rightDelim!=null){var V=new mathMLTree.MathNode("mo",[new mathMLTree.TextNode(e.rightDelim.replace("\\",""))]);V.setAttribute("fence","true"),$.push(V)}return makeRow($)}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,k=t[0],L=t[1],$,j=null,V=null,z="auto";switch(n){case"\\dfrac":case"\\frac":case"\\tfrac":$=!0;break;case"\\\\atopfrac":$=!1;break;case"\\dbinom":case"\\binom":case"\\tbinom":$=!1,j="(",V=")";break;case"\\\\bracefrac":$=!1,j="\\{",V="\\}";break;case"\\\\brackfrac":$=!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:k,denom:L,hasBarLine:$,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,k=t[0],L=t[1];return{type:"genfrac",mode:y.mode,continued:!0,numer:k,denom:L,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,k;switch(y){case"\\over":k="\\frac";break;case"\\choose":k="\\binom";break;case"\\atop":k="\\\\atopfrac";break;case"\\brace":k="\\\\bracefrac";break;case"\\brack":k="\\\\brackfrac";break;default:throw new Error("Unrecognized infix genfrac command")}return{type:"infix",mode:t.mode,replaceWith:k,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],k=t[5],L=normalizeArgument(t[0]),$=L.type==="atom"&&L.family==="open"?delimFromValue(L.text):null,j=normalizeArgument(t[1]),V=j.type==="atom"&&j.family==="close"?delimFromValue(j.text):null,z=assertNodeType(t[2],"size"),re,ie=null;z.isBlank?re=!0:(ie=z.value,re=ie.number>0);var oe="auto",ue=t[3];if(ue.type==="ordgroup"){if(ue.body.length>0){var de=assertNodeType(ue.body[0],"textord");oe=stylArray[Number(de.text)]}}else ue=assertNodeType(ue,"textord"),oe=stylArray[Number(ue.text)];return{type:"genfrac",mode:y.mode,numer:n,denom:k,continued:!1,hasBarLine:re,barSize:ie,leftDelim:$,rightDelim:V,size:oe}},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:k}=e;return{type:"infix",mode:y.mode,replaceWith:"\\\\abovefrac",size:assertNodeType(t[0],"size").value,token:k}}});defineFunction({type:"genfrac",names:["\\\\abovefrac"],props:{numArgs:3,argTypes:["math","size","math"]},handler:(e,t)=>{var{parser:y,funcName:n}=e,k=t[0],L=assert(assertNodeType(t[1],"infix").size),$=t[2],j=L.number>0;return{type:"genfrac",mode:y.mode,numer:k,denom:$,continued:!1,hasBarLine:j,barSize:L,leftDelim:null,rightDelim:null,size:"auto"}},htmlBuilder:htmlBuilder$4,mathmlBuilder:mathmlBuilder$3});var htmlBuilder$3=(e,t)=>{var y=t.style,n,k;e.type==="supsub"?(n=e.sup?buildGroup$1(e.sup,t.havingStyle(y.sup()),t):buildGroup$1(e.sub,t.havingStyle(y.sub()),t),k=assertNodeType(e.base,"horizBrace")):k=assertNodeType(e,"horizBrace");var L=buildGroup$1(k.base,t.havingBaseStyle(Style$1.DISPLAY)),$=stretchy.svgSpan(k,t),j;if(k.isOver?(j=buildCommon.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:L},{type:"kern",size:.1},{type:"elem",elem:$}]},t),j.children[0].children[0].children[1].classes.push("svg-align")):(j=buildCommon.makeVList({positionType:"bottom",positionData:L.depth+.1+$.height,children:[{type:"elem",elem:$},{type:"kern",size:.1},{type:"elem",elem:L}]},t),j.children[0].children[0].children[0].classes.push("svg-align")),n){var V=buildCommon.makeSpan(["mord",k.isOver?"mover":"munder"],[j],t);k.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",k.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],k=assertNodeType(t[0],"url").url;return y.settings.isTrusted({command:"\\href",url:k})?{type:"href",mode:y.mode,href:k,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=[],L=0;L<n.length;L++){var $=n[L];$==="~"&&($="\\textasciitilde"),k.push({type:"textord",mode:"text",text:$})}var j={type:"text",mode:y.mode,font:"\\texttt",body:k};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:k}=e,L=assertNodeType(t[0],"raw").string,$=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=L,j={command:"\\htmlClass",class:L};break;case"\\htmlId":V.id=L,j={command:"\\htmlId",id:L};break;case"\\htmlStyle":V.style=L,j={command:"\\htmlStyle",style:L};break;case"\\htmlData":{for(var z=L.split(","),re=0;re<z.length;re++){var ie=z[re].split("=");if(ie.length!==2)throw new ParseError("Error parsing key-value for \\htmlData");V["data-"+ie[0].trim()]=ie[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($)}: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 k=buildCommon.makeSpan(n,y,t);for(var L in e.attributes)L!=="class"&&e.attributes.hasOwnProperty(L)&&k.setAttribute(L,e.attributes[L]);return k},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,k={number:0,unit:"em"},L={number:.9,unit:"em"},$={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 ie=z[re].split("=");if(ie.length===2){var oe=ie[1].trim();switch(ie[0].trim()){case"alt":j=oe;break;case"width":k=sizeData(oe);break;case"height":L=sizeData(oe);break;case"totalheight":$=sizeData(oe);break;default:throw new ParseError("Invalid key: '"+ie[0]+"' in \\includegraphics.")}}}var ue=assertNodeType(t[0],"url").url;return j===""&&(j=ue,j=j.replace(/^.*[\\/]/,""),j=j.substring(0,j.lastIndexOf("."))),n.settings.isTrusted({command:"\\includegraphics",url:ue})?{type:"includegraphics",mode:n.mode,alt:j,width:k,height:L,totalheight:$,src:ue}: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 k=0;e.width.number>0&&(k=calculateSize(e.width,t));var L={height:makeEm(y+n)};k>0&&(L.width=makeEm(k)),n>0&&(L.verticalAlign=makeEm(-n));var $=new Img(e.src,e.alt,L);return $.height=y,$.depth=n,$},mathmlBuilder:(e,t)=>{var y=new mathMLTree.MathNode("mglyph",[]);y.setAttribute("alt",e.alt);var n=calculateSize(e.height,t),k=0;if(e.totalheight.number>0&&(k=calculateSize(e.totalheight,t)-n,y.setAttribute("valign",makeEm(-k))),y.setAttribute("height",makeEm(n+k)),e.width.number>0){var L=calculateSize(e.width,t);y.setAttribute("width",makeEm(L))}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,k=assertNodeType(t[0],"size");if(y.settings.strict){var L=n[1]==="m",$=k.value.unit==="mu";L?($||y.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+n+" supports only mu units, "+("not "+k.value.unit+" units")),y.mode!=="math"&&y.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+n+" works only in math mode")):$&&y.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+n+" doesn't support mu units")}return{type:"kern",mode:y.mode,dimension:k.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,k=t[0];return{type:"lap",mode:y.mode,alignment:n.slice(5),body:k}},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"],[]),k=buildCommon.makeSpan([e.alignment],[y,n],t),L=buildCommon.makeSpan(["strut"]);return L.style.height=makeEm(k.height+k.depth),k.depth&&(L.style.verticalAlign=makeEm(-k.depth)),k.children.unshift(L),k=buildCommon.makeSpan(["thinbox"],[k],t),buildCommon.makeSpan(["mord","vbox"],[k],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,k=n.mode;n.switchMode("math");var L=y==="\\("?"\\)":"$",$=n.parseExpression(!1,L);return n.expect(L),n.switchMode(k),{type:"styling",mode:n.mode,style:"text",body:$}}});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$5.isCharacterBox(y),V,z;if(t){var re=buildGroup$1(t,n.havingStyle(k.sup()),n);z={elem:re,kern:Math.max(n.fontMetrics().bigOpSpacing1,n.fontMetrics().bigOpSpacing3-re.depth)}}if(y){var ie=buildGroup$1(y,n.havingStyle(k.sub()),n);V={elem:ie,kern:Math.max(n.fontMetrics().bigOpSpacing2,n.fontMetrics().bigOpSpacing4-ie.height)}}var oe;if(z&&V){var ue=n.fontMetrics().bigOpSpacing5+V.elem.height+V.elem.depth+V.kern+e.depth+$;oe=buildCommon.makeVList({positionType:"bottom",positionData:ue,children:[{type:"kern",size:n.fontMetrics().bigOpSpacing5},{type:"elem",elem:V.elem,marginLeft:makeEm(-L)},{type:"kern",size:V.kern},{type:"elem",elem:e},{type:"kern",size:z.kern},{type:"elem",elem:z.elem,marginLeft:makeEm(L)},{type:"kern",size:n.fontMetrics().bigOpSpacing5}]},n)}else if(V){var de=e.height-$;oe=buildCommon.makeVList({positionType:"top",positionData:de,children:[{type:"kern",size:n.fontMetrics().bigOpSpacing5},{type:"elem",elem:V.elem,marginLeft:makeEm(-L)},{type:"kern",size:V.kern},{type:"elem",elem:e}]},n)}else if(z){var pe=e.depth+$;oe=buildCommon.makeVList({positionType:"bottom",positionData:pe,children:[{type:"elem",elem:e},{type:"kern",size:z.kern},{type:"elem",elem:z.elem,marginLeft:makeEm(L)},{type:"kern",size:n.fontMetrics().bigOpSpacing5}]},n)}else return e;var Ie=[oe];if(V&&L!==0&&!j){var he=buildCommon.makeSpan(["mspace"],[],n);he.style.marginRight=makeEm(L),Ie.unshift(he)}return buildCommon.makeSpan(["mop","op-limits"],Ie,n)},noSuccessor=["\\smallint"],htmlBuilder$2=(e,t)=>{var y,n,k=!1,L;e.type==="supsub"?(y=e.sup,n=e.sub,L=assertNodeType(e.base,"op"),k=!0):L=assertNodeType(e,"op");var $=t.style,j=!1;$.size===Style$1.DISPLAY.size&&L.symbol&&!utils$5.contains(noSuccessor,L.name)&&(j=!0);var V;if(L.symbol){var z=j?"Size2-Regular":"Size1-Regular",re="";if((L.name==="\\oiint"||L.name==="\\oiiint")&&(re=L.name.slice(1),L.name=re==="oiint"?"\\iint":"\\iiint"),V=buildCommon.makeSymbol(L.name,z,"math",t,["mop","op-symbol",j?"large-op":"small-op"]),re.length>0){var ie=V.italic,oe=buildCommon.staticSvg(re+"Size"+(j?"2":"1"),t);V=buildCommon.makeVList({positionType:"individualShift",children:[{type:"elem",elem:V,shift:0},{type:"elem",elem:oe,shift:j?.08:0}]},t),L.name="\\"+re,V.classes.unshift("mop"),V.italic=ie}}else if(L.body){var ue=buildExpression$1(L.body,t,!0);ue.length===1&&ue[0]instanceof SymbolNode?(V=ue[0],V.classes[0]="mop"):V=buildCommon.makeSpan(["mop"],ue,t)}else{for(var de=[],pe=1;pe<L.name.length;pe++)de.push(buildCommon.mathsym(L.name[pe],L.mode,t));V=buildCommon.makeSpan(["mop"],de,t)}var Ie=0,he=0;return(V instanceof SymbolNode||L.name==="\\oiint"||L.name==="\\oiiint")&&!L.suppressBaseShift&&(Ie=(V.height-V.depth)/2-t.fontMetrics().axisHeight,he=V.italic),k?assembleSupSub(V,y,n,t,$,he,Ie):(Ie&&(V.style.position="relative",V.style.top=makeEm(Ie)),V)},mathmlBuilder$1=(e,t)=>{var y;if(e.symbol)y=new MathNode("mo",[makeText(e.name,e.mode)]),utils$5.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,k=n;return k.length===1&&(k=singleCharBigOps[k]),{type:"op",mode:y.mode,limits:!0,parentIsSupSub:!1,symbol:!0,name:k}},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,k=!1,L;e.type==="supsub"?(y=e.sup,n=e.sub,L=assertNodeType(e.base,"operatorname"),k=!0):L=assertNodeType(e,"operatorname");var $;if(L.body.length>0){for(var j=L.body.map(ie=>{var oe=ie.text;return typeof oe=="string"?{type:"textord",mode:ie.mode,text:oe}:ie}),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/,"*"))}$=buildCommon.makeSpan(["mop"],V,t)}else $=buildCommon.makeSpan(["mop"],[],t);return k?assembleSupSub($,y,n,t,t.style,0,0):$},mathmlBuilder2=(e,t)=>{for(var y=buildExpression2(e.body,t.withFont("mathrm")),n=!0,k=0;k<y.length;k++){var L=y[k];if(!(L instanceof mathMLTree.SpaceNode))if(L instanceof mathMLTree.MathNode)switch(L.type){case"mi":case"mn":case"ms":case"mspace":case"mtext":break;case"mo":{var $=L.children[0];L.children.length===1&&$ instanceof mathMLTree.TextNode?$.text=$.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,k=t[0];return{type:"operatorname",mode:y.mode,body:ordargument(k),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),k=t.fontMetrics().defaultRuleThickness,L=buildCommon.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:y},{type:"kern",size:3*k},{type:"elem",elem:n},{type:"kern",size:k}]},t);return buildCommon.makeSpan(["mord","overline"],[L],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),k=new mathMLTree.MathNode("mpadded",[n]);return k.setAttribute("height","0px"),k.setAttribute("depth","0px"),k}});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),k=new mathMLTree.MathNode("mpadded",[n]);return k.setAttribute("width","0px"),k}});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,k=t[1];return{type:"raisebox",mode:y.mode,dy:n,body:k}},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,k=y[0],L=assertNodeType(t[0],"size"),$=assertNodeType(t[1],"size");return{type:"rule",mode:n.mode,shift:k&&assertNodeType(k,"size").value,width:L.value,height:$.value}},htmlBuilder(e,t){var y=buildCommon.makeSpan(["mord","rule"],[],t),n=calculateSize(e.width,t),k=calculateSize(e.height,t),L=e.shift?calculateSize(e.shift,t):0;return y.style.borderRightWidth=makeEm(n),y.style.borderTopWidth=makeEm(k),y.style.bottom=makeEm(L),y.width=n,y.height=k+L,y.depth=-L,y.maxFontSize=k*1.125*t.sizeMultiplier,y},mathmlBuilder(e,t){var y=calculateSize(e.width,t),n=calculateSize(e.height,t),k=e.shift?calculateSize(e.shift,t):0,L=t.color&&t.getColor()||"black",$=new mathMLTree.MathNode("mspace");$.setAttribute("mathbackground",L),$.setAttribute("width",makeEm(y)),$.setAttribute("height",makeEm(n));var j=new mathMLTree.MathNode("mpadded",[$]);return k>=0?j.setAttribute("height",makeEm(k)):(j.setAttribute("height",makeEm(k)),j.setAttribute("depth",makeEm(-k))),j.setAttribute("voffset",makeEm(k)),j}});function sizingGroup(e,t,y){for(var n=buildExpression$1(e,t,!1),k=t.sizeMultiplier/y.sizeMultiplier,L=0;L<n.length;L++){var $=n[L].classes.indexOf("sizing");$<0?Array.prototype.push.apply(n[L].classes,t.sizingClasses(y)):n[L].classes[$+1]==="reset-size"+t.size&&(n[L].classes[$+1]="reset-size"+y.size),n[L].height*=k,n[L].depth*=k}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:k}=e,L=k.parseExpression(!1,y);return{type:"sizing",mode:k.mode,size:sizeFuncs.indexOf(n)+1,body:L}},htmlBuilder:htmlBuilder2,mathmlBuilder:(e,t)=>{var y=t.havingSize(e.size),n=buildExpression2(e.body,y),k=new mathMLTree.MathNode("mstyle",n);return k.setAttribute("mathsize",makeEm(y.sizeMultiplier)),k}});defineFunction({type:"smash",names:["\\smash"],props:{numArgs:1,numOptionalArgs:1,allowedInText:!0},handler:(e,t,y)=>{var{parser:n}=e,k=!1,L=!1,$=y[0]&&assertNodeType(y[0],"ordgroup");if($)for(var j="",V=0;V<$.body.length;++V){var z=$.body[V];if(j=z.text,j==="t")k=!0;else if(j==="b")L=!0;else{k=!1,L=!1;break}}else k=!0,L=!0;var re=t[0];return{type:"smash",mode:n.mode,body:re,smashHeight:k,smashDepth:L}},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 k=0;k<y.children.length;k++)y.children[k].depth=0;var L=buildCommon.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:y}]},t);return buildCommon.makeSpan(["mord"],[L],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,k=y[0],L=t[0];return{type:"sqrt",mode:n.mode,body:L,index:k}},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(),k=n.defaultRuleThickness,L=k;t.style.id<Style$1.TEXT.id&&(L=t.fontMetrics().xHeight);var $=k+L/4,j=y.height+y.depth+$+k,{span:V,ruleWidth:z,advanceWidth:re}=delimiter.sqrtImage(j,t),ie=V.height-z;ie>y.height+y.depth+$&&($=($+ie-y.height-y.depth)/2);var oe=V.height-y.height-$-z;y.style.paddingLeft=makeEm(re);var ue=buildCommon.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:y,wrapperClasses:["svg-align"]},{type:"kern",size:-(y.height+oe)},{type:"elem",elem:V},{type:"kern",size:z}]},t);if(e.index){var de=t.havingStyle(Style$1.SCRIPTSCRIPT),pe=buildGroup$1(e.index,de,t),Ie=.6*(ue.height-ue.depth),he=buildCommon.makeVList({positionType:"shift",positionData:-Ie,children:[{type:"elem",elem:pe}]},t),Ce=buildCommon.makeSpan(["root"],[he]);return buildCommon.makeSpan(["mord","sqrt"],[Ce,ue],t)}else return buildCommon.makeSpan(["mord","sqrt"],[ue],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:k}=e,L=k.parseExpression(!0,y),$=n.slice(1,n.length-5);return{type:"styling",mode:k.mode,style:$,body:L}},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),k=buildExpression2(e.body,n),L=new mathMLTree.MathNode("mstyle",k),$={display:["0","true"],text:["0","false"],script:["1","false"],scriptscript:["2","false"]},j=$[e.style];return L.setAttribute("scriptlevel",j[0]),L.setAttribute("displaystyle",j[1]),L}});var htmlBuilderDelegate=function(t,y){var n=t.base;if(n)if(n.type==="op"){var k=n.limits&&(y.style.size===Style$1.DISPLAY.size||n.alwaysHandleSupSub);return k?htmlBuilder$2:null}else if(n.type==="operatorname"){var L=n.alwaysHandleSupSub&&(y.style.size===Style$1.DISPLAY.size||n.limits);return L?htmlBuilder$1:null}else{if(n.type==="accent")return utils$5.isCharacterBox(n.base)?htmlBuilder$a:null;if(n.type==="horizBrace"){var $=!t.sub;return $===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:k,sub:L}=e,$=buildGroup$1(n,t),j,V,z=t.fontMetrics(),re=0,ie=0,oe=n&&utils$5.isCharacterBox(n);if(k){var ue=t.havingStyle(t.style.sup());j=buildGroup$1(k,ue,t),oe||(re=$.height-ue.fontMetrics().supDrop*ue.sizeMultiplier/t.sizeMultiplier)}if(L){var de=t.havingStyle(t.style.sub());V=buildGroup$1(L,de,t),oe||(ie=$.depth+de.fontMetrics().subDrop*de.sizeMultiplier/t.sizeMultiplier)}var pe;t.style===Style$1.DISPLAY?pe=z.sup1:t.style.cramped?pe=z.sup3:pe=z.sup2;var Ie=t.sizeMultiplier,he=makeEm(.5/z.ptPerEm/Ie),Ce=null;if(V){var _e=e.base&&e.base.type==="op"&&e.base.name&&(e.base.name==="\\oiint"||e.base.name==="\\oiiint");($ instanceof SymbolNode||_e)&&(Ce=makeEm(-$.italic))}var Ne;if(j&&V){re=Math.max(re,pe,j.depth+.25*z.xHeight),ie=Math.max(ie,z.sub2);var Fe=z.defaultRuleThickness,Ue=4*Fe;if(re-j.depth-(V.height-ie)<Ue){ie=Ue-(re-j.depth)+V.height;var kt=.8*z.xHeight-(re-j.depth);kt>0&&(re+=kt,ie-=kt)}var Et=[{type:"elem",elem:V,shift:ie,marginRight:he,marginLeft:Ce},{type:"elem",elem:j,shift:-re,marginRight:he}];Ne=buildCommon.makeVList({positionType:"individualShift",children:Et},t)}else if(V){ie=Math.max(ie,z.sub1,V.height-.8*z.xHeight);var Ve=[{type:"elem",elem:V,marginLeft:Ce,marginRight:he}];Ne=buildCommon.makeVList({positionType:"shift",positionData:ie,children:Ve},t)}else if(j)re=Math.max(re,pe,j.depth+.25*z.xHeight),Ne=buildCommon.makeVList({positionType:"shift",positionData:-re,children:[{type:"elem",elem:j,marginRight:he}]},t);else throw new Error("supsub must have either sup or sub.");var qe=getTypeOfDomTree($,"right")||"mord";return buildCommon.makeSpan([qe],[$,buildCommon.makeSpan(["msupsub"],[Ne])],t)},mathmlBuilder(e,t){var y=!1,n,k;e.base&&e.base.type==="horizBrace"&&(k=!!e.sup,k===e.base.isOver&&(y=!0,n=e.base.isOver)),e.base&&(e.base.type==="op"||e.base.type==="operatorname")&&(e.base.parentIsSupSub=!0);var L=[buildGroup2(e.base,t)];e.sub&&L.push(buildGroup2(e.sub,t)),e.sup&&L.push(buildGroup2(e.sup,t));var $;if(y)$=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)?$="munderover":$="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)?$="munder":$="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)?$="mover":$="msup"}return new mathMLTree.MathNode($,L)}});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",k;return e.mode==="text"?k=new mathMLTree.MathNode("mtext",[y]):/[0-9]/.test(e.text)?k=new mathMLTree.MathNode("mn",[y]):e.text==="\\prime"?k=new mathMLTree.MathNode("mo",[y]):k=new mathMLTree.MathNode("mi",[y]),n!==defaultVariant[k.type]&&k.setAttribute("mathvariant",n),k}});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,k=t[0];return{type:"text",mode:y.mode,body:ordargument(k),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),k=t.fontMetrics().defaultRuleThickness,L=buildCommon.makeVList({positionType:"top",positionData:y.height,children:[{type:"kern",size:k},{type:"elem",elem:n},{type:"kern",size:3*k},{type:"elem",elem:y}]},t);return buildCommon.makeSpan(["mord","underline"],[L],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,k=.5*(y.height-n-(y.depth+n));return buildCommon.makeVList({positionType:"shift",positionData:k,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=[],k=t.havingStyle(t.style.text()),L=0;L<y.length;L++){var $=y[L];$==="~"&&($="\\textasciitilde"),n.push(buildCommon.makeSymbol($,"Typewriter-Regular",e.mode,k,["mord","texttt"]))}return buildCommon.makeSpan(["mord","text"].concat(k.sizingClasses(t)),buildCommon.tryCombineChars(n),k)},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 k=n[6]||n[3]||(n[2]?"\\ ":" ");if(this.catcodes[k]===14){var L=t.indexOf(`
`,this.tokenRegex.lastIndex);return L===-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=L+1,this.lex()}return new Token(k,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 k=0;k<this.undefStack.length;k++)delete this.undefStack[k][t];this.undefStack.length>0&&(this.undefStack[this.undefStack.length-1][t]=y)}else{var L=this.undefStack[this.undefStack.length-1];L&&!L.hasOwnProperty(t)&&(L[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 k;(k=digitToNumber[e.future().text])!=null&&k<y;)n*=y,n+=k,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 k=n[0].text,L=e.isDefined(k);if(L&&!t)throw new ParseError("\\newcommand{"+k+"} attempting to redefine "+(k+"; use \\renewcommand"));if(!L&&!y)throw new ParseError("\\renewcommand{"+k+"} when command "+k+" does not yet exist; use \\newcommand");var $=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);$=parseInt(j),n=e.consumeArg().tokens}return e.macros.set(k,{tokens:n,numArgs:$}),""};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$5.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,k=t.consumeArg().tokens,L=t.consumeArg().tokens,$=t.macros.get("|"),j=t.macros.get("\\|");t.macros.beginGroup();var V=ie=>oe=>{e&&(oe.macros.set("|",$),k.length&&oe.macros.set("\\|",j));var ue=ie;if(!ie&&k.length){var de=oe.future();de.text==="|"&&(oe.popToken(),ue=!0)}return{tokens:ue?k:n,numArgs:0}};t.macros.set("|",V(!1)),k.length&&t.macros.set("\\|",V(!0));var z=t.consumeArg().tokens,re=t.expandTokens([...L,...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,k;if(t){if(this.consumeSpaces(),this.future().text!=="[")return null;y=this.popToken(),{tokens:k,end:n}=this.consumeArg(["]"])}else({tokens:k,start:y,end:n}=this.consumeArg());return this.pushToken(new Token("EOF",n.loc)),this.pushTokens(k),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 k=this.future(),L,$=0,j=0;do{if(L=this.popToken(),y.push(L),L.text==="{")++$;else if(L.text==="}"){if(--$,$===-1)throw new ParseError("Extra }",L)}else if(L.text==="EOF")throw new ParseError("Unexpected end of input in a macro argument, expected '"+(t&&n?t[j]:"}")+"'",L);if(t&&n)if(($===0||$===1&&t[j]==="{")&&L.text===t[j]){if(++j,j===t.length){y.splice(-j,j);break}}else j=0}while($!==0||n);return k.text==="{"&&y[y.length-1].text==="}"&&(y.pop(),y.shift()),y.reverse(),{tokens:y,start:k,end:L}}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],k=0;k<n.length;k++){var L=this.popToken();if(n[k]!==L.text)throw new ParseError("Use of the macro doesn't match its definition",L)}}for(var $=[],j=0;j<t;j++)$.push(this.consumeArg(y&&y[j+1]).tokens);return $}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,k=y.noexpand?null:this._getExpansion(n);if(k==null||t&&k.unexpandable){if(t&&k==null&&n[0]==="\\"&&!this.isDefined(n))throw new ParseError("Undefined control sequence: "+n);return this.pushToken(y),!1}this.countExpansion(1);var L=k.tokens,$=this.consumeArgs(k.numArgs,k.delimiters);if(k.numArgs){L=L.slice();for(var j=L.length-1;j>=0;--j){var V=L[j];if(V.text==="#"){if(j===0)throw new ParseError("Incomplete placeholder at end of macro body",V);if(V=L[--j],V.text==="#")L.splice(j+1,1);else if(/^[1-9]$/.test(V.text))L.splice(j,2,...$[+V.text-1]);else throw new ParseError("Not a valid argument number",V)}}}return this.pushTokens(L),L.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 k=this.stack.pop();k.treatAsRelax&&(k.noexpand=!1,k.treatAsRelax=!1),y.push(k)}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 k=typeof y=="function"?y(this):y;if(typeof k=="string"){var L=0;if(k.indexOf("#")!==-1)for(var $=k.replace(/##/g,"");$.indexOf("#"+(L+1))!==-1;)++L;for(var j=new Lexer(k,this.settings),V=[],z=j.lex();z.text!=="EOF";)V.push(z),z=j.lex();V.reverse();var re={tokens:V,numArgs:L};return re}return k}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 E1{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 k=this.fetch();if(E1.endOfExpression.indexOf(k.text)!==-1||y&&k.text===y||t&&functions[k.text]&&functions[k.text].infix)break;var L=this.parseAtom(y);if(L){if(L.type==="internal")continue}else break;n.push(L)}return this.mode==="text"&&this.formLigatures(n),this.handleInfixNodes(n)}handleInfixNodes(t){for(var y=-1,n,k=0;k<t.length;k++)if(t[k].type==="infix"){if(y!==-1)throw new ParseError("only one infix operator per group",t[k].token);y=k,n=t[k].replaceWith}if(y!==-1&&n){var L,$,j=t.slice(0,y),V=t.slice(y+1);j.length===1&&j[0].type==="ordgroup"?L=j[0]:L={type:"ordgroup",mode:this.mode,body:j},V.length===1&&V[0].type==="ordgroup"?$=V[0]:$={type:"ordgroup",mode:this.mode,body:V};var z;return n==="\\\\abovefrac"?z=this.callFunction(n,[L,t[y],$],[]):z=this.callFunction(n,[L,$],[]),[z]}else return t}handleSupSubscript(t){var y=this.fetch(),n=y.text;this.consume(),this.consumeSpaces();var k=this.parseGroup(t);if(!k)throw new ParseError("Expected group after '"+n+"'",y);return k}formatUnsupportedCmd(t){for(var y=[],n=0;n<t.length;n++)y.push({type:"textord",mode:"text",text:t[n]});var k={type:"text",mode:this.mode,body:y},L={type:"color",mode:this.mode,color:this.settings.errorColor,body:[k]};return L}parseAtom(t){var y=this.parseGroup("atom",t);if(this.mode==="text")return y;for(var n,k;;){this.consumeSpaces();var L=this.fetch();if(L.text==="\\limits"||L.text==="\\nolimits"){if(y&&y.type==="op"){var $=L.text==="\\limits";y.limits=$,y.alwaysHandleSupSub=!0}else if(y&&y.type==="operatorname")y.alwaysHandleSupSub&&(y.limits=L.text==="\\limits");else throw new ParseError("Limit controls must follow a math operator",L);this.consume()}else if(L.text==="^"){if(n)throw new ParseError("Double superscript",L);n=this.handleSupSubscript("superscript")}else if(L.text==="_"){if(k)throw new ParseError("Double subscript",L);k=this.handleSupSubscript("subscript")}else if(L.text==="'"){if(n)throw new ParseError("Double superscript",L);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[L.text]){var z=unicodeSubRegEx.test(L.text),re=[];for(re.push(new Token(uSubsAndSups[L.text])),this.consume();;){var ie=this.fetch().text;if(!uSubsAndSups[ie]||unicodeSubRegEx.test(ie)!==z)break;re.unshift(new Token(uSubsAndSups[ie])),this.consume()}var oe=this.subparse(re);z?k={type:"ordgroup",mode:"math",body:oe}:n={type:"ordgroup",mode:"math",body:oe}}else break}return n||k?{type:"supsub",mode:this.mode,base:y,sup:n,sub:k}:y}parseFunction(t,y){var n=this.fetch(),k=n.text,L=functions[k];if(!L)return null;if(this.consume(),y&&y!=="atom"&&!L.allowedInArgument)throw new ParseError("Got function '"+k+"' with no arguments"+(y?" as "+y:""),n);if(this.mode==="text"&&!L.allowedInText)throw new ParseError("Can't use function '"+k+"' in text mode",n);if(this.mode==="math"&&L.allowedInMath===!1)throw new ParseError("Can't use function '"+k+"' in math mode",n);var{args:$,optArgs:j}=this.parseArguments(k,L);return this.callFunction(k,$,j,n,t)}callFunction(t,y,n,k,L){var $={funcName:t,parser:this,token:k,breakOnTokenText:L},j=functions[t];if(j&&j.handler)return j.handler($,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;$<n;$++){var j=y.argTypes&&y.argTypes[$],V=$<y.numOptionalArgs;(y.primitive&&j==null||y.type==="sqrt"&&$===1&&L[0]==null)&&(j="primitive");var z=this.parseGroupOfType("argument to '"+t+"'",j,V);if(V)L.push(z);else if(z!=null)k.push(z);else throw new ParseError("Null argument, please report this as a bug")}return{args:k,optArgs:L}}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 k=this.parseArgumentGroup(n,"text");return k!=null?{type:"styling",mode:k.mode,body:[k],style:"text"}:null}case"raw":{var L=this.parseStringGroup("raw",n);return L!=null?{type:"raw",mode:"text",string:L.text}:null}case"primitive":{if(n)throw new ParseError("A primitive argument cannot be optional");var $=this.parseGroup(t);if($==null)throw new ParseError("Expected group as "+t,this.fetch());return $}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="",L;(L=this.fetch()).text!=="EOF";)k+=L.text,this.consume();return this.consume(),n.text=k,n}parseRegexGroup(t,y){for(var n=this.fetch(),k=n,L="",$;($=this.fetch()).text!=="EOF"&&t.test(L+$.text);)k=$,L+=k.text,this.consume();if(L==="")throw new ParseError("Invalid "+y+": '"+n.text+"'",n);return n.range(k,L)}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 k=n[0];return/^[0-9a-f]{6}$/i.test(k)&&(k="#"+k),{type:"color-token",mode:this.mode,color:k}}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 k=/([-+]?) *(\d+(?:\.\d*)?|\.\d+) *([a-z]{2})/.exec(y.text);if(!k)throw new ParseError("Invalid size: '"+y.text+"'",y);var L={number:+(k[1]+k[2]),unit:k[3]};if(!validUnit(L))throw new ParseError("Invalid unit: '"+L.unit+"'",y);return{type:"size",mode:this.mode,value:L,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 k=this.mode;y&&this.switchMode(y),this.gullet.beginGroup();var L=this.parseExpression(!1,"EOF");this.expect("EOF"),this.gullet.endGroup();var $={type:"ordgroup",mode:this.mode,loc:n.loc,body:L};return y&&this.switchMode(k),$}parseGroup(t,y){var n=this.fetch(),k=n.text,L;if(k==="{"||k==="\\begingroup"){this.consume();var $=k==="{"?"}":"\\endgroup";this.gullet.beginGroup();var j=this.parseExpression(!1,$),V=this.fetch();this.expect($),this.gullet.endGroup(),L={type:"ordgroup",mode:this.mode,loc:SourceLocation.range(n,V),body:j,semisimple:k==="\\begingroup"||void 0}}else if(L=this.parseFunction(y,t)||this.parseSymbol(),L==null&&k[0]==="\\"&&!implicitCommands.hasOwnProperty(k)){if(this.settings.throwOnError)throw new ParseError("Undefined control sequence: "+k,n);L=this.formatUnsupportedCmd(k),this.consume()}return L}formLigatures(t){for(var y=t.length-1,n=0;n<y;++n){var k=t[n],L=k.text;L==="-"&&t[n+1].text==="-"&&(n+1<y&&t[n+2].text==="-"?(t.splice(n,3,{type:"textord",mode:"text",loc:SourceLocation.range(k,t[n+2]),text:"---"}),y-=2):(t.splice(n,2,{type:"textord",mode:"text",loc:SourceLocation.range(k,t[n+1]),text:"--"}),y-=1)),(L==="'"||L==="`")&&t[n+1].text===L&&(t.splice(n,2,{type:"textord",mode:"text",loc:SourceLocation.range(k,t[n+1]),text:L+L}),y-=1)}}parseSymbol(){var t=this.fetch(),y=t.text;if(/^\\verb[^a-zA-Z]/.test(y)){this.consume();var n=y.slice(5),k=n.charAt(0)==="*";if(k&&(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:k}}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 L=combiningDiacriticalMarksEndRegex.exec(y);L&&(y=y.substring(0,L.index),y==="i"?y="ı":y==="j"&&(y="ȷ"));var $;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};$=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)),$={type:"textord",mode:"text",loc:SourceLocation.range(t),text:y};else return null;if(this.consume(),L)for(var ie=0;ie<L[0].length;ie++){var oe=L[0][ie];if(!unicodeAccents[oe])throw new ParseError("Unknown accent ' "+oe+"'",t);var ue=unicodeAccents[oe][this.mode]||unicodeAccents[oe].text;if(!ue)throw new ParseError("Accent "+oe+" unsupported in "+this.mode+" mode",t);$={type:"accent",mode:this.mode,loc:SourceLocation.range(t),label:ue,isStretchy:!1,isShifty:!0,base:$}}return $}};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 k=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");k=[{type:"tag",mode:"text",body:k,tag:n.subparse([new Token("\\df@tag")])}]}return k},render=function(t,y,n){y.textContent="";var k=renderToDomTree(t,n).toNode();y.appendChild(k)};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 k=buildCommon.makeSpan(["katex-error"],[new SymbolNode(y)]);return k.setAttribute("title",t.toString()),k.setAttribute("style","color:"+n.errorColor),k},renderToDomTree=function(t,y){var n=new Settings(y);try{var k=parseTree(t,n);return buildTree(k,t,n)}catch(L){return renderError(L,t,n)}},renderToHTMLTree=function(t,y){var n=new Settings(y);try{var k=parseTree(t,n);return buildHTMLTree(k,t,n)}catch(L){return renderError(L,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(k){let L,$=k;for(;$;){if(L=$.indexOf("$"),L===-1)return;if((y?L>-1:L===0||$.charAt(L-1)===" ")&&$.substring(L).match(n))return L;$=$.substring(L+1).replace(/^\$+/,"")}},tokenizer(k,L){const $=k.match(n);if($)return{type:"inlineKatex",raw:$[0],text:$[2].trim(),displayMode:$[1].length===2}},renderer:t}}function blockKatex(e,t){return{name:"blockKatex",level:"block",tokenizer(y,n){const k=y.match(blockRule);if(k)return{type:"blockKatex",raw:k[0],text:k[2].trim(),displayMode:k[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,k=new Map;const L=(V,z)=>Object.assign({},V,z);this.buildTheme=V=>{const z={},re=L(V.BASE,{"font-family":this.opts.fonts,"font-size":this.opts.size});for(const oe in V.inline)if(Object.prototype.hasOwnProperty.call(V.inline,oe)){const ue=V.inline[oe];z[oe]=L(V.BASE,ue)}const ie=L(re,{});for(const oe in V.block)if(Object.prototype.hasOwnProperty.call(V.block,oe)){const ue=V.block[oe];z[oe]=L(ie,ue)}return z};const $=(V,z)=>{const re=[],ie=k[V];if(!ie)return"";for(const oe in ie)re.push(`${oe}:${ie[oe]}`);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 ${$("h4")}>引用链接</h4><p ${$("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=L(this.opts,V)},this.hasFootnotes=()=>y.length!==0,this.getRenderer=V=>{y=[],n=0,k=this.buildTheme(this.opts.theme);const z=new Renderer;return z.heading=(re,ie)=>{switch(ie){case 1:return`<h1 ${$("h1")}>${re}</h1>`;case 2:return`<h2 ${$("h2")}>${re}</h2>`;case 3:return`<h3 ${$("h3")}>${re}</h3>`;default:return`<h4 ${$("h4")}>${re}</h4>`}},z.paragraph=re=>re.includes("<figure")&&re.includes("<img")?re:re.replace(/ /g,"")===""?"":`<p ${$("p")}>${re}</p>`,z.blockquote=re=>(re=re.replace(/<p.*?>/g,`<p ${$("blockquote_p")}>`),`<blockquote ${$("blockquote")}>${re}</blockquote>`),z.code=(re,ie="")=>ie.startsWith("mermaid")?(setTimeout(()=>{var oe;(oe=window.mermaid)==null||oe.run()},0),`<center><pre class="mermaid">${re}</pre></center>`):(ie=ie.split(" ")[0],ie=HighlightJS.getLanguage(ie)?ie:"plaintext",re=HighlightJS.highlight(re,{language:ie}).value,re=re.replace(/\r\n/g,"<br/>").replace(/\n/g,"<br/>").replace(/(>[^<]+)|(^[^<]+)/g,oe=>oe.replace(/\s/g,"&nbsp;")),`<pre class="hljs code__pre" ${$("code_pre")}><code class="language-${ie}" ${$("code")}>${re}</code></pre>`),z.codespan=(re,ie)=>`<code ${$("codespan")}>${re}</code>`,z.listitem=re=>`<li ${$("listitem")}><span><%s/></span>${re}</li>`,z.list=(re,ie,oe)=>{re=re.replace(/<\/*p .*?>/g,"").replace(/<\/*p>/g,"");const ue=re.split("<%s/>");if(!ie)return re=ue.join("• "),`<ul ${$("ul")}>${re}</ul>`;re=ue[0];for(let de=1;de<ue.length;de++)re=`${re+de}. ${ue[de]}`;return`<ol ${$("ol")}>${re}</ol>`},z.image=(re,ie,oe)=>{const pe=(Ce=>Ce?`<figcaption ${$("figcaption")}>${Ce}</figcaption>`:"")(((Ce,_e)=>{switch(localStorage.getItem("legend")){case"alt":return _e;case"title":return Ce;case"alt-title":return _e||Ce;case"title-alt":return Ce||_e;default:return""}})(ie,oe)),Ie=$("figure"),he=$("image");return`<figure ${Ie}><img ${he} src="${re}" title="${ie}" alt="${oe}"/>${pe}</figure>`},z.link=(re,ie,oe)=>{if(re.startsWith("https://mp.weixin.qq.com"))return`<a href="${re}" title="${ie||oe}" ${$("wx_link")}>${oe}</a>`;if(re===oe)return oe;if(V){const ue=j(ie||oe,re);return`<span ${$("link")}>${oe}<sup>[${ue}]</sup></span>`}return`<span ${$("link")}>${oe}</span>`},z.strong=re=>`<strong ${$("strong")}>${re}</strong>`,z.em=re=>`<span style="font-style: italic;">${re}</span>`,z.table=(re,ie)=>`<section style="padding:0 8px;"><table class="preview-table"><thead ${$("thead")}>${re}</thead><tbody>${ie}</tbody></table></section>`,z.tablecell=(re,ie)=>`<td ${$("td")}>${re}</td>`,z.hr=()=>`<hr ${$("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$d={},extendStatics=function(e,t){return extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(y,n){y.__proto__=n}||function(y,n){for(var k in n)Object.prototype.hasOwnProperty.call(n,k)&&(y[k]=n[k])},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,k=arguments.length;n<k;n++){y=arguments[n];for(var L in y)Object.prototype.hasOwnProperty.call(y,L)&&(t[L]=y[L])}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 k=0,n=Object.getOwnPropertySymbols(e);k<n.length;k++)t.indexOf(n[k])<0&&Object.prototype.propertyIsEnumerable.call(e,n[k])&&(y[n[k]]=e[n[k]]);return y}function __decorate(e,t,y,n){var k=arguments.length,L=k<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,y):n,$;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")L=Reflect.decorate(e,t,y,n);else for(var j=e.length-1;j>=0;j--)($=e[j])&&(L=(k<3?$(L):k>3?$(t,y,L):$(t,y))||L);return k>3&&L&&Object.defineProperty(t,y,L),L}function __param(e,t){return function(y,n){t(y,n,e)}}function __esDecorate(e,t,y,n,k,L){function $(he){if(he!==void 0&&typeof he!="function")throw new TypeError("Function expected");return he}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):{}),ie,oe=!1,ue=y.length-1;ue>=0;ue--){var de={};for(var pe in n)de[pe]=pe==="access"?{}:n[pe];for(var pe in n.access)de.access[pe]=n.access[pe];de.addInitializer=function(he){if(oe)throw new TypeError("Cannot add initializers after decoration has completed");L.push($(he||null))};var Ie=(0,y[ue])(j==="accessor"?{get:re.get,set:re.set}:re[V],de);if(j==="accessor"){if(Ie===void 0)continue;if(Ie===null||typeof Ie!="object")throw new TypeError("Object expected");(ie=$(Ie.get))&&(re.get=ie),(ie=$(Ie.set))&&(re.set=ie),(ie=$(Ie.init))&&k.unshift(ie)}else(ie=$(Ie))&&(j==="field"?k.unshift(ie):re[V]=ie)}z&&Object.defineProperty(z,n.name,re),oe=!0}function __runInitializers(e,t,y){for(var n=arguments.length>2,k=0;k<t.length;k++)y=n?t[k].call(e,y):t[k].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(L){return L instanceof y?L:new y(function($){$(L)})}return new(y||(y=Promise))(function(L,$){function j(re){try{z(n.next(re))}catch(ie){$(ie)}}function V(re){try{z(n.throw(re))}catch(ie){$(ie)}}function z(re){re.done?L(re.value):k(re.value).then(j,V)}z((n=n.apply(e,t||[])).next())})}function __generator$8(e,t){var y={label:0,sent:function(){if(L[0]&1)throw L[1];return L[1]},trys:[],ops:[]},n,k,L,$;return $={next:j(0),throw:j(1),return:j(2)},typeof Symbol=="function"&&($[Symbol.iterator]=function(){return this}),$;function j(z){return function(re){return V([z,re])}}function V(z){if(n)throw new TypeError("Generator is already executing.");for(;$&&($=0,z[0]&&(y=0)),y;)try{if(n=1,k&&(L=z[0]&2?k.return:z[0]?k.throw||((L=k.return)&&L.call(k),0):k.next)&&!(L=L.call(k,z[1])).done)return L;switch(k=0,L&&(z=[z[0]&2,L.value]),z[0]){case 0:case 1:L=z;break;case 4:return y.label++,{value:z[1],done:!1};case 5:y.label++,k=z[1],z=[0];continue;case 7:z=y.ops.pop(),y.trys.pop();continue;default:if(L=y.trys,!(L=L.length>0&&L[L.length-1])&&(z[0]===6||z[0]===2)){y=0;continue}if(z[0]===3&&(!L||z[1]>L[0]&&z[1]<L[3])){y.label=z[1];break}if(z[0]===6&&y.label<L[1]){y.label=L[1],L=z;break}if(L&&y.label<L[2]){y.label=L[2],y.ops.push(z);break}L[2]&&y.ops.pop(),y.trys.pop();continue}z=t.call(e,y)}catch(re){z=[6,re],k=0}finally{n=L=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 k=Object.getOwnPropertyDescriptor(t,y);(!k||("get"in k?!t.__esModule:k.writable||k.configurable))&&(k={enumerable:!0,get:function(){return t[y]}}),Object.defineProperty(e,n,k)}: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)&&!(k=n.next()).done;)L.push(k.value)}catch(j){$={error:j}}finally{try{k&&!k.done&&(y=n.return)&&y.call(n)}finally{if($)throw $.error}}return L}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),k=0,t=0;t<y;t++)for(var L=arguments[t],$=0,j=L.length;$<j;$++,k++)n[k]=L[$];return n}function __spreadArray(e,t,y){if(y||arguments.length===2)for(var n=0,k=t.length,L;n<k;n++)(L||!(n in t))&&(L||(L=Array.prototype.slice.call(t,0,n)),L[n]=t[n]);return e.concat(L||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,L=[];return k={},j("next"),j("throw"),j("return",$),k[Symbol.asyncIterator]=function(){return this},k;function $(ue){return function(de){return Promise.resolve(de).then(ue,ie)}}function j(ue,de){n[ue]&&(k[ue]=function(pe){return new Promise(function(Ie,he){L.push([ue,pe,Ie,he])>1||V(ue,pe)})},de&&(k[ue]=de(k[ue])))}function V(ue,de){try{z(n[ue](de))}catch(pe){oe(L[0][3],pe)}}function z(ue){ue.value instanceof __await?Promise.resolve(ue.value.v).then(re,ie):oe(L[0][2],ue)}function re(ue){V("next",ue)}function ie(ue){V("throw",ue)}function oe(ue,de){ue(de),L.shift(),L.length&&V(L[0][0],L[0][1])}}function __asyncDelegator(e){var t,y;return t={},n("next"),n("throw",function(k){throw k}),n("return"),t[Symbol.iterator]=function(){return this},t;function n(k,L){t[k]=e[k]?function($){return(y=!y)?{value:__await(e[k]($)),done:!1}:L?L($):$}:L}}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(L){y[L]=e[L]&&function($){return new Promise(function(j,V){$=e[L]($),k(j,V,$.done,$.value)})}}function k(L,$,j,V){Promise.resolve(V).then(function(z){L({value:z,done:j})},$)}}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,k){if(n==="m")throw new TypeError("Private method is not writable");if(n==="a"&&!k)throw new TypeError("Private accessor was defined without a setter");if(typeof t=="function"?e!==t||!k:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return n==="a"?k.call(e,y):k?k.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,k;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&&(k=n)}if(typeof n!="function")throw new TypeError("Object not disposable.");k&&(n=function(){try{k.call(this)}catch(L){return Promise.reject(L)}}),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 k=n.dispose&&n.dispose.call(n.value);if(n.async)return Promise.resolve(k).then(y,function(L){return t(L),y()})}catch(L){t(L)}}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$6=getAugmentedNamespace(tslib_es6$1);var types$1={},hasRequiredTypes;function requireTypes(){return hasRequiredTypes||(hasRequiredTypes=1,Object.defineProperty(types$1,"__esModule",{value:!0})),types$1}var load={},options={},hasRequiredOptions;function requireOptions(){if(hasRequiredOptions)return options;hasRequiredOptions=1,Object.defineProperty(options,"__esModule",{value:!0}),options.flatten=void 0;var e=require$$0$6,t={xml:!1,decodeEntities:!0};options.default=t;var y={_useHtmlParser2:!0,xmlMode:!0};function n(k){return k!=null&&k.xml?typeof k.xml=="boolean"?y:e.__assign(e.__assign({},y),k.xml):k??void 0}return options.flatten=n,options}var _static={},lib$c={},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 k(oe){const ue=t.slice(y+oe).match(reName);if(!ue)throw new Error(`Expected name, found ${t.slice(y)}`);const[de]=ue;return y+=oe+de.length,unescapeCSS(de)}function L(oe){for(y+=oe;y<t.length&&isWhitespace(t.charCodeAt(y));)y++}function $(){y+=1;const oe=y;let ue=1;for(;ue>0&&y<t.length;y++)t.charCodeAt(y)===40&&!j(y)?ue++:t.charCodeAt(y)===41&&!j(y)&&ue--;if(ue)throw new Error("Parenthesis not matched");return unescapeCSS(t.slice(oe,y-1))}function j(oe){let ue=0;for(;t.charCodeAt(--oe)===92;)ue++;return(ue&1)===1}function V(){if(n.length>0&&isTraversal(n[n.length-1]))throw new Error("Did not expect successive traversals.")}function z(oe){if(n.length>0&&n[n.length-1].type===SelectorType.Descendant){n[n.length-1].type=oe;return}V(),n.push({type:oe})}function re(oe,ue){n.push({type:SelectorType.Attribute,name:oe,action:ue,value:k(1),namespace:null,ignoreCase:"quirks"})}function ie(){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(L(0),t.length===y)return y;e:for(;y<t.length;){const oe=t.charCodeAt(y);switch(oe){case 32:case 9:case 10:case 12:case 13:{(n.length===0||n[0].type!==SelectorType.Descendant)&&(V(),n.push({type:SelectorType.Descendant})),L(1);break}case 62:{z(SelectorType.Child),L(1);break}case 60:{z(SelectorType.Parent),L(1);break}case 126:{z(SelectorType.Sibling),L(1);break}case 43:{z(SelectorType.Adjacent),L(1);break}case 46:{re("class",AttributeAction.Element);break}case 35:{re("id",AttributeAction.Equals);break}case 91:{L(1);let ue,de=null;t.charCodeAt(y)===124?ue=k(1):t.startsWith("*|",y)?(de="*",ue=k(2)):(ue=k(0),t.charCodeAt(y)===124&&t.charCodeAt(y+1)!==61&&(de=ue,ue=k(1))),L(0);let pe=AttributeAction.Exists;const Ie=actionTypes.get(t.charCodeAt(y));if(Ie){if(pe=Ie,t.charCodeAt(y+1)!==61)throw new Error("Expected `=`");L(2)}else t.charCodeAt(y)===61&&(pe=AttributeAction.Equals,L(1));let he="",Ce=null;if(pe!=="exists"){if(isQuote(t.charCodeAt(y))){const Fe=t.charCodeAt(y);let Ue=y+1;for(;Ue<t.length&&(t.charCodeAt(Ue)!==Fe||j(Ue));)Ue+=1;if(t.charCodeAt(Ue)!==Fe)throw new Error("Attribute value didn't end");he=unescapeCSS(t.slice(y+1,Ue)),y=Ue+1}else{const Fe=y;for(;y<t.length&&(!isWhitespace(t.charCodeAt(y))&&t.charCodeAt(y)!==93||j(y));)y+=1;he=unescapeCSS(t.slice(Fe,y))}L(0);const Ne=t.charCodeAt(y)|32;Ne===115?(Ce=!1,L(1)):Ne===105&&(Ce=!0,L(1))}if(t.charCodeAt(y)!==93)throw new Error("Attribute selector didn't terminate");y+=1;const _e={type:SelectorType.Attribute,name:ue,action:pe,value:he,namespace:de,ignoreCase:Ce};n.push(_e);break}case 58:{if(t.charCodeAt(y+1)===58){n.push({type:SelectorType.PseudoElement,name:k(2).toLowerCase(),data:t.charCodeAt(y)===40?$():null});continue}const ue=k(1).toLowerCase();let de=null;if(t.charCodeAt(y)===40)if(unpackPseudos.has(ue)){if(isQuote(t.charCodeAt(y+1)))throw new Error(`Pseudo-selector ${ue} cannot be quoted`);if(de=[],y=parseSelector(de,t,y+1),t.charCodeAt(y)!==41)throw new Error(`Missing closing parenthesis in :${ue} (${t})`);y+=1}else{if(de=$(),stripQuotesFromPseudos.has(ue)){const pe=de.charCodeAt(0);pe===de.charCodeAt(de.length-1)&&isQuote(pe)&&(de=de.slice(1,-1))}de=unescapeCSS(de)}n.push({type:SelectorType.Pseudo,name:ue,data:de});break}case 44:{ie(),n=[],L(1);break}default:{if(t.startsWith("/*",y)){const pe=t.indexOf("*/",y+2);if(pe<0)throw new Error("Comment was not terminated");y=pe+2,n.length===0&&L(0);break}let ue=null,de;if(oe===42)y+=1,de="*";else if(oe===124){if(de="",t.charCodeAt(y+1)===124){z(SelectorType.ColumnCombinator),L(2);break}}else if(reName.test(t.slice(y)))de=k(0);else break e;t.charCodeAt(y)===124&&t.charCodeAt(y+1)!==124&&(ue=de,t.charCodeAt(y+1)===42?(de="*",y+=2):de=k(1)),n.push(de==="*"?{type:SelectorType.Universal,namespace:ue}:{type:SelectorType.Tag,name:de,namespace:ue})}}}return ie(),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$3(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$3(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 k=0;k<e.length;k++)t.has(e.charCodeAt(k))&&(n+=`${e.slice(y,k)}\\${e.charAt(k)}`,y=k+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$3},Symbol.toStringTag,{value:"Module"})),require$$0$5=getAugmentedNamespace(es);var lib$b={},lib$a={},stringify$2={},lib$9={},lib$8={},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$8)),lib$8}var node={},hasRequiredNode;function requireNode(){if(hasRequiredNode)return node;hasRequiredNode=1;var e=commonjsGlobal&&commonjsGlobal.__extends||function(){var Fe=function(Ue,kt){return Fe=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(Et,Ve){Et.__proto__=Ve}||function(Et,Ve){for(var qe in Ve)Object.prototype.hasOwnProperty.call(Ve,qe)&&(Et[qe]=Ve[qe])},Fe(Ue,kt)};return function(Ue,kt){if(typeof kt!="function"&&kt!==null)throw new TypeError("Class extends value "+String(kt)+" is not a constructor or null");Fe(Ue,kt);function Et(){this.constructor=Ue}Ue.prototype=kt===null?Object.create(kt):(Et.prototype=kt.prototype,new Et)}}(),t=commonjsGlobal&&commonjsGlobal.__assign||function(){return t=Object.assign||function(Fe){for(var Ue,kt=1,Et=arguments.length;kt<Et;kt++){Ue=arguments[kt];for(var Ve in Ue)Object.prototype.hasOwnProperty.call(Ue,Ve)&&(Fe[Ve]=Ue[Ve])}return Fe},t.apply(this,arguments)};Object.defineProperty(node,"__esModule",{value:!0}),node.cloneNode=node.hasChildren=node.isDocument=node.isDirective=node.isComment=node.isText=node.isCDATA=node.isTag=node.Element=node.Document=node.NodeWithChildren=node.ProcessingInstruction=node.Comment=node.Text=node.DataNode=node.Node=void 0;var 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]]),k=function(){function Fe(Ue){this.type=Ue,this.parent=null,this.prev=null,this.next=null,this.startIndex=null,this.endIndex=null}return Object.defineProperty(Fe.prototype,"nodeType",{get:function(){var Ue;return(Ue=n.get(this.type))!==null&&Ue!==void 0?Ue:1},enumerable:!1,configurable:!0}),Object.defineProperty(Fe.prototype,"parentNode",{get:function(){return this.parent},set:function(Ue){this.parent=Ue},enumerable:!1,configurable:!0}),Object.defineProperty(Fe.prototype,"previousSibling",{get:function(){return this.prev},set:function(Ue){this.prev=Ue},enumerable:!1,configurable:!0}),Object.defineProperty(Fe.prototype,"nextSibling",{get:function(){return this.next},set:function(Ue){this.next=Ue},enumerable:!1,configurable:!0}),Fe.prototype.cloneNode=function(Ue){return Ue===void 0&&(Ue=!1),_e(this,Ue)},Fe}();node.Node=k;var L=function(Fe){e(Ue,Fe);function Ue(kt,Et){var Ve=Fe.call(this,kt)||this;return Ve.data=Et,Ve}return Object.defineProperty(Ue.prototype,"nodeValue",{get:function(){return this.data},set:function(kt){this.data=kt},enumerable:!1,configurable:!0}),Ue}(k);node.DataNode=L;var $=function(Fe){e(Ue,Fe);function Ue(kt){return Fe.call(this,y.ElementType.Text,kt)||this}return Ue}(L);node.Text=$;var j=function(Fe){e(Ue,Fe);function Ue(kt){return Fe.call(this,y.ElementType.Comment,kt)||this}return Ue}(L);node.Comment=j;var V=function(Fe){e(Ue,Fe);function Ue(kt,Et){var Ve=Fe.call(this,y.ElementType.Directive,Et)||this;return Ve.name=kt,Ve}return Ue}(L);node.ProcessingInstruction=V;var z=function(Fe){e(Ue,Fe);function Ue(kt,Et){var Ve=Fe.call(this,kt)||this;return Ve.children=Et,Ve}return Object.defineProperty(Ue.prototype,"firstChild",{get:function(){var kt;return(kt=this.children[0])!==null&&kt!==void 0?kt:null},enumerable:!1,configurable:!0}),Object.defineProperty(Ue.prototype,"lastChild",{get:function(){return this.children.length>0?this.children[this.children.length-1]:null},enumerable:!1,configurable:!0}),Object.defineProperty(Ue.prototype,"childNodes",{get:function(){return this.children},set:function(kt){this.children=kt},enumerable:!1,configurable:!0}),Ue}(k);node.NodeWithChildren=z;var re=function(Fe){e(Ue,Fe);function Ue(kt){return Fe.call(this,y.ElementType.Root,kt)||this}return Ue}(z);node.Document=re;var ie=function(Fe){e(Ue,Fe);function Ue(kt,Et,Ve,qe){Ve===void 0&&(Ve=[]),qe===void 0&&(qe=kt==="script"?y.ElementType.Script:kt==="style"?y.ElementType.Style:y.ElementType.Tag);var jt=Fe.call(this,qe,Ve)||this;return jt.name=kt,jt.attribs=Et,jt}return Object.defineProperty(Ue.prototype,"tagName",{get:function(){return this.name},set:function(kt){this.name=kt},enumerable:!1,configurable:!0}),Object.defineProperty(Ue.prototype,"attributes",{get:function(){var kt=this;return Object.keys(this.attribs).map(function(Et){var Ve,qe;return{name:Et,value:kt.attribs[Et],namespace:(Ve=kt["x-attribsNamespace"])===null||Ve===void 0?void 0:Ve[Et],prefix:(qe=kt["x-attribsPrefix"])===null||qe===void 0?void 0:qe[Et]}})},enumerable:!1,configurable:!0}),Ue}(z);node.Element=ie;function oe(Fe){return(0,y.isTag)(Fe)}node.isTag=oe;function ue(Fe){return Fe.type===y.ElementType.CDATA}node.isCDATA=ue;function de(Fe){return Fe.type===y.ElementType.Text}node.isText=de;function pe(Fe){return Fe.type===y.ElementType.Comment}node.isComment=pe;function Ie(Fe){return Fe.type===y.ElementType.Directive}node.isDirective=Ie;function he(Fe){return Fe.type===y.ElementType.Root}node.isDocument=he;function Ce(Fe){return Object.prototype.hasOwnProperty.call(Fe,"children")}node.hasChildren=Ce;function _e(Fe,Ue){Ue===void 0&&(Ue=!1);var kt;if(de(Fe))kt=new $(Fe.data);else if(pe(Fe))kt=new j(Fe.data);else if(oe(Fe)){var Et=Ue?Ne(Fe.children):[],Ve=new ie(Fe.name,t({},Fe.attribs),Et);Et.forEach(function(rr){return rr.parent=Ve}),Fe.namespace!=null&&(Ve.namespace=Fe.namespace),Fe["x-attribsNamespace"]&&(Ve["x-attribsNamespace"]=t({},Fe["x-attribsNamespace"])),Fe["x-attribsPrefix"]&&(Ve["x-attribsPrefix"]=t({},Fe["x-attribsPrefix"])),kt=Ve}else if(ue(Fe)){var Et=Ue?Ne(Fe.children):[],qe=new z(y.ElementType.CDATA,Et);Et.forEach(function(ar){return ar.parent=qe}),kt=qe}else if(he(Fe)){var Et=Ue?Ne(Fe.children):[],jt=new re(Et);Et.forEach(function(ar){return ar.parent=jt}),Fe["x-mode"]&&(jt["x-mode"]=Fe["x-mode"]),kt=jt}else if(Ie(Fe)){var tr=new V(Fe.name,Fe.data);Fe["x-name"]!=null&&(tr["x-name"]=Fe["x-name"],tr["x-publicId"]=Fe["x-publicId"],tr["x-systemId"]=Fe["x-systemId"]),kt=tr}else throw new Error("Not implemented yet: ".concat(Fe.type));return kt.startIndex=Fe.startIndex,kt.endIndex=Fe.endIndex,Fe.sourceCodeLocation!=null&&(kt.sourceCodeLocation=Fe.sourceCodeLocation),kt}node.cloneNode=_e;function Ne(Fe){for(var Ue=Fe.map(function(Et){return _e(Et,!0)}),kt=1;kt<Ue.length;kt++)Ue[kt].prev=Ue[kt-1],Ue[kt-1].next=Ue[kt];return Ue}return node}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,ie){ie===void 0&&(ie=re);var oe=Object.getOwnPropertyDescriptor(z,re);(!oe||("get"in oe?!z.__esModule:oe.writable||oe.configurable))&&(oe={enumerable:!0,get:function(){return z[re]}}),Object.defineProperty(V,ie,oe)}:function(V,z,re,ie){ie===void 0&&(ie=re),V[ie]=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(),k=requireNode();y(requireNode(),e);var L=/\s+/g,$={normalizeWhitespace:!1,withStartIndices:!1,withEndIndices:!1,xmlMode:!1},j=function(){function V(z,re,ie){this.dom=[],this.root=new k.Document(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null,typeof re=="function"&&(ie=re,re=$),typeof z=="object"&&(re=z,z=void 0),this.callback=z??null,this.options=re??$,this.elementCB=ie??null}return V.prototype.onparserinit=function(z){this.parser=z},V.prototype.onreset=function(){this.dom=[],this.root=new k.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 ie=this.options.xmlMode?n.ElementType.Tag:void 0,oe=new k.Element(z,re,void 0,ie);this.addNode(oe),this.tagStack.push(oe)},V.prototype.ontext=function(z){var re=this.options.normalizeWhitespace,ie=this.lastNode;if(ie&&ie.type===n.ElementType.Text)re?ie.data=(ie.data+z).replace(L," "):ie.data+=z,this.options.withEndIndices&&(ie.endIndex=this.parser.endIndex);else{re&&(z=z.replace(L," "));var oe=new k.Text(z);this.addNode(oe),this.lastNode=oe}},V.prototype.oncomment=function(z){if(this.lastNode&&this.lastNode.type===n.ElementType.Comment){this.lastNode.data+=z;return}var re=new k.Comment(z);this.addNode(re),this.lastNode=re},V.prototype.oncommentend=function(){this.lastNode=null},V.prototype.oncdatastart=function(){var z=new k.Text(""),re=new k.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 ie=new k.ProcessingInstruction(z,re);this.addNode(ie)},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],ie=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),ie&&(z.prev=ie,ie.next=z),z.parent=re,this.lastNode=null},V}();e.DomHandler=j,e.default=j}(lib$9)),lib$9}var lib$7={},lib$6={},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$1="∅",emptyset$1="∅",EmptySmallSquare$1="◻",emptyv$1="∅",EmptyVerySmallSquare$1="▫",emsp13$1="",emsp14$1="",emsp$1="",ENG$1="Ŋ",eng$1="ŋ",ensp$1="",Eogon$1="Ę",eogon$1="ę",Eopf$1="𝔼",eopf$1="𝕖",epar$1="⋕",eparsl$1="⧣",eplus$1="⩱",epsi$1="ε",Epsilon$1="Ε",epsilon$1="ε",epsiv$1="ϵ",eqcirc$1="≖",eqcolon$1="≕",eqsim$1="≂",eqslantgtr$1="⪖",eqslantless$1="⪕",Equal$1="⩵",equals$1="=",EqualTilde$1="≂",equest$1="≟",Equilibrium$1="⇌",equiv$1="≡",equivDD$1="⩸",eqvparsl$1="⧥",erarr$1="⥱",erDot$1="≓",escr$1="",Escr$1="",esdot$1="≐",Esim$1="⩳",esim$1="≂",Eta$1="Η",eta$1="η",ETH$3="Ð",eth$3="ð",Euml$3="Ë",euml$3="ë",euro$1="€",excl$1="!",exist$1="∃",Exists$1="∃",expectation$1="",exponentiale$1="",ExponentialE$1="",fallingdotseq$1="≒",Fcy$1="Ф",fcy$1="ф",female$1="♀",ffilig$1="ffi",fflig$1="ff",ffllig$1="ffl",Ffr$1="𝔉",ffr$1="𝔣",filig$1="fi",FilledSmallSquare$1="◼",FilledVerySmallSquare$1="▪",fjlig$1="fj",flat$1="♭",fllig$1="fl",fltns$1="▱",fnof$1="ƒ",Fopf$1="𝔽",fopf$1="𝕗",forall$1="∀",ForAll$1="∀",fork$1="⋔",forkv$1="⫙",Fouriertrf$1="",fpartint$1="⨍",frac12$3="½",frac13$1="⅓",frac14$3="¼",frac15$1="⅕",frac16$1="⅙",frac18$1="⅛",frac23$1="⅔",frac25$1="⅖",frac34$3="¾",frac35$1="⅗",frac38$1="⅜",frac45$1="⅘",frac56$1="⅚",frac58$1="⅝",frac78$1="⅞",frasl$1="",frown$1="⌢",fscr$1="𝒻",Fscr$1="",gacute$1="ǵ",Gamma$1="Γ",gamma$1="γ",Gammad$1="Ϝ",gammad$1="ϝ",gap$1="⪆",Gbreve$1="Ğ",gbreve$1="ğ",Gcedil$1="Ģ",Gcirc$1="Ĝ",gcirc$1="ĝ",Gcy$1="Г",gcy$1="г",Gdot$1="Ġ",gdot$1="ġ",ge$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$1="",prnap$1="⪹",prnE$1="⪵",prnsim$1="⋨",prod$1="∏",Product$1="∏",profalar$1="⌮",profline$1="⌒",profsurf$1="⌓",prop$1="∝",Proportional$1="∝",Proportion$1="∷",propto$1="∝",prsim$1="≾",prurel$1="⊰",Pscr$1="𝒫",pscr$1="𝓅",Psi$1="Ψ",psi$1="ψ",puncsp$1="",Qfr$1="𝔔",qfr$1="𝔮",qint$1="⨌",qopf$1="𝕢",Qopf$1="",qprime$1="⁗",Qscr$1="𝒬",qscr$1="𝓆",quaternions$1="",quatint$1="⨖",quest$1="?",questeq$1="≟",quot$5='"',QUOT$3='"',rAarr$1="⇛",race$3="∽̱",Racute$1="Ŕ",racute$1="ŕ",radic$1="√",raemptyv$1="⦳",rang$1="⟩",Rang$1="⟫",rangd$1="⦒",range$3="⦥",rangle$1="⟩",raquo$3="»",rarrap$1="⥵",rarrb$1="⇥",rarrbfs$1="⤠",rarrc$1="⤳",rarr$1="→",Rarr$1="↠",rArr$1="⇒",rarrfs$1="⤞",rarrhk$1="↪",rarrlp$1="↬",rarrpl$1="⥅",rarrsim$1="⥴",Rarrtl$1="⤖",rarrtl$1="↣",rarrw$1="↝",ratail$1="⤚",rAtail$1="⤜",ratio$1="",rationals$1="",rbarr$1="⤍",rBarr$1="⤏",RBarr$1="⤐",rbbrk$1="",rbrace$1="}",rbrack$1="]",rbrke$1="⦌",rbrksld$1="⦎",rbrkslu$1="⦐",Rcaron$1="Ř",rcaron$1="ř",Rcedil$1="Ŗ",rcedil$1="ŗ",rceil$1="⌉",rcub$1="}",Rcy$1="Р",rcy$1="р",rdca$1="⤷",rdldhar$1="⥩",rdquo$1="”",rdquor$1="”",rdsh$1="↳",real$1="",realine$1="",realpart$1="",reals$1="",Re$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$2={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$1,emptyset:emptyset$1,EmptySmallSquare:EmptySmallSquare$1,emptyv:emptyv$1,EmptyVerySmallSquare:EmptyVerySmallSquare$1,emsp13:emsp13$1,emsp14:emsp14$1,emsp:emsp$1,ENG:ENG$1,eng:eng$1,ensp:ensp$1,Eogon:Eogon$1,eogon:eogon$1,Eopf:Eopf$1,eopf:eopf$1,epar:epar$1,eparsl:eparsl$1,eplus:eplus$1,epsi:epsi$1,Epsilon:Epsilon$1,epsilon:epsilon$1,epsiv:epsiv$1,eqcirc:eqcirc$1,eqcolon:eqcolon$1,eqsim:eqsim$1,eqslantgtr:eqslantgtr$1,eqslantless:eqslantless$1,Equal:Equal$1,equals:equals$1,EqualTilde:EqualTilde$1,equest:equest$1,Equilibrium:Equilibrium$1,equiv:equiv$1,equivDD:equivDD$1,eqvparsl:eqvparsl$1,erarr:erarr$1,erDot:erDot$1,escr:escr$1,Escr:Escr$1,esdot:esdot$1,Esim:Esim$1,esim:esim$1,Eta:Eta$1,eta:eta$1,ETH:ETH$3,eth:eth$3,Euml:Euml$3,euml:euml$3,euro:euro$1,excl:excl$1,exist:exist$1,Exists:Exists$1,expectation:expectation$1,exponentiale:exponentiale$1,ExponentialE:ExponentialE$1,fallingdotseq:fallingdotseq$1,Fcy:Fcy$1,fcy:fcy$1,female:female$1,ffilig:ffilig$1,fflig:fflig$1,ffllig:ffllig$1,Ffr:Ffr$1,ffr:ffr$1,filig:filig$1,FilledSmallSquare:FilledSmallSquare$1,FilledVerySmallSquare:FilledVerySmallSquare$1,fjlig:fjlig$1,flat:flat$1,fllig:fllig$1,fltns:fltns$1,fnof:fnof$1,Fopf:Fopf$1,fopf:fopf$1,forall:forall$1,ForAll:ForAll$1,fork:fork$1,forkv:forkv$1,Fouriertrf:Fouriertrf$1,fpartint:fpartint$1,frac12:frac12$3,frac13:frac13$1,frac14:frac14$3,frac15:frac15$1,frac16:frac16$1,frac18:frac18$1,frac23:frac23$1,frac25:frac25$1,frac34:frac34$3,frac35:frac35$1,frac38:frac38$1,frac45:frac45$1,frac56:frac56$1,frac58:frac58$1,frac78:frac78$1,frasl:frasl$1,frown:frown$1,fscr:fscr$1,Fscr:Fscr$1,gacute:gacute$1,Gamma:Gamma$1,gamma:gamma$1,Gammad:Gammad$1,gammad:gammad$1,gap:gap$1,Gbreve:Gbreve$1,gbreve:gbreve$1,Gcedil:Gcedil$1,Gcirc:Gcirc$1,gcirc:gcirc$1,Gcy:Gcy$1,gcy:gcy$1,Gdot:Gdot$1,gdot:gdot$1,ge:ge$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$1,prnap:prnap$1,prnE:prnE$1,prnsim:prnsim$1,prod:prod$1,Product:Product$1,profalar:profalar$1,profline:profline$1,profsurf:profsurf$1,prop:prop$1,Proportional:Proportional$1,Proportion:Proportion$1,propto:propto$1,prsim:prsim$1,prurel:prurel$1,Pscr:Pscr$1,pscr:pscr$1,Psi:Psi$1,psi:psi$1,puncsp:puncsp$1,Qfr:Qfr$1,qfr:qfr$1,qint:qint$1,qopf:qopf$1,Qopf:Qopf$1,qprime:qprime$1,Qscr:Qscr$1,qscr:qscr$1,quaternions:quaternions$1,quatint:quatint$1,quest:quest$1,questeq:questeq$1,quot:quot$5,QUOT:QUOT$3,rAarr:rAarr$1,race:race$3,Racute:Racute$1,racute:racute$1,radic:radic$1,raemptyv:raemptyv$1,rang:rang$1,Rang:Rang$1,rangd:rangd$1,range:range$3,rangle:rangle$1,raquo:raquo$3,rarrap:rarrap$1,rarrb:rarrb$1,rarrbfs:rarrbfs$1,rarrc:rarrc$1,rarr:rarr$1,Rarr:Rarr$1,rArr:rArr$1,rarrfs:rarrfs$1,rarrhk:rarrhk$1,rarrlp:rarrlp$1,rarrpl:rarrpl$1,rarrsim:rarrsim$1,Rarrtl:Rarrtl$1,rarrtl:rarrtl$1,rarrw:rarrw$1,ratail:ratail$1,rAtail:rAtail$1,ratio:ratio$1,rationals:rationals$1,rbarr:rbarr$1,rBarr:rBarr$1,RBarr:RBarr$1,rbbrk:rbbrk$1,rbrace:rbrace$1,rbrack:rbrack$1,rbrke:rbrke$1,rbrksld:rbrksld$1,rbrkslu:rbrkslu$1,Rcaron:Rcaron$1,rcaron:rcaron$1,Rcedil:Rcedil$1,rcedil:rcedil$1,rceil:rceil$1,rcub:rcub$1,Rcy:Rcy$1,rcy:rcy$1,rdca:rdca$1,rdldhar:rdldhar$1,rdquo:rdquo$1,rdquor:rdquor$1,rdsh:rdsh$1,real:real$1,realine:realine$1,realpart:realpart$1,reals:reals$1,Re:Re$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$1={Aacute:Aacute$2,aacute:aacute$2,Acirc:Acirc$2,acirc:acirc$2,acute:acute$2,AElig:AElig$2,aelig:aelig$2,Agrave:Agrave$2,agrave:agrave$2,amp:amp$4,AMP:AMP$2,Aring:Aring$2,aring:aring$2,Atilde:Atilde$2,atilde:atilde$2,Auml:Auml$2,auml:auml$2,brvbar:brvbar$2,Ccedil:Ccedil$2,ccedil:ccedil$2,cedil:cedil$2,cent:cent$2,copy:copy$2,COPY:COPY$2,curren:curren$2,deg:deg$2,divide:divide$2,Eacute:Eacute$2,eacute:eacute$2,Ecirc:Ecirc$2,ecirc:ecirc$2,Egrave:Egrave$2,egrave:egrave$2,ETH:ETH$2,eth:eth$2,Euml:Euml$2,euml:euml$2,frac12:frac12$2,frac14:frac14$2,frac34:frac34$2,gt:gt$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$4={amp:amp$3,apos:apos$2,gt:gt$3,lt:lt$3,quot:quot$3};var decode_codepoint$1={};const require$$0$3={0:65533,128:8364,130:8218,131:402,132:8222,133:8230,134:8224,135:8225,136:710,137:8240,138:352,139:8249,140:338,142:381,145:8216,146:8217,147:8220,148:8221,149:8226,150:8211,151:8212,152:732,153:8482,154:353,155:8250,156:339,158:382,159:376};var hasRequiredDecode_codepoint$1;function requireDecode_codepoint$1(){if(hasRequiredDecode_codepoint$1)return decode_codepoint$1;hasRequiredDecode_codepoint$1=1;var e=commonjsGlobal&&commonjsGlobal.__importDefault||function(k){return k&&k.__esModule?k:{default:k}};Object.defineProperty(decode_codepoint$1,"__esModule",{value:!0});var t=e(require$$0$3),y=String.fromCodePoint||function(k){var L="";return k>65535&&(k-=65536,L+=String.fromCharCode(k>>>10&1023|55296),k=56320|k&1023),L+=String.fromCharCode(k),L};function n(k){return k>=55296&&k<=57343||k>1114111?"<22>":(k in t.default&&(k=t.default[k]),y(k))}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$2),y=e(require$$1$1),n=e(require$$0$4),k=e(requireDecode_codepoint$1()),L=/&(?:[a-zA-Z0-9]+|#[xX][\da-fA-F]+|#\d+);/g;decode$1.decodeXML=$(n.default),decode$1.decodeHTMLStrict=$(t.default);function $(z){var re=V(z);return function(ie){return String(ie).replace(L,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),ie=0,oe=0;ie<re.length;ie++)z[oe]===re[ie]?(re[ie]+=";?",oe++):re[ie]+=";";var ue=new RegExp("&(?:"+re.join("|")+"|#[xX][\\da-fA-F]+;?|#\\d+;?)","g"),de=V(t.default);function pe(Ie){return Ie.substr(-1)!==";"&&(Ie+=";"),de(Ie)}return function(Ie){return String(Ie).replace(ue,pe)}}();function V(z){return function(ie){if(ie.charAt(1)==="#"){var oe=ie.charAt(2);return oe==="X"||oe==="x"?k.default(parseInt(ie.substr(3),16)):k.default(parseInt(ie.substr(2),10))}return z[ie.slice(1,-1)]||ie}}return decode$1}var encode$3={},hasRequiredEncode;function requireEncode(){if(hasRequiredEncode)return encode$3;hasRequiredEncode=1;var e=commonjsGlobal&&commonjsGlobal.__importDefault||function(he){return he&&he.__esModule?he:{default:he}};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$4),y=j(t.default),n=V(y);encode$3.encodeXML=Ie(y);var k=e(require$$1$2),L=j(k.default),$=V(L);encode$3.encodeHTML=oe(L,$),encode$3.encodeNonAsciiHTML=Ie(L);function j(he){return Object.keys(he).sort().reduce(function(Ce,_e){return Ce[he[_e]]="&"+_e+";",Ce},{})}function V(he){for(var Ce=[],_e=[],Ne=0,Fe=Object.keys(he);Ne<Fe.length;Ne++){var Ue=Fe[Ne];Ue.length===1?Ce.push("\\"+Ue):_e.push(Ue)}Ce.sort();for(var kt=0;kt<Ce.length-1;kt++){for(var Et=kt;Et<Ce.length-1&&Ce[Et].charCodeAt(1)+1===Ce[Et+1].charCodeAt(1);)Et+=1;var Ve=1+Et-kt;Ve<3||Ce.splice(kt,Ve,Ce[kt]+"-"+Ce[Et])}return _e.unshift("["+Ce.join("")+"]"),new RegExp(_e.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(he){return he.codePointAt(0)}:function(he){return(he.charCodeAt(0)-55296)*1024+he.charCodeAt(1)-56320+65536};function ie(he){return"&#x"+(he.length>1?re(he):he.charCodeAt(0)).toString(16).toUpperCase()+";"}function oe(he,Ce){return function(_e){return _e.replace(Ce,function(Ne){return he[Ne]}).replace(z,ie)}}var ue=new RegExp(n.source+"|"+z.source,"g");function de(he){return he.replace(ue,ie)}encode$3.escape=de;function pe(he){return he.replace(n,ie)}encode$3.escapeUTF8=pe;function Ie(he){return function(Ce){return Ce.replace(ue,function(_e){return he[_e]||ie(_e)})}}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 k(V,z){return(!z||z<=0?t.decodeXML:t.decodeHTMLStrict)(V)}e.decodeStrict=k;function L(V,z){return(!z||z<=0?y.encodeXML:y.encodeHTML)(V)}e.encode=L;var $=requireEncode();Object.defineProperty(e,"encodeXML",{enumerable:!0,get:function(){return $.encodeXML}}),Object.defineProperty(e,"encodeHTML",{enumerable:!0,get:function(){return $.encodeHTML}}),Object.defineProperty(e,"encodeNonAsciiHTML",{enumerable:!0,get:function(){return $.encodeNonAsciiHTML}}),Object.defineProperty(e,"escape",{enumerable:!0,get:function(){return $.escape}}),Object.defineProperty(e,"escapeUTF8",{enumerable:!0,get:function(){return $.escapeUTF8}}),Object.defineProperty(e,"encodeHTML4",{enumerable:!0,get:function(){return $.encodeHTML}}),Object.defineProperty(e,"encodeHTML5",{enumerable:!0,get:function(){return $.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$6)),lib$6}var foreignNames={},hasRequiredForeignNames;function requireForeignNames(){return hasRequiredForeignNames||(hasRequiredForeignNames=1,Object.defineProperty(foreignNames,"__esModule",{value:!0}),foreignNames.attributeNames=foreignNames.elementNames=void 0,foreignNames.elementNames=new Map([["altglyph","altGlyph"],["altglyphdef","altGlyphDef"],["altglyphitem","altGlyphItem"],["animatecolor","animateColor"],["animatemotion","animateMotion"],["animatetransform","animateTransform"],["clippath","clipPath"],["feblend","feBlend"],["fecolormatrix","feColorMatrix"],["fecomponenttransfer","feComponentTransfer"],["fecomposite","feComposite"],["feconvolvematrix","feConvolveMatrix"],["fediffuselighting","feDiffuseLighting"],["fedisplacementmap","feDisplacementMap"],["fedistantlight","feDistantLight"],["fedropshadow","feDropShadow"],["feflood","feFlood"],["fefunca","feFuncA"],["fefuncb","feFuncB"],["fefuncg","feFuncG"],["fefuncr","feFuncR"],["fegaussianblur","feGaussianBlur"],["feimage","feImage"],["femerge","feMerge"],["femergenode","feMergeNode"],["femorphology","feMorphology"],["feoffset","feOffset"],["fepointlight","fePointLight"],["fespecularlighting","feSpecularLighting"],["fespotlight","feSpotLight"],["fetile","feTile"],["feturbulence","feTurbulence"],["foreignobject","foreignObject"],["glyphref","glyphRef"],["lineargradient","linearGradient"],["radialgradient","radialGradient"],["textpath","textPath"]]),foreignNames.attributeNames=new Map([["definitionurl","definitionURL"],["attributename","attributeName"],["attributetype","attributeType"],["basefrequency","baseFrequency"],["baseprofile","baseProfile"],["calcmode","calcMode"],["clippathunits","clipPathUnits"],["diffuseconstant","diffuseConstant"],["edgemode","edgeMode"],["filterunits","filterUnits"],["glyphref","glyphRef"],["gradienttransform","gradientTransform"],["gradientunits","gradientUnits"],["kernelmatrix","kernelMatrix"],["kernelunitlength","kernelUnitLength"],["keypoints","keyPoints"],["keysplines","keySplines"],["keytimes","keyTimes"],["lengthadjust","lengthAdjust"],["limitingconeangle","limitingConeAngle"],["markerheight","markerHeight"],["markerunits","markerUnits"],["markerwidth","markerWidth"],["maskcontentunits","maskContentUnits"],["maskunits","maskUnits"],["numoctaves","numOctaves"],["pathlength","pathLength"],["patterncontentunits","patternContentUnits"],["patterntransform","patternTransform"],["patternunits","patternUnits"],["pointsatx","pointsAtX"],["pointsaty","pointsAtY"],["pointsatz","pointsAtZ"],["preservealpha","preserveAlpha"],["preserveaspectratio","preserveAspectRatio"],["primitiveunits","primitiveUnits"],["refx","refX"],["refy","refY"],["repeatcount","repeatCount"],["repeatdur","repeatDur"],["requiredextensions","requiredExtensions"],["requiredfeatures","requiredFeatures"],["specularconstant","specularConstant"],["specularexponent","specularExponent"],["spreadmethod","spreadMethod"],["startoffset","startOffset"],["stddeviation","stdDeviation"],["stitchtiles","stitchTiles"],["surfacescale","surfaceScale"],["systemlanguage","systemLanguage"],["tablevalues","tableValues"],["targetx","targetX"],["targety","targetY"],["textlength","textLength"],["viewbox","viewBox"],["viewtarget","viewTarget"],["xchannelselector","xChannelSelector"],["ychannelselector","yChannelSelector"],["zoomandpan","zoomAndPan"]])),foreignNames}var hasRequiredLib$8;function requireLib$8(){if(hasRequiredLib$8)return lib$7;hasRequiredLib$8=1;var e=commonjsGlobal&&commonjsGlobal.__assign||function(){return e=Object.assign||function(_e){for(var Ne,Fe=1,Ue=arguments.length;Fe<Ue;Fe++){Ne=arguments[Fe];for(var kt in Ne)Object.prototype.hasOwnProperty.call(Ne,kt)&&(_e[kt]=Ne[kt])}return _e},e.apply(this,arguments)},t=commonjsGlobal&&commonjsGlobal.__createBinding||(Object.create?function(_e,Ne,Fe,Ue){Ue===void 0&&(Ue=Fe),Object.defineProperty(_e,Ue,{enumerable:!0,get:function(){return Ne[Fe]}})}:function(_e,Ne,Fe,Ue){Ue===void 0&&(Ue=Fe),_e[Ue]=Ne[Fe]}),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 Fe in _e)Fe!=="default"&&Object.prototype.hasOwnProperty.call(_e,Fe)&&t(Ne,_e,Fe);return y(Ne,_e),Ne};Object.defineProperty(lib$7,"__esModule",{value:!0});var k=n(requireLib$b()),L=requireLib$9(),$=requireForeignNames(),j=new Set(["style","script","xmp","iframe","noembed","noframes","plaintext","noscript"]);function V(_e,Ne){if(_e)return Object.keys(_e).map(function(Fe){var Ue,kt,Et=(Ue=_e[Fe])!==null&&Ue!==void 0?Ue:"";return Ne.xmlMode==="foreign"&&(Fe=(kt=$.attributeNames.get(Fe))!==null&&kt!==void 0?kt:Fe),!Ne.emptyAttrs&&!Ne.xmlMode&&Et===""?Fe:Fe+'="'+(Ne.decodeEntities!==!1?L.encodeXML(Et):Et.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(_e,Ne){Ne===void 0&&(Ne={});for(var Fe=("length"in _e)?_e:[_e],Ue="",kt=0;kt<Fe.length;kt++)Ue+=ie(Fe[kt],Ne);return Ue}lib$7.default=re;function ie(_e,Ne){switch(_e.type){case k.Root:return re(_e.children,Ne);case k.Directive:case k.Doctype:return pe(_e);case k.Comment:return Ce(_e);case k.CDATA:return he(_e);case k.Script:case k.Style:case k.Tag:return de(_e,Ne);case k.Text:return Ie(_e,Ne)}}var oe=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignObject","desc","title"]),ue=new Set(["svg","math"]);function de(_e,Ne){var Fe;Ne.xmlMode==="foreign"&&(_e.name=(Fe=$.elementNames.get(_e.name))!==null&&Fe!==void 0?Fe:_e.name,_e.parent&&oe.has(_e.parent.name)&&(Ne=e(e({},Ne),{xmlMode:!1}))),!Ne.xmlMode&&ue.has(_e.name)&&(Ne=e(e({},Ne),{xmlMode:"foreign"}));var Ue="<"+_e.name,kt=V(_e.attribs,Ne);return kt&&(Ue+=" "+kt),_e.children.length===0&&(Ne.xmlMode?Ne.selfClosingTags!==!1:Ne.selfClosingTags&&z.has(_e.name))?(Ne.xmlMode||(Ue+=" "),Ue+="/>"):(Ue+=">",_e.children.length>0&&(Ue+=re(_e.children,Ne)),(Ne.xmlMode||!z.has(_e.name))&&(Ue+="</"+_e.name+">")),Ue}function pe(_e){return"<"+_e.data+">"}function Ie(_e,Ne){var Fe=_e.data||"";return Ne.decodeEntities!==!1&&!(!Ne.xmlMode&&_e.parent&&j.has(_e.parent.name))&&(Fe=L.encodeXML(Fe)),Fe}function he(_e){return"<![CDATA["+_e.children[0].data+"]]>"}function Ce(_e){return"<!--"+_e.data+"-->"}return lib$7}var hasRequiredStringify;function requireStringify(){if(hasRequiredStringify)return stringify$2;hasRequiredStringify=1;var e=commonjsGlobal&&commonjsGlobal.__importDefault||function(z){return z&&z.__esModule?z:{default:z}};Object.defineProperty(stringify$2,"__esModule",{value:!0}),stringify$2.innerText=stringify$2.textContent=stringify$2.getText=stringify$2.getInnerHTML=stringify$2.getOuterHTML=void 0;var t=requireLib$a(),y=e(requireLib$8()),n=requireLib$b();function k(z,re){return(0,y.default)(z,re)}stringify$2.getOuterHTML=k;function L(z,re){return(0,t.hasChildren)(z)?z.children.map(function(ie){return k(ie,re)}).join(""):""}stringify$2.getInnerHTML=L;function $(z){return Array.isArray(z)?z.map($).join(""):(0,t.isTag)(z)?z.name==="br"?`
`:$(z.children):(0,t.isCDATA)(z)?$(z.children):(0,t.isText)(z)?z.data:""}stringify$2.getText=$;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$2.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$2.innerText=V,stringify$2}var traversal={},hasRequiredTraversal;function requireTraversal(){if(hasRequiredTraversal)return traversal;hasRequiredTraversal=1,Object.defineProperty(traversal,"__esModule",{value:!0}),traversal.prevElementSibling=traversal.nextElementSibling=traversal.getName=traversal.hasAttrib=traversal.getAttributeValue=traversal.getSiblings=traversal.getParent=traversal.getChildren=void 0;var e=requireLib$a(),t=[];function y(re){var ie;return(ie=re.children)!==null&&ie!==void 0?ie:t}traversal.getChildren=y;function n(re){return re.parent||null}traversal.getParent=n;function k(re){var ie,oe,ue=n(re);if(ue!=null)return y(ue);for(var de=[re],pe=re.prev,Ie=re.next;pe!=null;)de.unshift(pe),ie=pe,pe=ie.prev;for(;Ie!=null;)de.push(Ie),oe=Ie,Ie=oe.next;return de}traversal.getSiblings=k;function L(re,ie){var oe;return(oe=re.attribs)===null||oe===void 0?void 0:oe[ie]}traversal.getAttributeValue=L;function $(re,ie){return re.attribs!=null&&Object.prototype.hasOwnProperty.call(re.attribs,ie)&&re.attribs[ie]!=null}traversal.hasAttrib=$;function j(re){return re.name}traversal.getName=j;function V(re){for(var ie,oe=re.next;oe!==null&&!(0,e.isTag)(oe);)ie=oe,oe=ie.next;return oe}traversal.nextElementSibling=V;function z(re){for(var ie,oe=re.prev;oe!==null&&!(0,e.isTag)(oe);)ie=oe,oe=ie.prev;return oe}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($){if($.prev&&($.prev.next=$.next),$.next&&($.next.prev=$.prev),$.parent){var j=$.parent.children;j.splice(j.lastIndexOf($),1)}}manipulation$1.removeElement=e;function t($,j){var V=j.prev=$.prev;V&&(V.next=j);var z=j.next=$.next;z&&(z.prev=j);var re=j.parent=$.parent;if(re){var ie=re.children;ie[ie.lastIndexOf($)]=j}}manipulation$1.replaceElement=t;function y($,j){if(e(j),j.next=null,j.parent=$,$.children.push(j)>1){var V=$.children[$.children.length-2];V.next=j,j.prev=V}else j.prev=null}manipulation$1.appendChild=y;function n($,j){e(j);var V=$.parent,z=$.next;if(j.next=z,j.prev=$,$.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 k($,j){if(e(j),j.parent=$,j.prev=null,$.children.unshift(j)!==1){var V=$.children[1];V.prev=j,j.next=V}else j.next=null}manipulation$1.prependChild=k;function L($,j){e(j);var V=$.parent;if(V){var z=V.children;z.splice(z.indexOf($),0,j)}$.prev&&($.prev.next=j),j.parent=V,j.prev=$.prev,j.next=$,$.prev=j}return manipulation$1.prepend=L,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 ie=[],oe=0,ue=V;oe<ue.length;oe++){var de=ue[oe];if(j(de)&&(ie.push(de),--re<=0))break;if(z&&(0,e.hasChildren)(de)&&de.children.length>0){var pe=y(j,de.children,z,re);if(ie.push.apply(ie,pe),re-=pe.length,re<=0)break}}return ie}querying.find=y;function n(j,V){return V.find(j)}querying.findOneChild=n;function k(j,V,z){z===void 0&&(z=!0);for(var re=null,ie=0;ie<V.length&&!re;ie++){var oe=V[ie];if((0,e.isTag)(oe))j(oe)?re=oe:z&&oe.children.length>0&&(re=k(j,oe.children));else continue}return re}querying.findOne=k;function L(j,V){return V.some(function(z){return(0,e.isTag)(z)&&(j(z)||z.children.length>0&&L(j,z.children))})}querying.existsOne=L;function $(j,V){for(var z,re=[],ie=V.filter(e.isTag),oe;oe=ie.shift();){var ue=(z=oe.children)===null||z===void 0?void 0:z.filter(e.isTag);ue&&ue.length>0&&ie.unshift.apply(ie,ue),j(oe)&&re.push(oe)}return re}return querying.findAll=$,querying}var legacy={},hasRequiredLegacy;function requireLegacy(){if(hasRequiredLegacy)return legacy;hasRequiredLegacy=1,Object.defineProperty(legacy,"__esModule",{value:!0}),legacy.getElementsByTagType=legacy.getElementsByTagName=legacy.getElementById=legacy.getElements=legacy.testElement=void 0;var e=requireLib$a(),t=requireQuerying(),y={tag_name:function(ie){return typeof ie=="function"?function(oe){return(0,e.isTag)(oe)&&ie(oe.name)}:ie==="*"?e.isTag:function(oe){return(0,e.isTag)(oe)&&oe.name===ie}},tag_type:function(ie){return typeof ie=="function"?function(oe){return ie(oe.type)}:function(oe){return oe.type===ie}},tag_contains:function(ie){return typeof ie=="function"?function(oe){return(0,e.isText)(oe)&&ie(oe.data)}:function(oe){return(0,e.isText)(oe)&&oe.data===ie}}};function n(ie,oe){return typeof oe=="function"?function(ue){return(0,e.isTag)(ue)&&oe(ue.attribs[ie])}:function(ue){return(0,e.isTag)(ue)&&ue.attribs[ie]===oe}}function k(ie,oe){return function(ue){return ie(ue)||oe(ue)}}function L(ie){var oe=Object.keys(ie).map(function(ue){var de=ie[ue];return Object.prototype.hasOwnProperty.call(y,ue)?y[ue](de):n(ue,de)});return oe.length===0?null:oe.reduce(k)}function $(ie,oe){var ue=L(ie);return ue?ue(oe):!0}legacy.testElement=$;function j(ie,oe,ue,de){de===void 0&&(de=1/0);var pe=L(ie);return pe?(0,t.filter)(pe,oe,ue,de):[]}legacy.getElements=j;function V(ie,oe,ue){return ue===void 0&&(ue=!0),Array.isArray(oe)||(oe=[oe]),(0,t.findOne)(n("id",ie),oe,ue)}legacy.getElementById=V;function z(ie,oe,ue,de){return ue===void 0&&(ue=!0),de===void 0&&(de=1/0),(0,t.filter)(y.tag_name(ie),oe,ue,de)}legacy.getElementsByTagName=z;function re(ie,oe,ue,de){return ue===void 0&&(ue=!0),de===void 0&&(de=1/0),(0,t.filter)(y.tag_type(ie),oe,ue,de)}return legacy.getElementsByTagType=re,legacy}var helpers$1={},hasRequiredHelpers$1;function requireHelpers$1(){if(hasRequiredHelpers$1)return helpers$1;hasRequiredHelpers$1=1,Object.defineProperty(helpers$1,"__esModule",{value:!0}),helpers$1.uniqueSort=helpers$1.compareDocumentPosition=helpers$1.removeSubsets=void 0;var e=requireLib$a();function t(k){for(var L=k.length;--L>=0;){var $=k[L];if(L>0&&k.lastIndexOf($,L-1)>=0){k.splice(L,1);continue}for(var j=$.parent;j;j=j.parent)if(k.includes(j)){k.splice(L,1);break}}return k}helpers$1.removeSubsets=t;function y(k,L){var $=[],j=[];if(k===L)return 0;for(var V=(0,e.hasChildren)(k)?k:k.parent;V;)$.unshift(V),V=V.parent;for(V=(0,e.hasChildren)(L)?L:L.parent;V;)j.unshift(V),V=V.parent;for(var z=Math.min($.length,j.length),re=0;re<z&&$[re]===j[re];)re++;if(re===0)return 1;var ie=$[re-1],oe=ie.children,ue=$[re],de=j[re];return oe.indexOf(ue)>oe.indexOf(de)?ie===L?20:4:ie===k?10:2}helpers$1.compareDocumentPosition=y;function n(k){return k=k.filter(function(L,$,j){return!j.includes(L,$+1)}),k.sort(function(L,$){var j=y(L,$);return j&2?-1:j&4?1:0}),k}return helpers$1.uniqueSort=n,helpers$1}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(oe){var ue=V(ie,oe);return ue?ue.name==="feed"?n(ue):k(ue):null}feeds.getFeed=y;function n(oe){var ue,de=oe.children,pe={type:"atom",items:(0,t.getElementsByTagName)("entry",de).map(function(Ce){var _e,Ne=Ce.children,Fe={media:j(Ne)};re(Fe,"id","id",Ne),re(Fe,"title","title",Ne);var Ue=(_e=V("link",Ne))===null||_e===void 0?void 0:_e.attribs.href;Ue&&(Fe.link=Ue);var kt=z("summary",Ne)||z("content",Ne);kt&&(Fe.description=kt);var Et=z("updated",Ne);return Et&&(Fe.pubDate=new Date(Et)),Fe})};re(pe,"id","id",de),re(pe,"title","title",de);var Ie=(ue=V("link",de))===null||ue===void 0?void 0:ue.attribs.href;Ie&&(pe.link=Ie),re(pe,"description","subtitle",de);var he=z("updated",de);return he&&(pe.updated=new Date(he)),re(pe,"author","email",de,!0),pe}function k(oe){var ue,de,pe=(de=(ue=V("channel",oe.children))===null||ue===void 0?void 0:ue.children)!==null&&de!==void 0?de:[],Ie={type:oe.name.substr(0,3),id:"",items:(0,t.getElementsByTagName)("item",oe.children).map(function(Ce){var _e=Ce.children,Ne={media:j(_e)};re(Ne,"id","guid",_e),re(Ne,"title","title",_e),re(Ne,"link","link",_e),re(Ne,"description","description",_e);var Fe=z("pubDate",_e);return Fe&&(Ne.pubDate=new Date(Fe)),Ne})};re(Ie,"title","title",pe),re(Ie,"link","link",pe),re(Ie,"description","description",pe);var he=z("lastBuildDate",pe);return he&&(Ie.updated=new Date(he)),re(Ie,"author","managingEditor",pe,!0),Ie}var L=["url","type","lang"],$=["fileSize","bitrate","framerate","samplingrate","channels","duration","height","width"];function j(oe){return(0,t.getElementsByTagName)("media:content",oe).map(function(ue){for(var de=ue.attribs,pe={medium:de.medium,isDefault:!!de.isDefault},Ie=0,he=L;Ie<he.length;Ie++){var Ce=he[Ie];de[Ce]&&(pe[Ce]=de[Ce])}for(var _e=0,Ne=$;_e<Ne.length;_e++){var Ce=Ne[_e];de[Ce]&&(pe[Ce]=parseInt(de[Ce],10))}return de.expression&&(pe.expression=de.expression),pe})}function V(oe,ue){return(0,t.getElementsByTagName)(oe,ue,!0,1)[0]}function z(oe,ue,de){return de===void 0&&(de=!1),(0,e.textContent)((0,t.getElementsByTagName)(oe,ue,de,1)).trim()}function re(oe,ue,de,pe,Ie){Ie===void 0&&(Ie=!1);var he=z(de,pe,Ie);he&&(oe[ue]=he)}function ie(oe){return oe==="rss"||oe==="feed"||oe==="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=$),Object.defineProperty(k,j,{enumerable:!0,get:function(){return L[$]}})}:function(k,L,$,j){j===void 0&&(j=$),k[j]=L[$]}),y=commonjsGlobal&&commonjsGlobal.__exportStar||function(k,L){for(var $ in k)$!=="default"&&!Object.prototype.hasOwnProperty.call(L,$)&&t(L,k,$)};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$a)),lib$a}var boolbase,hasRequiredBoolbase;function requireBoolbase(){return hasRequiredBoolbase||(hasRequiredBoolbase=1,boolbase={trueFunc:function(){return!0},falseFunc:function(){return!1}}),boolbase}var compile$1={},sort={},procedure={},hasRequiredProcedure;function requireProcedure(){return hasRequiredProcedure||(hasRequiredProcedure=1,function(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$5,t=requireProcedure(),y={exists:10,equals:8,not:7,start:6,end:6,any:5,hyphen:4,element:4};function n(L){for(var $=L.map(k),j=1;j<L.length;j++){var V=$[j];if(!(V<0))for(var z=j-1;z>=0&&V<$[z];z--){var re=L[z+1];L[z+1]=L[z],L[z]=re,$[z+1]=$[z],$[z]=V}}}sort.default=n;function k(L){var $=t.procedure[L.type];if(L.type===e.SelectorType.Attribute)$=y[L.action],$===y.equals&&L.name==="id"&&($=9),L.ignoreCase&&($>>=1);else if(L.type===e.SelectorType.Pseudo)if(!L.data)$=3;else if(L.name==="has"||L.name==="contains")$=0;else if(Array.isArray(L.data)){$=0;for(var j=0;j<L.data.length;j++)if(L.data[j].length===1){var V=k(L.data[j][0]);if(V===0){$=0;break}V>$&&($=V)}L.data.length>1&&$>0&&($-=1)}else $=1;return $}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(L){return L.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 L.ignoreCase=="boolean"?L.ignoreCase:L.ignoreCase==="quirks"?!!$.quirksMode:!$.xmlMode&&n.has(L.name)}return attributes$1.attributeRules={equals:function(L,$,j){var V=j.adapter,z=$.name,re=$.value;return k($,j)?(re=re.toLowerCase(),function(ie){var oe=V.getAttributeValue(ie,z);return oe!=null&&oe.length===re.length&&oe.toLowerCase()===re&&L(ie)}):function(ie){return V.getAttributeValue(ie,z)===re&&L(ie)}},hyphen:function(L,$,j){var V=j.adapter,z=$.name,re=$.value,ie=re.length;return k($,j)?(re=re.toLowerCase(),function(ue){var de=V.getAttributeValue(ue,z);return de!=null&&(de.length===ie||de.charAt(ie)==="-")&&de.substr(0,ie).toLowerCase()===re&&L(ue)}):function(ue){var de=V.getAttributeValue(ue,z);return de!=null&&(de.length===ie||de.charAt(ie)==="-")&&de.substr(0,ie)===re&&L(ue)}},element:function(L,$,j){var V=j.adapter,z=$.name,re=$.value;if(/\s/.test(re))return e.falseFunc;var ie=new RegExp("(?:^|\\s)".concat(y(re),"(?:$|\\s)"),k($,j)?"i":"");return function(ue){var de=V.getAttributeValue(ue,z);return de!=null&&de.length>=re.length&&ie.test(de)&&L(ue)}},exists:function(L,$,j){var V=$.name,z=j.adapter;return function(re){return z.hasAttrib(re,V)&&L(re)}},start:function(L,$,j){var V=j.adapter,z=$.name,re=$.value,ie=re.length;return ie===0?e.falseFunc:k($,j)?(re=re.toLowerCase(),function(oe){var ue=V.getAttributeValue(oe,z);return ue!=null&&ue.length>=ie&&ue.substr(0,ie).toLowerCase()===re&&L(oe)}):function(oe){var ue;return!!(!((ue=V.getAttributeValue(oe,z))===null||ue===void 0)&&ue.startsWith(re))&&L(oe)}},end:function(L,$,j){var V=j.adapter,z=$.name,re=$.value,ie=-re.length;return ie===0?e.falseFunc:k($,j)?(re=re.toLowerCase(),function(oe){var ue;return((ue=V.getAttributeValue(oe,z))===null||ue===void 0?void 0:ue.substr(ie).toLowerCase())===re&&L(oe)}):function(oe){var ue;return!!(!((ue=V.getAttributeValue(oe,z))===null||ue===void 0)&&ue.endsWith(re))&&L(oe)}},any:function(L,$,j){var V=j.adapter,z=$.name,re=$.value;if(re==="")return e.falseFunc;if(k($,j)){var ie=new RegExp(y(re),"i");return function(ue){var de=V.getAttributeValue(ue,z);return de!=null&&de.length>=re.length&&ie.test(de)&&L(ue)}}return function(oe){var ue;return!!(!((ue=V.getAttributeValue(oe,z))===null||ue===void 0)&&ue.includes(re))&&L(oe)}},not:function(L,$,j){var V=j.adapter,z=$.name,re=$.value;return re===""?function(ie){return!!V.getAttributeValue(ie,z)&&L(ie)}:k($,j)?(re=re.toLowerCase(),function(ie){var oe=V.getAttributeValue(ie,z);return(oe==null||oe.length!==re.length||oe.toLowerCase()!==re)&&L(ie)}):function(ie){return V.getAttributeValue(ie,z)!==re&&L(ie)}}},attributes$1}var pseudoSelectors={},filters={},lib$5={},parse$2={},hasRequiredParse$1;function requireParse$1(){if(hasRequiredParse$1)return parse$2;hasRequiredParse$1=1,Object.defineProperty(parse$2,"__esModule",{value:!0}),parse$2.parse=void 0;var e=new Set([9,10,12,13,32]),t=48,y=57;function n(k){if(k=k.trim().toLowerCase(),k==="even")return[2,0];if(k==="odd")return[2,1];var L=0,$=0,j=z(),V=re();if(L<k.length&&k.charAt(L)==="n"&&(L++,$=j*(V??1),ie(),L<k.length?(j=z(),ie(),V=re()):j=V=0),V===null||L<k.length)throw new Error("n-th rule couldn't be parsed ('".concat(k,"')"));return[$,j*V];function z(){return k.charAt(L)==="-"?(L++,-1):(k.charAt(L)==="+"&&L++,1)}function re(){for(var oe=L,ue=0;L<k.length&&k.charCodeAt(L)>=t&&k.charCodeAt(L)<=y;)ue=ue*10+(k.charCodeAt(L)-t),L++;return L===oe?null:ue}function ie(){for(;L<k.length&&e.has(k.charCodeAt(L));)L++}}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(k){return k&&k.__esModule?k:{default:k}};Object.defineProperty(compile,"__esModule",{value:!0}),compile.generate=compile.compile=void 0;var t=e(requireBoolbase());function y(k){var L=k[0],$=k[1]-1;if($<0&&L<=0)return t.default.falseFunc;if(L===-1)return function(z){return z<=$};if(L===0)return function(z){return z===$};if(L===1)return $<0?t.default.trueFunc:function(z){return z>=$};var j=Math.abs(L),V=($%j+j)%j;return L>1?function(z){return z>=$&&z%j===V}:function(z){return z<=$&&z%j===V}}compile.compile=y;function n(k){var L=k[0],$=k[1]-1,j=0;if(L<0){var V=-L,z=($%V+V)%V;return function(){var re=z+V*j++;return re>$?null:re}}return L===0?$<0?function(){return null}:function(){return j++===0?$:null}:($<0&&($+=L*Math.ceil(-$/L)),function(){return L*j+++$})}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(L){return(0,y.compile)((0,t.parse)(L))}e.default=n;function k(L){return(0,y.generate)((0,t.parse)(L))}e.sequence=k}(lib$5)),lib$5}var hasRequiredFilters;function requireFilters(){return hasRequiredFilters||(hasRequiredFilters=1,function(e){var t=commonjsGlobal&&commonjsGlobal.__importDefault||function($){return $&&$.__esModule?$:{default:$}};Object.defineProperty(e,"__esModule",{value:!0}),e.filters=void 0;var y=t(requireLib$6()),n=requireBoolbase();function k($,j){return function(V){var z=j.getParent(V);return z!=null&&j.isTag(z)&&$(V)}}e.filters={contains:function($,j,V){var z=V.adapter;return function(ie){return $(ie)&&z.getText(ie).includes(j)}},icontains:function($,j,V){var z=V.adapter,re=j.toLowerCase();return function(oe){return $(oe)&&z.getText(oe).toLowerCase().includes(re)}},"nth-child":function($,j,V){var z=V.adapter,re=V.equals,ie=(0,y.default)(j);return ie===n.falseFunc?n.falseFunc:ie===n.trueFunc?k($,z):function(ue){for(var de=z.getSiblings(ue),pe=0,Ie=0;Ie<de.length&&!re(ue,de[Ie]);Ie++)z.isTag(de[Ie])&&pe++;return ie(pe)&&$(ue)}},"nth-last-child":function($,j,V){var z=V.adapter,re=V.equals,ie=(0,y.default)(j);return ie===n.falseFunc?n.falseFunc:ie===n.trueFunc?k($,z):function(ue){for(var de=z.getSiblings(ue),pe=0,Ie=de.length-1;Ie>=0&&!re(ue,de[Ie]);Ie--)z.isTag(de[Ie])&&pe++;return ie(pe)&&$(ue)}},"nth-of-type":function($,j,V){var z=V.adapter,re=V.equals,ie=(0,y.default)(j);return ie===n.falseFunc?n.falseFunc:ie===n.trueFunc?k($,z):function(ue){for(var de=z.getSiblings(ue),pe=0,Ie=0;Ie<de.length;Ie++){var he=de[Ie];if(re(ue,he))break;z.isTag(he)&&z.getName(he)===z.getName(ue)&&pe++}return ie(pe)&&$(ue)}},"nth-last-of-type":function($,j,V){var z=V.adapter,re=V.equals,ie=(0,y.default)(j);return ie===n.falseFunc?n.falseFunc:ie===n.trueFunc?k($,z):function(ue){for(var de=z.getSiblings(ue),pe=0,Ie=de.length-1;Ie>=0;Ie--){var he=de[Ie];if(re(ue,he))break;z.isTag(he)&&z.getName(he)===z.getName(ue)&&pe++}return ie(pe)&&$(ue)}},root:function($,j,V){var z=V.adapter;return function(re){var ie=z.getParent(re);return(ie==null||!z.isTag(ie))&&$(re)}},scope:function($,j,V,z){var re=V.equals;return!z||z.length===0?e.filters.root($,j,V):z.length===1?function(ie){return re(z[0],ie)&&$(ie)}:function(ie){return z.includes(ie)&&$(ie)}},hover:L("isHovered"),visited:L("isVisited"),active:L("isActive")};function L($){return function(V,z,re){var ie=re.adapter,oe=ie[$];return typeof oe!="function"?n.falseFunc:function(de){return oe(de)&&V(de)}}}}(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(k){return n.isTag(k)||n.getText(k)!==""})},"first-child":function(t,y){var n=y.adapter,k=y.equals,L=n.getSiblings(t).find(function($){return n.isTag($)});return L!=null&&k(t,L)},"last-child":function(t,y){for(var n=y.adapter,k=y.equals,L=n.getSiblings(t),$=L.length-1;$>=0;$--){if(k(t,L[$]))return!0;if(n.isTag(L[$]))break}return!1},"first-of-type":function(t,y){for(var n=y.adapter,k=y.equals,L=n.getSiblings(t),$=n.getName(t),j=0;j<L.length;j++){var V=L[j];if(k(t,V))return!0;if(n.isTag(V)&&n.getName(V)===$)break}return!1},"last-of-type":function(t,y){for(var n=y.adapter,k=y.equals,L=n.getSiblings(t),$=n.getName(t),j=L.length-1;j>=0;j--){var V=L[j];if(k(t,V))return!0;if(n.isTag(V)&&n.getName(V)===$)break}return!1},"only-of-type":function(t,y){var n=y.adapter,k=y.equals,L=n.getName(t);return n.getSiblings(t).every(function($){return k(t,$)||!n.isTag($)||n.getName($)!==L})},"only-child":function(t,y){var n=y.adapter,k=y.equals;return n.getSiblings(t).every(function(L){return k(t,L)||!n.isTag(L)})}};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={},hasRequiredAliases;function requireAliases(){return hasRequiredAliases||(hasRequiredAliases=1,Object.defineProperty(aliases,"__esModule",{value:!0}),aliases.aliases=void 0,aliases.aliases={"any-link":":is(a, area, link)[href]",link:":any-link:not(:visited)",disabled:`:is(
:is(button, input, select, textarea, optgroup, option)[disabled],
optgroup[disabled] > option,
fieldset[disabled]:not(fieldset[disabled] legend:first-of-type *)
)`,enabled:":not(:disabled)",checked:":is(:is(input[type=radio], input[type=checkbox])[checked], option:selected)",required:":is(input, select, textarea)[required]",optional:":is(input, select, textarea):not([required])",selected:"option:is([selected], select:not([multiple]):not(:has(> option[selected])) > :first-of-type)",checkbox:"[type=checkbox]",file:"[type=file]",password:"[type=password]",radio:"[type=radio]",reset:"[type=reset]",image:"[type=image]",submit:"[type=submit]",parent:":not(:empty)",header:":is(h1, h2, h3, h4, h5, h6)",button:":is(button, input[type=button])",input:":is(input, textarea, select, button)",text:"input:is(:not([type!='']), [type=text])"}),aliases}var subselects={},hasRequiredSubselects;function requireSubselects(){return hasRequiredSubselects||(hasRequiredSubselects=1,function(e){var t=commonjsGlobal&&commonjsGlobal.__spreadArray||function(j,V,z){if(z||arguments.length===2)for(var re=0,ie=V.length,oe;re<ie;re++)(oe||!(re in V))&&(oe||(oe=Array.prototype.slice.call(V,0,re)),oe[re]=V[re]);return j.concat(oe||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 k(j,V){return j===y.falseFunc?y.falseFunc:function(z){return V.isTag(z)&&j(z)}}e.ensureIsTag=k;function L(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=L;var $=function(j,V,z,re,ie){var oe={xmlMode:!!z.xmlMode,adapter:z.adapter,equals:z.equals},ue=ie(V,oe,re);return function(de){return ue(de)&&j(de)}};e.subselects={is:$,matches:$,where:$,not:function(j,V,z,re,ie){var oe={xmlMode:!!z.xmlMode,adapter:z.adapter,equals:z.equals},ue=ie(V,oe,re);return ue===y.falseFunc?j:ue===y.trueFunc?y.falseFunc:function(pe){return!ue(pe)&&j(pe)}},has:function(j,V,z,re,ie){var oe=z.adapter,ue={xmlMode:!!z.xmlMode,adapter:oe,equals:z.equals},de=V.some(function(_e){return _e.some(n.isTraversal)})?[e.PLACEHOLDER_ELEMENT]:void 0,pe=ie(V,ue,de);if(pe===y.falseFunc)return y.falseFunc;if(pe===y.trueFunc)return function(_e){return oe.getChildren(_e).some(oe.isTag)&&j(_e)};var Ie=k(pe,oe),he=pe.shouldTestNextSiblings,Ce=he===void 0?!1:he;return de?function(_e){de[0]=_e;var Ne=oe.getChildren(_e),Fe=Ce?t(t([],Ne,!0),L(_e,oe),!0):Ne;return j(_e)&&oe.existsOne(Ie,Fe)}:function(_e){return j(_e)&&oe.existsOne(Ie,oe.getChildren(_e))}}}}(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$5,n=requireFilters();Object.defineProperty(e,"filters",{enumerable:!0,get:function(){return n.filters}});var k=requirePseudos();Object.defineProperty(e,"pseudos",{enumerable:!0,get:function(){return k.pseudos}});var L=requireAliases();Object.defineProperty(e,"aliases",{enumerable:!0,get:function(){return L.aliases}});var $=requireSubselects();function j(V,z,re,ie,oe){var ue=z.name,de=z.data;if(Array.isArray(de))return $.subselects[ue](V,de,re,ie,oe);if(ue in L.aliases){if(de!=null)throw new Error("Pseudo ".concat(ue," doesn't have any arguments"));var pe=(0,y.parse)(L.aliases[ue]);return $.subselects.is(V,pe,re,ie,oe)}if(ue in n.filters)return n.filters[ue](V,de,re,ie);if(ue in k.pseudos){var Ie=k.pseudos[ue];return(0,k.verifyPseudoArgs)(Ie,ue,de),Ie===t.falseFunc?t.falseFunc:V===t.trueFunc?function(he){return Ie(he,re,de)}:function(he){return Ie(he,re,de)&&V(he)}}throw new Error("unmatched pseudo-class :".concat(ue))}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$5;function n(k,L,$,j,V){var z=$.adapter,re=$.equals;switch(L.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(L.namespace!=null)throw new Error("Namespaced attributes are not yet supported by css-select");return(!$.xmlMode||$.lowerCaseAttributeNames)&&(L.name=L.name.toLowerCase()),e.attributeRules[L.action](k,L,$)}case y.SelectorType.Pseudo:return(0,t.compilePseudoSelector)(k,L,$,j,V);case y.SelectorType.Tag:{if(L.namespace!=null)throw new Error("Namespaced tag names are not yet supported by css-select");var ie=L.name;return(!$.xmlMode||$.lowerCaseTags)&&(ie=ie.toLowerCase()),function(de){return z.getName(de)===ie&&k(de)}}case y.SelectorType.Descendant:{if($.cacheResults===!1||typeof WeakSet>"u")return function(de){for(var pe=de;pe=z.getParent(pe);)if(z.isTag(pe)&&k(pe))return!0;return!1};var oe=new WeakSet;return function(de){for(var pe=de;pe=z.getParent(pe);)if(!oe.has(pe)){if(z.isTag(pe)&&k(pe))return!0;oe.add(pe)}return!1}}case"_flexibleDescendant":return function(de){var pe=de;do if(z.isTag(pe)&&k(pe))return!0;while(pe=z.getParent(pe));return!1};case y.SelectorType.Parent:return function(de){return z.getChildren(de).some(function(pe){return z.isTag(pe)&&k(pe)})};case y.SelectorType.Child:return function(de){var pe=z.getParent(de);return pe!=null&&z.isTag(pe)&&k(pe)};case y.SelectorType.Sibling:return function(de){for(var pe=z.getSiblings(de),Ie=0;Ie<pe.length;Ie++){var he=pe[Ie];if(re(de,he))break;if(z.isTag(he)&&k(he))return!0}return!1};case y.SelectorType.Adjacent:return z.prevElementSibling?function(de){var pe=z.prevElementSibling(de);return pe!=null&&k(pe)}:function(de){for(var pe=z.getSiblings(de),Ie,he=0;he<pe.length;he++){var Ce=pe[he];if(re(de,Ce))break;z.isTag(Ce)&&(Ie=Ce)}return!!Ie&&k(Ie)};case y.SelectorType.Universal:{if(L.namespace!=null&&L.namespace!=="*")throw new Error("Namespaced universal selectors are not yet supported by css-select");return k}}}return general.compileGeneralSelector=n,general}var hasRequiredCompile;function requireCompile(){if(hasRequiredCompile)return compile$1;hasRequiredCompile=1;var e=commonjsGlobal&&commonjsGlobal.__importDefault||function(he){return he&&he.__esModule?he:{default:he}};Object.defineProperty(compile$1,"__esModule",{value:!0}),compile$1.compileToken=compile$1.compileUnsafe=compile$1.compile=void 0;var t=require$$0$5,y=requireBoolbase(),n=e(requireSort()),k=requireProcedure(),L=requireGeneral(),$=requireSubselects();function j(he,Ce,_e){var Ne=V(he,Ce,_e);return(0,$.ensureIsTag)(Ne,Ce.adapter)}compile$1.compile=j;function V(he,Ce,_e){var Ne=typeof he=="string"?(0,t.parse)(he):he;return de(Ne,Ce,_e)}compile$1.compileUnsafe=V;function z(he){return he.type==="pseudo"&&(he.name==="scope"||Array.isArray(he.data)&&he.data.some(function(Ce){return Ce.some(z)}))}var re={type:t.SelectorType.Descendant},ie={type:"_flexibleDescendant"},oe={type:t.SelectorType.Pseudo,name:"scope",data:null};function ue(he,Ce,_e){for(var Ne=Ce.adapter,Fe=!!(_e!=null&&_e.every(function(Ve){var qe=Ne.isTag(Ve)&&Ne.getParent(Ve);return Ve===$.PLACEHOLDER_ELEMENT||qe&&Ne.isTag(qe)})),Ue=0,kt=he;Ue<kt.length;Ue++){var Et=kt[Ue];if(!(Et.length>0&&(0,k.isTraversal)(Et[0])&&Et[0].type!=="descendant"))if(Fe&&!Et.some(z))Et.unshift(re);else continue;Et.unshift(oe)}}function de(he,Ce,_e){var Ne;he=he.filter(function(Ve){return Ve.length>0}),he.forEach(n.default),_e=(Ne=Ce.context)!==null&&Ne!==void 0?Ne:_e;var Fe=Array.isArray(_e),Ue=_e&&(Array.isArray(_e)?_e:[_e]);ue(he,Ce,Ue);var kt=!1,Et=he.map(function(Ve){if(Ve.length>=2){var qe=Ve[0],jt=Ve[1];qe.type!=="pseudo"||qe.name!=="scope"||(Fe&&jt.type==="descendant"?Ve[1]=ie:(jt.type==="adjacent"||jt.type==="sibling")&&(kt=!0))}return pe(Ve,Ce,Ue)}).reduce(Ie,y.falseFunc);return Et.shouldTestNextSiblings=kt,Et}compile$1.compileToken=de;function pe(he,Ce,_e){var Ne;return he.reduce(function(Fe,Ue){return Fe===y.falseFunc?y.falseFunc:(0,L.compileGeneralSelector)(Fe,Ue,Ce,_e,de)},(Ne=Ce.rootFunc)!==null&&Ne!==void 0?Ne:y.trueFunc)}function Ie(he,Ce){return Ce===y.falseFunc||he===y.trueFunc?he:he===y.falseFunc||Ce===y.trueFunc?Ce:function(Ne){return he(Ne)||Ce(Ne)}}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(he,Ce,_e,Ne){Ne===void 0&&(Ne=_e);var Fe=Object.getOwnPropertyDescriptor(Ce,_e);(!Fe||("get"in Fe?!Ce.__esModule:Fe.writable||Fe.configurable))&&(Fe={enumerable:!0,get:function(){return Ce[_e]}}),Object.defineProperty(he,Ne,Fe)}:function(he,Ce,_e,Ne){Ne===void 0&&(Ne=_e),he[Ne]=Ce[_e]}),y=commonjsGlobal&&commonjsGlobal.__setModuleDefault||(Object.create?function(he,Ce){Object.defineProperty(he,"default",{enumerable:!0,value:Ce})}:function(he,Ce){he.default=Ce}),n=commonjsGlobal&&commonjsGlobal.__importStar||function(he){if(he&&he.__esModule)return he;var Ce={};if(he!=null)for(var _e in he)_e!=="default"&&Object.prototype.hasOwnProperty.call(he,_e)&&t(Ce,he,_e);return y(Ce,he),Ce};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 k=n(requireLib$7()),L=requireBoolbase(),$=requireCompile(),j=requireSubselects(),V=function(he,Ce){return he===Ce},z={adapter:k,equals:V};function re(he){var Ce,_e,Ne,Fe,Ue=he??z;return(Ce=Ue.adapter)!==null&&Ce!==void 0||(Ue.adapter=k),(_e=Ue.equals)!==null&&_e!==void 0||(Ue.equals=(Fe=(Ne=Ue.adapter)===null||Ne===void 0?void 0:Ne.equals)!==null&&Fe!==void 0?Fe:V),Ue}function ie(he){return function(_e,Ne,Fe){var Ue=re(Ne);return he(_e,Ue,Fe)}}e.compile=ie($.compile),e._compileUnsafe=ie($.compileUnsafe),e._compileToken=ie($.compileToken);function oe(he){return function(_e,Ne,Fe){var Ue=re(Fe);typeof _e!="function"&&(_e=(0,$.compileUnsafe)(_e,Ue,Ne));var kt=ue(Ne,Ue.adapter,_e.shouldTestNextSiblings);return he(_e,kt,Ue)}}function ue(he,Ce,_e){return _e===void 0&&(_e=!1),_e&&(he=de(he,Ce)),Array.isArray(he)?Ce.removeSubsets(he):Ce.getChildren(he)}e.prepareContext=ue;function de(he,Ce){for(var _e=Array.isArray(he)?he.slice(0):[he],Ne=_e.length,Fe=0;Fe<Ne;Fe++){var Ue=(0,j.getNextSiblings)(_e[Fe],Ce);_e.push.apply(_e,Ue)}return _e}e.selectAll=oe(function(he,Ce,_e){return he===L.falseFunc||!Ce||Ce.length===0?[]:_e.adapter.findAll(he,Ce)}),e.selectOne=oe(function(he,Ce,_e){return he===L.falseFunc||!Ce||Ce.length===0?null:_e.adapter.findOne(he,Ce)});function pe(he,Ce,_e){var Ne=re(_e);return(typeof Ce=="function"?Ce:(0,$.compile)(Ce,Ne))(he)}e.is=pe,e.default=e.selectAll;var Ie=requirePseudoSelectors();Object.defineProperty(e,"filters",{enumerable:!0,get:function(){return Ie.filters}}),Object.defineProperty(e,"pseudos",{enumerable:!0,get:function(){return Ie.pseudos}}),Object.defineProperty(e,"aliases",{enumerable:!0,get:function(){return Ie.aliases}})}(lib$b)),lib$b}var helpers={},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(k){return k.some(t)}):!1}e.isFilter=t;function y(n,k){var L=k!=null?parseInt(k,10):NaN;switch(n){case"first":return 1;case"nth":case"eq":return isFinite(L)?L>=0?L+1:1/0:0;case"lt":return isFinite(L)?L>=0?L:1/0:0;case"gt":return isFinite(L)?1/0:0;default:return 1/0}}e.getLimit=y}(positionals)),positionals}var hasRequiredHelpers;function requireHelpers(){if(hasRequiredHelpers)return helpers;hasRequiredHelpers=1,Object.defineProperty(helpers,"__esModule",{value:!0}),helpers.groupSelectors=helpers.getDocumentRoot=void 0;var e=requirePositionals();function t(n){for(;n.parent;)n=n.parent;return n}helpers.getDocumentRoot=t;function y(n){for(var k=[],L=[],$=0,j=n;$<j.length;$++){var V=j[$];V.some(e.isFilter)?k.push(V):L.push(V)}return[L,k]}return helpers.groupSelectors=y,helpers}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(rr){for(var ar,nr=1,ur=arguments.length;nr<ur;nr++){ar=arguments[nr];for(var cr in ar)Object.prototype.hasOwnProperty.call(ar,cr)&&(rr[cr]=ar[cr])}return rr},t.apply(this,arguments)},y=commonjsGlobal&&commonjsGlobal.__createBinding||(Object.create?function(rr,ar,nr,ur){ur===void 0&&(ur=nr);var cr=Object.getOwnPropertyDescriptor(ar,nr);(!cr||("get"in cr?!ar.__esModule:cr.writable||cr.configurable))&&(cr={enumerable:!0,get:function(){return ar[nr]}}),Object.defineProperty(rr,ur,cr)}:function(rr,ar,nr,ur){ur===void 0&&(ur=nr),rr[ur]=ar[nr]}),n=commonjsGlobal&&commonjsGlobal.__setModuleDefault||(Object.create?function(rr,ar){Object.defineProperty(rr,"default",{enumerable:!0,value:ar})}:function(rr,ar){rr.default=ar}),k=commonjsGlobal&&commonjsGlobal.__importStar||function(rr){if(rr&&rr.__esModule)return rr;var ar={};if(rr!=null)for(var nr in rr)nr!=="default"&&Object.prototype.hasOwnProperty.call(rr,nr)&&y(ar,rr,nr);return n(ar,rr),ar},L=commonjsGlobal&&commonjsGlobal.__spreadArray||function(rr,ar,nr){if(nr||arguments.length===2)for(var ur=0,cr=ar.length,_r;ur<cr;ur++)(_r||!(ur in ar))&&(_r||(_r=Array.prototype.slice.call(ar,0,ur)),_r[ur]=ar[ur]);return rr.concat(_r||Array.prototype.slice.call(ar))};Object.defineProperty(e,"__esModule",{value:!0}),e.select=e.filter=e.some=e.is=e.aliases=e.pseudos=e.filters=void 0;var $=require$$0$5,j=requireLib$5(),V=k(requireLib$7()),z=requireHelpers(),re=requirePositionals(),ie=requireLib$5();Object.defineProperty(e,"filters",{enumerable:!0,get:function(){return ie.filters}}),Object.defineProperty(e,"pseudos",{enumerable:!0,get:function(){return ie.pseudos}}),Object.defineProperty(e,"aliases",{enumerable:!0,get:function(){return ie.aliases}});var oe={type:$.SelectorType.Pseudo,name:"scope",data:null},ue=t({},oe),de={type:$.SelectorType.Universal,namespace:null};function pe(rr,ar,nr){return nr===void 0&&(nr={}),Ie([rr],ar,nr)}e.is=pe;function Ie(rr,ar,nr){if(nr===void 0&&(nr={}),typeof ar=="function")return rr.some(ar);var ur=(0,z.groupSelectors)((0,$.parse)(ar)),cr=ur[0],_r=ur[1];return cr.length>0&&rr.some((0,j._compileToken)(cr,nr))||_r.some(function(hr){return Ne(hr,rr,nr).length>0})}e.some=Ie;function he(rr,ar,nr,ur){var cr=typeof nr=="string"?parseInt(nr,10):NaN;switch(rr){case"first":case"lt":return ar;case"last":return ar.length>0?[ar[ar.length-1]]:ar;case"nth":case"eq":return isFinite(cr)&&Math.abs(cr)<ar.length?[cr<0?ar[ar.length+cr]:ar[cr]]:[];case"gt":return isFinite(cr)?ar.slice(cr+1):[];case"even":return ar.filter(function(hr,Er){return Er%2===0});case"odd":return ar.filter(function(hr,Er){return Er%2===1});case"not":{var _r=new Set(_e(nr,ar,ur));return ar.filter(function(hr){return!_r.has(hr)})}}}function Ce(rr,ar,nr){return nr===void 0&&(nr={}),_e((0,$.parse)(rr),ar,nr)}e.filter=Ce;function _e(rr,ar,nr){if(ar.length===0)return[];var ur=(0,z.groupSelectors)(rr),cr=ur[0],_r=ur[1],hr;if(cr.length){var Er=tr(ar,cr,nr);if(_r.length===0)return Er;Er.length&&(hr=new Set(Er))}for(var kr=0;kr<_r.length&&(hr==null?void 0:hr.size)!==ar.length;kr++){var xr=_r[kr],yr=hr?ar.filter(function(Ir){return V.isTag(Ir)&&!hr.has(Ir)}):ar;if(yr.length===0)break;var Er=Ne(xr,ar,nr);if(Er.length)if(hr)Er.forEach(function(Ir){return hr.add(Ir)});else{if(kr===_r.length-1)return Er;hr=new Set(Er)}}return typeof hr<"u"?hr.size===ar.length?ar:ar.filter(function(br){return hr.has(br)}):[]}function Ne(rr,ar,nr){var ur;if(rr.some($.isTraversal)){var cr=(ur=nr.root)!==null&&ur!==void 0?ur:(0,z.getDocumentRoot)(ar[0]),_r=L(L([],rr,!0),[ue],!1);return Ve(cr,_r,nr,!0,ar)}return Ve(ar,rr,nr,!1)}function Fe(rr,ar,nr){if(nr===void 0&&(nr={}),typeof rr=="function")return jt(ar,rr);var ur=(0,z.groupSelectors)((0,$.parse)(rr)),cr=ur[0],_r=ur[1],hr=_r.map(function(Er){return Ve(ar,Er,nr,!0)});return cr.length&&hr.push(qe(ar,cr,nr,1/0)),hr.length===0?[]:hr.length===1?hr[0]:V.uniqueSort(hr.reduce(function(Er,kr){return L(L([],Er,!0),kr,!0)}))}e.select=Fe;var Ue=new Set([$.SelectorType.Descendant,$.SelectorType.Adjacent]);function kt(rr){return rr!==oe&&rr.type==="pseudo"&&(rr.name==="scope"||Array.isArray(rr.data)&&rr.data.some(function(ar){return ar.some(kt)}))}function Et(rr,ar,nr){return nr&&rr.some(kt)?t(t({},ar),{context:nr}):ar}function Ve(rr,ar,nr,ur,cr){var _r=ar.findIndex(re.isFilter),hr=ar.slice(0,_r),Er=ar[_r],kr=(0,re.getLimit)(Er.name,Er.data);if(kr===0)return[];var xr=Et(hr,nr,cr),yr=hr.length===0&&!Array.isArray(rr)?V.getChildren(rr).filter(V.isTag):hr.length===0||hr.length===1&&hr[0]===oe?(Array.isArray(rr)?rr:[rr]).filter(V.isTag):ur||hr.some($.isTraversal)?qe(rr,[hr],xr,kr):tr(rr,[hr],xr),br=yr.slice(0,kr),Ir=he(Er.name,br,Er.data,nr);if(Ir.length===0||ar.length===_r+1)return Ir;var Mr=ar.slice(_r+1),mr=Mr.some($.isTraversal),gr=Et(Mr,nr,cr);return mr&&(Ue.has(Mr[0].type)&&Mr.unshift(de),Mr.unshift(oe)),Mr.some(re.isFilter)?Ve(Ir,Mr,nr,!1,cr):mr?qe(Ir,[Mr],gr,1/0):tr(Ir,[Mr],gr)}function qe(rr,ar,nr,ur){if(ur===0)return[];var cr=(0,j._compileToken)(ar,nr,rr);return jt(rr,cr,ur)}function jt(rr,ar,nr){nr===void 0&&(nr=1/0);var ur=(0,j.prepareContext)(rr,V,ar.shouldTestNextSiblings);return V.find(function(cr){return V.isTag(cr)&&ar(cr)},ur,!0,nr)}function tr(rr,ar,nr){var ur=(Array.isArray(rr)?rr:[rr]).filter(V.isTag);if(ur.length===0)return ur;var cr=(0,j._compileToken)(ar,nr);return ur.filter(cr)}}(lib$c)),lib$c}var lib$4={},Parser={},Tokenizer={},decode_codepoint={};const require$$0$2={0:65533,128:8364,130:8218,131:402,132:8222,133:8230,134:8224,135:8225,136:710,137:8240,138:352,139:8249,140:338,142:381,145:8216,146:8217,147:8220,148:8221,149:8226,150:8211,151:8212,152:732,153:8482,154:353,155:8250,156:339,158:382,159:376};var hasRequiredDecode_codepoint;function requireDecode_codepoint(){if(hasRequiredDecode_codepoint)return decode_codepoint;hasRequiredDecode_codepoint=1;var e=commonjsGlobal&&commonjsGlobal.__importDefault||function(k){return k&&k.__esModule?k:{default:k}};Object.defineProperty(decode_codepoint,"__esModule",{value:!0});var t=e(require$$0$2),y=String.fromCodePoint||function(k){var L="";return k>65535&&(k-=65536,L+=String.fromCharCode(k>>>10&1023|55296),k=56320|k&1023),L+=String.fromCharCode(k),L};function n(k){return k>=55296&&k<=57343||k>1114111?"<22>":(k in t.default&&(k=t.default[k]),y(k))}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="∅",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="",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={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,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,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={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(yr){return yr&&yr.__esModule?yr:{default:yr}};Object.defineProperty(Tokenizer,"__esModule",{value:!0});var t=e(requireDecode_codepoint()),y=e(require$$1),n=e(require$$2),k=e(require$$3);function L(yr){return yr===" "||yr===`
`||yr===" "||yr==="\f"||yr==="\r"}function $(yr){return yr>="a"&&yr<="z"||yr>="A"&&yr<="Z"}function j(yr,br,Ir){var Mr=yr.toLowerCase();return yr===Mr?function(mr,gr){gr===Mr?mr._state=br:(mr._state=Ir,mr._index--)}:function(mr,gr){gr===Mr||gr===yr?mr._state=br:(mr._state=Ir,mr._index--)}}function V(yr,br){var Ir=yr.toLowerCase();return function(Mr,mr){mr===Ir||mr===yr?Mr._state=br:(Mr._state=3,Mr._index--)}}var z=j("C",24,16),re=j("D",25,16),ie=j("A",26,16),oe=j("T",27,16),ue=j("A",28,16),de=V("R",35),pe=V("I",36),Ie=V("P",37),he=V("T",38),Ce=j("R",40,1),_e=j("I",41,1),Ne=j("P",42,1),Fe=j("T",43,1),Ue=V("Y",45),kt=V("L",46),Et=V("E",47),Ve=j("Y",49,1),qe=j("L",50,1),jt=j("E",51,1),tr=V("I",54),rr=V("T",55),ar=V("L",56),nr=V("E",57),ur=j("I",58,1),cr=j("T",59,1),_r=j("L",60,1),hr=j("E",61,1),Er=j("#",63,64),kr=j("X",66,65),xr=function(){function yr(br,Ir){var Mr;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=Ir,this.xmlMode=!!(br!=null&&br.xmlMode),this.decodeEntities=(Mr=br==null?void 0:br.decodeEntities)!==null&&Mr!==void 0?Mr:!0}return yr.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},yr.prototype.write=function(br){this.ended&&this.cbs.onerror(Error(".write() after done!")),this.buffer+=br,this.parse()},yr.prototype.end=function(br){this.ended&&this.cbs.onerror(Error(".end() after done!")),br&&this.write(br),this.ended=!0,this.running&&this.finish()},yr.prototype.pause=function(){this.running=!1},yr.prototype.resume=function(){this.running=!0,this._index<this.buffer.length&&this.parse(),this.ended&&this.finish()},yr.prototype.getAbsoluteIndex=function(){return this.bufferOffset+this._index},yr.prototype.stateText=function(br){br==="<"?(this._index>this.sectionStart&&this.cbs.ontext(this.getSection()),this._state=2,this.sectionStart=this._index):this.decodeEntities&&br==="&"&&(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)},yr.prototype.isTagStartChar=function(br){return $(br)||this.xmlMode&&!L(br)&&br!=="/"&&br!==">"},yr.prototype.stateBeforeTagName=function(br){br==="/"?this._state=5:br==="<"?(this.cbs.ontext(this.getSection()),this.sectionStart=this._index):br===">"||this.special!==1||L(br)?this._state=1:br==="!"?(this._state=15,this.sectionStart=this._index+1):br==="?"?(this._state=17,this.sectionStart=this._index+1):this.isTagStartChar(br)?(this._state=!this.xmlMode&&(br==="s"||br==="S")?32:!this.xmlMode&&(br==="t"||br==="T")?52:3,this.sectionStart=this._index):this._state=1},yr.prototype.stateInTagName=function(br){(br==="/"||br===">"||L(br))&&(this.emitToken("onopentagname"),this._state=8,this._index--)},yr.prototype.stateBeforeClosingTagName=function(br){L(br)||(br===">"?this._state=1:this.special!==1?this.special!==4&&(br==="s"||br==="S")?this._state=33:this.special===4&&(br==="t"||br==="T")?this._state=53:(this._state=1,this._index--):this.isTagStartChar(br)?(this._state=6,this.sectionStart=this._index):(this._state=20,this.sectionStart=this._index))},yr.prototype.stateInClosingTagName=function(br){(br===">"||L(br))&&(this.emitToken("onclosetag"),this._state=7,this._index--)},yr.prototype.stateAfterClosingTagName=function(br){br===">"&&(this._state=1,this.sectionStart=this._index+1)},yr.prototype.stateBeforeAttributeName=function(br){br===">"?(this.cbs.onopentagend(),this._state=1,this.sectionStart=this._index+1):br==="/"?this._state=4:L(br)||(this._state=9,this.sectionStart=this._index)},yr.prototype.stateInSelfClosingTag=function(br){br===">"?(this.cbs.onselfclosingtag(),this._state=1,this.sectionStart=this._index+1,this.special=1):L(br)||(this._state=8,this._index--)},yr.prototype.stateInAttributeName=function(br){(br==="="||br==="/"||br===">"||L(br))&&(this.cbs.onattribname(this.getSection()),this.sectionStart=-1,this._state=10,this._index--)},yr.prototype.stateAfterAttributeName=function(br){br==="="?this._state=11:br==="/"||br===">"?(this.cbs.onattribend(void 0),this._state=8,this._index--):L(br)||(this.cbs.onattribend(void 0),this._state=9,this.sectionStart=this._index)},yr.prototype.stateBeforeAttributeValue=function(br){br==='"'?(this._state=12,this.sectionStart=this._index+1):br==="'"?(this._state=13,this.sectionStart=this._index+1):L(br)||(this._state=14,this.sectionStart=this._index,this._index--)},yr.prototype.handleInAttributeValue=function(br,Ir){br===Ir?(this.emitToken("onattribdata"),this.cbs.onattribend(Ir),this._state=8):this.decodeEntities&&br==="&"&&(this.emitToken("onattribdata"),this.baseState=this._state,this._state=62,this.sectionStart=this._index)},yr.prototype.stateInAttributeValueDoubleQuotes=function(br){this.handleInAttributeValue(br,'"')},yr.prototype.stateInAttributeValueSingleQuotes=function(br){this.handleInAttributeValue(br,"'")},yr.prototype.stateInAttributeValueNoQuotes=function(br){L(br)||br===">"?(this.emitToken("onattribdata"),this.cbs.onattribend(null),this._state=8,this._index--):this.decodeEntities&&br==="&"&&(this.emitToken("onattribdata"),this.baseState=this._state,this._state=62,this.sectionStart=this._index)},yr.prototype.stateBeforeDeclaration=function(br){this._state=br==="["?23:br==="-"?18:16},yr.prototype.stateInDeclaration=function(br){br===">"&&(this.cbs.ondeclaration(this.getSection()),this._state=1,this.sectionStart=this._index+1)},yr.prototype.stateInProcessingInstruction=function(br){br===">"&&(this.cbs.onprocessinginstruction(this.getSection()),this._state=1,this.sectionStart=this._index+1)},yr.prototype.stateBeforeComment=function(br){br==="-"?(this._state=19,this.sectionStart=this._index+1):this._state=16},yr.prototype.stateInComment=function(br){br==="-"&&(this._state=21)},yr.prototype.stateInSpecialComment=function(br){br===">"&&(this.cbs.oncomment(this.buffer.substring(this.sectionStart,this._index)),this._state=1,this.sectionStart=this._index+1)},yr.prototype.stateAfterComment1=function(br){br==="-"?this._state=22:this._state=19},yr.prototype.stateAfterComment2=function(br){br===">"?(this.cbs.oncomment(this.buffer.substring(this.sectionStart,this._index-2)),this._state=1,this.sectionStart=this._index+1):br!=="-"&&(this._state=19)},yr.prototype.stateBeforeCdata6=function(br){br==="["?(this._state=29,this.sectionStart=this._index+1):(this._state=16,this._index--)},yr.prototype.stateInCdata=function(br){br==="]"&&(this._state=30)},yr.prototype.stateAfterCdata1=function(br){br==="]"?this._state=31:this._state=29},yr.prototype.stateAfterCdata2=function(br){br===">"?(this.cbs.oncdata(this.buffer.substring(this.sectionStart,this._index-2)),this._state=1,this.sectionStart=this._index+1):br!=="]"&&(this._state=29)},yr.prototype.stateBeforeSpecialS=function(br){br==="c"||br==="C"?this._state=34:br==="t"||br==="T"?this._state=44:(this._state=3,this._index--)},yr.prototype.stateBeforeSpecialSEnd=function(br){this.special===2&&(br==="c"||br==="C")?this._state=39:this.special===3&&(br==="t"||br==="T")?this._state=48:this._state=1},yr.prototype.stateBeforeSpecialLast=function(br,Ir){(br==="/"||br===">"||L(br))&&(this.special=Ir),this._state=3,this._index--},yr.prototype.stateAfterSpecialLast=function(br,Ir){br===">"||L(br)?(this.special=1,this._state=6,this.sectionStart=this._index-Ir,this._index--):this._state=1},yr.prototype.parseFixedEntity=function(br){if(br===void 0&&(br=this.xmlMode?k.default:y.default),this.sectionStart+1<this._index){var Ir=this.buffer.substring(this.sectionStart+1,this._index);Object.prototype.hasOwnProperty.call(br,Ir)&&(this.emitPartial(br[Ir]),this.sectionStart=this._index+1)}},yr.prototype.parseLegacyEntity=function(){for(var br=this.sectionStart+1,Ir=Math.min(this._index-br,6);Ir>=2;){var Mr=this.buffer.substr(br,Ir);if(Object.prototype.hasOwnProperty.call(n.default,Mr)){this.emitPartial(n.default[Mr]),this.sectionStart+=Ir+1;return}Ir--}},yr.prototype.stateInNamedEntity=function(br){br===";"?(this.parseFixedEntity(),this.baseState===1&&this.sectionStart+1<this._index&&!this.xmlMode&&this.parseLegacyEntity(),this._state=this.baseState):(br<"0"||br>"9")&&!$(br)&&(this.xmlMode||this.sectionStart+1===this._index||(this.baseState!==1?br!=="="&&this.parseFixedEntity(n.default):this.parseLegacyEntity()),this._state=this.baseState,this._index--)},yr.prototype.decodeNumericEntity=function(br,Ir,Mr){var mr=this.sectionStart+br;if(mr!==this._index){var gr=this.buffer.substring(mr,this._index),jr=parseInt(gr,Ir);this.emitPartial(t.default(jr)),this.sectionStart=Mr?this._index+1:this._index}this._state=this.baseState},yr.prototype.stateInNumericEntity=function(br){br===";"?this.decodeNumericEntity(2,10,!0):(br<"0"||br>"9")&&(this.xmlMode?this._state=this.baseState:this.decodeNumericEntity(2,10,!1),this._index--)},yr.prototype.stateInHexEntity=function(br){br===";"?this.decodeNumericEntity(3,16,!0):(br<"a"||br>"f")&&(br<"A"||br>"F")&&(br<"0"||br>"9")&&(this.xmlMode?this._state=this.baseState:this.decodeNumericEntity(3,16,!1),this._index--)},yr.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)},yr.prototype.parse=function(){for(;this._index<this.buffer.length&&this.running;){var br=this.buffer.charAt(this._index);this._state===1?this.stateText(br):this._state===12?this.stateInAttributeValueDoubleQuotes(br):this._state===9?this.stateInAttributeName(br):this._state===19?this.stateInComment(br):this._state===20?this.stateInSpecialComment(br):this._state===8?this.stateBeforeAttributeName(br):this._state===3?this.stateInTagName(br):this._state===6?this.stateInClosingTagName(br):this._state===2?this.stateBeforeTagName(br):this._state===10?this.stateAfterAttributeName(br):this._state===13?this.stateInAttributeValueSingleQuotes(br):this._state===11?this.stateBeforeAttributeValue(br):this._state===5?this.stateBeforeClosingTagName(br):this._state===7?this.stateAfterClosingTagName(br):this._state===32?this.stateBeforeSpecialS(br):this._state===21?this.stateAfterComment1(br):this._state===14?this.stateInAttributeValueNoQuotes(br):this._state===4?this.stateInSelfClosingTag(br):this._state===16?this.stateInDeclaration(br):this._state===15?this.stateBeforeDeclaration(br):this._state===22?this.stateAfterComment2(br):this._state===18?this.stateBeforeComment(br):this._state===33?this.stateBeforeSpecialSEnd(br):this._state===53?ur(this,br):this._state===39?Ce(this,br):this._state===40?_e(this,br):this._state===41?Ne(this,br):this._state===34?de(this,br):this._state===35?pe(this,br):this._state===36?Ie(this,br):this._state===37?he(this,br):this._state===38?this.stateBeforeSpecialLast(br,2):this._state===42?Fe(this,br):this._state===43?this.stateAfterSpecialLast(br,6):this._state===44?Ue(this,br):this._state===29?this.stateInCdata(br):this._state===45?kt(this,br):this._state===46?Et(this,br):this._state===47?this.stateBeforeSpecialLast(br,3):this._state===48?Ve(this,br):this._state===49?qe(this,br):this._state===50?jt(this,br):this._state===51?this.stateAfterSpecialLast(br,5):this._state===52?tr(this,br):this._state===54?rr(this,br):this._state===55?ar(this,br):this._state===56?nr(this,br):this._state===57?this.stateBeforeSpecialLast(br,4):this._state===58?cr(this,br):this._state===59?_r(this,br):this._state===60?hr(this,br):this._state===61?this.stateAfterSpecialLast(br,5):this._state===17?this.stateInProcessingInstruction(br):this._state===64?this.stateInNamedEntity(br):this._state===23?z(this,br):this._state===62?Er(this,br):this._state===24?re(this,br):this._state===25?ie(this,br):this._state===30?this.stateAfterCdata1(br):this._state===31?this.stateAfterCdata2(br):this._state===26?oe(this,br):this._state===27?ue(this,br):this._state===28?this.stateBeforeCdata6(br):this._state===66?this.stateInHexEntity(br):this._state===65?this.stateInNumericEntity(br):this._state===63?kr(this,br):this.cbs.onerror(Error("unknown _state"),this._state),this._index++}this.cleanup()},yr.prototype.finish=function(){this.sectionStart<this._index&&this.handleTrailingData(),this.cbs.onend()},yr.prototype.handleTrailingData=function(){var br=this.buffer.substr(this.sectionStart);this._state===29||this._state===30||this._state===31?this.cbs.oncdata(br):this._state===19||this._state===21||this._state===22?this.cbs.oncomment(br):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(br)},yr.prototype.getSection=function(){return this.buffer.substring(this.sectionStart,this._index)},yr.prototype.emitToken=function(br){this.cbs[br](this.getSection()),this.sectionStart=-1},yr.prototype.emitPartial=function(br){this.baseState!==1?this.cbs.onattribdata(br):this.cbs.ontext(br)},yr}();return Tokenizer.default=xr,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"]),k={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"])},L=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]),$=new Set(["math","svg"]),j=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignObject","desc","title"]),V=/\s|\//,z=function(){function re(ie,oe){oe===void 0&&(oe={});var ue,de,pe,Ie,he;this.startIndex=0,this.endIndex=null,this.tagname="",this.attribname="",this.attribvalue="",this.attribs=null,this.stack=[],this.foreignContext=[],this.options=oe,this.cbs=ie??{},this.lowerCaseTagNames=(ue=oe.lowerCaseTags)!==null&&ue!==void 0?ue:!oe.xmlMode,this.lowerCaseAttributeNames=(de=oe.lowerCaseAttributeNames)!==null&&de!==void 0?de:!oe.xmlMode,this.tokenizer=new((pe=oe.Tokenizer)!==null&&pe!==void 0?pe:t.default)(this.options,this),(he=(Ie=this.cbs).onparserinit)===null||he===void 0||he.call(Ie,this)}return re.prototype.updatePosition=function(ie){this.endIndex===null?this.tokenizer.sectionStart<=ie?this.startIndex=0:this.startIndex=this.tokenizer.sectionStart-ie:this.startIndex=this.endIndex+1,this.endIndex=this.tokenizer.getAbsoluteIndex()},re.prototype.ontext=function(ie){var oe,ue;this.updatePosition(1),this.endIndex--,(ue=(oe=this.cbs).ontext)===null||ue===void 0||ue.call(oe,ie)},re.prototype.onopentagname=function(ie){var oe,ue;if(this.lowerCaseTagNames&&(ie=ie.toLowerCase()),this.tagname=ie,!this.options.xmlMode&&Object.prototype.hasOwnProperty.call(k,ie))for(var de=void 0;this.stack.length>0&&k[ie].has(de=this.stack[this.stack.length-1]);)this.onclosetag(de);(this.options.xmlMode||!L.has(ie))&&(this.stack.push(ie),$.has(ie)?this.foreignContext.push(!0):j.has(ie)&&this.foreignContext.push(!1)),(ue=(oe=this.cbs).onopentagname)===null||ue===void 0||ue.call(oe,ie),this.cbs.onopentag&&(this.attribs={})},re.prototype.onopentagend=function(){var ie,oe;this.updatePosition(1),this.attribs&&((oe=(ie=this.cbs).onopentag)===null||oe===void 0||oe.call(ie,this.tagname,this.attribs),this.attribs=null),!this.options.xmlMode&&this.cbs.onclosetag&&L.has(this.tagname)&&this.cbs.onclosetag(this.tagname),this.tagname=""},re.prototype.onclosetag=function(ie){if(this.updatePosition(1),this.lowerCaseTagNames&&(ie=ie.toLowerCase()),($.has(ie)||j.has(ie))&&this.foreignContext.pop(),this.stack.length&&(this.options.xmlMode||!L.has(ie))){var oe=this.stack.lastIndexOf(ie);if(oe!==-1)if(this.cbs.onclosetag)for(oe=this.stack.length-oe;oe--;)this.cbs.onclosetag(this.stack.pop());else this.stack.length=oe;else ie==="p"&&!this.options.xmlMode&&(this.onopentagname(ie),this.closeCurrentTag())}else!this.options.xmlMode&&(ie==="br"||ie==="p")&&(this.onopentagname(ie),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 ie,oe,ue=this.tagname;this.onopentagend(),this.stack[this.stack.length-1]===ue&&((oe=(ie=this.cbs).onclosetag)===null||oe===void 0||oe.call(ie,ue),this.stack.pop())},re.prototype.onattribname=function(ie){this.lowerCaseAttributeNames&&(ie=ie.toLowerCase()),this.attribname=ie},re.prototype.onattribdata=function(ie){this.attribvalue+=ie},re.prototype.onattribend=function(ie){var oe,ue;(ue=(oe=this.cbs).onattribute)===null||ue===void 0||ue.call(oe,this.attribname,this.attribvalue,ie),this.attribs&&!Object.prototype.hasOwnProperty.call(this.attribs,this.attribname)&&(this.attribs[this.attribname]=this.attribvalue),this.attribname="",this.attribvalue=""},re.prototype.getInstructionName=function(ie){var oe=ie.search(V),ue=oe<0?ie:ie.substr(0,oe);return this.lowerCaseTagNames&&(ue=ue.toLowerCase()),ue},re.prototype.ondeclaration=function(ie){if(this.cbs.onprocessinginstruction){var oe=this.getInstructionName(ie);this.cbs.onprocessinginstruction("!"+oe,"!"+ie)}},re.prototype.onprocessinginstruction=function(ie){if(this.cbs.onprocessinginstruction){var oe=this.getInstructionName(ie);this.cbs.onprocessinginstruction("?"+oe,"?"+ie)}},re.prototype.oncomment=function(ie){var oe,ue,de,pe;this.updatePosition(4),(ue=(oe=this.cbs).oncomment)===null||ue===void 0||ue.call(oe,ie),(pe=(de=this.cbs).oncommentend)===null||pe===void 0||pe.call(de)},re.prototype.oncdata=function(ie){var oe,ue,de,pe,Ie,he;this.updatePosition(1),this.options.xmlMode||this.options.recognizeCDATA?((ue=(oe=this.cbs).oncdatastart)===null||ue===void 0||ue.call(oe),(pe=(de=this.cbs).ontext)===null||pe===void 0||pe.call(de,ie),(he=(Ie=this.cbs).oncdataend)===null||he===void 0||he.call(Ie)):this.oncomment("[CDATA["+ie+"]]")},re.prototype.onerror=function(ie){var oe,ue;(ue=(oe=this.cbs).onerror)===null||ue===void 0||ue.call(oe,ie)},re.prototype.onend=function(){var ie,oe;if(this.cbs.onclosetag)for(var ue=this.stack.length;ue>0;this.cbs.onclosetag(this.stack[--ue]));(oe=(ie=this.cbs).onend)===null||oe===void 0||oe.call(ie)},re.prototype.reset=function(){var ie,oe,ue,de;(oe=(ie=this.cbs).onreset)===null||oe===void 0||oe.call(ie),this.tokenizer.reset(),this.tagname="",this.attribname="",this.attribs=null,this.stack=[],(de=(ue=this.cbs).onparserinit)===null||de===void 0||de.call(ue,this)},re.prototype.parseComplete=function(ie){this.reset(),this.end(ie)},re.prototype.write=function(ie){this.tokenizer.write(ie)},re.prototype.end=function(ie){this.tokenizer.end(ie)},re.prototype.pause=function(){this.tokenizer.pause()},re.prototype.resume=function(){this.tokenizer.resume()},re.prototype.parseChunk=function(ie){this.write(ie)},re.prototype.done=function(ie){this.end(ie)},re}();return Parser.Parser=z,Parser}var FeedHandler={},hasRequiredFeedHandler;function requireFeedHandler(){if(hasRequiredFeedHandler)return FeedHandler;hasRequiredFeedHandler=1;var e=commonjsGlobal&&commonjsGlobal.__extends||function(){var _e=function(Ne,Fe){return _e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(Ue,kt){Ue.__proto__=kt}||function(Ue,kt){for(var Et in kt)Object.prototype.hasOwnProperty.call(kt,Et)&&(Ue[Et]=kt[Et])},_e(Ne,Fe)};return function(Ne,Fe){if(typeof Fe!="function"&&Fe!==null)throw new TypeError("Class extends value "+String(Fe)+" is not a constructor or null");_e(Ne,Fe);function Ue(){this.constructor=Ne}Ne.prototype=Fe===null?Object.create(Fe):(Ue.prototype=Fe.prototype,new Ue)}}(),t=commonjsGlobal&&commonjsGlobal.__createBinding||(Object.create?function(_e,Ne,Fe,Ue){Ue===void 0&&(Ue=Fe),Object.defineProperty(_e,Ue,{enumerable:!0,get:function(){return Ne[Fe]}})}:function(_e,Ne,Fe,Ue){Ue===void 0&&(Ue=Fe),_e[Ue]=Ne[Fe]}),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 Fe in _e)Fe!=="default"&&Object.prototype.hasOwnProperty.call(_e,Fe)&&t(Ne,_e,Fe);return y(Ne,_e),Ne},k=commonjsGlobal&&commonjsGlobal.__importDefault||function(_e){return _e&&_e.__esModule?_e:{default:_e}};Object.defineProperty(FeedHandler,"__esModule",{value:!0}),FeedHandler.parseFeed=FeedHandler.FeedHandler=void 0;var L=k(requireLib$a()),$=n(requireLib$7()),j=requireParser$2(),V;(function(_e){_e[_e.image=0]="image",_e[_e.audio=1]="audio",_e[_e.video=2]="video",_e[_e.document=3]="document",_e[_e.executable=4]="executable"})(V||(V={}));var z;(function(_e){_e[_e.sample=0]="sample",_e[_e.full=1]="full",_e[_e.nonstop=2]="nonstop"})(z||(z={}));var re=function(_e){e(Ne,_e);function Ne(Fe,Ue){var kt=this;return typeof Fe=="object"&&(Fe=void 0,Ue=Fe),kt=_e.call(this,Fe,Ue)||this,kt}return Ne.prototype.onend=function(){var Fe,Ue,kt=ue(he,this.dom);if(!kt){this.handleCallback(new Error("couldn't find root of feed"));return}var Et={};if(kt.name==="feed"){var Ve=kt.children;Et.type="atom",Ie(Et,"id","id",Ve),Ie(Et,"title","title",Ve);var qe=pe("href",ue("link",Ve));qe&&(Et.link=qe),Ie(Et,"description","subtitle",Ve);var jt=de("updated",Ve);jt&&(Et.updated=new Date(jt)),Ie(Et,"author","email",Ve,!0),Et.items=oe("entry",Ve).map(function(tr){var rr={},ar=tr.children;Ie(rr,"id","id",ar),Ie(rr,"title","title",ar);var nr=pe("href",ue("link",ar));nr&&(rr.link=nr);var ur=de("summary",ar)||de("content",ar);ur&&(rr.description=ur);var cr=de("updated",ar);return cr&&(rr.pubDate=new Date(cr)),rr.media=ie(ar),rr})}else{var Ve=(Ue=(Fe=ue("channel",kt.children))===null||Fe===void 0?void 0:Fe.children)!==null&&Ue!==void 0?Ue:[];Et.type=kt.name.substr(0,3),Et.id="",Ie(Et,"title","title",Ve),Ie(Et,"link","link",Ve),Ie(Et,"description","description",Ve);var jt=de("lastBuildDate",Ve);jt&&(Et.updated=new Date(jt)),Ie(Et,"author","managingEditor",Ve,!0),Et.items=oe("item",kt.children).map(function(ar){var nr={},ur=ar.children;Ie(nr,"id","guid",ur),Ie(nr,"title","title",ur),Ie(nr,"link","link",ur),Ie(nr,"description","description",ur);var cr=de("pubDate",ur);return cr&&(nr.pubDate=new Date(cr)),nr.media=ie(ur),nr})}this.feed=Et,this.handleCallback(null)},Ne}(L.default);FeedHandler.FeedHandler=re;function ie(_e){return oe("media:content",_e).map(function(Ne){var Fe={medium:Ne.attribs.medium,isDefault:!!Ne.attribs.isDefault};return Ne.attribs.url&&(Fe.url=Ne.attribs.url),Ne.attribs.fileSize&&(Fe.fileSize=parseInt(Ne.attribs.fileSize,10)),Ne.attribs.type&&(Fe.type=Ne.attribs.type),Ne.attribs.expression&&(Fe.expression=Ne.attribs.expression),Ne.attribs.bitrate&&(Fe.bitrate=parseInt(Ne.attribs.bitrate,10)),Ne.attribs.framerate&&(Fe.framerate=parseInt(Ne.attribs.framerate,10)),Ne.attribs.samplingrate&&(Fe.samplingrate=parseInt(Ne.attribs.samplingrate,10)),Ne.attribs.channels&&(Fe.channels=parseInt(Ne.attribs.channels,10)),Ne.attribs.duration&&(Fe.duration=parseInt(Ne.attribs.duration,10)),Ne.attribs.height&&(Fe.height=parseInt(Ne.attribs.height,10)),Ne.attribs.width&&(Fe.width=parseInt(Ne.attribs.width,10)),Ne.attribs.lang&&(Fe.lang=Ne.attribs.lang),Fe})}function oe(_e,Ne){return $.getElementsByTagName(_e,Ne,!0)}function ue(_e,Ne){return $.getElementsByTagName(_e,Ne,!0,1)[0]}function de(_e,Ne,Fe){return Fe===void 0&&(Fe=!1),$.getText($.getElementsByTagName(_e,Ne,Fe,1)).trim()}function pe(_e,Ne){if(!Ne)return null;var Fe=Ne.attribs;return Fe[_e]}function Ie(_e,Ne,Fe,Ue,kt){kt===void 0&&(kt=!1);var Et=de(Fe,Ue,kt);Et&&(_e[Ne]=Et)}function he(_e){return _e==="rss"||_e==="feed"||_e==="rdf:RDF"}function Ce(_e,Ne){Ne===void 0&&(Ne={xmlMode:!0});var Fe=new re(Ne);return new j.Parser(Fe,Ne).end(_e),Fe.feed}return FeedHandler.parseFeed=Ce,FeedHandler}var hasRequiredLib$3;function requireLib$3(){return hasRequiredLib$3||(hasRequiredLib$3=1,function(e){var t=commonjsGlobal&&commonjsGlobal.__createBinding||(Object.create?function(de,pe,Ie,he){he===void 0&&(he=Ie),Object.defineProperty(de,he,{enumerable:!0,get:function(){return pe[Ie]}})}:function(de,pe,Ie,he){he===void 0&&(he=Ie),de[he]=pe[Ie]}),y=commonjsGlobal&&commonjsGlobal.__setModuleDefault||(Object.create?function(de,pe){Object.defineProperty(de,"default",{enumerable:!0,value:pe})}:function(de,pe){de.default=pe}),n=commonjsGlobal&&commonjsGlobal.__importStar||function(de){if(de&&de.__esModule)return de;var pe={};if(de!=null)for(var Ie in de)Ie!=="default"&&Object.prototype.hasOwnProperty.call(de,Ie)&&t(pe,de,Ie);return y(pe,de),pe},k=commonjsGlobal&&commonjsGlobal.__exportStar||function(de,pe){for(var Ie in de)Ie!=="default"&&!Object.prototype.hasOwnProperty.call(pe,Ie)&&t(pe,de,Ie)},L=commonjsGlobal&&commonjsGlobal.__importDefault||function(de){return de&&de.__esModule?de:{default:de}};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 $=requireParser$2();Object.defineProperty(e,"Parser",{enumerable:!0,get:function(){return $.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(de,pe){var Ie=new j.DomHandler(void 0,pe);return new $.Parser(Ie,pe).end(de),Ie.root}e.parseDocument=V;function z(de,pe){return V(de,pe).children}e.parseDOM=z;function re(de,pe,Ie){var he=new j.DomHandler(de,pe,Ie);return new $.Parser(he,pe)}e.createDomStream=re;var ie=requireTokenizer$1();Object.defineProperty(e,"Tokenizer",{enumerable:!0,get:function(){return L(ie).default}});var oe=n(requireLib$b());e.ElementType=oe,k(requireFeedHandler(),e),e.DomUtils=n(requireLib$7());var ue=requireFeedHandler();Object.defineProperty(e,"RssHandler",{enumerable:!0,get:function(){return ue.FeedHandler}})}(lib$4)),lib$4}var parse5Adapter={},lib$3={},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 k{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($){if(this.pos!==this.lastCharPos){const j=this.html.charCodeAt(this.pos+1);if(e.isSurrogatePair(j))return this.pos++,this._addGap(),e.getSurrogatePairCodePoint($,j)}else if(!this.lastChunkWritten)return this.endOfChunkHit=!0,y.EOF;return this._err(t.surrogateInInputStream),$}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($,j){this.html?this.html+=$:this.html=$,this.lastCharPos=this.html.length-1,this.endOfChunkHit=!1,this.lastChunkWritten=j}insertHtmlAtCurrentPos($){this.html=this.html.substring(0,this.pos+1)+$+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 $=this.html.charCodeAt(this.pos);return this.skipNextNewLine&&$===y.LINE_FEED?(this.skipNextNewLine=!1,this._addGap(),this.advance()):$===y.CARRIAGE_RETURN?(this.skipNextNewLine=!0,y.LINE_FEED):(this.skipNextNewLine=!1,e.isSurrogate($)&&($=this._processSurrogate($)),$>31&&$<127||$===y.LINE_FEED||$===y.CARRIAGE_RETURN||$>159&&$<64976||this._checkForProblematicCharacters($),$)}_checkForProblematicCharacters($){e.isControlCodePoint($)?this._err(t.controlCharacterInInputStream):e.isUndefinedCodePoint($)&&this._err(t.noncharacterInInputStream)}retreat(){this.pos===this.lastGapPos&&(this.lastGapPos=this.gapStack.pop(),this.pos--),this.pos--}}return preprocessor=k,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(),k=t.CODE_POINTS,L=t.CODE_POINT_SEQUENCES,$={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,ie="DATA_STATE",oe="RCDATA_STATE",ue="RAWTEXT_STATE",de="SCRIPT_DATA_STATE",pe="PLAINTEXT_STATE",Ie="TAG_OPEN_STATE",he="END_TAG_OPEN_STATE",Ce="TAG_NAME_STATE",_e="RCDATA_LESS_THAN_SIGN_STATE",Ne="RCDATA_END_TAG_OPEN_STATE",Fe="RCDATA_END_TAG_NAME_STATE",Ue="RAWTEXT_LESS_THAN_SIGN_STATE",kt="RAWTEXT_END_TAG_OPEN_STATE",Et="RAWTEXT_END_TAG_NAME_STATE",Ve="SCRIPT_DATA_LESS_THAN_SIGN_STATE",qe="SCRIPT_DATA_END_TAG_OPEN_STATE",jt="SCRIPT_DATA_END_TAG_NAME_STATE",tr="SCRIPT_DATA_ESCAPE_START_STATE",rr="SCRIPT_DATA_ESCAPE_START_DASH_STATE",ar="SCRIPT_DATA_ESCAPED_STATE",nr="SCRIPT_DATA_ESCAPED_DASH_STATE",ur="SCRIPT_DATA_ESCAPED_DASH_DASH_STATE",cr="SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN_STATE",_r="SCRIPT_DATA_ESCAPED_END_TAG_OPEN_STATE",hr="SCRIPT_DATA_ESCAPED_END_TAG_NAME_STATE",Er="SCRIPT_DATA_DOUBLE_ESCAPE_START_STATE",kr="SCRIPT_DATA_DOUBLE_ESCAPED_STATE",xr="SCRIPT_DATA_DOUBLE_ESCAPED_DASH_STATE",yr="SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH_STATE",br="SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN_STATE",Ir="SCRIPT_DATA_DOUBLE_ESCAPE_END_STATE",Mr="BEFORE_ATTRIBUTE_NAME_STATE",mr="ATTRIBUTE_NAME_STATE",gr="AFTER_ATTRIBUTE_NAME_STATE",jr="BEFORE_ATTRIBUTE_VALUE_STATE",Hr="ATTRIBUTE_VALUE_DOUBLE_QUOTED_STATE",Vr="ATTRIBUTE_VALUE_SINGLE_QUOTED_STATE",zr="ATTRIBUTE_VALUE_UNQUOTED_STATE",Sr="AFTER_ATTRIBUTE_VALUE_QUOTED_STATE",Tr="SELF_CLOSING_START_TAG_STATE",Br="BOGUS_COMMENT_STATE",vr="MARKUP_DECLARATION_OPEN_STATE",Cr="COMMENT_START_STATE",Dr="COMMENT_START_DASH_STATE",Rr="COMMENT_STATE",Wr="COMMENT_LESS_THAN_SIGN_STATE",Kr="COMMENT_LESS_THAN_SIGN_BANG_STATE",Nr="COMMENT_LESS_THAN_SIGN_BANG_DASH_STATE",Fr="COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH_STATE",Qr="COMMENT_END_DASH_STATE",ca="COMMENT_END_STATE",Po="COMMENT_END_BANG_STATE",Wa="DOCTYPE_STATE",Go="BEFORE_DOCTYPE_NAME_STATE",us="DOCTYPE_NAME_STATE",Kn="AFTER_DOCTYPE_NAME_STATE",Gr="AFTER_DOCTYPE_PUBLIC_KEYWORD_STATE",Ar="BEFORE_DOCTYPE_PUBLIC_IDENTIFIER_STATE",On="DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED_STATE",kn="DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED_STATE",Sa="AFTER_DOCTYPE_PUBLIC_IDENTIFIER_STATE",sa="BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS_STATE",qa="AFTER_DOCTYPE_SYSTEM_KEYWORD_STATE",To="BEFORE_DOCTYPE_SYSTEM_IDENTIFIER_STATE",Hi="DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED_STATE",na="DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED_STATE",Ma="AFTER_DOCTYPE_SYSTEM_IDENTIFIER_STATE",Ns="BOGUS_DOCTYPE_STATE",cs="CDATA_SECTION_STATE",vl="CDATA_SECTION_BRACKET_STATE",Bl="CDATA_SECTION_END_STATE",Au="CHARACTER_REFERENCE_STATE",xs="NAMED_CHARACTER_REFERENCE_STATE",ju="AMBIGUOS_AMPERSAND_STATE",Lu="NUMERIC_CHARACTER_REFERENCE_STATE",Pc="HEXADEMICAL_CHARACTER_REFERENCE_START_STATE",Nc="DECIMAL_CHARACTER_REFERENCE_START_STATE",gc="HEXADEMICAL_CHARACTER_REFERENCE_STATE",Wl="DECIMAL_CHARACTER_REFERENCE_STATE",ps="NUMERIC_CHARACTER_REFERENCE_END_STATE";function Ds(hs){return hs===k.SPACE||hs===k.LINE_FEED||hs===k.TABULATION||hs===k.FORM_FEED}function Us(hs){return hs>=k.DIGIT_0&&hs<=k.DIGIT_9}function Vs(hs){return hs>=k.LATIN_CAPITAL_A&&hs<=k.LATIN_CAPITAL_Z}function Lr(hs){return hs>=k.LATIN_SMALL_A&&hs<=k.LATIN_SMALL_Z}function Zn(hs){return Lr(hs)||Vs(hs)}function hn(hs){return Zn(hs)||Us(hs)}function Ln(hs){return hs>=k.LATIN_CAPITAL_A&&hs<=k.LATIN_CAPITAL_F}function Vi(hs){return hs>=k.LATIN_SMALL_A&&hs<=k.LATIN_SMALL_F}function Wi(hs){return Us(hs)||Ln(hs)||Vi(hs)}function pa(hs){return hs+32}function Ki(hs){return hs<=65535?String.fromCharCode(hs):(hs-=65536,String.fromCharCode(hs>>>10&1023|55296)+String.fromCharCode(56320|hs&1023))}function Yo(hs){return String.fromCharCode(pa(hs))}function Eo(hs,An){const Uo=y[++hs];let cu=++hs,ko=cu+Uo-1;for(;cu<=ko;){const vu=cu+ko>>>1,Ul=y[vu];if(Ul<An)cu=vu+1;else if(Ul>An)ko=vu-1;else return y[vu+Uo]}return-1}class Fo{constructor(){this.preprocessor=new e,this.tokenQueue=[],this.allowCDATA=!1,this.state=ie,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(An){this._consume(),this._err(An),this._unconsume()}getNextToken(){for(;!this.tokenQueue.length&&this.active;){this.consumedAfterSnapshot=0;const An=this._consume();this._ensureHibernation()||this[this.state](An)}return this.tokenQueue.shift()}write(An,Uo){this.active=!0,this.preprocessor.write(An,Uo)}insertHtmlAtCurrentPos(An){this.active=!0,this.preprocessor.insertHtmlAtCurrentPos(An)}_ensureHibernation(){if(this.preprocessor.endOfChunkHit){for(;this.consumedAfterSnapshot>0;this.consumedAfterSnapshot--)this.preprocessor.retreat();return this.active=!1,this.tokenQueue.push({type:Fo.HIBERNATION_TOKEN}),!0}return!1}_consume(){return this.consumedAfterSnapshot++,this.preprocessor.advance()}_unconsume(){this.consumedAfterSnapshot--,this.preprocessor.retreat()}_reconsumeInState(An){this.state=An,this._unconsume()}_consumeSequenceIfMatch(An,Uo,cu){let ko=0,vu=!0;const Ul=An.length;let tc=0,Fu=Uo,Ku;for(;tc<Ul;tc++){if(tc>0&&(Fu=this._consume(),ko++),Fu===k.EOF){vu=!1;break}if(Ku=An[tc],Fu!==Ku&&(cu||Fu!==pa(Ku))){vu=!1;break}}if(!vu)for(;ko--;)this._unconsume();return vu}_isTempBufferEqualToScriptString(){if(this.tempBuff.length!==L.SCRIPT_STRING.length)return!1;for(let An=0;An<this.tempBuff.length;An++)if(this.tempBuff[An]!==L.SCRIPT_STRING[An])return!1;return!0}_createStartTagToken(){this.currentToken={type:Fo.START_TAG_TOKEN,tagName:"",selfClosing:!1,ackSelfClosing:!1,attrs:[]}}_createEndTagToken(){this.currentToken={type:Fo.END_TAG_TOKEN,tagName:"",selfClosing:!1,attrs:[]}}_createCommentToken(){this.currentToken={type:Fo.COMMENT_TOKEN,data:""}}_createDoctypeToken(An){this.currentToken={type:Fo.DOCTYPE_TOKEN,name:An,forceQuirks:!1,publicId:null,systemId:null}}_createCharacterToken(An,Uo){this.currentCharacterToken={type:An,chars:Uo}}_createEOFToken(){this.currentToken={type:Fo.EOF_TOKEN}}_createAttr(An){this.currentAttr={name:An,value:""}}_leaveAttrName(An){Fo.getTokenAttr(this.currentToken,this.currentAttr.name)===null?this.currentToken.attrs.push(this.currentAttr):this._err(n.duplicateAttribute),this.state=An}_leaveAttrValue(An){this.state=An}_emitCurrentToken(){this._emitCurrentCharacterToken();const An=this.currentToken;this.currentToken=null,An.type===Fo.START_TAG_TOKEN?this.lastStartTagName=An.tagName:An.type===Fo.END_TAG_TOKEN&&(An.attrs.length>0&&this._err(n.endTagWithAttributes),An.selfClosing&&this._err(n.endTagWithTrailingSolidus)),this.tokenQueue.push(An)}_emitCurrentCharacterToken(){this.currentCharacterToken&&(this.tokenQueue.push(this.currentCharacterToken),this.currentCharacterToken=null)}_emitEOFToken(){this._createEOFToken(),this._emitCurrentToken()}_appendCharToCurrentCharacterToken(An,Uo){this.currentCharacterToken&&this.currentCharacterToken.type!==An&&this._emitCurrentCharacterToken(),this.currentCharacterToken?this.currentCharacterToken.chars+=Uo:this._createCharacterToken(An,Uo)}_emitCodePoint(An){let Uo=Fo.CHARACTER_TOKEN;Ds(An)?Uo=Fo.WHITESPACE_CHARACTER_TOKEN:An===k.NULL&&(Uo=Fo.NULL_CHARACTER_TOKEN),this._appendCharToCurrentCharacterToken(Uo,Ki(An))}_emitSeveralCodePoints(An){for(let Uo=0;Uo<An.length;Uo++)this._emitCodePoint(An[Uo])}_emitChars(An){this._appendCharToCurrentCharacterToken(Fo.CHARACTER_TOKEN,An)}_matchNamedCharacterReference(An){let Uo=null,cu=1,ko=Eo(0,An);for(this.tempBuff.push(An);ko>-1;){const vu=y[ko],Ul=vu<re;Ul&&vu&j&&(Uo=vu&V?[y[++ko],y[++ko]]:[y[++ko]],cu=0);const Fu=this._consume();if(this.tempBuff.push(Fu),cu++,Fu===k.EOF)break;Ul?ko=vu&z?Eo(ko,Fu):-1:ko=Fu===vu?++ko:-1}for(;cu--;)this.tempBuff.pop(),this._unconsume();return Uo}_isCharacterReferenceInAttribute(){return this.returnState===Hr||this.returnState===Vr||this.returnState===zr}_isCharacterReferenceAttributeQuirk(An){if(!An&&this._isCharacterReferenceInAttribute()){const Uo=this._consume();return this._unconsume(),Uo===k.EQUALS_SIGN||hn(Uo)}return!1}_flushCodePointsConsumedAsCharacterReference(){if(this._isCharacterReferenceInAttribute())for(let An=0;An<this.tempBuff.length;An++)this.currentAttr.value+=Ki(this.tempBuff[An]);else this._emitSeveralCodePoints(this.tempBuff);this.tempBuff=[]}[ie](An){this.preprocessor.dropParsedChunk(),An===k.LESS_THAN_SIGN?this.state=Ie:An===k.AMPERSAND?(this.returnState=ie,this.state=Au):An===k.NULL?(this._err(n.unexpectedNullCharacter),this._emitCodePoint(An)):An===k.EOF?this._emitEOFToken():this._emitCodePoint(An)}[oe](An){this.preprocessor.dropParsedChunk(),An===k.AMPERSAND?(this.returnState=oe,this.state=Au):An===k.LESS_THAN_SIGN?this.state=_e:An===k.NULL?(this._err(n.unexpectedNullCharacter),this._emitChars(t.REPLACEMENT_CHARACTER)):An===k.EOF?this._emitEOFToken():this._emitCodePoint(An)}[ue](An){this.preprocessor.dropParsedChunk(),An===k.LESS_THAN_SIGN?this.state=Ue:An===k.NULL?(this._err(n.unexpectedNullCharacter),this._emitChars(t.REPLACEMENT_CHARACTER)):An===k.EOF?this._emitEOFToken():this._emitCodePoint(An)}[de](An){this.preprocessor.dropParsedChunk(),An===k.LESS_THAN_SIGN?this.state=Ve:An===k.NULL?(this._err(n.unexpectedNullCharacter),this._emitChars(t.REPLACEMENT_CHARACTER)):An===k.EOF?this._emitEOFToken():this._emitCodePoint(An)}[pe](An){this.preprocessor.dropParsedChunk(),An===k.NULL?(this._err(n.unexpectedNullCharacter),this._emitChars(t.REPLACEMENT_CHARACTER)):An===k.EOF?this._emitEOFToken():this._emitCodePoint(An)}[Ie](An){An===k.EXCLAMATION_MARK?this.state=vr:An===k.SOLIDUS?this.state=he:Zn(An)?(this._createStartTagToken(),this._reconsumeInState(Ce)):An===k.QUESTION_MARK?(this._err(n.unexpectedQuestionMarkInsteadOfTagName),this._createCommentToken(),this._reconsumeInState(Br)):An===k.EOF?(this._err(n.eofBeforeTagName),this._emitChars("<"),this._emitEOFToken()):(this._err(n.invalidFirstCharacterOfTagName),this._emitChars("<"),this._reconsumeInState(ie))}[he](An){Zn(An)?(this._createEndTagToken(),this._reconsumeInState(Ce)):An===k.GREATER_THAN_SIGN?(this._err(n.missingEndTagName),this.state=ie):An===k.EOF?(this._err(n.eofBeforeTagName),this._emitChars("</"),this._emitEOFToken()):(this._err(n.invalidFirstCharacterOfTagName),this._createCommentToken(),this._reconsumeInState(Br))}[Ce](An){Ds(An)?this.state=Mr:An===k.SOLIDUS?this.state=Tr:An===k.GREATER_THAN_SIGN?(this.state=ie,this._emitCurrentToken()):Vs(An)?this.currentToken.tagName+=Yo(An):An===k.NULL?(this._err(n.unexpectedNullCharacter),this.currentToken.tagName+=t.REPLACEMENT_CHARACTER):An===k.EOF?(this._err(n.eofInTag),this._emitEOFToken()):this.currentToken.tagName+=Ki(An)}[_e](An){An===k.SOLIDUS?(this.tempBuff=[],this.state=Ne):(this._emitChars("<"),this._reconsumeInState(oe))}[Ne](An){Zn(An)?(this._createEndTagToken(),this._reconsumeInState(Fe)):(this._emitChars("</"),this._reconsumeInState(oe))}[Fe](An){if(Vs(An))this.currentToken.tagName+=Yo(An),this.tempBuff.push(An);else if(Lr(An))this.currentToken.tagName+=Ki(An),this.tempBuff.push(An);else{if(this.lastStartTagName===this.currentToken.tagName){if(Ds(An)){this.state=Mr;return}if(An===k.SOLIDUS){this.state=Tr;return}if(An===k.GREATER_THAN_SIGN){this.state=ie,this._emitCurrentToken();return}}this._emitChars("</"),this._emitSeveralCodePoints(this.tempBuff),this._reconsumeInState(oe)}}[Ue](An){An===k.SOLIDUS?(this.tempBuff=[],this.state=kt):(this._emitChars("<"),this._reconsumeInState(ue))}[kt](An){Zn(An)?(this._createEndTagToken(),this._reconsumeInState(Et)):(this._emitChars("</"),this._reconsumeInState(ue))}[Et](An){if(Vs(An))this.currentToken.tagName+=Yo(An),this.tempBuff.push(An);else if(Lr(An))this.currentToken.tagName+=Ki(An),this.tempBuff.push(An);else{if(this.lastStartTagName===this.currentToken.tagName){if(Ds(An)){this.state=Mr;return}if(An===k.SOLIDUS){this.state=Tr;return}if(An===k.GREATER_THAN_SIGN){this._emitCurrentToken(),this.state=ie;return}}this._emitChars("</"),this._emitSeveralCodePoints(this.tempBuff),this._reconsumeInState(ue)}}[Ve](An){An===k.SOLIDUS?(this.tempBuff=[],this.state=qe):An===k.EXCLAMATION_MARK?(this.state=tr,this._emitChars("<!")):(this._emitChars("<"),this._reconsumeInState(de))}[qe](An){Zn(An)?(this._createEndTagToken(),this._reconsumeInState(jt)):(this._emitChars("</"),this._reconsumeInState(de))}[jt](An){if(Vs(An))this.currentToken.tagName+=Yo(An),this.tempBuff.push(An);else if(Lr(An))this.currentToken.tagName+=Ki(An),this.tempBuff.push(An);else{if(this.lastStartTagName===this.currentToken.tagName){if(Ds(An)){this.state=Mr;return}else if(An===k.SOLIDUS){this.state=Tr;return}else if(An===k.GREATER_THAN_SIGN){this._emitCurrentToken(),this.state=ie;return}}this._emitChars("</"),this._emitSeveralCodePoints(this.tempBuff),this._reconsumeInState(de)}}[tr](An){An===k.HYPHEN_MINUS?(this.state=rr,this._emitChars("-")):this._reconsumeInState(de)}[rr](An){An===k.HYPHEN_MINUS?(this.state=ur,this._emitChars("-")):this._reconsumeInState(de)}[ar](An){An===k.HYPHEN_MINUS?(this.state=nr,this._emitChars("-")):An===k.LESS_THAN_SIGN?this.state=cr:An===k.NULL?(this._err(n.unexpectedNullCharacter),this._emitChars(t.REPLACEMENT_CHARACTER)):An===k.EOF?(this._err(n.eofInScriptHtmlCommentLikeText),this._emitEOFToken()):this._emitCodePoint(An)}[nr](An){An===k.HYPHEN_MINUS?(this.state=ur,this._emitChars("-")):An===k.LESS_THAN_SIGN?this.state=cr:An===k.NULL?(this._err(n.unexpectedNullCharacter),this.state=ar,this._emitChars(t.REPLACEMENT_CHARACTER)):An===k.EOF?(this._err(n.eofInScriptHtmlCommentLikeText),this._emitEOFToken()):(this.state=ar,this._emitCodePoint(An))}[ur](An){An===k.HYPHEN_MINUS?this._emitChars("-"):An===k.LESS_THAN_SIGN?this.state=cr:An===k.GREATER_THAN_SIGN?(this.state=de,this._emitChars(">")):An===k.NULL?(this._err(n.unexpectedNullCharacter),this.state=ar,this._emitChars(t.REPLACEMENT_CHARACTER)):An===k.EOF?(this._err(n.eofInScriptHtmlCommentLikeText),this._emitEOFToken()):(this.state=ar,this._emitCodePoint(An))}[cr](An){An===k.SOLIDUS?(this.tempBuff=[],this.state=_r):Zn(An)?(this.tempBuff=[],this._emitChars("<"),this._reconsumeInState(Er)):(this._emitChars("<"),this._reconsumeInState(ar))}[_r](An){Zn(An)?(this._createEndTagToken(),this._reconsumeInState(hr)):(this._emitChars("</"),this._reconsumeInState(ar))}[hr](An){if(Vs(An))this.currentToken.tagName+=Yo(An),this.tempBuff.push(An);else if(Lr(An))this.currentToken.tagName+=Ki(An),this.tempBuff.push(An);else{if(this.lastStartTagName===this.currentToken.tagName){if(Ds(An)){this.state=Mr;return}if(An===k.SOLIDUS){this.state=Tr;return}if(An===k.GREATER_THAN_SIGN){this._emitCurrentToken(),this.state=ie;return}}this._emitChars("</"),this._emitSeveralCodePoints(this.tempBuff),this._reconsumeInState(ar)}}[Er](An){Ds(An)||An===k.SOLIDUS||An===k.GREATER_THAN_SIGN?(this.state=this._isTempBufferEqualToScriptString()?kr:ar,this._emitCodePoint(An)):Vs(An)?(this.tempBuff.push(pa(An)),this._emitCodePoint(An)):Lr(An)?(this.tempBuff.push(An),this._emitCodePoint(An)):this._reconsumeInState(ar)}[kr](An){An===k.HYPHEN_MINUS?(this.state=xr,this._emitChars("-")):An===k.LESS_THAN_SIGN?(this.state=br,this._emitChars("<")):An===k.NULL?(this._err(n.unexpectedNullCharacter),this._emitChars(t.REPLACEMENT_CHARACTER)):An===k.EOF?(this._err(n.eofInScriptHtmlCommentLikeText),this._emitEOFToken()):this._emitCodePoint(An)}[xr](An){An===k.HYPHEN_MINUS?(this.state=yr,this._emitChars("-")):An===k.LESS_THAN_SIGN?(this.state=br,this._emitChars("<")):An===k.NULL?(this._err(n.unexpectedNullCharacter),this.state=kr,this._emitChars(t.REPLACEMENT_CHARACTER)):An===k.EOF?(this._err(n.eofInScriptHtmlCommentLikeText),this._emitEOFToken()):(this.state=kr,this._emitCodePoint(An))}[yr](An){An===k.HYPHEN_MINUS?this._emitChars("-"):An===k.LESS_THAN_SIGN?(this.state=br,this._emitChars("<")):An===k.GREATER_THAN_SIGN?(this.state=de,this._emitChars(">")):An===k.NULL?(this._err(n.unexpectedNullCharacter),this.state=kr,this._emitChars(t.REPLACEMENT_CHARACTER)):An===k.EOF?(this._err(n.eofInScriptHtmlCommentLikeText),this._emitEOFToken()):(this.state=kr,this._emitCodePoint(An))}[br](An){An===k.SOLIDUS?(this.tempBuff=[],this.state=Ir,this._emitChars("/")):this._reconsumeInState(kr)}[Ir](An){Ds(An)||An===k.SOLIDUS||An===k.GREATER_THAN_SIGN?(this.state=this._isTempBufferEqualToScriptString()?ar:kr,this._emitCodePoint(An)):Vs(An)?(this.tempBuff.push(pa(An)),this._emitCodePoint(An)):Lr(An)?(this.tempBuff.push(An),this._emitCodePoint(An)):this._reconsumeInState(kr)}[Mr](An){Ds(An)||(An===k.SOLIDUS||An===k.GREATER_THAN_SIGN||An===k.EOF?this._reconsumeInState(gr):An===k.EQUALS_SIGN?(this._err(n.unexpectedEqualsSignBeforeAttributeName),this._createAttr("="),this.state=mr):(this._createAttr(""),this._reconsumeInState(mr)))}[mr](An){Ds(An)||An===k.SOLIDUS||An===k.GREATER_THAN_SIGN||An===k.EOF?(this._leaveAttrName(gr),this._unconsume()):An===k.EQUALS_SIGN?this._leaveAttrName(jr):Vs(An)?this.currentAttr.name+=Yo(An):An===k.QUOTATION_MARK||An===k.APOSTROPHE||An===k.LESS_THAN_SIGN?(this._err(n.unexpectedCharacterInAttributeName),this.currentAttr.name+=Ki(An)):An===k.NULL?(this._err(n.unexpectedNullCharacter),this.currentAttr.name+=t.REPLACEMENT_CHARACTER):this.currentAttr.name+=Ki(An)}[gr](An){Ds(An)||(An===k.SOLIDUS?this.state=Tr:An===k.EQUALS_SIGN?this.state=jr:An===k.GREATER_THAN_SIGN?(this.state=ie,this._emitCurrentToken()):An===k.EOF?(this._err(n.eofInTag),this._emitEOFToken()):(this._createAttr(""),this._reconsumeInState(mr)))}[jr](An){Ds(An)||(An===k.QUOTATION_MARK?this.state=Hr:An===k.APOSTROPHE?this.state=Vr:An===k.GREATER_THAN_SIGN?(this._err(n.missingAttributeValue),this.state=ie,this._emitCurrentToken()):this._reconsumeInState(zr))}[Hr](An){An===k.QUOTATION_MARK?this.state=Sr:An===k.AMPERSAND?(this.returnState=Hr,this.state=Au):An===k.NULL?(this._err(n.unexpectedNullCharacter),this.currentAttr.value+=t.REPLACEMENT_CHARACTER):An===k.EOF?(this._err(n.eofInTag),this._emitEOFToken()):this.currentAttr.value+=Ki(An)}[Vr](An){An===k.APOSTROPHE?this.state=Sr:An===k.AMPERSAND?(this.returnState=Vr,this.state=Au):An===k.NULL?(this._err(n.unexpectedNullCharacter),this.currentAttr.value+=t.REPLACEMENT_CHARACTER):An===k.EOF?(this._err(n.eofInTag),this._emitEOFToken()):this.currentAttr.value+=Ki(An)}[zr](An){Ds(An)?this._leaveAttrValue(Mr):An===k.AMPERSAND?(this.returnState=zr,this.state=Au):An===k.GREATER_THAN_SIGN?(this._leaveAttrValue(ie),this._emitCurrentToken()):An===k.NULL?(this._err(n.unexpectedNullCharacter),this.currentAttr.value+=t.REPLACEMENT_CHARACTER):An===k.QUOTATION_MARK||An===k.APOSTROPHE||An===k.LESS_THAN_SIGN||An===k.EQUALS_SIGN||An===k.GRAVE_ACCENT?(this._err(n.unexpectedCharacterInUnquotedAttributeValue),this.currentAttr.value+=Ki(An)):An===k.EOF?(this._err(n.eofInTag),this._emitEOFToken()):this.currentAttr.value+=Ki(An)}[Sr](An){Ds(An)?this._leaveAttrValue(Mr):An===k.SOLIDUS?this._leaveAttrValue(Tr):An===k.GREATER_THAN_SIGN?(this._leaveAttrValue(ie),this._emitCurrentToken()):An===k.EOF?(this._err(n.eofInTag),this._emitEOFToken()):(this._err(n.missingWhitespaceBetweenAttributes),this._reconsumeInState(Mr))}[Tr](An){An===k.GREATER_THAN_SIGN?(this.currentToken.selfClosing=!0,this.state=ie,this._emitCurrentToken()):An===k.EOF?(this._err(n.eofInTag),this._emitEOFToken()):(this._err(n.unexpectedSolidusInTag),this._reconsumeInState(Mr))}[Br](An){An===k.GREATER_THAN_SIGN?(this.state=ie,this._emitCurrentToken()):An===k.EOF?(this._emitCurrentToken(),this._emitEOFToken()):An===k.NULL?(this._err(n.unexpectedNullCharacter),this.currentToken.data+=t.REPLACEMENT_CHARACTER):this.currentToken.data+=Ki(An)}[vr](An){this._consumeSequenceIfMatch(L.DASH_DASH_STRING,An,!0)?(this._createCommentToken(),this.state=Cr):this._consumeSequenceIfMatch(L.DOCTYPE_STRING,An,!1)?this.state=Wa:this._consumeSequenceIfMatch(L.CDATA_START_STRING,An,!0)?this.allowCDATA?this.state=cs:(this._err(n.cdataInHtmlContent),this._createCommentToken(),this.currentToken.data="[CDATA[",this.state=Br):this._ensureHibernation()||(this._err(n.incorrectlyOpenedComment),this._createCommentToken(),this._reconsumeInState(Br))}[Cr](An){An===k.HYPHEN_MINUS?this.state=Dr:An===k.GREATER_THAN_SIGN?(this._err(n.abruptClosingOfEmptyComment),this.state=ie,this._emitCurrentToken()):this._reconsumeInState(Rr)}[Dr](An){An===k.HYPHEN_MINUS?this.state=ca:An===k.GREATER_THAN_SIGN?(this._err(n.abruptClosingOfEmptyComment),this.state=ie,this._emitCurrentToken()):An===k.EOF?(this._err(n.eofInComment),this._emitCurrentToken(),this._emitEOFToken()):(this.currentToken.data+="-",this._reconsumeInState(Rr))}[Rr](An){An===k.HYPHEN_MINUS?this.state=Qr:An===k.LESS_THAN_SIGN?(this.currentToken.data+="<",this.state=Wr):An===k.NULL?(this._err(n.unexpectedNullCharacter),this.currentToken.data+=t.REPLACEMENT_CHARACTER):An===k.EOF?(this._err(n.eofInComment),this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.data+=Ki(An)}[Wr](An){An===k.EXCLAMATION_MARK?(this.currentToken.data+="!",this.state=Kr):An===k.LESS_THAN_SIGN?this.currentToken.data+="!":this._reconsumeInState(Rr)}[Kr](An){An===k.HYPHEN_MINUS?this.state=Nr:this._reconsumeInState(Rr)}[Nr](An){An===k.HYPHEN_MINUS?this.state=Fr:this._reconsumeInState(Qr)}[Fr](An){An!==k.GREATER_THAN_SIGN&&An!==k.EOF&&this._err(n.nestedComment),this._reconsumeInState(ca)}[Qr](An){An===k.HYPHEN_MINUS?this.state=ca:An===k.EOF?(this._err(n.eofInComment),this._emitCurrentToken(),this._emitEOFToken()):(this.currentToken.data+="-",this._reconsumeInState(Rr))}[ca](An){An===k.GREATER_THAN_SIGN?(this.state=ie,this._emitCurrentToken()):An===k.EXCLAMATION_MARK?this.state=Po:An===k.HYPHEN_MINUS?this.currentToken.data+="-":An===k.EOF?(this._err(n.eofInComment),this._emitCurrentToken(),this._emitEOFToken()):(this.currentToken.data+="--",this._reconsumeInState(Rr))}[Po](An){An===k.HYPHEN_MINUS?(this.currentToken.data+="--!",this.state=Qr):An===k.GREATER_THAN_SIGN?(this._err(n.incorrectlyClosedComment),this.state=ie,this._emitCurrentToken()):An===k.EOF?(this._err(n.eofInComment),this._emitCurrentToken(),this._emitEOFToken()):(this.currentToken.data+="--!",this._reconsumeInState(Rr))}[Wa](An){Ds(An)?this.state=Go:An===k.GREATER_THAN_SIGN?this._reconsumeInState(Go):An===k.EOF?(this._err(n.eofInDoctype),this._createDoctypeToken(null),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(n.missingWhitespaceBeforeDoctypeName),this._reconsumeInState(Go))}[Go](An){Ds(An)||(Vs(An)?(this._createDoctypeToken(Yo(An)),this.state=us):An===k.NULL?(this._err(n.unexpectedNullCharacter),this._createDoctypeToken(t.REPLACEMENT_CHARACTER),this.state=us):An===k.GREATER_THAN_SIGN?(this._err(n.missingDoctypeName),this._createDoctypeToken(null),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this.state=ie):An===k.EOF?(this._err(n.eofInDoctype),this._createDoctypeToken(null),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._createDoctypeToken(Ki(An)),this.state=us))}[us](An){Ds(An)?this.state=Kn:An===k.GREATER_THAN_SIGN?(this.state=ie,this._emitCurrentToken()):Vs(An)?this.currentToken.name+=Yo(An):An===k.NULL?(this._err(n.unexpectedNullCharacter),this.currentToken.name+=t.REPLACEMENT_CHARACTER):An===k.EOF?(this._err(n.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.name+=Ki(An)}[Kn](An){Ds(An)||(An===k.GREATER_THAN_SIGN?(this.state=ie,this._emitCurrentToken()):An===k.EOF?(this._err(n.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this._consumeSequenceIfMatch(L.PUBLIC_STRING,An,!1)?this.state=Gr:this._consumeSequenceIfMatch(L.SYSTEM_STRING,An,!1)?this.state=qa:this._ensureHibernation()||(this._err(n.invalidCharacterSequenceAfterDoctypeName),this.currentToken.forceQuirks=!0,this._reconsumeInState(Ns)))}[Gr](An){Ds(An)?this.state=Ar:An===k.QUOTATION_MARK?(this._err(n.missingWhitespaceAfterDoctypePublicKeyword),this.currentToken.publicId="",this.state=On):An===k.APOSTROPHE?(this._err(n.missingWhitespaceAfterDoctypePublicKeyword),this.currentToken.publicId="",this.state=kn):An===k.GREATER_THAN_SIGN?(this._err(n.missingDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this.state=ie,this._emitCurrentToken()):An===k.EOF?(this._err(n.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(n.missingQuoteBeforeDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(Ns))}[Ar](An){Ds(An)||(An===k.QUOTATION_MARK?(this.currentToken.publicId="",this.state=On):An===k.APOSTROPHE?(this.currentToken.publicId="",this.state=kn):An===k.GREATER_THAN_SIGN?(this._err(n.missingDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this.state=ie,this._emitCurrentToken()):An===k.EOF?(this._err(n.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(n.missingQuoteBeforeDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(Ns)))}[On](An){An===k.QUOTATION_MARK?this.state=Sa:An===k.NULL?(this._err(n.unexpectedNullCharacter),this.currentToken.publicId+=t.REPLACEMENT_CHARACTER):An===k.GREATER_THAN_SIGN?(this._err(n.abruptDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this.state=ie):An===k.EOF?(this._err(n.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.publicId+=Ki(An)}[kn](An){An===k.APOSTROPHE?this.state=Sa:An===k.NULL?(this._err(n.unexpectedNullCharacter),this.currentToken.publicId+=t.REPLACEMENT_CHARACTER):An===k.GREATER_THAN_SIGN?(this._err(n.abruptDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this.state=ie):An===k.EOF?(this._err(n.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.publicId+=Ki(An)}[Sa](An){Ds(An)?this.state=sa:An===k.GREATER_THAN_SIGN?(this.state=ie,this._emitCurrentToken()):An===k.QUOTATION_MARK?(this._err(n.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),this.currentToken.systemId="",this.state=Hi):An===k.APOSTROPHE?(this._err(n.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),this.currentToken.systemId="",this.state=na):An===k.EOF?(this._err(n.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(n.missingQuoteBeforeDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(Ns))}[sa](An){Ds(An)||(An===k.GREATER_THAN_SIGN?(this._emitCurrentToken(),this.state=ie):An===k.QUOTATION_MARK?(this.currentToken.systemId="",this.state=Hi):An===k.APOSTROPHE?(this.currentToken.systemId="",this.state=na):An===k.EOF?(this._err(n.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(n.missingQuoteBeforeDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(Ns)))}[qa](An){Ds(An)?this.state=To:An===k.QUOTATION_MARK?(this._err(n.missingWhitespaceAfterDoctypeSystemKeyword),this.currentToken.systemId="",this.state=Hi):An===k.APOSTROPHE?(this._err(n.missingWhitespaceAfterDoctypeSystemKeyword),this.currentToken.systemId="",this.state=na):An===k.GREATER_THAN_SIGN?(this._err(n.missingDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this.state=ie,this._emitCurrentToken()):An===k.EOF?(this._err(n.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(n.missingQuoteBeforeDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(Ns))}[To](An){Ds(An)||(An===k.QUOTATION_MARK?(this.currentToken.systemId="",this.state=Hi):An===k.APOSTROPHE?(this.currentToken.systemId="",this.state=na):An===k.GREATER_THAN_SIGN?(this._err(n.missingDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this.state=ie,this._emitCurrentToken()):An===k.EOF?(this._err(n.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(n.missingQuoteBeforeDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(Ns)))}[Hi](An){An===k.QUOTATION_MARK?this.state=Ma:An===k.NULL?(this._err(n.unexpectedNullCharacter),this.currentToken.systemId+=t.REPLACEMENT_CHARACTER):An===k.GREATER_THAN_SIGN?(this._err(n.abruptDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this.state=ie):An===k.EOF?(this._err(n.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.systemId+=Ki(An)}[na](An){An===k.APOSTROPHE?this.state=Ma:An===k.NULL?(this._err(n.unexpectedNullCharacter),this.currentToken.systemId+=t.REPLACEMENT_CHARACTER):An===k.GREATER_THAN_SIGN?(this._err(n.abruptDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this.state=ie):An===k.EOF?(this._err(n.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.systemId+=Ki(An)}[Ma](An){Ds(An)||(An===k.GREATER_THAN_SIGN?(this._emitCurrentToken(),this.state=ie):An===k.EOF?(this._err(n.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(n.unexpectedCharacterAfterDoctypeSystemIdentifier),this._reconsumeInState(Ns)))}[Ns](An){An===k.GREATER_THAN_SIGN?(this._emitCurrentToken(),this.state=ie):An===k.NULL?this._err(n.unexpectedNullCharacter):An===k.EOF&&(this._emitCurrentToken(),this._emitEOFToken())}[cs](An){An===k.RIGHT_SQUARE_BRACKET?this.state=vl:An===k.EOF?(this._err(n.eofInCdata),this._emitEOFToken()):this._emitCodePoint(An)}[vl](An){An===k.RIGHT_SQUARE_BRACKET?this.state=Bl:(this._emitChars("]"),this._reconsumeInState(cs))}[Bl](An){An===k.GREATER_THAN_SIGN?this.state=ie:An===k.RIGHT_SQUARE_BRACKET?this._emitChars("]"):(this._emitChars("]]"),this._reconsumeInState(cs))}[Au](An){this.tempBuff=[k.AMPERSAND],An===k.NUMBER_SIGN?(this.tempBuff.push(An),this.state=Lu):hn(An)?this._reconsumeInState(xs):(this._flushCodePointsConsumedAsCharacterReference(),this._reconsumeInState(this.returnState))}[xs](An){const Uo=this._matchNamedCharacterReference(An);if(this._ensureHibernation())this.tempBuff=[k.AMPERSAND];else if(Uo){const cu=this.tempBuff[this.tempBuff.length-1]===k.SEMICOLON;this._isCharacterReferenceAttributeQuirk(cu)||(cu||this._errOnNextCodePoint(n.missingSemicolonAfterCharacterReference),this.tempBuff=Uo),this._flushCodePointsConsumedAsCharacterReference(),this.state=this.returnState}else this._flushCodePointsConsumedAsCharacterReference(),this.state=ju}[ju](An){hn(An)?this._isCharacterReferenceInAttribute()?this.currentAttr.value+=Ki(An):this._emitCodePoint(An):(An===k.SEMICOLON&&this._err(n.unknownNamedCharacterReference),this._reconsumeInState(this.returnState))}[Lu](An){this.charRefCode=0,An===k.LATIN_SMALL_X||An===k.LATIN_CAPITAL_X?(this.tempBuff.push(An),this.state=Pc):this._reconsumeInState(Nc)}[Pc](An){Wi(An)?this._reconsumeInState(gc):(this._err(n.absenceOfDigitsInNumericCharacterReference),this._flushCodePointsConsumedAsCharacterReference(),this._reconsumeInState(this.returnState))}[Nc](An){Us(An)?this._reconsumeInState(Wl):(this._err(n.absenceOfDigitsInNumericCharacterReference),this._flushCodePointsConsumedAsCharacterReference(),this._reconsumeInState(this.returnState))}[gc](An){Ln(An)?this.charRefCode=this.charRefCode*16+An-55:Vi(An)?this.charRefCode=this.charRefCode*16+An-87:Us(An)?this.charRefCode=this.charRefCode*16+An-48:An===k.SEMICOLON?this.state=ps:(this._err(n.missingSemicolonAfterCharacterReference),this._reconsumeInState(ps))}[Wl](An){Us(An)?this.charRefCode=this.charRefCode*10+An-48:An===k.SEMICOLON?this.state=ps:(this._err(n.missingSemicolonAfterCharacterReference),this._reconsumeInState(ps))}[ps](){if(this.charRefCode===k.NULL)this._err(n.nullCharacterReference),this.charRefCode=k.REPLACEMENT_CHARACTER;else if(this.charRefCode>1114111)this._err(n.characterReferenceOutsideUnicodeRange),this.charRefCode=k.REPLACEMENT_CHARACTER;else if(t.isSurrogate(this.charRefCode))this._err(n.surrogateCharacterReference),this.charRefCode=k.REPLACEMENT_CHARACTER;else if(t.isUndefinedCodePoint(this.charRefCode))this._err(n.noncharacterCharacterReference);else if(t.isControlCodePoint(this.charRefCode)||this.charRefCode===k.CARRIAGE_RETURN){this._err(n.controlCharacterReference);const An=$[this.charRefCode];An&&(this.charRefCode=An)}this.tempBuff=[this.charRefCode],this._flushCodePointsConsumedAsCharacterReference(),this._reconsumeInState(this.returnState)}}return Fo.CHARACTER_TOKEN="CHARACTER_TOKEN",Fo.NULL_CHARACTER_TOKEN="NULL_CHARACTER_TOKEN",Fo.WHITESPACE_CHARACTER_TOKEN="WHITESPACE_CHARACTER_TOKEN",Fo.START_TAG_TOKEN="START_TAG_TOKEN",Fo.END_TAG_TOKEN="END_TAG_TOKEN",Fo.COMMENT_TOKEN="COMMENT_TOKEN",Fo.DOCTYPE_TOKEN="DOCTYPE_TOKEN",Fo.EOF_TOKEN="EOF_TOKEN",Fo.HIBERNATION_TOKEN="HIBERNATION_TOKEN",Fo.MODE={DATA:ie,RCDATA:oe,RAWTEXT:ue,SCRIPT_DATA:de,PLAINTEXT:pe},Fo.getTokenAttr=function(hs,An){for(let Uo=hs.attrs.length-1;Uo>=0;Uo--)if(hs.attrs[Uo].name===An)return hs.attrs[Uo].value;return null},tokenizer=Fo,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 k(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 L(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 ${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]),ie=this.treeAdapter.getNamespaceURI(this.items[z]);if(re===V&&ie===y.HTML)return!0;if(L(re,ie))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(L(z,re))return!1}return!0}hasInListItemScope(V){for(let z=this.stackTop;z>=0;z--){const re=this.treeAdapter.getTagName(this.items[z]),ie=this.treeAdapter.getNamespaceURI(this.items[z]);if(re===V&&ie===y.HTML)return!0;if((re===t.UL||re===t.OL)&&ie===y.HTML||L(re,ie))return!1}return!0}hasInButtonScope(V){for(let z=this.stackTop;z>=0;z--){const re=this.treeAdapter.getTagName(this.items[z]),ie=this.treeAdapter.getNamespaceURI(this.items[z]);if(re===V&&ie===y.HTML)return!0;if(re===t.BUTTON&&ie===y.HTML||L(re,ie))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(;k(this.currentTagName);)this.pop()}generateImpliedEndTagsWithExclusion(V){for(;n(this.currentTagName)&&this.currentTagName!==V;)this.pop()}}return openElementStack=$,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 k=[];if(this.length>=e){const L=this.treeAdapter.getAttrList(n).length,$=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,ie=this.treeAdapter.getAttrList(re);this.treeAdapter.getTagName(re)===$&&this.treeAdapter.getNamespaceURI(re)===j&&ie.length===L&&k.push({idx:V,attrs:ie})}}return k.length<e?[]:k}_ensureNoahArkCondition(n){const k=this._getNoahArkConditionCandidates(n);let L=k.length;if(L){const $=this.treeAdapter.getAttrList(n),j=$.length,V=Object.create(null);for(let z=0;z<j;z++){const re=$[z];V[re.name]=re.value}for(let z=0;z<j;z++)for(let re=0;re<L;re++){const ie=k[re].attrs[z];if(V[ie.name]!==ie.value&&(k.splice(re,1),L--),k.length<e)return}for(let z=L-1;z>=e-1;z--)this.entries.splice(k[z].idx,1),this.length--}}insertMarker(){this.entries.push({type:t.MARKER_ENTRY}),this.length++}pushElement(n,k){this._ensureNoahArkCondition(n),this.entries.push({type:t.ELEMENT_ENTRY,element:n,token:k}),this.length++}insertElementAfterBookmark(n,k){let L=this.length-1;for(;L>=0&&this.entries[L]!==this.bookmark;L--);this.entries.splice(L+1,0,{type:t.ELEMENT_ENTRY,element:n,token:k}),this.length++}removeEntry(n){for(let k=this.length-1;k>=0;k--)if(this.entries[k]===n){this.entries.splice(k,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 k=this.length-1;k>=0;k--){const L=this.entries[k];if(L.type===t.MARKER_ENTRY)return null;if(this.treeAdapter.getTagName(L.element)===n)return L}return null}getElementEntry(n){for(let k=this.length-1;k>=0;k--){const L=this.entries[k];if(L.type===t.ELEMENT_ENTRY&&L.element===n)return L}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={},k=this._getOverriddenMethods(this,n);for(const L of Object.keys(k))typeof k[L]=="function"&&(n[L]=y[L],y[L]=k[L])}_getOverriddenMethods(){throw new Error("Not implemented")}}return e.install=function(t,y,n){t.__mixins||(t.__mixins=[]);for(let L=0;L<t.__mixins.length;L++)if(t.__mixins[L].constructor===y)return t.__mixins[L];const k=new y(t,n);return t.__mixins.push(k),k},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,k){return{advance(){const L=this.pos+1,$=this.html[L];return n.isEol&&(n.isEol=!1,n.line++,n.lineStartPos=L),($===`
`||$==="\r"&&this.html[L+1]!==`
`)&&(n.isEol=!0),n.col=L-n.lineStartPos+1,n.offset=n.droppedBufferSize+L,k.advance.call(this)},retreat(){k.retreat.call(this),n.isEol=!1,n.col=this.pos-n.lineStartPos+1},dropParsedChunk(){const L=this.pos;k.dropParsedChunk.call(this);const $=L-this.pos;n.lineStartPos-=$,n.droppedBufferSize+=$,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(L){super(L),this.tokenizer=L,this.posTracker=e.install(L.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 L=this.tokenizer.currentToken,$=this.tokenizer.currentAttr;L.location.attrs||(L.location.attrs=Object.create(null)),L.location.attrs[$.name]=this.currentAttrLocation}_getOverriddenMethods(L,$){const j={_createStartTagToken(){$._createStartTagToken.call(this),this.currentToken.location=L.ctLoc},_createEndTagToken(){$._createEndTagToken.call(this),this.currentToken.location=L.ctLoc},_createCommentToken(){$._createCommentToken.call(this),this.currentToken.location=L.ctLoc},_createDoctypeToken(V){$._createDoctypeToken.call(this,V),this.currentToken.location=L.ctLoc},_createCharacterToken(V,z){$._createCharacterToken.call(this,V,z),this.currentCharacterToken.location=L.ctLoc},_createEOFToken(){$._createEOFToken.call(this),this.currentToken.location=L._getCurrentLocation()},_createAttr(V){$._createAttr.call(this,V),L.currentAttrLocation=L._getCurrentLocation()},_leaveAttrName(V){$._leaveAttrName.call(this,V),L._attachCurrentAttrLocationInfo()},_leaveAttrValue(V){$._leaveAttrValue.call(this,V),L._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=L.posTracker.line,V.endCol=L.posTracker.col+1,V.endOffset=L.posTracker.offset+1),$._emitCurrentToken.call(this)},_emitCurrentCharacterToken(){const V=this.currentCharacterToken&&this.currentCharacterToken.location;V&&V.endOffset===-1&&(V.endLine=L.posTracker.line,V.endCol=L.posTracker.col,V.endOffset=L.posTracker.offset),$._emitCurrentCharacterToken.call(this)}};return Object.keys(t.MODE).forEach(V=>{const z=t.MODE[V];j[z]=function(re){L.ctLoc=L._getCurrentLocation(),$[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,k){super(n),this.onItemPop=k.onItemPop}_getOverriddenMethods(n,k){return{pop(){n.onItemPop(this.current),k.pop.call(this)},popAllUpToHtmlElement(){for(let L=this.stackTop;L>0;L--)n.onItemPop(this.items[L]);k.popAllUpToHtmlElement.call(this)},remove(L){n.onItemPop(this.current),k.remove.call(this,L)}}}}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(),L=requireHtml().TAG_NAMES;class $ 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 ie=z.location,oe=this.treeAdapter.getTagName(V),ue=z.type===t.END_TAG_TOKEN&&oe===z.tagName,de={};ue?(de.endTag=Object.assign({},ie),de.endLine=ie.endLine,de.endCol=ie.endCol,de.endOffset=ie.endOffset):(de.endLine=ie.startLine,de.endCol=ie.startCol,de.endOffset=ie.startOffset),this.treeAdapter.updateNodeSourceCodeLocation(V,de)}}_getOverriddenMethods(V,z){return{_bootstrap(re,ie){z._bootstrap.call(this,re,ie),V.lastStartTagToken=null,V.lastFosterParentingLocation=null,V.currentToken=null;const oe=e.install(this.tokenizer,y);V.posTracker=oe.posTracker,e.install(this.openElements,n,{onItemPop:function(ue){V._setEndLocation(ue,V.currentToken)}})},_runParsingLoop(re){z._runParsingLoop.call(this,re);for(let ie=this.openElements.stackTop;ie>=0;ie--)V._setEndLocation(this.openElements.items[ie],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===L.HTML||re.tagName===L.BODY&&this.openElements.hasInScope(L.BODY)))for(let oe=this.openElements.stackTop;oe>=0;oe--){const ue=this.openElements.items[oe];if(this.treeAdapter.getTagName(ue)===re.tagName){V._setEndLocation(ue,re);break}}},_setDocumentType(re){z._setDocumentType.call(this,re);const ie=this.treeAdapter.getChildNodes(this.document),oe=ie.length;for(let ue=0;ue<oe;ue++){const de=ie[ue];if(this.treeAdapter.isDocumentTypeNode(de)){this.treeAdapter.setNodeSourceCodeLocation(de,re.location);break}}},_attachElementToTree(re){V._setStartLocation(re),V.lastStartTagToken=null,z._attachElementToTree.call(this,re)},_appendElement(re,ie){V.lastStartTagToken=re,z._appendElement.call(this,re,ie)},_insertElement(re,ie){V.lastStartTagToken=re,z._insertElement.call(this,re,ie)},_insertTemplate(re){V.lastStartTagToken=re,z._insertTemplate.call(this,re);const ie=this.treeAdapter.getTemplateContent(this.openElements.current);this.treeAdapter.setNodeSourceCodeLocation(ie,null)},_insertFakeRootElement(){z._insertFakeRootElement.call(this),this.treeAdapter.setNodeSourceCodeLocation(this.openElements.current,null)},_appendCommentNode(re,ie){z._appendCommentNode.call(this,re,ie);const oe=this.treeAdapter.getChildNodes(ie),ue=oe[oe.length-1];this.treeAdapter.setNodeSourceCodeLocation(ue,re.location)},_findFosterParentingLocation(){return V.lastFosterParentingLocation=z._findFosterParentingLocation.call(this),V.lastFosterParentingLocation},_insertCharacters(re){z._insertCharacters.call(this,re);const ie=this._shouldFosterParentOnInsertion(),oe=ie&&V.lastFosterParentingLocation.parent||this.openElements.currentTmplContent||this.openElements.current,ue=this.treeAdapter.getChildNodes(oe),de=ie&&V.lastFosterParentingLocation.beforeElement?ue.indexOf(V.lastFosterParentingLocation.beforeElement)-1:ue.length-1,pe=ue[de];if(this.treeAdapter.getNodeSourceCodeLocation(pe)){const{endLine:he,endCol:Ce,endOffset:_e}=re.location;this.treeAdapter.updateNodeSourceCodeLocation(pe,{endLine:he,endCol:Ce,endOffset:_e})}else this.treeAdapter.setNodeSourceCodeLocation(pe,re.location)}}}}return parserMixin$1=$,parserMixin$1}var mixinBase,hasRequiredMixinBase;function requireMixinBase(){if(hasRequiredMixinBase)return mixinBase;hasRequiredMixinBase=1;const e=requireMixin();class t extends e{constructor(n,k){super(n),this.posTracker=null,this.onParseError=k.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 k={code:n,startLine:-1,startCol:-1,startOffset:-1,endLine:-1,endCol:-1,endOffset:-1};this._setErrorLocation(k),this.onParseError(k)}_getOverriddenMethods(n){return{_err(k){n._reportError(k)}}}}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(L,$){super(L,$),this.posTracker=y.install(L,t),this.lastErrOffset=-1}_reportError(L){this.lastErrOffset!==this.posTracker.offset&&(this.lastErrOffset=this.posTracker.offset,super._reportError(L))}}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(L,$){super(L,$);const j=y.install(L.preprocessor,t,$);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 k extends e{constructor($,j){super($,j),this.opts=j,this.ctLoc=null,this.locBeforeToken=!1}_setErrorLocation($){this.ctLoc&&($.startLine=this.ctLoc.startLine,$.startCol=this.ctLoc.startCol,$.startOffset=this.ctLoc.startOffset,$.endLine=this.locBeforeToken?this.ctLoc.startLine:this.ctLoc.endLine,$.endCol=this.locBeforeToken?this.ctLoc.startCol:this.ctLoc.endCol,$.endOffset=this.locBeforeToken?this.ctLoc.startOffset:this.ctLoc.endOffset)}_getOverriddenMethods($,j){return{_bootstrap(V,z){j._bootstrap.call(this,V,z),n.install(this.tokenizer,t,$.opts),n.install(this.tokenizer,y)},_processInputToken(V){$.ctLoc=V.location,j._processInputToken.call(this,V)},_err(V,z){$.locBeforeToken=z&&z.beforeToken,$._reportError(V)}}}}return parserMixin=k,parserMixin}var _default={},hasRequired_default;function require_default(){if(hasRequired_default)return _default;hasRequired_default=1;const{DOCUMENT_MODE:e}=requireHtml();_default.createDocument=function(){return{nodeName:"#document",mode:e.NO_QUIRKS,childNodes:[]}},_default.createDocumentFragment=function(){return{nodeName:"#document-fragment",childNodes:[]}},_default.createElement=function(k,L,$){return{nodeName:k,tagName:k,attrs:$,namespaceURI:L,childNodes:[],parentNode:null}},_default.createCommentNode=function(k){return{nodeName:"#comment",data:k,parentNode:null}};const t=function(k){return{nodeName:"#text",value:k,parentNode:null}},y=_default.appendChild=function(k,L){k.childNodes.push(L),L.parentNode=k},n=_default.insertBefore=function(k,L,$){const j=k.childNodes.indexOf($);k.childNodes.splice(j,0,L),L.parentNode=k};return _default.setTemplateContent=function(k,L){k.content=L},_default.getTemplateContent=function(k){return k.content},_default.setDocumentType=function(k,L,$,j){let V=null;for(let z=0;z<k.childNodes.length;z++)if(k.childNodes[z].nodeName==="#documentType"){V=k.childNodes[z];break}V?(V.name=L,V.publicId=$,V.systemId=j):y(k,{nodeName:"#documentType",name:L,publicId:$,systemId:j})},_default.setDocumentMode=function(k,L){k.mode=L},_default.getDocumentMode=function(k){return k.mode},_default.detachNode=function(k){if(k.parentNode){const L=k.parentNode.childNodes.indexOf(k);k.parentNode.childNodes.splice(L,1),k.parentNode=null}},_default.insertText=function(k,L){if(k.childNodes.length){const $=k.childNodes[k.childNodes.length-1];if($.nodeName==="#text"){$.value+=L;return}}y(k,t(L))},_default.insertTextBefore=function(k,L,$){const j=k.childNodes[k.childNodes.indexOf($)-1];j&&j.nodeName==="#text"?j.value+=L:n(k,t(L),$)},_default.adoptAttributes=function(k,L){const $=[];for(let j=0;j<k.attrs.length;j++)$.push(k.attrs[j].name);for(let j=0;j<L.length;j++)$.indexOf(L[j].name)===-1&&k.attrs.push(L[j])},_default.getFirstChild=function(k){return k.childNodes[0]},_default.getChildNodes=function(k){return k.childNodes},_default.getParentNode=function(k){return k.parentNode},_default.getAttrList=function(k){return k.attrs},_default.getTagName=function(k){return k.tagName},_default.getNamespaceURI=function(k){return k.namespaceURI},_default.getTextNodeContent=function(k){return k.value},_default.getCommentNodeContent=function(k){return k.data},_default.getDocumentTypeNodeName=function(k){return k.name},_default.getDocumentTypeNodePublicId=function(k){return k.publicId},_default.getDocumentTypeNodeSystemId=function(k){return k.systemId},_default.isTextNode=function(k){return k.nodeName==="#text"},_default.isCommentNode=function(k){return k.nodeName==="#comment"},_default.isDocumentTypeNode=function(k){return k.nodeName==="#documentType"},_default.isElementNode=function(k){return!!k.tagName},_default.setNodeSourceCodeLocation=function(k,L){k.sourceCodeLocation=L},_default.getNodeSourceCodeLocation=function(k){return k.sourceCodeLocation},_default.updateNodeSourceCodeLocation=function(k,L){k.sourceCodeLocation=Object.assign(k.sourceCodeLocation,L)},_default}var mergeOptions,hasRequiredMergeOptions;function requireMergeOptions(){return hasRequiredMergeOptions||(hasRequiredMergeOptions=1,mergeOptions=function(t,y){return y=y||Object.create(null),[t,y].reduce((n,k)=>(Object.keys(k).forEach(L=>{n[L]=k[L]}),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",k=["+//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//"],L=k.concat(["-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"]),$=["-//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(ie){const oe=ie.indexOf('"')!==-1?"'":'"';return oe+ie+oe}function re(ie,oe){for(let ue=0;ue<oe.length;ue++)if(ie.indexOf(oe[ue])===0)return!0;return!1}return doctype.isConforming=function(ie){return ie.name===t&&ie.publicId===null&&(ie.systemId===null||ie.systemId===y)},doctype.getDocumentMode=function(ie){if(ie.name!==t)return e.QUIRKS;const oe=ie.systemId;if(oe&&oe.toLowerCase()===n)return e.QUIRKS;let ue=ie.publicId;if(ue!==null){if(ue=ue.toLowerCase(),$.indexOf(ue)>-1)return e.QUIRKS;let de=oe===null?L:k;if(re(ue,de))return e.QUIRKS;if(de=oe===null?j:V,re(ue,de))return e.LIMITED_QUIRKS}return e.NO_QUIRKS},doctype.serializeContent=function(ie,oe,ue){let de="!DOCTYPE ";return ie&&(de+=ie),oe?de+=" PUBLIC "+z(oe):ue&&(de+=" SYSTEM"),ue!==null&&(de+=" "+z(ue)),de},doctype}var foreignContent={},hasRequiredForeignContent;function requireForeignContent(){if(hasRequiredForeignContent)return foreignContent;hasRequiredForeignContent=1;const e=requireTokenizer(),t=requireHtml(),y=t.TAG_NAMES,n=t.NAMESPACES,k=t.ATTRS,L={TEXT_HTML:"text/html",APPLICATION_XML:"application/xhtml+xml"},$="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"},ie={[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(de){const pe=de.tagName;return pe===y.FONT&&(e.getTokenAttr(de,k.COLOR)!==null||e.getTokenAttr(de,k.SIZE)!==null||e.getTokenAttr(de,k.FACE)!==null)?!0:ie[pe]},foreignContent.adjustTokenMathMLAttrs=function(de){for(let pe=0;pe<de.attrs.length;pe++)if(de.attrs[pe].name===$){de.attrs[pe].name=j;break}},foreignContent.adjustTokenSVGAttrs=function(de){for(let pe=0;pe<de.attrs.length;pe++){const Ie=V[de.attrs[pe].name];Ie&&(de.attrs[pe].name=Ie)}},foreignContent.adjustTokenXMLAttrs=function(de){for(let pe=0;pe<de.attrs.length;pe++){const Ie=z[de.attrs[pe].name];Ie&&(de.attrs[pe].prefix=Ie.prefix,de.attrs[pe].name=Ie.name,de.attrs[pe].namespace=Ie.namespace)}},foreignContent.adjustTokenSVGTagName=function(de){const pe=re[de.tagName];pe&&(de.tagName=pe)};function oe(de,pe){return pe===n.MATHML&&(de===y.MI||de===y.MO||de===y.MN||de===y.MS||de===y.MTEXT)}function ue(de,pe,Ie){if(pe===n.MATHML&&de===y.ANNOTATION_XML){for(let he=0;he<Ie.length;he++)if(Ie[he].name===k.ENCODING){const Ce=Ie[he].value.toLowerCase();return Ce===L.TEXT_HTML||Ce===L.APPLICATION_XML}}return pe===n.SVG&&(de===y.FOREIGN_OBJECT||de===y.DESC||de===y.TITLE)}return foreignContent.isIntegrationPoint=function(de,pe,Ie,he){return!!((!he||he===n.HTML)&&ue(de,pe,Ie)||(!he||he===n.MATHML)&&oe(de,pe))},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(),k=requireParserMixin(),L=requireMixin(),$=require_default(),j=requireMergeOptions(),V=requireDoctype(),z=requireForeignContent(),re=requireErrorCodes(),ie=requireUnicode(),oe=requireHtml(),ue=oe.TAG_NAMES,de=oe.NAMESPACES,pe=oe.ATTRS,Ie={scriptingEnabled:!0,sourceCodeLocationInfo:!1,onParseError:null,treeAdapter:$},he="hidden",Ce=8,_e=3,Ne="INITIAL_MODE",Fe="BEFORE_HTML_MODE",Ue="BEFORE_HEAD_MODE",kt="IN_HEAD_MODE",Et="IN_HEAD_NO_SCRIPT_MODE",Ve="AFTER_HEAD_MODE",qe="IN_BODY_MODE",jt="TEXT_MODE",tr="IN_TABLE_MODE",rr="IN_TABLE_TEXT_MODE",ar="IN_CAPTION_MODE",nr="IN_COLUMN_GROUP_MODE",ur="IN_TABLE_BODY_MODE",cr="IN_ROW_MODE",_r="IN_CELL_MODE",hr="IN_SELECT_MODE",Er="IN_SELECT_IN_TABLE_MODE",kr="IN_TEMPLATE_MODE",xr="AFTER_BODY_MODE",yr="IN_FRAMESET_MODE",br="AFTER_FRAMESET_MODE",Ir="AFTER_AFTER_BODY_MODE",Mr="AFTER_AFTER_FRAMESET_MODE",mr={[ue.TR]:cr,[ue.TBODY]:ur,[ue.THEAD]:ur,[ue.TFOOT]:ur,[ue.CAPTION]:ar,[ue.COLGROUP]:nr,[ue.TABLE]:tr,[ue.BODY]:qe,[ue.FRAMESET]:yr},gr={[ue.CAPTION]:tr,[ue.COLGROUP]:tr,[ue.TBODY]:tr,[ue.TFOOT]:tr,[ue.THEAD]:tr,[ue.COL]:nr,[ue.TR]:ur,[ue.TD]:cr,[ue.TH]:cr},jr={[Ne]:{[e.CHARACTER_TOKEN]:Po,[e.NULL_CHARACTER_TOKEN]:Po,[e.WHITESPACE_CHARACTER_TOKEN]:Dr,[e.COMMENT_TOKEN]:Wr,[e.DOCTYPE_TOKEN]:ca,[e.START_TAG_TOKEN]:Po,[e.END_TAG_TOKEN]:Po,[e.EOF_TOKEN]:Po},[Fe]:{[e.CHARACTER_TOKEN]:us,[e.NULL_CHARACTER_TOKEN]:us,[e.WHITESPACE_CHARACTER_TOKEN]:Dr,[e.COMMENT_TOKEN]:Wr,[e.DOCTYPE_TOKEN]:Dr,[e.START_TAG_TOKEN]:Wa,[e.END_TAG_TOKEN]:Go,[e.EOF_TOKEN]:us},[Ue]:{[e.CHARACTER_TOKEN]:Ar,[e.NULL_CHARACTER_TOKEN]:Ar,[e.WHITESPACE_CHARACTER_TOKEN]:Dr,[e.COMMENT_TOKEN]:Wr,[e.DOCTYPE_TOKEN]:Rr,[e.START_TAG_TOKEN]:Kn,[e.END_TAG_TOKEN]:Gr,[e.EOF_TOKEN]:Ar},[kt]:{[e.CHARACTER_TOKEN]:Sa,[e.NULL_CHARACTER_TOKEN]:Sa,[e.WHITESPACE_CHARACTER_TOKEN]:Fr,[e.COMMENT_TOKEN]:Wr,[e.DOCTYPE_TOKEN]:Rr,[e.START_TAG_TOKEN]:On,[e.END_TAG_TOKEN]:kn,[e.EOF_TOKEN]:Sa},[Et]:{[e.CHARACTER_TOKEN]:To,[e.NULL_CHARACTER_TOKEN]:To,[e.WHITESPACE_CHARACTER_TOKEN]:Fr,[e.COMMENT_TOKEN]:Wr,[e.DOCTYPE_TOKEN]:Rr,[e.START_TAG_TOKEN]:sa,[e.END_TAG_TOKEN]:qa,[e.EOF_TOKEN]:To},[Ve]:{[e.CHARACTER_TOKEN]:Ma,[e.NULL_CHARACTER_TOKEN]:Ma,[e.WHITESPACE_CHARACTER_TOKEN]:Fr,[e.COMMENT_TOKEN]:Wr,[e.DOCTYPE_TOKEN]:Rr,[e.START_TAG_TOKEN]:Hi,[e.END_TAG_TOKEN]:na,[e.EOF_TOKEN]:Ma},[qe]:{[e.CHARACTER_TOKEN]:cs,[e.NULL_CHARACTER_TOKEN]:Dr,[e.WHITESPACE_CHARACTER_TOKEN]:Ns,[e.COMMENT_TOKEN]:Wr,[e.DOCTYPE_TOKEN]:Dr,[e.START_TAG_TOKEN]:tc,[e.END_TAG_TOKEN]:gp,[e.EOF_TOKEN]:lp},[jt]:{[e.CHARACTER_TOKEN]:Fr,[e.NULL_CHARACTER_TOKEN]:Fr,[e.WHITESPACE_CHARACTER_TOKEN]:Fr,[e.COMMENT_TOKEN]:Dr,[e.DOCTYPE_TOKEN]:Dr,[e.START_TAG_TOKEN]:Dr,[e.END_TAG_TOKEN]:Oc,[e.EOF_TOKEN]:Hd},[tr]:{[e.CHARACTER_TOKEN]:nd,[e.NULL_CHARACTER_TOKEN]:nd,[e.WHITESPACE_CHARACTER_TOKEN]:nd,[e.COMMENT_TOKEN]:Wr,[e.DOCTYPE_TOKEN]:Dr,[e.START_TAG_TOKEN]:yc,[e.END_TAG_TOKEN]:Tf,[e.EOF_TOKEN]:lp},[rr]:{[e.CHARACTER_TOKEN]:Ff,[e.NULL_CHARACTER_TOKEN]:Dr,[e.WHITESPACE_CHARACTER_TOKEN]:uf,[e.COMMENT_TOKEN]:Cf,[e.DOCTYPE_TOKEN]:Cf,[e.START_TAG_TOKEN]:Cf,[e.END_TAG_TOKEN]:Cf,[e.EOF_TOKEN]:Cf},[ar]:{[e.CHARACTER_TOKEN]:cs,[e.NULL_CHARACTER_TOKEN]:Dr,[e.WHITESPACE_CHARACTER_TOKEN]:Ns,[e.COMMENT_TOKEN]:Wr,[e.DOCTYPE_TOKEN]:Dr,[e.START_TAG_TOKEN]:Uf,[e.END_TAG_TOKEN]:Hp,[e.EOF_TOKEN]:lp},[nr]:{[e.CHARACTER_TOKEN]:Xp,[e.NULL_CHARACTER_TOKEN]:Xp,[e.WHITESPACE_CHARACTER_TOKEN]:Fr,[e.COMMENT_TOKEN]:Wr,[e.DOCTYPE_TOKEN]:Dr,[e.START_TAG_TOKEN]:lm,[e.END_TAG_TOKEN]:Tm,[e.EOF_TOKEN]:lp},[ur]:{[e.CHARACTER_TOKEN]:nd,[e.NULL_CHARACTER_TOKEN]:nd,[e.WHITESPACE_CHARACTER_TOKEN]:nd,[e.COMMENT_TOKEN]:Wr,[e.DOCTYPE_TOKEN]:Dr,[e.START_TAG_TOKEN]:Qf,[e.END_TAG_TOKEN]:Of,[e.EOF_TOKEN]:lp},[cr]:{[e.CHARACTER_TOKEN]:nd,[e.NULL_CHARACTER_TOKEN]:nd,[e.WHITESPACE_CHARACTER_TOKEN]:nd,[e.COMMENT_TOKEN]:Wr,[e.DOCTYPE_TOKEN]:Dr,[e.START_TAG_TOKEN]:Zm,[e.END_TAG_TOKEN]:Rf,[e.EOF_TOKEN]:lp},[_r]:{[e.CHARACTER_TOKEN]:cs,[e.NULL_CHARACTER_TOKEN]:Dr,[e.WHITESPACE_CHARACTER_TOKEN]:Ns,[e.COMMENT_TOKEN]:Wr,[e.DOCTYPE_TOKEN]:Dr,[e.START_TAG_TOKEN]:Dh,[e.END_TAG_TOKEN]:um,[e.EOF_TOKEN]:lp},[hr]:{[e.CHARACTER_TOKEN]:Fr,[e.NULL_CHARACTER_TOKEN]:Dr,[e.WHITESPACE_CHARACTER_TOKEN]:Fr,[e.COMMENT_TOKEN]:Wr,[e.DOCTYPE_TOKEN]:Dr,[e.START_TAG_TOKEN]:Cm,[e.END_TAG_TOKEN]:wm,[e.EOF_TOKEN]:lp},[Er]:{[e.CHARACTER_TOKEN]:Fr,[e.NULL_CHARACTER_TOKEN]:Dr,[e.WHITESPACE_CHARACTER_TOKEN]:Fr,[e.COMMENT_TOKEN]:Wr,[e.DOCTYPE_TOKEN]:Dr,[e.START_TAG_TOKEN]:Td,[e.END_TAG_TOKEN]:Sd,[e.EOF_TOKEN]:lp},[kr]:{[e.CHARACTER_TOKEN]:cs,[e.NULL_CHARACTER_TOKEN]:Dr,[e.WHITESPACE_CHARACTER_TOKEN]:Ns,[e.COMMENT_TOKEN]:Wr,[e.DOCTYPE_TOKEN]:Dr,[e.START_TAG_TOKEN]:Pp,[e.END_TAG_TOKEN]:cf,[e.EOF_TOKEN]:Gc},[xr]:{[e.CHARACTER_TOKEN]:df,[e.NULL_CHARACTER_TOKEN]:df,[e.WHITESPACE_CHARACTER_TOKEN]:Ns,[e.COMMENT_TOKEN]:Kr,[e.DOCTYPE_TOKEN]:Dr,[e.START_TAG_TOKEN]:Jf,[e.END_TAG_TOKEN]:$m,[e.EOF_TOKEN]:Qr},[yr]:{[e.CHARACTER_TOKEN]:Dr,[e.NULL_CHARACTER_TOKEN]:Dr,[e.WHITESPACE_CHARACTER_TOKEN]:Fr,[e.COMMENT_TOKEN]:Wr,[e.DOCTYPE_TOKEN]:Dr,[e.START_TAG_TOKEN]:xm,[e.END_TAG_TOKEN]:Nm,[e.EOF_TOKEN]:Qr},[br]:{[e.CHARACTER_TOKEN]:Dr,[e.NULL_CHARACTER_TOKEN]:Dr,[e.WHITESPACE_CHARACTER_TOKEN]:Fr,[e.COMMENT_TOKEN]:Wr,[e.DOCTYPE_TOKEN]:Dr,[e.START_TAG_TOKEN]:Bd,[e.END_TAG_TOKEN]:cm,[e.EOF_TOKEN]:Qr},[Ir]:{[e.CHARACTER_TOKEN]:kf,[e.NULL_CHARACTER_TOKEN]:kf,[e.WHITESPACE_CHARACTER_TOKEN]:Ns,[e.COMMENT_TOKEN]:Nr,[e.DOCTYPE_TOKEN]:Dr,[e.START_TAG_TOKEN]:If,[e.END_TAG_TOKEN]:kf,[e.EOF_TOKEN]:Qr},[Mr]:{[e.CHARACTER_TOKEN]:Dr,[e.NULL_CHARACTER_TOKEN]:Dr,[e.WHITESPACE_CHARACTER_TOKEN]:Ns,[e.COMMENT_TOKEN]:Nr,[e.DOCTYPE_TOKEN]:Dr,[e.START_TAG_TOKEN]:dm,[e.END_TAG_TOKEN]:Dr,[e.EOF_TOKEN]:Qr}};class Hr{constructor(Wn){this.options=j(Ie,Wn),this.treeAdapter=this.options.treeAdapter,this.pendingScript=null,this.options.sourceCodeLocationInfo&&L.install(this,n),this.options.onParseError&&L.install(this,k,{onParseError:this.options.onParseError})}parse(Wn){const vi=this.treeAdapter.createDocument();return this._bootstrap(vi,null),this.tokenizer.write(Wn,!0),this._runParsingLoop(null),vi}parseFragment(Wn,vi){vi||(vi=this.treeAdapter.createElement(ue.TEMPLATE,de.HTML,[]));const Du=this.treeAdapter.createElement("documentmock",de.HTML,[]);this._bootstrap(Du,vi),this.treeAdapter.getTagName(vi)===ue.TEMPLATE&&this._pushTmplInsertionMode(kr),this._initTokenizerForFragmentParsing(),this._insertFakeRootElement(),this._resetInsertionMode(),this._findFormInFragmentContext(),this.tokenizer.write(Wn,!0),this._runParsingLoop(null);const qc=this.treeAdapter.getFirstChild(Du),id=this.treeAdapter.createDocumentFragment();return this._adoptNodes(qc,id),id}_bootstrap(Wn,vi){this.tokenizer=new e(this.options),this.stopped=!1,this.insertionMode=Ne,this.originalInsertionMode="",this.document=Wn,this.fragmentContext=vi,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(Wn){for(;!this.stopped;){this._setupTokenizerCDATAMode();const vi=this.tokenizer.getNextToken();if(vi.type===e.HIBERNATION_TOKEN)break;if(this.skipNextNewLine&&(this.skipNextNewLine=!1,vi.type===e.WHITESPACE_CHARACTER_TOKEN&&vi.chars[0]===`
`)){if(vi.chars.length===1)continue;vi.chars=vi.chars.substr(1)}if(this._processInputToken(vi),Wn&&this.pendingScript)break}}runParsingLoopForCurrentChunk(Wn,vi){if(this._runParsingLoop(vi),vi&&this.pendingScript){const Du=this.pendingScript;this.pendingScript=null,vi(Du);return}Wn&&Wn()}_setupTokenizerCDATAMode(){const Wn=this._getAdjustedCurrentElement();this.tokenizer.allowCDATA=Wn&&Wn!==this.document&&this.treeAdapter.getNamespaceURI(Wn)!==de.HTML&&!this._isIntegrationPoint(Wn)}_switchToTextParsing(Wn,vi){this._insertElement(Wn,de.HTML),this.tokenizer.state=vi,this.originalInsertionMode=this.insertionMode,this.insertionMode=jt}switchToPlaintextParsing(){this.insertionMode=jt,this.originalInsertionMode=qe,this.tokenizer.state=e.MODE.PLAINTEXT}_getAdjustedCurrentElement(){return this.openElements.stackTop===0&&this.fragmentContext?this.fragmentContext:this.openElements.current}_findFormInFragmentContext(){let Wn=this.fragmentContext;do{if(this.treeAdapter.getTagName(Wn)===ue.FORM){this.formElement=Wn;break}Wn=this.treeAdapter.getParentNode(Wn)}while(Wn)}_initTokenizerForFragmentParsing(){if(this.treeAdapter.getNamespaceURI(this.fragmentContext)===de.HTML){const Wn=this.treeAdapter.getTagName(this.fragmentContext);Wn===ue.TITLE||Wn===ue.TEXTAREA?this.tokenizer.state=e.MODE.RCDATA:Wn===ue.STYLE||Wn===ue.XMP||Wn===ue.IFRAME||Wn===ue.NOEMBED||Wn===ue.NOFRAMES||Wn===ue.NOSCRIPT?this.tokenizer.state=e.MODE.RAWTEXT:Wn===ue.SCRIPT?this.tokenizer.state=e.MODE.SCRIPT_DATA:Wn===ue.PLAINTEXT&&(this.tokenizer.state=e.MODE.PLAINTEXT)}}_setDocumentType(Wn){const vi=Wn.name||"",Du=Wn.publicId||"",qc=Wn.systemId||"";this.treeAdapter.setDocumentType(this.document,vi,Du,qc)}_attachElementToTree(Wn){if(this._shouldFosterParentOnInsertion())this._fosterParentElement(Wn);else{const vi=this.openElements.currentTmplContent||this.openElements.current;this.treeAdapter.appendChild(vi,Wn)}}_appendElement(Wn,vi){const Du=this.treeAdapter.createElement(Wn.tagName,vi,Wn.attrs);this._attachElementToTree(Du)}_insertElement(Wn,vi){const Du=this.treeAdapter.createElement(Wn.tagName,vi,Wn.attrs);this._attachElementToTree(Du),this.openElements.push(Du)}_insertFakeElement(Wn){const vi=this.treeAdapter.createElement(Wn,de.HTML,[]);this._attachElementToTree(vi),this.openElements.push(vi)}_insertTemplate(Wn){const vi=this.treeAdapter.createElement(Wn.tagName,de.HTML,Wn.attrs),Du=this.treeAdapter.createDocumentFragment();this.treeAdapter.setTemplateContent(vi,Du),this._attachElementToTree(vi),this.openElements.push(vi)}_insertFakeRootElement(){const Wn=this.treeAdapter.createElement(ue.HTML,de.HTML,[]);this.treeAdapter.appendChild(this.openElements.current,Wn),this.openElements.push(Wn)}_appendCommentNode(Wn,vi){const Du=this.treeAdapter.createCommentNode(Wn.data);this.treeAdapter.appendChild(vi,Du)}_insertCharacters(Wn){if(this._shouldFosterParentOnInsertion())this._fosterParentText(Wn.chars);else{const vi=this.openElements.currentTmplContent||this.openElements.current;this.treeAdapter.insertText(vi,Wn.chars)}}_adoptNodes(Wn,vi){for(let Du=this.treeAdapter.getFirstChild(Wn);Du;Du=this.treeAdapter.getFirstChild(Wn))this.treeAdapter.detachNode(Du),this.treeAdapter.appendChild(vi,Du)}_shouldProcessTokenInForeignContent(Wn){const vi=this._getAdjustedCurrentElement();if(!vi||vi===this.document)return!1;const Du=this.treeAdapter.getNamespaceURI(vi);if(Du===de.HTML||this.treeAdapter.getTagName(vi)===ue.ANNOTATION_XML&&Du===de.MATHML&&Wn.type===e.START_TAG_TOKEN&&Wn.tagName===ue.SVG)return!1;const qc=Wn.type===e.CHARACTER_TOKEN||Wn.type===e.NULL_CHARACTER_TOKEN||Wn.type===e.WHITESPACE_CHARACTER_TOKEN;return(Wn.type===e.START_TAG_TOKEN&&Wn.tagName!==ue.MGLYPH&&Wn.tagName!==ue.MALIGNMARK||qc)&&this._isIntegrationPoint(vi,de.MATHML)||(Wn.type===e.START_TAG_TOKEN||qc)&&this._isIntegrationPoint(vi,de.HTML)?!1:Wn.type!==e.EOF_TOKEN}_processToken(Wn){jr[this.insertionMode][Wn.type](this,Wn)}_processTokenInBodyMode(Wn){jr[qe][Wn.type](this,Wn)}_processTokenInForeignContent(Wn){Wn.type===e.CHARACTER_TOKEN?fm(this,Wn):Wn.type===e.NULL_CHARACTER_TOKEN?ep(this,Wn):Wn.type===e.WHITESPACE_CHARACTER_TOKEN?Fr(this,Wn):Wn.type===e.COMMENT_TOKEN?Wr(this,Wn):Wn.type===e.START_TAG_TOKEN?Lp(this,Wn):Wn.type===e.END_TAG_TOKEN&&Vf(this,Wn)}_processInputToken(Wn){this._shouldProcessTokenInForeignContent(Wn)?this._processTokenInForeignContent(Wn):this._processToken(Wn),Wn.type===e.START_TAG_TOKEN&&Wn.selfClosing&&!Wn.ackSelfClosing&&this._err(re.nonVoidHtmlElementStartTagWithTrailingSolidus)}_isIntegrationPoint(Wn,vi){const Du=this.treeAdapter.getTagName(Wn),qc=this.treeAdapter.getNamespaceURI(Wn),id=this.treeAdapter.getAttrList(Wn);return z.isIntegrationPoint(Du,qc,id,vi)}_reconstructActiveFormattingElements(){const Wn=this.activeFormattingElements.length;if(Wn){let vi=Wn,Du=null;do if(vi--,Du=this.activeFormattingElements.entries[vi],Du.type===y.MARKER_ENTRY||this.openElements.contains(Du.element)){vi++;break}while(vi>0);for(let qc=vi;qc<Wn;qc++)Du=this.activeFormattingElements.entries[qc],this._insertElement(Du.token,this.treeAdapter.getNamespaceURI(Du.element)),Du.element=this.openElements.current}}_closeTableCell(){this.openElements.generateImpliedEndTags(),this.openElements.popUntilTableCellPopped(),this.activeFormattingElements.clearToLastMarker(),this.insertionMode=cr}_closePElement(){this.openElements.generateImpliedEndTagsWithExclusion(ue.P),this.openElements.popUntilTagNamePopped(ue.P)}_resetInsertionMode(){for(let Wn=this.openElements.stackTop,vi=!1;Wn>=0;Wn--){let Du=this.openElements.items[Wn];Wn===0&&(vi=!0,this.fragmentContext&&(Du=this.fragmentContext));const qc=this.treeAdapter.getTagName(Du),id=mr[qc];if(id){this.insertionMode=id;break}else if(!vi&&(qc===ue.TD||qc===ue.TH)){this.insertionMode=_r;break}else if(!vi&&qc===ue.HEAD){this.insertionMode=kt;break}else if(qc===ue.SELECT){this._resetInsertionModeForSelect(Wn);break}else if(qc===ue.TEMPLATE){this.insertionMode=this.currentTmplInsertionMode;break}else if(qc===ue.HTML){this.insertionMode=this.headElement?Ve:Ue;break}else if(vi){this.insertionMode=qe;break}}}_resetInsertionModeForSelect(Wn){if(Wn>0)for(let vi=Wn-1;vi>0;vi--){const Du=this.openElements.items[vi],qc=this.treeAdapter.getTagName(Du);if(qc===ue.TEMPLATE)break;if(qc===ue.TABLE){this.insertionMode=Er;return}}this.insertionMode=hr}_pushTmplInsertionMode(Wn){this.tmplInsertionModeStack.push(Wn),this.tmplInsertionModeStackTop++,this.currentTmplInsertionMode=Wn}_popTmplInsertionMode(){this.tmplInsertionModeStack.pop(),this.tmplInsertionModeStackTop--,this.currentTmplInsertionMode=this.tmplInsertionModeStack[this.tmplInsertionModeStackTop]}_isElementCausesFosterParenting(Wn){const vi=this.treeAdapter.getTagName(Wn);return vi===ue.TABLE||vi===ue.TBODY||vi===ue.TFOOT||vi===ue.THEAD||vi===ue.TR}_shouldFosterParentOnInsertion(){return this.fosterParentingEnabled&&this._isElementCausesFosterParenting(this.openElements.current)}_findFosterParentingLocation(){const Wn={parent:null,beforeElement:null};for(let vi=this.openElements.stackTop;vi>=0;vi--){const Du=this.openElements.items[vi],qc=this.treeAdapter.getTagName(Du),id=this.treeAdapter.getNamespaceURI(Du);if(qc===ue.TEMPLATE&&id===de.HTML){Wn.parent=this.treeAdapter.getTemplateContent(Du);break}else if(qc===ue.TABLE){Wn.parent=this.treeAdapter.getParentNode(Du),Wn.parent?Wn.beforeElement=Du:Wn.parent=this.openElements.items[vi-1];break}}return Wn.parent||(Wn.parent=this.openElements.items[0]),Wn}_fosterParentElement(Wn){const vi=this._findFosterParentingLocation();vi.beforeElement?this.treeAdapter.insertBefore(vi.parent,Wn,vi.beforeElement):this.treeAdapter.appendChild(vi.parent,Wn)}_fosterParentText(Wn){const vi=this._findFosterParentingLocation();vi.beforeElement?this.treeAdapter.insertTextBefore(vi.parent,Wn,vi.beforeElement):this.treeAdapter.insertText(vi.parent,Wn)}_isSpecialElement(Wn){const vi=this.treeAdapter.getTagName(Wn),Du=this.treeAdapter.getNamespaceURI(Wn);return oe.SPECIAL_ELEMENTS[Du][vi]}}parser$3=Hr;function Vr(Yr,Wn){let vi=Yr.activeFormattingElements.getElementEntryInScopeWithTagName(Wn.tagName);return vi?Yr.openElements.contains(vi.element)?Yr.openElements.hasInScope(Wn.tagName)||(vi=null):(Yr.activeFormattingElements.removeEntry(vi),vi=null):ld(Yr,Wn),vi}function zr(Yr,Wn){let vi=null;for(let Du=Yr.openElements.stackTop;Du>=0;Du--){const qc=Yr.openElements.items[Du];if(qc===Wn.element)break;Yr._isSpecialElement(qc)&&(vi=qc)}return vi||(Yr.openElements.popUntilElementPopped(Wn.element),Yr.activeFormattingElements.removeEntry(Wn)),vi}function Sr(Yr,Wn,vi){let Du=Wn,qc=Yr.openElements.getCommonAncestor(Wn);for(let id=0,Wd=qc;Wd!==vi;id++,Wd=qc){qc=Yr.openElements.getCommonAncestor(Wd);const pf=Yr.activeFormattingElements.getElementEntry(Wd),Mf=pf&&id>=_e;!pf||Mf?(Mf&&Yr.activeFormattingElements.removeEntry(pf),Yr.openElements.remove(Wd)):(Wd=Tr(Yr,pf),Du===Wn&&(Yr.activeFormattingElements.bookmark=pf),Yr.treeAdapter.detachNode(Du),Yr.treeAdapter.appendChild(Wd,Du),Du=Wd)}return Du}function Tr(Yr,Wn){const vi=Yr.treeAdapter.getNamespaceURI(Wn.element),Du=Yr.treeAdapter.createElement(Wn.token.tagName,vi,Wn.token.attrs);return Yr.openElements.replace(Wn.element,Du),Wn.element=Du,Du}function Br(Yr,Wn,vi){if(Yr._isElementCausesFosterParenting(Wn))Yr._fosterParentElement(vi);else{const Du=Yr.treeAdapter.getTagName(Wn),qc=Yr.treeAdapter.getNamespaceURI(Wn);Du===ue.TEMPLATE&&qc===de.HTML&&(Wn=Yr.treeAdapter.getTemplateContent(Wn)),Yr.treeAdapter.appendChild(Wn,vi)}}function vr(Yr,Wn,vi){const Du=Yr.treeAdapter.getNamespaceURI(vi.element),qc=vi.token,id=Yr.treeAdapter.createElement(qc.tagName,Du,qc.attrs);Yr._adoptNodes(Wn,id),Yr.treeAdapter.appendChild(Wn,id),Yr.activeFormattingElements.insertElementAfterBookmark(id,vi.token),Yr.activeFormattingElements.removeEntry(vi),Yr.openElements.remove(vi.element),Yr.openElements.insertAfter(Wn,id)}function Cr(Yr,Wn){let vi;for(let Du=0;Du<Ce&&(vi=Vr(Yr,Wn),!!vi);Du++){const qc=zr(Yr,vi);if(!qc)break;Yr.activeFormattingElements.bookmark=vi;const id=Sr(Yr,qc,vi.element),Wd=Yr.openElements.getCommonAncestor(vi.element);Yr.treeAdapter.detachNode(id),Br(Yr,Wd,id),vr(Yr,qc,vi)}}function Dr(){}function Rr(Yr){Yr._err(re.misplacedDoctype)}function Wr(Yr,Wn){Yr._appendCommentNode(Wn,Yr.openElements.currentTmplContent||Yr.openElements.current)}function Kr(Yr,Wn){Yr._appendCommentNode(Wn,Yr.openElements.items[0])}function Nr(Yr,Wn){Yr._appendCommentNode(Wn,Yr.document)}function Fr(Yr,Wn){Yr._insertCharacters(Wn)}function Qr(Yr){Yr.stopped=!0}function ca(Yr,Wn){Yr._setDocumentType(Wn);const vi=Wn.forceQuirks?oe.DOCUMENT_MODE.QUIRKS:V.getDocumentMode(Wn);V.isConforming(Wn)||Yr._err(re.nonConformingDoctype),Yr.treeAdapter.setDocumentMode(Yr.document,vi),Yr.insertionMode=Fe}function Po(Yr,Wn){Yr._err(re.missingDoctype,{beforeToken:!0}),Yr.treeAdapter.setDocumentMode(Yr.document,oe.DOCUMENT_MODE.QUIRKS),Yr.insertionMode=Fe,Yr._processToken(Wn)}function Wa(Yr,Wn){Wn.tagName===ue.HTML?(Yr._insertElement(Wn,de.HTML),Yr.insertionMode=Ue):us(Yr,Wn)}function Go(Yr,Wn){const vi=Wn.tagName;(vi===ue.HTML||vi===ue.HEAD||vi===ue.BODY||vi===ue.BR)&&us(Yr,Wn)}function us(Yr,Wn){Yr._insertFakeRootElement(),Yr.insertionMode=Ue,Yr._processToken(Wn)}function Kn(Yr,Wn){const vi=Wn.tagName;vi===ue.HTML?tc(Yr,Wn):vi===ue.HEAD?(Yr._insertElement(Wn,de.HTML),Yr.headElement=Yr.openElements.current,Yr.insertionMode=kt):Ar(Yr,Wn)}function Gr(Yr,Wn){const vi=Wn.tagName;vi===ue.HEAD||vi===ue.BODY||vi===ue.HTML||vi===ue.BR?Ar(Yr,Wn):Yr._err(re.endTagWithoutMatchingOpenElement)}function Ar(Yr,Wn){Yr._insertFakeElement(ue.HEAD),Yr.headElement=Yr.openElements.current,Yr.insertionMode=kt,Yr._processToken(Wn)}function On(Yr,Wn){const vi=Wn.tagName;vi===ue.HTML?tc(Yr,Wn):vi===ue.BASE||vi===ue.BASEFONT||vi===ue.BGSOUND||vi===ue.LINK||vi===ue.META?(Yr._appendElement(Wn,de.HTML),Wn.ackSelfClosing=!0):vi===ue.TITLE?Yr._switchToTextParsing(Wn,e.MODE.RCDATA):vi===ue.NOSCRIPT?Yr.options.scriptingEnabled?Yr._switchToTextParsing(Wn,e.MODE.RAWTEXT):(Yr._insertElement(Wn,de.HTML),Yr.insertionMode=Et):vi===ue.NOFRAMES||vi===ue.STYLE?Yr._switchToTextParsing(Wn,e.MODE.RAWTEXT):vi===ue.SCRIPT?Yr._switchToTextParsing(Wn,e.MODE.SCRIPT_DATA):vi===ue.TEMPLATE?(Yr._insertTemplate(Wn,de.HTML),Yr.activeFormattingElements.insertMarker(),Yr.framesetOk=!1,Yr.insertionMode=kr,Yr._pushTmplInsertionMode(kr)):vi===ue.HEAD?Yr._err(re.misplacedStartTagForHeadElement):Sa(Yr,Wn)}function kn(Yr,Wn){const vi=Wn.tagName;vi===ue.HEAD?(Yr.openElements.pop(),Yr.insertionMode=Ve):vi===ue.BODY||vi===ue.BR||vi===ue.HTML?Sa(Yr,Wn):vi===ue.TEMPLATE&&Yr.openElements.tmplCount>0?(Yr.openElements.generateImpliedEndTagsThoroughly(),Yr.openElements.currentTagName!==ue.TEMPLATE&&Yr._err(re.closingOfElementWithOpenChildElements),Yr.openElements.popUntilTagNamePopped(ue.TEMPLATE),Yr.activeFormattingElements.clearToLastMarker(),Yr._popTmplInsertionMode(),Yr._resetInsertionMode()):Yr._err(re.endTagWithoutMatchingOpenElement)}function Sa(Yr,Wn){Yr.openElements.pop(),Yr.insertionMode=Ve,Yr._processToken(Wn)}function sa(Yr,Wn){const vi=Wn.tagName;vi===ue.HTML?tc(Yr,Wn):vi===ue.BASEFONT||vi===ue.BGSOUND||vi===ue.HEAD||vi===ue.LINK||vi===ue.META||vi===ue.NOFRAMES||vi===ue.STYLE?On(Yr,Wn):vi===ue.NOSCRIPT?Yr._err(re.nestedNoscriptInHead):To(Yr,Wn)}function qa(Yr,Wn){const vi=Wn.tagName;vi===ue.NOSCRIPT?(Yr.openElements.pop(),Yr.insertionMode=kt):vi===ue.BR?To(Yr,Wn):Yr._err(re.endTagWithoutMatchingOpenElement)}function To(Yr,Wn){const vi=Wn.type===e.EOF_TOKEN?re.openElementsLeftAfterEof:re.disallowedContentInNoscriptInHead;Yr._err(vi),Yr.openElements.pop(),Yr.insertionMode=kt,Yr._processToken(Wn)}function Hi(Yr,Wn){const vi=Wn.tagName;vi===ue.HTML?tc(Yr,Wn):vi===ue.BODY?(Yr._insertElement(Wn,de.HTML),Yr.framesetOk=!1,Yr.insertionMode=qe):vi===ue.FRAMESET?(Yr._insertElement(Wn,de.HTML),Yr.insertionMode=yr):vi===ue.BASE||vi===ue.BASEFONT||vi===ue.BGSOUND||vi===ue.LINK||vi===ue.META||vi===ue.NOFRAMES||vi===ue.SCRIPT||vi===ue.STYLE||vi===ue.TEMPLATE||vi===ue.TITLE?(Yr._err(re.abandonedHeadElementChild),Yr.openElements.push(Yr.headElement),On(Yr,Wn),Yr.openElements.remove(Yr.headElement)):vi===ue.HEAD?Yr._err(re.misplacedStartTagForHeadElement):Ma(Yr,Wn)}function na(Yr,Wn){const vi=Wn.tagName;vi===ue.BODY||vi===ue.HTML||vi===ue.BR?Ma(Yr,Wn):vi===ue.TEMPLATE?kn(Yr,Wn):Yr._err(re.endTagWithoutMatchingOpenElement)}function Ma(Yr,Wn){Yr._insertFakeElement(ue.BODY),Yr.insertionMode=qe,Yr._processToken(Wn)}function Ns(Yr,Wn){Yr._reconstructActiveFormattingElements(),Yr._insertCharacters(Wn)}function cs(Yr,Wn){Yr._reconstructActiveFormattingElements(),Yr._insertCharacters(Wn),Yr.framesetOk=!1}function vl(Yr,Wn){Yr.openElements.tmplCount===0&&Yr.treeAdapter.adoptAttributes(Yr.openElements.items[0],Wn.attrs)}function Bl(Yr,Wn){const vi=Yr.openElements.tryPeekProperlyNestedBodyElement();vi&&Yr.openElements.tmplCount===0&&(Yr.framesetOk=!1,Yr.treeAdapter.adoptAttributes(vi,Wn.attrs))}function Au(Yr,Wn){const vi=Yr.openElements.tryPeekProperlyNestedBodyElement();Yr.framesetOk&&vi&&(Yr.treeAdapter.detachNode(vi),Yr.openElements.popAllUpToHtmlElement(),Yr._insertElement(Wn,de.HTML),Yr.insertionMode=yr)}function xs(Yr,Wn){Yr.openElements.hasInButtonScope(ue.P)&&Yr._closePElement(),Yr._insertElement(Wn,de.HTML)}function ju(Yr,Wn){Yr.openElements.hasInButtonScope(ue.P)&&Yr._closePElement();const vi=Yr.openElements.currentTagName;(vi===ue.H1||vi===ue.H2||vi===ue.H3||vi===ue.H4||vi===ue.H5||vi===ue.H6)&&Yr.openElements.pop(),Yr._insertElement(Wn,de.HTML)}function Lu(Yr,Wn){Yr.openElements.hasInButtonScope(ue.P)&&Yr._closePElement(),Yr._insertElement(Wn,de.HTML),Yr.skipNextNewLine=!0,Yr.framesetOk=!1}function Pc(Yr,Wn){const vi=Yr.openElements.tmplCount>0;(!Yr.formElement||vi)&&(Yr.openElements.hasInButtonScope(ue.P)&&Yr._closePElement(),Yr._insertElement(Wn,de.HTML),vi||(Yr.formElement=Yr.openElements.current))}function Nc(Yr,Wn){Yr.framesetOk=!1;const vi=Wn.tagName;for(let Du=Yr.openElements.stackTop;Du>=0;Du--){const qc=Yr.openElements.items[Du],id=Yr.treeAdapter.getTagName(qc);let Wd=null;if(vi===ue.LI&&id===ue.LI?Wd=ue.LI:(vi===ue.DD||vi===ue.DT)&&(id===ue.DD||id===ue.DT)&&(Wd=id),Wd){Yr.openElements.generateImpliedEndTagsWithExclusion(Wd),Yr.openElements.popUntilTagNamePopped(Wd);break}if(id!==ue.ADDRESS&&id!==ue.DIV&&id!==ue.P&&Yr._isSpecialElement(qc))break}Yr.openElements.hasInButtonScope(ue.P)&&Yr._closePElement(),Yr._insertElement(Wn,de.HTML)}function gc(Yr,Wn){Yr.openElements.hasInButtonScope(ue.P)&&Yr._closePElement(),Yr._insertElement(Wn,de.HTML),Yr.tokenizer.state=e.MODE.PLAINTEXT}function Wl(Yr,Wn){Yr.openElements.hasInScope(ue.BUTTON)&&(Yr.openElements.generateImpliedEndTags(),Yr.openElements.popUntilTagNamePopped(ue.BUTTON)),Yr._reconstructActiveFormattingElements(),Yr._insertElement(Wn,de.HTML),Yr.framesetOk=!1}function ps(Yr,Wn){const vi=Yr.activeFormattingElements.getElementEntryInScopeWithTagName(ue.A);vi&&(Cr(Yr,Wn),Yr.openElements.remove(vi.element),Yr.activeFormattingElements.removeEntry(vi)),Yr._reconstructActiveFormattingElements(),Yr._insertElement(Wn,de.HTML),Yr.activeFormattingElements.pushElement(Yr.openElements.current,Wn)}function Ds(Yr,Wn){Yr._reconstructActiveFormattingElements(),Yr._insertElement(Wn,de.HTML),Yr.activeFormattingElements.pushElement(Yr.openElements.current,Wn)}function Us(Yr,Wn){Yr._reconstructActiveFormattingElements(),Yr.openElements.hasInScope(ue.NOBR)&&(Cr(Yr,Wn),Yr._reconstructActiveFormattingElements()),Yr._insertElement(Wn,de.HTML),Yr.activeFormattingElements.pushElement(Yr.openElements.current,Wn)}function Vs(Yr,Wn){Yr._reconstructActiveFormattingElements(),Yr._insertElement(Wn,de.HTML),Yr.activeFormattingElements.insertMarker(),Yr.framesetOk=!1}function Lr(Yr,Wn){Yr.treeAdapter.getDocumentMode(Yr.document)!==oe.DOCUMENT_MODE.QUIRKS&&Yr.openElements.hasInButtonScope(ue.P)&&Yr._closePElement(),Yr._insertElement(Wn,de.HTML),Yr.framesetOk=!1,Yr.insertionMode=tr}function Zn(Yr,Wn){Yr._reconstructActiveFormattingElements(),Yr._appendElement(Wn,de.HTML),Yr.framesetOk=!1,Wn.ackSelfClosing=!0}function hn(Yr,Wn){Yr._reconstructActiveFormattingElements(),Yr._appendElement(Wn,de.HTML);const vi=e.getTokenAttr(Wn,pe.TYPE);(!vi||vi.toLowerCase()!==he)&&(Yr.framesetOk=!1),Wn.ackSelfClosing=!0}function Ln(Yr,Wn){Yr._appendElement(Wn,de.HTML),Wn.ackSelfClosing=!0}function Vi(Yr,Wn){Yr.openElements.hasInButtonScope(ue.P)&&Yr._closePElement(),Yr._appendElement(Wn,de.HTML),Yr.framesetOk=!1,Wn.ackSelfClosing=!0}function Wi(Yr,Wn){Wn.tagName=ue.IMG,Zn(Yr,Wn)}function pa(Yr,Wn){Yr._insertElement(Wn,de.HTML),Yr.skipNextNewLine=!0,Yr.tokenizer.state=e.MODE.RCDATA,Yr.originalInsertionMode=Yr.insertionMode,Yr.framesetOk=!1,Yr.insertionMode=jt}function Ki(Yr,Wn){Yr.openElements.hasInButtonScope(ue.P)&&Yr._closePElement(),Yr._reconstructActiveFormattingElements(),Yr.framesetOk=!1,Yr._switchToTextParsing(Wn,e.MODE.RAWTEXT)}function Yo(Yr,Wn){Yr.framesetOk=!1,Yr._switchToTextParsing(Wn,e.MODE.RAWTEXT)}function Eo(Yr,Wn){Yr._switchToTextParsing(Wn,e.MODE.RAWTEXT)}function Fo(Yr,Wn){Yr._reconstructActiveFormattingElements(),Yr._insertElement(Wn,de.HTML),Yr.framesetOk=!1,Yr.insertionMode===tr||Yr.insertionMode===ar||Yr.insertionMode===ur||Yr.insertionMode===cr||Yr.insertionMode===_r?Yr.insertionMode=Er:Yr.insertionMode=hr}function hs(Yr,Wn){Yr.openElements.currentTagName===ue.OPTION&&Yr.openElements.pop(),Yr._reconstructActiveFormattingElements(),Yr._insertElement(Wn,de.HTML)}function An(Yr,Wn){Yr.openElements.hasInScope(ue.RUBY)&&Yr.openElements.generateImpliedEndTags(),Yr._insertElement(Wn,de.HTML)}function Uo(Yr,Wn){Yr.openElements.hasInScope(ue.RUBY)&&Yr.openElements.generateImpliedEndTagsWithExclusion(ue.RTC),Yr._insertElement(Wn,de.HTML)}function cu(Yr,Wn){Yr.openElements.hasInButtonScope(ue.P)&&Yr._closePElement(),Yr._insertElement(Wn,de.HTML)}function ko(Yr,Wn){Yr._reconstructActiveFormattingElements(),z.adjustTokenMathMLAttrs(Wn),z.adjustTokenXMLAttrs(Wn),Wn.selfClosing?Yr._appendElement(Wn,de.MATHML):Yr._insertElement(Wn,de.MATHML),Wn.ackSelfClosing=!0}function vu(Yr,Wn){Yr._reconstructActiveFormattingElements(),z.adjustTokenSVGAttrs(Wn),z.adjustTokenXMLAttrs(Wn),Wn.selfClosing?Yr._appendElement(Wn,de.SVG):Yr._insertElement(Wn,de.SVG),Wn.ackSelfClosing=!0}function Ul(Yr,Wn){Yr._reconstructActiveFormattingElements(),Yr._insertElement(Wn,de.HTML)}function tc(Yr,Wn){const vi=Wn.tagName;switch(vi.length){case 1:vi===ue.I||vi===ue.S||vi===ue.B||vi===ue.U?Ds(Yr,Wn):vi===ue.P?xs(Yr,Wn):vi===ue.A?ps(Yr,Wn):Ul(Yr,Wn);break;case 2:vi===ue.DL||vi===ue.OL||vi===ue.UL?xs(Yr,Wn):vi===ue.H1||vi===ue.H2||vi===ue.H3||vi===ue.H4||vi===ue.H5||vi===ue.H6?ju(Yr,Wn):vi===ue.LI||vi===ue.DD||vi===ue.DT?Nc(Yr,Wn):vi===ue.EM||vi===ue.TT?Ds(Yr,Wn):vi===ue.BR?Zn(Yr,Wn):vi===ue.HR?Vi(Yr,Wn):vi===ue.RB?An(Yr,Wn):vi===ue.RT||vi===ue.RP?Uo(Yr,Wn):vi!==ue.TH&&vi!==ue.TD&&vi!==ue.TR&&Ul(Yr,Wn);break;case 3:vi===ue.DIV||vi===ue.DIR||vi===ue.NAV?xs(Yr,Wn):vi===ue.PRE?Lu(Yr,Wn):vi===ue.BIG?Ds(Yr,Wn):vi===ue.IMG||vi===ue.WBR?Zn(Yr,Wn):vi===ue.XMP?Ki(Yr,Wn):vi===ue.SVG?vu(Yr,Wn):vi===ue.RTC?An(Yr,Wn):vi!==ue.COL&&Ul(Yr,Wn);break;case 4:vi===ue.HTML?vl(Yr,Wn):vi===ue.BASE||vi===ue.LINK||vi===ue.META?On(Yr,Wn):vi===ue.BODY?Bl(Yr,Wn):vi===ue.MAIN||vi===ue.MENU?xs(Yr,Wn):vi===ue.FORM?Pc(Yr,Wn):vi===ue.CODE||vi===ue.FONT?Ds(Yr,Wn):vi===ue.NOBR?Us(Yr,Wn):vi===ue.AREA?Zn(Yr,Wn):vi===ue.MATH?ko(Yr,Wn):vi===ue.MENU?cu(Yr,Wn):vi!==ue.HEAD&&Ul(Yr,Wn);break;case 5:vi===ue.STYLE||vi===ue.TITLE?On(Yr,Wn):vi===ue.ASIDE?xs(Yr,Wn):vi===ue.SMALL?Ds(Yr,Wn):vi===ue.TABLE?Lr(Yr,Wn):vi===ue.EMBED?Zn(Yr,Wn):vi===ue.INPUT?hn(Yr,Wn):vi===ue.PARAM||vi===ue.TRACK?Ln(Yr,Wn):vi===ue.IMAGE?Wi(Yr,Wn):vi!==ue.FRAME&&vi!==ue.TBODY&&vi!==ue.TFOOT&&vi!==ue.THEAD&&Ul(Yr,Wn);break;case 6:vi===ue.SCRIPT?On(Yr,Wn):vi===ue.CENTER||vi===ue.FIGURE||vi===ue.FOOTER||vi===ue.HEADER||vi===ue.HGROUP||vi===ue.DIALOG?xs(Yr,Wn):vi===ue.BUTTON?Wl(Yr,Wn):vi===ue.STRIKE||vi===ue.STRONG?Ds(Yr,Wn):vi===ue.APPLET||vi===ue.OBJECT?Vs(Yr,Wn):vi===ue.KEYGEN?Zn(Yr,Wn):vi===ue.SOURCE?Ln(Yr,Wn):vi===ue.IFRAME?Yo(Yr,Wn):vi===ue.SELECT?Fo(Yr,Wn):vi===ue.OPTION?hs(Yr,Wn):Ul(Yr,Wn);break;case 7:vi===ue.BGSOUND?On(Yr,Wn):vi===ue.DETAILS||vi===ue.ADDRESS||vi===ue.ARTICLE||vi===ue.SECTION||vi===ue.SUMMARY?xs(Yr,Wn):vi===ue.LISTING?Lu(Yr,Wn):vi===ue.MARQUEE?Vs(Yr,Wn):vi===ue.NOEMBED?Eo(Yr,Wn):vi!==ue.CAPTION&&Ul(Yr,Wn);break;case 8:vi===ue.BASEFONT?On(Yr,Wn):vi===ue.FRAMESET?Au(Yr,Wn):vi===ue.FIELDSET?xs(Yr,Wn):vi===ue.TEXTAREA?pa(Yr,Wn):vi===ue.TEMPLATE?On(Yr,Wn):vi===ue.NOSCRIPT?Yr.options.scriptingEnabled?Eo(Yr,Wn):Ul(Yr,Wn):vi===ue.OPTGROUP?hs(Yr,Wn):vi!==ue.COLGROUP&&Ul(Yr,Wn);break;case 9:vi===ue.PLAINTEXT?gc(Yr,Wn):Ul(Yr,Wn);break;case 10:vi===ue.BLOCKQUOTE||vi===ue.FIGCAPTION?xs(Yr,Wn):Ul(Yr,Wn);break;default:Ul(Yr,Wn)}}function Fu(Yr){Yr.openElements.hasInScope(ue.BODY)&&(Yr.insertionMode=xr)}function Ku(Yr,Wn){Yr.openElements.hasInScope(ue.BODY)&&(Yr.insertionMode=xr,Yr._processToken(Wn))}function In(Yr,Wn){const vi=Wn.tagName;Yr.openElements.hasInScope(vi)&&(Yr.openElements.generateImpliedEndTags(),Yr.openElements.popUntilTagNamePopped(vi))}function rs(Yr){const Wn=Yr.openElements.tmplCount>0,vi=Yr.formElement;Wn||(Yr.formElement=null),(vi||Wn)&&Yr.openElements.hasInScope(ue.FORM)&&(Yr.openElements.generateImpliedEndTags(),Wn?Yr.openElements.popUntilTagNamePopped(ue.FORM):Yr.openElements.remove(vi))}function Vl(Yr){Yr.openElements.hasInButtonScope(ue.P)||Yr._insertFakeElement(ue.P),Yr._closePElement()}function Eu(Yr){Yr.openElements.hasInListItemScope(ue.LI)&&(Yr.openElements.generateImpliedEndTagsWithExclusion(ue.LI),Yr.openElements.popUntilTagNamePopped(ue.LI))}function ml(Yr,Wn){const vi=Wn.tagName;Yr.openElements.hasInScope(vi)&&(Yr.openElements.generateImpliedEndTagsWithExclusion(vi),Yr.openElements.popUntilTagNamePopped(vi))}function Uu(Yr){Yr.openElements.hasNumberedHeaderInScope()&&(Yr.openElements.generateImpliedEndTags(),Yr.openElements.popUntilNumberedHeaderPopped())}function Ac(Yr,Wn){const vi=Wn.tagName;Yr.openElements.hasInScope(vi)&&(Yr.openElements.generateImpliedEndTags(),Yr.openElements.popUntilTagNamePopped(vi),Yr.activeFormattingElements.clearToLastMarker())}function od(Yr){Yr._reconstructActiveFormattingElements(),Yr._insertFakeElement(ue.BR),Yr.openElements.pop(),Yr.framesetOk=!1}function ld(Yr,Wn){const vi=Wn.tagName;for(let Du=Yr.openElements.stackTop;Du>0;Du--){const qc=Yr.openElements.items[Du];if(Yr.treeAdapter.getTagName(qc)===vi){Yr.openElements.generateImpliedEndTagsWithExclusion(vi),Yr.openElements.popUntilElementPopped(qc);break}if(Yr._isSpecialElement(qc))break}}function gp(Yr,Wn){const vi=Wn.tagName;switch(vi.length){case 1:vi===ue.A||vi===ue.B||vi===ue.I||vi===ue.S||vi===ue.U?Cr(Yr,Wn):vi===ue.P?Vl(Yr):ld(Yr,Wn);break;case 2:vi===ue.DL||vi===ue.UL||vi===ue.OL?In(Yr,Wn):vi===ue.LI?Eu(Yr):vi===ue.DD||vi===ue.DT?ml(Yr,Wn):vi===ue.H1||vi===ue.H2||vi===ue.H3||vi===ue.H4||vi===ue.H5||vi===ue.H6?Uu(Yr):vi===ue.BR?od(Yr):vi===ue.EM||vi===ue.TT?Cr(Yr,Wn):ld(Yr,Wn);break;case 3:vi===ue.BIG?Cr(Yr,Wn):vi===ue.DIR||vi===ue.DIV||vi===ue.NAV||vi===ue.PRE?In(Yr,Wn):ld(Yr,Wn);break;case 4:vi===ue.BODY?Fu(Yr):vi===ue.HTML?Ku(Yr,Wn):vi===ue.FORM?rs(Yr):vi===ue.CODE||vi===ue.FONT||vi===ue.NOBR?Cr(Yr,Wn):vi===ue.MAIN||vi===ue.MENU?In(Yr,Wn):ld(Yr,Wn);break;case 5:vi===ue.ASIDE?In(Yr,Wn):vi===ue.SMALL?Cr(Yr,Wn):ld(Yr,Wn);break;case 6:vi===ue.CENTER||vi===ue.FIGURE||vi===ue.FOOTER||vi===ue.HEADER||vi===ue.HGROUP||vi===ue.DIALOG?In(Yr,Wn):vi===ue.APPLET||vi===ue.OBJECT?Ac(Yr,Wn):vi===ue.STRIKE||vi===ue.STRONG?Cr(Yr,Wn):ld(Yr,Wn);break;case 7:vi===ue.ADDRESS||vi===ue.ARTICLE||vi===ue.DETAILS||vi===ue.SECTION||vi===ue.SUMMARY||vi===ue.LISTING?In(Yr,Wn):vi===ue.MARQUEE?Ac(Yr,Wn):ld(Yr,Wn);break;case 8:vi===ue.FIELDSET?In(Yr,Wn):vi===ue.TEMPLATE?kn(Yr,Wn):ld(Yr,Wn);break;case 10:vi===ue.BLOCKQUOTE||vi===ue.FIGCAPTION?In(Yr,Wn):ld(Yr,Wn);break;default:ld(Yr,Wn)}}function lp(Yr,Wn){Yr.tmplInsertionModeStackTop>-1?Gc(Yr,Wn):Yr.stopped=!0}function Oc(Yr,Wn){Wn.tagName===ue.SCRIPT&&(Yr.pendingScript=Yr.openElements.current),Yr.openElements.pop(),Yr.insertionMode=Yr.originalInsertionMode}function Hd(Yr,Wn){Yr._err(re.eofInElementThatCanContainOnlyText),Yr.openElements.pop(),Yr.insertionMode=Yr.originalInsertionMode,Yr._processToken(Wn)}function nd(Yr,Wn){const vi=Yr.openElements.currentTagName;vi===ue.TABLE||vi===ue.TBODY||vi===ue.TFOOT||vi===ue.THEAD||vi===ue.TR?(Yr.pendingCharacterTokens=[],Yr.hasNonWhitespacePendingCharacterToken=!1,Yr.originalInsertionMode=Yr.insertionMode,Yr.insertionMode=rr,Yr._processToken(Wn)):Ep(Yr,Wn)}function Ap(Yr,Wn){Yr.openElements.clearBackToTableContext(),Yr.activeFormattingElements.insertMarker(),Yr._insertElement(Wn,de.HTML),Yr.insertionMode=ar}function Tp(Yr,Wn){Yr.openElements.clearBackToTableContext(),Yr._insertElement(Wn,de.HTML),Yr.insertionMode=nr}function Sf(Yr,Wn){Yr.openElements.clearBackToTableContext(),Yr._insertFakeElement(ue.COLGROUP),Yr.insertionMode=nr,Yr._processToken(Wn)}function Af(Yr,Wn){Yr.openElements.clearBackToTableContext(),Yr._insertElement(Wn,de.HTML),Yr.insertionMode=ur}function lf(Yr,Wn){Yr.openElements.clearBackToTableContext(),Yr._insertFakeElement(ue.TBODY),Yr.insertionMode=ur,Yr._processToken(Wn)}function Op(Yr,Wn){Yr.openElements.hasInTableScope(ue.TABLE)&&(Yr.openElements.popUntilTagNamePopped(ue.TABLE),Yr._resetInsertionMode(),Yr._processToken(Wn))}function sm(Yr,Wn){const vi=e.getTokenAttr(Wn,pe.TYPE);vi&&vi.toLowerCase()===he?Yr._appendElement(Wn,de.HTML):Ep(Yr,Wn),Wn.ackSelfClosing=!0}function Df(Yr,Wn){!Yr.formElement&&Yr.openElements.tmplCount===0&&(Yr._insertElement(Wn,de.HTML),Yr.formElement=Yr.openElements.current,Yr.openElements.pop())}function yc(Yr,Wn){const vi=Wn.tagName;switch(vi.length){case 2:vi===ue.TD||vi===ue.TH||vi===ue.TR?lf(Yr,Wn):Ep(Yr,Wn);break;case 3:vi===ue.COL?Sf(Yr,Wn):Ep(Yr,Wn);break;case 4:vi===ue.FORM?Df(Yr,Wn):Ep(Yr,Wn);break;case 5:vi===ue.TABLE?Op(Yr,Wn):vi===ue.STYLE?On(Yr,Wn):vi===ue.TBODY||vi===ue.TFOOT||vi===ue.THEAD?Af(Yr,Wn):vi===ue.INPUT?sm(Yr,Wn):Ep(Yr,Wn);break;case 6:vi===ue.SCRIPT?On(Yr,Wn):Ep(Yr,Wn);break;case 7:vi===ue.CAPTION?Ap(Yr,Wn):Ep(Yr,Wn);break;case 8:vi===ue.COLGROUP?Tp(Yr,Wn):vi===ue.TEMPLATE?On(Yr,Wn):Ep(Yr,Wn);break;default:Ep(Yr,Wn)}}function Tf(Yr,Wn){const vi=Wn.tagName;vi===ue.TABLE?Yr.openElements.hasInTableScope(ue.TABLE)&&(Yr.openElements.popUntilTagNamePopped(ue.TABLE),Yr._resetInsertionMode()):vi===ue.TEMPLATE?kn(Yr,Wn):vi!==ue.BODY&&vi!==ue.CAPTION&&vi!==ue.COL&&vi!==ue.COLGROUP&&vi!==ue.HTML&&vi!==ue.TBODY&&vi!==ue.TD&&vi!==ue.TFOOT&&vi!==ue.TH&&vi!==ue.THEAD&&vi!==ue.TR&&Ep(Yr,Wn)}function Ep(Yr,Wn){const vi=Yr.fosterParentingEnabled;Yr.fosterParentingEnabled=!0,Yr._processTokenInBodyMode(Wn),Yr.fosterParentingEnabled=vi}function uf(Yr,Wn){Yr.pendingCharacterTokens.push(Wn)}function Ff(Yr,Wn){Yr.pendingCharacterTokens.push(Wn),Yr.hasNonWhitespacePendingCharacterToken=!0}function Cf(Yr,Wn){let vi=0;if(Yr.hasNonWhitespacePendingCharacterToken)for(;vi<Yr.pendingCharacterTokens.length;vi++)Ep(Yr,Yr.pendingCharacterTokens[vi]);else for(;vi<Yr.pendingCharacterTokens.length;vi++)Yr._insertCharacters(Yr.pendingCharacterTokens[vi]);Yr.insertionMode=Yr.originalInsertionMode,Yr._processToken(Wn)}function Uf(Yr,Wn){const vi=Wn.tagName;vi===ue.CAPTION||vi===ue.COL||vi===ue.COLGROUP||vi===ue.TBODY||vi===ue.TD||vi===ue.TFOOT||vi===ue.TH||vi===ue.THEAD||vi===ue.TR?Yr.openElements.hasInTableScope(ue.CAPTION)&&(Yr.openElements.generateImpliedEndTags(),Yr.openElements.popUntilTagNamePopped(ue.CAPTION),Yr.activeFormattingElements.clearToLastMarker(),Yr.insertionMode=tr,Yr._processToken(Wn)):tc(Yr,Wn)}function Hp(Yr,Wn){const vi=Wn.tagName;vi===ue.CAPTION||vi===ue.TABLE?Yr.openElements.hasInTableScope(ue.CAPTION)&&(Yr.openElements.generateImpliedEndTags(),Yr.openElements.popUntilTagNamePopped(ue.CAPTION),Yr.activeFormattingElements.clearToLastMarker(),Yr.insertionMode=tr,vi===ue.TABLE&&Yr._processToken(Wn)):vi!==ue.BODY&&vi!==ue.COL&&vi!==ue.COLGROUP&&vi!==ue.HTML&&vi!==ue.TBODY&&vi!==ue.TD&&vi!==ue.TFOOT&&vi!==ue.TH&&vi!==ue.THEAD&&vi!==ue.TR&&gp(Yr,Wn)}function lm(Yr,Wn){const vi=Wn.tagName;vi===ue.HTML?tc(Yr,Wn):vi===ue.COL?(Yr._appendElement(Wn,de.HTML),Wn.ackSelfClosing=!0):vi===ue.TEMPLATE?On(Yr,Wn):Xp(Yr,Wn)}function Tm(Yr,Wn){const vi=Wn.tagName;vi===ue.COLGROUP?Yr.openElements.currentTagName===ue.COLGROUP&&(Yr.openElements.pop(),Yr.insertionMode=tr):vi===ue.TEMPLATE?kn(Yr,Wn):vi!==ue.COL&&Xp(Yr,Wn)}function Xp(Yr,Wn){Yr.openElements.currentTagName===ue.COLGROUP&&(Yr.openElements.pop(),Yr.insertionMode=tr,Yr._processToken(Wn))}function Qf(Yr,Wn){const vi=Wn.tagName;vi===ue.TR?(Yr.openElements.clearBackToTableBodyContext(),Yr._insertElement(Wn,de.HTML),Yr.insertionMode=cr):vi===ue.TH||vi===ue.TD?(Yr.openElements.clearBackToTableBodyContext(),Yr._insertFakeElement(ue.TR),Yr.insertionMode=cr,Yr._processToken(Wn)):vi===ue.CAPTION||vi===ue.COL||vi===ue.COLGROUP||vi===ue.TBODY||vi===ue.TFOOT||vi===ue.THEAD?Yr.openElements.hasTableBodyContextInTableScope()&&(Yr.openElements.clearBackToTableBodyContext(),Yr.openElements.pop(),Yr.insertionMode=tr,Yr._processToken(Wn)):yc(Yr,Wn)}function Of(Yr,Wn){const vi=Wn.tagName;vi===ue.TBODY||vi===ue.TFOOT||vi===ue.THEAD?Yr.openElements.hasInTableScope(vi)&&(Yr.openElements.clearBackToTableBodyContext(),Yr.openElements.pop(),Yr.insertionMode=tr):vi===ue.TABLE?Yr.openElements.hasTableBodyContextInTableScope()&&(Yr.openElements.clearBackToTableBodyContext(),Yr.openElements.pop(),Yr.insertionMode=tr,Yr._processToken(Wn)):(vi!==ue.BODY&&vi!==ue.CAPTION&&vi!==ue.COL&&vi!==ue.COLGROUP||vi!==ue.HTML&&vi!==ue.TD&&vi!==ue.TH&&vi!==ue.TR)&&Tf(Yr,Wn)}function Zm(Yr,Wn){const vi=Wn.tagName;vi===ue.TH||vi===ue.TD?(Yr.openElements.clearBackToTableRowContext(),Yr._insertElement(Wn,de.HTML),Yr.insertionMode=_r,Yr.activeFormattingElements.insertMarker()):vi===ue.CAPTION||vi===ue.COL||vi===ue.COLGROUP||vi===ue.TBODY||vi===ue.TFOOT||vi===ue.THEAD||vi===ue.TR?Yr.openElements.hasInTableScope(ue.TR)&&(Yr.openElements.clearBackToTableRowContext(),Yr.openElements.pop(),Yr.insertionMode=ur,Yr._processToken(Wn)):yc(Yr,Wn)}function Rf(Yr,Wn){const vi=Wn.tagName;vi===ue.TR?Yr.openElements.hasInTableScope(ue.TR)&&(Yr.openElements.clearBackToTableRowContext(),Yr.openElements.pop(),Yr.insertionMode=ur):vi===ue.TABLE?Yr.openElements.hasInTableScope(ue.TR)&&(Yr.openElements.clearBackToTableRowContext(),Yr.openElements.pop(),Yr.insertionMode=ur,Yr._processToken(Wn)):vi===ue.TBODY||vi===ue.TFOOT||vi===ue.THEAD?(Yr.openElements.hasInTableScope(vi)||Yr.openElements.hasInTableScope(ue.TR))&&(Yr.openElements.clearBackToTableRowContext(),Yr.openElements.pop(),Yr.insertionMode=ur,Yr._processToken(Wn)):(vi!==ue.BODY&&vi!==ue.CAPTION&&vi!==ue.COL&&vi!==ue.COLGROUP||vi!==ue.HTML&&vi!==ue.TD&&vi!==ue.TH)&&Tf(Yr,Wn)}function Dh(Yr,Wn){const vi=Wn.tagName;vi===ue.CAPTION||vi===ue.COL||vi===ue.COLGROUP||vi===ue.TBODY||vi===ue.TD||vi===ue.TFOOT||vi===ue.TH||vi===ue.THEAD||vi===ue.TR?(Yr.openElements.hasInTableScope(ue.TD)||Yr.openElements.hasInTableScope(ue.TH))&&(Yr._closeTableCell(),Yr._processToken(Wn)):tc(Yr,Wn)}function um(Yr,Wn){const vi=Wn.tagName;vi===ue.TD||vi===ue.TH?Yr.openElements.hasInTableScope(vi)&&(Yr.openElements.generateImpliedEndTags(),Yr.openElements.popUntilTagNamePopped(vi),Yr.activeFormattingElements.clearToLastMarker(),Yr.insertionMode=cr):vi===ue.TABLE||vi===ue.TBODY||vi===ue.TFOOT||vi===ue.THEAD||vi===ue.TR?Yr.openElements.hasInTableScope(vi)&&(Yr._closeTableCell(),Yr._processToken(Wn)):vi!==ue.BODY&&vi!==ue.CAPTION&&vi!==ue.COL&&vi!==ue.COLGROUP&&vi!==ue.HTML&&gp(Yr,Wn)}function Cm(Yr,Wn){const vi=Wn.tagName;vi===ue.HTML?tc(Yr,Wn):vi===ue.OPTION?(Yr.openElements.currentTagName===ue.OPTION&&Yr.openElements.pop(),Yr._insertElement(Wn,de.HTML)):vi===ue.OPTGROUP?(Yr.openElements.currentTagName===ue.OPTION&&Yr.openElements.pop(),Yr.openElements.currentTagName===ue.OPTGROUP&&Yr.openElements.pop(),Yr._insertElement(Wn,de.HTML)):vi===ue.INPUT||vi===ue.KEYGEN||vi===ue.TEXTAREA||vi===ue.SELECT?Yr.openElements.hasInSelectScope(ue.SELECT)&&(Yr.openElements.popUntilTagNamePopped(ue.SELECT),Yr._resetInsertionMode(),vi!==ue.SELECT&&Yr._processToken(Wn)):(vi===ue.SCRIPT||vi===ue.TEMPLATE)&&On(Yr,Wn)}function wm(Yr,Wn){const vi=Wn.tagName;if(vi===ue.OPTGROUP){const Du=Yr.openElements.items[Yr.openElements.stackTop-1],qc=Du&&Yr.treeAdapter.getTagName(Du);Yr.openElements.currentTagName===ue.OPTION&&qc===ue.OPTGROUP&&Yr.openElements.pop(),Yr.openElements.currentTagName===ue.OPTGROUP&&Yr.openElements.pop()}else vi===ue.OPTION?Yr.openElements.currentTagName===ue.OPTION&&Yr.openElements.pop():vi===ue.SELECT&&Yr.openElements.hasInSelectScope(ue.SELECT)?(Yr.openElements.popUntilTagNamePopped(ue.SELECT),Yr._resetInsertionMode()):vi===ue.TEMPLATE&&kn(Yr,Wn)}function Td(Yr,Wn){const vi=Wn.tagName;vi===ue.CAPTION||vi===ue.TABLE||vi===ue.TBODY||vi===ue.TFOOT||vi===ue.THEAD||vi===ue.TR||vi===ue.TD||vi===ue.TH?(Yr.openElements.popUntilTagNamePopped(ue.SELECT),Yr._resetInsertionMode(),Yr._processToken(Wn)):Cm(Yr,Wn)}function Sd(Yr,Wn){const vi=Wn.tagName;vi===ue.CAPTION||vi===ue.TABLE||vi===ue.TBODY||vi===ue.TFOOT||vi===ue.THEAD||vi===ue.TR||vi===ue.TD||vi===ue.TH?Yr.openElements.hasInTableScope(vi)&&(Yr.openElements.popUntilTagNamePopped(ue.SELECT),Yr._resetInsertionMode(),Yr._processToken(Wn)):wm(Yr,Wn)}function Pp(Yr,Wn){const vi=Wn.tagName;if(vi===ue.BASE||vi===ue.BASEFONT||vi===ue.BGSOUND||vi===ue.LINK||vi===ue.META||vi===ue.NOFRAMES||vi===ue.SCRIPT||vi===ue.STYLE||vi===ue.TEMPLATE||vi===ue.TITLE)On(Yr,Wn);else{const Du=gr[vi]||qe;Yr._popTmplInsertionMode(),Yr._pushTmplInsertionMode(Du),Yr.insertionMode=Du,Yr._processToken(Wn)}}function cf(Yr,Wn){Wn.tagName===ue.TEMPLATE&&kn(Yr,Wn)}function Gc(Yr,Wn){Yr.openElements.tmplCount>0?(Yr.openElements.popUntilTagNamePopped(ue.TEMPLATE),Yr.activeFormattingElements.clearToLastMarker(),Yr._popTmplInsertionMode(),Yr._resetInsertionMode(),Yr._processToken(Wn)):Yr.stopped=!0}function Jf(Yr,Wn){Wn.tagName===ue.HTML?tc(Yr,Wn):df(Yr,Wn)}function $m(Yr,Wn){Wn.tagName===ue.HTML?Yr.fragmentContext||(Yr.insertionMode=Ir):df(Yr,Wn)}function df(Yr,Wn){Yr.insertionMode=qe,Yr._processToken(Wn)}function xm(Yr,Wn){const vi=Wn.tagName;vi===ue.HTML?tc(Yr,Wn):vi===ue.FRAMESET?Yr._insertElement(Wn,de.HTML):vi===ue.FRAME?(Yr._appendElement(Wn,de.HTML),Wn.ackSelfClosing=!0):vi===ue.NOFRAMES&&On(Yr,Wn)}function Nm(Yr,Wn){Wn.tagName===ue.FRAMESET&&!Yr.openElements.isRootHtmlElementCurrent()&&(Yr.openElements.pop(),!Yr.fragmentContext&&Yr.openElements.currentTagName!==ue.FRAMESET&&(Yr.insertionMode=br))}function Bd(Yr,Wn){const vi=Wn.tagName;vi===ue.HTML?tc(Yr,Wn):vi===ue.NOFRAMES&&On(Yr,Wn)}function cm(Yr,Wn){Wn.tagName===ue.HTML&&(Yr.insertionMode=Mr)}function If(Yr,Wn){Wn.tagName===ue.HTML?tc(Yr,Wn):kf(Yr,Wn)}function kf(Yr,Wn){Yr.insertionMode=qe,Yr._processToken(Wn)}function dm(Yr,Wn){const vi=Wn.tagName;vi===ue.HTML?tc(Yr,Wn):vi===ue.NOFRAMES&&On(Yr,Wn)}function ep(Yr,Wn){Wn.chars=ie.REPLACEMENT_CHARACTER,Yr._insertCharacters(Wn)}function fm(Yr,Wn){Yr._insertCharacters(Wn),Yr.framesetOk=!1}function Lp(Yr,Wn){if(z.causesExit(Wn)&&!Yr.fragmentContext){for(;Yr.treeAdapter.getNamespaceURI(Yr.openElements.current)!==de.HTML&&!Yr._isIntegrationPoint(Yr.openElements.current);)Yr.openElements.pop();Yr._processToken(Wn)}else{const vi=Yr._getAdjustedCurrentElement(),Du=Yr.treeAdapter.getNamespaceURI(vi);Du===de.MATHML?z.adjustTokenMathMLAttrs(Wn):Du===de.SVG&&(z.adjustTokenSVGTagName(Wn),z.adjustTokenSVGAttrs(Wn)),z.adjustTokenXMLAttrs(Wn),Wn.selfClosing?Yr._appendElement(Wn,Du):Yr._insertElement(Wn,Du),Wn.ackSelfClosing=!0}}function Vf(Yr,Wn){for(let vi=Yr.openElements.stackTop;vi>0;vi--){const Du=Yr.openElements.items[vi];if(Yr.treeAdapter.getNamespaceURI(Du)===de.HTML){Yr._processToken(Wn);break}if(Yr.treeAdapter.getTagName(Du).toLowerCase()===Wn.tagName){Yr.openElements.popUntilElementPopped(Du);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(),k=n.TAG_NAMES,L=n.NAMESPACES,$={treeAdapter:e},j=/&/g,V=/\u00a0/g,z=/"/g,re=/</g,ie=/>/g;class oe{constructor(de,pe){this.options=t($,pe),this.treeAdapter=this.options.treeAdapter,this.html="",this.startNode=de}serialize(){return this._serializeChildNodes(this.startNode),this.html}_serializeChildNodes(de){const pe=this.treeAdapter.getChildNodes(de);if(pe)for(let Ie=0,he=pe.length;Ie<he;Ie++){const Ce=pe[Ie];this.treeAdapter.isElementNode(Ce)?this._serializeElement(Ce):this.treeAdapter.isTextNode(Ce)?this._serializeTextNode(Ce):this.treeAdapter.isCommentNode(Ce)?this._serializeCommentNode(Ce):this.treeAdapter.isDocumentTypeNode(Ce)&&this._serializeDocumentTypeNode(Ce)}}_serializeElement(de){const pe=this.treeAdapter.getTagName(de),Ie=this.treeAdapter.getNamespaceURI(de);if(this.html+="<"+pe,this._serializeAttributes(de),this.html+=">",pe!==k.AREA&&pe!==k.BASE&&pe!==k.BASEFONT&&pe!==k.BGSOUND&&pe!==k.BR&&pe!==k.COL&&pe!==k.EMBED&&pe!==k.FRAME&&pe!==k.HR&&pe!==k.IMG&&pe!==k.INPUT&&pe!==k.KEYGEN&&pe!==k.LINK&&pe!==k.META&&pe!==k.PARAM&&pe!==k.SOURCE&&pe!==k.TRACK&&pe!==k.WBR){const he=pe===k.TEMPLATE&&Ie===L.HTML?this.treeAdapter.getTemplateContent(de):de;this._serializeChildNodes(he),this.html+="</"+pe+">"}}_serializeAttributes(de){const pe=this.treeAdapter.getAttrList(de);for(let Ie=0,he=pe.length;Ie<he;Ie++){const Ce=pe[Ie],_e=oe.escapeString(Ce.value,!0);this.html+=" ",Ce.namespace?Ce.namespace===L.XML?this.html+="xml:"+Ce.name:Ce.namespace===L.XMLNS?(Ce.name!=="xmlns"&&(this.html+="xmlns:"),this.html+=Ce.name):Ce.namespace===L.XLINK?this.html+="xlink:"+Ce.name:this.html+=Ce.prefix+":"+Ce.name:this.html+=Ce.name,this.html+='="'+_e+'"'}}_serializeTextNode(de){const pe=this.treeAdapter.getTextNodeContent(de),Ie=this.treeAdapter.getParentNode(de);let he;Ie&&this.treeAdapter.isElementNode(Ie)&&(he=this.treeAdapter.getTagName(Ie)),he===k.STYLE||he===k.SCRIPT||he===k.XMP||he===k.IFRAME||he===k.NOEMBED||he===k.NOFRAMES||he===k.PLAINTEXT||he===k.NOSCRIPT?this.html+=pe:this.html+=oe.escapeString(pe,!1)}_serializeCommentNode(de){this.html+="<!--"+this.treeAdapter.getCommentNodeContent(de)+"-->"}_serializeDocumentTypeNode(de){const pe=this.treeAdapter.getDocumentTypeNodeName(de);this.html+="<"+y.serializeContent(pe,null,null)+">"}}return oe.escapeString=function(ue,de){return ue=ue.replace(j,"&amp;").replace(V,"&nbsp;"),de?ue=ue.replace(z,"&quot;"):ue=ue.replace(re,"&lt;").replace(ie,"&gt;"),ue},serializer=oe,serializer}var hasRequiredLib$2;function requireLib$2(){if(hasRequiredLib$2)return lib$3;hasRequiredLib$2=1;const e=requireParser$1(),t=requireSerializer();return lib$3.parse=function(n,k){return new e(k).parse(n)},lib$3.parseFragment=function(n,k,L){return typeof n=="string"&&(L=k,k=n,n=null),new e(L).parseFragment(k,n)},lib$3.serialize=function(y,n){return new t(y,n).serialize()},lib$3}var lib$2={},hasRequiredLib$1;function requireLib$1(){if(hasRequiredLib$1)return lib$2;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 k{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(k.prototype,V,{get:function(){return this[z]||null},set:function(re){return this[z]=re,re}})}),lib$2.createDocument=function(){return new k({type:"root",name:"root",parent:null,prev:null,next:null,children:[],"x-mode":t.NO_QUIRKS})},lib$2.createDocumentFragment=function(){return new k({type:"root",name:"root",parent:null,prev:null,next:null,children:[]})},lib$2.createElement=function(V,z,re){const ie=Object.create(null),oe=Object.create(null),ue=Object.create(null);for(let de=0;de<re.length;de++){const pe=re[de].name;ie[pe]=re[de].value,oe[pe]=re[de].namespace,ue[pe]=re[de].prefix}return new k({type:V==="script"||V==="style"?V:"tag",name:V,namespace:z,attribs:ie,"x-attribsNamespace":oe,"x-attribsPrefix":ue,children:[],parent:null,prev:null,next:null})},lib$2.createCommentNode=function(V){return new k({type:"comment",data:V,parent:null,prev:null,next:null})};const L=function(V){return new k({type:"text",data:V,parent:null,prev:null,next:null})},$=lib$2.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$2.insertBefore=function(V,z,re){const ie=V.children.indexOf(re),oe=re.prev;oe&&(oe.next=z,z.prev=oe),re.prev=z,z.next=re,V.children.splice(ie,0,z),z.parent=V};return lib$2.setTemplateContent=function(V,z){$(V,z)},lib$2.getTemplateContent=function(V){return V.children[0]},lib$2.setDocumentType=function(V,z,re,ie){const oe=e.serializeContent(z,re,ie);let ue=null;for(let de=0;de<V.children.length;de++)if(V.children[de].type==="directive"&&V.children[de].name==="!doctype"){ue=V.children[de];break}ue?(ue.data=oe,ue["x-name"]=z,ue["x-publicId"]=re,ue["x-systemId"]=ie):$(V,new k({type:"directive",name:"!doctype",data:oe,"x-name":z,"x-publicId":re,"x-systemId":ie}))},lib$2.setDocumentMode=function(V,z){V["x-mode"]=z},lib$2.getDocumentMode=function(V){return V["x-mode"]},lib$2.detachNode=function(V){if(V.parent){const z=V.parent.children.indexOf(V),re=V.prev,ie=V.next;V.prev=null,V.next=null,re&&(re.next=ie),ie&&(ie.prev=re),V.parent.children.splice(z,1),V.parent=null}},lib$2.insertText=function(V,z){const re=V.children[V.children.length-1];re&&re.type==="text"?re.data+=z:$(V,L(z))},lib$2.insertTextBefore=function(V,z,re){const ie=V.children[V.children.indexOf(re)-1];ie&&ie.type==="text"?ie.data+=z:j(V,L(z),re)},lib$2.adoptAttributes=function(V,z){for(let re=0;re<z.length;re++){const ie=z[re].name;typeof V.attribs[ie]>"u"&&(V.attribs[ie]=z[re].value,V["x-attribsNamespace"][ie]=z[re].namespace,V["x-attribsPrefix"][ie]=z[re].prefix)}},lib$2.getFirstChild=function(V){return V.children[0]},lib$2.getChildNodes=function(V){return V.children},lib$2.getParentNode=function(V){return V.parent},lib$2.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$2.getTagName=function(V){return V.name},lib$2.getNamespaceURI=function(V){return V.namespace},lib$2.getTextNodeContent=function(V){return V.data},lib$2.getCommentNodeContent=function(V){return V.data},lib$2.getDocumentTypeNodeName=function(V){return V["x-name"]},lib$2.getDocumentTypeNodePublicId=function(V){return V["x-publicId"]},lib$2.getDocumentTypeNodeSystemId=function(V){return V["x-systemId"]},lib$2.isTextNode=function(V){return V.type==="text"},lib$2.isCommentNode=function(V){return V.type==="comment"},lib$2.isDocumentTypeNode=function(V){return V.type==="directive"&&V.name==="!doctype"},lib$2.isElementNode=function(V){return!!V.attribs},lib$2.setNodeSourceCodeLocation=function(V,z){V.sourceCodeLocation=z},lib$2.getNodeSourceCodeLocation=function(V){return V.sourceCodeLocation},lib$2.updateNodeSourceCodeLocation=function(V,z){V.sourceCodeLocation=Object.assign(V.sourceCodeLocation,z)},lib$2}var hasRequiredParse5Adapter;function requireParse5Adapter(){if(hasRequiredParse5Adapter)return parse5Adapter;hasRequiredParse5Adapter=1,Object.defineProperty(parse5Adapter,"__esModule",{value:!0}),parse5Adapter.render=parse5Adapter.parse=void 0;var e=require$$0$6,t=requireLib$a(),y=requireLib$2(),n=e.__importDefault(requireLib$1());function k($,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($,z):y.parseFragment(re,$,z)}parse5Adapter.parse=k;function L($){for(var j,V=("length"in $)?$:[$],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=L,parse5Adapter}var htmlparser2Adapter={},hasRequiredHtmlparser2Adapter;function requireHtmlparser2Adapter(){return hasRequiredHtmlparser2Adapter||(hasRequiredHtmlparser2Adapter=1,function(e){var t=commonjsGlobal&&commonjsGlobal.__importDefault||function(k){return k&&k.__esModule?k:{default:k}};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$6,t=e.__importStar(requireOptions()),y=requireLib$4(),n=requireLib$3(),k=requireParse5Adapter(),L=requireHtmlparser2Adapter();function $(Ie,he,Ce){var _e,Ne=he?typeof he=="string"?y.select(he,(_e=Ie==null?void 0:Ie._root)!==null&&_e!==void 0?_e:[],Ce):he:Ie==null?void 0:Ie._root.children;return Ne?Ce.xmlMode||Ce._useHtmlParser2?L.render(Ne,Ce):k.render(Ne):""}function j(Ie){return typeof Ie=="object"&&Ie!=null&&!("length"in Ie)&&!("type"in Ie)}function V(Ie,he){!he&&j(Ie)&&(he=Ie,Ie=void 0);var Ce=e.__assign(e.__assign(e.__assign({},t.default),this?this._options:{}),t.flatten(he??{}));return $(this||void 0,Ie,Ce)}_static.html=V;function z(Ie){var he=e.__assign(e.__assign({},this._options),{xmlMode:!0});return $(this,Ie,he)}_static.xml=z;function re(Ie){for(var he=Ie||(this?this.root():[]),Ce="",_e=0;_e<he.length;_e++){var Ne=he[_e];n.DomUtils.isText(Ne)?Ce+=Ne.data:n.DomUtils.hasChildren(Ne)&&Ne.type!==n.ElementType.Comment&&Ne.type!==n.ElementType.Script&&Ne.type!==n.ElementType.Style&&(Ce+=re(Ne.children))}return Ce}_static.text=re;function ie(Ie,he,Ce){if(Ce===void 0&&(Ce=typeof he=="boolean"?he:!1),!Ie||typeof Ie!="string")return null;typeof he=="boolean"&&(Ce=he);var _e=this.load(Ie,t.default,!1);return Ce||_e("script").remove(),_e.root()[0].children.slice()}_static.parseHTML=ie;function oe(){return this(this._root)}_static.root=oe;function ue(Ie,he){if(he===Ie)return!1;for(var Ce=he;Ce&&Ce!==Ce.parent;)if(Ce=Ce.parent,Ce===Ie)return!0;return!1}_static.contains=ue;function de(Ie,he){if(!(!pe(Ie)||!pe(he))){for(var Ce=Ie.length,_e=+he.length,Ne=0;Ne<_e;Ne++)Ie[Ce++]=he[Ne];return Ie.length=Ce,Ie}}_static.merge=de;function pe(Ie){if(Array.isArray(Ie))return!0;if(typeof Ie!="object"||!Object.prototype.hasOwnProperty.call(Ie,"length")||typeof Ie.length!="number"||Ie.length<0)return!1;for(var he=0;he<Ie.length;he++)if(!(he in Ie))return!1;return!0}return _static}var cheerio$1={},buffer$1={},base64Js$1={};base64Js$1.byteLength=byteLength$1;base64Js$1.toByteArray=toByteArray$1;base64Js$1.fromByteArray=fromByteArray$1;var lookup$1=[],revLookup$1=[],Arr$1=typeof Uint8Array<"u"?Uint8Array:Array,code$1="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(var i$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],k=y[1],L=new Arr$1(_byteLength$1(e,n,k)),$=0,j=k>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)],L[$++]=t>>16&255,L[$++]=t>>8&255,L[$++]=t&255;return k===2&&(t=revLookup$1[e.charCodeAt(V)]<<2|revLookup$1[e.charCodeAt(V+1)]>>4,L[$++]=t&255),k===1&&(t=revLookup$1[e.charCodeAt(V)]<<10|revLookup$1[e.charCodeAt(V+1)]<<4|revLookup$1[e.charCodeAt(V+2)]>>2,L[$++]=t>>8&255,L[$++]=t&255),L}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=[],L=t;L<y;L+=3)n=(e[L]<<16&16711680)+(e[L+1]<<8&65280)+(e[L+2]&255),k.push(tripletToBase64$1(n));return k.join("")}function fromByteArray$1(e){for(var t,y=e.length,n=y%3,k=[],L=16383,$=0,j=y-n;$<j;$+=L)k.push(encodeChunk$1(e,$,$+L>j?j:$+L));return n===1?(t=e[y-1],k.push(lookup$1[t>>2]+lookup$1[t<<4&63]+"==")):n===2&&(t=(e[y-2]<<8)+e[y-1],k.push(lookup$1[t>>10]+lookup$1[t>>4&63]+lookup$1[t<<2&63]+"=")),k.join("")}var ieee754$1={};/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */ieee754$1.read=function(e,t,y,n,k){var L,$,j=k*8-n-1,V=(1<<j)-1,z=V>>1,re=-7,ie=y?k-1:0,oe=y?-1:1,ue=e[t+ie];for(ie+=oe,L=ue&(1<<-re)-1,ue>>=-re,re+=j;re>0;L=L*256+e[t+ie],ie+=oe,re-=8);for($=L&(1<<-re)-1,L>>=-re,re+=n;re>0;$=$*256+e[t+ie],ie+=oe,re-=8);if(L===0)L=1-z;else{if(L===V)return $?NaN:(ue?-1:1)*(1/0);$=$+Math.pow(2,n),L=L-z}return(ue?-1:1)*$*Math.pow(2,L-n)};ieee754$1.write=function(e,t,y,n,k,L){var $,j,V,z=L*8-k-1,re=(1<<z)-1,ie=re>>1,oe=k===23?Math.pow(2,-24)-Math.pow(2,-77):0,ue=n?0:L-1,de=n?1:-1,pe=t<0||t===0&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(j=isNaN(t)?1:0,$=re):($=Math.floor(Math.log(t)/Math.LN2),t*(V=Math.pow(2,-$))<1&&($--,V*=2),$+ie>=1?t+=oe/V:t+=oe*Math.pow(2,1-ie),t*V>=2&&($++,V/=2),$+ie>=re?(j=0,$=re):$+ie>=1?(j=(t*V-1)*Math.pow(2,k),$=$+ie):(j=t*Math.pow(2,ie-1)*Math.pow(2,k),$=0));k>=8;e[y+ue]=j&255,ue+=de,j/=256,k-=8);for($=$<<k|j,z+=k;z>0;e[y+ue]=$&255,ue+=de,$/=256,z-=8);e[y+ue-de]|=pe*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=Fe,e.INSPECT_MAX_BYTES=50;const k=2147483647;e.kMaxLength=k;const{Uint8Array:L,ArrayBuffer:$,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 Kn=new L(1),Gr={foo:function(){return 42}};return Object.setPrototypeOf(Gr,L.prototype),Object.setPrototypeOf(Kn,Gr),Kn.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(Kn){if(Kn>k)throw new RangeError('The value "'+Kn+'" is invalid for option "size"');const Gr=new L(Kn);return Object.setPrototypeOf(Gr,re.prototype),Gr}function re(Kn,Gr,Ar){if(typeof Kn=="number"){if(typeof Gr=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return de(Kn)}return ie(Kn,Gr,Ar)}re.poolSize=8192;function ie(Kn,Gr,Ar){if(typeof Kn=="string")return pe(Kn,Gr);if($.isView(Kn))return he(Kn);if(Kn==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof Kn);if(ca(Kn,$)||Kn&&ca(Kn.buffer,$)||typeof j<"u"&&(ca(Kn,j)||Kn&&ca(Kn.buffer,j)))return Ce(Kn,Gr,Ar);if(typeof Kn=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');const On=Kn.valueOf&&Kn.valueOf();if(On!=null&&On!==Kn)return re.from(On,Gr,Ar);const kn=_e(Kn);if(kn)return kn;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof Kn[Symbol.toPrimitive]=="function")return re.from(Kn[Symbol.toPrimitive]("string"),Gr,Ar);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof Kn)}re.from=function(Kn,Gr,Ar){return ie(Kn,Gr,Ar)},Object.setPrototypeOf(re.prototype,L.prototype),Object.setPrototypeOf(re,L);function oe(Kn){if(typeof Kn!="number")throw new TypeError('"size" argument must be of type number');if(Kn<0)throw new RangeError('The value "'+Kn+'" is invalid for option "size"')}function ue(Kn,Gr,Ar){return oe(Kn),Kn<=0?z(Kn):Gr!==void 0?typeof Ar=="string"?z(Kn).fill(Gr,Ar):z(Kn).fill(Gr):z(Kn)}re.alloc=function(Kn,Gr,Ar){return ue(Kn,Gr,Ar)};function de(Kn){return oe(Kn),z(Kn<0?0:Ne(Kn)|0)}re.allocUnsafe=function(Kn){return de(Kn)},re.allocUnsafeSlow=function(Kn){return de(Kn)};function pe(Kn,Gr){if((typeof Gr!="string"||Gr==="")&&(Gr="utf8"),!re.isEncoding(Gr))throw new TypeError("Unknown encoding: "+Gr);const Ar=Ue(Kn,Gr)|0;let On=z(Ar);const kn=On.write(Kn,Gr);return kn!==Ar&&(On=On.slice(0,kn)),On}function Ie(Kn){const Gr=Kn.length<0?0:Ne(Kn.length)|0,Ar=z(Gr);for(let On=0;On<Gr;On+=1)Ar[On]=Kn[On]&255;return Ar}function he(Kn){if(ca(Kn,L)){const Gr=new L(Kn);return Ce(Gr.buffer,Gr.byteOffset,Gr.byteLength)}return Ie(Kn)}function Ce(Kn,Gr,Ar){if(Gr<0||Kn.byteLength<Gr)throw new RangeError('"offset" is outside of buffer bounds');if(Kn.byteLength<Gr+(Ar||0))throw new RangeError('"length" is outside of buffer bounds');let On;return Gr===void 0&&Ar===void 0?On=new L(Kn):Ar===void 0?On=new L(Kn,Gr):On=new L(Kn,Gr,Ar),Object.setPrototypeOf(On,re.prototype),On}function _e(Kn){if(re.isBuffer(Kn)){const Gr=Ne(Kn.length)|0,Ar=z(Gr);return Ar.length===0||Kn.copy(Ar,0,0,Gr),Ar}if(Kn.length!==void 0)return typeof Kn.length!="number"||Po(Kn.length)?z(0):Ie(Kn);if(Kn.type==="Buffer"&&Array.isArray(Kn.data))return Ie(Kn.data)}function Ne(Kn){if(Kn>=k)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+k.toString(16)+" bytes");return Kn|0}function Fe(Kn){return+Kn!=Kn&&(Kn=0),re.alloc(+Kn)}re.isBuffer=function(Gr){return Gr!=null&&Gr._isBuffer===!0&&Gr!==re.prototype},re.compare=function(Gr,Ar){if(ca(Gr,L)&&(Gr=re.from(Gr,Gr.offset,Gr.byteLength)),ca(Ar,L)&&(Ar=re.from(Ar,Ar.offset,Ar.byteLength)),!re.isBuffer(Gr)||!re.isBuffer(Ar))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(Gr===Ar)return 0;let On=Gr.length,kn=Ar.length;for(let Sa=0,sa=Math.min(On,kn);Sa<sa;++Sa)if(Gr[Sa]!==Ar[Sa]){On=Gr[Sa],kn=Ar[Sa];break}return On<kn?-1:kn<On?1:0},re.isEncoding=function(Gr){switch(String(Gr).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(Gr,Ar){if(!Array.isArray(Gr))throw new TypeError('"list" argument must be an Array of Buffers');if(Gr.length===0)return re.alloc(0);let On;if(Ar===void 0)for(Ar=0,On=0;On<Gr.length;++On)Ar+=Gr[On].length;const kn=re.allocUnsafe(Ar);let Sa=0;for(On=0;On<Gr.length;++On){let sa=Gr[On];if(ca(sa,L))Sa+sa.length>kn.length?(re.isBuffer(sa)||(sa=re.from(sa)),sa.copy(kn,Sa)):L.prototype.set.call(kn,sa,Sa);else if(re.isBuffer(sa))sa.copy(kn,Sa);else throw new TypeError('"list" argument must be an Array of Buffers');Sa+=sa.length}return kn};function Ue(Kn,Gr){if(re.isBuffer(Kn))return Kn.length;if($.isView(Kn)||ca(Kn,$))return Kn.byteLength;if(typeof Kn!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof Kn);const Ar=Kn.length,On=arguments.length>2&&arguments[2]===!0;if(!On&&Ar===0)return 0;let kn=!1;for(;;)switch(Gr){case"ascii":case"latin1":case"binary":return Ar;case"utf8":case"utf-8":return Wr(Kn).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Ar*2;case"hex":return Ar>>>1;case"base64":return Fr(Kn).length;default:if(kn)return On?-1:Wr(Kn).length;Gr=(""+Gr).toLowerCase(),kn=!0}}re.byteLength=Ue;function kt(Kn,Gr,Ar){let On=!1;if((Gr===void 0||Gr<0)&&(Gr=0),Gr>this.length||((Ar===void 0||Ar>this.length)&&(Ar=this.length),Ar<=0)||(Ar>>>=0,Gr>>>=0,Ar<=Gr))return"";for(Kn||(Kn="utf8");;)switch(Kn){case"hex":return xr(this,Gr,Ar);case"utf8":case"utf-8":return cr(this,Gr,Ar);case"ascii":return Er(this,Gr,Ar);case"latin1":case"binary":return kr(this,Gr,Ar);case"base64":return ur(this,Gr,Ar);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return yr(this,Gr,Ar);default:if(On)throw new TypeError("Unknown encoding: "+Kn);Kn=(Kn+"").toLowerCase(),On=!0}}re.prototype._isBuffer=!0;function Et(Kn,Gr,Ar){const On=Kn[Gr];Kn[Gr]=Kn[Ar],Kn[Ar]=On}re.prototype.swap16=function(){const Gr=this.length;if(Gr%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let Ar=0;Ar<Gr;Ar+=2)Et(this,Ar,Ar+1);return this},re.prototype.swap32=function(){const Gr=this.length;if(Gr%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let Ar=0;Ar<Gr;Ar+=4)Et(this,Ar,Ar+3),Et(this,Ar+1,Ar+2);return this},re.prototype.swap64=function(){const Gr=this.length;if(Gr%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let Ar=0;Ar<Gr;Ar+=8)Et(this,Ar,Ar+7),Et(this,Ar+1,Ar+6),Et(this,Ar+2,Ar+5),Et(this,Ar+3,Ar+4);return this},re.prototype.toString=function(){const Gr=this.length;return Gr===0?"":arguments.length===0?cr(this,0,Gr):kt.apply(this,arguments)},re.prototype.toLocaleString=re.prototype.toString,re.prototype.equals=function(Gr){if(!re.isBuffer(Gr))throw new TypeError("Argument must be a Buffer");return this===Gr?!0:re.compare(this,Gr)===0},re.prototype.inspect=function(){let Gr="";const Ar=e.INSPECT_MAX_BYTES;return Gr=this.toString("hex",0,Ar).replace(/(.{2})/g,"$1 ").trim(),this.length>Ar&&(Gr+=" ... "),"<Buffer "+Gr+">"},n&&(re.prototype[n]=re.prototype.inspect),re.prototype.compare=function(Gr,Ar,On,kn,Sa){if(ca(Gr,L)&&(Gr=re.from(Gr,Gr.offset,Gr.byteLength)),!re.isBuffer(Gr))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof Gr);if(Ar===void 0&&(Ar=0),On===void 0&&(On=Gr?Gr.length:0),kn===void 0&&(kn=0),Sa===void 0&&(Sa=this.length),Ar<0||On>Gr.length||kn<0||Sa>this.length)throw new RangeError("out of range index");if(kn>=Sa&&Ar>=On)return 0;if(kn>=Sa)return-1;if(Ar>=On)return 1;if(Ar>>>=0,On>>>=0,kn>>>=0,Sa>>>=0,this===Gr)return 0;let sa=Sa-kn,qa=On-Ar;const To=Math.min(sa,qa),Hi=this.slice(kn,Sa),na=Gr.slice(Ar,On);for(let Ma=0;Ma<To;++Ma)if(Hi[Ma]!==na[Ma]){sa=Hi[Ma],qa=na[Ma];break}return sa<qa?-1:qa<sa?1:0};function Ve(Kn,Gr,Ar,On,kn){if(Kn.length===0)return-1;if(typeof Ar=="string"?(On=Ar,Ar=0):Ar>2147483647?Ar=2147483647:Ar<-2147483648&&(Ar=-2147483648),Ar=+Ar,Po(Ar)&&(Ar=kn?0:Kn.length-1),Ar<0&&(Ar=Kn.length+Ar),Ar>=Kn.length){if(kn)return-1;Ar=Kn.length-1}else if(Ar<0)if(kn)Ar=0;else return-1;if(typeof Gr=="string"&&(Gr=re.from(Gr,On)),re.isBuffer(Gr))return Gr.length===0?-1:qe(Kn,Gr,Ar,On,kn);if(typeof Gr=="number")return Gr=Gr&255,typeof L.prototype.indexOf=="function"?kn?L.prototype.indexOf.call(Kn,Gr,Ar):L.prototype.lastIndexOf.call(Kn,Gr,Ar):qe(Kn,[Gr],Ar,On,kn);throw new TypeError("val must be string, number or Buffer")}function qe(Kn,Gr,Ar,On,kn){let Sa=1,sa=Kn.length,qa=Gr.length;if(On!==void 0&&(On=String(On).toLowerCase(),On==="ucs2"||On==="ucs-2"||On==="utf16le"||On==="utf-16le")){if(Kn.length<2||Gr.length<2)return-1;Sa=2,sa/=2,qa/=2,Ar/=2}function To(na,Ma){return Sa===1?na[Ma]:na.readUInt16BE(Ma*Sa)}let Hi;if(kn){let na=-1;for(Hi=Ar;Hi<sa;Hi++)if(To(Kn,Hi)===To(Gr,na===-1?0:Hi-na)){if(na===-1&&(na=Hi),Hi-na+1===qa)return na*Sa}else na!==-1&&(Hi-=Hi-na),na=-1}else for(Ar+qa>sa&&(Ar=sa-qa),Hi=Ar;Hi>=0;Hi--){let na=!0;for(let Ma=0;Ma<qa;Ma++)if(To(Kn,Hi+Ma)!==To(Gr,Ma)){na=!1;break}if(na)return Hi}return-1}re.prototype.includes=function(Gr,Ar,On){return this.indexOf(Gr,Ar,On)!==-1},re.prototype.indexOf=function(Gr,Ar,On){return Ve(this,Gr,Ar,On,!0)},re.prototype.lastIndexOf=function(Gr,Ar,On){return Ve(this,Gr,Ar,On,!1)};function jt(Kn,Gr,Ar,On){Ar=Number(Ar)||0;const kn=Kn.length-Ar;On?(On=Number(On),On>kn&&(On=kn)):On=kn;const Sa=Gr.length;On>Sa/2&&(On=Sa/2);let sa;for(sa=0;sa<On;++sa){const qa=parseInt(Gr.substr(sa*2,2),16);if(Po(qa))return sa;Kn[Ar+sa]=qa}return sa}function tr(Kn,Gr,Ar,On){return Qr(Wr(Gr,Kn.length-Ar),Kn,Ar,On)}function rr(Kn,Gr,Ar,On){return Qr(Kr(Gr),Kn,Ar,On)}function ar(Kn,Gr,Ar,On){return Qr(Fr(Gr),Kn,Ar,On)}function nr(Kn,Gr,Ar,On){return Qr(Nr(Gr,Kn.length-Ar),Kn,Ar,On)}re.prototype.write=function(Gr,Ar,On,kn){if(Ar===void 0)kn="utf8",On=this.length,Ar=0;else if(On===void 0&&typeof Ar=="string")kn=Ar,On=this.length,Ar=0;else if(isFinite(Ar))Ar=Ar>>>0,isFinite(On)?(On=On>>>0,kn===void 0&&(kn="utf8")):(kn=On,On=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");const Sa=this.length-Ar;if((On===void 0||On>Sa)&&(On=Sa),Gr.length>0&&(On<0||Ar<0)||Ar>this.length)throw new RangeError("Attempt to write outside buffer bounds");kn||(kn="utf8");let sa=!1;for(;;)switch(kn){case"hex":return jt(this,Gr,Ar,On);case"utf8":case"utf-8":return tr(this,Gr,Ar,On);case"ascii":case"latin1":case"binary":return rr(this,Gr,Ar,On);case"base64":return ar(this,Gr,Ar,On);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return nr(this,Gr,Ar,On);default:if(sa)throw new TypeError("Unknown encoding: "+kn);kn=(""+kn).toLowerCase(),sa=!0}},re.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function ur(Kn,Gr,Ar){return Gr===0&&Ar===Kn.length?t.fromByteArray(Kn):t.fromByteArray(Kn.slice(Gr,Ar))}function cr(Kn,Gr,Ar){Ar=Math.min(Kn.length,Ar);const On=[];let kn=Gr;for(;kn<Ar;){const Sa=Kn[kn];let sa=null,qa=Sa>239?4:Sa>223?3:Sa>191?2:1;if(kn+qa<=Ar){let To,Hi,na,Ma;switch(qa){case 1:Sa<128&&(sa=Sa);break;case 2:To=Kn[kn+1],(To&192)===128&&(Ma=(Sa&31)<<6|To&63,Ma>127&&(sa=Ma));break;case 3:To=Kn[kn+1],Hi=Kn[kn+2],(To&192)===128&&(Hi&192)===128&&(Ma=(Sa&15)<<12|(To&63)<<6|Hi&63,Ma>2047&&(Ma<55296||Ma>57343)&&(sa=Ma));break;case 4:To=Kn[kn+1],Hi=Kn[kn+2],na=Kn[kn+3],(To&192)===128&&(Hi&192)===128&&(na&192)===128&&(Ma=(Sa&15)<<18|(To&63)<<12|(Hi&63)<<6|na&63,Ma>65535&&Ma<1114112&&(sa=Ma))}}sa===null?(sa=65533,qa=1):sa>65535&&(sa-=65536,On.push(sa>>>10&1023|55296),sa=56320|sa&1023),On.push(sa),kn+=qa}return hr(On)}const _r=4096;function hr(Kn){const Gr=Kn.length;if(Gr<=_r)return String.fromCharCode.apply(String,Kn);let Ar="",On=0;for(;On<Gr;)Ar+=String.fromCharCode.apply(String,Kn.slice(On,On+=_r));return Ar}function Er(Kn,Gr,Ar){let On="";Ar=Math.min(Kn.length,Ar);for(let kn=Gr;kn<Ar;++kn)On+=String.fromCharCode(Kn[kn]&127);return On}function kr(Kn,Gr,Ar){let On="";Ar=Math.min(Kn.length,Ar);for(let kn=Gr;kn<Ar;++kn)On+=String.fromCharCode(Kn[kn]);return On}function xr(Kn,Gr,Ar){const On=Kn.length;(!Gr||Gr<0)&&(Gr=0),(!Ar||Ar<0||Ar>On)&&(Ar=On);let kn="";for(let Sa=Gr;Sa<Ar;++Sa)kn+=Wa[Kn[Sa]];return kn}function yr(Kn,Gr,Ar){const On=Kn.slice(Gr,Ar);let kn="";for(let Sa=0;Sa<On.length-1;Sa+=2)kn+=String.fromCharCode(On[Sa]+On[Sa+1]*256);return kn}re.prototype.slice=function(Gr,Ar){const On=this.length;Gr=~~Gr,Ar=Ar===void 0?On:~~Ar,Gr<0?(Gr+=On,Gr<0&&(Gr=0)):Gr>On&&(Gr=On),Ar<0?(Ar+=On,Ar<0&&(Ar=0)):Ar>On&&(Ar=On),Ar<Gr&&(Ar=Gr);const kn=this.subarray(Gr,Ar);return Object.setPrototypeOf(kn,re.prototype),kn};function br(Kn,Gr,Ar){if(Kn%1!==0||Kn<0)throw new RangeError("offset is not uint");if(Kn+Gr>Ar)throw new RangeError("Trying to access beyond buffer length")}re.prototype.readUintLE=re.prototype.readUIntLE=function(Gr,Ar,On){Gr=Gr>>>0,Ar=Ar>>>0,On||br(Gr,Ar,this.length);let kn=this[Gr],Sa=1,sa=0;for(;++sa<Ar&&(Sa*=256);)kn+=this[Gr+sa]*Sa;return kn},re.prototype.readUintBE=re.prototype.readUIntBE=function(Gr,Ar,On){Gr=Gr>>>0,Ar=Ar>>>0,On||br(Gr,Ar,this.length);let kn=this[Gr+--Ar],Sa=1;for(;Ar>0&&(Sa*=256);)kn+=this[Gr+--Ar]*Sa;return kn},re.prototype.readUint8=re.prototype.readUInt8=function(Gr,Ar){return Gr=Gr>>>0,Ar||br(Gr,1,this.length),this[Gr]},re.prototype.readUint16LE=re.prototype.readUInt16LE=function(Gr,Ar){return Gr=Gr>>>0,Ar||br(Gr,2,this.length),this[Gr]|this[Gr+1]<<8},re.prototype.readUint16BE=re.prototype.readUInt16BE=function(Gr,Ar){return Gr=Gr>>>0,Ar||br(Gr,2,this.length),this[Gr]<<8|this[Gr+1]},re.prototype.readUint32LE=re.prototype.readUInt32LE=function(Gr,Ar){return Gr=Gr>>>0,Ar||br(Gr,4,this.length),(this[Gr]|this[Gr+1]<<8|this[Gr+2]<<16)+this[Gr+3]*16777216},re.prototype.readUint32BE=re.prototype.readUInt32BE=function(Gr,Ar){return Gr=Gr>>>0,Ar||br(Gr,4,this.length),this[Gr]*16777216+(this[Gr+1]<<16|this[Gr+2]<<8|this[Gr+3])},re.prototype.readBigUInt64LE=Go(function(Gr){Gr=Gr>>>0,vr(Gr,"offset");const Ar=this[Gr],On=this[Gr+7];(Ar===void 0||On===void 0)&&Cr(Gr,this.length-8);const kn=Ar+this[++Gr]*2**8+this[++Gr]*2**16+this[++Gr]*2**24,Sa=this[++Gr]+this[++Gr]*2**8+this[++Gr]*2**16+On*2**24;return BigInt(kn)+(BigInt(Sa)<<BigInt(32))}),re.prototype.readBigUInt64BE=Go(function(Gr){Gr=Gr>>>0,vr(Gr,"offset");const Ar=this[Gr],On=this[Gr+7];(Ar===void 0||On===void 0)&&Cr(Gr,this.length-8);const kn=Ar*2**24+this[++Gr]*2**16+this[++Gr]*2**8+this[++Gr],Sa=this[++Gr]*2**24+this[++Gr]*2**16+this[++Gr]*2**8+On;return(BigInt(kn)<<BigInt(32))+BigInt(Sa)}),re.prototype.readIntLE=function(Gr,Ar,On){Gr=Gr>>>0,Ar=Ar>>>0,On||br(Gr,Ar,this.length);let kn=this[Gr],Sa=1,sa=0;for(;++sa<Ar&&(Sa*=256);)kn+=this[Gr+sa]*Sa;return Sa*=128,kn>=Sa&&(kn-=Math.pow(2,8*Ar)),kn},re.prototype.readIntBE=function(Gr,Ar,On){Gr=Gr>>>0,Ar=Ar>>>0,On||br(Gr,Ar,this.length);let kn=Ar,Sa=1,sa=this[Gr+--kn];for(;kn>0&&(Sa*=256);)sa+=this[Gr+--kn]*Sa;return Sa*=128,sa>=Sa&&(sa-=Math.pow(2,8*Ar)),sa},re.prototype.readInt8=function(Gr,Ar){return Gr=Gr>>>0,Ar||br(Gr,1,this.length),this[Gr]&128?(255-this[Gr]+1)*-1:this[Gr]},re.prototype.readInt16LE=function(Gr,Ar){Gr=Gr>>>0,Ar||br(Gr,2,this.length);const On=this[Gr]|this[Gr+1]<<8;return On&32768?On|4294901760:On},re.prototype.readInt16BE=function(Gr,Ar){Gr=Gr>>>0,Ar||br(Gr,2,this.length);const On=this[Gr+1]|this[Gr]<<8;return On&32768?On|4294901760:On},re.prototype.readInt32LE=function(Gr,Ar){return Gr=Gr>>>0,Ar||br(Gr,4,this.length),this[Gr]|this[Gr+1]<<8|this[Gr+2]<<16|this[Gr+3]<<24},re.prototype.readInt32BE=function(Gr,Ar){return Gr=Gr>>>0,Ar||br(Gr,4,this.length),this[Gr]<<24|this[Gr+1]<<16|this[Gr+2]<<8|this[Gr+3]},re.prototype.readBigInt64LE=Go(function(Gr){Gr=Gr>>>0,vr(Gr,"offset");const Ar=this[Gr],On=this[Gr+7];(Ar===void 0||On===void 0)&&Cr(Gr,this.length-8);const kn=this[Gr+4]+this[Gr+5]*2**8+this[Gr+6]*2**16+(On<<24);return(BigInt(kn)<<BigInt(32))+BigInt(Ar+this[++Gr]*2**8+this[++Gr]*2**16+this[++Gr]*2**24)}),re.prototype.readBigInt64BE=Go(function(Gr){Gr=Gr>>>0,vr(Gr,"offset");const Ar=this[Gr],On=this[Gr+7];(Ar===void 0||On===void 0)&&Cr(Gr,this.length-8);const kn=(Ar<<24)+this[++Gr]*2**16+this[++Gr]*2**8+this[++Gr];return(BigInt(kn)<<BigInt(32))+BigInt(this[++Gr]*2**24+this[++Gr]*2**16+this[++Gr]*2**8+On)}),re.prototype.readFloatLE=function(Gr,Ar){return Gr=Gr>>>0,Ar||br(Gr,4,this.length),y.read(this,Gr,!0,23,4)},re.prototype.readFloatBE=function(Gr,Ar){return Gr=Gr>>>0,Ar||br(Gr,4,this.length),y.read(this,Gr,!1,23,4)},re.prototype.readDoubleLE=function(Gr,Ar){return Gr=Gr>>>0,Ar||br(Gr,8,this.length),y.read(this,Gr,!0,52,8)},re.prototype.readDoubleBE=function(Gr,Ar){return Gr=Gr>>>0,Ar||br(Gr,8,this.length),y.read(this,Gr,!1,52,8)};function Ir(Kn,Gr,Ar,On,kn,Sa){if(!re.isBuffer(Kn))throw new TypeError('"buffer" argument must be a Buffer instance');if(Gr>kn||Gr<Sa)throw new RangeError('"value" argument is out of bounds');if(Ar+On>Kn.length)throw new RangeError("Index out of range")}re.prototype.writeUintLE=re.prototype.writeUIntLE=function(Gr,Ar,On,kn){if(Gr=+Gr,Ar=Ar>>>0,On=On>>>0,!kn){const qa=Math.pow(2,8*On)-1;Ir(this,Gr,Ar,On,qa,0)}let Sa=1,sa=0;for(this[Ar]=Gr&255;++sa<On&&(Sa*=256);)this[Ar+sa]=Gr/Sa&255;return Ar+On},re.prototype.writeUintBE=re.prototype.writeUIntBE=function(Gr,Ar,On,kn){if(Gr=+Gr,Ar=Ar>>>0,On=On>>>0,!kn){const qa=Math.pow(2,8*On)-1;Ir(this,Gr,Ar,On,qa,0)}let Sa=On-1,sa=1;for(this[Ar+Sa]=Gr&255;--Sa>=0&&(sa*=256);)this[Ar+Sa]=Gr/sa&255;return Ar+On},re.prototype.writeUint8=re.prototype.writeUInt8=function(Gr,Ar,On){return Gr=+Gr,Ar=Ar>>>0,On||Ir(this,Gr,Ar,1,255,0),this[Ar]=Gr&255,Ar+1},re.prototype.writeUint16LE=re.prototype.writeUInt16LE=function(Gr,Ar,On){return Gr=+Gr,Ar=Ar>>>0,On||Ir(this,Gr,Ar,2,65535,0),this[Ar]=Gr&255,this[Ar+1]=Gr>>>8,Ar+2},re.prototype.writeUint16BE=re.prototype.writeUInt16BE=function(Gr,Ar,On){return Gr=+Gr,Ar=Ar>>>0,On||Ir(this,Gr,Ar,2,65535,0),this[Ar]=Gr>>>8,this[Ar+1]=Gr&255,Ar+2},re.prototype.writeUint32LE=re.prototype.writeUInt32LE=function(Gr,Ar,On){return Gr=+Gr,Ar=Ar>>>0,On||Ir(this,Gr,Ar,4,4294967295,0),this[Ar+3]=Gr>>>24,this[Ar+2]=Gr>>>16,this[Ar+1]=Gr>>>8,this[Ar]=Gr&255,Ar+4},re.prototype.writeUint32BE=re.prototype.writeUInt32BE=function(Gr,Ar,On){return Gr=+Gr,Ar=Ar>>>0,On||Ir(this,Gr,Ar,4,4294967295,0),this[Ar]=Gr>>>24,this[Ar+1]=Gr>>>16,this[Ar+2]=Gr>>>8,this[Ar+3]=Gr&255,Ar+4};function Mr(Kn,Gr,Ar,On,kn){Br(Gr,On,kn,Kn,Ar,7);let Sa=Number(Gr&BigInt(4294967295));Kn[Ar++]=Sa,Sa=Sa>>8,Kn[Ar++]=Sa,Sa=Sa>>8,Kn[Ar++]=Sa,Sa=Sa>>8,Kn[Ar++]=Sa;let sa=Number(Gr>>BigInt(32)&BigInt(4294967295));return Kn[Ar++]=sa,sa=sa>>8,Kn[Ar++]=sa,sa=sa>>8,Kn[Ar++]=sa,sa=sa>>8,Kn[Ar++]=sa,Ar}function mr(Kn,Gr,Ar,On,kn){Br(Gr,On,kn,Kn,Ar,7);let Sa=Number(Gr&BigInt(4294967295));Kn[Ar+7]=Sa,Sa=Sa>>8,Kn[Ar+6]=Sa,Sa=Sa>>8,Kn[Ar+5]=Sa,Sa=Sa>>8,Kn[Ar+4]=Sa;let sa=Number(Gr>>BigInt(32)&BigInt(4294967295));return Kn[Ar+3]=sa,sa=sa>>8,Kn[Ar+2]=sa,sa=sa>>8,Kn[Ar+1]=sa,sa=sa>>8,Kn[Ar]=sa,Ar+8}re.prototype.writeBigUInt64LE=Go(function(Gr,Ar=0){return Mr(this,Gr,Ar,BigInt(0),BigInt("0xffffffffffffffff"))}),re.prototype.writeBigUInt64BE=Go(function(Gr,Ar=0){return mr(this,Gr,Ar,BigInt(0),BigInt("0xffffffffffffffff"))}),re.prototype.writeIntLE=function(Gr,Ar,On,kn){if(Gr=+Gr,Ar=Ar>>>0,!kn){const To=Math.pow(2,8*On-1);Ir(this,Gr,Ar,On,To-1,-To)}let Sa=0,sa=1,qa=0;for(this[Ar]=Gr&255;++Sa<On&&(sa*=256);)Gr<0&&qa===0&&this[Ar+Sa-1]!==0&&(qa=1),this[Ar+Sa]=(Gr/sa>>0)-qa&255;return Ar+On},re.prototype.writeIntBE=function(Gr,Ar,On,kn){if(Gr=+Gr,Ar=Ar>>>0,!kn){const To=Math.pow(2,8*On-1);Ir(this,Gr,Ar,On,To-1,-To)}let Sa=On-1,sa=1,qa=0;for(this[Ar+Sa]=Gr&255;--Sa>=0&&(sa*=256);)Gr<0&&qa===0&&this[Ar+Sa+1]!==0&&(qa=1),this[Ar+Sa]=(Gr/sa>>0)-qa&255;return Ar+On},re.prototype.writeInt8=function(Gr,Ar,On){return Gr=+Gr,Ar=Ar>>>0,On||Ir(this,Gr,Ar,1,127,-128),Gr<0&&(Gr=255+Gr+1),this[Ar]=Gr&255,Ar+1},re.prototype.writeInt16LE=function(Gr,Ar,On){return Gr=+Gr,Ar=Ar>>>0,On||Ir(this,Gr,Ar,2,32767,-32768),this[Ar]=Gr&255,this[Ar+1]=Gr>>>8,Ar+2},re.prototype.writeInt16BE=function(Gr,Ar,On){return Gr=+Gr,Ar=Ar>>>0,On||Ir(this,Gr,Ar,2,32767,-32768),this[Ar]=Gr>>>8,this[Ar+1]=Gr&255,Ar+2},re.prototype.writeInt32LE=function(Gr,Ar,On){return Gr=+Gr,Ar=Ar>>>0,On||Ir(this,Gr,Ar,4,2147483647,-2147483648),this[Ar]=Gr&255,this[Ar+1]=Gr>>>8,this[Ar+2]=Gr>>>16,this[Ar+3]=Gr>>>24,Ar+4},re.prototype.writeInt32BE=function(Gr,Ar,On){return Gr=+Gr,Ar=Ar>>>0,On||Ir(this,Gr,Ar,4,2147483647,-2147483648),Gr<0&&(Gr=4294967295+Gr+1),this[Ar]=Gr>>>24,this[Ar+1]=Gr>>>16,this[Ar+2]=Gr>>>8,this[Ar+3]=Gr&255,Ar+4},re.prototype.writeBigInt64LE=Go(function(Gr,Ar=0){return Mr(this,Gr,Ar,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),re.prototype.writeBigInt64BE=Go(function(Gr,Ar=0){return mr(this,Gr,Ar,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function gr(Kn,Gr,Ar,On,kn,Sa){if(Ar+On>Kn.length)throw new RangeError("Index out of range");if(Ar<0)throw new RangeError("Index out of range")}function jr(Kn,Gr,Ar,On,kn){return Gr=+Gr,Ar=Ar>>>0,kn||gr(Kn,Gr,Ar,4),y.write(Kn,Gr,Ar,On,23,4),Ar+4}re.prototype.writeFloatLE=function(Gr,Ar,On){return jr(this,Gr,Ar,!0,On)},re.prototype.writeFloatBE=function(Gr,Ar,On){return jr(this,Gr,Ar,!1,On)};function Hr(Kn,Gr,Ar,On,kn){return Gr=+Gr,Ar=Ar>>>0,kn||gr(Kn,Gr,Ar,8),y.write(Kn,Gr,Ar,On,52,8),Ar+8}re.prototype.writeDoubleLE=function(Gr,Ar,On){return Hr(this,Gr,Ar,!0,On)},re.prototype.writeDoubleBE=function(Gr,Ar,On){return Hr(this,Gr,Ar,!1,On)},re.prototype.copy=function(Gr,Ar,On,kn){if(!re.isBuffer(Gr))throw new TypeError("argument should be a Buffer");if(On||(On=0),!kn&&kn!==0&&(kn=this.length),Ar>=Gr.length&&(Ar=Gr.length),Ar||(Ar=0),kn>0&&kn<On&&(kn=On),kn===On||Gr.length===0||this.length===0)return 0;if(Ar<0)throw new RangeError("targetStart out of bounds");if(On<0||On>=this.length)throw new RangeError("Index out of range");if(kn<0)throw new RangeError("sourceEnd out of bounds");kn>this.length&&(kn=this.length),Gr.length-Ar<kn-On&&(kn=Gr.length-Ar+On);const Sa=kn-On;return this===Gr&&typeof L.prototype.copyWithin=="function"?this.copyWithin(Ar,On,kn):L.prototype.set.call(Gr,this.subarray(On,kn),Ar),Sa},re.prototype.fill=function(Gr,Ar,On,kn){if(typeof Gr=="string"){if(typeof Ar=="string"?(kn=Ar,Ar=0,On=this.length):typeof On=="string"&&(kn=On,On=this.length),kn!==void 0&&typeof kn!="string")throw new TypeError("encoding must be a string");if(typeof kn=="string"&&!re.isEncoding(kn))throw new TypeError("Unknown encoding: "+kn);if(Gr.length===1){const sa=Gr.charCodeAt(0);(kn==="utf8"&&sa<128||kn==="latin1")&&(Gr=sa)}}else typeof Gr=="number"?Gr=Gr&255:typeof Gr=="boolean"&&(Gr=Number(Gr));if(Ar<0||this.length<Ar||this.length<On)throw new RangeError("Out of range index");if(On<=Ar)return this;Ar=Ar>>>0,On=On===void 0?this.length:On>>>0,Gr||(Gr=0);let Sa;if(typeof Gr=="number")for(Sa=Ar;Sa<On;++Sa)this[Sa]=Gr;else{const sa=re.isBuffer(Gr)?Gr:re.from(Gr,kn),qa=sa.length;if(qa===0)throw new TypeError('The value "'+Gr+'" is invalid for argument "value"');for(Sa=0;Sa<On-Ar;++Sa)this[Sa+Ar]=sa[Sa%qa]}return this};const Vr={};function zr(Kn,Gr,Ar){Vr[Kn]=class extends Ar{constructor(){super(),Object.defineProperty(this,"message",{value:Gr.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${Kn}]`,this.stack,delete this.name}get code(){return Kn}set code(kn){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:kn,writable:!0})}toString(){return`${this.name} [${Kn}]: ${this.message}`}}}zr("ERR_BUFFER_OUT_OF_BOUNDS",function(Kn){return Kn?`${Kn} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError),zr("ERR_INVALID_ARG_TYPE",function(Kn,Gr){return`The "${Kn}" argument must be of type number. Received type ${typeof Gr}`},TypeError),zr("ERR_OUT_OF_RANGE",function(Kn,Gr,Ar){let On=`The value of "${Kn}" is out of range.`,kn=Ar;return Number.isInteger(Ar)&&Math.abs(Ar)>2**32?kn=Sr(String(Ar)):typeof Ar=="bigint"&&(kn=String(Ar),(Ar>BigInt(2)**BigInt(32)||Ar<-(BigInt(2)**BigInt(32)))&&(kn=Sr(kn)),kn+="n"),On+=` It must be ${Gr}. Received ${kn}`,On},RangeError);function Sr(Kn){let Gr="",Ar=Kn.length;const On=Kn[0]==="-"?1:0;for(;Ar>=On+4;Ar-=3)Gr=`_${Kn.slice(Ar-3,Ar)}${Gr}`;return`${Kn.slice(0,Ar)}${Gr}`}function Tr(Kn,Gr,Ar){vr(Gr,"offset"),(Kn[Gr]===void 0||Kn[Gr+Ar]===void 0)&&Cr(Gr,Kn.length-(Ar+1))}function Br(Kn,Gr,Ar,On,kn,Sa){if(Kn>Ar||Kn<Gr){const sa=typeof Gr=="bigint"?"n":"";let qa;throw Gr===0||Gr===BigInt(0)?qa=`>= 0${sa} and < 2${sa} ** ${(Sa+1)*8}${sa}`:qa=`>= -(2${sa} ** ${(Sa+1)*8-1}${sa}) and < 2 ** ${(Sa+1)*8-1}${sa}`,new Vr.ERR_OUT_OF_RANGE("value",qa,Kn)}Tr(On,kn,Sa)}function vr(Kn,Gr){if(typeof Kn!="number")throw new Vr.ERR_INVALID_ARG_TYPE(Gr,"number",Kn)}function Cr(Kn,Gr,Ar){throw Math.floor(Kn)!==Kn?(vr(Kn,Ar),new Vr.ERR_OUT_OF_RANGE("offset","an integer",Kn)):Gr<0?new Vr.ERR_BUFFER_OUT_OF_BOUNDS:new Vr.ERR_OUT_OF_RANGE("offset",`>= 0 and <= ${Gr}`,Kn)}const Dr=/[^+/0-9A-Za-z-_]/g;function Rr(Kn){if(Kn=Kn.split("=")[0],Kn=Kn.trim().replace(Dr,""),Kn.length<2)return"";for(;Kn.length%4!==0;)Kn=Kn+"=";return Kn}function Wr(Kn,Gr){Gr=Gr||1/0;let Ar;const On=Kn.length;let kn=null;const Sa=[];for(let sa=0;sa<On;++sa){if(Ar=Kn.charCodeAt(sa),Ar>55295&&Ar<57344){if(!kn){if(Ar>56319){(Gr-=3)>-1&&Sa.push(239,191,189);continue}else if(sa+1===On){(Gr-=3)>-1&&Sa.push(239,191,189);continue}kn=Ar;continue}if(Ar<56320){(Gr-=3)>-1&&Sa.push(239,191,189),kn=Ar;continue}Ar=(kn-55296<<10|Ar-56320)+65536}else kn&&(Gr-=3)>-1&&Sa.push(239,191,189);if(kn=null,Ar<128){if((Gr-=1)<0)break;Sa.push(Ar)}else if(Ar<2048){if((Gr-=2)<0)break;Sa.push(Ar>>6|192,Ar&63|128)}else if(Ar<65536){if((Gr-=3)<0)break;Sa.push(Ar>>12|224,Ar>>6&63|128,Ar&63|128)}else if(Ar<1114112){if((Gr-=4)<0)break;Sa.push(Ar>>18|240,Ar>>12&63|128,Ar>>6&63|128,Ar&63|128)}else throw new Error("Invalid code point")}return Sa}function Kr(Kn){const Gr=[];for(let Ar=0;Ar<Kn.length;++Ar)Gr.push(Kn.charCodeAt(Ar)&255);return Gr}function Nr(Kn,Gr){let Ar,On,kn;const Sa=[];for(let sa=0;sa<Kn.length&&!((Gr-=2)<0);++sa)Ar=Kn.charCodeAt(sa),On=Ar>>8,kn=Ar%256,Sa.push(kn),Sa.push(On);return Sa}function Fr(Kn){return t.toByteArray(Rr(Kn))}function Qr(Kn,Gr,Ar,On){let kn;for(kn=0;kn<On&&!(kn+Ar>=Gr.length||kn>=Kn.length);++kn)Gr[kn+Ar]=Kn[kn];return kn}function ca(Kn,Gr){return Kn instanceof Gr||Kn!=null&&Kn.constructor!=null&&Kn.constructor.name!=null&&Kn.constructor.name===Gr.name}function Po(Kn){return Kn!==Kn}const Wa=function(){const Kn="0123456789abcdef",Gr=new Array(256);for(let Ar=0;Ar<16;++Ar){const On=Ar*16;for(let kn=0;kn<16;++kn)Gr[On+kn]=Kn[Ar]+Kn[kn]}return Gr}();function Go(Kn){return typeof BigInt>"u"?us:Kn}function us(){throw new Error("BigInt not supported")}})(buffer$1);const Buffer$2=buffer$1.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 k($,j,V){if(typeof Buffer$2<"u"&&Buffer$2.isBuffer($)&&($=$.toString()),typeof $=="string")return j.xmlMode||j._useHtmlParser2?t.parse($,j):y.parse($,j,V);var z=$;if(!Array.isArray(z)&&n.isDocument(z))return z;var re=new n.Document([]);return L(z,re),re}parse$1.default=k;function L($,j){var V=Array.isArray($)?$:[$];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=L,parse$1}var utils$4={},hasRequiredUtils$1;function requireUtils$1(){if(hasRequiredUtils$1)return utils$4;hasRequiredUtils$1=1,Object.defineProperty(utils$4,"__esModule",{value:!0}),utils$4.isHtml=utils$4.cloneDom=utils$4.domEach=utils$4.cssCase=utils$4.camelCase=utils$4.isCheerio=utils$4.isTag=void 0;var e=requireLib$3(),t=requireLib$a();utils$4.isTag=e.DomUtils.isTag;function y(z){return z.cheerio!=null}utils$4.isCheerio=y;function n(z){return z.replace(/[_.-](\w|$)/g,function(re,ie){return ie.toUpperCase()})}utils$4.camelCase=n;function k(z){return z.replace(/[A-Z]/g,"-$&").toLowerCase()}utils$4.cssCase=k;function L(z,re){for(var ie=z.length,oe=0;oe<ie;oe++)re(z[oe],oe);return z}utils$4.domEach=L;function $(z){var re="length"in z?Array.prototype.map.call(z,function(oe){return t.cloneNode(oe,!0)}):[t.cloneNode(z,!0)],ie=new t.Document(re);return re.forEach(function(oe){oe.parent=ie}),re}utils$4.cloneDom=$;var j=/<[a-zA-Z][^]*>/;function V(z){return j.test(z)}return utils$4.isHtml=V,utils$4}var attributes={},hasRequiredAttributes;function requireAttributes(){if(hasRequiredAttributes)return attributes;hasRequiredAttributes=1,Object.defineProperty(attributes,"__esModule",{value:!0}),attributes.toggleClass=attributes.removeClass=attributes.addClass=attributes.hasClass=attributes.removeAttr=attributes.val=attributes.data=attributes.prop=attributes.attr=void 0;var e=require_static(),t=requireUtils$1(),y=Object.prototype.hasOwnProperty,n=/\s+/,k="data-",L={null:null,true:!0,false:!1},$=/^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,j=/^{[^]*}$|^\[[^]*]$/;function V(Ve,qe,jt){var tr;if(!(!Ve||!t.isTag(Ve))){if((tr=Ve.attribs)!==null&&tr!==void 0||(Ve.attribs={}),!qe)return Ve.attribs;if(y.call(Ve.attribs,qe))return!jt&&$.test(qe)?qe:Ve.attribs[qe];if(Ve.name==="option"&&qe==="value")return e.text(Ve.children);if(Ve.name==="input"&&(Ve.attribs.type==="radio"||Ve.attribs.type==="checkbox")&&qe==="value")return"on"}}function z(Ve,qe,jt){jt===null?Ce(Ve,qe):Ve.attribs[qe]=""+jt}function re(Ve,qe){if(typeof Ve=="object"||qe!==void 0){if(typeof qe=="function"){if(typeof Ve!="string")throw new Error("Bad combination of arguments.");return t.domEach(this,function(jt,tr){t.isTag(jt)&&z(jt,Ve,qe.call(jt,tr,jt.attribs[Ve]))})}return t.domEach(this,function(jt){t.isTag(jt)&&(typeof Ve=="object"?Object.keys(Ve).forEach(function(tr){var rr=Ve[tr];z(jt,tr,rr)}):z(jt,Ve,qe))})}return arguments.length>1?this:V(this[0],Ve,this.options.xmlMode)}attributes.attr=re;function ie(Ve,qe,jt){if(!(!Ve||!t.isTag(Ve)))return qe in Ve?Ve[qe]:!jt&&$.test(qe)?V(Ve,qe,!1)!==void 0:V(Ve,qe,jt)}function oe(Ve,qe,jt,tr){qe in Ve?Ve[qe]=jt:z(Ve,qe,!tr&&$.test(qe)?jt?"":null:""+jt)}function ue(Ve,qe){var jt=this;if(typeof Ve=="string"&&qe===void 0)switch(Ve){case"style":{var tr=this.css(),rr=Object.keys(tr);return rr.forEach(function(nr,ur){tr[ur]=nr}),tr.length=rr.length,tr}case"tagName":case"nodeName":{var ar=this[0];return t.isTag(ar)?ar.name.toUpperCase():void 0}case"outerHTML":return this.clone().wrap("<container />").parent().html();case"innerHTML":return this.html();default:return ie(this[0],Ve,this.options.xmlMode)}if(typeof Ve=="object"||qe!==void 0){if(typeof qe=="function"){if(typeof Ve=="object")throw new Error("Bad combination of arguments.");return t.domEach(this,function(nr,ur){t.isTag(nr)&&oe(nr,Ve,qe.call(nr,ur,ie(nr,Ve,jt.options.xmlMode)),jt.options.xmlMode)})}return t.domEach(this,function(nr){t.isTag(nr)&&(typeof Ve=="object"?Object.keys(Ve).forEach(function(ur){var cr=Ve[ur];oe(nr,ur,cr,jt.options.xmlMode)}):oe(nr,Ve,qe,jt.options.xmlMode))})}}attributes.prop=ue;function de(Ve,qe,jt){var tr,rr=Ve;(tr=rr.data)!==null&&tr!==void 0||(rr.data={}),typeof qe=="object"?Object.assign(rr.data,qe):typeof qe=="string"&&jt!==void 0&&(rr.data[qe]=jt)}function pe(Ve,qe){var jt,tr,rr;qe==null?(jt=Object.keys(Ve.attribs).filter(function(cr){return cr.startsWith(k)}),tr=jt.map(function(cr){return t.camelCase(cr.slice(k.length))})):(jt=[k+t.cssCase(qe)],tr=[qe]);for(var ar=0;ar<jt.length;++ar){var nr=jt[ar],ur=tr[ar];if(y.call(Ve.attribs,nr)&&!y.call(Ve.data,ur)){if(rr=Ve.attribs[nr],y.call(L,rr))rr=L[rr];else if(rr===String(Number(rr)))rr=Number(rr);else if(j.test(rr))try{rr=JSON.parse(rr)}catch{}Ve.data[ur]=rr}}return qe==null?Ve.data:rr}function Ie(Ve,qe){var jt,tr=this[0];if(!(!tr||!t.isTag(tr))){var rr=tr;return(jt=rr.data)!==null&&jt!==void 0||(rr.data={}),Ve?typeof Ve=="object"||qe!==void 0?(t.domEach(this,function(ar){t.isTag(ar)&&(typeof Ve=="object"?de(ar,Ve):de(ar,Ve,qe))}),this):y.call(rr.data,Ve)?rr.data[Ve]:pe(rr,Ve):pe(rr)}}attributes.data=Ie;function he(Ve){var qe=arguments.length===0,jt=this[0];if(!jt||!t.isTag(jt))return qe?void 0:this;switch(jt.name){case"textarea":return this.text(Ve);case"select":{var tr=this.find("option:selected");if(!qe){if(this.attr("multiple")==null&&typeof Ve=="object")return this;this.find("option").removeAttr("selected");for(var rr=typeof Ve!="object"?[Ve]:Ve,ar=0;ar<rr.length;ar++)this.find('option[value="'+rr[ar]+'"]').attr("selected","");return this}return this.attr("multiple")?tr.toArray().map(function(nr){return e.text(nr.children)}):tr.attr("value")}case"input":case"option":return qe?this.attr("value"):this.attr("value",Ve)}}attributes.val=he;function Ce(Ve,qe){!Ve.attribs||!y.call(Ve.attribs,qe)||delete Ve.attribs[qe]}function _e(Ve){return Ve?Ve.trim().split(n):[]}function Ne(Ve){for(var qe=_e(Ve),jt=function(ar){t.domEach(tr,function(nr){t.isTag(nr)&&Ce(nr,qe[ar])})},tr=this,rr=0;rr<qe.length;rr++)jt(rr);return this}attributes.removeAttr=Ne;function Fe(Ve){return this.toArray().some(function(qe){var jt=t.isTag(qe)&&qe.attribs.class,tr=-1;if(jt&&Ve.length)for(;(tr=jt.indexOf(Ve,tr+1))>-1;){var rr=tr+Ve.length;if((tr===0||n.test(jt[tr-1]))&&(rr===jt.length||n.test(jt[rr])))return!0}return!1})}attributes.hasClass=Fe;function Ue(Ve){if(typeof Ve=="function")return t.domEach(this,function(_r,hr){if(t.isTag(_r)){var Er=_r.attribs.class||"";Ue.call([_r],Ve.call(_r,hr,Er))}});if(!Ve||typeof Ve!="string")return this;for(var qe=Ve.split(n),jt=this.length,tr=0;tr<jt;tr++){var rr=this[tr];if(t.isTag(rr)){var ar=V(rr,"class",!1);if(!ar)z(rr,"class",qe.join(" ").trim());else{for(var nr=" "+ar+" ",ur=0;ur<qe.length;ur++){var cr=qe[ur]+" ";nr.includes(" "+cr)||(nr+=cr)}z(rr,"class",nr.trim())}}}return this}attributes.addClass=Ue;function kt(Ve){if(typeof Ve=="function")return t.domEach(this,function(rr,ar){t.isTag(rr)&&kt.call([rr],Ve.call(rr,ar,rr.attribs.class||""))});var qe=_e(Ve),jt=qe.length,tr=arguments.length===0;return t.domEach(this,function(rr){if(t.isTag(rr))if(tr)rr.attribs.class="";else{for(var ar=_e(rr.attribs.class),nr=!1,ur=0;ur<jt;ur++){var cr=ar.indexOf(qe[ur]);cr>=0&&(ar.splice(cr,1),nr=!0,ur--)}nr&&(rr.attribs.class=ar.join(" "))}})}attributes.removeClass=kt;function Et(Ve,qe){if(typeof Ve=="function")return t.domEach(this,function(Er,kr){t.isTag(Er)&&Et.call([Er],Ve.call(Er,kr,Er.attribs.class||"",qe),qe)});if(!Ve||typeof Ve!="string")return this;for(var jt=Ve.split(n),tr=jt.length,rr=typeof qe=="boolean"?qe?1:-1:0,ar=this.length,nr=0;nr<ar;nr++){var ur=this[nr];if(t.isTag(ur)){for(var cr=_e(ur.attribs.class),_r=0;_r<tr;_r++){var hr=cr.indexOf(jt[_r]);rr>=0&&hr<0?cr.push(jt[_r]):rr<=0&&hr>=0&&cr.splice(hr,1)}ur.attribs.class=cr.join(" ")}}return this}return attributes.toggleClass=Et,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$6,t=requireLib$a(),y=e.__importStar(requireLib$4()),n=requireUtils$1(),k=require_static(),L=requireLib$3(),$=L.DomUtils.uniqueSort,j=/^\s*[~+]/;function V(_r){var hr;if(!_r)return this._make([]);var Er=this.toArray();if(typeof _r!="string"){var kr=n.isCheerio(_r)?_r.toArray():[_r];return this._make(kr.filter(function(br){return Er.some(function(Ir){return k.contains(Ir,br)})}))}var xr=j.test(_r)?Er:this.children().toArray(),yr={context:Er,root:(hr=this._root)===null||hr===void 0?void 0:hr[0],xmlMode:this.options.xmlMode};return this._make(y.select(_r,xr,yr))}traversing.find=V;function z(_r){return function(hr){for(var Er=[],kr=1;kr<arguments.length;kr++)Er[kr-1]=arguments[kr];return function(xr){var yr,br=_r(hr,this);return xr&&(br=Ne(br,xr,this.options.xmlMode,(yr=this._root)===null||yr===void 0?void 0:yr[0])),this._make(this.length>1&&br.length>1?Er.reduce(function(Ir,Mr){return Mr(Ir)},br):br)}}}var re=z(function(_r,hr){for(var Er,kr=[],xr=0;xr<hr.length;xr++){var yr=_r(hr[xr]);kr.push(yr)}return(Er=new Array).concat.apply(Er,kr)}),ie=z(function(_r,hr){for(var Er=[],kr=0;kr<hr.length;kr++){var xr=_r(hr[kr]);xr!==null&&Er.push(xr)}return Er});function oe(_r){for(var hr=[],Er=1;Er<arguments.length;Er++)hr[Er-1]=arguments[Er];var kr=null,xr=z(function(yr,br){var Ir=[];return n.domEach(br,function(Mr){for(var mr;(mr=yr(Mr))&&!(kr!=null&&kr(mr,Ir.length));Mr=mr)Ir.push(mr)}),Ir}).apply(void 0,e.__spreadArray([_r],hr));return function(yr,br){var Ir=this;kr=typeof yr=="string"?function(mr){return y.is(mr,yr,Ir.options)}:yr?Ce(yr):null;var Mr=xr.call(this,br);return kr=null,Mr}}function ue(_r){return Array.from(new Set(_r))}traversing.parent=ie(function(_r){var hr=_r.parent;return hr&&!t.isDocument(hr)?hr:null},ue),traversing.parents=re(function(_r){for(var hr=[];_r.parent&&!t.isDocument(_r.parent);)hr.push(_r.parent),_r=_r.parent;return hr},$,function(_r){return _r.reverse()}),traversing.parentsUntil=oe(function(_r){var hr=_r.parent;return hr&&!t.isDocument(hr)?hr:null},$,function(_r){return _r.reverse()});function de(_r){var hr=this,Er=[];return _r?(n.domEach(this,function(kr){for(var xr;kr&&kr.type!=="root";){if(!_r||Ne([kr],_r,hr.options.xmlMode,(xr=hr._root)===null||xr===void 0?void 0:xr[0]).length){kr&&!Er.includes(kr)&&Er.push(kr);break}kr=kr.parent}}),this._make(Er)):this._make(Er)}traversing.closest=de,traversing.next=ie(function(_r){return L.DomUtils.nextElementSibling(_r)}),traversing.nextAll=re(function(_r){for(var hr=[];_r.next;)_r=_r.next,n.isTag(_r)&&hr.push(_r);return hr},ue),traversing.nextUntil=oe(function(_r){return L.DomUtils.nextElementSibling(_r)},ue),traversing.prev=ie(function(_r){return L.DomUtils.prevElementSibling(_r)}),traversing.prevAll=re(function(_r){for(var hr=[];_r.prev;)_r=_r.prev,n.isTag(_r)&&hr.push(_r);return hr},ue),traversing.prevUntil=oe(function(_r){return L.DomUtils.prevElementSibling(_r)},ue),traversing.siblings=re(function(_r){return L.DomUtils.getSiblings(_r).filter(function(hr){return n.isTag(hr)&&hr!==_r})},$),traversing.children=re(function(_r){return L.DomUtils.getChildren(_r).filter(n.isTag)},ue);function pe(){var _r=this.toArray().reduce(function(hr,Er){return t.hasChildren(Er)?hr.concat(Er.children):hr},[]);return this._make(_r)}traversing.contents=pe;function Ie(_r){for(var hr=0,Er=this.length;hr<Er&&_r.call(this[hr],hr,this[hr])!==!1;)++hr;return this}traversing.each=Ie;function he(_r){for(var hr=[],Er=0;Er<this.length;Er++){var kr=this[Er],xr=_r.call(kr,Er,kr);xr!=null&&(hr=hr.concat(xr))}return this._make(hr)}traversing.map=he;function Ce(_r){return typeof _r=="function"?function(hr,Er){return _r.call(hr,Er,hr)}:n.isCheerio(_r)?function(hr){return Array.prototype.includes.call(_r,hr)}:function(hr){return _r===hr}}function _e(_r){var hr;return this._make(Ne(this.toArray(),_r,this.options.xmlMode,(hr=this._root)===null||hr===void 0?void 0:hr[0]))}traversing.filter=_e;function Ne(_r,hr,Er,kr){return typeof hr=="string"?y.filter(hr,_r,{xmlMode:Er,root:kr}):_r.filter(Ce(hr))}traversing.filterArray=Ne;function Fe(_r){var hr=this.toArray();return typeof _r=="string"?y.some(hr.filter(n.isTag),_r,this.options):_r?hr.some(Ce(_r)):!1}traversing.is=Fe;function Ue(_r){var hr=this.toArray();if(typeof _r=="string"){var Er=new Set(y.filter(_r,hr,this.options));hr=hr.filter(function(xr){return!Er.has(xr)})}else{var kr=Ce(_r);hr=hr.filter(function(xr,yr){return!kr(xr,yr)})}return this._make(hr)}traversing.not=Ue;function kt(_r){var hr=this;return this.filter(typeof _r=="string"?":has("+_r+")":function(Er,kr){return hr._make(kr).find(_r).length>0})}traversing.has=kt;function Et(){return this.length>1?this._make(this[0]):this}traversing.first=Et;function Ve(){return this.length>0?this._make(this[this.length-1]):this}traversing.last=Ve;function qe(_r){var hr;return _r=+_r,_r===0&&this.length<=1?this:(_r<0&&(_r=this.length+_r),this._make((hr=this[_r])!==null&&hr!==void 0?hr:[]))}traversing.eq=qe;function jt(_r){return _r==null?this.toArray():this[_r<0?this.length+_r:_r]}traversing.get=jt;function tr(){return Array.prototype.slice.call(this)}traversing.toArray=tr;function rr(_r){var hr,Er;return _r==null?(hr=this.parent().children(),Er=this[0]):typeof _r=="string"?(hr=this._make(_r),Er=this[0]):(hr=this,Er=n.isCheerio(_r)?_r[0]:_r),Array.prototype.indexOf.call(hr,Er)}traversing.index=rr;function ar(_r,hr){return this._make(Array.prototype.slice.call(this,_r,hr))}traversing.slice=ar;function nr(){var _r;return(_r=this.prevObject)!==null&&_r!==void 0?_r:this._make([])}traversing.end=nr;function ur(_r,hr){var Er=this._make(_r,hr),kr=$(e.__spreadArray(e.__spreadArray([],this.get()),Er.get()));return this._make(kr)}traversing.add=ur;function cr(_r){return this.prevObject?this.add(_r?this.prevObject.filter(_r):this.prevObject):this}return traversing.addBack=cr,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$6,t=requireLib$a(),y=requireLib$a(),n=e.__importStar(requireParse()),k=require_static(),L=requireUtils$1(),$=requireLib$3();function j(qe,jt){var tr=this;return qe==null?[]:L.isCheerio(qe)?jt?L.cloneDom(qe.get()):qe.get():Array.isArray(qe)?qe.reduce(function(rr,ar){return rr.concat(tr._makeDomArray(ar,jt))},[]):typeof qe=="string"?n.default(qe,this.options,!1).children:jt?L.cloneDom([qe]):[qe]}manipulation._makeDomArray=j;function V(qe){return function(){for(var jt=this,tr=[],rr=0;rr<arguments.length;rr++)tr[rr]=arguments[rr];var ar=this.length-1;return L.domEach(this,function(nr,ur){if(t.hasChildren(nr)){var cr=typeof tr[0]=="function"?tr[0].call(nr,ur,k.html(nr.children)):tr,_r=jt._makeDomArray(cr,ur<ar);qe(_r,nr.children,nr)}})}}function z(qe,jt,tr,rr,ar){for(var nr,ur,cr=e.__spreadArray([jt,tr],rr),_r=qe[jt-1]||null,hr=qe[jt+tr]||null,Er=0;Er<rr.length;++Er){var kr=rr[Er],xr=kr.parent;if(xr){var yr=xr.children.indexOf(rr[Er]);yr>-1&&(xr.children.splice(yr,1),ar===xr&&jt>yr&&cr[0]--)}kr.parent=ar,kr.prev&&(kr.prev.next=(nr=kr.next)!==null&&nr!==void 0?nr:null),kr.next&&(kr.next.prev=(ur=kr.prev)!==null&&ur!==void 0?ur:null),kr.prev=rr[Er-1]||_r,kr.next=rr[Er+1]||hr}return _r&&(_r.next=rr[0]),hr&&(hr.prev=rr[rr.length-1]),qe.splice.apply(qe,cr)}function re(qe){var jt=L.isCheerio(qe)?qe:this._make(qe);return jt.append(this),this}manipulation.appendTo=re;function ie(qe){var jt=L.isCheerio(qe)?qe:this._make(qe);return jt.prepend(this),this}manipulation.prependTo=ie,manipulation.append=V(function(qe,jt,tr){z(jt,jt.length,0,qe,tr)}),manipulation.prepend=V(function(qe,jt,tr){z(jt,0,0,qe,tr)});function oe(qe){return function(jt){for(var tr=this.length-1,rr=this.parents().last(),ar=0;ar<this.length;ar++){var nr=this[ar],ur=typeof jt=="function"?jt.call(nr,ar,nr):typeof jt=="string"&&!L.isHtml(jt)?rr.find(jt).clone():jt,cr=this._makeDomArray(ur,ar<tr)[0];if(!(!cr||!$.DomUtils.hasChildren(cr))){for(var _r=cr,hr=0;hr<_r.children.length;){var Er=_r.children[hr];L.isTag(Er)?(_r=Er,hr=0):hr++}qe(nr,_r,[cr])}}return this}}manipulation.wrap=oe(function(qe,jt,tr){var rr=qe.parent;if(rr){var ar=rr.children,nr=ar.indexOf(qe);n.update([qe],jt),z(ar,nr,0,tr,rr)}}),manipulation.wrapInner=oe(function(qe,jt,tr){t.hasChildren(qe)&&(n.update(qe.children,jt),n.update(tr,qe))});function ue(qe){var jt=this;return this.parent(qe).not("body").each(function(tr,rr){jt._make(rr).replaceWith(rr.children)}),this}manipulation.unwrap=ue;function de(qe){var jt=this[0];if(jt){for(var tr=this._make(typeof qe=="function"?qe.call(jt,0,jt):qe).insertBefore(jt),rr=void 0,ar=0;ar<tr.length;ar++)tr[ar].type==="tag"&&(rr=tr[ar]);for(var nr=0;rr&&nr<rr.children.length;){var ur=rr.children[nr];ur.type==="tag"?(rr=ur,nr=0):nr++}rr&&this._make(rr).append(this)}return this}manipulation.wrapAll=de;function pe(){for(var qe=this,jt=[],tr=0;tr<arguments.length;tr++)jt[tr]=arguments[tr];var rr=this.length-1;return L.domEach(this,function(ar,nr){var ur=ar.parent;if(!(!$.DomUtils.hasChildren(ar)||!ur)){var cr=ur.children,_r=cr.indexOf(ar);if(!(_r<0)){var hr=typeof jt[0]=="function"?jt[0].call(ar,nr,k.html(ar.children)):jt,Er=qe._makeDomArray(hr,nr<rr);z(cr,_r+1,0,Er,ur)}}})}manipulation.after=pe;function Ie(qe){var jt=this;typeof qe=="string"&&(qe=this._make(qe)),this.remove();var tr=[];return this._makeDomArray(qe).forEach(function(rr){var ar=jt.clone().toArray(),nr=rr.parent;if(nr){var ur=nr.children,cr=ur.indexOf(rr);cr<0||(z(ur,cr+1,0,ar,nr),tr.push.apply(tr,ar))}}),this._make(tr)}manipulation.insertAfter=Ie;function he(){for(var qe=this,jt=[],tr=0;tr<arguments.length;tr++)jt[tr]=arguments[tr];var rr=this.length-1;return L.domEach(this,function(ar,nr){var ur=ar.parent;if(!(!$.DomUtils.hasChildren(ar)||!ur)){var cr=ur.children,_r=cr.indexOf(ar);if(!(_r<0)){var hr=typeof jt[0]=="function"?jt[0].call(ar,nr,k.html(ar.children)):jt,Er=qe._makeDomArray(hr,nr<rr);z(cr,_r,0,Er,ur)}}})}manipulation.before=he;function Ce(qe){var jt=this,tr=this._make(qe);this.remove();var rr=[];return L.domEach(tr,function(ar){var nr=jt.clone().toArray(),ur=ar.parent;if(ur){var cr=ur.children,_r=cr.indexOf(ar);_r<0||(z(cr,_r,0,nr,ur),rr.push.apply(rr,nr))}}),this._make(rr)}manipulation.insertBefore=Ce;function _e(qe){var jt=qe?this.filter(qe):this;return L.domEach(jt,function(tr){$.DomUtils.removeElement(tr),tr.prev=tr.next=tr.parent=null}),this}manipulation.remove=_e;function Ne(qe){var jt=this;return L.domEach(this,function(tr,rr){var ar=tr.parent;if(ar){var nr=ar.children,ur=typeof qe=="function"?qe.call(tr,rr,tr):qe,cr=jt._makeDomArray(ur);n.update(cr,null);var _r=nr.indexOf(tr);z(nr,_r,1,cr,ar),cr.includes(tr)||(tr.parent=tr.prev=tr.next=null)}})}manipulation.replaceWith=Ne;function Fe(){return L.domEach(this,function(qe){$.DomUtils.hasChildren(qe)&&(qe.children.forEach(function(jt){jt.next=jt.prev=jt.parent=null}),qe.children.length=0)})}manipulation.empty=Fe;function Ue(qe){if(qe===void 0){var jt=this[0];return!jt||!$.DomUtils.hasChildren(jt)?null:k.html(jt.children,this.options)}var tr=e.__assign(e.__assign({},this.options),{context:null});return L.domEach(this,function(rr){if($.DomUtils.hasChildren(rr)){rr.children.forEach(function(nr){nr.next=nr.prev=nr.parent=null}),tr.context=rr;var ar=L.isCheerio(qe)?qe.toArray():n.default(""+qe,tr,!1).children;n.update(ar,rr)}})}manipulation.html=Ue;function kt(){return k.html(this,this.options)}manipulation.toString=kt;function Et(qe){var jt=this;return qe===void 0?k.text(this):typeof qe=="function"?L.domEach(this,function(tr,rr){Et.call(jt._make(tr),qe.call(tr,rr,k.text([tr])))}):L.domEach(this,function(tr){if($.DomUtils.hasChildren(tr)){tr.children.forEach(function(ar){ar.next=ar.prev=ar.parent=null});var rr=new y.Text(qe);n.update(rr,tr)}})}manipulation.text=Et;function Ve(){return this._make(L.cloneDom(this.get()))}return manipulation.clone=Ve,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($,j){return $!=null&&j!=null||typeof $=="object"&&!Array.isArray($)?e.domEach(this,function(V,z){e.isTag(V)&&y(V,$,j,z)}):n(this[0],$)}css$1.css=t;function y($,j,V,z){if(typeof j=="string"){var re=n($),ie=typeof V=="function"?V.call($,z,re[j]):V;ie===""?delete re[j]:ie!=null&&(re[j]=ie),$.attribs.style=k(re)}else typeof j=="object"&&Object.keys(j).forEach(function(oe,ue){y($,oe,j[oe],ue)})}function n($,j){if(!(!$||!e.isTag($))){var V=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 k($){return Object.keys($).reduce(function(j,V){return""+j+(j?" ":"")+V+": "+$[V]+";"},"")}function L($){return $=($||"").trim(),$?$.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 k(){var $=this.serializeArray(),j=$.map(function(V){return encodeURIComponent(V.name)+"="+encodeURIComponent(V.value)});return j.join("&").replace(y,"+")}forms.serialize=k;function L(){var $=this;return this.map(function(j,V){var z=$._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=$._make(V),ie=re.attr("name"),oe=(z=re.val())!==null&&z!==void 0?z:"";return Array.isArray(oe)?oe.map(function(ue){return{name:ie,value:ue.replace(n,`\r
`)}}):{name:ie,value:oe.replace(n,`\r
`)}}).toArray()}return forms.serializeArray=L,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$6,t=e.__importDefault(requireParse()),y=e.__importDefault(requireOptions()),n=requireUtils$1(),k=e.__importStar(requireAttributes()),L=e.__importStar(requireTraversing()),$=e.__importStar(requireManipulation()),j=e.__importStar(requireCss()),V=e.__importStar(requireForms()),z=function(){function ie(oe,ue,de,pe){var Ie=this;if(pe===void 0&&(pe=y.default),this.length=0,this.options=pe,!oe)return this;if(de&&(typeof de=="string"&&(de=t.default(de,this.options,!1)),this._root=new this.constructor(de,null,null,this.options),this._root._root=this._root),n.isCheerio(oe))return oe;var he=typeof oe=="string"&&n.isHtml(oe)?t.default(oe,this.options,!1).children:re(oe)?[oe]:Array.isArray(oe)?oe:null;if(he)return he.forEach(function(Ne,Fe){Ie[Fe]=Ne}),this.length=he.length,this;var Ce=oe,_e=ue?typeof ue=="string"?n.isHtml(ue)?this._make(t.default(ue,this.options,!1)):(Ce=ue+" "+Ce,this._root):n.isCheerio(ue)?ue:this._make(ue):this._root;return _e?_e.find(Ce):this}return ie.prototype._make=function(oe,ue){var de=new this.constructor(oe,ue,this._root,this.options);return de.prevObject=this,de},ie}();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(ie){return!!ie.name||ie.type==="root"||ie.type==="text"||ie.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$6,t=e.__importStar(requireOptions()),y=e.__importStar(require_static()),n=requireCheerio(),k=e.__importDefault(requireParse());function L($,j,V){if(V===void 0&&(V=!0),$==null)throw new Error("cheerio.load() expects a string");var z=e.__assign(e.__assign({},t.default),t.flatten(j)),re=k.default($,z,V),ie=function(ue){e.__extends(de,ue);function de(){return ue!==null&&ue.apply(this,arguments)||this}return de}(n.Cheerio);function oe(ue,de,pe,Ie){return pe===void 0&&(pe=re),new ie(ue,de,pe,e.__assign(e.__assign({},z),t.flatten(Ie)))}return Object.assign(oe,y,{load:L,_root:re,_options:z,fn:ie.prototype,prototype:ie.prototype}),oe}return load.load=L,load}(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.root=e.parseHTML=e.merge=e.contains=void 0;var t=require$$0$6;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$d);var utils$3={},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_ce00252a-e499-4a13-af17-167840600a6b",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_ce00252a-e499-4a13-af17-167840600a6b",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:"590",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:19655",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:"10470992626",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"4b3d261ecb674f4733a36d0a1923b06d49c21cc8",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_9f974113-0da2-416b-ad1d-84e682dae06b",INVOCATION_ID:"592892fae4f949dbac24949f1a5e4c2e",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:"382",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 6",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:"4b3d261ecb674f4733a36d0a1923b06d49c21cc8",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_ce00252a-e499-4a13-af17-167840600a6b",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_ce00252a-e499-4a13-af17-167840600a6b",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_ce00252a-e499-4a13-af17-167840600a6b",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:2078,ppid:2077,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(L){return k.bind(null,L)}function k(L){var $=[].slice.call(arguments,1);$.unshift("["+L+"]"),y.stderr.write($.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",ie=[re],oe={},ue=[],de=["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 pe(){return Et(),n[j]}function Ie(cr){return cr?ie[ie.length-1-cr]:re}function he(cr){var _r=j+1;return cr===n.slice(_r,_r+cr.length)}function Ce(cr){var _r=n.slice(j).indexOf(cr);return _r>0?_r:!1}function _e(cr){return cr===Ne(1)}function Ne(cr){return n[j+(cr||1)]}function Fe(){var cr=ie.pop();return re=ie[ie.length-1],cr}function Ue(cr){return re=cr,ie.push(re),ie.length}function kt(cr){var _r=re;return ie[ie.length-1]=re=cr,_r}function Et(cr){if((cr||1)==1)n[j]==`
`?(z++,$=1):$++,j++;else{var _r=n.slice(j,j+cr).split(`
`);_r.length>1&&(z+=_r.length-1,$=1),$+=_r[_r.length-1].length,j=j+cr}}function Ve(){oe.end={line:z,col:$},ue.push(oe),k="",oe={}}function qe(cr){oe={type:cr,start:{line:z,col:$}}}for(;L=pe();)switch(L){case" ":switch(Ie()){case"selector":case"value":case"value-paren":case"at-group":case"at-value":case"comment":case"double-string":case"single-string":k+=L;break}break;case`
`:case" ":case"\r":case"\f":switch(Ie()){case"value":case"value-paren":case"at-group":case"comment":case"single-string":case"double-string":case"selector":k+=L;break;case"at-value":L===`
`&&(oe.value=k.trim(),Ve(),Fe());break}break;case":":switch(Ie()){case"name":oe.name=k.trim(),k="",kt("before-value");break;case"before-selector":k+=L,qe("selector"),Ue("selector");break;case"before-value":kt("value"),k+=L;break;default:k+=L;break}break;case";":switch(Ie()){case"name":case"before-value":case"value":k.trim().length>0&&(oe.value=k.trim(),Ve()),kt("before-name");break;case"value-paren":k+=L;break;case"at-value":oe.value=k.trim(),Ve(),Fe();break;case"before-name":break;default:k+=L;break}break;case"{":switch(Ie()){case"selector":if(Ne(-1)==="\\"){k+=L;break}oe.text=k.trim(),Ve(),kt("before-name"),V=V+1;break;case"at-group":switch(oe.name=k.trim(),oe.type){case"font-face":case"viewport":case"page":Ue("before-name");break;default:Ue("before-selector")}Ve(),V=V+1;break;case"name":case"at-rule":oe.name=k.trim(),Ve(),Ue("before-name"),V=V+1;break;case"comment":case"double-string":case"single-string":k+=L;break;case"before-value":kt("value"),k+=L;break}break;case"}":switch(Ie()){case"before-name":case"name":case"before-value":case"value":k&&(oe.value=k.trim()),oe.name&&oe.value&&Ve(),qe("end"),Ve(),Fe(),Ie()==="at-group"&&(qe("at-group-end"),Ve(),Fe()),V>0&&(V=V-1);break;case"at-group":case"before-selector":case"selector":if(Ne(-1)==="\\"){k+=L;break}V>0&&Ie(1)==="at-group"&&(qe("at-group-end"),Ve()),V>1&&Fe(),V>0&&(V=V-1);break;case"double-string":case"single-string":case"comment":k+=L;break}break;case'"':case"'":switch(Ie()){case"double-string":L==='"'&&Ne(-1)!=="\\"&&Fe();break;case"single-string":L==="'"&&Ne(-1)!=="\\"&&Fe();break;case"before-at-value":kt("at-value"),Ue(L==='"'?"double-string":"single-string");break;case"before-value":kt("value"),Ue(L==='"'?"double-string":"single-string");break;case"comment":break;default:Ne(-1)!=="\\"&&Ue(L==='"'?"double-string":"single-string")}k+=L;break;case"/":switch(Ie()){case"comment":case"double-string":case"single-string":k+=L;break;case"before-value":case"selector":case"name":case"value":if(_e("*")){var jt=Ce("*/");jt&&Et(jt+1)}else Ie()=="before-value"&&kt("value"),k+=L;break;default:_e("*")?(qe("comment"),Ue("comment"),Et()):k+=L;break}break;case"*":switch(Ie()){case"comment":_e("/")?(oe.text=k,Et(),Ve(),Fe()):k+=L;break;case"before-selector":k+=L,qe("selector"),Ue("selector");break;case"before-value":kt("value"),k+=L;break;default:k+=L}break;case"@":switch(Ie()){case"comment":case"double-string":case"single-string":k+=L;break;case"before-value":kt("value"),k+=L;break;default:for(var tr=!1,rr,ar,nr=0,ur=de.length;!tr&&nr<ur;++nr)ar=de[nr],rr=ar.name||ar,he(rr)&&(tr=!0,qe(rr),Ue(ar.state||"at-group"),Et(rr.length),ar.prefix&&(oe.prefix=ar.prefix),ar.type&&(oe.type=ar.type));tr||(k+=L);break}break;case"(":switch(Ie()){case"value":Ue("value-paren");break;case"before-value":kt("value");break}k+=L;break;case")":switch(Ie()){case"value-paren":Fe();break;case"before-value":kt("value");break}k+=L;break;default:switch(Ie()){case"before-selector":qe("selector"),Ue("selector");break;case"before-name":qe("property"),kt("name");break;case"before-value":kt("value");break;case"before-at-value":kt("at-value");break}k+=L;break}return ue}})(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(Fe,Ue){Ue||(Ue={}),n=!!Ue.comments,L=!!Ue.position,k=0,$=Array.isArray(Fe)?Fe.slice():y(Fe);for(var kt,Et=[],Ve;Ve=z();)kt=he(Ve),kt&&Et.push(kt);return{type:"stylesheet",stylesheet:{rules:Et}}}function V(Fe,Ue){Ue||(Ue={});for(var kt,Et=["type","name","value"],Ve={},qe=0;qe<Et.length;++qe)kt=Et[qe],Fe[kt]&&(Ve[kt]=Ue[kt]||Fe[kt]);for(Et=Object.keys(Ue),qe=0;qe<Et.length;++qe)kt=Et[qe],Ve[kt]||(Ve[kt]=Ue[kt]);return L&&(Ve.position={start:Fe.start,end:Fe.end}),Ve}function z(){var Fe=$.shift();return Fe}function re(Fe){k=k+1;var Ue={};switch(Fe.type){case"font-face":case"viewport":Ue.declarations=_e();break;case"page":Ue.prefix=Fe.prefix,Ue.declarations=_e();break;default:Ue.prefix=Fe.prefix,Ue.rules=Ne()}return V(Fe,Ue)}function ie(Fe){return V(Fe)}function oe(Fe){return V(Fe)}function ue(Fe){return V(Fe,{text:Fe.text})}function de(Fe){return V(Fe)}function pe(Fe){return V(Fe)}function Ie(Fe){function Ue(kt){return kt.trim()}return V(Fe,{type:"rule",selectors:Fe.text.split(",").map(Ue),declarations:_e()})}function he(Fe){switch(Fe.type){case"property":return pe(Fe);case"selector":return Ie(Fe);case"at-group-end":k=k-1;return;case"media":case"keyframes":return re(Fe);case"comment":if(n)return ue(Fe);break;case"charset":return oe(Fe);case"import":return ie(Fe);case"namespace":return de(Fe);case"font-face":case"supports":case"viewport":case"document":case"page":return re(Fe)}}function Ce(Fe){for(var Ue,kt=[],Et;(Et=z())&&Fe&&Fe(Et);)Ue=he(Et),Ue&&kt.push(Ue);return Et&&Et.type!=="end"&&$.unshift(Et),kt}function _e(){return Ce(function(Fe){return Fe.type==="property"||Fe.type==="comment"})}function Ne(){return Ce(function(){return k})}})(parser$2);var parserExports=parser$2.exports,stringify$1={exports:{}};(function(e,t){debugExports("stringify");var y,n,k,L,$,j;e.exports=V;function V(Ne,Fe){Fe||(Fe={}),k=Fe.indentation||"",n=!!Fe.compress,y=!!Fe.comments,L=1,n?$=j="":($=`
`,j=" ");var Ue=de(Ne.stylesheet.rules,Ce).join(`
`).trim();return Ue}function z(Ne){if(Ne){L+=Ne;return}return n?"":Array(L).join(k||"")}function re(Ne){return"@"+Ne.type+" "+Ne.value+";"+$}function ie(Ne){var Fe="",Ue=Ne.prefix||"";Ne.name&&(Fe=" "+Ne.name);var kt=Ne.type!=="page";return"@"+Ue+Ne.type+Fe+j+pe(Ne,kt)+$}function oe(Ne){return y?"/*"+(Ne.text||"")+"*/"+$:""}function ue(Ne){var Fe;return Ne.selectors?Fe=Ne.selectors.join(","+$):(Fe="@"+Ne.type,Fe+=Ne.name?" "+Ne.name:""),z()+Fe+j+pe(Ne)+$}function de(Ne,Fe){return Ne.reduce(function(Ue,kt){var Et=kt.type==="comment"?oe(kt):Fe(kt);return Et&&Ue.push(Et),Ue},[])}function pe(Ne,Fe){var Ue=Ne.declarations,kt=he;return Ne.rules&&(Ue=Ne.rules,kt=ue),Ue=Ie(Ue,kt),Ue&&(Ue=$+Ue+(Fe?"":$)),"{"+Ue+z()+"}"}function Ie(Ne,Fe){if(!Ne)return"";z(1);var Ue=de(Ne,Fe);return z(-1),Ue.length?Ue.join($):""}function he(Ne){if(Ne.type==="property")return _e(Ne)}function Ce(Ne){switch(Ne.type){case"rule":return ue(Ne);case"media":case"keyframes":return ie(Ne);case"comment":return oe(Ne);case"import":case"charset":case"namespace":return re(Ne);case"font-face":case"supports":case"viewport":case"document":case"page":return ie(Ne)}}function _e(Ne){var Fe=Ne.name?Ne.name+":"+j:"";return z()+Fe+Ne.value+";"}})(stringify$1);var stringifyExports=stringify$1.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,ie,oe,ue,de,pe){var Ie,he;if((t||!this.length)&&(Ie=this[this.length++]=new Expression,t))return"";if(Ie||(Ie=this[this.length-1]),(y||n||!Ie.length)&&(he=Ie[Ie.length++]=new Part(y)),he||(he=Ie[Ie.length-1]),k)he.tag=unescape$1(k);else if(L)he.id=unescape$1(L);else if($){var Ce=unescape$1($),_e=he.classes||(he.classes={});if(!_e[Ce]){_e[Ce]=escape$1($);var Ne=he.classList||(he.classList=[]);Ne.push(Ce),Ne.sort()}}else oe?(pe=pe||de,(he.pseudos||(he.pseudos=[])).push({type:ie.length==1?"class":"element",name:unescape$1(oe),escapedName:escape$1(oe),value:pe?unescape$1(pe):null,escapedValue:pe?escape$1(pe):null})):j&&(re=re?escape$1(re):null,(he.attributes||(he.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,k;t;){if(k=t.replace(slickRe,function(){return replacer.apply(y,arguments)}),k===t)throw new Error(n+" is an invalid expression");t=k}};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(L,$){this.text=L,this.spec=void 0,this.styleAttribute=$||!1}n.prototype.parsed=function(){return this.tokens||(this.tokens=k(this.text)),this.tokens},n.prototype.specificity=function(){var L=this.styleAttribute;return this.spec||(this.spec=$(this.text,this.parsed())),this.spec;function $(j,V){for(var z=V||k(j),re=[L?1:0,0,0,0],ie=[],oe=0;oe<z.length;oe++){var ue=z[oe],de=ue.pseudos;if(ue.id&&re[1]++,ue.attributes&&(re[2]+=ue.attributes.length),ue.classList&&(re[2]+=ue.classList.length),ue.tag&&ue.tag!=="*"&&re[3]++,de){re[3]+=de.length;for(var pe=0;pe<de.length;pe++)de[pe].name==="not"&&(ie.push(de[pe].value),re[3]--)}}for(var Ie=ie.length;Ie--;)for(var he=$(ie[Ie]),Ce=4;Ce--;)re[Ce]+=he[Ce];return re}};function k(L){try{return y(L)[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=k,this.value=L,this.selector=$,this.priority=j||0,this.additionalPriority=V||[]}n.prototype.compareFunc=function(k){var L=[];L.push.apply(L,this.selector.specificity()),L.push.apply(L,this.additionalPriority),L[0]+=this.priority;var $=[];return $.push.apply($,k.selector.specificity()),$.push.apply($,k.additionalPriority),$[0]+=k.priority,y.compareFunc(L,$)},n.prototype.compare=function(k){var L=this.compareFunc(k);return L===1?this:k},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(L){for(var $=0,j=[],V="",z=0,re=L.length;z<re;z++){var ie=L.charAt(z);$?((ie==="]"||ie===")")&&$--,V+=ie):ie===","?(j.push(V),V=""):((ie==="["||ie==="(")&&$++,(V.length||ie!==","&&ie!==`
`&&ie!==" ")&&(V+=ie))}return V.length&&j.push(V),j},e.parseCSS=function(k){for(var L=t.parse(k,{position:!0,comments:!0}),$=typeof L.stylesheet<"u"&&L.stylesheet.rules?L.stylesheet.rules:[],j=[],V=0,z=$.length;V<z;V++)if($[V].type=="rule")for(var re=$[V],ie=re.selectors,oe=0,ue=ie.length;oe<ue;oe++)j.push([ie[oe],re.declarations]);return j},e.getPreservedText=function(k,L,$){for(var j=t.parse(k,{position:!0,comments:!0}),V=typeof j.stylesheet<"u"&&j.stylesheet.rules?j.stylesheet.rules:[],z=[],re=V.length-1;re>=0;re--)(L.fontFaces&&V[re].type==="font-face"||L.mediaQueries&&V[re].type==="media"||L.keyFrames&&V[re].type==="keyframes"||L.pseudos&&V[re].selectors&&this.matchesPseudo(V[re].selectors[0],$))&&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(k){return k.replace(/\r\n/g,`
`).replace(/\n/g,`\r
`)},e.matchesPseudo=function(k,L){return L.find(function($){return k.indexOf($)>-1})},e.compareFunc=function(k,L){for(var $=Math.min(k.length,L.length),j=0;j<$;j++)if(k[j]!==L[j])return k[j]>L[j]?1:-1;return k.length-L.length},e.compare=function(k,L){return e.compareFunc(k,L)==1?k:L},e.getDefaultOptions=function(k){var L=Object.assign({extraCss:"",insertPreservedExtraCss:!0,applyStyleTags:!0,removeStyleTags:!0,preserveMediaQueries:!0,preserveFontFaces:!0,preserveKeyFrames:!0,preservePseudos:!0,applyWidthAttributes:!0,applyHeightAttributes:!0,applyAttributesTableElements:!0,url:""},k);return L.webResources=L.webResources||{},L}}(utils$3)),utils$3}(function(e){var t=lib$d;requireUtils();var y=function(k,L,$){return L=Object.assign({decodeEntities:!1,_useHtmlParser2:!0},L),k=$(k),t.load(k,L)},n=function(){var k=[],L=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(ie,oe){return k.push(ie),"JUICE_CODE_BLOCK_"+(k.length-1)+"_"})}),j},$=function(j){for(var V=0;V<k.length;V++){var z=new RegExp("JUICE_CODE_BLOCK_"+V+'_(="")?',"gi");j=j.replace(z,function(){return k[V]})}return j};return{encodeEntities:L,decodeEntities:$}};e.exports=function(k,L,$,j){var V=n(),z=y(k,L,V.encodeEntities),re=[z];re.push.apply(re,j);var ie=$.apply(void 0,re)||z;return L&&L.xmlMode?V.decodeEntities(ie.xml()):V.decodeEntities(ie.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="",k=3;k--;)n=(y[+t.pop()+k*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$2=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(ue,de,pe){pe=pe||{};var Ie=utils$2.parseCSS(de),he=[],Ce="style",_e={};if(pe.styleAttributeName&&(Ce=pe.styleAttributeName),Ie.forEach(Ue),he.forEach(kt),pe.inlinePseudoElements&&he.forEach(Et),pe.applyWidthAttributes&&he.forEach(function(tr){Ve(tr,"width")}),pe.applyHeightAttributes&&he.forEach(function(tr){Ve(tr,"height")}),pe.applyAttributesTableElements&&he.forEach(jt),pe.insertPreservedExtraCss&&pe.extraCss){var Ne=utils$2.getPreservedText(pe.extraCss,{mediaQueries:pe.preserveMediaQueries,fontFaces:pe.preserveFontFaces,keyFrames:pe.preserveKeyFrames});if(Ne){var Fe=null;pe.insertPreservedExtraCss!==!0?Fe=ue(pe.insertPreservedExtraCss):(Fe=ue("head"),Fe.length||(Fe=ue("body")),Fe.length||(Fe=ue.root())),Fe.first().append("<style>"+Ne+"</style>")}}function Ue(tr){var rr=tr[0],ar=tr[1],nr=new utils$2.Selector(rr),ur=nr.parsed();if(ur){for(var cr=j(ur),_r=0;_r<ur.length;++_r){var hr=ur[_r];if(hr.pseudos)for(var Er=0;Er<hr.pseudos.length;++Er){var kr=hr.pseudos[Er];if(t.ignoredPseudos.indexOf(kr.name)>=0)return}}if(cr){var xr=ur[ur.length-1],yr=xr.pseudos;xr.pseudos=z(xr.pseudos),rr=ur.toString(),xr.pseudos=yr}var br;try{br=ue(rr)}catch{return}br.each(function(){var Ir=this;if(Ir.name&&t.nonVisualElements.indexOf(Ir.name.toUpperCase())>=0)return;if(cr){var Mr="pseudo"+cr,mr=Ir[Mr];mr||(mr=Ir[Mr]=ue("<span />").get(0),mr.pseudoElementType=cr,mr.pseudoElementParent=Ir,mr.counterProps=Ir.counterProps,Ir[Mr]=mr),Ir=mr}if(!Ir.styleProps){if(Ir.styleProps={},ue(Ir).attr(Ce)){var gr="* { "+ue(Ir).attr(Ce)+" } ";Vr(utils$2.parseCSS(gr)[0][1],new utils$2.Selector("<style>",!0))}he.push(Ir)}Ir.counterProps||(Ir.counterProps=Ir.parent&&Ir.parent.counterProps?Object.create(Ir.parent.counterProps):{});function jr(zr,Sr){for(var Tr=Sr.split(/\s+/),Br=0;Br<Tr.length;Br++){var vr=Tr[Br],Cr=parseInt(Tr[Br+1],10);isNaN(Cr)?zr.counterProps[vr]=_e[vr]=0:zr.counterProps[vr]=_e[Tr[Br++]]=Cr}}function Hr(zr,Sr){for(var Tr=Sr.split(/\s+/),Br=0;Br<Tr.length;Br++){var vr=Tr[Br];if(zr.counterProps[vr]!==void 0){var Cr=parseInt(Tr[Br+1],10);isNaN(Cr)?zr.counterProps[vr]=_e[vr]+=1:zr.counterProps[vr]=_e[Tr[Br++]]+=Cr}}}function Vr(zr,Sr){for(var Tr=0,Br=zr.length;Tr<Br;Tr++)if(zr[Tr].type=="property"){var vr=zr[Tr].name,Cr=zr[Tr].value;vr==="counter-reset"&&jr(Ir,Cr),vr==="counter-increment"&&Hr(Ir,Cr);var Dr=Cr.match(/!important$/)!==null;Dr&&!pe.preserveImportant&&(Cr=n(Cr));var Rr=[zr[Tr].position.start.line,zr[Tr].position.start.col],Wr=new utils$2.Property(vr,Cr,Sr,Dr?2:0,Rr),Kr=Ir.styleProps[vr];t.excludedProperties.indexOf(vr)<0&&(Kr&&Kr.compare(Wr)===Wr||!Kr)&&(Kr&&Kr.selector!==Sr?delete Ir.styleProps[vr]:Kr&&(Wr.nextProp=Kr),Ir.styleProps[vr]=Wr)}}Vr(ar,nr)})}}function kt(tr){Object.keys(tr.styleProps).length;var rr=[];Object.keys(tr.styleProps).forEach(function(nr){for(var ur=tr.styleProps[nr];typeof ur<"u";)rr.push(ur),ur=ur.nextProp}),rr.sort(function(nr,ur){return nr.compareFunc(ur)});var ar=rr.filter(function(nr){return nr.prop!=="content"}).map(function(nr){return nr.prop+": "+nr.value.replace(/["]/g,"'")+";"}).join(" ");ar&&ue(tr).attr(Ce,ar)}function Et(tr){if(tr.pseudoElementType&&tr.styleProps.content){var rr=$(tr);rr.img?(tr.name="img",ue(tr).attr("src",rr.img)):ue(tr).text(rr);var ar=tr.pseudoElementParent;tr.pseudoElementType==="before"?ue(ar).prepend(tr):ue(ar).append(tr)}}function Ve(tr,rr){if(tr.name){var ar=tr.name.toUpperCase();if(t[rr+"Elements"].indexOf(ar)>-1){for(var nr in tr.styleProps)if(tr.styleProps[nr].prop===rr){var ur=tr.styleProps[nr].value;if(pe.preserveImportant&&(ur=n(ur)),ur.match(/px/)){var cr=ur.replace("px","");ue(tr).attr(rr,cr);return}if(t.tableElements.indexOf(ar)>-1&&ur.match(/\%/)){ue(tr).attr(rr,ur);return}}}}}function qe(tr){return tr.indexOf("url(")!==0?tr:tr.replace(/^url\((["'])?([^"']+)\1\)$/,"$2")}function jt(tr){if(tr.name){var rr=tr.name.toUpperCase(),ar=Object.keys(t.styleToAttribute);if(t.tableElements.indexOf(rr)>-1){for(var nr in tr.styleProps)if(ar.indexOf(tr.styleProps[nr].prop)>-1){var ur=t.styleToAttribute[tr.styleProps[nr].prop],cr=tr.styleProps[nr].value;if(pe.preserveImportant&&(cr=n(cr)),ur==="background"&&(cr=qe(cr)),/(linear|radial)-gradient\(/i.test(cr))continue;ue(tr).attr(ur,cr)}}}}}function n(ue){return ue.replace(/\s*!important$/,"")}function k(ue,de){for(;ue;){if(de in ue.styleProps)return ue.styleProps[de].value;var ue=ue.pseudoElementParent||ue.parent}}function L(ue,de){switch(de){case"lower-roman":return numbers.romanize(ue).toLowerCase();case"upper-roman":return numbers.romanize(ue);case"lower-latin":case"lower-alpha":return numbers.alphanumeric(ue).toLowerCase();case"upper-latin":case"upper-alpha":return numbers.alphanumeric(ue);default:return ue.toString()}}function $(ue){var de=ue.styleProps.content.value;if(de==="none"||de==="normal")return"";var pe=de.match(/^\s*url\s*\(\s*(.*?)\s*\)\s*$/i);if(pe){var Ie=pe[1].replace(/^['"]|['"]$/g,"");return{img:Ie}}for(var he=[],Ce=de.split(/['"]/),_e=0;_e<Ce.length;_e++)if(Ce[_e]!==""){var Ne=Ce[_e].match(/var\s*\(\s*(.*?)\s*(,\s*(.*?)\s*)?\s*\)/i);if(Ne){var Fe=k(ue,Ne[1])||Ne[2];he.push(Fe.replace(/^['"]|['"]$/g,""));continue}var Ue=Ce[_e].match(/counter\s*\(\s*(.*?)\s*(,\s*(.*?)\s*)?\s*\)/i);if(Ue&&Ue[1]in ue.counterProps){var kt=ue.counterProps[Ue[1]];he.push(L(kt,Ue[3]));continue}var Et=Ce[_e].match(/attr\s*\(\s*(.*?)\s*\)/i);if(Et){var Ve=Et[1];he.push(ue.pseudoElementParent?ue.pseudoElementParent.attribs[Ve]:ue.attribs[Ve]);continue}he.push(Ce[_e])}return de=he.join(""),de=de.replace(/\\/g,""),de}function j(ue){if(ue.length!==0){var de=ue[ue.length-1].pseudos;if(de){for(var pe=0;pe<de.length;pe++)if(V(de[pe]))return de[pe].name}}}function V(ue){return ue.name==="before"||ue.name==="after"}function z(ue){return ue.filter(function(de){return!V(de)})}function re(ue,de){de=utils$2.getDefaultOptions(de);var pe=oe(ue,de);return pe+=`
`+de.extraCss,y(ue,pe,de),ue}function ie(ue,de){var pe=[],Ie=ue("style"),he,Ce,_e;return Ie.each(function(){_e=this;var Ne=!!_e.childNodes;if(he=Ne?_e.childNodes:_e.children,he.length!==1){de.removeStyleTags&&ue(_e).remove();return}if(Ce=he[0].data,de.applyStyleTags&&ue(_e).attr("data-embed")===void 0&&pe.push(Ce),de.removeStyleTags&&ue(_e).attr("data-embed")===void 0){var Fe=Ne?_e.childNodes[0].nodeValue:_e.children[0].data,Ue=utils$2.getPreservedText(Fe,{mediaQueries:de.preserveMediaQueries,fontFaces:de.preserveFontFaces,keyFrames:de.preserveKeyFrames,pseudos:de.preservePseudos},t.ignoredPseudos);Ue?Ne?_e.childNodes[0].nodeValue=Ue:_e.children[0].data=Ue:ue(_e).remove()}ue(_e).removeAttr("data-embed")}),pe}function oe(ue,de){var pe=ie(ue,de),Ie=pe.join(`
`);return Ie}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=(Zn,hn)=>()=>(hn||Zn((hn={exports:{}}).exports,hn),hn.exports),n=y((Zn,hn)=>{var Ln=function(Vi){return Vi&&Vi.Math==Math&&Vi};hn.exports=Ln(typeof globalThis=="object"&&globalThis)||Ln(typeof window=="object"&&window)||Ln(typeof self=="object"&&self)||Ln(typeof commonjsGlobal=="object"&&commonjsGlobal)||function(){return this}()||Function("return this")()}),k=y((Zn,hn)=>{hn.exports=function(Ln){try{return!!Ln()}catch{return!0}}}),L=y((Zn,hn)=>{var Ln=k();hn.exports=!Ln(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!=7})}),$=y((Zn,hn)=>{var Ln=k();hn.exports=!Ln(function(){var Vi=(function(){}).bind();return typeof Vi!="function"||Vi.hasOwnProperty("prototype")})}),j=y((Zn,hn)=>{var Ln=$(),Vi=Function.prototype.call;hn.exports=Ln?Vi.bind(Vi):function(){return Vi.apply(Vi,arguments)}}),V=y(Zn=>{var hn={}.propertyIsEnumerable,Ln=Object.getOwnPropertyDescriptor,Vi=Ln&&!hn.call({1:2},1);Zn.f=Vi?function(Wi){var pa=Ln(this,Wi);return!!pa&&pa.enumerable}:hn}),z=y((Zn,hn)=>{hn.exports=function(Ln,Vi){return{enumerable:!(Ln&1),configurable:!(Ln&2),writable:!(Ln&4),value:Vi}}}),re=y((Zn,hn)=>{var Ln=$(),Vi=Function.prototype,Wi=Vi.call,pa=Ln&&Vi.bind.bind(Wi,Wi);hn.exports=Ln?pa:function(Ki){return function(){return Wi.apply(Ki,arguments)}}}),ie=y((Zn,hn)=>{var Ln=re(),Vi=Ln({}.toString),Wi=Ln("".slice);hn.exports=function(pa){return Wi(Vi(pa),8,-1)}}),oe=y((Zn,hn)=>{var Ln=re(),Vi=k(),Wi=ie(),pa=Object,Ki=Ln("".split);hn.exports=Vi(function(){return!pa("z").propertyIsEnumerable(0)})?function(Yo){return Wi(Yo)=="String"?Ki(Yo,""):pa(Yo)}:pa}),ue=y((Zn,hn)=>{hn.exports=function(Ln){return Ln==null}}),de=y((Zn,hn)=>{var Ln=ue(),Vi=TypeError;hn.exports=function(Wi){if(Ln(Wi))throw Vi("Can't call method on "+Wi);return Wi}}),pe=y((Zn,hn)=>{var Ln=oe(),Vi=de();hn.exports=function(Wi){return Ln(Vi(Wi))}}),Ie=y((Zn,hn)=>{var Ln=typeof document=="object"&&document.all,Vi=typeof Ln>"u"&&Ln!==void 0;hn.exports={all:Ln,IS_HTMLDDA:Vi}}),he=y((Zn,hn)=>{var Ln=Ie(),Vi=Ln.all;hn.exports=Ln.IS_HTMLDDA?function(Wi){return typeof Wi=="function"||Wi===Vi}:function(Wi){return typeof Wi=="function"}}),Ce=y((Zn,hn)=>{var Ln=he(),Vi=Ie(),Wi=Vi.all;hn.exports=Vi.IS_HTMLDDA?function(pa){return typeof pa=="object"?pa!==null:Ln(pa)||pa===Wi}:function(pa){return typeof pa=="object"?pa!==null:Ln(pa)}}),_e=y((Zn,hn)=>{var Ln=n(),Vi=he(),Wi=function(pa){return Vi(pa)?pa:void 0};hn.exports=function(pa,Ki){return arguments.length<2?Wi(Ln[pa]):Ln[pa]&&Ln[pa][Ki]}}),Ne=y((Zn,hn)=>{var Ln=re();hn.exports=Ln({}.isPrototypeOf)}),Fe=y((Zn,hn)=>{var Ln=_e();hn.exports=Ln("navigator","userAgent")||""}),Ue=y((Zn,hn)=>{var Ln=n(),Vi=Fe(),Wi=Ln.process,pa=Ln.Deno,Ki=Wi&&Wi.versions||pa&&pa.version,Yo=Ki&&Ki.v8,Eo,Fo;Yo&&(Eo=Yo.split("."),Fo=Eo[0]>0&&Eo[0]<4?1:+(Eo[0]+Eo[1])),!Fo&&Vi&&(Eo=Vi.match(/Edge\/(\d+)/),(!Eo||Eo[1]>=74)&&(Eo=Vi.match(/Chrome\/(\d+)/),Eo&&(Fo=+Eo[1]))),hn.exports=Fo}),kt=y((Zn,hn)=>{var Ln=Ue(),Vi=k();hn.exports=!!Object.getOwnPropertySymbols&&!Vi(function(){var Wi=Symbol();return!String(Wi)||!(Object(Wi)instanceof Symbol)||!Symbol.sham&&Ln&&Ln<41})}),Et=y((Zn,hn)=>{var Ln=kt();hn.exports=Ln&&!Symbol.sham&&typeof Symbol.iterator=="symbol"}),Ve=y((Zn,hn)=>{var Ln=_e(),Vi=he(),Wi=Ne(),pa=Et(),Ki=Object;hn.exports=pa?function(Yo){return typeof Yo=="symbol"}:function(Yo){var Eo=Ln("Symbol");return Vi(Eo)&&Wi(Eo.prototype,Ki(Yo))}}),qe=y((Zn,hn)=>{var Ln=String;hn.exports=function(Vi){try{return Ln(Vi)}catch{return"Object"}}}),jt=y((Zn,hn)=>{var Ln=he(),Vi=qe(),Wi=TypeError;hn.exports=function(pa){if(Ln(pa))return pa;throw Wi(Vi(pa)+" is not a function")}}),tr=y((Zn,hn)=>{var Ln=jt(),Vi=ue();hn.exports=function(Wi,pa){var Ki=Wi[pa];return Vi(Ki)?void 0:Ln(Ki)}}),rr=y((Zn,hn)=>{var Ln=j(),Vi=he(),Wi=Ce(),pa=TypeError;hn.exports=function(Ki,Yo){var Eo,Fo;if(Yo==="string"&&Vi(Eo=Ki.toString)&&!Wi(Fo=Ln(Eo,Ki))||Vi(Eo=Ki.valueOf)&&!Wi(Fo=Ln(Eo,Ki))||Yo!=="string"&&Vi(Eo=Ki.toString)&&!Wi(Fo=Ln(Eo,Ki)))return Fo;throw pa("Can't convert object to primitive value")}}),ar=y((Zn,hn)=>{hn.exports=!1}),nr=y((Zn,hn)=>{var Ln=n(),Vi=Object.defineProperty;hn.exports=function(Wi,pa){try{Vi(Ln,Wi,{value:pa,configurable:!0,writable:!0})}catch{Ln[Wi]=pa}return pa}}),ur=y((Zn,hn)=>{var Ln=n(),Vi=nr(),Wi="__core-js_shared__",pa=Ln[Wi]||Vi(Wi,{});hn.exports=pa}),cr=y((Zn,hn)=>{var Ln=ar(),Vi=ur();(hn.exports=function(Wi,pa){return Vi[Wi]||(Vi[Wi]=pa!==void 0?pa:{})})("versions",[]).push({version:"3.26.1",mode:Ln?"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"})}),_r=y((Zn,hn)=>{var Ln=de(),Vi=Object;hn.exports=function(Wi){return Vi(Ln(Wi))}}),hr=y((Zn,hn)=>{var Ln=re(),Vi=_r(),Wi=Ln({}.hasOwnProperty);hn.exports=Object.hasOwn||function(pa,Ki){return Wi(Vi(pa),Ki)}}),Er=y((Zn,hn)=>{var Ln=re(),Vi=0,Wi=Math.random(),pa=Ln(1 .toString);hn.exports=function(Ki){return"Symbol("+(Ki===void 0?"":Ki)+")_"+pa(++Vi+Wi,36)}}),kr=y((Zn,hn)=>{var Ln=n(),Vi=cr(),Wi=hr(),pa=Er(),Ki=kt(),Yo=Et(),Eo=Vi("wks"),Fo=Ln.Symbol,hs=Fo&&Fo.for,An=Yo?Fo:Fo&&Fo.withoutSetter||pa;hn.exports=function(Uo){if(!Wi(Eo,Uo)||!(Ki||typeof Eo[Uo]=="string")){var cu="Symbol."+Uo;Ki&&Wi(Fo,Uo)?Eo[Uo]=Fo[Uo]:Yo&&hs?Eo[Uo]=hs(cu):Eo[Uo]=An(cu)}return Eo[Uo]}}),xr=y((Zn,hn)=>{var Ln=j(),Vi=Ce(),Wi=Ve(),pa=tr(),Ki=rr(),Yo=kr(),Eo=TypeError,Fo=Yo("toPrimitive");hn.exports=function(hs,An){if(!Vi(hs)||Wi(hs))return hs;var Uo=pa(hs,Fo),cu;if(Uo){if(An===void 0&&(An="default"),cu=Ln(Uo,hs,An),!Vi(cu)||Wi(cu))return cu;throw Eo("Can't convert object to primitive value")}return An===void 0&&(An="number"),Ki(hs,An)}}),yr=y((Zn,hn)=>{var Ln=xr(),Vi=Ve();hn.exports=function(Wi){var pa=Ln(Wi,"string");return Vi(pa)?pa:pa+""}}),br=y((Zn,hn)=>{var Ln=n(),Vi=Ce(),Wi=Ln.document,pa=Vi(Wi)&&Vi(Wi.createElement);hn.exports=function(Ki){return pa?Wi.createElement(Ki):{}}}),Ir=y((Zn,hn)=>{var Ln=L(),Vi=k(),Wi=br();hn.exports=!Ln&&!Vi(function(){return Object.defineProperty(Wi("div"),"a",{get:function(){return 7}}).a!=7})}),Mr=y(Zn=>{var hn=L(),Ln=j(),Vi=V(),Wi=z(),pa=pe(),Ki=yr(),Yo=hr(),Eo=Ir(),Fo=Object.getOwnPropertyDescriptor;Zn.f=hn?Fo:function(hs,An){if(hs=pa(hs),An=Ki(An),Eo)try{return Fo(hs,An)}catch{}if(Yo(hs,An))return Wi(!Ln(Vi.f,hs,An),hs[An])}}),mr=y((Zn,hn)=>{var Ln=L(),Vi=k();hn.exports=Ln&&Vi(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!=42})}),gr=y((Zn,hn)=>{var Ln=Ce(),Vi=String,Wi=TypeError;hn.exports=function(pa){if(Ln(pa))return pa;throw Wi(Vi(pa)+" is not an object")}}),jr=y(Zn=>{var hn=L(),Ln=Ir(),Vi=mr(),Wi=gr(),pa=yr(),Ki=TypeError,Yo=Object.defineProperty,Eo=Object.getOwnPropertyDescriptor,Fo="enumerable",hs="configurable",An="writable";Zn.f=hn?Vi?function(Uo,cu,ko){if(Wi(Uo),cu=pa(cu),Wi(ko),typeof Uo=="function"&&cu==="prototype"&&"value"in ko&&An in ko&&!ko[An]){var vu=Eo(Uo,cu);vu&&vu[An]&&(Uo[cu]=ko.value,ko={configurable:hs in ko?ko[hs]:vu[hs],enumerable:Fo in ko?ko[Fo]:vu[Fo],writable:!1})}return Yo(Uo,cu,ko)}:Yo:function(Uo,cu,ko){if(Wi(Uo),cu=pa(cu),Wi(ko),Ln)try{return Yo(Uo,cu,ko)}catch{}if("get"in ko||"set"in ko)throw Ki("Accessors not supported");return"value"in ko&&(Uo[cu]=ko.value),Uo}}),Hr=y((Zn,hn)=>{var Ln=L(),Vi=jr(),Wi=z();hn.exports=Ln?function(pa,Ki,Yo){return Vi.f(pa,Ki,Wi(1,Yo))}:function(pa,Ki,Yo){return pa[Ki]=Yo,pa}}),Vr=y((Zn,hn)=>{var Ln=L(),Vi=hr(),Wi=Function.prototype,pa=Ln&&Object.getOwnPropertyDescriptor,Ki=Vi(Wi,"name"),Yo=Ki&&(function(){}).name==="something",Eo=Ki&&(!Ln||Ln&&pa(Wi,"name").configurable);hn.exports={EXISTS:Ki,PROPER:Yo,CONFIGURABLE:Eo}}),zr=y((Zn,hn)=>{var Ln=re(),Vi=he(),Wi=ur(),pa=Ln(Function.toString);Vi(Wi.inspectSource)||(Wi.inspectSource=function(Ki){return pa(Ki)}),hn.exports=Wi.inspectSource}),Sr=y((Zn,hn)=>{var Ln=n(),Vi=he(),Wi=Ln.WeakMap;hn.exports=Vi(Wi)&&/native code/.test(String(Wi))}),Tr=y((Zn,hn)=>{var Ln=cr(),Vi=Er(),Wi=Ln("keys");hn.exports=function(pa){return Wi[pa]||(Wi[pa]=Vi(pa))}}),Br=y((Zn,hn)=>{hn.exports={}}),vr=y((Zn,hn)=>{var Ln=Sr(),Vi=n(),Wi=Ce(),pa=Hr(),Ki=hr(),Yo=ur(),Eo=Tr(),Fo=Br(),hs="Object already initialized",An=Vi.TypeError,Uo=Vi.WeakMap,cu,ko,vu,Ul=function(In){return vu(In)?ko(In):cu(In,{})},tc=function(In){return function(rs){var Vl;if(!Wi(rs)||(Vl=ko(rs)).type!==In)throw An("Incompatible receiver, "+In+" required");return Vl}};Ln||Yo.state?(Fu=Yo.state||(Yo.state=new Uo),Fu.get=Fu.get,Fu.has=Fu.has,Fu.set=Fu.set,cu=function(In,rs){if(Fu.has(In))throw An(hs);return rs.facade=In,Fu.set(In,rs),rs},ko=function(In){return Fu.get(In)||{}},vu=function(In){return Fu.has(In)}):(Ku=Eo("state"),Fo[Ku]=!0,cu=function(In,rs){if(Ki(In,Ku))throw An(hs);return rs.facade=In,pa(In,Ku,rs),rs},ko=function(In){return Ki(In,Ku)?In[Ku]:{}},vu=function(In){return Ki(In,Ku)});var Fu,Ku;hn.exports={set:cu,get:ko,has:vu,enforce:Ul,getterFor:tc}}),Cr=y((Zn,hn)=>{var Ln=k(),Vi=he(),Wi=hr(),pa=L(),Ki=Vr().CONFIGURABLE,Yo=zr(),Eo=vr(),Fo=Eo.enforce,hs=Eo.get,An=Object.defineProperty,Uo=pa&&!Ln(function(){return An(function(){},"length",{value:8}).length!==8}),cu=String(String).split("String"),ko=hn.exports=function(vu,Ul,tc){String(Ul).slice(0,7)==="Symbol("&&(Ul="["+String(Ul).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),tc&&tc.getter&&(Ul="get "+Ul),tc&&tc.setter&&(Ul="set "+Ul),(!Wi(vu,"name")||Ki&&vu.name!==Ul)&&(pa?An(vu,"name",{value:Ul,configurable:!0}):vu.name=Ul),Uo&&tc&&Wi(tc,"arity")&&vu.length!==tc.arity&&An(vu,"length",{value:tc.arity});try{tc&&Wi(tc,"constructor")&&tc.constructor?pa&&An(vu,"prototype",{writable:!1}):vu.prototype&&(vu.prototype=void 0)}catch{}var Fu=Fo(vu);return Wi(Fu,"source")||(Fu.source=cu.join(typeof Ul=="string"?Ul:"")),vu};Function.prototype.toString=ko(function(){return Vi(this)&&hs(this).source||Yo(this)},"toString")}),Dr=y((Zn,hn)=>{var Ln=he(),Vi=jr(),Wi=Cr(),pa=nr();hn.exports=function(Ki,Yo,Eo,Fo){Fo||(Fo={});var hs=Fo.enumerable,An=Fo.name!==void 0?Fo.name:Yo;if(Ln(Eo)&&Wi(Eo,An,Fo),Fo.global)hs?Ki[Yo]=Eo:pa(Yo,Eo);else{try{Fo.unsafe?Ki[Yo]&&(hs=!0):delete Ki[Yo]}catch{}hs?Ki[Yo]=Eo:Vi.f(Ki,Yo,{value:Eo,enumerable:!1,configurable:!Fo.nonConfigurable,writable:!Fo.nonWritable})}return Ki}}),Rr=y((Zn,hn)=>{var Ln=Math.ceil,Vi=Math.floor;hn.exports=Math.trunc||function(Wi){var pa=+Wi;return(pa>0?Vi:Ln)(pa)}}),Wr=y((Zn,hn)=>{var Ln=Rr();hn.exports=function(Vi){var Wi=+Vi;return Wi!==Wi||Wi===0?0:Ln(Wi)}}),Kr=y((Zn,hn)=>{var Ln=Wr(),Vi=Math.max,Wi=Math.min;hn.exports=function(pa,Ki){var Yo=Ln(pa);return Yo<0?Vi(Yo+Ki,0):Wi(Yo,Ki)}}),Nr=y((Zn,hn)=>{var Ln=Wr(),Vi=Math.min;hn.exports=function(Wi){return Wi>0?Vi(Ln(Wi),9007199254740991):0}}),Fr=y((Zn,hn)=>{var Ln=Nr();hn.exports=function(Vi){return Ln(Vi.length)}}),Qr=y((Zn,hn)=>{var Ln=pe(),Vi=Kr(),Wi=Fr(),pa=function(Ki){return function(Yo,Eo,Fo){var hs=Ln(Yo),An=Wi(hs),Uo=Vi(Fo,An),cu;if(Ki&&Eo!=Eo){for(;An>Uo;)if(cu=hs[Uo++],cu!=cu)return!0}else for(;An>Uo;Uo++)if((Ki||Uo in hs)&&hs[Uo]===Eo)return Ki||Uo||0;return!Ki&&-1}};hn.exports={includes:pa(!0),indexOf:pa(!1)}}),ca=y((Zn,hn)=>{var Ln=re(),Vi=hr(),Wi=pe(),pa=Qr().indexOf,Ki=Br(),Yo=Ln([].push);hn.exports=function(Eo,Fo){var hs=Wi(Eo),An=0,Uo=[],cu;for(cu in hs)!Vi(Ki,cu)&&Vi(hs,cu)&&Yo(Uo,cu);for(;Fo.length>An;)Vi(hs,cu=Fo[An++])&&(~pa(Uo,cu)||Yo(Uo,cu));return Uo}}),Po=y((Zn,hn)=>{hn.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]}),Wa=y(Zn=>{var hn=ca(),Ln=Po(),Vi=Ln.concat("length","prototype");Zn.f=Object.getOwnPropertyNames||function(Wi){return hn(Wi,Vi)}}),Go=y(Zn=>{Zn.f=Object.getOwnPropertySymbols}),us=y((Zn,hn)=>{var Ln=_e(),Vi=re(),Wi=Wa(),pa=Go(),Ki=gr(),Yo=Vi([].concat);hn.exports=Ln("Reflect","ownKeys")||function(Eo){var Fo=Wi.f(Ki(Eo)),hs=pa.f;return hs?Yo(Fo,hs(Eo)):Fo}}),Kn=y((Zn,hn)=>{var Ln=hr(),Vi=us(),Wi=Mr(),pa=jr();hn.exports=function(Ki,Yo,Eo){for(var Fo=Vi(Yo),hs=pa.f,An=Wi.f,Uo=0;Uo<Fo.length;Uo++){var cu=Fo[Uo];!Ln(Ki,cu)&&!(Eo&&Ln(Eo,cu))&&hs(Ki,cu,An(Yo,cu))}}}),Gr=y((Zn,hn)=>{var Ln=k(),Vi=he(),Wi=/#|\.prototype\./,pa=function(hs,An){var Uo=Yo[Ki(hs)];return Uo==Fo?!0:Uo==Eo?!1:Vi(An)?Ln(An):!!An},Ki=pa.normalize=function(hs){return String(hs).replace(Wi,".").toLowerCase()},Yo=pa.data={},Eo=pa.NATIVE="N",Fo=pa.POLYFILL="P";hn.exports=pa}),Ar=y((Zn,hn)=>{var Ln=n(),Vi=Mr().f,Wi=Hr(),pa=Dr(),Ki=nr(),Yo=Kn(),Eo=Gr();hn.exports=function(Fo,hs){var An=Fo.target,Uo=Fo.global,cu=Fo.stat,ko,vu,Ul,tc,Fu,Ku;if(Uo?vu=Ln:cu?vu=Ln[An]||Ki(An,{}):vu=(Ln[An]||{}).prototype,vu)for(Ul in hs){if(Fu=hs[Ul],Fo.dontCallGetSet?(Ku=Vi(vu,Ul),tc=Ku&&Ku.value):tc=vu[Ul],ko=Eo(Uo?Ul:An+(cu?".":"#")+Ul,Fo.forced),!ko&&tc!==void 0){if(typeof Fu==typeof tc)continue;Yo(Fu,tc)}(Fo.sham||tc&&tc.sham)&&Wi(Fu,"sham",!0),pa(vu,Ul,Fu,Fo)}}}),On=y((Zn,hn)=>{var Ln=ie();hn.exports=Array.isArray||function(Vi){return Ln(Vi)=="Array"}}),kn=y((Zn,hn)=>{var Ln=TypeError,Vi=9007199254740991;hn.exports=function(Wi){if(Wi>Vi)throw Ln("Maximum allowed index exceeded");return Wi}}),Sa=y((Zn,hn)=>{var Ln=ie(),Vi=re();hn.exports=function(Wi){if(Ln(Wi)==="Function")return Vi(Wi)}}),sa=y((Zn,hn)=>{var Ln=Sa(),Vi=jt(),Wi=$(),pa=Ln(Ln.bind);hn.exports=function(Ki,Yo){return Vi(Ki),Yo===void 0?Ki:Wi?pa(Ki,Yo):function(){return Ki.apply(Yo,arguments)}}}),qa=y((Zn,hn)=>{var Ln=On(),Vi=Fr(),Wi=kn(),pa=sa(),Ki=function(Yo,Eo,Fo,hs,An,Uo,cu,ko){for(var vu=An,Ul=0,tc=cu?pa(cu,ko):!1,Fu,Ku;Ul<hs;)Ul in Fo&&(Fu=tc?tc(Fo[Ul],Ul,Eo):Fo[Ul],Uo>0&&Ln(Fu)?(Ku=Vi(Fu),vu=Ki(Yo,Eo,Fu,Ku,vu,Uo-1)-1):(Wi(vu+1),Yo[vu]=Fu),vu++),Ul++;return vu};hn.exports=Ki}),To=y((Zn,hn)=>{var Ln=kr(),Vi=Ln("toStringTag"),Wi={};Wi[Vi]="z",hn.exports=String(Wi)==="[object z]"}),Hi=y((Zn,hn)=>{var Ln=To(),Vi=he(),Wi=ie(),pa=kr(),Ki=pa("toStringTag"),Yo=Object,Eo=Wi(function(){return arguments}())=="Arguments",Fo=function(hs,An){try{return hs[An]}catch{}};hn.exports=Ln?Wi:function(hs){var An,Uo,cu;return hs===void 0?"Undefined":hs===null?"Null":typeof(Uo=Fo(An=Yo(hs),Ki))=="string"?Uo:Eo?Wi(An):(cu=Wi(An))=="Object"&&Vi(An.callee)?"Arguments":cu}}),na=y((Zn,hn)=>{var Ln=re(),Vi=k(),Wi=he(),pa=Hi(),Ki=_e(),Yo=zr(),Eo=function(){},Fo=[],hs=Ki("Reflect","construct"),An=/^\s*(?:class|function)\b/,Uo=Ln(An.exec),cu=!An.exec(Eo),ko=function(Ul){if(!Wi(Ul))return!1;try{return hs(Eo,Fo,Ul),!0}catch{return!1}},vu=function(Ul){if(!Wi(Ul))return!1;switch(pa(Ul)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return cu||!!Uo(An,Yo(Ul))}catch{return!0}};vu.sham=!0,hn.exports=!hs||Vi(function(){var Ul;return ko(ko.call)||!ko(Object)||!ko(function(){Ul=!0})||Ul})?vu:ko}),Ma=y((Zn,hn)=>{var Ln=On(),Vi=na(),Wi=Ce(),pa=kr(),Ki=pa("species"),Yo=Array;hn.exports=function(Eo){var Fo;return Ln(Eo)&&(Fo=Eo.constructor,Vi(Fo)&&(Fo===Yo||Ln(Fo.prototype))?Fo=void 0:Wi(Fo)&&(Fo=Fo[Ki],Fo===null&&(Fo=void 0))),Fo===void 0?Yo:Fo}}),Ns=y((Zn,hn)=>{var Ln=Ma();hn.exports=function(Vi,Wi){return new(Ln(Vi))(Wi===0?0:Wi)}}),cs=y(()=>{var Zn=Ar(),hn=qa(),Ln=jt(),Vi=_r(),Wi=Fr(),pa=Ns();Zn({target:"Array",proto:!0},{flatMap:function(Ki){var Yo=Vi(this),Eo=Wi(Yo),Fo;return Ln(Ki),Fo=pa(Yo,0),Fo.length=hn(Fo,Yo,Yo,Eo,0,1,Ki,arguments.length>1?arguments[1]:void 0),Fo}})}),vl=y((Zn,hn)=>{hn.exports={}}),Bl=y((Zn,hn)=>{var Ln=kr(),Vi=vl(),Wi=Ln("iterator"),pa=Array.prototype;hn.exports=function(Ki){return Ki!==void 0&&(Vi.Array===Ki||pa[Wi]===Ki)}}),Au=y((Zn,hn)=>{var Ln=Hi(),Vi=tr(),Wi=ue(),pa=vl(),Ki=kr(),Yo=Ki("iterator");hn.exports=function(Eo){if(!Wi(Eo))return Vi(Eo,Yo)||Vi(Eo,"@@iterator")||pa[Ln(Eo)]}}),xs=y((Zn,hn)=>{var Ln=j(),Vi=jt(),Wi=gr(),pa=qe(),Ki=Au(),Yo=TypeError;hn.exports=function(Eo,Fo){var hs=arguments.length<2?Ki(Eo):Fo;if(Vi(hs))return Wi(Ln(hs,Eo));throw Yo(pa(Eo)+" is not iterable")}}),ju=y((Zn,hn)=>{var Ln=j(),Vi=gr(),Wi=tr();hn.exports=function(pa,Ki,Yo){var Eo,Fo;Vi(pa);try{if(Eo=Wi(pa,"return"),!Eo){if(Ki==="throw")throw Yo;return Yo}Eo=Ln(Eo,pa)}catch(hs){Fo=!0,Eo=hs}if(Ki==="throw")throw Yo;if(Fo)throw Eo;return Vi(Eo),Yo}}),Lu=y((Zn,hn)=>{var Ln=sa(),Vi=j(),Wi=gr(),pa=qe(),Ki=Bl(),Yo=Fr(),Eo=Ne(),Fo=xs(),hs=Au(),An=ju(),Uo=TypeError,cu=function(vu,Ul){this.stopped=vu,this.result=Ul},ko=cu.prototype;hn.exports=function(vu,Ul,tc){var Fu=tc&&tc.that,Ku=!!(tc&&tc.AS_ENTRIES),In=!!(tc&&tc.IS_RECORD),rs=!!(tc&&tc.IS_ITERATOR),Vl=!!(tc&&tc.INTERRUPTED),Eu=Ln(Ul,Fu),ml,Uu,Ac,od,ld,gp,lp,Oc=function(nd){return ml&&An(ml,"normal",nd),new cu(!0,nd)},Hd=function(nd){return Ku?(Wi(nd),Vl?Eu(nd[0],nd[1],Oc):Eu(nd[0],nd[1])):Vl?Eu(nd,Oc):Eu(nd)};if(In)ml=vu.iterator;else if(rs)ml=vu;else{if(Uu=hs(vu),!Uu)throw Uo(pa(vu)+" is not iterable");if(Ki(Uu)){for(Ac=0,od=Yo(vu);od>Ac;Ac++)if(ld=Hd(vu[Ac]),ld&&Eo(ko,ld))return ld;return new cu(!1)}ml=Fo(vu,Uu)}for(gp=In?vu.next:ml.next;!(lp=Vi(gp,ml)).done;){try{ld=Hd(lp.value)}catch(nd){An(ml,"throw",nd)}if(typeof ld=="object"&&ld&&Eo(ko,ld))return ld}return new cu(!1)}}),Pc=y((Zn,hn)=>{var Ln=yr(),Vi=jr(),Wi=z();hn.exports=function(pa,Ki,Yo){var Eo=Ln(Ki);Eo in pa?Vi.f(pa,Eo,Wi(0,Yo)):pa[Eo]=Yo}}),Nc=y(()=>{var Zn=Ar(),hn=Lu(),Ln=Pc();Zn({target:"Object",stat:!0},{fromEntries:function(Vi){var Wi={};return hn(Vi,function(pa,Ki){Ln(Wi,pa,Ki)},{AS_ENTRIES:!0}),Wi}})}),gc=y((Zn,hn)=>{var Ln=Cr(),Vi=jr();hn.exports=function(Wi,pa,Ki){return Ki.get&&Ln(Ki.get,pa,{getter:!0}),Ki.set&&Ln(Ki.set,pa,{setter:!0}),Vi.f(Wi,pa,Ki)}}),Wl=y((Zn,hn)=>{var Ln=gr();hn.exports=function(){var Vi=Ln(this),Wi="";return Vi.hasIndices&&(Wi+="d"),Vi.global&&(Wi+="g"),Vi.ignoreCase&&(Wi+="i"),Vi.multiline&&(Wi+="m"),Vi.dotAll&&(Wi+="s"),Vi.unicode&&(Wi+="u"),Vi.unicodeSets&&(Wi+="v"),Vi.sticky&&(Wi+="y"),Wi}}),ps=y(()=>{var Zn=n(),hn=L(),Ln=gc(),Vi=Wl(),Wi=k(),pa=Zn.RegExp,Ki=pa.prototype,Yo=hn&&Wi(function(){var Eo=!0;try{pa(".","d")}catch{Eo=!1}var Fo={},hs="",An=Eo?"dgimsy":"gimsy",Uo=function(Ul,tc){Object.defineProperty(Fo,Ul,{get:function(){return hs+=tc,!0}})},cu={dotAll:"s",global:"g",ignoreCase:"i",multiline:"m",sticky:"y"};Eo&&(cu.hasIndices="d");for(var ko in cu)Uo(ko,cu[ko]);var vu=Object.getOwnPropertyDescriptor(Ki,"flags").get.call(Fo);return vu!==An||hs!==An});Yo&&Ln(Ki,"flags",{configurable:!0,get:Vi})}),Ds=y(()=>{var Zn=Ar(),hn=n();Zn({global:!0,forced:hn.globalThis!==hn},{globalThis:hn})}),Us=y(()=>{Ds()}),Vs=y(()=>{var Zn=Ar(),hn=qa(),Ln=_r(),Vi=Fr(),Wi=Wr(),pa=Ns();Zn({target:"Array",proto:!0},{flat:function(){var Ki=arguments.length?arguments[0]:void 0,Yo=Ln(this),Eo=Vi(Yo),Fo=pa(Yo,0);return Fo.length=hn(Fo,Yo,Yo,Eo,0,Ki===void 0?1:Wi(Ki)),Fo}})}),Lr=y((Zn,hn)=>{var Ln=["cliName","cliCategory","cliDescription"],Vi=["_"],Wi=["languageId"];function pa(Rn,di){if(Rn==null)return{};var vn=Ki(Rn,di),Vn,Fn;if(Object.getOwnPropertySymbols){var En=Object.getOwnPropertySymbols(Rn);for(Fn=0;Fn<En.length;Fn++)Vn=En[Fn],!(di.indexOf(Vn)>=0)&&Object.prototype.propertyIsEnumerable.call(Rn,Vn)&&(vn[Vn]=Rn[Vn])}return vn}function Ki(Rn,di){if(Rn==null)return{};var vn={},Vn=Object.keys(Rn),Fn,En;for(En=0;En<Vn.length;En++)Fn=Vn[En],!(di.indexOf(Fn)>=0)&&(vn[Fn]=Rn[Fn]);return vn}cs(),Nc(),ps(),Us(),Vs();var Yo=Object.create,Eo=Object.defineProperty,Fo=Object.getOwnPropertyDescriptor,hs=Object.getOwnPropertyNames,An=Object.getPrototypeOf,Uo=Object.prototype.hasOwnProperty,cu=(Rn,di)=>function(){return Rn&&(di=(0,Rn[hs(Rn)[0]])(Rn=0)),di},ko=(Rn,di)=>function(){return di||(0,Rn[hs(Rn)[0]])((di={exports:{}}).exports,di),di.exports},vu=(Rn,di)=>{for(var vn in di)Eo(Rn,vn,{get:di[vn],enumerable:!0})},Ul=(Rn,di,vn,Vn)=>{if(di&&typeof di=="object"||typeof di=="function")for(let Fn of hs(di))!Uo.call(Rn,Fn)&&Fn!==vn&&Eo(Rn,Fn,{get:()=>di[Fn],enumerable:!(Vn=Fo(di,Fn))||Vn.enumerable});return Rn},tc=(Rn,di,vn)=>(vn=Rn!=null?Yo(An(Rn)):{},Ul(!Rn||!Rn.__esModule?Eo(vn,"default",{value:Rn,enumerable:!0}):vn,Rn)),Fu=Rn=>Ul(Eo({},"__esModule",{value:!0}),Rn),Ku,In=cu({"<define:process>"(){Ku={env:{},argv:[]}}}),rs=ko({"package.json"(Rn,di){di.exports={version:"2.8.8"}}}),Vl=ko({"node_modules/diff/lib/diff/base.js"(Rn){In(),Object.defineProperty(Rn,"__esModule",{value:!0}),Rn.default=di;function di(){}di.prototype={diff:function(Fn,En){var xn=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},Nn=xn.callback;typeof xn=="function"&&(Nn=xn,xn={}),this.options=xn;var ui=this;function Mi(la){return Nn?(setTimeout(function(){Nn(void 0,la)},0),!0):la}Fn=this.castInput(Fn),En=this.castInput(En),Fn=this.removeEmpty(this.tokenize(Fn)),En=this.removeEmpty(this.tokenize(En));var ea=En.length,zi=Fn.length,ta=1,ki=ea+zi,ji=[{newPos:-1,components:[]}],oa=this.extractCommon(ji[0],En,Fn,0);if(ji[0].newPos+1>=ea&&oa+1>=zi)return Mi([{value:this.join(En),count:En.length}]);function Ra(){for(var la=-1*ta;la<=ta;la+=2){var La=void 0,Ea=ji[la-1],Xa=ji[la+1],Fa=(Xa?Xa.newPos:0)-la;Ea&&(ji[la-1]=void 0);var Zo=Ea&&Ea.newPos+1<ea,Ui=Xa&&0<=Fa&&Fa<zi;if(!Zo&&!Ui){ji[la]=void 0;continue}if(!Zo||Ui&&Ea.newPos<Xa.newPos?(La=Vn(Xa),ui.pushComponent(La.components,void 0,!0)):(La=Ea,La.newPos++,ui.pushComponent(La.components,!0,void 0)),Fa=ui.extractCommon(La,En,Fn,la),La.newPos+1>=ea&&Fa+1>=zi)return Mi(vn(ui,La.components,En,Fn,ui.useLongestToken));ji[la]=La}ta++}if(Nn)(function la(){setTimeout(function(){if(ta>ki)return Nn();Ra()||la()},0)})();else for(;ta<=ki;){var Ba=Ra();if(Ba)return Ba}},pushComponent:function(Fn,En,xn){var Nn=Fn[Fn.length-1];Nn&&Nn.added===En&&Nn.removed===xn?Fn[Fn.length-1]={count:Nn.count+1,added:En,removed:xn}:Fn.push({count:1,added:En,removed:xn})},extractCommon:function(Fn,En,xn,Nn){for(var ui=En.length,Mi=xn.length,ea=Fn.newPos,zi=ea-Nn,ta=0;ea+1<ui&&zi+1<Mi&&this.equals(En[ea+1],xn[zi+1]);)ea++,zi++,ta++;return ta&&Fn.components.push({count:ta}),Fn.newPos=ea,zi},equals:function(Fn,En){return this.options.comparator?this.options.comparator(Fn,En):Fn===En||this.options.ignoreCase&&Fn.toLowerCase()===En.toLowerCase()},removeEmpty:function(Fn){for(var En=[],xn=0;xn<Fn.length;xn++)Fn[xn]&&En.push(Fn[xn]);return En},castInput:function(Fn){return Fn},tokenize:function(Fn){return Fn.split("")},join:function(Fn){return Fn.join("")}};function vn(Fn,En,xn,Nn,ui){for(var Mi=0,ea=En.length,zi=0,ta=0;Mi<ea;Mi++){var ki=En[Mi];if(ki.removed){if(ki.value=Fn.join(Nn.slice(ta,ta+ki.count)),ta+=ki.count,Mi&&En[Mi-1].added){var ji=En[Mi-1];En[Mi-1]=En[Mi],En[Mi]=ji}}else{if(!ki.added&&ui){var oa=xn.slice(zi,zi+ki.count);oa=oa.map(function(Ba,la){var La=Nn[ta+la];return La.length>Ba.length?La:Ba}),ki.value=Fn.join(oa)}else ki.value=Fn.join(xn.slice(zi,zi+ki.count));zi+=ki.count,ki.added||(ta+=ki.count)}}var Ra=En[ea-1];return ea>1&&typeof Ra.value=="string"&&(Ra.added||Ra.removed)&&Fn.equals("",Ra.value)&&(En[ea-2].value+=Ra.value,En.pop()),En}function Vn(Fn){return{newPos:Fn.newPos,components:Fn.components.slice(0)}}}}),Eu=ko({"node_modules/diff/lib/diff/array.js"(Rn){In(),Object.defineProperty(Rn,"__esModule",{value:!0}),Rn.diffArrays=Fn,Rn.arrayDiff=void 0;var di=vn(Vl());function vn(En){return En&&En.__esModule?En:{default:En}}var Vn=new di.default;Rn.arrayDiff=Vn,Vn.tokenize=function(En){return En.slice()},Vn.join=Vn.removeEmpty=function(En){return En};function Fn(En,xn,Nn){return Vn.diff(En,xn,Nn)}}}),ml=ko({"src/document/doc-builders.js"(Rn,di){In();function vn(aa){return{type:"concat",parts:aa}}function Vn(aa){return{type:"indent",contents:aa}}function Fn(aa,Un){return{type:"align",contents:Un,n:aa}}function En(aa){let Un=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return{type:"group",id:Un.id,contents:aa,break:!!Un.shouldBreak,expandedStates:Un.expandedStates}}function xn(aa){return Fn(Number.NEGATIVE_INFINITY,aa)}function Nn(aa){return Fn({type:"root"},aa)}function ui(aa){return Fn(-1,aa)}function Mi(aa,Un){return En(aa[0],Object.assign(Object.assign({},Un),{},{expandedStates:aa}))}function ea(aa){return{type:"fill",parts:aa}}function zi(aa,Un){let Gi=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return{type:"if-break",breakContents:aa,flatContents:Un,groupId:Gi.groupId}}function ta(aa,Un){return{type:"indent-if-break",contents:aa,groupId:Un.groupId,negate:Un.negate}}function ki(aa){return{type:"line-suffix",contents:aa}}var ji={type:"line-suffix-boundary"},oa={type:"break-parent"},Ra={type:"trim"},Ba={type:"line",hard:!0},la={type:"line",hard:!0,literal:!0},La={type:"line"},Ea={type:"line",soft:!0},Xa=vn([Ba,oa]),Fa=vn([la,oa]),Zo={type:"cursor",placeholder:Symbol("cursor")};function Ui(aa,Un){let Gi=[];for(let ra=0;ra<Un.length;ra++)ra!==0&&Gi.push(aa),Gi.push(Un[ra]);return vn(Gi)}function Ta(aa,Un,Gi){let ra=aa;if(Un>0){for(let da=0;da<Math.floor(Un/Gi);++da)ra=Vn(ra);ra=Fn(Un%Gi,ra),ra=Fn(Number.NEGATIVE_INFINITY,ra)}return ra}function Fi(aa,Un){return{type:"label",label:aa,contents:Un}}di.exports={concat:vn,join:Ui,line:La,softline:Ea,hardline:Xa,literalline:Fa,group:En,conditionalGroup:Mi,fill:ea,lineSuffix:ki,lineSuffixBoundary:ji,cursor:Zo,breakParent:oa,ifBreak:zi,trim:Ra,indent:Vn,indentIfBreak:ta,align:Fn,addAlignmentToDoc:Ta,markAsRoot:Nn,dedentToRoot:xn,dedent:ui,hardlineWithoutBreakParent:Ba,literallineWithoutBreakParent:la,label:Fi}}}),Uu=ko({"src/common/end-of-line.js"(Rn,di){In();function vn(xn){let Nn=xn.indexOf("\r");return Nn>=0?xn.charAt(Nn+1)===`
`?"crlf":"cr":"lf"}function Vn(xn){switch(xn){case"cr":return"\r";case"crlf":return`\r
`;default:return`
`}}function Fn(xn,Nn){let ui;switch(Nn){case`
`:ui=/\n/g;break;case"\r":ui=/\r/g;break;case`\r
`:ui=/\r\n/g;break;default:throw new Error(`Unexpected "eol" ${JSON.stringify(Nn)}.`)}let Mi=xn.match(ui);return Mi?Mi.length:0}function En(xn){return xn.replace(/\r\n?/g,`
`)}di.exports={guessEndOfLine:vn,convertEndOfLineToChars:Vn,countEndOfLineChars:Fn,normalizeEndOfLine:En}}}),Ac=ko({"src/utils/get-last.js"(Rn,di){In();var vn=Vn=>Vn[Vn.length-1];di.exports=vn}});function od(){let{onlyFirst:Rn=!1}=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},di=["[\\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(di,Rn?void 0:"g")}var ld=cu({"node_modules/strip-ansi/node_modules/ansi-regex/index.js"(){In()}});function gp(Rn){if(typeof Rn!="string")throw new TypeError(`Expected a \`string\`, got \`${typeof Rn}\``);return Rn.replace(od(),"")}var lp=cu({"node_modules/strip-ansi/index.js"(){In(),ld()}});function Oc(Rn){return Number.isInteger(Rn)?Rn>=4352&&(Rn<=4447||Rn===9001||Rn===9002||11904<=Rn&&Rn<=12871&&Rn!==12351||12880<=Rn&&Rn<=19903||19968<=Rn&&Rn<=42182||43360<=Rn&&Rn<=43388||44032<=Rn&&Rn<=55203||63744<=Rn&&Rn<=64255||65040<=Rn&&Rn<=65049||65072<=Rn&&Rn<=65131||65281<=Rn&&Rn<=65376||65504<=Rn&&Rn<=65510||110592<=Rn&&Rn<=110593||127488<=Rn&&Rn<=127569||131072<=Rn&&Rn<=262141):!1}var Hd=cu({"node_modules/is-fullwidth-code-point/index.js"(){In()}}),nd=ko({"node_modules/emoji-regex/index.js"(Rn,di){In(),di.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}}}),Ap={};vu(Ap,{default:()=>Tp});function Tp(Rn){if(typeof Rn!="string"||Rn.length===0||(Rn=gp(Rn),Rn.length===0))return 0;Rn=Rn.replace((0,Sf.default)()," ");let di=0;for(let vn=0;vn<Rn.length;vn++){let Vn=Rn.codePointAt(vn);Vn<=31||Vn>=127&&Vn<=159||Vn>=768&&Vn<=879||(Vn>65535&&vn++,di+=Oc(Vn)?2:1)}return di}var Sf,Af=cu({"node_modules/string-width/index.js"(){In(),lp(),Hd(),Sf=tc(nd())}}),lf=ko({"src/utils/get-string-width.js"(Rn,di){In();var vn=(Af(),Fu(Ap)).default,Vn=/[^\x20-\x7F]/;function Fn(En){return En?Vn.test(En)?vn(En):En.length:0}di.exports=Fn}}),Op=ko({"src/document/doc-utils.js"(Rn,di){In();var vn=Ac(),{literalline:Vn,join:Fn}=ml(),En=Un=>Array.isArray(Un)||Un&&Un.type==="concat",xn=Un=>{if(Array.isArray(Un))return Un;if(Un.type!=="concat"&&Un.type!=="fill")throw new Error("Expect doc type to be `concat` or `fill`.");return Un.parts},Nn={};function ui(Un,Gi,ra,da){let va=[Un];for(;va.length>0;){let Aa=va.pop();if(Aa===Nn){ra(va.pop());continue}if(ra&&va.push(Aa,Nn),!Gi||Gi(Aa)!==!1)if(En(Aa)||Aa.type==="fill"){let to=xn(Aa);for(let Bo=to.length,Jo=Bo-1;Jo>=0;--Jo)va.push(to[Jo])}else if(Aa.type==="if-break")Aa.flatContents&&va.push(Aa.flatContents),Aa.breakContents&&va.push(Aa.breakContents);else if(Aa.type==="group"&&Aa.expandedStates)if(da)for(let to=Aa.expandedStates.length,Bo=to-1;Bo>=0;--Bo)va.push(Aa.expandedStates[Bo]);else va.push(Aa.contents);else Aa.contents&&va.push(Aa.contents)}}function Mi(Un,Gi){let ra=new Map;return da(Un);function da(Aa){if(ra.has(Aa))return ra.get(Aa);let to=va(Aa);return ra.set(Aa,to),to}function va(Aa){if(Array.isArray(Aa))return Gi(Aa.map(da));if(Aa.type==="concat"||Aa.type==="fill"){let to=Aa.parts.map(da);return Gi(Object.assign(Object.assign({},Aa),{},{parts:to}))}if(Aa.type==="if-break"){let to=Aa.breakContents&&da(Aa.breakContents),Bo=Aa.flatContents&&da(Aa.flatContents);return Gi(Object.assign(Object.assign({},Aa),{},{breakContents:to,flatContents:Bo}))}if(Aa.type==="group"&&Aa.expandedStates){let to=Aa.expandedStates.map(da),Bo=to[0];return Gi(Object.assign(Object.assign({},Aa),{},{contents:Bo,expandedStates:to}))}if(Aa.contents){let to=da(Aa.contents);return Gi(Object.assign(Object.assign({},Aa),{},{contents:to}))}return Gi(Aa)}}function ea(Un,Gi,ra){let da=ra,va=!1;function Aa(to){let Bo=Gi(to);if(Bo!==void 0&&(va=!0,da=Bo),va)return!1}return ui(Un,Aa),da}function zi(Un){if(Un.type==="group"&&Un.break||Un.type==="line"&&Un.hard||Un.type==="break-parent")return!0}function ta(Un){return ea(Un,zi,!1)}function ki(Un){if(Un.length>0){let Gi=vn(Un);!Gi.expandedStates&&!Gi.break&&(Gi.break="propagated")}return null}function ji(Un){let Gi=new Set,ra=[];function da(Aa){if(Aa.type==="break-parent"&&ki(ra),Aa.type==="group"){if(ra.push(Aa),Gi.has(Aa))return!1;Gi.add(Aa)}}function va(Aa){Aa.type==="group"&&ra.pop().break&&ki(ra)}ui(Un,da,va,!0)}function oa(Un){return Un.type==="line"&&!Un.hard?Un.soft?"":" ":Un.type==="if-break"?Un.flatContents||"":Un}function Ra(Un){return Mi(Un,oa)}var Ba=(Un,Gi)=>Un&&Un.type==="line"&&Un.hard&&Gi&&Gi.type==="break-parent";function la(Un){if(!Un)return Un;if(En(Un)||Un.type==="fill"){let Gi=xn(Un);for(;Gi.length>1&&Ba(...Gi.slice(-2));)Gi.length-=2;if(Gi.length>0){let ra=la(vn(Gi));Gi[Gi.length-1]=ra}return Array.isArray(Un)?Gi:Object.assign(Object.assign({},Un),{},{parts:Gi})}switch(Un.type){case"align":case"indent":case"indent-if-break":case"group":case"line-suffix":case"label":{let Gi=la(Un.contents);return Object.assign(Object.assign({},Un),{},{contents:Gi})}case"if-break":{let Gi=la(Un.breakContents),ra=la(Un.flatContents);return Object.assign(Object.assign({},Un),{},{breakContents:Gi,flatContents:ra})}}return Un}function La(Un){return la(Xa(Un))}function Ea(Un){switch(Un.type){case"fill":if(Un.parts.every(ra=>ra===""))return"";break;case"group":if(!Un.contents&&!Un.id&&!Un.break&&!Un.expandedStates)return"";if(Un.contents.type==="group"&&Un.contents.id===Un.id&&Un.contents.break===Un.break&&Un.contents.expandedStates===Un.expandedStates)return Un.contents;break;case"align":case"indent":case"indent-if-break":case"line-suffix":if(!Un.contents)return"";break;case"if-break":if(!Un.flatContents&&!Un.breakContents)return"";break}if(!En(Un))return Un;let Gi=[];for(let ra of xn(Un)){if(!ra)continue;let[da,...va]=En(ra)?xn(ra):[ra];typeof da=="string"&&typeof vn(Gi)=="string"?Gi[Gi.length-1]+=da:Gi.push(da),Gi.push(...va)}return Gi.length===0?"":Gi.length===1?Gi[0]:Array.isArray(Un)?Gi:Object.assign(Object.assign({},Un),{},{parts:Gi})}function Xa(Un){return Mi(Un,Gi=>Ea(Gi))}function Fa(Un){let Gi=[],ra=Un.filter(Boolean);for(;ra.length>0;){let da=ra.shift();if(da){if(En(da)){ra.unshift(...xn(da));continue}if(Gi.length>0&&typeof vn(Gi)=="string"&&typeof da=="string"){Gi[Gi.length-1]+=da;continue}Gi.push(da)}}return Gi}function Zo(Un){return Mi(Un,Gi=>Array.isArray(Gi)?Fa(Gi):Gi.parts?Object.assign(Object.assign({},Gi),{},{parts:Fa(Gi.parts)}):Gi)}function Ui(Un){return Mi(Un,Gi=>typeof Gi=="string"&&Gi.includes(`
`)?Ta(Gi):Gi)}function Ta(Un){let Gi=arguments.length>1&&arguments[1]!==void 0?arguments[1]:Vn;return Fn(Gi,Un.split(`
`)).parts}function Fi(Un){if(Un.type==="line")return!0}function aa(Un){return ea(Un,Fi,!1)}di.exports={isConcat:En,getDocParts:xn,willBreak:ta,traverseDoc:ui,findInDoc:ea,mapDoc:Mi,propagateBreaks:ji,removeLines:Ra,stripTrailingHardline:La,normalizeParts:Fa,normalizeDoc:Zo,cleanDoc:Xa,replaceTextEndOfLine:Ta,replaceEndOfLine:Ui,canBreak:aa}}}),sm=ko({"src/document/doc-printer.js"(Rn,di){In();var{convertEndOfLineToChars:vn}=Uu(),Vn=Ac(),Fn=lf(),{fill:En,cursor:xn,indent:Nn}=ml(),{isConcat:ui,getDocParts:Mi}=Op(),ea,zi=1,ta=2;function ki(){return{value:"",length:0,queue:[]}}function ji(Ea,Xa){return Ra(Ea,{type:"indent"},Xa)}function oa(Ea,Xa,Fa){return Xa===Number.NEGATIVE_INFINITY?Ea.root||ki():Xa<0?Ra(Ea,{type:"dedent"},Fa):Xa?Xa.type==="root"?Object.assign(Object.assign({},Ea),{},{root:Ea}):Ra(Ea,{type:typeof Xa=="string"?"stringAlign":"numberAlign",n:Xa},Fa):Ea}function Ra(Ea,Xa,Fa){let Zo=Xa.type==="dedent"?Ea.queue.slice(0,-1):[...Ea.queue,Xa],Ui="",Ta=0,Fi=0,aa=0;for(let to of Zo)switch(to.type){case"indent":ra(),Fa.useTabs?Un(1):Gi(Fa.tabWidth);break;case"stringAlign":ra(),Ui+=to.n,Ta+=to.n.length;break;case"numberAlign":Fi+=1,aa+=to.n;break;default:throw new Error(`Unexpected type '${to.type}'`)}return va(),Object.assign(Object.assign({},Ea),{},{value:Ui,length:Ta,queue:Zo});function Un(to){Ui+=" ".repeat(to),Ta+=Fa.tabWidth*to}function Gi(to){Ui+=" ".repeat(to),Ta+=to}function ra(){Fa.useTabs?da():va()}function da(){Fi>0&&Un(Fi),Aa()}function va(){aa>0&&Gi(aa),Aa()}function Aa(){Fi=0,aa=0}}function Ba(Ea){if(Ea.length===0)return 0;let Xa=0;for(;Ea.length>0&&typeof Vn(Ea)=="string"&&/^[\t ]*$/.test(Vn(Ea));)Xa+=Ea.pop().length;if(Ea.length>0&&typeof Vn(Ea)=="string"){let Fa=Vn(Ea).replace(/[\t ]*$/,"");Xa+=Vn(Ea).length-Fa.length,Ea[Ea.length-1]=Fa}return Xa}function la(Ea,Xa,Fa,Zo,Ui){let Ta=Xa.length,Fi=[Ea],aa=[];for(;Fa>=0;){if(Fi.length===0){if(Ta===0)return!0;Fi.push(Xa[--Ta]);continue}let{mode:Un,doc:Gi}=Fi.pop();if(typeof Gi=="string")aa.push(Gi),Fa-=Fn(Gi);else if(ui(Gi)||Gi.type==="fill"){let ra=Mi(Gi);for(let da=ra.length-1;da>=0;da--)Fi.push({mode:Un,doc:ra[da]})}else switch(Gi.type){case"indent":case"align":case"indent-if-break":case"label":Fi.push({mode:Un,doc:Gi.contents});break;case"trim":Fa+=Ba(aa);break;case"group":{if(Ui&&Gi.break)return!1;let ra=Gi.break?zi:Un,da=Gi.expandedStates&&ra===zi?Vn(Gi.expandedStates):Gi.contents;Fi.push({mode:ra,doc:da});break}case"if-break":{let ra=(Gi.groupId?ea[Gi.groupId]||ta:Un)===zi?Gi.breakContents:Gi.flatContents;ra&&Fi.push({mode:Un,doc:ra});break}case"line":if(Un===zi||Gi.hard)return!0;Gi.soft||(aa.push(" "),Fa--);break;case"line-suffix":Zo=!0;break;case"line-suffix-boundary":if(Zo)return!1;break}}return!1}function La(Ea,Xa){ea={};let Fa=Xa.printWidth,Zo=vn(Xa.endOfLine),Ui=0,Ta=[{ind:ki(),mode:zi,doc:Ea}],Fi=[],aa=!1,Un=[];for(;Ta.length>0;){let{ind:ra,mode:da,doc:va}=Ta.pop();if(typeof va=="string"){let Aa=Zo!==`
`?va.replace(/\n/g,Zo):va;Fi.push(Aa),Ui+=Fn(Aa)}else if(ui(va)){let Aa=Mi(va);for(let to=Aa.length-1;to>=0;to--)Ta.push({ind:ra,mode:da,doc:Aa[to]})}else switch(va.type){case"cursor":Fi.push(xn.placeholder);break;case"indent":Ta.push({ind:ji(ra,Xa),mode:da,doc:va.contents});break;case"align":Ta.push({ind:oa(ra,va.n,Xa),mode:da,doc:va.contents});break;case"trim":Ui-=Ba(Fi);break;case"group":switch(da){case ta:if(!aa){Ta.push({ind:ra,mode:va.break?zi:ta,doc:va.contents});break}case zi:{aa=!1;let Aa={ind:ra,mode:ta,doc:va.contents},to=Fa-Ui,Bo=Un.length>0;if(!va.break&&la(Aa,Ta,to,Bo))Ta.push(Aa);else if(va.expandedStates){let Jo=Vn(va.expandedStates);if(va.break){Ta.push({ind:ra,mode:zi,doc:Jo});break}else for(let Mo=1;Mo<va.expandedStates.length+1;Mo++)if(Mo>=va.expandedStates.length){Ta.push({ind:ra,mode:zi,doc:Jo});break}else{let _s=va.expandedStates[Mo],bo={ind:ra,mode:ta,doc:_s};if(la(bo,Ta,to,Bo)){Ta.push(bo);break}}}else Ta.push({ind:ra,mode:zi,doc:va.contents});break}}va.id&&(ea[va.id]=Vn(Ta).mode);break;case"fill":{let Aa=Fa-Ui,{parts:to}=va;if(to.length===0)break;let[Bo,Jo]=to,Mo={ind:ra,mode:ta,doc:Bo},_s={ind:ra,mode:zi,doc:Bo},bo=la(Mo,[],Aa,Un.length>0,!0);if(to.length===1){bo?Ta.push(Mo):Ta.push(_s);break}let Bs={ind:ra,mode:ta,doc:Jo},Xo={ind:ra,mode:zi,doc:Jo};if(to.length===2){bo?Ta.push(Bs,Mo):Ta.push(Xo,_s);break}to.splice(0,2);let Oo={ind:ra,mode:da,doc:En(to)},ys=to[0];la({ind:ra,mode:ta,doc:[Bo,Jo,ys]},[],Aa,Un.length>0,!0)?Ta.push(Oo,Bs,Mo):bo?Ta.push(Oo,Xo,Mo):Ta.push(Oo,Xo,_s);break}case"if-break":case"indent-if-break":{let Aa=va.groupId?ea[va.groupId]:da;if(Aa===zi){let to=va.type==="if-break"?va.breakContents:va.negate?va.contents:Nn(va.contents);to&&Ta.push({ind:ra,mode:da,doc:to})}if(Aa===ta){let to=va.type==="if-break"?va.flatContents:va.negate?Nn(va.contents):va.contents;to&&Ta.push({ind:ra,mode:da,doc:to})}break}case"line-suffix":Un.push({ind:ra,mode:da,doc:va.contents});break;case"line-suffix-boundary":Un.length>0&&Ta.push({ind:ra,mode:da,doc:{type:"line",hard:!0}});break;case"line":switch(da){case ta:if(va.hard)aa=!0;else{va.soft||(Fi.push(" "),Ui+=1);break}case zi:if(Un.length>0){Ta.push({ind:ra,mode:da,doc:va},...Un.reverse()),Un.length=0;break}va.literal?ra.root?(Fi.push(Zo,ra.root.value),Ui=ra.root.length):(Fi.push(Zo),Ui=0):(Ui-=Ba(Fi),Fi.push(Zo+ra.value),Ui=ra.length);break}break;case"label":Ta.push({ind:ra,mode:da,doc:va.contents});break}Ta.length===0&&Un.length>0&&(Ta.push(...Un.reverse()),Un.length=0)}let Gi=Fi.indexOf(xn.placeholder);if(Gi!==-1){let ra=Fi.indexOf(xn.placeholder,Gi+1),da=Fi.slice(0,Gi).join(""),va=Fi.slice(Gi+1,ra).join(""),Aa=Fi.slice(ra+1).join("");return{formatted:da+va+Aa,cursorNodeStart:da.length,cursorNodeText:va}}return{formatted:Fi.join("")}}di.exports={printDocToString:La}}}),Df=ko({"src/document/doc-debug.js"(Rn,di){In();var{isConcat:vn,getDocParts:Vn}=Op();function Fn(xn){if(!xn)return"";if(vn(xn)){let Nn=[];for(let ui of Vn(xn))if(vn(ui))Nn.push(...Fn(ui).parts);else{let Mi=Fn(ui);Mi!==""&&Nn.push(Mi)}return{type:"concat",parts:Nn}}return xn.type==="if-break"?Object.assign(Object.assign({},xn),{},{breakContents:Fn(xn.breakContents),flatContents:Fn(xn.flatContents)}):xn.type==="group"?Object.assign(Object.assign({},xn),{},{contents:Fn(xn.contents),expandedStates:xn.expandedStates&&xn.expandedStates.map(Fn)}):xn.type==="fill"?{type:"fill",parts:xn.parts.map(Fn)}:xn.contents?Object.assign(Object.assign({},xn),{},{contents:Fn(xn.contents)}):xn}function En(xn){let Nn=Object.create(null),ui=new Set;return Mi(Fn(xn));function Mi(zi,ta,ki){if(typeof zi=="string")return JSON.stringify(zi);if(vn(zi)){let ji=Vn(zi).map(Mi).filter(Boolean);return ji.length===1?ji[0]:`[${ji.join(", ")}]`}if(zi.type==="line"){let ji=Array.isArray(ki)&&ki[ta+1]&&ki[ta+1].type==="break-parent";return zi.literal?ji?"literalline":"literallineWithoutBreakParent":zi.hard?ji?"hardline":"hardlineWithoutBreakParent":zi.soft?"softline":"line"}if(zi.type==="break-parent")return Array.isArray(ki)&&ki[ta-1]&&ki[ta-1].type==="line"&&ki[ta-1].hard?void 0:"breakParent";if(zi.type==="trim")return"trim";if(zi.type==="indent")return"indent("+Mi(zi.contents)+")";if(zi.type==="align")return zi.n===Number.NEGATIVE_INFINITY?"dedentToRoot("+Mi(zi.contents)+")":zi.n<0?"dedent("+Mi(zi.contents)+")":zi.n.type==="root"?"markAsRoot("+Mi(zi.contents)+")":"align("+JSON.stringify(zi.n)+", "+Mi(zi.contents)+")";if(zi.type==="if-break")return"ifBreak("+Mi(zi.breakContents)+(zi.flatContents?", "+Mi(zi.flatContents):"")+(zi.groupId?(zi.flatContents?"":', ""')+`, { groupId: ${ea(zi.groupId)} }`:"")+")";if(zi.type==="indent-if-break"){let ji=[];zi.negate&&ji.push("negate: true"),zi.groupId&&ji.push(`groupId: ${ea(zi.groupId)}`);let oa=ji.length>0?`, { ${ji.join(", ")} }`:"";return`indentIfBreak(${Mi(zi.contents)}${oa})`}if(zi.type==="group"){let ji=[];zi.break&&zi.break!=="propagated"&&ji.push("shouldBreak: true"),zi.id&&ji.push(`id: ${ea(zi.id)}`);let oa=ji.length>0?`, { ${ji.join(", ")} }`:"";return zi.expandedStates?`conditionalGroup([${zi.expandedStates.map(Ra=>Mi(Ra)).join(",")}]${oa})`:`group(${Mi(zi.contents)}${oa})`}if(zi.type==="fill")return`fill([${zi.parts.map(ji=>Mi(ji)).join(", ")}])`;if(zi.type==="line-suffix")return"lineSuffix("+Mi(zi.contents)+")";if(zi.type==="line-suffix-boundary")return"lineSuffixBoundary";if(zi.type==="label")return`label(${JSON.stringify(zi.label)}, ${Mi(zi.contents)})`;throw new Error("Unknown doc type "+zi.type)}function ea(zi){if(typeof zi!="symbol")return JSON.stringify(String(zi));if(zi in Nn)return Nn[zi];let ta=String(zi).slice(7,-1)||"symbol";for(let ki=0;;ki++){let ji=ta+(ki>0?` #${ki}`:"");if(!ui.has(ji))return ui.add(ji),Nn[zi]=`Symbol.for(${JSON.stringify(ji)})`}}}di.exports={printDocToDebug:En}}}),yc=ko({"src/document/index.js"(Rn,di){In(),di.exports={builders:ml(),printer:sm(),utils:Op(),debug:Df()}}}),Tf={};vu(Tf,{default:()=>Ep});function Ep(Rn){if(typeof Rn!="string")throw new TypeError("Expected a string");return Rn.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}var uf=cu({"node_modules/escape-string-regexp/index.js"(){In()}}),Ff=ko({"node_modules/semver/internal/debug.js"(Rn,di){In();var vn=typeof Ku=="object"&&Ku.env&&Ku.env.NODE_DEBUG&&/\bsemver\b/i.test(Ku.env.NODE_DEBUG)?function(){for(var Vn=arguments.length,Fn=new Array(Vn),En=0;En<Vn;En++)Fn[En]=arguments[En];return console.error("SEMVER",...Fn)}:()=>{};di.exports=vn}}),Cf=ko({"node_modules/semver/internal/constants.js"(Rn,di){In();var vn="2.0.0",Vn=256,Fn=Number.MAX_SAFE_INTEGER||9007199254740991,En=16;di.exports={SEMVER_SPEC_VERSION:vn,MAX_LENGTH:Vn,MAX_SAFE_INTEGER:Fn,MAX_SAFE_COMPONENT_LENGTH:En}}}),Uf=ko({"node_modules/semver/internal/re.js"(Rn,di){In();var{MAX_SAFE_COMPONENT_LENGTH:vn}=Cf(),Vn=Ff();Rn=di.exports={};var Fn=Rn.re=[],En=Rn.src=[],xn=Rn.t={},Nn=0,ui=(Mi,ea,zi)=>{let ta=Nn++;Vn(Mi,ta,ea),xn[Mi]=ta,En[ta]=ea,Fn[ta]=new RegExp(ea,zi?"g":void 0)};ui("NUMERICIDENTIFIER","0|[1-9]\\d*"),ui("NUMERICIDENTIFIERLOOSE","[0-9]+"),ui("NONNUMERICIDENTIFIER","\\d*[a-zA-Z-][a-zA-Z0-9-]*"),ui("MAINVERSION",`(${En[xn.NUMERICIDENTIFIER]})\\.(${En[xn.NUMERICIDENTIFIER]})\\.(${En[xn.NUMERICIDENTIFIER]})`),ui("MAINVERSIONLOOSE",`(${En[xn.NUMERICIDENTIFIERLOOSE]})\\.(${En[xn.NUMERICIDENTIFIERLOOSE]})\\.(${En[xn.NUMERICIDENTIFIERLOOSE]})`),ui("PRERELEASEIDENTIFIER",`(?:${En[xn.NUMERICIDENTIFIER]}|${En[xn.NONNUMERICIDENTIFIER]})`),ui("PRERELEASEIDENTIFIERLOOSE",`(?:${En[xn.NUMERICIDENTIFIERLOOSE]}|${En[xn.NONNUMERICIDENTIFIER]})`),ui("PRERELEASE",`(?:-(${En[xn.PRERELEASEIDENTIFIER]}(?:\\.${En[xn.PRERELEASEIDENTIFIER]})*))`),ui("PRERELEASELOOSE",`(?:-?(${En[xn.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${En[xn.PRERELEASEIDENTIFIERLOOSE]})*))`),ui("BUILDIDENTIFIER","[0-9A-Za-z-]+"),ui("BUILD",`(?:\\+(${En[xn.BUILDIDENTIFIER]}(?:\\.${En[xn.BUILDIDENTIFIER]})*))`),ui("FULLPLAIN",`v?${En[xn.MAINVERSION]}${En[xn.PRERELEASE]}?${En[xn.BUILD]}?`),ui("FULL",`^${En[xn.FULLPLAIN]}$`),ui("LOOSEPLAIN",`[v=\\s]*${En[xn.MAINVERSIONLOOSE]}${En[xn.PRERELEASELOOSE]}?${En[xn.BUILD]}?`),ui("LOOSE",`^${En[xn.LOOSEPLAIN]}$`),ui("GTLT","((?:<|>)?=?)"),ui("XRANGEIDENTIFIERLOOSE",`${En[xn.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),ui("XRANGEIDENTIFIER",`${En[xn.NUMERICIDENTIFIER]}|x|X|\\*`),ui("XRANGEPLAIN",`[v=\\s]*(${En[xn.XRANGEIDENTIFIER]})(?:\\.(${En[xn.XRANGEIDENTIFIER]})(?:\\.(${En[xn.XRANGEIDENTIFIER]})(?:${En[xn.PRERELEASE]})?${En[xn.BUILD]}?)?)?`),ui("XRANGEPLAINLOOSE",`[v=\\s]*(${En[xn.XRANGEIDENTIFIERLOOSE]})(?:\\.(${En[xn.XRANGEIDENTIFIERLOOSE]})(?:\\.(${En[xn.XRANGEIDENTIFIERLOOSE]})(?:${En[xn.PRERELEASELOOSE]})?${En[xn.BUILD]}?)?)?`),ui("XRANGE",`^${En[xn.GTLT]}\\s*${En[xn.XRANGEPLAIN]}$`),ui("XRANGELOOSE",`^${En[xn.GTLT]}\\s*${En[xn.XRANGEPLAINLOOSE]}$`),ui("COERCE",`(^|[^\\d])(\\d{1,${vn}})(?:\\.(\\d{1,${vn}}))?(?:\\.(\\d{1,${vn}}))?(?:$|[^\\d])`),ui("COERCERTL",En[xn.COERCE],!0),ui("LONETILDE","(?:~>?)"),ui("TILDETRIM",`(\\s*)${En[xn.LONETILDE]}\\s+`,!0),Rn.tildeTrimReplace="$1~",ui("TILDE",`^${En[xn.LONETILDE]}${En[xn.XRANGEPLAIN]}$`),ui("TILDELOOSE",`^${En[xn.LONETILDE]}${En[xn.XRANGEPLAINLOOSE]}$`),ui("LONECARET","(?:\\^)"),ui("CARETTRIM",`(\\s*)${En[xn.LONECARET]}\\s+`,!0),Rn.caretTrimReplace="$1^",ui("CARET",`^${En[xn.LONECARET]}${En[xn.XRANGEPLAIN]}$`),ui("CARETLOOSE",`^${En[xn.LONECARET]}${En[xn.XRANGEPLAINLOOSE]}$`),ui("COMPARATORLOOSE",`^${En[xn.GTLT]}\\s*(${En[xn.LOOSEPLAIN]})$|^$`),ui("COMPARATOR",`^${En[xn.GTLT]}\\s*(${En[xn.FULLPLAIN]})$|^$`),ui("COMPARATORTRIM",`(\\s*)${En[xn.GTLT]}\\s*(${En[xn.LOOSEPLAIN]}|${En[xn.XRANGEPLAIN]})`,!0),Rn.comparatorTrimReplace="$1$2$3",ui("HYPHENRANGE",`^\\s*(${En[xn.XRANGEPLAIN]})\\s+-\\s+(${En[xn.XRANGEPLAIN]})\\s*$`),ui("HYPHENRANGELOOSE",`^\\s*(${En[xn.XRANGEPLAINLOOSE]})\\s+-\\s+(${En[xn.XRANGEPLAINLOOSE]})\\s*$`),ui("STAR","(<|>)?=?\\s*\\*"),ui("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),ui("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")}}),Hp=ko({"node_modules/semver/internal/parse-options.js"(Rn,di){In();var vn=["includePrerelease","loose","rtl"],Vn=Fn=>Fn?typeof Fn!="object"?{loose:!0}:vn.filter(En=>Fn[En]).reduce((En,xn)=>(En[xn]=!0,En),{}):{};di.exports=Vn}}),lm=ko({"node_modules/semver/internal/identifiers.js"(Rn,di){In();var vn=/^[0-9]+$/,Vn=(En,xn)=>{let Nn=vn.test(En),ui=vn.test(xn);return Nn&&ui&&(En=+En,xn=+xn),En===xn?0:Nn&&!ui?-1:ui&&!Nn?1:En<xn?-1:1},Fn=(En,xn)=>Vn(xn,En);di.exports={compareIdentifiers:Vn,rcompareIdentifiers:Fn}}}),Tm=ko({"node_modules/semver/classes/semver.js"(Rn,di){In();var vn=Ff(),{MAX_LENGTH:Vn,MAX_SAFE_INTEGER:Fn}=Cf(),{re:En,t:xn}=Uf(),Nn=Hp(),{compareIdentifiers:ui}=lm(),Mi=class{constructor(ea,zi){if(zi=Nn(zi),ea instanceof Mi){if(ea.loose===!!zi.loose&&ea.includePrerelease===!!zi.includePrerelease)return ea;ea=ea.version}else if(typeof ea!="string")throw new TypeError(`Invalid Version: ${ea}`);if(ea.length>Vn)throw new TypeError(`version is longer than ${Vn} characters`);vn("SemVer",ea,zi),this.options=zi,this.loose=!!zi.loose,this.includePrerelease=!!zi.includePrerelease;let ta=ea.trim().match(zi.loose?En[xn.LOOSE]:En[xn.FULL]);if(!ta)throw new TypeError(`Invalid Version: ${ea}`);if(this.raw=ea,this.major=+ta[1],this.minor=+ta[2],this.patch=+ta[3],this.major>Fn||this.major<0)throw new TypeError("Invalid major version");if(this.minor>Fn||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>Fn||this.patch<0)throw new TypeError("Invalid patch version");ta[4]?this.prerelease=ta[4].split(".").map(ki=>{if(/^[0-9]+$/.test(ki)){let ji=+ki;if(ji>=0&&ji<Fn)return ji}return ki}):this.prerelease=[],this.build=ta[5]?ta[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(ea){if(vn("SemVer.compare",this.version,this.options,ea),!(ea instanceof Mi)){if(typeof ea=="string"&&ea===this.version)return 0;ea=new Mi(ea,this.options)}return ea.version===this.version?0:this.compareMain(ea)||this.comparePre(ea)}compareMain(ea){return ea instanceof Mi||(ea=new Mi(ea,this.options)),ui(this.major,ea.major)||ui(this.minor,ea.minor)||ui(this.patch,ea.patch)}comparePre(ea){if(ea instanceof Mi||(ea=new Mi(ea,this.options)),this.prerelease.length&&!ea.prerelease.length)return-1;if(!this.prerelease.length&&ea.prerelease.length)return 1;if(!this.prerelease.length&&!ea.prerelease.length)return 0;let zi=0;do{let ta=this.prerelease[zi],ki=ea.prerelease[zi];if(vn("prerelease compare",zi,ta,ki),ta===void 0&&ki===void 0)return 0;if(ki===void 0)return 1;if(ta===void 0)return-1;if(ta!==ki)return ui(ta,ki)}while(++zi)}compareBuild(ea){ea instanceof Mi||(ea=new Mi(ea,this.options));let zi=0;do{let ta=this.build[zi],ki=ea.build[zi];if(vn("prerelease compare",zi,ta,ki),ta===void 0&&ki===void 0)return 0;if(ki===void 0)return 1;if(ta===void 0)return-1;if(ta!==ki)return ui(ta,ki)}while(++zi)}inc(ea,zi){switch(ea){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",zi);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",zi);break;case"prepatch":this.prerelease.length=0,this.inc("patch",zi),this.inc("pre",zi);break;case"prerelease":this.prerelease.length===0&&this.inc("patch",zi),this.inc("pre",zi);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 ta=this.prerelease.length;for(;--ta>=0;)typeof this.prerelease[ta]=="number"&&(this.prerelease[ta]++,ta=-2);ta===-1&&this.prerelease.push(0)}zi&&(ui(this.prerelease[0],zi)===0?isNaN(this.prerelease[1])&&(this.prerelease=[zi,0]):this.prerelease=[zi,0]);break;default:throw new Error(`invalid increment argument: ${ea}`)}return this.format(),this.raw=this.version,this}};di.exports=Mi}}),Xp=ko({"node_modules/semver/functions/compare.js"(Rn,di){In();var vn=Tm(),Vn=(Fn,En,xn)=>new vn(Fn,xn).compare(new vn(En,xn));di.exports=Vn}}),Qf=ko({"node_modules/semver/functions/lt.js"(Rn,di){In();var vn=Xp(),Vn=(Fn,En,xn)=>vn(Fn,En,xn)<0;di.exports=Vn}}),Of=ko({"node_modules/semver/functions/gte.js"(Rn,di){In();var vn=Xp(),Vn=(Fn,En,xn)=>vn(Fn,En,xn)>=0;di.exports=Vn}}),Zm=ko({"src/utils/arrayify.js"(Rn,di){In(),di.exports=(vn,Vn)=>Object.entries(vn).map(Fn=>{let[En,xn]=Fn;return Object.assign({[Vn]:En},xn)})}}),Rf=ko({"node_modules/outdent/lib/index.js"(Rn,di){In(),Object.defineProperty(Rn,"__esModule",{value:!0}),Rn.outdent=void 0;function vn(){for(var la=[],La=0;La<arguments.length;La++)la[La]=arguments[La]}function Vn(){return typeof WeakMap<"u"?new WeakMap:Fn()}function Fn(){return{add:vn,delete:vn,get:vn,set:vn,has:function(la){return!1}}}var En=Object.prototype.hasOwnProperty,xn=function(la,La){return En.call(la,La)};function Nn(la,La){for(var Ea in La)xn(La,Ea)&&(la[Ea]=La[Ea]);return la}var ui=/^[ \t]*(?:\r\n|\r|\n)/,Mi=/(?:\r\n|\r|\n)[ \t]*$/,ea=/^(?:[\r\n]|$)/,zi=/(?:\r\n|\r|\n)([ \t]*)(?:[^ \t\r\n]|$)/,ta=/^[ \t]*[\r\n][ \t\r\n]*$/;function ki(la,La,Ea){var Xa=0,Fa=la[0].match(zi);Fa&&(Xa=Fa[1].length);var Zo="(\\r\\n|\\r|\\n).{0,"+Xa+"}",Ui=new RegExp(Zo,"g");La&&(la=la.slice(1));var Ta=Ea.newline,Fi=Ea.trimLeadingNewline,aa=Ea.trimTrailingNewline,Un=typeof Ta=="string",Gi=la.length,ra=la.map(function(da,va){return da=da.replace(Ui,"$1"),va===0&&Fi&&(da=da.replace(ui,"")),va===Gi-1&&aa&&(da=da.replace(Mi,"")),Un&&(da=da.replace(/\r\n|\n|\r/g,function(Aa){return Ta})),da});return ra}function ji(la,La){for(var Ea="",Xa=0,Fa=la.length;Xa<Fa;Xa++)Ea+=la[Xa],Xa<Fa-1&&(Ea+=La[Xa]);return Ea}function oa(la){return xn(la,"raw")&&xn(la,"length")}function Ra(la){var La=Vn(),Ea=Vn();function Xa(Zo){for(var Ui=[],Ta=1;Ta<arguments.length;Ta++)Ui[Ta-1]=arguments[Ta];if(oa(Zo)){var Fi=Zo,aa=(Ui[0]===Xa||Ui[0]===Ba)&&ta.test(Fi[0])&&ea.test(Fi[1]),Un=aa?Ea:La,Gi=Un.get(Fi);if(Gi||(Gi=ki(Fi,aa,la),Un.set(Fi,Gi)),Ui.length===0)return Gi[0];var ra=ji(Gi,aa?Ui.slice(1):Ui);return ra}else return Ra(Nn(Nn({},la),Zo||{}))}var Fa=Nn(Xa,{string:function(Zo){return ki([Zo],!1,la)[0]}});return Fa}var Ba=Ra({trimLeadingNewline:!0,trimTrailingNewline:!0});if(Rn.outdent=Ba,Rn.default=Ba,typeof di<"u")try{di.exports=Ba,Object.defineProperty(Ba,"__esModule",{value:!0}),Ba.default=Ba,Ba.outdent=Ba}catch{}}}),Dh=ko({"src/main/core-options.js"(Rn,di){In();var{outdent:vn}=Rf(),Vn="Config",Fn="Editor",En="Format",xn="Other",Nn="Output",ui="Global",Mi="Special",ea={cursorOffset:{since:"1.4.0",category:Mi,type:"int",default:-1,range:{start:-1,end:Number.POSITIVE_INFINITY,step:1},description:vn`
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:Fn},endOfLine:{since:"1.15.0",category:ui,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:vn`
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:Mi,type:"path",description:"Specify the input filepath. This will be used to do parser inference.",cliName:"stdin-filepath",cliCategory:xn,cliDescription:"Path to the file to pretend that stdin comes from."},insertPragma:{since:"1.8.0",category:Mi,type:"boolean",default:!1,description:"Insert @format pragma into file's first docblock comment.",cliCategory:xn},parser:{since:"0.0.10",category:ui,type:"choice",default:[{since:"0.0.10",value:"babylon"},{since:"1.13.0",value:void 0}],description:"Which parser to use.",exception:zi=>typeof zi=="string"||typeof zi=="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:ui,description:"Add a plugin. Multiple plugins can be passed as separate `--plugin`s.",exception:zi=>typeof zi=="string"||typeof zi=="object",cliName:"plugin",cliCategory:Vn},pluginSearchDirs:{since:"1.13.0",type:"path",array:!0,default:[{value:[]}],category:ui,description:vn`
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:zi=>typeof zi=="string"||typeof zi=="object",cliName:"plugin-search-dir",cliCategory:Vn},printWidth:{since:"0.0.0",category:ui,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:Mi,type:"int",default:Number.POSITIVE_INFINITY,range:{start:0,end:Number.POSITIVE_INFINITY,step:1},description:vn`
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:Fn},rangeStart:{since:"1.4.0",category:Mi,type:"int",default:0,range:{start:0,end:Number.POSITIVE_INFINITY,step:1},description:vn`
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:Fn},requirePragma:{since:"1.7.0",category:Mi,type:"boolean",default:!1,description:vn`
Require either '@prettier' or '@format' to be present in the file's first docblock comment
in order for it to be formatted.
`,cliCategory:xn},tabWidth:{type:"int",category:ui,default:2,description:"Number of spaces per indentation level.",range:{start:0,end:Number.POSITIVE_INFINITY,step:1}},useTabs:{since:"1.0.0",category:ui,type:"boolean",default:!1,description:"Indent with tabs instead of spaces."},embeddedLanguageFormatting:{since:"2.1.0",category:ui,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."}]}};di.exports={CATEGORY_CONFIG:Vn,CATEGORY_EDITOR:Fn,CATEGORY_FORMAT:En,CATEGORY_OTHER:xn,CATEGORY_OUTPUT:Nn,CATEGORY_GLOBAL:ui,CATEGORY_SPECIAL:Mi,options:ea}}}),um=ko({"src/main/support.js"(Rn,di){In();var vn={compare:Xp(),lt:Qf(),gte:Of()},Vn=Zm(),Fn=rs().version,En=Dh().options;function xn(){let{plugins:ui=[],showUnreleased:Mi=!1,showDeprecated:ea=!1,showInternal:zi=!1}=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},ta=Fn.split("-",1)[0],ki=ui.flatMap(la=>la.languages||[]).filter(oa),ji=Vn(Object.assign({},...ui.map(la=>{let{options:La}=la;return La}),En),"name").filter(la=>oa(la)&&Ra(la)).sort((la,La)=>la.name===La.name?0:la.name<La.name?-1:1).map(Ba).map(la=>{la=Object.assign({},la),Array.isArray(la.default)&&(la.default=la.default.length===1?la.default[0].value:la.default.filter(oa).sort((Ea,Xa)=>vn.compare(Xa.since,Ea.since))[0].value),Array.isArray(la.choices)&&(la.choices=la.choices.filter(Ea=>oa(Ea)&&Ra(Ea)),la.name==="parser"&&Nn(la,ki,ui));let La=Object.fromEntries(ui.filter(Ea=>Ea.defaultOptions&&Ea.defaultOptions[la.name]!==void 0).map(Ea=>[Ea.name,Ea.defaultOptions[la.name]]));return Object.assign(Object.assign({},la),{},{pluginDefaults:La})});return{languages:ki,options:ji};function oa(la){return Mi||!("since"in la)||la.since&&vn.gte(ta,la.since)}function Ra(la){return ea||!("deprecated"in la)||la.deprecated&&vn.lt(ta,la.deprecated)}function Ba(la){return zi?la:pa(la,Ln)}}function Nn(ui,Mi,ea){let zi=new Set(ui.choices.map(ta=>ta.value));for(let ta of Mi)if(ta.parsers){for(let ki of ta.parsers)if(!zi.has(ki)){zi.add(ki);let ji=ea.find(Ra=>Ra.parsers&&Ra.parsers[ki]),oa=ta.name;ji&&ji.name&&(oa+=` (plugin: ${ji.name})`),ui.choices.push({value:ki,description:oa})}}}di.exports={getSupportInfo:xn}}}),Cm=ko({"src/utils/is-non-empty-array.js"(Rn,di){In();function vn(Vn){return Array.isArray(Vn)&&Vn.length>0}di.exports=vn}}),wm=ko({"src/utils/text/skip.js"(Rn,di){In();function vn(Nn){return(ui,Mi,ea)=>{let zi=ea&&ea.backwards;if(Mi===!1)return!1;let{length:ta}=ui,ki=Mi;for(;ki>=0&&ki<ta;){let ji=ui.charAt(ki);if(Nn instanceof RegExp){if(!Nn.test(ji))return ki}else if(!Nn.includes(ji))return ki;zi?ki--:ki++}return ki===-1||ki===ta?ki:!1}}var Vn=vn(/\s/),Fn=vn(" "),En=vn(",; "),xn=vn(/[^\n\r]/);di.exports={skipWhitespace:Vn,skipSpaces:Fn,skipToLineEnd:En,skipEverythingButNewLine:xn}}}),Td=ko({"src/utils/text/skip-inline-comment.js"(Rn,di){In();function vn(Vn,Fn){if(Fn===!1)return!1;if(Vn.charAt(Fn)==="/"&&Vn.charAt(Fn+1)==="*"){for(let En=Fn+2;En<Vn.length;++En)if(Vn.charAt(En)==="*"&&Vn.charAt(En+1)==="/")return En+2}return Fn}di.exports=vn}}),Sd=ko({"src/utils/text/skip-trailing-comment.js"(Rn,di){In();var{skipEverythingButNewLine:vn}=wm();function Vn(Fn,En){return En===!1?!1:Fn.charAt(En)==="/"&&Fn.charAt(En+1)==="/"?vn(Fn,En):En}di.exports=Vn}}),Pp=ko({"src/utils/text/skip-newline.js"(Rn,di){In();function vn(Vn,Fn,En){let xn=En&&En.backwards;if(Fn===!1)return!1;let Nn=Vn.charAt(Fn);if(xn){if(Vn.charAt(Fn-1)==="\r"&&Nn===`
`)return Fn-2;if(Nn===`
`||Nn==="\r"||Nn==="\u2028"||Nn==="\u2029")return Fn-1}else{if(Nn==="\r"&&Vn.charAt(Fn+1)===`
`)return Fn+2;if(Nn===`
`||Nn==="\r"||Nn==="\u2028"||Nn==="\u2029")return Fn+1}return Fn}di.exports=vn}}),cf=ko({"src/utils/text/get-next-non-space-non-comment-character-index-with-start-index.js"(Rn,di){In();var vn=Td(),Vn=Pp(),Fn=Sd(),{skipSpaces:En}=wm();function xn(Nn,ui){let Mi=null,ea=ui;for(;ea!==Mi;)Mi=ea,ea=En(Nn,ea),ea=vn(Nn,ea),ea=Fn(Nn,ea),ea=Vn(Nn,ea);return ea}di.exports=xn}}),Gc=ko({"src/common/util.js"(Rn,di){In();var{default:vn}=(uf(),Fu(Tf)),Vn=Ac(),{getSupportInfo:Fn}=um(),En=Cm(),xn=lf(),{skipWhitespace:Nn,skipSpaces:ui,skipToLineEnd:Mi,skipEverythingButNewLine:ea}=wm(),zi=Td(),ta=Sd(),ki=Pp(),ji=cf(),oa=Xo=>Xo[Xo.length-2];function Ra(Xo){return(Oo,ys,tl)=>{let $s=tl&&tl.backwards;if(ys===!1)return!1;let{length:pl}=Oo,Vo=ys;for(;Vo>=0&&Vo<pl;){let As=Oo.charAt(Vo);if(Xo instanceof RegExp){if(!Xo.test(As))return Vo}else if(!Xo.includes(As))return Vo;$s?Vo--:Vo++}return Vo===-1||Vo===pl?Vo:!1}}function Ba(Xo,Oo){let ys=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},tl=ui(Xo,ys.backwards?Oo-1:Oo,ys),$s=ki(Xo,tl,ys);return tl!==$s}function la(Xo,Oo,ys){for(let tl=Oo;tl<ys;++tl)if(Xo.charAt(tl)===`
`)return!0;return!1}function La(Xo,Oo,ys){let tl=ys(Oo)-1;tl=ui(Xo,tl,{backwards:!0}),tl=ki(Xo,tl,{backwards:!0}),tl=ui(Xo,tl,{backwards:!0});let $s=ki(Xo,tl,{backwards:!0});return tl!==$s}function Ea(Xo,Oo){let ys=null,tl=Oo;for(;tl!==ys;)ys=tl,tl=Mi(Xo,tl),tl=zi(Xo,tl),tl=ui(Xo,tl);return tl=ta(Xo,tl),tl=ki(Xo,tl),tl!==!1&&Ba(Xo,tl)}function Xa(Xo,Oo,ys){return Ea(Xo,ys(Oo))}function Fa(Xo,Oo,ys){return ji(Xo,ys(Oo))}function Zo(Xo,Oo,ys){return Xo.charAt(Fa(Xo,Oo,ys))}function Ui(Xo,Oo){let ys=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return ui(Xo,ys.backwards?Oo-1:Oo,ys)!==Oo}function Ta(Xo,Oo){let ys=arguments.length>2&&arguments[2]!==void 0?arguments[2]:0,tl=0;for(let $s=ys;$s<Xo.length;++$s)Xo[$s]===" "?tl=tl+Oo-tl%Oo:tl++;return tl}function Fi(Xo,Oo){let ys=Xo.lastIndexOf(`
`);return ys===-1?0:Ta(Xo.slice(ys+1).match(/^[\t ]*/)[0],Oo)}function aa(Xo,Oo){let ys={quote:'"',regex:/"/g,escaped:"&quot;"},tl={quote:"'",regex:/'/g,escaped:"&apos;"},$s=Oo==="'"?tl:ys,pl=$s===tl?ys:tl,Vo=$s;if(Xo.includes($s.quote)||Xo.includes(pl.quote)){let As=(Xo.match($s.regex)||[]).length,dl=(Xo.match(pl.regex)||[]).length;Vo=As>dl?pl:$s}return Vo}function Un(Xo,Oo){let ys=Xo.slice(1,-1),tl=Oo.parser==="json"||Oo.parser==="json5"&&Oo.quoteProps==="preserve"&&!Oo.singleQuote?'"':Oo.__isInHtmlAttribute?"'":aa(ys,Oo.singleQuote?"'":'"').quote;return Gi(ys,tl,!(Oo.parser==="css"||Oo.parser==="less"||Oo.parser==="scss"||Oo.__embeddedInHtml))}function Gi(Xo,Oo,ys){let tl=Oo==='"'?"'":'"',$s=/\\(.)|(["'])/gs,pl=Xo.replace($s,(Vo,As,dl)=>As===tl?As:dl===Oo?"\\"+dl:dl||(ys&&/^[^\n\r"'0-7\\bfnrt-vx\u2028\u2029]$/.test(As)?As:"\\"+As));return Oo+pl+Oo}function ra(Xo){return Xo.toLowerCase().replace(/^([+-]?[\d.]+e)(?:\+|(-))?0*(\d)/,"$1$2$3").replace(/^([+-]?[\d.]+)e[+-]?0+$/,"$1").replace(/^([+-])?\./,"$10.").replace(/(\.\d+?)0+(?=e|$)/,"$1").replace(/\.(?=e|$)/,"")}function da(Xo,Oo){let ys=Xo.match(new RegExp(`(${vn(Oo)})+`,"g"));return ys===null?0:ys.reduce((tl,$s)=>Math.max(tl,$s.length/Oo.length),0)}function va(Xo,Oo){let ys=Xo.match(new RegExp(`(${vn(Oo)})+`,"g"));if(ys===null)return 0;let tl=new Map,$s=0;for(let pl of ys){let Vo=pl.length/Oo.length;tl.set(Vo,!0),Vo>$s&&($s=Vo)}for(let pl=1;pl<$s;pl++)if(!tl.get(pl))return pl;return $s+1}function Aa(Xo,Oo){(Xo.comments||(Xo.comments=[])).push(Oo),Oo.printed=!1,Oo.nodeDescription=Bs(Xo)}function to(Xo,Oo){Oo.leading=!0,Oo.trailing=!1,Aa(Xo,Oo)}function Bo(Xo,Oo,ys){Oo.leading=!1,Oo.trailing=!1,ys&&(Oo.marker=ys),Aa(Xo,Oo)}function Jo(Xo,Oo){Oo.leading=!1,Oo.trailing=!0,Aa(Xo,Oo)}function Mo(Xo,Oo){let{languages:ys}=Fn({plugins:Oo.plugins}),tl=ys.find($s=>{let{name:pl}=$s;return pl.toLowerCase()===Xo})||ys.find($s=>{let{aliases:pl}=$s;return Array.isArray(pl)&&pl.includes(Xo)})||ys.find($s=>{let{extensions:pl}=$s;return Array.isArray(pl)&&pl.includes(`.${Xo}`)});return tl&&tl.parsers[0]}function _s(Xo){return Xo&&Xo.type==="front-matter"}function bo(Xo){let Oo=new WeakMap;return function(ys){return Oo.has(ys)||Oo.set(ys,Symbol(Xo)),Oo.get(ys)}}function Bs(Xo){let Oo=Xo.type||Xo.kind||"(unknown type)",ys=String(Xo.name||Xo.id&&(typeof Xo.id=="object"?Xo.id.name:Xo.id)||Xo.key&&(typeof Xo.key=="object"?Xo.key.name:Xo.key)||Xo.value&&(typeof Xo.value=="object"?"":String(Xo.value))||Xo.operator||"");return ys.length>20&&(ys=ys.slice(0,19)+"…"),Oo+(ys?" "+ys:"")}di.exports={inferParserByLanguage:Mo,getStringWidth:xn,getMaxContinuousCount:da,getMinNotPresentContinuousCount:va,getPenultimate:oa,getLast:Vn,getNextNonSpaceNonCommentCharacterIndexWithStartIndex:ji,getNextNonSpaceNonCommentCharacterIndex:Fa,getNextNonSpaceNonCommentCharacter:Zo,skip:Ra,skipWhitespace:Nn,skipSpaces:ui,skipToLineEnd:Mi,skipEverythingButNewLine:ea,skipInlineComment:zi,skipTrailingComment:ta,skipNewline:ki,isNextLineEmptyAfterIndex:Ea,isNextLineEmpty:Xa,isPreviousLineEmpty:La,hasNewline:Ba,hasNewlineInRange:la,hasSpaces:Ui,getAlignmentSize:Ta,getIndentSize:Fi,getPreferredQuote:aa,printString:Un,printNumber:ra,makeString:Gi,addLeadingComment:to,addDanglingComment:Bo,addTrailingComment:Jo,isFrontMatterNode:_s,isNonEmptyArray:En,createGroupIdMapper:bo}}}),Jf={};vu(Jf,{basename:()=>kf,default:()=>Wn,delimiter:()=>Yr,dirname:()=>If,extname:()=>dm,isAbsolute:()=>Nm,join:()=>Bd,normalize:()=>xm,relative:()=>cm,resolve:()=>df,sep:()=>Vf});function $m(Rn,di){for(var vn=0,Vn=Rn.length-1;Vn>=0;Vn--){var Fn=Rn[Vn];Fn==="."?Rn.splice(Vn,1):Fn===".."?(Rn.splice(Vn,1),vn++):vn&&(Rn.splice(Vn,1),vn--)}if(di)for(;vn--;vn)Rn.unshift("..");return Rn}function df(){for(var Rn="",di=!1,vn=arguments.length-1;vn>=-1&&!di;vn--){var Vn=vn>=0?arguments[vn]:"/";if(typeof Vn!="string")throw new TypeError("Arguments to path.resolve must be strings");Vn&&(Rn=Vn+"/"+Rn,di=Vn.charAt(0)==="/")}return Rn=$m(ep(Rn.split("/"),function(Fn){return!!Fn}),!di).join("/"),(di?"/":"")+Rn||"."}function xm(Rn){var di=Nm(Rn),vn=vi(Rn,-1)==="/";return Rn=$m(ep(Rn.split("/"),function(Vn){return!!Vn}),!di).join("/"),!Rn&&!di&&(Rn="."),Rn&&vn&&(Rn+="/"),(di?"/":"")+Rn}function Nm(Rn){return Rn.charAt(0)==="/"}function Bd(){var Rn=Array.prototype.slice.call(arguments,0);return xm(ep(Rn,function(di,vn){if(typeof di!="string")throw new TypeError("Arguments to path.join must be strings");return di}).join("/"))}function cm(Rn,di){Rn=df(Rn).substr(1),di=df(di).substr(1);function vn(Mi){for(var ea=0;ea<Mi.length&&Mi[ea]==="";ea++);for(var zi=Mi.length-1;zi>=0&&Mi[zi]==="";zi--);return ea>zi?[]:Mi.slice(ea,zi-ea+1)}for(var Vn=vn(Rn.split("/")),Fn=vn(di.split("/")),En=Math.min(Vn.length,Fn.length),xn=En,Nn=0;Nn<En;Nn++)if(Vn[Nn]!==Fn[Nn]){xn=Nn;break}for(var ui=[],Nn=xn;Nn<Vn.length;Nn++)ui.push("..");return ui=ui.concat(Fn.slice(xn)),ui.join("/")}function If(Rn){var di=Lp(Rn),vn=di[0],Vn=di[1];return!vn&&!Vn?".":(Vn&&(Vn=Vn.substr(0,Vn.length-1)),vn+Vn)}function kf(Rn,di){var vn=Lp(Rn)[2];return di&&vn.substr(-1*di.length)===di&&(vn=vn.substr(0,vn.length-di.length)),vn}function dm(Rn){return Lp(Rn)[3]}function ep(Rn,di){if(Rn.filter)return Rn.filter(di);for(var vn=[],Vn=0;Vn<Rn.length;Vn++)di(Rn[Vn],Vn,Rn)&&vn.push(Rn[Vn]);return vn}var fm,Lp,Vf,Yr,Wn,vi,Du=cu({"node-modules-polyfills:path"(){In(),fm=/^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/,Lp=function(Rn){return fm.exec(Rn).slice(1)},Vf="/",Yr=":",Wn={extname:dm,basename:kf,dirname:If,sep:Vf,delimiter:Yr,relative:cm,join:Bd,isAbsolute:Nm,normalize:xm,resolve:df},vi="ab".substr(-1)==="b"?function(Rn,di,vn){return Rn.substr(di,vn)}:function(Rn,di,vn){return di<0&&(di=Rn.length+di),Rn.substr(di,vn)}}}),qc=ko({"node-modules-polyfills-commonjs:path"(Rn,di){In();var vn=(Du(),Fu(Jf));if(vn&&vn.default){di.exports=vn.default;for(let Vn in vn)di.exports[Vn]=vn[Vn]}else vn&&(di.exports=vn)}}),id=ko({"src/common/errors.js"(Rn,di){In();var vn=class extends Error{},Vn=class extends Error{},Fn=class extends Error{},En=class extends Error{};di.exports={ConfigError:vn,DebugError:Vn,UndefinedParserError:Fn,ArgExpansionBailout:En}}}),Wd={};vu(Wd,{__assign:()=>Zf,__asyncDelegator:()=>Oh,__asyncGenerator:()=>rp,__asyncValues:()=>yh,__await:()=>zp,__awaiter:()=>Hf,__classPrivateFieldGet:()=>rh,__classPrivateFieldSet:()=>hm,__createBinding:()=>bh,__decorate:()=>Am,__exportStar:()=>Dm,__extends:()=>pf,__generator:()=>Fm,__importDefault:()=>Um,__importStar:()=>Rh,__makeTemplateObject:()=>mm,__metadata:()=>tp,__param:()=>jm,__read:()=>Hh,__rest:()=>Mf,__spread:()=>Yh,__spreadArrays:()=>zh,__values:()=>Rp});function pf(Rn,di){gm(Rn,di);function vn(){this.constructor=Rn}Rn.prototype=di===null?Object.create(di):(vn.prototype=di.prototype,new vn)}function Mf(Rn,di){var vn={};for(var Vn in Rn)Object.prototype.hasOwnProperty.call(Rn,Vn)&&di.indexOf(Vn)<0&&(vn[Vn]=Rn[Vn]);if(Rn!=null&&typeof Object.getOwnPropertySymbols=="function")for(var Fn=0,Vn=Object.getOwnPropertySymbols(Rn);Fn<Vn.length;Fn++)di.indexOf(Vn[Fn])<0&&Object.prototype.propertyIsEnumerable.call(Rn,Vn[Fn])&&(vn[Vn[Fn]]=Rn[Vn[Fn]]);return vn}function Am(Rn,di,vn,Vn){var Fn=arguments.length,En=Fn<3?di:Vn===null?Vn=Object.getOwnPropertyDescriptor(di,vn):Vn,xn;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")En=Reflect.decorate(Rn,di,vn,Vn);else for(var Nn=Rn.length-1;Nn>=0;Nn--)(xn=Rn[Nn])&&(En=(Fn<3?xn(En):Fn>3?xn(di,vn,En):xn(di,vn))||En);return Fn>3&&En&&Object.defineProperty(di,vn,En),En}function jm(Rn,di){return function(vn,Vn){di(vn,Vn,Rn)}}function tp(Rn,di){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(Rn,di)}function Hf(Rn,di,vn,Vn){function Fn(En){return En instanceof vn?En:new vn(function(xn){xn(En)})}return new(vn||(vn=Promise))(function(En,xn){function Nn(ea){try{Mi(Vn.next(ea))}catch(zi){xn(zi)}}function ui(ea){try{Mi(Vn.throw(ea))}catch(zi){xn(zi)}}function Mi(ea){ea.done?En(ea.value):Fn(ea.value).then(Nn,ui)}Mi((Vn=Vn.apply(Rn,di||[])).next())})}function Fm(Rn,di){var vn={label:0,sent:function(){if(En[0]&1)throw En[1];return En[1]},trys:[],ops:[]},Vn,Fn,En,xn;return xn={next:Nn(0),throw:Nn(1),return:Nn(2)},typeof Symbol=="function"&&(xn[Symbol.iterator]=function(){return this}),xn;function Nn(Mi){return function(ea){return ui([Mi,ea])}}function ui(Mi){if(Vn)throw new TypeError("Generator is already executing.");for(;vn;)try{if(Vn=1,Fn&&(En=Mi[0]&2?Fn.return:Mi[0]?Fn.throw||((En=Fn.return)&&En.call(Fn),0):Fn.next)&&!(En=En.call(Fn,Mi[1])).done)return En;switch(Fn=0,En&&(Mi=[Mi[0]&2,En.value]),Mi[0]){case 0:case 1:En=Mi;break;case 4:return vn.label++,{value:Mi[1],done:!1};case 5:vn.label++,Fn=Mi[1],Mi=[0];continue;case 7:Mi=vn.ops.pop(),vn.trys.pop();continue;default:if(En=vn.trys,!(En=En.length>0&&En[En.length-1])&&(Mi[0]===6||Mi[0]===2)){vn=0;continue}if(Mi[0]===3&&(!En||Mi[1]>En[0]&&Mi[1]<En[3])){vn.label=Mi[1];break}if(Mi[0]===6&&vn.label<En[1]){vn.label=En[1],En=Mi;break}if(En&&vn.label<En[2]){vn.label=En[2],vn.ops.push(Mi);break}En[2]&&vn.ops.pop(),vn.trys.pop();continue}Mi=di.call(Rn,vn)}catch(ea){Mi=[6,ea],Fn=0}finally{Vn=En=0}if(Mi[0]&5)throw Mi[1];return{value:Mi[0]?Mi[1]:void 0,done:!0}}}function bh(Rn,di,vn,Vn){Vn===void 0&&(Vn=vn),Rn[Vn]=di[vn]}function Dm(Rn,di){for(var vn in Rn)vn!=="default"&&!di.hasOwnProperty(vn)&&(di[vn]=Rn[vn])}function Rp(Rn){var di=typeof Symbol=="function"&&Symbol.iterator,vn=di&&Rn[di],Vn=0;if(vn)return vn.call(Rn);if(Rn&&typeof Rn.length=="number")return{next:function(){return Rn&&Vn>=Rn.length&&(Rn=void 0),{value:Rn&&Rn[Vn++],done:!Rn}}};throw new TypeError(di?"Object is not iterable.":"Symbol.iterator is not defined.")}function Hh(Rn,di){var vn=typeof Symbol=="function"&&Rn[Symbol.iterator];if(!vn)return Rn;var Vn=vn.call(Rn),Fn,En=[],xn;try{for(;(di===void 0||di-- >0)&&!(Fn=Vn.next()).done;)En.push(Fn.value)}catch(Nn){xn={error:Nn}}finally{try{Fn&&!Fn.done&&(vn=Vn.return)&&vn.call(Vn)}finally{if(xn)throw xn.error}}return En}function Yh(){for(var Rn=[],di=0;di<arguments.length;di++)Rn=Rn.concat(Hh(arguments[di]));return Rn}function zh(){for(var Rn=0,di=0,vn=arguments.length;di<vn;di++)Rn+=arguments[di].length;for(var Vn=Array(Rn),Fn=0,di=0;di<vn;di++)for(var En=arguments[di],xn=0,Nn=En.length;xn<Nn;xn++,Fn++)Vn[Fn]=En[xn];return Vn}function zp(Rn){return this instanceof zp?(this.v=Rn,this):new zp(Rn)}function rp(Rn,di,vn){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var Vn=vn.apply(Rn,di||[]),Fn,En=[];return Fn={},xn("next"),xn("throw"),xn("return"),Fn[Symbol.asyncIterator]=function(){return this},Fn;function xn(ta){Vn[ta]&&(Fn[ta]=function(ki){return new Promise(function(ji,oa){En.push([ta,ki,ji,oa])>1||Nn(ta,ki)})})}function Nn(ta,ki){try{ui(Vn[ta](ki))}catch(ji){zi(En[0][3],ji)}}function ui(ta){ta.value instanceof zp?Promise.resolve(ta.value.v).then(Mi,ea):zi(En[0][2],ta)}function Mi(ta){Nn("next",ta)}function ea(ta){Nn("throw",ta)}function zi(ta,ki){ta(ki),En.shift(),En.length&&Nn(En[0][0],En[0][1])}}function Oh(Rn){var di,vn;return di={},Vn("next"),Vn("throw",function(Fn){throw Fn}),Vn("return"),di[Symbol.iterator]=function(){return this},di;function Vn(Fn,En){di[Fn]=Rn[Fn]?function(xn){return(vn=!vn)?{value:zp(Rn[Fn](xn)),done:Fn==="return"}:En?En(xn):xn}:En}}function yh(Rn){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var di=Rn[Symbol.asyncIterator],vn;return di?di.call(Rn):(Rn=typeof Rp=="function"?Rp(Rn):Rn[Symbol.iterator](),vn={},Vn("next"),Vn("throw"),Vn("return"),vn[Symbol.asyncIterator]=function(){return this},vn);function Vn(En){vn[En]=Rn[En]&&function(xn){return new Promise(function(Nn,ui){xn=Rn[En](xn),Fn(Nn,ui,xn.done,xn.value)})}}function Fn(En,xn,Nn,ui){Promise.resolve(ui).then(function(Mi){En({value:Mi,done:Nn})},xn)}}function mm(Rn,di){return Object.defineProperty?Object.defineProperty(Rn,"raw",{value:di}):Rn.raw=di,Rn}function Rh(Rn){if(Rn&&Rn.__esModule)return Rn;var di={};if(Rn!=null)for(var vn in Rn)Object.hasOwnProperty.call(Rn,vn)&&(di[vn]=Rn[vn]);return di.default=Rn,di}function Um(Rn){return Rn&&Rn.__esModule?Rn:{default:Rn}}function rh(Rn,di){if(!di.has(Rn))throw new TypeError("attempted to get private field on non-instance");return di.get(Rn)}function hm(Rn,di,vn){if(!di.has(Rn))throw new TypeError("attempted to set private field on non-instance");return di.set(Rn,vn),vn}var gm,Zf,mf=cu({"node_modules/tslib/tslib.es6.js"(){In(),gm=function(Rn,di){return gm=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(vn,Vn){vn.__proto__=Vn}||function(vn,Vn){for(var Fn in Vn)Vn.hasOwnProperty(Fn)&&(vn[Fn]=Vn[Fn])},gm(Rn,di)},Zf=function(){return Zf=Object.assign||function(Rn){for(var di,vn=1,Vn=arguments.length;vn<Vn;vn++){di=arguments[vn];for(var Fn in di)Object.prototype.hasOwnProperty.call(di,Fn)&&(Rn[Fn]=di[Fn])}return Rn},Zf.apply(this,arguments)}}}),Vm=ko({"node_modules/vnopts/lib/descriptors/api.js"(Rn){In(),Object.defineProperty(Rn,"__esModule",{value:!0}),Rn.apiDescriptor={key:di=>/^[$_a-zA-Z][$_a-zA-Z0-9]*$/.test(di)?di:JSON.stringify(di),value(di){if(di===null||typeof di!="object")return JSON.stringify(di);if(Array.isArray(di))return`[${di.map(Vn=>Rn.apiDescriptor.value(Vn)).join(", ")}]`;let vn=Object.keys(di);return vn.length===0?"{}":`{ ${vn.map(Vn=>`${Rn.apiDescriptor.key(Vn)}: ${Rn.apiDescriptor.value(di[Vn])}`).join(", ")} }`},pair:di=>{let{key:vn,value:Vn}=di;return Rn.apiDescriptor.value({[vn]:Vn})}}}}),np=ko({"node_modules/vnopts/lib/descriptors/index.js"(Rn){In(),Object.defineProperty(Rn,"__esModule",{value:!0});var di=(mf(),Fu(Wd));di.__exportStar(Vm(),Rn)}}),zf=ko({"scripts/build/shims/chalk.cjs"(Rn,di){In();var vn=Vn=>Vn;vn.grey=vn,vn.red=vn,vn.bold=vn,vn.yellow=vn,vn.blue=vn,vn.default=vn,di.exports=vn}}),$p=ko({"node_modules/vnopts/lib/handlers/deprecated/common.js"(Rn){In(),Object.defineProperty(Rn,"__esModule",{value:!0});var di=zf();Rn.commonDeprecatedHandler=(vn,Vn,Fn)=>{let{descriptor:En}=Fn,xn=[`${di.default.yellow(typeof vn=="string"?En.key(vn):En.pair(vn))} is deprecated`];return Vn&&xn.push(`we now treat it as ${di.default.blue(typeof Vn=="string"?En.key(Vn):En.pair(Vn))}`),xn.join("; ")+"."}}}),Qp=ko({"node_modules/vnopts/lib/handlers/deprecated/index.js"(Rn){In(),Object.defineProperty(Rn,"__esModule",{value:!0});var di=(mf(),Fu(Wd));di.__exportStar($p(),Rn)}}),Gf=ko({"node_modules/vnopts/lib/handlers/invalid/common.js"(Rn){In(),Object.defineProperty(Rn,"__esModule",{value:!0});var di=zf();Rn.commonInvalidHandler=(vn,Vn,Fn)=>[`Invalid ${di.default.red(Fn.descriptor.key(vn))} value.`,`Expected ${di.default.blue(Fn.schemas[vn].expected(Fn))},`,`but received ${di.default.red(Fn.descriptor.value(Vn))}.`].join(" ")}}),_m=ko({"node_modules/vnopts/lib/handlers/invalid/index.js"(Rn){In(),Object.defineProperty(Rn,"__esModule",{value:!0});var di=(mf(),Fu(Wd));di.__exportStar(Gf(),Rn)}}),Ih=ko({"node_modules/vnopts/node_modules/leven/index.js"(Rn,di){In();var vn=[],Vn=[];di.exports=function(Fn,En){if(Fn===En)return 0;var xn=Fn;Fn.length>En.length&&(Fn=En,En=xn);var Nn=Fn.length,ui=En.length;if(Nn===0)return ui;if(ui===0)return Nn;for(;Nn>0&&Fn.charCodeAt(~-Nn)===En.charCodeAt(~-ui);)Nn--,ui--;if(Nn===0)return ui;for(var Mi=0;Mi<Nn&&Fn.charCodeAt(Mi)===En.charCodeAt(Mi);)Mi++;if(Nn-=Mi,ui-=Mi,Nn===0)return ui;for(var ea,zi,ta,ki,ji=0,oa=0;ji<Nn;)Vn[Mi+ji]=Fn.charCodeAt(Mi+ji),vn[ji]=++ji;for(;oa<ui;)for(ea=En.charCodeAt(Mi+oa),ta=oa++,zi=oa,ji=0;ji<Nn;ji++)ki=ea===Vn[Mi+ji]?ta:ta+1,ta=vn[ji],zi=vn[ji]=ta>zi?ki>zi?zi+1:ki:ki>ta?ta+1:ki;return zi}}}),wf=ko({"node_modules/vnopts/lib/handlers/unknown/leven.js"(Rn){In(),Object.defineProperty(Rn,"__esModule",{value:!0});var di=zf(),vn=Ih();Rn.levenUnknownHandler=(Vn,Fn,En)=>{let{descriptor:xn,logger:Nn,schemas:ui}=En,Mi=[`Ignored unknown option ${di.default.yellow(xn.pair({key:Vn,value:Fn}))}.`],ea=Object.keys(ui).sort().find(zi=>vn(Vn,zi)<3);ea&&Mi.push(`Did you mean ${di.default.blue(xn.key(ea))}?`),Nn.warn(Mi.join(" "))}}}),em=ko({"node_modules/vnopts/lib/handlers/unknown/index.js"(Rn){In(),Object.defineProperty(Rn,"__esModule",{value:!0});var di=(mf(),Fu(Wd));di.__exportStar(wf(),Rn)}}),Om=ko({"node_modules/vnopts/lib/handlers/index.js"(Rn){In(),Object.defineProperty(Rn,"__esModule",{value:!0});var di=(mf(),Fu(Wd));di.__exportStar(Qp(),Rn),di.__exportStar(_m(),Rn),di.__exportStar(em(),Rn)}}),hf=ko({"node_modules/vnopts/lib/schema.js"(Rn){In(),Object.defineProperty(Rn,"__esModule",{value:!0});var di=["default","expected","validate","deprecated","forward","redirect","overlap","preprocess","postprocess"];function vn(En,xn){let Nn=new En(xn),ui=Object.create(Nn);for(let Mi of di)Mi in xn&&(ui[Mi]=Fn(xn[Mi],Nn,Vn.prototype[Mi].length));return ui}Rn.createSchema=vn;var Vn=class{constructor(En){this.name=En.name}static create(En){return vn(this,En)}default(En){}expected(En){return"nothing"}validate(En,xn){return!1}deprecated(En,xn){return!1}forward(En,xn){}redirect(En,xn){}overlap(En,xn,Nn){return En}preprocess(En,xn){return En}postprocess(En,xn){return En}};Rn.Schema=Vn;function Fn(En,xn,Nn){return typeof En=="function"?function(){for(var ui=arguments.length,Mi=new Array(ui),ea=0;ea<ui;ea++)Mi[ea]=arguments[ea];return En(...Mi.slice(0,Nn-1),xn,...Mi.slice(Nn-1))}:()=>En}}}),kh=ko({"node_modules/vnopts/lib/schemas/alias.js"(Rn){In(),Object.defineProperty(Rn,"__esModule",{value:!0});var di=hf(),vn=class extends di.Schema{constructor(Vn){super(Vn),this._sourceName=Vn.sourceName}expected(Vn){return Vn.schemas[this._sourceName].expected(Vn)}validate(Vn,Fn){return Fn.schemas[this._sourceName].validate(Vn,Fn)}redirect(Vn,Fn){return this._sourceName}};Rn.AliasSchema=vn}}),Mh=ko({"node_modules/vnopts/lib/schemas/any.js"(Rn){In(),Object.defineProperty(Rn,"__esModule",{value:!0});var di=hf(),vn=class extends di.Schema{expected(){return"anything"}validate(){return!0}};Rn.AnySchema=vn}}),nh=ko({"node_modules/vnopts/lib/schemas/array.js"(Rn){In(),Object.defineProperty(Rn,"__esModule",{value:!0});var di=(mf(),Fu(Wd)),vn=hf(),Vn=class extends vn.Schema{constructor(En){var{valueSchema:xn,name:Nn=xn.name}=En,ui=di.__rest(En,["valueSchema","name"]);super(Object.assign({},ui,{name:Nn})),this._valueSchema=xn}expected(En){return`an array of ${this._valueSchema.expected(En)}`}validate(En,xn){if(!Array.isArray(En))return!1;let Nn=[];for(let ui of En){let Mi=xn.normalizeValidateResult(this._valueSchema.validate(ui,xn),ui);Mi!==!0&&Nn.push(Mi.value)}return Nn.length===0?!0:{value:Nn}}deprecated(En,xn){let Nn=[];for(let ui of En){let Mi=xn.normalizeDeprecatedResult(this._valueSchema.deprecated(ui,xn),ui);Mi!==!1&&Nn.push(...Mi.map(ea=>{let{value:zi}=ea;return{value:[zi]}}))}return Nn}forward(En,xn){let Nn=[];for(let ui of En){let Mi=xn.normalizeForwardResult(this._valueSchema.forward(ui,xn),ui);Nn.push(...Mi.map(Fn))}return Nn}redirect(En,xn){let Nn=[],ui=[];for(let Mi of En){let ea=xn.normalizeRedirectResult(this._valueSchema.redirect(Mi,xn),Mi);"remain"in ea&&Nn.push(ea.remain),ui.push(...ea.redirect.map(Fn))}return Nn.length===0?{redirect:ui}:{redirect:ui,remain:Nn}}overlap(En,xn){return En.concat(xn)}};Rn.ArraySchema=Vn;function Fn(En){let{from:xn,to:Nn}=En;return{from:[xn],to:Nn}}}}),ih=ko({"node_modules/vnopts/lib/schemas/boolean.js"(Rn){In(),Object.defineProperty(Rn,"__esModule",{value:!0});var di=hf(),vn=class extends di.Schema{expected(){return"true or false"}validate(Vn){return typeof Vn=="boolean"}};Rn.BooleanSchema=vn}}),Cp=ko({"node_modules/vnopts/lib/utils.js"(Rn){In(),Object.defineProperty(Rn,"__esModule",{value:!0});function di(ki,ji){let oa=Object.create(null);for(let Ra of ki){let Ba=Ra[ji];if(oa[Ba])throw new Error(`Duplicate ${ji} ${JSON.stringify(Ba)}`);oa[Ba]=Ra}return oa}Rn.recordFromArray=di;function vn(ki,ji){let oa=new Map;for(let Ra of ki){let Ba=Ra[ji];if(oa.has(Ba))throw new Error(`Duplicate ${ji} ${JSON.stringify(Ba)}`);oa.set(Ba,Ra)}return oa}Rn.mapFromArray=vn;function Vn(){let ki=Object.create(null);return ji=>{let oa=JSON.stringify(ji);return ki[oa]?!0:(ki[oa]=!0,!1)}}Rn.createAutoChecklist=Vn;function Fn(ki,ji){let oa=[],Ra=[];for(let Ba of ki)ji(Ba)?oa.push(Ba):Ra.push(Ba);return[oa,Ra]}Rn.partition=Fn;function En(ki){return ki===Math.floor(ki)}Rn.isInt=En;function xn(ki,ji){if(ki===ji)return 0;let oa=typeof ki,Ra=typeof ji,Ba=["undefined","object","boolean","number","string"];return oa!==Ra?Ba.indexOf(oa)-Ba.indexOf(Ra):oa!=="string"?Number(ki)-Number(ji):ki.localeCompare(ji)}Rn.comparePrimitive=xn;function Nn(ki){return ki===void 0?{}:ki}Rn.normalizeDefaultResult=Nn;function ui(ki,ji){return ki===!0?!0:ki===!1?{value:ji}:ki}Rn.normalizeValidateResult=ui;function Mi(ki,ji){let oa=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1;return ki===!1?!1:ki===!0?oa?!0:[{value:ji}]:"value"in ki?[ki]:ki.length===0?!1:ki}Rn.normalizeDeprecatedResult=Mi;function ea(ki,ji){return typeof ki=="string"||"key"in ki?{from:ji,to:ki}:"from"in ki?{from:ki.from,to:ki.to}:{from:ji,to:ki.to}}Rn.normalizeTransferResult=ea;function zi(ki,ji){return ki===void 0?[]:Array.isArray(ki)?ki.map(oa=>ea(oa,ji)):[ea(ki,ji)]}Rn.normalizeForwardResult=zi;function ta(ki,ji){let oa=zi(typeof ki=="object"&&"redirect"in ki?ki.redirect:ki,ji);return oa.length===0?{remain:ji,redirect:oa}:typeof ki=="object"&&"remain"in ki?{remain:ki.remain,redirect:oa}:{redirect:oa}}Rn.normalizeRedirectResult=ta}}),Gp=ko({"node_modules/vnopts/lib/schemas/choice.js"(Rn){In(),Object.defineProperty(Rn,"__esModule",{value:!0});var di=hf(),vn=Cp(),Vn=class extends di.Schema{constructor(Fn){super(Fn),this._choices=vn.mapFromArray(Fn.choices.map(En=>En&&typeof En=="object"?En:{value:En}),"value")}expected(Fn){let{descriptor:En}=Fn,xn=Array.from(this._choices.keys()).map(Mi=>this._choices.get(Mi)).filter(Mi=>!Mi.deprecated).map(Mi=>Mi.value).sort(vn.comparePrimitive).map(En.value),Nn=xn.slice(0,-2),ui=xn.slice(-2);return Nn.concat(ui.join(" or ")).join(", ")}validate(Fn){return this._choices.has(Fn)}deprecated(Fn){let En=this._choices.get(Fn);return En&&En.deprecated?{value:Fn}:!1}forward(Fn){let En=this._choices.get(Fn);return En?En.forward:void 0}redirect(Fn){let En=this._choices.get(Fn);return En?En.redirect:void 0}};Rn.ChoiceSchema=Vn}}),Th=ko({"node_modules/vnopts/lib/schemas/number.js"(Rn){In(),Object.defineProperty(Rn,"__esModule",{value:!0});var di=hf(),vn=class extends di.Schema{expected(){return"a number"}validate(Vn,Fn){return typeof Vn=="number"}};Rn.NumberSchema=vn}}),Bh=ko({"node_modules/vnopts/lib/schemas/integer.js"(Rn){In(),Object.defineProperty(Rn,"__esModule",{value:!0});var di=Cp(),vn=Th(),Vn=class extends vn.NumberSchema{expected(){return"an integer"}validate(Fn,En){return En.normalizeValidateResult(super.validate(Fn,En),Fn)===!0&&di.isInt(Fn)}};Rn.IntegerSchema=Vn}}),Xh=ko({"node_modules/vnopts/lib/schemas/string.js"(Rn){In(),Object.defineProperty(Rn,"__esModule",{value:!0});var di=hf(),vn=class extends di.Schema{expected(){return"a string"}validate(Vn){return typeof Vn=="string"}};Rn.StringSchema=vn}}),Hm=ko({"node_modules/vnopts/lib/schemas/index.js"(Rn){In(),Object.defineProperty(Rn,"__esModule",{value:!0});var di=(mf(),Fu(Wd));di.__exportStar(kh(),Rn),di.__exportStar(Mh(),Rn),di.__exportStar(nh(),Rn),di.__exportStar(ih(),Rn),di.__exportStar(Gp(),Rn),di.__exportStar(Bh(),Rn),di.__exportStar(Th(),Rn),di.__exportStar(Xh(),Rn)}}),Bf=ko({"node_modules/vnopts/lib/defaults.js"(Rn){In(),Object.defineProperty(Rn,"__esModule",{value:!0});var di=Vm(),vn=$p(),Vn=_m(),Fn=wf();Rn.defaultDescriptor=di.apiDescriptor,Rn.defaultUnknownHandler=Fn.levenUnknownHandler,Rn.defaultInvalidHandler=Vn.commonInvalidHandler,Rn.defaultDeprecatedHandler=vn.commonDeprecatedHandler}}),Ph=ko({"node_modules/vnopts/lib/normalize.js"(Rn){In(),Object.defineProperty(Rn,"__esModule",{value:!0});var di=Bf(),vn=Cp();Rn.normalize=(Fn,En,xn)=>new Vn(En,xn).normalize(Fn);var Vn=class{constructor(Fn,En){let{logger:xn=console,descriptor:Nn=di.defaultDescriptor,unknown:ui=di.defaultUnknownHandler,invalid:Mi=di.defaultInvalidHandler,deprecated:ea=di.defaultDeprecatedHandler}=En||{};this._utils={descriptor:Nn,logger:xn||{warn:()=>{}},schemas:vn.recordFromArray(Fn,"name"),normalizeDefaultResult:vn.normalizeDefaultResult,normalizeDeprecatedResult:vn.normalizeDeprecatedResult,normalizeForwardResult:vn.normalizeForwardResult,normalizeRedirectResult:vn.normalizeRedirectResult,normalizeValidateResult:vn.normalizeValidateResult},this._unknownHandler=ui,this._invalidHandler=Mi,this._deprecatedHandler=ea,this.cleanHistory()}cleanHistory(){this._hasDeprecationWarned=vn.createAutoChecklist()}normalize(Fn){let En={},xn=[Fn],Nn=()=>{for(;xn.length!==0;){let ui=xn.shift(),Mi=this._applyNormalization(ui,En);xn.push(...Mi)}};Nn();for(let ui of Object.keys(this._utils.schemas)){let Mi=this._utils.schemas[ui];if(!(ui in En)){let ea=vn.normalizeDefaultResult(Mi.default(this._utils));"value"in ea&&xn.push({[ui]:ea.value})}}Nn();for(let ui of Object.keys(this._utils.schemas)){let Mi=this._utils.schemas[ui];ui in En&&(En[ui]=Mi.postprocess(En[ui],this._utils))}return En}_applyNormalization(Fn,En){let xn=[],[Nn,ui]=vn.partition(Object.keys(Fn),Mi=>Mi in this._utils.schemas);for(let Mi of Nn){let ea=this._utils.schemas[Mi],zi=ea.preprocess(Fn[Mi],this._utils),ta=vn.normalizeValidateResult(ea.validate(zi,this._utils),zi);if(ta!==!0){let{value:Ra}=ta,Ba=this._invalidHandler(Mi,Ra,this._utils);throw typeof Ba=="string"?new Error(Ba):Ba}let ki=Ra=>{let{from:Ba,to:la}=Ra;xn.push(typeof la=="string"?{[la]:Ba}:{[la.key]:la.value})},ji=Ra=>{let{value:Ba,redirectTo:la}=Ra,La=vn.normalizeDeprecatedResult(ea.deprecated(Ba,this._utils),zi,!0);if(La!==!1)if(La===!0)this._hasDeprecationWarned(Mi)||this._utils.logger.warn(this._deprecatedHandler(Mi,la,this._utils));else for(let{value:Ea}of La){let Xa={key:Mi,value:Ea};if(!this._hasDeprecationWarned(Xa)){let Fa=typeof la=="string"?{key:la,value:Ea}:la;this._utils.logger.warn(this._deprecatedHandler(Xa,Fa,this._utils))}}};vn.normalizeForwardResult(ea.forward(zi,this._utils),zi).forEach(ki);let oa=vn.normalizeRedirectResult(ea.redirect(zi,this._utils),zi);if(oa.redirect.forEach(ki),"remain"in oa){let Ra=oa.remain;En[Mi]=Mi in En?ea.overlap(En[Mi],Ra,this._utils):Ra,ji({value:Ra})}for(let{from:Ra,to:Ba}of oa.redirect)ji({value:Ra,redirectTo:Ba})}for(let Mi of ui){let ea=Fn[Mi],zi=this._unknownHandler(Mi,ea,this._utils);if(zi)for(let ta of Object.keys(zi)){let ki={[ta]:zi[ta]};ta in this._utils.schemas?xn.push(ki):Object.assign(En,ki)}}return xn}};Rn.Normalizer=Vn}}),Lh=ko({"node_modules/vnopts/lib/index.js"(Rn){In(),Object.defineProperty(Rn,"__esModule",{value:!0});var di=(mf(),Fu(Wd));di.__exportStar(np(),Rn),di.__exportStar(Om(),Rn),di.__exportStar(Hm(),Rn),di.__exportStar(Ph(),Rn),di.__exportStar(hf(),Rn)}}),zm=ko({"src/main/options-normalizer.js"(Rn,di){In();var vn=Lh(),Vn=Ac(),Fn={key:ta=>ta.length===1?`-${ta}`:`--${ta}`,value:ta=>vn.apiDescriptor.value(ta),pair:ta=>{let{key:ki,value:ji}=ta;return ji===!1?`--no-${ki}`:ji===!0?Fn.key(ki):ji===""?`${Fn.key(ki)} without an argument`:`${Fn.key(ki)}=${ji}`}},En=ta=>{let{colorsModule:ki,levenshteinDistance:ji}=ta;return class extends vn.ChoiceSchema{constructor(oa){let{name:Ra,flags:Ba}=oa;super({name:Ra,choices:Ba}),this._flags=[...Ba].sort()}preprocess(oa,Ra){if(typeof oa=="string"&&oa.length>0&&!this._flags.includes(oa)){let Ba=this._flags.find(la=>ji(la,oa)<3);if(Ba)return Ra.logger.warn([`Unknown flag ${ki.yellow(Ra.descriptor.value(oa))},`,`did you mean ${ki.blue(Ra.descriptor.value(Ba))}?`].join(" ")),Ba}return oa}expected(){return"a flag"}}},xn;function Nn(ta,ki){let{logger:ji=!1,isCLI:oa=!1,passThrough:Ra=!1,colorsModule:Ba=null,levenshteinDistance:la=null}=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},La=Ra?Array.isArray(Ra)?(Ta,Fi)=>Ra.includes(Ta)?{[Ta]:Fi}:void 0:(Ta,Fi)=>({[Ta]:Fi}):(Ta,Fi,aa)=>{let Un=aa.schemas,Gi=pa(Un,Vi);return vn.levenUnknownHandler(Ta,Fi,Object.assign(Object.assign({},aa),{},{schemas:Gi}))},Ea=oa?Fn:vn.apiDescriptor,Xa=ui(ki,{isCLI:oa,colorsModule:Ba,levenshteinDistance:la}),Fa=new vn.Normalizer(Xa,{logger:ji,unknown:La,descriptor:Ea}),Zo=ji!==!1;Zo&&xn&&(Fa._hasDeprecationWarned=xn);let Ui=Fa.normalize(ta);return Zo&&(xn=Fa._hasDeprecationWarned),oa&&Ui["plugin-search"]===!1&&(Ui["plugin-search-dir"]=!1),Ui}function ui(ta,ki){let{isCLI:ji,colorsModule:oa,levenshteinDistance:Ra}=ki,Ba=[];ji&&Ba.push(vn.AnySchema.create({name:"_"}));for(let la of ta)Ba.push(Mi(la,{isCLI:ji,optionInfos:ta,colorsModule:oa,levenshteinDistance:Ra})),la.alias&&ji&&Ba.push(vn.AliasSchema.create({name:la.alias,sourceName:la.name}));return Ba}function Mi(ta,ki){let{isCLI:ji,optionInfos:oa,colorsModule:Ra,levenshteinDistance:Ba}=ki,{name:la}=ta;if(la==="plugin-search-dir"||la==="pluginSearchDirs")return vn.AnySchema.create({name:la,preprocess(Fa){return Fa===!1||(Fa=Array.isArray(Fa)?Fa:[Fa]),Fa},validate(Fa){return Fa===!1?!0:Fa.every(Zo=>typeof Zo=="string")},expected(){return"false or paths to plugin search dir"}});let La={name:la},Ea,Xa={};switch(ta.type){case"int":Ea=vn.IntegerSchema,ji&&(La.preprocess=Number);break;case"string":Ea=vn.StringSchema;break;case"choice":Ea=vn.ChoiceSchema,La.choices=ta.choices.map(Fa=>typeof Fa=="object"&&Fa.redirect?Object.assign(Object.assign({},Fa),{},{redirect:{to:{key:ta.name,value:Fa.redirect}}}):Fa);break;case"boolean":Ea=vn.BooleanSchema;break;case"flag":Ea=En({colorsModule:Ra,levenshteinDistance:Ba}),La.flags=oa.flatMap(Fa=>[Fa.alias,Fa.description&&Fa.name,Fa.oppositeDescription&&`no-${Fa.name}`].filter(Boolean));break;case"path":Ea=vn.StringSchema;break;default:throw new Error(`Unexpected type ${ta.type}`)}if(ta.exception?La.validate=(Fa,Zo,Ui)=>ta.exception(Fa)||Zo.validate(Fa,Ui):La.validate=(Fa,Zo,Ui)=>Fa===void 0||Zo.validate(Fa,Ui),ta.redirect&&(Xa.redirect=Fa=>Fa?{to:{key:ta.redirect.option,value:ta.redirect.value}}:void 0),ta.deprecated&&(Xa.deprecated=!0),ji&&!ta.array){let Fa=La.preprocess||(Zo=>Zo);La.preprocess=(Zo,Ui,Ta)=>Ui.preprocess(Fa(Array.isArray(Zo)?Vn(Zo):Zo),Ta)}return ta.array?vn.ArraySchema.create(Object.assign(Object.assign(Object.assign({},ji?{preprocess:Fa=>Array.isArray(Fa)?Fa:[Fa]}:{}),Xa),{},{valueSchema:Ea.create(La)})):Ea.create(Object.assign(Object.assign({},La),Xa))}function ea(ta,ki,ji){return Nn(ta,ki,ji)}function zi(ta,ki,ji){return Nn(ta,ki,Object.assign({isCLI:!0},ji))}di.exports={normalizeApiOptions:ea,normalizeCliOptions:zi}}}),xp=ko({"src/language-js/loc.js"(Rn,di){In();var vn=Cm();function Vn(ui){var Mi,ea;let zi=ui.range?ui.range[0]:ui.start,ta=(Mi=(ea=ui.declaration)===null||ea===void 0?void 0:ea.decorators)!==null&&Mi!==void 0?Mi:ui.decorators;return vn(ta)?Math.min(Vn(ta[0]),zi):zi}function Fn(ui){return ui.range?ui.range[1]:ui.end}function En(ui,Mi){let ea=Vn(ui);return Number.isInteger(ea)&&ea===Vn(Mi)}function xn(ui,Mi){let ea=Fn(ui);return Number.isInteger(ea)&&ea===Fn(Mi)}function Nn(ui,Mi){return En(ui,Mi)&&xn(ui,Mi)}di.exports={locStart:Vn,locEnd:Fn,hasSameLocStart:En,hasSameLoc:Nn}}}),Gh=ko({"src/main/load-parser.js"(Rn,di){In(),di.exports=()=>{}}}),Ch=ko({"scripts/build/shims/babel-highlight.cjs"(Rn,di){In();var vn=zf(),Vn={shouldHighlight:()=>!1,getChalk:()=>vn};di.exports=Vn}}),tm=ko({"node_modules/@babel/code-frame/lib/index.js"(Rn){In(),Object.defineProperty(Rn,"__esModule",{value:!0}),Rn.codeFrameColumns=xn,Rn.default=Nn;var di=Ch(),vn=!1;function Vn(ui){return{gutter:ui.grey,marker:ui.red.bold,message:ui.red.bold}}var Fn=/\r\n|[\n\r\u2028\u2029]/;function En(ui,Mi,ea){let zi=Object.assign({column:0,line:-1},ui.start),ta=Object.assign({},zi,ui.end),{linesAbove:ki=2,linesBelow:ji=3}=ea||{},oa=zi.line,Ra=zi.column,Ba=ta.line,la=ta.column,La=Math.max(oa-(ki+1),0),Ea=Math.min(Mi.length,Ba+ji);oa===-1&&(La=0),Ba===-1&&(Ea=Mi.length);let Xa=Ba-oa,Fa={};if(Xa)for(let Zo=0;Zo<=Xa;Zo++){let Ui=Zo+oa;if(!Ra)Fa[Ui]=!0;else if(Zo===0){let Ta=Mi[Ui-1].length;Fa[Ui]=[Ra,Ta-Ra+1]}else if(Zo===Xa)Fa[Ui]=[0,la];else{let Ta=Mi[Ui-Zo].length;Fa[Ui]=[0,Ta]}}else Ra===la?Ra?Fa[oa]=[Ra,0]:Fa[oa]=!0:Fa[oa]=[Ra,la-Ra];return{start:La,end:Ea,markerLines:Fa}}function xn(ui,Mi){let ea=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},zi=(ea.highlightCode||ea.forceColor)&&(0,di.shouldHighlight)(ea),ta=(0,di.getChalk)(ea),ki=Vn(ta),ji=(Fa,Zo)=>zi?Fa(Zo):Zo,oa=ui.split(Fn),{start:Ra,end:Ba,markerLines:la}=En(Mi,oa,ea),La=Mi.start&&typeof Mi.start.column=="number",Ea=String(Ba).length,Xa=(zi?(0,di.default)(ui,ea):ui).split(Fn,Ba).slice(Ra,Ba).map((Fa,Zo)=>{let Ui=Ra+1+Zo,Ta=` ${` ${Ui}`.slice(-Ea)} |`,Fi=la[Ui],aa=!la[Ui+1];if(Fi){let Un="";if(Array.isArray(Fi)){let Gi=Fa.slice(0,Math.max(Fi[0]-1,0)).replace(/[^\t]/g," "),ra=Fi[1]||1;Un=[`
`,ji(ki.gutter,Ta.replace(/\d/g," "))," ",Gi,ji(ki.marker,"^").repeat(ra)].join(""),aa&&ea.message&&(Un+=" "+ji(ki.message,ea.message))}return[ji(ki.marker,">"),ji(ki.gutter,Ta),Fa.length>0?` ${Fa}`:"",Un].join("")}else return` ${ji(ki.gutter,Ta)}${Fa.length>0?` ${Fa}`:""}`}).join(`
`);return ea.message&&!La&&(Xa=`${" ".repeat(Ea+1)}${ea.message}
${Xa}`),zi?ta.reset(Xa):Xa}function Nn(ui,Mi,ea){let zi=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};if(!vn){vn=!0;let ta="Passing lineNumber and colNumber is deprecated to @babel/code-frame. Please use `codeFrameColumns`.";if(Ku.emitWarning)Ku.emitWarning(ta,"DeprecationWarning");else{let ki=new Error(ta);ki.name="DeprecationWarning",console.warn(new Error(ta))}}return ea=Math.max(ea,0),xn(ui,{start:{column:ea,line:Mi}},zi)}}}),Xs=ko({"src/main/parser.js"(Rn,di){In();var{ConfigError:vn}=id(),Vn=xp();Gh();var{locStart:Fn,locEnd:En}=Vn,xn=Object.getOwnPropertyNames,Nn=Object.getOwnPropertyDescriptor;function ui(zi){let ta={};for(let ki of zi.plugins)if(ki.parsers)for(let ji of xn(ki.parsers))Object.defineProperty(ta,ji,Nn(ki.parsers,ji));return ta}function Mi(zi){let ta=arguments.length>1&&arguments[1]!==void 0?arguments[1]:ui(zi);if(typeof zi.parser=="function")return{parse:zi.parser,astFormat:"estree",locStart:Fn,locEnd:En};if(typeof zi.parser=="string"){if(Object.prototype.hasOwnProperty.call(ta,zi.parser))return ta[zi.parser];throw new vn(`Couldn't resolve parser "${zi.parser}". Parsers must be explicitly added to the standalone bundle.`)}}function ea(zi,ta){let ki=ui(ta),ji=Object.defineProperties({},Object.fromEntries(Object.keys(ki).map(Ra=>[Ra,{enumerable:!0,get(){return ki[Ra].parse}}]))),oa=Mi(ta,ki);try{return oa.preprocess&&(zi=oa.preprocess(zi,ta)),{text:zi,ast:oa.parse(zi,ji,ta)}}catch(Ra){let{loc:Ba}=Ra;if(Ba){let{codeFrameColumns:la}=tm();throw Ra.codeFrame=la(zi,Ba,{highlightCode:!0}),Ra.message+=`
`+Ra.codeFrame,Ra}throw Ra}}di.exports={parse:ea,resolveParser:Mi}}}),Yl=ko({"src/main/options.js"(Rn,di){In();var vn=qc(),{UndefinedParserError:Vn}=id(),{getSupportInfo:Fn}=um(),En=zm(),{resolveParser:xn}=Xs(),Nn={astFormat:"estree",printer:{},originalText:void 0,locStart:null,locEnd:null};function ui(zi){let ta=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},ki=Object.assign({},zi),ji=Fn({plugins:zi.plugins,showUnreleased:!0,showDeprecated:!0}).options,oa=Object.assign(Object.assign({},Nn),Object.fromEntries(ji.filter(Ea=>Ea.default!==void 0).map(Ea=>[Ea.name,Ea.default])));if(!ki.parser){if(!ki.filepath)(ta.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."),ki.parser="babel";else if(ki.parser=ea(ki.filepath,ki.plugins),!ki.parser)throw new Vn(`No parser could be inferred for file: ${ki.filepath}`)}let Ra=xn(En.normalizeApiOptions(ki,[ji.find(Ea=>Ea.name==="parser")],{passThrough:!0,logger:!1}));ki.astFormat=Ra.astFormat,ki.locEnd=Ra.locEnd,ki.locStart=Ra.locStart;let Ba=Mi(ki);ki.printer=Ba.printers[ki.astFormat];let la=Object.fromEntries(ji.filter(Ea=>Ea.pluginDefaults&&Ea.pluginDefaults[Ba.name]!==void 0).map(Ea=>[Ea.name,Ea.pluginDefaults[Ba.name]])),La=Object.assign(Object.assign({},oa),la);for(let[Ea,Xa]of Object.entries(La))(ki[Ea]===null||ki[Ea]===void 0)&&(ki[Ea]=Xa);return ki.parser==="json"&&(ki.trailingComma="none"),En.normalizeApiOptions(ki,ji,Object.assign({passThrough:Object.keys(Nn)},ta))}function Mi(zi){let{astFormat:ta}=zi;if(!ta)throw new Error("getPlugin() requires astFormat to be set");let ki=zi.plugins.find(ji=>ji.printers&&ji.printers[ta]);if(!ki)throw new Error(`Couldn't find plugin for AST format "${ta}"`);return ki}function ea(zi,ta){let ki=vn.basename(zi).toLowerCase(),ji=Fn({plugins:ta}).languages.filter(oa=>oa.since!==null).find(oa=>oa.extensions&&oa.extensions.some(Ra=>ki.endsWith(Ra))||oa.filenames&&oa.filenames.some(Ra=>Ra.toLowerCase()===ki));return ji&&ji.parsers[0]}di.exports={normalize:ui,hiddenDefaults:Nn,inferParser:ea}}}),Pl=ko({"src/main/massage-ast.js"(Rn,di){In();function vn(Vn,Fn,En){if(Array.isArray(Vn))return Vn.map(Mi=>vn(Mi,Fn,En)).filter(Boolean);if(!Vn||typeof Vn!="object")return Vn;let xn=Fn.printer.massageAstNode,Nn;xn&&xn.ignoredProperties?Nn=xn.ignoredProperties:Nn=new Set;let ui={};for(let[Mi,ea]of Object.entries(Vn))!Nn.has(Mi)&&typeof ea!="function"&&(ui[Mi]=vn(ea,Fn,Vn));if(xn){let Mi=xn(Vn,ui,En);if(Mi===null)return;if(Mi)return Mi}return ui}di.exports=vn}}),_c=ko({"scripts/build/shims/assert.cjs"(Rn,di){In();var vn=()=>{};vn.ok=vn,vn.strictEqual=vn,di.exports=vn}}),Ec=ko({"src/main/comments.js"(Rn,di){In();var vn=_c(),{builders:{line:Vn,hardline:Fn,breakParent:En,indent:xn,lineSuffix:Nn,join:ui,cursor:Mi}}=yc(),{hasNewline:ea,skipNewline:zi,skipSpaces:ta,isPreviousLineEmpty:ki,addLeadingComment:ji,addDanglingComment:oa,addTrailingComment:Ra}=Gc(),Ba=new WeakMap;function la(to,Bo,Jo){if(!to)return;let{printer:Mo,locStart:_s,locEnd:bo}=Bo;if(Jo){if(Mo.canAttachComment&&Mo.canAttachComment(to)){let Xo;for(Xo=Jo.length-1;Xo>=0&&!(_s(Jo[Xo])<=_s(to)&&bo(Jo[Xo])<=bo(to));--Xo);Jo.splice(Xo+1,0,to);return}}else if(Ba.has(to))return Ba.get(to);let Bs=Mo.getCommentChildNodes&&Mo.getCommentChildNodes(to,Bo)||typeof to=="object"&&Object.entries(to).filter(Xo=>{let[Oo]=Xo;return Oo!=="enclosingNode"&&Oo!=="precedingNode"&&Oo!=="followingNode"&&Oo!=="tokens"&&Oo!=="comments"&&Oo!=="parent"}).map(Xo=>{let[,Oo]=Xo;return Oo});if(Bs){Jo||(Jo=[],Ba.set(to,Jo));for(let Xo of Bs)la(Xo,Bo,Jo);return Jo}}function La(to,Bo,Jo,Mo){let{locStart:_s,locEnd:bo}=Jo,Bs=_s(Bo),Xo=bo(Bo),Oo=la(to,Jo),ys,tl,$s=0,pl=Oo.length;for(;$s<pl;){let Vo=$s+pl>>1,As=Oo[Vo],dl=_s(As),al=bo(As);if(dl<=Bs&&Xo<=al)return La(As,Bo,Jo,As);if(al<=Bs){ys=As,$s=Vo+1;continue}if(Xo<=dl){tl=As,pl=Vo;continue}throw new Error("Comment location overlaps with node location")}if(Mo&&Mo.type==="TemplateLiteral"){let{quasis:Vo}=Mo,As=aa(Vo,Bo,Jo);ys&&aa(Vo,ys,Jo)!==As&&(ys=null),tl&&aa(Vo,tl,Jo)!==As&&(tl=null)}return{enclosingNode:Mo,precedingNode:ys,followingNode:tl}}var Ea=()=>!1;function Xa(to,Bo,Jo,Mo){if(!Array.isArray(to))return;let _s=[],{locStart:bo,locEnd:Bs,printer:{handleComments:Xo={}}}=Mo,{avoidAstMutation:Oo,ownLine:ys=Ea,endOfLine:tl=Ea,remaining:$s=Ea}=Xo,pl=to.map((Vo,As)=>Object.assign(Object.assign({},La(Bo,Vo,Mo)),{},{comment:Vo,text:Jo,options:Mo,ast:Bo,isLastComment:to.length-1===As}));for(let[Vo,As]of pl.entries()){let{comment:dl,precedingNode:al,enclosingNode:Ou,followingNode:Rs,text:fs,options:Fs,ast:Ws,isLastComment:Hs}=As;if(Fs.parser==="json"||Fs.parser==="json5"||Fs.parser==="__js_expression"||Fs.parser==="__vue_expression"||Fs.parser==="__vue_ts_expression"){if(bo(dl)-bo(Ws)<=0){ji(Ws,dl);continue}if(Bs(dl)-Bs(Ws)>=0){Ra(Ws,dl);continue}}let du;if(Oo?du=[As]:(dl.enclosingNode=Ou,dl.precedingNode=al,dl.followingNode=Rs,du=[dl,fs,Fs,Ws,Hs]),Zo(fs,Fs,pl,Vo))dl.placement="ownLine",ys(...du)||(Rs?ji(Rs,dl):al?Ra(al,dl):oa(Ou||Ws,dl));else if(Ui(fs,Fs,pl,Vo))dl.placement="endOfLine",tl(...du)||(al?Ra(al,dl):Rs?ji(Rs,dl):oa(Ou||Ws,dl));else if(dl.placement="remaining",!$s(...du))if(al&&Rs){let jl=_s.length;jl>0&&_s[jl-1].followingNode!==Rs&&Ta(_s,fs,Fs),_s.push(As)}else al?Ra(al,dl):Rs?ji(Rs,dl):oa(Ou||Ws,dl)}if(Ta(_s,Jo,Mo),!Oo)for(let Vo of to)delete Vo.precedingNode,delete Vo.enclosingNode,delete Vo.followingNode}var Fa=to=>!/[\S\n\u2028\u2029]/.test(to);function Zo(to,Bo,Jo,Mo){let{comment:_s,precedingNode:bo}=Jo[Mo],{locStart:Bs,locEnd:Xo}=Bo,Oo=Bs(_s);if(bo)for(let ys=Mo-1;ys>=0;ys--){let{comment:tl,precedingNode:$s}=Jo[ys];if($s!==bo||!Fa(to.slice(Xo(tl),Oo)))break;Oo=Bs(tl)}return ea(to,Oo,{backwards:!0})}function Ui(to,Bo,Jo,Mo){let{comment:_s,followingNode:bo}=Jo[Mo],{locStart:Bs,locEnd:Xo}=Bo,Oo=Xo(_s);if(bo)for(let ys=Mo+1;ys<Jo.length;ys++){let{comment:tl,followingNode:$s}=Jo[ys];if($s!==bo||!Fa(to.slice(Oo,Bs(tl))))break;Oo=Xo(tl)}return ea(to,Oo)}function Ta(to,Bo,Jo){let Mo=to.length;if(Mo===0)return;let{precedingNode:_s,followingNode:bo,enclosingNode:Bs}=to[0],Xo=Jo.printer.getGapRegex&&Jo.printer.getGapRegex(Bs)||/^[\s(]*$/,Oo=Jo.locStart(bo),ys;for(ys=Mo;ys>0;--ys){let{comment:tl,precedingNode:$s,followingNode:pl}=to[ys-1];vn.strictEqual($s,_s),vn.strictEqual(pl,bo);let Vo=Bo.slice(Jo.locEnd(tl),Oo);if(Xo.test(Vo))Oo=Jo.locStart(tl);else break}for(let[tl,{comment:$s}]of to.entries())tl<ys?Ra(_s,$s):ji(bo,$s);for(let tl of[_s,bo])tl.comments&&tl.comments.length>1&&tl.comments.sort(($s,pl)=>Jo.locStart($s)-Jo.locStart(pl));to.length=0}function Fi(to,Bo){let Jo=to.getValue();return Jo.printed=!0,Bo.printer.printComment(to,Bo)}function aa(to,Bo,Jo){let Mo=Jo.locStart(Bo)-1;for(let _s=1;_s<to.length;++_s)if(Mo<Jo.locStart(to[_s]))return _s-1;return 0}function Un(to,Bo){let Jo=to.getValue(),Mo=[Fi(to,Bo)],{printer:_s,originalText:bo,locStart:Bs,locEnd:Xo}=Bo;if(_s.isBlockComment&&_s.isBlockComment(Jo)){let ys=ea(bo,Xo(Jo))?ea(bo,Bs(Jo),{backwards:!0})?Fn:Vn:" ";Mo.push(ys)}else Mo.push(Fn);let Oo=zi(bo,ta(bo,Xo(Jo)));return Oo!==!1&&ea(bo,Oo)&&Mo.push(Fn),Mo}function Gi(to,Bo){let Jo=to.getValue(),Mo=Fi(to,Bo),{printer:_s,originalText:bo,locStart:Bs}=Bo,Xo=_s.isBlockComment&&_s.isBlockComment(Jo);if(ea(bo,Bs(Jo),{backwards:!0})){let ys=ki(bo,Jo,Bs);return Nn([Fn,ys?Fn:"",Mo])}let Oo=[" ",Mo];return Xo||(Oo=[Nn(Oo),En]),Oo}function ra(to,Bo,Jo,Mo){let _s=[],bo=to.getValue();return!bo||!bo.comments||(to.each(()=>{let Bs=to.getValue();!Bs.leading&&!Bs.trailing&&(!Mo||Mo(Bs))&&_s.push(Fi(to,Bo))},"comments"),_s.length===0)?"":Jo?ui(Fn,_s):xn([Fn,ui(Fn,_s)])}function da(to,Bo,Jo){let Mo=to.getValue();if(!Mo)return{};let _s=Mo.comments||[];Jo&&(_s=_s.filter(Oo=>!Jo.has(Oo)));let bo=Mo===Bo.cursorNode;if(_s.length===0){let Oo=bo?Mi:"";return{leading:Oo,trailing:Oo}}let Bs=[],Xo=[];return to.each(()=>{let Oo=to.getValue();if(Jo&&Jo.has(Oo))return;let{leading:ys,trailing:tl}=Oo;ys?Bs.push(Un(to,Bo)):tl&&Xo.push(Gi(to,Bo))},"comments"),bo&&(Bs.unshift(Mi),Xo.push(Mi)),{leading:Bs,trailing:Xo}}function va(to,Bo,Jo,Mo){let{leading:_s,trailing:bo}=da(to,Jo,Mo);return!_s&&!bo?Bo:[_s,Bo,bo]}function Aa(to){if(to)for(let Bo of to){if(!Bo.printed)throw new Error('Comment "'+Bo.value.trim()+'" was not printed. Please report this error!');delete Bo.printed}}di.exports={attach:Xa,printComments:va,printCommentsSeparately:da,printDanglingComments:ra,getSortedChildNodes:la,ensureAllCommentsPrinted:Aa}}}),wd=ko({"src/common/ast-path.js"(Rn,di){In();var vn=Ac();function Vn(xn,Nn){let ui=Fn(xn.stack,Nn);return ui===-1?null:xn.stack[ui]}function Fn(xn,Nn){for(let ui=xn.length-1;ui>=0;ui-=2){let Mi=xn[ui];if(Mi&&!Array.isArray(Mi)&&--Nn<0)return ui}return-1}var En=class{constructor(xn){this.stack=[xn]}getName(){let{stack:xn}=this,{length:Nn}=xn;return Nn>1?xn[Nn-2]:null}getValue(){return vn(this.stack)}getNode(){let xn=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0;return Vn(this,xn)}getParentNode(){let xn=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0;return Vn(this,xn+1)}call(xn){let{stack:Nn}=this,{length:ui}=Nn,Mi=vn(Nn);for(var ea=arguments.length,zi=new Array(ea>1?ea-1:0),ta=1;ta<ea;ta++)zi[ta-1]=arguments[ta];for(let ji of zi)Mi=Mi[ji],Nn.push(ji,Mi);let ki=xn(this);return Nn.length=ui,ki}callParent(xn){let Nn=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,ui=Fn(this.stack,Nn+1),Mi=this.stack.splice(ui+1),ea=xn(this);return this.stack.push(...Mi),ea}each(xn){let{stack:Nn}=this,{length:ui}=Nn,Mi=vn(Nn);for(var ea=arguments.length,zi=new Array(ea>1?ea-1:0),ta=1;ta<ea;ta++)zi[ta-1]=arguments[ta];for(let ki of zi)Mi=Mi[ki],Nn.push(ki,Mi);for(let ki=0;ki<Mi.length;++ki)Nn.push(ki,Mi[ki]),xn(this,ki,Mi),Nn.length-=2;Nn.length=ui}map(xn){let Nn=[];for(var ui=arguments.length,Mi=new Array(ui>1?ui-1:0),ea=1;ea<ui;ea++)Mi[ea-1]=arguments[ea];return this.each((zi,ta,ki)=>{Nn[ta]=xn(zi,ta,ki)},...Mi),Nn}try(xn){let{stack:Nn}=this,ui=[...Nn];try{return xn()}finally{Nn.length=0,Nn.push(...ui)}}match(){let xn=this.stack.length-1,Nn=null,ui=this.stack[xn--];for(var Mi=arguments.length,ea=new Array(Mi),zi=0;zi<Mi;zi++)ea[zi]=arguments[zi];for(let ta of ea){if(ui===void 0)return!1;let ki=null;if(typeof Nn=="number"&&(ki=Nn,Nn=this.stack[xn--],ui=this.stack[xn--]),ta&&!ta(ui,Nn,ki))return!1;Nn=this.stack[xn--],ui=this.stack[xn--]}return!0}findAncestor(xn){let Nn=this.stack.length-1,ui=null,Mi=this.stack[Nn--];for(;Mi;){let ea=null;if(typeof ui=="number"&&(ea=ui,ui=this.stack[Nn--],Mi=this.stack[Nn--]),ui!==null&&xn(Mi,ui,ea))return Mi;ui=this.stack[Nn--],Mi=this.stack[Nn--]}}};di.exports=En}}),_p=ko({"src/main/multiparser.js"(Rn,di){In();var{utils:{stripTrailingHardline:vn}}=yc(),{normalize:Vn}=Yl(),Fn=Ec();function En(Nn,ui,Mi,ea){if(Mi.printer.embed&&Mi.embeddedLanguageFormatting==="auto")return Mi.printer.embed(Nn,ui,(zi,ta,ki)=>xn(zi,ta,Mi,ea,ki),Mi)}function xn(Nn,ui,Mi,ea){let{stripTrailingHardline:zi=!1}=arguments.length>4&&arguments[4]!==void 0?arguments[4]:{},ta=Vn(Object.assign(Object.assign(Object.assign({},Mi),ui),{},{parentParser:Mi.parser,originalText:Nn}),{passThrough:!0}),ki=Xs().parse(Nn,ta),{ast:ji}=ki;Nn=ki.text;let oa=ji.comments;delete ji.comments,Fn.attach(oa,ji,Nn,ta),ta[Symbol.for("comments")]=oa||[],ta[Symbol.for("tokens")]=ji.tokens||[];let Ra=ea(ji,ta);return Fn.ensureAllCommentsPrinted(oa),zi?typeof Ra=="string"?Ra.replace(/(?:\r?\n)*$/,""):vn(Ra):Ra}di.exports={printSubtree:En}}}),zd=ko({"src/main/ast-to-doc.js"(Rn,di){In();var vn=wd(),{builders:{hardline:Vn,addAlignmentToDoc:Fn},utils:{propagateBreaks:En}}=yc(),{printComments:xn}=Ec(),Nn=_p();function ui(zi,ta){let ki=arguments.length>2&&arguments[2]!==void 0?arguments[2]:0,{printer:ji}=ta;ji.preprocess&&(zi=ji.preprocess(zi,ta));let oa=new Map,Ra=new vn(zi),Ba=la();return ki>0&&(Ba=Fn([Vn,Ba],ki,ta.tabWidth)),En(Ba),Ba;function la(Ea,Xa){return Ea===void 0||Ea===Ra?La(Xa):Array.isArray(Ea)?Ra.call(()=>La(Xa),...Ea):Ra.call(()=>La(Xa),Ea)}function La(Ea){let Xa=Ra.getValue(),Fa=Xa&&typeof Xa=="object"&&Ea===void 0;if(Fa&&oa.has(Xa))return oa.get(Xa);let Zo=ea(Ra,ta,la,Ea);return Fa&&oa.set(Xa,Zo),Zo}}function Mi(zi,ta){let{originalText:ki,[Symbol.for("comments")]:ji,locStart:oa,locEnd:Ra}=ta,Ba=oa(zi),la=Ra(zi),La=new Set;for(let Ea of ji)oa(Ea)>=Ba&&Ra(Ea)<=la&&(Ea.printed=!0,La.add(Ea));return{doc:ki.slice(Ba,la),printedComments:La}}function ea(zi,ta,ki,ji){let oa=zi.getValue(),{printer:Ra}=ta,Ba,la;if(Ra.hasPrettierIgnore&&Ra.hasPrettierIgnore(zi))({doc:Ba,printedComments:la}=Mi(oa,ta));else{if(oa)try{Ba=Nn.printSubtree(zi,ki,ta,ui)}catch(La){if(globalThis.PRETTIER_DEBUG)throw La}Ba||(Ba=Ra.print(zi,ta,ki,ji))}return(!Ra.willPrintOwnComments||!Ra.willPrintOwnComments(zi,ta))&&(Ba=xn(zi,Ba,ta,la)),Ba}di.exports=ui}}),Gm=ko({"src/main/range-util.js"(Rn,di){In();var vn=_c(),Vn=Ec(),Fn=ji=>{let{parser:oa}=ji;return oa==="json"||oa==="json5"||oa==="json-stringify"};function En(ji,oa){let Ra=[ji.node,...ji.parentNodes],Ba=new Set([oa.node,...oa.parentNodes]);return Ra.find(la=>ea.has(la.type)&&Ba.has(la))}function xn(ji){let oa=ji.length-1;for(;;){let Ra=ji[oa];if(Ra&&(Ra.type==="Program"||Ra.type==="File"))oa--;else break}return ji.slice(0,oa+1)}function Nn(ji,oa,Ra){let{locStart:Ba,locEnd:la}=Ra,La=ji.node,Ea=oa.node;if(La===Ea)return{startNode:La,endNode:Ea};let Xa=Ba(ji.node);for(let Zo of xn(oa.parentNodes))if(Ba(Zo)>=Xa)Ea=Zo;else break;let Fa=la(oa.node);for(let Zo of xn(ji.parentNodes)){if(la(Zo)<=Fa)La=Zo;else break;if(La===Ea)break}return{startNode:La,endNode:Ea}}function ui(ji,oa,Ra,Ba){let la=arguments.length>4&&arguments[4]!==void 0?arguments[4]:[],La=arguments.length>5?arguments[5]:void 0,{locStart:Ea,locEnd:Xa}=Ra,Fa=Ea(ji),Zo=Xa(ji);if(!(oa>Zo||oa<Fa||La==="rangeEnd"&&oa===Fa||La==="rangeStart"&&oa===Zo)){for(let Ui of Vn.getSortedChildNodes(ji,Ra)){let Ta=ui(Ui,oa,Ra,Ba,[ji,...la],La);if(Ta)return Ta}if(!Ba||Ba(ji,la[0]))return{node:ji,parentNodes:la}}}function Mi(ji,oa){return oa!=="DeclareExportDeclaration"&&ji!=="TypeParameterDeclaration"&&(ji==="Directive"||ji==="TypeAlias"||ji==="TSExportAssignment"||ji.startsWith("Declare")||ji.startsWith("TSDeclare")||ji.endsWith("Statement")||ji.endsWith("Declaration"))}var ea=new Set(["ObjectExpression","ArrayExpression","StringLiteral","NumericLiteral","BooleanLiteral","NullLiteral","UnaryExpression","TemplateLiteral"]),zi=new Set(["OperationDefinition","FragmentDefinition","VariableDefinition","TypeExtensionDefinition","ObjectTypeDefinition","FieldDefinition","DirectiveDefinition","EnumTypeDefinition","EnumValueDefinition","InputValueDefinition","InputObjectTypeDefinition","SchemaDefinition","OperationTypeDefinition","InterfaceTypeDefinition","UnionTypeDefinition","ScalarTypeDefinition"]);function ta(ji,oa,Ra){if(!oa)return!1;switch(ji.parser){case"flow":case"babel":case"babel-flow":case"babel-ts":case"typescript":case"acorn":case"espree":case"meriyah":case"__babel_estree":return Mi(oa.type,Ra&&Ra.type);case"json":case"json5":case"json-stringify":return ea.has(oa.type);case"graphql":return zi.has(oa.kind);case"vue":return oa.tag!=="root"}return!1}function ki(ji,oa,Ra){let{rangeStart:Ba,rangeEnd:la,locStart:La,locEnd:Ea}=oa;vn.ok(la>Ba);let Xa=ji.slice(Ba,la).search(/\S/),Fa=Xa===-1;if(!Fa)for(Ba+=Xa;la>Ba&&!/\S/.test(ji[la-1]);--la);let Zo=ui(Ra,Ba,oa,(aa,Un)=>ta(oa,aa,Un),[],"rangeStart"),Ui=Fa?Zo:ui(Ra,la,oa,aa=>ta(oa,aa),[],"rangeEnd");if(!Zo||!Ui)return{rangeStart:0,rangeEnd:0};let Ta,Fi;if(Fn(oa)){let aa=En(Zo,Ui);Ta=aa,Fi=aa}else({startNode:Ta,endNode:Fi}=Nn(Zo,Ui,oa));return{rangeStart:Math.min(La(Ta),La(Fi)),rangeEnd:Math.max(Ea(Ta),Ea(Fi))}}di.exports={calculateRange:ki,findNodeAtOffset:ui}}}),qh=ko({"src/main/core.js"(Rn,di){In();var{diffArrays:vn}=Eu(),{printer:{printDocToString:Vn},debug:{printDocToDebug:Fn}}=yc(),{getAlignmentSize:En}=Gc(),{guessEndOfLine:xn,convertEndOfLineToChars:Nn,countEndOfLineChars:ui,normalizeEndOfLine:Mi}=Uu(),ea=Yl().normalize,zi=Pl(),ta=Ec(),ki=Xs(),ji=zd(),oa=Gm(),Ra="\uFEFF",Ba=Symbol("cursor");function la(Fi,aa,Un){let Gi=aa.comments;return Gi&&(delete aa.comments,ta.attach(Gi,aa,Fi,Un)),Un[Symbol.for("comments")]=Gi||[],Un[Symbol.for("tokens")]=aa.tokens||[],Un.originalText=Fi,Gi}function La(Fi,aa){let Un=arguments.length>2&&arguments[2]!==void 0?arguments[2]:0;if(!Fi||Fi.trim().length===0)return{formatted:"",cursorOffset:-1,comments:[]};let{ast:Gi,text:ra}=ki.parse(Fi,aa);if(aa.cursorOffset>=0){let to=oa.findNodeAtOffset(Gi,aa.cursorOffset,aa);to&&to.node&&(aa.cursorNode=to.node)}let da=la(ra,Gi,aa),va=ji(Gi,aa,Un),Aa=Vn(va,aa);if(ta.ensureAllCommentsPrinted(da),Un>0){let to=Aa.formatted.trim();Aa.cursorNodeStart!==void 0&&(Aa.cursorNodeStart-=Aa.formatted.indexOf(to)),Aa.formatted=to+Nn(aa.endOfLine)}if(aa.cursorOffset>=0){let to,Bo,Jo,Mo,_s;if(aa.cursorNode&&Aa.cursorNodeText?(to=aa.locStart(aa.cursorNode),Bo=ra.slice(to,aa.locEnd(aa.cursorNode)),Jo=aa.cursorOffset-to,Mo=Aa.cursorNodeStart,_s=Aa.cursorNodeText):(to=0,Bo=ra,Jo=aa.cursorOffset,Mo=0,_s=Aa.formatted),Bo===_s)return{formatted:Aa.formatted,cursorOffset:Mo+Jo,comments:da};let bo=[...Bo];bo.splice(Jo,0,Ba);let Bs=[..._s],Xo=vn(bo,Bs),Oo=Mo;for(let ys of Xo)if(ys.removed){if(ys.value.includes(Ba))break}else Oo+=ys.count;return{formatted:Aa.formatted,cursorOffset:Oo,comments:da}}return{formatted:Aa.formatted,cursorOffset:-1,comments:da}}function Ea(Fi,aa){let{ast:Un,text:Gi}=ki.parse(Fi,aa),{rangeStart:ra,rangeEnd:da}=oa.calculateRange(Gi,aa,Un),va=Gi.slice(ra,da),Aa=Math.min(ra,Gi.lastIndexOf(`
`,ra)+1),to=Gi.slice(Aa,ra).match(/^\s*/)[0],Bo=En(to,aa.tabWidth),Jo=La(va,Object.assign(Object.assign({},aa),{},{rangeStart:0,rangeEnd:Number.POSITIVE_INFINITY,cursorOffset:aa.cursorOffset>ra&&aa.cursorOffset<=da?aa.cursorOffset-ra:-1,endOfLine:"lf"}),Bo),Mo=Jo.formatted.trimEnd(),{cursorOffset:_s}=aa;_s>da?_s+=Mo.length-va.length:Jo.cursorOffset>=0&&(_s=Jo.cursorOffset+ra);let bo=Gi.slice(0,ra)+Mo+Gi.slice(da);if(aa.endOfLine!=="lf"){let Bs=Nn(aa.endOfLine);_s>=0&&Bs===`\r
`&&(_s+=ui(bo.slice(0,_s),`
`)),bo=bo.replace(/\n/g,Bs)}return{formatted:bo,cursorOffset:_s,comments:Jo.comments}}function Xa(Fi,aa,Un){return typeof aa!="number"||Number.isNaN(aa)||aa<0||aa>Fi.length?Un:aa}function Fa(Fi,aa){let{cursorOffset:Un,rangeStart:Gi,rangeEnd:ra}=aa;return Un=Xa(Fi,Un,-1),Gi=Xa(Fi,Gi,0),ra=Xa(Fi,ra,Fi.length),Object.assign(Object.assign({},aa),{},{cursorOffset:Un,rangeStart:Gi,rangeEnd:ra})}function Zo(Fi,aa){let{cursorOffset:Un,rangeStart:Gi,rangeEnd:ra,endOfLine:da}=Fa(Fi,aa),va=Fi.charAt(0)===Ra;if(va&&(Fi=Fi.slice(1),Un--,Gi--,ra--),da==="auto"&&(da=xn(Fi)),Fi.includes("\r")){let Aa=to=>ui(Fi.slice(0,Math.max(to,0)),`\r
`);Un-=Aa(Un),Gi-=Aa(Gi),ra-=Aa(ra),Fi=Mi(Fi)}return{hasBOM:va,text:Fi,options:Fa(Fi,Object.assign(Object.assign({},aa),{},{cursorOffset:Un,rangeStart:Gi,rangeEnd:ra,endOfLine:da}))}}function Ui(Fi,aa){let Un=ki.resolveParser(aa);return!Un.hasPragma||Un.hasPragma(Fi)}function Ta(Fi,aa){let{hasBOM:Un,text:Gi,options:ra}=Zo(Fi,ea(aa));if(ra.rangeStart>=ra.rangeEnd&&Gi!==""||ra.requirePragma&&!Ui(Gi,ra))return{formatted:Fi,cursorOffset:aa.cursorOffset,comments:[]};let da;return ra.rangeStart>0||ra.rangeEnd<Gi.length?da=Ea(Gi,ra):(!ra.requirePragma&&ra.insertPragma&&ra.printer.insertPragma&&!Ui(Gi,ra)&&(Gi=ra.printer.insertPragma(Gi)),da=La(Gi,ra)),Un&&(da.formatted=Ra+da.formatted,da.cursorOffset>=0&&da.cursorOffset++),da}di.exports={formatWithCursor:Ta,parse(Fi,aa,Un){let{text:Gi,options:ra}=Zo(Fi,ea(aa)),da=ki.parse(Gi,ra);return Un&&(da.ast=zi(da.ast,ra)),da},formatAST(Fi,aa){aa=ea(aa);let Un=ji(Fi,aa);return Vn(Un,aa)},formatDoc(Fi,aa){return Ta(Fn(Fi),Object.assign(Object.assign({},aa),{},{parser:"__js_expression"})).formatted},printToDoc(Fi,aa){aa=ea(aa);let{ast:Un,text:Gi}=ki.parse(Fi,aa);return la(Gi,Un,aa),ji(Un,aa)},printDocToString(Fi,aa){return Vn(Fi,ea(aa))}}}}),gf=ko({"src/common/util-shared.js"(Rn,di){In();var{getMaxContinuousCount:vn,getStringWidth:Vn,getAlignmentSize:Fn,getIndentSize:En,skip:xn,skipWhitespace:Nn,skipSpaces:ui,skipNewline:Mi,skipToLineEnd:ea,skipEverythingButNewLine:zi,skipInlineComment:ta,skipTrailingComment:ki,hasNewline:ji,hasNewlineInRange:oa,hasSpaces:Ra,isNextLineEmpty:Ba,isNextLineEmptyAfterIndex:la,isPreviousLineEmpty:La,getNextNonSpaceNonCommentCharacterIndex:Ea,makeString:Xa,addLeadingComment:Fa,addDanglingComment:Zo,addTrailingComment:Ui}=Gc();di.exports={getMaxContinuousCount:vn,getStringWidth:Vn,getAlignmentSize:Fn,getIndentSize:En,skip:xn,skipWhitespace:Nn,skipSpaces:ui,skipNewline:Mi,skipToLineEnd:ea,skipEverythingButNewLine:zi,skipInlineComment:ta,skipTrailingComment:ki,hasNewline:ji,hasNewlineInRange:oa,hasSpaces:Ra,isNextLineEmpty:Ba,isNextLineEmptyAfterIndex:la,isPreviousLineEmpty:La,getNextNonSpaceNonCommentCharacterIndex:Ea,makeString:Xa,addLeadingComment:Fa,addDanglingComment:Zo,addTrailingComment:Ui}}}),Pf=ko({"src/utils/create-language.js"(Rn,di){In(),di.exports=function(vn,Vn){let{languageId:Fn}=vn,En=pa(vn,Wi);return Object.assign(Object.assign({linguistLanguageId:Fn},En),Vn(vn))}}}),vm=ko({"node_modules/esutils/lib/ast.js"(Rn,di){In(),function(){function vn(ui){if(ui==null)return!1;switch(ui.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 Vn(ui){if(ui==null)return!1;switch(ui.type){case"DoWhileStatement":case"ForInStatement":case"ForStatement":case"WhileStatement":return!0}return!1}function Fn(ui){if(ui==null)return!1;switch(ui.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 En(ui){return Fn(ui)||ui!=null&&ui.type==="FunctionDeclaration"}function xn(ui){switch(ui.type){case"IfStatement":return ui.alternate!=null?ui.alternate:ui.consequent;case"LabeledStatement":case"ForStatement":case"ForInStatement":case"WhileStatement":case"WithStatement":return ui.body}return null}function Nn(ui){var Mi;if(ui.type!=="IfStatement"||ui.alternate==null)return!1;Mi=ui.consequent;do{if(Mi.type==="IfStatement"&&Mi.alternate==null)return!0;Mi=xn(Mi)}while(Mi);return!1}di.exports={isExpression:vn,isStatement:Fn,isIterationStatement:Vn,isSourceElement:En,isProblematicIfStatement:Nn,trailingStatement:xn}}()}}),_f=ko({"node_modules/esutils/lib/code.js"(Rn,di){In(),function(){var vn,Vn,Fn,En,xn,Nn;Vn={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]/},vn={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 ui(la){return 48<=la&&la<=57}function Mi(la){return 48<=la&&la<=57||97<=la&&la<=102||65<=la&&la<=70}function ea(la){return la>=48&&la<=55}Fn=[5760,8192,8193,8194,8195,8196,8197,8198,8199,8200,8201,8202,8239,8287,12288,65279];function zi(la){return la===32||la===9||la===11||la===12||la===160||la>=5760&&Fn.indexOf(la)>=0}function ta(la){return la===10||la===13||la===8232||la===8233}function ki(la){if(la<=65535)return String.fromCharCode(la);var La=String.fromCharCode(Math.floor((la-65536)/1024)+55296),Ea=String.fromCharCode((la-65536)%1024+56320);return La+Ea}for(En=new Array(128),Nn=0;Nn<128;++Nn)En[Nn]=Nn>=97&&Nn<=122||Nn>=65&&Nn<=90||Nn===36||Nn===95;for(xn=new Array(128),Nn=0;Nn<128;++Nn)xn[Nn]=Nn>=97&&Nn<=122||Nn>=65&&Nn<=90||Nn>=48&&Nn<=57||Nn===36||Nn===95;function ji(la){return la<128?En[la]:Vn.NonAsciiIdentifierStart.test(ki(la))}function oa(la){return la<128?xn[la]:Vn.NonAsciiIdentifierPart.test(ki(la))}function Ra(la){return la<128?En[la]:vn.NonAsciiIdentifierStart.test(ki(la))}function Ba(la){return la<128?xn[la]:vn.NonAsciiIdentifierPart.test(ki(la))}di.exports={isDecimalDigit:ui,isHexDigit:Mi,isOctalDigit:ea,isWhiteSpace:zi,isLineTerminator:ta,isIdentifierStartES5:ji,isIdentifierPartES5:oa,isIdentifierStartES6:Ra,isIdentifierPartES6:Ba}}()}}),qf=ko({"node_modules/esutils/lib/keyword.js"(Rn,di){In(),function(){var vn=_f();function Vn(ji){switch(ji){case"implements":case"interface":case"package":case"private":case"protected":case"public":case"static":case"let":return!0;default:return!1}}function Fn(ji,oa){return!oa&&ji==="yield"?!1:En(ji,oa)}function En(ji,oa){if(oa&&Vn(ji))return!0;switch(ji.length){case 2:return ji==="if"||ji==="in"||ji==="do";case 3:return ji==="var"||ji==="for"||ji==="new"||ji==="try";case 4:return ji==="this"||ji==="else"||ji==="case"||ji==="void"||ji==="with"||ji==="enum";case 5:return ji==="while"||ji==="break"||ji==="catch"||ji==="throw"||ji==="const"||ji==="yield"||ji==="class"||ji==="super";case 6:return ji==="return"||ji==="typeof"||ji==="delete"||ji==="switch"||ji==="export"||ji==="import";case 7:return ji==="default"||ji==="finally"||ji==="extends";case 8:return ji==="function"||ji==="continue"||ji==="debugger";case 10:return ji==="instanceof";default:return!1}}function xn(ji,oa){return ji==="null"||ji==="true"||ji==="false"||Fn(ji,oa)}function Nn(ji,oa){return ji==="null"||ji==="true"||ji==="false"||En(ji,oa)}function ui(ji){return ji==="eval"||ji==="arguments"}function Mi(ji){var oa,Ra,Ba;if(ji.length===0||(Ba=ji.charCodeAt(0),!vn.isIdentifierStartES5(Ba)))return!1;for(oa=1,Ra=ji.length;oa<Ra;++oa)if(Ba=ji.charCodeAt(oa),!vn.isIdentifierPartES5(Ba))return!1;return!0}function ea(ji,oa){return(ji-55296)*1024+(oa-56320)+65536}function zi(ji){var oa,Ra,Ba,la,La;if(ji.length===0)return!1;for(La=vn.isIdentifierStartES6,oa=0,Ra=ji.length;oa<Ra;++oa){if(Ba=ji.charCodeAt(oa),55296<=Ba&&Ba<=56319){if(++oa,oa>=Ra||(la=ji.charCodeAt(oa),!(56320<=la&&la<=57343)))return!1;Ba=ea(Ba,la)}if(!La(Ba))return!1;La=vn.isIdentifierPartES6}return!0}function ta(ji,oa){return Mi(ji)&&!xn(ji,oa)}function ki(ji,oa){return zi(ji)&&!Nn(ji,oa)}di.exports={isKeywordES5:Fn,isKeywordES6:En,isReservedWordES5:xn,isReservedWordES6:Nn,isRestrictedWord:ui,isIdentifierNameES5:Mi,isIdentifierNameES6:zi,isIdentifierES5:ta,isIdentifierES6:ki}}()}}),Rm=ko({"node_modules/esutils/lib/utils.js"(Rn){In(),function(){Rn.ast=vm(),Rn.code=_f(),Rn.keyword=qf()}()}}),Nd=ko({"src/language-js/utils/is-block-comment.js"(Rn,di){In();var vn=new Set(["Block","CommentBlock","MultiLine"]),Vn=Fn=>vn.has(Fn==null?void 0:Fn.type);di.exports=Vn}}),Wh=ko({"src/language-js/utils/is-node-matches.js"(Rn,di){In();function vn(Fn,En){let xn=En.split(".");for(let Nn=xn.length-1;Nn>=0;Nn--){let ui=xn[Nn];if(Nn===0)return Fn.type==="Identifier"&&Fn.name===ui;if(Fn.type!=="MemberExpression"||Fn.optional||Fn.computed||Fn.property.type!=="Identifier"||Fn.property.name!==ui)return!1;Fn=Fn.object}}function Vn(Fn,En){return En.some(xn=>vn(Fn,xn))}di.exports=Vn}}),Dd=ko({"src/language-js/utils/index.js"(Rn,di){In();var vn=Rm().keyword.isIdentifierNameES5,{getLast:Vn,hasNewline:Fn,skipWhitespace:En,isNonEmptyArray:xn,isNextLineEmptyAfterIndex:Nn,getStringWidth:ui}=Gc(),{locStart:Mi,locEnd:ea,hasSameLocStart:zi}=xp(),ta=Nd(),ki=Wh(),ji="(?:(?=.)\\s)",oa=new RegExp(`^${ji}*:`),Ra=new RegExp(`^${ji}*::`);function Ba(co){var rl,Ju;return((rl=co.extra)===null||rl===void 0?void 0:rl.parenthesized)&&ta((Ju=co.trailingComments)===null||Ju===void 0?void 0:Ju[0])&&oa.test(co.trailingComments[0].value)}function la(co){let rl=co==null?void 0:co[0];return ta(rl)&&Ra.test(rl.value)}function La(co,rl){if(!co||typeof co!="object")return!1;if(Array.isArray(co))return co.some(jc=>La(jc,rl));let Ju=rl(co);return typeof Ju=="boolean"?Ju:Object.values(co).some(jc=>La(jc,rl))}function Ea(co){return co.type==="AssignmentExpression"||co.type==="BinaryExpression"||co.type==="LogicalExpression"||co.type==="NGPipeExpression"||co.type==="ConditionalExpression"||dl(co)||al(co)||co.type==="SequenceExpression"||co.type==="TaggedTemplateExpression"||co.type==="BindExpression"||co.type==="UpdateExpression"&&!co.prefix||Vd(co)||co.type==="TSNonNullExpression"}function Xa(co){var rl,Ju,jc,Wc,Xd,yd;return co.expressions?co.expressions[0]:(rl=(Ju=(jc=(Wc=(Xd=(yd=co.left)!==null&&yd!==void 0?yd:co.test)!==null&&Xd!==void 0?Xd:co.callee)!==null&&Wc!==void 0?Wc:co.object)!==null&&jc!==void 0?jc:co.tag)!==null&&Ju!==void 0?Ju:co.argument)!==null&&rl!==void 0?rl:co.expression}function Fa(co,rl){if(rl.expressions)return["expressions",0];if(rl.left)return["left"];if(rl.test)return["test"];if(rl.object)return["object"];if(rl.callee)return["callee"];if(rl.tag)return["tag"];if(rl.argument)return["argument"];if(rl.expression)return["expression"];throw new Error("Unexpected node has no left side.")}function Zo(co){return co=new Set(co),rl=>co.has(rl==null?void 0:rl.type)}var Ui=Zo(["Line","CommentLine","SingleLine","HashbangComment","HTMLOpen","HTMLClose"]),Ta=Zo(["ExportDefaultDeclaration","ExportDefaultSpecifier","DeclareExportDeclaration","ExportNamedDeclaration","ExportAllDeclaration"]);function Fi(co){let rl=co.getParentNode();return co.getName()==="declaration"&&Ta(rl)?rl:null}var aa=Zo(["BooleanLiteral","DirectiveLiteral","Literal","NullLiteral","NumericLiteral","BigIntLiteral","DecimalLiteral","RegExpLiteral","StringLiteral","TemplateLiteral","TSTypeLiteral","JSXText"]);function Un(co){return co.type==="NumericLiteral"||co.type==="Literal"&&typeof co.value=="number"}function Gi(co){return co.type==="UnaryExpression"&&(co.operator==="+"||co.operator==="-")&&Un(co.argument)}function ra(co){return co.type==="StringLiteral"||co.type==="Literal"&&typeof co.value=="string"}var da=Zo(["ObjectTypeAnnotation","TSTypeLiteral","TSMappedType"]),va=Zo(["FunctionExpression","ArrowFunctionExpression"]);function Aa(co){return co.type==="FunctionExpression"||co.type==="ArrowFunctionExpression"&&co.body.type==="BlockStatement"}function to(co){return dl(co)&&co.callee.type==="Identifier"&&["async","inject","fakeAsync","waitForAsync"].includes(co.callee.name)}var Bo=Zo(["JSXElement","JSXFragment"]);function Jo(co,rl){if(co.parentParser!=="markdown"&&co.parentParser!=="mdx")return!1;let Ju=rl.getNode();if(!Ju.expression||!Bo(Ju.expression))return!1;let jc=rl.getParentNode();return jc.type==="Program"&&jc.body.length===1}function Mo(co){return co.kind==="get"||co.kind==="set"}function _s(co){return Mo(co)||zi(co,co.value)}function bo(co){return(co.type==="ObjectTypeProperty"||co.type==="ObjectTypeInternalSlot")&&co.value.type==="FunctionTypeAnnotation"&&!co.static&&!_s(co)}function Bs(co){return(co.type==="TypeAnnotation"||co.type==="TSTypeAnnotation")&&co.typeAnnotation.type==="FunctionTypeAnnotation"&&!co.static&&!zi(co,co.typeAnnotation)}var Xo=Zo(["BinaryExpression","LogicalExpression","NGPipeExpression"]);function Oo(co){return al(co)||co.type==="BindExpression"&&!!co.object}var ys=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 tl(co){return co?!!((co.type==="GenericTypeAnnotation"||co.type==="TSTypeReference")&&!co.typeParameters||ys.has(co.type)):!1}function $s(co){let rl=/^(?:before|after)(?:Each|All)$/;return co.callee.type==="Identifier"&&rl.test(co.callee.name)&&co.arguments.length===1}var pl=["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 Vo(co){return ki(co,pl)}function As(co,rl){if(co.type!=="CallExpression")return!1;if(co.arguments.length===1){if(to(co)&&rl&&As(rl))return va(co.arguments[0]);if($s(co))return to(co.arguments[0])}else if((co.arguments.length===2||co.arguments.length===3)&&(co.arguments[0].type==="TemplateLiteral"||ra(co.arguments[0]))&&Vo(co.callee))return co.arguments[2]&&!Un(co.arguments[2])?!1:(co.arguments.length===2?va(co.arguments[1]):Aa(co.arguments[1])&&mi(co.arguments[1]).length<=1)||to(co.arguments[1]);return!1}var dl=Zo(["CallExpression","OptionalCallExpression"]),al=Zo(["MemberExpression","OptionalMemberExpression"]);function Ou(co){let rl="expressions";co.type==="TSTemplateLiteralType"&&(rl="types");let Ju=co[rl];return Ju.length===0?!1:Ju.every(jc=>{if(gu(jc))return!1;if(jc.type==="Identifier"||jc.type==="ThisExpression")return!0;if(al(jc)){let Wc=jc;for(;al(Wc);)if(Wc.property.type!=="Identifier"&&Wc.property.type!=="Literal"&&Wc.property.type!=="StringLiteral"&&Wc.property.type!=="NumericLiteral"||(Wc=Wc.object,gu(Wc)))return!1;return Wc.type==="Identifier"||Wc.type==="ThisExpression"}return!1})}function Rs(co,rl){return co==="+"||co==="-"?co+rl:rl}function fs(co,rl){let Ju=Mi(rl),jc=En(co,ea(rl));return jc!==!1&&co.slice(Ju,Ju+2)==="/*"&&co.slice(jc,jc+2)==="*/"}function Fs(co,rl){return Bo(rl)?Js(rl):gu(rl,sl.Leading,Ju=>Fn(co,ea(Ju)))}function Ws(co,rl){return rl.parser!=="json"&&ra(co.key)&&ol(co.key).slice(1,-1)===co.key.value&&(vn(co.key.value)&&!(rl.parser==="babel-ts"&&co.type==="ClassProperty"||rl.parser==="typescript"&&co.type==="PropertyDefinition")||Hs(co.key.value)&&String(Number(co.key.value))===co.key.value&&(rl.parser==="babel"||rl.parser==="acorn"||rl.parser==="espree"||rl.parser==="meriyah"||rl.parser==="__babel_estree"))}function Hs(co){return/^(?:\d+|\d+\.\d+)$/.test(co)}function du(co,rl){let Ju=/^[fx]?(?:describe|it|test)$/;return rl.type==="TaggedTemplateExpression"&&rl.quasi===co&&rl.tag.type==="MemberExpression"&&rl.tag.property.type==="Identifier"&&rl.tag.property.name==="each"&&(rl.tag.object.type==="Identifier"&&Ju.test(rl.tag.object.name)||rl.tag.object.type==="MemberExpression"&&rl.tag.object.property.type==="Identifier"&&(rl.tag.object.property.name==="only"||rl.tag.object.property.name==="skip")&&rl.tag.object.object.type==="Identifier"&&Ju.test(rl.tag.object.object.name))}function jl(co){return co.quasis.some(rl=>rl.value.raw.includes(`
`))}function rc(co,rl){return(co.type==="TemplateLiteral"&&jl(co)||co.type==="TaggedTemplateExpression"&&jl(co.quasi))&&!Fn(rl,Mi(co),{backwards:!0})}function ed(co){if(!gu(co))return!1;let rl=Vn(vs(co,sl.Dangling));return rl&&!ta(rl)}function Uc(co){if(co.length<=1)return!1;let rl=0;for(let Ju of co)if(va(Ju)){if(rl+=1,rl>1)return!0}else if(dl(Ju)){for(let jc of Ju.arguments)if(va(jc))return!0}return!1}function fc(co){let rl=co.getValue(),Ju=co.getParentNode();return dl(rl)&&dl(Ju)&&Ju.callee===rl&&rl.arguments.length>Ju.arguments.length&&Ju.arguments.length>0}function lc(co,rl){if(rl>=2)return!1;let Ju=yd=>lc(yd,rl+1),jc=co.type==="Literal"&&"regex"in co&&co.regex.pattern||co.type==="RegExpLiteral"&&co.pattern;if(jc&&ui(jc)>5)return!1;if(co.type==="Literal"||co.type==="BigIntLiteral"||co.type==="DecimalLiteral"||co.type==="BooleanLiteral"||co.type==="NullLiteral"||co.type==="NumericLiteral"||co.type==="RegExpLiteral"||co.type==="StringLiteral"||co.type==="Identifier"||co.type==="ThisExpression"||co.type==="Super"||co.type==="PrivateName"||co.type==="PrivateIdentifier"||co.type==="ArgumentPlaceholder"||co.type==="Import")return!0;if(co.type==="TemplateLiteral")return co.quasis.every(yd=>!yd.value.raw.includes(`
`))&&co.expressions.every(Ju);if(co.type==="ObjectExpression")return co.properties.every(yd=>!yd.computed&&(yd.shorthand||yd.value&&Ju(yd.value)));if(co.type==="ArrayExpression")return co.elements.every(yd=>yd===null||Ju(yd));if(vc(co))return(co.type==="ImportExpression"||lc(co.callee,rl))&&ms(co).every(Ju);if(al(co))return lc(co.object,rl)&&lc(co.property,rl);let Wc={"!":!0,"-":!0,"+":!0,"~":!0};if(co.type==="UnaryExpression"&&Wc[co.operator])return lc(co.argument,rl);let Xd={"++":!0,"--":!0};return co.type==="UpdateExpression"&&Xd[co.operator]?lc(co.argument,rl):co.type==="TSNonNullExpression"?lc(co.expression,rl):!1}function ol(co){var rl,Ju;return(rl=(Ju=co.extra)===null||Ju===void 0?void 0:Ju.raw)!==null&&rl!==void 0?rl:co.raw}function Qo(co){return co}function fl(co){return co.filepath&&/\.tsx$/i.test(co.filepath)}function Is(co){let rl=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"es5";return co.trailingComma==="es5"&&rl==="es5"||co.trailingComma==="all"&&(rl==="all"||rl==="es5")}function ul(co,rl){switch(co.type){case"BinaryExpression":case"LogicalExpression":case"AssignmentExpression":case"NGPipeExpression":return ul(co.left,rl);case"MemberExpression":case"OptionalMemberExpression":return ul(co.object,rl);case"TaggedTemplateExpression":return co.tag.type==="FunctionExpression"?!1:ul(co.tag,rl);case"CallExpression":case"OptionalCallExpression":return co.callee.type==="FunctionExpression"?!1:ul(co.callee,rl);case"ConditionalExpression":return ul(co.test,rl);case"UpdateExpression":return!co.prefix&&ul(co.argument,rl);case"BindExpression":return co.object&&ul(co.object,rl);case"SequenceExpression":return ul(co.expressions[0],rl);case"TSSatisfiesExpression":case"TSAsExpression":case"TSNonNullExpression":return ul(co.expression,rl);default:return rl(co)}}var Hu={"==":!0,"!=":!0,"===":!0,"!==":!0},$e={"*":!0,"/":!0,"%":!0},er={">>":!0,">>>":!0,"<<":!0};function ir(co,rl){return!(dr(rl)!==dr(co)||co==="**"||Hu[co]&&Hu[rl]||rl==="%"&&$e[co]||co==="%"&&$e[rl]||rl!==co&&$e[rl]&&$e[co]||er[co]&&er[rl])}var lr=new Map([["|>"],["??"],["||"],["&&"],["|"],["^"],["&"],["==","===","!=","!=="],["<",">","<=",">=","in","instanceof"],[">>","<<",">>>"],["+","-"],["*","/","%"],["**"]].flatMap((co,rl)=>co.map(Ju=>[Ju,rl])));function dr(co){return lr.get(co)}function $r(co){return!!er[co]||co==="|"||co==="^"||co==="&"}function Zr(co){var rl;if(co.rest)return!0;let Ju=mi(co);return((rl=Vn(Ju))===null||rl===void 0?void 0:rl.type)==="RestElement"}var Hn=new WeakMap;function mi(co){if(Hn.has(co))return Hn.get(co);let rl=[];return co.this&&rl.push(co.this),Array.isArray(co.parameters)?rl.push(...co.parameters):Array.isArray(co.params)&&rl.push(...co.params),co.rest&&rl.push(co.rest),Hn.set(co,rl),rl}function ma(co,rl){let Ju=co.getValue(),jc=0,Wc=Xd=>rl(Xd,jc++);Ju.this&&co.call(Wc,"this"),Array.isArray(Ju.parameters)?co.each(Wc,"parameters"):Array.isArray(Ju.params)&&co.each(Wc,"params"),Ju.rest&&co.call(Wc,"rest")}var io=new WeakMap;function ms(co){if(io.has(co))return io.get(co);let rl=co.arguments;return co.type==="ImportExpression"&&(rl=[co.source],co.attributes&&rl.push(co.attributes)),io.set(co,rl),rl}function gs(co,rl){let Ju=co.getValue();Ju.type==="ImportExpression"?(co.call(jc=>rl(jc,0),"source"),Ju.attributes&&co.call(jc=>rl(jc,1),"attributes")):co.each(rl,"arguments")}function Cs(co){return co.value.trim()==="prettier-ignore"&&!co.unignore}function Js(co){return co&&(co.prettierIgnore||gu(co,sl.PrettierIgnore))}function Hl(co){let rl=co.getValue();return Js(rl)}var sl={Leading:2,Trailing:4,Dangling:8,Block:16,Line:32,PrettierIgnore:64,First:128,Last:256},pu=(co,rl)=>{if(typeof co=="function"&&(rl=co,co=0),co||rl)return(Ju,jc,Wc)=>!(co&sl.Leading&&!Ju.leading||co&sl.Trailing&&!Ju.trailing||co&sl.Dangling&&(Ju.leading||Ju.trailing)||co&sl.Block&&!ta(Ju)||co&sl.Line&&!Ui(Ju)||co&sl.First&&jc!==0||co&sl.Last&&jc!==Wc.length-1||co&sl.PrettierIgnore&&!Cs(Ju)||rl&&!rl(Ju))};function gu(co,rl,Ju){if(!xn(co==null?void 0:co.comments))return!1;let jc=pu(rl,Ju);return jc?co.comments.some(jc):!0}function vs(co,rl,Ju){if(!Array.isArray(co==null?void 0:co.comments))return[];let jc=pu(rl,Ju);return jc?co.comments.filter(jc):co.comments}var pc=(co,rl)=>{let{originalText:Ju}=rl;return Nn(Ju,ea(co))};function vc(co){return dl(co)||co.type==="NewExpression"||co.type==="ImportExpression"}function $u(co){return co&&(co.type==="ObjectProperty"||co.type==="Property"&&!co.method&&co.kind==="init")}function dc(co){return!!co.__isUsingHackPipeline}var zc=Symbol("ifWithoutBlockAndSameLineComment");function Vd(co){return co.type==="TSAsExpression"||co.type==="TSSatisfiesExpression"}di.exports={getFunctionParameters:mi,iterateFunctionParametersPath:ma,getCallArguments:ms,iterateCallArgumentsPath:gs,hasRestParameter:Zr,getLeftSide:Xa,getLeftSidePathName:Fa,getParentExportDeclaration:Fi,getTypeScriptMappedTypeModifier:Rs,hasFlowAnnotationComment:la,hasFlowShorthandAnnotationComment:Ba,hasLeadingOwnLineComment:Fs,hasNakedLeftSide:Ea,hasNode:La,hasIgnoreComment:Hl,hasNodeIgnoreComment:Js,identity:Qo,isBinaryish:Xo,isCallLikeExpression:vc,isEnabledHackPipeline:dc,isLineComment:Ui,isPrettierIgnoreComment:Cs,isCallExpression:dl,isMemberExpression:al,isExportDeclaration:Ta,isFlowAnnotationComment:fs,isFunctionCompositionArgs:Uc,isFunctionNotation:_s,isFunctionOrArrowExpression:va,isGetterOrSetter:Mo,isJestEachTemplateLiteral:du,isJsxNode:Bo,isLiteral:aa,isLongCurriedCallExpression:fc,isSimpleCallArgument:lc,isMemberish:Oo,isNumericLiteral:Un,isSignedNumericLiteral:Gi,isObjectProperty:$u,isObjectType:da,isObjectTypePropertyAFunction:bo,isSimpleType:tl,isSimpleNumber:Hs,isSimpleTemplateLiteral:Ou,isStringLiteral:ra,isStringPropSafeToUnquote:Ws,isTemplateOnItsOwnLine:rc,isTestCall:As,isTheOnlyJsxElementInMarkdown:Jo,isTSXFile:fl,isTypeAnnotationAFunction:Bs,isNextLineEmpty:pc,needsHardlineAfterDanglingComment:ed,rawText:ol,shouldPrintComma:Is,isBitwiseOperator:$r,shouldFlatten:ir,startsWithNoLookaheadToken:ul,getPrecedence:dr,hasComment:gu,getComments:vs,CommentCheckFlags:sl,markerForIfWithoutBlockAndSameLineComment:zc,isTSTypeExpression:Vd}}}),qp=ko({"src/language-js/print/template-literal.js"(Rn,di){In();var vn=Ac(),{getStringWidth:Vn,getIndentSize:Fn}=Gc(),{builders:{join:En,hardline:xn,softline:Nn,group:ui,indent:Mi,align:ea,lineSuffixBoundary:zi,addAlignmentToDoc:ta},printer:{printDocToString:ki},utils:{mapDoc:ji}}=yc(),{isBinaryish:oa,isJestEachTemplateLiteral:Ra,isSimpleTemplateLiteral:Ba,hasComment:la,isMemberExpression:La,isTSTypeExpression:Ea}=Dd();function Xa(aa,Un,Gi){let ra=aa.getValue();if(ra.type==="TemplateLiteral"&&Ra(ra,aa.getParentNode())){let Bo=Fa(aa,Gi,Un);if(Bo)return Bo}let da="expressions";ra.type==="TSTemplateLiteralType"&&(da="types");let va=[],Aa=aa.map(Un,da),to=Ba(ra);return to&&(Aa=Aa.map(Bo=>ki(Bo,Object.assign(Object.assign({},Gi),{},{printWidth:Number.POSITIVE_INFINITY})).formatted)),va.push(zi,"`"),aa.each(Bo=>{let Jo=Bo.getName();if(va.push(Un()),Jo<Aa.length){let{tabWidth:Mo}=Gi,_s=Bo.getValue(),bo=Fn(_s.value.raw,Mo),Bs=Aa[Jo];if(!to){let Oo=ra[da][Jo];(la(Oo)||La(Oo)||Oo.type==="ConditionalExpression"||Oo.type==="SequenceExpression"||Ea(Oo)||oa(Oo))&&(Bs=[Mi([Nn,Bs]),Nn])}let Xo=bo===0&&_s.value.raw.endsWith(`
`)?ea(Number.NEGATIVE_INFINITY,Bs):ta(Bs,bo,Mo);va.push(ui(["${",Xo,zi,"}"]))}},"quasis"),va.push("`"),va}function Fa(aa,Un,Gi){let ra=aa.getNode(),da=ra.quasis[0].value.raw.trim().split(/\s*\|\s*/);if(da.length>1||da.some(va=>va.length>0)){Un.__inJestEach=!0;let va=aa.map(Gi,"expressions");Un.__inJestEach=!1;let Aa=[],to=va.map(bo=>"${"+ki(bo,Object.assign(Object.assign({},Un),{},{printWidth:Number.POSITIVE_INFINITY,endOfLine:"lf"})).formatted+"}"),Bo=[{hasLineBreak:!1,cells:[]}];for(let bo=1;bo<ra.quasis.length;bo++){let Bs=vn(Bo),Xo=to[bo-1];Bs.cells.push(Xo),Xo.includes(`
`)&&(Bs.hasLineBreak=!0),ra.quasis[bo].value.raw.includes(`
`)&&Bo.push({hasLineBreak:!1,cells:[]})}let Jo=Math.max(da.length,...Bo.map(bo=>bo.cells.length)),Mo=Array.from({length:Jo}).fill(0),_s=[{cells:da},...Bo.filter(bo=>bo.cells.length>0)];for(let{cells:bo}of _s.filter(Bs=>!Bs.hasLineBreak))for(let[Bs,Xo]of bo.entries())Mo[Bs]=Math.max(Mo[Bs],Vn(Xo));return Aa.push(zi,"`",Mi([xn,En(xn,_s.map(bo=>En(" | ",bo.cells.map((Bs,Xo)=>bo.hasLineBreak?Bs:Bs+" ".repeat(Mo[Xo]-Vn(Bs))))))]),xn,"`"),Aa}}function Zo(aa,Un){let Gi=aa.getValue(),ra=Un();return la(Gi)&&(ra=ui([Mi([Nn,ra]),Nn])),["${",ra,zi,"}"]}function Ui(aa,Un){return aa.map(Gi=>Zo(Gi,Un),"expressions")}function Ta(aa,Un){return ji(aa,Gi=>typeof Gi=="string"?Un?Gi.replace(/(\\*)`/g,"$1$1\\`"):Fi(Gi):Gi)}function Fi(aa){return aa.replace(/([\\`]|\${)/g,"\\$1")}di.exports={printTemplateLiteral:Xa,printTemplateExpressions:Ui,escapeTemplateCharacters:Ta,uncookTemplateElementValue:Fi}}}),km=ko({"src/language-js/embed/markdown.js"(Rn,di){In();var{builders:{indent:vn,softline:Vn,literalline:Fn,dedentToRoot:En}}=yc(),{escapeTemplateCharacters:xn}=qp();function Nn(Mi,ea,zi){let ta=Mi.getValue().quasis[0].value.raw.replace(/((?:\\\\)*)\\`/g,(Ra,Ba)=>"\\".repeat(Ba.length/2)+"`"),ki=ui(ta),ji=ki!=="";ji&&(ta=ta.replace(new RegExp(`^${ki}`,"gm"),""));let oa=xn(zi(ta,{parser:"markdown",__inJsTemplate:!0},{stripTrailingHardline:!0}),!0);return["`",ji?vn([Vn,oa]):[Fn,En(oa)],Vn,"`"]}function ui(Mi){let ea=Mi.match(/^([^\S\n]*)\S/m);return ea===null?"":ea[1]}di.exports=Nn}}),Ip=ko({"src/language-js/embed/css.js"(Rn,di){In();var{isNonEmptyArray:vn}=Gc(),{builders:{indent:Vn,hardline:Fn,softline:En},utils:{mapDoc:xn,replaceEndOfLine:Nn,cleanDoc:ui}}=yc(),{printTemplateExpressions:Mi}=qp();function ea(ki,ji,oa){let Ra=ki.getValue(),Ba=Ra.quasis.map(Fa=>Fa.value.raw),la=0,La=Ba.reduce((Fa,Zo,Ui)=>Ui===0?Zo:Fa+"@prettier-placeholder-"+la+++"-id"+Zo,""),Ea=oa(La,{parser:"scss"},{stripTrailingHardline:!0}),Xa=Mi(ki,ji);return zi(Ea,Ra,Xa)}function zi(ki,ji,oa){if(ji.quasis.length===1&&!ji.quasis[0].value.raw.trim())return"``";let Ra=ta(ki,oa);if(!Ra)throw new Error("Couldn't insert all the expressions");return["`",Vn([Fn,Ra]),En,"`"]}function ta(ki,ji){if(!vn(ji))return ki;let oa=0,Ra=xn(ui(ki),Ba=>typeof Ba!="string"||!Ba.includes("@prettier-placeholder")?Ba:Ba.split(/@prettier-placeholder-(\d+)-id/).map((la,La)=>La%2===0?Nn(la):(oa++,ji[la])));return ji.length===oa?Ra:null}di.exports=ea}}),rm=ko({"src/language-js/embed/graphql.js"(Rn,di){In();var{builders:{indent:vn,join:Vn,hardline:Fn}}=yc(),{escapeTemplateCharacters:En,printTemplateExpressions:xn}=qp();function Nn(Mi,ea,zi){let ta=Mi.getValue(),ki=ta.quasis.length;if(ki===1&&ta.quasis[0].value.raw.trim()==="")return"``";let ji=xn(Mi,ea),oa=[];for(let Ra=0;Ra<ki;Ra++){let Ba=ta.quasis[Ra],la=Ra===0,La=Ra===ki-1,Ea=Ba.value.cooked,Xa=Ea.split(`
`),Fa=Xa.length,Zo=ji[Ra],Ui=Fa>2&&Xa[0].trim()===""&&Xa[1].trim()==="",Ta=Fa>2&&Xa[Fa-1].trim()===""&&Xa[Fa-2].trim()==="",Fi=Xa.every(Un=>/^\s*(?:#[^\n\r]*)?$/.test(Un));if(!La&&/#[^\n\r]*$/.test(Xa[Fa-1]))return null;let aa=null;Fi?aa=ui(Xa):aa=zi(Ea,{parser:"graphql"},{stripTrailingHardline:!0}),aa?(aa=En(aa,!1),!la&&Ui&&oa.push(""),oa.push(aa),!La&&Ta&&oa.push("")):!la&&!La&&Ui&&oa.push(""),Zo&&oa.push(Zo)}return["`",vn([Fn,Vn(Fn,oa)]),Fn,"`"]}function ui(Mi){let ea=[],zi=!1,ta=Mi.map(ki=>ki.trim());for(let[ki,ji]of ta.entries())ji!==""&&(ta[ki-1]===""&&zi?ea.push([Fn,ji]):ea.push(ji),zi=!0);return ea.length===0?null:Vn(Fn,ea)}di.exports=Nn}}),Lf=ko({"src/language-js/embed/html.js"(Rn,di){In();var{builders:{indent:vn,line:Vn,hardline:Fn,group:En},utils:{mapDoc:xn}}=yc(),{printTemplateExpressions:Nn,uncookTemplateElementValue:ui}=qp(),Mi=0;function ea(zi,ta,ki,ji,oa){let{parser:Ra}=oa,Ba=zi.getValue(),la=Mi;Mi=Mi+1>>>0;let La=Gi=>`PRETTIER_HTML_PLACEHOLDER_${Gi}_${la}_IN_JS`,Ea=Ba.quasis.map((Gi,ra,da)=>ra===da.length-1?Gi.value.cooked:Gi.value.cooked+La(ra)).join(""),Xa=Nn(zi,ta);if(Xa.length===0&&Ea.trim().length===0)return"``";let Fa=new RegExp(La("(\\d+)"),"g"),Zo=0,Ui=ki(Ea,{parser:Ra,__onHtmlRoot(Gi){Zo=Gi.children.length}},{stripTrailingHardline:!0}),Ta=xn(Ui,Gi=>{if(typeof Gi!="string")return Gi;let ra=[],da=Gi.split(Fa);for(let va=0;va<da.length;va++){let Aa=da[va];if(va%2===0){Aa&&(Aa=ui(Aa),ji.__embeddedInHtml&&(Aa=Aa.replace(/<\/(script)\b/gi,"<\\/$1")),ra.push(Aa));continue}let to=Number(Aa);ra.push(Xa[to])}return ra}),Fi=/^\s/.test(Ea)?" ":"",aa=/\s$/.test(Ea)?" ":"",Un=ji.htmlWhitespaceSensitivity==="ignore"?Fn:Fi&&aa?Vn:null;return En(Un?["`",vn([Un,En(Ta)]),Un,"`"]:["`",Fi,Zo>1?vn(En(Ta)):En(Ta),aa,"`"])}di.exports=ea}}),$f=ko({"src/language-js/embed.js"(Rn,di){In();var{hasComment:vn,CommentCheckFlags:Vn,isObjectProperty:Fn}=Dd(),En=km(),xn=Ip(),Nn=rm(),ui=Lf();function Mi(Ui){if(ta(Ui)||Ra(Ui)||Ba(Ui)||ki(Ui))return"css";if(Ea(Ui))return"graphql";if(Fa(Ui))return"html";if(ji(Ui))return"angular";if(zi(Ui))return"markdown"}function ea(Ui,Ta,Fi,aa){let Un=Ui.getValue();if(Un.type!=="TemplateLiteral"||Zo(Un))return;let Gi=Mi(Ui);if(Gi){if(Gi==="markdown")return En(Ui,Ta,Fi);if(Gi==="css")return xn(Ui,Ta,Fi);if(Gi==="graphql")return Nn(Ui,Ta,Fi);if(Gi==="html"||Gi==="angular")return ui(Ui,Ta,Fi,aa,{parser:Gi})}}function zi(Ui){let Ta=Ui.getValue(),Fi=Ui.getParentNode();return Fi&&Fi.type==="TaggedTemplateExpression"&&Ta.quasis.length===1&&Fi.tag.type==="Identifier"&&(Fi.tag.name==="md"||Fi.tag.name==="markdown")}function ta(Ui){let Ta=Ui.getValue(),Fi=Ui.getParentNode(),aa=Ui.getParentNode(1);return aa&&Ta.quasis&&Fi.type==="JSXExpressionContainer"&&aa.type==="JSXElement"&&aa.openingElement.name.name==="style"&&aa.openingElement.attributes.some(Un=>Un.name.name==="jsx")||Fi&&Fi.type==="TaggedTemplateExpression"&&Fi.tag.type==="Identifier"&&Fi.tag.name==="css"||Fi&&Fi.type==="TaggedTemplateExpression"&&Fi.tag.type==="MemberExpression"&&Fi.tag.object.name==="css"&&(Fi.tag.property.name==="global"||Fi.tag.property.name==="resolve")}function ki(Ui){return Ui.match(Ta=>Ta.type==="TemplateLiteral",(Ta,Fi)=>Ta.type==="ArrayExpression"&&Fi==="elements",(Ta,Fi)=>Fn(Ta)&&Ta.key.type==="Identifier"&&Ta.key.name==="styles"&&Fi==="value",...oa)}function ji(Ui){return Ui.match(Ta=>Ta.type==="TemplateLiteral",(Ta,Fi)=>Fn(Ta)&&Ta.key.type==="Identifier"&&Ta.key.name==="template"&&Fi==="value",...oa)}var oa=[(Ui,Ta)=>Ui.type==="ObjectExpression"&&Ta==="properties",(Ui,Ta)=>Ui.type==="CallExpression"&&Ui.callee.type==="Identifier"&&Ui.callee.name==="Component"&&Ta==="arguments",(Ui,Ta)=>Ui.type==="Decorator"&&Ta==="expression"];function Ra(Ui){let Ta=Ui.getParentNode();if(!Ta||Ta.type!=="TaggedTemplateExpression")return!1;let Fi=Ta.tag.type==="ParenthesizedExpression"?Ta.tag.expression:Ta.tag;switch(Fi.type){case"MemberExpression":return la(Fi.object)||La(Fi);case"CallExpression":return la(Fi.callee)||Fi.callee.type==="MemberExpression"&&(Fi.callee.object.type==="MemberExpression"&&(la(Fi.callee.object.object)||La(Fi.callee.object))||Fi.callee.object.type==="CallExpression"&&la(Fi.callee.object.callee));case"Identifier":return Fi.name==="css";default:return!1}}function Ba(Ui){let Ta=Ui.getParentNode(),Fi=Ui.getParentNode(1);return Fi&&Ta.type==="JSXExpressionContainer"&&Fi.type==="JSXAttribute"&&Fi.name.type==="JSXIdentifier"&&Fi.name.name==="css"}function la(Ui){return Ui.type==="Identifier"&&Ui.name==="styled"}function La(Ui){return/^[A-Z]/.test(Ui.object.name)&&Ui.property.name==="extend"}function Ea(Ui){let Ta=Ui.getValue(),Fi=Ui.getParentNode();return Xa(Ta,"GraphQL")||Fi&&(Fi.type==="TaggedTemplateExpression"&&(Fi.tag.type==="MemberExpression"&&Fi.tag.object.name==="graphql"&&Fi.tag.property.name==="experimental"||Fi.tag.type==="Identifier"&&(Fi.tag.name==="gql"||Fi.tag.name==="graphql"))||Fi.type==="CallExpression"&&Fi.callee.type==="Identifier"&&Fi.callee.name==="graphql")}function Xa(Ui,Ta){return vn(Ui,Vn.Block|Vn.Leading,Fi=>{let{value:aa}=Fi;return aa===` ${Ta} `})}function Fa(Ui){return Xa(Ui.getValue(),"HTML")||Ui.match(Ta=>Ta.type==="TemplateLiteral",(Ta,Fi)=>Ta.type==="TaggedTemplateExpression"&&Ta.tag.type==="Identifier"&&Ta.tag.name==="html"&&Fi==="quasi")}function Zo(Ui){let{quasis:Ta}=Ui;return Ta.some(Fi=>{let{value:{cooked:aa}}=Fi;return aa===null})}di.exports=ea}}),lh=ko({"src/language-js/clean.js"(Rn,di){In();var vn=Nd(),Vn=new Set(["range","raw","comments","leadingComments","trailingComments","innerComments","extra","start","end","loc","flags","errors","tokens"]),Fn=xn=>{for(let Nn of xn.quasis)delete Nn.value};function En(xn,Nn,ui){if(xn.type==="Program"&&delete Nn.sourceType,(xn.type==="BigIntLiteral"||xn.type==="BigIntLiteralTypeAnnotation")&&Nn.value&&(Nn.value=Nn.value.toLowerCase()),(xn.type==="BigIntLiteral"||xn.type==="Literal")&&Nn.bigint&&(Nn.bigint=Nn.bigint.toLowerCase()),xn.type==="DecimalLiteral"&&(Nn.value=Number(Nn.value)),xn.type==="Literal"&&Nn.decimal&&(Nn.decimal=Number(Nn.decimal)),xn.type==="EmptyStatement"||xn.type==="JSXText"||xn.type==="JSXExpressionContainer"&&(xn.expression.type==="Literal"||xn.expression.type==="StringLiteral")&&xn.expression.value===" ")return null;if((xn.type==="Property"||xn.type==="ObjectProperty"||xn.type==="MethodDefinition"||xn.type==="ClassProperty"||xn.type==="ClassMethod"||xn.type==="PropertyDefinition"||xn.type==="TSDeclareMethod"||xn.type==="TSPropertySignature"||xn.type==="ObjectTypeProperty")&&typeof xn.key=="object"&&xn.key&&(xn.key.type==="Literal"||xn.key.type==="NumericLiteral"||xn.key.type==="StringLiteral"||xn.key.type==="Identifier")&&delete Nn.key,xn.type==="JSXElement"&&xn.openingElement.name.name==="style"&&xn.openingElement.attributes.some(zi=>zi.name.name==="jsx"))for(let{type:zi,expression:ta}of Nn.children)zi==="JSXExpressionContainer"&&ta.type==="TemplateLiteral"&&Fn(ta);xn.type==="JSXAttribute"&&xn.name.name==="css"&&xn.value.type==="JSXExpressionContainer"&&xn.value.expression.type==="TemplateLiteral"&&Fn(Nn.value.expression),xn.type==="JSXAttribute"&&xn.value&&xn.value.type==="Literal"&&/["']|&quot;|&apos;/.test(xn.value.value)&&(Nn.value.value=Nn.value.value.replace(/["']|&quot;|&apos;/g,'"'));let Mi=xn.expression||xn.callee;if(xn.type==="Decorator"&&Mi.type==="CallExpression"&&Mi.callee.name==="Component"&&Mi.arguments.length===1){let zi=xn.expression.arguments[0].properties;for(let[ta,ki]of Nn.expression.arguments[0].properties.entries())switch(zi[ta].key.name){case"styles":ki.value.type==="ArrayExpression"&&Fn(ki.value.elements[0]);break;case"template":ki.value.type==="TemplateLiteral"&&Fn(ki.value);break}}if(xn.type==="TaggedTemplateExpression"&&(xn.tag.type==="MemberExpression"||xn.tag.type==="Identifier"&&(xn.tag.name==="gql"||xn.tag.name==="graphql"||xn.tag.name==="css"||xn.tag.name==="md"||xn.tag.name==="markdown"||xn.tag.name==="html")||xn.tag.type==="CallExpression")&&Fn(Nn.quasi),xn.type==="TemplateLiteral"){var ea;(!((ea=xn.leadingComments)===null||ea===void 0)&&ea.some(zi=>vn(zi)&&["GraphQL","HTML"].some(ta=>zi.value===` ${ta} `))||ui.type==="CallExpression"&&ui.callee.name==="graphql"||!xn.leadingComments)&&Fn(Nn)}if(xn.type==="InterpreterDirective"&&(Nn.value=Nn.value.trimEnd()),(xn.type==="TSIntersectionType"||xn.type==="TSUnionType")&&xn.types.length===1)return Nn.types[0]}En.ignoredProperties=Vn,di.exports=En}}),uh={};vu(uh,{EOL:()=>$o,arch:()=>So,cpus:()=>os,default:()=>Ts,endianness:()=>vf,freemem:()=>wh,getNetworkInterfaces:()=>eo,hostname:()=>Mm,loadavg:()=>bm,networkInterfaces:()=>Ao,platform:()=>Ro,release:()=>Do,tmpDir:()=>no,tmpdir:()=>Ja,totalmem:()=>Os,type:()=>Co,uptime:()=>Wf});function vf(){if(typeof qo>"u"){var Rn=new ArrayBuffer(2),di=new Uint8Array(Rn),vn=new Uint16Array(Rn);if(di[0]=1,di[1]=2,vn[0]===258)qo="BE";else if(vn[0]===513)qo="LE";else throw new Error("unable to figure out endianess")}return qo}function Mm(){return typeof globalThis.location<"u"?globalThis.location.hostname:""}function bm(){return[]}function Wf(){return 0}function wh(){return Number.MAX_VALUE}function Os(){return Number.MAX_VALUE}function os(){return[]}function Co(){return"Browser"}function Do(){return typeof globalThis.navigator<"u"?globalThis.navigator.appVersion:""}function Ao(){}function eo(){}function So(){return"javascript"}function Ro(){return"browser"}function no(){return"/tmp"}var qo,Ja,$o,Ts,ds=cu({"node-modules-polyfills:os"(){In(),Ja=no,$o=`
`,Ts={EOL:$o,tmpdir:Ja,tmpDir:no,networkInterfaces:Ao,getNetworkInterfaces:eo,release:Do,type:Co,cpus:os,totalmem:Os,freemem:wh,uptime:Wf,loadavg:bm,hostname:Mm,endianness:vf}}}),ks=ko({"node-modules-polyfills-commonjs:os"(Rn,di){In();var vn=(ds(),Fu(uh));if(vn&&vn.default){di.exports=vn.default;for(let Vn in vn)di.exports[Vn]=vn[Vn]}else vn&&(di.exports=vn)}}),Gs=ko({"node_modules/detect-newline/index.js"(Rn,di){In();var vn=Vn=>{if(typeof Vn!="string")throw new TypeError("Expected a string");let Fn=Vn.match(/(?:\r?\n)/g)||[];if(Fn.length===0)return;let En=Fn.filter(Nn=>Nn===`\r
`).length,xn=Fn.length-En;return En>xn?`\r
`:`
`};di.exports=vn,di.exports.graceful=Vn=>typeof Vn=="string"&&vn(Vn)||`
`}}),Ls=ko({"node_modules/jest-docblock/build/index.js"(Rn){In(),Object.defineProperty(Rn,"__esModule",{value:!0}),Rn.extract=ki,Rn.parse=oa,Rn.parseWithComments=Ra,Rn.print=Ba,Rn.strip=ji;function di(){let La=ks();return di=function(){return La},La}function vn(){let La=Vn(Gs());return vn=function(){return La},La}function Vn(La){return La&&La.__esModule?La:{default:La}}var Fn=/\*\/$/,En=/^\/\*\*?/,xn=/^\s*(\/\*\*?(.|\r?\n)*?\*\/)/,Nn=/(^|\s+)\/\/([^\r\n]*)/g,ui=/^(\r?\n)+/,Mi=/(?:^|\r?\n) *(@[^\r\n]*?) *\r?\n *(?![^@\r\n]*\/\/[^]*)([^@\r\n\s][^@\r\n]+?) *\r?\n/g,ea=/(?:^|\r?\n) *@(\S+) *([^\r\n]*)/g,zi=/(\r?\n|^) *\* ?/g,ta=[];function ki(La){let Ea=La.match(xn);return Ea?Ea[0].trimLeft():""}function ji(La){let Ea=La.match(xn);return Ea&&Ea[0]?La.substring(Ea[0].length):La}function oa(La){return Ra(La).pragmas}function Ra(La){let Ea=(0,vn().default)(La)||di().EOL;La=La.replace(En,"").replace(Fn,"").replace(zi,"$1");let Xa="";for(;Xa!==La;)Xa=La,La=La.replace(Mi,`${Ea}$1 $2${Ea}`);La=La.replace(ui,"").trimRight();let Fa=Object.create(null),Zo=La.replace(ea,"").replace(ui,"").trimRight(),Ui;for(;Ui=ea.exec(La);){let Ta=Ui[2].replace(Nn,"");typeof Fa[Ui[1]]=="string"||Array.isArray(Fa[Ui[1]])?Fa[Ui[1]]=ta.concat(Fa[Ui[1]],Ta):Fa[Ui[1]]=Ta}return{comments:Zo,pragmas:Fa}}function Ba(La){let{comments:Ea="",pragmas:Xa={}}=La,Fa=(0,vn().default)(Ea)||di().EOL,Zo="/**",Ui=" *",Ta=" */",Fi=Object.keys(Xa),aa=Fi.map(Gi=>la(Gi,Xa[Gi])).reduce((Gi,ra)=>Gi.concat(ra),[]).map(Gi=>`${Ui} ${Gi}${Fa}`).join("");if(!Ea){if(Fi.length===0)return"";if(Fi.length===1&&!Array.isArray(Xa[Fi[0]])){let Gi=Xa[Fi[0]];return`${Zo} ${la(Fi[0],Gi)[0]}${Ta}`}}let Un=Ea.split(Fa).map(Gi=>`${Ui} ${Gi}`).join(Fa)+Fa;return Zo+Fa+(Ea?Un:"")+(Ea&&Fi.length?Ui+Fa:"")+aa+Ta}function la(La,Ea){return ta.concat(Ea).map(Xa=>`@${La} ${Xa}`.trim())}}}),cl=ko({"src/language-js/utils/get-shebang.js"(Rn,di){In();function vn(Vn){if(!Vn.startsWith("#!"))return"";let Fn=Vn.indexOf(`
`);return Fn===-1?Vn:Vn.slice(0,Fn)}di.exports=vn}}),ns=ko({"src/language-js/pragma.js"(Rn,di){In();var{parseWithComments:vn,strip:Vn,extract:Fn,print:En}=Ls(),{normalizeEndOfLine:xn}=Uu(),Nn=cl();function ui(zi){let ta=Nn(zi);ta&&(zi=zi.slice(ta.length+1));let ki=Fn(zi),{pragmas:ji,comments:oa}=vn(ki);return{shebang:ta,text:zi,pragmas:ji,comments:oa}}function Mi(zi){let ta=Object.keys(ui(zi).pragmas);return ta.includes("prettier")||ta.includes("format")}function ea(zi){let{shebang:ta,text:ki,pragmas:ji,comments:oa}=ui(zi),Ra=Vn(ki),Ba=En({pragmas:Object.assign({format:""},ji),comments:oa.trimStart()});return(ta?`${ta}
`:"")+xn(Ba)+(Ra.startsWith(`
`)?`
`:`
`)+Ra}di.exports={hasPragma:Mi,insertPragma:ea}}}),il=ko({"src/language-js/utils/is-type-cast-comment.js"(Rn,di){In();var vn=Nd();function Vn(Fn){return vn(Fn)&&Fn.value[0]==="*"&&/@(?:type|satisfies)\b/.test(Fn.value)}di.exports=Vn}}),Es=ko({"src/language-js/comments.js"(Rn,di){In();var{getLast:vn,hasNewline:Vn,getNextNonSpaceNonCommentCharacterIndexWithStartIndex:Fn,getNextNonSpaceNonCommentCharacter:En,hasNewlineInRange:xn,addLeadingComment:Nn,addTrailingComment:ui,addDanglingComment:Mi,getNextNonSpaceNonCommentCharacterIndex:ea,isNonEmptyArray:zi}=Gc(),{getFunctionParameters:ta,isPrettierIgnoreComment:ki,isJsxNode:ji,hasFlowShorthandAnnotationComment:oa,hasFlowAnnotationComment:Ra,hasIgnoreComment:Ba,isCallLikeExpression:la,getCallArguments:La,isCallExpression:Ea,isMemberExpression:Xa,isObjectProperty:Fa,isLineComment:Zo,getComments:Ui,CommentCheckFlags:Ta,markerForIfWithoutBlockAndSameLineComment:Fi}=Dd(),{locStart:aa,locEnd:Un}=xp(),Gi=Nd(),ra=il();function da(er){return[Qo,Ou,Bs,Mo,_s,bo,tl,jl,Ws,du,rc,ed,pl,Rs,fs].some(ir=>ir(er))}function va(er){return[Jo,Ou,Xo,rc,Mo,_s,bo,tl,Rs,Fs,Hs,du,lc,fs,Is].some(ir=>ir(er))}function Aa(er){return[Qo,Mo,_s,Oo,al,pl,du,dl,As,fl,fs,ol].some(ir=>ir(er))}function to(er,ir){let lr=(er.body||er.properties).find(dr=>{let{type:$r}=dr;return $r!=="EmptyStatement"});lr?Nn(lr,ir):Mi(er,ir)}function Bo(er,ir){er.type==="BlockStatement"?to(er,ir):Nn(er,ir)}function Jo(er){let{comment:ir,followingNode:lr}=er;return lr&&ra(ir)?(Nn(lr,ir),!0):!1}function Mo(er){let{comment:ir,precedingNode:lr,enclosingNode:dr,followingNode:$r,text:Zr}=er;if((dr==null?void 0:dr.type)!=="IfStatement"||!$r)return!1;if(En(Zr,ir,Un)===")")return ui(lr,ir),!0;if(lr===dr.consequent&&$r===dr.alternate){if(lr.type==="BlockStatement")ui(lr,ir);else{let Hn=ir.type==="SingleLine"||ir.loc.start.line===ir.loc.end.line,mi=ir.loc.start.line===lr.loc.start.line;Hn&&mi?Mi(lr,ir,Fi):Mi(dr,ir)}return!0}return $r.type==="BlockStatement"?(to($r,ir),!0):$r.type==="IfStatement"?(Bo($r.consequent,ir),!0):dr.consequent===$r?(Nn($r,ir),!0):!1}function _s(er){let{comment:ir,precedingNode:lr,enclosingNode:dr,followingNode:$r,text:Zr}=er;return(dr==null?void 0:dr.type)!=="WhileStatement"||!$r?!1:En(Zr,ir,Un)===")"?(ui(lr,ir),!0):$r.type==="BlockStatement"?(to($r,ir),!0):dr.body===$r?(Nn($r,ir),!0):!1}function bo(er){let{comment:ir,precedingNode:lr,enclosingNode:dr,followingNode:$r}=er;return(dr==null?void 0:dr.type)!=="TryStatement"&&(dr==null?void 0:dr.type)!=="CatchClause"||!$r?!1:dr.type==="CatchClause"&&lr?(ui(lr,ir),!0):$r.type==="BlockStatement"?(to($r,ir),!0):$r.type==="TryStatement"?(Bo($r.finalizer,ir),!0):$r.type==="CatchClause"?(Bo($r.body,ir),!0):!1}function Bs(er){let{comment:ir,enclosingNode:lr,followingNode:dr}=er;return Xa(lr)&&(dr==null?void 0:dr.type)==="Identifier"?(Nn(lr,ir),!0):!1}function Xo(er){let{comment:ir,precedingNode:lr,enclosingNode:dr,followingNode:$r,text:Zr}=er,Hn=lr&&!xn(Zr,Un(lr),aa(ir));return(!lr||!Hn)&&((dr==null?void 0:dr.type)==="ConditionalExpression"||(dr==null?void 0:dr.type)==="TSConditionalType")&&$r?(Nn($r,ir),!0):!1}function Oo(er){let{comment:ir,precedingNode:lr,enclosingNode:dr}=er;return Fa(dr)&&dr.shorthand&&dr.key===lr&&dr.value.type==="AssignmentPattern"?(ui(dr.value.left,ir),!0):!1}var ys=new Set(["ClassDeclaration","ClassExpression","DeclareClass","DeclareInterface","InterfaceDeclaration","TSInterfaceDeclaration"]);function tl(er){let{comment:ir,precedingNode:lr,enclosingNode:dr,followingNode:$r}=er;if(ys.has(dr==null?void 0:dr.type)){if(zi(dr.decorators)&&!($r&&$r.type==="Decorator"))return ui(vn(dr.decorators),ir),!0;if(dr.body&&$r===dr.body)return to(dr.body,ir),!0;if($r){if(dr.superClass&&$r===dr.superClass&&lr&&(lr===dr.id||lr===dr.typeParameters))return ui(lr,ir),!0;for(let Zr of["implements","extends","mixins"])if(dr[Zr]&&$r===dr[Zr][0])return lr&&(lr===dr.id||lr===dr.typeParameters||lr===dr.superClass)?ui(lr,ir):Mi(dr,ir,Zr),!0}}return!1}var $s=new Set(["ClassMethod","ClassProperty","PropertyDefinition","TSAbstractPropertyDefinition","TSAbstractMethodDefinition","TSDeclareMethod","MethodDefinition","ClassAccessorProperty","AccessorProperty","TSAbstractAccessorProperty"]);function pl(er){let{comment:ir,precedingNode:lr,enclosingNode:dr,text:$r}=er;return dr&&lr&&En($r,ir,Un)==="("&&(dr.type==="Property"||dr.type==="TSDeclareMethod"||dr.type==="TSAbstractMethodDefinition")&&lr.type==="Identifier"&&dr.key===lr&&En($r,lr,Un)!==":"||(lr==null?void 0:lr.type)==="Decorator"&&$s.has(dr==null?void 0:dr.type)?(ui(lr,ir),!0):!1}var Vo=new Set(["FunctionDeclaration","FunctionExpression","ClassMethod","MethodDefinition","ObjectMethod"]);function As(er){let{comment:ir,precedingNode:lr,enclosingNode:dr,text:$r}=er;return En($r,ir,Un)!=="("?!1:lr&&Vo.has(dr==null?void 0:dr.type)?(ui(lr,ir),!0):!1}function dl(er){let{comment:ir,enclosingNode:lr,text:dr}=er;if((lr==null?void 0:lr.type)!=="ArrowFunctionExpression")return!1;let $r=ea(dr,ir,Un);return $r!==!1&&dr.slice($r,$r+2)==="=>"?(Mi(lr,ir),!0):!1}function al(er){let{comment:ir,enclosingNode:lr,text:dr}=er;return En(dr,ir,Un)!==")"?!1:lr&&(ul(lr)&&ta(lr).length===0||la(lr)&&La(lr).length===0)?(Mi(lr,ir),!0):((lr==null?void 0:lr.type)==="MethodDefinition"||(lr==null?void 0:lr.type)==="TSAbstractMethodDefinition")&&ta(lr.value).length===0?(Mi(lr.value,ir),!0):!1}function Ou(er){let{comment:ir,precedingNode:lr,enclosingNode:dr,followingNode:$r,text:Zr}=er;if((lr==null?void 0:lr.type)==="FunctionTypeParam"&&(dr==null?void 0:dr.type)==="FunctionTypeAnnotation"&&($r==null?void 0:$r.type)!=="FunctionTypeParam"||((lr==null?void 0:lr.type)==="Identifier"||(lr==null?void 0:lr.type)==="AssignmentPattern")&&dr&&ul(dr)&&En(Zr,ir,Un)===")")return ui(lr,ir),!0;if((dr==null?void 0:dr.type)==="FunctionDeclaration"&&($r==null?void 0:$r.type)==="BlockStatement"){let Hn=(()=>{let mi=ta(dr);if(mi.length>0)return Fn(Zr,Un(vn(mi)));let ma=Fn(Zr,Un(dr.id));return ma!==!1&&Fn(Zr,ma+1)})();if(aa(ir)>Hn)return to($r,ir),!0}return!1}function Rs(er){let{comment:ir,enclosingNode:lr}=er;return(lr==null?void 0:lr.type)==="LabeledStatement"?(Nn(lr,ir),!0):!1}function fs(er){let{comment:ir,enclosingNode:lr}=er;return((lr==null?void 0:lr.type)==="ContinueStatement"||(lr==null?void 0:lr.type)==="BreakStatement")&&!lr.label?(ui(lr,ir),!0):!1}function Fs(er){let{comment:ir,precedingNode:lr,enclosingNode:dr}=er;return Ea(dr)&&lr&&dr.callee===lr&&dr.arguments.length>0?(Nn(dr.arguments[0],ir),!0):!1}function Ws(er){let{comment:ir,precedingNode:lr,enclosingNode:dr,followingNode:$r}=er;return(dr==null?void 0:dr.type)==="UnionTypeAnnotation"||(dr==null?void 0:dr.type)==="TSUnionType"?(ki(ir)&&($r.prettierIgnore=!0,ir.unignore=!0),lr?(ui(lr,ir),!0):!1):((($r==null?void 0:$r.type)==="UnionTypeAnnotation"||($r==null?void 0:$r.type)==="TSUnionType")&&ki(ir)&&($r.types[0].prettierIgnore=!0,ir.unignore=!0),!1)}function Hs(er){let{comment:ir,enclosingNode:lr}=er;return Fa(lr)?(Nn(lr,ir),!0):!1}function du(er){let{comment:ir,enclosingNode:lr,followingNode:dr,ast:$r,isLastComment:Zr}=er;return $r&&$r.body&&$r.body.length===0?(Zr?Mi($r,ir):Nn($r,ir),!0):(lr==null?void 0:lr.type)==="Program"&&(lr==null?void 0:lr.body.length)===0&&!zi(lr.directives)?(Zr?Mi(lr,ir):Nn(lr,ir),!0):(dr==null?void 0:dr.type)==="Program"&&(dr==null?void 0:dr.body.length)===0&&(lr==null?void 0:lr.type)==="ModuleExpression"?(Mi(dr,ir),!0):!1}function jl(er){let{comment:ir,enclosingNode:lr}=er;return(lr==null?void 0:lr.type)==="ForInStatement"||(lr==null?void 0:lr.type)==="ForOfStatement"?(Nn(lr,ir),!0):!1}function rc(er){let{comment:ir,precedingNode:lr,enclosingNode:dr,text:$r}=er;if((dr==null?void 0:dr.type)==="ImportSpecifier"||(dr==null?void 0:dr.type)==="ExportSpecifier")return Nn(dr,ir),!0;let Zr=(lr==null?void 0:lr.type)==="ImportSpecifier"&&(dr==null?void 0:dr.type)==="ImportDeclaration",Hn=(lr==null?void 0:lr.type)==="ExportSpecifier"&&(dr==null?void 0:dr.type)==="ExportNamedDeclaration";return(Zr||Hn)&&Vn($r,Un(ir))?(ui(lr,ir),!0):!1}function ed(er){let{comment:ir,enclosingNode:lr}=er;return(lr==null?void 0:lr.type)==="AssignmentPattern"?(Nn(lr,ir),!0):!1}var Uc=new Set(["VariableDeclarator","AssignmentExpression","TypeAlias","TSTypeAliasDeclaration"]),fc=new Set(["ObjectExpression","ArrayExpression","TemplateLiteral","TaggedTemplateExpression","ObjectTypeAnnotation","TSTypeLiteral"]);function lc(er){let{comment:ir,enclosingNode:lr,followingNode:dr}=er;return Uc.has(lr==null?void 0:lr.type)&&dr&&(fc.has(dr.type)||Gi(ir))?(Nn(dr,ir),!0):!1}function ol(er){let{comment:ir,enclosingNode:lr,followingNode:dr,text:$r}=er;return!dr&&((lr==null?void 0:lr.type)==="TSMethodSignature"||(lr==null?void 0:lr.type)==="TSDeclareFunction"||(lr==null?void 0:lr.type)==="TSAbstractMethodDefinition")&&En($r,ir,Un)===";"?(ui(lr,ir),!0):!1}function Qo(er){let{comment:ir,enclosingNode:lr,followingNode:dr}=er;if(ki(ir)&&(lr==null?void 0:lr.type)==="TSMappedType"&&(dr==null?void 0:dr.type)==="TSTypeParameter"&&dr.constraint)return lr.prettierIgnore=!0,ir.unignore=!0,!0}function fl(er){let{comment:ir,precedingNode:lr,enclosingNode:dr,followingNode:$r}=er;return(dr==null?void 0:dr.type)!=="TSMappedType"?!1:($r==null?void 0:$r.type)==="TSTypeParameter"&&$r.name?(Nn($r.name,ir),!0):(lr==null?void 0:lr.type)==="TSTypeParameter"&&lr.constraint?(ui(lr.constraint,ir),!0):!1}function Is(er){let{comment:ir,enclosingNode:lr,followingNode:dr}=er;return!lr||lr.type!=="SwitchCase"||lr.test||!dr||dr!==lr.consequent[0]?!1:(dr.type==="BlockStatement"&&Zo(ir)?to(dr,ir):Mi(lr,ir),!0)}function ul(er){return er.type==="ArrowFunctionExpression"||er.type==="FunctionExpression"||er.type==="FunctionDeclaration"||er.type==="ObjectMethod"||er.type==="ClassMethod"||er.type==="TSDeclareFunction"||er.type==="TSCallSignatureDeclaration"||er.type==="TSConstructSignatureDeclaration"||er.type==="TSMethodSignature"||er.type==="TSConstructorType"||er.type==="TSFunctionType"||er.type==="TSDeclareMethod"}function Hu(er,ir){if((ir.parser==="typescript"||ir.parser==="flow"||ir.parser==="acorn"||ir.parser==="espree"||ir.parser==="meriyah"||ir.parser==="__babel_estree")&&er.type==="MethodDefinition"&&er.value&&er.value.type==="FunctionExpression"&&ta(er.value).length===0&&!er.value.returnType&&!zi(er.value.typeParameters)&&er.value.body)return[...er.decorators||[],er.key,er.value.body]}function $e(er){let ir=er.getValue(),lr=er.getParentNode(),dr=$r=>Ra(Ui($r,Ta.Leading))||Ra(Ui($r,Ta.Trailing));return(ir&&(ji(ir)||oa(ir)||Ea(lr)&&dr(ir))||lr&&(lr.type==="JSXSpreadAttribute"||lr.type==="JSXSpreadChild"||lr.type==="UnionTypeAnnotation"||lr.type==="TSUnionType"||(lr.type==="ClassDeclaration"||lr.type==="ClassExpression")&&lr.superClass===ir))&&(!Ba(er)||lr.type==="UnionTypeAnnotation"||lr.type==="TSUnionType")}di.exports={handleOwnLineComment:da,handleEndOfLineComment:va,handleRemainingComment:Aa,getCommentChildNodes:Hu,willPrintOwnComments:$e}}}),Ss=ko({"src/language-js/needs-parens.js"(Rn,di){In();var vn=Ac(),Vn=Cm(),{getFunctionParameters:Fn,getLeftSidePathName:En,hasFlowShorthandAnnotationComment:xn,hasNakedLeftSide:Nn,hasNode:ui,isBitwiseOperator:Mi,startsWithNoLookaheadToken:ea,shouldFlatten:zi,getPrecedence:ta,isCallExpression:ki,isMemberExpression:ji,isObjectProperty:oa,isTSTypeExpression:Ra}=Dd();function Ba(Ui,Ta){let Fi=Ui.getParentNode();if(!Fi)return!1;let aa=Ui.getName(),Un=Ui.getNode();if(Ta.__isInHtmlInterpolation&&!Ta.bracketSpacing&&Xa(Un)&&Fa(Ui))return!0;if(la(Un))return!1;if(Ta.parser!=="flow"&&xn(Ui.getValue()))return!0;if(Un.type==="Identifier"){if(Un.extra&&Un.extra.parenthesized&&/^PRETTIER_HTML_PLACEHOLDER_\d+_\d+_IN_JS$/.test(Un.name)||aa==="left"&&(Un.name==="async"&&!Fi.await||Un.name==="let")&&Fi.type==="ForOfStatement")return!0;if(Un.name==="let"){var Gi;let da=(Gi=Ui.findAncestor(va=>va.type==="ForOfStatement"))===null||Gi===void 0?void 0:Gi.left;if(da&&ea(da,va=>va===Un))return!0}if(aa==="object"&&Un.name==="let"&&Fi.type==="MemberExpression"&&Fi.computed&&!Fi.optional){let da=Ui.findAncestor(Aa=>Aa.type==="ExpressionStatement"||Aa.type==="ForStatement"||Aa.type==="ForInStatement"),va=da?da.type==="ExpressionStatement"?da.expression:da.type==="ForStatement"?da.init:da.left:void 0;if(va&&ea(va,Aa=>Aa===Un))return!0}return!1}if(Un.type==="ObjectExpression"||Un.type==="FunctionExpression"||Un.type==="ClassExpression"||Un.type==="DoExpression"){var ra;let da=(ra=Ui.findAncestor(va=>va.type==="ExpressionStatement"))===null||ra===void 0?void 0:ra.expression;if(da&&ea(da,va=>va===Un))return!0}switch(Fi.type){case"ParenthesizedExpression":return!1;case"ClassDeclaration":case"ClassExpression":{if(aa==="superClass"&&(Un.type==="ArrowFunctionExpression"||Un.type==="AssignmentExpression"||Un.type==="AwaitExpression"||Un.type==="BinaryExpression"||Un.type==="ConditionalExpression"||Un.type==="LogicalExpression"||Un.type==="NewExpression"||Un.type==="ObjectExpression"||Un.type==="SequenceExpression"||Un.type==="TaggedTemplateExpression"||Un.type==="UnaryExpression"||Un.type==="UpdateExpression"||Un.type==="YieldExpression"||Un.type==="TSNonNullExpression"))return!0;break}case"ExportDefaultDeclaration":return Zo(Ui,Ta)||Un.type==="SequenceExpression";case"Decorator":{if(aa==="expression"){if(ji(Un)&&Un.computed)return!0;let da=!1,va=!1,Aa=Un;for(;Aa;)switch(Aa.type){case"MemberExpression":va=!0,Aa=Aa.object;break;case"CallExpression":if(va||da)return Ta.parser!=="typescript";da=!0,Aa=Aa.callee;break;case"Identifier":return!1;case"TaggedTemplateExpression":return Ta.parser!=="typescript";default:return!0}return!0}break}case"ArrowFunctionExpression":{if(aa==="body"&&Un.type!=="SequenceExpression"&&ea(Un,da=>da.type==="ObjectExpression"))return!0;break}}switch(Un.type){case"UpdateExpression":if(Fi.type==="UnaryExpression")return Un.prefix&&(Un.operator==="++"&&Fi.operator==="+"||Un.operator==="--"&&Fi.operator==="-");case"UnaryExpression":switch(Fi.type){case"UnaryExpression":return Un.operator===Fi.operator&&(Un.operator==="+"||Un.operator==="-");case"BindExpression":return!0;case"MemberExpression":case"OptionalMemberExpression":return aa==="object";case"TaggedTemplateExpression":return!0;case"NewExpression":case"CallExpression":case"OptionalCallExpression":return aa==="callee";case"BinaryExpression":return aa==="left"&&Fi.operator==="**";case"TSNonNullExpression":return!0;default:return!1}case"BinaryExpression":{if(Fi.type==="UpdateExpression"||Un.operator==="in"&&La(Ui))return!0;if(Un.operator==="|>"&&Un.extra&&Un.extra.parenthesized){let da=Ui.getParentNode(1);if(da.type==="BinaryExpression"&&da.operator==="|>")return!0}}case"TSTypeAssertion":case"TSAsExpression":case"TSSatisfiesExpression":case"LogicalExpression":switch(Fi.type){case"TSSatisfiesExpression":case"TSAsExpression":return!Ra(Un);case"ConditionalExpression":return Ra(Un);case"CallExpression":case"NewExpression":case"OptionalCallExpression":return aa==="callee";case"ClassExpression":case"ClassDeclaration":return aa==="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 aa==="object";case"AssignmentExpression":case"AssignmentPattern":return aa==="left"&&(Un.type==="TSTypeAssertion"||Ra(Un));case"LogicalExpression":if(Un.type==="LogicalExpression")return Fi.operator!==Un.operator;case"BinaryExpression":{let{operator:da,type:va}=Un;if(!da&&va!=="TSTypeAssertion")return!0;let Aa=ta(da),to=Fi.operator,Bo=ta(to);return Bo>Aa||aa==="right"&&Bo===Aa||Bo===Aa&&!zi(to,da)?!0:Bo<Aa&&da==="%"?to==="+"||to==="-":!!Mi(to)}default:return!1}case"SequenceExpression":switch(Fi.type){case"ReturnStatement":return!1;case"ForStatement":return!1;case"ExpressionStatement":return aa!=="expression";case"ArrowFunctionExpression":return aa!=="body";default:return!0}case"YieldExpression":if(Fi.type==="UnaryExpression"||Fi.type==="AwaitExpression"||Ra(Fi)||Fi.type==="TSNonNullExpression")return!0;case"AwaitExpression":switch(Fi.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 aa==="object";case"NewExpression":case"CallExpression":case"OptionalCallExpression":return aa==="callee";case"ConditionalExpression":return aa==="test";case"BinaryExpression":return!(!Un.argument&&Fi.operator==="|>");default:return!1}case"TSConditionalType":case"TSFunctionType":case"TSConstructorType":if(aa==="extendsType"&&Fi.type==="TSConditionalType"){if(Un.type==="TSConditionalType")return!0;let{typeAnnotation:da}=Un.returnType||Un.typeAnnotation;if(da.type==="TSTypePredicate"&&da.typeAnnotation&&(da=da.typeAnnotation.typeAnnotation),da.type==="TSInferType"&&da.typeParameter.constraint)return!0}if(aa==="checkType"&&Fi.type==="TSConditionalType")return!0;case"TSUnionType":case"TSIntersectionType":if((Fi.type==="TSUnionType"||Fi.type==="TSIntersectionType")&&Fi.types.length>1&&(!Un.types||Un.types.length>1))return!0;case"TSInferType":if(Un.type==="TSInferType"&&Fi.type==="TSRestType")return!1;case"TSTypeOperator":return Fi.type==="TSArrayType"||Fi.type==="TSOptionalType"||Fi.type==="TSRestType"||aa==="objectType"&&Fi.type==="TSIndexedAccessType"||Fi.type==="TSTypeOperator"||Fi.type==="TSTypeAnnotation"&&Ui.getParentNode(1).type.startsWith("TSJSDoc");case"TSTypeQuery":return aa==="objectType"&&Fi.type==="TSIndexedAccessType"||aa==="elementType"&&Fi.type==="TSArrayType";case"TypeofTypeAnnotation":return aa==="objectType"&&(Fi.type==="IndexedAccessType"||Fi.type==="OptionalIndexedAccessType")||aa==="elementType"&&Fi.type==="ArrayTypeAnnotation";case"ArrayTypeAnnotation":return Fi.type==="NullableTypeAnnotation";case"IntersectionTypeAnnotation":case"UnionTypeAnnotation":return Fi.type==="ArrayTypeAnnotation"||Fi.type==="NullableTypeAnnotation"||Fi.type==="IntersectionTypeAnnotation"||Fi.type==="UnionTypeAnnotation"||aa==="objectType"&&(Fi.type==="IndexedAccessType"||Fi.type==="OptionalIndexedAccessType");case"NullableTypeAnnotation":return Fi.type==="ArrayTypeAnnotation"||aa==="objectType"&&(Fi.type==="IndexedAccessType"||Fi.type==="OptionalIndexedAccessType");case"FunctionTypeAnnotation":{let da=Fi.type==="NullableTypeAnnotation"?Ui.getParentNode(1):Fi;return da.type==="UnionTypeAnnotation"||da.type==="IntersectionTypeAnnotation"||da.type==="ArrayTypeAnnotation"||aa==="objectType"&&(da.type==="IndexedAccessType"||da.type==="OptionalIndexedAccessType")||da.type==="NullableTypeAnnotation"||Fi.type==="FunctionTypeParam"&&Fi.name===null&&Fn(Un).some(va=>va.typeAnnotation&&va.typeAnnotation.type==="NullableTypeAnnotation")}case"OptionalIndexedAccessType":return aa==="objectType"&&Fi.type==="IndexedAccessType";case"StringLiteral":case"NumericLiteral":case"Literal":if(typeof Un.value=="string"&&Fi.type==="ExpressionStatement"&&!Fi.directive){let da=Ui.getParentNode(1);return da.type==="Program"||da.type==="BlockStatement"}return aa==="object"&&Fi.type==="MemberExpression"&&typeof Un.value=="number";case"AssignmentExpression":{let da=Ui.getParentNode(1);return aa==="body"&&Fi.type==="ArrowFunctionExpression"?!0:aa==="key"&&(Fi.type==="ClassProperty"||Fi.type==="PropertyDefinition")&&Fi.computed||(aa==="init"||aa==="update")&&Fi.type==="ForStatement"?!1:Fi.type==="ExpressionStatement"?Un.left.type==="ObjectPattern":!(aa==="key"&&Fi.type==="TSPropertySignature"||Fi.type==="AssignmentExpression"||Fi.type==="SequenceExpression"&&da&&da.type==="ForStatement"&&(da.init===Fi||da.update===Fi)||aa==="value"&&Fi.type==="Property"&&da&&da.type==="ObjectPattern"&&da.properties.includes(Fi)||Fi.type==="NGChainedExpression")}case"ConditionalExpression":switch(Fi.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 aa==="callee";case"ConditionalExpression":return aa==="test";case"MemberExpression":case"OptionalMemberExpression":return aa==="object";default:return!1}case"FunctionExpression":switch(Fi.type){case"NewExpression":case"CallExpression":case"OptionalCallExpression":return aa==="callee";case"TaggedTemplateExpression":return!0;default:return!1}case"ArrowFunctionExpression":switch(Fi.type){case"BinaryExpression":return Fi.operator!=="|>"||Un.extra&&Un.extra.parenthesized;case"NewExpression":case"CallExpression":case"OptionalCallExpression":return aa==="callee";case"MemberExpression":case"OptionalMemberExpression":return aa==="object";case"TSAsExpression":case"TSSatisfiesExpression":case"TSNonNullExpression":case"BindExpression":case"TaggedTemplateExpression":case"UnaryExpression":case"LogicalExpression":case"AwaitExpression":case"TSTypeAssertion":return!0;case"ConditionalExpression":return aa==="test";default:return!1}case"ClassExpression":if(Vn(Un.decorators))return!0;switch(Fi.type){case"NewExpression":return aa==="callee";default:return!1}case"OptionalMemberExpression":case"OptionalCallExpression":{let da=Ui.getParentNode(1);if(aa==="object"&&Fi.type==="MemberExpression"||aa==="callee"&&(Fi.type==="CallExpression"||Fi.type==="NewExpression")||Fi.type==="TSNonNullExpression"&&da.type==="MemberExpression"&&da.object===Fi)return!0}case"CallExpression":case"MemberExpression":case"TaggedTemplateExpression":case"TSNonNullExpression":if(aa==="callee"&&(Fi.type==="BindExpression"||Fi.type==="NewExpression")){let da=Un;for(;da;)switch(da.type){case"CallExpression":case"OptionalCallExpression":return!0;case"MemberExpression":case"OptionalMemberExpression":case"BindExpression":da=da.object;break;case"TaggedTemplateExpression":da=da.tag;break;case"TSNonNullExpression":da=da.expression;break;default:return!1}}return!1;case"BindExpression":return aa==="callee"&&(Fi.type==="BindExpression"||Fi.type==="NewExpression")||aa==="object"&&ji(Fi);case"NGPipeExpression":return!(Fi.type==="NGRoot"||Fi.type==="NGMicrosyntaxExpression"||Fi.type==="ObjectProperty"&&!(Un.extra&&Un.extra.parenthesized)||Fi.type==="ArrayExpression"||ki(Fi)&&Fi.arguments[aa]===Un||aa==="right"&&Fi.type==="NGPipeExpression"||aa==="property"&&Fi.type==="MemberExpression"||Fi.type==="AssignmentExpression");case"JSXFragment":case"JSXElement":return aa==="callee"||aa==="left"&&Fi.type==="BinaryExpression"&&Fi.operator==="<"||Fi.type!=="ArrayExpression"&&Fi.type!=="ArrowFunctionExpression"&&Fi.type!=="AssignmentExpression"&&Fi.type!=="AssignmentPattern"&&Fi.type!=="BinaryExpression"&&Fi.type!=="NewExpression"&&Fi.type!=="ConditionalExpression"&&Fi.type!=="ExpressionStatement"&&Fi.type!=="JsExpressionRoot"&&Fi.type!=="JSXAttribute"&&Fi.type!=="JSXElement"&&Fi.type!=="JSXExpressionContainer"&&Fi.type!=="JSXFragment"&&Fi.type!=="LogicalExpression"&&!ki(Fi)&&!oa(Fi)&&Fi.type!=="ReturnStatement"&&Fi.type!=="ThrowStatement"&&Fi.type!=="TypeCastExpression"&&Fi.type!=="VariableDeclarator"&&Fi.type!=="YieldExpression";case"TypeAnnotation":return aa==="returnType"&&Fi.type==="ArrowFunctionExpression"&&Ea(Un)}return!1}function la(Ui){return Ui.type==="BlockStatement"||Ui.type==="BreakStatement"||Ui.type==="ClassBody"||Ui.type==="ClassDeclaration"||Ui.type==="ClassMethod"||Ui.type==="ClassProperty"||Ui.type==="PropertyDefinition"||Ui.type==="ClassPrivateProperty"||Ui.type==="ContinueStatement"||Ui.type==="DebuggerStatement"||Ui.type==="DeclareClass"||Ui.type==="DeclareExportAllDeclaration"||Ui.type==="DeclareExportDeclaration"||Ui.type==="DeclareFunction"||Ui.type==="DeclareInterface"||Ui.type==="DeclareModule"||Ui.type==="DeclareModuleExports"||Ui.type==="DeclareVariable"||Ui.type==="DoWhileStatement"||Ui.type==="EnumDeclaration"||Ui.type==="ExportAllDeclaration"||Ui.type==="ExportDefaultDeclaration"||Ui.type==="ExportNamedDeclaration"||Ui.type==="ExpressionStatement"||Ui.type==="ForInStatement"||Ui.type==="ForOfStatement"||Ui.type==="ForStatement"||Ui.type==="FunctionDeclaration"||Ui.type==="IfStatement"||Ui.type==="ImportDeclaration"||Ui.type==="InterfaceDeclaration"||Ui.type==="LabeledStatement"||Ui.type==="MethodDefinition"||Ui.type==="ReturnStatement"||Ui.type==="SwitchStatement"||Ui.type==="ThrowStatement"||Ui.type==="TryStatement"||Ui.type==="TSDeclareFunction"||Ui.type==="TSEnumDeclaration"||Ui.type==="TSImportEqualsDeclaration"||Ui.type==="TSInterfaceDeclaration"||Ui.type==="TSModuleDeclaration"||Ui.type==="TSNamespaceExportDeclaration"||Ui.type==="TypeAlias"||Ui.type==="VariableDeclaration"||Ui.type==="WhileStatement"||Ui.type==="WithStatement"}function La(Ui){let Ta=0,Fi=Ui.getValue();for(;Fi;){let aa=Ui.getParentNode(Ta++);if(aa&&aa.type==="ForStatement"&&aa.init===Fi)return!0;Fi=aa}return!1}function Ea(Ui){return ui(Ui,Ta=>Ta.type==="ObjectTypeAnnotation"&&ui(Ta,Fi=>Fi.type==="FunctionTypeAnnotation"||void 0)||void 0)}function Xa(Ui){switch(Ui.type){case"ObjectExpression":return!0;default:return!1}}function Fa(Ui){let Ta=Ui.getValue(),Fi=Ui.getParentNode(),aa=Ui.getName();switch(Fi.type){case"NGPipeExpression":if(typeof aa=="number"&&Fi.arguments[aa]===Ta&&Fi.arguments.length-1===aa)return Ui.callParent(Fa);break;case"ObjectProperty":if(aa==="value"){let Un=Ui.getParentNode(1);return vn(Un.properties)===Fi}break;case"BinaryExpression":case"LogicalExpression":if(aa==="right")return Ui.callParent(Fa);break;case"ConditionalExpression":if(aa==="alternate")return Ui.callParent(Fa);break;case"UnaryExpression":if(Fi.prefix)return Ui.callParent(Fa);break}return!1}function Zo(Ui,Ta){let Fi=Ui.getValue(),aa=Ui.getParentNode();return Fi.type==="FunctionExpression"||Fi.type==="ClassExpression"?aa.type==="ExportDefaultDeclaration"||!Ba(Ui,Ta):!Nn(Fi)||aa.type!=="ExportDefaultDeclaration"&&Ba(Ui,Ta)?!1:Ui.call(Un=>Zo(Un,Ta),...En(Ui,Fi))}di.exports=Ba}}),ws=ko({"src/language-js/print-preprocess.js"(Rn,di){In();function vn(Vn,Fn){switch(Fn.parser){case"json":case"json5":case"json-stringify":case"__js_expression":case"__vue_expression":case"__vue_ts_expression":return Object.assign(Object.assign({},Vn),{},{type:Fn.parser.startsWith("__")?"JsExpressionRoot":"JsonRoot",node:Vn,comments:[],rootMarker:Fn.rootMarker});default:return Vn}}di.exports=vn}}),Ms=ko({"src/language-js/print/html-binding.js"(Rn,di){In();var{builders:{join:vn,line:Vn,group:Fn,softline:En,indent:xn}}=yc();function Nn(Mi,ea,zi){let ta=Mi.getValue();if(ea.__onHtmlBindingRoot&&Mi.getName()===null&&ea.__onHtmlBindingRoot(ta,ea),ta.type==="File"){if(ea.__isVueForBindingLeft)return Mi.call(ki=>{let ji=vn([",",Vn],ki.map(zi,"params")),{params:oa}=ki.getValue();return oa.length===1?ji:["(",xn([En,Fn(ji)]),En,")"]},"program","body",0);if(ea.__isVueBindings)return Mi.call(ki=>vn([",",Vn],ki.map(zi,"params")),"program","body",0)}}function ui(Mi){switch(Mi.type){case"MemberExpression":switch(Mi.property.type){case"Identifier":case"NumericLiteral":case"StringLiteral":return ui(Mi.object)}return!1;case"Identifier":return!0;default:return!1}}di.exports={isVueEventBindingExpression:ui,printHtmlBinding:Nn}}}),bl=ko({"src/language-js/print/binaryish.js"(Rn,di){In();var{printComments:vn}=Ec(),{getLast:Vn}=Gc(),{builders:{join:Fn,line:En,softline:xn,group:Nn,indent:ui,align:Mi,indentIfBreak:ea},utils:{cleanDoc:zi,getDocParts:ta,isConcat:ki}}=yc(),{hasLeadingOwnLineComment:ji,isBinaryish:oa,isJsxNode:Ra,shouldFlatten:Ba,hasComment:la,CommentCheckFlags:La,isCallExpression:Ea,isMemberExpression:Xa,isObjectProperty:Fa,isEnabledHackPipeline:Zo}=Dd(),Ui=0;function Ta(Un,Gi,ra){let da=Un.getValue(),va=Un.getParentNode(),Aa=Un.getParentNode(1),to=da!==va.body&&(va.type==="IfStatement"||va.type==="WhileStatement"||va.type==="SwitchStatement"||va.type==="DoWhileStatement"),Bo=Zo(Gi)&&da.operator==="|>",Jo=Fi(Un,ra,Gi,!1,to);if(to)return Jo;if(Bo)return Nn(Jo);if(Ea(va)&&va.callee===da||va.type==="UnaryExpression"||Xa(va)&&!va.computed)return Nn([ui([xn,...Jo]),xn]);let Mo=va.type==="ReturnStatement"||va.type==="ThrowStatement"||va.type==="JSXExpressionContainer"&&Aa.type==="JSXAttribute"||da.operator!=="|"&&va.type==="JsExpressionRoot"||da.type!=="NGPipeExpression"&&(va.type==="NGRoot"&&Gi.parser==="__ng_binding"||va.type==="NGMicrosyntaxExpression"&&Aa.type==="NGMicrosyntax"&&Aa.body.length===1)||da===va.body&&va.type==="ArrowFunctionExpression"||da!==va.body&&va.type==="ForStatement"||va.type==="ConditionalExpression"&&Aa.type!=="ReturnStatement"&&Aa.type!=="ThrowStatement"&&!Ea(Aa)||va.type==="TemplateLiteral",_s=va.type==="AssignmentExpression"||va.type==="VariableDeclarator"||va.type==="ClassProperty"||va.type==="PropertyDefinition"||va.type==="TSAbstractPropertyDefinition"||va.type==="ClassPrivateProperty"||Fa(va),bo=oa(da.left)&&Ba(da.operator,da.left.operator);if(Mo||aa(da)&&!bo||!aa(da)&&_s)return Nn(Jo);if(Jo.length===0)return"";let Bs=Ra(da.right),Xo=Jo.findIndex(Vo=>typeof Vo!="string"&&!Array.isArray(Vo)&&Vo.type==="group"),Oo=Jo.slice(0,Xo===-1?1:Xo+1),ys=Jo.slice(Oo.length,Bs?-1:void 0),tl=Symbol("logicalChain-"+ ++Ui),$s=Nn([...Oo,ui(ys)],{id:tl});if(!Bs)return $s;let pl=Vn(Jo);return Nn([$s,ea(pl,{groupId:tl})])}function Fi(Un,Gi,ra,da,va){let Aa=Un.getValue();if(!oa(Aa))return[Nn(Gi())];let to=[];Ba(Aa.operator,Aa.left.operator)?to=Un.call(ys=>Fi(ys,Gi,ra,!0,va),"left"):to.push(Nn(Gi("left")));let Bo=aa(Aa),Jo=(Aa.operator==="|>"||Aa.type==="NGPipeExpression"||Aa.operator==="|"&&ra.parser==="__vue_expression")&&!ji(ra.originalText,Aa.right),Mo=Aa.type==="NGPipeExpression"?"|":Aa.operator,_s=Aa.type==="NGPipeExpression"&&Aa.arguments.length>0?Nn(ui([En,": ",Fn([En,": "],Un.map(Gi,"arguments").map(ys=>Mi(2,Nn(ys))))])):"",bo;if(Bo)bo=[Mo," ",Gi("right"),_s];else{let ys=Zo(ra)&&Mo==="|>"?Un.call(tl=>Fi(tl,Gi,ra,!0,va),"right"):Gi("right");bo=[Jo?En:"",Mo,Jo?" ":En,ys,_s]}let Bs=Un.getParentNode(),Xo=la(Aa.left,La.Trailing|La.Line),Oo=Xo||!(va&&Aa.type==="LogicalExpression")&&Bs.type!==Aa.type&&Aa.left.type!==Aa.type&&Aa.right.type!==Aa.type;if(to.push(Jo?"":" ",Oo?Nn(bo,{shouldBreak:Xo}):bo),da&&la(Aa)){let ys=zi(vn(Un,to,ra));return ki(ys)||ys.type==="fill"?ta(ys):[ys]}return to}function aa(Un){return Un.type!=="LogicalExpression"?!1:!!(Un.right.type==="ObjectExpression"&&Un.right.properties.length>0||Un.right.type==="ArrayExpression"&&Un.right.elements.length>0||Ra(Un.right))}di.exports={printBinaryishExpression:Ta,shouldInlineLogicalExpression:aa}}}),kl=ko({"src/language-js/print/angular.js"(Rn,di){In();var{builders:{join:vn,line:Vn,group:Fn}}=yc(),{hasNode:En,hasComment:xn,getComments:Nn}=Dd(),{printBinaryishExpression:ui}=bl();function Mi(ta,ki,ji){let oa=ta.getValue();if(oa.type.startsWith("NG"))switch(oa.type){case"NGRoot":return[ji("node"),xn(oa.node)?" //"+Nn(oa.node)[0].value.trimEnd():""];case"NGPipeExpression":return ui(ta,ki,ji);case"NGChainedExpression":return Fn(vn([";",Vn],ta.map(Ra=>zi(Ra)?ji():["(",ji(),")"],"expressions")));case"NGEmptyExpression":return"";case"NGQuotedExpression":return[oa.prefix,": ",oa.value.trim()];case"NGMicrosyntax":return ta.map((Ra,Ba)=>[Ba===0?"":ea(Ra.getValue(),Ba,oa)?" ":[";",Vn],ji()],"body");case"NGMicrosyntaxKey":return/^[$_a-z][\w$]*(?:-[$_a-z][\w$])*$/i.test(oa.name)?oa.name:JSON.stringify(oa.name);case"NGMicrosyntaxExpression":return[ji("expression"),oa.alias===null?"":[" as ",ji("alias")]];case"NGMicrosyntaxKeyedExpression":{let Ra=ta.getName(),Ba=ta.getParentNode(),la=ea(oa,Ra,Ba)||(Ra===1&&(oa.key.name==="then"||oa.key.name==="else")||Ra===2&&oa.key.name==="else"&&Ba.body[Ra-1].type==="NGMicrosyntaxKeyedExpression"&&Ba.body[Ra-1].key.name==="then")&&Ba.body[0].type==="NGMicrosyntaxExpression";return[ji("key"),la?" ":": ",ji("expression")]}case"NGMicrosyntaxLet":return["let ",ji("key"),oa.value===null?"":[" = ",ji("value")]];case"NGMicrosyntaxAs":return[ji("key")," as ",ji("alias")];default:throw new Error(`Unknown Angular node type: ${JSON.stringify(oa.type)}.`)}}function ea(ta,ki,ji){return ta.type==="NGMicrosyntaxKeyedExpression"&&ta.key.name==="of"&&ki===1&&ji.body[0].type==="NGMicrosyntaxLet"&&ji.body[0].value===null}function zi(ta){return En(ta.getValue(),ki=>{switch(ki.type){case void 0:return!1;case"CallExpression":case"OptionalCallExpression":case"AssignmentExpression":return!0}})}di.exports={printAngular:Mi}}}),bu=ko({"src/language-js/print/jsx.js"(Rn,di){In();var{printComments:vn,printDanglingComments:Vn,printCommentsSeparately:Fn}=Ec(),{builders:{line:En,hardline:xn,softline:Nn,group:ui,indent:Mi,conditionalGroup:ea,fill:zi,ifBreak:ta,lineSuffixBoundary:ki,join:ji},utils:{willBreak:oa}}=yc(),{getLast:Ra,getPreferredQuote:Ba}=Gc(),{isJsxNode:la,rawText:La,isCallExpression:Ea,isStringLiteral:Xa,isBinaryish:Fa,hasComment:Zo,CommentCheckFlags:Ui,hasNodeIgnoreComment:Ta}=Dd(),Fi=Ss(),{willPrintOwnComments:aa}=Es(),Un=fs=>fs===""||fs===En||fs===xn||fs===Nn;function Gi(fs,Fs,Ws){let Hs=fs.getValue();if(Hs.type==="JSXElement"&&dl(Hs))return[Ws("openingElement"),Ws("closingElement")];let du=Hs.type==="JSXElement"?Ws("openingElement"):Ws("openingFragment"),jl=Hs.type==="JSXElement"?Ws("closingElement"):Ws("closingFragment");if(Hs.children.length===1&&Hs.children[0].type==="JSXExpressionContainer"&&(Hs.children[0].expression.type==="TemplateLiteral"||Hs.children[0].expression.type==="TaggedTemplateExpression"))return[du,...fs.map(Ws,"children"),jl];Hs.children=Hs.children.map(ir=>Ou(ir)?{type:"JSXText",value:" ",raw:" "}:ir);let rc=Hs.children.some(la),ed=Hs.children.filter(ir=>ir.type==="JSXExpressionContainer").length>1,Uc=Hs.type==="JSXElement"&&Hs.openingElement.attributes.length>1,fc=oa(du)||rc||Uc||ed,lc=fs.getParentNode().rootMarker==="mdx",ol=Fs.singleQuote?"{' '}":'{" "}',Qo=lc?" ":ta([ol,Nn]," "),fl=Hs.openingElement&&Hs.openingElement.name&&Hs.openingElement.name.name==="fbt",Is=ra(fs,Fs,Ws,Qo,fl),ul=Hs.children.some(ir=>al(ir));for(let ir=Is.length-2;ir>=0;ir--){let lr=Is[ir]===""&&Is[ir+1]==="",dr=Is[ir]===xn&&Is[ir+1]===""&&Is[ir+2]===xn,$r=(Is[ir]===Nn||Is[ir]===xn)&&Is[ir+1]===""&&Is[ir+2]===Qo,Zr=Is[ir]===Qo&&Is[ir+1]===""&&(Is[ir+2]===Nn||Is[ir+2]===xn),Hn=Is[ir]===Qo&&Is[ir+1]===""&&Is[ir+2]===Qo,mi=Is[ir]===Nn&&Is[ir+1]===""&&Is[ir+2]===xn||Is[ir]===xn&&Is[ir+1]===""&&Is[ir+2]===Nn;dr&&ul||lr||$r||Hn||mi?Is.splice(ir,2):Zr&&Is.splice(ir+1,2)}for(;Is.length>0&&Un(Ra(Is));)Is.pop();for(;Is.length>1&&Un(Is[0])&&Un(Is[1]);)Is.shift(),Is.shift();let Hu=[];for(let[ir,lr]of Is.entries()){if(lr===Qo){if(ir===1&&Is[ir-1]===""){if(Is.length===2){Hu.push(ol);continue}Hu.push([ol,xn]);continue}else if(ir===Is.length-1){Hu.push(ol);continue}else if(Is[ir-1]===""&&Is[ir-2]===xn){Hu.push(ol);continue}}Hu.push(lr),oa(lr)&&(fc=!0)}let $e=ul?zi(Hu):ui(Hu,{shouldBreak:!0});if(lc)return $e;let er=ui([du,Mi([xn,$e]),xn,jl]);return fc?er:ea([ui([du,...Is,jl]),er])}function ra(fs,Fs,Ws,Hs,du){let jl=[];return fs.each((rc,ed,Uc)=>{let fc=rc.getValue();if(fc.type==="JSXText"){let lc=La(fc);if(al(fc)){let ol=lc.split(pl);if(ol[0]===""){if(jl.push(""),ol.shift(),/\n/.test(ol[0])){let fl=Uc[ed+1];jl.push(va(du,ol[1],fc,fl))}else jl.push(Hs);ol.shift()}let Qo;if(Ra(ol)===""&&(ol.pop(),Qo=ol.pop()),ol.length===0)return;for(let[fl,Is]of ol.entries())fl%2===1?jl.push(En):jl.push(Is);if(Qo!==void 0)if(/\n/.test(Qo)){let fl=Uc[ed+1];jl.push(va(du,Ra(jl),fc,fl))}else jl.push(Hs);else{let fl=Uc[ed+1];jl.push(da(du,Ra(jl),fc,fl))}}else/\n/.test(lc)?lc.match(/\n/g).length>1&&jl.push("",xn):jl.push("",Hs)}else{let lc=Ws();jl.push(lc);let ol=Uc[ed+1];if(ol&&al(ol)){let Qo=As(La(ol)).split(pl)[0];jl.push(da(du,Qo,fc,ol))}else jl.push(xn)}},"children"),jl}function da(fs,Fs,Ws,Hs){return fs?"":Ws.type==="JSXElement"&&!Ws.closingElement||Hs&&Hs.type==="JSXElement"&&!Hs.closingElement?Fs.length===1?Nn:xn:Nn}function va(fs,Fs,Ws,Hs){return fs?xn:Fs.length===1?Ws.type==="JSXElement"&&!Ws.closingElement||Hs&&Hs.type==="JSXElement"&&!Hs.closingElement?xn:Nn:xn}function Aa(fs,Fs,Ws){let Hs=fs.getParentNode();if(!Hs||{ArrayExpression:!0,JSXAttribute:!0,JSXElement:!0,JSXExpressionContainer:!0,JSXFragment:!0,ExpressionStatement:!0,CallExpression:!0,OptionalCallExpression:!0,ConditionalExpression:!0,JsExpressionRoot:!0}[Hs.type])return Fs;let du=fs.match(void 0,rc=>rc.type==="ArrowFunctionExpression",Ea,rc=>rc.type==="JSXExpressionContainer"),jl=Fi(fs,Ws);return ui([jl?"":ta("("),Mi([Nn,Fs]),Nn,jl?"":ta(")")],{shouldBreak:du})}function to(fs,Fs,Ws){let Hs=fs.getValue(),du=[];if(du.push(Ws("name")),Hs.value){let jl;if(Xa(Hs.value)){let rc=La(Hs.value).slice(1,-1).replace(/&apos;/g,"'").replace(/&quot;/g,'"'),{escaped:ed,quote:Uc,regex:fc}=Ba(rc,Fs.jsxSingleQuote?"'":'"');rc=rc.replace(fc,ed);let{leading:lc,trailing:ol}=fs.call(()=>Fn(fs,Fs),"value");jl=[lc,Uc,rc,Uc,ol]}else jl=Ws("value");du.push("=",jl)}return du}function Bo(fs,Fs,Ws){let Hs=fs.getValue(),du=(jl,rc)=>jl.type==="JSXEmptyExpression"||!Zo(jl)&&(jl.type==="ArrayExpression"||jl.type==="ObjectExpression"||jl.type==="ArrowFunctionExpression"||jl.type==="AwaitExpression"&&(du(jl.argument,jl)||jl.argument.type==="JSXElement")||Ea(jl)||jl.type==="FunctionExpression"||jl.type==="TemplateLiteral"||jl.type==="TaggedTemplateExpression"||jl.type==="DoExpression"||la(rc)&&(jl.type==="ConditionalExpression"||Fa(jl)));return du(Hs.expression,fs.getParentNode(0))?ui(["{",Ws("expression"),ki,"}"]):ui(["{",Mi([Nn,Ws("expression")]),Nn,ki,"}"])}function Jo(fs,Fs,Ws){let Hs=fs.getValue(),du=Hs.name&&Zo(Hs.name)||Hs.typeParameters&&Zo(Hs.typeParameters);if(Hs.selfClosing&&Hs.attributes.length===0&&!du)return["<",Ws("name"),Ws("typeParameters")," />"];if(Hs.attributes&&Hs.attributes.length===1&&Hs.attributes[0].value&&Xa(Hs.attributes[0].value)&&!Hs.attributes[0].value.value.includes(`
`)&&!du&&!Zo(Hs.attributes[0]))return ui(["<",Ws("name"),Ws("typeParameters")," ",...fs.map(Ws,"attributes"),Hs.selfClosing?" />":">"]);let jl=Hs.attributes&&Hs.attributes.some(ed=>ed.value&&Xa(ed.value)&&ed.value.value.includes(`
`)),rc=Fs.singleAttributePerLine&&Hs.attributes.length>1?xn:En;return ui(["<",Ws("name"),Ws("typeParameters"),Mi(fs.map(()=>[rc,Ws()],"attributes")),...Mo(Hs,Fs,du)],{shouldBreak:jl})}function Mo(fs,Fs,Ws){return fs.selfClosing?[En,"/>"]:_s(fs,Fs,Ws)?[">"]:[Nn,">"]}function _s(fs,Fs,Ws){let Hs=fs.attributes.length>0&&Zo(Ra(fs.attributes),Ui.Trailing);return fs.attributes.length===0&&!Ws||(Fs.bracketSameLine||Fs.jsxBracketSameLine)&&(!Ws||fs.attributes.length>0)&&!Hs}function bo(fs,Fs,Ws){let Hs=fs.getValue(),du=[];du.push("</");let jl=Ws("name");return Zo(Hs.name,Ui.Leading|Ui.Line)?du.push(Mi([xn,jl]),xn):Zo(Hs.name,Ui.Leading|Ui.Block)?du.push(" ",jl):du.push(jl),du.push(">"),du}function Bs(fs,Fs){let Ws=fs.getValue(),Hs=Zo(Ws),du=Zo(Ws,Ui.Line),jl=Ws.type==="JSXOpeningFragment";return[jl?"<":"</",Mi([du?xn:Hs&&!jl?" ":"",Vn(fs,Fs,!0)]),du?xn:"",">"]}function Xo(fs,Fs,Ws){let Hs=vn(fs,Gi(fs,Fs,Ws),Fs);return Aa(fs,Hs,Fs)}function Oo(fs,Fs){let Ws=fs.getValue(),Hs=Zo(Ws,Ui.Line);return[Vn(fs,Fs,!Hs),Hs?xn:""]}function ys(fs,Fs,Ws){let Hs=fs.getValue();return["{",fs.call(du=>{let jl=["...",Ws()],rc=du.getValue();return!Zo(rc)||!aa(du)?jl:[Mi([Nn,vn(du,jl,Fs)]),Nn]},Hs.type==="JSXSpreadAttribute"?"argument":"expression"),"}"]}function tl(fs,Fs,Ws){let Hs=fs.getValue();if(Hs.type.startsWith("JSX"))switch(Hs.type){case"JSXAttribute":return to(fs,Fs,Ws);case"JSXIdentifier":return String(Hs.name);case"JSXNamespacedName":return ji(":",[Ws("namespace"),Ws("name")]);case"JSXMemberExpression":return ji(".",[Ws("object"),Ws("property")]);case"JSXSpreadAttribute":return ys(fs,Fs,Ws);case"JSXSpreadChild":return ys(fs,Fs,Ws);case"JSXExpressionContainer":return Bo(fs,Fs,Ws);case"JSXFragment":case"JSXElement":return Xo(fs,Fs,Ws);case"JSXOpeningElement":return Jo(fs,Fs,Ws);case"JSXClosingElement":return bo(fs,Fs,Ws);case"JSXOpeningFragment":case"JSXClosingFragment":return Bs(fs,Fs);case"JSXEmptyExpression":return Oo(fs,Fs);case"JSXText":throw new Error("JSXText should be handled by JSXElement");default:throw new Error(`Unknown JSX node type: ${JSON.stringify(Hs.type)}.`)}}var $s=`
\r `,pl=new RegExp("(["+$s+"]+)"),Vo=new RegExp("[^"+$s+"]"),As=fs=>fs.replace(new RegExp("(?:^"+pl.source+"|"+pl.source+"$)"),"");function dl(fs){if(fs.children.length===0)return!0;if(fs.children.length>1)return!1;let Fs=fs.children[0];return Fs.type==="JSXText"&&!al(Fs)}function al(fs){return fs.type==="JSXText"&&(Vo.test(La(fs))||!/\n/.test(La(fs)))}function Ou(fs){return fs.type==="JSXExpressionContainer"&&Xa(fs.expression)&&fs.expression.value===" "&&!Zo(fs.expression)}function Rs(fs){let Fs=fs.getValue(),Ws=fs.getParentNode();if(!Ws||!Fs||!la(Fs)||!la(Ws))return!1;let Hs=Ws.children.indexOf(Fs),du=null;for(let jl=Hs;jl>0;jl--){let rc=Ws.children[jl-1];if(!(rc.type==="JSXText"&&!al(rc))){du=rc;break}}return du&&du.type==="JSXExpressionContainer"&&du.expression.type==="JSXEmptyExpression"&&Ta(du.expression)}di.exports={hasJsxIgnoreComment:Rs,printJsx:tl}}}),hl=ko({"src/language-js/print/misc.js"(Rn,di){In();var{isNonEmptyArray:vn}=Gc(),{builders:{indent:Vn,join:Fn,line:En}}=yc(),{isFlowAnnotationComment:xn}=Dd();function Nn(Ra){let Ba=Ra.getValue();return!Ba.optional||Ba.type==="Identifier"&&Ba===Ra.getParentNode().key?"":Ba.type==="OptionalCallExpression"||Ba.type==="OptionalMemberExpression"&&Ba.computed?"?.":"?"}function ui(Ra){return Ra.getValue().definite||Ra.match(void 0,(Ba,la)=>la==="id"&&Ba.type==="VariableDeclarator"&&Ba.definite)?"!":""}function Mi(Ra,Ba,la){let La=Ra.getValue();return La.typeArguments?la("typeArguments"):La.typeParameters?la("typeParameters"):""}function ea(Ra,Ba,la){let La=Ra.getValue();if(!La.typeAnnotation)return"";let Ea=Ra.getParentNode(),Xa=Ea.type==="DeclareFunction"&&Ea.id===La;return xn(Ba.originalText,La.typeAnnotation)?[" /*: ",la("typeAnnotation")," */"]:[Xa?"":": ",la("typeAnnotation")]}function zi(Ra,Ba,la){return["::",la("callee")]}function ta(Ra,Ba,la){let La=Ra.getValue();return vn(La.modifiers)?[Fn(" ",Ra.map(la,"modifiers"))," "]:""}function ki(Ra,Ba,la){return Ra.type==="EmptyStatement"?";":Ra.type==="BlockStatement"||la?[" ",Ba]:Vn([En,Ba])}function ji(Ra,Ba,la){return["...",la("argument"),ea(Ra,Ba,la)]}function oa(Ra,Ba){let la=Ra.slice(1,-1);if(la.includes('"')||la.includes("'"))return Ra;let La=Ba.singleQuote?"'":'"';return La+la+La}di.exports={printOptionalToken:Nn,printDefiniteToken:ui,printFunctionTypeParameters:Mi,printBindExpressionCallee:zi,printTypeScriptModifiers:ta,printTypeAnnotation:ea,printRestSpread:ji,adjustClause:ki,printDirective:oa}}}),Kl=ko({"src/language-js/print/array.js"(Rn,di){In();var{printDanglingComments:vn}=Ec(),{builders:{line:Vn,softline:Fn,hardline:En,group:xn,indent:Nn,ifBreak:ui,fill:Mi}}=yc(),{getLast:ea,hasNewline:zi}=Gc(),{shouldPrintComma:ta,hasComment:ki,CommentCheckFlags:ji,isNextLineEmpty:oa,isNumericLiteral:Ra,isSignedNumericLiteral:Ba}=Dd(),{locStart:la}=xp(),{printOptionalToken:La,printTypeAnnotation:Ea}=hl();function Xa(Ta,Fi,aa){let Un=Ta.getValue(),Gi=[],ra=Un.type==="TupleExpression"?"#[":"[",da="]";if(Un.elements.length===0)ki(Un,ji.Dangling)?Gi.push(xn([ra,vn(Ta,Fi),Fn,da])):Gi.push(ra,da);else{let va=ea(Un.elements),Aa=!(va&&va.type==="RestElement"),to=va===null,Bo=Symbol("array"),Jo=!Fi.__inJestEach&&Un.elements.length>1&&Un.elements.every((bo,Bs,Xo)=>{let Oo=bo&&bo.type;if(Oo!=="ArrayExpression"&&Oo!=="ObjectExpression")return!1;let ys=Xo[Bs+1];if(ys&&Oo!==ys.type)return!1;let tl=Oo==="ArrayExpression"?"elements":"properties";return bo[tl]&&bo[tl].length>1}),Mo=Fa(Un,Fi),_s=Aa?to?",":ta(Fi)?Mo?ui(",","",{groupId:Bo}):ui(","):"":"";Gi.push(xn([ra,Nn([Fn,Mo?Ui(Ta,Fi,aa,_s):[Zo(Ta,Fi,"elements",aa),_s],vn(Ta,Fi,!0)]),Fn,da],{shouldBreak:Jo,id:Bo}))}return Gi.push(La(Ta),Ea(Ta,Fi,aa)),Gi}function Fa(Ta,Fi){return Ta.elements.length>1&&Ta.elements.every(aa=>aa&&(Ra(aa)||Ba(aa)&&!ki(aa.argument))&&!ki(aa,ji.Trailing|ji.Line,Un=>!zi(Fi.originalText,la(Un),{backwards:!0})))}function Zo(Ta,Fi,aa,Un){let Gi=[],ra=[];return Ta.each(da=>{Gi.push(ra,xn(Un())),ra=[",",Vn],da.getValue()&&oa(da.getValue(),Fi)&&ra.push(Fn)},aa),Gi}function Ui(Ta,Fi,aa,Un){let Gi=[];return Ta.each((ra,da,va)=>{let Aa=da===va.length-1;Gi.push([aa(),Aa?Un:","]),Aa||Gi.push(oa(ra.getValue(),Fi)?[En,En]:ki(va[da+1],ji.Leading|ji.Line)?En:Vn)},"elements"),Mi(Gi)}di.exports={printArray:Xa,printArrayItems:Zo,isConciselyPrintedArray:Fa}}}),_u=ko({"src/language-js/print/call-arguments.js"(Rn,di){In();var{printDanglingComments:vn}=Ec(),{getLast:Vn,getPenultimate:Fn}=Gc(),{getFunctionParameters:En,hasComment:xn,CommentCheckFlags:Nn,isFunctionCompositionArgs:ui,isJsxNode:Mi,isLongCurriedCallExpression:ea,shouldPrintComma:zi,getCallArguments:ta,iterateCallArgumentsPath:ki,isNextLineEmpty:ji,isCallExpression:oa,isStringLiteral:Ra,isObjectProperty:Ba,isTSTypeExpression:la}=Dd(),{builders:{line:La,hardline:Ea,softline:Xa,group:Fa,indent:Zo,conditionalGroup:Ui,ifBreak:Ta,breakParent:Fi},utils:{willBreak:aa}}=yc(),{ArgExpansionBailout:Un}=id(),{isConciselyPrintedArray:Gi}=Kl();function ra(Mo,_s,bo){let Bs=Mo.getValue(),Xo=Bs.type==="ImportExpression",Oo=ta(Bs);if(Oo.length===0)return["(",vn(Mo,_s,!0),")"];if(to(Oo))return["(",bo(["arguments",0]),", ",bo(["arguments",1]),")"];let ys=!1,tl=!1,$s=Oo.length-1,pl=[];ki(Mo,(Rs,fs)=>{let Fs=Rs.getNode(),Ws=[bo()];fs===$s||(ji(Fs,_s)?(fs===0&&(tl=!0),ys=!0,Ws.push(",",Ea,Ea)):Ws.push(",",La)),pl.push(Ws)});let Vo=!(Xo||Bs.callee&&Bs.callee.type==="Import")&&zi(_s,"all")?",":"";function As(){return Fa(["(",Zo([La,...pl]),Vo,La,")"],{shouldBreak:!0})}if(ys||Mo.getParentNode().type!=="Decorator"&&ui(Oo))return As();let dl=Aa(Oo),al=va(Oo,_s);if(dl||al){if(dl?pl.slice(1).some(aa):pl.slice(0,-1).some(aa))return As();let Rs=[];try{Mo.try(()=>{ki(Mo,(fs,Fs)=>{dl&&Fs===0&&(Rs=[[bo([],{expandFirstArg:!0}),pl.length>1?",":"",tl?Ea:La,tl?Ea:""],...pl.slice(1)]),al&&Fs===$s&&(Rs=[...pl.slice(0,-1),bo([],{expandLastArg:!0})])})})}catch(fs){if(fs instanceof Un)return As();throw fs}return[pl.some(aa)?Fi:"",Ui([["(",...Rs,")"],dl?["(",Fa(Rs[0],{shouldBreak:!0}),...Rs.slice(1),")"]:["(",...pl.slice(0,-1),Fa(Vn(Rs),{shouldBreak:!0}),")"],As()])]}let Ou=["(",Zo([Xa,...pl]),Ta(Vo),Xa,")"];return ea(Mo)?Ou:Fa(Ou,{shouldBreak:pl.some(aa)||ys})}function da(Mo){let _s=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;return Mo.type==="ObjectExpression"&&(Mo.properties.length>0||xn(Mo))||Mo.type==="ArrayExpression"&&(Mo.elements.length>0||xn(Mo))||Mo.type==="TSTypeAssertion"&&da(Mo.expression)||la(Mo)&&da(Mo.expression)||Mo.type==="FunctionExpression"||Mo.type==="ArrowFunctionExpression"&&(!Mo.returnType||!Mo.returnType.typeAnnotation||Mo.returnType.typeAnnotation.type!=="TSTypeReference"||Bo(Mo.body))&&(Mo.body.type==="BlockStatement"||Mo.body.type==="ArrowFunctionExpression"&&da(Mo.body,!0)||Mo.body.type==="ObjectExpression"||Mo.body.type==="ArrayExpression"||!_s&&(oa(Mo.body)||Mo.body.type==="ConditionalExpression")||Mi(Mo.body))||Mo.type==="DoExpression"||Mo.type==="ModuleExpression"}function va(Mo,_s){let bo=Vn(Mo),Bs=Fn(Mo);return!xn(bo,Nn.Leading)&&!xn(bo,Nn.Trailing)&&da(bo)&&(!Bs||Bs.type!==bo.type)&&(Mo.length!==2||Bs.type!=="ArrowFunctionExpression"||bo.type!=="ArrayExpression")&&!(Mo.length>1&&bo.type==="ArrayExpression"&&Gi(bo,_s))}function Aa(Mo){if(Mo.length!==2)return!1;let[_s,bo]=Mo;return _s.type==="ModuleExpression"&&Jo(bo)?!0:!xn(_s)&&(_s.type==="FunctionExpression"||_s.type==="ArrowFunctionExpression"&&_s.body.type==="BlockStatement")&&bo.type!=="FunctionExpression"&&bo.type!=="ArrowFunctionExpression"&&bo.type!=="ConditionalExpression"&&!da(bo)}function to(Mo){return Mo.length===2&&Mo[0].type==="ArrowFunctionExpression"&&En(Mo[0]).length===0&&Mo[0].body.type==="BlockStatement"&&Mo[1].type==="ArrayExpression"&&!Mo.some(_s=>xn(_s))}function Bo(Mo){return Mo.type==="BlockStatement"&&(Mo.body.some(_s=>_s.type!=="EmptyStatement")||xn(Mo,Nn.Dangling))}function Jo(Mo){return Mo.type==="ObjectExpression"&&Mo.properties.length===1&&Ba(Mo.properties[0])&&Mo.properties[0].key.type==="Identifier"&&Mo.properties[0].key.name==="type"&&Ra(Mo.properties[0].value)&&Mo.properties[0].value.value==="module"}di.exports=ra}}),Cu=ko({"src/language-js/print/member.js"(Rn,di){In();var{builders:{softline:vn,group:Vn,indent:Fn,label:En}}=yc(),{isNumericLiteral:xn,isMemberExpression:Nn,isCallExpression:ui}=Dd(),{printOptionalToken:Mi}=hl();function ea(ta,ki,ji){let oa=ta.getValue(),Ra=ta.getParentNode(),Ba,la=0;do Ba=ta.getParentNode(la),la++;while(Ba&&(Nn(Ba)||Ba.type==="TSNonNullExpression"));let La=ji("object"),Ea=zi(ta,ki,ji),Xa=Ba&&(Ba.type==="NewExpression"||Ba.type==="BindExpression"||Ba.type==="AssignmentExpression"&&Ba.left.type!=="Identifier")||oa.computed||oa.object.type==="Identifier"&&oa.property.type==="Identifier"&&!Nn(Ra)||(Ra.type==="AssignmentExpression"||Ra.type==="VariableDeclarator")&&(ui(oa.object)&&oa.object.arguments.length>0||oa.object.type==="TSNonNullExpression"&&ui(oa.object.expression)&&oa.object.expression.arguments.length>0||La.label==="member-chain");return En(La.label==="member-chain"?"member-chain":"member",[La,Xa?Ea:Vn(Fn([vn,Ea]))])}function zi(ta,ki,ji){let oa=ji("property"),Ra=ta.getValue(),Ba=Mi(ta);return Ra.computed?!Ra.property||xn(Ra.property)?[Ba,"[",oa,"]"]:Vn([Ba,"[",Fn([vn,oa]),vn,"]"]):[Ba,".",oa]}di.exports={printMemberExpression:ea,printMemberLookup:zi}}}),Qs=ko({"src/language-js/print/member-chain.js"(Rn,di){In();var{printComments:vn}=Ec(),{getLast:Vn,isNextLineEmptyAfterIndex:Fn,getNextNonSpaceNonCommentCharacterIndex:En}=Gc(),xn=Ss(),{isCallExpression:Nn,isMemberExpression:ui,isFunctionOrArrowExpression:Mi,isLongCurriedCallExpression:ea,isMemberish:zi,isNumericLiteral:ta,isSimpleCallArgument:ki,hasComment:ji,CommentCheckFlags:oa,isNextLineEmpty:Ra}=Dd(),{locEnd:Ba}=xp(),{builders:{join:la,hardline:La,group:Ea,indent:Xa,conditionalGroup:Fa,breakParent:Zo,label:Ui},utils:{willBreak:Ta}}=yc(),Fi=_u(),{printMemberLookup:aa}=Cu(),{printOptionalToken:Un,printFunctionTypeParameters:Gi,printBindExpressionCallee:ra}=hl();function da(va,Aa,to){let Bo=va.getParentNode(),Jo=!Bo||Bo.type==="ExpressionStatement",Mo=[];function _s(fc){let{originalText:lc}=Aa,ol=En(lc,fc,Ba);return lc.charAt(ol)===")"?ol!==!1&&Fn(lc,ol+1):Ra(fc,Aa)}function bo(fc){let lc=fc.getValue();Nn(lc)&&(zi(lc.callee)||Nn(lc.callee))?(Mo.unshift({node:lc,printed:[vn(fc,[Un(fc),Gi(fc,Aa,to),Fi(fc,Aa,to)],Aa),_s(lc)?La:""]}),fc.call(ol=>bo(ol),"callee")):zi(lc)?(Mo.unshift({node:lc,needsParens:xn(fc,Aa),printed:vn(fc,ui(lc)?aa(fc,Aa,to):ra(fc,Aa,to),Aa)}),fc.call(ol=>bo(ol),"object")):lc.type==="TSNonNullExpression"?(Mo.unshift({node:lc,printed:vn(fc,"!",Aa)}),fc.call(ol=>bo(ol),"expression")):Mo.unshift({node:lc,printed:to()})}let Bs=va.getValue();Mo.unshift({node:Bs,printed:[Un(va),Gi(va,Aa,to),Fi(va,Aa,to)]}),Bs.callee&&va.call(fc=>bo(fc),"callee");let Xo=[],Oo=[Mo[0]],ys=1;for(;ys<Mo.length&&(Mo[ys].node.type==="TSNonNullExpression"||Nn(Mo[ys].node)||ui(Mo[ys].node)&&Mo[ys].node.computed&&ta(Mo[ys].node.property));++ys)Oo.push(Mo[ys]);if(!Nn(Mo[0].node))for(;ys+1<Mo.length&&zi(Mo[ys].node)&&zi(Mo[ys+1].node);++ys)Oo.push(Mo[ys]);Xo.push(Oo),Oo=[];let tl=!1;for(;ys<Mo.length;++ys){if(tl&&zi(Mo[ys].node)){if(Mo[ys].node.computed&&ta(Mo[ys].node.property)){Oo.push(Mo[ys]);continue}Xo.push(Oo),Oo=[],tl=!1}(Nn(Mo[ys].node)||Mo[ys].node.type==="ImportExpression")&&(tl=!0),Oo.push(Mo[ys]),ji(Mo[ys].node,oa.Trailing)&&(Xo.push(Oo),Oo=[],tl=!1)}Oo.length>0&&Xo.push(Oo);function $s(fc){return/^[A-Z]|^[$_]+$/.test(fc)}function pl(fc){return fc.length<=Aa.tabWidth}function Vo(fc){let lc=fc[1].length>0&&fc[1][0].node.computed;if(fc[0].length===1){let Qo=fc[0][0].node;return Qo.type==="ThisExpression"||Qo.type==="Identifier"&&($s(Qo.name)||Jo&&pl(Qo.name)||lc)}let ol=Vn(fc[0]).node;return ui(ol)&&ol.property.type==="Identifier"&&($s(ol.property.name)||lc)}let As=Xo.length>=2&&!ji(Xo[1][0].node)&&Vo(Xo);function dl(fc){let lc=fc.map(ol=>ol.printed);return fc.length>0&&Vn(fc).needsParens?["(",...lc,")"]:lc}function al(fc){return fc.length===0?"":Xa(Ea([La,la(La,fc.map(dl))]))}let Ou=Xo.map(dl),Rs=Ou,fs=As?3:2,Fs=Xo.flat(),Ws=Fs.slice(1,-1).some(fc=>ji(fc.node,oa.Leading))||Fs.slice(0,-1).some(fc=>ji(fc.node,oa.Trailing))||Xo[fs]&&ji(Xo[fs][0].node,oa.Leading);if(Xo.length<=fs&&!Ws)return ea(va)?Rs:Ea(Rs);let Hs=Vn(Xo[As?1:0]).node,du=!Nn(Hs)&&_s(Hs),jl=[dl(Xo[0]),As?Xo.slice(1,2).map(dl):"",du?La:"",al(Xo.slice(As?2:1))],rc=Mo.map(fc=>{let{node:lc}=fc;return lc}).filter(Nn);function ed(){let fc=Vn(Vn(Xo)).node,lc=Vn(Ou);return Nn(fc)&&Ta(lc)&&rc.slice(0,-1).some(ol=>ol.arguments.some(Mi))}let Uc;return Ws||rc.length>2&&rc.some(fc=>!fc.arguments.every(lc=>ki(lc,0)))||Ou.slice(0,-1).some(Ta)||ed()?Uc=Ea(jl):Uc=[Ta(Rs)||du?Zo:"",Fa([Rs,jl])],Ui("member-chain",Uc)}di.exports=da}}),Su=ko({"src/language-js/print/call-expression.js"(Rn,di){In();var{builders:{join:vn,group:Vn}}=yc(),Fn=Ss(),{getCallArguments:En,hasFlowAnnotationComment:xn,isCallExpression:Nn,isMemberish:ui,isStringLiteral:Mi,isTemplateOnItsOwnLine:ea,isTestCall:zi,iterateCallArgumentsPath:ta}=Dd(),ki=Qs(),ji=_u(),{printOptionalToken:oa,printFunctionTypeParameters:Ra}=hl();function Ba(La,Ea,Xa){let Fa=La.getValue(),Zo=La.getParentNode(),Ui=Fa.type==="NewExpression",Ta=Fa.type==="ImportExpression",Fi=oa(La),aa=En(Fa);if(aa.length>0&&(!Ta&&!Ui&&la(Fa,Zo)||aa.length===1&&ea(aa[0],Ea.originalText)||!Ui&&zi(Fa,Zo))){let ra=[];return ta(La,()=>{ra.push(Xa())}),[Ui?"new ":"",Xa("callee"),Fi,Ra(La,Ea,Xa),"(",vn(", ",ra),")"]}let Un=(Ea.parser==="babel"||Ea.parser==="babel-flow")&&Fa.callee&&Fa.callee.type==="Identifier"&&xn(Fa.callee.trailingComments);if(Un&&(Fa.callee.trailingComments[0].printed=!0),!Ta&&!Ui&&ui(Fa.callee)&&!La.call(ra=>Fn(ra,Ea),"callee"))return ki(La,Ea,Xa);let Gi=[Ui?"new ":"",Ta?"import":Xa("callee"),Fi,Un?`/*:: ${Fa.callee.trailingComments[0].value.slice(2).trim()} */`:"",Ra(La,Ea,Xa),ji(La,Ea,Xa)];return Ta||Nn(Fa.callee)?Vn(Gi):Gi}function la(La,Ea){if(La.callee.type!=="Identifier")return!1;if(La.callee.name==="require")return!0;if(La.callee.name==="define"){let Xa=En(La);return Ea.type==="ExpressionStatement"&&(Xa.length===1||Xa.length===2&&Xa[0].type==="ArrayExpression"||Xa.length===3&&Mi(Xa[0])&&Xa[1].type==="ArrayExpression")}return!1}di.exports={printCallExpression:Ba}}}),Qu=ko({"src/language-js/print/assignment.js"(Rn,di){In();var{isNonEmptyArray:vn,getStringWidth:Vn}=Gc(),{builders:{line:Fn,group:En,indent:xn,indentIfBreak:Nn,lineSuffixBoundary:ui},utils:{cleanDoc:Mi,willBreak:ea,canBreak:zi}}=yc(),{hasLeadingOwnLineComment:ta,isBinaryish:ki,isStringLiteral:ji,isLiteral:oa,isNumericLiteral:Ra,isCallExpression:Ba,isMemberExpression:la,getCallArguments:La,rawText:Ea,hasComment:Xa,isSignedNumericLiteral:Fa,isObjectProperty:Zo}=Dd(),{shouldInlineLogicalExpression:Ui}=bl(),{printCallExpression:Ta}=Su();function Fi(Vo,As,dl,al,Ou,Rs){let fs=Gi(Vo,As,dl,al,Rs),Fs=dl(Rs,{assignmentLayout:fs});switch(fs){case"break-after-operator":return En([En(al),Ou,En(xn([Fn,Fs]))]);case"never-break-after-operator":return En([En(al),Ou," ",Fs]);case"fluid":{let Ws=Symbol("assignment");return En([En(al),Ou,En(xn(Fn),{id:Ws}),ui,Nn(Fs,{groupId:Ws})])}case"break-lhs":return En([al,Ou," ",En(Fs)]);case"chain":return[En(al),Ou,Fn,Fs];case"chain-tail":return[En(al),Ou,xn([Fn,Fs])];case"chain-tail-arrow-chain":return[En(al),Ou,Fs];case"only-left":return al}}function aa(Vo,As,dl){let al=Vo.getValue();return Fi(Vo,As,dl,dl("left"),[" ",al.operator],"right")}function Un(Vo,As,dl){return Fi(Vo,As,dl,dl("id")," =","init")}function Gi(Vo,As,dl,al,Ou){let Rs=Vo.getValue(),fs=Rs[Ou];if(!fs)return"only-left";let Fs=!va(fs);if(Vo.match(va,Aa,Hs=>!Fs||Hs.type!=="ExpressionStatement"&&Hs.type!=="VariableDeclaration"))return Fs?fs.type==="ArrowFunctionExpression"&&fs.body.type==="ArrowFunctionExpression"?"chain-tail-arrow-chain":"chain-tail":"chain";if(!Fs&&va(fs.right)||ta(As.originalText,fs))return"break-after-operator";if(fs.type==="CallExpression"&&fs.callee.name==="require"||As.parser==="json5"||As.parser==="json")return"never-break-after-operator";if(da(Rs)||to(Rs)||Mo(Rs)||_s(Rs)&&zi(al))return"break-lhs";let Ws=tl(Rs,al,As);return Vo.call(()=>ra(Vo,As,dl,Ws),Ou)?"break-after-operator":Ws||fs.type==="TemplateLiteral"||fs.type==="TaggedTemplateExpression"||fs.type==="BooleanLiteral"||Ra(fs)||fs.type==="ClassExpression"?"never-break-after-operator":"fluid"}function ra(Vo,As,dl,al){let Ou=Vo.getValue();if(ki(Ou)&&!Ui(Ou))return!0;switch(Ou.type){case"StringLiteralTypeAnnotation":case"SequenceExpression":return!0;case"ConditionalExpression":{let{test:Fs}=Ou;return ki(Fs)&&!Ui(Fs)}case"ClassExpression":return vn(Ou.decorators)}if(al)return!1;let Rs=Ou,fs=[];for(;;)if(Rs.type==="UnaryExpression")Rs=Rs.argument,fs.push("argument");else if(Rs.type==="TSNonNullExpression")Rs=Rs.expression,fs.push("expression");else break;return!!(ji(Rs)||Vo.call(()=>Xo(Vo,As,dl),...fs))}function da(Vo){if(Aa(Vo)){let As=Vo.left||Vo.id;return As.type==="ObjectPattern"&&As.properties.length>2&&As.properties.some(dl=>Zo(dl)&&(!dl.shorthand||dl.value&&dl.value.type==="AssignmentPattern"))}return!1}function va(Vo){return Vo.type==="AssignmentExpression"}function Aa(Vo){return va(Vo)||Vo.type==="VariableDeclarator"}function to(Vo){let As=Bo(Vo);if(vn(As)){let dl=Vo.type==="TSTypeAliasDeclaration"?"constraint":"bound";if(As.length>1&&As.some(al=>al[dl]||al.default))return!0}return!1}function Bo(Vo){return Jo(Vo)&&Vo.typeParameters&&Vo.typeParameters.params?Vo.typeParameters.params:null}function Jo(Vo){return Vo.type==="TSTypeAliasDeclaration"||Vo.type==="TypeAlias"}function Mo(Vo){if(Vo.type!=="VariableDeclarator")return!1;let{typeAnnotation:As}=Vo.id;if(!As||!As.typeAnnotation)return!1;let dl=bo(As.typeAnnotation);return vn(dl)&&dl.length>1&&dl.some(al=>vn(bo(al))||al.type==="TSConditionalType")}function _s(Vo){return Vo.type==="VariableDeclarator"&&Vo.init&&Vo.init.type==="ArrowFunctionExpression"}function bo(Vo){return Bs(Vo)&&Vo.typeParameters&&Vo.typeParameters.params?Vo.typeParameters.params:null}function Bs(Vo){return Vo.type==="TSTypeReference"||Vo.type==="GenericTypeAnnotation"}function Xo(Vo,As,dl){let al=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!1,Ou=Vo.getValue(),Rs=()=>Xo(Vo,As,dl,!0);if(Ou.type==="TSNonNullExpression")return Vo.call(Rs,"expression");if(Ba(Ou)){if(Ta(Vo,As,dl).label==="member-chain")return!1;let fs=La(Ou);return!(fs.length===0||fs.length===1&&ys(fs[0],As))||$s(Ou,dl)?!1:Vo.call(Rs,"callee")}return la(Ou)?Vo.call(Rs,"object"):al&&(Ou.type==="Identifier"||Ou.type==="ThisExpression")}var Oo=.25;function ys(Vo,As){let{printWidth:dl}=As;if(Xa(Vo))return!1;let al=dl*Oo;if(Vo.type==="ThisExpression"||Vo.type==="Identifier"&&Vo.name.length<=al||Fa(Vo)&&!Xa(Vo.argument))return!0;let Ou=Vo.type==="Literal"&&"regex"in Vo&&Vo.regex.pattern||Vo.type==="RegExpLiteral"&&Vo.pattern;return Ou?Ou.length<=al:ji(Vo)?Ea(Vo).length<=al:Vo.type==="TemplateLiteral"?Vo.expressions.length===0&&Vo.quasis[0].value.raw.length<=al&&!Vo.quasis[0].value.raw.includes(`
`):oa(Vo)}function tl(Vo,As,dl){return Zo(Vo)?(As=Mi(As),typeof As=="string"&&Vn(As)<dl.tabWidth+3):!1}function $s(Vo,As){let dl=pl(Vo);if(vn(dl)){if(dl.length>1)return!0;if(dl.length===1){let Ou=dl[0];if(Ou.type==="TSUnionType"||Ou.type==="UnionTypeAnnotation"||Ou.type==="TSIntersectionType"||Ou.type==="IntersectionTypeAnnotation"||Ou.type==="TSTypeLiteral"||Ou.type==="ObjectTypeAnnotation")return!0}let al=Vo.typeParameters?"typeParameters":"typeArguments";if(ea(As(al)))return!0}return!1}function pl(Vo){return Vo.typeParameters&&Vo.typeParameters.params||Vo.typeArguments&&Vo.typeArguments.params}di.exports={printVariableDeclarator:Un,printAssignmentExpression:aa,printAssignment:Fi,isArrowFunctionVariableDeclarator:_s}}}),ec=ko({"src/language-js/print/function-parameters.js"(Rn,di){In();var{getNextNonSpaceNonCommentCharacter:vn}=Gc(),{printDanglingComments:Vn}=Ec(),{builders:{line:Fn,hardline:En,softline:xn,group:Nn,indent:ui,ifBreak:Mi},utils:{removeLines:ea,willBreak:zi}}=yc(),{getFunctionParameters:ta,iterateFunctionParametersPath:ki,isSimpleType:ji,isTestCall:oa,isTypeAnnotationAFunction:Ra,isObjectType:Ba,isObjectTypePropertyAFunction:la,hasRestParameter:La,shouldPrintComma:Ea,hasComment:Xa,isNextLineEmpty:Fa}=Dd(),{locEnd:Zo}=xp(),{ArgExpansionBailout:Ui}=id(),{printFunctionTypeParameters:Ta}=hl();function Fi(ra,da,va,Aa,to){let Bo=ra.getValue(),Jo=ta(Bo),Mo=to?Ta(ra,va,da):"";if(Jo.length===0)return[Mo,"(",Vn(ra,va,!0,ys=>vn(va.originalText,ys,Zo)===")"),")"];let _s=ra.getParentNode(),bo=oa(_s),Bs=aa(Bo),Xo=[];if(ki(ra,(ys,tl)=>{let $s=tl===Jo.length-1;$s&&Bo.rest&&Xo.push("..."),Xo.push(da()),!$s&&(Xo.push(","),bo||Bs?Xo.push(" "):Fa(Jo[tl],va)?Xo.push(En,En):Xo.push(Fn))}),Aa){if(zi(Mo)||zi(Xo))throw new Ui;return Nn([ea(Mo),"(",ea(Xo),")"])}let Oo=Jo.every(ys=>!ys.decorators);return Bs&&Oo?[Mo,"(",...Xo,")"]:bo?[Mo,"(",...Xo,")"]:(la(_s)||Ra(_s)||_s.type==="TypeAlias"||_s.type==="UnionTypeAnnotation"||_s.type==="TSUnionType"||_s.type==="IntersectionTypeAnnotation"||_s.type==="FunctionTypeAnnotation"&&_s.returnType===Bo)&&Jo.length===1&&Jo[0].name===null&&Bo.this!==Jo[0]&&Jo[0].typeAnnotation&&Bo.typeParameters===null&&ji(Jo[0].typeAnnotation)&&!Bo.rest?va.arrowParens==="always"?["(",...Xo,")"]:Xo:[Mo,"(",ui([xn,...Xo]),Mi(!La(Bo)&&Ea(va,"all")?",":""),xn,")"]}function aa(ra){if(!ra)return!1;let da=ta(ra);if(da.length!==1)return!1;let[va]=da;return!Xa(va)&&(va.type==="ObjectPattern"||va.type==="ArrayPattern"||va.type==="Identifier"&&va.typeAnnotation&&(va.typeAnnotation.type==="TypeAnnotation"||va.typeAnnotation.type==="TSTypeAnnotation")&&Ba(va.typeAnnotation.typeAnnotation)||va.type==="FunctionTypeParam"&&Ba(va.typeAnnotation)||va.type==="AssignmentPattern"&&(va.left.type==="ObjectPattern"||va.left.type==="ArrayPattern")&&(va.right.type==="Identifier"||va.right.type==="ObjectExpression"&&va.right.properties.length===0||va.right.type==="ArrayExpression"&&va.right.elements.length===0))}function Un(ra){let da;return ra.returnType?(da=ra.returnType,da.typeAnnotation&&(da=da.typeAnnotation)):ra.typeAnnotation&&(da=ra.typeAnnotation),da}function Gi(ra,da){let va=Un(ra);if(!va)return!1;let Aa=ra.typeParameters&&ra.typeParameters.params;if(Aa){if(Aa.length>1)return!1;if(Aa.length===1){let to=Aa[0];if(to.constraint||to.default)return!1}}return ta(ra).length===1&&(Ba(va)||zi(da))}di.exports={printFunctionParameters:Fi,shouldHugFunctionParameters:aa,shouldGroupFunctionParameters:Gi}}}),Ka=ko({"src/language-js/print/type-annotation.js"(Rn,di){In();var{printComments:vn,printDanglingComments:Vn}=Ec(),{isNonEmptyArray:Fn}=Gc(),{builders:{group:En,join:xn,line:Nn,softline:ui,indent:Mi,align:ea,ifBreak:zi}}=yc(),ta=Ss(),{locStart:ki}=xp(),{isSimpleType:ji,isObjectType:oa,hasLeadingOwnLineComment:Ra,isObjectTypePropertyAFunction:Ba,shouldPrintComma:la}=Dd(),{printAssignment:La}=Qu(),{printFunctionParameters:Ea,shouldGroupFunctionParameters:Xa}=ec(),{printArrayItems:Fa}=Kl();function Zo(va){if(ji(va)||oa(va))return!0;if(va.type==="UnionTypeAnnotation"||va.type==="TSUnionType"){let Aa=va.types.filter(Bo=>Bo.type==="VoidTypeAnnotation"||Bo.type==="TSVoidKeyword"||Bo.type==="NullLiteralTypeAnnotation"||Bo.type==="TSNullKeyword").length,to=va.types.some(Bo=>Bo.type==="ObjectTypeAnnotation"||Bo.type==="TSTypeLiteral"||Bo.type==="GenericTypeAnnotation"||Bo.type==="TSTypeReference");if(va.types.length-1===Aa&&to)return!0}return!1}function Ui(va,Aa,to){let Bo=Aa.semi?";":"",Jo=va.getValue(),Mo=[];return Mo.push("opaque type ",to("id"),to("typeParameters")),Jo.supertype&&Mo.push(": ",to("supertype")),Jo.impltype&&Mo.push(" = ",to("impltype")),Mo.push(Bo),Mo}function Ta(va,Aa,to){let Bo=Aa.semi?";":"",Jo=va.getValue(),Mo=[];Jo.declare&&Mo.push("declare "),Mo.push("type ",to("id"),to("typeParameters"));let _s=Jo.type==="TSTypeAliasDeclaration"?"typeAnnotation":"right";return[La(va,Aa,to,Mo," =",_s),Bo]}function Fi(va,Aa,to){let Bo=va.getValue(),Jo=va.map(to,"types"),Mo=[],_s=!1;for(let bo=0;bo<Jo.length;++bo)bo===0?Mo.push(Jo[bo]):oa(Bo.types[bo-1])&&oa(Bo.types[bo])?Mo.push([" & ",_s?Mi(Jo[bo]):Jo[bo]]):!oa(Bo.types[bo-1])&&!oa(Bo.types[bo])?Mo.push(Mi([" &",Nn,Jo[bo]])):(bo>1&&(_s=!0),Mo.push(" & ",bo>1?Mi(Jo[bo]):Jo[bo]));return En(Mo)}function aa(va,Aa,to){let Bo=va.getValue(),Jo=va.getParentNode(),Mo=Jo.type!=="TypeParameterInstantiation"&&Jo.type!=="TSTypeParameterInstantiation"&&Jo.type!=="GenericTypeAnnotation"&&Jo.type!=="TSTypeReference"&&Jo.type!=="TSTypeAssertion"&&Jo.type!=="TupleTypeAnnotation"&&Jo.type!=="TSTupleType"&&!(Jo.type==="FunctionTypeParam"&&!Jo.name&&va.getParentNode(1).this!==Jo)&&!((Jo.type==="TypeAlias"||Jo.type==="VariableDeclarator"||Jo.type==="TSTypeAliasDeclaration")&&Ra(Aa.originalText,Bo)),_s=Zo(Bo),bo=va.map(Oo=>{let ys=to();return _s||(ys=ea(2,ys)),vn(Oo,ys,Aa)},"types");if(_s)return xn(" | ",bo);let Bs=Mo&&!Ra(Aa.originalText,Bo),Xo=[zi([Bs?Nn:"","| "]),xn([Nn,"| "],bo)];return ta(va,Aa)?En([Mi(Xo),ui]):Jo.type==="TupleTypeAnnotation"&&Jo.types.length>1||Jo.type==="TSTupleType"&&Jo.elementTypes.length>1?En([Mi([zi(["(",ui]),Xo]),ui,zi(")")]):En(Mo?Mi(Xo):Xo)}function Un(va,Aa,to){let Bo=va.getValue(),Jo=[],Mo=va.getParentNode(0),_s=va.getParentNode(1),bo=va.getParentNode(2),Bs=Bo.type==="TSFunctionType"||!((Mo.type==="ObjectTypeProperty"||Mo.type==="ObjectTypeInternalSlot")&&!Mo.variance&&!Mo.optional&&ki(Mo)===ki(Bo)||Mo.type==="ObjectTypeCallProperty"||bo&&bo.type==="DeclareFunction"),Xo=Bs&&(Mo.type==="TypeAnnotation"||Mo.type==="TSTypeAnnotation"),Oo=Xo&&Bs&&(Mo.type==="TypeAnnotation"||Mo.type==="TSTypeAnnotation")&&_s.type==="ArrowFunctionExpression";Ba(Mo)&&(Bs=!0,Xo=!0),Oo&&Jo.push("(");let ys=Ea(va,to,Aa,!1,!0),tl=Bo.returnType||Bo.predicate||Bo.typeAnnotation?[Bs?" => ":": ",to("returnType"),to("predicate"),to("typeAnnotation")]:"",$s=Xa(Bo,tl);return Jo.push($s?En(ys):ys),tl&&Jo.push(tl),Oo&&Jo.push(")"),En(Jo)}function Gi(va,Aa,to){let Bo=va.getValue(),Jo=Bo.type==="TSTupleType"?"elementTypes":"types",Mo=Bo[Jo],_s=Fn(Mo),bo=_s?ui:"";return En(["[",Mi([bo,Fa(va,Aa,Jo,to)]),zi(_s&&la(Aa,"all")?",":""),Vn(va,Aa,!0),bo,"]"])}function ra(va,Aa,to){let Bo=va.getValue(),Jo=Bo.type==="OptionalIndexedAccessType"&&Bo.optional?"?.[":"[";return[to("objectType"),Jo,to("indexType"),"]"]}function da(va,Aa,to){let Bo=va.getValue();return[Bo.postfix?"":to,Aa("typeAnnotation"),Bo.postfix?to:""]}di.exports={printOpaqueType:Ui,printTypeAlias:Ta,printIntersectionType:Fi,printUnionType:aa,printFunctionType:Un,printTupleType:Gi,printIndexedAccessType:ra,shouldHugType:Zo,printJSDocType:da}}}),yu=ko({"src/language-js/print/type-parameters.js"(Rn,di){In();var{printDanglingComments:vn}=Ec(),{builders:{join:Vn,line:Fn,hardline:En,softline:xn,group:Nn,indent:ui,ifBreak:Mi}}=yc(),{isTestCall:ea,hasComment:zi,CommentCheckFlags:ta,isTSXFile:ki,shouldPrintComma:ji,getFunctionParameters:oa,isObjectType:Ra,getTypeScriptMappedTypeModifier:Ba}=Dd(),{createGroupIdMapper:la}=Gc(),{shouldHugType:La}=Ka(),{isArrowFunctionVariableDeclarator:Ea}=Qu(),Xa=la("typeParameters");function Fa(Ta,Fi,aa,Un){let Gi=Ta.getValue();if(!Gi[Un])return"";if(!Array.isArray(Gi[Un]))return aa(Un);let ra=Ta.getNode(2),da=ra&&ea(ra),va=Ta.match(to=>!(to[Un].length===1&&Ra(to[Un][0])),void 0,(to,Bo)=>Bo==="typeAnnotation",to=>to.type==="Identifier",Ea);if(Gi[Un].length===0||!va&&(da||Gi[Un].length===1&&(Gi[Un][0].type==="NullableTypeAnnotation"||La(Gi[Un][0]))))return["<",Vn(", ",Ta.map(aa,Un)),Zo(Ta,Fi),">"];let Aa=Gi.type==="TSTypeParameterInstantiation"?"":oa(Gi).length===1&&ki(Fi)&&!Gi[Un][0].constraint&&Ta.getParentNode().type==="ArrowFunctionExpression"?",":ji(Fi,"all")?Mi(","):"";return Nn(["<",ui([xn,Vn([",",Fn],Ta.map(aa,Un))]),Aa,xn,">"],{id:Xa(Gi)})}function Zo(Ta,Fi){let aa=Ta.getValue();if(!zi(aa,ta.Dangling))return"";let Un=!zi(aa,ta.Line),Gi=vn(Ta,Fi,Un);return Un?Gi:[Gi,En]}function Ui(Ta,Fi,aa){let Un=Ta.getValue(),Gi=[Un.type==="TSTypeParameter"&&Un.const?"const ":""],ra=Ta.getParentNode();return ra.type==="TSMappedType"?(ra.readonly&&Gi.push(Ba(ra.readonly,"readonly")," "),Gi.push("[",aa("name")),Un.constraint&&Gi.push(" in ",aa("constraint")),ra.nameType&&Gi.push(" as ",Ta.callParent(()=>aa("nameType"))),Gi.push("]"),Gi):(Un.variance&&Gi.push(aa("variance")),Un.in&&Gi.push("in "),Un.out&&Gi.push("out "),Gi.push(aa("name")),Un.bound&&Gi.push(": ",aa("bound")),Un.constraint&&Gi.push(" extends ",aa("constraint")),Un.default&&Gi.push(" = ",aa("default")),Gi)}di.exports={printTypeParameter:Ui,printTypeParameters:Fa,getTypeParametersGroupId:Xa}}}),bc=ko({"src/language-js/print/property.js"(Rn,di){In();var{printComments:vn}=Ec(),{printString:Vn,printNumber:Fn}=Gc(),{isNumericLiteral:En,isSimpleNumber:xn,isStringLiteral:Nn,isStringPropSafeToUnquote:ui,rawText:Mi}=Dd(),{printAssignment:ea}=Qu(),zi=new WeakMap;function ta(ji,oa,Ra){let Ba=ji.getNode();if(Ba.computed)return["[",Ra("key"),"]"];let la=ji.getParentNode(),{key:La}=Ba;if(oa.quoteProps==="consistent"&&!zi.has(la)){let Ea=(la.properties||la.body||la.members).some(Xa=>!Xa.computed&&Xa.key&&Nn(Xa.key)&&!ui(Xa,oa));zi.set(la,Ea)}if((La.type==="Identifier"||En(La)&&xn(Fn(Mi(La)))&&String(La.value)===Fn(Mi(La))&&!(oa.parser==="typescript"||oa.parser==="babel-ts"))&&(oa.parser==="json"||oa.quoteProps==="consistent"&&zi.get(la))){let Ea=Vn(JSON.stringify(La.type==="Identifier"?La.name:La.value.toString()),oa);return ji.call(Xa=>vn(Xa,Ea,oa),"key")}return ui(Ba,oa)&&(oa.quoteProps==="as-needed"||oa.quoteProps==="consistent"&&!zi.get(la))?ji.call(Ea=>vn(Ea,/^\d/.test(La.value)?Fn(La.value):La.value,oa),"key"):Ra("key")}function ki(ji,oa,Ra){return ji.getValue().shorthand?Ra("value"):ea(ji,oa,Ra,ta(ji,oa,Ra),":","value")}di.exports={printProperty:ki,printPropertyKey:ta}}}),Tu=ko({"src/language-js/print/function.js"(Rn,di){In();var vn=_c(),{printDanglingComments:Vn,printCommentsSeparately:Fn}=Ec(),En=Ac(),{getNextNonSpaceNonCommentCharacterIndex:xn}=Gc(),{builders:{line:Nn,softline:ui,group:Mi,indent:ea,ifBreak:zi,hardline:ta,join:ki,indentIfBreak:ji},utils:{removeLines:oa,willBreak:Ra}}=yc(),{ArgExpansionBailout:Ba}=id(),{getFunctionParameters:la,hasLeadingOwnLineComment:La,isFlowAnnotationComment:Ea,isJsxNode:Xa,isTemplateOnItsOwnLine:Fa,shouldPrintComma:Zo,startsWithNoLookaheadToken:Ui,isBinaryish:Ta,isLineComment:Fi,hasComment:aa,getComments:Un,CommentCheckFlags:Gi,isCallLikeExpression:ra,isCallExpression:da,getCallArguments:va,hasNakedLeftSide:Aa,getLeftSide:to}=Dd(),{locEnd:Bo}=xp(),{printFunctionParameters:Jo,shouldGroupFunctionParameters:Mo}=ec(),{printPropertyKey:_s}=bc(),{printFunctionTypeParameters:bo}=hl();function Bs(fs,Fs,Ws,Hs){let du=fs.getValue(),jl=!1;if((du.type==="FunctionDeclaration"||du.type==="FunctionExpression")&&Hs&&Hs.expandLastArg){let lc=fs.getParentNode();da(lc)&&va(lc).length>1&&(jl=!0)}let rc=[];du.type==="TSDeclareFunction"&&du.declare&&rc.push("declare "),du.async&&rc.push("async "),du.generator?rc.push("function* "):rc.push("function "),du.id&&rc.push(Fs("id"));let ed=Jo(fs,Fs,Ws,jl),Uc=As(fs,Fs,Ws),fc=Mo(du,Uc);return rc.push(bo(fs,Ws,Fs),Mi([fc?Mi(ed):ed,Uc]),du.body?" ":"",Fs("body")),Ws.semi&&(du.declare||!du.body)&&rc.push(";"),rc}function Xo(fs,Fs,Ws){let Hs=fs.getNode(),{kind:du}=Hs,jl=Hs.value||Hs,rc=[];return!du||du==="init"||du==="method"||du==="constructor"?jl.async&&rc.push("async "):(vn.ok(du==="get"||du==="set"),rc.push(du," ")),jl.generator&&rc.push("*"),rc.push(_s(fs,Fs,Ws),Hs.optional||Hs.key.optional?"?":""),Hs===jl?rc.push(Oo(fs,Fs,Ws)):jl.type==="FunctionExpression"?rc.push(fs.call(ed=>Oo(ed,Fs,Ws),"value")):rc.push(Ws("value")),rc}function Oo(fs,Fs,Ws){let Hs=fs.getNode(),du=Jo(fs,Ws,Fs),jl=As(fs,Ws,Fs),rc=Mo(Hs,jl),ed=[bo(fs,Fs,Ws),Mi([rc?Mi(du):du,jl])];return Hs.body?ed.push(" ",Ws("body")):ed.push(Fs.semi?";":""),ed}function ys(fs,Fs,Ws,Hs){let du=fs.getValue(),jl=[];if(du.async&&jl.push("async "),Vo(fs,Fs))jl.push(Ws(["params",0]));else{let ed=Hs&&(Hs.expandLastArg||Hs.expandFirstArg),Uc=As(fs,Ws,Fs);if(ed){if(Ra(Uc))throw new Ba;Uc=Mi(oa(Uc))}jl.push(Mi([Jo(fs,Ws,Fs,ed,!0),Uc]))}let rc=Vn(fs,Fs,!0,ed=>{let Uc=xn(Fs.originalText,ed,Bo);return Uc!==!1&&Fs.originalText.slice(Uc,Uc+2)==="=>"});return rc&&jl.push(" ",rc),jl}function tl(fs,Fs,Ws,Hs,du,jl){let rc=fs.getName(),ed=fs.getParentNode(),Uc=ra(ed)&&rc==="callee",fc=!!(Fs&&Fs.assignmentLayout),lc=jl.body.type!=="BlockStatement"&&jl.body.type!=="ObjectExpression"&&jl.body.type!=="SequenceExpression",ol=Uc&&lc||Fs&&Fs.assignmentLayout==="chain-tail-arrow-chain",Qo=Symbol("arrow-chain");return jl.body.type==="SequenceExpression"&&(du=Mi(["(",ea([ui,du]),ui,")"])),Mi([Mi(ea([Uc||fc?ui:"",Mi(ki([" =>",Nn],Ws),{shouldBreak:Hs})]),{id:Qo,shouldBreak:ol})," =>",ji(lc?ea([Nn,du]):[" ",du],{groupId:Qo}),Uc?zi(ui,"",{groupId:Qo}):""])}function $s(fs,Fs,Ws,Hs){let du=fs.getValue(),jl=[],rc=[],ed=!1;if(function Qo(){let fl=ys(fs,Fs,Ws,Hs);if(jl.length===0)jl.push(fl);else{let{leading:Is,trailing:ul}=Fn(fs,Fs);jl.push([Is,fl]),rc.unshift(ul)}ed=ed||du.returnType&&la(du).length>0||du.typeParameters||la(du).some(Is=>Is.type!=="Identifier"),du.body.type!=="ArrowFunctionExpression"||Hs&&Hs.expandLastArg?rc.unshift(Ws("body",Hs)):(du=du.body,fs.call(Qo,"body"))}(),jl.length>1)return tl(fs,Hs,jl,ed,rc,du);let Uc=jl;if(Uc.push(" =>"),!La(Fs.originalText,du.body)&&(du.body.type==="ArrayExpression"||du.body.type==="ObjectExpression"||du.body.type==="BlockStatement"||Xa(du.body)||Fa(du.body,Fs.originalText)||du.body.type==="ArrowFunctionExpression"||du.body.type==="DoExpression"))return Mi([...Uc," ",rc]);if(du.body.type==="SequenceExpression")return Mi([...Uc,Mi([" (",ea([ui,rc]),ui,")"])]);let fc=(Hs&&Hs.expandLastArg||fs.getParentNode().type==="JSXExpressionContainer")&&!aa(du),lc=Hs&&Hs.expandLastArg&&Zo(Fs,"all"),ol=du.body.type==="ConditionalExpression"&&!Ui(du.body,Qo=>Qo.type==="ObjectExpression");return Mi([...Uc,Mi([ea([Nn,ol?zi("","("):"",rc,ol?zi("",")"):""]),fc?[zi(lc?",":""),ui]:""])])}function pl(fs){let Fs=la(fs);return Fs.length===1&&!fs.typeParameters&&!aa(fs,Gi.Dangling)&&Fs[0].type==="Identifier"&&!Fs[0].typeAnnotation&&!aa(Fs[0])&&!Fs[0].optional&&!fs.predicate&&!fs.returnType}function Vo(fs,Fs){if(Fs.arrowParens==="always")return!1;if(Fs.arrowParens==="avoid"){let Ws=fs.getValue();return pl(Ws)}return!1}function As(fs,Fs,Ws){let Hs=fs.getValue(),du=Fs("returnType");if(Hs.returnType&&Ea(Ws.originalText,Hs.returnType))return[" /*: ",du," */"];let jl=[du];return Hs.returnType&&Hs.returnType.typeAnnotation&&jl.unshift(": "),Hs.predicate&&jl.push(Hs.returnType?" ":": ",Fs("predicate")),jl}function dl(fs,Fs,Ws){let Hs=fs.getValue(),du=Fs.semi?";":"",jl=[];Hs.argument&&(Rs(Fs,Hs.argument)?jl.push([" (",ea([ta,Ws("argument")]),ta,")"]):Ta(Hs.argument)||Hs.argument.type==="SequenceExpression"?jl.push(Mi([zi(" ("," "),ea([ui,Ws("argument")]),ui,zi(")")])):jl.push(" ",Ws("argument")));let rc=Un(Hs),ed=En(rc),Uc=ed&&Fi(ed);return Uc&&jl.push(du),aa(Hs,Gi.Dangling)&&jl.push(" ",Vn(fs,Fs,!0)),Uc||jl.push(du),jl}function al(fs,Fs,Ws){return["return",dl(fs,Fs,Ws)]}function Ou(fs,Fs,Ws){return["throw",dl(fs,Fs,Ws)]}function Rs(fs,Fs){if(La(fs.originalText,Fs))return!0;if(Aa(Fs)){let Ws=Fs,Hs;for(;Hs=to(Ws);)if(Ws=Hs,La(fs.originalText,Ws))return!0}return!1}di.exports={printFunction:Bs,printArrowFunction:$s,printMethod:Xo,printReturnStatement:al,printThrowStatement:Ou,printMethodInternal:Oo,shouldPrintParamsWithoutParens:Vo}}}),$l=ko({"src/language-js/print/decorators.js"(Rn,di){In();var{isNonEmptyArray:vn,hasNewline:Vn}=Gc(),{builders:{line:Fn,hardline:En,join:xn,breakParent:Nn,group:ui}}=yc(),{locStart:Mi,locEnd:ea}=xp(),{getParentExportDeclaration:zi}=Dd();function ta(Ba,la,La){let Ea=Ba.getValue();return ui([xn(Fn,Ba.map(La,"decorators")),oa(Ea,la)?En:Fn])}function ki(Ba,la,La){return[xn(En,Ba.map(La,"declaration","decorators")),En]}function ji(Ba,la,La){let Ea=Ba.getValue(),{decorators:Xa}=Ea;if(!vn(Xa)||Ra(Ba.getParentNode()))return;let Fa=Ea.type==="ClassExpression"||Ea.type==="ClassDeclaration"||oa(Ea,la);return[zi(Ba)?En:Fa?Nn:"",xn(Fn,Ba.map(La,"decorators")),Fn]}function oa(Ba,la){return Ba.decorators.some(La=>Vn(la.originalText,ea(La)))}function Ra(Ba){if(Ba.type!=="ExportDefaultDeclaration"&&Ba.type!=="ExportNamedDeclaration"&&Ba.type!=="DeclareExportDeclaration")return!1;let la=Ba.declaration&&Ba.declaration.decorators;return vn(la)&&Mi(Ba)===Mi(la[0])}di.exports={printDecorators:ji,printClassMemberDecorators:ta,printDecoratorsBeforeExport:ki,hasDecoratorsBeforeExport:Ra}}}),Ru=ko({"src/language-js/print/class.js"(Rn,di){In();var{isNonEmptyArray:vn,createGroupIdMapper:Vn}=Gc(),{printComments:Fn,printDanglingComments:En}=Ec(),{builders:{join:xn,line:Nn,hardline:ui,softline:Mi,group:ea,indent:zi,ifBreak:ta}}=yc(),{hasComment:ki,CommentCheckFlags:ji}=Dd(),{getTypeParametersGroupId:oa}=yu(),{printMethod:Ra}=Tu(),{printOptionalToken:Ba,printTypeAnnotation:la,printDefiniteToken:La}=hl(),{printPropertyKey:Ea}=bc(),{printAssignment:Xa}=Qu(),{printClassMemberDecorators:Fa}=$l();function Zo(va,Aa,to){let Bo=va.getValue(),Jo=[];Bo.declare&&Jo.push("declare "),Bo.abstract&&Jo.push("abstract "),Jo.push("class");let Mo=Bo.id&&ki(Bo.id,ji.Trailing)||Bo.typeParameters&&ki(Bo.typeParameters,ji.Trailing)||Bo.superClass&&ki(Bo.superClass)||vn(Bo.extends)||vn(Bo.mixins)||vn(Bo.implements),_s=[],bo=[];if(Bo.id&&_s.push(" ",to("id")),_s.push(to("typeParameters")),Bo.superClass){let Bs=[Gi(va,Aa,to),to("superTypeParameters")],Xo=va.call(Oo=>["extends ",Fn(Oo,Bs,Aa)],"superClass");Mo?bo.push(Nn,ea(Xo)):bo.push(" ",Xo)}else bo.push(Un(va,Aa,to,"extends"));if(bo.push(Un(va,Aa,to,"mixins"),Un(va,Aa,to,"implements")),Mo){let Bs;aa(Bo)?Bs=[..._s,zi(bo)]:Bs=zi([..._s,bo]),Jo.push(ea(Bs,{id:Ui(Bo)}))}else Jo.push(..._s,...bo);return Jo.push(" ",to("body")),Jo}var Ui=Vn("heritageGroup");function Ta(va){return ta(ui,"",{groupId:Ui(va)})}function Fi(va){return["superClass","extends","mixins","implements"].filter(Aa=>!!va[Aa]).length>1}function aa(va){return va.typeParameters&&!ki(va.typeParameters,ji.Trailing|ji.Line)&&!Fi(va)}function Un(va,Aa,to,Bo){let Jo=va.getValue();if(!vn(Jo[Bo]))return"";let Mo=En(va,Aa,!0,_s=>{let{marker:bo}=_s;return bo===Bo});return[aa(Jo)?ta(" ",Nn,{groupId:oa(Jo.typeParameters)}):Nn,Mo,Mo&&ui,Bo,ea(zi([Nn,xn([",",Nn],va.map(to,Bo))]))]}function Gi(va,Aa,to){let Bo=to("superClass");return va.getParentNode().type==="AssignmentExpression"?ea(ta(["(",zi([Mi,Bo]),Mi,")"],Bo)):Bo}function ra(va,Aa,to){let Bo=va.getValue(),Jo=[];return vn(Bo.decorators)&&Jo.push(Fa(va,Aa,to)),Bo.accessibility&&Jo.push(Bo.accessibility+" "),Bo.readonly&&Jo.push("readonly "),Bo.declare&&Jo.push("declare "),Bo.static&&Jo.push("static "),(Bo.type==="TSAbstractMethodDefinition"||Bo.abstract)&&Jo.push("abstract "),Bo.override&&Jo.push("override "),Jo.push(Ra(va,Aa,to)),Jo}function da(va,Aa,to){let Bo=va.getValue(),Jo=[],Mo=Aa.semi?";":"";return vn(Bo.decorators)&&Jo.push(Fa(va,Aa,to)),Bo.accessibility&&Jo.push(Bo.accessibility+" "),Bo.declare&&Jo.push("declare "),Bo.static&&Jo.push("static "),(Bo.type==="TSAbstractPropertyDefinition"||Bo.type==="TSAbstractAccessorProperty"||Bo.abstract)&&Jo.push("abstract "),Bo.override&&Jo.push("override "),Bo.readonly&&Jo.push("readonly "),Bo.variance&&Jo.push(to("variance")),(Bo.type==="ClassAccessorProperty"||Bo.type==="AccessorProperty"||Bo.type==="TSAbstractAccessorProperty")&&Jo.push("accessor "),Jo.push(Ea(va,Aa,to),Ba(va),La(va),la(va,Aa,to)),[Xa(va,Aa,to,Jo," =","value"),Mo]}di.exports={printClass:Zo,printClassMethod:ra,printClassProperty:da,printHardlineAfterHeritage:Ta}}}),Cl=ko({"src/language-js/print/interface.js"(Rn,di){In();var{isNonEmptyArray:vn}=Gc(),{builders:{join:Vn,line:Fn,group:En,indent:xn,ifBreak:Nn}}=yc(),{hasComment:ui,identity:Mi,CommentCheckFlags:ea}=Dd(),{getTypeParametersGroupId:zi}=yu(),{printTypeScriptModifiers:ta}=hl();function ki(ji,oa,Ra){let Ba=ji.getValue(),la=[];Ba.declare&&la.push("declare "),Ba.type==="TSInterfaceDeclaration"&&la.push(Ba.abstract?"abstract ":"",ta(ji,oa,Ra)),la.push("interface");let La=[],Ea=[];Ba.type!=="InterfaceTypeAnnotation"&&La.push(" ",Ra("id"),Ra("typeParameters"));let Xa=Ba.typeParameters&&!ui(Ba.typeParameters,ea.Trailing|ea.Line);return vn(Ba.extends)&&Ea.push(Xa?Nn(" ",Fn,{groupId:zi(Ba.typeParameters)}):Fn,"extends ",(Ba.extends.length===1?Mi:xn)(Vn([",",Fn],ji.map(Ra,"extends")))),Ba.id&&ui(Ba.id,ea.Trailing)||vn(Ba.extends)?Xa?la.push(En([...La,xn(Ea)])):la.push(En(xn([...La,...Ea]))):la.push(...La,...Ea),la.push(" ",Ra("body")),En(la)}di.exports={printInterface:ki}}}),_l=ko({"src/language-js/print/module.js"(Rn,di){In();var{isNonEmptyArray:vn}=Gc(),{builders:{softline:Vn,group:Fn,indent:En,join:xn,line:Nn,ifBreak:ui,hardline:Mi}}=yc(),{printDanglingComments:ea}=Ec(),{hasComment:zi,CommentCheckFlags:ta,shouldPrintComma:ki,needsHardlineAfterDanglingComment:ji,isStringLiteral:oa,rawText:Ra}=Dd(),{locStart:Ba,hasSameLoc:la}=xp(),{hasDecoratorsBeforeExport:La,printDecoratorsBeforeExport:Ea}=$l();function Xa(da,va,Aa){let to=da.getValue(),Bo=va.semi?";":"",Jo=[],{importKind:Mo}=to;return Jo.push("import"),Mo&&Mo!=="value"&&Jo.push(" ",Mo),Jo.push(Fi(da,va,Aa),Ta(da,va,Aa),Un(da,va,Aa),Bo),Jo}function Fa(da,va,Aa){let to=da.getValue(),Bo=[];La(to)&&Bo.push(Ea(da,va,Aa));let{type:Jo,exportKind:Mo,declaration:_s}=to;return Bo.push("export"),(to.default||Jo==="ExportDefaultDeclaration")&&Bo.push(" default"),zi(to,ta.Dangling)&&(Bo.push(" ",ea(da,va,!0)),ji(to)&&Bo.push(Mi)),_s?Bo.push(" ",Aa("declaration")):Bo.push(Mo==="type"?" type":"",Fi(da,va,Aa),Ta(da,va,Aa),Un(da,va,Aa)),Ui(to,va)&&Bo.push(";"),Bo}function Zo(da,va,Aa){let to=da.getValue(),Bo=va.semi?";":"",Jo=[],{exportKind:Mo,exported:_s}=to;return Jo.push("export"),Mo==="type"&&Jo.push(" type"),Jo.push(" *"),_s&&Jo.push(" as ",Aa("exported")),Jo.push(Ta(da,va,Aa),Un(da,va,Aa),Bo),Jo}function Ui(da,va){if(!va.semi)return!1;let{type:Aa,declaration:to}=da,Bo=da.default||Aa==="ExportDefaultDeclaration";if(!to)return!0;let{type:Jo}=to;return!!(Bo&&Jo!=="ClassDeclaration"&&Jo!=="FunctionDeclaration"&&Jo!=="TSInterfaceDeclaration"&&Jo!=="DeclareClass"&&Jo!=="DeclareFunction"&&Jo!=="TSDeclareFunction"&&Jo!=="EnumDeclaration")}function Ta(da,va,Aa){let to=da.getValue();if(!to.source)return"";let Bo=[];return aa(to,va)||Bo.push(" from"),Bo.push(" ",Aa("source")),Bo}function Fi(da,va,Aa){let to=da.getValue();if(aa(to,va))return"";let Bo=[" "];if(vn(to.specifiers)){let Jo=[],Mo=[];da.each(()=>{let _s=da.getValue().type;if(_s==="ExportNamespaceSpecifier"||_s==="ExportDefaultSpecifier"||_s==="ImportNamespaceSpecifier"||_s==="ImportDefaultSpecifier")Jo.push(Aa());else if(_s==="ExportSpecifier"||_s==="ImportSpecifier")Mo.push(Aa());else throw new Error(`Unknown specifier type ${JSON.stringify(_s)}`)},"specifiers"),Bo.push(xn(", ",Jo)),Mo.length>0&&(Jo.length>0&&Bo.push(", "),Mo.length>1||Jo.length>0||to.specifiers.some(_s=>zi(_s))?Bo.push(Fn(["{",En([va.bracketSpacing?Nn:Vn,xn([",",Nn],Mo)]),ui(ki(va)?",":""),va.bracketSpacing?Nn:Vn,"}"])):Bo.push(["{",va.bracketSpacing?" ":"",...Mo,va.bracketSpacing?" ":"","}"]))}else Bo.push("{}");return Bo}function aa(da,va){let{type:Aa,importKind:to,source:Bo,specifiers:Jo}=da;return Aa!=="ImportDeclaration"||vn(Jo)||to==="type"?!1:!/{\s*}/.test(va.originalText.slice(Ba(da),Ba(Bo)))}function Un(da,va,Aa){let to=da.getNode();return vn(to.assertions)?[" assert {",va.bracketSpacing?" ":"",xn(", ",da.map(Aa,"assertions")),va.bracketSpacing?" ":"","}"]:""}function Gi(da,va,Aa){let to=da.getNode(),{type:Bo}=to,Jo=[],Mo=Bo==="ImportSpecifier"?to.importKind:to.exportKind;Mo&&Mo!=="value"&&Jo.push(Mo," ");let _s=Bo.startsWith("Import"),bo=_s?"imported":"local",Bs=_s?"local":"exported",Xo=to[bo],Oo=to[Bs],ys="",tl="";return Bo==="ExportNamespaceSpecifier"||Bo==="ImportNamespaceSpecifier"?ys="*":Xo&&(ys=Aa(bo)),Oo&&!ra(to)&&(tl=Aa(Bs)),Jo.push(ys,ys&&tl?" as ":"",tl),Jo}function ra(da){if(da.type!=="ImportSpecifier"&&da.type!=="ExportSpecifier")return!1;let{local:va,[da.type==="ImportSpecifier"?"imported":"exported"]:Aa}=da;if(va.type!==Aa.type||!la(va,Aa))return!1;if(oa(va))return va.value===Aa.value&&Ra(va)===Ra(Aa);switch(va.type){case"Identifier":return va.name===Aa.name;default:return!1}}di.exports={printImportDeclaration:Xa,printExportDeclaration:Fa,printExportAllDeclaration:Zo,printModuleSpecifier:Gi}}}),Ml=ko({"src/language-js/print/object.js"(Rn,di){In();var{printDanglingComments:vn}=Ec(),{builders:{line:Vn,softline:Fn,group:En,indent:xn,ifBreak:Nn,hardline:ui}}=yc(),{getLast:Mi,hasNewlineInRange:ea,hasNewline:zi,isNonEmptyArray:ta}=Gc(),{shouldPrintComma:ki,hasComment:ji,getComments:oa,CommentCheckFlags:Ra,isNextLineEmpty:Ba}=Dd(),{locStart:la,locEnd:La}=xp(),{printOptionalToken:Ea,printTypeAnnotation:Xa}=hl(),{shouldHugFunctionParameters:Fa}=ec(),{shouldHugType:Zo}=Ka(),{printHardlineAfterHeritage:Ui}=Ru();function Ta(Fi,aa,Un){let Gi=aa.semi?";":"",ra=Fi.getValue(),da;ra.type==="TSTypeLiteral"?da="members":ra.type==="TSInterfaceBody"?da="body":da="properties";let va=ra.type==="ObjectTypeAnnotation",Aa=[da];va&&Aa.push("indexers","callProperties","internalSlots");let to=Aa.map(Vo=>ra[Vo][0]).sort((Vo,As)=>la(Vo)-la(As))[0],Bo=Fi.getParentNode(0),Jo=va&&Bo&&(Bo.type==="InterfaceDeclaration"||Bo.type==="DeclareInterface"||Bo.type==="DeclareClass")&&Fi.getName()==="body",Mo=ra.type==="TSInterfaceBody"||Jo||ra.type==="ObjectPattern"&&Bo.type!=="FunctionDeclaration"&&Bo.type!=="FunctionExpression"&&Bo.type!=="ArrowFunctionExpression"&&Bo.type!=="ObjectMethod"&&Bo.type!=="ClassMethod"&&Bo.type!=="ClassPrivateMethod"&&Bo.type!=="AssignmentPattern"&&Bo.type!=="CatchClause"&&ra.properties.some(Vo=>Vo.value&&(Vo.value.type==="ObjectPattern"||Vo.value.type==="ArrayPattern"))||ra.type!=="ObjectPattern"&&to&&ea(aa.originalText,la(ra),la(to)),_s=Jo?";":ra.type==="TSInterfaceBody"||ra.type==="TSTypeLiteral"?Nn(Gi,";"):",",bo=ra.type==="RecordExpression"?"#{":ra.exact?"{|":"{",Bs=ra.exact?"|}":"}",Xo=[];for(let Vo of Aa)Fi.each(As=>{let dl=As.getValue();Xo.push({node:dl,printed:Un(),loc:la(dl)})},Vo);Aa.length>1&&Xo.sort((Vo,As)=>Vo.loc-As.loc);let Oo=[],ys=Xo.map(Vo=>{let As=[...Oo,En(Vo.printed)];return Oo=[_s,Vn],(Vo.node.type==="TSPropertySignature"||Vo.node.type==="TSMethodSignature"||Vo.node.type==="TSConstructSignatureDeclaration")&&ji(Vo.node,Ra.PrettierIgnore)&&Oo.shift(),Ba(Vo.node,aa)&&Oo.push(ui),As});if(ra.inexact){let Vo;if(ji(ra,Ra.Dangling)){let As=ji(ra,Ra.Line);Vo=[vn(Fi,aa,!0),As||zi(aa.originalText,La(Mi(oa(ra))))?ui:Vn,"..."]}else Vo=["..."];ys.push([...Oo,...Vo])}let tl=Mi(ra[da]),$s=!(ra.inexact||tl&&tl.type==="RestElement"||tl&&(tl.type==="TSPropertySignature"||tl.type==="TSCallSignatureDeclaration"||tl.type==="TSMethodSignature"||tl.type==="TSConstructSignatureDeclaration")&&ji(tl,Ra.PrettierIgnore)),pl;if(ys.length===0){if(!ji(ra,Ra.Dangling))return[bo,Bs,Xa(Fi,aa,Un)];pl=En([bo,vn(Fi,aa),Fn,Bs,Ea(Fi),Xa(Fi,aa,Un)])}else pl=[Jo&&ta(ra.properties)?Ui(Bo):"",bo,xn([aa.bracketSpacing?Vn:Fn,...ys]),Nn($s&&(_s!==","||ki(aa))?_s:""),aa.bracketSpacing?Vn:Fn,Bs,Ea(Fi),Xa(Fi,aa,Un)];return Fi.match(Vo=>Vo.type==="ObjectPattern"&&!Vo.decorators,(Vo,As,dl)=>Fa(Vo)&&(As==="params"||As==="parameters"||As==="this"||As==="rest")&&dl===0)||Fi.match(Zo,(Vo,As)=>As==="typeAnnotation",(Vo,As)=>As==="typeAnnotation",(Vo,As,dl)=>Fa(Vo)&&(As==="params"||As==="parameters"||As==="this"||As==="rest")&&dl===0)||!Mo&&Fi.match(Vo=>Vo.type==="ObjectPattern",Vo=>Vo.type==="AssignmentExpression"||Vo.type==="VariableDeclarator")?pl:En(pl,{shouldBreak:Mo})}di.exports={printObject:Ta}}}),wu=ko({"src/language-js/print/flow.js"(Rn,di){In();var vn=_c(),{printDanglingComments:Vn}=Ec(),{printString:Fn,printNumber:En}=Gc(),{builders:{hardline:xn,softline:Nn,group:ui,indent:Mi}}=yc(),{getParentExportDeclaration:ea,isFunctionNotation:zi,isGetterOrSetter:ta,rawText:ki,shouldPrintComma:ji}=Dd(),{locStart:oa,locEnd:Ra}=xp(),{replaceTextEndOfLine:Ba}=Op(),{printClass:la}=Ru(),{printOpaqueType:La,printTypeAlias:Ea,printIntersectionType:Xa,printUnionType:Fa,printFunctionType:Zo,printTupleType:Ui,printIndexedAccessType:Ta}=Ka(),{printInterface:Fi}=Cl(),{printTypeParameter:aa,printTypeParameters:Un}=yu(),{printExportDeclaration:Gi,printExportAllDeclaration:ra}=_l(),{printArrayItems:da}=Kl(),{printObject:va}=Ml(),{printPropertyKey:Aa}=bc(),{printOptionalToken:to,printTypeAnnotation:Bo,printRestSpread:Jo}=hl();function Mo(bo,Bs,Xo){let Oo=bo.getValue(),ys=Bs.semi?";":"",tl=[];switch(Oo.type){case"DeclareClass":return _s(bo,la(bo,Bs,Xo));case"DeclareFunction":return _s(bo,["function ",Xo("id"),Oo.predicate?" ":"",Xo("predicate"),ys]);case"DeclareModule":return _s(bo,["module ",Xo("id")," ",Xo("body")]);case"DeclareModuleExports":return _s(bo,["module.exports",": ",Xo("typeAnnotation"),ys]);case"DeclareVariable":return _s(bo,["var ",Xo("id"),ys]);case"DeclareOpaqueType":return _s(bo,La(bo,Bs,Xo));case"DeclareInterface":return _s(bo,Fi(bo,Bs,Xo));case"DeclareTypeAlias":return _s(bo,Ea(bo,Bs,Xo));case"DeclareExportDeclaration":return _s(bo,Gi(bo,Bs,Xo));case"DeclareExportAllDeclaration":return _s(bo,ra(bo,Bs,Xo));case"OpaqueType":return La(bo,Bs,Xo);case"TypeAlias":return Ea(bo,Bs,Xo);case"IntersectionTypeAnnotation":return Xa(bo,Bs,Xo);case"UnionTypeAnnotation":return Fa(bo,Bs,Xo);case"FunctionTypeAnnotation":return Zo(bo,Bs,Xo);case"TupleTypeAnnotation":return Ui(bo,Bs,Xo);case"GenericTypeAnnotation":return[Xo("id"),Un(bo,Bs,Xo,"typeParameters")];case"IndexedAccessType":case"OptionalIndexedAccessType":return Ta(bo,Bs,Xo);case"TypeAnnotation":return Xo("typeAnnotation");case"TypeParameter":return aa(bo,Bs,Xo);case"TypeofTypeAnnotation":return["typeof ",Xo("argument")];case"ExistsTypeAnnotation":return"*";case"EmptyTypeAnnotation":return"empty";case"MixedTypeAnnotation":return"mixed";case"ArrayTypeAnnotation":return[Xo("elementType"),"[]"];case"BooleanLiteralTypeAnnotation":return String(Oo.value);case"EnumDeclaration":return["enum ",Xo("id")," ",Xo("body")];case"EnumBooleanBody":case"EnumNumberBody":case"EnumStringBody":case"EnumSymbolBody":{if(Oo.type==="EnumSymbolBody"||Oo.explicitType){let $s=null;switch(Oo.type){case"EnumBooleanBody":$s="boolean";break;case"EnumNumberBody":$s="number";break;case"EnumStringBody":$s="string";break;case"EnumSymbolBody":$s="symbol";break}tl.push("of ",$s," ")}if(Oo.members.length===0&&!Oo.hasUnknownMembers)tl.push(ui(["{",Vn(bo,Bs),Nn,"}"]));else{let $s=Oo.members.length>0?[xn,da(bo,Bs,"members",Xo),Oo.hasUnknownMembers||ji(Bs)?",":""]:[];tl.push(ui(["{",Mi([...$s,...Oo.hasUnknownMembers?[xn,"..."]:[]]),Vn(bo,Bs,!0),xn,"}"]))}return tl}case"EnumBooleanMember":case"EnumNumberMember":case"EnumStringMember":return[Xo("id")," = ",typeof Oo.init=="object"?Xo("init"):String(Oo.init)];case"EnumDefaultedMember":return Xo("id");case"FunctionTypeParam":{let $s=Oo.name?Xo("name"):bo.getParentNode().this===Oo?"this":"";return[$s,to(bo),$s?": ":"",Xo("typeAnnotation")]}case"InterfaceDeclaration":case"InterfaceTypeAnnotation":return Fi(bo,Bs,Xo);case"ClassImplements":case"InterfaceExtends":return[Xo("id"),Xo("typeParameters")];case"NullableTypeAnnotation":return["?",Xo("typeAnnotation")];case"Variance":{let{kind:$s}=Oo;return vn.ok($s==="plus"||$s==="minus"),$s==="plus"?"+":"-"}case"ObjectTypeCallProperty":return Oo.static&&tl.push("static "),tl.push(Xo("value")),tl;case"ObjectTypeIndexer":return[Oo.static?"static ":"",Oo.variance?Xo("variance"):"","[",Xo("id"),Oo.id?": ":"",Xo("key"),"]: ",Xo("value")];case"ObjectTypeProperty":{let $s="";return Oo.proto?$s="proto ":Oo.static&&($s="static "),[$s,ta(Oo)?Oo.kind+" ":"",Oo.variance?Xo("variance"):"",Aa(bo,Bs,Xo),to(bo),zi(Oo)?"":": ",Xo("value")]}case"ObjectTypeAnnotation":return va(bo,Bs,Xo);case"ObjectTypeInternalSlot":return[Oo.static?"static ":"","[[",Xo("id"),"]]",to(bo),Oo.method?"":": ",Xo("value")];case"ObjectTypeSpreadProperty":return Jo(bo,Bs,Xo);case"QualifiedTypeofIdentifier":case"QualifiedTypeIdentifier":return[Xo("qualification"),".",Xo("id")];case"StringLiteralTypeAnnotation":return Ba(Fn(ki(Oo),Bs));case"NumberLiteralTypeAnnotation":vn.strictEqual(typeof Oo.value,"number");case"BigIntLiteralTypeAnnotation":return Oo.extra?En(Oo.extra.raw):En(Oo.raw);case"TypeCastExpression":return["(",Xo("expression"),Bo(bo,Bs,Xo),")"];case"TypeParameterDeclaration":case"TypeParameterInstantiation":{let $s=Un(bo,Bs,Xo,"params");if(Bs.parser==="flow"){let pl=oa(Oo),Vo=Ra(Oo),As=Bs.originalText.lastIndexOf("/*",pl),dl=Bs.originalText.indexOf("*/",Vo);if(As!==-1&&dl!==-1){let al=Bs.originalText.slice(As+2,dl).trim();if(al.startsWith("::")&&!al.includes("/*")&&!al.includes("*/"))return["/*:: ",$s," */"]}}return $s}case"InferredPredicate":return"%checks";case"DeclaredPredicate":return["%checks(",Xo("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(Oo.type))}}function _s(bo,Bs){let Xo=ea(bo);return Xo?(vn.strictEqual(Xo.type,"DeclareExportDeclaration"),Bs):["declare ",Bs]}di.exports={printFlow:Mo}}}),uc=ko({"src/language-js/utils/is-ts-keyword-type.js"(Rn,di){In();function vn(Vn){let{type:Fn}=Vn;return Fn.startsWith("TS")&&Fn.endsWith("Keyword")}di.exports=vn}}),Rc=ko({"src/language-js/print/ternary.js"(Rn,di){In();var{hasNewlineInRange:vn}=Gc(),{isJsxNode:Vn,getComments:Fn,isCallExpression:En,isMemberExpression:xn,isTSTypeExpression:Nn}=Dd(),{locStart:ui,locEnd:Mi}=xp(),ea=Nd(),{builders:{line:zi,softline:ta,group:ki,indent:ji,align:oa,ifBreak:Ra,dedent:Ba,breakParent:la}}=yc();function La(Ui){let Ta=[Ui];for(let Fi=0;Fi<Ta.length;Fi++){let aa=Ta[Fi];for(let Un of["test","consequent","alternate"]){let Gi=aa[Un];if(Vn(Gi))return!0;Gi.type==="ConditionalExpression"&&Ta.push(Gi)}}return!1}function Ea(Ui,Ta,Fi){let aa=Ui.getValue(),Un=aa.type==="ConditionalExpression",Gi=Un?"alternate":"falseType",ra=Ui.getParentNode(),da=Un?Fi("test"):[Fi("checkType")," ","extends"," ",Fi("extendsType")];return ra.type===aa.type&&ra[Gi]===aa?oa(2,da):da}var Xa=new Map([["AssignmentExpression","right"],["VariableDeclarator","init"],["ReturnStatement","argument"],["ThrowStatement","argument"],["UnaryExpression","argument"],["YieldExpression","argument"]]);function Fa(Ui){let Ta=Ui.getValue();if(Ta.type!=="ConditionalExpression")return!1;let Fi,aa=Ta;for(let Un=0;!Fi;Un++){let Gi=Ui.getParentNode(Un);if(En(Gi)&&Gi.callee===aa||xn(Gi)&&Gi.object===aa||Gi.type==="TSNonNullExpression"&&Gi.expression===aa){aa=Gi;continue}Gi.type==="NewExpression"&&Gi.callee===aa||Nn(Gi)&&Gi.expression===aa?(Fi=Ui.getParentNode(Un+1),aa=Gi):Fi=Gi}return aa===Ta?!1:Fi[Xa.get(Fi.type)]===aa}function Zo(Ui,Ta,Fi){let aa=Ui.getValue(),Un=aa.type==="ConditionalExpression",Gi=Un?"consequent":"trueType",ra=Un?"alternate":"falseType",da=Un?["test"]:["checkType","extendsType"],va=aa[Gi],Aa=aa[ra],to=[],Bo=!1,Jo=Ui.getParentNode(),Mo=Jo.type===aa.type&&da.some(dl=>Jo[dl]===aa),_s=Jo.type===aa.type&&!Mo,bo,Bs,Xo=0;do Bs=bo||aa,bo=Ui.getParentNode(Xo),Xo++;while(bo&&bo.type===aa.type&&da.every(dl=>bo[dl]!==Bs));let Oo=bo||Jo,ys=Bs;if(Un&&(Vn(aa[da[0]])||Vn(va)||Vn(Aa)||La(ys))){Bo=!0,_s=!0;let dl=Ou=>[Ra("("),ji([ta,Ou]),ta,Ra(")")],al=Ou=>Ou.type==="NullLiteral"||Ou.type==="Literal"&&Ou.value===null||Ou.type==="Identifier"&&Ou.name==="undefined";to.push(" ? ",al(va)?Fi(Gi):dl(Fi(Gi))," : ",Aa.type===aa.type||al(Aa)?Fi(ra):dl(Fi(ra)))}else{let dl=[zi,"? ",va.type===aa.type?Ra("","("):"",oa(2,Fi(Gi)),va.type===aa.type?Ra("",")"):"",zi,": ",Aa.type===aa.type?Fi(ra):oa(2,Fi(ra))];to.push(Jo.type!==aa.type||Jo[ra]===aa||Mo?dl:Ta.useTabs?Ba(ji(dl)):oa(Math.max(0,Ta.tabWidth-2),dl))}let tl=[...da.map(dl=>Fn(aa[dl])),Fn(va),Fn(Aa)].flat().some(dl=>ea(dl)&&vn(Ta.originalText,ui(dl),Mi(dl))),$s=dl=>Jo===Oo?ki(dl,{shouldBreak:tl}):tl?[dl,la]:dl,pl=!Bo&&(xn(Jo)||Jo.type==="NGPipeExpression"&&Jo.left===aa)&&!Jo.computed,Vo=Fa(Ui),As=$s([Ea(Ui,Ta,Fi),_s?to:ji(to),Un&&pl&&!Vo?ta:""]);return Mo||Vo?ki([ji([ta,As]),ta]):As}di.exports={printTernary:Zo}}}),Lc=ko({"src/language-js/print/statement.js"(Rn,di){In();var{builders:{hardline:vn}}=yc(),Vn=Ss(),{getLeftSidePathName:Fn,hasNakedLeftSide:En,isJsxNode:xn,isTheOnlyJsxElementInMarkdown:Nn,hasComment:ui,CommentCheckFlags:Mi,isNextLineEmpty:ea}=Dd(),{shouldPrintParamsWithoutParens:zi}=Tu();function ta(Ea,Xa,Fa,Zo){let Ui=Ea.getValue(),Ta=[],Fi=Ui.type==="ClassBody",aa=ki(Ui[Zo]);return Ea.each((Un,Gi,ra)=>{let da=Un.getValue();if(da.type==="EmptyStatement")return;let va=Fa();!Xa.semi&&!Fi&&!Nn(Xa,Un)&&ji(Un,Xa)?ui(da,Mi.Leading)?Ta.push(Fa([],{needsSemi:!0})):Ta.push(";",va):Ta.push(va),!Xa.semi&&Fi&&la(da)&&La(da,ra[Gi+1])&&Ta.push(";"),da!==aa&&(Ta.push(vn),ea(da,Xa)&&Ta.push(vn))},Zo),Ta}function ki(Ea){for(let Xa=Ea.length-1;Xa>=0;Xa--){let Fa=Ea[Xa];if(Fa.type!=="EmptyStatement")return Fa}}function ji(Ea,Xa){return Ea.getNode().type!=="ExpressionStatement"?!1:Ea.call(Fa=>oa(Fa,Xa),"expression")}function oa(Ea,Xa){let Fa=Ea.getValue();switch(Fa.type){case"ParenthesizedExpression":case"TypeCastExpression":case"ArrayExpression":case"ArrayPattern":case"TemplateLiteral":case"TemplateElement":case"RegExpLiteral":return!0;case"ArrowFunctionExpression":{if(!zi(Ea,Xa))return!0;break}case"UnaryExpression":{let{prefix:Zo,operator:Ui}=Fa;if(Zo&&(Ui==="+"||Ui==="-"))return!0;break}case"BindExpression":{if(!Fa.object)return!0;break}case"Literal":{if(Fa.regex)return!0;break}default:if(xn(Fa))return!0}return Vn(Ea,Xa)?!0:En(Fa)?Ea.call(Zo=>oa(Zo,Xa),...Fn(Ea,Fa)):!1}function Ra(Ea,Xa,Fa){return ta(Ea,Xa,Fa,"body")}function Ba(Ea,Xa,Fa){return ta(Ea,Xa,Fa,"consequent")}var la=Ea=>{let{type:Xa}=Ea;return Xa==="ClassProperty"||Xa==="PropertyDefinition"||Xa==="ClassPrivateProperty"||Xa==="ClassAccessorProperty"||Xa==="AccessorProperty"||Xa==="TSAbstractPropertyDefinition"||Xa==="TSAbstractAccessorProperty"};function La(Ea,Xa){let{type:Fa,name:Zo}=Ea.key;if(!Ea.computed&&Fa==="Identifier"&&(Zo==="static"||Zo==="get"||Zo==="set"||Zo==="accessor")&&!Ea.value&&!Ea.typeAnnotation)return!0;if(!Xa||Xa.static||Xa.accessibility)return!1;if(!Xa.computed){let Ui=Xa.key&&Xa.key.name;if(Ui==="in"||Ui==="instanceof")return!0}if(la(Xa)&&Xa.variance&&!Xa.static&&!Xa.declare)return!0;switch(Xa.type){case"ClassProperty":case"PropertyDefinition":case"TSAbstractPropertyDefinition":return Xa.computed;case"MethodDefinition":case"TSAbstractMethodDefinition":case"ClassMethod":case"ClassPrivateMethod":{if((Xa.value?Xa.value.async:Xa.async)||Xa.kind==="get"||Xa.kind==="set")return!1;let Ui=Xa.value?Xa.value.generator:Xa.generator;return!!(Xa.computed||Ui)}case"TSIndexSignature":return!0}return!1}di.exports={printBody:Ra,printSwitchCaseConsequent:Ba}}}),Od=ko({"src/language-js/print/block.js"(Rn,di){In();var{printDanglingComments:vn}=Ec(),{isNonEmptyArray:Vn}=Gc(),{builders:{hardline:Fn,indent:En}}=yc(),{hasComment:xn,CommentCheckFlags:Nn,isNextLineEmpty:ui}=Dd(),{printHardlineAfterHeritage:Mi}=Ru(),{printBody:ea}=Lc();function zi(ki,ji,oa){let Ra=ki.getValue(),Ba=[];if(Ra.type==="StaticBlock"&&Ba.push("static "),Ra.type==="ClassBody"&&Vn(Ra.body)){let La=ki.getParentNode();Ba.push(Mi(La))}Ba.push("{");let la=ta(ki,ji,oa);if(la)Ba.push(En([Fn,la]),Fn);else{let La=ki.getParentNode(),Ea=ki.getParentNode(1);La.type==="ArrowFunctionExpression"||La.type==="FunctionExpression"||La.type==="FunctionDeclaration"||La.type==="ObjectMethod"||La.type==="ClassMethod"||La.type==="ClassPrivateMethod"||La.type==="ForStatement"||La.type==="WhileStatement"||La.type==="DoWhileStatement"||La.type==="DoExpression"||La.type==="CatchClause"&&!Ea.finalizer||La.type==="TSModuleDeclaration"||La.type==="TSDeclareFunction"||Ra.type==="StaticBlock"||Ra.type==="ClassBody"||Ba.push(Fn)}return Ba.push("}"),Ba}function ta(ki,ji,oa){let Ra=ki.getValue(),Ba=Vn(Ra.directives),la=Ra.body.some(Xa=>Xa.type!=="EmptyStatement"),La=xn(Ra,Nn.Dangling);if(!Ba&&!la&&!La)return"";let Ea=[];if(Ba&&ki.each((Xa,Fa,Zo)=>{Ea.push(oa()),(Fa<Zo.length-1||la||La)&&(Ea.push(Fn),ui(Xa.getValue(),ji)&&Ea.push(Fn))},"directives"),la&&Ea.push(ea(ki,ji,oa)),La&&Ea.push(vn(ki,ji,!0)),Ra.type==="Program"){let Xa=ki.getParentNode();(!Xa||Xa.type!=="ModuleExpression")&&Ea.push(Fn)}return Ea}di.exports={printBlock:zi,printBlockBody:ta}}}),Cc=ko({"src/language-js/print/typescript.js"(Rn,di){In();var{printDanglingComments:vn}=Ec(),{hasNewlineInRange:Vn}=Gc(),{builders:{join:Fn,line:En,hardline:xn,softline:Nn,group:ui,indent:Mi,conditionalGroup:ea,ifBreak:zi}}=yc(),{isStringLiteral:ta,getTypeScriptMappedTypeModifier:ki,shouldPrintComma:ji,isCallExpression:oa,isMemberExpression:Ra}=Dd(),Ba=uc(),{locStart:la,locEnd:La}=xp(),{printOptionalToken:Ea,printTypeScriptModifiers:Xa}=hl(),{printTernary:Fa}=Rc(),{printFunctionParameters:Zo,shouldGroupFunctionParameters:Ui}=ec(),{printTemplateLiteral:Ta}=qp(),{printArrayItems:Fi}=Kl(),{printObject:aa}=Ml(),{printClassProperty:Un,printClassMethod:Gi}=Ru(),{printTypeParameter:ra,printTypeParameters:da}=yu(),{printPropertyKey:va}=bc(),{printFunction:Aa,printMethodInternal:to}=Tu(),{printInterface:Bo}=Cl(),{printBlock:Jo}=Od(),{printTypeAlias:Mo,printIntersectionType:_s,printUnionType:bo,printFunctionType:Bs,printTupleType:Xo,printIndexedAccessType:Oo,printJSDocType:ys}=Ka();function tl($s,pl,Vo){let As=$s.getValue();if(!As.type.startsWith("TS"))return;if(Ba(As))return As.type.slice(2,-7).toLowerCase();let dl=pl.semi?";":"",al=[];switch(As.type){case"TSThisType":return"this";case"TSTypeAssertion":{let Ou=!(As.expression.type==="ArrayExpression"||As.expression.type==="ObjectExpression"),Rs=ui(["<",Mi([Nn,Vo("typeAnnotation")]),Nn,">"]),fs=[zi("("),Mi([Nn,Vo("expression")]),Nn,zi(")")];return Ou?ea([[Rs,Vo("expression")],[Rs,ui(fs,{shouldBreak:!0})],[Rs,Vo("expression")]]):ui([Rs,Vo("expression")])}case"TSDeclareFunction":return Aa($s,Vo,pl);case"TSExportAssignment":return["export = ",Vo("expression"),dl];case"TSModuleBlock":return Jo($s,pl,Vo);case"TSInterfaceBody":case"TSTypeLiteral":return aa($s,pl,Vo);case"TSTypeAliasDeclaration":return Mo($s,pl,Vo);case"TSQualifiedName":return Fn(".",[Vo("left"),Vo("right")]);case"TSAbstractMethodDefinition":case"TSDeclareMethod":return Gi($s,pl,Vo);case"TSAbstractAccessorProperty":case"TSAbstractPropertyDefinition":return Un($s,pl,Vo);case"TSInterfaceHeritage":case"TSExpressionWithTypeArguments":return al.push(Vo("expression")),As.typeParameters&&al.push(Vo("typeParameters")),al;case"TSTemplateLiteralType":return Ta($s,Vo,pl);case"TSNamedTupleMember":return[Vo("label"),As.optional?"?":"",": ",Vo("elementType")];case"TSRestType":return["...",Vo("typeAnnotation")];case"TSOptionalType":return[Vo("typeAnnotation"),"?"];case"TSInterfaceDeclaration":return Bo($s,pl,Vo);case"TSClassImplements":return[Vo("expression"),Vo("typeParameters")];case"TSTypeParameterDeclaration":case"TSTypeParameterInstantiation":return da($s,pl,Vo,"params");case"TSTypeParameter":return ra($s,pl,Vo);case"TSSatisfiesExpression":case"TSAsExpression":{let Ou=As.type==="TSAsExpression"?"as":"satisfies";al.push(Vo("expression"),` ${Ou} `,Vo("typeAnnotation"));let Rs=$s.getParentNode();return oa(Rs)&&Rs.callee===As||Ra(Rs)&&Rs.object===As?ui([Mi([Nn,...al]),Nn]):al}case"TSArrayType":return[Vo("elementType"),"[]"];case"TSPropertySignature":return As.readonly&&al.push("readonly "),al.push(va($s,pl,Vo),Ea($s)),As.typeAnnotation&&al.push(": ",Vo("typeAnnotation")),As.initializer&&al.push(" = ",Vo("initializer")),al;case"TSParameterProperty":return As.accessibility&&al.push(As.accessibility+" "),As.export&&al.push("export "),As.static&&al.push("static "),As.override&&al.push("override "),As.readonly&&al.push("readonly "),al.push(Vo("parameter")),al;case"TSTypeQuery":return["typeof ",Vo("exprName"),Vo("typeParameters")];case"TSIndexSignature":{let Ou=$s.getParentNode(),Rs=As.parameters.length>1?zi(ji(pl)?",":""):"",fs=ui([Mi([Nn,Fn([", ",Nn],$s.map(Vo,"parameters"))]),Rs,Nn]);return[As.export?"export ":"",As.accessibility?[As.accessibility," "]:"",As.static?"static ":"",As.readonly?"readonly ":"",As.declare?"declare ":"","[",As.parameters?fs:"",As.typeAnnotation?"]: ":"]",As.typeAnnotation?Vo("typeAnnotation"):"",Ou.type==="ClassBody"?dl:""]}case"TSTypePredicate":return[As.asserts?"asserts ":"",Vo("parameterName"),As.typeAnnotation?[" is ",Vo("typeAnnotation")]:""];case"TSNonNullExpression":return[Vo("expression"),"!"];case"TSImportType":return[As.isTypeOf?"typeof ":"","import(",Vo(As.parameter?"parameter":"argument"),")",As.qualifier?[".",Vo("qualifier")]:"",da($s,pl,Vo,"typeParameters")];case"TSLiteralType":return Vo("literal");case"TSIndexedAccessType":return Oo($s,pl,Vo);case"TSConstructSignatureDeclaration":case"TSCallSignatureDeclaration":case"TSConstructorType":{if(As.type==="TSConstructorType"&&As.abstract&&al.push("abstract "),As.type!=="TSCallSignatureDeclaration"&&al.push("new "),al.push(ui(Zo($s,Vo,pl,!1,!0))),As.returnType||As.typeAnnotation){let Ou=As.type==="TSConstructorType";al.push(Ou?" => ":": ",Vo("returnType"),Vo("typeAnnotation"))}return al}case"TSTypeOperator":return[As.operator," ",Vo("typeAnnotation")];case"TSMappedType":{let Ou=Vn(pl.originalText,la(As),La(As));return ui(["{",Mi([pl.bracketSpacing?En:Nn,Vo("typeParameter"),As.optional?ki(As.optional,"?"):"",As.typeAnnotation?": ":"",Vo("typeAnnotation"),zi(dl)]),vn($s,pl,!0),pl.bracketSpacing?En:Nn,"}"],{shouldBreak:Ou})}case"TSMethodSignature":{let Ou=As.kind&&As.kind!=="method"?`${As.kind} `:"";al.push(As.accessibility?[As.accessibility," "]:"",Ou,As.export?"export ":"",As.static?"static ":"",As.readonly?"readonly ":"",As.abstract?"abstract ":"",As.declare?"declare ":"",As.computed?"[":"",Vo("key"),As.computed?"]":"",Ea($s));let Rs=Zo($s,Vo,pl,!1,!0),fs=As.returnType?"returnType":"typeAnnotation",Fs=As[fs],Ws=Fs?Vo(fs):"",Hs=Ui(As,Ws);return al.push(Hs?ui(Rs):Rs),Fs&&al.push(": ",ui(Ws)),ui(al)}case"TSNamespaceExportDeclaration":return al.push("export as namespace ",Vo("id")),pl.semi&&al.push(";"),ui(al);case"TSEnumDeclaration":return As.declare&&al.push("declare "),As.modifiers&&al.push(Xa($s,pl,Vo)),As.const&&al.push("const "),al.push("enum ",Vo("id")," "),As.members.length===0?al.push(ui(["{",vn($s,pl),Nn,"}"])):al.push(ui(["{",Mi([xn,Fi($s,pl,"members",Vo),ji(pl,"es5")?",":""]),vn($s,pl,!0),xn,"}"])),al;case"TSEnumMember":return As.computed?al.push("[",Vo("id"),"]"):al.push(Vo("id")),As.initializer&&al.push(" = ",Vo("initializer")),al;case"TSImportEqualsDeclaration":return As.isExport&&al.push("export "),al.push("import "),As.importKind&&As.importKind!=="value"&&al.push(As.importKind," "),al.push(Vo("id")," = ",Vo("moduleReference")),pl.semi&&al.push(";"),ui(al);case"TSExternalModuleReference":return["require(",Vo("expression"),")"];case"TSModuleDeclaration":{let Ou=$s.getParentNode(),Rs=ta(As.id),fs=Ou.type==="TSModuleDeclaration",Fs=As.body&&As.body.type==="TSModuleDeclaration";if(fs)al.push(".");else{As.declare&&al.push("declare "),al.push(Xa($s,pl,Vo));let Ws=pl.originalText.slice(la(As),la(As.id));As.id.type==="Identifier"&&As.id.name==="global"&&!/namespace|module/.test(Ws)||al.push(Rs||/(?:^|\s)module(?:\s|$)/.test(Ws)?"module ":"namespace ")}return al.push(Vo("id")),Fs?al.push(Vo("body")):As.body?al.push(" ",ui(Vo("body"))):al.push(dl),al}case"TSConditionalType":return Fa($s,pl,Vo);case"TSInferType":return["infer"," ",Vo("typeParameter")];case"TSIntersectionType":return _s($s,pl,Vo);case"TSUnionType":return bo($s,pl,Vo);case"TSFunctionType":return Bs($s,pl,Vo);case"TSTupleType":return Xo($s,pl,Vo);case"TSTypeReference":return[Vo("typeName"),da($s,pl,Vo,"typeParameters")];case"TSTypeAnnotation":return Vo("typeAnnotation");case"TSEmptyBodyFunctionExpression":return to($s,pl,Vo);case"TSJSDocAllType":return"*";case"TSJSDocUnknownType":return"?";case"TSJSDocNullableType":return ys($s,Vo,"?");case"TSJSDocNonNullableType":return ys($s,Vo,"!");case"TSInstantiationExpression":return[Vo("expression"),Vo("typeParameters")];default:throw new Error(`Unknown TypeScript node type: ${JSON.stringify(As.type)}.`)}}di.exports={printTypescript:tl}}}),Zd=ko({"src/language-js/print/comment.js"(Rn,di){In();var{hasNewline:vn}=Gc(),{builders:{join:Vn,hardline:Fn},utils:{replaceTextEndOfLine:En}}=yc(),{isLineComment:xn}=Dd(),{locStart:Nn,locEnd:ui}=xp(),Mi=Nd();function ea(ki,ji){let oa=ki.getValue();if(xn(oa))return ji.originalText.slice(Nn(oa),ui(oa)).trimEnd();if(Mi(oa)){if(zi(oa)){let la=ta(oa);return oa.trailing&&!vn(ji.originalText,Nn(oa),{backwards:!0})?[Fn,la]:la}let Ra=ui(oa),Ba=ji.originalText.slice(Ra-3,Ra)==="*-/";return["/*",En(oa.value),Ba?"*-/":"*/"]}throw new Error("Not a comment: "+JSON.stringify(oa))}function zi(ki){let ji=`*${ki.value}*`.split(`
`);return ji.length>1&&ji.every(oa=>oa.trim()[0]==="*")}function ta(ki){let ji=ki.value.split(`
`);return["/*",Vn(Fn,ji.map((oa,Ra)=>Ra===0?oa.trimEnd():" "+(Ra<ji.length-1?oa.trim():oa.trimStart()))),"*/"]}di.exports={printComment:ea}}}),jp=ko({"src/language-js/print/literal.js"(Rn,di){In();var{printString:vn,printNumber:Vn}=Gc(),{replaceTextEndOfLine:Fn}=Op(),{printDirective:En}=hl();function xn(ea,zi){let ta=ea.getNode();switch(ta.type){case"RegExpLiteral":return Mi(ta);case"BigIntLiteral":return ui(ta.bigint||ta.extra.raw);case"NumericLiteral":return Vn(ta.extra.raw);case"StringLiteral":return Fn(vn(ta.extra.raw,zi));case"NullLiteral":return"null";case"BooleanLiteral":return String(ta.value);case"DecimalLiteral":return Vn(ta.value)+"m";case"Literal":{if(ta.regex)return Mi(ta.regex);if(ta.bigint)return ui(ta.raw);if(ta.decimal)return Vn(ta.decimal)+"m";let{value:ki}=ta;return typeof ki=="number"?Vn(ta.raw):typeof ki=="string"?Nn(ea)?En(ta.raw,zi):Fn(vn(ta.raw,zi)):String(ki)}}}function Nn(ea){if(ea.getName()!=="expression")return;let zi=ea.getParentNode();return zi.type==="ExpressionStatement"&&zi.directive}function ui(ea){return ea.toLowerCase()}function Mi(ea){let{pattern:zi,flags:ta}=ea;return ta=[...ta].sort().join(""),`/${zi}/${ta}`}di.exports={printLiteral:xn}}}),Np=ko({"src/language-js/printer-estree.js"(Rn,di){In();var{printDanglingComments:vn}=Ec(),{hasNewline:Vn}=Gc(),{builders:{join:Fn,line:En,hardline:xn,softline:Nn,group:ui,indent:Mi},utils:{replaceTextEndOfLine:ea}}=yc(),zi=$f(),ta=lh(),{insertPragma:ki}=ns(),ji=Es(),oa=Ss(),Ra=ws(),{hasFlowShorthandAnnotationComment:Ba,hasComment:la,CommentCheckFlags:La,isTheOnlyJsxElementInMarkdown:Ea,isLineComment:Xa,isNextLineEmpty:Fa,needsHardlineAfterDanglingComment:Zo,hasIgnoreComment:Ui,isCallExpression:Ta,isMemberExpression:Fi,markerForIfWithoutBlockAndSameLineComment:aa}=Dd(),{locStart:Un,locEnd:Gi}=xp(),ra=Nd(),{printHtmlBinding:da,isVueEventBindingExpression:va}=Ms(),{printAngular:Aa}=kl(),{printJsx:to,hasJsxIgnoreComment:Bo}=bu(),{printFlow:Jo}=wu(),{printTypescript:Mo}=Cc(),{printOptionalToken:_s,printBindExpressionCallee:bo,printTypeAnnotation:Bs,adjustClause:Xo,printRestSpread:Oo,printDefiniteToken:ys,printDirective:tl}=hl(),{printImportDeclaration:$s,printExportDeclaration:pl,printExportAllDeclaration:Vo,printModuleSpecifier:As}=_l(),{printTernary:dl}=Rc(),{printTemplateLiteral:al}=qp(),{printArray:Ou}=Kl(),{printObject:Rs}=Ml(),{printClass:fs,printClassMethod:Fs,printClassProperty:Ws}=Ru(),{printProperty:Hs}=bc(),{printFunction:du,printArrowFunction:jl,printMethod:rc,printReturnStatement:ed,printThrowStatement:Uc}=Tu(),{printCallExpression:fc}=Su(),{printVariableDeclarator:lc,printAssignmentExpression:ol}=Qu(),{printBinaryishExpression:Qo}=bl(),{printSwitchCaseConsequent:fl}=Lc(),{printMemberExpression:Is}=Cu(),{printBlock:ul,printBlockBody:Hu}=Od(),{printComment:$e}=Zd(),{printLiteral:er}=jp(),{printDecorators:ir}=$l();function lr(Zr,Hn,mi,ma){let io=dr(Zr,Hn,mi,ma);if(!io)return"";let ms=Zr.getValue(),{type:gs}=ms;if(gs==="ClassMethod"||gs==="ClassPrivateMethod"||gs==="ClassProperty"||gs==="ClassAccessorProperty"||gs==="AccessorProperty"||gs==="TSAbstractAccessorProperty"||gs==="PropertyDefinition"||gs==="TSAbstractPropertyDefinition"||gs==="ClassPrivateProperty"||gs==="MethodDefinition"||gs==="TSAbstractMethodDefinition"||gs==="TSDeclareMethod")return io;let Cs=[io],Js=ir(Zr,Hn,mi),Hl=ms.type==="ClassExpression"&&Js;if(Js&&(Cs=[...Js,io],!Hl))return ui(Cs);if(!oa(Zr,Hn))return ma&&ma.needsSemi&&Cs.unshift(";"),Cs.length===1&&Cs[0]===io?io:Cs;if(Hl&&(Cs=[Mi([En,...Cs])]),Cs.unshift("("),ma&&ma.needsSemi&&Cs.unshift(";"),Ba(ms)){let[sl]=ms.trailingComments;Cs.push(" /*",sl.value.trimStart(),"*/"),sl.printed=!0}return Hl&&Cs.push(En),Cs.push(")"),Cs}function dr(Zr,Hn,mi,ma){let io=Zr.getValue(),ms=Hn.semi?";":"";if(!io)return"";if(typeof io=="string")return io;for(let Cs of[er,da,Aa,to,Jo,Mo]){let Js=Cs(Zr,Hn,mi);if(typeof Js<"u")return Js}let gs=[];switch(io.type){case"JsExpressionRoot":return mi("node");case"JsonRoot":return[mi("node"),xn];case"File":return io.program&&io.program.interpreter&&gs.push(mi(["program","interpreter"])),gs.push(mi("program")),gs;case"Program":return Hu(Zr,Hn,mi);case"EmptyStatement":return"";case"ExpressionStatement":{if(Hn.parser==="__vue_event_binding"||Hn.parser==="__vue_ts_event_binding"){let Js=Zr.getParentNode();if(Js.type==="Program"&&Js.body.length===1&&Js.body[0]===io)return[mi("expression"),va(io.expression)?";":""]}let Cs=vn(Zr,Hn,!0,Js=>{let{marker:Hl}=Js;return Hl===aa});return[mi("expression"),Ea(Hn,Zr)?"":ms,Cs?[" ",Cs]:""]}case"ParenthesizedExpression":return!la(io.expression)&&(io.expression.type==="ObjectExpression"||io.expression.type==="ArrayExpression")?["(",mi("expression"),")"]:ui(["(",Mi([Nn,mi("expression")]),Nn,")"]);case"AssignmentExpression":return ol(Zr,Hn,mi);case"VariableDeclarator":return lc(Zr,Hn,mi);case"BinaryExpression":case"LogicalExpression":return Qo(Zr,Hn,mi);case"AssignmentPattern":return[mi("left")," = ",mi("right")];case"OptionalMemberExpression":case"MemberExpression":return Is(Zr,Hn,mi);case"MetaProperty":return[mi("meta"),".",mi("property")];case"BindExpression":return io.object&&gs.push(mi("object")),gs.push(ui(Mi([Nn,bo(Zr,Hn,mi)]))),gs;case"Identifier":return[io.name,_s(Zr),ys(Zr),Bs(Zr,Hn,mi)];case"V8IntrinsicIdentifier":return["%",io.name];case"SpreadElement":case"SpreadElementPattern":case"SpreadProperty":case"SpreadPropertyPattern":case"RestElement":return Oo(Zr,Hn,mi);case"FunctionDeclaration":case"FunctionExpression":return du(Zr,mi,Hn,ma);case"ArrowFunctionExpression":return jl(Zr,Hn,mi,ma);case"YieldExpression":return gs.push("yield"),io.delegate&&gs.push("*"),io.argument&&gs.push(" ",mi("argument")),gs;case"AwaitExpression":{if(gs.push("await"),io.argument){gs.push(" ",mi("argument"));let Cs=Zr.getParentNode();if(Ta(Cs)&&Cs.callee===io||Fi(Cs)&&Cs.object===io){gs=[Mi([Nn,...gs]),Nn];let Js=Zr.findAncestor(Hl=>Hl.type==="AwaitExpression"||Hl.type==="BlockStatement");if(!Js||Js.type!=="AwaitExpression")return ui(gs)}}return gs}case"ExportDefaultDeclaration":case"ExportNamedDeclaration":return pl(Zr,Hn,mi);case"ExportAllDeclaration":return Vo(Zr,Hn,mi);case"ImportDeclaration":return $s(Zr,Hn,mi);case"ImportSpecifier":case"ExportSpecifier":case"ImportNamespaceSpecifier":case"ExportNamespaceSpecifier":case"ImportDefaultSpecifier":case"ExportDefaultSpecifier":return As(Zr,Hn,mi);case"ImportAttribute":return[mi("key"),": ",mi("value")];case"Import":return"import";case"BlockStatement":case"StaticBlock":case"ClassBody":return ul(Zr,Hn,mi);case"ThrowStatement":return Uc(Zr,Hn,mi);case"ReturnStatement":return ed(Zr,Hn,mi);case"NewExpression":case"ImportExpression":case"OptionalCallExpression":case"CallExpression":return fc(Zr,Hn,mi);case"ObjectExpression":case"ObjectPattern":case"RecordExpression":return Rs(Zr,Hn,mi);case"ObjectProperty":case"Property":return io.method||io.kind==="get"||io.kind==="set"?rc(Zr,Hn,mi):Hs(Zr,Hn,mi);case"ObjectMethod":return rc(Zr,Hn,mi);case"Decorator":return["@",mi("expression")];case"ArrayExpression":case"ArrayPattern":case"TupleExpression":return Ou(Zr,Hn,mi);case"SequenceExpression":{let Cs=Zr.getParentNode(0);if(Cs.type==="ExpressionStatement"||Cs.type==="ForStatement"){let Js=[];return Zr.each((Hl,sl)=>{sl===0?Js.push(mi()):Js.push(",",Mi([En,mi()]))},"expressions"),ui(Js)}return ui(Fn([",",En],Zr.map(mi,"expressions")))}case"ThisExpression":return"this";case"Super":return"super";case"Directive":return[mi("value"),ms];case"DirectiveLiteral":return tl(io.extra.raw,Hn);case"UnaryExpression":return gs.push(io.operator),/[a-z]$/.test(io.operator)&&gs.push(" "),la(io.argument)?gs.push(ui(["(",Mi([Nn,mi("argument")]),Nn,")"])):gs.push(mi("argument")),gs;case"UpdateExpression":return gs.push(mi("argument"),io.operator),io.prefix&&gs.reverse(),gs;case"ConditionalExpression":return dl(Zr,Hn,mi);case"VariableDeclaration":{let Cs=Zr.map(mi,"declarations"),Js=Zr.getParentNode(),Hl=Js.type==="ForStatement"||Js.type==="ForInStatement"||Js.type==="ForOfStatement",sl=io.declarations.some(gu=>gu.init),pu;return Cs.length===1&&!la(io.declarations[0])?pu=Cs[0]:Cs.length>0&&(pu=Mi(Cs[0])),gs=[io.declare?"declare ":"",io.kind,pu?[" ",pu]:"",Mi(Cs.slice(1).map(gu=>[",",sl&&!Hl?xn:En,gu]))],Hl&&Js.body!==io||gs.push(ms),ui(gs)}case"WithStatement":return ui(["with (",mi("object"),")",Xo(io.body,mi("body"))]);case"IfStatement":{let Cs=Xo(io.consequent,mi("consequent")),Js=ui(["if (",ui([Mi([Nn,mi("test")]),Nn]),")",Cs]);if(gs.push(Js),io.alternate){let Hl=la(io.consequent,La.Trailing|La.Line)||Zo(io),sl=io.consequent.type==="BlockStatement"&&!Hl;gs.push(sl?" ":xn),la(io,La.Dangling)&&gs.push(vn(Zr,Hn,!0),Hl?xn:" "),gs.push("else",ui(Xo(io.alternate,mi("alternate"),io.alternate.type==="IfStatement")))}return gs}case"ForStatement":{let Cs=Xo(io.body,mi("body")),Js=vn(Zr,Hn,!0),Hl=Js?[Js,Nn]:"";return!io.init&&!io.test&&!io.update?[Hl,ui(["for (;;)",Cs])]:[Hl,ui(["for (",ui([Mi([Nn,mi("init"),";",En,mi("test"),";",En,mi("update")]),Nn]),")",Cs])]}case"WhileStatement":return ui(["while (",ui([Mi([Nn,mi("test")]),Nn]),")",Xo(io.body,mi("body"))]);case"ForInStatement":return ui(["for (",mi("left")," in ",mi("right"),")",Xo(io.body,mi("body"))]);case"ForOfStatement":return ui(["for",io.await?" await":""," (",mi("left")," of ",mi("right"),")",Xo(io.body,mi("body"))]);case"DoWhileStatement":{let Cs=Xo(io.body,mi("body"));return gs=[ui(["do",Cs])],io.body.type==="BlockStatement"?gs.push(" "):gs.push(xn),gs.push("while (",ui([Mi([Nn,mi("test")]),Nn]),")",ms),gs}case"DoExpression":return[io.async?"async ":"","do ",mi("body")];case"BreakStatement":return gs.push("break"),io.label&&gs.push(" ",mi("label")),gs.push(ms),gs;case"ContinueStatement":return gs.push("continue"),io.label&&gs.push(" ",mi("label")),gs.push(ms),gs;case"LabeledStatement":return io.body.type==="EmptyStatement"?[mi("label"),":;"]:[mi("label"),": ",mi("body")];case"TryStatement":return["try ",mi("block"),io.handler?[" ",mi("handler")]:"",io.finalizer?[" finally ",mi("finalizer")]:""];case"CatchClause":if(io.param){let Cs=la(io.param,Hl=>!ra(Hl)||Hl.leading&&Vn(Hn.originalText,Gi(Hl))||Hl.trailing&&Vn(Hn.originalText,Un(Hl),{backwards:!0})),Js=mi("param");return["catch ",Cs?["(",Mi([Nn,Js]),Nn,") "]:["(",Js,") "],mi("body")]}return["catch ",mi("body")];case"SwitchStatement":return[ui(["switch (",Mi([Nn,mi("discriminant")]),Nn,")"])," {",io.cases.length>0?Mi([xn,Fn(xn,Zr.map((Cs,Js,Hl)=>{let sl=Cs.getValue();return[mi(),Js!==Hl.length-1&&Fa(sl,Hn)?xn:""]},"cases"))]):"",xn,"}"];case"SwitchCase":{io.test?gs.push("case ",mi("test"),":"):gs.push("default:"),la(io,La.Dangling)&&gs.push(" ",vn(Zr,Hn,!0));let Cs=io.consequent.filter(Js=>Js.type!=="EmptyStatement");if(Cs.length>0){let Js=fl(Zr,Hn,mi);gs.push(Cs.length===1&&Cs[0].type==="BlockStatement"?[" ",Js]:Mi([xn,Js]))}return gs}case"DebuggerStatement":return["debugger",ms];case"ClassDeclaration":case"ClassExpression":return fs(Zr,Hn,mi);case"ClassMethod":case"ClassPrivateMethod":case"MethodDefinition":return Fs(Zr,Hn,mi);case"ClassProperty":case"PropertyDefinition":case"ClassPrivateProperty":case"ClassAccessorProperty":case"AccessorProperty":return Ws(Zr,Hn,mi);case"TemplateElement":return ea(io.value.raw);case"TemplateLiteral":return al(Zr,mi,Hn);case"TaggedTemplateExpression":return[mi("tag"),mi("typeParameters"),mi("quasi")];case"PrivateIdentifier":return["#",mi("name")];case"PrivateName":return["#",mi("id")];case"InterpreterDirective":return gs.push("#!",io.value,xn),Fa(io,Hn)&&gs.push(xn),gs;case"TopicReference":return"%";case"ArgumentPlaceholder":return"?";case"ModuleExpression":{gs.push("module {");let Cs=mi("body");return Cs&&gs.push(Mi([xn,Cs]),xn),gs.push("}"),gs}default:throw new Error("unknown type: "+JSON.stringify(io.type))}}function $r(Zr){return Zr.type&&!ra(Zr)&&!Xa(Zr)&&Zr.type!=="EmptyStatement"&&Zr.type!=="TemplateElement"&&Zr.type!=="Import"&&Zr.type!=="TSEmptyBodyFunctionExpression"}di.exports={preprocess:Ra,print:lr,embed:zi,insertPragma:ki,massageAstNode:ta,hasPrettierIgnore(Zr){return Ui(Zr)||Bo(Zr)},willPrintOwnComments:ji.willPrintOwnComments,canAttachComment:$r,printComment:$e,isBlockComment:ra,handleComments:{avoidAstMutation:!0,ownLine:ji.handleOwnLineComment,endOfLine:ji.handleEndOfLineComment,remaining:ji.handleRemainingComment},getCommentChildNodes:ji.getCommentChildNodes}}}),ip=ko({"src/language-js/printer-estree-json.js"(Rn,di){In();var{builders:{hardline:vn,indent:Vn,join:Fn}}=yc(),En=ws();function xn(ea,zi,ta){let ki=ea.getValue();switch(ki.type){case"JsonRoot":return[ta("node"),vn];case"ArrayExpression":{if(ki.elements.length===0)return"[]";let ji=ea.map(()=>ea.getValue()===null?"null":ta(),"elements");return["[",Vn([vn,Fn([",",vn],ji)]),vn,"]"]}case"ObjectExpression":return ki.properties.length===0?"{}":["{",Vn([vn,Fn([",",vn],ea.map(ta,"properties"))]),vn,"}"];case"ObjectProperty":return[ta("key"),": ",ta("value")];case"UnaryExpression":return[ki.operator==="+"?"":ki.operator,ta("argument")];case"NullLiteral":return"null";case"BooleanLiteral":return ki.value?"true":"false";case"StringLiteral":return JSON.stringify(ki.value);case"NumericLiteral":return Nn(ea)?JSON.stringify(String(ki.value)):JSON.stringify(ki.value);case"Identifier":return Nn(ea)?JSON.stringify(ki.name):ki.name;case"TemplateLiteral":return ta(["quasis",0]);case"TemplateElement":return JSON.stringify(ki.value.cooked);default:throw new Error("unknown type: "+JSON.stringify(ki.type))}}function Nn(ea){return ea.getName()==="key"&&ea.getParentNode().type==="ObjectProperty"}var ui=new Set(["start","end","extra","loc","comments","leadingComments","trailingComments","innerComments","errors","range","tokens"]);function Mi(ea,zi){let{type:ta}=ea;if(ta==="ObjectProperty"){let{key:ki}=ea;ki.type==="Identifier"?zi.key={type:"StringLiteral",value:ki.name}:ki.type==="NumericLiteral"&&(zi.key={type:"StringLiteral",value:String(ki.value)});return}if(ta==="UnaryExpression"&&ea.operator==="+")return zi.argument;if(ta==="ArrayExpression"){for(let[ki,ji]of ea.elements.entries())ji===null&&zi.elements.splice(ki,0,{type:"NullLiteral"});return}if(ta==="TemplateLiteral")return{type:"StringLiteral",value:ea.quasis[0].value.cooked}}Mi.ignoredProperties=ui,di.exports={preprocess:En,print:xn,massageAstNode:Mi}}}),Kc=ko({"src/common/common-options.js"(Rn,di){In();var vn="Common";di.exports={bracketSpacing:{since:"0.0.0",category:vn,type:"boolean",default:!0,description:"Print spaces between brackets.",oppositeDescription:"Do not print spaces between brackets."},singleQuote:{since:"0.0.0",category:vn,type:"boolean",default:!1,description:"Use single quotes instead of double quotes."},proseWrap:{since:"1.8.2",category:vn,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:vn,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:vn,type:"boolean",default:!1,description:"Enforce single attribute per line in HTML, Vue and JSX."}}}}),sd=ko({"src/language-js/options.js"(Rn,di){In();var vn=Kc(),Vn="JavaScript";di.exports={arrowParens:{since:"1.9.0",category:Vn,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:vn.bracketSameLine,bracketSpacing:vn.bracketSpacing,jsxBracketSameLine:{since:"0.17.0",category:Vn,type:"boolean",description:"Put > on the last line instead of at a new line.",deprecated:"2.4.0"},semi:{since:"1.0.0",category:Vn,type:"boolean",default:!0,description:"Print semicolons.",oppositeDescription:"Do not print semicolons, except at the beginning of lines which may need them."},singleQuote:vn.singleQuote,jsxSingleQuote:{since:"1.15.0",category:Vn,type:"boolean",default:!1,description:"Use single quotes in JSX."},quoteProps:{since:"1.17.0",category:Vn,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:Vn,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:vn.singleAttributePerLine}}}),Jp=ko({"src/language-js/parse/parsers.js"(){In()}}),Zp=ko({"node_modules/linguist-languages/data/JavaScript.json"(Rn,di){di.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}}}),bf=ko({"node_modules/linguist-languages/data/TypeScript.json"(Rn,di){di.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}}}),Wp=ko({"node_modules/linguist-languages/data/TSX.json"(Rn,di){di.exports={name:"TSX",type:"programming",color:"#3178c6",group:"TypeScript",extensions:[".tsx"],tmScope:"source.tsx",aceMode:"javascript",codemirrorMode:"jsx",codemirrorMimeType:"text/jsx",languageId:94901924}}}),Kd=ko({"node_modules/linguist-languages/data/JSON.json"(Rn,di){di.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}}}),cp=ko({"node_modules/linguist-languages/data/JSON with Comments.json"(Rn,di){di.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}}}),dp=ko({"node_modules/linguist-languages/data/JSON5.json"(Rn,di){di.exports={name:"JSON5",type:"data",color:"#267CB9",extensions:[".json5"],tmScope:"source.js",aceMode:"javascript",codemirrorMode:"javascript",codemirrorMimeType:"application/json",languageId:175}}}),jd=ko({"src/language-js/index.js"(Rn,di){In();var vn=Pf(),Vn=Np(),Fn=ip(),En=sd(),xn=Jp(),Nn=[vn(Zp(),Mi=>({since:"0.0.0",parsers:["babel","acorn","espree","meriyah","babel-flow","babel-ts","flow","typescript"],vscodeLanguageIds:["javascript","mongo"],interpreters:[...Mi.interpreters,"zx"],extensions:[...Mi.extensions.filter(ea=>ea!==".jsx"),".wxs"]})),vn(Zp(),()=>({name:"Flow",since:"0.0.0",parsers:["flow","babel-flow"],vscodeLanguageIds:["javascript"],aliases:[],filenames:[],extensions:[".js.flow"]})),vn(Zp(),()=>({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})),vn(bf(),()=>({since:"1.4.0",parsers:["typescript","babel-ts"],vscodeLanguageIds:["typescript"]})),vn(Wp(),()=>({since:"1.4.0",parsers:["typescript","babel-ts"],vscodeLanguageIds:["typescriptreact"]})),vn(Kd(),()=>({name:"JSON.stringify",since:"1.13.0",parsers:["json-stringify"],vscodeLanguageIds:["json"],extensions:[".importmap"],filenames:["package.json","package-lock.json","composer.json"]})),vn(Kd(),Mi=>({since:"1.5.0",parsers:["json"],vscodeLanguageIds:["json"],extensions:Mi.extensions.filter(ea=>ea!==".jsonl")})),vn(cp(),Mi=>({since:"1.5.0",parsers:["json"],vscodeLanguageIds:["jsonc"],filenames:[...Mi.filenames,".eslintrc",".swcrc"]})),vn(dp(),()=>({since:"1.13.0",parsers:["json5"],vscodeLanguageIds:["json5"]}))],ui={estree:Vn,"estree-json":Fn};di.exports={languages:Nn,options:En,printers:ui,parsers:xn}}}),Fd=ko({"src/language-css/clean.js"(Rn,di){In();var{isFrontMatterNode:vn}=Gc(),Vn=Ac(),Fn=new Set(["raw","raws","sourceIndex","source","before","after","trailingComma"]);function En(Nn,ui,Mi){if(vn(Nn)&&Nn.lang==="yaml"&&delete ui.value,Nn.type==="css-comment"&&Mi.type==="css-root"&&Mi.nodes.length>0&&((Mi.nodes[0]===Nn||vn(Mi.nodes[0])&&Mi.nodes[1]===Nn)&&(delete ui.text,/^\*\s*@(?:format|prettier)\s*$/.test(Nn.text))||Mi.type==="css-root"&&Vn(Mi.nodes)===Nn))return null;if(Nn.type==="value-root"&&delete ui.text,(Nn.type==="media-query"||Nn.type==="media-query-list"||Nn.type==="media-feature-expression")&&delete ui.value,Nn.type==="css-rule"&&delete ui.params,Nn.type==="selector-combinator"&&(ui.value=ui.value.replace(/\s+/g," ")),Nn.type==="media-feature"&&(ui.value=ui.value.replace(/ /g,"")),(Nn.type==="value-word"&&(Nn.isColor&&Nn.isHex||["initial","inherit","unset","revert"].includes(ui.value.replace().toLowerCase()))||Nn.type==="media-feature"||Nn.type==="selector-root-invalid"||Nn.type==="selector-pseudo")&&(ui.value=ui.value.toLowerCase()),Nn.type==="css-decl"&&(ui.prop=ui.prop.toLowerCase()),(Nn.type==="css-atrule"||Nn.type==="css-import")&&(ui.name=ui.name.toLowerCase()),Nn.type==="value-number"&&(ui.unit=ui.unit.toLowerCase()),(Nn.type==="media-feature"||Nn.type==="media-keyword"||Nn.type==="media-type"||Nn.type==="media-unknown"||Nn.type==="media-url"||Nn.type==="media-value"||Nn.type==="selector-attribute"||Nn.type==="selector-string"||Nn.type==="selector-class"||Nn.type==="selector-combinator"||Nn.type==="value-string")&&ui.value&&(ui.value=xn(ui.value)),Nn.type==="selector-attribute"&&(ui.attribute=ui.attribute.trim(),ui.namespace&&typeof ui.namespace=="string"&&(ui.namespace=ui.namespace.trim(),ui.namespace.length===0&&(ui.namespace=!0)),ui.value&&(ui.value=ui.value.trim().replace(/^["']|["']$/g,""),delete ui.quoted)),(Nn.type==="media-value"||Nn.type==="media-type"||Nn.type==="value-number"||Nn.type==="selector-root-invalid"||Nn.type==="selector-class"||Nn.type==="selector-combinator"||Nn.type==="selector-tag")&&ui.value&&(ui.value=ui.value.replace(/([\d+.Ee-]+)([A-Za-z]*)/g,(ea,zi,ta)=>{let ki=Number(zi);return Number.isNaN(ki)?ea:ki+ta.toLowerCase()})),Nn.type==="selector-tag"){let ea=Nn.value.toLowerCase();["from","to"].includes(ea)&&(ui.value=ea)}if(Nn.type==="css-atrule"&&Nn.name.toLowerCase()==="supports"&&delete ui.value,Nn.type==="selector-unknown"&&delete ui.value,Nn.type==="value-comma_group"){let ea=Nn.groups.findIndex(zi=>zi.type==="value-number"&&zi.unit==="...");ea!==-1&&(ui.groups[ea].unit="",ui.groups.splice(ea+1,0,{type:"value-word",value:"...",isColor:!1,isHex:!1}))}if(Nn.type==="value-comma_group"&&Nn.groups.some(ea=>ea.type==="value-atword"&&ea.value.endsWith("[")||ea.type==="value-word"&&ea.value.startsWith("]")))return{type:"value-atword",value:Nn.groups.map(ea=>ea.value).join(""),group:{open:null,close:null,groups:[],type:"value-paren_group"}}}En.ignoredProperties=Fn;function xn(Nn){return Nn.replace(/'/g,'"').replace(/\\([^\dA-Fa-f])/g,"$1")}di.exports=En}}),Jc=ko({"src/utils/front-matter/print.js"(Rn,di){In();var{builders:{hardline:vn,markAsRoot:Vn}}=yc();function Fn(En,xn){if(En.lang==="yaml"){let Nn=En.value.trim(),ui=Nn?xn(Nn,{parser:"yaml"},{stripTrailingHardline:!0}):"";return Vn([En.startDelimiter,vn,ui,ui?vn:"",En.endDelimiter])}}di.exports=Fn}}),Ud=ko({"src/language-css/embed.js"(Rn,di){In();var{builders:{hardline:vn}}=yc(),Vn=Jc();function Fn(En,xn,Nn){let ui=En.getValue();if(ui.type==="front-matter"){let Mi=Vn(ui,Nn);return Mi?[Mi,vn]:""}}di.exports=Fn}}),Dp=ko({"src/utils/front-matter/parse.js"(Rn,di){In();var vn=new RegExp("^(?<startDelimiter>-{3}|\\+{3})(?<language>[^\\n]*)\\n(?:|(?<value>.*?)\\n)(?<endDelimiter>\\k<startDelimiter>|\\.{3})[^\\S\\n]*(?:\\n|$)","s");function Vn(Fn){let En=Fn.match(vn);if(!En)return{content:Fn};let{startDelimiter:xn,language:Nn,value:ui="",endDelimiter:Mi}=En.groups,ea=Nn.trim()||"yaml";if(xn==="+++"&&(ea="toml"),ea!=="yaml"&&xn!==Mi)return{content:Fn};let[zi]=En;return{frontMatter:{type:"front-matter",lang:ea,value:ui,startDelimiter:xn,endDelimiter:Mi,raw:zi.replace(/\n$/,"")},content:zi.replace(/[^\n]/g," ")+Fn.slice(zi.length)}}di.exports=Vn}}),jf=ko({"src/language-css/pragma.js"(Rn,di){In();var vn=ns(),Vn=Dp();function Fn(xn){return vn.hasPragma(Vn(xn).content)}function En(xn){let{frontMatter:Nn,content:ui}=Vn(xn);return(Nn?Nn.raw+`
`:"")+vn.insertPragma(ui)}di.exports={hasPragma:Fn,insertPragma:En}}}),qm=ko({"src/language-css/utils/index.js"(Rn,di){In();var vn=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 Vn(Rs,fs){let Fs=Array.isArray(fs)?fs:[fs],Ws=-1,Hs;for(;Hs=Rs.getParentNode(++Ws);)if(Fs.includes(Hs.type))return Ws;return-1}function Fn(Rs,fs){let Fs=Vn(Rs,fs);return Fs===-1?null:Rs.getParentNode(Fs)}function En(Rs){var fs;let Fs=Fn(Rs,"css-decl");return Fs==null||(fs=Fs.prop)===null||fs===void 0?void 0:fs.toLowerCase()}var xn=new Set(["initial","inherit","unset","revert"]);function Nn(Rs){return xn.has(Rs.toLowerCase())}function ui(Rs,fs){let Fs=Fn(Rs,"css-atrule");return(Fs==null?void 0:Fs.name)&&Fs.name.toLowerCase().endsWith("keyframes")&&["from","to"].includes(fs.toLowerCase())}function Mi(Rs){return Rs.includes("$")||Rs.includes("@")||Rs.includes("#")||Rs.startsWith("%")||Rs.startsWith("--")||Rs.startsWith(":--")||Rs.includes("(")&&Rs.includes(")")?Rs:Rs.toLowerCase()}function ea(Rs,fs){var Fs;let Ws=Fn(Rs,"value-func");return(Ws==null||(Fs=Ws.value)===null||Fs===void 0?void 0:Fs.toLowerCase())===fs}function zi(Rs){var fs;let Fs=Fn(Rs,"css-rule"),Ws=Fs==null||(fs=Fs.raws)===null||fs===void 0?void 0:fs.selector;return Ws&&(Ws.startsWith(":import")||Ws.startsWith(":export"))}function ta(Rs,fs){let Fs=Array.isArray(fs)?fs:[fs],Ws=Fn(Rs,"css-atrule");return Ws&&Fs.includes(Ws.name.toLowerCase())}function ki(Rs){let fs=Rs.getValue(),Fs=Fn(Rs,"css-atrule");return(Fs==null?void 0:Fs.name)==="import"&&fs.groups[0].value==="url"&&fs.groups.length===2}function ji(Rs){return Rs.type==="value-func"&&Rs.value.toLowerCase()==="url"}function oa(Rs,fs){var Fs;let Ws=(Fs=Rs.getParentNode())===null||Fs===void 0?void 0:Fs.nodes;return Ws&&Ws.indexOf(fs)===Ws.length-1}function Ra(Rs){let{selector:fs}=Rs;return fs?typeof fs=="string"&&/^@.+:.*$/.test(fs)||fs.value&&/^@.+:.*$/.test(fs.value):!1}function Ba(Rs){return Rs.type==="value-word"&&["from","through","end"].includes(Rs.value)}function la(Rs){return Rs.type==="value-word"&&["and","or","not"].includes(Rs.value)}function La(Rs){return Rs.type==="value-word"&&Rs.value==="in"}function Ea(Rs){return Rs.type==="value-operator"&&Rs.value==="*"}function Xa(Rs){return Rs.type==="value-operator"&&Rs.value==="/"}function Fa(Rs){return Rs.type==="value-operator"&&Rs.value==="+"}function Zo(Rs){return Rs.type==="value-operator"&&Rs.value==="-"}function Ui(Rs){return Rs.type==="value-operator"&&Rs.value==="%"}function Ta(Rs){return Ea(Rs)||Xa(Rs)||Fa(Rs)||Zo(Rs)||Ui(Rs)}function Fi(Rs){return Rs.type==="value-word"&&["==","!="].includes(Rs.value)}function aa(Rs){return Rs.type==="value-word"&&["<",">","<=",">="].includes(Rs.value)}function Un(Rs){return Rs.type==="css-atrule"&&["if","else","for","each","while"].includes(Rs.name)}function Gi(Rs){var fs;return((fs=Rs.raws)===null||fs===void 0?void 0:fs.params)&&/^\(\s*\)$/.test(Rs.raws.params)}function ra(Rs){return Rs.name.startsWith("prettier-placeholder")}function da(Rs){return Rs.prop.startsWith("@prettier-placeholder")}function va(Rs,fs){return Rs.value==="$$"&&Rs.type==="value-func"&&(fs==null?void 0:fs.type)==="value-word"&&!fs.raws.before}function Aa(Rs){var fs,Fs;return((fs=Rs.value)===null||fs===void 0?void 0:fs.type)==="value-root"&&((Fs=Rs.value.group)===null||Fs===void 0?void 0:Fs.type)==="value-value"&&Rs.prop.toLowerCase()==="composes"}function to(Rs){var fs,Fs,Ws;return((fs=Rs.value)===null||fs===void 0||(Fs=fs.group)===null||Fs===void 0||(Ws=Fs.group)===null||Ws===void 0?void 0:Ws.type)==="value-paren_group"&&Rs.value.group.group.open!==null&&Rs.value.group.group.close!==null}function Bo(Rs){var fs;return((fs=Rs.raws)===null||fs===void 0?void 0:fs.before)===""}function Jo(Rs){var fs,Fs;return Rs.type==="value-comma_group"&&((fs=Rs.groups)===null||fs===void 0||(Fs=fs[1])===null||Fs===void 0?void 0:Fs.type)==="value-colon"}function Mo(Rs){var fs;return Rs.type==="value-paren_group"&&((fs=Rs.groups)===null||fs===void 0?void 0:fs[0])&&Jo(Rs.groups[0])}function _s(Rs){var fs;let Fs=Rs.getValue();if(Fs.groups.length===0)return!1;let Ws=Rs.getParentNode(1);if(!Mo(Fs)&&!(Ws&&Mo(Ws)))return!1;let Hs=Fn(Rs,"css-decl");return!!(Hs!=null&&(fs=Hs.prop)!==null&&fs!==void 0&&fs.startsWith("$")||Mo(Ws)||Ws.type==="value-func")}function bo(Rs){return Rs.type==="value-comment"&&Rs.inline}function Bs(Rs){return Rs.type==="value-word"&&Rs.value==="#"}function Xo(Rs){return Rs.type==="value-word"&&Rs.value==="{"}function Oo(Rs){return Rs.type==="value-word"&&Rs.value==="}"}function ys(Rs){return["value-word","value-atword"].includes(Rs.type)}function tl(Rs){return(Rs==null?void 0:Rs.type)==="value-colon"}function $s(Rs,fs){if(!Jo(fs))return!1;let{groups:Fs}=fs,Ws=Fs.indexOf(Rs);return Ws===-1?!1:tl(Fs[Ws+1])}function pl(Rs){return Rs.value&&["not","and","or"].includes(Rs.value.toLowerCase())}function Vo(Rs){return Rs.type!=="value-func"?!1:vn.has(Rs.value.toLowerCase())}function As(Rs){return/\/\//.test(Rs.split(/[\n\r]/).pop())}function dl(Rs){return(Rs==null?void 0:Rs.type)==="value-atword"&&Rs.value.startsWith("prettier-placeholder-")}function al(Rs,fs){var Fs,Ws;if(((Fs=Rs.open)===null||Fs===void 0?void 0:Fs.value)!=="("||((Ws=Rs.close)===null||Ws===void 0?void 0:Ws.value)!==")"||Rs.groups.some(Hs=>Hs.type!=="value-comma_group"))return!1;if(fs.type==="value-comma_group"){let Hs=fs.groups.indexOf(Rs)-1,du=fs.groups[Hs];if((du==null?void 0:du.type)==="value-word"&&du.value==="with")return!0}return!1}function Ou(Rs){var fs,Fs;return Rs.type==="value-paren_group"&&((fs=Rs.open)===null||fs===void 0?void 0:fs.value)==="("&&((Fs=Rs.close)===null||Fs===void 0?void 0:Fs.value)===")"}di.exports={getAncestorCounter:Vn,getAncestorNode:Fn,getPropOfDeclNode:En,maybeToLowerCase:Mi,insideValueFunctionNode:ea,insideICSSRuleNode:zi,insideAtRuleNode:ta,insideURLFunctionInImportAtRuleNode:ki,isKeyframeAtRuleKeywords:ui,isWideKeywords:Nn,isLastNode:oa,isSCSSControlDirectiveNode:Un,isDetachedRulesetDeclarationNode:Ra,isRelationalOperatorNode:aa,isEqualityOperatorNode:Fi,isMultiplicationNode:Ea,isDivisionNode:Xa,isAdditionNode:Fa,isSubtractionNode:Zo,isModuloNode:Ui,isMathOperatorNode:Ta,isEachKeywordNode:La,isForKeywordNode:Ba,isURLFunctionNode:ji,isIfElseKeywordNode:la,hasComposesNode:Aa,hasParensAroundNode:to,hasEmptyRawBefore:Bo,isDetachedRulesetCallNode:Gi,isTemplatePlaceholderNode:ra,isTemplatePropNode:da,isPostcssSimpleVarNode:va,isKeyValuePairNode:Jo,isKeyValuePairInParenGroupNode:Mo,isKeyInValuePairNode:$s,isSCSSMapItemNode:_s,isInlineValueCommentNode:bo,isHashNode:Bs,isLeftCurlyBraceNode:Xo,isRightCurlyBraceNode:Oo,isWordNode:ys,isColonNode:tl,isMediaAndSupportsKeywords:pl,isColorAdjusterFuncNode:Vo,lastLineHasInlineComment:As,isAtWordPlaceholderNode:dl,isConfigurationNode:al,isParenGroupNode:Ou}}}),ef=ko({"src/utils/line-column-to-index.js"(Rn,di){In(),di.exports=function(vn,Vn){let Fn=0;for(let En=0;En<vn.line-1;++En)Fn=Vn.indexOf(`
`,Fn)+1;return Fn+vn.column}}}),ym=ko({"src/language-css/loc.js"(Rn,di){In();var{skipEverythingButNewLine:vn}=wm(),Vn=Ac(),Fn=ef();function En(ki,ji){return typeof ki.sourceIndex=="number"?ki.sourceIndex:ki.source?Fn(ki.source.start,ji)-1:null}function xn(ki,ji){if(ki.type==="css-comment"&&ki.inline)return vn(ji,ki.source.startOffset);let oa=ki.nodes&&Vn(ki.nodes);return oa&&ki.source&&!ki.source.end&&(ki=oa),ki.source&&ki.source.end?Fn(ki.source.end,ji):null}function Nn(ki,ji){ki.source&&(ki.source.startOffset=En(ki,ji),ki.source.endOffset=xn(ki,ji));for(let oa in ki){let Ra=ki[oa];oa==="source"||!Ra||typeof Ra!="object"||(Ra.type==="value-root"||Ra.type==="value-unknown"?ui(Ra,Mi(ki),Ra.text||Ra.value):Nn(Ra,ji))}}function ui(ki,ji,oa){ki.source&&(ki.source.startOffset=En(ki,oa)+ji,ki.source.endOffset=xn(ki,oa)+ji);for(let Ra in ki){let Ba=ki[Ra];Ra==="source"||!Ba||typeof Ba!="object"||ui(Ba,ji,oa)}}function Mi(ki){let ji=ki.source.startOffset;return typeof ki.prop=="string"&&(ji+=ki.prop.length),ki.type==="css-atrule"&&typeof ki.name=="string"&&(ji+=1+ki.name.length+ki.raws.afterName.match(/^\s*:?\s*/)[0].length),ki.type!=="css-atrule"&&ki.raws&&typeof ki.raws.between=="string"&&(ji+=ki.raws.between.length),ji}function ea(ki){let ji="initial",oa="initial",Ra,Ba=!1,la=[];for(let La=0;La<ki.length;La++){let Ea=ki[La];switch(ji){case"initial":if(Ea==="'"){ji="single-quotes";continue}if(Ea==='"'){ji="double-quotes";continue}if((Ea==="u"||Ea==="U")&&ki.slice(La,La+4).toLowerCase()==="url("){ji="url",La+=3;continue}if(Ea==="*"&&ki[La-1]==="/"){ji="comment-block";continue}if(Ea==="/"&&ki[La-1]==="/"){ji="comment-inline",Ra=La-1;continue}continue;case"single-quotes":if(Ea==="'"&&ki[La-1]!=="\\"&&(ji=oa,oa="initial"),Ea===`
`||Ea==="\r")return ki;continue;case"double-quotes":if(Ea==='"'&&ki[La-1]!=="\\"&&(ji=oa,oa="initial"),Ea===`
`||Ea==="\r")return ki;continue;case"url":if(Ea===")"&&(ji="initial"),Ea===`
`||Ea==="\r")return ki;if(Ea==="'"){ji="single-quotes",oa="url";continue}if(Ea==='"'){ji="double-quotes",oa="url";continue}continue;case"comment-block":Ea==="/"&&ki[La-1]==="*"&&(ji="initial");continue;case"comment-inline":(Ea==='"'||Ea==="'"||Ea==="*")&&(Ba=!0),(Ea===`
`||Ea==="\r")&&(Ba&&la.push([Ra,La]),ji="initial",Ba=!1);continue}}for(let[La,Ea]of la)ki=ki.slice(0,La)+ki.slice(La,Ea).replace(/["'*]/g," ")+ki.slice(Ea);return ki}function zi(ki){return ki.source.startOffset}function ta(ki){return ki.source.endOffset}di.exports={locStart:zi,locEnd:ta,calculateLoc:Nn,replaceQuotesInInlineComments:ea}}}),Em=ko({"src/language-css/utils/is-less-parser.js"(Rn,di){In();function vn(Vn){return Vn.parser==="css"||Vn.parser==="less"}di.exports=vn}}),kp=ko({"src/language-css/utils/is-scss.js"(Rn,di){In();function vn(Vn,Fn){return Vn==="less"||Vn==="scss"?Vn==="scss":/(?:\w\s*:\s*[^:}]+|#){|@import[^\n]+(?:url|,)/.test(Fn)}di.exports=vn}}),tf=ko({"src/language-css/utils/css-units.evaluate.js"(Rn,di){di.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"}}}),Kf=ko({"src/language-css/utils/print-unit.js"(Rn,di){In();var vn=tf();function Vn(Fn){let En=Fn.toLowerCase();return Object.prototype.hasOwnProperty.call(vn,En)?vn[En]:Fn}di.exports=Vn}}),nm=ko({"src/language-css/printer-postcss.js"(Rn,di){In();var vn=Ac(),{printNumber:Vn,printString:Fn,hasNewline:En,isFrontMatterNode:xn,isNextLineEmpty:Nn,isNonEmptyArray:ui}=Gc(),{builders:{join:Mi,line:ea,hardline:zi,softline:ta,group:ki,fill:ji,indent:oa,dedent:Ra,ifBreak:Ba,breakParent:la},utils:{removeLines:La,getDocParts:Ea}}=yc(),Xa=Fd(),Fa=Ud(),{insertPragma:Zo}=jf(),{getAncestorNode:Ui,getPropOfDeclNode:Ta,maybeToLowerCase:Fi,insideValueFunctionNode:aa,insideICSSRuleNode:Un,insideAtRuleNode:Gi,insideURLFunctionInImportAtRuleNode:ra,isKeyframeAtRuleKeywords:da,isWideKeywords:va,isLastNode:Aa,isSCSSControlDirectiveNode:to,isDetachedRulesetDeclarationNode:Bo,isRelationalOperatorNode:Jo,isEqualityOperatorNode:Mo,isMultiplicationNode:_s,isDivisionNode:bo,isAdditionNode:Bs,isSubtractionNode:Xo,isMathOperatorNode:Oo,isEachKeywordNode:ys,isForKeywordNode:tl,isURLFunctionNode:$s,isIfElseKeywordNode:pl,hasComposesNode:Vo,hasParensAroundNode:As,hasEmptyRawBefore:dl,isKeyValuePairNode:al,isKeyInValuePairNode:Ou,isDetachedRulesetCallNode:Rs,isTemplatePlaceholderNode:fs,isTemplatePropNode:Fs,isPostcssSimpleVarNode:Ws,isSCSSMapItemNode:Hs,isInlineValueCommentNode:du,isHashNode:jl,isLeftCurlyBraceNode:rc,isRightCurlyBraceNode:ed,isWordNode:Uc,isColonNode:fc,isMediaAndSupportsKeywords:lc,isColorAdjusterFuncNode:ol,lastLineHasInlineComment:Qo,isAtWordPlaceholderNode:fl,isConfigurationNode:Is,isParenGroupNode:ul}=qm(),{locStart:Hu,locEnd:$e}=ym(),er=Em(),ir=kp(),lr=Kf();function dr(sl){return sl.trailingComma==="es5"||sl.trailingComma==="all"}function $r(sl,pu,gu){let vs=sl.getValue();if(!vs)return"";if(typeof vs=="string")return vs;switch(vs.type){case"front-matter":return[vs.raw,zi];case"css-root":{let $u=Zr(sl,pu,gu),dc=vs.raws.after.trim();return dc.startsWith(";")&&(dc=dc.slice(1).trim()),[$u,dc?` ${dc}`:"",Ea($u).length>0?zi:""]}case"css-comment":{let $u=vs.inline||vs.raws.inline,dc=pu.originalText.slice(Hu(vs),$e(vs));return $u?dc.trimEnd():dc}case"css-rule":return[gu("selector"),vs.important?" !important":"",vs.nodes?[vs.selector&&vs.selector.type==="selector-unknown"&&Qo(vs.selector.value)?ea:" ","{",vs.nodes.length>0?oa([zi,Zr(sl,pu,gu)]):"",zi,"}",Bo(vs)?";":""]:";"];case"css-decl":{let $u=sl.getParentNode(),{between:dc}=vs.raws,zc=dc.trim(),Vd=zc===":",co=Vo(vs)?La(gu("value")):gu("value");return!Vd&&Qo(zc)&&(co=oa([zi,Ra(co)])),[vs.raws.before.replace(/[\s;]/g,""),$u.type==="css-atrule"&&$u.variable||Un(sl)?vs.prop:Fi(vs.prop),zc.startsWith("//")?" ":"",zc,vs.extend?"":" ",er(pu)&&vs.extend&&vs.selector?["extend(",gu("selector"),")"]:"",co,vs.raws.important?vs.raws.important.replace(/\s*!\s*important/i," !important"):vs.important?" !important":"",vs.raws.scssDefault?vs.raws.scssDefault.replace(/\s*!default/i," !default"):vs.scssDefault?" !default":"",vs.raws.scssGlobal?vs.raws.scssGlobal.replace(/\s*!global/i," !global"):vs.scssGlobal?" !global":"",vs.nodes?[" {",oa([ta,Zr(sl,pu,gu)]),ta,"}"]:Fs(vs)&&!$u.raws.semicolon&&pu.originalText[$e(vs)-1]!==";"?"":pu.__isHTMLStyleAttribute&&Aa(sl,vs)?Ba(";"):";"]}case"css-atrule":{let $u=sl.getParentNode(),dc=fs(vs)&&!$u.raws.semicolon&&pu.originalText[$e(vs)-1]!==";";if(er(pu)){if(vs.mixin)return[gu("selector"),vs.important?" !important":"",dc?"":";"];if(vs.function)return[vs.name,gu("params"),dc?"":";"];if(vs.variable)return["@",vs.name,": ",vs.value?gu("value"):"",vs.raws.between.trim()?vs.raws.between.trim()+" ":"",vs.nodes?["{",oa([vs.nodes.length>0?ta:"",Zr(sl,pu,gu)]),ta,"}"]:"",dc?"":";"]}return["@",Rs(vs)||vs.name.endsWith(":")?vs.name:Fi(vs.name),vs.params?[Rs(vs)?"":fs(vs)?vs.raws.afterName===""?"":vs.name.endsWith(":")?" ":/^\s*\n\s*\n/.test(vs.raws.afterName)?[zi,zi]:/^\s*\n/.test(vs.raws.afterName)?zi:" ":" ",gu("params")]:"",vs.selector?oa([" ",gu("selector")]):"",vs.value?ki([" ",gu("value"),to(vs)?As(vs)?" ":ea:""]):vs.name==="else"?" ":"",vs.nodes?[to(vs)?"":vs.selector&&!vs.selector.nodes&&typeof vs.selector.value=="string"&&Qo(vs.selector.value)||!vs.selector&&typeof vs.params=="string"&&Qo(vs.params)?ea:" ","{",oa([vs.nodes.length>0?ta:"",Zr(sl,pu,gu)]),ta,"}"]:dc?"":";"]}case"media-query-list":{let $u=[];return sl.each(dc=>{let zc=dc.getValue();zc.type==="media-query"&&zc.value===""||$u.push(gu())},"nodes"),ki(oa(Mi(ea,$u)))}case"media-query":return[Mi(" ",sl.map(gu,"nodes")),Aa(sl,vs)?"":","];case"media-type":return Js(gs(vs.value,pu));case"media-feature-expression":return vs.nodes?["(",...sl.map(gu,"nodes"),")"]:vs.value;case"media-feature":return Fi(gs(vs.value.replace(/ +/g," "),pu));case"media-colon":return[vs.value," "];case"media-value":return Js(gs(vs.value,pu));case"media-keyword":return gs(vs.value,pu);case"media-url":return gs(vs.value.replace(/^url\(\s+/gi,"url(").replace(/\s+\)$/g,")"),pu);case"media-unknown":return vs.value;case"selector-root":return ki([Gi(sl,"custom-selector")?[Ui(sl,"css-atrule").customSelector,ea]:"",Mi([",",Gi(sl,["extend","custom-selector","nest"])?ea:zi],sl.map(gu,"nodes"))]);case"selector-selector":return ki(oa(sl.map(gu,"nodes")));case"selector-comment":return vs.value;case"selector-string":return gs(vs.value,pu);case"selector-tag":{let $u=sl.getParentNode(),dc=$u&&$u.nodes.indexOf(vs),zc=dc&&$u.nodes[dc-1];return[vs.namespace?[vs.namespace===!0?"":vs.namespace.trim(),"|"]:"",zc.type==="selector-nesting"?vs.value:Js(da(sl,vs.value)?vs.value.toLowerCase():vs.value)]}case"selector-id":return["#",vs.value];case"selector-class":return[".",Js(gs(vs.value,pu))];case"selector-attribute":{var pc;return["[",vs.namespace?[vs.namespace===!0?"":vs.namespace.trim(),"|"]:"",vs.attribute.trim(),(pc=vs.operator)!==null&&pc!==void 0?pc:"",vs.value?Cs(gs(vs.value.trim(),pu),pu):"",vs.insensitive?" i":"","]"]}case"selector-combinator":{if(vs.value==="+"||vs.value===">"||vs.value==="~"||vs.value===">>>"){let zc=sl.getParentNode();return[zc.type==="selector-selector"&&zc.nodes[0]===vs?"":ea,vs.value,Aa(sl,vs)?"":" "]}let $u=vs.value.trim().startsWith("(")?ea:"",dc=Js(gs(vs.value.trim(),pu))||ea;return[$u,dc]}case"selector-universal":return[vs.namespace?[vs.namespace===!0?"":vs.namespace.trim(),"|"]:"",vs.value];case"selector-pseudo":return[Fi(vs.value),ui(vs.nodes)?ki(["(",oa([ta,Mi([",",ea],sl.map(gu,"nodes"))]),ta,")"]):""];case"selector-nesting":return vs.value;case"selector-unknown":{let $u=Ui(sl,"css-rule");if($u&&$u.isSCSSNesterProperty)return Js(gs(Fi(vs.value),pu));let dc=sl.getParentNode();if(dc.raws&&dc.raws.selector){let Vd=Hu(dc),co=Vd+dc.raws.selector.length;return pu.originalText.slice(Vd,co).trim()}let zc=sl.getParentNode(1);if(dc.type==="value-paren_group"&&zc&&zc.type==="value-func"&&zc.value==="selector"){let Vd=$e(dc.open)+1,co=Hu(dc.close),rl=pu.originalText.slice(Vd,co).trim();return Qo(rl)?[la,rl]:rl}return vs.value}case"value-value":case"value-root":return gu("group");case"value-comment":return pu.originalText.slice(Hu(vs),$e(vs));case"value-comma_group":{let $u=sl.getParentNode(),dc=sl.getParentNode(1),zc=Ta(sl),Vd=zc&&$u.type==="value-value"&&(zc==="grid"||zc.startsWith("grid-template")),co=Ui(sl,"css-atrule"),rl=co&&to(co),Ju=vs.groups.some(Ld=>du(Ld)),jc=sl.map(gu,"groups"),Wc=[],Xd=aa(sl,"url"),yd=!1,Id=!1;for(let Ld=0;Ld<vs.groups.length;++Ld){var vc;Wc.push(jc[Ld]);let $d=vs.groups[Ld-1],$c=vs.groups[Ld],Xc=vs.groups[Ld+1],Up=vs.groups[Ld+2];if(Xd){(Xc&&Bs(Xc)||Bs($c))&&Wc.push(" ");continue}if(Gi(sl,"forward")&&$c.type==="value-word"&&$c.value&&$d!==void 0&&$d.type==="value-word"&&$d.value==="as"&&Xc.type==="value-operator"&&Xc.value==="*"||!Xc||$c.type==="value-word"&&$c.value.endsWith("-")&&fl(Xc))continue;if($c.type==="value-string"&&$c.quoted){let Km=$c.value.lastIndexOf("#{"),of=$c.value.lastIndexOf("}");Km!==-1&&of!==-1?yd=Km>of:Km!==-1?yd=!0:of!==-1&&(yd=!1)}if(yd||fc($c)||fc(Xc)||$c.type==="value-atword"&&($c.value===""||$c.value.endsWith("["))||Xc.type==="value-word"&&Xc.value.startsWith("]")||$c.value==="~"||$c.value&&$c.value.includes("\\")&&Xc&&Xc.type!=="value-comment"||$d&&$d.value&&$d.value.indexOf("\\")===$d.value.length-1&&$c.type==="value-operator"&&$c.value==="/"||$c.value==="\\"||Ws($c,Xc)||jl($c)||rc($c)||ed(Xc)||rc(Xc)&&dl(Xc)||ed($c)&&dl(Xc)||$c.value==="--"&&jl(Xc))continue;let Sm=Oo($c),Vp=Oo(Xc);if((Sm&&jl(Xc)||Vp&&ed($c))&&dl(Xc)||!$d&&bo($c)||aa(sl,"calc")&&(Bs($c)||Bs(Xc)||Xo($c)||Xo(Xc))&&dl(Xc))continue;let u0=(Bs($c)||Xo($c))&&Ld===0&&(Xc.type==="value-number"||Xc.isHex)&&dc&&ol(dc)&&!dl(Xc),Pm=Up&&Up.type==="value-func"||Up&&Uc(Up)||$c.type==="value-func"||Uc($c),dh=Xc.type==="value-func"||Uc(Xc)||$d&&$d.type==="value-func"||$d&&Uc($d);if(!(!(_s(Xc)||_s($c))&&!aa(sl,"calc")&&!u0&&(bo(Xc)&&!Pm||bo($c)&&!dh||Bs(Xc)&&!Pm||Bs($c)&&!dh||Xo(Xc)||Xo($c))&&(dl(Xc)||Sm&&(!$d||$d&&Oo($d))))&&!((pu.parser==="scss"||pu.parser==="less")&&Sm&&$c.value==="-"&&ul(Xc)&&$e($c)===Hu(Xc.open)&&Xc.open.value==="(")){if(du($c)){if($u.type==="value-paren_group"){Wc.push(Ra(zi));continue}Wc.push(zi);continue}if(rl&&(Mo(Xc)||Jo(Xc)||pl(Xc)||ys($c)||tl($c))){Wc.push(" ");continue}if(co&&co.name.toLowerCase()==="namespace"){Wc.push(" ");continue}if(Vd){$c.source&&Xc.source&&$c.source.start.line!==Xc.source.start.line?(Wc.push(zi),Id=!0):Wc.push(" ");continue}if(Vp){Wc.push(" ");continue}if(!(Xc&&Xc.value==="...")&&!(fl($c)&&fl(Xc)&&$e($c)===Hu(Xc))){if(fl($c)&&ul(Xc)&&$e($c)===Hu(Xc.open)){Wc.push(ta);continue}if($c.value==="with"&&ul(Xc)){Wc.push(" ");continue}(vc=$c.value)!==null&&vc!==void 0&&vc.endsWith("#")&&Xc.value==="{"&&ul(Xc.group)||Wc.push(ea)}}}return Ju&&Wc.push(la),Id&&Wc.unshift(zi),rl?ki(oa(Wc)):ra(sl)?ki(ji(Wc)):ki(oa(ji(Wc)))}case"value-paren_group":{let $u=sl.getParentNode();if($u&&$s($u)&&(vs.groups.length===1||vs.groups.length>0&&vs.groups[0].type==="value-comma_group"&&vs.groups[0].groups.length>0&&vs.groups[0].groups[0].type==="value-word"&&vs.groups[0].groups[0].value.startsWith("data:")))return[vs.open?gu("open"):"",Mi(",",sl.map(gu,"groups")),vs.close?gu("close"):""];if(!vs.open){let Xd=sl.map(gu,"groups"),yd=[];for(let Id=0;Id<Xd.length;Id++)Id!==0&&yd.push([",",ea]),yd.push(Xd[Id]);return ki(oa(ji(yd)))}let dc=Hs(sl),zc=vn(vs.groups),Vd=zc&&zc.type==="value-comment",co=Ou(vs,$u),rl=Is(vs,$u),Ju=rl||dc&&!co,jc=rl||co,Wc=ki([vs.open?gu("open"):"",oa([ta,Mi([ea],sl.map((Xd,yd)=>{let Id=Xd.getValue(),Ld=yd===vs.groups.length-1,$d=[gu(),Ld?"":","];if(al(Id)&&Id.type==="value-comma_group"&&Id.groups&&Id.groups[0].type!=="value-paren_group"&&Id.groups[2]&&Id.groups[2].type==="value-paren_group"){let $c=Ea($d[0].contents.contents);$c[1]=ki($c[1]),$d=[ki(Ra($d))]}if(!Ld&&Id.type==="value-comma_group"&&ui(Id.groups)){let $c=vn(Id.groups);!$c.source&&$c.close&&($c=$c.close),$c.source&&Nn(pu.originalText,$c,$e)&&$d.push(zi)}return $d},"groups"))]),Ba(!Vd&&ir(pu.parser,pu.originalText)&&dc&&dr(pu)?",":""),ta,vs.close?gu("close"):""],{shouldBreak:Ju});return jc?Ra(Wc):Wc}case"value-func":return[vs.value,Gi(sl,"supports")&&lc(vs)?" ":"",gu("group")];case"value-paren":return vs.value;case"value-number":return[Hl(vs.value),lr(vs.unit)];case"value-operator":return vs.value;case"value-word":return vs.isColor&&vs.isHex||va(vs.value)?vs.value.toLowerCase():vs.value;case"value-colon":{let $u=sl.getParentNode(),dc=$u&&$u.groups.indexOf(vs),zc=dc&&$u.groups[dc-1];return[vs.value,zc&&typeof zc.value=="string"&&vn(zc.value)==="\\"||aa(sl,"url")?"":ea]}case"value-comma":return[vs.value," "];case"value-string":return Fn(vs.raws.quote+vs.value+vs.raws.quote,pu);case"value-atword":return["@",vs.value];case"value-unicode-range":return vs.value;case"value-unknown":return vs.value;default:throw new Error(`Unknown postcss type ${JSON.stringify(vs.type)}`)}}function Zr(sl,pu,gu){let vs=[];return sl.each((pc,vc,$u)=>{let dc=$u[vc-1];if(dc&&dc.type==="css-comment"&&dc.text.trim()==="prettier-ignore"){let zc=pc.getValue();vs.push(pu.originalText.slice(Hu(zc),$e(zc)))}else vs.push(gu());vc!==$u.length-1&&($u[vc+1].type==="css-comment"&&!En(pu.originalText,Hu($u[vc+1]),{backwards:!0})&&!xn($u[vc])||$u[vc+1].type==="css-atrule"&&$u[vc+1].name==="else"&&$u[vc].type!=="css-comment"?vs.push(" "):(vs.push(pu.__isHTMLStyleAttribute?ea:zi),Nn(pu.originalText,pc.getValue(),$e)&&!xn($u[vc])&&vs.push(zi)))},"nodes"),vs}var Hn=/(["'])(?:(?!\1)[^\\]|\\.)*\1/gs,mi=/(?:\d*\.\d+|\d+\.?)(?:[Ee][+-]?\d+)?/g,ma=/[A-Za-z]+/g,io=/[$@]?[A-Z_a-z\u0080-\uFFFF][\w\u0080-\uFFFF-]*/g,ms=new RegExp(Hn.source+`|(${io.source})?(${mi.source})(${ma.source})?`,"g");function gs(sl,pu){return sl.replace(Hn,gu=>Fn(gu,pu))}function Cs(sl,pu){let gu=pu.singleQuote?"'":'"';return sl.includes('"')||sl.includes("'")?sl:gu+sl+gu}function Js(sl){return sl.replace(ms,(pu,gu,vs,pc,vc)=>!vs&&pc?Hl(pc)+Fi(vc||""):pu)}function Hl(sl){return Vn(sl).replace(/\.0(?=$|e)/,"")}di.exports={print:$r,embed:Fa,insertPragma:Zo,massageAstNode:Xa}}}),Mp=ko({"src/language-css/options.js"(Rn,di){In();var vn=Kc();di.exports={singleQuote:vn.singleQuote}}}),vp=ko({"src/language-css/parsers.js"(){In()}}),Bm=ko({"node_modules/linguist-languages/data/CSS.json"(Rn,di){di.exports={name:"CSS",type:"markup",tmScope:"source.css",aceMode:"css",codemirrorMode:"css",codemirrorMimeType:"text/css",color:"#563d7c",extensions:[".css"],languageId:50}}}),im=ko({"node_modules/linguist-languages/data/PostCSS.json"(Rn,di){di.exports={name:"PostCSS",type:"markup",color:"#dc3a0c",tmScope:"source.postcss",group:"CSS",extensions:[".pcss",".postcss"],aceMode:"text",languageId:262764437}}}),am=ko({"node_modules/linguist-languages/data/Less.json"(Rn,di){di.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}}}),xf=ko({"node_modules/linguist-languages/data/SCSS.json"(Rn,di){di.exports={name:"SCSS",type:"markup",color:"#c6538c",tmScope:"source.css.scss",aceMode:"scss",codemirrorMode:"css",codemirrorMimeType:"text/x-scss",extensions:[".scss"],languageId:329}}}),Fp=ko({"src/language-css/index.js"(Rn,di){In();var vn=Pf(),Vn=nm(),Fn=Mp(),En=vp(),xn=[vn(Bm(),ui=>({since:"1.4.0",parsers:["css"],vscodeLanguageIds:["css"],extensions:[...ui.extensions,".wxss"]})),vn(im(),()=>({since:"1.4.0",parsers:["css"],vscodeLanguageIds:["postcss"]})),vn(am(),()=>({since:"1.4.0",parsers:["less"],vscodeLanguageIds:["less"]})),vn(xf(),()=>({since:"1.4.0",parsers:["scss"],vscodeLanguageIds:["scss"]}))],Nn={postcss:Vn};di.exports={languages:xn,options:Fn,printers:Nn,parsers:En}}}),Mn=ko({"src/language-handlebars/loc.js"(Rn,di){In();function vn(Fn){return Fn.loc.start.offset}function Vn(Fn){return Fn.loc.end.offset}di.exports={locStart:vn,locEnd:Vn}}}),ka=ko({"src/language-handlebars/clean.js"(Rn,di){In();function vn(Vn,Fn){if(Vn.type==="TextNode"){let En=Vn.chars.trim();if(!En)return null;Fn.chars=En.replace(/[\t\n\f\r ]+/g," ")}Vn.type==="AttrNode"&&Vn.name.toLowerCase()==="class"&&delete Fn.value}vn.ignoredProperties=new Set(["loc","selfClosing"]),di.exports=vn}}),xa=ko({"src/language-handlebars/html-void-elements.evaluate.js"(Rn,di){di.exports=["area","base","br","col","command","embed","hr","img","input","keygen","link","meta","param","source","track","wbr"]}}),Na=ko({"src/language-handlebars/utils.js"(Rn,di){In();var vn=Ac(),Vn=xa();function Fn(Ea){let Xa=Ea.getValue(),Fa=Ea.getParentNode(0);return!!(ta(Ea,["ElementNode"])&&vn(Fa.children)===Xa||ta(Ea,["Block"])&&vn(Fa.body)===Xa)}function En(Ea){return Ea.toUpperCase()===Ea}function xn(Ea){return zi(Ea,["ElementNode"])&&typeof Ea.tag=="string"&&!Ea.tag.startsWith(":")&&(En(Ea.tag[0])||Ea.tag.includes("."))}var Nn=new Set(Vn);function ui(Ea){return Nn.has(Ea.toLowerCase())&&!En(Ea[0])}function Mi(Ea){return Ea.selfClosing===!0||ui(Ea.tag)||xn(Ea)&&Ea.children.every(Xa=>ea(Xa))}function ea(Ea){return zi(Ea,["TextNode"])&&!/\S/.test(Ea.chars)}function zi(Ea,Xa){return Ea&&Xa.includes(Ea.type)}function ta(Ea,Xa){let Fa=Ea.getParentNode(0);return zi(Fa,Xa)}function ki(Ea,Xa){let Fa=Ra(Ea);return zi(Fa,Xa)}function ji(Ea,Xa){let Fa=Ba(Ea);return zi(Fa,Xa)}function oa(Ea,Xa){var Fa,Zo,Ui,Ta;let Fi=Ea.getValue(),aa=(Fa=Ea.getParentNode(0))!==null&&Fa!==void 0?Fa:{},Un=(Zo=(Ui=(Ta=aa.children)!==null&&Ta!==void 0?Ta:aa.body)!==null&&Ui!==void 0?Ui:aa.parts)!==null&&Zo!==void 0?Zo:[],Gi=Un.indexOf(Fi);return Gi!==-1&&Un[Gi+Xa]}function Ra(Ea){let Xa=arguments.length>1&&arguments[1]!==void 0?arguments[1]:1;return oa(Ea,-Xa)}function Ba(Ea){return oa(Ea,1)}function la(Ea){return zi(Ea,["MustacheCommentStatement"])&&typeof Ea.value=="string"&&Ea.value.trim()==="prettier-ignore"}function La(Ea){let Xa=Ea.getValue(),Fa=Ra(Ea,2);return la(Xa)||la(Fa)}di.exports={getNextNode:Ba,getPreviousNode:Ra,hasPrettierIgnore:La,isLastNodeOfSiblings:Fn,isNextNodeOfSomeType:ji,isNodeOfSomeType:zi,isParentOfSomeType:ta,isPreviousNodeOfSomeType:ki,isVoid:Mi,isWhitespaceNode:ea}}}),Ha=ko({"src/language-handlebars/printer-glimmer.js"(Rn,di){In();var{builders:{dedent:vn,fill:Vn,group:Fn,hardline:En,ifBreak:xn,indent:Nn,join:ui,line:Mi,softline:ea},utils:{getDocParts:zi,replaceTextEndOfLine:ta}}=yc(),{getPreferredQuote:ki,isNonEmptyArray:ji}=Gc(),{locStart:oa,locEnd:Ra}=Mn(),Ba=ka(),{getNextNode:la,getPreviousNode:La,hasPrettierIgnore:Ea,isLastNodeOfSiblings:Xa,isNextNodeOfSomeType:Fa,isNodeOfSomeType:Zo,isParentOfSomeType:Ui,isPreviousNodeOfSomeType:Ta,isVoid:Fi,isWhitespaceNode:aa}=Na(),Un=2;function Gi(Qo,fl,Is){let ul=Qo.getValue();if(!ul)return"";if(Ea(Qo))return fl.originalText.slice(oa(ul),Ra(ul));let Hu=fl.singleQuote?"'":'"';switch(ul.type){case"Block":case"Program":case"Template":return Fn(Qo.map(Is,"body"));case"ElementNode":{let $e=Fn(da(Qo,Is)),er=fl.htmlWhitespaceSensitivity==="ignore"&&Fa(Qo,["ElementNode"])?ea:"";if(Fi(ul))return[$e,er];let ir=["</",ul.tag,">"];return ul.children.length===0?[$e,Nn(ir),er]:fl.htmlWhitespaceSensitivity==="ignore"?[$e,Nn(va(Qo,fl,Is)),En,Nn(ir),er]:[$e,Nn(Fn(va(Qo,fl,Is))),Nn(ir),er]}case"BlockStatement":{let $e=Qo.getParentNode(1);return $e&&$e.inverse&&$e.inverse.body.length===1&&$e.inverse.body[0]===ul&&$e.inverse.body[0].path.parts[0]===$e.path.parts[0]?[tl(Qo,Is,$e.inverse.body[0].path.parts[0]),dl(Qo,Is,fl),al(Qo,Is,fl)]:[Oo(Qo,Is),Fn([dl(Qo,Is,fl),al(Qo,Is,fl),$s(Qo,Is,fl)])]}case"ElementModifierStatement":return Fn(["{{",Uc(Qo,Is),"}}"]);case"MustacheStatement":return Fn([to(ul),Uc(Qo,Is),Bo(ul)]);case"SubExpression":return Fn(["(",ed(Qo,Is),ea,")"]);case"AttrNode":{let $e=ul.value.type==="TextNode";if($e&&ul.value.chars===""&&oa(ul.value)===Ra(ul.value))return ul.name;let er=$e?ki(ul.value.chars,Hu).quote:ul.value.type==="ConcatStatement"?ki(ul.value.parts.filter(lr=>lr.type==="TextNode").map(lr=>lr.chars).join(""),Hu).quote:"",ir=Is("value");return[ul.name,"=",er,ul.name==="class"&&er?Fn(Nn(ir)):ir,er]}case"ConcatStatement":return Qo.map(Is,"parts");case"Hash":return ui(Mi,Qo.map(Is,"pairs"));case"HashPair":return[ul.key,"=",Is("value")];case"TextNode":{let $e=ul.chars.replace(/{{/g,"\\{{"),er=fs(Qo);if(er){if(er==="class"){let io=$e.trim().split(/\s+/).join(" "),ms=!1,gs=!1;return Ui(Qo,["ConcatStatement"])&&(Ta(Qo,["MustacheStatement"])&&/^\s/.test($e)&&(ms=!0),Fa(Qo,["MustacheStatement"])&&/\s$/.test($e)&&io!==""&&(gs=!0)),[ms?Mi:"",io,gs?Mi:""]}return ta($e)}let ir=/^[\t\n\f\r ]*$/.test($e),lr=!La(Qo),dr=!la(Qo);if(fl.htmlWhitespaceSensitivity!=="ignore"){let io=/^[\t\n\f\r ]*/,ms=/[\t\n\f\r ]*$/,gs=dr&&Ui(Qo,["Template"]),Cs=lr&&Ui(Qo,["Template"]);if(ir){if(Cs||gs)return"";let gu=[Mi],vs=Fs($e);return vs&&(gu=du(vs)),Xa(Qo)&&(gu=gu.map(pc=>vn(pc))),gu}let[Js]=$e.match(io),[Hl]=$e.match(ms),sl=[];if(Js){sl=[Mi];let gu=Fs(Js);gu&&(sl=du(gu)),$e=$e.replace(io,"")}let pu=[];if(Hl){if(!gs){pu=[Mi];let gu=Fs(Hl);gu&&(pu=du(gu)),Xa(Qo)&&(pu=pu.map(vs=>vn(vs)))}$e=$e.replace(ms,"")}return[...sl,Vn(Ou($e)),...pu]}let $r=Fs($e),Zr=Ws($e),Hn=Hs($e);if((lr||dr)&&ir&&Ui(Qo,["Block","ElementNode","Template"]))return"";ir&&$r?(Zr=Math.min($r,Un),Hn=0):(Fa(Qo,["BlockStatement","ElementNode"])&&(Hn=Math.max(Hn,1)),Ta(Qo,["BlockStatement","ElementNode"])&&(Zr=Math.max(Zr,1)));let mi="",ma="";return Hn===0&&Fa(Qo,["MustacheStatement"])&&(ma=" "),Zr===0&&Ta(Qo,["MustacheStatement"])&&(mi=" "),lr&&(Zr=0,mi=""),dr&&(Hn=0,ma=""),$e=$e.replace(/^[\t\n\f\r ]+/g,mi).replace(/[\t\n\f\r ]+$/,ma),[...du(Zr),Vn(Ou($e)),...du(Hn)]}case"MustacheCommentStatement":{let $e=oa(ul),er=Ra(ul),ir=fl.originalText.charAt($e+2)==="~",lr=fl.originalText.charAt(er-3)==="~",dr=ul.value.includes("}}")?"--":"";return["{{",ir?"~":"","!",dr,ul.value,dr,lr?"~":"","}}"]}case"PathExpression":return ul.original;case"BooleanLiteral":return String(ul.value);case"CommentStatement":return["<!--",ul.value,"-->"];case"StringLiteral":{if(rc(Qo)){let $e=fl.singleQuote?'"':"'";return jl(ul.value,$e)}return jl(ul.value,Hu)}case"NumberLiteral":return String(ul.value);case"UndefinedLiteral":return"undefined";case"NullLiteral":return"null";default:throw new Error("unknown glimmer type: "+JSON.stringify(ul.type))}}function ra(Qo,fl){return oa(Qo)-oa(fl)}function da(Qo,fl){let Is=Qo.getValue(),ul=["attributes","modifiers","comments"].filter($e=>ji(Is[$e])),Hu=ul.flatMap($e=>Is[$e]).sort(ra);for(let $e of ul)Qo.each(er=>{let ir=Hu.indexOf(er.getValue());Hu.splice(ir,1,[Mi,fl()])},$e);return ji(Is.blockParams)&&Hu.push(Mi,ol(Is)),["<",Is.tag,Nn(Hu),Aa(Is)]}function va(Qo,fl,Is){let ul=Qo.getValue().children.every(Hu=>aa(Hu));return fl.htmlWhitespaceSensitivity==="ignore"&&ul?"":Qo.map((Hu,$e)=>{let er=Is();return $e===0&&fl.htmlWhitespaceSensitivity==="ignore"?[ea,er]:er},"children")}function Aa(Qo){return Fi(Qo)?xn([ea,"/>"],[" />",ea]):xn([ea,">"],">")}function to(Qo){let fl=Qo.escaped===!1?"{{{":"{{",Is=Qo.strip&&Qo.strip.open?"~":"";return[fl,Is]}function Bo(Qo){let fl=Qo.escaped===!1?"}}}":"}}";return[Qo.strip&&Qo.strip.close?"~":"",fl]}function Jo(Qo){let fl=to(Qo),Is=Qo.openStrip.open?"~":"";return[fl,Is,"#"]}function Mo(Qo){let fl=Bo(Qo);return[Qo.openStrip.close?"~":"",fl]}function _s(Qo){let fl=to(Qo),Is=Qo.closeStrip.open?"~":"";return[fl,Is,"/"]}function bo(Qo){let fl=Bo(Qo);return[Qo.closeStrip.close?"~":"",fl]}function Bs(Qo){let fl=to(Qo),Is=Qo.inverseStrip.open?"~":"";return[fl,Is]}function Xo(Qo){let fl=Bo(Qo);return[Qo.inverseStrip.close?"~":"",fl]}function Oo(Qo,fl){let Is=Qo.getValue(),ul=[],Hu=lc(Qo,fl);return Hu&&ul.push(Fn(Hu)),ji(Is.program.blockParams)&&ul.push(ol(Is.program)),Fn([Jo(Is),fc(Qo,fl),ul.length>0?Nn([Mi,ui(Mi,ul)]):"",ea,Mo(Is)])}function ys(Qo,fl){return[fl.htmlWhitespaceSensitivity==="ignore"?En:"",Bs(Qo),"else",Xo(Qo)]}function tl(Qo,fl,Is){let ul=Qo.getValue(),Hu=Qo.getParentNode(1);return Fn([Bs(Hu),["else"," ",Is],Nn([Mi,Fn(lc(Qo,fl)),...ji(ul.program.blockParams)?[Mi,ol(ul.program)]:[]]),ea,Xo(Hu)])}function $s(Qo,fl,Is){let ul=Qo.getValue();return Is.htmlWhitespaceSensitivity==="ignore"?[pl(ul)?ea:En,_s(ul),fl("path"),bo(ul)]:[_s(ul),fl("path"),bo(ul)]}function pl(Qo){return Zo(Qo,["BlockStatement"])&&Qo.program.body.every(fl=>aa(fl))}function Vo(Qo){return As(Qo)&&Qo.inverse.body.length===1&&Zo(Qo.inverse.body[0],["BlockStatement"])&&Qo.inverse.body[0].path.parts[0]===Qo.path.parts[0]}function As(Qo){return Zo(Qo,["BlockStatement"])&&Qo.inverse}function dl(Qo,fl,Is){let ul=Qo.getValue();if(pl(ul))return"";let Hu=fl("program");return Is.htmlWhitespaceSensitivity==="ignore"?Nn([En,Hu]):Nn(Hu)}function al(Qo,fl,Is){let ul=Qo.getValue(),Hu=fl("inverse"),$e=Is.htmlWhitespaceSensitivity==="ignore"?[En,Hu]:Hu;return Vo(ul)?$e:As(ul)?[ys(ul,Is),Nn($e)]:""}function Ou(Qo){return zi(ui(Mi,Rs(Qo)))}function Rs(Qo){return Qo.split(/[\t\n\f\r ]+/)}function fs(Qo){for(let fl=0;fl<2;fl++){let Is=Qo.getParentNode(fl);if(Is&&Is.type==="AttrNode")return Is.name.toLowerCase()}}function Fs(Qo){return Qo=typeof Qo=="string"?Qo:"",Qo.split(`
`).length-1}function Ws(Qo){Qo=typeof Qo=="string"?Qo:"";let fl=(Qo.match(/^([^\S\n\r]*[\n\r])+/g)||[])[0]||"";return Fs(fl)}function Hs(Qo){Qo=typeof Qo=="string"?Qo:"";let fl=(Qo.match(/([\n\r][^\S\n\r]*)+$/g)||[])[0]||"";return Fs(fl)}function du(){let Qo=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0;return Array.from({length:Math.min(Qo,Un)}).fill(En)}function jl(Qo,fl){let{quote:Is,regex:ul}=ki(Qo,fl);return[Is,Qo.replace(ul,`\\${Is}`),Is]}function rc(Qo){let fl=0,Is=Qo.getParentNode(fl);for(;Is&&Zo(Is,["SubExpression"]);)fl++,Is=Qo.getParentNode(fl);return!!(Is&&Zo(Qo.getParentNode(fl+1),["ConcatStatement"])&&Zo(Qo.getParentNode(fl+2),["AttrNode"]))}function ed(Qo,fl){let Is=fc(Qo,fl),ul=lc(Qo,fl);return ul?Nn([Is,Mi,Fn(ul)]):Is}function Uc(Qo,fl){let Is=fc(Qo,fl),ul=lc(Qo,fl);return ul?[Nn([Is,Mi,ul]),ea]:Is}function fc(Qo,fl){return fl("path")}function lc(Qo,fl){let Is=Qo.getValue(),ul=[];if(Is.params.length>0){let Hu=Qo.map(fl,"params");ul.push(...Hu)}if(Is.hash&&Is.hash.pairs.length>0){let Hu=fl("hash");ul.push(Hu)}return ul.length===0?"":ui(Mi,ul)}function ol(Qo){return["as |",Qo.blockParams.join(" "),"|"]}di.exports={print:Gi,massageAstNode:Ba}}}),_o=ko({"src/language-handlebars/parsers.js"(){In()}}),ro=ko({"node_modules/linguist-languages/data/Handlebars.json"(Rn,di){di.exports={name:"Handlebars",type:"markup",color:"#f7931e",aliases:["hbs","htmlbars"],extensions:[".handlebars",".hbs"],tmScope:"text.html.handlebars",aceMode:"handlebars",languageId:155}}}),vo=ko({"src/language-handlebars/index.js"(Rn,di){In();var vn=Pf(),Vn=Ha(),Fn=_o(),En=[vn(ro(),()=>({since:"2.3.0",parsers:["glimmer"],vscodeLanguageIds:["handlebars"]}))],xn={glimmer:Vn};di.exports={languages:En,printers:xn,parsers:Fn}}}),za=ko({"src/language-graphql/pragma.js"(Rn,di){In();function vn(Fn){return/^\s*#[^\S\n]*@(?:format|prettier)\s*(?:\n|$)/.test(Fn)}function Vn(Fn){return`# @format
`+Fn}di.exports={hasPragma:vn,insertPragma:Vn}}}),fo=ko({"src/language-graphql/loc.js"(Rn,di){In();function vn(Fn){return typeof Fn.start=="number"?Fn.start:Fn.loc&&Fn.loc.start}function Vn(Fn){return typeof Fn.end=="number"?Fn.end:Fn.loc&&Fn.loc.end}di.exports={locStart:vn,locEnd:Vn}}}),zn=ko({"src/language-graphql/printer-graphql.js"(Rn,di){In();var{builders:{join:vn,hardline:Vn,line:Fn,softline:En,group:xn,indent:Nn,ifBreak:ui}}=yc(),{isNextLineEmpty:Mi,isNonEmptyArray:ea}=Gc(),{insertPragma:zi}=za(),{locStart:ta,locEnd:ki}=fo();function ji(Fa,Zo,Ui){let Ta=Fa.getValue();if(!Ta)return"";if(typeof Ta=="string")return Ta;switch(Ta.kind){case"Document":{let Fi=[];return Fa.each((aa,Un,Gi)=>{Fi.push(Ui()),Un!==Gi.length-1&&(Fi.push(Vn),Mi(Zo.originalText,aa.getValue(),ki)&&Fi.push(Vn))},"definitions"),[...Fi,Vn]}case"OperationDefinition":{let Fi=Zo.originalText[ta(Ta)]!=="{",aa=!!Ta.name;return[Fi?Ta.operation:"",Fi&&aa?[" ",Ui("name")]:"",Fi&&!aa&&ea(Ta.variableDefinitions)?" ":"",ea(Ta.variableDefinitions)?xn(["(",Nn([En,vn([ui("",", "),En],Fa.map(Ui,"variableDefinitions"))]),En,")"]):"",oa(Fa,Ui,Ta),Ta.selectionSet?!Fi&&!aa?"":" ":"",Ui("selectionSet")]}case"FragmentDefinition":return["fragment ",Ui("name"),ea(Ta.variableDefinitions)?xn(["(",Nn([En,vn([ui("",", "),En],Fa.map(Ui,"variableDefinitions"))]),En,")"]):""," on ",Ui("typeCondition"),oa(Fa,Ui,Ta)," ",Ui("selectionSet")];case"SelectionSet":return["{",Nn([Vn,vn(Vn,Ra(Fa,Zo,Ui,"selections"))]),Vn,"}"];case"Field":return xn([Ta.alias?[Ui("alias"),": "]:"",Ui("name"),Ta.arguments.length>0?xn(["(",Nn([En,vn([ui("",", "),En],Ra(Fa,Zo,Ui,"arguments"))]),En,")"]):"",oa(Fa,Ui,Ta),Ta.selectionSet?" ":"",Ui("selectionSet")]);case"Name":return Ta.value;case"StringValue":{if(Ta.block){let Fi=Ta.value.replace(/"""/g,"\\$&").split(`
`);return Fi.length===1&&(Fi[0]=Fi[0].trim()),Fi.every(aa=>aa==="")&&(Fi.length=0),vn(Vn,['"""',...Fi,'"""'])}return['"',Ta.value.replace(/["\\]/g,"\\$&").replace(/\n/g,"\\n"),'"']}case"IntValue":case"FloatValue":case"EnumValue":return Ta.value;case"BooleanValue":return Ta.value?"true":"false";case"NullValue":return"null";case"Variable":return["$",Ui("name")];case"ListValue":return xn(["[",Nn([En,vn([ui("",", "),En],Fa.map(Ui,"values"))]),En,"]"]);case"ObjectValue":return xn(["{",Zo.bracketSpacing&&Ta.fields.length>0?" ":"",Nn([En,vn([ui("",", "),En],Fa.map(Ui,"fields"))]),En,ui("",Zo.bracketSpacing&&Ta.fields.length>0?" ":""),"}"]);case"ObjectField":case"Argument":return[Ui("name"),": ",Ui("value")];case"Directive":return["@",Ui("name"),Ta.arguments.length>0?xn(["(",Nn([En,vn([ui("",", "),En],Ra(Fa,Zo,Ui,"arguments"))]),En,")"]):""];case"NamedType":return Ui("name");case"VariableDefinition":return[Ui("variable"),": ",Ui("type"),Ta.defaultValue?[" = ",Ui("defaultValue")]:"",oa(Fa,Ui,Ta)];case"ObjectTypeExtension":case"ObjectTypeDefinition":return[Ui("description"),Ta.description?Vn:"",Ta.kind==="ObjectTypeExtension"?"extend ":"","type ",Ui("name"),Ta.interfaces.length>0?[" implements ",...La(Fa,Zo,Ui)]:"",oa(Fa,Ui,Ta),Ta.fields.length>0?[" {",Nn([Vn,vn(Vn,Ra(Fa,Zo,Ui,"fields"))]),Vn,"}"]:""];case"FieldDefinition":return[Ui("description"),Ta.description?Vn:"",Ui("name"),Ta.arguments.length>0?xn(["(",Nn([En,vn([ui("",", "),En],Ra(Fa,Zo,Ui,"arguments"))]),En,")"]):"",": ",Ui("type"),oa(Fa,Ui,Ta)];case"DirectiveDefinition":return[Ui("description"),Ta.description?Vn:"","directive ","@",Ui("name"),Ta.arguments.length>0?xn(["(",Nn([En,vn([ui("",", "),En],Ra(Fa,Zo,Ui,"arguments"))]),En,")"]):"",Ta.repeatable?" repeatable":""," on ",vn(" | ",Fa.map(Ui,"locations"))];case"EnumTypeExtension":case"EnumTypeDefinition":return[Ui("description"),Ta.description?Vn:"",Ta.kind==="EnumTypeExtension"?"extend ":"","enum ",Ui("name"),oa(Fa,Ui,Ta),Ta.values.length>0?[" {",Nn([Vn,vn(Vn,Ra(Fa,Zo,Ui,"values"))]),Vn,"}"]:""];case"EnumValueDefinition":return[Ui("description"),Ta.description?Vn:"",Ui("name"),oa(Fa,Ui,Ta)];case"InputValueDefinition":return[Ui("description"),Ta.description?Ta.description.block?Vn:Fn:"",Ui("name"),": ",Ui("type"),Ta.defaultValue?[" = ",Ui("defaultValue")]:"",oa(Fa,Ui,Ta)];case"InputObjectTypeExtension":case"InputObjectTypeDefinition":return[Ui("description"),Ta.description?Vn:"",Ta.kind==="InputObjectTypeExtension"?"extend ":"","input ",Ui("name"),oa(Fa,Ui,Ta),Ta.fields.length>0?[" {",Nn([Vn,vn(Vn,Ra(Fa,Zo,Ui,"fields"))]),Vn,"}"]:""];case"SchemaExtension":return["extend schema",oa(Fa,Ui,Ta),...Ta.operationTypes.length>0?[" {",Nn([Vn,vn(Vn,Ra(Fa,Zo,Ui,"operationTypes"))]),Vn,"}"]:[]];case"SchemaDefinition":return[Ui("description"),Ta.description?Vn:"","schema",oa(Fa,Ui,Ta)," {",Ta.operationTypes.length>0?Nn([Vn,vn(Vn,Ra(Fa,Zo,Ui,"operationTypes"))]):"",Vn,"}"];case"OperationTypeDefinition":return[Ui("operation"),": ",Ui("type")];case"InterfaceTypeExtension":case"InterfaceTypeDefinition":return[Ui("description"),Ta.description?Vn:"",Ta.kind==="InterfaceTypeExtension"?"extend ":"","interface ",Ui("name"),Ta.interfaces.length>0?[" implements ",...La(Fa,Zo,Ui)]:"",oa(Fa,Ui,Ta),Ta.fields.length>0?[" {",Nn([Vn,vn(Vn,Ra(Fa,Zo,Ui,"fields"))]),Vn,"}"]:""];case"FragmentSpread":return["...",Ui("name"),oa(Fa,Ui,Ta)];case"InlineFragment":return["...",Ta.typeCondition?[" on ",Ui("typeCondition")]:"",oa(Fa,Ui,Ta)," ",Ui("selectionSet")];case"UnionTypeExtension":case"UnionTypeDefinition":return xn([Ui("description"),Ta.description?Vn:"",xn([Ta.kind==="UnionTypeExtension"?"extend ":"","union ",Ui("name"),oa(Fa,Ui,Ta),Ta.types.length>0?[" =",ui(""," "),Nn([ui([Fn," "]),vn([Fn,"| "],Fa.map(Ui,"types"))])]:""])]);case"ScalarTypeExtension":case"ScalarTypeDefinition":return[Ui("description"),Ta.description?Vn:"",Ta.kind==="ScalarTypeExtension"?"extend ":"","scalar ",Ui("name"),oa(Fa,Ui,Ta)];case"NonNullType":return[Ui("type"),"!"];case"ListType":return["[",Ui("type"),"]"];default:throw new Error("unknown graphql type: "+JSON.stringify(Ta.kind))}}function oa(Fa,Zo,Ui){if(Ui.directives.length===0)return"";let Ta=vn(Fn,Fa.map(Zo,"directives"));return Ui.kind==="FragmentDefinition"||Ui.kind==="OperationDefinition"?xn([Fn,Ta]):[" ",xn(Nn([En,Ta]))]}function Ra(Fa,Zo,Ui,Ta){return Fa.map((Fi,aa,Un)=>{let Gi=Ui();return aa<Un.length-1&&Mi(Zo.originalText,Fi.getValue(),ki)?[Gi,Vn]:Gi},Ta)}function Ba(Fa){return Fa.kind&&Fa.kind!=="Comment"}function la(Fa){let Zo=Fa.getValue();if(Zo.kind==="Comment")return"#"+Zo.value.trimEnd();throw new Error("Not a comment: "+JSON.stringify(Zo))}function La(Fa,Zo,Ui){let Ta=Fa.getNode(),Fi=[],{interfaces:aa}=Ta,Un=Fa.map(Gi=>Ui(Gi),"interfaces");for(let Gi=0;Gi<aa.length;Gi++){let ra=aa[Gi];Fi.push(Un[Gi]);let da=aa[Gi+1];if(da){let va=Zo.originalText.slice(ra.loc.end,da.loc.start),Aa=va.includes("#"),to=va.replace(/#.*/g,"").trim();Fi.push(to===","?",":" &",Aa?Fn:" ")}}return Fi}function Ea(Fa,Zo){Fa.kind==="StringValue"&&Fa.block&&!Fa.value.includes(`
`)&&(Zo.value=Zo.value.trim())}Ea.ignoredProperties=new Set(["loc","comments"]);function Xa(Fa){var Zo;let Ui=Fa.getValue();return Ui==null||(Zo=Ui.comments)===null||Zo===void 0?void 0:Zo.some(Ta=>Ta.value.trim()==="prettier-ignore")}di.exports={print:ji,massageAstNode:Ea,hasPrettierIgnore:Xa,insertPragma:zi,printComment:la,canAttachComment:Ba}}}),Sn=ko({"src/language-graphql/options.js"(Rn,di){In();var vn=Kc();di.exports={bracketSpacing:vn.bracketSpacing}}}),Ia=ko({"src/language-graphql/parsers.js"(){In()}}),fa=ko({"node_modules/linguist-languages/data/GraphQL.json"(Rn,di){di.exports={name:"GraphQL",type:"data",color:"#e10098",extensions:[".graphql",".gql",".graphqls"],tmScope:"source.graphql",aceMode:"text",languageId:139}}}),Io=ko({"src/language-graphql/index.js"(Rn,di){In();var vn=Pf(),Vn=zn(),Fn=Sn(),En=Ia(),xn=[vn(fa(),()=>({since:"1.5.0",parsers:["graphql"],vscodeLanguageIds:["graphql"]}))],Nn={graphql:Vn};di.exports={languages:xn,options:Fn,printers:Nn,parsers:En}}}),xo=ko({"node_modules/collapse-white-space/index.js"(Rn,di){In(),di.exports=vn;function vn(Vn){return String(Vn).replace(/\s+/g," ")}}}),ss=ko({"src/language-markdown/loc.js"(Rn,di){In();function vn(Fn){return Fn.position.start.offset}function Vn(Fn){return Fn.position.end.offset}di.exports={locStart:vn,locEnd:Vn}}}),as=ko({"src/language-markdown/constants.evaluate.js"(Rn,di){di.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]"}}}),No=ko({"src/language-markdown/utils.js"(Rn,di){In();var{getLast:vn}=Gc(),{locStart:Vn,locEnd:Fn}=ss(),{cjkPattern:En,kPattern:xn,punctuationPattern:Nn}=as(),ui=["liquidNode","inlineCode","emphasis","esComment","strong","delete","wikiLink","link","linkReference","image","imageReference","footnote","footnoteReference","sentence","whitespace","word","break","inlineMath"],Mi=[...ui,"tableCell","paragraph","heading"],ea=new RegExp(xn),zi=new RegExp(Nn);function ta(la,La){let Ea="non-cjk",Xa="cj-letter",Fa="k-letter",Zo="cjk-punctuation",Ui=[],Ta=(La.proseWrap==="preserve"?la:la.replace(new RegExp(`(${En})
(${En})`,"g"),"$1$2")).split(/([\t\n ]+)/);for(let[aa,Un]of Ta.entries()){if(aa%2===1){Ui.push({type:"whitespace",value:/\n/.test(Un)?`
`:" "});continue}if((aa===0||aa===Ta.length-1)&&Un==="")continue;let Gi=Un.split(new RegExp(`(${En})`));for(let[ra,da]of Gi.entries())if(!((ra===0||ra===Gi.length-1)&&da==="")){if(ra%2===0){da!==""&&Fi({type:"word",value:da,kind:Ea,hasLeadingPunctuation:zi.test(da[0]),hasTrailingPunctuation:zi.test(vn(da))});continue}Fi(zi.test(da)?{type:"word",value:da,kind:Zo,hasLeadingPunctuation:!0,hasTrailingPunctuation:!0}:{type:"word",value:da,kind:ea.test(da)?Fa:Xa,hasLeadingPunctuation:!1,hasTrailingPunctuation:!1})}}return Ui;function Fi(aa){let Un=vn(Ui);Un&&Un.type==="word"&&(Un.kind===Ea&&aa.kind===Xa&&!Un.hasTrailingPunctuation||Un.kind===Xa&&aa.kind===Ea&&!aa.hasLeadingPunctuation?Ui.push({type:"whitespace",value:" "}):!Gi(Ea,Zo)&&![Un.value,aa.value].some(ra=>/\u3000/.test(ra))&&Ui.push({type:"whitespace",value:""})),Ui.push(aa);function Gi(ra,da){return Un.kind===ra&&aa.kind===da||Un.kind===da&&aa.kind===ra}}}function ki(la,La){let[,Ea,Xa,Fa]=La.slice(la.position.start.offset,la.position.end.offset).match(/^\s*(\d+)(\.|\))(\s*)/);return{numberText:Ea,marker:Xa,leadingSpaces:Fa}}function ji(la,La){if(!la.ordered||la.children.length<2)return!1;let Ea=Number(ki(la.children[0],La.originalText).numberText),Xa=Number(ki(la.children[1],La.originalText).numberText);if(Ea===0&&la.children.length>2){let Fa=Number(ki(la.children[2],La.originalText).numberText);return Xa===1&&Fa===1}return Xa===1}function oa(la,La){let{value:Ea}=la;return la.position.end.offset===La.length&&Ea.endsWith(`
`)&&La.endsWith(`
`)?Ea.slice(0,-1):Ea}function Ra(la,La){return function Ea(Xa,Fa,Zo){let Ui=Object.assign({},La(Xa,Fa,Zo));return Ui.children&&(Ui.children=Ui.children.map((Ta,Fi)=>Ea(Ta,Fi,[Ui,...Zo]))),Ui}(la,null,[])}function Ba(la){if((la==null?void 0:la.type)!=="link"||la.children.length!==1)return!1;let[La]=la.children;return Vn(la)===Vn(La)&&Fn(la)===Fn(La)}di.exports={mapAst:Ra,splitText:ta,punctuationPattern:Nn,getFencedCodeBlockValue:oa,getOrderedListItemInfo:ki,hasGitDiffFriendlyOrderedList:ji,INLINE_NODE_TYPES:ui,INLINE_NODE_WRAPPER_TYPES:Mi,isAutolink:Ba}}}),js=ko({"src/language-markdown/embed.js"(Rn,di){In();var{inferParserByLanguage:vn,getMaxContinuousCount:Vn}=Gc(),{builders:{hardline:Fn,markAsRoot:En},utils:{replaceEndOfLine:xn}}=yc(),Nn=Jc(),{getFencedCodeBlockValue:ui}=No();function Mi(ea,zi,ta,ki){let ji=ea.getValue();if(ji.type==="code"&&ji.lang!==null){let oa=vn(ji.lang,ki);if(oa){let Ra=ki.__inJsTemplate?"~":"`",Ba=Ra.repeat(Math.max(3,Vn(ji.value,Ra)+1)),la={parser:oa};ji.lang==="tsx"&&(la.filepath="dummy.tsx");let La=ta(ui(ji,ki.originalText),la,{stripTrailingHardline:!0});return En([Ba,ji.lang,ji.meta?" "+ji.meta:"",Fn,xn(La),Fn,Ba])}}switch(ji.type){case"front-matter":return Nn(ji,ta);case"importExport":return[ta(ji.value,{parser:"babel"},{stripTrailingHardline:!0}),Fn];case"jsx":return ta(`<$>${ji.value}</$>`,{parser:"__js_expression",rootMarker:"mdx"},{stripTrailingHardline:!0})}return null}di.exports=Mi}}),zs=ko({"src/language-markdown/pragma.js"(Rn,di){In();var vn=Dp(),Vn=["format","prettier"];function Fn(En){let xn=`@(${Vn.join("|")})`,Nn=new RegExp([`<!--\\s*${xn}\\s*-->`,`{\\s*\\/\\*\\s*${xn}\\s*\\*\\/\\s*}`,`<!--.*\r?
[\\s\\S]*(^|
)[^\\S
]*${xn}[^\\S
]*($|
)[\\s\\S]*
.*-->`].join("|"),"m"),ui=En.match(Nn);return(ui==null?void 0:ui.index)===0}di.exports={startWithPragma:Fn,hasPragma:En=>Fn(vn(En).content.trimStart()),insertPragma:En=>{let xn=vn(En),Nn=`<!-- @${Vn[0]} -->`;return xn.frontMatter?`${xn.frontMatter.raw}
${Nn}
${xn.content}`:`${Nn}
${xn.content}`}}}}),nl=ko({"src/language-markdown/print-preprocess.js"(Rn,di){In();var vn=Ac(),{getOrderedListItemInfo:Vn,mapAst:Fn,splitText:En}=No(),xn=/^.$/su;function Nn(Ba,la){return Ba=ea(Ba,la),Ba=ki(Ba),Ba=Mi(Ba,la),Ba=oa(Ba,la),Ba=Ra(Ba,la),Ba=ji(Ba,la),Ba=ui(Ba),Ba=zi(Ba),Ba}function ui(Ba){return Fn(Ba,la=>la.type!=="import"&&la.type!=="export"?la:Object.assign(Object.assign({},la),{},{type:"importExport"}))}function Mi(Ba,la){return Fn(Ba,La=>La.type!=="inlineCode"||la.proseWrap==="preserve"?La:Object.assign(Object.assign({},La),{},{value:La.value.replace(/\s+/g," ")}))}function ea(Ba,la){return Fn(Ba,La=>La.type!=="text"||La.value==="*"||La.value==="_"||!xn.test(La.value)||La.position.end.offset-La.position.start.offset===La.value.length?La:Object.assign(Object.assign({},La),{},{value:la.originalText.slice(La.position.start.offset,La.position.end.offset)}))}function zi(Ba){return ta(Ba,(la,La)=>la.type==="importExport"&&La.type==="importExport",(la,La)=>({type:"importExport",value:la.value+`
`+La.value,position:{start:la.position.start,end:La.position.end}}))}function ta(Ba,la,La){return Fn(Ba,Ea=>{if(!Ea.children)return Ea;let Xa=Ea.children.reduce((Fa,Zo)=>{let Ui=vn(Fa);return Ui&&la(Ui,Zo)?Fa.splice(-1,1,La(Ui,Zo)):Fa.push(Zo),Fa},[]);return Object.assign(Object.assign({},Ea),{},{children:Xa})})}function ki(Ba){return ta(Ba,(la,La)=>la.type==="text"&&La.type==="text",(la,La)=>({type:"text",value:la.value+La.value,position:{start:la.position.start,end:La.position.end}}))}function ji(Ba,la){return Fn(Ba,(La,Ea,Xa)=>{let[Fa]=Xa;if(La.type!=="text")return La;let{value:Zo}=La;return Fa.type==="paragraph"&&(Ea===0&&(Zo=Zo.trimStart()),Ea===Fa.children.length-1&&(Zo=Zo.trimEnd())),{type:"sentence",position:La.position,children:En(Zo,la)}})}function oa(Ba,la){return Fn(Ba,(La,Ea,Xa)=>{if(La.type==="code"){let Fa=/^\n?(?: {4,}|\t)/.test(la.originalText.slice(La.position.start.offset,La.position.end.offset));if(La.isIndented=Fa,Fa)for(let Zo=0;Zo<Xa.length;Zo++){let Ui=Xa[Zo];if(Ui.hasIndentedCodeblock)break;Ui.type==="list"&&(Ui.hasIndentedCodeblock=!0)}}return La})}function Ra(Ba,la){return Fn(Ba,(Xa,Fa,Zo)=>{if(Xa.type==="list"&&Xa.children.length>0){for(let Ui=0;Ui<Zo.length;Ui++){let Ta=Zo[Ui];if(Ta.type==="list"&&!Ta.isAligned)return Xa.isAligned=!1,Xa}Xa.isAligned=Ea(Xa)}return Xa});function La(Xa){return Xa.children.length===0?-1:Xa.children[0].position.start.column-1}function Ea(Xa){if(!Xa.ordered)return!0;let[Fa,Zo]=Xa.children;if(Vn(Fa,la.originalText).leadingSpaces.length>1)return!0;let Ui=La(Fa);if(Ui===-1)return!1;if(Xa.children.length===1)return Ui%la.tabWidth===0;let Ta=La(Zo);return Ui!==Ta?!1:Ui%la.tabWidth===0?!0:Vn(Zo,la.originalText).leadingSpaces.length>1}}di.exports=Nn}}),xu=ko({"src/language-markdown/clean.js"(Rn,di){In();var vn=xo(),{isFrontMatterNode:Vn}=Gc(),{startWithPragma:Fn}=zs(),En=new Set(["position","raw"]);function xn(Nn,ui,Mi){if((Nn.type==="front-matter"||Nn.type==="code"||Nn.type==="yaml"||Nn.type==="import"||Nn.type==="export"||Nn.type==="jsx")&&delete ui.value,Nn.type==="list"&&delete ui.isAligned,(Nn.type==="list"||Nn.type==="listItem")&&(delete ui.spread,delete ui.loose),Nn.type==="text"||(Nn.type==="inlineCode"&&(ui.value=Nn.value.replace(/[\t\n ]+/g," ")),Nn.type==="wikiLink"&&(ui.value=Nn.value.trim().replace(/[\t\n]+/g," ")),(Nn.type==="definition"||Nn.type==="linkReference"||Nn.type==="imageReference")&&(ui.label=vn(Nn.label)),(Nn.type==="definition"||Nn.type==="link"||Nn.type==="image")&&Nn.title&&(ui.title=Nn.title.replace(/\\(["')])/g,"$1")),Mi&&Mi.type==="root"&&Mi.children.length>0&&(Mi.children[0]===Nn||Vn(Mi.children[0])&&Mi.children[1]===Nn)&&Nn.type==="html"&&Fn(Nn.value)))return null}xn.ignoredProperties=En,di.exports=xn}}),zu=ko({"src/language-markdown/printer-markdown.js"(Rn,di){In();var vn=xo(),{getLast:Vn,getMinNotPresentContinuousCount:Fn,getMaxContinuousCount:En,getStringWidth:xn,isNonEmptyArray:Nn}=Gc(),{builders:{breakParent:ui,join:Mi,line:ea,literalline:zi,markAsRoot:ta,hardline:ki,softline:ji,ifBreak:oa,fill:Ra,align:Ba,indent:la,group:La,hardlineWithoutBreakParent:Ea},utils:{normalizeDoc:Xa,replaceTextEndOfLine:Fa},printer:{printDocToString:Zo}}=yc(),Ui=js(),{insertPragma:Ta}=zs(),{locStart:Fi,locEnd:aa}=ss(),Un=nl(),Gi=xu(),{getFencedCodeBlockValue:ra,hasGitDiffFriendlyOrderedList:da,splitText:va,punctuationPattern:Aa,INLINE_NODE_TYPES:to,INLINE_NODE_WRAPPER_TYPES:Bo,isAutolink:Jo}=No(),Mo=new Set(["importExport"]),_s=["heading","tableCell","link","wikiLink"],bo=new Set(["listItem","definition","footnoteDefinition"]);function Bs(ol,Qo,fl){let Is=ol.getValue();if(du(ol))return va(Qo.originalText.slice(Is.position.start.offset,Is.position.end.offset),Qo).map(ul=>ul.type==="word"?ul.value:ul.value===""?"":Vo(ol,ul.value,Qo));switch(Is.type){case"front-matter":return Qo.originalText.slice(Is.position.start.offset,Is.position.end.offset);case"root":return Is.children.length===0?"":[Xa(dl(ol,Qo,fl)),Mo.has(Rs(Is).type)?"":ki];case"paragraph":return al(ol,Qo,fl,{postprocessor:Ra});case"sentence":return al(ol,Qo,fl);case"word":{let ul=Is.value.replace(/\*/g,"\\$&").replace(new RegExp([`(^|${Aa})(_+)`,`(_+)(${Aa}|$)`].join("|"),"g"),(er,ir,lr,dr,$r)=>(lr?`${ir}${lr}`:`${dr}${$r}`).replace(/_/g,"\\_")),Hu=(er,ir,lr)=>er.type==="sentence"&&lr===0,$e=(er,ir,lr)=>Jo(er.children[lr-1]);return ul!==Is.value&&(ol.match(void 0,Hu,$e)||ol.match(void 0,Hu,(er,ir,lr)=>er.type==="emphasis"&&lr===0,$e))&&(ul=ul.replace(/^(\\?[*_])+/,er=>er.replace(/\\/g,""))),ul}case"whitespace":{let ul=ol.getParentNode(),Hu=ul.children.indexOf(Is),$e=ul.children[Hu+1],er=$e&&/^>|^(?:[*+-]|#{1,6}|\d+[).])$/.test($e.value)?"never":Qo.proseWrap;return Vo(ol,Is.value,{proseWrap:er})}case"emphasis":{let ul;if(Jo(Is.children[0]))ul=Qo.originalText[Is.position.start.offset];else{let Hu=ol.getParentNode(),$e=Hu.children.indexOf(Is),er=Hu.children[$e-1],ir=Hu.children[$e+1];ul=er&&er.type==="sentence"&&er.children.length>0&&Vn(er.children).type==="word"&&!Vn(er.children).hasTrailingPunctuation||ir&&ir.type==="sentence"&&ir.children.length>0&&ir.children[0].type==="word"&&!ir.children[0].hasLeadingPunctuation||pl(ol,"emphasis")?"*":"_"}return[ul,al(ol,Qo,fl),ul]}case"strong":return["**",al(ol,Qo,fl),"**"];case"delete":return["~~",al(ol,Qo,fl),"~~"];case"inlineCode":{let ul=Fn(Is.value,"`"),Hu="`".repeat(ul||1),$e=ul&&!/^\s/.test(Is.value)?" ":"";return[Hu,$e,Is.value,$e,Hu]}case"wikiLink":{let ul="";return Qo.proseWrap==="preserve"?ul=Is.value:ul=Is.value.replace(/[\t\n]+/g," "),["[[",ul,"]]"]}case"link":switch(Qo.originalText[Is.position.start.offset]){case"<":{let ul="mailto:";return["<",Is.url.startsWith(ul)&&Qo.originalText.slice(Is.position.start.offset+1,Is.position.start.offset+1+ul.length)!==ul?Is.url.slice(ul.length):Is.url,">"]}case"[":return["[",al(ol,Qo,fl),"](",jl(Is.url,")"),rc(Is.title,Qo),")"];default:return Qo.originalText.slice(Is.position.start.offset,Is.position.end.offset)}case"image":return["![",Is.alt||"","](",jl(Is.url,")"),rc(Is.title,Qo),")"];case"blockquote":return["> ",Ba("> ",al(ol,Qo,fl))];case"heading":return["#".repeat(Is.depth)+" ",al(ol,Qo,fl)];case"code":{if(Is.isIndented){let $e=" ".repeat(4);return Ba($e,[$e,...Fa(Is.value,ki)])}let ul=Qo.__inJsTemplate?"~":"`",Hu=ul.repeat(Math.max(3,En(Is.value,ul)+1));return[Hu,Is.lang||"",Is.meta?" "+Is.meta:"",ki,...Fa(ra(Is,Qo.originalText),ki),ki,Hu]}case"html":{let ul=ol.getParentNode(),Hu=ul.type==="root"&&Vn(ul.children)===Is?Is.value.trimEnd():Is.value,$e=/^<!--.*-->$/s.test(Hu);return Fa(Hu,$e?ki:ta(zi))}case"list":{let ul=ys(Is,ol.getParentNode()),Hu=da(Is,Qo);return al(ol,Qo,fl,{processor:($e,er)=>{let ir=dr(),lr=$e.getValue();if(lr.children.length===2&&lr.children[1].type==="html"&&lr.children[0].position.start.column!==lr.children[1].position.start.column)return[ir,Xo($e,Qo,fl,ir)];return[ir,Ba(" ".repeat(ir.length),Xo($e,Qo,fl,ir))];function dr(){let $r=Is.ordered?(er===0?Is.start:Hu?1:Is.start+er)+(ul%2===0?". ":") "):ul%2===0?"- ":"* ";return Is.isAligned||Is.hasIndentedCodeblock?Oo($r,Qo):$r}}})}case"thematicBreak":{let ul=$s(ol,"list");return ul===-1?"---":ys(ol.getParentNode(ul),ol.getParentNode(ul+1))%2===0?"***":"---"}case"linkReference":return["[",al(ol,Qo,fl),"]",Is.referenceType==="full"?fc(Is):Is.referenceType==="collapsed"?"[]":""];case"imageReference":switch(Is.referenceType){case"full":return["![",Is.alt||"","]",fc(Is)];default:return["![",Is.alt,"]",Is.referenceType==="collapsed"?"[]":""]}case"definition":{let ul=Qo.proseWrap==="always"?ea:" ";return La([fc(Is),":",la([ul,jl(Is.url),Is.title===null?"":[ul,rc(Is.title,Qo,!1)]])])}case"footnote":return["[^",al(ol,Qo,fl),"]"];case"footnoteReference":return lc(Is);case"footnoteDefinition":{let ul=ol.getParentNode().children[ol.getName()+1],Hu=Is.children.length===1&&Is.children[0].type==="paragraph"&&(Qo.proseWrap==="never"||Qo.proseWrap==="preserve"&&Is.children[0].position.start.line===Is.children[0].position.end.line);return[lc(Is),": ",Hu?al(ol,Qo,fl):La([Ba(" ".repeat(4),al(ol,Qo,fl,{processor:($e,er)=>er===0?La([ji,fl()]):fl()})),ul&&ul.type==="footnoteDefinition"?ji:""])]}case"table":return As(ol,Qo,fl);case"tableCell":return al(ol,Qo,fl);case"break":return/\s/.test(Qo.originalText[Is.position.start.offset])?[" ",ta(zi)]:["\\",ki];case"liquidNode":return Fa(Is.value,ki);case"importExport":return[Is.value,ki];case"esComment":return["{/* ",Is.value," */}"];case"jsx":return Is.value;case"math":return["$$",ki,Is.value?[...Fa(Is.value,ki),ki]:"","$$"];case"inlineMath":return Qo.originalText.slice(Fi(Is),aa(Is));case"tableRow":case"listItem":default:throw new Error(`Unknown markdown type ${JSON.stringify(Is.type)}`)}}function Xo(ol,Qo,fl,Is){let ul=ol.getValue(),Hu=ul.checked===null?"":ul.checked?"[x] ":"[ ] ";return[Hu,al(ol,Qo,fl,{processor:($e,er)=>{if(er===0&&$e.getValue().type!=="list")return Ba(" ".repeat(Hu.length),fl());let ir=" ".repeat(ed(Qo.tabWidth-Is.length,0,3));return[ir,Ba(ir,fl())]}})]}function Oo(ol,Qo){let fl=Is();return ol+" ".repeat(fl>=4?0:fl);function Is(){let ul=ol.length%Qo.tabWidth;return ul===0?0:Qo.tabWidth-ul}}function ys(ol,Qo){return tl(ol,Qo,fl=>fl.ordered===ol.ordered)}function tl(ol,Qo,fl){let Is=-1;for(let ul of Qo.children)if(ul.type===ol.type&&fl(ul)?Is++:Is=-1,ul===ol)return Is}function $s(ol,Qo){let fl=Array.isArray(Qo)?Qo:[Qo],Is=-1,ul;for(;ul=ol.getParentNode(++Is);)if(fl.includes(ul.type))return Is;return-1}function pl(ol,Qo){let fl=$s(ol,Qo);return fl===-1?null:ol.getParentNode(fl)}function Vo(ol,Qo,fl){if(fl.proseWrap==="preserve"&&Qo===`
`)return ki;let Is=fl.proseWrap==="always"&&!pl(ol,_s);return Qo!==""?Is?ea:" ":Is?ji:""}function As(ol,Qo,fl){let Is=ol.getValue(),ul=[],Hu=ol.map($r=>$r.map((Zr,Hn)=>{let mi=Zo(fl(),Qo).formatted,ma=xn(mi);return ul[Hn]=Math.max(ul[Hn]||3,ma),{text:mi,width:ma}},"children"),"children"),$e=ir(!1);if(Qo.proseWrap!=="never")return[ui,$e];let er=ir(!0);return[ui,La(oa(er,$e))];function ir($r){let Zr=[dr(Hu[0],$r),lr($r)];return Hu.length>1&&Zr.push(Mi(Ea,Hu.slice(1).map(Hn=>dr(Hn,$r)))),Mi(Ea,Zr)}function lr($r){return`| ${ul.map((Zr,Hn)=>{let mi=Is.align[Hn],ma=mi==="center"||mi==="left"?":":"-",io=mi==="center"||mi==="right"?":":"-",ms=$r?"-":"-".repeat(Zr-2);return`${ma}${ms}${io}`}).join(" | ")} |`}function dr($r,Zr){return`| ${$r.map((Hn,mi)=>{let{text:ma,width:io}=Hn;if(Zr)return ma;let ms=ul[mi]-io,gs=Is.align[mi],Cs=0;gs==="right"?Cs=ms:gs==="center"&&(Cs=Math.floor(ms/2));let Js=ms-Cs;return`${" ".repeat(Cs)}${ma}${" ".repeat(Js)}`}).join(" | ")} |`}}function dl(ol,Qo,fl){let Is=[],ul=null,{children:Hu}=ol.getValue();for(let[$e,er]of Hu.entries())switch(fs(er)){case"start":ul===null&&(ul={index:$e,offset:er.position.end.offset});break;case"end":ul!==null&&(Is.push({start:ul,end:{index:$e,offset:er.position.start.offset}}),ul=null);break}return al(ol,Qo,fl,{processor:($e,er)=>{if(Is.length>0){let ir=Is[0];if(er===ir.start.index)return[Ou(Hu[ir.start.index]),Qo.originalText.slice(ir.start.offset,ir.end.offset),Ou(Hu[ir.end.index])];if(ir.start.index<er&&er<ir.end.index)return!1;if(er===ir.end.index)return Is.shift(),!1}return fl()}})}function al(ol,Qo,fl){let Is=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{},{postprocessor:ul}=Is,Hu=Is.processor||(()=>fl()),$e=ol.getValue(),er=[],ir;return ol.each((lr,dr)=>{let $r=lr.getValue(),Zr=Hu(lr,dr);if(Zr!==!1){let Hn={parts:er,prevNode:ir,parentNode:$e,options:Qo};Fs($r,Hn)&&(er.push(ki),ir&&Mo.has(ir.type)||(Ws($r,Hn)||Hs($r,Hn))&&er.push(ki),Hs($r,Hn)&&er.push(ki)),er.push(Zr),ir=$r}},"children"),ul?ul(er):er}function Ou(ol){if(ol.type==="html")return ol.value;if(ol.type==="paragraph"&&Array.isArray(ol.children)&&ol.children.length===1&&ol.children[0].type==="esComment")return["{/* ",ol.children[0].value," */}"]}function Rs(ol){let Qo=ol;for(;Nn(Qo.children);)Qo=Vn(Qo.children);return Qo}function fs(ol){let Qo;if(ol.type==="html")Qo=ol.value.match(/^<!--\s*prettier-ignore(?:-(start|end))?\s*-->$/);else{let fl;ol.type==="esComment"?fl=ol:ol.type==="paragraph"&&ol.children.length===1&&ol.children[0].type==="esComment"&&(fl=ol.children[0]),fl&&(Qo=fl.value.match(/^prettier-ignore(?:-(start|end))?$/))}return Qo?Qo[1]||"next":!1}function Fs(ol,Qo){let fl=Qo.parts.length===0,Is=to.includes(ol.type),ul=ol.type==="html"&&Bo.includes(Qo.parentNode.type);return!fl&&!Is&&!ul}function Ws(ol,Qo){var fl,Is,ul;let Hu=(Qo.prevNode&&Qo.prevNode.type)===ol.type&&bo.has(ol.type),$e=Qo.parentNode.type==="listItem"&&!Qo.parentNode.loose,er=((fl=Qo.prevNode)===null||fl===void 0?void 0:fl.type)==="listItem"&&Qo.prevNode.loose,ir=fs(Qo.prevNode)==="next",lr=ol.type==="html"&&((Is=Qo.prevNode)===null||Is===void 0?void 0:Is.type)==="html"&&Qo.prevNode.position.end.line+1===ol.position.start.line,dr=ol.type==="html"&&Qo.parentNode.type==="listItem"&&((ul=Qo.prevNode)===null||ul===void 0?void 0:ul.type)==="paragraph"&&Qo.prevNode.position.end.line+1===ol.position.start.line;return er||!(Hu||$e||ir||lr||dr)}function Hs(ol,Qo){let fl=Qo.prevNode&&Qo.prevNode.type==="list",Is=ol.type==="code"&&ol.isIndented;return fl&&Is}function du(ol){let Qo=pl(ol,["linkReference","imageReference"]);return Qo&&(Qo.type!=="linkReference"||Qo.referenceType!=="full")}function jl(ol){let Qo=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],fl=[" ",...Array.isArray(Qo)?Qo:[Qo]];return new RegExp(fl.map(Is=>`\\${Is}`).join("|")).test(ol)?`<${ol}>`:ol}function rc(ol,Qo){let fl=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!0;if(!ol)return"";if(fl)return" "+rc(ol,Qo,!1);if(ol=ol.replace(/\\(["')])/g,"$1"),ol.includes('"')&&ol.includes("'")&&!ol.includes(")"))return`(${ol})`;let Is=ol.split("'").length-1,ul=ol.split('"').length-1,Hu=Is>ul?'"':ul>Is||Qo.singleQuote?"'":'"';return ol=ol.replace(/\\/,"\\\\"),ol=ol.replace(new RegExp(`(${Hu})`,"g"),"\\$1"),`${Hu}${ol}${Hu}`}function ed(ol,Qo,fl){return ol<Qo?Qo:ol>fl?fl:ol}function Uc(ol){let Qo=Number(ol.getName());if(Qo===0)return!1;let fl=ol.getParentNode().children[Qo-1];return fs(fl)==="next"}function fc(ol){return`[${vn(ol.label)}]`}function lc(ol){return`[^${ol.label}]`}di.exports={preprocess:Un,print:Bs,embed:Ui,massageAstNode:Gi,hasPrettierIgnore:Uc,insertPragma:Ta}}}),cc=ko({"src/language-markdown/options.js"(Rn,di){In();var vn=Kc();di.exports={proseWrap:vn.proseWrap,singleQuote:vn.singleQuote}}}),Mc=ko({"src/language-markdown/parsers.js"(){In()}}),kc=ko({"node_modules/linguist-languages/data/Markdown.json"(Rn,di){di.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}}}),Fc=ko({"src/language-markdown/index.js"(Rn,di){In();var vn=Pf(),Vn=zu(),Fn=cc(),En=Mc(),xn=[vn(kc(),ui=>({since:"1.8.0",parsers:["markdown"],vscodeLanguageIds:["markdown"],filenames:[...ui.filenames,"README"],extensions:ui.extensions.filter(Mi=>Mi!==".mdx")})),vn(kc(),()=>({name:"MDX",since:"1.15.0",parsers:["mdx"],vscodeLanguageIds:["mdx"],filenames:[],extensions:[".mdx"]}))],Nn={mdast:Vn};di.exports={languages:xn,options:Fn,printers:Nn,parsers:En}}}),Bc=ko({"src/language-html/clean.js"(Rn,di){In();var{isFrontMatterNode:vn}=Gc(),Vn=new Set(["sourceSpan","startSourceSpan","endSourceSpan","nameSpan","valueSpan"]);function Fn(En,xn){if(En.type==="text"||En.type==="comment"||vn(En)||En.type==="yaml"||En.type==="toml")return null;En.type==="attribute"&&delete xn.value,En.type==="docType"&&delete xn.value}Fn.ignoredProperties=Vn,di.exports=Fn}}),Ic=ko({"src/language-html/constants.evaluate.js"(Rn,di){di.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"}}}),Bu=ko({"src/language-html/utils/is-unknown-namespace.js"(Rn,di){In();function vn(Vn){return Vn.type==="element"&&!Vn.hasExplicitNamespace&&!["html","svg"].includes(Vn.namespace)}di.exports=vn}}),hu=ko({"src/language-html/utils/index.js"(Rn,di){In();var{inferParserByLanguage:vn,isFrontMatterNode:Vn}=Gc(),{builders:{line:Fn,hardline:En,join:xn},utils:{getDocParts:Nn,replaceTextEndOfLine:ui}}=yc(),{CSS_DISPLAY_TAGS:Mi,CSS_DISPLAY_DEFAULT:ea,CSS_WHITE_SPACE_TAGS:zi,CSS_WHITE_SPACE_DEFAULT:ta}=Ic(),ki=Bu(),ji=new Set([" ",`
`,"\f","\r"," "]),oa=ir=>ir.replace(/^[\t\n\f\r ]+/,""),Ra=ir=>ir.replace(/[\t\n\f\r ]+$/,""),Ba=ir=>oa(Ra(ir)),la=ir=>ir.replace(/^[\t\f\r ]*\n/g,""),La=ir=>la(Ra(ir)),Ea=ir=>ir.split(/[\t\n\f\r ]+/),Xa=ir=>ir.match(/^[\t\n\f\r ]*/)[0],Fa=ir=>{let[,lr,dr,$r]=ir.match(/^([\t\n\f\r ]*)(.*?)([\t\n\f\r ]*)$/s);return{leadingWhitespace:lr,trailingWhitespace:$r,text:dr}},Zo=ir=>/[\t\n\f\r ]/.test(ir);function Ui(ir,lr){return!!(ir.type==="ieConditionalComment"&&ir.lastChild&&!ir.lastChild.isSelfClosing&&!ir.lastChild.endSourceSpan||ir.type==="ieConditionalComment"&&!ir.complete||Ws(ir)&&ir.children.some(dr=>dr.type!=="text"&&dr.type!=="interpolation")||Is(ir,lr)&&!Un(ir)&&ir.type!=="interpolation")}function Ta(ir){return ir.type==="attribute"||!ir.parent||!ir.prev?!1:Fi(ir.prev)}function Fi(ir){return ir.type==="comment"&&ir.value.trim()==="prettier-ignore"}function aa(ir){return ir.type==="text"||ir.type==="comment"}function Un(ir){return ir.type==="element"&&(ir.fullName==="script"||ir.fullName==="style"||ir.fullName==="svg:style"||ki(ir)&&(ir.name==="script"||ir.name==="style"))}function Gi(ir){return ir.children&&!Un(ir)}function ra(ir){return Un(ir)||ir.type==="interpolation"||da(ir)}function da(ir){return rc(ir).startsWith("pre")}function va(ir,lr){let dr=$r();if(dr&&!ir.prev&&ir.parent&&ir.parent.tagDefinition&&ir.parent.tagDefinition.ignoreFirstLf)return ir.type==="interpolation";return dr;function $r(){return Vn(ir)?!1:(ir.type==="text"||ir.type==="interpolation")&&ir.prev&&(ir.prev.type==="text"||ir.prev.type==="interpolation")?!0:!ir.parent||ir.parent.cssDisplay==="none"?!1:Ws(ir.parent)?!0:!(!ir.prev&&(ir.parent.type==="root"||Ws(ir)&&ir.parent||Un(ir.parent)||Qo(ir.parent,lr)||!al(ir.parent.cssDisplay))||ir.prev&&!fs(ir.prev.cssDisplay))}}function Aa(ir,lr){return Vn(ir)?!1:(ir.type==="text"||ir.type==="interpolation")&&ir.next&&(ir.next.type==="text"||ir.next.type==="interpolation")?!0:!ir.parent||ir.parent.cssDisplay==="none"?!1:Ws(ir.parent)?!0:!(!ir.next&&(ir.parent.type==="root"||Ws(ir)&&ir.parent||Un(ir.parent)||Qo(ir.parent,lr)||!Ou(ir.parent.cssDisplay))||ir.next&&!Rs(ir.next.cssDisplay))}function to(ir){return Fs(ir.cssDisplay)&&!Un(ir)}function Bo(ir){return Vn(ir)||ir.next&&ir.sourceSpan.end&&ir.sourceSpan.end.line+1<ir.next.sourceSpan.start.line}function Jo(ir){return Mo(ir)||ir.type==="element"&&ir.children.length>0&&(["body","script","style"].includes(ir.name)||ir.children.some(lr=>$s(lr)))||ir.firstChild&&ir.firstChild===ir.lastChild&&ir.firstChild.type!=="text"&&Xo(ir.firstChild)&&(!ir.lastChild.isTrailingSpaceSensitive||Oo(ir.lastChild))}function Mo(ir){return ir.type==="element"&&ir.children.length>0&&(["html","head","ul","ol","select"].includes(ir.name)||ir.cssDisplay.startsWith("table")&&ir.cssDisplay!=="table-cell")}function _s(ir){return ys(ir)||ir.prev&&bo(ir.prev)||Bs(ir)}function bo(ir){return ys(ir)||ir.type==="element"&&ir.fullName==="br"||Bs(ir)}function Bs(ir){return Xo(ir)&&Oo(ir)}function Xo(ir){return ir.hasLeadingSpaces&&(ir.prev?ir.prev.sourceSpan.end.line<ir.sourceSpan.start.line:ir.parent.type==="root"||ir.parent.startSourceSpan.end.line<ir.sourceSpan.start.line)}function Oo(ir){return ir.hasTrailingSpaces&&(ir.next?ir.next.sourceSpan.start.line>ir.sourceSpan.end.line:ir.parent.type==="root"||ir.parent.endSourceSpan&&ir.parent.endSourceSpan.start.line>ir.sourceSpan.end.line)}function ys(ir){switch(ir.type){case"ieConditionalComment":case"comment":case"directive":return!0;case"element":return["script","select"].includes(ir.name)}return!1}function tl(ir){return ir.lastChild?tl(ir.lastChild):ir}function $s(ir){return ir.children&&ir.children.some(lr=>lr.type!=="text")}function pl(ir){let{type:lr,lang:dr}=ir.attrMap;if(lr==="module"||lr==="text/javascript"||lr==="text/babel"||lr==="application/javascript"||dr==="jsx")return"babel";if(lr==="application/x-typescript"||dr==="ts"||dr==="tsx")return"typescript";if(lr==="text/markdown")return"markdown";if(lr==="text/html")return"html";if(lr&&(lr.endsWith("json")||lr.endsWith("importmap"))||lr==="speculationrules")return"json";if(lr==="text/x-handlebars-template")return"glimmer"}function Vo(ir,lr){let{lang:dr}=ir.attrMap;if(!dr||dr==="postcss"||dr==="css")return"css";if(dr==="scss")return"scss";if(dr==="less")return"less";if(dr==="stylus")return vn("stylus",lr)}function As(ir,lr){if(ir.name==="script"&&!ir.attrMap.src)return!ir.attrMap.lang&&!ir.attrMap.type?"babel":pl(ir);if(ir.name==="style")return Vo(ir,lr);if(lr&&Is(ir,lr))return pl(ir)||!("src"in ir.attrMap)&&vn(ir.attrMap.lang,lr)}function dl(ir){return ir==="block"||ir==="list-item"||ir.startsWith("table")}function al(ir){return!dl(ir)&&ir!=="inline-block"}function Ou(ir){return!dl(ir)&&ir!=="inline-block"}function Rs(ir){return!dl(ir)}function fs(ir){return!dl(ir)}function Fs(ir){return!dl(ir)&&ir!=="inline-block"}function Ws(ir){return rc(ir).startsWith("pre")}function Hs(ir,lr){let dr=0;for(let $r=ir.stack.length-1;$r>=0;$r--){let Zr=ir.stack[$r];Zr&&typeof Zr=="object"&&!Array.isArray(Zr)&&lr(Zr)&&dr++}return dr}function du(ir,lr){let dr=ir;for(;dr;){if(lr(dr))return!0;dr=dr.parent}return!1}function jl(ir,lr){if(ir.prev&&ir.prev.type==="comment"){let $r=ir.prev.value.match(/^\s*display:\s*([a-z]+)\s*$/);if($r)return $r[1]}let dr=!1;if(ir.type==="element"&&ir.namespace==="svg")if(du(ir,$r=>$r.fullName==="svg:foreignObject"))dr=!0;else return ir.name==="svg"?"inline-block":"block";switch(lr.htmlWhitespaceSensitivity){case"strict":return"inline";case"ignore":return"block";default:return lr.parser==="vue"&&ir.parent&&ir.parent.type==="root"?"block":ir.type==="element"&&(!ir.namespace||dr||ki(ir))&&Mi[ir.name]||ea}}function rc(ir){return ir.type==="element"&&(!ir.namespace||ki(ir))&&zi[ir.name]||ta}function ed(ir){let lr=Number.POSITIVE_INFINITY;for(let dr of ir.split(`
`)){if(dr.length===0)continue;if(!ji.has(dr[0]))return 0;let $r=Xa(dr).length;dr.length!==$r&&$r<lr&&(lr=$r)}return lr===Number.POSITIVE_INFINITY?0:lr}function Uc(ir){let lr=arguments.length>1&&arguments[1]!==void 0?arguments[1]:ed(ir);return lr===0?ir:ir.split(`
`).map(dr=>dr.slice(lr)).join(`
`)}function fc(ir,lr){let dr=0;for(let $r=0;$r<ir.length;$r++)ir[$r]===lr&&dr++;return dr}function lc(ir){return ir.replace(/&apos;/g,"'").replace(/&quot;/g,'"')}var ol=new Set(["template","style","script"]);function Qo(ir,lr){return fl(ir,lr)&&!ol.has(ir.fullName)}function fl(ir,lr){return lr.parser==="vue"&&ir.type==="element"&&ir.parent.type==="root"&&ir.fullName.toLowerCase()!=="html"}function Is(ir,lr){return fl(ir,lr)&&(Qo(ir,lr)||ir.attrMap.lang&&ir.attrMap.lang!=="html")}function ul(ir){let lr=ir.fullName;return lr.charAt(0)==="#"||lr==="slot-scope"||lr==="v-slot"||lr.startsWith("v-slot:")}function Hu(ir,lr){let dr=ir.parent;if(!fl(dr,lr))return!1;let $r=dr.fullName,Zr=ir.fullName;return $r==="script"&&Zr==="setup"||$r==="style"&&Zr==="vars"}function $e(ir){let lr=arguments.length>1&&arguments[1]!==void 0?arguments[1]:ir.value;return ir.parent.isWhitespaceSensitive?ir.parent.isIndentationSensitive?ui(lr):ui(Uc(La(lr)),En):Nn(xn(Fn,Ea(lr)))}function er(ir,lr){return fl(ir,lr)&&ir.name==="script"}di.exports={htmlTrim:Ba,htmlTrimPreserveIndentation:La,hasHtmlWhitespace:Zo,getLeadingAndTrailingHtmlWhitespace:Fa,canHaveInterpolation:Gi,countChars:fc,countParents:Hs,dedentString:Uc,forceBreakChildren:Mo,forceBreakContent:Jo,forceNextEmptyLine:Bo,getLastDescendant:tl,getNodeCssStyleDisplay:jl,getNodeCssStyleWhiteSpace:rc,hasPrettierIgnore:Ta,inferScriptParser:As,isVueCustomBlock:Qo,isVueNonHtmlBlock:Is,isVueScriptTag:er,isVueSlotAttribute:ul,isVueSfcBindingsAttribute:Hu,isVueSfcBlock:fl,isDanglingSpaceSensitiveNode:to,isIndentationSensitiveNode:da,isLeadingSpaceSensitiveNode:va,isPreLikeNode:Ws,isScriptLikeTag:Un,isTextLikeNode:aa,isTrailingSpaceSensitiveNode:Aa,isWhitespaceSensitiveNode:ra,isUnknownNamespace:ki,preferHardlineAsLeadingSpaces:_s,preferHardlineAsTrailingSpaces:bo,shouldPreserveContent:Ui,unescapeQuoteEntities:lc,getTextValueParts:$e}}}),Pu=ko({"node_modules/angular-html-parser/lib/compiler/src/chars.js"(Rn){In(),Object.defineProperty(Rn,"__esModule",{value:!0}),Rn.$EOF=0,Rn.$BSPACE=8,Rn.$TAB=9,Rn.$LF=10,Rn.$VTAB=11,Rn.$FF=12,Rn.$CR=13,Rn.$SPACE=32,Rn.$BANG=33,Rn.$DQ=34,Rn.$HASH=35,Rn.$$=36,Rn.$PERCENT=37,Rn.$AMPERSAND=38,Rn.$SQ=39,Rn.$LPAREN=40,Rn.$RPAREN=41,Rn.$STAR=42,Rn.$PLUS=43,Rn.$COMMA=44,Rn.$MINUS=45,Rn.$PERIOD=46,Rn.$SLASH=47,Rn.$COLON=58,Rn.$SEMICOLON=59,Rn.$LT=60,Rn.$EQ=61,Rn.$GT=62,Rn.$QUESTION=63,Rn.$0=48,Rn.$7=55,Rn.$9=57,Rn.$A=65,Rn.$E=69,Rn.$F=70,Rn.$X=88,Rn.$Z=90,Rn.$LBRACKET=91,Rn.$BACKSLASH=92,Rn.$RBRACKET=93,Rn.$CARET=94,Rn.$_=95,Rn.$a=97,Rn.$b=98,Rn.$e=101,Rn.$f=102,Rn.$n=110,Rn.$r=114,Rn.$t=116,Rn.$u=117,Rn.$v=118,Rn.$x=120,Rn.$z=122,Rn.$LBRACE=123,Rn.$BAR=124,Rn.$RBRACE=125,Rn.$NBSP=160,Rn.$PIPE=124,Rn.$TILDA=126,Rn.$AT=64,Rn.$BT=96;function di(Nn){return Nn>=Rn.$TAB&&Nn<=Rn.$SPACE||Nn==Rn.$NBSP}Rn.isWhitespace=di;function vn(Nn){return Rn.$0<=Nn&&Nn<=Rn.$9}Rn.isDigit=vn;function Vn(Nn){return Nn>=Rn.$a&&Nn<=Rn.$z||Nn>=Rn.$A&&Nn<=Rn.$Z}Rn.isAsciiLetter=Vn;function Fn(Nn){return Nn>=Rn.$a&&Nn<=Rn.$f||Nn>=Rn.$A&&Nn<=Rn.$F||vn(Nn)}Rn.isAsciiHexDigit=Fn;function En(Nn){return Nn===Rn.$LF||Nn===Rn.$CR}Rn.isNewLine=En;function xn(Nn){return Rn.$0<=Nn&&Nn<=Rn.$7}Rn.isOctalDigit=xn}}),fu=ko({"node_modules/angular-html-parser/lib/compiler/src/aot/static_symbol.js"(Rn){In(),Object.defineProperty(Rn,"__esModule",{value:!0});var di=class{constructor(Vn,Fn,En){this.filePath=Vn,this.name=Fn,this.members=En}assertNoMembers(){if(this.members.length)throw new Error(`Illegal state: symbol without members expected, but got ${JSON.stringify(this)}.`)}};Rn.StaticSymbol=di;var vn=class{constructor(){this.cache=new Map}get(Vn,Fn,En){En=En||[];let xn=En.length?`.${En.join(".")}`:"",Nn=`"${Vn}".${Fn}${xn}`,ui=this.cache.get(Nn);return ui||(ui=new di(Vn,Fn,En),this.cache.set(Nn,ui)),ui}};Rn.StaticSymbolCache=vn}}),pp=ko({"node_modules/angular-html-parser/lib/compiler/src/util.js"(Rn){In(),Object.defineProperty(Rn,"__esModule",{value:!0});var di=/-+([a-z0-9])/g;function vn(Un){return Un.replace(di,function(){for(var Gi=arguments.length,ra=new Array(Gi),da=0;da<Gi;da++)ra[da]=arguments[da];return ra[1].toUpperCase()})}Rn.dashCaseToCamelCase=vn;function Vn(Un,Gi){return En(Un,":",Gi)}Rn.splitAtColon=Vn;function Fn(Un,Gi){return En(Un,".",Gi)}Rn.splitAtPeriod=Fn;function En(Un,Gi,ra){let da=Un.indexOf(Gi);return da==-1?ra:[Un.slice(0,da).trim(),Un.slice(da+1).trim()]}function xn(Un,Gi,ra){return Array.isArray(Un)?Gi.visitArray(Un,ra):la(Un)?Gi.visitStringMap(Un,ra):Un==null||typeof Un=="string"||typeof Un=="number"||typeof Un=="boolean"?Gi.visitPrimitive(Un,ra):Gi.visitOther(Un,ra)}Rn.visitValue=xn;function Nn(Un){return Un!=null}Rn.isDefined=Nn;function ui(Un){return Un===void 0?null:Un}Rn.noUndefined=ui;var Mi=class{visitArray(Un,Gi){return Un.map(ra=>xn(ra,this,Gi))}visitStringMap(Un,Gi){let ra={};return Object.keys(Un).forEach(da=>{ra[da]=xn(Un[da],this,Gi)}),ra}visitPrimitive(Un,Gi){return Un}visitOther(Un,Gi){return Un}};Rn.ValueTransformer=Mi,Rn.SyncAsync={assertSync:Un=>{if(Fa(Un))throw new Error("Illegal state: value cannot be a promise");return Un},then:(Un,Gi)=>Fa(Un)?Un.then(Gi):Gi(Un),all:Un=>Un.some(Fa)?Promise.all(Un):Un};function ea(Un){throw new Error(`Internal Error: ${Un}`)}Rn.error=ea;function zi(Un,Gi){let ra=Error(Un);return ra[ta]=!0,Gi&&(ra[ki]=Gi),ra}Rn.syntaxError=zi;var ta="ngSyntaxError",ki="ngParseErrors";function ji(Un){return Un[ta]}Rn.isSyntaxError=ji;function oa(Un){return Un[ki]||[]}Rn.getParseErrors=oa;function Ra(Un){return Un.replace(/([.*+?^=!:${}()|[\]\/\\])/g,"\\$1")}Rn.escapeRegExp=Ra;var Ba=Object.getPrototypeOf({});function la(Un){return typeof Un=="object"&&Un!==null&&Object.getPrototypeOf(Un)===Ba}function La(Un){let Gi="";for(let ra=0;ra<Un.length;ra++){let da=Un.charCodeAt(ra);if(da>=55296&&da<=56319&&Un.length>ra+1){let va=Un.charCodeAt(ra+1);va>=56320&&va<=57343&&(ra++,da=(da-55296<<10)+va-56320+65536)}da<=127?Gi+=String.fromCharCode(da):da<=2047?Gi+=String.fromCharCode(da>>6&31|192,da&63|128):da<=65535?Gi+=String.fromCharCode(da>>12|224,da>>6&63|128,da&63|128):da<=2097151&&(Gi+=String.fromCharCode(da>>18&7|240,da>>12&63|128,da>>6&63|128,da&63|128))}return Gi}Rn.utf8Encode=La;function Ea(Un){if(typeof Un=="string")return Un;if(Un instanceof Array)return"["+Un.map(Ea).join(", ")+"]";if(Un==null)return""+Un;if(Un.overriddenName)return`${Un.overriddenName}`;if(Un.name)return`${Un.name}`;if(!Un.toString)return"object";let Gi=Un.toString();if(Gi==null)return""+Gi;let ra=Gi.indexOf(`
`);return ra===-1?Gi:Gi.substring(0,ra)}Rn.stringify=Ea;function Xa(Un){return typeof Un=="function"&&Un.hasOwnProperty("__forward_ref__")?Un():Un}Rn.resolveForwardRef=Xa;function Fa(Un){return!!Un&&typeof Un.then=="function"}Rn.isPromise=Fa;var Zo=class{constructor(Un){this.full=Un;let Gi=Un.split(".");this.major=Gi[0],this.minor=Gi[1],this.patch=Gi.slice(2).join(".")}};Rn.Version=Zo;var Ui=typeof window<"u"&&window,Ta=typeof self<"u"&&typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&self,Fi=typeof globalThis<"u"&&globalThis,aa=Fi||Ui||Ta;Rn.global=aa}}),Rd=ko({"node_modules/angular-html-parser/lib/compiler/src/compile_metadata.js"(Rn){In(),Object.defineProperty(Rn,"__esModule",{value:!0});var di=fu(),vn=pp(),Vn=/^(?:(?:\[([^\]]+)\])|(?:\(([^\)]+)\)))|(\@[-\w]+)$/;function Fn(ra){return ra.replace(/\W/g,"_")}Rn.sanitizeIdentifier=Fn;var En=0;function xn(ra){if(!ra||!ra.reference)return null;let da=ra.reference;if(da instanceof di.StaticSymbol)return da.name;if(da.__anonymousType)return da.__anonymousType;let va=vn.stringify(da);return va.indexOf("(")>=0?(va=`anonymous_${En++}`,da.__anonymousType=va):va=Fn(va),va}Rn.identifierName=xn;function Nn(ra){let da=ra.reference;return da instanceof di.StaticSymbol?da.filePath:`./${vn.stringify(da)}`}Rn.identifierModuleUrl=Nn;function ui(ra,da){return`View_${xn({reference:ra})}_${da}`}Rn.viewClassName=ui;function Mi(ra){return`RenderType_${xn({reference:ra})}`}Rn.rendererTypeName=Mi;function ea(ra){return`HostView_${xn({reference:ra})}`}Rn.hostViewClassName=ea;function zi(ra){return`${xn({reference:ra})}NgFactory`}Rn.componentFactoryName=zi;var ta;(function(ra){ra[ra.Pipe=0]="Pipe",ra[ra.Directive=1]="Directive",ra[ra.NgModule=2]="NgModule",ra[ra.Injectable=3]="Injectable"})(ta=Rn.CompileSummaryKind||(Rn.CompileSummaryKind={}));function ki(ra){return ra.value!=null?Fn(ra.value):xn(ra.identifier)}Rn.tokenName=ki;function ji(ra){return ra.identifier!=null?ra.identifier.reference:ra.value}Rn.tokenReference=ji;var oa=class{constructor(){let{moduleUrl:ra,styles:da,styleUrls:va}=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};this.moduleUrl=ra||null,this.styles=Fa(da),this.styleUrls=Fa(va)}};Rn.CompileStylesheetMetadata=oa;var Ra=class{constructor(ra){let{encapsulation:da,template:va,templateUrl:Aa,htmlAst:to,styles:Bo,styleUrls:Jo,externalStylesheets:Mo,animations:_s,ngContentSelectors:bo,interpolation:Bs,isInline:Xo,preserveWhitespaces:Oo}=ra;if(this.encapsulation=da,this.template=va,this.templateUrl=Aa,this.htmlAst=to,this.styles=Fa(Bo),this.styleUrls=Fa(Jo),this.externalStylesheets=Fa(Mo),this.animations=_s?Ui(_s):[],this.ngContentSelectors=bo||[],Bs&&Bs.length!=2)throw new Error("'interpolation' should have a start and an end symbol.");this.interpolation=Bs,this.isInline=Xo,this.preserveWhitespaces=Oo}toSummary(){return{ngContentSelectors:this.ngContentSelectors,encapsulation:this.encapsulation,styles:this.styles,animations:this.animations}}};Rn.CompileTemplateMetadata=Ra;var Ba=class{static create(ra){let{isHost:da,type:va,isComponent:Aa,selector:to,exportAs:Bo,changeDetection:Jo,inputs:Mo,outputs:_s,host:bo,providers:Bs,viewProviders:Xo,queries:Oo,guards:ys,viewQueries:tl,entryComponents:$s,template:pl,componentViewType:Vo,rendererType:As,componentFactory:dl}=ra,al={},Ou={},Rs={};bo!=null&&Object.keys(bo).forEach(Ws=>{let Hs=bo[Ws],du=Ws.match(Vn);du===null?Rs[Ws]=Hs:du[1]!=null?Ou[du[1]]=Hs:du[2]!=null&&(al[du[2]]=Hs)});let fs={};Mo!=null&&Mo.forEach(Ws=>{let Hs=vn.splitAtColon(Ws,[Ws,Ws]);fs[Hs[0]]=Hs[1]});let Fs={};return _s!=null&&_s.forEach(Ws=>{let Hs=vn.splitAtColon(Ws,[Ws,Ws]);Fs[Hs[0]]=Hs[1]}),new Ba({isHost:da,type:va,isComponent:!!Aa,selector:to,exportAs:Bo,changeDetection:Jo,inputs:fs,outputs:Fs,hostListeners:al,hostProperties:Ou,hostAttributes:Rs,providers:Bs,viewProviders:Xo,queries:Oo,guards:ys,viewQueries:tl,entryComponents:$s,template:pl,componentViewType:Vo,rendererType:As,componentFactory:dl})}constructor(ra){let{isHost:da,type:va,isComponent:Aa,selector:to,exportAs:Bo,changeDetection:Jo,inputs:Mo,outputs:_s,hostListeners:bo,hostProperties:Bs,hostAttributes:Xo,providers:Oo,viewProviders:ys,queries:tl,guards:$s,viewQueries:pl,entryComponents:Vo,template:As,componentViewType:dl,rendererType:al,componentFactory:Ou}=ra;this.isHost=!!da,this.type=va,this.isComponent=Aa,this.selector=to,this.exportAs=Bo,this.changeDetection=Jo,this.inputs=Mo,this.outputs=_s,this.hostListeners=bo,this.hostProperties=Bs,this.hostAttributes=Xo,this.providers=Fa(Oo),this.viewProviders=Fa(ys),this.queries=Fa(tl),this.guards=$s,this.viewQueries=Fa(pl),this.entryComponents=Fa(Vo),this.template=As,this.componentViewType=dl,this.rendererType=al,this.componentFactory=Ou}toSummary(){return{summaryKind:ta.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}}};Rn.CompileDirectiveMetadata=Ba;var la=class{constructor(ra){let{type:da,name:va,pure:Aa}=ra;this.type=da,this.name=va,this.pure=!!Aa}toSummary(){return{summaryKind:ta.Pipe,type:this.type,name:this.name,pure:this.pure}}};Rn.CompilePipeMetadata=la;var La=class{};Rn.CompileShallowModuleMetadata=La;var Ea=class{constructor(ra){let{type:da,providers:va,declaredDirectives:Aa,exportedDirectives:to,declaredPipes:Bo,exportedPipes:Jo,entryComponents:Mo,bootstrapComponents:_s,importedModules:bo,exportedModules:Bs,schemas:Xo,transitiveModule:Oo,id:ys}=ra;this.type=da||null,this.declaredDirectives=Fa(Aa),this.exportedDirectives=Fa(to),this.declaredPipes=Fa(Bo),this.exportedPipes=Fa(Jo),this.providers=Fa(va),this.entryComponents=Fa(Mo),this.bootstrapComponents=Fa(_s),this.importedModules=Fa(bo),this.exportedModules=Fa(Bs),this.schemas=Fa(Xo),this.id=ys||null,this.transitiveModule=Oo||null}toSummary(){let ra=this.transitiveModule;return{summaryKind:ta.NgModule,type:this.type,entryComponents:ra.entryComponents,providers:ra.providers,modules:ra.modules,exportedDirectives:ra.exportedDirectives,exportedPipes:ra.exportedPipes}}};Rn.CompileNgModuleMetadata=Ea;var Xa=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(ra,da){this.providers.push({provider:ra,module:da})}addDirective(ra){this.directivesSet.has(ra.reference)||(this.directivesSet.add(ra.reference),this.directives.push(ra))}addExportedDirective(ra){this.exportedDirectivesSet.has(ra.reference)||(this.exportedDirectivesSet.add(ra.reference),this.exportedDirectives.push(ra))}addPipe(ra){this.pipesSet.has(ra.reference)||(this.pipesSet.add(ra.reference),this.pipes.push(ra))}addExportedPipe(ra){this.exportedPipesSet.has(ra.reference)||(this.exportedPipesSet.add(ra.reference),this.exportedPipes.push(ra))}addModule(ra){this.modulesSet.has(ra.reference)||(this.modulesSet.add(ra.reference),this.modules.push(ra))}addEntryComponent(ra){this.entryComponentsSet.has(ra.componentType)||(this.entryComponentsSet.add(ra.componentType),this.entryComponents.push(ra))}};Rn.TransitiveCompileNgModuleMetadata=Xa;function Fa(ra){return ra||[]}var Zo=class{constructor(ra,da){let{useClass:va,useValue:Aa,useExisting:to,useFactory:Bo,deps:Jo,multi:Mo}=da;this.token=ra,this.useClass=va||null,this.useValue=Aa,this.useExisting=to,this.useFactory=Bo||null,this.dependencies=Jo||null,this.multi=!!Mo}};Rn.ProviderMeta=Zo;function Ui(ra){return ra.reduce((da,va)=>{let Aa=Array.isArray(va)?Ui(va):va;return da.concat(Aa)},[])}Rn.flatten=Ui;function Ta(ra){return ra.replace(/(\w+:\/\/[\w:-]+)?(\/+)?/,"ng:///")}function Fi(ra,da,va){let Aa;return va.isInline?da.type.reference instanceof di.StaticSymbol?Aa=`${da.type.reference.filePath}.${da.type.reference.name}.html`:Aa=`${xn(ra)}/${xn(da.type)}.html`:Aa=va.templateUrl,da.type.reference instanceof di.StaticSymbol?Aa:Ta(Aa)}Rn.templateSourceUrl=Fi;function aa(ra,da){let va=ra.moduleUrl.split(/\/\\/g),Aa=va[va.length-1];return Ta(`css/${da}${Aa}.ngstyle.js`)}Rn.sharedStylesheetJitUrl=aa;function Un(ra){return Ta(`${xn(ra.type)}/module.ngfactory.js`)}Rn.ngModuleJitUrl=Un;function Gi(ra,da){return Ta(`${xn(ra)}/${xn(da.type)}.ngfactory.js`)}Rn.templateJitUrl=Gi}}),Gd=ko({"node_modules/angular-html-parser/lib/compiler/src/parse_util.js"(Rn){In(),Object.defineProperty(Rn,"__esModule",{value:!0});var di=Pu(),vn=Rd(),Vn=class{constructor(ea,zi,ta,ki){this.file=ea,this.offset=zi,this.line=ta,this.col=ki}toString(){return this.offset!=null?`${this.file.url}@${this.line}:${this.col}`:this.file.url}moveBy(ea){let zi=this.file.content,ta=zi.length,ki=this.offset,ji=this.line,oa=this.col;for(;ki>0&&ea<0;)if(ki--,ea++,zi.charCodeAt(ki)==di.$LF){ji--;let Ra=zi.substr(0,ki-1).lastIndexOf(String.fromCharCode(di.$LF));oa=Ra>0?ki-Ra:ki}else oa--;for(;ki<ta&&ea>0;){let Ra=zi.charCodeAt(ki);ki++,ea--,Ra==di.$LF?(ji++,oa=0):oa++}return new Vn(this.file,ki,ji,oa)}getContext(ea,zi){let ta=this.file.content,ki=this.offset;if(ki!=null){ki>ta.length-1&&(ki=ta.length-1);let ji=ki,oa=0,Ra=0;for(;oa<ea&&ki>0&&(ki--,oa++,!(ta[ki]==`
`&&++Ra==zi)););for(oa=0,Ra=0;oa<ea&&ji<ta.length-1&&(ji++,oa++,!(ta[ji]==`
`&&++Ra==zi)););return{before:ta.substring(ki,this.offset),after:ta.substring(this.offset,ji+1)}}return null}};Rn.ParseLocation=Vn;var Fn=class{constructor(ea,zi){this.content=ea,this.url=zi}};Rn.ParseSourceFile=Fn;var En=class{constructor(ea,zi){let ta=arguments.length>2&&arguments[2]!==void 0?arguments[2]:null;this.start=ea,this.end=zi,this.details=ta}toString(){return this.start.file.content.substring(this.start.offset,this.end.offset)}};Rn.ParseSourceSpan=En,Rn.EMPTY_PARSE_LOCATION=new Vn(new Fn("",""),0,0,0),Rn.EMPTY_SOURCE_SPAN=new En(Rn.EMPTY_PARSE_LOCATION,Rn.EMPTY_PARSE_LOCATION);var xn;(function(ea){ea[ea.WARNING=0]="WARNING",ea[ea.ERROR=1]="ERROR"})(xn=Rn.ParseErrorLevel||(Rn.ParseErrorLevel={}));var Nn=class{constructor(ea,zi){let ta=arguments.length>2&&arguments[2]!==void 0?arguments[2]:xn.ERROR;this.span=ea,this.msg=zi,this.level=ta}contextualMessage(){let ea=this.span.start.getContext(100,3);return ea?`${this.msg} ("${ea.before}[${xn[this.level]} ->]${ea.after}")`:this.msg}toString(){let ea=this.span.details?`, ${this.span.details}`:"";return`${this.contextualMessage()}: ${this.span.start}${ea}`}};Rn.ParseError=Nn;function ui(ea,zi){let ta=vn.identifierModuleUrl(zi),ki=ta!=null?`in ${ea} ${vn.identifierName(zi)} in ${ta}`:`in ${ea} ${vn.identifierName(zi)}`,ji=new Fn("",ki);return new En(new Vn(ji,-1,-1,-1),new Vn(ji,-1,-1,-1))}Rn.typeSourceSpan=ui;function Mi(ea,zi,ta){let ki=`in ${ea} ${zi} in ${ta}`,ji=new Fn("",ki);return new En(new Vn(ji,-1,-1,-1),new Vn(ji,-1,-1,-1))}Rn.r3JitTypeSourceSpan=Mi}}),Ed=ko({"src/language-html/print-preprocess.js"(Rn,di){In();var{ParseSourceSpan:vn}=Gd(),{htmlTrim:Vn,getLeadingAndTrailingHtmlWhitespace:Fn,hasHtmlWhitespace:En,canHaveInterpolation:xn,getNodeCssStyleDisplay:Nn,isDanglingSpaceSensitiveNode:ui,isIndentationSensitiveNode:Mi,isLeadingSpaceSensitiveNode:ea,isTrailingSpaceSensitiveNode:zi,isWhitespaceSensitiveNode:ta,isVueScriptTag:ki}=hu(),ji=[Ra,Ba,La,Xa,Fa,Ta,Zo,Ui,Fi,Ea,aa];function oa(Un,Gi){for(let ra of ji)ra(Un,Gi);return Un}function Ra(Un){Un.walk(Gi=>{if(Gi.type==="element"&&Gi.tagDefinition.ignoreFirstLf&&Gi.children.length>0&&Gi.children[0].type==="text"&&Gi.children[0].value[0]===`
`){let ra=Gi.children[0];ra.value.length===1?Gi.removeChild(ra):ra.value=ra.value.slice(1)}})}function Ba(Un){let Gi=ra=>ra.type==="element"&&ra.prev&&ra.prev.type==="ieConditionalStartComment"&&ra.prev.sourceSpan.end.offset===ra.startSourceSpan.start.offset&&ra.firstChild&&ra.firstChild.type==="ieConditionalEndComment"&&ra.firstChild.sourceSpan.start.offset===ra.startSourceSpan.end.offset;Un.walk(ra=>{if(ra.children)for(let da=0;da<ra.children.length;da++){let va=ra.children[da];if(!Gi(va))continue;let Aa=va.prev,to=va.firstChild;ra.removeChild(Aa),da--;let Bo=new vn(Aa.sourceSpan.start,to.sourceSpan.end),Jo=new vn(Bo.start,va.sourceSpan.end);va.condition=Aa.condition,va.sourceSpan=Jo,va.startSourceSpan=Bo,va.removeChild(to)}})}function la(Un,Gi,ra){Un.walk(da=>{if(da.children)for(let va=0;va<da.children.length;va++){let Aa=da.children[va];if(Aa.type!=="text"&&!Gi(Aa))continue;Aa.type!=="text"&&(Aa.type="text",Aa.value=ra(Aa));let to=Aa.prev;!to||to.type!=="text"||(to.value+=Aa.value,to.sourceSpan=new vn(to.sourceSpan.start,Aa.sourceSpan.end),da.removeChild(Aa),va--)}})}function La(Un){return la(Un,Gi=>Gi.type==="cdata",Gi=>`<![CDATA[${Gi.value}]]>`)}function Ea(Un){let Gi=ra=>ra.type==="element"&&ra.attrs.length===0&&ra.children.length===1&&ra.firstChild.type==="text"&&!En(ra.children[0].value)&&!ra.firstChild.hasLeadingSpaces&&!ra.firstChild.hasTrailingSpaces&&ra.isLeadingSpaceSensitive&&!ra.hasLeadingSpaces&&ra.isTrailingSpaceSensitive&&!ra.hasTrailingSpaces&&ra.prev&&ra.prev.type==="text"&&ra.next&&ra.next.type==="text";Un.walk(ra=>{if(ra.children)for(let da=0;da<ra.children.length;da++){let va=ra.children[da];if(!Gi(va))continue;let Aa=va.prev,to=va.next;Aa.value+=`<${va.rawName}>`+va.firstChild.value+`</${va.rawName}>`+to.value,Aa.sourceSpan=new vn(Aa.sourceSpan.start,to.sourceSpan.end),Aa.isTrailingSpaceSensitive=to.isTrailingSpaceSensitive,Aa.hasTrailingSpaces=to.hasTrailingSpaces,ra.removeChild(va),da--,ra.removeChild(to)}})}function Xa(Un,Gi){if(Gi.parser==="html")return;let ra=/{{(.+?)}}/s;Un.walk(da=>{if(xn(da))for(let va of da.children){if(va.type!=="text")continue;let Aa=va.sourceSpan.start,to=null,Bo=va.value.split(ra);for(let Jo=0;Jo<Bo.length;Jo++,Aa=to){let Mo=Bo[Jo];if(Jo%2===0){to=Aa.moveBy(Mo.length),Mo.length>0&&da.insertChildBefore(va,{type:"text",value:Mo,sourceSpan:new vn(Aa,to)});continue}to=Aa.moveBy(Mo.length+4),da.insertChildBefore(va,{type:"interpolation",sourceSpan:new vn(Aa,to),children:Mo.length===0?[]:[{type:"text",value:Mo,sourceSpan:new vn(Aa.moveBy(2),to.moveBy(-2))}]})}da.removeChild(va)}})}function Fa(Un){Un.walk(Gi=>{if(!Gi.children)return;if(Gi.children.length===0||Gi.children.length===1&&Gi.children[0].type==="text"&&Vn(Gi.children[0].value).length===0){Gi.hasDanglingSpaces=Gi.children.length>0,Gi.children=[];return}let ra=ta(Gi),da=Mi(Gi);if(!ra)for(let va=0;va<Gi.children.length;va++){let Aa=Gi.children[va];if(Aa.type!=="text")continue;let{leadingWhitespace:to,text:Bo,trailingWhitespace:Jo}=Fn(Aa.value),Mo=Aa.prev,_s=Aa.next;Bo?(Aa.value=Bo,Aa.sourceSpan=new vn(Aa.sourceSpan.start.moveBy(to.length),Aa.sourceSpan.end.moveBy(-Jo.length)),to&&(Mo&&(Mo.hasTrailingSpaces=!0),Aa.hasLeadingSpaces=!0),Jo&&(Aa.hasTrailingSpaces=!0,_s&&(_s.hasLeadingSpaces=!0))):(Gi.removeChild(Aa),va--,(to||Jo)&&(Mo&&(Mo.hasTrailingSpaces=!0),_s&&(_s.hasLeadingSpaces=!0)))}Gi.isWhitespaceSensitive=ra,Gi.isIndentationSensitive=da})}function Zo(Un){Un.walk(Gi=>{Gi.isSelfClosing=!Gi.children||Gi.type==="element"&&(Gi.tagDefinition.isVoid||Gi.startSourceSpan===Gi.endSourceSpan)})}function Ui(Un,Gi){Un.walk(ra=>{ra.type==="element"&&(ra.hasHtmComponentClosingTag=ra.endSourceSpan&&/^<\s*\/\s*\/\s*>$/.test(Gi.originalText.slice(ra.endSourceSpan.start.offset,ra.endSourceSpan.end.offset)))})}function Ta(Un,Gi){Un.walk(ra=>{ra.cssDisplay=Nn(ra,Gi)})}function Fi(Un,Gi){Un.walk(ra=>{let{children:da}=ra;if(da){if(da.length===0){ra.isDanglingSpaceSensitive=ui(ra);return}for(let va of da)va.isLeadingSpaceSensitive=ea(va,Gi),va.isTrailingSpaceSensitive=zi(va,Gi);for(let va=0;va<da.length;va++){let Aa=da[va];Aa.isLeadingSpaceSensitive=(va===0||Aa.prev.isTrailingSpaceSensitive)&&Aa.isLeadingSpaceSensitive,Aa.isTrailingSpaceSensitive=(va===da.length-1||Aa.next.isLeadingSpaceSensitive)&&Aa.isTrailingSpaceSensitive}}})}function aa(Un,Gi){if(Gi.parser==="vue"){let ra=Un.children.find(va=>ki(va,Gi));if(!ra)return;let{lang:da}=ra.attrMap;(da==="ts"||da==="typescript")&&(Gi.__should_parse_vue_template_with_ts=!0)}}di.exports=oa}}),rd=ko({"src/language-html/pragma.js"(Rn,di){In();function vn(Fn){return/^\s*<!--\s*@(?:format|prettier)\s*-->/.test(Fn)}function Vn(Fn){return`<!-- @format -->
`+Fn.replace(/^\s*\n/,"")}di.exports={hasPragma:vn,insertPragma:Vn}}}),hc=ko({"src/language-html/loc.js"(Rn,di){In();function vn(Fn){return Fn.sourceSpan.start.offset}function Vn(Fn){return Fn.sourceSpan.end.offset}di.exports={locStart:vn,locEnd:Vn}}}),Vc=ko({"src/language-html/print/tag.js"(Rn,di){In();var vn=_c(),{isNonEmptyArray:Vn}=Gc(),{builders:{indent:Fn,join:En,line:xn,softline:Nn,hardline:ui},utils:{replaceTextEndOfLine:Mi}}=yc(),{locStart:ea,locEnd:zi}=hc(),{isTextLikeNode:ta,getLastDescendant:ki,isPreLikeNode:ji,hasPrettierIgnore:oa,shouldPreserveContent:Ra,isVueSfcBlock:Ba}=hu();function la(bo,Bs){return[bo.isSelfClosing?"":La(bo,Bs),Ea(bo,Bs)]}function La(bo,Bs){return bo.lastChild&&Un(bo.lastChild)?"":[Xa(bo,Bs),Zo(bo,Bs)]}function Ea(bo,Bs){return(bo.next?Fi(bo.next):aa(bo.parent))?"":[Ui(bo,Bs),Fa(bo,Bs)]}function Xa(bo,Bs){return aa(bo)?Ui(bo.lastChild,Bs):""}function Fa(bo,Bs){return Un(bo)?Zo(bo.parent,Bs):Gi(bo)?Mo(bo.next):""}function Zo(bo,Bs){if(vn(!bo.isSelfClosing),Ta(bo,Bs))return"";switch(bo.type){case"ieConditionalComment":return"<!";case"element":if(bo.hasHtmComponentClosingTag)return"<//";default:return`</${bo.rawName}`}}function Ui(bo,Bs){if(Ta(bo,Bs))return"";switch(bo.type){case"ieConditionalComment":case"ieConditionalEndComment":return"[endif]-->";case"ieConditionalStartComment":return"]><!-->";case"interpolation":return"}}";case"element":if(bo.isSelfClosing)return"/>";default:return">"}}function Ta(bo,Bs){return!bo.isSelfClosing&&!bo.endSourceSpan&&(oa(bo)||Ra(bo.parent,Bs))}function Fi(bo){return bo.prev&&bo.prev.type!=="docType"&&!ta(bo.prev)&&bo.isLeadingSpaceSensitive&&!bo.hasLeadingSpaces}function aa(bo){return bo.lastChild&&bo.lastChild.isTrailingSpaceSensitive&&!bo.lastChild.hasTrailingSpaces&&!ta(ki(bo.lastChild))&&!ji(bo)}function Un(bo){return!bo.next&&!bo.hasTrailingSpaces&&bo.isTrailingSpaceSensitive&&ta(ki(bo))}function Gi(bo){return bo.next&&!ta(bo.next)&&ta(bo)&&bo.isTrailingSpaceSensitive&&!bo.hasTrailingSpaces}function ra(bo){let Bs=bo.trim().match(/^prettier-ignore-attribute(?:\s+(.+))?$/s);return Bs?Bs[1]?Bs[1].split(/\s+/):!0:!1}function da(bo){return!bo.prev&&bo.isLeadingSpaceSensitive&&!bo.hasLeadingSpaces}function va(bo,Bs,Xo){let Oo=bo.getValue();if(!Vn(Oo.attrs))return Oo.isSelfClosing?" ":"";let ys=Oo.prev&&Oo.prev.type==="comment"&&ra(Oo.prev.value),tl=typeof ys=="boolean"?()=>ys:Array.isArray(ys)?dl=>ys.includes(dl.rawName):()=>!1,$s=bo.map(dl=>{let al=dl.getValue();return tl(al)?Mi(Bs.originalText.slice(ea(al),zi(al))):Xo()},"attrs"),pl=Oo.type==="element"&&Oo.fullName==="script"&&Oo.attrs.length===1&&Oo.attrs[0].fullName==="src"&&Oo.children.length===0,Vo=Bs.singleAttributePerLine&&Oo.attrs.length>1&&!Ba(Oo,Bs)?ui:xn,As=[Fn([pl?" ":xn,En(Vo,$s)])];return Oo.firstChild&&da(Oo.firstChild)||Oo.isSelfClosing&&aa(Oo.parent)||pl?As.push(Oo.isSelfClosing?" ":""):As.push(Bs.bracketSameLine?Oo.isSelfClosing?" ":"":Oo.isSelfClosing?xn:Nn),As}function Aa(bo){return bo.firstChild&&da(bo.firstChild)?"":_s(bo)}function to(bo,Bs,Xo){let Oo=bo.getValue();return[Bo(Oo,Bs),va(bo,Bs,Xo),Oo.isSelfClosing?"":Aa(Oo)]}function Bo(bo,Bs){return bo.prev&&Gi(bo.prev)?"":[Jo(bo,Bs),Mo(bo)]}function Jo(bo,Bs){return da(bo)?_s(bo.parent):Fi(bo)?Ui(bo.prev,Bs):""}function Mo(bo){switch(bo.type){case"ieConditionalComment":case"ieConditionalStartComment":return`<!--[if ${bo.condition}`;case"ieConditionalEndComment":return"<!--<!";case"interpolation":return"{{";case"docType":return"<!DOCTYPE";case"element":if(bo.condition)return`<!--[if ${bo.condition}]><!--><${bo.rawName}`;default:return`<${bo.rawName}`}}function _s(bo){switch(vn(!bo.isSelfClosing),bo.type){case"ieConditionalComment":return"]>";case"element":if(bo.condition)return"><!--<![endif]-->";default:return">"}}di.exports={printClosingTag:la,printClosingTagStart:La,printClosingTagStartMarker:Zo,printClosingTagEndMarker:Ui,printClosingTagSuffix:Fa,printClosingTagEnd:Ea,needsToBorrowLastChildClosingTagEndMarker:aa,needsToBorrowParentClosingTagStartMarker:Un,needsToBorrowPrevClosingTagEndMarker:Fi,printOpeningTag:to,printOpeningTagStart:Bo,printOpeningTagPrefix:Jo,printOpeningTagStartMarker:Mo,printOpeningTagEndMarker:_s,needsToBorrowNextOpeningTagStartMarker:Gi,needsToBorrowParentOpeningTagEndMarker:da}}}),Hc=ko({"node_modules/parse-srcset/src/parse-srcset.js"(Rn,di){In(),function(vn,Vn){typeof di=="object"&&di.exports?di.exports=Vn():vn.parseSrcset=Vn()}(Rn,function(){return function(vn,Vn){var Fn=Vn&&Vn.logger||console;function En(Zo){return Zo===" "||Zo===" "||Zo===`
`||Zo==="\f"||Zo==="\r"}function xn(Zo){var Ui,Ta=Zo.exec(vn.substring(La));if(Ta)return Ui=Ta[0],La+=Ui.length,Ui}for(var Nn=vn.length,ui=/^[ \t\n\r\u000c]+/,Mi=/^[, \t\n\r\u000c]+/,ea=/^[^ \t\n\r\u000c]+/,zi=/[,]+$/,ta=/^\d+$/,ki=/^-?(?:[0-9]+|[0-9]*\.[0-9]+)(?:[eE][+-]?[0-9]+)?$/,ji,oa,Ra,Ba,la,La=0,Ea=[];;){if(xn(Mi),La>=Nn)return Ea;ji=xn(ea),oa=[],ji.slice(-1)===","?(ji=ji.replace(zi,""),Fa()):Xa()}function Xa(){for(xn(ui),Ra="",Ba="in descriptor";;){if(la=vn.charAt(La),Ba==="in descriptor")if(En(la))Ra&&(oa.push(Ra),Ra="",Ba="after descriptor");else if(la===","){La+=1,Ra&&oa.push(Ra),Fa();return}else if(la==="(")Ra=Ra+la,Ba="in parens";else if(la===""){Ra&&oa.push(Ra),Fa();return}else Ra=Ra+la;else if(Ba==="in parens")if(la===")")Ra=Ra+la,Ba="in descriptor";else if(la===""){oa.push(Ra),Fa();return}else Ra=Ra+la;else if(Ba==="after descriptor"&&!En(la))if(la===""){Fa();return}else Ba="in descriptor",La-=1;La+=1}}function Fa(){var Zo=!1,Ui,Ta,Fi,aa,Un={},Gi,ra,da,va,Aa;for(aa=0;aa<oa.length;aa++)Gi=oa[aa],ra=Gi[Gi.length-1],da=Gi.substring(0,Gi.length-1),va=parseInt(da,10),Aa=parseFloat(da),ta.test(da)&&ra==="w"?((Ui||Ta)&&(Zo=!0),va===0?Zo=!0:Ui=va):ki.test(da)&&ra==="x"?((Ui||Ta||Fi)&&(Zo=!0),Aa<0?Zo=!0:Ta=Aa):ta.test(da)&&ra==="h"?((Fi||Ta)&&(Zo=!0),va===0?Zo=!0:Fi=va):Zo=!0;Zo?Fn&&Fn.error&&Fn.error("Invalid srcset descriptor found in '"+vn+"' at '"+Gi+"'."):(Un.url=ji,Ui&&(Un.w=Ui),Ta&&(Un.d=Ta),Fi&&(Un.h=Fi),Ea.push(Un))}}})}}),Yc=ko({"src/language-html/syntax-attribute.js"(Rn,di){In();var vn=Hc(),{builders:{ifBreak:Vn,join:Fn,line:En}}=yc();function xn(ui){let Mi=vn(ui,{logger:{error(Xa){throw new Error(Xa)}}}),ea=Mi.some(Xa=>{let{w:Fa}=Xa;return Fa}),zi=Mi.some(Xa=>{let{h:Fa}=Xa;return Fa}),ta=Mi.some(Xa=>{let{d:Fa}=Xa;return Fa});if(ea+zi+ta>1)throw new Error("Mixed descriptor in srcset is not supported");let ki=ea?"w":zi?"h":"d",ji=ea?"w":zi?"h":"x",oa=Xa=>Math.max(...Xa),Ra=Mi.map(Xa=>Xa.url),Ba=oa(Ra.map(Xa=>Xa.length)),la=Mi.map(Xa=>Xa[ki]).map(Xa=>Xa?Xa.toString():""),La=la.map(Xa=>{let Fa=Xa.indexOf(".");return Fa===-1?Xa.length:Fa}),Ea=oa(La);return Fn([",",En],Ra.map((Xa,Fa)=>{let Zo=[Xa],Ui=la[Fa];if(Ui){let Ta=Ba-Xa.length+1,Fi=Ea-La[Fa],aa=" ".repeat(Ta+Fi);Zo.push(Vn(aa," "),Ui+ji)}return Zo}))}function Nn(ui){return ui.trim().split(/\s+/).join(" ")}di.exports={printImgSrcset:xn,printClassNames:Nn}}}),Zs=ko({"src/language-html/syntax-vue.js"(Rn,di){In();var{builders:{group:vn}}=yc();function Vn(Nn,ui){let{left:Mi,operator:ea,right:zi}=Fn(Nn);return[vn(ui(`function _(${Mi}) {}`,{parser:"babel",__isVueForBindingLeft:!0}))," ",ea," ",ui(zi,{parser:"__js_expression"},{stripTrailingHardline:!0})]}function Fn(Nn){let ui=/(.*?)\s+(in|of)\s+(.*)/s,Mi=/,([^,\]}]*)(?:,([^,\]}]*))?$/,ea=/^\(|\)$/g,zi=Nn.match(ui);if(!zi)return;let ta={};if(ta.for=zi[3].trim(),!ta.for)return;let ki=zi[1].trim().replace(ea,""),ji=ki.match(Mi);ji?(ta.alias=ki.replace(Mi,""),ta.iterator1=ji[1].trim(),ji[2]&&(ta.iterator2=ji[2].trim())):ta.alias=ki;let oa=[ta.alias,ta.iterator1,ta.iterator2];if(!oa.some((Ra,Ba)=>!Ra&&(Ba===0||oa.slice(Ba+1).some(Boolean))))return{left:oa.filter(Boolean).join(","),operator:zi[2],right:ta.for}}function En(Nn,ui){return ui(`function _(${Nn}) {}`,{parser:"babel",__isVueBindings:!0})}function xn(Nn){let ui=/^(?:[\w$]+|\([^)]*\))\s*=>|^function\s*\(/,Mi=/^[$A-Z_a-z][\w$]*(?:\.[$A-Z_a-z][\w$]*|\['[^']*']|\["[^"]*"]|\[\d+]|\[[$A-Z_a-z][\w$]*])*$/,ea=Nn.trim();return ui.test(ea)||Mi.test(ea)}di.exports={isVueEventBindingExpression:xn,printVueFor:Vn,printVueBindings:En}}}),Dl=ko({"src/language-html/get-node-content.js"(Rn,di){In();var{needsToBorrowParentClosingTagStartMarker:vn,printClosingTagStartMarker:Vn,needsToBorrowLastChildClosingTagEndMarker:Fn,printClosingTagEndMarker:En,needsToBorrowParentOpeningTagEndMarker:xn,printOpeningTagEndMarker:Nn}=Vc();function ui(Mi,ea){let zi=Mi.startSourceSpan.end.offset;Mi.firstChild&&xn(Mi.firstChild)&&(zi-=Nn(Mi).length);let ta=Mi.endSourceSpan.start.offset;return Mi.lastChild&&vn(Mi.lastChild)?ta+=Vn(Mi,ea).length:Fn(Mi)&&(ta-=En(Mi.lastChild,ea).length),ea.originalText.slice(zi,ta)}di.exports=ui}}),Zl=ko({"src/language-html/embed.js"(Rn,di){In();var{builders:{breakParent:vn,group:Vn,hardline:Fn,indent:En,line:xn,fill:Nn,softline:ui},utils:{mapDoc:Mi,replaceTextEndOfLine:ea}}=yc(),zi=Jc(),{printClosingTag:ta,printClosingTagSuffix:ki,needsToBorrowPrevClosingTagEndMarker:ji,printOpeningTagPrefix:oa,printOpeningTag:Ra}=Vc(),{printImgSrcset:Ba,printClassNames:la}=Yc(),{printVueFor:La,printVueBindings:Ea,isVueEventBindingExpression:Xa}=Zs(),{isScriptLikeTag:Fa,isVueNonHtmlBlock:Zo,inferScriptParser:Ui,htmlTrimPreserveIndentation:Ta,dedentString:Fi,unescapeQuoteEntities:aa,isVueSlotAttribute:Un,isVueSfcBindingsAttribute:Gi,getTextValueParts:ra}=hu(),da=Dl();function va(to,Bo,Jo){let Mo=$s=>new RegExp($s.join("|")).test(to.fullName),_s=()=>aa(to.value),bo=!1,Bs=($s,pl)=>{let Vo=$s.type==="NGRoot"?$s.node.type==="NGMicrosyntax"&&$s.node.body.length===1&&$s.node.body[0].type==="NGMicrosyntaxExpression"?$s.node.body[0].expression:$s.node:$s.type==="JsExpressionRoot"?$s.node:$s;Vo&&(Vo.type==="ObjectExpression"||Vo.type==="ArrayExpression"||pl.parser==="__vue_expression"&&(Vo.type==="TemplateLiteral"||Vo.type==="StringLiteral"))&&(bo=!0)},Xo=$s=>Vn($s),Oo=function($s){let pl=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;return Vn([En([ui,$s]),pl?ui:""])},ys=$s=>bo?Xo($s):Oo($s),tl=($s,pl)=>Bo($s,Object.assign({__onHtmlBindingRoot:Bs,__embeddedInHtml:!0},pl));if(to.fullName==="srcset"&&(to.parent.fullName==="img"||to.parent.fullName==="source"))return Oo(Ba(_s()));if(to.fullName==="class"&&!Jo.parentParser){let $s=_s();if(!$s.includes("{{"))return la($s)}if(to.fullName==="style"&&!Jo.parentParser){let $s=_s();if(!$s.includes("{{"))return Oo(tl($s,{parser:"css",__isHTMLStyleAttribute:!0}))}if(Jo.parser==="vue"){if(to.fullName==="v-for")return La(_s(),tl);if(Un(to)||Gi(to,Jo))return Ea(_s(),tl);let $s=["^@","^v-on:"],pl=["^:","^v-bind:"],Vo=["^v-"];if(Mo($s)){let As=_s(),dl=Xa(As)?"__js_expression":Jo.__should_parse_vue_template_with_ts?"__vue_ts_event_binding":"__vue_event_binding";return ys(tl(As,{parser:dl}))}if(Mo(pl))return ys(tl(_s(),{parser:"__vue_expression"}));if(Mo(Vo))return ys(tl(_s(),{parser:"__js_expression"}))}if(Jo.parser==="angular"){let $s=(Rs,fs)=>tl(Rs,Object.assign(Object.assign({},fs),{},{trailingComma:"none"})),pl=["^\\*"],Vo=["^\\(.+\\)$","^on-"],As=["^\\[.+\\]$","^bind(on)?-","^ng-(if|show|hide|class|style)$"],dl=["^i18n(-.+)?$"];if(Mo(Vo))return ys($s(_s(),{parser:"__ng_action"}));if(Mo(As))return ys($s(_s(),{parser:"__ng_binding"}));if(Mo(dl)){let Rs=_s().trim();return Oo(Nn(ra(to,Rs)),!Rs.includes("@@"))}if(Mo(pl))return ys($s(_s(),{parser:"__ng_directive"}));let al=/{{(.+?)}}/s,Ou=_s();if(al.test(Ou)){let Rs=[];for(let[fs,Fs]of Ou.split(al).entries())if(fs%2===0)Rs.push(ea(Fs));else try{Rs.push(Vn(["{{",En([xn,$s(Fs,{parser:"__ng_interpolation",__isInHtmlInterpolation:!0})]),xn,"}}"]))}catch{Rs.push("{{",ea(Fs),"}}")}return Vn(Rs)}}return null}function Aa(to,Bo,Jo,Mo){let _s=to.getValue();switch(_s.type){case"element":{if(Fa(_s)||_s.type==="interpolation")return;if(!_s.isSelfClosing&&Zo(_s,Mo)){let bo=Ui(_s,Mo);if(!bo)return;let Bs=da(_s,Mo),Xo=/^\s*$/.test(Bs),Oo="";return Xo||(Oo=Jo(Ta(Bs),{parser:bo,__embeddedInHtml:!0},{stripTrailingHardline:!0}),Xo=Oo===""),[oa(_s,Mo),Vn(Ra(to,Mo,Bo)),Xo?"":Fn,Oo,Xo?"":Fn,ta(_s,Mo),ki(_s,Mo)]}break}case"text":{if(Fa(_s.parent)){let bo=Ui(_s.parent,Mo);if(bo){let Bs=bo==="markdown"?Fi(_s.value.replace(/^[^\S\n]*\n/,"")):_s.value,Xo={parser:bo,__embeddedInHtml:!0};if(Mo.parser==="html"&&bo==="babel"){let Oo="script",{attrMap:ys}=_s.parent;ys&&(ys.type==="module"||ys.type==="text/babel"&&ys["data-type"]==="module")&&(Oo="module"),Xo.__babelSourceType=Oo}return[vn,oa(_s,Mo),Jo(Bs,Xo,{stripTrailingHardline:!0}),ki(_s,Mo)]}}else if(_s.parent.type==="interpolation"){let bo={__isInHtmlInterpolation:!0,__embeddedInHtml:!0};return Mo.parser==="angular"?(bo.parser="__ng_interpolation",bo.trailingComma="none"):Mo.parser==="vue"?bo.parser=Mo.__should_parse_vue_template_with_ts?"__vue_ts_expression":"__vue_expression":bo.parser="__js_expression",[En([xn,Jo(_s.value,bo,{stripTrailingHardline:!0})]),_s.parent.next&&ji(_s.parent.next)?" ":xn]}break}case"attribute":{if(!_s.value)break;if(/^PRETTIER_HTML_PLACEHOLDER_\d+_\d+_IN_JS$/.test(Mo.originalText.slice(_s.valueSpan.start.offset,_s.valueSpan.end.offset)))return[_s.rawName,"=",_s.value];if(Mo.parser==="lwc"&&/^{.*}$/s.test(Mo.originalText.slice(_s.valueSpan.start.offset,_s.valueSpan.end.offset)))return[_s.rawName,"=",_s.value];let bo=va(_s,(Bs,Xo)=>Jo(Bs,Object.assign({__isInHtmlAttribute:!0,__embeddedInHtml:!0},Xo),{stripTrailingHardline:!0}),Mo);if(bo)return[_s.rawName,'="',Vn(Mi(bo,Bs=>typeof Bs=="string"?Bs.replace(/"/g,"&quot;"):Bs)),'"'];break}case"front-matter":return zi(_s,Jo)}}di.exports=Aa}}),Wu=ko({"src/language-html/print/children.js"(Rn,di){In();var{builders:{breakParent:vn,group:Vn,ifBreak:Fn,line:En,softline:xn,hardline:Nn},utils:{replaceTextEndOfLine:ui}}=yc(),{locStart:Mi,locEnd:ea}=hc(),{forceBreakChildren:zi,forceNextEmptyLine:ta,isTextLikeNode:ki,hasPrettierIgnore:ji,preferHardlineAsLeadingSpaces:oa}=hu(),{printOpeningTagPrefix:Ra,needsToBorrowNextOpeningTagStartMarker:Ba,printOpeningTagStartMarker:la,needsToBorrowPrevClosingTagEndMarker:La,printClosingTagEndMarker:Ea,printClosingTagSuffix:Xa,needsToBorrowParentClosingTagStartMarker:Fa}=Vc();function Zo(Fi,aa,Un){let Gi=Fi.getValue();return ji(Gi)?[Ra(Gi,aa),...ui(aa.originalText.slice(Mi(Gi)+(Gi.prev&&Ba(Gi.prev)?la(Gi).length:0),ea(Gi)-(Gi.next&&La(Gi.next)?Ea(Gi,aa).length:0))),Xa(Gi,aa)]:Un()}function Ui(Fi,aa){return ki(Fi)&&ki(aa)?Fi.isTrailingSpaceSensitive?Fi.hasTrailingSpaces?oa(aa)?Nn:En:"":oa(aa)?Nn:xn:Ba(Fi)&&(ji(aa)||aa.firstChild||aa.isSelfClosing||aa.type==="element"&&aa.attrs.length>0)||Fi.type==="element"&&Fi.isSelfClosing&&La(aa)?"":!aa.isLeadingSpaceSensitive||oa(aa)||La(aa)&&Fi.lastChild&&Fa(Fi.lastChild)&&Fi.lastChild.lastChild&&Fa(Fi.lastChild.lastChild)?Nn:aa.hasLeadingSpaces?En:xn}function Ta(Fi,aa,Un){let Gi=Fi.getValue();if(zi(Gi))return[vn,...Fi.map(da=>{let va=da.getValue(),Aa=va.prev?Ui(va.prev,va):"";return[Aa?[Aa,ta(va.prev)?Nn:""]:"",Zo(da,aa,Un)]},"children")];let ra=Gi.children.map(()=>Symbol(""));return Fi.map((da,va)=>{let Aa=da.getValue();if(ki(Aa)){if(Aa.prev&&ki(Aa.prev)){let Bs=Ui(Aa.prev,Aa);if(Bs)return ta(Aa.prev)?[Nn,Nn,Zo(da,aa,Un)]:[Bs,Zo(da,aa,Un)]}return Zo(da,aa,Un)}let to=[],Bo=[],Jo=[],Mo=[],_s=Aa.prev?Ui(Aa.prev,Aa):"",bo=Aa.next?Ui(Aa,Aa.next):"";return _s&&(ta(Aa.prev)?to.push(Nn,Nn):_s===Nn?to.push(Nn):ki(Aa.prev)?Bo.push(_s):Bo.push(Fn("",xn,{groupId:ra[va-1]}))),bo&&(ta(Aa)?ki(Aa.next)&&Mo.push(Nn,Nn):bo===Nn?ki(Aa.next)&&Mo.push(Nn):Jo.push(bo)),[...to,Vn([...Bo,Vn([Zo(da,aa,Un),...Jo],{id:ra[va]})]),...Mo]},"children")}di.exports={printChildren:Ta}}}),Ys=ko({"src/language-html/print/element.js"(Rn,di){In();var{builders:{breakParent:vn,dedentToRoot:Vn,group:Fn,ifBreak:En,indentIfBreak:xn,indent:Nn,line:ui,softline:Mi},utils:{replaceTextEndOfLine:ea}}=yc(),zi=Dl(),{shouldPreserveContent:ta,isScriptLikeTag:ki,isVueCustomBlock:ji,countParents:oa,forceBreakContent:Ra}=hu(),{printOpeningTagPrefix:Ba,printOpeningTag:la,printClosingTagSuffix:La,printClosingTag:Ea,needsToBorrowPrevClosingTagEndMarker:Xa,needsToBorrowLastChildClosingTagEndMarker:Fa}=Vc(),{printChildren:Zo}=Wu();function Ui(Ta,Fi,aa){let Un=Ta.getValue();if(ta(Un,Fi))return[Ba(Un,Fi),Fn(la(Ta,Fi,aa)),...ea(zi(Un,Fi)),...Ea(Un,Fi),La(Un,Fi)];let Gi=Un.children.length===1&&Un.firstChild.type==="interpolation"&&Un.firstChild.isLeadingSpaceSensitive&&!Un.firstChild.hasLeadingSpaces&&Un.lastChild.isTrailingSpaceSensitive&&!Un.lastChild.hasTrailingSpaces,ra=Symbol("element-attr-group-id"),da=Bo=>Fn([Fn(la(Ta,Fi,aa),{id:ra}),Bo,Ea(Un,Fi)]),va=Bo=>Gi?xn(Bo,{groupId:ra}):(ki(Un)||ji(Un,Fi))&&Un.parent.type==="root"&&Fi.parser==="vue"&&!Fi.vueIndentScriptAndStyle?Bo:Nn(Bo),Aa=()=>Gi?En(Mi,"",{groupId:ra}):Un.firstChild.hasLeadingSpaces&&Un.firstChild.isLeadingSpaceSensitive?ui:Un.firstChild.type==="text"&&Un.isWhitespaceSensitive&&Un.isIndentationSensitive?Vn(Mi):Mi,to=()=>(Un.next?Xa(Un.next):Fa(Un.parent))?Un.lastChild.hasTrailingSpaces&&Un.lastChild.isTrailingSpaceSensitive?" ":"":Gi?En(Mi,"",{groupId:ra}):Un.lastChild.hasTrailingSpaces&&Un.lastChild.isTrailingSpaceSensitive?ui:(Un.lastChild.type==="comment"||Un.lastChild.type==="text"&&Un.isWhitespaceSensitive&&Un.isIndentationSensitive)&&new RegExp(`\\n[\\t ]{${Fi.tabWidth*oa(Ta,Bo=>Bo.parent&&Bo.parent.type!=="root")}}$`).test(Un.lastChild.value)?"":Mi;return Un.children.length===0?da(Un.hasDanglingSpaces&&Un.isDanglingSpaceSensitive?ui:""):da([Ra(Un)?vn:"",va([Aa(),Zo(Ta,Fi,aa)]),to()])}di.exports={printElement:Ui}}}),wc=ko({"src/language-html/printer-html.js"(Rn,di){In();var{builders:{fill:vn,group:Vn,hardline:Fn,literalline:En},utils:{cleanDoc:xn,getDocParts:Nn,isConcat:ui,replaceTextEndOfLine:Mi}}=yc(),ea=Bc(),{countChars:zi,unescapeQuoteEntities:ta,getTextValueParts:ki}=hu(),ji=Ed(),{insertPragma:oa}=rd(),{locStart:Ra,locEnd:Ba}=hc(),la=Zl(),{printClosingTagSuffix:La,printClosingTagEnd:Ea,printOpeningTagPrefix:Xa,printOpeningTagStart:Fa}=Vc(),{printElement:Zo}=Ys(),{printChildren:Ui}=Wu();function Ta(Fi,aa,Un){let Gi=Fi.getValue();switch(Gi.type){case"front-matter":return Mi(Gi.raw);case"root":return aa.__onHtmlRoot&&aa.__onHtmlRoot(Gi),[Vn(Ui(Fi,aa,Un)),Fn];case"element":case"ieConditionalComment":return Zo(Fi,aa,Un);case"ieConditionalStartComment":case"ieConditionalEndComment":return[Fa(Gi),Ea(Gi)];case"interpolation":return[Fa(Gi,aa),...Fi.map(Un,"children"),Ea(Gi,aa)];case"text":{if(Gi.parent.type==="interpolation"){let da=/\n[^\S\n]*$/,va=da.test(Gi.value),Aa=va?Gi.value.replace(da,""):Gi.value;return[...Mi(Aa),va?Fn:""]}let ra=xn([Xa(Gi,aa),...ki(Gi),La(Gi,aa)]);return ui(ra)||ra.type==="fill"?vn(Nn(ra)):ra}case"docType":return[Vn([Fa(Gi,aa)," ",Gi.value.replace(/^html\b/i,"html").replace(/\s+/g," ")]),Ea(Gi,aa)];case"comment":return[Xa(Gi,aa),...Mi(aa.originalText.slice(Ra(Gi),Ba(Gi)),En),La(Gi,aa)];case"attribute":{if(Gi.value===null)return Gi.rawName;let ra=ta(Gi.value),da=zi(ra,"'"),va=zi(ra,'"'),Aa=da<va?"'":'"';return[Gi.rawName,"=",Aa,...Mi(Aa==='"'?ra.replace(/"/g,"&quot;"):ra.replace(/'/g,"&apos;")),Aa]}default:throw new Error(`Unexpected node type ${Gi.type}`)}}di.exports={preprocess:ji,print:Ta,insertPragma:oa,massageAstNode:ea,embed:la}}}),mc=ko({"src/language-html/options.js"(Rn,di){In();var vn=Kc(),Vn="HTML";di.exports={bracketSameLine:vn.bracketSameLine,htmlWhitespaceSensitivity:{since:"1.15.0",category:Vn,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:vn.singleAttributePerLine,vueIndentScriptAndStyle:{since:"1.19.0",category:Vn,type:"boolean",default:!1,description:"Indent script and style tags in Vue files."}}}}),Bp=ko({"src/language-html/parsers.js"(){In()}}),sp=ko({"node_modules/linguist-languages/data/HTML.json"(Rn,di){di.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}}}),Yd=ko({"node_modules/linguist-languages/data/Vue.json"(Rn,di){di.exports={name:"Vue",type:"markup",color:"#41b883",extensions:[".vue"],tmScope:"text.html.vue",aceMode:"html",languageId:391}}}),Nf=ko({"src/language-html/index.js"(Rn,di){In();var vn=Pf(),Vn=wc(),Fn=mc(),En=Bp(),xn=[vn(sp(),()=>({name:"Angular",since:"1.15.0",parsers:["angular"],vscodeLanguageIds:["html"],extensions:[".component.html"],filenames:[]})),vn(sp(),ui=>({since:"1.15.0",parsers:["html"],vscodeLanguageIds:["html"],extensions:[...ui.extensions,".mjml"]})),vn(sp(),()=>({name:"Lightning Web Components",since:"1.17.0",parsers:["lwc"],vscodeLanguageIds:["html"],extensions:[],filenames:[]})),vn(Yd(),()=>({since:"1.10.0",parsers:["vue"],vscodeLanguageIds:["vue"]}))],Nn={html:Vn};di.exports={languages:xn,printers:Nn,options:Fn,parsers:En}}}),rf=ko({"src/language-yaml/pragma.js"(Rn,di){In();function vn(En){return/^\s*@(?:prettier|format)\s*$/.test(En)}function Vn(En){return/^\s*#[^\S\n]*@(?:prettier|format)\s*?(?:\n|$)/.test(En)}function Fn(En){return`# @format
${En}`}di.exports={isPragma:vn,hasPragma:Vn,insertPragma:Fn}}}),bp=ko({"src/language-yaml/loc.js"(Rn,di){In();function vn(Fn){return Fn.position.start.offset}function Vn(Fn){return Fn.position.end.offset}di.exports={locStart:vn,locEnd:Vn}}}),Zc=ko({"src/language-yaml/embed.js"(Rn,di){In();function vn(Vn,Fn,En,xn){if(Vn.getValue().type==="root"&&xn.filepath&&/(?:[/\\]|^)\.(?:prettier|stylelint|lintstaged)rc$/.test(xn.filepath))return En(xn.originalText,Object.assign(Object.assign({},xn),{},{parser:"json"}))}di.exports=vn}}),fp=ko({"src/language-yaml/utils.js"(Rn,di){In();var{getLast:vn,isNonEmptyArray:Vn}=Gc();function Fn(Ui,Ta){let Fi=0,aa=Ui.stack.length-1;for(let Un=0;Un<aa;Un++){let Gi=Ui.stack[Un];En(Gi)&&Ta(Gi)&&Fi++}return Fi}function En(Ui,Ta){return Ui&&typeof Ui.type=="string"&&(!Ta||Ta.includes(Ui.type))}function xn(Ui,Ta,Fi){return Ta("children"in Ui?Object.assign(Object.assign({},Ui),{},{children:Ui.children.map(aa=>xn(aa,Ta,Ui))}):Ui,Fi)}function Nn(Ui,Ta,Fi){Object.defineProperty(Ui,Ta,{get:Fi,enumerable:!1})}function ui(Ui,Ta){let Fi=0,aa=Ta.length;for(let Un=Ui.position.end.offset-1;Un<aa;Un++){let Gi=Ta[Un];if(Gi===`
`&&Fi++,Fi===1&&/\S/.test(Gi))return!1;if(Fi===2)return!0}return!1}function Mi(Ui){switch(Ui.getValue().type){case"tag":case"anchor":case"comment":return!1}let Ta=Ui.stack.length;for(let Fi=1;Fi<Ta;Fi++){let aa=Ui.stack[Fi],Un=Ui.stack[Fi-1];if(Array.isArray(Un)&&typeof aa=="number"&&aa!==Un.length-1)return!1}return!0}function ea(Ui){return Vn(Ui.children)?ea(vn(Ui.children)):Ui}function zi(Ui){return Ui.value.trim()==="prettier-ignore"}function ta(Ui){let Ta=Ui.getValue();if(Ta.type==="documentBody"){let Fi=Ui.getParentNode();return La(Fi.head)&&zi(vn(Fi.head.endComments))}return oa(Ta)&&zi(vn(Ta.leadingComments))}function ki(Ui){return!Vn(Ui.children)&&!ji(Ui)}function ji(Ui){return oa(Ui)||Ra(Ui)||Ba(Ui)||la(Ui)||La(Ui)}function oa(Ui){return Vn(Ui==null?void 0:Ui.leadingComments)}function Ra(Ui){return Vn(Ui==null?void 0:Ui.middleComments)}function Ba(Ui){return Ui==null?void 0:Ui.indicatorComment}function la(Ui){return Ui==null?void 0:Ui.trailingComment}function La(Ui){return Vn(Ui==null?void 0:Ui.endComments)}function Ea(Ui){let Ta=[],Fi;for(let aa of Ui.split(/( +)/))aa!==" "?Fi===" "?Ta.push(aa):Ta.push((Ta.pop()||"")+aa):Fi===void 0&&Ta.unshift(""),Fi=aa;return Fi===" "&&Ta.push((Ta.pop()||"")+" "),Ta[0]===""&&(Ta.shift(),Ta.unshift(" "+(Ta.shift()||""))),Ta}function Xa(Ui,Ta,Fi){let aa=Ta.split(`
`).map((Un,Gi,ra)=>Gi===0&&Gi===ra.length-1?Un:Gi!==0&&Gi!==ra.length-1?Un.trim():Gi===0?Un.trimEnd():Un.trimStart());return Fi.proseWrap==="preserve"?aa.map(Un=>Un.length===0?[]:[Un]):aa.map(Un=>Un.length===0?[]:Ea(Un)).reduce((Un,Gi,ra)=>ra!==0&&aa[ra-1].length>0&&Gi.length>0&&!(Ui==="quoteDouble"&&vn(vn(Un)).endsWith("\\"))?[...Un.slice(0,-1),[...vn(Un),...Gi]]:[...Un,Gi],[]).map(Un=>Fi.proseWrap==="never"?[Un.join(" ")]:Un)}function Fa(Ui,Ta){let{parentIndent:Fi,isLastDescendant:aa,options:Un}=Ta,Gi=Ui.position.start.line===Ui.position.end.line?"":Un.originalText.slice(Ui.position.start.offset,Ui.position.end.offset).match(/^[^\n]*\n(.*)$/s)[1],ra;if(Ui.indent===null){let Aa=Gi.match(/^(?<leadingSpace> *)[^\n\r ]/m);ra=Aa?Aa.groups.leadingSpace.length:Number.POSITIVE_INFINITY}else ra=Ui.indent-1+Fi;let da=Gi.split(`
`).map(Aa=>Aa.slice(ra));if(Un.proseWrap==="preserve"||Ui.type==="blockLiteral")return va(da.map(Aa=>Aa.length===0?[]:[Aa]));return va(da.map(Aa=>Aa.length===0?[]:Ea(Aa)).reduce((Aa,to,Bo)=>Bo!==0&&da[Bo-1].length>0&&to.length>0&&!/^\s/.test(to[0])&&!/^\s|\s$/.test(vn(Aa))?[...Aa.slice(0,-1),[...vn(Aa),...to]]:[...Aa,to],[]).map(Aa=>Aa.reduce((to,Bo)=>to.length>0&&/\s$/.test(vn(to))?[...to.slice(0,-1),vn(to)+" "+Bo]:[...to,Bo],[])).map(Aa=>Un.proseWrap==="never"?[Aa.join(" ")]:Aa));function va(Aa){if(Ui.chomping==="keep")return vn(Aa).length===0?Aa.slice(0,-1):Aa;let to=0;for(let Bo=Aa.length-1;Bo>=0&&Aa[Bo].length===0;Bo--)to++;return to===0?Aa:to>=2&&!aa?Aa.slice(0,-(to-1)):Aa.slice(0,-to)}}function Zo(Ui){if(!Ui)return!0;switch(Ui.type){case"plain":case"quoteDouble":case"quoteSingle":case"alias":case"flowMapping":case"flowSequence":return!0;default:return!1}}di.exports={getLast:vn,getAncestorCount:Fn,isNode:En,isEmptyNode:ki,isInlineNode:Zo,mapNode:xn,defineShortcut:Nn,isNextLineEmpty:ui,isLastDescendantNode:Mi,getBlockValueLineContents:Fa,getFlowScalarLineContents:Xa,getLastDescendantNode:ea,hasPrettierIgnore:ta,hasLeadingComments:oa,hasMiddleComments:Ra,hasIndicatorComment:Ba,hasTrailingComment:la,hasEndComments:La}}}),Sp=ko({"src/language-yaml/print-preprocess.js"(Rn,di){In();var{defineShortcut:vn,mapNode:Vn}=fp();function Fn(xn){return Vn(xn,En)}function En(xn){switch(xn.type){case"document":vn(xn,"head",()=>xn.children[0]),vn(xn,"body",()=>xn.children[1]);break;case"documentBody":case"sequenceItem":case"flowSequenceItem":case"mappingKey":case"mappingValue":vn(xn,"content",()=>xn.children[0]);break;case"mappingItem":case"flowMappingItem":vn(xn,"key",()=>xn.children[0]),vn(xn,"value",()=>xn.children[1]);break}return xn}di.exports=Fn}}),yp=ko({"src/language-yaml/print/misc.js"(Rn,di){In();var{builders:{softline:vn,align:Vn}}=yc(),{hasEndComments:Fn,isNextLineEmpty:En,isNode:xn}=fp(),Nn=new WeakMap;function ui(zi,ta){let ki=zi.getValue(),ji=zi.stack[0],oa;return Nn.has(ji)?oa=Nn.get(ji):(oa=new Set,Nn.set(ji,oa)),!oa.has(ki.position.end.line)&&(oa.add(ki.position.end.line),En(ki,ta)&&!Mi(zi.getParentNode()))?vn:""}function Mi(zi){return Fn(zi)&&!xn(zi,["documentHead","documentBody","flowMapping","flowSequence"])}function ea(zi,ta){return Vn(" ".repeat(zi),ta)}di.exports={alignWithSpaces:ea,shouldPrintEndComments:Mi,printNextEmptyLine:ui}}}),Qh=ko({"src/language-yaml/print/flow-mapping-sequence.js"(Rn,di){In();var{builders:{ifBreak:vn,line:Vn,softline:Fn,hardline:En,join:xn}}=yc(),{isEmptyNode:Nn,getLast:ui,hasEndComments:Mi}=fp(),{printNextEmptyLine:ea,alignWithSpaces:zi}=yp();function ta(ji,oa,Ra){let Ba=ji.getValue(),la=Ba.type==="flowMapping",La=la?"{":"[",Ea=la?"}":"]",Xa=Fn;la&&Ba.children.length>0&&Ra.bracketSpacing&&(Xa=Vn);let Fa=ui(Ba.children),Zo=Fa&&Fa.type==="flowMappingItem"&&Nn(Fa.key)&&Nn(Fa.value);return[La,zi(Ra.tabWidth,[Xa,ki(ji,oa,Ra),Ra.trailingComma==="none"?"":vn(","),Mi(Ba)?[En,xn(En,ji.map(oa,"endComments"))]:""]),Zo?"":Xa,Ea]}function ki(ji,oa,Ra){let Ba=ji.getValue();return ji.map((la,La)=>[oa(),La===Ba.children.length-1?"":[",",Vn,Ba.children[La].position.start.line!==Ba.children[La+1].position.start.line?ea(la,Ra.originalText):""]],"children")}di.exports={printFlowMapping:ta,printFlowSequence:ta}}}),i0=ko({"src/language-yaml/print/mapping-item.js"(Rn,di){In();var{builders:{conditionalGroup:vn,group:Vn,hardline:Fn,ifBreak:En,join:xn,line:Nn}}=yc(),{hasLeadingComments:ui,hasMiddleComments:Mi,hasTrailingComment:ea,hasEndComments:zi,isNode:ta,isEmptyNode:ki,isInlineNode:ji}=fp(),{alignWithSpaces:oa}=yp();function Ra(Ea,Xa,Fa,Zo,Ui){let{key:Ta,value:Fi}=Ea,aa=ki(Ta),Un=ki(Fi);if(aa&&Un)return": ";let Gi=Zo("key"),ra=la(Ea)?" ":"";if(Un)return Ea.type==="flowMappingItem"&&Xa.type==="flowMapping"?Gi:Ea.type==="mappingItem"&&Ba(Ta.content,Ui)&&!ea(Ta.content)&&(!Xa.tag||Xa.tag.value!=="tag:yaml.org,2002:set")?[Gi,ra,":"]:["? ",oa(2,Gi)];let da=Zo("value");if(aa)return[": ",oa(2,da)];if(ui(Fi)||!ji(Ta.content))return["? ",oa(2,Gi),Fn,xn("",Fa.map(Zo,"value","leadingComments").map(Mo=>[Mo,Fn])),": ",oa(2,da)];if(La(Ta.content)&&!ui(Ta.content)&&!Mi(Ta.content)&&!ea(Ta.content)&&!zi(Ta)&&!ui(Fi.content)&&!Mi(Fi.content)&&!zi(Fi)&&Ba(Fi.content,Ui))return[Gi,ra,": ",da];let va=Symbol("mappingKey"),Aa=Vn([En("? "),Vn(oa(2,Gi),{id:va})]),to=[Fn,": ",oa(2,da)],Bo=[ra,":"];ui(Fi.content)||zi(Fi)&&Fi.content&&!ta(Fi.content,["mapping","sequence"])||Xa.type==="mapping"&&ea(Ta.content)&&ji(Fi.content)||ta(Fi.content,["mapping","sequence"])&&Fi.content.tag===null&&Fi.content.anchor===null?Bo.push(Fn):Fi.content&&Bo.push(Nn),Bo.push(da);let Jo=oa(Ui.tabWidth,Bo);return Ba(Ta.content,Ui)&&!ui(Ta.content)&&!Mi(Ta.content)&&!zi(Ta)?vn([[Gi,Jo]]):vn([[Aa,En(to,Jo,{groupId:va})]])}function Ba(Ea,Xa){if(!Ea)return!0;switch(Ea.type){case"plain":case"quoteSingle":case"quoteDouble":break;case"alias":return!0;default:return!1}if(Xa.proseWrap==="preserve")return Ea.position.start.line===Ea.position.end.line;if(/\\$/m.test(Xa.originalText.slice(Ea.position.start.offset,Ea.position.end.offset)))return!1;switch(Xa.proseWrap){case"never":return!Ea.value.includes(`
`);case"always":return!/[\n ]/.test(Ea.value);default:return!1}}function la(Ea){return Ea.key.content&&Ea.key.content.type==="alias"}function La(Ea){if(!Ea)return!0;switch(Ea.type){case"plain":case"quoteDouble":case"quoteSingle":return Ea.position.start.line===Ea.position.end.line;case"alias":return!0;default:return!1}}di.exports=Ra}}),m0=ko({"src/language-yaml/print/block.js"(Rn,di){In();var{builders:{dedent:vn,dedentToRoot:Vn,fill:Fn,hardline:En,join:xn,line:Nn,literalline:ui,markAsRoot:Mi},utils:{getDocParts:ea}}=yc(),{getAncestorCount:zi,getBlockValueLineContents:ta,hasIndicatorComment:ki,isLastDescendantNode:ji,isNode:oa}=fp(),{alignWithSpaces:Ra}=yp();function Ba(la,La,Ea){let Xa=la.getValue(),Fa=zi(la,aa=>oa(aa,["sequence","mapping"])),Zo=ji(la),Ui=[Xa.type==="blockFolded"?">":"|"];Xa.indent!==null&&Ui.push(Xa.indent.toString()),Xa.chomping!=="clip"&&Ui.push(Xa.chomping==="keep"?"+":"-"),ki(Xa)&&Ui.push(" ",La("indicatorComment"));let Ta=ta(Xa,{parentIndent:Fa,isLastDescendant:Zo,options:Ea}),Fi=[];for(let[aa,Un]of Ta.entries())aa===0&&Fi.push(En),Fi.push(Fn(ea(xn(Nn,Un)))),aa!==Ta.length-1?Fi.push(Un.length===0?En:Mi(ui)):Xa.chomping==="keep"&&Zo&&Fi.push(Vn(Un.length===0?En:ui));return Xa.indent===null?Ui.push(vn(Ra(Ea.tabWidth,Fi))):Ui.push(Vn(Ra(Xa.indent-1+Fa,Fi))),Ui}di.exports=Ba}}),Kp=ko({"src/language-yaml/printer-yaml.js"(Rn,di){In();var{builders:{breakParent:vn,fill:Vn,group:Fn,hardline:En,join:xn,line:Nn,lineSuffix:ui,literalline:Mi},utils:{getDocParts:ea,replaceTextEndOfLine:zi}}=yc(),{isPreviousLineEmpty:ta}=Gc(),{insertPragma:ki,isPragma:ji}=rf(),{locStart:oa}=bp(),Ra=Zc(),{getFlowScalarLineContents:Ba,getLastDescendantNode:la,hasLeadingComments:La,hasMiddleComments:Ea,hasTrailingComment:Xa,hasEndComments:Fa,hasPrettierIgnore:Zo,isLastDescendantNode:Ui,isNode:Ta,isInlineNode:Fi}=fp(),aa=Sp(),{alignWithSpaces:Un,printNextEmptyLine:Gi,shouldPrintEndComments:ra}=yp(),{printFlowMapping:da,printFlowSequence:va}=Qh(),Aa=i0(),to=m0();function Bo(Oo,ys,tl){let $s=Oo.getValue(),pl=[];$s.type!=="mappingValue"&&La($s)&&pl.push([xn(En,Oo.map(tl,"leadingComments")),En]);let{tag:Vo,anchor:As}=$s;Vo&&pl.push(tl("tag")),Vo&&As&&pl.push(" "),As&&pl.push(tl("anchor"));let dl="";Ta($s,["mapping","sequence","comment","directive","mappingItem","sequenceItem"])&&!Ui(Oo)&&(dl=Gi(Oo,ys.originalText)),(Vo||As)&&(Ta($s,["sequence","mapping"])&&!Ea($s)?pl.push(En):pl.push(" ")),Ea($s)&&pl.push([$s.middleComments.length===1?"":En,xn(En,Oo.map(tl,"middleComments")),En]);let al=Oo.getParentNode();return Zo(Oo)?pl.push(zi(ys.originalText.slice($s.position.start.offset,$s.position.end.offset).trimEnd(),Mi)):pl.push(Fn(Jo($s,al,Oo,ys,tl))),Xa($s)&&!Ta($s,["document","documentHead"])&&pl.push(ui([$s.type==="mappingValue"&&!$s.content?"":" ",al.type==="mappingKey"&&Oo.getParentNode(2).type==="mapping"&&Fi($s)?"":vn,tl("trailingComment")])),ra($s)&&pl.push(Un($s.type==="sequenceItem"?2:0,[En,xn(En,Oo.map(Ou=>[ta(ys.originalText,Ou.getValue(),oa)?En:"",tl()],"endComments"))])),pl.push(dl),pl}function Jo(Oo,ys,tl,$s,pl){switch(Oo.type){case"root":{let{children:Vo}=Oo,As=[];tl.each((al,Ou)=>{let Rs=Vo[Ou],fs=Vo[Ou+1];Ou!==0&&As.push(En),As.push(pl()),_s(Rs,fs)?(As.push(En,"..."),Xa(Rs)&&As.push(" ",pl("trailingComment"))):fs&&!Xa(fs.head)&&As.push(En,"---")},"children");let dl=la(Oo);return(!Ta(dl,["blockLiteral","blockFolded"])||dl.chomping!=="keep")&&As.push(En),As}case"document":{let Vo=ys.children[tl.getName()+1],As=[];return bo(Oo,Vo,ys,$s)==="head"&&((Oo.head.children.length>0||Oo.head.endComments.length>0)&&As.push(pl("head")),Xa(Oo.head)?As.push(["---"," ",pl(["head","trailingComment"])]):As.push("---")),Mo(Oo)&&As.push(pl("body")),xn(En,As)}case"documentHead":return xn(En,[...tl.map(pl,"children"),...tl.map(pl,"endComments")]);case"documentBody":{let{children:Vo,endComments:As}=Oo,dl="";if(Vo.length>0&&As.length>0){let al=la(Oo);Ta(al,["blockFolded","blockLiteral"])?al.chomping!=="keep"&&(dl=[En,En]):dl=En}return[xn(En,tl.map(pl,"children")),dl,xn(En,tl.map(pl,"endComments"))]}case"directive":return["%",xn(" ",[Oo.name,...Oo.parameters])];case"comment":return["#",Oo.value];case"alias":return["*",Oo.value];case"tag":return $s.originalText.slice(Oo.position.start.offset,Oo.position.end.offset);case"anchor":return["&",Oo.value];case"plain":return Bs(Oo.type,$s.originalText.slice(Oo.position.start.offset,Oo.position.end.offset),$s);case"quoteDouble":case"quoteSingle":{let Vo="'",As='"',dl=$s.originalText.slice(Oo.position.start.offset+1,Oo.position.end.offset-1);if(Oo.type==="quoteSingle"&&dl.includes("\\")||Oo.type==="quoteDouble"&&/\\[^"]/.test(dl)){let Ou=Oo.type==="quoteDouble"?As:Vo;return[Ou,Bs(Oo.type,dl,$s),Ou]}if(dl.includes(As))return[Vo,Bs(Oo.type,Oo.type==="quoteDouble"?dl.replace(/\\"/g,As).replace(/'/g,Vo.repeat(2)):dl,$s),Vo];if(dl.includes(Vo))return[As,Bs(Oo.type,Oo.type==="quoteSingle"?dl.replace(/''/g,Vo):dl,$s),As];let al=$s.singleQuote?Vo:As;return[al,Bs(Oo.type,dl,$s),al]}case"blockFolded":case"blockLiteral":return to(tl,pl,$s);case"mapping":case"sequence":return xn(En,tl.map(pl,"children"));case"sequenceItem":return["- ",Un(2,Oo.content?pl("content"):"")];case"mappingKey":case"mappingValue":return Oo.content?pl("content"):"";case"mappingItem":case"flowMappingItem":return Aa(Oo,ys,tl,pl,$s);case"flowMapping":return da(tl,pl,$s);case"flowSequence":return va(tl,pl,$s);case"flowSequenceItem":return pl("content");default:throw new Error(`Unexpected node type ${Oo.type}`)}}function Mo(Oo){return Oo.body.children.length>0||Fa(Oo.body)}function _s(Oo,ys){return Xa(Oo)||ys&&(ys.head.children.length>0||Fa(ys.head))}function bo(Oo,ys,tl,$s){return tl.children[0]===Oo&&/---(?:\s|$)/.test($s.originalText.slice(oa(Oo),oa(Oo)+4))||Oo.head.children.length>0||Fa(Oo.head)||Xa(Oo.head)?"head":_s(Oo,ys)?!1:ys?"root":!1}function Bs(Oo,ys,tl){let $s=Ba(Oo,ys,tl);return xn(En,$s.map(pl=>Vn(ea(xn(Nn,pl)))))}function Xo(Oo,ys){if(Ta(ys))switch(delete ys.position,ys.type){case"comment":if(ji(ys.value))return null;break;case"quoteDouble":case"quoteSingle":ys.type="quote";break}}di.exports={preprocess:aa,embed:Ra,print:Bo,massageAstNode:Xo,insertPragma:ki}}}),Jh=ko({"src/language-yaml/options.js"(Rn,di){In();var vn=Kc();di.exports={bracketSpacing:vn.bracketSpacing,singleQuote:vn.singleQuote,proseWrap:vn.proseWrap}}}),$h=ko({"src/language-yaml/parsers.js"(){In()}}),jh=ko({"node_modules/linguist-languages/data/YAML.json"(Rn,di){di.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}}}),Wm=ko({"src/language-yaml/index.js"(Rn,di){In();var vn=Pf(),Vn=Kp(),Fn=Jh(),En=$h(),xn=[vn(jh(),Nn=>({since:"1.14.0",parsers:["yaml"],vscodeLanguageIds:["yaml","ansible","home-assistant"],filenames:[...Nn.filenames.filter(ui=>ui!=="yarn.lock"),".prettierrc",".stylelintrc",".lintstagedrc"]}))];di.exports={languages:xn,printers:{yaml:Vn},options:Fn,parsers:En}}}),d0=ko({"src/languages.js"(Rn,di){In(),di.exports=[jd(),Fp(),vo(),Io(),Fc(),Nf(),Wm()]}});In();var{version:om}=rs(),nf=qh(),{getSupportInfo:a0}=um(),l0=gf(),Zh=d0(),e0=yc();function Yf(Rn){let di=arguments.length>1&&arguments[1]!==void 0?arguments[1]:1;return function(){for(var vn=arguments.length,Vn=new Array(vn),Fn=0;Fn<vn;Fn++)Vn[Fn]=arguments[Fn];let En=Vn[di]||{},xn=En.plugins||[];return Vn[di]=Object.assign(Object.assign({},En),{},{plugins:[...Zh,...Array.isArray(xn)?xn:Object.values(xn)]}),Rn(...Vn)}}var Kh=Yf(nf.formatWithCursor);hn.exports={formatWithCursor:Kh,format(Rn,di){return Kh(Rn,di).formatted},check(Rn,di){let{formatted:vn}=Kh(Rn,di);return vn===Rn},doc:e0,getSupportInfo:Yf(a0,0),version:om,util:l0,__debug:{parse:Yf(nf.parse),formatAST:Yf(nf.formatAST),formatDoc:Yf(nf.formatDoc),printToDoc:Yf(nf.printToDoc),printDocToString:Yf(nf.printDocToString)}}});return Lr()})})(standalone);var standaloneExports=standalone.exports;const prettier=getDefaultExportFromCjs(standaloneExports);var parserPostcss={exports:{}};(function(e,t){(function(y){e.exports=y()})(function(){var y=(sa,qa)=>()=>(qa||sa((qa={exports:{}}).exports,qa),qa.exports),n=y((sa,qa)=>{var To=function(Hi){return Hi&&Hi.Math==Math&&Hi};qa.exports=To(typeof globalThis=="object"&&globalThis)||To(typeof window=="object"&&window)||To(typeof self=="object"&&self)||To(typeof commonjsGlobal=="object"&&commonjsGlobal)||function(){return this}()||Function("return this")()}),k=y((sa,qa)=>{qa.exports=function(To){try{return!!To()}catch{return!0}}}),L=y((sa,qa)=>{var To=k();qa.exports=!To(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!=7})}),$=y((sa,qa)=>{var To=k();qa.exports=!To(function(){var Hi=(function(){}).bind();return typeof Hi!="function"||Hi.hasOwnProperty("prototype")})}),j=y((sa,qa)=>{var To=$(),Hi=Function.prototype.call;qa.exports=To?Hi.bind(Hi):function(){return Hi.apply(Hi,arguments)}}),V=y(sa=>{var qa={}.propertyIsEnumerable,To=Object.getOwnPropertyDescriptor,Hi=To&&!qa.call({1:2},1);sa.f=Hi?function(na){var Ma=To(this,na);return!!Ma&&Ma.enumerable}:qa}),z=y((sa,qa)=>{qa.exports=function(To,Hi){return{enumerable:!(To&1),configurable:!(To&2),writable:!(To&4),value:Hi}}}),re=y((sa,qa)=>{var To=$(),Hi=Function.prototype,na=Hi.call,Ma=To&&Hi.bind.bind(na,na);qa.exports=To?Ma:function(Ns){return function(){return na.apply(Ns,arguments)}}}),ie=y((sa,qa)=>{var To=re(),Hi=To({}.toString),na=To("".slice);qa.exports=function(Ma){return na(Hi(Ma),8,-1)}}),oe=y((sa,qa)=>{var To=re(),Hi=k(),na=ie(),Ma=Object,Ns=To("".split);qa.exports=Hi(function(){return!Ma("z").propertyIsEnumerable(0)})?function(cs){return na(cs)=="String"?Ns(cs,""):Ma(cs)}:Ma}),ue=y((sa,qa)=>{qa.exports=function(To){return To==null}}),de=y((sa,qa)=>{var To=ue(),Hi=TypeError;qa.exports=function(na){if(To(na))throw Hi("Can't call method on "+na);return na}}),pe=y((sa,qa)=>{var To=oe(),Hi=de();qa.exports=function(na){return To(Hi(na))}}),Ie=y((sa,qa)=>{var To=typeof document=="object"&&document.all,Hi=typeof To>"u"&&To!==void 0;qa.exports={all:To,IS_HTMLDDA:Hi}}),he=y((sa,qa)=>{var To=Ie(),Hi=To.all;qa.exports=To.IS_HTMLDDA?function(na){return typeof na=="function"||na===Hi}:function(na){return typeof na=="function"}}),Ce=y((sa,qa)=>{var To=he(),Hi=Ie(),na=Hi.all;qa.exports=Hi.IS_HTMLDDA?function(Ma){return typeof Ma=="object"?Ma!==null:To(Ma)||Ma===na}:function(Ma){return typeof Ma=="object"?Ma!==null:To(Ma)}}),_e=y((sa,qa)=>{var To=n(),Hi=he(),na=function(Ma){return Hi(Ma)?Ma:void 0};qa.exports=function(Ma,Ns){return arguments.length<2?na(To[Ma]):To[Ma]&&To[Ma][Ns]}}),Ne=y((sa,qa)=>{var To=re();qa.exports=To({}.isPrototypeOf)}),Fe=y((sa,qa)=>{var To=_e();qa.exports=To("navigator","userAgent")||""}),Ue=y((sa,qa)=>{var To=n(),Hi=Fe(),na=To.process,Ma=To.Deno,Ns=na&&na.versions||Ma&&Ma.version,cs=Ns&&Ns.v8,vl,Bl;cs&&(vl=cs.split("."),Bl=vl[0]>0&&vl[0]<4?1:+(vl[0]+vl[1])),!Bl&&Hi&&(vl=Hi.match(/Edge\/(\d+)/),(!vl||vl[1]>=74)&&(vl=Hi.match(/Chrome\/(\d+)/),vl&&(Bl=+vl[1]))),qa.exports=Bl}),kt=y((sa,qa)=>{var To=Ue(),Hi=k();qa.exports=!!Object.getOwnPropertySymbols&&!Hi(function(){var na=Symbol();return!String(na)||!(Object(na)instanceof Symbol)||!Symbol.sham&&To&&To<41})}),Et=y((sa,qa)=>{var To=kt();qa.exports=To&&!Symbol.sham&&typeof Symbol.iterator=="symbol"}),Ve=y((sa,qa)=>{var To=_e(),Hi=he(),na=Ne(),Ma=Et(),Ns=Object;qa.exports=Ma?function(cs){return typeof cs=="symbol"}:function(cs){var vl=To("Symbol");return Hi(vl)&&na(vl.prototype,Ns(cs))}}),qe=y((sa,qa)=>{var To=String;qa.exports=function(Hi){try{return To(Hi)}catch{return"Object"}}}),jt=y((sa,qa)=>{var To=he(),Hi=qe(),na=TypeError;qa.exports=function(Ma){if(To(Ma))return Ma;throw na(Hi(Ma)+" is not a function")}}),tr=y((sa,qa)=>{var To=jt(),Hi=ue();qa.exports=function(na,Ma){var Ns=na[Ma];return Hi(Ns)?void 0:To(Ns)}}),rr=y((sa,qa)=>{var To=j(),Hi=he(),na=Ce(),Ma=TypeError;qa.exports=function(Ns,cs){var vl,Bl;if(cs==="string"&&Hi(vl=Ns.toString)&&!na(Bl=To(vl,Ns))||Hi(vl=Ns.valueOf)&&!na(Bl=To(vl,Ns))||cs!=="string"&&Hi(vl=Ns.toString)&&!na(Bl=To(vl,Ns)))return Bl;throw Ma("Can't convert object to primitive value")}}),ar=y((sa,qa)=>{qa.exports=!1}),nr=y((sa,qa)=>{var To=n(),Hi=Object.defineProperty;qa.exports=function(na,Ma){try{Hi(To,na,{value:Ma,configurable:!0,writable:!0})}catch{To[na]=Ma}return Ma}}),ur=y((sa,qa)=>{var To=n(),Hi=nr(),na="__core-js_shared__",Ma=To[na]||Hi(na,{});qa.exports=Ma}),cr=y((sa,qa)=>{var To=ar(),Hi=ur();(qa.exports=function(na,Ma){return Hi[na]||(Hi[na]=Ma!==void 0?Ma:{})})("versions",[]).push({version:"3.26.1",mode:To?"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"})}),_r=y((sa,qa)=>{var To=de(),Hi=Object;qa.exports=function(na){return Hi(To(na))}}),hr=y((sa,qa)=>{var To=re(),Hi=_r(),na=To({}.hasOwnProperty);qa.exports=Object.hasOwn||function(Ma,Ns){return na(Hi(Ma),Ns)}}),Er=y((sa,qa)=>{var To=re(),Hi=0,na=Math.random(),Ma=To(1 .toString);qa.exports=function(Ns){return"Symbol("+(Ns===void 0?"":Ns)+")_"+Ma(++Hi+na,36)}}),kr=y((sa,qa)=>{var To=n(),Hi=cr(),na=hr(),Ma=Er(),Ns=kt(),cs=Et(),vl=Hi("wks"),Bl=To.Symbol,Au=Bl&&Bl.for,xs=cs?Bl:Bl&&Bl.withoutSetter||Ma;qa.exports=function(ju){if(!na(vl,ju)||!(Ns||typeof vl[ju]=="string")){var Lu="Symbol."+ju;Ns&&na(Bl,ju)?vl[ju]=Bl[ju]:cs&&Au?vl[ju]=Au(Lu):vl[ju]=xs(Lu)}return vl[ju]}}),xr=y((sa,qa)=>{var To=j(),Hi=Ce(),na=Ve(),Ma=tr(),Ns=rr(),cs=kr(),vl=TypeError,Bl=cs("toPrimitive");qa.exports=function(Au,xs){if(!Hi(Au)||na(Au))return Au;var ju=Ma(Au,Bl),Lu;if(ju){if(xs===void 0&&(xs="default"),Lu=To(ju,Au,xs),!Hi(Lu)||na(Lu))return Lu;throw vl("Can't convert object to primitive value")}return xs===void 0&&(xs="number"),Ns(Au,xs)}}),yr=y((sa,qa)=>{var To=xr(),Hi=Ve();qa.exports=function(na){var Ma=To(na,"string");return Hi(Ma)?Ma:Ma+""}}),br=y((sa,qa)=>{var To=n(),Hi=Ce(),na=To.document,Ma=Hi(na)&&Hi(na.createElement);qa.exports=function(Ns){return Ma?na.createElement(Ns):{}}}),Ir=y((sa,qa)=>{var To=L(),Hi=k(),na=br();qa.exports=!To&&!Hi(function(){return Object.defineProperty(na("div"),"a",{get:function(){return 7}}).a!=7})}),Mr=y(sa=>{var qa=L(),To=j(),Hi=V(),na=z(),Ma=pe(),Ns=yr(),cs=hr(),vl=Ir(),Bl=Object.getOwnPropertyDescriptor;sa.f=qa?Bl:function(Au,xs){if(Au=Ma(Au),xs=Ns(xs),vl)try{return Bl(Au,xs)}catch{}if(cs(Au,xs))return na(!To(Hi.f,Au,xs),Au[xs])}}),mr=y((sa,qa)=>{var To=L(),Hi=k();qa.exports=To&&Hi(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!=42})}),gr=y((sa,qa)=>{var To=Ce(),Hi=String,na=TypeError;qa.exports=function(Ma){if(To(Ma))return Ma;throw na(Hi(Ma)+" is not an object")}}),jr=y(sa=>{var qa=L(),To=Ir(),Hi=mr(),na=gr(),Ma=yr(),Ns=TypeError,cs=Object.defineProperty,vl=Object.getOwnPropertyDescriptor,Bl="enumerable",Au="configurable",xs="writable";sa.f=qa?Hi?function(ju,Lu,Pc){if(na(ju),Lu=Ma(Lu),na(Pc),typeof ju=="function"&&Lu==="prototype"&&"value"in Pc&&xs in Pc&&!Pc[xs]){var Nc=vl(ju,Lu);Nc&&Nc[xs]&&(ju[Lu]=Pc.value,Pc={configurable:Au in Pc?Pc[Au]:Nc[Au],enumerable:Bl in Pc?Pc[Bl]:Nc[Bl],writable:!1})}return cs(ju,Lu,Pc)}:cs:function(ju,Lu,Pc){if(na(ju),Lu=Ma(Lu),na(Pc),To)try{return cs(ju,Lu,Pc)}catch{}if("get"in Pc||"set"in Pc)throw Ns("Accessors not supported");return"value"in Pc&&(ju[Lu]=Pc.value),ju}}),Hr=y((sa,qa)=>{var To=L(),Hi=jr(),na=z();qa.exports=To?function(Ma,Ns,cs){return Hi.f(Ma,Ns,na(1,cs))}:function(Ma,Ns,cs){return Ma[Ns]=cs,Ma}}),Vr=y((sa,qa)=>{var To=L(),Hi=hr(),na=Function.prototype,Ma=To&&Object.getOwnPropertyDescriptor,Ns=Hi(na,"name"),cs=Ns&&(function(){}).name==="something",vl=Ns&&(!To||To&&Ma(na,"name").configurable);qa.exports={EXISTS:Ns,PROPER:cs,CONFIGURABLE:vl}}),zr=y((sa,qa)=>{var To=re(),Hi=he(),na=ur(),Ma=To(Function.toString);Hi(na.inspectSource)||(na.inspectSource=function(Ns){return Ma(Ns)}),qa.exports=na.inspectSource}),Sr=y((sa,qa)=>{var To=n(),Hi=he(),na=To.WeakMap;qa.exports=Hi(na)&&/native code/.test(String(na))}),Tr=y((sa,qa)=>{var To=cr(),Hi=Er(),na=To("keys");qa.exports=function(Ma){return na[Ma]||(na[Ma]=Hi(Ma))}}),Br=y((sa,qa)=>{qa.exports={}}),vr=y((sa,qa)=>{var To=Sr(),Hi=n(),na=Ce(),Ma=Hr(),Ns=hr(),cs=ur(),vl=Tr(),Bl=Br(),Au="Object already initialized",xs=Hi.TypeError,ju=Hi.WeakMap,Lu,Pc,Nc,gc=function(Us){return Nc(Us)?Pc(Us):Lu(Us,{})},Wl=function(Us){return function(Vs){var Lr;if(!na(Vs)||(Lr=Pc(Vs)).type!==Us)throw xs("Incompatible receiver, "+Us+" required");return Lr}};To||cs.state?(ps=cs.state||(cs.state=new ju),ps.get=ps.get,ps.has=ps.has,ps.set=ps.set,Lu=function(Us,Vs){if(ps.has(Us))throw xs(Au);return Vs.facade=Us,ps.set(Us,Vs),Vs},Pc=function(Us){return ps.get(Us)||{}},Nc=function(Us){return ps.has(Us)}):(Ds=vl("state"),Bl[Ds]=!0,Lu=function(Us,Vs){if(Ns(Us,Ds))throw xs(Au);return Vs.facade=Us,Ma(Us,Ds,Vs),Vs},Pc=function(Us){return Ns(Us,Ds)?Us[Ds]:{}},Nc=function(Us){return Ns(Us,Ds)});var ps,Ds;qa.exports={set:Lu,get:Pc,has:Nc,enforce:gc,getterFor:Wl}}),Cr=y((sa,qa)=>{var To=k(),Hi=he(),na=hr(),Ma=L(),Ns=Vr().CONFIGURABLE,cs=zr(),vl=vr(),Bl=vl.enforce,Au=vl.get,xs=Object.defineProperty,ju=Ma&&!To(function(){return xs(function(){},"length",{value:8}).length!==8}),Lu=String(String).split("String"),Pc=qa.exports=function(Nc,gc,Wl){String(gc).slice(0,7)==="Symbol("&&(gc="["+String(gc).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),Wl&&Wl.getter&&(gc="get "+gc),Wl&&Wl.setter&&(gc="set "+gc),(!na(Nc,"name")||Ns&&Nc.name!==gc)&&(Ma?xs(Nc,"name",{value:gc,configurable:!0}):Nc.name=gc),ju&&Wl&&na(Wl,"arity")&&Nc.length!==Wl.arity&&xs(Nc,"length",{value:Wl.arity});try{Wl&&na(Wl,"constructor")&&Wl.constructor?Ma&&xs(Nc,"prototype",{writable:!1}):Nc.prototype&&(Nc.prototype=void 0)}catch{}var ps=Bl(Nc);return na(ps,"source")||(ps.source=Lu.join(typeof gc=="string"?gc:"")),Nc};Function.prototype.toString=Pc(function(){return Hi(this)&&Au(this).source||cs(this)},"toString")}),Dr=y((sa,qa)=>{var To=he(),Hi=jr(),na=Cr(),Ma=nr();qa.exports=function(Ns,cs,vl,Bl){Bl||(Bl={});var Au=Bl.enumerable,xs=Bl.name!==void 0?Bl.name:cs;if(To(vl)&&na(vl,xs,Bl),Bl.global)Au?Ns[cs]=vl:Ma(cs,vl);else{try{Bl.unsafe?Ns[cs]&&(Au=!0):delete Ns[cs]}catch{}Au?Ns[cs]=vl:Hi.f(Ns,cs,{value:vl,enumerable:!1,configurable:!Bl.nonConfigurable,writable:!Bl.nonWritable})}return Ns}}),Rr=y((sa,qa)=>{var To=Math.ceil,Hi=Math.floor;qa.exports=Math.trunc||function(na){var Ma=+na;return(Ma>0?Hi:To)(Ma)}}),Wr=y((sa,qa)=>{var To=Rr();qa.exports=function(Hi){var na=+Hi;return na!==na||na===0?0:To(na)}}),Kr=y((sa,qa)=>{var To=Wr(),Hi=Math.max,na=Math.min;qa.exports=function(Ma,Ns){var cs=To(Ma);return cs<0?Hi(cs+Ns,0):na(cs,Ns)}}),Nr=y((sa,qa)=>{var To=Wr(),Hi=Math.min;qa.exports=function(na){return na>0?Hi(To(na),9007199254740991):0}}),Fr=y((sa,qa)=>{var To=Nr();qa.exports=function(Hi){return To(Hi.length)}}),Qr=y((sa,qa)=>{var To=pe(),Hi=Kr(),na=Fr(),Ma=function(Ns){return function(cs,vl,Bl){var Au=To(cs),xs=na(Au),ju=Hi(Bl,xs),Lu;if(Ns&&vl!=vl){for(;xs>ju;)if(Lu=Au[ju++],Lu!=Lu)return!0}else for(;xs>ju;ju++)if((Ns||ju in Au)&&Au[ju]===vl)return Ns||ju||0;return!Ns&&-1}};qa.exports={includes:Ma(!0),indexOf:Ma(!1)}}),ca=y((sa,qa)=>{var To=re(),Hi=hr(),na=pe(),Ma=Qr().indexOf,Ns=Br(),cs=To([].push);qa.exports=function(vl,Bl){var Au=na(vl),xs=0,ju=[],Lu;for(Lu in Au)!Hi(Ns,Lu)&&Hi(Au,Lu)&&cs(ju,Lu);for(;Bl.length>xs;)Hi(Au,Lu=Bl[xs++])&&(~Ma(ju,Lu)||cs(ju,Lu));return ju}}),Po=y((sa,qa)=>{qa.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]}),Wa=y(sa=>{var qa=ca(),To=Po(),Hi=To.concat("length","prototype");sa.f=Object.getOwnPropertyNames||function(na){return qa(na,Hi)}}),Go=y(sa=>{sa.f=Object.getOwnPropertySymbols}),us=y((sa,qa)=>{var To=_e(),Hi=re(),na=Wa(),Ma=Go(),Ns=gr(),cs=Hi([].concat);qa.exports=To("Reflect","ownKeys")||function(vl){var Bl=na.f(Ns(vl)),Au=Ma.f;return Au?cs(Bl,Au(vl)):Bl}}),Kn=y((sa,qa)=>{var To=hr(),Hi=us(),na=Mr(),Ma=jr();qa.exports=function(Ns,cs,vl){for(var Bl=Hi(cs),Au=Ma.f,xs=na.f,ju=0;ju<Bl.length;ju++){var Lu=Bl[ju];!To(Ns,Lu)&&!(vl&&To(vl,Lu))&&Au(Ns,Lu,xs(cs,Lu))}}}),Gr=y((sa,qa)=>{var To=k(),Hi=he(),na=/#|\.prototype\./,Ma=function(Au,xs){var ju=cs[Ns(Au)];return ju==Bl?!0:ju==vl?!1:Hi(xs)?To(xs):!!xs},Ns=Ma.normalize=function(Au){return String(Au).replace(na,".").toLowerCase()},cs=Ma.data={},vl=Ma.NATIVE="N",Bl=Ma.POLYFILL="P";qa.exports=Ma}),Ar=y((sa,qa)=>{var To=n(),Hi=Mr().f,na=Hr(),Ma=Dr(),Ns=nr(),cs=Kn(),vl=Gr();qa.exports=function(Bl,Au){var xs=Bl.target,ju=Bl.global,Lu=Bl.stat,Pc,Nc,gc,Wl,ps,Ds;if(ju?Nc=To:Lu?Nc=To[xs]||Ns(xs,{}):Nc=(To[xs]||{}).prototype,Nc)for(gc in Au){if(ps=Au[gc],Bl.dontCallGetSet?(Ds=Hi(Nc,gc),Wl=Ds&&Ds.value):Wl=Nc[gc],Pc=vl(ju?gc:xs+(Lu?".":"#")+gc,Bl.forced),!Pc&&Wl!==void 0){if(typeof ps==typeof Wl)continue;cs(ps,Wl)}(Bl.sham||Wl&&Wl.sham)&&na(ps,"sham",!0),Ma(Nc,gc,ps,Bl)}}}),On=y(()=>{var sa=Ar(),qa=n();sa({global:!0,forced:qa.globalThis!==qa},{globalThis:qa})}),kn=y(()=>{On()}),Sa=y((sa,qa)=>{kn();var To=Object.defineProperty,Hi=Object.getOwnPropertyDescriptor,na=Object.getOwnPropertyNames,Ma=Object.prototype.hasOwnProperty,Ns=(Mn,ka)=>function(){return Mn&&(ka=(0,Mn[na(Mn)[0]])(Mn=0)),ka},cs=(Mn,ka)=>function(){return ka||(0,Mn[na(Mn)[0]])((ka={exports:{}}).exports,ka),ka.exports},vl=(Mn,ka)=>{for(var xa in ka)To(Mn,xa,{get:ka[xa],enumerable:!0})},Bl=(Mn,ka,xa,Na)=>{if(ka&&typeof ka=="object"||typeof ka=="function")for(let Ha of na(ka))!Ma.call(Mn,Ha)&&Ha!==xa&&To(Mn,Ha,{get:()=>ka[Ha],enumerable:!(Na=Hi(ka,Ha))||Na.enumerable});return Mn},Au=Mn=>Bl(To({},"__esModule",{value:!0}),Mn),xs=Ns({"<define:process>"(){}}),ju=cs({"src/common/parser-create-error.js"(Mn,ka){xs();function xa(Na,Ha){let _o=new SyntaxError(Na+" ("+Ha.start.line+":"+Ha.start.column+")");return _o.loc=Ha,_o}ka.exports=xa}}),Lu=cs({"src/utils/get-last.js"(Mn,ka){xs();var xa=Na=>Na[Na.length-1];ka.exports=xa}}),Pc=cs({"src/utils/front-matter/parse.js"(Mn,ka){xs();var xa=new RegExp("^(?<startDelimiter>-{3}|\\+{3})(?<language>[^\\n]*)\\n(?:|(?<value>.*?)\\n)(?<endDelimiter>\\k<startDelimiter>|\\.{3})[^\\S\\n]*(?:\\n|$)","s");function Na(Ha){let _o=Ha.match(xa);if(!_o)return{content:Ha};let{startDelimiter:ro,language:vo,value:za="",endDelimiter:fo}=_o.groups,zn=vo.trim()||"yaml";if(ro==="+++"&&(zn="toml"),zn!=="yaml"&&ro!==fo)return{content:Ha};let[Sn]=_o;return{frontMatter:{type:"front-matter",lang:zn,value:za,startDelimiter:ro,endDelimiter:fo,raw:Sn.replace(/\n$/,"")},content:Sn.replace(/[^\n]/g," ")+Ha.slice(Sn.length)}}ka.exports=Na}}),Nc={};vl(Nc,{EOL:()=>Fo,arch:()=>Wi,cpus:()=>Lr,default:()=>hs,endianness:()=>gc,freemem:()=>Us,getNetworkInterfaces:()=>Vi,hostname:()=>Wl,loadavg:()=>ps,networkInterfaces:()=>Ln,platform:()=>pa,release:()=>hn,tmpDir:()=>Ki,tmpdir:()=>Eo,totalmem:()=>Vs,type:()=>Zn,uptime:()=>Ds});function gc(){if(typeof Yo>"u"){var Mn=new ArrayBuffer(2),ka=new Uint8Array(Mn),xa=new Uint16Array(Mn);if(ka[0]=1,ka[1]=2,xa[0]===258)Yo="BE";else if(xa[0]===513)Yo="LE";else throw new Error("unable to figure out endianess")}return Yo}function Wl(){return typeof globalThis.location<"u"?globalThis.location.hostname:""}function ps(){return[]}function Ds(){return 0}function Us(){return Number.MAX_VALUE}function Vs(){return Number.MAX_VALUE}function Lr(){return[]}function Zn(){return"Browser"}function hn(){return typeof globalThis.navigator<"u"?globalThis.navigator.appVersion:""}function Ln(){}function Vi(){}function Wi(){return"javascript"}function pa(){return"browser"}function Ki(){return"/tmp"}var Yo,Eo,Fo,hs,An=Ns({"node-modules-polyfills:os"(){xs(),Eo=Ki,Fo=`
`,hs={EOL:Fo,tmpdir:Eo,tmpDir:Ki,networkInterfaces:Ln,getNetworkInterfaces:Vi,release:hn,type:Zn,cpus:Lr,totalmem:Vs,freemem:Us,uptime:Ds,loadavg:ps,hostname:Wl,endianness:gc}}}),Uo=cs({"node-modules-polyfills-commonjs:os"(Mn,ka){xs();var xa=(An(),Au(Nc));if(xa&&xa.default){ka.exports=xa.default;for(let Na in xa)ka.exports[Na]=xa[Na]}else xa&&(ka.exports=xa)}}),cu=cs({"node_modules/detect-newline/index.js"(Mn,ka){xs();var xa=Na=>{if(typeof Na!="string")throw new TypeError("Expected a string");let Ha=Na.match(/(?:\r?\n)/g)||[];if(Ha.length===0)return;let _o=Ha.filter(vo=>vo===`\r
`).length,ro=Ha.length-_o;return _o>ro?`\r
`:`
`};ka.exports=xa,ka.exports.graceful=Na=>typeof Na=="string"&&xa(Na)||`
`}}),ko=cs({"node_modules/jest-docblock/build/index.js"(Mn){xs(),Object.defineProperty(Mn,"__esModule",{value:!0}),Mn.extract=fa,Mn.parse=xo,Mn.parseWithComments=ss,Mn.print=as,Mn.strip=Io;function ka(){let js=Uo();return ka=function(){return js},js}function xa(){let js=Na(cu());return xa=function(){return js},js}function Na(js){return js&&js.__esModule?js:{default:js}}var Ha=/\*\/$/,_o=/^\/\*\*?/,ro=/^\s*(\/\*\*?(.|\r?\n)*?\*\/)/,vo=/(^|\s+)\/\/([^\r\n]*)/g,za=/^(\r?\n)+/,fo=/(?:^|\r?\n) *(@[^\r\n]*?) *\r?\n *(?![^@\r\n]*\/\/[^]*)([^@\r\n\s][^@\r\n]+?) *\r?\n/g,zn=/(?:^|\r?\n) *@(\S+) *([^\r\n]*)/g,Sn=/(\r?\n|^) *\* ?/g,Ia=[];function fa(js){let zs=js.match(ro);return zs?zs[0].trimLeft():""}function Io(js){let zs=js.match(ro);return zs&&zs[0]?js.substring(zs[0].length):js}function xo(js){return ss(js).pragmas}function ss(js){let zs=(0,xa().default)(js)||ka().EOL;js=js.replace(_o,"").replace(Ha,"").replace(Sn,"$1");let nl="";for(;nl!==js;)nl=js,js=js.replace(fo,`${zs}$1 $2${zs}`);js=js.replace(za,"").trimRight();let xu=Object.create(null),zu=js.replace(zn,"").replace(za,"").trimRight(),cc;for(;cc=zn.exec(js);){let Mc=cc[2].replace(vo,"");typeof xu[cc[1]]=="string"||Array.isArray(xu[cc[1]])?xu[cc[1]]=Ia.concat(xu[cc[1]],Mc):xu[cc[1]]=Mc}return{comments:zu,pragmas:xu}}function as(js){let{comments:zs="",pragmas:nl={}}=js,xu=(0,xa().default)(zs)||ka().EOL,zu="/**",cc=" *",Mc=" */",kc=Object.keys(nl),Fc=kc.map(Ic=>No(Ic,nl[Ic])).reduce((Ic,Bu)=>Ic.concat(Bu),[]).map(Ic=>`${cc} ${Ic}${xu}`).join("");if(!zs){if(kc.length===0)return"";if(kc.length===1&&!Array.isArray(nl[kc[0]])){let Ic=nl[kc[0]];return`${zu} ${No(kc[0],Ic)[0]}${Mc}`}}let Bc=zs.split(xu).map(Ic=>`${cc} ${Ic}`).join(xu)+xu;return zu+xu+(zs?Bc:"")+(zs&&kc.length?cc+xu:"")+Fc+Mc}function No(js,zs){return Ia.concat(zs).map(nl=>`@${js} ${nl}`.trim())}}}),vu=cs({"src/common/end-of-line.js"(Mn,ka){xs();function xa(ro){let vo=ro.indexOf("\r");return vo>=0?ro.charAt(vo+1)===`
`?"crlf":"cr":"lf"}function Na(ro){switch(ro){case"cr":return"\r";case"crlf":return`\r
`;default:return`
`}}function Ha(ro,vo){let za;switch(vo){case`
`:za=/\n/g;break;case"\r":za=/\r/g;break;case`\r
`:za=/\r\n/g;break;default:throw new Error(`Unexpected "eol" ${JSON.stringify(vo)}.`)}let fo=ro.match(za);return fo?fo.length:0}function _o(ro){return ro.replace(/\r\n?/g,`
`)}ka.exports={guessEndOfLine:xa,convertEndOfLineToChars:Na,countEndOfLineChars:Ha,normalizeEndOfLine:_o}}}),Ul=cs({"src/language-js/utils/get-shebang.js"(Mn,ka){xs();function xa(Na){if(!Na.startsWith("#!"))return"";let Ha=Na.indexOf(`
`);return Ha===-1?Na:Na.slice(0,Ha)}ka.exports=xa}}),tc=cs({"src/language-js/pragma.js"(Mn,ka){xs();var{parseWithComments:xa,strip:Na,extract:Ha,print:_o}=ko(),{normalizeEndOfLine:ro}=vu(),vo=Ul();function za(Sn){let Ia=vo(Sn);Ia&&(Sn=Sn.slice(Ia.length+1));let fa=Ha(Sn),{pragmas:Io,comments:xo}=xa(fa);return{shebang:Ia,text:Sn,pragmas:Io,comments:xo}}function fo(Sn){let Ia=Object.keys(za(Sn).pragmas);return Ia.includes("prettier")||Ia.includes("format")}function zn(Sn){let{shebang:Ia,text:fa,pragmas:Io,comments:xo}=za(Sn),ss=Na(fa),as=_o({pragmas:Object.assign({format:""},Io),comments:xo.trimStart()});return(Ia?`${Ia}
`:"")+ro(as)+(ss.startsWith(`
`)?`
`:`
`)+ss}ka.exports={hasPragma:fo,insertPragma:zn}}}),Fu=cs({"src/language-css/pragma.js"(Mn,ka){xs();var xa=tc(),Na=Pc();function Ha(ro){return xa.hasPragma(Na(ro).content)}function _o(ro){let{frontMatter:vo,content:za}=Na(ro);return(vo?vo.raw+`
`:"")+xa.insertPragma(za)}ka.exports={hasPragma:Ha,insertPragma:_o}}}),Ku=cs({"src/utils/text/skip.js"(Mn,ka){xs();function xa(vo){return(za,fo,zn)=>{let Sn=zn&&zn.backwards;if(fo===!1)return!1;let{length:Ia}=za,fa=fo;for(;fa>=0&&fa<Ia;){let Io=za.charAt(fa);if(vo instanceof RegExp){if(!vo.test(Io))return fa}else if(!vo.includes(Io))return fa;Sn?fa--:fa++}return fa===-1||fa===Ia?fa:!1}}var Na=xa(/\s/),Ha=xa(" "),_o=xa(",; "),ro=xa(/[^\n\r]/);ka.exports={skipWhitespace:Na,skipSpaces:Ha,skipToLineEnd:_o,skipEverythingButNewLine:ro}}}),In=cs({"src/utils/line-column-to-index.js"(Mn,ka){xs(),ka.exports=function(xa,Na){let Ha=0;for(let _o=0;_o<xa.line-1;++_o)Ha=Na.indexOf(`
`,Ha)+1;return Ha+xa.column}}}),rs=cs({"src/language-css/loc.js"(Mn,ka){xs();var{skipEverythingButNewLine:xa}=Ku(),Na=Lu(),Ha=In();function _o(fa,Io){return typeof fa.sourceIndex=="number"?fa.sourceIndex:fa.source?Ha(fa.source.start,Io)-1:null}function ro(fa,Io){if(fa.type==="css-comment"&&fa.inline)return xa(Io,fa.source.startOffset);let xo=fa.nodes&&Na(fa.nodes);return xo&&fa.source&&!fa.source.end&&(fa=xo),fa.source&&fa.source.end?Ha(fa.source.end,Io):null}function vo(fa,Io){fa.source&&(fa.source.startOffset=_o(fa,Io),fa.source.endOffset=ro(fa,Io));for(let xo in fa){let ss=fa[xo];xo==="source"||!ss||typeof ss!="object"||(ss.type==="value-root"||ss.type==="value-unknown"?za(ss,fo(fa),ss.text||ss.value):vo(ss,Io))}}function za(fa,Io,xo){fa.source&&(fa.source.startOffset=_o(fa,xo)+Io,fa.source.endOffset=ro(fa,xo)+Io);for(let ss in fa){let as=fa[ss];ss==="source"||!as||typeof as!="object"||za(as,Io,xo)}}function fo(fa){let Io=fa.source.startOffset;return typeof fa.prop=="string"&&(Io+=fa.prop.length),fa.type==="css-atrule"&&typeof fa.name=="string"&&(Io+=1+fa.name.length+fa.raws.afterName.match(/^\s*:?\s*/)[0].length),fa.type!=="css-atrule"&&fa.raws&&typeof fa.raws.between=="string"&&(Io+=fa.raws.between.length),Io}function zn(fa){let Io="initial",xo="initial",ss,as=!1,No=[];for(let js=0;js<fa.length;js++){let zs=fa[js];switch(Io){case"initial":if(zs==="'"){Io="single-quotes";continue}if(zs==='"'){Io="double-quotes";continue}if((zs==="u"||zs==="U")&&fa.slice(js,js+4).toLowerCase()==="url("){Io="url",js+=3;continue}if(zs==="*"&&fa[js-1]==="/"){Io="comment-block";continue}if(zs==="/"&&fa[js-1]==="/"){Io="comment-inline",ss=js-1;continue}continue;case"single-quotes":if(zs==="'"&&fa[js-1]!=="\\"&&(Io=xo,xo="initial"),zs===`
`||zs==="\r")return fa;continue;case"double-quotes":if(zs==='"'&&fa[js-1]!=="\\"&&(Io=xo,xo="initial"),zs===`
`||zs==="\r")return fa;continue;case"url":if(zs===")"&&(Io="initial"),zs===`
`||zs==="\r")return fa;if(zs==="'"){Io="single-quotes",xo="url";continue}if(zs==='"'){Io="double-quotes",xo="url";continue}continue;case"comment-block":zs==="/"&&fa[js-1]==="*"&&(Io="initial");continue;case"comment-inline":(zs==='"'||zs==="'"||zs==="*")&&(as=!0),(zs===`
`||zs==="\r")&&(as&&No.push([ss,js]),Io="initial",as=!1);continue}}for(let[js,zs]of No)fa=fa.slice(0,js)+fa.slice(js,zs).replace(/["'*]/g," ")+fa.slice(zs);return fa}function Sn(fa){return fa.source.startOffset}function Ia(fa){return fa.source.endOffset}ka.exports={locStart:Sn,locEnd:Ia,calculateLoc:vo,replaceQuotesInInlineComments:zn}}}),Vl=cs({"src/utils/is-non-empty-array.js"(Mn,ka){xs();function xa(Na){return Array.isArray(Na)&&Na.length>0}ka.exports=xa}}),Eu=cs({"src/language-css/utils/has-scss-interpolation.js"(Mn,ka){xs();var xa=Vl();function Na(Ha){if(xa(Ha)){for(let _o=Ha.length-1;_o>0;_o--)if(Ha[_o].type==="word"&&Ha[_o].value==="{"&&Ha[_o-1].type==="word"&&Ha[_o-1].value.endsWith("#"))return!0}return!1}ka.exports=Na}}),ml=cs({"src/language-css/utils/has-string-or-function.js"(Mn,ka){xs();function xa(Na){return Na.some(Ha=>Ha.type==="string"||Ha.type==="func")}ka.exports=xa}}),Uu=cs({"src/language-css/utils/is-less-parser.js"(Mn,ka){xs();function xa(Na){return Na.parser==="css"||Na.parser==="less"}ka.exports=xa}}),Ac=cs({"src/language-css/utils/is-scss.js"(Mn,ka){xs();function xa(Na,Ha){return Na==="less"||Na==="scss"?Na==="scss":/(?:\w\s*:\s*[^:}]+|#){|@import[^\n]+(?:url|,)/.test(Ha)}ka.exports=xa}}),od=cs({"src/language-css/utils/is-scss-nested-property-node.js"(Mn,ka){xs();function xa(Na){return Na.selector?Na.selector.replace(/\/\*.*?\*\//,"").replace(/\/\/.*\n/,"").trim().endsWith(":"):!1}ka.exports=xa}}),ld=cs({"src/language-css/utils/is-scss-variable.js"(Mn,ka){xs();function xa(Na){return!!((Na==null?void 0:Na.type)==="word"&&Na.value.startsWith("$"))}ka.exports=xa}}),gp=cs({"src/language-css/utils/stringify-node.js"(Mn,ka){xs();function xa(Na){var Ha,_o,ro;if(Na.groups){var vo,za,fo;let as=((vo=Na.open)===null||vo===void 0?void 0:vo.value)||"",No=Na.groups.map(zs=>xa(zs)).join(((za=Na.groups[0])===null||za===void 0?void 0:za.type)==="comma_group"?",":""),js=((fo=Na.close)===null||fo===void 0?void 0:fo.value)||"";return as+No+js}let zn=((Ha=Na.raws)===null||Ha===void 0?void 0:Ha.before)||"",Sn=((_o=Na.raws)===null||_o===void 0?void 0:_o.quote)||"",Ia=Na.type==="atword"?"@":"",fa=Na.value||"",Io=Na.unit||"",xo=Na.group?xa(Na.group):"",ss=((ro=Na.raws)===null||ro===void 0?void 0:ro.after)||"";return zn+Sn+Ia+fa+Sn+Io+xo+ss}ka.exports=xa}}),lp=cs({"src/language-css/utils/is-module-rule-name.js"(Mn,ka){xs();var xa=new Set(["import","use","forward"]);function Na(Ha){return xa.has(Ha)}ka.exports=Na}}),Oc=cs({"node_modules/postcss-values-parser/lib/node.js"(Mn,ka){xs();var xa=function(Na,Ha){let _o=new Na.constructor;for(let ro in Na){if(!Na.hasOwnProperty(ro))continue;let vo=Na[ro],za=typeof vo;ro==="parent"&&za==="object"?Ha&&(_o[ro]=Ha):ro==="source"?_o[ro]=vo:vo instanceof Array?_o[ro]=vo.map(fo=>xa(fo,_o)):ro!=="before"&&ro!=="after"&&ro!=="between"&&ro!=="semicolon"&&(za==="object"&&vo!==null&&(vo=xa(vo)),_o[ro]=vo)}return _o};ka.exports=class{constructor(Na){Na=Na||{},this.raws={before:"",after:""};for(let Ha in Na)this[Ha]=Na[Ha]}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(Na){Na=Na||{};let Ha=xa(this);for(let _o in Na)Ha[_o]=Na[_o];return Ha}cloneBefore(Na){Na=Na||{};let Ha=this.clone(Na);return this.parent.insertBefore(this,Ha),Ha}cloneAfter(Na){Na=Na||{};let Ha=this.clone(Na);return this.parent.insertAfter(this,Ha),Ha}replaceWith(){let Na=Array.prototype.slice.call(arguments);if(this.parent){for(let Ha of Na)this.parent.insertBefore(this,Ha);this.remove()}return this}moveTo(Na){return this.cleanRaws(this.root()===Na.root()),this.remove(),Na.append(this),this}moveBefore(Na){return this.cleanRaws(this.root()===Na.root()),this.remove(),Na.parent.insertBefore(Na,this),this}moveAfter(Na){return this.cleanRaws(this.root()===Na.root()),this.remove(),Na.parent.insertAfter(Na,this),this}next(){let Na=this.parent.index(this);return this.parent.nodes[Na+1]}prev(){let Na=this.parent.index(this);return this.parent.nodes[Na-1]}toJSON(){let Na={};for(let Ha in this){if(!this.hasOwnProperty(Ha)||Ha==="parent")continue;let _o=this[Ha];_o instanceof Array?Na[Ha]=_o.map(ro=>typeof ro=="object"&&ro.toJSON?ro.toJSON():ro):typeof _o=="object"&&_o.toJSON?Na[Ha]=_o.toJSON():Na[Ha]=_o}return Na}root(){let Na=this;for(;Na.parent;)Na=Na.parent;return Na}cleanRaws(Na){delete this.raws.before,delete this.raws.after,Na||delete this.raws.between}positionInside(Na){let Ha=this.toString(),_o=this.source.start.column,ro=this.source.start.line;for(let vo=0;vo<Na;vo++)Ha[vo]===`
`?(_o=1,ro+=1):_o+=1;return{line:ro,column:_o}}positionBy(Na){let Ha=this.source.start;if(Object(Na).index)Ha=this.positionInside(Na.index);else if(Object(Na).word){let _o=this.toString().indexOf(Na.word);_o!==-1&&(Ha=this.positionInside(_o))}return Ha}}}}),Hd=cs({"node_modules/postcss-values-parser/lib/container.js"(Mn,ka){xs();var xa=Oc(),Na=class extends xa{constructor(Ha){super(Ha),this.nodes||(this.nodes=[])}push(Ha){return Ha.parent=this,this.nodes.push(Ha),this}each(Ha){this.lastEach||(this.lastEach=0),this.indexes||(this.indexes={}),this.lastEach+=1;let _o=this.lastEach,ro,vo;if(this.indexes[_o]=0,!!this.nodes){for(;this.indexes[_o]<this.nodes.length&&(ro=this.indexes[_o],vo=Ha(this.nodes[ro],ro),vo!==!1);)this.indexes[_o]+=1;return delete this.indexes[_o],vo}}walk(Ha){return this.each((_o,ro)=>{let vo=Ha(_o,ro);return vo!==!1&&_o.walk&&(vo=_o.walk(Ha)),vo})}walkType(Ha,_o){if(!Ha||!_o)throw new Error("Parameters {type} and {callback} are required.");let ro=typeof Ha=="function";return this.walk((vo,za)=>{if(ro&&vo instanceof Ha||!ro&&vo.type===Ha)return _o.call(this,vo,za)})}append(Ha){return Ha.parent=this,this.nodes.push(Ha),this}prepend(Ha){return Ha.parent=this,this.nodes.unshift(Ha),this}cleanRaws(Ha){if(super.cleanRaws(Ha),this.nodes)for(let _o of this.nodes)_o.cleanRaws(Ha)}insertAfter(Ha,_o){let ro=this.index(Ha),vo;this.nodes.splice(ro+1,0,_o);for(let za in this.indexes)vo=this.indexes[za],ro<=vo&&(this.indexes[za]=vo+this.nodes.length);return this}insertBefore(Ha,_o){let ro=this.index(Ha),vo;this.nodes.splice(ro,0,_o);for(let za in this.indexes)vo=this.indexes[za],ro<=vo&&(this.indexes[za]=vo+this.nodes.length);return this}removeChild(Ha){Ha=this.index(Ha),this.nodes[Ha].parent=void 0,this.nodes.splice(Ha,1);let _o;for(let ro in this.indexes)_o=this.indexes[ro],_o>=Ha&&(this.indexes[ro]=_o-1);return this}removeAll(){for(let Ha of this.nodes)Ha.parent=void 0;return this.nodes=[],this}every(Ha){return this.nodes.every(Ha)}some(Ha){return this.nodes.some(Ha)}index(Ha){return typeof Ha=="number"?Ha:this.nodes.indexOf(Ha)}get first(){if(this.nodes)return this.nodes[0]}get last(){if(this.nodes)return this.nodes[this.nodes.length-1]}toString(){let Ha=this.nodes.map(String).join("");return this.value&&(Ha=this.value+Ha),this.raws.before&&(Ha=this.raws.before+Ha),this.raws.after&&(Ha+=this.raws.after),Ha}};Na.registerWalker=Ha=>{let _o="walk"+Ha.name;_o.lastIndexOf("s")!==_o.length-1&&(_o+="s"),!Na.prototype[_o]&&(Na.prototype[_o]=function(ro){return this.walkType(Ha,ro)})},ka.exports=Na}}),nd=cs({"node_modules/postcss-values-parser/lib/root.js"(Mn,ka){xs();var xa=Hd();ka.exports=class extends xa{constructor(Na){super(Na),this.type="root"}}}}),Ap=cs({"node_modules/postcss-values-parser/lib/value.js"(Mn,ka){xs();var xa=Hd();ka.exports=class extends xa{constructor(Na){super(Na),this.type="value",this.unbalanced=0}}}}),Tp=cs({"node_modules/postcss-values-parser/lib/atword.js"(Mn,ka){xs();var xa=Hd(),Na=class extends xa{constructor(Ha){super(Ha),this.type="atword"}toString(){return this.quoted&&this.raws.quote,[this.raws.before,"@",String.prototype.toString.call(this.value),this.raws.after].join("")}};xa.registerWalker(Na),ka.exports=Na}}),Sf=cs({"node_modules/postcss-values-parser/lib/colon.js"(Mn,ka){xs();var xa=Hd(),Na=Oc(),Ha=class extends Na{constructor(_o){super(_o),this.type="colon"}};xa.registerWalker(Ha),ka.exports=Ha}}),Af=cs({"node_modules/postcss-values-parser/lib/comma.js"(Mn,ka){xs();var xa=Hd(),Na=Oc(),Ha=class extends Na{constructor(_o){super(_o),this.type="comma"}};xa.registerWalker(Ha),ka.exports=Ha}}),lf=cs({"node_modules/postcss-values-parser/lib/comment.js"(Mn,ka){xs();var xa=Hd(),Na=Oc(),Ha=class extends Na{constructor(_o){super(_o),this.type="comment",this.inline=Object(_o).inline||!1}toString(){return[this.raws.before,this.inline?"//":"/*",String(this.value),this.inline?"":"*/",this.raws.after].join("")}};xa.registerWalker(Ha),ka.exports=Ha}}),Op=cs({"node_modules/postcss-values-parser/lib/function.js"(Mn,ka){xs();var xa=Hd(),Na=class extends xa{constructor(Ha){super(Ha),this.type="func",this.unbalanced=-1}};xa.registerWalker(Na),ka.exports=Na}}),sm=cs({"node_modules/postcss-values-parser/lib/number.js"(Mn,ka){xs();var xa=Hd(),Na=Oc(),Ha=class extends Na{constructor(_o){super(_o),this.type="number",this.unit=Object(_o).unit||""}toString(){return[this.raws.before,String(this.value),this.unit,this.raws.after].join("")}};xa.registerWalker(Ha),ka.exports=Ha}}),Df=cs({"node_modules/postcss-values-parser/lib/operator.js"(Mn,ka){xs();var xa=Hd(),Na=Oc(),Ha=class extends Na{constructor(_o){super(_o),this.type="operator"}};xa.registerWalker(Ha),ka.exports=Ha}}),yc=cs({"node_modules/postcss-values-parser/lib/paren.js"(Mn,ka){xs();var xa=Hd(),Na=Oc(),Ha=class extends Na{constructor(_o){super(_o),this.type="paren",this.parenType=""}};xa.registerWalker(Ha),ka.exports=Ha}}),Tf=cs({"node_modules/postcss-values-parser/lib/string.js"(Mn,ka){xs();var xa=Hd(),Na=Oc(),Ha=class extends Na{constructor(_o){super(_o),this.type="string"}toString(){let _o=this.quoted?this.raws.quote:"";return[this.raws.before,_o,this.value+"",_o,this.raws.after].join("")}};xa.registerWalker(Ha),ka.exports=Ha}}),Ep=cs({"node_modules/postcss-values-parser/lib/word.js"(Mn,ka){xs();var xa=Hd(),Na=Oc(),Ha=class extends Na{constructor(_o){super(_o),this.type="word"}};xa.registerWalker(Ha),ka.exports=Ha}}),uf=cs({"node_modules/postcss-values-parser/lib/unicode-range.js"(Mn,ka){xs();var xa=Hd(),Na=Oc(),Ha=class extends Na{constructor(_o){super(_o),this.type="unicode-range"}};xa.registerWalker(Ha),ka.exports=Ha}});function Ff(){throw new Error("setTimeout has not been defined")}function Cf(){throw new Error("clearTimeout has not been defined")}function Uf(Mn){if(Td===setTimeout)return setTimeout(Mn,0);if((Td===Ff||!Td)&&setTimeout)return Td=setTimeout,setTimeout(Mn,0);try{return Td(Mn,0)}catch{try{return Td.call(null,Mn,0)}catch{return Td.call(this,Mn,0)}}}function Hp(Mn){if(Sd===clearTimeout)return clearTimeout(Mn);if((Sd===Cf||!Sd)&&clearTimeout)return Sd=clearTimeout,clearTimeout(Mn);try{return Sd(Mn)}catch{try{return Sd.call(null,Mn)}catch{return Sd.call(this,Mn)}}}function lm(){!cf||!Gc||(cf=!1,Gc.length?Pp=Gc.concat(Pp):Jf=-1,Pp.length&&Tm())}function Tm(){if(!cf){var Mn=Uf(lm);cf=!0;for(var ka=Pp.length;ka;){for(Gc=Pp,Pp=[];++Jf<ka;)Gc&&Gc[Jf].run();Jf=-1,ka=Pp.length}Gc=null,cf=!1,Hp(Mn)}}function Xp(Mn){var ka=new Array(arguments.length-1);if(arguments.length>1)for(var xa=1;xa<arguments.length;xa++)ka[xa-1]=arguments[xa];Pp.push(new Qf(Mn,ka)),Pp.length===1&&!cf&&Uf(Tm)}function Qf(Mn,ka){this.fun=Mn,this.array=ka}function Of(){}function Zm(Mn){throw new Error("process.binding is not supported")}function Rf(){return"/"}function Dh(Mn){throw new Error("process.chdir is not supported")}function um(){return 0}function Cm(Mn){var ka=qc.call(Du)*.001,xa=Math.floor(ka),Na=Math.floor(ka%1*1e9);return Mn&&(xa=xa-Mn[0],Na=Na-Mn[1],Na<0&&(xa--,Na+=1e9)),[xa,Na]}function wm(){var Mn=new Date,ka=Mn-id;return ka/1e3}var Td,Sd,Pp,cf,Gc,Jf,$m,df,xm,Nm,Bd,cm,If,kf,dm,ep,fm,Lp,Vf,Yr,Wn,vi,Du,qc,id,Wd,pf,Mf=Ns({"node-modules-polyfills:process"(){xs(),Td=Ff,Sd=Cf,typeof globalThis.setTimeout=="function"&&(Td=setTimeout),typeof globalThis.clearTimeout=="function"&&(Sd=clearTimeout),Pp=[],cf=!1,Jf=-1,Qf.prototype.run=function(){this.fun.apply(null,this.array)},$m="browser",df="browser",xm=!0,Nm={},Bd=[],cm="",If={},kf={},dm={},ep=Of,fm=Of,Lp=Of,Vf=Of,Yr=Of,Wn=Of,vi=Of,Du=globalThis.performance||{},qc=Du.now||Du.mozNow||Du.msNow||Du.oNow||Du.webkitNow||function(){return new Date().getTime()},id=new Date,Wd={nextTick:Xp,title:$m,browser:xm,env:Nm,argv:Bd,version:cm,versions:If,on:ep,addListener:fm,once:Lp,off:Vf,removeListener:Yr,removeAllListeners:Wn,emit:vi,binding:Zm,cwd:Rf,chdir:Dh,umask:um,hrtime:Cm,platform:df,release:kf,config:dm,uptime:wm},pf=Wd}}),Am,jm,tp=Ns({"node_modules/rollup-plugin-node-polyfills/polyfills/inherits.js"(){xs(),typeof Object.create=="function"?Am=function(Mn,ka){Mn.super_=ka,Mn.prototype=Object.create(ka.prototype,{constructor:{value:Mn,enumerable:!1,writable:!0,configurable:!0}})}:Am=function(Mn,ka){Mn.super_=ka;var xa=function(){};xa.prototype=ka.prototype,Mn.prototype=new xa,Mn.prototype.constructor=Mn},jm=Am}}),Hf={};vl(Hf,{_extend:()=>Mh,debuglog:()=>Dm,default:()=>Bh,deprecate:()=>bh,format:()=>Fm,inherits:()=>jm,inspect:()=>Rp,isArray:()=>Um,isBoolean:()=>rh,isBuffer:()=>wf,isDate:()=>Qp,isError:()=>Gf,isFunction:()=>_m,isNull:()=>hm,isNullOrUndefined:()=>gm,isNumber:()=>Zf,isObject:()=>$p,isPrimitive:()=>Ih,isRegExp:()=>zf,isString:()=>mf,isSymbol:()=>Vm,isUndefined:()=>np,log:()=>kh});function Fm(Mn){if(!mf(Mn)){for(var ka=[],xa=0;xa<arguments.length;xa++)ka.push(Rp(arguments[xa]));return ka.join(" ")}for(var xa=1,Na=arguments,Ha=Na.length,_o=String(Mn).replace(ih,function(za){if(za==="%%")return"%";if(xa>=Ha)return za;switch(za){case"%s":return String(Na[xa++]);case"%d":return Number(Na[xa++]);case"%j":try{return JSON.stringify(Na[xa++])}catch{return"[Circular]"}default:return za}}),ro=Na[xa];xa<Ha;ro=Na[++xa])hm(ro)||!$p(ro)?_o+=" "+ro:_o+=" "+Rp(ro);return _o}function bh(Mn,ka){if(np(globalThis.process))return function(){return bh(Mn,ka).apply(this,arguments)};if(pf.noDeprecation===!0)return Mn;var xa=!1;function Na(){if(!xa){if(pf.throwDeprecation)throw new Error(ka);pf.traceDeprecation?console.trace(ka):console.error(ka),xa=!0}return Mn.apply(this,arguments)}return Na}function Dm(Mn){if(np(Gp)&&(Gp=pf.env.NODE_DEBUG||""),Mn=Mn.toUpperCase(),!Cp[Mn])if(new RegExp("\\b"+Mn+"\\b","i").test(Gp)){var ka=0;Cp[Mn]=function(){var xa=Fm.apply(null,arguments);console.error("%s %d: %s",Mn,ka,xa)}}else Cp[Mn]=function(){};return Cp[Mn]}function Rp(Mn,ka){var xa={seen:[],stylize:Yh};return arguments.length>=3&&(xa.depth=arguments[2]),arguments.length>=4&&(xa.colors=arguments[3]),rh(ka)?xa.showHidden=ka:ka&&Mh(xa,ka),np(xa.showHidden)&&(xa.showHidden=!1),np(xa.depth)&&(xa.depth=2),np(xa.colors)&&(xa.colors=!1),np(xa.customInspect)&&(xa.customInspect=!0),xa.colors&&(xa.stylize=Hh),zp(xa,Mn,xa.depth)}function Hh(Mn,ka){var xa=Rp.styles[ka];return xa?"\x1B["+Rp.colors[xa][0]+"m"+Mn+"\x1B["+Rp.colors[xa][1]+"m":Mn}function Yh(Mn,ka){return Mn}function zh(Mn){var ka={};return Mn.forEach(function(xa,Na){ka[xa]=!0}),ka}function zp(Mn,ka,xa){if(Mn.customInspect&&ka&&_m(ka.inspect)&&ka.inspect!==Rp&&!(ka.constructor&&ka.constructor.prototype===ka)){var Na=ka.inspect(xa,Mn);return mf(Na)||(Na=zp(Mn,Na,xa)),Na}var Ha=rp(Mn,ka);if(Ha)return Ha;var _o=Object.keys(ka),ro=zh(_o);if(Mn.showHidden&&(_o=Object.getOwnPropertyNames(ka)),Gf(ka)&&(_o.indexOf("message")>=0||_o.indexOf("description")>=0))return Oh(ka);if(_o.length===0){if(_m(ka)){var vo=ka.name?": "+ka.name:"";return Mn.stylize("[Function"+vo+"]","special")}if(zf(ka))return Mn.stylize(RegExp.prototype.toString.call(ka),"regexp");if(Qp(ka))return Mn.stylize(Date.prototype.toString.call(ka),"date");if(Gf(ka))return Oh(ka)}var za="",fo=!1,zn=["{","}"];if(Um(ka)&&(fo=!0,zn=["[","]"]),_m(ka)){var Sn=ka.name?": "+ka.name:"";za=" [Function"+Sn+"]"}if(zf(ka)&&(za=" "+RegExp.prototype.toString.call(ka)),Qp(ka)&&(za=" "+Date.prototype.toUTCString.call(ka)),Gf(ka)&&(za=" "+Oh(ka)),_o.length===0&&(!fo||ka.length==0))return zn[0]+za+zn[1];if(xa<0)return zf(ka)?Mn.stylize(RegExp.prototype.toString.call(ka),"regexp"):Mn.stylize("[Object]","special");Mn.seen.push(ka);var Ia;return fo?Ia=yh(Mn,ka,xa,ro,_o):Ia=_o.map(function(fa){return mm(Mn,ka,xa,ro,fa,fo)}),Mn.seen.pop(),Rh(Ia,za,zn)}function rp(Mn,ka){if(np(ka))return Mn.stylize("undefined","undefined");if(mf(ka)){var xa="'"+JSON.stringify(ka).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return Mn.stylize(xa,"string")}if(Zf(ka))return Mn.stylize(""+ka,"number");if(rh(ka))return Mn.stylize(""+ka,"boolean");if(hm(ka))return Mn.stylize("null","null")}function Oh(Mn){return"["+Error.prototype.toString.call(Mn)+"]"}function yh(Mn,ka,xa,Na,Ha){for(var _o=[],ro=0,vo=ka.length;ro<vo;++ro)nh(ka,String(ro))?_o.push(mm(Mn,ka,xa,Na,String(ro),!0)):_o.push("");return Ha.forEach(function(za){za.match(/^\d+$/)||_o.push(mm(Mn,ka,xa,Na,za,!0))}),_o}function mm(Mn,ka,xa,Na,Ha,_o){var ro,vo,za;if(za=Object.getOwnPropertyDescriptor(ka,Ha)||{value:ka[Ha]},za.get?za.set?vo=Mn.stylize("[Getter/Setter]","special"):vo=Mn.stylize("[Getter]","special"):za.set&&(vo=Mn.stylize("[Setter]","special")),nh(Na,Ha)||(ro="["+Ha+"]"),vo||(Mn.seen.indexOf(za.value)<0?(hm(xa)?vo=zp(Mn,za.value,null):vo=zp(Mn,za.value,xa-1),vo.indexOf(`
`)>-1&&(_o?vo=vo.split(`
`).map(function(fo){return" "+fo}).join(`
`).substr(2):vo=`
`+vo.split(`
`).map(function(fo){return" "+fo}).join(`
`))):vo=Mn.stylize("[Circular]","special")),np(ro)){if(_o&&Ha.match(/^\d+$/))return vo;ro=JSON.stringify(""+Ha),ro.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(ro=ro.substr(1,ro.length-2),ro=Mn.stylize(ro,"name")):(ro=ro.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),ro=Mn.stylize(ro,"string"))}return ro+": "+vo}function Rh(Mn,ka,xa){var Na=0,Ha=Mn.reduce(function(_o,ro){return Na++,ro.indexOf(`
`)>=0&&Na++,_o+ro.replace(/\u001b\[\d\d?m/g,"").length+1},0);return Ha>60?xa[0]+(ka===""?"":ka+`
`)+" "+Mn.join(`,
`)+" "+xa[1]:xa[0]+ka+" "+Mn.join(", ")+" "+xa[1]}function Um(Mn){return Array.isArray(Mn)}function rh(Mn){return typeof Mn=="boolean"}function hm(Mn){return Mn===null}function gm(Mn){return Mn==null}function Zf(Mn){return typeof Mn=="number"}function mf(Mn){return typeof Mn=="string"}function Vm(Mn){return typeof Mn=="symbol"}function np(Mn){return Mn===void 0}function zf(Mn){return $p(Mn)&&em(Mn)==="[object RegExp]"}function $p(Mn){return typeof Mn=="object"&&Mn!==null}function Qp(Mn){return $p(Mn)&&em(Mn)==="[object Date]"}function Gf(Mn){return $p(Mn)&&(em(Mn)==="[object Error]"||Mn instanceof Error)}function _m(Mn){return typeof Mn=="function"}function Ih(Mn){return Mn===null||typeof Mn=="boolean"||typeof Mn=="number"||typeof Mn=="string"||typeof Mn=="symbol"||typeof Mn>"u"}function wf(Mn){return Buffer$2.isBuffer(Mn)}function em(Mn){return Object.prototype.toString.call(Mn)}function Om(Mn){return Mn<10?"0"+Mn.toString(10):Mn.toString(10)}function hf(){var Mn=new Date,ka=[Om(Mn.getHours()),Om(Mn.getMinutes()),Om(Mn.getSeconds())].join(":");return[Mn.getDate(),Th[Mn.getMonth()],ka].join(" ")}function kh(){console.log("%s - %s",hf(),Fm.apply(null,arguments))}function Mh(Mn,ka){if(!ka||!$p(ka))return Mn;for(var xa=Object.keys(ka),Na=xa.length;Na--;)Mn[xa[Na]]=ka[xa[Na]];return Mn}function nh(Mn,ka){return Object.prototype.hasOwnProperty.call(Mn,ka)}var ih,Cp,Gp,Th,Bh,Xh=Ns({"node-modules-polyfills:util"(){xs(),Mf(),tp(),ih=/%[sdj%]/g,Cp={},Rp.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]},Rp.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"},Th=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],Bh={inherits:jm,_extend:Mh,log:kh,isBuffer:wf,isPrimitive:Ih,isFunction:_m,isError:Gf,isDate:Qp,isObject:$p,isRegExp:zf,isUndefined:np,isSymbol:Vm,isString:mf,isNumber:Zf,isNullOrUndefined:gm,isNull:hm,isBoolean:rh,isArray:Um,inspect:Rp,deprecate:bh,format:Fm,debuglog:Dm}}}),Hm=cs({"node-modules-polyfills-commonjs:util"(Mn,ka){xs();var xa=(Xh(),Au(Hf));if(xa&&xa.default){ka.exports=xa.default;for(let Na in xa)ka.exports[Na]=xa[Na]}else xa&&(ka.exports=xa)}}),Bf=cs({"node_modules/postcss-values-parser/lib/errors/TokenizeError.js"(Mn,ka){xs();var xa=class extends Error{constructor(Na){super(Na),this.name=this.constructor.name,this.message=Na||"An error ocurred while tokzenizing.",typeof Error.captureStackTrace=="function"?Error.captureStackTrace(this,this.constructor):this.stack=new Error(Na).stack}};ka.exports=xa}}),Ph=cs({"node_modules/postcss-values-parser/lib/tokenize.js"(Mn,ka){xs();var xa=123,Na=125,Ha=40,_o=41,ro=39,vo=34,za=92,fo=47,zn=46,Sn=44,Ia=58,fa=42,Io=45,xo=43,ss=35,as=10,No=32,js=12,zs=9,nl=13,xu=64,zu=101,cc=69,Mc=48,kc=57,Fc=117,Bc=85,Ic=/[ \n\t\r\{\(\)'"\\;,/]/g,Bu=/[ \n\t\r\(\)\{\}\*:;@!&'"\+\|~>,\[\]\\]|\/(?=\*)/g,hu=/[ \n\t\r\(\)\{\}\*:;@!&'"\-\+\|~>,\[\]\\]|\//g,Pu=/^[a-z0-9]/i,fu=/^[a-f0-9?\-]/i,pp=Hm(),Rd=Bf();ka.exports=function(Gd,Ed){Ed=Ed||{};let rd=[],hc=Gd.valueOf(),Vc=hc.length,Hc=-1,Yc=1,Zs=0,Dl=0,Zl=null,Wu,Ys,wc,mc,Bp,sp,Yd,Nf,rf,bp,Zc;function fp(Sp){let yp=pp.format("Unclosed %s at line: %d, column: %d, token: %d",Sp,Yc,Zs-Hc,Zs);throw new Rd(yp)}for(;Zs<Vc;){switch(Wu=hc.charCodeAt(Zs),Wu===as&&(Hc=Zs,Yc+=1),Wu){case as:case No:case zs:case nl:case js:Ys=Zs;do Ys+=1,Wu=hc.charCodeAt(Ys),Wu===as&&(Hc=Ys,Yc+=1);while(Wu===No||Wu===as||Wu===zs||Wu===nl||Wu===js);rd.push(["space",hc.slice(Zs,Ys),Yc,Zs-Hc,Yc,Ys-Hc,Zs]),Zs=Ys-1;break;case Ia:Ys=Zs+1,rd.push(["colon",hc.slice(Zs,Ys),Yc,Zs-Hc,Yc,Ys-Hc,Zs]),Zs=Ys-1;break;case Sn:Ys=Zs+1,rd.push(["comma",hc.slice(Zs,Ys),Yc,Zs-Hc,Yc,Ys-Hc,Zs]),Zs=Ys-1;break;case xa:rd.push(["{","{",Yc,Zs-Hc,Yc,Ys-Hc,Zs]);break;case Na:rd.push(["}","}",Yc,Zs-Hc,Yc,Ys-Hc,Zs]);break;case Ha:Dl++,Zl=!Zl&&Dl===1&&rd.length>0&&rd[rd.length-1][0]==="word"&&rd[rd.length-1][1]==="url",rd.push(["(","(",Yc,Zs-Hc,Yc,Ys-Hc,Zs]);break;case _o:Dl--,Zl=Zl&&Dl>0,rd.push([")",")",Yc,Zs-Hc,Yc,Ys-Hc,Zs]);break;case ro:case vo:wc=Wu===ro?"'":'"',Ys=Zs;do for(rf=!1,Ys=hc.indexOf(wc,Ys+1),Ys===-1&&fp("quote"),bp=Ys;hc.charCodeAt(bp-1)===za;)bp-=1,rf=!rf;while(rf);rd.push(["string",hc.slice(Zs,Ys+1),Yc,Zs-Hc,Yc,Ys-Hc,Zs]),Zs=Ys;break;case xu:Ic.lastIndex=Zs+1,Ic.test(hc),Ic.lastIndex===0?Ys=hc.length-1:Ys=Ic.lastIndex-2,rd.push(["atword",hc.slice(Zs,Ys+1),Yc,Zs-Hc,Yc,Ys-Hc,Zs]),Zs=Ys;break;case za:Ys=Zs,Wu=hc.charCodeAt(Ys+1),rd.push(["word",hc.slice(Zs,Ys+1),Yc,Zs-Hc,Yc,Ys-Hc,Zs]),Zs=Ys;break;case xo:case Io:case fa:if(Ys=Zs+1,Zc=hc.slice(Zs+1,Ys+1),hc.slice(Zs-1,Zs),Wu===Io&&Zc.charCodeAt(0)===Io){Ys++,rd.push(["word",hc.slice(Zs,Ys),Yc,Zs-Hc,Yc,Ys-Hc,Zs]),Zs=Ys-1;break}rd.push(["operator",hc.slice(Zs,Ys),Yc,Zs-Hc,Yc,Ys-Hc,Zs]),Zs=Ys-1;break;default:if(Wu===fo&&(hc.charCodeAt(Zs+1)===fa||Ed.loose&&!Zl&&hc.charCodeAt(Zs+1)===fo)){if(hc.charCodeAt(Zs+1)===fa)Ys=hc.indexOf("*/",Zs+2)+1,Ys===0&&fp("comment");else{let Sp=hc.indexOf(`
`,Zs+2);Ys=Sp!==-1?Sp-1:Vc}sp=hc.slice(Zs,Ys+1),mc=sp.split(`
`),Bp=mc.length-1,Bp>0?(Yd=Yc+Bp,Nf=Ys-mc[Bp].length):(Yd=Yc,Nf=Hc),rd.push(["comment",sp,Yc,Zs-Hc,Yd,Ys-Nf,Zs]),Hc=Nf,Yc=Yd,Zs=Ys}else if(Wu===ss&&!Pu.test(hc.slice(Zs+1,Zs+2)))Ys=Zs+1,rd.push(["#",hc.slice(Zs,Ys),Yc,Zs-Hc,Yc,Ys-Hc,Zs]),Zs=Ys-1;else if((Wu===Fc||Wu===Bc)&&hc.charCodeAt(Zs+1)===xo){Ys=Zs+2;do Ys+=1,Wu=hc.charCodeAt(Ys);while(Ys<Vc&&fu.test(hc.slice(Ys,Ys+1)));rd.push(["unicoderange",hc.slice(Zs,Ys),Yc,Zs-Hc,Yc,Ys-Hc,Zs]),Zs=Ys-1}else if(Wu===fo)Ys=Zs+1,rd.push(["operator",hc.slice(Zs,Ys),Yc,Zs-Hc,Yc,Ys-Hc,Zs]),Zs=Ys-1;else{let Sp=Bu;if(Wu>=Mc&&Wu<=kc&&(Sp=hu),Sp.lastIndex=Zs+1,Sp.test(hc),Sp.lastIndex===0?Ys=hc.length-1:Ys=Sp.lastIndex-2,Sp===hu||Wu===zn){let yp=hc.charCodeAt(Ys),Qh=hc.charCodeAt(Ys+1),i0=hc.charCodeAt(Ys+2);(yp===zu||yp===cc)&&(Qh===Io||Qh===xo)&&i0>=Mc&&i0<=kc&&(hu.lastIndex=Ys+2,hu.test(hc),hu.lastIndex===0?Ys=hc.length-1:Ys=hu.lastIndex-2)}rd.push(["word",hc.slice(Zs,Ys+1),Yc,Zs-Hc,Yc,Ys-Hc,Zs]),Zs=Ys}break}Zs++}return rd}}}),Lh=cs({"node_modules/flatten/index.js"(Mn,ka){xs(),ka.exports=function(xa,Na){if(Na=typeof Na=="number"?Na:1/0,!Na)return Array.isArray(xa)?xa.map(function(_o){return _o}):xa;return Ha(xa,1);function Ha(_o,ro){return _o.reduce(function(vo,za){return Array.isArray(za)&&ro<Na?vo.concat(Ha(za,ro+1)):vo.concat(za)},[])}}}}),zm=cs({"node_modules/indexes-of/index.js"(Mn,ka){xs(),ka.exports=function(xa,Na){for(var Ha=-1,_o=[];(Ha=xa.indexOf(Na,Ha+1))!==-1;)_o.push(Ha);return _o}}}),xp=cs({"node_modules/uniq/uniq.js"(Mn,ka){xs();function xa(_o,ro){for(var vo=1,za=_o.length,fo=_o[0],zn=_o[0],Sn=1;Sn<za;++Sn)if(zn=fo,fo=_o[Sn],ro(fo,zn)){if(Sn===vo){vo++;continue}_o[vo++]=fo}return _o.length=vo,_o}function Na(_o){for(var ro=1,vo=_o.length,za=_o[0],fo=_o[0],zn=1;zn<vo;++zn,fo=za)if(fo=za,za=_o[zn],za!==fo){if(zn===ro){ro++;continue}_o[ro++]=za}return _o.length=ro,_o}function Ha(_o,ro,vo){return _o.length===0?_o:ro?(vo||_o.sort(ro),xa(_o,ro)):(vo||_o.sort(),Na(_o))}ka.exports=Ha}}),Gh=cs({"node_modules/postcss-values-parser/lib/errors/ParserError.js"(Mn,ka){xs();var xa=class extends Error{constructor(Na){super(Na),this.name=this.constructor.name,this.message=Na||"An error ocurred while parsing.",typeof Error.captureStackTrace=="function"?Error.captureStackTrace(this,this.constructor):this.stack=new Error(Na).stack}};ka.exports=xa}}),Ch=cs({"node_modules/postcss-values-parser/lib/parser.js"(Mn,ka){xs();var xa=nd(),Na=Ap(),Ha=Tp(),_o=Sf(),ro=Af(),vo=lf(),za=Op(),fo=sm(),zn=Df(),Sn=yc(),Ia=Tf(),fa=Ep(),Io=uf(),xo=Ph(),ss=Lh(),as=zm(),No=xp(),js=Gh();function zs(nl){return nl.sort((xu,zu)=>xu-zu)}ka.exports=class{constructor(nl,xu){let zu={loose:!1};this.cache=[],this.input=nl,this.options=Object.assign({},zu,xu),this.position=0,this.unbalanced=0,this.root=new xa;let cc=new Na;this.root.append(cc),this.current=cc,this.tokens=xo(nl,this.options)}parse(){return this.loop()}colon(){let nl=this.currToken;this.newNode(new _o({value:nl[1],source:{start:{line:nl[2],column:nl[3]},end:{line:nl[4],column:nl[5]}},sourceIndex:nl[6]})),this.position++}comma(){let nl=this.currToken;this.newNode(new ro({value:nl[1],source:{start:{line:nl[2],column:nl[3]},end:{line:nl[4],column:nl[5]}},sourceIndex:nl[6]})),this.position++}comment(){let nl=!1,xu=this.currToken[1].replace(/\/\*|\*\//g,""),zu;this.options.loose&&xu.startsWith("//")&&(xu=xu.substring(2),nl=!0),zu=new vo({value:xu,inline:nl,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(zu),this.position++}error(nl,xu){throw new js(nl+` at line: ${xu[2]}, column ${xu[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 nl=this.currToken[1],xu;if(nl==="+"||nl==="-"){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 xu=new zn({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(xu)}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 nl=1,xu=this.position+1,zu=this.currToken,cc;for(;xu<this.tokens.length&&nl;){let Mc=this.tokens[xu];Mc[0]==="("&&nl++,Mc[0]===")"&&nl--,xu++}if(nl&&this.error("Expected closing parenthesis",zu),cc=this.current.last,cc&&cc.type==="func"&&cc.unbalanced<0&&(cc.unbalanced=0,this.current=cc),this.current.unbalanced++,this.newNode(new Sn({value:zu[1],source:{start:{line:zu[2],column:zu[3]},end:{line:zu[4],column:zu[5]}},sourceIndex:zu[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 Mc=this.nextToken,kc=this.currToken[1],Fc={line:this.currToken[2],column:this.currToken[3]};for(;Mc&&Mc[0]!==")"&&this.current.unbalanced;)this.position++,kc+=this.currToken[1],Mc=this.nextToken;this.position!==this.tokens.length-1&&(this.position++,this.newNode(new fa({value:kc,source:{start:Fc,end:{line:this.currToken[4],column:this.currToken[5]}},sourceIndex:this.currToken[6]})))}}parenClose(){let nl=this.currToken;this.newNode(new Sn({value:nl[1],source:{start:{line:nl[2],column:nl[3]},end:{line:nl[4],column:nl[5]}},sourceIndex:nl[6]})),this.position++,!(this.position>=this.tokens.length-1&&!this.current.unbalanced)&&(this.current.unbalanced--,this.current.unbalanced<0&&this.error("Expected opening parenthesis",nl),!this.current.unbalanced&&this.cache.length&&(this.current=this.cache.pop()))}space(){let nl=this.currToken;this.position===this.tokens.length-1||this.nextToken[0]===","||this.nextToken[0]===")"?(this.current.last.raws.after+=nl[1],this.position++):(this.spaces=nl[1],this.position++)}unicodeRange(){let nl=this.currToken;this.newNode(new Io({value:nl[1],source:{start:{line:nl[2],column:nl[3]},end:{line:nl[4],column:nl[5]}},sourceIndex:nl[6]})),this.position++}splitWord(){let nl=this.nextToken,xu=this.currToken[1],zu=/^[\+\-]?((\d+(\.\d*)?)|(\.\d+))([eE][\+\-]?\d+)?/,cc=/^(?!\#([a-z0-9]+))[\#\{\}]/gi,Mc,kc;if(!cc.test(xu))for(;nl&&nl[0]==="word";){this.position++;let Fc=this.currToken[1];xu+=Fc,nl=this.nextToken}Mc=as(xu,"@"),kc=zs(No(ss([[0],Mc]))),kc.forEach((Fc,Bc)=>{let Ic=kc[Bc+1]||xu.length,Bu=xu.slice(Fc,Ic),hu;if(~Mc.indexOf(Fc))hu=new Ha({value:Bu.slice(1),source:{start:{line:this.currToken[2],column:this.currToken[3]+Fc},end:{line:this.currToken[4],column:this.currToken[3]+(Ic-1)}},sourceIndex:this.currToken[6]+kc[Bc]});else if(zu.test(this.currToken[1])){let Pu=Bu.replace(zu,"");hu=new fo({value:Bu.replace(Pu,""),source:{start:{line:this.currToken[2],column:this.currToken[3]+Fc},end:{line:this.currToken[4],column:this.currToken[3]+(Ic-1)}},sourceIndex:this.currToken[6]+kc[Bc],unit:Pu})}else hu=new(nl&&nl[0]==="("?za:fa)({value:Bu,source:{start:{line:this.currToken[2],column:this.currToken[3]+Fc},end:{line:this.currToken[4],column:this.currToken[3]+(Ic-1)}},sourceIndex:this.currToken[6]+kc[Bc]}),hu.type==="word"?(hu.isHex=/^#(.+)/.test(Bu),hu.isColor=/^#([0-9a-f]{3}|[0-9a-f]{4}|[0-9a-f]{6}|[0-9a-f]{8})$/i.test(Bu)):this.cache.push(this.current);this.newNode(hu)}),this.position++}string(){let nl=this.currToken,xu=this.currToken[1],zu=/^(\"|\')/,cc=zu.test(xu),Mc="",kc;cc&&(Mc=xu.match(zu)[0],xu=xu.slice(1,xu.length-1)),kc=new Ia({value:xu,source:{start:{line:nl[2],column:nl[3]},end:{line:nl[4],column:nl[5]}},sourceIndex:nl[6],quoted:cc}),kc.raws.quote=Mc,this.newNode(kc),this.position++}word(){return this.splitWord()}newNode(nl){return this.spaces&&(nl.raws.before+=this.spaces,this.spaces=""),this.current.append(nl)}get currToken(){return this.tokens[this.position]}get nextToken(){return this.tokens[this.position+1]}get prevToken(){return this.tokens[this.position-1]}}}}),tm=cs({"node_modules/postcss-values-parser/lib/index.js"(Mn,ka){xs();var xa=Ch(),Na=Tp(),Ha=Sf(),_o=Af(),ro=lf(),vo=Op(),za=sm(),fo=Df(),zn=yc(),Sn=Tf(),Ia=uf(),fa=Ap(),Io=Ep(),xo=function(ss,as){return new xa(ss,as)};xo.atword=function(ss){return new Na(ss)},xo.colon=function(ss){return new Ha(Object.assign({value:":"},ss))},xo.comma=function(ss){return new _o(Object.assign({value:","},ss))},xo.comment=function(ss){return new ro(ss)},xo.func=function(ss){return new vo(ss)},xo.number=function(ss){return new za(ss)},xo.operator=function(ss){return new fo(ss)},xo.paren=function(ss){return new zn(Object.assign({value:"("},ss))},xo.string=function(ss){return new Sn(Object.assign({quote:"'"},ss))},xo.value=function(ss){return new fa(ss)},xo.word=function(ss){return new Io(ss)},xo.unicodeRange=function(ss){return new Ia(ss)},ka.exports=xo}}),Xs=cs({"node_modules/postcss-selector-parser/dist/selectors/node.js"(Mn,ka){xs(),Mn.__esModule=!0;var xa=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(ro){return typeof ro}:function(ro){return ro&&typeof Symbol=="function"&&ro.constructor===Symbol&&ro!==Symbol.prototype?"symbol":typeof ro};function Na(ro,vo){if(!(ro instanceof vo))throw new TypeError("Cannot call a class as a function")}var Ha=function ro(vo,za){if((typeof vo>"u"?"undefined":xa(vo))!=="object")return vo;var fo=new vo.constructor;for(var zn in vo)if(vo.hasOwnProperty(zn)){var Sn=vo[zn],Ia=typeof Sn>"u"?"undefined":xa(Sn);zn==="parent"&&Ia==="object"?za&&(fo[zn]=za):Sn instanceof Array?fo[zn]=Sn.map(function(fa){return ro(fa,fo)}):fo[zn]=ro(Sn,fo)}return fo},_o=function(){function ro(){var vo=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};Na(this,ro);for(var za in vo)this[za]=vo[za];var fo=vo.spaces;fo=fo===void 0?{}:fo;var zn=fo.before,Sn=zn===void 0?"":zn,Ia=fo.after,fa=Ia===void 0?"":Ia;this.spaces={before:Sn,after:fa}}return ro.prototype.remove=function(){return this.parent&&this.parent.removeChild(this),this.parent=void 0,this},ro.prototype.replaceWith=function(){if(this.parent){for(var vo in arguments)this.parent.insertBefore(this,arguments[vo]);this.remove()}return this},ro.prototype.next=function(){return this.parent.at(this.parent.index(this)+1)},ro.prototype.prev=function(){return this.parent.at(this.parent.index(this)-1)},ro.prototype.clone=function(){var vo=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},za=Ha(this);for(var fo in vo)za[fo]=vo[fo];return za},ro.prototype.toString=function(){return[this.spaces.before,String(this.value),this.spaces.after].join("")},ro}();Mn.default=_o,ka.exports=Mn.default}}),Yl=cs({"node_modules/postcss-selector-parser/dist/selectors/types.js"(Mn){xs(),Mn.__esModule=!0,Mn.TAG="tag",Mn.STRING="string",Mn.SELECTOR="selector",Mn.ROOT="root",Mn.PSEUDO="pseudo",Mn.NESTING="nesting",Mn.ID="id",Mn.COMMENT="comment",Mn.COMBINATOR="combinator",Mn.CLASS="class",Mn.ATTRIBUTE="attribute",Mn.UNIVERSAL="universal"}}),Pl=cs({"node_modules/postcss-selector-parser/dist/selectors/container.js"(Mn,ka){xs(),Mn.__esModule=!0;var xa=function(){function fa(Io,xo){for(var ss=0;ss<xo.length;ss++){var as=xo[ss];as.enumerable=as.enumerable||!1,as.configurable=!0,"value"in as&&(as.writable=!0),Object.defineProperty(Io,as.key,as)}}return function(Io,xo,ss){return xo&&fa(Io.prototype,xo),ss&&fa(Io,ss),Io}}(),Na=Xs(),Ha=za(Na),_o=Yl(),ro=vo(_o);function vo(fa){if(fa&&fa.__esModule)return fa;var Io={};if(fa!=null)for(var xo in fa)Object.prototype.hasOwnProperty.call(fa,xo)&&(Io[xo]=fa[xo]);return Io.default=fa,Io}function za(fa){return fa&&fa.__esModule?fa:{default:fa}}function fo(fa,Io){if(!(fa instanceof Io))throw new TypeError("Cannot call a class as a function")}function zn(fa,Io){if(!fa)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return Io&&(typeof Io=="object"||typeof Io=="function")?Io:fa}function Sn(fa,Io){if(typeof Io!="function"&&Io!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof Io);fa.prototype=Object.create(Io&&Io.prototype,{constructor:{value:fa,enumerable:!1,writable:!0,configurable:!0}}),Io&&(Object.setPrototypeOf?Object.setPrototypeOf(fa,Io):fa.__proto__=Io)}var Ia=function(fa){Sn(Io,fa);function Io(xo){fo(this,Io);var ss=zn(this,fa.call(this,xo));return ss.nodes||(ss.nodes=[]),ss}return Io.prototype.append=function(xo){return xo.parent=this,this.nodes.push(xo),this},Io.prototype.prepend=function(xo){return xo.parent=this,this.nodes.unshift(xo),this},Io.prototype.at=function(xo){return this.nodes[xo]},Io.prototype.index=function(xo){return typeof xo=="number"?xo:this.nodes.indexOf(xo)},Io.prototype.removeChild=function(xo){xo=this.index(xo),this.at(xo).parent=void 0,this.nodes.splice(xo,1);var ss=void 0;for(var as in this.indexes)ss=this.indexes[as],ss>=xo&&(this.indexes[as]=ss-1);return this},Io.prototype.removeAll=function(){for(var as=this.nodes,xo=Array.isArray(as),ss=0,as=xo?as:as[Symbol.iterator]();;){var No;if(xo){if(ss>=as.length)break;No=as[ss++]}else{if(ss=as.next(),ss.done)break;No=ss.value}var js=No;js.parent=void 0}return this.nodes=[],this},Io.prototype.empty=function(){return this.removeAll()},Io.prototype.insertAfter=function(xo,ss){var as=this.index(xo);this.nodes.splice(as+1,0,ss);var No=void 0;for(var js in this.indexes)No=this.indexes[js],as<=No&&(this.indexes[js]=No+this.nodes.length);return this},Io.prototype.insertBefore=function(xo,ss){var as=this.index(xo);this.nodes.splice(as,0,ss);var No=void 0;for(var js in this.indexes)No=this.indexes[js],as<=No&&(this.indexes[js]=No+this.nodes.length);return this},Io.prototype.each=function(xo){this.lastEach||(this.lastEach=0),this.indexes||(this.indexes={}),this.lastEach++;var ss=this.lastEach;if(this.indexes[ss]=0,!!this.length){for(var as=void 0,No=void 0;this.indexes[ss]<this.length&&(as=this.indexes[ss],No=xo(this.at(as),as),No!==!1);)this.indexes[ss]+=1;if(delete this.indexes[ss],No===!1)return!1}},Io.prototype.walk=function(xo){return this.each(function(ss,as){var No=xo(ss,as);if(No!==!1&&ss.length&&(No=ss.walk(xo)),No===!1)return!1})},Io.prototype.walkAttributes=function(xo){var ss=this;return this.walk(function(as){if(as.type===ro.ATTRIBUTE)return xo.call(ss,as)})},Io.prototype.walkClasses=function(xo){var ss=this;return this.walk(function(as){if(as.type===ro.CLASS)return xo.call(ss,as)})},Io.prototype.walkCombinators=function(xo){var ss=this;return this.walk(function(as){if(as.type===ro.COMBINATOR)return xo.call(ss,as)})},Io.prototype.walkComments=function(xo){var ss=this;return this.walk(function(as){if(as.type===ro.COMMENT)return xo.call(ss,as)})},Io.prototype.walkIds=function(xo){var ss=this;return this.walk(function(as){if(as.type===ro.ID)return xo.call(ss,as)})},Io.prototype.walkNesting=function(xo){var ss=this;return this.walk(function(as){if(as.type===ro.NESTING)return xo.call(ss,as)})},Io.prototype.walkPseudos=function(xo){var ss=this;return this.walk(function(as){if(as.type===ro.PSEUDO)return xo.call(ss,as)})},Io.prototype.walkTags=function(xo){var ss=this;return this.walk(function(as){if(as.type===ro.TAG)return xo.call(ss,as)})},Io.prototype.walkUniversals=function(xo){var ss=this;return this.walk(function(as){if(as.type===ro.UNIVERSAL)return xo.call(ss,as)})},Io.prototype.split=function(xo){var ss=this,as=[];return this.reduce(function(No,js,zs){var nl=xo.call(ss,js);return as.push(js),nl?(No.push(as),as=[]):zs===ss.length-1&&No.push(as),No},[])},Io.prototype.map=function(xo){return this.nodes.map(xo)},Io.prototype.reduce=function(xo,ss){return this.nodes.reduce(xo,ss)},Io.prototype.every=function(xo){return this.nodes.every(xo)},Io.prototype.some=function(xo){return this.nodes.some(xo)},Io.prototype.filter=function(xo){return this.nodes.filter(xo)},Io.prototype.sort=function(xo){return this.nodes.sort(xo)},Io.prototype.toString=function(){return this.map(String).join("")},xa(Io,[{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}}]),Io}(Ha.default);Mn.default=Ia,ka.exports=Mn.default}}),_c=cs({"node_modules/postcss-selector-parser/dist/selectors/root.js"(Mn,ka){xs(),Mn.__esModule=!0;var xa=Pl(),Na=_o(xa),Ha=Yl();function _o(zn){return zn&&zn.__esModule?zn:{default:zn}}function ro(zn,Sn){if(!(zn instanceof Sn))throw new TypeError("Cannot call a class as a function")}function vo(zn,Sn){if(!zn)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return Sn&&(typeof Sn=="object"||typeof Sn=="function")?Sn:zn}function za(zn,Sn){if(typeof Sn!="function"&&Sn!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof Sn);zn.prototype=Object.create(Sn&&Sn.prototype,{constructor:{value:zn,enumerable:!1,writable:!0,configurable:!0}}),Sn&&(Object.setPrototypeOf?Object.setPrototypeOf(zn,Sn):zn.__proto__=Sn)}var fo=function(zn){za(Sn,zn);function Sn(Ia){ro(this,Sn);var fa=vo(this,zn.call(this,Ia));return fa.type=Ha.ROOT,fa}return Sn.prototype.toString=function(){var Ia=this.reduce(function(fa,Io){var xo=String(Io);return xo?fa+xo+",":""},"").slice(0,-1);return this.trailingComma?Ia+",":Ia},Sn}(Na.default);Mn.default=fo,ka.exports=Mn.default}}),Ec=cs({"node_modules/postcss-selector-parser/dist/selectors/selector.js"(Mn,ka){xs(),Mn.__esModule=!0;var xa=Pl(),Na=_o(xa),Ha=Yl();function _o(zn){return zn&&zn.__esModule?zn:{default:zn}}function ro(zn,Sn){if(!(zn instanceof Sn))throw new TypeError("Cannot call a class as a function")}function vo(zn,Sn){if(!zn)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return Sn&&(typeof Sn=="object"||typeof Sn=="function")?Sn:zn}function za(zn,Sn){if(typeof Sn!="function"&&Sn!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof Sn);zn.prototype=Object.create(Sn&&Sn.prototype,{constructor:{value:zn,enumerable:!1,writable:!0,configurable:!0}}),Sn&&(Object.setPrototypeOf?Object.setPrototypeOf(zn,Sn):zn.__proto__=Sn)}var fo=function(zn){za(Sn,zn);function Sn(Ia){ro(this,Sn);var fa=vo(this,zn.call(this,Ia));return fa.type=Ha.SELECTOR,fa}return Sn}(Na.default);Mn.default=fo,ka.exports=Mn.default}}),wd=cs({"node_modules/postcss-selector-parser/dist/selectors/namespace.js"(Mn,ka){xs(),Mn.__esModule=!0;var xa=function(){function zn(Sn,Ia){for(var fa=0;fa<Ia.length;fa++){var Io=Ia[fa];Io.enumerable=Io.enumerable||!1,Io.configurable=!0,"value"in Io&&(Io.writable=!0),Object.defineProperty(Sn,Io.key,Io)}}return function(Sn,Ia,fa){return Ia&&zn(Sn.prototype,Ia),fa&&zn(Sn,fa),Sn}}(),Na=Xs(),Ha=_o(Na);function _o(zn){return zn&&zn.__esModule?zn:{default:zn}}function ro(zn,Sn){if(!(zn instanceof Sn))throw new TypeError("Cannot call a class as a function")}function vo(zn,Sn){if(!zn)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return Sn&&(typeof Sn=="object"||typeof Sn=="function")?Sn:zn}function za(zn,Sn){if(typeof Sn!="function"&&Sn!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof Sn);zn.prototype=Object.create(Sn&&Sn.prototype,{constructor:{value:zn,enumerable:!1,writable:!0,configurable:!0}}),Sn&&(Object.setPrototypeOf?Object.setPrototypeOf(zn,Sn):zn.__proto__=Sn)}var fo=function(zn){za(Sn,zn);function Sn(){return ro(this,Sn),vo(this,zn.apply(this,arguments))}return Sn.prototype.toString=function(){return[this.spaces.before,this.ns,String(this.value),this.spaces.after].join("")},xa(Sn,[{key:"ns",get:function(){var Ia=this.namespace;return Ia?(typeof Ia=="string"?Ia:"")+"|":""}}]),Sn}(Ha.default);Mn.default=fo,ka.exports=Mn.default}}),_p=cs({"node_modules/postcss-selector-parser/dist/selectors/className.js"(Mn,ka){xs(),Mn.__esModule=!0;var xa=wd(),Na=_o(xa),Ha=Yl();function _o(zn){return zn&&zn.__esModule?zn:{default:zn}}function ro(zn,Sn){if(!(zn instanceof Sn))throw new TypeError("Cannot call a class as a function")}function vo(zn,Sn){if(!zn)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return Sn&&(typeof Sn=="object"||typeof Sn=="function")?Sn:zn}function za(zn,Sn){if(typeof Sn!="function"&&Sn!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof Sn);zn.prototype=Object.create(Sn&&Sn.prototype,{constructor:{value:zn,enumerable:!1,writable:!0,configurable:!0}}),Sn&&(Object.setPrototypeOf?Object.setPrototypeOf(zn,Sn):zn.__proto__=Sn)}var fo=function(zn){za(Sn,zn);function Sn(Ia){ro(this,Sn);var fa=vo(this,zn.call(this,Ia));return fa.type=Ha.CLASS,fa}return Sn.prototype.toString=function(){return[this.spaces.before,this.ns,"."+this.value,this.spaces.after].join("")},Sn}(Na.default);Mn.default=fo,ka.exports=Mn.default}}),zd=cs({"node_modules/postcss-selector-parser/dist/selectors/comment.js"(Mn,ka){xs(),Mn.__esModule=!0;var xa=Xs(),Na=_o(xa),Ha=Yl();function _o(zn){return zn&&zn.__esModule?zn:{default:zn}}function ro(zn,Sn){if(!(zn instanceof Sn))throw new TypeError("Cannot call a class as a function")}function vo(zn,Sn){if(!zn)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return Sn&&(typeof Sn=="object"||typeof Sn=="function")?Sn:zn}function za(zn,Sn){if(typeof Sn!="function"&&Sn!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof Sn);zn.prototype=Object.create(Sn&&Sn.prototype,{constructor:{value:zn,enumerable:!1,writable:!0,configurable:!0}}),Sn&&(Object.setPrototypeOf?Object.setPrototypeOf(zn,Sn):zn.__proto__=Sn)}var fo=function(zn){za(Sn,zn);function Sn(Ia){ro(this,Sn);var fa=vo(this,zn.call(this,Ia));return fa.type=Ha.COMMENT,fa}return Sn}(Na.default);Mn.default=fo,ka.exports=Mn.default}}),Gm=cs({"node_modules/postcss-selector-parser/dist/selectors/id.js"(Mn,ka){xs(),Mn.__esModule=!0;var xa=wd(),Na=_o(xa),Ha=Yl();function _o(zn){return zn&&zn.__esModule?zn:{default:zn}}function ro(zn,Sn){if(!(zn instanceof Sn))throw new TypeError("Cannot call a class as a function")}function vo(zn,Sn){if(!zn)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return Sn&&(typeof Sn=="object"||typeof Sn=="function")?Sn:zn}function za(zn,Sn){if(typeof Sn!="function"&&Sn!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof Sn);zn.prototype=Object.create(Sn&&Sn.prototype,{constructor:{value:zn,enumerable:!1,writable:!0,configurable:!0}}),Sn&&(Object.setPrototypeOf?Object.setPrototypeOf(zn,Sn):zn.__proto__=Sn)}var fo=function(zn){za(Sn,zn);function Sn(Ia){ro(this,Sn);var fa=vo(this,zn.call(this,Ia));return fa.type=Ha.ID,fa}return Sn.prototype.toString=function(){return[this.spaces.before,this.ns,"#"+this.value,this.spaces.after].join("")},Sn}(Na.default);Mn.default=fo,ka.exports=Mn.default}}),qh=cs({"node_modules/postcss-selector-parser/dist/selectors/tag.js"(Mn,ka){xs(),Mn.__esModule=!0;var xa=wd(),Na=_o(xa),Ha=Yl();function _o(zn){return zn&&zn.__esModule?zn:{default:zn}}function ro(zn,Sn){if(!(zn instanceof Sn))throw new TypeError("Cannot call a class as a function")}function vo(zn,Sn){if(!zn)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return Sn&&(typeof Sn=="object"||typeof Sn=="function")?Sn:zn}function za(zn,Sn){if(typeof Sn!="function"&&Sn!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof Sn);zn.prototype=Object.create(Sn&&Sn.prototype,{constructor:{value:zn,enumerable:!1,writable:!0,configurable:!0}}),Sn&&(Object.setPrototypeOf?Object.setPrototypeOf(zn,Sn):zn.__proto__=Sn)}var fo=function(zn){za(Sn,zn);function Sn(Ia){ro(this,Sn);var fa=vo(this,zn.call(this,Ia));return fa.type=Ha.TAG,fa}return Sn}(Na.default);Mn.default=fo,ka.exports=Mn.default}}),gf=cs({"node_modules/postcss-selector-parser/dist/selectors/string.js"(Mn,ka){xs(),Mn.__esModule=!0;var xa=Xs(),Na=_o(xa),Ha=Yl();function _o(zn){return zn&&zn.__esModule?zn:{default:zn}}function ro(zn,Sn){if(!(zn instanceof Sn))throw new TypeError("Cannot call a class as a function")}function vo(zn,Sn){if(!zn)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return Sn&&(typeof Sn=="object"||typeof Sn=="function")?Sn:zn}function za(zn,Sn){if(typeof Sn!="function"&&Sn!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof Sn);zn.prototype=Object.create(Sn&&Sn.prototype,{constructor:{value:zn,enumerable:!1,writable:!0,configurable:!0}}),Sn&&(Object.setPrototypeOf?Object.setPrototypeOf(zn,Sn):zn.__proto__=Sn)}var fo=function(zn){za(Sn,zn);function Sn(Ia){ro(this,Sn);var fa=vo(this,zn.call(this,Ia));return fa.type=Ha.STRING,fa}return Sn}(Na.default);Mn.default=fo,ka.exports=Mn.default}}),Pf=cs({"node_modules/postcss-selector-parser/dist/selectors/pseudo.js"(Mn,ka){xs(),Mn.__esModule=!0;var xa=Pl(),Na=_o(xa),Ha=Yl();function _o(zn){return zn&&zn.__esModule?zn:{default:zn}}function ro(zn,Sn){if(!(zn instanceof Sn))throw new TypeError("Cannot call a class as a function")}function vo(zn,Sn){if(!zn)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return Sn&&(typeof Sn=="object"||typeof Sn=="function")?Sn:zn}function za(zn,Sn){if(typeof Sn!="function"&&Sn!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof Sn);zn.prototype=Object.create(Sn&&Sn.prototype,{constructor:{value:zn,enumerable:!1,writable:!0,configurable:!0}}),Sn&&(Object.setPrototypeOf?Object.setPrototypeOf(zn,Sn):zn.__proto__=Sn)}var fo=function(zn){za(Sn,zn);function Sn(Ia){ro(this,Sn);var fa=vo(this,zn.call(this,Ia));return fa.type=Ha.PSEUDO,fa}return Sn.prototype.toString=function(){var Ia=this.length?"("+this.map(String).join(",")+")":"";return[this.spaces.before,String(this.value),Ia,this.spaces.after].join("")},Sn}(Na.default);Mn.default=fo,ka.exports=Mn.default}}),vm=cs({"node_modules/postcss-selector-parser/dist/selectors/attribute.js"(Mn,ka){xs(),Mn.__esModule=!0;var xa=wd(),Na=_o(xa),Ha=Yl();function _o(zn){return zn&&zn.__esModule?zn:{default:zn}}function ro(zn,Sn){if(!(zn instanceof Sn))throw new TypeError("Cannot call a class as a function")}function vo(zn,Sn){if(!zn)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return Sn&&(typeof Sn=="object"||typeof Sn=="function")?Sn:zn}function za(zn,Sn){if(typeof Sn!="function"&&Sn!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof Sn);zn.prototype=Object.create(Sn&&Sn.prototype,{constructor:{value:zn,enumerable:!1,writable:!0,configurable:!0}}),Sn&&(Object.setPrototypeOf?Object.setPrototypeOf(zn,Sn):zn.__proto__=Sn)}var fo=function(zn){za(Sn,zn);function Sn(Ia){ro(this,Sn);var fa=vo(this,zn.call(this,Ia));return fa.type=Ha.ATTRIBUTE,fa.raws={},fa}return Sn.prototype.toString=function(){var Ia=[this.spaces.before,"[",this.ns,this.attribute];return this.operator&&Ia.push(this.operator),this.value&&Ia.push(this.value),this.raws.insensitive?Ia.push(this.raws.insensitive):this.insensitive&&Ia.push(" i"),Ia.push("]"),Ia.concat(this.spaces.after).join("")},Sn}(Na.default);Mn.default=fo,ka.exports=Mn.default}}),_f=cs({"node_modules/postcss-selector-parser/dist/selectors/universal.js"(Mn,ka){xs(),Mn.__esModule=!0;var xa=wd(),Na=_o(xa),Ha=Yl();function _o(zn){return zn&&zn.__esModule?zn:{default:zn}}function ro(zn,Sn){if(!(zn instanceof Sn))throw new TypeError("Cannot call a class as a function")}function vo(zn,Sn){if(!zn)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return Sn&&(typeof Sn=="object"||typeof Sn=="function")?Sn:zn}function za(zn,Sn){if(typeof Sn!="function"&&Sn!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof Sn);zn.prototype=Object.create(Sn&&Sn.prototype,{constructor:{value:zn,enumerable:!1,writable:!0,configurable:!0}}),Sn&&(Object.setPrototypeOf?Object.setPrototypeOf(zn,Sn):zn.__proto__=Sn)}var fo=function(zn){za(Sn,zn);function Sn(Ia){ro(this,Sn);var fa=vo(this,zn.call(this,Ia));return fa.type=Ha.UNIVERSAL,fa.value="*",fa}return Sn}(Na.default);Mn.default=fo,ka.exports=Mn.default}}),qf=cs({"node_modules/postcss-selector-parser/dist/selectors/combinator.js"(Mn,ka){xs(),Mn.__esModule=!0;var xa=Xs(),Na=_o(xa),Ha=Yl();function _o(zn){return zn&&zn.__esModule?zn:{default:zn}}function ro(zn,Sn){if(!(zn instanceof Sn))throw new TypeError("Cannot call a class as a function")}function vo(zn,Sn){if(!zn)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return Sn&&(typeof Sn=="object"||typeof Sn=="function")?Sn:zn}function za(zn,Sn){if(typeof Sn!="function"&&Sn!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof Sn);zn.prototype=Object.create(Sn&&Sn.prototype,{constructor:{value:zn,enumerable:!1,writable:!0,configurable:!0}}),Sn&&(Object.setPrototypeOf?Object.setPrototypeOf(zn,Sn):zn.__proto__=Sn)}var fo=function(zn){za(Sn,zn);function Sn(Ia){ro(this,Sn);var fa=vo(this,zn.call(this,Ia));return fa.type=Ha.COMBINATOR,fa}return Sn}(Na.default);Mn.default=fo,ka.exports=Mn.default}}),Rm=cs({"node_modules/postcss-selector-parser/dist/selectors/nesting.js"(Mn,ka){xs(),Mn.__esModule=!0;var xa=Xs(),Na=_o(xa),Ha=Yl();function _o(zn){return zn&&zn.__esModule?zn:{default:zn}}function ro(zn,Sn){if(!(zn instanceof Sn))throw new TypeError("Cannot call a class as a function")}function vo(zn,Sn){if(!zn)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return Sn&&(typeof Sn=="object"||typeof Sn=="function")?Sn:zn}function za(zn,Sn){if(typeof Sn!="function"&&Sn!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof Sn);zn.prototype=Object.create(Sn&&Sn.prototype,{constructor:{value:zn,enumerable:!1,writable:!0,configurable:!0}}),Sn&&(Object.setPrototypeOf?Object.setPrototypeOf(zn,Sn):zn.__proto__=Sn)}var fo=function(zn){za(Sn,zn);function Sn(Ia){ro(this,Sn);var fa=vo(this,zn.call(this,Ia));return fa.type=Ha.NESTING,fa.value="&",fa}return Sn}(Na.default);Mn.default=fo,ka.exports=Mn.default}}),Nd=cs({"node_modules/postcss-selector-parser/dist/sortAscending.js"(Mn,ka){xs(),Mn.__esModule=!0,Mn.default=xa;function xa(Na){return Na.sort(function(Ha,_o){return Ha-_o})}ka.exports=Mn.default}}),Wh=cs({"node_modules/postcss-selector-parser/dist/tokenize.js"(Mn,ka){xs(),Mn.__esModule=!0,Mn.default=Fc;var xa=39,Na=34,Ha=92,_o=47,ro=10,vo=32,za=12,fo=9,zn=13,Sn=43,Ia=62,fa=126,Io=124,xo=44,ss=40,as=41,No=91,js=93,zs=59,nl=42,xu=58,zu=38,cc=64,Mc=/[ \n\t\r\{\(\)'"\\;/]/g,kc=/[ \n\t\r\(\)\*:;@!&'"\+\|~>,\[\]\\]|\/(?=\*)/g;function Fc(Bc){for(var Ic=[],Bu=Bc.css.valueOf(),hu=void 0,Pu=void 0,fu=void 0,pp=void 0,Rd=void 0,Gd=void 0,Ed=void 0,rd=void 0,hc=void 0,Vc=void 0,Hc=void 0,Yc=Bu.length,Zs=-1,Dl=1,Zl=0,Wu=function(Ys,wc){if(Bc.safe)Bu+=wc,Pu=Bu.length-1;else throw Bc.error("Unclosed "+Ys,Dl,Zl-Zs,Zl)};Zl<Yc;){switch(hu=Bu.charCodeAt(Zl),hu===ro&&(Zs=Zl,Dl+=1),hu){case ro:case vo:case fo:case zn:case za:Pu=Zl;do Pu+=1,hu=Bu.charCodeAt(Pu),hu===ro&&(Zs=Pu,Dl+=1);while(hu===vo||hu===ro||hu===fo||hu===zn||hu===za);Ic.push(["space",Bu.slice(Zl,Pu),Dl,Zl-Zs,Zl]),Zl=Pu-1;break;case Sn:case Ia:case fa:case Io:Pu=Zl;do Pu+=1,hu=Bu.charCodeAt(Pu);while(hu===Sn||hu===Ia||hu===fa||hu===Io);Ic.push(["combinator",Bu.slice(Zl,Pu),Dl,Zl-Zs,Zl]),Zl=Pu-1;break;case nl:Ic.push(["*","*",Dl,Zl-Zs,Zl]);break;case zu:Ic.push(["&","&",Dl,Zl-Zs,Zl]);break;case xo:Ic.push([",",",",Dl,Zl-Zs,Zl]);break;case No:Ic.push(["[","[",Dl,Zl-Zs,Zl]);break;case js:Ic.push(["]","]",Dl,Zl-Zs,Zl]);break;case xu:Ic.push([":",":",Dl,Zl-Zs,Zl]);break;case zs:Ic.push([";",";",Dl,Zl-Zs,Zl]);break;case ss:Ic.push(["(","(",Dl,Zl-Zs,Zl]);break;case as:Ic.push([")",")",Dl,Zl-Zs,Zl]);break;case xa:case Na:fu=hu===xa?"'":'"',Pu=Zl;do for(Vc=!1,Pu=Bu.indexOf(fu,Pu+1),Pu===-1&&Wu("quote",fu),Hc=Pu;Bu.charCodeAt(Hc-1)===Ha;)Hc-=1,Vc=!Vc;while(Vc);Ic.push(["string",Bu.slice(Zl,Pu+1),Dl,Zl-Zs,Dl,Pu-Zs,Zl]),Zl=Pu;break;case cc:Mc.lastIndex=Zl+1,Mc.test(Bu),Mc.lastIndex===0?Pu=Bu.length-1:Pu=Mc.lastIndex-2,Ic.push(["at-word",Bu.slice(Zl,Pu+1),Dl,Zl-Zs,Dl,Pu-Zs,Zl]),Zl=Pu;break;case Ha:for(Pu=Zl,Ed=!0;Bu.charCodeAt(Pu+1)===Ha;)Pu+=1,Ed=!Ed;hu=Bu.charCodeAt(Pu+1),Ed&&hu!==_o&&hu!==vo&&hu!==ro&&hu!==fo&&hu!==zn&&hu!==za&&(Pu+=1),Ic.push(["word",Bu.slice(Zl,Pu+1),Dl,Zl-Zs,Dl,Pu-Zs,Zl]),Zl=Pu;break;default:hu===_o&&Bu.charCodeAt(Zl+1)===nl?(Pu=Bu.indexOf("*/",Zl+2)+1,Pu===0&&Wu("comment","*/"),Gd=Bu.slice(Zl,Pu+1),pp=Gd.split(`
`),Rd=pp.length-1,Rd>0?(rd=Dl+Rd,hc=Pu-pp[Rd].length):(rd=Dl,hc=Zs),Ic.push(["comment",Gd,Dl,Zl-Zs,rd,Pu-hc,Zl]),Zs=hc,Dl=rd,Zl=Pu):(kc.lastIndex=Zl+1,kc.test(Bu),kc.lastIndex===0?Pu=Bu.length-1:Pu=kc.lastIndex-2,Ic.push(["word",Bu.slice(Zl,Pu+1),Dl,Zl-Zs,Dl,Pu-Zs,Zl]),Zl=Pu);break}Zl++}return Ic}ka.exports=Mn.default}}),Dd=cs({"node_modules/postcss-selector-parser/dist/parser.js"(Mn,ka){xs(),Mn.__esModule=!0;var xa=function(){function Zs(Dl,Zl){for(var Wu=0;Wu<Zl.length;Wu++){var Ys=Zl[Wu];Ys.enumerable=Ys.enumerable||!1,Ys.configurable=!0,"value"in Ys&&(Ys.writable=!0),Object.defineProperty(Dl,Ys.key,Ys)}}return function(Dl,Zl,Wu){return Zl&&Zs(Dl.prototype,Zl),Wu&&Zs(Dl,Wu),Dl}}(),Na=Lh(),Ha=Vc(Na),_o=zm(),ro=Vc(_o),vo=xp(),za=Vc(vo),fo=_c(),zn=Vc(fo),Sn=Ec(),Ia=Vc(Sn),fa=_p(),Io=Vc(fa),xo=zd(),ss=Vc(xo),as=Gm(),No=Vc(as),js=qh(),zs=Vc(js),nl=gf(),xu=Vc(nl),zu=Pf(),cc=Vc(zu),Mc=vm(),kc=Vc(Mc),Fc=_f(),Bc=Vc(Fc),Ic=qf(),Bu=Vc(Ic),hu=Rm(),Pu=Vc(hu),fu=Nd(),pp=Vc(fu),Rd=Wh(),Gd=Vc(Rd),Ed=Yl(),rd=hc(Ed);function hc(Zs){if(Zs&&Zs.__esModule)return Zs;var Dl={};if(Zs!=null)for(var Zl in Zs)Object.prototype.hasOwnProperty.call(Zs,Zl)&&(Dl[Zl]=Zs[Zl]);return Dl.default=Zs,Dl}function Vc(Zs){return Zs&&Zs.__esModule?Zs:{default:Zs}}function Hc(Zs,Dl){if(!(Zs instanceof Dl))throw new TypeError("Cannot call a class as a function")}var Yc=function(){function Zs(Dl){Hc(this,Zs),this.input=Dl,this.lossy=Dl.options.lossless===!1,this.position=0,this.root=new zn.default;var Zl=new Ia.default;return this.root.append(Zl),this.current=Zl,this.lossy?this.tokens=(0,Gd.default)({safe:Dl.safe,css:Dl.css.trim()}):this.tokens=(0,Gd.default)(Dl),this.loop()}return Zs.prototype.attribute=function(){var Dl="",Zl=void 0,Wu=this.currToken;for(this.position++;this.position<this.tokens.length&&this.currToken[0]!=="]";)Dl+=this.tokens[this.position][1],this.position++;this.position===this.tokens.length&&!~Dl.indexOf("]")&&this.error("Expected a closing square bracket.");var Ys=Dl.split(/((?:[*~^$|]?=))([^]*)/),wc=Ys[0].split(/(\|)/g),mc={operator:Ys[1],value:Ys[2],source:{start:{line:Wu[2],column:Wu[3]},end:{line:this.currToken[2],column:this.currToken[3]}},sourceIndex:Wu[4]};if(wc.length>1?(wc[0]===""&&(wc[0]=!0),mc.attribute=this.parseValue(wc[2]),mc.namespace=this.parseNamespace(wc[0])):mc.attribute=this.parseValue(Ys[0]),Zl=new kc.default(mc),Ys[2]){var Bp=Ys[2].split(/(\s+i\s*?)$/),sp=Bp[0].trim();Zl.value=this.lossy?sp:Bp[0],Bp[1]&&(Zl.insensitive=!0,this.lossy||(Zl.raws.insensitive=Bp[1])),Zl.quoted=sp[0]==="'"||sp[0]==='"',Zl.raws.unquoted=Zl.quoted?sp.slice(1,-1):sp}this.newNode(Zl),this.position++},Zs.prototype.combinator=function(){if(this.currToken[1]==="|")return this.namespace();for(var Dl=new Bu.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"?(Dl.spaces.before=this.parseSpace(this.currToken[1]),Dl.source.start.line=this.nextToken[2],Dl.source.start.column=this.nextToken[3],Dl.source.end.column=this.nextToken[3],Dl.source.end.line=this.nextToken[2],Dl.sourceIndex=this.nextToken[4]):this.prevToken&&this.prevToken[0]==="combinator"?Dl.spaces.after=this.parseSpace(this.currToken[1]):this.currToken[0]==="combinator"?Dl.value=this.currToken[1]:this.currToken[0]==="space"&&(Dl.value=this.parseSpace(this.currToken[1]," ")),this.position++;return this.newNode(Dl)},Zs.prototype.comma=function(){if(this.position===this.tokens.length-1){this.root.trailingComma=!0,this.position++;return}var Dl=new Ia.default;this.current.parent.append(Dl),this.current=Dl,this.position++},Zs.prototype.comment=function(){var Dl=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(Dl),this.position++},Zs.prototype.error=function(Dl){throw new this.input.error(Dl)},Zs.prototype.missingBackslash=function(){return this.error("Expected a backslash preceding the semicolon.")},Zs.prototype.missingParenthesis=function(){return this.error("Expected opening parenthesis.")},Zs.prototype.missingSquareBracket=function(){return this.error("Expected opening square bracket.")},Zs.prototype.namespace=function(){var Dl=this.prevToken&&this.prevToken[1]||!0;if(this.nextToken[0]==="word")return this.position++,this.word(Dl);if(this.nextToken[0]==="*")return this.position++,this.universal(Dl)},Zs.prototype.nesting=function(){this.newNode(new Pu.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++},Zs.prototype.parentheses=function(){var Dl=this.current.last;if(Dl&&Dl.type===rd.PSEUDO){var Zl=new Ia.default,Wu=this.current;Dl.append(Zl),this.current=Zl;var Ys=1;for(this.position++;this.position<this.tokens.length&&Ys;)this.currToken[0]==="("&&Ys++,this.currToken[0]===")"&&Ys--,Ys?this.parse():(Zl.parent.source.end.line=this.currToken[2],Zl.parent.source.end.column=this.currToken[3],this.position++);Ys&&this.error("Expected closing parenthesis."),this.current=Wu}else{var wc=1;for(this.position++,Dl.value+="(";this.position<this.tokens.length&&wc;)this.currToken[0]==="("&&wc++,this.currToken[0]===")"&&wc--,Dl.value+=this.parseParenthesisToken(this.currToken),this.position++;wc&&this.error("Expected closing parenthesis.")}},Zs.prototype.pseudo=function(){for(var Dl=this,Zl="",Wu=this.currToken;this.currToken&&this.currToken[0]===":";)Zl+=this.currToken[1],this.position++;if(!this.currToken)return this.error("Expected pseudo-class or pseudo-element");if(this.currToken[0]==="word"){var Ys=void 0;this.splitWord(!1,function(wc,mc){Zl+=wc,Ys=new cc.default({value:Zl,source:{start:{line:Wu[2],column:Wu[3]},end:{line:Dl.currToken[4],column:Dl.currToken[5]}},sourceIndex:Wu[4]}),Dl.newNode(Ys),mc>1&&Dl.nextToken&&Dl.nextToken[0]==="("&&Dl.error("Misplaced parenthesis.")})}else this.error('Unexpected "'+this.currToken[0]+'" found.')},Zs.prototype.space=function(){var Dl=this.currToken;this.position===0||this.prevToken[0]===","||this.prevToken[0]==="("?(this.spaces=this.parseSpace(Dl[1]),this.position++):this.position===this.tokens.length-1||this.nextToken[0]===","||this.nextToken[0]===")"?(this.current.last.spaces.after=this.parseSpace(Dl[1]),this.position++):this.combinator()},Zs.prototype.string=function(){var Dl=this.currToken;this.newNode(new xu.default({value:this.currToken[1],source:{start:{line:Dl[2],column:Dl[3]},end:{line:Dl[4],column:Dl[5]}},sourceIndex:Dl[6]})),this.position++},Zs.prototype.universal=function(Dl){var Zl=this.nextToken;if(Zl&&Zl[1]==="|")return this.position++,this.namespace();this.newNode(new Bc.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]}),Dl),this.position++},Zs.prototype.splitWord=function(Dl,Zl){for(var Wu=this,Ys=this.nextToken,wc=this.currToken[1];Ys&&Ys[0]==="word";){this.position++;var mc=this.currToken[1];if(wc+=mc,mc.lastIndexOf("\\")===mc.length-1){var Bp=this.nextToken;Bp&&Bp[0]==="space"&&(wc+=this.parseSpace(Bp[1]," "),this.position++)}Ys=this.nextToken}var sp=(0,ro.default)(wc,"."),Yd=(0,ro.default)(wc,"#"),Nf=(0,ro.default)(wc,"#{");Nf.length&&(Yd=Yd.filter(function(bp){return!~Nf.indexOf(bp)}));var rf=(0,pp.default)((0,za.default)((0,Ha.default)([[0],sp,Yd])));rf.forEach(function(bp,Zc){var fp=rf[Zc+1]||wc.length,Sp=wc.slice(bp,fp);if(Zc===0&&Zl)return Zl.call(Wu,Sp,rf.length);var yp=void 0;~sp.indexOf(bp)?yp=new Io.default({value:Sp.slice(1),source:{start:{line:Wu.currToken[2],column:Wu.currToken[3]+bp},end:{line:Wu.currToken[4],column:Wu.currToken[3]+(fp-1)}},sourceIndex:Wu.currToken[6]+rf[Zc]}):~Yd.indexOf(bp)?yp=new No.default({value:Sp.slice(1),source:{start:{line:Wu.currToken[2],column:Wu.currToken[3]+bp},end:{line:Wu.currToken[4],column:Wu.currToken[3]+(fp-1)}},sourceIndex:Wu.currToken[6]+rf[Zc]}):yp=new zs.default({value:Sp,source:{start:{line:Wu.currToken[2],column:Wu.currToken[3]+bp},end:{line:Wu.currToken[4],column:Wu.currToken[3]+(fp-1)}},sourceIndex:Wu.currToken[6]+rf[Zc]}),Wu.newNode(yp,Dl)}),this.position++},Zs.prototype.word=function(Dl){var Zl=this.nextToken;return Zl&&Zl[1]==="|"?(this.position++,this.namespace()):this.splitWord(Dl)},Zs.prototype.loop=function(){for(;this.position<this.tokens.length;)this.parse(!0);return this.root},Zs.prototype.parse=function(Dl){switch(this.currToken[0]){case"space":this.space();break;case"comment":this.comment();break;case"(":this.parentheses();break;case")":Dl&&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}},Zs.prototype.parseNamespace=function(Dl){if(this.lossy&&typeof Dl=="string"){var Zl=Dl.trim();return Zl.length?Zl:!0}return Dl},Zs.prototype.parseSpace=function(Dl,Zl){return this.lossy?Zl||"":Dl},Zs.prototype.parseValue=function(Dl){return this.lossy&&Dl&&typeof Dl=="string"?Dl.trim():Dl},Zs.prototype.parseParenthesisToken=function(Dl){return this.lossy?Dl[0]==="space"?this.parseSpace(Dl[1]," "):this.parseValue(Dl[1]):Dl[1]},Zs.prototype.newNode=function(Dl,Zl){return Zl&&(Dl.namespace=this.parseNamespace(Zl)),this.spaces&&(Dl.spaces.before=this.spaces,this.spaces=""),this.current.append(Dl)},xa(Zs,[{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]}}]),Zs}();Mn.default=Yc,ka.exports=Mn.default}}),qp=cs({"node_modules/postcss-selector-parser/dist/processor.js"(Mn,ka){xs(),Mn.__esModule=!0;var xa=function(){function za(fo,zn){for(var Sn=0;Sn<zn.length;Sn++){var Ia=zn[Sn];Ia.enumerable=Ia.enumerable||!1,Ia.configurable=!0,"value"in Ia&&(Ia.writable=!0),Object.defineProperty(fo,Ia.key,Ia)}}return function(fo,zn,Sn){return zn&&za(fo.prototype,zn),Sn&&za(fo,Sn),fo}}(),Na=Dd(),Ha=_o(Na);function _o(za){return za&&za.__esModule?za:{default:za}}function ro(za,fo){if(!(za instanceof fo))throw new TypeError("Cannot call a class as a function")}var vo=function(){function za(fo){return ro(this,za),this.func=fo||function(){},this}return za.prototype.process=function(fo){var zn=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},Sn=new Ha.default({css:fo,error:function(Ia){throw new Error(Ia)},options:zn});return this.res=Sn,this.func(Sn),this},xa(za,[{key:"result",get:function(){return String(this.res)}}]),za}();Mn.default=vo,ka.exports=Mn.default}}),km=cs({"node_modules/postcss-selector-parser/dist/index.js"(Mn,ka){xs(),Mn.__esModule=!0;var xa=qp(),Na=hu(xa),Ha=vm(),_o=hu(Ha),ro=_p(),vo=hu(ro),za=qf(),fo=hu(za),zn=zd(),Sn=hu(zn),Ia=Gm(),fa=hu(Ia),Io=Rm(),xo=hu(Io),ss=Pf(),as=hu(ss),No=_c(),js=hu(No),zs=Ec(),nl=hu(zs),xu=gf(),zu=hu(xu),cc=qh(),Mc=hu(cc),kc=_f(),Fc=hu(kc),Bc=Yl(),Ic=Bu(Bc);function Bu(fu){if(fu&&fu.__esModule)return fu;var pp={};if(fu!=null)for(var Rd in fu)Object.prototype.hasOwnProperty.call(fu,Rd)&&(pp[Rd]=fu[Rd]);return pp.default=fu,pp}function hu(fu){return fu&&fu.__esModule?fu:{default:fu}}var Pu=function(fu){return new Na.default(fu)};Pu.attribute=function(fu){return new _o.default(fu)},Pu.className=function(fu){return new vo.default(fu)},Pu.combinator=function(fu){return new fo.default(fu)},Pu.comment=function(fu){return new Sn.default(fu)},Pu.id=function(fu){return new fa.default(fu)},Pu.nesting=function(fu){return new xo.default(fu)},Pu.pseudo=function(fu){return new as.default(fu)},Pu.root=function(fu){return new js.default(fu)},Pu.selector=function(fu){return new nl.default(fu)},Pu.string=function(fu){return new zu.default(fu)},Pu.tag=function(fu){return new Mc.default(fu)},Pu.universal=function(fu){return new Fc.default(fu)},Object.keys(Ic).forEach(function(fu){fu!=="__esModule"&&(Pu[fu]=Ic[fu])}),Mn.default=Pu,ka.exports=Mn.default}}),Ip=cs({"node_modules/postcss-media-query-parser/dist/nodes/Node.js"(Mn){xs(),Object.defineProperty(Mn,"__esModule",{value:!0});function ka(xa){this.after=xa.after,this.before=xa.before,this.type=xa.type,this.value=xa.value,this.sourceIndex=xa.sourceIndex}Mn.default=ka}}),rm=cs({"node_modules/postcss-media-query-parser/dist/nodes/Container.js"(Mn){xs(),Object.defineProperty(Mn,"__esModule",{value:!0});var ka=Ip(),xa=Na(ka);function Na(_o){return _o&&_o.__esModule?_o:{default:_o}}function Ha(_o){var ro=this;this.constructor(_o),this.nodes=_o.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(vo){vo.parent=ro})}Ha.prototype=Object.create(xa.default.prototype),Ha.constructor=xa.default,Ha.prototype.walk=function(_o,ro){for(var vo=typeof _o=="string"||_o instanceof RegExp,za=vo?ro:_o,fo=typeof _o=="string"?new RegExp(_o):_o,zn=0;zn<this.nodes.length;zn++){var Sn=this.nodes[zn],Ia=vo?fo.test(Sn.type):!0;if(Ia&&za&&za(Sn,zn,this.nodes)===!1||Sn.nodes&&Sn.walk(_o,ro)===!1)return!1}return!0},Ha.prototype.each=function(){for(var _o=arguments.length<=0||arguments[0]===void 0?function(){}:arguments[0],ro=0;ro<this.nodes.length;ro++){var vo=this.nodes[ro];if(_o(vo,ro,this.nodes)===!1)return!1}return!0},Mn.default=Ha}}),Lf=cs({"node_modules/postcss-media-query-parser/dist/parsers.js"(Mn){xs(),Object.defineProperty(Mn,"__esModule",{value:!0}),Mn.parseMediaFeature=ro,Mn.parseMediaQuery=vo,Mn.parseMediaList=za;var ka=Ip(),xa=_o(ka),Na=rm(),Ha=_o(Na);function _o(fo){return fo&&fo.__esModule?fo:{default:fo}}function ro(fo){var zn=arguments.length<=1||arguments[1]===void 0?0:arguments[1],Sn=[{mode:"normal",character:null}],Ia=[],fa=0,Io="",xo=null,ss=null,as=zn,No=fo;fo[0]==="("&&fo[fo.length-1]===")"&&(No=fo.substring(1,fo.length-1),as++);for(var js=0;js<No.length;js++){var zs=No[js];if((zs==="'"||zs==='"')&&(Sn[fa].isCalculationEnabled===!0?(Sn.push({mode:"string",isCalculationEnabled:!1,character:zs}),fa++):Sn[fa].mode==="string"&&Sn[fa].character===zs&&No[js-1]!=="\\"&&(Sn.pop(),fa--)),zs==="{"?(Sn.push({mode:"interpolation",isCalculationEnabled:!0}),fa++):zs==="}"&&(Sn.pop(),fa--),Sn[fa].mode==="normal"&&zs===":"){var nl=No.substring(js+1);ss={type:"value",before:/^(\s*)/.exec(nl)[1],after:/(\s*)$/.exec(nl)[1],value:nl.trim()},ss.sourceIndex=ss.before.length+js+1+as,xo={type:"colon",sourceIndex:js+as,after:ss.before,value:":"};break}Io+=zs}return Io={type:"media-feature",before:/^(\s*)/.exec(Io)[1],after:/(\s*)$/.exec(Io)[1],value:Io.trim()},Io.sourceIndex=Io.before.length+as,Ia.push(Io),xo!==null&&(xo.before=Io.after,Ia.push(xo)),ss!==null&&Ia.push(ss),Ia}function vo(fo){var zn=arguments.length<=1||arguments[1]===void 0?0:arguments[1],Sn=[],Ia=0,fa=!1,Io=void 0;function xo(){return{before:"",after:"",value:""}}Io=xo();for(var ss=0;ss<fo.length;ss++){var as=fo[ss];fa?(Io.value+=as,(as==="{"||as==="(")&&Ia++,(as===")"||as==="}")&&Ia--):as.search(/\s/)!==-1?Io.before+=as:(as==="("&&(Io.type="media-feature-expression",Ia++),Io.value=as,Io.sourceIndex=zn+ss,fa=!0),fa&&Ia===0&&(as===")"||ss===fo.length-1||fo[ss+1].search(/\s/)!==-1)&&(["not","only","and"].indexOf(Io.value)!==-1&&(Io.type="keyword"),Io.type==="media-feature-expression"&&(Io.nodes=ro(Io.value,Io.sourceIndex)),Sn.push(Array.isArray(Io.nodes)?new Ha.default(Io):new xa.default(Io)),Io=xo(),fa=!1)}for(var No=0;No<Sn.length;No++)if(Io=Sn[No],No>0&&(Sn[No-1].after=Io.before),Io.type===void 0){if(No>0){if(Sn[No-1].type==="media-feature-expression"){Io.type="keyword";continue}if(Sn[No-1].value==="not"||Sn[No-1].value==="only"){Io.type="media-type";continue}if(Sn[No-1].value==="and"){Io.type="media-feature-expression";continue}Sn[No-1].type==="media-type"&&(Sn[No+1]?Io.type=Sn[No+1].type==="media-feature-expression"?"keyword":"media-feature-expression":Io.type="media-feature-expression")}if(No===0){if(!Sn[No+1]){Io.type="media-type";continue}if(Sn[No+1]&&(Sn[No+1].type==="media-feature-expression"||Sn[No+1].type==="keyword")){Io.type="media-type";continue}if(Sn[No+2]){if(Sn[No+2].type==="media-feature-expression"){Io.type="media-type",Sn[No+1].type="keyword";continue}if(Sn[No+2].type==="keyword"){Io.type="keyword",Sn[No+1].type="media-type";continue}}if(Sn[No+3]&&Sn[No+3].type==="media-feature-expression"){Io.type="keyword",Sn[No+1].type="media-type",Sn[No+2].type="keyword";continue}}}return Sn}function za(fo){var zn=[],Sn=0,Ia=0,fa=/^(\s*)url\s*\(/.exec(fo);if(fa!==null){for(var Io=fa[0].length,xo=1;xo>0;){var ss=fo[Io];ss==="("&&xo++,ss===")"&&xo--,Io++}zn.unshift(new xa.default({type:"url",value:fo.substring(0,Io).trim(),sourceIndex:fa[1].length,before:fa[1],after:/^(\s*)/.exec(fo.substring(Io))[1]})),Sn=Io}for(var as=Sn;as<fo.length;as++){var No=fo[as];if(No==="("&&Ia++,No===")"&&Ia--,Ia===0&&No===","){var js=fo.substring(Sn,as),zs=/^(\s*)/.exec(js)[1];zn.push(new Ha.default({type:"media-query",value:js.trim(),sourceIndex:Sn+zs.length,nodes:vo(js,Sn),before:zs,after:/(\s*)$/.exec(js)[1]})),Sn=as+1}}var nl=fo.substring(Sn),xu=/^(\s*)/.exec(nl)[1];return zn.push(new Ha.default({type:"media-query",value:nl.trim(),sourceIndex:Sn+xu.length,nodes:vo(nl,Sn),before:xu,after:/(\s*)$/.exec(nl)[1]})),zn}}}),$f=cs({"node_modules/postcss-media-query-parser/dist/index.js"(Mn){xs(),Object.defineProperty(Mn,"__esModule",{value:!0}),Mn.default=_o;var ka=rm(),xa=Ha(ka),Na=Lf();function Ha(ro){return ro&&ro.__esModule?ro:{default:ro}}function _o(ro){return new xa.default({nodes:(0,Na.parseMediaList)(ro),type:"media-query-list",value:ro.trim()})}}}),lh={};vl(lh,{basename:()=>os,default:()=>no,delimiter:()=>Ro,dirname:()=>Os,extname:()=>Co,isAbsolute:()=>bm,join:()=>Wf,normalize:()=>Mm,relative:()=>wh,resolve:()=>vf,sep:()=>So});function uh(Mn,ka){for(var xa=0,Na=Mn.length-1;Na>=0;Na--){var Ha=Mn[Na];Ha==="."?Mn.splice(Na,1):Ha===".."?(Mn.splice(Na,1),xa++):xa&&(Mn.splice(Na,1),xa--)}if(ka)for(;xa--;xa)Mn.unshift("..");return Mn}function vf(){for(var Mn="",ka=!1,xa=arguments.length-1;xa>=-1&&!ka;xa--){var Na=xa>=0?arguments[xa]:"/";if(typeof Na!="string")throw new TypeError("Arguments to path.resolve must be strings");Na&&(Mn=Na+"/"+Mn,ka=Na.charAt(0)==="/")}return Mn=uh(Do(Mn.split("/"),function(Ha){return!!Ha}),!ka).join("/"),(ka?"/":"")+Mn||"."}function Mm(Mn){var ka=bm(Mn),xa=qo(Mn,-1)==="/";return Mn=uh(Do(Mn.split("/"),function(Na){return!!Na}),!ka).join("/"),!Mn&&!ka&&(Mn="."),Mn&&xa&&(Mn+="/"),(ka?"/":"")+Mn}function bm(Mn){return Mn.charAt(0)==="/"}function Wf(){var Mn=Array.prototype.slice.call(arguments,0);return Mm(Do(Mn,function(ka,xa){if(typeof ka!="string")throw new TypeError("Arguments to path.join must be strings");return ka}).join("/"))}function wh(Mn,ka){Mn=vf(Mn).substr(1),ka=vf(ka).substr(1);function xa(fo){for(var zn=0;zn<fo.length&&fo[zn]==="";zn++);for(var Sn=fo.length-1;Sn>=0&&fo[Sn]==="";Sn--);return zn>Sn?[]:fo.slice(zn,Sn-zn+1)}for(var Na=xa(Mn.split("/")),Ha=xa(ka.split("/")),_o=Math.min(Na.length,Ha.length),ro=_o,vo=0;vo<_o;vo++)if(Na[vo]!==Ha[vo]){ro=vo;break}for(var za=[],vo=ro;vo<Na.length;vo++)za.push("..");return za=za.concat(Ha.slice(ro)),za.join("/")}function Os(Mn){var ka=eo(Mn),xa=ka[0],Na=ka[1];return!xa&&!Na?".":(Na&&(Na=Na.substr(0,Na.length-1)),xa+Na)}function os(Mn,ka){var xa=eo(Mn)[2];return ka&&xa.substr(-1*ka.length)===ka&&(xa=xa.substr(0,xa.length-ka.length)),xa}function Co(Mn){return eo(Mn)[3]}function Do(Mn,ka){if(Mn.filter)return Mn.filter(ka);for(var xa=[],Na=0;Na<Mn.length;Na++)ka(Mn[Na],Na,Mn)&&xa.push(Mn[Na]);return xa}var Ao,eo,So,Ro,no,qo,Ja=Ns({"node-modules-polyfills:path"(){xs(),Ao=/^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/,eo=function(Mn){return Ao.exec(Mn).slice(1)},So="/",Ro=":",no={extname:Co,basename:os,dirname:Os,sep:So,delimiter:Ro,relative:wh,join:Wf,isAbsolute:bm,normalize:Mm,resolve:vf},qo="ab".substr(-1)==="b"?function(Mn,ka,xa){return Mn.substr(ka,xa)}:function(Mn,ka,xa){return ka<0&&(ka=Mn.length+ka),Mn.substr(ka,xa)}}}),$o=cs({"node-modules-polyfills-commonjs:path"(Mn,ka){xs();var xa=(Ja(),Au(lh));if(xa&&xa.default){ka.exports=xa.default;for(let Na in xa)ka.exports[Na]=xa[Na]}else xa&&(ka.exports=xa)}}),Ts=cs({"node_modules/picocolors/picocolors.browser.js"(Mn,ka){xs();var xa=String,Na=function(){return{isColorSupported:!1,reset:xa,bold:xa,dim:xa,italic:xa,underline:xa,inverse:xa,hidden:xa,strikethrough:xa,black:xa,red:xa,green:xa,yellow:xa,blue:xa,magenta:xa,cyan:xa,white:xa,gray:xa,bgBlack:xa,bgRed:xa,bgGreen:xa,bgYellow:xa,bgBlue:xa,bgMagenta:xa,bgCyan:xa,bgWhite:xa}};ka.exports=Na(),ka.exports.createColors=Na}}),ds=cs({"(disabled):node_modules/postcss/lib/terminal-highlight"(){xs()}}),ks=cs({"node_modules/postcss/lib/css-syntax-error.js"(Mn,ka){xs(),Mn.__esModule=!0,Mn.default=void 0;var xa=Ha(Ts()),Na=Ha(ds());function Ha(xo){return xo&&xo.__esModule?xo:{default:xo}}function _o(xo){if(xo===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return xo}function ro(xo,ss){xo.prototype=Object.create(ss.prototype),xo.prototype.constructor=xo,xo.__proto__=ss}function vo(xo){var ss=typeof Map=="function"?new Map:void 0;return vo=function(as){if(as===null||!zn(as))return as;if(typeof as!="function")throw new TypeError("Super expression must either be null or a function");if(typeof ss<"u"){if(ss.has(as))return ss.get(as);ss.set(as,No)}function No(){return za(as,arguments,Ia(this).constructor)}return No.prototype=Object.create(as.prototype,{constructor:{value:No,enumerable:!1,writable:!0,configurable:!0}}),Sn(No,as)},vo(xo)}function za(xo,ss,as){return fo()?za=Reflect.construct:za=function(No,js,zs){var nl=[null];nl.push.apply(nl,js);var xu=Function.bind.apply(No,nl),zu=new xu;return zs&&Sn(zu,zs.prototype),zu},za.apply(null,arguments)}function fo(){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 zn(xo){return Function.toString.call(xo).indexOf("[native code]")!==-1}function Sn(xo,ss){return Sn=Object.setPrototypeOf||function(as,No){return as.__proto__=No,as},Sn(xo,ss)}function Ia(xo){return Ia=Object.setPrototypeOf?Object.getPrototypeOf:function(ss){return ss.__proto__||Object.getPrototypeOf(ss)},Ia(xo)}var fa=function(xo){ro(ss,xo);function ss(No,js,zs,nl,xu,zu){var cc;return cc=xo.call(this,No)||this,cc.name="CssSyntaxError",cc.reason=No,xu&&(cc.file=xu),nl&&(cc.source=nl),zu&&(cc.plugin=zu),typeof js<"u"&&typeof zs<"u"&&(cc.line=js,cc.column=zs),cc.setMessage(),Error.captureStackTrace&&Error.captureStackTrace(_o(cc),ss),cc}var as=ss.prototype;return as.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},as.showSourceCode=function(No){var js=this;if(!this.source)return"";var zs=this.source;Na.default&&(typeof No>"u"&&(No=xa.default.isColorSupported),No&&(zs=(0,Na.default)(zs)));var nl=zs.split(/\r?\n/),xu=Math.max(this.line-3,0),zu=Math.min(this.line+2,nl.length),cc=String(zu).length;function Mc(Fc){return No&&xa.default.red?xa.default.red(xa.default.bold(Fc)):Fc}function kc(Fc){return No&&xa.default.gray?xa.default.gray(Fc):Fc}return nl.slice(xu,zu).map(function(Fc,Bc){var Ic=xu+1+Bc,Bu=" "+(" "+Ic).slice(-cc)+" | ";if(Ic===js.line){var hu=kc(Bu.replace(/\d/g," "))+Fc.slice(0,js.column-1).replace(/[^\t]/g," ");return Mc(">")+kc(Bu)+Fc+`
`+hu+Mc("^")}return" "+kc(Bu)+Fc}).join(`
`)},as.toString=function(){var No=this.showSourceCode();return No&&(No=`
`+No+`
`),this.name+": "+this.message+No},ss}(vo(Error)),Io=fa;Mn.default=Io,ka.exports=Mn.default}}),Gs=cs({"node_modules/postcss/lib/previous-map.js"(Mn,ka){xs(),ka.exports=class{}}}),Ls=cs({"node_modules/postcss/lib/input.js"(Mn,ka){xs(),Mn.__esModule=!0,Mn.default=void 0;var xa=_o($o()),Na=_o(ks()),Ha=_o(Gs());function _o(Sn){return Sn&&Sn.__esModule?Sn:{default:Sn}}function ro(Sn,Ia){for(var fa=0;fa<Ia.length;fa++){var Io=Ia[fa];Io.enumerable=Io.enumerable||!1,Io.configurable=!0,"value"in Io&&(Io.writable=!0),Object.defineProperty(Sn,Io.key,Io)}}function vo(Sn,Ia,fa){return Ia&&ro(Sn.prototype,Ia),Sn}var za=0,fo=function(){function Sn(fa,Io){if(Io===void 0&&(Io={}),fa===null||typeof fa>"u"||typeof fa=="object"&&!fa.toString)throw new Error("PostCSS received "+fa+" instead of CSS string");this.css=fa.toString(),this.css[0]==="\uFEFF"||this.css[0]==="￾"?(this.hasBOM=!0,this.css=this.css.slice(1)):this.hasBOM=!1,Io.from&&(/^\w+:\/\//.test(Io.from)||xa.default.isAbsolute(Io.from)?this.file=Io.from:this.file=xa.default.resolve(Io.from));var xo=new Ha.default(this.css,Io);if(xo.text){this.map=xo;var ss=xo.consumer().file;!this.file&&ss&&(this.file=this.mapResolve(ss))}this.file||(za+=1,this.id="<input css "+za+">"),this.map&&(this.map.file=this.from)}var Ia=Sn.prototype;return Ia.error=function(fa,Io,xo,ss){ss===void 0&&(ss={});var as,No=this.origin(Io,xo);return No?as=new Na.default(fa,No.line,No.column,No.source,No.file,ss.plugin):as=new Na.default(fa,Io,xo,this.css,this.file,ss.plugin),as.input={line:Io,column:xo,source:this.css},this.file&&(as.input.file=this.file),as},Ia.origin=function(fa,Io){if(!this.map)return!1;var xo=this.map.consumer(),ss=xo.originalPositionFor({line:fa,column:Io});if(!ss.source)return!1;var as={file:this.mapResolve(ss.source),line:ss.line,column:ss.column},No=xo.sourceContentFor(ss.source);return No&&(as.source=No),as},Ia.mapResolve=function(fa){return/^\w+:\/\//.test(fa)?fa:xa.default.resolve(this.map.consumer().sourceRoot||".",fa)},vo(Sn,[{key:"from",get:function(){return this.file||this.id}}]),Sn}(),zn=fo;Mn.default=zn,ka.exports=Mn.default}}),cl=cs({"node_modules/postcss/lib/stringifier.js"(Mn,ka){xs(),Mn.__esModule=!0,Mn.default=void 0;var xa={colon:": ",indent:" ",beforeDecl:`
`,beforeRule:`
`,beforeOpen:" ",beforeClose:`
`,beforeComment:`
`,after:`
`,emptyBody:"",commentLeft:" ",commentRight:" ",semicolon:!1};function Na(ro){return ro[0].toUpperCase()+ro.slice(1)}var Ha=function(){function ro(za){this.builder=za}var vo=ro.prototype;return vo.stringify=function(za,fo){this[za.type](za,fo)},vo.root=function(za){this.body(za),za.raws.after&&this.builder(za.raws.after)},vo.comment=function(za){var fo=this.raw(za,"left","commentLeft"),zn=this.raw(za,"right","commentRight");this.builder("/*"+fo+za.text+zn+"*/",za)},vo.decl=function(za,fo){var zn=this.raw(za,"between","colon"),Sn=za.prop+zn+this.rawValue(za,"value");za.important&&(Sn+=za.raws.important||" !important"),fo&&(Sn+=";"),this.builder(Sn,za)},vo.rule=function(za){this.block(za,this.rawValue(za,"selector")),za.raws.ownSemicolon&&this.builder(za.raws.ownSemicolon,za,"end")},vo.atrule=function(za,fo){var zn="@"+za.name,Sn=za.params?this.rawValue(za,"params"):"";if(typeof za.raws.afterName<"u"?zn+=za.raws.afterName:Sn&&(zn+=" "),za.nodes)this.block(za,zn+Sn);else{var Ia=(za.raws.between||"")+(fo?";":"");this.builder(zn+Sn+Ia,za)}},vo.body=function(za){for(var fo=za.nodes.length-1;fo>0&&za.nodes[fo].type==="comment";)fo-=1;for(var zn=this.raw(za,"semicolon"),Sn=0;Sn<za.nodes.length;Sn++){var Ia=za.nodes[Sn],fa=this.raw(Ia,"before");fa&&this.builder(fa),this.stringify(Ia,fo!==Sn||zn)}},vo.block=function(za,fo){var zn=this.raw(za,"between","beforeOpen");this.builder(fo+zn+"{",za,"start");var Sn;za.nodes&&za.nodes.length?(this.body(za),Sn=this.raw(za,"after")):Sn=this.raw(za,"after","emptyBody"),Sn&&this.builder(Sn),this.builder("}",za,"end")},vo.raw=function(za,fo,zn){var Sn;if(zn||(zn=fo),fo&&(Sn=za.raws[fo],typeof Sn<"u"))return Sn;var Ia=za.parent;if(zn==="before"&&(!Ia||Ia.type==="root"&&Ia.first===za))return"";if(!Ia)return xa[zn];var fa=za.root();if(fa.rawCache||(fa.rawCache={}),typeof fa.rawCache[zn]<"u")return fa.rawCache[zn];if(zn==="before"||zn==="after")return this.beforeAfter(za,zn);var Io="raw"+Na(zn);return this[Io]?Sn=this[Io](fa,za):fa.walk(function(xo){if(Sn=xo.raws[fo],typeof Sn<"u")return!1}),typeof Sn>"u"&&(Sn=xa[zn]),fa.rawCache[zn]=Sn,Sn},vo.rawSemicolon=function(za){var fo;return za.walk(function(zn){if(zn.nodes&&zn.nodes.length&&zn.last.type==="decl"&&(fo=zn.raws.semicolon,typeof fo<"u"))return!1}),fo},vo.rawEmptyBody=function(za){var fo;return za.walk(function(zn){if(zn.nodes&&zn.nodes.length===0&&(fo=zn.raws.after,typeof fo<"u"))return!1}),fo},vo.rawIndent=function(za){if(za.raws.indent)return za.raws.indent;var fo;return za.walk(function(zn){var Sn=zn.parent;if(Sn&&Sn!==za&&Sn.parent&&Sn.parent===za&&typeof zn.raws.before<"u"){var Ia=zn.raws.before.split(`
`);return fo=Ia[Ia.length-1],fo=fo.replace(/[^\s]/g,""),!1}}),fo},vo.rawBeforeComment=function(za,fo){var zn;return za.walkComments(function(Sn){if(typeof Sn.raws.before<"u")return zn=Sn.raws.before,zn.indexOf(`
`)!==-1&&(zn=zn.replace(/[^\n]+$/,"")),!1}),typeof zn>"u"?zn=this.raw(fo,null,"beforeDecl"):zn&&(zn=zn.replace(/[^\s]/g,"")),zn},vo.rawBeforeDecl=function(za,fo){var zn;return za.walkDecls(function(Sn){if(typeof Sn.raws.before<"u")return zn=Sn.raws.before,zn.indexOf(`
`)!==-1&&(zn=zn.replace(/[^\n]+$/,"")),!1}),typeof zn>"u"?zn=this.raw(fo,null,"beforeRule"):zn&&(zn=zn.replace(/[^\s]/g,"")),zn},vo.rawBeforeRule=function(za){var fo;return za.walk(function(zn){if(zn.nodes&&(zn.parent!==za||za.first!==zn)&&typeof zn.raws.before<"u")return fo=zn.raws.before,fo.indexOf(`
`)!==-1&&(fo=fo.replace(/[^\n]+$/,"")),!1}),fo&&(fo=fo.replace(/[^\s]/g,"")),fo},vo.rawBeforeClose=function(za){var fo;return za.walk(function(zn){if(zn.nodes&&zn.nodes.length>0&&typeof zn.raws.after<"u")return fo=zn.raws.after,fo.indexOf(`
`)!==-1&&(fo=fo.replace(/[^\n]+$/,"")),!1}),fo&&(fo=fo.replace(/[^\s]/g,"")),fo},vo.rawBeforeOpen=function(za){var fo;return za.walk(function(zn){if(zn.type!=="decl"&&(fo=zn.raws.between,typeof fo<"u"))return!1}),fo},vo.rawColon=function(za){var fo;return za.walkDecls(function(zn){if(typeof zn.raws.between<"u")return fo=zn.raws.between.replace(/[^\s:]/g,""),!1}),fo},vo.beforeAfter=function(za,fo){var zn;za.type==="decl"?zn=this.raw(za,null,"beforeDecl"):za.type==="comment"?zn=this.raw(za,null,"beforeComment"):fo==="before"?zn=this.raw(za,null,"beforeRule"):zn=this.raw(za,null,"beforeClose");for(var Sn=za.parent,Ia=0;Sn&&Sn.type!=="root";)Ia+=1,Sn=Sn.parent;if(zn.indexOf(`
`)!==-1){var fa=this.raw(za,null,"indent");if(fa.length)for(var Io=0;Io<Ia;Io++)zn+=fa}return zn},vo.rawValue=function(za,fo){var zn=za[fo],Sn=za.raws[fo];return Sn&&Sn.value===zn?Sn.raw:zn},ro}(),_o=Ha;Mn.default=_o,ka.exports=Mn.default}}),ns=cs({"node_modules/postcss/lib/stringify.js"(Mn,ka){xs(),Mn.__esModule=!0,Mn.default=void 0;var xa=Na(cl());function Na(ro){return ro&&ro.__esModule?ro:{default:ro}}function Ha(ro,vo){var za=new xa.default(vo);za.stringify(ro)}var _o=Ha;Mn.default=_o,ka.exports=Mn.default}}),il=cs({"node_modules/postcss/lib/node.js"(Mn,ka){xs(),Mn.__esModule=!0,Mn.default=void 0;var xa=_o(ks()),Na=_o(cl()),Ha=_o(ns());function _o(fo){return fo&&fo.__esModule?fo:{default:fo}}function ro(fo,zn){var Sn=new fo.constructor;for(var Ia in fo)if(fo.hasOwnProperty(Ia)){var fa=fo[Ia],Io=typeof fa;Ia==="parent"&&Io==="object"?zn&&(Sn[Ia]=zn):Ia==="source"?Sn[Ia]=fa:fa instanceof Array?Sn[Ia]=fa.map(function(xo){return ro(xo,Sn)}):(Io==="object"&&fa!==null&&(fa=ro(fa)),Sn[Ia]=fa)}return Sn}var vo=function(){function fo(Sn){Sn===void 0&&(Sn={}),this.raws={};for(var Ia in Sn)this[Ia]=Sn[Ia]}var zn=fo.prototype;return zn.error=function(Sn,Ia){if(Ia===void 0&&(Ia={}),this.source){var fa=this.positionBy(Ia);return this.source.input.error(Sn,fa.line,fa.column,Ia)}return new xa.default(Sn)},zn.warn=function(Sn,Ia,fa){var Io={node:this};for(var xo in fa)Io[xo]=fa[xo];return Sn.warn(Ia,Io)},zn.remove=function(){return this.parent&&this.parent.removeChild(this),this.parent=void 0,this},zn.toString=function(Sn){Sn===void 0&&(Sn=Ha.default),Sn.stringify&&(Sn=Sn.stringify);var Ia="";return Sn(this,function(fa){Ia+=fa}),Ia},zn.clone=function(Sn){Sn===void 0&&(Sn={});var Ia=ro(this);for(var fa in Sn)Ia[fa]=Sn[fa];return Ia},zn.cloneBefore=function(Sn){Sn===void 0&&(Sn={});var Ia=this.clone(Sn);return this.parent.insertBefore(this,Ia),Ia},zn.cloneAfter=function(Sn){Sn===void 0&&(Sn={});var Ia=this.clone(Sn);return this.parent.insertAfter(this,Ia),Ia},zn.replaceWith=function(){if(this.parent){for(var Sn=arguments.length,Ia=new Array(Sn),fa=0;fa<Sn;fa++)Ia[fa]=arguments[fa];for(var Io=0,xo=Ia;Io<xo.length;Io++){var ss=xo[Io];this.parent.insertBefore(this,ss)}this.remove()}return this},zn.next=function(){if(this.parent){var Sn=this.parent.index(this);return this.parent.nodes[Sn+1]}},zn.prev=function(){if(this.parent){var Sn=this.parent.index(this);return this.parent.nodes[Sn-1]}},zn.before=function(Sn){return this.parent.insertBefore(this,Sn),this},zn.after=function(Sn){return this.parent.insertAfter(this,Sn),this},zn.toJSON=function(){var Sn={};for(var Ia in this)if(this.hasOwnProperty(Ia)&&Ia!=="parent"){var fa=this[Ia];fa instanceof Array?Sn[Ia]=fa.map(function(Io){return typeof Io=="object"&&Io.toJSON?Io.toJSON():Io}):typeof fa=="object"&&fa.toJSON?Sn[Ia]=fa.toJSON():Sn[Ia]=fa}return Sn},zn.raw=function(Sn,Ia){var fa=new Na.default;return fa.raw(this,Sn,Ia)},zn.root=function(){for(var Sn=this;Sn.parent;)Sn=Sn.parent;return Sn},zn.cleanRaws=function(Sn){delete this.raws.before,delete this.raws.after,Sn||delete this.raws.between},zn.positionInside=function(Sn){for(var Ia=this.toString(),fa=this.source.start.column,Io=this.source.start.line,xo=0;xo<Sn;xo++)Ia[xo]===`
`?(fa=1,Io+=1):fa+=1;return{line:Io,column:fa}},zn.positionBy=function(Sn){var Ia=this.source.start;if(Sn.index)Ia=this.positionInside(Sn.index);else if(Sn.word){var fa=this.toString().indexOf(Sn.word);fa!==-1&&(Ia=this.positionInside(fa))}return Ia},fo}(),za=vo;Mn.default=za,ka.exports=Mn.default}}),Es=cs({"node_modules/postcss/lib/comment.js"(Mn,ka){xs(),Mn.__esModule=!0,Mn.default=void 0;var xa=Na(il());function Na(vo){return vo&&vo.__esModule?vo:{default:vo}}function Ha(vo,za){vo.prototype=Object.create(za.prototype),vo.prototype.constructor=vo,vo.__proto__=za}var _o=function(vo){Ha(za,vo);function za(fo){var zn;return zn=vo.call(this,fo)||this,zn.type="comment",zn}return za}(xa.default),ro=_o;Mn.default=ro,ka.exports=Mn.default}}),Ss=cs({"node_modules/postcss/lib/declaration.js"(Mn,ka){xs(),Mn.__esModule=!0,Mn.default=void 0;var xa=Na(il());function Na(vo){return vo&&vo.__esModule?vo:{default:vo}}function Ha(vo,za){vo.prototype=Object.create(za.prototype),vo.prototype.constructor=vo,vo.__proto__=za}var _o=function(vo){Ha(za,vo);function za(fo){var zn;return zn=vo.call(this,fo)||this,zn.type="decl",zn}return za}(xa.default),ro=_o;Mn.default=ro,ka.exports=Mn.default}}),ws=cs({"node_modules/postcss/lib/tokenize.js"(Mn,ka){xs(),Mn.__esModule=!0,Mn.default=Mc;var xa=39,Na=34,Ha=92,_o=47,ro=10,vo=32,za=12,fo=9,zn=13,Sn=91,Ia=93,fa=40,Io=41,xo=123,ss=125,as=59,No=42,js=58,zs=64,nl=/[ \n\t\r\f{}()'"\\;/[\]#]/g,xu=/[ \n\t\r\f(){}:;@!'"\\\][#]|\/(?=\*)/g,zu=/.[\\/("'\n]/,cc=/[a-f0-9]/i;function Mc(kc,Fc){Fc===void 0&&(Fc={});var Bc=kc.css.valueOf(),Ic=Fc.ignoreErrors,Bu,hu,Pu,fu,pp,Rd,Gd,Ed,rd,hc,Vc,Hc,Yc,Zs,Dl=Bc.length,Zl=-1,Wu=1,Ys=0,wc=[],mc=[];function Bp(){return Ys}function sp(bp){throw kc.error("Unclosed "+bp,Wu,Ys-Zl)}function Yd(){return mc.length===0&&Ys>=Dl}function Nf(bp){if(mc.length)return mc.pop();if(!(Ys>=Dl)){var Zc=bp?bp.ignoreUnclosed:!1;switch(Bu=Bc.charCodeAt(Ys),(Bu===ro||Bu===za||Bu===zn&&Bc.charCodeAt(Ys+1)!==ro)&&(Zl=Ys,Wu+=1),Bu){case ro:case vo:case fo:case zn:case za:hu=Ys;do hu+=1,Bu=Bc.charCodeAt(hu),Bu===ro&&(Zl=hu,Wu+=1);while(Bu===vo||Bu===ro||Bu===fo||Bu===zn||Bu===za);Zs=["space",Bc.slice(Ys,hu)],Ys=hu-1;break;case Sn:case Ia:case xo:case ss:case js:case as:case Io:var fp=String.fromCharCode(Bu);Zs=[fp,fp,Wu,Ys-Zl];break;case fa:if(Hc=wc.length?wc.pop()[1]:"",Yc=Bc.charCodeAt(Ys+1),Hc==="url"&&Yc!==xa&&Yc!==Na&&Yc!==vo&&Yc!==ro&&Yc!==fo&&Yc!==za&&Yc!==zn){hu=Ys;do{if(hc=!1,hu=Bc.indexOf(")",hu+1),hu===-1)if(Ic||Zc){hu=Ys;break}else sp("bracket");for(Vc=hu;Bc.charCodeAt(Vc-1)===Ha;)Vc-=1,hc=!hc}while(hc);Zs=["brackets",Bc.slice(Ys,hu+1),Wu,Ys-Zl,Wu,hu-Zl],Ys=hu}else hu=Bc.indexOf(")",Ys+1),Rd=Bc.slice(Ys,hu+1),hu===-1||zu.test(Rd)?Zs=["(","(",Wu,Ys-Zl]:(Zs=["brackets",Rd,Wu,Ys-Zl,Wu,hu-Zl],Ys=hu);break;case xa:case Na:Pu=Bu===xa?"'":'"',hu=Ys;do{if(hc=!1,hu=Bc.indexOf(Pu,hu+1),hu===-1)if(Ic||Zc){hu=Ys+1;break}else sp("string");for(Vc=hu;Bc.charCodeAt(Vc-1)===Ha;)Vc-=1,hc=!hc}while(hc);Rd=Bc.slice(Ys,hu+1),fu=Rd.split(`
`),pp=fu.length-1,pp>0?(Ed=Wu+pp,rd=hu-fu[pp].length):(Ed=Wu,rd=Zl),Zs=["string",Bc.slice(Ys,hu+1),Wu,Ys-Zl,Ed,hu-rd],Zl=rd,Wu=Ed,Ys=hu;break;case zs:nl.lastIndex=Ys+1,nl.test(Bc),nl.lastIndex===0?hu=Bc.length-1:hu=nl.lastIndex-2,Zs=["at-word",Bc.slice(Ys,hu+1),Wu,Ys-Zl,Wu,hu-Zl],Ys=hu;break;case Ha:for(hu=Ys,Gd=!0;Bc.charCodeAt(hu+1)===Ha;)hu+=1,Gd=!Gd;if(Bu=Bc.charCodeAt(hu+1),Gd&&Bu!==_o&&Bu!==vo&&Bu!==ro&&Bu!==fo&&Bu!==zn&&Bu!==za&&(hu+=1,cc.test(Bc.charAt(hu)))){for(;cc.test(Bc.charAt(hu+1));)hu+=1;Bc.charCodeAt(hu+1)===vo&&(hu+=1)}Zs=["word",Bc.slice(Ys,hu+1),Wu,Ys-Zl,Wu,hu-Zl],Ys=hu;break;default:Bu===_o&&Bc.charCodeAt(Ys+1)===No?(hu=Bc.indexOf("*/",Ys+2)+1,hu===0&&(Ic||Zc?hu=Bc.length:sp("comment")),Rd=Bc.slice(Ys,hu+1),fu=Rd.split(`
`),pp=fu.length-1,pp>0?(Ed=Wu+pp,rd=hu-fu[pp].length):(Ed=Wu,rd=Zl),Zs=["comment",Rd,Wu,Ys-Zl,Ed,hu-rd],Zl=rd,Wu=Ed,Ys=hu):(xu.lastIndex=Ys+1,xu.test(Bc),xu.lastIndex===0?hu=Bc.length-1:hu=xu.lastIndex-2,Zs=["word",Bc.slice(Ys,hu+1),Wu,Ys-Zl,Wu,hu-Zl],wc.push(Zs),Ys=hu);break}return Ys++,Zs}}function rf(bp){mc.push(bp)}return{back:rf,nextToken:Nf,endOfFile:Yd,position:Bp}}ka.exports=Mn.default}}),Ms=cs({"node_modules/postcss/lib/parse.js"(Mn,ka){xs(),Mn.__esModule=!0,Mn.default=void 0;var xa=Ha(Ka()),Na=Ha(Ls());function Ha(vo){return vo&&vo.__esModule?vo:{default:vo}}function _o(vo,za){var fo=new Na.default(vo,za),zn=new xa.default(fo);try{zn.parse()}catch(Sn){throw Sn}return zn.root}var ro=_o;Mn.default=ro,ka.exports=Mn.default}}),bl=cs({"node_modules/postcss/lib/list.js"(Mn,ka){xs(),Mn.__esModule=!0,Mn.default=void 0;var xa={split:function(Ha,_o,ro){for(var vo=[],za="",fo=!1,zn=0,Sn=!1,Ia=!1,fa=0;fa<Ha.length;fa++){var Io=Ha[fa];Sn?Ia?Ia=!1:Io==="\\"?Ia=!0:Io===Sn&&(Sn=!1):Io==='"'||Io==="'"?Sn=Io:Io==="("?zn+=1:Io===")"?zn>0&&(zn-=1):zn===0&&_o.indexOf(Io)!==-1&&(fo=!0),fo?(za!==""&&vo.push(za.trim()),za="",fo=!1):za+=Io}return(ro||za!=="")&&vo.push(za.trim()),vo},space:function(Ha){var _o=[" ",`
`," "];return xa.split(Ha,_o)},comma:function(Ha){return xa.split(Ha,[","],!0)}},Na=xa;Mn.default=Na,ka.exports=Mn.default}}),kl=cs({"node_modules/postcss/lib/rule.js"(Mn,ka){xs(),Mn.__esModule=!0,Mn.default=void 0;var xa=Ha(bu()),Na=Ha(bl());function Ha(zn){return zn&&zn.__esModule?zn:{default:zn}}function _o(zn,Sn){for(var Ia=0;Ia<Sn.length;Ia++){var fa=Sn[Ia];fa.enumerable=fa.enumerable||!1,fa.configurable=!0,"value"in fa&&(fa.writable=!0),Object.defineProperty(zn,fa.key,fa)}}function ro(zn,Sn,Ia){return Sn&&_o(zn.prototype,Sn),zn}function vo(zn,Sn){zn.prototype=Object.create(Sn.prototype),zn.prototype.constructor=zn,zn.__proto__=Sn}var za=function(zn){vo(Sn,zn);function Sn(Ia){var fa;return fa=zn.call(this,Ia)||this,fa.type="rule",fa.nodes||(fa.nodes=[]),fa}return ro(Sn,[{key:"selectors",get:function(){return Na.default.comma(this.selector)},set:function(Ia){var fa=this.selector?this.selector.match(/,\s*/):null,Io=fa?fa[0]:","+this.raw("between","beforeOpen");this.selector=Ia.join(Io)}}]),Sn}(xa.default),fo=za;Mn.default=fo,ka.exports=Mn.default}}),bu=cs({"node_modules/postcss/lib/container.js"(Mn,ka){xs(),Mn.__esModule=!0,Mn.default=void 0;var xa=_o(Ss()),Na=_o(Es()),Ha=_o(il());function _o(xo){return xo&&xo.__esModule?xo:{default:xo}}function ro(xo,ss){var as;if(typeof Symbol>"u"||xo[Symbol.iterator]==null){if(Array.isArray(xo)||(as=vo(xo))||ss){as&&(xo=as);var No=0;return function(){return No>=xo.length?{done:!0}:{done:!1,value:xo[No++]}}}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 as=xo[Symbol.iterator](),as.next.bind(as)}function vo(xo,ss){if(xo){if(typeof xo=="string")return za(xo,ss);var as=Object.prototype.toString.call(xo).slice(8,-1);if(as==="Object"&&xo.constructor&&(as=xo.constructor.name),as==="Map"||as==="Set")return Array.from(xo);if(as==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(as))return za(xo,ss)}}function za(xo,ss){(ss==null||ss>xo.length)&&(ss=xo.length);for(var as=0,No=new Array(ss);as<ss;as++)No[as]=xo[as];return No}function fo(xo,ss){for(var as=0;as<ss.length;as++){var No=ss[as];No.enumerable=No.enumerable||!1,No.configurable=!0,"value"in No&&(No.writable=!0),Object.defineProperty(xo,No.key,No)}}function zn(xo,ss,as){return ss&&fo(xo.prototype,ss),xo}function Sn(xo,ss){xo.prototype=Object.create(ss.prototype),xo.prototype.constructor=xo,xo.__proto__=ss}function Ia(xo){return xo.map(function(ss){return ss.nodes&&(ss.nodes=Ia(ss.nodes)),delete ss.source,ss})}var fa=function(xo){Sn(ss,xo);function ss(){return xo.apply(this,arguments)||this}var as=ss.prototype;return as.push=function(No){return No.parent=this,this.nodes.push(No),this},as.each=function(No){this.lastEach||(this.lastEach=0),this.indexes||(this.indexes={}),this.lastEach+=1;var js=this.lastEach;if(this.indexes[js]=0,!!this.nodes){for(var zs,nl;this.indexes[js]<this.nodes.length&&(zs=this.indexes[js],nl=No(this.nodes[zs],zs),nl!==!1);)this.indexes[js]+=1;return delete this.indexes[js],nl}},as.walk=function(No){return this.each(function(js,zs){var nl;try{nl=No(js,zs)}catch(zu){if(zu.postcssNode=js,zu.stack&&js.source&&/\n\s{4}at /.test(zu.stack)){var xu=js.source;zu.stack=zu.stack.replace(/\n\s{4}at /,"$&"+xu.input.from+":"+xu.start.line+":"+xu.start.column+"$&")}throw zu}return nl!==!1&&js.walk&&(nl=js.walk(No)),nl})},as.walkDecls=function(No,js){return js?No instanceof RegExp?this.walk(function(zs,nl){if(zs.type==="decl"&&No.test(zs.prop))return js(zs,nl)}):this.walk(function(zs,nl){if(zs.type==="decl"&&zs.prop===No)return js(zs,nl)}):(js=No,this.walk(function(zs,nl){if(zs.type==="decl")return js(zs,nl)}))},as.walkRules=function(No,js){return js?No instanceof RegExp?this.walk(function(zs,nl){if(zs.type==="rule"&&No.test(zs.selector))return js(zs,nl)}):this.walk(function(zs,nl){if(zs.type==="rule"&&zs.selector===No)return js(zs,nl)}):(js=No,this.walk(function(zs,nl){if(zs.type==="rule")return js(zs,nl)}))},as.walkAtRules=function(No,js){return js?No instanceof RegExp?this.walk(function(zs,nl){if(zs.type==="atrule"&&No.test(zs.name))return js(zs,nl)}):this.walk(function(zs,nl){if(zs.type==="atrule"&&zs.name===No)return js(zs,nl)}):(js=No,this.walk(function(zs,nl){if(zs.type==="atrule")return js(zs,nl)}))},as.walkComments=function(No){return this.walk(function(js,zs){if(js.type==="comment")return No(js,zs)})},as.append=function(){for(var No=arguments.length,js=new Array(No),zs=0;zs<No;zs++)js[zs]=arguments[zs];for(var nl=0,xu=js;nl<xu.length;nl++)for(var zu=xu[nl],cc=this.normalize(zu,this.last),Mc=ro(cc),kc;!(kc=Mc()).done;){var Fc=kc.value;this.nodes.push(Fc)}return this},as.prepend=function(){for(var No=arguments.length,js=new Array(No),zs=0;zs<No;zs++)js[zs]=arguments[zs];js=js.reverse();for(var nl=ro(js),xu;!(xu=nl()).done;){for(var zu=xu.value,cc=this.normalize(zu,this.first,"prepend").reverse(),Mc=ro(cc),kc;!(kc=Mc()).done;){var Fc=kc.value;this.nodes.unshift(Fc)}for(var Bc in this.indexes)this.indexes[Bc]=this.indexes[Bc]+cc.length}return this},as.cleanRaws=function(No){if(xo.prototype.cleanRaws.call(this,No),this.nodes)for(var js=ro(this.nodes),zs;!(zs=js()).done;){var nl=zs.value;nl.cleanRaws(No)}},as.insertBefore=function(No,js){No=this.index(No);for(var zs=No===0?"prepend":!1,nl=this.normalize(js,this.nodes[No],zs).reverse(),xu=ro(nl),zu;!(zu=xu()).done;){var cc=zu.value;this.nodes.splice(No,0,cc)}var Mc;for(var kc in this.indexes)Mc=this.indexes[kc],No<=Mc&&(this.indexes[kc]=Mc+nl.length);return this},as.insertAfter=function(No,js){No=this.index(No);for(var zs=this.normalize(js,this.nodes[No]).reverse(),nl=ro(zs),xu;!(xu=nl()).done;){var zu=xu.value;this.nodes.splice(No+1,0,zu)}var cc;for(var Mc in this.indexes)cc=this.indexes[Mc],No<cc&&(this.indexes[Mc]=cc+zs.length);return this},as.removeChild=function(No){No=this.index(No),this.nodes[No].parent=void 0,this.nodes.splice(No,1);var js;for(var zs in this.indexes)js=this.indexes[zs],js>=No&&(this.indexes[zs]=js-1);return this},as.removeAll=function(){for(var No=ro(this.nodes),js;!(js=No()).done;){var zs=js.value;zs.parent=void 0}return this.nodes=[],this},as.replaceValues=function(No,js,zs){return zs||(zs=js,js={}),this.walkDecls(function(nl){js.props&&js.props.indexOf(nl.prop)===-1||js.fast&&nl.value.indexOf(js.fast)===-1||(nl.value=nl.value.replace(No,zs))}),this},as.every=function(No){return this.nodes.every(No)},as.some=function(No){return this.nodes.some(No)},as.index=function(No){return typeof No=="number"?No:this.nodes.indexOf(No)},as.normalize=function(No,js){var zs=this;if(typeof No=="string"){var nl=Ms();No=Ia(nl(No).nodes)}else if(Array.isArray(No)){No=No.slice(0);for(var xu=ro(No),zu;!(zu=xu()).done;){var cc=zu.value;cc.parent&&cc.parent.removeChild(cc,"ignore")}}else if(No.type==="root"){No=No.nodes.slice(0);for(var Mc=ro(No),kc;!(kc=Mc()).done;){var Fc=kc.value;Fc.parent&&Fc.parent.removeChild(Fc,"ignore")}}else if(No.type)No=[No];else if(No.prop){if(typeof No.value>"u")throw new Error("Value field is missed in node creation");typeof No.value!="string"&&(No.value=String(No.value)),No=[new xa.default(No)]}else if(No.selector){var Bc=kl();No=[new Bc(No)]}else if(No.name){var Ic=hl();No=[new Ic(No)]}else if(No.text)No=[new Na.default(No)];else throw new Error("Unknown node type in node creation");var Bu=No.map(function(hu){return hu.parent&&hu.parent.removeChild(hu),typeof hu.raws.before>"u"&&js&&typeof js.raws.before<"u"&&(hu.raws.before=js.raws.before.replace(/[^\s]/g,"")),hu.parent=zs,hu});return Bu},zn(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}(Ha.default),Io=fa;Mn.default=Io,ka.exports=Mn.default}}),hl=cs({"node_modules/postcss/lib/at-rule.js"(Mn,ka){xs(),Mn.__esModule=!0,Mn.default=void 0;var xa=Na(bu());function Na(vo){return vo&&vo.__esModule?vo:{default:vo}}function Ha(vo,za){vo.prototype=Object.create(za.prototype),vo.prototype.constructor=vo,vo.__proto__=za}var _o=function(vo){Ha(za,vo);function za(zn){var Sn;return Sn=vo.call(this,zn)||this,Sn.type="atrule",Sn}var fo=za.prototype;return fo.append=function(){var zn;this.nodes||(this.nodes=[]);for(var Sn=arguments.length,Ia=new Array(Sn),fa=0;fa<Sn;fa++)Ia[fa]=arguments[fa];return(zn=vo.prototype.append).call.apply(zn,[this].concat(Ia))},fo.prepend=function(){var zn;this.nodes||(this.nodes=[]);for(var Sn=arguments.length,Ia=new Array(Sn),fa=0;fa<Sn;fa++)Ia[fa]=arguments[fa];return(zn=vo.prototype.prepend).call.apply(zn,[this].concat(Ia))},za}(xa.default),ro=_o;Mn.default=ro,ka.exports=Mn.default}}),Kl=cs({"node_modules/postcss/lib/map-generator.js"(Mn,ka){xs(),ka.exports=class{generate(){}}}}),_u=cs({"node_modules/postcss/lib/warn-once.js"(Mn,ka){xs(),Mn.__esModule=!0,Mn.default=Na;var xa={};function Na(Ha){xa[Ha]||(xa[Ha]=!0,typeof console<"u"&&console.warn&&console.warn(Ha))}ka.exports=Mn.default}}),Cu=cs({"node_modules/postcss/lib/warning.js"(Mn,ka){xs(),Mn.__esModule=!0,Mn.default=void 0;var xa=function(){function Ha(ro,vo){if(vo===void 0&&(vo={}),this.type="warning",this.text=ro,vo.node&&vo.node.source){var za=vo.node.positionBy(vo);this.line=za.line,this.column=za.column}for(var fo in vo)this[fo]=vo[fo]}var _o=Ha.prototype;return _o.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},Ha}(),Na=xa;Mn.default=Na,ka.exports=Mn.default}}),Qs=cs({"node_modules/postcss/lib/result.js"(Mn,ka){xs(),Mn.__esModule=!0,Mn.default=void 0;var xa=Na(Cu());function Na(za){return za&&za.__esModule?za:{default:za}}function Ha(za,fo){for(var zn=0;zn<fo.length;zn++){var Sn=fo[zn];Sn.enumerable=Sn.enumerable||!1,Sn.configurable=!0,"value"in Sn&&(Sn.writable=!0),Object.defineProperty(za,Sn.key,Sn)}}function _o(za,fo,zn){return fo&&Ha(za.prototype,fo),za}var ro=function(){function za(zn,Sn,Ia){this.processor=zn,this.messages=[],this.root=Sn,this.opts=Ia,this.css=void 0,this.map=void 0}var fo=za.prototype;return fo.toString=function(){return this.css},fo.warn=function(zn,Sn){Sn===void 0&&(Sn={}),Sn.plugin||this.lastPlugin&&this.lastPlugin.postcssPlugin&&(Sn.plugin=this.lastPlugin.postcssPlugin);var Ia=new xa.default(zn,Sn);return this.messages.push(Ia),Ia},fo.warnings=function(){return this.messages.filter(function(zn){return zn.type==="warning"})},_o(za,[{key:"content",get:function(){return this.css}}]),za}(),vo=ro;Mn.default=vo,ka.exports=Mn.default}}),Su=cs({"node_modules/postcss/lib/lazy-result.js"(Mn,ka){xs(),Mn.__esModule=!0,Mn.default=void 0;var xa=ro(Kl()),Na=ro(ns());ro(_u());var Ha=ro(Qs()),_o=ro(Ms());function ro(xo){return xo&&xo.__esModule?xo:{default:xo}}function vo(xo,ss){var as;if(typeof Symbol>"u"||xo[Symbol.iterator]==null){if(Array.isArray(xo)||(as=za(xo))||ss){as&&(xo=as);var No=0;return function(){return No>=xo.length?{done:!0}:{done:!1,value:xo[No++]}}}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 as=xo[Symbol.iterator](),as.next.bind(as)}function za(xo,ss){if(xo){if(typeof xo=="string")return fo(xo,ss);var as=Object.prototype.toString.call(xo).slice(8,-1);if(as==="Object"&&xo.constructor&&(as=xo.constructor.name),as==="Map"||as==="Set")return Array.from(xo);if(as==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(as))return fo(xo,ss)}}function fo(xo,ss){(ss==null||ss>xo.length)&&(ss=xo.length);for(var as=0,No=new Array(ss);as<ss;as++)No[as]=xo[as];return No}function zn(xo,ss){for(var as=0;as<ss.length;as++){var No=ss[as];No.enumerable=No.enumerable||!1,No.configurable=!0,"value"in No&&(No.writable=!0),Object.defineProperty(xo,No.key,No)}}function Sn(xo,ss,as){return ss&&zn(xo.prototype,ss),xo}function Ia(xo){return typeof xo=="object"&&typeof xo.then=="function"}var fa=function(){function xo(as,No,js){this.stringified=!1,this.processed=!1;var zs;if(typeof No=="object"&&No!==null&&No.type==="root")zs=No;else if(No instanceof xo||No instanceof Ha.default)zs=No.root,No.map&&(typeof js.map>"u"&&(js.map={}),js.map.inline||(js.map.inline=!1),js.map.prev=No.map);else{var nl=_o.default;js.syntax&&(nl=js.syntax.parse),js.parser&&(nl=js.parser),nl.parse&&(nl=nl.parse);try{zs=nl(No,js)}catch(xu){this.error=xu}}this.result=new Ha.default(as,zs,js)}var ss=xo.prototype;return ss.warnings=function(){return this.sync().warnings()},ss.toString=function(){return this.css},ss.then=function(as,No){return this.async().then(as,No)},ss.catch=function(as){return this.async().catch(as)},ss.finally=function(as){return this.async().then(as,as)},ss.handleError=function(as,No){try{if(this.error=as,as.name==="CssSyntaxError"&&!as.plugin)as.plugin=No.postcssPlugin,as.setMessage();else if(No.postcssVersion&&!1)var js,zs,nl,xu,zu}catch(cc){console&&console.error&&console.error(cc)}},ss.asyncTick=function(as,No){var js=this;if(this.plugin>=this.processor.plugins.length)return this.processed=!0,as();try{var zs=this.processor.plugins[this.plugin],nl=this.run(zs);this.plugin+=1,Ia(nl)?nl.then(function(){js.asyncTick(as,No)}).catch(function(xu){js.handleError(xu,zs),js.processed=!0,No(xu)}):this.asyncTick(as,No)}catch(xu){this.processed=!0,No(xu)}},ss.async=function(){var as=this;return this.processed?new Promise(function(No,js){as.error?js(as.error):No(as.stringify())}):this.processing?this.processing:(this.processing=new Promise(function(No,js){if(as.error)return js(as.error);as.plugin=0,as.asyncTick(No,js)}).then(function(){return as.processed=!0,as.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 as=vo(this.result.processor.plugins),No;!(No=as()).done;){var js=No.value,zs=this.run(js);if(Ia(zs))throw new Error("Use process(css).then(cb) to work with async plugins")}return this.result},ss.run=function(as){this.result.lastPlugin=as;try{return as(this.result.root,this.result)}catch(No){throw this.handleError(No,as),No}},ss.stringify=function(){if(this.stringified)return this.result;this.stringified=!0,this.sync();var as=this.result.opts,No=Na.default;as.syntax&&(No=as.syntax.stringify),as.stringifier&&(No=as.stringifier),No.stringify&&(No=No.stringify);var js=new xa.default(No,this.result.root,this.result.opts),zs=js.generate();return this.result.css=zs[0],this.result.map=zs[1],this.result},Sn(xo,[{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}}]),xo}(),Io=fa;Mn.default=Io,ka.exports=Mn.default}}),Qu=cs({"node_modules/postcss/lib/processor.js"(Mn,ka){xs(),Mn.__esModule=!0,Mn.default=void 0;var xa=Na(Su());function Na(fo){return fo&&fo.__esModule?fo:{default:fo}}function Ha(fo,zn){var Sn;if(typeof Symbol>"u"||fo[Symbol.iterator]==null){if(Array.isArray(fo)||(Sn=_o(fo))||zn){Sn&&(fo=Sn);var Ia=0;return function(){return Ia>=fo.length?{done:!0}:{done:!1,value:fo[Ia++]}}}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 Sn=fo[Symbol.iterator](),Sn.next.bind(Sn)}function _o(fo,zn){if(fo){if(typeof fo=="string")return ro(fo,zn);var Sn=Object.prototype.toString.call(fo).slice(8,-1);if(Sn==="Object"&&fo.constructor&&(Sn=fo.constructor.name),Sn==="Map"||Sn==="Set")return Array.from(fo);if(Sn==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(Sn))return ro(fo,zn)}}function ro(fo,zn){(zn==null||zn>fo.length)&&(zn=fo.length);for(var Sn=0,Ia=new Array(zn);Sn<zn;Sn++)Ia[Sn]=fo[Sn];return Ia}var vo=function(){function fo(Sn){Sn===void 0&&(Sn=[]),this.version="7.0.39",this.plugins=this.normalize(Sn)}var zn=fo.prototype;return zn.use=function(Sn){return this.plugins=this.plugins.concat(this.normalize([Sn])),this},zn.process=function(Sn){function Ia(fa){return Sn.apply(this,arguments)}return Ia.toString=function(){return Sn.toString()},Ia}(function(Sn,Ia){return Ia===void 0&&(Ia={}),this.plugins.length===0&&(Ia.parser,Ia.stringifier),new xa.default(this,Sn,Ia)}),zn.normalize=function(Sn){for(var Ia=[],fa=Ha(Sn),Io;!(Io=fa()).done;){var xo=Io.value;if(xo.postcss===!0){var ss=xo();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(xo.postcss&&(xo=xo.postcss),typeof xo=="object"&&Array.isArray(xo.plugins))Ia=Ia.concat(xo.plugins);else if(typeof xo=="function")Ia.push(xo);else if(!(typeof xo=="object"&&(xo.parse||xo.stringify)))throw typeof xo=="object"&&xo.postcssPlugin?new Error("PostCSS plugin "+xo.postcssPlugin+` requires PostCSS 8.
Migration guide for end-users:
https://github.com/postcss/postcss/wiki/PostCSS-8-for-end-users`):new Error(xo+" is not a PostCSS plugin")}return Ia},fo}(),za=vo;Mn.default=za,ka.exports=Mn.default}}),ec=cs({"node_modules/postcss/lib/root.js"(Mn,ka){xs(),Mn.__esModule=!0,Mn.default=void 0;var xa=Na(bu());function Na(zn){return zn&&zn.__esModule?zn:{default:zn}}function Ha(zn,Sn){var Ia;if(typeof Symbol>"u"||zn[Symbol.iterator]==null){if(Array.isArray(zn)||(Ia=_o(zn))||Sn){Ia&&(zn=Ia);var fa=0;return function(){return fa>=zn.length?{done:!0}:{done:!1,value:zn[fa++]}}}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 Ia=zn[Symbol.iterator](),Ia.next.bind(Ia)}function _o(zn,Sn){if(zn){if(typeof zn=="string")return ro(zn,Sn);var Ia=Object.prototype.toString.call(zn).slice(8,-1);if(Ia==="Object"&&zn.constructor&&(Ia=zn.constructor.name),Ia==="Map"||Ia==="Set")return Array.from(zn);if(Ia==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(Ia))return ro(zn,Sn)}}function ro(zn,Sn){(Sn==null||Sn>zn.length)&&(Sn=zn.length);for(var Ia=0,fa=new Array(Sn);Ia<Sn;Ia++)fa[Ia]=zn[Ia];return fa}function vo(zn,Sn){zn.prototype=Object.create(Sn.prototype),zn.prototype.constructor=zn,zn.__proto__=Sn}var za=function(zn){vo(Sn,zn);function Sn(fa){var Io;return Io=zn.call(this,fa)||this,Io.type="root",Io.nodes||(Io.nodes=[]),Io}var Ia=Sn.prototype;return Ia.removeChild=function(fa,Io){var xo=this.index(fa);return!Io&&xo===0&&this.nodes.length>1&&(this.nodes[1].raws.before=this.nodes[xo].raws.before),zn.prototype.removeChild.call(this,fa)},Ia.normalize=function(fa,Io,xo){var ss=zn.prototype.normalize.call(this,fa);if(Io){if(xo==="prepend")this.nodes.length>1?Io.raws.before=this.nodes[1].raws.before:delete Io.raws.before;else if(this.first!==Io)for(var as=Ha(ss),No;!(No=as()).done;){var js=No.value;js.raws.before=Io.raws.before}}return ss},Ia.toResult=function(fa){fa===void 0&&(fa={});var Io=Su(),xo=Qu(),ss=new Io(new xo,this,fa);return ss.stringify()},Sn}(xa.default),fo=za;Mn.default=fo,ka.exports=Mn.default}}),Ka=cs({"node_modules/postcss/lib/parser.js"(Mn,ka){xs(),Mn.__esModule=!0,Mn.default=void 0;var xa=za(Ss()),Na=za(ws()),Ha=za(Es()),_o=za(hl()),ro=za(ec()),vo=za(kl());function za(zn){return zn&&zn.__esModule?zn:{default:zn}}var fo=function(){function zn(Ia){this.input=Ia,this.root=new ro.default,this.current=this.root,this.spaces="",this.semicolon=!1,this.createTokenizer(),this.root.source={input:Ia,start:{line:1,column:1}}}var Sn=zn.prototype;return Sn.createTokenizer=function(){this.tokenizer=(0,Na.default)(this.input)},Sn.parse=function(){for(var Ia;!this.tokenizer.endOfFile();)switch(Ia=this.tokenizer.nextToken(),Ia[0]){case"space":this.spaces+=Ia[1];break;case";":this.freeSemicolon(Ia);break;case"}":this.end(Ia);break;case"comment":this.comment(Ia);break;case"at-word":this.atrule(Ia);break;case"{":this.emptyRule(Ia);break;default:this.other(Ia);break}this.endFile()},Sn.comment=function(Ia){var fa=new Ha.default;this.init(fa,Ia[2],Ia[3]),fa.source.end={line:Ia[4],column:Ia[5]};var Io=Ia[1].slice(2,-2);if(/^\s*$/.test(Io))fa.text="",fa.raws.left=Io,fa.raws.right="";else{var xo=Io.match(/^(\s*)([^]*[^\s])(\s*)$/);fa.text=xo[2],fa.raws.left=xo[1],fa.raws.right=xo[3]}},Sn.emptyRule=function(Ia){var fa=new vo.default;this.init(fa,Ia[2],Ia[3]),fa.selector="",fa.raws.between="",this.current=fa},Sn.other=function(Ia){for(var fa=!1,Io=null,xo=!1,ss=null,as=[],No=[],js=Ia;js;){if(Io=js[0],No.push(js),Io==="("||Io==="[")ss||(ss=js),as.push(Io==="("?")":"]");else if(as.length===0)if(Io===";")if(xo){this.decl(No);return}else break;else if(Io==="{"){this.rule(No);return}else if(Io==="}"){this.tokenizer.back(No.pop()),fa=!0;break}else Io===":"&&(xo=!0);else Io===as[as.length-1]&&(as.pop(),as.length===0&&(ss=null));js=this.tokenizer.nextToken()}if(this.tokenizer.endOfFile()&&(fa=!0),as.length>0&&this.unclosedBracket(ss),fa&&xo){for(;No.length&&(js=No[No.length-1][0],!(js!=="space"&&js!=="comment"));)this.tokenizer.back(No.pop());this.decl(No)}else this.unknownWord(No)},Sn.rule=function(Ia){Ia.pop();var fa=new vo.default;this.init(fa,Ia[0][2],Ia[0][3]),fa.raws.between=this.spacesAndCommentsFromEnd(Ia),this.raw(fa,"selector",Ia),this.current=fa},Sn.decl=function(Ia){var fa=new xa.default;this.init(fa);var Io=Ia[Ia.length-1];for(Io[0]===";"&&(this.semicolon=!0,Ia.pop()),Io[4]?fa.source.end={line:Io[4],column:Io[5]}:fa.source.end={line:Io[2],column:Io[3]};Ia[0][0]!=="word";)Ia.length===1&&this.unknownWord(Ia),fa.raws.before+=Ia.shift()[1];for(fa.source.start={line:Ia[0][2],column:Ia[0][3]},fa.prop="";Ia.length;){var xo=Ia[0][0];if(xo===":"||xo==="space"||xo==="comment")break;fa.prop+=Ia.shift()[1]}fa.raws.between="";for(var ss;Ia.length;)if(ss=Ia.shift(),ss[0]===":"){fa.raws.between+=ss[1];break}else ss[0]==="word"&&/\w/.test(ss[1])&&this.unknownWord([ss]),fa.raws.between+=ss[1];(fa.prop[0]==="_"||fa.prop[0]==="*")&&(fa.raws.before+=fa.prop[0],fa.prop=fa.prop.slice(1)),fa.raws.between+=this.spacesAndCommentsFromStart(Ia),this.precheckMissedSemicolon(Ia);for(var as=Ia.length-1;as>0;as--){if(ss=Ia[as],ss[1].toLowerCase()==="!important"){fa.important=!0;var No=this.stringFrom(Ia,as);No=this.spacesFromEnd(Ia)+No,No!==" !important"&&(fa.raws.important=No);break}else if(ss[1].toLowerCase()==="important"){for(var js=Ia.slice(0),zs="",nl=as;nl>0;nl--){var xu=js[nl][0];if(zs.trim().indexOf("!")===0&&xu!=="space")break;zs=js.pop()[1]+zs}zs.trim().indexOf("!")===0&&(fa.important=!0,fa.raws.important=zs,Ia=js)}if(ss[0]!=="space"&&ss[0]!=="comment")break}this.raw(fa,"value",Ia),fa.value.indexOf(":")!==-1&&this.checkMissedSemicolon(Ia)},Sn.atrule=function(Ia){var fa=new _o.default;fa.name=Ia[1].slice(1),fa.name===""&&this.unnamedAtrule(fa,Ia),this.init(fa,Ia[2],Ia[3]);for(var Io,xo,ss=!1,as=!1,No=[];!this.tokenizer.endOfFile();){if(Ia=this.tokenizer.nextToken(),Ia[0]===";"){fa.source.end={line:Ia[2],column:Ia[3]},this.semicolon=!0;break}else if(Ia[0]==="{"){as=!0;break}else if(Ia[0]==="}"){if(No.length>0){for(xo=No.length-1,Io=No[xo];Io&&Io[0]==="space";)Io=No[--xo];Io&&(fa.source.end={line:Io[4],column:Io[5]})}this.end(Ia);break}else No.push(Ia);if(this.tokenizer.endOfFile()){ss=!0;break}}fa.raws.between=this.spacesAndCommentsFromEnd(No),No.length?(fa.raws.afterName=this.spacesAndCommentsFromStart(No),this.raw(fa,"params",No),ss&&(Ia=No[No.length-1],fa.source.end={line:Ia[4],column:Ia[5]},this.spaces=fa.raws.between,fa.raws.between="")):(fa.raws.afterName="",fa.params=""),as&&(fa.nodes=[],this.current=fa)},Sn.end=function(Ia){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:Ia[2],column:Ia[3]},this.current=this.current.parent):this.unexpectedClose(Ia)},Sn.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},Sn.freeSemicolon=function(Ia){if(this.spaces+=Ia[1],this.current.nodes){var fa=this.current.nodes[this.current.nodes.length-1];fa&&fa.type==="rule"&&!fa.raws.ownSemicolon&&(fa.raws.ownSemicolon=this.spaces,this.spaces="")}},Sn.init=function(Ia,fa,Io){this.current.push(Ia),Ia.source={start:{line:fa,column:Io},input:this.input},Ia.raws.before=this.spaces,this.spaces="",Ia.type!=="comment"&&(this.semicolon=!1)},Sn.raw=function(Ia,fa,Io){for(var xo,ss,as=Io.length,No="",js=!0,zs,nl,xu=/^([.|#])?([\w])+/i,zu=0;zu<as;zu+=1){if(xo=Io[zu],ss=xo[0],ss==="comment"&&Ia.type==="rule"){nl=Io[zu-1],zs=Io[zu+1],nl[0]!=="space"&&zs[0]!=="space"&&xu.test(nl[1])&&xu.test(zs[1])?No+=xo[1]:js=!1;continue}ss==="comment"||ss==="space"&&zu===as-1?js=!1:No+=xo[1]}if(!js){var cc=Io.reduce(function(Mc,kc){return Mc+kc[1]},"");Ia.raws[fa]={value:No,raw:cc}}Ia[fa]=No},Sn.spacesAndCommentsFromEnd=function(Ia){for(var fa,Io="";Ia.length&&(fa=Ia[Ia.length-1][0],!(fa!=="space"&&fa!=="comment"));)Io=Ia.pop()[1]+Io;return Io},Sn.spacesAndCommentsFromStart=function(Ia){for(var fa,Io="";Ia.length&&(fa=Ia[0][0],!(fa!=="space"&&fa!=="comment"));)Io+=Ia.shift()[1];return Io},Sn.spacesFromEnd=function(Ia){for(var fa,Io="";Ia.length&&(fa=Ia[Ia.length-1][0],fa==="space");)Io=Ia.pop()[1]+Io;return Io},Sn.stringFrom=function(Ia,fa){for(var Io="",xo=fa;xo<Ia.length;xo++)Io+=Ia[xo][1];return Ia.splice(fa,Ia.length-fa),Io},Sn.colon=function(Ia){for(var fa=0,Io,xo,ss,as=0;as<Ia.length;as++){if(Io=Ia[as],xo=Io[0],xo==="("&&(fa+=1),xo===")"&&(fa-=1),fa===0&&xo===":")if(!ss)this.doubleColon(Io);else{if(ss[0]==="word"&&ss[1]==="progid")continue;return as}ss=Io}return!1},Sn.unclosedBracket=function(Ia){throw this.input.error("Unclosed bracket",Ia[2],Ia[3])},Sn.unknownWord=function(Ia){throw this.input.error("Unknown word",Ia[0][2],Ia[0][3])},Sn.unexpectedClose=function(Ia){throw this.input.error("Unexpected }",Ia[2],Ia[3])},Sn.unclosedBlock=function(){var Ia=this.current.source.start;throw this.input.error("Unclosed block",Ia.line,Ia.column)},Sn.doubleColon=function(Ia){throw this.input.error("Double colon",Ia[2],Ia[3])},Sn.unnamedAtrule=function(Ia,fa){throw this.input.error("At-rule without name",fa[2],fa[3])},Sn.precheckMissedSemicolon=function(){},Sn.checkMissedSemicolon=function(Ia){var fa=this.colon(Ia);if(fa!==!1){for(var Io=0,xo,ss=fa-1;ss>=0&&(xo=Ia[ss],!(xo[0]!=="space"&&(Io+=1,Io===2)));ss--);throw this.input.error("Missed semicolon",xo[2],xo[3])}},zn}();Mn.default=fo,ka.exports=Mn.default}}),yu=cs({"node_modules/postcss-less/lib/nodes/inline-comment.js"(Mn,ka){xs();var xa=ws(),Na=Ls();ka.exports={isInlineComment(Ha){if(Ha[0]==="word"&&Ha[1].slice(0,2)==="//"){let _o=Ha,ro=[],vo;for(;Ha;){if(/\r?\n/.test(Ha[1])){if(/['"].*\r?\n/.test(Ha[1])){ro.push(Ha[1].substring(0,Ha[1].indexOf(`
`)));let fo=Ha[1].substring(Ha[1].indexOf(`
`));fo+=this.input.css.valueOf().substring(this.tokenizer.position()),this.input=new Na(fo),this.tokenizer=xa(this.input)}else this.tokenizer.back(Ha);break}ro.push(Ha[1]),vo=Ha,Ha=this.tokenizer.nextToken({ignoreUnclosed:!0})}let za=["comment",ro.join(""),_o[2],_o[3],vo[2],vo[3]];return this.inlineComment(za),!0}else if(Ha[1]==="/"){let _o=this.tokenizer.nextToken({ignoreUnclosed:!0});if(_o[0]==="comment"&&/^\/\*/.test(_o[1]))return _o[0]="word",_o[1]=_o[1].slice(1),Ha[1]="//",this.tokenizer.back(_o),ka.exports.isInlineComment.bind(this)(Ha)}return!1}}}}),bc=cs({"node_modules/postcss-less/lib/nodes/interpolation.js"(Mn,ka){xs(),ka.exports={interpolation(xa){let Na=xa,Ha=[xa],_o=["word","{","}"];if(xa=this.tokenizer.nextToken(),Na[1].length>1||xa[0]!=="{")return this.tokenizer.back(xa),!1;for(;xa&&_o.includes(xa[0]);)Ha.push(xa),xa=this.tokenizer.nextToken();let ro=Ha.map(Sn=>Sn[1]);[Na]=Ha;let vo=Ha.pop(),za=[Na[2],Na[3]],fo=[vo[4]||vo[2],vo[5]||vo[3]],zn=["word",ro.join("")].concat(za,fo);return this.tokenizer.back(xa),this.tokenizer.back(zn),!0}}}}),Tu=cs({"node_modules/postcss-less/lib/nodes/mixin.js"(Mn,ka){xs();var xa=/^#[0-9a-fA-F]{6}$|^#[0-9a-fA-F]{3}$/,Na=/\.[0-9]/,Ha=_o=>{let[,ro]=_o,[vo]=ro;return(vo==="."||vo==="#")&&xa.test(ro)===!1&&Na.test(ro)===!1};ka.exports={isMixinToken:Ha}}}),$l=cs({"node_modules/postcss-less/lib/nodes/import.js"(Mn,ka){xs();var xa=ws(),Na=/^url\((.+)\)/;ka.exports=Ha=>{let{name:_o,params:ro=""}=Ha;if(_o==="import"&&ro.length){Ha.import=!0;let vo=xa({css:ro});for(Ha.filename=ro.replace(Na,"$1");!vo.endOfFile();){let[za,fo]=vo.nextToken();if(za==="word"&&fo==="url")return;if(za==="brackets"){Ha.options=fo,Ha.filename=ro.replace(fo,"").trim();break}}}}}}),Ru=cs({"node_modules/postcss-less/lib/nodes/variable.js"(Mn,ka){xs();var xa=/:$/,Na=/^:(\s+)?/;ka.exports=Ha=>{let{name:_o,params:ro=""}=Ha;if(Ha.name.slice(-1)===":"){if(xa.test(_o)){let[vo]=_o.match(xa);Ha.name=_o.replace(vo,""),Ha.raws.afterName=vo+(Ha.raws.afterName||""),Ha.variable=!0,Ha.value=Ha.params}if(Na.test(ro)){let[vo]=ro.match(Na);Ha.value=ro.replace(vo,""),Ha.raws.afterName=(Ha.raws.afterName||"")+vo,Ha.variable=!0}}}}}),Cl=cs({"node_modules/postcss-less/lib/LessParser.js"(Mn,ka){xs();var xa=Es(),Na=Ka(),{isInlineComment:Ha}=yu(),{interpolation:_o}=bc(),{isMixinToken:ro}=Tu(),vo=$l(),za=Ru(),fo=/(!\s*important)$/i;ka.exports=class extends Na{constructor(){super(...arguments),this.lastNode=null}atrule(zn){_o.bind(this)(zn)||(super.atrule(zn),vo(this.lastNode),za(this.lastNode))}decl(){super.decl(...arguments),/extend\(.+\)/i.test(this.lastNode.value)&&(this.lastNode.extend=!0)}each(zn){zn[0][1]=` ${zn[0][1]}`;let Sn=zn.findIndex(xo=>xo[0]==="("),Ia=zn.reverse().find(xo=>xo[0]===")"),fa=zn.reverse().indexOf(Ia),Io=zn.splice(Sn,fa).map(xo=>xo[1]).join("");for(let xo of zn.reverse())this.tokenizer.back(xo);this.atrule(this.tokenizer.nextToken()),this.lastNode.function=!0,this.lastNode.params=Io}init(zn,Sn,Ia){super.init(zn,Sn,Ia),this.lastNode=zn}inlineComment(zn){let Sn=new xa,Ia=zn[1].slice(2);if(this.init(Sn,zn[2],zn[3]),Sn.source.end={line:zn[4],column:zn[5]},Sn.inline=!0,Sn.raws.begin="//",/^\s*$/.test(Ia))Sn.text="",Sn.raws.left=Ia,Sn.raws.right="";else{let fa=Ia.match(/^(\s*)([^]*[^\s])(\s*)$/);[,Sn.raws.left,Sn.text,Sn.raws.right]=fa}}mixin(zn){let[Sn]=zn,Ia=Sn[1].slice(0,1),fa=zn.findIndex(No=>No[0]==="brackets"),Io=zn.findIndex(No=>No[0]==="("),xo="";if((fa<0||fa>3)&&Io>0){let No=zn.reduce((Fc,Bc,Ic)=>Bc[0]===")"?Ic:Fc),js=zn.slice(Io,No+Io).map(Fc=>Fc[1]).join(""),[zs]=zn.slice(Io),nl=[zs[2],zs[3]],[xu]=zn.slice(No,No+1),zu=[xu[2],xu[3]],cc=["brackets",js].concat(nl,zu),Mc=zn.slice(0,Io),kc=zn.slice(No+1);zn=Mc,zn.push(cc),zn=zn.concat(kc)}let ss=[];for(let No of zn)if((No[1]==="!"||ss.length)&&ss.push(No),No[1]==="important")break;if(ss.length){let[No]=ss,js=zn.indexOf(No),zs=ss[ss.length-1],nl=[No[2],No[3]],xu=[zs[4],zs[5]],zu=["word",ss.map(cc=>cc[1]).join("")].concat(nl,xu);zn.splice(js,ss.length,zu)}let as=zn.findIndex(No=>fo.test(No[1]));as>0&&([,xo]=zn[as],zn.splice(as,1));for(let No of zn.reverse())this.tokenizer.back(No);this.atrule(this.tokenizer.nextToken()),this.lastNode.mixin=!0,this.lastNode.raws.identifier=Ia,xo&&(this.lastNode.important=!0,this.lastNode.raws.important=xo)}other(zn){Ha.bind(this)(zn)||super.other(zn)}rule(zn){let Sn=zn[zn.length-1],Ia=zn[zn.length-2];if(Ia[0]==="at-word"&&Sn[0]==="{"&&(this.tokenizer.back(Sn),_o.bind(this)(Ia))){let fa=this.tokenizer.nextToken();zn=zn.slice(0,zn.length-2).concat([fa]);for(let Io of zn.reverse())this.tokenizer.back(Io);return}super.rule(zn),/:extend\(.+\)/i.test(this.lastNode.selector)&&(this.lastNode.extend=!0)}unknownWord(zn){let[Sn]=zn;if(zn[0][1]==="each"&&zn[1][0]==="("){this.each(zn);return}if(ro(Sn)){this.mixin(zn);return}super.unknownWord(zn)}}}}),_l=cs({"node_modules/postcss-less/lib/LessStringifier.js"(Mn,ka){xs();var xa=cl();ka.exports=class extends xa{atrule(Na,Ha){if(!Na.mixin&&!Na.variable&&!Na.function){super.atrule(Na,Ha);return}let _o=`${Na.function?"":Na.raws.identifier||"@"}${Na.name}`,ro=Na.params?this.rawValue(Na,"params"):"",vo=Na.raws.important||"";if(Na.variable&&(ro=Na.value),typeof Na.raws.afterName<"u"?_o+=Na.raws.afterName:ro&&(_o+=" "),Na.nodes)this.block(Na,_o+ro+vo);else{let za=(Na.raws.between||"")+vo+(Ha?";":"");this.builder(_o+ro+za,Na)}}comment(Na){if(Na.inline){let Ha=this.raw(Na,"left","commentLeft"),_o=this.raw(Na,"right","commentRight");this.builder(`//${Ha}${Na.text}${_o}`,Na)}else super.comment(Na)}}}}),Ml=cs({"node_modules/postcss-less/lib/index.js"(Mn,ka){xs();var xa=Ls(),Na=Cl(),Ha=_l();ka.exports={parse(_o,ro){let vo=new xa(_o,ro),za=new Na(vo);return za.parse(),za.root},stringify(_o,ro){new Ha(ro).stringify(_o)},nodeToString(_o){let ro="";return ka.exports.stringify(_o,vo=>{ro+=vo}),ro}}}}),wu=cs({"node_modules/postcss-scss/lib/scss-stringifier.js"(Mn,ka){xs();function xa(_o,ro){_o.prototype=Object.create(ro.prototype),_o.prototype.constructor=_o,_o.__proto__=ro}var Na=cl(),Ha=function(_o){xa(ro,_o);function ro(){return _o.apply(this,arguments)||this}var vo=ro.prototype;return vo.comment=function(za){var fo=this.raw(za,"left","commentLeft"),zn=this.raw(za,"right","commentRight");if(za.raws.inline){var Sn=za.raws.text||za.text;this.builder("//"+fo+Sn+zn,za)}else this.builder("/*"+fo+za.text+zn+"*/",za)},vo.decl=function(za,fo){if(!za.isNested)_o.prototype.decl.call(this,za,fo);else{var zn=this.raw(za,"between","colon"),Sn=za.prop+zn+this.rawValue(za,"value");za.important&&(Sn+=za.raws.important||" !important"),this.builder(Sn+"{",za,"start");var Ia;za.nodes&&za.nodes.length?(this.body(za),Ia=this.raw(za,"after")):Ia=this.raw(za,"after","emptyBody"),Ia&&this.builder(Ia),this.builder("}",za,"end")}},vo.rawValue=function(za,fo){var zn=za[fo],Sn=za.raws[fo];return Sn&&Sn.value===zn?Sn.scss?Sn.scss:Sn.raw:zn},ro}(Na);ka.exports=Ha}}),uc=cs({"node_modules/postcss-scss/lib/scss-stringify.js"(Mn,ka){xs();var xa=wu();ka.exports=function(Na,Ha){var _o=new xa(Ha);_o.stringify(Na)}}}),Rc=cs({"node_modules/postcss-scss/lib/nested-declaration.js"(Mn,ka){xs();function xa(_o,ro){_o.prototype=Object.create(ro.prototype),_o.prototype.constructor=_o,_o.__proto__=ro}var Na=bu(),Ha=function(_o){xa(ro,_o);function ro(vo){var za;return za=_o.call(this,vo)||this,za.type="decl",za.isNested=!0,za.nodes||(za.nodes=[]),za}return ro}(Na);ka.exports=Ha}}),Lc=cs({"node_modules/postcss-scss/lib/scss-tokenize.js"(Mn,ka){xs();var xa=39,Na=34,Ha=92,_o=47,ro=10,vo=32,za=12,fo=9,zn=13,Sn=91,Ia=93,fa=40,Io=41,xo=123,ss=125,as=59,No=42,js=58,zs=64,nl=44,xu=35,zu=/[ \n\t\r\f{}()'"\\;/[\]#]/g,cc=/[ \n\t\r\f(){}:;@!'"\\\][#]|\/(?=\*)/g,Mc=/.[\\/("'\n]/,kc=/[a-f0-9]/i,Fc=/[\r\f\n]/g;ka.exports=function(Bc,Ic){Ic===void 0&&(Ic={});var Bu=Bc.css.valueOf(),hu=Ic.ignoreErrors,Pu,fu,pp,Rd,Gd,Ed,rd,hc,Vc,Hc,Yc,Zs,Dl,Zl,Wu=Bu.length,Ys=-1,wc=1,mc=0,Bp=[],sp=[];function Yd(fp){throw Bc.error("Unclosed "+fp,wc,mc-Ys)}function Nf(){return sp.length===0&&mc>=Wu}function rf(){for(var fp=1,Sp=!1,yp=!1;fp>0;)fu+=1,Bu.length<=fu&&Yd("interpolation"),Pu=Bu.charCodeAt(fu),Zs=Bu.charCodeAt(fu+1),Sp?!yp&&Pu===Sp?(Sp=!1,yp=!1):Pu===Ha?yp=!Hc:yp&&(yp=!1):Pu===xa||Pu===Na?Sp=Pu:Pu===ss?fp-=1:Pu===xu&&Zs===xo&&(fp+=1)}function bp(){if(sp.length)return sp.pop();if(!(mc>=Wu)){switch(Pu=Bu.charCodeAt(mc),(Pu===ro||Pu===za||Pu===zn&&Bu.charCodeAt(mc+1)!==ro)&&(Ys=mc,wc+=1),Pu){case ro:case vo:case fo:case zn:case za:fu=mc;do fu+=1,Pu=Bu.charCodeAt(fu),Pu===ro&&(Ys=fu,wc+=1);while(Pu===vo||Pu===ro||Pu===fo||Pu===zn||Pu===za);Dl=["space",Bu.slice(mc,fu)],mc=fu-1;break;case Sn:Dl=["[","[",wc,mc-Ys];break;case Ia:Dl=["]","]",wc,mc-Ys];break;case xo:Dl=["{","{",wc,mc-Ys];break;case ss:Dl=["}","}",wc,mc-Ys];break;case nl:Dl=["word",",",wc,mc-Ys,wc,mc-Ys+1];break;case js:Dl=[":",":",wc,mc-Ys];break;case as:Dl=[";",";",wc,mc-Ys];break;case fa:if(Yc=Bp.length?Bp.pop()[1]:"",Zs=Bu.charCodeAt(mc+1),Yc==="url"&&Zs!==xa&&Zs!==Na){for(Zl=1,Hc=!1,fu=mc+1;fu<=Bu.length-1;){if(Zs=Bu.charCodeAt(fu),Zs===Ha)Hc=!Hc;else if(Zs===fa)Zl+=1;else if(Zs===Io&&(Zl-=1,Zl===0))break;fu+=1}Ed=Bu.slice(mc,fu+1),Rd=Ed.split(`
`),Gd=Rd.length-1,Gd>0?(hc=wc+Gd,Vc=fu-Rd[Gd].length):(hc=wc,Vc=Ys),Dl=["brackets",Ed,wc,mc-Ys,hc,fu-Vc],Ys=Vc,wc=hc,mc=fu}else fu=Bu.indexOf(")",mc+1),Ed=Bu.slice(mc,fu+1),fu===-1||Mc.test(Ed)?Dl=["(","(",wc,mc-Ys]:(Dl=["brackets",Ed,wc,mc-Ys,wc,fu-Ys],mc=fu);break;case Io:Dl=[")",")",wc,mc-Ys];break;case xa:case Na:for(pp=Pu,fu=mc,Hc=!1;fu<Wu&&(fu++,fu===Wu&&Yd("string"),Pu=Bu.charCodeAt(fu),Zs=Bu.charCodeAt(fu+1),!(!Hc&&Pu===pp));)Pu===Ha?Hc=!Hc:Hc?Hc=!1:Pu===xu&&Zs===xo&&rf();Ed=Bu.slice(mc,fu+1),Rd=Ed.split(`
`),Gd=Rd.length-1,Gd>0?(hc=wc+Gd,Vc=fu-Rd[Gd].length):(hc=wc,Vc=Ys),Dl=["string",Bu.slice(mc,fu+1),wc,mc-Ys,hc,fu-Vc],Ys=Vc,wc=hc,mc=fu;break;case zs:zu.lastIndex=mc+1,zu.test(Bu),zu.lastIndex===0?fu=Bu.length-1:fu=zu.lastIndex-2,Dl=["at-word",Bu.slice(mc,fu+1),wc,mc-Ys,wc,fu-Ys],mc=fu;break;case Ha:for(fu=mc,rd=!0;Bu.charCodeAt(fu+1)===Ha;)fu+=1,rd=!rd;if(Pu=Bu.charCodeAt(fu+1),rd&&Pu!==_o&&Pu!==vo&&Pu!==ro&&Pu!==fo&&Pu!==zn&&Pu!==za&&(fu+=1,kc.test(Bu.charAt(fu)))){for(;kc.test(Bu.charAt(fu+1));)fu+=1;Bu.charCodeAt(fu+1)===vo&&(fu+=1)}Dl=["word",Bu.slice(mc,fu+1),wc,mc-Ys,wc,fu-Ys],mc=fu;break;default:Zs=Bu.charCodeAt(mc+1),Pu===xu&&Zs===xo?(fu=mc,rf(),Ed=Bu.slice(mc,fu+1),Rd=Ed.split(`
`),Gd=Rd.length-1,Gd>0?(hc=wc+Gd,Vc=fu-Rd[Gd].length):(hc=wc,Vc=Ys),Dl=["word",Ed,wc,mc-Ys,hc,fu-Vc],Ys=Vc,wc=hc,mc=fu):Pu===_o&&Zs===No?(fu=Bu.indexOf("*/",mc+2)+1,fu===0&&(hu?fu=Bu.length:Yd("comment")),Ed=Bu.slice(mc,fu+1),Rd=Ed.split(`
`),Gd=Rd.length-1,Gd>0?(hc=wc+Gd,Vc=fu-Rd[Gd].length):(hc=wc,Vc=Ys),Dl=["comment",Ed,wc,mc-Ys,hc,fu-Vc],Ys=Vc,wc=hc,mc=fu):Pu===_o&&Zs===_o?(Fc.lastIndex=mc+1,Fc.test(Bu),Fc.lastIndex===0?fu=Bu.length-1:fu=Fc.lastIndex-2,Ed=Bu.slice(mc,fu+1),Dl=["comment",Ed,wc,mc-Ys,wc,fu-Ys,"inline"],mc=fu):(cc.lastIndex=mc+1,cc.test(Bu),cc.lastIndex===0?fu=Bu.length-1:fu=cc.lastIndex-2,Dl=["word",Bu.slice(mc,fu+1),wc,mc-Ys,wc,fu-Ys],Bp.push(Dl),mc=fu);break}return mc++,Dl}}function Zc(fp){sp.push(fp)}return{back:Zc,nextToken:bp,endOfFile:Nf}}}}),Od=cs({"node_modules/postcss-scss/lib/scss-parser.js"(Mn,ka){xs();function xa(za,fo){za.prototype=Object.create(fo.prototype),za.prototype.constructor=za,za.__proto__=fo}var Na=Es(),Ha=Ka(),_o=Rc(),ro=Lc(),vo=function(za){xa(fo,za);function fo(){return za.apply(this,arguments)||this}var zn=fo.prototype;return zn.createTokenizer=function(){this.tokenizer=ro(this.input)},zn.rule=function(Sn){for(var Ia=!1,fa=0,Io="",as=Sn,xo=Array.isArray(as),ss=0,as=xo?as:as[Symbol.iterator]();;){var No;if(xo){if(ss>=as.length)break;No=as[ss++]}else{if(ss=as.next(),ss.done)break;No=ss.value}var js=No;if(Ia)js[0]!=="comment"&&js[0]!=="{"&&(Io+=js[1]);else{if(js[0]==="space"&&js[1].indexOf(`
`)!==-1)break;js[0]==="("?fa+=1:js[0]===")"?fa-=1:fa===0&&js[0]===":"&&(Ia=!0)}}if(!Ia||Io.trim()===""||/^[a-zA-Z-:#]/.test(Io))za.prototype.rule.call(this,Sn);else{Sn.pop();var zs=new _o;this.init(zs);var nl=Sn[Sn.length-1];for(nl[4]?zs.source.end={line:nl[4],column:nl[5]}:zs.source.end={line:nl[2],column:nl[3]};Sn[0][0]!=="word";)zs.raws.before+=Sn.shift()[1];for(zs.source.start={line:Sn[0][2],column:Sn[0][3]},zs.prop="";Sn.length;){var xu=Sn[0][0];if(xu===":"||xu==="space"||xu==="comment")break;zs.prop+=Sn.shift()[1]}zs.raws.between="";for(var zu;Sn.length;)if(zu=Sn.shift(),zu[0]===":"){zs.raws.between+=zu[1];break}else zs.raws.between+=zu[1];(zs.prop[0]==="_"||zs.prop[0]==="*")&&(zs.raws.before+=zs.prop[0],zs.prop=zs.prop.slice(1)),zs.raws.between+=this.spacesAndCommentsFromStart(Sn),this.precheckMissedSemicolon(Sn);for(var cc=Sn.length-1;cc>0;cc--){if(zu=Sn[cc],zu[1]==="!important"){zs.important=!0;var Mc=this.stringFrom(Sn,cc);Mc=this.spacesFromEnd(Sn)+Mc,Mc!==" !important"&&(zs.raws.important=Mc);break}else if(zu[1]==="important"){for(var kc=Sn.slice(0),Fc="",Bc=cc;Bc>0;Bc--){var Ic=kc[Bc][0];if(Fc.trim().indexOf("!")===0&&Ic!=="space")break;Fc=kc.pop()[1]+Fc}Fc.trim().indexOf("!")===0&&(zs.important=!0,zs.raws.important=Fc,Sn=kc)}if(zu[0]!=="space"&&zu[0]!=="comment")break}this.raw(zs,"value",Sn),zs.value.indexOf(":")!==-1&&this.checkMissedSemicolon(Sn),this.current=zs}},zn.comment=function(Sn){if(Sn[6]==="inline"){var Ia=new Na;this.init(Ia,Sn[2],Sn[3]),Ia.raws.inline=!0,Ia.source.end={line:Sn[4],column:Sn[5]};var fa=Sn[1].slice(2);if(/^\s*$/.test(fa))Ia.text="",Ia.raws.left=fa,Ia.raws.right="";else{var Io=fa.match(/^(\s*)([^]*[^\s])(\s*)$/),xo=Io[2].replace(/(\*\/|\/\*)/g,"*//*");Ia.text=xo,Ia.raws.left=Io[1],Ia.raws.right=Io[3],Ia.raws.text=Io[2]}}else za.prototype.comment.call(this,Sn)},zn.raw=function(Sn,Ia,fa){if(za.prototype.raw.call(this,Sn,Ia,fa),Sn.raws[Ia]){var Io=Sn.raws[Ia].raw;Sn.raws[Ia].raw=fa.reduce(function(xo,ss){if(ss[0]==="comment"&&ss[6]==="inline"){var as=ss[1].slice(2).replace(/(\*\/|\/\*)/g,"*//*");return xo+"/*"+as+"*/"}else return xo+ss[1]},""),Io!==Sn.raws[Ia].raw&&(Sn.raws[Ia].scss=Io)}},fo}(Ha);ka.exports=vo}}),Cc=cs({"node_modules/postcss-scss/lib/scss-parse.js"(Mn,ka){xs();var xa=Ls(),Na=Od();ka.exports=function(Ha,_o){var ro=new xa(Ha,_o),vo=new Na(ro);return vo.parse(),vo.root}}}),Zd=cs({"node_modules/postcss-scss/lib/scss-syntax.js"(Mn,ka){xs();var xa=uc(),Na=Cc();ka.exports={parse:Na,stringify:xa}}});xs();var jp=ju(),Np=Lu(),ip=Pc(),{hasPragma:Kc}=Fu(),{locStart:sd,locEnd:Jp}=rs(),{calculateLoc:Zp,replaceQuotesInInlineComments:bf}=rs(),Wp=Eu(),Kd=ml(),cp=Uu(),dp=Ac(),jd=od(),Fd=ld(),Jc=gp(),Ud=lp(),Dp=Mn=>{for(;Mn.parent;)Mn=Mn.parent;return Mn};function jf(Mn,ka){let{nodes:xa}=Mn,Na={open:null,close:null,groups:[],type:"paren_group"},Ha=[Na],_o=Na,ro={groups:[],type:"comma_group"},vo=[ro];for(let za=0;za<xa.length;++za){let fo=xa[za];if(dp(ka.parser,fo.value)&&fo.type==="number"&&fo.unit===".."&&Np(fo.value)==="."&&(fo.value=fo.value.slice(0,-1),fo.unit="..."),fo.type==="func"&&fo.value==="selector"&&(fo.group.groups=[tf(Dp(Mn).text.slice(fo.group.open.sourceIndex+1,fo.group.close.sourceIndex))]),fo.type==="func"&&fo.value==="url"){let zn=fo.group&&fo.group.groups||[],Sn=[];for(let Ia=0;Ia<zn.length;Ia++){let fa=zn[Ia];fa.type==="comma_group"?Sn=[...Sn,...fa.groups]:Sn.push(fa)}if(Wp(Sn)||!Kd(Sn)&&!Fd(Sn[0])){let Ia=Jc({groups:fo.group.groups});fo.group.groups=[Ia.trim()]}}if(fo.type==="paren"&&fo.value==="(")Na={open:fo,close:null,groups:[],type:"paren_group"},Ha.push(Na),ro={groups:[],type:"comma_group"},vo.push(ro);else if(fo.type==="paren"&&fo.value===")"){if(ro.groups.length>0&&Na.groups.push(ro),Na.close=fo,vo.length===1)throw new Error("Unbalanced parenthesis");vo.pop(),ro=Np(vo),ro.groups.push(Na),Ha.pop(),Na=Np(Ha)}else fo.type==="comma"?(Na.groups.push(ro),ro={groups:[],type:"comma_group"},vo[vo.length-1]=ro):ro.groups.push(fo)}return ro.groups.length>0&&Na.groups.push(ro),_o}function qm(Mn){return Mn.type==="paren_group"&&!Mn.open&&!Mn.close&&Mn.groups.length===1||Mn.type==="comma_group"&&Mn.groups.length===1?qm(Mn.groups[0]):Mn.type==="paren_group"||Mn.type==="comma_group"?Object.assign(Object.assign({},Mn),{},{groups:Mn.groups.map(qm)}):Mn}function ef(Mn,ka,xa){if(Mn&&typeof Mn=="object"){delete Mn.parent;for(let Na in Mn)ef(Mn[Na],ka,xa),Na==="type"&&typeof Mn[Na]=="string"&&!Mn[Na].startsWith(ka)&&(!xa||!xa.test(Mn[Na]))&&(Mn[Na]=ka+Mn[Na])}return Mn}function ym(Mn){if(Mn&&typeof Mn=="object"){delete Mn.parent;for(let ka in Mn)ym(Mn[ka]);!Array.isArray(Mn)&&Mn.value&&!Mn.type&&(Mn.type="unknown")}return Mn}function Em(Mn,ka){if(Mn&&typeof Mn=="object"){for(let xa in Mn)xa!=="parent"&&(Em(Mn[xa],ka),xa==="nodes"&&(Mn.group=qm(jf(Mn,ka)),delete Mn[xa]));delete Mn.parent}return Mn}function kp(Mn,ka){let xa=tm(),Na=null;try{Na=xa(Mn,{loose:!0}).parse()}catch{return{type:"value-unknown",value:Mn}}Na.text=Mn;let Ha=Em(Na,ka);return ef(Ha,"value-",/^selector-/)}function tf(Mn){if(/\/\/|\/\*/.test(Mn))return{type:"selector-unknown",value:Mn.trim()};let ka=km(),xa=null;try{ka(Na=>{xa=Na}).process(Mn)}catch{return{type:"selector-unknown",value:Mn}}return ef(xa,"selector-")}function Kf(Mn){let ka=$f().default,xa=null;try{xa=ka(Mn)}catch{return{type:"selector-unknown",value:Mn}}return ef(ym(xa),"media-")}var nm=/(\s*)(!default).*$/,Mp=/(\s*)(!global).*$/;function vp(Mn,ka){if(Mn&&typeof Mn=="object"){delete Mn.parent;for(let za in Mn)vp(Mn[za],ka);if(!Mn.type)return Mn;Mn.raws||(Mn.raws={});let _o="";if(typeof Mn.selector=="string"){var xa;_o=Mn.raws.selector?(xa=Mn.raws.selector.scss)!==null&&xa!==void 0?xa:Mn.raws.selector.raw:Mn.selector,Mn.raws.between&&Mn.raws.between.trim().length>0&&(_o+=Mn.raws.between),Mn.raws.selector=_o}let ro="";if(typeof Mn.value=="string"){var Na;ro=Mn.raws.value?(Na=Mn.raws.value.scss)!==null&&Na!==void 0?Na:Mn.raws.value.raw:Mn.value,ro=ro.trim(),Mn.raws.value=ro}let vo="";if(typeof Mn.params=="string"){var Ha;vo=Mn.raws.params?(Ha=Mn.raws.params.scss)!==null&&Ha!==void 0?Ha:Mn.raws.params.raw:Mn.params,Mn.raws.afterName&&Mn.raws.afterName.trim().length>0&&(vo=Mn.raws.afterName+vo),Mn.raws.between&&Mn.raws.between.trim().length>0&&(vo=vo+Mn.raws.between),vo=vo.trim(),Mn.raws.params=vo}if(_o.trim().length>0)return _o.startsWith("@")&&_o.endsWith(":")?Mn:Mn.mixin?(Mn.selector=kp(_o,ka),Mn):(jd(Mn)&&(Mn.isSCSSNesterProperty=!0),Mn.selector=tf(_o),Mn);if(ro.length>0){let za=ro.match(nm);za&&(ro=ro.slice(0,za.index),Mn.scssDefault=!0,za[0].trim()!=="!default"&&(Mn.raws.scssDefault=za[0]));let fo=ro.match(Mp);if(fo&&(ro=ro.slice(0,fo.index),Mn.scssGlobal=!0,fo[0].trim()!=="!global"&&(Mn.raws.scssGlobal=fo[0])),ro.startsWith("progid:"))return{type:"value-unknown",value:ro};Mn.value=kp(ro,ka)}if(cp(ka)&&Mn.type==="css-decl"&&ro.startsWith("extend(")&&(Mn.extend||(Mn.extend=Mn.raws.between===":"),Mn.extend&&!Mn.selector&&(delete Mn.value,Mn.selector=tf(ro.slice(7,-1)))),Mn.type==="css-atrule"){if(cp(ka)){if(Mn.mixin){let za=Mn.raws.identifier+Mn.name+Mn.raws.afterName+Mn.raws.params;return Mn.selector=tf(za),delete Mn.params,Mn}if(Mn.function)return Mn}if(ka.parser==="css"&&Mn.name==="custom-selector"){let za=Mn.params.match(/:--\S+\s+/)[0].trim();return Mn.customSelector=za,Mn.selector=tf(Mn.params.slice(za.length).trim()),delete Mn.params,Mn}if(cp(ka)){if(Mn.name.includes(":")&&!Mn.params){Mn.variable=!0;let za=Mn.name.split(":");Mn.name=za[0],Mn.value=kp(za.slice(1).join(":"),ka)}if(!["page","nest","keyframes"].includes(Mn.name)&&Mn.params&&Mn.params[0]===":"){Mn.variable=!0;let za=Mn.params.slice(1);za&&(Mn.value=kp(za,ka)),Mn.raws.afterName+=":"}if(Mn.variable)return delete Mn.params,Mn.value||delete Mn.value,Mn}}if(Mn.type==="css-atrule"&&vo.length>0){let{name:za}=Mn,fo=Mn.name.toLowerCase();return za==="warn"||za==="error"?(Mn.params={type:"media-unknown",value:vo},Mn):za==="extend"||za==="nest"?(Mn.selector=tf(vo),delete Mn.params,Mn):za==="at-root"?(/^\(\s*(?:without|with)\s*:.+\)$/s.test(vo)?Mn.params=kp(vo,ka):(Mn.selector=tf(vo),delete Mn.params),Mn):Ud(fo)?(Mn.import=!0,delete Mn.filename,Mn.params=kp(vo,ka),Mn):["namespace","supports","if","else","for","each","while","debug","mixin","include","function","return","define-mixin","add-mixin"].includes(za)?(vo=vo.replace(/(\$\S+?)(\s+)?\.{3}/,"$1...$2"),vo=vo.replace(/^(?!if)(\S+)(\s+)\(/,"$1($2"),Mn.value=kp(vo,ka),delete Mn.params,Mn):["media","custom-media"].includes(fo)?vo.includes("#{")?{type:"media-unknown",value:vo}:(Mn.params=Kf(vo),Mn):(Mn.params=vo,Mn)}}return Mn}function Bm(Mn,ka,xa){let Na=ip(ka),{frontMatter:Ha}=Na;ka=Na.content;let _o;try{_o=Mn(ka)}catch(ro){let{name:vo,reason:za,line:fo,column:zn}=ro;throw typeof fo!="number"?ro:jp(`${vo}: ${za}`,{start:{line:fo,column:zn}})}return _o=vp(ef(_o,"css-"),xa),Zp(_o,ka),Ha&&(Ha.source={startOffset:0,endOffset:Ha.raw.length},_o.nodes.unshift(Ha)),_o}function im(Mn,ka){let xa=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},Na=dp(xa.parser,Mn)?[xf,am]:[am,xf],Ha;for(let _o of Na)try{return _o(Mn,ka,xa)}catch(ro){Ha=Ha||ro}if(Ha)throw Ha}function am(Mn,ka){let xa=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},Na=Ml();return Bm(Ha=>Na.parse(bf(Ha)),Mn,xa)}function xf(Mn,ka){let xa=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},{parse:Na}=Zd();return Bm(Na,Mn,xa)}var Fp={astFormat:"postcss",hasPragma:Kc,locStart:sd,locEnd:Jp};qa.exports={parsers:{css:Object.assign(Object.assign({},Fp),{},{parse:im}),less:Object.assign(Object.assign({},Fp),{},{parse:am}),scss:Object.assign(Object.assign({},Fp),{},{parse:xf})}}});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=(Wl,ps)=>()=>(ps||Wl((ps={exports:{}}).exports,ps),ps.exports),n=y((Wl,ps)=>{var Ds=function(Us){return Us&&Us.Math==Math&&Us};ps.exports=Ds(typeof globalThis=="object"&&globalThis)||Ds(typeof window=="object"&&window)||Ds(typeof self=="object"&&self)||Ds(typeof commonjsGlobal=="object"&&commonjsGlobal)||function(){return this}()||Function("return this")()}),k=y((Wl,ps)=>{ps.exports=function(Ds){try{return!!Ds()}catch{return!0}}}),L=y((Wl,ps)=>{var Ds=k();ps.exports=!Ds(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!=7})}),$=y((Wl,ps)=>{var Ds=k();ps.exports=!Ds(function(){var Us=(function(){}).bind();return typeof Us!="function"||Us.hasOwnProperty("prototype")})}),j=y((Wl,ps)=>{var Ds=$(),Us=Function.prototype.call;ps.exports=Ds?Us.bind(Us):function(){return Us.apply(Us,arguments)}}),V=y(Wl=>{var ps={}.propertyIsEnumerable,Ds=Object.getOwnPropertyDescriptor,Us=Ds&&!ps.call({1:2},1);Wl.f=Us?function(Vs){var Lr=Ds(this,Vs);return!!Lr&&Lr.enumerable}:ps}),z=y((Wl,ps)=>{ps.exports=function(Ds,Us){return{enumerable:!(Ds&1),configurable:!(Ds&2),writable:!(Ds&4),value:Us}}}),re=y((Wl,ps)=>{var Ds=$(),Us=Function.prototype,Vs=Us.call,Lr=Ds&&Us.bind.bind(Vs,Vs);ps.exports=Ds?Lr:function(Zn){return function(){return Vs.apply(Zn,arguments)}}}),ie=y((Wl,ps)=>{var Ds=re(),Us=Ds({}.toString),Vs=Ds("".slice);ps.exports=function(Lr){return Vs(Us(Lr),8,-1)}}),oe=y((Wl,ps)=>{var Ds=re(),Us=k(),Vs=ie(),Lr=Object,Zn=Ds("".split);ps.exports=Us(function(){return!Lr("z").propertyIsEnumerable(0)})?function(hn){return Vs(hn)=="String"?Zn(hn,""):Lr(hn)}:Lr}),ue=y((Wl,ps)=>{ps.exports=function(Ds){return Ds==null}}),de=y((Wl,ps)=>{var Ds=ue(),Us=TypeError;ps.exports=function(Vs){if(Ds(Vs))throw Us("Can't call method on "+Vs);return Vs}}),pe=y((Wl,ps)=>{var Ds=oe(),Us=de();ps.exports=function(Vs){return Ds(Us(Vs))}}),Ie=y((Wl,ps)=>{var Ds=typeof document=="object"&&document.all,Us=typeof Ds>"u"&&Ds!==void 0;ps.exports={all:Ds,IS_HTMLDDA:Us}}),he=y((Wl,ps)=>{var Ds=Ie(),Us=Ds.all;ps.exports=Ds.IS_HTMLDDA?function(Vs){return typeof Vs=="function"||Vs===Us}:function(Vs){return typeof Vs=="function"}}),Ce=y((Wl,ps)=>{var Ds=he(),Us=Ie(),Vs=Us.all;ps.exports=Us.IS_HTMLDDA?function(Lr){return typeof Lr=="object"?Lr!==null:Ds(Lr)||Lr===Vs}:function(Lr){return typeof Lr=="object"?Lr!==null:Ds(Lr)}}),_e=y((Wl,ps)=>{var Ds=n(),Us=he(),Vs=function(Lr){return Us(Lr)?Lr:void 0};ps.exports=function(Lr,Zn){return arguments.length<2?Vs(Ds[Lr]):Ds[Lr]&&Ds[Lr][Zn]}}),Ne=y((Wl,ps)=>{var Ds=re();ps.exports=Ds({}.isPrototypeOf)}),Fe=y((Wl,ps)=>{var Ds=_e();ps.exports=Ds("navigator","userAgent")||""}),Ue=y((Wl,ps)=>{var Ds=n(),Us=Fe(),Vs=Ds.process,Lr=Ds.Deno,Zn=Vs&&Vs.versions||Lr&&Lr.version,hn=Zn&&Zn.v8,Ln,Vi;hn&&(Ln=hn.split("."),Vi=Ln[0]>0&&Ln[0]<4?1:+(Ln[0]+Ln[1])),!Vi&&Us&&(Ln=Us.match(/Edge\/(\d+)/),(!Ln||Ln[1]>=74)&&(Ln=Us.match(/Chrome\/(\d+)/),Ln&&(Vi=+Ln[1]))),ps.exports=Vi}),kt=y((Wl,ps)=>{var Ds=Ue(),Us=k();ps.exports=!!Object.getOwnPropertySymbols&&!Us(function(){var Vs=Symbol();return!String(Vs)||!(Object(Vs)instanceof Symbol)||!Symbol.sham&&Ds&&Ds<41})}),Et=y((Wl,ps)=>{var Ds=kt();ps.exports=Ds&&!Symbol.sham&&typeof Symbol.iterator=="symbol"}),Ve=y((Wl,ps)=>{var Ds=_e(),Us=he(),Vs=Ne(),Lr=Et(),Zn=Object;ps.exports=Lr?function(hn){return typeof hn=="symbol"}:function(hn){var Ln=Ds("Symbol");return Us(Ln)&&Vs(Ln.prototype,Zn(hn))}}),qe=y((Wl,ps)=>{var Ds=String;ps.exports=function(Us){try{return Ds(Us)}catch{return"Object"}}}),jt=y((Wl,ps)=>{var Ds=he(),Us=qe(),Vs=TypeError;ps.exports=function(Lr){if(Ds(Lr))return Lr;throw Vs(Us(Lr)+" is not a function")}}),tr=y((Wl,ps)=>{var Ds=jt(),Us=ue();ps.exports=function(Vs,Lr){var Zn=Vs[Lr];return Us(Zn)?void 0:Ds(Zn)}}),rr=y((Wl,ps)=>{var Ds=j(),Us=he(),Vs=Ce(),Lr=TypeError;ps.exports=function(Zn,hn){var Ln,Vi;if(hn==="string"&&Us(Ln=Zn.toString)&&!Vs(Vi=Ds(Ln,Zn))||Us(Ln=Zn.valueOf)&&!Vs(Vi=Ds(Ln,Zn))||hn!=="string"&&Us(Ln=Zn.toString)&&!Vs(Vi=Ds(Ln,Zn)))return Vi;throw Lr("Can't convert object to primitive value")}}),ar=y((Wl,ps)=>{ps.exports=!1}),nr=y((Wl,ps)=>{var Ds=n(),Us=Object.defineProperty;ps.exports=function(Vs,Lr){try{Us(Ds,Vs,{value:Lr,configurable:!0,writable:!0})}catch{Ds[Vs]=Lr}return Lr}}),ur=y((Wl,ps)=>{var Ds=n(),Us=nr(),Vs="__core-js_shared__",Lr=Ds[Vs]||Us(Vs,{});ps.exports=Lr}),cr=y((Wl,ps)=>{var Ds=ar(),Us=ur();(ps.exports=function(Vs,Lr){return Us[Vs]||(Us[Vs]=Lr!==void 0?Lr:{})})("versions",[]).push({version:"3.26.1",mode:Ds?"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"})}),_r=y((Wl,ps)=>{var Ds=de(),Us=Object;ps.exports=function(Vs){return Us(Ds(Vs))}}),hr=y((Wl,ps)=>{var Ds=re(),Us=_r(),Vs=Ds({}.hasOwnProperty);ps.exports=Object.hasOwn||function(Lr,Zn){return Vs(Us(Lr),Zn)}}),Er=y((Wl,ps)=>{var Ds=re(),Us=0,Vs=Math.random(),Lr=Ds(1 .toString);ps.exports=function(Zn){return"Symbol("+(Zn===void 0?"":Zn)+")_"+Lr(++Us+Vs,36)}}),kr=y((Wl,ps)=>{var Ds=n(),Us=cr(),Vs=hr(),Lr=Er(),Zn=kt(),hn=Et(),Ln=Us("wks"),Vi=Ds.Symbol,Wi=Vi&&Vi.for,pa=hn?Vi:Vi&&Vi.withoutSetter||Lr;ps.exports=function(Ki){if(!Vs(Ln,Ki)||!(Zn||typeof Ln[Ki]=="string")){var Yo="Symbol."+Ki;Zn&&Vs(Vi,Ki)?Ln[Ki]=Vi[Ki]:hn&&Wi?Ln[Ki]=Wi(Yo):Ln[Ki]=pa(Yo)}return Ln[Ki]}}),xr=y((Wl,ps)=>{var Ds=j(),Us=Ce(),Vs=Ve(),Lr=tr(),Zn=rr(),hn=kr(),Ln=TypeError,Vi=hn("toPrimitive");ps.exports=function(Wi,pa){if(!Us(Wi)||Vs(Wi))return Wi;var Ki=Lr(Wi,Vi),Yo;if(Ki){if(pa===void 0&&(pa="default"),Yo=Ds(Ki,Wi,pa),!Us(Yo)||Vs(Yo))return Yo;throw Ln("Can't convert object to primitive value")}return pa===void 0&&(pa="number"),Zn(Wi,pa)}}),yr=y((Wl,ps)=>{var Ds=xr(),Us=Ve();ps.exports=function(Vs){var Lr=Ds(Vs,"string");return Us(Lr)?Lr:Lr+""}}),br=y((Wl,ps)=>{var Ds=n(),Us=Ce(),Vs=Ds.document,Lr=Us(Vs)&&Us(Vs.createElement);ps.exports=function(Zn){return Lr?Vs.createElement(Zn):{}}}),Ir=y((Wl,ps)=>{var Ds=L(),Us=k(),Vs=br();ps.exports=!Ds&&!Us(function(){return Object.defineProperty(Vs("div"),"a",{get:function(){return 7}}).a!=7})}),Mr=y(Wl=>{var ps=L(),Ds=j(),Us=V(),Vs=z(),Lr=pe(),Zn=yr(),hn=hr(),Ln=Ir(),Vi=Object.getOwnPropertyDescriptor;Wl.f=ps?Vi:function(Wi,pa){if(Wi=Lr(Wi),pa=Zn(pa),Ln)try{return Vi(Wi,pa)}catch{}if(hn(Wi,pa))return Vs(!Ds(Us.f,Wi,pa),Wi[pa])}}),mr=y((Wl,ps)=>{var Ds=L(),Us=k();ps.exports=Ds&&Us(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!=42})}),gr=y((Wl,ps)=>{var Ds=Ce(),Us=String,Vs=TypeError;ps.exports=function(Lr){if(Ds(Lr))return Lr;throw Vs(Us(Lr)+" is not an object")}}),jr=y(Wl=>{var ps=L(),Ds=Ir(),Us=mr(),Vs=gr(),Lr=yr(),Zn=TypeError,hn=Object.defineProperty,Ln=Object.getOwnPropertyDescriptor,Vi="enumerable",Wi="configurable",pa="writable";Wl.f=ps?Us?function(Ki,Yo,Eo){if(Vs(Ki),Yo=Lr(Yo),Vs(Eo),typeof Ki=="function"&&Yo==="prototype"&&"value"in Eo&&pa in Eo&&!Eo[pa]){var Fo=Ln(Ki,Yo);Fo&&Fo[pa]&&(Ki[Yo]=Eo.value,Eo={configurable:Wi in Eo?Eo[Wi]:Fo[Wi],enumerable:Vi in Eo?Eo[Vi]:Fo[Vi],writable:!1})}return hn(Ki,Yo,Eo)}:hn:function(Ki,Yo,Eo){if(Vs(Ki),Yo=Lr(Yo),Vs(Eo),Ds)try{return hn(Ki,Yo,Eo)}catch{}if("get"in Eo||"set"in Eo)throw Zn("Accessors not supported");return"value"in Eo&&(Ki[Yo]=Eo.value),Ki}}),Hr=y((Wl,ps)=>{var Ds=L(),Us=jr(),Vs=z();ps.exports=Ds?function(Lr,Zn,hn){return Us.f(Lr,Zn,Vs(1,hn))}:function(Lr,Zn,hn){return Lr[Zn]=hn,Lr}}),Vr=y((Wl,ps)=>{var Ds=L(),Us=hr(),Vs=Function.prototype,Lr=Ds&&Object.getOwnPropertyDescriptor,Zn=Us(Vs,"name"),hn=Zn&&(function(){}).name==="something",Ln=Zn&&(!Ds||Ds&&Lr(Vs,"name").configurable);ps.exports={EXISTS:Zn,PROPER:hn,CONFIGURABLE:Ln}}),zr=y((Wl,ps)=>{var Ds=re(),Us=he(),Vs=ur(),Lr=Ds(Function.toString);Us(Vs.inspectSource)||(Vs.inspectSource=function(Zn){return Lr(Zn)}),ps.exports=Vs.inspectSource}),Sr=y((Wl,ps)=>{var Ds=n(),Us=he(),Vs=Ds.WeakMap;ps.exports=Us(Vs)&&/native code/.test(String(Vs))}),Tr=y((Wl,ps)=>{var Ds=cr(),Us=Er(),Vs=Ds("keys");ps.exports=function(Lr){return Vs[Lr]||(Vs[Lr]=Us(Lr))}}),Br=y((Wl,ps)=>{ps.exports={}}),vr=y((Wl,ps)=>{var Ds=Sr(),Us=n(),Vs=Ce(),Lr=Hr(),Zn=hr(),hn=ur(),Ln=Tr(),Vi=Br(),Wi="Object already initialized",pa=Us.TypeError,Ki=Us.WeakMap,Yo,Eo,Fo,hs=function(ko){return Fo(ko)?Eo(ko):Yo(ko,{})},An=function(ko){return function(vu){var Ul;if(!Vs(vu)||(Ul=Eo(vu)).type!==ko)throw pa("Incompatible receiver, "+ko+" required");return Ul}};Ds||hn.state?(Uo=hn.state||(hn.state=new Ki),Uo.get=Uo.get,Uo.has=Uo.has,Uo.set=Uo.set,Yo=function(ko,vu){if(Uo.has(ko))throw pa(Wi);return vu.facade=ko,Uo.set(ko,vu),vu},Eo=function(ko){return Uo.get(ko)||{}},Fo=function(ko){return Uo.has(ko)}):(cu=Ln("state"),Vi[cu]=!0,Yo=function(ko,vu){if(Zn(ko,cu))throw pa(Wi);return vu.facade=ko,Lr(ko,cu,vu),vu},Eo=function(ko){return Zn(ko,cu)?ko[cu]:{}},Fo=function(ko){return Zn(ko,cu)});var Uo,cu;ps.exports={set:Yo,get:Eo,has:Fo,enforce:hs,getterFor:An}}),Cr=y((Wl,ps)=>{var Ds=k(),Us=he(),Vs=hr(),Lr=L(),Zn=Vr().CONFIGURABLE,hn=zr(),Ln=vr(),Vi=Ln.enforce,Wi=Ln.get,pa=Object.defineProperty,Ki=Lr&&!Ds(function(){return pa(function(){},"length",{value:8}).length!==8}),Yo=String(String).split("String"),Eo=ps.exports=function(Fo,hs,An){String(hs).slice(0,7)==="Symbol("&&(hs="["+String(hs).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),An&&An.getter&&(hs="get "+hs),An&&An.setter&&(hs="set "+hs),(!Vs(Fo,"name")||Zn&&Fo.name!==hs)&&(Lr?pa(Fo,"name",{value:hs,configurable:!0}):Fo.name=hs),Ki&&An&&Vs(An,"arity")&&Fo.length!==An.arity&&pa(Fo,"length",{value:An.arity});try{An&&Vs(An,"constructor")&&An.constructor?Lr&&pa(Fo,"prototype",{writable:!1}):Fo.prototype&&(Fo.prototype=void 0)}catch{}var Uo=Vi(Fo);return Vs(Uo,"source")||(Uo.source=Yo.join(typeof hs=="string"?hs:"")),Fo};Function.prototype.toString=Eo(function(){return Us(this)&&Wi(this).source||hn(this)},"toString")}),Dr=y((Wl,ps)=>{var Ds=he(),Us=jr(),Vs=Cr(),Lr=nr();ps.exports=function(Zn,hn,Ln,Vi){Vi||(Vi={});var Wi=Vi.enumerable,pa=Vi.name!==void 0?Vi.name:hn;if(Ds(Ln)&&Vs(Ln,pa,Vi),Vi.global)Wi?Zn[hn]=Ln:Lr(hn,Ln);else{try{Vi.unsafe?Zn[hn]&&(Wi=!0):delete Zn[hn]}catch{}Wi?Zn[hn]=Ln:Us.f(Zn,hn,{value:Ln,enumerable:!1,configurable:!Vi.nonConfigurable,writable:!Vi.nonWritable})}return Zn}}),Rr=y((Wl,ps)=>{var Ds=Math.ceil,Us=Math.floor;ps.exports=Math.trunc||function(Vs){var Lr=+Vs;return(Lr>0?Us:Ds)(Lr)}}),Wr=y((Wl,ps)=>{var Ds=Rr();ps.exports=function(Us){var Vs=+Us;return Vs!==Vs||Vs===0?0:Ds(Vs)}}),Kr=y((Wl,ps)=>{var Ds=Wr(),Us=Math.max,Vs=Math.min;ps.exports=function(Lr,Zn){var hn=Ds(Lr);return hn<0?Us(hn+Zn,0):Vs(hn,Zn)}}),Nr=y((Wl,ps)=>{var Ds=Wr(),Us=Math.min;ps.exports=function(Vs){return Vs>0?Us(Ds(Vs),9007199254740991):0}}),Fr=y((Wl,ps)=>{var Ds=Nr();ps.exports=function(Us){return Ds(Us.length)}}),Qr=y((Wl,ps)=>{var Ds=pe(),Us=Kr(),Vs=Fr(),Lr=function(Zn){return function(hn,Ln,Vi){var Wi=Ds(hn),pa=Vs(Wi),Ki=Us(Vi,pa),Yo;if(Zn&&Ln!=Ln){for(;pa>Ki;)if(Yo=Wi[Ki++],Yo!=Yo)return!0}else for(;pa>Ki;Ki++)if((Zn||Ki in Wi)&&Wi[Ki]===Ln)return Zn||Ki||0;return!Zn&&-1}};ps.exports={includes:Lr(!0),indexOf:Lr(!1)}}),ca=y((Wl,ps)=>{var Ds=re(),Us=hr(),Vs=pe(),Lr=Qr().indexOf,Zn=Br(),hn=Ds([].push);ps.exports=function(Ln,Vi){var Wi=Vs(Ln),pa=0,Ki=[],Yo;for(Yo in Wi)!Us(Zn,Yo)&&Us(Wi,Yo)&&hn(Ki,Yo);for(;Vi.length>pa;)Us(Wi,Yo=Vi[pa++])&&(~Lr(Ki,Yo)||hn(Ki,Yo));return Ki}}),Po=y((Wl,ps)=>{ps.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]}),Wa=y(Wl=>{var ps=ca(),Ds=Po(),Us=Ds.concat("length","prototype");Wl.f=Object.getOwnPropertyNames||function(Vs){return ps(Vs,Us)}}),Go=y(Wl=>{Wl.f=Object.getOwnPropertySymbols}),us=y((Wl,ps)=>{var Ds=_e(),Us=re(),Vs=Wa(),Lr=Go(),Zn=gr(),hn=Us([].concat);ps.exports=Ds("Reflect","ownKeys")||function(Ln){var Vi=Vs.f(Zn(Ln)),Wi=Lr.f;return Wi?hn(Vi,Wi(Ln)):Vi}}),Kn=y((Wl,ps)=>{var Ds=hr(),Us=us(),Vs=Mr(),Lr=jr();ps.exports=function(Zn,hn,Ln){for(var Vi=Us(hn),Wi=Lr.f,pa=Vs.f,Ki=0;Ki<Vi.length;Ki++){var Yo=Vi[Ki];!Ds(Zn,Yo)&&!(Ln&&Ds(Ln,Yo))&&Wi(Zn,Yo,pa(hn,Yo))}}}),Gr=y((Wl,ps)=>{var Ds=k(),Us=he(),Vs=/#|\.prototype\./,Lr=function(Wi,pa){var Ki=hn[Zn(Wi)];return Ki==Vi?!0:Ki==Ln?!1:Us(pa)?Ds(pa):!!pa},Zn=Lr.normalize=function(Wi){return String(Wi).replace(Vs,".").toLowerCase()},hn=Lr.data={},Ln=Lr.NATIVE="N",Vi=Lr.POLYFILL="P";ps.exports=Lr}),Ar=y((Wl,ps)=>{var Ds=n(),Us=Mr().f,Vs=Hr(),Lr=Dr(),Zn=nr(),hn=Kn(),Ln=Gr();ps.exports=function(Vi,Wi){var pa=Vi.target,Ki=Vi.global,Yo=Vi.stat,Eo,Fo,hs,An,Uo,cu;if(Ki?Fo=Ds:Yo?Fo=Ds[pa]||Zn(pa,{}):Fo=(Ds[pa]||{}).prototype,Fo)for(hs in Wi){if(Uo=Wi[hs],Vi.dontCallGetSet?(cu=Us(Fo,hs),An=cu&&cu.value):An=Fo[hs],Eo=Ln(Ki?hs:pa+(Yo?".":"#")+hs,Vi.forced),!Eo&&An!==void 0){if(typeof Uo==typeof An)continue;hn(Uo,An)}(Vi.sham||An&&An.sham)&&Vs(Uo,"sham",!0),Lr(Fo,hs,Uo,Vi)}}}),On=y((Wl,ps)=>{var Ds=ie();ps.exports=Array.isArray||function(Us){return Ds(Us)=="Array"}}),kn=y((Wl,ps)=>{var Ds=TypeError,Us=9007199254740991;ps.exports=function(Vs){if(Vs>Us)throw Ds("Maximum allowed index exceeded");return Vs}}),Sa=y((Wl,ps)=>{var Ds=ie(),Us=re();ps.exports=function(Vs){if(Ds(Vs)==="Function")return Us(Vs)}}),sa=y((Wl,ps)=>{var Ds=Sa(),Us=jt(),Vs=$(),Lr=Ds(Ds.bind);ps.exports=function(Zn,hn){return Us(Zn),hn===void 0?Zn:Vs?Lr(Zn,hn):function(){return Zn.apply(hn,arguments)}}}),qa=y((Wl,ps)=>{var Ds=On(),Us=Fr(),Vs=kn(),Lr=sa(),Zn=function(hn,Ln,Vi,Wi,pa,Ki,Yo,Eo){for(var Fo=pa,hs=0,An=Yo?Lr(Yo,Eo):!1,Uo,cu;hs<Wi;)hs in Vi&&(Uo=An?An(Vi[hs],hs,Ln):Vi[hs],Ki>0&&Ds(Uo)?(cu=Us(Uo),Fo=Zn(hn,Ln,Uo,cu,Fo,Ki-1)-1):(Vs(Fo+1),hn[Fo]=Uo),Fo++),hs++;return Fo};ps.exports=Zn}),To=y((Wl,ps)=>{var Ds=kr(),Us=Ds("toStringTag"),Vs={};Vs[Us]="z",ps.exports=String(Vs)==="[object z]"}),Hi=y((Wl,ps)=>{var Ds=To(),Us=he(),Vs=ie(),Lr=kr(),Zn=Lr("toStringTag"),hn=Object,Ln=Vs(function(){return arguments}())=="Arguments",Vi=function(Wi,pa){try{return Wi[pa]}catch{}};ps.exports=Ds?Vs:function(Wi){var pa,Ki,Yo;return Wi===void 0?"Undefined":Wi===null?"Null":typeof(Ki=Vi(pa=hn(Wi),Zn))=="string"?Ki:Ln?Vs(pa):(Yo=Vs(pa))=="Object"&&Us(pa.callee)?"Arguments":Yo}}),na=y((Wl,ps)=>{var Ds=re(),Us=k(),Vs=he(),Lr=Hi(),Zn=_e(),hn=zr(),Ln=function(){},Vi=[],Wi=Zn("Reflect","construct"),pa=/^\s*(?:class|function)\b/,Ki=Ds(pa.exec),Yo=!pa.exec(Ln),Eo=function(hs){if(!Vs(hs))return!1;try{return Wi(Ln,Vi,hs),!0}catch{return!1}},Fo=function(hs){if(!Vs(hs))return!1;switch(Lr(hs)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return Yo||!!Ki(pa,hn(hs))}catch{return!0}};Fo.sham=!0,ps.exports=!Wi||Us(function(){var hs;return Eo(Eo.call)||!Eo(Object)||!Eo(function(){hs=!0})||hs})?Fo:Eo}),Ma=y((Wl,ps)=>{var Ds=On(),Us=na(),Vs=Ce(),Lr=kr(),Zn=Lr("species"),hn=Array;ps.exports=function(Ln){var Vi;return Ds(Ln)&&(Vi=Ln.constructor,Us(Vi)&&(Vi===hn||Ds(Vi.prototype))?Vi=void 0:Vs(Vi)&&(Vi=Vi[Zn],Vi===null&&(Vi=void 0))),Vi===void 0?hn:Vi}}),Ns=y((Wl,ps)=>{var Ds=Ma();ps.exports=function(Us,Vs){return new(Ds(Us))(Vs===0?0:Vs)}}),cs=y(()=>{var Wl=Ar(),ps=qa(),Ds=jt(),Us=_r(),Vs=Fr(),Lr=Ns();Wl({target:"Array",proto:!0},{flatMap:function(Zn){var hn=Us(this),Ln=Vs(hn),Vi;return Ds(Zn),Vi=Lr(hn,0),Vi.length=ps(Vi,hn,hn,Ln,0,1,Zn,arguments.length>1?arguments[1]:void 0),Vi}})}),vl=y((Wl,ps)=>{ps.exports={}}),Bl=y((Wl,ps)=>{var Ds=kr(),Us=vl(),Vs=Ds("iterator"),Lr=Array.prototype;ps.exports=function(Zn){return Zn!==void 0&&(Us.Array===Zn||Lr[Vs]===Zn)}}),Au=y((Wl,ps)=>{var Ds=Hi(),Us=tr(),Vs=ue(),Lr=vl(),Zn=kr(),hn=Zn("iterator");ps.exports=function(Ln){if(!Vs(Ln))return Us(Ln,hn)||Us(Ln,"@@iterator")||Lr[Ds(Ln)]}}),xs=y((Wl,ps)=>{var Ds=j(),Us=jt(),Vs=gr(),Lr=qe(),Zn=Au(),hn=TypeError;ps.exports=function(Ln,Vi){var Wi=arguments.length<2?Zn(Ln):Vi;if(Us(Wi))return Vs(Ds(Wi,Ln));throw hn(Lr(Ln)+" is not iterable")}}),ju=y((Wl,ps)=>{var Ds=j(),Us=gr(),Vs=tr();ps.exports=function(Lr,Zn,hn){var Ln,Vi;Us(Lr);try{if(Ln=Vs(Lr,"return"),!Ln){if(Zn==="throw")throw hn;return hn}Ln=Ds(Ln,Lr)}catch(Wi){Vi=!0,Ln=Wi}if(Zn==="throw")throw hn;if(Vi)throw Ln;return Us(Ln),hn}}),Lu=y((Wl,ps)=>{var Ds=sa(),Us=j(),Vs=gr(),Lr=qe(),Zn=Bl(),hn=Fr(),Ln=Ne(),Vi=xs(),Wi=Au(),pa=ju(),Ki=TypeError,Yo=function(Fo,hs){this.stopped=Fo,this.result=hs},Eo=Yo.prototype;ps.exports=function(Fo,hs,An){var Uo=An&&An.that,cu=!!(An&&An.AS_ENTRIES),ko=!!(An&&An.IS_RECORD),vu=!!(An&&An.IS_ITERATOR),Ul=!!(An&&An.INTERRUPTED),tc=Ds(hs,Uo),Fu,Ku,In,rs,Vl,Eu,ml,Uu=function(od){return Fu&&pa(Fu,"normal",od),new Yo(!0,od)},Ac=function(od){return cu?(Vs(od),Ul?tc(od[0],od[1],Uu):tc(od[0],od[1])):Ul?tc(od,Uu):tc(od)};if(ko)Fu=Fo.iterator;else if(vu)Fu=Fo;else{if(Ku=Wi(Fo),!Ku)throw Ki(Lr(Fo)+" is not iterable");if(Zn(Ku)){for(In=0,rs=hn(Fo);rs>In;In++)if(Vl=Ac(Fo[In]),Vl&&Ln(Eo,Vl))return Vl;return new Yo(!1)}Fu=Vi(Fo,Ku)}for(Eu=ko?Fo.next:Fu.next;!(ml=Us(Eu,Fu)).done;){try{Vl=Ac(ml.value)}catch(od){pa(Fu,"throw",od)}if(typeof Vl=="object"&&Vl&&Ln(Eo,Vl))return Vl}return new Yo(!1)}}),Pc=y((Wl,ps)=>{var Ds=yr(),Us=jr(),Vs=z();ps.exports=function(Lr,Zn,hn){var Ln=Ds(Zn);Ln in Lr?Us.f(Lr,Ln,Vs(0,hn)):Lr[Ln]=hn}}),Nc=y(()=>{var Wl=Ar(),ps=Lu(),Ds=Pc();Wl({target:"Object",stat:!0},{fromEntries:function(Us){var Vs={};return ps(Us,function(Lr,Zn){Ds(Vs,Lr,Zn)},{AS_ENTRIES:!0}),Vs}})}),gc=y((Wl,ps)=>{var Ds=["cliName","cliCategory","cliDescription"];function Us(Os,os){if(Os==null)return{};var Co=Vs(Os,os),Do,Ao;if(Object.getOwnPropertySymbols){var eo=Object.getOwnPropertySymbols(Os);for(Ao=0;Ao<eo.length;Ao++)Do=eo[Ao],!(os.indexOf(Do)>=0)&&Object.prototype.propertyIsEnumerable.call(Os,Do)&&(Co[Do]=Os[Do])}return Co}function Vs(Os,os){if(Os==null)return{};var Co={},Do=Object.keys(Os),Ao,eo;for(eo=0;eo<Do.length;eo++)Ao=Do[eo],!(os.indexOf(Ao)>=0)&&(Co[Ao]=Os[Ao]);return Co}cs(),Nc();var Lr=Object.create,Zn=Object.defineProperty,hn=Object.getOwnPropertyDescriptor,Ln=Object.getOwnPropertyNames,Vi=Object.getPrototypeOf,Wi=Object.prototype.hasOwnProperty,pa=(Os,os)=>function(){return Os&&(os=(0,Os[Ln(Os)[0]])(Os=0)),os},Ki=(Os,os)=>function(){return os||(0,Os[Ln(Os)[0]])((os={exports:{}}).exports,os),os.exports},Yo=(Os,os)=>{for(var Co in os)Zn(Os,Co,{get:os[Co],enumerable:!0})},Eo=(Os,os,Co,Do)=>{if(os&&typeof os=="object"||typeof os=="function")for(let Ao of Ln(os))!Wi.call(Os,Ao)&&Ao!==Co&&Zn(Os,Ao,{get:()=>os[Ao],enumerable:!(Do=hn(os,Ao))||Do.enumerable});return Os},Fo=(Os,os,Co)=>(Co=Os!=null?Lr(Vi(Os)):{},Eo(!Os||!Os.__esModule?Zn(Co,"default",{value:Os,enumerable:!0}):Co,Os)),hs=Os=>Eo(Zn({},"__esModule",{value:!0}),Os),An,Uo=pa({"<define:process>"(){An={env:{},argv:[]}}}),cu=Ki({"node_modules/xtend/immutable.js"(Os,os){Uo(),os.exports=Do;var Co=Object.prototype.hasOwnProperty;function Do(){for(var Ao={},eo=0;eo<arguments.length;eo++){var So=arguments[eo];for(var Ro in So)Co.call(So,Ro)&&(Ao[Ro]=So[Ro])}return Ao}}}),ko=Ki({"node_modules/inherits/inherits_browser.js"(Os,os){Uo(),typeof Object.create=="function"?os.exports=function(Co,Do){Do&&(Co.super_=Do,Co.prototype=Object.create(Do.prototype,{constructor:{value:Co,enumerable:!1,writable:!0,configurable:!0}}))}:os.exports=function(Co,Do){if(Do){Co.super_=Do;var Ao=function(){};Ao.prototype=Do.prototype,Co.prototype=new Ao,Co.prototype.constructor=Co}}}}),vu=Ki({"node_modules/unherit/index.js"(Os,os){Uo();var Co=cu(),Do=ko();os.exports=Ao;function Ao(eo){var So,Ro,no;Do(Ja,eo),Do(qo,Ja),So=Ja.prototype;for(Ro in So)no=So[Ro],no&&typeof no=="object"&&(So[Ro]="concat"in no?no.concat():Co(no));return Ja;function qo($o){return eo.apply(this,$o)}function Ja(){return this instanceof Ja?eo.apply(this,arguments):new qo(arguments)}}}}),Ul=Ki({"node_modules/state-toggle/index.js"(Os,os){Uo(),os.exports=Co;function Co(Do,Ao,eo){return So;function So(){var Ro=eo||this,no=Ro[Do];return Ro[Do]=!Ao,qo;function qo(){Ro[Do]=no}}}}}),tc=Ki({"node_modules/vfile-location/index.js"(Os,os){Uo(),os.exports=Co;function Co(Do){for(var Ao=String(Do),eo=[],So=/\r?\n|\r/g;So.exec(Ao);)eo.push(So.lastIndex);return eo.push(Ao.length+1),{toPoint:Ro,toPosition:Ro,toOffset:no};function Ro(qo){var Ja=-1;if(qo>-1&&qo<eo[eo.length-1]){for(;++Ja<eo.length;)if(eo[Ja]>qo)return{line:Ja+1,column:qo-(eo[Ja-1]||0)+1,offset:qo}}return{}}function no(qo){var Ja=qo&&qo.line,$o=qo&&qo.column,Ts;return!isNaN(Ja)&&!isNaN($o)&&Ja-1 in eo&&(Ts=(eo[Ja-2]||0)+$o-1||0),Ts>-1&&Ts<eo[eo.length-1]?Ts:-1}}}}),Fu=Ki({"node_modules/remark-parse/lib/unescape.js"(Os,os){Uo(),os.exports=Do;var Co="\\";function Do(Ao,eo){return So;function So(Ro){for(var no=0,qo=Ro.indexOf(Co),Ja=Ao[eo],$o=[],Ts;qo!==-1;)$o.push(Ro.slice(no,qo)),no=qo+1,Ts=Ro.charAt(no),(!Ts||Ja.indexOf(Ts)===-1)&&$o.push(Co),qo=Ro.indexOf(Co,no+1);return $o.push(Ro.slice(no)),$o.join("")}}}}),Ku=Ki({"node_modules/character-entities-legacy/index.json"(Os,os){os.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:"ÿ"}}}),In=Ki({"node_modules/character-reference-invalid/index.json"(Os,os){os.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:"Ÿ"}}}),rs=Ki({"node_modules/is-decimal/index.js"(Os,os){Uo(),os.exports=Co;function Co(Do){var Ao=typeof Do=="string"?Do.charCodeAt(0):Do;return Ao>=48&&Ao<=57}}}),Vl=Ki({"node_modules/is-hexadecimal/index.js"(Os,os){Uo(),os.exports=Co;function Co(Do){var Ao=typeof Do=="string"?Do.charCodeAt(0):Do;return Ao>=97&&Ao<=102||Ao>=65&&Ao<=70||Ao>=48&&Ao<=57}}}),Eu=Ki({"node_modules/is-alphabetical/index.js"(Os,os){Uo(),os.exports=Co;function Co(Do){var Ao=typeof Do=="string"?Do.charCodeAt(0):Do;return Ao>=97&&Ao<=122||Ao>=65&&Ao<=90}}}),ml=Ki({"node_modules/is-alphanumerical/index.js"(Os,os){Uo();var Co=Eu(),Do=rs();os.exports=Ao;function Ao(eo){return Co(eo)||Do(eo)}}}),Uu=Ki({"node_modules/character-entities/index.json"(Os,os){os.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:""}}}),Ac=Ki({"node_modules/parse-entities/decode-entity.js"(Os,os){Uo();var Co=Uu();os.exports=Ao;var Do={}.hasOwnProperty;function Ao(eo){return Do.call(Co,eo)?Co[eo]:!1}}}),od=Ki({"node_modules/parse-entities/index.js"(Os,os){Uo();var Co=Ku(),Do=In(),Ao=rs(),eo=Vl(),So=ml(),Ro=Ac();os.exports=bc;var no={}.hasOwnProperty,qo=String.fromCharCode,Ja=Function.prototype,$o={warning:null,reference:null,text:null,warningContext:null,referenceContext:null,textContext:null,position:{},additional:null,attribute:!1,nonTerminated:!0},Ts=9,ds=10,ks=12,Gs=32,Ls=38,cl=59,ns=60,il=61,Es=35,Ss=88,ws=120,Ms=65533,bl="named",kl="hexadecimal",bu="decimal",hl={};hl[kl]=16,hl[bu]=10;var Kl={};Kl[bl]=So,Kl[bu]=Ao,Kl[kl]=eo;var _u=1,Cu=2,Qs=3,Su=4,Qu=5,ec=6,Ka=7,yu={};yu[_u]="Named character references must be terminated by a semicolon",yu[Cu]="Numeric character references must be terminated by a semicolon",yu[Qs]="Named character references cannot be empty",yu[Su]="Numeric character references cannot be empty",yu[Qu]="Named character references must be known",yu[ec]="Numeric character references cannot be disallowed",yu[Ka]="Numeric character references cannot be outside the permissible Unicode range";function bc(Cl,_l){var Ml={},wu,uc;_l||(_l={});for(uc in $o)wu=_l[uc],Ml[uc]=wu??$o[uc];return(Ml.position.indent||Ml.position.start)&&(Ml.indent=Ml.position.indent||[],Ml.position=Ml.position.start),Tu(Cl,Ml)}function Tu(Cl,_l){var Ml=_l.additional,wu=_l.nonTerminated,uc=_l.text,Rc=_l.reference,Lc=_l.warning,Od=_l.textContext,Cc=_l.referenceContext,Zd=_l.warningContext,jp=_l.position,Np=_l.indent||[],ip=Cl.length,Kc=0,sd=-1,Jp=jp.column||1,Zp=jp.line||1,bf="",Wp=[],Kd,cp,dp,jd,Fd,Jc,Ud,Dp,jf,qm,ef,ym,Em,kp,tf,Kf,nm,Mp,vp;for(typeof Ml=="string"&&(Ml=Ml.charCodeAt(0)),Kf=Bm(),Dp=Lc?im:Ja,Kc--,ip++;++Kc<ip;)if(Fd===ds&&(Jp=Np[sd]||1),Fd=Cl.charCodeAt(Kc),Fd===Ls){if(Ud=Cl.charCodeAt(Kc+1),Ud===Ts||Ud===ds||Ud===ks||Ud===Gs||Ud===Ls||Ud===ns||Ud!==Ud||Ml&&Ud===Ml){bf+=qo(Fd),Jp++;continue}for(Em=Kc+1,ym=Em,vp=Em,Ud===Es?(vp=++ym,Ud=Cl.charCodeAt(vp),Ud===Ss||Ud===ws?(kp=kl,vp=++ym):kp=bu):kp=bl,Kd="",ef="",jd="",tf=Kl[kp],vp--;++vp<ip&&(Ud=Cl.charCodeAt(vp),!!tf(Ud));)jd+=qo(Ud),kp===bl&&no.call(Co,jd)&&(Kd=jd,ef=Co[jd]);dp=Cl.charCodeAt(vp)===cl,dp&&(vp++,cp=kp===bl?Ro(jd):!1,cp&&(Kd=jd,ef=cp)),Mp=1+vp-Em,!dp&&!wu||(jd?kp===bl?(dp&&!ef?Dp(Qu,1):(Kd!==jd&&(vp=ym+Kd.length,Mp=1+vp-ym,dp=!1),dp||(jf=Kd?_u:Qs,_l.attribute?(Ud=Cl.charCodeAt(vp),Ud===il?(Dp(jf,Mp),ef=null):So(Ud)?ef=null:Dp(jf,Mp)):Dp(jf,Mp))),Jc=ef):(dp||Dp(Cu,Mp),Jc=parseInt(jd,hl[kp]),$l(Jc)?(Dp(Ka,Mp),Jc=qo(Ms)):Jc in Do?(Dp(ec,Mp),Jc=Do[Jc]):(qm="",Ru(Jc)&&Dp(ec,Mp),Jc>65535&&(Jc-=65536,qm+=qo(Jc>>>10|55296),Jc=56320|Jc&1023),Jc=qm+qo(Jc))):kp!==bl&&Dp(Su,Mp)),Jc?(am(),Kf=Bm(),Kc=vp-1,Jp+=vp-Em+1,Wp.push(Jc),nm=Bm(),nm.offset++,Rc&&Rc.call(Cc,Jc,{start:Kf,end:nm},Cl.slice(Em-1,vp)),Kf=nm):(jd=Cl.slice(Em-1,vp),bf+=jd,Jp+=jd.length,Kc=vp-1)}else Fd===10&&(Zp++,sd++,Jp=0),Fd===Fd?(bf+=qo(Fd),Jp++):am();return Wp.join("");function Bm(){return{line:Zp,column:Jp,offset:Kc+(jp.offset||0)}}function im(xf,Fp){var Mn=Bm();Mn.column+=Fp,Mn.offset+=Fp,Lc.call(Zd,yu[xf],Mn,xf)}function am(){bf&&(Wp.push(bf),uc&&uc.call(Od,bf,{start:Kf,end:Bm()}),bf="")}}function $l(Cl){return Cl>=55296&&Cl<=57343||Cl>1114111}function Ru(Cl){return Cl>=1&&Cl<=8||Cl===11||Cl>=13&&Cl<=31||Cl>=127&&Cl<=159||Cl>=64976&&Cl<=65007||(Cl&65535)===65535||(Cl&65535)===65534}}}),ld=Ki({"node_modules/remark-parse/lib/decode.js"(Os,os){Uo();var Co=cu(),Do=od();os.exports=Ao;function Ao(eo){return Ro.raw=no,Ro;function So(Ja){for(var $o=eo.offset,Ts=Ja.line,ds=[];++Ts&&Ts in $o;)ds.push(($o[Ts]||0)+1);return{start:Ja,indent:ds}}function Ro(Ja,$o,Ts){Do(Ja,{position:So($o),warning:qo,text:Ts,reference:Ts,textContext:eo,referenceContext:eo})}function no(Ja,$o,Ts){return Do(Ja,Co(Ts,{position:So($o),warning:qo}))}function qo(Ja,$o,Ts){Ts!==3&&eo.file.message(Ja,$o)}}}}),gp=Ki({"node_modules/remark-parse/lib/tokenizer.js"(Os,os){Uo(),os.exports=Co;function Co(So){return Ro;function Ro(no,qo){var Ja=this,$o=Ja.offset,Ts=[],ds=Ja[So+"Methods"],ks=Ja[So+"Tokenizers"],Gs=qo.line,Ls=qo.column,cl,ns,il,Es,Ss,ws;if(!no)return Ts;for(Cu.now=kl,Cu.file=Ja.file,Ms("");no;){for(cl=-1,ns=ds.length,Ss=!1;++cl<ns&&(Es=ds[cl],il=ks[Es],!(il&&(!il.onlyAtStart||Ja.atStart)&&(!il.notInList||!Ja.inList)&&(!il.notInBlock||!Ja.inBlock)&&(!il.notInLink||!Ja.inLink)&&(ws=no.length,il.apply(Ja,[Cu,no]),Ss=ws!==no.length,Ss))););Ss||Ja.file.fail(new Error("Infinite loop"),Cu.now())}return Ja.eof=kl(),Ts;function Ms(Qs){for(var Su=-1,Qu=Qs.indexOf(`
`);Qu!==-1;)Gs++,Su=Qu,Qu=Qs.indexOf(`
`,Qu+1);Su===-1?Ls+=Qs.length:Ls=Qs.length-Su,Gs in $o&&(Su!==-1?Ls+=$o[Gs]:Ls<=$o[Gs]&&(Ls=$o[Gs]+1))}function bl(){var Qs=[],Su=Gs+1;return function(){for(var Qu=Gs+1;Su<Qu;)Qs.push(($o[Su]||0)+1),Su++;return Qs}}function kl(){var Qs={line:Gs,column:Ls};return Qs.offset=Ja.toOffset(Qs),Qs}function bu(Qs){this.start=Qs,this.end=kl()}function hl(Qs){no.slice(0,Qs.length)!==Qs&&Ja.file.fail(new Error("Incorrectly eaten value: please report this warning on https://git.io/vg5Ft"),kl())}function Kl(){var Qs=kl();return Su;function Su(Qu,ec){var Ka=Qu.position,yu=Ka?Ka.start:Qs,bc=[],Tu=Ka&&Ka.end.line,$l=Qs.line;if(Qu.position=new bu(yu),Ka&&ec&&Ka.indent){if(bc=Ka.indent,Tu<$l){for(;++Tu<$l;)bc.push(($o[Tu]||0)+1);bc.push(Qs.column)}ec=bc.concat(ec)}return Qu.position.indent=ec||[],Qu}}function _u(Qs,Su){var Qu=Su?Su.children:Ts,ec=Qu[Qu.length-1],Ka;return ec&&Qs.type===ec.type&&(Qs.type==="text"||Qs.type==="blockquote")&&Do(ec)&&Do(Qs)&&(Ka=Qs.type==="text"?Ao:eo,Qs=Ka.call(Ja,ec,Qs)),Qs!==ec&&Qu.push(Qs),Ja.atStart&&Ts.length!==0&&Ja.exitStart(),Qs}function Cu(Qs){var Su=bl(),Qu=Kl(),ec=kl();return hl(Qs),Ka.reset=yu,yu.test=bc,Ka.test=bc,no=no.slice(Qs.length),Ms(Qs),Su=Su(),Ka;function Ka(Tu,$l){return Qu(_u(Qu(Tu),$l),Su)}function yu(){var Tu=Ka.apply(null,arguments);return Gs=ec.line,Ls=ec.column,no=Qs+no,Tu}function bc(){var Tu=Qu({});return Gs=ec.line,Ls=ec.column,no=Qs+no,Tu.position}}}}function Do(So){var Ro,no;return So.type!=="text"||!So.position?!0:(Ro=So.position.start,no=So.position.end,Ro.line!==no.line||no.column-Ro.column===So.value.length)}function Ao(So,Ro){return So.value+=Ro.value,So}function eo(So,Ro){return this.options.commonmark||this.options.gfm?Ro:(So.children=So.children.concat(Ro.children),So)}}}),lp=Ki({"node_modules/markdown-escapes/index.js"(Os,os){Uo(),os.exports=eo;var Co=["\\","`","*","{","}","[","]","(",")","#","+","-",".","!","_",">"],Do=Co.concat(["~","|"]),Ao=Do.concat([`
`,'"',"$","%","&","'",",","/",":",";","<","=","?","@","^"]);eo.default=Co,eo.gfm=Do,eo.commonmark=Ao;function eo(So){var Ro=So||{};return Ro.commonmark?Ao:Ro.gfm?Do:Co}}}),Oc=Ki({"node_modules/remark-parse/lib/block-elements.js"(Os,os){Uo(),os.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"]}}),Hd=Ki({"node_modules/remark-parse/lib/defaults.js"(Os,os){Uo(),os.exports={position:!0,gfm:!0,commonmark:!1,pedantic:!1,blocks:Oc()}}}),nd=Ki({"node_modules/remark-parse/lib/set-options.js"(Os,os){Uo();var Co=cu(),Do=lp(),Ao=Hd();os.exports=eo;function eo(So){var Ro=this,no=Ro.options,qo,Ja;if(So==null)So={};else if(typeof So=="object")So=Co(So);else throw new Error("Invalid value `"+So+"` for setting `options`");for(qo in Ao){if(Ja=So[qo],Ja==null&&(Ja=no[qo]),qo!=="blocks"&&typeof Ja!="boolean"||qo==="blocks"&&typeof Ja!="object")throw new Error("Invalid value `"+Ja+"` for setting `options."+qo+"`");So[qo]=Ja}return Ro.options=So,Ro.escape=Do(So),Ro}}}),Ap=Ki({"node_modules/unist-util-is/convert.js"(Os,os){Uo(),os.exports=Co;function Co(Ro){if(Ro==null)return So;if(typeof Ro=="string")return eo(Ro);if(typeof Ro=="object")return"length"in Ro?Ao(Ro):Do(Ro);if(typeof Ro=="function")return Ro;throw new Error("Expected function, string, or object as test")}function Do(Ro){return no;function no(qo){var Ja;for(Ja in Ro)if(qo[Ja]!==Ro[Ja])return!1;return!0}}function Ao(Ro){for(var no=[],qo=-1;++qo<Ro.length;)no[qo]=Co(Ro[qo]);return Ja;function Ja(){for(var $o=-1;++$o<no.length;)if(no[$o].apply(this,arguments))return!0;return!1}}function eo(Ro){return no;function no(qo){return!!(qo&&qo.type===Ro)}}function So(){return!0}}}),Tp=Ki({"node_modules/unist-util-visit-parents/color.browser.js"(Os,os){Uo(),os.exports=Co;function Co(Do){return Do}}}),Sf=Ki({"node_modules/unist-util-visit-parents/index.js"(Os,os){Uo(),os.exports=Ro;var Co=Ap(),Do=Tp(),Ao=!0,eo="skip",So=!1;Ro.CONTINUE=Ao,Ro.SKIP=eo,Ro.EXIT=So;function Ro(qo,Ja,$o,Ts){var ds,ks;typeof Ja=="function"&&typeof $o!="function"&&(Ts=$o,$o=Ja,Ja=null),ks=Co(Ja),ds=Ts?-1:1,Gs(qo,null,[])();function Gs(Ls,cl,ns){var il=typeof Ls=="object"&&Ls!==null?Ls:{},Es;return typeof il.type=="string"&&(Es=typeof il.tagName=="string"?il.tagName:typeof il.name=="string"?il.name:void 0,Ss.displayName="node ("+Do(il.type+(Es?"<"+Es+">":""))+")"),Ss;function Ss(){var ws=ns.concat(Ls),Ms=[],bl,kl;if((!Ja||ks(Ls,cl,ns[ns.length-1]||null))&&(Ms=no($o(Ls,ns)),Ms[0]===So))return Ms;if(Ls.children&&Ms[0]!==eo)for(kl=(Ts?Ls.children.length:-1)+ds;kl>-1&&kl<Ls.children.length;){if(bl=Gs(Ls.children[kl],kl,ws)(),bl[0]===So)return bl;kl=typeof bl[1]=="number"?bl[1]:kl+ds}return Ms}}}function no(qo){return qo!==null&&typeof qo=="object"&&"length"in qo?qo:typeof qo=="number"?[Ao,qo]:[qo]}}}),Af=Ki({"node_modules/unist-util-visit/index.js"(Os,os){Uo(),os.exports=So;var Co=Sf(),Do=Co.CONTINUE,Ao=Co.SKIP,eo=Co.EXIT;So.CONTINUE=Do,So.SKIP=Ao,So.EXIT=eo;function So(Ro,no,qo,Ja){typeof no=="function"&&typeof qo!="function"&&(Ja=qo,qo=no,no=null),Co(Ro,no,$o,Ja);function $o(Ts,ds){var ks=ds[ds.length-1],Gs=ks?ks.children.indexOf(Ts):null;return qo(Ts,Gs,ks)}}}}),lf=Ki({"node_modules/unist-util-remove-position/index.js"(Os,os){Uo();var Co=Af();os.exports=Do;function Do(So,Ro){return Co(So,Ro?Ao:eo),So}function Ao(So){delete So.position}function eo(So){So.position=void 0}}}),Op=Ki({"node_modules/remark-parse/lib/parse.js"(Os,os){Uo();var Co=cu(),Do=lf();os.exports=So;var Ao=`
`,eo=/\r\n|\r/g;function So(){var Ro=this,no=String(Ro.file),qo={line:1,column:1,offset:0},Ja=Co(qo),$o;return no=no.replace(eo,Ao),no.charCodeAt(0)===65279&&(no=no.slice(1),Ja.column++,Ja.offset++),$o={type:"root",children:Ro.tokenizeBlock(no,Ja),position:{start:qo,end:Ro.eof||Co(qo)}},Ro.options.position||Do($o,!0),$o}}}),sm=Ki({"node_modules/remark-parse/lib/tokenize/blank-line.js"(Os,os){Uo();var Co=/^[ \t]*(\n|$)/;os.exports=Do;function Do(Ao,eo,So){for(var Ro,no="",qo=0,Ja=eo.length;qo<Ja&&(Ro=Co.exec(eo.slice(qo)),Ro!=null);)qo+=Ro[0].length,no+=Ro[0];if(no!==""){if(So)return!0;Ao(no)}}}}),Df=Ki({"node_modules/repeat-string/index.js"(Os,os){Uo();var Co="",Do;os.exports=Ao;function Ao(eo,So){if(typeof eo!="string")throw new TypeError("expected a string");if(So===1)return eo;if(So===2)return eo+eo;var Ro=eo.length*So;if(Do!==eo||typeof Do>"u")Do=eo,Co="";else if(Co.length>=Ro)return Co.substr(0,Ro);for(;Ro>Co.length&&So>1;)So&1&&(Co+=eo),So>>=1,eo+=eo;return Co+=eo,Co=Co.substr(0,Ro),Co}}}),yc=Ki({"node_modules/trim-trailing-lines/index.js"(Os,os){Uo(),os.exports=Co;function Co(Do){return String(Do).replace(/\n+$/,"")}}}),Tf=Ki({"node_modules/remark-parse/lib/tokenize/code-indented.js"(Os,os){Uo();var Co=Df(),Do=yc();os.exports=qo;var Ao=`
`,eo=" ",So=" ",Ro=4,no=Co(So,Ro);function qo(Ja,$o,Ts){for(var ds=-1,ks=$o.length,Gs="",Ls="",cl="",ns="",il,Es,Ss;++ds<ks;)if(il=$o.charAt(ds),Ss)if(Ss=!1,Gs+=cl,Ls+=ns,cl="",ns="",il===Ao)cl=il,ns=il;else for(Gs+=il,Ls+=il;++ds<ks;){if(il=$o.charAt(ds),!il||il===Ao){ns=il,cl=il;break}Gs+=il,Ls+=il}else if(il===So&&$o.charAt(ds+1)===il&&$o.charAt(ds+2)===il&&$o.charAt(ds+3)===il)cl+=no,ds+=3,Ss=!0;else if(il===eo)cl+=il,Ss=!0;else{for(Es="";il===eo||il===So;)Es+=il,il=$o.charAt(++ds);if(il!==Ao)break;cl+=Es+il,ns+=il}if(Ls)return Ts?!0:Ja(Gs)({type:"code",lang:null,meta:null,value:Do(Ls)})}}}),Ep=Ki({"node_modules/remark-parse/lib/tokenize/code-fenced.js"(Os,os){Uo(),os.exports=qo;var Co=`
`,Do=" ",Ao=" ",eo="~",So="`",Ro=3,no=4;function qo(Ja,$o,Ts){var ds=this,ks=ds.options.gfm,Gs=$o.length+1,Ls=0,cl="",ns,il,Es,Ss,ws,Ms,bl,kl,bu,hl,Kl,_u,Cu;if(ks){for(;Ls<Gs&&(Es=$o.charAt(Ls),!(Es!==Ao&&Es!==Do));)cl+=Es,Ls++;if(_u=Ls,Es=$o.charAt(Ls),!(Es!==eo&&Es!==So)){for(Ls++,il=Es,ns=1,cl+=Es;Ls<Gs&&(Es=$o.charAt(Ls),Es===il);)cl+=Es,ns++,Ls++;if(!(ns<Ro)){for(;Ls<Gs&&(Es=$o.charAt(Ls),!(Es!==Ao&&Es!==Do));)cl+=Es,Ls++;for(Ss="",bl="";Ls<Gs&&(Es=$o.charAt(Ls),!(Es===Co||il===So&&Es===il));)Es===Ao||Es===Do?bl+=Es:(Ss+=bl+Es,bl=""),Ls++;if(Es=$o.charAt(Ls),!(Es&&Es!==Co)){if(Ts)return!0;Cu=Ja.now(),Cu.column+=cl.length,Cu.offset+=cl.length,cl+=Ss,Ss=ds.decode.raw(ds.unescape(Ss),Cu),bl&&(cl+=bl),bl="",hl="",Kl="",kl="",bu="";for(var Qs=!0;Ls<Gs;){if(Es=$o.charAt(Ls),kl+=hl,bu+=Kl,hl="",Kl="",Es!==Co){kl+=Es,Kl+=Es,Ls++;continue}for(Qs?(cl+=Es,Qs=!1):(hl+=Es,Kl+=Es),bl="",Ls++;Ls<Gs&&(Es=$o.charAt(Ls),Es===Ao);)bl+=Es,Ls++;if(hl+=bl,Kl+=bl.slice(_u),!(bl.length>=no)){for(bl="";Ls<Gs&&(Es=$o.charAt(Ls),Es===il);)bl+=Es,Ls++;if(hl+=bl,Kl+=bl,!(bl.length<ns)){for(bl="";Ls<Gs&&(Es=$o.charAt(Ls),!(Es!==Ao&&Es!==Do));)hl+=Es,Kl+=Es,Ls++;if(!Es||Es===Co)break}}}for(cl+=kl+hl,Ls=-1,Gs=Ss.length;++Ls<Gs;)if(Es=Ss.charAt(Ls),Es===Ao||Es===Do)ws||(ws=Ss.slice(0,Ls));else if(ws){Ms=Ss.slice(Ls);break}return Ja(cl)({type:"code",lang:ws||Ss||null,meta:Ms||null,value:bu})}}}}}}}),uf=Ki({"node_modules/trim/index.js"(Os,os){Uo(),Os=os.exports=Co;function Co(Do){return Do.replace(/^\s*|\s*$/g,"")}Os.left=function(Do){return Do.replace(/^\s*/,"")},Os.right=function(Do){return Do.replace(/\s*$/,"")}}}),Ff=Ki({"node_modules/remark-parse/lib/util/interrupt.js"(Os,os){Uo(),os.exports=Co;function Co(Do,Ao,eo,So){for(var Ro=Do.length,no=-1,qo,Ja;++no<Ro;)if(qo=Do[no],Ja=qo[1]||{},!(Ja.pedantic!==void 0&&Ja.pedantic!==eo.options.pedantic)&&!(Ja.commonmark!==void 0&&Ja.commonmark!==eo.options.commonmark)&&Ao[qo[0]].apply(eo,So))return!0;return!1}}}),Cf=Ki({"node_modules/remark-parse/lib/tokenize/blockquote.js"(Os,os){Uo();var Co=uf(),Do=Ff();os.exports=no;var Ao=`
`,eo=" ",So=" ",Ro=">";function no(qo,Ja,$o){for(var Ts=this,ds=Ts.offset,ks=Ts.blockTokenizers,Gs=Ts.interruptBlockquote,Ls=qo.now(),cl=Ls.line,ns=Ja.length,il=[],Es=[],Ss=[],ws,Ms=0,bl,kl,bu,hl,Kl,_u,Cu,Qs;Ms<ns&&(bl=Ja.charAt(Ms),!(bl!==So&&bl!==eo));)Ms++;if(Ja.charAt(Ms)===Ro){if($o)return!0;for(Ms=0;Ms<ns;){for(bu=Ja.indexOf(Ao,Ms),_u=Ms,Cu=!1,bu===-1&&(bu=ns);Ms<ns&&(bl=Ja.charAt(Ms),!(bl!==So&&bl!==eo));)Ms++;if(Ja.charAt(Ms)===Ro?(Ms++,Cu=!0,Ja.charAt(Ms)===So&&Ms++):Ms=_u,hl=Ja.slice(Ms,bu),!Cu&&!Co(hl)){Ms=_u;break}if(!Cu&&(kl=Ja.slice(Ms),Do(Gs,ks,Ts,[qo,kl,!0])))break;Kl=_u===Ms?hl:Ja.slice(_u,bu),Ss.push(Ms-_u),il.push(Kl),Es.push(hl),Ms=bu+1}for(Ms=-1,ns=Ss.length,ws=qo(il.join(Ao));++Ms<ns;)ds[cl]=(ds[cl]||0)+Ss[Ms],cl++;return Qs=Ts.enterBlock(),Es=Ts.tokenizeBlock(Es.join(Ao),Ls),Qs(),ws({type:"blockquote",children:Es})}}}}),Uf=Ki({"node_modules/remark-parse/lib/tokenize/heading-atx.js"(Os,os){Uo(),os.exports=Ro;var Co=`
`,Do=" ",Ao=" ",eo="#",So=6;function Ro(no,qo,Ja){for(var $o=this,Ts=$o.options.pedantic,ds=qo.length+1,ks=-1,Gs=no.now(),Ls="",cl="",ns,il,Es;++ks<ds;){if(ns=qo.charAt(ks),ns!==Ao&&ns!==Do){ks--;break}Ls+=ns}for(Es=0;++ks<=ds;){if(ns=qo.charAt(ks),ns!==eo){ks--;break}Ls+=ns,Es++}if(!(Es>So)&&!(!Es||!Ts&&qo.charAt(ks+1)===eo)){for(ds=qo.length+1,il="";++ks<ds;){if(ns=qo.charAt(ks),ns!==Ao&&ns!==Do){ks--;break}il+=ns}if(!(!Ts&&il.length===0&&ns&&ns!==Co)){if(Ja)return!0;for(Ls+=il,il="",cl="";++ks<ds&&(ns=qo.charAt(ks),!(!ns||ns===Co));){if(ns!==Ao&&ns!==Do&&ns!==eo){cl+=il+ns,il="";continue}for(;ns===Ao||ns===Do;)il+=ns,ns=qo.charAt(++ks);if(!Ts&&cl&&!il&&ns===eo){cl+=ns;continue}for(;ns===eo;)il+=ns,ns=qo.charAt(++ks);for(;ns===Ao||ns===Do;)il+=ns,ns=qo.charAt(++ks);ks--}return Gs.column+=Ls.length,Gs.offset+=Ls.length,Ls+=cl+il,no(Ls)({type:"heading",depth:Es,children:$o.tokenizeInline(cl,Gs)})}}}}}),Hp=Ki({"node_modules/remark-parse/lib/tokenize/thematic-break.js"(Os,os){Uo(),os.exports=qo;var Co=" ",Do=`
`,Ao=" ",eo="*",So="-",Ro="_",no=3;function qo(Ja,$o,Ts){for(var ds=-1,ks=$o.length+1,Gs="",Ls,cl,ns,il;++ds<ks&&(Ls=$o.charAt(ds),!(Ls!==Co&&Ls!==Ao));)Gs+=Ls;if(!(Ls!==eo&&Ls!==So&&Ls!==Ro))for(cl=Ls,Gs+=Ls,ns=1,il="";++ds<ks;)if(Ls=$o.charAt(ds),Ls===cl)ns++,Gs+=il+cl,il="";else if(Ls===Ao)il+=Ls;else return ns>=no&&(!Ls||Ls===Do)?(Gs+=il,Ts?!0:Ja(Gs)({type:"thematicBreak"})):void 0}}}),lm=Ki({"node_modules/remark-parse/lib/util/get-indentation.js"(Os,os){Uo(),os.exports=So;var Co=" ",Do=" ",Ao=1,eo=4;function So(Ro){for(var no=0,qo=0,Ja=Ro.charAt(no),$o={},Ts,ds=0;Ja===Co||Ja===Do;){for(Ts=Ja===Co?eo:Ao,qo+=Ts,Ts>1&&(qo=Math.floor(qo/Ts)*Ts);ds<qo;)$o[++ds]=no;Ja=Ro.charAt(++no)}return{indent:qo,stops:$o}}}}),Tm=Ki({"node_modules/remark-parse/lib/util/remove-indentation.js"(Os,os){Uo();var Co=uf(),Do=Df(),Ao=lm();os.exports=no;var eo=`
`,So=" ",Ro="!";function no(qo,Ja){var $o=qo.split(eo),Ts=$o.length+1,ds=1/0,ks=[],Gs,Ls,cl;for($o.unshift(Do(So,Ja)+Ro);Ts--;)if(Ls=Ao($o[Ts]),ks[Ts]=Ls.stops,Co($o[Ts]).length!==0)if(Ls.indent)Ls.indent>0&&Ls.indent<ds&&(ds=Ls.indent);else{ds=1/0;break}if(ds!==1/0)for(Ts=$o.length;Ts--;){for(cl=ks[Ts],Gs=ds;Gs&&!(Gs in cl);)Gs--;$o[Ts]=$o[Ts].slice(cl[Gs]+1)}return $o.shift(),$o.join(eo)}}}),Xp=Ki({"node_modules/remark-parse/lib/tokenize/list.js"(Os,os){Uo();var Co=uf(),Do=Df(),Ao=rs(),eo=lm(),So=Tm(),Ro=Ff();os.exports=bl;var no="*",qo="_",Ja="+",$o="-",Ts=".",ds=" ",ks=`
`,Gs=" ",Ls=")",cl="x",ns=4,il=/\n\n(?!\s*$)/,Es=/^\[([ X\tx])][ \t]/,Ss=/^([ \t]*)([*+-]|\d+[.)])( {1,4}(?! )| |\t|$|(?=\n))([^\n]*)/,ws=/^([ \t]*)([*+-]|\d+[.)])([ \t]+)/,Ms=/^( {1,4}|\t)?/gm;function bl(Kl,_u,Cu){for(var Qs=this,Su=Qs.options.commonmark,Qu=Qs.options.pedantic,ec=Qs.blockTokenizers,Ka=Qs.interruptList,yu=0,bc=_u.length,Tu=null,$l,Ru,Cl,_l,Ml,wu,uc,Rc,Lc,Od,Cc,Zd,jp,Np,ip,Kc,sd,Jp,Zp,bf=!1,Wp,Kd,cp,dp;yu<bc&&(_l=_u.charAt(yu),!(_l!==Gs&&_l!==ds));)yu++;if(_l=_u.charAt(yu),_l===no||_l===Ja||_l===$o)Ml=_l,Cl=!1;else{for(Cl=!0,Ru="";yu<bc&&(_l=_u.charAt(yu),!!Ao(_l));)Ru+=_l,yu++;if(_l=_u.charAt(yu),!Ru||!(_l===Ts||Su&&_l===Ls)||Cu&&Ru!=="1")return;Tu=parseInt(Ru,10),Ml=_l}if(_l=_u.charAt(++yu),!(_l!==ds&&_l!==Gs&&(Qu||_l!==ks&&_l!==""))){if(Cu)return!0;for(yu=0,Np=[],ip=[],Kc=[];yu<bc;){for(wu=_u.indexOf(ks,yu),uc=yu,Rc=!1,dp=!1,wu===-1&&(wu=bc),$l=0;yu<bc;){if(_l=_u.charAt(yu),_l===Gs)$l+=ns-$l%ns;else if(_l===ds)$l++;else break;yu++}if(sd&&$l>=sd.indent&&(dp=!0),_l=_u.charAt(yu),Lc=null,!dp){if(_l===no||_l===Ja||_l===$o)Lc=_l,yu++,$l++;else{for(Ru="";yu<bc&&(_l=_u.charAt(yu),!!Ao(_l));)Ru+=_l,yu++;_l=_u.charAt(yu),yu++,Ru&&(_l===Ts||Su&&_l===Ls)&&(Lc=_l,$l+=Ru.length+1)}if(Lc)if(_l=_u.charAt(yu),_l===Gs)$l+=ns-$l%ns,yu++;else if(_l===ds){for(cp=yu+ns;yu<cp&&_u.charAt(yu)===ds;)yu++,$l++;yu===cp&&_u.charAt(yu)===ds&&(yu-=ns-1,$l-=ns-1)}else _l!==ks&&_l!==""&&(Lc=null)}if(Lc){if(!Qu&&Ml!==Lc)break;Rc=!0}else!Su&&!dp&&_u.charAt(uc)===ds?dp=!0:Su&&sd&&(dp=$l>=sd.indent||$l>ns),Rc=!1,yu=uc;if(Cc=_u.slice(uc,wu),Od=uc===yu?Cc:_u.slice(yu,wu),(Lc===no||Lc===qo||Lc===$o)&&ec.thematicBreak.call(Qs,Kl,Cc,!0))break;if(Zd=jp,jp=!Rc&&!Co(Od).length,dp&&sd)sd.value=sd.value.concat(Kc,Cc),ip=ip.concat(Kc,Cc),Kc=[];else if(Rc)Kc.length!==0&&(bf=!0,sd.value.push(""),sd.trail=Kc.concat()),sd={value:[Cc],indent:$l,trail:[]},Np.push(sd),ip=ip.concat(Kc,Cc),Kc=[];else if(jp){if(Zd&&!Su)break;Kc.push(Cc)}else{if(Zd||Ro(Ka,ec,Qs,[Kl,Cc,!0]))break;sd.value=sd.value.concat(Kc,Cc),ip=ip.concat(Kc,Cc),Kc=[]}yu=wu+1}for(Wp=Kl(ip.join(ks)).reset({type:"list",ordered:Cl,start:Tu,spread:bf,children:[]}),Jp=Qs.enterList(),Zp=Qs.enterBlock(),yu=-1,bc=Np.length;++yu<bc;)sd=Np[yu].value.join(ks),Kd=Kl.now(),Kl(sd)(kl(Qs,sd,Kd),Wp),sd=Np[yu].trail.join(ks),yu!==bc-1&&(sd+=ks),Kl(sd);return Jp(),Zp(),Wp}}function kl(Kl,_u,Cu){var Qs=Kl.offset,Su=Kl.options.pedantic?bu:hl,Qu=null,ec,Ka;return _u=Su.apply(null,arguments),Kl.options.gfm&&(ec=_u.match(Es),ec&&(Ka=ec[0].length,Qu=ec[1].toLowerCase()===cl,Qs[Cu.line]+=Ka,_u=_u.slice(Ka))),{type:"listItem",spread:il.test(_u),checked:Qu,children:Kl.tokenizeBlock(_u,Cu)}}function bu(Kl,_u,Cu){var Qs=Kl.offset,Su=Cu.line;return _u=_u.replace(ws,Qu),Su=Cu.line,_u.replace(Ms,Qu);function Qu(ec){return Qs[Su]=(Qs[Su]||0)+ec.length,Su++,""}}function hl(Kl,_u,Cu){var Qs=Kl.offset,Su=Cu.line,Qu,ec,Ka,yu,bc,Tu,$l;for(_u=_u.replace(Ss,Ru),yu=_u.split(ks),bc=So(_u,eo(Qu).indent).split(ks),bc[0]=Ka,Qs[Su]=(Qs[Su]||0)+ec.length,Su++,Tu=0,$l=yu.length;++Tu<$l;)Qs[Su]=(Qs[Su]||0)+yu[Tu].length-bc[Tu].length,Su++;return bc.join(ks);function Ru(Cl,_l,Ml,wu,uc){return ec=_l+Ml+wu,Ka=uc,Number(Ml)<10&&ec.length%2===1&&(Ml=ds+Ml),Qu=_l+Do(ds,Ml.length)+wu,Qu+Ka}}}}),Qf=Ki({"node_modules/remark-parse/lib/tokenize/heading-setext.js"(Os,os){Uo(),os.exports=Ja;var Co=`
`,Do=" ",Ao=" ",eo="=",So="-",Ro=3,no=1,qo=2;function Ja($o,Ts,ds){for(var ks=this,Gs=$o.now(),Ls=Ts.length,cl=-1,ns="",il,Es,Ss,ws,Ms;++cl<Ls;){if(Ss=Ts.charAt(cl),Ss!==Ao||cl>=Ro){cl--;break}ns+=Ss}for(il="",Es="";++cl<Ls;){if(Ss=Ts.charAt(cl),Ss===Co){cl--;break}Ss===Ao||Ss===Do?Es+=Ss:(il+=Es+Ss,Es="")}if(Gs.column+=ns.length,Gs.offset+=ns.length,ns+=il+Es,Ss=Ts.charAt(++cl),ws=Ts.charAt(++cl),!(Ss!==Co||ws!==eo&&ws!==So)){for(ns+=Ss,Es=ws,Ms=ws===eo?no:qo;++cl<Ls;){if(Ss=Ts.charAt(cl),Ss!==ws){if(Ss!==Co)return;cl--;break}Es+=Ss}return ds?!0:$o(ns+Es)({type:"heading",depth:Ms,children:ks.tokenizeInline(il,Gs)})}}}}),Of=Ki({"node_modules/remark-parse/lib/util/html.js"(Os){Uo();var os="[a-zA-Z_:][a-zA-Z0-9:._-]*",Co="[^\"'=<>`\\u0000-\\u0020]+",Do="'[^']*'",Ao='"[^"]*"',eo="(?:"+Co+"|"+Do+"|"+Ao+")",So="(?:\\s+"+os+"(?:\\s*=\\s*"+eo+")?)",Ro="<[A-Za-z][A-Za-z0-9\\-]*"+So+"*\\s*\\/?>",no="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",qo="<!---->|<!--(?:-?[^>-])(?:-?[^-])*-->",Ja="<[?].*?[?]>",$o="<![A-Za-z]+\\s+[^>]*>",Ts="<!\\[CDATA\\[[\\s\\S]*?\\]\\]>";Os.openCloseTag=new RegExp("^(?:"+Ro+"|"+no+")"),Os.tag=new RegExp("^(?:"+Ro+"|"+no+"|"+qo+"|"+Ja+"|"+$o+"|"+Ts+")")}}),Zm=Ki({"node_modules/remark-parse/lib/tokenize/html-block.js"(Os,os){Uo();var Co=Of().openCloseTag;os.exports=il;var Do=" ",Ao=" ",eo=`
`,So="<",Ro=/^<(script|pre|style)(?=(\s|>|$))/i,no=/<\/(script|pre|style)>/i,qo=/^<!--/,Ja=/-->/,$o=/^<\?/,Ts=/\?>/,ds=/^<![A-Za-z]/,ks=/>/,Gs=/^<!\[CDATA\[/,Ls=/]]>/,cl=/^$/,ns=new RegExp(Co.source+"\\s*$");function il(Es,Ss,ws){for(var Ms=this,bl=Ms.options.blocks.join("|"),kl=new RegExp("^</?("+bl+")(?=(\\s|/?>|$))","i"),bu=Ss.length,hl=0,Kl,_u,Cu,Qs,Su,Qu,ec,Ka=[[Ro,no,!0],[qo,Ja,!0],[$o,Ts,!0],[ds,ks,!0],[Gs,Ls,!0],[kl,cl,!0],[ns,cl,!1]];hl<bu&&(Qs=Ss.charAt(hl),!(Qs!==Do&&Qs!==Ao));)hl++;if(Ss.charAt(hl)===So){for(Kl=Ss.indexOf(eo,hl+1),Kl=Kl===-1?bu:Kl,_u=Ss.slice(hl,Kl),Cu=-1,Su=Ka.length;++Cu<Su;)if(Ka[Cu][0].test(_u)){Qu=Ka[Cu];break}if(Qu){if(ws)return Qu[2];if(hl=Kl,!Qu[1].test(_u))for(;hl<bu;){if(Kl=Ss.indexOf(eo,hl+1),Kl=Kl===-1?bu:Kl,_u=Ss.slice(hl+1,Kl),Qu[1].test(_u)){_u&&(hl=Kl);break}hl=Kl}return ec=Ss.slice(0,hl),Es(ec)({type:"html",value:ec})}}}}}),Rf=Ki({"node_modules/is-whitespace-character/index.js"(Os,os){Uo(),os.exports=Ao;var Co=String.fromCharCode,Do=/\s/;function Ao(eo){return Do.test(typeof eo=="number"?Co(eo):eo.charAt(0))}}}),Dh=Ki({"node_modules/collapse-white-space/index.js"(Os,os){Uo(),os.exports=Co;function Co(Do){return String(Do).replace(/\s+/g," ")}}}),um=Ki({"node_modules/remark-parse/lib/util/normalize.js"(Os,os){Uo();var Co=Dh();os.exports=Do;function Do(Ao){return Co(Ao).toLowerCase()}}}),Cm=Ki({"node_modules/remark-parse/lib/tokenize/definition.js"(Os,os){Uo();var Co=Rf(),Do=um();os.exports=cl;var Ao='"',eo="'",So="\\",Ro=`
`,no=" ",qo=" ",Ja="[",$o="]",Ts="(",ds=")",ks=":",Gs="<",Ls=">";function cl(Es,Ss,ws){for(var Ms=this,bl=Ms.options.commonmark,kl=0,bu=Ss.length,hl="",Kl,_u,Cu,Qs,Su,Qu,ec,Ka;kl<bu&&(Qs=Ss.charAt(kl),!(Qs!==qo&&Qs!==no));)hl+=Qs,kl++;if(Qs=Ss.charAt(kl),Qs===Ja){for(kl++,hl+=Qs,Cu="";kl<bu&&(Qs=Ss.charAt(kl),Qs!==$o);)Qs===So&&(Cu+=Qs,kl++,Qs=Ss.charAt(kl)),Cu+=Qs,kl++;if(!(!Cu||Ss.charAt(kl)!==$o||Ss.charAt(kl+1)!==ks)){for(Qu=Cu,hl+=Cu+$o+ks,kl=hl.length,Cu="";kl<bu&&(Qs=Ss.charAt(kl),!(Qs!==no&&Qs!==qo&&Qs!==Ro));)hl+=Qs,kl++;if(Qs=Ss.charAt(kl),Cu="",Kl=hl,Qs===Gs){for(kl++;kl<bu&&(Qs=Ss.charAt(kl),!!ns(Qs));)Cu+=Qs,kl++;if(Qs=Ss.charAt(kl),Qs===ns.delimiter)hl+=Gs+Cu+Qs,kl++;else{if(bl)return;kl-=Cu.length+1,Cu=""}}if(!Cu){for(;kl<bu&&(Qs=Ss.charAt(kl),!!il(Qs));)Cu+=Qs,kl++;hl+=Cu}if(Cu){for(ec=Cu,Cu="";kl<bu&&(Qs=Ss.charAt(kl),!(Qs!==no&&Qs!==qo&&Qs!==Ro));)Cu+=Qs,kl++;if(Qs=Ss.charAt(kl),Su=null,Qs===Ao?Su=Ao:Qs===eo?Su=eo:Qs===Ts&&(Su=ds),!Su)Cu="",kl=hl.length;else if(Cu){for(hl+=Cu+Qs,kl=hl.length,Cu="";kl<bu&&(Qs=Ss.charAt(kl),Qs!==Su);){if(Qs===Ro){if(kl++,Qs=Ss.charAt(kl),Qs===Ro||Qs===Su)return;Cu+=Ro}Cu+=Qs,kl++}if(Qs=Ss.charAt(kl),Qs!==Su)return;_u=hl,hl+=Cu+Qs,kl++,Ka=Cu,Cu=""}else return;for(;kl<bu&&(Qs=Ss.charAt(kl),!(Qs!==no&&Qs!==qo));)hl+=Qs,kl++;if(Qs=Ss.charAt(kl),!Qs||Qs===Ro)return ws?!0:(Kl=Es(Kl).test().end,ec=Ms.decode.raw(Ms.unescape(ec),Kl,{nonTerminated:!1}),Ka&&(_u=Es(_u).test().end,Ka=Ms.decode.raw(Ms.unescape(Ka),_u)),Es(hl)({type:"definition",identifier:Do(Qu),label:Qu,title:Ka||null,url:ec}))}}}}function ns(Es){return Es!==Ls&&Es!==Ja&&Es!==$o}ns.delimiter=Ls;function il(Es){return Es!==Ja&&Es!==$o&&!Co(Es)}}}),wm=Ki({"node_modules/remark-parse/lib/tokenize/table.js"(Os,os){Uo();var Co=Rf();os.exports=Gs;var Do=" ",Ao=`
`,eo=" ",So="-",Ro=":",no="\\",qo="|",Ja=1,$o=2,Ts="left",ds="center",ks="right";function Gs(Ls,cl,ns){var il=this,Es,Ss,ws,Ms,bl,kl,bu,hl,Kl,_u,Cu,Qs,Su,Qu,ec,Ka,yu,bc,Tu,$l,Ru,Cl;if(il.options.gfm){for(Es=0,Ka=0,kl=cl.length+1,bu=[];Es<kl;){if($l=cl.indexOf(Ao,Es),Ru=cl.indexOf(qo,Es+1),$l===-1&&($l=cl.length),Ru===-1||Ru>$l){if(Ka<$o)return;break}bu.push(cl.slice(Es,$l)),Ka++,Es=$l+1}for(Ms=bu.join(Ao),Ss=bu.splice(1,1)[0]||[],Es=0,kl=Ss.length,Ka--,ws=!1,Cu=[];Es<kl;){if(Kl=Ss.charAt(Es),Kl===qo){if(_u=null,ws===!1){if(Cl===!1)return}else Cu.push(ws),ws=!1;Cl=!1}else if(Kl===So)_u=!0,ws=ws||null;else if(Kl===Ro)ws===Ts?ws=ds:_u&&ws===null?ws=ks:ws=Ts;else if(!Co(Kl))return;Es++}if(ws!==!1&&Cu.push(ws),!(Cu.length<Ja)){if(ns)return!0;for(ec=-1,bc=[],Tu=Ls(Ms).reset({type:"table",align:Cu,children:bc});++ec<Ka;){for(yu=bu[ec],bl={type:"tableRow",children:[]},ec&&Ls(Ao),Ls(yu).reset(bl,Tu),kl=yu.length+1,Es=0,hl="",Qs="",Su=!0;Es<kl;){if(Kl=yu.charAt(Es),Kl===Do||Kl===eo){Qs?hl+=Kl:Ls(Kl),Es++;continue}Kl===""||Kl===qo?Su?Ls(Kl):((Qs||Kl)&&!Su&&(Ms=Qs,hl.length>1&&(Kl?(Ms+=hl.slice(0,-1),hl=hl.charAt(hl.length-1)):(Ms+=hl,hl="")),Qu=Ls.now(),Ls(Ms)({type:"tableCell",children:il.tokenizeInline(Qs,Qu)},bl)),Ls(hl+Kl),hl="",Qs=""):(hl&&(Qs+=hl,hl=""),Qs+=Kl,Kl===no&&Es!==kl-2&&(Qs+=yu.charAt(Es+1),Es++)),Su=!1,Es++}ec||Ls(Ao+Ss)}return Tu}}}}}),Td=Ki({"node_modules/remark-parse/lib/tokenize/paragraph.js"(Os,os){Uo();var Co=uf(),Do=yc(),Ao=Ff();os.exports=qo;var eo=" ",So=`
`,Ro=" ",no=4;function qo(Ja,$o,Ts){for(var ds=this,ks=ds.options,Gs=ks.commonmark,Ls=ds.blockTokenizers,cl=ds.interruptParagraph,ns=$o.indexOf(So),il=$o.length,Es,Ss,ws,Ms,bl;ns<il;){if(ns===-1){ns=il;break}if($o.charAt(ns+1)===So)break;if(Gs){for(Ms=0,Es=ns+1;Es<il;){if(ws=$o.charAt(Es),ws===eo){Ms=no;break}else if(ws===Ro)Ms++;else break;Es++}if(Ms>=no&&ws!==So){ns=$o.indexOf(So,ns+1);continue}}if(Ss=$o.slice(ns+1),Ao(cl,Ls,ds,[Ja,Ss,!0]))break;if(Es=ns,ns=$o.indexOf(So,ns+1),ns!==-1&&Co($o.slice(Es,ns))===""){ns=Es;break}}return Ss=$o.slice(0,ns),Ts?!0:(bl=Ja.now(),Ss=Do(Ss),Ja(Ss)({type:"paragraph",children:ds.tokenizeInline(Ss,bl)}))}}}),Sd=Ki({"node_modules/remark-parse/lib/locate/escape.js"(Os,os){Uo(),os.exports=Co;function Co(Do,Ao){return Do.indexOf("\\",Ao)}}}),Pp=Ki({"node_modules/remark-parse/lib/tokenize/escape.js"(Os,os){Uo();var Co=Sd();os.exports=eo,eo.locator=Co;var Do=`
`,Ao="\\";function eo(So,Ro,no){var qo=this,Ja,$o;if(Ro.charAt(0)===Ao&&(Ja=Ro.charAt(1),qo.escape.indexOf(Ja)!==-1))return no?!0:(Ja===Do?$o={type:"break"}:$o={type:"text",value:Ja},So(Ao+Ja)($o))}}}),cf=Ki({"node_modules/remark-parse/lib/locate/tag.js"(Os,os){Uo(),os.exports=Co;function Co(Do,Ao){return Do.indexOf("<",Ao)}}}),Gc=Ki({"node_modules/remark-parse/lib/tokenize/auto-link.js"(Os,os){Uo();var Co=Rf(),Do=od(),Ao=cf();os.exports=$o,$o.locator=Ao,$o.notInLink=!0;var eo="<",So=">",Ro="@",no="/",qo="mailto:",Ja=qo.length;function $o(Ts,ds,ks){var Gs=this,Ls="",cl=ds.length,ns=0,il="",Es=!1,Ss="",ws,Ms,bl,kl,bu;if(ds.charAt(0)===eo){for(ns++,Ls=eo;ns<cl&&(ws=ds.charAt(ns),!(Co(ws)||ws===So||ws===Ro||ws===":"&&ds.charAt(ns+1)===no));)il+=ws,ns++;if(il){if(Ss+=il,il="",ws=ds.charAt(ns),Ss+=ws,ns++,ws===Ro)Es=!0;else{if(ws!==":"||ds.charAt(ns+1)!==no)return;Ss+=no,ns++}for(;ns<cl&&(ws=ds.charAt(ns),!(Co(ws)||ws===So));)il+=ws,ns++;if(ws=ds.charAt(ns),!(!il||ws!==So))return ks?!0:(Ss+=il,bl=Ss,Ls+=Ss+ws,Ms=Ts.now(),Ms.column++,Ms.offset++,Es&&(Ss.slice(0,Ja).toLowerCase()===qo?(bl=bl.slice(Ja),Ms.column+=Ja,Ms.offset+=Ja):Ss=qo+Ss),kl=Gs.inlineTokenizers,Gs.inlineTokenizers={text:kl.text},bu=Gs.enterLink(),bl=Gs.tokenizeInline(bl,Ms),Gs.inlineTokenizers=kl,bu(),Ts(Ls)({type:"link",title:null,url:Do(Ss,{nonTerminated:!1}),children:bl}))}}}}}),Jf=Ki({"node_modules/ccount/index.js"(Os,os){Uo(),os.exports=Co;function Co(Do,Ao){var eo=String(Do),So=0,Ro;if(typeof Ao!="string")throw new Error("Expected character");for(Ro=eo.indexOf(Ao);Ro!==-1;)So++,Ro=eo.indexOf(Ao,Ro+Ao.length);return So}}}),$m=Ki({"node_modules/remark-parse/lib/locate/url.js"(Os,os){Uo(),os.exports=Do;var Co=["www.","http://","https://"];function Do(Ao,eo){var So=-1,Ro,no,qo;if(!this.options.gfm)return So;for(no=Co.length,Ro=-1;++Ro<no;)qo=Ao.indexOf(Co[Ro],eo),qo!==-1&&(So===-1||qo<So)&&(So=qo);return So}}}),df=Ki({"node_modules/remark-parse/lib/tokenize/url.js"(Os,os){Uo();var Co=Jf(),Do=od(),Ao=rs(),eo=Eu(),So=Rf(),Ro=$m();os.exports=Ms,Ms.locator=Ro,Ms.notInLink=!0;var no=33,qo=38,Ja=41,$o=42,Ts=44,ds=45,ks=46,Gs=58,Ls=59,cl=63,ns=60,il=95,Es=126,Ss="(",ws=")";function Ms(bl,kl,bu){var hl=this,Kl=hl.options.gfm,_u=hl.inlineTokenizers,Cu=kl.length,Qs=-1,Su=!1,Qu,ec,Ka,yu,bc,Tu,$l,Ru,Cl,_l,Ml,wu,uc,Rc;if(Kl){if(kl.slice(0,4)==="www.")Su=!0,yu=4;else if(kl.slice(0,7).toLowerCase()==="http://")yu=7;else if(kl.slice(0,8).toLowerCase()==="https://")yu=8;else return;for(Qs=yu-1,Ka=yu,Qu=[];yu<Cu;){if($l=kl.charCodeAt(yu),$l===ks){if(Qs===yu-1)break;Qu.push(yu),Qs=yu,yu++;continue}if(Ao($l)||eo($l)||$l===ds||$l===il){yu++;continue}break}if($l===ks&&(Qu.pop(),yu--),Qu[0]!==void 0&&(ec=Qu.length<2?Ka:Qu[Qu.length-2]+1,kl.slice(ec,yu).indexOf("_")===-1)){if(bu)return!0;for(Ru=yu,bc=yu;yu<Cu&&($l=kl.charCodeAt(yu),!(So($l)||$l===ns));)yu++,$l===no||$l===$o||$l===Ts||$l===ks||$l===Gs||$l===cl||$l===il||$l===Es||(Ru=yu);if(yu=Ru,kl.charCodeAt(yu-1)===Ja)for(Tu=kl.slice(bc,yu),Cl=Co(Tu,Ss),_l=Co(Tu,ws);_l>Cl;)yu=bc+Tu.lastIndexOf(ws),Tu=kl.slice(bc,yu),_l--;if(kl.charCodeAt(yu-1)===Ls&&(yu--,eo(kl.charCodeAt(yu-1)))){for(Ru=yu-2;eo(kl.charCodeAt(Ru));)Ru--;kl.charCodeAt(Ru)===qo&&(yu=Ru)}return Ml=kl.slice(0,yu),uc=Do(Ml,{nonTerminated:!1}),Su&&(uc="http://"+uc),Rc=hl.enterLink(),hl.inlineTokenizers={text:_u.text},wu=hl.tokenizeInline(Ml,bl.now()),hl.inlineTokenizers=_u,Rc(),bl(Ml)({type:"link",title:null,url:uc,children:wu})}}}}}),xm=Ki({"node_modules/remark-parse/lib/locate/email.js"(Os,os){Uo();var Co=rs(),Do=Eu(),Ao=43,eo=45,So=46,Ro=95;os.exports=no;function no(Ja,$o){var Ts=this,ds,ks;if(!this.options.gfm||(ds=Ja.indexOf("@",$o),ds===-1))return-1;if(ks=ds,ks===$o||!qo(Ja.charCodeAt(ks-1)))return no.call(Ts,Ja,ds+1);for(;ks>$o&&qo(Ja.charCodeAt(ks-1));)ks--;return ks}function qo(Ja){return Co(Ja)||Do(Ja)||Ja===Ao||Ja===eo||Ja===So||Ja===Ro}}}),Nm=Ki({"node_modules/remark-parse/lib/tokenize/email.js"(Os,os){Uo();var Co=od(),Do=rs(),Ao=Eu(),eo=xm();os.exports=$o,$o.locator=eo,$o.notInLink=!0;var So=43,Ro=45,no=46,qo=64,Ja=95;function $o(Ts,ds,ks){var Gs=this,Ls=Gs.options.gfm,cl=Gs.inlineTokenizers,ns=0,il=ds.length,Es=-1,Ss,ws,Ms,bl;if(Ls){for(Ss=ds.charCodeAt(ns);Do(Ss)||Ao(Ss)||Ss===So||Ss===Ro||Ss===no||Ss===Ja;)Ss=ds.charCodeAt(++ns);if(ns!==0&&Ss===qo){for(ns++;ns<il;){if(Ss=ds.charCodeAt(ns),Do(Ss)||Ao(Ss)||Ss===Ro||Ss===no||Ss===Ja){ns++,Es===-1&&Ss===no&&(Es=ns);continue}break}if(!(Es===-1||Es===ns||Ss===Ro||Ss===Ja))return Ss===no&&ns--,ws=ds.slice(0,ns),ks?!0:(bl=Gs.enterLink(),Gs.inlineTokenizers={text:cl.text},Ms=Gs.tokenizeInline(ws,Ts.now()),Gs.inlineTokenizers=cl,bl(),Ts(ws)({type:"link",title:null,url:"mailto:"+Co(ws,{nonTerminated:!1}),children:Ms}))}}}}}),Bd=Ki({"node_modules/remark-parse/lib/tokenize/html-inline.js"(Os,os){Uo();var Co=Eu(),Do=cf(),Ao=Of().tag;os.exports=$o,$o.locator=Do;var eo="<",So="?",Ro="!",no="/",qo=/^<a /i,Ja=/^<\/a>/i;function $o(Ts,ds,ks){var Gs=this,Ls=ds.length,cl,ns;if(!(ds.charAt(0)!==eo||Ls<3)&&(cl=ds.charAt(1),!(!Co(cl)&&cl!==So&&cl!==Ro&&cl!==no)&&(ns=ds.match(Ao),!!ns)))return ks?!0:(ns=ns[0],!Gs.inLink&&qo.test(ns)?Gs.inLink=!0:Gs.inLink&&Ja.test(ns)&&(Gs.inLink=!1),Ts(ns)({type:"html",value:ns}))}}}),cm=Ki({"node_modules/remark-parse/lib/locate/link.js"(Os,os){Uo(),os.exports=Co;function Co(Do,Ao){var eo=Do.indexOf("[",Ao),So=Do.indexOf("![",Ao);return So===-1||eo<So?eo:So}}}),If=Ki({"node_modules/remark-parse/lib/tokenize/link.js"(Os,os){Uo();var Co=Rf(),Do=cm();os.exports=Ls,Ls.locator=Do;var Ao=`
`,eo="!",So='"',Ro="'",no="(",qo=")",Ja="<",$o=">",Ts="[",ds="\\",ks="]",Gs="`";function Ls(cl,ns,il){var Es=this,Ss="",ws=0,Ms=ns.charAt(0),bl=Es.options.pedantic,kl=Es.options.commonmark,bu=Es.options.gfm,hl,Kl,_u,Cu,Qs,Su,Qu,ec,Ka,yu,bc,Tu,$l,Ru,Cl,_l,Ml,wu;if(Ms===eo&&(ec=!0,Ss=Ms,Ms=ns.charAt(++ws)),Ms===Ts&&!(!ec&&Es.inLink)){for(Ss+=Ms,Ru="",ws++,bc=ns.length,_l=cl.now(),$l=0,_l.column+=ws,_l.offset+=ws;ws<bc;){if(Ms=ns.charAt(ws),Su=Ms,Ms===Gs){for(Kl=1;ns.charAt(ws+1)===Gs;)Su+=Ms,ws++,Kl++;_u?Kl>=_u&&(_u=0):_u=Kl}else if(Ms===ds)ws++,Su+=ns.charAt(ws);else if((!_u||bu)&&Ms===Ts)$l++;else if((!_u||bu)&&Ms===ks)if($l)$l--;else{if(ns.charAt(ws+1)!==no)return;Su+=no,hl=!0,ws++;break}Ru+=Su,Su="",ws++}if(hl){for(Ka=Ru,Ss+=Ru+Su,ws++;ws<bc&&(Ms=ns.charAt(ws),!!Co(Ms));)Ss+=Ms,ws++;if(Ms=ns.charAt(ws),Ru="",Cu=Ss,Ms===Ja){for(ws++,Cu+=Ja;ws<bc&&(Ms=ns.charAt(ws),Ms!==$o);){if(kl&&Ms===Ao)return;Ru+=Ms,ws++}if(ns.charAt(ws)!==$o)return;Ss+=Ja+Ru+$o,Cl=Ru,ws++}else{for(Ms=null,Su="";ws<bc&&(Ms=ns.charAt(ws),!(Su&&(Ms===So||Ms===Ro||kl&&Ms===no)));){if(Co(Ms)){if(!bl)break;Su+=Ms}else{if(Ms===no)$l++;else if(Ms===qo){if($l===0)break;$l--}Ru+=Su,Su="",Ms===ds&&(Ru+=ds,Ms=ns.charAt(++ws)),Ru+=Ms}ws++}Ss+=Ru,Cl=Ru,ws=Ss.length}for(Ru="";ws<bc&&(Ms=ns.charAt(ws),!!Co(Ms));)Ru+=Ms,ws++;if(Ms=ns.charAt(ws),Ss+=Ru,Ru&&(Ms===So||Ms===Ro||kl&&Ms===no))if(ws++,Ss+=Ms,Ru="",yu=Ms===no?qo:Ms,Qs=Ss,kl){for(;ws<bc&&(Ms=ns.charAt(ws),Ms!==yu);)Ms===ds&&(Ru+=ds,Ms=ns.charAt(++ws)),ws++,Ru+=Ms;if(Ms=ns.charAt(ws),Ms!==yu)return;for(Tu=Ru,Ss+=Ru+Ms,ws++;ws<bc&&(Ms=ns.charAt(ws),!!Co(Ms));)Ss+=Ms,ws++}else for(Su="";ws<bc;){if(Ms=ns.charAt(ws),Ms===yu)Qu&&(Ru+=yu+Su,Su=""),Qu=!0;else if(!Qu)Ru+=Ms;else if(Ms===qo){Ss+=Ru+yu+Su,Tu=Ru;break}else Co(Ms)?Su+=Ms:(Ru+=yu+Su+Ms,Su="",Qu=!1);ws++}if(ns.charAt(ws)===qo)return il?!0:(Ss+=qo,Cl=Es.decode.raw(Es.unescape(Cl),cl(Cu).test().end,{nonTerminated:!1}),Tu&&(Qs=cl(Qs).test().end,Tu=Es.decode.raw(Es.unescape(Tu),Qs)),wu={type:ec?"image":"link",title:Tu||null,url:Cl},ec?wu.alt=Es.decode.raw(Es.unescape(Ka),_l)||null:(Ml=Es.enterLink(),wu.children=Es.tokenizeInline(Ka,_l),Ml()),cl(Ss)(wu))}}}}}),kf=Ki({"node_modules/remark-parse/lib/tokenize/reference.js"(Os,os){Uo();var Co=Rf(),Do=cm(),Ao=um();os.exports=ks,ks.locator=Do;var eo="link",So="image",Ro="shortcut",no="collapsed",qo="full",Ja="!",$o="[",Ts="\\",ds="]";function ks(Gs,Ls,cl){var ns=this,il=ns.options.commonmark,Es=Ls.charAt(0),Ss=0,ws=Ls.length,Ms="",bl="",kl=eo,bu=Ro,hl,Kl,_u,Cu,Qs,Su,Qu,ec;if(Es===Ja&&(kl=So,bl=Es,Es=Ls.charAt(++Ss)),Es===$o){for(Ss++,bl+=Es,Su="",ec=0;Ss<ws;){if(Es=Ls.charAt(Ss),Es===$o)Qu=!0,ec++;else if(Es===ds){if(!ec)break;ec--}Es===Ts&&(Su+=Ts,Es=Ls.charAt(++Ss)),Su+=Es,Ss++}if(Ms=Su,hl=Su,Es=Ls.charAt(Ss),Es===ds){if(Ss++,Ms+=Es,Su="",!il)for(;Ss<ws&&(Es=Ls.charAt(Ss),!!Co(Es));)Su+=Es,Ss++;if(Es=Ls.charAt(Ss),Es===$o){for(Kl="",Su+=Es,Ss++;Ss<ws&&(Es=Ls.charAt(Ss),!(Es===$o||Es===ds));)Es===Ts&&(Kl+=Ts,Es=Ls.charAt(++Ss)),Kl+=Es,Ss++;Es=Ls.charAt(Ss),Es===ds?(bu=Kl?qo:no,Su+=Kl+Es,Ss++):Kl="",Ms+=Su,Su=""}else{if(!hl)return;Kl=hl}if(!(bu!==qo&&Qu))return Ms=bl+Ms,kl===eo&&ns.inLink?null:cl?!0:(_u=Gs.now(),_u.column+=bl.length,_u.offset+=bl.length,Kl=bu===qo?Kl:hl,Cu={type:kl+"Reference",identifier:Ao(Kl),label:Kl,referenceType:bu},kl===eo?(Qs=ns.enterLink(),Cu.children=ns.tokenizeInline(hl,_u),Qs()):Cu.alt=ns.decode.raw(ns.unescape(hl),_u)||null,Gs(Ms)(Cu))}}}}}),dm=Ki({"node_modules/remark-parse/lib/locate/strong.js"(Os,os){Uo(),os.exports=Co;function Co(Do,Ao){var eo=Do.indexOf("**",Ao),So=Do.indexOf("__",Ao);return So===-1?eo:eo===-1||So<eo?So:eo}}}),ep=Ki({"node_modules/remark-parse/lib/tokenize/strong.js"(Os,os){Uo();var Co=uf(),Do=Rf(),Ao=dm();os.exports=no,no.locator=Ao;var eo="\\",So="*",Ro="_";function no(qo,Ja,$o){var Ts=this,ds=0,ks=Ja.charAt(ds),Gs,Ls,cl,ns,il,Es,Ss;if(!(ks!==So&&ks!==Ro||Ja.charAt(++ds)!==ks)&&(Ls=Ts.options.pedantic,cl=ks,il=cl+cl,Es=Ja.length,ds++,ns="",ks="",!(Ls&&Do(Ja.charAt(ds)))))for(;ds<Es;){if(Ss=ks,ks=Ja.charAt(ds),ks===cl&&Ja.charAt(ds+1)===cl&&(!Ls||!Do(Ss))&&(ks=Ja.charAt(ds+2),ks!==cl))return Co(ns)?$o?!0:(Gs=qo.now(),Gs.column+=2,Gs.offset+=2,qo(il+ns+il)({type:"strong",children:Ts.tokenizeInline(ns,Gs)})):void 0;!Ls&&ks===eo&&(ns+=ks,ks=Ja.charAt(++ds)),ns+=ks,ds++}}}}),fm=Ki({"node_modules/is-word-character/index.js"(Os,os){Uo(),os.exports=Ao;var Co=String.fromCharCode,Do=/\w/;function Ao(eo){return Do.test(typeof eo=="number"?Co(eo):eo.charAt(0))}}}),Lp=Ki({"node_modules/remark-parse/lib/locate/emphasis.js"(Os,os){Uo(),os.exports=Co;function Co(Do,Ao){var eo=Do.indexOf("*",Ao),So=Do.indexOf("_",Ao);return So===-1?eo:eo===-1||So<eo?So:eo}}}),Vf=Ki({"node_modules/remark-parse/lib/tokenize/emphasis.js"(Os,os){Uo();var Co=uf(),Do=fm(),Ao=Rf(),eo=Lp();os.exports=qo,qo.locator=eo;var So="*",Ro="_",no="\\";function qo(Ja,$o,Ts){var ds=this,ks=0,Gs=$o.charAt(ks),Ls,cl,ns,il,Es,Ss,ws;if(!(Gs!==So&&Gs!==Ro)&&(cl=ds.options.pedantic,Es=Gs,ns=Gs,Ss=$o.length,ks++,il="",Gs="",!(cl&&Ao($o.charAt(ks)))))for(;ks<Ss;){if(ws=Gs,Gs=$o.charAt(ks),Gs===ns&&(!cl||!Ao(ws))){if(Gs=$o.charAt(++ks),Gs!==ns){if(!Co(il)||ws===ns)return;if(!cl&&ns===Ro&&Do(Gs)){il+=ns;continue}return Ts?!0:(Ls=Ja.now(),Ls.column++,Ls.offset++,Ja(Es+il+ns)({type:"emphasis",children:ds.tokenizeInline(il,Ls)}))}il+=ns}!cl&&Gs===no&&(il+=Gs,Gs=$o.charAt(++ks)),il+=Gs,ks++}}}}),Yr=Ki({"node_modules/remark-parse/lib/locate/delete.js"(Os,os){Uo(),os.exports=Co;function Co(Do,Ao){return Do.indexOf("~~",Ao)}}}),Wn=Ki({"node_modules/remark-parse/lib/tokenize/delete.js"(Os,os){Uo();var Co=Rf(),Do=Yr();os.exports=So,So.locator=Do;var Ao="~",eo="~~";function So(Ro,no,qo){var Ja=this,$o="",Ts="",ds="",ks="",Gs,Ls,cl;if(!(!Ja.options.gfm||no.charAt(0)!==Ao||no.charAt(1)!==Ao||Co(no.charAt(2))))for(Gs=1,Ls=no.length,cl=Ro.now(),cl.column+=2,cl.offset+=2;++Gs<Ls;){if($o=no.charAt(Gs),$o===Ao&&Ts===Ao&&(!ds||!Co(ds)))return qo?!0:Ro(eo+ks+eo)({type:"delete",children:Ja.tokenizeInline(ks,cl)});ks+=Ts,ds=Ts,Ts=$o}}}}),vi=Ki({"node_modules/remark-parse/lib/locate/code-inline.js"(Os,os){Uo(),os.exports=Co;function Co(Do,Ao){return Do.indexOf("`",Ao)}}}),Du=Ki({"node_modules/remark-parse/lib/tokenize/code-inline.js"(Os,os){Uo();var Co=vi();os.exports=So,So.locator=Co;var Do=10,Ao=32,eo=96;function So(Ro,no,qo){for(var Ja=no.length,$o=0,Ts,ds,ks,Gs,Ls,cl;$o<Ja&&no.charCodeAt($o)===eo;)$o++;if(!($o===0||$o===Ja)){for(Ts=$o,Ls=no.charCodeAt($o);$o<Ja;){if(Gs=Ls,Ls=no.charCodeAt($o+1),Gs===eo){if(ds===void 0&&(ds=$o),ks=$o+1,Ls!==eo&&ks-ds===Ts){cl=!0;break}}else ds!==void 0&&(ds=void 0,ks=void 0);$o++}if(cl){if(qo)return!0;if($o=Ts,Ja=ds,Gs=no.charCodeAt($o),Ls=no.charCodeAt(Ja-1),cl=!1,Ja-$o>2&&(Gs===Ao||Gs===Do)&&(Ls===Ao||Ls===Do)){for($o++,Ja--;$o<Ja;){if(Gs=no.charCodeAt($o),Gs!==Ao&&Gs!==Do){cl=!0;break}$o++}cl===!0&&(Ts++,ds--)}return Ro(no.slice(0,ks))({type:"inlineCode",value:no.slice(Ts,ds)})}}}}}),qc=Ki({"node_modules/remark-parse/lib/locate/break.js"(Os,os){Uo(),os.exports=Co;function Co(Do,Ao){for(var eo=Do.indexOf(`
`,Ao);eo>Ao&&Do.charAt(eo-1)===" ";)eo--;return eo}}}),id=Ki({"node_modules/remark-parse/lib/tokenize/break.js"(Os,os){Uo();var Co=qc();os.exports=So,So.locator=Co;var Do=" ",Ao=`
`,eo=2;function So(Ro,no,qo){for(var Ja=no.length,$o=-1,Ts="",ds;++$o<Ja;){if(ds=no.charAt($o),ds===Ao)return $o<eo?void 0:qo?!0:(Ts+=ds,Ro(Ts)({type:"break"}));if(ds!==Do)return;Ts+=ds}}}}),Wd=Ki({"node_modules/remark-parse/lib/tokenize/text.js"(Os,os){Uo(),os.exports=Co;function Co(Do,Ao,eo){var So=this,Ro,no,qo,Ja,$o,Ts,ds,ks,Gs,Ls;if(eo)return!0;for(Ro=So.inlineMethods,Ja=Ro.length,no=So.inlineTokenizers,qo=-1,Gs=Ao.length;++qo<Ja;)ks=Ro[qo],!(ks==="text"||!no[ks])&&(ds=no[ks].locator,ds||Do.file.fail("Missing locator: `"+ks+"`"),Ts=ds.call(So,Ao,1),Ts!==-1&&Ts<Gs&&(Gs=Ts));$o=Ao.slice(0,Gs),Ls=Do.now(),So.decode($o,Ls,cl);function cl(ns,il,Es){Do(Es||ns)({type:"text",value:ns})}}}}),pf=Ki({"node_modules/remark-parse/lib/parser.js"(Os,os){Uo();var Co=cu(),Do=Ul(),Ao=tc(),eo=Fu(),So=ld(),Ro=gp();os.exports=no;function no($o,Ts){this.file=Ts,this.offset={},this.options=Co(this.options),this.setOptions({}),this.inList=!1,this.inBlock=!1,this.inLink=!1,this.atStart=!0,this.toOffset=Ao(Ts).toOffset,this.unescape=eo(this,"escape"),this.decode=So(this)}var qo=no.prototype;qo.setOptions=nd(),qo.parse=Op(),qo.options=Hd(),qo.exitStart=Do("atStart",!0),qo.enterList=Do("inList",!1),qo.enterLink=Do("inLink",!1),qo.enterBlock=Do("inBlock",!1),qo.interruptParagraph=[["thematicBreak"],["list"],["atxHeading"],["fencedCode"],["blockquote"],["html"],["setextHeading",{commonmark:!1}],["definition",{commonmark:!1}]],qo.interruptList=[["atxHeading",{pedantic:!1}],["fencedCode",{pedantic:!1}],["thematicBreak",{pedantic:!1}],["definition",{commonmark:!1}]],qo.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}]],qo.blockTokenizers={blankLine:sm(),indentedCode:Tf(),fencedCode:Ep(),blockquote:Cf(),atxHeading:Uf(),thematicBreak:Hp(),list:Xp(),setextHeading:Qf(),html:Zm(),definition:Cm(),table:wm(),paragraph:Td()},qo.inlineTokenizers={escape:Pp(),autoLink:Gc(),url:df(),email:Nm(),html:Bd(),link:If(),reference:kf(),strong:ep(),emphasis:Vf(),deletion:Wn(),code:Du(),break:id(),text:Wd()},qo.blockMethods=Ja(qo.blockTokenizers),qo.inlineMethods=Ja(qo.inlineTokenizers),qo.tokenizeBlock=Ro("block"),qo.tokenizeInline=Ro("inline"),qo.tokenizeFactory=Ro;function Ja($o){var Ts=[],ds;for(ds in $o)Ts.push(ds);return Ts}}}),Mf=Ki({"node_modules/remark-parse/index.js"(Os,os){Uo();var Co=vu(),Do=cu(),Ao=pf();os.exports=eo,eo.Parser=Ao;function eo(So){var Ro=this.data("settings"),no=Co(Ao);no.prototype.options=Do(no.prototype.options,Ro,So),this.Parser=no}}}),Am=Ki({"node_modules/bail/index.js"(Os,os){Uo(),os.exports=Co;function Co(Do){if(Do)throw Do}}}),jm=Ki({"node_modules/is-buffer/index.js"(Os,os){Uo(),os.exports=function(Co){return Co!=null&&Co.constructor!=null&&typeof Co.constructor.isBuffer=="function"&&Co.constructor.isBuffer(Co)}}}),tp=Ki({"node_modules/extend/index.js"(Os,os){Uo();var Co=Object.prototype.hasOwnProperty,Do=Object.prototype.toString,Ao=Object.defineProperty,eo=Object.getOwnPropertyDescriptor,So=function(Ja){return typeof Array.isArray=="function"?Array.isArray(Ja):Do.call(Ja)==="[object Array]"},Ro=function(Ja){if(!Ja||Do.call(Ja)!=="[object Object]")return!1;var $o=Co.call(Ja,"constructor"),Ts=Ja.constructor&&Ja.constructor.prototype&&Co.call(Ja.constructor.prototype,"isPrototypeOf");if(Ja.constructor&&!$o&&!Ts)return!1;var ds;for(ds in Ja);return typeof ds>"u"||Co.call(Ja,ds)},no=function(Ja,$o){Ao&&$o.name==="__proto__"?Ao(Ja,$o.name,{enumerable:!0,configurable:!0,value:$o.newValue,writable:!0}):Ja[$o.name]=$o.newValue},qo=function(Ja,$o){if($o==="__proto__")if(Co.call(Ja,$o)){if(eo)return eo(Ja,$o).value}else return;return Ja[$o]};os.exports=function Ja(){var $o,Ts,ds,ks,Gs,Ls,cl=arguments[0],ns=1,il=arguments.length,Es=!1;for(typeof cl=="boolean"&&(Es=cl,cl=arguments[1]||{},ns=2),(cl==null||typeof cl!="object"&&typeof cl!="function")&&(cl={});ns<il;++ns)if($o=arguments[ns],$o!=null)for(Ts in $o)ds=qo(cl,Ts),ks=qo($o,Ts),cl!==ks&&(Es&&ks&&(Ro(ks)||(Gs=So(ks)))?(Gs?(Gs=!1,Ls=ds&&So(ds)?ds:[]):Ls=ds&&Ro(ds)?ds:{},no(cl,{name:Ts,newValue:Ja(Es,Ls,ks)})):typeof ks<"u"&&no(cl,{name:Ts,newValue:ks}));return cl}}}),Hf=Ki({"node_modules/is-plain-obj/index.js"(Os,os){Uo(),os.exports=Co=>{if(Object.prototype.toString.call(Co)!=="[object Object]")return!1;let Do=Object.getPrototypeOf(Co);return Do===null||Do===Object.prototype}}}),Fm=Ki({"node_modules/trough/wrap.js"(Os,os){Uo();var Co=[].slice;os.exports=Do;function Do(Ao,eo){var So;return Ro;function Ro(){var Ja=Co.call(arguments,0),$o=Ao.length>Ja.length,Ts;$o&&Ja.push(no);try{Ts=Ao.apply(null,Ja)}catch(ds){if($o&&So)throw ds;return no(ds)}$o||(Ts&&typeof Ts.then=="function"?Ts.then(qo,no):Ts instanceof Error?no(Ts):qo(Ts))}function no(){So||(So=!0,eo.apply(null,arguments))}function qo(Ja){no(null,Ja)}}}}),bh=Ki({"node_modules/trough/index.js"(Os,os){Uo();var Co=Fm();os.exports=Ao,Ao.wrap=Co;var Do=[].slice;function Ao(){var eo=[],So={};return So.run=Ro,So.use=no,So;function Ro(){var qo=-1,Ja=Do.call(arguments,0,-1),$o=arguments[arguments.length-1];if(typeof $o!="function")throw new Error("Expected function as last argument, not "+$o);Ts.apply(null,[null].concat(Ja));function Ts(ds){var ks=eo[++qo],Gs=Do.call(arguments,0),Ls=Gs.slice(1),cl=Ja.length,ns=-1;if(ds){$o(ds);return}for(;++ns<cl;)(Ls[ns]===null||Ls[ns]===void 0)&&(Ls[ns]=Ja[ns]);Ja=Ls,ks?Co(ks,Ts).apply(null,Ja):$o.apply(null,[null].concat(Ja))}}function no(qo){if(typeof qo!="function")throw new Error("Expected `fn` to be a function, not "+qo);return eo.push(qo),So}}}}),Dm=Ki({"node_modules/unist-util-stringify-position/index.js"(Os,os){Uo();var Co={}.hasOwnProperty;os.exports=Do;function Do(Ro){return!Ro||typeof Ro!="object"?"":Co.call(Ro,"position")||Co.call(Ro,"type")?eo(Ro.position):Co.call(Ro,"start")||Co.call(Ro,"end")?eo(Ro):Co.call(Ro,"line")||Co.call(Ro,"column")?Ao(Ro):""}function Ao(Ro){return(!Ro||typeof Ro!="object")&&(Ro={}),So(Ro.line)+":"+So(Ro.column)}function eo(Ro){return(!Ro||typeof Ro!="object")&&(Ro={}),Ao(Ro.start)+"-"+Ao(Ro.end)}function So(Ro){return Ro&&typeof Ro=="number"?Ro:1}}}),Rp=Ki({"node_modules/vfile-message/index.js"(Os,os){Uo();var Co=Dm();os.exports=eo;function Do(){}Do.prototype=Error.prototype,eo.prototype=new Do;var Ao=eo.prototype;Ao.file="",Ao.name="",Ao.reason="",Ao.message="",Ao.stack="",Ao.fatal=null,Ao.column=null,Ao.line=null;function eo(Ro,no,qo){var Ja,$o,Ts;typeof no=="string"&&(qo=no,no=null),Ja=So(qo),$o=Co(no)||"1:1",Ts={start:{line:null,column:null},end:{line:null,column:null}},no&&no.position&&(no=no.position),no&&(no.start?(Ts=no,no=no.start):Ts.start=no),Ro.stack&&(this.stack=Ro.stack,Ro=Ro.message),this.message=Ro,this.name=$o,this.reason=Ro,this.line=no?no.line:null,this.column=no?no.column:null,this.location=Ts,this.source=Ja[0],this.ruleId=Ja[1]}function So(Ro){var no=[null,null],qo;return typeof Ro=="string"&&(qo=Ro.indexOf(":"),qo===-1?no[1]=Ro:(no[0]=Ro.slice(0,qo),no[1]=Ro.slice(qo+1))),no}}}),Hh=Ki({"node_modules/vfile/lib/minpath.browser.js"(Os){Uo(),Os.basename=os,Os.dirname=Co,Os.extname=Do,Os.join=Ao,Os.sep="/";function os(no,qo){var Ja=0,$o=-1,Ts,ds,ks,Gs;if(qo!==void 0&&typeof qo!="string")throw new TypeError('"ext" argument must be a string');if(Ro(no),Ts=no.length,qo===void 0||!qo.length||qo.length>no.length){for(;Ts--;)if(no.charCodeAt(Ts)===47){if(ks){Ja=Ts+1;break}}else $o<0&&(ks=!0,$o=Ts+1);return $o<0?"":no.slice(Ja,$o)}if(qo===no)return"";for(ds=-1,Gs=qo.length-1;Ts--;)if(no.charCodeAt(Ts)===47){if(ks){Ja=Ts+1;break}}else ds<0&&(ks=!0,ds=Ts+1),Gs>-1&&(no.charCodeAt(Ts)===qo.charCodeAt(Gs--)?Gs<0&&($o=Ts):(Gs=-1,$o=ds));return Ja===$o?$o=ds:$o<0&&($o=no.length),no.slice(Ja,$o)}function Co(no){var qo,Ja,$o;if(Ro(no),!no.length)return".";for(qo=-1,$o=no.length;--$o;)if(no.charCodeAt($o)===47){if(Ja){qo=$o;break}}else Ja||(Ja=!0);return qo<0?no.charCodeAt(0)===47?"/":".":qo===1&&no.charCodeAt(0)===47?"//":no.slice(0,qo)}function Do(no){var qo=-1,Ja=0,$o=-1,Ts=0,ds,ks,Gs;for(Ro(no),Gs=no.length;Gs--;){if(ks=no.charCodeAt(Gs),ks===47){if(ds){Ja=Gs+1;break}continue}$o<0&&(ds=!0,$o=Gs+1),ks===46?qo<0?qo=Gs:Ts!==1&&(Ts=1):qo>-1&&(Ts=-1)}return qo<0||$o<0||Ts===0||Ts===1&&qo===$o-1&&qo===Ja+1?"":no.slice(qo,$o)}function Ao(){for(var no=-1,qo;++no<arguments.length;)Ro(arguments[no]),arguments[no]&&(qo=qo===void 0?arguments[no]:qo+"/"+arguments[no]);return qo===void 0?".":eo(qo)}function eo(no){var qo,Ja;return Ro(no),qo=no.charCodeAt(0)===47,Ja=So(no,!qo),!Ja.length&&!qo&&(Ja="."),Ja.length&&no.charCodeAt(no.length-1)===47&&(Ja+="/"),qo?"/"+Ja:Ja}function So(no,qo){for(var Ja="",$o=0,Ts=-1,ds=0,ks=-1,Gs,Ls;++ks<=no.length;){if(ks<no.length)Gs=no.charCodeAt(ks);else{if(Gs===47)break;Gs=47}if(Gs===47){if(!(Ts===ks-1||ds===1))if(Ts!==ks-1&&ds===2){if(Ja.length<2||$o!==2||Ja.charCodeAt(Ja.length-1)!==46||Ja.charCodeAt(Ja.length-2)!==46){if(Ja.length>2){if(Ls=Ja.lastIndexOf("/"),Ls!==Ja.length-1){Ls<0?(Ja="",$o=0):(Ja=Ja.slice(0,Ls),$o=Ja.length-1-Ja.lastIndexOf("/")),Ts=ks,ds=0;continue}}else if(Ja.length){Ja="",$o=0,Ts=ks,ds=0;continue}}qo&&(Ja=Ja.length?Ja+"/..":"..",$o=2)}else Ja.length?Ja+="/"+no.slice(Ts+1,ks):Ja=no.slice(Ts+1,ks),$o=ks-Ts-1;Ts=ks,ds=0}else Gs===46&&ds>-1?ds++:ds=-1}return Ja}function Ro(no){if(typeof no!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(no))}}}),Yh=Ki({"node_modules/vfile/lib/minproc.browser.js"(Os){Uo(),Os.cwd=os;function os(){return"/"}}}),zh=Ki({"node_modules/vfile/lib/core.js"(Os,os){Uo();var Co=Hh(),Do=Yh(),Ao=jm();os.exports=Ro;var eo={}.hasOwnProperty,So=["history","path","basename","stem","extname","dirname"];Ro.prototype.toString=ns,Object.defineProperty(Ro.prototype,"path",{get:no,set:qo}),Object.defineProperty(Ro.prototype,"dirname",{get:Ja,set:$o}),Object.defineProperty(Ro.prototype,"basename",{get:Ts,set:ds}),Object.defineProperty(Ro.prototype,"extname",{get:ks,set:Gs}),Object.defineProperty(Ro.prototype,"stem",{get:Ls,set:cl});function Ro(ws){var Ms,bl;if(!ws)ws={};else if(typeof ws=="string"||Ao(ws))ws={contents:ws};else if("message"in ws&&"messages"in ws)return ws;if(!(this instanceof Ro))return new Ro(ws);for(this.data={},this.messages=[],this.history=[],this.cwd=Do.cwd(),bl=-1;++bl<So.length;)Ms=So[bl],eo.call(ws,Ms)&&(this[Ms]=ws[Ms]);for(Ms in ws)So.indexOf(Ms)<0&&(this[Ms]=ws[Ms])}function no(){return this.history[this.history.length-1]}function qo(ws){Es(ws,"path"),this.path!==ws&&this.history.push(ws)}function Ja(){return typeof this.path=="string"?Co.dirname(this.path):void 0}function $o(ws){Ss(this.path,"dirname"),this.path=Co.join(ws||"",this.basename)}function Ts(){return typeof this.path=="string"?Co.basename(this.path):void 0}function ds(ws){Es(ws,"basename"),il(ws,"basename"),this.path=Co.join(this.dirname||"",ws)}function ks(){return typeof this.path=="string"?Co.extname(this.path):void 0}function Gs(ws){if(il(ws,"extname"),Ss(this.path,"extname"),ws){if(ws.charCodeAt(0)!==46)throw new Error("`extname` must start with `.`");if(ws.indexOf(".",1)>-1)throw new Error("`extname` cannot contain multiple dots")}this.path=Co.join(this.dirname,this.stem+(ws||""))}function Ls(){return typeof this.path=="string"?Co.basename(this.path,this.extname):void 0}function cl(ws){Es(ws,"stem"),il(ws,"stem"),this.path=Co.join(this.dirname||"",ws+(this.extname||""))}function ns(ws){return(this.contents||"").toString(ws)}function il(ws,Ms){if(ws&&ws.indexOf(Co.sep)>-1)throw new Error("`"+Ms+"` cannot be a path: did not expect `"+Co.sep+"`")}function Es(ws,Ms){if(!ws)throw new Error("`"+Ms+"` cannot be empty")}function Ss(ws,Ms){if(!ws)throw new Error("Setting `"+Ms+"` requires `path` to be set too")}}}),zp=Ki({"node_modules/vfile/lib/index.js"(Os,os){Uo();var Co=Rp(),Do=zh();os.exports=Do,Do.prototype.message=Ao,Do.prototype.info=So,Do.prototype.fail=eo;function Ao(Ro,no,qo){var Ja=new Co(Ro,no,qo);return this.path&&(Ja.name=this.path+":"+Ja.name,Ja.file=this.path),Ja.fatal=!1,this.messages.push(Ja),Ja}function eo(){var Ro=this.message.apply(this,arguments);throw Ro.fatal=!0,Ro}function So(){var Ro=this.message.apply(this,arguments);return Ro.fatal=null,Ro}}}),rp=Ki({"node_modules/vfile/index.js"(Os,os){Uo(),os.exports=zp()}}),Oh=Ki({"node_modules/unified/index.js"(Os,os){Uo();var Co=Am(),Do=jm(),Ao=tp(),eo=Hf(),So=bh(),Ro=rp();os.exports=ks().freeze();var no=[].slice,qo={}.hasOwnProperty,Ja=So().use($o).use(Ts).use(ds);function $o(ws,Ms){Ms.tree=ws.parse(Ms.file)}function Ts(ws,Ms,bl){ws.run(Ms.tree,Ms.file,kl);function kl(bu,hl,Kl){bu?bl(bu):(Ms.tree=hl,Ms.file=Kl,bl())}}function ds(ws,Ms){var bl=ws.stringify(Ms.tree,Ms.file);bl==null||(typeof bl=="string"||Do(bl)?Ms.file.contents=bl:Ms.file.result=bl)}function ks(){var ws=[],Ms=So(),bl={},kl=-1,bu;return hl.data=_u,hl.freeze=Kl,hl.attachers=ws,hl.use=Cu,hl.parse=Su,hl.stringify=Ka,hl.run=Qu,hl.runSync=ec,hl.process=yu,hl.processSync=bc,hl;function hl(){for(var Tu=ks(),$l=-1;++$l<ws.length;)Tu.use.apply(null,ws[$l]);return Tu.data(Ao(!0,{},bl)),Tu}function Kl(){var Tu,$l;if(bu)return hl;for(;++kl<ws.length;)Tu=ws[kl],Tu[1]!==!1&&(Tu[1]===!0&&(Tu[1]=void 0),$l=Tu[0].apply(hl,Tu.slice(1)),typeof $l=="function"&&Ms.use($l));return bu=!0,kl=1/0,hl}function _u(Tu,$l){return typeof Tu=="string"?arguments.length===2?(il("data",bu),bl[Tu]=$l,hl):qo.call(bl,Tu)&&bl[Tu]||null:Tu?(il("data",bu),bl=Tu,hl):bl}function Cu(Tu){var $l;if(il("use",bu),Tu!=null)if(typeof Tu=="function")Ml.apply(null,arguments);else if(typeof Tu=="object")"length"in Tu?_l(Tu):Ru(Tu);else throw new Error("Expected usable value, not `"+Tu+"`");return $l&&(bl.settings=Ao(bl.settings||{},$l)),hl;function Ru(wu){_l(wu.plugins),wu.settings&&($l=Ao($l||{},wu.settings))}function Cl(wu){if(typeof wu=="function")Ml(wu);else if(typeof wu=="object")"length"in wu?Ml.apply(null,wu):Ru(wu);else throw new Error("Expected usable value, not `"+wu+"`")}function _l(wu){var uc=-1;if(wu!=null)if(typeof wu=="object"&&"length"in wu)for(;++uc<wu.length;)Cl(wu[uc]);else throw new Error("Expected a list of plugins, not `"+wu+"`")}function Ml(wu,uc){var Rc=Qs(wu);Rc?(eo(Rc[1])&&eo(uc)&&(uc=Ao(!0,Rc[1],uc)),Rc[1]=uc):ws.push(no.call(arguments))}}function Qs(Tu){for(var $l=-1;++$l<ws.length;)if(ws[$l][0]===Tu)return ws[$l]}function Su(Tu){var $l=Ro(Tu),Ru;return Kl(),Ru=hl.Parser,cl("parse",Ru),Gs(Ru,"parse")?new Ru(String($l),$l).parse():Ru(String($l),$l)}function Qu(Tu,$l,Ru){if(Es(Tu),Kl(),!Ru&&typeof $l=="function"&&(Ru=$l,$l=null),!Ru)return new Promise(Cl);Cl(null,Ru);function Cl(_l,Ml){Ms.run(Tu,Ro($l),wu);function wu(uc,Rc,Lc){Rc=Rc||Tu,uc?Ml(uc):_l?_l(Rc):Ru(null,Rc,Lc)}}}function ec(Tu,$l){var Ru,Cl;return Qu(Tu,$l,_l),Ss("runSync","run",Cl),Ru;function _l(Ml,wu){Cl=!0,Ru=wu,Co(Ml)}}function Ka(Tu,$l){var Ru=Ro($l),Cl;return Kl(),Cl=hl.Compiler,ns("stringify",Cl),Es(Tu),Gs(Cl,"compile")?new Cl(Tu,Ru).compile():Cl(Tu,Ru)}function yu(Tu,$l){if(Kl(),cl("process",hl.Parser),ns("process",hl.Compiler),!$l)return new Promise(Ru);Ru(null,$l);function Ru(Cl,_l){var Ml=Ro(Tu);Ja.run(hl,{file:Ml},wu);function wu(uc){uc?_l(uc):Cl?Cl(Ml):$l(null,Ml)}}}function bc(Tu){var $l,Ru;return Kl(),cl("processSync",hl.Parser),ns("processSync",hl.Compiler),$l=Ro(Tu),yu($l,Cl),Ss("processSync","process",Ru),$l;function Cl(_l){Ru=!0,Co(_l)}}}function Gs(ws,Ms){return typeof ws=="function"&&ws.prototype&&(Ls(ws.prototype)||Ms in ws.prototype)}function Ls(ws){var Ms;for(Ms in ws)return!0;return!1}function cl(ws,Ms){if(typeof Ms!="function")throw new Error("Cannot `"+ws+"` without `Parser`")}function ns(ws,Ms){if(typeof Ms!="function")throw new Error("Cannot `"+ws+"` without `Compiler`")}function il(ws,Ms){if(Ms)throw new Error("Cannot invoke `"+ws+"` on a frozen processor.\nCreate a new processor first, by invoking it: use `processor()` instead of `processor`.")}function Es(ws){if(!ws||typeof ws.type!="string")throw new Error("Expected node, got `"+ws+"`")}function Ss(ws,Ms,bl){if(!bl)throw new Error("`"+ws+"` finished async. Use `"+Ms+"` instead")}}}),yh=Ki({"node_modules/remark-math/util.js"(Os){Uo(),Os.isRemarkParser=os,Os.isRemarkCompiler=Co;function os(Do){return!!(Do&&Do.prototype&&Do.prototype.blockTokenizers)}function Co(Do){return!!(Do&&Do.prototype&&Do.prototype.visitors)}}}),mm=Ki({"node_modules/remark-math/inline.js"(Os,os){Uo();var Co=yh();os.exports=$o;var Do=9,Ao=32,eo=36,So=48,Ro=57,no=92,qo=["math","math-inline"],Ja="math-display";function $o(ks){let Gs=this.Parser,Ls=this.Compiler;Co.isRemarkParser(Gs)&&Ts(Gs,ks),Co.isRemarkCompiler(Ls)&&ds(Ls)}function Ts(ks,Gs){let Ls=ks.prototype,cl=Ls.inlineMethods;il.locator=ns,Ls.inlineTokenizers.math=il,cl.splice(cl.indexOf("text"),0,"math");function ns(Es,Ss){return Es.indexOf("$",Ss)}function il(Es,Ss,ws){let Ms=Ss.length,bl=!1,kl=!1,bu=0,hl,Kl,_u,Cu,Qs,Su,Qu;if(Ss.charCodeAt(bu)===no&&(kl=!0,bu++),Ss.charCodeAt(bu)===eo){if(bu++,kl)return ws?!0:Es(Ss.slice(0,bu))({type:"text",value:"$"});if(Ss.charCodeAt(bu)===eo&&(bl=!0,bu++),_u=Ss.charCodeAt(bu),!(_u===Ao||_u===Do)){for(Cu=bu;bu<Ms;){if(Kl=_u,_u=Ss.charCodeAt(bu+1),Kl===eo){if(hl=Ss.charCodeAt(bu-1),hl!==Ao&&hl!==Do&&(_u!==_u||_u<So||_u>Ro)&&(!bl||_u===eo)){Qs=bu-1,bu++,bl&&bu++,Su=bu;break}}else Kl===no&&(bu++,_u=Ss.charCodeAt(bu+1));bu++}if(Su!==void 0)return ws?!0:(Qu=Ss.slice(Cu,Qs+1),Es(Ss.slice(0,Su))({type:"inlineMath",value:Qu,data:{hName:"span",hProperties:{className:qo.concat(bl&&Gs.inlineMathDouble?[Ja]:[])},hChildren:[{type:"text",value:Qu}]}}))}}}}function ds(ks){let Gs=ks.prototype;Gs.visitors.inlineMath=Ls;function Ls(cl){let ns="$";return(cl.data&&cl.data.hProperties&&cl.data.hProperties.className||[]).includes(Ja)&&(ns="$$"),ns+cl.value+ns}}}}),Rh=Ki({"node_modules/remark-math/block.js"(Os,os){Uo();var Co=yh();os.exports=Ja;var Do=10,Ao=32,eo=36,So=`
`,Ro="$",no=2,qo=["math","math-display"];function Ja(){let ds=this.Parser,ks=this.Compiler;Co.isRemarkParser(ds)&&$o(ds),Co.isRemarkCompiler(ks)&&Ts(ks)}function $o(ds){let ks=ds.prototype,Gs=ks.blockMethods,Ls=ks.interruptParagraph,cl=ks.interruptList,ns=ks.interruptBlockquote;ks.blockTokenizers.math=il,Gs.splice(Gs.indexOf("fencedCode")+1,0,"math"),Ls.splice(Ls.indexOf("fencedCode")+1,0,["math"]),cl.splice(cl.indexOf("fencedCode")+1,0,["math"]),ns.splice(ns.indexOf("fencedCode")+1,0,["math"]);function il(Es,Ss,ws){var Ms=Ss.length,bl=0;let kl,bu,hl,Kl,_u,Cu,Qs,Su,Qu,ec,Ka;for(;bl<Ms&&Ss.charCodeAt(bl)===Ao;)bl++;for(_u=bl;bl<Ms&&Ss.charCodeAt(bl)===eo;)bl++;if(Cu=bl-_u,!(Cu<no)){for(;bl<Ms&&Ss.charCodeAt(bl)===Ao;)bl++;for(Qs=bl;bl<Ms;){if(kl=Ss.charCodeAt(bl),kl===eo)return;if(kl===Do)break;bl++}if(Ss.charCodeAt(bl)===Do){if(ws)return!0;for(bu=[],Qs!==bl&&bu.push(Ss.slice(Qs,bl)),bl++,hl=Ss.indexOf(So,bl+1),hl=hl===-1?Ms:hl;bl<Ms;){for(Su=!1,ec=bl,Ka=hl,Kl=hl,Qu=0;Kl>ec&&Ss.charCodeAt(Kl-1)===Ao;)Kl--;for(;Kl>ec&&Ss.charCodeAt(Kl-1)===eo;)Qu++,Kl--;for(Cu<=Qu&&Ss.indexOf(Ro,ec)===Kl&&(Su=!0,Ka=Kl);ec<=Ka&&ec-bl<_u&&Ss.charCodeAt(ec)===Ao;)ec++;if(Su)for(;Ka>ec&&Ss.charCodeAt(Ka-1)===Ao;)Ka--;if((!Su||ec!==Ka)&&bu.push(Ss.slice(ec,Ka)),Su)break;bl=hl+1,hl=Ss.indexOf(So,bl+1),hl=hl===-1?Ms:hl}return bu=bu.join(`
`),Es(Ss.slice(0,hl))({type:"math",value:bu,data:{hName:"div",hProperties:{className:qo.concat()},hChildren:[{type:"text",value:bu}]}})}}}}function Ts(ds){let ks=ds.prototype;ks.visitors.math=Gs;function Gs(Ls){return`$$
`+Ls.value+`
$$`}}}}),Um=Ki({"node_modules/remark-math/index.js"(Os,os){Uo();var Co=mm(),Do=Rh();os.exports=Ao;function Ao(eo){var So=eo||{};Do.call(this,So),Co.call(this,So)}}}),rh=Ki({"node_modules/remark-footnotes/index.js"(Os,os){Uo(),os.exports=ks;var Co=9,Do=10,Ao=32,eo=33,So=58,Ro=91,no=92,qo=93,Ja=94,$o=96,Ts=4,ds=1024;function ks(Ss){var ws=this.Parser,Ms=this.Compiler;Gs(ws)&&cl(ws,Ss),Ls(Ms)&&ns(Ms)}function Gs(Ss){return!!(Ss&&Ss.prototype&&Ss.prototype.blockTokenizers)}function Ls(Ss){return!!(Ss&&Ss.prototype&&Ss.prototype.visitors)}function cl(Ss,ws){for(var Ms=ws||{},bl=Ss.prototype,kl=bl.blockTokenizers,bu=bl.inlineTokenizers,hl=bl.blockMethods,Kl=bl.inlineMethods,_u=kl.definition,Cu=bu.reference,Qs=[],Su=-1,Qu=hl.length,ec;++Su<Qu;)ec=hl[Su],!(ec==="newline"||ec==="indentedCode"||ec==="paragraph"||ec==="footnoteDefinition")&&Qs.push([ec]);Qs.push(["footnoteDefinition"]),Ms.inlineNotes&&(il(Kl,"reference","inlineNote"),bu.inlineNote=bc),il(hl,"definition","footnoteDefinition"),il(Kl,"reference","footnoteCall"),kl.definition=$l,kl.footnoteDefinition=Ka,bu.footnoteCall=yu,bu.reference=Tu,bl.interruptFootnoteDefinition=Qs,Tu.locator=Cu.locator,yu.locator=Ru,bc.locator=Cl;function Ka(_l,Ml,wu){for(var uc=this,Rc=uc.interruptFootnoteDefinition,Lc=uc.offset,Od=Ml.length+1,Cc=0,Zd=[],jp,Np,ip,Kc,sd,Jp,Zp,bf,Wp,Kd,cp,dp,jd;Cc<Od&&(Kc=Ml.charCodeAt(Cc),!(Kc!==Co&&Kc!==Ao));)Cc++;if(Ml.charCodeAt(Cc++)===Ro&&Ml.charCodeAt(Cc++)===Ja){for(Np=Cc;Cc<Od;){if(Kc=Ml.charCodeAt(Cc),Kc!==Kc||Kc===Do||Kc===Co||Kc===Ao)return;if(Kc===qo){ip=Cc,Cc++;break}Cc++}if(!(ip===void 0||Np===ip||Ml.charCodeAt(Cc++)!==So)){if(wu)return!0;for(jp=Ml.slice(Np,ip),sd=_l.now(),Wp=0,Kd=0,cp=Cc,dp=[];Cc<Od;){if(Kc=Ml.charCodeAt(Cc),Kc!==Kc||Kc===Do)jd={start:Wp,contentStart:cp||Cc,contentEnd:Cc,end:Cc},dp.push(jd),Kc===Do&&(Wp=Cc+1,Kd=0,cp=void 0,jd.end=Wp);else if(Kd!==void 0)if(Kc===Ao||Kc===Co)Kd+=Kc===Ao?1:Ts-Kd%Ts,Kd>Ts&&(Kd=void 0,cp=Cc);else{if(Kd<Ts&&jd&&(jd.contentStart===jd.contentEnd||Es(Rc,kl,uc,[_l,Ml.slice(Cc,ds),!0])))break;Kd=void 0,cp=Cc}Cc++}for(Cc=-1,Od=dp.length;Od>0&&(jd=dp[Od-1],jd.contentStart===jd.contentEnd);)Od--;for(Jp=_l(Ml.slice(0,jd.contentEnd));++Cc<Od;)jd=dp[Cc],Lc[sd.line+Cc]=(Lc[sd.line+Cc]||0)+(jd.contentStart-jd.start),Zd.push(Ml.slice(jd.contentStart,jd.end));return Zp=uc.enterBlock(),bf=uc.tokenizeBlock(Zd.join(""),sd),Zp(),Jp({type:"footnoteDefinition",identifier:jp.toLowerCase(),label:jp,children:bf})}}}function yu(_l,Ml,wu){var uc=Ml.length+1,Rc=0,Lc,Od,Cc,Zd;if(Ml.charCodeAt(Rc++)===Ro&&Ml.charCodeAt(Rc++)===Ja){for(Od=Rc;Rc<uc;){if(Zd=Ml.charCodeAt(Rc),Zd!==Zd||Zd===Do||Zd===Co||Zd===Ao)return;if(Zd===qo){Cc=Rc,Rc++;break}Rc++}if(!(Cc===void 0||Od===Cc))return wu?!0:(Lc=Ml.slice(Od,Cc),_l(Ml.slice(0,Rc))({type:"footnoteReference",identifier:Lc.toLowerCase(),label:Lc}))}}function bc(_l,Ml,wu){var uc=this,Rc=Ml.length+1,Lc=0,Od=0,Cc,Zd,jp,Np,ip,Kc,sd;if(Ml.charCodeAt(Lc++)===Ja&&Ml.charCodeAt(Lc++)===Ro){for(jp=Lc;Lc<Rc;){if(Zd=Ml.charCodeAt(Lc),Zd!==Zd)return;if(Kc===void 0)if(Zd===no)Lc+=2;else if(Zd===Ro)Od++,Lc++;else if(Zd===qo)if(Od===0){Np=Lc,Lc++;break}else Od--,Lc++;else if(Zd===$o){for(ip=Lc,Kc=1;Ml.charCodeAt(ip+Kc)===$o;)Kc++;Lc+=Kc}else Lc++;else if(Zd===$o){for(ip=Lc,sd=1;Ml.charCodeAt(ip+sd)===$o;)sd++;Lc+=sd,Kc===sd&&(Kc=void 0),sd=void 0}else Lc++}if(Np!==void 0)return wu?!0:(Cc=_l.now(),Cc.column+=2,Cc.offset+=2,_l(Ml.slice(0,Lc))({type:"footnote",children:uc.tokenizeInline(Ml.slice(jp,Np),Cc)}))}}function Tu(_l,Ml,wu){var uc=0;if(Ml.charCodeAt(uc)===eo&&uc++,Ml.charCodeAt(uc)===Ro&&Ml.charCodeAt(uc+1)!==Ja)return Cu.call(this,_l,Ml,wu)}function $l(_l,Ml,wu){for(var uc=0,Rc=Ml.charCodeAt(uc);Rc===Ao||Rc===Co;)Rc=Ml.charCodeAt(++uc);if(Rc===Ro&&Ml.charCodeAt(uc+1)!==Ja)return _u.call(this,_l,Ml,wu)}function Ru(_l,Ml){return _l.indexOf("[",Ml)}function Cl(_l,Ml){return _l.indexOf("^[",Ml)}}function ns(Ss){var ws=Ss.prototype.visitors,Ms=" ";ws.footnote=bl,ws.footnoteReference=kl,ws.footnoteDefinition=bu;function bl(hl){return"^["+this.all(hl).join("")+"]"}function kl(hl){return"[^"+(hl.label||hl.identifier)+"]"}function bu(hl){for(var Kl=this.all(hl).join(`
`).split(`
`),_u=0,Cu=Kl.length,Qs;++_u<Cu;)Qs=Kl[_u],Qs!==""&&(Kl[_u]=Ms+Qs);return"[^"+(hl.label||hl.identifier)+"]: "+Kl.join(`
`)}}function il(Ss,ws,Ms){Ss.splice(Ss.indexOf(ws),0,Ms)}function Es(Ss,ws,Ms,bl){for(var kl=Ss.length,bu=-1;++bu<kl;)if(ws[Ss[bu][0]].apply(Ms,bl))return!0;return!1}}}),hm=Ki({"src/utils/front-matter/parse.js"(Os,os){Uo();var Co=new RegExp("^(?<startDelimiter>-{3}|\\+{3})(?<language>[^\\n]*)\\n(?:|(?<value>.*?)\\n)(?<endDelimiter>\\k<startDelimiter>|\\.{3})[^\\S\\n]*(?:\\n|$)","s");function Do(Ao){let eo=Ao.match(Co);if(!eo)return{content:Ao};let{startDelimiter:So,language:Ro,value:no="",endDelimiter:qo}=eo.groups,Ja=Ro.trim()||"yaml";if(So==="+++"&&(Ja="toml"),Ja!=="yaml"&&So!==qo)return{content:Ao};let[$o]=eo;return{frontMatter:{type:"front-matter",lang:Ja,value:no,startDelimiter:So,endDelimiter:qo,raw:$o.replace(/\n$/,"")},content:$o.replace(/[^\n]/g," ")+Ao.slice($o.length)}}os.exports=Do}}),gm=Ki({"src/language-markdown/pragma.js"(Os,os){Uo();var Co=hm(),Do=["format","prettier"];function Ao(eo){let So=`@(${Do.join("|")})`,Ro=new RegExp([`<!--\\s*${So}\\s*-->`,`{\\s*\\/\\*\\s*${So}\\s*\\*\\/\\s*}`,`<!--.*\r?
[\\s\\S]*(^|
)[^\\S
]*${So}[^\\S
]*($|
)[\\s\\S]*
.*-->`].join("|"),"m"),no=eo.match(Ro);return(no==null?void 0:no.index)===0}os.exports={startWithPragma:Ao,hasPragma:eo=>Ao(Co(eo).content.trimStart()),insertPragma:eo=>{let So=Co(eo),Ro=`<!-- @${Do[0]} -->`;return So.frontMatter?`${So.frontMatter.raw}
${Ro}
${So.content}`:`${Ro}
${So.content}`}}}}),Zf=Ki({"src/language-markdown/loc.js"(Os,os){Uo();function Co(Ao){return Ao.position.start.offset}function Do(Ao){return Ao.position.end.offset}os.exports={locStart:Co,locEnd:Do}}}),mf=Ki({"src/language-markdown/mdx.js"(Os,os){Uo();var Co=/^import\s/,Do=/^export\s/,Ao="[a-z][a-z0-9]*(\\.[a-z][a-z0-9]*)*|",eo=/<!---->|<!---?[^>-](?:-?[^-])*-->/,So=/^{\s*\/\*(.*)\*\/\s*}/,Ro=`
`,no=ds=>Co.test(ds),qo=ds=>Do.test(ds),Ja=(ds,ks)=>{let Gs=ks.indexOf(Ro),Ls=ks.slice(0,Gs);if(qo(Ls)||no(Ls))return ds(Ls)({type:qo(Ls)?"export":"import",value:Ls})},$o=(ds,ks)=>{let Gs=So.exec(ks);if(Gs)return ds(Gs[0])({type:"esComment",value:Gs[1].trim()})};Ja.locator=ds=>qo(ds)||no(ds)?-1:1,$o.locator=(ds,ks)=>ds.indexOf("{",ks);function Ts(){let{Parser:ds}=this,{blockTokenizers:ks,blockMethods:Gs,inlineTokenizers:Ls,inlineMethods:cl}=ds.prototype;ks.esSyntax=Ja,Ls.esComment=$o,Gs.splice(Gs.indexOf("paragraph"),0,"esSyntax"),cl.splice(cl.indexOf("text"),0,"esComment")}os.exports={esSyntax:Ts,BLOCKS_REGEX:Ao,COMMENT_REGEX:eo}}}),Vm={};Yo(Vm,{default:()=>np});function np(Os){if(typeof Os!="string")throw new TypeError("Expected a string");return Os.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}var zf=pa({"node_modules/escape-string-regexp/index.js"(){Uo()}}),$p=Ki({"src/utils/get-last.js"(Os,os){Uo();var Co=Do=>Do[Do.length-1];os.exports=Co}}),Qp=Ki({"node_modules/semver/internal/debug.js"(Os,os){Uo();var Co=typeof An=="object"&&An.env&&An.env.NODE_DEBUG&&/\bsemver\b/i.test(An.env.NODE_DEBUG)?function(){for(var Do=arguments.length,Ao=new Array(Do),eo=0;eo<Do;eo++)Ao[eo]=arguments[eo];return console.error("SEMVER",...Ao)}:()=>{};os.exports=Co}}),Gf=Ki({"node_modules/semver/internal/constants.js"(Os,os){Uo();var Co="2.0.0",Do=256,Ao=Number.MAX_SAFE_INTEGER||9007199254740991,eo=16;os.exports={SEMVER_SPEC_VERSION:Co,MAX_LENGTH:Do,MAX_SAFE_INTEGER:Ao,MAX_SAFE_COMPONENT_LENGTH:eo}}}),_m=Ki({"node_modules/semver/internal/re.js"(Os,os){Uo();var{MAX_SAFE_COMPONENT_LENGTH:Co}=Gf(),Do=Qp();Os=os.exports={};var Ao=Os.re=[],eo=Os.src=[],So=Os.t={},Ro=0,no=(qo,Ja,$o)=>{let Ts=Ro++;Do(qo,Ts,Ja),So[qo]=Ts,eo[Ts]=Ja,Ao[Ts]=new RegExp(Ja,$o?"g":void 0)};no("NUMERICIDENTIFIER","0|[1-9]\\d*"),no("NUMERICIDENTIFIERLOOSE","[0-9]+"),no("NONNUMERICIDENTIFIER","\\d*[a-zA-Z-][a-zA-Z0-9-]*"),no("MAINVERSION",`(${eo[So.NUMERICIDENTIFIER]})\\.(${eo[So.NUMERICIDENTIFIER]})\\.(${eo[So.NUMERICIDENTIFIER]})`),no("MAINVERSIONLOOSE",`(${eo[So.NUMERICIDENTIFIERLOOSE]})\\.(${eo[So.NUMERICIDENTIFIERLOOSE]})\\.(${eo[So.NUMERICIDENTIFIERLOOSE]})`),no("PRERELEASEIDENTIFIER",`(?:${eo[So.NUMERICIDENTIFIER]}|${eo[So.NONNUMERICIDENTIFIER]})`),no("PRERELEASEIDENTIFIERLOOSE",`(?:${eo[So.NUMERICIDENTIFIERLOOSE]}|${eo[So.NONNUMERICIDENTIFIER]})`),no("PRERELEASE",`(?:-(${eo[So.PRERELEASEIDENTIFIER]}(?:\\.${eo[So.PRERELEASEIDENTIFIER]})*))`),no("PRERELEASELOOSE",`(?:-?(${eo[So.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${eo[So.PRERELEASEIDENTIFIERLOOSE]})*))`),no("BUILDIDENTIFIER","[0-9A-Za-z-]+"),no("BUILD",`(?:\\+(${eo[So.BUILDIDENTIFIER]}(?:\\.${eo[So.BUILDIDENTIFIER]})*))`),no("FULLPLAIN",`v?${eo[So.MAINVERSION]}${eo[So.PRERELEASE]}?${eo[So.BUILD]}?`),no("FULL",`^${eo[So.FULLPLAIN]}$`),no("LOOSEPLAIN",`[v=\\s]*${eo[So.MAINVERSIONLOOSE]}${eo[So.PRERELEASELOOSE]}?${eo[So.BUILD]}?`),no("LOOSE",`^${eo[So.LOOSEPLAIN]}$`),no("GTLT","((?:<|>)?=?)"),no("XRANGEIDENTIFIERLOOSE",`${eo[So.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),no("XRANGEIDENTIFIER",`${eo[So.NUMERICIDENTIFIER]}|x|X|\\*`),no("XRANGEPLAIN",`[v=\\s]*(${eo[So.XRANGEIDENTIFIER]})(?:\\.(${eo[So.XRANGEIDENTIFIER]})(?:\\.(${eo[So.XRANGEIDENTIFIER]})(?:${eo[So.PRERELEASE]})?${eo[So.BUILD]}?)?)?`),no("XRANGEPLAINLOOSE",`[v=\\s]*(${eo[So.XRANGEIDENTIFIERLOOSE]})(?:\\.(${eo[So.XRANGEIDENTIFIERLOOSE]})(?:\\.(${eo[So.XRANGEIDENTIFIERLOOSE]})(?:${eo[So.PRERELEASELOOSE]})?${eo[So.BUILD]}?)?)?`),no("XRANGE",`^${eo[So.GTLT]}\\s*${eo[So.XRANGEPLAIN]}$`),no("XRANGELOOSE",`^${eo[So.GTLT]}\\s*${eo[So.XRANGEPLAINLOOSE]}$`),no("COERCE",`(^|[^\\d])(\\d{1,${Co}})(?:\\.(\\d{1,${Co}}))?(?:\\.(\\d{1,${Co}}))?(?:$|[^\\d])`),no("COERCERTL",eo[So.COERCE],!0),no("LONETILDE","(?:~>?)"),no("TILDETRIM",`(\\s*)${eo[So.LONETILDE]}\\s+`,!0),Os.tildeTrimReplace="$1~",no("TILDE",`^${eo[So.LONETILDE]}${eo[So.XRANGEPLAIN]}$`),no("TILDELOOSE",`^${eo[So.LONETILDE]}${eo[So.XRANGEPLAINLOOSE]}$`),no("LONECARET","(?:\\^)"),no("CARETTRIM",`(\\s*)${eo[So.LONECARET]}\\s+`,!0),Os.caretTrimReplace="$1^",no("CARET",`^${eo[So.LONECARET]}${eo[So.XRANGEPLAIN]}$`),no("CARETLOOSE",`^${eo[So.LONECARET]}${eo[So.XRANGEPLAINLOOSE]}$`),no("COMPARATORLOOSE",`^${eo[So.GTLT]}\\s*(${eo[So.LOOSEPLAIN]})$|^$`),no("COMPARATOR",`^${eo[So.GTLT]}\\s*(${eo[So.FULLPLAIN]})$|^$`),no("COMPARATORTRIM",`(\\s*)${eo[So.GTLT]}\\s*(${eo[So.LOOSEPLAIN]}|${eo[So.XRANGEPLAIN]})`,!0),Os.comparatorTrimReplace="$1$2$3",no("HYPHENRANGE",`^\\s*(${eo[So.XRANGEPLAIN]})\\s+-\\s+(${eo[So.XRANGEPLAIN]})\\s*$`),no("HYPHENRANGELOOSE",`^\\s*(${eo[So.XRANGEPLAINLOOSE]})\\s+-\\s+(${eo[So.XRANGEPLAINLOOSE]})\\s*$`),no("STAR","(<|>)?=?\\s*\\*"),no("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),no("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")}}),Ih=Ki({"node_modules/semver/internal/parse-options.js"(Os,os){Uo();var Co=["includePrerelease","loose","rtl"],Do=Ao=>Ao?typeof Ao!="object"?{loose:!0}:Co.filter(eo=>Ao[eo]).reduce((eo,So)=>(eo[So]=!0,eo),{}):{};os.exports=Do}}),wf=Ki({"node_modules/semver/internal/identifiers.js"(Os,os){Uo();var Co=/^[0-9]+$/,Do=(eo,So)=>{let Ro=Co.test(eo),no=Co.test(So);return Ro&&no&&(eo=+eo,So=+So),eo===So?0:Ro&&!no?-1:no&&!Ro?1:eo<So?-1:1},Ao=(eo,So)=>Do(So,eo);os.exports={compareIdentifiers:Do,rcompareIdentifiers:Ao}}}),em=Ki({"node_modules/semver/classes/semver.js"(Os,os){Uo();var Co=Qp(),{MAX_LENGTH:Do,MAX_SAFE_INTEGER:Ao}=Gf(),{re:eo,t:So}=_m(),Ro=Ih(),{compareIdentifiers:no}=wf(),qo=class{constructor(Ja,$o){if($o=Ro($o),Ja instanceof qo){if(Ja.loose===!!$o.loose&&Ja.includePrerelease===!!$o.includePrerelease)return Ja;Ja=Ja.version}else if(typeof Ja!="string")throw new TypeError(`Invalid Version: ${Ja}`);if(Ja.length>Do)throw new TypeError(`version is longer than ${Do} characters`);Co("SemVer",Ja,$o),this.options=$o,this.loose=!!$o.loose,this.includePrerelease=!!$o.includePrerelease;let Ts=Ja.trim().match($o.loose?eo[So.LOOSE]:eo[So.FULL]);if(!Ts)throw new TypeError(`Invalid Version: ${Ja}`);if(this.raw=Ja,this.major=+Ts[1],this.minor=+Ts[2],this.patch=+Ts[3],this.major>Ao||this.major<0)throw new TypeError("Invalid major version");if(this.minor>Ao||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>Ao||this.patch<0)throw new TypeError("Invalid patch version");Ts[4]?this.prerelease=Ts[4].split(".").map(ds=>{if(/^[0-9]+$/.test(ds)){let ks=+ds;if(ks>=0&&ks<Ao)return ks}return ds}):this.prerelease=[],this.build=Ts[5]?Ts[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(Ja){if(Co("SemVer.compare",this.version,this.options,Ja),!(Ja instanceof qo)){if(typeof Ja=="string"&&Ja===this.version)return 0;Ja=new qo(Ja,this.options)}return Ja.version===this.version?0:this.compareMain(Ja)||this.comparePre(Ja)}compareMain(Ja){return Ja instanceof qo||(Ja=new qo(Ja,this.options)),no(this.major,Ja.major)||no(this.minor,Ja.minor)||no(this.patch,Ja.patch)}comparePre(Ja){if(Ja instanceof qo||(Ja=new qo(Ja,this.options)),this.prerelease.length&&!Ja.prerelease.length)return-1;if(!this.prerelease.length&&Ja.prerelease.length)return 1;if(!this.prerelease.length&&!Ja.prerelease.length)return 0;let $o=0;do{let Ts=this.prerelease[$o],ds=Ja.prerelease[$o];if(Co("prerelease compare",$o,Ts,ds),Ts===void 0&&ds===void 0)return 0;if(ds===void 0)return 1;if(Ts===void 0)return-1;if(Ts!==ds)return no(Ts,ds)}while(++$o)}compareBuild(Ja){Ja instanceof qo||(Ja=new qo(Ja,this.options));let $o=0;do{let Ts=this.build[$o],ds=Ja.build[$o];if(Co("prerelease compare",$o,Ts,ds),Ts===void 0&&ds===void 0)return 0;if(ds===void 0)return 1;if(Ts===void 0)return-1;if(Ts!==ds)return no(Ts,ds)}while(++$o)}inc(Ja,$o){switch(Ja){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",$o);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",$o);break;case"prepatch":this.prerelease.length=0,this.inc("patch",$o),this.inc("pre",$o);break;case"prerelease":this.prerelease.length===0&&this.inc("patch",$o),this.inc("pre",$o);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 Ts=this.prerelease.length;for(;--Ts>=0;)typeof this.prerelease[Ts]=="number"&&(this.prerelease[Ts]++,Ts=-2);Ts===-1&&this.prerelease.push(0)}$o&&(no(this.prerelease[0],$o)===0?isNaN(this.prerelease[1])&&(this.prerelease=[$o,0]):this.prerelease=[$o,0]);break;default:throw new Error(`invalid increment argument: ${Ja}`)}return this.format(),this.raw=this.version,this}};os.exports=qo}}),Om=Ki({"node_modules/semver/functions/compare.js"(Os,os){Uo();var Co=em(),Do=(Ao,eo,So)=>new Co(Ao,So).compare(new Co(eo,So));os.exports=Do}}),hf=Ki({"node_modules/semver/functions/lt.js"(Os,os){Uo();var Co=Om(),Do=(Ao,eo,So)=>Co(Ao,eo,So)<0;os.exports=Do}}),kh=Ki({"node_modules/semver/functions/gte.js"(Os,os){Uo();var Co=Om(),Do=(Ao,eo,So)=>Co(Ao,eo,So)>=0;os.exports=Do}}),Mh=Ki({"src/utils/arrayify.js"(Os,os){Uo(),os.exports=(Co,Do)=>Object.entries(Co).map(Ao=>{let[eo,So]=Ao;return Object.assign({[Do]:eo},So)})}}),nh=Ki({"package.json"(Os,os){os.exports={version:"2.8.8"}}}),ih=Ki({"node_modules/outdent/lib/index.js"(Os,os){Uo(),Object.defineProperty(Os,"__esModule",{value:!0}),Os.outdent=void 0;function Co(){for(var ns=[],il=0;il<arguments.length;il++)ns[il]=arguments[il]}function Do(){return typeof WeakMap<"u"?new WeakMap:Ao()}function Ao(){return{add:Co,delete:Co,get:Co,set:Co,has:function(ns){return!1}}}var eo=Object.prototype.hasOwnProperty,So=function(ns,il){return eo.call(ns,il)};function Ro(ns,il){for(var Es in il)So(il,Es)&&(ns[Es]=il[Es]);return ns}var no=/^[ \t]*(?:\r\n|\r|\n)/,qo=/(?:\r\n|\r|\n)[ \t]*$/,Ja=/^(?:[\r\n]|$)/,$o=/(?:\r\n|\r|\n)([ \t]*)(?:[^ \t\r\n]|$)/,Ts=/^[ \t]*[\r\n][ \t\r\n]*$/;function ds(ns,il,Es){var Ss=0,ws=ns[0].match($o);ws&&(Ss=ws[1].length);var Ms="(\\r\\n|\\r|\\n).{0,"+Ss+"}",bl=new RegExp(Ms,"g");il&&(ns=ns.slice(1));var kl=Es.newline,bu=Es.trimLeadingNewline,hl=Es.trimTrailingNewline,Kl=typeof kl=="string",_u=ns.length,Cu=ns.map(function(Qs,Su){return Qs=Qs.replace(bl,"$1"),Su===0&&bu&&(Qs=Qs.replace(no,"")),Su===_u-1&&hl&&(Qs=Qs.replace(qo,"")),Kl&&(Qs=Qs.replace(/\r\n|\n|\r/g,function(Qu){return kl})),Qs});return Cu}function ks(ns,il){for(var Es="",Ss=0,ws=ns.length;Ss<ws;Ss++)Es+=ns[Ss],Ss<ws-1&&(Es+=il[Ss]);return Es}function Gs(ns){return So(ns,"raw")&&So(ns,"length")}function Ls(ns){var il=Do(),Es=Do();function Ss(Ms){for(var bl=[],kl=1;kl<arguments.length;kl++)bl[kl-1]=arguments[kl];if(Gs(Ms)){var bu=Ms,hl=(bl[0]===Ss||bl[0]===cl)&&Ts.test(bu[0])&&Ja.test(bu[1]),Kl=hl?Es:il,_u=Kl.get(bu);if(_u||(_u=ds(bu,hl,ns),Kl.set(bu,_u)),bl.length===0)return _u[0];var Cu=ks(_u,hl?bl.slice(1):bl);return Cu}else return Ls(Ro(Ro({},ns),Ms||{}))}var ws=Ro(Ss,{string:function(Ms){return ds([Ms],!1,ns)[0]}});return ws}var cl=Ls({trimLeadingNewline:!0,trimTrailingNewline:!0});if(Os.outdent=cl,Os.default=cl,typeof os<"u")try{os.exports=cl,Object.defineProperty(cl,"__esModule",{value:!0}),cl.default=cl,cl.outdent=cl}catch{}}}),Cp=Ki({"src/main/core-options.js"(Os,os){Uo();var{outdent:Co}=ih(),Do="Config",Ao="Editor",eo="Format",So="Other",Ro="Output",no="Global",qo="Special",Ja={cursorOffset:{since:"1.4.0",category:qo,type:"int",default:-1,range:{start:-1,end:Number.POSITIVE_INFINITY,step:1},description:Co`
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:Ao},endOfLine:{since:"1.15.0",category:no,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:Co`
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:qo,type:"path",description:"Specify the input filepath. This will be used to do parser inference.",cliName:"stdin-filepath",cliCategory:So,cliDescription:"Path to the file to pretend that stdin comes from."},insertPragma:{since:"1.8.0",category:qo,type:"boolean",default:!1,description:"Insert @format pragma into file's first docblock comment.",cliCategory:So},parser:{since:"0.0.10",category:no,type:"choice",default:[{since:"0.0.10",value:"babylon"},{since:"1.13.0",value:void 0}],description:"Which parser to use.",exception:$o=>typeof $o=="string"||typeof $o=="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:no,description:"Add a plugin. Multiple plugins can be passed as separate `--plugin`s.",exception:$o=>typeof $o=="string"||typeof $o=="object",cliName:"plugin",cliCategory:Do},pluginSearchDirs:{since:"1.13.0",type:"path",array:!0,default:[{value:[]}],category:no,description:Co`
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:$o=>typeof $o=="string"||typeof $o=="object",cliName:"plugin-search-dir",cliCategory:Do},printWidth:{since:"0.0.0",category:no,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:qo,type:"int",default:Number.POSITIVE_INFINITY,range:{start:0,end:Number.POSITIVE_INFINITY,step:1},description:Co`
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:Ao},rangeStart:{since:"1.4.0",category:qo,type:"int",default:0,range:{start:0,end:Number.POSITIVE_INFINITY,step:1},description:Co`
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:Ao},requirePragma:{since:"1.7.0",category:qo,type:"boolean",default:!1,description:Co`
Require either '@prettier' or '@format' to be present in the file's first docblock comment
in order for it to be formatted.
`,cliCategory:So},tabWidth:{type:"int",category:no,default:2,description:"Number of spaces per indentation level.",range:{start:0,end:Number.POSITIVE_INFINITY,step:1}},useTabs:{since:"1.0.0",category:no,type:"boolean",default:!1,description:"Indent with tabs instead of spaces."},embeddedLanguageFormatting:{since:"2.1.0",category:no,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."}]}};os.exports={CATEGORY_CONFIG:Do,CATEGORY_EDITOR:Ao,CATEGORY_FORMAT:eo,CATEGORY_OTHER:So,CATEGORY_OUTPUT:Ro,CATEGORY_GLOBAL:no,CATEGORY_SPECIAL:qo,options:Ja}}}),Gp=Ki({"src/main/support.js"(Os,os){Uo();var Co={compare:Om(),lt:hf(),gte:kh()},Do=Mh(),Ao=nh().version,eo=Cp().options;function So(){let{plugins:no=[],showUnreleased:qo=!1,showDeprecated:Ja=!1,showInternal:$o=!1}=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},Ts=Ao.split("-",1)[0],ds=no.flatMap(ns=>ns.languages||[]).filter(Gs),ks=Do(Object.assign({},...no.map(ns=>{let{options:il}=ns;return il}),eo),"name").filter(ns=>Gs(ns)&&Ls(ns)).sort((ns,il)=>ns.name===il.name?0:ns.name<il.name?-1:1).map(cl).map(ns=>{ns=Object.assign({},ns),Array.isArray(ns.default)&&(ns.default=ns.default.length===1?ns.default[0].value:ns.default.filter(Gs).sort((Es,Ss)=>Co.compare(Ss.since,Es.since))[0].value),Array.isArray(ns.choices)&&(ns.choices=ns.choices.filter(Es=>Gs(Es)&&Ls(Es)),ns.name==="parser"&&Ro(ns,ds,no));let il=Object.fromEntries(no.filter(Es=>Es.defaultOptions&&Es.defaultOptions[ns.name]!==void 0).map(Es=>[Es.name,Es.defaultOptions[ns.name]]));return Object.assign(Object.assign({},ns),{},{pluginDefaults:il})});return{languages:ds,options:ks};function Gs(ns){return qo||!("since"in ns)||ns.since&&Co.gte(Ts,ns.since)}function Ls(ns){return Ja||!("deprecated"in ns)||ns.deprecated&&Co.lt(Ts,ns.deprecated)}function cl(ns){return $o?ns:Us(ns,Ds)}}function Ro(no,qo,Ja){let $o=new Set(no.choices.map(Ts=>Ts.value));for(let Ts of qo)if(Ts.parsers){for(let ds of Ts.parsers)if(!$o.has(ds)){$o.add(ds);let ks=Ja.find(Ls=>Ls.parsers&&Ls.parsers[ds]),Gs=Ts.name;ks&&ks.name&&(Gs+=` (plugin: ${ks.name})`),no.choices.push({value:ds,description:Gs})}}}os.exports={getSupportInfo:So}}}),Th=Ki({"src/utils/is-non-empty-array.js"(Os,os){Uo();function Co(Do){return Array.isArray(Do)&&Do.length>0}os.exports=Co}});function Bh(){let{onlyFirst:Os=!1}=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},os=["[\\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(os,Os?void 0:"g")}var Xh=pa({"node_modules/strip-ansi/node_modules/ansi-regex/index.js"(){Uo()}});function Hm(Os){if(typeof Os!="string")throw new TypeError(`Expected a \`string\`, got \`${typeof Os}\``);return Os.replace(Bh(),"")}var Bf=pa({"node_modules/strip-ansi/index.js"(){Uo(),Xh()}});function Ph(Os){return Number.isInteger(Os)?Os>=4352&&(Os<=4447||Os===9001||Os===9002||11904<=Os&&Os<=12871&&Os!==12351||12880<=Os&&Os<=19903||19968<=Os&&Os<=42182||43360<=Os&&Os<=43388||44032<=Os&&Os<=55203||63744<=Os&&Os<=64255||65040<=Os&&Os<=65049||65072<=Os&&Os<=65131||65281<=Os&&Os<=65376||65504<=Os&&Os<=65510||110592<=Os&&Os<=110593||127488<=Os&&Os<=127569||131072<=Os&&Os<=262141):!1}var Lh=pa({"node_modules/is-fullwidth-code-point/index.js"(){Uo()}}),zm=Ki({"node_modules/emoji-regex/index.js"(Os,os){Uo(),os.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}}}),xp={};Yo(xp,{default:()=>Gh});function Gh(Os){if(typeof Os!="string"||Os.length===0||(Os=Hm(Os),Os.length===0))return 0;Os=Os.replace((0,Ch.default)()," ");let os=0;for(let Co=0;Co<Os.length;Co++){let Do=Os.codePointAt(Co);Do<=31||Do>=127&&Do<=159||Do>=768&&Do<=879||(Do>65535&&Co++,os+=Ph(Do)?2:1)}return os}var Ch,tm=pa({"node_modules/string-width/index.js"(){Uo(),Bf(),Lh(),Ch=Fo(zm())}}),Xs=Ki({"src/utils/get-string-width.js"(Os,os){Uo();var Co=(tm(),hs(xp)).default,Do=/[^\x20-\x7F]/;function Ao(eo){return eo?Do.test(eo)?Co(eo):eo.length:0}os.exports=Ao}}),Yl=Ki({"src/utils/text/skip.js"(Os,os){Uo();function Co(Ro){return(no,qo,Ja)=>{let $o=Ja&&Ja.backwards;if(qo===!1)return!1;let{length:Ts}=no,ds=qo;for(;ds>=0&&ds<Ts;){let ks=no.charAt(ds);if(Ro instanceof RegExp){if(!Ro.test(ks))return ds}else if(!Ro.includes(ks))return ds;$o?ds--:ds++}return ds===-1||ds===Ts?ds:!1}}var Do=Co(/\s/),Ao=Co(" "),eo=Co(",; "),So=Co(/[^\n\r]/);os.exports={skipWhitespace:Do,skipSpaces:Ao,skipToLineEnd:eo,skipEverythingButNewLine:So}}}),Pl=Ki({"src/utils/text/skip-inline-comment.js"(Os,os){Uo();function Co(Do,Ao){if(Ao===!1)return!1;if(Do.charAt(Ao)==="/"&&Do.charAt(Ao+1)==="*"){for(let eo=Ao+2;eo<Do.length;++eo)if(Do.charAt(eo)==="*"&&Do.charAt(eo+1)==="/")return eo+2}return Ao}os.exports=Co}}),_c=Ki({"src/utils/text/skip-trailing-comment.js"(Os,os){Uo();var{skipEverythingButNewLine:Co}=Yl();function Do(Ao,eo){return eo===!1?!1:Ao.charAt(eo)==="/"&&Ao.charAt(eo+1)==="/"?Co(Ao,eo):eo}os.exports=Do}}),Ec=Ki({"src/utils/text/skip-newline.js"(Os,os){Uo();function Co(Do,Ao,eo){let So=eo&&eo.backwards;if(Ao===!1)return!1;let Ro=Do.charAt(Ao);if(So){if(Do.charAt(Ao-1)==="\r"&&Ro===`
`)return Ao-2;if(Ro===`
`||Ro==="\r"||Ro==="\u2028"||Ro==="\u2029")return Ao-1}else{if(Ro==="\r"&&Do.charAt(Ao+1)===`
`)return Ao+2;if(Ro===`
`||Ro==="\r"||Ro==="\u2028"||Ro==="\u2029")return Ao+1}return Ao}os.exports=Co}}),wd=Ki({"src/utils/text/get-next-non-space-non-comment-character-index-with-start-index.js"(Os,os){Uo();var Co=Pl(),Do=Ec(),Ao=_c(),{skipSpaces:eo}=Yl();function So(Ro,no){let qo=null,Ja=no;for(;Ja!==qo;)qo=Ja,Ja=eo(Ro,Ja),Ja=Co(Ro,Ja),Ja=Ao(Ro,Ja),Ja=Do(Ro,Ja);return Ja}os.exports=So}}),_p=Ki({"src/common/util.js"(Os,os){Uo();var{default:Co}=(zf(),hs(Vm)),Do=$p(),{getSupportInfo:Ao}=Gp(),eo=Th(),So=Xs(),{skipWhitespace:Ro,skipSpaces:no,skipToLineEnd:qo,skipEverythingButNewLine:Ja}=Yl(),$o=Pl(),Ts=_c(),ds=Ec(),ks=wd(),Gs=Cl=>Cl[Cl.length-2];function Ls(Cl){return(_l,Ml,wu)=>{let uc=wu&&wu.backwards;if(Ml===!1)return!1;let{length:Rc}=_l,Lc=Ml;for(;Lc>=0&&Lc<Rc;){let Od=_l.charAt(Lc);if(Cl instanceof RegExp){if(!Cl.test(Od))return Lc}else if(!Cl.includes(Od))return Lc;uc?Lc--:Lc++}return Lc===-1||Lc===Rc?Lc:!1}}function cl(Cl,_l){let Ml=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},wu=no(Cl,Ml.backwards?_l-1:_l,Ml),uc=ds(Cl,wu,Ml);return wu!==uc}function ns(Cl,_l,Ml){for(let wu=_l;wu<Ml;++wu)if(Cl.charAt(wu)===`
`)return!0;return!1}function il(Cl,_l,Ml){let wu=Ml(_l)-1;wu=no(Cl,wu,{backwards:!0}),wu=ds(Cl,wu,{backwards:!0}),wu=no(Cl,wu,{backwards:!0});let uc=ds(Cl,wu,{backwards:!0});return wu!==uc}function Es(Cl,_l){let Ml=null,wu=_l;for(;wu!==Ml;)Ml=wu,wu=qo(Cl,wu),wu=$o(Cl,wu),wu=no(Cl,wu);return wu=Ts(Cl,wu),wu=ds(Cl,wu),wu!==!1&&cl(Cl,wu)}function Ss(Cl,_l,Ml){return Es(Cl,Ml(_l))}function ws(Cl,_l,Ml){return ks(Cl,Ml(_l))}function Ms(Cl,_l,Ml){return Cl.charAt(ws(Cl,_l,Ml))}function bl(Cl,_l){let Ml=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return no(Cl,Ml.backwards?_l-1:_l,Ml)!==_l}function kl(Cl,_l){let Ml=arguments.length>2&&arguments[2]!==void 0?arguments[2]:0,wu=0;for(let uc=Ml;uc<Cl.length;++uc)Cl[uc]===" "?wu=wu+_l-wu%_l:wu++;return wu}function bu(Cl,_l){let Ml=Cl.lastIndexOf(`
`);return Ml===-1?0:kl(Cl.slice(Ml+1).match(/^[\t ]*/)[0],_l)}function hl(Cl,_l){let Ml={quote:'"',regex:/"/g,escaped:"&quot;"},wu={quote:"'",regex:/'/g,escaped:"&apos;"},uc=_l==="'"?wu:Ml,Rc=uc===wu?Ml:wu,Lc=uc;if(Cl.includes(uc.quote)||Cl.includes(Rc.quote)){let Od=(Cl.match(uc.regex)||[]).length,Cc=(Cl.match(Rc.regex)||[]).length;Lc=Od>Cc?Rc:uc}return Lc}function Kl(Cl,_l){let Ml=Cl.slice(1,-1),wu=_l.parser==="json"||_l.parser==="json5"&&_l.quoteProps==="preserve"&&!_l.singleQuote?'"':_l.__isInHtmlAttribute?"'":hl(Ml,_l.singleQuote?"'":'"').quote;return _u(Ml,wu,!(_l.parser==="css"||_l.parser==="less"||_l.parser==="scss"||_l.__embeddedInHtml))}function _u(Cl,_l,Ml){let wu=_l==='"'?"'":'"',uc=/\\(.)|(["'])/gs,Rc=Cl.replace(uc,(Lc,Od,Cc)=>Od===wu?Od:Cc===_l?"\\"+Cc:Cc||(Ml&&/^[^\n\r"'0-7\\bfnrt-vx\u2028\u2029]$/.test(Od)?Od:"\\"+Od));return _l+Rc+_l}function Cu(Cl){return Cl.toLowerCase().replace(/^([+-]?[\d.]+e)(?:\+|(-))?0*(\d)/,"$1$2$3").replace(/^([+-]?[\d.]+)e[+-]?0+$/,"$1").replace(/^([+-])?\./,"$10.").replace(/(\.\d+?)0+(?=e|$)/,"$1").replace(/\.(?=e|$)/,"")}function Qs(Cl,_l){let Ml=Cl.match(new RegExp(`(${Co(_l)})+`,"g"));return Ml===null?0:Ml.reduce((wu,uc)=>Math.max(wu,uc.length/_l.length),0)}function Su(Cl,_l){let Ml=Cl.match(new RegExp(`(${Co(_l)})+`,"g"));if(Ml===null)return 0;let wu=new Map,uc=0;for(let Rc of Ml){let Lc=Rc.length/_l.length;wu.set(Lc,!0),Lc>uc&&(uc=Lc)}for(let Rc=1;Rc<uc;Rc++)if(!wu.get(Rc))return Rc;return uc+1}function Qu(Cl,_l){(Cl.comments||(Cl.comments=[])).push(_l),_l.printed=!1,_l.nodeDescription=Ru(Cl)}function ec(Cl,_l){_l.leading=!0,_l.trailing=!1,Qu(Cl,_l)}function Ka(Cl,_l,Ml){_l.leading=!1,_l.trailing=!1,Ml&&(_l.marker=Ml),Qu(Cl,_l)}function yu(Cl,_l){_l.leading=!1,_l.trailing=!0,Qu(Cl,_l)}function bc(Cl,_l){let{languages:Ml}=Ao({plugins:_l.plugins}),wu=Ml.find(uc=>{let{name:Rc}=uc;return Rc.toLowerCase()===Cl})||Ml.find(uc=>{let{aliases:Rc}=uc;return Array.isArray(Rc)&&Rc.includes(Cl)})||Ml.find(uc=>{let{extensions:Rc}=uc;return Array.isArray(Rc)&&Rc.includes(`.${Cl}`)});return wu&&wu.parsers[0]}function Tu(Cl){return Cl&&Cl.type==="front-matter"}function $l(Cl){let _l=new WeakMap;return function(Ml){return _l.has(Ml)||_l.set(Ml,Symbol(Cl)),_l.get(Ml)}}function Ru(Cl){let _l=Cl.type||Cl.kind||"(unknown type)",Ml=String(Cl.name||Cl.id&&(typeof Cl.id=="object"?Cl.id.name:Cl.id)||Cl.key&&(typeof Cl.key=="object"?Cl.key.name:Cl.key)||Cl.value&&(typeof Cl.value=="object"?"":String(Cl.value))||Cl.operator||"");return Ml.length>20&&(Ml=Ml.slice(0,19)+"…"),_l+(Ml?" "+Ml:"")}os.exports={inferParserByLanguage:bc,getStringWidth:So,getMaxContinuousCount:Qs,getMinNotPresentContinuousCount:Su,getPenultimate:Gs,getLast:Do,getNextNonSpaceNonCommentCharacterIndexWithStartIndex:ks,getNextNonSpaceNonCommentCharacterIndex:ws,getNextNonSpaceNonCommentCharacter:Ms,skip:Ls,skipWhitespace:Ro,skipSpaces:no,skipToLineEnd:qo,skipEverythingButNewLine:Ja,skipInlineComment:$o,skipTrailingComment:Ts,skipNewline:ds,isNextLineEmptyAfterIndex:Es,isNextLineEmpty:Ss,isPreviousLineEmpty:il,hasNewline:cl,hasNewlineInRange:ns,hasSpaces:bl,getAlignmentSize:kl,getIndentSize:bu,getPreferredQuote:hl,printString:Kl,printNumber:Cu,makeString:_u,addLeadingComment:ec,addDanglingComment:Ka,addTrailingComment:yu,isFrontMatterNode:Tu,isNonEmptyArray:eo,createGroupIdMapper:$l}}}),zd=Ki({"src/language-markdown/constants.evaluate.js"(Os,os){os.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=Ki({"src/language-markdown/utils.js"(Os,os){Uo();var{getLast:Co}=_p(),{locStart:Do,locEnd:Ao}=Zf(),{cjkPattern:eo,kPattern:So,punctuationPattern:Ro}=zd(),no=["liquidNode","inlineCode","emphasis","esComment","strong","delete","wikiLink","link","linkReference","image","imageReference","footnote","footnoteReference","sentence","whitespace","word","break","inlineMath"],qo=[...no,"tableCell","paragraph","heading"],Ja=new RegExp(So),$o=new RegExp(Ro);function Ts(ns,il){let Es="non-cjk",Ss="cj-letter",ws="k-letter",Ms="cjk-punctuation",bl=[],kl=(il.proseWrap==="preserve"?ns:ns.replace(new RegExp(`(${eo})
(${eo})`,"g"),"$1$2")).split(/([\t\n ]+)/);for(let[hl,Kl]of kl.entries()){if(hl%2===1){bl.push({type:"whitespace",value:/\n/.test(Kl)?`
`:" "});continue}if((hl===0||hl===kl.length-1)&&Kl==="")continue;let _u=Kl.split(new RegExp(`(${eo})`));for(let[Cu,Qs]of _u.entries())if(!((Cu===0||Cu===_u.length-1)&&Qs==="")){if(Cu%2===0){Qs!==""&&bu({type:"word",value:Qs,kind:Es,hasLeadingPunctuation:$o.test(Qs[0]),hasTrailingPunctuation:$o.test(Co(Qs))});continue}bu($o.test(Qs)?{type:"word",value:Qs,kind:Ms,hasLeadingPunctuation:!0,hasTrailingPunctuation:!0}:{type:"word",value:Qs,kind:Ja.test(Qs)?ws:Ss,hasLeadingPunctuation:!1,hasTrailingPunctuation:!1})}}return bl;function bu(hl){let Kl=Co(bl);Kl&&Kl.type==="word"&&(Kl.kind===Es&&hl.kind===Ss&&!Kl.hasTrailingPunctuation||Kl.kind===Ss&&hl.kind===Es&&!hl.hasLeadingPunctuation?bl.push({type:"whitespace",value:" "}):!_u(Es,Ms)&&![Kl.value,hl.value].some(Cu=>/\u3000/.test(Cu))&&bl.push({type:"whitespace",value:""})),bl.push(hl);function _u(Cu,Qs){return Kl.kind===Cu&&hl.kind===Qs||Kl.kind===Qs&&hl.kind===Cu}}}function ds(ns,il){let[,Es,Ss,ws]=il.slice(ns.position.start.offset,ns.position.end.offset).match(/^\s*(\d+)(\.|\))(\s*)/);return{numberText:Es,marker:Ss,leadingSpaces:ws}}function ks(ns,il){if(!ns.ordered||ns.children.length<2)return!1;let Es=Number(ds(ns.children[0],il.originalText).numberText),Ss=Number(ds(ns.children[1],il.originalText).numberText);if(Es===0&&ns.children.length>2){let ws=Number(ds(ns.children[2],il.originalText).numberText);return Ss===1&&ws===1}return Ss===1}function Gs(ns,il){let{value:Es}=ns;return ns.position.end.offset===il.length&&Es.endsWith(`
`)&&il.endsWith(`
`)?Es.slice(0,-1):Es}function Ls(ns,il){return function Es(Ss,ws,Ms){let bl=Object.assign({},il(Ss,ws,Ms));return bl.children&&(bl.children=bl.children.map((kl,bu)=>Es(kl,bu,[bl,...Ms]))),bl}(ns,null,[])}function cl(ns){if((ns==null?void 0:ns.type)!=="link"||ns.children.length!==1)return!1;let[il]=ns.children;return Do(ns)===Do(il)&&Ao(ns)===Ao(il)}os.exports={mapAst:Ls,splitText:Ts,punctuationPattern:Ro,getFencedCodeBlockValue:Gs,getOrderedListItemInfo:ds,hasGitDiffFriendlyOrderedList:ks,INLINE_NODE_TYPES:no,INLINE_NODE_WRAPPER_TYPES:qo,isAutolink:cl}}}),qh=Ki({"src/language-markdown/unified-plugins/html-to-jsx.js"(Os,os){Uo();var Co=mf(),{mapAst:Do,INLINE_NODE_WRAPPER_TYPES:Ao}=Gm();function eo(){return So=>Do(So,(Ro,no,qo)=>{let[Ja]=qo;return Ro.type!=="html"||Co.COMMENT_REGEX.test(Ro.value)||Ao.includes(Ja.type)?Ro:Object.assign(Object.assign({},Ro),{},{type:"jsx"})})}os.exports=eo}}),gf=Ki({"src/language-markdown/unified-plugins/front-matter.js"(Os,os){Uo();var Co=hm();function Do(){let Ao=this.Parser.prototype;Ao.blockMethods=["frontMatter",...Ao.blockMethods],Ao.blockTokenizers.frontMatter=eo;function eo(So,Ro){let no=Co(Ro);if(no.frontMatter)return So(no.frontMatter.raw)(no.frontMatter)}eo.onlyAtStart=!0}os.exports=Do}}),Pf=Ki({"src/language-markdown/unified-plugins/liquid.js"(Os,os){Uo();function Co(){let Do=this.Parser.prototype,Ao=Do.inlineMethods;Ao.splice(Ao.indexOf("text"),0,"liquid"),Do.inlineTokenizers.liquid=eo;function eo(So,Ro){let no=Ro.match(/^({%.*?%}|{{.*?}})/s);if(no)return So(no[0])({type:"liquidNode",value:no[0]})}eo.locator=function(So,Ro){return So.indexOf("{",Ro)}}os.exports=Co}}),vm=Ki({"src/language-markdown/unified-plugins/wiki-link.js"(Os,os){Uo();function Co(){let Do="wikiLink",Ao=/^\[\[(?<linkContents>.+?)]]/s,eo=this.Parser.prototype,So=eo.inlineMethods;So.splice(So.indexOf("link"),0,Do),eo.inlineTokenizers.wikiLink=Ro;function Ro(no,qo){let Ja=Ao.exec(qo);if(Ja){let $o=Ja.groups.linkContents.trim();return no(Ja[0])({type:Do,value:$o})}}Ro.locator=function(no,qo){return no.indexOf("[",qo)}}os.exports=Co}}),_f=Ki({"src/language-markdown/unified-plugins/loose-items.js"(Os,os){Uo();function Co(){let Do=this.Parser.prototype,Ao=Do.blockTokenizers.list;function eo(So,Ro,no){return Ro.type==="listItem"&&(Ro.loose=Ro.spread||So.charAt(So.length-1)===`
`,Ro.loose&&(no.loose=!0)),Ro}Do.blockTokenizers.list=function(So,Ro,no){function qo(Ja){let $o=So(Ja);function Ts(ds,ks){return $o(eo(Ja,ds,ks),ks)}return Ts.reset=function(ds,ks){return $o.reset(eo(Ja,ds,ks),ks)},Ts}return qo.now=So.now,Ao.call(this,qo,Ro,no)}}os.exports=Co}});Uo();var qf=Mf(),Rm=Oh(),Nd=Um(),Wh=rh(),Dd=gm(),{locStart:qp,locEnd:km}=Zf(),Ip=mf(),rm=qh(),Lf=gf(),$f=Pf(),lh=vm(),uh=_f();function vf(Os){let{isMDX:os}=Os;return Co=>{let Do=Rm().use(qf,Object.assign({commonmark:!0},os&&{blocks:[Ip.BLOCKS_REGEX]})).use(Wh).use(Lf).use(Nd).use(os?Ip.esSyntax:Mm).use($f).use(os?rm:Mm).use(lh).use(uh);return Do.runSync(Do.parse(Co))}}function Mm(Os){return Os}var bm={astFormat:"mdast",hasPragma:Dd.hasPragma,locStart:qp,locEnd:km},Wf=Object.assign(Object.assign({},bm),{},{parse:vf({isMDX:!1})}),wh=Object.assign(Object.assign({},bm),{},{parse:vf({isMDX:!0})});ps.exports={parsers:{remark:Wf,markdown:Wf,mdx:wh}}});return gc()})})(parserMarkdown);var parserMarkdownExports=parserMarkdown.exports;const prettierMarkdown=getDefaultExportFromCjs(parserMarkdownExports);function addPrefix(e){return`${prefix}__${e}`}function createCustomTheme(e,t,y=!0){const n=JSON.parse(JSON.stringify(e));return n.block.h1["border-bottom"]=`2px solid ${t}`,n.block.h2.background=t,n.block.h3["border-left"]=`3px solid ${t}`,n.block.h4.color=t,n.inline.strong.color=t,y||(n.block.h3["border-bottom"]=`1px dashed ${t}`,n.block.blockquote["border-left"]=`4px solid ${t}`),n}function setColorWithCustomTemplate(e,t,y=!0){return createCustomTheme(e,t,y)}function setFontSizeWithTemplate(e){return function(t,y=!0){const n=JSON.parse(JSON.stringify(e));return y?(n.block.h1["font-size"]=`${t*1.2}px`,n.block.h2["font-size"]=`${t*1.2}px`,n.block.h3["font-size"]=`${t*1.1}px`,n.block.h4["font-size"]=`${t}px`):(n.block.h1["font-size"]=`${t*1.4}px`,n.block.h2["font-size"]=`${t*1.3}px`,n.block.h3["font-size"]=`${t*1.2}px`,n.block.h4["font-size"]=`${t*1.1}px`),n}}function setTheme(e,t,y,n){return setColorWithCustomTemplate(setFontSizeWithTemplate(e)(t,n),y,n)}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){e=e.replace(/\/\*[\s\S]*?\*\//g,"");const t={},y=n=>n.reduce((k,L)=>{const[$,j]=L.split(":").map(V=>V.trim());return $&&(k[$]=j),k},{});for(;e.includes("{")&&e.includes("}");){const n=e.indexOf("{"),k=e.indexOf("}"),L=e.substring(n+1,k).split(";").map(V=>V.trim()).filter(Boolean),$=e.substring(0,n).split(",").map(V=>V.trim()),j=y(L);$.forEach(V=>{t[V]={...t[V]||{},...j}}),e=e.slice(k+1).trim()}return t}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");k(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(L){function $(re,ie=["width","height"]){const oe=getComputedStyle(re,null);return Object.entries(oe).filter(([ue])=>oe.getPropertyValue(ue)&&!ie.includes(ue)).map(([ue,de])=>`${ue}:${de};`).join("")}switch(!0){case j(L):case V(L):case z(L):L.setAttribute("style",$(L))}L.children.length&&Array.from(L.children).forEach(re=>k(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 k=0;k<t+2;++k){n+="| ";const L=[];for(let $=0;$<y;++$){const j=k>1?k-1:k;L.push(k===1?"---":e[`k_${j}_${$}`]||" ")}n+=L.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=k=>y(k)})}function checkImage(e){if(!/\.(?:gif|jpe?g|png)$/i.test(e.name))return{ok:!1,msg:"请上传 JPG/PNG/GIF 格式的图片"};const y=10;return e.size>y*1024*1024?{ok:!1,msg:`由于公众号限制,图片大小不能超过 ${y}M`}:{ok:!0}}function removeLeft(e){const t=e.split(`
`),y=t.filter(n=>n.trim()).map(n=>n.match(/(^\s+)?/)[0].length).sort((n,k)=>n-k)[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],k=n.getAttribute("width"),L=n.getAttribute("height");n.removeAttribute("width"),n.removeAttribute("height"),n.style.width=k,n.style.height=L}}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),k=useStorage("isEditOnLeft",!0),L=useToggle(k),$=useStorage("isCiteStatus",!1),j=useToggle($),V=ref$1(""),z=useStorage(addPrefix("theme"),themeOptions[0].value),re=useStorage("fonts",fontFamilyOptions[0].value),ie=useStorage("size",fontSizeOptions[2].value),oe=useStorage("color",colorOptions[0].value),ue=useStorage("codeBlockTheme",codeBlockThemeOptions[2].value),de=useStorage("legend",legendOptions[3].value),pe=ie.value.replace("px",""),Ie=new WxRenderer({theme:setTheme(themeMap[z.value],pe,oe.value,z.value==="default"),fonts:re.value,size:ie.value}),he=ref$1(null),Ce=useStorage("__editor_content",formatDoc(DEFAULT_CONTENT)),_e=()=>{const vr=formatDoc(he.value.getValue());Ce.value=vr,he.value.setValue(vr)},Ne=()=>{const vr=ue.value,Cr=document.querySelector("#hljs");if(Cr)Cr.setAttribute("href",vr);else{const Dr=document.createElement("link");Dr.setAttribute("type","text/css"),Dr.setAttribute("rel","stylesheet"),Dr.setAttribute("href",vr),Dr.setAttribute("id","hljs"),document.head.appendChild(Dr)}},Fe=()=>{Ne();const vr=Ie.getRenderer($.value);marked.setOptions({renderer:vr});let Cr=marked.parse(he.value.getValue(0));Cr=Cr.replace(/(style=".*?)"/,'$1;margin-top: 0"'),$.value&&(Cr+=Ie.buildFootnotes(),Cr+=Ie.buildAddition()),y.value&&(Cr+=`
<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=Cr},Ue=ref$1(null),kt=vr=>{Ue.value.setValue(vr)},Et=useStorage("__css_content",DEFAULT_CSS_CONTENT),Ve=useStorage(addPrefix("css_content_config"),{active:"方案 1",tabs:[{title:"方案 1",name:"方案 1",content:Et.value||DEFAULT_CSS_CONTENT}]}),qe=()=>Ve.value.tabs.find(vr=>vr.name===Ve.value.active),jt=vr=>{Ve.value.active=vr;const Cr=Ve.value.tabs.find(Dr=>Dr.name===vr).content;kt(Cr)},tr=vr=>{Ve.value.tabs.push({name:vr,title:vr,content:DEFAULT_CSS_CONTENT}),Ve.value.active=vr,kt(DEFAULT_CSS_CONTENT)},rr=vr=>Ve.value.tabs.every(({name:Cr})=>Cr!==vr),ar=()=>{const vr=css2json(Ue.value.getValue());let Cr=setTheme(themeMap[z.value],pe,oe.value,z.value==="default");Cr=customCssWithTemplate(vr,oe.value,Cr),Ie.setOptions({theme:Cr}),Fe()};onMounted(()=>{const vr=document.querySelector("#cssEditor");vr.value=qe().content,Ue.value=markRaw(CodeMirror.fromTextArea(vr,{mode:"css",theme:"style-mirror",lineNumbers:!1,lineWrapping:!0,matchBrackets:!0,autofocus:!0,extraKeys:{[`${modPrefix}-F`]:function(Dr){const Rr=formatCss(Dr.getValue());qe().content=Rr,Dr.setValue(Rr)}}})),Ue.value.on("keyup",(Cr,Dr)=>{(Dr.keyCode>=65&&Dr.keyCode<=90||Dr.keyCode===189)&&Cr.showHint(Dr)}),Ue.value.on("update",()=>{ar(),qe().content=Ue.value.getValue()})});const nr=()=>{$.value=!1,y.value=!0,z.value=themeOptions[0].value,re.value=fontFamilyOptions[0].value,re.value=fontFamilyOptions[0].value,ie.value=fontSizeOptions[2].value,oe.value=colorOptions[0].value,ue.value=codeBlockThemeOptions[2].value,de.value=legendOptions[3].value,Ve.value={active:"方案 1",tabs:[{title:"方案 1",name:"方案 1",content:Et.value||DEFAULT_CSS_CONTENT}]},Ue.value.setValue(DEFAULT_CSS_CONTENT),ar(),Fe()},ur=vr=>(...Cr)=>{vr(...Cr),Fe()},cr=(vr,Cr)=>{const Dr=setFontSizeWithTemplate(themeMap[z.value])(vr.replace("px",""),z.value==="default");return setColorWithCustomTemplate(Dr,Cr,z.value==="default")},_r=ur(vr=>{Ie.setOptions({theme:setTheme(themeMap[vr],pe,oe.value,vr==="default")}),z.value=vr}),hr=ur(vr=>{Ie.setOptions({fonts:vr}),re.value=vr}),Er=ur(vr=>{const Cr=cr(vr,oe.value);Ie.setOptions({size:vr,theme:Cr}),ie.value=vr}),kr=ur(vr=>{const Cr=cr(ie.value,vr);Ie.setOptions({theme:Cr}),oe.value=vr}),xr=ur(vr=>{ue.value=vr}),yr=ur(vr=>{de.value=vr}),br=ur(()=>{n()}),Ir=ur(()=>{j()}),Mr=()=>{exportHTML(),document.querySelector("#output").innerHTML=V.value},mr=()=>{downloadMD(he.value.getValue())},gr=()=>{const vr=document.body,Cr=document.createElement("input");Cr.type="file",Cr.name="filename",Cr.accept=".md",Cr.onchange=()=>{const Dr=Cr.files[0];if(!Dr)return;const Rr=new FileReader;Rr.readAsText(Dr),Rr.onload=Wr=>{he.value.setValue(formatDoc(Wr.target.result)),ElMessage.success("文档导入成功")}},vr.appendChild(Cr),Cr.click(),vr.removeChild(Cr)},jr=()=>{ElMessageBox.confirm("此操作将丢失本地自定义样式,是否继续?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning",center:!0}).then(()=>{nr(),ElMessage({type:"success",message:"样式重置成功~"})}).catch(()=>{he.value.focus()})},Hr=ref$1(!1),Vr=useToggle(Hr),zr=ref$1(!1),Sr=useToggle(zr),Tr=ref$1(!1),Br=useToggle(Tr);return{isShowCssEditor:Hr,toggleShowCssEditor:Vr,isShowInsertFormDialog:zr,toggleShowInsertFormDialog:Sr,isShowUploadImgDialog:Tr,toggleShowUploadImgDialog:Br,isDark:e,toggleDark:t,isEditOnLeft:k,toggleEditOnLeft:L,isMacCodeBlock:y,isCiteStatus:$,citeStatusChanged:Ir,output:V,editor:he,cssEditor:Ue,theme:z,fontFamily:re,fontSize:ie,fontColor:oe,codeBlockTheme:ue,legend:de,editorRefresh:Fe,themeChanged:_r,fontChanged:hr,sizeChanged:Er,colorChanged:kr,codeBlockThemeChanged:xr,legendChanged:yr,macCodeBlockChanged:br,formatContent:_e,exportEditorContent2HTML:Mr,exportEditorContent2MD:mr,importMarkdownContent:gr,resetStyleConfirm:jr,editorContent:Ce,cssContentConfig:Ve,addCssContentTab:tr,validatorTabName:rr,setCssEditorValue:kt,tabChanged:jt}}),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={},http=Object.freeze(Object.defineProperty({__proto__:null,default:__viteBrowserExternal},Symbol.toStringTag,{value:"Module"})),require$$0$1=getAugmentedNamespace(http);var hasRequiredCore;function requireCore(){return hasRequiredCore||(hasRequiredCore=1,function(e,t){(function(y,n){e.exports=n()})(commonjsGlobal,function(){var y=y||function(n,k){var L;if(typeof window<"u"&&window.crypto&&(L=window.crypto),typeof self<"u"&&self.crypto&&(L=self.crypto),typeof globalThis<"u"&&globalThis.crypto&&(L=globalThis.crypto),!L&&typeof window<"u"&&window.msCrypto&&(L=window.msCrypto),!L&&typeof commonjsGlobal<"u"&&commonjsGlobal.crypto&&(L=commonjsGlobal.crypto),!L&&typeof commonjsRequire=="function")try{L=require$$0$1}catch{}var $=function(){if(L){if(typeof L.getRandomValues=="function")try{return L.getRandomValues(new Uint32Array(1))[0]}catch{}if(typeof L.randomBytes=="function")try{return L.randomBytes(4).readInt32LE()}catch{}}throw new Error("Native crypto module could not be used to get secure random number.")},j=Object.create||function(){function Ce(){}return function(_e){var Ne;return Ce.prototype=_e,Ne=new Ce,Ce.prototype=null,Ne}}(),V={},z=V.lib={},re=z.Base=function(){return{extend:function(Ce){var _e=j(this);return Ce&&_e.mixIn(Ce),(!_e.hasOwnProperty("init")||this.init===_e.init)&&(_e.init=function(){_e.$super.init.apply(this,arguments)}),_e.init.prototype=_e,_e.$super=this,_e},create:function(){var Ce=this.extend();return Ce.init.apply(Ce,arguments),Ce},init:function(){},mixIn:function(Ce){for(var _e in Ce)Ce.hasOwnProperty(_e)&&(this[_e]=Ce[_e]);Ce.hasOwnProperty("toString")&&(this.toString=Ce.toString)},clone:function(){return this.init.prototype.extend(this)}}}(),ie=z.WordArray=re.extend({init:function(Ce,_e){Ce=this.words=Ce||[],_e!=k?this.sigBytes=_e:this.sigBytes=Ce.length*4},toString:function(Ce){return(Ce||ue).stringify(this)},concat:function(Ce){var _e=this.words,Ne=Ce.words,Fe=this.sigBytes,Ue=Ce.sigBytes;if(this.clamp(),Fe%4)for(var kt=0;kt<Ue;kt++){var Et=Ne[kt>>>2]>>>24-kt%4*8&255;_e[Fe+kt>>>2]|=Et<<24-(Fe+kt)%4*8}else for(var Ve=0;Ve<Ue;Ve+=4)_e[Fe+Ve>>>2]=Ne[Ve>>>2];return this.sigBytes+=Ue,this},clamp:function(){var Ce=this.words,_e=this.sigBytes;Ce[_e>>>2]&=4294967295<<32-_e%4*8,Ce.length=n.ceil(_e/4)},clone:function(){var Ce=re.clone.call(this);return Ce.words=this.words.slice(0),Ce},random:function(Ce){for(var _e=[],Ne=0;Ne<Ce;Ne+=4)_e.push($());return new ie.init(_e,Ce)}}),oe=V.enc={},ue=oe.Hex={stringify:function(Ce){for(var _e=Ce.words,Ne=Ce.sigBytes,Fe=[],Ue=0;Ue<Ne;Ue++){var kt=_e[Ue>>>2]>>>24-Ue%4*8&255;Fe.push((kt>>>4).toString(16)),Fe.push((kt&15).toString(16))}return Fe.join("")},parse:function(Ce){for(var _e=Ce.length,Ne=[],Fe=0;Fe<_e;Fe+=2)Ne[Fe>>>3]|=parseInt(Ce.substr(Fe,2),16)<<24-Fe%8*4;return new ie.init(Ne,_e/2)}},de=oe.Latin1={stringify:function(Ce){for(var _e=Ce.words,Ne=Ce.sigBytes,Fe=[],Ue=0;Ue<Ne;Ue++){var kt=_e[Ue>>>2]>>>24-Ue%4*8&255;Fe.push(String.fromCharCode(kt))}return Fe.join("")},parse:function(Ce){for(var _e=Ce.length,Ne=[],Fe=0;Fe<_e;Fe++)Ne[Fe>>>2]|=(Ce.charCodeAt(Fe)&255)<<24-Fe%4*8;return new ie.init(Ne,_e)}},pe=oe.Utf8={stringify:function(Ce){try{return decodeURIComponent(escape(de.stringify(Ce)))}catch{throw new Error("Malformed UTF-8 data")}},parse:function(Ce){return de.parse(unescape(encodeURIComponent(Ce)))}},Ie=z.BufferedBlockAlgorithm=re.extend({reset:function(){this._data=new ie.init,this._nDataBytes=0},_append:function(Ce){typeof Ce=="string"&&(Ce=pe.parse(Ce)),this._data.concat(Ce),this._nDataBytes+=Ce.sigBytes},_process:function(Ce){var _e,Ne=this._data,Fe=Ne.words,Ue=Ne.sigBytes,kt=this.blockSize,Et=kt*4,Ve=Ue/Et;Ce?Ve=n.ceil(Ve):Ve=n.max((Ve|0)-this._minBufferSize,0);var qe=Ve*kt,jt=n.min(qe*4,Ue);if(qe){for(var tr=0;tr<qe;tr+=kt)this._doProcessBlock(Fe,tr);_e=Fe.splice(0,qe),Ne.sigBytes-=jt}return new ie.init(_e,jt)},clone:function(){var Ce=re.clone.call(this);return Ce._data=this._data.clone(),Ce},_minBufferSize:0});z.Hasher=Ie.extend({cfg:re.extend(),init:function(Ce){this.cfg=this.cfg.extend(Ce),this.reset()},reset:function(){Ie.reset.call(this),this._doReset()},update:function(Ce){return this._append(Ce),this._process(),this},finalize:function(Ce){Ce&&this._append(Ce);var _e=this._doFinalize();return _e},blockSize:16,_createHelper:function(Ce){return function(_e,Ne){return new Ce.init(Ne).finalize(_e)}},_createHmacHelper:function(Ce){return function(_e,Ne){return new he.HMAC.init(Ce,Ne).finalize(_e)}}});var he=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 k=y,L=k.lib,$=L.Base,j=L.WordArray,V=k.x64={};V.Word=$.extend({init:function(z,re){this.high=z,this.low=re}}),V.WordArray=$.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,ie=[],oe=0;oe<re;oe++){var ue=z[oe];ie.push(ue.high),ie.push(ue.low)}return j.create(ie,this.sigBytes)},clone:function(){for(var z=$.clone.call(this),re=z.words=this.words.slice(0),ie=re.length,oe=0;oe<ie;oe++)re[oe]=re[oe].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,k=n.lib,L=k.WordArray,$=L.init,j=L.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=[],ie=0;ie<z;ie++)re[ie>>>2]|=V[ie]<<24-ie%4*8;$.call(this,re,z)}else $.apply(this,arguments)};j.prototype=L}}(),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,k=n.lib,L=k.WordArray,$=n.enc;$.Utf16=$.Utf16BE={stringify:function(V){for(var z=V.words,re=V.sigBytes,ie=[],oe=0;oe<re;oe+=2){var ue=z[oe>>>2]>>>16-oe%4*8&65535;ie.push(String.fromCharCode(ue))}return ie.join("")},parse:function(V){for(var z=V.length,re=[],ie=0;ie<z;ie++)re[ie>>>1]|=V.charCodeAt(ie)<<16-ie%2*16;return L.create(re,z*2)}},$.Utf16LE={stringify:function(V){for(var z=V.words,re=V.sigBytes,ie=[],oe=0;oe<re;oe+=2){var ue=j(z[oe>>>2]>>>16-oe%4*8&65535);ie.push(String.fromCharCode(ue))}return ie.join("")},parse:function(V){for(var z=V.length,re=[],ie=0;ie<z;ie++)re[ie>>>1]|=j(V.charCodeAt(ie)<<16-ie%2*16);return L.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,k=n.lib,L=k.WordArray,$=n.enc;$.Base64={stringify:function(V){var z=V.words,re=V.sigBytes,ie=this._map;V.clamp();for(var oe=[],ue=0;ue<re;ue+=3)for(var de=z[ue>>>2]>>>24-ue%4*8&255,pe=z[ue+1>>>2]>>>24-(ue+1)%4*8&255,Ie=z[ue+2>>>2]>>>24-(ue+2)%4*8&255,he=de<<16|pe<<8|Ie,Ce=0;Ce<4&&ue+Ce*.75<re;Ce++)oe.push(ie.charAt(he>>>6*(3-Ce)&63));var _e=ie.charAt(64);if(_e)for(;oe.length%4;)oe.push(_e);return oe.join("")},parse:function(V){var z=V.length,re=this._map,ie=this._reverseMap;if(!ie){ie=this._reverseMap=[];for(var oe=0;oe<re.length;oe++)ie[re.charCodeAt(oe)]=oe}var ue=re.charAt(64);if(ue){var de=V.indexOf(ue);de!==-1&&(z=de)}return j(V,z,ie)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="};function j(V,z,re){for(var ie=[],oe=0,ue=0;ue<z;ue++)if(ue%4){var de=re[V.charCodeAt(ue-1)]<<ue%4*2,pe=re[V.charCodeAt(ue)]>>>6-ue%4*2,Ie=de|pe;ie[oe>>>2]|=Ie<<24-oe%4*8,oe++}return L.create(ie,oe)}}(),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,k=n.lib,L=k.WordArray,$=n.enc;$.Base64url={stringify:function(V,z){z===void 0&&(z=!0);var re=V.words,ie=V.sigBytes,oe=z?this._safe_map:this._map;V.clamp();for(var ue=[],de=0;de<ie;de+=3)for(var pe=re[de>>>2]>>>24-de%4*8&255,Ie=re[de+1>>>2]>>>24-(de+1)%4*8&255,he=re[de+2>>>2]>>>24-(de+2)%4*8&255,Ce=pe<<16|Ie<<8|he,_e=0;_e<4&&de+_e*.75<ie;_e++)ue.push(oe.charAt(Ce>>>6*(3-_e)&63));var Ne=oe.charAt(64);if(Ne)for(;ue.length%4;)ue.push(Ne);return ue.join("")},parse:function(V,z){z===void 0&&(z=!0);var re=V.length,ie=z?this._safe_map:this._map,oe=this._reverseMap;if(!oe){oe=this._reverseMap=[];for(var ue=0;ue<ie.length;ue++)oe[ie.charCodeAt(ue)]=ue}var de=ie.charAt(64);if(de){var pe=V.indexOf(de);pe!==-1&&(re=pe)}return j(V,re,oe)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_safe_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"};function j(V,z,re){for(var ie=[],oe=0,ue=0;ue<z;ue++)if(ue%4){var de=re[V.charCodeAt(ue-1)]<<ue%4*2,pe=re[V.charCodeAt(ue)]>>>6-ue%4*2,Ie=de|pe;ie[oe>>>2]|=Ie<<24-oe%4*8,oe++}return L.create(ie,oe)}}(),y.enc.Base64url})}(encBase64url)),encBase64url.exports}var md5={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 k=y,L=k.lib,$=L.WordArray,j=L.Hasher,V=k.algo,z=[];(function(){for(var pe=0;pe<64;pe++)z[pe]=n.abs(n.sin(pe+1))*4294967296|0})();var re=V.MD5=j.extend({_doReset:function(){this._hash=new $.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(pe,Ie){for(var he=0;he<16;he++){var Ce=Ie+he,_e=pe[Ce];pe[Ce]=(_e<<8|_e>>>24)&16711935|(_e<<24|_e>>>8)&4278255360}var Ne=this._hash.words,Fe=pe[Ie+0],Ue=pe[Ie+1],kt=pe[Ie+2],Et=pe[Ie+3],Ve=pe[Ie+4],qe=pe[Ie+5],jt=pe[Ie+6],tr=pe[Ie+7],rr=pe[Ie+8],ar=pe[Ie+9],nr=pe[Ie+10],ur=pe[Ie+11],cr=pe[Ie+12],_r=pe[Ie+13],hr=pe[Ie+14],Er=pe[Ie+15],kr=Ne[0],xr=Ne[1],yr=Ne[2],br=Ne[3];kr=ie(kr,xr,yr,br,Fe,7,z[0]),br=ie(br,kr,xr,yr,Ue,12,z[1]),yr=ie(yr,br,kr,xr,kt,17,z[2]),xr=ie(xr,yr,br,kr,Et,22,z[3]),kr=ie(kr,xr,yr,br,Ve,7,z[4]),br=ie(br,kr,xr,yr,qe,12,z[5]),yr=ie(yr,br,kr,xr,jt,17,z[6]),xr=ie(xr,yr,br,kr,tr,22,z[7]),kr=ie(kr,xr,yr,br,rr,7,z[8]),br=ie(br,kr,xr,yr,ar,12,z[9]),yr=ie(yr,br,kr,xr,nr,17,z[10]),xr=ie(xr,yr,br,kr,ur,22,z[11]),kr=ie(kr,xr,yr,br,cr,7,z[12]),br=ie(br,kr,xr,yr,_r,12,z[13]),yr=ie(yr,br,kr,xr,hr,17,z[14]),xr=ie(xr,yr,br,kr,Er,22,z[15]),kr=oe(kr,xr,yr,br,Ue,5,z[16]),br=oe(br,kr,xr,yr,jt,9,z[17]),yr=oe(yr,br,kr,xr,ur,14,z[18]),xr=oe(xr,yr,br,kr,Fe,20,z[19]),kr=oe(kr,xr,yr,br,qe,5,z[20]),br=oe(br,kr,xr,yr,nr,9,z[21]),yr=oe(yr,br,kr,xr,Er,14,z[22]),xr=oe(xr,yr,br,kr,Ve,20,z[23]),kr=oe(kr,xr,yr,br,ar,5,z[24]),br=oe(br,kr,xr,yr,hr,9,z[25]),yr=oe(yr,br,kr,xr,Et,14,z[26]),xr=oe(xr,yr,br,kr,rr,20,z[27]),kr=oe(kr,xr,yr,br,_r,5,z[28]),br=oe(br,kr,xr,yr,kt,9,z[29]),yr=oe(yr,br,kr,xr,tr,14,z[30]),xr=oe(xr,yr,br,kr,cr,20,z[31]),kr=ue(kr,xr,yr,br,qe,4,z[32]),br=ue(br,kr,xr,yr,rr,11,z[33]),yr=ue(yr,br,kr,xr,ur,16,z[34]),xr=ue(xr,yr,br,kr,hr,23,z[35]),kr=ue(kr,xr,yr,br,Ue,4,z[36]),br=ue(br,kr,xr,yr,Ve,11,z[37]),yr=ue(yr,br,kr,xr,tr,16,z[38]),xr=ue(xr,yr,br,kr,nr,23,z[39]),kr=ue(kr,xr,yr,br,_r,4,z[40]),br=ue(br,kr,xr,yr,Fe,11,z[41]),yr=ue(yr,br,kr,xr,Et,16,z[42]),xr=ue(xr,yr,br,kr,jt,23,z[43]),kr=ue(kr,xr,yr,br,ar,4,z[44]),br=ue(br,kr,xr,yr,cr,11,z[45]),yr=ue(yr,br,kr,xr,Er,16,z[46]),xr=ue(xr,yr,br,kr,kt,23,z[47]),kr=de(kr,xr,yr,br,Fe,6,z[48]),br=de(br,kr,xr,yr,tr,10,z[49]),yr=de(yr,br,kr,xr,hr,15,z[50]),xr=de(xr,yr,br,kr,qe,21,z[51]),kr=de(kr,xr,yr,br,cr,6,z[52]),br=de(br,kr,xr,yr,Et,10,z[53]),yr=de(yr,br,kr,xr,nr,15,z[54]),xr=de(xr,yr,br,kr,Ue,21,z[55]),kr=de(kr,xr,yr,br,rr,6,z[56]),br=de(br,kr,xr,yr,Er,10,z[57]),yr=de(yr,br,kr,xr,jt,15,z[58]),xr=de(xr,yr,br,kr,_r,21,z[59]),kr=de(kr,xr,yr,br,Ve,6,z[60]),br=de(br,kr,xr,yr,ur,10,z[61]),yr=de(yr,br,kr,xr,kt,15,z[62]),xr=de(xr,yr,br,kr,ar,21,z[63]),Ne[0]=Ne[0]+kr|0,Ne[1]=Ne[1]+xr|0,Ne[2]=Ne[2]+yr|0,Ne[3]=Ne[3]+br|0},_doFinalize:function(){var pe=this._data,Ie=pe.words,he=this._nDataBytes*8,Ce=pe.sigBytes*8;Ie[Ce>>>5]|=128<<24-Ce%32;var _e=n.floor(he/4294967296),Ne=he;Ie[(Ce+64>>>9<<4)+15]=(_e<<8|_e>>>24)&16711935|(_e<<24|_e>>>8)&4278255360,Ie[(Ce+64>>>9<<4)+14]=(Ne<<8|Ne>>>24)&16711935|(Ne<<24|Ne>>>8)&4278255360,pe.sigBytes=(Ie.length+1)*4,this._process();for(var Fe=this._hash,Ue=Fe.words,kt=0;kt<4;kt++){var Et=Ue[kt];Ue[kt]=(Et<<8|Et>>>24)&16711935|(Et<<24|Et>>>8)&4278255360}return Fe},clone:function(){var pe=j.clone.call(this);return pe._hash=this._hash.clone(),pe}});function ie(pe,Ie,he,Ce,_e,Ne,Fe){var Ue=pe+(Ie&he|~Ie&Ce)+_e+Fe;return(Ue<<Ne|Ue>>>32-Ne)+Ie}function oe(pe,Ie,he,Ce,_e,Ne,Fe){var Ue=pe+(Ie&Ce|he&~Ce)+_e+Fe;return(Ue<<Ne|Ue>>>32-Ne)+Ie}function ue(pe,Ie,he,Ce,_e,Ne,Fe){var Ue=pe+(Ie^he^Ce)+_e+Fe;return(Ue<<Ne|Ue>>>32-Ne)+Ie}function de(pe,Ie,he,Ce,_e,Ne,Fe){var Ue=pe+(he^(Ie|~Ce))+_e+Fe;return(Ue<<Ne|Ue>>>32-Ne)+Ie}k.MD5=j._createHelper(re),k.HmacMD5=j._createHmacHelper(re)}(Math),y.MD5})}(md5)),md5.exports}var sha1={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,k=n.lib,L=k.WordArray,$=k.Hasher,j=n.algo,V=[],z=j.SHA1=$.extend({_doReset:function(){this._hash=new L.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(re,ie){for(var oe=this._hash.words,ue=oe[0],de=oe[1],pe=oe[2],Ie=oe[3],he=oe[4],Ce=0;Ce<80;Ce++){if(Ce<16)V[Ce]=re[ie+Ce]|0;else{var _e=V[Ce-3]^V[Ce-8]^V[Ce-14]^V[Ce-16];V[Ce]=_e<<1|_e>>>31}var Ne=(ue<<5|ue>>>27)+he+V[Ce];Ce<20?Ne+=(de&pe|~de&Ie)+1518500249:Ce<40?Ne+=(de^pe^Ie)+1859775393:Ce<60?Ne+=(de&pe|de&Ie|pe&Ie)-1894007588:Ne+=(de^pe^Ie)-899497514,he=Ie,Ie=pe,pe=de<<30|de>>>2,de=ue,ue=Ne}oe[0]=oe[0]+ue|0,oe[1]=oe[1]+de|0,oe[2]=oe[2]+pe|0,oe[3]=oe[3]+Ie|0,oe[4]=oe[4]+he|0},_doFinalize:function(){var re=this._data,ie=re.words,oe=this._nDataBytes*8,ue=re.sigBytes*8;return ie[ue>>>5]|=128<<24-ue%32,ie[(ue+64>>>9<<4)+14]=Math.floor(oe/4294967296),ie[(ue+64>>>9<<4)+15]=oe,re.sigBytes=ie.length*4,this._process(),this._hash},clone:function(){var re=$.clone.call(this);return re._hash=this._hash.clone(),re}});n.SHA1=$._createHelper(z),n.HmacSHA1=$._createHmacHelper(z)}(),y.SHA1})}(sha1)),sha1.exports}var sha256={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 k=y,L=k.lib,$=L.WordArray,j=L.Hasher,V=k.algo,z=[],re=[];(function(){function ue(he){for(var Ce=n.sqrt(he),_e=2;_e<=Ce;_e++)if(!(he%_e))return!1;return!0}function de(he){return(he-(he|0))*4294967296|0}for(var pe=2,Ie=0;Ie<64;)ue(pe)&&(Ie<8&&(z[Ie]=de(n.pow(pe,1/2))),re[Ie]=de(n.pow(pe,1/3)),Ie++),pe++})();var ie=[],oe=V.SHA256=j.extend({_doReset:function(){this._hash=new $.init(z.slice(0))},_doProcessBlock:function(ue,de){for(var pe=this._hash.words,Ie=pe[0],he=pe[1],Ce=pe[2],_e=pe[3],Ne=pe[4],Fe=pe[5],Ue=pe[6],kt=pe[7],Et=0;Et<64;Et++){if(Et<16)ie[Et]=ue[de+Et]|0;else{var Ve=ie[Et-15],qe=(Ve<<25|Ve>>>7)^(Ve<<14|Ve>>>18)^Ve>>>3,jt=ie[Et-2],tr=(jt<<15|jt>>>17)^(jt<<13|jt>>>19)^jt>>>10;ie[Et]=qe+ie[Et-7]+tr+ie[Et-16]}var rr=Ne&Fe^~Ne&Ue,ar=Ie&he^Ie&Ce^he&Ce,nr=(Ie<<30|Ie>>>2)^(Ie<<19|Ie>>>13)^(Ie<<10|Ie>>>22),ur=(Ne<<26|Ne>>>6)^(Ne<<21|Ne>>>11)^(Ne<<7|Ne>>>25),cr=kt+ur+rr+re[Et]+ie[Et],_r=nr+ar;kt=Ue,Ue=Fe,Fe=Ne,Ne=_e+cr|0,_e=Ce,Ce=he,he=Ie,Ie=cr+_r|0}pe[0]=pe[0]+Ie|0,pe[1]=pe[1]+he|0,pe[2]=pe[2]+Ce|0,pe[3]=pe[3]+_e|0,pe[4]=pe[4]+Ne|0,pe[5]=pe[5]+Fe|0,pe[6]=pe[6]+Ue|0,pe[7]=pe[7]+kt|0},_doFinalize:function(){var ue=this._data,de=ue.words,pe=this._nDataBytes*8,Ie=ue.sigBytes*8;return de[Ie>>>5]|=128<<24-Ie%32,de[(Ie+64>>>9<<4)+14]=n.floor(pe/4294967296),de[(Ie+64>>>9<<4)+15]=pe,ue.sigBytes=de.length*4,this._process(),this._hash},clone:function(){var ue=j.clone.call(this);return ue._hash=this._hash.clone(),ue}});k.SHA256=j._createHelper(oe),k.HmacSHA256=j._createHmacHelper(oe)}(Math),y.SHA256})}(sha256)),sha256.exports}var sha224={exports:{}},hasRequiredSha224;function requireSha224(){return hasRequiredSha224||(hasRequiredSha224=1,function(e,t){(function(y,n,k){e.exports=n(requireCore(),requireSha256())})(commonjsGlobal,function(y){return function(){var n=y,k=n.lib,L=k.WordArray,$=n.algo,j=$.SHA256,V=$.SHA224=j.extend({_doReset:function(){this._hash=new L.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)),sha224.exports}var sha512={exports:{}},hasRequiredSha512;function requireSha512(){return hasRequiredSha512||(hasRequiredSha512=1,function(e,t){(function(y,n,k){e.exports=n(requireCore(),requireX64Core())})(commonjsGlobal,function(y){return function(){var n=y,k=n.lib,L=k.Hasher,$=n.x64,j=$.Word,V=$.WordArray,z=n.algo;function re(){return j.create.apply(j,arguments)}var ie=[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)],oe=[];(function(){for(var de=0;de<80;de++)oe[de]=re()})();var ue=z.SHA512=L.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(de,pe){for(var Ie=this._hash.words,he=Ie[0],Ce=Ie[1],_e=Ie[2],Ne=Ie[3],Fe=Ie[4],Ue=Ie[5],kt=Ie[6],Et=Ie[7],Ve=he.high,qe=he.low,jt=Ce.high,tr=Ce.low,rr=_e.high,ar=_e.low,nr=Ne.high,ur=Ne.low,cr=Fe.high,_r=Fe.low,hr=Ue.high,Er=Ue.low,kr=kt.high,xr=kt.low,yr=Et.high,br=Et.low,Ir=Ve,Mr=qe,mr=jt,gr=tr,jr=rr,Hr=ar,Vr=nr,zr=ur,Sr=cr,Tr=_r,Br=hr,vr=Er,Cr=kr,Dr=xr,Rr=yr,Wr=br,Kr=0;Kr<80;Kr++){var Nr,Fr,Qr=oe[Kr];if(Kr<16)Fr=Qr.high=de[pe+Kr*2]|0,Nr=Qr.low=de[pe+Kr*2+1]|0;else{var ca=oe[Kr-15],Po=ca.high,Wa=ca.low,Go=(Po>>>1|Wa<<31)^(Po>>>8|Wa<<24)^Po>>>7,us=(Wa>>>1|Po<<31)^(Wa>>>8|Po<<24)^(Wa>>>7|Po<<25),Kn=oe[Kr-2],Gr=Kn.high,Ar=Kn.low,On=(Gr>>>19|Ar<<13)^(Gr<<3|Ar>>>29)^Gr>>>6,kn=(Ar>>>19|Gr<<13)^(Ar<<3|Gr>>>29)^(Ar>>>6|Gr<<26),Sa=oe[Kr-7],sa=Sa.high,qa=Sa.low,To=oe[Kr-16],Hi=To.high,na=To.low;Nr=us+qa,Fr=Go+sa+(Nr>>>0<us>>>0?1:0),Nr=Nr+kn,Fr=Fr+On+(Nr>>>0<kn>>>0?1:0),Nr=Nr+na,Fr=Fr+Hi+(Nr>>>0<na>>>0?1:0),Qr.high=Fr,Qr.low=Nr}var Ma=Sr&Br^~Sr&Cr,Ns=Tr&vr^~Tr&Dr,cs=Ir&mr^Ir&jr^mr&jr,vl=Mr&gr^Mr&Hr^gr&Hr,Bl=(Ir>>>28|Mr<<4)^(Ir<<30|Mr>>>2)^(Ir<<25|Mr>>>7),Au=(Mr>>>28|Ir<<4)^(Mr<<30|Ir>>>2)^(Mr<<25|Ir>>>7),xs=(Sr>>>14|Tr<<18)^(Sr>>>18|Tr<<14)^(Sr<<23|Tr>>>9),ju=(Tr>>>14|Sr<<18)^(Tr>>>18|Sr<<14)^(Tr<<23|Sr>>>9),Lu=ie[Kr],Pc=Lu.high,Nc=Lu.low,gc=Wr+ju,Wl=Rr+xs+(gc>>>0<Wr>>>0?1:0),gc=gc+Ns,Wl=Wl+Ma+(gc>>>0<Ns>>>0?1:0),gc=gc+Nc,Wl=Wl+Pc+(gc>>>0<Nc>>>0?1:0),gc=gc+Nr,Wl=Wl+Fr+(gc>>>0<Nr>>>0?1:0),ps=Au+vl,Ds=Bl+cs+(ps>>>0<Au>>>0?1:0);Rr=Cr,Wr=Dr,Cr=Br,Dr=vr,Br=Sr,vr=Tr,Tr=zr+gc|0,Sr=Vr+Wl+(Tr>>>0<zr>>>0?1:0)|0,Vr=jr,zr=Hr,jr=mr,Hr=gr,mr=Ir,gr=Mr,Mr=gc+ps|0,Ir=Wl+Ds+(Mr>>>0<gc>>>0?1:0)|0}qe=he.low=qe+Mr,he.high=Ve+Ir+(qe>>>0<Mr>>>0?1:0),tr=Ce.low=tr+gr,Ce.high=jt+mr+(tr>>>0<gr>>>0?1:0),ar=_e.low=ar+Hr,_e.high=rr+jr+(ar>>>0<Hr>>>0?1:0),ur=Ne.low=ur+zr,Ne.high=nr+Vr+(ur>>>0<zr>>>0?1:0),_r=Fe.low=_r+Tr,Fe.high=cr+Sr+(_r>>>0<Tr>>>0?1:0),Er=Ue.low=Er+vr,Ue.high=hr+Br+(Er>>>0<vr>>>0?1:0),xr=kt.low=xr+Dr,kt.high=kr+Cr+(xr>>>0<Dr>>>0?1:0),br=Et.low=br+Wr,Et.high=yr+Rr+(br>>>0<Wr>>>0?1:0)},_doFinalize:function(){var de=this._data,pe=de.words,Ie=this._nDataBytes*8,he=de.sigBytes*8;pe[he>>>5]|=128<<24-he%32,pe[(he+128>>>10<<5)+30]=Math.floor(Ie/4294967296),pe[(he+128>>>10<<5)+31]=Ie,de.sigBytes=pe.length*4,this._process();var Ce=this._hash.toX32();return Ce},clone:function(){var de=L.clone.call(this);return de._hash=this._hash.clone(),de},blockSize:1024/32});n.SHA512=L._createHelper(ue),n.HmacSHA512=L._createHmacHelper(ue)}(),y.SHA512})}(sha512)),sha512.exports}var sha384={exports:{}},hasRequiredSha384;function requireSha384(){return hasRequiredSha384||(hasRequiredSha384=1,function(e,t){(function(y,n,k){e.exports=n(requireCore(),requireX64Core(),requireSha512())})(commonjsGlobal,function(y){return function(){var n=y,k=n.x64,L=k.Word,$=k.WordArray,j=n.algo,V=j.SHA512,z=j.SHA384=V.extend({_doReset:function(){this._hash=new $.init([new L.init(3418070365,3238371032),new L.init(1654270250,914150663),new L.init(2438529370,812702999),new L.init(355462360,4144912697),new L.init(1731405415,4290775857),new L.init(2394180231,1750603025),new L.init(3675008525,1694076839),new L.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)),sha384.exports}var sha3={exports:{}},hasRequiredSha3;function requireSha3(){return hasRequiredSha3||(hasRequiredSha3=1,function(e,t){(function(y,n,k){e.exports=n(requireCore(),requireX64Core())})(commonjsGlobal,function(y){return function(n){var k=y,L=k.lib,$=L.WordArray,j=L.Hasher,V=k.x64,z=V.Word,re=k.algo,ie=[],oe=[],ue=[];(function(){for(var Ie=1,he=0,Ce=0;Ce<24;Ce++){ie[Ie+5*he]=(Ce+1)*(Ce+2)/2%64;var _e=he%5,Ne=(2*Ie+3*he)%5;Ie=_e,he=Ne}for(var Ie=0;Ie<5;Ie++)for(var he=0;he<5;he++)oe[Ie+5*he]=he+(2*Ie+3*he)%5*5;for(var Fe=1,Ue=0;Ue<24;Ue++){for(var kt=0,Et=0,Ve=0;Ve<7;Ve++){if(Fe&1){var qe=(1<<Ve)-1;qe<32?Et^=1<<qe:kt^=1<<qe-32}Fe&128?Fe=Fe<<1^113:Fe<<=1}ue[Ue]=z.create(kt,Et)}})();var de=[];(function(){for(var Ie=0;Ie<25;Ie++)de[Ie]=z.create()})();var pe=re.SHA3=j.extend({cfg:j.cfg.extend({outputLength:512}),_doReset:function(){for(var Ie=this._state=[],he=0;he<25;he++)Ie[he]=new z.init;this.blockSize=(1600-2*this.cfg.outputLength)/32},_doProcessBlock:function(Ie,he){for(var Ce=this._state,_e=this.blockSize/2,Ne=0;Ne<_e;Ne++){var Fe=Ie[he+2*Ne],Ue=Ie[he+2*Ne+1];Fe=(Fe<<8|Fe>>>24)&16711935|(Fe<<24|Fe>>>8)&4278255360,Ue=(Ue<<8|Ue>>>24)&16711935|(Ue<<24|Ue>>>8)&4278255360;var kt=Ce[Ne];kt.high^=Ue,kt.low^=Fe}for(var Et=0;Et<24;Et++){for(var Ve=0;Ve<5;Ve++){for(var qe=0,jt=0,tr=0;tr<5;tr++){var kt=Ce[Ve+5*tr];qe^=kt.high,jt^=kt.low}var rr=de[Ve];rr.high=qe,rr.low=jt}for(var Ve=0;Ve<5;Ve++)for(var ar=de[(Ve+4)%5],nr=de[(Ve+1)%5],ur=nr.high,cr=nr.low,qe=ar.high^(ur<<1|cr>>>31),jt=ar.low^(cr<<1|ur>>>31),tr=0;tr<5;tr++){var kt=Ce[Ve+5*tr];kt.high^=qe,kt.low^=jt}for(var _r=1;_r<25;_r++){var qe,jt,kt=Ce[_r],hr=kt.high,Er=kt.low,kr=ie[_r];kr<32?(qe=hr<<kr|Er>>>32-kr,jt=Er<<kr|hr>>>32-kr):(qe=Er<<kr-32|hr>>>64-kr,jt=hr<<kr-32|Er>>>64-kr);var xr=de[oe[_r]];xr.high=qe,xr.low=jt}var yr=de[0],br=Ce[0];yr.high=br.high,yr.low=br.low;for(var Ve=0;Ve<5;Ve++)for(var tr=0;tr<5;tr++){var _r=Ve+5*tr,kt=Ce[_r],Ir=de[_r],Mr=de[(Ve+1)%5+5*tr],mr=de[(Ve+2)%5+5*tr];kt.high=Ir.high^~Mr.high&mr.high,kt.low=Ir.low^~Mr.low&mr.low}var kt=Ce[0],gr=ue[Et];kt.high^=gr.high,kt.low^=gr.low}},_doFinalize:function(){var Ie=this._data,he=Ie.words;this._nDataBytes*8;var Ce=Ie.sigBytes*8,_e=this.blockSize*32;he[Ce>>>5]|=1<<24-Ce%32,he[(n.ceil((Ce+1)/_e)*_e>>>5)-1]|=128,Ie.sigBytes=he.length*4,this._process();for(var Ne=this._state,Fe=this.cfg.outputLength/8,Ue=Fe/8,kt=[],Et=0;Et<Ue;Et++){var Ve=Ne[Et],qe=Ve.high,jt=Ve.low;qe=(qe<<8|qe>>>24)&16711935|(qe<<24|qe>>>8)&4278255360,jt=(jt<<8|jt>>>24)&16711935|(jt<<24|jt>>>8)&4278255360,kt.push(jt),kt.push(qe)}return new $.init(kt,Fe)},clone:function(){for(var Ie=j.clone.call(this),he=Ie._state=this._state.slice(0),Ce=0;Ce<25;Ce++)he[Ce]=he[Ce].clone();return Ie}});k.SHA3=j._createHelper(pe),k.HmacSHA3=j._createHmacHelper(pe)}(Math),y.SHA3})}(sha3)),sha3.exports}var ripemd160={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 k=y,L=k.lib,$=L.WordArray,j=L.Hasher,V=k.algo,z=$.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=$.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]),ie=$.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]),oe=$.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]),ue=$.create([0,1518500249,1859775393,2400959708,2840853838]),de=$.create([1352829926,1548603684,1836072691,2053994217,0]),pe=V.RIPEMD160=j.extend({_doReset:function(){this._hash=$.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(Ue,kt){for(var Et=0;Et<16;Et++){var Ve=kt+Et,qe=Ue[Ve];Ue[Ve]=(qe<<8|qe>>>24)&16711935|(qe<<24|qe>>>8)&4278255360}var jt=this._hash.words,tr=ue.words,rr=de.words,ar=z.words,nr=re.words,ur=ie.words,cr=oe.words,_r,hr,Er,kr,xr,yr,br,Ir,Mr,mr;yr=_r=jt[0],br=hr=jt[1],Ir=Er=jt[2],Mr=kr=jt[3],mr=xr=jt[4];for(var gr,Et=0;Et<80;Et+=1)gr=_r+Ue[kt+ar[Et]]|0,Et<16?gr+=Ie(hr,Er,kr)+tr[0]:Et<32?gr+=he(hr,Er,kr)+tr[1]:Et<48?gr+=Ce(hr,Er,kr)+tr[2]:Et<64?gr+=_e(hr,Er,kr)+tr[3]:gr+=Ne(hr,Er,kr)+tr[4],gr=gr|0,gr=Fe(gr,ur[Et]),gr=gr+xr|0,_r=xr,xr=kr,kr=Fe(Er,10),Er=hr,hr=gr,gr=yr+Ue[kt+nr[Et]]|0,Et<16?gr+=Ne(br,Ir,Mr)+rr[0]:Et<32?gr+=_e(br,Ir,Mr)+rr[1]:Et<48?gr+=Ce(br,Ir,Mr)+rr[2]:Et<64?gr+=he(br,Ir,Mr)+rr[3]:gr+=Ie(br,Ir,Mr)+rr[4],gr=gr|0,gr=Fe(gr,cr[Et]),gr=gr+mr|0,yr=mr,mr=Mr,Mr=Fe(Ir,10),Ir=br,br=gr;gr=jt[1]+Er+Mr|0,jt[1]=jt[2]+kr+mr|0,jt[2]=jt[3]+xr+yr|0,jt[3]=jt[4]+_r+br|0,jt[4]=jt[0]+hr+Ir|0,jt[0]=gr},_doFinalize:function(){var Ue=this._data,kt=Ue.words,Et=this._nDataBytes*8,Ve=Ue.sigBytes*8;kt[Ve>>>5]|=128<<24-Ve%32,kt[(Ve+64>>>9<<4)+14]=(Et<<8|Et>>>24)&16711935|(Et<<24|Et>>>8)&4278255360,Ue.sigBytes=(kt.length+1)*4,this._process();for(var qe=this._hash,jt=qe.words,tr=0;tr<5;tr++){var rr=jt[tr];jt[tr]=(rr<<8|rr>>>24)&16711935|(rr<<24|rr>>>8)&4278255360}return qe},clone:function(){var Ue=j.clone.call(this);return Ue._hash=this._hash.clone(),Ue}});function Ie(Ue,kt,Et){return Ue^kt^Et}function he(Ue,kt,Et){return Ue&kt|~Ue&Et}function Ce(Ue,kt,Et){return(Ue|~kt)^Et}function _e(Ue,kt,Et){return Ue&Et|kt&~Et}function Ne(Ue,kt,Et){return Ue^(kt|~Et)}function Fe(Ue,kt){return Ue<<kt|Ue>>>32-kt}k.RIPEMD160=j._createHelper(pe),k.HmacRIPEMD160=j._createHmacHelper(pe)}(),y.RIPEMD160})}(ripemd160)),ripemd160.exports}var hmac={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,k=n.lib,L=k.Base,$=n.enc,j=$.Utf8,V=n.algo;V.HMAC=L.extend({init:function(z,re){z=this._hasher=new z.init,typeof re=="string"&&(re=j.parse(re));var ie=z.blockSize,oe=ie*4;re.sigBytes>oe&&(re=z.finalize(re)),re.clamp();for(var ue=this._oKey=re.clone(),de=this._iKey=re.clone(),pe=ue.words,Ie=de.words,he=0;he<ie;he++)pe[he]^=1549556828,Ie[he]^=909522486;ue.sigBytes=de.sigBytes=oe,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,ie=re.finalize(z);re.reset();var oe=re.finalize(this._oKey.clone().concat(ie));return oe}})})()})}(hmac)),hmac.exports}var pbkdf2={exports:{}},hasRequiredPbkdf2;function requirePbkdf2(){return hasRequiredPbkdf2||(hasRequiredPbkdf2=1,function(e,t){(function(y,n,k){e.exports=n(requireCore(),requireSha256(),requireHmac())})(commonjsGlobal,function(y){return function(){var n=y,k=n.lib,L=k.Base,$=k.WordArray,j=n.algo,V=j.SHA256,z=j.HMAC,re=j.PBKDF2=L.extend({cfg:L.extend({keySize:128/32,hasher:V,iterations:25e4}),init:function(ie){this.cfg=this.cfg.extend(ie)},compute:function(ie,oe){for(var ue=this.cfg,de=z.create(ue.hasher,ie),pe=$.create(),Ie=$.create([1]),he=pe.words,Ce=Ie.words,_e=ue.keySize,Ne=ue.iterations;he.length<_e;){var Fe=de.update(oe).finalize(Ie);de.reset();for(var Ue=Fe.words,kt=Ue.length,Et=Fe,Ve=1;Ve<Ne;Ve++){Et=de.finalize(Et),de.reset();for(var qe=Et.words,jt=0;jt<kt;jt++)Ue[jt]^=qe[jt]}pe.concat(Fe),Ce[0]++}return pe.sigBytes=_e*4,pe}});n.PBKDF2=function(ie,oe,ue){return re.create(ue).compute(ie,oe)}}(),y.PBKDF2})}(pbkdf2)),pbkdf2.exports}var evpkdf={exports:{}},hasRequiredEvpkdf;function requireEvpkdf(){return hasRequiredEvpkdf||(hasRequiredEvpkdf=1,function(e,t){(function(y,n,k){e.exports=n(requireCore(),requireSha1(),requireHmac())})(commonjsGlobal,function(y){return function(){var n=y,k=n.lib,L=k.Base,$=k.WordArray,j=n.algo,V=j.MD5,z=j.EvpKDF=L.extend({cfg:L.extend({keySize:128/32,hasher:V,iterations:1}),init:function(re){this.cfg=this.cfg.extend(re)},compute:function(re,ie){for(var oe,ue=this.cfg,de=ue.hasher.create(),pe=$.create(),Ie=pe.words,he=ue.keySize,Ce=ue.iterations;Ie.length<he;){oe&&de.update(oe),oe=de.update(re).finalize(ie),de.reset();for(var _e=1;_e<Ce;_e++)oe=de.finalize(oe),de.reset();pe.concat(oe)}return pe.sigBytes=he*4,pe}});n.EvpKDF=function(re,ie,oe){return z.create(oe).compute(re,ie)}}(),y.EvpKDF})}(evpkdf)),evpkdf.exports}var cipherCore={exports:{}},hasRequiredCipherCore;function requireCipherCore(){return hasRequiredCipherCore||(hasRequiredCipherCore=1,function(e,t){(function(y,n,k){e.exports=n(requireCore(),requireEvpkdf())})(commonjsGlobal,function(y){y.lib.Cipher||function(n){var k=y,L=k.lib,$=L.Base,j=L.WordArray,V=L.BufferedBlockAlgorithm,z=k.enc;z.Utf8;var re=z.Base64,ie=k.algo,oe=ie.EvpKDF,ue=L.Cipher=V.extend({cfg:$.extend(),createEncryptor:function(qe,jt){return this.create(this._ENC_XFORM_MODE,qe,jt)},createDecryptor:function(qe,jt){return this.create(this._DEC_XFORM_MODE,qe,jt)},init:function(qe,jt,tr){this.cfg=this.cfg.extend(tr),this._xformMode=qe,this._key=jt,this.reset()},reset:function(){V.reset.call(this),this._doReset()},process:function(qe){return this._append(qe),this._process()},finalize:function(qe){qe&&this._append(qe);var jt=this._doFinalize();return jt},keySize:128/32,ivSize:128/32,_ENC_XFORM_MODE:1,_DEC_XFORM_MODE:2,_createHelper:function(){function qe(jt){return typeof jt=="string"?Ve:Ue}return function(jt){return{encrypt:function(tr,rr,ar){return qe(rr).encrypt(jt,tr,rr,ar)},decrypt:function(tr,rr,ar){return qe(rr).decrypt(jt,tr,rr,ar)}}}}()});L.StreamCipher=ue.extend({_doFinalize:function(){var qe=this._process(!0);return qe},blockSize:1});var de=k.mode={},pe=L.BlockCipherMode=$.extend({createEncryptor:function(qe,jt){return this.Encryptor.create(qe,jt)},createDecryptor:function(qe,jt){return this.Decryptor.create(qe,jt)},init:function(qe,jt){this._cipher=qe,this._iv=jt}}),Ie=de.CBC=function(){var qe=pe.extend();qe.Encryptor=qe.extend({processBlock:function(tr,rr){var ar=this._cipher,nr=ar.blockSize;jt.call(this,tr,rr,nr),ar.encryptBlock(tr,rr),this._prevBlock=tr.slice(rr,rr+nr)}}),qe.Decryptor=qe.extend({processBlock:function(tr,rr){var ar=this._cipher,nr=ar.blockSize,ur=tr.slice(rr,rr+nr);ar.decryptBlock(tr,rr),jt.call(this,tr,rr,nr),this._prevBlock=ur}});function jt(tr,rr,ar){var nr,ur=this._iv;ur?(nr=ur,this._iv=n):nr=this._prevBlock;for(var cr=0;cr<ar;cr++)tr[rr+cr]^=nr[cr]}return qe}(),he=k.pad={},Ce=he.Pkcs7={pad:function(qe,jt){for(var tr=jt*4,rr=tr-qe.sigBytes%tr,ar=rr<<24|rr<<16|rr<<8|rr,nr=[],ur=0;ur<rr;ur+=4)nr.push(ar);var cr=j.create(nr,rr);qe.concat(cr)},unpad:function(qe){var jt=qe.words[qe.sigBytes-1>>>2]&255;qe.sigBytes-=jt}};L.BlockCipher=ue.extend({cfg:ue.cfg.extend({mode:Ie,padding:Ce}),reset:function(){var qe;ue.reset.call(this);var jt=this.cfg,tr=jt.iv,rr=jt.mode;this._xformMode==this._ENC_XFORM_MODE?qe=rr.createEncryptor:(qe=rr.createDecryptor,this._minBufferSize=1),this._mode&&this._mode.__creator==qe?this._mode.init(this,tr&&tr.words):(this._mode=qe.call(rr,this,tr&&tr.words),this._mode.__creator=qe)},_doProcessBlock:function(qe,jt){this._mode.processBlock(qe,jt)},_doFinalize:function(){var qe,jt=this.cfg.padding;return this._xformMode==this._ENC_XFORM_MODE?(jt.pad(this._data,this.blockSize),qe=this._process(!0)):(qe=this._process(!0),jt.unpad(qe)),qe},blockSize:128/32});var _e=L.CipherParams=$.extend({init:function(qe){this.mixIn(qe)},toString:function(qe){return(qe||this.formatter).stringify(this)}}),Ne=k.format={},Fe=Ne.OpenSSL={stringify:function(qe){var jt,tr=qe.ciphertext,rr=qe.salt;return rr?jt=j.create([1398893684,1701076831]).concat(rr).concat(tr):jt=tr,jt.toString(re)},parse:function(qe){var jt,tr=re.parse(qe),rr=tr.words;return rr[0]==1398893684&&rr[1]==1701076831&&(jt=j.create(rr.slice(2,4)),rr.splice(0,4),tr.sigBytes-=16),_e.create({ciphertext:tr,salt:jt})}},Ue=L.SerializableCipher=$.extend({cfg:$.extend({format:Fe}),encrypt:function(qe,jt,tr,rr){rr=this.cfg.extend(rr);var ar=qe.createEncryptor(tr,rr),nr=ar.finalize(jt),ur=ar.cfg;return _e.create({ciphertext:nr,key:tr,iv:ur.iv,algorithm:qe,mode:ur.mode,padding:ur.padding,blockSize:qe.blockSize,formatter:rr.format})},decrypt:function(qe,jt,tr,rr){rr=this.cfg.extend(rr),jt=this._parse(jt,rr.format);var ar=qe.createDecryptor(tr,rr).finalize(jt.ciphertext);return ar},_parse:function(qe,jt){return typeof qe=="string"?jt.parse(qe,this):qe}}),kt=k.kdf={},Et=kt.OpenSSL={execute:function(qe,jt,tr,rr,ar){if(rr||(rr=j.random(64/8)),ar)var nr=oe.create({keySize:jt+tr,hasher:ar}).compute(qe,rr);else var nr=oe.create({keySize:jt+tr}).compute(qe,rr);var ur=j.create(nr.words.slice(jt),tr*4);return nr.sigBytes=jt*4,_e.create({key:nr,iv:ur,salt:rr})}},Ve=L.PasswordBasedCipher=Ue.extend({cfg:Ue.cfg.extend({kdf:Et}),encrypt:function(qe,jt,tr,rr){rr=this.cfg.extend(rr);var ar=rr.kdf.execute(tr,qe.keySize,qe.ivSize,rr.salt,rr.hasher);rr.iv=ar.iv;var nr=Ue.encrypt.call(this,qe,jt,ar.key,rr);return nr.mixIn(ar),nr},decrypt:function(qe,jt,tr,rr){rr=this.cfg.extend(rr),jt=this._parse(jt,rr.format);var ar=rr.kdf.execute(tr,qe.keySize,qe.ivSize,jt.salt,rr.hasher);rr.iv=ar.iv;var nr=Ue.decrypt.call(this,qe,jt,ar.key,rr);return nr}})}()})}(cipherCore)),cipherCore.exports}var modeCfb={exports:{}},hasRequiredModeCfb;function requireModeCfb(){return hasRequiredModeCfb||(hasRequiredModeCfb=1,function(e,t){(function(y,n,k){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(L,$){var j=this._cipher,V=j.blockSize;k.call(this,L,$,V,j),this._prevBlock=L.slice($,$+V)}}),n.Decryptor=n.extend({processBlock:function(L,$){var j=this._cipher,V=j.blockSize,z=L.slice($,$+V);k.call(this,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 ie=0;ie<j;ie++)L[$+ie]^=z[ie]}return n}(),y.mode.CFB})}(modeCfb)),modeCfb.exports}var modeCtr={exports:{}},hasRequiredModeCtr;function requireModeCtr(){return hasRequiredModeCtr||(hasRequiredModeCtr=1,function(e,t){(function(y,n,k){e.exports=n(requireCore(),requireCipherCore())})(commonjsGlobal,function(y){return y.mode.CTR=function(){var n=y.lib.BlockCipherMode.extend(),k=n.Encryptor=n.extend({processBlock:function(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 ie=re.slice(0);j.encryptBlock(ie,0),re[V-1]=re[V-1]+1|0;for(var oe=0;oe<V;oe++)L[$+oe]^=ie[oe]}});return n.Decryptor=k,n}(),y.mode.CTR})}(modeCtr)),modeCtr.exports}var modeCtrGladman={exports:{}},hasRequiredModeCtrGladman;function requireModeCtrGladman(){return hasRequiredModeCtrGladman||(hasRequiredModeCtrGladman=1,function(e,t){(function(y,n,k){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 k(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 L(j){return(j[0]=k(j[0]))===0&&(j[1]=k(j[1])),j}var $=n.Encryptor=n.extend({processBlock:function(j,V){var z=this._cipher,re=z.blockSize,ie=this._iv,oe=this._counter;ie&&(oe=this._counter=ie.slice(0),this._iv=void 0),L(oe);var ue=oe.slice(0);z.encryptBlock(ue,0);for(var de=0;de<re;de++)j[V+de]^=ue[de]}});return n.Decryptor=$,n}(),y.mode.CTRGladman})}(modeCtrGladman)),modeCtrGladman.exports}var modeOfb={exports:{}},hasRequiredModeOfb;function requireModeOfb(){return hasRequiredModeOfb||(hasRequiredModeOfb=1,function(e,t){(function(y,n,k){e.exports=n(requireCore(),requireCipherCore())})(commonjsGlobal,function(y){return y.mode.OFB=function(){var n=y.lib.BlockCipherMode.extend(),k=n.Encryptor=n.extend({processBlock:function(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 ie=0;ie<V;ie++)L[$+ie]^=re[ie]}});return n.Decryptor=k,n}(),y.mode.OFB})}(modeOfb)),modeOfb.exports}var modeEcb={exports:{}},hasRequiredModeEcb;function requireModeEcb(){return hasRequiredModeEcb||(hasRequiredModeEcb=1,function(e,t){(function(y,n,k){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,L){this._cipher.encryptBlock(k,L)}}),n.Decryptor=n.extend({processBlock:function(k,L){this._cipher.decryptBlock(k,L)}}),n}(),y.mode.ECB})}(modeEcb)),modeEcb.exports}var padAnsix923={exports:{}},hasRequiredPadAnsix923;function requirePadAnsix923(){return hasRequiredPadAnsix923||(hasRequiredPadAnsix923=1,function(e,t){(function(y,n,k){e.exports=n(requireCore(),requireCipherCore())})(commonjsGlobal,function(y){return y.pad.AnsiX923={pad:function(n,k){var L=n.sigBytes,$=k*4,j=$-L%$,V=L+j-1;n.clamp(),n.words[V>>>2]|=j<<24-V%4*8,n.sigBytes+=j},unpad:function(n){var k=n.words[n.sigBytes-1>>>2]&255;n.sigBytes-=k}},y.pad.Ansix923})}(padAnsix923)),padAnsix923.exports}var padIso10126={exports:{}},hasRequiredPadIso10126;function requirePadIso10126(){return hasRequiredPadIso10126||(hasRequiredPadIso10126=1,function(e,t){(function(y,n,k){e.exports=n(requireCore(),requireCipherCore())})(commonjsGlobal,function(y){return y.pad.Iso10126={pad:function(n,k){var L=k*4,$=L-n.sigBytes%L;n.concat(y.lib.WordArray.random($-1)).concat(y.lib.WordArray.create([$<<24],1))},unpad:function(n){var k=n.words[n.sigBytes-1>>>2]&255;n.sigBytes-=k}},y.pad.Iso10126})}(padIso10126)),padIso10126.exports}var padIso97971={exports:{}},hasRequiredPadIso97971;function requirePadIso97971(){return hasRequiredPadIso97971||(hasRequiredPadIso97971=1,function(e,t){(function(y,n,k){e.exports=n(requireCore(),requireCipherCore())})(commonjsGlobal,function(y){return y.pad.Iso97971={pad:function(n,k){n.concat(y.lib.WordArray.create([2147483648],1)),y.pad.ZeroPadding.pad(n,k)},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,k){e.exports=n(requireCore(),requireCipherCore())})(commonjsGlobal,function(y){return y.pad.ZeroPadding={pad:function(n,k){var L=k*4;n.clamp(),n.sigBytes+=L-(n.sigBytes%L||L)},unpad:function(n){for(var k=n.words,L=n.sigBytes-1,L=n.sigBytes-1;L>=0;L--)if(k[L>>>2]>>>24-L%4*8&255){n.sigBytes=L+1;break}}},y.pad.ZeroPadding})}(padZeropadding)),padZeropadding.exports}var padNopadding={exports:{}},hasRequiredPadNopadding;function requirePadNopadding(){return hasRequiredPadNopadding||(hasRequiredPadNopadding=1,function(e,t){(function(y,n,k){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,k){e.exports=n(requireCore(),requireCipherCore())})(commonjsGlobal,function(y){return function(n){var k=y,L=k.lib,$=L.CipherParams,j=k.enc,V=j.Hex,z=k.format;z.Hex={stringify:function(re){return re.ciphertext.toString(V)},parse:function(re){var ie=V.parse(re);return $.create({ciphertext:ie})}}}(),y.format.Hex})}(formatHex)),formatHex.exports}var aes={exports:{}},hasRequiredAes;function requireAes(){return hasRequiredAes||(hasRequiredAes=1,function(e,t){(function(y,n,k){e.exports=n(requireCore(),requireEncBase64(),requireMd5(),requireEvpkdf(),requireCipherCore())})(commonjsGlobal,function(y){return function(){var n=y,k=n.lib,L=k.BlockCipher,$=n.algo,j=[],V=[],z=[],re=[],ie=[],oe=[],ue=[],de=[],pe=[],Ie=[];(function(){for(var _e=[],Ne=0;Ne<256;Ne++)Ne<128?_e[Ne]=Ne<<1:_e[Ne]=Ne<<1^283;for(var Fe=0,Ue=0,Ne=0;Ne<256;Ne++){var kt=Ue^Ue<<1^Ue<<2^Ue<<3^Ue<<4;kt=kt>>>8^kt&255^99,j[Fe]=kt,V[kt]=Fe;var Et=_e[Fe],Ve=_e[Et],qe=_e[Ve],jt=_e[kt]*257^kt*16843008;z[Fe]=jt<<24|jt>>>8,re[Fe]=jt<<16|jt>>>16,ie[Fe]=jt<<8|jt>>>24,oe[Fe]=jt;var jt=qe*16843009^Ve*65537^Et*257^Fe*16843008;ue[kt]=jt<<24|jt>>>8,de[kt]=jt<<16|jt>>>16,pe[kt]=jt<<8|jt>>>24,Ie[kt]=jt,Fe?(Fe=Et^_e[_e[_e[qe^Et]]],Ue^=_e[_e[Ue]]):Fe=Ue=1}})();var he=[0,1,2,4,8,16,32,64,128,27,54],Ce=$.AES=L.extend({_doReset:function(){var _e;if(!(this._nRounds&&this._keyPriorReset===this._key)){for(var Ne=this._keyPriorReset=this._key,Fe=Ne.words,Ue=Ne.sigBytes/4,kt=this._nRounds=Ue+6,Et=(kt+1)*4,Ve=this._keySchedule=[],qe=0;qe<Et;qe++)qe<Ue?Ve[qe]=Fe[qe]:(_e=Ve[qe-1],qe%Ue?Ue>6&&qe%Ue==4&&(_e=j[_e>>>24]<<24|j[_e>>>16&255]<<16|j[_e>>>8&255]<<8|j[_e&255]):(_e=_e<<8|_e>>>24,_e=j[_e>>>24]<<24|j[_e>>>16&255]<<16|j[_e>>>8&255]<<8|j[_e&255],_e^=he[qe/Ue|0]<<24),Ve[qe]=Ve[qe-Ue]^_e);for(var jt=this._invKeySchedule=[],tr=0;tr<Et;tr++){var qe=Et-tr;if(tr%4)var _e=Ve[qe];else var _e=Ve[qe-4];tr<4||qe<=4?jt[tr]=_e:jt[tr]=ue[j[_e>>>24]]^de[j[_e>>>16&255]]^pe[j[_e>>>8&255]]^Ie[j[_e&255]]}}},encryptBlock:function(_e,Ne){this._doCryptBlock(_e,Ne,this._keySchedule,z,re,ie,oe,j)},decryptBlock:function(_e,Ne){var Fe=_e[Ne+1];_e[Ne+1]=_e[Ne+3],_e[Ne+3]=Fe,this._doCryptBlock(_e,Ne,this._invKeySchedule,ue,de,pe,Ie,V);var Fe=_e[Ne+1];_e[Ne+1]=_e[Ne+3],_e[Ne+3]=Fe},_doCryptBlock:function(_e,Ne,Fe,Ue,kt,Et,Ve,qe){for(var jt=this._nRounds,tr=_e[Ne]^Fe[0],rr=_e[Ne+1]^Fe[1],ar=_e[Ne+2]^Fe[2],nr=_e[Ne+3]^Fe[3],ur=4,cr=1;cr<jt;cr++){var _r=Ue[tr>>>24]^kt[rr>>>16&255]^Et[ar>>>8&255]^Ve[nr&255]^Fe[ur++],hr=Ue[rr>>>24]^kt[ar>>>16&255]^Et[nr>>>8&255]^Ve[tr&255]^Fe[ur++],Er=Ue[ar>>>24]^kt[nr>>>16&255]^Et[tr>>>8&255]^Ve[rr&255]^Fe[ur++],kr=Ue[nr>>>24]^kt[tr>>>16&255]^Et[rr>>>8&255]^Ve[ar&255]^Fe[ur++];tr=_r,rr=hr,ar=Er,nr=kr}var _r=(qe[tr>>>24]<<24|qe[rr>>>16&255]<<16|qe[ar>>>8&255]<<8|qe[nr&255])^Fe[ur++],hr=(qe[rr>>>24]<<24|qe[ar>>>16&255]<<16|qe[nr>>>8&255]<<8|qe[tr&255])^Fe[ur++],Er=(qe[ar>>>24]<<24|qe[nr>>>16&255]<<16|qe[tr>>>8&255]<<8|qe[rr&255])^Fe[ur++],kr=(qe[nr>>>24]<<24|qe[tr>>>16&255]<<16|qe[rr>>>8&255]<<8|qe[ar&255])^Fe[ur++];_e[Ne]=_r,_e[Ne+1]=hr,_e[Ne+2]=Er,_e[Ne+3]=kr},keySize:256/32});n.AES=L._createHelper(Ce)}(),y.AES})}(aes)),aes.exports}var tripledes={exports:{}},hasRequiredTripledes;function requireTripledes(){return hasRequiredTripledes||(hasRequiredTripledes=1,function(e,t){(function(y,n,k){e.exports=n(requireCore(),requireEncBase64(),requireMd5(),requireEvpkdf(),requireCipherCore())})(commonjsGlobal,function(y){return function(){var n=y,k=n.lib,L=k.WordArray,$=k.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],ie=[{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}],oe=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679],ue=j.DES=$.extend({_doReset:function(){for(var he=this._key,Ce=he.words,_e=[],Ne=0;Ne<56;Ne++){var Fe=V[Ne]-1;_e[Ne]=Ce[Fe>>>5]>>>31-Fe%32&1}for(var Ue=this._subKeys=[],kt=0;kt<16;kt++){for(var Et=Ue[kt]=[],Ve=re[kt],Ne=0;Ne<24;Ne++)Et[Ne/6|0]|=_e[(z[Ne]-1+Ve)%28]<<31-Ne%6,Et[4+(Ne/6|0)]|=_e[28+(z[Ne+24]-1+Ve)%28]<<31-Ne%6;Et[0]=Et[0]<<1|Et[0]>>>31;for(var Ne=1;Ne<7;Ne++)Et[Ne]=Et[Ne]>>>(Ne-1)*4+3;Et[7]=Et[7]<<5|Et[7]>>>27}for(var qe=this._invSubKeys=[],Ne=0;Ne<16;Ne++)qe[Ne]=Ue[15-Ne]},encryptBlock:function(he,Ce){this._doCryptBlock(he,Ce,this._subKeys)},decryptBlock:function(he,Ce){this._doCryptBlock(he,Ce,this._invSubKeys)},_doCryptBlock:function(he,Ce,_e){this._lBlock=he[Ce],this._rBlock=he[Ce+1],de.call(this,4,252645135),de.call(this,16,65535),pe.call(this,2,858993459),pe.call(this,8,16711935),de.call(this,1,1431655765);for(var Ne=0;Ne<16;Ne++){for(var Fe=_e[Ne],Ue=this._lBlock,kt=this._rBlock,Et=0,Ve=0;Ve<8;Ve++)Et|=ie[Ve][((kt^Fe[Ve])&oe[Ve])>>>0];this._lBlock=kt,this._rBlock=Ue^Et}var qe=this._lBlock;this._lBlock=this._rBlock,this._rBlock=qe,de.call(this,1,1431655765),pe.call(this,8,16711935),pe.call(this,2,858993459),de.call(this,16,65535),de.call(this,4,252645135),he[Ce]=this._lBlock,he[Ce+1]=this._rBlock},keySize:64/32,ivSize:64/32,blockSize:64/32});function de(he,Ce){var _e=(this._lBlock>>>he^this._rBlock)&Ce;this._rBlock^=_e,this._lBlock^=_e<<he}function pe(he,Ce){var _e=(this._rBlock>>>he^this._lBlock)&Ce;this._lBlock^=_e,this._rBlock^=_e<<he}n.DES=$._createHelper(ue);var Ie=j.TripleDES=$.extend({_doReset:function(){var he=this._key,Ce=he.words;if(Ce.length!==2&&Ce.length!==4&&Ce.length<6)throw new Error("Invalid key length - 3DES requires the key length to be 64, 128, 192 or >192.");var _e=Ce.slice(0,2),Ne=Ce.length<4?Ce.slice(0,2):Ce.slice(2,4),Fe=Ce.length<6?Ce.slice(0,2):Ce.slice(4,6);this._des1=ue.createEncryptor(L.create(_e)),this._des2=ue.createEncryptor(L.create(Ne)),this._des3=ue.createEncryptor(L.create(Fe))},encryptBlock:function(he,Ce){this._des1.encryptBlock(he,Ce),this._des2.decryptBlock(he,Ce),this._des3.encryptBlock(he,Ce)},decryptBlock:function(he,Ce){this._des3.decryptBlock(he,Ce),this._des2.encryptBlock(he,Ce),this._des1.decryptBlock(he,Ce)},keySize:192/32,ivSize:64/32,blockSize:64/32});n.TripleDES=$._createHelper(Ie)}(),y.TripleDES})}(tripledes)),tripledes.exports}var rc4={exports:{}},hasRequiredRc4;function requireRc4(){return hasRequiredRc4||(hasRequiredRc4=1,function(e,t){(function(y,n,k){e.exports=n(requireCore(),requireEncBase64(),requireMd5(),requireEvpkdf(),requireCipherCore())})(commonjsGlobal,function(y){return function(){var n=y,k=n.lib,L=k.StreamCipher,$=n.algo,j=$.RC4=L.extend({_doReset:function(){for(var re=this._key,ie=re.words,oe=re.sigBytes,ue=this._S=[],de=0;de<256;de++)ue[de]=de;for(var de=0,pe=0;de<256;de++){var Ie=de%oe,he=ie[Ie>>>2]>>>24-Ie%4*8&255;pe=(pe+ue[de]+he)%256;var Ce=ue[de];ue[de]=ue[pe],ue[pe]=Ce}this._i=this._j=0},_doProcessBlock:function(re,ie){re[ie]^=V.call(this)},keySize:256/32,ivSize:0});function V(){for(var re=this._S,ie=this._i,oe=this._j,ue=0,de=0;de<4;de++){ie=(ie+1)%256,oe=(oe+re[ie])%256;var pe=re[ie];re[ie]=re[oe],re[oe]=pe,ue|=re[(re[ie]+re[oe])%256]<<24-de*8}return this._i=ie,this._j=oe,ue}n.RC4=L._createHelper(j);var z=$.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=L._createHelper(z)}(),y.RC4})}(rc4)),rc4.exports}var rabbit={exports:{}},hasRequiredRabbit;function requireRabbit(){return hasRequiredRabbit||(hasRequiredRabbit=1,function(e,t){(function(y,n,k){e.exports=n(requireCore(),requireEncBase64(),requireMd5(),requireEvpkdf(),requireCipherCore())})(commonjsGlobal,function(y){return function(){var n=y,k=n.lib,L=k.StreamCipher,$=n.algo,j=[],V=[],z=[],re=$.Rabbit=L.extend({_doReset:function(){for(var oe=this._key.words,ue=this.cfg.iv,de=0;de<4;de++)oe[de]=(oe[de]<<8|oe[de]>>>24)&16711935|(oe[de]<<24|oe[de]>>>8)&4278255360;var pe=this._X=[oe[0],oe[3]<<16|oe[2]>>>16,oe[1],oe[0]<<16|oe[3]>>>16,oe[2],oe[1]<<16|oe[0]>>>16,oe[3],oe[2]<<16|oe[1]>>>16],Ie=this._C=[oe[2]<<16|oe[2]>>>16,oe[0]&4294901760|oe[1]&65535,oe[3]<<16|oe[3]>>>16,oe[1]&4294901760|oe[2]&65535,oe[0]<<16|oe[0]>>>16,oe[2]&4294901760|oe[3]&65535,oe[1]<<16|oe[1]>>>16,oe[3]&4294901760|oe[0]&65535];this._b=0;for(var de=0;de<4;de++)ie.call(this);for(var de=0;de<8;de++)Ie[de]^=pe[de+4&7];if(ue){var he=ue.words,Ce=he[0],_e=he[1],Ne=(Ce<<8|Ce>>>24)&16711935|(Ce<<24|Ce>>>8)&4278255360,Fe=(_e<<8|_e>>>24)&16711935|(_e<<24|_e>>>8)&4278255360,Ue=Ne>>>16|Fe&4294901760,kt=Fe<<16|Ne&65535;Ie[0]^=Ne,Ie[1]^=Ue,Ie[2]^=Fe,Ie[3]^=kt,Ie[4]^=Ne,Ie[5]^=Ue,Ie[6]^=Fe,Ie[7]^=kt;for(var de=0;de<4;de++)ie.call(this)}},_doProcessBlock:function(oe,ue){var de=this._X;ie.call(this),j[0]=de[0]^de[5]>>>16^de[3]<<16,j[1]=de[2]^de[7]>>>16^de[5]<<16,j[2]=de[4]^de[1]>>>16^de[7]<<16,j[3]=de[6]^de[3]>>>16^de[1]<<16;for(var pe=0;pe<4;pe++)j[pe]=(j[pe]<<8|j[pe]>>>24)&16711935|(j[pe]<<24|j[pe]>>>8)&4278255360,oe[ue+pe]^=j[pe]},blockSize:128/32,ivSize:64/32});function ie(){for(var oe=this._X,ue=this._C,de=0;de<8;de++)V[de]=ue[de];ue[0]=ue[0]+1295307597+this._b|0,ue[1]=ue[1]+3545052371+(ue[0]>>>0<V[0]>>>0?1:0)|0,ue[2]=ue[2]+886263092+(ue[1]>>>0<V[1]>>>0?1:0)|0,ue[3]=ue[3]+1295307597+(ue[2]>>>0<V[2]>>>0?1:0)|0,ue[4]=ue[4]+3545052371+(ue[3]>>>0<V[3]>>>0?1:0)|0,ue[5]=ue[5]+886263092+(ue[4]>>>0<V[4]>>>0?1:0)|0,ue[6]=ue[6]+1295307597+(ue[5]>>>0<V[5]>>>0?1:0)|0,ue[7]=ue[7]+3545052371+(ue[6]>>>0<V[6]>>>0?1:0)|0,this._b=ue[7]>>>0<V[7]>>>0?1:0;for(var de=0;de<8;de++){var pe=oe[de]+ue[de],Ie=pe&65535,he=pe>>>16,Ce=((Ie*Ie>>>17)+Ie*he>>>15)+he*he,_e=((pe&4294901760)*pe|0)+((pe&65535)*pe|0);z[de]=Ce^_e}oe[0]=z[0]+(z[7]<<16|z[7]>>>16)+(z[6]<<16|z[6]>>>16)|0,oe[1]=z[1]+(z[0]<<8|z[0]>>>24)+z[7]|0,oe[2]=z[2]+(z[1]<<16|z[1]>>>16)+(z[0]<<16|z[0]>>>16)|0,oe[3]=z[3]+(z[2]<<8|z[2]>>>24)+z[1]|0,oe[4]=z[4]+(z[3]<<16|z[3]>>>16)+(z[2]<<16|z[2]>>>16)|0,oe[5]=z[5]+(z[4]<<8|z[4]>>>24)+z[3]|0,oe[6]=z[6]+(z[5]<<16|z[5]>>>16)+(z[4]<<16|z[4]>>>16)|0,oe[7]=z[7]+(z[6]<<8|z[6]>>>24)+z[5]|0}n.Rabbit=L._createHelper(re)}(),y.Rabbit})}(rabbit)),rabbit.exports}var rabbitLegacy={exports:{}},hasRequiredRabbitLegacy;function requireRabbitLegacy(){return hasRequiredRabbitLegacy||(hasRequiredRabbitLegacy=1,function(e,t){(function(y,n,k){e.exports=n(requireCore(),requireEncBase64(),requireMd5(),requireEvpkdf(),requireCipherCore())})(commonjsGlobal,function(y){return function(){var n=y,k=n.lib,L=k.StreamCipher,$=n.algo,j=[],V=[],z=[],re=$.RabbitLegacy=L.extend({_doReset:function(){var oe=this._key.words,ue=this.cfg.iv,de=this._X=[oe[0],oe[3]<<16|oe[2]>>>16,oe[1],oe[0]<<16|oe[3]>>>16,oe[2],oe[1]<<16|oe[0]>>>16,oe[3],oe[2]<<16|oe[1]>>>16],pe=this._C=[oe[2]<<16|oe[2]>>>16,oe[0]&4294901760|oe[1]&65535,oe[3]<<16|oe[3]>>>16,oe[1]&4294901760|oe[2]&65535,oe[0]<<16|oe[0]>>>16,oe[2]&4294901760|oe[3]&65535,oe[1]<<16|oe[1]>>>16,oe[3]&4294901760|oe[0]&65535];this._b=0;for(var Ie=0;Ie<4;Ie++)ie.call(this);for(var Ie=0;Ie<8;Ie++)pe[Ie]^=de[Ie+4&7];if(ue){var he=ue.words,Ce=he[0],_e=he[1],Ne=(Ce<<8|Ce>>>24)&16711935|(Ce<<24|Ce>>>8)&4278255360,Fe=(_e<<8|_e>>>24)&16711935|(_e<<24|_e>>>8)&4278255360,Ue=Ne>>>16|Fe&4294901760,kt=Fe<<16|Ne&65535;pe[0]^=Ne,pe[1]^=Ue,pe[2]^=Fe,pe[3]^=kt,pe[4]^=Ne,pe[5]^=Ue,pe[6]^=Fe,pe[7]^=kt;for(var Ie=0;Ie<4;Ie++)ie.call(this)}},_doProcessBlock:function(oe,ue){var de=this._X;ie.call(this),j[0]=de[0]^de[5]>>>16^de[3]<<16,j[1]=de[2]^de[7]>>>16^de[5]<<16,j[2]=de[4]^de[1]>>>16^de[7]<<16,j[3]=de[6]^de[3]>>>16^de[1]<<16;for(var pe=0;pe<4;pe++)j[pe]=(j[pe]<<8|j[pe]>>>24)&16711935|(j[pe]<<24|j[pe]>>>8)&4278255360,oe[ue+pe]^=j[pe]},blockSize:128/32,ivSize:64/32});function ie(){for(var oe=this._X,ue=this._C,de=0;de<8;de++)V[de]=ue[de];ue[0]=ue[0]+1295307597+this._b|0,ue[1]=ue[1]+3545052371+(ue[0]>>>0<V[0]>>>0?1:0)|0,ue[2]=ue[2]+886263092+(ue[1]>>>0<V[1]>>>0?1:0)|0,ue[3]=ue[3]+1295307597+(ue[2]>>>0<V[2]>>>0?1:0)|0,ue[4]=ue[4]+3545052371+(ue[3]>>>0<V[3]>>>0?1:0)|0,ue[5]=ue[5]+886263092+(ue[4]>>>0<V[4]>>>0?1:0)|0,ue[6]=ue[6]+1295307597+(ue[5]>>>0<V[5]>>>0?1:0)|0,ue[7]=ue[7]+3545052371+(ue[6]>>>0<V[6]>>>0?1:0)|0,this._b=ue[7]>>>0<V[7]>>>0?1:0;for(var de=0;de<8;de++){var pe=oe[de]+ue[de],Ie=pe&65535,he=pe>>>16,Ce=((Ie*Ie>>>17)+Ie*he>>>15)+he*he,_e=((pe&4294901760)*pe|0)+((pe&65535)*pe|0);z[de]=Ce^_e}oe[0]=z[0]+(z[7]<<16|z[7]>>>16)+(z[6]<<16|z[6]>>>16)|0,oe[1]=z[1]+(z[0]<<8|z[0]>>>24)+z[7]|0,oe[2]=z[2]+(z[1]<<16|z[1]>>>16)+(z[0]<<16|z[0]>>>16)|0,oe[3]=z[3]+(z[2]<<8|z[2]>>>24)+z[1]|0,oe[4]=z[4]+(z[3]<<16|z[3]>>>16)+(z[2]<<16|z[2]>>>16)|0,oe[5]=z[5]+(z[4]<<8|z[4]>>>24)+z[3]|0,oe[6]=z[6]+(z[5]<<16|z[5]>>>16)+(z[4]<<16|z[4]>>>16)|0,oe[7]=z[7]+(z[6]<<8|z[6]>>>24)+z[5]|0}n.RabbitLegacy=L._createHelper(re)}(),y.RabbitLegacy})}(rabbitLegacy)),rabbitLegacy.exports}var blowfish={exports:{}},hasRequiredBlowfish;function requireBlowfish(){return hasRequiredBlowfish||(hasRequiredBlowfish=1,function(e,t){(function(y,n,k){e.exports=n(requireCore(),requireEncBase64(),requireMd5(),requireEvpkdf(),requireCipherCore())})(commonjsGlobal,function(y){return function(){var n=y,k=n.lib,L=k.BlockCipher,$=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 ie(Ie,he){let Ce=he>>24&255,_e=he>>16&255,Ne=he>>8&255,Fe=he&255,Ue=Ie.sbox[0][Ce]+Ie.sbox[1][_e];return Ue=Ue^Ie.sbox[2][Ne],Ue=Ue+Ie.sbox[3][Fe],Ue}function oe(Ie,he,Ce){let _e=he,Ne=Ce,Fe;for(let Ue=0;Ue<j;++Ue)_e=_e^Ie.pbox[Ue],Ne=ie(Ie,_e)^Ne,Fe=_e,_e=Ne,Ne=Fe;return Fe=_e,_e=Ne,Ne=Fe,Ne=Ne^Ie.pbox[j],_e=_e^Ie.pbox[j+1],{left:_e,right:Ne}}function ue(Ie,he,Ce){let _e=he,Ne=Ce,Fe;for(let Ue=j+1;Ue>1;--Ue)_e=_e^Ie.pbox[Ue],Ne=ie(Ie,_e)^Ne,Fe=_e,_e=Ne,Ne=Fe;return Fe=_e,_e=Ne,Ne=Fe,Ne=Ne^Ie.pbox[1],_e=_e^Ie.pbox[0],{left:_e,right:Ne}}function de(Ie,he,Ce){for(let kt=0;kt<4;kt++){Ie.sbox[kt]=[];for(let Et=0;Et<256;Et++)Ie.sbox[kt][Et]=z[kt][Et]}let _e=0;for(let kt=0;kt<j+2;kt++)Ie.pbox[kt]=V[kt]^he[_e],_e++,_e>=Ce&&(_e=0);let Ne=0,Fe=0,Ue=0;for(let kt=0;kt<j+2;kt+=2)Ue=oe(Ie,Ne,Fe),Ne=Ue.left,Fe=Ue.right,Ie.pbox[kt]=Ne,Ie.pbox[kt+1]=Fe;for(let kt=0;kt<4;kt++)for(let Et=0;Et<256;Et+=2)Ue=oe(Ie,Ne,Fe),Ne=Ue.left,Fe=Ue.right,Ie.sbox[kt][Et]=Ne,Ie.sbox[kt][Et+1]=Fe;return!0}var pe=$.Blowfish=L.extend({_doReset:function(){if(this._keyPriorReset!==this._key){var Ie=this._keyPriorReset=this._key,he=Ie.words,Ce=Ie.sigBytes/4;de(re,he,Ce)}},encryptBlock:function(Ie,he){var Ce=oe(re,Ie[he],Ie[he+1]);Ie[he]=Ce.left,Ie[he+1]=Ce.right},decryptBlock:function(Ie,he){var Ce=ue(re,Ie[he],Ie[he+1]);Ie[he]=Ce.left,Ie[he+1]=Ce.right},blockSize:64/32,keySize:128/32,ivSize:64/32});n.Blowfish=L._createHelper(pe)}(),y.Blowfish})}(blowfish)),blowfish.exports}(function(e,t){(function(y,n,k){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,ie){if(!L[re]){if(!k[re]){var oe=typeof commonjsRequire=="function"&&commonjsRequire;if(!ie&&oe)return oe(re,!0);if(V)return V(re,!0);var ue=new Error("Cannot find module '"+re+"'");throw ue.code="MODULE_NOT_FOUND",ue}var de=L[re]={exports:{}};k[re][0].call(de.exports,function(pe){var Ie=k[re][1][pe];return j(Ie||pe)},de,de.exports,n,k,L,$)}return L[re].exports}for(var V=typeof commonjsRequire=="function"&&commonjsRequire,z=0;z<$.length;z++)j($[z]);return j}return n}()({1:[function(n,k,L){var $=n("./browser/client");$.Buffer=n("buffer").Buffer,$.urllib=n("../shims/xhr"),$.version=n("./browser/version").version,k.exports=$},{"../shims/xhr":548,"./browser/client":3,"./browser/version":6,buffer:103}],2:[function(n,k,L){var $=n("@babel/runtime/helpers/interopRequireDefault"),j=$(n("@babel/runtime/regenerator")),V=$(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"),ie=re.checkBucketName,oe=L;function ue(pe){return Array.isArray?Array.isArray(pe):Object.prototype.toString.call(pe)==="[object Array]"}function de(pe){return pe?ue(pe)?pe:[pe]:[]}oe.useBucket=function(Ie){return ie(Ie),this.options.bucket=Ie,this},oe.setBucket=function(Ie){return ie(Ie),this.options.bucket=Ie,this},oe.getBucket=function(){return this.options.bucket},oe.deleteBucket=function(){var pe=(0,V.default)(j.default.mark(function he(Ce,_e){var Ne,Fe;return j.default.wrap(function(kt){for(;;)switch(kt.prev=kt.next){case 0:return Ne=this._bucketRequestParams("DELETE",Ce,"",_e),kt.next=3,this.request(Ne);case 3:if(Fe=kt.sent,!(Fe.status===200||Fe.status===204)){kt.next=6;break}return kt.abrupt("return",{res:Fe.res});case 6:return kt.next=8,this.requestError(Fe);case 8:throw kt.sent;case 9:case"end":return kt.stop()}},he,this)}));function Ie(he,Ce){return pe.apply(this,arguments)}return Ie}(),oe.putBucketACL=function(){var pe=(0,V.default)(j.default.mark(function he(Ce,_e,Ne){var Fe,Ue;return j.default.wrap(function(Et){for(;;)switch(Et.prev=Et.next){case 0:return Fe=this._bucketRequestParams("PUT",Ce,"acl",Ne),Fe.headers={"x-oss-acl":_e},Fe.successStatuses=[200],Et.next=5,this.request(Fe);case 5:return Ue=Et.sent,Et.abrupt("return",{bucket:Ue.headers.location&&Ue.headers.location.substring(1)||null,res:Ue.res});case 7:case"end":return Et.stop()}},he,this)}));function Ie(he,Ce,_e){return pe.apply(this,arguments)}return Ie}(),oe.getBucketACL=function(){var pe=(0,V.default)(j.default.mark(function he(Ce,_e){var Ne,Fe;return j.default.wrap(function(kt){for(;;)switch(kt.prev=kt.next){case 0:return Ne=this._bucketRequestParams("GET",Ce,"acl",_e),Ne.successStatuses=[200],Ne.xmlResponse=!0,kt.next=5,this.request(Ne);case 5:return Fe=kt.sent,kt.abrupt("return",{acl:Fe.data.AccessControlList.Grant,owner:{id:Fe.data.Owner.ID,displayName:Fe.data.Owner.DisplayName},res:Fe.res});case 7:case"end":return kt.stop()}},he,this)}));function Ie(he,Ce){return pe.apply(this,arguments)}return Ie}(),oe.putBucketLogging=function(){var pe=(0,V.default)(j.default.mark(function he(Ce,_e,Ne){var Fe,Ue,kt;return j.default.wrap(function(Ve){for(;;)switch(Ve.prev=Ve.next){case 0:return Fe=this._bucketRequestParams("PUT",Ce,"logging",Ne),Ue=`<?xml version="1.0" encoding="UTF-8"?>
<BucketLoggingStatus>
<LoggingEnabled>
<TargetBucket>`.concat(Ce,`</TargetBucket>
`),_e&&(Ue+="<TargetPrefix>".concat(_e,`</TargetPrefix>
`)),Ue+=`</LoggingEnabled>
</BucketLoggingStatus>`,Fe.content=Ue,Fe.mime="xml",Fe.successStatuses=[200],Ve.next=9,this.request(Fe);case 9:return kt=Ve.sent,Ve.abrupt("return",{res:kt.res});case 11:case"end":return Ve.stop()}},he,this)}));function Ie(he,Ce,_e){return pe.apply(this,arguments)}return Ie}(),oe.getBucketLogging=function(){var pe=(0,V.default)(j.default.mark(function he(Ce,_e){var Ne,Fe,Ue;return j.default.wrap(function(Et){for(;;)switch(Et.prev=Et.next){case 0:return Ne=this._bucketRequestParams("GET",Ce,"logging",_e),Ne.successStatuses=[200],Ne.xmlResponse=!0,Et.next=5,this.request(Ne);case 5:return Fe=Et.sent,Ue=Fe.data.LoggingEnabled,Et.abrupt("return",{enable:!!Ue,prefix:Ue&&Ue.TargetPrefix||null,res:Fe.res});case 8:case"end":return Et.stop()}},he,this)}));function Ie(he,Ce){return pe.apply(this,arguments)}return Ie}(),oe.deleteBucketLogging=function(){var pe=(0,V.default)(j.default.mark(function he(Ce,_e){var Ne,Fe;return j.default.wrap(function(kt){for(;;)switch(kt.prev=kt.next){case 0:return Ne=this._bucketRequestParams("DELETE",Ce,"logging",_e),Ne.successStatuses=[204,200],kt.next=4,this.request(Ne);case 4:return Fe=kt.sent,kt.abrupt("return",{res:Fe.res});case 6:case"end":return kt.stop()}},he,this)}));function Ie(he,Ce){return pe.apply(this,arguments)}return Ie}(),oe.putBucketCORS=function(){var pe=(0,V.default)(j.default.mark(function he(Ce,_e,Ne){var Fe,Ue,kt,Et,Ve,qe,jt,tr,rr,ar;return j.default.wrap(function(ur){for(;;)switch(ur.prev=ur.next){case 0:for(_e=_e||[],z(_e.length,"rules is required"),_e.forEach(function(cr){z(cr.allowedOrigin,"allowedOrigin is required"),z(cr.allowedMethod,"allowedMethod is required")}),Fe=this._bucketRequestParams("PUT",Ce,"cors",Ne),Ue=`<?xml version="1.0" encoding="UTF-8"?>
<CORSConfiguration>`,kt=function(_r){Ue+="<AllowedOrigin>".concat(_r,"</AllowedOrigin>")},Et=function(_r){Ue+="<AllowedMethod>".concat(_r,"</AllowedMethod>")},Ve=function(_r){Ue+="<AllowedHeader>".concat(_r,"</AllowedHeader>")},qe=function(_r){Ue+="<ExposeHeader>".concat(_r,"</ExposeHeader>")},jt=0,tr=_e.length;jt<tr;jt++)rr=_e[jt],Ue+="<CORSRule>",de(rr.allowedOrigin).forEach(kt),de(rr.allowedMethod).forEach(Et),de(rr.allowedHeader).forEach(Ve),de(rr.exposeHeader).forEach(qe),rr.maxAgeSeconds&&(Ue+="<MaxAgeSeconds>".concat(rr.maxAgeSeconds,"</MaxAgeSeconds>")),Ue+="</CORSRule>";return Ue+="</CORSConfiguration>",Fe.content=Ue,Fe.mime="xml",Fe.successStatuses=[200],ur.next=16,this.request(Fe);case 16:return ar=ur.sent,ur.abrupt("return",{res:ar.res});case 18:case"end":return ur.stop()}},he,this)}));function Ie(he,Ce,_e){return pe.apply(this,arguments)}return Ie}(),oe.getBucketCORS=function(){var pe=(0,V.default)(j.default.mark(function he(Ce,_e){var Ne,Fe,Ue,kt;return j.default.wrap(function(Ve){for(;;)switch(Ve.prev=Ve.next){case 0:return Ne=this._bucketRequestParams("GET",Ce,"cors",_e),Ne.successStatuses=[200],Ne.xmlResponse=!0,Ve.next=5,this.request(Ne);case 5:return Fe=Ve.sent,Ue=[],Fe.data&&Fe.data.CORSRule&&(kt=Fe.data.CORSRule,ue(kt)||(kt=[kt]),kt.forEach(function(qe){var jt={};Object.keys(qe).forEach(function(tr){jt[tr.slice(0,1).toLowerCase()+tr.slice(1,tr.length)]=qe[tr]}),Ue.push(jt)})),Ve.abrupt("return",{rules:Ue,res:Fe.res});case 9:case"end":return Ve.stop()}},he,this)}));function Ie(he,Ce){return pe.apply(this,arguments)}return Ie}(),oe.deleteBucketCORS=function(){var pe=(0,V.default)(j.default.mark(function he(Ce,_e){var Ne,Fe;return j.default.wrap(function(kt){for(;;)switch(kt.prev=kt.next){case 0:return Ne=this._bucketRequestParams("DELETE",Ce,"cors",_e),Ne.successStatuses=[204],kt.next=4,this.request(Ne);case 4:return Fe=kt.sent,kt.abrupt("return",{res:Fe.res});case 6:case"end":return kt.stop()}},he,this)}));function Ie(he,Ce){return pe.apply(this,arguments)}return Ie}(),oe.putBucketReferer=function(){var pe=(0,V.default)(j.default.mark(function he(Ce,_e,Ne,Fe){var Ue,kt,Et,Ve;return j.default.wrap(function(jt){for(;;)switch(jt.prev=jt.next){case 0:if(Ue=this._bucketRequestParams("PUT",Ce,"referer",Fe),kt=`<?xml version="1.0" encoding="UTF-8"?>
<RefererConfiguration>
`,kt+=" <AllowEmptyReferer>".concat(_e?"true":"false",`</AllowEmptyReferer>
`),Ne&&Ne.length>0){for(kt+=` <RefererList>
`,Et=0;Et<Ne.length;Et++)kt+=" <Referer>".concat(Ne[Et],`</Referer>
`);kt+=` </RefererList>
`}else kt+=` <RefererList />
`;return kt+="</RefererConfiguration>",Ue.content=kt,Ue.mime="xml",Ue.successStatuses=[200],jt.next=10,this.request(Ue);case 10:return Ve=jt.sent,jt.abrupt("return",{res:Ve.res});case 12:case"end":return jt.stop()}},he,this)}));function Ie(he,Ce,_e,Ne){return pe.apply(this,arguments)}return Ie}(),oe.getBucketReferer=function(){var pe=(0,V.default)(j.default.mark(function he(Ce,_e){var Ne,Fe,Ue;return j.default.wrap(function(Et){for(;;)switch(Et.prev=Et.next){case 0:return Ne=this._bucketRequestParams("GET",Ce,"referer",_e),Ne.successStatuses=[200],Ne.xmlResponse=!0,Et.next=5,this.request(Ne);case 5:return Fe=Et.sent,Ue=Fe.data.RefererList.Referer||null,Ue&&(ue(Ue)||(Ue=[Ue])),Et.abrupt("return",{allowEmpty:Fe.data.AllowEmptyReferer==="true",referers:Ue,res:Fe.res});case 9:case"end":return Et.stop()}},he,this)}));function Ie(he,Ce){return pe.apply(this,arguments)}return Ie}(),oe.deleteBucketReferer=function(){var pe=(0,V.default)(j.default.mark(function he(Ce,_e){return j.default.wrap(function(Fe){for(;;)switch(Fe.prev=Fe.next){case 0:return Fe.next=2,this.putBucketReferer(Ce,!0,null,_e);case 2:return Fe.abrupt("return",Fe.sent);case 3:case"end":return Fe.stop()}},he,this)}));function Ie(he,Ce){return pe.apply(this,arguments)}return Ie}(),oe._bucketRequestParams=function(Ie,he,Ce,_e){return{method:Ie,bucket:he,subres:Ce,additionalHeaders:_e&&_e.additionalHeaders,timeout:_e&&_e.timeout,ctx:_e&&_e.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,L){(function($,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 ie=n("debug")("ali-oss"),oe=n("xml2js"),ue=n("agentkeepalive"),de=n("merge-descriptors"),pe=n("platform"),Ie=n("utility"),he=n("urllib"),Ce=n("./version"),_e=n("bowser"),Ne=n("../common/signUtils"),Fe=n("../common/client/initOptions"),Ue=n("../common/utils/createRequest"),kt=Ue.createRequest,Et=n("../common/utils/encoder"),Ve=Et.encoder,qe=n("../common/client/getReqUrl"),jt=qe.getReqUrl,tr=n("../common/utils/setSTSToken"),rr=tr.setSTSToken,ar=n("../common/utils/retry"),nr=ar.retry,ur=n("../common/utils/isFunction"),cr=ur.isFunction,_r=n("../common/utils/getStandardRegion"),hr=_r.getStandardRegion,Er=new ue;function kr(){var mr=pe.name,gr=pe.version;mr&&mr.toLowerCase&&mr.toLowerCase()==="ie"&&gr.split(".")[0]<10&&console.warn("ali-oss does not support the current browser")}function xr(){return location&&location.protocol==="https:"}function yr(mr,gr){if(kr(),!(this instanceof yr))return new yr(mr,gr);mr&&mr.inited?this.options=mr:this.options=yr.initOptions(mr),this.options.cancelFlag=!1,this.options.urllib?this.urllib=this.options.urllib:(this.urllib=he,this.agent=this.options.agent||Er),this.ctx=gr,this.userAgent=this._getUserAgent(),this.stsTokenFreshTime=new Date,this.options.amendTimeSkewed=0}k.exports=yr,yr.initOptions=function(gr){gr.stsToken||console.warn("Please use STS Token for safety, see more details at https://help.aliyun.com/document_detail/32077.html");var jr=Object.assign({secure:xr(),useFetch:!1},gr);return Fe(jr)};var br=yr.prototype;br.debug=ie,de(br,n("./object")),de(br,n("./bucket")),de(br,n("../common/bucket/getBucketWebsite")),de(br,n("../common/bucket/putBucketWebsite")),de(br,n("../common/bucket/deleteBucketWebsite")),de(br,n("../common/bucket/getBucketLifecycle")),de(br,n("../common/bucket/putBucketLifecycle")),de(br,n("../common/bucket/deleteBucketLifecycle")),de(br,n("../common/bucket/putBucketVersioning")),de(br,n("../common/bucket/getBucketVersioning")),de(br,n("../common/bucket/getBucketInventory")),de(br,n("../common/bucket/deleteBucketInventory")),de(br,n("../common/bucket/listBucketInventory")),de(br,n("../common/bucket/putBucketInventory")),de(br,n("../common/bucket/abortBucketWorm")),de(br,n("../common/bucket/completeBucketWorm")),de(br,n("../common/bucket/extendBucketWorm")),de(br,n("../common/bucket/getBucketWorm")),de(br,n("../common/bucket/initiateBucketWorm")),de(br,n("./managed-upload")),de(br,n("../common/multipart-copy")),de(br,n("../common/multipart")),de(br,n("../common/parallel")),br.signature=function(gr){return this.debug("authorization stringToSign: %s",gr,"info"),Ne.computeSignature(this.options.accessKeySecret,gr,this.options.headerEncoding)},br._getReqUrl=jt,br.authorization=function(gr,jr,Hr,Vr){var zr=Ne.buildCanonicalString(gr.toUpperCase(),jr,{headers:Vr,parameters:Hr});return Ne.authorization(this.options.accessKeyId,this.options.accessKeySecret,zr,this.options.headerEncoding)},br.authorizationV4=function(gr,jr,Hr,Vr,zr){return Ne.authorizationV4(this.options.accessKeyId,this.options.accessKeySecret,hr(this.options.region),gr,jr,Hr,Vr,zr,this.options.headerEncoding)},br.request=function(){var mr=(0,re.default)(z.default.mark(function gr(jr){var Hr=this;return z.default.wrap(function(zr){for(;;)switch(zr.prev=zr.next){case 0:if(!this.options.retryMax){zr.next=6;break}return zr.next=3,nr(Ir.bind(this),this.options.retryMax,{errorHandler:function(Tr){var Br=function(Cr){if(jr.stream)return!1;var Dr=[-1,-2].includes(Cr.status),Rr=Hr.options.requestErrorRetryHandle||function(){return!0};return Dr&&Rr(Cr)};return!!Br(Tr)}})(jr);case 3:return zr.abrupt("return",zr.sent);case 6:return zr.abrupt("return",Ir.call(this,jr));case 7:case"end":return zr.stop()}},gr,this)}));return function(gr){return mr.apply(this,arguments)}}();function Ir(mr){return Mr.apply(this,arguments)}function Mr(){return Mr=(0,re.default)(z.default.mark(function mr(gr){var jr,Hr,Vr,zr,Sr,Tr;return z.default.wrap(function(vr){for(;;)switch(vr.prev=vr.next){case 0:if(!(this.options.stsToken&&cr(this.options.refreshSTSToken))){vr.next=3;break}return vr.next=3,rr.call(this);case 3:return jr=kt.call(this,gr),this.options.useFetch||(jr.params.mode="disable-fetch"),zr=!!gr.stream,vr.prev=6,vr.next=9,this.urllib.request(jr.url,jr.params);case 9:Hr=vr.sent,this.debug("response %s %s, got %s, headers: %j",gr.method,jr.url,Hr.status,Hr.headers,"info"),vr.next=16;break;case 13:vr.prev=13,vr.t0=vr.catch(6),Vr=vr.t0;case 16:if(!(Hr&&gr.successStatuses&&gr.successStatuses.indexOf(Hr.status)===-1)){vr.next=28;break}return vr.next=19,this.requestError(Hr);case 19:if(Sr=vr.sent,!(Sr.code==="RequestTimeTooSkewed"&&!zr)){vr.next=25;break}return this.options.amendTimeSkewed=+new Date(Sr.serverTime)-new Date,vr.next=24,this.request(gr);case 24:return vr.abrupt("return",vr.sent);case 25:Sr.params=gr,vr.next=32;break;case 28:if(!Vr){vr.next=32;break}return vr.next=31,this.requestError(Vr);case 31:Sr=vr.sent;case 32:if(!Sr){vr.next=34;break}throw Sr;case 34:if(!gr.xmlResponse){vr.next=39;break}return vr.next=37,this.parseXML(Hr.data);case 37:Tr=vr.sent,Hr.data=Tr;case 39:return vr.abrupt("return",Hr);case 40:case"end":return vr.stop()}},mr,this,[[6,13]])})),Mr.apply(this,arguments)}br._getResource=function(gr){var jr="/";return gr.bucket&&(jr+="".concat(gr.bucket,"/")),gr.object&&(jr+=Ve(gr.object,this.options.headerEncoding)),jr},br._escape=function(gr){return Ie.encodeURIComponent(gr).replace(/%2F/g,"/")},br._getUserAgent=function(){var gr=j&&j.browser?"js":"nodejs",jr="aliyun-sdk-".concat(gr,"/").concat(Ce.version),Hr=pe.description;return!Hr&&j&&(Hr="Node.js ".concat(j.version.slice(1)," on ").concat(j.platform," ").concat(j.arch)),this._checkUserAgent("".concat(jr," ").concat(Hr))},br._checkUserAgent=function(gr){var jr=gr.replace(/\u03b1/,"alpha").replace(/\u03b2/,"beta");return jr},br.checkBrowserAndVersion=function(gr,jr){return _e.name===gr&&_e.version.split(".")[0]===jr},br.parseXML=function(gr){return new Promise(function(jr,Hr){$.isBuffer(gr)&&(gr=gr.toString()),oe.parseString(gr,{explicitRoot:!1,explicitArray:!1},function(Vr,zr){Vr?Hr(Vr):jr(zr)})})},br.requestError=function(){var mr=(0,re.default)(z.default.mark(function jr(Hr){var Vr=this,zr,Sr,Tr,Br,vr;return z.default.wrap(function(Dr){for(;;)switch(Dr.prev=Dr.next){case 0:if(zr=null,Sr=function(){var Rr=(0,re.default)(z.default.mark(function Wr(Kr){var Nr,Fr;return z.default.wrap(function(ca){for(;;)switch(ca.prev=ca.next){case 0:return ca.prev=0,ca.next=3,Vr.parseXML(Kr);case 3:if(ca.t0=ca.sent,ca.t0){ca.next=6;break}ca.t0={};case 6:Nr=ca.t0,ca.next=16;break;case 9:return ca.prev=9,ca.t1=ca.catch(0),Vr.debug(Kr,"error"),ca.t1.message+=`
raw xml: `.concat(Kr),ca.t1.status=Hr.status,ca.t1.requestId=Hr.headers["x-oss-request-id"],ca.abrupt("return",ca.t1);case 16:Fr=Nr.Message||"unknow request error, status: ".concat(Hr.status),Nr.Condition&&(Fr+=" (condition: ".concat(Nr.Condition,")")),zr=new Error(Fr),zr.name=Nr.Code?"".concat(Nr.Code,"Error"):"UnknownError",zr.status=Hr.status,zr.code=Nr.Code,zr.ecCode=Nr.EC,zr.requestId=Nr.RequestId,zr.hostId=Nr.HostId,zr.serverTime=Nr.ServerTime;case 26:case"end":return ca.stop()}},Wr,null,[[0,9]])}));return function(Kr){return Rr.apply(this,arguments)}}(),!(!Hr.data||!Hr.data.length)){Dr.next=37;break}if(!(Hr.status===-1||Hr.status===-2)){Dr.next=10;break}zr=new Error(Hr.message),zr.name=Hr.name,zr.status=Hr.status,zr.code=Hr.name,Dr.next=35;break;case 10:if(Hr.status!==404){Dr.next=17;break}zr=new Error("Object not exists"),zr.name="NoSuchKeyError",zr.status=404,zr.code="NoSuchKey",Dr.next=33;break;case 17:if(Hr.status!==412){Dr.next=24;break}zr=new Error("Pre condition failed"),zr.name="PreconditionFailedError",zr.status=412,zr.code="PreconditionFailed",Dr.next=33;break;case 24:if(zr=new Error("Unknow error, status: ".concat(Hr.status)),zr.name="UnknownError",zr.status=Hr.status,zr.res=Hr,Tr=Hr.headers["x-oss-err"],!Tr){Dr.next=33;break}return Br=atob(Tr),Dr.next=33,Sr(Br);case 33:zr.requestId=Hr.headers["x-oss-request-id"],zr.host="";case 35:Dr.next=41;break;case 37:return vr=String(Hr.data),this.debug("request response error data: %s",vr,"error"),Dr.next=41,Sr(vr);case 41:return this.debug("generate error %j",zr,"error"),Dr.abrupt("return",zr);case 43:case"end":return Dr.stop()}},jr,this)}));function gr(jr){return mr.apply(this,arguments)}return gr}()}).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,L){(function($){(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"),ie=n("path"),oe=n("mime"),ue=n("copy-to"),de=n("../common/utils/isBlob"),pe=de.isBlob,Ie=n("../common/utils/isFile"),he=Ie.isFile,Ce=n("../common/utils/isBuffer"),_e=Ce.isBuffer,Ne=L;Ne.multipartUpload=function(){var Ve=(0,z.default)(V.default.mark(function jt(tr,rr){var ar,nr,ur,cr,_r,hr,Er,kr,xr,yr=arguments;return V.default.wrap(function(Ir){for(;;)switch(Ir.prev=Ir.next){case 0:if(ar=yr.length>2&&yr[2]!==void 0?yr[2]:{},this.resetCancelFlag(),ar.disabledMD5=ar.disabledMD5===void 0?!0:!!ar.disabledMD5,!(ar.checkpoint&&ar.checkpoint.uploadId)){Ir.next=8;break}return rr&&he(rr)&&(ar.checkpoint.file=rr),Ir.next=7,this._resumeMultipart(ar.checkpoint,ar);case 7:return Ir.abrupt("return",Ir.sent);case 8:return nr=102400,ar.mime||(he(rr)?ar.mime=oe.getType(ie.extname(rr.name)):pe(rr)?ar.mime=rr.type:_e(rr)?ar.mime="":ar.mime=oe.getType(ie.extname(rr))),ar.headers=ar.headers||{},this._convertMetaToHeaders(ar.meta,ar.headers),Ir.next=14,this._getFileSize(rr);case 14:if(ur=Ir.sent,!(ur<nr)){Ir.next=26;break}return ar.contentLength=ur,Ir.next=19,this.put(tr,rr,ar);case 19:if(cr=Ir.sent,!(ar&&ar.progress)){Ir.next=23;break}return Ir.next=23,ar.progress(1);case 23:return _r={res:cr.res,bucket:this.options.bucket,name:tr,etag:cr.res.headers.etag},(ar.headers&&ar.headers["x-oss-callback"]||ar.callback)&&(_r.data=cr.data),Ir.abrupt("return",_r);case 26:if(!(ar.partSize&&parseInt(ar.partSize,10)!==ar.partSize)){Ir.next=28;break}throw new Error("partSize must be int number");case 28:if(!(ar.partSize&&ar.partSize<nr)){Ir.next=30;break}throw new Error("partSize must not be smaller than ".concat(nr));case 30:return Ir.next=32,this.initMultipartUpload(tr,ar);case 32:if(hr=Ir.sent,Er=hr.uploadId,kr=this._getPartSize(ur,ar.partSize),xr={file:rr,name:tr,fileSize:ur,partSize:kr,uploadId:Er,doneParts:[]},!(ar&&ar.progress)){Ir.next=39;break}return Ir.next=39,ar.progress(0,xr,hr.res);case 39:return Ir.next=41,this._resumeMultipart(xr,ar);case 41:return Ir.abrupt("return",Ir.sent);case 42:case"end":return Ir.stop()}},jt,this)}));function qe(jt,tr){return Ve.apply(this,arguments)}return qe}(),Ne._resumeMultipart=function(){var Ve=(0,z.default)(V.default.mark(function jt(tr,rr){var ar,nr,ur,cr,_r,hr,Er,kr,xr,yr,br,Ir,Mr,mr,gr,jr,Hr,Vr,zr;return V.default.wrap(function(Tr){for(;;)switch(Tr.prev=Tr.next){case 0:if(ar=this,!this.isCancel()){Tr.next=3;break}throw this._makeCancelEvent();case 3:return nr=tr.file,ur=tr.fileSize,cr=tr.partSize,_r=tr.uploadId,hr=tr.doneParts,Er=tr.name,kr=[],hr.length>0&&ue(hr).to(kr),xr=this._divideParts(ur,cr),yr=xr.length,br=!1,Ir=function(vr,Cr){return new Promise(function(){var Dr=(0,z.default)(V.default.mark(function Rr(Wr,Kr){var Nr,Fr,Qr,ca,Po;return V.default.wrap(function(Go){for(;;)switch(Go.prev=Go.next){case 0:if(Go.prev=0,vr.isCancel()){Go.next=29;break}return Nr=xr[Cr-1],Go.next=5,vr._createBuffer(nr,Nr.start,Nr.end);case 5:return Fr=Go.sent,Qr={content:Fr,size:Nr.end-Nr.start},Go.prev=7,Go.next=10,vr._uploadPart(Er,_r,Cr,Qr,rr);case 10:ca=Go.sent,Go.next=18;break;case 13:if(Go.prev=13,Go.t0=Go.catch(7),Go.t0.status!==404){Go.next=17;break}throw vr._makeAbortEvent();case 17:throw Go.t0;case 18:if(!(!vr.isCancel()&&!br)){Go.next=26;break}if(tr.doneParts.push({number:Cr,etag:ca.res.headers.etag}),!rr.progress){Go.next=23;break}return Go.next=23,rr.progress(hr.length/(yr+1),tr,ca.res);case 23:Wr({number:Cr,etag:ca.res.headers.etag}),Go.next=27;break;case 26:Wr();case 27:Go.next=30;break;case 29:Wr();case 30:Go.next=41;break;case 32:Go.prev=32,Go.t1=Go.catch(0),Po=new Error,Po.name=Go.t1.name,Po.message=Go.t1.message,Po.stack=Go.t1.stack,Po.partNum=Cr,ue(Go.t1).to(Po),Kr(Po);case 41:case"end":return Go.stop()}},Rr,null,[[0,32],[7,13]])}));return function(Rr,Wr){return Dr.apply(this,arguments)}}())},Mr=Array.from(new Array(yr),function(Br,vr){return vr+1}),mr=kr.map(function(Br){return Br.number}),gr=Mr.filter(function(Br){return mr.indexOf(Br)<0}),jr=5,Hr=rr.parallel||jr,Tr.next=17,this._parallel(gr,Hr,function(Br){return new Promise(function(vr,Cr){Ir(ar,Br).then(function(Dr){Dr&&kr.push(Dr),vr()}).catch(function(Dr){Cr(Dr)})})});case 17:if(Vr=Tr.sent,br=!0,zr=Vr.find(function(Br){return Br.name==="abort"}),!zr){Tr.next=22;break}throw zr;case 22:if(!this.isCancel()){Tr.next=25;break}throw Ir=null,this._makeCancelEvent();case 25:if(!(Vr&&Vr.length>0)){Tr.next=28;break}throw Vr[0].message="Failed to upload some parts with error: ".concat(Vr[0].toString()," part_num: ").concat(Vr[0].partNum),Vr[0];case 28:return Tr.next=30,this.completeMultipartUpload(Er,_r,kr,rr);case 30:return Tr.abrupt("return",Tr.sent);case 31:case"end":return Tr.stop()}},jt,this)}));function qe(jt,tr){return Ve.apply(this,arguments)}return qe}(),Ne._getFileSize=function(){var Ve=(0,z.default)(V.default.mark(function jt(tr){return V.default.wrap(function(ar){for(;;)switch(ar.prev=ar.next){case 0:if(!_e(tr)){ar.next=4;break}return ar.abrupt("return",tr.length);case 4:if(!(pe(tr)||he(tr))){ar.next=6;break}return ar.abrupt("return",tr.size);case 6:throw new Error("_getFileSize requires Buffer/File/Blob.");case 7:case"end":return ar.stop()}},jt)}));function qe(jt){return Ve.apply(this,arguments)}return qe}();var Fe=n("stream"),Ue=Fe.Readable;function kt(Ve,qe){if(!(this instanceof kt))return new kt(Ve,qe);Ue.call(this,qe),this.file=Ve,this.reader=new FileReader,this.start=0,this.finish=!1,this.fileBuffer=null}re.inherits(kt,Ue),kt.prototype.readFileAndPush=function(qe){if(this.fileBuffer)for(var jt=!0;jt&&this.fileBuffer&&this.start<this.fileBuffer.length;){var tr=this.start,rr=tr+qe;rr=rr>this.fileBuffer.length?this.fileBuffer.length:rr,this.start=rr,jt=this.push(this.fileBuffer.slice(tr,rr))}},kt.prototype._read=function(qe){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 jt=16*1024;qe=qe||jt;var tr=this;this.reader.onload=function(ar){tr.fileBuffer=$.from(new Uint8Array(ar.target.result)),tr.file=null,tr.readFileAndPush(qe)},this.start===0?this.reader.readAsArrayBuffer(this.file):this.readFileAndPush(qe)};function Et(Ve){return Ve.arrayBuffer?Ve.arrayBuffer():new Promise(function(qe,jt){var tr=new FileReader;tr.onload=function(rr){qe(rr.target.result)},tr.onerror=function(rr){jt(rr)},tr.readAsArrayBuffer(Ve)})}Ne._createBuffer=function(){var Ve=(0,z.default)(V.default.mark(function jt(tr,rr,ar){var nr,ur;return V.default.wrap(function(_r){for(;;)switch(_r.prev=_r.next){case 0:if(!(pe(tr)||he(tr))){_r.next=8;break}return nr=tr.slice(rr,ar),_r.next=4,Et(nr);case 4:return ur=_r.sent,_r.abrupt("return",$.from(ur));case 8:if(!_e(tr)){_r.next=12;break}return _r.abrupt("return",tr.subarray(rr,ar));case 12:throw new Error("_createBuffer requires File/Blob/Buffer.");case 13:case"end":return _r.stop()}},jt)}));function qe(jt,tr,rr){return Ve.apply(this,arguments)}return qe}(),Ne._getPartSize=function(qe,jt){var tr=1e4,rr=1*1024*1024;jt||(jt=rr);var ar=Math.ceil(qe/tr);return jt<ar&&(jt=ar,console.warn("partSize has been set to ".concat(jt,", because the partSize you provided causes partNumber to be greater than 10,000"))),jt},Ne._divideParts=function(qe,jt){for(var tr=Math.ceil(qe/jt),rr=[],ar=0;ar<tr;ar++){var nr=jt*ar,ur=Math.min(nr+jt,qe);rr.push({start:nr,end:ur})}return rr}}).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,L){var $=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=$(n("@babel/runtime/regenerator")),V=$(n("@babel/runtime/helpers/asyncToGenerator")),z=n("fs"),re=n("copy-to"),ie=n("path"),oe=n("mime"),ue=n("../common/callback"),de=n("merge-descriptors"),pe=n("../common/utils/isBlob"),Ie=pe.isBlob,he=n("../common/utils/isFile"),Ce=he.isFile,_e=n("../common/utils/isBuffer"),Ne=_e.isBuffer,Fe=n("../common/utils/obj2xml"),Ue=Fe.obj2xml,kt=L;kt.append=function(){var Et=(0,V.default)(j.default.mark(function qe(jt,tr,rr){var ar;return j.default.wrap(function(ur){for(;;)switch(ur.prev=ur.next){case 0:return rr=rr||{},rr.position===void 0&&(rr.position="0"),rr.subres={append:"",position:rr.position},rr.method="POST",ur.next=6,this.put(jt,tr,rr);case 6:return ar=ur.sent,ar.nextAppendPosition=ar.res.headers["x-oss-next-append-position"],ur.abrupt("return",ar);case 9:case"end":return ur.stop()}},qe,this)}));function Ve(qe,jt,tr){return Et.apply(this,arguments)}return Ve}(),kt.put=function(){var Et=(0,V.default)(j.default.mark(function qe(jt,tr,rr){var ar,nr,ur,cr,_r;return j.default.wrap(function(Er){for(;;)switch(Er.prev=Er.next){case 0:if(rr=rr||{},rr.disabledMD5=rr.disabledMD5===void 0?!0:!!rr.disabledMD5,rr.headers=rr.headers||{},jt=this._objectName(jt),!Ne(tr)){Er.next=8;break}ar=tr,Er.next=19;break;case 8:if(!(Ie(tr)||Ce(tr))){Er.next=18;break}return rr.mime||(Ce(tr)?rr.mime=oe.getType(ie.extname(tr.name)):rr.mime=tr.type),Er.next=12,this._createBuffer(tr,0,tr.size);case 12:return ar=Er.sent,Er.next=15,this._getFileSize(tr);case 15:rr.contentLength=Er.sent,Er.next=19;break;case 18:throw new TypeError("Must provide Buffer/Blob/File for put.");case 19:return this._convertMetaToHeaders(rr.meta,rr.headers),nr=rr.method||"PUT",ur=this._objectRequestParams(nr,jt,rr),ue.encodeCallback(ur,rr),ur.mime=rr.mime,ur.disabledMD5=rr.disabledMD5,ur.content=ar,ur.successStatuses=[200],Er.next=29,this.request(ur);case 29:return cr=Er.sent,_r={name:jt,url:this._objectUrl(jt),res:cr.res},ur.headers&&ur.headers["x-oss-callback"]&&(_r.data=JSON.parse(cr.data.toString())),Er.abrupt("return",_r);case 33:case"end":return Er.stop()}},qe,this)}));function Ve(qe,jt,tr){return Et.apply(this,arguments)}return Ve}(),kt.putStream=function(){var Et=(0,V.default)(j.default.mark(function qe(jt,tr,rr){var ar,nr,ur,cr;return j.default.wrap(function(hr){for(;;)switch(hr.prev=hr.next){case 0:return rr=rr||{},rr.headers=rr.headers||{},jt=this._objectName(jt),rr.contentLength?rr.headers["Content-Length"]=rr.contentLength:rr.headers["Transfer-Encoding"]="chunked",this._convertMetaToHeaders(rr.meta,rr.headers),ar=rr.method||"PUT",nr=this._objectRequestParams(ar,jt,rr),ue.encodeCallback(nr,rr),nr.mime=rr.mime,nr.stream=tr,nr.successStatuses=[200],hr.next=13,this.request(nr);case 13:return ur=hr.sent,cr={name:jt,url:this._objectUrl(jt),res:ur.res},nr.headers&&nr.headers["x-oss-callback"]&&(cr.data=JSON.parse(ur.data.toString())),hr.abrupt("return",cr);case 17:case"end":return hr.stop()}},qe,this)}));function Ve(qe,jt,tr){return Et.apply(this,arguments)}return Ve}(),de(kt,n("../common/object/copyObject")),de(kt,n("../common/object/getObjectTagging")),de(kt,n("../common/object/putObjectTagging")),de(kt,n("../common/object/deleteObjectTagging")),de(kt,n("../common/image")),de(kt,n("../common/object/getBucketVersions")),de(kt,n("../common/object/getACL")),de(kt,n("../common/object/putACL")),de(kt,n("../common/object/head")),de(kt,n("../common/object/delete")),de(kt,n("../common/object/get")),de(kt,n("../common/object/putSymlink")),de(kt,n("../common/object/getSymlink")),de(kt,n("../common/object/deleteMulti")),de(kt,n("../common/object/getObjectMeta")),de(kt,n("../common/object/getObjectUrl")),de(kt,n("../common/object/generateObjectUrl")),de(kt,n("../common/object/signatureUrl")),de(kt,n("../common/object/asyncSignatureUrl")),de(kt,n("../common/object/signatureUrlV4")),kt.putMeta=function(){var Et=(0,V.default)(j.default.mark(function qe(jt,tr,rr){var ar;return j.default.wrap(function(ur){for(;;)switch(ur.prev=ur.next){case 0:return ur.next=2,this.copy(jt,jt,{meta:tr||{},timeout:rr&&rr.timeout,ctx:rr&&rr.ctx});case 2:return ar=ur.sent,ur.abrupt("return",ar);case 4:case"end":return ur.stop()}},qe,this)}));function Ve(qe,jt,tr){return Et.apply(this,arguments)}return Ve}(),kt.list=function(){var Et=(0,V.default)(j.default.mark(function qe(jt,tr){var rr,ar,nr,ur,cr;return j.default.wrap(function(hr){for(;;)switch(hr.prev=hr.next){case 0:return rr=this._objectRequestParams("GET","",tr),rr.query=jt,rr.xmlResponse=!0,rr.successStatuses=[200],hr.next=6,this.request(rr);case 6:return ar=hr.sent,nr=ar.data.Contents||[],ur=this,nr&&(Array.isArray(nr)||(nr=[nr]),nr=nr.map(function(Er){return{name:Er.Key,url:ur._objectUrl(Er.Key),lastModified:Er.LastModified,etag:Er.ETag,type:Er.Type,size:Number(Er.Size),storageClass:Er.StorageClass,owner:{id:Er.Owner.ID,displayName:Er.Owner.DisplayName}}})),cr=ar.data.CommonPrefixes||null,cr&&(Array.isArray(cr)||(cr=[cr]),cr=cr.map(function(Er){return Er.Prefix})),hr.abrupt("return",{res:ar.res,objects:nr,prefixes:cr,nextMarker:ar.data.NextMarker||null,isTruncated:ar.data.IsTruncated==="true"});case 13:case"end":return hr.stop()}},qe,this)}));function Ve(qe,jt){return Et.apply(this,arguments)}return Ve}(),kt.listV2=function(){var Et=(0,V.default)(j.default.mark(function qe(jt){var tr,rr,ar,nr,ur,cr,_r,hr=arguments;return j.default.wrap(function(kr){for(;;)switch(kr.prev=kr.next){case 0:return tr=hr.length>1&&hr[1]!==void 0?hr[1]:{},rr=jt["continuation-token"]||jt.continuationToken,rr&&(tr.subres=Object.assign({"continuation-token":rr},tr.subres)),ar=this._objectRequestParams("GET","",tr),ar.query=Object.assign({"list-type":2},jt),delete ar.query["continuation-token"],delete ar.query.continuationToken,ar.xmlResponse=!0,ar.successStatuses=[200],kr.next=11,this.request(ar);case 11:return nr=kr.sent,ur=nr.data.Contents||[],cr=this,ur&&(Array.isArray(ur)||(ur=[ur]),ur=ur.map(function(xr){var yr=null;return xr.Owner&&(yr={id:xr.Owner.ID,displayName:xr.Owner.DisplayName}),{name:xr.Key,url:cr._objectUrl(xr.Key),lastModified:xr.LastModified,etag:xr.ETag,type:xr.Type,size:Number(xr.Size),storageClass:xr.StorageClass,owner:yr}})),_r=nr.data.CommonPrefixes||null,_r&&(Array.isArray(_r)||(_r=[_r]),_r=_r.map(function(xr){return xr.Prefix})),kr.abrupt("return",{res:nr.res,objects:ur,prefixes:_r,isTruncated:nr.data.IsTruncated==="true",keyCount:+nr.data.KeyCount,continuationToken:nr.data.ContinuationToken||null,nextContinuationToken:nr.data.NextContinuationToken||null});case 18:case"end":return kr.stop()}},qe,this)}));function Ve(qe){return Et.apply(this,arguments)}return Ve}(),kt.restore=function(){var Et=(0,V.default)(j.default.mark(function qe(jt){var tr,rr,ar,nr,ur=arguments;return j.default.wrap(function(_r){for(;;)switch(_r.prev=_r.next){case 0:return tr=ur.length>1&&ur[1]!==void 0?ur[1]:{type:"Archive"},tr=tr||{},tr.subres=Object.assign({restore:""},tr.subres),tr.versionId&&(tr.subres.versionId=tr.versionId),rr=this._objectRequestParams("POST",jt,tr),tr.type==="ColdArchive"&&(ar={RestoreRequest:{Days:tr.Days?tr.Days:2,JobParameters:{Tier:tr.JobParameters?tr.JobParameters:"Standard"}}},rr.content=Ue(ar,{headers:!0}),rr.mime="xml"),rr.successStatuses=[202],_r.next=9,this.request(rr);case 9:return nr=_r.sent,_r.abrupt("return",{res:nr.res});case 11:case"end":return _r.stop()}},qe,this)}));function Ve(qe){return Et.apply(this,arguments)}return Ve}(),kt._objectUrl=function(Ve){return this._getReqUrl({bucket:this.options.bucket,object:Ve})},kt._objectRequestParams=function(Ve,qe,jt){if(!this.options.bucket&&!this.options.cname)throw new Error("Please create a bucket first");jt=jt||{},qe=this._objectName(qe);var tr={object:qe,bucket:this.options.bucket,method:Ve,subres:jt&&jt.subres,additionalHeaders:jt&&jt.additionalHeaders,timeout:jt&&jt.timeout,ctx:jt&&jt.ctx};return jt.headers&&(tr.headers={},re(jt.headers).to(tr.headers)),tr},kt._objectName=function(Ve){return Ve.replace(/^\/+/,"")},kt._convertMetaToHeaders=function(Ve,qe){Ve&&Object.keys(Ve).forEach(function(jt){qe["x-oss-meta-".concat(jt)]=Ve[jt]})},kt._deleteFileSafe=function(Ve){var qe=this;return new Promise(function(jt){z.exists(Ve,function(tr){tr?z.unlink(Ve,function(rr){rr&&qe.debug("unlink %j error: %s",Ve,rr,"error"),jt()}):jt()})})}},{"../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,L){L.version="6.21.0"},{}],7:[function(n,k,L){var $=n("@babel/runtime/helpers/interopRequireDefault"),j=$(n("@babel/runtime/regenerator")),V=$(n("@babel/runtime/helpers/asyncToGenerator"));Object.defineProperty(L,"__esModule",{value:!0}),L.abortBucketWorm=void 0;var z=n("../utils/checkBucketName");function re(oe,ue){return ie.apply(this,arguments)}function ie(){return ie=(0,V.default)(j.default.mark(function oe(ue,de){var pe,Ie;return j.default.wrap(function(Ce){for(;;)switch(Ce.prev=Ce.next){case 0:return z.checkBucketName(ue),pe=this._bucketRequestParams("DELETE",ue,"worm",de),Ce.next=4,this.request(pe);case 4:return Ie=Ce.sent,Ce.abrupt("return",{res:Ie.res,status:Ie.status});case 6:case"end":return Ce.stop()}},oe,this)})),ie.apply(this,arguments)}L.abortBucketWorm=re},{"../utils/checkBucketName":52,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93}],8:[function(n,k,L){var $=n("@babel/runtime/helpers/interopRequireDefault"),j=$(n("@babel/runtime/regenerator")),V=$(n("@babel/runtime/helpers/asyncToGenerator"));Object.defineProperty(L,"__esModule",{value:!0}),L.completeBucketWorm=void 0;var z=n("../utils/checkBucketName");function re(oe,ue,de){return ie.apply(this,arguments)}function ie(){return ie=(0,V.default)(j.default.mark(function oe(ue,de,pe){var Ie,he;return j.default.wrap(function(_e){for(;;)switch(_e.prev=_e.next){case 0:return z.checkBucketName(ue),Ie=this._bucketRequestParams("POST",ue,{wormId:de},pe),_e.next=4,this.request(Ie);case 4:return he=_e.sent,_e.abrupt("return",{res:he.res,status:he.status});case 6:case"end":return _e.stop()}},oe,this)})),ie.apply(this,arguments)}L.completeBucketWorm=re},{"../utils/checkBucketName":52,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93}],9:[function(n,k,L){var $=n("@babel/runtime/helpers/interopRequireDefault"),j=$(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.assign.js");var V=$(n("@babel/runtime/helpers/asyncToGenerator"));Object.defineProperty(L,"__esModule",{value:!0}),L.deleteBucketInventory=void 0;var z=n("../utils/checkBucketName");function re(oe,ue){return ie.apply(this,arguments)}function ie(){return ie=(0,V.default)(j.default.mark(function oe(ue,de){var pe,Ie,he,Ce,_e=arguments;return j.default.wrap(function(Fe){for(;;)switch(Fe.prev=Fe.next){case 0:return pe=_e.length>2&&_e[2]!==void 0?_e[2]:{},Ie=Object.assign({inventory:"",inventoryId:de},pe.subres),z.checkBucketName(ue),he=this._bucketRequestParams("DELETE",ue,Ie,pe),he.successStatuses=[204],Fe.next=7,this.request(he);case 7:return Ce=Fe.sent,Fe.abrupt("return",{status:Ce.status,res:Ce.res});case 9:case"end":return Fe.stop()}},oe,this)})),ie.apply(this,arguments)}L.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,L){var $=n("@babel/runtime/helpers/interopRequireDefault"),j=$(n("@babel/runtime/regenerator")),V=$(n("@babel/runtime/helpers/asyncToGenerator")),z=n("../utils/checkBucketName"),re=z.checkBucketName,ie=L;ie.deleteBucketLifecycle=function(){var oe=(0,V.default)(j.default.mark(function de(pe,Ie){var he,Ce;return j.default.wrap(function(Ne){for(;;)switch(Ne.prev=Ne.next){case 0:return re(pe),he=this._bucketRequestParams("DELETE",pe,"lifecycle",Ie),he.successStatuses=[204],Ne.next=5,this.request(he);case 5:return Ce=Ne.sent,Ne.abrupt("return",{res:Ce.res});case 7:case"end":return Ne.stop()}},de,this)}));function ue(de,pe){return oe.apply(this,arguments)}return ue}()},{"../utils/checkBucketName":52,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93}],11:[function(n,k,L){var $=n("@babel/runtime/helpers/interopRequireDefault"),j=$(n("@babel/runtime/regenerator")),V=$(n("@babel/runtime/helpers/asyncToGenerator")),z=n("../utils/checkBucketName"),re=z.checkBucketName,ie=L;ie.deleteBucketWebsite=function(){var oe=(0,V.default)(j.default.mark(function de(pe,Ie){var he,Ce;return j.default.wrap(function(Ne){for(;;)switch(Ne.prev=Ne.next){case 0:return re(pe),he=this._bucketRequestParams("DELETE",pe,"website",Ie),he.successStatuses=[204],Ne.next=5,this.request(he);case 5:return Ce=Ne.sent,Ne.abrupt("return",{res:Ce.res});case 7:case"end":return Ne.stop()}},de,this)}));function ue(de,pe){return oe.apply(this,arguments)}return ue}()},{"../utils/checkBucketName":52,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93}],12:[function(n,k,L){var $=n("@babel/runtime/helpers/interopRequireDefault"),j=$(n("@babel/runtime/regenerator")),V=$(n("@babel/runtime/helpers/asyncToGenerator"));Object.defineProperty(L,"__esModule",{value:!0}),L.extendBucketWorm=void 0;var z=n("../utils/checkBucketName"),re=n("../utils/obj2xml");function ie(ue,de,pe,Ie){return oe.apply(this,arguments)}function oe(){return oe=(0,V.default)(j.default.mark(function ue(de,pe,Ie,he){var Ce,_e,Ne;return j.default.wrap(function(Ue){for(;;)switch(Ue.prev=Ue.next){case 0:return z.checkBucketName(de),Ce=this._bucketRequestParams("POST",de,{wormExtend:"",wormId:pe},he),_e={ExtendWormConfiguration:{RetentionPeriodInDays:Ie}},Ce.mime="xml",Ce.content=re.obj2xml(_e,{headers:!0}),Ce.successStatuses=[200],Ue.next=8,this.request(Ce);case 8:return Ne=Ue.sent,Ue.abrupt("return",{res:Ne.res,status:Ne.status});case 10:case"end":return Ue.stop()}},ue,this)})),oe.apply(this,arguments)}L.extendBucketWorm=ie},{"../utils/checkBucketName":52,"../utils/obj2xml":75,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93}],13:[function(n,k,L){var $=n("@babel/runtime/helpers/interopRequireDefault"),j=$(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.assign.js");var V=$(n("@babel/runtime/helpers/asyncToGenerator"));Object.defineProperty(L,"__esModule",{value:!0}),L.getBucketInventory=void 0;var z=n("../utils/checkBucketName"),re=n("../utils/formatInventoryConfig");function ie(ue,de){return oe.apply(this,arguments)}function oe(){return oe=(0,V.default)(j.default.mark(function ue(de,pe){var Ie,he,Ce,_e,Ne=arguments;return j.default.wrap(function(Ue){for(;;)switch(Ue.prev=Ue.next){case 0:return Ie=Ne.length>2&&Ne[2]!==void 0?Ne[2]:{},he=Object.assign({inventory:"",inventoryId:pe},Ie.subres),z.checkBucketName(de),Ce=this._bucketRequestParams("GET",de,he,Ie),Ce.successStatuses=[200],Ce.xmlResponse=!0,Ue.next=8,this.request(Ce);case 8:return _e=Ue.sent,Ue.abrupt("return",{status:_e.status,res:_e.res,inventory:re.formatInventoryConfig(_e.data)});case 10:case"end":return Ue.stop()}},ue,this)})),oe.apply(this,arguments)}L.getBucketInventory=ie},{"../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,L){var $=n("@babel/runtime/helpers/interopRequireDefault"),j=$(n("@babel/runtime/regenerator"));n("core-js/modules/es.array.map.js");var V=$(n("@babel/runtime/helpers/asyncToGenerator")),z=n("../utils/checkBucketName"),re=z.checkBucketName,ie=n("../utils/isArray"),oe=ie.isArray,ue=n("../utils/formatObjKey"),de=ue.formatObjKey,pe=L;pe.getBucketLifecycle=function(){var Ie=(0,V.default)(j.default.mark(function Ce(_e,Ne){var Fe,Ue,kt;return j.default.wrap(function(Ve){for(;;)switch(Ve.prev=Ve.next){case 0:return re(_e),Fe=this._bucketRequestParams("GET",_e,"lifecycle",Ne),Fe.successStatuses=[200],Fe.xmlResponse=!0,Ve.next=6,this.request(Fe);case 6:return Ue=Ve.sent,kt=Ue.data.Rule||null,kt&&(oe(kt)||(kt=[kt]),kt=kt.map(function(qe){return qe.ID&&(qe.id=qe.ID,delete qe.ID),qe.Tag&&!oe(qe.Tag)&&(qe.Tag=[qe.Tag]),de(qe,"firstLowerCase")})),Ve.abrupt("return",{rules:kt,res:Ue.res});case 10:case"end":return Ve.stop()}},Ce,this)}));function he(Ce,_e){return Ie.apply(this,arguments)}return he}()},{"../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,L){var $=n("@babel/runtime/helpers/interopRequireDefault"),j=$(n("@babel/runtime/regenerator")),V=$(n("@babel/runtime/helpers/asyncToGenerator")),z=n("../utils/checkBucketName"),re=z.checkBucketName,ie=L;ie.getBucketVersioning=function(){var oe=(0,V.default)(j.default.mark(function de(pe,Ie){var he,Ce,_e;return j.default.wrap(function(Fe){for(;;)switch(Fe.prev=Fe.next){case 0:return re(pe),he=this._bucketRequestParams("GET",pe,"versioning",Ie),he.xmlResponse=!0,he.successStatuses=[200],Fe.next=6,this.request(he);case 6:return Ce=Fe.sent,_e=Ce.data.Status,Fe.abrupt("return",{status:Ce.status,versionStatus:_e,res:Ce.res});case 9:case"end":return Fe.stop()}},de,this)}));function ue(de,pe){return oe.apply(this,arguments)}return ue}()},{"../utils/checkBucketName":52,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93}],16:[function(n,k,L){var $=n("@babel/runtime/helpers/interopRequireDefault"),j=$(n("@babel/runtime/regenerator")),V=$(n("@babel/runtime/helpers/asyncToGenerator")),z=n("../utils/checkBucketName"),re=z.checkBucketName,ie=n("../utils/isObject"),oe=ie.isObject,ue=L;ue.getBucketWebsite=function(){var de=(0,V.default)(j.default.mark(function Ie(he,Ce){var _e,Ne,Fe;return j.default.wrap(function(kt){for(;;)switch(kt.prev=kt.next){case 0:return re(he),_e=this._bucketRequestParams("GET",he,"website",Ce),_e.successStatuses=[200],_e.xmlResponse=!0,kt.next=6,this.request(_e);case 6:return Ne=kt.sent,Fe=[],Ne.data.RoutingRules&&Ne.data.RoutingRules.RoutingRule&&(oe(Ne.data.RoutingRules.RoutingRule)?Fe=[Ne.data.RoutingRules.RoutingRule]:Fe=Ne.data.RoutingRules.RoutingRule),kt.abrupt("return",{index:Ne.data.IndexDocument&&Ne.data.IndexDocument.Suffix||"",supportSubDir:Ne.data.IndexDocument&&Ne.data.IndexDocument.SupportSubDir||"false",type:Ne.data.IndexDocument&&Ne.data.IndexDocument.Type,routingRules:Fe,error:Ne.data.ErrorDocument&&Ne.data.ErrorDocument.Key||null,res:Ne.res});case 10:case"end":return kt.stop()}},Ie,this)}));function pe(Ie,he){return de.apply(this,arguments)}return pe}()},{"../utils/checkBucketName":52,"../utils/isObject":73,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93}],17:[function(n,k,L){var $=n("@babel/runtime/helpers/interopRequireDefault"),j=$(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.assign.js");var V=$(n("@babel/runtime/helpers/asyncToGenerator"));Object.defineProperty(L,"__esModule",{value:!0}),L.getBucketWorm=void 0;var z=n("../utils/checkBucketName"),re=n("../utils/dataFix");function ie(ue,de){return oe.apply(this,arguments)}function oe(){return oe=(0,V.default)(j.default.mark(function ue(de,pe){var Ie,he;return j.default.wrap(function(_e){for(;;)switch(_e.prev=_e.next){case 0:return z.checkBucketName(de),Ie=this._bucketRequestParams("GET",de,"worm",pe),Ie.successStatuses=[200],Ie.xmlResponse=!0,_e.next=6,this.request(Ie);case 6:return he=_e.sent,re.dataFix(he.data,{lowerFirst:!0,rename:{RetentionPeriodInDays:"days"}}),_e.abrupt("return",Object.assign(Object.assign({},he.data),{res:he.res,status:he.status}));case 9:case"end":return _e.stop()}},ue,this)})),oe.apply(this,arguments)}L.getBucketWorm=ie},{"../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,L){var $=n("@babel/runtime/helpers/interopRequireDefault"),j=$(n("@babel/runtime/regenerator")),V=$(n("@babel/runtime/helpers/asyncToGenerator"));Object.defineProperty(L,"__esModule",{value:!0}),L.initiateBucketWorm=void 0;var z=n("../utils/obj2xml"),re=n("../utils/checkBucketName");function ie(ue,de,pe){return oe.apply(this,arguments)}function oe(){return oe=(0,V.default)(j.default.mark(function ue(de,pe,Ie){var he,Ce,_e;return j.default.wrap(function(Fe){for(;;)switch(Fe.prev=Fe.next){case 0:return re.checkBucketName(de),he=this._bucketRequestParams("POST",de,"worm",Ie),Ce={InitiateWormConfiguration:{RetentionPeriodInDays:pe}},he.mime="xml",he.content=z.obj2xml(Ce,{headers:!0}),he.successStatuses=[200],Fe.next=8,this.request(he);case 8:return _e=Fe.sent,Fe.abrupt("return",{res:_e.res,wormId:_e.res.headers["x-oss-worm-id"],status:_e.status});case 10:case"end":return Fe.stop()}},ue,this)})),oe.apply(this,arguments)}L.initiateBucketWorm=ie},{"../utils/checkBucketName":52,"../utils/obj2xml":75,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93}],19:[function(n,k,L){var $=n("@babel/runtime/helpers/interopRequireDefault"),j=$(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.assign.js");var V=$(n("@babel/runtime/helpers/asyncToGenerator"));Object.defineProperty(L,"__esModule",{value:!0}),L.listBucketInventory=void 0;var z=n("../utils/checkBucketName"),re=n("../utils/formatInventoryConfig");function ie(ue){return oe.apply(this,arguments)}function oe(){return oe=(0,V.default)(j.default.mark(function ue(de){var pe,Ie,he,Ce,_e,Ne,Fe,Ue,kt=arguments;return j.default.wrap(function(Ve){for(;;)switch(Ve.prev=Ve.next){case 0:return pe=kt.length>1&&kt[1]!==void 0?kt[1]:{},Ie=pe.continuationToken,he=Object.assign({inventory:""},Ie&&{"continuation-token":Ie},pe.subres),z.checkBucketName(de),Ce=this._bucketRequestParams("GET",de,he,pe),Ce.successStatuses=[200],Ce.xmlResponse=!0,Ve.next=9,this.request(Ce);case 9:return _e=Ve.sent,Ne=_e.data,Fe=_e.res,Ue=_e.status,Ve.abrupt("return",{isTruncated:Ne.IsTruncated==="true",nextContinuationToken:Ne.NextContinuationToken,inventoryList:re.formatInventoryConfig(Ne.InventoryConfiguration,!0),status:Ue,res:Fe});case 12:case"end":return Ve.stop()}},ue,this)})),oe.apply(this,arguments)}L.listBucketInventory=ie},{"../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,L){var $=n("@babel/runtime/helpers/interopRequireDefault"),j=$(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.assign.js"),n("core-js/modules/es.array.concat.js");var V=$(n("@babel/runtime/helpers/asyncToGenerator"));Object.defineProperty(L,"__esModule",{value:!0}),L.putBucketInventory=void 0;var z=n("../utils/checkBucketName"),re=n("../utils/obj2xml");function ie(ue,de){return oe.apply(this,arguments)}function oe(){return oe=(0,V.default)(j.default.mark(function ue(de,pe){var Ie,he,Ce,_e,Ne,Fe,Ue,kt,Et,Ve,qe,jt=arguments;return j.default.wrap(function(rr){for(;;)switch(rr.prev=rr.next){case 0:return Ie=jt.length>2&&jt[2]!==void 0?jt[2]:{},he=Object.assign({inventory:"",inventoryId:pe.id},Ie.subres),z.checkBucketName(de),Ce=pe.OSSBucketDestination,_e=pe.optionalFields,Ne=pe.includedObjectVersions,Fe="acs:oss:::",Ue="acs:ram::".concat(Ce.accountId,":role/"),kt={InventoryConfiguration:{Id:pe.id,IsEnabled:pe.isEnabled,Filter:{Prefix:pe.prefix||""},Destination:{OSSBucketDestination:{Format:Ce.format,AccountId:Ce.accountId,RoleArn:"".concat(Ue).concat(Ce.rolename),Bucket:"".concat(Fe).concat(Ce.bucket),Prefix:Ce.prefix||"",Encryption:Ce.encryption||""}},Schedule:{Frequency:pe.frequency},IncludedObjectVersions:Ne,OptionalFields:{Field:(_e==null?void 0:_e.field)||[]}}},Et=re.obj2xml(kt,{headers:!0,firstUpperCase:!0}),Ve=this._bucketRequestParams("PUT",de,he,Ie),Ve.successStatuses=[200],Ve.mime="xml",Ve.content=Et,rr.next=14,this.request(Ve);case 14:return qe=rr.sent,rr.abrupt("return",{status:qe.status,res:qe.res});case 16:case"end":return rr.stop()}},ue,this)})),oe.apply(this,arguments)}L.putBucketInventory=ie},{"../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,L){var $=n("@babel/runtime/helpers/interopRequireDefault"),j=$(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=$(n("@babel/runtime/helpers/asyncToGenerator")),z=n("../utils/checkBucketName"),re=z.checkBucketName,ie=n("../utils/isArray"),oe=ie.isArray,ue=n("../utils/deepCopy"),de=ue.deepCopy,pe=n("../utils/isObject"),Ie=pe.isObject,he=n("../utils/obj2xml"),Ce=he.obj2xml,_e=n("../utils/checkObjectTag"),Ne=_e.checkObjectTag,Fe=n("../utils/getStrBytesCount"),Ue=Fe.getStrBytesCount,kt=L;kt.putBucketLifecycle=function(){var ar=(0,V.default)(j.default.mark(function ur(cr,_r,hr){var Er,kr,xr,yr,br;return j.default.wrap(function(Mr){for(;;)switch(Mr.prev=Mr.next){case 0:if(re(cr),oe(_r)){Mr.next=3;break}throw new Error("rules must be Array");case 3:return Er=this._bucketRequestParams("PUT",cr,"lifecycle",hr),kr=[],xr={LifecycleConfiguration:{Rule:kr}},_r.forEach(function(mr){Et(mr),rr(mr),mr.id&&(mr.ID=mr.id,delete mr.id),kr.push(mr)}),yr=Ce(xr,{headers:!0,firstUpperCase:!0}),Er.content=yr,Er.mime="xml",Er.successStatuses=[200],Mr.next=13,this.request(Er);case 13:return br=Mr.sent,Mr.abrupt("return",{res:br.res});case 15:case"end":return Mr.stop()}},ur,this)}));function nr(ur,cr,_r){return ar.apply(this,arguments)}return nr}();function Et(ar){ar.days&&(ar.expiration={days:ar.days}),ar.date&&(ar.expiration={createdBeforeDate:ar.date})}function Ve(ar,nr){var ur=ar.days,cr=ar.createdBeforeDate;if(!ur&&!cr)throw new Error("".concat(nr," must includes days or createdBeforeDate"));if(ur&&(oe(ur)||!/^[1-9][0-9]*$/.test(ur)))throw new Error("days must be a positive integer");if(cr&&!/\d{4}-\d{2}-\d{2}T00:00:00.000Z/.test(cr))throw new Error("createdBeforeDate must be date and conform to iso8601 format")}function qe(ar,nr){var ur=ar.noncurrentDays;if(ur){if(ur&&(oe(ur)||!/^[1-9][0-9]*$/.test(ur)))throw new Error("noncurrentDays must be a positive integer")}else throw new Error("".concat(nr," must includes noncurrentDays"))}function jt(ar){if(!oe(ar)&&!Ie(ar))throw new Error("tag must be Object or Array");ar=Ie(ar)?[ar]:ar;var nr={},ur=de(ar);ur.forEach(function(cr){nr[cr.key]=cr.value}),Ne(nr)}function tr(ar){if(!["IA","Archive","ColdArchive","DeepColdArchive"].includes(ar))throw new Error("StorageClass must be IA or Archive or ColdArchive or DeepColdArchive")}function rr(ar){if(ar.id&&Ue(ar.id)>255)throw new Error("ID is composed of 255 bytes at most");if(ar.prefix===void 0)throw new Error("Rule must includes prefix");if(!["Enabled","Disabled"].includes(ar.status))throw new Error("Status must be Enabled or Disabled");if(!ar.expiration&&!ar.noncurrentVersionExpiration&&!ar.abortMultipartUpload&&!ar.transition&&!ar.noncurrentVersionTransition)throw new Error("Rule must includes expiration or noncurrentVersionExpiration or abortMultipartUpload or transition or noncurrentVersionTransition");if(ar.transition&&(tr(ar.transition.storageClass),Ve(ar.transition,"Transition")),ar.expiration){if(!ar.expiration.expiredObjectDeleteMarker)Ve(ar.expiration,"Expiration");else if(ar.expiration.days||ar.expiration.createdBeforeDate)throw new Error("expiredObjectDeleteMarker cannot be used with days or createdBeforeDate")}if(ar.abortMultipartUpload&&Ve(ar.abortMultipartUpload,"AbortMultipartUpload"),ar.noncurrentVersionTransition&&(tr(ar.noncurrentVersionTransition.storageClass),qe(ar.noncurrentVersionTransition,"NoncurrentVersionTransition")),ar.noncurrentVersionExpiration&&qe(ar.noncurrentVersionExpiration,"NoncurrentVersionExpiration"),ar.tag){if(ar.abortMultipartUpload)throw new Error("Tag cannot be used with abortMultipartUpload");jt(ar.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,L){var $=n("@babel/runtime/helpers/interopRequireDefault"),j=$(n("@babel/runtime/regenerator"));n("core-js/modules/es.array.includes.js");var V=$(n("@babel/runtime/helpers/asyncToGenerator")),z=n("../utils/checkBucketName"),re=z.checkBucketName,ie=n("../utils/obj2xml"),oe=ie.obj2xml,ue=L;ue.putBucketVersioning=function(){var de=(0,V.default)(j.default.mark(function Ie(he,Ce){var _e,Ne,Fe,Ue,kt=arguments;return j.default.wrap(function(Ve){for(;;)switch(Ve.prev=Ve.next){case 0:if(_e=kt.length>2&&kt[2]!==void 0?kt[2]:{},re(he),["Enabled","Suspended"].includes(Ce)){Ve.next=4;break}throw new Error("status must be Enabled or Suspended");case 4:return Ne=this._bucketRequestParams("PUT",he,"versioning",_e),Fe={VersioningConfiguration:{Status:Ce}},Ne.mime="xml",Ne.content=oe(Fe,{headers:!0}),Ve.next=10,this.request(Ne);case 10:return Ue=Ve.sent,Ve.abrupt("return",{res:Ue.res,status:Ue.status});case 12:case"end":return Ve.stop()}},Ie,this)}));function pe(Ie,he){return de.apply(this,arguments)}return pe}()},{"../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,L){var $=n("@babel/runtime/helpers/interopRequireDefault"),j=$(n("@babel/runtime/regenerator")),V=$(n("@babel/runtime/helpers/asyncToGenerator")),z=n("../utils/checkBucketName"),re=z.checkBucketName,ie=n("../utils/obj2xml"),oe=ie.obj2xml,ue=n("../utils/isArray"),de=ue.isArray,pe=L;pe.putBucketWebsite=function(){var Ie=(0,V.default)(j.default.mark(function Ce(_e){var Ne,Fe,Ue,kt,Et,Ve,qe,jt=arguments;return j.default.wrap(function(rr){for(;;)switch(rr.prev=rr.next){case 0:if(Ne=jt.length>1&&jt[1]!==void 0?jt[1]:{},Fe=jt.length>2?jt[2]:void 0,re(_e),Ue=this._bucketRequestParams("PUT",_e,"website",Fe),kt={Suffix:Ne.index||"index.html"},Et={IndexDocument:kt},Ve={WebsiteConfiguration:Et},Ne.supportSubDir&&(kt.SupportSubDir=Ne.supportSubDir),Ne.type&&(kt.Type=Ne.type),Ne.error&&(Et.ErrorDocument={Key:Ne.error}),Ne.routingRules===void 0){rr.next=14;break}if(de(Ne.routingRules)){rr.next=13;break}throw new Error("RoutingRules must be Array");case 13:Et.RoutingRules={RoutingRule:Ne.routingRules};case 14:return Ve=oe(Ve),Ue.content=Ve,Ue.mime="xml",Ue.successStatuses=[200],rr.next=20,this.request(Ue);case 20:return qe=rr.sent,rr.abrupt("return",{res:qe.res});case 22:case"end":return rr.stop()}},Ce,this)}));function he(Ce){return Ie.apply(this,arguments)}return he}()},{"../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,L){(function($){(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"),L.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 ie=$.from(JSON.stringify(re)).toString("base64");if(V.headers["x-oss-callback"]=ie,z.callback.customValue){var oe={};Object.keys(z.callback.customValue).forEach(function(ue){oe["x:".concat(ue)]=z.callback.customValue[ue].toString()}),V.headers["x-oss-callback-var"]=$.from(JSON.stringify(oe)).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,L){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 $=function(de){return de&&de.__esModule?de:{default:de}};Object.defineProperty(L,"__esModule",{value:!0}),L.getReqUrl=void 0;var j=$(n("copy-to")),V=$(n("url")),z=$(n("merge-descriptors")),re=$(n("is-type-of")),ie=n("../utils/isIP"),oe=n("../utils/checkConfigValid");function ue(de){var pe={},Ie=this.options.cname;oe.checkConfigValid(this.options.endpoint,"endpoint"),j.default(this.options.endpoint,!1).to(pe),de.bucket&&!Ie&&!ie.isIP(pe.hostname)&&!this.options.sldEnable&&(pe.host="".concat(de.bucket,".").concat(pe.host));var he="/";de.bucket&&this.options.sldEnable&&(he+="".concat(de.bucket,"/")),de.object&&(he+=this._escape(de.object).replace(/\+/g,"%2B")),pe.pathname=he;var Ce={};if(de.query&&z.default(Ce,de.query),de.subres){var _e={};re.default.string(de.subres)?_e[de.subres]="":re.default.array(de.subres)?de.subres.forEach(function(Ne){_e[Ne]=""}):_e=de.subres,z.default(Ce,_e)}return pe.query=Ce,V.default.format(pe)}L.getReqUrl=ue},{"../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,L){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 $=n("humanize-ms"),j=n("url"),V=n("../utils/checkBucketName"),z=V.checkBucketName,re=n("../utils/setRegion"),ie=re.setRegion,oe=n("../utils/checkConfigValid"),ue=oe.checkConfigValid;function de(pe,Ie){ue(pe,"endpoint");var he=j.parse(pe);if(he.protocol||(he=j.parse("http".concat(Ie?"s":"","://").concat(pe))),he.protocol!=="http:"&&he.protocol!=="https:")throw new Error("Endpoint protocol must be http or https.");return he}k.exports=function(pe){if(!pe||!pe.accessKeyId||!pe.accessKeySecret)throw new Error("require accessKeyId, accessKeySecret");pe.stsToken&&!pe.refreshSTSToken&&!pe.refreshSTSTokenInterval&&console.warn("It's recommended to set 'refreshSTSToken' and 'refreshSTSTokenInterval' to refresh stsToken、accessKeyId、accessKeySecret automatically when sts token has expired"),pe.bucket&&z(pe.bucket);var Ie=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},pe);if(Ie.accessKeyId=Ie.accessKeyId.trim(),Ie.accessKeySecret=Ie.accessKeySecret.trim(),Ie.timeout&&(Ie.timeout=$(Ie.timeout)),Ie.endpoint)Ie.endpoint=de(Ie.endpoint,Ie.secure);else if(Ie.region)Ie.endpoint=ie(Ie.region,Ie.internal,Ie.secure);else throw new Error("require options.endpoint or options.region");return Ie.inited=!0,Ie}},{"../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,L){var $=n("merge-descriptors"),j=L;$(j,n("./processObjectSave"))},{"./processObjectSave":28,"merge-descriptors":430}],28:[function(n,k,L){var $=n("@babel/runtime/helpers/interopRequireDefault"),j=$(n("@babel/runtime/regenerator"));n("core-js/modules/es.array.concat.js");var V=$(n("@babel/runtime/helpers/asyncToGenerator")),z=n("../utils/checkBucketName"),re=z.checkBucketName,ie=n("querystring"),oe=n("js-base64"),ue=oe.Base64.encode,de=L;de.processObjectSave=function(){var Ie=(0,V.default)(j.default.mark(function Ce(_e,Ne,Fe,Ue){var kt,Et,Ve,qe;return j.default.wrap(function(tr){for(;;)switch(tr.prev=tr.next){case 0:return pe(_e,"sourceObject"),pe(Ne,"targetObject"),pe(Fe,"process"),Ne=this._objectName(Ne),Ue&&re(Ue),kt=this._objectRequestParams("POST",_e,{subres:"x-oss-process"}),Et=Ue?",b_".concat(ue(Ue)):"",Ne=ue(Ne),Ve={"x-oss-process":"".concat(Fe,"|sys/saveas,o_").concat(Ne).concat(Et)},kt.content=ie.stringify(Ve),tr.next=12,this.request(kt);case 12:return qe=tr.sent,tr.abrupt("return",{res:qe.res,status:qe.res.status});case 14:case"end":return tr.stop()}},Ce,this)}));function he(Ce,_e,Ne,Fe){return Ie.apply(this,arguments)}return he}();function pe(Ie,he){if(!Ie)throw new Error("".concat(he," is required"));if(typeof Ie!="string")throw new Error("".concat(he," 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,L){var $=n("@babel/runtime/helpers/interopRequireDefault"),j=$(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=$(n("@babel/runtime/helpers/asyncToGenerator")),z=n("debug")("ali-oss:multipart-copy"),re=n("copy-to"),ie=L;ie.uploadPartCopy=function(){var oe=(0,V.default)(j.default.mark(function de(pe,Ie,he,Ce,_e){var Ne,Fe,Ue,kt,Et,Ve=arguments;return j.default.wrap(function(jt){for(;;)switch(jt.prev=jt.next){case 0:return Ne=Ve.length>5&&Ve[5]!==void 0?Ve[5]:{},Ne.headers=Ne.headers||{},Fe=Ne.versionId||Ne.subres&&Ne.subres.versionId||null,Fe?Ue="/".concat(_e.sourceBucketName,"/").concat(encodeURIComponent(_e.sourceKey),"?versionId=").concat(Fe):Ue="/".concat(_e.sourceBucketName,"/").concat(encodeURIComponent(_e.sourceKey)),Ne.headers["x-oss-copy-source"]=Ue,Ce&&(Ne.headers["x-oss-copy-source-range"]="bytes=".concat(Ce)),Ne.subres={partNumber:he,uploadId:Ie},kt=this._objectRequestParams("PUT",pe,Ne),kt.mime=Ne.mime,kt.successStatuses=[200],jt.next=12,this.request(kt);case 12:return Et=jt.sent,jt.abrupt("return",{name:pe,etag:Et.res.headers.etag,res:Et.res});case 14:case"end":return jt.stop()}},de,this)}));function ue(de,pe,Ie,he,Ce){return oe.apply(this,arguments)}return ue}(),ie.multipartUploadCopy=function(){var oe=(0,V.default)(j.default.mark(function de(pe,Ie){var he,Ce,_e,Ne,Fe,Ue,kt,Et,Ve,qe,jt,tr,rr=arguments;return j.default.wrap(function(nr){for(;;)switch(nr.prev=nr.next){case 0:return he=rr.length>2&&rr[2]!==void 0?rr[2]:{},this.resetCancelFlag(),Ce=he.versionId,_e=Ce===void 0?null:Ce,Ne={versionId:_e},nr.next=6,this._getObjectMeta(Ie.sourceBucketName,Ie.sourceKey,Ne);case 6:if(Fe=nr.sent,Ue=Fe.res.headers["content-length"],Ie.startOffset=Ie.startOffset||0,Ie.endOffset=Ie.endOffset||Ue,!(he.checkpoint&&he.checkpoint.uploadId)){nr.next=14;break}return nr.next=13,this._resumeMultipartCopy(he.checkpoint,Ie,he);case 13:return nr.abrupt("return",nr.sent);case 14:if(kt=102400,Et=Ie.endOffset-Ie.startOffset,!(Et<kt)){nr.next=18;break}throw new Error("copySize must not be smaller than ".concat(kt));case 18:if(!(he.partSize&&he.partSize<kt)){nr.next=20;break}throw new Error("partSize must not be smaller than ".concat(kt));case 20:return nr.next=22,this.initMultipartUpload(pe,he);case 22:if(Ve=nr.sent,qe=Ve.uploadId,jt=this._getPartSize(Et,he.partSize),tr={name:pe,copySize:Et,partSize:jt,uploadId:qe,doneParts:[]},!(he&&he.progress)){nr.next=29;break}return nr.next=29,he.progress(0,tr,Ve.res);case 29:return nr.next=31,this._resumeMultipartCopy(tr,Ie,he);case 31:return nr.abrupt("return",nr.sent);case 32:case"end":return nr.stop()}},de,this)}));function ue(de,pe){return oe.apply(this,arguments)}return ue}(),ie._resumeMultipartCopy=function(){var oe=(0,V.default)(j.default.mark(function de(pe,Ie,he){var Ce,_e,Ne,Fe,Ue,kt,Et,Ve,qe,jt,tr,rr,ar,nr,ur,cr,_r,hr,Er,kr,xr;return j.default.wrap(function(br){for(;;)switch(br.prev=br.next){case 0:if(!this.isCancel()){br.next=2;break}throw this._makeCancelEvent();case 2:if(Ce=he.versionId,_e=Ce===void 0?null:Ce,Ne={versionId:_e},Fe=pe.copySize,Ue=pe.partSize,kt=pe.uploadId,Et=pe.doneParts,Ve=pe.name,qe=this._divideMultipartCopyParts(Fe,Ue,Ie.startOffset),jt=qe.length,tr={headers:{}},he.copyheaders&&re(he.copyheaders).to(tr.headers),_e&&re(Ne).to(tr),rr=function(Mr,mr,gr){return new Promise(function(){var jr=(0,V.default)(j.default.mark(function Hr(Vr,zr){var Sr,Tr,Br;return j.default.wrap(function(Cr){for(;;)switch(Cr.prev=Cr.next){case 0:if(Cr.prev=0,Mr.isCancel()){Cr.next=22;break}return Sr=qe[mr-1],Tr="".concat(Sr.start,"-").concat(Sr.end-1),Cr.prev=4,Cr.next=7,Mr.uploadPartCopy(Ve,kt,mr,Tr,gr,tr);case 7:Br=Cr.sent,Cr.next=15;break;case 10:if(Cr.prev=10,Cr.t0=Cr.catch(4),Cr.t0.status!==404){Cr.next=14;break}throw Mr._makeAbortEvent();case 14:throw Cr.t0;case 15:if(Mr.isCancel()){Cr.next=22;break}if(z("content-range ".concat(Br.res.headers["content-range"])),Et.push({number:mr,etag:Br.res.headers.etag}),pe.doneParts=Et,!(he&&he.progress)){Cr.next=22;break}return Cr.next=22,he.progress(Et.length/jt,pe,Br.res);case 22:Vr(),Cr.next=29;break;case 25:Cr.prev=25,Cr.t1=Cr.catch(0),Cr.t1.partNum=mr,zr(Cr.t1);case 29:case"end":return Cr.stop()}},Hr,null,[[0,25],[4,10]])}));return function(Hr,Vr){return jr.apply(this,arguments)}}())},ar=Array.from(new Array(jt),function(Ir,Mr){return Mr+1}),nr=Et.map(function(Ir){return Ir.number}),ur=ar.filter(function(Ir){return nr.indexOf(Ir)<0}),cr=5,_r=he.parallel||cr,!(this.checkBrowserAndVersion("Internet Explorer","10")||_r===1)){br.next=28;break}hr=0;case 18:if(!(hr<ur.length)){br.next=26;break}if(!this.isCancel()){br.next=21;break}throw this._makeCancelEvent();case 21:return br.next=23,rr(this,ur[hr],Ie);case 23:hr++,br.next=18;break;case 26:br.next=40;break;case 28:return br.next=30,this._parallelNode(ur,_r,rr,Ie);case 30:if(Er=br.sent,kr=Er.find(function(Ir){return Ir.name==="abort"}),!kr){br.next=34;break}throw kr;case 34:if(!this.isCancel()){br.next=36;break}throw this._makeCancelEvent();case 36:if(!(Er&&Er.length>0)){br.next=40;break}throw xr=Er[0],xr.message="Failed to copy some parts with error: ".concat(xr.toString()," part_num: ").concat(xr.partNum),xr;case 40:return br.next=42,this.completeMultipartUpload(Ve,kt,Et,he);case 42:return br.abrupt("return",br.sent);case 43:case"end":return br.stop()}},de,this)}));function ue(de,pe,Ie){return oe.apply(this,arguments)}return ue}(),ie._divideMultipartCopyParts=function(ue,de,pe){for(var Ie=Math.ceil(ue/de),he=[],Ce=0;Ce<Ie;Ce++){var _e=de*Ce+pe,Ne=Math.min(_e+de,ue+pe);he.push({start:_e,end:Ne})}return he},ie._getObjectMeta=function(){var oe=(0,V.default)(j.default.mark(function de(pe,Ie,he){var Ce,_e;return j.default.wrap(function(Fe){for(;;)switch(Fe.prev=Fe.next){case 0:return Ce=this.getBucket(),this.setBucket(pe),Fe.next=4,this.head(Ie,he);case 4:return _e=Fe.sent,this.setBucket(Ce),Fe.abrupt("return",_e);case 7:case"end":return Fe.stop()}},de,this)}));function ue(de,pe,Ie){return oe.apply(this,arguments)}return ue}()},{"@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,L){(function($){(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"),ie=n("./callback"),oe=n("./utils/deepCopy"),ue=oe.deepCopyWith,de=n("./utils/isBuffer"),pe=de.isBuffer,Ie=n("./utils/omit"),he=Ie.omit,Ce=L;Ce.listUploads=function(){var _e=(0,z.default)(V.default.mark(function Fe(Ue,kt){var Et,Ve,qe,jt;return V.default.wrap(function(rr){for(;;)switch(rr.prev=rr.next){case 0:return kt=kt||{},Et={},re(kt).to(Et),Et.subres="uploads",Ve=this._objectRequestParams("GET","",Et),Ve.query=Ue,Ve.xmlResponse=!0,Ve.successStatuses=[200],rr.next=10,this.request(Ve);case 10:return qe=rr.sent,jt=qe.data.Upload||[],Array.isArray(jt)||(jt=[jt]),jt=jt.map(function(ar){return{name:ar.Key,uploadId:ar.UploadId,initiated:ar.Initiated}}),rr.abrupt("return",{res:qe.res,uploads:jt,bucket:qe.data.Bucket,nextKeyMarker:qe.data.NextKeyMarker,nextUploadIdMarker:qe.data.NextUploadIdMarker,isTruncated:qe.data.IsTruncated==="true"});case 15:case"end":return rr.stop()}},Fe,this)}));function Ne(Fe,Ue){return _e.apply(this,arguments)}return Ne}(),Ce.listParts=function(){var _e=(0,z.default)(V.default.mark(function Fe(Ue,kt,Et,Ve){var qe,jt,tr;return V.default.wrap(function(ar){for(;;)switch(ar.prev=ar.next){case 0:return Ve=Ve||{},qe={},re(Ve).to(qe),qe.subres={uploadId:kt},jt=this._objectRequestParams("GET",Ue,qe),jt.query=Et,jt.xmlResponse=!0,jt.successStatuses=[200],ar.next=10,this.request(jt);case 10:return tr=ar.sent,ar.abrupt("return",{res:tr.res,uploadId:tr.data.UploadId,bucket:tr.data.Bucket,name:tr.data.Key,partNumberMarker:tr.data.PartNumberMarker,nextPartNumberMarker:tr.data.NextPartNumberMarker,maxParts:tr.data.MaxParts,isTruncated:tr.data.IsTruncated,parts:tr.data.Part||[]});case 12:case"end":return ar.stop()}},Fe,this)}));function Ne(Fe,Ue,kt,Et){return _e.apply(this,arguments)}return Ne}(),Ce.abortMultipartUpload=function(){var _e=(0,z.default)(V.default.mark(function Fe(Ue,kt,Et){var Ve,qe,jt;return V.default.wrap(function(rr){for(;;)switch(rr.prev=rr.next){case 0:return this._stop(),Et=Et||{},Ve={},re(Et).to(Ve),Ve.subres={uploadId:kt},qe=this._objectRequestParams("DELETE",Ue,Ve),qe.successStatuses=[204],rr.next=9,this.request(qe);case 9:return jt=rr.sent,rr.abrupt("return",{res:jt.res});case 11:case"end":return rr.stop()}},Fe,this)}));function Ne(Fe,Ue,kt){return _e.apply(this,arguments)}return Ne}(),Ce.initMultipartUpload=function(){var _e=(0,z.default)(V.default.mark(function Fe(Ue,kt){var Et,Ve,qe;return V.default.wrap(function(tr){for(;;)switch(tr.prev=tr.next){case 0:return kt=kt||{},Et={},re(kt).to(Et),Et.headers=Et.headers||{},this._convertMetaToHeaders(kt.meta,Et.headers),Et.subres="uploads",Ve=this._objectRequestParams("POST",Ue,Et),Ve.mime=kt.mime,Ve.xmlResponse=!0,Ve.successStatuses=[200],tr.next=12,this.request(Ve);case 12:return qe=tr.sent,tr.abrupt("return",{res:qe.res,bucket:qe.data.Bucket,name:qe.data.Key,uploadId:qe.data.UploadId});case 14:case"end":return tr.stop()}},Fe,this)}));function Ne(Fe,Ue){return _e.apply(this,arguments)}return Ne}(),Ce.uploadPart=function(){var _e=(0,z.default)(V.default.mark(function Fe(Ue,kt,Et,Ve,qe,jt,tr){var rr,ar;return V.default.wrap(function(ur){for(;;)switch(ur.prev=ur.next){case 0:if(rr={size:jt-qe},ar=$&&$.browser,!ar){ur.next=8;break}return ur.next=5,this._createBuffer(Ve,qe,jt);case 5:rr.content=ur.sent,ur.next=11;break;case 8:return ur.next=10,this._createStream(Ve,qe,jt);case 10:rr.stream=ur.sent;case 11:return ur.next=13,this._uploadPart(Ue,kt,Et,rr,tr);case 13:return ur.abrupt("return",ur.sent);case 14:case"end":return ur.stop()}},Fe,this)}));function Ne(Fe,Ue,kt,Et,Ve,qe,jt){return _e.apply(this,arguments)}return Ne}(),Ce.completeMultipartUpload=function(){var _e=(0,z.default)(V.default.mark(function Fe(Ue,kt,Et,Ve){var qe,jt,tr,rr,ar,nr,ur,cr;return V.default.wrap(function(hr){for(;;)switch(hr.prev=hr.next){case 0:for(qe=Et.concat().sort(function(Er,kr){return Er.number-kr.number}).filter(function(Er,kr,xr){return!kr||Er.number!==xr[kr-1].number}),jt=`<?xml version="1.0" encoding="UTF-8"?>
<CompleteMultipartUpload>
`,tr=0;tr<qe.length;tr++)rr=qe[tr],jt+=`<Part>
`,jt+="<PartNumber>".concat(rr.number,`</PartNumber>
`),jt+="<ETag>".concat(rr.etag,`</ETag>
`),jt+=`</Part>
`;return jt+="</CompleteMultipartUpload>",Ve=Ve||{},ar={},ar=ue(Ve,function(Er){if(pe(Er))return null}),ar.subres={uploadId:kt},ar.headers=he(ar.headers,["x-oss-server-side-encryption","x-oss-storage-class"]),nr=this._objectRequestParams("POST",Ue,ar),ie.encodeCallback(nr,ar),nr.mime="xml",nr.content=jt,nr.headers&&nr.headers["x-oss-callback"]||(nr.xmlResponse=!0),nr.successStatuses=[200],hr.next=17,this.request(nr);case 17:if(ur=hr.sent,!Ve.progress){hr.next=21;break}return hr.next=21,Ve.progress(1,null,ur.res);case 21:return cr={res:ur.res,bucket:nr.bucket,name:Ue,etag:ur.res.headers.etag},nr.headers&&nr.headers["x-oss-callback"]&&(cr.data=JSON.parse(ur.data.toString())),hr.abrupt("return",cr);case 24:case"end":return hr.stop()}},Fe,this)}));function Ne(Fe,Ue,kt,Et){return _e.apply(this,arguments)}return Ne}(),Ce._uploadPart=function(){var _e=(0,z.default)(V.default.mark(function Fe(Ue,kt,Et,Ve,qe){var jt,tr,rr,ar;return V.default.wrap(function(ur){for(;;)switch(ur.prev=ur.next){case 0:return qe=qe||{},jt={},re(qe).to(jt),jt.headers=jt.headers||{},jt.headers["Content-Length"]=Ve.size,jt.headers=he(jt.headers,["x-oss-server-side-encryption","x-oss-storage-class"]),jt.subres={partNumber:Et,uploadId:kt},tr=this._objectRequestParams("PUT",Ue,jt),tr.mime=jt.mime,rr=$&&$.browser,rr?tr.content=Ve.content:tr.stream=Ve.stream,tr.successStatuses=[200],tr.disabledMD5=qe.disabledMD5,ur.next=15,this.request(tr);case 15:if(ar=ur.sent,ar.res.headers.etag){ur.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 Ve.stream&&(Ve.stream=null,tr.stream=null),ur.abrupt("return",{name:Ue,etag:ar.res.headers.etag,res:ar.res});case 20:case"end":return ur.stop()}},Fe,this)}));function Ne(Fe,Ue,kt,Et,Ve){return _e.apply(this,arguments)}return Ne}()}).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,L){var $=n("@babel/runtime/helpers/interopRequireDefault"),j=$(n("@babel/runtime/regenerator"));n("core-js/modules/es.regexp.exec.js");var V=$(n("@babel/runtime/helpers/asyncToGenerator")),z=n("url"),re=n("utility"),ie=n("copy-to"),oe=n("../../common/signUtils"),ue=n("../utils/isIP"),de=ue.isIP,pe=n("../utils/setSTSToken"),Ie=pe.setSTSToken,he=n("../utils/isFunction"),Ce=he.isFunction,_e=L;_e.asyncSignatureUrl=function(){var Ne=(0,V.default)(j.default.mark(function Ue(kt,Et){var Ve,qe,jt,tr,rr,ar,nr=arguments;return j.default.wrap(function(cr){for(;;)switch(cr.prev=cr.next){case 0:if(Ve=nr.length>2&&nr[2]!==void 0?nr[2]:!0,!de(this.options.endpoint.hostname)){cr.next=3;break}throw new Error("can not get the object URL when endpoint is IP");case 3:if(!(Ve&&/^\?/.test(kt))){cr.next=5;break}throw new Error("Invalid object name ".concat(kt));case 5:if(Et=Et||{},kt=this._objectName(kt),Et.method=Et.method||"GET",qe=re.timestamp()+(Et.expires||1800),jt={bucket:this.options.bucket,object:kt},tr=this._getResource(jt),!(this.options.stsToken&&Ce(this.options.refreshSTSToken))){cr.next=14;break}return cr.next=14,Ie.call(this);case 14:return this.options.stsToken&&(Et["security-token"]=this.options.stsToken),rr=oe._signatureForURL(this.options.accessKeySecret,Et,tr,qe),ar=z.parse(this._getReqUrl(jt)),ar.query={OSSAccessKeyId:this.options.accessKeyId,Expires:qe,Signature:rr.Signature},ie(rr.subResource).to(ar.query),cr.abrupt("return",ar.format());case 20:case"end":return cr.stop()}},Ue,this)}));function Fe(Ue,kt){return Ne.apply(this,arguments)}return Fe}()},{"../../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,L){var $=n("@babel/runtime/helpers/interopRequireDefault"),j=$(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=$(n("@babel/runtime/helpers/typeof")),z=$(n("@babel/runtime/helpers/asyncToGenerator")),re=n("../utils/checkBucketName"),ie=re.checkBucketName,oe=L,ue=["content-type","content-encoding","content-language","content-disposition","cache-control","expires"];oe.copy=function(){var de=(0,z.default)(j.default.mark(function Ie(he,Ce,_e,Ne){var Fe,Ue,kt;return j.default.wrap(function(Ve){for(;;)switch(Ve.prev=Ve.next){case 0:return(0,V.default)(_e)==="object"&&(Ne=_e),Ne=Ne||{},Ne.headers=Ne.headers||{},Object.keys(Ne.headers).forEach(function(qe){Ne.headers["x-oss-copy-source-".concat(qe.toLowerCase())]=Ne.headers[qe]}),(Ne.meta||Object.keys(Ne.headers).find(function(qe){return ue.includes(qe.toLowerCase())}))&&(Ne.headers["x-oss-metadata-directive"]="REPLACE"),this._convertMetaToHeaders(Ne.meta,Ne.headers),Ce=this._getSourceName(Ce,_e),Ne.versionId&&(Ce="".concat(Ce,"?versionId=").concat(Ne.versionId)),Ne.headers["x-oss-copy-source"]=Ce,Fe=this._objectRequestParams("PUT",he,Ne),Fe.xmlResponse=!0,Fe.successStatuses=[200,304],Ve.next=14,this.request(Fe);case 14:return Ue=Ve.sent,kt=Ue.data,kt&&(kt={etag:kt.ETag,lastModified:kt.LastModified}),Ve.abrupt("return",{data:kt,res:Ue.res});case 18:case"end":return Ve.stop()}},Ie,this)}));function pe(Ie,he,Ce,_e){return de.apply(this,arguments)}return pe}(),oe._getSourceName=function(pe,Ie){return typeof Ie=="string"?pe=this._objectName(pe):pe[0]!=="/"?Ie=this.options.bucket:(Ie=pe.replace(/\/(.+?)(\/.*)/,"$1"),pe=pe.replace(/(\/.+?\/)(.*)/,"$2")),ie(Ie),pe=encodeURIComponent(pe),pe="/".concat(Ie,"/").concat(pe),pe}},{"../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,L){var $=n("@babel/runtime/helpers/interopRequireDefault"),j=$(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.assign.js");var V=$(n("@babel/runtime/helpers/asyncToGenerator")),z=L;z.delete=function(){var re=(0,V.default)(j.default.mark(function oe(ue){var de,pe,Ie,he=arguments;return j.default.wrap(function(_e){for(;;)switch(_e.prev=_e.next){case 0:return de=he.length>1&&he[1]!==void 0?he[1]:{},de.subres=Object.assign({},de.subres),de.versionId&&(de.subres.versionId=de.versionId),pe=this._objectRequestParams("DELETE",ue,de),pe.successStatuses=[204],_e.next=7,this.request(pe);case 7:return Ie=_e.sent,_e.abrupt("return",{res:Ie.res});case 9:case"end":return _e.stop()}},oe,this)}));function ie(oe){return re.apply(this,arguments)}return ie}()},{"@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,L){var $=n("@babel/runtime/helpers/interopRequireDefault"),j=$(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.assign.js");var V=$(n("@babel/runtime/helpers/asyncToGenerator")),z=n("utility"),re=n("../utils/obj2xml"),ie=re.obj2xml,oe=L;oe.deleteMulti=function(){var ue=(0,V.default)(j.default.mark(function pe(Ie){var he,Ce,_e,Ne,Fe,Ue,kt,Et,Ve,qe,jt,tr,rr,ar=arguments;return j.default.wrap(function(ur){for(;;)switch(ur.prev=ur.next){case 0:if(he=ar.length>1&&ar[1]!==void 0?ar[1]:{},Ce=[],!(!Ie||!Ie.length)){ur.next=4;break}throw new Error("names is required");case 4:for(_e=0;_e<Ie.length;_e++)Ne={},typeof Ie[_e]=="string"?Ne.Key=z.escape(this._objectName(Ie[_e])):(Fe=Ie[_e],Ue=Fe.key,kt=Fe.versionId,Ne.Key=z.escape(this._objectName(Ue)),Ne.VersionId=kt),Ce.push(Ne);return Et={Delete:{Quiet:!!he.quiet,Object:Ce}},Ve=ie(Et,{headers:!0}),he.subres=Object.assign({delete:""},he.subres),he.versionId&&(he.subres.versionId=he.versionId),qe=this._objectRequestParams("POST","",he),qe.mime="xml",qe.content=Ve,qe.xmlResponse=!0,qe.successStatuses=[200],ur.next=16,this.request(qe);case 16:return jt=ur.sent,tr=jt.data,rr=tr&&tr.Deleted||null,rr&&(Array.isArray(rr)||(rr=[rr])),ur.abrupt("return",{res:jt.res,deleted:rr||[]});case 21:case"end":return ur.stop()}},pe,this)}));function de(pe){return ue.apply(this,arguments)}return de}()},{"../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,L){var $=n("@babel/runtime/helpers/interopRequireDefault"),j=$(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.assign.js");var V=$(n("@babel/runtime/helpers/asyncToGenerator")),z=L;z.deleteObjectTagging=function(){var re=(0,V.default)(j.default.mark(function oe(ue){var de,pe,Ie,he=arguments;return j.default.wrap(function(_e){for(;;)switch(_e.prev=_e.next){case 0:return de=he.length>1&&he[1]!==void 0?he[1]:{},de.subres=Object.assign({tagging:""},de.subres),de.versionId&&(de.subres.versionId=de.versionId),ue=this._objectName(ue),pe=this._objectRequestParams("DELETE",ue,de),pe.successStatuses=[204],_e.next=8,this.request(pe);case 8:return Ie=_e.sent,_e.abrupt("return",{status:Ie.status,res:Ie.res});case 10:case"end":return _e.stop()}},oe,this)}));function ie(oe){return re.apply(this,arguments)}return ie}()},{"@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,L){n("core-js/modules/es.array.concat.js");var $=n("url"),j=n("../utils/isIP"),V=j.isIP,z=L;z.generateObjectUrl=function(ie,oe){if(V(this.options.endpoint.hostname))throw new Error("can not get the object URL when endpoint is IP");if(oe)oe[oe.length-1]!=="/"&&(oe+="/");else{oe=this.options.endpoint.format();var ue=$.parse(oe),de=this.options.bucket;ue.hostname="".concat(de,".").concat(ue.hostname),ue.host="".concat(de,".").concat(ue.host),oe=ue.format()}return oe+this._escape(this._objectName(ie))}},{"../utils/isIP":72,"core-js/modules/es.array.concat.js":310,url:545}],37:[function(n,k,L){(function($){(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"),ie=n("is-type-of"),oe=n("../utils/isObject"),ue=oe.isObject,de=L;de.get=function(){var pe=(0,z.default)(V.default.mark(function he(Ce,_e){var Ne,Fe,Ue,kt,Et,Ve,qe,jt,tr=arguments;return V.default.wrap(function(ar){for(;;)switch(ar.prev=ar.next){case 0:return Ne=tr.length>2&&tr[2]!==void 0?tr[2]:{},Fe=null,Ue=!1,ie.writableStream(_e)?Fe=_e:ie.string(_e)?(Fe=re.createWriteStream(_e),Ue=!0):ue(_e)&&(Ne=_e),Ne=Ne||{},kt=$&&$.browser,Et=Ne.responseCacheControl===null?"":"no-cache",Ve=kt&&Et?{"response-cache-control":Et}:{},Ne.subres=Object.assign(Ve,Ne.subres),Ne.versionId&&(Ne.subres.versionId=Ne.versionId),Ne.process&&(Ne.subres["x-oss-process"]=Ne.process),ar.prev=11,jt=this._objectRequestParams("GET",Ce,Ne),jt.writeStream=Fe,jt.successStatuses=[200,206,304],ar.next=17,this.request(jt);case 17:qe=ar.sent,Ue&&Fe.destroy(),ar.next=28;break;case 21:if(ar.prev=21,ar.t0=ar.catch(11),!Ue){ar.next=27;break}return Fe.destroy(),ar.next=27,this._deleteFileSafe(_e);case 27:throw ar.t0;case 28:return ar.abrupt("return",{res:qe.res,content:qe.data});case 29:case"end":return ar.stop()}},he,this,[[11,21]])}));function Ie(he,Ce){return pe.apply(this,arguments)}return Ie}()}).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,L){var $=n("@babel/runtime/helpers/interopRequireDefault"),j=$(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.assign.js");var V=$(n("@babel/runtime/helpers/asyncToGenerator")),z=L;z.getACL=function(){var re=(0,V.default)(j.default.mark(function oe(ue){var de,pe,Ie,he=arguments;return j.default.wrap(function(_e){for(;;)switch(_e.prev=_e.next){case 0:return de=he.length>1&&he[1]!==void 0?he[1]:{},de.subres=Object.assign({acl:""},de.subres),de.versionId&&(de.subres.versionId=de.versionId),ue=this._objectName(ue),pe=this._objectRequestParams("GET",ue,de),pe.successStatuses=[200],pe.xmlResponse=!0,_e.next=9,this.request(pe);case 9:return Ie=_e.sent,_e.abrupt("return",{acl:Ie.data.AccessControlList.Grant,owner:{id:Ie.data.Owner.ID,displayName:Ie.data.Owner.DisplayName},res:Ie.res});case 11:case"end":return _e.stop()}},oe,this)}));function ie(oe){return re.apply(this,arguments)}return ie}()},{"@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,L){var $=n("@babel/runtime/helpers/interopRequireDefault"),j=$(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=$(n("@babel/runtime/helpers/asyncToGenerator")),z=L,re=n("../utils/isObject"),ie=re.isObject,oe=n("../utils/isArray"),ue=oe.isArray;z.getBucketVersions=de,z.listObjectVersions=de;function de(){return pe.apply(this,arguments)}function pe(){return pe=(0,V.default)(j.default.mark(function Ce(){var _e,Ne,Fe,Ue,kt,Et,Ve,qe,jt=arguments;return j.default.wrap(function(rr){for(;;)switch(rr.prev=rr.next){case 0:if(_e=jt.length>0&&jt[0]!==void 0?jt[0]:{},Ne=jt.length>1&&jt[1]!==void 0?jt[1]:{},!(_e.versionIdMarker&&_e.keyMarker===void 0)){rr.next=4;break}throw new Error("A version-id marker cannot be specified without a key marker");case 4:return Ne.subres=Object.assign({versions:""},Ne.subres),Ne.versionId&&(Ne.subres.versionId=Ne.versionId),Fe=this._objectRequestParams("GET","",Ne),Fe.xmlResponse=!0,Fe.successStatuses=[200],Fe.query=he(_e),rr.next=12,this.request(Fe);case 12:return Ue=rr.sent,kt=Ue.data.Version||[],Et=Ue.data.DeleteMarker||[],Ve=this,kt&&(Array.isArray(kt)||(kt=[kt]),kt=kt.map(function(ar){return{name:ar.Key,url:Ve._objectUrl(ar.Key),lastModified:ar.LastModified,isLatest:ar.IsLatest==="true",versionId:ar.VersionId,etag:ar.ETag,type:ar.Type,size:Number(ar.Size),storageClass:ar.StorageClass,owner:{id:ar.Owner.ID,displayName:ar.Owner.DisplayName}}})),Et&&(ue(Et)||(Et=[Et]),Et=Et.map(function(ar){return{name:ar.Key,lastModified:ar.LastModified,versionId:ar.VersionId,owner:{id:ar.Owner.ID,displayName:ar.Owner.DisplayName}}})),qe=Ue.data.CommonPrefixes||null,qe&&(ue(qe)||(qe=[qe]),qe=qe.map(function(ar){return ar.Prefix})),rr.abrupt("return",{res:Ue.res,objects:kt,deleteMarker:Et,prefixes:qe,nextMarker:Ue.data.NextKeyMarker||null,NextVersionIdMarker:Ue.data.NextVersionIdMarker||null,nextKeyMarker:Ue.data.NextKeyMarker||null,nextVersionIdMarker:Ue.data.NextVersionIdMarker||null,isTruncated:Ue.data.IsTruncated==="true"});case 21:case"end":return rr.stop()}},Ce,this)})),pe.apply(this,arguments)}function Ie(Ce){return Ce.replace(/([A-Z])/g,"-$1").toLowerCase()}function he(){var Ce=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},_e={};return ie(Ce)&&Object.keys(Ce).forEach(function(Ne){_e[Ie(Ne)]=Ce[Ne]}),_e}},{"../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,L){var $=n("@babel/runtime/helpers/interopRequireDefault"),j=$(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.assign.js");var V=$(n("@babel/runtime/helpers/asyncToGenerator")),z=L;z.getObjectMeta=function(){var re=(0,V.default)(j.default.mark(function oe(ue,de){var pe,Ie;return j.default.wrap(function(Ce){for(;;)switch(Ce.prev=Ce.next){case 0:return de=de||{},ue=this._objectName(ue),de.subres=Object.assign({objectMeta:""},de.subres),de.versionId&&(de.subres.versionId=de.versionId),pe=this._objectRequestParams("HEAD",ue,de),pe.successStatuses=[200],Ce.next=8,this.request(pe);case 8:return Ie=Ce.sent,Ce.abrupt("return",{status:Ie.status,res:Ie.res});case 10:case"end":return Ce.stop()}},oe,this)}));function ie(oe,ue){return re.apply(this,arguments)}return ie}()},{"@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,L){var $=n("@babel/runtime/helpers/interopRequireDefault"),j=$(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=$(n("@babel/runtime/helpers/asyncToGenerator")),z=L,re=n("../utils/isObject"),ie=re.isObject;z.getObjectTagging=function(){var oe=(0,V.default)(j.default.mark(function de(pe){var Ie,he,Ce,_e,Ne,Fe,Ue=arguments;return j.default.wrap(function(Et){for(;;)switch(Et.prev=Et.next){case 0:return Ie=Ue.length>1&&Ue[1]!==void 0?Ue[1]:{},Ie.subres=Object.assign({tagging:""},Ie.subres),Ie.versionId&&(Ie.subres.versionId=Ie.versionId),pe=this._objectName(pe),he=this._objectRequestParams("GET",pe,Ie),he.successStatuses=[200],Et.next=8,this.request(he);case 8:return Ce=Et.sent,Et.next=11,this.parseXML(Ce.data);case 11:return _e=Et.sent,Ne=_e.TagSet.Tag,Ne=Ne&&ie(Ne)?[Ne]:Ne||[],Fe={},Ne.forEach(function(Ve){Fe[Ve.Key]=Ve.Value}),Et.abrupt("return",{status:Ce.status,res:Ce.res,tag:Fe});case 17:case"end":return Et.stop()}},de,this)}));function ue(de){return oe.apply(this,arguments)}return ue}()},{"../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,L){var $=n("../utils/isIP"),j=$.isIP,V=L;V.getObjectUrl=function(re,ie){if(j(this.options.endpoint.hostname))throw new Error("can not get the object URL when endpoint is IP");return ie?ie[ie.length-1]!=="/"&&(ie+="/"):ie=this.options.endpoint.format(),ie+this._escape(this._objectName(re))}},{"../utils/isIP":72}],43:[function(n,k,L){var $=n("@babel/runtime/helpers/interopRequireDefault"),j=$(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.assign.js");var V=$(n("@babel/runtime/helpers/asyncToGenerator")),z=L;z.getSymlink=function(){var re=(0,V.default)(j.default.mark(function oe(ue){var de,pe,Ie,he,Ce=arguments;return j.default.wrap(function(Ne){for(;;)switch(Ne.prev=Ne.next){case 0:return de=Ce.length>1&&Ce[1]!==void 0?Ce[1]:{},de.subres=Object.assign({symlink:""},de.subres),de.versionId&&(de.subres.versionId=de.versionId),ue=this._objectName(ue),pe=this._objectRequestParams("GET",ue,de),pe.successStatuses=[200],Ne.next=8,this.request(pe);case 8:return Ie=Ne.sent,he=Ie.res.headers["x-oss-symlink-target"],Ne.abrupt("return",{targetName:decodeURIComponent(he),res:Ie.res});case 11:case"end":return Ne.stop()}},oe,this)}));function ie(oe){return re.apply(this,arguments)}return ie}()},{"@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,L){var $=n("@babel/runtime/helpers/interopRequireDefault"),j=$(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=$(n("@babel/runtime/helpers/asyncToGenerator")),z=n("../utils/checkEnv"),re=z.checkEnv,ie=L;ie.head=function(){var oe=(0,V.default)(j.default.mark(function de(pe){var Ie,he,Ce,_e,Ne=arguments;return j.default.wrap(function(Ue){for(;;)switch(Ue.prev=Ue.next){case 0:return Ie=Ne.length>1&&Ne[1]!==void 0?Ne[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"),Ie.subres=Object.assign({},Ie.subres),Ie.versionId&&(Ie.subres.versionId=Ie.versionId),he=this._objectRequestParams("HEAD",pe,Ie),he.successStatuses=[200,304],Ue.next=8,this.request(he);case 8:return Ce=Ue.sent,_e={meta:null,res:Ce.res,status:Ce.status},Ce.status===200&&Object.keys(Ce.headers).forEach(function(kt){kt.indexOf("x-oss-meta-")===0&&(_e.meta||(_e.meta={}),_e.meta[kt.substring(11)]=Ce.headers[kt])}),Ue.abrupt("return",_e);case 12:case"end":return Ue.stop()}},de,this)}));function ue(de){return oe.apply(this,arguments)}return ue}()},{"../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,L){var $=n("@babel/runtime/helpers/interopRequireDefault"),j=$(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.assign.js");var V=$(n("@babel/runtime/helpers/asyncToGenerator")),z=L;z.putACL=function(){var re=(0,V.default)(j.default.mark(function oe(ue,de,pe){var Ie,he;return j.default.wrap(function(_e){for(;;)switch(_e.prev=_e.next){case 0:return pe=pe||{},pe.subres=Object.assign({acl:""},pe.subres),pe.versionId&&(pe.subres.versionId=pe.versionId),pe.headers=pe.headers||{},pe.headers["x-oss-object-acl"]=de,ue=this._objectName(ue),Ie=this._objectRequestParams("PUT",ue,pe),Ie.successStatuses=[200],_e.next=10,this.request(Ie);case 10:return he=_e.sent,_e.abrupt("return",{res:he.res});case 12:case"end":return _e.stop()}},oe,this)}));function ie(oe,ue,de){return re.apply(this,arguments)}return ie}()},{"@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,L){var $=n("@babel/runtime/helpers/interopRequireDefault"),j=$(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=$(n("@babel/runtime/helpers/asyncToGenerator")),z=n("../utils/obj2xml"),re=z.obj2xml,ie=n("../utils/checkObjectTag"),oe=ie.checkObjectTag,ue=L;ue.putObjectTagging=function(){var de=(0,V.default)(j.default.mark(function Ie(he,Ce){var _e,Ne,Fe,Ue,kt=arguments;return j.default.wrap(function(Ve){for(;;)switch(Ve.prev=Ve.next){case 0:return _e=kt.length>2&&kt[2]!==void 0?kt[2]:{},oe(Ce),_e.subres=Object.assign({tagging:""},_e.subres),_e.versionId&&(_e.subres.versionId=_e.versionId),he=this._objectName(he),Ne=this._objectRequestParams("PUT",he,_e),Ne.successStatuses=[200],Ce=Object.keys(Ce).map(function(qe){return{Key:qe,Value:Ce[qe]}}),Fe={Tagging:{TagSet:{Tag:Ce}}},Ne.mime="xml",Ne.content=re(Fe),Ve.next=13,this.request(Ne);case 13:return Ue=Ve.sent,Ve.abrupt("return",{res:Ue.res,status:Ue.status});case 15:case"end":return Ve.stop()}},Ie,this)}));function pe(Ie,he){return de.apply(this,arguments)}return pe}()},{"../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,L){var $=n("@babel/runtime/helpers/interopRequireDefault"),j=$(n("@babel/runtime/regenerator"));n("core-js/modules/es.object.assign.js");var V=$(n("@babel/runtime/helpers/asyncToGenerator")),z=L;z.putSymlink=function(){var re=(0,V.default)(j.default.mark(function oe(ue,de,pe){var Ie,he;return j.default.wrap(function(_e){for(;;)switch(_e.prev=_e.next){case 0:return pe=pe||{},pe.headers=pe.headers||{},de=this._escape(this._objectName(de)),this._convertMetaToHeaders(pe.meta,pe.headers),pe.headers["x-oss-symlink-target"]=de,pe.subres=Object.assign({symlink:""},pe.subres),pe.versionId&&(pe.subres.versionId=pe.versionId),pe.storageClass&&(pe.headers["x-oss-storage-class"]=pe.storageClass),ue=this._objectName(ue),Ie=this._objectRequestParams("PUT",ue,pe),Ie.successStatuses=[200],_e.next=13,this.request(Ie);case 13:return he=_e.sent,_e.abrupt("return",{res:he.res});case 15:case"end":return _e.stop()}},oe,this)}));function ie(oe,ue,de){return re.apply(this,arguments)}return ie}()},{"@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,L){n("core-js/modules/es.regexp.exec.js");var $=n("url"),j=n("utility"),V=n("copy-to"),z=n("../../common/signUtils"),re=n("../utils/isIP"),ie=re.isIP,oe=L;oe.signatureUrl=function(de,pe){var Ie=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!0;if(ie(this.options.endpoint.hostname))throw new Error("can not get the object URL when endpoint is IP");if(Ie&&/^\?/.test(de))throw new Error("Invalid object name ".concat(de));pe=pe||{},de=this._objectName(de),pe.method=pe.method||"GET";var he=j.timestamp()+(pe.expires||1800),Ce={bucket:this.options.bucket,object:de},_e=this._getResource(Ce);this.options.stsToken&&(pe["security-token"]=this.options.stsToken);var Ne=z._signatureForURL(this.options.accessKeySecret,pe,_e,he),Fe=$.parse(this._getReqUrl(Ce));return Fe.query={OSSAccessKeyId:this.options.accessKeyId,Expires:he,Signature:Ne.Signature},V(Ne.subResource).to(Fe.query),Fe.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,L){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 $=n("@babel/runtime/helpers/interopRequireDefault"),j=$(n("@babel/runtime/regenerator"));n("core-js/modules/es.array.join.js"),n("core-js/modules/es.array.concat.js");var V=$(n("@babel/runtime/helpers/defineProperty")),z=$(n("@babel/runtime/helpers/asyncToGenerator"));function re(Ue,kt){var Et=Object.keys(Ue);if(Object.getOwnPropertySymbols){var Ve=Object.getOwnPropertySymbols(Ue);kt&&(Ve=Ve.filter(function(qe){return Object.getOwnPropertyDescriptor(Ue,qe).enumerable})),Et.push.apply(Et,Ve)}return Et}function ie(Ue){for(var kt=1;kt<arguments.length;kt++){var Et=arguments[kt]!=null?arguments[kt]:{};kt%2?re(Object(Et),!0).forEach(function(Ve){(0,V.default)(Ue,Ve,Et[Ve])}):Object.getOwnPropertyDescriptors?Object.defineProperties(Ue,Object.getOwnPropertyDescriptors(Et)):re(Object(Et)).forEach(function(Ve){Object.defineProperty(Ue,Ve,Object.getOwnPropertyDescriptor(Et,Ve))})}return Ue}var oe=n("dateformat"),ue=n("url"),de=n("../../common/signUtils"),pe=n("../utils/setSTSToken"),Ie=pe.setSTSToken,he=n("../utils/isFunction"),Ce=he.isFunction,_e=n("../utils/getStandardRegion"),Ne=_e.getStandardRegion,Fe=L;Fe.signatureUrlV4=function(){var Ue=(0,z.default)(j.default.mark(function Et(Ve,qe,jt,tr,rr){var ar,nr,ur,cr,_r,hr,Er,kr,xr,yr;return j.default.wrap(function(Ir){for(;;)switch(Ir.prev=Ir.next){case 0:if(ar=jt&&jt.headers||{},nr=ie({},jt&&jt.queries||{}),ur=new Date,cr=oe(ur,"UTC:yyyymmdd'T'HHMMss'Z'"),_r=cr.split("T")[0],hr=de.fixAdditionalHeaders(rr),Er=Ne(this.options.region),hr.length>0&&(nr["x-oss-additional-headers"]=hr.join(";")),nr["x-oss-credential"]="".concat(this.options.accessKeyId,"/").concat(_r,"/").concat(Er,"/oss/aliyun_v4_request"),nr["x-oss-date"]=cr,nr["x-oss-expires"]=qe,nr["x-oss-signature-version"]="OSS4-HMAC-SHA256",!(this.options.stsToken&&Ce(this.options.refreshSTSToken))){Ir.next=15;break}return Ir.next=15,Ie.call(this);case 15:return this.options.stsToken&&(nr["x-oss-security-token"]=this.options.stsToken),kr=de.getCanonicalRequest(Ve,{headers:ar,queries:nr},this.options.bucket,tr,hr),xr=de.getStringToSign(Er,cr,kr),nr["x-oss-signature"]=de.getSignatureV4(this.options.accessKeySecret,_r,Er,xr),yr=ue.parse(this._getReqUrl({bucket:this.options.bucket,object:tr})),yr.query=ie({},nr),Ir.abrupt("return",yr.format());case 22:case"end":return Ir.stop()}},Et,this)}));function kt(Et,Ve,qe,jt,tr){return Ue.apply(this,arguments)}return kt}()},{"../../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,L){var $=n("@babel/runtime/helpers/interopRequireDefault"),j=$(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=$(n("@babel/runtime/helpers/asyncToGenerator")),z=n("./utils/isArray"),re=z.isArray,ie=L;ie._parallelNode=function(){var oe=(0,V.default)(j.default.mark(function de(pe,Ie,he,Ce){var _e,Ne,Fe,Ue,kt,Et,Ve,qe;return j.default.wrap(function(tr){for(;;)switch(tr.prev=tr.next){case 0:_e=this,Ne=[],Fe=[],Ue=pe.length/Ie,kt=pe.length%Ie,Et=kt===0?Ue:(pe.length-kt)/Ie+1,Ve=1,qe=0;case 8:if(!(qe<pe.length)){tr.next=26;break}if(!_e.isCancel()){tr.next=11;break}return tr.abrupt("break",26);case 11:if(Ce?Fe.push(he(_e,pe[qe],Ce)):Fe.push(he(_e,pe[qe])),!(Fe.length===Ie||Ve===Et&&qe===pe.length-1)){tr.next=23;break}return tr.prev=13,Ve+=1,tr.next=17,Promise.all(Fe);case 17:tr.next=22;break;case 19:tr.prev=19,tr.t0=tr.catch(13),Ne.push(tr.t0);case 22:Fe=[];case 23:qe++,tr.next=8;break;case 26:return tr.abrupt("return",Ne);case 27:case"end":return tr.stop()}},de,this,[[13,19]])}));function ue(de,pe,Ie,he){return oe.apply(this,arguments)}return ue}(),ie._parallel=function(ue,de,pe){var Ie=this;return new Promise(function(he){var Ce=[];if(de<=0||!ue){he(Ce);return}function _e(tr){return function(){if(tr===null)throw new Error("Callback was already called.");var rr=tr;tr=null;for(var ar=arguments.length,nr=new Array(ar),ur=0;ur<ar;ur++)nr[ur]=arguments[ur];rr.apply(this,nr)}}function Ne(tr){var rr=-1,ar=tr.length;return function(){return++rr<ar&&!Ie.isCancel()?{value:tr[rr],key:rr}:null}}var Fe=Ne(ue),Ue=!1,kt=0,Et=!1;function Ve(tr){kt-=1,tr?(Ue=!0,Ce.push(tr),he(Ce)):Ue&&kt<=0?(Ue=!0,he(Ce)):Et||(Ie.isCancel()?he(Ce):jt())}function qe(tr,rr){pe(tr).then(function(ar){rr(null,ar)}).catch(function(ar){rr(ar)})}function jt(){for(Et=!0;kt<de&&!Ue&&!Ie.isCancel();){var tr=Fe();if(tr===null||Ce.length>0){Ue=!0,kt<=0&&he(Ce);return}kt+=1,qe(tr.value,_e(Ve))}Et=!1}jt()})},ie.cancel=function(ue){this.options.cancelFlag=!0,re(this.multipartUploadStreams)&&this.multipartUploadStreams.forEach(function(de){if(de.destroyed===!1){var pe={name:"cancel",message:"cancel"};de.destroy(pe)}}),this.multipartUploadStreams=[],ue&&this.abortMultipartUpload(ue.name,ue.uploadId,ue.options)},ie.isCancel=function(){return this.options.cancelFlag},ie.resetCancelFlag=function(){this.options.cancelFlag=!1},ie._stop=function(){this.options.cancelFlag=!0},ie._makeCancelEvent=function(){var ue={status:0,name:"cancel"};return ue},ie._makeAbortEvent=function(){var ue={status:0,name:"abort",message:"upload task has been abort"};return ue}},{"./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,L){(function($){(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"),ie=n("qs"),oe=n("./utils/lowercaseKeyHeader"),ue=oe.lowercaseKeyHeader,de=n("./utils/encodeString"),pe=de.encodeString;L.buildCanonicalizedResource=function(he,Ce){var _e="".concat(he),Ne="?";if(re.string(Ce)&&Ce.trim()!=="")_e+=Ne+Ce;else if(re.array(Ce))Ce.sort(),_e+=Ne+Ce.join("&");else if(Ce){var Fe=function(kt){_e+=Ne+kt,(Ce[kt]||Ce[kt]===0)&&(_e+="=".concat(Ce[kt])),Ne="&"};Object.keys(Ce).sort().forEach(Fe)}return _e},L.buildCanonicalString=function(he,Ce,_e,Ne){_e=_e||{};var Fe=ue(_e.headers),Ue="x-oss-",kt=[],Et={},Ve=[he.toUpperCase(),Fe["content-md5"]||"",Fe["content-type"],Ne||Fe["x-oss-date"]];return Object.keys(Fe).forEach(function(qe){var jt=qe.toLowerCase();jt.indexOf(Ue)===0&&(Et[jt]=String(Fe[qe]).trim())}),Object.keys(Et).sort().forEach(function(qe){kt.push("".concat(qe,":").concat(Et[qe]))}),Ve=Ve.concat(kt),Ve.push(this.buildCanonicalizedResource(Ce,_e.parameters)),Ve.join(`
`)},L.computeSignature=function(he,Ce){var _e=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"utf-8",Ne=z.createHmac("sha1",he);return Ne.update($.from(Ce,_e)).digest("base64")},L.authorization=function(he,Ce,_e,Ne){return"OSS ".concat(he,":").concat(this.computeSignature(Ce,_e,Ne))},L.fixAdditionalHeaders=function(Ie){if(!Ie)return[];var he="x-oss-";return(0,V.default)(new Set(Ie.map(function(Ce){return Ce.toLowerCase()}))).filter(function(Ce){return Ce!=="content-type"&&Ce!=="content-md5"&&!Ce.startsWith(he)}).sort()},L.getCanonicalRequest=function(he,Ce,_e,Ne,Fe){var Ue=ue(Ce.headers),kt=Ce.queries||{},Et="x-oss-";if(Ne&&!_e)throw Error("Please ensure that bucketName is passed into getCanonicalRequest.");var Ve=[he.toUpperCase(),pe("/".concat(_e?"".concat(_e,"/"):"").concat(Ne||"")).replace(/%2F/g,"/")];Ve.push(ie.stringify(kt,{encoder:pe,sort:function(rr,ar){return rr.localeCompare(ar)},strictNullHandling:!0})),Fe&&Fe.forEach(function(tr){if(!Object.prototype.hasOwnProperty.call(Ue,tr))throw Error("Can't find additional header ".concat(tr," in request headers."))});var qe=new Set(Fe);Object.keys(Ue).forEach(function(tr){(tr==="content-type"||tr==="content-md5"||tr.startsWith(Et))&&qe.add(tr)});var jt="".concat((0,V.default)(qe).sort().map(function(tr){return"".concat(tr,":").concat(re.string(Ue[tr])?Ue[tr].trim():Ue[tr],`
`)}).join(""));return Ve.push(jt),Fe.length>0?Ve.push(Fe.join(";")):Ve.push(""),Ve.push(Ue["x-oss-content-sha256"]||"UNSIGNED-PAYLOAD"),Ve.join(`
`)},L.getStringToSign=function(he,Ce,_e){var Ne=["OSS4-HMAC-SHA256",Ce,"".concat(Ce.split("T")[0],"/").concat(he,"/oss/aliyun_v4_request"),z.createHash("sha256").update(_e).digest("hex")];return Ne.join(`
`)},L.getSignatureV4=function(he,Ce,_e,Ne){var Fe=z.createHmac("sha256","aliyun_v4".concat(he)).update(Ce).digest(),Ue=z.createHmac("sha256",Fe).update(_e).digest(),kt=z.createHmac("sha256",Ue).update("oss").digest(),Et=z.createHmac("sha256",kt).update("aliyun_v4_request").digest(),Ve=z.createHmac("sha256",Et).update(Ne).digest("hex");return Ve},L.authorizationV4=function(he,Ce,_e,Ne,Fe,Ue,kt,Et){var Ve=arguments.length>8&&arguments[8]!==void 0?arguments[8]:"utf-8",qe=this.fixAdditionalHeaders(Et),jt={};Object.entries(Fe.headers).forEach(function(_r){jt[_r[0]]=re.string(_r[1])?$.from(_r[1],Ve).toString():_r[1]});var tr=jt["x-oss-date"]||Fe.queries&&Fe.queries["x-oss-date"],rr=this.getCanonicalRequest(Ne,{headers:jt,queries:Fe.queries},Ue,kt,qe),ar=this.getStringToSign(_e,tr,rr),nr=tr.split("T")[0],ur=this.getSignatureV4(Ce,nr,_e,ar),cr=qe.length>0?"AdditionalHeaders=".concat(qe.join(";"),","):"";return"OSS4-HMAC-SHA256 Credential=".concat(he,"/").concat(nr,"/").concat(_e,"/oss/aliyun_v4_request,").concat(cr,"Signature=").concat(ur)},L._signatureForURL=function(he){var Ce=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},_e=arguments.length>2?arguments[2]:void 0,Ne=arguments.length>3?arguments[3]:void 0,Fe=arguments.length>4?arguments[4]:void 0,Ue={},kt=Ce.subResource,Et=kt===void 0?{}:kt;if(Ce.process){var Ve="x-oss-process";Et[Ve]=Ce.process}if(Ce.trafficLimit){var qe="x-oss-traffic-limit";Et[qe]=Ce.trafficLimit}if(Ce.response&&Object.keys(Ce.response).forEach(function(ar){var nr="response-".concat(ar.toLowerCase());Et[nr]=Ce.response[ar]}),Object.keys(Ce).forEach(function(ar){var nr=ar.toLowerCase(),ur=Ce[ar];nr.indexOf("x-oss-")===0?Ue[nr]=ur:(nr.indexOf("content-md5")===0||nr.indexOf("content-type")===0)&&(Ue[ar]=ur)}),Object.prototype.hasOwnProperty.call(Ce,"security-token")&&(Et["security-token"]=Ce["security-token"]),Object.prototype.hasOwnProperty.call(Ce,"callback")){var jt={callbackUrl:encodeURI(Ce.callback.url),callbackBody:Ce.callback.body};if(Ce.callback.host&&(jt.callbackHost=Ce.callback.host),Ce.callback.contentType&&(jt.callbackBodyType=Ce.callback.contentType),Ce.callback.callbackSNI&&(jt.callbackSNI=Ce.callback.callbackSNI),Et.callback=$.from(JSON.stringify(jt)).toString("base64"),Ce.callback.customValue){var tr={};Object.keys(Ce.callback.customValue).forEach(function(ar){tr["x:".concat(ar)]=Ce.callback.customValue[ar]}),Et["callback-var"]=$.from(JSON.stringify(tr)).toString("base64")}}var rr=this.buildCanonicalString(Ce.method,_e,{headers:Ue,parameters:Et},Ne.toString());return{Signature:this.computeSignature(he,rr,Fe),subResource:Et}}}).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,L){n("core-js/modules/es.regexp.exec.js"),Object.defineProperty(L,"__esModule",{value:!0}),L.checkBucketName=void 0,L.checkBucketName=function($){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($))throw new Error("The bucket must be conform to the specifications")}},{"core-js/modules/es.regexp.exec.js":340}],53:[function(n,k,L){n("core-js/modules/es.regexp.exec.js"),Object.defineProperty(L,"__esModule",{value:!0}),L.checkConfigValid=void 0;var $={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}L.checkConfigValid=function(V,z){if($[z]){var re=!0;if($[z]instanceof Function?re=$[z](V):re=$[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,L){(function($){(function(){Object.defineProperty(L,"__esModule",{value:!0}),L.checkEnv=void 0;function j(V){$.browser&&console.warn(V)}L.checkEnv=j}).call(this)}).call(this,n("_process"))},{_process:540}],55:[function(n,k,L){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(L,"__esModule",{value:!0}),L.checkObjectTag=void 0;var $=n("./checkValid"),j=$.checkValid,V=n("./isObject"),z=V.isObject,re=[{validator:function(de){if(typeof de!="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 (/)"}],ie={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 oe(ue){if(!z(ue))throw new Error("tag must be Object");var de=Object.entries(ue);if(de.length>10)throw new Error("maximum of 10 tags for a object");var pe=["key","value"];de.forEach(function(Ie){Ie.forEach(function(he,Ce){j(he,ie[pe[Ce]])})})}L.checkObjectTag=oe},{"./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,L){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(L,"__esModule",{value:!0}),L.checkValid=void 0;function $(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)})}L.checkValid=$},{"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,L){(function($){(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(L,"__esModule",{value:!0}),L.createRequest=void 0;var j=n("./../../../shims/crypto/crypto.js"),V=n("debug")("ali-oss"),z=n("lodash/isString"),re=n("lodash/isArray"),ie=n("lodash/isObject"),oe=n("mime"),ue=n("dateformat"),de=n("copy-to"),pe=n("path"),Ie=n("./encoder"),he=Ie.encoder,Ce=n("./isIP"),_e=Ce.isIP,Ne=n("./setRegion"),Fe=Ne.setRegion,Ue=n("../client/getReqUrl"),kt=Ue.getReqUrl,Et=n("./isDingTalk"),Ve=Et.isDingTalk;function qe(rr,ar){return rr[ar]||rr[ar.toLowerCase()]}function jt(rr,ar){delete rr[ar],delete rr[ar.toLowerCase()]}function tr(rr){var ar=new Date;this.options.amendTimeSkewed&&(ar=+new Date+this.options.amendTimeSkewed);var nr={"x-oss-date":ue(ar,this.options.authorizationV4?"UTC:yyyymmdd'T'HHMMss'Z'":"UTC:ddd, dd mmm yyyy HH:MM:ss 'GMT'")};this.options.authorizationV4&&(nr["x-oss-content-sha256"]="UNSIGNED-PAYLOAD"),typeof window<"u"&&(nr["x-oss-user-agent"]=this.userAgent),this.userAgent.includes("nodejs")&&(nr["User-Agent"]=this.userAgent),this.options.isRequestPay&&Object.assign(nr,{"x-oss-request-payer":"requester"}),this.options.stsToken&&(nr["x-oss-security-token"]=this.options.stsToken),de(rr.headers).to(nr),qe(nr,"Content-Type")||(rr.mime&&rr.mime.indexOf("/")>0?nr["Content-Type"]=rr.mime:Ve()?nr["Content-Type"]="application/octet-stream":nr["Content-Type"]=oe.getType(rr.mime||pe.extname(rr.object||""))),qe(nr,"Content-Type")||jt(nr,"Content-Type"),rr.content&&(rr.disabledMD5||(!rr.headers||!rr.headers["Content-MD5"]?nr["Content-MD5"]=j.createHash("md5").update($.from(rr.content,"utf8")).digest("base64"):nr["Content-MD5"]=rr.headers["Content-MD5"]),nr["Content-Length"]||(nr["Content-Length"]=rr.content.length));var ur=Object.prototype.hasOwnProperty;for(var cr in nr)nr[cr]&&ur.call(nr,cr)&&(nr[cr]=he(String(nr[cr]),this.options.headerEncoding));var _r={};if(z(rr.subres)?_r[rr.subres]=null:re(rr.subres)?rr.subres.forEach(function(mr){_r[mr]=null}):ie(rr.subres)&&Object.entries(rr.subres).forEach(function(mr){_r[mr[0]]=mr[1]===""?null:mr[1]}),ie(rr.query)&&Object.entries(rr.query).forEach(function(mr){_r[mr[0]]=mr[1]}),nr.authorization=this.options.authorizationV4?this.authorizationV4(rr.method,{headers:nr,queries:_r},rr.bucket,rr.object,rr.additionalHeaders):this.authorization(rr.method,this._getResource(rr),rr.subres,nr,this.options.headerEncoding),_e(this.options.endpoint.hostname)){var hr=this.options,Er=hr.region,kr=hr.internal,xr=hr.secure,yr=Fe(Er,kr,xr);nr.host="".concat(rr.bucket,".").concat(yr.host)}var br=kt.bind(this)(rr);V("request %s %s, with headers %j, !!stream: %s",rr.method,br,nr,!!rr.stream);var Ir=rr.timeout||this.options.timeout,Mr={method:rr.method,content:rr.content,stream:rr.stream,headers:nr,timeout:Ir,writeStream:rr.writeStream,customResponse:rr.customResponse,ctx:rr.ctx||this.ctx};return this.agent&&(Mr.agent=this.agent),this.httpsAgent&&(Mr.httpsAgent=this.httpsAgent),Mr.enableProxy=!!this.options.enableProxy,Mr.proxy=this.options.proxy?this.options.proxy:null,{url:br,params:Mr}}L.createRequest=tr}).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,L){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(L,"__esModule",{value:!0}),L.dataFix=void 0;var $=n("./isObject"),j=["true","TRUE","1",1],V=["false","FALSE","0",0];function z(oe,ue,de){if($.isObject(oe)){var pe=ue.remove,Ie=pe===void 0?[]:pe,he=ue.rename,Ce=he===void 0?{}:he,_e=ue.camel,Ne=_e===void 0?[]:_e,Fe=ue.bool,Ue=Fe===void 0?[]:Fe,kt=ue.lowerFirst,Et=kt===void 0?!1:kt;return Ie.forEach(function(Ve){return delete oe[Ve]}),Object.entries(Ce).forEach(function(Ve){oe[Ve[0]]&&(oe[Ve[1]]||(oe[Ve[1]]=oe[Ve[0]],delete oe[Ve[0]]))}),Ne.forEach(function(Ve){if(oe[Ve]){var qe=Ve.replace(/^(.)/,function(jt){return jt.toLowerCase()}).replace(/-(\w)/g,function(jt,tr){return tr.toUpperCase()});oe[qe]||(oe[qe]=oe[Ve])}}),Ue.forEach(function(Ve){oe[Ve]=re(oe[Ve])}),typeof de=="function"&&de(oe),ie(oe,Et),z}}L.dataFix=z;function re(oe){return oe?j.includes(oe)?!0:V.includes(oe)?!1:oe:!1}function ie(oe,ue){ue&&Object.keys(oe).forEach(function(de){var pe=de.replace(/^\w/,function(Ie){return Ie.toLowerCase()});typeof oe[pe]>"u"&&(oe[pe]=oe[de],delete oe[de])})}},{"./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,L){var $=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=$(n("@babel/runtime/helpers/typeof"));Object.defineProperty(L,"__esModule",{value:!0}),L.deepCopyWith=L.deepCopy=void 0;var V=n("./isBuffer");L.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(ie){re[ie]=L.deepCopy(z[ie])}),re},L.deepCopyWith=function(z,re){function ie(oe,ue,de){var pe=re(oe,ue,de);if(pe!==void 0)return pe;if(oe===null||(0,j.default)(oe)!=="object")return oe;if(V.isBuffer(oe))return oe.slice();var Ie=Array.isArray(oe)?[]:{};return Object.keys(oe).forEach(function(he){Ie[he]=ie(oe[he],he,oe)}),Ie}return re?ie(z,"",null):L.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,L){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 $=function(z){return z&&z.__esModule?z:{default:z}};Object.defineProperty(L,"__esModule",{value:!0}),L.encodeString=void 0;var j=$(n("lodash/toString"));function V(z){var re=j.default(z);return encodeURIComponent(re).replace(/[!'()*]/g,function(ie){return"%".concat(ie.charCodeAt(0).toString(16).toUpperCase())})}L.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,L){(function($){(function(){n("core-js/modules/es.object.to-string.js"),n("core-js/modules/es.regexp.to-string.js"),Object.defineProperty(L,"__esModule",{value:!0}),L.encoder=void 0;function j(V){var z=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"utf-8";return z==="utf-8"?V:$.from(V).toString("latin1")}L.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,L){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(L,"__esModule",{value:!0}),L.formatInventoryConfig=void 0;var $=n("../utils/dataFix"),j=n("../utils/isObject"),V=n("../utils/isArray"),z=n("../utils/formatObjKey");function re(oe){var ue=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;return ue&&j.isObject(oe)&&(oe=[oe]),V.isArray(oe)?oe=oe.map(ie):oe=ie(oe),oe}L.formatInventoryConfig=re;function ie(oe){return $.dataFix(oe,{bool:["IsEnabled"]},function(ue){var de,pe;ue.prefix=ue.Filter.Prefix,delete ue.Filter,ue.OSSBucketDestination=ue.Destination.OSSBucketDestination,ue.OSSBucketDestination.rolename=ue.OSSBucketDestination.RoleArn.replace(/.*\//,""),delete ue.OSSBucketDestination.RoleArn,ue.OSSBucketDestination.bucket=ue.OSSBucketDestination.Bucket.replace(/.*:::/,""),delete ue.OSSBucketDestination.Bucket,delete ue.Destination,ue.frequency=ue.Schedule.Frequency,delete ue.Schedule.Frequency,!((de=ue==null?void 0:ue.OptionalFields)===null||de===void 0)&&de.Field&&!V.isArray((pe=ue.OptionalFields)===null||pe===void 0?void 0:pe.Field)&&(ue.OptionalFields.Field=[ue.OptionalFields.Field])}),oe=z.formatObjKey(oe,"firstLowerCase",{exclude:["OSSBucketDestination","SSE-OSS","SSE-KMS"]}),oe}},{"../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,L){var $=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=$(n("@babel/runtime/helpers/typeof"));Object.defineProperty(L,"__esModule",{value:!0}),L.formatObjKey=void 0;function V(re,ie,oe){if(re===null||(0,j.default)(re)!=="object")return re;var ue;if(Array.isArray(re)){ue=[];for(var de=0;de<re.length;de++)ue.push(V(re[de],ie,oe))}else ue={},Object.keys(re).forEach(function(pe){ue[z(pe,ie,oe)]=V(re[pe],ie,oe)});return ue}L.formatObjKey=V;function z(re,ie,oe){return oe&&oe.exclude&&oe.exclude.includes(re)||(ie==="firstUpperCase"?re=re.replace(/^./,function(ue){return ue.toUpperCase()}):ie==="firstLowerCase"&&(re=re.replace(/^./,function(ue){return ue.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,L){n("core-js/modules/es.regexp.exec.js"),n("core-js/modules/es.string.replace.js"),Object.defineProperty(L,"__esModule",{value:!0}),L.getStandardRegion=void 0;function $(j){return j.replace(/^oss-/g,"")}L.getStandardRegion=$},{"core-js/modules/es.regexp.exec.js":340,"core-js/modules/es.string.replace.js":347}],65:[function(n,k,L){n("core-js/modules/es.regexp.exec.js"),Object.defineProperty(L,"__esModule",{value:!0}),L.getStrBytesCount=void 0;function $(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}L.getStrBytesCount=$},{"core-js/modules/es.regexp.exec.js":340}],66:[function(n,k,L){n("core-js/modules/es.object.to-string.js"),n("core-js/modules/es.regexp.to-string.js"),Object.defineProperty(L,"__esModule",{value:!0}),L.isArray=void 0,L.isArray=function($){return Object.prototype.toString.call($)==="[object Array]"}},{"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.regexp.to-string.js":341}],67:[function(n,k,L){Object.defineProperty(L,"__esModule",{value:!0}),L.isBlob=void 0;function $(j){return typeof Blob<"u"&&j instanceof Blob}L.isBlob=$},{}],68:[function(n,k,L){(function($){(function(){Object.defineProperty(L,"__esModule",{value:!0}),L.isBuffer=void 0;function j(V){return $.isBuffer(V)}L.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,L){(function($){(function(){n("core-js/modules/es.array.includes.js"),n("core-js/modules/es.string.includes.js"),Object.defineProperty(L,"__esModule",{value:!0}),L.isDingTalk=void 0;function j(){return!!($.browser&&window.navigator.userAgent.toLowerCase().includes("aliapp(dingtalk"))}L.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,L){Object.defineProperty(L,"__esModule",{value:!0}),L.isFile=void 0,L.isFile=function($){return typeof File<"u"&&$ instanceof File}},{}],71:[function(n,k,L){Object.defineProperty(L,"__esModule",{value:!0}),L.isFunction=void 0,L.isFunction=function($){return typeof $=="function"}},{}],72:[function(n,k,L){n("core-js/modules/es.regexp.exec.js"),Object.defineProperty(L,"__esModule",{value:!0}),L.isIP=void 0,L.isIP=function($){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($)||V.test($)}},{"core-js/modules/es.regexp.exec.js":340}],73:[function(n,k,L){n("core-js/modules/es.object.to-string.js"),n("core-js/modules/es.regexp.to-string.js"),Object.defineProperty(L,"__esModule",{value:!0}),L.isObject=void 0,L.isObject=function($){return Object.prototype.toString.call($)==="[object Object]"}},{"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.regexp.to-string.js":341}],74:[function(n,k,L){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(L,"__esModule",{value:!0}),L.lowercaseKeyHeader=void 0;var $=n("./isObject");function j(V){var z={};return $.isObject(V)&&Object.keys(V).forEach(function(re){z[re.toLowerCase()]=V[re]}),z}L.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,L){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(L,"__esModule",{value:!0}),L.obj2xml=void 0;var $=n("./formatObjKey");function j(z){return Object.prototype.toString.call(z).replace(/(.*? |])/g,"").toLowerCase()}function V(z,re){var ie="";return re&&re.headers&&(ie=`<?xml version="1.0" encoding="UTF-8"?>
`),re&&re.firstUpperCase&&(z=$.formatObjKey(z,"firstUpperCase")),j(z)==="object"?Object.keys(z).forEach(function(oe){j(z[oe])!=="undefined"&&j(z[oe])!=="null"&&(j(z[oe])==="string"||j(z[oe])==="number"?ie+="<".concat(oe,">").concat(z[oe],"</").concat(oe,">"):j(z[oe])==="object"?ie+="<".concat(oe,">").concat(V(z[oe]),"</").concat(oe,">"):j(z[oe])==="array"?ie+=z[oe].map(function(ue){return"<".concat(oe,">").concat(V(ue),"</").concat(oe,">")}).join(""):ie+="<".concat(oe,">").concat(z[oe].toString(),"</").concat(oe,">"))}):ie+=z.toString(),ie}L.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,L){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 $(re,ie){var oe=typeof Symbol<"u"&&re[Symbol.iterator]||re["@@iterator"];if(!oe){if(Array.isArray(re)||(oe=j(re))||ie){oe&&(re=oe);var ue=0,de=function(){};return{s:de,n:function(){return ue>=re.length?{done:!0}:{done:!1,value:re[ue++]}},e:function(_e){throw _e},f:de}}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 pe=!0,Ie=!1,he;return{s:function(){oe=oe.call(re)},n:function(){var _e=oe.next();return pe=_e.done,_e},e:function(_e){Ie=!0,he=_e},f:function(){try{!pe&&oe.return!=null&&oe.return()}finally{if(Ie)throw he}}}}function j(re,ie){if(re){if(typeof re=="string")return V(re,ie);var oe=Object.prototype.toString.call(re).slice(8,-1);if(oe==="Object"&&re.constructor&&(oe=re.constructor.name),oe==="Map"||oe==="Set")return Array.from(re);if(oe==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(oe))return V(re,ie)}}function V(re,ie){(ie==null||ie>re.length)&&(ie=re.length);for(var oe=0,ue=new Array(ie);oe<ie;oe++)ue[oe]=re[oe];return ue}Object.defineProperty(L,"__esModule",{value:!0}),L.omit=void 0;function z(re,ie){var oe=Object.assign({},re),ue=$(ie),de;try{for(ue.s();!(de=ue.n()).done;){var pe=de.value;delete oe[pe]}}catch(Ie){ue.e(Ie)}finally{ue.f()}return oe}L.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,L){n("core-js/modules/es.object.to-string.js"),n("core-js/modules/es.promise.js"),Object.defineProperty(L,"__esModule",{value:!0}),L.retry=void 0;function $(j,V){var z=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},re=0,ie=z.retryDelay,oe=ie===void 0?500:ie,ue=z.errorHandler,de=ue===void 0?function(){return!0}:ue,pe=function Ie(){for(var he=arguments.length,Ce=new Array(he),_e=0;_e<he;_e++)Ce[_e]=arguments[_e];return new Promise(function(Ne,Fe){j.apply(void 0,Ce).then(function(Ue){re=0,Ne(Ue)}).catch(function(Ue){re<V&&de(Ue)?(re++,setTimeout(function(){Ne(Ie.apply(void 0,Ce))},oe)):(re=0,Fe(Ue))})})};return pe}L.retry=$},{"core-js/modules/es.object.to-string.js":331,"core-js/modules/es.promise.js":335}],78:[function(n,k,L){var $=function(re){return re&&re.__esModule?re:{default:re}};Object.defineProperty(L,"__esModule",{value:!0}),L.setRegion=void 0;var j=$(n("url")),V=n("./checkConfigValid");function z(re){var ie=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,oe=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1;V.checkConfigValid(re,"region");var ue=oe?"https://":"http://",de=ie?"-internal.aliyuncs.com":".aliyuncs.com",pe="vpc100-oss-cn-";return re.substr(0,pe.length)===pe&&(de=".aliyuncs.com"),j.default.parse(ue+re+de)}L.setRegion=z},{"./checkConfigValid":53,url:545}],79:[function(n,k,L){var $=n("@babel/runtime/helpers/interopRequireDefault"),j=$(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=$(n("@babel/runtime/helpers/asyncToGenerator"));Object.defineProperty(L,"__esModule",{value:!0}),L.checkCredentials=L.setSTSToken=void 0;var z=n("./formatObjKey");function re(){return ie.apply(this,arguments)}function ie(){return ie=(0,V.default)(j.default.mark(function ue(){var de,pe;return j.default.wrap(function(he){for(;;)switch(he.prev=he.next){case 0:if(this.options||(this.options={}),de=new Date,!this.stsTokenFreshTime){he.next=14;break}if(!(+de-this.stsTokenFreshTime>=this.options.refreshSTSTokenInterval)){he.next=12;break}return this.stsTokenFreshTime=de,he.next=7,this.options.refreshSTSToken();case 7:pe=he.sent,pe=z.formatObjKey(pe,"firstLowerCase"),pe.securityToken&&(pe.stsToken=pe.securityToken),oe(pe),Object.assign(this.options,pe);case 12:he.next=15;break;case 14:this.stsTokenFreshTime=de;case 15:return he.abrupt("return",null);case 16:case"end":return he.stop()}},ue,this)})),ie.apply(this,arguments)}L.setSTSToken=re;function oe(ue){var de=["accessKeySecret","accessKeyId","stsToken"],pe=Object.keys(ue);de.forEach(function(Ie){if(!pe.find(function(he){return he===Ie}))throw Error("refreshSTSToken must return contains ".concat(Ie))})}L.checkCredentials=oe},{"./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,L){function $(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}k.exports=$,k.exports.__esModule=!0,k.exports.default=k.exports},{}],81:[function(n,k,L){var $=n("./arrayLikeToArray.js");function j(V){if(Array.isArray(V))return $(V)}k.exports=j,k.exports.__esModule=!0,k.exports.default=k.exports},{"./arrayLikeToArray.js":80}],82:[function(n,k,L){function $(V,z,re,ie,oe,ue,de){try{var pe=V[ue](de),Ie=pe.value}catch(he){re(he);return}pe.done?z(Ie):Promise.resolve(Ie).then(ie,oe)}function j(V){return function(){var z=this,re=arguments;return new Promise(function(ie,oe){var ue=V.apply(z,re);function de(Ie){$(ue,ie,oe,de,pe,"next",Ie)}function pe(Ie){$(ue,ie,oe,de,pe,"throw",Ie)}de(void 0)})}}k.exports=j,k.exports.__esModule=!0,k.exports.default=k.exports},{}],83:[function(n,k,L){var $=n("./toPropertyKey.js");function j(V,z,re){return z=$(z),z in V?Object.defineProperty(V,z,{value:re,enumerable:!0,configurable:!0,writable:!0}):V[z]=re,V}k.exports=j,k.exports.__esModule=!0,k.exports.default=k.exports},{"./toPropertyKey.js":90}],84:[function(n,k,L){function $(j){return j&&j.__esModule?j:{default:j}}k.exports=$,k.exports.__esModule=!0,k.exports.default=k.exports},{}],85:[function(n,k,L){function $(j){if(typeof Symbol<"u"&&j[Symbol.iterator]!=null||j["@@iterator"]!=null)return Array.from(j)}k.exports=$,k.exports.__esModule=!0,k.exports.default=k.exports},{}],86:[function(n,k,L){function $(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}k.exports=$,k.exports.__esModule=!0,k.exports.default=k.exports},{}],87:[function(n,k,L){var $=n("./typeof.js").default;function j(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */k.exports=j=function(){return z},k.exports.__esModule=!0,k.exports.default=k.exports;var V,z={},re=Object.prototype,ie=re.hasOwnProperty,oe=Object.defineProperty||function(br,Ir,Mr){br[Ir]=Mr.value},ue=typeof Symbol=="function"?Symbol:{},de=ue.iterator||"@@iterator",pe=ue.asyncIterator||"@@asyncIterator",Ie=ue.toStringTag||"@@toStringTag";function he(br,Ir,Mr){return Object.defineProperty(br,Ir,{value:Mr,enumerable:!0,configurable:!0,writable:!0}),br[Ir]}try{he({},"")}catch{he=function(Mr,mr,gr){return Mr[mr]=gr}}function Ce(br,Ir,Mr,mr){var gr=Ir&&Ir.prototype instanceof Ve?Ir:Ve,jr=Object.create(gr.prototype),Hr=new xr(mr||[]);return oe(jr,"_invoke",{value:_r(br,Mr,Hr)}),jr}function _e(br,Ir,Mr){try{return{type:"normal",arg:br.call(Ir,Mr)}}catch(mr){return{type:"throw",arg:mr}}}z.wrap=Ce;var Ne="suspendedStart",Fe="suspendedYield",Ue="executing",kt="completed",Et={};function Ve(){}function qe(){}function jt(){}var tr={};he(tr,de,function(){return this});var rr=Object.getPrototypeOf,ar=rr&&rr(rr(yr([])));ar&&ar!==re&&ie.call(ar,de)&&(tr=ar);var nr=jt.prototype=Ve.prototype=Object.create(tr);function ur(br){["next","throw","return"].forEach(function(Ir){he(br,Ir,function(Mr){return this._invoke(Ir,Mr)})})}function cr(br,Ir){function Mr(gr,jr,Hr,Vr){var zr=_e(br[gr],br,jr);if(zr.type!=="throw"){var Sr=zr.arg,Tr=Sr.value;return Tr&&$(Tr)=="object"&&ie.call(Tr,"__await")?Ir.resolve(Tr.__await).then(function(Br){Mr("next",Br,Hr,Vr)},function(Br){Mr("throw",Br,Hr,Vr)}):Ir.resolve(Tr).then(function(Br){Sr.value=Br,Hr(Sr)},function(Br){return Mr("throw",Br,Hr,Vr)})}Vr(zr.arg)}var mr;oe(this,"_invoke",{value:function(jr,Hr){function Vr(){return new Ir(function(zr,Sr){Mr(jr,Hr,zr,Sr)})}return mr=mr?mr.then(Vr,Vr):Vr()}})}function _r(br,Ir,Mr){var mr=Ne;return function(gr,jr){if(mr===Ue)throw new Error("Generator is already running");if(mr===kt){if(gr==="throw")throw jr;return{value:V,done:!0}}for(Mr.method=gr,Mr.arg=jr;;){var Hr=Mr.delegate;if(Hr){var Vr=hr(Hr,Mr);if(Vr){if(Vr===Et)continue;return Vr}}if(Mr.method==="next")Mr.sent=Mr._sent=Mr.arg;else if(Mr.method==="throw"){if(mr===Ne)throw mr=kt,Mr.arg;Mr.dispatchException(Mr.arg)}else Mr.method==="return"&&Mr.abrupt("return",Mr.arg);mr=Ue;var zr=_e(br,Ir,Mr);if(zr.type==="normal"){if(mr=Mr.done?kt:Fe,zr.arg===Et)continue;return{value:zr.arg,done:Mr.done}}zr.type==="throw"&&(mr=kt,Mr.method="throw",Mr.arg=zr.arg)}}}function hr(br,Ir){var Mr=Ir.method,mr=br.iterator[Mr];if(mr===V)return Ir.delegate=null,Mr==="throw"&&br.iterator.return&&(Ir.method="return",Ir.arg=V,hr(br,Ir),Ir.method==="throw")||Mr!=="return"&&(Ir.method="throw",Ir.arg=new TypeError("The iterator does not provide a '"+Mr+"' method")),Et;var gr=_e(mr,br.iterator,Ir.arg);if(gr.type==="throw")return Ir.method="throw",Ir.arg=gr.arg,Ir.delegate=null,Et;var jr=gr.arg;return jr?jr.done?(Ir[br.resultName]=jr.value,Ir.next=br.nextLoc,Ir.method!=="return"&&(Ir.method="next",Ir.arg=V),Ir.delegate=null,Et):jr:(Ir.method="throw",Ir.arg=new TypeError("iterator result is not an object"),Ir.delegate=null,Et)}function Er(br){var Ir={tryLoc:br[0]};1 in br&&(Ir.catchLoc=br[1]),2 in br&&(Ir.finallyLoc=br[2],Ir.afterLoc=br[3]),this.tryEntries.push(Ir)}function kr(br){var Ir=br.completion||{};Ir.type="normal",delete Ir.arg,br.completion=Ir}function xr(br){this.tryEntries=[{tryLoc:"root"}],br.forEach(Er,this),this.reset(!0)}function yr(br){if(br||br===""){var Ir=br[de];if(Ir)return Ir.call(br);if(typeof br.next=="function")return br;if(!isNaN(br.length)){var Mr=-1,mr=function gr(){for(;++Mr<br.length;)if(ie.call(br,Mr))return gr.value=br[Mr],gr.done=!1,gr;return gr.value=V,gr.done=!0,gr};return mr.next=mr}}throw new TypeError($(br)+" is not iterable")}return qe.prototype=jt,oe(nr,"constructor",{value:jt,configurable:!0}),oe(jt,"constructor",{value:qe,configurable:!0}),qe.displayName=he(jt,Ie,"GeneratorFunction"),z.isGeneratorFunction=function(br){var Ir=typeof br=="function"&&br.constructor;return!!Ir&&(Ir===qe||(Ir.displayName||Ir.name)==="GeneratorFunction")},z.mark=function(br){return Object.setPrototypeOf?Object.setPrototypeOf(br,jt):(br.__proto__=jt,he(br,Ie,"GeneratorFunction")),br.prototype=Object.create(nr),br},z.awrap=function(br){return{__await:br}},ur(cr.prototype),he(cr.prototype,pe,function(){return this}),z.AsyncIterator=cr,z.async=function(br,Ir,Mr,mr,gr){gr===void 0&&(gr=Promise);var jr=new cr(Ce(br,Ir,Mr,mr),gr);return z.isGeneratorFunction(Ir)?jr:jr.next().then(function(Hr){return Hr.done?Hr.value:jr.next()})},ur(nr),he(nr,Ie,"Generator"),he(nr,de,function(){return this}),he(nr,"toString",function(){return"[object Generator]"}),z.keys=function(br){var Ir=Object(br),Mr=[];for(var mr in Ir)Mr.push(mr);return Mr.reverse(),function gr(){for(;Mr.length;){var jr=Mr.pop();if(jr in Ir)return gr.value=jr,gr.done=!1,gr}return gr.done=!0,gr}},z.values=yr,xr.prototype={constructor:xr,reset:function(Ir){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(kr),!Ir)for(var Mr in this)Mr.charAt(0)==="t"&&ie.call(this,Mr)&&!isNaN(+Mr.slice(1))&&(this[Mr]=V)},stop:function(){this.done=!0;var Ir=this.tryEntries[0].completion;if(Ir.type==="throw")throw Ir.arg;return this.rval},dispatchException:function(Ir){if(this.done)throw Ir;var Mr=this;function mr(Sr,Tr){return Hr.type="throw",Hr.arg=Ir,Mr.next=Sr,Tr&&(Mr.method="next",Mr.arg=V),!!Tr}for(var gr=this.tryEntries.length-1;gr>=0;--gr){var jr=this.tryEntries[gr],Hr=jr.completion;if(jr.tryLoc==="root")return mr("end");if(jr.tryLoc<=this.prev){var Vr=ie.call(jr,"catchLoc"),zr=ie.call(jr,"finallyLoc");if(Vr&&zr){if(this.prev<jr.catchLoc)return mr(jr.catchLoc,!0);if(this.prev<jr.finallyLoc)return mr(jr.finallyLoc)}else if(Vr){if(this.prev<jr.catchLoc)return mr(jr.catchLoc,!0)}else{if(!zr)throw new Error("try statement without catch or finally");if(this.prev<jr.finallyLoc)return mr(jr.finallyLoc)}}}},abrupt:function(Ir,Mr){for(var mr=this.tryEntries.length-1;mr>=0;--mr){var gr=this.tryEntries[mr];if(gr.tryLoc<=this.prev&&ie.call(gr,"finallyLoc")&&this.prev<gr.finallyLoc){var jr=gr;break}}jr&&(Ir==="break"||Ir==="continue")&&jr.tryLoc<=Mr&&Mr<=jr.finallyLoc&&(jr=null);var Hr=jr?jr.completion:{};return Hr.type=Ir,Hr.arg=Mr,jr?(this.method="next",this.next=jr.finallyLoc,Et):this.complete(Hr)},complete:function(Ir,Mr){if(Ir.type==="throw")throw Ir.arg;return Ir.type==="break"||Ir.type==="continue"?this.next=Ir.arg:Ir.type==="return"?(this.rval=this.arg=Ir.arg,this.method="return",this.next="end"):Ir.type==="normal"&&Mr&&(this.next=Mr),Et},finish:function(Ir){for(var Mr=this.tryEntries.length-1;Mr>=0;--Mr){var mr=this.tryEntries[Mr];if(mr.finallyLoc===Ir)return this.complete(mr.completion,mr.afterLoc),kr(mr),Et}},catch:function(Ir){for(var Mr=this.tryEntries.length-1;Mr>=0;--Mr){var mr=this.tryEntries[Mr];if(mr.tryLoc===Ir){var gr=mr.completion;if(gr.type==="throw"){var jr=gr.arg;kr(mr)}return jr}}throw new Error("illegal catch attempt")},delegateYield:function(Ir,Mr,mr){return this.delegate={iterator:yr(Ir),resultName:Mr,nextLoc:mr},this.method==="next"&&(this.arg=V),Et}},z}k.exports=j,k.exports.__esModule=!0,k.exports.default=k.exports},{"./typeof.js":91}],88:[function(n,k,L){var $=n("./arrayWithoutHoles.js"),j=n("./iterableToArray.js"),V=n("./unsupportedIterableToArray.js"),z=n("./nonIterableSpread.js");function re(ie){return $(ie)||j(ie)||V(ie)||z()}k.exports=re,k.exports.__esModule=!0,k.exports.default=k.exports},{"./arrayWithoutHoles.js":81,"./iterableToArray.js":85,"./nonIterableSpread.js":86,"./unsupportedIterableToArray.js":92}],89:[function(n,k,L){var $=n("./typeof.js").default;function j(V,z){if($(V)!="object"||!V)return V;var re=V[Symbol.toPrimitive];if(re!==void 0){var ie=re.call(V,z||"default");if($(ie)!="object")return ie;throw new TypeError("@@toPrimitive must return a primitive value.")}return(z==="string"?String:Number)(V)}k.exports=j,k.exports.__esModule=!0,k.exports.default=k.exports},{"./typeof.js":91}],90:[function(n,k,L){var $=n("./typeof.js").default,j=n("./toPrimitive.js");function V(z){var re=j(z,"string");return $(re)=="symbol"?re:String(re)}k.exports=V,k.exports.__esModule=!0,k.exports.default=k.exports},{"./toPrimitive.js":89,"./typeof.js":91}],91:[function(n,k,L){function $(j){"@babel/helpers - typeof";return k.exports=$=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},k.exports.__esModule=!0,k.exports.default=k.exports,$(j)}k.exports=$,k.exports.__esModule=!0,k.exports.default=k.exports},{}],92:[function(n,k,L){var $=n("./arrayLikeToArray.js");function j(V,z){if(V){if(typeof V=="string")return $(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 $(V,z)}}k.exports=j,k.exports.__esModule=!0,k.exports.default=k.exports},{"./arrayLikeToArray.js":80}],93:[function(n,k,L){var $=n("../helpers/regeneratorRuntime")();k.exports=$;try{regeneratorRuntime=$}catch{typeof globalThis=="object"?globalThis.regeneratorRuntime=$:Function("r","regeneratorRuntime = r")($)}},{"../helpers/regeneratorRuntime":87}],94:[function(n,k,L){k.exports=$,k.exports.HttpsAgent=$;function $(){}},{}],95:[function(n,k,L){(function($){(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(cr,_r){if(cr===_r)return 0;for(var hr=cr.length,Er=_r.length,kr=0,xr=Math.min(hr,Er);kr<xr;++kr)if(cr[kr]!==_r[kr]){hr=cr[kr],Er=_r[kr];break}return hr<Er?-1:Er<hr?1:0}function z(cr){return $.Buffer&&typeof $.Buffer.isBuffer=="function"?$.Buffer.isBuffer(cr):!!(cr!=null&&cr._isBuffer)}var re=n("util/"),ie=Object.prototype.hasOwnProperty,oe=Array.prototype.slice,ue=function(){return(function(){}).name==="foo"}();function de(cr){return Object.prototype.toString.call(cr)}function pe(cr){return z(cr)||typeof $.ArrayBuffer!="function"?!1:typeof ArrayBuffer.isView=="function"?ArrayBuffer.isView(cr):cr?!!(cr instanceof DataView||cr.buffer&&cr.buffer instanceof ArrayBuffer):!1}var Ie=k.exports=kt,he=/\s*function\s+([^\(\s]*)\s*/;function Ce(cr){if(re.isFunction(cr)){if(ue)return cr.name;var _r=cr.toString(),hr=_r.match(he);return hr&&hr[1]}}Ie.AssertionError=function(_r){this.name="AssertionError",this.actual=_r.actual,this.expected=_r.expected,this.operator=_r.operator,_r.message?(this.message=_r.message,this.generatedMessage=!1):(this.message=Fe(this),this.generatedMessage=!0);var hr=_r.stackStartFunction||Ue;if(Error.captureStackTrace)Error.captureStackTrace(this,hr);else{var Er=new Error;if(Er.stack){var kr=Er.stack,xr=Ce(hr),yr=kr.indexOf(`
`+xr);if(yr>=0){var br=kr.indexOf(`
`,yr+1);kr=kr.substring(br+1)}this.stack=kr}}},re.inherits(Ie.AssertionError,Error);function _e(cr,_r){return typeof cr=="string"?cr.length<_r?cr:cr.slice(0,_r):cr}function Ne(cr){if(ue||!re.isFunction(cr))return re.inspect(cr);var _r=Ce(cr),hr=_r?": "+_r:"";return"[Function"+hr+"]"}function Fe(cr){return _e(Ne(cr.actual),128)+" "+cr.operator+" "+_e(Ne(cr.expected),128)}function Ue(cr,_r,hr,Er,kr){throw new Ie.AssertionError({message:hr,actual:cr,expected:_r,operator:Er,stackStartFunction:kr})}Ie.fail=Ue;function kt(cr,_r){cr||Ue(cr,!0,_r,"==",Ie.ok)}Ie.ok=kt,Ie.equal=function(_r,hr,Er){_r!=hr&&Ue(_r,hr,Er,"==",Ie.equal)},Ie.notEqual=function(_r,hr,Er){_r==hr&&Ue(_r,hr,Er,"!=",Ie.notEqual)},Ie.deepEqual=function(_r,hr,Er){Et(_r,hr,!1)||Ue(_r,hr,Er,"deepEqual",Ie.deepEqual)},Ie.deepStrictEqual=function(_r,hr,Er){Et(_r,hr,!0)||Ue(_r,hr,Er,"deepStrictEqual",Ie.deepStrictEqual)};function Et(cr,_r,hr,Er){if(cr===_r)return!0;if(z(cr)&&z(_r))return V(cr,_r)===0;if(re.isDate(cr)&&re.isDate(_r))return cr.getTime()===_r.getTime();if(re.isRegExp(cr)&&re.isRegExp(_r))return cr.source===_r.source&&cr.global===_r.global&&cr.multiline===_r.multiline&&cr.lastIndex===_r.lastIndex&&cr.ignoreCase===_r.ignoreCase;if((cr===null||typeof cr!="object")&&(_r===null||typeof _r!="object"))return hr?cr===_r:cr==_r;if(pe(cr)&&pe(_r)&&de(cr)===de(_r)&&!(cr instanceof Float32Array||cr instanceof Float64Array))return V(new Uint8Array(cr.buffer),new Uint8Array(_r.buffer))===0;if(z(cr)!==z(_r))return!1;Er=Er||{actual:[],expected:[]};var kr=Er.actual.indexOf(cr);return kr!==-1&&kr===Er.expected.indexOf(_r)?!0:(Er.actual.push(cr),Er.expected.push(_r),qe(cr,_r,hr,Er))}function Ve(cr){return Object.prototype.toString.call(cr)=="[object Arguments]"}function qe(cr,_r,hr,Er){if(cr==null||_r===null||_r===void 0)return!1;if(re.isPrimitive(cr)||re.isPrimitive(_r))return cr===_r;if(hr&&Object.getPrototypeOf(cr)!==Object.getPrototypeOf(_r))return!1;var kr=Ve(cr),xr=Ve(_r);if(kr&&!xr||!kr&&xr)return!1;if(kr)return cr=oe.call(cr),_r=oe.call(_r),Et(cr,_r,hr);var yr=ur(cr),br=ur(_r),Ir,Mr;if(yr.length!==br.length)return!1;for(yr.sort(),br.sort(),Mr=yr.length-1;Mr>=0;Mr--)if(yr[Mr]!==br[Mr])return!1;for(Mr=yr.length-1;Mr>=0;Mr--)if(Ir=yr[Mr],!Et(cr[Ir],_r[Ir],hr,Er))return!1;return!0}Ie.notDeepEqual=function(_r,hr,Er){Et(_r,hr,!1)&&Ue(_r,hr,Er,"notDeepEqual",Ie.notDeepEqual)},Ie.notDeepStrictEqual=jt;function jt(cr,_r,hr){Et(cr,_r,!0)&&Ue(cr,_r,hr,"notDeepStrictEqual",jt)}Ie.strictEqual=function(_r,hr,Er){_r!==hr&&Ue(_r,hr,Er,"===",Ie.strictEqual)},Ie.notStrictEqual=function(_r,hr,Er){_r===hr&&Ue(_r,hr,Er,"!==",Ie.notStrictEqual)};function tr(cr,_r){if(!cr||!_r)return!1;if(Object.prototype.toString.call(_r)=="[object RegExp]")return _r.test(cr);try{if(cr instanceof _r)return!0}catch{}return Error.isPrototypeOf(_r)?!1:_r.call({},cr)===!0}function rr(cr){var _r;try{cr()}catch(hr){_r=hr}return _r}function ar(cr,_r,hr,Er){var kr;if(typeof _r!="function")throw new TypeError('"block" argument must be a function');typeof hr=="string"&&(Er=hr,hr=null),kr=rr(_r),Er=(hr&&hr.name?" ("+hr.name+").":".")+(Er?" "+Er:"."),cr&&!kr&&Ue(kr,hr,"Missing expected exception"+Er);var xr=typeof Er=="string",yr=!cr&&re.isError(kr),br=!cr&&kr&&!hr;if((yr&&xr&&tr(kr,hr)||br)&&Ue(kr,hr,"Got unwanted exception"+Er),cr&&kr&&hr&&!tr(kr,hr)||!cr&&kr)throw kr}Ie.throws=function(cr,_r,hr){ar(!0,cr,_r,hr)},Ie.doesNotThrow=function(cr,_r,hr){ar(!1,cr,_r,hr)},Ie.ifError=function(cr){if(cr)throw cr};function nr(cr,_r){cr||Ue(cr,!0,_r,"==",nr)}Ie.strict=j(nr,Ie,{equal:Ie.strictEqual,deepEqual:Ie.deepStrictEqual,notEqual:Ie.notStrictEqual,notDeepEqual:Ie.notDeepStrictEqual}),Ie.strict.strict=Ie.strict;var ur=Object.keys||function(cr){var _r=[];for(var hr in cr)ie.call(cr,hr)&&_r.push(hr);return _r}}).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,L){typeof Object.create=="function"?k.exports=function(j,V){j.super_=V,j.prototype=Object.create(V.prototype,{constructor:{value:j,enumerable:!1,writable:!0,configurable:!0}})}:k.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,L){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,L){(function($,j){(function(){var V=/%[sdj%]/g;L.format=function(br){if(!qe(br)){for(var Ir=[],Mr=0;Mr<arguments.length;Mr++)Ir.push(ie(arguments[Mr]));return Ir.join(" ")}for(var Mr=1,mr=arguments,gr=mr.length,jr=String(br).replace(V,function(Vr){if(Vr==="%%")return"%";if(Mr>=gr)return Vr;switch(Vr){case"%s":return String(mr[Mr++]);case"%d":return Number(mr[Mr++]);case"%j":try{return JSON.stringify(mr[Mr++])}catch{return"[Circular]"}default:return Vr}}),Hr=mr[Mr];Mr<gr;Hr=mr[++Mr])kt(Hr)||!ar(Hr)?jr+=" "+Hr:jr+=" "+ie(Hr);return jr},L.deprecate=function(br,Ir){if(tr(j.process))return function(){return L.deprecate(br,Ir).apply(this,arguments)};if($.noDeprecation===!0)return br;var Mr=!1;function mr(){if(!Mr){if($.throwDeprecation)throw new Error(Ir);$.traceDeprecation?console.trace(Ir):console.error(Ir),Mr=!0}return br.apply(this,arguments)}return mr};var z={},re;L.debuglog=function(br){if(tr(re)&&(re=$.env.NODE_DEBUG||""),br=br.toUpperCase(),!z[br])if(new RegExp("\\b"+br+"\\b","i").test(re)){var Ir=$.pid;z[br]=function(){var Mr=L.format.apply(L,arguments);console.error("%s %d: %s",br,Ir,Mr)}}else z[br]=function(){};return z[br]};function ie(br,Ir){var Mr={seen:[],stylize:ue};return arguments.length>=3&&(Mr.depth=arguments[2]),arguments.length>=4&&(Mr.colors=arguments[3]),Ue(Ir)?Mr.showHidden=Ir:Ir&&L._extend(Mr,Ir),tr(Mr.showHidden)&&(Mr.showHidden=!1),tr(Mr.depth)&&(Mr.depth=2),tr(Mr.colors)&&(Mr.colors=!1),tr(Mr.customInspect)&&(Mr.customInspect=!0),Mr.colors&&(Mr.stylize=oe),pe(Mr,br,Mr.depth)}L.inspect=ie,ie.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]},ie.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"};function oe(br,Ir){var Mr=ie.styles[Ir];return Mr?"\x1B["+ie.colors[Mr][0]+"m"+br+"\x1B["+ie.colors[Mr][1]+"m":br}function ue(br,Ir){return br}function de(br){var Ir={};return br.forEach(function(Mr,mr){Ir[Mr]=!0}),Ir}function pe(br,Ir,Mr){if(br.customInspect&&Ir&&cr(Ir.inspect)&&Ir.inspect!==L.inspect&&!(Ir.constructor&&Ir.constructor.prototype===Ir)){var mr=Ir.inspect(Mr,br);return qe(mr)||(mr=pe(br,mr,Mr)),mr}var gr=Ie(br,Ir);if(gr)return gr;var jr=Object.keys(Ir),Hr=de(jr);if(br.showHidden&&(jr=Object.getOwnPropertyNames(Ir)),ur(Ir)&&(jr.indexOf("message")>=0||jr.indexOf("description")>=0))return he(Ir);if(jr.length===0){if(cr(Ir)){var Vr=Ir.name?": "+Ir.name:"";return br.stylize("[Function"+Vr+"]","special")}if(rr(Ir))return br.stylize(RegExp.prototype.toString.call(Ir),"regexp");if(nr(Ir))return br.stylize(Date.prototype.toString.call(Ir),"date");if(ur(Ir))return he(Ir)}var zr="",Sr=!1,Tr=["{","}"];if(Fe(Ir)&&(Sr=!0,Tr=["[","]"]),cr(Ir)){var Br=Ir.name?": "+Ir.name:"";zr=" [Function"+Br+"]"}if(rr(Ir)&&(zr=" "+RegExp.prototype.toString.call(Ir)),nr(Ir)&&(zr=" "+Date.prototype.toUTCString.call(Ir)),ur(Ir)&&(zr=" "+he(Ir)),jr.length===0&&(!Sr||Ir.length==0))return Tr[0]+zr+Tr[1];if(Mr<0)return rr(Ir)?br.stylize(RegExp.prototype.toString.call(Ir),"regexp"):br.stylize("[Object]","special");br.seen.push(Ir);var vr;return Sr?vr=Ce(br,Ir,Mr,Hr,jr):vr=jr.map(function(Cr){return _e(br,Ir,Mr,Hr,Cr,Sr)}),br.seen.pop(),Ne(vr,zr,Tr)}function Ie(br,Ir){if(tr(Ir))return br.stylize("undefined","undefined");if(qe(Ir)){var Mr="'"+JSON.stringify(Ir).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return br.stylize(Mr,"string")}if(Ve(Ir))return br.stylize(""+Ir,"number");if(Ue(Ir))return br.stylize(""+Ir,"boolean");if(kt(Ir))return br.stylize("null","null")}function he(br){return"["+Error.prototype.toString.call(br)+"]"}function Ce(br,Ir,Mr,mr,gr){for(var jr=[],Hr=0,Vr=Ir.length;Hr<Vr;++Hr)yr(Ir,String(Hr))?jr.push(_e(br,Ir,Mr,mr,String(Hr),!0)):jr.push("");return gr.forEach(function(zr){zr.match(/^\d+$/)||jr.push(_e(br,Ir,Mr,mr,zr,!0))}),jr}function _e(br,Ir,Mr,mr,gr,jr){var Hr,Vr,zr;if(zr=Object.getOwnPropertyDescriptor(Ir,gr)||{value:Ir[gr]},zr.get?zr.set?Vr=br.stylize("[Getter/Setter]","special"):Vr=br.stylize("[Getter]","special"):zr.set&&(Vr=br.stylize("[Setter]","special")),yr(mr,gr)||(Hr="["+gr+"]"),Vr||(br.seen.indexOf(zr.value)<0?(kt(Mr)?Vr=pe(br,zr.value,null):Vr=pe(br,zr.value,Mr-1),Vr.indexOf(`
`)>-1&&(jr?Vr=Vr.split(`
`).map(function(Sr){return" "+Sr}).join(`
`).substr(2):Vr=`
`+Vr.split(`
`).map(function(Sr){return" "+Sr}).join(`
`))):Vr=br.stylize("[Circular]","special")),tr(Hr)){if(jr&&gr.match(/^\d+$/))return Vr;Hr=JSON.stringify(""+gr),Hr.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(Hr=Hr.substr(1,Hr.length-2),Hr=br.stylize(Hr,"name")):(Hr=Hr.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),Hr=br.stylize(Hr,"string"))}return Hr+": "+Vr}function Ne(br,Ir,Mr){var mr=br.reduce(function(gr,jr){return jr.indexOf(`
`)>=0,gr+jr.replace(/\u001b\[\d\d?m/g,"").length+1},0);return mr>60?Mr[0]+(Ir===""?"":Ir+`
`)+" "+br.join(`,
`)+" "+Mr[1]:Mr[0]+Ir+" "+br.join(", ")+" "+Mr[1]}function Fe(br){return Array.isArray(br)}L.isArray=Fe;function Ue(br){return typeof br=="boolean"}L.isBoolean=Ue;function kt(br){return br===null}L.isNull=kt;function Et(br){return br==null}L.isNullOrUndefined=Et;function Ve(br){return typeof br=="number"}L.isNumber=Ve;function qe(br){return typeof br=="string"}L.isString=qe;function jt(br){return typeof br=="symbol"}L.isSymbol=jt;function tr(br){return br===void 0}L.isUndefined=tr;function rr(br){return ar(br)&&hr(br)==="[object RegExp]"}L.isRegExp=rr;function ar(br){return typeof br=="object"&&br!==null}L.isObject=ar;function nr(br){return ar(br)&&hr(br)==="[object Date]"}L.isDate=nr;function ur(br){return ar(br)&&(hr(br)==="[object Error]"||br instanceof Error)}L.isError=ur;function cr(br){return typeof br=="function"}L.isFunction=cr;function _r(br){return br===null||typeof br=="boolean"||typeof br=="number"||typeof br=="string"||typeof br=="symbol"||typeof br>"u"}L.isPrimitive=_r,L.isBuffer=n("./support/isBuffer");function hr(br){return Object.prototype.toString.call(br)}function Er(br){return br<10?"0"+br.toString(10):br.toString(10)}var kr=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function xr(){var br=new Date,Ir=[Er(br.getHours()),Er(br.getMinutes()),Er(br.getSeconds())].join(":");return[br.getDate(),kr[br.getMonth()],Ir].join(" ")}L.log=function(){console.log("%s - %s",xr(),L.format.apply(L,arguments))},L.inherits=n("inherits"),L._extend=function(br,Ir){if(!Ir||!ar(Ir))return br;for(var Mr=Object.keys(Ir),mr=Mr.length;mr--;)br[Mr[mr]]=Ir[Mr[mr]];return br};function yr(br,Ir){return Object.prototype.hasOwnProperty.call(br,Ir)}}).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,L){(function($){(function(){var j=["BigInt64Array","BigUint64Array","Float32Array","Float64Array","Int16Array","Int32Array","Int8Array","Uint16Array","Uint32Array","Uint8Array","Uint8ClampedArray"],V=typeof globalThis>"u"?$:globalThis;k.exports=function(){for(var re=[],ie=0;ie<j.length;ie++)typeof V[j[ie]]=="function"&&(re[re.length]=j[ie]);return re}}).call(this)}).call(this,typeof y<"u"?y:typeof self<"u"?self:typeof window<"u"?window:{})},{}],100:[function(n,k,L){L.byteLength=ue,L.toByteArray=pe,L.fromByteArray=Ce;for(var $=[],j=[],V=typeof Uint8Array<"u"?Uint8Array:Array,z="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",re=0,ie=z.length;re<ie;++re)$[re]=z[re],j[z.charCodeAt(re)]=re;j[45]=62,j[95]=63;function oe(_e){var Ne=_e.length;if(Ne%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var Fe=_e.indexOf("=");Fe===-1&&(Fe=Ne);var Ue=Fe===Ne?0:4-Fe%4;return[Fe,Ue]}function ue(_e){var Ne=oe(_e),Fe=Ne[0],Ue=Ne[1];return(Fe+Ue)*3/4-Ue}function de(_e,Ne,Fe){return(Ne+Fe)*3/4-Fe}function pe(_e){var Ne,Fe=oe(_e),Ue=Fe[0],kt=Fe[1],Et=new V(de(_e,Ue,kt)),Ve=0,qe=kt>0?Ue-4:Ue,jt;for(jt=0;jt<qe;jt+=4)Ne=j[_e.charCodeAt(jt)]<<18|j[_e.charCodeAt(jt+1)]<<12|j[_e.charCodeAt(jt+2)]<<6|j[_e.charCodeAt(jt+3)],Et[Ve++]=Ne>>16&255,Et[Ve++]=Ne>>8&255,Et[Ve++]=Ne&255;return kt===2&&(Ne=j[_e.charCodeAt(jt)]<<2|j[_e.charCodeAt(jt+1)]>>4,Et[Ve++]=Ne&255),kt===1&&(Ne=j[_e.charCodeAt(jt)]<<10|j[_e.charCodeAt(jt+1)]<<4|j[_e.charCodeAt(jt+2)]>>2,Et[Ve++]=Ne>>8&255,Et[Ve++]=Ne&255),Et}function Ie(_e){return $[_e>>18&63]+$[_e>>12&63]+$[_e>>6&63]+$[_e&63]}function he(_e,Ne,Fe){for(var Ue,kt=[],Et=Ne;Et<Fe;Et+=3)Ue=(_e[Et]<<16&16711680)+(_e[Et+1]<<8&65280)+(_e[Et+2]&255),kt.push(Ie(Ue));return kt.join("")}function Ce(_e){for(var Ne,Fe=_e.length,Ue=Fe%3,kt=[],Et=16383,Ve=0,qe=Fe-Ue;Ve<qe;Ve+=Et)kt.push(he(_e,Ve,Ve+Et>qe?qe:Ve+Et));return Ue===1?(Ne=_e[Fe-1],kt.push($[Ne>>2]+$[Ne<<4&63]+"==")):Ue===2&&(Ne=(_e[Fe-2]<<8)+_e[Fe-1],kt.push($[Ne>>10]+$[Ne>>4&63]+$[Ne<<2&63]+"=")),kt.join("")}},{}],101:[function(n,k,L){/*!
* Bowser - a browser detector
* https://github.com/ded/bowser
* MIT License | (c) Dustin Diaz 2015
*/(function($,j,V){typeof k<"u"&&k.exports?k.exports=V():$[j]=V()})(this,"bowser",function(){var $=!0;function j(de){function pe(br){var Ir=de.match(br);return Ir&&Ir.length>1&&Ir[1]||""}function Ie(br){var Ir=de.match(br);return Ir&&Ir.length>1&&Ir[2]||""}var he=pe(/(ipod|iphone|ipad)/i).toLowerCase(),Ce=/like android/i.test(de),_e=!Ce&&/android/i.test(de),Ne=/nexus\s*[0-6]\s*/i.test(de),Fe=!Ne&&/nexus\s*[0-9]+/i.test(de),Ue=/CrOS/.test(de),kt=/silk/i.test(de),Et=/sailfish/i.test(de),Ve=/tizen/i.test(de),qe=/(web|hpw)(o|0)s/i.test(de),jt=/windows phone/i.test(de),tr=!jt&&/windows/i.test(de),rr=!he&&!kt&&/macintosh/i.test(de),ar=!_e&&!Et&&!Ve&&!qe&&/linux/i.test(de),nr=Ie(/edg([ea]|ios)\/(\d+(\.\d+)?)/i),ur=pe(/version\/(\d+(\.\d+)?)/i),cr=/tablet/i.test(de)&&!/tablet pc/i.test(de),_r=!cr&&/[^-]mobi/i.test(de),hr=/xbox/i.test(de),Er;/opera/i.test(de)?Er={name:"Opera",opera:$,version:ur||pe(/(?:opera|opr|opios)[\s\/](\d+(\.\d+)?)/i)}:/opr\/|opios/i.test(de)?Er={name:"Opera",opera:$,version:pe(/(?:opr|opios)[\s\/](\d+(\.\d+)?)/i)||ur}:/SamsungBrowser/i.test(de)?Er={name:"Samsung Internet for Android",samsungBrowser:$,version:ur||pe(/(?:SamsungBrowser)[\s\/](\d+(\.\d+)?)/i)}:/Whale/i.test(de)?Er={name:"NAVER Whale browser",whale:$,version:pe(/(?:whale)[\s\/](\d+(?:\.\d+)+)/i)}:/MZBrowser/i.test(de)?Er={name:"MZ Browser",mzbrowser:$,version:pe(/(?:MZBrowser)[\s\/](\d+(?:\.\d+)+)/i)}:/coast/i.test(de)?Er={name:"Opera Coast",coast:$,version:ur||pe(/(?:coast)[\s\/](\d+(\.\d+)?)/i)}:/focus/i.test(de)?Er={name:"Focus",focus:$,version:pe(/(?:focus)[\s\/](\d+(?:\.\d+)+)/i)}:/yabrowser/i.test(de)?Er={name:"Yandex Browser",yandexbrowser:$,version:ur||pe(/(?:yabrowser)[\s\/](\d+(\.\d+)?)/i)}:/ucbrowser/i.test(de)?Er={name:"UC Browser",ucbrowser:$,version:pe(/(?:ucbrowser)[\s\/](\d+(?:\.\d+)+)/i)}:/mxios/i.test(de)?Er={name:"Maxthon",maxthon:$,version:pe(/(?:mxios)[\s\/](\d+(?:\.\d+)+)/i)}:/epiphany/i.test(de)?Er={name:"Epiphany",epiphany:$,version:pe(/(?:epiphany)[\s\/](\d+(?:\.\d+)+)/i)}:/puffin/i.test(de)?Er={name:"Puffin",puffin:$,version:pe(/(?:puffin)[\s\/](\d+(?:\.\d+)?)/i)}:/sleipnir/i.test(de)?Er={name:"Sleipnir",sleipnir:$,version:pe(/(?:sleipnir)[\s\/](\d+(?:\.\d+)+)/i)}:/k-meleon/i.test(de)?Er={name:"K-Meleon",kMeleon:$,version:pe(/(?:k-meleon)[\s\/](\d+(?:\.\d+)+)/i)}:jt?(Er={name:"Windows Phone",osname:"Windows Phone",windowsphone:$},nr?(Er.msedge=$,Er.version=nr):(Er.msie=$,Er.version=pe(/iemobile\/(\d+(\.\d+)?)/i))):/msie|trident/i.test(de)?Er={name:"Internet Explorer",msie:$,version:pe(/(?:msie |rv:)(\d+(\.\d+)?)/i)}:Ue?Er={name:"Chrome",osname:"Chrome OS",chromeos:$,chromeBook:$,chrome:$,version:pe(/(?:chrome|crios|crmo)\/(\d+(\.\d+)?)/i)}:/edg([ea]|ios)/i.test(de)?Er={name:"Microsoft Edge",msedge:$,version:nr}:/vivaldi/i.test(de)?Er={name:"Vivaldi",vivaldi:$,version:pe(/vivaldi\/(\d+(\.\d+)?)/i)||ur}:Et?Er={name:"Sailfish",osname:"Sailfish OS",sailfish:$,version:pe(/sailfish\s?browser\/(\d+(\.\d+)?)/i)}:/seamonkey\//i.test(de)?Er={name:"SeaMonkey",seamonkey:$,version:pe(/seamonkey\/(\d+(\.\d+)?)/i)}:/firefox|iceweasel|fxios/i.test(de)?(Er={name:"Firefox",firefox:$,version:pe(/(?:firefox|iceweasel|fxios)[ \/](\d+(\.\d+)?)/i)},/\((mobile|tablet);[^\)]*rv:[\d\.]+\)/i.test(de)&&(Er.firefoxos=$,Er.osname="Firefox OS")):kt?Er={name:"Amazon Silk",silk:$,version:pe(/silk\/(\d+(\.\d+)?)/i)}:/phantom/i.test(de)?Er={name:"PhantomJS",phantom:$,version:pe(/phantomjs\/(\d+(\.\d+)?)/i)}:/slimerjs/i.test(de)?Er={name:"SlimerJS",slimer:$,version:pe(/slimerjs\/(\d+(\.\d+)?)/i)}:/blackberry|\bbb\d+/i.test(de)||/rim\stablet/i.test(de)?Er={name:"BlackBerry",osname:"BlackBerry OS",blackberry:$,version:ur||pe(/blackberry[\d]+\/(\d+(\.\d+)?)/i)}:qe?(Er={name:"WebOS",osname:"WebOS",webos:$,version:ur||pe(/w(?:eb)?osbrowser\/(\d+(\.\d+)?)/i)},/touchpad\//i.test(de)&&(Er.touchpad=$)):/bada/i.test(de)?Er={name:"Bada",osname:"Bada",bada:$,version:pe(/dolfin\/(\d+(\.\d+)?)/i)}:Ve?Er={name:"Tizen",osname:"Tizen",tizen:$,version:pe(/(?:tizen\s?)?browser\/(\d+(\.\d+)?)/i)||ur}:/qupzilla/i.test(de)?Er={name:"QupZilla",qupzilla:$,version:pe(/(?:qupzilla)[\s\/](\d+(?:\.\d+)+)/i)||ur}:/chromium/i.test(de)?Er={name:"Chromium",chromium:$,version:pe(/(?:chromium)[\s\/](\d+(?:\.\d+)?)/i)||ur}:/chrome|crios|crmo/i.test(de)?Er={name:"Chrome",chrome:$,version:pe(/(?:chrome|crios|crmo)\/(\d+(\.\d+)?)/i)}:_e?Er={name:"Android",version:ur}:/safari|applewebkit/i.test(de)?(Er={name:"Safari",safari:$},ur&&(Er.version=ur)):he?(Er={name:he=="iphone"?"iPhone":he=="ipad"?"iPad":"iPod"},ur&&(Er.version=ur)):/googlebot/i.test(de)?Er={name:"Googlebot",googlebot:$,version:pe(/googlebot\/(\d+(\.\d+))/i)||ur}:Er={name:pe(/^(.*)\/(.*) /),version:Ie(/^(.*)\/(.*) /)},!Er.msedge&&/(apple)?webkit/i.test(de)?(/(apple)?webkit\/537\.36/i.test(de)?(Er.name=Er.name||"Blink",Er.blink=$):(Er.name=Er.name||"Webkit",Er.webkit=$),!Er.version&&ur&&(Er.version=ur)):!Er.opera&&/gecko\//i.test(de)&&(Er.name=Er.name||"Gecko",Er.gecko=$,Er.version=Er.version||pe(/gecko\/(\d+(\.\d+)?)/i)),!Er.windowsphone&&(_e||Er.silk)?(Er.android=$,Er.osname="Android"):!Er.windowsphone&&he?(Er[he]=$,Er.ios=$,Er.osname="iOS"):rr?(Er.mac=$,Er.osname="macOS"):hr?(Er.xbox=$,Er.osname="Xbox"):tr?(Er.windows=$,Er.osname="Windows"):ar&&(Er.linux=$,Er.osname="Linux");function kr(br){switch(br){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 xr="";Er.windows?xr=kr(pe(/Windows ((NT|XP)( \d\d?.\d)?)/i)):Er.windowsphone?xr=pe(/windows phone (?:os)?\s?(\d+(\.\d+)*)/i):Er.mac?(xr=pe(/Mac OS X (\d+([_\.\s]\d+)*)/i),xr=xr.replace(/[_\s]/g,".")):he?(xr=pe(/os (\d+([_\s]\d+)*) like mac os x/i),xr=xr.replace(/[_\s]/g,".")):_e?xr=pe(/android[ \/-](\d+(\.\d+)*)/i):Er.webos?xr=pe(/(?:web|hpw)os\/(\d+(\.\d+)*)/i):Er.blackberry?xr=pe(/rim\stablet\sos\s(\d+(\.\d+)*)/i):Er.bada?xr=pe(/bada\/(\d+(\.\d+)*)/i):Er.tizen&&(xr=pe(/tizen[\/\s](\d+(\.\d+)*)/i)),xr&&(Er.osversion=xr);var yr=!Er.windows&&xr.split(".")[0];return cr||Fe||he=="ipad"||_e&&(yr==3||yr>=4&&!_r)||Er.silk?Er.tablet=$:(_r||he=="iphone"||he=="ipod"||_e||Ne||Er.blackberry||Er.webos||Er.bada)&&(Er.mobile=$),Er.msedge||Er.msie&&Er.version>=10||Er.yandexbrowser&&Er.version>=15||Er.vivaldi&&Er.version>=1||Er.chrome&&Er.version>=20||Er.samsungBrowser&&Er.version>=4||Er.whale&&ie([Er.version,"1.0"])===1||Er.mzbrowser&&ie([Er.version,"6.0"])===1||Er.focus&&ie([Er.version,"1.0"])===1||Er.firefox&&Er.version>=20||Er.safari&&Er.version>=6||Er.opera&&Er.version>=10||Er.ios&&Er.osversion&&Er.osversion.split(".")[0]>=6||Er.blackberry&&Er.version>=10.1||Er.chromium&&Er.version>=20?Er.a=$:Er.msie&&Er.version<10||Er.chrome&&Er.version<20||Er.firefox&&Er.version<20||Er.safari&&Er.version<6||Er.opera&&Er.version<10||Er.ios&&Er.osversion&&Er.osversion.split(".")[0]<6||Er.chromium&&Er.version<20?Er.c=$:Er.x=$,Er}var V=j(typeof navigator<"u"&&navigator.userAgent||"");V.test=function(de){for(var pe=0;pe<de.length;++pe){var Ie=de[pe];if(typeof Ie=="string"&&Ie in V)return!0}return!1};function z(de){return de.split(".").length}function re(de,pe){var Ie=[],he;if(Array.prototype.map)return Array.prototype.map.call(de,pe);for(he=0;he<de.length;he++)Ie.push(pe(de[he]));return Ie}function ie(de){for(var pe=Math.max(z(de[0]),z(de[1])),Ie=re(de,function(he){var Ce=pe-z(he);return he=he+new Array(Ce+1).join(".0"),re(he.split("."),function(_e){return new Array(20-_e.length).join("0")+_e}).reverse()});--pe>=0;){if(Ie[0][pe]>Ie[1][pe])return 1;if(Ie[0][pe]===Ie[1][pe]){if(pe===0)return 0}else return-1}}function oe(de,pe,Ie){var he=V;typeof pe=="string"&&(Ie=pe,pe=void 0),pe===void 0&&(pe=!1),Ie&&(he=j(Ie));var Ce=""+he.version;for(var _e in de)if(de.hasOwnProperty(_e)&&he[_e]){if(typeof de[_e]!="string")throw new Error("Browser version in the minVersion map should be a string: "+_e+": "+String(de));return ie([Ce,de[_e]])<0}return pe}function ue(de,pe,Ie){return!oe(de,pe,Ie)}return V.isUnsupportedBrowser=oe,V.compareVersions=ie,V.check=ue,V._detect=j,V.detect=j,V})},{}],102:[function(n,k,L){},{}],103:[function(n,k,L){(function($){(function(){var j=n("base64-js"),V=n("ieee754");L.Buffer=oe,L.SlowBuffer=Ue,L.INSPECT_MAX_BYTES=50;var z=2147483647;L.kMaxLength=z,oe.TYPED_ARRAY_SUPPORT=re(),!oe.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(oe.prototype,"parent",{enumerable:!0,get:function(){if(oe.isBuffer(this))return this.buffer}}),Object.defineProperty(oe.prototype,"offset",{enumerable:!0,get:function(){if(oe.isBuffer(this))return this.byteOffset}});function ie(Kr){if(Kr>z)throw new RangeError('The value "'+Kr+'" is invalid for option "size"');var Nr=new Uint8Array(Kr);return Nr.__proto__=oe.prototype,Nr}function oe(Kr,Nr,Fr){if(typeof Kr=="number"){if(typeof Nr=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return Ie(Kr)}return ue(Kr,Nr,Fr)}typeof Symbol<"u"&&Symbol.species!=null&&oe[Symbol.species]===oe&&Object.defineProperty(oe,Symbol.species,{value:null,configurable:!0,enumerable:!1,writable:!1}),oe.poolSize=8192;function ue(Kr,Nr,Fr){if(typeof Kr=="string")return he(Kr,Nr);if(ArrayBuffer.isView(Kr))return Ce(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(Rr(Kr,ArrayBuffer)||Kr&&Rr(Kr.buffer,ArrayBuffer))return _e(Kr,Nr,Fr);if(typeof Kr=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var Qr=Kr.valueOf&&Kr.valueOf();if(Qr!=null&&Qr!==Kr)return oe.from(Qr,Nr,Fr);var ca=Ne(Kr);if(ca)return ca;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof Kr[Symbol.toPrimitive]=="function")return oe.from(Kr[Symbol.toPrimitive]("string"),Nr,Fr);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof Kr)}oe.from=function(Kr,Nr,Fr){return ue(Kr,Nr,Fr)},oe.prototype.__proto__=Uint8Array.prototype,oe.__proto__=Uint8Array;function de(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 pe(Kr,Nr,Fr){return de(Kr),Kr<=0?ie(Kr):Nr!==void 0?typeof Fr=="string"?ie(Kr).fill(Nr,Fr):ie(Kr).fill(Nr):ie(Kr)}oe.alloc=function(Kr,Nr,Fr){return pe(Kr,Nr,Fr)};function Ie(Kr){return de(Kr),ie(Kr<0?0:Fe(Kr)|0)}oe.allocUnsafe=function(Kr){return Ie(Kr)},oe.allocUnsafeSlow=function(Kr){return Ie(Kr)};function he(Kr,Nr){if((typeof Nr!="string"||Nr==="")&&(Nr="utf8"),!oe.isEncoding(Nr))throw new TypeError("Unknown encoding: "+Nr);var Fr=kt(Kr,Nr)|0,Qr=ie(Fr),ca=Qr.write(Kr,Nr);return ca!==Fr&&(Qr=Qr.slice(0,ca)),Qr}function Ce(Kr){for(var Nr=Kr.length<0?0:Fe(Kr.length)|0,Fr=ie(Nr),Qr=0;Qr<Nr;Qr+=1)Fr[Qr]=Kr[Qr]&255;return Fr}function _e(Kr,Nr,Fr){if(Nr<0||Kr.byteLength<Nr)throw new RangeError('"offset" is outside of buffer bounds');if(Kr.byteLength<Nr+(Fr||0))throw new RangeError('"length" is outside of buffer bounds');var Qr;return Nr===void 0&&Fr===void 0?Qr=new Uint8Array(Kr):Fr===void 0?Qr=new Uint8Array(Kr,Nr):Qr=new Uint8Array(Kr,Nr,Fr),Qr.__proto__=oe.prototype,Qr}function Ne(Kr){if(oe.isBuffer(Kr)){var Nr=Fe(Kr.length)|0,Fr=ie(Nr);return Fr.length===0||Kr.copy(Fr,0,0,Nr),Fr}if(Kr.length!==void 0)return typeof Kr.length!="number"||Wr(Kr.length)?ie(0):Ce(Kr);if(Kr.type==="Buffer"&&Array.isArray(Kr.data))return Ce(Kr.data)}function Fe(Kr){if(Kr>=z)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+z.toString(16)+" bytes");return Kr|0}function Ue(Kr){return+Kr!=Kr&&(Kr=0),oe.alloc(+Kr)}oe.isBuffer=function(Nr){return Nr!=null&&Nr._isBuffer===!0&&Nr!==oe.prototype},oe.compare=function(Nr,Fr){if(Rr(Nr,Uint8Array)&&(Nr=oe.from(Nr,Nr.offset,Nr.byteLength)),Rr(Fr,Uint8Array)&&(Fr=oe.from(Fr,Fr.offset,Fr.byteLength)),!oe.isBuffer(Nr)||!oe.isBuffer(Fr))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(Nr===Fr)return 0;for(var Qr=Nr.length,ca=Fr.length,Po=0,Wa=Math.min(Qr,ca);Po<Wa;++Po)if(Nr[Po]!==Fr[Po]){Qr=Nr[Po],ca=Fr[Po];break}return Qr<ca?-1:ca<Qr?1:0},oe.isEncoding=function(Nr){switch(String(Nr).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}},oe.concat=function(Nr,Fr){if(!Array.isArray(Nr))throw new TypeError('"list" argument must be an Array of Buffers');if(Nr.length===0)return oe.alloc(0);var Qr;if(Fr===void 0)for(Fr=0,Qr=0;Qr<Nr.length;++Qr)Fr+=Nr[Qr].length;var ca=oe.allocUnsafe(Fr),Po=0;for(Qr=0;Qr<Nr.length;++Qr){var Wa=Nr[Qr];if(Rr(Wa,Uint8Array)&&(Wa=oe.from(Wa)),!oe.isBuffer(Wa))throw new TypeError('"list" argument must be an Array of Buffers');Wa.copy(ca,Po),Po+=Wa.length}return ca};function kt(Kr,Nr){if(oe.isBuffer(Kr))return Kr.length;if(ArrayBuffer.isView(Kr)||Rr(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 Fr=Kr.length,Qr=arguments.length>2&&arguments[2]===!0;if(!Qr&&Fr===0)return 0;for(var ca=!1;;)switch(Nr){case"ascii":case"latin1":case"binary":return Fr;case"utf8":case"utf-8":return Tr(Kr).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Fr*2;case"hex":return Fr>>>1;case"base64":return Cr(Kr).length;default:if(ca)return Qr?-1:Tr(Kr).length;Nr=(""+Nr).toLowerCase(),ca=!0}}oe.byteLength=kt;function Et(Kr,Nr,Fr){var Qr=!1;if((Nr===void 0||Nr<0)&&(Nr=0),Nr>this.length||((Fr===void 0||Fr>this.length)&&(Fr=this.length),Fr<=0)||(Fr>>>=0,Nr>>>=0,Fr<=Nr))return"";for(Kr||(Kr="utf8");;)switch(Kr){case"hex":return br(this,Nr,Fr);case"utf8":case"utf-8":return hr(this,Nr,Fr);case"ascii":return xr(this,Nr,Fr);case"latin1":case"binary":return yr(this,Nr,Fr);case"base64":return _r(this,Nr,Fr);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Ir(this,Nr,Fr);default:if(Qr)throw new TypeError("Unknown encoding: "+Kr);Kr=(Kr+"").toLowerCase(),Qr=!0}}oe.prototype._isBuffer=!0;function Ve(Kr,Nr,Fr){var Qr=Kr[Nr];Kr[Nr]=Kr[Fr],Kr[Fr]=Qr}oe.prototype.swap16=function(){var Nr=this.length;if(Nr%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var Fr=0;Fr<Nr;Fr+=2)Ve(this,Fr,Fr+1);return this},oe.prototype.swap32=function(){var Nr=this.length;if(Nr%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var Fr=0;Fr<Nr;Fr+=4)Ve(this,Fr,Fr+3),Ve(this,Fr+1,Fr+2);return this},oe.prototype.swap64=function(){var Nr=this.length;if(Nr%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var Fr=0;Fr<Nr;Fr+=8)Ve(this,Fr,Fr+7),Ve(this,Fr+1,Fr+6),Ve(this,Fr+2,Fr+5),Ve(this,Fr+3,Fr+4);return this},oe.prototype.toString=function(){var Nr=this.length;return Nr===0?"":arguments.length===0?hr(this,0,Nr):Et.apply(this,arguments)},oe.prototype.toLocaleString=oe.prototype.toString,oe.prototype.equals=function(Nr){if(!oe.isBuffer(Nr))throw new TypeError("Argument must be a Buffer");return this===Nr?!0:oe.compare(this,Nr)===0},oe.prototype.inspect=function(){var Nr="",Fr=L.INSPECT_MAX_BYTES;return Nr=this.toString("hex",0,Fr).replace(/(.{2})/g,"$1 ").trim(),this.length>Fr&&(Nr+=" ... "),"<Buffer "+Nr+">"},oe.prototype.compare=function(Nr,Fr,Qr,ca,Po){if(Rr(Nr,Uint8Array)&&(Nr=oe.from(Nr,Nr.offset,Nr.byteLength)),!oe.isBuffer(Nr))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof Nr);if(Fr===void 0&&(Fr=0),Qr===void 0&&(Qr=Nr?Nr.length:0),ca===void 0&&(ca=0),Po===void 0&&(Po=this.length),Fr<0||Qr>Nr.length||ca<0||Po>this.length)throw new RangeError("out of range index");if(ca>=Po&&Fr>=Qr)return 0;if(ca>=Po)return-1;if(Fr>=Qr)return 1;if(Fr>>>=0,Qr>>>=0,ca>>>=0,Po>>>=0,this===Nr)return 0;for(var Wa=Po-ca,Go=Qr-Fr,us=Math.min(Wa,Go),Kn=this.slice(ca,Po),Gr=Nr.slice(Fr,Qr),Ar=0;Ar<us;++Ar)if(Kn[Ar]!==Gr[Ar]){Wa=Kn[Ar],Go=Gr[Ar];break}return Wa<Go?-1:Go<Wa?1:0};function qe(Kr,Nr,Fr,Qr,ca){if(Kr.length===0)return-1;if(typeof Fr=="string"?(Qr=Fr,Fr=0):Fr>2147483647?Fr=2147483647:Fr<-2147483648&&(Fr=-2147483648),Fr=+Fr,Wr(Fr)&&(Fr=ca?0:Kr.length-1),Fr<0&&(Fr=Kr.length+Fr),Fr>=Kr.length){if(ca)return-1;Fr=Kr.length-1}else if(Fr<0)if(ca)Fr=0;else return-1;if(typeof Nr=="string"&&(Nr=oe.from(Nr,Qr)),oe.isBuffer(Nr))return Nr.length===0?-1:jt(Kr,Nr,Fr,Qr,ca);if(typeof Nr=="number")return Nr=Nr&255,typeof Uint8Array.prototype.indexOf=="function"?ca?Uint8Array.prototype.indexOf.call(Kr,Nr,Fr):Uint8Array.prototype.lastIndexOf.call(Kr,Nr,Fr):jt(Kr,[Nr],Fr,Qr,ca);throw new TypeError("val must be string, number or Buffer")}function jt(Kr,Nr,Fr,Qr,ca){var Po=1,Wa=Kr.length,Go=Nr.length;if(Qr!==void 0&&(Qr=String(Qr).toLowerCase(),Qr==="ucs2"||Qr==="ucs-2"||Qr==="utf16le"||Qr==="utf-16le")){if(Kr.length<2||Nr.length<2)return-1;Po=2,Wa/=2,Go/=2,Fr/=2}function us(kn,Sa){return Po===1?kn[Sa]:kn.readUInt16BE(Sa*Po)}var Kn;if(ca){var Gr=-1;for(Kn=Fr;Kn<Wa;Kn++)if(us(Kr,Kn)===us(Nr,Gr===-1?0:Kn-Gr)){if(Gr===-1&&(Gr=Kn),Kn-Gr+1===Go)return Gr*Po}else Gr!==-1&&(Kn-=Kn-Gr),Gr=-1}else for(Fr+Go>Wa&&(Fr=Wa-Go),Kn=Fr;Kn>=0;Kn--){for(var Ar=!0,On=0;On<Go;On++)if(us(Kr,Kn+On)!==us(Nr,On)){Ar=!1;break}if(Ar)return Kn}return-1}oe.prototype.includes=function(Nr,Fr,Qr){return this.indexOf(Nr,Fr,Qr)!==-1},oe.prototype.indexOf=function(Nr,Fr,Qr){return qe(this,Nr,Fr,Qr,!0)},oe.prototype.lastIndexOf=function(Nr,Fr,Qr){return qe(this,Nr,Fr,Qr,!1)};function tr(Kr,Nr,Fr,Qr){Fr=Number(Fr)||0;var ca=Kr.length-Fr;Qr?(Qr=Number(Qr),Qr>ca&&(Qr=ca)):Qr=ca;var Po=Nr.length;Qr>Po/2&&(Qr=Po/2);for(var Wa=0;Wa<Qr;++Wa){var Go=parseInt(Nr.substr(Wa*2,2),16);if(Wr(Go))return Wa;Kr[Fr+Wa]=Go}return Wa}function rr(Kr,Nr,Fr,Qr){return Dr(Tr(Nr,Kr.length-Fr),Kr,Fr,Qr)}function ar(Kr,Nr,Fr,Qr){return Dr(Br(Nr),Kr,Fr,Qr)}function nr(Kr,Nr,Fr,Qr){return ar(Kr,Nr,Fr,Qr)}function ur(Kr,Nr,Fr,Qr){return Dr(Cr(Nr),Kr,Fr,Qr)}function cr(Kr,Nr,Fr,Qr){return Dr(vr(Nr,Kr.length-Fr),Kr,Fr,Qr)}oe.prototype.write=function(Nr,Fr,Qr,ca){if(Fr===void 0)ca="utf8",Qr=this.length,Fr=0;else if(Qr===void 0&&typeof Fr=="string")ca=Fr,Qr=this.length,Fr=0;else if(isFinite(Fr))Fr=Fr>>>0,isFinite(Qr)?(Qr=Qr>>>0,ca===void 0&&(ca="utf8")):(ca=Qr,Qr=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var Po=this.length-Fr;if((Qr===void 0||Qr>Po)&&(Qr=Po),Nr.length>0&&(Qr<0||Fr<0)||Fr>this.length)throw new RangeError("Attempt to write outside buffer bounds");ca||(ca="utf8");for(var Wa=!1;;)switch(ca){case"hex":return tr(this,Nr,Fr,Qr);case"utf8":case"utf-8":return rr(this,Nr,Fr,Qr);case"ascii":return ar(this,Nr,Fr,Qr);case"latin1":case"binary":return nr(this,Nr,Fr,Qr);case"base64":return ur(this,Nr,Fr,Qr);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return cr(this,Nr,Fr,Qr);default:if(Wa)throw new TypeError("Unknown encoding: "+ca);ca=(""+ca).toLowerCase(),Wa=!0}},oe.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function _r(Kr,Nr,Fr){return Nr===0&&Fr===Kr.length?j.fromByteArray(Kr):j.fromByteArray(Kr.slice(Nr,Fr))}function hr(Kr,Nr,Fr){Fr=Math.min(Kr.length,Fr);for(var Qr=[],ca=Nr;ca<Fr;){var Po=Kr[ca],Wa=null,Go=Po>239?4:Po>223?3:Po>191?2:1;if(ca+Go<=Fr){var us,Kn,Gr,Ar;switch(Go){case 1:Po<128&&(Wa=Po);break;case 2:us=Kr[ca+1],(us&192)===128&&(Ar=(Po&31)<<6|us&63,Ar>127&&(Wa=Ar));break;case 3:us=Kr[ca+1],Kn=Kr[ca+2],(us&192)===128&&(Kn&192)===128&&(Ar=(Po&15)<<12|(us&63)<<6|Kn&63,Ar>2047&&(Ar<55296||Ar>57343)&&(Wa=Ar));break;case 4:us=Kr[ca+1],Kn=Kr[ca+2],Gr=Kr[ca+3],(us&192)===128&&(Kn&192)===128&&(Gr&192)===128&&(Ar=(Po&15)<<18|(us&63)<<12|(Kn&63)<<6|Gr&63,Ar>65535&&Ar<1114112&&(Wa=Ar))}}Wa===null?(Wa=65533,Go=1):Wa>65535&&(Wa-=65536,Qr.push(Wa>>>10&1023|55296),Wa=56320|Wa&1023),Qr.push(Wa),ca+=Go}return kr(Qr)}var Er=4096;function kr(Kr){var Nr=Kr.length;if(Nr<=Er)return String.fromCharCode.apply(String,Kr);for(var Fr="",Qr=0;Qr<Nr;)Fr+=String.fromCharCode.apply(String,Kr.slice(Qr,Qr+=Er));return Fr}function xr(Kr,Nr,Fr){var Qr="";Fr=Math.min(Kr.length,Fr);for(var ca=Nr;ca<Fr;++ca)Qr+=String.fromCharCode(Kr[ca]&127);return Qr}function yr(Kr,Nr,Fr){var Qr="";Fr=Math.min(Kr.length,Fr);for(var ca=Nr;ca<Fr;++ca)Qr+=String.fromCharCode(Kr[ca]);return Qr}function br(Kr,Nr,Fr){var Qr=Kr.length;(!Nr||Nr<0)&&(Nr=0),(!Fr||Fr<0||Fr>Qr)&&(Fr=Qr);for(var ca="",Po=Nr;Po<Fr;++Po)ca+=Sr(Kr[Po]);return ca}function Ir(Kr,Nr,Fr){for(var Qr=Kr.slice(Nr,Fr),ca="",Po=0;Po<Qr.length;Po+=2)ca+=String.fromCharCode(Qr[Po]+Qr[Po+1]*256);return ca}oe.prototype.slice=function(Nr,Fr){var Qr=this.length;Nr=~~Nr,Fr=Fr===void 0?Qr:~~Fr,Nr<0?(Nr+=Qr,Nr<0&&(Nr=0)):Nr>Qr&&(Nr=Qr),Fr<0?(Fr+=Qr,Fr<0&&(Fr=0)):Fr>Qr&&(Fr=Qr),Fr<Nr&&(Fr=Nr);var ca=this.subarray(Nr,Fr);return ca.__proto__=oe.prototype,ca};function Mr(Kr,Nr,Fr){if(Kr%1!==0||Kr<0)throw new RangeError("offset is not uint");if(Kr+Nr>Fr)throw new RangeError("Trying to access beyond buffer length")}oe.prototype.readUIntLE=function(Nr,Fr,Qr){Nr=Nr>>>0,Fr=Fr>>>0,Qr||Mr(Nr,Fr,this.length);for(var ca=this[Nr],Po=1,Wa=0;++Wa<Fr&&(Po*=256);)ca+=this[Nr+Wa]*Po;return ca},oe.prototype.readUIntBE=function(Nr,Fr,Qr){Nr=Nr>>>0,Fr=Fr>>>0,Qr||Mr(Nr,Fr,this.length);for(var ca=this[Nr+--Fr],Po=1;Fr>0&&(Po*=256);)ca+=this[Nr+--Fr]*Po;return ca},oe.prototype.readUInt8=function(Nr,Fr){return Nr=Nr>>>0,Fr||Mr(Nr,1,this.length),this[Nr]},oe.prototype.readUInt16LE=function(Nr,Fr){return Nr=Nr>>>0,Fr||Mr(Nr,2,this.length),this[Nr]|this[Nr+1]<<8},oe.prototype.readUInt16BE=function(Nr,Fr){return Nr=Nr>>>0,Fr||Mr(Nr,2,this.length),this[Nr]<<8|this[Nr+1]},oe.prototype.readUInt32LE=function(Nr,Fr){return Nr=Nr>>>0,Fr||Mr(Nr,4,this.length),(this[Nr]|this[Nr+1]<<8|this[Nr+2]<<16)+this[Nr+3]*16777216},oe.prototype.readUInt32BE=function(Nr,Fr){return Nr=Nr>>>0,Fr||Mr(Nr,4,this.length),this[Nr]*16777216+(this[Nr+1]<<16|this[Nr+2]<<8|this[Nr+3])},oe.prototype.readIntLE=function(Nr,Fr,Qr){Nr=Nr>>>0,Fr=Fr>>>0,Qr||Mr(Nr,Fr,this.length);for(var ca=this[Nr],Po=1,Wa=0;++Wa<Fr&&(Po*=256);)ca+=this[Nr+Wa]*Po;return Po*=128,ca>=Po&&(ca-=Math.pow(2,8*Fr)),ca},oe.prototype.readIntBE=function(Nr,Fr,Qr){Nr=Nr>>>0,Fr=Fr>>>0,Qr||Mr(Nr,Fr,this.length);for(var ca=Fr,Po=1,Wa=this[Nr+--ca];ca>0&&(Po*=256);)Wa+=this[Nr+--ca]*Po;return Po*=128,Wa>=Po&&(Wa-=Math.pow(2,8*Fr)),Wa},oe.prototype.readInt8=function(Nr,Fr){return Nr=Nr>>>0,Fr||Mr(Nr,1,this.length),this[Nr]&128?(255-this[Nr]+1)*-1:this[Nr]},oe.prototype.readInt16LE=function(Nr,Fr){Nr=Nr>>>0,Fr||Mr(Nr,2,this.length);var Qr=this[Nr]|this[Nr+1]<<8;return Qr&32768?Qr|4294901760:Qr},oe.prototype.readInt16BE=function(Nr,Fr){Nr=Nr>>>0,Fr||Mr(Nr,2,this.length);var Qr=this[Nr+1]|this[Nr]<<8;return Qr&32768?Qr|4294901760:Qr},oe.prototype.readInt32LE=function(Nr,Fr){return Nr=Nr>>>0,Fr||Mr(Nr,4,this.length),this[Nr]|this[Nr+1]<<8|this[Nr+2]<<16|this[Nr+3]<<24},oe.prototype.readInt32BE=function(Nr,Fr){return Nr=Nr>>>0,Fr||Mr(Nr,4,this.length),this[Nr]<<24|this[Nr+1]<<16|this[Nr+2]<<8|this[Nr+3]},oe.prototype.readFloatLE=function(Nr,Fr){return Nr=Nr>>>0,Fr||Mr(Nr,4,this.length),V.read(this,Nr,!0,23,4)},oe.prototype.readFloatBE=function(Nr,Fr){return Nr=Nr>>>0,Fr||Mr(Nr,4,this.length),V.read(this,Nr,!1,23,4)},oe.prototype.readDoubleLE=function(Nr,Fr){return Nr=Nr>>>0,Fr||Mr(Nr,8,this.length),V.read(this,Nr,!0,52,8)},oe.prototype.readDoubleBE=function(Nr,Fr){return Nr=Nr>>>0,Fr||Mr(Nr,8,this.length),V.read(this,Nr,!1,52,8)};function mr(Kr,Nr,Fr,Qr,ca,Po){if(!oe.isBuffer(Kr))throw new TypeError('"buffer" argument must be a Buffer instance');if(Nr>ca||Nr<Po)throw new RangeError('"value" argument is out of bounds');if(Fr+Qr>Kr.length)throw new RangeError("Index out of range")}oe.prototype.writeUIntLE=function(Nr,Fr,Qr,ca){if(Nr=+Nr,Fr=Fr>>>0,Qr=Qr>>>0,!ca){var Po=Math.pow(2,8*Qr)-1;mr(this,Nr,Fr,Qr,Po,0)}var Wa=1,Go=0;for(this[Fr]=Nr&255;++Go<Qr&&(Wa*=256);)this[Fr+Go]=Nr/Wa&255;return Fr+Qr},oe.prototype.writeUIntBE=function(Nr,Fr,Qr,ca){if(Nr=+Nr,Fr=Fr>>>0,Qr=Qr>>>0,!ca){var Po=Math.pow(2,8*Qr)-1;mr(this,Nr,Fr,Qr,Po,0)}var Wa=Qr-1,Go=1;for(this[Fr+Wa]=Nr&255;--Wa>=0&&(Go*=256);)this[Fr+Wa]=Nr/Go&255;return Fr+Qr},oe.prototype.writeUInt8=function(Nr,Fr,Qr){return Nr=+Nr,Fr=Fr>>>0,Qr||mr(this,Nr,Fr,1,255,0),this[Fr]=Nr&255,Fr+1},oe.prototype.writeUInt16LE=function(Nr,Fr,Qr){return Nr=+Nr,Fr=Fr>>>0,Qr||mr(this,Nr,Fr,2,65535,0),this[Fr]=Nr&255,this[Fr+1]=Nr>>>8,Fr+2},oe.prototype.writeUInt16BE=function(Nr,Fr,Qr){return Nr=+Nr,Fr=Fr>>>0,Qr||mr(this,Nr,Fr,2,65535,0),this[Fr]=Nr>>>8,this[Fr+1]=Nr&255,Fr+2},oe.prototype.writeUInt32LE=function(Nr,Fr,Qr){return Nr=+Nr,Fr=Fr>>>0,Qr||mr(this,Nr,Fr,4,4294967295,0),this[Fr+3]=Nr>>>24,this[Fr+2]=Nr>>>16,this[Fr+1]=Nr>>>8,this[Fr]=Nr&255,Fr+4},oe.prototype.writeUInt32BE=function(Nr,Fr,Qr){return Nr=+Nr,Fr=Fr>>>0,Qr||mr(this,Nr,Fr,4,4294967295,0),this[Fr]=Nr>>>24,this[Fr+1]=Nr>>>16,this[Fr+2]=Nr>>>8,this[Fr+3]=Nr&255,Fr+4},oe.prototype.writeIntLE=function(Nr,Fr,Qr,ca){if(Nr=+Nr,Fr=Fr>>>0,!ca){var Po=Math.pow(2,8*Qr-1);mr(this,Nr,Fr,Qr,Po-1,-Po)}var Wa=0,Go=1,us=0;for(this[Fr]=Nr&255;++Wa<Qr&&(Go*=256);)Nr<0&&us===0&&this[Fr+Wa-1]!==0&&(us=1),this[Fr+Wa]=(Nr/Go>>0)-us&255;return Fr+Qr},oe.prototype.writeIntBE=function(Nr,Fr,Qr,ca){if(Nr=+Nr,Fr=Fr>>>0,!ca){var Po=Math.pow(2,8*Qr-1);mr(this,Nr,Fr,Qr,Po-1,-Po)}var Wa=Qr-1,Go=1,us=0;for(this[Fr+Wa]=Nr&255;--Wa>=0&&(Go*=256);)Nr<0&&us===0&&this[Fr+Wa+1]!==0&&(us=1),this[Fr+Wa]=(Nr/Go>>0)-us&255;return Fr+Qr},oe.prototype.writeInt8=function(Nr,Fr,Qr){return Nr=+Nr,Fr=Fr>>>0,Qr||mr(this,Nr,Fr,1,127,-128),Nr<0&&(Nr=255+Nr+1),this[Fr]=Nr&255,Fr+1},oe.prototype.writeInt16LE=function(Nr,Fr,Qr){return Nr=+Nr,Fr=Fr>>>0,Qr||mr(this,Nr,Fr,2,32767,-32768),this[Fr]=Nr&255,this[Fr+1]=Nr>>>8,Fr+2},oe.prototype.writeInt16BE=function(Nr,Fr,Qr){return Nr=+Nr,Fr=Fr>>>0,Qr||mr(this,Nr,Fr,2,32767,-32768),this[Fr]=Nr>>>8,this[Fr+1]=Nr&255,Fr+2},oe.prototype.writeInt32LE=function(Nr,Fr,Qr){return Nr=+Nr,Fr=Fr>>>0,Qr||mr(this,Nr,Fr,4,2147483647,-2147483648),this[Fr]=Nr&255,this[Fr+1]=Nr>>>8,this[Fr+2]=Nr>>>16,this[Fr+3]=Nr>>>24,Fr+4},oe.prototype.writeInt32BE=function(Nr,Fr,Qr){return Nr=+Nr,Fr=Fr>>>0,Qr||mr(this,Nr,Fr,4,2147483647,-2147483648),Nr<0&&(Nr=4294967295+Nr+1),this[Fr]=Nr>>>24,this[Fr+1]=Nr>>>16,this[Fr+2]=Nr>>>8,this[Fr+3]=Nr&255,Fr+4};function gr(Kr,Nr,Fr,Qr,ca,Po){if(Fr+Qr>Kr.length)throw new RangeError("Index out of range");if(Fr<0)throw new RangeError("Index out of range")}function jr(Kr,Nr,Fr,Qr,ca){return Nr=+Nr,Fr=Fr>>>0,ca||gr(Kr,Nr,Fr,4),V.write(Kr,Nr,Fr,Qr,23,4),Fr+4}oe.prototype.writeFloatLE=function(Nr,Fr,Qr){return jr(this,Nr,Fr,!0,Qr)},oe.prototype.writeFloatBE=function(Nr,Fr,Qr){return jr(this,Nr,Fr,!1,Qr)};function Hr(Kr,Nr,Fr,Qr,ca){return Nr=+Nr,Fr=Fr>>>0,ca||gr(Kr,Nr,Fr,8),V.write(Kr,Nr,Fr,Qr,52,8),Fr+8}oe.prototype.writeDoubleLE=function(Nr,Fr,Qr){return Hr(this,Nr,Fr,!0,Qr)},oe.prototype.writeDoubleBE=function(Nr,Fr,Qr){return Hr(this,Nr,Fr,!1,Qr)},oe.prototype.copy=function(Nr,Fr,Qr,ca){if(!oe.isBuffer(Nr))throw new TypeError("argument should be a Buffer");if(Qr||(Qr=0),!ca&&ca!==0&&(ca=this.length),Fr>=Nr.length&&(Fr=Nr.length),Fr||(Fr=0),ca>0&&ca<Qr&&(ca=Qr),ca===Qr||Nr.length===0||this.length===0)return 0;if(Fr<0)throw new RangeError("targetStart out of bounds");if(Qr<0||Qr>=this.length)throw new RangeError("Index out of range");if(ca<0)throw new RangeError("sourceEnd out of bounds");ca>this.length&&(ca=this.length),Nr.length-Fr<ca-Qr&&(ca=Nr.length-Fr+Qr);var Po=ca-Qr;if(this===Nr&&typeof Uint8Array.prototype.copyWithin=="function")this.copyWithin(Fr,Qr,ca);else if(this===Nr&&Qr<Fr&&Fr<ca)for(var Wa=Po-1;Wa>=0;--Wa)Nr[Wa+Fr]=this[Wa+Qr];else Uint8Array.prototype.set.call(Nr,this.subarray(Qr,ca),Fr);return Po},oe.prototype.fill=function(Nr,Fr,Qr,ca){if(typeof Nr=="string"){if(typeof Fr=="string"?(ca=Fr,Fr=0,Qr=this.length):typeof Qr=="string"&&(ca=Qr,Qr=this.length),ca!==void 0&&typeof ca!="string")throw new TypeError("encoding must be a string");if(typeof ca=="string"&&!oe.isEncoding(ca))throw new TypeError("Unknown encoding: "+ca);if(Nr.length===1){var Po=Nr.charCodeAt(0);(ca==="utf8"&&Po<128||ca==="latin1")&&(Nr=Po)}}else typeof Nr=="number"&&(Nr=Nr&255);if(Fr<0||this.length<Fr||this.length<Qr)throw new RangeError("Out of range index");if(Qr<=Fr)return this;Fr=Fr>>>0,Qr=Qr===void 0?this.length:Qr>>>0,Nr||(Nr=0);var Wa;if(typeof Nr=="number")for(Wa=Fr;Wa<Qr;++Wa)this[Wa]=Nr;else{var Go=oe.isBuffer(Nr)?Nr:oe.from(Nr,ca),us=Go.length;if(us===0)throw new TypeError('The value "'+Nr+'" is invalid for argument "value"');for(Wa=0;Wa<Qr-Fr;++Wa)this[Wa+Fr]=Go[Wa%us]}return this};var Vr=/[^+/0-9A-Za-z-_]/g;function zr(Kr){if(Kr=Kr.split("=")[0],Kr=Kr.trim().replace(Vr,""),Kr.length<2)return"";for(;Kr.length%4!==0;)Kr=Kr+"=";return Kr}function Sr(Kr){return Kr<16?"0"+Kr.toString(16):Kr.toString(16)}function Tr(Kr,Nr){Nr=Nr||1/0;for(var Fr,Qr=Kr.length,ca=null,Po=[],Wa=0;Wa<Qr;++Wa){if(Fr=Kr.charCodeAt(Wa),Fr>55295&&Fr<57344){if(!ca){if(Fr>56319){(Nr-=3)>-1&&Po.push(239,191,189);continue}else if(Wa+1===Qr){(Nr-=3)>-1&&Po.push(239,191,189);continue}ca=Fr;continue}if(Fr<56320){(Nr-=3)>-1&&Po.push(239,191,189),ca=Fr;continue}Fr=(ca-55296<<10|Fr-56320)+65536}else ca&&(Nr-=3)>-1&&Po.push(239,191,189);if(ca=null,Fr<128){if((Nr-=1)<0)break;Po.push(Fr)}else if(Fr<2048){if((Nr-=2)<0)break;Po.push(Fr>>6|192,Fr&63|128)}else if(Fr<65536){if((Nr-=3)<0)break;Po.push(Fr>>12|224,Fr>>6&63|128,Fr&63|128)}else if(Fr<1114112){if((Nr-=4)<0)break;Po.push(Fr>>18|240,Fr>>12&63|128,Fr>>6&63|128,Fr&63|128)}else throw new Error("Invalid code point")}return Po}function Br(Kr){for(var Nr=[],Fr=0;Fr<Kr.length;++Fr)Nr.push(Kr.charCodeAt(Fr)&255);return Nr}function vr(Kr,Nr){for(var Fr,Qr,ca,Po=[],Wa=0;Wa<Kr.length&&!((Nr-=2)<0);++Wa)Fr=Kr.charCodeAt(Wa),Qr=Fr>>8,ca=Fr%256,Po.push(ca),Po.push(Qr);return Po}function Cr(Kr){return j.toByteArray(zr(Kr))}function Dr(Kr,Nr,Fr,Qr){for(var ca=0;ca<Qr&&!(ca+Fr>=Nr.length||ca>=Kr.length);++ca)Nr[ca+Fr]=Kr[ca];return ca}function Rr(Kr,Nr){return Kr instanceof Nr||Kr!=null&&Kr.constructor!=null&&Kr.constructor.name!=null&&Kr.constructor.name===Nr.name}function Wr(Kr){return Kr!==Kr}}).call(this)}).call(this,n("buffer").Buffer)},{"base64-js":100,buffer:103,ieee754:402}],104:[function(n,k,L){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,L){var $=n("get-intrinsic"),j=n("./"),V=j($("String.prototype.indexOf"));k.exports=function(re,ie){var oe=$(re,!!ie);return typeof oe=="function"&&V(re,".prototype.")>-1?j(oe):oe}},{"./":106,"get-intrinsic":392}],106:[function(n,k,L){var $=n("function-bind"),j=n("get-intrinsic"),V=n("set-function-length"),z=j("%TypeError%"),re=j("%Function.prototype.apply%"),ie=j("%Function.prototype.call%"),oe=j("%Reflect.apply%",!0)||$.call(ie,re),ue=j("%Object.defineProperty%",!0),de=j("%Math.max%");if(ue)try{ue({},"a",{value:1})}catch{ue=null}k.exports=function(he){if(typeof he!="function")throw new z("a function is required");var Ce=oe($,ie,arguments);return V(Ce,1+de(0,he.length-(arguments.length-1)),!0)};var pe=function(){return oe($,re,arguments)};ue?ue(k.exports,"apply",{value:pe}):k.exports.apply=pe},{"function-bind":391,"get-intrinsic":392,"set-function-length":468}],107:[function(n,k,L){var $=Array.prototype.slice;k.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=$.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 ie=0;ie<re.length;ie++)oe=re[ie],z[oe]===void 0&&(z[oe]=this.src[oe]);return z}for(var ie=0;ie<re.length;ie++){var oe=re[ie];if(V(z,oe)){var ue=this.src.__lookupGetter__(oe),de=this.src.__lookupSetter__(oe);ue&&z.__defineGetter__(oe,ue),de&&z.__defineSetter__(oe,de),!ue&&!de&&(z[oe]=this.src[oe])}}return z},j.prototype.toCover=function(z){for(var re=this.keys||Object.keys(this.src),ie=0;ie<re.length;ie++){var oe=re[ie];delete z[oe];var ue=this.src.__lookupGetter__(oe),de=this.src.__lookupSetter__(oe);ue&&z.__defineGetter__(oe,ue),de&&z.__defineSetter__(oe,de),!ue&&!de&&(z[oe]=this.src[oe])}},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,L){var $=n("../internals/is-callable"),j=n("../internals/try-to-string"),V=TypeError;k.exports=function(z){if($(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,L){var $=n("../internals/is-constructor"),j=n("../internals/try-to-string"),V=TypeError;k.exports=function(z){if($(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,L){var $=n("../internals/is-possible-prototype"),j=String,V=TypeError;k.exports=function(z){if($(z))return z;throw new V("Can't set "+j(z)+" as a prototype")}},{"../internals/is-possible-prototype":209}],111:[function(n,k,L){var $=n("../internals/well-known-symbol"),j=n("../internals/object-create"),V=n("../internals/object-define-property").f,z=$("unscopables"),re=Array.prototype;re[z]===void 0&&V(re,z,{configurable:!0,value:j(null)}),k.exports=function(ie){re[z][ie]=!0}},{"../internals/object-create":229,"../internals/object-define-property":231,"../internals/well-known-symbol":306}],112:[function(n,k,L){var $=n("../internals/string-multibyte").charAt;k.exports=function(j,V,z){return V+(z?$(j,V).length:1)}},{"../internals/string-multibyte":271}],113:[function(n,k,L){var $=n("../internals/object-is-prototype-of"),j=TypeError;k.exports=function(V,z){if($(z,V))return V;throw new j("Incorrect invocation")}},{"../internals/object-is-prototype-of":238}],114:[function(n,k,L){var $=n("../internals/is-object"),j=String,V=TypeError;k.exports=function(z){if($(z))return z;throw new V(j(z)+" is not an object")}},{"../internals/is-object":208}],115:[function(n,k,L){k.exports=typeof ArrayBuffer<"u"&&typeof DataView<"u"},{}],116:[function(n,k,L){var $=n("../internals/fails");k.exports=$(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,L){var $=n("../internals/array-buffer-basic-detection"),j=n("../internals/descriptors"),V=n("../internals/global"),z=n("../internals/is-callable"),re=n("../internals/is-object"),ie=n("../internals/has-own-property"),oe=n("../internals/classof"),ue=n("../internals/try-to-string"),de=n("../internals/create-non-enumerable-property"),pe=n("../internals/define-built-in"),Ie=n("../internals/define-built-in-accessor"),he=n("../internals/object-is-prototype-of"),Ce=n("../internals/object-get-prototype-of"),_e=n("../internals/object-set-prototype-of"),Ne=n("../internals/well-known-symbol"),Fe=n("../internals/uid"),Ue=n("../internals/internal-state"),kt=Ue.enforce,Et=Ue.get,Ve=V.Int8Array,qe=Ve&&Ve.prototype,jt=V.Uint8ClampedArray,tr=jt&&jt.prototype,rr=Ve&&Ce(Ve),ar=qe&&Ce(qe),nr=Object.prototype,ur=V.TypeError,cr=Ne("toStringTag"),_r=Fe("TYPED_ARRAY_TAG"),hr="TypedArrayConstructor",Er=$&&!!_e&&oe(V.opera)!=="Opera",kr=!1,xr,yr,br,Ir={Int8Array:1,Uint8Array:1,Uint8ClampedArray:1,Int16Array:2,Uint16Array:2,Int32Array:4,Uint32Array:4,Float32Array:4,Float64Array:8},Mr={BigInt64Array:8,BigUint64Array:8},mr=function(Br){if(!re(Br))return!1;var vr=oe(Br);return vr==="DataView"||ie(Ir,vr)||ie(Mr,vr)},gr=function(Tr){var Br=Ce(Tr);if(re(Br)){var vr=Et(Br);return vr&&ie(vr,hr)?vr[hr]:gr(Br)}},jr=function(Tr){if(!re(Tr))return!1;var Br=oe(Tr);return ie(Ir,Br)||ie(Mr,Br)},Hr=function(Tr){if(jr(Tr))return Tr;throw new ur("Target is not a typed array")},Vr=function(Tr){if(z(Tr)&&(!_e||he(rr,Tr)))return Tr;throw new ur(ue(Tr)+" is not a typed array constructor")},zr=function(Tr,Br,vr,Cr){if(j){if(vr)for(var Dr in Ir){var Rr=V[Dr];if(Rr&&ie(Rr.prototype,Tr))try{delete Rr.prototype[Tr]}catch{try{Rr.prototype[Tr]=Br}catch{}}}(!ar[Tr]||vr)&&pe(ar,Tr,vr?Br:Er&&qe[Tr]||Br,Cr)}},Sr=function(Tr,Br,vr){var Cr,Dr;if(j){if(_e){if(vr){for(Cr in Ir)if(Dr=V[Cr],Dr&&ie(Dr,Tr))try{delete Dr[Tr]}catch{}}if(!rr[Tr]||vr)try{return pe(rr,Tr,vr?Br:Er&&rr[Tr]||Br)}catch{}else return}for(Cr in Ir)Dr=V[Cr],Dr&&(!Dr[Tr]||vr)&&pe(Dr,Tr,Br)}};for(xr in Ir)yr=V[xr],br=yr&&yr.prototype,br?kt(br)[hr]=yr:Er=!1;for(xr in Mr)yr=V[xr],br=yr&&yr.prototype,br&&(kt(br)[hr]=yr);if((!Er||!z(rr)||rr===Function.prototype)&&(rr=function(){throw new ur("Incorrect invocation")},Er))for(xr in Ir)V[xr]&&_e(V[xr],rr);if((!Er||!ar||ar===nr)&&(ar=rr.prototype,Er))for(xr in Ir)V[xr]&&_e(V[xr].prototype,ar);if(Er&&Ce(tr)!==ar&&_e(tr,ar),j&&!ie(ar,cr)){kr=!0,Ie(ar,cr,{configurable:!0,get:function(){return re(this)?this[_r]:void 0}});for(xr in Ir)V[xr]&&de(V[xr],_r,xr)}k.exports={NATIVE_ARRAY_BUFFER_VIEWS:Er,TYPED_ARRAY_TAG:kr&&_r,aTypedArray:Hr,aTypedArrayConstructor:Vr,exportTypedArrayMethod:zr,exportTypedArrayStaticMethod:Sr,getTypedArrayConstructor:gr,isView:mr,isTypedArray:jr,TypedArray:rr,TypedArrayPrototype:ar}},{"../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,L){var $=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"),ie=n("../internals/create-non-enumerable-property"),oe=n("../internals/define-built-in-accessor"),ue=n("../internals/define-built-ins"),de=n("../internals/fails"),pe=n("../internals/an-instance"),Ie=n("../internals/to-integer-or-infinity"),he=n("../internals/to-length"),Ce=n("../internals/to-index"),_e=n("../internals/math-fround"),Ne=n("../internals/ieee754"),Fe=n("../internals/object-get-prototype-of"),Ue=n("../internals/object-set-prototype-of"),kt=n("../internals/array-fill"),Et=n("../internals/array-slice"),Ve=n("../internals/inherit-if-required"),qe=n("../internals/copy-constructor-properties"),jt=n("../internals/set-to-string-tag"),tr=n("../internals/internal-state"),rr=re.PROPER,ar=re.CONFIGURABLE,nr="ArrayBuffer",ur="DataView",cr="prototype",_r="Wrong length",hr="Wrong index",Er=tr.getterFor(nr),kr=tr.getterFor(ur),xr=tr.set,yr=$[nr],br=yr,Ir=br&&br[cr],Mr=$[ur],mr=Mr&&Mr[cr],gr=Object.prototype,jr=$.Array,Hr=$.RangeError,Vr=j(kt),zr=j([].reverse),Sr=Ne.pack,Tr=Ne.unpack,Br=function(Wa){return[Wa&255]},vr=function(Wa){return[Wa&255,Wa>>8&255]},Cr=function(Wa){return[Wa&255,Wa>>8&255,Wa>>16&255,Wa>>24&255]},Dr=function(Wa){return Wa[3]<<24|Wa[2]<<16|Wa[1]<<8|Wa[0]},Rr=function(Wa){return Sr(_e(Wa),23,4)},Wr=function(Wa){return Sr(Wa,52,8)},Kr=function(Wa,Go,us){oe(Wa[cr],Go,{configurable:!0,get:function(){return us(this)[Go]}})},Nr=function(Wa,Go,us,Kn){var Gr=kr(Wa),Ar=Ce(us),On=!!Kn;if(Ar+Go>Gr.byteLength)throw new Hr(hr);var kn=Gr.bytes,Sa=Ar+Gr.byteOffset,sa=Et(kn,Sa,Sa+Go);return On?sa:zr(sa)},Fr=function(Wa,Go,us,Kn,Gr,Ar){var On=kr(Wa),kn=Ce(us),Sa=Kn(+Gr),sa=!!Ar;if(kn+Go>On.byteLength)throw new Hr(hr);for(var qa=On.bytes,To=kn+On.byteOffset,Hi=0;Hi<Go;Hi++)qa[To+Hi]=Sa[sa?Hi:Go-Hi-1]};if(!z)br=function(Go){pe(this,Ir);var us=Ce(Go);xr(this,{type:nr,bytes:Vr(jr(us),0),byteLength:us}),V||(this.byteLength=us,this.detached=!1)},Ir=br[cr],Mr=function(Go,us,Kn){pe(this,mr),pe(Go,Ir);var Gr=Er(Go),Ar=Gr.byteLength,On=Ie(us);if(On<0||On>Ar)throw new Hr("Wrong offset");if(Kn=Kn===void 0?Ar-On:he(Kn),On+Kn>Ar)throw new Hr(_r);xr(this,{type:ur,buffer:Go,byteLength:Kn,byteOffset:On,bytes:Gr.bytes}),V||(this.buffer=Go,this.byteLength=Kn,this.byteOffset=On)},mr=Mr[cr],V&&(Kr(br,"byteLength",Er),Kr(Mr,"buffer",kr),Kr(Mr,"byteLength",kr),Kr(Mr,"byteOffset",kr)),ue(mr,{getInt8:function(Go){return Nr(this,1,Go)[0]<<24>>24},getUint8:function(Go){return Nr(this,1,Go)[0]},getInt16:function(Go){var us=Nr(this,2,Go,arguments.length>1?arguments[1]:!1);return(us[1]<<8|us[0])<<16>>16},getUint16:function(Go){var us=Nr(this,2,Go,arguments.length>1?arguments[1]:!1);return us[1]<<8|us[0]},getInt32:function(Go){return Dr(Nr(this,4,Go,arguments.length>1?arguments[1]:!1))},getUint32:function(Go){return Dr(Nr(this,4,Go,arguments.length>1?arguments[1]:!1))>>>0},getFloat32:function(Go){return Tr(Nr(this,4,Go,arguments.length>1?arguments[1]:!1),23)},getFloat64:function(Go){return Tr(Nr(this,8,Go,arguments.length>1?arguments[1]:!1),52)},setInt8:function(Go,us){Fr(this,1,Go,Br,us)},setUint8:function(Go,us){Fr(this,1,Go,Br,us)},setInt16:function(Go,us){Fr(this,2,Go,vr,us,arguments.length>2?arguments[2]:!1)},setUint16:function(Go,us){Fr(this,2,Go,vr,us,arguments.length>2?arguments[2]:!1)},setInt32:function(Go,us){Fr(this,4,Go,Cr,us,arguments.length>2?arguments[2]:!1)},setUint32:function(Go,us){Fr(this,4,Go,Cr,us,arguments.length>2?arguments[2]:!1)},setFloat32:function(Go,us){Fr(this,4,Go,Rr,us,arguments.length>2?arguments[2]:!1)},setFloat64:function(Go,us){Fr(this,8,Go,Wr,us,arguments.length>2?arguments[2]:!1)}});else{var Qr=rr&&yr.name!==nr;!de(function(){yr(1)})||!de(function(){new yr(-1)})||de(function(){return new yr,new yr(1.5),new yr(NaN),yr.length!==1||Qr&&!ar})?(br=function(Go){return pe(this,Ir),Ve(new yr(Ce(Go)),this,br)},br[cr]=Ir,Ir.constructor=br,qe(br,yr)):Qr&&ar&&ie(yr,"name",nr),Ue&&Fe(mr)!==gr&&Ue(mr,gr);var ca=new Mr(new br(2)),Po=j(mr.setInt8);ca.setInt8(0,2147483648),ca.setInt8(1,2147483649),(ca.getInt8(0)||!ca.getInt8(1))&&ue(mr,{setInt8:function(Go,us){Po(this,Go,us<<24>>24)},setUint8:function(Go,us){Po(this,Go,us<<24>>24)}},{unsafe:!0})}jt(br,nr),jt(Mr,ur),k.exports={ArrayBuffer:br,DataView:Mr}},{"../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,L){var $=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;k.exports=[].copyWithin||function(oe,ue){var de=$(this),pe=V(de),Ie=j(oe,pe),he=j(ue,pe),Ce=arguments.length>2?arguments[2]:void 0,_e=re((Ce===void 0?pe:j(Ce,pe))-he,pe-Ie),Ne=1;for(he<Ie&&Ie<he+_e&&(Ne=-1,he+=_e-1,Ie+=_e-1);_e-- >0;)he in de?de[Ie]=de[he]:z(de,Ie),Ie+=Ne,he+=Ne;return de}},{"../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,L){var $=n("../internals/to-object"),j=n("../internals/to-absolute-index"),V=n("../internals/length-of-array-like");k.exports=function(re){for(var ie=$(this),oe=V(ie),ue=arguments.length,de=j(ue>1?arguments[1]:void 0,oe),pe=ue>2?arguments[2]:void 0,Ie=pe===void 0?oe:j(pe,oe);Ie>de;)ie[de++]=re;return ie}},{"../internals/length-of-array-like":219,"../internals/to-absolute-index":279,"../internals/to-object":285}],121:[function(n,k,L){var $=n("../internals/array-iteration").forEach,j=n("../internals/array-method-is-strict"),V=j("forEach");k.exports=V?[].forEach:function(re){return $(this,re,arguments.length>1?arguments[1]:void 0)}},{"../internals/array-iteration":125,"../internals/array-method-is-strict":128}],122:[function(n,k,L){var $=n("../internals/length-of-array-like");k.exports=function(j,V,z){for(var re=0,ie=arguments.length>2?z:$(V),oe=new j(ie);ie>re;)oe[re]=V[re++];return oe}},{"../internals/length-of-array-like":219}],123:[function(n,k,L){var $=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"),ie=n("../internals/is-constructor"),oe=n("../internals/length-of-array-like"),ue=n("../internals/create-property"),de=n("../internals/get-iterator"),pe=n("../internals/get-iterator-method"),Ie=Array;k.exports=function(Ce){var _e=V(Ce),Ne=ie(this),Fe=arguments.length,Ue=Fe>1?arguments[1]:void 0,kt=Ue!==void 0;kt&&(Ue=$(Ue,Fe>2?arguments[2]:void 0));var Et=pe(_e),Ve=0,qe,jt,tr,rr,ar,nr;if(Et&&!(this===Ie&&re(Et)))for(rr=de(_e,Et),ar=rr.next,jt=Ne?new this:[];!(tr=j(ar,rr)).done;Ve++)nr=kt?z(rr,Ue,[tr.value,Ve],!0):tr.value,ue(jt,Ve,nr);else for(qe=oe(_e),jt=Ne?new this(qe):Ie(qe);qe>Ve;Ve++)nr=kt?Ue(_e[Ve],Ve):_e[Ve],ue(jt,Ve,nr);return jt.length=Ve,jt}},{"../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,L){var $=n("../internals/to-indexed-object"),j=n("../internals/to-absolute-index"),V=n("../internals/length-of-array-like"),z=function(re){return function(ie,oe,ue){var de=$(ie),pe=V(de),Ie=j(ue,pe),he;if(re&&oe!==oe){for(;pe>Ie;)if(he=de[Ie++],he!==he)return!0}else for(;pe>Ie;Ie++)if((re||Ie in de)&&de[Ie]===oe)return re||Ie||0;return!re&&-1}};k.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,L){var $=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"),ie=n("../internals/array-species-create"),oe=j([].push),ue=function(de){var pe=de===1,Ie=de===2,he=de===3,Ce=de===4,_e=de===6,Ne=de===7,Fe=de===5||_e;return function(Ue,kt,Et,Ve){for(var qe=z(Ue),jt=V(qe),tr=re(jt),rr=$(kt,Et),ar=0,nr=Ve||ie,ur=pe?nr(Ue,tr):Ie||Ne?nr(Ue,0):void 0,cr,_r;tr>ar;ar++)if((Fe||ar in jt)&&(cr=jt[ar],_r=rr(cr,ar,qe),de))if(pe)ur[ar]=_r;else if(_r)switch(de){case 3:return!0;case 5:return cr;case 6:return ar;case 2:oe(ur,cr)}else switch(de){case 4:return!1;case 7:oe(ur,cr)}return _e?-1:he||Ce?Ce:ur}};k.exports={forEach:ue(0),map:ue(1),filter:ue(2),some:ue(3),every:ue(4),find:ue(5),findIndex:ue(6),filterReject:ue(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,L){var $=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"),ie=Math.min,oe=[].lastIndexOf,ue=!!oe&&1/[1].lastIndexOf(1,-0)<0,de=re("lastIndexOf"),pe=ue||!de;k.exports=pe?function(he){if(ue)return $(oe,this,arguments)||0;var Ce=j(this),_e=z(Ce),Ne=_e-1;for(arguments.length>1&&(Ne=ie(Ne,V(arguments[1]))),Ne<0&&(Ne=_e+Ne);Ne>=0;Ne--)if(Ne in Ce&&Ce[Ne]===he)return Ne||0;return-1}:oe},{"../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,L){var $=n("../internals/fails"),j=n("../internals/well-known-symbol"),V=n("../internals/engine-v8-version"),z=j("species");k.exports=function(re){return V>=51||!$(function(){var ie=[],oe=ie.constructor={};return oe[z]=function(){return{foo:1}},ie[re](Boolean).foo!==1})}},{"../internals/engine-v8-version":167,"../internals/fails":171,"../internals/well-known-symbol":306}],128:[function(n,k,L){var $=n("../internals/fails");k.exports=function(j,V){var z=[][j];return!!z&&$(function(){z.call(null,V||function(){return 1},1)})}},{"../internals/fails":171}],129:[function(n,k,L){var $=n("../internals/a-callable"),j=n("../internals/to-object"),V=n("../internals/indexed-object"),z=n("../internals/length-of-array-like"),re=TypeError,ie=function(oe){return function(ue,de,pe,Ie){var he=j(ue),Ce=V(he),_e=z(he);$(de);var Ne=oe?_e-1:0,Fe=oe?-1:1;if(pe<2)for(;;){if(Ne in Ce){Ie=Ce[Ne],Ne+=Fe;break}if(Ne+=Fe,oe?Ne<0:_e<=Ne)throw new re("Reduce of empty array with no initial value")}for(;oe?Ne>=0:_e>Ne;Ne+=Fe)Ne in Ce&&(Ie=de(Ie,Ce[Ne],Ne,he));return Ie}};k.exports={left:ie(!1),right:ie(!0)}},{"../internals/a-callable":108,"../internals/indexed-object":195,"../internals/length-of-array-like":219,"../internals/to-object":285}],130:[function(n,k,L){var $=n("../internals/descriptors"),j=n("../internals/is-array"),V=TypeError,z=Object.getOwnPropertyDescriptor,re=$&&!function(){if(this!==void 0)return!0;try{Object.defineProperty([],"length",{writable:!1}).length=1}catch(ie){return ie instanceof TypeError}}();k.exports=re?function(ie,oe){if(j(ie)&&!z(ie,"length").writable)throw new V("Cannot set read only .length");return ie.length=oe}:function(ie,oe){return ie.length=oe}},{"../internals/descriptors":153,"../internals/is-array":201}],131:[function(n,k,L){var $=n("../internals/function-uncurry-this");k.exports=$([].slice)},{"../internals/function-uncurry-this":181}],132:[function(n,k,L){var $=n("../internals/array-slice"),j=Math.floor,V=function(z,re){var ie=z.length;if(ie<8)for(var oe=1,ue,de;oe<ie;){for(de=oe,ue=z[oe];de&&re(z[de-1],ue)>0;)z[de]=z[--de];de!==oe++&&(z[de]=ue)}else for(var pe=j(ie/2),Ie=V($(z,0,pe),re),he=V($(z,pe),re),Ce=Ie.length,_e=he.length,Ne=0,Fe=0;Ne<Ce||Fe<_e;)z[Ne+Fe]=Ne<Ce&&Fe<_e?re(Ie[Ne],he[Fe])<=0?Ie[Ne++]:he[Fe++]:Ne<Ce?Ie[Ne++]:he[Fe++];return z};k.exports=V},{"../internals/array-slice":131}],133:[function(n,k,L){var $=n("../internals/is-array"),j=n("../internals/is-constructor"),V=n("../internals/is-object"),z=n("../internals/well-known-symbol"),re=z("species"),ie=Array;k.exports=function(oe){var ue;return $(oe)&&(ue=oe.constructor,j(ue)&&(ue===ie||$(ue.prototype))?ue=void 0:V(ue)&&(ue=ue[re],ue===null&&(ue=void 0))),ue===void 0?ie:ue}},{"../internals/is-array":201,"../internals/is-constructor":204,"../internals/is-object":208,"../internals/well-known-symbol":306}],134:[function(n,k,L){var $=n("../internals/array-species-constructor");k.exports=function(j,V){return new($(j))(V===0?0:V)}},{"../internals/array-species-constructor":133}],135:[function(n,k,L){var $=n("../internals/an-object"),j=n("../internals/iterator-close");k.exports=function(V,z,re,ie){try{return ie?z($(re)[0],re[1]):z(re)}catch(oe){j(V,"throw",oe)}}},{"../internals/an-object":114,"../internals/iterator-close":214}],136:[function(n,k,L){var $=n("../internals/well-known-symbol"),j=$("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{}k.exports=function(ie,oe){try{if(!oe&&!V)return!1}catch{return!1}var ue=!1;try{var de={};de[j]=function(){return{next:function(){return{done:ue=!0}}}},ie(de)}catch{}return ue}},{"../internals/well-known-symbol":306}],137:[function(n,k,L){var $=n("../internals/function-uncurry-this"),j=$({}.toString),V=$("".slice);k.exports=function(z){return V(j(z),8,-1)}},{"../internals/function-uncurry-this":181}],138:[function(n,k,L){var $=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"),ie=Object,oe=V(function(){return arguments}())==="Arguments",ue=function(de,pe){try{return de[pe]}catch{}};k.exports=$?V:function(de){var pe,Ie,he;return de===void 0?"Undefined":de===null?"Null":typeof(Ie=ue(pe=ie(de),re))=="string"?Ie:oe?V(pe):(he=V(pe))==="Object"&&j(pe.callee)?"Arguments":he}},{"../internals/classof-raw":137,"../internals/is-callable":203,"../internals/to-string-tag-support":290,"../internals/well-known-symbol":306}],139:[function(n,k,L){var $=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"),ie=n("../internals/is-null-or-undefined"),oe=n("../internals/iterate"),ue=n("../internals/iterator-define"),de=n("../internals/create-iter-result-object"),pe=n("../internals/set-species"),Ie=n("../internals/descriptors"),he=n("../internals/internal-metadata").fastKey,Ce=n("../internals/internal-state"),_e=Ce.set,Ne=Ce.getterFor;k.exports={getConstructor:function(Fe,Ue,kt,Et){var Ve=Fe(function(ar,nr){re(ar,qe),_e(ar,{type:Ue,index:$(null),first:void 0,last:void 0,size:0}),Ie||(ar.size=0),ie(nr)||oe(nr,ar[Et],{that:ar,AS_ENTRIES:kt})}),qe=Ve.prototype,jt=Ne(Ue),tr=function(ar,nr,ur){var cr=jt(ar),_r=rr(ar,nr),hr,Er;return _r?_r.value=ur:(cr.last=_r={index:Er=he(nr,!0),key:nr,value:ur,previous:hr=cr.last,next:void 0,removed:!1},cr.first||(cr.first=_r),hr&&(hr.next=_r),Ie?cr.size++:ar.size++,Er!=="F"&&(cr.index[Er]=_r)),ar},rr=function(ar,nr){var ur=jt(ar),cr=he(nr),_r;if(cr!=="F")return ur.index[cr];for(_r=ur.first;_r;_r=_r.next)if(_r.key===nr)return _r};return V(qe,{clear:function(){for(var nr=this,ur=jt(nr),cr=ur.first;cr;)cr.removed=!0,cr.previous&&(cr.previous=cr.previous.next=void 0),cr=cr.next;ur.first=ur.last=void 0,ur.index=$(null),Ie?ur.size=0:nr.size=0},delete:function(ar){var nr=this,ur=jt(nr),cr=rr(nr,ar);if(cr){var _r=cr.next,hr=cr.previous;delete ur.index[cr.index],cr.removed=!0,hr&&(hr.next=_r),_r&&(_r.previous=hr),ur.first===cr&&(ur.first=_r),ur.last===cr&&(ur.last=hr),Ie?ur.size--:nr.size--}return!!cr},forEach:function(nr){for(var ur=jt(this),cr=z(nr,arguments.length>1?arguments[1]:void 0),_r;_r=_r?_r.next:ur.first;)for(cr(_r.value,_r.key,this);_r&&_r.removed;)_r=_r.previous},has:function(nr){return!!rr(this,nr)}}),V(qe,kt?{get:function(nr){var ur=rr(this,nr);return ur&&ur.value},set:function(nr,ur){return tr(this,nr===0?0:nr,ur)}}:{add:function(nr){return tr(this,nr=nr===0?0:nr,nr)}}),Ie&&j(qe,"size",{configurable:!0,get:function(){return jt(this).size}}),Ve},setStrong:function(Fe,Ue,kt){var Et=Ue+" Iterator",Ve=Ne(Ue),qe=Ne(Et);ue(Fe,Ue,function(jt,tr){_e(this,{type:Et,target:jt,state:Ve(jt),kind:tr,last:void 0})},function(){for(var jt=qe(this),tr=jt.kind,rr=jt.last;rr&&rr.removed;)rr=rr.previous;return!jt.target||!(jt.last=rr=rr?rr.next:jt.state.first)?(jt.target=void 0,de(void 0,!0)):de(tr==="keys"?rr.key:tr==="values"?rr.value:[rr.key,rr.value],!1)},kt?"entries":"values",!kt,!0),pe(Ue)}}},{"../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,L){var $=n("../internals/export"),j=n("../internals/global"),V=n("../internals/function-uncurry-this"),z=n("../internals/is-forced"),re=n("../internals/define-built-in"),ie=n("../internals/internal-metadata"),oe=n("../internals/iterate"),ue=n("../internals/an-instance"),de=n("../internals/is-callable"),pe=n("../internals/is-null-or-undefined"),Ie=n("../internals/is-object"),he=n("../internals/fails"),Ce=n("../internals/check-correctness-of-iteration"),_e=n("../internals/set-to-string-tag"),Ne=n("../internals/inherit-if-required");k.exports=function(Fe,Ue,kt){var Et=Fe.indexOf("Map")!==-1,Ve=Fe.indexOf("Weak")!==-1,qe=Et?"set":"add",jt=j[Fe],tr=jt&&jt.prototype,rr=jt,ar={},nr=function(xr){var yr=V(tr[xr]);re(tr,xr,xr==="add"?function(Ir){return yr(this,Ir===0?0:Ir),this}:xr==="delete"?function(br){return Ve&&!Ie(br)?!1:yr(this,br===0?0:br)}:xr==="get"?function(Ir){return Ve&&!Ie(Ir)?void 0:yr(this,Ir===0?0:Ir)}:xr==="has"?function(Ir){return Ve&&!Ie(Ir)?!1:yr(this,Ir===0?0:Ir)}:function(Ir,Mr){return yr(this,Ir===0?0:Ir,Mr),this})},ur=z(Fe,!de(jt)||!(Ve||tr.forEach&&!he(function(){new jt().entries().next()})));if(ur)rr=kt.getConstructor(Ue,Fe,Et,qe),ie.enable();else if(z(Fe,!0)){var cr=new rr,_r=cr[qe](Ve?{}:-0,1)!==cr,hr=he(function(){cr.has(1)}),Er=Ce(function(xr){new jt(xr)}),kr=!Ve&&he(function(){for(var xr=new jt,yr=5;yr--;)xr[qe](yr,yr);return!xr.has(-0)});Er||(rr=Ue(function(xr,yr){ue(xr,tr);var br=Ne(new jt,xr,rr);return pe(yr)||oe(yr,br[qe],{that:br,AS_ENTRIES:Et}),br}),rr.prototype=tr,tr.constructor=rr),(hr||kr)&&(nr("delete"),nr("has"),Et&&nr("get")),(kr||_r)&&nr(qe),Ve&&tr.clear&&delete tr.clear}return ar[Fe]=rr,$({global:!0,constructor:!0,forced:rr!==jt},ar),_e(rr,Fe),Ve||kt.setStrong(rr,Fe,Et),rr}},{"../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,L){var $=n("../internals/has-own-property"),j=n("../internals/own-keys"),V=n("../internals/object-get-own-property-descriptor"),z=n("../internals/object-define-property");k.exports=function(re,ie,oe){for(var ue=j(ie),de=z.f,pe=V.f,Ie=0;Ie<ue.length;Ie++){var he=ue[Ie];!$(re,he)&&!(oe&&$(oe,he))&&de(re,he,pe(ie,he))}}},{"../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,L){var $=n("../internals/well-known-symbol"),j=$("match");k.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,L){var $=n("../internals/fails");k.exports=!$(function(){function j(){}return j.prototype.constructor=null,Object.getPrototypeOf(new j)!==j.prototype})},{"../internals/fails":171}],144:[function(n,k,L){k.exports=function($,j){return{value:$,done:j}}},{}],145:[function(n,k,L){var $=n("../internals/descriptors"),j=n("../internals/object-define-property"),V=n("../internals/create-property-descriptor");k.exports=$?function(z,re,ie){return j.f(z,re,V(1,ie))}:function(z,re,ie){return z[re]=ie,z}},{"../internals/create-property-descriptor":146,"../internals/descriptors":153,"../internals/object-define-property":231}],146:[function(n,k,L){k.exports=function($,j){return{enumerable:!($&1),configurable:!($&2),writable:!($&4),value:j}}},{}],147:[function(n,k,L){var $=n("../internals/to-property-key"),j=n("../internals/object-define-property"),V=n("../internals/create-property-descriptor");k.exports=function(z,re,ie){var oe=$(re);oe in z?j.f(z,oe,V(0,ie)):z[oe]=ie}},{"../internals/create-property-descriptor":146,"../internals/object-define-property":231,"../internals/to-property-key":289}],148:[function(n,k,L){var $=n("../internals/make-built-in"),j=n("../internals/object-define-property");k.exports=function(V,z,re){return re.get&&$(re.get,z,{getter:!0}),re.set&&$(re.set,z,{setter:!0}),j.f(V,z,re)}},{"../internals/make-built-in":220,"../internals/object-define-property":231}],149:[function(n,k,L){var $=n("../internals/is-callable"),j=n("../internals/object-define-property"),V=n("../internals/make-built-in"),z=n("../internals/define-global-property");k.exports=function(re,ie,oe,ue){ue||(ue={});var de=ue.enumerable,pe=ue.name!==void 0?ue.name:ie;if($(oe)&&V(oe,pe,ue),ue.global)de?re[ie]=oe:z(ie,oe);else{try{ue.unsafe?re[ie]&&(de=!0):delete re[ie]}catch{}de?re[ie]=oe:j.f(re,ie,{value:oe,enumerable:!1,configurable:!ue.nonConfigurable,writable:!ue.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,L){var $=n("../internals/define-built-in");k.exports=function(j,V,z){for(var re in V)$(j,re,V[re],z);return j}},{"../internals/define-built-in":149}],151:[function(n,k,L){var $=n("../internals/global"),j=Object.defineProperty;k.exports=function(V,z){try{j($,V,{value:z,configurable:!0,writable:!0})}catch{$[V]=z}return z}},{"../internals/global":188}],152:[function(n,k,L){var $=n("../internals/try-to-string"),j=TypeError;k.exports=function(V,z){if(!delete V[z])throw new j("Cannot delete property "+$(z)+" of "+$(V))}},{"../internals/try-to-string":293}],153:[function(n,k,L){var $=n("../internals/fails");k.exports=!$(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!==7})},{"../internals/fails":171}],154:[function(n,k,L){var $=n("../internals/global"),j=n("../internals/is-object"),V=$.document,z=j(V)&&j(V.createElement);k.exports=function(re){return z?V.createElement(re):{}}},{"../internals/global":188,"../internals/is-object":208}],155:[function(n,k,L){var $=TypeError,j=9007199254740991;k.exports=function(V){if(V>j)throw $("Maximum allowed index exceeded");return V}},{}],156:[function(n,k,L){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,L){var $=n("../internals/document-create-element"),j=$("span").classList,V=j&&j.constructor&&j.constructor.prototype;k.exports=V===Object.prototype?void 0:V},{"../internals/document-create-element":154}],158:[function(n,k,L){var $=n("../internals/engine-user-agent"),j=$.match(/firefox\/(\d+)/i);k.exports=!!j&&+j[1]},{"../internals/engine-user-agent":166}],159:[function(n,k,L){var $=n("../internals/engine-is-deno"),j=n("../internals/engine-is-node");k.exports=!$&&!j&&typeof window=="object"&&typeof document=="object"},{"../internals/engine-is-deno":160,"../internals/engine-is-node":164}],160:[function(n,k,L){k.exports=typeof Deno=="object"&&Deno&&typeof Deno.version=="object"},{}],161:[function(n,k,L){var $=n("../internals/engine-user-agent");k.exports=/MSIE|Trident/.test($)},{"../internals/engine-user-agent":166}],162:[function(n,k,L){var $=n("../internals/engine-user-agent");k.exports=/ipad|iphone|ipod/i.test($)&&typeof Pebble<"u"},{"../internals/engine-user-agent":166}],163:[function(n,k,L){var $=n("../internals/engine-user-agent");k.exports=/(?:ipad|iphone|ipod).*applewebkit/i.test($)},{"../internals/engine-user-agent":166}],164:[function(n,k,L){var $=n("../internals/global"),j=n("../internals/classof-raw");k.exports=j($.process)==="process"},{"../internals/classof-raw":137,"../internals/global":188}],165:[function(n,k,L){var $=n("../internals/engine-user-agent");k.exports=/web0s(?!.*chrome)/i.test($)},{"../internals/engine-user-agent":166}],166:[function(n,k,L){k.exports=typeof navigator<"u"&&String(navigator.userAgent)||""},{}],167:[function(n,k,L){var $=n("../internals/global"),j=n("../internals/engine-user-agent"),V=$.process,z=$.Deno,re=V&&V.versions||z&&z.version,ie=re&&re.v8,oe,ue;ie&&(oe=ie.split("."),ue=oe[0]>0&&oe[0]<4?1:+(oe[0]+oe[1])),!ue&&j&&(oe=j.match(/Edge\/(\d+)/),(!oe||oe[1]>=74)&&(oe=j.match(/Chrome\/(\d+)/),oe&&(ue=+oe[1]))),k.exports=ue},{"../internals/engine-user-agent":166,"../internals/global":188}],168:[function(n,k,L){var $=n("../internals/engine-user-agent"),j=$.match(/AppleWebKit\/(\d+)\./);k.exports=!!j&&+j[1]},{"../internals/engine-user-agent":166}],169:[function(n,k,L){k.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},{}],170:[function(n,k,L){var $=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"),ie=n("../internals/copy-constructor-properties"),oe=n("../internals/is-forced");k.exports=function(ue,de){var pe=ue.target,Ie=ue.global,he=ue.stat,Ce,_e,Ne,Fe,Ue,kt;if(Ie?_e=$:he?_e=$[pe]||re(pe,{}):_e=($[pe]||{}).prototype,_e)for(Ne in de){if(Ue=de[Ne],ue.dontCallGetSet?(kt=j(_e,Ne),Fe=kt&&kt.value):Fe=_e[Ne],Ce=oe(Ie?Ne:pe+(he?".":"#")+Ne,ue.forced),!Ce&&Fe!==void 0){if(typeof Ue==typeof Fe)continue;ie(Ue,Fe)}(ue.sham||Fe&&Fe.sham)&&V(Ue,"sham",!0),z(_e,Ne,Ue,ue)}}},{"../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,L){k.exports=function($){try{return!!$()}catch{return!0}}},{}],172:[function(n,k,L){n("../modules/es.regexp.exec");var $=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"),ie=n("../internals/create-non-enumerable-property"),oe=re("species"),ue=RegExp.prototype;k.exports=function(de,pe,Ie,he){var Ce=re(de),_e=!z(function(){var kt={};return kt[Ce]=function(){return 7},""[de](kt)!==7}),Ne=_e&&!z(function(){var kt=!1,Et=/a/;return de==="split"&&(Et={},Et.constructor={},Et.constructor[oe]=function(){return Et},Et.flags="",Et[Ce]=/./[Ce]),Et.exec=function(){return kt=!0,null},Et[Ce](""),!kt});if(!_e||!Ne||Ie){var Fe=$(/./[Ce]),Ue=pe(Ce,""[de],function(kt,Et,Ve,qe,jt){var tr=$(kt),rr=Et.exec;return rr===V||rr===ue.exec?_e&&!jt?{done:!0,value:Fe(Et,Ve,qe)}:{done:!0,value:tr(Ve,Et,qe)}:{done:!1}});j(String.prototype,de,Ue[0]),j(ue,Ce,Ue[1])}he&&ie(ue[Ce],"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,L){var $=n("../internals/fails");k.exports=!$(function(){return Object.isExtensible(Object.preventExtensions({}))})},{"../internals/fails":171}],174:[function(n,k,L){var $=n("../internals/function-bind-native"),j=Function.prototype,V=j.apply,z=j.call;k.exports=typeof Reflect=="object"&&Reflect.apply||($?z.bind(V):function(){return z.apply(V,arguments)})},{"../internals/function-bind-native":176}],175:[function(n,k,L){var $=n("../internals/function-uncurry-this-clause"),j=n("../internals/a-callable"),V=n("../internals/function-bind-native"),z=$($.bind);k.exports=function(re,ie){return j(re),ie===void 0?re:V?z(re,ie):function(){return re.apply(ie,arguments)}}},{"../internals/a-callable":108,"../internals/function-bind-native":176,"../internals/function-uncurry-this-clause":180}],176:[function(n,k,L){var $=n("../internals/fails");k.exports=!$(function(){var j=(function(){}).bind();return typeof j!="function"||j.hasOwnProperty("prototype")})},{"../internals/fails":171}],177:[function(n,k,L){var $=n("../internals/function-bind-native"),j=Function.prototype.call;k.exports=$?j.bind(j):function(){return j.apply(j,arguments)}},{"../internals/function-bind-native":176}],178:[function(n,k,L){var $=n("../internals/descriptors"),j=n("../internals/has-own-property"),V=Function.prototype,z=$&&Object.getOwnPropertyDescriptor,re=j(V,"name"),ie=re&&(function(){}).name==="something",oe=re&&(!$||$&&z(V,"name").configurable);k.exports={EXISTS:re,PROPER:ie,CONFIGURABLE:oe}},{"../internals/descriptors":153,"../internals/has-own-property":189}],179:[function(n,k,L){var $=n("../internals/function-uncurry-this"),j=n("../internals/a-callable");k.exports=function(V,z,re){try{return $(j(Object.getOwnPropertyDescriptor(V,z)[re]))}catch{}}},{"../internals/a-callable":108,"../internals/function-uncurry-this":181}],180:[function(n,k,L){var $=n("../internals/classof-raw"),j=n("../internals/function-uncurry-this");k.exports=function(V){if($(V)==="Function")return j(V)}},{"../internals/classof-raw":137,"../internals/function-uncurry-this":181}],181:[function(n,k,L){var $=n("../internals/function-bind-native"),j=Function.prototype,V=j.call,z=$&&j.bind.bind(V,V);k.exports=$?z:function(re){return function(){return V.apply(re,arguments)}}},{"../internals/function-bind-native":176}],182:[function(n,k,L){var $=n("../internals/global"),j=n("../internals/is-callable"),V=function(z){return j(z)?z:void 0};k.exports=function(z,re){return arguments.length<2?V($[z]):$[z]&&$[z][re]}},{"../internals/global":188,"../internals/is-callable":203}],183:[function(n,k,L){var $=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"),ie=re("iterator");k.exports=function(oe){if(!V(oe))return j(oe,ie)||j(oe,"@@iterator")||z[$(oe)]}},{"../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,L){var $=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"),ie=TypeError;k.exports=function(oe,ue){var de=arguments.length<2?re(oe):ue;if(j(de))return V($(de,oe));throw new ie(z(oe)+" 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,L){var $=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"),ie=$([].push);k.exports=function(oe){if(V(oe))return oe;if(j(oe)){for(var ue=oe.length,de=[],pe=0;pe<ue;pe++){var Ie=oe[pe];typeof Ie=="string"?ie(de,Ie):(typeof Ie=="number"||z(Ie)==="Number"||z(Ie)==="String")&&ie(de,re(Ie))}var he=de.length,Ce=!0;return function(_e,Ne){if(Ce)return Ce=!1,Ne;if(j(this))return Ne;for(var Fe=0;Fe<he;Fe++)if(de[Fe]===_e)return Ne}}}},{"../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,L){var $=n("../internals/a-callable"),j=n("../internals/is-null-or-undefined");k.exports=function(V,z){var re=V[z];return j(re)?void 0:$(re)}},{"../internals/a-callable":108,"../internals/is-null-or-undefined":207}],187:[function(n,k,L){var $=n("../internals/function-uncurry-this"),j=n("../internals/to-object"),V=Math.floor,z=$("".charAt),re=$("".replace),ie=$("".slice),oe=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,ue=/\$([$&'`]|\d{1,2})/g;k.exports=function(de,pe,Ie,he,Ce,_e){var Ne=Ie+de.length,Fe=he.length,Ue=ue;return Ce!==void 0&&(Ce=j(Ce),Ue=oe),re(_e,Ue,function(kt,Et){var Ve;switch(z(Et,0)){case"$":return"$";case"&":return de;case"`":return ie(pe,0,Ie);case"'":return ie(pe,Ne);case"<":Ve=Ce[ie(Et,1,-1)];break;default:var qe=+Et;if(qe===0)return kt;if(qe>Fe){var jt=V(qe/10);return jt===0?kt:jt<=Fe?he[jt-1]===void 0?z(Et,1):he[jt-1]+z(Et,1):kt}Ve=he[qe-1]}return Ve===void 0?"":Ve})}},{"../internals/function-uncurry-this":181,"../internals/to-object":285}],188:[function(n,k,L){(function($){(function(){var j=function(V){return V&&V.Math===Math&&V};k.exports=j(typeof globalThis=="object"&&globalThis)||j(typeof window=="object"&&window)||j(typeof self=="object"&&self)||j(typeof $=="object"&&$)||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,L){var $=n("../internals/function-uncurry-this"),j=n("../internals/to-object"),V=$({}.hasOwnProperty);k.exports=Object.hasOwn||function(re,ie){return V(j(re),ie)}},{"../internals/function-uncurry-this":181,"../internals/to-object":285}],190:[function(n,k,L){k.exports={}},{}],191:[function(n,k,L){k.exports=function($,j){try{arguments.length===1?console.error($):console.error($,j)}catch{}}},{}],192:[function(n,k,L){var $=n("../internals/get-built-in");k.exports=$("document","documentElement")},{"../internals/get-built-in":182}],193:[function(n,k,L){var $=n("../internals/descriptors"),j=n("../internals/fails"),V=n("../internals/document-create-element");k.exports=!$&&!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,L){var $=Array,j=Math.abs,V=Math.pow,z=Math.floor,re=Math.log,ie=Math.LN2,oe=function(de,pe,Ie){var he=$(Ie),Ce=Ie*8-pe-1,_e=(1<<Ce)-1,Ne=_e>>1,Fe=pe===23?V(2,-24)-V(2,-77):0,Ue=de<0||de===0&&1/de<0?1:0,kt=0,Et,Ve,qe;for(de=j(de),de!==de||de===1/0?(Ve=de!==de?1:0,Et=_e):(Et=z(re(de)/ie),qe=V(2,-Et),de*qe<1&&(Et--,qe*=2),Et+Ne>=1?de+=Fe/qe:de+=Fe*V(2,1-Ne),de*qe>=2&&(Et++,qe/=2),Et+Ne>=_e?(Ve=0,Et=_e):Et+Ne>=1?(Ve=(de*qe-1)*V(2,pe),Et+=Ne):(Ve=de*V(2,Ne-1)*V(2,pe),Et=0));pe>=8;)he[kt++]=Ve&255,Ve/=256,pe-=8;for(Et=Et<<pe|Ve,Ce+=pe;Ce>0;)he[kt++]=Et&255,Et/=256,Ce-=8;return he[--kt]|=Ue*128,he},ue=function(de,pe){var Ie=de.length,he=Ie*8-pe-1,Ce=(1<<he)-1,_e=Ce>>1,Ne=he-7,Fe=Ie-1,Ue=de[Fe--],kt=Ue&127,Et;for(Ue>>=7;Ne>0;)kt=kt*256+de[Fe--],Ne-=8;for(Et=kt&(1<<-Ne)-1,kt>>=-Ne,Ne+=pe;Ne>0;)Et=Et*256+de[Fe--],Ne-=8;if(kt===0)kt=1-_e;else{if(kt===Ce)return Et?NaN:Ue?-1/0:1/0;Et+=V(2,pe),kt-=_e}return(Ue?-1:1)*Et*V(2,kt-pe)};k.exports={pack:oe,unpack:ue}},{}],195:[function(n,k,L){var $=n("../internals/function-uncurry-this"),j=n("../internals/fails"),V=n("../internals/classof-raw"),z=Object,re=$("".split);k.exports=j(function(){return!z("z").propertyIsEnumerable(0)})?function(ie){return V(ie)==="String"?re(ie,""):z(ie)}:z},{"../internals/classof-raw":137,"../internals/fails":171,"../internals/function-uncurry-this":181}],196:[function(n,k,L){var $=n("../internals/is-callable"),j=n("../internals/is-object"),V=n("../internals/object-set-prototype-of");k.exports=function(z,re,ie){var oe,ue;return V&&$(oe=re.constructor)&&oe!==ie&&j(ue=oe.prototype)&&ue!==ie.prototype&&V(z,ue),z}},{"../internals/is-callable":203,"../internals/is-object":208,"../internals/object-set-prototype-of":242}],197:[function(n,k,L){var $=n("../internals/function-uncurry-this"),j=n("../internals/is-callable"),V=n("../internals/shared-store"),z=$(Function.toString);j(V.inspectSource)||(V.inspectSource=function(re){return z(re)}),k.exports=V.inspectSource},{"../internals/function-uncurry-this":181,"../internals/is-callable":203,"../internals/shared-store":268}],198:[function(n,k,L){var $=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"),ie=n("../internals/object-define-property").f,oe=n("../internals/object-get-own-property-names"),ue=n("../internals/object-get-own-property-names-external"),de=n("../internals/object-is-extensible"),pe=n("../internals/uid"),Ie=n("../internals/freezing"),he=!1,Ce=pe("meta"),_e=0,Ne=function(qe){ie(qe,Ce,{value:{objectID:"O"+_e++,weakData:{}}})},Fe=function(qe,jt){if(!z(qe))return typeof qe=="symbol"?qe:(typeof qe=="string"?"S":"P")+qe;if(!re(qe,Ce)){if(!de(qe))return"F";if(!jt)return"E";Ne(qe)}return qe[Ce].objectID},Ue=function(qe,jt){if(!re(qe,Ce)){if(!de(qe))return!0;if(!jt)return!1;Ne(qe)}return qe[Ce].weakData},kt=function(qe){return Ie&&he&&de(qe)&&!re(qe,Ce)&&Ne(qe),qe},Et=function(){Ve.enable=function(){},he=!0;var qe=oe.f,jt=j([].splice),tr={};tr[Ce]=1,qe(tr).length&&(oe.f=function(rr){for(var ar=qe(rr),nr=0,ur=ar.length;nr<ur;nr++)if(ar[nr]===Ce){jt(ar,nr,1);break}return ar},$({target:"Object",stat:!0,forced:!0},{getOwnPropertyNames:ue.f}))},Ve=k.exports={enable:Et,fastKey:Fe,getWeakData:Ue,onFreeze:kt};V[Ce]=!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,L){var $=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"),ie=n("../internals/shared-store"),oe=n("../internals/shared-key"),ue=n("../internals/hidden-keys"),de="Object already initialized",pe=j.TypeError,Ie=j.WeakMap,he,Ce,_e,Ne=function(Et){return _e(Et)?Ce(Et):he(Et,{})},Fe=function(Et){return function(Ve){var qe;if(!V(Ve)||(qe=Ce(Ve)).type!==Et)throw new pe("Incompatible receiver, "+Et+" required");return qe}};if($||ie.state){var Ue=ie.state||(ie.state=new Ie);Ue.get=Ue.get,Ue.has=Ue.has,Ue.set=Ue.set,he=function(Et,Ve){if(Ue.has(Et))throw new pe(de);return Ve.facade=Et,Ue.set(Et,Ve),Ve},Ce=function(Et){return Ue.get(Et)||{}},_e=function(Et){return Ue.has(Et)}}else{var kt=oe("state");ue[kt]=!0,he=function(Et,Ve){if(re(Et,kt))throw new pe(de);return Ve.facade=Et,z(Et,kt,Ve),Ve},Ce=function(Et){return re(Et,kt)?Et[kt]:{}},_e=function(Et){return re(Et,kt)}}k.exports={set:he,get:Ce,has:_e,enforce:Ne,getterFor:Fe}},{"../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,L){var $=n("../internals/well-known-symbol"),j=n("../internals/iterators"),V=$("iterator"),z=Array.prototype;k.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,L){var $=n("../internals/classof-raw");k.exports=Array.isArray||function(V){return $(V)==="Array"}},{"../internals/classof-raw":137}],202:[function(n,k,L){var $=n("../internals/classof");k.exports=function(j){var V=$(j);return V==="BigInt64Array"||V==="BigUint64Array"}},{"../internals/classof":138}],203:[function(n,k,L){var $=typeof document=="object"&&document.all;k.exports=typeof $>"u"&&$!==void 0?function(j){return typeof j=="function"||j===$}:function(j){return typeof j=="function"}},{}],204:[function(n,k,L){var $=n("../internals/function-uncurry-this"),j=n("../internals/fails"),V=n("../internals/is-callable"),z=n("../internals/classof"),re=n("../internals/get-built-in"),ie=n("../internals/inspect-source"),oe=function(){},ue=[],de=re("Reflect","construct"),pe=/^\s*(?:class|function)\b/,Ie=$(pe.exec),he=!pe.test(oe),Ce=function(Fe){if(!V(Fe))return!1;try{return de(oe,ue,Fe),!0}catch{return!1}},_e=function(Fe){if(!V(Fe))return!1;switch(z(Fe)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return he||!!Ie(pe,ie(Fe))}catch{return!0}};_e.sham=!0,k.exports=!de||j(function(){var Ne;return Ce(Ce.call)||!Ce(Object)||!Ce(function(){Ne=!0})||Ne})?_e:Ce},{"../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,L){var $=n("../internals/fails"),j=n("../internals/is-callable"),V=/#|\.prototype\./,z=function(de,pe){var Ie=ie[re(de)];return Ie===ue?!0:Ie===oe?!1:j(pe)?$(pe):!!pe},re=z.normalize=function(de){return String(de).replace(V,".").toLowerCase()},ie=z.data={},oe=z.NATIVE="N",ue=z.POLYFILL="P";k.exports=z},{"../internals/fails":171,"../internals/is-callable":203}],206:[function(n,k,L){var $=n("../internals/is-object"),j=Math.floor;k.exports=Number.isInteger||function(z){return!$(z)&&isFinite(z)&&j(z)===z}},{"../internals/is-object":208}],207:[function(n,k,L){k.exports=function($){return $==null}},{}],208:[function(n,k,L){var $=n("../internals/is-callable");k.exports=function(j){return typeof j=="object"?j!==null:$(j)}},{"../internals/is-callable":203}],209:[function(n,k,L){var $=n("../internals/is-object");k.exports=function(j){return $(j)||j===null}},{"../internals/is-object":208}],210:[function(n,k,L){k.exports=!1},{}],211:[function(n,k,L){var $=n("../internals/is-object"),j=n("../internals/classof-raw"),V=n("../internals/well-known-symbol"),z=V("match");k.exports=function(re){var ie;return $(re)&&((ie=re[z])!==void 0?!!ie:j(re)==="RegExp")}},{"../internals/classof-raw":137,"../internals/is-object":208,"../internals/well-known-symbol":306}],212:[function(n,k,L){var $=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;k.exports=z?function(ie){return typeof ie=="symbol"}:function(ie){var oe=$("Symbol");return j(oe)&&V(oe.prototype,re(ie))}},{"../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,L){var $=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"),ie=n("../internals/length-of-array-like"),oe=n("../internals/object-is-prototype-of"),ue=n("../internals/get-iterator"),de=n("../internals/get-iterator-method"),pe=n("../internals/iterator-close"),Ie=TypeError,he=function(_e,Ne){this.stopped=_e,this.result=Ne},Ce=he.prototype;k.exports=function(_e,Ne,Fe){var Ue=Fe&&Fe.that,kt=!!(Fe&&Fe.AS_ENTRIES),Et=!!(Fe&&Fe.IS_RECORD),Ve=!!(Fe&&Fe.IS_ITERATOR),qe=!!(Fe&&Fe.INTERRUPTED),jt=$(Ne,Ue),tr,rr,ar,nr,ur,cr,_r,hr=function(kr){return tr&&pe(tr,"normal",kr),new he(!0,kr)},Er=function(kr){return kt?(V(kr),qe?jt(kr[0],kr[1],hr):jt(kr[0],kr[1])):qe?jt(kr,hr):jt(kr)};if(Et)tr=_e.iterator;else if(Ve)tr=_e;else{if(rr=de(_e),!rr)throw new Ie(z(_e)+" is not iterable");if(re(rr)){for(ar=0,nr=ie(_e);nr>ar;ar++)if(ur=Er(_e[ar]),ur&&oe(Ce,ur))return ur;return new he(!1)}tr=ue(_e,rr)}for(cr=Et?_e.next:tr.next;!(_r=j(cr,tr)).done;){try{ur=Er(_r.value)}catch(kr){pe(tr,"throw",kr)}if(typeof ur=="object"&&ur&&oe(Ce,ur))return ur}return new he(!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,L){var $=n("../internals/function-call"),j=n("../internals/an-object"),V=n("../internals/get-method");k.exports=function(z,re,ie){var oe,ue;j(z);try{if(oe=V(z,"return"),!oe){if(re==="throw")throw ie;return ie}oe=$(oe,z)}catch(de){ue=!0,oe=de}if(re==="throw")throw ie;if(ue)throw oe;return j(oe),ie}},{"../internals/an-object":114,"../internals/function-call":177,"../internals/get-method":186}],215:[function(n,k,L){var $=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"),ie=function(){return this};k.exports=function(oe,ue,de,pe){var Ie=ue+" Iterator";return oe.prototype=j($,{next:V(+!pe,de)}),z(oe,Ie,!1,!0),re[Ie]=ie,oe}},{"../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,L){var $=n("../internals/export"),j=n("../internals/function-call"),V=n("../internals/is-pure"),z=n("../internals/function-name"),re=n("../internals/is-callable"),ie=n("../internals/iterator-create-constructor"),oe=n("../internals/object-get-prototype-of"),ue=n("../internals/object-set-prototype-of"),de=n("../internals/set-to-string-tag"),pe=n("../internals/create-non-enumerable-property"),Ie=n("../internals/define-built-in"),he=n("../internals/well-known-symbol"),Ce=n("../internals/iterators"),_e=n("../internals/iterators-core"),Ne=z.PROPER,Fe=z.CONFIGURABLE,Ue=_e.IteratorPrototype,kt=_e.BUGGY_SAFARI_ITERATORS,Et=he("iterator"),Ve="keys",qe="values",jt="entries",tr=function(){return this};k.exports=function(rr,ar,nr,ur,cr,_r,hr){ie(nr,ar,ur);var Er=function(Hr){if(Hr===cr&&Ir)return Ir;if(!kt&&Hr&&Hr in yr)return yr[Hr];switch(Hr){case Ve:return function(){return new nr(this,Hr)};case qe:return function(){return new nr(this,Hr)};case jt:return function(){return new nr(this,Hr)}}return function(){return new nr(this)}},kr=ar+" Iterator",xr=!1,yr=rr.prototype,br=yr[Et]||yr["@@iterator"]||cr&&yr[cr],Ir=!kt&&br||Er(cr),Mr=ar==="Array"&&yr.entries||br,mr,gr,jr;if(Mr&&(mr=oe(Mr.call(new rr)),mr!==Object.prototype&&mr.next&&(!V&&oe(mr)!==Ue&&(ue?ue(mr,Ue):re(mr[Et])||Ie(mr,Et,tr)),de(mr,kr,!0,!0),V&&(Ce[kr]=tr))),Ne&&cr===qe&&br&&br.name!==qe&&(!V&&Fe?pe(yr,"name",qe):(xr=!0,Ir=function(){return j(br,this)})),cr)if(gr={values:Er(qe),keys:_r?Ir:Er(Ve),entries:Er(jt)},hr)for(jr in gr)(kt||xr||!(jr in yr))&&Ie(yr,jr,gr[jr]);else $({target:ar,proto:!0,forced:kt||xr},gr);return(!V||hr)&&yr[Et]!==Ir&&Ie(yr,Et,Ir,{name:cr}),Ce[ar]=Ir,gr}},{"../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,L){var $=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"),ie=n("../internals/define-built-in"),oe=n("../internals/well-known-symbol"),ue=n("../internals/is-pure"),de=oe("iterator"),pe=!1,Ie,he,Ce;[].keys&&(Ce=[].keys(),"next"in Ce?(he=re(re(Ce)),he!==Object.prototype&&(Ie=he)):pe=!0);var _e=!V(Ie)||$(function(){var Ne={};return Ie[de].call(Ne)!==Ne});_e?Ie={}:ue&&(Ie=z(Ie)),j(Ie[de])||ie(Ie,de,function(){return this}),k.exports={IteratorPrototype:Ie,BUGGY_SAFARI_ITERATORS:pe}},{"../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,L){arguments[4][190][0].apply(L,arguments)},{dup:190}],219:[function(n,k,L){var $=n("../internals/to-length");k.exports=function(j){return $(j.length)}},{"../internals/to-length":284}],220:[function(n,k,L){var $=n("../internals/function-uncurry-this"),j=n("../internals/fails"),V=n("../internals/is-callable"),z=n("../internals/has-own-property"),re=n("../internals/descriptors"),ie=n("../internals/function-name").CONFIGURABLE,oe=n("../internals/inspect-source"),ue=n("../internals/internal-state"),de=ue.enforce,pe=ue.get,Ie=String,he=Object.defineProperty,Ce=$("".slice),_e=$("".replace),Ne=$([].join),Fe=re&&!j(function(){return he(function(){},"length",{value:8}).length!==8}),Ue=String(String).split("String"),kt=k.exports=function(Et,Ve,qe){Ce(Ie(Ve),0,7)==="Symbol("&&(Ve="["+_e(Ie(Ve),/^Symbol\(([^)]*)\)/,"$1")+"]"),qe&&qe.getter&&(Ve="get "+Ve),qe&&qe.setter&&(Ve="set "+Ve),(!z(Et,"name")||ie&&Et.name!==Ve)&&(re?he(Et,"name",{value:Ve,configurable:!0}):Et.name=Ve),Fe&&qe&&z(qe,"arity")&&Et.length!==qe.arity&&he(Et,"length",{value:qe.arity});try{qe&&z(qe,"constructor")&&qe.constructor?re&&he(Et,"prototype",{writable:!1}):Et.prototype&&(Et.prototype=void 0)}catch{}var jt=de(Et);return z(jt,"source")||(jt.source=Ne(Ue,typeof Ve=="string"?Ve:"")),Et};Function.prototype.toString=kt(function(){return V(this)&&pe(this).source||oe(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,L){var $=n("../internals/math-sign"),j=Math.abs,V=2220446049250313e-31,z=1/V,re=function(ie){return ie+z-z};k.exports=function(ie,oe,ue,de){var pe=+ie,Ie=j(pe),he=$(pe);if(Ie<de)return he*re(Ie/de/oe)*de*oe;var Ce=(1+oe/V)*Ie,_e=Ce-(Ce-Ie);return _e>ue||_e!==_e?he*(1/0):he*_e}},{"../internals/math-sign":223}],222:[function(n,k,L){var $=n("../internals/math-float-round"),j=11920928955078125e-23,V=34028234663852886e22,z=11754943508222875e-54;k.exports=Math.fround||function(ie){return $(ie,j,V,z)}},{"../internals/math-float-round":221}],223:[function(n,k,L){k.exports=Math.sign||function(j){var V=+j;return V===0||V!==V?V:V<0?-1:1}},{}],224:[function(n,k,L){var $=Math.ceil,j=Math.floor;k.exports=Math.trunc||function(z){var re=+z;return(re>0?j:$)(re)}},{}],225:[function(n,k,L){var $=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"),ie=n("../internals/engine-is-ios"),oe=n("../internals/engine-is-ios-pebble"),ue=n("../internals/engine-is-webos-webkit"),de=n("../internals/engine-is-node"),pe=$.MutationObserver||$.WebKitMutationObserver,Ie=$.document,he=$.process,Ce=$.Promise,_e=j("queueMicrotask"),Ne,Fe,Ue,kt,Et;if(!_e){var Ve=new re,qe=function(){var jt,tr;for(de&&(jt=he.domain)&&jt.exit();tr=Ve.get();)try{tr()}catch(rr){throw Ve.head&&Ne(),rr}jt&&jt.enter()};!ie&&!de&&!ue&&pe&&Ie?(Fe=!0,Ue=Ie.createTextNode(""),new pe(qe).observe(Ue,{characterData:!0}),Ne=function(){Ue.data=Fe=!Fe}):!oe&&Ce&&Ce.resolve?(kt=Ce.resolve(void 0),kt.constructor=Ce,Et=V(kt.then,kt),Ne=function(){Et(qe)}):de?Ne=function(){he.nextTick(qe)}:(z=V(z,$),Ne=function(){z(qe)}),_e=function(jt){Ve.head||Ne(),Ve.add(jt)}}k.exports=_e},{"../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,L){var $=n("../internals/a-callable"),j=TypeError,V=function(z){var re,ie;this.promise=new z(function(oe,ue){if(re!==void 0||ie!==void 0)throw new j("Bad Promise constructor");re=oe,ie=ue}),this.resolve=$(re),this.reject=$(ie)};k.exports.f=function(z){return new V(z)}},{"../internals/a-callable":108}],227:[function(n,k,L){var $=n("../internals/is-regexp"),j=TypeError;k.exports=function(V){if($(V))throw new j("The method doesn't accept regular expressions");return V}},{"../internals/is-regexp":211}],228:[function(n,k,L){var $=n("../internals/descriptors"),j=n("../internals/function-uncurry-this"),V=n("../internals/function-call"),z=n("../internals/fails"),re=n("../internals/object-keys"),ie=n("../internals/object-get-own-property-symbols"),oe=n("../internals/object-property-is-enumerable"),ue=n("../internals/to-object"),de=n("../internals/indexed-object"),pe=Object.assign,Ie=Object.defineProperty,he=j([].concat);k.exports=!pe||z(function(){if($&&pe({b:1},pe(Ie({},"a",{enumerable:!0,get:function(){Ie(this,"b",{value:3,enumerable:!1})}}),{b:2})).b!==1)return!0;var Ce={},_e={},Ne=Symbol("assign detection"),Fe="abcdefghijklmnopqrst";return Ce[Ne]=7,Fe.split("").forEach(function(Ue){_e[Ue]=Ue}),pe({},Ce)[Ne]!==7||re(pe({},_e)).join("")!==Fe})?function(_e,Ne){for(var Fe=ue(_e),Ue=arguments.length,kt=1,Et=ie.f,Ve=oe.f;Ue>kt;)for(var qe=de(arguments[kt++]),jt=Et?he(re(qe),Et(qe)):re(qe),tr=jt.length,rr=0,ar;tr>rr;)ar=jt[rr++],(!$||V(Ve,qe,ar))&&(Fe[ar]=qe[ar]);return Fe}:pe},{"../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,L){var $=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"),ie=n("../internals/document-create-element"),oe=n("../internals/shared-key"),ue=">",de="<",pe="prototype",Ie="script",he=oe("IE_PROTO"),Ce=function(){},_e=function(Et){return de+Ie+ue+Et+de+"/"+Ie+ue},Ne=function(Et){Et.write(_e("")),Et.close();var Ve=Et.parentWindow.Object;return Et=null,Ve},Fe=function(){var Et=ie("iframe"),Ve="java"+Ie+":",qe;return Et.style.display="none",re.appendChild(Et),Et.src=String(Ve),qe=Et.contentWindow.document,qe.open(),qe.write(_e("document.F=Object")),qe.close(),qe.F},Ue,kt=function(){try{Ue=new ActiveXObject("htmlfile")}catch{}kt=typeof document<"u"?document.domain&&Ue?Ne(Ue):Fe():Ne(Ue);for(var Et=V.length;Et--;)delete kt[pe][V[Et]];return kt()};z[he]=!0,k.exports=Object.create||function(Ve,qe){var jt;return Ve!==null?(Ce[pe]=$(Ve),jt=new Ce,Ce[pe]=null,jt[he]=Ve):jt=kt(),qe===void 0?jt:j.f(jt,qe)}},{"../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,L){var $=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"),ie=n("../internals/object-keys");L.f=$&&!j?Object.defineProperties:function(ue,de){z(ue);for(var pe=re(de),Ie=ie(de),he=Ie.length,Ce=0,_e;he>Ce;)V.f(ue,_e=Ie[Ce++],pe[_e]);return ue}},{"../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,L){var $=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"),ie=TypeError,oe=Object.defineProperty,ue=Object.getOwnPropertyDescriptor,de="enumerable",pe="configurable",Ie="writable";L.f=$?V?function(Ce,_e,Ne){if(z(Ce),_e=re(_e),z(Ne),typeof Ce=="function"&&_e==="prototype"&&"value"in Ne&&Ie in Ne&&!Ne[Ie]){var Fe=ue(Ce,_e);Fe&&Fe[Ie]&&(Ce[_e]=Ne.value,Ne={configurable:pe in Ne?Ne[pe]:Fe[pe],enumerable:de in Ne?Ne[de]:Fe[de],writable:!1})}return oe(Ce,_e,Ne)}:oe:function(Ce,_e,Ne){if(z(Ce),_e=re(_e),z(Ne),j)try{return oe(Ce,_e,Ne)}catch{}if("get"in Ne||"set"in Ne)throw new ie("Accessors not supported");return"value"in Ne&&(Ce[_e]=Ne.value),Ce}},{"../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,L){var $=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"),ie=n("../internals/to-property-key"),oe=n("../internals/has-own-property"),ue=n("../internals/ie8-dom-define"),de=Object.getOwnPropertyDescriptor;L.f=$?de:function(Ie,he){if(Ie=re(Ie),he=ie(he),ue)try{return de(Ie,he)}catch{}if(oe(Ie,he))return z(!j(V.f,Ie,he),Ie[he])}},{"../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,L){var $=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):[],ie=function(oe){try{return V(oe)}catch{return z(re)}};k.exports.f=function(ue){return re&&$(ue)==="Window"?ie(ue):V(j(ue))}},{"../internals/array-slice":131,"../internals/classof-raw":137,"../internals/object-get-own-property-names":234,"../internals/to-indexed-object":282}],234:[function(n,k,L){var $=n("../internals/object-keys-internal"),j=n("../internals/enum-bug-keys"),V=j.concat("length","prototype");L.f=Object.getOwnPropertyNames||function(re){return $(re,V)}},{"../internals/enum-bug-keys":169,"../internals/object-keys-internal":239}],235:[function(n,k,L){L.f=Object.getOwnPropertySymbols},{}],236:[function(n,k,L){var $=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"),ie=z("IE_PROTO"),oe=Object,ue=oe.prototype;k.exports=re?oe.getPrototypeOf:function(de){var pe=V(de);if($(pe,ie))return pe[ie];var Ie=pe.constructor;return j(Ie)&&pe instanceof Ie?Ie.prototype:pe instanceof oe?ue: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,L){var $=n("../internals/fails"),j=n("../internals/is-object"),V=n("../internals/classof-raw"),z=n("../internals/array-buffer-non-extensible"),re=Object.isExtensible,ie=$(function(){});k.exports=ie||z?function(ue){return!j(ue)||z&&V(ue)==="ArrayBuffer"?!1:re?re(ue):!0}:re},{"../internals/array-buffer-non-extensible":116,"../internals/classof-raw":137,"../internals/fails":171,"../internals/is-object":208}],238:[function(n,k,L){var $=n("../internals/function-uncurry-this");k.exports=$({}.isPrototypeOf)},{"../internals/function-uncurry-this":181}],239:[function(n,k,L){var $=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"),ie=$([].push);k.exports=function(oe,ue){var de=V(oe),pe=0,Ie=[],he;for(he in de)!j(re,he)&&j(de,he)&&ie(Ie,he);for(;ue.length>pe;)j(de,he=ue[pe++])&&(~z(Ie,he)||ie(Ie,he));return Ie}},{"../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,L){var $=n("../internals/object-keys-internal"),j=n("../internals/enum-bug-keys");k.exports=Object.keys||function(z){return $(z,j)}},{"../internals/enum-bug-keys":169,"../internals/object-keys-internal":239}],241:[function(n,k,L){var $={}.propertyIsEnumerable,j=Object.getOwnPropertyDescriptor,V=j&&!$.call({1:2},1);L.f=V?function(re){var ie=j(this,re);return!!ie&&ie.enumerable}:$},{}],242:[function(n,k,L){var $=n("../internals/function-uncurry-this-accessor"),j=n("../internals/an-object"),V=n("../internals/a-possible-prototype");k.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var z=!1,re={},ie;try{ie=$(Object.prototype,"__proto__","set"),ie(re,[]),z=re instanceof Array}catch{}return function(ue,de){return j(ue),V(de),z?ie(ue,de):ue.__proto__=de,ue}}():void 0)},{"../internals/a-possible-prototype":110,"../internals/an-object":114,"../internals/function-uncurry-this-accessor":179}],243:[function(n,k,L){var $=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"),ie=n("../internals/to-indexed-object"),oe=n("../internals/object-property-is-enumerable").f,ue=V(oe),de=V([].push),pe=$&&j(function(){var he=Object.create(null);return he[2]=2,!ue(he,2)}),Ie=function(he){return function(Ce){for(var _e=ie(Ce),Ne=re(_e),Fe=pe&&z(_e)===null,Ue=Ne.length,kt=0,Et=[],Ve;Ue>kt;)Ve=Ne[kt++],(!$||(Fe?Ve in _e:ue(_e,Ve)))&&de(Et,he?[Ve,_e[Ve]]:_e[Ve]);return Et}};k.exports={entries:Ie(!0),values:Ie(!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,L){var $=n("../internals/to-string-tag-support"),j=n("../internals/classof");k.exports=$?{}.toString:function(){return"[object "+j(this)+"]"}},{"../internals/classof":138,"../internals/to-string-tag-support":290}],245:[function(n,k,L){var $=n("../internals/function-call"),j=n("../internals/is-callable"),V=n("../internals/is-object"),z=TypeError;k.exports=function(re,ie){var oe,ue;if(ie==="string"&&j(oe=re.toString)&&!V(ue=$(oe,re))||j(oe=re.valueOf)&&!V(ue=$(oe,re))||ie!=="string"&&j(oe=re.toString)&&!V(ue=$(oe,re)))return ue;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,L){var $=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"),ie=j([].concat);k.exports=$("Reflect","ownKeys")||function(ue){var de=V.f(re(ue)),pe=z.f;return pe?ie(de,pe(ue)):de}},{"../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,L){var $=n("../internals/global");k.exports=$},{"../internals/global":188}],248:[function(n,k,L){k.exports=function($){try{return{error:!1,value:$()}}catch(j){return{error:!0,value:j}}}},{}],249:[function(n,k,L){var $=n("../internals/global"),j=n("../internals/promise-native-constructor"),V=n("../internals/is-callable"),z=n("../internals/is-forced"),re=n("../internals/inspect-source"),ie=n("../internals/well-known-symbol"),oe=n("../internals/engine-is-browser"),ue=n("../internals/engine-is-deno"),de=n("../internals/is-pure"),pe=n("../internals/engine-v8-version"),Ie=j&&j.prototype,he=ie("species"),Ce=!1,_e=V($.PromiseRejectionEvent),Ne=z("Promise",function(){var Fe=re(j),Ue=Fe!==String(j);if(!Ue&&pe===66||de&&!(Ie.catch&&Ie.finally))return!0;if(!pe||pe<51||!/native code/.test(Fe)){var kt=new j(function(qe){qe(1)}),Et=function(qe){qe(function(){},function(){})},Ve=kt.constructor={};if(Ve[he]=Et,Ce=kt.then(function(){})instanceof Et,!Ce)return!0}return!Ue&&(oe||ue)&&!_e});k.exports={CONSTRUCTOR:Ne,REJECTION_EVENT:_e,SUBCLASSING:Ce}},{"../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,L){var $=n("../internals/global");k.exports=$.Promise},{"../internals/global":188}],251:[function(n,k,L){var $=n("../internals/an-object"),j=n("../internals/is-object"),V=n("../internals/new-promise-capability");k.exports=function(z,re){if($(z),j(re)&&re.constructor===z)return re;var ie=V.f(z),oe=ie.resolve;return oe(re),ie.promise}},{"../internals/an-object":114,"../internals/is-object":208,"../internals/new-promise-capability":226}],252:[function(n,k,L){var $=n("../internals/promise-native-constructor"),j=n("../internals/check-correctness-of-iteration"),V=n("../internals/promise-constructor-detection").CONSTRUCTOR;k.exports=V||!j(function(z){$.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,L){var $=n("../internals/object-define-property").f;k.exports=function(j,V,z){z in j||$(j,z,{configurable:!0,get:function(){return V[z]},set:function(re){V[z]=re}})}},{"../internals/object-define-property":231}],254:[function(n,k,L){var $=function(){this.head=null,this.tail=null};$.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}}},k.exports=$},{}],255:[function(n,k,L){var $=n("../internals/function-call"),j=n("../internals/an-object"),V=n("../internals/is-callable"),z=n("../internals/classof-raw"),re=n("../internals/regexp-exec"),ie=TypeError;k.exports=function(oe,ue){var de=oe.exec;if(V(de)){var pe=$(de,oe,ue);return pe!==null&&j(pe),pe}if(z(oe)==="RegExp")return $(re,oe,ue);throw new ie("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,L){var $=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"),ie=n("../internals/shared"),oe=n("../internals/object-create"),ue=n("../internals/internal-state").get,de=n("../internals/regexp-unsupported-dot-all"),pe=n("../internals/regexp-unsupported-ncg"),Ie=ie("native-string-replace",String.prototype.replace),he=RegExp.prototype.exec,Ce=he,_e=j("".charAt),Ne=j("".indexOf),Fe=j("".replace),Ue=j("".slice),kt=function(){var jt=/a/,tr=/b*/g;return $(he,jt,"a"),$(he,tr,"a"),jt.lastIndex!==0||tr.lastIndex!==0}(),Et=re.BROKEN_CARET,Ve=/()??/.exec("")[1]!==void 0,qe=kt||Ve||Et||de||pe;qe&&(Ce=function(tr){var rr=this,ar=ue(rr),nr=V(tr),ur=ar.raw,cr,_r,hr,Er,kr,xr,yr;if(ur)return ur.lastIndex=rr.lastIndex,cr=$(Ce,ur,nr),rr.lastIndex=ur.lastIndex,cr;var br=ar.groups,Ir=Et&&rr.sticky,Mr=$(z,rr),mr=rr.source,gr=0,jr=nr;if(Ir&&(Mr=Fe(Mr,"y",""),Ne(Mr,"g")===-1&&(Mr+="g"),jr=Ue(nr,rr.lastIndex),rr.lastIndex>0&&(!rr.multiline||rr.multiline&&_e(nr,rr.lastIndex-1)!==`
`)&&(mr="(?: "+mr+")",jr=" "+jr,gr++),_r=new RegExp("^(?:"+mr+")",Mr)),Ve&&(_r=new RegExp("^"+mr+"$(?!\\s)",Mr)),kt&&(hr=rr.lastIndex),Er=$(he,Ir?_r:rr,jr),Ir?Er?(Er.input=Ue(Er.input,gr),Er[0]=Ue(Er[0],gr),Er.index=rr.lastIndex,rr.lastIndex+=Er[0].length):rr.lastIndex=0:kt&&Er&&(rr.lastIndex=rr.global?Er.index+Er[0].length:hr),Ve&&Er&&Er.length>1&&$(Ie,Er[0],_r,function(){for(kr=1;kr<arguments.length-2;kr++)arguments[kr]===void 0&&(Er[kr]=void 0)}),Er&&br)for(Er.groups=xr=oe(null),kr=0;kr<br.length;kr++)yr=br[kr],xr[yr[0]]=Er[yr[1]];return Er}),k.exports=Ce},{"../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,L){var $=n("../internals/an-object");k.exports=function(){var j=$(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,L){var $=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;k.exports=function(ie){var oe=ie.flags;return oe===void 0&&!("flags"in re)&&!j(ie,"flags")&&V(re,ie)?$(z,ie):oe}},{"../internals/function-call":177,"../internals/has-own-property":189,"../internals/object-is-prototype-of":238,"../internals/regexp-flags":257}],259:[function(n,k,L){var $=n("../internals/fails"),j=n("../internals/global"),V=j.RegExp,z=$(function(){var oe=V("a","y");return oe.lastIndex=2,oe.exec("abcd")!==null}),re=z||$(function(){return!V("a","y").sticky}),ie=z||$(function(){var oe=V("^r","gy");return oe.lastIndex=2,oe.exec("str")!==null});k.exports={BROKEN_CARET:ie,MISSED_STICKY:re,UNSUPPORTED_Y:z}},{"../internals/fails":171,"../internals/global":188}],260:[function(n,k,L){var $=n("../internals/fails"),j=n("../internals/global"),V=j.RegExp;k.exports=$(function(){var z=V(".","s");return!(z.dotAll&&z.test(`
`)&&z.flags==="s")})},{"../internals/fails":171,"../internals/global":188}],261:[function(n,k,L){var $=n("../internals/fails"),j=n("../internals/global"),V=j.RegExp;k.exports=$(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,L){var $=n("../internals/is-null-or-undefined"),j=TypeError;k.exports=function(V){if($(V))throw new j("Can't call method on "+V);return V}},{"../internals/is-null-or-undefined":207}],263:[function(n,k,L){var $=n("../internals/global"),j=n("../internals/descriptors"),V=Object.getOwnPropertyDescriptor;k.exports=function(z){if(!j)return $[z];var re=V($,z);return re&&re.value}},{"../internals/descriptors":153,"../internals/global":188}],264:[function(n,k,L){k.exports=Object.is||function(j,V){return j===V?j!==0||1/j===1/V:j!==j&&V!==V}},{}],265:[function(n,k,L){var $=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");k.exports=function(ie){var oe=$(ie);z&&oe&&!oe[re]&&j(oe,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,L){var $=n("../internals/object-define-property").f,j=n("../internals/has-own-property"),V=n("../internals/well-known-symbol"),z=V("toStringTag");k.exports=function(re,ie,oe){re&&!oe&&(re=re.prototype),re&&!j(re,z)&&$(re,z,{configurable:!0,value:ie})}},{"../internals/has-own-property":189,"../internals/object-define-property":231,"../internals/well-known-symbol":306}],267:[function(n,k,L){var $=n("../internals/shared"),j=n("../internals/uid"),V=$("keys");k.exports=function(z){return V[z]||(V[z]=j(z))}},{"../internals/shared":269,"../internals/uid":299}],268:[function(n,k,L){var $=n("../internals/global"),j=n("../internals/define-global-property"),V="__core-js_shared__",z=$[V]||j(V,{});k.exports=z},{"../internals/define-global-property":151,"../internals/global":188}],269:[function(n,k,L){var $=n("../internals/is-pure"),j=n("../internals/shared-store");(k.exports=function(V,z){return j[V]||(j[V]=z!==void 0?z:{})})("versions",[]).push({version:"3.35.0",mode:$?"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,L){var $=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");k.exports=function(ie,oe){var ue=$(ie).constructor,de;return ue===void 0||V(de=$(ue)[re])?oe:j(de)}},{"../internals/a-constructor":109,"../internals/an-object":114,"../internals/is-null-or-undefined":207,"../internals/well-known-symbol":306}],271:[function(n,k,L){var $=n("../internals/function-uncurry-this"),j=n("../internals/to-integer-or-infinity"),V=n("../internals/to-string"),z=n("../internals/require-object-coercible"),re=$("".charAt),ie=$("".charCodeAt),oe=$("".slice),ue=function(de){return function(pe,Ie){var he=V(z(pe)),Ce=j(Ie),_e=he.length,Ne,Fe;return Ce<0||Ce>=_e?de?"":void 0:(Ne=ie(he,Ce),Ne<55296||Ne>56319||Ce+1===_e||(Fe=ie(he,Ce+1))<56320||Fe>57343?de?re(he,Ce):Ne:de?oe(he,Ce,Ce+2):(Ne-55296<<10)+(Fe-56320)+65536)}};k.exports={codeAt:ue(!1),charAt:ue(!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,L){var $=n("../internals/function-name").PROPER,j=n("../internals/fails"),V=n("../internals/whitespaces"),z="…";k.exports=function(re){return j(function(){return!!V[re]()||z[re]()!==z||$&&V[re].name!==re})}},{"../internals/fails":171,"../internals/function-name":178,"../internals/whitespaces":307}],273:[function(n,k,L){var $=n("../internals/function-uncurry-this"),j=n("../internals/require-object-coercible"),V=n("../internals/to-string"),z=n("../internals/whitespaces"),re=$("".replace),ie=RegExp("^["+z+"]+"),oe=RegExp("(^|[^"+z+"])["+z+"]+$"),ue=function(de){return function(pe){var Ie=V(j(pe));return de&1&&(Ie=re(Ie,ie,"")),de&2&&(Ie=re(Ie,oe,"$1")),Ie}};k.exports={start:ue(1),end:ue(2),trim:ue(3)}},{"../internals/function-uncurry-this":181,"../internals/require-object-coercible":262,"../internals/to-string":291,"../internals/whitespaces":307}],274:[function(n,k,L){var $=n("../internals/engine-v8-version"),j=n("../internals/fails"),V=n("../internals/global"),z=V.String;k.exports=!!Object.getOwnPropertySymbols&&!j(function(){var re=Symbol("symbol detection");return!z(re)||!(Object(re)instanceof Symbol)||!Symbol.sham&&$&&$<41})},{"../internals/engine-v8-version":167,"../internals/fails":171,"../internals/global":188}],275:[function(n,k,L){var $=n("../internals/function-call"),j=n("../internals/get-built-in"),V=n("../internals/well-known-symbol"),z=n("../internals/define-built-in");k.exports=function(){var re=j("Symbol"),ie=re&&re.prototype,oe=ie&&ie.valueOf,ue=V("toPrimitive");ie&&!ie[ue]&&z(ie,ue,function(de){return $(oe,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,L){var $=n("../internals/symbol-constructor-detection");k.exports=$&&!!Symbol.for&&!!Symbol.keyFor},{"../internals/symbol-constructor-detection":274}],277:[function(n,k,L){var $=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"),ie=n("../internals/fails"),oe=n("../internals/html"),ue=n("../internals/array-slice"),de=n("../internals/document-create-element"),pe=n("../internals/validate-arguments-length"),Ie=n("../internals/engine-is-ios"),he=n("../internals/engine-is-node"),Ce=$.setImmediate,_e=$.clearImmediate,Ne=$.process,Fe=$.Dispatch,Ue=$.Function,kt=$.MessageChannel,Et=$.String,Ve=0,qe={},jt="onreadystatechange",tr,rr,ar,nr;ie(function(){tr=$.location});var ur=function(Er){if(re(qe,Er)){var kr=qe[Er];delete qe[Er],kr()}},cr=function(Er){return function(){ur(Er)}},_r=function(Er){ur(Er.data)},hr=function(Er){$.postMessage(Et(Er),tr.protocol+"//"+tr.host)};(!Ce||!_e)&&(Ce=function(kr){pe(arguments.length,1);var xr=z(kr)?kr:Ue(kr),yr=ue(arguments,1);return qe[++Ve]=function(){j(xr,void 0,yr)},rr(Ve),Ve},_e=function(kr){delete qe[kr]},he?rr=function(Er){Ne.nextTick(cr(Er))}:Fe&&Fe.now?rr=function(Er){Fe.now(cr(Er))}:kt&&!Ie?(ar=new kt,nr=ar.port2,ar.port1.onmessage=_r,rr=V(nr.postMessage,nr)):$.addEventListener&&z($.postMessage)&&!$.importScripts&&tr&&tr.protocol!=="file:"&&!ie(hr)?(rr=hr,$.addEventListener("message",_r,!1)):jt in de("script")?rr=function(Er){oe.appendChild(de("script"))[jt]=function(){oe.removeChild(this),ur(Er)}}:rr=function(Er){setTimeout(cr(Er),0)}),k.exports={set:Ce,clear:_e}},{"../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,L){var $=n("../internals/function-uncurry-this");k.exports=$(1 .valueOf)},{"../internals/function-uncurry-this":181}],279:[function(n,k,L){var $=n("../internals/to-integer-or-infinity"),j=Math.max,V=Math.min;k.exports=function(z,re){var ie=$(z);return ie<0?j(ie+re,0):V(ie,re)}},{"../internals/to-integer-or-infinity":283}],280:[function(n,k,L){var $=n("../internals/to-primitive"),j=TypeError;k.exports=function(V){var z=$(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,L){var $=n("../internals/to-integer-or-infinity"),j=n("../internals/to-length"),V=RangeError;k.exports=function(z){if(z===void 0)return 0;var re=$(z),ie=j(re);if(re!==ie)throw new V("Wrong length or index");return ie}},{"../internals/to-integer-or-infinity":283,"../internals/to-length":284}],282:[function(n,k,L){var $=n("../internals/indexed-object"),j=n("../internals/require-object-coercible");k.exports=function(V){return $(j(V))}},{"../internals/indexed-object":195,"../internals/require-object-coercible":262}],283:[function(n,k,L){var $=n("../internals/math-trunc");k.exports=function(j){var V=+j;return V!==V||V===0?0:$(V)}},{"../internals/math-trunc":224}],284:[function(n,k,L){var $=n("../internals/to-integer-or-infinity"),j=Math.min;k.exports=function(V){return V>0?j($(V),9007199254740991):0}},{"../internals/to-integer-or-infinity":283}],285:[function(n,k,L){var $=n("../internals/require-object-coercible"),j=Object;k.exports=function(V){return j($(V))}},{"../internals/require-object-coercible":262}],286:[function(n,k,L){var $=n("../internals/to-positive-integer"),j=RangeError;k.exports=function(V,z){var re=$(V);if(re%z)throw new j("Wrong offset");return re}},{"../internals/to-positive-integer":287}],287:[function(n,k,L){var $=n("../internals/to-integer-or-infinity"),j=RangeError;k.exports=function(V){var z=$(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,L){var $=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"),ie=n("../internals/well-known-symbol"),oe=TypeError,ue=ie("toPrimitive");k.exports=function(de,pe){if(!j(de)||V(de))return de;var Ie=z(de,ue),he;if(Ie){if(pe===void 0&&(pe="default"),he=$(Ie,de,pe),!j(he)||V(he))return he;throw new oe("Can't convert object to primitive value")}return pe===void 0&&(pe="number"),re(de,pe)}},{"../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,L){var $=n("../internals/to-primitive"),j=n("../internals/is-symbol");k.exports=function(V){var z=$(V,"string");return j(z)?z:z+""}},{"../internals/is-symbol":212,"../internals/to-primitive":288}],290:[function(n,k,L){var $=n("../internals/well-known-symbol"),j=$("toStringTag"),V={};V[j]="z",k.exports=String(V)==="[object z]"},{"../internals/well-known-symbol":306}],291:[function(n,k,L){var $=n("../internals/classof"),j=String;k.exports=function(V){if($(V)==="Symbol")throw new TypeError("Cannot convert a Symbol value to a string");return j(V)}},{"../internals/classof":138}],292:[function(n,k,L){var $=Math.round;k.exports=function(j){var V=$(j);return V<0?0:V>255?255:V&255}},{}],293:[function(n,k,L){var $=String;k.exports=function(j){try{return $(j)}catch{return"Object"}}},{}],294:[function(n,k,L){var $=n("../internals/export"),j=n("../internals/global"),V=n("../internals/function-call"),z=n("../internals/descriptors"),re=n("../internals/typed-array-constructors-require-wrappers"),ie=n("../internals/array-buffer-view-core"),oe=n("../internals/array-buffer"),ue=n("../internals/an-instance"),de=n("../internals/create-property-descriptor"),pe=n("../internals/create-non-enumerable-property"),Ie=n("../internals/is-integral-number"),he=n("../internals/to-length"),Ce=n("../internals/to-index"),_e=n("../internals/to-offset"),Ne=n("../internals/to-uint8-clamped"),Fe=n("../internals/to-property-key"),Ue=n("../internals/has-own-property"),kt=n("../internals/classof"),Et=n("../internals/is-object"),Ve=n("../internals/is-symbol"),qe=n("../internals/object-create"),jt=n("../internals/object-is-prototype-of"),tr=n("../internals/object-set-prototype-of"),rr=n("../internals/object-get-own-property-names").f,ar=n("../internals/typed-array-from"),nr=n("../internals/array-iteration").forEach,ur=n("../internals/set-species"),cr=n("../internals/define-built-in-accessor"),_r=n("../internals/object-define-property"),hr=n("../internals/object-get-own-property-descriptor"),Er=n("../internals/array-from-constructor-and-list"),kr=n("../internals/internal-state"),xr=n("../internals/inherit-if-required"),yr=kr.get,br=kr.set,Ir=kr.enforce,Mr=_r.f,mr=hr.f,gr=j.RangeError,jr=oe.ArrayBuffer,Hr=jr.prototype,Vr=oe.DataView,zr=ie.NATIVE_ARRAY_BUFFER_VIEWS,Sr=ie.TYPED_ARRAY_TAG,Tr=ie.TypedArray,Br=ie.TypedArrayPrototype,vr=ie.isTypedArray,Cr="BYTES_PER_ELEMENT",Dr="Wrong length",Rr=function(Qr,ca){cr(Qr,ca,{configurable:!0,get:function(){return yr(this)[ca]}})},Wr=function(Qr){var ca;return jt(Hr,Qr)||(ca=kt(Qr))==="ArrayBuffer"||ca==="SharedArrayBuffer"},Kr=function(Qr,ca){return vr(Qr)&&!Ve(ca)&&ca in Qr&&Ie(+ca)&&ca>=0},Nr=function(ca,Po){return Po=Fe(Po),Kr(ca,Po)?de(2,ca[Po]):mr(ca,Po)},Fr=function(ca,Po,Wa){return Po=Fe(Po),Kr(ca,Po)&&Et(Wa)&&Ue(Wa,"value")&&!Ue(Wa,"get")&&!Ue(Wa,"set")&&!Wa.configurable&&(!Ue(Wa,"writable")||Wa.writable)&&(!Ue(Wa,"enumerable")||Wa.enumerable)?(ca[Po]=Wa.value,ca):Mr(ca,Po,Wa)};z?(zr||(hr.f=Nr,_r.f=Fr,Rr(Br,"buffer"),Rr(Br,"byteOffset"),Rr(Br,"byteLength"),Rr(Br,"length")),$({target:"Object",stat:!0,forced:!zr},{getOwnPropertyDescriptor:Nr,defineProperty:Fr}),k.exports=function(Qr,ca,Po){var Wa=Qr.match(/\d+/)[0]/8,Go=Qr+(Po?"Clamped":"")+"Array",us="get"+Qr,Kn="set"+Qr,Gr=j[Go],Ar=Gr,On=Ar&&Ar.prototype,kn={},Sa=function(Hi,na){var Ma=yr(Hi);return Ma.view[us](na*Wa+Ma.byteOffset,!0)},sa=function(Hi,na,Ma){var Ns=yr(Hi);Ns.view[Kn](na*Wa+Ns.byteOffset,Po?Ne(Ma):Ma,!0)},qa=function(Hi,na){Mr(Hi,na,{get:function(){return Sa(this,na)},set:function(Ma){return sa(this,na,Ma)},enumerable:!0})};zr?re&&(Ar=ca(function(Hi,na,Ma,Ns){return ue(Hi,On),xr(function(){return Et(na)?Wr(na)?Ns!==void 0?new Gr(na,_e(Ma,Wa),Ns):Ma!==void 0?new Gr(na,_e(Ma,Wa)):new Gr(na):vr(na)?Er(Ar,na):V(ar,Ar,na):new Gr(Ce(na))}(),Hi,Ar)}),tr&&tr(Ar,Tr),nr(rr(Gr),function(Hi){Hi in Ar||pe(Ar,Hi,Gr[Hi])}),Ar.prototype=On):(Ar=ca(function(Hi,na,Ma,Ns){ue(Hi,On);var cs=0,vl=0,Bl,Au,xs;if(!Et(na))xs=Ce(na),Au=xs*Wa,Bl=new jr(Au);else if(Wr(na)){Bl=na,vl=_e(Ma,Wa);var ju=na.byteLength;if(Ns===void 0){if(ju%Wa)throw new gr(Dr);if(Au=ju-vl,Au<0)throw new gr(Dr)}else if(Au=he(Ns)*Wa,Au+vl>ju)throw new gr(Dr);xs=Au/Wa}else return vr(na)?Er(Ar,na):V(ar,Ar,na);for(br(Hi,{buffer:Bl,byteOffset:vl,byteLength:Au,length:xs,view:new Vr(Bl)});cs<xs;)qa(Hi,cs++)}),tr&&tr(Ar,Tr),On=Ar.prototype=qe(Br)),On.constructor!==Ar&&pe(On,"constructor",Ar),Ir(On).TypedArrayConstructor=Ar,Sr&&pe(On,Sr,Go);var To=Ar!==Gr;kn[Go]=Ar,$({global:!0,constructor:!0,forced:To,sham:!zr},kn),Cr in Ar||pe(Ar,Cr,Wa),Cr in On||pe(On,Cr,Wa),ur(Go)}):k.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,L){var $=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=$.ArrayBuffer,ie=$.Int8Array;k.exports=!z||!j(function(){ie(1)})||!j(function(){new ie(-1)})||!V(function(oe){new ie,new ie(null),new ie(1.5),new ie(oe)},!0)||j(function(){return new ie(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,L){var $=n("../internals/array-from-constructor-and-list"),j=n("../internals/typed-array-species-constructor");k.exports=function(V,z){return $(j(V),z)}},{"../internals/array-from-constructor-and-list":122,"../internals/typed-array-species-constructor":298}],297:[function(n,k,L){var $=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"),ie=n("../internals/get-iterator"),oe=n("../internals/get-iterator-method"),ue=n("../internals/is-array-iterator-method"),de=n("../internals/is-big-int-array"),pe=n("../internals/array-buffer-view-core").aTypedArrayConstructor,Ie=n("../internals/to-big-int");k.exports=function(Ce){var _e=V(this),Ne=z(Ce),Fe=arguments.length,Ue=Fe>1?arguments[1]:void 0,kt=Ue!==void 0,Et=oe(Ne),Ve,qe,jt,tr,rr,ar,nr,ur;if(Et&&!ue(Et))for(nr=ie(Ne,Et),ur=nr.next,Ne=[];!(ar=j(ur,nr)).done;)Ne.push(ar.value);for(kt&&Fe>2&&(Ue=$(Ue,arguments[2])),qe=re(Ne),jt=new(pe(_e))(qe),tr=de(jt),Ve=0;qe>Ve;Ve++)rr=kt?Ue(Ne[Ve],Ve):Ne[Ve],jt[Ve]=tr?Ie(rr):+rr;return jt}},{"../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,L){var $=n("../internals/array-buffer-view-core"),j=n("../internals/species-constructor"),V=$.aTypedArrayConstructor,z=$.getTypedArrayConstructor;k.exports=function(re){return V(j(re,z(re)))}},{"../internals/array-buffer-view-core":117,"../internals/species-constructor":270}],299:[function(n,k,L){var $=n("../internals/function-uncurry-this"),j=0,V=Math.random(),z=$(1 .toString);k.exports=function(re){return"Symbol("+(re===void 0?"":re)+")_"+z(++j+V,36)}},{"../internals/function-uncurry-this":181}],300:[function(n,k,L){var $=n("../internals/symbol-constructor-detection");k.exports=$&&!Symbol.sham&&typeof Symbol.iterator=="symbol"},{"../internals/symbol-constructor-detection":274}],301:[function(n,k,L){var $=n("../internals/descriptors"),j=n("../internals/fails");k.exports=$&&j(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!==42})},{"../internals/descriptors":153,"../internals/fails":171}],302:[function(n,k,L){var $=TypeError;k.exports=function(j,V){if(j<V)throw new $("Not enough arguments");return j}},{}],303:[function(n,k,L){var $=n("../internals/global"),j=n("../internals/is-callable"),V=$.WeakMap;k.exports=j(V)&&/native code/.test(String(V))},{"../internals/global":188,"../internals/is-callable":203}],304:[function(n,k,L){var $=n("../internals/path"),j=n("../internals/has-own-property"),V=n("../internals/well-known-symbol-wrapped"),z=n("../internals/object-define-property").f;k.exports=function(re){var ie=$.Symbol||($.Symbol={});j(ie,re)||z(ie,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,L){var $=n("../internals/well-known-symbol");L.f=$},{"../internals/well-known-symbol":306}],306:[function(n,k,L){var $=n("../internals/global"),j=n("../internals/shared"),V=n("../internals/has-own-property"),z=n("../internals/uid"),re=n("../internals/symbol-constructor-detection"),ie=n("../internals/use-symbol-as-uid"),oe=$.Symbol,ue=j("wks"),de=ie?oe.for||oe:oe&&oe.withoutSetter||z;k.exports=function(pe){return V(ue,pe)||(ue[pe]=re&&V(oe,pe)?oe[pe]:de("Symbol."+pe)),ue[pe]}},{"../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,L){k.exports=`
\v\f\r    \u2028\u2029\uFEFF`},{}],308:[function(n,k,L){var $=n("../internals/export"),j=n("../internals/global"),V=n("../internals/array-buffer"),z=n("../internals/set-species"),re="ArrayBuffer",ie=V[re],oe=j[re];$({global:!0,constructor:!0,forced:oe!==ie},{ArrayBuffer:ie}),z(re)},{"../internals/array-buffer":118,"../internals/export":170,"../internals/global":188,"../internals/set-species":265}],309:[function(n,k,L){var $=n("../internals/export"),j=n("../internals/function-uncurry-this-clause"),V=n("../internals/fails"),z=n("../internals/array-buffer"),re=n("../internals/an-object"),ie=n("../internals/to-absolute-index"),oe=n("../internals/to-length"),ue=n("../internals/species-constructor"),de=z.ArrayBuffer,pe=z.DataView,Ie=pe.prototype,he=j(de.prototype.slice),Ce=j(Ie.getUint8),_e=j(Ie.setUint8),Ne=V(function(){return!new de(2).slice(1,void 0).byteLength});$({target:"ArrayBuffer",proto:!0,unsafe:!0,forced:Ne},{slice:function(Ue,kt){if(he&&kt===void 0)return he(re(this),Ue);for(var Et=re(this).byteLength,Ve=ie(Ue,Et),qe=ie(kt===void 0?Et:kt,Et),jt=new(ue(this,de))(oe(qe-Ve)),tr=new pe(this),rr=new pe(jt),ar=0;Ve<qe;)_e(rr,ar++,Ce(tr,Ve++));return jt}})},{"../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,L){var $=n("../internals/export"),j=n("../internals/fails"),V=n("../internals/is-array"),z=n("../internals/is-object"),re=n("../internals/to-object"),ie=n("../internals/length-of-array-like"),oe=n("../internals/does-not-exceed-safe-integer"),ue=n("../internals/create-property"),de=n("../internals/array-species-create"),pe=n("../internals/array-method-has-species-support"),Ie=n("../internals/well-known-symbol"),he=n("../internals/engine-v8-version"),Ce=Ie("isConcatSpreadable"),_e=he>=51||!j(function(){var Ue=[];return Ue[Ce]=!1,Ue.concat()[0]!==Ue}),Ne=function(Ue){if(!z(Ue))return!1;var kt=Ue[Ce];return kt!==void 0?!!kt:V(Ue)},Fe=!_e||!pe("concat");$({target:"Array",proto:!0,arity:1,forced:Fe},{concat:function(kt){var Et=re(this),Ve=de(Et,0),qe=0,jt,tr,rr,ar,nr;for(jt=-1,rr=arguments.length;jt<rr;jt++)if(nr=jt===-1?Et:arguments[jt],Ne(nr))for(ar=ie(nr),oe(qe+ar),tr=0;tr<ar;tr++,qe++)tr in nr&&ue(Ve,qe,nr[tr]);else oe(qe+1),ue(Ve,qe++,nr);return Ve.length=qe,Ve}})},{"../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,L){var $=n("../internals/export"),j=n("../internals/array-fill"),V=n("../internals/add-to-unscopables");$({target:"Array",proto:!0},{fill:j}),V("fill")},{"../internals/add-to-unscopables":111,"../internals/array-fill":120,"../internals/export":170}],312:[function(n,k,L){var $=n("../internals/export"),j=n("../internals/array-iteration").filter,V=n("../internals/array-method-has-species-support"),z=V("filter");$({target:"Array",proto:!0,forced:!z},{filter:function(ie){return j(this,ie,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,L){var $=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}),$({target:"Array",proto:!0,forced:re},{find:function(oe){return j(this,oe,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,L){var $=n("../internals/export"),j=n("../internals/array-from"),V=n("../internals/check-correctness-of-iteration"),z=!V(function(re){Array.from(re)});$({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,L){var $=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()});$({target:"Array",proto:!0,forced:re},{includes:function(oe){return j(this,oe,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,L){var $=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,ie=n("../internals/iterator-define"),oe=n("../internals/create-iter-result-object"),ue=n("../internals/is-pure"),de=n("../internals/descriptors"),pe="Array Iterator",Ie=z.set,he=z.getterFor(pe);k.exports=ie(Array,"Array",function(_e,Ne){Ie(this,{type:pe,target:$(_e),index:0,kind:Ne})},function(){var _e=he(this),Ne=_e.target,Fe=_e.index++;if(!Ne||Fe>=Ne.length)return _e.target=void 0,oe(void 0,!0);switch(_e.kind){case"keys":return oe(Fe,!1);case"values":return oe(Ne[Fe],!1)}return oe([Fe,Ne[Fe]],!1)},"values");var Ce=V.Arguments=V.Array;if(j("keys"),j("values"),j("entries"),!ue&&de&&Ce.name!=="values")try{re(Ce,"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,L){var $=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"),ie=j([].join),oe=V!==Object,ue=oe||!re("join",",");$({target:"Array",proto:!0,forced:ue},{join:function(pe){return ie(z(this),pe===void 0?",":pe)}})},{"../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,L){var $=n("../internals/export"),j=n("../internals/array-iteration").map,V=n("../internals/array-method-has-species-support"),z=V("map");$({target:"Array",proto:!0,forced:!z},{map:function(ie){return j(this,ie,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,L){var $=n("../internals/export"),j=n("../internals/is-array"),V=n("../internals/is-constructor"),z=n("../internals/is-object"),re=n("../internals/to-absolute-index"),ie=n("../internals/length-of-array-like"),oe=n("../internals/to-indexed-object"),ue=n("../internals/create-property"),de=n("../internals/well-known-symbol"),pe=n("../internals/array-method-has-species-support"),Ie=n("../internals/array-slice"),he=pe("slice"),Ce=de("species"),_e=Array,Ne=Math.max;$({target:"Array",proto:!0,forced:!he},{slice:function(Ue,kt){var Et=oe(this),Ve=ie(Et),qe=re(Ue,Ve),jt=re(kt===void 0?Ve:kt,Ve),tr,rr,ar;if(j(Et)&&(tr=Et.constructor,V(tr)&&(tr===_e||j(tr.prototype))?tr=void 0:z(tr)&&(tr=tr[Ce],tr===null&&(tr=void 0)),tr===_e||tr===void 0))return Ie(Et,qe,jt);for(rr=new(tr===void 0?_e:tr)(Ne(jt-qe,0)),ar=0;qe<jt;qe++,ar++)qe in Et&&ue(rr,ar,Et[qe]);return rr.length=ar,rr}})},{"../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,L){var $=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"),ie=n("../internals/delete-property-or-throw"),oe=n("../internals/to-string"),ue=n("../internals/fails"),de=n("../internals/array-sort"),pe=n("../internals/array-method-is-strict"),Ie=n("../internals/engine-ff-version"),he=n("../internals/engine-is-ie-or-edge"),Ce=n("../internals/engine-v8-version"),_e=n("../internals/engine-webkit-version"),Ne=[],Fe=j(Ne.sort),Ue=j(Ne.push),kt=ue(function(){Ne.sort(void 0)}),Et=ue(function(){Ne.sort(null)}),Ve=pe("sort"),qe=!ue(function(){if(Ce)return Ce<70;if(!(Ie&&Ie>3)){if(he)return!0;if(_e)return _e<603;var rr="",ar,nr,ur,cr;for(ar=65;ar<76;ar++){switch(nr=String.fromCharCode(ar),ar){case 66:case 69:case 70:case 72:ur=3;break;case 68:case 71:ur=4;break;default:ur=2}for(cr=0;cr<47;cr++)Ne.push({k:nr+cr,v:ur})}for(Ne.sort(function(_r,hr){return hr.v-_r.v}),cr=0;cr<Ne.length;cr++)nr=Ne[cr].k.charAt(0),rr.charAt(rr.length-1)!==nr&&(rr+=nr);return rr!=="DGBEFHACIJK"}}),jt=kt||!Et||!Ve||!qe,tr=function(rr){return function(ar,nr){return nr===void 0?-1:ar===void 0?1:rr!==void 0?+rr(ar,nr)||0:oe(ar)>oe(nr)?1:-1}};$({target:"Array",proto:!0,forced:jt},{sort:function(ar){ar!==void 0&&V(ar);var nr=z(this);if(qe)return ar===void 0?Fe(nr):Fe(nr,ar);var ur=[],cr=re(nr),_r,hr;for(hr=0;hr<cr;hr++)hr in nr&&Ue(ur,nr[hr]);for(de(ur,tr(ar)),_r=re(ur),hr=0;hr<_r;)nr[hr]=ur[hr++];for(;hr<cr;)ie(nr,hr++);return nr}})},{"../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,L){var $=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"),ie=n("../internals/array-set-length"),oe=n("../internals/does-not-exceed-safe-integer"),ue=n("../internals/array-species-create"),de=n("../internals/create-property"),pe=n("../internals/delete-property-or-throw"),Ie=n("../internals/array-method-has-species-support"),he=Ie("splice"),Ce=Math.max,_e=Math.min;$({target:"Array",proto:!0,forced:!he},{splice:function(Fe,Ue){var kt=j(this),Et=re(kt),Ve=V(Fe,Et),qe=arguments.length,jt,tr,rr,ar,nr,ur;for(qe===0?jt=tr=0:qe===1?(jt=0,tr=Et-Ve):(jt=qe-2,tr=_e(Ce(z(Ue),0),Et-Ve)),oe(Et+jt-tr),rr=ue(kt,tr),ar=0;ar<tr;ar++)nr=Ve+ar,nr in kt&&de(rr,ar,kt[nr]);if(rr.length=tr,jt<tr){for(ar=Ve;ar<Et-tr;ar++)nr=ar+tr,ur=ar+jt,nr in kt?kt[ur]=kt[nr]:pe(kt,ur);for(ar=Et;ar>Et-tr+jt;ar--)pe(kt,ar-1)}else if(jt>tr)for(ar=Et-tr;ar>Ve;ar--)nr=ar+tr-1,ur=ar+jt-1,nr in kt?kt[ur]=kt[nr]:pe(kt,ur);for(ar=0;ar<jt;ar++)kt[ar+Ve]=arguments[ar+2];return ie(kt,Et-tr+jt),rr}})},{"../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,L){var $=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,ie=V(re.toString),oe=/function\b(?:\s|\/\*[\S\s]*?\*\/|\/\/[^\n\r]*[\n\r]+)*([^\s(/]*)/,ue=V(oe.exec),de="name";$&&!j&&z(re,de,{configurable:!0,get:function(){try{return ue(oe,ie(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,L){var $=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"),ie=n("../internals/fails"),oe=n("../internals/is-callable"),ue=n("../internals/is-symbol"),de=n("../internals/array-slice"),pe=n("../internals/get-json-replacer-function"),Ie=n("../internals/symbol-constructor-detection"),he=String,Ce=j("JSON","stringify"),_e=re(/./.exec),Ne=re("".charAt),Fe=re("".charCodeAt),Ue=re("".replace),kt=re(1 .toString),Et=/[\uD800-\uDFFF]/g,Ve=/^[\uD800-\uDBFF]$/,qe=/^[\uDC00-\uDFFF]$/,jt=!Ie||ie(function(){var nr=j("Symbol")("stringify detection");return Ce([nr])!=="[null]"||Ce({a:nr})!=="{}"||Ce(Object(nr))!=="{}"}),tr=ie(function(){return Ce("\uDF06\uD834")!=='"\\udf06\\ud834"'||Ce("\uDEAD")!=='"\\udead"'}),rr=function(nr,ur){var cr=de(arguments),_r=pe(ur);if(!(!oe(_r)&&(nr===void 0||ue(nr))))return cr[1]=function(hr,Er){if(oe(_r)&&(Er=z(_r,this,he(hr),Er)),!ue(Er))return Er},V(Ce,null,cr)},ar=function(nr,ur,cr){var _r=Ne(cr,ur-1),hr=Ne(cr,ur+1);return _e(Ve,nr)&&!_e(qe,hr)||_e(qe,nr)&&!_e(Ve,_r)?"\\u"+kt(Fe(nr,0),16):nr};Ce&&$({target:"JSON",stat:!0,arity:3,forced:jt||tr},{stringify:function(ur,cr,_r){var hr=de(arguments),Er=V(jt?rr:Ce,null,hr);return tr&&typeof Er=="string"?Ue(Er,Et,ar):Er}})},{"../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,L){var $=n("../internals/export"),j=n("../internals/is-pure"),V=n("../internals/descriptors"),z=n("../internals/global"),re=n("../internals/path"),ie=n("../internals/function-uncurry-this"),oe=n("../internals/is-forced"),ue=n("../internals/has-own-property"),de=n("../internals/inherit-if-required"),pe=n("../internals/object-is-prototype-of"),Ie=n("../internals/is-symbol"),he=n("../internals/to-primitive"),Ce=n("../internals/fails"),_e=n("../internals/object-get-own-property-names").f,Ne=n("../internals/object-get-own-property-descriptor").f,Fe=n("../internals/object-define-property").f,Ue=n("../internals/this-number-value"),kt=n("../internals/string-trim").trim,Et="Number",Ve=z[Et],qe=re[Et],jt=Ve.prototype,tr=z.TypeError,rr=ie("".slice),ar=ie("".charCodeAt),nr=function(kr){var xr=he(kr,"number");return typeof xr=="bigint"?xr:ur(xr)},ur=function(kr){var xr=he(kr,"number"),yr,br,Ir,Mr,mr,gr,jr,Hr;if(Ie(xr))throw new tr("Cannot convert a Symbol value to a number");if(typeof xr=="string"&&xr.length>2){if(xr=kt(xr),yr=ar(xr,0),yr===43||yr===45){if(br=ar(xr,2),br===88||br===120)return NaN}else if(yr===48){switch(ar(xr,1)){case 66:case 98:Ir=2,Mr=49;break;case 79:case 111:Ir=8,Mr=55;break;default:return+xr}for(mr=rr(xr,2),gr=mr.length,jr=0;jr<gr;jr++)if(Hr=ar(mr,jr),Hr<48||Hr>Mr)return NaN;return parseInt(mr,Ir)}}return+xr},cr=oe(Et,!Ve(" 0o1")||!Ve("0b1")||Ve("+0x1")),_r=function(kr){return pe(jt,kr)&&Ce(function(){Ue(kr)})},hr=function(xr){var yr=arguments.length<1?0:Ve(nr(xr));return _r(this)?de(Object(yr),this,hr):yr};hr.prototype=jt,cr&&!j&&(jt.constructor=hr),$({global:!0,constructor:!0,wrap:!0,forced:cr},{Number:hr});var Er=function(kr,xr){for(var yr=V?_e(xr):"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(","),br=0,Ir;yr.length>br;br++)ue(xr,Ir=yr[br])&&!ue(kr,Ir)&&Fe(kr,Ir,Ne(xr,Ir))};j&&qe&&Er(re[Et],qe),(cr||j)&&Er(re[Et],Ve)},{"../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,L){var $=n("../internals/export"),j=n("../internals/object-assign");$({target:"Object",stat:!0,arity:2,forced:Object.assign!==j},{assign:j})},{"../internals/export":170,"../internals/object-assign":228}],326:[function(n,k,L){var $=n("../internals/export"),j=n("../internals/object-to-array").entries;$({target:"Object",stat:!0},{entries:function(z){return j(z)}})},{"../internals/export":170,"../internals/object-to-array":243}],327:[function(n,k,L){var $=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"),ie=!re||j(function(){z(1)});$({target:"Object",stat:!0,forced:ie,sham:!re},{getOwnPropertyDescriptor:function(ue,de){return z(V(ue),de)}})},{"../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,L){var $=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"),ie=n("../internals/create-property");$({target:"Object",stat:!0,sham:!j},{getOwnPropertyDescriptors:function(ue){for(var de=z(ue),pe=re.f,Ie=V(de),he={},Ce=0,_e,Ne;Ie.length>Ce;)Ne=pe(de,_e=Ie[Ce++]),Ne!==void 0&&ie(he,_e,Ne);return he}})},{"../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,L){var $=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"),ie=!j||V(function(){z.f(1)});$({target:"Object",stat:!0,forced:ie},{getOwnPropertySymbols:function(ue){var de=z.f;return de?de(re(ue)):[]}})},{"../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,L){var $=n("../internals/export"),j=n("../internals/to-object"),V=n("../internals/object-keys"),z=n("../internals/fails"),re=z(function(){V(1)});$({target:"Object",stat:!0,forced:re},{keys:function(oe){return V(j(oe))}})},{"../internals/export":170,"../internals/fails":171,"../internals/object-keys":240,"../internals/to-object":285}],331:[function(n,k,L){var $=n("../internals/to-string-tag-support"),j=n("../internals/define-built-in"),V=n("../internals/object-to-string");$||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,L){var $=n("../internals/export"),j=n("../internals/function-call"),V=n("../internals/a-callable"),z=n("../internals/new-promise-capability"),re=n("../internals/perform"),ie=n("../internals/iterate"),oe=n("../internals/promise-statics-incorrect-iteration");$({target:"Promise",stat:!0,forced:oe},{all:function(de){var pe=this,Ie=z.f(pe),he=Ie.resolve,Ce=Ie.reject,_e=re(function(){var Ne=V(pe.resolve),Fe=[],Ue=0,kt=1;ie(de,function(Et){var Ve=Ue++,qe=!1;kt++,j(Ne,pe,Et).then(function(jt){qe||(qe=!0,Fe[Ve]=jt,--kt||he(Fe))},Ce)}),--kt||he(Fe)});return _e.error&&Ce(_e.value),Ie.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,L){var $=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"),ie=n("../internals/is-callable"),oe=n("../internals/define-built-in"),ue=z&&z.prototype;if($({target:"Promise",proto:!0,forced:V,real:!0},{catch:function(pe){return this.then(void 0,pe)}}),!j&&ie(z)){var de=re("Promise").prototype.catch;ue.catch!==de&&oe(ue,"catch",de,{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,L){var $=n("../internals/export"),j=n("../internals/is-pure"),V=n("../internals/engine-is-node"),z=n("../internals/global"),re=n("../internals/function-call"),ie=n("../internals/define-built-in"),oe=n("../internals/object-set-prototype-of"),ue=n("../internals/set-to-string-tag"),de=n("../internals/set-species"),pe=n("../internals/a-callable"),Ie=n("../internals/is-callable"),he=n("../internals/is-object"),Ce=n("../internals/an-instance"),_e=n("../internals/species-constructor"),Ne=n("../internals/task").set,Fe=n("../internals/microtask"),Ue=n("../internals/host-report-errors"),kt=n("../internals/perform"),Et=n("../internals/queue"),Ve=n("../internals/internal-state"),qe=n("../internals/promise-native-constructor"),jt=n("../internals/promise-constructor-detection"),tr=n("../internals/new-promise-capability"),rr="Promise",ar=jt.CONSTRUCTOR,nr=jt.REJECTION_EVENT,ur=jt.SUBCLASSING,cr=Ve.getterFor(rr),_r=Ve.set,hr=qe&&qe.prototype,Er=qe,kr=hr,xr=z.TypeError,yr=z.document,br=z.process,Ir=tr.f,Mr=Ir,mr=!!(yr&&yr.createEvent&&z.dispatchEvent),gr="unhandledrejection",jr="rejectionhandled",Hr=0,Vr=1,zr=2,Sr=1,Tr=2,Br,vr,Cr,Dr,Rr=function(us){var Kn;return he(us)&&Ie(Kn=us.then)?Kn:!1},Wr=function(us,Kn){var Gr=Kn.value,Ar=Kn.state===Vr,On=Ar?us.ok:us.fail,kn=us.resolve,Sa=us.reject,sa=us.domain,qa,To,Hi;try{On?(Ar||(Kn.rejection===Tr&&ca(Kn),Kn.rejection=Sr),On===!0?qa=Gr:(sa&&sa.enter(),qa=On(Gr),sa&&(sa.exit(),Hi=!0)),qa===us.promise?Sa(new xr("Promise-chain cycle")):(To=Rr(qa))?re(To,qa,kn,Sa):kn(qa)):Sa(Gr)}catch(na){sa&&!Hi&&sa.exit(),Sa(na)}},Kr=function(us,Kn){us.notified||(us.notified=!0,Fe(function(){for(var Gr=us.reactions,Ar;Ar=Gr.get();)Wr(Ar,us);us.notified=!1,Kn&&!us.rejection&&Fr(us)}))},Nr=function(us,Kn,Gr){var Ar,On;mr?(Ar=yr.createEvent("Event"),Ar.promise=Kn,Ar.reason=Gr,Ar.initEvent(us,!1,!0),z.dispatchEvent(Ar)):Ar={promise:Kn,reason:Gr},!nr&&(On=z["on"+us])?On(Ar):us===gr&&Ue("Unhandled promise rejection",Gr)},Fr=function(us){re(Ne,z,function(){var Kn=us.facade,Gr=us.value,Ar=Qr(us),On;if(Ar&&(On=kt(function(){V?br.emit("unhandledRejection",Gr,Kn):Nr(gr,Kn,Gr)}),us.rejection=V||Qr(us)?Tr:Sr,On.error))throw On.value})},Qr=function(us){return us.rejection!==Sr&&!us.parent},ca=function(us){re(Ne,z,function(){var Kn=us.facade;V?br.emit("rejectionHandled",Kn):Nr(jr,Kn,us.value)})},Po=function(us,Kn,Gr){return function(Ar){us(Kn,Ar,Gr)}},Wa=function(us,Kn,Gr){us.done||(us.done=!0,Gr&&(us=Gr),us.value=Kn,us.state=zr,Kr(us,!0))},Go=function(us,Kn,Gr){if(!us.done){us.done=!0,Gr&&(us=Gr);try{if(us.facade===Kn)throw new xr("Promise can't be resolved itself");var Ar=Rr(Kn);Ar?Fe(function(){var On={done:!1};try{re(Ar,Kn,Po(Go,On,us),Po(Wa,On,us))}catch(kn){Wa(On,kn,us)}}):(us.value=Kn,us.state=Vr,Kr(us,!1))}catch(On){Wa({done:!1},On,us)}}};if(ar&&(Er=function(Kn){Ce(this,kr),pe(Kn),re(Br,this);var Gr=cr(this);try{Kn(Po(Go,Gr),Po(Wa,Gr))}catch(Ar){Wa(Gr,Ar)}},kr=Er.prototype,Br=function(Kn){_r(this,{type:rr,done:!1,notified:!1,parent:!1,reactions:new Et,rejection:!1,state:Hr,value:void 0})},Br.prototype=ie(kr,"then",function(Kn,Gr){var Ar=cr(this),On=Ir(_e(this,Er));return Ar.parent=!0,On.ok=Ie(Kn)?Kn:!0,On.fail=Ie(Gr)&&Gr,On.domain=V?br.domain:void 0,Ar.state===Hr?Ar.reactions.add(On):Fe(function(){Wr(On,Ar)}),On.promise}),vr=function(){var us=new Br,Kn=cr(us);this.promise=us,this.resolve=Po(Go,Kn),this.reject=Po(Wa,Kn)},tr.f=Ir=function(us){return us===Er||us===Cr?new vr(us):Mr(us)},!j&&Ie(qe)&&hr!==Object.prototype)){Dr=hr.then,ur||ie(hr,"then",function(Kn,Gr){var Ar=this;return new Er(function(On,kn){re(Dr,Ar,On,kn)}).then(Kn,Gr)},{unsafe:!0});try{delete hr.constructor}catch{}oe&&oe(hr,kr)}$({global:!0,constructor:!0,wrap:!0,forced:ar},{Promise:Er}),ue(Er,rr,!1,!0),de(rr)},{"../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,L){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,L){var $=n("../internals/export"),j=n("../internals/function-call"),V=n("../internals/a-callable"),z=n("../internals/new-promise-capability"),re=n("../internals/perform"),ie=n("../internals/iterate"),oe=n("../internals/promise-statics-incorrect-iteration");$({target:"Promise",stat:!0,forced:oe},{race:function(de){var pe=this,Ie=z.f(pe),he=Ie.reject,Ce=re(function(){var _e=V(pe.resolve);ie(de,function(Ne){j(_e,pe,Ne).then(Ie.resolve,he)})});return Ce.error&&he(Ce.value),Ie.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,L){var $=n("../internals/export"),j=n("../internals/new-promise-capability"),V=n("../internals/promise-constructor-detection").CONSTRUCTOR;$({target:"Promise",stat:!0,forced:V},{reject:function(re){var ie=j.f(this),oe=ie.reject;return oe(re),ie.promise}})},{"../internals/export":170,"../internals/new-promise-capability":226,"../internals/promise-constructor-detection":249}],338:[function(n,k,L){var $=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,ie=n("../internals/promise-resolve"),oe=j("Promise"),ue=V&&!re;$({target:"Promise",stat:!0,forced:V||re},{resolve:function(pe){return ie(ue&&this===oe?z:this,pe)}})},{"../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,L){var $=n("../internals/descriptors"),j=n("../internals/global"),V=n("../internals/function-uncurry-this"),z=n("../internals/is-forced"),re=n("../internals/inherit-if-required"),ie=n("../internals/create-non-enumerable-property"),oe=n("../internals/object-create"),ue=n("../internals/object-get-own-property-names").f,de=n("../internals/object-is-prototype-of"),pe=n("../internals/is-regexp"),Ie=n("../internals/to-string"),he=n("../internals/regexp-get-flags"),Ce=n("../internals/regexp-sticky-helpers"),_e=n("../internals/proxy-accessor"),Ne=n("../internals/define-built-in"),Fe=n("../internals/fails"),Ue=n("../internals/has-own-property"),kt=n("../internals/internal-state").enforce,Et=n("../internals/set-species"),Ve=n("../internals/well-known-symbol"),qe=n("../internals/regexp-unsupported-dot-all"),jt=n("../internals/regexp-unsupported-ncg"),tr=Ve("match"),rr=j.RegExp,ar=rr.prototype,nr=j.SyntaxError,ur=V(ar.exec),cr=V("".charAt),_r=V("".replace),hr=V("".indexOf),Er=V("".slice),kr=/^\?<[^\s\d!#%&*+<=>@^][^\s!#%&*+<=>@^]*>/,xr=/a/g,yr=/a/g,br=new rr(xr)!==xr,Ir=Ce.MISSED_STICKY,Mr=Ce.UNSUPPORTED_Y,mr=$&&(!br||Ir||qe||jt||Fe(function(){return yr[tr]=!1,rr(xr)!==xr||rr(yr)===yr||String(rr(xr,"i"))!=="/a/i"})),gr=function(Sr){for(var Tr=Sr.length,Br=0,vr="",Cr=!1,Dr;Br<=Tr;Br++){if(Dr=cr(Sr,Br),Dr==="\\"){vr+=Dr+cr(Sr,++Br);continue}!Cr&&Dr==="."?vr+="[\\s\\S]":(Dr==="["?Cr=!0:Dr==="]"&&(Cr=!1),vr+=Dr)}return vr},jr=function(Sr){for(var Tr=Sr.length,Br=0,vr="",Cr=[],Dr=oe(null),Rr=!1,Wr=!1,Kr=0,Nr="",Fr;Br<=Tr;Br++){if(Fr=cr(Sr,Br),Fr==="\\")Fr+=cr(Sr,++Br);else if(Fr==="]")Rr=!1;else if(!Rr)switch(!0){case Fr==="[":Rr=!0;break;case Fr==="(":ur(kr,Er(Sr,Br+1))&&(Br+=2,Wr=!0),vr+=Fr,Kr++;continue;case(Fr===">"&&Wr):if(Nr===""||Ue(Dr,Nr))throw new nr("Invalid capture group name");Dr[Nr]=!0,Cr[Cr.length]=[Nr,Kr],Wr=!1,Nr="";continue}Wr?Nr+=Fr:vr+=Fr}return[vr,Cr]};if(z("RegExp",mr)){for(var Hr=function(Tr,Br){var vr=de(ar,this),Cr=pe(Tr),Dr=Br===void 0,Rr=[],Wr=Tr,Kr,Nr,Fr,Qr,ca,Po;if(!vr&&Cr&&Dr&&Tr.constructor===Hr)return Tr;if((Cr||de(ar,Tr))&&(Tr=Tr.source,Dr&&(Br=he(Wr))),Tr=Tr===void 0?"":Ie(Tr),Br=Br===void 0?"":Ie(Br),Wr=Tr,qe&&"dotAll"in xr&&(Nr=!!Br&&hr(Br,"s")>-1,Nr&&(Br=_r(Br,/s/g,""))),Kr=Br,Ir&&"sticky"in xr&&(Fr=!!Br&&hr(Br,"y")>-1,Fr&&Mr&&(Br=_r(Br,/y/g,""))),jt&&(Qr=jr(Tr),Tr=Qr[0],Rr=Qr[1]),ca=re(rr(Tr,Br),vr?this:ar,Hr),(Nr||Fr||Rr.length)&&(Po=kt(ca),Nr&&(Po.dotAll=!0,Po.raw=Hr(gr(Tr),Kr)),Fr&&(Po.sticky=!0),Rr.length&&(Po.groups=Rr)),Tr!==Wr)try{ie(ca,"source",Wr===""?"(?:)":Wr)}catch{}return ca},Vr=ue(rr),zr=0;Vr.length>zr;)_e(Hr,rr,Vr[zr++]);ar.constructor=Hr,Hr.prototype=ar,Ne(j,"RegExp",Hr,{constructor:!0})}Et("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,L){var $=n("../internals/export"),j=n("../internals/regexp-exec");$({target:"RegExp",proto:!0,forced:/./.exec!==j},{exec:j})},{"../internals/export":170,"../internals/regexp-exec":256}],341:[function(n,k,L){var $=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"),ie=n("../internals/regexp-get-flags"),oe="toString",ue=RegExp.prototype,de=ue[oe],pe=re(function(){return de.call({source:"a",flags:"b"})!=="/a/b"}),Ie=$&&de.name!==oe;(pe||Ie)&&j(ue,oe,function(){var Ce=V(this),_e=z(Ce.source),Ne=z(ie(Ce));return"/"+_e+"/"+Ne},{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,L){var $=n("../internals/collection"),j=n("../internals/collection-strong");$("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,L){n("../modules/es.set.constructor")},{"../modules/es.set.constructor":342}],344:[function(n,k,L){var $=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"),ie=n("../internals/correct-is-regexp-logic"),oe=j("".indexOf);$({target:"String",proto:!0,forced:!ie("includes")},{includes:function(de){return!!~oe(re(z(this)),re(V(de)),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,L){var $=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"),ie="String Iterator",oe=V.set,ue=V.getterFor(ie);z(String,"String",function(de){oe(this,{type:ie,string:j(de),index:0})},function(){var pe=ue(this),Ie=pe.string,he=pe.index,Ce;return he>=Ie.length?re(void 0,!0):(Ce=$(Ie,he),pe.index+=Ce.length,re(Ce,!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,L){var $=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"),ie=n("../internals/to-string"),oe=n("../internals/require-object-coercible"),ue=n("../internals/get-method"),de=n("../internals/advance-string-index"),pe=n("../internals/regexp-exec-abstract");j("match",function(Ie,he,Ce){return[function(Ne){var Fe=oe(this),Ue=z(Ne)?void 0:ue(Ne,Ie);return Ue?$(Ue,Ne,Fe):new RegExp(Ne)[Ie](ie(Fe))},function(_e){var Ne=V(this),Fe=ie(_e),Ue=Ce(he,Ne,Fe);if(Ue.done)return Ue.value;if(!Ne.global)return pe(Ne,Fe);var kt=Ne.unicode;Ne.lastIndex=0;for(var Et=[],Ve=0,qe;(qe=pe(Ne,Fe))!==null;){var jt=ie(qe[0]);Et[Ve]=jt,jt===""&&(Ne.lastIndex=de(Fe,re(Ne.lastIndex),kt)),Ve++}return Ve===0?null:Et}]})},{"../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,L){var $=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"),ie=n("../internals/an-object"),oe=n("../internals/is-callable"),ue=n("../internals/is-null-or-undefined"),de=n("../internals/to-integer-or-infinity"),pe=n("../internals/to-length"),Ie=n("../internals/to-string"),he=n("../internals/require-object-coercible"),Ce=n("../internals/advance-string-index"),_e=n("../internals/get-method"),Ne=n("../internals/get-substitution"),Fe=n("../internals/regexp-exec-abstract"),Ue=n("../internals/well-known-symbol"),kt=Ue("replace"),Et=Math.max,Ve=Math.min,qe=V([].concat),jt=V([].push),tr=V("".indexOf),rr=V("".slice),ar=function(_r){return _r===void 0?_r:String(_r)},nr=function(){return"a".replace(/./,"$0")==="$0"}(),ur=function(){return/./[kt]?/./[kt]("a","$0")==="":!1}(),cr=!re(function(){var _r=/./;return _r.exec=function(){var hr=[];return hr.groups={a:"7"},hr},"".replace(_r,"$<a>")!=="7"});z("replace",function(_r,hr,Er){var kr=ur?"$":"$0";return[function(yr,br){var Ir=he(this),Mr=ue(yr)?void 0:_e(yr,kt);return Mr?j(Mr,yr,Ir,br):j(hr,Ie(Ir),yr,br)},function(xr,yr){var br=ie(this),Ir=Ie(xr);if(typeof yr=="string"&&tr(yr,kr)===-1&&tr(yr,"$<")===-1){var Mr=Er(hr,br,Ir,yr);if(Mr.done)return Mr.value}var mr=oe(yr);mr||(yr=Ie(yr));var gr=br.global,jr;gr&&(jr=br.unicode,br.lastIndex=0);for(var Hr=[],Vr;Vr=Fe(br,Ir),!(Vr===null||(jt(Hr,Vr),!gr));){var zr=Ie(Vr[0]);zr===""&&(br.lastIndex=Ce(Ir,pe(br.lastIndex),jr))}for(var Sr="",Tr=0,Br=0;Br<Hr.length;Br++){Vr=Hr[Br];for(var vr=Ie(Vr[0]),Cr=Et(Ve(de(Vr.index),Ir.length),0),Dr=[],Rr,Wr=1;Wr<Vr.length;Wr++)jt(Dr,ar(Vr[Wr]));var Kr=Vr.groups;if(mr){var Nr=qe([vr],Dr,Cr,Ir);Kr!==void 0&&jt(Nr,Kr),Rr=Ie($(yr,void 0,Nr))}else Rr=Ne(vr,Ir,Cr,Dr,Kr,yr);Cr>=Tr&&(Sr+=rr(Ir,Tr,Cr)+Rr,Tr=Cr+vr.length)}return Sr+rr(Ir,Tr)}]},!cr||!nr||ur)},{"../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,L){var $=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"),ie=n("../internals/same-value"),oe=n("../internals/to-string"),ue=n("../internals/get-method"),de=n("../internals/regexp-exec-abstract");j("search",function(pe,Ie,he){return[function(_e){var Ne=re(this),Fe=z(_e)?void 0:ue(_e,pe);return Fe?$(Fe,_e,Ne):new RegExp(_e)[pe](oe(Ne))},function(Ce){var _e=V(this),Ne=oe(Ce),Fe=he(Ie,_e,Ne);if(Fe.done)return Fe.value;var Ue=_e.lastIndex;ie(Ue,0)||(_e.lastIndex=0);var kt=de(_e,Ne);return ie(_e.lastIndex,Ue)||(_e.lastIndex=Ue),kt===null?-1:kt.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,L){var $=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"),ie=n("../internals/is-null-or-undefined"),oe=n("../internals/is-regexp"),ue=n("../internals/require-object-coercible"),de=n("../internals/species-constructor"),pe=n("../internals/advance-string-index"),Ie=n("../internals/to-length"),he=n("../internals/to-string"),Ce=n("../internals/get-method"),_e=n("../internals/array-slice"),Ne=n("../internals/regexp-exec-abstract"),Fe=n("../internals/regexp-exec"),Ue=n("../internals/regexp-sticky-helpers"),kt=n("../internals/fails"),Et=Ue.UNSUPPORTED_Y,Ve=4294967295,qe=Math.min,jt=[].push,tr=V(/./.exec),rr=V(jt),ar=V("".slice),nr=!kt(function(){var ur=/(?:)/,cr=ur.exec;ur.exec=function(){return cr.apply(this,arguments)};var _r="ab".split(ur);return _r.length!==2||_r[0]!=="a"||_r[1]!=="b"});z("split",function(ur,cr,_r){var hr;return"abbc".split(/(b)*/)[1]==="c"||"test".split(/(?:)/,-1).length!==4||"ab".split(/(?:ab)*/).length!==2||".".split(/(.?)(.?)/).length!==4||".".split(/()()/).length>1||"".split(/.?/).length?hr=function(Er,kr){var xr=he(ue(this)),yr=kr===void 0?Ve:kr>>>0;if(yr===0)return[];if(Er===void 0)return[xr];if(!oe(Er))return j(cr,xr,Er,yr);for(var br=[],Ir=(Er.ignoreCase?"i":"")+(Er.multiline?"m":"")+(Er.unicode?"u":"")+(Er.sticky?"y":""),Mr=0,mr=new RegExp(Er.source,Ir+"g"),gr,jr,Hr;(gr=j(Fe,mr,xr))&&(jr=mr.lastIndex,!(jr>Mr&&(rr(br,ar(xr,Mr,gr.index)),gr.length>1&&gr.index<xr.length&&$(jt,br,_e(gr,1)),Hr=gr[0].length,Mr=jr,br.length>=yr)));)mr.lastIndex===gr.index&&mr.lastIndex++;return Mr===xr.length?(Hr||!tr(mr,""))&&rr(br,""):rr(br,ar(xr,Mr)),br.length>yr?_e(br,0,yr):br}:"0".split(void 0,0).length?hr=function(Er,kr){return Er===void 0&&kr===0?[]:j(cr,this,Er,kr)}:hr=cr,[function(kr,xr){var yr=ue(this),br=ie(kr)?void 0:Ce(kr,ur);return br?j(br,kr,yr,xr):j(hr,he(yr),kr,xr)},function(Er,kr){var xr=re(this),yr=he(Er),br=_r(hr,xr,yr,kr,hr!==cr);if(br.done)return br.value;var Ir=de(xr,RegExp),Mr=xr.unicode,mr=(xr.ignoreCase?"i":"")+(xr.multiline?"m":"")+(xr.unicode?"u":"")+(Et?"g":"y"),gr=new Ir(Et?"^(?:"+xr.source+")":xr,mr),jr=kr===void 0?Ve:kr>>>0;if(jr===0)return[];if(yr.length===0)return Ne(gr,yr)===null?[yr]:[];for(var Hr=0,Vr=0,zr=[];Vr<yr.length;){gr.lastIndex=Et?0:Vr;var Sr=Ne(gr,Et?ar(yr,Vr):yr),Tr;if(Sr===null||(Tr=qe(Ie(gr.lastIndex+(Et?Vr:0)),yr.length))===Hr)Vr=pe(yr,Vr,Mr);else{if(rr(zr,ar(yr,Hr,Vr)),zr.length===jr)return zr;for(var Br=1;Br<=Sr.length-1;Br++)if(rr(zr,Sr[Br]),zr.length===jr)return zr;Vr=Hr=Tr}}return rr(zr,ar(yr,Hr)),zr}]},!nr,Et)},{"../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,L){var $=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"),ie=n("../internals/not-a-regexp"),oe=n("../internals/require-object-coercible"),ue=n("../internals/correct-is-regexp-logic"),de=n("../internals/is-pure"),pe=j("".slice),Ie=Math.min,he=ue("startsWith"),Ce=!de&&!he&&!!function(){var _e=V(String.prototype,"startsWith");return _e&&!_e.writable}();$({target:"String",proto:!0,forced:!Ce&&!he},{startsWith:function(Ne){var Fe=re(oe(this));ie(Ne);var Ue=z(Ie(arguments.length>1?arguments[1]:void 0,Fe.length)),kt=re(Ne);return pe(Fe,Ue,Ue+kt.length)===kt}})},{"../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,L){var $=n("../internals/export"),j=n("../internals/string-trim").trim,V=n("../internals/string-trim-forced");$({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,L){var $=n("../internals/export"),j=n("../internals/global"),V=n("../internals/function-call"),z=n("../internals/function-uncurry-this"),re=n("../internals/is-pure"),ie=n("../internals/descriptors"),oe=n("../internals/symbol-constructor-detection"),ue=n("../internals/fails"),de=n("../internals/has-own-property"),pe=n("../internals/object-is-prototype-of"),Ie=n("../internals/an-object"),he=n("../internals/to-indexed-object"),Ce=n("../internals/to-property-key"),_e=n("../internals/to-string"),Ne=n("../internals/create-property-descriptor"),Fe=n("../internals/object-create"),Ue=n("../internals/object-keys"),kt=n("../internals/object-get-own-property-names"),Et=n("../internals/object-get-own-property-names-external"),Ve=n("../internals/object-get-own-property-symbols"),qe=n("../internals/object-get-own-property-descriptor"),jt=n("../internals/object-define-property"),tr=n("../internals/object-define-properties"),rr=n("../internals/object-property-is-enumerable"),ar=n("../internals/define-built-in"),nr=n("../internals/define-built-in-accessor"),ur=n("../internals/shared"),cr=n("../internals/shared-key"),_r=n("../internals/hidden-keys"),hr=n("../internals/uid"),Er=n("../internals/well-known-symbol"),kr=n("../internals/well-known-symbol-wrapped"),xr=n("../internals/well-known-symbol-define"),yr=n("../internals/symbol-define-to-primitive"),br=n("../internals/set-to-string-tag"),Ir=n("../internals/internal-state"),Mr=n("../internals/array-iteration").forEach,mr=cr("hidden"),gr="Symbol",jr="prototype",Hr=Ir.set,Vr=Ir.getterFor(gr),zr=Object[jr],Sr=j.Symbol,Tr=Sr&&Sr[jr],Br=j.RangeError,vr=j.TypeError,Cr=j.QObject,Dr=qe.f,Rr=jt.f,Wr=Et.f,Kr=rr.f,Nr=z([].push),Fr=ur("symbols"),Qr=ur("op-symbols"),ca=ur("wks"),Po=!Cr||!Cr[jr]||!Cr[jr].findChild,Wa=function(qa,To,Hi){var na=Dr(zr,To);na&&delete zr[To],Rr(qa,To,Hi),na&&qa!==zr&&Rr(zr,To,na)},Go=ie&&ue(function(){return Fe(Rr({},"a",{get:function(){return Rr(this,"a",{value:7}).a}})).a!==7})?Wa:Rr,us=function(qa,To){var Hi=Fr[qa]=Fe(Tr);return Hr(Hi,{type:gr,tag:qa,description:To}),ie||(Hi.description=To),Hi},Kn=function(To,Hi,na){To===zr&&Kn(Qr,Hi,na),Ie(To);var Ma=Ce(Hi);return Ie(na),de(Fr,Ma)?(na.enumerable?(de(To,mr)&&To[mr][Ma]&&(To[mr][Ma]=!1),na=Fe(na,{enumerable:Ne(0,!1)})):(de(To,mr)||Rr(To,mr,Ne(1,Fe(null))),To[mr][Ma]=!0),Go(To,Ma,na)):Rr(To,Ma,na)},Gr=function(To,Hi){Ie(To);var na=he(Hi),Ma=Ue(na).concat(sa(na));return Mr(Ma,function(Ns){(!ie||V(On,na,Ns))&&Kn(To,Ns,na[Ns])}),To},Ar=function(To,Hi){return Hi===void 0?Fe(To):Gr(Fe(To),Hi)},On=function(To){var Hi=Ce(To),na=V(Kr,this,Hi);return this===zr&&de(Fr,Hi)&&!de(Qr,Hi)?!1:na||!de(this,Hi)||!de(Fr,Hi)||de(this,mr)&&this[mr][Hi]?na:!0},kn=function(To,Hi){var na=he(To),Ma=Ce(Hi);if(!(na===zr&&de(Fr,Ma)&&!de(Qr,Ma))){var Ns=Dr(na,Ma);return Ns&&de(Fr,Ma)&&!(de(na,mr)&&na[mr][Ma])&&(Ns.enumerable=!0),Ns}},Sa=function(To){var Hi=Wr(he(To)),na=[];return Mr(Hi,function(Ma){!de(Fr,Ma)&&!de(_r,Ma)&&Nr(na,Ma)}),na},sa=function(qa){var To=qa===zr,Hi=Wr(To?Qr:he(qa)),na=[];return Mr(Hi,function(Ma){de(Fr,Ma)&&(!To||de(zr,Ma))&&Nr(na,Fr[Ma])}),na};oe||(Sr=function(){if(pe(Tr,this))throw new vr("Symbol is not a constructor");var To=!arguments.length||arguments[0]===void 0?void 0:_e(arguments[0]),Hi=hr(To),na=function(Ma){var Ns=this===void 0?j:this;Ns===zr&&V(na,Qr,Ma),de(Ns,mr)&&de(Ns[mr],Hi)&&(Ns[mr][Hi]=!1);var cs=Ne(1,Ma);try{Go(Ns,Hi,cs)}catch(vl){if(!(vl instanceof Br))throw vl;Wa(Ns,Hi,cs)}};return ie&&Po&&Go(zr,Hi,{configurable:!0,set:na}),us(Hi,To)},Tr=Sr[jr],ar(Tr,"toString",function(){return Vr(this).tag}),ar(Sr,"withoutSetter",function(qa){return us(hr(qa),qa)}),rr.f=On,jt.f=Kn,tr.f=Gr,qe.f=kn,kt.f=Et.f=Sa,Ve.f=sa,kr.f=function(qa){return us(Er(qa),qa)},ie&&(nr(Tr,"description",{configurable:!0,get:function(){return Vr(this).description}}),re||ar(zr,"propertyIsEnumerable",On,{unsafe:!0}))),$({global:!0,constructor:!0,wrap:!0,forced:!oe,sham:!oe},{Symbol:Sr}),Mr(Ue(ca),function(qa){xr(qa)}),$({target:gr,stat:!0,forced:!oe},{useSetter:function(){Po=!0},useSimple:function(){Po=!1}}),$({target:"Object",stat:!0,forced:!oe,sham:!ie},{create:Ar,defineProperty:Kn,defineProperties:Gr,getOwnPropertyDescriptor:kn}),$({target:"Object",stat:!0,forced:!oe},{getOwnPropertyNames:Sa}),yr(),br(Sr,gr),_r[mr]=!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,L){var $=n("../internals/export"),j=n("../internals/descriptors"),V=n("../internals/global"),z=n("../internals/function-uncurry-this"),re=n("../internals/has-own-property"),ie=n("../internals/is-callable"),oe=n("../internals/object-is-prototype-of"),ue=n("../internals/to-string"),de=n("../internals/define-built-in-accessor"),pe=n("../internals/copy-constructor-properties"),Ie=V.Symbol,he=Ie&&Ie.prototype;if(j&&ie(Ie)&&(!("description"in he)||Ie().description!==void 0)){var Ce={},_e=function(){var jt=arguments.length<1||arguments[0]===void 0?void 0:ue(arguments[0]),tr=oe(he,this)?new Ie(jt):jt===void 0?Ie():Ie(jt);return jt===""&&(Ce[tr]=!0),tr};pe(_e,Ie),_e.prototype=he,he.constructor=_e;var Ne=String(Ie("description detection"))==="Symbol(description detection)",Fe=z(he.valueOf),Ue=z(he.toString),kt=/^Symbol\((.*)\)[^)]+$/,Et=z("".replace),Ve=z("".slice);de(he,"description",{configurable:!0,get:function(){var jt=Fe(this);if(re(Ce,jt))return"";var tr=Ue(jt),rr=Ne?Ve(tr,7,-1):Et(tr,kt,"$1");return rr===""?void 0:rr}}),$({global:!0,constructor:!0,forced:!0},{Symbol:_e})}},{"../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,L){var $=n("../internals/export"),j=n("../internals/get-built-in"),V=n("../internals/has-own-property"),z=n("../internals/to-string"),re=n("../internals/shared"),ie=n("../internals/symbol-registry-detection"),oe=re("string-to-symbol-registry"),ue=re("symbol-to-string-registry");$({target:"Symbol",stat:!0,forced:!ie},{for:function(de){var pe=z(de);if(V(oe,pe))return oe[pe];var Ie=j("Symbol")(pe);return oe[pe]=Ie,ue[Ie]=pe,Ie}})},{"../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,L){var $=n("../internals/well-known-symbol-define");$("iterator")},{"../internals/well-known-symbol-define":304}],356:[function(n,k,L){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,L){var $=n("../internals/export"),j=n("../internals/has-own-property"),V=n("../internals/is-symbol"),z=n("../internals/try-to-string"),re=n("../internals/shared"),ie=n("../internals/symbol-registry-detection"),oe=re("symbol-to-string-registry");$({target:"Symbol",stat:!0,forced:!ie},{keyFor:function(de){if(!V(de))throw new TypeError(z(de)+" is not a symbol");if(j(oe,de))return oe[de]}})},{"../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,L){var $=n("../internals/function-uncurry-this"),j=n("../internals/array-buffer-view-core"),V=n("../internals/array-copy-within"),z=$(V),re=j.aTypedArray,ie=j.exportTypedArrayMethod;ie("copyWithin",function(ue,de){return z(re(this),ue,de,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,L){var $=n("../internals/array-buffer-view-core"),j=n("../internals/array-iteration").every,V=$.aTypedArray,z=$.exportTypedArrayMethod;z("every",function(ie){return j(V(this),ie,arguments.length>1?arguments[1]:void 0)})},{"../internals/array-buffer-view-core":117,"../internals/array-iteration":125}],360:[function(n,k,L){var $=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"),ie=n("../internals/function-uncurry-this"),oe=n("../internals/fails"),ue=$.aTypedArray,de=$.exportTypedArrayMethod,pe=ie("".slice),Ie=oe(function(){var he=0;return new Int8Array(2).fill({valueOf:function(){return he++}}),he!==1});de("fill",function(Ce){var _e=arguments.length;ue(this);var Ne=pe(z(this),0,3)==="Big"?V(Ce):+Ce;return re(j,this,Ne,_e>1?arguments[1]:void 0,_e>2?arguments[2]:void 0)},Ie)},{"../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,L){var $=n("../internals/array-buffer-view-core"),j=n("../internals/array-iteration").filter,V=n("../internals/typed-array-from-species-and-list"),z=$.aTypedArray,re=$.exportTypedArrayMethod;re("filter",function(oe){var ue=j(z(this),oe,arguments.length>1?arguments[1]:void 0);return V(this,ue)})},{"../internals/array-buffer-view-core":117,"../internals/array-iteration":125,"../internals/typed-array-from-species-and-list":296}],362:[function(n,k,L){var $=n("../internals/array-buffer-view-core"),j=n("../internals/array-iteration").findIndex,V=$.aTypedArray,z=$.exportTypedArrayMethod;z("findIndex",function(ie){return j(V(this),ie,arguments.length>1?arguments[1]:void 0)})},{"../internals/array-buffer-view-core":117,"../internals/array-iteration":125}],363:[function(n,k,L){var $=n("../internals/array-buffer-view-core"),j=n("../internals/array-iteration").find,V=$.aTypedArray,z=$.exportTypedArrayMethod;z("find",function(ie){return j(V(this),ie,arguments.length>1?arguments[1]:void 0)})},{"../internals/array-buffer-view-core":117,"../internals/array-iteration":125}],364:[function(n,k,L){var $=n("../internals/array-buffer-view-core"),j=n("../internals/array-iteration").forEach,V=$.aTypedArray,z=$.exportTypedArrayMethod;z("forEach",function(ie){j(V(this),ie,arguments.length>1?arguments[1]:void 0)})},{"../internals/array-buffer-view-core":117,"../internals/array-iteration":125}],365:[function(n,k,L){var $=n("../internals/array-buffer-view-core"),j=n("../internals/array-includes").includes,V=$.aTypedArray,z=$.exportTypedArrayMethod;z("includes",function(ie){return j(V(this),ie,arguments.length>1?arguments[1]:void 0)})},{"../internals/array-buffer-view-core":117,"../internals/array-includes":124}],366:[function(n,k,L){var $=n("../internals/array-buffer-view-core"),j=n("../internals/array-includes").indexOf,V=$.aTypedArray,z=$.exportTypedArrayMethod;z("indexOf",function(ie){return j(V(this),ie,arguments.length>1?arguments[1]:void 0)})},{"../internals/array-buffer-view-core":117,"../internals/array-includes":124}],367:[function(n,k,L){var $=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"),ie=n("../internals/well-known-symbol"),oe=ie("iterator"),ue=$.Uint8Array,de=V(re.values),pe=V(re.keys),Ie=V(re.entries),he=z.aTypedArray,Ce=z.exportTypedArrayMethod,_e=ue&&ue.prototype,Ne=!j(function(){_e[oe].call([1])}),Fe=!!_e&&_e.values&&_e[oe]===_e.values&&_e.values.name==="values",Ue=function(){return de(he(this))};Ce("entries",function(){return Ie(he(this))},Ne),Ce("keys",function(){return pe(he(this))},Ne),Ce("values",Ue,Ne||!Fe,{name:"values"}),Ce(oe,Ue,Ne||!Fe,{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,L){var $=n("../internals/array-buffer-view-core"),j=n("../internals/function-uncurry-this"),V=$.aTypedArray,z=$.exportTypedArrayMethod,re=j([].join);z("join",function(oe){return re(V(this),oe)})},{"../internals/array-buffer-view-core":117,"../internals/function-uncurry-this":181}],369:[function(n,k,L){var $=n("../internals/array-buffer-view-core"),j=n("../internals/function-apply"),V=n("../internals/array-last-index-of"),z=$.aTypedArray,re=$.exportTypedArrayMethod;re("lastIndexOf",function(oe){var ue=arguments.length;return j(V,z(this),ue>1?[oe,arguments[1]]:[oe])})},{"../internals/array-buffer-view-core":117,"../internals/array-last-index-of":126,"../internals/function-apply":174}],370:[function(n,k,L){var $=n("../internals/array-buffer-view-core"),j=n("../internals/array-iteration").map,V=n("../internals/typed-array-species-constructor"),z=$.aTypedArray,re=$.exportTypedArrayMethod;re("map",function(oe){return j(z(this),oe,arguments.length>1?arguments[1]:void 0,function(ue,de){return new(V(ue))(de)})})},{"../internals/array-buffer-view-core":117,"../internals/array-iteration":125,"../internals/typed-array-species-constructor":298}],371:[function(n,k,L){var $=n("../internals/array-buffer-view-core"),j=n("../internals/array-reduce").right,V=$.aTypedArray,z=$.exportTypedArrayMethod;z("reduceRight",function(ie){var oe=arguments.length;return j(V(this),ie,oe,oe>1?arguments[1]:void 0)})},{"../internals/array-buffer-view-core":117,"../internals/array-reduce":129}],372:[function(n,k,L){var $=n("../internals/array-buffer-view-core"),j=n("../internals/array-reduce").left,V=$.aTypedArray,z=$.exportTypedArrayMethod;z("reduce",function(ie){var oe=arguments.length;return j(V(this),ie,oe,oe>1?arguments[1]:void 0)})},{"../internals/array-buffer-view-core":117,"../internals/array-reduce":129}],373:[function(n,k,L){var $=n("../internals/array-buffer-view-core"),j=$.aTypedArray,V=$.exportTypedArrayMethod,z=Math.floor;V("reverse",function(){for(var ie=this,oe=j(ie).length,ue=z(oe/2),de=0,pe;de<ue;)pe=ie[de],ie[de++]=ie[--oe],ie[oe]=pe;return ie})},{"../internals/array-buffer-view-core":117}],374:[function(n,k,L){var $=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"),ie=n("../internals/to-object"),oe=n("../internals/fails"),ue=$.RangeError,de=$.Int8Array,pe=de&&de.prototype,Ie=pe&&pe.set,he=V.aTypedArray,Ce=V.exportTypedArrayMethod,_e=!oe(function(){var Fe=new Uint8ClampedArray(2);return j(Ie,Fe,{length:1,0:3},1),Fe[1]!==3}),Ne=_e&&V.NATIVE_ARRAY_BUFFER_VIEWS&&oe(function(){var Fe=new de(2);return Fe.set(1),Fe.set("2",1),Fe[0]!==0||Fe[1]!==2});Ce("set",function(Ue){he(this);var kt=re(arguments.length>1?arguments[1]:void 0,1),Et=ie(Ue);if(_e)return j(Ie,this,Et,kt);var Ve=this.length,qe=z(Et),jt=0;if(qe+kt>Ve)throw new ue("Wrong length");for(;jt<qe;)this[kt+jt]=Et[jt++]},!_e||Ne)},{"../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,L){var $=n("../internals/array-buffer-view-core"),j=n("../internals/typed-array-species-constructor"),V=n("../internals/fails"),z=n("../internals/array-slice"),re=$.aTypedArray,ie=$.exportTypedArrayMethod,oe=V(function(){new Int8Array(1).slice()});ie("slice",function(de,pe){for(var Ie=z(re(this),de,pe),he=j(this),Ce=0,_e=Ie.length,Ne=new he(_e);_e>Ce;)Ne[Ce]=Ie[Ce++];return Ne},oe)},{"../internals/array-buffer-view-core":117,"../internals/array-slice":131,"../internals/fails":171,"../internals/typed-array-species-constructor":298}],376:[function(n,k,L){var $=n("../internals/array-buffer-view-core"),j=n("../internals/array-iteration").some,V=$.aTypedArray,z=$.exportTypedArrayMethod;z("some",function(ie){return j(V(this),ie,arguments.length>1?arguments[1]:void 0)})},{"../internals/array-buffer-view-core":117,"../internals/array-iteration":125}],377:[function(n,k,L){var $=n("../internals/global"),j=n("../internals/function-uncurry-this-clause"),V=n("../internals/fails"),z=n("../internals/a-callable"),re=n("../internals/array-sort"),ie=n("../internals/array-buffer-view-core"),oe=n("../internals/engine-ff-version"),ue=n("../internals/engine-is-ie-or-edge"),de=n("../internals/engine-v8-version"),pe=n("../internals/engine-webkit-version"),Ie=ie.aTypedArray,he=ie.exportTypedArrayMethod,Ce=$.Uint16Array,_e=Ce&&j(Ce.prototype.sort),Ne=!!_e&&!(V(function(){_e(new Ce(2),null)})&&V(function(){_e(new Ce(2),{})})),Fe=!!_e&&!V(function(){if(de)return de<74;if(oe)return oe<67;if(ue)return!0;if(pe)return pe<602;var kt=new Ce(516),Et=Array(516),Ve,qe;for(Ve=0;Ve<516;Ve++)qe=Ve%4,kt[Ve]=515-Ve,Et[Ve]=Ve-2*qe+3;for(_e(kt,function(jt,tr){return(jt/4|0)-(tr/4|0)}),Ve=0;Ve<516;Ve++)if(kt[Ve]!==Et[Ve])return!0}),Ue=function(kt){return function(Et,Ve){return kt!==void 0?+kt(Et,Ve)||0:Ve!==Ve?-1:Et!==Et?1:Et===0&&Ve===0?1/Et>0&&1/Ve<0?1:-1:Et>Ve}};he("sort",function(Et){return Et!==void 0&&z(Et),Fe?_e(this,Et):re(Ie(this),Ue(Et))},!Fe||Ne)},{"../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,L){var $=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=$.aTypedArray,ie=$.exportTypedArrayMethod;ie("subarray",function(ue,de){var pe=re(this),Ie=pe.length,he=V(ue,Ie),Ce=z(pe);return new Ce(pe.buffer,pe.byteOffset+he*pe.BYTES_PER_ELEMENT,j((de===void 0?Ie:V(de,Ie))-he))})},{"../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,L){var $=n("../internals/global"),j=n("../internals/function-apply"),V=n("../internals/array-buffer-view-core"),z=n("../internals/fails"),re=n("../internals/array-slice"),ie=$.Int8Array,oe=V.aTypedArray,ue=V.exportTypedArrayMethod,de=[].toLocaleString,pe=!!ie&&z(function(){de.call(new ie(1))}),Ie=z(function(){return[1,2].toLocaleString()!==new ie([1,2]).toLocaleString()})||!z(function(){ie.prototype.toLocaleString.call([1,2])});ue("toLocaleString",function(){return j(de,pe?re(oe(this)):oe(this),re(arguments))},Ie)},{"../internals/array-buffer-view-core":117,"../internals/array-slice":131,"../internals/fails":171,"../internals/function-apply":174,"../internals/global":188}],380:[function(n,k,L){var $=n("../internals/array-buffer-view-core").exportTypedArrayMethod,j=n("../internals/fails"),V=n("../internals/global"),z=n("../internals/function-uncurry-this"),re=V.Uint8Array,ie=re&&re.prototype||{},oe=[].toString,ue=z([].join);j(function(){oe.call({})})&&(oe=function(){return ue(this)});var de=ie.toString!==oe;$("toString",oe,de)},{"../internals/array-buffer-view-core":117,"../internals/fails":171,"../internals/function-uncurry-this":181,"../internals/global":188}],381:[function(n,k,L){var $=n("../internals/typed-array-constructor");$("Uint8",function(j){return function(z,re,ie){return j(this,z,re,ie)}})},{"../internals/typed-array-constructor":294}],382:[function(n,k,L){var $=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"),ie=function(ue){if(ue&&ue.forEach!==z)try{re(ue,"forEach",z)}catch{ue.forEach=z}};for(var oe in j)j[oe]&&ie($[oe]&&$[oe].prototype);ie(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,L){var $=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"),ie=n("../internals/set-to-string-tag"),oe=n("../internals/well-known-symbol"),ue=oe("iterator"),de=z.values,pe=function(he,Ce){if(he){if(he[ue]!==de)try{re(he,ue,de)}catch{he[ue]=de}if(ie(he,Ce,!0),j[Ce]){for(var _e in z)if(he[_e]!==z[_e])try{re(he,_e,z[_e])}catch{he[_e]=z[_e]}}}};for(var Ie in j)pe($[Ie]&&$[Ie].prototype,Ie);pe(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,L){function $(Fe){return Array.isArray?Array.isArray(Fe):Ne(Fe)==="[object Array]"}L.isArray=$;function j(Fe){return typeof Fe=="boolean"}L.isBoolean=j;function V(Fe){return Fe===null}L.isNull=V;function z(Fe){return Fe==null}L.isNullOrUndefined=z;function re(Fe){return typeof Fe=="number"}L.isNumber=re;function ie(Fe){return typeof Fe=="string"}L.isString=ie;function oe(Fe){return typeof Fe=="symbol"}L.isSymbol=oe;function ue(Fe){return Fe===void 0}L.isUndefined=ue;function de(Fe){return Ne(Fe)==="[object RegExp]"}L.isRegExp=de;function pe(Fe){return typeof Fe=="object"&&Fe!==null}L.isObject=pe;function Ie(Fe){return Ne(Fe)==="[object Date]"}L.isDate=Ie;function he(Fe){return Ne(Fe)==="[object Error]"||Fe instanceof Error}L.isError=he;function Ce(Fe){return typeof Fe=="function"}L.isFunction=Ce;function _e(Fe){return Fe===null||typeof Fe=="boolean"||typeof Fe=="number"||typeof Fe=="string"||typeof Fe=="symbol"||typeof Fe>"u"}L.isPrimitive=_e,L.isBuffer=n("buffer").Buffer.isBuffer;function Ne(Fe){return Object.prototype.toString.call(Fe)}},{buffer:103}],385:[function(n,k,L){(function($){var j=function(){var oe=/d{1,4}|m{1,4}|yy(?:yy)?|([HhMsTt])\1?|[LloSZWN]|'[^']*'|'[^']*'/g,ue=/\b(?:[PMCEA][SDP]T|(?:Pacific|Mountain|Central|Eastern|Atlantic) (?:Standard|Daylight|Prevailing) Time|(?:GMT|UTC)(?:[-+]\d{4})?)\b/g,de=/[^-+\dA-Z]/g;return function(pe,Ie,he,Ce){if(arguments.length===1&&ie(pe)==="string"&&!/\d/.test(pe)&&(Ie=pe,pe=void 0),pe=pe||new Date,pe instanceof Date||(pe=new Date(pe)),isNaN(pe))throw TypeError("Invalid date");Ie=String(j.masks[Ie]||Ie||j.masks.default);var _e=Ie.slice(0,4);(_e==="UTC:"||_e==="GMT:")&&(Ie=Ie.slice(4),he=!0,_e==="GMT:"&&(Ce=!0));var Ne=he?"getUTC":"get",Fe=pe[Ne+"Date"](),Ue=pe[Ne+"Day"](),kt=pe[Ne+"Month"](),Et=pe[Ne+"FullYear"](),Ve=pe[Ne+"Hours"](),qe=pe[Ne+"Minutes"](),jt=pe[Ne+"Seconds"](),tr=pe[Ne+"Milliseconds"](),rr=he?0:pe.getTimezoneOffset(),ar=z(pe),nr=re(pe),ur={d:Fe,dd:V(Fe),ddd:j.i18n.dayNames[Ue],dddd:j.i18n.dayNames[Ue+7],m:kt+1,mm:V(kt+1),mmm:j.i18n.monthNames[kt],mmmm:j.i18n.monthNames[kt+12],yy:String(Et).slice(2),yyyy:Et,h:Ve%12||12,hh:V(Ve%12||12),H:Ve,HH:V(Ve),M:qe,MM:V(qe),s:jt,ss:V(jt),l:V(tr,3),L:V(Math.round(tr/10)),t:Ve<12?"a":"p",tt:Ve<12?"am":"pm",T:Ve<12?"A":"P",TT:Ve<12?"AM":"PM",Z:Ce?"GMT":he?"UTC":(String(pe).match(ue)||[""]).pop().replace(de,""),o:(rr>0?"-":"+")+V(Math.floor(Math.abs(rr)/60)*100+Math.abs(rr)%60,4),S:["th","st","nd","rd"][Fe%10>3?0:(Fe%100-Fe%10!=10)*Fe%10],W:ar,N:nr};return Ie.replace(oe,function(cr){return cr in ur?ur[cr]:cr.slice(1,cr.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(oe,ue){for(oe=String(oe),ue=ue||2;oe.length<ue;)oe="0"+oe;return oe}function z(oe){var ue=new Date(oe.getFullYear(),oe.getMonth(),oe.getDate());ue.setDate(ue.getDate()-(ue.getDay()+6)%7+3);var de=new Date(ue.getFullYear(),0,4);de.setDate(de.getDate()-(de.getDay()+6)%7+3);var pe=ue.getTimezoneOffset()-de.getTimezoneOffset();ue.setHours(ue.getHours()-pe);var Ie=(ue-de)/(864e5*7);return 1+Math.floor(Ie)}function re(oe){var ue=oe.getDay();return ue===0&&(ue=7),ue}function ie(oe){return oe===null?"null":oe===void 0?"undefined":typeof oe!="object"?typeof oe:Array.isArray(oe)?"array":{}.toString.call(oe).slice(8,-1).toLowerCase()}typeof L=="object"?k.exports=j:$.dateFormat=j})(this)},{}],386:[function(n,k,L){var $=n("has-property-descriptors")(),j=n("get-intrinsic"),V=$&&j("%Object.defineProperty%",!0);if(V)try{V({},"a",{value:1})}catch{V=!1}var z=j("%SyntaxError%"),re=j("%TypeError%"),ie=n("gopd");k.exports=function(ue,de,pe){if(!ue||typeof ue!="object"&&typeof ue!="function")throw new re("`obj` must be an object or a function`");if(typeof de!="string"&&typeof de!="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 Ie=arguments.length>3?arguments[3]:null,he=arguments.length>4?arguments[4]:null,Ce=arguments.length>5?arguments[5]:null,_e=arguments.length>6?arguments[6]:!1,Ne=!!ie&&ie(ue,de);if(V)V(ue,de,{configurable:Ce===null&&Ne?Ne.configurable:!Ce,enumerable:Ie===null&&Ne?Ne.enumerable:!Ie,value:pe,writable:he===null&&Ne?Ne.writable:!he});else if(_e||!Ie&&!he&&!Ce)ue[de]=pe;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,L){var $=/["'&<>]/;k.exports=j;function j(V){var z=""+V,re=$.exec(z);if(!re)return z;var ie,oe="",ue=0,de=0;for(ue=re.index;ue<z.length;ue++){switch(z.charCodeAt(ue)){case 34:ie="&quot;";break;case 38:ie="&amp;";break;case 39:ie="&#39;";break;case 60:ie="&lt;";break;case 62:ie="&gt;";break;default:continue}de!==ue&&(oe+=z.substring(de,ue)),de=ue+1,oe+=ie}return de!==ue?oe+z.substring(de,ue):oe}},{}],388:[function(n,k,L){var $=typeof Reflect=="object"?Reflect:null,j=$&&typeof $.apply=="function"?$.apply:function(jt,tr,rr){return Function.prototype.apply.call(jt,tr,rr)},V;$&&typeof $.ownKeys=="function"?V=$.ownKeys:Object.getOwnPropertySymbols?V=function(jt){return Object.getOwnPropertyNames(jt).concat(Object.getOwnPropertySymbols(jt))}:V=function(jt){return Object.getOwnPropertyNames(jt)};function z(qe){console&&console.warn&&console.warn(qe)}var re=Number.isNaN||function(jt){return jt!==jt};function ie(){ie.init.call(this)}k.exports=ie,k.exports.once=kt,ie.EventEmitter=ie,ie.prototype._events=void 0,ie.prototype._eventsCount=0,ie.prototype._maxListeners=void 0;var oe=10;function ue(qe){if(typeof qe!="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof qe)}Object.defineProperty(ie,"defaultMaxListeners",{enumerable:!0,get:function(){return oe},set:function(qe){if(typeof qe!="number"||qe<0||re(qe))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+qe+".");oe=qe}}),ie.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},ie.prototype.setMaxListeners=function(jt){if(typeof jt!="number"||jt<0||re(jt))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+jt+".");return this._maxListeners=jt,this};function de(qe){return qe._maxListeners===void 0?ie.defaultMaxListeners:qe._maxListeners}ie.prototype.getMaxListeners=function(){return de(this)},ie.prototype.emit=function(jt){for(var tr=[],rr=1;rr<arguments.length;rr++)tr.push(arguments[rr]);var ar=jt==="error",nr=this._events;if(nr!==void 0)ar=ar&&nr.error===void 0;else if(!ar)return!1;if(ar){var ur;if(tr.length>0&&(ur=tr[0]),ur instanceof Error)throw ur;var cr=new Error("Unhandled error."+(ur?" ("+ur.message+")":""));throw cr.context=ur,cr}var _r=nr[jt];if(_r===void 0)return!1;if(typeof _r=="function")j(_r,this,tr);else for(var hr=_r.length,Er=Ne(_r,hr),rr=0;rr<hr;++rr)j(Er[rr],this,tr);return!0};function pe(qe,jt,tr,rr){var ar,nr,ur;if(ue(tr),nr=qe._events,nr===void 0?(nr=qe._events=Object.create(null),qe._eventsCount=0):(nr.newListener!==void 0&&(qe.emit("newListener",jt,tr.listener?tr.listener:tr),nr=qe._events),ur=nr[jt]),ur===void 0)ur=nr[jt]=tr,++qe._eventsCount;else if(typeof ur=="function"?ur=nr[jt]=rr?[tr,ur]:[ur,tr]:rr?ur.unshift(tr):ur.push(tr),ar=de(qe),ar>0&&ur.length>ar&&!ur.warned){ur.warned=!0;var cr=new Error("Possible EventEmitter memory leak detected. "+ur.length+" "+String(jt)+" listeners added. Use emitter.setMaxListeners() to increase limit");cr.name="MaxListenersExceededWarning",cr.emitter=qe,cr.type=jt,cr.count=ur.length,z(cr)}return qe}ie.prototype.addListener=function(jt,tr){return pe(this,jt,tr,!1)},ie.prototype.on=ie.prototype.addListener,ie.prototype.prependListener=function(jt,tr){return pe(this,jt,tr,!0)};function Ie(){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 he(qe,jt,tr){var rr={fired:!1,wrapFn:void 0,target:qe,type:jt,listener:tr},ar=Ie.bind(rr);return ar.listener=tr,rr.wrapFn=ar,ar}ie.prototype.once=function(jt,tr){return ue(tr),this.on(jt,he(this,jt,tr)),this},ie.prototype.prependOnceListener=function(jt,tr){return ue(tr),this.prependListener(jt,he(this,jt,tr)),this},ie.prototype.removeListener=function(jt,tr){var rr,ar,nr,ur,cr;if(ue(tr),ar=this._events,ar===void 0)return this;if(rr=ar[jt],rr===void 0)return this;if(rr===tr||rr.listener===tr)--this._eventsCount===0?this._events=Object.create(null):(delete ar[jt],ar.removeListener&&this.emit("removeListener",jt,rr.listener||tr));else if(typeof rr!="function"){for(nr=-1,ur=rr.length-1;ur>=0;ur--)if(rr[ur]===tr||rr[ur].listener===tr){cr=rr[ur].listener,nr=ur;break}if(nr<0)return this;nr===0?rr.shift():Fe(rr,nr),rr.length===1&&(ar[jt]=rr[0]),ar.removeListener!==void 0&&this.emit("removeListener",jt,cr||tr)}return this},ie.prototype.off=ie.prototype.removeListener,ie.prototype.removeAllListeners=function(jt){var tr,rr,ar;if(rr=this._events,rr===void 0)return this;if(rr.removeListener===void 0)return arguments.length===0?(this._events=Object.create(null),this._eventsCount=0):rr[jt]!==void 0&&(--this._eventsCount===0?this._events=Object.create(null):delete rr[jt]),this;if(arguments.length===0){var nr=Object.keys(rr),ur;for(ar=0;ar<nr.length;++ar)ur=nr[ar],ur!=="removeListener"&&this.removeAllListeners(ur);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if(tr=rr[jt],typeof tr=="function")this.removeListener(jt,tr);else if(tr!==void 0)for(ar=tr.length-1;ar>=0;ar--)this.removeListener(jt,tr[ar]);return this};function Ce(qe,jt,tr){var rr=qe._events;if(rr===void 0)return[];var ar=rr[jt];return ar===void 0?[]:typeof ar=="function"?tr?[ar.listener||ar]:[ar]:tr?Ue(ar):Ne(ar,ar.length)}ie.prototype.listeners=function(jt){return Ce(this,jt,!0)},ie.prototype.rawListeners=function(jt){return Ce(this,jt,!1)},ie.listenerCount=function(qe,jt){return typeof qe.listenerCount=="function"?qe.listenerCount(jt):_e.call(qe,jt)},ie.prototype.listenerCount=_e;function _e(qe){var jt=this._events;if(jt!==void 0){var tr=jt[qe];if(typeof tr=="function")return 1;if(tr!==void 0)return tr.length}return 0}ie.prototype.eventNames=function(){return this._eventsCount>0?V(this._events):[]};function Ne(qe,jt){for(var tr=new Array(jt),rr=0;rr<jt;++rr)tr[rr]=qe[rr];return tr}function Fe(qe,jt){for(;jt+1<qe.length;jt++)qe[jt]=qe[jt+1];qe.pop()}function Ue(qe){for(var jt=new Array(qe.length),tr=0;tr<jt.length;++tr)jt[tr]=qe[tr].listener||qe[tr];return jt}function kt(qe,jt){return new Promise(function(tr,rr){function ar(ur){qe.removeListener(jt,nr),rr(ur)}function nr(){typeof qe.removeListener=="function"&&qe.removeListener("error",ar),tr([].slice.call(arguments))}Ve(qe,jt,nr,{once:!0}),jt!=="error"&&Et(qe,ar,{once:!0})})}function Et(qe,jt,tr){typeof qe.on=="function"&&Ve(qe,"error",jt,tr)}function Ve(qe,jt,tr,rr){if(typeof qe.on=="function")rr.once?qe.once(jt,tr):qe.on(jt,tr);else if(typeof qe.addEventListener=="function")qe.addEventListener(jt,function ar(nr){rr.once&&qe.removeEventListener(jt,ar),tr(nr)});else throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof qe)}},{}],389:[function(n,k,L){var $=n("is-callable"),j=Object.prototype.toString,V=Object.prototype.hasOwnProperty,z=function(de,pe,Ie){for(var he=0,Ce=de.length;he<Ce;he++)V.call(de,he)&&(Ie==null?pe(de[he],he,de):pe.call(Ie,de[he],he,de))},re=function(de,pe,Ie){for(var he=0,Ce=de.length;he<Ce;he++)Ie==null?pe(de.charAt(he),he,de):pe.call(Ie,de.charAt(he),he,de)},ie=function(de,pe,Ie){for(var he in de)V.call(de,he)&&(Ie==null?pe(de[he],he,de):pe.call(Ie,de[he],he,de))},oe=function(de,pe,Ie){if(!$(pe))throw new TypeError("iterator must be a function");var he;arguments.length>=3&&(he=Ie),j.call(de)==="[object Array]"?z(de,pe,he):typeof de=="string"?re(de,pe,he):ie(de,pe,he)};k.exports=oe},{"is-callable":412}],390:[function(n,k,L){var $="Function.prototype.bind called on incompatible ",j=Object.prototype.toString,V=Math.max,z="[object Function]",re=function(de,pe){for(var Ie=[],he=0;he<de.length;he+=1)Ie[he]=de[he];for(var Ce=0;Ce<pe.length;Ce+=1)Ie[Ce+de.length]=pe[Ce];return Ie},ie=function(de,pe){for(var Ie=[],he=pe,Ce=0;he<de.length;he+=1,Ce+=1)Ie[Ce]=de[he];return Ie},oe=function(ue,de){for(var pe="",Ie=0;Ie<ue.length;Ie+=1)pe+=ue[Ie],Ie+1<ue.length&&(pe+=de);return pe};k.exports=function(de){var pe=this;if(typeof pe!="function"||j.apply(pe)!==z)throw new TypeError($+pe);for(var Ie=ie(arguments,1),he,Ce=function(){if(this instanceof he){var kt=pe.apply(this,re(Ie,arguments));return Object(kt)===kt?kt:this}return pe.apply(de,re(Ie,arguments))},_e=V(0,pe.length-Ie.length),Ne=[],Fe=0;Fe<_e;Fe++)Ne[Fe]="$"+Fe;if(he=Function("binder","return function ("+oe(Ne,",")+"){ return binder.apply(this,arguments); }")(Ce),pe.prototype){var Ue=function(){};Ue.prototype=pe.prototype,he.prototype=new Ue,Ue.prototype=null}return he}},{}],391:[function(n,k,L){var $=n("./implementation");k.exports=Function.prototype.bind||$},{"./implementation":390}],392:[function(n,k,L){var $,j=SyntaxError,V=Function,z=TypeError,re=function(_r){try{return V('"use strict"; return ('+_r+").constructor;")()}catch{}},ie=Object.getOwnPropertyDescriptor;if(ie)try{ie({},"")}catch{ie=null}var oe=function(){throw new z},ue=ie?function(){try{return arguments.callee,oe}catch{try{return ie(arguments,"callee").get}catch{return oe}}}():oe,de=n("has-symbols")(),pe=n("has-proto")(),Ie=Object.getPrototypeOf||(pe?function(_r){return _r.__proto__}:null),he={},Ce=typeof Uint8Array>"u"||!Ie?$:Ie(Uint8Array),_e={"%AggregateError%":typeof AggregateError>"u"?$:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?$:ArrayBuffer,"%ArrayIteratorPrototype%":de&&Ie?Ie([][Symbol.iterator]()):$,"%AsyncFromSyncIteratorPrototype%":$,"%AsyncFunction%":he,"%AsyncGenerator%":he,"%AsyncGeneratorFunction%":he,"%AsyncIteratorPrototype%":he,"%Atomics%":typeof Atomics>"u"?$:Atomics,"%BigInt%":typeof BigInt>"u"?$:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?$:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?$:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?$:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":typeof Float32Array>"u"?$:Float32Array,"%Float64Array%":typeof Float64Array>"u"?$:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?$:FinalizationRegistry,"%Function%":V,"%GeneratorFunction%":he,"%Int8Array%":typeof Int8Array>"u"?$:Int8Array,"%Int16Array%":typeof Int16Array>"u"?$:Int16Array,"%Int32Array%":typeof Int32Array>"u"?$:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":de&&Ie?Ie(Ie([][Symbol.iterator]())):$,"%JSON%":typeof JSON=="object"?JSON:$,"%Map%":typeof Map>"u"?$:Map,"%MapIteratorPrototype%":typeof Map>"u"||!de||!Ie?$:Ie(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?$:Promise,"%Proxy%":typeof Proxy>"u"?$:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":typeof Reflect>"u"?$:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?$:Set,"%SetIteratorPrototype%":typeof Set>"u"||!de||!Ie?$:Ie(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?$:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":de&&Ie?Ie(""[Symbol.iterator]()):$,"%Symbol%":de?Symbol:$,"%SyntaxError%":j,"%ThrowTypeError%":ue,"%TypedArray%":Ce,"%TypeError%":z,"%Uint8Array%":typeof Uint8Array>"u"?$:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?$:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?$:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?$:Uint32Array,"%URIError%":URIError,"%WeakMap%":typeof WeakMap>"u"?$:WeakMap,"%WeakRef%":typeof WeakRef>"u"?$:WeakRef,"%WeakSet%":typeof WeakSet>"u"?$:WeakSet};if(Ie)try{null.error}catch(_r){var Ne=Ie(Ie(_r));_e["%Error.prototype%"]=Ne}var Fe=function _r(hr){var Er;if(hr==="%AsyncFunction%")Er=re("async function () {}");else if(hr==="%GeneratorFunction%")Er=re("function* () {}");else if(hr==="%AsyncGeneratorFunction%")Er=re("async function* () {}");else if(hr==="%AsyncGenerator%"){var kr=_r("%AsyncGeneratorFunction%");kr&&(Er=kr.prototype)}else if(hr==="%AsyncIteratorPrototype%"){var xr=_r("%AsyncGenerator%");xr&&Ie&&(Er=Ie(xr.prototype))}return _e[hr]=Er,Er},Ue={"%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"]},kt=n("function-bind"),Et=n("hasown"),Ve=kt.call(Function.call,Array.prototype.concat),qe=kt.call(Function.apply,Array.prototype.splice),jt=kt.call(Function.call,String.prototype.replace),tr=kt.call(Function.call,String.prototype.slice),rr=kt.call(Function.call,RegExp.prototype.exec),ar=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,nr=/\\(\\)?/g,ur=function(hr){var Er=tr(hr,0,1),kr=tr(hr,-1);if(Er==="%"&&kr!=="%")throw new j("invalid intrinsic syntax, expected closing `%`");if(kr==="%"&&Er!=="%")throw new j("invalid intrinsic syntax, expected opening `%`");var xr=[];return jt(hr,ar,function(yr,br,Ir,Mr){xr[xr.length]=Ir?jt(Mr,nr,"$1"):br||yr}),xr},cr=function(hr,Er){var kr=hr,xr;if(Et(Ue,kr)&&(xr=Ue[kr],kr="%"+xr[0]+"%"),Et(_e,kr)){var yr=_e[kr];if(yr===he&&(yr=Fe(kr)),typeof yr>"u"&&!Er)throw new z("intrinsic "+hr+" exists, but is not available. Please file an issue!");return{alias:xr,name:kr,value:yr}}throw new j("intrinsic "+hr+" does not exist!")};k.exports=function(hr,Er){if(typeof hr!="string"||hr.length===0)throw new z("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof Er!="boolean")throw new z('"allowMissing" argument must be a boolean');if(rr(/^%?[^%]*%?$/,hr)===null)throw new j("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var kr=ur(hr),xr=kr.length>0?kr[0]:"",yr=cr("%"+xr+"%",Er),br=yr.name,Ir=yr.value,Mr=!1,mr=yr.alias;mr&&(xr=mr[0],qe(kr,Ve([0,1],mr)));for(var gr=1,jr=!0;gr<kr.length;gr+=1){var Hr=kr[gr],Vr=tr(Hr,0,1),zr=tr(Hr,-1);if((Vr==='"'||Vr==="'"||Vr==="`"||zr==='"'||zr==="'"||zr==="`")&&Vr!==zr)throw new j("property names with quotes must have matching quotes");if((Hr==="constructor"||!jr)&&(Mr=!0),xr+="."+Hr,br="%"+xr+"%",Et(_e,br))Ir=_e[br];else if(Ir!=null){if(!(Hr in Ir)){if(!Er)throw new z("base intrinsic for "+hr+" exists, but the property is not available.");return}if(ie&&gr+1>=kr.length){var Sr=ie(Ir,Hr);jr=!!Sr,jr&&"get"in Sr&&!("originalValue"in Sr.get)?Ir=Sr.get:Ir=Ir[Hr]}else jr=Et(Ir,Hr),Ir=Ir[Hr];jr&&!Mr&&(_e[br]=Ir)}}return Ir}},{"function-bind":391,"has-proto":395,"has-symbols":396,hasown:399}],393:[function(n,k,L){var $=n("get-intrinsic"),j=$("%Object.getOwnPropertyDescriptor%",!0);if(j)try{j([],"length")}catch{j=null}k.exports=j},{"get-intrinsic":392}],394:[function(n,k,L){var $=n("get-intrinsic"),j=$("%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}},k.exports=V},{"get-intrinsic":392}],395:[function(n,k,L){var $={foo:{}},j=Object;k.exports=function(){return{__proto__:$}.foo===$.foo&&!({__proto__:null}instanceof j)}},{}],396:[function(n,k,L){var $=typeof Symbol<"u"&&Symbol,j=n("./shams");k.exports=function(){return typeof $!="function"||typeof Symbol!="function"||typeof $("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:j()}},{"./shams":397}],397:[function(n,k,L){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 ie=Object.getOwnPropertySymbols(j);if(ie.length!==1||ie[0]!==V||!Object.prototype.propertyIsEnumerable.call(j,V))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var oe=Object.getOwnPropertyDescriptor(j,V);if(oe.value!==re||oe.enumerable!==!0)return!1}return!0}},{}],398:[function(n,k,L){var $=n("has-symbols/shams");k.exports=function(){return $()&&!!Symbol.toStringTag}},{"has-symbols/shams":397}],399:[function(n,k,L){var $=Function.prototype.call,j=Object.prototype.hasOwnProperty,V=n("function-bind");k.exports=V.call($,j)},{"function-bind":391}],400:[function(n,k,L){var $=n("http"),j=n("url"),V=k.exports;for(var z in $)$.hasOwnProperty(z)&&(V[z]=$[z]);V.request=function(ie,oe){return ie=re(ie),$.request.call(this,ie,oe)},V.get=function(ie,oe){return ie=re(ie),$.get.call(this,ie,oe)};function re(ie){if(typeof ie=="string"&&(ie=j.parse(ie)),ie.protocol||(ie.protocol="https:"),ie.protocol!=="https:")throw new Error('Protocol "'+ie.protocol+'" not supported. Expected "https:"');return ie}},{http:541,url:545}],401:[function(n,k,L){var $=n("util"),j=n("ms");k.exports=function(V){if(typeof V=="number")return V;var z=j(V);if(z===void 0){var re=new Error($.format("humanize-ms(%j) result undefined",V));console.warn(re.stack)}return z}},{ms:434,util:491}],402:[function(n,k,L){/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */L.read=function($,j,V,z,re){var ie,oe,ue=re*8-z-1,de=(1<<ue)-1,pe=de>>1,Ie=-7,he=V?re-1:0,Ce=V?-1:1,_e=$[j+he];for(he+=Ce,ie=_e&(1<<-Ie)-1,_e>>=-Ie,Ie+=ue;Ie>0;ie=ie*256+$[j+he],he+=Ce,Ie-=8);for(oe=ie&(1<<-Ie)-1,ie>>=-Ie,Ie+=z;Ie>0;oe=oe*256+$[j+he],he+=Ce,Ie-=8);if(ie===0)ie=1-pe;else{if(ie===de)return oe?NaN:(_e?-1:1)*(1/0);oe=oe+Math.pow(2,z),ie=ie-pe}return(_e?-1:1)*oe*Math.pow(2,ie-z)},L.write=function($,j,V,z,re,ie){var oe,ue,de,pe=ie*8-re-1,Ie=(1<<pe)-1,he=Ie>>1,Ce=re===23?Math.pow(2,-24)-Math.pow(2,-77):0,_e=z?0:ie-1,Ne=z?1:-1,Fe=j<0||j===0&&1/j<0?1:0;for(j=Math.abs(j),isNaN(j)||j===1/0?(ue=isNaN(j)?1:0,oe=Ie):(oe=Math.floor(Math.log(j)/Math.LN2),j*(de=Math.pow(2,-oe))<1&&(oe--,de*=2),oe+he>=1?j+=Ce/de:j+=Ce*Math.pow(2,1-he),j*de>=2&&(oe++,de/=2),oe+he>=Ie?(ue=0,oe=Ie):oe+he>=1?(ue=(j*de-1)*Math.pow(2,re),oe=oe+he):(ue=j*Math.pow(2,he-1)*Math.pow(2,re),oe=0));re>=8;$[V+_e]=ue&255,_e+=Ne,ue/=256,re-=8);for(oe=oe<<re|ue,pe+=re;pe>0;$[V+_e]=oe&255,_e+=Ne,oe/=256,pe-=8);$[V+_e-Ne]|=Fe*128}},{}],403:[function(n,k,L){var $=[n("./nextTick"),n("./queueMicrotask"),n("./mutation.js"),n("./messageChannel"),n("./stateChange"),n("./timeout")],j,V,z=-1,re=[],ie=!1;function oe(){!j||!V||(j=!1,V.length?re=V.concat(re):z=-1,re.length&&ue())}function ue(){if(!j){ie=!1,j=!0;for(var _e=re.length,Ne=setTimeout(oe);_e;){for(V=re,re=[];V&&++z<_e;)V[z].run();z=-1,_e=re.length}V=null,z=-1,j=!1,clearTimeout(Ne)}}for(var de,pe=-1,Ie=$.length;++pe<Ie;)if($[pe]&&$[pe].test&&$[pe].test()){de=$[pe].install(ue);break}function he(_e,Ne){this.fun=_e,this.array=Ne}he.prototype.run=function(){var _e=this.fun,Ne=this.array;switch(Ne.length){case 0:return _e();case 1:return _e(Ne[0]);case 2:return _e(Ne[0],Ne[1]);case 3:return _e(Ne[0],Ne[1],Ne[2]);default:return _e.apply(null,Ne)}},k.exports=Ce;function Ce(_e){var Ne=new Array(arguments.length-1);if(arguments.length>1)for(var Fe=1;Fe<arguments.length;Fe++)Ne[Fe-1]=arguments[Fe];re.push(new he(_e,Ne)),!ie&&!j&&(ie=!0,de())}},{"./messageChannel":404,"./mutation.js":405,"./nextTick":102,"./queueMicrotask":406,"./stateChange":407,"./timeout":408}],404:[function(n,k,L){(function($){(function(){L.test=function(){return $.setImmediate?!1:typeof $.MessageChannel<"u"},L.install=function(j){var V=new $.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,L){(function($){(function(){var j=$.MutationObserver||$.WebKitMutationObserver;L.test=function(){return j},L.install=function(V){var z=0,re=new j(V),ie=$.document.createTextNode("");return re.observe(ie,{characterData:!0}),function(){ie.data=z=++z%2}}}).call(this)}).call(this,typeof y<"u"?y:typeof self<"u"?self:typeof window<"u"?window:{})},{}],406:[function(n,k,L){(function($){(function(){L.test=function(){return typeof $.queueMicrotask=="function"},L.install=function(j){return function(){$.queueMicrotask(j)}}}).call(this)}).call(this,typeof y<"u"?y:typeof self<"u"?self:typeof window<"u"?window:{})},{}],407:[function(n,k,L){(function($){(function(){L.test=function(){return"document"in $&&"onreadystatechange"in $.document.createElement("script")},L.install=function(j){return function(){var V=$.document.createElement("script");return V.onreadystatechange=function(){j(),V.onreadystatechange=null,V.parentNode.removeChild(V),V=null},$.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,L){L.test=function(){return!0},L.install=function($){return function(){setTimeout($,0)}}},{}],409:[function(n,k,L){typeof Object.create=="function"?k.exports=function(j,V){V&&(j.super_=V,j.prototype=Object.create(V.prototype,{constructor:{value:j,enumerable:!1,writable:!0,configurable:!0}}))}:k.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,L){var $=n("has-tostringtag/shams")(),j=n("call-bind/callBound"),V=j("Object.prototype.toString"),z=function(ue){return $&&ue&&typeof ue=="object"&&Symbol.toStringTag in ue?!1:V(ue)==="[object Arguments]"},re=function(ue){return z(ue)?!0:ue!==null&&typeof ue=="object"&&typeof ue.length=="number"&&ue.length>=0&&V(ue)!=="[object Array]"&&V(ue.callee)==="[object Function]"},ie=function(){return z(arguments)}();z.isLegacyArguments=re,k.exports=ie?z:re},{"call-bind/callBound":105,"has-tostringtag/shams":398}],411:[function(n,k,L){/*!
* Determine if an object is a Buffer
*
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/k.exports=function(V){return V!=null&&($(V)||j(V)||!!V._isBuffer)};function $(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"&&$(V.slice(0,0))}},{}],412:[function(n,k,L){var $=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(Et){Et!==z&&(j=null)}else j=null;var re=/^\s*class\b/,ie=function(Ve){try{var qe=$.call(Ve);return re.test(qe)}catch{return!1}},oe=function(Ve){try{return ie(Ve)?!1:($.call(Ve),!0)}catch{return!1}},ue=Object.prototype.toString,de="[object Object]",pe="[object Function]",Ie="[object GeneratorFunction]",he="[object HTMLAllCollection]",Ce="[object HTML document.all class]",_e="[object HTMLCollection]",Ne=typeof Symbol=="function"&&!!Symbol.toStringTag,Fe=!(0 in[,]),Ue=function(){return!1};if(typeof document=="object"){var kt=document.all;ue.call(kt)===ue.call(document.all)&&(Ue=function(Ve){if((Fe||!Ve)&&(typeof Ve>"u"||typeof Ve=="object"))try{var qe=ue.call(Ve);return(qe===he||qe===Ce||qe===_e||qe===de)&&Ve("")==null}catch{}return!1})}k.exports=j?function(Ve){if(Ue(Ve))return!0;if(!Ve||typeof Ve!="function"&&typeof Ve!="object")return!1;try{j(Ve,null,V)}catch(qe){if(qe!==z)return!1}return!ie(Ve)&&oe(Ve)}:function(Ve){if(Ue(Ve))return!0;if(!Ve||typeof Ve!="function"&&typeof Ve!="object")return!1;if(Ne)return oe(Ve);if(ie(Ve))return!1;var qe=ue.call(Ve);return qe!==pe&&qe!==Ie&&!/^\[object HTML/.test(qe)?!1:oe(Ve)}},{}],413:[function(n,k,L){var $=Object.prototype.toString,j=Function.prototype.toString,V=/^\s*(?:function)?\*/,z=n("has-tostringtag/shams")(),re=Object.getPrototypeOf,ie=function(){if(!z)return!1;try{return Function("return function*() {}")()}catch{}},oe;k.exports=function(de){if(typeof de!="function")return!1;if(V.test(j.call(de)))return!0;if(!z){var pe=$.call(de);return pe==="[object GeneratorFunction]"}if(!re)return!1;if(typeof oe>"u"){var Ie=ie();oe=Ie?re(Ie):!1}return re(de)===oe}},{"has-tostringtag/shams":398}],414:[function(n,k,L){var $=n("which-typed-array");k.exports=function(V){return!!$(V)}},{"which-typed-array":492}],415:[function(n,k,L){(function($){(function(){(function(j,V){typeof L=="object"&&typeof k<"u"?k.exports=V(j):V(j)})(typeof self<"u"?self:typeof window<"u"?window:typeof $<"u"?$:this,function(j){j=j||{};var V=j.Base64,z="2.6.4",re="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",ie=function(hr){for(var Er={},kr=0,xr=hr.length;kr<xr;kr++)Er[hr.charAt(kr)]=kr;return Er}(re),oe=String.fromCharCode,ue=function(hr){if(hr.length<2){var Er=hr.charCodeAt(0);return Er<128?hr:Er<2048?oe(192|Er>>>6)+oe(128|Er&63):oe(224|Er>>>12&15)+oe(128|Er>>>6&63)+oe(128|Er&63)}else{var Er=65536+(hr.charCodeAt(0)-55296)*1024+(hr.charCodeAt(1)-56320);return oe(240|Er>>>18&7)+oe(128|Er>>>12&63)+oe(128|Er>>>6&63)+oe(128|Er&63)}},de=/[\uD800-\uDBFF][\uDC00-\uDFFFF]|[^\x00-\x7F]/g,pe=function(hr){return hr.replace(de,ue)},Ie=function(hr){var Er=[0,2,1][hr.length%3],kr=hr.charCodeAt(0)<<16|(hr.length>1?hr.charCodeAt(1):0)<<8|(hr.length>2?hr.charCodeAt(2):0),xr=[re.charAt(kr>>>18),re.charAt(kr>>>12&63),Er>=2?"=":re.charAt(kr>>>6&63),Er>=1?"=":re.charAt(kr&63)];return xr.join("")},he=j.btoa&&typeof j.btoa=="function"?function(hr){return j.btoa(hr)}:function(hr){if(hr.match(/[^\x00-\xFF]/))throw new RangeError("The string contains invalid characters.");return hr.replace(/[\s\S]{1,3}/g,Ie)},Ce=function(hr){return he(pe(String(hr)))},_e=function(hr){return hr.replace(/[+\/]/g,function(Er){return Er=="+"?"-":"_"}).replace(/=/g,"")},Ne=function(hr,Er){return Er?_e(Ce(hr)):Ce(hr)},Fe=function(hr){return Ne(hr,!0)},Ue;j.Uint8Array&&(Ue=function(hr,Er){for(var kr="",xr=0,yr=hr.length;xr<yr;xr+=3){var br=hr[xr],Ir=hr[xr+1],Mr=hr[xr+2],mr=br<<16|Ir<<8|Mr;kr+=re.charAt(mr>>>18)+re.charAt(mr>>>12&63)+(typeof Ir<"u"?re.charAt(mr>>>6&63):"=")+(typeof Mr<"u"?re.charAt(mr&63):"=")}return Er?_e(kr):kr});var kt=/[\xC0-\xDF][\x80-\xBF]|[\xE0-\xEF][\x80-\xBF]{2}|[\xF0-\xF7][\x80-\xBF]{3}/g,Et=function(hr){switch(hr.length){case 4:var Er=(7&hr.charCodeAt(0))<<18|(63&hr.charCodeAt(1))<<12|(63&hr.charCodeAt(2))<<6|63&hr.charCodeAt(3),kr=Er-65536;return oe((kr>>>10)+55296)+oe((kr&1023)+56320);case 3:return oe((15&hr.charCodeAt(0))<<12|(63&hr.charCodeAt(1))<<6|63&hr.charCodeAt(2));default:return oe((31&hr.charCodeAt(0))<<6|63&hr.charCodeAt(1))}},Ve=function(hr){return hr.replace(kt,Et)},qe=function(hr){var Er=hr.length,kr=Er%4,xr=(Er>0?ie[hr.charAt(0)]<<18:0)|(Er>1?ie[hr.charAt(1)]<<12:0)|(Er>2?ie[hr.charAt(2)]<<6:0)|(Er>3?ie[hr.charAt(3)]:0),yr=[oe(xr>>>16),oe(xr>>>8&255),oe(xr&255)];return yr.length-=[0,0,2,1][kr],yr.join("")},jt=j.atob&&typeof j.atob=="function"?function(hr){return j.atob(hr)}:function(hr){return hr.replace(/\S{1,4}/g,qe)},tr=function(hr){return jt(String(hr).replace(/[^A-Za-z0-9\+\/]/g,""))},rr=function(hr){return Ve(jt(hr))},ar=function(hr){return String(hr).replace(/[-_]/g,function(Er){return Er=="-"?"+":"/"}).replace(/[^A-Za-z0-9\+\/]/g,"")},nr=function(hr){return rr(ar(hr))},ur;j.Uint8Array&&(ur=function(hr){return Uint8Array.from(tr(ar(hr)),function(Er){return Er.charCodeAt(0)})});var cr=function(){var hr=j.Base64;return j.Base64=V,hr};if(j.Base64={VERSION:z,atob:tr,btoa:he,fromBase64:nr,toBase64:Ne,utob:pe,encode:Ne,encodeURI:Fe,btou:Ve,decode:nr,noConflict:cr,fromUint8Array:Ue,toUint8Array:ur},typeof Object.defineProperty=="function"){var _r=function(hr){return{value:hr,enumerable:!1,writable:!0,configurable:!0}};j.Base64.extendString=function(){Object.defineProperty(String.prototype,"fromBase64",_r(function(){return nr(this)})),Object.defineProperty(String.prototype,"toBase64",_r(function(hr){return Ne(this,hr)})),Object.defineProperty(String.prototype,"toBase64URI",_r(function(){return Ne(this,!0)}))}}return j.Meteor&&(Base64=j.Base64),typeof k<"u"&&k.exports&&(k.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,L){var $=n("./_root"),j=$.Symbol;k.exports=j},{"./_root":423}],417:[function(n,k,L){function $(j,V){for(var z=-1,re=j==null?0:j.length,ie=Array(re);++z<re;)ie[z]=V(j[z],z,j);return ie}k.exports=$},{}],418:[function(n,k,L){var $=n("./_Symbol"),j=n("./_getRawTag"),V=n("./_objectToString"),z="[object Null]",re="[object Undefined]",ie=$?$.toStringTag:void 0;function oe(ue){return ue==null?ue===void 0?re:z:ie&&ie in Object(ue)?j(ue):V(ue)}k.exports=oe},{"./_Symbol":416,"./_getRawTag":421,"./_objectToString":422}],419:[function(n,k,L){var $=n("./_Symbol"),j=n("./_arrayMap"),V=n("./isArray"),z=n("./isSymbol"),re=1/0,ie=$?$.prototype:void 0,oe=ie?ie.toString:void 0;function ue(de){if(typeof de=="string")return de;if(V(de))return j(de,ue)+"";if(z(de))return oe?oe.call(de):"";var pe=de+"";return pe=="0"&&1/de==-re?"-0":pe}k.exports=ue},{"./_Symbol":416,"./_arrayMap":417,"./isArray":424,"./isSymbol":428}],420:[function(n,k,L){(function($){(function(){var j=typeof $=="object"&&$&&$.Object===Object&&$;k.exports=j}).call(this)}).call(this,typeof y<"u"?y:typeof self<"u"?self:typeof window<"u"?window:{})},{}],421:[function(n,k,L){var $=n("./_Symbol"),j=Object.prototype,V=j.hasOwnProperty,z=j.toString,re=$?$.toStringTag:void 0;function ie(oe){var ue=V.call(oe,re),de=oe[re];try{oe[re]=void 0;var pe=!0}catch{}var Ie=z.call(oe);return pe&&(ue?oe[re]=de:delete oe[re]),Ie}k.exports=ie},{"./_Symbol":416}],422:[function(n,k,L){var $=Object.prototype,j=$.toString;function V(z){return j.call(z)}k.exports=V},{}],423:[function(n,k,L){var $=n("./_freeGlobal"),j=typeof self=="object"&&self&&self.Object===Object&&self,V=$||j||Function("return this")();k.exports=V},{"./_freeGlobal":420}],424:[function(n,k,L){var $=Array.isArray;k.exports=$},{}],425:[function(n,k,L){function $(j){var V=typeof j;return j!=null&&(V=="object"||V=="function")}k.exports=$},{}],426:[function(n,k,L){function $(j){return j!=null&&typeof j=="object"}k.exports=$},{}],427:[function(n,k,L){var $=n("./_baseGetTag"),j=n("./isArray"),V=n("./isObjectLike"),z="[object String]";function re(ie){return typeof ie=="string"||!j(ie)&&V(ie)&&$(ie)==z}k.exports=re},{"./_baseGetTag":418,"./isArray":424,"./isObjectLike":426}],428:[function(n,k,L){var $=n("./_baseGetTag"),j=n("./isObjectLike"),V="[object Symbol]";function z(re){return typeof re=="symbol"||j(re)&&$(re)==V}k.exports=z},{"./_baseGetTag":418,"./isObjectLike":426}],429:[function(n,k,L){var $=n("./_baseToString");function j(V){return V==null?"":$(V)}k.exports=j},{"./_baseToString":419}],430:[function(n,k,L){k.exports=j;var $=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(oe){if(!(!re&&$.call(V,oe))){var ue=Object.getOwnPropertyDescriptor(z,oe);Object.defineProperty(V,oe,ue)}}),V}},{}],431:[function(n,k,L){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 $(){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)}$.prototype.define=function(j,V){for(var z in j){var re=j[z].map(function(de){return de.toLowerCase()});z=z.toLowerCase();for(var ie=0;ie<re.length;ie++){var oe=re[ie];if(oe[0]!=="*"){if(!V&&oe in this._types)throw new Error('Attempt to change mapping for "'+oe+'" extension from "'+this._types[oe]+'" to "'+z+'". Pass `force=true` to allow this, otherwise remove "'+oe+'" from the list of extensions for "'+z+'".');this._types[oe]=z}}if(V||!this._extensions[z]){var ue=re[0];this._extensions[z]=ue[0]!=="*"?ue:ue.substr(1)}}},$.prototype.getType=function(j){j=String(j);var V=j.replace(/^.*[/\\]/,"").toLowerCase(),z=V.replace(/^.*\./,"").toLowerCase(),re=V.length<j.length,ie=z.length<V.length-1;return(ie||!re)&&this._types[z]||null},$.prototype.getExtension=function(j){return j=/^\s*([^;\s]*)/.test(j)&&RegExp.$1,j&&this._extensions[j.toLowerCase()]||null},k.exports=$},{"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,L){var $=n("./Mime");k.exports=new $(n("./types/standard"))},{"./Mime":431,"./types/standard":433}],433:[function(n,k,L){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,L){var $=1e3,j=$*60,V=j*60,z=V*24,re=z*7,ie=z*365.25;k.exports=function(Ie,he){he=he||{};var Ce=typeof Ie;if(Ce==="string"&&Ie.length>0)return oe(Ie);if(Ce==="number"&&isFinite(Ie))return he.long?de(Ie):ue(Ie);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(Ie))};function oe(Ie){if(Ie=String(Ie),!(Ie.length>100)){var he=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(Ie);if(he){var Ce=parseFloat(he[1]),_e=(he[2]||"ms").toLowerCase();switch(_e){case"years":case"year":case"yrs":case"yr":case"y":return Ce*ie;case"weeks":case"week":case"w":return Ce*re;case"days":case"day":case"d":return Ce*z;case"hours":case"hour":case"hrs":case"hr":case"h":return Ce*V;case"minutes":case"minute":case"mins":case"min":case"m":return Ce*j;case"seconds":case"second":case"secs":case"sec":case"s":return Ce*$;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return Ce;default:return}}}}function ue(Ie){var he=Math.abs(Ie);return he>=z?Math.round(Ie/z)+"d":he>=V?Math.round(Ie/V)+"h":he>=j?Math.round(Ie/j)+"m":he>=$?Math.round(Ie/$)+"s":Ie+"ms"}function de(Ie){var he=Math.abs(Ie);return he>=z?pe(Ie,he,z,"day"):he>=V?pe(Ie,he,V,"hour"):he>=j?pe(Ie,he,j,"minute"):he>=$?pe(Ie,he,$,"second"):Ie+" ms"}function pe(Ie,he,Ce,_e){var Ne=he>=Ce*1.5;return Math.round(Ie/Ce)+" "+_e+(Ne?"s":"")}},{}],435:[function(n,k,L){(function($){(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,ie=typeof Set=="function"&&Set.prototype,oe=Object.getOwnPropertyDescriptor&&ie?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,ue=ie&&oe&&typeof oe.get=="function"?oe.get:null,de=ie&&Set.prototype.forEach,pe=typeof WeakMap=="function"&&WeakMap.prototype,Ie=pe?WeakMap.prototype.has:null,he=typeof WeakSet=="function"&&WeakSet.prototype,Ce=he?WeakSet.prototype.has:null,_e=typeof WeakRef=="function"&&WeakRef.prototype,Ne=_e?WeakRef.prototype.deref:null,Fe=Boolean.prototype.valueOf,Ue=Object.prototype.toString,kt=Function.prototype.toString,Et=String.prototype.match,Ve=String.prototype.slice,qe=String.prototype.replace,jt=String.prototype.toUpperCase,tr=String.prototype.toLowerCase,rr=RegExp.prototype.test,ar=Array.prototype.concat,nr=Array.prototype.join,ur=Array.prototype.slice,cr=Math.floor,_r=typeof BigInt=="function"?BigInt.prototype.valueOf:null,hr=Object.getOwnPropertySymbols,Er=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Symbol.prototype.toString:null,kr=typeof Symbol=="function"&&typeof Symbol.iterator=="object",xr=typeof Symbol=="function"&&Symbol.toStringTag&&(typeof Symbol.toStringTag===kr||!0)?Symbol.toStringTag:null,yr=Object.prototype.propertyIsEnumerable,br=(typeof Reflect=="function"?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(na){return na.__proto__}:null);function Ir(na,Ma){if(na===1/0||na===-1/0||na!==na||na&&na>-1e3&&na<1e3||rr.call(/e/,Ma))return Ma;var Ns=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if(typeof na=="number"){var cs=na<0?-cr(-na):cr(na);if(cs!==na){var vl=String(cs),Bl=Ve.call(Ma,vl.length+1);return qe.call(vl,Ns,"$&_")+"."+qe.call(qe.call(Bl,/([0-9]{3})/g,"$&_"),/_$/,"")}}return qe.call(Ma,Ns,"$&_")}var Mr=n("./util.inspect"),mr=Mr.custom,gr=Dr(mr)?mr:null;k.exports=function na(Ma,Ns,cs,vl){var Bl=Ns||{};if(Kr(Bl,"quoteStyle")&&Bl.quoteStyle!=="single"&&Bl.quoteStyle!=="double")throw new TypeError('option "quoteStyle" must be "single" or "double"');if(Kr(Bl,"maxStringLength")&&(typeof Bl.maxStringLength=="number"?Bl.maxStringLength<0&&Bl.maxStringLength!==1/0:Bl.maxStringLength!==null))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var Au=Kr(Bl,"customInspect")?Bl.customInspect:!0;if(typeof Au!="boolean"&&Au!=="symbol")throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(Kr(Bl,"indent")&&Bl.indent!==null&&Bl.indent!==" "&&!(parseInt(Bl.indent,10)===Bl.indent&&Bl.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(Kr(Bl,"numericSeparator")&&typeof Bl.numericSeparator!="boolean")throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var xs=Bl.numericSeparator;if(typeof Ma>"u")return"undefined";if(Ma===null)return"null";if(typeof Ma=="boolean")return Ma?"true":"false";if(typeof Ma=="string")return Gr(Ma,Bl);if(typeof Ma=="number"){if(Ma===0)return 1/0/Ma>0?"0":"-0";var ju=String(Ma);return xs?Ir(Ma,ju):ju}if(typeof Ma=="bigint"){var Lu=String(Ma)+"n";return xs?Ir(Ma,Lu):Lu}var Pc=typeof Bl.depth>"u"?5:Bl.depth;if(typeof cs>"u"&&(cs=0),cs>=Pc&&Pc>0&&typeof Ma=="object")return Vr(Ma)?"[Array]":"[Object]";var Nc=qa(Bl,cs);if(typeof vl>"u")vl=[];else if(Qr(vl,Ma)>=0)return"[Circular]";function gc(hs,An,Uo){if(An&&(vl=ur.call(vl),vl.push(An)),Uo){var cu={depth:Bl.depth};return Kr(Bl,"quoteStyle")&&(cu.quoteStyle=Bl.quoteStyle),na(hs,cu,cs+1,vl)}return na(hs,Bl,cs+1,vl)}if(typeof Ma=="function"&&!Sr(Ma)){var Wl=Fr(Ma),ps=Hi(Ma,gc);return"[Function"+(Wl?": "+Wl:" (anonymous)")+"]"+(ps.length>0?" { "+nr.call(ps,", ")+" }":"")}if(Dr(Ma)){var Ds=kr?qe.call(String(Ma),/^(Symbol\(.*\))_[^)]*$/,"$1"):Er.call(Ma);return typeof Ma=="object"&&!kr?On(Ds):Ds}if(Kn(Ma)){for(var Us="<"+tr.call(String(Ma.nodeName)),Vs=Ma.attributes||[],Lr=0;Lr<Vs.length;Lr++)Us+=" "+Vs[Lr].name+"="+jr(Hr(Vs[Lr].value),"double",Bl);return Us+=">",Ma.childNodes&&Ma.childNodes.length&&(Us+="..."),Us+="</"+tr.call(String(Ma.nodeName))+">",Us}if(Vr(Ma)){if(Ma.length===0)return"[]";var Zn=Hi(Ma,gc);return Nc&&!sa(Zn)?"["+To(Zn,Nc)+"]":"[ "+nr.call(Zn,", ")+" ]"}if(Tr(Ma)){var hn=Hi(Ma,gc);return!("cause"in Error.prototype)&&"cause"in Ma&&!yr.call(Ma,"cause")?"{ ["+String(Ma)+"] "+nr.call(ar.call("[cause]: "+gc(Ma.cause),hn),", ")+" }":hn.length===0?"["+String(Ma)+"]":"{ ["+String(Ma)+"] "+nr.call(hn,", ")+" }"}if(typeof Ma=="object"&&Au){if(gr&&typeof Ma[gr]=="function"&&Mr)return Mr(Ma,{depth:Pc-cs});if(Au!=="symbol"&&typeof Ma.inspect=="function")return Ma.inspect()}if(ca(Ma)){var Ln=[];return re&&re.call(Ma,function(hs,An){Ln.push(gc(An,Ma,!0)+" => "+gc(hs,Ma))}),Sa("Map",z.call(Ma),Ln,Nc)}if(Go(Ma)){var Vi=[];return de&&de.call(Ma,function(hs){Vi.push(gc(hs,Ma))}),Sa("Set",ue.call(Ma),Vi,Nc)}if(Po(Ma))return kn("WeakMap");if(us(Ma))return kn("WeakSet");if(Wa(Ma))return kn("WeakRef");if(vr(Ma))return On(gc(Number(Ma)));if(Rr(Ma))return On(gc(_r.call(Ma)));if(Cr(Ma))return On(Fe.call(Ma));if(Br(Ma))return On(gc(String(Ma)));if(typeof window<"u"&&Ma===window)return"{ [object Window] }";if(Ma===$)return"{ [object globalThis] }";if(!zr(Ma)&&!Sr(Ma)){var Wi=Hi(Ma,gc),pa=br?br(Ma)===Object.prototype:Ma instanceof Object||Ma.constructor===Object,Ki=Ma instanceof Object?"":"null prototype",Yo=!pa&&xr&&Object(Ma)===Ma&&xr in Ma?Ve.call(Nr(Ma),8,-1):Ki?"Object":"",Eo=pa||typeof Ma.constructor!="function"?"":Ma.constructor.name?Ma.constructor.name+" ":"",Fo=Eo+(Yo||Ki?"["+nr.call(ar.call([],Yo||[],Ki||[]),": ")+"] ":"");return Wi.length===0?Fo+"{}":Nc?Fo+"{"+To(Wi,Nc)+"}":Fo+"{ "+nr.call(Wi,", ")+" }"}return String(Ma)};function jr(na,Ma,Ns){var cs=(Ns.quoteStyle||Ma)==="double"?'"':"'";return cs+na+cs}function Hr(na){return qe.call(String(na),/"/g,"&quot;")}function Vr(na){return Nr(na)==="[object Array]"&&(!xr||!(typeof na=="object"&&xr in na))}function zr(na){return Nr(na)==="[object Date]"&&(!xr||!(typeof na=="object"&&xr in na))}function Sr(na){return Nr(na)==="[object RegExp]"&&(!xr||!(typeof na=="object"&&xr in na))}function Tr(na){return Nr(na)==="[object Error]"&&(!xr||!(typeof na=="object"&&xr in na))}function Br(na){return Nr(na)==="[object String]"&&(!xr||!(typeof na=="object"&&xr in na))}function vr(na){return Nr(na)==="[object Number]"&&(!xr||!(typeof na=="object"&&xr in na))}function Cr(na){return Nr(na)==="[object Boolean]"&&(!xr||!(typeof na=="object"&&xr in na))}function Dr(na){if(kr)return na&&typeof na=="object"&&na instanceof Symbol;if(typeof na=="symbol")return!0;if(!na||typeof na!="object"||!Er)return!1;try{return Er.call(na),!0}catch{}return!1}function Rr(na){if(!na||typeof na!="object"||!_r)return!1;try{return _r.call(na),!0}catch{}return!1}var Wr=Object.prototype.hasOwnProperty||function(na){return na in this};function Kr(na,Ma){return Wr.call(na,Ma)}function Nr(na){return Ue.call(na)}function Fr(na){if(na.name)return na.name;var Ma=Et.call(kt.call(na),/^function\s*([\w$]+)/);return Ma?Ma[1]:null}function Qr(na,Ma){if(na.indexOf)return na.indexOf(Ma);for(var Ns=0,cs=na.length;Ns<cs;Ns++)if(na[Ns]===Ma)return Ns;return-1}function ca(na){if(!z||!na||typeof na!="object")return!1;try{z.call(na);try{ue.call(na)}catch{return!0}return na instanceof Map}catch{}return!1}function Po(na){if(!Ie||!na||typeof na!="object")return!1;try{Ie.call(na,Ie);try{Ce.call(na,Ce)}catch{return!0}return na instanceof WeakMap}catch{}return!1}function Wa(na){if(!Ne||!na||typeof na!="object")return!1;try{return Ne.call(na),!0}catch{}return!1}function Go(na){if(!ue||!na||typeof na!="object")return!1;try{ue.call(na);try{z.call(na)}catch{return!0}return na instanceof Set}catch{}return!1}function us(na){if(!Ce||!na||typeof na!="object")return!1;try{Ce.call(na,Ce);try{Ie.call(na,Ie)}catch{return!0}return na instanceof WeakSet}catch{}return!1}function Kn(na){return!na||typeof na!="object"?!1:typeof HTMLElement<"u"&&na instanceof HTMLElement?!0:typeof na.nodeName=="string"&&typeof na.getAttribute=="function"}function Gr(na,Ma){if(na.length>Ma.maxStringLength){var Ns=na.length-Ma.maxStringLength,cs="... "+Ns+" more character"+(Ns>1?"s":"");return Gr(Ve.call(na,0,Ma.maxStringLength),Ma)+cs}var vl=qe.call(qe.call(na,/(['\\])/g,"\\$1"),/[\x00-\x1f]/g,Ar);return jr(vl,"single",Ma)}function Ar(na){var Ma=na.charCodeAt(0),Ns={8:"b",9:"t",10:"n",12:"f",13:"r"}[Ma];return Ns?"\\"+Ns:"\\x"+(Ma<16?"0":"")+jt.call(Ma.toString(16))}function On(na){return"Object("+na+")"}function kn(na){return na+" { ? }"}function Sa(na,Ma,Ns,cs){var vl=cs?To(Ns,cs):nr.call(Ns,", ");return na+" ("+Ma+") {"+vl+"}"}function sa(na){for(var Ma=0;Ma<na.length;Ma++)if(Qr(na[Ma],`
`)>=0)return!1;return!0}function qa(na,Ma){var Ns;if(na.indent===" ")Ns=" ";else if(typeof na.indent=="number"&&na.indent>0)Ns=nr.call(Array(na.indent+1)," ");else return null;return{base:Ns,prev:nr.call(Array(Ma+1),Ns)}}function To(na,Ma){if(na.length===0)return"";var Ns=`
`+Ma.prev+Ma.base;return Ns+nr.call(na,","+Ns)+`
`+Ma.prev}function Hi(na,Ma){var Ns=Vr(na),cs=[];if(Ns){cs.length=na.length;for(var vl=0;vl<na.length;vl++)cs[vl]=Kr(na,vl)?Ma(na[vl],na):""}var Bl=typeof hr=="function"?hr(na):[],Au;if(kr){Au={};for(var xs=0;xs<Bl.length;xs++)Au["$"+Bl[xs]]=Bl[xs]}for(var ju in na)Kr(na,ju)&&(Ns&&String(Number(ju))===ju&&ju<na.length||kr&&Au["$"+ju]instanceof Symbol||(rr.call(/[^\w$]/,ju)?cs.push(Ma(ju,na)+": "+Ma(na[ju],na)):cs.push(ju+": "+Ma(na[ju],na))));if(typeof hr=="function")for(var Lu=0;Lu<Bl.length;Lu++)yr.call(na,Bl[Lu])&&cs.push("["+Ma(Bl[Lu])+"]: "+Ma(na[Bl[Lu]],na));return cs}}).call(this)}).call(this,typeof y<"u"?y:typeof self<"u"?self:typeof window<"u"?window:{})},{"./util.inspect":102}],436:[function(n,k,L){var $;if(!Object.keys){var j=Object.prototype.hasOwnProperty,V=Object.prototype.toString,z=n("./isArguments"),re=Object.prototype.propertyIsEnumerable,ie=!re.call({toString:null},"toString"),oe=re.call(function(){},"prototype"),ue=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"],de=function(Ce){var _e=Ce.constructor;return _e&&_e.prototype===Ce},pe={$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},Ie=function(){if(typeof window>"u")return!1;for(var Ce in window)try{if(!pe["$"+Ce]&&j.call(window,Ce)&&window[Ce]!==null&&typeof window[Ce]=="object")try{de(window[Ce])}catch{return!0}}catch{return!0}return!1}(),he=function(Ce){if(typeof window>"u"||!Ie)return de(Ce);try{return de(Ce)}catch{return!1}};$=function(_e){var Ne=_e!==null&&typeof _e=="object",Fe=V.call(_e)==="[object Function]",Ue=z(_e),kt=Ne&&V.call(_e)==="[object String]",Et=[];if(!Ne&&!Fe&&!Ue)throw new TypeError("Object.keys called on a non-object");var Ve=oe&&Fe;if(kt&&_e.length>0&&!j.call(_e,0))for(var qe=0;qe<_e.length;++qe)Et.push(String(qe));if(Ue&&_e.length>0)for(var jt=0;jt<_e.length;++jt)Et.push(String(jt));else for(var tr in _e)!(Ve&&tr==="prototype")&&j.call(_e,tr)&&Et.push(String(tr));if(ie)for(var rr=he(_e),ar=0;ar<ue.length;++ar)!(rr&&ue[ar]==="constructor")&&j.call(_e,ue[ar])&&Et.push(ue[ar]);return Et}}k.exports=$},{"./isArguments":438}],437:[function(n,k,L){var $=Array.prototype.slice,j=n("./isArguments"),V=Object.keys,z=V?function(oe){return V(oe)}:n("./implementation"),re=Object.keys;z.shim=function(){if(Object.keys){var oe=function(){var ue=Object.keys(arguments);return ue&&ue.length===arguments.length}(1,2);oe||(Object.keys=function(de){return j(de)?re($.call(de)):re(de)})}else Object.keys=z;return Object.keys||z},k.exports=z},{"./implementation":436,"./isArguments":438}],438:[function(n,k,L){var $=Object.prototype.toString;k.exports=function(V){var z=$.call(V),re=z==="[object Arguments]";return re||(re=z!=="[object Array]"&&V!==null&&typeof V=="object"&&typeof V.length=="number"&&V.length>=0&&$.call(V.callee)==="[object Function]"),re}},{}],439:[function(n,k,L){var $=n("object-keys"),j=n("has-symbols/shams")(),V=n("call-bind/callBound"),z=Object,re=V("Array.prototype.push"),ie=V("Object.prototype.propertyIsEnumerable"),oe=j?Object.getOwnPropertySymbols:null;k.exports=function(de,pe){if(de==null)throw new TypeError("target must be an object");var Ie=z(de);if(arguments.length===1)return Ie;for(var he=1;he<arguments.length;++he){var Ce=z(arguments[he]),_e=$(Ce),Ne=j&&(Object.getOwnPropertySymbols||oe);if(Ne)for(var Fe=Ne(Ce),Ue=0;Ue<Fe.length;++Ue){var kt=Fe[Ue];ie(Ce,kt)&&re(_e,kt)}for(var Et=0;Et<_e.length;++Et){var Ve=_e[Et];if(ie(Ce,Ve)){var qe=Ce[Ve];Ie[Ve]=qe}}}return Ie}},{"call-bind/callBound":105,"has-symbols/shams":397,"object-keys":437}],440:[function(n,k,L){var $=n("./implementation"),j=function(){if(!Object.assign)return!1;for(var z="abcdefghijklmnopqrst",re=z.split(""),ie={},oe=0;oe<re.length;++oe)ie[re[oe]]=re[oe];var ue=Object.assign({},ie),de="";for(var pe in ue)de+=pe;return z!==de},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};k.exports=function(){return!Object.assign||j()||V()?$:Object.assign}},{"./implementation":439}],441:[function(n,k,L){(function($){(function(){function j(ie){if(typeof ie!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(ie))}function V(ie,oe){for(var ue="",de=0,pe=-1,Ie=0,he,Ce=0;Ce<=ie.length;++Ce){if(Ce<ie.length)he=ie.charCodeAt(Ce);else{if(he===47)break;he=47}if(he===47){if(!(pe===Ce-1||Ie===1))if(pe!==Ce-1&&Ie===2){if(ue.length<2||de!==2||ue.charCodeAt(ue.length-1)!==46||ue.charCodeAt(ue.length-2)!==46){if(ue.length>2){var _e=ue.lastIndexOf("/");if(_e!==ue.length-1){_e===-1?(ue="",de=0):(ue=ue.slice(0,_e),de=ue.length-1-ue.lastIndexOf("/")),pe=Ce,Ie=0;continue}}else if(ue.length===2||ue.length===1){ue="",de=0,pe=Ce,Ie=0;continue}}oe&&(ue.length>0?ue+="/..":ue="..",de=2)}else ue.length>0?ue+="/"+ie.slice(pe+1,Ce):ue=ie.slice(pe+1,Ce),de=Ce-pe-1;pe=Ce,Ie=0}else he===46&&Ie!==-1?++Ie:Ie=-1}return ue}function z(ie,oe){var ue=oe.dir||oe.root,de=oe.base||(oe.name||"")+(oe.ext||"");return ue?ue===oe.root?ue+de:ue+ie+de:de}var re={resolve:function(){for(var oe="",ue=!1,de,pe=arguments.length-1;pe>=-1&&!ue;pe--){var Ie;pe>=0?Ie=arguments[pe]:(de===void 0&&(de=$.cwd()),Ie=de),j(Ie),Ie.length!==0&&(oe=Ie+"/"+oe,ue=Ie.charCodeAt(0)===47)}return oe=V(oe,!ue),ue?oe.length>0?"/"+oe:"/":oe.length>0?oe:"."},normalize:function(oe){if(j(oe),oe.length===0)return".";var ue=oe.charCodeAt(0)===47,de=oe.charCodeAt(oe.length-1)===47;return oe=V(oe,!ue),oe.length===0&&!ue&&(oe="."),oe.length>0&&de&&(oe+="/"),ue?"/"+oe:oe},isAbsolute:function(oe){return j(oe),oe.length>0&&oe.charCodeAt(0)===47},join:function(){if(arguments.length===0)return".";for(var oe,ue=0;ue<arguments.length;++ue){var de=arguments[ue];j(de),de.length>0&&(oe===void 0?oe=de:oe+="/"+de)}return oe===void 0?".":re.normalize(oe)},relative:function(oe,ue){if(j(oe),j(ue),oe===ue||(oe=re.resolve(oe),ue=re.resolve(ue),oe===ue))return"";for(var de=1;de<oe.length&&oe.charCodeAt(de)===47;++de);for(var pe=oe.length,Ie=pe-de,he=1;he<ue.length&&ue.charCodeAt(he)===47;++he);for(var Ce=ue.length,_e=Ce-he,Ne=Ie<_e?Ie:_e,Fe=-1,Ue=0;Ue<=Ne;++Ue){if(Ue===Ne){if(_e>Ne){if(ue.charCodeAt(he+Ue)===47)return ue.slice(he+Ue+1);if(Ue===0)return ue.slice(he+Ue)}else Ie>Ne&&(oe.charCodeAt(de+Ue)===47?Fe=Ue:Ue===0&&(Fe=0));break}var kt=oe.charCodeAt(de+Ue),Et=ue.charCodeAt(he+Ue);if(kt!==Et)break;kt===47&&(Fe=Ue)}var Ve="";for(Ue=de+Fe+1;Ue<=pe;++Ue)(Ue===pe||oe.charCodeAt(Ue)===47)&&(Ve.length===0?Ve+="..":Ve+="/..");return Ve.length>0?Ve+ue.slice(he+Fe):(he+=Fe,ue.charCodeAt(he)===47&&++he,ue.slice(he))},_makeLong:function(oe){return oe},dirname:function(oe){if(j(oe),oe.length===0)return".";for(var ue=oe.charCodeAt(0),de=ue===47,pe=-1,Ie=!0,he=oe.length-1;he>=1;--he)if(ue=oe.charCodeAt(he),ue===47){if(!Ie){pe=he;break}}else Ie=!1;return pe===-1?de?"/":".":de&&pe===1?"//":oe.slice(0,pe)},basename:function(oe,ue){if(ue!==void 0&&typeof ue!="string")throw new TypeError('"ext" argument must be a string');j(oe);var de=0,pe=-1,Ie=!0,he;if(ue!==void 0&&ue.length>0&&ue.length<=oe.length){if(ue.length===oe.length&&ue===oe)return"";var Ce=ue.length-1,_e=-1;for(he=oe.length-1;he>=0;--he){var Ne=oe.charCodeAt(he);if(Ne===47){if(!Ie){de=he+1;break}}else _e===-1&&(Ie=!1,_e=he+1),Ce>=0&&(Ne===ue.charCodeAt(Ce)?--Ce===-1&&(pe=he):(Ce=-1,pe=_e))}return de===pe?pe=_e:pe===-1&&(pe=oe.length),oe.slice(de,pe)}else{for(he=oe.length-1;he>=0;--he)if(oe.charCodeAt(he)===47){if(!Ie){de=he+1;break}}else pe===-1&&(Ie=!1,pe=he+1);return pe===-1?"":oe.slice(de,pe)}},extname:function(oe){j(oe);for(var ue=-1,de=0,pe=-1,Ie=!0,he=0,Ce=oe.length-1;Ce>=0;--Ce){var _e=oe.charCodeAt(Ce);if(_e===47){if(!Ie){de=Ce+1;break}continue}pe===-1&&(Ie=!1,pe=Ce+1),_e===46?ue===-1?ue=Ce:he!==1&&(he=1):ue!==-1&&(he=-1)}return ue===-1||pe===-1||he===0||he===1&&ue===pe-1&&ue===de+1?"":oe.slice(ue,pe)},format:function(oe){if(oe===null||typeof oe!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof oe);return z("/",oe)},parse:function(oe){j(oe);var ue={root:"",dir:"",base:"",ext:"",name:""};if(oe.length===0)return ue;var de=oe.charCodeAt(0),pe=de===47,Ie;pe?(ue.root="/",Ie=1):Ie=0;for(var he=-1,Ce=0,_e=-1,Ne=!0,Fe=oe.length-1,Ue=0;Fe>=Ie;--Fe){if(de=oe.charCodeAt(Fe),de===47){if(!Ne){Ce=Fe+1;break}continue}_e===-1&&(Ne=!1,_e=Fe+1),de===46?he===-1?he=Fe:Ue!==1&&(Ue=1):he!==-1&&(Ue=-1)}return he===-1||_e===-1||Ue===0||Ue===1&&he===_e-1&&he===Ce+1?_e!==-1&&(Ce===0&&pe?ue.base=ue.name=oe.slice(1,_e):ue.base=ue.name=oe.slice(Ce,_e)):(Ce===0&&pe?(ue.name=oe.slice(1,he),ue.base=oe.slice(1,_e)):(ue.name=oe.slice(Ce,he),ue.base=oe.slice(Ce,_e)),ue.ext=oe.slice(he,_e)),Ce>0?ue.dir=oe.slice(0,Ce-1):pe&&(ue.dir="/"),ue},sep:"/",delimiter:":",win32:null,posix:null};re.posix=re,k.exports=re}).call(this)}).call(this,n("_process"))},{_process:540}],442:[function(n,k,L){(function($){(function(){(function(){var j={function:!0,object:!0},V=j[typeof window]&&window||this,z=j[typeof L]&&L,re=j[typeof k]&&k&&!k.nodeType&&k,ie=z&&re&&typeof $=="object"&&$;ie&&(ie.global===ie||ie.window===ie||ie.self===ie)&&(V=ie);var oe=Math.pow(2,53)-1,ue=/\bOpera/,de=Object.prototype,pe=de.hasOwnProperty,Ie=de.toString;function he(rr){return rr=String(rr),rr.charAt(0).toUpperCase()+rr.slice(1)}function Ce(rr,ar,nr){var ur={"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 ar&&nr&&/^Win/i.test(rr)&&!/^Windows Phone /i.test(rr)&&(ur=ur[/[\d.]+$/.exec(rr)])&&(rr="Windows "+ur),rr=String(rr),ar&&nr&&(rr=rr.replace(RegExp(ar,"i"),nr)),rr=Ne(rr.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]),rr}function _e(rr,ar){var nr=-1,ur=rr?rr.length:0;if(typeof ur=="number"&&ur>-1&&ur<=oe)for(;++nr<ur;)ar(rr[nr],nr,rr);else Fe(rr,ar)}function Ne(rr){return rr=qe(rr),/^(?:webOS|i(?:OS|P))/.test(rr)?rr:he(rr)}function Fe(rr,ar){for(var nr in rr)pe.call(rr,nr)&&ar(rr[nr],nr,rr)}function Ue(rr){return rr==null?he(rr):Ie.call(rr).slice(8,-1)}function kt(rr,ar){var nr=rr!=null?typeof rr[ar]:"number";return!/^(?:boolean|number|string|undefined)$/.test(nr)&&(nr=="object"?!!rr[ar]:!0)}function Et(rr){return String(rr).replace(/([ -])(?!$)/g,"$1?")}function Ve(rr,ar){var nr=null;return _e(rr,function(ur,cr){nr=ar(nr,ur,cr,rr)}),nr}function qe(rr){return String(rr).replace(/^ +| +$/g,"")}function jt(rr){var ar=V,nr=rr&&typeof rr=="object"&&Ue(rr)!="String";nr&&(ar=rr,rr=null);var ur=ar.navigator||{},cr=ur.userAgent||"";rr||(rr=cr);var _r=nr?!!ur.likeChrome:/\bChrome\b/.test(rr)&&!/internal|\n/i.test(Ie.toString()),hr="Object",Er=nr?hr:"ScriptBridgingProxyObject",kr=nr?hr:"Environment",xr=nr&&ar.java?"JavaPackage":Ue(ar.java),yr=nr?hr:"RuntimeObject",br=/\bJava/.test(xr)&&ar.java,Ir=br&&Ue(ar.environment)==kr,Mr=br?"a":"α",mr=br?"b":"β",gr=ar.document||{},jr=ar.operamini||ar.opera,Hr=ue.test(Hr=nr&&jr?jr["[[Class]]"]:Ue(jr))?Hr:jr=null,Vr,zr=rr,Sr=[],Tr=null,Br=rr==cr,vr=Br&&jr&&typeof jr.version=="function"&&jr.version(),Cr,Dr=Fr([{label:"EdgeHTML",pattern:"Edge"},"Trident",{label:"WebKit",pattern:"AppleWebKit"},"iCab","Presto","NetFront","Tasman","KHTML","Gecko"]),Rr=ca(["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"]),Wr=Wa([{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=Qr({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}}),Nr=Po(["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 Fr(Gr){return Ve(Gr,function(Ar,On){return Ar||RegExp("\\b"+(On.pattern||Et(On))+"\\b","i").exec(rr)&&(On.label||On)})}function Qr(Gr){return Ve(Gr,function(Ar,On,kn){return Ar||(On[Wr]||On[/^[a-z]+(?: +[a-z]+\b)*/i.exec(Wr)]||RegExp("\\b"+Et(kn)+"(?:\\b|\\w*\\d)","i").exec(rr))&&kn})}function ca(Gr){return Ve(Gr,function(Ar,On){return Ar||RegExp("\\b"+(On.pattern||Et(On))+"\\b","i").exec(rr)&&(On.label||On)})}function Po(Gr){return Ve(Gr,function(Ar,On){var kn=On.pattern||Et(On);return!Ar&&(Ar=RegExp("\\b"+kn+"(?:/[\\d.]+|[ \\w.]*)","i").exec(rr))&&(Ar=Ce(Ar,kn,On.label||On)),Ar})}function Wa(Gr){return Ve(Gr,function(Ar,On){var kn=On.pattern||Et(On);return!Ar&&(Ar=RegExp("\\b"+kn+" *\\d+[.\\w_]*","i").exec(rr)||RegExp("\\b"+kn+" *\\w+-[\\w]*","i").exec(rr)||RegExp("\\b"+kn+"(?:; *(?:[a-z]+[_-])?[a-z]+\\d+|[^ ();-]*)","i").exec(rr))&&((Ar=String(On.label&&!RegExp(kn,"i").test(On.label)?On.label:Ar).split("/"))[1]&&!/[\d.]+/.test(Ar[0])&&(Ar[0]+=" "+Ar[1]),On=On.label||On,Ar=Ne(Ar[0].replace(RegExp(kn,"i"),On).replace(RegExp("; *(?:"+On+"[_-])?","i")," ").replace(RegExp("("+On+")[-_.]?(\\w)","i"),"$1 $2"))),Ar})}function Go(Gr){return Ve(Gr,function(Ar,On){return Ar||(RegExp(On+"(?:-[\\d.]+/|(?: for [\\w-]+)?[ /-])([\\d.]+[^ ();/_-]*)","i").exec(rr)||0)[1]||null})}function us(){return this.description||""}if(Dr&&(Dr=[Dr]),/\bAndroid\b/.test(Nr)&&!Wr&&(Vr=/\bAndroid[^;]*;(.*?)(?:Build|\) AppleWebKit)\b/i.exec(rr))&&(Wr=qe(Vr[1]).replace(/^[a-z]{2}-[a-z]{2};\s*/i,"")||null),Kr&&!Wr?Wr=Wa([Kr]):Kr&&Wr&&(Wr=Wr.replace(RegExp("^("+Et(Kr)+")[-_.\\s]","i"),Kr+" ").replace(RegExp("^("+Et(Kr)+")[-_.]?(\\w)","i"),Kr+" $2")),(Vr=/\bGoogle TV\b/.exec(Wr))&&(Wr=Vr[0]),/\bSimulator\b/i.test(rr)&&(Wr=(Wr?Wr+" ":"")+"Simulator"),Rr=="Opera Mini"&&/\bOPiOS\b/.test(rr)&&Sr.push("running in Turbo/Uncompressed mode"),Rr=="IE"&&/\blike iPhone OS\b/.test(rr)?(Vr=jt(rr.replace(/like iPhone OS/,"")),Kr=Vr.manufacturer,Wr=Vr.product):/^iP/.test(Wr)?(Rr||(Rr="Safari"),Nr="iOS"+((Vr=/ OS ([\d_]+)/i.exec(rr))?" "+Vr[1].replace(/_/g,"."):"")):Rr=="Konqueror"&&/^Linux\b/i.test(Nr)?Nr="Kubuntu":Kr&&Kr!="Google"&&(/Chrome/.test(Rr)&&!/\bMobile Safari\b/i.test(rr)||/\bVita\b/.test(Wr))||/\bAndroid\b/.test(Nr)&&/^Chrome/.test(Rr)&&/\bVersion\//i.test(rr)?(Rr="Android Browser",Nr=/\bAndroid\b/.test(Nr)?Nr:"Android"):Rr=="Silk"?(/\bMobi/i.test(rr)||(Nr="Android",Sr.unshift("desktop mode")),/Accelerated *= *true/i.test(rr)&&Sr.unshift("accelerated")):Rr=="UC Browser"&&/\bUCWEB\b/.test(rr)?Sr.push("speed mode"):Rr=="PaleMoon"&&(Vr=/\bFirefox\/([\d.]+)\b/.exec(rr))?Sr.push("identifying as Firefox "+Vr[1]):Rr=="Firefox"&&(Vr=/\b(Mobile|Tablet|TV)\b/i.exec(rr))?(Nr||(Nr="Firefox OS"),Wr||(Wr=Vr[1])):!Rr||(Vr=!/\bMinefield\b/i.test(rr)&&/\b(?:Firefox|Safari)\b/.exec(Rr))?(Rr&&!Wr&&/[\/,]|^[^(]+?\)/.test(rr.slice(rr.indexOf(Vr+"/")+8))&&(Rr=null),(Vr=Wr||Kr||Nr)&&(Wr||Kr||/\b(?:Android|Symbian OS|Tablet OS|webOS)\b/.test(Nr))&&(Rr=/[a-z]+(?: Hat)?/i.exec(/\bAndroid\b/.test(Nr)?Nr:Vr)+" Browser")):Rr=="Electron"&&(Vr=(/\bChrome\/([\d.]+)\b/.exec(rr)||0)[1])&&Sr.push("Chromium "+Vr),vr||(vr=Go(["(?:Cloud9|CriOS|CrMo|Edge|Edg|EdgA|EdgiOS|FxiOS|HeadlessChrome|IEMobile|Iron|Opera ?Mini|OPiOS|OPR|Raven|SamsungBrowser|Silk(?!/[\\d.]+$)|UCBrowser|YaBrowser)","Version",Et(Rr),"(?:Firefox|Minefield|NetFront)"])),(Vr=Dr=="iCab"&&parseFloat(vr)>3&&"WebKit"||/\bOpera\b/.test(Rr)&&(/\bOPR\b/.test(rr)?"Blink":"Presto")||/\b(?:Midori|Nook|Safari)\b/i.test(rr)&&!/^(?:Trident|EdgeHTML)$/.test(Dr)&&"WebKit"||!Dr&&/\bMSIE\b/i.test(rr)&&(Nr=="Mac OS"?"Tasman":"Trident")||Dr=="WebKit"&&/\bPlayStation\b(?! Vita\b)/i.test(Rr)&&"NetFront")&&(Dr=[Vr]),Rr=="IE"&&(Vr=(/; *(?:XBLWP|ZuneWP)(\d+)/i.exec(rr)||0)[1])?(Rr+=" Mobile",Nr="Windows Phone "+(/\+$/.test(Vr)?Vr:Vr+".x"),Sr.unshift("desktop mode")):/\bWPDesktop\b/i.test(rr)?(Rr="IE Mobile",Nr="Windows Phone 8.x",Sr.unshift("desktop mode"),vr||(vr=(/\brv:([\d.]+)/.exec(rr)||0)[1])):Rr!="IE"&&Dr=="Trident"&&(Vr=/\brv:([\d.]+)/.exec(rr))&&(Rr&&Sr.push("identifying as "+Rr+(vr?" "+vr:"")),Rr="IE",vr=Vr[1]),Br){if(kt(ar,"global"))if(br&&(Vr=br.lang.System,zr=Vr.getProperty("os.arch"),Nr=Nr||Vr.getProperty("os.name")+" "+Vr.getProperty("os.version")),Ir){try{vr=ar.require("ringo/engine").version.join("."),Rr="RingoJS"}catch{(Vr=ar.system)&&Vr.global.system==ar.system&&(Rr="Narwhal",Nr||(Nr=Vr[0].os||null))}Rr||(Rr="Rhino")}else typeof ar.process=="object"&&!ar.process.browser&&(Vr=ar.process)&&(typeof Vr.versions=="object"&&(typeof Vr.versions.electron=="string"?(Sr.push("Node "+Vr.versions.node),Rr="Electron",vr=Vr.versions.electron):typeof Vr.versions.nw=="string"&&(Sr.push("Chromium "+vr,"Node "+Vr.versions.node),Rr="NW.js",vr=Vr.versions.nw)),Rr||(Rr="Node.js",zr=Vr.arch,Nr=Vr.platform,vr=/[\d.]+/.exec(Vr.version),vr=vr?vr[0]:null));else Ue(Vr=ar.runtime)==Er?(Rr="Adobe AIR",Nr=Vr.flash.system.Capabilities.os):Ue(Vr=ar.phantom)==yr?(Rr="PhantomJS",vr=(Vr=Vr.version||null)&&Vr.major+"."+Vr.minor+"."+Vr.patch):typeof gr.documentMode=="number"&&(Vr=/\bTrident\/(\d+)/i.exec(rr))?(vr=[vr,gr.documentMode],(Vr=+Vr[1]+4)!=vr[1]&&(Sr.push("IE "+vr[1]+" mode"),Dr&&(Dr[1]=""),vr[1]=Vr),vr=Rr=="IE"?String(vr[1].toFixed(1)):vr[0]):typeof gr.documentMode=="number"&&/^(?:Chrome|Firefox)\b/.test(Rr)&&(Sr.push("masking as "+Rr+" "+vr),Rr="IE",vr="11.0",Dr=["Trident"],Nr="Windows");Nr=Nr&&Ne(Nr)}if(vr&&(Vr=/(?:[ab]|dp|pre|[ab]\d+pre)(?:\d+\+?)?$/i.exec(vr)||/(?:alpha|beta)(?: ?\d)?/i.exec(rr+";"+(Br&&ur.appMinorVersion))||/\bMinefield\b/i.test(rr)&&"a")&&(Tr=/b/i.test(Vr)?"beta":"alpha",vr=vr.replace(RegExp(Vr+"\\+?$"),"")+(Tr=="beta"?mr:Mr)+(/\d+\+?/.exec(Vr)||"")),Rr=="Fennec"||Rr=="Firefox"&&/\b(?:Android|Firefox OS|KaiOS)\b/.test(Nr))Rr="Firefox Mobile";else if(Rr=="Maxthon"&&vr)vr=vr.replace(/\.[\d.]+/,".x");else if(/\bXbox\b/i.test(Wr))Wr=="Xbox 360"&&(Nr=null),Wr=="Xbox 360"&&/\bIEMobile\b/.test(rr)&&Sr.unshift("mobile mode");else if((/^(?:Chrome|IE|Opera)$/.test(Rr)||Rr&&!Wr&&!/Browser|Mobi/.test(Rr))&&(Nr=="Windows CE"||/Mobi/i.test(rr)))Rr+=" Mobile";else if(Rr=="IE"&&Br)try{ar.external===null&&Sr.unshift("platform preview")}catch{Sr.unshift("embedded")}else(/\bBlackBerry\b/.test(Wr)||/\bBB10\b/.test(rr))&&(Vr=(RegExp(Wr.replace(/ +/g," *")+"/([.\\d]+)","i").exec(rr)||0)[1]||vr)?(Vr=[Vr,/BB10/.test(rr)],Nr=(Vr[1]?(Wr=null,Kr="BlackBerry"):"Device Software")+" "+Vr[0],vr=null):this!=Fe&&Wr!="Wii"&&(Br&&jr||/Opera/.test(Rr)&&/\b(?:MSIE|Firefox)\b/i.test(rr)||Rr=="Firefox"&&/\bOS X (?:\d+\.){2,}/.test(Nr)||Rr=="IE"&&(Nr&&!/^Win/.test(Nr)&&vr>5.5||/\bWindows XP\b/.test(Nr)&&vr>8||vr==8&&!/\bTrident\b/.test(rr)))&&!ue.test(Vr=jt.call(Fe,rr.replace(ue,"")+";"))&&Vr.name&&(Vr="ing as "+Vr.name+((Vr=Vr.version)?" "+Vr:""),ue.test(Rr)?(/\bIE\b/.test(Vr)&&Nr=="Mac OS"&&(Nr=null),Vr="identify"+Vr):(Vr="mask"+Vr,Hr?Rr=Ne(Hr.replace(/([a-z])([A-Z])/g,"$1 $2")):Rr="Opera",/\bIE\b/.test(Vr)&&(Nr=null),Br||(vr=null)),Dr=["Presto"],Sr.push(Vr));(Vr=(/\bAppleWebKit\/([\d.]+\+?)/i.exec(rr)||0)[1])&&(Vr=[parseFloat(Vr.replace(/\.(\d)$/,".0$1")),Vr],Rr=="Safari"&&Vr[1].slice(-1)=="+"?(Rr="WebKit Nightly",Tr="alpha",vr=Vr[1].slice(0,-1)):(vr==Vr[1]||vr==(Vr[2]=(/\bSafari\/([\d.]+\+?)/i.exec(rr)||0)[1]))&&(vr=null),Vr[1]=(/\b(?:Headless)?Chrome\/([\d.]+)/i.exec(rr)||0)[1],Vr[0]==537.36&&Vr[2]==537.36&&parseFloat(Vr[1])>=28&&Dr=="WebKit"&&(Dr=["Blink"]),!Br||!_r&&!Vr[1]?(Dr&&(Dr[1]="like Safari"),Vr=(Vr=Vr[0],Vr<400?1:Vr<500?2:Vr<526?3:Vr<533?4:Vr<534?"4+":Vr<535?5:Vr<537?6:Vr<538?7:Vr<601?8:Vr<602?9:Vr<604?10:Vr<606?11:Vr<608?12:"12")):(Dr&&(Dr[1]="like Chrome"),Vr=Vr[1]||(Vr=Vr[0],Vr<530?1:Vr<532?2:Vr<532.05?3:Vr<533?4:Vr<534.03?5:Vr<534.07?6:Vr<534.1?7:Vr<534.13?8:Vr<534.16?9:Vr<534.24?10:Vr<534.3?11:Vr<535.01?12:Vr<535.02?"13+":Vr<535.07?15:Vr<535.11?16:Vr<535.19?17:Vr<536.05?18:Vr<536.1?19:Vr<537.01?20:Vr<537.11?"21+":Vr<537.13?23:Vr<537.18?24:Vr<537.24?25:Vr<537.36?26:Dr!="Blink"?"27":"28")),Dr&&(Dr[1]+=" "+(Vr+=typeof Vr=="number"?".x":/[.+]/.test(Vr)?"":"+")),Rr=="Safari"&&(!vr||parseInt(vr)>45)?vr=Vr:Rr=="Chrome"&&/\bHeadlessChrome/i.test(rr)&&Sr.unshift("headless")),Rr=="Opera"&&(Vr=/\bzbov|zvav$/.exec(Nr))?(Rr+=" ",Sr.unshift("desktop mode"),Vr=="zvav"?(Rr+="Mini",vr=null):Rr+="Mobile",Nr=Nr.replace(RegExp(" *"+Vr+"$"),"")):Rr=="Safari"&&/\bChrome\b/.exec(Dr&&Dr[1])?(Sr.unshift("desktop mode"),Rr="Chrome Mobile",vr=null,/\bOS X\b/.test(Nr)?(Kr="Apple",Nr="iOS 4.3+"):Nr=null):/\bSRWare Iron\b/.test(Rr)&&!vr&&(vr=Go("Chrome")),vr&&vr.indexOf(Vr=/[\d.]+$/.exec(Nr))==0&&rr.indexOf("/"+Vr+"-")>-1&&(Nr=qe(Nr.replace(Vr,""))),Nr&&Nr.indexOf(Rr)!=-1&&!RegExp(Rr+" OS").test(Nr)&&(Nr=Nr.replace(RegExp(" *"+Et(Rr)+" *"),"")),Dr&&!/\b(?:Avant|Nook)\b/.test(Rr)&&(/Browser|Lunascape|Maxthon/.test(Rr)||Rr!="Safari"&&/^iOS/.test(Nr)&&/\bSafari\b/.test(Dr[1])||/^(?:Adobe|Arora|Breach|Midori|Opera|Phantom|Rekonq|Rock|Samsung Internet|Sleipnir|SRWare Iron|Vivaldi|Web)/.test(Rr)&&Dr[1])&&(Vr=Dr[Dr.length-1])&&Sr.push(Vr),Sr.length&&(Sr=["("+Sr.join("; ")+")"]),Kr&&Wr&&Wr.indexOf(Kr)<0&&Sr.push("on "+Kr),Wr&&Sr.push((/^on /.test(Sr[Sr.length-1])?"":"on ")+Wr),Nr&&(Vr=/ ([\d.+]+)$/.exec(Nr),Cr=Vr&&Nr.charAt(Nr.length-Vr[0].length-1)=="/",Nr={architecture:32,family:Vr&&!Cr?Nr.replace(Vr[0],""):Nr,version:Vr?Vr[1]:null,toString:function(){var Gr=this.version;return this.family+(Gr&&!Cr?" "+Gr:"")+(this.architecture==64?" 64-bit":"")}}),(Vr=/\b(?:AMD|IA|Win|WOW|x86_|x)64\b/i.exec(zr))&&!/\bi686\b/i.test(zr)?(Nr&&(Nr.architecture=64,Nr.family=Nr.family.replace(RegExp(" *"+Vr),"")),Rr&&(/\bWOW64\b/i.test(rr)||Br&&/\w(?:86|32)$/.test(ur.cpuClass||ur.platform)&&!/\bWin64; x64\b/i.test(rr))&&Sr.unshift("32-bit")):Nr&&/^OS X/.test(Nr.family)&&Rr=="Chrome"&&parseFloat(vr)>=39&&(Nr.architecture=64),rr||(rr=null);var Kn={};return Kn.description=rr,Kn.layout=Dr&&Dr[0],Kn.manufacturer=Kr,Kn.name=Rr,Kn.prerelease=Tr,Kn.product=Wr,Kn.ua=rr,Kn.version=Rr&&vr,Kn.os=Nr||{architecture:null,family:null,version:null,toString:function(){return"null"}},Kn.parse=jt,Kn.toString=us,Kn.version&&Sr.unshift(vr),Kn.name&&Sr.unshift(Rr),Nr&&Rr&&!(Nr==String(Nr).split(" ")[0]&&(Nr==Rr.split(" ")[0]||Wr))&&Sr.push(Wr?"("+Nr+")":"on "+Nr),Sr.length&&(Kn.description=Sr.join(" ")),Kn}var tr=jt();z&&re?Fe(tr,function(rr,ar){z[ar]=rr}):V.platform=tr}).call(this)}).call(this)}).call(this,typeof y<"u"?y:typeof self<"u"?self:typeof window<"u"?window:{})},{}],443:[function(n,k,L){(function($){(function(){typeof $>"u"||!$.version||$.version.indexOf("v0.")===0||$.version.indexOf("v1.")===0&&$.version.indexOf("v1.8.")!==0?k.exports={nextTick:j}:k.exports=$;function j(V,z,re,ie){if(typeof V!="function")throw new TypeError('"callback" argument must be a function');var oe=arguments.length,ue,de;switch(oe){case 0:case 1:return $.nextTick(V);case 2:return $.nextTick(function(){V.call(null,z)});case 3:return $.nextTick(function(){V.call(null,z,re)});case 4:return $.nextTick(function(){V.call(null,z,re,ie)});default:for(ue=new Array(oe-1),de=0;de<ue.length;)ue[de++]=arguments[de];return $.nextTick(function(){V.apply(null,ue)})}}}).call(this)}).call(this,n("_process"))},{_process:540}],444:[function(n,k,L){var $=k.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 ie(Fe){if(j===setTimeout)return setTimeout(Fe,0);if((j===z||!j)&&setTimeout)return j=setTimeout,setTimeout(Fe,0);try{return j(Fe,0)}catch{try{return j.call(null,Fe,0)}catch{return j.call(this,Fe,0)}}}function oe(Fe){if(V===clearTimeout)return clearTimeout(Fe);if((V===re||!V)&&clearTimeout)return V=clearTimeout,clearTimeout(Fe);try{return V(Fe)}catch{try{return V.call(null,Fe)}catch{return V.call(this,Fe)}}}var ue=[],de=!1,pe,Ie=-1;function he(){!de||!pe||(de=!1,pe.length?ue=pe.concat(ue):Ie=-1,ue.length&&Ce())}function Ce(){if(!de){var Fe=ie(he);de=!0;for(var Ue=ue.length;Ue;){for(pe=ue,ue=[];++Ie<Ue;)pe&&pe[Ie].run();Ie=-1,Ue=ue.length}pe=null,de=!1,oe(Fe)}}$.nextTick=function(Fe){var Ue=new Array(arguments.length-1);if(arguments.length>1)for(var kt=1;kt<arguments.length;kt++)Ue[kt-1]=arguments[kt];ue.push(new _e(Fe,Ue)),ue.length===1&&!de&&ie(Ce)};function _e(Fe,Ue){this.fun=Fe,this.array=Ue}_e.prototype.run=function(){this.fun.apply(null,this.array)},$.title="browser",$.browser=!0,$.env={},$.argv=[],$.version="",$.versions={};function Ne(){}$.on=Ne,$.addListener=Ne,$.once=Ne,$.off=Ne,$.removeListener=Ne,$.removeAllListeners=Ne,$.emit=Ne,$.prependListener=Ne,$.prependOnceListener=Ne,$.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}},{}],445:[function(n,k,L){(function($){(function(){(function(j){var V=typeof L=="object"&&L&&!L.nodeType&&L,z=typeof k=="object"&&k&&!k.nodeType&&k,re=typeof $=="object"&&$;(re.global===re||re.window===re||re.self===re)&&(j=re);var ie,oe=2147483647,ue=36,de=1,pe=26,Ie=38,he=700,Ce=72,_e=128,Ne="-",Fe=/^xn--/,Ue=/[^\x20-\x7E]/,kt=/[\x2E\u3002\uFF0E\uFF61]/g,Et={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},Ve=ue-de,qe=Math.floor,jt=String.fromCharCode,tr;function rr(Ir){throw new RangeError(Et[Ir])}function ar(Ir,Mr){for(var mr=Ir.length,gr=[];mr--;)gr[mr]=Mr(Ir[mr]);return gr}function nr(Ir,Mr){var mr=Ir.split("@"),gr="";mr.length>1&&(gr=mr[0]+"@",Ir=mr[1]),Ir=Ir.replace(kt,".");var jr=Ir.split("."),Hr=ar(jr,Mr).join(".");return gr+Hr}function ur(Ir){for(var Mr=[],mr=0,gr=Ir.length,jr,Hr;mr<gr;)jr=Ir.charCodeAt(mr++),jr>=55296&&jr<=56319&&mr<gr?(Hr=Ir.charCodeAt(mr++),(Hr&64512)==56320?Mr.push(((jr&1023)<<10)+(Hr&1023)+65536):(Mr.push(jr),mr--)):Mr.push(jr);return Mr}function cr(Ir){return ar(Ir,function(Mr){var mr="";return Mr>65535&&(Mr-=65536,mr+=jt(Mr>>>10&1023|55296),Mr=56320|Mr&1023),mr+=jt(Mr),mr}).join("")}function _r(Ir){return Ir-48<10?Ir-22:Ir-65<26?Ir-65:Ir-97<26?Ir-97:ue}function hr(Ir,Mr){return Ir+22+75*(Ir<26)-((Mr!=0)<<5)}function Er(Ir,Mr,mr){var gr=0;for(Ir=mr?qe(Ir/he):Ir>>1,Ir+=qe(Ir/Mr);Ir>Ve*pe>>1;gr+=ue)Ir=qe(Ir/Ve);return qe(gr+(Ve+1)*Ir/(Ir+Ie))}function kr(Ir){var Mr=[],mr=Ir.length,gr,jr=0,Hr=_e,Vr=Ce,zr,Sr,Tr,Br,vr,Cr,Dr,Rr,Wr;for(zr=Ir.lastIndexOf(Ne),zr<0&&(zr=0),Sr=0;Sr<zr;++Sr)Ir.charCodeAt(Sr)>=128&&rr("not-basic"),Mr.push(Ir.charCodeAt(Sr));for(Tr=zr>0?zr+1:0;Tr<mr;){for(Br=jr,vr=1,Cr=ue;Tr>=mr&&rr("invalid-input"),Dr=_r(Ir.charCodeAt(Tr++)),(Dr>=ue||Dr>qe((oe-jr)/vr))&&rr("overflow"),jr+=Dr*vr,Rr=Cr<=Vr?de:Cr>=Vr+pe?pe:Cr-Vr,!(Dr<Rr);Cr+=ue)Wr=ue-Rr,vr>qe(oe/Wr)&&rr("overflow"),vr*=Wr;gr=Mr.length+1,Vr=Er(jr-Br,gr,Br==0),qe(jr/gr)>oe-Hr&&rr("overflow"),Hr+=qe(jr/gr),jr%=gr,Mr.splice(jr++,0,Hr)}return cr(Mr)}function xr(Ir){var Mr,mr,gr,jr,Hr,Vr,zr,Sr,Tr,Br,vr,Cr=[],Dr,Rr,Wr,Kr;for(Ir=ur(Ir),Dr=Ir.length,Mr=_e,mr=0,Hr=Ce,Vr=0;Vr<Dr;++Vr)vr=Ir[Vr],vr<128&&Cr.push(jt(vr));for(gr=jr=Cr.length,jr&&Cr.push(Ne);gr<Dr;){for(zr=oe,Vr=0;Vr<Dr;++Vr)vr=Ir[Vr],vr>=Mr&&vr<zr&&(zr=vr);for(Rr=gr+1,zr-Mr>qe((oe-mr)/Rr)&&rr("overflow"),mr+=(zr-Mr)*Rr,Mr=zr,Vr=0;Vr<Dr;++Vr)if(vr=Ir[Vr],vr<Mr&&++mr>oe&&rr("overflow"),vr==Mr){for(Sr=mr,Tr=ue;Br=Tr<=Hr?de:Tr>=Hr+pe?pe:Tr-Hr,!(Sr<Br);Tr+=ue)Kr=Sr-Br,Wr=ue-Br,Cr.push(jt(hr(Br+Kr%Wr,0))),Sr=qe(Kr/Wr);Cr.push(jt(hr(Sr,0))),Hr=Er(mr,Rr,gr==jr),mr=0,++gr}++mr,++Mr}return Cr.join("")}function yr(Ir){return nr(Ir,function(Mr){return Fe.test(Mr)?kr(Mr.slice(4).toLowerCase()):Mr})}function br(Ir){return nr(Ir,function(Mr){return Ue.test(Mr)?"xn--"+xr(Mr):Mr})}if(ie={version:"1.4.1",ucs2:{decode:ur,encode:cr},decode:kr,encode:xr,toASCII:br,toUnicode:yr},V&&z)if(k.exports==V)z.exports=ie;else for(tr in ie)ie.hasOwnProperty(tr)&&(V[tr]=ie[tr]);else j.punycode=ie})(this)}).call(this)}).call(this,typeof y<"u"?y:typeof self<"u"?self:typeof window<"u"?window:{})},{}],446:[function(n,k,L){var $=String.prototype.replace,j=/%20/g,V={RFC1738:"RFC1738",RFC3986:"RFC3986"};k.exports={default:V.RFC3986,formatters:{RFC1738:function(z){return $.call(z,j,"+")},RFC3986:function(z){return String(z)}},RFC1738:V.RFC1738,RFC3986:V.RFC3986}},{}],447:[function(n,k,L){var $=n("./stringify"),j=n("./parse"),V=n("./formats");k.exports={formats:V,parse:j,stringify:$}},{"./formats":446,"./parse":448,"./stringify":449}],448:[function(n,k,L){var $=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:$.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},re=function(Ce){return Ce.replace(/&#(\d+);/g,function(_e,Ne){return String.fromCharCode(parseInt(Ne,10))})},ie=function(Ce,_e){return Ce&&typeof Ce=="string"&&_e.comma&&Ce.indexOf(",")>-1?Ce.split(","):Ce},oe="utf8=%26%2310003%3B",ue="utf8=%E2%9C%93",de=function(_e,Ne){var Fe={__proto__:null},Ue=Ne.ignoreQueryPrefix?_e.replace(/^\?/,""):_e,kt=Ne.parameterLimit===1/0?void 0:Ne.parameterLimit,Et=Ue.split(Ne.delimiter,kt),Ve=-1,qe,jt=Ne.charset;if(Ne.charsetSentinel)for(qe=0;qe<Et.length;++qe)Et[qe].indexOf("utf8=")===0&&(Et[qe]===ue?jt="utf-8":Et[qe]===oe&&(jt="iso-8859-1"),Ve=qe,qe=Et.length);for(qe=0;qe<Et.length;++qe)if(qe!==Ve){var tr=Et[qe],rr=tr.indexOf("]="),ar=rr===-1?tr.indexOf("="):rr+1,nr,ur;ar===-1?(nr=Ne.decoder(tr,z.decoder,jt,"key"),ur=Ne.strictNullHandling?null:""):(nr=Ne.decoder(tr.slice(0,ar),z.decoder,jt,"key"),ur=$.maybeMap(ie(tr.slice(ar+1),Ne),function(cr){return Ne.decoder(cr,z.decoder,jt,"value")})),ur&&Ne.interpretNumericEntities&&jt==="iso-8859-1"&&(ur=re(ur)),tr.indexOf("[]=")>-1&&(ur=V(ur)?[ur]:ur),j.call(Fe,nr)?Fe[nr]=$.combine(Fe[nr],ur):Fe[nr]=ur}return Fe},pe=function(Ce,_e,Ne,Fe){for(var Ue=Fe?_e:ie(_e,Ne),kt=Ce.length-1;kt>=0;--kt){var Et,Ve=Ce[kt];if(Ve==="[]"&&Ne.parseArrays)Et=[].concat(Ue);else{Et=Ne.plainObjects?Object.create(null):{};var qe=Ve.charAt(0)==="["&&Ve.charAt(Ve.length-1)==="]"?Ve.slice(1,-1):Ve,jt=parseInt(qe,10);!Ne.parseArrays&&qe===""?Et={0:Ue}:!isNaN(jt)&&Ve!==qe&&String(jt)===qe&&jt>=0&&Ne.parseArrays&&jt<=Ne.arrayLimit?(Et=[],Et[jt]=Ue):qe!=="__proto__"&&(Et[qe]=Ue)}Ue=Et}return Ue},Ie=function(_e,Ne,Fe,Ue){if(_e){var kt=Fe.allowDots?_e.replace(/\.([^.[]+)/g,"[$1]"):_e,Et=/(\[[^[\]]*])/,Ve=/(\[[^[\]]*])/g,qe=Fe.depth>0&&Et.exec(kt),jt=qe?kt.slice(0,qe.index):kt,tr=[];if(jt){if(!Fe.plainObjects&&j.call(Object.prototype,jt)&&!Fe.allowPrototypes)return;tr.push(jt)}for(var rr=0;Fe.depth>0&&(qe=Ve.exec(kt))!==null&&rr<Fe.depth;){if(rr+=1,!Fe.plainObjects&&j.call(Object.prototype,qe[1].slice(1,-1))&&!Fe.allowPrototypes)return;tr.push(qe[1])}return qe&&tr.push("["+kt.slice(qe.index)+"]"),pe(tr,Ne,Fe,Ue)}},he=function(_e){if(!_e)return z;if(_e.decoder!==null&&_e.decoder!==void 0&&typeof _e.decoder!="function")throw new TypeError("Decoder has to be a function.");if(typeof _e.charset<"u"&&_e.charset!=="utf-8"&&_e.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var Ne=typeof _e.charset>"u"?z.charset:_e.charset;return{allowDots:typeof _e.allowDots>"u"?z.allowDots:!!_e.allowDots,allowPrototypes:typeof _e.allowPrototypes=="boolean"?_e.allowPrototypes:z.allowPrototypes,allowSparse:typeof _e.allowSparse=="boolean"?_e.allowSparse:z.allowSparse,arrayLimit:typeof _e.arrayLimit=="number"?_e.arrayLimit:z.arrayLimit,charset:Ne,charsetSentinel:typeof _e.charsetSentinel=="boolean"?_e.charsetSentinel:z.charsetSentinel,comma:typeof _e.comma=="boolean"?_e.comma:z.comma,decoder:typeof _e.decoder=="function"?_e.decoder:z.decoder,delimiter:typeof _e.delimiter=="string"||$.isRegExp(_e.delimiter)?_e.delimiter:z.delimiter,depth:typeof _e.depth=="number"||_e.depth===!1?+_e.depth:z.depth,ignoreQueryPrefix:_e.ignoreQueryPrefix===!0,interpretNumericEntities:typeof _e.interpretNumericEntities=="boolean"?_e.interpretNumericEntities:z.interpretNumericEntities,parameterLimit:typeof _e.parameterLimit=="number"?_e.parameterLimit:z.parameterLimit,parseArrays:_e.parseArrays!==!1,plainObjects:typeof _e.plainObjects=="boolean"?_e.plainObjects:z.plainObjects,strictNullHandling:typeof _e.strictNullHandling=="boolean"?_e.strictNullHandling:z.strictNullHandling}};k.exports=function(Ce,_e){var Ne=he(_e);if(Ce===""||Ce===null||typeof Ce>"u")return Ne.plainObjects?Object.create(null):{};for(var Fe=typeof Ce=="string"?de(Ce,Ne):Ce,Ue=Ne.plainObjects?Object.create(null):{},kt=Object.keys(Fe),Et=0;Et<kt.length;++Et){var Ve=kt[Et],qe=Ie(Ve,Fe[Ve],Ne,typeof Ce=="string");Ue=$.merge(Ue,qe,Ne)}return Ne.allowSparse===!0?Ue:$.compact(Ue)}},{"./utils":450}],449:[function(n,k,L){var $=n("side-channel"),j=n("./utils"),V=n("./formats"),z=Object.prototype.hasOwnProperty,re={brackets:function(Ue){return Ue+"[]"},comma:"comma",indices:function(Ue,kt){return Ue+"["+kt+"]"},repeat:function(Ue){return Ue}},ie=Array.isArray,oe=Array.prototype.push,ue=function(Fe,Ue){oe.apply(Fe,ie(Ue)?Ue:[Ue])},de=Date.prototype.toISOString,pe=V.default,Ie={addQueryPrefix:!1,allowDots:!1,charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encoder:j.encode,encodeValuesOnly:!1,format:pe,formatter:V.formatters[pe],indices:!1,serializeDate:function(Ue){return de.call(Ue)},skipNulls:!1,strictNullHandling:!1},he=function(Ue){return typeof Ue=="string"||typeof Ue=="number"||typeof Ue=="boolean"||typeof Ue=="symbol"||typeof Ue=="bigint"},Ce={},_e=function Fe(Ue,kt,Et,Ve,qe,jt,tr,rr,ar,nr,ur,cr,_r,hr,Er,kr){for(var xr=Ue,yr=kr,br=0,Ir=!1;(yr=yr.get(Ce))!==void 0&&!Ir;){var Mr=yr.get(Ue);if(br+=1,typeof Mr<"u"){if(Mr===br)throw new RangeError("Cyclic object value");Ir=!0}typeof yr.get(Ce)>"u"&&(br=0)}if(typeof rr=="function"?xr=rr(kt,xr):xr instanceof Date?xr=ur(xr):Et==="comma"&&ie(xr)&&(xr=j.maybeMap(xr,function(Cr){return Cr instanceof Date?ur(Cr):Cr})),xr===null){if(qe)return tr&&!hr?tr(kt,Ie.encoder,Er,"key",cr):kt;xr=""}if(he(xr)||j.isBuffer(xr)){if(tr){var mr=hr?kt:tr(kt,Ie.encoder,Er,"key",cr);return[_r(mr)+"="+_r(tr(xr,Ie.encoder,Er,"value",cr))]}return[_r(kt)+"="+_r(String(xr))]}var gr=[];if(typeof xr>"u")return gr;var jr;if(Et==="comma"&&ie(xr))hr&&tr&&(xr=j.maybeMap(xr,tr)),jr=[{value:xr.length>0?xr.join(",")||null:void 0}];else if(ie(rr))jr=rr;else{var Hr=Object.keys(xr);jr=ar?Hr.sort(ar):Hr}for(var Vr=Ve&&ie(xr)&&xr.length===1?kt+"[]":kt,zr=0;zr<jr.length;++zr){var Sr=jr[zr],Tr=typeof Sr=="object"&&typeof Sr.value<"u"?Sr.value:xr[Sr];if(!(jt&&Tr===null)){var Br=ie(xr)?typeof Et=="function"?Et(Vr,Sr):Vr:Vr+(nr?"."+Sr:"["+Sr+"]");kr.set(Ue,br);var vr=$();vr.set(Ce,kr),ue(gr,Fe(Tr,Br,Et,Ve,qe,jt,Et==="comma"&&hr&&ie(xr)?null:tr,rr,ar,nr,ur,cr,_r,hr,Er,vr))}}return gr},Ne=function(Ue){if(!Ue)return Ie;if(Ue.encoder!==null&&typeof Ue.encoder<"u"&&typeof Ue.encoder!="function")throw new TypeError("Encoder has to be a function.");var kt=Ue.charset||Ie.charset;if(typeof Ue.charset<"u"&&Ue.charset!=="utf-8"&&Ue.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var Et=V.default;if(typeof Ue.format<"u"){if(!z.call(V.formatters,Ue.format))throw new TypeError("Unknown format option provided.");Et=Ue.format}var Ve=V.formatters[Et],qe=Ie.filter;return(typeof Ue.filter=="function"||ie(Ue.filter))&&(qe=Ue.filter),{addQueryPrefix:typeof Ue.addQueryPrefix=="boolean"?Ue.addQueryPrefix:Ie.addQueryPrefix,allowDots:typeof Ue.allowDots>"u"?Ie.allowDots:!!Ue.allowDots,charset:kt,charsetSentinel:typeof Ue.charsetSentinel=="boolean"?Ue.charsetSentinel:Ie.charsetSentinel,delimiter:typeof Ue.delimiter>"u"?Ie.delimiter:Ue.delimiter,encode:typeof Ue.encode=="boolean"?Ue.encode:Ie.encode,encoder:typeof Ue.encoder=="function"?Ue.encoder:Ie.encoder,encodeValuesOnly:typeof Ue.encodeValuesOnly=="boolean"?Ue.encodeValuesOnly:Ie.encodeValuesOnly,filter:qe,format:Et,formatter:Ve,serializeDate:typeof Ue.serializeDate=="function"?Ue.serializeDate:Ie.serializeDate,skipNulls:typeof Ue.skipNulls=="boolean"?Ue.skipNulls:Ie.skipNulls,sort:typeof Ue.sort=="function"?Ue.sort:null,strictNullHandling:typeof Ue.strictNullHandling=="boolean"?Ue.strictNullHandling:Ie.strictNullHandling}};k.exports=function(Fe,Ue){var kt=Fe,Et=Ne(Ue),Ve,qe;typeof Et.filter=="function"?(qe=Et.filter,kt=qe("",kt)):ie(Et.filter)&&(qe=Et.filter,Ve=qe);var jt=[];if(typeof kt!="object"||kt===null)return"";var tr;Ue&&Ue.arrayFormat in re?tr=Ue.arrayFormat:Ue&&"indices"in Ue?tr=Ue.indices?"indices":"repeat":tr="indices";var rr=re[tr];if(Ue&&"commaRoundTrip"in Ue&&typeof Ue.commaRoundTrip!="boolean")throw new TypeError("`commaRoundTrip` must be a boolean, or absent");var ar=rr==="comma"&&Ue&&Ue.commaRoundTrip;Ve||(Ve=Object.keys(kt)),Et.sort&&Ve.sort(Et.sort);for(var nr=$(),ur=0;ur<Ve.length;++ur){var cr=Ve[ur];Et.skipNulls&&kt[cr]===null||ue(jt,_e(kt[cr],cr,rr,ar,Et.strictNullHandling,Et.skipNulls,Et.encode?Et.encoder:null,Et.filter,Et.sort,Et.allowDots,Et.serializeDate,Et.format,Et.formatter,Et.encodeValuesOnly,Et.charset,nr))}var _r=jt.join(Et.delimiter),hr=Et.addQueryPrefix===!0?"?":"";return Et.charsetSentinel&&(Et.charset==="iso-8859-1"?hr+="utf8=%26%2310003%3B&":hr+="utf8=%E2%9C%93&"),_r.length>0?hr+_r:""}},{"./formats":446,"./utils":450,"side-channel":469}],450:[function(n,k,L){var $=n("./formats"),j=Object.prototype.hasOwnProperty,V=Array.isArray,z=function(){for(var Fe=[],Ue=0;Ue<256;++Ue)Fe.push("%"+((Ue<16?"0":"")+Ue.toString(16)).toUpperCase());return Fe}(),re=function(Ue){for(;Ue.length>1;){var kt=Ue.pop(),Et=kt.obj[kt.prop];if(V(Et)){for(var Ve=[],qe=0;qe<Et.length;++qe)typeof Et[qe]<"u"&&Ve.push(Et[qe]);kt.obj[kt.prop]=Ve}}},ie=function(Ue,kt){for(var Et=kt&&kt.plainObjects?Object.create(null):{},Ve=0;Ve<Ue.length;++Ve)typeof Ue[Ve]<"u"&&(Et[Ve]=Ue[Ve]);return Et},oe=function Fe(Ue,kt,Et){if(!kt)return Ue;if(typeof kt!="object"){if(V(Ue))Ue.push(kt);else if(Ue&&typeof Ue=="object")(Et&&(Et.plainObjects||Et.allowPrototypes)||!j.call(Object.prototype,kt))&&(Ue[kt]=!0);else return[Ue,kt];return Ue}if(!Ue||typeof Ue!="object")return[Ue].concat(kt);var Ve=Ue;return V(Ue)&&!V(kt)&&(Ve=ie(Ue,Et)),V(Ue)&&V(kt)?(kt.forEach(function(qe,jt){if(j.call(Ue,jt)){var tr=Ue[jt];tr&&typeof tr=="object"&&qe&&typeof qe=="object"?Ue[jt]=Fe(tr,qe,Et):Ue.push(qe)}else Ue[jt]=qe}),Ue):Object.keys(kt).reduce(function(qe,jt){var tr=kt[jt];return j.call(qe,jt)?qe[jt]=Fe(qe[jt],tr,Et):qe[jt]=tr,qe},Ve)},ue=function(Ue,kt){return Object.keys(kt).reduce(function(Et,Ve){return Et[Ve]=kt[Ve],Et},Ue)},de=function(Fe,Ue,kt){var Et=Fe.replace(/\+/g," ");if(kt==="iso-8859-1")return Et.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(Et)}catch{return Et}},pe=function(Ue,kt,Et,Ve,qe){if(Ue.length===0)return Ue;var jt=Ue;if(typeof Ue=="symbol"?jt=Symbol.prototype.toString.call(Ue):typeof Ue!="string"&&(jt=String(Ue)),Et==="iso-8859-1")return escape(jt).replace(/%u[0-9a-f]{4}/gi,function(nr){return"%26%23"+parseInt(nr.slice(2),16)+"%3B"});for(var tr="",rr=0;rr<jt.length;++rr){var ar=jt.charCodeAt(rr);if(ar===45||ar===46||ar===95||ar===126||ar>=48&&ar<=57||ar>=65&&ar<=90||ar>=97&&ar<=122||qe===$.RFC1738&&(ar===40||ar===41)){tr+=jt.charAt(rr);continue}if(ar<128){tr=tr+z[ar];continue}if(ar<2048){tr=tr+(z[192|ar>>6]+z[128|ar&63]);continue}if(ar<55296||ar>=57344){tr=tr+(z[224|ar>>12]+z[128|ar>>6&63]+z[128|ar&63]);continue}rr+=1,ar=65536+((ar&1023)<<10|jt.charCodeAt(rr)&1023),tr+=z[240|ar>>18]+z[128|ar>>12&63]+z[128|ar>>6&63]+z[128|ar&63]}return tr},Ie=function(Ue){for(var kt=[{obj:{o:Ue},prop:"o"}],Et=[],Ve=0;Ve<kt.length;++Ve)for(var qe=kt[Ve],jt=qe.obj[qe.prop],tr=Object.keys(jt),rr=0;rr<tr.length;++rr){var ar=tr[rr],nr=jt[ar];typeof nr=="object"&&nr!==null&&Et.indexOf(nr)===-1&&(kt.push({obj:jt,prop:ar}),Et.push(nr))}return re(kt),Ue},he=function(Ue){return Object.prototype.toString.call(Ue)==="[object RegExp]"},Ce=function(Ue){return!Ue||typeof Ue!="object"?!1:!!(Ue.constructor&&Ue.constructor.isBuffer&&Ue.constructor.isBuffer(Ue))},_e=function(Ue,kt){return[].concat(Ue,kt)},Ne=function(Ue,kt){if(V(Ue)){for(var Et=[],Ve=0;Ve<Ue.length;Ve+=1)Et.push(kt(Ue[Ve]));return Et}return kt(Ue)};k.exports={arrayToObject:ie,assign:ue,combine:_e,compact:Ie,decode:de,encode:pe,isBuffer:Ce,isRegExp:he,maybeMap:Ne,merge:oe}},{"./formats":446}],451:[function(n,k,L){function $(V,z){return Object.prototype.hasOwnProperty.call(V,z)}k.exports=function(V,z,re,ie){z=z||"&",re=re||"=";var oe={};if(typeof V!="string"||V.length===0)return oe;var ue=/\+/g;V=V.split(z);var de=1e3;ie&&typeof ie.maxKeys=="number"&&(de=ie.maxKeys);var pe=V.length;de>0&&pe>de&&(pe=de);for(var Ie=0;Ie<pe;++Ie){var he=V[Ie].replace(ue,"%20"),Ce=he.indexOf(re),_e,Ne,Fe,Ue;Ce>=0?(_e=he.substr(0,Ce),Ne=he.substr(Ce+1)):(_e=he,Ne=""),Fe=decodeURIComponent(_e),Ue=decodeURIComponent(Ne),$(oe,Fe)?j(oe[Fe])?oe[Fe].push(Ue):oe[Fe]=[oe[Fe],Ue]:oe[Fe]=Ue}return oe};var j=Array.isArray||function(V){return Object.prototype.toString.call(V)==="[object Array]"}},{}],452:[function(n,k,L){var $=function(re){switch(typeof re){case"string":return re;case"boolean":return re?"true":"false";case"number":return isFinite(re)?re:"";default:return""}};k.exports=function(re,ie,oe,ue){return ie=ie||"&",oe=oe||"=",re===null&&(re=void 0),typeof re=="object"?V(z(re),function(de){var pe=encodeURIComponent($(de))+oe;return j(re[de])?V(re[de],function(Ie){return pe+encodeURIComponent($(Ie))}).join(ie):pe+encodeURIComponent($(re[de]))}).join(ie):ue?encodeURIComponent($(ue))+oe+encodeURIComponent($(re)):""};var j=Array.isArray||function(re){return Object.prototype.toString.call(re)==="[object Array]"};function V(re,ie){if(re.map)return re.map(ie);for(var oe=[],ue=0;ue<re.length;ue++)oe.push(ie(re[ue],ue));return oe}var z=Object.keys||function(re){var ie=[];for(var oe in re)Object.prototype.hasOwnProperty.call(re,oe)&&ie.push(oe);return ie}},{}],453:[function(n,k,L){L.decode=L.parse=n("./decode"),L.encode=L.stringify=n("./encode")},{"./decode":451,"./encode":452}],454:[function(n,k,L){var $=n("process-nextick-args"),j=Object.keys||function(he){var Ce=[];for(var _e in he)Ce.push(_e);return Ce};k.exports=de;var V=Object.create(n("core-util-is"));V.inherits=n("inherits");var z=n("./_stream_readable"),re=n("./_stream_writable");V.inherits(de,z);for(var ie=j(re.prototype),oe=0;oe<ie.length;oe++){var ue=ie[oe];de.prototype[ue]||(de.prototype[ue]=re.prototype[ue])}function de(he){if(!(this instanceof de))return new de(he);z.call(this,he),re.call(this,he),he&&he.readable===!1&&(this.readable=!1),he&&he.writable===!1&&(this.writable=!1),this.allowHalfOpen=!0,he&&he.allowHalfOpen===!1&&(this.allowHalfOpen=!1),this.once("end",pe)}Object.defineProperty(de.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}});function pe(){this.allowHalfOpen||this._writableState.ended||$.nextTick(Ie,this)}function Ie(he){he.end()}Object.defineProperty(de.prototype,"destroyed",{get:function(){return this._readableState===void 0||this._writableState===void 0?!1:this._readableState.destroyed&&this._writableState.destroyed},set:function(he){this._readableState===void 0||this._writableState===void 0||(this._readableState.destroyed=he,this._writableState.destroyed=he)}}),de.prototype._destroy=function(he,Ce){this.push(null),this.end(),$.nextTick(Ce,he)}},{"./_stream_readable":456,"./_stream_writable":458,"core-util-is":384,inherits:409,"process-nextick-args":443}],455:[function(n,k,L){k.exports=V;var $=n("./_stream_transform"),j=Object.create(n("core-util-is"));j.inherits=n("inherits"),j.inherits(V,$);function V(z){if(!(this instanceof V))return new V(z);$.call(this,z)}V.prototype._transform=function(z,re,ie){ie(null,z)}},{"./_stream_transform":457,"core-util-is":384,inherits:409}],456:[function(n,k,L){(function($,j){(function(){var V=n("process-nextick-args");k.exports=qe;var z=n("isarray"),re;qe.ReadableState=Ve,n("events").EventEmitter;var ie=function(Br,vr){return Br.listeners(vr).length},oe=n("./internal/streams/stream"),ue=n("safe-buffer").Buffer,de=(typeof j<"u"?j:typeof window<"u"?window:typeof self<"u"?self:{}).Uint8Array||function(){};function pe(Br){return ue.from(Br)}function Ie(Br){return ue.isBuffer(Br)||Br instanceof de}var he=Object.create(n("core-util-is"));he.inherits=n("inherits");var Ce=n("util"),_e=void 0;Ce&&Ce.debuglog?_e=Ce.debuglog("stream"):_e=function(){};var Ne=n("./internal/streams/BufferList"),Fe=n("./internal/streams/destroy"),Ue;he.inherits(qe,oe);var kt=["error","close","destroy","pause","resume"];function Et(Br,vr,Cr){if(typeof Br.prependListener=="function")return Br.prependListener(vr,Cr);!Br._events||!Br._events[vr]?Br.on(vr,Cr):z(Br._events[vr])?Br._events[vr].unshift(Cr):Br._events[vr]=[Cr,Br._events[vr]]}function Ve(Br,vr){re=re||n("./_stream_duplex"),Br=Br||{};var Cr=vr instanceof re;this.objectMode=!!Br.objectMode,Cr&&(this.objectMode=this.objectMode||!!Br.readableObjectMode);var Dr=Br.highWaterMark,Rr=Br.readableHighWaterMark,Wr=this.objectMode?16:16*1024;Dr||Dr===0?this.highWaterMark=Dr:Cr&&(Rr||Rr===0)?this.highWaterMark=Rr:this.highWaterMark=Wr,this.highWaterMark=Math.floor(this.highWaterMark),this.buffer=new Ne,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&&(Ue||(Ue=n("string_decoder/").StringDecoder),this.decoder=new Ue(Br.encoding),this.encoding=Br.encoding)}function qe(Br){if(re=re||n("./_stream_duplex"),!(this instanceof qe))return new qe(Br);this._readableState=new Ve(Br,this),this.readable=!0,Br&&(typeof Br.read=="function"&&(this._read=Br.read),typeof Br.destroy=="function"&&(this._destroy=Br.destroy)),oe.call(this)}Object.defineProperty(qe.prototype,"destroyed",{get:function(){return this._readableState===void 0?!1:this._readableState.destroyed},set:function(Br){this._readableState&&(this._readableState.destroyed=Br)}}),qe.prototype.destroy=Fe.destroy,qe.prototype._undestroy=Fe.undestroy,qe.prototype._destroy=function(Br,vr){this.push(null),vr(Br)},qe.prototype.push=function(Br,vr){var Cr=this._readableState,Dr;return Cr.objectMode?Dr=!0:typeof Br=="string"&&(vr=vr||Cr.defaultEncoding,vr!==Cr.encoding&&(Br=ue.from(Br,vr),vr=""),Dr=!0),jt(this,Br,vr,!1,Dr)},qe.prototype.unshift=function(Br){return jt(this,Br,null,!0,!1)};function jt(Br,vr,Cr,Dr,Rr){var Wr=Br._readableState;if(vr===null)Wr.reading=!1,_r(Br,Wr);else{var Kr;Rr||(Kr=rr(Wr,vr)),Kr?Br.emit("error",Kr):Wr.objectMode||vr&&vr.length>0?(typeof vr!="string"&&!Wr.objectMode&&Object.getPrototypeOf(vr)!==ue.prototype&&(vr=pe(vr)),Dr?Wr.endEmitted?Br.emit("error",new Error("stream.unshift() after end event")):tr(Br,Wr,vr,!0):Wr.ended?Br.emit("error",new Error("stream.push() after EOF")):(Wr.reading=!1,Wr.decoder&&!Cr?(vr=Wr.decoder.write(vr),Wr.objectMode||vr.length!==0?tr(Br,Wr,vr,!1):kr(Br,Wr)):tr(Br,Wr,vr,!1))):Dr||(Wr.reading=!1)}return ar(Wr)}function tr(Br,vr,Cr,Dr){vr.flowing&&vr.length===0&&!vr.sync?(Br.emit("data",Cr),Br.read(0)):(vr.length+=vr.objectMode?1:Cr.length,Dr?vr.buffer.unshift(Cr):vr.buffer.push(Cr),vr.needReadable&&hr(Br)),kr(Br,vr)}function rr(Br,vr){var Cr;return!Ie(vr)&&typeof vr!="string"&&vr!==void 0&&!Br.objectMode&&(Cr=new TypeError("Invalid non-string/buffer chunk")),Cr}function ar(Br){return!Br.ended&&(Br.needReadable||Br.length<Br.highWaterMark||Br.length===0)}qe.prototype.isPaused=function(){return this._readableState.flowing===!1},qe.prototype.setEncoding=function(Br){return Ue||(Ue=n("string_decoder/").StringDecoder),this._readableState.decoder=new Ue(Br),this._readableState.encoding=Br,this};var nr=8388608;function ur(Br){return Br>=nr?Br=nr:(Br--,Br|=Br>>>1,Br|=Br>>>2,Br|=Br>>>4,Br|=Br>>>8,Br|=Br>>>16,Br++),Br}function cr(Br,vr){return Br<=0||vr.length===0&&vr.ended?0:vr.objectMode?1:Br!==Br?vr.flowing&&vr.length?vr.buffer.head.data.length:vr.length:(Br>vr.highWaterMark&&(vr.highWaterMark=ur(Br)),Br<=vr.length?Br:vr.ended?vr.length:(vr.needReadable=!0,0))}qe.prototype.read=function(Br){_e("read",Br),Br=parseInt(Br,10);var vr=this._readableState,Cr=Br;if(Br!==0&&(vr.emittedReadable=!1),Br===0&&vr.needReadable&&(vr.length>=vr.highWaterMark||vr.ended))return _e("read: emitReadable",vr.length,vr.ended),vr.length===0&&vr.ended?zr(this):hr(this),null;if(Br=cr(Br,vr),Br===0&&vr.ended)return vr.length===0&&zr(this),null;var Dr=vr.needReadable;_e("need readable",Dr),(vr.length===0||vr.length-Br<vr.highWaterMark)&&(Dr=!0,_e("length less than watermark",Dr)),vr.ended||vr.reading?(Dr=!1,_e("reading or ended",Dr)):Dr&&(_e("do read"),vr.reading=!0,vr.sync=!0,vr.length===0&&(vr.needReadable=!0),this._read(vr.highWaterMark),vr.sync=!1,vr.reading||(Br=cr(Cr,vr)));var Rr;return Br>0?Rr=gr(Br,vr):Rr=null,Rr===null?(vr.needReadable=!0,Br=0):vr.length-=Br,vr.length===0&&(vr.ended||(vr.needReadable=!0),Cr!==Br&&vr.ended&&zr(this)),Rr!==null&&this.emit("data",Rr),Rr};function _r(Br,vr){if(!vr.ended){if(vr.decoder){var Cr=vr.decoder.end();Cr&&Cr.length&&(vr.buffer.push(Cr),vr.length+=vr.objectMode?1:Cr.length)}vr.ended=!0,hr(Br)}}function hr(Br){var vr=Br._readableState;vr.needReadable=!1,vr.emittedReadable||(_e("emitReadable",vr.flowing),vr.emittedReadable=!0,vr.sync?V.nextTick(Er,Br):Er(Br))}function Er(Br){_e("emit readable"),Br.emit("readable"),mr(Br)}function kr(Br,vr){vr.readingMore||(vr.readingMore=!0,V.nextTick(xr,Br,vr))}function xr(Br,vr){for(var Cr=vr.length;!vr.reading&&!vr.flowing&&!vr.ended&&vr.length<vr.highWaterMark&&(_e("maybeReadMore read 0"),Br.read(0),Cr!==vr.length);)Cr=vr.length;vr.readingMore=!1}qe.prototype._read=function(Br){this.emit("error",new Error("_read() is not implemented"))},qe.prototype.pipe=function(Br,vr){var Cr=this,Dr=this._readableState;switch(Dr.pipesCount){case 0:Dr.pipes=Br;break;case 1:Dr.pipes=[Dr.pipes,Br];break;default:Dr.pipes.push(Br);break}Dr.pipesCount+=1,_e("pipe count=%d opts=%j",Dr.pipesCount,vr);var Rr=(!vr||vr.end!==!1)&&Br!==$.stdout&&Br!==$.stderr,Wr=Rr?Nr:Gr;Dr.endEmitted?V.nextTick(Wr):Cr.once("end",Wr),Br.on("unpipe",Kr);function Kr(Ar,On){_e("onunpipe"),Ar===Cr&&On&&On.hasUnpiped===!1&&(On.hasUnpiped=!0,ca())}function Nr(){_e("onend"),Br.end()}var Fr=yr(Cr);Br.on("drain",Fr);var Qr=!1;function ca(){_e("cleanup"),Br.removeListener("close",us),Br.removeListener("finish",Kn),Br.removeListener("drain",Fr),Br.removeListener("error",Go),Br.removeListener("unpipe",Kr),Cr.removeListener("end",Nr),Cr.removeListener("end",Gr),Cr.removeListener("data",Wa),Qr=!0,Dr.awaitDrain&&(!Br._writableState||Br._writableState.needDrain)&&Fr()}var Po=!1;Cr.on("data",Wa);function Wa(Ar){_e("ondata"),Po=!1;var On=Br.write(Ar);On===!1&&!Po&&((Dr.pipesCount===1&&Dr.pipes===Br||Dr.pipesCount>1&&Tr(Dr.pipes,Br)!==-1)&&!Qr&&(_e("false write response, pause",Dr.awaitDrain),Dr.awaitDrain++,Po=!0),Cr.pause())}function Go(Ar){_e("onerror",Ar),Gr(),Br.removeListener("error",Go),ie(Br,"error")===0&&Br.emit("error",Ar)}Et(Br,"error",Go);function us(){Br.removeListener("finish",Kn),Gr()}Br.once("close",us);function Kn(){_e("onfinish"),Br.removeListener("close",us),Gr()}Br.once("finish",Kn);function Gr(){_e("unpipe"),Cr.unpipe(Br)}return Br.emit("pipe",Cr),Dr.flowing||(_e("pipe resume"),Cr.resume()),Br};function yr(Br){return function(){var vr=Br._readableState;_e("pipeOnDrain",vr.awaitDrain),vr.awaitDrain&&vr.awaitDrain--,vr.awaitDrain===0&&ie(Br,"data")&&(vr.flowing=!0,mr(Br))}}qe.prototype.unpipe=function(Br){var vr=this._readableState,Cr={hasUnpiped:!1};if(vr.pipesCount===0)return this;if(vr.pipesCount===1)return Br&&Br!==vr.pipes?this:(Br||(Br=vr.pipes),vr.pipes=null,vr.pipesCount=0,vr.flowing=!1,Br&&Br.emit("unpipe",this,Cr),this);if(!Br){var Dr=vr.pipes,Rr=vr.pipesCount;vr.pipes=null,vr.pipesCount=0,vr.flowing=!1;for(var Wr=0;Wr<Rr;Wr++)Dr[Wr].emit("unpipe",this,{hasUnpiped:!1});return this}var Kr=Tr(vr.pipes,Br);return Kr===-1?this:(vr.pipes.splice(Kr,1),vr.pipesCount-=1,vr.pipesCount===1&&(vr.pipes=vr.pipes[0]),Br.emit("unpipe",this,Cr),this)},qe.prototype.on=function(Br,vr){var Cr=oe.prototype.on.call(this,Br,vr);if(Br==="data")this._readableState.flowing!==!1&&this.resume();else if(Br==="readable"){var Dr=this._readableState;!Dr.endEmitted&&!Dr.readableListening&&(Dr.readableListening=Dr.needReadable=!0,Dr.emittedReadable=!1,Dr.reading?Dr.length&&hr(this):V.nextTick(br,this))}return Cr},qe.prototype.addListener=qe.prototype.on;function br(Br){_e("readable nexttick read 0"),Br.read(0)}qe.prototype.resume=function(){var Br=this._readableState;return Br.flowing||(_e("resume"),Br.flowing=!0,Ir(this,Br)),this};function Ir(Br,vr){vr.resumeScheduled||(vr.resumeScheduled=!0,V.nextTick(Mr,Br,vr))}function Mr(Br,vr){vr.reading||(_e("resume read 0"),Br.read(0)),vr.resumeScheduled=!1,vr.awaitDrain=0,Br.emit("resume"),mr(Br),vr.flowing&&!vr.reading&&Br.read(0)}qe.prototype.pause=function(){return _e("call pause flowing=%j",this._readableState.flowing),this._readableState.flowing!==!1&&(_e("pause"),this._readableState.flowing=!1,this.emit("pause")),this};function mr(Br){var vr=Br._readableState;for(_e("flow",vr.flowing);vr.flowing&&Br.read()!==null;);}qe.prototype.wrap=function(Br){var vr=this,Cr=this._readableState,Dr=!1;Br.on("end",function(){if(_e("wrapped end"),Cr.decoder&&!Cr.ended){var Kr=Cr.decoder.end();Kr&&Kr.length&&vr.push(Kr)}vr.push(null)}),Br.on("data",function(Kr){if(_e("wrapped data"),Cr.decoder&&(Kr=Cr.decoder.write(Kr)),!(Cr.objectMode&&Kr==null)&&!(!Cr.objectMode&&(!Kr||!Kr.length))){var Nr=vr.push(Kr);Nr||(Dr=!0,Br.pause())}});for(var Rr in Br)this[Rr]===void 0&&typeof Br[Rr]=="function"&&(this[Rr]=function(Kr){return function(){return Br[Kr].apply(Br,arguments)}}(Rr));for(var Wr=0;Wr<kt.length;Wr++)Br.on(kt[Wr],this.emit.bind(this,kt[Wr]));return this._read=function(Kr){_e("wrapped _read",Kr),Dr&&(Dr=!1,Br.resume())},this},Object.defineProperty(qe.prototype,"readableHighWaterMark",{enumerable:!1,get:function(){return this._readableState.highWaterMark}}),qe._fromList=gr;function gr(Br,vr){if(vr.length===0)return null;var Cr;return vr.objectMode?Cr=vr.buffer.shift():!Br||Br>=vr.length?(vr.decoder?Cr=vr.buffer.join(""):vr.buffer.length===1?Cr=vr.buffer.head.data:Cr=vr.buffer.concat(vr.length),vr.buffer.clear()):Cr=jr(Br,vr.buffer,vr.decoder),Cr}function jr(Br,vr,Cr){var Dr;return Br<vr.head.data.length?(Dr=vr.head.data.slice(0,Br),vr.head.data=vr.head.data.slice(Br)):Br===vr.head.data.length?Dr=vr.shift():Dr=Cr?Hr(Br,vr):Vr(Br,vr),Dr}function Hr(Br,vr){var Cr=vr.head,Dr=1,Rr=Cr.data;for(Br-=Rr.length;Cr=Cr.next;){var Wr=Cr.data,Kr=Br>Wr.length?Wr.length:Br;if(Kr===Wr.length?Rr+=Wr:Rr+=Wr.slice(0,Br),Br-=Kr,Br===0){Kr===Wr.length?(++Dr,Cr.next?vr.head=Cr.next:vr.head=vr.tail=null):(vr.head=Cr,Cr.data=Wr.slice(Kr));break}++Dr}return vr.length-=Dr,Rr}function Vr(Br,vr){var Cr=ue.allocUnsafe(Br),Dr=vr.head,Rr=1;for(Dr.data.copy(Cr),Br-=Dr.data.length;Dr=Dr.next;){var Wr=Dr.data,Kr=Br>Wr.length?Wr.length:Br;if(Wr.copy(Cr,Cr.length-Br,0,Kr),Br-=Kr,Br===0){Kr===Wr.length?(++Rr,Dr.next?vr.head=Dr.next:vr.head=vr.tail=null):(vr.head=Dr,Dr.data=Wr.slice(Kr));break}++Rr}return vr.length-=Rr,Cr}function zr(Br){var vr=Br._readableState;if(vr.length>0)throw new Error('"endReadable()" called on non-empty stream');vr.endEmitted||(vr.ended=!0,V.nextTick(Sr,vr,Br))}function Sr(Br,vr){!Br.endEmitted&&Br.length===0&&(Br.endEmitted=!0,vr.readable=!1,vr.emit("end"))}function Tr(Br,vr){for(var Cr=0,Dr=Br.length;Cr<Dr;Cr++)if(Br[Cr]===vr)return Cr;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,L){k.exports=z;var $=n("./_stream_duplex"),j=Object.create(n("core-util-is"));j.inherits=n("inherits"),j.inherits(z,$);function V(oe,ue){var de=this._transformState;de.transforming=!1;var pe=de.writecb;if(!pe)return this.emit("error",new Error("write callback called multiple times"));de.writechunk=null,de.writecb=null,ue!=null&&this.push(ue),pe(oe);var Ie=this._readableState;Ie.reading=!1,(Ie.needReadable||Ie.length<Ie.highWaterMark)&&this._read(Ie.highWaterMark)}function z(oe){if(!(this instanceof z))return new z(oe);$.call(this,oe),this._transformState={afterTransform:V.bind(this),needTransform:!1,transforming:!1,writecb:null,writechunk:null,writeencoding:null},this._readableState.needReadable=!0,this._readableState.sync=!1,oe&&(typeof oe.transform=="function"&&(this._transform=oe.transform),typeof oe.flush=="function"&&(this._flush=oe.flush)),this.on("prefinish",re)}function re(){var oe=this;typeof this._flush=="function"?this._flush(function(ue,de){ie(oe,ue,de)}):ie(this,null,null)}z.prototype.push=function(oe,ue){return this._transformState.needTransform=!1,$.prototype.push.call(this,oe,ue)},z.prototype._transform=function(oe,ue,de){throw new Error("_transform() is not implemented")},z.prototype._write=function(oe,ue,de){var pe=this._transformState;if(pe.writecb=de,pe.writechunk=oe,pe.writeencoding=ue,!pe.transforming){var Ie=this._readableState;(pe.needTransform||Ie.needReadable||Ie.length<Ie.highWaterMark)&&this._read(Ie.highWaterMark)}},z.prototype._read=function(oe){var ue=this._transformState;ue.writechunk!==null&&ue.writecb&&!ue.transforming?(ue.transforming=!0,this._transform(ue.writechunk,ue.writeencoding,ue.afterTransform)):ue.needTransform=!0},z.prototype._destroy=function(oe,ue){var de=this;$.prototype._destroy.call(this,oe,function(pe){ue(pe),de.emit("close")})};function ie(oe,ue,de){if(ue)return oe.emit("error",ue);if(de!=null&&oe.push(de),oe._writableState.length)throw new Error("Calling transform done when ws.length != 0");if(oe._transformState.transforming)throw new Error("Calling transform done when still transforming");return oe.push(null)}},{"./_stream_duplex":454,"core-util-is":384,inherits:409}],458:[function(n,k,L){(function($,j,V){(function(){var z=n("process-nextick-args");k.exports=Et;function re(Mr){var mr=this;this.next=null,this.entry=null,this.finish=function(){Ir(mr,Mr)}}var ie=!$.browser&&["v0.10","v0.9."].indexOf($.version.slice(0,5))>-1?V:z.nextTick,oe;Et.WritableState=Ue;var ue=Object.create(n("core-util-is"));ue.inherits=n("inherits");var de={deprecate:n("util-deprecate")},pe=n("./internal/streams/stream"),Ie=n("safe-buffer").Buffer,he=(typeof j<"u"?j:typeof window<"u"?window:typeof self<"u"?self:{}).Uint8Array||function(){};function Ce(Mr){return Ie.from(Mr)}function _e(Mr){return Ie.isBuffer(Mr)||Mr instanceof he}var Ne=n("./internal/streams/destroy");ue.inherits(Et,pe);function Fe(){}function Ue(Mr,mr){oe=oe||n("./_stream_duplex"),Mr=Mr||{};var gr=mr instanceof oe;this.objectMode=!!Mr.objectMode,gr&&(this.objectMode=this.objectMode||!!Mr.writableObjectMode);var jr=Mr.highWaterMark,Hr=Mr.writableHighWaterMark,Vr=this.objectMode?16:16*1024;jr||jr===0?this.highWaterMark=jr:gr&&(Hr||Hr===0)?this.highWaterMark=Hr:this.highWaterMark=Vr,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 zr=Mr.decodeStrings===!1;this.decodeStrings=!zr,this.defaultEncoding=Mr.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(Sr){ur(mr,Sr)},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)}Ue.prototype.getBuffer=function(){for(var mr=this.bufferedRequest,gr=[];mr;)gr.push(mr),mr=mr.next;return gr},function(){try{Object.defineProperty(Ue.prototype,"buffer",{get:de.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch{}}();var kt;typeof Symbol=="function"&&Symbol.hasInstance&&typeof Function.prototype[Symbol.hasInstance]=="function"?(kt=Function.prototype[Symbol.hasInstance],Object.defineProperty(Et,Symbol.hasInstance,{value:function(Mr){return kt.call(this,Mr)?!0:this!==Et?!1:Mr&&Mr._writableState instanceof Ue}})):kt=function(Mr){return Mr instanceof this};function Et(Mr){if(oe=oe||n("./_stream_duplex"),!kt.call(Et,this)&&!(this instanceof oe))return new Et(Mr);this._writableState=new Ue(Mr,this),this.writable=!0,Mr&&(typeof Mr.write=="function"&&(this._write=Mr.write),typeof Mr.writev=="function"&&(this._writev=Mr.writev),typeof Mr.destroy=="function"&&(this._destroy=Mr.destroy),typeof Mr.final=="function"&&(this._final=Mr.final)),pe.call(this)}Et.prototype.pipe=function(){this.emit("error",new Error("Cannot pipe, not readable"))};function Ve(Mr,mr){var gr=new Error("write after end");Mr.emit("error",gr),z.nextTick(mr,gr)}function qe(Mr,mr,gr,jr){var Hr=!0,Vr=!1;return gr===null?Vr=new TypeError("May not write null values to stream"):typeof gr!="string"&&gr!==void 0&&!mr.objectMode&&(Vr=new TypeError("Invalid non-string/buffer chunk")),Vr&&(Mr.emit("error",Vr),z.nextTick(jr,Vr),Hr=!1),Hr}Et.prototype.write=function(Mr,mr,gr){var jr=this._writableState,Hr=!1,Vr=!jr.objectMode&&_e(Mr);return Vr&&!Ie.isBuffer(Mr)&&(Mr=Ce(Mr)),typeof mr=="function"&&(gr=mr,mr=null),Vr?mr="buffer":mr||(mr=jr.defaultEncoding),typeof gr!="function"&&(gr=Fe),jr.ended?Ve(this,gr):(Vr||qe(this,jr,Mr,gr))&&(jr.pendingcb++,Hr=tr(this,jr,Vr,Mr,mr,gr)),Hr},Et.prototype.cork=function(){var Mr=this._writableState;Mr.corked++},Et.prototype.uncork=function(){var Mr=this._writableState;Mr.corked&&(Mr.corked--,!Mr.writing&&!Mr.corked&&!Mr.bufferProcessing&&Mr.bufferedRequest&&hr(this,Mr))},Et.prototype.setDefaultEncoding=function(mr){if(typeof mr=="string"&&(mr=mr.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((mr+"").toLowerCase())>-1))throw new TypeError("Unknown encoding: "+mr);return this._writableState.defaultEncoding=mr,this};function jt(Mr,mr,gr){return!Mr.objectMode&&Mr.decodeStrings!==!1&&typeof mr=="string"&&(mr=Ie.from(mr,gr)),mr}Object.defineProperty(Et.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}});function tr(Mr,mr,gr,jr,Hr,Vr){if(!gr){var zr=jt(mr,jr,Hr);jr!==zr&&(gr=!0,Hr="buffer",jr=zr)}var Sr=mr.objectMode?1:jr.length;mr.length+=Sr;var Tr=mr.length<mr.highWaterMark;if(Tr||(mr.needDrain=!0),mr.writing||mr.corked){var Br=mr.lastBufferedRequest;mr.lastBufferedRequest={chunk:jr,encoding:Hr,isBuf:gr,callback:Vr,next:null},Br?Br.next=mr.lastBufferedRequest:mr.bufferedRequest=mr.lastBufferedRequest,mr.bufferedRequestCount+=1}else rr(Mr,mr,!1,Sr,jr,Hr,Vr);return Tr}function rr(Mr,mr,gr,jr,Hr,Vr,zr){mr.writelen=jr,mr.writecb=zr,mr.writing=!0,mr.sync=!0,gr?Mr._writev(Hr,mr.onwrite):Mr._write(Hr,Vr,mr.onwrite),mr.sync=!1}function ar(Mr,mr,gr,jr,Hr){--mr.pendingcb,gr?(z.nextTick(Hr,jr),z.nextTick(yr,Mr,mr),Mr._writableState.errorEmitted=!0,Mr.emit("error",jr)):(Hr(jr),Mr._writableState.errorEmitted=!0,Mr.emit("error",jr),yr(Mr,mr))}function nr(Mr){Mr.writing=!1,Mr.writecb=null,Mr.length-=Mr.writelen,Mr.writelen=0}function ur(Mr,mr){var gr=Mr._writableState,jr=gr.sync,Hr=gr.writecb;if(nr(gr),mr)ar(Mr,gr,jr,mr,Hr);else{var Vr=Er(gr);!Vr&&!gr.corked&&!gr.bufferProcessing&&gr.bufferedRequest&&hr(Mr,gr),jr?ie(cr,Mr,gr,Vr,Hr):cr(Mr,gr,Vr,Hr)}}function cr(Mr,mr,gr,jr){gr||_r(Mr,mr),mr.pendingcb--,jr(),yr(Mr,mr)}function _r(Mr,mr){mr.length===0&&mr.needDrain&&(mr.needDrain=!1,Mr.emit("drain"))}function hr(Mr,mr){mr.bufferProcessing=!0;var gr=mr.bufferedRequest;if(Mr._writev&&gr&&gr.next){var jr=mr.bufferedRequestCount,Hr=new Array(jr),Vr=mr.corkedRequestsFree;Vr.entry=gr;for(var zr=0,Sr=!0;gr;)Hr[zr]=gr,gr.isBuf||(Sr=!1),gr=gr.next,zr+=1;Hr.allBuffers=Sr,rr(Mr,mr,!0,mr.length,Hr,"",Vr.finish),mr.pendingcb++,mr.lastBufferedRequest=null,Vr.next?(mr.corkedRequestsFree=Vr.next,Vr.next=null):mr.corkedRequestsFree=new re(mr),mr.bufferedRequestCount=0}else{for(;gr;){var Tr=gr.chunk,Br=gr.encoding,vr=gr.callback,Cr=mr.objectMode?1:Tr.length;if(rr(Mr,mr,!1,Cr,Tr,Br,vr),gr=gr.next,mr.bufferedRequestCount--,mr.writing)break}gr===null&&(mr.lastBufferedRequest=null)}mr.bufferedRequest=gr,mr.bufferProcessing=!1}Et.prototype._write=function(Mr,mr,gr){gr(new Error("_write() is not implemented"))},Et.prototype._writev=null,Et.prototype.end=function(Mr,mr,gr){var jr=this._writableState;typeof Mr=="function"?(gr=Mr,Mr=null,mr=null):typeof mr=="function"&&(gr=mr,mr=null),Mr!=null&&this.write(Mr,mr),jr.corked&&(jr.corked=1,this.uncork()),jr.ending||br(this,jr,gr)};function Er(Mr){return Mr.ending&&Mr.length===0&&Mr.bufferedRequest===null&&!Mr.finished&&!Mr.writing}function kr(Mr,mr){Mr._final(function(gr){mr.pendingcb--,gr&&Mr.emit("error",gr),mr.prefinished=!0,Mr.emit("prefinish"),yr(Mr,mr)})}function xr(Mr,mr){!mr.prefinished&&!mr.finalCalled&&(typeof Mr._final=="function"?(mr.pendingcb++,mr.finalCalled=!0,z.nextTick(kr,Mr,mr)):(mr.prefinished=!0,Mr.emit("prefinish")))}function yr(Mr,mr){var gr=Er(mr);return gr&&(xr(Mr,mr),mr.pendingcb===0&&(mr.finished=!0,Mr.emit("finish"))),gr}function br(Mr,mr,gr){mr.ending=!0,yr(Mr,mr),gr&&(mr.finished?z.nextTick(gr):Mr.once("finish",gr)),mr.ended=!0,Mr.writable=!1}function Ir(Mr,mr,gr){var jr=Mr.entry;for(Mr.entry=null;jr;){var Hr=jr.callback;mr.pendingcb--,Hr(gr),jr=jr.next}mr.corkedRequestsFree.next=Mr}Object.defineProperty(Et.prototype,"destroyed",{get:function(){return this._writableState===void 0?!1:this._writableState.destroyed},set:function(Mr){this._writableState&&(this._writableState.destroyed=Mr)}}),Et.prototype.destroy=Ne.destroy,Et.prototype._undestroy=Ne.undestroy,Et.prototype._destroy=function(Mr,mr){this.end(),mr(Mr)}}).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,L){function $(re,ie){if(!(re instanceof ie))throw new TypeError("Cannot call a class as a function")}var j=n("safe-buffer").Buffer,V=n("util");function z(re,ie,oe){re.copy(ie,oe)}k.exports=function(){function re(){$(this,re),this.head=null,this.tail=null,this.length=0}return re.prototype.push=function(oe){var ue={data:oe,next:null};this.length>0?this.tail.next=ue:this.head=ue,this.tail=ue,++this.length},re.prototype.unshift=function(oe){var ue={data:oe,next:this.head};this.length===0&&(this.tail=ue),this.head=ue,++this.length},re.prototype.shift=function(){if(this.length!==0){var oe=this.head.data;return this.length===1?this.head=this.tail=null:this.head=this.head.next,--this.length,oe}},re.prototype.clear=function(){this.head=this.tail=null,this.length=0},re.prototype.join=function(oe){if(this.length===0)return"";for(var ue=this.head,de=""+ue.data;ue=ue.next;)de+=oe+ue.data;return de},re.prototype.concat=function(oe){if(this.length===0)return j.alloc(0);for(var ue=j.allocUnsafe(oe>>>0),de=this.head,pe=0;de;)z(de.data,ue,pe),pe+=de.data.length,de=de.next;return ue},re}(),V&&V.inspect&&V.inspect.custom&&(k.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,L){var $=n("process-nextick-args");function j(re,ie){var oe=this,ue=this._readableState&&this._readableState.destroyed,de=this._writableState&&this._writableState.destroyed;return ue||de?(ie?ie(re):re&&(this._writableState?this._writableState.errorEmitted||(this._writableState.errorEmitted=!0,$.nextTick(z,this,re)):$.nextTick(z,this,re)),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(re||null,function(pe){!ie&&pe?oe._writableState?oe._writableState.errorEmitted||(oe._writableState.errorEmitted=!0,$.nextTick(z,oe,pe)):$.nextTick(z,oe,pe):ie&&ie(pe)}),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,ie){re.emit("error",ie)}k.exports={destroy:j,undestroy:V}},{"process-nextick-args":443}],461:[function(n,k,L){k.exports=n("events").EventEmitter},{events:388}],462:[function(n,k,L){var $={}.toString;k.exports=Array.isArray||function(j){return $.call(j)=="[object Array]"}},{}],463:[function(n,k,L){var $=n("buffer"),j=$.Buffer;function V(re,ie){for(var oe in re)ie[oe]=re[oe]}j.from&&j.alloc&&j.allocUnsafe&&j.allocUnsafeSlow?k.exports=$:(V($,L),L.Buffer=z);function z(re,ie,oe){return j(re,ie,oe)}V(j,z),z.from=function(re,ie,oe){if(typeof re=="number")throw new TypeError("Argument must not be a number");return j(re,ie,oe)},z.alloc=function(re,ie,oe){if(typeof re!="number")throw new TypeError("Argument must be a number");var ue=j(re);return ie!==void 0?typeof oe=="string"?ue.fill(ie,oe):ue.fill(ie):ue.fill(0),ue},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 $.SlowBuffer(re)}},{buffer:103}],464:[function(n,k,L){var $=n("safe-buffer").Buffer,j=$.isEncoding||function(kt){switch(kt=""+kt,kt&&kt.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(kt){if(!kt)return"utf8";for(var Et;;)switch(kt){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 kt;default:if(Et)return;kt=(""+kt).toLowerCase(),Et=!0}}function z(kt){var Et=V(kt);if(typeof Et!="string"&&($.isEncoding===j||!j(kt)))throw new Error("Unknown encoding: "+kt);return Et||kt}L.StringDecoder=re;function re(kt){this.encoding=z(kt);var Et;switch(this.encoding){case"utf16le":this.text=he,this.end=Ce,Et=4;break;case"utf8":this.fillLast=de,Et=4;break;case"base64":this.text=_e,this.end=Ne,Et=3;break;default:this.write=Fe,this.end=Ue;return}this.lastNeed=0,this.lastTotal=0,this.lastChar=$.allocUnsafe(Et)}re.prototype.write=function(kt){if(kt.length===0)return"";var Et,Ve;if(this.lastNeed){if(Et=this.fillLast(kt),Et===void 0)return"";Ve=this.lastNeed,this.lastNeed=0}else Ve=0;return Ve<kt.length?Et?Et+this.text(kt,Ve):this.text(kt,Ve):Et||""},re.prototype.end=Ie,re.prototype.text=pe,re.prototype.fillLast=function(kt){if(this.lastNeed<=kt.length)return kt.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);kt.copy(this.lastChar,this.lastTotal-this.lastNeed,0,kt.length),this.lastNeed-=kt.length};function ie(kt){return kt<=127?0:kt>>5===6?2:kt>>4===14?3:kt>>3===30?4:kt>>6===2?-1:-2}function oe(kt,Et,Ve){var qe=Et.length-1;if(qe<Ve)return 0;var jt=ie(Et[qe]);return jt>=0?(jt>0&&(kt.lastNeed=jt-1),jt):--qe<Ve||jt===-2?0:(jt=ie(Et[qe]),jt>=0?(jt>0&&(kt.lastNeed=jt-2),jt):--qe<Ve||jt===-2?0:(jt=ie(Et[qe]),jt>=0?(jt>0&&(jt===2?jt=0:kt.lastNeed=jt-3),jt):0))}function ue(kt,Et,Ve){if((Et[0]&192)!==128)return kt.lastNeed=0,"<22>";if(kt.lastNeed>1&&Et.length>1){if((Et[1]&192)!==128)return kt.lastNeed=1,"<22>";if(kt.lastNeed>2&&Et.length>2&&(Et[2]&192)!==128)return kt.lastNeed=2,"<22>"}}function de(kt){var Et=this.lastTotal-this.lastNeed,Ve=ue(this,kt);if(Ve!==void 0)return Ve;if(this.lastNeed<=kt.length)return kt.copy(this.lastChar,Et,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);kt.copy(this.lastChar,Et,0,kt.length),this.lastNeed-=kt.length}function pe(kt,Et){var Ve=oe(this,kt,Et);if(!this.lastNeed)return kt.toString("utf8",Et);this.lastTotal=Ve;var qe=kt.length-(Ve-this.lastNeed);return kt.copy(this.lastChar,0,qe),kt.toString("utf8",Et,qe)}function Ie(kt){var Et=kt&&kt.length?this.write(kt):"";return this.lastNeed?Et+"<22>":Et}function he(kt,Et){if((kt.length-Et)%2===0){var Ve=kt.toString("utf16le",Et);if(Ve){var qe=Ve.charCodeAt(Ve.length-1);if(qe>=55296&&qe<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=kt[kt.length-2],this.lastChar[1]=kt[kt.length-1],Ve.slice(0,-1)}return Ve}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=kt[kt.length-1],kt.toString("utf16le",Et,kt.length-1)}function Ce(kt){var Et=kt&&kt.length?this.write(kt):"";if(this.lastNeed){var Ve=this.lastTotal-this.lastNeed;return Et+this.lastChar.toString("utf16le",0,Ve)}return Et}function _e(kt,Et){var Ve=(kt.length-Et)%3;return Ve===0?kt.toString("base64",Et):(this.lastNeed=3-Ve,this.lastTotal=3,Ve===1?this.lastChar[0]=kt[kt.length-1]:(this.lastChar[0]=kt[kt.length-2],this.lastChar[1]=kt[kt.length-1]),kt.toString("base64",Et,kt.length-Ve))}function Ne(kt){var Et=kt&&kt.length?this.write(kt):"";return this.lastNeed?Et+this.lastChar.toString("base64",0,3-this.lastNeed):Et}function Fe(kt){return kt.toString(this.encoding)}function Ue(kt){return kt&&kt.length?this.write(kt):""}},{"safe-buffer":463}],465:[function(n,k,L){L=k.exports=n("./lib/_stream_readable.js"),L.Stream=L,L.Readable=L,L.Writable=n("./lib/_stream_writable.js"),L.Duplex=n("./lib/_stream_duplex.js"),L.Transform=n("./lib/_stream_transform.js"),L.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,L){/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */var $=n("buffer"),j=$.Buffer;function V(re,ie){for(var oe in re)ie[oe]=re[oe]}j.from&&j.alloc&&j.allocUnsafe&&j.allocUnsafeSlow?k.exports=$:(V($,L),L.Buffer=z);function z(re,ie,oe){return j(re,ie,oe)}z.prototype=Object.create(j.prototype),V(j,z),z.from=function(re,ie,oe){if(typeof re=="number")throw new TypeError("Argument must not be a number");return j(re,ie,oe)},z.alloc=function(re,ie,oe){if(typeof re!="number")throw new TypeError("Argument must be a number");var ue=j(re);return ie!==void 0?typeof oe=="string"?ue.fill(ie,oe):ue.fill(ie):ue.fill(0),ue},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 $.SlowBuffer(re)}},{buffer:103}],467:[function(n,k,L){(function($){(function(){(function(j){j.parser=function(Sr,Tr){return new z(Sr,Tr)},j.SAXParser=z,j.SAXStream=Ie,j.createStream=pe,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(Sr,Tr){if(!(this instanceof z))return new z(Sr,Tr);var Br=this;ie(Br),Br.q=Br.c="",Br.bufferCheckPosition=j.MAX_BUFFER_LENGTH,Br.opt=Tr||{},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=!!Sr,Br.noscript=!!(Sr||Br.opt.noscript),Br.state=nr.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(Fe)),Br.trackPosition=Br.opt.position!==!1,Br.trackPosition&&(Br.position=Br.line=Br.column=0),cr(Br,"onready")}Object.create||(Object.create=function(Sr){function Tr(){}Tr.prototype=Sr;var Br=new Tr;return Br}),Object.keys||(Object.keys=function(Sr){var Tr=[];for(var Br in Sr)Sr.hasOwnProperty(Br)&&Tr.push(Br);return Tr});function re(Sr){for(var Tr=Math.max(j.MAX_BUFFER_LENGTH,10),Br=0,vr=0,Cr=V.length;vr<Cr;vr++){var Dr=Sr[V[vr]].length;if(Dr>Tr)switch(V[vr]){case"textNode":hr(Sr);break;case"cdata":_r(Sr,"oncdata",Sr.cdata),Sr.cdata="";break;case"script":_r(Sr,"onscript",Sr.script),Sr.script="";break;default:kr(Sr,"Max buffer length exceeded: "+V[vr])}Br=Math.max(Br,Dr)}var Rr=j.MAX_BUFFER_LENGTH-Br;Sr.bufferCheckPosition=Rr+Sr.position}function ie(Sr){for(var Tr=0,Br=V.length;Tr<Br;Tr++)Sr[V[Tr]]=""}function oe(Sr){hr(Sr),Sr.cdata!==""&&(_r(Sr,"oncdata",Sr.cdata),Sr.cdata=""),Sr.script!==""&&(_r(Sr,"onscript",Sr.script),Sr.script="")}z.prototype={end:function(){xr(this)},write:zr,resume:function(){return this.error=null,this},close:function(){return this.write(null)},flush:function(){oe(this)}};var ue;try{ue=n("stream").Stream}catch{ue=function(){}}ue||(ue=function(){});var de=j.EVENTS.filter(function(Sr){return Sr!=="error"&&Sr!=="end"});function pe(Sr,Tr){return new Ie(Sr,Tr)}function Ie(Sr,Tr){if(!(this instanceof Ie))return new Ie(Sr,Tr);ue.apply(this),this._parser=new z(Sr,Tr),this.writable=!0,this.readable=!0;var Br=this;this._parser.onend=function(){Br.emit("end")},this._parser.onerror=function(vr){Br.emit("error",vr),Br._parser.error=null},this._decoder=null,de.forEach(function(vr){Object.defineProperty(Br,"on"+vr,{get:function(){return Br._parser["on"+vr]},set:function(Cr){if(!Cr)return Br.removeAllListeners(vr),Br._parser["on"+vr]=Cr,Cr;Br.on(vr,Cr)},enumerable:!0,configurable:!1})})}Ie.prototype=Object.create(ue.prototype,{constructor:{value:Ie}}),Ie.prototype.write=function(Sr){if(typeof $=="function"&&typeof $.isBuffer=="function"&&$.isBuffer(Sr)){if(!this._decoder){var Tr=n("string_decoder").StringDecoder;this._decoder=new Tr("utf8")}Sr=this._decoder.write(Sr)}return this._parser.write(Sr.toString()),this.emit("data",Sr),!0},Ie.prototype.end=function(Sr){return Sr&&Sr.length&&this.write(Sr),this._parser.end(),!0},Ie.prototype.on=function(Sr,Tr){var Br=this;return!Br._parser["on"+Sr]&&de.indexOf(Sr)!==-1&&(Br._parser["on"+Sr]=function(){var vr=arguments.length===1?[arguments[0]]:Array.apply(null,arguments);vr.splice(0,0,Sr),Br.emit.apply(Br,vr)}),ue.prototype.on.call(Br,Sr,Tr)};var he="[CDATA[",Ce="DOCTYPE",_e="http://www.w3.org/XML/1998/namespace",Ne="http://www.w3.org/2000/xmlns/",Fe={xml:_e,xmlns:Ne},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]/,kt=/[:_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-]/,Et=/[#:_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]/,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\u00B7\u0300-\u036F\u203F-\u2040.\d-]/;function qe(Sr){return Sr===" "||Sr===`
`||Sr==="\r"||Sr===" "}function jt(Sr){return Sr==='"'||Sr==="'"}function tr(Sr){return Sr===">"||qe(Sr)}function rr(Sr,Tr){return Sr.test(Tr)}function ar(Sr,Tr){return!rr(Sr,Tr)}var nr=0;j.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++},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(Sr){var Tr=j.ENTITIES[Sr],Br=typeof Tr=="number"?String.fromCharCode(Tr):Tr;j.ENTITIES[Sr]=Br});for(var ur in j.STATE)j.STATE[j.STATE[ur]]=ur;nr=j.STATE;function cr(Sr,Tr,Br){Sr[Tr]&&Sr[Tr](Br)}function _r(Sr,Tr,Br){Sr.textNode&&hr(Sr),cr(Sr,Tr,Br)}function hr(Sr){Sr.textNode=Er(Sr.opt,Sr.textNode),Sr.textNode&&cr(Sr,"ontext",Sr.textNode),Sr.textNode=""}function Er(Sr,Tr){return Sr.trim&&(Tr=Tr.trim()),Sr.normalize&&(Tr=Tr.replace(/\s+/g," ")),Tr}function kr(Sr,Tr){return hr(Sr),Sr.trackPosition&&(Tr+=`
Line: `+Sr.line+`
Column: `+Sr.column+`
Char: `+Sr.c),Tr=new Error(Tr),Sr.error=Tr,cr(Sr,"onerror",Tr),Sr}function xr(Sr){return Sr.sawRoot&&!Sr.closedRoot&&yr(Sr,"Unclosed root tag"),Sr.state!==nr.BEGIN&&Sr.state!==nr.BEGIN_WHITESPACE&&Sr.state!==nr.TEXT&&kr(Sr,"Unexpected end"),hr(Sr),Sr.c="",Sr.closed=!0,cr(Sr,"onend"),z.call(Sr,Sr.strict,Sr.opt),Sr}function yr(Sr,Tr){if(typeof Sr!="object"||!(Sr instanceof z))throw new Error("bad call to strictFail");Sr.strict&&kr(Sr,Tr)}function br(Sr){Sr.strict||(Sr.tagName=Sr.tagName[Sr.looseCase]());var Tr=Sr.tags[Sr.tags.length-1]||Sr,Br=Sr.tag={name:Sr.tagName,attributes:{}};Sr.opt.xmlns&&(Br.ns=Tr.ns),Sr.attribList.length=0,_r(Sr,"onopentagstart",Br)}function Ir(Sr,Tr){var Br=Sr.indexOf(":"),vr=Br<0?["",Sr]:Sr.split(":"),Cr=vr[0],Dr=vr[1];return Tr&&Sr==="xmlns"&&(Cr="xmlns",Dr=""),{prefix:Cr,local:Dr}}function Mr(Sr){if(Sr.strict||(Sr.attribName=Sr.attribName[Sr.looseCase]()),Sr.attribList.indexOf(Sr.attribName)!==-1||Sr.tag.attributes.hasOwnProperty(Sr.attribName)){Sr.attribName=Sr.attribValue="";return}if(Sr.opt.xmlns){var Tr=Ir(Sr.attribName,!0),Br=Tr.prefix,vr=Tr.local;if(Br==="xmlns")if(vr==="xml"&&Sr.attribValue!==_e)yr(Sr,"xml: prefix must be bound to "+_e+`
Actual: `+Sr.attribValue);else if(vr==="xmlns"&&Sr.attribValue!==Ne)yr(Sr,"xmlns: prefix must be bound to "+Ne+`
Actual: `+Sr.attribValue);else{var Cr=Sr.tag,Dr=Sr.tags[Sr.tags.length-1]||Sr;Cr.ns===Dr.ns&&(Cr.ns=Object.create(Dr.ns)),Cr.ns[vr]=Sr.attribValue}Sr.attribList.push([Sr.attribName,Sr.attribValue])}else Sr.tag.attributes[Sr.attribName]=Sr.attribValue,_r(Sr,"onattribute",{name:Sr.attribName,value:Sr.attribValue});Sr.attribName=Sr.attribValue=""}function mr(Sr,Tr){if(Sr.opt.xmlns){var Br=Sr.tag,vr=Ir(Sr.tagName);Br.prefix=vr.prefix,Br.local=vr.local,Br.uri=Br.ns[vr.prefix]||"",Br.prefix&&!Br.uri&&(yr(Sr,"Unbound namespace prefix: "+JSON.stringify(Sr.tagName)),Br.uri=vr.prefix);var Cr=Sr.tags[Sr.tags.length-1]||Sr;Br.ns&&Cr.ns!==Br.ns&&Object.keys(Br.ns).forEach(function(Go){_r(Sr,"onopennamespace",{prefix:Go,uri:Br.ns[Go]})});for(var Dr=0,Rr=Sr.attribList.length;Dr<Rr;Dr++){var Wr=Sr.attribList[Dr],Kr=Wr[0],Nr=Wr[1],Fr=Ir(Kr,!0),Qr=Fr.prefix,ca=Fr.local,Po=Qr===""?"":Br.ns[Qr]||"",Wa={name:Kr,value:Nr,prefix:Qr,local:ca,uri:Po};Qr&&Qr!=="xmlns"&&!Po&&(yr(Sr,"Unbound namespace prefix: "+JSON.stringify(Qr)),Wa.uri=Qr),Sr.tag.attributes[Kr]=Wa,_r(Sr,"onattribute",Wa)}Sr.attribList.length=0}Sr.tag.isSelfClosing=!!Tr,Sr.sawRoot=!0,Sr.tags.push(Sr.tag),_r(Sr,"onopentag",Sr.tag),Tr||(!Sr.noscript&&Sr.tagName.toLowerCase()==="script"?Sr.state=nr.SCRIPT:Sr.state=nr.TEXT,Sr.tag=null,Sr.tagName=""),Sr.attribName=Sr.attribValue="",Sr.attribList.length=0}function gr(Sr){if(!Sr.tagName){yr(Sr,"Weird empty close tag."),Sr.textNode+="</>",Sr.state=nr.TEXT;return}if(Sr.script){if(Sr.tagName!=="script"){Sr.script+="</"+Sr.tagName+">",Sr.tagName="",Sr.state=nr.SCRIPT;return}_r(Sr,"onscript",Sr.script),Sr.script=""}var Tr=Sr.tags.length,Br=Sr.tagName;Sr.strict||(Br=Br[Sr.looseCase]());for(var vr=Br;Tr--;){var Cr=Sr.tags[Tr];if(Cr.name!==vr)yr(Sr,"Unexpected close tag");else break}if(Tr<0){yr(Sr,"Unmatched closing tag: "+Sr.tagName),Sr.textNode+="</"+Sr.tagName+">",Sr.state=nr.TEXT;return}Sr.tagName=Br;for(var Dr=Sr.tags.length;Dr-- >Tr;){var Rr=Sr.tag=Sr.tags.pop();Sr.tagName=Sr.tag.name,_r(Sr,"onclosetag",Sr.tagName);var Wr={};for(var Kr in Rr.ns)Wr[Kr]=Rr.ns[Kr];var Nr=Sr.tags[Sr.tags.length-1]||Sr;Sr.opt.xmlns&&Rr.ns!==Nr.ns&&Object.keys(Rr.ns).forEach(function(Fr){var Qr=Rr.ns[Fr];_r(Sr,"onclosenamespace",{prefix:Fr,uri:Qr})})}Tr===0&&(Sr.closedRoot=!0),Sr.tagName=Sr.attribValue=Sr.attribName="",Sr.attribList.length=0,Sr.state=nr.TEXT}function jr(Sr){var Tr=Sr.entity,Br=Tr.toLowerCase(),vr,Cr="";return Sr.ENTITIES[Tr]?Sr.ENTITIES[Tr]:Sr.ENTITIES[Br]?Sr.ENTITIES[Br]:(Tr=Br,Tr.charAt(0)==="#"&&(Tr.charAt(1)==="x"?(Tr=Tr.slice(2),vr=parseInt(Tr,16),Cr=vr.toString(16)):(Tr=Tr.slice(1),vr=parseInt(Tr,10),Cr=vr.toString(10))),Tr=Tr.replace(/^0+/,""),isNaN(vr)||Cr.toLowerCase()!==Tr?(yr(Sr,"Invalid character entity"),"&"+Sr.entity+";"):String.fromCodePoint(vr))}function Hr(Sr,Tr){Tr==="<"?(Sr.state=nr.OPEN_WAKA,Sr.startTagPosition=Sr.position):qe(Tr)||(yr(Sr,"Non-whitespace before first tag."),Sr.textNode=Tr,Sr.state=nr.TEXT)}function Vr(Sr,Tr){var Br="";return Tr<Sr.length&&(Br=Sr.charAt(Tr)),Br}function zr(Sr){var Tr=this;if(this.error)throw this.error;if(Tr.closed)return kr(Tr,"Cannot write after close. Assign an onready handler.");if(Sr===null)return xr(Tr);typeof Sr=="object"&&(Sr=Sr.toString());for(var Br=0,vr="";vr=Vr(Sr,Br++),Tr.c=vr,!!vr;)switch(Tr.trackPosition&&(Tr.position++,vr===`
`?(Tr.line++,Tr.column=0):Tr.column++),Tr.state){case nr.BEGIN:if(Tr.state=nr.BEGIN_WHITESPACE,vr==="\uFEFF")continue;Hr(Tr,vr);continue;case nr.BEGIN_WHITESPACE:Hr(Tr,vr);continue;case nr.TEXT:if(Tr.sawRoot&&!Tr.closedRoot){for(var Cr=Br-1;vr&&vr!=="<"&&vr!=="&";)vr=Vr(Sr,Br++),vr&&Tr.trackPosition&&(Tr.position++,vr===`
`?(Tr.line++,Tr.column=0):Tr.column++);Tr.textNode+=Sr.substring(Cr,Br-1)}vr==="<"&&!(Tr.sawRoot&&Tr.closedRoot&&!Tr.strict)?(Tr.state=nr.OPEN_WAKA,Tr.startTagPosition=Tr.position):(!qe(vr)&&(!Tr.sawRoot||Tr.closedRoot)&&yr(Tr,"Text data outside of root node."),vr==="&"?Tr.state=nr.TEXT_ENTITY:Tr.textNode+=vr);continue;case nr.SCRIPT:vr==="<"?Tr.state=nr.SCRIPT_ENDING:Tr.script+=vr;continue;case nr.SCRIPT_ENDING:vr==="/"?Tr.state=nr.CLOSE_TAG:(Tr.script+="<"+vr,Tr.state=nr.SCRIPT);continue;case nr.OPEN_WAKA:if(vr==="!")Tr.state=nr.SGML_DECL,Tr.sgmlDecl="";else if(!qe(vr))if(rr(Ue,vr))Tr.state=nr.OPEN_TAG,Tr.tagName=vr;else if(vr==="/")Tr.state=nr.CLOSE_TAG,Tr.tagName="";else if(vr==="?")Tr.state=nr.PROC_INST,Tr.procInstName=Tr.procInstBody="";else{if(yr(Tr,"Unencoded <"),Tr.startTagPosition+1<Tr.position){var Dr=Tr.position-Tr.startTagPosition;vr=new Array(Dr).join(" ")+vr}Tr.textNode+="<"+vr,Tr.state=nr.TEXT}continue;case nr.SGML_DECL:(Tr.sgmlDecl+vr).toUpperCase()===he?(_r(Tr,"onopencdata"),Tr.state=nr.CDATA,Tr.sgmlDecl="",Tr.cdata=""):Tr.sgmlDecl+vr==="--"?(Tr.state=nr.COMMENT,Tr.comment="",Tr.sgmlDecl=""):(Tr.sgmlDecl+vr).toUpperCase()===Ce?(Tr.state=nr.DOCTYPE,(Tr.doctype||Tr.sawRoot)&&yr(Tr,"Inappropriately located doctype declaration"),Tr.doctype="",Tr.sgmlDecl=""):vr===">"?(_r(Tr,"onsgmldeclaration",Tr.sgmlDecl),Tr.sgmlDecl="",Tr.state=nr.TEXT):(jt(vr)&&(Tr.state=nr.SGML_DECL_QUOTED),Tr.sgmlDecl+=vr);continue;case nr.SGML_DECL_QUOTED:vr===Tr.q&&(Tr.state=nr.SGML_DECL,Tr.q=""),Tr.sgmlDecl+=vr;continue;case nr.DOCTYPE:vr===">"?(Tr.state=nr.TEXT,_r(Tr,"ondoctype",Tr.doctype),Tr.doctype=!0):(Tr.doctype+=vr,vr==="["?Tr.state=nr.DOCTYPE_DTD:jt(vr)&&(Tr.state=nr.DOCTYPE_QUOTED,Tr.q=vr));continue;case nr.DOCTYPE_QUOTED:Tr.doctype+=vr,vr===Tr.q&&(Tr.q="",Tr.state=nr.DOCTYPE);continue;case nr.DOCTYPE_DTD:Tr.doctype+=vr,vr==="]"?Tr.state=nr.DOCTYPE:jt(vr)&&(Tr.state=nr.DOCTYPE_DTD_QUOTED,Tr.q=vr);continue;case nr.DOCTYPE_DTD_QUOTED:Tr.doctype+=vr,vr===Tr.q&&(Tr.state=nr.DOCTYPE_DTD,Tr.q="");continue;case nr.COMMENT:vr==="-"?Tr.state=nr.COMMENT_ENDING:Tr.comment+=vr;continue;case nr.COMMENT_ENDING:vr==="-"?(Tr.state=nr.COMMENT_ENDED,Tr.comment=Er(Tr.opt,Tr.comment),Tr.comment&&_r(Tr,"oncomment",Tr.comment),Tr.comment=""):(Tr.comment+="-"+vr,Tr.state=nr.COMMENT);continue;case nr.COMMENT_ENDED:vr!==">"?(yr(Tr,"Malformed comment"),Tr.comment+="--"+vr,Tr.state=nr.COMMENT):Tr.state=nr.TEXT;continue;case nr.CDATA:vr==="]"?Tr.state=nr.CDATA_ENDING:Tr.cdata+=vr;continue;case nr.CDATA_ENDING:vr==="]"?Tr.state=nr.CDATA_ENDING_2:(Tr.cdata+="]"+vr,Tr.state=nr.CDATA);continue;case nr.CDATA_ENDING_2:vr===">"?(Tr.cdata&&_r(Tr,"oncdata",Tr.cdata),_r(Tr,"onclosecdata"),Tr.cdata="",Tr.state=nr.TEXT):vr==="]"?Tr.cdata+="]":(Tr.cdata+="]]"+vr,Tr.state=nr.CDATA);continue;case nr.PROC_INST:vr==="?"?Tr.state=nr.PROC_INST_ENDING:qe(vr)?Tr.state=nr.PROC_INST_BODY:Tr.procInstName+=vr;continue;case nr.PROC_INST_BODY:if(!Tr.procInstBody&&qe(vr))continue;vr==="?"?Tr.state=nr.PROC_INST_ENDING:Tr.procInstBody+=vr;continue;case nr.PROC_INST_ENDING:vr===">"?(_r(Tr,"onprocessinginstruction",{name:Tr.procInstName,body:Tr.procInstBody}),Tr.procInstName=Tr.procInstBody="",Tr.state=nr.TEXT):(Tr.procInstBody+="?"+vr,Tr.state=nr.PROC_INST_BODY);continue;case nr.OPEN_TAG:rr(kt,vr)?Tr.tagName+=vr:(br(Tr),vr===">"?mr(Tr):vr==="/"?Tr.state=nr.OPEN_TAG_SLASH:(qe(vr)||yr(Tr,"Invalid character in tag name"),Tr.state=nr.ATTRIB));continue;case nr.OPEN_TAG_SLASH:vr===">"?(mr(Tr,!0),gr(Tr)):(yr(Tr,"Forward-slash in opening tag not followed by >"),Tr.state=nr.ATTRIB);continue;case nr.ATTRIB:if(qe(vr))continue;vr===">"?mr(Tr):vr==="/"?Tr.state=nr.OPEN_TAG_SLASH:rr(Ue,vr)?(Tr.attribName=vr,Tr.attribValue="",Tr.state=nr.ATTRIB_NAME):yr(Tr,"Invalid attribute name");continue;case nr.ATTRIB_NAME:vr==="="?Tr.state=nr.ATTRIB_VALUE:vr===">"?(yr(Tr,"Attribute without value"),Tr.attribValue=Tr.attribName,Mr(Tr),mr(Tr)):qe(vr)?Tr.state=nr.ATTRIB_NAME_SAW_WHITE:rr(kt,vr)?Tr.attribName+=vr:yr(Tr,"Invalid attribute name");continue;case nr.ATTRIB_NAME_SAW_WHITE:if(vr==="=")Tr.state=nr.ATTRIB_VALUE;else{if(qe(vr))continue;yr(Tr,"Attribute without value"),Tr.tag.attributes[Tr.attribName]="",Tr.attribValue="",_r(Tr,"onattribute",{name:Tr.attribName,value:""}),Tr.attribName="",vr===">"?mr(Tr):rr(Ue,vr)?(Tr.attribName=vr,Tr.state=nr.ATTRIB_NAME):(yr(Tr,"Invalid attribute name"),Tr.state=nr.ATTRIB)}continue;case nr.ATTRIB_VALUE:if(qe(vr))continue;jt(vr)?(Tr.q=vr,Tr.state=nr.ATTRIB_VALUE_QUOTED):(yr(Tr,"Unquoted attribute value"),Tr.state=nr.ATTRIB_VALUE_UNQUOTED,Tr.attribValue=vr);continue;case nr.ATTRIB_VALUE_QUOTED:if(vr!==Tr.q){vr==="&"?Tr.state=nr.ATTRIB_VALUE_ENTITY_Q:Tr.attribValue+=vr;continue}Mr(Tr),Tr.q="",Tr.state=nr.ATTRIB_VALUE_CLOSED;continue;case nr.ATTRIB_VALUE_CLOSED:qe(vr)?Tr.state=nr.ATTRIB:vr===">"?mr(Tr):vr==="/"?Tr.state=nr.OPEN_TAG_SLASH:rr(Ue,vr)?(yr(Tr,"No whitespace between attributes"),Tr.attribName=vr,Tr.attribValue="",Tr.state=nr.ATTRIB_NAME):yr(Tr,"Invalid attribute name");continue;case nr.ATTRIB_VALUE_UNQUOTED:if(!tr(vr)){vr==="&"?Tr.state=nr.ATTRIB_VALUE_ENTITY_U:Tr.attribValue+=vr;continue}Mr(Tr),vr===">"?mr(Tr):Tr.state=nr.ATTRIB;continue;case nr.CLOSE_TAG:if(Tr.tagName)vr===">"?gr(Tr):rr(kt,vr)?Tr.tagName+=vr:Tr.script?(Tr.script+="</"+Tr.tagName,Tr.tagName="",Tr.state=nr.SCRIPT):(qe(vr)||yr(Tr,"Invalid tagname in closing tag"),Tr.state=nr.CLOSE_TAG_SAW_WHITE);else{if(qe(vr))continue;ar(Ue,vr)?Tr.script?(Tr.script+="</"+vr,Tr.state=nr.SCRIPT):yr(Tr,"Invalid tagname in closing tag."):Tr.tagName=vr}continue;case nr.CLOSE_TAG_SAW_WHITE:if(qe(vr))continue;vr===">"?gr(Tr):yr(Tr,"Invalid characters in closing tag");continue;case nr.TEXT_ENTITY:case nr.ATTRIB_VALUE_ENTITY_Q:case nr.ATTRIB_VALUE_ENTITY_U:var Rr,Wr;switch(Tr.state){case nr.TEXT_ENTITY:Rr=nr.TEXT,Wr="textNode";break;case nr.ATTRIB_VALUE_ENTITY_Q:Rr=nr.ATTRIB_VALUE_QUOTED,Wr="attribValue";break;case nr.ATTRIB_VALUE_ENTITY_U:Rr=nr.ATTRIB_VALUE_UNQUOTED,Wr="attribValue";break}if(vr===";")if(Tr.opt.unparsedEntities){var Kr=jr(Tr);Tr.entity="",Tr.state=Rr,Tr.write(Kr)}else Tr[Wr]+=jr(Tr),Tr.entity="",Tr.state=Rr;else rr(Tr.entity.length?Ve:Et,vr)?Tr.entity+=vr:(yr(Tr,"Invalid character in entity name"),Tr[Wr]+="&"+Tr.entity+vr,Tr.entity="",Tr.state=Rr);continue;default:throw new Error(Tr,"Unknown state: "+Tr.state)}return Tr.position>=Tr.bufferCheckPosition&&re(Tr),Tr}/*! http://mths.be/fromcodepoint v0.1.0 by @mathias */String.fromCodePoint||function(){var Sr=String.fromCharCode,Tr=Math.floor,Br=function(){var vr=16384,Cr=[],Dr,Rr,Wr=-1,Kr=arguments.length;if(!Kr)return"";for(var Nr="";++Wr<Kr;){var Fr=Number(arguments[Wr]);if(!isFinite(Fr)||Fr<0||Fr>1114111||Tr(Fr)!==Fr)throw RangeError("Invalid code point: "+Fr);Fr<=65535?Cr.push(Fr):(Fr-=65536,Dr=(Fr>>10)+55296,Rr=Fr%1024+56320,Cr.push(Dr,Rr)),(Wr+1===Kr||Cr.length>vr)&&(Nr+=Sr.apply(null,Cr),Cr.length=0)}return Nr};Object.defineProperty?Object.defineProperty(String,"fromCodePoint",{value:Br,configurable:!0,writable:!0}):String.fromCodePoint=Br}()})(typeof L>"u"?this.sax={}:L)}).call(this)}).call(this,n("buffer").Buffer)},{buffer:103,stream:470,string_decoder:485}],468:[function(n,k,L){var $=n("get-intrinsic"),j=n("define-data-property"),V=n("has-property-descriptors")(),z=n("gopd"),re=$("%TypeError%"),ie=$("%Math.floor%");k.exports=function(ue,de){if(typeof ue!="function")throw new re("`fn` is not a function");if(typeof de!="number"||de<0||de>4294967295||ie(de)!==de)throw new re("`length` must be a positive 32-bit integer");var pe=arguments.length>2&&!!arguments[2],Ie=!0,he=!0;if("length"in ue&&z){var Ce=z(ue,"length");Ce&&!Ce.configurable&&(Ie=!1),Ce&&!Ce.writable&&(he=!1)}return(Ie||he||!pe)&&(V?j(ue,"length",de,!0,!0):j(ue,"length",de)),ue}},{"define-data-property":386,"get-intrinsic":392,gopd:393,"has-property-descriptors":394}],469:[function(n,k,L){var $=n("get-intrinsic"),j=n("call-bind/callBound"),V=n("object-inspect"),z=$("%TypeError%"),re=$("%WeakMap%",!0),ie=$("%Map%",!0),oe=j("WeakMap.prototype.get",!0),ue=j("WeakMap.prototype.set",!0),de=j("WeakMap.prototype.has",!0),pe=j("Map.prototype.get",!0),Ie=j("Map.prototype.set",!0),he=j("Map.prototype.has",!0),Ce=function(Ue,kt){for(var Et=Ue,Ve;(Ve=Et.next)!==null;Et=Ve)if(Ve.key===kt)return Et.next=Ve.next,Ve.next=Ue.next,Ue.next=Ve,Ve},_e=function(Ue,kt){var Et=Ce(Ue,kt);return Et&&Et.value},Ne=function(Ue,kt,Et){var Ve=Ce(Ue,kt);Ve?Ve.value=Et:Ue.next={key:kt,next:Ue.next,value:Et}},Fe=function(Ue,kt){return!!Ce(Ue,kt)};k.exports=function(){var kt,Et,Ve,qe={assert:function(jt){if(!qe.has(jt))throw new z("Side channel does not contain "+V(jt))},get:function(jt){if(re&&jt&&(typeof jt=="object"||typeof jt=="function")){if(kt)return oe(kt,jt)}else if(ie){if(Et)return pe(Et,jt)}else if(Ve)return _e(Ve,jt)},has:function(jt){if(re&&jt&&(typeof jt=="object"||typeof jt=="function")){if(kt)return de(kt,jt)}else if(ie){if(Et)return he(Et,jt)}else if(Ve)return Fe(Ve,jt);return!1},set:function(jt,tr){re&&jt&&(typeof jt=="object"||typeof jt=="function")?(kt||(kt=new re),ue(kt,jt,tr)):ie?(Et||(Et=new ie),Ie(Et,jt,tr)):(Ve||(Ve={key:{},next:null}),Ne(Ve,jt,tr))}};return qe}},{"call-bind/callBound":105,"get-intrinsic":392,"object-inspect":435}],470:[function(n,k,L){k.exports=V;var $=n("events").EventEmitter,j=n("inherits");j(V,$),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(){$.call(this)}V.prototype.pipe=function(z,re){var ie=this;function oe(_e){z.writable&&z.write(_e)===!1&&ie.pause&&ie.pause()}ie.on("data",oe);function ue(){ie.readable&&ie.resume&&ie.resume()}z.on("drain",ue),!z._isStdio&&(!re||re.end!==!1)&&(ie.on("end",pe),ie.on("close",Ie));var de=!1;function pe(){de||(de=!0,z.end())}function Ie(){de||(de=!0,typeof z.destroy=="function"&&z.destroy())}function he(_e){if(Ce(),$.listenerCount(this,"error")===0)throw _e}ie.on("error",he),z.on("error",he);function Ce(){ie.removeListener("data",oe),z.removeListener("drain",ue),ie.removeListener("end",pe),ie.removeListener("close",Ie),ie.removeListener("error",he),z.removeListener("error",he),ie.removeListener("end",Ce),ie.removeListener("close",Ce),z.removeListener("close",Ce)}return ie.on("end",Ce),ie.on("close",Ce),z.on("close",Ce),z.emit("pipe",ie),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,L){function $(ue,de){ue.prototype=Object.create(de.prototype),ue.prototype.constructor=ue,ue.__proto__=de}var j={};function V(ue,de,pe){pe||(pe=Error);function Ie(Ce,_e,Ne){return typeof de=="string"?de:de(Ce,_e,Ne)}var he=function(Ce){$(_e,Ce);function _e(Ne,Fe,Ue){return Ce.call(this,Ie(Ne,Fe,Ue))||this}return _e}(pe);he.prototype.name=pe.name,he.prototype.code=ue,j[ue]=he}function z(ue,de){if(Array.isArray(ue)){var pe=ue.length;return ue=ue.map(function(Ie){return String(Ie)}),pe>2?"one of ".concat(de," ").concat(ue.slice(0,pe-1).join(", "),", or ")+ue[pe-1]:pe===2?"one of ".concat(de," ").concat(ue[0]," or ").concat(ue[1]):"of ".concat(de," ").concat(ue[0])}else return"of ".concat(de," ").concat(String(ue))}function re(ue,de,pe){return ue.substr(0,de.length)===de}function ie(ue,de,pe){return(pe===void 0||pe>ue.length)&&(pe=ue.length),ue.substring(pe-de.length,pe)===de}function oe(ue,de,pe){return typeof pe!="number"&&(pe=0),pe+de.length>ue.length?!1:ue.indexOf(de,pe)!==-1}V("ERR_INVALID_OPT_VALUE",function(ue,de){return'The value "'+de+'" is invalid for option "'+ue+'"'},TypeError),V("ERR_INVALID_ARG_TYPE",function(ue,de,pe){var Ie;typeof de=="string"&&re(de,"not ")?(Ie="must not be",de=de.replace(/^not /,"")):Ie="must be";var he;if(ie(ue," argument"))he="The ".concat(ue," ").concat(Ie," ").concat(z(de,"type"));else{var Ce=oe(ue,".")?"property":"argument";he='The "'.concat(ue,'" ').concat(Ce," ").concat(Ie," ").concat(z(de,"type"))}return he+=". Received type ".concat(typeof pe),he},TypeError),V("ERR_STREAM_PUSH_AFTER_EOF","stream.push() after EOF"),V("ERR_METHOD_NOT_IMPLEMENTED",function(ue){return"The "+ue+" method is not implemented"}),V("ERR_STREAM_PREMATURE_CLOSE","Premature close"),V("ERR_STREAM_DESTROYED",function(ue){return"Cannot call "+ue+" 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(ue){return"Unknown encoding: "+ue},TypeError),V("ERR_STREAM_UNSHIFT_AFTER_END_EVENT","stream.unshift() after end event"),k.exports.codes=j},{}],472:[function(n,k,L){(function($){(function(){var j=Object.keys||function(Ie){var he=[];for(var Ce in Ie)he.push(Ce);return he};k.exports=ue;var V=n("./_stream_readable"),z=n("./_stream_writable");n("inherits")(ue,V);for(var re=j(z.prototype),ie=0;ie<re.length;ie++){var oe=re[ie];ue.prototype[oe]||(ue.prototype[oe]=z.prototype[oe])}function ue(Ie){if(!(this instanceof ue))return new ue(Ie);V.call(this,Ie),z.call(this,Ie),this.allowHalfOpen=!0,Ie&&(Ie.readable===!1&&(this.readable=!1),Ie.writable===!1&&(this.writable=!1),Ie.allowHalfOpen===!1&&(this.allowHalfOpen=!1,this.once("end",de)))}Object.defineProperty(ue.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),Object.defineProperty(ue.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}}),Object.defineProperty(ue.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}});function de(){this._writableState.ended||$.nextTick(pe,this)}function pe(Ie){Ie.end()}Object.defineProperty(ue.prototype,"destroyed",{enumerable:!1,get:function(){return this._readableState===void 0||this._writableState===void 0?!1:this._readableState.destroyed&&this._writableState.destroyed},set:function(he){this._readableState===void 0||this._writableState===void 0||(this._readableState.destroyed=he,this._writableState.destroyed=he)}})}).call(this)}).call(this,n("_process"))},{"./_stream_readable":474,"./_stream_writable":476,_process:540,inherits:409}],473:[function(n,k,L){k.exports=j;var $=n("./_stream_transform");n("inherits")(j,$);function j(V){if(!(this instanceof j))return new j(V);$.call(this,V)}j.prototype._transform=function(V,z,re){re(null,V)}},{"./_stream_transform":475,inherits:409}],474:[function(n,k,L){(function($,j){(function(){k.exports=cr;var V;cr.ReadableState=ur,n("events").EventEmitter;var z=function(Wr,Kr){return Wr.listeners(Kr).length},re=n("./internal/streams/stream"),ie=n("buffer").Buffer,oe=(typeof j<"u"?j:typeof window<"u"?window:typeof self<"u"?self:{}).Uint8Array||function(){};function ue(Rr){return ie.from(Rr)}function de(Rr){return ie.isBuffer(Rr)||Rr instanceof oe}var pe=n("util"),Ie;pe&&pe.debuglog?Ie=pe.debuglog("stream"):Ie=function(){};var he=n("./internal/streams/buffer_list"),Ce=n("./internal/streams/destroy"),_e=n("./internal/streams/state"),Ne=_e.getHighWaterMark,Fe=n("../errors").codes,Ue=Fe.ERR_INVALID_ARG_TYPE,kt=Fe.ERR_STREAM_PUSH_AFTER_EOF,Et=Fe.ERR_METHOD_NOT_IMPLEMENTED,Ve=Fe.ERR_STREAM_UNSHIFT_AFTER_END_EVENT,qe,jt,tr;n("inherits")(cr,re);var rr=Ce.errorOrDestroy,ar=["error","close","destroy","pause","resume"];function nr(Rr,Wr,Kr){if(typeof Rr.prependListener=="function")return Rr.prependListener(Wr,Kr);!Rr._events||!Rr._events[Wr]?Rr.on(Wr,Kr):Array.isArray(Rr._events[Wr])?Rr._events[Wr].unshift(Kr):Rr._events[Wr]=[Kr,Rr._events[Wr]]}function ur(Rr,Wr,Kr){V=V||n("./_stream_duplex"),Rr=Rr||{},typeof Kr!="boolean"&&(Kr=Wr instanceof V),this.objectMode=!!Rr.objectMode,Kr&&(this.objectMode=this.objectMode||!!Rr.readableObjectMode),this.highWaterMark=Ne(this,Rr,"readableHighWaterMark",Kr),this.buffer=new he,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=Rr.emitClose!==!1,this.autoDestroy=!!Rr.autoDestroy,this.destroyed=!1,this.defaultEncoding=Rr.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,Rr.encoding&&(qe||(qe=n("string_decoder/").StringDecoder),this.decoder=new qe(Rr.encoding),this.encoding=Rr.encoding)}function cr(Rr){if(V=V||n("./_stream_duplex"),!(this instanceof cr))return new cr(Rr);var Wr=this instanceof V;this._readableState=new ur(Rr,this,Wr),this.readable=!0,Rr&&(typeof Rr.read=="function"&&(this._read=Rr.read),typeof Rr.destroy=="function"&&(this._destroy=Rr.destroy)),re.call(this)}Object.defineProperty(cr.prototype,"destroyed",{enumerable:!1,get:function(){return this._readableState===void 0?!1:this._readableState.destroyed},set:function(Wr){this._readableState&&(this._readableState.destroyed=Wr)}}),cr.prototype.destroy=Ce.destroy,cr.prototype._undestroy=Ce.undestroy,cr.prototype._destroy=function(Rr,Wr){Wr(Rr)},cr.prototype.push=function(Rr,Wr){var Kr=this._readableState,Nr;return Kr.objectMode?Nr=!0:typeof Rr=="string"&&(Wr=Wr||Kr.defaultEncoding,Wr!==Kr.encoding&&(Rr=ie.from(Rr,Wr),Wr=""),Nr=!0),_r(this,Rr,Wr,!1,Nr)},cr.prototype.unshift=function(Rr){return _r(this,Rr,null,!0,!1)};function _r(Rr,Wr,Kr,Nr,Fr){Ie("readableAddChunk",Wr);var Qr=Rr._readableState;if(Wr===null)Qr.reading=!1,br(Rr,Qr);else{var ca;if(Fr||(ca=Er(Qr,Wr)),ca)rr(Rr,ca);else if(Qr.objectMode||Wr&&Wr.length>0)if(typeof Wr!="string"&&!Qr.objectMode&&Object.getPrototypeOf(Wr)!==ie.prototype&&(Wr=ue(Wr)),Nr)Qr.endEmitted?rr(Rr,new Ve):hr(Rr,Qr,Wr,!0);else if(Qr.ended)rr(Rr,new kt);else{if(Qr.destroyed)return!1;Qr.reading=!1,Qr.decoder&&!Kr?(Wr=Qr.decoder.write(Wr),Qr.objectMode||Wr.length!==0?hr(Rr,Qr,Wr,!1):mr(Rr,Qr)):hr(Rr,Qr,Wr,!1)}else Nr||(Qr.reading=!1,mr(Rr,Qr))}return!Qr.ended&&(Qr.length<Qr.highWaterMark||Qr.length===0)}function hr(Rr,Wr,Kr,Nr){Wr.flowing&&Wr.length===0&&!Wr.sync?(Wr.awaitDrain=0,Rr.emit("data",Kr)):(Wr.length+=Wr.objectMode?1:Kr.length,Nr?Wr.buffer.unshift(Kr):Wr.buffer.push(Kr),Wr.needReadable&&Ir(Rr)),mr(Rr,Wr)}function Er(Rr,Wr){var Kr;return!de(Wr)&&typeof Wr!="string"&&Wr!==void 0&&!Rr.objectMode&&(Kr=new Ue("chunk",["string","Buffer","Uint8Array"],Wr)),Kr}cr.prototype.isPaused=function(){return this._readableState.flowing===!1},cr.prototype.setEncoding=function(Rr){qe||(qe=n("string_decoder/").StringDecoder);var Wr=new qe(Rr);this._readableState.decoder=Wr,this._readableState.encoding=this._readableState.decoder.encoding;for(var Kr=this._readableState.buffer.head,Nr="";Kr!==null;)Nr+=Wr.write(Kr.data),Kr=Kr.next;return this._readableState.buffer.clear(),Nr!==""&&this._readableState.buffer.push(Nr),this._readableState.length=Nr.length,this};var kr=1073741824;function xr(Rr){return Rr>=kr?Rr=kr:(Rr--,Rr|=Rr>>>1,Rr|=Rr>>>2,Rr|=Rr>>>4,Rr|=Rr>>>8,Rr|=Rr>>>16,Rr++),Rr}function yr(Rr,Wr){return Rr<=0||Wr.length===0&&Wr.ended?0:Wr.objectMode?1:Rr!==Rr?Wr.flowing&&Wr.length?Wr.buffer.head.data.length:Wr.length:(Rr>Wr.highWaterMark&&(Wr.highWaterMark=xr(Rr)),Rr<=Wr.length?Rr:Wr.ended?Wr.length:(Wr.needReadable=!0,0))}cr.prototype.read=function(Rr){Ie("read",Rr),Rr=parseInt(Rr,10);var Wr=this._readableState,Kr=Rr;if(Rr!==0&&(Wr.emittedReadable=!1),Rr===0&&Wr.needReadable&&((Wr.highWaterMark!==0?Wr.length>=Wr.highWaterMark:Wr.length>0)||Wr.ended))return Ie("read: emitReadable",Wr.length,Wr.ended),Wr.length===0&&Wr.ended?vr(this):Ir(this),null;if(Rr=yr(Rr,Wr),Rr===0&&Wr.ended)return Wr.length===0&&vr(this),null;var Nr=Wr.needReadable;Ie("need readable",Nr),(Wr.length===0||Wr.length-Rr<Wr.highWaterMark)&&(Nr=!0,Ie("length less than watermark",Nr)),Wr.ended||Wr.reading?(Nr=!1,Ie("reading or ended",Nr)):Nr&&(Ie("do read"),Wr.reading=!0,Wr.sync=!0,Wr.length===0&&(Wr.needReadable=!0),this._read(Wr.highWaterMark),Wr.sync=!1,Wr.reading||(Rr=yr(Kr,Wr)));var Fr;return Rr>0?Fr=Br(Rr,Wr):Fr=null,Fr===null?(Wr.needReadable=Wr.length<=Wr.highWaterMark,Rr=0):(Wr.length-=Rr,Wr.awaitDrain=0),Wr.length===0&&(Wr.ended||(Wr.needReadable=!0),Kr!==Rr&&Wr.ended&&vr(this)),Fr!==null&&this.emit("data",Fr),Fr};function br(Rr,Wr){if(Ie("onEofChunk"),!Wr.ended){if(Wr.decoder){var Kr=Wr.decoder.end();Kr&&Kr.length&&(Wr.buffer.push(Kr),Wr.length+=Wr.objectMode?1:Kr.length)}Wr.ended=!0,Wr.sync?Ir(Rr):(Wr.needReadable=!1,Wr.emittedReadable||(Wr.emittedReadable=!0,Mr(Rr)))}}function Ir(Rr){var Wr=Rr._readableState;Ie("emitReadable",Wr.needReadable,Wr.emittedReadable),Wr.needReadable=!1,Wr.emittedReadable||(Ie("emitReadable",Wr.flowing),Wr.emittedReadable=!0,$.nextTick(Mr,Rr))}function Mr(Rr){var Wr=Rr._readableState;Ie("emitReadable_",Wr.destroyed,Wr.length,Wr.ended),!Wr.destroyed&&(Wr.length||Wr.ended)&&(Rr.emit("readable"),Wr.emittedReadable=!1),Wr.needReadable=!Wr.flowing&&!Wr.ended&&Wr.length<=Wr.highWaterMark,Tr(Rr)}function mr(Rr,Wr){Wr.readingMore||(Wr.readingMore=!0,$.nextTick(gr,Rr,Wr))}function gr(Rr,Wr){for(;!Wr.reading&&!Wr.ended&&(Wr.length<Wr.highWaterMark||Wr.flowing&&Wr.length===0);){var Kr=Wr.length;if(Ie("maybeReadMore read 0"),Rr.read(0),Kr===Wr.length)break}Wr.readingMore=!1}cr.prototype._read=function(Rr){rr(this,new Et("_read()"))},cr.prototype.pipe=function(Rr,Wr){var Kr=this,Nr=this._readableState;switch(Nr.pipesCount){case 0:Nr.pipes=Rr;break;case 1:Nr.pipes=[Nr.pipes,Rr];break;default:Nr.pipes.push(Rr);break}Nr.pipesCount+=1,Ie("pipe count=%d opts=%j",Nr.pipesCount,Wr);var Fr=(!Wr||Wr.end!==!1)&&Rr!==$.stdout&&Rr!==$.stderr,Qr=Fr?Po:kn;Nr.endEmitted?$.nextTick(Qr):Kr.once("end",Qr),Rr.on("unpipe",ca);function ca(Sa,sa){Ie("onunpipe"),Sa===Kr&&sa&&sa.hasUnpiped===!1&&(sa.hasUnpiped=!0,us())}function Po(){Ie("onend"),Rr.end()}var Wa=jr(Kr);Rr.on("drain",Wa);var Go=!1;function us(){Ie("cleanup"),Rr.removeListener("close",Ar),Rr.removeListener("finish",On),Rr.removeListener("drain",Wa),Rr.removeListener("error",Gr),Rr.removeListener("unpipe",ca),Kr.removeListener("end",Po),Kr.removeListener("end",kn),Kr.removeListener("data",Kn),Go=!0,Nr.awaitDrain&&(!Rr._writableState||Rr._writableState.needDrain)&&Wa()}Kr.on("data",Kn);function Kn(Sa){Ie("ondata");var sa=Rr.write(Sa);Ie("dest.write",sa),sa===!1&&((Nr.pipesCount===1&&Nr.pipes===Rr||Nr.pipesCount>1&&Dr(Nr.pipes,Rr)!==-1)&&!Go&&(Ie("false write response, pause",Nr.awaitDrain),Nr.awaitDrain++),Kr.pause())}function Gr(Sa){Ie("onerror",Sa),kn(),Rr.removeListener("error",Gr),z(Rr,"error")===0&&rr(Rr,Sa)}nr(Rr,"error",Gr);function Ar(){Rr.removeListener("finish",On),kn()}Rr.once("close",Ar);function On(){Ie("onfinish"),Rr.removeListener("close",Ar),kn()}Rr.once("finish",On);function kn(){Ie("unpipe"),Kr.unpipe(Rr)}return Rr.emit("pipe",Kr),Nr.flowing||(Ie("pipe resume"),Kr.resume()),Rr};function jr(Rr){return function(){var Kr=Rr._readableState;Ie("pipeOnDrain",Kr.awaitDrain),Kr.awaitDrain&&Kr.awaitDrain--,Kr.awaitDrain===0&&z(Rr,"data")&&(Kr.flowing=!0,Tr(Rr))}}cr.prototype.unpipe=function(Rr){var Wr=this._readableState,Kr={hasUnpiped:!1};if(Wr.pipesCount===0)return this;if(Wr.pipesCount===1)return Rr&&Rr!==Wr.pipes?this:(Rr||(Rr=Wr.pipes),Wr.pipes=null,Wr.pipesCount=0,Wr.flowing=!1,Rr&&Rr.emit("unpipe",this,Kr),this);if(!Rr){var Nr=Wr.pipes,Fr=Wr.pipesCount;Wr.pipes=null,Wr.pipesCount=0,Wr.flowing=!1;for(var Qr=0;Qr<Fr;Qr++)Nr[Qr].emit("unpipe",this,{hasUnpiped:!1});return this}var ca=Dr(Wr.pipes,Rr);return ca===-1?this:(Wr.pipes.splice(ca,1),Wr.pipesCount-=1,Wr.pipesCount===1&&(Wr.pipes=Wr.pipes[0]),Rr.emit("unpipe",this,Kr),this)},cr.prototype.on=function(Rr,Wr){var Kr=re.prototype.on.call(this,Rr,Wr),Nr=this._readableState;return Rr==="data"?(Nr.readableListening=this.listenerCount("readable")>0,Nr.flowing!==!1&&this.resume()):Rr==="readable"&&!Nr.endEmitted&&!Nr.readableListening&&(Nr.readableListening=Nr.needReadable=!0,Nr.flowing=!1,Nr.emittedReadable=!1,Ie("on readable",Nr.length,Nr.reading),Nr.length?Ir(this):Nr.reading||$.nextTick(Vr,this)),Kr},cr.prototype.addListener=cr.prototype.on,cr.prototype.removeListener=function(Rr,Wr){var Kr=re.prototype.removeListener.call(this,Rr,Wr);return Rr==="readable"&&$.nextTick(Hr,this),Kr},cr.prototype.removeAllListeners=function(Rr){var Wr=re.prototype.removeAllListeners.apply(this,arguments);return(Rr==="readable"||Rr===void 0)&&$.nextTick(Hr,this),Wr};function Hr(Rr){var Wr=Rr._readableState;Wr.readableListening=Rr.listenerCount("readable")>0,Wr.resumeScheduled&&!Wr.paused?Wr.flowing=!0:Rr.listenerCount("data")>0&&Rr.resume()}function Vr(Rr){Ie("readable nexttick read 0"),Rr.read(0)}cr.prototype.resume=function(){var Rr=this._readableState;return Rr.flowing||(Ie("resume"),Rr.flowing=!Rr.readableListening,zr(this,Rr)),Rr.paused=!1,this};function zr(Rr,Wr){Wr.resumeScheduled||(Wr.resumeScheduled=!0,$.nextTick(Sr,Rr,Wr))}function Sr(Rr,Wr){Ie("resume",Wr.reading),Wr.reading||Rr.read(0),Wr.resumeScheduled=!1,Rr.emit("resume"),Tr(Rr),Wr.flowing&&!Wr.reading&&Rr.read(0)}cr.prototype.pause=function(){return Ie("call pause flowing=%j",this._readableState.flowing),this._readableState.flowing!==!1&&(Ie("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState.paused=!0,this};function Tr(Rr){var Wr=Rr._readableState;for(Ie("flow",Wr.flowing);Wr.flowing&&Rr.read()!==null;);}cr.prototype.wrap=function(Rr){var Wr=this,Kr=this._readableState,Nr=!1;Rr.on("end",function(){if(Ie("wrapped end"),Kr.decoder&&!Kr.ended){var ca=Kr.decoder.end();ca&&ca.length&&Wr.push(ca)}Wr.push(null)}),Rr.on("data",function(ca){if(Ie("wrapped data"),Kr.decoder&&(ca=Kr.decoder.write(ca)),!(Kr.objectMode&&ca==null)&&!(!Kr.objectMode&&(!ca||!ca.length))){var Po=Wr.push(ca);Po||(Nr=!0,Rr.pause())}});for(var Fr in Rr)this[Fr]===void 0&&typeof Rr[Fr]=="function"&&(this[Fr]=function(Po){return function(){return Rr[Po].apply(Rr,arguments)}}(Fr));for(var Qr=0;Qr<ar.length;Qr++)Rr.on(ar[Qr],this.emit.bind(this,ar[Qr]));return this._read=function(ca){Ie("wrapped _read",ca),Nr&&(Nr=!1,Rr.resume())},this},typeof Symbol=="function"&&(cr.prototype[Symbol.asyncIterator]=function(){return jt===void 0&&(jt=n("./internal/streams/async_iterator")),jt(this)}),Object.defineProperty(cr.prototype,"readableHighWaterMark",{enumerable:!1,get:function(){return this._readableState.highWaterMark}}),Object.defineProperty(cr.prototype,"readableBuffer",{enumerable:!1,get:function(){return this._readableState&&this._readableState.buffer}}),Object.defineProperty(cr.prototype,"readableFlowing",{enumerable:!1,get:function(){return this._readableState.flowing},set:function(Wr){this._readableState&&(this._readableState.flowing=Wr)}}),cr._fromList=Br,Object.defineProperty(cr.prototype,"readableLength",{enumerable:!1,get:function(){return this._readableState.length}});function Br(Rr,Wr){if(Wr.length===0)return null;var Kr;return Wr.objectMode?Kr=Wr.buffer.shift():!Rr||Rr>=Wr.length?(Wr.decoder?Kr=Wr.buffer.join(""):Wr.buffer.length===1?Kr=Wr.buffer.first():Kr=Wr.buffer.concat(Wr.length),Wr.buffer.clear()):Kr=Wr.buffer.consume(Rr,Wr.decoder),Kr}function vr(Rr){var Wr=Rr._readableState;Ie("endReadable",Wr.endEmitted),Wr.endEmitted||(Wr.ended=!0,$.nextTick(Cr,Wr,Rr))}function Cr(Rr,Wr){if(Ie("endReadableNT",Rr.endEmitted,Rr.length),!Rr.endEmitted&&Rr.length===0&&(Rr.endEmitted=!0,Wr.readable=!1,Wr.emit("end"),Rr.autoDestroy)){var Kr=Wr._writableState;(!Kr||Kr.autoDestroy&&Kr.finished)&&Wr.destroy()}}typeof Symbol=="function"&&(cr.from=function(Rr,Wr){return tr===void 0&&(tr=n("./internal/streams/from")),tr(cr,Rr,Wr)});function Dr(Rr,Wr){for(var Kr=0,Nr=Rr.length;Kr<Nr;Kr++)if(Rr[Kr]===Wr)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,L){k.exports=ue;var $=n("../errors").codes,j=$.ERR_METHOD_NOT_IMPLEMENTED,V=$.ERR_MULTIPLE_CALLBACK,z=$.ERR_TRANSFORM_ALREADY_TRANSFORMING,re=$.ERR_TRANSFORM_WITH_LENGTH_0,ie=n("./_stream_duplex");n("inherits")(ue,ie);function oe(Ie,he){var Ce=this._transformState;Ce.transforming=!1;var _e=Ce.writecb;if(_e===null)return this.emit("error",new V);Ce.writechunk=null,Ce.writecb=null,he!=null&&this.push(he),_e(Ie);var Ne=this._readableState;Ne.reading=!1,(Ne.needReadable||Ne.length<Ne.highWaterMark)&&this._read(Ne.highWaterMark)}function ue(Ie){if(!(this instanceof ue))return new ue(Ie);ie.call(this,Ie),this._transformState={afterTransform:oe.bind(this),needTransform:!1,transforming:!1,writecb:null,writechunk:null,writeencoding:null},this._readableState.needReadable=!0,this._readableState.sync=!1,Ie&&(typeof Ie.transform=="function"&&(this._transform=Ie.transform),typeof Ie.flush=="function"&&(this._flush=Ie.flush)),this.on("prefinish",de)}function de(){var Ie=this;typeof this._flush=="function"&&!this._readableState.destroyed?this._flush(function(he,Ce){pe(Ie,he,Ce)}):pe(this,null,null)}ue.prototype.push=function(Ie,he){return this._transformState.needTransform=!1,ie.prototype.push.call(this,Ie,he)},ue.prototype._transform=function(Ie,he,Ce){Ce(new j("_transform()"))},ue.prototype._write=function(Ie,he,Ce){var _e=this._transformState;if(_e.writecb=Ce,_e.writechunk=Ie,_e.writeencoding=he,!_e.transforming){var Ne=this._readableState;(_e.needTransform||Ne.needReadable||Ne.length<Ne.highWaterMark)&&this._read(Ne.highWaterMark)}},ue.prototype._read=function(Ie){var he=this._transformState;he.writechunk!==null&&!he.transforming?(he.transforming=!0,this._transform(he.writechunk,he.writeencoding,he.afterTransform)):he.needTransform=!0},ue.prototype._destroy=function(Ie,he){ie.prototype._destroy.call(this,Ie,function(Ce){he(Ce)})};function pe(Ie,he,Ce){if(he)return Ie.emit("error",he);if(Ce!=null&&Ie.push(Ce),Ie._writableState.length)throw new re;if(Ie._transformState.transforming)throw new z;return Ie.push(null)}},{"../errors":471,"./_stream_duplex":472,inherits:409}],476:[function(n,k,L){(function($,j){(function(){k.exports=ur;function V(Tr){var Br=this;this.next=null,this.entry=null,this.finish=function(){Sr(Br,Tr)}}var z;ur.WritableState=ar;var re={deprecate:n("util-deprecate")},ie=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(Tr){return oe.from(Tr)}function pe(Tr){return oe.isBuffer(Tr)||Tr instanceof ue}var Ie=n("./internal/streams/destroy"),he=n("./internal/streams/state"),Ce=he.getHighWaterMark,_e=n("../errors").codes,Ne=_e.ERR_INVALID_ARG_TYPE,Fe=_e.ERR_METHOD_NOT_IMPLEMENTED,Ue=_e.ERR_MULTIPLE_CALLBACK,kt=_e.ERR_STREAM_CANNOT_PIPE,Et=_e.ERR_STREAM_DESTROYED,Ve=_e.ERR_STREAM_NULL_VALUES,qe=_e.ERR_STREAM_WRITE_AFTER_END,jt=_e.ERR_UNKNOWN_ENCODING,tr=Ie.errorOrDestroy;n("inherits")(ur,ie);function rr(){}function ar(Tr,Br,vr){z=z||n("./_stream_duplex"),Tr=Tr||{},typeof vr!="boolean"&&(vr=Br instanceof z),this.objectMode=!!Tr.objectMode,vr&&(this.objectMode=this.objectMode||!!Tr.writableObjectMode),this.highWaterMark=Ce(this,Tr,"writableHighWaterMark",vr),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var Cr=Tr.decodeStrings===!1;this.decodeStrings=!Cr,this.defaultEncoding=Tr.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(Dr){br(Br,Dr)},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 V(this)}ar.prototype.getBuffer=function(){for(var Br=this.bufferedRequest,vr=[];Br;)vr.push(Br),Br=Br.next;return vr},function(){try{Object.defineProperty(ar.prototype,"buffer",{get:re.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch{}}();var nr;typeof Symbol=="function"&&Symbol.hasInstance&&typeof Function.prototype[Symbol.hasInstance]=="function"?(nr=Function.prototype[Symbol.hasInstance],Object.defineProperty(ur,Symbol.hasInstance,{value:function(Br){return nr.call(this,Br)?!0:this!==ur?!1:Br&&Br._writableState instanceof ar}})):nr=function(Br){return Br instanceof this};function ur(Tr){z=z||n("./_stream_duplex");var Br=this instanceof z;if(!Br&&!nr.call(ur,this))return new ur(Tr);this._writableState=new ar(Tr,this,Br),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)),ie.call(this)}ur.prototype.pipe=function(){tr(this,new kt)};function cr(Tr,Br){var vr=new qe;tr(Tr,vr),$.nextTick(Br,vr)}function _r(Tr,Br,vr,Cr){var Dr;return vr===null?Dr=new Ve:typeof vr!="string"&&!Br.objectMode&&(Dr=new Ne("chunk",["string","Buffer"],vr)),Dr?(tr(Tr,Dr),$.nextTick(Cr,Dr),!1):!0}ur.prototype.write=function(Tr,Br,vr){var Cr=this._writableState,Dr=!1,Rr=!Cr.objectMode&&pe(Tr);return Rr&&!oe.isBuffer(Tr)&&(Tr=de(Tr)),typeof Br=="function"&&(vr=Br,Br=null),Rr?Br="buffer":Br||(Br=Cr.defaultEncoding),typeof vr!="function"&&(vr=rr),Cr.ending?cr(this,vr):(Rr||_r(this,Cr,Tr,vr))&&(Cr.pendingcb++,Dr=Er(this,Cr,Rr,Tr,Br,vr)),Dr},ur.prototype.cork=function(){this._writableState.corked++},ur.prototype.uncork=function(){var Tr=this._writableState;Tr.corked&&(Tr.corked--,!Tr.writing&&!Tr.corked&&!Tr.bufferProcessing&&Tr.bufferedRequest&&mr(this,Tr))},ur.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 jt(Br);return this._writableState.defaultEncoding=Br,this},Object.defineProperty(ur.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}});function hr(Tr,Br,vr){return!Tr.objectMode&&Tr.decodeStrings!==!1&&typeof Br=="string"&&(Br=oe.from(Br,vr)),Br}Object.defineProperty(ur.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}});function Er(Tr,Br,vr,Cr,Dr,Rr){if(!vr){var Wr=hr(Br,Cr,Dr);Cr!==Wr&&(vr=!0,Dr="buffer",Cr=Wr)}var Kr=Br.objectMode?1:Cr.length;Br.length+=Kr;var Nr=Br.length<Br.highWaterMark;if(Nr||(Br.needDrain=!0),Br.writing||Br.corked){var Fr=Br.lastBufferedRequest;Br.lastBufferedRequest={chunk:Cr,encoding:Dr,isBuf:vr,callback:Rr,next:null},Fr?Fr.next=Br.lastBufferedRequest:Br.bufferedRequest=Br.lastBufferedRequest,Br.bufferedRequestCount+=1}else kr(Tr,Br,!1,Kr,Cr,Dr,Rr);return Nr}function kr(Tr,Br,vr,Cr,Dr,Rr,Wr){Br.writelen=Cr,Br.writecb=Wr,Br.writing=!0,Br.sync=!0,Br.destroyed?Br.onwrite(new Et("write")):vr?Tr._writev(Dr,Br.onwrite):Tr._write(Dr,Rr,Br.onwrite),Br.sync=!1}function xr(Tr,Br,vr,Cr,Dr){--Br.pendingcb,vr?($.nextTick(Dr,Cr),$.nextTick(Vr,Tr,Br),Tr._writableState.errorEmitted=!0,tr(Tr,Cr)):(Dr(Cr),Tr._writableState.errorEmitted=!0,tr(Tr,Cr),Vr(Tr,Br))}function yr(Tr){Tr.writing=!1,Tr.writecb=null,Tr.length-=Tr.writelen,Tr.writelen=0}function br(Tr,Br){var vr=Tr._writableState,Cr=vr.sync,Dr=vr.writecb;if(typeof Dr!="function")throw new Ue;if(yr(vr),Br)xr(Tr,vr,Cr,Br,Dr);else{var Rr=gr(vr)||Tr.destroyed;!Rr&&!vr.corked&&!vr.bufferProcessing&&vr.bufferedRequest&&mr(Tr,vr),Cr?$.nextTick(Ir,Tr,vr,Rr,Dr):Ir(Tr,vr,Rr,Dr)}}function Ir(Tr,Br,vr,Cr){vr||Mr(Tr,Br),Br.pendingcb--,Cr(),Vr(Tr,Br)}function Mr(Tr,Br){Br.length===0&&Br.needDrain&&(Br.needDrain=!1,Tr.emit("drain"))}function mr(Tr,Br){Br.bufferProcessing=!0;var vr=Br.bufferedRequest;if(Tr._writev&&vr&&vr.next){var Cr=Br.bufferedRequestCount,Dr=new Array(Cr),Rr=Br.corkedRequestsFree;Rr.entry=vr;for(var Wr=0,Kr=!0;vr;)Dr[Wr]=vr,vr.isBuf||(Kr=!1),vr=vr.next,Wr+=1;Dr.allBuffers=Kr,kr(Tr,Br,!0,Br.length,Dr,"",Rr.finish),Br.pendingcb++,Br.lastBufferedRequest=null,Rr.next?(Br.corkedRequestsFree=Rr.next,Rr.next=null):Br.corkedRequestsFree=new V(Br),Br.bufferedRequestCount=0}else{for(;vr;){var Nr=vr.chunk,Fr=vr.encoding,Qr=vr.callback,ca=Br.objectMode?1:Nr.length;if(kr(Tr,Br,!1,ca,Nr,Fr,Qr),vr=vr.next,Br.bufferedRequestCount--,Br.writing)break}vr===null&&(Br.lastBufferedRequest=null)}Br.bufferedRequest=vr,Br.bufferProcessing=!1}ur.prototype._write=function(Tr,Br,vr){vr(new Fe("_write()"))},ur.prototype._writev=null,ur.prototype.end=function(Tr,Br,vr){var Cr=this._writableState;return typeof Tr=="function"?(vr=Tr,Tr=null,Br=null):typeof Br=="function"&&(vr=Br,Br=null),Tr!=null&&this.write(Tr,Br),Cr.corked&&(Cr.corked=1,this.uncork()),Cr.ending||zr(this,Cr,vr),this},Object.defineProperty(ur.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}});function gr(Tr){return Tr.ending&&Tr.length===0&&Tr.bufferedRequest===null&&!Tr.finished&&!Tr.writing}function jr(Tr,Br){Tr._final(function(vr){Br.pendingcb--,vr&&tr(Tr,vr),Br.prefinished=!0,Tr.emit("prefinish"),Vr(Tr,Br)})}function Hr(Tr,Br){!Br.prefinished&&!Br.finalCalled&&(typeof Tr._final=="function"&&!Br.destroyed?(Br.pendingcb++,Br.finalCalled=!0,$.nextTick(jr,Tr,Br)):(Br.prefinished=!0,Tr.emit("prefinish")))}function Vr(Tr,Br){var vr=gr(Br);if(vr&&(Hr(Tr,Br),Br.pendingcb===0&&(Br.finished=!0,Tr.emit("finish"),Br.autoDestroy))){var Cr=Tr._readableState;(!Cr||Cr.autoDestroy&&Cr.endEmitted)&&Tr.destroy()}return vr}function zr(Tr,Br,vr){Br.ending=!0,Vr(Tr,Br),vr&&(Br.finished?$.nextTick(vr):Tr.once("finish",vr)),Br.ended=!0,Tr.writable=!1}function Sr(Tr,Br,vr){var Cr=Tr.entry;for(Tr.entry=null;Cr;){var Dr=Cr.callback;Br.pendingcb--,Dr(vr),Cr=Cr.next}Br.corkedRequestsFree.next=Tr}Object.defineProperty(ur.prototype,"destroyed",{enumerable:!1,get:function(){return this._writableState===void 0?!1:this._writableState.destroyed},set:function(Br){this._writableState&&(this._writableState.destroyed=Br)}}),ur.prototype.destroy=Ie.destroy,ur.prototype._undestroy=Ie.undestroy,ur.prototype._destroy=function(Tr,Br){Br(Tr)}}).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,L){(function($){(function(){var j;function V(qe,jt,tr){return jt=z(jt),jt in qe?Object.defineProperty(qe,jt,{value:tr,enumerable:!0,configurable:!0,writable:!0}):qe[jt]=tr,qe}function z(qe){var jt=re(qe,"string");return typeof jt=="symbol"?jt:String(jt)}function re(qe,jt){if(typeof qe!="object"||qe===null)return qe;var tr=qe[Symbol.toPrimitive];if(tr!==void 0){var rr=tr.call(qe,jt||"default");if(typeof rr!="object")return rr;throw new TypeError("@@toPrimitive must return a primitive value.")}return(jt==="string"?String:Number)(qe)}var ie=n("./end-of-stream"),oe=Symbol("lastResolve"),ue=Symbol("lastReject"),de=Symbol("error"),pe=Symbol("ended"),Ie=Symbol("lastPromise"),he=Symbol("handlePromise"),Ce=Symbol("stream");function _e(qe,jt){return{value:qe,done:jt}}function Ne(qe){var jt=qe[oe];if(jt!==null){var tr=qe[Ce].read();tr!==null&&(qe[Ie]=null,qe[oe]=null,qe[ue]=null,jt(_e(tr,!1)))}}function Fe(qe){$.nextTick(Ne,qe)}function Ue(qe,jt){return function(tr,rr){qe.then(function(){if(jt[pe]){tr(_e(void 0,!0));return}jt[he](tr,rr)},rr)}}var kt=Object.getPrototypeOf(function(){}),Et=Object.setPrototypeOf((j={get stream(){return this[Ce]},next:function(){var jt=this,tr=this[de];if(tr!==null)return Promise.reject(tr);if(this[pe])return Promise.resolve(_e(void 0,!0));if(this[Ce].destroyed)return new Promise(function(ur,cr){$.nextTick(function(){jt[de]?cr(jt[de]):ur(_e(void 0,!0))})});var rr=this[Ie],ar;if(rr)ar=new Promise(Ue(rr,this));else{var nr=this[Ce].read();if(nr!==null)return Promise.resolve(_e(nr,!1));ar=new Promise(this[he])}return this[Ie]=ar,ar}},V(j,Symbol.asyncIterator,function(){return this}),V(j,"return",function(){var jt=this;return new Promise(function(tr,rr){jt[Ce].destroy(null,function(ar){if(ar){rr(ar);return}tr(_e(void 0,!0))})})}),j),kt),Ve=function(jt){var tr,rr=Object.create(Et,(tr={},V(tr,Ce,{value:jt,writable:!0}),V(tr,oe,{value:null,writable:!0}),V(tr,ue,{value:null,writable:!0}),V(tr,de,{value:null,writable:!0}),V(tr,pe,{value:jt._readableState.endEmitted,writable:!0}),V(tr,he,{value:function(nr,ur){var cr=rr[Ce].read();cr?(rr[Ie]=null,rr[oe]=null,rr[ue]=null,nr(_e(cr,!1))):(rr[oe]=nr,rr[ue]=ur)},writable:!0}),tr));return rr[Ie]=null,ie(jt,function(ar){if(ar&&ar.code!=="ERR_STREAM_PREMATURE_CLOSE"){var nr=rr[ue];nr!==null&&(rr[Ie]=null,rr[oe]=null,rr[ue]=null,nr(ar)),rr[de]=ar;return}var ur=rr[oe];ur!==null&&(rr[Ie]=null,rr[oe]=null,rr[ue]=null,ur(_e(void 0,!0))),rr[pe]=!0}),jt.on("readable",Fe.bind(null,rr)),rr};k.exports=Ve}).call(this)}).call(this,n("_process"))},{"./end-of-stream":480,_process:540}],478:[function(n,k,L){function $(Ne,Fe){var Ue=Object.keys(Ne);if(Object.getOwnPropertySymbols){var kt=Object.getOwnPropertySymbols(Ne);Fe&&(kt=kt.filter(function(Et){return Object.getOwnPropertyDescriptor(Ne,Et).enumerable})),Ue.push.apply(Ue,kt)}return Ue}function j(Ne){for(var Fe=1;Fe<arguments.length;Fe++){var Ue=arguments[Fe]!=null?arguments[Fe]:{};Fe%2?$(Object(Ue),!0).forEach(function(kt){V(Ne,kt,Ue[kt])}):Object.getOwnPropertyDescriptors?Object.defineProperties(Ne,Object.getOwnPropertyDescriptors(Ue)):$(Object(Ue)).forEach(function(kt){Object.defineProperty(Ne,kt,Object.getOwnPropertyDescriptor(Ue,kt))})}return Ne}function V(Ne,Fe,Ue){return Fe=oe(Fe),Fe in Ne?Object.defineProperty(Ne,Fe,{value:Ue,enumerable:!0,configurable:!0,writable:!0}):Ne[Fe]=Ue,Ne}function z(Ne,Fe){if(!(Ne instanceof Fe))throw new TypeError("Cannot call a class as a function")}function re(Ne,Fe){for(var Ue=0;Ue<Fe.length;Ue++){var kt=Fe[Ue];kt.enumerable=kt.enumerable||!1,kt.configurable=!0,"value"in kt&&(kt.writable=!0),Object.defineProperty(Ne,oe(kt.key),kt)}}function ie(Ne,Fe,Ue){return Fe&&re(Ne.prototype,Fe),Object.defineProperty(Ne,"prototype",{writable:!1}),Ne}function oe(Ne){var Fe=ue(Ne,"string");return typeof Fe=="symbol"?Fe:String(Fe)}function ue(Ne,Fe){if(typeof Ne!="object"||Ne===null)return Ne;var Ue=Ne[Symbol.toPrimitive];if(Ue!==void 0){var kt=Ue.call(Ne,Fe||"default");if(typeof kt!="object")return kt;throw new TypeError("@@toPrimitive must return a primitive value.")}return(Fe==="string"?String:Number)(Ne)}var de=n("buffer"),pe=de.Buffer,Ie=n("util"),he=Ie.inspect,Ce=he&&he.custom||"inspect";function _e(Ne,Fe,Ue){pe.prototype.copy.call(Ne,Fe,Ue)}k.exports=function(){function Ne(){z(this,Ne),this.head=null,this.tail=null,this.length=0}return ie(Ne,[{key:"push",value:function(Ue){var kt={data:Ue,next:null};this.length>0?this.tail.next=kt:this.head=kt,this.tail=kt,++this.length}},{key:"unshift",value:function(Ue){var kt={data:Ue,next:this.head};this.length===0&&(this.tail=kt),this.head=kt,++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 kt=this.head,Et=""+kt.data;kt=kt.next;)Et+=Ue+kt.data;return Et}},{key:"concat",value:function(Ue){if(this.length===0)return pe.alloc(0);for(var kt=pe.allocUnsafe(Ue>>>0),Et=this.head,Ve=0;Et;)_e(Et.data,kt,Ve),Ve+=Et.data.length,Et=Et.next;return kt}},{key:"consume",value:function(Ue,kt){var Et;return Ue<this.head.data.length?(Et=this.head.data.slice(0,Ue),this.head.data=this.head.data.slice(Ue)):Ue===this.head.data.length?Et=this.shift():Et=kt?this._getString(Ue):this._getBuffer(Ue),Et}},{key:"first",value:function(){return this.head.data}},{key:"_getString",value:function(Ue){var kt=this.head,Et=1,Ve=kt.data;for(Ue-=Ve.length;kt=kt.next;){var qe=kt.data,jt=Ue>qe.length?qe.length:Ue;if(jt===qe.length?Ve+=qe:Ve+=qe.slice(0,Ue),Ue-=jt,Ue===0){jt===qe.length?(++Et,kt.next?this.head=kt.next:this.head=this.tail=null):(this.head=kt,kt.data=qe.slice(jt));break}++Et}return this.length-=Et,Ve}},{key:"_getBuffer",value:function(Ue){var kt=pe.allocUnsafe(Ue),Et=this.head,Ve=1;for(Et.data.copy(kt),Ue-=Et.data.length;Et=Et.next;){var qe=Et.data,jt=Ue>qe.length?qe.length:Ue;if(qe.copy(kt,kt.length-Ue,0,jt),Ue-=jt,Ue===0){jt===qe.length?(++Ve,Et.next?this.head=Et.next:this.head=this.tail=null):(this.head=Et,Et.data=qe.slice(jt));break}++Ve}return this.length-=Ve,kt}},{key:Ce,value:function(Ue,kt){return he(this,j(j({},kt),{},{depth:0,customInspect:!1}))}}]),Ne}()},{buffer:103,util:102}],479:[function(n,k,L){(function($){(function(){function j(ue,de){var pe=this,Ie=this._readableState&&this._readableState.destroyed,he=this._writableState&&this._writableState.destroyed;return Ie||he?(de?de(ue):ue&&(this._writableState?this._writableState.errorEmitted||(this._writableState.errorEmitted=!0,$.nextTick(ie,this,ue)):$.nextTick(ie,this,ue)),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(ue||null,function(Ce){!de&&Ce?pe._writableState?pe._writableState.errorEmitted?$.nextTick(z,pe):(pe._writableState.errorEmitted=!0,$.nextTick(V,pe,Ce)):$.nextTick(V,pe,Ce):de?($.nextTick(z,pe),de(Ce)):$.nextTick(z,pe)}),this)}function V(ue,de){ie(ue,de),z(ue)}function z(ue){ue._writableState&&!ue._writableState.emitClose||ue._readableState&&!ue._readableState.emitClose||ue.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 ie(ue,de){ue.emit("error",de)}function oe(ue,de){var pe=ue._readableState,Ie=ue._writableState;pe&&pe.autoDestroy||Ie&&Ie.autoDestroy?ue.destroy(de):ue.emit("error",de)}k.exports={destroy:j,undestroy:re,errorOrDestroy:oe}}).call(this)}).call(this,n("_process"))},{_process:540}],480:[function(n,k,L){var $=n("../../../errors").codes.ERR_STREAM_PREMATURE_CLOSE;function j(ie){var oe=!1;return function(){if(!oe){oe=!0;for(var ue=arguments.length,de=new Array(ue),pe=0;pe<ue;pe++)de[pe]=arguments[pe];ie.apply(this,de)}}}function V(){}function z(ie){return ie.setHeader&&typeof ie.abort=="function"}function re(ie,oe,ue){if(typeof oe=="function")return re(ie,null,oe);oe||(oe={}),ue=j(ue||V);var de=oe.readable||oe.readable!==!1&&ie.readable,pe=oe.writable||oe.writable!==!1&&ie.writable,Ie=function(){ie.writable||Ce()},he=ie._writableState&&ie._writableState.finished,Ce=function(){pe=!1,he=!0,de||ue.call(ie)},_e=ie._readableState&&ie._readableState.endEmitted,Ne=function(){de=!1,_e=!0,pe||ue.call(ie)},Fe=function(Ve){ue.call(ie,Ve)},Ue=function(){var Ve;if(de&&!_e)return(!ie._readableState||!ie._readableState.ended)&&(Ve=new $),ue.call(ie,Ve);if(pe&&!he)return(!ie._writableState||!ie._writableState.ended)&&(Ve=new $),ue.call(ie,Ve)},kt=function(){ie.req.on("finish",Ce)};return z(ie)?(ie.on("complete",Ce),ie.on("abort",Ue),ie.req?kt():ie.on("request",kt)):pe&&!ie._writableState&&(ie.on("end",Ie),ie.on("close",Ie)),ie.on("end",Ne),ie.on("finish",Ce),oe.error!==!1&&ie.on("error",Fe),ie.on("close",Ue),function(){ie.removeListener("complete",Ce),ie.removeListener("abort",Ue),ie.removeListener("request",kt),ie.req&&ie.req.removeListener("finish",Ce),ie.removeListener("end",Ie),ie.removeListener("close",Ie),ie.removeListener("finish",Ce),ie.removeListener("end",Ne),ie.removeListener("error",Fe),ie.removeListener("close",Ue)}}k.exports=re},{"../../../errors":471}],481:[function(n,k,L){k.exports=function(){throw new Error("Readable.from is not available in the browser")}},{}],482:[function(n,k,L){var $;function j(Ce){var _e=!1;return function(){_e||(_e=!0,Ce.apply(void 0,arguments))}}var V=n("../../../errors").codes,z=V.ERR_MISSING_ARGS,re=V.ERR_STREAM_DESTROYED;function ie(Ce){if(Ce)throw Ce}function oe(Ce){return Ce.setHeader&&typeof Ce.abort=="function"}function ue(Ce,_e,Ne,Fe){Fe=j(Fe);var Ue=!1;Ce.on("close",function(){Ue=!0}),$===void 0&&($=n("./end-of-stream")),$(Ce,{readable:_e,writable:Ne},function(Et){if(Et)return Fe(Et);Ue=!0,Fe()});var kt=!1;return function(Et){if(!Ue&&!kt){if(kt=!0,oe(Ce))return Ce.abort();if(typeof Ce.destroy=="function")return Ce.destroy();Fe(Et||new re("pipe"))}}}function de(Ce){Ce()}function pe(Ce,_e){return Ce.pipe(_e)}function Ie(Ce){return!Ce.length||typeof Ce[Ce.length-1]!="function"?ie:Ce.pop()}function he(){for(var Ce=arguments.length,_e=new Array(Ce),Ne=0;Ne<Ce;Ne++)_e[Ne]=arguments[Ne];var Fe=Ie(_e);if(Array.isArray(_e[0])&&(_e=_e[0]),_e.length<2)throw new z("streams");var Ue,kt=_e.map(function(Et,Ve){var qe=Ve<_e.length-1,jt=Ve>0;return ue(Et,qe,jt,function(tr){Ue||(Ue=tr),tr&&kt.forEach(de),!qe&&(kt.forEach(de),Fe(Ue))})});return _e.reduce(pe)}k.exports=he},{"../../../errors":471,"./end-of-stream":480}],483:[function(n,k,L){var $=n("../../../errors").codes.ERR_INVALID_OPT_VALUE;function j(z,re,ie){return z.highWaterMark!=null?z.highWaterMark:re?z[ie]:null}function V(z,re,ie,oe){var ue=j(re,oe,ie);if(ue!=null){if(!(isFinite(ue)&&Math.floor(ue)===ue)||ue<0){var de=oe?ie:"highWaterMark";throw new $(de,ue)}return Math.floor(ue)}return z.objectMode?16:16*1024}k.exports={getHighWaterMark:V}},{"../../../errors":471}],484:[function(n,k,L){arguments[4][461][0].apply(L,arguments)},{dup:461,events:388}],485:[function(n,k,L){arguments[4][464][0].apply(L,arguments)},{dup:464,"safe-buffer":466}],486:[function(n,k,L){(function($,j){(function(){var V=n("process/browser.js").nextTick,z=Function.prototype.apply,re=Array.prototype.slice,ie={},oe=0;L.setTimeout=function(){return new ue(z.call(setTimeout,window,arguments),clearTimeout)},L.setInterval=function(){return new ue(z.call(setInterval,window,arguments),clearInterval)},L.clearTimeout=L.clearInterval=function(de){de.close()};function ue(de,pe){this._id=de,this._clearFn=pe}ue.prototype.unref=ue.prototype.ref=function(){},ue.prototype.close=function(){this._clearFn.call(window,this._id)},L.enroll=function(de,pe){clearTimeout(de._idleTimeoutId),de._idleTimeout=pe},L.unenroll=function(de){clearTimeout(de._idleTimeoutId),de._idleTimeout=-1},L._unrefActive=L.active=function(de){clearTimeout(de._idleTimeoutId);var pe=de._idleTimeout;pe>=0&&(de._idleTimeoutId=setTimeout(function(){de._onTimeout&&de._onTimeout()},pe))},L.setImmediate=typeof $=="function"?$:function(de){var pe=oe++,Ie=arguments.length<2?!1:re.call(arguments,1);return ie[pe]=!0,V(function(){ie[pe]&&(Ie?de.apply(null,Ie):de.call(null),L.clearImmediate(pe))}),pe},L.clearImmediate=typeof j=="function"?j:function(de){delete ie[de]}}).call(this)}).call(this,n("timers").setImmediate,n("timers").clearImmediate)},{"process/browser.js":444,timers:486}],487:[function(n,k,L){var $=n("buffer").Buffer;k.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($.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,L){(function($){(function(){k.exports=j;function j(z,re){if(V("noDeprecation"))return z;var ie=!1;function oe(){if(!ie){if(V("throwDeprecation"))throw new Error(re);V("traceDeprecation")?console.trace(re):console.warn(re),ie=!0}return z.apply(this,arguments)}return oe}function V(z){try{if(!$.localStorage)return!1}catch{return!1}var re=$.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,L){arguments[4][97][0].apply(L,arguments)},{dup:97}],490:[function(n,k,L){var $=n("is-arguments"),j=n("is-generator-function"),V=n("which-typed-array"),z=n("is-typed-array");function re(Qr){return Qr.call.bind(Qr)}var ie=typeof BigInt<"u",oe=typeof Symbol<"u",ue=re(Object.prototype.toString),de=re(Number.prototype.valueOf),pe=re(String.prototype.valueOf),Ie=re(Boolean.prototype.valueOf);if(ie)var he=re(BigInt.prototype.valueOf);if(oe)var Ce=re(Symbol.prototype.valueOf);function _e(Qr,ca){if(typeof Qr!="object")return!1;try{return ca(Qr),!0}catch{return!1}}L.isArgumentsObject=$,L.isGeneratorFunction=j,L.isTypedArray=z;function Ne(Qr){return typeof Promise<"u"&&Qr instanceof Promise||Qr!==null&&typeof Qr=="object"&&typeof Qr.then=="function"&&typeof Qr.catch=="function"}L.isPromise=Ne;function Fe(Qr){return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?ArrayBuffer.isView(Qr):z(Qr)||gr(Qr)}L.isArrayBufferView=Fe;function Ue(Qr){return V(Qr)==="Uint8Array"}L.isUint8Array=Ue;function kt(Qr){return V(Qr)==="Uint8ClampedArray"}L.isUint8ClampedArray=kt;function Et(Qr){return V(Qr)==="Uint16Array"}L.isUint16Array=Et;function Ve(Qr){return V(Qr)==="Uint32Array"}L.isUint32Array=Ve;function qe(Qr){return V(Qr)==="Int8Array"}L.isInt8Array=qe;function jt(Qr){return V(Qr)==="Int16Array"}L.isInt16Array=jt;function tr(Qr){return V(Qr)==="Int32Array"}L.isInt32Array=tr;function rr(Qr){return V(Qr)==="Float32Array"}L.isFloat32Array=rr;function ar(Qr){return V(Qr)==="Float64Array"}L.isFloat64Array=ar;function nr(Qr){return V(Qr)==="BigInt64Array"}L.isBigInt64Array=nr;function ur(Qr){return V(Qr)==="BigUint64Array"}L.isBigUint64Array=ur;function cr(Qr){return ue(Qr)==="[object Map]"}cr.working=typeof Map<"u"&&cr(new Map);function _r(Qr){return typeof Map>"u"?!1:cr.working?cr(Qr):Qr instanceof Map}L.isMap=_r;function hr(Qr){return ue(Qr)==="[object Set]"}hr.working=typeof Set<"u"&&hr(new Set);function Er(Qr){return typeof Set>"u"?!1:hr.working?hr(Qr):Qr instanceof Set}L.isSet=Er;function kr(Qr){return ue(Qr)==="[object WeakMap]"}kr.working=typeof WeakMap<"u"&&kr(new WeakMap);function xr(Qr){return typeof WeakMap>"u"?!1:kr.working?kr(Qr):Qr instanceof WeakMap}L.isWeakMap=xr;function yr(Qr){return ue(Qr)==="[object WeakSet]"}yr.working=typeof WeakSet<"u"&&yr(new WeakSet);function br(Qr){return yr(Qr)}L.isWeakSet=br;function Ir(Qr){return ue(Qr)==="[object ArrayBuffer]"}Ir.working=typeof ArrayBuffer<"u"&&Ir(new ArrayBuffer);function Mr(Qr){return typeof ArrayBuffer>"u"?!1:Ir.working?Ir(Qr):Qr instanceof ArrayBuffer}L.isArrayBuffer=Mr;function mr(Qr){return ue(Qr)==="[object DataView]"}mr.working=typeof ArrayBuffer<"u"&&typeof DataView<"u"&&mr(new DataView(new ArrayBuffer(1),0,1));function gr(Qr){return typeof DataView>"u"?!1:mr.working?mr(Qr):Qr instanceof DataView}L.isDataView=gr;var jr=typeof SharedArrayBuffer<"u"?SharedArrayBuffer:void 0;function Hr(Qr){return ue(Qr)==="[object SharedArrayBuffer]"}function Vr(Qr){return typeof jr>"u"?!1:(typeof Hr.working>"u"&&(Hr.working=Hr(new jr)),Hr.working?Hr(Qr):Qr instanceof jr)}L.isSharedArrayBuffer=Vr;function zr(Qr){return ue(Qr)==="[object AsyncFunction]"}L.isAsyncFunction=zr;function Sr(Qr){return ue(Qr)==="[object Map Iterator]"}L.isMapIterator=Sr;function Tr(Qr){return ue(Qr)==="[object Set Iterator]"}L.isSetIterator=Tr;function Br(Qr){return ue(Qr)==="[object Generator]"}L.isGeneratorObject=Br;function vr(Qr){return ue(Qr)==="[object WebAssembly.Module]"}L.isWebAssemblyCompiledModule=vr;function Cr(Qr){return _e(Qr,de)}L.isNumberObject=Cr;function Dr(Qr){return _e(Qr,pe)}L.isStringObject=Dr;function Rr(Qr){return _e(Qr,Ie)}L.isBooleanObject=Rr;function Wr(Qr){return ie&&_e(Qr,he)}L.isBigIntObject=Wr;function Kr(Qr){return oe&&_e(Qr,Ce)}L.isSymbolObject=Kr;function Nr(Qr){return Cr(Qr)||Dr(Qr)||Rr(Qr)||Wr(Qr)||Kr(Qr)}L.isBoxedPrimitive=Nr;function Fr(Qr){return typeof Uint8Array<"u"&&(Mr(Qr)||Vr(Qr))}L.isAnyArrayBuffer=Fr,["isProxy","isExternal","isModuleNamespaceObject"].forEach(function(Qr){Object.defineProperty(L,Qr,{enumerable:!1,value:function(){throw new Error(Qr+" is not supported in userland")}})})},{"is-arguments":410,"is-generator-function":413,"is-typed-array":414,"which-typed-array":492}],491:[function(n,k,L){(function($){(function(){var j=Object.getOwnPropertyDescriptors||function(jr){for(var Hr=Object.keys(jr),Vr={},zr=0;zr<Hr.length;zr++)Vr[Hr[zr]]=Object.getOwnPropertyDescriptor(jr,Hr[zr]);return Vr},V=/%[sdj%]/g;L.format=function(gr){if(!jt(gr)){for(var jr=[],Hr=0;Hr<arguments.length;Hr++)jr.push(oe(arguments[Hr]));return jr.join(" ")}for(var Hr=1,Vr=arguments,zr=Vr.length,Sr=String(gr).replace(V,function(Br){if(Br==="%%")return"%";if(Hr>=zr)return Br;switch(Br){case"%s":return String(Vr[Hr++]);case"%d":return Number(Vr[Hr++]);case"%j":try{return JSON.stringify(Vr[Hr++])}catch{return"[Circular]"}default:return Br}}),Tr=Vr[Hr];Hr<zr;Tr=Vr[++Hr])Et(Tr)||!nr(Tr)?Sr+=" "+Tr:Sr+=" "+oe(Tr);return Sr},L.deprecate=function(gr,jr){if(typeof $<"u"&&$.noDeprecation===!0)return gr;if(typeof $>"u")return function(){return L.deprecate(gr,jr).apply(this,arguments)};var Hr=!1;function Vr(){if(!Hr){if($.throwDeprecation)throw new Error(jr);$.traceDeprecation?console.trace(jr):console.error(jr),Hr=!0}return gr.apply(this,arguments)}return Vr};var z={},re=/^$/;if($.env.NODE_DEBUG){var ie=$.env.NODE_DEBUG;ie=ie.replace(/[|\\{}()[\]^$+?.]/g,"\\$&").replace(/\*/g,".*").replace(/,/g,"$|^").toUpperCase(),re=new RegExp("^"+ie+"$","i")}L.debuglog=function(gr){if(gr=gr.toUpperCase(),!z[gr])if(re.test(gr)){var jr=$.pid;z[gr]=function(){var Hr=L.format.apply(L,arguments);console.error("%s %d: %s",gr,jr,Hr)}}else z[gr]=function(){};return z[gr]};function oe(gr,jr){var Hr={seen:[],stylize:de};return arguments.length>=3&&(Hr.depth=arguments[2]),arguments.length>=4&&(Hr.colors=arguments[3]),kt(jr)?Hr.showHidden=jr:jr&&L._extend(Hr,jr),rr(Hr.showHidden)&&(Hr.showHidden=!1),rr(Hr.depth)&&(Hr.depth=2),rr(Hr.colors)&&(Hr.colors=!1),rr(Hr.customInspect)&&(Hr.customInspect=!0),Hr.colors&&(Hr.stylize=ue),Ie(Hr,gr,Hr.depth)}L.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(gr,jr){var Hr=oe.styles[jr];return Hr?"\x1B["+oe.colors[Hr][0]+"m"+gr+"\x1B["+oe.colors[Hr][1]+"m":gr}function de(gr,jr){return gr}function pe(gr){var jr={};return gr.forEach(function(Hr,Vr){jr[Hr]=!0}),jr}function Ie(gr,jr,Hr){if(gr.customInspect&&jr&&_r(jr.inspect)&&jr.inspect!==L.inspect&&!(jr.constructor&&jr.constructor.prototype===jr)){var Vr=jr.inspect(Hr,gr);return jt(Vr)||(Vr=Ie(gr,Vr,Hr)),Vr}var zr=he(gr,jr);if(zr)return zr;var Sr=Object.keys(jr),Tr=pe(Sr);if(gr.showHidden&&(Sr=Object.getOwnPropertyNames(jr)),cr(jr)&&(Sr.indexOf("message")>=0||Sr.indexOf("description")>=0))return Ce(jr);if(Sr.length===0){if(_r(jr)){var Br=jr.name?": "+jr.name:"";return gr.stylize("[Function"+Br+"]","special")}if(ar(jr))return gr.stylize(RegExp.prototype.toString.call(jr),"regexp");if(ur(jr))return gr.stylize(Date.prototype.toString.call(jr),"date");if(cr(jr))return Ce(jr)}var vr="",Cr=!1,Dr=["{","}"];if(Ue(jr)&&(Cr=!0,Dr=["[","]"]),_r(jr)){var Rr=jr.name?": "+jr.name:"";vr=" [Function"+Rr+"]"}if(ar(jr)&&(vr=" "+RegExp.prototype.toString.call(jr)),ur(jr)&&(vr=" "+Date.prototype.toUTCString.call(jr)),cr(jr)&&(vr=" "+Ce(jr)),Sr.length===0&&(!Cr||jr.length==0))return Dr[0]+vr+Dr[1];if(Hr<0)return ar(jr)?gr.stylize(RegExp.prototype.toString.call(jr),"regexp"):gr.stylize("[Object]","special");gr.seen.push(jr);var Wr;return Cr?Wr=_e(gr,jr,Hr,Tr,Sr):Wr=Sr.map(function(Kr){return Ne(gr,jr,Hr,Tr,Kr,Cr)}),gr.seen.pop(),Fe(Wr,vr,Dr)}function he(gr,jr){if(rr(jr))return gr.stylize("undefined","undefined");if(jt(jr)){var Hr="'"+JSON.stringify(jr).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return gr.stylize(Hr,"string")}if(qe(jr))return gr.stylize(""+jr,"number");if(kt(jr))return gr.stylize(""+jr,"boolean");if(Et(jr))return gr.stylize("null","null")}function Ce(gr){return"["+Error.prototype.toString.call(gr)+"]"}function _e(gr,jr,Hr,Vr,zr){for(var Sr=[],Tr=0,Br=jr.length;Tr<Br;++Tr)br(jr,String(Tr))?Sr.push(Ne(gr,jr,Hr,Vr,String(Tr),!0)):Sr.push("");return zr.forEach(function(vr){vr.match(/^\d+$/)||Sr.push(Ne(gr,jr,Hr,Vr,vr,!0))}),Sr}function Ne(gr,jr,Hr,Vr,zr,Sr){var Tr,Br,vr;if(vr=Object.getOwnPropertyDescriptor(jr,zr)||{value:jr[zr]},vr.get?vr.set?Br=gr.stylize("[Getter/Setter]","special"):Br=gr.stylize("[Getter]","special"):vr.set&&(Br=gr.stylize("[Setter]","special")),br(Vr,zr)||(Tr="["+zr+"]"),Br||(gr.seen.indexOf(vr.value)<0?(Et(Hr)?Br=Ie(gr,vr.value,null):Br=Ie(gr,vr.value,Hr-1),Br.indexOf(`
`)>-1&&(Sr?Br=Br.split(`
`).map(function(Cr){return" "+Cr}).join(`
`).slice(2):Br=`
`+Br.split(`
`).map(function(Cr){return" "+Cr}).join(`
`))):Br=gr.stylize("[Circular]","special")),rr(Tr)){if(Sr&&zr.match(/^\d+$/))return Br;Tr=JSON.stringify(""+zr),Tr.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(Tr=Tr.slice(1,-1),Tr=gr.stylize(Tr,"name")):(Tr=Tr.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),Tr=gr.stylize(Tr,"string"))}return Tr+": "+Br}function Fe(gr,jr,Hr){var Vr=gr.reduce(function(zr,Sr){return Sr.indexOf(`
`)>=0,zr+Sr.replace(/\u001b\[\d\d?m/g,"").length+1},0);return Vr>60?Hr[0]+(jr===""?"":jr+`
`)+" "+gr.join(`,
`)+" "+Hr[1]:Hr[0]+jr+" "+gr.join(", ")+" "+Hr[1]}L.types=n("./support/types");function Ue(gr){return Array.isArray(gr)}L.isArray=Ue;function kt(gr){return typeof gr=="boolean"}L.isBoolean=kt;function Et(gr){return gr===null}L.isNull=Et;function Ve(gr){return gr==null}L.isNullOrUndefined=Ve;function qe(gr){return typeof gr=="number"}L.isNumber=qe;function jt(gr){return typeof gr=="string"}L.isString=jt;function tr(gr){return typeof gr=="symbol"}L.isSymbol=tr;function rr(gr){return gr===void 0}L.isUndefined=rr;function ar(gr){return nr(gr)&&Er(gr)==="[object RegExp]"}L.isRegExp=ar,L.types.isRegExp=ar;function nr(gr){return typeof gr=="object"&&gr!==null}L.isObject=nr;function ur(gr){return nr(gr)&&Er(gr)==="[object Date]"}L.isDate=ur,L.types.isDate=ur;function cr(gr){return nr(gr)&&(Er(gr)==="[object Error]"||gr instanceof Error)}L.isError=cr,L.types.isNativeError=cr;function _r(gr){return typeof gr=="function"}L.isFunction=_r;function hr(gr){return gr===null||typeof gr=="boolean"||typeof gr=="number"||typeof gr=="string"||typeof gr=="symbol"||typeof gr>"u"}L.isPrimitive=hr,L.isBuffer=n("./support/isBuffer");function Er(gr){return Object.prototype.toString.call(gr)}function kr(gr){return gr<10?"0"+gr.toString(10):gr.toString(10)}var xr=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function yr(){var gr=new Date,jr=[kr(gr.getHours()),kr(gr.getMinutes()),kr(gr.getSeconds())].join(":");return[gr.getDate(),xr[gr.getMonth()],jr].join(" ")}L.log=function(){console.log("%s - %s",yr(),L.format.apply(L,arguments))},L.inherits=n("inherits"),L._extend=function(gr,jr){if(!jr||!nr(jr))return gr;for(var Hr=Object.keys(jr),Vr=Hr.length;Vr--;)gr[Hr[Vr]]=jr[Hr[Vr]];return gr};function br(gr,jr){return Object.prototype.hasOwnProperty.call(gr,jr)}var Ir=typeof Symbol<"u"?Symbol("util.promisify.custom"):void 0;L.promisify=function(jr){if(typeof jr!="function")throw new TypeError('The "original" argument must be of type Function');if(Ir&&jr[Ir]){var Hr=jr[Ir];if(typeof Hr!="function")throw new TypeError('The "util.promisify.custom" argument must be of type Function');return Object.defineProperty(Hr,Ir,{value:Hr,enumerable:!1,writable:!1,configurable:!0}),Hr}function Hr(){for(var Vr,zr,Sr=new Promise(function(vr,Cr){Vr=vr,zr=Cr}),Tr=[],Br=0;Br<arguments.length;Br++)Tr.push(arguments[Br]);Tr.push(function(vr,Cr){vr?zr(vr):Vr(Cr)});try{jr.apply(this,Tr)}catch(vr){zr(vr)}return Sr}return Object.setPrototypeOf(Hr,Object.getPrototypeOf(jr)),Ir&&Object.defineProperty(Hr,Ir,{value:Hr,enumerable:!1,writable:!1,configurable:!0}),Object.defineProperties(Hr,j(jr))},L.promisify.custom=Ir;function Mr(gr,jr){if(!gr){var Hr=new Error("Promise was rejected with a falsy value");Hr.reason=gr,gr=Hr}return jr(gr)}function mr(gr){if(typeof gr!="function")throw new TypeError('The "original" argument must be of type Function');function jr(){for(var Hr=[],Vr=0;Vr<arguments.length;Vr++)Hr.push(arguments[Vr]);var zr=Hr.pop();if(typeof zr!="function")throw new TypeError("The last argument must be of type Function");var Sr=this,Tr=function(){return zr.apply(Sr,arguments)};gr.apply(this,Hr).then(function(Br){$.nextTick(Tr.bind(null,null,Br))},function(Br){$.nextTick(Mr.bind(null,Br,Tr))})}return Object.setPrototypeOf(jr,Object.getPrototypeOf(gr)),Object.defineProperties(jr,j(gr)),jr}L.callbackify=mr}).call(this)}).call(this,n("_process"))},{"./support/isBuffer":489,"./support/types":490,_process:540,inherits:409}],492:[function(n,k,L){(function($){(function(){var j=n("for-each"),V=n("available-typed-arrays"),z=n("call-bind"),re=n("call-bind/callBound"),ie=n("gopd"),oe=re("Object.prototype.toString"),ue=n("has-tostringtag/shams")(),de=typeof globalThis>"u"?$:globalThis,pe=V(),Ie=re("String.prototype.slice"),he=Object.getPrototypeOf,Ce=re("Array.prototype.indexOf",!0)||function(kt,Et){for(var Ve=0;Ve<kt.length;Ve+=1)if(kt[Ve]===Et)return Ve;return-1},_e={__proto__:null};ue&&ie&&he?j(pe,function(Ue){var kt=new de[Ue];if(Symbol.toStringTag in kt){var Et=he(kt),Ve=ie(Et,Symbol.toStringTag);if(!Ve){var qe=he(Et);Ve=ie(qe,Symbol.toStringTag)}_e["$"+Ue]=z(Ve.get)}}):j(pe,function(Ue){var kt=new de[Ue],Et=kt.slice||kt.set;Et&&(_e["$"+Ue]=z(Et))});var Ne=function(kt){var Et=!1;return j(_e,function(Ve,qe){if(!Et)try{"$"+Ve(kt)===qe&&(Et=Ie(qe,1))}catch{}}),Et},Fe=function(kt){var Et=!1;return j(_e,function(Ve,qe){if(!Et)try{Ve(kt),Et=Ie(qe,1)}catch{}}),Et};k.exports=function(kt){if(!kt||typeof kt!="object")return!1;if(!ue){var Et=Ie(oe(kt),8,-1);return Ce(pe,Et)>-1?Et:Et!=="Object"?!1:Fe(kt)}return ie?Ne(kt):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,L){(function(){L.stripBOM=function($){return $[0]==="\uFEFF"?$.substring(1):$}}).call(this)},{}],494:[function(n,k,L){(function(){var $,j,V,z,re,ie={}.hasOwnProperty;$=n("xmlbuilder"),j=n("./defaults").defaults,z=function(oe){return typeof oe=="string"&&(oe.indexOf("&")>=0||oe.indexOf(">")>=0||oe.indexOf("<")>=0)},re=function(oe){return"<![CDATA["+V(oe)+"]]>"},V=function(oe){return oe.replace("]]>","]]]]><![CDATA[>")},L.Builder=function(){function oe(ue){var de,pe,Ie;this.options={},pe=j["0.2"];for(de in pe)ie.call(pe,de)&&(Ie=pe[de],this.options[de]=Ie);for(de in ue)ie.call(ue,de)&&(Ie=ue[de],this.options[de]=Ie)}return oe.prototype.buildObject=function(ue){var de,pe,Ie,he,Ce;return de=this.options.attrkey,pe=this.options.charkey,Object.keys(ue).length===1&&this.options.rootName===j["0.2"].rootName?(Ce=Object.keys(ue)[0],ue=ue[Ce]):Ce=this.options.rootName,Ie=function(_e){return function(Ne,Fe){var Ue,kt,Et,Ve,qe,jt;if(typeof Fe!="object")_e.options.cdata&&z(Fe)?Ne.raw(re(Fe)):Ne.txt(Fe);else if(Array.isArray(Fe)){for(Ve in Fe)if(ie.call(Fe,Ve)){kt=Fe[Ve];for(qe in kt)Et=kt[qe],Ne=Ie(Ne.ele(qe),Et).up()}}else for(qe in Fe)if(ie.call(Fe,qe))if(kt=Fe[qe],qe===de){if(typeof kt=="object")for(Ue in kt)jt=kt[Ue],Ne=Ne.att(Ue,jt)}else if(qe===pe)_e.options.cdata&&z(kt)?Ne=Ne.raw(re(kt)):Ne=Ne.txt(kt);else if(Array.isArray(kt))for(Ve in kt)ie.call(kt,Ve)&&(Et=kt[Ve],typeof Et=="string"?_e.options.cdata&&z(Et)?Ne=Ne.ele(qe).raw(re(Et)).up():Ne=Ne.ele(qe,Et).up():Ne=Ie(Ne.ele(qe),Et).up());else typeof kt=="object"?Ne=Ie(Ne.ele(qe),kt).up():typeof kt=="string"&&_e.options.cdata&&z(kt)?Ne=Ne.ele(qe).raw(re(kt)).up():(kt==null&&(kt=""),Ne=Ne.ele(qe,kt.toString()).up());return Ne}}(this),he=$.create(Ce,this.options.xmldec,this.options.doctype,{headless:this.options.headless,allowSurrogateChars:this.options.allowSurrogateChars}),Ie(he,ue).end(this.options.renderOpts)},oe}()}).call(this)},{"./defaults":495,xmlbuilder:531}],495:[function(n,k,L){(function(){L.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,L){(function(){var $,j,V,z,re,ie,oe,ue,de,pe=function(Ce,_e){return function(){return Ce.apply(_e,arguments)}},Ie=function(Ce,_e){for(var Ne in _e)he.call(_e,Ne)&&(Ce[Ne]=_e[Ne]);function Fe(){this.constructor=Ce}return Fe.prototype=_e.prototype,Ce.prototype=new Fe,Ce.__super__=_e.prototype,Ce},he={}.hasOwnProperty;ue=n("sax"),z=n("events"),$=n("./bom"),oe=n("./processors"),de=n("timers").setImmediate,j=n("./defaults").defaults,re=function(Ce){return typeof Ce=="object"&&Ce!=null&&Object.keys(Ce).length===0},ie=function(Ce,_e,Ne){var Fe,Ue,kt;for(Fe=0,Ue=Ce.length;Fe<Ue;Fe++)kt=Ce[Fe],_e=kt(_e,Ne);return _e},V=function(Ce,_e,Ne){var Fe;return Fe=Object.create(null),Fe.value=Ne,Fe.writable=!0,Fe.enumerable=!0,Fe.configurable=!0,Object.defineProperty(Ce,_e,Fe)},L.Parser=function(Ce){Ie(_e,Ce);function _e(Ne){this.parseStringPromise=pe(this.parseStringPromise,this),this.parseString=pe(this.parseString,this),this.reset=pe(this.reset,this),this.assignOrPush=pe(this.assignOrPush,this),this.processAsync=pe(this.processAsync,this);var Fe,Ue,kt;if(!(this instanceof L.Parser))return new L.Parser(Ne);this.options={},Ue=j["0.2"];for(Fe in Ue)he.call(Ue,Fe)&&(kt=Ue[Fe],this.options[Fe]=kt);for(Fe in Ne)he.call(Ne,Fe)&&(kt=Ne[Fe],this.options[Fe]=kt);this.options.xmlns&&(this.options.xmlnskey=this.options.attrkey+"ns"),this.options.normalizeTags&&(this.options.tagNameProcessors||(this.options.tagNameProcessors=[]),this.options.tagNameProcessors.unshift(oe.normalize)),this.reset()}return _e.prototype.processAsync=function(){var Ne,Fe;try{return this.remaining.length<=this.options.chunkSize?(Ne=this.remaining,this.remaining="",this.saxParser=this.saxParser.write(Ne),this.saxParser.close()):(Ne=this.remaining.substr(0,this.options.chunkSize),this.remaining=this.remaining.substr(this.options.chunkSize,this.remaining.length),this.saxParser=this.saxParser.write(Ne),de(this.processAsync))}catch(Ue){if(Fe=Ue,!this.saxParser.errThrown)return this.saxParser.errThrown=!0,this.emit(Fe)}},_e.prototype.assignOrPush=function(Ne,Fe,Ue){return Fe in Ne?(Ne[Fe]instanceof Array||V(Ne,Fe,[Ne[Fe]]),Ne[Fe].push(Ue)):this.options.explicitArray?V(Ne,Fe,[Ue]):V(Ne,Fe,Ue)},_e.prototype.reset=function(){var Ne,Fe,Ue,kt;return this.removeAllListeners(),this.saxParser=ue.parser(this.options.strict,{trim:!1,normalize:!1,xmlns:this.options.xmlns}),this.saxParser.errThrown=!1,this.saxParser.onerror=function(Et){return function(Ve){if(Et.saxParser.resume(),!Et.saxParser.errThrown)return Et.saxParser.errThrown=!0,Et.emit("error",Ve)}}(this),this.saxParser.onend=function(Et){return function(){if(!Et.saxParser.ended)return Et.saxParser.ended=!0,Et.emit("end",Et.resultObject)}}(this),this.saxParser.ended=!1,this.EXPLICIT_CHARKEY=this.options.explicitCharkey,this.resultObject=null,kt=[],Ne=this.options.attrkey,Fe=this.options.charkey,this.saxParser.onopentag=function(Et){return function(Ve){var qe,jt,tr,rr,ar;if(tr={},tr[Fe]="",!Et.options.ignoreAttrs){ar=Ve.attributes;for(qe in ar)he.call(ar,qe)&&(!(Ne in tr)&&!Et.options.mergeAttrs&&(tr[Ne]={}),jt=Et.options.attrValueProcessors?ie(Et.options.attrValueProcessors,Ve.attributes[qe],qe):Ve.attributes[qe],rr=Et.options.attrNameProcessors?ie(Et.options.attrNameProcessors,qe):qe,Et.options.mergeAttrs?Et.assignOrPush(tr,rr,jt):V(tr[Ne],rr,jt))}return tr["#name"]=Et.options.tagNameProcessors?ie(Et.options.tagNameProcessors,Ve.name):Ve.name,Et.options.xmlns&&(tr[Et.options.xmlnskey]={uri:Ve.uri,local:Ve.local}),kt.push(tr)}}(this),this.saxParser.onclosetag=function(Et){return function(){var Ve,qe,jt,tr,rr,ar,nr,ur,cr,_r;if(ar=kt.pop(),rr=ar["#name"],(!Et.options.explicitChildren||!Et.options.preserveChildrenOrder)&&delete ar["#name"],ar.cdata===!0&&(Ve=ar.cdata,delete ar.cdata),cr=kt[kt.length-1],ar[Fe].match(/^\s*$/)&&!Ve?(qe=ar[Fe],delete ar[Fe]):(Et.options.trim&&(ar[Fe]=ar[Fe].trim()),Et.options.normalize&&(ar[Fe]=ar[Fe].replace(/\s{2,}/g," ").trim()),ar[Fe]=Et.options.valueProcessors?ie(Et.options.valueProcessors,ar[Fe],rr):ar[Fe],Object.keys(ar).length===1&&Fe in ar&&!Et.EXPLICIT_CHARKEY&&(ar=ar[Fe])),re(ar)&&(typeof Et.options.emptyTag=="function"?ar=Et.options.emptyTag():ar=Et.options.emptyTag!==""?Et.options.emptyTag:qe),Et.options.validator!=null&&(_r="/"+function(){var hr,Er,kr;for(kr=[],hr=0,Er=kt.length;hr<Er;hr++)tr=kt[hr],kr.push(tr["#name"]);return kr}().concat(rr).join("/"),function(){var hr;try{return ar=Et.options.validator(_r,cr&&cr[rr],ar)}catch(Er){return hr=Er,Et.emit("error",hr)}}()),Et.options.explicitChildren&&!Et.options.mergeAttrs&&typeof ar=="object"){if(!Et.options.preserveChildrenOrder)tr={},Et.options.attrkey in ar&&(tr[Et.options.attrkey]=ar[Et.options.attrkey],delete ar[Et.options.attrkey]),!Et.options.charsAsChildren&&Et.options.charkey in ar&&(tr[Et.options.charkey]=ar[Et.options.charkey],delete ar[Et.options.charkey]),Object.getOwnPropertyNames(ar).length>0&&(tr[Et.options.childkey]=ar),ar=tr;else if(cr){cr[Et.options.childkey]=cr[Et.options.childkey]||[],nr={};for(jt in ar)he.call(ar,jt)&&V(nr,jt,ar[jt]);cr[Et.options.childkey].push(nr),delete ar["#name"],Object.keys(ar).length===1&&Fe in ar&&!Et.EXPLICIT_CHARKEY&&(ar=ar[Fe])}}return kt.length>0?Et.assignOrPush(cr,rr,ar):(Et.options.explicitRoot&&(ur=ar,ar={},V(ar,rr,ur)),Et.resultObject=ar,Et.saxParser.ended=!0,Et.emit("end",Et.resultObject))}}(this),Ue=function(Et){return function(Ve){var qe,jt;if(jt=kt[kt.length-1],jt)return jt[Fe]+=Ve,Et.options.explicitChildren&&Et.options.preserveChildrenOrder&&Et.options.charsAsChildren&&(Et.options.includeWhiteChars||Ve.replace(/\\n/g,"").trim()!=="")&&(jt[Et.options.childkey]=jt[Et.options.childkey]||[],qe={"#name":"__text__"},qe[Fe]=Ve,Et.options.normalize&&(qe[Fe]=qe[Fe].replace(/\s{2,}/g," ").trim()),jt[Et.options.childkey].push(qe)),jt}}(this),this.saxParser.ontext=Ue,this.saxParser.oncdata=function(Et){return function(Ve){var qe;if(qe=Ue(Ve),qe)return qe.cdata=!0}}()},_e.prototype.parseString=function(Ne,Fe){var Ue;Fe!=null&&typeof Fe=="function"&&(this.on("end",function(kt){return this.reset(),Fe(null,kt)}),this.on("error",function(kt){return this.reset(),Fe(kt)}));try{return Ne=Ne.toString(),Ne.trim()===""?(this.emit("end",null),!0):(Ne=$.stripBOM(Ne),this.options.async?(this.remaining=Ne,de(this.processAsync),this.saxParser):this.saxParser.write(Ne).close())}catch(kt){if(Ue=kt,this.saxParser.errThrown||this.saxParser.ended){if(this.saxParser.ended)throw Ue}else return this.emit("error",Ue),this.saxParser.errThrown=!0}},_e.prototype.parseStringPromise=function(Ne){return new Promise(function(Fe){return function(Ue,kt){return Fe.parseString(Ne,function(Et,Ve){return Et?kt(Et):Ue(Ve)})}}(this))},_e}(z),L.parseString=function(Ce,_e,Ne){var Fe,Ue,kt;return Ne!=null?(typeof Ne=="function"&&(Fe=Ne),typeof _e=="object"&&(Ue=_e)):(typeof _e=="function"&&(Fe=_e),Ue={}),kt=new L.Parser(Ue),kt.parseString(Ce,Fe)},L.parseStringPromise=function(Ce,_e){var Ne,Fe;return typeof _e=="object"&&(Ne=_e),Fe=new L.Parser(Ne),Fe.parseStringPromise(Ce)}}).call(this)},{"./bom":493,"./defaults":495,"./processors":497,events:388,sax:467,timers:486}],497:[function(n,k,L){(function(){var $;$=new RegExp(/(?!xmlns)^.*:/),L.normalize=function(j){return j.toLowerCase()},L.firstCharLowerCase=function(j){return j.charAt(0).toLowerCase()+j.slice(1)},L.stripPrefix=function(j){return j.replace($,"")},L.parseNumbers=function(j){return isNaN(j)||(j=j%1===0?parseInt(j,10):parseFloat(j)),j},L.parseBooleans=function(j){return/^(?:true|false)$/i.test(j)&&(j=j.toLowerCase()==="true"),j}}).call(this)},{}],498:[function(n,k,L){(function(){var $,j,V,z,re=function(oe,ue){for(var de in ue)ie.call(ue,de)&&(oe[de]=ue[de]);function pe(){this.constructor=oe}return pe.prototype=ue.prototype,oe.prototype=new pe,oe.__super__=ue.prototype,oe},ie={}.hasOwnProperty;j=n("./defaults"),$=n("./builder"),V=n("./parser"),z=n("./processors"),L.defaults=j.defaults,L.processors=z,L.ValidationError=function(oe){re(ue,oe);function ue(de){this.message=de}return ue}(Error),L.Builder=$.Builder,L.Parser=V.Parser,L.parseString=V.parseString,L.parseStringPromise=V.parseStringPromise}).call(this)},{"./builder":494,"./defaults":495,"./parser":496,"./processors":497}],499:[function(n,k,L){(function(){k.exports={Disconnected:1,Preceding:2,Following:4,Contains:8,ContainedBy:16,ImplementationSpecific:32}}).call(this)},{}],500:[function(n,k,L){(function(){k.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,L){(function(){var $,j,V,z,re,ie,oe,ue=[].slice,de={}.hasOwnProperty;$=function(){var pe,Ie,he,Ce,_e,Ne;if(Ne=arguments[0],_e=2<=arguments.length?ue.call(arguments,1):[],re(Object.assign))Object.assign.apply(null,arguments);else for(pe=0,he=_e.length;pe<he;pe++)if(Ce=_e[pe],Ce!=null)for(Ie in Ce)de.call(Ce,Ie)&&(Ne[Ie]=Ce[Ie]);return Ne},re=function(pe){return!!pe&&Object.prototype.toString.call(pe)==="[object Function]"},ie=function(pe){var Ie;return!!pe&&((Ie=typeof pe)=="function"||Ie==="object")},V=function(pe){return re(Array.isArray)?Array.isArray(pe):Object.prototype.toString.call(pe)==="[object Array]"},z=function(pe){var Ie;if(V(pe))return!pe.length;for(Ie in pe)if(de.call(pe,Ie))return!1;return!0},oe=function(pe){var Ie,he;return ie(pe)&&(he=Object.getPrototypeOf(pe))&&(Ie=he.constructor)&&typeof Ie=="function"&&Ie instanceof Ie&&Function.prototype.toString.call(Ie)===Function.prototype.toString.call(Object)},j=function(pe){return re(pe.valueOf)?pe.valueOf():pe},k.exports.assign=$,k.exports.isFunction=re,k.exports.isObject=ie,k.exports.isArray=V,k.exports.isEmpty=z,k.exports.isPlainObject=oe,k.exports.getValue=j}).call(this)},{}],502:[function(n,k,L){(function(){k.exports={None:0,OpenTag:1,InsideTag:2,CloseTag:3}}).call(this)},{}],503:[function(n,k,L){(function(){var $;$=n("./NodeType"),n("./XMLNode"),k.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=$.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,L){(function(){var $,j,V=function(re,ie){for(var oe in ie)z.call(ie,oe)&&(re[oe]=ie[oe]);function ue(){this.constructor=re}return ue.prototype=ie.prototype,re.prototype=new ue,re.__super__=ie.prototype,re},z={}.hasOwnProperty;$=n("./NodeType"),j=n("./XMLCharacterData"),k.exports=function(re){V(ie,re);function ie(oe,ue){if(ie.__super__.constructor.call(this,oe),ue==null)throw new Error("Missing CDATA text. "+this.debugInfo());this.name="#cdata-section",this.type=$.CData,this.value=this.stringify.cdata(ue)}return ie.prototype.clone=function(){return Object.create(this)},ie.prototype.toString=function(oe){return this.options.writer.cdata(this,this.options.writer.filterOptions(oe))},ie}(j)}).call(this)},{"./NodeType":500,"./XMLCharacterData":505}],505:[function(n,k,L){(function(){var $,j=function(z,re){for(var ie in re)V.call(re,ie)&&(z[ie]=re[ie]);function oe(){this.constructor=z}return oe.prototype=re.prototype,z.prototype=new oe,z.__super__=re.prototype,z},V={}.hasOwnProperty;$=n("./XMLNode"),k.exports=function(z){j(re,z);function re(ie){re.__super__.constructor.call(this,ie),this.value=""}return Object.defineProperty(re.prototype,"data",{get:function(){return this.value},set:function(ie){return this.value=ie||""}}),Object.defineProperty(re.prototype,"length",{get:function(){return this.value.length}}),Object.defineProperty(re.prototype,"textContent",{get:function(){return this.value},set:function(ie){return this.value=ie||""}}),re.prototype.clone=function(){return Object.create(this)},re.prototype.substringData=function(ie,oe){throw new Error("This DOM method is not implemented."+this.debugInfo())},re.prototype.appendData=function(ie){throw new Error("This DOM method is not implemented."+this.debugInfo())},re.prototype.insertData=function(ie,oe){throw new Error("This DOM method is not implemented."+this.debugInfo())},re.prototype.deleteData=function(ie,oe){throw new Error("This DOM method is not implemented."+this.debugInfo())},re.prototype.replaceData=function(ie,oe,ue){throw new Error("This DOM method is not implemented."+this.debugInfo())},re.prototype.isEqualNode=function(ie){return!(!re.__super__.isEqualNode.apply(this,arguments).isEqualNode(ie)||ie.data!==this.data)},re}($)}).call(this)},{"./XMLNode":522}],506:[function(n,k,L){(function(){var $,j,V=function(re,ie){for(var oe in ie)z.call(ie,oe)&&(re[oe]=ie[oe]);function ue(){this.constructor=re}return ue.prototype=ie.prototype,re.prototype=new ue,re.__super__=ie.prototype,re},z={}.hasOwnProperty;$=n("./NodeType"),j=n("./XMLCharacterData"),k.exports=function(re){V(ie,re);function ie(oe,ue){if(ie.__super__.constructor.call(this,oe),ue==null)throw new Error("Missing comment text. "+this.debugInfo());this.name="#comment",this.type=$.Comment,this.value=this.stringify.comment(ue)}return ie.prototype.clone=function(){return Object.create(this)},ie.prototype.toString=function(oe){return this.options.writer.comment(this,this.options.writer.filterOptions(oe))},ie}(j)}).call(this)},{"./NodeType":500,"./XMLCharacterData":505}],507:[function(n,k,L){(function(){var $,j;$=n("./XMLDOMErrorHandler"),j=n("./XMLDOMStringList"),k.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 $,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,L){(function(){k.exports=function(){function $(){}return $.prototype.handleError=function(j){throw new Error(j)},$}()}).call(this)},{}],509:[function(n,k,L){(function(){k.exports=function(){function $(){}return $.prototype.hasFeature=function(j,V){return!0},$.prototype.createDocumentType=function(j,V,z){throw new Error("This DOM method is not implemented.")},$.prototype.createDocument=function(j,V,z){throw new Error("This DOM method is not implemented.")},$.prototype.createHTMLDocument=function(j){throw new Error("This DOM method is not implemented.")},$.prototype.getFeature=function(j,V){throw new Error("This DOM method is not implemented.")},$}()}).call(this)},{}],510:[function(n,k,L){(function(){k.exports=function(){function $(j){this.arr=j||[]}return Object.defineProperty($.prototype,"length",{get:function(){return this.arr.length}}),$.prototype.item=function(j){return this.arr[j]||null},$.prototype.contains=function(j){return this.arr.indexOf(j)!==-1},$}()}).call(this)},{}],511:[function(n,k,L){(function(){var $,j,V=function(re,ie){for(var oe in ie)z.call(ie,oe)&&(re[oe]=ie[oe]);function ue(){this.constructor=re}return ue.prototype=ie.prototype,re.prototype=new ue,re.__super__=ie.prototype,re},z={}.hasOwnProperty;j=n("./XMLNode"),$=n("./NodeType"),k.exports=function(re){V(ie,re);function ie(oe,ue,de,pe,Ie,he){if(ie.__super__.constructor.call(this,oe),ue==null)throw new Error("Missing DTD element name. "+this.debugInfo());if(de==null)throw new Error("Missing DTD attribute name. "+this.debugInfo(ue));if(!pe)throw new Error("Missing DTD attribute type. "+this.debugInfo(ue));if(!Ie)throw new Error("Missing DTD attribute default. "+this.debugInfo(ue));if(Ie.indexOf("#")!==0&&(Ie="#"+Ie),!Ie.match(/^(#REQUIRED|#IMPLIED|#FIXED|#DEFAULT)$/))throw new Error("Invalid default value type; expected: #REQUIRED, #IMPLIED, #FIXED or #DEFAULT. "+this.debugInfo(ue));if(he&&!Ie.match(/^(#FIXED|#DEFAULT)$/))throw new Error("Default value only applies to #FIXED or #DEFAULT. "+this.debugInfo(ue));this.elementName=this.stringify.name(ue),this.type=$.AttributeDeclaration,this.attributeName=this.stringify.name(de),this.attributeType=this.stringify.dtdAttType(pe),he&&(this.defaultValue=this.stringify.dtdAttDefault(he)),this.defaultValueType=Ie}return ie.prototype.toString=function(oe){return this.options.writer.dtdAttList(this,this.options.writer.filterOptions(oe))},ie}(j)}).call(this)},{"./NodeType":500,"./XMLNode":522}],512:[function(n,k,L){(function(){var $,j,V=function(re,ie){for(var oe in ie)z.call(ie,oe)&&(re[oe]=ie[oe]);function ue(){this.constructor=re}return ue.prototype=ie.prototype,re.prototype=new ue,re.__super__=ie.prototype,re},z={}.hasOwnProperty;j=n("./XMLNode"),$=n("./NodeType"),k.exports=function(re){V(ie,re);function ie(oe,ue,de){if(ie.__super__.constructor.call(this,oe),ue==null)throw new Error("Missing DTD element name. "+this.debugInfo());de||(de="(#PCDATA)"),Array.isArray(de)&&(de="("+de.join(",")+")"),this.name=this.stringify.name(ue),this.type=$.ElementDeclaration,this.value=this.stringify.dtdElementValue(de)}return ie.prototype.toString=function(oe){return this.options.writer.dtdElement(this,this.options.writer.filterOptions(oe))},ie}(j)}).call(this)},{"./NodeType":500,"./XMLNode":522}],513:[function(n,k,L){(function(){var $,j,V,z=function(ie,oe){for(var ue in oe)re.call(oe,ue)&&(ie[ue]=oe[ue]);function de(){this.constructor=ie}return de.prototype=oe.prototype,ie.prototype=new de,ie.__super__=oe.prototype,ie},re={}.hasOwnProperty;V=n("./Utility").isObject,j=n("./XMLNode"),$=n("./NodeType"),k.exports=function(ie){z(oe,ie);function oe(ue,de,pe,Ie){if(oe.__super__.constructor.call(this,ue),pe==null)throw new Error("Missing DTD entity name. "+this.debugInfo(pe));if(Ie==null)throw new Error("Missing DTD entity value. "+this.debugInfo(pe));if(this.pe=!!de,this.name=this.stringify.name(pe),this.type=$.EntityDeclaration,!V(Ie))this.value=this.stringify.dtdEntityValue(Ie),this.internal=!0;else{if(!Ie.pubID&&!Ie.sysID)throw new Error("Public and/or system identifiers are required for an external entity. "+this.debugInfo(pe));if(Ie.pubID&&!Ie.sysID)throw new Error("System identifier is required for a public external entity. "+this.debugInfo(pe));if(this.internal=!1,Ie.pubID!=null&&(this.pubID=this.stringify.dtdPubID(Ie.pubID)),Ie.sysID!=null&&(this.sysID=this.stringify.dtdSysID(Ie.sysID)),Ie.nData!=null&&(this.nData=this.stringify.dtdNData(Ie.nData)),this.pe&&this.nData)throw new Error("Notation declaration is not allowed in a parameter entity. "+this.debugInfo(pe))}}return Object.defineProperty(oe.prototype,"publicId",{get:function(){return this.pubID}}),Object.defineProperty(oe.prototype,"systemId",{get:function(){return this.sysID}}),Object.defineProperty(oe.prototype,"notationName",{get:function(){return this.nData||null}}),Object.defineProperty(oe.prototype,"inputEncoding",{get:function(){return null}}),Object.defineProperty(oe.prototype,"xmlEncoding",{get:function(){return null}}),Object.defineProperty(oe.prototype,"xmlVersion",{get:function(){return null}}),oe.prototype.toString=function(ue){return this.options.writer.dtdEntity(this,this.options.writer.filterOptions(ue))},oe}(j)}).call(this)},{"./NodeType":500,"./Utility":501,"./XMLNode":522}],514:[function(n,k,L){(function(){var $,j,V=function(re,ie){for(var oe in ie)z.call(ie,oe)&&(re[oe]=ie[oe]);function ue(){this.constructor=re}return ue.prototype=ie.prototype,re.prototype=new ue,re.__super__=ie.prototype,re},z={}.hasOwnProperty;j=n("./XMLNode"),$=n("./NodeType"),k.exports=function(re){V(ie,re);function ie(oe,ue,de){if(ie.__super__.constructor.call(this,oe),ue==null)throw new Error("Missing DTD notation name. "+this.debugInfo(ue));if(!de.pubID&&!de.sysID)throw new Error("Public or system identifiers are required for an external entity. "+this.debugInfo(ue));this.name=this.stringify.name(ue),this.type=$.NotationDeclaration,de.pubID!=null&&(this.pubID=this.stringify.dtdPubID(de.pubID)),de.sysID!=null&&(this.sysID=this.stringify.dtdSysID(de.sysID))}return Object.defineProperty(ie.prototype,"publicId",{get:function(){return this.pubID}}),Object.defineProperty(ie.prototype,"systemId",{get:function(){return this.sysID}}),ie.prototype.toString=function(oe){return this.options.writer.dtdNotation(this,this.options.writer.filterOptions(oe))},ie}(j)}).call(this)},{"./NodeType":500,"./XMLNode":522}],515:[function(n,k,L){(function(){var $,j,V,z=function(ie,oe){for(var ue in oe)re.call(oe,ue)&&(ie[ue]=oe[ue]);function de(){this.constructor=ie}return de.prototype=oe.prototype,ie.prototype=new de,ie.__super__=oe.prototype,ie},re={}.hasOwnProperty;V=n("./Utility").isObject,j=n("./XMLNode"),$=n("./NodeType"),k.exports=function(ie){z(oe,ie);function oe(ue,de,pe,Ie){var he;oe.__super__.constructor.call(this,ue),V(de)&&(he=de,de=he.version,pe=he.encoding,Ie=he.standalone),de||(de="1.0"),this.type=$.Declaration,this.version=this.stringify.xmlVersion(de),pe!=null&&(this.encoding=this.stringify.xmlEncoding(pe)),Ie!=null&&(this.standalone=this.stringify.xmlStandalone(Ie))}return oe.prototype.toString=function(ue){return this.options.writer.declaration(this,this.options.writer.filterOptions(ue))},oe}(j)}).call(this)},{"./NodeType":500,"./Utility":501,"./XMLNode":522}],516:[function(n,k,L){(function(){var $,j,V,z,re,ie,oe,ue,de=function(Ie,he){for(var Ce in he)pe.call(he,Ce)&&(Ie[Ce]=he[Ce]);function _e(){this.constructor=Ie}return _e.prototype=he.prototype,Ie.prototype=new _e,Ie.__super__=he.prototype,Ie},pe={}.hasOwnProperty;ue=n("./Utility").isObject,oe=n("./XMLNode"),$=n("./NodeType"),j=n("./XMLDTDAttList"),z=n("./XMLDTDEntity"),V=n("./XMLDTDElement"),re=n("./XMLDTDNotation"),ie=n("./XMLNamedNodeMap"),k.exports=function(Ie){de(he,Ie);function he(Ce,_e,Ne){var Fe,Ue,kt,Et,Ve,qe;if(he.__super__.constructor.call(this,Ce),this.type=$.DocType,Ce.children){for(Et=Ce.children,Ue=0,kt=Et.length;Ue<kt;Ue++)if(Fe=Et[Ue],Fe.type===$.Element){this.name=Fe.name;break}}this.documentObject=Ce,ue(_e)&&(Ve=_e,_e=Ve.pubID,Ne=Ve.sysID),Ne==null&&(qe=[_e,Ne],Ne=qe[0],_e=qe[1]),_e!=null&&(this.pubID=this.stringify.dtdPubID(_e)),Ne!=null&&(this.sysID=this.stringify.dtdSysID(Ne))}return Object.defineProperty(he.prototype,"entities",{get:function(){var Ce,_e,Ne,Fe,Ue;for(Fe={},Ue=this.children,_e=0,Ne=Ue.length;_e<Ne;_e++)Ce=Ue[_e],Ce.type===$.EntityDeclaration&&!Ce.pe&&(Fe[Ce.name]=Ce);return new ie(Fe)}}),Object.defineProperty(he.prototype,"notations",{get:function(){var Ce,_e,Ne,Fe,Ue;for(Fe={},Ue=this.children,_e=0,Ne=Ue.length;_e<Ne;_e++)Ce=Ue[_e],Ce.type===$.NotationDeclaration&&(Fe[Ce.name]=Ce);return new ie(Fe)}}),Object.defineProperty(he.prototype,"publicId",{get:function(){return this.pubID}}),Object.defineProperty(he.prototype,"systemId",{get:function(){return this.sysID}}),Object.defineProperty(he.prototype,"internalSubset",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),he.prototype.element=function(Ce,_e){var Ne;return Ne=new V(this,Ce,_e),this.children.push(Ne),this},he.prototype.attList=function(Ce,_e,Ne,Fe,Ue){var kt;return kt=new j(this,Ce,_e,Ne,Fe,Ue),this.children.push(kt),this},he.prototype.entity=function(Ce,_e){var Ne;return Ne=new z(this,!1,Ce,_e),this.children.push(Ne),this},he.prototype.pEntity=function(Ce,_e){var Ne;return Ne=new z(this,!0,Ce,_e),this.children.push(Ne),this},he.prototype.notation=function(Ce,_e){var Ne;return Ne=new re(this,Ce,_e),this.children.push(Ne),this},he.prototype.toString=function(Ce){return this.options.writer.docType(this,this.options.writer.filterOptions(Ce))},he.prototype.ele=function(Ce,_e){return this.element(Ce,_e)},he.prototype.att=function(Ce,_e,Ne,Fe,Ue){return this.attList(Ce,_e,Ne,Fe,Ue)},he.prototype.ent=function(Ce,_e){return this.entity(Ce,_e)},he.prototype.pent=function(Ce,_e){return this.pEntity(Ce,_e)},he.prototype.not=function(Ce,_e){return this.notation(Ce,_e)},he.prototype.up=function(){return this.root()||this.documentObject},he.prototype.isEqualNode=function(Ce){return!(!he.__super__.isEqualNode.apply(this,arguments).isEqualNode(Ce)||Ce.name!==this.name||Ce.publicId!==this.publicId||Ce.systemId!==this.systemId)},he}(oe)}).call(this)},{"./NodeType":500,"./Utility":501,"./XMLDTDAttList":511,"./XMLDTDElement":512,"./XMLDTDEntity":513,"./XMLDTDNotation":514,"./XMLNamedNodeMap":521,"./XMLNode":522}],517:[function(n,k,L){(function(){var $,j,V,z,re,ie,oe,ue=function(pe,Ie){for(var he in Ie)de.call(Ie,he)&&(pe[he]=Ie[he]);function Ce(){this.constructor=pe}return Ce.prototype=Ie.prototype,pe.prototype=new Ce,pe.__super__=Ie.prototype,pe},de={}.hasOwnProperty;oe=n("./Utility").isPlainObject,V=n("./XMLDOMImplementation"),j=n("./XMLDOMConfiguration"),z=n("./XMLNode"),$=n("./NodeType"),ie=n("./XMLStringifier"),re=n("./XMLStringWriter"),k.exports=function(pe){ue(Ie,pe);function Ie(he){Ie.__super__.constructor.call(this,null),this.name="#document",this.type=$.Document,this.documentURI=null,this.domConfig=new j,he||(he={}),he.writer||(he.writer=new re),this.options=he,this.stringify=new ie(he)}return Object.defineProperty(Ie.prototype,"implementation",{value:new V}),Object.defineProperty(Ie.prototype,"doctype",{get:function(){var he,Ce,_e,Ne;for(Ne=this.children,Ce=0,_e=Ne.length;Ce<_e;Ce++)if(he=Ne[Ce],he.type===$.DocType)return he;return null}}),Object.defineProperty(Ie.prototype,"documentElement",{get:function(){return this.rootObject||null}}),Object.defineProperty(Ie.prototype,"inputEncoding",{get:function(){return null}}),Object.defineProperty(Ie.prototype,"strictErrorChecking",{get:function(){return!1}}),Object.defineProperty(Ie.prototype,"xmlEncoding",{get:function(){return this.children.length!==0&&this.children[0].type===$.Declaration?this.children[0].encoding:null}}),Object.defineProperty(Ie.prototype,"xmlStandalone",{get:function(){return this.children.length!==0&&this.children[0].type===$.Declaration?this.children[0].standalone==="yes":!1}}),Object.defineProperty(Ie.prototype,"xmlVersion",{get:function(){return this.children.length!==0&&this.children[0].type===$.Declaration?this.children[0].version:"1.0"}}),Object.defineProperty(Ie.prototype,"URL",{get:function(){return this.documentURI}}),Object.defineProperty(Ie.prototype,"origin",{get:function(){return null}}),Object.defineProperty(Ie.prototype,"compatMode",{get:function(){return null}}),Object.defineProperty(Ie.prototype,"characterSet",{get:function(){return null}}),Object.defineProperty(Ie.prototype,"contentType",{get:function(){return null}}),Ie.prototype.end=function(he){var Ce;return Ce={},he?oe(he)&&(Ce=he,he=this.options.writer):he=this.options.writer,he.document(this,he.filterOptions(Ce))},Ie.prototype.toString=function(he){return this.options.writer.document(this,this.options.writer.filterOptions(he))},Ie.prototype.createElement=function(he){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ie.prototype.createDocumentFragment=function(){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ie.prototype.createTextNode=function(he){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ie.prototype.createComment=function(he){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ie.prototype.createCDATASection=function(he){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ie.prototype.createProcessingInstruction=function(he,Ce){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ie.prototype.createAttribute=function(he){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ie.prototype.createEntityReference=function(he){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ie.prototype.getElementsByTagName=function(he){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ie.prototype.importNode=function(he,Ce){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ie.prototype.createElementNS=function(he,Ce){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ie.prototype.createAttributeNS=function(he,Ce){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ie.prototype.getElementsByTagNameNS=function(he,Ce){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ie.prototype.getElementById=function(he){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ie.prototype.adoptNode=function(he){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ie.prototype.normalizeDocument=function(){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ie.prototype.renameNode=function(he,Ce,_e){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ie.prototype.getElementsByClassName=function(he){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ie.prototype.createEvent=function(he){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ie.prototype.createRange=function(){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ie.prototype.createNodeIterator=function(he,Ce,_e){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ie.prototype.createTreeWalker=function(he,Ce,_e){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ie}(z)}).call(this)},{"./NodeType":500,"./Utility":501,"./XMLDOMConfiguration":507,"./XMLDOMImplementation":509,"./XMLNode":522,"./XMLStringWriter":527,"./XMLStringifier":528}],518:[function(n,k,L){(function(){var $,j,V,z,re,ie,oe,ue,de,pe,Ie,he,Ce,_e,Ne,Fe,Ue,kt,Et,Ve,qe,jt,tr,rr={}.hasOwnProperty;tr=n("./Utility"),qe=tr.isObject,Ve=tr.isFunction,jt=tr.isPlainObject,Et=tr.getValue,$=n("./NodeType"),he=n("./XMLDocument"),Ce=n("./XMLElement"),z=n("./XMLCData"),re=n("./XMLComment"),Ne=n("./XMLRaw"),kt=n("./XMLText"),_e=n("./XMLProcessingInstruction"),pe=n("./XMLDeclaration"),Ie=n("./XMLDocType"),ie=n("./XMLDTDAttList"),ue=n("./XMLDTDEntity"),oe=n("./XMLDTDElement"),de=n("./XMLDTDNotation"),V=n("./XMLAttribute"),Ue=n("./XMLStringifier"),Fe=n("./XMLStringWriter"),j=n("./WriterState"),k.exports=function(){function ar(nr,ur,cr){var _r;this.name="?xml",this.type=$.Document,nr||(nr={}),_r={},nr.writer?jt(nr.writer)&&(_r=nr.writer,nr.writer=new Fe):nr.writer=new Fe,this.options=nr,this.writer=nr.writer,this.writerOptions=this.writer.filterOptions(_r),this.stringify=new Ue(nr),this.onDataCallback=ur||function(){},this.onEndCallback=cr||function(){},this.currentNode=null,this.currentLevel=-1,this.openTags={},this.documentStarted=!1,this.documentCompleted=!1,this.root=null}return ar.prototype.createChildNode=function(nr){var ur,cr,_r,hr,Er,kr,xr,yr;switch(nr.type){case $.CData:this.cdata(nr.value);break;case $.Comment:this.comment(nr.value);break;case $.Element:_r={},xr=nr.attribs;for(cr in xr)rr.call(xr,cr)&&(ur=xr[cr],_r[cr]=ur.value);this.node(nr.name,_r);break;case $.Dummy:this.dummy();break;case $.Raw:this.raw(nr.value);break;case $.Text:this.text(nr.value);break;case $.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(yr=nr.children,Er=0,kr=yr.length;Er<kr;Er++)hr=yr[Er],this.createChildNode(hr),hr.type===$.Element&&this.up();return this},ar.prototype.dummy=function(){return this},ar.prototype.node=function(nr,ur,cr){var _r;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=Et(nr),ur==null&&(ur={}),ur=Et(ur),qe(ur)||(_r=[ur,cr],cr=_r[0],ur=_r[1]),this.currentNode=new Ce(this,nr,ur),this.currentNode.children=!1,this.currentLevel++,this.openTags[this.currentLevel]=this.currentNode,cr!=null&&this.text(cr),this},ar.prototype.element=function(nr,ur,cr){var _r,hr,Er,kr,xr,yr;if(this.currentNode&&this.currentNode.type===$.DocType)this.dtdElement.apply(this,arguments);else if(Array.isArray(nr)||qe(nr)||Ve(nr))for(kr=this.options.noValidation,this.options.noValidation=!0,yr=new he(this.options).element("TEMP_ROOT"),yr.element(nr),this.options.noValidation=kr,xr=yr.children,hr=0,Er=xr.length;hr<Er;hr++)_r=xr[hr],this.createChildNode(_r),_r.type===$.Element&&this.up();else this.node(nr,ur,cr);return this},ar.prototype.attribute=function(nr,ur){var cr,_r;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=Et(nr)),qe(nr))for(cr in nr)rr.call(nr,cr)&&(_r=nr[cr],this.attribute(cr,_r));else Ve(ur)&&(ur=ur.apply()),this.options.keepNullAttributes&&ur==null?this.currentNode.attribs[nr]=new V(this,nr,""):ur!=null&&(this.currentNode.attribs[nr]=new V(this,nr,ur));return this},ar.prototype.text=function(nr){var ur;return this.openCurrent(),ur=new kt(this,nr),this.onData(this.writer.text(ur,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},ar.prototype.cdata=function(nr){var ur;return this.openCurrent(),ur=new z(this,nr),this.onData(this.writer.cdata(ur,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},ar.prototype.comment=function(nr){var ur;return this.openCurrent(),ur=new re(this,nr),this.onData(this.writer.comment(ur,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},ar.prototype.raw=function(nr){var ur;return this.openCurrent(),ur=new Ne(this,nr),this.onData(this.writer.raw(ur,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},ar.prototype.instruction=function(nr,ur){var cr,_r,hr,Er,kr;if(this.openCurrent(),nr!=null&&(nr=Et(nr)),ur!=null&&(ur=Et(ur)),Array.isArray(nr))for(cr=0,Er=nr.length;cr<Er;cr++)_r=nr[cr],this.instruction(_r);else if(qe(nr))for(_r in nr)rr.call(nr,_r)&&(hr=nr[_r],this.instruction(_r,hr));else Ve(ur)&&(ur=ur.apply()),kr=new _e(this,nr,ur),this.onData(this.writer.processingInstruction(kr,this.writerOptions,this.currentLevel+1),this.currentLevel+1);return this},ar.prototype.declaration=function(nr,ur,cr){var _r;if(this.openCurrent(),this.documentStarted)throw new Error("declaration() must be the first node.");return _r=new pe(this,nr,ur,cr),this.onData(this.writer.declaration(_r,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},ar.prototype.doctype=function(nr,ur,cr){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 Ie(this,ur,cr),this.currentNode.rootNodeName=nr,this.currentNode.children=!1,this.currentLevel++,this.openTags[this.currentLevel]=this.currentNode,this},ar.prototype.dtdElement=function(nr,ur){var cr;return this.openCurrent(),cr=new oe(this,nr,ur),this.onData(this.writer.dtdElement(cr,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},ar.prototype.attList=function(nr,ur,cr,_r,hr){var Er;return this.openCurrent(),Er=new ie(this,nr,ur,cr,_r,hr),this.onData(this.writer.dtdAttList(Er,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},ar.prototype.entity=function(nr,ur){var cr;return this.openCurrent(),cr=new ue(this,!1,nr,ur),this.onData(this.writer.dtdEntity(cr,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},ar.prototype.pEntity=function(nr,ur){var cr;return this.openCurrent(),cr=new ue(this,!0,nr,ur),this.onData(this.writer.dtdEntity(cr,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},ar.prototype.notation=function(nr,ur){var cr;return this.openCurrent(),cr=new de(this,nr,ur),this.onData(this.writer.dtdNotation(cr,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},ar.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},ar.prototype.end=function(){for(;this.currentLevel>=0;)this.up();return this.onEnd()},ar.prototype.openCurrent=function(){if(this.currentNode)return this.currentNode.children=!0,this.openNode(this.currentNode)},ar.prototype.openNode=function(nr){var ur,cr,_r,hr;if(!nr.isOpen){if(!this.root&&this.currentLevel===0&&nr.type===$.Element&&(this.root=nr),cr="",nr.type===$.Element){this.writerOptions.state=j.OpenTag,cr=this.writer.indent(nr,this.writerOptions,this.currentLevel)+"<"+nr.name,hr=nr.attribs;for(_r in hr)rr.call(hr,_r)&&(ur=hr[_r],cr+=this.writer.attribute(ur,this.writerOptions,this.currentLevel));cr+=(nr.children?">":"/>")+this.writer.endline(nr,this.writerOptions,this.currentLevel),this.writerOptions.state=j.InsideTag}else this.writerOptions.state=j.OpenTag,cr=this.writer.indent(nr,this.writerOptions,this.currentLevel)+"<!DOCTYPE "+nr.rootNodeName,nr.pubID&&nr.sysID?cr+=' PUBLIC "'+nr.pubID+'" "'+nr.sysID+'"':nr.sysID&&(cr+=' SYSTEM "'+nr.sysID+'"'),nr.children?(cr+=" [",this.writerOptions.state=j.InsideTag):(this.writerOptions.state=j.CloseTag,cr+=">"),cr+=this.writer.endline(nr,this.writerOptions,this.currentLevel);return this.onData(cr,this.currentLevel),nr.isOpen=!0}},ar.prototype.closeNode=function(nr){var ur;if(!nr.isClosed)return ur="",this.writerOptions.state=j.CloseTag,nr.type===$.Element?ur=this.writer.indent(nr,this.writerOptions,this.currentLevel)+"</"+nr.name+">"+this.writer.endline(nr,this.writerOptions,this.currentLevel):ur=this.writer.indent(nr,this.writerOptions,this.currentLevel)+"]>"+this.writer.endline(nr,this.writerOptions,this.currentLevel),this.writerOptions.state=j.None,this.onData(ur,this.currentLevel),nr.isClosed=!0},ar.prototype.onData=function(nr,ur){return this.documentStarted=!0,this.onDataCallback(nr,ur+1)},ar.prototype.onEnd=function(){return this.documentCompleted=!0,this.onEndCallback()},ar.prototype.debugInfo=function(nr){return nr==null?"":"node: <"+nr+">"},ar.prototype.ele=function(){return this.element.apply(this,arguments)},ar.prototype.nod=function(nr,ur,cr){return this.node(nr,ur,cr)},ar.prototype.txt=function(nr){return this.text(nr)},ar.prototype.dat=function(nr){return this.cdata(nr)},ar.prototype.com=function(nr){return this.comment(nr)},ar.prototype.ins=function(nr,ur){return this.instruction(nr,ur)},ar.prototype.dec=function(nr,ur,cr){return this.declaration(nr,ur,cr)},ar.prototype.dtd=function(nr,ur,cr){return this.doctype(nr,ur,cr)},ar.prototype.e=function(nr,ur,cr){return this.element(nr,ur,cr)},ar.prototype.n=function(nr,ur,cr){return this.node(nr,ur,cr)},ar.prototype.t=function(nr){return this.text(nr)},ar.prototype.d=function(nr){return this.cdata(nr)},ar.prototype.c=function(nr){return this.comment(nr)},ar.prototype.r=function(nr){return this.raw(nr)},ar.prototype.i=function(nr,ur){return this.instruction(nr,ur)},ar.prototype.att=function(){return this.currentNode&&this.currentNode.type===$.DocType?this.attList.apply(this,arguments):this.attribute.apply(this,arguments)},ar.prototype.a=function(){return this.currentNode&&this.currentNode.type===$.DocType?this.attList.apply(this,arguments):this.attribute.apply(this,arguments)},ar.prototype.ent=function(nr,ur){return this.entity(nr,ur)},ar.prototype.pent=function(nr,ur){return this.pEntity(nr,ur)},ar.prototype.not=function(nr,ur){return this.notation(nr,ur)},ar}()}).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,L){(function(){var $,j,V=function(re,ie){for(var oe in ie)z.call(ie,oe)&&(re[oe]=ie[oe]);function ue(){this.constructor=re}return ue.prototype=ie.prototype,re.prototype=new ue,re.__super__=ie.prototype,re},z={}.hasOwnProperty;j=n("./XMLNode"),$=n("./NodeType"),k.exports=function(re){V(ie,re);function ie(oe){ie.__super__.constructor.call(this,oe),this.type=$.Dummy}return ie.prototype.clone=function(){return Object.create(this)},ie.prototype.toString=function(oe){return""},ie}(j)}).call(this)},{"./NodeType":500,"./XMLNode":522}],520:[function(n,k,L){(function(){var $,j,V,z,re,ie,oe,ue,de=function(Ie,he){for(var Ce in he)pe.call(he,Ce)&&(Ie[Ce]=he[Ce]);function _e(){this.constructor=Ie}return _e.prototype=he.prototype,Ie.prototype=new _e,Ie.__super__=he.prototype,Ie},pe={}.hasOwnProperty;ue=n("./Utility"),oe=ue.isObject,ie=ue.isFunction,re=ue.getValue,z=n("./XMLNode"),$=n("./NodeType"),j=n("./XMLAttribute"),V=n("./XMLNamedNodeMap"),k.exports=function(Ie){de(he,Ie);function he(Ce,_e,Ne){var Fe,Ue,kt,Et;if(he.__super__.constructor.call(this,Ce),_e==null)throw new Error("Missing element name. "+this.debugInfo());if(this.name=this.stringify.name(_e),this.type=$.Element,this.attribs={},this.schemaTypeInfo=null,Ne!=null&&this.attribute(Ne),Ce.type===$.Document&&(this.isRoot=!0,this.documentObject=Ce,Ce.rootObject=this,Ce.children)){for(Et=Ce.children,Ue=0,kt=Et.length;Ue<kt;Ue++)if(Fe=Et[Ue],Fe.type===$.DocType){Fe.name=this.name;break}}}return Object.defineProperty(he.prototype,"tagName",{get:function(){return this.name}}),Object.defineProperty(he.prototype,"namespaceURI",{get:function(){return""}}),Object.defineProperty(he.prototype,"prefix",{get:function(){return""}}),Object.defineProperty(he.prototype,"localName",{get:function(){return this.name}}),Object.defineProperty(he.prototype,"id",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),Object.defineProperty(he.prototype,"className",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),Object.defineProperty(he.prototype,"classList",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),Object.defineProperty(he.prototype,"attributes",{get:function(){return(!this.attributeMap||!this.attributeMap.nodes)&&(this.attributeMap=new V(this.attribs)),this.attributeMap}}),he.prototype.clone=function(){var Ce,_e,Ne,Fe;Ne=Object.create(this),Ne.isRoot&&(Ne.documentObject=null),Ne.attribs={},Fe=this.attribs;for(_e in Fe)pe.call(Fe,_e)&&(Ce=Fe[_e],Ne.attribs[_e]=Ce.clone());return Ne.children=[],this.children.forEach(function(Ue){var kt;return kt=Ue.clone(),kt.parent=Ne,Ne.children.push(kt)}),Ne},he.prototype.attribute=function(Ce,_e){var Ne,Fe;if(Ce!=null&&(Ce=re(Ce)),oe(Ce))for(Ne in Ce)pe.call(Ce,Ne)&&(Fe=Ce[Ne],this.attribute(Ne,Fe));else ie(_e)&&(_e=_e.apply()),this.options.keepNullAttributes&&_e==null?this.attribs[Ce]=new j(this,Ce,""):_e!=null&&(this.attribs[Ce]=new j(this,Ce,_e));return this},he.prototype.removeAttribute=function(Ce){var _e,Ne,Fe;if(Ce==null)throw new Error("Missing attribute name. "+this.debugInfo());if(Ce=re(Ce),Array.isArray(Ce))for(Ne=0,Fe=Ce.length;Ne<Fe;Ne++)_e=Ce[Ne],delete this.attribs[_e];else delete this.attribs[Ce];return this},he.prototype.toString=function(Ce){return this.options.writer.element(this,this.options.writer.filterOptions(Ce))},he.prototype.att=function(Ce,_e){return this.attribute(Ce,_e)},he.prototype.a=function(Ce,_e){return this.attribute(Ce,_e)},he.prototype.getAttribute=function(Ce){return this.attribs.hasOwnProperty(Ce)?this.attribs[Ce].value:null},he.prototype.setAttribute=function(Ce,_e){throw new Error("This DOM method is not implemented."+this.debugInfo())},he.prototype.getAttributeNode=function(Ce){return this.attribs.hasOwnProperty(Ce)?this.attribs[Ce]:null},he.prototype.setAttributeNode=function(Ce){throw new Error("This DOM method is not implemented."+this.debugInfo())},he.prototype.removeAttributeNode=function(Ce){throw new Error("This DOM method is not implemented."+this.debugInfo())},he.prototype.getElementsByTagName=function(Ce){throw new Error("This DOM method is not implemented."+this.debugInfo())},he.prototype.getAttributeNS=function(Ce,_e){throw new Error("This DOM method is not implemented."+this.debugInfo())},he.prototype.setAttributeNS=function(Ce,_e,Ne){throw new Error("This DOM method is not implemented."+this.debugInfo())},he.prototype.removeAttributeNS=function(Ce,_e){throw new Error("This DOM method is not implemented."+this.debugInfo())},he.prototype.getAttributeNodeNS=function(Ce,_e){throw new Error("This DOM method is not implemented."+this.debugInfo())},he.prototype.setAttributeNodeNS=function(Ce){throw new Error("This DOM method is not implemented."+this.debugInfo())},he.prototype.getElementsByTagNameNS=function(Ce,_e){throw new Error("This DOM method is not implemented."+this.debugInfo())},he.prototype.hasAttribute=function(Ce){return this.attribs.hasOwnProperty(Ce)},he.prototype.hasAttributeNS=function(Ce,_e){throw new Error("This DOM method is not implemented."+this.debugInfo())},he.prototype.setIdAttribute=function(Ce,_e){return this.attribs.hasOwnProperty(Ce)?this.attribs[Ce].isId:_e},he.prototype.setIdAttributeNS=function(Ce,_e,Ne){throw new Error("This DOM method is not implemented."+this.debugInfo())},he.prototype.setIdAttributeNode=function(Ce,_e){throw new Error("This DOM method is not implemented."+this.debugInfo())},he.prototype.getElementsByTagName=function(Ce){throw new Error("This DOM method is not implemented."+this.debugInfo())},he.prototype.getElementsByTagNameNS=function(Ce,_e){throw new Error("This DOM method is not implemented."+this.debugInfo())},he.prototype.getElementsByClassName=function(Ce){throw new Error("This DOM method is not implemented."+this.debugInfo())},he.prototype.isEqualNode=function(Ce){var _e,Ne,Fe;if(!he.__super__.isEqualNode.apply(this,arguments).isEqualNode(Ce)||Ce.namespaceURI!==this.namespaceURI||Ce.prefix!==this.prefix||Ce.localName!==this.localName||Ce.attribs.length!==this.attribs.length)return!1;for(_e=Ne=0,Fe=this.attribs.length-1;0<=Fe?Ne<=Fe:Ne>=Fe;_e=0<=Fe?++Ne:--Ne)if(!this.attribs[_e].isEqualNode(Ce.attribs[_e]))return!1;return!0},he}(z)}).call(this)},{"./NodeType":500,"./Utility":501,"./XMLAttribute":503,"./XMLNamedNodeMap":521,"./XMLNode":522}],521:[function(n,k,L){(function(){k.exports=function(){function $(j){this.nodes=j}return Object.defineProperty($.prototype,"length",{get:function(){return Object.keys(this.nodes).length||0}}),$.prototype.clone=function(){return this.nodes=null},$.prototype.getNamedItem=function(j){return this.nodes[j]},$.prototype.setNamedItem=function(j){var V;return V=this.nodes[j.nodeName],this.nodes[j.nodeName]=j,V||null},$.prototype.removeNamedItem=function(j){var V;return V=this.nodes[j],delete this.nodes[j],V||null},$.prototype.item=function(j){return this.nodes[Object.keys(this.nodes)[j]]||null},$.prototype.getNamedItemNS=function(j,V){throw new Error("This DOM method is not implemented.")},$.prototype.setNamedItemNS=function(j){throw new Error("This DOM method is not implemented.")},$.prototype.removeNamedItemNS=function(j,V){throw new Error("This DOM method is not implemented.")},$}()}).call(this)},{}],522:[function(n,k,L){(function(){var $,j,V,z,re,ie,oe,ue,de,pe,Ie,he,Ce,_e,Ne,Fe,Ue,kt={}.hasOwnProperty;Ue=n("./Utility"),Fe=Ue.isObject,Ne=Ue.isFunction,_e=Ue.isEmpty,Ce=Ue.getValue,ue=null,V=null,z=null,re=null,ie=null,Ie=null,he=null,pe=null,oe=null,j=null,de=null,$=null,k.exports=function(){function Et(Ve){this.parent=Ve,this.parent&&(this.options=this.parent.options,this.stringify=this.parent.stringify),this.value=null,this.children=[],this.baseURI=null,ue||(ue=n("./XMLElement"),V=n("./XMLCData"),z=n("./XMLComment"),re=n("./XMLDeclaration"),ie=n("./XMLDocType"),Ie=n("./XMLRaw"),he=n("./XMLText"),pe=n("./XMLProcessingInstruction"),oe=n("./XMLDummy"),j=n("./NodeType"),de=n("./XMLNodeList"),n("./XMLNamedNodeMap"),$=n("./DocumentPosition"))}return Object.defineProperty(Et.prototype,"nodeName",{get:function(){return this.name}}),Object.defineProperty(Et.prototype,"nodeType",{get:function(){return this.type}}),Object.defineProperty(Et.prototype,"nodeValue",{get:function(){return this.value}}),Object.defineProperty(Et.prototype,"parentNode",{get:function(){return this.parent}}),Object.defineProperty(Et.prototype,"childNodes",{get:function(){return(!this.childNodeList||!this.childNodeList.nodes)&&(this.childNodeList=new de(this.children)),this.childNodeList}}),Object.defineProperty(Et.prototype,"firstChild",{get:function(){return this.children[0]||null}}),Object.defineProperty(Et.prototype,"lastChild",{get:function(){return this.children[this.children.length-1]||null}}),Object.defineProperty(Et.prototype,"previousSibling",{get:function(){var Ve;return Ve=this.parent.children.indexOf(this),this.parent.children[Ve-1]||null}}),Object.defineProperty(Et.prototype,"nextSibling",{get:function(){var Ve;return Ve=this.parent.children.indexOf(this),this.parent.children[Ve+1]||null}}),Object.defineProperty(Et.prototype,"ownerDocument",{get:function(){return this.document()||null}}),Object.defineProperty(Et.prototype,"textContent",{get:function(){var Ve,qe,jt,tr,rr;if(this.nodeType===j.Element||this.nodeType===j.DocumentFragment){for(rr="",tr=this.children,qe=0,jt=tr.length;qe<jt;qe++)Ve=tr[qe],Ve.textContent&&(rr+=Ve.textContent);return rr}else return null},set:function(Ve){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),Et.prototype.setParent=function(Ve){var qe,jt,tr,rr,ar;for(this.parent=Ve,Ve&&(this.options=Ve.options,this.stringify=Ve.stringify),rr=this.children,ar=[],jt=0,tr=rr.length;jt<tr;jt++)qe=rr[jt],ar.push(qe.setParent(this));return ar},Et.prototype.element=function(Ve,qe,jt){var tr,rr,ar,nr,ur,cr,_r,hr,Er,kr,xr;if(cr=null,qe===null&&jt==null&&(Er=[{},null],qe=Er[0],jt=Er[1]),qe==null&&(qe={}),qe=Ce(qe),Fe(qe)||(kr=[qe,jt],jt=kr[0],qe=kr[1]),Ve!=null&&(Ve=Ce(Ve)),Array.isArray(Ve))for(ar=0,_r=Ve.length;ar<_r;ar++)rr=Ve[ar],cr=this.element(rr);else if(Ne(Ve))cr=this.element(Ve.apply());else if(Fe(Ve)){for(ur in Ve)if(kt.call(Ve,ur))if(xr=Ve[ur],Ne(xr)&&(xr=xr.apply()),!this.options.ignoreDecorators&&this.stringify.convertAttKey&&ur.indexOf(this.stringify.convertAttKey)===0)cr=this.attribute(ur.substr(this.stringify.convertAttKey.length),xr);else if(!this.options.separateArrayItems&&Array.isArray(xr)&&_e(xr))cr=this.dummy();else if(Fe(xr)&&_e(xr))cr=this.element(ur);else if(!this.options.keepNullNodes&&xr==null)cr=this.dummy();else if(!this.options.separateArrayItems&&Array.isArray(xr))for(nr=0,hr=xr.length;nr<hr;nr++)rr=xr[nr],tr={},tr[ur]=rr,cr=this.element(tr);else Fe(xr)?!this.options.ignoreDecorators&&this.stringify.convertTextKey&&ur.indexOf(this.stringify.convertTextKey)===0?cr=this.element(xr):(cr=this.element(ur),cr.element(xr)):cr=this.element(ur,xr)}else!this.options.keepNullNodes&&jt===null?cr=this.dummy():!this.options.ignoreDecorators&&this.stringify.convertTextKey&&Ve.indexOf(this.stringify.convertTextKey)===0?cr=this.text(jt):!this.options.ignoreDecorators&&this.stringify.convertCDataKey&&Ve.indexOf(this.stringify.convertCDataKey)===0?cr=this.cdata(jt):!this.options.ignoreDecorators&&this.stringify.convertCommentKey&&Ve.indexOf(this.stringify.convertCommentKey)===0?cr=this.comment(jt):!this.options.ignoreDecorators&&this.stringify.convertRawKey&&Ve.indexOf(this.stringify.convertRawKey)===0?cr=this.raw(jt):!this.options.ignoreDecorators&&this.stringify.convertPIKey&&Ve.indexOf(this.stringify.convertPIKey)===0?cr=this.instruction(Ve.substr(this.stringify.convertPIKey.length),jt):cr=this.node(Ve,qe,jt);if(cr==null)throw new Error("Could not create any elements with: "+Ve+". "+this.debugInfo());return cr},Et.prototype.insertBefore=function(Ve,qe,jt){var tr,rr,ar,nr,ur;if(Ve!=null&&Ve.type)return ar=Ve,nr=qe,ar.setParent(this),nr?(rr=children.indexOf(nr),ur=children.splice(rr),children.push(ar),Array.prototype.push.apply(children,ur)):children.push(ar),ar;if(this.isRoot)throw new Error("Cannot insert elements at root level. "+this.debugInfo(Ve));return rr=this.parent.children.indexOf(this),ur=this.parent.children.splice(rr),tr=this.parent.element(Ve,qe,jt),Array.prototype.push.apply(this.parent.children,ur),tr},Et.prototype.insertAfter=function(Ve,qe,jt){var tr,rr,ar;if(this.isRoot)throw new Error("Cannot insert elements at root level. "+this.debugInfo(Ve));return rr=this.parent.children.indexOf(this),ar=this.parent.children.splice(rr+1),tr=this.parent.element(Ve,qe,jt),Array.prototype.push.apply(this.parent.children,ar),tr},Et.prototype.remove=function(){var Ve;if(this.isRoot)throw new Error("Cannot remove the root element. "+this.debugInfo());return Ve=this.parent.children.indexOf(this),[].splice.apply(this.parent.children,[Ve,Ve-Ve+1].concat([])),this.parent},Et.prototype.node=function(Ve,qe,jt){var tr,rr;return Ve!=null&&(Ve=Ce(Ve)),qe||(qe={}),qe=Ce(qe),Fe(qe)||(rr=[qe,jt],jt=rr[0],qe=rr[1]),tr=new ue(this,Ve,qe),jt!=null&&tr.text(jt),this.children.push(tr),tr},Et.prototype.text=function(Ve){var qe;return Fe(Ve)&&this.element(Ve),qe=new he(this,Ve),this.children.push(qe),this},Et.prototype.cdata=function(Ve){var qe;return qe=new V(this,Ve),this.children.push(qe),this},Et.prototype.comment=function(Ve){var qe;return qe=new z(this,Ve),this.children.push(qe),this},Et.prototype.commentBefore=function(Ve){var qe,jt;return qe=this.parent.children.indexOf(this),jt=this.parent.children.splice(qe),this.parent.comment(Ve),Array.prototype.push.apply(this.parent.children,jt),this},Et.prototype.commentAfter=function(Ve){var qe,jt;return qe=this.parent.children.indexOf(this),jt=this.parent.children.splice(qe+1),this.parent.comment(Ve),Array.prototype.push.apply(this.parent.children,jt),this},Et.prototype.raw=function(Ve){var qe;return qe=new Ie(this,Ve),this.children.push(qe),this},Et.prototype.dummy=function(){var Ve;return Ve=new oe(this),Ve},Et.prototype.instruction=function(Ve,qe){var jt,tr,rr,ar,nr;if(Ve!=null&&(Ve=Ce(Ve)),qe!=null&&(qe=Ce(qe)),Array.isArray(Ve))for(ar=0,nr=Ve.length;ar<nr;ar++)jt=Ve[ar],this.instruction(jt);else if(Fe(Ve))for(jt in Ve)kt.call(Ve,jt)&&(tr=Ve[jt],this.instruction(jt,tr));else Ne(qe)&&(qe=qe.apply()),rr=new pe(this,Ve,qe),this.children.push(rr);return this},Et.prototype.instructionBefore=function(Ve,qe){var jt,tr;return jt=this.parent.children.indexOf(this),tr=this.parent.children.splice(jt),this.parent.instruction(Ve,qe),Array.prototype.push.apply(this.parent.children,tr),this},Et.prototype.instructionAfter=function(Ve,qe){var jt,tr;return jt=this.parent.children.indexOf(this),tr=this.parent.children.splice(jt+1),this.parent.instruction(Ve,qe),Array.prototype.push.apply(this.parent.children,tr),this},Et.prototype.declaration=function(Ve,qe,jt){var tr,rr;return tr=this.document(),rr=new re(tr,Ve,qe,jt),tr.children.length===0?tr.children.unshift(rr):tr.children[0].type===j.Declaration?tr.children[0]=rr:tr.children.unshift(rr),tr.root()||tr},Et.prototype.dtd=function(Ve,qe){var jt,tr,rr,ar,nr,ur,cr,_r,hr,Er;for(tr=this.document(),rr=new ie(tr,Ve,qe),hr=tr.children,ar=nr=0,cr=hr.length;nr<cr;ar=++nr)if(jt=hr[ar],jt.type===j.DocType)return tr.children[ar]=rr,rr;for(Er=tr.children,ar=ur=0,_r=Er.length;ur<_r;ar=++ur)if(jt=Er[ar],jt.isRoot)return tr.children.splice(ar,0,rr),rr;return tr.children.push(rr),rr},Et.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},Et.prototype.root=function(){var Ve;for(Ve=this;Ve;){if(Ve.type===j.Document)return Ve.rootObject;if(Ve.isRoot)return Ve;Ve=Ve.parent}},Et.prototype.document=function(){var Ve;for(Ve=this;Ve;){if(Ve.type===j.Document)return Ve;Ve=Ve.parent}},Et.prototype.end=function(Ve){return this.document().end(Ve)},Et.prototype.prev=function(){var Ve;if(Ve=this.parent.children.indexOf(this),Ve<1)throw new Error("Already at the first node. "+this.debugInfo());return this.parent.children[Ve-1]},Et.prototype.next=function(){var Ve;if(Ve=this.parent.children.indexOf(this),Ve===-1||Ve===this.parent.children.length-1)throw new Error("Already at the last node. "+this.debugInfo());return this.parent.children[Ve+1]},Et.prototype.importDocument=function(Ve){var qe;return qe=Ve.root().clone(),qe.parent=this,qe.isRoot=!1,this.children.push(qe),this},Et.prototype.debugInfo=function(Ve){var qe,jt;return Ve=Ve||this.name,Ve==null&&!((qe=this.parent)!=null&&qe.name)?"":Ve==null?"parent: <"+this.parent.name+">":(jt=this.parent)!=null&&jt.name?"node: <"+Ve+">, parent: <"+this.parent.name+">":"node: <"+Ve+">"},Et.prototype.ele=function(Ve,qe,jt){return this.element(Ve,qe,jt)},Et.prototype.nod=function(Ve,qe,jt){return this.node(Ve,qe,jt)},Et.prototype.txt=function(Ve){return this.text(Ve)},Et.prototype.dat=function(Ve){return this.cdata(Ve)},Et.prototype.com=function(Ve){return this.comment(Ve)},Et.prototype.ins=function(Ve,qe){return this.instruction(Ve,qe)},Et.prototype.doc=function(){return this.document()},Et.prototype.dec=function(Ve,qe,jt){return this.declaration(Ve,qe,jt)},Et.prototype.e=function(Ve,qe,jt){return this.element(Ve,qe,jt)},Et.prototype.n=function(Ve,qe,jt){return this.node(Ve,qe,jt)},Et.prototype.t=function(Ve){return this.text(Ve)},Et.prototype.d=function(Ve){return this.cdata(Ve)},Et.prototype.c=function(Ve){return this.comment(Ve)},Et.prototype.r=function(Ve){return this.raw(Ve)},Et.prototype.i=function(Ve,qe){return this.instruction(Ve,qe)},Et.prototype.u=function(){return this.up()},Et.prototype.importXMLBuilder=function(Ve){return this.importDocument(Ve)},Et.prototype.replaceChild=function(Ve,qe){throw new Error("This DOM method is not implemented."+this.debugInfo())},Et.prototype.removeChild=function(Ve){throw new Error("This DOM method is not implemented."+this.debugInfo())},Et.prototype.appendChild=function(Ve){throw new Error("This DOM method is not implemented."+this.debugInfo())},Et.prototype.hasChildNodes=function(){return this.children.length!==0},Et.prototype.cloneNode=function(Ve){throw new Error("This DOM method is not implemented."+this.debugInfo())},Et.prototype.normalize=function(){throw new Error("This DOM method is not implemented."+this.debugInfo())},Et.prototype.isSupported=function(Ve,qe){return!0},Et.prototype.hasAttributes=function(){return this.attribs.length!==0},Et.prototype.compareDocumentPosition=function(Ve){var qe,jt;return qe=this,qe===Ve?0:this.document()!==Ve.document()?(jt=$.Disconnected|$.ImplementationSpecific,Math.random()<.5?jt|=$.Preceding:jt|=$.Following,jt):qe.isAncestor(Ve)?$.Contains|$.Preceding:qe.isDescendant(Ve)?$.Contains|$.Following:qe.isPreceding(Ve)?$.Preceding:$.Following},Et.prototype.isSameNode=function(Ve){throw new Error("This DOM method is not implemented."+this.debugInfo())},Et.prototype.lookupPrefix=function(Ve){throw new Error("This DOM method is not implemented."+this.debugInfo())},Et.prototype.isDefaultNamespace=function(Ve){throw new Error("This DOM method is not implemented."+this.debugInfo())},Et.prototype.lookupNamespaceURI=function(Ve){throw new Error("This DOM method is not implemented."+this.debugInfo())},Et.prototype.isEqualNode=function(Ve){var qe,jt,tr;if(Ve.nodeType!==this.nodeType||Ve.children.length!==this.children.length)return!1;for(qe=jt=0,tr=this.children.length-1;0<=tr?jt<=tr:jt>=tr;qe=0<=tr?++jt:--jt)if(!this.children[qe].isEqualNode(Ve.children[qe]))return!1;return!0},Et.prototype.getFeature=function(Ve,qe){throw new Error("This DOM method is not implemented."+this.debugInfo())},Et.prototype.setUserData=function(Ve,qe,jt){throw new Error("This DOM method is not implemented."+this.debugInfo())},Et.prototype.getUserData=function(Ve){throw new Error("This DOM method is not implemented."+this.debugInfo())},Et.prototype.contains=function(Ve){return Ve?Ve===this||this.isDescendant(Ve):!1},Et.prototype.isDescendant=function(Ve){var qe,jt,tr,rr,ar;for(ar=this.children,tr=0,rr=ar.length;tr<rr;tr++)if(qe=ar[tr],Ve===qe||(jt=qe.isDescendant(Ve),jt))return!0;return!1},Et.prototype.isAncestor=function(Ve){return Ve.isDescendant(this)},Et.prototype.isPreceding=function(Ve){var qe,jt;return qe=this.treePosition(Ve),jt=this.treePosition(this),qe===-1||jt===-1?!1:qe<jt},Et.prototype.isFollowing=function(Ve){var qe,jt;return qe=this.treePosition(Ve),jt=this.treePosition(this),qe===-1||jt===-1?!1:qe>jt},Et.prototype.treePosition=function(Ve){var qe,jt;return jt=0,qe=!1,this.foreachTreeNode(this.document(),function(tr){if(jt++,!qe&&tr===Ve)return qe=!0}),qe?jt:-1},Et.prototype.foreachTreeNode=function(Ve,qe){var jt,tr,rr,ar,nr;for(Ve||(Ve=this.document()),ar=Ve.children,tr=0,rr=ar.length;tr<rr;tr++){if(jt=ar[tr],nr=qe(jt))return nr;if(nr=this.foreachTreeNode(jt,qe),nr)return nr}},Et}()}).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,L){(function(){k.exports=function(){function $(j){this.nodes=j}return Object.defineProperty($.prototype,"length",{get:function(){return this.nodes.length||0}}),$.prototype.clone=function(){return this.nodes=null},$.prototype.item=function(j){return this.nodes[j]||null},$}()}).call(this)},{}],524:[function(n,k,L){(function(){var $,j,V=function(re,ie){for(var oe in ie)z.call(ie,oe)&&(re[oe]=ie[oe]);function ue(){this.constructor=re}return ue.prototype=ie.prototype,re.prototype=new ue,re.__super__=ie.prototype,re},z={}.hasOwnProperty;$=n("./NodeType"),j=n("./XMLCharacterData"),k.exports=function(re){V(ie,re);function ie(oe,ue,de){if(ie.__super__.constructor.call(this,oe),ue==null)throw new Error("Missing instruction target. "+this.debugInfo());this.type=$.ProcessingInstruction,this.target=this.stringify.insTarget(ue),this.name=this.target,de&&(this.value=this.stringify.insValue(de))}return ie.prototype.clone=function(){return Object.create(this)},ie.prototype.toString=function(oe){return this.options.writer.processingInstruction(this,this.options.writer.filterOptions(oe))},ie.prototype.isEqualNode=function(oe){return!(!ie.__super__.isEqualNode.apply(this,arguments).isEqualNode(oe)||oe.target!==this.target)},ie}(j)}).call(this)},{"./NodeType":500,"./XMLCharacterData":505}],525:[function(n,k,L){(function(){var $,j,V=function(re,ie){for(var oe in ie)z.call(ie,oe)&&(re[oe]=ie[oe]);function ue(){this.constructor=re}return ue.prototype=ie.prototype,re.prototype=new ue,re.__super__=ie.prototype,re},z={}.hasOwnProperty;$=n("./NodeType"),j=n("./XMLNode"),k.exports=function(re){V(ie,re);function ie(oe,ue){if(ie.__super__.constructor.call(this,oe),ue==null)throw new Error("Missing raw text. "+this.debugInfo());this.type=$.Raw,this.value=this.stringify.raw(ue)}return ie.prototype.clone=function(){return Object.create(this)},ie.prototype.toString=function(oe){return this.options.writer.raw(this,this.options.writer.filterOptions(oe))},ie}(j)}).call(this)},{"./NodeType":500,"./XMLNode":522}],526:[function(n,k,L){(function(){var $,j,V,z=function(ie,oe){for(var ue in oe)re.call(oe,ue)&&(ie[ue]=oe[ue]);function de(){this.constructor=ie}return de.prototype=oe.prototype,ie.prototype=new de,ie.__super__=oe.prototype,ie},re={}.hasOwnProperty;$=n("./NodeType"),V=n("./XMLWriterBase"),j=n("./WriterState"),k.exports=function(ie){z(oe,ie);function oe(ue,de){this.stream=ue,oe.__super__.constructor.call(this,de)}return oe.prototype.endline=function(ue,de,pe){return ue.isLastRootNode&&de.state===j.CloseTag?"":oe.__super__.endline.call(this,ue,de,pe)},oe.prototype.document=function(ue,de){var pe,Ie,he,Ce,_e,Ne,Fe,Ue,kt;for(Fe=ue.children,Ie=he=0,_e=Fe.length;he<_e;Ie=++he)pe=Fe[Ie],pe.isLastRootNode=Ie===ue.children.length-1;for(de=this.filterOptions(de),Ue=ue.children,kt=[],Ce=0,Ne=Ue.length;Ce<Ne;Ce++)pe=Ue[Ce],kt.push(this.writeChildNode(pe,de,0));return kt},oe.prototype.attribute=function(ue,de,pe){return this.stream.write(oe.__super__.attribute.call(this,ue,de,pe))},oe.prototype.cdata=function(ue,de,pe){return this.stream.write(oe.__super__.cdata.call(this,ue,de,pe))},oe.prototype.comment=function(ue,de,pe){return this.stream.write(oe.__super__.comment.call(this,ue,de,pe))},oe.prototype.declaration=function(ue,de,pe){return this.stream.write(oe.__super__.declaration.call(this,ue,de,pe))},oe.prototype.docType=function(ue,de,pe){var Ie,he,Ce,_e;if(pe||(pe=0),this.openNode(ue,de,pe),de.state=j.OpenTag,this.stream.write(this.indent(ue,de,pe)),this.stream.write("<!DOCTYPE "+ue.root().name),ue.pubID&&ue.sysID?this.stream.write(' PUBLIC "'+ue.pubID+'" "'+ue.sysID+'"'):ue.sysID&&this.stream.write(' SYSTEM "'+ue.sysID+'"'),ue.children.length>0){for(this.stream.write(" ["),this.stream.write(this.endline(ue,de,pe)),de.state=j.InsideTag,_e=ue.children,he=0,Ce=_e.length;he<Ce;he++)Ie=_e[he],this.writeChildNode(Ie,de,pe+1);de.state=j.CloseTag,this.stream.write("]")}return de.state=j.CloseTag,this.stream.write(de.spaceBeforeSlash+">"),this.stream.write(this.endline(ue,de,pe)),de.state=j.None,this.closeNode(ue,de,pe)},oe.prototype.element=function(ue,de,pe){var Ie,he,Ce,_e,Ne,Fe,Ue,kt,Et;pe||(pe=0),this.openNode(ue,de,pe),de.state=j.OpenTag,this.stream.write(this.indent(ue,de,pe)+"<"+ue.name),kt=ue.attribs;for(Ue in kt)re.call(kt,Ue)&&(Ie=kt[Ue],this.attribute(Ie,de,pe));if(Ce=ue.children.length,_e=Ce===0?null:ue.children[0],Ce===0||ue.children.every(function(Ve){return(Ve.type===$.Text||Ve.type===$.Raw)&&Ve.value===""}))de.allowEmpty?(this.stream.write(">"),de.state=j.CloseTag,this.stream.write("</"+ue.name+">")):(de.state=j.CloseTag,this.stream.write(de.spaceBeforeSlash+"/>"));else if(de.pretty&&Ce===1&&(_e.type===$.Text||_e.type===$.Raw)&&_e.value!=null)this.stream.write(">"),de.state=j.InsideTag,de.suppressPrettyCount++,this.writeChildNode(_e,de,pe+1),de.suppressPrettyCount--,de.state=j.CloseTag,this.stream.write("</"+ue.name+">");else{for(this.stream.write(">"+this.endline(ue,de,pe)),de.state=j.InsideTag,Et=ue.children,Ne=0,Fe=Et.length;Ne<Fe;Ne++)he=Et[Ne],this.writeChildNode(he,de,pe+1);de.state=j.CloseTag,this.stream.write(this.indent(ue,de,pe)+"</"+ue.name+">")}return this.stream.write(this.endline(ue,de,pe)),de.state=j.None,this.closeNode(ue,de,pe)},oe.prototype.processingInstruction=function(ue,de,pe){return this.stream.write(oe.__super__.processingInstruction.call(this,ue,de,pe))},oe.prototype.raw=function(ue,de,pe){return this.stream.write(oe.__super__.raw.call(this,ue,de,pe))},oe.prototype.text=function(ue,de,pe){return this.stream.write(oe.__super__.text.call(this,ue,de,pe))},oe.prototype.dtdAttList=function(ue,de,pe){return this.stream.write(oe.__super__.dtdAttList.call(this,ue,de,pe))},oe.prototype.dtdElement=function(ue,de,pe){return this.stream.write(oe.__super__.dtdElement.call(this,ue,de,pe))},oe.prototype.dtdEntity=function(ue,de,pe){return this.stream.write(oe.__super__.dtdEntity.call(this,ue,de,pe))},oe.prototype.dtdNotation=function(ue,de,pe){return this.stream.write(oe.__super__.dtdNotation.call(this,ue,de,pe))},oe}(V)}).call(this)},{"./NodeType":500,"./WriterState":502,"./XMLWriterBase":530}],527:[function(n,k,L){(function(){var $,j=function(z,re){for(var ie in re)V.call(re,ie)&&(z[ie]=re[ie]);function oe(){this.constructor=z}return oe.prototype=re.prototype,z.prototype=new oe,z.__super__=re.prototype,z},V={}.hasOwnProperty;$=n("./XMLWriterBase"),k.exports=function(z){j(re,z);function re(ie){re.__super__.constructor.call(this,ie)}return re.prototype.document=function(ie,oe){var ue,de,pe,Ie,he;for(oe=this.filterOptions(oe),Ie="",he=ie.children,de=0,pe=he.length;de<pe;de++)ue=he[de],Ie+=this.writeChildNode(ue,oe,0);return oe.pretty&&Ie.slice(-oe.newline.length)===oe.newline&&(Ie=Ie.slice(0,-oe.newline.length)),Ie},re}($)}).call(this)},{"./XMLWriterBase":530}],528:[function(n,k,L){(function(){var $=function(V,z){return function(){return V.apply(z,arguments)}},j={}.hasOwnProperty;k.exports=function(){function V(z){this.assertLegalName=$(this.assertLegalName,this),this.assertLegalChar=$(this.assertLegalChar,this);var re,ie,oe;z||(z={}),this.options=z,this.options.version||(this.options.version="1.0"),ie=z.stringify||{};for(re in ie)j.call(ie,re)&&(oe=ie[re],this[re]=oe)}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,ie;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]/,ie=z.match(re))throw new Error("Invalid character in string: "+z+" at index "+ie.index)}else if(this.options.version==="1.1"&&(re=/[\0\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,ie=z.match(re)))throw new Error("Invalid character in string: "+z+" at index "+ie.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,L){(function(){var $,j,V=function(re,ie){for(var oe in ie)z.call(ie,oe)&&(re[oe]=ie[oe]);function ue(){this.constructor=re}return ue.prototype=ie.prototype,re.prototype=new ue,re.__super__=ie.prototype,re},z={}.hasOwnProperty;$=n("./NodeType"),j=n("./XMLCharacterData"),k.exports=function(re){V(ie,re);function ie(oe,ue){if(ie.__super__.constructor.call(this,oe),ue==null)throw new Error("Missing element text. "+this.debugInfo());this.name="#text",this.type=$.Text,this.value=this.stringify.text(ue)}return Object.defineProperty(ie.prototype,"isElementContentWhitespace",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),Object.defineProperty(ie.prototype,"wholeText",{get:function(){var oe,ue,de;for(de="",ue=this.previousSibling;ue;)de=ue.data+de,ue=ue.previousSibling;for(de+=this.data,oe=this.nextSibling;oe;)de=de+oe.data,oe=oe.nextSibling;return de}}),ie.prototype.clone=function(){return Object.create(this)},ie.prototype.toString=function(oe){return this.options.writer.text(this,this.options.writer.filterOptions(oe))},ie.prototype.splitText=function(oe){throw new Error("This DOM method is not implemented."+this.debugInfo())},ie.prototype.replaceWholeText=function(oe){throw new Error("This DOM method is not implemented."+this.debugInfo())},ie}(j)}).call(this)},{"./NodeType":500,"./XMLCharacterData":505}],530:[function(n,k,L){(function(){var $,j,V,z={}.hasOwnProperty;V=n("./Utility").assign,$=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"),k.exports=function(){function re(ie){var oe,ue,de;ie||(ie={}),this.options=ie,ue=ie.writer||{};for(oe in ue)z.call(ue,oe)&&(de=ue[oe],this["_"+oe]=this[oe],this[oe]=de)}return re.prototype.filterOptions=function(ie){var oe,ue,de,pe,Ie,he,Ce,_e;return ie||(ie={}),ie=V({},this.options,ie),oe={writer:this},oe.pretty=ie.pretty||!1,oe.allowEmpty=ie.allowEmpty||!1,oe.indent=(ue=ie.indent)!=null?ue:" ",oe.newline=(de=ie.newline)!=null?de:`
`,oe.offset=(pe=ie.offset)!=null?pe:0,oe.dontPrettyTextNodes=(Ie=(he=ie.dontPrettyTextNodes)!=null?he:ie.dontprettytextnodes)!=null?Ie:0,oe.spaceBeforeSlash=(Ce=(_e=ie.spaceBeforeSlash)!=null?_e:ie.spacebeforeslash)!=null?Ce:"",oe.spaceBeforeSlash===!0&&(oe.spaceBeforeSlash=" "),oe.suppressPrettyCount=0,oe.user={},oe.state=j.None,oe},re.prototype.indent=function(ie,oe,ue){var de;return!oe.pretty||oe.suppressPrettyCount?"":oe.pretty&&(de=(ue||0)+oe.offset+1,de>0)?new Array(de).join(oe.indent):""},re.prototype.endline=function(ie,oe,ue){return!oe.pretty||oe.suppressPrettyCount?"":oe.newline},re.prototype.attribute=function(ie,oe,ue){var de;return this.openAttribute(ie,oe,ue),de=" "+ie.name+'="'+ie.value+'"',this.closeAttribute(ie,oe,ue),de},re.prototype.cdata=function(ie,oe,ue){var de;return this.openNode(ie,oe,ue),oe.state=j.OpenTag,de=this.indent(ie,oe,ue)+"<![CDATA[",oe.state=j.InsideTag,de+=ie.value,oe.state=j.CloseTag,de+="]]>"+this.endline(ie,oe,ue),oe.state=j.None,this.closeNode(ie,oe,ue),de},re.prototype.comment=function(ie,oe,ue){var de;return this.openNode(ie,oe,ue),oe.state=j.OpenTag,de=this.indent(ie,oe,ue)+"<!-- ",oe.state=j.InsideTag,de+=ie.value,oe.state=j.CloseTag,de+=" -->"+this.endline(ie,oe,ue),oe.state=j.None,this.closeNode(ie,oe,ue),de},re.prototype.declaration=function(ie,oe,ue){var de;return this.openNode(ie,oe,ue),oe.state=j.OpenTag,de=this.indent(ie,oe,ue)+"<?xml",oe.state=j.InsideTag,de+=' version="'+ie.version+'"',ie.encoding!=null&&(de+=' encoding="'+ie.encoding+'"'),ie.standalone!=null&&(de+=' standalone="'+ie.standalone+'"'),oe.state=j.CloseTag,de+=oe.spaceBeforeSlash+"?>",de+=this.endline(ie,oe,ue),oe.state=j.None,this.closeNode(ie,oe,ue),de},re.prototype.docType=function(ie,oe,ue){var de,pe,Ie,he,Ce;if(ue||(ue=0),this.openNode(ie,oe,ue),oe.state=j.OpenTag,he=this.indent(ie,oe,ue),he+="<!DOCTYPE "+ie.root().name,ie.pubID&&ie.sysID?he+=' PUBLIC "'+ie.pubID+'" "'+ie.sysID+'"':ie.sysID&&(he+=' SYSTEM "'+ie.sysID+'"'),ie.children.length>0){for(he+=" [",he+=this.endline(ie,oe,ue),oe.state=j.InsideTag,Ce=ie.children,pe=0,Ie=Ce.length;pe<Ie;pe++)de=Ce[pe],he+=this.writeChildNode(de,oe,ue+1);oe.state=j.CloseTag,he+="]"}return oe.state=j.CloseTag,he+=oe.spaceBeforeSlash+">",he+=this.endline(ie,oe,ue),oe.state=j.None,this.closeNode(ie,oe,ue),he},re.prototype.element=function(ie,oe,ue){var de,pe,Ie,he,Ce,_e,Ne,Fe,Ue,kt,Et,Ve,qe,jt;ue||(ue=0),kt=!1,Et="",this.openNode(ie,oe,ue),oe.state=j.OpenTag,Et+=this.indent(ie,oe,ue)+"<"+ie.name,Ve=ie.attribs;for(Ue in Ve)z.call(Ve,Ue)&&(de=Ve[Ue],Et+=this.attribute(de,oe,ue));if(Ie=ie.children.length,he=Ie===0?null:ie.children[0],Ie===0||ie.children.every(function(tr){return(tr.type===$.Text||tr.type===$.Raw)&&tr.value===""}))oe.allowEmpty?(Et+=">",oe.state=j.CloseTag,Et+="</"+ie.name+">"+this.endline(ie,oe,ue)):(oe.state=j.CloseTag,Et+=oe.spaceBeforeSlash+"/>"+this.endline(ie,oe,ue));else if(oe.pretty&&Ie===1&&(he.type===$.Text||he.type===$.Raw)&&he.value!=null)Et+=">",oe.state=j.InsideTag,oe.suppressPrettyCount++,kt=!0,Et+=this.writeChildNode(he,oe,ue+1),oe.suppressPrettyCount--,kt=!1,oe.state=j.CloseTag,Et+="</"+ie.name+">"+this.endline(ie,oe,ue);else{if(oe.dontPrettyTextNodes){for(qe=ie.children,Ce=0,Ne=qe.length;Ce<Ne;Ce++)if(pe=qe[Ce],(pe.type===$.Text||pe.type===$.Raw)&&pe.value!=null){oe.suppressPrettyCount++,kt=!0;break}}for(Et+=">"+this.endline(ie,oe,ue),oe.state=j.InsideTag,jt=ie.children,_e=0,Fe=jt.length;_e<Fe;_e++)pe=jt[_e],Et+=this.writeChildNode(pe,oe,ue+1);oe.state=j.CloseTag,Et+=this.indent(ie,oe,ue)+"</"+ie.name+">",kt&&oe.suppressPrettyCount--,Et+=this.endline(ie,oe,ue),oe.state=j.None}return this.closeNode(ie,oe,ue),Et},re.prototype.writeChildNode=function(ie,oe,ue){switch(ie.type){case $.CData:return this.cdata(ie,oe,ue);case $.Comment:return this.comment(ie,oe,ue);case $.Element:return this.element(ie,oe,ue);case $.Raw:return this.raw(ie,oe,ue);case $.Text:return this.text(ie,oe,ue);case $.ProcessingInstruction:return this.processingInstruction(ie,oe,ue);case $.Dummy:return"";case $.Declaration:return this.declaration(ie,oe,ue);case $.DocType:return this.docType(ie,oe,ue);case $.AttributeDeclaration:return this.dtdAttList(ie,oe,ue);case $.ElementDeclaration:return this.dtdElement(ie,oe,ue);case $.EntityDeclaration:return this.dtdEntity(ie,oe,ue);case $.NotationDeclaration:return this.dtdNotation(ie,oe,ue);default:throw new Error("Unknown XML node type: "+ie.constructor.name)}},re.prototype.processingInstruction=function(ie,oe,ue){var de;return this.openNode(ie,oe,ue),oe.state=j.OpenTag,de=this.indent(ie,oe,ue)+"<?",oe.state=j.InsideTag,de+=ie.target,ie.value&&(de+=" "+ie.value),oe.state=j.CloseTag,de+=oe.spaceBeforeSlash+"?>",de+=this.endline(ie,oe,ue),oe.state=j.None,this.closeNode(ie,oe,ue),de},re.prototype.raw=function(ie,oe,ue){var de;return this.openNode(ie,oe,ue),oe.state=j.OpenTag,de=this.indent(ie,oe,ue),oe.state=j.InsideTag,de+=ie.value,oe.state=j.CloseTag,de+=this.endline(ie,oe,ue),oe.state=j.None,this.closeNode(ie,oe,ue),de},re.prototype.text=function(ie,oe,ue){var de;return this.openNode(ie,oe,ue),oe.state=j.OpenTag,de=this.indent(ie,oe,ue),oe.state=j.InsideTag,de+=ie.value,oe.state=j.CloseTag,de+=this.endline(ie,oe,ue),oe.state=j.None,this.closeNode(ie,oe,ue),de},re.prototype.dtdAttList=function(ie,oe,ue){var de;return this.openNode(ie,oe,ue),oe.state=j.OpenTag,de=this.indent(ie,oe,ue)+"<!ATTLIST",oe.state=j.InsideTag,de+=" "+ie.elementName+" "+ie.attributeName+" "+ie.attributeType,ie.defaultValueType!=="#DEFAULT"&&(de+=" "+ie.defaultValueType),ie.defaultValue&&(de+=' "'+ie.defaultValue+'"'),oe.state=j.CloseTag,de+=oe.spaceBeforeSlash+">"+this.endline(ie,oe,ue),oe.state=j.None,this.closeNode(ie,oe,ue),de},re.prototype.dtdElement=function(ie,oe,ue){var de;return this.openNode(ie,oe,ue),oe.state=j.OpenTag,de=this.indent(ie,oe,ue)+"<!ELEMENT",oe.state=j.InsideTag,de+=" "+ie.name+" "+ie.value,oe.state=j.CloseTag,de+=oe.spaceBeforeSlash+">"+this.endline(ie,oe,ue),oe.state=j.None,this.closeNode(ie,oe,ue),de},re.prototype.dtdEntity=function(ie,oe,ue){var de;return this.openNode(ie,oe,ue),oe.state=j.OpenTag,de=this.indent(ie,oe,ue)+"<!ENTITY",oe.state=j.InsideTag,ie.pe&&(de+=" %"),de+=" "+ie.name,ie.value?de+=' "'+ie.value+'"':(ie.pubID&&ie.sysID?de+=' PUBLIC "'+ie.pubID+'" "'+ie.sysID+'"':ie.sysID&&(de+=' SYSTEM "'+ie.sysID+'"'),ie.nData&&(de+=" NDATA "+ie.nData)),oe.state=j.CloseTag,de+=oe.spaceBeforeSlash+">"+this.endline(ie,oe,ue),oe.state=j.None,this.closeNode(ie,oe,ue),de},re.prototype.dtdNotation=function(ie,oe,ue){var de;return this.openNode(ie,oe,ue),oe.state=j.OpenTag,de=this.indent(ie,oe,ue)+"<!NOTATION",oe.state=j.InsideTag,de+=" "+ie.name,ie.pubID&&ie.sysID?de+=' PUBLIC "'+ie.pubID+'" "'+ie.sysID+'"':ie.pubID?de+=' PUBLIC "'+ie.pubID+'"':ie.sysID&&(de+=' SYSTEM "'+ie.sysID+'"'),oe.state=j.CloseTag,de+=oe.spaceBeforeSlash+">"+this.endline(ie,oe,ue),oe.state=j.None,this.closeNode(ie,oe,ue),de},re.prototype.openNode=function(ie,oe,ue){},re.prototype.closeNode=function(ie,oe,ue){},re.prototype.openAttribute=function(ie,oe,ue){},re.prototype.closeAttribute=function(ie,oe,ue){},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,L){(function(){var $,j,V,z,re,ie,oe,ue,de,pe;pe=n("./Utility"),ue=pe.assign,de=pe.isFunction,V=n("./XMLDOMImplementation"),z=n("./XMLDocument"),re=n("./XMLDocumentCB"),oe=n("./XMLStringWriter"),ie=n("./XMLStreamWriter"),$=n("./NodeType"),j=n("./WriterState"),k.exports.create=function(Ie,he,Ce,_e){var Ne,Fe;if(Ie==null)throw new Error("Root element needs a name.");return _e=ue({},he,Ce,_e),Ne=new z(_e),Fe=Ne.element(Ie),_e.headless||(Ne.declaration(_e),(_e.pubID!=null||_e.sysID!=null)&&Ne.dtd(_e)),Fe},k.exports.begin=function(Ie,he,Ce){var _e;return de(Ie)&&(_e=[Ie,he],he=_e[0],Ce=_e[1],Ie={}),he?new re(Ie,he,Ce):new z(Ie)},k.exports.stringWriter=function(Ie){return new oe(Ie)},k.exports.streamWriter=function(Ie,he){return new ie(Ie,he)},k.exports.implementation=new V,k.exports.nodeType=$,k.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,L){k.exports=j;var $=Object.prototype.hasOwnProperty;function j(){for(var V={},z=0;z<arguments.length;z++){var re=arguments[z];for(var ie in re)$.call(re,ie)&&(V[ie]=re[ie])}return V}},{}],533:[function(n,k,L){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 $=n("buffer").Buffer,j=n("./sha"),V=n("./sha256"),z=n("./md5"),re={sha1:j,sha256:V,md5:z},ie=64,oe=$.alloc(ie);oe.fill(0);function ue(Ie,he,Ce){$.isBuffer(he)||(he=$.from(he)),$.isBuffer(Ce)||(Ce=$.from(Ce)),he.length>ie?he=Ie(he):he.length<ie&&(he=$.concat([he,oe],ie));for(var _e=$.alloc(ie),Ne=$.alloc(ie),Fe=0;Fe<ie;Fe++)_e[Fe]=he[Fe]^54,Ne[Fe]=he[Fe]^92;var Ue=Ie($.concat([_e,Ce]));return Ie($.concat([Ne,Ue]))}function de(Ie,he){Ie=Ie||"sha1";var Ce=re[Ie],_e=[],Ne=0;return Ce||pe("algorithm:",Ie,"is not yet supported"),{update:function(Ue){return $.isBuffer(Ue)||(Ue=$.from(Ue)),_e.push(Ue),Ne+=Ue.length,this},digest:function(Ue){var kt=$.concat(_e),Et=he?ue(Ce,he,kt):Ce(kt);return _e=null,Ue?Et.toString(Ue):Et}}}function pe(){var Ie=[].slice.call(arguments).join(" ");throw new Error([Ie,"we accept pull requests","http://github.com/dominictarr/crypto-browserify"].join(`
`))}L.createHash=function(Ie){return de(Ie)},L.createHmac=function(Ie,he){return de(Ie,he)},L.createCredentials=function(){pe("sorry,createCredentials is not implemented yet")},L.createCipher=function(){pe("sorry,createCipher is not implemented yet")},L.createCipheriv=function(){pe("sorry,createCipheriv is not implemented yet")},L.createDecipher=function(){pe("sorry,createDecipher is not implemented yet")},L.createDecipheriv=function(){pe("sorry,createDecipheriv is not implemented yet")},L.createSign=function(){pe("sorry,createSign is not implemented yet")},L.createVerify=function(){pe("sorry,createVerify is not implemented yet")},L.createDiffieHellman=function(){pe("sorry,createDiffieHellman is not implemented yet")},L.pbkdf2=function(){pe("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,L){n("core-js/modules/es.array.fill.js"),n("core-js/modules/es.array.concat.js");var $=n("buffer").Buffer,j=4,V=$.alloc(j);V.fill(0);var z=8;function re(ue,de){if(ue.length%j!==0){var pe=ue.length+(j-ue.length%j);ue=$.concat([ue,V],pe)}for(var Ie=[],he=de?ue.readInt32BE:ue.readInt32LE,Ce=0;Ce<ue.length;Ce+=j)Ie.push(he.call(ue,Ce));return Ie}function ie(ue,de,pe){for(var Ie=$.alloc(de),he=pe?Ie.writeInt32BE:Ie.writeInt32LE,Ce=0;Ce<ue.length;Ce++)he.call(Ie,ue[Ce],Ce*4,!0);return Ie}function oe(ue,de,pe,Ie){$.isBuffer(ue)||(ue=$.from(ue));var he=de(re(ue,Ie),ue.length*z);return ie(he,pe,Ie)}k.exports={hash:oe}},{buffer:103,"core-js/modules/es.array.concat.js":310,"core-js/modules/es.array.fill.js":311}],535:[function(n,k,L){var $=n("./helpers");function j(pe,Ie){pe[Ie>>5]|=128<<Ie%32,pe[(Ie+64>>>9<<4)+14]=Ie;for(var he=1732584193,Ce=-271733879,_e=-1732584194,Ne=271733878,Fe=0;Fe<pe.length;Fe+=16){var Ue=he,kt=Ce,Et=_e,Ve=Ne;he=z(he,Ce,_e,Ne,pe[Fe+0],7,-680876936),Ne=z(Ne,he,Ce,_e,pe[Fe+1],12,-389564586),_e=z(_e,Ne,he,Ce,pe[Fe+2],17,606105819),Ce=z(Ce,_e,Ne,he,pe[Fe+3],22,-1044525330),he=z(he,Ce,_e,Ne,pe[Fe+4],7,-176418897),Ne=z(Ne,he,Ce,_e,pe[Fe+5],12,1200080426),_e=z(_e,Ne,he,Ce,pe[Fe+6],17,-1473231341),Ce=z(Ce,_e,Ne,he,pe[Fe+7],22,-45705983),he=z(he,Ce,_e,Ne,pe[Fe+8],7,1770035416),Ne=z(Ne,he,Ce,_e,pe[Fe+9],12,-1958414417),_e=z(_e,Ne,he,Ce,pe[Fe+10],17,-42063),Ce=z(Ce,_e,Ne,he,pe[Fe+11],22,-1990404162),he=z(he,Ce,_e,Ne,pe[Fe+12],7,1804603682),Ne=z(Ne,he,Ce,_e,pe[Fe+13],12,-40341101),_e=z(_e,Ne,he,Ce,pe[Fe+14],17,-1502002290),Ce=z(Ce,_e,Ne,he,pe[Fe+15],22,1236535329),he=re(he,Ce,_e,Ne,pe[Fe+1],5,-165796510),Ne=re(Ne,he,Ce,_e,pe[Fe+6],9,-1069501632),_e=re(_e,Ne,he,Ce,pe[Fe+11],14,643717713),Ce=re(Ce,_e,Ne,he,pe[Fe+0],20,-373897302),he=re(he,Ce,_e,Ne,pe[Fe+5],5,-701558691),Ne=re(Ne,he,Ce,_e,pe[Fe+10],9,38016083),_e=re(_e,Ne,he,Ce,pe[Fe+15],14,-660478335),Ce=re(Ce,_e,Ne,he,pe[Fe+4],20,-405537848),he=re(he,Ce,_e,Ne,pe[Fe+9],5,568446438),Ne=re(Ne,he,Ce,_e,pe[Fe+14],9,-1019803690),_e=re(_e,Ne,he,Ce,pe[Fe+3],14,-187363961),Ce=re(Ce,_e,Ne,he,pe[Fe+8],20,1163531501),he=re(he,Ce,_e,Ne,pe[Fe+13],5,-1444681467),Ne=re(Ne,he,Ce,_e,pe[Fe+2],9,-51403784),_e=re(_e,Ne,he,Ce,pe[Fe+7],14,1735328473),Ce=re(Ce,_e,Ne,he,pe[Fe+12],20,-1926607734),he=ie(he,Ce,_e,Ne,pe[Fe+5],4,-378558),Ne=ie(Ne,he,Ce,_e,pe[Fe+8],11,-2022574463),_e=ie(_e,Ne,he,Ce,pe[Fe+11],16,1839030562),Ce=ie(Ce,_e,Ne,he,pe[Fe+14],23,-35309556),he=ie(he,Ce,_e,Ne,pe[Fe+1],4,-1530992060),Ne=ie(Ne,he,Ce,_e,pe[Fe+4],11,1272893353),_e=ie(_e,Ne,he,Ce,pe[Fe+7],16,-155497632),Ce=ie(Ce,_e,Ne,he,pe[Fe+10],23,-1094730640),he=ie(he,Ce,_e,Ne,pe[Fe+13],4,681279174),Ne=ie(Ne,he,Ce,_e,pe[Fe+0],11,-358537222),_e=ie(_e,Ne,he,Ce,pe[Fe+3],16,-722521979),Ce=ie(Ce,_e,Ne,he,pe[Fe+6],23,76029189),he=ie(he,Ce,_e,Ne,pe[Fe+9],4,-640364487),Ne=ie(Ne,he,Ce,_e,pe[Fe+12],11,-421815835),_e=ie(_e,Ne,he,Ce,pe[Fe+15],16,530742520),Ce=ie(Ce,_e,Ne,he,pe[Fe+2],23,-995338651),he=oe(he,Ce,_e,Ne,pe[Fe+0],6,-198630844),Ne=oe(Ne,he,Ce,_e,pe[Fe+7],10,1126891415),_e=oe(_e,Ne,he,Ce,pe[Fe+14],15,-1416354905),Ce=oe(Ce,_e,Ne,he,pe[Fe+5],21,-57434055),he=oe(he,Ce,_e,Ne,pe[Fe+12],6,1700485571),Ne=oe(Ne,he,Ce,_e,pe[Fe+3],10,-1894986606),_e=oe(_e,Ne,he,Ce,pe[Fe+10],15,-1051523),Ce=oe(Ce,_e,Ne,he,pe[Fe+1],21,-2054922799),he=oe(he,Ce,_e,Ne,pe[Fe+8],6,1873313359),Ne=oe(Ne,he,Ce,_e,pe[Fe+15],10,-30611744),_e=oe(_e,Ne,he,Ce,pe[Fe+6],15,-1560198380),Ce=oe(Ce,_e,Ne,he,pe[Fe+13],21,1309151649),he=oe(he,Ce,_e,Ne,pe[Fe+4],6,-145523070),Ne=oe(Ne,he,Ce,_e,pe[Fe+11],10,-1120210379),_e=oe(_e,Ne,he,Ce,pe[Fe+2],15,718787259),Ce=oe(Ce,_e,Ne,he,pe[Fe+9],21,-343485551),he=ue(he,Ue),Ce=ue(Ce,kt),_e=ue(_e,Et),Ne=ue(Ne,Ve)}return Array(he,Ce,_e,Ne)}function V(pe,Ie,he,Ce,_e,Ne){return ue(de(ue(ue(Ie,pe),ue(Ce,Ne)),_e),he)}function z(pe,Ie,he,Ce,_e,Ne,Fe){return V(Ie&he|~Ie&Ce,pe,Ie,_e,Ne,Fe)}function re(pe,Ie,he,Ce,_e,Ne,Fe){return V(Ie&Ce|he&~Ce,pe,Ie,_e,Ne,Fe)}function ie(pe,Ie,he,Ce,_e,Ne,Fe){return V(Ie^he^Ce,pe,Ie,_e,Ne,Fe)}function oe(pe,Ie,he,Ce,_e,Ne,Fe){return V(he^(Ie|~Ce),pe,Ie,_e,Ne,Fe)}function ue(pe,Ie){var he=(pe&65535)+(Ie&65535),Ce=(pe>>16)+(Ie>>16)+(he>>16);return Ce<<16|he&65535}function de(pe,Ie){return pe<<Ie|pe>>>32-Ie}k.exports=function(Ie){return $.hash(Ie,j,16)}},{"./helpers":534}],536:[function(n,k,L){var $=n("./helpers");function j(oe,ue){oe[ue>>5]|=128<<24-ue%32,oe[(ue+64>>9<<4)+15]=ue;for(var de=Array(80),pe=1732584193,Ie=-271733879,he=-1732584194,Ce=271733878,_e=-1009589776,Ne=0;Ne<oe.length;Ne+=16){for(var Fe=pe,Ue=Ie,kt=he,Et=Ce,Ve=_e,qe=0;qe<80;qe++){qe<16?de[qe]=oe[Ne+qe]:de[qe]=ie(de[qe-3]^de[qe-8]^de[qe-14]^de[qe-16],1);var jt=re(re(ie(pe,5),V(qe,Ie,he,Ce)),re(re(_e,de[qe]),z(qe)));_e=Ce,Ce=he,he=ie(Ie,30),Ie=pe,pe=jt}pe=re(pe,Fe),Ie=re(Ie,Ue),he=re(he,kt),Ce=re(Ce,Et),_e=re(_e,Ve)}return Array(pe,Ie,he,Ce,_e)}function V(oe,ue,de,pe){return oe<20?ue&de|~ue&pe:oe<40?ue^de^pe:oe<60?ue&de|ue&pe|de&pe:ue^de^pe}function z(oe){return oe<20?1518500249:oe<40?1859775393:oe<60?-1894007588:-899497514}function re(oe,ue){var de=(oe&65535)+(ue&65535),pe=(oe>>16)+(ue>>16)+(de>>16);return pe<<16|de&65535}function ie(oe,ue){return oe<<ue|oe>>>32-ue}k.exports=function(ue){return $.hash(ue,j,20,!0)}},{"./helpers":534}],537:[function(n,k,L){var $=n("./helpers"),j=function(Ce,_e){var Ne=(Ce&65535)+(_e&65535),Fe=(Ce>>16)+(_e>>16)+(Ne>>16);return Fe<<16|Ne&65535},V=function(Ce,_e){return Ce>>>_e|Ce<<32-_e},z=function(Ce,_e){return Ce>>>_e},re=function(Ce,_e,Ne){return Ce&_e^~Ce&Ne},ie=function(Ce,_e,Ne){return Ce&_e^Ce&Ne^_e&Ne},oe=function(Ce){return V(Ce,2)^V(Ce,13)^V(Ce,22)},ue=function(Ce){return V(Ce,6)^V(Ce,11)^V(Ce,25)},de=function(Ce){return V(Ce,7)^V(Ce,18)^z(Ce,3)},pe=function(Ce){return V(Ce,17)^V(Ce,19)^z(Ce,10)},Ie=function(Ce,_e){var Ne=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),Fe=new Array(1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225),Ue=new Array(64),kt,Et,Ve,qe,jt,tr,rr,ar,nr,ur,cr,_r;Ce[_e>>5]|=128<<24-_e%32,Ce[(_e+64>>9<<4)+15]=_e;for(var nr=0;nr<Ce.length;nr+=16){kt=Fe[0],Et=Fe[1],Ve=Fe[2],qe=Fe[3],jt=Fe[4],tr=Fe[5],rr=Fe[6],ar=Fe[7];for(var ur=0;ur<64;ur++)ur<16?Ue[ur]=Ce[ur+nr]:Ue[ur]=j(j(j(pe(Ue[ur-2]),Ue[ur-7]),de(Ue[ur-15])),Ue[ur-16]),cr=j(j(j(j(ar,ue(jt)),re(jt,tr,rr)),Ne[ur]),Ue[ur]),_r=j(oe(kt),ie(kt,Et,Ve)),ar=rr,rr=tr,tr=jt,jt=j(qe,cr),qe=Ve,Ve=Et,Et=kt,kt=j(cr,_r);Fe[0]=j(kt,Fe[0]),Fe[1]=j(Et,Fe[1]),Fe[2]=j(Ve,Fe[2]),Fe[3]=j(qe,Fe[3]),Fe[4]=j(jt,Fe[4]),Fe[5]=j(tr,Fe[5]),Fe[6]=j(rr,Fe[6]),Fe[7]=j(ar,Fe[7])}return Fe};k.exports=function(Ce){return $.hash(Ce,Ie,32,!0)}},{"./helpers":534}],538:[function(n,k,L){k.exports=function(){return function(){}}},{}],539:[function(n,k,L){(function($){(function(){var j=n("@babel/runtime/helpers/interopRequireDefault"),V=j(n("@babel/runtime/helpers/typeof")),z=n("stream"),re=z.Stream,ie=n("../lib/common/utils/isArray"),oe=ie.isArray;k.exports.string=function(pe){return typeof pe=="string"},k.exports.array=oe,k.exports.buffer=$.isBuffer;function ue(de){return de instanceof re}k.exports.writableStream=function(pe){return ue(pe)&&typeof pe._write=="function"&&(0,V.default)(pe._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,L){var $=n("immediate"),j=k.exports={};j.nextTick=$,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,L){(function($){(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"),ie=n("url"),oe=L;oe.request=function(ue,de){typeof ue=="string"?ue=ie.parse(ue):ue=z(ue);var pe=$.location.protocol.search(/^https?:$/)===-1?"http:":"",Ie=ue.protocol||pe,he=ue.hostname||ue.host,Ce=ue.port,_e=ue.path||"/";he&&he.indexOf(":")!==-1&&(he="["+he+"]"),ue.url=(he?Ie+"//"+he:"")+(Ce?":"+Ce:"")+_e,ue.method=(ue.method||"GET").toUpperCase(),ue.headers=ue.headers||{};var Ne=new j(ue);return de&&Ne.on("response",de),Ne},oe.get=function(de,pe){var Ie=oe.request(de,pe);return Ie.end(),Ie},oe.ClientRequest=j,oe.IncomingMessage=V.IncomingMessage,oe.Agent=function(){},oe.Agent.defaultMaxSockets=4,oe.globalAgent=new oe.Agent,oe.STATUS_CODES=re,oe.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,L){(function($){(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"),L.fetch=oe($.fetch)&&oe($.ReadableStream),L.writableStream=oe($.WritableStream),L.abortController=oe($.AbortController),L.blobConstructor=!1;try{new Blob([new ArrayBuffer(1)]),L.blobConstructor=!0}catch{}var j;function V(){if(j!==void 0)return j;if($.XMLHttpRequest){j=new $.XMLHttpRequest;try{j.open("GET",$.XDomainRequest?"/":"https://example.com")}catch{j=null}}else j=null;return j}function z(ue){var de=V();if(!de)return!1;try{return de.responseType=ue,de.responseType===ue}catch{}return!1}var re=typeof $.ArrayBuffer<"u",ie=re&&oe($.ArrayBuffer.prototype.slice);L.arraybuffer=L.fetch||re&&z("arraybuffer"),L.msstream=!L.fetch&&ie&&z("ms-stream"),L.mozchunkedarraybuffer=!L.fetch&&re&&z("moz-chunked-arraybuffer"),L.overrideMimeType=L.fetch||(V()?oe(V().overrideMimeType):!1),L.vbArray=oe($.VBArray);function oe(ue){return typeof ue=="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,L){(function($,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"),ie=n("./response"),oe=n("readable-stream"),ue=n("to-arraybuffer"),de=ie.IncomingMessage,pe=ie.readyStates;function Ie(Ne,Fe){return z.fetch&&Fe?"fetch":z.mozchunkedarraybuffer?"moz-chunked-arraybuffer":z.msstream?"ms-stream":z.arraybuffer&&Ne?"arraybuffer":z.vbArray&&Ne?"text:vbarray":"text"}var he=k.exports=function(Ne){var Fe=this;oe.Writable.call(Fe),Fe._opts=Ne,Fe._body=[],Fe._headers={},Ne.auth&&Fe.setHeader("Authorization","Basic "+new V(Ne.auth).toString("base64")),Object.keys(Ne.headers).forEach(function(Et){Fe.setHeader(Et,Ne.headers[Et])});var Ue,kt=!0;if(Ne.mode==="disable-fetch"||"requestTimeout"in Ne&&!z.abortController)kt=!1,Ue=!0;else if(Ne.mode==="prefer-streaming")Ue=!1;else if(Ne.mode==="allow-wrong-content-type")Ue=!z.overrideMimeType;else if(!Ne.mode||Ne.mode==="default"||Ne.mode==="prefer-fast")Ue=!0;else throw new Error("Invalid value for opts.mode");Fe._mode=Ie(Ue,kt),Fe._fetchTimer=null,Fe.on("finish",function(){Fe._onFinish()})};re(he,oe.Writable),he.prototype.setHeader=function(Ne,Fe){var Ue=this,kt=Ne.toLowerCase();_e.indexOf(kt)===-1&&(Ue._headers[kt]={name:Ne,value:Fe})},he.prototype.getHeader=function(Ne){var Fe=this._headers[Ne.toLowerCase()];return Fe?Fe.value:null},he.prototype.removeHeader=function(Ne){var Fe=this;delete Fe._headers[Ne.toLowerCase()]},he.prototype._onFinish=function(){var Ne=this;if(!Ne._destroyed){var Fe=Ne._opts,Ue=Ne._headers,kt=null;Fe.method!=="GET"&&Fe.method!=="HEAD"&&(z.arraybuffer?kt=ue(V.concat(Ne._body)):z.blobConstructor?kt=new j.Blob(Ne._body.map(function(tr){return ue(tr)}),{type:(Ue["content-type"]||{}).value||""}):kt=V.concat(Ne._body).toString());var Et=[];if(Object.keys(Ue).forEach(function(tr){var rr=Ue[tr].name,ar=Ue[tr].value;Array.isArray(ar)?ar.forEach(function(nr){Et.push([rr,nr])}):Et.push([rr,ar])}),Ne._mode==="fetch"){var Ve=null;if(z.abortController){var qe=new AbortController;Ve=qe.signal,Ne._fetchAbortController=qe,"requestTimeout"in Fe&&Fe.requestTimeout!==0&&(Ne._fetchTimer=j.setTimeout(function(){Ne.emit("requestTimeout"),Ne._fetchAbortController&&Ne._fetchAbortController.abort()},Fe.requestTimeout))}j.fetch(Ne._opts.url,{method:Ne._opts.method,headers:Et,body:kt||void 0,mode:"cors",credentials:Fe.withCredentials?"include":"same-origin",signal:Ve}).then(function(tr){Ne._fetchResponse=tr,Ne._connect()},function(tr){j.clearTimeout(Ne._fetchTimer),Ne._destroyed||Ne.emit("error",tr)})}else{var jt=Ne._xhr=new j.XMLHttpRequest;try{jt.open(Ne._opts.method,Ne._opts.url,!0)}catch(tr){$.nextTick(function(){Ne.emit("error",tr)});return}"responseType"in jt&&(jt.responseType=Ne._mode.split(":")[0]),"withCredentials"in jt&&(jt.withCredentials=!!Fe.withCredentials),Ne._mode==="text"&&"overrideMimeType"in jt&&jt.overrideMimeType("text/plain; charset=x-user-defined"),"requestTimeout"in Fe&&(jt.timeout=Fe.requestTimeout,jt.ontimeout=function(){Ne.emit("requestTimeout")}),Et.forEach(function(tr){jt.setRequestHeader(tr[0],tr[1])}),Ne._response=null,jt.onreadystatechange=function(){switch(jt.readyState){case pe.LOADING:case pe.DONE:Ne._onXHRProgress();break}},Ne._mode==="moz-chunked-arraybuffer"&&(jt.onprogress=function(){Ne._onXHRProgress()}),jt.onerror=function(){Ne._destroyed||Ne.emit("error",new Error("XHR error"))};try{jt.send(kt)}catch(tr){$.nextTick(function(){Ne.emit("error",tr)});return}}}};function Ce(Ne){try{var Fe=Ne.status;return Fe!==null&&Fe!==0}catch{return!1}}he.prototype._onXHRProgress=function(){var Ne=this;!Ce(Ne._xhr)||Ne._destroyed||(Ne._response||Ne._connect(),Ne._response._onXHRProgress())},he.prototype._connect=function(){var Ne=this;Ne._destroyed||(Ne._response=new de(Ne._xhr,Ne._fetchResponse,Ne._mode,Ne._fetchTimer),Ne._response.on("error",function(Fe){Ne.emit("error",Fe)}),Ne.emit("response",Ne._response))},he.prototype._write=function(Ne,Fe,Ue){var kt=this;kt._body.push(Ne),Ue()},he.prototype.abort=he.prototype.destroy=function(){var Ne=this;Ne._destroyed=!0,j.clearTimeout(Ne._fetchTimer),Ne._response&&(Ne._response._destroyed=!0),Ne._xhr?Ne._xhr.abort():Ne._fetchAbortController&&Ne._fetchAbortController.abort()},he.prototype.end=function(Ne,Fe,Ue){var kt=this;typeof Ne=="function"&&(Ue=Ne,Ne=void 0),oe.Writable.prototype.end.call(kt,Ne,Fe,Ue)},he.prototype.flushHeaders=function(){},he.prototype.setTimeout=function(){},he.prototype.setNoDelay=function(){},he.prototype.setSocketKeepAlive=function(){};var _e=["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,L){(function($,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"),ie=n("readable-stream"),oe=L.readyStates={UNSENT:0,OPENED:1,HEADERS_RECEIVED:2,LOADING:3,DONE:4},ue=L.IncomingMessage=function(de,pe,Ie,he){var Ce=this;if(ie.Readable.call(Ce),Ce._mode=Ie,Ce.headers={},Ce.rawHeaders=[],Ce.trailers={},Ce.rawTrailers=[],Ce.on("end",function(){$.nextTick(function(){Ce.emit("close")})}),Ie==="fetch"){var _e=function Ve(){Fe.read().then(function(qe){if(!Ce._destroyed){if(qe.done){j.clearTimeout(he),Ce.push(null);return}Ce.push(new V(qe.value)),Ve()}}).catch(function(qe){j.clearTimeout(he),Ce._destroyed||Ce.emit("error",qe)})};if(Ce._fetchResponse=pe,Ce.url=pe.url,Ce.statusCode=pe.status,Ce.statusMessage=pe.statusText,pe.headers.forEach(function(Ve,qe){Ce.headers[qe.toLowerCase()]=Ve,Ce.rawHeaders.push(qe,Ve)}),z.writableStream){var Ne=new WritableStream({write:function(qe){return new Promise(function(jt,tr){Ce._destroyed?tr():Ce.push(new V(qe))?jt():Ce._resumeFetch=jt})},close:function(){j.clearTimeout(he),Ce._destroyed||Ce.push(null)},abort:function(qe){Ce._destroyed||Ce.emit("error",qe)}});try{pe.body.pipeTo(Ne).catch(function(Ve){j.clearTimeout(he),Ce._destroyed||Ce.emit("error",Ve)});return}catch{}}var Fe=pe.body.getReader();_e()}else{Ce._xhr=de,Ce._pos=0,Ce.url=de.responseURL,Ce.statusCode=de.status,Ce.statusMessage=de.statusText;var Ue=de.getAllResponseHeaders().split(/\r?\n/);if(Ue.forEach(function(Ve){var qe=Ve.match(/^([^:]+):\s*(.*)/);if(qe){var jt=qe[1].toLowerCase();jt==="set-cookie"?(Ce.headers[jt]===void 0&&(Ce.headers[jt]=[]),Ce.headers[jt].push(qe[2])):Ce.headers[jt]!==void 0?Ce.headers[jt]+=", "+qe[2]:Ce.headers[jt]=qe[2],Ce.rawHeaders.push(qe[1],qe[2])}}),Ce._charset="x-user-defined",!z.overrideMimeType){var kt=Ce.rawHeaders["mime-type"];if(kt){var Et=kt.match(/;\s*charset=([^;])(;|$)/);Et&&(Ce._charset=Et[1].toLowerCase())}Ce._charset||(Ce._charset="utf-8")}}};re(ue,ie.Readable),ue.prototype._read=function(){var de=this,pe=de._resumeFetch;pe&&(de._resumeFetch=null,pe())},ue.prototype._onXHRProgress=function(){var de=this,pe=de._xhr,Ie=null;switch(de._mode){case"text:vbarray":if(pe.readyState!==oe.DONE)break;try{Ie=new j.VBArray(pe.responseBody).toArray()}catch{}if(Ie!==null){de.push(new V(Ie));break}case"text":try{Ie=pe.responseText}catch{de._mode="text:vbarray";break}if(Ie.length>de._pos){var he=Ie.substr(de._pos);if(de._charset==="x-user-defined"){for(var Ce=new V(he.length),_e=0;_e<he.length;_e++)Ce[_e]=he.charCodeAt(_e)&255;de.push(Ce)}else de.push(he,de._charset);de._pos=Ie.length}break;case"arraybuffer":if(pe.readyState!==oe.DONE||!pe.response)break;Ie=pe.response,de.push(new V(new Uint8Array(Ie)));break;case"moz-chunked-arraybuffer":if(Ie=pe.response,pe.readyState!==oe.LOADING||!Ie)break;de.push(new V(new Uint8Array(Ie)));break;case"ms-stream":if(Ie=pe.response,pe.readyState!==oe.LOADING)break;var Ne=new j.MSStreamReader;Ne.onprogress=function(){Ne.result.byteLength>de._pos&&(de.push(new V(new Uint8Array(Ne.result.slice(de._pos)))),de._pos=Ne.result.byteLength)},Ne.onload=function(){de.push(null)},Ne.readAsArrayBuffer(Ie);break}de._xhr.readyState===oe.DONE&&de._mode!=="ms-stream"&&de.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,L){var $=n("@babel/runtime/helpers/interopRequireDefault"),j=$(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");L.parse=qe,L.resolve=tr,L.resolveObject=rr,L.format=jt,L.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 ie=/^([a-z0-9.+-]+:)/i,oe=/:[0-9]*$/,ue=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,de=["<",">",'"',"`"," ","\r",`
`," "],pe=["{","}","|","\\","^","`"].concat(de),Ie=["'"].concat(pe),he=["%","/","?",";","#"].concat(Ie),Ce=["/","?","#"],_e=255,Ne=/^[+a-z0-9A-Z_-]{0,63}$/,Fe=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,Ue={javascript:!0,"javascript:":!0},kt={javascript:!0,"javascript:":!0},Et={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0},Ve=n("querystring");function qe(ar,nr,ur){if(ar&&z.isObject(ar)&&ar instanceof re)return ar;var cr=new re;return cr.parse(ar,nr,ur),cr}re.prototype.parse=function(ar,nr,ur){if(!z.isString(ar))throw new TypeError("Parameter 'url' must be a string, not "+(0,j.default)(ar));var cr=ar.indexOf("?"),_r=cr!==-1&&cr<ar.indexOf("#")?"?":"#",hr=ar.split(_r),Er=/\\/g;hr[0]=hr[0].replace(Er,"/"),ar=hr.join(_r);var kr=ar;if(kr=kr.trim(),!ur&&ar.split("#").length===1){var xr=ue.exec(kr);if(xr)return this.path=kr,this.href=kr,this.pathname=xr[1],xr[2]?(this.search=xr[2],nr?this.query=Ve.parse(this.search.substr(1)):this.query=this.search.substr(1)):nr&&(this.search="",this.query={}),this}var yr=ie.exec(kr);if(yr){yr=yr[0];var br=yr.toLowerCase();this.protocol=br,kr=kr.substr(yr.length)}if(ur||yr||kr.match(/^\/\/[^@\/]+@[^@\/]+/)){var Ir=kr.substr(0,2)==="//";Ir&&!(yr&&kt[yr])&&(kr=kr.substr(2),this.slashes=!0)}if(!kt[yr]&&(Ir||yr&&!Et[yr])){for(var Mr=-1,mr=0;mr<Ce.length;mr++){var gr=kr.indexOf(Ce[mr]);gr!==-1&&(Mr===-1||gr<Mr)&&(Mr=gr)}var jr,Hr;Mr===-1?Hr=kr.lastIndexOf("@"):Hr=kr.lastIndexOf("@",Mr),Hr!==-1&&(jr=kr.slice(0,Hr),kr=kr.slice(Hr+1),this.auth=decodeURIComponent(jr)),Mr=-1;for(var mr=0;mr<he.length;mr++){var gr=kr.indexOf(he[mr]);gr!==-1&&(Mr===-1||gr<Mr)&&(Mr=gr)}Mr===-1&&(Mr=kr.length),this.host=kr.slice(0,Mr),kr=kr.slice(Mr),this.parseHost(),this.hostname=this.hostname||"";var Vr=this.hostname[0]==="["&&this.hostname[this.hostname.length-1]==="]";if(!Vr)for(var zr=this.hostname.split("."),mr=0,Sr=zr.length;mr<Sr;mr++){var Tr=zr[mr];if(Tr&&!Tr.match(Ne)){for(var Br="",vr=0,Cr=Tr.length;vr<Cr;vr++)Tr.charCodeAt(vr)>127?Br+="x":Br+=Tr[vr];if(!Br.match(Ne)){var Dr=zr.slice(0,mr),Rr=zr.slice(mr+1),Wr=Tr.match(Fe);Wr&&(Dr.push(Wr[1]),Rr.unshift(Wr[2])),Rr.length&&(kr="/"+Rr.join(".")+kr),this.hostname=Dr.join(".");break}}}this.hostname.length>_e?this.hostname="":this.hostname=this.hostname.toLowerCase(),Vr||(this.hostname=V.toASCII(this.hostname));var Kr=this.port?":"+this.port:"",Nr=this.hostname||"";this.host=Nr+Kr,this.href+=this.host,Vr&&(this.hostname=this.hostname.substr(1,this.hostname.length-2),kr[0]!=="/"&&(kr="/"+kr))}if(!Ue[br])for(var mr=0,Sr=Ie.length;mr<Sr;mr++){var Fr=Ie[mr];if(kr.indexOf(Fr)!==-1){var Qr=encodeURIComponent(Fr);Qr===Fr&&(Qr=escape(Fr)),kr=kr.split(Fr).join(Qr)}}var ca=kr.indexOf("#");ca!==-1&&(this.hash=kr.substr(ca),kr=kr.slice(0,ca));var Po=kr.indexOf("?");if(Po!==-1?(this.search=kr.substr(Po),this.query=kr.substr(Po+1),nr&&(this.query=Ve.parse(this.query)),kr=kr.slice(0,Po)):nr&&(this.search="",this.query={}),kr&&(this.pathname=kr),Et[br]&&this.hostname&&!this.pathname&&(this.pathname="/"),this.pathname||this.search){var Kr=this.pathname||"",Wa=this.search||"";this.path=Kr+Wa}return this.href=this.format(),this};function jt(ar){return z.isString(ar)&&(ar=qe(ar)),ar instanceof re?ar.format():re.prototype.format.call(ar)}re.prototype.format=function(){var ar=this.auth||"";ar&&(ar=encodeURIComponent(ar),ar=ar.replace(/%3A/i,":"),ar+="@");var nr=this.protocol||"",ur=this.pathname||"",cr=this.hash||"",_r=!1,hr="";this.host?_r=ar+this.host:this.hostname&&(_r=ar+(this.hostname.indexOf(":")===-1?this.hostname:"["+this.hostname+"]"),this.port&&(_r+=":"+this.port)),this.query&&z.isObject(this.query)&&Object.keys(this.query).length&&(hr=Ve.stringify(this.query));var Er=this.search||hr&&"?"+hr||"";return nr&&nr.substr(-1)!==":"&&(nr+=":"),this.slashes||(!nr||Et[nr])&&_r!==!1?(_r="//"+(_r||""),ur&&ur.charAt(0)!=="/"&&(ur="/"+ur)):_r||(_r=""),cr&&cr.charAt(0)!=="#"&&(cr="#"+cr),Er&&Er.charAt(0)!=="?"&&(Er="?"+Er),ur=ur.replace(/[?#]/g,function(kr){return encodeURIComponent(kr)}),Er=Er.replace("#","%23"),nr+_r+ur+Er+cr};function tr(ar,nr){return qe(ar,!1,!0).resolve(nr)}re.prototype.resolve=function(ar){return this.resolveObject(qe(ar,!1,!0)).format()};function rr(ar,nr){return ar?qe(ar,!1,!0).resolveObject(nr):nr}re.prototype.resolveObject=function(ar){if(z.isString(ar)){var nr=new re;nr.parse(ar,!1,!0),ar=nr}for(var ur=new re,cr=Object.keys(this),_r=0;_r<cr.length;_r++){var hr=cr[_r];ur[hr]=this[hr]}if(ur.hash=ar.hash,ar.href==="")return ur.href=ur.format(),ur;if(ar.slashes&&!ar.protocol){for(var Er=Object.keys(ar),kr=0;kr<Er.length;kr++){var xr=Er[kr];xr!=="protocol"&&(ur[xr]=ar[xr])}return Et[ur.protocol]&&ur.hostname&&!ur.pathname&&(ur.path=ur.pathname="/"),ur.href=ur.format(),ur}if(ar.protocol&&ar.protocol!==ur.protocol){if(!Et[ar.protocol]){for(var yr=Object.keys(ar),br=0;br<yr.length;br++){var Ir=yr[br];ur[Ir]=ar[Ir]}return ur.href=ur.format(),ur}if(ur.protocol=ar.protocol,!ar.host&&!kt[ar.protocol]){for(var Sr=(ar.pathname||"").split("/");Sr.length&&!(ar.host=Sr.shift()););ar.host||(ar.host=""),ar.hostname||(ar.hostname=""),Sr[0]!==""&&Sr.unshift(""),Sr.length<2&&Sr.unshift(""),ur.pathname=Sr.join("/")}else ur.pathname=ar.pathname;if(ur.search=ar.search,ur.query=ar.query,ur.host=ar.host||"",ur.auth=ar.auth,ur.hostname=ar.hostname||ar.host,ur.port=ar.port,ur.pathname||ur.search){var Mr=ur.pathname||"",mr=ur.search||"";ur.path=Mr+mr}return ur.slashes=ur.slashes||ar.slashes,ur.href=ur.format(),ur}var gr=ur.pathname&&ur.pathname.charAt(0)==="/",jr=ar.host||ar.pathname&&ar.pathname.charAt(0)==="/",Hr=jr||gr||ur.host&&ar.pathname,Vr=Hr,zr=ur.pathname&&ur.pathname.split("/")||[],Sr=ar.pathname&&ar.pathname.split("/")||[],Tr=ur.protocol&&!Et[ur.protocol];if(Tr&&(ur.hostname="",ur.port=null,ur.host&&(zr[0]===""?zr[0]=ur.host:zr.unshift(ur.host)),ur.host="",ar.protocol&&(ar.hostname=null,ar.port=null,ar.host&&(Sr[0]===""?Sr[0]=ar.host:Sr.unshift(ar.host)),ar.host=null),Hr=Hr&&(Sr[0]===""||zr[0]==="")),jr)ur.host=ar.host||ar.host===""?ar.host:ur.host,ur.hostname=ar.hostname||ar.hostname===""?ar.hostname:ur.hostname,ur.search=ar.search,ur.query=ar.query,zr=Sr;else if(Sr.length)zr||(zr=[]),zr.pop(),zr=zr.concat(Sr),ur.search=ar.search,ur.query=ar.query;else if(!z.isNullOrUndefined(ar.search)){if(Tr){ur.hostname=ur.host=zr.shift();var Br=ur.host&&ur.host.indexOf("@")>0?ur.host.split("@"):!1;Br&&(ur.auth=Br.shift(),ur.host=ur.hostname=Br.shift())}return ur.search=ar.search,ur.query=ar.query,(!z.isNull(ur.pathname)||!z.isNull(ur.search))&&(ur.path=(ur.pathname?ur.pathname:"")+(ur.search?ur.search:"")),ur.href=ur.format(),ur}if(!zr.length)return ur.pathname=null,ur.search?ur.path="/"+ur.search:ur.path=null,ur.href=ur.format(),ur;for(var vr=zr.slice(-1)[0],Cr=(ur.host||ar.host||zr.length>1)&&(vr==="."||vr==="..")||vr==="",Dr=0,Rr=zr.length;Rr>=0;Rr--)vr=zr[Rr],vr==="."?zr.splice(Rr,1):vr===".."?(zr.splice(Rr,1),Dr++):Dr&&(zr.splice(Rr,1),Dr--);if(!Hr&&!Vr)for(;Dr--;Dr)zr.unshift("..");Hr&&zr[0]!==""&&(!zr[0]||zr[0].charAt(0)!=="/")&&zr.unshift(""),Cr&&zr.join("/").substr(-1)!=="/"&&zr.push("");var Wr=zr[0]===""||zr[0]&&zr[0].charAt(0)==="/";if(Tr){ur.hostname=ur.host=Wr?"":zr.length?zr.shift():"";var Br=ur.host&&ur.host.indexOf("@")>0?ur.host.split("@"):!1;Br&&(ur.auth=Br.shift(),ur.host=ur.hostname=Br.shift())}return Hr=Hr||ur.host&&zr.length,Hr&&!Wr&&zr.unshift(""),zr.length?ur.pathname=zr.join("/"):(ur.pathname=null,ur.path=null),(!z.isNull(ur.pathname)||!z.isNull(ur.search))&&(ur.path=(ur.pathname?ur.pathname:"")+(ur.search?ur.search:"")),ur.auth=ar.auth||ur.auth,ur.slashes=ur.slashes||ar.slashes,ur.href=ur.format(),ur},re.prototype.parseHost=function(){var ar=this.host,nr=oe.exec(ar);nr&&(nr=nr[0],nr!==":"&&(this.port=nr.substr(1)),ar=ar.substr(0,ar.length-nr.length)),ar&&(this.hostname=ar)}},{"./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,L){var $=n("@babel/runtime/helpers/interopRequireDefault"),j=$(n("@babel/runtime/helpers/typeof"));k.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,L){n("core-js/modules/es.number.constructor.js"),L.encodeURIComponent=function($){try{return encodeURIComponent($)}catch{return $}},L.escape=n("escape-html"),L.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,L){(function($,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"),ie=n("url"),oe=n("http"),ue=n("https"),de=n("debug")("urllib"),pe=n("humanize-ms"),Ie=0,he=Math.pow(2,31)-10,Ce=/^https?:\/\//i;function _e(kt,Et){return kt===void 0?Et:kt}function Ne(kt){return kt?kt.split(";")[0].trim().toLowerCase():""}function Fe(kt,Et){return function(Ve,qe,jt){if(Ve)return Et(Ve);kt({data:qe,status:jt.statusCode,headers:jt.headers,res:jt})}}L.TIMEOUTS=[pe("300s"),pe("300s")];var Ue=["json","text"];L.request=function(Et,Ve,qe){return arguments.length===2&&typeof Ve=="function"&&(qe=Ve,Ve=null),typeof qe=="function"?L.requestWithCallback(Et,Ve,qe):new Promise(function(jt,tr){L.requestWithCallback(Et,Ve,Fe(jt,tr))})},L.requestWithCallback=function(Et,Ve,qe){if(!Et||typeof Et!="string"&&(0,z.default)(Et)!=="object"){var jt=re.format("expect request url to be a string or a http request options, but got %j",Et);throw new Error(jt)}arguments.length===2&&typeof Ve=="function"&&(qe=Ve,Ve=null),Ve=Ve||{},Ie>=he&&(Ie=0);var tr=++Ie;Ve.requestUrls=Ve.requestUrls||[];var rr={requestId:tr,url:Et,args:Ve,ctx:Ve.ctx};Ve.emitter&&Ve.emitter.emit("request",rr),Ve.timeout=Ve.timeout||L.TIMEOUTS,Ve.maxRedirects=Ve.maxRedirects||10,Ve.streaming=Ve.streaming||Ve.customResponse;var ar=Date.now(),nr;typeof Et=="string"?(Ce.test(Et)||(Et="https://"+Et),nr=ie.parse(Et)):nr=Et;var ur=(Ve.type||Ve.method||nr.method||"GET").toUpperCase(),cr=nr.port||80,_r=oe,hr=_e(Ve.agent,L.agent),Er=Ve.fixJSONCtlChars;nr.protocol==="https:"&&(_r=ue,hr=_e(Ve.httpsAgent,L.httpsAgent),nr.port||(cr=443));var kr={host:nr.hostname||nr.host||"localhost",path:nr.path||"/",method:ur,port:cr,agent:hr,headers:Ve.headers||{},lookup:Ve.lookup};Array.isArray(Ve.timeout)?kr.requestTimeout=Ve.timeout[Ve.timeout.length-1]:typeof Ve.timeout<"u"&&(kr.requestTimeout=Ve.timeout);var xr=Ve.auth||nr.auth;xr&&(kr.auth=xr);var yr=Ve.content||Ve.data,br=ur==="GET"||ur==="HEAD"||Ve.dataAsQueryString;if(!Ve.content&&yr&&!(typeof yr=="string"||j.isBuffer(yr)))if(br)yr=Ve.nestedQuerystring?qs.stringify(yr):querystring.stringify(yr);else{var Ir=kr.headers["Content-Type"]||kr.headers["content-type"];Ir||(Ve.contentType==="json"?Ir="application/json":Ir="application/x-www-form-urlencoded",kr.headers["Content-Type"]=Ir),Ne(Ir)==="application/json"?yr=JSON.stringify(yr):yr=Ve.nestedQuerystring?qs.stringify(yr):querystring.stringify(yr)}br&&yr&&(kr.path+=(nr.query?"&":"?")+yr,yr=null);var Mr=0;if(yr){var mr=yr.length;j.isBuffer(yr)||(mr=j.byteLength(yr)),Mr=kr.headers["Content-Length"]=mr}Ve.dataType==="json"&&(kr.headers.Accept="application/json"),typeof Ve.beforeRequest=="function"&&Ve.beforeRequest(kr);var gr=null,jr=null,Hr=null,Vr=!1,zr=!1,Sr=0,Tr=-1,Br=!1,vr="",Cr="",Dr=null;Ve.timing&&(Dr={queuing:0,dnslookup:0,connected:0,requestSent:0,waiting:0,contentDownload:0});function Rr(){gr&&(clearTimeout(gr),gr=null)}function Wr(){jr&&(clearTimeout(jr),jr=null)}function Kr(Ar,On,kn){if(Wr(),!qe){console.warn("[urllib:warn] [%s] [%s] [worker:%s] %s %s callback twice!!!",Date(),tr,$.pid,kr.method,Et),Ar&&console.warn(`[urllib:warn] [%s] [%s] [worker:%s] %s: %s
stack: %s`,Date(),tr,$.pid,Ar.name,Ar.message,Ar.stack);return}var Sa=qe;qe=null;var sa={};kn&&(Tr=kn.statusCode,sa=kn.headers);var qa=Date.now()-ar;Dr&&(Dr.contentDownload=qa),de("[%sms] done, %s bytes HTTP %s %s %s %s, keepAliveSocket: %s, timing: %j",qa,Sr,Tr,kr.method,kr.host,kr.path,zr,Dr);var To={status:Tr,statusCode:Tr,headers:sa,size:Sr,aborted:Br,rt:qa,keepAliveSocket:zr,data:On,requestUrls:Ve.requestUrls,timing:Dr,remoteAddress:vr,remotePort:Cr};if(Ar){var Hi="";hr&&typeof hr.getCurrentStatus=="function"&&(Hi=", agent status: "+JSON.stringify(hr.getCurrentStatus())),Ar.message+=", "+kr.method+" "+Et+" "+Tr+" (connected: "+Vr+", keepalive socket: "+zr+Hi+`)
headers: `+JSON.stringify(sa),Ar.data=On,Ar.path=kr.path,Ar.status=Tr,Ar.headers=sa,Ar.res=To}Sa(Ar,On,Ve.streaming?kn:To),Ve.emitter&&(rr.url=Et,rr.socket=Kn&&Kn.connection,rr.options=kr,rr.size=Mr,Ve.emitter.emit("response",{requestId:tr,error:Ar,ctx:Ve.ctx,req:rr,res:To}))}function Nr(Ar){var On=null;if(Ve.followRedirect&&statuses.redirect[Ar.statusCode]){Ve._followRedirectCount=(Ve._followRedirectCount||0)+1;var kn=Ar.headers.location;if(!kn)On=new Error("Got statusCode "+Ar.statusCode+" but cannot resolve next location from headers"),On.name="FollowRedirectError";else if(Ve._followRedirectCount>Ve.maxRedirects)On=new Error("Exceeded maxRedirects. Probably stuck in a redirect loop "+Et),On.name="MaxRedirectError";else{var Sa=Ve.formatRedirectUrl?Ve.formatRedirectUrl(Et,kn):ie.resolve(Et,kn);de("Request#%d %s: `redirected` from %s to %s",tr,kr.path,Et,Sa),Wr(),Ve.headers&&Ve.headers.Host&&Ce.test(kn)&&(Ve.headers.Host=null);var sa=qe;return qe=null,L.requestWithCallback(Sa,Ve,sa),{redirect:!0,error:null}}}return{redirect:!1,error:On}}Ve.gzip&&!kr.headers["Accept-Encoding"]&&!kr.headers["accept-encoding"]&&(kr.headers["Accept-Encoding"]="gzip");function Fr(Ar,On,kn){var Sa=Ar.headers["content-encoding"];return kn(null,On,Sa)}var Qr=Ve.writeStream;de("Request#%d %s %s with headers %j, options.path: %s",tr,ur,Et,kr.headers,kr.path),Ve.requestUrls.push(Et);function ca(Ar){if(Dr&&(Dr.waiting=Date.now()-ar),de("Request#%d %s `req response` event emit: status %d, headers: %j",tr,Et,Ar.statusCode,Ar.headers),Ve.streaming){var On=Nr(Ar);if(On.redirect){Ar.resume();return}return On.error?(Ar.resume(),Kr(On.error,null,Ar)):Kr(null,null,Ar)}if(Ar.on("close",function(){de("Request#%d %s: `res close` event emit, total size %d",tr,Et,Sr)}),Ar.on("error",function(){de("Request#%d %s: `res error` event emit, total size %d",tr,Et,Sr)}),Ar.on("aborted",function(){Br=!0,de("Request#%d %s: `res aborted` event emit, total size %d",tr,Et,Sr)}),Qr){var kn=Nr(Ar);if(kn.redirect){Ar.resume();return}return kn.error?(Ar.resume(),Qr.end(),Kr(kn.error,null,Ar)):(Ve.consumeWriteStream===!1?Ar.on("end",Kr.bind(null,null,null,Ar)):Qr.on("close",function(){de("Request#%d %s: writeStream close event emitted",tr,Et),Kr(Hr||null,null,Ar)}),Ar.pipe(Qr))}var Sa=[];Ar.on("data",function(sa){de("Request#%d %s: `res data` event emit, size %d",tr,Et,sa.length),Sr+=sa.length,Sa.push(sa)}),Ar.on("end",function(){var sa=j.concat(Sa,Sr);if(de("Request#%d %s: `res end` event emit, total size %d, _dumped: %s",tr,Et,Sr,Ar._dumped),Hr)return Kr(Hr,sa,Ar);var qa=Nr(Ar);if(qa.error)return Kr(qa.error,sa,Ar);qa.redirect||Fr(Ar,sa,function(To,Hi,na){if(To)return Kr(To,sa,Ar);if(!na&&Ue.indexOf(Ve.dataType)>=0){try{Hi=decodeBodyByCharset(Hi,Ar)}catch(Ns){return de("decodeBodyByCharset error: %s",Ns),Kr(null,Hi,Ar)}if(Ve.dataType==="json")if(Sr===0)Hi=null;else{var Ma=parseJSON(Hi,Er);Ma.error?To=Ma.error:Hi=Ma.data}}Br&&de("Request#%d %s: Remote socket was terminated before `response.end()` was called",tr,Et),Kr(To,Hi,Ar)})})}var Po,Wa;Array.isArray(Ve.timeout)?(Po=pe(Ve.timeout[0]),Wa=pe(Ve.timeout[1])):Po=Wa=pe(Ve.timeout),de("ConnectTimeout: %d, ResponseTimeout: %d",Po,Wa);function Go(){de("Connect timer ticking, timeout: %d",Po),gr=setTimeout(function(){gr=null,Tr===-1&&(Tr=-2);var Ar="Connect timeout for "+Po+"ms",On="ConnectionTimeoutError";Kn.socket||(On="SocketAssignTimeoutError",Ar+=", working sockets is full"),Hr=new Error(Ar),Hr.name=On,Hr.requestId=tr,de("ConnectTimeout: Request#%d %s %s: %s, connected: %s",tr,Et,Hr.name,Ar,Vr),Gr()},Po)}function us(){de("Response timer ticking, timeout: %d",Wa),jr=setTimeout(function(){jr=null;var Ar="Response timeout for "+Wa+"ms",On="ResponseTimeoutError";Hr=new Error(Ar),Hr.name=On,Hr.requestId=tr,de("ResponseTimeout: Request#%d %s %s: %s, connected: %s",tr,Et,Hr.name,Ar,Vr),Gr()},Wa)}var Kn;kr.mode=Ve.mode?Ve.mode:"";try{Kn=_r.request(kr,ca)}catch(Ar){return Kr(Ar)}typeof window>"u"?Go():Kn.on("requestTimeout",function(){Tr===-1&&(Tr=-2);var Ar="Connect timeout for "+Po+"ms",On="ConnectionTimeoutError";Hr=new Error(Ar),Hr.name=On,Hr.requestId=tr,Gr()});function Gr(){de("Request#%d %s abort, connected: %s",tr,Et,Vr),Kn.socket||(Hr.noSocket=!0,Kr(Hr)),Kn.abort()}return Dr&&Kn.on("finish",function(){Dr.requestSent=Date.now()-ar}),Kn.once("socket",function(Ar){Dr&&(Dr.queuing=Date.now()-ar);var On=Ar.readyState;if(On==="opening"){Ar.once("lookup",function(kn,Sa,sa){de("Request#%d %s lookup: %s, %s, %s",tr,Et,kn,Sa,sa),Dr&&(Dr.dnslookup=Date.now()-ar),Sa&&(vr=Sa)}),Ar.once("connect",function(){Dr&&(Dr.connected=Date.now()-ar),Rr(),us(),de("Request#%d %s new socket connected",tr,Et),Vr=!0,vr||(vr=Ar.remoteAddress),Cr=Ar.remotePort});return}de("Request#%d %s reuse socket connected, readyState: %s",tr,Et,On),Vr=!0,zr=!0,vr||(vr=Ar.remoteAddress),Cr=Ar.remotePort,Rr(),us()}),Kn.on("error",function(Ar){(Ar.name==="Error"||Ar.name==="TypeError")&&(Ar.name=Vr?"ResponseError":"RequestError"),Ar.message+=' (req "error")',de("Request#%d %s `req error` event emit, %s: %s",tr,Et,Ar.name,Ar.message),Kr(Hr||Ar)}),Qr&&Qr.once("error",function(Ar){Ar.message+=' (writeStream "error")',Hr=Ar,de("Request#%d %s `writeStream error` event emit, %s: %s",tr,Et,Ar.name,Ar.message),Gr()}),Ve.stream?(Ve.stream.pipe(Kn),Ve.stream.once("error",function(Ar){Ar.message+=' (stream "error")',Hr=Ar,de("Request#%d %s `readStream error` event emit, %s: %s",tr,Et,Ar.name,Ar.message),Gr()})):Kn.end(yr),Kn.requestId=tr,Kn}}).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 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_ce00252a-e499-4a13-af17-167840600a6b",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_ce00252a-e499-4a13-af17-167840600a6b",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:"590",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:19655",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:"10470992626",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"4b3d261ecb674f4733a36d0a1923b06d49c21cc8",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_9f974113-0da2-416b-ad1d-84e682dae06b",INVOCATION_ID:"592892fae4f949dbac24949f1a5e4c2e",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:"382",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 6",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:"4b3d261ecb674f4733a36d0a1923b06d49c21cc8",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_ce00252a-e499-4a13-af17-167840600a6b",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_ce00252a-e499-4a13-af17-167840600a6b",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_ce00252a-e499-4a13-af17-167840600a6b",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:2078,ppid:2077,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,k=-1,L=0,$,j=0;j<=e.length;++j){if(j<e.length)$=e.charCodeAt(j);else{if($===47)break;$=47}if($===47){if(!(k===j-1||L===1))if(k!==j-1&&L===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("/")),k=j,L=0;continue}}else if(y.length===2||y.length===1){y="",n=0,k=j,L=0;continue}}t&&(y.length>0?y+="/..":y="..",n=2)}else y.length>0?y+="/"+e.slice(k+1,j):y=e.slice(k+1,j),n=j-k-1;k=j,L=0}else $===46&&L!==-1?++L:L=-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,k=arguments.length-1;k>=-1&&!y;k--){var L;k>=0?L=arguments[k]:(n===void 0&&(n=define_process_default$8.cwd()),L=n),assertPath(L),L.length!==0&&(t=L+"/"+t,y=L.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 k=t.length,L=k-n,$=1;$<y.length&&y.charCodeAt($)===47;++$);for(var j=y.length,V=j-$,z=L<V?L:V,re=-1,ie=0;ie<=z;++ie){if(ie===z){if(V>z){if(y.charCodeAt($+ie)===47)return y.slice($+ie+1);if(ie===0)return y.slice($+ie)}else L>z&&(t.charCodeAt(n+ie)===47?re=ie:ie===0&&(re=0));break}var oe=t.charCodeAt(n+ie),ue=y.charCodeAt($+ie);if(oe!==ue)break;oe===47&&(re=ie)}var de="";for(ie=n+re+1;ie<=k;++ie)(ie===k||t.charCodeAt(ie)===47)&&(de.length===0?de+="..":de+="/..");return de.length>0?de+y.slice($+re):($+=re,y.charCodeAt($)===47&&++$,y.slice($))},_makeLong:function(t){return t},dirname:function(t){if(assertPath(t),t.length===0)return".";for(var y=t.charCodeAt(0),n=y===47,k=-1,L=!0,$=t.length-1;$>=1;--$)if(y=t.charCodeAt($),y===47){if(!L){k=$;break}}else L=!1;return k===-1?n?"/":".":n&&k===1?"//":t.slice(0,k)},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,k=-1,L=!0,$;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($=t.length-1;$>=0;--$){var z=t.charCodeAt($);if(z===47){if(!L){n=$+1;break}}else V===-1&&(L=!1,V=$+1),j>=0&&(z===y.charCodeAt(j)?--j===-1&&(k=$):(j=-1,k=V))}return n===k?k=V:k===-1&&(k=t.length),t.slice(n,k)}else{for($=t.length-1;$>=0;--$)if(t.charCodeAt($)===47){if(!L){n=$+1;break}}else k===-1&&(L=!1,k=$+1);return k===-1?"":t.slice(n,k)}},extname:function(t){assertPath(t);for(var y=-1,n=0,k=-1,L=!0,$=0,j=t.length-1;j>=0;--j){var V=t.charCodeAt(j);if(V===47){if(!L){n=j+1;break}continue}k===-1&&(L=!1,k=j+1),V===46?y===-1?y=j:$!==1&&($=1):y!==-1&&($=-1)}return y===-1||k===-1||$===0||$===1&&y===k-1&&y===n+1?"":t.slice(y,k)},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),k=n===47,L;k?(y.root="/",L=1):L=0;for(var $=-1,j=0,V=-1,z=!0,re=t.length-1,ie=0;re>=L;--re){if(n=t.charCodeAt(re),n===47){if(!z){j=re+1;break}continue}V===-1&&(z=!1,V=re+1),n===46?$===-1?$=re:ie!==1&&(ie=1):$!==-1&&(ie=-1)}return $===-1||V===-1||ie===0||ie===1&&$===V-1&&$===j+1?V!==-1&&(j===0&&k?y.base=y.name=t.slice(1,V):y.base=y.name=t.slice(j,V)):(j===0&&k?(y.name=t.slice(1,$),y.base=t.slice(1,V)):(y.name=t.slice(j,$),y.base=t.slice(j,V)),y.ext=t.slice($,V)),j>0?y.dir=t.slice(0,j-1):k&&(y.dir="/"),y},sep:"/",delimiter:":",win32:null,posix:null};posix.posix=posix;var pathBrowserify=posix,events={exports:{}},R=typeof Reflect=="object"?Reflect:null,ReflectApply=R&&typeof R.apply=="function"?R.apply:function(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 k=t==="error",L=this._events;if(L!==void 0)k=k&&L.error===void 0;else if(!k)return!1;if(k){var $;if(y.length>0&&($=y[0]),$ instanceof Error)throw $;var j=new Error("Unhandled error."+($?" ("+$.message+")":""));throw j.context=$,j}var V=L[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),L=e._events,L===void 0?(L=e._events=Object.create(null),e._eventsCount=0):(L.newListener!==void 0&&(e.emit("newListener",t,y.listener?y.listener:y),L=e._events),$=L[t]),$===void 0)$=L[t]=y,++e._eventsCount;else if(typeof $=="function"?$=L[t]=n?[y,$]:[$,y]:n?$.unshift(y):$.push(y),k=_getMaxListeners(e),k>0&&$.length>k&&!$.warned){$.warned=!0;var j=new Error("Possible EventEmitter memory leak detected. "+$.length+" "+String(t)+" listeners added. Use emitter.setMaxListeners() to increase limit");j.name="MaxListenersExceededWarning",j.emitter=e,j.type=t,j.count=$.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},k=onceWrapper.bind(n);return k.listener=y,n.wrapFn=k,k}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),k=this._events,k===void 0)return this;if(n=k[t],n===void 0)return this;if(n===y||n.listener===y)--this._eventsCount===0?this._events=Object.create(null):(delete k[t],k.removeListener&&this.emit("removeListener",t,n.listener||y));else if(typeof n!="function"){for(L=-1,$=n.length-1;$>=0;$--)if(n[$]===y||n[$].listener===y){j=n[$].listener,L=$;break}if(L<0)return this;L===0?n.shift():spliceOne(n,L),n.length===1&&(k[t]=n[0]),k.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,k;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 L=Object.keys(n),$;for(k=0;k<L.length;++k)$=L[k],$!=="removeListener"&&this.removeAllListeners($);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(k=y.length-1;k>=0;k--)this.removeListener(t,y[k]);return this};function _listeners(e,t,y){var n=e._events;if(n===void 0)return[];var k=n[t];return k===void 0?[]:typeof k=="function"?y?[k.listener||k]:[k]:y?unwrapListeners(k):arrayClone(k,k.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 k($){e.removeListener(t,L),n($)}function L(){typeof e.removeListener=="function"&&e.removeListener("error",k),y([].slice.call(arguments))}eventTargetAgnosticAddListener(e,t,L,{once:!0}),t!=="error"&&addErrorHandlerIfEventEmitter(e,k,{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(L){n.once&&e.removeEventListener(t,k),y(L)});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=eventsExports.EventEmitter,buffer={},base64Js={};base64Js.byteLength=byteLength;base64Js.toByteArray=toByteArray;base64Js.fromByteArray=fromByteArray;var lookup=[],revLookup=[],Arr=typeof Uint8Array<"u"?Uint8Array:Array,code="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(var i$1=0,len=code.length;i$1<len;++i$1)lookup[i$1]=code[i$1],revLookup[code.charCodeAt(i$1)]=i$1;revLookup[45]=62;revLookup[95]=63;function getLens(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],k=y[1],L=new Arr(_byteLength(e,n,k)),$=0,j=k>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)],L[$++]=t>>16&255,L[$++]=t>>8&255,L[$++]=t&255;return k===2&&(t=revLookup[e.charCodeAt(V)]<<2|revLookup[e.charCodeAt(V+1)]>>4,L[$++]=t&255),k===1&&(t=revLookup[e.charCodeAt(V)]<<10|revLookup[e.charCodeAt(V+1)]<<4|revLookup[e.charCodeAt(V+2)]>>2,L[$++]=t>>8&255,L[$++]=t&255),L}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=[],L=t;L<y;L+=3)n=(e[L]<<16&16711680)+(e[L+1]<<8&65280)+(e[L+2]&255),k.push(tripletToBase64(n));return k.join("")}function fromByteArray(e){for(var t,y=e.length,n=y%3,k=[],L=16383,$=0,j=y-n;$<j;$+=L)k.push(encodeChunk(e,$,$+L>j?j:$+L));return n===1?(t=e[y-1],k.push(lookup[t>>2]+lookup[t<<4&63]+"==")):n===2&&(t=(e[y-2]<<8)+e[y-1],k.push(lookup[t>>10]+lookup[t>>4&63]+lookup[t<<2&63]+"=")),k.join("")}var ieee754={};/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */ieee754.read=function(e,t,y,n,k){var L,$,j=k*8-n-1,V=(1<<j)-1,z=V>>1,re=-7,ie=y?k-1:0,oe=y?-1:1,ue=e[t+ie];for(ie+=oe,L=ue&(1<<-re)-1,ue>>=-re,re+=j;re>0;L=L*256+e[t+ie],ie+=oe,re-=8);for($=L&(1<<-re)-1,L>>=-re,re+=n;re>0;$=$*256+e[t+ie],ie+=oe,re-=8);if(L===0)L=1-z;else{if(L===V)return $?NaN:(ue?-1:1)*(1/0);$=$+Math.pow(2,n),L=L-z}return(ue?-1:1)*$*Math.pow(2,L-n)};ieee754.write=function(e,t,y,n,k,L){var $,j,V,z=L*8-k-1,re=(1<<z)-1,ie=re>>1,oe=k===23?Math.pow(2,-24)-Math.pow(2,-77):0,ue=n?0:L-1,de=n?1:-1,pe=t<0||t===0&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(j=isNaN(t)?1:0,$=re):($=Math.floor(Math.log(t)/Math.LN2),t*(V=Math.pow(2,-$))<1&&($--,V*=2),$+ie>=1?t+=oe/V:t+=oe*Math.pow(2,1-ie),t*V>=2&&($++,V/=2),$+ie>=re?(j=0,$=re):$+ie>=1?(j=(t*V-1)*Math.pow(2,k),$=$+ie):(j=t*Math.pow(2,ie-1)*Math.pow(2,k),$=0));k>=8;e[y+ue]=j&255,ue+=de,j/=256,k-=8);for($=$<<k|j,z+=k;z>0;e[y+ue]=$&255,ue+=de,$/=256,z-=8);e[y+ue-de]|=pe*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=Ce,e.INSPECT_MAX_BYTES=50;var k=2147483647;e.kMaxLength=k,j.TYPED_ARRAY_SUPPORT=L(),!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 L(){try{var vr=new Uint8Array(1),Cr={foo:function(){return 42}};return Object.setPrototypeOf(Cr,Uint8Array.prototype),Object.setPrototypeOf(vr,Cr),vr.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 $(vr){if(vr>k)throw new RangeError('The value "'+vr+'" is invalid for option "size"');var Cr=new Uint8Array(vr);return Object.setPrototypeOf(Cr,j.prototype),Cr}function j(vr,Cr,Dr){if(typeof vr=="number"){if(typeof Cr=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return ie(vr)}return V(vr,Cr,Dr)}j.poolSize=8192;function V(vr,Cr,Dr){if(typeof vr=="string")return oe(vr,Cr);if(ArrayBuffer.isView(vr))return de(vr);if(vr==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof vr);if(Sr(vr,ArrayBuffer)||vr&&Sr(vr.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(Sr(vr,SharedArrayBuffer)||vr&&Sr(vr.buffer,SharedArrayBuffer)))return pe(vr,Cr,Dr);if(typeof vr=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var Rr=vr.valueOf&&vr.valueOf();if(Rr!=null&&Rr!==vr)return j.from(Rr,Cr,Dr);var Wr=Ie(vr);if(Wr)return Wr;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof vr[Symbol.toPrimitive]=="function")return j.from(vr[Symbol.toPrimitive]("string"),Cr,Dr);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof vr)}j.from=function(vr,Cr,Dr){return V(vr,Cr,Dr)},Object.setPrototypeOf(j.prototype,Uint8Array.prototype),Object.setPrototypeOf(j,Uint8Array);function z(vr){if(typeof vr!="number")throw new TypeError('"size" argument must be of type number');if(vr<0)throw new RangeError('The value "'+vr+'" is invalid for option "size"')}function re(vr,Cr,Dr){return z(vr),vr<=0?$(vr):Cr!==void 0?typeof Dr=="string"?$(vr).fill(Cr,Dr):$(vr).fill(Cr):$(vr)}j.alloc=function(vr,Cr,Dr){return re(vr,Cr,Dr)};function ie(vr){return z(vr),$(vr<0?0:he(vr)|0)}j.allocUnsafe=function(vr){return ie(vr)},j.allocUnsafeSlow=function(vr){return ie(vr)};function oe(vr,Cr){if((typeof Cr!="string"||Cr==="")&&(Cr="utf8"),!j.isEncoding(Cr))throw new TypeError("Unknown encoding: "+Cr);var Dr=_e(vr,Cr)|0,Rr=$(Dr),Wr=Rr.write(vr,Cr);return Wr!==Dr&&(Rr=Rr.slice(0,Wr)),Rr}function ue(vr){for(var Cr=vr.length<0?0:he(vr.length)|0,Dr=$(Cr),Rr=0;Rr<Cr;Rr+=1)Dr[Rr]=vr[Rr]&255;return Dr}function de(vr){if(Sr(vr,Uint8Array)){var Cr=new Uint8Array(vr);return pe(Cr.buffer,Cr.byteOffset,Cr.byteLength)}return ue(vr)}function pe(vr,Cr,Dr){if(Cr<0||vr.byteLength<Cr)throw new RangeError('"offset" is outside of buffer bounds');if(vr.byteLength<Cr+(Dr||0))throw new RangeError('"length" is outside of buffer bounds');var Rr;return Cr===void 0&&Dr===void 0?Rr=new Uint8Array(vr):Dr===void 0?Rr=new Uint8Array(vr,Cr):Rr=new Uint8Array(vr,Cr,Dr),Object.setPrototypeOf(Rr,j.prototype),Rr}function Ie(vr){if(j.isBuffer(vr)){var Cr=he(vr.length)|0,Dr=$(Cr);return Dr.length===0||vr.copy(Dr,0,0,Cr),Dr}if(vr.length!==void 0)return typeof vr.length!="number"||Tr(vr.length)?$(0):ue(vr);if(vr.type==="Buffer"&&Array.isArray(vr.data))return ue(vr.data)}function he(vr){if(vr>=k)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+k.toString(16)+" bytes");return vr|0}function Ce(vr){return+vr!=vr&&(vr=0),j.alloc(+vr)}j.isBuffer=function(Cr){return Cr!=null&&Cr._isBuffer===!0&&Cr!==j.prototype},j.compare=function(Cr,Dr){if(Sr(Cr,Uint8Array)&&(Cr=j.from(Cr,Cr.offset,Cr.byteLength)),Sr(Dr,Uint8Array)&&(Dr=j.from(Dr,Dr.offset,Dr.byteLength)),!j.isBuffer(Cr)||!j.isBuffer(Dr))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(Cr===Dr)return 0;for(var Rr=Cr.length,Wr=Dr.length,Kr=0,Nr=Math.min(Rr,Wr);Kr<Nr;++Kr)if(Cr[Kr]!==Dr[Kr]){Rr=Cr[Kr],Wr=Dr[Kr];break}return Rr<Wr?-1:Wr<Rr?1:0},j.isEncoding=function(Cr){switch(String(Cr).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(Cr,Dr){if(!Array.isArray(Cr))throw new TypeError('"list" argument must be an Array of Buffers');if(Cr.length===0)return j.alloc(0);var Rr;if(Dr===void 0)for(Dr=0,Rr=0;Rr<Cr.length;++Rr)Dr+=Cr[Rr].length;var Wr=j.allocUnsafe(Dr),Kr=0;for(Rr=0;Rr<Cr.length;++Rr){var Nr=Cr[Rr];if(Sr(Nr,Uint8Array))Kr+Nr.length>Wr.length?j.from(Nr).copy(Wr,Kr):Uint8Array.prototype.set.call(Wr,Nr,Kr);else if(j.isBuffer(Nr))Nr.copy(Wr,Kr);else throw new TypeError('"list" argument must be an Array of Buffers');Kr+=Nr.length}return Wr};function _e(vr,Cr){if(j.isBuffer(vr))return vr.length;if(ArrayBuffer.isView(vr)||Sr(vr,ArrayBuffer))return vr.byteLength;if(typeof vr!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof vr);var Dr=vr.length,Rr=arguments.length>2&&arguments[2]===!0;if(!Rr&&Dr===0)return 0;for(var Wr=!1;;)switch(Cr){case"ascii":case"latin1":case"binary":return Dr;case"utf8":case"utf-8":return gr(vr).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Dr*2;case"hex":return Dr>>>1;case"base64":return Vr(vr).length;default:if(Wr)return Rr?-1:gr(vr).length;Cr=(""+Cr).toLowerCase(),Wr=!0}}j.byteLength=_e;function Ne(vr,Cr,Dr){var Rr=!1;if((Cr===void 0||Cr<0)&&(Cr=0),Cr>this.length||((Dr===void 0||Dr>this.length)&&(Dr=this.length),Dr<=0)||(Dr>>>=0,Cr>>>=0,Dr<=Cr))return"";for(vr||(vr="utf8");;)switch(vr){case"hex":return hr(this,Cr,Dr);case"utf8":case"utf-8":return ar(this,Cr,Dr);case"ascii":return cr(this,Cr,Dr);case"latin1":case"binary":return _r(this,Cr,Dr);case"base64":return rr(this,Cr,Dr);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Er(this,Cr,Dr);default:if(Rr)throw new TypeError("Unknown encoding: "+vr);vr=(vr+"").toLowerCase(),Rr=!0}}j.prototype._isBuffer=!0;function Fe(vr,Cr,Dr){var Rr=vr[Cr];vr[Cr]=vr[Dr],vr[Dr]=Rr}j.prototype.swap16=function(){var Cr=this.length;if(Cr%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var Dr=0;Dr<Cr;Dr+=2)Fe(this,Dr,Dr+1);return this},j.prototype.swap32=function(){var Cr=this.length;if(Cr%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var Dr=0;Dr<Cr;Dr+=4)Fe(this,Dr,Dr+3),Fe(this,Dr+1,Dr+2);return this},j.prototype.swap64=function(){var Cr=this.length;if(Cr%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var Dr=0;Dr<Cr;Dr+=8)Fe(this,Dr,Dr+7),Fe(this,Dr+1,Dr+6),Fe(this,Dr+2,Dr+5),Fe(this,Dr+3,Dr+4);return this},j.prototype.toString=function(){var Cr=this.length;return Cr===0?"":arguments.length===0?ar(this,0,Cr):Ne.apply(this,arguments)},j.prototype.toLocaleString=j.prototype.toString,j.prototype.equals=function(Cr){if(!j.isBuffer(Cr))throw new TypeError("Argument must be a Buffer");return this===Cr?!0:j.compare(this,Cr)===0},j.prototype.inspect=function(){var Cr="",Dr=e.INSPECT_MAX_BYTES;return Cr=this.toString("hex",0,Dr).replace(/(.{2})/g,"$1 ").trim(),this.length>Dr&&(Cr+=" ... "),"<Buffer "+Cr+">"},n&&(j.prototype[n]=j.prototype.inspect),j.prototype.compare=function(Cr,Dr,Rr,Wr,Kr){if(Sr(Cr,Uint8Array)&&(Cr=j.from(Cr,Cr.offset,Cr.byteLength)),!j.isBuffer(Cr))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof Cr);if(Dr===void 0&&(Dr=0),Rr===void 0&&(Rr=Cr?Cr.length:0),Wr===void 0&&(Wr=0),Kr===void 0&&(Kr=this.length),Dr<0||Rr>Cr.length||Wr<0||Kr>this.length)throw new RangeError("out of range index");if(Wr>=Kr&&Dr>=Rr)return 0;if(Wr>=Kr)return-1;if(Dr>=Rr)return 1;if(Dr>>>=0,Rr>>>=0,Wr>>>=0,Kr>>>=0,this===Cr)return 0;for(var Nr=Kr-Wr,Fr=Rr-Dr,Qr=Math.min(Nr,Fr),ca=this.slice(Wr,Kr),Po=Cr.slice(Dr,Rr),Wa=0;Wa<Qr;++Wa)if(ca[Wa]!==Po[Wa]){Nr=ca[Wa],Fr=Po[Wa];break}return Nr<Fr?-1:Fr<Nr?1:0};function Ue(vr,Cr,Dr,Rr,Wr){if(vr.length===0)return-1;if(typeof Dr=="string"?(Rr=Dr,Dr=0):Dr>2147483647?Dr=2147483647:Dr<-2147483648&&(Dr=-2147483648),Dr=+Dr,Tr(Dr)&&(Dr=Wr?0:vr.length-1),Dr<0&&(Dr=vr.length+Dr),Dr>=vr.length){if(Wr)return-1;Dr=vr.length-1}else if(Dr<0)if(Wr)Dr=0;else return-1;if(typeof Cr=="string"&&(Cr=j.from(Cr,Rr)),j.isBuffer(Cr))return Cr.length===0?-1:kt(vr,Cr,Dr,Rr,Wr);if(typeof Cr=="number")return Cr=Cr&255,typeof Uint8Array.prototype.indexOf=="function"?Wr?Uint8Array.prototype.indexOf.call(vr,Cr,Dr):Uint8Array.prototype.lastIndexOf.call(vr,Cr,Dr):kt(vr,[Cr],Dr,Rr,Wr);throw new TypeError("val must be string, number or Buffer")}function kt(vr,Cr,Dr,Rr,Wr){var Kr=1,Nr=vr.length,Fr=Cr.length;if(Rr!==void 0&&(Rr=String(Rr).toLowerCase(),Rr==="ucs2"||Rr==="ucs-2"||Rr==="utf16le"||Rr==="utf-16le")){if(vr.length<2||Cr.length<2)return-1;Kr=2,Nr/=2,Fr/=2,Dr/=2}function Qr(us,Kn){return Kr===1?us[Kn]:us.readUInt16BE(Kn*Kr)}var ca;if(Wr){var Po=-1;for(ca=Dr;ca<Nr;ca++)if(Qr(vr,ca)===Qr(Cr,Po===-1?0:ca-Po)){if(Po===-1&&(Po=ca),ca-Po+1===Fr)return Po*Kr}else Po!==-1&&(ca-=ca-Po),Po=-1}else for(Dr+Fr>Nr&&(Dr=Nr-Fr),ca=Dr;ca>=0;ca--){for(var Wa=!0,Go=0;Go<Fr;Go++)if(Qr(vr,ca+Go)!==Qr(Cr,Go)){Wa=!1;break}if(Wa)return ca}return-1}j.prototype.includes=function(Cr,Dr,Rr){return this.indexOf(Cr,Dr,Rr)!==-1},j.prototype.indexOf=function(Cr,Dr,Rr){return Ue(this,Cr,Dr,Rr,!0)},j.prototype.lastIndexOf=function(Cr,Dr,Rr){return Ue(this,Cr,Dr,Rr,!1)};function Et(vr,Cr,Dr,Rr){Dr=Number(Dr)||0;var Wr=vr.length-Dr;Rr?(Rr=Number(Rr),Rr>Wr&&(Rr=Wr)):Rr=Wr;var Kr=Cr.length;Rr>Kr/2&&(Rr=Kr/2);for(var Nr=0;Nr<Rr;++Nr){var Fr=parseInt(Cr.substr(Nr*2,2),16);if(Tr(Fr))return Nr;vr[Dr+Nr]=Fr}return Nr}function Ve(vr,Cr,Dr,Rr){return zr(gr(Cr,vr.length-Dr),vr,Dr,Rr)}function qe(vr,Cr,Dr,Rr){return zr(jr(Cr),vr,Dr,Rr)}function jt(vr,Cr,Dr,Rr){return zr(Vr(Cr),vr,Dr,Rr)}function tr(vr,Cr,Dr,Rr){return zr(Hr(Cr,vr.length-Dr),vr,Dr,Rr)}j.prototype.write=function(Cr,Dr,Rr,Wr){if(Dr===void 0)Wr="utf8",Rr=this.length,Dr=0;else if(Rr===void 0&&typeof Dr=="string")Wr=Dr,Rr=this.length,Dr=0;else if(isFinite(Dr))Dr=Dr>>>0,isFinite(Rr)?(Rr=Rr>>>0,Wr===void 0&&(Wr="utf8")):(Wr=Rr,Rr=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var Kr=this.length-Dr;if((Rr===void 0||Rr>Kr)&&(Rr=Kr),Cr.length>0&&(Rr<0||Dr<0)||Dr>this.length)throw new RangeError("Attempt to write outside buffer bounds");Wr||(Wr="utf8");for(var Nr=!1;;)switch(Wr){case"hex":return Et(this,Cr,Dr,Rr);case"utf8":case"utf-8":return Ve(this,Cr,Dr,Rr);case"ascii":case"latin1":case"binary":return qe(this,Cr,Dr,Rr);case"base64":return jt(this,Cr,Dr,Rr);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return tr(this,Cr,Dr,Rr);default:if(Nr)throw new TypeError("Unknown encoding: "+Wr);Wr=(""+Wr).toLowerCase(),Nr=!0}},j.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function rr(vr,Cr,Dr){return Cr===0&&Dr===vr.length?t.fromByteArray(vr):t.fromByteArray(vr.slice(Cr,Dr))}function ar(vr,Cr,Dr){Dr=Math.min(vr.length,Dr);for(var Rr=[],Wr=Cr;Wr<Dr;){var Kr=vr[Wr],Nr=null,Fr=Kr>239?4:Kr>223?3:Kr>191?2:1;if(Wr+Fr<=Dr){var Qr,ca,Po,Wa;switch(Fr){case 1:Kr<128&&(Nr=Kr);break;case 2:Qr=vr[Wr+1],(Qr&192)===128&&(Wa=(Kr&31)<<6|Qr&63,Wa>127&&(Nr=Wa));break;case 3:Qr=vr[Wr+1],ca=vr[Wr+2],(Qr&192)===128&&(ca&192)===128&&(Wa=(Kr&15)<<12|(Qr&63)<<6|ca&63,Wa>2047&&(Wa<55296||Wa>57343)&&(Nr=Wa));break;case 4:Qr=vr[Wr+1],ca=vr[Wr+2],Po=vr[Wr+3],(Qr&192)===128&&(ca&192)===128&&(Po&192)===128&&(Wa=(Kr&15)<<18|(Qr&63)<<12|(ca&63)<<6|Po&63,Wa>65535&&Wa<1114112&&(Nr=Wa))}}Nr===null?(Nr=65533,Fr=1):Nr>65535&&(Nr-=65536,Rr.push(Nr>>>10&1023|55296),Nr=56320|Nr&1023),Rr.push(Nr),Wr+=Fr}return ur(Rr)}var nr=4096;function ur(vr){var Cr=vr.length;if(Cr<=nr)return String.fromCharCode.apply(String,vr);for(var Dr="",Rr=0;Rr<Cr;)Dr+=String.fromCharCode.apply(String,vr.slice(Rr,Rr+=nr));return Dr}function cr(vr,Cr,Dr){var Rr="";Dr=Math.min(vr.length,Dr);for(var Wr=Cr;Wr<Dr;++Wr)Rr+=String.fromCharCode(vr[Wr]&127);return Rr}function _r(vr,Cr,Dr){var Rr="";Dr=Math.min(vr.length,Dr);for(var Wr=Cr;Wr<Dr;++Wr)Rr+=String.fromCharCode(vr[Wr]);return Rr}function hr(vr,Cr,Dr){var Rr=vr.length;(!Cr||Cr<0)&&(Cr=0),(!Dr||Dr<0||Dr>Rr)&&(Dr=Rr);for(var Wr="",Kr=Cr;Kr<Dr;++Kr)Wr+=Br[vr[Kr]];return Wr}function Er(vr,Cr,Dr){for(var Rr=vr.slice(Cr,Dr),Wr="",Kr=0;Kr<Rr.length-1;Kr+=2)Wr+=String.fromCharCode(Rr[Kr]+Rr[Kr+1]*256);return Wr}j.prototype.slice=function(Cr,Dr){var Rr=this.length;Cr=~~Cr,Dr=Dr===void 0?Rr:~~Dr,Cr<0?(Cr+=Rr,Cr<0&&(Cr=0)):Cr>Rr&&(Cr=Rr),Dr<0?(Dr+=Rr,Dr<0&&(Dr=0)):Dr>Rr&&(Dr=Rr),Dr<Cr&&(Dr=Cr);var Wr=this.subarray(Cr,Dr);return Object.setPrototypeOf(Wr,j.prototype),Wr};function kr(vr,Cr,Dr){if(vr%1!==0||vr<0)throw new RangeError("offset is not uint");if(vr+Cr>Dr)throw new RangeError("Trying to access beyond buffer length")}j.prototype.readUintLE=j.prototype.readUIntLE=function(Cr,Dr,Rr){Cr=Cr>>>0,Dr=Dr>>>0,Rr||kr(Cr,Dr,this.length);for(var Wr=this[Cr],Kr=1,Nr=0;++Nr<Dr&&(Kr*=256);)Wr+=this[Cr+Nr]*Kr;return Wr},j.prototype.readUintBE=j.prototype.readUIntBE=function(Cr,Dr,Rr){Cr=Cr>>>0,Dr=Dr>>>0,Rr||kr(Cr,Dr,this.length);for(var Wr=this[Cr+--Dr],Kr=1;Dr>0&&(Kr*=256);)Wr+=this[Cr+--Dr]*Kr;return Wr},j.prototype.readUint8=j.prototype.readUInt8=function(Cr,Dr){return Cr=Cr>>>0,Dr||kr(Cr,1,this.length),this[Cr]},j.prototype.readUint16LE=j.prototype.readUInt16LE=function(Cr,Dr){return Cr=Cr>>>0,Dr||kr(Cr,2,this.length),this[Cr]|this[Cr+1]<<8},j.prototype.readUint16BE=j.prototype.readUInt16BE=function(Cr,Dr){return Cr=Cr>>>0,Dr||kr(Cr,2,this.length),this[Cr]<<8|this[Cr+1]},j.prototype.readUint32LE=j.prototype.readUInt32LE=function(Cr,Dr){return Cr=Cr>>>0,Dr||kr(Cr,4,this.length),(this[Cr]|this[Cr+1]<<8|this[Cr+2]<<16)+this[Cr+3]*16777216},j.prototype.readUint32BE=j.prototype.readUInt32BE=function(Cr,Dr){return Cr=Cr>>>0,Dr||kr(Cr,4,this.length),this[Cr]*16777216+(this[Cr+1]<<16|this[Cr+2]<<8|this[Cr+3])},j.prototype.readIntLE=function(Cr,Dr,Rr){Cr=Cr>>>0,Dr=Dr>>>0,Rr||kr(Cr,Dr,this.length);for(var Wr=this[Cr],Kr=1,Nr=0;++Nr<Dr&&(Kr*=256);)Wr+=this[Cr+Nr]*Kr;return Kr*=128,Wr>=Kr&&(Wr-=Math.pow(2,8*Dr)),Wr},j.prototype.readIntBE=function(Cr,Dr,Rr){Cr=Cr>>>0,Dr=Dr>>>0,Rr||kr(Cr,Dr,this.length);for(var Wr=Dr,Kr=1,Nr=this[Cr+--Wr];Wr>0&&(Kr*=256);)Nr+=this[Cr+--Wr]*Kr;return Kr*=128,Nr>=Kr&&(Nr-=Math.pow(2,8*Dr)),Nr},j.prototype.readInt8=function(Cr,Dr){return Cr=Cr>>>0,Dr||kr(Cr,1,this.length),this[Cr]&128?(255-this[Cr]+1)*-1:this[Cr]},j.prototype.readInt16LE=function(Cr,Dr){Cr=Cr>>>0,Dr||kr(Cr,2,this.length);var Rr=this[Cr]|this[Cr+1]<<8;return Rr&32768?Rr|4294901760:Rr},j.prototype.readInt16BE=function(Cr,Dr){Cr=Cr>>>0,Dr||kr(Cr,2,this.length);var Rr=this[Cr+1]|this[Cr]<<8;return Rr&32768?Rr|4294901760:Rr},j.prototype.readInt32LE=function(Cr,Dr){return Cr=Cr>>>0,Dr||kr(Cr,4,this.length),this[Cr]|this[Cr+1]<<8|this[Cr+2]<<16|this[Cr+3]<<24},j.prototype.readInt32BE=function(Cr,Dr){return Cr=Cr>>>0,Dr||kr(Cr,4,this.length),this[Cr]<<24|this[Cr+1]<<16|this[Cr+2]<<8|this[Cr+3]},j.prototype.readFloatLE=function(Cr,Dr){return Cr=Cr>>>0,Dr||kr(Cr,4,this.length),y.read(this,Cr,!0,23,4)},j.prototype.readFloatBE=function(Cr,Dr){return Cr=Cr>>>0,Dr||kr(Cr,4,this.length),y.read(this,Cr,!1,23,4)},j.prototype.readDoubleLE=function(Cr,Dr){return Cr=Cr>>>0,Dr||kr(Cr,8,this.length),y.read(this,Cr,!0,52,8)},j.prototype.readDoubleBE=function(Cr,Dr){return Cr=Cr>>>0,Dr||kr(Cr,8,this.length),y.read(this,Cr,!1,52,8)};function xr(vr,Cr,Dr,Rr,Wr,Kr){if(!j.isBuffer(vr))throw new TypeError('"buffer" argument must be a Buffer instance');if(Cr>Wr||Cr<Kr)throw new RangeError('"value" argument is out of bounds');if(Dr+Rr>vr.length)throw new RangeError("Index out of range")}j.prototype.writeUintLE=j.prototype.writeUIntLE=function(Cr,Dr,Rr,Wr){if(Cr=+Cr,Dr=Dr>>>0,Rr=Rr>>>0,!Wr){var Kr=Math.pow(2,8*Rr)-1;xr(this,Cr,Dr,Rr,Kr,0)}var Nr=1,Fr=0;for(this[Dr]=Cr&255;++Fr<Rr&&(Nr*=256);)this[Dr+Fr]=Cr/Nr&255;return Dr+Rr},j.prototype.writeUintBE=j.prototype.writeUIntBE=function(Cr,Dr,Rr,Wr){if(Cr=+Cr,Dr=Dr>>>0,Rr=Rr>>>0,!Wr){var Kr=Math.pow(2,8*Rr)-1;xr(this,Cr,Dr,Rr,Kr,0)}var Nr=Rr-1,Fr=1;for(this[Dr+Nr]=Cr&255;--Nr>=0&&(Fr*=256);)this[Dr+Nr]=Cr/Fr&255;return Dr+Rr},j.prototype.writeUint8=j.prototype.writeUInt8=function(Cr,Dr,Rr){return Cr=+Cr,Dr=Dr>>>0,Rr||xr(this,Cr,Dr,1,255,0),this[Dr]=Cr&255,Dr+1},j.prototype.writeUint16LE=j.prototype.writeUInt16LE=function(Cr,Dr,Rr){return Cr=+Cr,Dr=Dr>>>0,Rr||xr(this,Cr,Dr,2,65535,0),this[Dr]=Cr&255,this[Dr+1]=Cr>>>8,Dr+2},j.prototype.writeUint16BE=j.prototype.writeUInt16BE=function(Cr,Dr,Rr){return Cr=+Cr,Dr=Dr>>>0,Rr||xr(this,Cr,Dr,2,65535,0),this[Dr]=Cr>>>8,this[Dr+1]=Cr&255,Dr+2},j.prototype.writeUint32LE=j.prototype.writeUInt32LE=function(Cr,Dr,Rr){return Cr=+Cr,Dr=Dr>>>0,Rr||xr(this,Cr,Dr,4,4294967295,0),this[Dr+3]=Cr>>>24,this[Dr+2]=Cr>>>16,this[Dr+1]=Cr>>>8,this[Dr]=Cr&255,Dr+4},j.prototype.writeUint32BE=j.prototype.writeUInt32BE=function(Cr,Dr,Rr){return Cr=+Cr,Dr=Dr>>>0,Rr||xr(this,Cr,Dr,4,4294967295,0),this[Dr]=Cr>>>24,this[Dr+1]=Cr>>>16,this[Dr+2]=Cr>>>8,this[Dr+3]=Cr&255,Dr+4},j.prototype.writeIntLE=function(Cr,Dr,Rr,Wr){if(Cr=+Cr,Dr=Dr>>>0,!Wr){var Kr=Math.pow(2,8*Rr-1);xr(this,Cr,Dr,Rr,Kr-1,-Kr)}var Nr=0,Fr=1,Qr=0;for(this[Dr]=Cr&255;++Nr<Rr&&(Fr*=256);)Cr<0&&Qr===0&&this[Dr+Nr-1]!==0&&(Qr=1),this[Dr+Nr]=(Cr/Fr>>0)-Qr&255;return Dr+Rr},j.prototype.writeIntBE=function(Cr,Dr,Rr,Wr){if(Cr=+Cr,Dr=Dr>>>0,!Wr){var Kr=Math.pow(2,8*Rr-1);xr(this,Cr,Dr,Rr,Kr-1,-Kr)}var Nr=Rr-1,Fr=1,Qr=0;for(this[Dr+Nr]=Cr&255;--Nr>=0&&(Fr*=256);)Cr<0&&Qr===0&&this[Dr+Nr+1]!==0&&(Qr=1),this[Dr+Nr]=(Cr/Fr>>0)-Qr&255;return Dr+Rr},j.prototype.writeInt8=function(Cr,Dr,Rr){return Cr=+Cr,Dr=Dr>>>0,Rr||xr(this,Cr,Dr,1,127,-128),Cr<0&&(Cr=255+Cr+1),this[Dr]=Cr&255,Dr+1},j.prototype.writeInt16LE=function(Cr,Dr,Rr){return Cr=+Cr,Dr=Dr>>>0,Rr||xr(this,Cr,Dr,2,32767,-32768),this[Dr]=Cr&255,this[Dr+1]=Cr>>>8,Dr+2},j.prototype.writeInt16BE=function(Cr,Dr,Rr){return Cr=+Cr,Dr=Dr>>>0,Rr||xr(this,Cr,Dr,2,32767,-32768),this[Dr]=Cr>>>8,this[Dr+1]=Cr&255,Dr+2},j.prototype.writeInt32LE=function(Cr,Dr,Rr){return Cr=+Cr,Dr=Dr>>>0,Rr||xr(this,Cr,Dr,4,2147483647,-2147483648),this[Dr]=Cr&255,this[Dr+1]=Cr>>>8,this[Dr+2]=Cr>>>16,this[Dr+3]=Cr>>>24,Dr+4},j.prototype.writeInt32BE=function(Cr,Dr,Rr){return Cr=+Cr,Dr=Dr>>>0,Rr||xr(this,Cr,Dr,4,2147483647,-2147483648),Cr<0&&(Cr=4294967295+Cr+1),this[Dr]=Cr>>>24,this[Dr+1]=Cr>>>16,this[Dr+2]=Cr>>>8,this[Dr+3]=Cr&255,Dr+4};function yr(vr,Cr,Dr,Rr,Wr,Kr){if(Dr+Rr>vr.length)throw new RangeError("Index out of range");if(Dr<0)throw new RangeError("Index out of range")}function br(vr,Cr,Dr,Rr,Wr){return Cr=+Cr,Dr=Dr>>>0,Wr||yr(vr,Cr,Dr,4),y.write(vr,Cr,Dr,Rr,23,4),Dr+4}j.prototype.writeFloatLE=function(Cr,Dr,Rr){return br(this,Cr,Dr,!0,Rr)},j.prototype.writeFloatBE=function(Cr,Dr,Rr){return br(this,Cr,Dr,!1,Rr)};function Ir(vr,Cr,Dr,Rr,Wr){return Cr=+Cr,Dr=Dr>>>0,Wr||yr(vr,Cr,Dr,8),y.write(vr,Cr,Dr,Rr,52,8),Dr+8}j.prototype.writeDoubleLE=function(Cr,Dr,Rr){return Ir(this,Cr,Dr,!0,Rr)},j.prototype.writeDoubleBE=function(Cr,Dr,Rr){return Ir(this,Cr,Dr,!1,Rr)},j.prototype.copy=function(Cr,Dr,Rr,Wr){if(!j.isBuffer(Cr))throw new TypeError("argument should be a Buffer");if(Rr||(Rr=0),!Wr&&Wr!==0&&(Wr=this.length),Dr>=Cr.length&&(Dr=Cr.length),Dr||(Dr=0),Wr>0&&Wr<Rr&&(Wr=Rr),Wr===Rr||Cr.length===0||this.length===0)return 0;if(Dr<0)throw new RangeError("targetStart out of bounds");if(Rr<0||Rr>=this.length)throw new RangeError("Index out of range");if(Wr<0)throw new RangeError("sourceEnd out of bounds");Wr>this.length&&(Wr=this.length),Cr.length-Dr<Wr-Rr&&(Wr=Cr.length-Dr+Rr);var Kr=Wr-Rr;return this===Cr&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(Dr,Rr,Wr):Uint8Array.prototype.set.call(Cr,this.subarray(Rr,Wr),Dr),Kr},j.prototype.fill=function(Cr,Dr,Rr,Wr){if(typeof Cr=="string"){if(typeof Dr=="string"?(Wr=Dr,Dr=0,Rr=this.length):typeof Rr=="string"&&(Wr=Rr,Rr=this.length),Wr!==void 0&&typeof Wr!="string")throw new TypeError("encoding must be a string");if(typeof Wr=="string"&&!j.isEncoding(Wr))throw new TypeError("Unknown encoding: "+Wr);if(Cr.length===1){var Kr=Cr.charCodeAt(0);(Wr==="utf8"&&Kr<128||Wr==="latin1")&&(Cr=Kr)}}else typeof Cr=="number"?Cr=Cr&255:typeof Cr=="boolean"&&(Cr=Number(Cr));if(Dr<0||this.length<Dr||this.length<Rr)throw new RangeError("Out of range index");if(Rr<=Dr)return this;Dr=Dr>>>0,Rr=Rr===void 0?this.length:Rr>>>0,Cr||(Cr=0);var Nr;if(typeof Cr=="number")for(Nr=Dr;Nr<Rr;++Nr)this[Nr]=Cr;else{var Fr=j.isBuffer(Cr)?Cr:j.from(Cr,Wr),Qr=Fr.length;if(Qr===0)throw new TypeError('The value "'+Cr+'" is invalid for argument "value"');for(Nr=0;Nr<Rr-Dr;++Nr)this[Nr+Dr]=Fr[Nr%Qr]}return this};var Mr=/[^+/0-9A-Za-z-_]/g;function mr(vr){if(vr=vr.split("=")[0],vr=vr.trim().replace(Mr,""),vr.length<2)return"";for(;vr.length%4!==0;)vr=vr+"=";return vr}function gr(vr,Cr){Cr=Cr||1/0;for(var Dr,Rr=vr.length,Wr=null,Kr=[],Nr=0;Nr<Rr;++Nr){if(Dr=vr.charCodeAt(Nr),Dr>55295&&Dr<57344){if(!Wr){if(Dr>56319){(Cr-=3)>-1&&Kr.push(239,191,189);continue}else if(Nr+1===Rr){(Cr-=3)>-1&&Kr.push(239,191,189);continue}Wr=Dr;continue}if(Dr<56320){(Cr-=3)>-1&&Kr.push(239,191,189),Wr=Dr;continue}Dr=(Wr-55296<<10|Dr-56320)+65536}else Wr&&(Cr-=3)>-1&&Kr.push(239,191,189);if(Wr=null,Dr<128){if((Cr-=1)<0)break;Kr.push(Dr)}else if(Dr<2048){if((Cr-=2)<0)break;Kr.push(Dr>>6|192,Dr&63|128)}else if(Dr<65536){if((Cr-=3)<0)break;Kr.push(Dr>>12|224,Dr>>6&63|128,Dr&63|128)}else if(Dr<1114112){if((Cr-=4)<0)break;Kr.push(Dr>>18|240,Dr>>12&63|128,Dr>>6&63|128,Dr&63|128)}else throw new Error("Invalid code point")}return Kr}function jr(vr){for(var Cr=[],Dr=0;Dr<vr.length;++Dr)Cr.push(vr.charCodeAt(Dr)&255);return Cr}function Hr(vr,Cr){for(var Dr,Rr,Wr,Kr=[],Nr=0;Nr<vr.length&&!((Cr-=2)<0);++Nr)Dr=vr.charCodeAt(Nr),Rr=Dr>>8,Wr=Dr%256,Kr.push(Wr),Kr.push(Rr);return Kr}function Vr(vr){return t.toByteArray(mr(vr))}function zr(vr,Cr,Dr,Rr){for(var Wr=0;Wr<Rr&&!(Wr+Dr>=Cr.length||Wr>=vr.length);++Wr)Cr[Wr+Dr]=vr[Wr];return Wr}function Sr(vr,Cr){return vr instanceof Cr||vr!=null&&vr.constructor!=null&&vr.constructor.name!=null&&vr.constructor.name===Cr.name}function Tr(vr){return vr!==vr}var Br=function(){for(var vr="0123456789abcdef",Cr=new Array(256),Dr=0;Dr<16;++Dr)for(var Rr=Dr*16,Wr=0;Wr<16;++Wr)Cr[Rr+Wr]=vr[Dr]+vr[Wr];return Cr}()})(buffer);var util$5={},types={},shams$1=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var 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 k=42;t[y]=k;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 L=Object.getOwnPropertySymbols(t);if(L.length!==1||L[0]!==y||!Object.prototype.propertyIsEnumerable.call(t,y))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var $=Object.getOwnPropertyDescriptor(t,y);if($.value!==k||$.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=[],k=0;k<t.length;k+=1)n[k]=t[k];for(var L=0;L<y.length;L+=1)n[L+t.length]=y[L];return n},slicy=function(t,y){for(var n=[],k=y,L=0;k<t.length;k+=1,L+=1)n[L]=t[k];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,L=function(){if(this instanceof k){var re=y.apply(this,concatty(n,arguments));return Object(re)===re?re:this}return y.apply(t,concatty(n,arguments))},$=max(0,y.length-n.length),j=[],V=0;V<$;V++)j[V]="$"+V;if(k=Function("binder","return function ("+joiny(j,",")+"){ return binder.apply(this,arguments); }")(L),y.prototype){var z=function(){};z.prototype=y.prototype,k.prototype=new z,z.prototype=null}return k},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 k=e("%AsyncGenerator%");k&&getProto$1&&(y=getProto$1(k.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 k=[];return $replace(t,rePropName,function(L,$,j,V){k[k.length]=j?$replace(V,reEscapeChar,"$1"):$||L}),k},getBaseIntrinsic=function(t,y){var n=t,k;if(hasOwn(LEGACY_ALIASES,n)&&(k=LEGACY_ALIASES[n],n="%"+k[0]+"%"),hasOwn(INTRINSICS,n)){var L=INTRINSICS[n];if(L===needsEval&&(L=doEval(n)),typeof L>"u"&&!y)throw new $TypeError$2("intrinsic "+t+" exists, but is not available. Please file an issue!");return{alias:k,name:n,value:L}}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),k=n.length>0?n[0]:"",L=getBaseIntrinsic("%"+k+"%",y),$=L.name,j=L.value,V=!1,z=L.alias;z&&(k=z[0],$spliceApply(n,$concat([0,1],z)));for(var re=1,ie=!0;re<n.length;re+=1){var oe=n[re],ue=$strSlice(oe,0,1),de=$strSlice(oe,-1);if((ue==='"'||ue==="'"||ue==="`"||de==='"'||de==="'"||de==="`")&&ue!==de)throw new $SyntaxError$1("property names with quotes must have matching quotes");if((oe==="constructor"||!ie)&&(V=!0),k+="."+oe,$="%"+k+"%",hasOwn(INTRINSICS,$))j=INTRINSICS[$];else if(j!=null){if(!(oe 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 pe=$gOPD$1(j,oe);ie=!!pe,ie&&"get"in pe&&!("originalValue"in pe.get)?j=pe.get:j=j[oe]}else ie=hasOwn(j,oe),j=j[oe];ie&&!V&&(INTRINSICS[$]=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 k=arguments.length>3?arguments[3]:null,L=arguments.length>4?arguments[4]:null,$=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:$===null&&V?V.configurable:!$,enumerable:k===null&&V?V.enumerable:!k,value:n,writable:L===null&&V?V.writable:!L});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],k=!0,L=!0;if("length"in t&&gOPD$1){var $=gOPD$1(t,"length");$&&!$.configurable&&(k=!1),$&&!$.writable&&(L=!1)}return(k||L||!n)&&(hasDescriptors?define(t,"length",y,!0,!0):define(t,"length",y)),t};(function(e){var t=functionBind,y=getIntrinsic,n=setFunctionLength,k=type,L=y("%Function.prototype.apply%"),$=y("%Function.prototype.call%"),j=y("%Reflect.apply%",!0)||t.call($,L),V=requireEsDefineProperty(),z=y("%Math.max%");e.exports=function(oe){if(typeof oe!="function")throw new k("a function is required");var ue=j(t,$,arguments);return n(ue,1+z(0,oe.length-(arguments.length-1)),!0)};var re=function(){return j(t,L,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 k=0,L=t.length;k<L;k++)hasOwnProperty$1.call(t,k)&&(n==null?y(t[k],k,t):y.call(n,t[k],k,t))},forEachString=function(t,y,n){for(var k=0,L=t.length;k<L;k++)n==null?y(t.charAt(k),k,t):y.call(n,t.charAt(k),k,t)},forEachObject=function(t,y,n){for(var k in t)hasOwnProperty$1.call(t,k)&&(n==null?y(t[k],k,t):y.call(n,t[k],k,t))},forEach$2=function(t,y,n){if(!isCallable(y))throw new TypeError("iterator must be a function");var k;arguments.length>=3&&(k=n),toStr.call(t)==="[object Array]"?forEachArray(t,y,k):typeof t=="string"?forEachString(t,y,k):forEachObject(t,y,k)},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 k=getPrototypeOf$1(y);n=gOPD(k,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,k){if(!y)try{"$"+n(t)===k&&(y=$slice(k,1))}catch{}}),y},trySlices=function(t){var y=!1;return forEach$1(cache,function(n,k){if(!y)try{n(t),y=$slice(k,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,k=isTypedArray$1;function L(Rr){return Rr.call.bind(Rr)}var $=typeof BigInt<"u",j=typeof Symbol<"u",V=L(Object.prototype.toString),z=L(Number.prototype.valueOf),re=L(String.prototype.valueOf),ie=L(Boolean.prototype.valueOf);if($)var oe=L(BigInt.prototype.valueOf);if(j)var ue=L(Symbol.prototype.valueOf);function de(Rr,Wr){if(typeof Rr!="object")return!1;try{return Wr(Rr),!0}catch{return!1}}e.isArgumentsObject=t,e.isGeneratorFunction=y,e.isTypedArray=k;function pe(Rr){return typeof Promise<"u"&&Rr instanceof Promise||Rr!==null&&typeof Rr=="object"&&typeof Rr.then=="function"&&typeof Rr.catch=="function"}e.isPromise=pe;function Ie(Rr){return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?ArrayBuffer.isView(Rr):k(Rr)||yr(Rr)}e.isArrayBufferView=Ie;function he(Rr){return n(Rr)==="Uint8Array"}e.isUint8Array=he;function Ce(Rr){return n(Rr)==="Uint8ClampedArray"}e.isUint8ClampedArray=Ce;function _e(Rr){return n(Rr)==="Uint16Array"}e.isUint16Array=_e;function Ne(Rr){return n(Rr)==="Uint32Array"}e.isUint32Array=Ne;function Fe(Rr){return n(Rr)==="Int8Array"}e.isInt8Array=Fe;function Ue(Rr){return n(Rr)==="Int16Array"}e.isInt16Array=Ue;function kt(Rr){return n(Rr)==="Int32Array"}e.isInt32Array=kt;function Et(Rr){return n(Rr)==="Float32Array"}e.isFloat32Array=Et;function Ve(Rr){return n(Rr)==="Float64Array"}e.isFloat64Array=Ve;function qe(Rr){return n(Rr)==="BigInt64Array"}e.isBigInt64Array=qe;function jt(Rr){return n(Rr)==="BigUint64Array"}e.isBigUint64Array=jt;function tr(Rr){return V(Rr)==="[object Map]"}tr.working=typeof Map<"u"&&tr(new Map);function rr(Rr){return typeof Map>"u"?!1:tr.working?tr(Rr):Rr instanceof Map}e.isMap=rr;function ar(Rr){return V(Rr)==="[object Set]"}ar.working=typeof Set<"u"&&ar(new Set);function nr(Rr){return typeof Set>"u"?!1:ar.working?ar(Rr):Rr instanceof Set}e.isSet=nr;function ur(Rr){return V(Rr)==="[object WeakMap]"}ur.working=typeof WeakMap<"u"&&ur(new WeakMap);function cr(Rr){return typeof WeakMap>"u"?!1:ur.working?ur(Rr):Rr instanceof WeakMap}e.isWeakMap=cr;function _r(Rr){return V(Rr)==="[object WeakSet]"}_r.working=typeof WeakSet<"u"&&_r(new WeakSet);function hr(Rr){return _r(Rr)}e.isWeakSet=hr;function Er(Rr){return V(Rr)==="[object ArrayBuffer]"}Er.working=typeof ArrayBuffer<"u"&&Er(new ArrayBuffer);function kr(Rr){return typeof ArrayBuffer>"u"?!1:Er.working?Er(Rr):Rr instanceof ArrayBuffer}e.isArrayBuffer=kr;function xr(Rr){return V(Rr)==="[object DataView]"}xr.working=typeof ArrayBuffer<"u"&&typeof DataView<"u"&&xr(new DataView(new ArrayBuffer(1),0,1));function yr(Rr){return typeof DataView>"u"?!1:xr.working?xr(Rr):Rr instanceof DataView}e.isDataView=yr;var br=typeof SharedArrayBuffer<"u"?SharedArrayBuffer:void 0;function Ir(Rr){return V(Rr)==="[object SharedArrayBuffer]"}function Mr(Rr){return typeof br>"u"?!1:(typeof Ir.working>"u"&&(Ir.working=Ir(new br)),Ir.working?Ir(Rr):Rr instanceof br)}e.isSharedArrayBuffer=Mr;function mr(Rr){return V(Rr)==="[object AsyncFunction]"}e.isAsyncFunction=mr;function gr(Rr){return V(Rr)==="[object Map Iterator]"}e.isMapIterator=gr;function jr(Rr){return V(Rr)==="[object Set Iterator]"}e.isSetIterator=jr;function Hr(Rr){return V(Rr)==="[object Generator]"}e.isGeneratorObject=Hr;function Vr(Rr){return V(Rr)==="[object WebAssembly.Module]"}e.isWebAssemblyCompiledModule=Vr;function zr(Rr){return de(Rr,z)}e.isNumberObject=zr;function Sr(Rr){return de(Rr,re)}e.isStringObject=Sr;function Tr(Rr){return de(Rr,ie)}e.isBooleanObject=Tr;function Br(Rr){return $&&de(Rr,oe)}e.isBigIntObject=Br;function vr(Rr){return j&&de(Rr,ue)}e.isSymbolObject=vr;function Cr(Rr){return zr(Rr)||Sr(Rr)||Tr(Rr)||Br(Rr)||vr(Rr)}e.isBoxedPrimitive=Cr;function Dr(Rr){return typeof Uint8Array<"u"&&(kr(Rr)||Mr(Rr))}e.isAnyArrayBuffer=Dr,["isProxy","isExternal","isModuleNamespaceObject"].forEach(function(Rr){Object.defineProperty(e,Rr,{enumerable:!1,value:function(){throw new Error(Rr+" 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_ce00252a-e499-4a13-af17-167840600a6b",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_ce00252a-e499-4a13-af17-167840600a6b",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:"590",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:19655",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:"10470992626",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"4b3d261ecb674f4733a36d0a1923b06d49c21cc8",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_9f974113-0da2-416b-ad1d-84e682dae06b",INVOCATION_ID:"592892fae4f949dbac24949f1a5e4c2e",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:"382",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 6",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:"4b3d261ecb674f4733a36d0a1923b06d49c21cc8",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_ce00252a-e499-4a13-af17-167840600a6b",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_ce00252a-e499-4a13-af17-167840600a6b",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_ce00252a-e499-4a13-af17-167840600a6b",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:2078,ppid:2077,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(Ir){for(var Mr=Object.keys(Ir),mr={},gr=0;gr<Mr.length;gr++)mr[Mr[gr]]=Object.getOwnPropertyDescriptor(Ir,Mr[gr]);return mr},k=/%[sdj%]/g;e.format=function(br){if(!kt(br)){for(var Ir=[],Mr=0;Mr<arguments.length;Mr++)Ir.push(V(arguments[Mr]));return Ir.join(" ")}for(var Mr=1,mr=arguments,gr=mr.length,jr=String(br).replace(k,function(Vr){if(Vr==="%%")return"%";if(Mr>=gr)return Vr;switch(Vr){case"%s":return String(mr[Mr++]);case"%d":return Number(mr[Mr++]);case"%j":try{return JSON.stringify(mr[Mr++])}catch{return"[Circular]"}default:return Vr}}),Hr=mr[Mr];Mr<gr;Hr=mr[++Mr])Ne(Hr)||!jt(Hr)?jr+=" "+Hr:jr+=" "+V(Hr);return jr},e.deprecate=function(br,Ir){if(typeof t<"u"&&t.noDeprecation===!0)return br;if(typeof t>"u")return function(){return e.deprecate(br,Ir).apply(this,arguments)};var Mr=!1;function mr(){if(!Mr){if(t.throwDeprecation)throw new Error(Ir);t.traceDeprecation?console.trace(Ir):console.error(Ir),Mr=!0}return br.apply(this,arguments)}return mr};var L={},$=/^$/;if(y.NODE_DEBUG){var j=y.NODE_DEBUG;j=j.replace(/[|\\{}()[\]^$+?.]/g,"\\$&").replace(/\*/g,".*").replace(/,/g,"$|^").toUpperCase(),$=new RegExp("^"+j+"$","i")}e.debuglog=function(br){if(br=br.toUpperCase(),!L[br])if($.test(br)){var Ir=t.pid;L[br]=function(){var Mr=e.format.apply(e,arguments);console.error("%s %d: %s",br,Ir,Mr)}}else L[br]=function(){};return L[br]};function V(br,Ir){var Mr={seen:[],stylize:re};return arguments.length>=3&&(Mr.depth=arguments[2]),arguments.length>=4&&(Mr.colors=arguments[3]),_e(Ir)?Mr.showHidden=Ir:Ir&&e._extend(Mr,Ir),Ve(Mr.showHidden)&&(Mr.showHidden=!1),Ve(Mr.depth)&&(Mr.depth=2),Ve(Mr.colors)&&(Mr.colors=!1),Ve(Mr.customInspect)&&(Mr.customInspect=!0),Mr.colors&&(Mr.stylize=z),oe(Mr,br,Mr.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(br,Ir){var Mr=V.styles[Ir];return Mr?"\x1B["+V.colors[Mr][0]+"m"+br+"\x1B["+V.colors[Mr][1]+"m":br}function re(br,Ir){return br}function ie(br){var Ir={};return br.forEach(function(Mr,mr){Ir[Mr]=!0}),Ir}function oe(br,Ir,Mr){if(br.customInspect&&Ir&&ar(Ir.inspect)&&Ir.inspect!==e.inspect&&!(Ir.constructor&&Ir.constructor.prototype===Ir)){var mr=Ir.inspect(Mr,br);return kt(mr)||(mr=oe(br,mr,Mr)),mr}var gr=ue(br,Ir);if(gr)return gr;var jr=Object.keys(Ir),Hr=ie(jr);if(br.showHidden&&(jr=Object.getOwnPropertyNames(Ir)),rr(Ir)&&(jr.indexOf("message")>=0||jr.indexOf("description")>=0))return de(Ir);if(jr.length===0){if(ar(Ir)){var Vr=Ir.name?": "+Ir.name:"";return br.stylize("[Function"+Vr+"]","special")}if(qe(Ir))return br.stylize(RegExp.prototype.toString.call(Ir),"regexp");if(tr(Ir))return br.stylize(Date.prototype.toString.call(Ir),"date");if(rr(Ir))return de(Ir)}var zr="",Sr=!1,Tr=["{","}"];if(Ce(Ir)&&(Sr=!0,Tr=["[","]"]),ar(Ir)){var Br=Ir.name?": "+Ir.name:"";zr=" [Function"+Br+"]"}if(qe(Ir)&&(zr=" "+RegExp.prototype.toString.call(Ir)),tr(Ir)&&(zr=" "+Date.prototype.toUTCString.call(Ir)),rr(Ir)&&(zr=" "+de(Ir)),jr.length===0&&(!Sr||Ir.length==0))return Tr[0]+zr+Tr[1];if(Mr<0)return qe(Ir)?br.stylize(RegExp.prototype.toString.call(Ir),"regexp"):br.stylize("[Object]","special");br.seen.push(Ir);var vr;return Sr?vr=pe(br,Ir,Mr,Hr,jr):vr=jr.map(function(Cr){return Ie(br,Ir,Mr,Hr,Cr,Sr)}),br.seen.pop(),he(vr,zr,Tr)}function ue(br,Ir){if(Ve(Ir))return br.stylize("undefined","undefined");if(kt(Ir)){var Mr="'"+JSON.stringify(Ir).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return br.stylize(Mr,"string")}if(Ue(Ir))return br.stylize(""+Ir,"number");if(_e(Ir))return br.stylize(""+Ir,"boolean");if(Ne(Ir))return br.stylize("null","null")}function de(br){return"["+Error.prototype.toString.call(br)+"]"}function pe(br,Ir,Mr,mr,gr){for(var jr=[],Hr=0,Vr=Ir.length;Hr<Vr;++Hr)Er(Ir,String(Hr))?jr.push(Ie(br,Ir,Mr,mr,String(Hr),!0)):jr.push("");return gr.forEach(function(zr){zr.match(/^\d+$/)||jr.push(Ie(br,Ir,Mr,mr,zr,!0))}),jr}function Ie(br,Ir,Mr,mr,gr,jr){var Hr,Vr,zr;if(zr=Object.getOwnPropertyDescriptor(Ir,gr)||{value:Ir[gr]},zr.get?zr.set?Vr=br.stylize("[Getter/Setter]","special"):Vr=br.stylize("[Getter]","special"):zr.set&&(Vr=br.stylize("[Setter]","special")),Er(mr,gr)||(Hr="["+gr+"]"),Vr||(br.seen.indexOf(zr.value)<0?(Ne(Mr)?Vr=oe(br,zr.value,null):Vr=oe(br,zr.value,Mr-1),Vr.indexOf(`
`)>-1&&(jr?Vr=Vr.split(`
`).map(function(Sr){return" "+Sr}).join(`
`).slice(2):Vr=`
`+Vr.split(`
`).map(function(Sr){return" "+Sr}).join(`
`))):Vr=br.stylize("[Circular]","special")),Ve(Hr)){if(jr&&gr.match(/^\d+$/))return Vr;Hr=JSON.stringify(""+gr),Hr.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(Hr=Hr.slice(1,-1),Hr=br.stylize(Hr,"name")):(Hr=Hr.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),Hr=br.stylize(Hr,"string"))}return Hr+": "+Vr}function he(br,Ir,Mr){var mr=br.reduce(function(gr,jr){return jr.indexOf(`
`)>=0,gr+jr.replace(/\u001b\[\d\d?m/g,"").length+1},0);return mr>60?Mr[0]+(Ir===""?"":Ir+`
`)+" "+br.join(`,
`)+" "+Mr[1]:Mr[0]+Ir+" "+br.join(", ")+" "+Mr[1]}e.types=types;function Ce(br){return Array.isArray(br)}e.isArray=Ce;function _e(br){return typeof br=="boolean"}e.isBoolean=_e;function Ne(br){return br===null}e.isNull=Ne;function Fe(br){return br==null}e.isNullOrUndefined=Fe;function Ue(br){return typeof br=="number"}e.isNumber=Ue;function kt(br){return typeof br=="string"}e.isString=kt;function Et(br){return typeof br=="symbol"}e.isSymbol=Et;function Ve(br){return br===void 0}e.isUndefined=Ve;function qe(br){return jt(br)&&ur(br)==="[object RegExp]"}e.isRegExp=qe,e.types.isRegExp=qe;function jt(br){return typeof br=="object"&&br!==null}e.isObject=jt;function tr(br){return jt(br)&&ur(br)==="[object Date]"}e.isDate=tr,e.types.isDate=tr;function rr(br){return jt(br)&&(ur(br)==="[object Error]"||br instanceof Error)}e.isError=rr,e.types.isNativeError=rr;function ar(br){return typeof br=="function"}e.isFunction=ar;function nr(br){return br===null||typeof br=="boolean"||typeof br=="number"||typeof br=="string"||typeof br=="symbol"||typeof br>"u"}e.isPrimitive=nr,e.isBuffer=isBufferBrowser;function ur(br){return Object.prototype.toString.call(br)}function cr(br){return br<10?"0"+br.toString(10):br.toString(10)}var _r=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function hr(){var br=new Date,Ir=[cr(br.getHours()),cr(br.getMinutes()),cr(br.getSeconds())].join(":");return[br.getDate(),_r[br.getMonth()],Ir].join(" ")}e.log=function(){console.log("%s - %s",hr(),e.format.apply(e,arguments))},e.inherits=inherits_browserExports,e._extend=function(br,Ir){if(!Ir||!jt(Ir))return br;for(var Mr=Object.keys(Ir),mr=Mr.length;mr--;)br[Mr[mr]]=Ir[Mr[mr]];return br};function Er(br,Ir){return Object.prototype.hasOwnProperty.call(br,Ir)}var kr=typeof Symbol<"u"?Symbol("util.promisify.custom"):void 0;e.promisify=function(Ir){if(typeof Ir!="function")throw new TypeError('The "original" argument must be of type Function');if(kr&&Ir[kr]){var Mr=Ir[kr];if(typeof Mr!="function")throw new TypeError('The "util.promisify.custom" argument must be of type Function');return Object.defineProperty(Mr,kr,{value:Mr,enumerable:!1,writable:!1,configurable:!0}),Mr}function Mr(){for(var mr,gr,jr=new Promise(function(zr,Sr){mr=zr,gr=Sr}),Hr=[],Vr=0;Vr<arguments.length;Vr++)Hr.push(arguments[Vr]);Hr.push(function(zr,Sr){zr?gr(zr):mr(Sr)});try{Ir.apply(this,Hr)}catch(zr){gr(zr)}return jr}return Object.setPrototypeOf(Mr,Object.getPrototypeOf(Ir)),kr&&Object.defineProperty(Mr,kr,{value:Mr,enumerable:!1,writable:!1,configurable:!0}),Object.defineProperties(Mr,n(Ir))},e.promisify.custom=kr;function xr(br,Ir){if(!br){var Mr=new Error("Promise was rejected with a falsy value");Mr.reason=br,br=Mr}return Ir(br)}function yr(br){if(typeof br!="function")throw new TypeError('The "original" argument must be of type Function');function Ir(){for(var Mr=[],mr=0;mr<arguments.length;mr++)Mr.push(arguments[mr]);var gr=Mr.pop();if(typeof gr!="function")throw new TypeError("The last argument must be of type Function");var jr=this,Hr=function(){return gr.apply(jr,arguments)};br.apply(this,Mr).then(function(Vr){t.nextTick(Hr.bind(null,null,Vr))},function(Vr){t.nextTick(xr.bind(null,Vr,Hr))})}return Object.setPrototypeOf(Ir,Object.getPrototypeOf(br)),Object.defineProperties(Ir,n(br)),Ir}e.callbackify=yr})(util$5);var buffer_list,hasRequiredBuffer_list;function requireBuffer_list(){if(hasRequiredBuffer_list)return buffer_list;hasRequiredBuffer_list=1;function e(de,pe){var Ie=Object.keys(de);if(Object.getOwnPropertySymbols){var he=Object.getOwnPropertySymbols(de);pe&&(he=he.filter(function(Ce){return Object.getOwnPropertyDescriptor(de,Ce).enumerable})),Ie.push.apply(Ie,he)}return Ie}function t(de){for(var pe=1;pe<arguments.length;pe++){var Ie=arguments[pe]!=null?arguments[pe]:{};pe%2?e(Object(Ie),!0).forEach(function(he){y(de,he,Ie[he])}):Object.getOwnPropertyDescriptors?Object.defineProperties(de,Object.getOwnPropertyDescriptors(Ie)):e(Object(Ie)).forEach(function(he){Object.defineProperty(de,he,Object.getOwnPropertyDescriptor(Ie,he))})}return de}function y(de,pe,Ie){return pe=$(pe),pe in de?Object.defineProperty(de,pe,{value:Ie,enumerable:!0,configurable:!0,writable:!0}):de[pe]=Ie,de}function n(de,pe){if(!(de instanceof pe))throw new TypeError("Cannot call a class as a function")}function k(de,pe){for(var Ie=0;Ie<pe.length;Ie++){var he=pe[Ie];he.enumerable=he.enumerable||!1,he.configurable=!0,"value"in he&&(he.writable=!0),Object.defineProperty(de,$(he.key),he)}}function L(de,pe,Ie){return pe&&k(de.prototype,pe),Object.defineProperty(de,"prototype",{writable:!1}),de}function $(de){var pe=j(de,"string");return typeof pe=="symbol"?pe:String(pe)}function j(de,pe){if(typeof de!="object"||de===null)return de;var Ie=de[Symbol.toPrimitive];if(Ie!==void 0){var he=Ie.call(de,pe||"default");if(typeof he!="object")return he;throw new TypeError("@@toPrimitive must return a primitive value.")}return(pe==="string"?String:Number)(de)}var V=buffer,z=V.Buffer,re=util$5,ie=re.inspect,oe=ie&&ie.custom||"inspect";function ue(de,pe,Ie){z.prototype.copy.call(de,pe,Ie)}return buffer_list=function(){function de(){n(this,de),this.head=null,this.tail=null,this.length=0}return L(de,[{key:"push",value:function(Ie){var he={data:Ie,next:null};this.length>0?this.tail.next=he:this.head=he,this.tail=he,++this.length}},{key:"unshift",value:function(Ie){var he={data:Ie,next:this.head};this.length===0&&(this.tail=he),this.head=he,++this.length}},{key:"shift",value:function(){if(this.length!==0){var Ie=this.head.data;return this.length===1?this.head=this.tail=null:this.head=this.head.next,--this.length,Ie}}},{key:"clear",value:function(){this.head=this.tail=null,this.length=0}},{key:"join",value:function(Ie){if(this.length===0)return"";for(var he=this.head,Ce=""+he.data;he=he.next;)Ce+=Ie+he.data;return Ce}},{key:"concat",value:function(Ie){if(this.length===0)return z.alloc(0);for(var he=z.allocUnsafe(Ie>>>0),Ce=this.head,_e=0;Ce;)ue(Ce.data,he,_e),_e+=Ce.data.length,Ce=Ce.next;return he}},{key:"consume",value:function(Ie,he){var Ce;return Ie<this.head.data.length?(Ce=this.head.data.slice(0,Ie),this.head.data=this.head.data.slice(Ie)):Ie===this.head.data.length?Ce=this.shift():Ce=he?this._getString(Ie):this._getBuffer(Ie),Ce}},{key:"first",value:function(){return this.head.data}},{key:"_getString",value:function(Ie){var he=this.head,Ce=1,_e=he.data;for(Ie-=_e.length;he=he.next;){var Ne=he.data,Fe=Ie>Ne.length?Ne.length:Ie;if(Fe===Ne.length?_e+=Ne:_e+=Ne.slice(0,Ie),Ie-=Fe,Ie===0){Fe===Ne.length?(++Ce,he.next?this.head=he.next:this.head=this.tail=null):(this.head=he,he.data=Ne.slice(Fe));break}++Ce}return this.length-=Ce,_e}},{key:"_getBuffer",value:function(Ie){var he=z.allocUnsafe(Ie),Ce=this.head,_e=1;for(Ce.data.copy(he),Ie-=Ce.data.length;Ce=Ce.next;){var Ne=Ce.data,Fe=Ie>Ne.length?Ne.length:Ie;if(Ne.copy(he,he.length-Ie,0,Fe),Ie-=Fe,Ie===0){Fe===Ne.length?(++_e,Ce.next?this.head=Ce.next:this.head=this.tail=null):(this.head=Ce,Ce.data=Ne.slice(Fe));break}++_e}return this.length-=_e,he}},{key:oe,value:function(Ie,he){return ie(this,t(t({},he),{},{depth:0,customInspect:!1}))}}]),de}(),buffer_list}var 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_ce00252a-e499-4a13-af17-167840600a6b",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_ce00252a-e499-4a13-af17-167840600a6b",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:"590",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:19655",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:"10470992626",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"4b3d261ecb674f4733a36d0a1923b06d49c21cc8",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_9f974113-0da2-416b-ad1d-84e682dae06b",INVOCATION_ID:"592892fae4f949dbac24949f1a5e4c2e",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:"382",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 6",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:"4b3d261ecb674f4733a36d0a1923b06d49c21cc8",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_ce00252a-e499-4a13-af17-167840600a6b",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_ce00252a-e499-4a13-af17-167840600a6b",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_ce00252a-e499-4a13-af17-167840600a6b",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:2078,ppid:2077,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(e,t){var y=this,n=this._readableState&&this._readableState.destroyed,k=this._writableState&&this._writableState.destroyed;return n||k?(t?t(e):e&&(this._writableState?this._writableState.errorEmitted||(this._writableState.errorEmitted=!0,define_process_default$7.nextTick(emitErrorNT,this,e)):define_process_default$7.nextTick(emitErrorNT,this,e)),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(e||null,function(L){!t&&L?y._writableState?y._writableState.errorEmitted?define_process_default$7.nextTick(emitCloseNT,y):(y._writableState.errorEmitted=!0,define_process_default$7.nextTick(emitErrorAndCloseNT,y,L)):define_process_default$7.nextTick(emitErrorAndCloseNT,y,L):t?(define_process_default$7.nextTick(emitCloseNT,y),t(L)):define_process_default$7.nextTick(emitCloseNT,y)}),this)}function emitErrorAndCloseNT(e,t){emitErrorNT(e,t),emitCloseNT(e)}function emitCloseNT(e){e._writableState&&!e._writableState.emitClose||e._readableState&&!e._readableState.emitClose||e.emit("close")}function undestroy(){this._readableState&&(this._readableState.destroyed=!1,this._readableState.reading=!1,this._readableState.ended=!1,this._readableState.endEmitted=!1),this._writableState&&(this._writableState.destroyed=!1,this._writableState.ended=!1,this._writableState.ending=!1,this._writableState.finalCalled=!1,this._writableState.prefinished=!1,this._writableState.finished=!1,this._writableState.errorEmitted=!1)}function emitErrorNT(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={destroy,undestroy,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(L,$,j){return typeof t=="string"?t:t(L,$,j)}var k=function(L){_inheritsLoose($,L);function $(j,V,z){return L.call(this,n(j,V,z))||this}return $}(y);k.prototype.name=y.name,k.prototype.code=e,codes[e]=k}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 k;if(endsWith$1(e," argument"))k="The ".concat(e," ").concat(n," ").concat(oneOf(t,"type"));else{var L=includes(e,".")?"property":"argument";k='The "'.concat(e,'" ').concat(L," ").concat(n," ").concat(oneOf(t,"type"))}return k+=". Received type ".concat(typeof y),k},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 k=highWaterMarkFrom(t,n,y);if(k!=null){if(!(isFinite(k)&&Math.floor(k)===k)||k<0){var L=n?y:"highWaterMark";throw new ERR_INVALID_OPT_VALUE(L,k)}return Math.floor(k)}return e.objectMode?16:16*1024}var state={getHighWaterMark},browser=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,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_ce00252a-e499-4a13-af17-167840600a6b",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_ce00252a-e499-4a13-af17-167840600a6b",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:"590",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:19655",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:"10470992626",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"4b3d261ecb674f4733a36d0a1923b06d49c21cc8",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_9f974113-0da2-416b-ad1d-84e682dae06b",INVOCATION_ID:"592892fae4f949dbac24949f1a5e4c2e",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:"382",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 6",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:"4b3d261ecb674f4733a36d0a1923b06d49c21cc8",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_ce00252a-e499-4a13-af17-167840600a6b",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_ce00252a-e499-4a13-af17-167840600a6b",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_ce00252a-e499-4a13-af17-167840600a6b",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:2078,ppid:2077,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=Ve;function t(mr){var gr=this;this.next=null,this.entry=null,this.finish=function(){Mr(gr,mr)}}var y;Ve.WritableState=kt;var n={deprecate:browser},k=streamBrowser,L=buffer.Buffer,$=(typeof commonjsGlobal<"u"?commonjsGlobal:typeof window<"u"?window:typeof self<"u"?self:{}).Uint8Array||function(){};function j(mr){return L.from(mr)}function V(mr){return L.isBuffer(mr)||mr instanceof $}var z=destroy_1,re=state,ie=re.getHighWaterMark,oe=errorsBrowser.codes,ue=oe.ERR_INVALID_ARG_TYPE,de=oe.ERR_METHOD_NOT_IMPLEMENTED,pe=oe.ERR_MULTIPLE_CALLBACK,Ie=oe.ERR_STREAM_CANNOT_PIPE,he=oe.ERR_STREAM_DESTROYED,Ce=oe.ERR_STREAM_NULL_VALUES,_e=oe.ERR_STREAM_WRITE_AFTER_END,Ne=oe.ERR_UNKNOWN_ENCODING,Fe=z.errorOrDestroy;inherits_browserExports(Ve,k);function Ue(){}function kt(mr,gr,jr){y=y||require_stream_duplex(),mr=mr||{},typeof jr!="boolean"&&(jr=gr instanceof y),this.objectMode=!!mr.objectMode,jr&&(this.objectMode=this.objectMode||!!mr.writableObjectMode),this.highWaterMark=ie(this,mr,"writableHighWaterMark",jr),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var Hr=mr.decodeStrings===!1;this.decodeStrings=!Hr,this.defaultEncoding=mr.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(Vr){cr(gr,Vr)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.emitClose=mr.emitClose!==!1,this.autoDestroy=!!mr.autoDestroy,this.bufferedRequestCount=0,this.corkedRequestsFree=new t(this)}kt.prototype.getBuffer=function(){for(var gr=this.bufferedRequest,jr=[];gr;)jr.push(gr),gr=gr.next;return jr},function(){try{Object.defineProperty(kt.prototype,"buffer",{get:n.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch{}}();var Et;typeof Symbol=="function"&&Symbol.hasInstance&&typeof Function.prototype[Symbol.hasInstance]=="function"?(Et=Function.prototype[Symbol.hasInstance],Object.defineProperty(Ve,Symbol.hasInstance,{value:function(gr){return Et.call(this,gr)?!0:this!==Ve?!1:gr&&gr._writableState instanceof kt}})):Et=function(gr){return gr instanceof this};function Ve(mr){y=y||require_stream_duplex();var gr=this instanceof y;if(!gr&&!Et.call(Ve,this))return new Ve(mr);this._writableState=new kt(mr,this,gr),this.writable=!0,mr&&(typeof mr.write=="function"&&(this._write=mr.write),typeof mr.writev=="function"&&(this._writev=mr.writev),typeof mr.destroy=="function"&&(this._destroy=mr.destroy),typeof mr.final=="function"&&(this._final=mr.final)),k.call(this)}Ve.prototype.pipe=function(){Fe(this,new Ie)};function qe(mr,gr){var jr=new _e;Fe(mr,jr),e.nextTick(gr,jr)}function jt(mr,gr,jr,Hr){var Vr;return jr===null?Vr=new Ce:typeof jr!="string"&&!gr.objectMode&&(Vr=new ue("chunk",["string","Buffer"],jr)),Vr?(Fe(mr,Vr),e.nextTick(Hr,Vr),!1):!0}Ve.prototype.write=function(mr,gr,jr){var Hr=this._writableState,Vr=!1,zr=!Hr.objectMode&&V(mr);return zr&&!L.isBuffer(mr)&&(mr=j(mr)),typeof gr=="function"&&(jr=gr,gr=null),zr?gr="buffer":gr||(gr=Hr.defaultEncoding),typeof jr!="function"&&(jr=Ue),Hr.ending?qe(this,jr):(zr||jt(this,Hr,mr,jr))&&(Hr.pendingcb++,Vr=rr(this,Hr,zr,mr,gr,jr)),Vr},Ve.prototype.cork=function(){this._writableState.corked++},Ve.prototype.uncork=function(){var mr=this._writableState;mr.corked&&(mr.corked--,!mr.writing&&!mr.corked&&!mr.bufferProcessing&&mr.bufferedRequest&&Er(this,mr))},Ve.prototype.setDefaultEncoding=function(gr){if(typeof gr=="string"&&(gr=gr.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((gr+"").toLowerCase())>-1))throw new Ne(gr);return this._writableState.defaultEncoding=gr,this},Object.defineProperty(Ve.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}});function tr(mr,gr,jr){return!mr.objectMode&&mr.decodeStrings!==!1&&typeof gr=="string"&&(gr=L.from(gr,jr)),gr}Object.defineProperty(Ve.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}});function rr(mr,gr,jr,Hr,Vr,zr){if(!jr){var Sr=tr(gr,Hr,Vr);Hr!==Sr&&(jr=!0,Vr="buffer",Hr=Sr)}var Tr=gr.objectMode?1:Hr.length;gr.length+=Tr;var Br=gr.length<gr.highWaterMark;if(Br||(gr.needDrain=!0),gr.writing||gr.corked){var vr=gr.lastBufferedRequest;gr.lastBufferedRequest={chunk:Hr,encoding:Vr,isBuf:jr,callback:zr,next:null},vr?vr.next=gr.lastBufferedRequest:gr.bufferedRequest=gr.lastBufferedRequest,gr.bufferedRequestCount+=1}else ar(mr,gr,!1,Tr,Hr,Vr,zr);return Br}function ar(mr,gr,jr,Hr,Vr,zr,Sr){gr.writelen=Hr,gr.writecb=Sr,gr.writing=!0,gr.sync=!0,gr.destroyed?gr.onwrite(new he("write")):jr?mr._writev(Vr,gr.onwrite):mr._write(Vr,zr,gr.onwrite),gr.sync=!1}function nr(mr,gr,jr,Hr,Vr){--gr.pendingcb,jr?(e.nextTick(Vr,Hr),e.nextTick(br,mr,gr),mr._writableState.errorEmitted=!0,Fe(mr,Hr)):(Vr(Hr),mr._writableState.errorEmitted=!0,Fe(mr,Hr),br(mr,gr))}function ur(mr){mr.writing=!1,mr.writecb=null,mr.length-=mr.writelen,mr.writelen=0}function cr(mr,gr){var jr=mr._writableState,Hr=jr.sync,Vr=jr.writecb;if(typeof Vr!="function")throw new pe;if(ur(jr),gr)nr(mr,jr,Hr,gr,Vr);else{var zr=kr(jr)||mr.destroyed;!zr&&!jr.corked&&!jr.bufferProcessing&&jr.bufferedRequest&&Er(mr,jr),Hr?e.nextTick(_r,mr,jr,zr,Vr):_r(mr,jr,zr,Vr)}}function _r(mr,gr,jr,Hr){jr||hr(mr,gr),gr.pendingcb--,Hr(),br(mr,gr)}function hr(mr,gr){gr.length===0&&gr.needDrain&&(gr.needDrain=!1,mr.emit("drain"))}function Er(mr,gr){gr.bufferProcessing=!0;var jr=gr.bufferedRequest;if(mr._writev&&jr&&jr.next){var Hr=gr.bufferedRequestCount,Vr=new Array(Hr),zr=gr.corkedRequestsFree;zr.entry=jr;for(var Sr=0,Tr=!0;jr;)Vr[Sr]=jr,jr.isBuf||(Tr=!1),jr=jr.next,Sr+=1;Vr.allBuffers=Tr,ar(mr,gr,!0,gr.length,Vr,"",zr.finish),gr.pendingcb++,gr.lastBufferedRequest=null,zr.next?(gr.corkedRequestsFree=zr.next,zr.next=null):gr.corkedRequestsFree=new t(gr),gr.bufferedRequestCount=0}else{for(;jr;){var Br=jr.chunk,vr=jr.encoding,Cr=jr.callback,Dr=gr.objectMode?1:Br.length;if(ar(mr,gr,!1,Dr,Br,vr,Cr),jr=jr.next,gr.bufferedRequestCount--,gr.writing)break}jr===null&&(gr.lastBufferedRequest=null)}gr.bufferedRequest=jr,gr.bufferProcessing=!1}Ve.prototype._write=function(mr,gr,jr){jr(new de("_write()"))},Ve.prototype._writev=null,Ve.prototype.end=function(mr,gr,jr){var Hr=this._writableState;return typeof mr=="function"?(jr=mr,mr=null,gr=null):typeof gr=="function"&&(jr=gr,gr=null),mr!=null&&this.write(mr,gr),Hr.corked&&(Hr.corked=1,this.uncork()),Hr.ending||Ir(this,Hr,jr),this},Object.defineProperty(Ve.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}});function kr(mr){return mr.ending&&mr.length===0&&mr.bufferedRequest===null&&!mr.finished&&!mr.writing}function xr(mr,gr){mr._final(function(jr){gr.pendingcb--,jr&&Fe(mr,jr),gr.prefinished=!0,mr.emit("prefinish"),br(mr,gr)})}function yr(mr,gr){!gr.prefinished&&!gr.finalCalled&&(typeof mr._final=="function"&&!gr.destroyed?(gr.pendingcb++,gr.finalCalled=!0,e.nextTick(xr,mr,gr)):(gr.prefinished=!0,mr.emit("prefinish")))}function br(mr,gr){var jr=kr(gr);if(jr&&(yr(mr,gr),gr.pendingcb===0&&(gr.finished=!0,mr.emit("finish"),gr.autoDestroy))){var Hr=mr._readableState;(!Hr||Hr.autoDestroy&&Hr.endEmitted)&&mr.destroy()}return jr}function Ir(mr,gr,jr){gr.ending=!0,br(mr,gr),jr&&(gr.finished?e.nextTick(jr):mr.once("finish",jr)),gr.ended=!0,mr.writable=!1}function Mr(mr,gr,jr){var Hr=mr.entry;for(mr.entry=null;Hr;){var Vr=Hr.callback;gr.pendingcb--,Vr(jr),Hr=Hr.next}gr.corkedRequestsFree.next=mr}return Object.defineProperty(Ve.prototype,"destroyed",{enumerable:!1,get:function(){return this._writableState===void 0?!1:this._writableState.destroyed},set:function(gr){this._writableState&&(this._writableState.destroyed=gr)}}),Ve.prototype.destroy=z.destroy,Ve.prototype._undestroy=z.undestroy,Ve.prototype._destroy=function(mr,gr){gr(mr)},_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={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_ce00252a-e499-4a13-af17-167840600a6b",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_ce00252a-e499-4a13-af17-167840600a6b",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:"590",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:19655",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:"10470992626",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"4b3d261ecb674f4733a36d0a1923b06d49c21cc8",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_9f974113-0da2-416b-ad1d-84e682dae06b",INVOCATION_ID:"592892fae4f949dbac24949f1a5e4c2e",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:"382",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 6",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:"4b3d261ecb674f4733a36d0a1923b06d49c21cc8",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_ce00252a-e499-4a13-af17-167840600a6b",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_ce00252a-e499-4a13-af17-167840600a6b",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_ce00252a-e499-4a13-af17-167840600a6b",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:2078,ppid:2077,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 ie=[];for(var oe in re)ie.push(oe);return ie};_stream_duplex=j;var y=require_stream_readable(),n=require_stream_writable();inherits_browserExports(j,y);for(var k=t(n.prototype),L=0;L<k.length;L++){var $=k[L];j.prototype[$]||(j.prototype[$]=n.prototype[$])}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(ie){this._readableState===void 0||this._writableState===void 0||(this._readableState.destroyed=ie,this._writableState.destroyed=ie)}}),_stream_duplex}var string_decoder={},safeBuffer={exports:{}};/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */var hasRequiredSafeBuffer;function requireSafeBuffer(){return hasRequiredSafeBuffer||(hasRequiredSafeBuffer=1,function(e,t){var y=buffer,n=y.Buffer;function k($,j){for(var V in $)j[V]=$[V]}n.from&&n.alloc&&n.allocUnsafe&&n.allocUnsafeSlow?e.exports=y:(k(y,t),t.Buffer=L);function L($,j,V){return n($,j,V)}L.prototype=Object.create(n.prototype),k(n,L),L.from=function($,j,V){if(typeof $=="number")throw new TypeError("Argument must not be a number");return n($,j,V)},L.alloc=function($,j,V){if(typeof $!="number")throw new TypeError("Argument must be a number");var z=n($);return j!==void 0?typeof V=="string"?z.fill(j,V):z.fill(j):z.fill(0),z},L.allocUnsafe=function($){if(typeof $!="number")throw new TypeError("Argument must be a number");return n($)},L.allocUnsafeSlow=function($){if(typeof $!="number")throw new TypeError("Argument must be a number");return y.SlowBuffer($)}}(safeBuffer,safeBuffer.exports)),safeBuffer.exports}var hasRequiredString_decoder;function requireString_decoder(){if(hasRequiredString_decoder)return string_decoder;hasRequiredString_decoder=1;var e=requireSafeBuffer().Buffer,t=e.isEncoding||function(he){switch(he=""+he,he&&he.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(he){if(!he)return"utf8";for(var Ce;;)switch(he){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 he;default:if(Ce)return;he=(""+he).toLowerCase(),Ce=!0}}function n(he){var Ce=y(he);if(typeof Ce!="string"&&(e.isEncoding===t||!t(he)))throw new Error("Unknown encoding: "+he);return Ce||he}string_decoder.StringDecoder=k;function k(he){this.encoding=n(he);var Ce;switch(this.encoding){case"utf16le":this.text=ie,this.end=oe,Ce=4;break;case"utf8":this.fillLast=V,Ce=4;break;case"base64":this.text=ue,this.end=de,Ce=3;break;default:this.write=pe,this.end=Ie;return}this.lastNeed=0,this.lastTotal=0,this.lastChar=e.allocUnsafe(Ce)}k.prototype.write=function(he){if(he.length===0)return"";var Ce,_e;if(this.lastNeed){if(Ce=this.fillLast(he),Ce===void 0)return"";_e=this.lastNeed,this.lastNeed=0}else _e=0;return _e<he.length?Ce?Ce+this.text(he,_e):this.text(he,_e):Ce||""},k.prototype.end=re,k.prototype.text=z,k.prototype.fillLast=function(he){if(this.lastNeed<=he.length)return he.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);he.copy(this.lastChar,this.lastTotal-this.lastNeed,0,he.length),this.lastNeed-=he.length};function L(he){return he<=127?0:he>>5===6?2:he>>4===14?3:he>>3===30?4:he>>6===2?-1:-2}function $(he,Ce,_e){var Ne=Ce.length-1;if(Ne<_e)return 0;var Fe=L(Ce[Ne]);return Fe>=0?(Fe>0&&(he.lastNeed=Fe-1),Fe):--Ne<_e||Fe===-2?0:(Fe=L(Ce[Ne]),Fe>=0?(Fe>0&&(he.lastNeed=Fe-2),Fe):--Ne<_e||Fe===-2?0:(Fe=L(Ce[Ne]),Fe>=0?(Fe>0&&(Fe===2?Fe=0:he.lastNeed=Fe-3),Fe):0))}function j(he,Ce,_e){if((Ce[0]&192)!==128)return he.lastNeed=0,"<22>";if(he.lastNeed>1&&Ce.length>1){if((Ce[1]&192)!==128)return he.lastNeed=1,"<22>";if(he.lastNeed>2&&Ce.length>2&&(Ce[2]&192)!==128)return he.lastNeed=2,"<22>"}}function V(he){var Ce=this.lastTotal-this.lastNeed,_e=j(this,he);if(_e!==void 0)return _e;if(this.lastNeed<=he.length)return he.copy(this.lastChar,Ce,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);he.copy(this.lastChar,Ce,0,he.length),this.lastNeed-=he.length}function z(he,Ce){var _e=$(this,he,Ce);if(!this.lastNeed)return he.toString("utf8",Ce);this.lastTotal=_e;var Ne=he.length-(_e-this.lastNeed);return he.copy(this.lastChar,0,Ne),he.toString("utf8",Ce,Ne)}function re(he){var Ce=he&&he.length?this.write(he):"";return this.lastNeed?Ce+"<22>":Ce}function ie(he,Ce){if((he.length-Ce)%2===0){var _e=he.toString("utf16le",Ce);if(_e){var Ne=_e.charCodeAt(_e.length-1);if(Ne>=55296&&Ne<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=he[he.length-2],this.lastChar[1]=he[he.length-1],_e.slice(0,-1)}return _e}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=he[he.length-1],he.toString("utf16le",Ce,he.length-1)}function oe(he){var Ce=he&&he.length?this.write(he):"";if(this.lastNeed){var _e=this.lastTotal-this.lastNeed;return Ce+this.lastChar.toString("utf16le",0,_e)}return Ce}function ue(he,Ce){var _e=(he.length-Ce)%3;return _e===0?he.toString("base64",Ce):(this.lastNeed=3-_e,this.lastTotal=3,_e===1?this.lastChar[0]=he[he.length-1]:(this.lastChar[0]=he[he.length-2],this.lastChar[1]=he[he.length-1]),he.toString("base64",Ce,he.length-_e))}function de(he){var Ce=he&&he.length?this.write(he):"";return this.lastNeed?Ce+this.lastChar.toString("base64",0,3-this.lastNeed):Ce}function pe(he){return he.toString(this.encoding)}function Ie(he){return he&&he.length?this.write(he):""}return string_decoder}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),k=0;k<y;k++)n[k]=arguments[k];e.apply(this,n)}}}function noop$2(){}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$2);var n=t.readable||t.readable!==!1&&e.readable,k=t.writable||t.writable!==!1&&e.writable,L=function(){e.writable||j()},$=e._writableState&&e._writableState.finished,j=function(){k=!1,$=!0,n||y.call(e)},V=e._readableState&&e._readableState.endEmitted,z=function(){n=!1,V=!0,k||y.call(e)},re=function(de){y.call(e,de)},ie=function(){var de;if(n&&!V)return(!e._readableState||!e._readableState.ended)&&(de=new ERR_STREAM_PREMATURE_CLOSE),y.call(e,de);if(k&&!$)return(!e._writableState||!e._writableState.ended)&&(de=new ERR_STREAM_PREMATURE_CLOSE),y.call(e,de)},oe=function(){e.req.on("finish",j)};return isRequest$2(e)?(e.on("complete",j),e.on("abort",ie),e.req?oe():e.on("request",oe)):k&&!e._writableState&&(e.on("end",L),e.on("close",L)),e.on("end",z),e.on("finish",j),t.error!==!1&&e.on("error",re),e.on("close",ie),function(){e.removeListener("complete",j),e.removeListener("abort",ie),e.removeListener("request",oe),e.req&&e.req.removeListener("finish",j),e.removeListener("end",L),e.removeListener("close",L),e.removeListener("finish",j),e.removeListener("end",z),e.removeListener("error",re),e.removeListener("close",ie)}}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_ce00252a-e499-4a13-af17-167840600a6b",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_ce00252a-e499-4a13-af17-167840600a6b",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:"590",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:19655",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:"10470992626",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"4b3d261ecb674f4733a36d0a1923b06d49c21cc8",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_9f974113-0da2-416b-ad1d-84e682dae06b",INVOCATION_ID:"592892fae4f949dbac24949f1a5e4c2e",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:"382",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 6",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:"4b3d261ecb674f4733a36d0a1923b06d49c21cc8",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_ce00252a-e499-4a13-af17-167840600a6b",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_ce00252a-e499-4a13-af17-167840600a6b",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_ce00252a-e499-4a13-af17-167840600a6b",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:2078,ppid:2077,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(Ne,Fe,Ue){return Fe=n(Fe),Fe in Ne?Object.defineProperty(Ne,Fe,{value:Ue,enumerable:!0,configurable:!0,writable:!0}):Ne[Fe]=Ue,Ne}function n(Ne){var Fe=k(Ne,"string");return typeof Fe=="symbol"?Fe:String(Fe)}function k(Ne,Fe){if(typeof Ne!="object"||Ne===null)return Ne;var Ue=Ne[Symbol.toPrimitive];if(Ue!==void 0){var kt=Ue.call(Ne,Fe||"default");if(typeof kt!="object")return kt;throw new TypeError("@@toPrimitive must return a primitive value.")}return(Fe==="string"?String:Number)(Ne)}var L=endOfStream,$=Symbol("lastResolve"),j=Symbol("lastReject"),V=Symbol("error"),z=Symbol("ended"),re=Symbol("lastPromise"),ie=Symbol("handlePromise"),oe=Symbol("stream");function ue(Ne,Fe){return{value:Ne,done:Fe}}function de(Ne){var Fe=Ne[$];if(Fe!==null){var Ue=Ne[oe].read();Ue!==null&&(Ne[re]=null,Ne[$]=null,Ne[j]=null,Fe(ue(Ue,!1)))}}function pe(Ne){e.nextTick(de,Ne)}function Ie(Ne,Fe){return function(Ue,kt){Ne.then(function(){if(Fe[z]){Ue(ue(void 0,!0));return}Fe[ie](Ue,kt)},kt)}}var he=Object.getPrototypeOf(function(){}),Ce=Object.setPrototypeOf((t={get stream(){return this[oe]},next:function(){var Fe=this,Ue=this[V];if(Ue!==null)return Promise.reject(Ue);if(this[z])return Promise.resolve(ue(void 0,!0));if(this[oe].destroyed)return new Promise(function(qe,jt){e.nextTick(function(){Fe[V]?jt(Fe[V]):qe(ue(void 0,!0))})});var kt=this[re],Et;if(kt)Et=new Promise(Ie(kt,this));else{var Ve=this[oe].read();if(Ve!==null)return Promise.resolve(ue(Ve,!1));Et=new Promise(this[ie])}return this[re]=Et,Et}},y(t,Symbol.asyncIterator,function(){return this}),y(t,"return",function(){var Fe=this;return new Promise(function(Ue,kt){Fe[oe].destroy(null,function(Et){if(Et){kt(Et);return}Ue(ue(void 0,!0))})})}),t),he),_e=function(Fe){var Ue,kt=Object.create(Ce,(Ue={},y(Ue,oe,{value:Fe,writable:!0}),y(Ue,$,{value:null,writable:!0}),y(Ue,j,{value:null,writable:!0}),y(Ue,V,{value:null,writable:!0}),y(Ue,z,{value:Fe._readableState.endEmitted,writable:!0}),y(Ue,ie,{value:function(Ve,qe){var jt=kt[oe].read();jt?(kt[re]=null,kt[$]=null,kt[j]=null,Ve(ue(jt,!1))):(kt[$]=Ve,kt[j]=qe)},writable:!0}),Ue));return kt[re]=null,L(Fe,function(Et){if(Et&&Et.code!=="ERR_STREAM_PREMATURE_CLOSE"){var Ve=kt[j];Ve!==null&&(kt[re]=null,kt[$]=null,kt[j]=null,Ve(Et)),kt[V]=Et;return}var qe=kt[$];qe!==null&&(kt[re]=null,kt[$]=null,kt[j]=null,qe(ue(void 0,!0))),kt[z]=!0}),Fe.on("readable",pe.bind(null,kt)),kt};return async_iterator=_e,async_iterator}var fromBrowser,hasRequiredFromBrowser;function requireFromBrowser(){return hasRequiredFromBrowser||(hasRequiredFromBrowser=1,fromBrowser=function(){throw new Error("Readable.from is not available in the browser")}),fromBrowser}var _stream_readable,hasRequired_stream_readable;function require_stream_readable(){if(hasRequired_stream_readable)return _stream_readable;hasRequired_stream_readable=1;var 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_ce00252a-e499-4a13-af17-167840600a6b",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_ce00252a-e499-4a13-af17-167840600a6b",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:"590",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:19655",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:"10470992626",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"4b3d261ecb674f4733a36d0a1923b06d49c21cc8",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_9f974113-0da2-416b-ad1d-84e682dae06b",INVOCATION_ID:"592892fae4f949dbac24949f1a5e4c2e",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:"382",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 6",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:"4b3d261ecb674f4733a36d0a1923b06d49c21cc8",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_ce00252a-e499-4a13-af17-167840600a6b",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_ce00252a-e499-4a13-af17-167840600a6b",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_ce00252a-e499-4a13-af17-167840600a6b",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:2078,ppid:2077,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=qe;var t;qe.ReadableState=Ve,eventsExports.EventEmitter;var y=function(Sr,Tr){return Sr.listeners(Tr).length},n=streamBrowser,k=buffer.Buffer,L=(typeof commonjsGlobal<"u"?commonjsGlobal:typeof window<"u"?window:typeof self<"u"?self:{}).Uint8Array||function(){};function $(zr){return k.from(zr)}function j(zr){return k.isBuffer(zr)||zr instanceof L}var V=util$5,z;V&&V.debuglog?z=V.debuglog("stream"):z=function(){};var re=requireBuffer_list(),ie=destroy_1,oe=state,ue=oe.getHighWaterMark,de=errorsBrowser.codes,pe=de.ERR_INVALID_ARG_TYPE,Ie=de.ERR_STREAM_PUSH_AFTER_EOF,he=de.ERR_METHOD_NOT_IMPLEMENTED,Ce=de.ERR_STREAM_UNSHIFT_AFTER_END_EVENT,_e,Ne,Fe;inherits_browserExports(qe,n);var Ue=ie.errorOrDestroy,kt=["error","close","destroy","pause","resume"];function Et(zr,Sr,Tr){if(typeof zr.prependListener=="function")return zr.prependListener(Sr,Tr);!zr._events||!zr._events[Sr]?zr.on(Sr,Tr):Array.isArray(zr._events[Sr])?zr._events[Sr].unshift(Tr):zr._events[Sr]=[Tr,zr._events[Sr]]}function Ve(zr,Sr,Tr){t=t||require_stream_duplex(),zr=zr||{},typeof Tr!="boolean"&&(Tr=Sr instanceof t),this.objectMode=!!zr.objectMode,Tr&&(this.objectMode=this.objectMode||!!zr.readableObjectMode),this.highWaterMark=ue(this,zr,"readableHighWaterMark",Tr),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=zr.emitClose!==!1,this.autoDestroy=!!zr.autoDestroy,this.destroyed=!1,this.defaultEncoding=zr.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,zr.encoding&&(_e||(_e=requireString_decoder().StringDecoder),this.decoder=new _e(zr.encoding),this.encoding=zr.encoding)}function qe(zr){if(t=t||require_stream_duplex(),!(this instanceof qe))return new qe(zr);var Sr=this instanceof t;this._readableState=new Ve(zr,this,Sr),this.readable=!0,zr&&(typeof zr.read=="function"&&(this._read=zr.read),typeof zr.destroy=="function"&&(this._destroy=zr.destroy)),n.call(this)}Object.defineProperty(qe.prototype,"destroyed",{enumerable:!1,get:function(){return this._readableState===void 0?!1:this._readableState.destroyed},set:function(Sr){this._readableState&&(this._readableState.destroyed=Sr)}}),qe.prototype.destroy=ie.destroy,qe.prototype._undestroy=ie.undestroy,qe.prototype._destroy=function(zr,Sr){Sr(zr)},qe.prototype.push=function(zr,Sr){var Tr=this._readableState,Br;return Tr.objectMode?Br=!0:typeof zr=="string"&&(Sr=Sr||Tr.defaultEncoding,Sr!==Tr.encoding&&(zr=k.from(zr,Sr),Sr=""),Br=!0),jt(this,zr,Sr,!1,Br)},qe.prototype.unshift=function(zr){return jt(this,zr,null,!0,!1)};function jt(zr,Sr,Tr,Br,vr){z("readableAddChunk",Sr);var Cr=zr._readableState;if(Sr===null)Cr.reading=!1,cr(zr,Cr);else{var Dr;if(vr||(Dr=rr(Cr,Sr)),Dr)Ue(zr,Dr);else if(Cr.objectMode||Sr&&Sr.length>0)if(typeof Sr!="string"&&!Cr.objectMode&&Object.getPrototypeOf(Sr)!==k.prototype&&(Sr=$(Sr)),Br)Cr.endEmitted?Ue(zr,new Ce):tr(zr,Cr,Sr,!0);else if(Cr.ended)Ue(zr,new Ie);else{if(Cr.destroyed)return!1;Cr.reading=!1,Cr.decoder&&!Tr?(Sr=Cr.decoder.write(Sr),Cr.objectMode||Sr.length!==0?tr(zr,Cr,Sr,!1):Er(zr,Cr)):tr(zr,Cr,Sr,!1)}else Br||(Cr.reading=!1,Er(zr,Cr))}return!Cr.ended&&(Cr.length<Cr.highWaterMark||Cr.length===0)}function tr(zr,Sr,Tr,Br){Sr.flowing&&Sr.length===0&&!Sr.sync?(Sr.awaitDrain=0,zr.emit("data",Tr)):(Sr.length+=Sr.objectMode?1:Tr.length,Br?Sr.buffer.unshift(Tr):Sr.buffer.push(Tr),Sr.needReadable&&_r(zr)),Er(zr,Sr)}function rr(zr,Sr){var Tr;return!j(Sr)&&typeof Sr!="string"&&Sr!==void 0&&!zr.objectMode&&(Tr=new pe("chunk",["string","Buffer","Uint8Array"],Sr)),Tr}qe.prototype.isPaused=function(){return this._readableState.flowing===!1},qe.prototype.setEncoding=function(zr){_e||(_e=requireString_decoder().StringDecoder);var Sr=new _e(zr);this._readableState.decoder=Sr,this._readableState.encoding=this._readableState.decoder.encoding;for(var Tr=this._readableState.buffer.head,Br="";Tr!==null;)Br+=Sr.write(Tr.data),Tr=Tr.next;return this._readableState.buffer.clear(),Br!==""&&this._readableState.buffer.push(Br),this._readableState.length=Br.length,this};var ar=1073741824;function nr(zr){return zr>=ar?zr=ar:(zr--,zr|=zr>>>1,zr|=zr>>>2,zr|=zr>>>4,zr|=zr>>>8,zr|=zr>>>16,zr++),zr}function ur(zr,Sr){return zr<=0||Sr.length===0&&Sr.ended?0:Sr.objectMode?1:zr!==zr?Sr.flowing&&Sr.length?Sr.buffer.head.data.length:Sr.length:(zr>Sr.highWaterMark&&(Sr.highWaterMark=nr(zr)),zr<=Sr.length?zr:Sr.ended?Sr.length:(Sr.needReadable=!0,0))}qe.prototype.read=function(zr){z("read",zr),zr=parseInt(zr,10);var Sr=this._readableState,Tr=zr;if(zr!==0&&(Sr.emittedReadable=!1),zr===0&&Sr.needReadable&&((Sr.highWaterMark!==0?Sr.length>=Sr.highWaterMark:Sr.length>0)||Sr.ended))return z("read: emitReadable",Sr.length,Sr.ended),Sr.length===0&&Sr.ended?jr(this):_r(this),null;if(zr=ur(zr,Sr),zr===0&&Sr.ended)return Sr.length===0&&jr(this),null;var Br=Sr.needReadable;z("need readable",Br),(Sr.length===0||Sr.length-zr<Sr.highWaterMark)&&(Br=!0,z("length less than watermark",Br)),Sr.ended||Sr.reading?(Br=!1,z("reading or ended",Br)):Br&&(z("do read"),Sr.reading=!0,Sr.sync=!0,Sr.length===0&&(Sr.needReadable=!0),this._read(Sr.highWaterMark),Sr.sync=!1,Sr.reading||(zr=ur(Tr,Sr)));var vr;return zr>0?vr=gr(zr,Sr):vr=null,vr===null?(Sr.needReadable=Sr.length<=Sr.highWaterMark,zr=0):(Sr.length-=zr,Sr.awaitDrain=0),Sr.length===0&&(Sr.ended||(Sr.needReadable=!0),Tr!==zr&&Sr.ended&&jr(this)),vr!==null&&this.emit("data",vr),vr};function cr(zr,Sr){if(z("onEofChunk"),!Sr.ended){if(Sr.decoder){var Tr=Sr.decoder.end();Tr&&Tr.length&&(Sr.buffer.push(Tr),Sr.length+=Sr.objectMode?1:Tr.length)}Sr.ended=!0,Sr.sync?_r(zr):(Sr.needReadable=!1,Sr.emittedReadable||(Sr.emittedReadable=!0,hr(zr)))}}function _r(zr){var Sr=zr._readableState;z("emitReadable",Sr.needReadable,Sr.emittedReadable),Sr.needReadable=!1,Sr.emittedReadable||(z("emitReadable",Sr.flowing),Sr.emittedReadable=!0,e.nextTick(hr,zr))}function hr(zr){var Sr=zr._readableState;z("emitReadable_",Sr.destroyed,Sr.length,Sr.ended),!Sr.destroyed&&(Sr.length||Sr.ended)&&(zr.emit("readable"),Sr.emittedReadable=!1),Sr.needReadable=!Sr.flowing&&!Sr.ended&&Sr.length<=Sr.highWaterMark,mr(zr)}function Er(zr,Sr){Sr.readingMore||(Sr.readingMore=!0,e.nextTick(kr,zr,Sr))}function kr(zr,Sr){for(;!Sr.reading&&!Sr.ended&&(Sr.length<Sr.highWaterMark||Sr.flowing&&Sr.length===0);){var Tr=Sr.length;if(z("maybeReadMore read 0"),zr.read(0),Tr===Sr.length)break}Sr.readingMore=!1}qe.prototype._read=function(zr){Ue(this,new he("_read()"))},qe.prototype.pipe=function(zr,Sr){var Tr=this,Br=this._readableState;switch(Br.pipesCount){case 0:Br.pipes=zr;break;case 1:Br.pipes=[Br.pipes,zr];break;default:Br.pipes.push(zr);break}Br.pipesCount+=1,z("pipe count=%d opts=%j",Br.pipesCount,Sr);var vr=(!Sr||Sr.end!==!1)&&zr!==e.stdout&&zr!==e.stderr,Cr=vr?Rr:Wa;Br.endEmitted?e.nextTick(Cr):Tr.once("end",Cr),zr.on("unpipe",Dr);function Dr(Go,us){z("onunpipe"),Go===Tr&&us&&us.hasUnpiped===!1&&(us.hasUnpiped=!0,Nr())}function Rr(){z("onend"),zr.end()}var Wr=xr(Tr);zr.on("drain",Wr);var Kr=!1;function Nr(){z("cleanup"),zr.removeListener("close",ca),zr.removeListener("finish",Po),zr.removeListener("drain",Wr),zr.removeListener("error",Qr),zr.removeListener("unpipe",Dr),Tr.removeListener("end",Rr),Tr.removeListener("end",Wa),Tr.removeListener("data",Fr),Kr=!0,Br.awaitDrain&&(!zr._writableState||zr._writableState.needDrain)&&Wr()}Tr.on("data",Fr);function Fr(Go){z("ondata");var us=zr.write(Go);z("dest.write",us),us===!1&&((Br.pipesCount===1&&Br.pipes===zr||Br.pipesCount>1&&Vr(Br.pipes,zr)!==-1)&&!Kr&&(z("false write response, pause",Br.awaitDrain),Br.awaitDrain++),Tr.pause())}function Qr(Go){z("onerror",Go),Wa(),zr.removeListener("error",Qr),y(zr,"error")===0&&Ue(zr,Go)}Et(zr,"error",Qr);function ca(){zr.removeListener("finish",Po),Wa()}zr.once("close",ca);function Po(){z("onfinish"),zr.removeListener("close",ca),Wa()}zr.once("finish",Po);function Wa(){z("unpipe"),Tr.unpipe(zr)}return zr.emit("pipe",Tr),Br.flowing||(z("pipe resume"),Tr.resume()),zr};function xr(zr){return function(){var Tr=zr._readableState;z("pipeOnDrain",Tr.awaitDrain),Tr.awaitDrain&&Tr.awaitDrain--,Tr.awaitDrain===0&&y(zr,"data")&&(Tr.flowing=!0,mr(zr))}}qe.prototype.unpipe=function(zr){var Sr=this._readableState,Tr={hasUnpiped:!1};if(Sr.pipesCount===0)return this;if(Sr.pipesCount===1)return zr&&zr!==Sr.pipes?this:(zr||(zr=Sr.pipes),Sr.pipes=null,Sr.pipesCount=0,Sr.flowing=!1,zr&&zr.emit("unpipe",this,Tr),this);if(!zr){var Br=Sr.pipes,vr=Sr.pipesCount;Sr.pipes=null,Sr.pipesCount=0,Sr.flowing=!1;for(var Cr=0;Cr<vr;Cr++)Br[Cr].emit("unpipe",this,{hasUnpiped:!1});return this}var Dr=Vr(Sr.pipes,zr);return Dr===-1?this:(Sr.pipes.splice(Dr,1),Sr.pipesCount-=1,Sr.pipesCount===1&&(Sr.pipes=Sr.pipes[0]),zr.emit("unpipe",this,Tr),this)},qe.prototype.on=function(zr,Sr){var Tr=n.prototype.on.call(this,zr,Sr),Br=this._readableState;return zr==="data"?(Br.readableListening=this.listenerCount("readable")>0,Br.flowing!==!1&&this.resume()):zr==="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?_r(this):Br.reading||e.nextTick(br,this)),Tr},qe.prototype.addListener=qe.prototype.on,qe.prototype.removeListener=function(zr,Sr){var Tr=n.prototype.removeListener.call(this,zr,Sr);return zr==="readable"&&e.nextTick(yr,this),Tr},qe.prototype.removeAllListeners=function(zr){var Sr=n.prototype.removeAllListeners.apply(this,arguments);return(zr==="readable"||zr===void 0)&&e.nextTick(yr,this),Sr};function yr(zr){var Sr=zr._readableState;Sr.readableListening=zr.listenerCount("readable")>0,Sr.resumeScheduled&&!Sr.paused?Sr.flowing=!0:zr.listenerCount("data")>0&&zr.resume()}function br(zr){z("readable nexttick read 0"),zr.read(0)}qe.prototype.resume=function(){var zr=this._readableState;return zr.flowing||(z("resume"),zr.flowing=!zr.readableListening,Ir(this,zr)),zr.paused=!1,this};function Ir(zr,Sr){Sr.resumeScheduled||(Sr.resumeScheduled=!0,e.nextTick(Mr,zr,Sr))}function Mr(zr,Sr){z("resume",Sr.reading),Sr.reading||zr.read(0),Sr.resumeScheduled=!1,zr.emit("resume"),mr(zr),Sr.flowing&&!Sr.reading&&zr.read(0)}qe.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 mr(zr){var Sr=zr._readableState;for(z("flow",Sr.flowing);Sr.flowing&&zr.read()!==null;);}qe.prototype.wrap=function(zr){var Sr=this,Tr=this._readableState,Br=!1;zr.on("end",function(){if(z("wrapped end"),Tr.decoder&&!Tr.ended){var Dr=Tr.decoder.end();Dr&&Dr.length&&Sr.push(Dr)}Sr.push(null)}),zr.on("data",function(Dr){if(z("wrapped data"),Tr.decoder&&(Dr=Tr.decoder.write(Dr)),!(Tr.objectMode&&Dr==null)&&!(!Tr.objectMode&&(!Dr||!Dr.length))){var Rr=Sr.push(Dr);Rr||(Br=!0,zr.pause())}});for(var vr in zr)this[vr]===void 0&&typeof zr[vr]=="function"&&(this[vr]=function(Rr){return function(){return zr[Rr].apply(zr,arguments)}}(vr));for(var Cr=0;Cr<kt.length;Cr++)zr.on(kt[Cr],this.emit.bind(this,kt[Cr]));return this._read=function(Dr){z("wrapped _read",Dr),Br&&(Br=!1,zr.resume())},this},typeof Symbol=="function"&&(qe.prototype[Symbol.asyncIterator]=function(){return Ne===void 0&&(Ne=requireAsync_iterator()),Ne(this)}),Object.defineProperty(qe.prototype,"readableHighWaterMark",{enumerable:!1,get:function(){return this._readableState.highWaterMark}}),Object.defineProperty(qe.prototype,"readableBuffer",{enumerable:!1,get:function(){return this._readableState&&this._readableState.buffer}}),Object.defineProperty(qe.prototype,"readableFlowing",{enumerable:!1,get:function(){return this._readableState.flowing},set:function(Sr){this._readableState&&(this._readableState.flowing=Sr)}}),qe._fromList=gr,Object.defineProperty(qe.prototype,"readableLength",{enumerable:!1,get:function(){return this._readableState.length}});function gr(zr,Sr){if(Sr.length===0)return null;var Tr;return Sr.objectMode?Tr=Sr.buffer.shift():!zr||zr>=Sr.length?(Sr.decoder?Tr=Sr.buffer.join(""):Sr.buffer.length===1?Tr=Sr.buffer.first():Tr=Sr.buffer.concat(Sr.length),Sr.buffer.clear()):Tr=Sr.buffer.consume(zr,Sr.decoder),Tr}function jr(zr){var Sr=zr._readableState;z("endReadable",Sr.endEmitted),Sr.endEmitted||(Sr.ended=!0,e.nextTick(Hr,Sr,zr))}function Hr(zr,Sr){if(z("endReadableNT",zr.endEmitted,zr.length),!zr.endEmitted&&zr.length===0&&(zr.endEmitted=!0,Sr.readable=!1,Sr.emit("end"),zr.autoDestroy)){var Tr=Sr._writableState;(!Tr||Tr.autoDestroy&&Tr.finished)&&Sr.destroy()}}typeof Symbol=="function"&&(qe.from=function(zr,Sr){return Fe===void 0&&(Fe=requireFromBrowser()),Fe(qe,zr,Sr)});function Vr(zr,Sr){for(var Tr=0,Br=zr.length;Tr<Br;Tr++)if(zr[Tr]===Sr)return Tr;return-1}return _stream_readable}var _stream_transform=Transform$3,_require$codes$1=errorsBrowser.codes,ERR_METHOD_NOT_IMPLEMENTED=_require$codes$1.ERR_METHOD_NOT_IMPLEMENTED,ERR_MULTIPLE_CALLBACK=_require$codes$1.ERR_MULTIPLE_CALLBACK,ERR_TRANSFORM_ALREADY_TRANSFORMING=_require$codes$1.ERR_TRANSFORM_ALREADY_TRANSFORMING,ERR_TRANSFORM_WITH_LENGTH_0=_require$codes$1.ERR_TRANSFORM_WITH_LENGTH_0,Duplex=require_stream_duplex();inherits_browserExports(Transform$3,Duplex);function afterTransform(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 k=this._readableState;k.reading=!1,(k.needReadable||k.length<k.highWaterMark)&&this._read(k.highWaterMark)}function Transform$3(e){if(!(this instanceof Transform$3))return new Transform$3(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._readableState.destroyed?this._flush(function(t,y){done(e,t,y)}):done(this,null,null)}Transform$3.prototype.push=function(e,t){return this._transformState.needTransform=!1,Duplex.prototype.push.call(this,e,t)};Transform$3.prototype._transform=function(e,t,y){y(new ERR_METHOD_NOT_IMPLEMENTED("_transform()"))};Transform$3.prototype._write=function(e,t,y){var n=this._transformState;if(n.writecb=y,n.writechunk=e,n.writeencoding=t,!n.transforming){var k=this._readableState;(n.needTransform||k.needReadable||k.length<k.highWaterMark)&&this._read(k.highWaterMark)}};Transform$3.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$3.prototype._destroy=function(e,t){Duplex.prototype._destroy.call(this,e,function(y){t(y)})};function done(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=PassThrough,Transform$2=_stream_transform;inherits_browserExports(PassThrough,Transform$2);function PassThrough(e){if(!(this instanceof PassThrough))return new PassThrough(e);Transform$2.call(this,e)}PassThrough.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$1(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 k=!1;e.on("close",function(){k=!0}),eos===void 0&&(eos=endOfStream),eos(e,{readable:t,writable:y},function($){if($)return n($);k=!0,n()});var L=!1;return function($){if(!k&&!L){if(L=!0,isRequest$1(e))return e.abort();if(typeof e.destroy=="function")return e.destroy();n($||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$1: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,L=t.map(function($,j){var V=j<t.length-1,z=j>0;return destroyer($,V,z,function(re){k||(k=re),re&&L.forEach(call),!V&&(L.forEach(call),n(k))})});return t.reduce(pipe)}var pipeline_1=pipeline$1,streamBrowserify=Stream$1,EE=eventsExports.EventEmitter,inherits$2=inherits_browserExports;inherits$2(Stream$1,EE);Stream$1.Readable=require_stream_readable();Stream$1.Writable=require_stream_writable();Stream$1.Duplex=require_stream_duplex();Stream$1.Transform=_stream_transform;Stream$1.PassThrough=_stream_passthrough;Stream$1.finished=endOfStream;Stream$1.pipeline=pipeline_1;Stream$1.Stream=Stream$1;function Stream$1(){EE.call(this)}Stream$1.prototype.pipe=function(e,t){var y=this;function n(re){e.writable&&e.write(re)===!1&&y.pause&&y.pause()}y.on("data",n);function k(){y.readable&&y.resume&&y.resume()}e.on("drain",k),!e._isStdio&&(!t||t.end!==!1)&&(y.on("end",$),y.on("close",j));var L=!1;function $(){L||(L=!0,e.end())}function j(){L||(L=!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",k),y.removeListener("end",$),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 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_ce00252a-e499-4a13-af17-167840600a6b",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_ce00252a-e499-4a13-af17-167840600a6b",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:"590",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:19655",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:"10470992626",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"4b3d261ecb674f4733a36d0a1923b06d49c21cc8",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_9f974113-0da2-416b-ad1d-84e682dae06b",INVOCATION_ID:"592892fae4f949dbac24949f1a5e4c2e",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:"382",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 6",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:"4b3d261ecb674f4733a36d0a1923b06d49c21cc8",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_ce00252a-e499-4a13-af17-167840600a6b",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_ce00252a-e499-4a13-af17-167840600a6b",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_ce00252a-e499-4a13-af17-167840600a6b",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:2078,ppid:2077,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$6=="object"&&typeof define_process_default$6.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$6.nextTick:_defer$1=fallback;var setImmediate$1$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(k){return y(k)}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$1(k=>{throw k},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,L)=>{n[t-1]=($,...j)=>{if($)return L($);k(j.length>1?j:j[0])},e.apply(this,n)})}return y}function applyEach$1(e){return function(y,...n){return awaitify(function(L){var $=this;return e(y,(j,V)=>{wrapAsync(j).apply($,n.concat(V))},L)})}}function _asyncMap(e,t,y,n){t=t||[];var k=[],L=0,$=wrapAsync(y);return e(t,(j,V,z)=>{var re=L++;$(j,(ie,oe)=>{k[re]=oe,z(ie)})},j=>{n(j,k)})}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 k(){var L=t[++y];return L==="__proto__"?k():y<n?{value:e[L],key:L}: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 k=!1,L=!1,$=!1,j=0,V=0;function z(){j>=t||$||k||($=!0,e.next().then(({value:oe,done:ue})=>{if(!(L||k)){if($=!1,ue){k=!0,j<=0&&n(null);return}j++,y(oe,V,re),V++,z()}}).catch(ie))}function re(oe,ue){if(j-=1,!L){if(oe)return ie(oe);if(oe===!1){k=!0,L=!0;return}if(ue===breakLoop$1||k&&j<=0)return k=!0,n(null);z()}}function ie(oe){L||($=!1,k=!0,n(oe))}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 k=createIterator(t),L=!1,$=!1,j=0,V=!1;function z(ie,oe){if(!$)if(j-=1,ie)L=!0,n(ie);else if(ie===!1)L=!0,$=!0;else{if(oe===breakLoop$1||L&&j<=0)return L=!0,n(null);V||re()}}function re(){for(V=!0;j<e&&!L;){var ie=k();if(ie===null){L=!0,j<=0&&n(null);return}j+=1,y(ie.value,ie.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,k=0,{length:L}=e,$=!1;L===0&&y(null);function j(V,z){V===!1&&($=!0),$!==!0&&(V?y(V):(++k===L||z===breakLoop$1)&&y(null))}for(;n<L;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,...k){if(n)return t(n);e(k.length>1?k:k[0])}return y[PROMISE_SYMBOL]=new Promise((n,k)=>{e=n,t=k}),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={},L=0,$=!1,j=!1,V=Object.create(null),z=[],re=[],ie={};Object.keys(e).forEach(_e=>{var Ne=e[_e];if(!Array.isArray(Ne)){oe(_e,[Ne]),re.push(_e);return}var Fe=Ne.slice(0,Ne.length-1),Ue=Fe.length;if(Ue===0){oe(_e,Ne),re.push(_e);return}ie[_e]=Ue,Fe.forEach(kt=>{if(!e[kt])throw new Error("async.auto task `"+_e+"` has a non-existent dependency `"+kt+"` in "+Fe.join(", "));de(kt,()=>{Ue--,Ue===0&&oe(_e,Ne)})})}),he(),ue();function oe(_e,Ne){z.push(()=>Ie(_e,Ne))}function ue(){if(!$){if(z.length===0&&L===0)return y(null,k);for(;z.length&&L<t;){var _e=z.shift();_e()}}}function de(_e,Ne){var Fe=V[_e];Fe||(Fe=V[_e]=[]),Fe.push(Ne)}function pe(_e){var Ne=V[_e]||[];Ne.forEach(Fe=>Fe()),ue()}function Ie(_e,Ne){if(!j){var Fe=onlyOnce((kt,...Et)=>{if(L--,kt===!1){$=!0;return}if(Et.length<2&&([Et]=Et),kt){var Ve={};if(Object.keys(k).forEach(qe=>{Ve[qe]=k[qe]}),Ve[_e]=Et,j=!0,V=Object.create(null),$)return;y(kt,Ve)}else k[_e]=Et,pe(_e)});L++;var Ue=wrapAsync(Ne[Ne.length-1]);Ne.length>1?Ue(k,Fe):Ue(Fe)}}function he(){for(var _e,Ne=0;re.length;)_e=re.pop(),Ne++,Ce(_e).forEach(Fe=>{--ie[Fe]===0&&re.push(Fe)});if(Ne!==n)throw new Error("async.auto cannot execute tasks due to a recursive dependency")}function Ce(_e){var Ne=[];return Object.keys(e).forEach(Fe=>{const Ue=e[Fe];Array.isArray(Ue)&&Ue.indexOf(_e)>=0&&Ne.push(Fe)}),Ne}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 k=e.indexOf(`
`,y);y=k===-1?e.length:k}else if(n!==-1&&e[y]==="/"&&e[y+1]==="*"){let k=e.indexOf("*/",y);k!==-1?(y=k+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(k=>k.replace(FN_ARG,"").trim())}function autoInject(e,t){var y={};return Object.keys(e).forEach(n=>{var k=e[n],L,$=isAsync(k),j=!$&&k.length===1||$&&k.length===0;if(Array.isArray(k))L=[...k],k=L.pop(),y[n]=L.concat(L.length>0?V:k);else if(j)y[n]=k;else{if(L=parseParams(k),k.length===0&&!$&&L.length===0)throw new Error("autoInject task functions require explicit parameters.");$||L.pop(),y[n]=L.concat(V)}function V(z,re){var ie=L.map(oe=>z[oe]);ie.push(re),wrapAsync(k)(...ie)}}),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),k=0,L=[];const $={error:[],drain:[],saturated:[],unsaturated:[],empty:[]};function j(Ce,_e){$[Ce].push(_e)}function V(Ce,_e){const Ne=(...Fe)=>{z(Ce,Ne),_e(...Fe)};$[Ce].push(Ne)}function z(Ce,_e){if(!Ce)return Object.keys($).forEach(Ne=>$[Ne]=[]);if(!_e)return $[Ce]=[];$[Ce]=$[Ce].filter(Ne=>Ne!==_e)}function re(Ce,..._e){$[Ce].forEach(Ne=>Ne(..._e))}var ie=!1;function oe(Ce,_e,Ne,Fe){if(Fe!=null&&typeof Fe!="function")throw new Error("task callback must be a function");he.started=!0;var Ue,kt;function Et(qe,...jt){if(qe)return Ne?kt(qe):Ue();if(jt.length<=1)return Ue(jt[0]);Ue(jt)}var Ve=he._createTaskItem(Ce,Ne?Et:Fe||Et);if(_e?he._tasks.unshift(Ve):he._tasks.push(Ve),ie||(ie=!0,setImmediate$1$1(()=>{ie=!1,he.process()})),Ne||!Fe)return new Promise((qe,jt)=>{Ue=qe,kt=jt})}function ue(Ce){return function(_e,...Ne){k-=1;for(var Fe=0,Ue=Ce.length;Fe<Ue;Fe++){var kt=Ce[Fe],Et=L.indexOf(kt);Et===0?L.shift():Et>0&&L.splice(Et,1),kt.callback(_e,...Ne),_e!=null&&re("error",_e,kt.data)}k<=he.concurrency-he.buffer&&re("unsaturated"),he.idle()&&re("drain"),he.process()}}function de(Ce){return Ce.length===0&&he.idle()?(setImmediate$1$1(()=>re("drain")),!0):!1}const pe=Ce=>_e=>{if(!_e)return new Promise((Ne,Fe)=>{V(Ce,(Ue,kt)=>{if(Ue)return Fe(Ue);Ne(kt)})});z(Ce),j(Ce,_e)};var Ie=!1,he={_tasks:new DLL,_createTaskItem(Ce,_e){return{data:Ce,callback:_e}},*[Symbol.iterator](){yield*he._tasks[Symbol.iterator]()},concurrency:t,payload:y,buffer:t/4,started:!1,paused:!1,push(Ce,_e){return Array.isArray(Ce)?de(Ce)?void 0:Ce.map(Ne=>oe(Ne,!1,!1,_e)):oe(Ce,!1,!1,_e)},pushAsync(Ce,_e){return Array.isArray(Ce)?de(Ce)?void 0:Ce.map(Ne=>oe(Ne,!1,!0,_e)):oe(Ce,!1,!0,_e)},kill(){z(),he._tasks.empty()},unshift(Ce,_e){return Array.isArray(Ce)?de(Ce)?void 0:Ce.map(Ne=>oe(Ne,!0,!1,_e)):oe(Ce,!0,!1,_e)},unshiftAsync(Ce,_e){return Array.isArray(Ce)?de(Ce)?void 0:Ce.map(Ne=>oe(Ne,!0,!0,_e)):oe(Ce,!0,!0,_e)},remove(Ce){he._tasks.remove(Ce)},process(){if(!Ie){for(Ie=!0;!he.paused&&k<he.concurrency&&he._tasks.length;){var Ce=[],_e=[],Ne=he._tasks.length;he.payload&&(Ne=Math.min(Ne,he.payload));for(var Fe=0;Fe<Ne;Fe++){var Ue=he._tasks.shift();Ce.push(Ue),L.push(Ue),_e.push(Ue.data)}k+=1,he._tasks.length===0&&re("empty"),k===he.concurrency&&re("saturated");var kt=onlyOnce(ue(Ce));n(_e,kt)}Ie=!1}},length(){return he._tasks.length},running(){return k},workersList(){return L},idle(){return he._tasks.length+k===0},pause(){he.paused=!0},resume(){he.paused!==!1&&(he.paused=!1,setImmediate$1$1(he.process))}};return Object.defineProperties(he,{saturated:{writable:!1,value:pe("saturated")},unsaturated:{writable:!1,value:pe("unsaturated")},empty:{writable:!1,value:pe("empty")},drain:{writable:!1,value:pe("drain")},error:{writable:!1,value:pe("error")}}),he}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 k=wrapAsync(y);return eachOfSeries$1(e,(L,$,j)=>{k(t,L,(V,z)=>{t=z,j(V)})},L=>n(L,t))}var reduce$1=awaitify(reduce,4);function seq(...e){var t=e.map(wrapAsync);return function(...y){var n=this,k=y[y.length-1];return typeof k=="function"?y.pop():k=promiseCallback(),reduce$1(t,y,(L,$,j)=>{$.apply(n,L.concat((V,...z)=>{j(V,z)}))},(L,$)=>k(L,...$)),k[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 k=wrapAsync(y);return mapLimit$1(e,t,(L,$)=>{k(L,(j,...V)=>j?$(j):$(j,V))},(L,$)=>{for(var j=[],V=0;V<$.length;V++)$[V]&&(j=j.concat(...$[V]));return n(L,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,L)=>{var $=!1,j;const V=wrapAsync(k);y(n,(z,re,ie)=>{V(z,(oe,ue)=>{if(oe||oe===!1)return ie(oe);if(e(ue)&&!j)return $=!0,j=t(!0,z),ie(null,breakLoop$1);ie()})},z=>{if(z)return L(z);L(null,$?j:t(!1))})}}function detect(e,t,y){return _createTester(n=>n,(n,k)=>k)(eachOf$1,e,t,y)}var detect$1=awaitify(detect,3);function detectLimit(e,t,y,n){return _createTester(k=>k,(k,L)=>L)(eachOfLimit$2(t),e,y,n)}var detectLimit$1=awaitify(detectLimit,4);function detectSeries(e,t,y){return _createTester(n=>n,(n,k)=>k)(eachOfLimit$2(1),e,t,y)}var detectSeries$1=awaitify(detectSeries,3);function consoleFunc(e){return(t,...y)=>wrapAsync(t)(...y,(n,...k)=>{typeof console=="object"&&(n?console.error&&console.error(n):console[e]&&k.forEach(L=>console[e](L)))})}var dir=consoleFunc("dir");function doWhilst(e,t,y){y=onlyOnce(y);var n=wrapAsync(e),k=wrapAsync(t),L;function $(V,...z){if(V)return y(V);V!==!1&&(L=z,k(...z,j))}function j(V,z){if(V)return y(V);if(V!==!1){if(!z)return y(null,...L);n($)}}return j(null,!0)}var doWhilst$1=awaitify(doWhilst,3);function doUntil(e,t,y){const n=wrapAsync(t);return doWhilst$1(e,(...k)=>{const L=k.pop();n(...k,($,j)=>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((...k)=>{n?setImmediate$1$1(()=>y(...k)):y(...k)}),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(k=>!k,k=>!k)(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 k=new Array(t.length);e(t,(L,$,j)=>{y(L,(V,z)=>{k[$]=!!z,j(V)})},L=>{if(L)return n(L);for(var $=[],j=0;j<t.length;j++)k[j]&&$.push(t[j]);n(null,$)})}function filterGeneric(e,t,y,n){var k=[];e(t,(L,$,j)=>{y(L,(V,z)=>{if(V)return j(V);z&&k.push({index:$,value:L}),j(V)})},L=>{if(L)return n(L);n(null,k.sort(($,j)=>$.index-j.index).map($=>$.value))})}function _filter(e,t,y,n){var k=isArrayLike(t)?filterArray:filterGeneric;return k(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(L){if(L)return y(L);L!==!1&&n(k)}return k()}var forever$1=awaitify(forever,2);function groupByLimit(e,t,y,n){var k=wrapAsync(y);return mapLimit$1(e,t,(L,$)=>{k(L,(j,V)=>j?$(j):$(j,{key:V,val:L}))},(L,$)=>{for(var j={},{hasOwnProperty:V}=Object.prototype,z=0;z<$.length;z++)if($[z]){var{key:re}=$[z],{val:ie}=$[z];V.call(j,re)?j[re].push(ie):j[re]=[ie]}return n(L,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={},L=wrapAsync(y);return eachOfLimit$2(t)(e,($,j,V)=>{L($,j,(z,re)=>{if(z)return V(z);k[j]=re,V(z)})},$=>n($,k))}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),k=wrapAsync(e),L=initialParams(($,j)=>{var V=t(...$);V in y?setImmediate$1$1(()=>j(null,...y[V])):V in n?n[V].push(j):(n[V]=[j],k(...$,(z,...re)=>{z||(y[V]=re);var ie=n[V];delete n[V];for(var oe=0,ue=ie.length;oe<ue;oe++)ie[oe](z,...re)}))});return L.memo=y,L.unmemoized=e,L}var _defer;hasNextTick?_defer=define_process_default$6.nextTick:hasSetImmediate?_defer=setImmediate:_defer=fallback;var nextTick=wrap(_defer),_parallel=awaitify((e,t,y)=>{var n=isArrayLike(t)?[]:{};e(t,(k,L,$)=>{wrapAsync(k)((j,...V)=>{V.length<2&&([V]=V),n[L]=V,$(j)})},k=>y(k,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,k)=>{y(n[0],k)},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:k}=y;y._tasks=new Heap,y._createTaskItem=({data:$,priority:j},V)=>({data:$,priority:j,callback:V});function L($,j){return Array.isArray($)?$.map(V=>({data:V,priority:j})):{data:$,priority:j}}return y.push=function($,j=0,V){return n(L($,j),V)},y.pushAsync=function($,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 k=[...e].reverse();return reduce$1(k,t,y,n)}function reflect(e){var t=wrapAsync(e);return initialParams(function(n,k){return n.push((L,...$)=>{let j={};if(L&&(j.error=L),$.length>0){var V=$;$.length<=1&&([V]=$),j.value=V}k(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 k=wrapAsync(y);return _filter(e,t,(L,$)=>{k(L,(j,V)=>{$(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 k=wrapAsync(t),L=1;function $(){k((j,...V)=>{j!==!1&&(j&&L++<n.times&&(typeof n.errorFilter!="function"||n.errorFilter(j))?setTimeout($,n.intervalFunc(L-1)):y(j,...V))})}return $(),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,L)=>{(k.length<y-1||L==null)&&(k.push(L),L=promiseCallback());function $(j){n(...k,j)}return e?retry(e,$,L):retry($,L),L[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,k=>k)(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,(L,$)=>{n(L,(j,V)=>{if(j)return $(j);$(j,{value:L,criteria:V})})},(L,$)=>{if(L)return y(L);y(null,$.sort(k).map(j=>j.value))});function k(L,$){var j=L.criteria,V=$.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,L)=>{var $=!1,j;function V(){var z=e.name||"anonymous",re=new Error('Callback function "'+z+'" timed out.');re.code="ETIMEDOUT",y&&(re.info=y),$=!0,L(re)}k.push((...z)=>{$||(L(...z),clearTimeout(j))}),j=setTimeout(V,t),n(...k)})}function range(e){for(var t=Array(e);e--;)t[e]=e;return t}function timesLimit(e,t,y,n){var k=wrapAsync(y);return mapLimit$1(range(e),t,k,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 k=wrapAsync(y);return eachOf$1(e,(L,$,j)=>{k(t,L,$,j)},L=>n(L,t)),n[PROMISE_SYMBOL]}function tryEach(e,t){var y=null,n;return eachSeries$1(e,(k,L)=>{wrapAsync(k)(($,...j)=>{if($===!1)return L($);j.length<2?[n]=j:n=j,y=$,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),k=wrapAsync(e),L=[];function $(V,...z){if(V)return y(V);L=z,V!==!1&&k(j)}function j(V,z){if(V)return y(V);if(V!==!1){if(!z)return y(null,...L);n($)}}return k(j)}var whilst$1=awaitify(whilst,3);function until(e,t,y){const n=wrapAsync(e);return whilst$1(k=>n((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(L){var $=wrapAsync(e[y++]);$(...L,onlyOnce(k))}function k(L,...$){if(L!==!1){if(L||y===e.length)return t(L,...$);n($)}}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,parallel,parallelLimit,priorityQueue,queue,race:race$1,reduce:reduce$1,reduceRight,reflect,reflectAll,reject:reject$1,rejectLimit:rejectLimit$1,rejectSeries:rejectSeries$1,retry,retryable,seq,series,setImmediate:setImmediate$1$1,some:some$1,someLimit:someLimit$1,someSeries:someSeries$1,sortBy:sortBy$1,timeout,times,timesLimit,timesSeries,transform,tryEach:tryEach$1,unmemoize,until,waterfall:waterfall$1,whilst:whilst$1,all:every$1,allLimit:everyLimit$1,allSeries:everySeries$1,any:some$1,anyLimit:someLimit$1,anySeries:someSeries$1,find:detect$1,findLimit:detectLimit$1,findSeries:detectSeries$1,flatMap:concat$1,flatMapLimit:concatLimit$1,flatMapSeries:concatSeries$1,forEach:each,forEachSeries:eachSeries$1,forEachLimit:eachLimit$1,forEachOf:eachOf$1,forEachOfSeries:eachOfSeries$1,forEachOfLimit:eachOfLimit$1,inject:reduce$1,foldl:reduce$1,foldr:reduceRight,select:filter$1,selectLimit:filterLimit$1,selectSeries:filterSeries$1,wrapSync:asyncify,during:whilst$1,doDuring:doWhilst$1},readableBrowser={exports:{}};(function(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,t.finished=endOfStream,t.pipeline=pipeline_1})(readableBrowser,readableBrowser.exports);var readableBrowserExports=readableBrowser.exports;const{Transform:Transform$1}=readableBrowserExports;class Block extends Transform$1{constructor(t,y={}){super(y),typeof t=="object"&&(y=t,t=y.size),this.size=t||512;const{nopad:n,zeroPadding:k=!0}=y;n?this._zeroPadding=!1:this._zeroPadding=!!k,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 k=[];let L=0;for(;L<this.size;){const $=this._buffered.shift();if(L+$.length<=this.size)k.push($),L+=$.length;else{const j=this.size-L;k.push($.slice(0,j)),L+=j,this._buffered.unshift($.slice(j))}}this.push(Buffer$2.concat(k,this.size))}n()}_flush(){if(this._bufferedBytes&&this._zeroPadding){const t=Buffer$2.alloc(this.size-this._bufferedBytes);this._buffered.push(t),this.push(Buffer$2.concat(this._buffered)),this._buffered=null}else this._bufferedBytes&&(this.push(Buffer$2.concat(this._buffered)),this._buffered=null);this.push(null)}}var blockStream2=Block;const BlockStream2=getDefaultExportFromCjs(blockStream2);var lodash={exports:{}};/**
* @license
* Lodash <https://lodash.com/>
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
* Released under MIT license <https://lodash.com/license>
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
*/lodash.exports;(function(e,t){(function(){var y,n="4.17.21",k=200,L="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",$="Expected a function",j="Invalid `variable` option passed into `_.template`",V="__lodash_hash_undefined__",z=500,re="__lodash_placeholder__",ie=1,oe=2,ue=4,de=1,pe=2,Ie=1,he=2,Ce=4,_e=8,Ne=16,Fe=32,Ue=64,kt=128,Et=256,Ve=512,qe=30,jt="...",tr=800,rr=16,ar=1,nr=2,ur=3,cr=1/0,_r=9007199254740991,hr=17976931348623157e292,Er=NaN,kr=4294967295,xr=kr-1,yr=kr>>>1,br=[["ary",kt],["bind",Ie],["bindKey",he],["curry",_e],["curryRight",Ne],["flip",Ve],["partial",Fe],["partialRight",Ue],["rearg",Et]],Ir="[object Arguments]",Mr="[object Array]",mr="[object AsyncFunction]",gr="[object Boolean]",jr="[object Date]",Hr="[object DOMException]",Vr="[object Error]",zr="[object Function]",Sr="[object GeneratorFunction]",Tr="[object Map]",Br="[object Number]",vr="[object Null]",Cr="[object Object]",Dr="[object Promise]",Rr="[object Proxy]",Wr="[object RegExp]",Kr="[object Set]",Nr="[object String]",Fr="[object Symbol]",Qr="[object Undefined]",ca="[object WeakMap]",Po="[object WeakSet]",Wa="[object ArrayBuffer]",Go="[object DataView]",us="[object Float32Array]",Kn="[object Float64Array]",Gr="[object Int8Array]",Ar="[object Int16Array]",On="[object Int32Array]",kn="[object Uint8Array]",Sa="[object Uint8ClampedArray]",sa="[object Uint16Array]",qa="[object Uint32Array]",To=/\b__p \+= '';/g,Hi=/\b(__p \+=) '' \+/g,na=/(__e\(.*?\)|\b__t\)) \+\n'';/g,Ma=/&(?:amp|lt|gt|quot|#39);/g,Ns=/[&<>"']/g,cs=RegExp(Ma.source),vl=RegExp(Ns.source),Bl=/<%-([\s\S]+?)%>/g,Au=/<%([\s\S]+?)%>/g,xs=/<%=([\s\S]+?)%>/g,ju=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Lu=/^\w*$/,Pc=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Nc=/[\\^$.*+?()[\]{}|]/g,gc=RegExp(Nc.source),Wl=/^\s+/,ps=/\s/,Ds=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,Us=/\{\n\/\* \[wrapped with (.+)\] \*/,Vs=/,? & /,Lr=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,Zn=/[()=,{}\[\]\/\s]/,hn=/\\(\\)?/g,Ln=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,Vi=/\w*$/,Wi=/^[-+]0x[0-9a-f]+$/i,pa=/^0b[01]+$/i,Ki=/^\[object .+?Constructor\]$/,Yo=/^0o[0-7]+$/i,Eo=/^(?:0|[1-9]\d*)$/,Fo=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,hs=/($^)/,An=/['\n\r\u2028\u2029\\]/g,Uo="\\ud800-\\udfff",cu="\\u0300-\\u036f",ko="\\ufe20-\\ufe2f",vu="\\u20d0-\\u20ff",Ul=cu+ko+vu,tc="\\u2700-\\u27bf",Fu="a-z\\xdf-\\xf6\\xf8-\\xff",Ku="\\xac\\xb1\\xd7\\xf7",In="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",rs="\\u2000-\\u206f",Vl=" \\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",Eu="A-Z\\xc0-\\xd6\\xd8-\\xde",ml="\\ufe0e\\ufe0f",Uu=Ku+In+rs+Vl,Ac="[']",od="["+Uo+"]",ld="["+Uu+"]",gp="["+Ul+"]",lp="\\d+",Oc="["+tc+"]",Hd="["+Fu+"]",nd="[^"+Uo+Uu+lp+tc+Fu+Eu+"]",Ap="\\ud83c[\\udffb-\\udfff]",Tp="(?:"+gp+"|"+Ap+")",Sf="[^"+Uo+"]",Af="(?:\\ud83c[\\udde6-\\uddff]){2}",lf="[\\ud800-\\udbff][\\udc00-\\udfff]",Op="["+Eu+"]",sm="\\u200d",Df="(?:"+Hd+"|"+nd+")",yc="(?:"+Op+"|"+nd+")",Tf="(?:"+Ac+"(?:d|ll|m|re|s|t|ve))?",Ep="(?:"+Ac+"(?:D|LL|M|RE|S|T|VE))?",uf=Tp+"?",Ff="["+ml+"]?",Cf="(?:"+sm+"(?:"+[Sf,Af,lf].join("|")+")"+Ff+uf+")*",Uf="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",Hp="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",lm=Ff+uf+Cf,Tm="(?:"+[Oc,Af,lf].join("|")+")"+lm,Xp="(?:"+[Sf+gp+"?",gp,Af,lf,od].join("|")+")",Qf=RegExp(Ac,"g"),Of=RegExp(gp,"g"),Zm=RegExp(Ap+"(?="+Ap+")|"+Xp+lm,"g"),Rf=RegExp([Op+"?"+Hd+"+"+Tf+"(?="+[ld,Op,"$"].join("|")+")",yc+"+"+Ep+"(?="+[ld,Op+Df,"$"].join("|")+")",Op+"?"+Df+"+"+Tf,Op+"+"+Ep,Hp,Uf,lp,Tm].join("|"),"g"),Dh=RegExp("["+sm+Uo+Ul+ml+"]"),um=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,Cm=["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"],wm=-1,Td={};Td[us]=Td[Kn]=Td[Gr]=Td[Ar]=Td[On]=Td[kn]=Td[Sa]=Td[sa]=Td[qa]=!0,Td[Ir]=Td[Mr]=Td[Wa]=Td[gr]=Td[Go]=Td[jr]=Td[Vr]=Td[zr]=Td[Tr]=Td[Br]=Td[Cr]=Td[Wr]=Td[Kr]=Td[Nr]=Td[ca]=!1;var Sd={};Sd[Ir]=Sd[Mr]=Sd[Wa]=Sd[Go]=Sd[gr]=Sd[jr]=Sd[us]=Sd[Kn]=Sd[Gr]=Sd[Ar]=Sd[On]=Sd[Tr]=Sd[Br]=Sd[Cr]=Sd[Wr]=Sd[Kr]=Sd[Nr]=Sd[Fr]=Sd[kn]=Sd[Sa]=Sd[sa]=Sd[qa]=!0,Sd[Vr]=Sd[zr]=Sd[ca]=!1;var Pp={À:"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"},cf={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},Gc={"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"},Jf={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},$m=parseFloat,df=parseInt,xm=typeof commonjsGlobal=="object"&&commonjsGlobal&&commonjsGlobal.Object===Object&&commonjsGlobal,Nm=typeof self=="object"&&self&&self.Object===Object&&self,Bd=xm||Nm||Function("return this")(),cm=t&&!t.nodeType&&t,If=cm&&!0&&e&&!e.nodeType&&e,kf=If&&If.exports===cm,dm=kf&&xm.process,ep=function(){try{var Xs=If&&If.require&&If.require("util").types;return Xs||dm&&dm.binding&&dm.binding("util")}catch{}}(),fm=ep&&ep.isArrayBuffer,Lp=ep&&ep.isDate,Vf=ep&&ep.isMap,Yr=ep&&ep.isRegExp,Wn=ep&&ep.isSet,vi=ep&&ep.isTypedArray;function Du(Xs,Yl,Pl){switch(Pl.length){case 0:return Xs.call(Yl);case 1:return Xs.call(Yl,Pl[0]);case 2:return Xs.call(Yl,Pl[0],Pl[1]);case 3:return Xs.call(Yl,Pl[0],Pl[1],Pl[2])}return Xs.apply(Yl,Pl)}function qc(Xs,Yl,Pl,_c){for(var Ec=-1,wd=Xs==null?0:Xs.length;++Ec<wd;){var _p=Xs[Ec];Yl(_c,_p,Pl(_p),Xs)}return _c}function id(Xs,Yl){for(var Pl=-1,_c=Xs==null?0:Xs.length;++Pl<_c&&Yl(Xs[Pl],Pl,Xs)!==!1;);return Xs}function Wd(Xs,Yl){for(var Pl=Xs==null?0:Xs.length;Pl--&&Yl(Xs[Pl],Pl,Xs)!==!1;);return Xs}function pf(Xs,Yl){for(var Pl=-1,_c=Xs==null?0:Xs.length;++Pl<_c;)if(!Yl(Xs[Pl],Pl,Xs))return!1;return!0}function Mf(Xs,Yl){for(var Pl=-1,_c=Xs==null?0:Xs.length,Ec=0,wd=[];++Pl<_c;){var _p=Xs[Pl];Yl(_p,Pl,Xs)&&(wd[Ec++]=_p)}return wd}function Am(Xs,Yl){var Pl=Xs==null?0:Xs.length;return!!Pl&&rp(Xs,Yl,0)>-1}function jm(Xs,Yl,Pl){for(var _c=-1,Ec=Xs==null?0:Xs.length;++_c<Ec;)if(Pl(Yl,Xs[_c]))return!0;return!1}function tp(Xs,Yl){for(var Pl=-1,_c=Xs==null?0:Xs.length,Ec=Array(_c);++Pl<_c;)Ec[Pl]=Yl(Xs[Pl],Pl,Xs);return Ec}function Hf(Xs,Yl){for(var Pl=-1,_c=Yl.length,Ec=Xs.length;++Pl<_c;)Xs[Ec+Pl]=Yl[Pl];return Xs}function Fm(Xs,Yl,Pl,_c){var Ec=-1,wd=Xs==null?0:Xs.length;for(_c&&wd&&(Pl=Xs[++Ec]);++Ec<wd;)Pl=Yl(Pl,Xs[Ec],Ec,Xs);return Pl}function bh(Xs,Yl,Pl,_c){var Ec=Xs==null?0:Xs.length;for(_c&&Ec&&(Pl=Xs[--Ec]);Ec--;)Pl=Yl(Pl,Xs[Ec],Ec,Xs);return Pl}function Dm(Xs,Yl){for(var Pl=-1,_c=Xs==null?0:Xs.length;++Pl<_c;)if(Yl(Xs[Pl],Pl,Xs))return!0;return!1}var Rp=Rh("length");function Hh(Xs){return Xs.split("")}function Yh(Xs){return Xs.match(Lr)||[]}function zh(Xs,Yl,Pl){var _c;return Pl(Xs,function(Ec,wd,_p){if(Yl(Ec,wd,_p))return _c=wd,!1}),_c}function zp(Xs,Yl,Pl,_c){for(var Ec=Xs.length,wd=Pl+(_c?1:-1);_c?wd--:++wd<Ec;)if(Yl(Xs[wd],wd,Xs))return wd;return-1}function rp(Xs,Yl,Pl){return Yl===Yl?Bh(Xs,Yl,Pl):zp(Xs,yh,Pl)}function Oh(Xs,Yl,Pl,_c){for(var Ec=Pl-1,wd=Xs.length;++Ec<wd;)if(_c(Xs[Ec],Yl))return Ec;return-1}function yh(Xs){return Xs!==Xs}function mm(Xs,Yl){var Pl=Xs==null?0:Xs.length;return Pl?gm(Xs,Yl)/Pl:Er}function Rh(Xs){return function(Yl){return Yl==null?y:Yl[Xs]}}function Um(Xs){return function(Yl){return Xs==null?y:Xs[Yl]}}function rh(Xs,Yl,Pl,_c,Ec){return Ec(Xs,function(wd,_p,zd){Pl=_c?(_c=!1,wd):Yl(Pl,wd,_p,zd)}),Pl}function hm(Xs,Yl){var Pl=Xs.length;for(Xs.sort(Yl);Pl--;)Xs[Pl]=Xs[Pl].value;return Xs}function gm(Xs,Yl){for(var Pl,_c=-1,Ec=Xs.length;++_c<Ec;){var wd=Yl(Xs[_c]);wd!==y&&(Pl=Pl===y?wd:Pl+wd)}return Pl}function Zf(Xs,Yl){for(var Pl=-1,_c=Array(Xs);++Pl<Xs;)_c[Pl]=Yl(Pl);return _c}function mf(Xs,Yl){return tp(Yl,function(Pl){return[Pl,Xs[Pl]]})}function Vm(Xs){return Xs&&Xs.slice(0,Ph(Xs)+1).replace(Wl,"")}function np(Xs){return function(Yl){return Xs(Yl)}}function zf(Xs,Yl){return tp(Yl,function(Pl){return Xs[Pl]})}function $p(Xs,Yl){return Xs.has(Yl)}function Qp(Xs,Yl){for(var Pl=-1,_c=Xs.length;++Pl<_c&&rp(Yl,Xs[Pl],0)>-1;);return Pl}function Gf(Xs,Yl){for(var Pl=Xs.length;Pl--&&rp(Yl,Xs[Pl],0)>-1;);return Pl}function _m(Xs,Yl){for(var Pl=Xs.length,_c=0;Pl--;)Xs[Pl]===Yl&&++_c;return _c}var Ih=Um(Pp),wf=Um(cf);function em(Xs){return"\\"+Jf[Xs]}function Om(Xs,Yl){return Xs==null?y:Xs[Yl]}function hf(Xs){return Dh.test(Xs)}function kh(Xs){return um.test(Xs)}function Mh(Xs){for(var Yl,Pl=[];!(Yl=Xs.next()).done;)Pl.push(Yl.value);return Pl}function nh(Xs){var Yl=-1,Pl=Array(Xs.size);return Xs.forEach(function(_c,Ec){Pl[++Yl]=[Ec,_c]}),Pl}function ih(Xs,Yl){return function(Pl){return Xs(Yl(Pl))}}function Cp(Xs,Yl){for(var Pl=-1,_c=Xs.length,Ec=0,wd=[];++Pl<_c;){var _p=Xs[Pl];(_p===Yl||_p===re)&&(Xs[Pl]=re,wd[Ec++]=Pl)}return wd}function Gp(Xs){var Yl=-1,Pl=Array(Xs.size);return Xs.forEach(function(_c){Pl[++Yl]=_c}),Pl}function Th(Xs){var Yl=-1,Pl=Array(Xs.size);return Xs.forEach(function(_c){Pl[++Yl]=[_c,_c]}),Pl}function Bh(Xs,Yl,Pl){for(var _c=Pl-1,Ec=Xs.length;++_c<Ec;)if(Xs[_c]===Yl)return _c;return-1}function Xh(Xs,Yl,Pl){for(var _c=Pl+1;_c--;)if(Xs[_c]===Yl)return _c;return _c}function Hm(Xs){return hf(Xs)?zm(Xs):Rp(Xs)}function Bf(Xs){return hf(Xs)?xp(Xs):Hh(Xs)}function Ph(Xs){for(var Yl=Xs.length;Yl--&&ps.test(Xs.charAt(Yl)););return Yl}var Lh=Um(Gc);function zm(Xs){for(var Yl=Zm.lastIndex=0;Zm.test(Xs);)++Yl;return Yl}function xp(Xs){return Xs.match(Zm)||[]}function Gh(Xs){return Xs.match(Rf)||[]}var Ch=function Xs(Yl){Yl=Yl==null?Bd:tm.defaults(Bd.Object(),Yl,tm.pick(Bd,Cm));var Pl=Yl.Array,_c=Yl.Date,Ec=Yl.Error,wd=Yl.Function,_p=Yl.Math,zd=Yl.Object,Gm=Yl.RegExp,qh=Yl.String,gf=Yl.TypeError,Pf=Pl.prototype,vm=wd.prototype,_f=zd.prototype,qf=Yl["__core-js_shared__"],Rm=vm.toString,Nd=_f.hasOwnProperty,Wh=0,Dd=function(){var sr=/[^.]+$/.exec(qf&&qf.keys&&qf.keys.IE_PROTO||"");return sr?"Symbol(src)_1."+sr:""}(),qp=_f.toString,km=Rm.call(zd),Ip=Bd._,rm=Gm("^"+Rm.call(Nd).replace(Nc,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Lf=kf?Yl.Buffer:y,$f=Yl.Symbol,lh=Yl.Uint8Array,uh=Lf?Lf.allocUnsafe:y,vf=ih(zd.getPrototypeOf,zd),Mm=zd.create,bm=_f.propertyIsEnumerable,Wf=Pf.splice,wh=$f?$f.isConcatSpreadable:y,Os=$f?$f.iterator:y,os=$f?$f.toStringTag:y,Co=function(){try{var sr=rc(zd,"defineProperty");return sr({},"",{}),sr}catch{}}(),Do=Yl.clearTimeout!==Bd.clearTimeout&&Yl.clearTimeout,Ao=_c&&_c.now!==Bd.Date.now&&_c.now,eo=Yl.setTimeout!==Bd.setTimeout&&Yl.setTimeout,So=_p.ceil,Ro=_p.floor,no=zd.getOwnPropertySymbols,qo=Lf?Lf.isBuffer:y,Ja=Yl.isFinite,$o=Pf.join,Ts=ih(zd.keys,zd),ds=_p.max,ks=_p.min,Gs=_c.now,Ls=Yl.parseInt,cl=_p.random,ns=Pf.reverse,il=rc(Yl,"DataView"),Es=rc(Yl,"Map"),Ss=rc(Yl,"Promise"),ws=rc(Yl,"Set"),Ms=rc(Yl,"WeakMap"),bl=rc(zd,"create"),kl=Ms&&new Ms,bu={},hl=Ju(il),Kl=Ju(Es),_u=Ju(Ss),Cu=Ju(ws),Qs=Ju(Ms),Su=$f?$f.prototype:y,Qu=Su?Su.valueOf:y,ec=Su?Su.toString:y;function Ka(sr){if(sf(sr)&&!Ad(sr)&&!(sr instanceof $l)){if(sr instanceof Tu)return sr;if(Nd.call(sr,"__wrapped__"))return Wc(sr)}return new Tu(sr)}var yu=function(){function sr(){}return function(fr){if(!Yp(fr))return{};if(Mm)return Mm(fr);sr.prototype=fr;var Ur=new sr;return sr.prototype=y,Ur}}();function bc(){}function Tu(sr,fr){this.__wrapped__=sr,this.__actions__=[],this.__chain__=!!fr,this.__index__=0,this.__values__=y}Ka.templateSettings={escape:Bl,evaluate:Au,interpolate:xs,variable:"",imports:{_:Ka}},Ka.prototype=bc.prototype,Ka.prototype.constructor=Ka,Tu.prototype=yu(bc.prototype),Tu.prototype.constructor=Tu;function $l(sr){this.__wrapped__=sr,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=kr,this.__views__=[]}function Ru(){var sr=new $l(this.__wrapped__);return sr.__actions__=Ra(this.__actions__),sr.__dir__=this.__dir__,sr.__filtered__=this.__filtered__,sr.__iteratees__=Ra(this.__iteratees__),sr.__takeCount__=this.__takeCount__,sr.__views__=Ra(this.__views__),sr}function Cl(){if(this.__filtered__){var sr=new $l(this);sr.__dir__=-1,sr.__filtered__=!0}else sr=this.clone(),sr.__dir__*=-1;return sr}function _l(){var sr=this.__wrapped__.value(),fr=this.__dir__,Ur=Ad(sr),Li=fr<0,Qa=Ur?sr.length:0,is=ol(0,Qa,this.__views__),Ps=is.start,Ks=is.end,yl=Ks-Ps,Iu=Li?Ks:Ps-1,ku=this.__iteratees__,Vu=ku.length,xc=0,Qc=ks(yl,this.__takeCount__);if(!Ur||!Li&&Qa==yl&&Qc==yl)return e0(sr,this.__actions__);var ud=[];e:for(;yl--&&xc<Qc;){Iu+=fr;for(var Md=-1,hd=sr[Iu];++Md<Vu;){var qd=ku[Md],Jd=qd.iteratee,hh=qd.type,Lm=Jd(hd);if(hh==nr)hd=Lm;else if(!Lm){if(hh==ar)continue e;break e}}ud[xc++]=hd}return ud}$l.prototype=yu(bc.prototype),$l.prototype.constructor=$l;function Ml(sr){var fr=-1,Ur=sr==null?0:sr.length;for(this.clear();++fr<Ur;){var Li=sr[fr];this.set(Li[0],Li[1])}}function wu(){this.__data__=bl?bl(null):{},this.size=0}function uc(sr){var fr=this.has(sr)&&delete this.__data__[sr];return this.size-=fr?1:0,fr}function Rc(sr){var fr=this.__data__;if(bl){var Ur=fr[sr];return Ur===V?y:Ur}return Nd.call(fr,sr)?fr[sr]:y}function Lc(sr){var fr=this.__data__;return bl?fr[sr]!==y:Nd.call(fr,sr)}function Od(sr,fr){var Ur=this.__data__;return this.size+=this.has(sr)?0:1,Ur[sr]=bl&&fr===y?V:fr,this}Ml.prototype.clear=wu,Ml.prototype.delete=uc,Ml.prototype.get=Rc,Ml.prototype.has=Lc,Ml.prototype.set=Od;function Cc(sr){var fr=-1,Ur=sr==null?0:sr.length;for(this.clear();++fr<Ur;){var Li=sr[fr];this.set(Li[0],Li[1])}}function Zd(){this.__data__=[],this.size=0}function jp(sr){var fr=this.__data__,Ur=nm(fr,sr);if(Ur<0)return!1;var Li=fr.length-1;return Ur==Li?fr.pop():Wf.call(fr,Ur,1),--this.size,!0}function Np(sr){var fr=this.__data__,Ur=nm(fr,sr);return Ur<0?y:fr[Ur][1]}function ip(sr){return nm(this.__data__,sr)>-1}function Kc(sr,fr){var Ur=this.__data__,Li=nm(Ur,sr);return Li<0?(++this.size,Ur.push([sr,fr])):Ur[Li][1]=fr,this}Cc.prototype.clear=Zd,Cc.prototype.delete=jp,Cc.prototype.get=Np,Cc.prototype.has=ip,Cc.prototype.set=Kc;function sd(sr){var fr=-1,Ur=sr==null?0:sr.length;for(this.clear();++fr<Ur;){var Li=sr[fr];this.set(Li[0],Li[1])}}function Jp(){this.size=0,this.__data__={hash:new Ml,map:new(Es||Cc),string:new Ml}}function Zp(sr){var fr=du(this,sr).delete(sr);return this.size-=fr?1:0,fr}function bf(sr){return du(this,sr).get(sr)}function Wp(sr){return du(this,sr).has(sr)}function Kd(sr,fr){var Ur=du(this,sr),Li=Ur.size;return Ur.set(sr,fr),this.size+=Ur.size==Li?0:1,this}sd.prototype.clear=Jp,sd.prototype.delete=Zp,sd.prototype.get=bf,sd.prototype.has=Wp,sd.prototype.set=Kd;function cp(sr){var fr=-1,Ur=sr==null?0:sr.length;for(this.__data__=new sd;++fr<Ur;)this.add(sr[fr])}function dp(sr){return this.__data__.set(sr,V),this}function jd(sr){return this.__data__.has(sr)}cp.prototype.add=cp.prototype.push=dp,cp.prototype.has=jd;function Fd(sr){var fr=this.__data__=new Cc(sr);this.size=fr.size}function Jc(){this.__data__=new Cc,this.size=0}function Ud(sr){var fr=this.__data__,Ur=fr.delete(sr);return this.size=fr.size,Ur}function Dp(sr){return this.__data__.get(sr)}function jf(sr){return this.__data__.has(sr)}function qm(sr,fr){var Ur=this.__data__;if(Ur instanceof Cc){var Li=Ur.__data__;if(!Es||Li.length<k-1)return Li.push([sr,fr]),this.size=++Ur.size,this;Ur=this.__data__=new sd(Li)}return Ur.set(sr,fr),this.size=Ur.size,this}Fd.prototype.clear=Jc,Fd.prototype.delete=Ud,Fd.prototype.get=Dp,Fd.prototype.has=jf,Fd.prototype.set=qm;function ef(sr,fr){var Ur=Ad(sr),Li=!Ur&&c0(sr),Qa=!Ur&&!Li&&s0(sr),is=!Ur&&!Li&&!Qa&&p0(sr),Ps=Ur||Li||Qa||is,Ks=Ps?Zf(sr.length,qh):[],yl=Ks.length;for(var Iu in sr)(fr||Nd.call(sr,Iu))&&!(Ps&&(Iu=="length"||Qa&&(Iu=="offset"||Iu=="parent")||is&&(Iu=="buffer"||Iu=="byteLength"||Iu=="byteOffset")||ir(Iu,yl)))&&Ks.push(Iu);return Ks}function ym(sr){var fr=sr.length;return fr?sr[Nf(0,fr-1)]:y}function Em(sr,fr){return Vd(Ra(sr),xf(fr,0,sr.length))}function kp(sr){return Vd(Ra(sr))}function tf(sr,fr,Ur){(Ur!==y&&!Fh(sr[fr],Ur)||Ur===y&&!(fr in sr))&&im(sr,fr,Ur)}function Kf(sr,fr,Ur){var Li=sr[fr];(!(Nd.call(sr,fr)&&Fh(Li,Ur))||Ur===y&&!(fr in sr))&&im(sr,fr,Ur)}function nm(sr,fr){for(var Ur=sr.length;Ur--;)if(Fh(sr[Ur][0],fr))return Ur;return-1}function Mp(sr,fr,Ur,Li){return Ha(sr,function(Qa,is,Ps){fr(Li,Qa,Ur(Qa),Ps)}),Li}function vp(sr,fr){return sr&&Ba(fr,Xf(fr),sr)}function Bm(sr,fr){return sr&&Ba(fr,Xm(fr),sr)}function im(sr,fr,Ur){fr=="__proto__"&&Co?Co(sr,fr,{configurable:!0,enumerable:!0,value:Ur,writable:!0}):sr[fr]=Ur}function am(sr,fr){for(var Ur=-1,Li=fr.length,Qa=Pl(Li),is=sr==null;++Ur<Li;)Qa[Ur]=is?y:I0(sr,fr[Ur]);return Qa}function xf(sr,fr,Ur){return sr===sr&&(Ur!==y&&(sr=sr<=Ur?sr:Ur),fr!==y&&(sr=sr>=fr?sr:fr)),sr}function Fp(sr,fr,Ur,Li,Qa,is){var Ps,Ks=fr&ie,yl=fr&oe,Iu=fr&ue;if(Ur&&(Ps=Qa?Ur(sr,Li,Qa,is):Ur(sr)),Ps!==y)return Ps;if(!Yp(sr))return sr;var ku=Ad(sr);if(ku){if(Ps=Is(sr),!Ks)return Ra(sr,Ps)}else{var Vu=lc(sr),xc=Vu==zr||Vu==Sr;if(s0(sr))return xn(sr,Ks);if(Vu==Cr||Vu==Ir||xc&&!Qa){if(Ps=yl||xc?{}:ul(sr),!Ks)return yl?La(sr,Bm(Ps,sr)):la(sr,vp(Ps,sr))}else{if(!Sd[Vu])return Qa?sr:{};Ps=Hu(sr,Vu,Ks)}}is||(is=new Fd);var Qc=is.get(sr);if(Qc)return Qc;is.set(sr,Ps),o1(sr)?sr.forEach(function(hd){Ps.add(Fp(hd,fr,Ur,hd,sr,is))}):i1(sr)&&sr.forEach(function(hd,qd){Ps.set(qd,Fp(hd,fr,Ur,qd,sr,is))});var ud=Iu?yl?Rs:Ou:yl?Xm:Xf,Md=ku?y:ud(sr);return id(Md||sr,function(hd,qd){Md&&(qd=hd,hd=sr[qd]),Kf(Ps,qd,Fp(hd,fr,Ur,qd,sr,is))}),Ps}function Mn(sr){var fr=Xf(sr);return function(Ur){return ka(Ur,sr,fr)}}function ka(sr,fr,Ur){var Li=Ur.length;if(sr==null)return!Li;for(sr=zd(sr);Li--;){var Qa=Ur[Li],is=fr[Qa],Ps=sr[Qa];if(Ps===y&&!(Qa in sr)||!is(Ps))return!1}return!0}function xa(sr,fr,Ur){if(typeof sr!="function")throw new gf($);return vc(function(){sr.apply(y,Ur)},fr)}function Na(sr,fr,Ur,Li){var Qa=-1,is=Am,Ps=!0,Ks=sr.length,yl=[],Iu=fr.length;if(!Ks)return yl;Ur&&(fr=tp(fr,np(Ur))),Li?(is=jm,Ps=!1):fr.length>=k&&(is=$p,Ps=!1,fr=new cp(fr));e:for(;++Qa<Ks;){var ku=sr[Qa],Vu=Ur==null?ku:Ur(ku);if(ku=Li||ku!==0?ku:0,Ps&&Vu===Vu){for(var xc=Iu;xc--;)if(fr[xc]===Vu)continue e;yl.push(ku)}else is(fr,Vu,Li)||yl.push(ku)}return yl}var Ha=Fa(fa),_o=Fa(Io,!0);function ro(sr,fr){var Ur=!0;return Ha(sr,function(Li,Qa,is){return Ur=!!fr(Li,Qa,is),Ur}),Ur}function vo(sr,fr,Ur){for(var Li=-1,Qa=sr.length;++Li<Qa;){var is=sr[Li],Ps=fr(is);if(Ps!=null&&(Ks===y?Ps===Ps&&!mh(Ps):Ur(Ps,Ks)))var Ks=Ps,yl=is}return yl}function za(sr,fr,Ur,Li){var Qa=sr.length;for(Ur=kd(Ur),Ur<0&&(Ur=-Ur>Qa?0:Qa+Ur),Li=Li===y||Li>Qa?Qa:kd(Li),Li<0&&(Li+=Qa),Li=Ur>Li?0:l1(Li);Ur<Li;)sr[Ur++]=fr;return sr}function fo(sr,fr){var Ur=[];return Ha(sr,function(Li,Qa,is){fr(Li,Qa,is)&&Ur.push(Li)}),Ur}function zn(sr,fr,Ur,Li,Qa){var is=-1,Ps=sr.length;for(Ur||(Ur=er),Qa||(Qa=[]);++is<Ps;){var Ks=sr[is];fr>0&&Ur(Ks)?fr>1?zn(Ks,fr-1,Ur,Li,Qa):Hf(Qa,Ks):Li||(Qa[Qa.length]=Ks)}return Qa}var Sn=Zo(),Ia=Zo(!0);function fa(sr,fr){return sr&&Sn(sr,fr,Xf)}function Io(sr,fr){return sr&&Ia(sr,fr,Xf)}function xo(sr,fr){return Mf(fr,function(Ur){return t0(sr[Ur])})}function ss(sr,fr){fr=vn(fr,sr);for(var Ur=0,Li=fr.length;sr!=null&&Ur<Li;)sr=sr[rl(fr[Ur++])];return Ur&&Ur==Li?sr:y}function as(sr,fr,Ur){var Li=fr(sr);return Ad(sr)?Li:Hf(Li,Ur(sr))}function No(sr){return sr==null?sr===y?Qr:vr:os&&os in zd(sr)?ed(sr):Hl(sr)}function js(sr,fr){return sr>fr}function zs(sr,fr){return sr!=null&&Nd.call(sr,fr)}function nl(sr,fr){return sr!=null&&fr in zd(sr)}function xu(sr,fr,Ur){return sr>=ks(fr,Ur)&&sr<ds(fr,Ur)}function zu(sr,fr,Ur){for(var Li=Ur?jm:Am,Qa=sr[0].length,is=sr.length,Ps=is,Ks=Pl(is),yl=1/0,Iu=[];Ps--;){var ku=sr[Ps];Ps&&fr&&(ku=tp(ku,np(fr))),yl=ks(ku.length,yl),Ks[Ps]=!Ur&&(fr||Qa>=120&&ku.length>=120)?new cp(Ps&&ku):y}ku=sr[0];var Vu=-1,xc=Ks[0];e:for(;++Vu<Qa&&Iu.length<yl;){var Qc=ku[Vu],ud=fr?fr(Qc):Qc;if(Qc=Ur||Qc!==0?Qc:0,!(xc?$p(xc,ud):Li(Iu,ud,Ur))){for(Ps=is;--Ps;){var Md=Ks[Ps];if(!(Md?$p(Md,ud):Li(sr[Ps],ud,Ur)))continue e}xc&&xc.push(ud),Iu.push(Qc)}}return Iu}function cc(sr,fr,Ur,Li){return fa(sr,function(Qa,is,Ps){fr(Li,Ur(Qa),is,Ps)}),Li}function Mc(sr,fr,Ur){fr=vn(fr,sr),sr=pu(sr,fr);var Li=sr==null?sr:sr[rl(Nh(fr))];return Li==null?y:Du(Li,sr,Ur)}function kc(sr){return sf(sr)&&No(sr)==Ir}function Fc(sr){return sf(sr)&&No(sr)==Wa}function Bc(sr){return sf(sr)&&No(sr)==jr}function Ic(sr,fr,Ur,Li,Qa){return sr===fr?!0:sr==null||fr==null||!sf(sr)&&!sf(fr)?sr!==sr&&fr!==fr:Bu(sr,fr,Ur,Li,Ic,Qa)}function Bu(sr,fr,Ur,Li,Qa,is){var Ps=Ad(sr),Ks=Ad(fr),yl=Ps?Mr:lc(sr),Iu=Ks?Mr:lc(fr);yl=yl==Ir?Cr:yl,Iu=Iu==Ir?Cr:Iu;var ku=yl==Cr,Vu=Iu==Cr,xc=yl==Iu;if(xc&&s0(sr)){if(!s0(fr))return!1;Ps=!0,ku=!1}if(xc&&!ku)return is||(is=new Fd),Ps||p0(sr)?Vo(sr,fr,Ur,Li,Qa,is):As(sr,fr,yl,Ur,Li,Qa,is);if(!(Ur&de)){var Qc=ku&&Nd.call(sr,"__wrapped__"),ud=Vu&&Nd.call(fr,"__wrapped__");if(Qc||ud){var Md=Qc?sr.value():sr,hd=ud?fr.value():fr;return is||(is=new Fd),Qa(Md,hd,Ur,Li,is)}}return xc?(is||(is=new Fd),dl(sr,fr,Ur,Li,Qa,is)):!1}function hu(sr){return sf(sr)&&lc(sr)==Tr}function Pu(sr,fr,Ur,Li){var Qa=Ur.length,is=Qa,Ps=!Li;if(sr==null)return!is;for(sr=zd(sr);Qa--;){var Ks=Ur[Qa];if(Ps&&Ks[2]?Ks[1]!==sr[Ks[0]]:!(Ks[0]in sr))return!1}for(;++Qa<is;){Ks=Ur[Qa];var yl=Ks[0],Iu=sr[yl],ku=Ks[1];if(Ps&&Ks[2]){if(Iu===y&&!(yl in sr))return!1}else{var Vu=new Fd;if(Li)var xc=Li(Iu,ku,yl,sr,fr,Vu);if(!(xc===y?Ic(ku,Iu,de|pe,Li,Vu):xc))return!1}}return!0}function fu(sr){if(!Yp(sr)||Hn(sr))return!1;var fr=t0(sr)?rm:Ki;return fr.test(Ju(sr))}function pp(sr){return sf(sr)&&No(sr)==Wr}function Rd(sr){return sf(sr)&&lc(sr)==Kr}function Gd(sr){return sf(sr)&&S0(sr.length)&&!!Td[No(sr)]}function Ed(sr){return typeof sr=="function"?sr:sr==null?Jm:typeof sr=="object"?Ad(sr)?Zs(sr[0],sr[1]):Yc(sr):b1(sr)}function rd(sr){if(!ma(sr))return Ts(sr);var fr=[];for(var Ur in zd(sr))Nd.call(sr,Ur)&&Ur!="constructor"&&fr.push(Ur);return fr}function hc(sr){if(!Yp(sr))return Js(sr);var fr=ma(sr),Ur=[];for(var Li in sr)Li=="constructor"&&(fr||!Nd.call(sr,Li))||Ur.push(Li);return Ur}function Vc(sr,fr){return sr<fr}function Hc(sr,fr){var Ur=-1,Li=Ym(sr)?Pl(sr.length):[];return Ha(sr,function(Qa,is,Ps){Li[++Ur]=fr(Qa,is,Ps)}),Li}function Yc(sr){var fr=jl(sr);return fr.length==1&&fr[0][2]?ms(fr[0][0],fr[0][1]):function(Ur){return Ur===sr||Pu(Ur,sr,fr)}}function Zs(sr,fr){return dr(sr)&&io(fr)?ms(rl(sr),fr):function(Ur){var Li=I0(Ur,sr);return Li===y&&Li===fr?k0(Ur,sr):Ic(fr,Li,de|pe)}}function Dl(sr,fr,Ur,Li,Qa){sr!==fr&&Sn(fr,function(is,Ps){if(Qa||(Qa=new Fd),Yp(is))Zl(sr,fr,Ps,Ur,Dl,Li,Qa);else{var Ks=Li?Li(vs(sr,Ps),is,Ps+"",sr,fr,Qa):y;Ks===y&&(Ks=is),tf(sr,Ps,Ks)}},Xm)}function Zl(sr,fr,Ur,Li,Qa,is,Ps){var Ks=vs(sr,Ur),yl=vs(fr,Ur),Iu=Ps.get(yl);if(Iu){tf(sr,Ur,Iu);return}var ku=is?is(Ks,yl,Ur+"",sr,fr,Ps):y,Vu=ku===y;if(Vu){var xc=Ad(yl),Qc=!xc&&s0(yl),ud=!xc&&!Qc&&p0(yl);ku=yl,xc||Qc||ud?Ad(Ks)?ku=Ks:yf(Ks)?ku=Ra(Ks):Qc?(Vu=!1,ku=xn(yl,!0)):ud?(Vu=!1,ku=zi(yl,!0)):ku=[]:g0(yl)||c0(yl)?(ku=Ks,c0(Ks)?ku=u1(Ks):(!Yp(Ks)||t0(Ks))&&(ku=ul(yl))):Vu=!1}Vu&&(Ps.set(yl,ku),Qa(ku,yl,Li,is,Ps),Ps.delete(yl)),tf(sr,Ur,ku)}function Wu(sr,fr){var Ur=sr.length;if(Ur)return fr+=fr<0?Ur:0,ir(fr,Ur)?sr[fr]:y}function Ys(sr,fr,Ur){fr.length?fr=tp(fr,function(is){return Ad(is)?function(Ps){return ss(Ps,is.length===1?is[0]:is)}:is}):fr=[Jm];var Li=-1;fr=tp(fr,np(Hs()));var Qa=Hc(sr,function(is,Ps,Ks){var yl=tp(fr,function(Iu){return Iu(is)});return{criteria:yl,index:++Li,value:is}});return hm(Qa,function(is,Ps){return ki(is,Ps,Ur)})}function wc(sr,fr){return mc(sr,fr,function(Ur,Li){return k0(sr,Li)})}function mc(sr,fr,Ur){for(var Li=-1,Qa=fr.length,is={};++Li<Qa;){var Ps=fr[Li],Ks=ss(sr,Ps);Ur(Ks,Ps)&&yp(is,vn(Ps,sr),Ks)}return is}function Bp(sr){return function(fr){return ss(fr,sr)}}function sp(sr,fr,Ur,Li){var Qa=Li?Oh:rp,is=-1,Ps=fr.length,Ks=sr;for(sr===fr&&(fr=Ra(fr)),Ur&&(Ks=tp(sr,np(Ur)));++is<Ps;)for(var yl=0,Iu=fr[is],ku=Ur?Ur(Iu):Iu;(yl=Qa(Ks,ku,yl,Li))>-1;)Ks!==sr&&Wf.call(Ks,yl,1),Wf.call(sr,yl,1);return sr}function Yd(sr,fr){for(var Ur=sr?fr.length:0,Li=Ur-1;Ur--;){var Qa=fr[Ur];if(Ur==Li||Qa!==is){var is=Qa;ir(Qa)?Wf.call(sr,Qa,1):a0(sr,Qa)}}return sr}function Nf(sr,fr){return sr+Ro(cl()*(fr-sr+1))}function rf(sr,fr,Ur,Li){for(var Qa=-1,is=ds(So((fr-sr)/(Ur||1)),0),Ps=Pl(is);is--;)Ps[Li?is:++Qa]=sr,sr+=Ur;return Ps}function bp(sr,fr){var Ur="";if(!sr||fr<1||fr>_r)return Ur;do fr%2&&(Ur+=sr),fr=Ro(fr/2),fr&&(sr+=sr);while(fr);return Ur}function Zc(sr,fr){return $u(sl(sr,fr,Jm),sr+"")}function fp(sr){return ym(f0(sr))}function Sp(sr,fr){var Ur=f0(sr);return Vd(Ur,xf(fr,0,Ur.length))}function yp(sr,fr,Ur,Li){if(!Yp(sr))return sr;fr=vn(fr,sr);for(var Qa=-1,is=fr.length,Ps=is-1,Ks=sr;Ks!=null&&++Qa<is;){var yl=rl(fr[Qa]),Iu=Ur;if(yl==="__proto__"||yl==="constructor"||yl==="prototype")return sr;if(Qa!=Ps){var ku=Ks[yl];Iu=Li?Li(ku,yl,Ks):y,Iu===y&&(Iu=Yp(ku)?ku:ir(fr[Qa+1])?[]:{})}Kf(Ks,yl,Iu),Ks=Ks[yl]}return sr}var Qh=kl?function(sr,fr){return kl.set(sr,fr),sr}:Jm,i0=Co?function(sr,fr){return Co(sr,"toString",{configurable:!0,enumerable:!1,value:B0(fr),writable:!0})}:Jm;function m0(sr){return Vd(f0(sr))}function Kp(sr,fr,Ur){var Li=-1,Qa=sr.length;fr<0&&(fr=-fr>Qa?0:Qa+fr),Ur=Ur>Qa?Qa:Ur,Ur<0&&(Ur+=Qa),Qa=fr>Ur?0:Ur-fr>>>0,fr>>>=0;for(var is=Pl(Qa);++Li<Qa;)is[Li]=sr[Li+fr];return is}function Jh(sr,fr){var Ur;return Ha(sr,function(Li,Qa,is){return Ur=fr(Li,Qa,is),!Ur}),!!Ur}function $h(sr,fr,Ur){var Li=0,Qa=sr==null?Li:sr.length;if(typeof fr=="number"&&fr===fr&&Qa<=yr){for(;Li<Qa;){var is=Li+Qa>>>1,Ps=sr[is];Ps!==null&&!mh(Ps)&&(Ur?Ps<=fr:Ps<fr)?Li=is+1:Qa=is}return Qa}return jh(sr,fr,Jm,Ur)}function jh(sr,fr,Ur,Li){var Qa=0,is=sr==null?0:sr.length;if(is===0)return 0;fr=Ur(fr);for(var Ps=fr!==fr,Ks=fr===null,yl=mh(fr),Iu=fr===y;Qa<is;){var ku=Ro((Qa+is)/2),Vu=Ur(sr[ku]),xc=Vu!==y,Qc=Vu===null,ud=Vu===Vu,Md=mh(Vu);if(Ps)var hd=Li||ud;else Iu?hd=ud&&(Li||xc):Ks?hd=ud&&xc&&(Li||!Qc):yl?hd=ud&&xc&&!Qc&&(Li||!Md):Qc||Md?hd=!1:hd=Li?Vu<=fr:Vu<fr;hd?Qa=ku+1:is=ku}return ks(is,xr)}function Wm(sr,fr){for(var Ur=-1,Li=sr.length,Qa=0,is=[];++Ur<Li;){var Ps=sr[Ur],Ks=fr?fr(Ps):Ps;if(!Ur||!Fh(Ks,yl)){var yl=Ks;is[Qa++]=Ps===0?0:Ps}}return is}function d0(sr){return typeof sr=="number"?sr:mh(sr)?Er:+sr}function om(sr){if(typeof sr=="string")return sr;if(Ad(sr))return tp(sr,om)+"";if(mh(sr))return ec?ec.call(sr):"";var fr=sr+"";return fr=="0"&&1/sr==-cr?"-0":fr}function nf(sr,fr,Ur){var Li=-1,Qa=Am,is=sr.length,Ps=!0,Ks=[],yl=Ks;if(Ur)Ps=!1,Qa=jm;else if(is>=k){var Iu=fr?null:Xo(sr);if(Iu)return Gp(Iu);Ps=!1,Qa=$p,yl=new cp}else yl=fr?[]:Ks;e:for(;++Li<is;){var ku=sr[Li],Vu=fr?fr(ku):ku;if(ku=Ur||ku!==0?ku:0,Ps&&Vu===Vu){for(var xc=yl.length;xc--;)if(yl[xc]===Vu)continue e;fr&&yl.push(Vu),Ks.push(ku)}else Qa(yl,Vu,Ur)||(yl!==Ks&&yl.push(Vu),Ks.push(ku))}return Ks}function a0(sr,fr){return fr=vn(fr,sr),sr=pu(sr,fr),sr==null||delete sr[rl(Nh(fr))]}function l0(sr,fr,Ur,Li){return yp(sr,fr,Ur(ss(sr,fr)),Li)}function Zh(sr,fr,Ur,Li){for(var Qa=sr.length,is=Li?Qa:-1;(Li?is--:++is<Qa)&&fr(sr[is],is,sr););return Ur?Kp(sr,Li?0:is,Li?is+1:Qa):Kp(sr,Li?is+1:0,Li?Qa:is)}function e0(sr,fr){var Ur=sr;return Ur instanceof $l&&(Ur=Ur.value()),Fm(fr,function(Li,Qa){return Qa.func.apply(Qa.thisArg,Hf([Li],Qa.args))},Ur)}function Yf(sr,fr,Ur){var Li=sr.length;if(Li<2)return Li?nf(sr[0]):[];for(var Qa=-1,is=Pl(Li);++Qa<Li;)for(var Ps=sr[Qa],Ks=-1;++Ks<Li;)Ks!=Qa&&(is[Qa]=Na(is[Qa]||Ps,sr[Ks],fr,Ur));return nf(zn(is,1),fr,Ur)}function Kh(sr,fr,Ur){for(var Li=-1,Qa=sr.length,is=fr.length,Ps={};++Li<Qa;){var Ks=Li<is?fr[Li]:y;Ur(Ps,sr[Li],Ks)}return Ps}function Rn(sr){return yf(sr)?sr:[]}function di(sr){return typeof sr=="function"?sr:Jm}function vn(sr,fr){return Ad(sr)?sr:dr(sr,fr)?[sr]:co(hp(sr))}var Vn=Zc;function Fn(sr,fr,Ur){var Li=sr.length;return Ur=Ur===y?Li:Ur,!fr&&Ur>=Li?sr:Kp(sr,fr,Ur)}var En=Do||function(sr){return Bd.clearTimeout(sr)};function xn(sr,fr){if(fr)return sr.slice();var Ur=sr.length,Li=uh?uh(Ur):new sr.constructor(Ur);return sr.copy(Li),Li}function Nn(sr){var fr=new sr.constructor(sr.byteLength);return new lh(fr).set(new lh(sr)),fr}function ui(sr,fr){var Ur=fr?Nn(sr.buffer):sr.buffer;return new sr.constructor(Ur,sr.byteOffset,sr.byteLength)}function Mi(sr){var fr=new sr.constructor(sr.source,Vi.exec(sr));return fr.lastIndex=sr.lastIndex,fr}function ea(sr){return Qu?zd(Qu.call(sr)):{}}function zi(sr,fr){var Ur=fr?Nn(sr.buffer):sr.buffer;return new sr.constructor(Ur,sr.byteOffset,sr.length)}function ta(sr,fr){if(sr!==fr){var Ur=sr!==y,Li=sr===null,Qa=sr===sr,is=mh(sr),Ps=fr!==y,Ks=fr===null,yl=fr===fr,Iu=mh(fr);if(!Ks&&!Iu&&!is&&sr>fr||is&&Ps&&yl&&!Ks&&!Iu||Li&&Ps&&yl||!Ur&&yl||!Qa)return 1;if(!Li&&!is&&!Iu&&sr<fr||Iu&&Ur&&Qa&&!Li&&!is||Ks&&Ur&&Qa||!Ps&&Qa||!yl)return-1}return 0}function ki(sr,fr,Ur){for(var Li=-1,Qa=sr.criteria,is=fr.criteria,Ps=Qa.length,Ks=Ur.length;++Li<Ps;){var yl=ta(Qa[Li],is[Li]);if(yl){if(Li>=Ks)return yl;var Iu=Ur[Li];return yl*(Iu=="desc"?-1:1)}}return sr.index-fr.index}function ji(sr,fr,Ur,Li){for(var Qa=-1,is=sr.length,Ps=Ur.length,Ks=-1,yl=fr.length,Iu=ds(is-Ps,0),ku=Pl(yl+Iu),Vu=!Li;++Ks<yl;)ku[Ks]=fr[Ks];for(;++Qa<Ps;)(Vu||Qa<is)&&(ku[Ur[Qa]]=sr[Qa]);for(;Iu--;)ku[Ks++]=sr[Qa++];return ku}function oa(sr,fr,Ur,Li){for(var Qa=-1,is=sr.length,Ps=-1,Ks=Ur.length,yl=-1,Iu=fr.length,ku=ds(is-Ks,0),Vu=Pl(ku+Iu),xc=!Li;++Qa<ku;)Vu[Qa]=sr[Qa];for(var Qc=Qa;++yl<Iu;)Vu[Qc+yl]=fr[yl];for(;++Ps<Ks;)(xc||Qa<is)&&(Vu[Qc+Ur[Ps]]=sr[Qa++]);return Vu}function Ra(sr,fr){var Ur=-1,Li=sr.length;for(fr||(fr=Pl(Li));++Ur<Li;)fr[Ur]=sr[Ur];return fr}function Ba(sr,fr,Ur,Li){var Qa=!Ur;Ur||(Ur={});for(var is=-1,Ps=fr.length;++is<Ps;){var Ks=fr[is],yl=Li?Li(Ur[Ks],sr[Ks],Ks,Ur,sr):y;yl===y&&(yl=sr[Ks]),Qa?im(Ur,Ks,yl):Kf(Ur,Ks,yl)}return Ur}function la(sr,fr){return Ba(sr,Uc(sr),fr)}function La(sr,fr){return Ba(sr,fc(sr),fr)}function Ea(sr,fr){return function(Ur,Li){var Qa=Ad(Ur)?qc:Mp,is=fr?fr():{};return Qa(Ur,sr,Hs(Li,2),is)}}function Xa(sr){return Zc(function(fr,Ur){var Li=-1,Qa=Ur.length,is=Qa>1?Ur[Qa-1]:y,Ps=Qa>2?Ur[2]:y;for(is=sr.length>3&&typeof is=="function"?(Qa--,is):y,Ps&&lr(Ur[0],Ur[1],Ps)&&(is=Qa<3?y:is,Qa=1),fr=zd(fr);++Li<Qa;){var Ks=Ur[Li];Ks&&sr(fr,Ks,Li,is)}return fr})}function Fa(sr,fr){return function(Ur,Li){if(Ur==null)return Ur;if(!Ym(Ur))return sr(Ur,Li);for(var Qa=Ur.length,is=fr?Qa:-1,Ps=zd(Ur);(fr?is--:++is<Qa)&&Li(Ps[is],is,Ps)!==!1;);return Ur}}function Zo(sr){return function(fr,Ur,Li){for(var Qa=-1,is=zd(fr),Ps=Li(fr),Ks=Ps.length;Ks--;){var yl=Ps[sr?Ks:++Qa];if(Ur(is[yl],yl,is)===!1)break}return fr}}function Ui(sr,fr,Ur){var Li=fr&Ie,Qa=aa(sr);function is(){var Ps=this&&this!==Bd&&this instanceof is?Qa:sr;return Ps.apply(Li?Ur:this,arguments)}return is}function Ta(sr){return function(fr){fr=hp(fr);var Ur=hf(fr)?Bf(fr):y,Li=Ur?Ur[0]:fr.charAt(0),Qa=Ur?Fn(Ur,1).join(""):fr.slice(1);return Li[sr]()+Qa}}function Fi(sr){return function(fr){return Fm(_1(g1(fr).replace(Qf,"")),sr,"")}}function aa(sr){return function(){var fr=arguments;switch(fr.length){case 0:return new sr;case 1:return new sr(fr[0]);case 2:return new sr(fr[0],fr[1]);case 3:return new sr(fr[0],fr[1],fr[2]);case 4:return new sr(fr[0],fr[1],fr[2],fr[3]);case 5:return new sr(fr[0],fr[1],fr[2],fr[3],fr[4]);case 6:return new sr(fr[0],fr[1],fr[2],fr[3],fr[4],fr[5]);case 7:return new sr(fr[0],fr[1],fr[2],fr[3],fr[4],fr[5],fr[6])}var Ur=yu(sr.prototype),Li=sr.apply(Ur,fr);return Yp(Li)?Li:Ur}}function Un(sr,fr,Ur){var Li=aa(sr);function Qa(){for(var is=arguments.length,Ps=Pl(is),Ks=is,yl=Ws(Qa);Ks--;)Ps[Ks]=arguments[Ks];var Iu=is<3&&Ps[0]!==yl&&Ps[is-1]!==yl?[]:Cp(Ps,yl);if(is-=Iu.length,is<Ur)return bo(sr,fr,da,Qa.placeholder,y,Ps,Iu,y,y,Ur-is);var ku=this&&this!==Bd&&this instanceof Qa?Li:sr;return Du(ku,this,Ps)}return Qa}function Gi(sr){return function(fr,Ur,Li){var Qa=zd(fr);if(!Ym(fr)){var is=Hs(Ur,3);fr=Xf(fr),Ur=function(Ks){return is(Qa[Ks],Ks,Qa)}}var Ps=sr(fr,Ur,Li);return Ps>-1?Qa[is?fr[Ps]:Ps]:y}}function ra(sr){return al(function(fr){var Ur=fr.length,Li=Ur,Qa=Tu.prototype.thru;for(sr&&fr.reverse();Li--;){var is=fr[Li];if(typeof is!="function")throw new gf($);if(Qa&&!Ps&&Fs(is)=="wrapper")var Ps=new Tu([],!0)}for(Li=Ps?Li:Ur;++Li<Ur;){is=fr[Li];var Ks=Fs(is),yl=Ks=="wrapper"?fs(is):y;yl&&Zr(yl[0])&&yl[1]==(kt|_e|Fe|Et)&&!yl[4].length&&yl[9]==1?Ps=Ps[Fs(yl[0])].apply(Ps,yl[3]):Ps=is.length==1&&Zr(is)?Ps[Ks]():Ps.thru(is)}return function(){var Iu=arguments,ku=Iu[0];if(Ps&&Iu.length==1&&Ad(ku))return Ps.plant(ku).value();for(var Vu=0,xc=Ur?fr[Vu].apply(this,Iu):ku;++Vu<Ur;)xc=fr[Vu].call(this,xc);return xc}})}function da(sr,fr,Ur,Li,Qa,is,Ps,Ks,yl,Iu){var ku=fr&kt,Vu=fr&Ie,xc=fr&he,Qc=fr&(_e|Ne),ud=fr&Ve,Md=xc?y:aa(sr);function hd(){for(var qd=arguments.length,Jd=Pl(qd),hh=qd;hh--;)Jd[hh]=arguments[hh];if(Qc)var Lm=Ws(hd),gh=_m(Jd,Lm);if(Li&&(Jd=ji(Jd,Li,Qa,Qc)),is&&(Jd=oa(Jd,is,Ps,Qc)),qd-=gh,Qc&&qd<Iu){var Ef=Cp(Jd,Lm);return bo(sr,fr,da,hd.placeholder,Ur,Jd,Ef,Ks,yl,Iu-qd)}var Uh=Vu?Ur:this,n0=xc?Uh[sr]:sr;return qd=Jd.length,Ks?Jd=gu(Jd,Ks):ud&&qd>1&&Jd.reverse(),ku&&yl<qd&&(Jd.length=yl),this&&this!==Bd&&this instanceof hd&&(n0=Md||aa(n0)),n0.apply(Uh,Jd)}return hd}function va(sr,fr){return function(Ur,Li){return cc(Ur,sr,fr(Li),{})}}function Aa(sr,fr){return function(Ur,Li){var Qa;if(Ur===y&&Li===y)return fr;if(Ur!==y&&(Qa=Ur),Li!==y){if(Qa===y)return Li;typeof Ur=="string"||typeof Li=="string"?(Ur=om(Ur),Li=om(Li)):(Ur=d0(Ur),Li=d0(Li)),Qa=sr(Ur,Li)}return Qa}}function to(sr){return al(function(fr){return fr=tp(fr,np(Hs())),Zc(function(Ur){var Li=this;return sr(fr,function(Qa){return Du(Qa,Li,Ur)})})})}function Bo(sr,fr){fr=fr===y?" ":om(fr);var Ur=fr.length;if(Ur<2)return Ur?bp(fr,sr):fr;var Li=bp(fr,So(sr/Hm(fr)));return hf(fr)?Fn(Bf(Li),0,sr).join(""):Li.slice(0,sr)}function Jo(sr,fr,Ur,Li){var Qa=fr&Ie,is=aa(sr);function Ps(){for(var Ks=-1,yl=arguments.length,Iu=-1,ku=Li.length,Vu=Pl(ku+yl),xc=this&&this!==Bd&&this instanceof Ps?is:sr;++Iu<ku;)Vu[Iu]=Li[Iu];for(;yl--;)Vu[Iu++]=arguments[++Ks];return Du(xc,Qa?Ur:this,Vu)}return Ps}function Mo(sr){return function(fr,Ur,Li){return Li&&typeof Li!="number"&&lr(fr,Ur,Li)&&(Ur=Li=y),fr=r0(fr),Ur===y?(Ur=fr,fr=0):Ur=r0(Ur),Li=Li===y?fr<Ur?1:-1:r0(Li),rf(fr,Ur,Li,sr)}}function _s(sr){return function(fr,Ur){return typeof fr=="string"&&typeof Ur=="string"||(fr=Ah(fr),Ur=Ah(Ur)),sr(fr,Ur)}}function bo(sr,fr,Ur,Li,Qa,is,Ps,Ks,yl,Iu){var ku=fr&_e,Vu=ku?Ps:y,xc=ku?y:Ps,Qc=ku?is:y,ud=ku?y:is;fr|=ku?Fe:Ue,fr&=~(ku?Ue:Fe),fr&Ce||(fr&=~(Ie|he));var Md=[sr,fr,Qa,Qc,Vu,ud,xc,Ks,yl,Iu],hd=Ur.apply(y,Md);return Zr(sr)&&pc(hd,Md),hd.placeholder=Li,dc(hd,sr,fr)}function Bs(sr){var fr=_p[sr];return function(Ur,Li){if(Ur=Ah(Ur),Li=Li==null?0:ks(kd(Li),292),Li&&Ja(Ur)){var Qa=(hp(Ur)+"e").split("e"),is=fr(Qa[0]+"e"+(+Qa[1]+Li));return Qa=(hp(is)+"e").split("e"),+(Qa[0]+"e"+(+Qa[1]-Li))}return fr(Ur)}}var Xo=ws&&1/Gp(new ws([,-0]))[1]==cr?function(sr){return new ws(sr)}:$0;function Oo(sr){return function(fr){var Ur=lc(fr);return Ur==Tr?nh(fr):Ur==Kr?Th(fr):mf(fr,sr(fr))}}function ys(sr,fr,Ur,Li,Qa,is,Ps,Ks){var yl=fr&he;if(!yl&&typeof sr!="function")throw new gf($);var Iu=Li?Li.length:0;if(Iu||(fr&=~(Fe|Ue),Li=Qa=y),Ps=Ps===y?Ps:ds(kd(Ps),0),Ks=Ks===y?Ks:kd(Ks),Iu-=Qa?Qa.length:0,fr&Ue){var ku=Li,Vu=Qa;Li=Qa=y}var xc=yl?y:fs(sr),Qc=[sr,fr,Ur,Li,Qa,ku,Vu,is,Ps,Ks];if(xc&&Cs(Qc,xc),sr=Qc[0],fr=Qc[1],Ur=Qc[2],Li=Qc[3],Qa=Qc[4],Ks=Qc[9]=Qc[9]===y?yl?0:sr.length:ds(Qc[9]-Iu,0),!Ks&&fr&(_e|Ne)&&(fr&=~(_e|Ne)),!fr||fr==Ie)var ud=Ui(sr,fr,Ur);else fr==_e||fr==Ne?ud=Un(sr,fr,Ks):(fr==Fe||fr==(Ie|Fe))&&!Qa.length?ud=Jo(sr,fr,Ur,Li):ud=da.apply(y,Qc);var Md=xc?Qh:pc;return dc(Md(ud,Qc),sr,fr)}function tl(sr,fr,Ur,Li){return sr===y||Fh(sr,_f[Ur])&&!Nd.call(Li,Ur)?fr:sr}function $s(sr,fr,Ur,Li,Qa,is){return Yp(sr)&&Yp(fr)&&(is.set(fr,sr),Dl(sr,fr,y,$s,is),is.delete(fr)),sr}function pl(sr){return g0(sr)?y:sr}function Vo(sr,fr,Ur,Li,Qa,is){var Ps=Ur&de,Ks=sr.length,yl=fr.length;if(Ks!=yl&&!(Ps&&yl>Ks))return!1;var Iu=is.get(sr),ku=is.get(fr);if(Iu&&ku)return Iu==fr&&ku==sr;var Vu=-1,xc=!0,Qc=Ur&pe?new cp:y;for(is.set(sr,fr),is.set(fr,sr);++Vu<Ks;){var ud=sr[Vu],Md=fr[Vu];if(Li)var hd=Ps?Li(Md,ud,Vu,fr,sr,is):Li(ud,Md,Vu,sr,fr,is);if(hd!==y){if(hd)continue;xc=!1;break}if(Qc){if(!Dm(fr,function(qd,Jd){if(!$p(Qc,Jd)&&(ud===qd||Qa(ud,qd,Ur,Li,is)))return Qc.push(Jd)})){xc=!1;break}}else if(!(ud===Md||Qa(ud,Md,Ur,Li,is))){xc=!1;break}}return is.delete(sr),is.delete(fr),xc}function As(sr,fr,Ur,Li,Qa,is,Ps){switch(Ur){case Go:if(sr.byteLength!=fr.byteLength||sr.byteOffset!=fr.byteOffset)return!1;sr=sr.buffer,fr=fr.buffer;case Wa:return!(sr.byteLength!=fr.byteLength||!is(new lh(sr),new lh(fr)));case gr:case jr:case Br:return Fh(+sr,+fr);case Vr:return sr.name==fr.name&&sr.message==fr.message;case Wr:case Nr:return sr==fr+"";case Tr:var Ks=nh;case Kr:var yl=Li&de;if(Ks||(Ks=Gp),sr.size!=fr.size&&!yl)return!1;var Iu=Ps.get(sr);if(Iu)return Iu==fr;Li|=pe,Ps.set(sr,fr);var ku=Vo(Ks(sr),Ks(fr),Li,Qa,is,Ps);return Ps.delete(sr),ku;case Fr:if(Qu)return Qu.call(sr)==Qu.call(fr)}return!1}function dl(sr,fr,Ur,Li,Qa,is){var Ps=Ur&de,Ks=Ou(sr),yl=Ks.length,Iu=Ou(fr),ku=Iu.length;if(yl!=ku&&!Ps)return!1;for(var Vu=yl;Vu--;){var xc=Ks[Vu];if(!(Ps?xc in fr:Nd.call(fr,xc)))return!1}var Qc=is.get(sr),ud=is.get(fr);if(Qc&&ud)return Qc==fr&&ud==sr;var Md=!0;is.set(sr,fr),is.set(fr,sr);for(var hd=Ps;++Vu<yl;){xc=Ks[Vu];var qd=sr[xc],Jd=fr[xc];if(Li)var hh=Ps?Li(Jd,qd,xc,fr,sr,is):Li(qd,Jd,xc,sr,fr,is);if(!(hh===y?qd===Jd||Qa(qd,Jd,Ur,Li,is):hh)){Md=!1;break}hd||(hd=xc=="constructor")}if(Md&&!hd){var Lm=sr.constructor,gh=fr.constructor;Lm!=gh&&"constructor"in sr&&"constructor"in fr&&!(typeof Lm=="function"&&Lm instanceof Lm&&typeof gh=="function"&&gh instanceof gh)&&(Md=!1)}return is.delete(sr),is.delete(fr),Md}function al(sr){return $u(sl(sr,y,Km),sr+"")}function Ou(sr){return as(sr,Xf,Uc)}function Rs(sr){return as(sr,Xm,fc)}var fs=kl?function(sr){return kl.get(sr)}:$0;function Fs(sr){for(var fr=sr.name+"",Ur=bu[fr],Li=Nd.call(bu,fr)?Ur.length:0;Li--;){var Qa=Ur[Li],is=Qa.func;if(is==null||is==sr)return Qa.name}return fr}function Ws(sr){var fr=Nd.call(Ka,"placeholder")?Ka:sr;return fr.placeholder}function Hs(){var sr=Ka.iteratee||P0;return sr=sr===P0?Ed:sr,arguments.length?sr(arguments[0],arguments[1]):sr}function du(sr,fr){var Ur=sr.__data__;return $r(fr)?Ur[typeof fr=="string"?"string":"hash"]:Ur.map}function jl(sr){for(var fr=Xf(sr),Ur=fr.length;Ur--;){var Li=fr[Ur],Qa=sr[Li];fr[Ur]=[Li,Qa,io(Qa)]}return fr}function rc(sr,fr){var Ur=Om(sr,fr);return fu(Ur)?Ur:y}function ed(sr){var fr=Nd.call(sr,os),Ur=sr[os];try{sr[os]=y;var Li=!0}catch{}var Qa=qp.call(sr);return Li&&(fr?sr[os]=Ur:delete sr[os]),Qa}var Uc=no?function(sr){return sr==null?[]:(sr=zd(sr),Mf(no(sr),function(fr){return bm.call(sr,fr)}))}:j0,fc=no?function(sr){for(var fr=[];sr;)Hf(fr,Uc(sr)),sr=vf(sr);return fr}:j0,lc=No;(il&&lc(new il(new ArrayBuffer(1)))!=Go||Es&&lc(new Es)!=Tr||Ss&&lc(Ss.resolve())!=Dr||ws&&lc(new ws)!=Kr||Ms&&lc(new Ms)!=ca)&&(lc=function(sr){var fr=No(sr),Ur=fr==Cr?sr.constructor:y,Li=Ur?Ju(Ur):"";if(Li)switch(Li){case hl:return Go;case Kl:return Tr;case _u:return Dr;case Cu:return Kr;case Qs:return ca}return fr});function ol(sr,fr,Ur){for(var Li=-1,Qa=Ur.length;++Li<Qa;){var is=Ur[Li],Ps=is.size;switch(is.type){case"drop":sr+=Ps;break;case"dropRight":fr-=Ps;break;case"take":fr=ks(fr,sr+Ps);break;case"takeRight":sr=ds(sr,fr-Ps);break}}return{start:sr,end:fr}}function Qo(sr){var fr=sr.match(Us);return fr?fr[1].split(Vs):[]}function fl(sr,fr,Ur){fr=vn(fr,sr);for(var Li=-1,Qa=fr.length,is=!1;++Li<Qa;){var Ps=rl(fr[Li]);if(!(is=sr!=null&&Ur(sr,Ps)))break;sr=sr[Ps]}return is||++Li!=Qa?is:(Qa=sr==null?0:sr.length,!!Qa&&S0(Qa)&&ir(Ps,Qa)&&(Ad(sr)||c0(sr)))}function Is(sr){var fr=sr.length,Ur=new sr.constructor(fr);return fr&&typeof sr[0]=="string"&&Nd.call(sr,"index")&&(Ur.index=sr.index,Ur.input=sr.input),Ur}function ul(sr){return typeof sr.constructor=="function"&&!ma(sr)?yu(vf(sr)):{}}function Hu(sr,fr,Ur){var Li=sr.constructor;switch(fr){case Wa:return Nn(sr);case gr:case jr:return new Li(+sr);case Go:return ui(sr,Ur);case us:case Kn:case Gr:case Ar:case On:case kn:case Sa:case sa:case qa:return zi(sr,Ur);case Tr:return new Li;case Br:case Nr:return new Li(sr);case Wr:return Mi(sr);case Kr:return new Li;case Fr:return ea(sr)}}function $e(sr,fr){var Ur=fr.length;if(!Ur)return sr;var Li=Ur-1;return fr[Li]=(Ur>1?"& ":"")+fr[Li],fr=fr.join(Ur>2?", ":" "),sr.replace(Ds,`{
/* [wrapped with `+fr+`] */
`)}function er(sr){return Ad(sr)||c0(sr)||!!(wh&&sr&&sr[wh])}function ir(sr,fr){var Ur=typeof sr;return fr=fr??_r,!!fr&&(Ur=="number"||Ur!="symbol"&&Eo.test(sr))&&sr>-1&&sr%1==0&&sr<fr}function lr(sr,fr,Ur){if(!Yp(Ur))return!1;var Li=typeof fr;return(Li=="number"?Ym(Ur)&&ir(fr,Ur.length):Li=="string"&&fr in Ur)?Fh(Ur[fr],sr):!1}function dr(sr,fr){if(Ad(sr))return!1;var Ur=typeof sr;return Ur=="number"||Ur=="symbol"||Ur=="boolean"||sr==null||mh(sr)?!0:Lu.test(sr)||!ju.test(sr)||fr!=null&&sr in zd(fr)}function $r(sr){var fr=typeof sr;return fr=="string"||fr=="number"||fr=="symbol"||fr=="boolean"?sr!=="__proto__":sr===null}function Zr(sr){var fr=Fs(sr),Ur=Ka[fr];if(typeof Ur!="function"||!(fr in $l.prototype))return!1;if(sr===Ur)return!0;var Li=fs(Ur);return!!Li&&sr===Li[0]}function Hn(sr){return!!Dd&&Dd in sr}var mi=qf?t0:F0;function ma(sr){var fr=sr&&sr.constructor,Ur=typeof fr=="function"&&fr.prototype||_f;return sr===Ur}function io(sr){return sr===sr&&!Yp(sr)}function ms(sr,fr){return function(Ur){return Ur==null?!1:Ur[sr]===fr&&(fr!==y||sr in zd(Ur))}}function gs(sr){var fr=y0(sr,function(Li){return Ur.size===z&&Ur.clear(),Li}),Ur=fr.cache;return fr}function Cs(sr,fr){var Ur=sr[1],Li=fr[1],Qa=Ur|Li,is=Qa<(Ie|he|kt),Ps=Li==kt&&Ur==_e||Li==kt&&Ur==Et&&sr[7].length<=fr[8]||Li==(kt|Et)&&fr[7].length<=fr[8]&&Ur==_e;if(!(is||Ps))return sr;Li&Ie&&(sr[2]=fr[2],Qa|=Ur&Ie?0:Ce);var Ks=fr[3];if(Ks){var yl=sr[3];sr[3]=yl?ji(yl,Ks,fr[4]):Ks,sr[4]=yl?Cp(sr[3],re):fr[4]}return Ks=fr[5],Ks&&(yl=sr[5],sr[5]=yl?oa(yl,Ks,fr[6]):Ks,sr[6]=yl?Cp(sr[5],re):fr[6]),Ks=fr[7],Ks&&(sr[7]=Ks),Li&kt&&(sr[8]=sr[8]==null?fr[8]:ks(sr[8],fr[8])),sr[9]==null&&(sr[9]=fr[9]),sr[0]=fr[0],sr[1]=Qa,sr}function Js(sr){var fr=[];if(sr!=null)for(var Ur in zd(sr))fr.push(Ur);return fr}function Hl(sr){return qp.call(sr)}function sl(sr,fr,Ur){return fr=ds(fr===y?sr.length-1:fr,0),function(){for(var Li=arguments,Qa=-1,is=ds(Li.length-fr,0),Ps=Pl(is);++Qa<is;)Ps[Qa]=Li[fr+Qa];Qa=-1;for(var Ks=Pl(fr+1);++Qa<fr;)Ks[Qa]=Li[Qa];return Ks[fr]=Ur(Ps),Du(sr,this,Ks)}}function pu(sr,fr){return fr.length<2?sr:ss(sr,Kp(fr,0,-1))}function gu(sr,fr){for(var Ur=sr.length,Li=ks(fr.length,Ur),Qa=Ra(sr);Li--;){var is=fr[Li];sr[Li]=ir(is,Ur)?Qa[is]:y}return sr}function vs(sr,fr){if(!(fr==="constructor"&&typeof sr[fr]=="function")&&fr!="__proto__")return sr[fr]}var pc=zc(Qh),vc=eo||function(sr,fr){return Bd.setTimeout(sr,fr)},$u=zc(i0);function dc(sr,fr,Ur){var Li=fr+"";return $u(sr,$e(Li,jc(Qo(Li),Ur)))}function zc(sr){var fr=0,Ur=0;return function(){var Li=Gs(),Qa=rr-(Li-Ur);if(Ur=Li,Qa>0){if(++fr>=tr)return arguments[0]}else fr=0;return sr.apply(y,arguments)}}function Vd(sr,fr){var Ur=-1,Li=sr.length,Qa=Li-1;for(fr=fr===y?Li:fr;++Ur<fr;){var is=Nf(Ur,Qa),Ps=sr[is];sr[is]=sr[Ur],sr[Ur]=Ps}return sr.length=fr,sr}var co=gs(function(sr){var fr=[];return sr.charCodeAt(0)===46&&fr.push(""),sr.replace(Pc,function(Ur,Li,Qa,is){fr.push(Qa?is.replace(hn,"$1"):Li||Ur)}),fr});function rl(sr){if(typeof sr=="string"||mh(sr))return sr;var fr=sr+"";return fr=="0"&&1/sr==-cr?"-0":fr}function Ju(sr){if(sr!=null){try{return Rm.call(sr)}catch{}try{return sr+""}catch{}}return""}function jc(sr,fr){return id(br,function(Ur){var Li="_."+Ur[0];fr&Ur[1]&&!Am(sr,Li)&&sr.push(Li)}),sr.sort()}function Wc(sr){if(sr instanceof $l)return sr.clone();var fr=new Tu(sr.__wrapped__,sr.__chain__);return fr.__actions__=Ra(sr.__actions__),fr.__index__=sr.__index__,fr.__values__=sr.__values__,fr}function Xd(sr,fr,Ur){(Ur?lr(sr,fr,Ur):fr===y)?fr=1:fr=ds(kd(fr),0);var Li=sr==null?0:sr.length;if(!Li||fr<1)return[];for(var Qa=0,is=0,Ps=Pl(So(Li/fr));Qa<Li;)Ps[is++]=Kp(sr,Qa,Qa+=fr);return Ps}function yd(sr){for(var fr=-1,Ur=sr==null?0:sr.length,Li=0,Qa=[];++fr<Ur;){var is=sr[fr];is&&(Qa[Li++]=is)}return Qa}function Id(){var sr=arguments.length;if(!sr)return[];for(var fr=Pl(sr-1),Ur=arguments[0],Li=sr;Li--;)fr[Li-1]=arguments[Li];return Hf(Ad(Ur)?Ra(Ur):[Ur],zn(fr,1))}var Ld=Zc(function(sr,fr){return yf(sr)?Na(sr,zn(fr,1,yf,!0)):[]}),$d=Zc(function(sr,fr){var Ur=Nh(fr);return yf(Ur)&&(Ur=y),yf(sr)?Na(sr,zn(fr,1,yf,!0),Hs(Ur,2)):[]}),$c=Zc(function(sr,fr){var Ur=Nh(fr);return yf(Ur)&&(Ur=y),yf(sr)?Na(sr,zn(fr,1,yf,!0),y,Ur):[]});function Xc(sr,fr,Ur){var Li=sr==null?0:sr.length;return Li?(fr=Ur||fr===y?1:kd(fr),Kp(sr,fr<0?0:fr,Li)):[]}function Up(sr,fr,Ur){var Li=sr==null?0:sr.length;return Li?(fr=Ur||fr===y?1:kd(fr),fr=Li-fr,Kp(sr,0,fr<0?0:fr)):[]}function Sm(sr,fr){return sr&&sr.length?Zh(sr,Hs(fr,3),!0,!0):[]}function Vp(sr,fr){return sr&&sr.length?Zh(sr,Hs(fr,3),!0):[]}function u0(sr,fr,Ur,Li){var Qa=sr==null?0:sr.length;return Qa?(Ur&&typeof Ur!="number"&&lr(sr,fr,Ur)&&(Ur=0,Li=Qa),za(sr,fr,Ur,Li)):[]}function Pm(sr,fr,Ur){var Li=sr==null?0:sr.length;if(!Li)return-1;var Qa=Ur==null?0:kd(Ur);return Qa<0&&(Qa=ds(Li+Qa,0)),zp(sr,Hs(fr,3),Qa)}function dh(sr,fr,Ur){var Li=sr==null?0:sr.length;if(!Li)return-1;var Qa=Li-1;return Ur!==y&&(Qa=kd(Ur),Qa=Ur<0?ds(Li+Qa,0):ks(Qa,Li-1)),zp(sr,Hs(fr,3),Qa,!0)}function Km(sr){var fr=sr==null?0:sr.length;return fr?zn(sr,1):[]}function of(sr){var fr=sr==null?0:sr.length;return fr?zn(sr,cr):[]}function o0(sr,fr){var Ur=sr==null?0:sr.length;return Ur?(fr=fr===y?1:kd(fr),zn(sr,fr)):[]}function h0(sr){for(var fr=-1,Ur=sr==null?0:sr.length,Li={};++fr<Ur;){var Qa=sr[fr];Li[Qa[0]]=Qa[1]}return Li}function z0(sr){return sr&&sr.length?sr[0]:y}function S1(sr,fr,Ur){var Li=sr==null?0:sr.length;if(!Li)return-1;var Qa=Ur==null?0:kd(Ur);return Qa<0&&(Qa=ds(Li+Qa,0)),rp(sr,fr,Qa)}function T1(sr){var fr=sr==null?0:sr.length;return fr?Kp(sr,0,-1):[]}var C1=Zc(function(sr){var fr=tp(sr,Rn);return fr.length&&fr[0]===sr[0]?zu(fr):[]}),w1=Zc(function(sr){var fr=Nh(sr),Ur=tp(sr,Rn);return fr===Nh(Ur)?fr=y:Ur.pop(),Ur.length&&Ur[0]===sr[0]?zu(Ur,Hs(fr,2)):[]}),x1=Zc(function(sr){var fr=Nh(sr),Ur=tp(sr,Rn);return fr=typeof fr=="function"?fr:y,fr&&Ur.pop(),Ur.length&&Ur[0]===sr[0]?zu(Ur,y,fr):[]});function N1(sr,fr){return sr==null?"":$o.call(sr,fr)}function Nh(sr){var fr=sr==null?0:sr.length;return fr?sr[fr-1]:y}function A1(sr,fr,Ur){var Li=sr==null?0:sr.length;if(!Li)return-1;var Qa=Li;return Ur!==y&&(Qa=kd(Ur),Qa=Qa<0?ds(Li+Qa,0):ks(Qa,Li-1)),fr===fr?Xh(sr,fr,Qa):zp(sr,yh,Qa,!0)}function D1(sr,fr){return sr&&sr.length?Wu(sr,kd(fr)):y}var O1=Zc(G0);function G0(sr,fr){return sr&&sr.length&&fr&&fr.length?sp(sr,fr):sr}function R1(sr,fr,Ur){return sr&&sr.length&&fr&&fr.length?sp(sr,fr,Hs(Ur,2)):sr}function I1(sr,fr,Ur){return sr&&sr.length&&fr&&fr.length?sp(sr,fr,y,Ur):sr}var k1=al(function(sr,fr){var Ur=sr==null?0:sr.length,Li=am(sr,fr);return Yd(sr,tp(fr,function(Qa){return ir(Qa,Ur)?+Qa:Qa}).sort(ta)),Li});function M1(sr,fr){var Ur=[];if(!(sr&&sr.length))return Ur;var Li=-1,Qa=[],is=sr.length;for(fr=Hs(fr,3);++Li<is;){var Ps=sr[Li];fr(Ps,Li,sr)&&(Ur.push(Ps),Qa.push(Li))}return Yd(sr,Qa),Ur}function x0(sr){return sr==null?sr:ns.call(sr)}function B1(sr,fr,Ur){var Li=sr==null?0:sr.length;return Li?(Ur&&typeof Ur!="number"&&lr(sr,fr,Ur)?(fr=0,Ur=Li):(fr=fr==null?0:kd(fr),Ur=Ur===y?Li:kd(Ur)),Kp(sr,fr,Ur)):[]}function P1(sr,fr){return $h(sr,fr)}function L1(sr,fr,Ur){return jh(sr,fr,Hs(Ur,2))}function $1(sr,fr){var Ur=sr==null?0:sr.length;if(Ur){var Li=$h(sr,fr);if(Li<Ur&&Fh(sr[Li],fr))return Li}return-1}function j1(sr,fr){return $h(sr,fr,!0)}function F1(sr,fr,Ur){return jh(sr,fr,Hs(Ur,2),!0)}function U1(sr,fr){var Ur=sr==null?0:sr.length;if(Ur){var Li=$h(sr,fr,!0)-1;if(Fh(sr[Li],fr))return Li}return-1}function V1(sr){return sr&&sr.length?Wm(sr):[]}function H1(sr,fr){return sr&&sr.length?Wm(sr,Hs(fr,2)):[]}function z1(sr){var fr=sr==null?0:sr.length;return fr?Kp(sr,1,fr):[]}function G1(sr,fr,Ur){return sr&&sr.length?(fr=Ur||fr===y?1:kd(fr),Kp(sr,0,fr<0?0:fr)):[]}function q1(sr,fr,Ur){var Li=sr==null?0:sr.length;return Li?(fr=Ur||fr===y?1:kd(fr),fr=Li-fr,Kp(sr,fr<0?0:fr,Li)):[]}function W1(sr,fr){return sr&&sr.length?Zh(sr,Hs(fr,3),!1,!0):[]}function K1(sr,fr){return sr&&sr.length?Zh(sr,Hs(fr,3)):[]}var Y1=Zc(function(sr){return nf(zn(sr,1,yf,!0))}),X1=Zc(function(sr){var fr=Nh(sr);return yf(fr)&&(fr=y),nf(zn(sr,1,yf,!0),Hs(fr,2))}),Q1=Zc(function(sr){var fr=Nh(sr);return fr=typeof fr=="function"?fr:y,nf(zn(sr,1,yf,!0),y,fr)});function J1(sr){return sr&&sr.length?nf(sr):[]}function Z1(sr,fr){return sr&&sr.length?nf(sr,Hs(fr,2)):[]}function tg(sr,fr){return fr=typeof fr=="function"?fr:y,sr&&sr.length?nf(sr,y,fr):[]}function N0(sr){if(!(sr&&sr.length))return[];var fr=0;return sr=Mf(sr,function(Ur){if(yf(Ur))return fr=ds(Ur.length,fr),!0}),Zf(fr,function(Ur){return tp(sr,Rh(Ur))})}function q0(sr,fr){if(!(sr&&sr.length))return[];var Ur=N0(sr);return fr==null?Ur:tp(Ur,function(Li){return Du(fr,y,Li)})}var rg=Zc(function(sr,fr){return yf(sr)?Na(sr,fr):[]}),ng=Zc(function(sr){return Yf(Mf(sr,yf))}),ig=Zc(function(sr){var fr=Nh(sr);return yf(fr)&&(fr=y),Yf(Mf(sr,yf),Hs(fr,2))}),ag=Zc(function(sr){var fr=Nh(sr);return fr=typeof fr=="function"?fr:y,Yf(Mf(sr,yf),y,fr)}),og=Zc(N0);function sg(sr,fr){return Kh(sr||[],fr||[],Kf)}function ug(sr,fr){return Kh(sr||[],fr||[],yp)}var cg=Zc(function(sr){var fr=sr.length,Ur=fr>1?sr[fr-1]:y;return Ur=typeof Ur=="function"?(sr.pop(),Ur):y,q0(sr,Ur)});function W0(sr){var fr=Ka(sr);return fr.__chain__=!0,fr}function dg(sr,fr){return fr(sr),sr}function _0(sr,fr){return fr(sr)}var pg=al(function(sr){var fr=sr.length,Ur=fr?sr[0]:0,Li=this.__wrapped__,Qa=function(is){return am(is,sr)};return fr>1||this.__actions__.length||!(Li instanceof $l)||!ir(Ur)?this.thru(Qa):(Li=Li.slice(Ur,+Ur+(fr?1:0)),Li.__actions__.push({func:_0,args:[Qa],thisArg:y}),new Tu(Li,this.__chain__).thru(function(is){return fr&&!is.length&&is.push(y),is}))});function fg(){return W0(this)}function mg(){return new Tu(this.value(),this.__chain__)}function hg(){this.__values__===y&&(this.__values__=s1(this.value()));var sr=this.__index__>=this.__values__.length,fr=sr?y:this.__values__[this.__index__++];return{done:sr,value:fr}}function _g(){return this}function vg(sr){for(var fr,Ur=this;Ur instanceof bc;){var Li=Wc(Ur);Li.__index__=0,Li.__values__=y,fr?Qa.__wrapped__=Li:fr=Li;var Qa=Li;Ur=Ur.__wrapped__}return Qa.__wrapped__=sr,fr}function bg(){var sr=this.__wrapped__;if(sr instanceof $l){var fr=sr;return this.__actions__.length&&(fr=new $l(this)),fr=fr.reverse(),fr.__actions__.push({func:_0,args:[x0],thisArg:y}),new Tu(fr,this.__chain__)}return this.thru(x0)}function yg(){return e0(this.__wrapped__,this.__actions__)}var Eg=Ea(function(sr,fr,Ur){Nd.call(sr,Ur)?++sr[Ur]:im(sr,Ur,1)});function Sg(sr,fr,Ur){var Li=Ad(sr)?pf:ro;return Ur&&lr(sr,fr,Ur)&&(fr=y),Li(sr,Hs(fr,3))}function Tg(sr,fr){var Ur=Ad(sr)?Mf:fo;return Ur(sr,Hs(fr,3))}var Cg=Gi(Pm),wg=Gi(dh);function xg(sr,fr){return zn(v0(sr,fr),1)}function Ng(sr,fr){return zn(v0(sr,fr),cr)}function Ag(sr,fr,Ur){return Ur=Ur===y?1:kd(Ur),zn(v0(sr,fr),Ur)}function K0(sr,fr){var Ur=Ad(sr)?id:Ha;return Ur(sr,Hs(fr,3))}function Y0(sr,fr){var Ur=Ad(sr)?Wd:_o;return Ur(sr,Hs(fr,3))}var Dg=Ea(function(sr,fr,Ur){Nd.call(sr,Ur)?sr[Ur].push(fr):im(sr,Ur,[fr])});function Og(sr,fr,Ur,Li){sr=Ym(sr)?sr:f0(sr),Ur=Ur&&!Li?kd(Ur):0;var Qa=sr.length;return Ur<0&&(Ur=ds(Qa+Ur,0)),T0(sr)?Ur<=Qa&&sr.indexOf(fr,Ur)>-1:!!Qa&&rp(sr,fr,Ur)>-1}var Rg=Zc(function(sr,fr,Ur){var Li=-1,Qa=typeof fr=="function",is=Ym(sr)?Pl(sr.length):[];return Ha(sr,function(Ps){is[++Li]=Qa?Du(fr,Ps,Ur):Mc(Ps,fr,Ur)}),is}),Ig=Ea(function(sr,fr,Ur){im(sr,Ur,fr)});function v0(sr,fr){var Ur=Ad(sr)?tp:Hc;return Ur(sr,Hs(fr,3))}function kg(sr,fr,Ur,Li){return sr==null?[]:(Ad(fr)||(fr=fr==null?[]:[fr]),Ur=Li?y:Ur,Ad(Ur)||(Ur=Ur==null?[]:[Ur]),Ys(sr,fr,Ur))}var Mg=Ea(function(sr,fr,Ur){sr[Ur?0:1].push(fr)},function(){return[[],[]]});function Bg(sr,fr,Ur){var Li=Ad(sr)?Fm:rh,Qa=arguments.length<3;return Li(sr,Hs(fr,4),Ur,Qa,Ha)}function Pg(sr,fr,Ur){var Li=Ad(sr)?bh:rh,Qa=arguments.length<3;return Li(sr,Hs(fr,4),Ur,Qa,_o)}function Lg(sr,fr){var Ur=Ad(sr)?Mf:fo;return Ur(sr,E0(Hs(fr,3)))}function $g(sr){var fr=Ad(sr)?ym:fp;return fr(sr)}function jg(sr,fr,Ur){(Ur?lr(sr,fr,Ur):fr===y)?fr=1:fr=kd(fr);var Li=Ad(sr)?Em:Sp;return Li(sr,fr)}function Fg(sr){var fr=Ad(sr)?kp:m0;return fr(sr)}function Ug(sr){if(sr==null)return 0;if(Ym(sr))return T0(sr)?Hm(sr):sr.length;var fr=lc(sr);return fr==Tr||fr==Kr?sr.size:rd(sr).length}function Vg(sr,fr,Ur){var Li=Ad(sr)?Dm:Jh;return Ur&&lr(sr,fr,Ur)&&(fr=y),Li(sr,Hs(fr,3))}var Hg=Zc(function(sr,fr){if(sr==null)return[];var Ur=fr.length;return Ur>1&&lr(sr,fr[0],fr[1])?fr=[]:Ur>2&&lr(fr[0],fr[1],fr[2])&&(fr=[fr[0]]),Ys(sr,zn(fr,1),[])}),b0=Ao||function(){return Bd.Date.now()};function zg(sr,fr){if(typeof fr!="function")throw new gf($);return sr=kd(sr),function(){if(--sr<1)return fr.apply(this,arguments)}}function X0(sr,fr,Ur){return fr=Ur?y:fr,fr=sr&&fr==null?sr.length:fr,ys(sr,kt,y,y,y,y,fr)}function Q0(sr,fr){var Ur;if(typeof fr!="function")throw new gf($);return sr=kd(sr),function(){return--sr>0&&(Ur=fr.apply(this,arguments)),sr<=1&&(fr=y),Ur}}var A0=Zc(function(sr,fr,Ur){var Li=Ie;if(Ur.length){var Qa=Cp(Ur,Ws(A0));Li|=Fe}return ys(sr,Li,fr,Ur,Qa)}),J0=Zc(function(sr,fr,Ur){var Li=Ie|he;if(Ur.length){var Qa=Cp(Ur,Ws(J0));Li|=Fe}return ys(fr,Li,sr,Ur,Qa)});function Z0(sr,fr,Ur){fr=Ur?y:fr;var Li=ys(sr,_e,y,y,y,y,y,fr);return Li.placeholder=Z0.placeholder,Li}function e1(sr,fr,Ur){fr=Ur?y:fr;var Li=ys(sr,Ne,y,y,y,y,y,fr);return Li.placeholder=e1.placeholder,Li}function t1(sr,fr,Ur){var Li,Qa,is,Ps,Ks,yl,Iu=0,ku=!1,Vu=!1,xc=!0;if(typeof sr!="function")throw new gf($);fr=Ah(fr)||0,Yp(Ur)&&(ku=!!Ur.leading,Vu="maxWait"in Ur,is=Vu?ds(Ah(Ur.maxWait)||0,fr):is,xc="trailing"in Ur?!!Ur.trailing:xc);function Qc(Ef){var Uh=Li,n0=Qa;return Li=Qa=y,Iu=Ef,Ps=sr.apply(n0,Uh),Ps}function ud(Ef){return Iu=Ef,Ks=vc(qd,fr),ku?Qc(Ef):Ps}function Md(Ef){var Uh=Ef-yl,n0=Ef-Iu,y1=fr-Uh;return Vu?ks(y1,is-n0):y1}function hd(Ef){var Uh=Ef-yl,n0=Ef-Iu;return yl===y||Uh>=fr||Uh<0||Vu&&n0>=is}function qd(){var Ef=b0();if(hd(Ef))return Jd(Ef);Ks=vc(qd,Md(Ef))}function Jd(Ef){return Ks=y,xc&&Li?Qc(Ef):(Li=Qa=y,Ps)}function hh(){Ks!==y&&En(Ks),Iu=0,Li=yl=Qa=Ks=y}function Lm(){return Ks===y?Ps:Jd(b0())}function gh(){var Ef=b0(),Uh=hd(Ef);if(Li=arguments,Qa=this,yl=Ef,Uh){if(Ks===y)return ud(yl);if(Vu)return En(Ks),Ks=vc(qd,fr),Qc(yl)}return Ks===y&&(Ks=vc(qd,fr)),Ps}return gh.cancel=hh,gh.flush=Lm,gh}var qg=Zc(function(sr,fr){return xa(sr,1,fr)}),Wg=Zc(function(sr,fr,Ur){return xa(sr,Ah(fr)||0,Ur)});function Kg(sr){return ys(sr,Ve)}function y0(sr,fr){if(typeof sr!="function"||fr!=null&&typeof fr!="function")throw new gf($);var Ur=function(){var Li=arguments,Qa=fr?fr.apply(this,Li):Li[0],is=Ur.cache;if(is.has(Qa))return is.get(Qa);var Ps=sr.apply(this,Li);return Ur.cache=is.set(Qa,Ps)||is,Ps};return Ur.cache=new(y0.Cache||sd),Ur}y0.Cache=sd;function E0(sr){if(typeof sr!="function")throw new gf($);return function(){var fr=arguments;switch(fr.length){case 0:return!sr.call(this);case 1:return!sr.call(this,fr[0]);case 2:return!sr.call(this,fr[0],fr[1]);case 3:return!sr.call(this,fr[0],fr[1],fr[2])}return!sr.apply(this,fr)}}function Yg(sr){return Q0(2,sr)}var Xg=Vn(function(sr,fr){fr=fr.length==1&&Ad(fr[0])?tp(fr[0],np(Hs())):tp(zn(fr,1),np(Hs()));var Ur=fr.length;return Zc(function(Li){for(var Qa=-1,is=ks(Li.length,Ur);++Qa<is;)Li[Qa]=fr[Qa].call(this,Li[Qa]);return Du(sr,this,Li)})}),D0=Zc(function(sr,fr){var Ur=Cp(fr,Ws(D0));return ys(sr,Fe,y,fr,Ur)}),r1=Zc(function(sr,fr){var Ur=Cp(fr,Ws(r1));return ys(sr,Ue,y,fr,Ur)}),Qg=al(function(sr,fr){return ys(sr,Et,y,y,y,fr)});function Jg(sr,fr){if(typeof sr!="function")throw new gf($);return fr=fr===y?fr:kd(fr),Zc(sr,fr)}function Zg(sr,fr){if(typeof sr!="function")throw new gf($);return fr=fr==null?0:ds(kd(fr),0),Zc(function(Ur){var Li=Ur[fr],Qa=Fn(Ur,0,fr);return Li&&Hf(Qa,Li),Du(sr,this,Qa)})}function e_(sr,fr,Ur){var Li=!0,Qa=!0;if(typeof sr!="function")throw new gf($);return Yp(Ur)&&(Li="leading"in Ur?!!Ur.leading:Li,Qa="trailing"in Ur?!!Ur.trailing:Qa),t1(sr,fr,{leading:Li,maxWait:fr,trailing:Qa})}function t_(sr){return X0(sr,1)}function r_(sr,fr){return D0(di(fr),sr)}function n_(){if(!arguments.length)return[];var sr=arguments[0];return Ad(sr)?sr:[sr]}function i_(sr){return Fp(sr,ue)}function a_(sr,fr){return fr=typeof fr=="function"?fr:y,Fp(sr,ue,fr)}function o_(sr){return Fp(sr,ie|ue)}function s_(sr,fr){return fr=typeof fr=="function"?fr:y,Fp(sr,ie|ue,fr)}function l_(sr,fr){return fr==null||ka(sr,fr,Xf(fr))}function Fh(sr,fr){return sr===fr||sr!==sr&&fr!==fr}var u_=_s(js),c_=_s(function(sr,fr){return sr>=fr}),c0=kc(function(){return arguments}())?kc:function(sr){return sf(sr)&&Nd.call(sr,"callee")&&!bm.call(sr,"callee")},Ad=Pl.isArray,d_=fm?np(fm):Fc;function Ym(sr){return sr!=null&&S0(sr.length)&&!t0(sr)}function yf(sr){return sf(sr)&&Ym(sr)}function p_(sr){return sr===!0||sr===!1||sf(sr)&&No(sr)==gr}var s0=qo||F0,f_=Lp?np(Lp):Bc;function m_(sr){return sf(sr)&&sr.nodeType===1&&!g0(sr)}function h_(sr){if(sr==null)return!0;if(Ym(sr)&&(Ad(sr)||typeof sr=="string"||typeof sr.splice=="function"||s0(sr)||p0(sr)||c0(sr)))return!sr.length;var fr=lc(sr);if(fr==Tr||fr==Kr)return!sr.size;if(ma(sr))return!rd(sr).length;for(var Ur in sr)if(Nd.call(sr,Ur))return!1;return!0}function g_(sr,fr){return Ic(sr,fr)}function __(sr,fr,Ur){Ur=typeof Ur=="function"?Ur:y;var Li=Ur?Ur(sr,fr):y;return Li===y?Ic(sr,fr,y,Ur):!!Li}function O0(sr){if(!sf(sr))return!1;var fr=No(sr);return fr==Vr||fr==Hr||typeof sr.message=="string"&&typeof sr.name=="string"&&!g0(sr)}function v_(sr){return typeof sr=="number"&&Ja(sr)}function t0(sr){if(!Yp(sr))return!1;var fr=No(sr);return fr==zr||fr==Sr||fr==mr||fr==Rr}function n1(sr){return typeof sr=="number"&&sr==kd(sr)}function S0(sr){return typeof sr=="number"&&sr>-1&&sr%1==0&&sr<=_r}function Yp(sr){var fr=typeof sr;return sr!=null&&(fr=="object"||fr=="function")}function sf(sr){return sr!=null&&typeof sr=="object"}var i1=Vf?np(Vf):hu;function b_(sr,fr){return sr===fr||Pu(sr,fr,jl(fr))}function y_(sr,fr,Ur){return Ur=typeof Ur=="function"?Ur:y,Pu(sr,fr,jl(fr),Ur)}function E_(sr){return a1(sr)&&sr!=+sr}function S_(sr){if(mi(sr))throw new Ec(L);return fu(sr)}function T_(sr){return sr===null}function C_(sr){return sr==null}function a1(sr){return typeof sr=="number"||sf(sr)&&No(sr)==Br}function g0(sr){if(!sf(sr)||No(sr)!=Cr)return!1;var fr=vf(sr);if(fr===null)return!0;var Ur=Nd.call(fr,"constructor")&&fr.constructor;return typeof Ur=="function"&&Ur instanceof Ur&&Rm.call(Ur)==km}var R0=Yr?np(Yr):pp;function w_(sr){return n1(sr)&&sr>=-_r&&sr<=_r}var o1=Wn?np(Wn):Rd;function T0(sr){return typeof sr=="string"||!Ad(sr)&&sf(sr)&&No(sr)==Nr}function mh(sr){return typeof sr=="symbol"||sf(sr)&&No(sr)==Fr}var p0=vi?np(vi):Gd;function x_(sr){return sr===y}function N_(sr){return sf(sr)&&lc(sr)==ca}function A_(sr){return sf(sr)&&No(sr)==Po}var D_=_s(Vc),O_=_s(function(sr,fr){return sr<=fr});function s1(sr){if(!sr)return[];if(Ym(sr))return T0(sr)?Bf(sr):Ra(sr);if(Os&&sr[Os])return Mh(sr[Os]());var fr=lc(sr),Ur=fr==Tr?nh:fr==Kr?Gp:f0;return Ur(sr)}function r0(sr){if(!sr)return sr===0?sr:0;if(sr=Ah(sr),sr===cr||sr===-cr){var fr=sr<0?-1:1;return fr*hr}return sr===sr?sr:0}function kd(sr){var fr=r0(sr),Ur=fr%1;return fr===fr?Ur?fr-Ur:fr:0}function l1(sr){return sr?xf(kd(sr),0,kr):0}function Ah(sr){if(typeof sr=="number")return sr;if(mh(sr))return Er;if(Yp(sr)){var fr=typeof sr.valueOf=="function"?sr.valueOf():sr;sr=Yp(fr)?fr+"":fr}if(typeof sr!="string")return sr===0?sr:+sr;sr=Vm(sr);var Ur=pa.test(sr);return Ur||Yo.test(sr)?df(sr.slice(2),Ur?2:8):Wi.test(sr)?Er:+sr}function u1(sr){return Ba(sr,Xm(sr))}function R_(sr){return sr?xf(kd(sr),-_r,_r):sr===0?sr:0}function hp(sr){return sr==null?"":om(sr)}var I_=Xa(function(sr,fr){if(ma(fr)||Ym(fr)){Ba(fr,Xf(fr),sr);return}for(var Ur in fr)Nd.call(fr,Ur)&&Kf(sr,Ur,fr[Ur])}),c1=Xa(function(sr,fr){Ba(fr,Xm(fr),sr)}),C0=Xa(function(sr,fr,Ur,Li){Ba(fr,Xm(fr),sr,Li)}),k_=Xa(function(sr,fr,Ur,Li){Ba(fr,Xf(fr),sr,Li)}),M_=al(am);function B_(sr,fr){var Ur=yu(sr);return fr==null?Ur:vp(Ur,fr)}var P_=Zc(function(sr,fr){sr=zd(sr);var Ur=-1,Li=fr.length,Qa=Li>2?fr[2]:y;for(Qa&&lr(fr[0],fr[1],Qa)&&(Li=1);++Ur<Li;)for(var is=fr[Ur],Ps=Xm(is),Ks=-1,yl=Ps.length;++Ks<yl;){var Iu=Ps[Ks],ku=sr[Iu];(ku===y||Fh(ku,_f[Iu])&&!Nd.call(sr,Iu))&&(sr[Iu]=is[Iu])}return sr}),L_=Zc(function(sr){return sr.push(y,$s),Du(d1,y,sr)});function $_(sr,fr){return zh(sr,Hs(fr,3),fa)}function j_(sr,fr){return zh(sr,Hs(fr,3),Io)}function F_(sr,fr){return sr==null?sr:Sn(sr,Hs(fr,3),Xm)}function U_(sr,fr){return sr==null?sr:Ia(sr,Hs(fr,3),Xm)}function V_(sr,fr){return sr&&fa(sr,Hs(fr,3))}function H_(sr,fr){return sr&&Io(sr,Hs(fr,3))}function z_(sr){return sr==null?[]:xo(sr,Xf(sr))}function G_(sr){return sr==null?[]:xo(sr,Xm(sr))}function I0(sr,fr,Ur){var Li=sr==null?y:ss(sr,fr);return Li===y?Ur:Li}function q_(sr,fr){return sr!=null&&fl(sr,fr,zs)}function k0(sr,fr){return sr!=null&&fl(sr,fr,nl)}var W_=va(function(sr,fr,Ur){fr!=null&&typeof fr.toString!="function"&&(fr=qp.call(fr)),sr[fr]=Ur},B0(Jm)),K_=va(function(sr,fr,Ur){fr!=null&&typeof fr.toString!="function"&&(fr=qp.call(fr)),Nd.call(sr,fr)?sr[fr].push(Ur):sr[fr]=[Ur]},Hs),Y_=Zc(Mc);function Xf(sr){return Ym(sr)?ef(sr):rd(sr)}function Xm(sr){return Ym(sr)?ef(sr,!0):hc(sr)}function X_(sr,fr){var Ur={};return fr=Hs(fr,3),fa(sr,function(Li,Qa,is){im(Ur,fr(Li,Qa,is),Li)}),Ur}function Q_(sr,fr){var Ur={};return fr=Hs(fr,3),fa(sr,function(Li,Qa,is){im(Ur,Qa,fr(Li,Qa,is))}),Ur}var J_=Xa(function(sr,fr,Ur){Dl(sr,fr,Ur)}),d1=Xa(function(sr,fr,Ur,Li){Dl(sr,fr,Ur,Li)}),Z_=al(function(sr,fr){var Ur={};if(sr==null)return Ur;var Li=!1;fr=tp(fr,function(is){return is=vn(is,sr),Li||(Li=is.length>1),is}),Ba(sr,Rs(sr),Ur),Li&&(Ur=Fp(Ur,ie|oe|ue,pl));for(var Qa=fr.length;Qa--;)a0(Ur,fr[Qa]);return Ur});function ev(sr,fr){return p1(sr,E0(Hs(fr)))}var tv=al(function(sr,fr){return sr==null?{}:wc(sr,fr)});function p1(sr,fr){if(sr==null)return{};var Ur=tp(Rs(sr),function(Li){return[Li]});return fr=Hs(fr),mc(sr,Ur,function(Li,Qa){return fr(Li,Qa[0])})}function rv(sr,fr,Ur){fr=vn(fr,sr);var Li=-1,Qa=fr.length;for(Qa||(Qa=1,sr=y);++Li<Qa;){var is=sr==null?y:sr[rl(fr[Li])];is===y&&(Li=Qa,is=Ur),sr=t0(is)?is.call(sr):is}return sr}function nv(sr,fr,Ur){return sr==null?sr:yp(sr,fr,Ur)}function iv(sr,fr,Ur,Li){return Li=typeof Li=="function"?Li:y,sr==null?sr:yp(sr,fr,Ur,Li)}var f1=Oo(Xf),m1=Oo(Xm);function av(sr,fr,Ur){var Li=Ad(sr),Qa=Li||s0(sr)||p0(sr);if(fr=Hs(fr,4),Ur==null){var is=sr&&sr.constructor;Qa?Ur=Li?new is:[]:Yp(sr)?Ur=t0(is)?yu(vf(sr)):{}:Ur={}}return(Qa?id:fa)(sr,function(Ps,Ks,yl){return fr(Ur,Ps,Ks,yl)}),Ur}function ov(sr,fr){return sr==null?!0:a0(sr,fr)}function sv(sr,fr,Ur){return sr==null?sr:l0(sr,fr,di(Ur))}function lv(sr,fr,Ur,Li){return Li=typeof Li=="function"?Li:y,sr==null?sr:l0(sr,fr,di(Ur),Li)}function f0(sr){return sr==null?[]:zf(sr,Xf(sr))}function uv(sr){return sr==null?[]:zf(sr,Xm(sr))}function cv(sr,fr,Ur){return Ur===y&&(Ur=fr,fr=y),Ur!==y&&(Ur=Ah(Ur),Ur=Ur===Ur?Ur:0),fr!==y&&(fr=Ah(fr),fr=fr===fr?fr:0),xf(Ah(sr),fr,Ur)}function dv(sr,fr,Ur){return fr=r0(fr),Ur===y?(Ur=fr,fr=0):Ur=r0(Ur),sr=Ah(sr),xu(sr,fr,Ur)}function pv(sr,fr,Ur){if(Ur&&typeof Ur!="boolean"&&lr(sr,fr,Ur)&&(fr=Ur=y),Ur===y&&(typeof fr=="boolean"?(Ur=fr,fr=y):typeof sr=="boolean"&&(Ur=sr,sr=y)),sr===y&&fr===y?(sr=0,fr=1):(sr=r0(sr),fr===y?(fr=sr,sr=0):fr=r0(fr)),sr>fr){var Li=sr;sr=fr,fr=Li}if(Ur||sr%1||fr%1){var Qa=cl();return ks(sr+Qa*(fr-sr+$m("1e-"+((Qa+"").length-1))),fr)}return Nf(sr,fr)}var fv=Fi(function(sr,fr,Ur){return fr=fr.toLowerCase(),sr+(Ur?h1(fr):fr)});function h1(sr){return M0(hp(sr).toLowerCase())}function g1(sr){return sr=hp(sr),sr&&sr.replace(Fo,Ih).replace(Of,"")}function mv(sr,fr,Ur){sr=hp(sr),fr=om(fr);var Li=sr.length;Ur=Ur===y?Li:xf(kd(Ur),0,Li);var Qa=Ur;return Ur-=fr.length,Ur>=0&&sr.slice(Ur,Qa)==fr}function hv(sr){return sr=hp(sr),sr&&vl.test(sr)?sr.replace(Ns,wf):sr}function gv(sr){return sr=hp(sr),sr&&gc.test(sr)?sr.replace(Nc,"\\$&"):sr}var _v=Fi(function(sr,fr,Ur){return sr+(Ur?"-":"")+fr.toLowerCase()}),vv=Fi(function(sr,fr,Ur){return sr+(Ur?" ":"")+fr.toLowerCase()}),bv=Ta("toLowerCase");function yv(sr,fr,Ur){sr=hp(sr),fr=kd(fr);var Li=fr?Hm(sr):0;if(!fr||Li>=fr)return sr;var Qa=(fr-Li)/2;return Bo(Ro(Qa),Ur)+sr+Bo(So(Qa),Ur)}function Ev(sr,fr,Ur){sr=hp(sr),fr=kd(fr);var Li=fr?Hm(sr):0;return fr&&Li<fr?sr+Bo(fr-Li,Ur):sr}function Sv(sr,fr,Ur){sr=hp(sr),fr=kd(fr);var Li=fr?Hm(sr):0;return fr&&Li<fr?Bo(fr-Li,Ur)+sr:sr}function Tv(sr,fr,Ur){return Ur||fr==null?fr=0:fr&&(fr=+fr),Ls(hp(sr).replace(Wl,""),fr||0)}function Cv(sr,fr,Ur){return(Ur?lr(sr,fr,Ur):fr===y)?fr=1:fr=kd(fr),bp(hp(sr),fr)}function wv(){var sr=arguments,fr=hp(sr[0]);return sr.length<3?fr:fr.replace(sr[1],sr[2])}var xv=Fi(function(sr,fr,Ur){return sr+(Ur?"_":"")+fr.toLowerCase()});function Nv(sr,fr,Ur){return Ur&&typeof Ur!="number"&&lr(sr,fr,Ur)&&(fr=Ur=y),Ur=Ur===y?kr:Ur>>>0,Ur?(sr=hp(sr),sr&&(typeof fr=="string"||fr!=null&&!R0(fr))&&(fr=om(fr),!fr&&hf(sr))?Fn(Bf(sr),0,Ur):sr.split(fr,Ur)):[]}var Av=Fi(function(sr,fr,Ur){return sr+(Ur?" ":"")+M0(fr)});function Dv(sr,fr,Ur){return sr=hp(sr),Ur=Ur==null?0:xf(kd(Ur),0,sr.length),fr=om(fr),sr.slice(Ur,Ur+fr.length)==fr}function Ov(sr,fr,Ur){var Li=Ka.templateSettings;Ur&&lr(sr,fr,Ur)&&(fr=y),sr=hp(sr),fr=C0({},fr,Li,tl);var Qa=C0({},fr.imports,Li.imports,tl),is=Xf(Qa),Ps=zf(Qa,is),Ks,yl,Iu=0,ku=fr.interpolate||hs,Vu="__p += '",xc=Gm((fr.escape||hs).source+"|"+ku.source+"|"+(ku===xs?Ln:hs).source+"|"+(fr.evaluate||hs).source+"|$","g"),Qc="//# sourceURL="+(Nd.call(fr,"sourceURL")?(fr.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++wm+"]")+`
`;sr.replace(xc,function(hd,qd,Jd,hh,Lm,gh){return Jd||(Jd=hh),Vu+=sr.slice(Iu,gh).replace(An,em),qd&&(Ks=!0,Vu+=`' +
__e(`+qd+`) +
'`),Lm&&(yl=!0,Vu+=`';
`+Lm+`;
__p += '`),Jd&&(Vu+=`' +
((__t = (`+Jd+`)) == null ? '' : __t) +
'`),Iu=gh+hd.length,hd}),Vu+=`';
`;var ud=Nd.call(fr,"variable")&&fr.variable;if(!ud)Vu=`with (obj) {
`+Vu+`
}
`;else if(Zn.test(ud))throw new Ec(j);Vu=(yl?Vu.replace(To,""):Vu).replace(Hi,"$1").replace(na,"$1;"),Vu="function("+(ud||"obj")+`) {
`+(ud?"":`obj || (obj = {});
`)+"var __t, __p = ''"+(Ks?", __e = _.escape":"")+(yl?`, __j = Array.prototype.join;
function print() { __p += __j.call(arguments, '') }
`:`;
`)+Vu+`return __p
}`;var Md=v1(function(){return wd(is,Qc+"return "+Vu).apply(y,Ps)});if(Md.source=Vu,O0(Md))throw Md;return Md}function Rv(sr){return hp(sr).toLowerCase()}function Iv(sr){return hp(sr).toUpperCase()}function kv(sr,fr,Ur){if(sr=hp(sr),sr&&(Ur||fr===y))return Vm(sr);if(!sr||!(fr=om(fr)))return sr;var Li=Bf(sr),Qa=Bf(fr),is=Qp(Li,Qa),Ps=Gf(Li,Qa)+1;return Fn(Li,is,Ps).join("")}function Mv(sr,fr,Ur){if(sr=hp(sr),sr&&(Ur||fr===y))return sr.slice(0,Ph(sr)+1);if(!sr||!(fr=om(fr)))return sr;var Li=Bf(sr),Qa=Gf(Li,Bf(fr))+1;return Fn(Li,0,Qa).join("")}function Bv(sr,fr,Ur){if(sr=hp(sr),sr&&(Ur||fr===y))return sr.replace(Wl,"");if(!sr||!(fr=om(fr)))return sr;var Li=Bf(sr),Qa=Qp(Li,Bf(fr));return Fn(Li,Qa).join("")}function Pv(sr,fr){var Ur=qe,Li=jt;if(Yp(fr)){var Qa="separator"in fr?fr.separator:Qa;Ur="length"in fr?kd(fr.length):Ur,Li="omission"in fr?om(fr.omission):Li}sr=hp(sr);var is=sr.length;if(hf(sr)){var Ps=Bf(sr);is=Ps.length}if(Ur>=is)return sr;var Ks=Ur-Hm(Li);if(Ks<1)return Li;var yl=Ps?Fn(Ps,0,Ks).join(""):sr.slice(0,Ks);if(Qa===y)return yl+Li;if(Ps&&(Ks+=yl.length-Ks),R0(Qa)){if(sr.slice(Ks).search(Qa)){var Iu,ku=yl;for(Qa.global||(Qa=Gm(Qa.source,hp(Vi.exec(Qa))+"g")),Qa.lastIndex=0;Iu=Qa.exec(ku);)var Vu=Iu.index;yl=yl.slice(0,Vu===y?Ks:Vu)}}else if(sr.indexOf(om(Qa),Ks)!=Ks){var xc=yl.lastIndexOf(Qa);xc>-1&&(yl=yl.slice(0,xc))}return yl+Li}function Lv(sr){return sr=hp(sr),sr&&cs.test(sr)?sr.replace(Ma,Lh):sr}var $v=Fi(function(sr,fr,Ur){return sr+(Ur?" ":"")+fr.toUpperCase()}),M0=Ta("toUpperCase");function _1(sr,fr,Ur){return sr=hp(sr),fr=Ur?y:fr,fr===y?kh(sr)?Gh(sr):Yh(sr):sr.match(fr)||[]}var v1=Zc(function(sr,fr){try{return Du(sr,y,fr)}catch(Ur){return O0(Ur)?Ur:new Ec(Ur)}}),jv=al(function(sr,fr){return id(fr,function(Ur){Ur=rl(Ur),im(sr,Ur,A0(sr[Ur],sr))}),sr});function Fv(sr){var fr=sr==null?0:sr.length,Ur=Hs();return sr=fr?tp(sr,function(Li){if(typeof Li[1]!="function")throw new gf($);return[Ur(Li[0]),Li[1]]}):[],Zc(function(Li){for(var Qa=-1;++Qa<fr;){var is=sr[Qa];if(Du(is[0],this,Li))return Du(is[1],this,Li)}})}function Uv(sr){return Mn(Fp(sr,ie))}function B0(sr){return function(){return sr}}function Vv(sr,fr){return sr==null||sr!==sr?fr:sr}var Hv=ra(),zv=ra(!0);function Jm(sr){return sr}function P0(sr){return Ed(typeof sr=="function"?sr:Fp(sr,ie))}function Gv(sr){return Yc(Fp(sr,ie))}function qv(sr,fr){return Zs(sr,Fp(fr,ie))}var Wv=Zc(function(sr,fr){return function(Ur){return Mc(Ur,sr,fr)}}),Kv=Zc(function(sr,fr){return function(Ur){return Mc(sr,Ur,fr)}});function L0(sr,fr,Ur){var Li=Xf(fr),Qa=xo(fr,Li);Ur==null&&!(Yp(fr)&&(Qa.length||!Li.length))&&(Ur=fr,fr=sr,sr=this,Qa=xo(fr,Xf(fr)));var is=!(Yp(Ur)&&"chain"in Ur)||!!Ur.chain,Ps=t0(sr);return id(Qa,function(Ks){var yl=fr[Ks];sr[Ks]=yl,Ps&&(sr.prototype[Ks]=function(){var Iu=this.__chain__;if(is||Iu){var ku=sr(this.__wrapped__),Vu=ku.__actions__=Ra(this.__actions__);return Vu.push({func:yl,args:arguments,thisArg:sr}),ku.__chain__=Iu,ku}return yl.apply(sr,Hf([this.value()],arguments))})}),sr}function Yv(){return Bd._===this&&(Bd._=Ip),this}function $0(){}function Xv(sr){return sr=kd(sr),Zc(function(fr){return Wu(fr,sr)})}var Qv=to(tp),Jv=to(pf),Zv=to(Dm);function b1(sr){return dr(sr)?Rh(rl(sr)):Bp(sr)}function eb(sr){return function(fr){return sr==null?y:ss(sr,fr)}}var tb=Mo(),rb=Mo(!0);function j0(){return[]}function F0(){return!1}function nb(){return{}}function ib(){return""}function ab(){return!0}function ob(sr,fr){if(sr=kd(sr),sr<1||sr>_r)return[];var Ur=kr,Li=ks(sr,kr);fr=Hs(fr),sr-=kr;for(var Qa=Zf(Li,fr);++Ur<sr;)fr(Ur);return Qa}function sb(sr){return Ad(sr)?tp(sr,rl):mh(sr)?[sr]:Ra(co(hp(sr)))}function lb(sr){var fr=++Wh;return hp(sr)+fr}var ub=Aa(function(sr,fr){return sr+fr},0),cb=Bs("ceil"),db=Aa(function(sr,fr){return sr/fr},1),pb=Bs("floor");function fb(sr){return sr&&sr.length?vo(sr,Jm,js):y}function mb(sr,fr){return sr&&sr.length?vo(sr,Hs(fr,2),js):y}function hb(sr){return mm(sr,Jm)}function gb(sr,fr){return mm(sr,Hs(fr,2))}function _b(sr){return sr&&sr.length?vo(sr,Jm,Vc):y}function vb(sr,fr){return sr&&sr.length?vo(sr,Hs(fr,2),Vc):y}var bb=Aa(function(sr,fr){return sr*fr},1),yb=Bs("round"),Eb=Aa(function(sr,fr){return sr-fr},0);function Sb(sr){return sr&&sr.length?gm(sr,Jm):0}function Tb(sr,fr){return sr&&sr.length?gm(sr,Hs(fr,2)):0}return Ka.after=zg,Ka.ary=X0,Ka.assign=I_,Ka.assignIn=c1,Ka.assignInWith=C0,Ka.assignWith=k_,Ka.at=M_,Ka.before=Q0,Ka.bind=A0,Ka.bindAll=jv,Ka.bindKey=J0,Ka.castArray=n_,Ka.chain=W0,Ka.chunk=Xd,Ka.compact=yd,Ka.concat=Id,Ka.cond=Fv,Ka.conforms=Uv,Ka.constant=B0,Ka.countBy=Eg,Ka.create=B_,Ka.curry=Z0,Ka.curryRight=e1,Ka.debounce=t1,Ka.defaults=P_,Ka.defaultsDeep=L_,Ka.defer=qg,Ka.delay=Wg,Ka.difference=Ld,Ka.differenceBy=$d,Ka.differenceWith=$c,Ka.drop=Xc,Ka.dropRight=Up,Ka.dropRightWhile=Sm,Ka.dropWhile=Vp,Ka.fill=u0,Ka.filter=Tg,Ka.flatMap=xg,Ka.flatMapDeep=Ng,Ka.flatMapDepth=Ag,Ka.flatten=Km,Ka.flattenDeep=of,Ka.flattenDepth=o0,Ka.flip=Kg,Ka.flow=Hv,Ka.flowRight=zv,Ka.fromPairs=h0,Ka.functions=z_,Ka.functionsIn=G_,Ka.groupBy=Dg,Ka.initial=T1,Ka.intersection=C1,Ka.intersectionBy=w1,Ka.intersectionWith=x1,Ka.invert=W_,Ka.invertBy=K_,Ka.invokeMap=Rg,Ka.iteratee=P0,Ka.keyBy=Ig,Ka.keys=Xf,Ka.keysIn=Xm,Ka.map=v0,Ka.mapKeys=X_,Ka.mapValues=Q_,Ka.matches=Gv,Ka.matchesProperty=qv,Ka.memoize=y0,Ka.merge=J_,Ka.mergeWith=d1,Ka.method=Wv,Ka.methodOf=Kv,Ka.mixin=L0,Ka.negate=E0,Ka.nthArg=Xv,Ka.omit=Z_,Ka.omitBy=ev,Ka.once=Yg,Ka.orderBy=kg,Ka.over=Qv,Ka.overArgs=Xg,Ka.overEvery=Jv,Ka.overSome=Zv,Ka.partial=D0,Ka.partialRight=r1,Ka.partition=Mg,Ka.pick=tv,Ka.pickBy=p1,Ka.property=b1,Ka.propertyOf=eb,Ka.pull=O1,Ka.pullAll=G0,Ka.pullAllBy=R1,Ka.pullAllWith=I1,Ka.pullAt=k1,Ka.range=tb,Ka.rangeRight=rb,Ka.rearg=Qg,Ka.reject=Lg,Ka.remove=M1,Ka.rest=Jg,Ka.reverse=x0,Ka.sampleSize=jg,Ka.set=nv,Ka.setWith=iv,Ka.shuffle=Fg,Ka.slice=B1,Ka.sortBy=Hg,Ka.sortedUniq=V1,Ka.sortedUniqBy=H1,Ka.split=Nv,Ka.spread=Zg,Ka.tail=z1,Ka.take=G1,Ka.takeRight=q1,Ka.takeRightWhile=W1,Ka.takeWhile=K1,Ka.tap=dg,Ka.throttle=e_,Ka.thru=_0,Ka.toArray=s1,Ka.toPairs=f1,Ka.toPairsIn=m1,Ka.toPath=sb,Ka.toPlainObject=u1,Ka.transform=av,Ka.unary=t_,Ka.union=Y1,Ka.unionBy=X1,Ka.unionWith=Q1,Ka.uniq=J1,Ka.uniqBy=Z1,Ka.uniqWith=tg,Ka.unset=ov,Ka.unzip=N0,Ka.unzipWith=q0,Ka.update=sv,Ka.updateWith=lv,Ka.values=f0,Ka.valuesIn=uv,Ka.without=rg,Ka.words=_1,Ka.wrap=r_,Ka.xor=ng,Ka.xorBy=ig,Ka.xorWith=ag,Ka.zip=og,Ka.zipObject=sg,Ka.zipObjectDeep=ug,Ka.zipWith=cg,Ka.entries=f1,Ka.entriesIn=m1,Ka.extend=c1,Ka.extendWith=C0,L0(Ka,Ka),Ka.add=ub,Ka.attempt=v1,Ka.camelCase=fv,Ka.capitalize=h1,Ka.ceil=cb,Ka.clamp=cv,Ka.clone=i_,Ka.cloneDeep=o_,Ka.cloneDeepWith=s_,Ka.cloneWith=a_,Ka.conformsTo=l_,Ka.deburr=g1,Ka.defaultTo=Vv,Ka.divide=db,Ka.endsWith=mv,Ka.eq=Fh,Ka.escape=hv,Ka.escapeRegExp=gv,Ka.every=Sg,Ka.find=Cg,Ka.findIndex=Pm,Ka.findKey=$_,Ka.findLast=wg,Ka.findLastIndex=dh,Ka.findLastKey=j_,Ka.floor=pb,Ka.forEach=K0,Ka.forEachRight=Y0,Ka.forIn=F_,Ka.forInRight=U_,Ka.forOwn=V_,Ka.forOwnRight=H_,Ka.get=I0,Ka.gt=u_,Ka.gte=c_,Ka.has=q_,Ka.hasIn=k0,Ka.head=z0,Ka.identity=Jm,Ka.includes=Og,Ka.indexOf=S1,Ka.inRange=dv,Ka.invoke=Y_,Ka.isArguments=c0,Ka.isArray=Ad,Ka.isArrayBuffer=d_,Ka.isArrayLike=Ym,Ka.isArrayLikeObject=yf,Ka.isBoolean=p_,Ka.isBuffer=s0,Ka.isDate=f_,Ka.isElement=m_,Ka.isEmpty=h_,Ka.isEqual=g_,Ka.isEqualWith=__,Ka.isError=O0,Ka.isFinite=v_,Ka.isFunction=t0,Ka.isInteger=n1,Ka.isLength=S0,Ka.isMap=i1,Ka.isMatch=b_,Ka.isMatchWith=y_,Ka.isNaN=E_,Ka.isNative=S_,Ka.isNil=C_,Ka.isNull=T_,Ka.isNumber=a1,Ka.isObject=Yp,Ka.isObjectLike=sf,Ka.isPlainObject=g0,Ka.isRegExp=R0,Ka.isSafeInteger=w_,Ka.isSet=o1,Ka.isString=T0,Ka.isSymbol=mh,Ka.isTypedArray=p0,Ka.isUndefined=x_,Ka.isWeakMap=N_,Ka.isWeakSet=A_,Ka.join=N1,Ka.kebabCase=_v,Ka.last=Nh,Ka.lastIndexOf=A1,Ka.lowerCase=vv,Ka.lowerFirst=bv,Ka.lt=D_,Ka.lte=O_,Ka.max=fb,Ka.maxBy=mb,Ka.mean=hb,Ka.meanBy=gb,Ka.min=_b,Ka.minBy=vb,Ka.stubArray=j0,Ka.stubFalse=F0,Ka.stubObject=nb,Ka.stubString=ib,Ka.stubTrue=ab,Ka.multiply=bb,Ka.nth=D1,Ka.noConflict=Yv,Ka.noop=$0,Ka.now=b0,Ka.pad=yv,Ka.padEnd=Ev,Ka.padStart=Sv,Ka.parseInt=Tv,Ka.random=pv,Ka.reduce=Bg,Ka.reduceRight=Pg,Ka.repeat=Cv,Ka.replace=wv,Ka.result=rv,Ka.round=yb,Ka.runInContext=Xs,Ka.sample=$g,Ka.size=Ug,Ka.snakeCase=xv,Ka.some=Vg,Ka.sortedIndex=P1,Ka.sortedIndexBy=L1,Ka.sortedIndexOf=$1,Ka.sortedLastIndex=j1,Ka.sortedLastIndexBy=F1,Ka.sortedLastIndexOf=U1,Ka.startCase=Av,Ka.startsWith=Dv,Ka.subtract=Eb,Ka.sum=Sb,Ka.sumBy=Tb,Ka.template=Ov,Ka.times=ob,Ka.toFinite=r0,Ka.toInteger=kd,Ka.toLength=l1,Ka.toLower=Rv,Ka.toNumber=Ah,Ka.toSafeInteger=R_,Ka.toString=hp,Ka.toUpper=Iv,Ka.trim=kv,Ka.trimEnd=Mv,Ka.trimStart=Bv,Ka.truncate=Pv,Ka.unescape=Lv,Ka.uniqueId=lb,Ka.upperCase=$v,Ka.upperFirst=M0,Ka.each=K0,Ka.eachRight=Y0,Ka.first=z0,L0(Ka,function(){var sr={};return fa(Ka,function(fr,Ur){Nd.call(Ka.prototype,Ur)||(sr[Ur]=fr)}),sr}(),{chain:!1}),Ka.VERSION=n,id(["bind","bindKey","curry","curryRight","partial","partialRight"],function(sr){Ka[sr].placeholder=Ka}),id(["drop","take"],function(sr,fr){$l.prototype[sr]=function(Ur){Ur=Ur===y?1:ds(kd(Ur),0);var Li=this.__filtered__&&!fr?new $l(this):this.clone();return Li.__filtered__?Li.__takeCount__=ks(Ur,Li.__takeCount__):Li.__views__.push({size:ks(Ur,kr),type:sr+(Li.__dir__<0?"Right":"")}),Li},$l.prototype[sr+"Right"]=function(Ur){return this.reverse()[sr](Ur).reverse()}}),id(["filter","map","takeWhile"],function(sr,fr){var Ur=fr+1,Li=Ur==ar||Ur==ur;$l.prototype[sr]=function(Qa){var is=this.clone();return is.__iteratees__.push({iteratee:Hs(Qa,3),type:Ur}),is.__filtered__=is.__filtered__||Li,is}}),id(["head","last"],function(sr,fr){var Ur="take"+(fr?"Right":"");$l.prototype[sr]=function(){return this[Ur](1).value()[0]}}),id(["initial","tail"],function(sr,fr){var Ur="drop"+(fr?"":"Right");$l.prototype[sr]=function(){return this.__filtered__?new $l(this):this[Ur](1)}}),$l.prototype.compact=function(){return this.filter(Jm)},$l.prototype.find=function(sr){return this.filter(sr).head()},$l.prototype.findLast=function(sr){return this.reverse().find(sr)},$l.prototype.invokeMap=Zc(function(sr,fr){return typeof sr=="function"?new $l(this):this.map(function(Ur){return Mc(Ur,sr,fr)})}),$l.prototype.reject=function(sr){return this.filter(E0(Hs(sr)))},$l.prototype.slice=function(sr,fr){sr=kd(sr);var Ur=this;return Ur.__filtered__&&(sr>0||fr<0)?new $l(Ur):(sr<0?Ur=Ur.takeRight(-sr):sr&&(Ur=Ur.drop(sr)),fr!==y&&(fr=kd(fr),Ur=fr<0?Ur.dropRight(-fr):Ur.take(fr-sr)),Ur)},$l.prototype.takeRightWhile=function(sr){return this.reverse().takeWhile(sr).reverse()},$l.prototype.toArray=function(){return this.take(kr)},fa($l.prototype,function(sr,fr){var Ur=/^(?:filter|find|map|reject)|While$/.test(fr),Li=/^(?:head|last)$/.test(fr),Qa=Ka[Li?"take"+(fr=="last"?"Right":""):fr],is=Li||/^find/.test(fr);Qa&&(Ka.prototype[fr]=function(){var Ps=this.__wrapped__,Ks=Li?[1]:arguments,yl=Ps instanceof $l,Iu=Ks[0],ku=yl||Ad(Ps),Vu=function(qd){var Jd=Qa.apply(Ka,Hf([qd],Ks));return Li&&xc?Jd[0]:Jd};ku&&Ur&&typeof Iu=="function"&&Iu.length!=1&&(yl=ku=!1);var xc=this.__chain__,Qc=!!this.__actions__.length,ud=is&&!xc,Md=yl&&!Qc;if(!is&&ku){Ps=Md?Ps:new $l(this);var hd=sr.apply(Ps,Ks);return hd.__actions__.push({func:_0,args:[Vu],thisArg:y}),new Tu(hd,xc)}return ud&&Md?sr.apply(this,Ks):(hd=this.thru(Vu),ud?Li?hd.value()[0]:hd.value():hd)})}),id(["pop","push","shift","sort","splice","unshift"],function(sr){var fr=Pf[sr],Ur=/^(?:push|sort|unshift)$/.test(sr)?"tap":"thru",Li=/^(?:pop|shift)$/.test(sr);Ka.prototype[sr]=function(){var Qa=arguments;if(Li&&!this.__chain__){var is=this.value();return fr.apply(Ad(is)?is:[],Qa)}return this[Ur](function(Ps){return fr.apply(Ad(Ps)?Ps:[],Qa)})}}),fa($l.prototype,function(sr,fr){var Ur=Ka[fr];if(Ur){var Li=Ur.name+"";Nd.call(bu,Li)||(bu[Li]=[]),bu[Li].push({name:fr,func:Ur})}}),bu[da(y,he).name]=[{name:"wrapper",func:y}],$l.prototype.clone=Ru,$l.prototype.reverse=Cl,$l.prototype.value=_l,Ka.prototype.at=pg,Ka.prototype.chain=fg,Ka.prototype.commit=mg,Ka.prototype.next=hg,Ka.prototype.plant=vg,Ka.prototype.reverse=bg,Ka.prototype.toJSON=Ka.prototype.valueOf=Ka.prototype.value=yg,Ka.prototype.first=Ka.prototype.head,Os&&(Ka.prototype[Os]=_g),Ka},tm=Ch();If?((If.exports=tm)._=tm,cm._=tm):Bd._=tm}).call(commonjsGlobal)})(lodash,lodash.exports);var lodashExports=lodash.exports;const _=getDefaultExportFromCjs(lodashExports);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 k=Object.keys(t),L=0;L<k.length;L++){var $=k[L];e=e.replace(new RegExp($,"g"),t[$])}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),k=Array.isArray(t),L=0;L<n.length;L++){var $=n[L],j=e[$];(k?t.indexOf($)!==-1:t($,j,e))&&(y[$]=j)}return y};(function(e){const t=strictUriEncode,y=decodeUriComponent,n=splitOnFirst,k=filterObj,L=Ce=>Ce==null,$=Symbol("encodeFragmentIdentifier");function j(Ce){switch(Ce.arrayFormat){case"index":return _e=>(Ne,Fe)=>{const Ue=Ne.length;return Fe===void 0||Ce.skipNull&&Fe===null||Ce.skipEmptyString&&Fe===""?Ne:Fe===null?[...Ne,[re(_e,Ce),"[",Ue,"]"].join("")]:[...Ne,[re(_e,Ce),"[",re(Ue,Ce),"]=",re(Fe,Ce)].join("")]};case"bracket":return _e=>(Ne,Fe)=>Fe===void 0||Ce.skipNull&&Fe===null||Ce.skipEmptyString&&Fe===""?Ne:Fe===null?[...Ne,[re(_e,Ce),"[]"].join("")]:[...Ne,[re(_e,Ce),"[]=",re(Fe,Ce)].join("")];case"colon-list-separator":return _e=>(Ne,Fe)=>Fe===void 0||Ce.skipNull&&Fe===null||Ce.skipEmptyString&&Fe===""?Ne:Fe===null?[...Ne,[re(_e,Ce),":list="].join("")]:[...Ne,[re(_e,Ce),":list=",re(Fe,Ce)].join("")];case"comma":case"separator":case"bracket-separator":{const _e=Ce.arrayFormat==="bracket-separator"?"[]=":"=";return Ne=>(Fe,Ue)=>Ue===void 0||Ce.skipNull&&Ue===null||Ce.skipEmptyString&&Ue===""?Fe:(Ue=Ue===null?"":Ue,Fe.length===0?[[re(Ne,Ce),_e,re(Ue,Ce)].join("")]:[[Fe,re(Ue,Ce)].join(Ce.arrayFormatSeparator)])}default:return _e=>(Ne,Fe)=>Fe===void 0||Ce.skipNull&&Fe===null||Ce.skipEmptyString&&Fe===""?Ne:Fe===null?[...Ne,re(_e,Ce)]:[...Ne,[re(_e,Ce),"=",re(Fe,Ce)].join("")]}}function V(Ce){let _e;switch(Ce.arrayFormat){case"index":return(Ne,Fe,Ue)=>{if(_e=/\[(\d*)\]$/.exec(Ne),Ne=Ne.replace(/\[\d*\]$/,""),!_e){Ue[Ne]=Fe;return}Ue[Ne]===void 0&&(Ue[Ne]={}),Ue[Ne][_e[1]]=Fe};case"bracket":return(Ne,Fe,Ue)=>{if(_e=/(\[\])$/.exec(Ne),Ne=Ne.replace(/\[\]$/,""),!_e){Ue[Ne]=Fe;return}if(Ue[Ne]===void 0){Ue[Ne]=[Fe];return}Ue[Ne]=[].concat(Ue[Ne],Fe)};case"colon-list-separator":return(Ne,Fe,Ue)=>{if(_e=/(:list)$/.exec(Ne),Ne=Ne.replace(/:list$/,""),!_e){Ue[Ne]=Fe;return}if(Ue[Ne]===void 0){Ue[Ne]=[Fe];return}Ue[Ne]=[].concat(Ue[Ne],Fe)};case"comma":case"separator":return(Ne,Fe,Ue)=>{const kt=typeof Fe=="string"&&Fe.includes(Ce.arrayFormatSeparator),Et=typeof Fe=="string"&&!kt&&ie(Fe,Ce).includes(Ce.arrayFormatSeparator);Fe=Et?ie(Fe,Ce):Fe;const Ve=kt||Et?Fe.split(Ce.arrayFormatSeparator).map(qe=>ie(qe,Ce)):Fe===null?Fe:ie(Fe,Ce);Ue[Ne]=Ve};case"bracket-separator":return(Ne,Fe,Ue)=>{const kt=/(\[\])$/.test(Ne);if(Ne=Ne.replace(/\[\]$/,""),!kt){Ue[Ne]=Fe&&ie(Fe,Ce);return}const Et=Fe===null?[]:Fe.split(Ce.arrayFormatSeparator).map(Ve=>ie(Ve,Ce));if(Ue[Ne]===void 0){Ue[Ne]=Et;return}Ue[Ne]=[].concat(Ue[Ne],Et)};default:return(Ne,Fe,Ue)=>{if(Ue[Ne]===void 0){Ue[Ne]=Fe;return}Ue[Ne]=[].concat(Ue[Ne],Fe)}}}function z(Ce){if(typeof Ce!="string"||Ce.length!==1)throw new TypeError("arrayFormatSeparator must be single character string")}function re(Ce,_e){return _e.encode?_e.strict?t(Ce):encodeURIComponent(Ce):Ce}function ie(Ce,_e){return _e.decode?y(Ce):Ce}function oe(Ce){return Array.isArray(Ce)?Ce.sort():typeof Ce=="object"?oe(Object.keys(Ce)).sort((_e,Ne)=>Number(_e)-Number(Ne)).map(_e=>Ce[_e]):Ce}function ue(Ce){const _e=Ce.indexOf("#");return _e!==-1&&(Ce=Ce.slice(0,_e)),Ce}function de(Ce){let _e="";const Ne=Ce.indexOf("#");return Ne!==-1&&(_e=Ce.slice(Ne)),_e}function pe(Ce){Ce=ue(Ce);const _e=Ce.indexOf("?");return _e===-1?"":Ce.slice(_e+1)}function Ie(Ce,_e){return _e.parseNumbers&&!Number.isNaN(Number(Ce))&&typeof Ce=="string"&&Ce.trim()!==""?Ce=Number(Ce):_e.parseBooleans&&Ce!==null&&(Ce.toLowerCase()==="true"||Ce.toLowerCase()==="false")&&(Ce=Ce.toLowerCase()==="true"),Ce}function he(Ce,_e){_e=Object.assign({decode:!0,sort:!0,arrayFormat:"none",arrayFormatSeparator:",",parseNumbers:!1,parseBooleans:!1},_e),z(_e.arrayFormatSeparator);const Ne=V(_e),Fe=Object.create(null);if(typeof Ce!="string"||(Ce=Ce.trim().replace(/^[?#&]/,""),!Ce))return Fe;for(const Ue of Ce.split("&")){if(Ue==="")continue;let[kt,Et]=n(_e.decode?Ue.replace(/\+/g," "):Ue,"=");Et=Et===void 0?null:["comma","separator","bracket-separator"].includes(_e.arrayFormat)?Et:ie(Et,_e),Ne(ie(kt,_e),Et,Fe)}for(const Ue of Object.keys(Fe)){const kt=Fe[Ue];if(typeof kt=="object"&&kt!==null)for(const Et of Object.keys(kt))kt[Et]=Ie(kt[Et],_e);else Fe[Ue]=Ie(kt,_e)}return _e.sort===!1?Fe:(_e.sort===!0?Object.keys(Fe).sort():Object.keys(Fe).sort(_e.sort)).reduce((Ue,kt)=>{const Et=Fe[kt];return Et&&typeof Et=="object"&&!Array.isArray(Et)?Ue[kt]=oe(Et):Ue[kt]=Et,Ue},Object.create(null))}e.extract=pe,e.parse=he,e.stringify=(Ce,_e)=>{if(!Ce)return"";_e=Object.assign({encode:!0,strict:!0,arrayFormat:"none",arrayFormatSeparator:","},_e),z(_e.arrayFormatSeparator);const Ne=Et=>_e.skipNull&&L(Ce[Et])||_e.skipEmptyString&&Ce[Et]==="",Fe=j(_e),Ue={};for(const Et of Object.keys(Ce))Ne(Et)||(Ue[Et]=Ce[Et]);const kt=Object.keys(Ue);return _e.sort!==!1&&kt.sort(_e.sort),kt.map(Et=>{const Ve=Ce[Et];return Ve===void 0?"":Ve===null?re(Et,_e):Array.isArray(Ve)?Ve.length===0&&_e.arrayFormat==="bracket-separator"?re(Et,_e)+"[]":Ve.reduce(Fe(Et),[]).join("&"):re(Et,_e)+"="+re(Ve,_e)}).filter(Et=>Et.length>0).join("&")},e.parseUrl=(Ce,_e)=>{_e=Object.assign({decode:!0},_e);const[Ne,Fe]=n(Ce,"#");return Object.assign({url:Ne.split("?")[0]||"",query:he(pe(Ce),_e)},_e&&_e.parseFragmentIdentifier&&Fe?{fragmentIdentifier:ie(Fe,_e)}:{})},e.stringifyUrl=(Ce,_e)=>{_e=Object.assign({encode:!0,strict:!0,[$]:!0},_e);const Ne=ue(Ce.url).split("?")[0]||"",Fe=e.extract(Ce.url),Ue=e.parse(Fe,{sort:!1}),kt=Object.assign(Ue,Ce.query);let Et=e.stringify(kt,_e);Et&&(Et=`?${Et}`);let Ve=de(Ce.url);return Ce.fragmentIdentifier&&(Ve=`#${_e[$]?re(Ce.fragmentIdentifier,_e):Ce.fragmentIdentifier}`),`${Ne}${Et}${Ve}`},e.pick=(Ce,_e,Ne)=>{Ne=Object.assign({parseFragmentIdentifier:!0,[$]:!1},Ne);const{url:Fe,query:Ue,fragmentIdentifier:kt}=e.parseUrl(Ce,Ne);return e.stringifyUrl({url:Fe,query:k(Ue,_e),fragmentIdentifier:kt},Ne)},e.exclude=(Ce,_e,Ne)=>{const Fe=Array.isArray(_e)?Ue=>!_e.includes(Ue):(Ue,kt)=>!_e(Ue,kt);return e.pick(Ce,Fe,Ne)}})(queryString);const Encoder=TextEncoder;var 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$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_ce00252a-e499-4a13-af17-167840600a6b",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_ce00252a-e499-4a13-af17-167840600a6b",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:"590",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:19655",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:"10470992626",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"4b3d261ecb674f4733a36d0a1923b06d49c21cc8",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_9f974113-0da2-416b-ad1d-84e682dae06b",INVOCATION_ID:"592892fae4f949dbac24949f1a5e4c2e",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:"382",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 6",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:"4b3d261ecb674f4733a36d0a1923b06d49c21cc8",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_ce00252a-e499-4a13-af17-167840600a6b",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_ce00252a-e499-4a13-af17-167840600a6b",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_ce00252a-e499-4a13-af17-167840600a6b",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:2078,ppid:2077,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="",k=!1,L=t.indent?t.indent===!0?DEFAULT_INDENT:t.indent:"",$=!0;function j(oe){$?define_process_default$5.nextTick(oe):oe()}function V(oe,ue){if(ue!==void 0&&(n+=ue),oe&&!k&&(y=y||new Stream,k=!0),oe&&k){var de=n;j(function(){y.emit("data",de)}),n=""}}function z(oe,ue){format(V,resolve(oe,L,L?1:0),ue)}function re(){if(y){var oe=n;j(function(){y.emit("data",oe),y.emit("end"),y.readable=!1,y.emit("close")})}}function ie(oe){var ue=oe.encoding||"UTF-8",de={version:"1.0",encoding:ue};oe.standalone&&(de.standalone=oe.standalone),z({"?xml":{_attr:de}}),n=n.replace("/>","?>")}return j(function(){$=!1}),t.declaration&&ie(t.declaration),e&&e.forEach?e.forEach(function(oe,ue){var de;ue+1===e.length&&(de=re),z(oe,de)}):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,k=this._elem.indent;format(this.append,resolve(y,k,this._elem.icount+(k?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,L=e,$=!1;if(typeof e=="object"){var j=Object.keys(e);if(k=j[0],L=e[k],L&&L._elem)return L._elem.name=k,L._elem.icount=y,L._elem.indent=t,L._elem.indents=n,L._elem.interrupt=L,L._elem}var V=[],z=[],re;function ie(oe){var ue=Object.keys(oe);ue.forEach(function(de){V.push(attribute(de,oe[de]))})}switch(typeof L){case"object":if(L===null)break;L._attr&&ie(L._attr),L._cdata&&z.push(("<![CDATA["+L._cdata).replace(/\]\]>/g,"]]]]><![CDATA[>")+"]]>"),L.forEach&&(re=!1,z.push(""),L.forEach(function(oe){if(typeof oe=="object"){var ue=Object.keys(oe)[0];ue=="_attr"?ie(oe._attr):z.push(resolve(oe,t,y+1))}else z.pop(),re=!0,z.push(escapeForXML(oe))}),re||z.push(""));break;default:z.push(escapeForXML(L))}return{name:k,interrupt:$,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 k(){for(;t.content.length;){var $=t.content.shift();if($!==void 0){if(L($))return;format(e,$)}}e(!1,(n>1?t.indents:"")+(t.name?"</"+t.name+">":"")+(t.indent&&!y?`
`:"")),y&&y()}function L($){return $.interrupt?($.interrupt.append=e,$.interrupt.end=k,$.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?`
`:"");L(t)||k()}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;const Xml=getDefaultExportFromCjs(xmlExports);var xml2js={},defaults$1={},hasRequiredDefaults;function requireDefaults(){return hasRequiredDefaults||(hasRequiredDefaults=1,(function(){defaults$1.defaults={"0.1":{explicitCharkey:!1,trim:!0,normalize:!0,normalizeTags:!1,attrkey:"@",charkey:"#",explicitArray:!1,ignoreAttrs:!1,mergeAttrs:!1,explicitRoot:!1,validator:null,xmlns:!1,explicitChildren:!1,childkey:"@@",charsAsChildren:!1,includeWhiteChars:!1,async:!1,strict:!0,attrNameProcessors:null,attrValueProcessors:null,tagNameProcessors:null,valueProcessors:null,emptyTag:""},"0.2":{explicitCharkey:!1,trim:!1,normalize:!1,normalizeTags:!1,attrkey:"$",charkey:"_",explicitArray:!0,ignoreAttrs:!1,mergeAttrs:!1,explicitRoot:!0,validator:null,xmlns:!1,explicitChildren:!1,preserveChildrenOrder:!1,childkey:"$$",charsAsChildren:!1,includeWhiteChars:!1,async:!1,strict:!0,attrNameProcessors:null,attrValueProcessors:null,tagNameProcessors:null,valueProcessors:null,rootName:"root",xmldec:{version:"1.0",encoding:"UTF-8",standalone:!0},doctype:null,renderOpts:{pretty:!0,indent:" ",newline:`
`},headless:!1,chunkSize:1e4,emptyTag:"",cdata:!1}}}).call(commonjsGlobal)),defaults$1}var builder={},lib$1={},Utility={},hasRequiredUtility;function requireUtility(){return hasRequiredUtility||(hasRequiredUtility=1,(function(){var e,t,y,n,k,L,$,j=[].slice,V={}.hasOwnProperty;e=function(){var z,re,ie,oe,ue,de;if(de=arguments[0],ue=2<=arguments.length?j.call(arguments,1):[],k(Object.assign))Object.assign.apply(null,arguments);else for(z=0,ie=ue.length;z<ie;z++)if(oe=ue[z],oe!=null)for(re in oe)V.call(oe,re)&&(de[re]=oe[re]);return de},k=function(z){return!!z&&Object.prototype.toString.call(z)==="[object Function]"},L=function(z){var re;return!!z&&((re=typeof z)=="function"||re==="object")},y=function(z){return k(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},$=function(z){var re,ie;return L(z)&&(ie=Object.getPrototypeOf(z))&&(re=ie.constructor)&&typeof re=="function"&&re instanceof re&&Function.prototype.toString.call(re)===Function.prototype.toString.call(Object)},t=function(z){return k(z.valueOf)?z.valueOf():z},Utility.assign=e,Utility.isFunction=k,Utility.isObject=L,Utility.isArray=y,Utility.isEmpty=n,Utility.isPlainObject=$,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,k){return!0},y.prototype.setParameter=function(n,k){return k!=null?this.params[n]=k: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,k){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(k),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,ie){for(var oe in ie)z.call(ie,oe)&&(re[oe]=ie[oe]);function ue(){this.constructor=re}return ue.prototype=ie.prototype,re.prototype=new ue,re.__super__=ie.prototype,re},z={}.hasOwnProperty;j=requireUtility(),$=j.isObject,L=j.isFunction,k=j.getValue,n=requireXMLNode(),e=requireNodeType(),t=requireXMLAttribute(),y=requireXMLNamedNodeMap(),XMLElement.exports=function(re){V(ie,re);function ie(oe,ue,de){var pe,Ie,he,Ce;if(ie.__super__.constructor.call(this,oe),ue==null)throw new Error("Missing element name. "+this.debugInfo());if(this.name=this.stringify.name(ue),this.type=e.Element,this.attribs={},this.schemaTypeInfo=null,de!=null&&this.attribute(de),oe.type===e.Document&&(this.isRoot=!0,this.documentObject=oe,oe.rootObject=this,oe.children)){for(Ce=oe.children,Ie=0,he=Ce.length;Ie<he;Ie++)if(pe=Ce[Ie],pe.type===e.DocType){pe.name=this.name;break}}}return Object.defineProperty(ie.prototype,"tagName",{get:function(){return this.name}}),Object.defineProperty(ie.prototype,"namespaceURI",{get:function(){return""}}),Object.defineProperty(ie.prototype,"prefix",{get:function(){return""}}),Object.defineProperty(ie.prototype,"localName",{get:function(){return this.name}}),Object.defineProperty(ie.prototype,"id",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),Object.defineProperty(ie.prototype,"className",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),Object.defineProperty(ie.prototype,"classList",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),Object.defineProperty(ie.prototype,"attributes",{get:function(){return(!this.attributeMap||!this.attributeMap.nodes)&&(this.attributeMap=new y(this.attribs)),this.attributeMap}}),ie.prototype.clone=function(){var oe,ue,de,pe;de=Object.create(this),de.isRoot&&(de.documentObject=null),de.attribs={},pe=this.attribs;for(ue in pe)z.call(pe,ue)&&(oe=pe[ue],de.attribs[ue]=oe.clone());return de.children=[],this.children.forEach(function(Ie){var he;return he=Ie.clone(),he.parent=de,de.children.push(he)}),de},ie.prototype.attribute=function(oe,ue){var de,pe;if(oe!=null&&(oe=k(oe)),$(oe))for(de in oe)z.call(oe,de)&&(pe=oe[de],this.attribute(de,pe));else L(ue)&&(ue=ue.apply()),this.options.keepNullAttributes&&ue==null?this.attribs[oe]=new t(this,oe,""):ue!=null&&(this.attribs[oe]=new t(this,oe,ue));return this},ie.prototype.removeAttribute=function(oe){var ue,de,pe;if(oe==null)throw new Error("Missing attribute name. "+this.debugInfo());if(oe=k(oe),Array.isArray(oe))for(de=0,pe=oe.length;de<pe;de++)ue=oe[de],delete this.attribs[ue];else delete this.attribs[oe];return this},ie.prototype.toString=function(oe){return this.options.writer.element(this,this.options.writer.filterOptions(oe))},ie.prototype.att=function(oe,ue){return this.attribute(oe,ue)},ie.prototype.a=function(oe,ue){return this.attribute(oe,ue)},ie.prototype.getAttribute=function(oe){return this.attribs.hasOwnProperty(oe)?this.attribs[oe].value:null},ie.prototype.setAttribute=function(oe,ue){throw new Error("This DOM method is not implemented."+this.debugInfo())},ie.prototype.getAttributeNode=function(oe){return this.attribs.hasOwnProperty(oe)?this.attribs[oe]:null},ie.prototype.setAttributeNode=function(oe){throw new Error("This DOM method is not implemented."+this.debugInfo())},ie.prototype.removeAttributeNode=function(oe){throw new Error("This DOM method is not implemented."+this.debugInfo())},ie.prototype.getElementsByTagName=function(oe){throw new Error("This DOM method is not implemented."+this.debugInfo())},ie.prototype.getAttributeNS=function(oe,ue){throw new Error("This DOM method is not implemented."+this.debugInfo())},ie.prototype.setAttributeNS=function(oe,ue,de){throw new Error("This DOM method is not implemented."+this.debugInfo())},ie.prototype.removeAttributeNS=function(oe,ue){throw new Error("This DOM method is not implemented."+this.debugInfo())},ie.prototype.getAttributeNodeNS=function(oe,ue){throw new Error("This DOM method is not implemented."+this.debugInfo())},ie.prototype.setAttributeNodeNS=function(oe){throw new Error("This DOM method is not implemented."+this.debugInfo())},ie.prototype.getElementsByTagNameNS=function(oe,ue){throw new Error("This DOM method is not implemented."+this.debugInfo())},ie.prototype.hasAttribute=function(oe){return this.attribs.hasOwnProperty(oe)},ie.prototype.hasAttributeNS=function(oe,ue){throw new Error("This DOM method is not implemented."+this.debugInfo())},ie.prototype.setIdAttribute=function(oe,ue){return this.attribs.hasOwnProperty(oe)?this.attribs[oe].isId:ue},ie.prototype.setIdAttributeNS=function(oe,ue,de){throw new Error("This DOM method is not implemented."+this.debugInfo())},ie.prototype.setIdAttributeNode=function(oe,ue){throw new Error("This DOM method is not implemented."+this.debugInfo())},ie.prototype.getElementsByTagName=function(oe){throw new Error("This DOM method is not implemented."+this.debugInfo())},ie.prototype.getElementsByTagNameNS=function(oe,ue){throw new Error("This DOM method is not implemented."+this.debugInfo())},ie.prototype.getElementsByClassName=function(oe){throw new Error("This DOM method is not implemented."+this.debugInfo())},ie.prototype.isEqualNode=function(oe){var ue,de,pe;if(!ie.__super__.isEqualNode.apply(this,arguments).isEqualNode(oe)||oe.namespaceURI!==this.namespaceURI||oe.prefix!==this.prefix||oe.localName!==this.localName||oe.attribs.length!==this.attribs.length)return!1;for(ue=de=0,pe=this.attribs.length-1;0<=pe?de<=pe:de>=pe;ue=0<=pe?++de:--de)if(!this.attribs[ue].isEqualNode(oe.attribs[ue]))return!1;return!0},ie}(n)}).call(commonjsGlobal)),XMLElement.exports}var XMLCData={exports:{}},XMLCharacterData={exports:{}},hasRequiredXMLCharacterData;function requireXMLCharacterData(){return hasRequiredXMLCharacterData||(hasRequiredXMLCharacterData=1,(function(){var e,t=function(n,k){for(var L in k)y.call(k,L)&&(n[L]=k[L]);function $(){this.constructor=n}return $.prototype=k.prototype,n.prototype=new $,n.__super__=k.prototype,n},y={}.hasOwnProperty;e=requireXMLNode(),XMLCharacterData.exports=function(n){t(k,n);function k(L){k.__super__.constructor.call(this,L),this.value=""}return Object.defineProperty(k.prototype,"data",{get:function(){return this.value},set:function(L){return this.value=L||""}}),Object.defineProperty(k.prototype,"length",{get:function(){return this.value.length}}),Object.defineProperty(k.prototype,"textContent",{get:function(){return this.value},set:function(L){return this.value=L||""}}),k.prototype.clone=function(){return Object.create(this)},k.prototype.substringData=function(L,$){throw new Error("This DOM method is not implemented."+this.debugInfo())},k.prototype.appendData=function(L){throw new Error("This DOM method is not implemented."+this.debugInfo())},k.prototype.insertData=function(L,$){throw new Error("This DOM method is not implemented."+this.debugInfo())},k.prototype.deleteData=function(L,$){throw new Error("This DOM method is not implemented."+this.debugInfo())},k.prototype.replaceData=function(L,$,j){throw new Error("This DOM method is not implemented."+this.debugInfo())},k.prototype.isEqualNode=function(L){return!(!k.__super__.isEqualNode.apply(this,arguments).isEqualNode(L)||L.data!==this.data)},k}(e)}).call(commonjsGlobal)),XMLCharacterData.exports}var hasRequiredXMLCData;function requireXMLCData(){return hasRequiredXMLCData||(hasRequiredXMLCData=1,(function(){var e,t,y=function(k,L){for(var $ in L)n.call(L,$)&&(k[$]=L[$]);function j(){this.constructor=k}return j.prototype=L.prototype,k.prototype=new j,k.__super__=L.prototype,k},n={}.hasOwnProperty;e=requireNodeType(),t=requireXMLCharacterData(),XMLCData.exports=function(k){y(L,k);function L($,j){if(L.__super__.constructor.call(this,$),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 L.prototype.clone=function(){return Object.create(this)},L.prototype.toString=function($){return this.options.writer.cdata(this,this.options.writer.filterOptions($))},L}(t)}).call(commonjsGlobal)),XMLCData.exports}var XMLComment={exports:{}},hasRequiredXMLComment;function requireXMLComment(){return hasRequiredXMLComment||(hasRequiredXMLComment=1,(function(){var e,t,y=function(k,L){for(var $ in L)n.call(L,$)&&(k[$]=L[$]);function j(){this.constructor=k}return j.prototype=L.prototype,k.prototype=new j,k.__super__=L.prototype,k},n={}.hasOwnProperty;e=requireNodeType(),t=requireXMLCharacterData(),XMLComment.exports=function(k){y(L,k);function L($,j){if(L.__super__.constructor.call(this,$),j==null)throw new Error("Missing comment text. "+this.debugInfo());this.name="#comment",this.type=e.Comment,this.value=this.stringify.comment(j)}return L.prototype.clone=function(){return Object.create(this)},L.prototype.toString=function($){return this.options.writer.comment(this,this.options.writer.filterOptions($))},L}(t)}).call(commonjsGlobal)),XMLComment.exports}var XMLDeclaration={exports:{}},hasRequiredXMLDeclaration;function requireXMLDeclaration(){return hasRequiredXMLDeclaration||(hasRequiredXMLDeclaration=1,(function(){var e,t,y,n=function(L,$){for(var j in $)k.call($,j)&&(L[j]=$[j]);function V(){this.constructor=L}return V.prototype=$.prototype,L.prototype=new V,L.__super__=$.prototype,L},k={}.hasOwnProperty;y=requireUtility().isObject,t=requireXMLNode(),e=requireNodeType(),XMLDeclaration.exports=function(L){n($,L);function $(j,V,z,re){var ie;$.__super__.constructor.call(this,j),y(V)&&(ie=V,V=ie.version,z=ie.encoding,re=ie.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 $.prototype.toString=function(j){return this.options.writer.declaration(this,this.options.writer.filterOptions(j))},$}(t)}).call(commonjsGlobal)),XMLDeclaration.exports}var XMLDocType={exports:{}},XMLDTDAttList={exports:{}},hasRequiredXMLDTDAttList;function requireXMLDTDAttList(){return hasRequiredXMLDTDAttList||(hasRequiredXMLDTDAttList=1,(function(){var e,t,y=function(k,L){for(var $ in L)n.call(L,$)&&(k[$]=L[$]);function j(){this.constructor=k}return j.prototype=L.prototype,k.prototype=new j,k.__super__=L.prototype,k},n={}.hasOwnProperty;t=requireXMLNode(),e=requireNodeType(),XMLDTDAttList.exports=function(k){y(L,k);function L($,j,V,z,re,ie){if(L.__super__.constructor.call(this,$),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(ie&&!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),ie&&(this.defaultValue=this.stringify.dtdAttDefault(ie)),this.defaultValueType=re}return L.prototype.toString=function($){return this.options.writer.dtdAttList(this,this.options.writer.filterOptions($))},L}(t)}).call(commonjsGlobal)),XMLDTDAttList.exports}var XMLDTDEntity={exports:{}},hasRequiredXMLDTDEntity;function requireXMLDTDEntity(){return hasRequiredXMLDTDEntity||(hasRequiredXMLDTDEntity=1,(function(){var e,t,y,n=function(L,$){for(var j in $)k.call($,j)&&(L[j]=$[j]);function V(){this.constructor=L}return V.prototype=$.prototype,L.prototype=new V,L.__super__=$.prototype,L},k={}.hasOwnProperty;y=requireUtility().isObject,t=requireXMLNode(),e=requireNodeType(),XMLDTDEntity.exports=function(L){n($,L);function $(j,V,z,re){if($.__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($.prototype,"publicId",{get:function(){return this.pubID}}),Object.defineProperty($.prototype,"systemId",{get:function(){return this.sysID}}),Object.defineProperty($.prototype,"notationName",{get:function(){return this.nData||null}}),Object.defineProperty($.prototype,"inputEncoding",{get:function(){return null}}),Object.defineProperty($.prototype,"xmlEncoding",{get:function(){return null}}),Object.defineProperty($.prototype,"xmlVersion",{get:function(){return null}}),$.prototype.toString=function(j){return this.options.writer.dtdEntity(this,this.options.writer.filterOptions(j))},$}(t)}).call(commonjsGlobal)),XMLDTDEntity.exports}var XMLDTDElement={exports:{}},hasRequiredXMLDTDElement;function requireXMLDTDElement(){return hasRequiredXMLDTDElement||(hasRequiredXMLDTDElement=1,(function(){var e,t,y=function(k,L){for(var $ in L)n.call(L,$)&&(k[$]=L[$]);function j(){this.constructor=k}return j.prototype=L.prototype,k.prototype=new j,k.__super__=L.prototype,k},n={}.hasOwnProperty;t=requireXMLNode(),e=requireNodeType(),XMLDTDElement.exports=function(k){y(L,k);function L($,j,V){if(L.__super__.constructor.call(this,$),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 L.prototype.toString=function($){return this.options.writer.dtdElement(this,this.options.writer.filterOptions($))},L}(t)}).call(commonjsGlobal)),XMLDTDElement.exports}var XMLDTDNotation={exports:{}},hasRequiredXMLDTDNotation;function requireXMLDTDNotation(){return hasRequiredXMLDTDNotation||(hasRequiredXMLDTDNotation=1,(function(){var e,t,y=function(k,L){for(var $ in L)n.call(L,$)&&(k[$]=L[$]);function j(){this.constructor=k}return j.prototype=L.prototype,k.prototype=new j,k.__super__=L.prototype,k},n={}.hasOwnProperty;t=requireXMLNode(),e=requireNodeType(),XMLDTDNotation.exports=function(k){y(L,k);function L($,j,V){if(L.__super__.constructor.call(this,$),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(L.prototype,"publicId",{get:function(){return this.pubID}}),Object.defineProperty(L.prototype,"systemId",{get:function(){return this.sysID}}),L.prototype.toString=function($){return this.options.writer.dtdNotation(this,this.options.writer.filterOptions($))},L}(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,ie){for(var oe in ie)z.call(ie,oe)&&(re[oe]=ie[oe]);function ue(){this.constructor=re}return ue.prototype=ie.prototype,re.prototype=new ue,re.__super__=ie.prototype,re},z={}.hasOwnProperty;j=requireUtility().isObject,$=requireXMLNode(),e=requireNodeType(),t=requireXMLDTDAttList(),n=requireXMLDTDEntity(),y=requireXMLDTDElement(),k=requireXMLDTDNotation(),L=requireXMLNamedNodeMap(),XMLDocType.exports=function(re){V(ie,re);function ie(oe,ue,de){var pe,Ie,he,Ce,_e,Ne;if(ie.__super__.constructor.call(this,oe),this.type=e.DocType,oe.children){for(Ce=oe.children,Ie=0,he=Ce.length;Ie<he;Ie++)if(pe=Ce[Ie],pe.type===e.Element){this.name=pe.name;break}}this.documentObject=oe,j(ue)&&(_e=ue,ue=_e.pubID,de=_e.sysID),de==null&&(Ne=[ue,de],de=Ne[0],ue=Ne[1]),ue!=null&&(this.pubID=this.stringify.dtdPubID(ue)),de!=null&&(this.sysID=this.stringify.dtdSysID(de))}return Object.defineProperty(ie.prototype,"entities",{get:function(){var oe,ue,de,pe,Ie;for(pe={},Ie=this.children,ue=0,de=Ie.length;ue<de;ue++)oe=Ie[ue],oe.type===e.EntityDeclaration&&!oe.pe&&(pe[oe.name]=oe);return new L(pe)}}),Object.defineProperty(ie.prototype,"notations",{get:function(){var oe,ue,de,pe,Ie;for(pe={},Ie=this.children,ue=0,de=Ie.length;ue<de;ue++)oe=Ie[ue],oe.type===e.NotationDeclaration&&(pe[oe.name]=oe);return new L(pe)}}),Object.defineProperty(ie.prototype,"publicId",{get:function(){return this.pubID}}),Object.defineProperty(ie.prototype,"systemId",{get:function(){return this.sysID}}),Object.defineProperty(ie.prototype,"internalSubset",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),ie.prototype.element=function(oe,ue){var de;return de=new y(this,oe,ue),this.children.push(de),this},ie.prototype.attList=function(oe,ue,de,pe,Ie){var he;return he=new t(this,oe,ue,de,pe,Ie),this.children.push(he),this},ie.prototype.entity=function(oe,ue){var de;return de=new n(this,!1,oe,ue),this.children.push(de),this},ie.prototype.pEntity=function(oe,ue){var de;return de=new n(this,!0,oe,ue),this.children.push(de),this},ie.prototype.notation=function(oe,ue){var de;return de=new k(this,oe,ue),this.children.push(de),this},ie.prototype.toString=function(oe){return this.options.writer.docType(this,this.options.writer.filterOptions(oe))},ie.prototype.ele=function(oe,ue){return this.element(oe,ue)},ie.prototype.att=function(oe,ue,de,pe,Ie){return this.attList(oe,ue,de,pe,Ie)},ie.prototype.ent=function(oe,ue){return this.entity(oe,ue)},ie.prototype.pent=function(oe,ue){return this.pEntity(oe,ue)},ie.prototype.not=function(oe,ue){return this.notation(oe,ue)},ie.prototype.up=function(){return this.root()||this.documentObject},ie.prototype.isEqualNode=function(oe){return!(!ie.__super__.isEqualNode.apply(this,arguments).isEqualNode(oe)||oe.name!==this.name||oe.publicId!==this.publicId||oe.systemId!==this.systemId)},ie}($)}).call(commonjsGlobal)),XMLDocType.exports}var XMLRaw={exports:{}},hasRequiredXMLRaw;function requireXMLRaw(){return hasRequiredXMLRaw||(hasRequiredXMLRaw=1,(function(){var e,t,y=function(k,L){for(var $ in L)n.call(L,$)&&(k[$]=L[$]);function j(){this.constructor=k}return j.prototype=L.prototype,k.prototype=new j,k.__super__=L.prototype,k},n={}.hasOwnProperty;e=requireNodeType(),t=requireXMLNode(),XMLRaw.exports=function(k){y(L,k);function L($,j){if(L.__super__.constructor.call(this,$),j==null)throw new Error("Missing raw text. "+this.debugInfo());this.type=e.Raw,this.value=this.stringify.raw(j)}return L.prototype.clone=function(){return Object.create(this)},L.prototype.toString=function($){return this.options.writer.raw(this,this.options.writer.filterOptions($))},L}(t)}).call(commonjsGlobal)),XMLRaw.exports}var XMLText={exports:{}},hasRequiredXMLText;function requireXMLText(){return hasRequiredXMLText||(hasRequiredXMLText=1,(function(){var e,t,y=function(k,L){for(var $ in L)n.call(L,$)&&(k[$]=L[$]);function j(){this.constructor=k}return j.prototype=L.prototype,k.prototype=new j,k.__super__=L.prototype,k},n={}.hasOwnProperty;e=requireNodeType(),t=requireXMLCharacterData(),XMLText.exports=function(k){y(L,k);function L($,j){if(L.__super__.constructor.call(this,$),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(L.prototype,"isElementContentWhitespace",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),Object.defineProperty(L.prototype,"wholeText",{get:function(){var $,j,V;for(V="",j=this.previousSibling;j;)V=j.data+V,j=j.previousSibling;for(V+=this.data,$=this.nextSibling;$;)V=V+$.data,$=$.nextSibling;return V}}),L.prototype.clone=function(){return Object.create(this)},L.prototype.toString=function($){return this.options.writer.text(this,this.options.writer.filterOptions($))},L.prototype.splitText=function($){throw new Error("This DOM method is not implemented."+this.debugInfo())},L.prototype.replaceWholeText=function($){throw new Error("This DOM method is not implemented."+this.debugInfo())},L}(t)}).call(commonjsGlobal)),XMLText.exports}var XMLProcessingInstruction={exports:{}},hasRequiredXMLProcessingInstruction;function requireXMLProcessingInstruction(){return hasRequiredXMLProcessingInstruction||(hasRequiredXMLProcessingInstruction=1,(function(){var e,t,y=function(k,L){for(var $ in L)n.call(L,$)&&(k[$]=L[$]);function j(){this.constructor=k}return j.prototype=L.prototype,k.prototype=new j,k.__super__=L.prototype,k},n={}.hasOwnProperty;e=requireNodeType(),t=requireXMLCharacterData(),XMLProcessingInstruction.exports=function(k){y(L,k);function L($,j,V){if(L.__super__.constructor.call(this,$),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 L.prototype.clone=function(){return Object.create(this)},L.prototype.toString=function($){return this.options.writer.processingInstruction(this,this.options.writer.filterOptions($))},L.prototype.isEqualNode=function($){return!(!L.__super__.isEqualNode.apply(this,arguments).isEqualNode($)||$.target!==this.target)},L}(t)}).call(commonjsGlobal)),XMLProcessingInstruction.exports}var XMLDummy={exports:{}},hasRequiredXMLDummy;function requireXMLDummy(){return hasRequiredXMLDummy||(hasRequiredXMLDummy=1,(function(){var e,t,y=function(k,L){for(var $ in L)n.call(L,$)&&(k[$]=L[$]);function j(){this.constructor=k}return j.prototype=L.prototype,k.prototype=new j,k.__super__=L.prototype,k},n={}.hasOwnProperty;t=requireXMLNode(),e=requireNodeType(),XMLDummy.exports=function(k){y(L,k);function L($){L.__super__.constructor.call(this,$),this.type=e.Dummy}return L.prototype.clone=function(){return Object.create(this)},L.prototype.toString=function($){return""},L}(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,ie,oe,ue,de,pe,Ie,he={}.hasOwnProperty;Ie=requireUtility(),pe=Ie.isObject,de=Ie.isFunction,ue=Ie.isEmpty,oe=Ie.getValue,j=null,y=null,n=null,k=null,L=null,re=null,ie=null,z=null,$=null,t=null,V=null,e=null,XMLNode.exports=function(){function Ce(_e){this.parent=_e,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(),k=requireXMLDeclaration(),L=requireXMLDocType(),re=requireXMLRaw(),ie=requireXMLText(),z=requireXMLProcessingInstruction(),$=requireXMLDummy(),t=requireNodeType(),V=requireXMLNodeList(),requireXMLNamedNodeMap(),e=requireDocumentPosition())}return Object.defineProperty(Ce.prototype,"nodeName",{get:function(){return this.name}}),Object.defineProperty(Ce.prototype,"nodeType",{get:function(){return this.type}}),Object.defineProperty(Ce.prototype,"nodeValue",{get:function(){return this.value}}),Object.defineProperty(Ce.prototype,"parentNode",{get:function(){return this.parent}}),Object.defineProperty(Ce.prototype,"childNodes",{get:function(){return(!this.childNodeList||!this.childNodeList.nodes)&&(this.childNodeList=new V(this.children)),this.childNodeList}}),Object.defineProperty(Ce.prototype,"firstChild",{get:function(){return this.children[0]||null}}),Object.defineProperty(Ce.prototype,"lastChild",{get:function(){return this.children[this.children.length-1]||null}}),Object.defineProperty(Ce.prototype,"previousSibling",{get:function(){var _e;return _e=this.parent.children.indexOf(this),this.parent.children[_e-1]||null}}),Object.defineProperty(Ce.prototype,"nextSibling",{get:function(){var _e;return _e=this.parent.children.indexOf(this),this.parent.children[_e+1]||null}}),Object.defineProperty(Ce.prototype,"ownerDocument",{get:function(){return this.document()||null}}),Object.defineProperty(Ce.prototype,"textContent",{get:function(){var _e,Ne,Fe,Ue,kt;if(this.nodeType===t.Element||this.nodeType===t.DocumentFragment){for(kt="",Ue=this.children,Ne=0,Fe=Ue.length;Ne<Fe;Ne++)_e=Ue[Ne],_e.textContent&&(kt+=_e.textContent);return kt}else return null},set:function(_e){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),Ce.prototype.setParent=function(_e){var Ne,Fe,Ue,kt,Et;for(this.parent=_e,_e&&(this.options=_e.options,this.stringify=_e.stringify),kt=this.children,Et=[],Fe=0,Ue=kt.length;Fe<Ue;Fe++)Ne=kt[Fe],Et.push(Ne.setParent(this));return Et},Ce.prototype.element=function(_e,Ne,Fe){var Ue,kt,Et,Ve,qe,jt,tr,rr,ar,nr,ur;if(jt=null,Ne===null&&Fe==null&&(ar=[{},null],Ne=ar[0],Fe=ar[1]),Ne==null&&(Ne={}),Ne=oe(Ne),pe(Ne)||(nr=[Ne,Fe],Fe=nr[0],Ne=nr[1]),_e!=null&&(_e=oe(_e)),Array.isArray(_e))for(Et=0,tr=_e.length;Et<tr;Et++)kt=_e[Et],jt=this.element(kt);else if(de(_e))jt=this.element(_e.apply());else if(pe(_e)){for(qe in _e)if(he.call(_e,qe))if(ur=_e[qe],de(ur)&&(ur=ur.apply()),!this.options.ignoreDecorators&&this.stringify.convertAttKey&&qe.indexOf(this.stringify.convertAttKey)===0)jt=this.attribute(qe.substr(this.stringify.convertAttKey.length),ur);else if(!this.options.separateArrayItems&&Array.isArray(ur)&&ue(ur))jt=this.dummy();else if(pe(ur)&&ue(ur))jt=this.element(qe);else if(!this.options.keepNullNodes&&ur==null)jt=this.dummy();else if(!this.options.separateArrayItems&&Array.isArray(ur))for(Ve=0,rr=ur.length;Ve<rr;Ve++)kt=ur[Ve],Ue={},Ue[qe]=kt,jt=this.element(Ue);else pe(ur)?!this.options.ignoreDecorators&&this.stringify.convertTextKey&&qe.indexOf(this.stringify.convertTextKey)===0?jt=this.element(ur):(jt=this.element(qe),jt.element(ur)):jt=this.element(qe,ur)}else!this.options.keepNullNodes&&Fe===null?jt=this.dummy():!this.options.ignoreDecorators&&this.stringify.convertTextKey&&_e.indexOf(this.stringify.convertTextKey)===0?jt=this.text(Fe):!this.options.ignoreDecorators&&this.stringify.convertCDataKey&&_e.indexOf(this.stringify.convertCDataKey)===0?jt=this.cdata(Fe):!this.options.ignoreDecorators&&this.stringify.convertCommentKey&&_e.indexOf(this.stringify.convertCommentKey)===0?jt=this.comment(Fe):!this.options.ignoreDecorators&&this.stringify.convertRawKey&&_e.indexOf(this.stringify.convertRawKey)===0?jt=this.raw(Fe):!this.options.ignoreDecorators&&this.stringify.convertPIKey&&_e.indexOf(this.stringify.convertPIKey)===0?jt=this.instruction(_e.substr(this.stringify.convertPIKey.length),Fe):jt=this.node(_e,Ne,Fe);if(jt==null)throw new Error("Could not create any elements with: "+_e+". "+this.debugInfo());return jt},Ce.prototype.insertBefore=function(_e,Ne,Fe){var Ue,kt,Et,Ve,qe;if(_e!=null&&_e.type)return Et=_e,Ve=Ne,Et.setParent(this),Ve?(kt=children.indexOf(Ve),qe=children.splice(kt),children.push(Et),Array.prototype.push.apply(children,qe)):children.push(Et),Et;if(this.isRoot)throw new Error("Cannot insert elements at root level. "+this.debugInfo(_e));return kt=this.parent.children.indexOf(this),qe=this.parent.children.splice(kt),Ue=this.parent.element(_e,Ne,Fe),Array.prototype.push.apply(this.parent.children,qe),Ue},Ce.prototype.insertAfter=function(_e,Ne,Fe){var Ue,kt,Et;if(this.isRoot)throw new Error("Cannot insert elements at root level. "+this.debugInfo(_e));return kt=this.parent.children.indexOf(this),Et=this.parent.children.splice(kt+1),Ue=this.parent.element(_e,Ne,Fe),Array.prototype.push.apply(this.parent.children,Et),Ue},Ce.prototype.remove=function(){var _e;if(this.isRoot)throw new Error("Cannot remove the root element. "+this.debugInfo());return _e=this.parent.children.indexOf(this),[].splice.apply(this.parent.children,[_e,_e-_e+1].concat([])),this.parent},Ce.prototype.node=function(_e,Ne,Fe){var Ue,kt;return _e!=null&&(_e=oe(_e)),Ne||(Ne={}),Ne=oe(Ne),pe(Ne)||(kt=[Ne,Fe],Fe=kt[0],Ne=kt[1]),Ue=new j(this,_e,Ne),Fe!=null&&Ue.text(Fe),this.children.push(Ue),Ue},Ce.prototype.text=function(_e){var Ne;return pe(_e)&&this.element(_e),Ne=new ie(this,_e),this.children.push(Ne),this},Ce.prototype.cdata=function(_e){var Ne;return Ne=new y(this,_e),this.children.push(Ne),this},Ce.prototype.comment=function(_e){var Ne;return Ne=new n(this,_e),this.children.push(Ne),this},Ce.prototype.commentBefore=function(_e){var Ne,Fe;return Ne=this.parent.children.indexOf(this),Fe=this.parent.children.splice(Ne),this.parent.comment(_e),Array.prototype.push.apply(this.parent.children,Fe),this},Ce.prototype.commentAfter=function(_e){var Ne,Fe;return Ne=this.parent.children.indexOf(this),Fe=this.parent.children.splice(Ne+1),this.parent.comment(_e),Array.prototype.push.apply(this.parent.children,Fe),this},Ce.prototype.raw=function(_e){var Ne;return Ne=new re(this,_e),this.children.push(Ne),this},Ce.prototype.dummy=function(){var _e;return _e=new $(this),_e},Ce.prototype.instruction=function(_e,Ne){var Fe,Ue,kt,Et,Ve;if(_e!=null&&(_e=oe(_e)),Ne!=null&&(Ne=oe(Ne)),Array.isArray(_e))for(Et=0,Ve=_e.length;Et<Ve;Et++)Fe=_e[Et],this.instruction(Fe);else if(pe(_e))for(Fe in _e)he.call(_e,Fe)&&(Ue=_e[Fe],this.instruction(Fe,Ue));else de(Ne)&&(Ne=Ne.apply()),kt=new z(this,_e,Ne),this.children.push(kt);return this},Ce.prototype.instructionBefore=function(_e,Ne){var Fe,Ue;return Fe=this.parent.children.indexOf(this),Ue=this.parent.children.splice(Fe),this.parent.instruction(_e,Ne),Array.prototype.push.apply(this.parent.children,Ue),this},Ce.prototype.instructionAfter=function(_e,Ne){var Fe,Ue;return Fe=this.parent.children.indexOf(this),Ue=this.parent.children.splice(Fe+1),this.parent.instruction(_e,Ne),Array.prototype.push.apply(this.parent.children,Ue),this},Ce.prototype.declaration=function(_e,Ne,Fe){var Ue,kt;return Ue=this.document(),kt=new k(Ue,_e,Ne,Fe),Ue.children.length===0?Ue.children.unshift(kt):Ue.children[0].type===t.Declaration?Ue.children[0]=kt:Ue.children.unshift(kt),Ue.root()||Ue},Ce.prototype.dtd=function(_e,Ne){var Fe,Ue,kt,Et,Ve,qe,jt,tr,rr,ar;for(Ue=this.document(),kt=new L(Ue,_e,Ne),rr=Ue.children,Et=Ve=0,jt=rr.length;Ve<jt;Et=++Ve)if(Fe=rr[Et],Fe.type===t.DocType)return Ue.children[Et]=kt,kt;for(ar=Ue.children,Et=qe=0,tr=ar.length;qe<tr;Et=++qe)if(Fe=ar[Et],Fe.isRoot)return Ue.children.splice(Et,0,kt),kt;return Ue.children.push(kt),kt},Ce.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},Ce.prototype.root=function(){var _e;for(_e=this;_e;){if(_e.type===t.Document)return _e.rootObject;if(_e.isRoot)return _e;_e=_e.parent}},Ce.prototype.document=function(){var _e;for(_e=this;_e;){if(_e.type===t.Document)return _e;_e=_e.parent}},Ce.prototype.end=function(_e){return this.document().end(_e)},Ce.prototype.prev=function(){var _e;if(_e=this.parent.children.indexOf(this),_e<1)throw new Error("Already at the first node. "+this.debugInfo());return this.parent.children[_e-1]},Ce.prototype.next=function(){var _e;if(_e=this.parent.children.indexOf(this),_e===-1||_e===this.parent.children.length-1)throw new Error("Already at the last node. "+this.debugInfo());return this.parent.children[_e+1]},Ce.prototype.importDocument=function(_e){var Ne;return Ne=_e.root().clone(),Ne.parent=this,Ne.isRoot=!1,this.children.push(Ne),this},Ce.prototype.debugInfo=function(_e){var Ne,Fe;return _e=_e||this.name,_e==null&&!((Ne=this.parent)!=null&&Ne.name)?"":_e==null?"parent: <"+this.parent.name+">":(Fe=this.parent)!=null&&Fe.name?"node: <"+_e+">, parent: <"+this.parent.name+">":"node: <"+_e+">"},Ce.prototype.ele=function(_e,Ne,Fe){return this.element(_e,Ne,Fe)},Ce.prototype.nod=function(_e,Ne,Fe){return this.node(_e,Ne,Fe)},Ce.prototype.txt=function(_e){return this.text(_e)},Ce.prototype.dat=function(_e){return this.cdata(_e)},Ce.prototype.com=function(_e){return this.comment(_e)},Ce.prototype.ins=function(_e,Ne){return this.instruction(_e,Ne)},Ce.prototype.doc=function(){return this.document()},Ce.prototype.dec=function(_e,Ne,Fe){return this.declaration(_e,Ne,Fe)},Ce.prototype.e=function(_e,Ne,Fe){return this.element(_e,Ne,Fe)},Ce.prototype.n=function(_e,Ne,Fe){return this.node(_e,Ne,Fe)},Ce.prototype.t=function(_e){return this.text(_e)},Ce.prototype.d=function(_e){return this.cdata(_e)},Ce.prototype.c=function(_e){return this.comment(_e)},Ce.prototype.r=function(_e){return this.raw(_e)},Ce.prototype.i=function(_e,Ne){return this.instruction(_e,Ne)},Ce.prototype.u=function(){return this.up()},Ce.prototype.importXMLBuilder=function(_e){return this.importDocument(_e)},Ce.prototype.replaceChild=function(_e,Ne){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ce.prototype.removeChild=function(_e){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ce.prototype.appendChild=function(_e){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ce.prototype.hasChildNodes=function(){return this.children.length!==0},Ce.prototype.cloneNode=function(_e){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ce.prototype.normalize=function(){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ce.prototype.isSupported=function(_e,Ne){return!0},Ce.prototype.hasAttributes=function(){return this.attribs.length!==0},Ce.prototype.compareDocumentPosition=function(_e){var Ne,Fe;return Ne=this,Ne===_e?0:this.document()!==_e.document()?(Fe=e.Disconnected|e.ImplementationSpecific,Math.random()<.5?Fe|=e.Preceding:Fe|=e.Following,Fe):Ne.isAncestor(_e)?e.Contains|e.Preceding:Ne.isDescendant(_e)?e.Contains|e.Following:Ne.isPreceding(_e)?e.Preceding:e.Following},Ce.prototype.isSameNode=function(_e){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ce.prototype.lookupPrefix=function(_e){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ce.prototype.isDefaultNamespace=function(_e){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ce.prototype.lookupNamespaceURI=function(_e){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ce.prototype.isEqualNode=function(_e){var Ne,Fe,Ue;if(_e.nodeType!==this.nodeType||_e.children.length!==this.children.length)return!1;for(Ne=Fe=0,Ue=this.children.length-1;0<=Ue?Fe<=Ue:Fe>=Ue;Ne=0<=Ue?++Fe:--Fe)if(!this.children[Ne].isEqualNode(_e.children[Ne]))return!1;return!0},Ce.prototype.getFeature=function(_e,Ne){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ce.prototype.setUserData=function(_e,Ne,Fe){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ce.prototype.getUserData=function(_e){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ce.prototype.contains=function(_e){return _e?_e===this||this.isDescendant(_e):!1},Ce.prototype.isDescendant=function(_e){var Ne,Fe,Ue,kt,Et;for(Et=this.children,Ue=0,kt=Et.length;Ue<kt;Ue++)if(Ne=Et[Ue],_e===Ne||(Fe=Ne.isDescendant(_e),Fe))return!0;return!1},Ce.prototype.isAncestor=function(_e){return _e.isDescendant(this)},Ce.prototype.isPreceding=function(_e){var Ne,Fe;return Ne=this.treePosition(_e),Fe=this.treePosition(this),Ne===-1||Fe===-1?!1:Ne<Fe},Ce.prototype.isFollowing=function(_e){var Ne,Fe;return Ne=this.treePosition(_e),Fe=this.treePosition(this),Ne===-1||Fe===-1?!1:Ne>Fe},Ce.prototype.treePosition=function(_e){var Ne,Fe;return Fe=0,Ne=!1,this.foreachTreeNode(this.document(),function(Ue){if(Fe++,!Ne&&Ue===_e)return Ne=!0}),Ne?Fe:-1},Ce.prototype.foreachTreeNode=function(_e,Ne){var Fe,Ue,kt,Et,Ve;for(_e||(_e=this.document()),Et=_e.children,Ue=0,kt=Et.length;Ue<kt;Ue++){if(Fe=Et[Ue],Ve=Ne(Fe))return Ve;if(Ve=this.foreachTreeNode(Fe,Ne),Ve)return Ve}},Ce}()}).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"),L=n.stringify||{};for(k in L)t.call(L,k)&&($=L[k],this[k]=$)}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,L;if(this.options.noValidation)return n;if(k="",this.options.version==="1.0"){if(k=/[\0-\x08\x0B\f\x0E-\x1F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,L=n.match(k))throw new Error("Invalid character in string: "+n+" at index "+L.index)}else if(this.options.version==="1.1"&&(k=/[\0\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,L=n.match(k)))throw new Error("Invalid character in string: "+n+" at index "+L.index);return n},y.prototype.assertLegalName=function(n){var k;if(this.options.noValidation)return n;if(this.assertLegalChar(n),k=/^([: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(k))throw new Error("Invalid character in name");return n},y.prototype.textEscape=function(n){var k;return this.options.noValidation?n:(k=this.options.noDoubleEncoding?/(?!&\S+;)&/g:/&/g,n.replace(k,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/\r/g,"&#xD;"))},y.prototype.attEscape=function(n){var k;return this.options.noValidation?n:(k=this.options.noDoubleEncoding?/(?!&\S+;)&/g:/&/g,n.replace(k,"&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(L){var $,j,V;L||(L={}),this.options=L,j=L.writer||{};for($ in j)n.call(j,$)&&(V=j[$],this["_"+$]=this[$],this[$]=V)}return k.prototype.filterOptions=function(L){var $,j,V,z,re,ie,oe,ue;return L||(L={}),L=y({},this.options,L),$={writer:this},$.pretty=L.pretty||!1,$.allowEmpty=L.allowEmpty||!1,$.indent=(j=L.indent)!=null?j:" ",$.newline=(V=L.newline)!=null?V:`
`,$.offset=(z=L.offset)!=null?z:0,$.dontPrettyTextNodes=(re=(ie=L.dontPrettyTextNodes)!=null?ie:L.dontprettytextnodes)!=null?re:0,$.spaceBeforeSlash=(oe=(ue=L.spaceBeforeSlash)!=null?ue:L.spacebeforeslash)!=null?oe:"",$.spaceBeforeSlash===!0&&($.spaceBeforeSlash=" "),$.suppressPrettyCount=0,$.user={},$.state=t.None,$},k.prototype.indent=function(L,$,j){var V;return!$.pretty||$.suppressPrettyCount?"":$.pretty&&(V=(j||0)+$.offset+1,V>0)?new Array(V).join($.indent):""},k.prototype.endline=function(L,$,j){return!$.pretty||$.suppressPrettyCount?"":$.newline},k.prototype.attribute=function(L,$,j){var V;return this.openAttribute(L,$,j),V=" "+L.name+'="'+L.value+'"',this.closeAttribute(L,$,j),V},k.prototype.cdata=function(L,$,j){var V;return this.openNode(L,$,j),$.state=t.OpenTag,V=this.indent(L,$,j)+"<![CDATA[",$.state=t.InsideTag,V+=L.value,$.state=t.CloseTag,V+="]]>"+this.endline(L,$,j),$.state=t.None,this.closeNode(L,$,j),V},k.prototype.comment=function(L,$,j){var V;return this.openNode(L,$,j),$.state=t.OpenTag,V=this.indent(L,$,j)+"<!-- ",$.state=t.InsideTag,V+=L.value,$.state=t.CloseTag,V+=" -->"+this.endline(L,$,j),$.state=t.None,this.closeNode(L,$,j),V},k.prototype.declaration=function(L,$,j){var V;return this.openNode(L,$,j),$.state=t.OpenTag,V=this.indent(L,$,j)+"<?xml",$.state=t.InsideTag,V+=' version="'+L.version+'"',L.encoding!=null&&(V+=' encoding="'+L.encoding+'"'),L.standalone!=null&&(V+=' standalone="'+L.standalone+'"'),$.state=t.CloseTag,V+=$.spaceBeforeSlash+"?>",V+=this.endline(L,$,j),$.state=t.None,this.closeNode(L,$,j),V},k.prototype.docType=function(L,$,j){var V,z,re,ie,oe;if(j||(j=0),this.openNode(L,$,j),$.state=t.OpenTag,ie=this.indent(L,$,j),ie+="<!DOCTYPE "+L.root().name,L.pubID&&L.sysID?ie+=' PUBLIC "'+L.pubID+'" "'+L.sysID+'"':L.sysID&&(ie+=' SYSTEM "'+L.sysID+'"'),L.children.length>0){for(ie+=" [",ie+=this.endline(L,$,j),$.state=t.InsideTag,oe=L.children,z=0,re=oe.length;z<re;z++)V=oe[z],ie+=this.writeChildNode(V,$,j+1);$.state=t.CloseTag,ie+="]"}return $.state=t.CloseTag,ie+=$.spaceBeforeSlash+">",ie+=this.endline(L,$,j),$.state=t.None,this.closeNode(L,$,j),ie},k.prototype.element=function(L,$,j){var V,z,re,ie,oe,ue,de,pe,Ie,he,Ce,_e,Ne,Fe;j||(j=0),he=!1,Ce="",this.openNode(L,$,j),$.state=t.OpenTag,Ce+=this.indent(L,$,j)+"<"+L.name,_e=L.attribs;for(Ie in _e)n.call(_e,Ie)&&(V=_e[Ie],Ce+=this.attribute(V,$,j));if(re=L.children.length,ie=re===0?null:L.children[0],re===0||L.children.every(function(Ue){return(Ue.type===e.Text||Ue.type===e.Raw)&&Ue.value===""}))$.allowEmpty?(Ce+=">",$.state=t.CloseTag,Ce+="</"+L.name+">"+this.endline(L,$,j)):($.state=t.CloseTag,Ce+=$.spaceBeforeSlash+"/>"+this.endline(L,$,j));else if($.pretty&&re===1&&(ie.type===e.Text||ie.type===e.Raw)&&ie.value!=null)Ce+=">",$.state=t.InsideTag,$.suppressPrettyCount++,he=!0,Ce+=this.writeChildNode(ie,$,j+1),$.suppressPrettyCount--,he=!1,$.state=t.CloseTag,Ce+="</"+L.name+">"+this.endline(L,$,j);else{if($.dontPrettyTextNodes){for(Ne=L.children,oe=0,de=Ne.length;oe<de;oe++)if(z=Ne[oe],(z.type===e.Text||z.type===e.Raw)&&z.value!=null){$.suppressPrettyCount++,he=!0;break}}for(Ce+=">"+this.endline(L,$,j),$.state=t.InsideTag,Fe=L.children,ue=0,pe=Fe.length;ue<pe;ue++)z=Fe[ue],Ce+=this.writeChildNode(z,$,j+1);$.state=t.CloseTag,Ce+=this.indent(L,$,j)+"</"+L.name+">",he&&$.suppressPrettyCount--,Ce+=this.endline(L,$,j),$.state=t.None}return this.closeNode(L,$,j),Ce},k.prototype.writeChildNode=function(L,$,j){switch(L.type){case e.CData:return this.cdata(L,$,j);case e.Comment:return this.comment(L,$,j);case e.Element:return this.element(L,$,j);case e.Raw:return this.raw(L,$,j);case e.Text:return this.text(L,$,j);case e.ProcessingInstruction:return this.processingInstruction(L,$,j);case e.Dummy:return"";case e.Declaration:return this.declaration(L,$,j);case e.DocType:return this.docType(L,$,j);case e.AttributeDeclaration:return this.dtdAttList(L,$,j);case e.ElementDeclaration:return this.dtdElement(L,$,j);case e.EntityDeclaration:return this.dtdEntity(L,$,j);case e.NotationDeclaration:return this.dtdNotation(L,$,j);default:throw new Error("Unknown XML node type: "+L.constructor.name)}},k.prototype.processingInstruction=function(L,$,j){var V;return this.openNode(L,$,j),$.state=t.OpenTag,V=this.indent(L,$,j)+"<?",$.state=t.InsideTag,V+=L.target,L.value&&(V+=" "+L.value),$.state=t.CloseTag,V+=$.spaceBeforeSlash+"?>",V+=this.endline(L,$,j),$.state=t.None,this.closeNode(L,$,j),V},k.prototype.raw=function(L,$,j){var V;return this.openNode(L,$,j),$.state=t.OpenTag,V=this.indent(L,$,j),$.state=t.InsideTag,V+=L.value,$.state=t.CloseTag,V+=this.endline(L,$,j),$.state=t.None,this.closeNode(L,$,j),V},k.prototype.text=function(L,$,j){var V;return this.openNode(L,$,j),$.state=t.OpenTag,V=this.indent(L,$,j),$.state=t.InsideTag,V+=L.value,$.state=t.CloseTag,V+=this.endline(L,$,j),$.state=t.None,this.closeNode(L,$,j),V},k.prototype.dtdAttList=function(L,$,j){var V;return this.openNode(L,$,j),$.state=t.OpenTag,V=this.indent(L,$,j)+"<!ATTLIST",$.state=t.InsideTag,V+=" "+L.elementName+" "+L.attributeName+" "+L.attributeType,L.defaultValueType!=="#DEFAULT"&&(V+=" "+L.defaultValueType),L.defaultValue&&(V+=' "'+L.defaultValue+'"'),$.state=t.CloseTag,V+=$.spaceBeforeSlash+">"+this.endline(L,$,j),$.state=t.None,this.closeNode(L,$,j),V},k.prototype.dtdElement=function(L,$,j){var V;return this.openNode(L,$,j),$.state=t.OpenTag,V=this.indent(L,$,j)+"<!ELEMENT",$.state=t.InsideTag,V+=" "+L.name+" "+L.value,$.state=t.CloseTag,V+=$.spaceBeforeSlash+">"+this.endline(L,$,j),$.state=t.None,this.closeNode(L,$,j),V},k.prototype.dtdEntity=function(L,$,j){var V;return this.openNode(L,$,j),$.state=t.OpenTag,V=this.indent(L,$,j)+"<!ENTITY",$.state=t.InsideTag,L.pe&&(V+=" %"),V+=" "+L.name,L.value?V+=' "'+L.value+'"':(L.pubID&&L.sysID?V+=' PUBLIC "'+L.pubID+'" "'+L.sysID+'"':L.sysID&&(V+=' SYSTEM "'+L.sysID+'"'),L.nData&&(V+=" NDATA "+L.nData)),$.state=t.CloseTag,V+=$.spaceBeforeSlash+">"+this.endline(L,$,j),$.state=t.None,this.closeNode(L,$,j),V},k.prototype.dtdNotation=function(L,$,j){var V;return this.openNode(L,$,j),$.state=t.OpenTag,V=this.indent(L,$,j)+"<!NOTATION",$.state=t.InsideTag,V+=" "+L.name,L.pubID&&L.sysID?V+=' PUBLIC "'+L.pubID+'" "'+L.sysID+'"':L.pubID?V+=' PUBLIC "'+L.pubID+'"':L.sysID&&(V+=' SYSTEM "'+L.sysID+'"'),$.state=t.CloseTag,V+=$.spaceBeforeSlash+">"+this.endline(L,$,j),$.state=t.None,this.closeNode(L,$,j),V},k.prototype.openNode=function(L,$,j){},k.prototype.closeNode=function(L,$,j){},k.prototype.openAttribute=function(L,$,j){},k.prototype.closeAttribute=function(L,$,j){},k}()}).call(commonjsGlobal)),XMLWriterBase.exports}var hasRequiredXMLStringWriter;function requireXMLStringWriter(){return hasRequiredXMLStringWriter||(hasRequiredXMLStringWriter=1,(function(){var e,t=function(n,k){for(var L in k)y.call(k,L)&&(n[L]=k[L]);function $(){this.constructor=n}return $.prototype=k.prototype,n.prototype=new $,n.__super__=k.prototype,n},y={}.hasOwnProperty;e=requireXMLWriterBase(),XMLStringWriter.exports=function(n){t(k,n);function k(L){k.__super__.constructor.call(this,L)}return k.prototype.document=function(L,$){var j,V,z,re,ie;for($=this.filterOptions($),re="",ie=L.children,V=0,z=ie.length;V<z;V++)j=ie[V],re+=this.writeChildNode(j,$,0);return $.pretty&&re.slice(-$.newline.length)===$.newline&&(re=re.slice(0,-$.newline.length)),re},k}(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 ie in re)V.call(re,ie)&&(z[ie]=re[ie]);function oe(){this.constructor=z}return oe.prototype=re.prototype,z.prototype=new oe,z.__super__=re.prototype,z},V={}.hasOwnProperty;$=requireUtility().isPlainObject,y=requireXMLDOMImplementation(),t=requireXMLDOMConfiguration(),n=requireXMLNode(),e=requireNodeType(),L=requireXMLStringifier(),k=requireXMLStringWriter(),XMLDocument.exports=function(z){j(re,z);function re(ie){re.__super__.constructor.call(this,null),this.name="#document",this.type=e.Document,this.documentURI=null,this.domConfig=new t,ie||(ie={}),ie.writer||(ie.writer=new k),this.options=ie,this.stringify=new L(ie)}return Object.defineProperty(re.prototype,"implementation",{value:new y}),Object.defineProperty(re.prototype,"doctype",{get:function(){var ie,oe,ue,de;for(de=this.children,oe=0,ue=de.length;oe<ue;oe++)if(ie=de[oe],ie.type===e.DocType)return ie;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(ie){var oe;return oe={},ie?$(ie)&&(oe=ie,ie=this.options.writer):ie=this.options.writer,ie.document(this,ie.filterOptions(oe))},re.prototype.toString=function(ie){return this.options.writer.document(this,this.options.writer.filterOptions(ie))},re.prototype.createElement=function(ie){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(ie){throw new Error("This DOM method is not implemented."+this.debugInfo())},re.prototype.createComment=function(ie){throw new Error("This DOM method is not implemented."+this.debugInfo())},re.prototype.createCDATASection=function(ie){throw new Error("This DOM method is not implemented."+this.debugInfo())},re.prototype.createProcessingInstruction=function(ie,oe){throw new Error("This DOM method is not implemented."+this.debugInfo())},re.prototype.createAttribute=function(ie){throw new Error("This DOM method is not implemented."+this.debugInfo())},re.prototype.createEntityReference=function(ie){throw new Error("This DOM method is not implemented."+this.debugInfo())},re.prototype.getElementsByTagName=function(ie){throw new Error("This DOM method is not implemented."+this.debugInfo())},re.prototype.importNode=function(ie,oe){throw new Error("This DOM method is not implemented."+this.debugInfo())},re.prototype.createElementNS=function(ie,oe){throw new Error("This DOM method is not implemented."+this.debugInfo())},re.prototype.createAttributeNS=function(ie,oe){throw new Error("This DOM method is not implemented."+this.debugInfo())},re.prototype.getElementsByTagNameNS=function(ie,oe){throw new Error("This DOM method is not implemented."+this.debugInfo())},re.prototype.getElementById=function(ie){throw new Error("This DOM method is not implemented."+this.debugInfo())},re.prototype.adoptNode=function(ie){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(ie,oe,ue){throw new Error("This DOM method is not implemented."+this.debugInfo())},re.prototype.getElementsByClassName=function(ie){throw new Error("This DOM method is not implemented."+this.debugInfo())},re.prototype.createEvent=function(ie){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(ie,oe,ue){throw new Error("This DOM method is not implemented."+this.debugInfo())},re.prototype.createTreeWalker=function(ie,oe,ue){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,ie,oe,ue,de,pe,Ie,he,Ce,_e,Ne,Fe,Ue,kt={}.hasOwnProperty;Ue=requireUtility(),Ne=Ue.isObject,_e=Ue.isFunction,Fe=Ue.isPlainObject,Ce=Ue.getValue,e=requireNodeType(),ie=requireXMLDocument(),oe=requireXMLElement(),n=requireXMLCData(),k=requireXMLComment(),de=requireXMLRaw(),he=requireXMLText(),ue=requireXMLProcessingInstruction(),z=requireXMLDeclaration(),re=requireXMLDocType(),L=requireXMLDTDAttList(),j=requireXMLDTDEntity(),$=requireXMLDTDElement(),V=requireXMLDTDNotation(),y=requireXMLAttribute(),Ie=requireXMLStringifier(),pe=requireXMLStringWriter(),t=requireWriterState(),XMLDocumentCB.exports=function(){function Et(Ve,qe,jt){var tr;this.name="?xml",this.type=e.Document,Ve||(Ve={}),tr={},Ve.writer?Fe(Ve.writer)&&(tr=Ve.writer,Ve.writer=new pe):Ve.writer=new pe,this.options=Ve,this.writer=Ve.writer,this.writerOptions=this.writer.filterOptions(tr),this.stringify=new Ie(Ve),this.onDataCallback=qe||function(){},this.onEndCallback=jt||function(){},this.currentNode=null,this.currentLevel=-1,this.openTags={},this.documentStarted=!1,this.documentCompleted=!1,this.root=null}return Et.prototype.createChildNode=function(Ve){var qe,jt,tr,rr,ar,nr,ur,cr;switch(Ve.type){case e.CData:this.cdata(Ve.value);break;case e.Comment:this.comment(Ve.value);break;case e.Element:tr={},ur=Ve.attribs;for(jt in ur)kt.call(ur,jt)&&(qe=ur[jt],tr[jt]=qe.value);this.node(Ve.name,tr);break;case e.Dummy:this.dummy();break;case e.Raw:this.raw(Ve.value);break;case e.Text:this.text(Ve.value);break;case e.ProcessingInstruction:this.instruction(Ve.target,Ve.value);break;default:throw new Error("This XML node type is not supported in a JS object: "+Ve.constructor.name)}for(cr=Ve.children,ar=0,nr=cr.length;ar<nr;ar++)rr=cr[ar],this.createChildNode(rr),rr.type===e.Element&&this.up();return this},Et.prototype.dummy=function(){return this},Et.prototype.node=function(Ve,qe,jt){var tr;if(Ve==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(Ve));return this.openCurrent(),Ve=Ce(Ve),qe==null&&(qe={}),qe=Ce(qe),Ne(qe)||(tr=[qe,jt],jt=tr[0],qe=tr[1]),this.currentNode=new oe(this,Ve,qe),this.currentNode.children=!1,this.currentLevel++,this.openTags[this.currentLevel]=this.currentNode,jt!=null&&this.text(jt),this},Et.prototype.element=function(Ve,qe,jt){var tr,rr,ar,nr,ur,cr;if(this.currentNode&&this.currentNode.type===e.DocType)this.dtdElement.apply(this,arguments);else if(Array.isArray(Ve)||Ne(Ve)||_e(Ve))for(nr=this.options.noValidation,this.options.noValidation=!0,cr=new ie(this.options).element("TEMP_ROOT"),cr.element(Ve),this.options.noValidation=nr,ur=cr.children,rr=0,ar=ur.length;rr<ar;rr++)tr=ur[rr],this.createChildNode(tr),tr.type===e.Element&&this.up();else this.node(Ve,qe,jt);return this},Et.prototype.attribute=function(Ve,qe){var jt,tr;if(!this.currentNode||this.currentNode.children)throw new Error("att() can only be used immediately after an ele() call in callback mode. "+this.debugInfo(Ve));if(Ve!=null&&(Ve=Ce(Ve)),Ne(Ve))for(jt in Ve)kt.call(Ve,jt)&&(tr=Ve[jt],this.attribute(jt,tr));else _e(qe)&&(qe=qe.apply()),this.options.keepNullAttributes&&qe==null?this.currentNode.attribs[Ve]=new y(this,Ve,""):qe!=null&&(this.currentNode.attribs[Ve]=new y(this,Ve,qe));return this},Et.prototype.text=function(Ve){var qe;return this.openCurrent(),qe=new he(this,Ve),this.onData(this.writer.text(qe,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},Et.prototype.cdata=function(Ve){var qe;return this.openCurrent(),qe=new n(this,Ve),this.onData(this.writer.cdata(qe,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},Et.prototype.comment=function(Ve){var qe;return this.openCurrent(),qe=new k(this,Ve),this.onData(this.writer.comment(qe,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},Et.prototype.raw=function(Ve){var qe;return this.openCurrent(),qe=new de(this,Ve),this.onData(this.writer.raw(qe,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},Et.prototype.instruction=function(Ve,qe){var jt,tr,rr,ar,nr;if(this.openCurrent(),Ve!=null&&(Ve=Ce(Ve)),qe!=null&&(qe=Ce(qe)),Array.isArray(Ve))for(jt=0,ar=Ve.length;jt<ar;jt++)tr=Ve[jt],this.instruction(tr);else if(Ne(Ve))for(tr in Ve)kt.call(Ve,tr)&&(rr=Ve[tr],this.instruction(tr,rr));else _e(qe)&&(qe=qe.apply()),nr=new ue(this,Ve,qe),this.onData(this.writer.processingInstruction(nr,this.writerOptions,this.currentLevel+1),this.currentLevel+1);return this},Et.prototype.declaration=function(Ve,qe,jt){var tr;if(this.openCurrent(),this.documentStarted)throw new Error("declaration() must be the first node.");return tr=new z(this,Ve,qe,jt),this.onData(this.writer.declaration(tr,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},Et.prototype.doctype=function(Ve,qe,jt){if(this.openCurrent(),Ve==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,qe,jt),this.currentNode.rootNodeName=Ve,this.currentNode.children=!1,this.currentLevel++,this.openTags[this.currentLevel]=this.currentNode,this},Et.prototype.dtdElement=function(Ve,qe){var jt;return this.openCurrent(),jt=new $(this,Ve,qe),this.onData(this.writer.dtdElement(jt,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},Et.prototype.attList=function(Ve,qe,jt,tr,rr){var ar;return this.openCurrent(),ar=new L(this,Ve,qe,jt,tr,rr),this.onData(this.writer.dtdAttList(ar,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},Et.prototype.entity=function(Ve,qe){var jt;return this.openCurrent(),jt=new j(this,!1,Ve,qe),this.onData(this.writer.dtdEntity(jt,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},Et.prototype.pEntity=function(Ve,qe){var jt;return this.openCurrent(),jt=new j(this,!0,Ve,qe),this.onData(this.writer.dtdEntity(jt,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},Et.prototype.notation=function(Ve,qe){var jt;return this.openCurrent(),jt=new V(this,Ve,qe),this.onData(this.writer.dtdNotation(jt,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},Et.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},Et.prototype.end=function(){for(;this.currentLevel>=0;)this.up();return this.onEnd()},Et.prototype.openCurrent=function(){if(this.currentNode)return this.currentNode.children=!0,this.openNode(this.currentNode)},Et.prototype.openNode=function(Ve){var qe,jt,tr,rr;if(!Ve.isOpen){if(!this.root&&this.currentLevel===0&&Ve.type===e.Element&&(this.root=Ve),jt="",Ve.type===e.Element){this.writerOptions.state=t.OpenTag,jt=this.writer.indent(Ve,this.writerOptions,this.currentLevel)+"<"+Ve.name,rr=Ve.attribs;for(tr in rr)kt.call(rr,tr)&&(qe=rr[tr],jt+=this.writer.attribute(qe,this.writerOptions,this.currentLevel));jt+=(Ve.children?">":"/>")+this.writer.endline(Ve,this.writerOptions,this.currentLevel),this.writerOptions.state=t.InsideTag}else this.writerOptions.state=t.OpenTag,jt=this.writer.indent(Ve,this.writerOptions,this.currentLevel)+"<!DOCTYPE "+Ve.rootNodeName,Ve.pubID&&Ve.sysID?jt+=' PUBLIC "'+Ve.pubID+'" "'+Ve.sysID+'"':Ve.sysID&&(jt+=' SYSTEM "'+Ve.sysID+'"'),Ve.children?(jt+=" [",this.writerOptions.state=t.InsideTag):(this.writerOptions.state=t.CloseTag,jt+=">"),jt+=this.writer.endline(Ve,this.writerOptions,this.currentLevel);return this.onData(jt,this.currentLevel),Ve.isOpen=!0}},Et.prototype.closeNode=function(Ve){var qe;if(!Ve.isClosed)return qe="",this.writerOptions.state=t.CloseTag,Ve.type===e.Element?qe=this.writer.indent(Ve,this.writerOptions,this.currentLevel)+"</"+Ve.name+">"+this.writer.endline(Ve,this.writerOptions,this.currentLevel):qe=this.writer.indent(Ve,this.writerOptions,this.currentLevel)+"]>"+this.writer.endline(Ve,this.writerOptions,this.currentLevel),this.writerOptions.state=t.None,this.onData(qe,this.currentLevel),Ve.isClosed=!0},Et.prototype.onData=function(Ve,qe){return this.documentStarted=!0,this.onDataCallback(Ve,qe+1)},Et.prototype.onEnd=function(){return this.documentCompleted=!0,this.onEndCallback()},Et.prototype.debugInfo=function(Ve){return Ve==null?"":"node: <"+Ve+">"},Et.prototype.ele=function(){return this.element.apply(this,arguments)},Et.prototype.nod=function(Ve,qe,jt){return this.node(Ve,qe,jt)},Et.prototype.txt=function(Ve){return this.text(Ve)},Et.prototype.dat=function(Ve){return this.cdata(Ve)},Et.prototype.com=function(Ve){return this.comment(Ve)},Et.prototype.ins=function(Ve,qe){return this.instruction(Ve,qe)},Et.prototype.dec=function(Ve,qe,jt){return this.declaration(Ve,qe,jt)},Et.prototype.dtd=function(Ve,qe,jt){return this.doctype(Ve,qe,jt)},Et.prototype.e=function(Ve,qe,jt){return this.element(Ve,qe,jt)},Et.prototype.n=function(Ve,qe,jt){return this.node(Ve,qe,jt)},Et.prototype.t=function(Ve){return this.text(Ve)},Et.prototype.d=function(Ve){return this.cdata(Ve)},Et.prototype.c=function(Ve){return this.comment(Ve)},Et.prototype.r=function(Ve){return this.raw(Ve)},Et.prototype.i=function(Ve,qe){return this.instruction(Ve,qe)},Et.prototype.att=function(){return this.currentNode&&this.currentNode.type===e.DocType?this.attList.apply(this,arguments):this.attribute.apply(this,arguments)},Et.prototype.a=function(){return this.currentNode&&this.currentNode.type===e.DocType?this.attList.apply(this,arguments):this.attribute.apply(this,arguments)},Et.prototype.ent=function(Ve,qe){return this.entity(Ve,qe)},Et.prototype.pent=function(Ve,qe){return this.pEntity(Ve,qe)},Et.prototype.not=function(Ve,qe){return this.notation(Ve,qe)},Et}()}).call(commonjsGlobal)),XMLDocumentCB.exports}var XMLStreamWriter={exports:{}},hasRequiredXMLStreamWriter;function requireXMLStreamWriter(){return hasRequiredXMLStreamWriter||(hasRequiredXMLStreamWriter=1,(function(){var e,t,y,n=function(L,$){for(var j in $)k.call($,j)&&(L[j]=$[j]);function V(){this.constructor=L}return V.prototype=$.prototype,L.prototype=new V,L.__super__=$.prototype,L},k={}.hasOwnProperty;e=requireNodeType(),y=requireXMLWriterBase(),t=requireWriterState(),XMLStreamWriter.exports=function(L){n($,L);function $(j,V){this.stream=j,$.__super__.constructor.call(this,V)}return $.prototype.endline=function(j,V,z){return j.isLastRootNode&&V.state===t.CloseTag?"":$.__super__.endline.call(this,j,V,z)},$.prototype.document=function(j,V){var z,re,ie,oe,ue,de,pe,Ie,he;for(pe=j.children,re=ie=0,ue=pe.length;ie<ue;re=++ie)z=pe[re],z.isLastRootNode=re===j.children.length-1;for(V=this.filterOptions(V),Ie=j.children,he=[],oe=0,de=Ie.length;oe<de;oe++)z=Ie[oe],he.push(this.writeChildNode(z,V,0));return he},$.prototype.attribute=function(j,V,z){return this.stream.write($.__super__.attribute.call(this,j,V,z))},$.prototype.cdata=function(j,V,z){return this.stream.write($.__super__.cdata.call(this,j,V,z))},$.prototype.comment=function(j,V,z){return this.stream.write($.__super__.comment.call(this,j,V,z))},$.prototype.declaration=function(j,V,z){return this.stream.write($.__super__.declaration.call(this,j,V,z))},$.prototype.docType=function(j,V,z){var re,ie,oe,ue;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,ue=j.children,ie=0,oe=ue.length;ie<oe;ie++)re=ue[ie],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)},$.prototype.element=function(j,V,z){var re,ie,oe,ue,de,pe,Ie,he,Ce;z||(z=0),this.openNode(j,V,z),V.state=t.OpenTag,this.stream.write(this.indent(j,V,z)+"<"+j.name),he=j.attribs;for(Ie in he)k.call(he,Ie)&&(re=he[Ie],this.attribute(re,V,z));if(oe=j.children.length,ue=oe===0?null:j.children[0],oe===0||j.children.every(function(_e){return(_e.type===e.Text||_e.type===e.Raw)&&_e.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&&oe===1&&(ue.type===e.Text||ue.type===e.Raw)&&ue.value!=null)this.stream.write(">"),V.state=t.InsideTag,V.suppressPrettyCount++,this.writeChildNode(ue,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,Ce=j.children,de=0,pe=Ce.length;de<pe;de++)ie=Ce[de],this.writeChildNode(ie,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)},$.prototype.processingInstruction=function(j,V,z){return this.stream.write($.__super__.processingInstruction.call(this,j,V,z))},$.prototype.raw=function(j,V,z){return this.stream.write($.__super__.raw.call(this,j,V,z))},$.prototype.text=function(j,V,z){return this.stream.write($.__super__.text.call(this,j,V,z))},$.prototype.dtdAttList=function(j,V,z){return this.stream.write($.__super__.dtdAttList.call(this,j,V,z))},$.prototype.dtdElement=function(j,V,z){return this.stream.write($.__super__.dtdElement.call(this,j,V,z))},$.prototype.dtdEntity=function(j,V,z){return this.stream.write($.__super__.dtdEntity.call(this,j,V,z))},$.prototype.dtdNotation=function(j,V,z){return this.stream.write($.__super__.dtdNotation.call(this,j,V,z))},$}(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(),k=requireXMLDocumentCB(),$=requireXMLStringWriter(),L=requireXMLStreamWriter(),e=requireNodeType(),t=requireWriterState(),lib$1.create=function(re,ie,oe,ue){var de,pe;if(re==null)throw new Error("Root element needs a name.");return ue=j({},ie,oe,ue),de=new n(ue),pe=de.element(re),ue.headless||(de.declaration(ue),(ue.pubID!=null||ue.sysID!=null)&&de.dtd(ue)),pe},lib$1.begin=function(re,ie,oe){var ue;return V(re)&&(ue=[re,ie],ie=ue[0],oe=ue[1],re={}),ie?new k(re,ie,oe):new n(re)},lib$1.stringWriter=function(re){return new $(re)},lib$1.streamWriter=function(re,ie){return new L(re,ie)},lib$1.implementation=new y,lib$1.nodeType=e,lib$1.writerState=t}).call(commonjsGlobal)),lib$1}var hasRequiredBuilder;function requireBuilder(){return hasRequiredBuilder||(hasRequiredBuilder=1,(function(){var e,t,y,n,k,L={}.hasOwnProperty;e=requireLib(),t=requireDefaults().defaults,n=function($){return typeof $=="string"&&($.indexOf("&")>=0||$.indexOf(">")>=0||$.indexOf("<")>=0)},k=function($){return"<![CDATA["+y($)+"]]>"},y=function($){return $.replace("]]>","]]]]><![CDATA[>")},builder.Builder=function(){function $(j){var V,z,re;this.options={},z=t["0.2"];for(V in z)L.call(z,V)&&(re=z[V],this.options[V]=re);for(V in j)L.call(j,V)&&(re=j[V],this.options[V]=re)}return $.prototype.buildObject=function(j){var V,z,re,ie,oe;return V=this.options.attrkey,z=this.options.charkey,Object.keys(j).length===1&&this.options.rootName===t["0.2"].rootName?(oe=Object.keys(j)[0],j=j[oe]):oe=this.options.rootName,re=function(ue){return function(de,pe){var Ie,he,Ce,_e,Ne,Fe;if(typeof pe!="object")ue.options.cdata&&n(pe)?de.raw(k(pe)):de.txt(pe);else if(Array.isArray(pe)){for(_e in pe)if(L.call(pe,_e)){he=pe[_e];for(Ne in he)Ce=he[Ne],de=re(de.ele(Ne),Ce).up()}}else for(Ne in pe)if(L.call(pe,Ne))if(he=pe[Ne],Ne===V){if(typeof he=="object")for(Ie in he)Fe=he[Ie],de=de.att(Ie,Fe)}else if(Ne===z)ue.options.cdata&&n(he)?de=de.raw(k(he)):de=de.txt(he);else if(Array.isArray(he))for(_e in he)L.call(he,_e)&&(Ce=he[_e],typeof Ce=="string"?ue.options.cdata&&n(Ce)?de=de.ele(Ne).raw(k(Ce)).up():de=de.ele(Ne,Ce).up():de=re(de.ele(Ne),Ce).up());else typeof he=="object"?de=re(de.ele(Ne),he).up():typeof he=="string"&&ue.options.cdata&&n(he)?de=de.ele(Ne).raw(k(he)).up():(he==null&&(he=""),de=de.ele(Ne,he.toString()).up());return de}}(this),ie=e.create(oe,this.options.xmldec,this.options.doctype,{headless:this.options.headless,allowSurrogateChars:this.options.allowSurrogateChars}),re(ie,j).end(this.options.renderOpts)},$}()}).call(commonjsGlobal)),builder}var parser={},sax={},hasRequiredSax;function requireSax(){return hasRequiredSax||(hasRequiredSax=1,function(e){(function(t){t.parser=function(mr,gr){return new n(mr,gr)},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(mr,gr){if(!(this instanceof n))return new n(mr,gr);var jr=this;L(jr),jr.q=jr.c="",jr.bufferCheckPosition=t.MAX_BUFFER_LENGTH,jr.opt=gr||{},jr.opt.lowercase=jr.opt.lowercase||jr.opt.lowercasetags,jr.looseCase=jr.opt.lowercase?"toLowerCase":"toUpperCase",jr.tags=[],jr.closed=jr.closedRoot=jr.sawRoot=!1,jr.tag=jr.error=null,jr.strict=!!mr,jr.noscript=!!(mr||jr.opt.noscript),jr.state=Ve.BEGIN,jr.strictEntities=jr.opt.strictEntities,jr.ENTITIES=jr.strictEntities?Object.create(t.XML_ENTITIES):Object.create(t.ENTITIES),jr.attribList=[],jr.opt.xmlns&&(jr.ns=Object.create(pe)),jr.opt.unquotedAttributeValues===void 0&&(jr.opt.unquotedAttributeValues=!mr),jr.trackPosition=jr.opt.position!==!1,jr.trackPosition&&(jr.position=jr.line=jr.column=0),jt(jr,"onready")}Object.create||(Object.create=function(mr){function gr(){}gr.prototype=mr;var jr=new gr;return jr}),Object.keys||(Object.keys=function(mr){var gr=[];for(var jr in mr)mr.hasOwnProperty(jr)&&gr.push(jr);return gr});function k(mr){for(var gr=Math.max(t.MAX_BUFFER_LENGTH,10),jr=0,Hr=0,Vr=y.length;Hr<Vr;Hr++){var zr=mr[y[Hr]].length;if(zr>gr)switch(y[Hr]){case"textNode":rr(mr);break;case"cdata":tr(mr,"oncdata",mr.cdata),mr.cdata="";break;case"script":tr(mr,"onscript",mr.script),mr.script="";break;default:nr(mr,"Max buffer length exceeded: "+y[Hr])}jr=Math.max(jr,zr)}var Sr=t.MAX_BUFFER_LENGTH-jr;mr.bufferCheckPosition=Sr+mr.position}function L(mr){for(var gr=0,jr=y.length;gr<jr;gr++)mr[y[gr]]=""}function $(mr){rr(mr),mr.cdata!==""&&(tr(mr,"oncdata",mr.cdata),mr.cdata=""),mr.script!==""&&(tr(mr,"onscript",mr.script),mr.script="")}n.prototype={end:function(){ur(this)},write:Mr,resume:function(){return this.error=null,this},close:function(){return this.write(null)},flush:function(){$(this)}};var j;try{j=streamBrowserify.Stream}catch{j=function(){}}j||(j=function(){});var V=t.EVENTS.filter(function(mr){return mr!=="error"&&mr!=="end"});function z(mr,gr){return new re(mr,gr)}function re(mr,gr){if(!(this instanceof re))return new re(mr,gr);j.apply(this),this._parser=new n(mr,gr),this.writable=!0,this.readable=!0;var jr=this;this._parser.onend=function(){jr.emit("end")},this._parser.onerror=function(Hr){jr.emit("error",Hr),jr._parser.error=null},this._decoder=null,V.forEach(function(Hr){Object.defineProperty(jr,"on"+Hr,{get:function(){return jr._parser["on"+Hr]},set:function(Vr){if(!Vr)return jr.removeAllListeners(Hr),jr._parser["on"+Hr]=Vr,Vr;jr.on(Hr,Vr)},enumerable:!0,configurable:!1})})}re.prototype=Object.create(j.prototype,{constructor:{value:re}}),re.prototype.write=function(mr){if(typeof Buffer$2=="function"&&typeof Buffer$2.isBuffer=="function"&&Buffer$2.isBuffer(mr)){if(!this._decoder){var gr=requireString_decoder().StringDecoder;this._decoder=new gr("utf8")}mr=this._decoder.write(mr)}return this._parser.write(mr.toString()),this.emit("data",mr),!0},re.prototype.end=function(mr){return mr&&mr.length&&this.write(mr),this._parser.end(),!0},re.prototype.on=function(mr,gr){var jr=this;return!jr._parser["on"+mr]&&V.indexOf(mr)!==-1&&(jr._parser["on"+mr]=function(){var Hr=arguments.length===1?[arguments[0]]:Array.apply(null,arguments);Hr.splice(0,0,mr),jr.emit.apply(jr,Hr)}),j.prototype.on.call(jr,mr,gr)};var ie="[CDATA[",oe="DOCTYPE",ue="http://www.w3.org/XML/1998/namespace",de="http://www.w3.org/2000/xmlns/",pe={xml:ue,xmlns:de},Ie=/[:_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]/,he=/[:_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-]/,Ce=/[#:_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-]/;function Ne(mr){return mr===" "||mr===`
`||mr==="\r"||mr===" "}function Fe(mr){return mr==='"'||mr==="'"}function Ue(mr){return mr===">"||Ne(mr)}function kt(mr,gr){return mr.test(gr)}function Et(mr,gr){return!kt(mr,gr)}var Ve=0;t.STATE={BEGIN:Ve++,BEGIN_WHITESPACE:Ve++,TEXT:Ve++,TEXT_ENTITY:Ve++,OPEN_WAKA:Ve++,SGML_DECL:Ve++,SGML_DECL_QUOTED:Ve++,DOCTYPE:Ve++,DOCTYPE_QUOTED:Ve++,DOCTYPE_DTD:Ve++,DOCTYPE_DTD_QUOTED:Ve++,COMMENT_STARTING:Ve++,COMMENT:Ve++,COMMENT_ENDING:Ve++,COMMENT_ENDED:Ve++,CDATA:Ve++,CDATA_ENDING:Ve++,CDATA_ENDING_2:Ve++,PROC_INST:Ve++,PROC_INST_BODY:Ve++,PROC_INST_ENDING:Ve++,OPEN_TAG:Ve++,OPEN_TAG_SLASH:Ve++,ATTRIB:Ve++,ATTRIB_NAME:Ve++,ATTRIB_NAME_SAW_WHITE:Ve++,ATTRIB_VALUE:Ve++,ATTRIB_VALUE_QUOTED:Ve++,ATTRIB_VALUE_CLOSED:Ve++,ATTRIB_VALUE_UNQUOTED:Ve++,ATTRIB_VALUE_ENTITY_Q:Ve++,ATTRIB_VALUE_ENTITY_U:Ve++,CLOSE_TAG:Ve++,CLOSE_TAG_SAW_WHITE:Ve++,SCRIPT:Ve++,SCRIPT_ENDING:Ve++},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(mr){var gr=t.ENTITIES[mr],jr=typeof gr=="number"?String.fromCharCode(gr):gr;t.ENTITIES[mr]=jr});for(var qe in t.STATE)t.STATE[t.STATE[qe]]=qe;Ve=t.STATE;function jt(mr,gr,jr){mr[gr]&&mr[gr](jr)}function tr(mr,gr,jr){mr.textNode&&rr(mr),jt(mr,gr,jr)}function rr(mr){mr.textNode=ar(mr.opt,mr.textNode),mr.textNode&&jt(mr,"ontext",mr.textNode),mr.textNode=""}function ar(mr,gr){return mr.trim&&(gr=gr.trim()),mr.normalize&&(gr=gr.replace(/\s+/g," ")),gr}function nr(mr,gr){return rr(mr),mr.trackPosition&&(gr+=`
Line: `+mr.line+`
Column: `+mr.column+`
Char: `+mr.c),gr=new Error(gr),mr.error=gr,jt(mr,"onerror",gr),mr}function ur(mr){return mr.sawRoot&&!mr.closedRoot&&cr(mr,"Unclosed root tag"),mr.state!==Ve.BEGIN&&mr.state!==Ve.BEGIN_WHITESPACE&&mr.state!==Ve.TEXT&&nr(mr,"Unexpected end"),rr(mr),mr.c="",mr.closed=!0,jt(mr,"onend"),n.call(mr,mr.strict,mr.opt),mr}function cr(mr,gr){if(typeof mr!="object"||!(mr instanceof n))throw new Error("bad call to strictFail");mr.strict&&nr(mr,gr)}function _r(mr){mr.strict||(mr.tagName=mr.tagName[mr.looseCase]());var gr=mr.tags[mr.tags.length-1]||mr,jr=mr.tag={name:mr.tagName,attributes:{}};mr.opt.xmlns&&(jr.ns=gr.ns),mr.attribList.length=0,tr(mr,"onopentagstart",jr)}function hr(mr,gr){var jr=mr.indexOf(":"),Hr=jr<0?["",mr]:mr.split(":"),Vr=Hr[0],zr=Hr[1];return gr&&mr==="xmlns"&&(Vr="xmlns",zr=""),{prefix:Vr,local:zr}}function Er(mr){if(mr.strict||(mr.attribName=mr.attribName[mr.looseCase]()),mr.attribList.indexOf(mr.attribName)!==-1||mr.tag.attributes.hasOwnProperty(mr.attribName)){mr.attribName=mr.attribValue="";return}if(mr.opt.xmlns){var gr=hr(mr.attribName,!0),jr=gr.prefix,Hr=gr.local;if(jr==="xmlns")if(Hr==="xml"&&mr.attribValue!==ue)cr(mr,"xml: prefix must be bound to "+ue+`
Actual: `+mr.attribValue);else if(Hr==="xmlns"&&mr.attribValue!==de)cr(mr,"xmlns: prefix must be bound to "+de+`
Actual: `+mr.attribValue);else{var Vr=mr.tag,zr=mr.tags[mr.tags.length-1]||mr;Vr.ns===zr.ns&&(Vr.ns=Object.create(zr.ns)),Vr.ns[Hr]=mr.attribValue}mr.attribList.push([mr.attribName,mr.attribValue])}else mr.tag.attributes[mr.attribName]=mr.attribValue,tr(mr,"onattribute",{name:mr.attribName,value:mr.attribValue});mr.attribName=mr.attribValue=""}function kr(mr,gr){if(mr.opt.xmlns){var jr=mr.tag,Hr=hr(mr.tagName);jr.prefix=Hr.prefix,jr.local=Hr.local,jr.uri=jr.ns[Hr.prefix]||"",jr.prefix&&!jr.uri&&(cr(mr,"Unbound namespace prefix: "+JSON.stringify(mr.tagName)),jr.uri=Hr.prefix);var Vr=mr.tags[mr.tags.length-1]||mr;jr.ns&&Vr.ns!==jr.ns&&Object.keys(jr.ns).forEach(function(Nr){tr(mr,"onopennamespace",{prefix:Nr,uri:jr.ns[Nr]})});for(var zr=0,Sr=mr.attribList.length;zr<Sr;zr++){var Tr=mr.attribList[zr],Br=Tr[0],vr=Tr[1],Cr=hr(Br,!0),Dr=Cr.prefix,Rr=Cr.local,Wr=Dr===""?"":jr.ns[Dr]||"",Kr={name:Br,value:vr,prefix:Dr,local:Rr,uri:Wr};Dr&&Dr!=="xmlns"&&!Wr&&(cr(mr,"Unbound namespace prefix: "+JSON.stringify(Dr)),Kr.uri=Dr),mr.tag.attributes[Br]=Kr,tr(mr,"onattribute",Kr)}mr.attribList.length=0}mr.tag.isSelfClosing=!!gr,mr.sawRoot=!0,mr.tags.push(mr.tag),tr(mr,"onopentag",mr.tag),gr||(!mr.noscript&&mr.tagName.toLowerCase()==="script"?mr.state=Ve.SCRIPT:mr.state=Ve.TEXT,mr.tag=null,mr.tagName=""),mr.attribName=mr.attribValue="",mr.attribList.length=0}function xr(mr){if(!mr.tagName){cr(mr,"Weird empty close tag."),mr.textNode+="</>",mr.state=Ve.TEXT;return}if(mr.script){if(mr.tagName!=="script"){mr.script+="</"+mr.tagName+">",mr.tagName="",mr.state=Ve.SCRIPT;return}tr(mr,"onscript",mr.script),mr.script=""}var gr=mr.tags.length,jr=mr.tagName;mr.strict||(jr=jr[mr.looseCase]());for(var Hr=jr;gr--;){var Vr=mr.tags[gr];if(Vr.name!==Hr)cr(mr,"Unexpected close tag");else break}if(gr<0){cr(mr,"Unmatched closing tag: "+mr.tagName),mr.textNode+="</"+mr.tagName+">",mr.state=Ve.TEXT;return}mr.tagName=jr;for(var zr=mr.tags.length;zr-- >gr;){var Sr=mr.tag=mr.tags.pop();mr.tagName=mr.tag.name,tr(mr,"onclosetag",mr.tagName);var Tr={};for(var Br in Sr.ns)Tr[Br]=Sr.ns[Br];var vr=mr.tags[mr.tags.length-1]||mr;mr.opt.xmlns&&Sr.ns!==vr.ns&&Object.keys(Sr.ns).forEach(function(Cr){var Dr=Sr.ns[Cr];tr(mr,"onclosenamespace",{prefix:Cr,uri:Dr})})}gr===0&&(mr.closedRoot=!0),mr.tagName=mr.attribValue=mr.attribName="",mr.attribList.length=0,mr.state=Ve.TEXT}function yr(mr){var gr=mr.entity,jr=gr.toLowerCase(),Hr,Vr="";return mr.ENTITIES[gr]?mr.ENTITIES[gr]:mr.ENTITIES[jr]?mr.ENTITIES[jr]:(gr=jr,gr.charAt(0)==="#"&&(gr.charAt(1)==="x"?(gr=gr.slice(2),Hr=parseInt(gr,16),Vr=Hr.toString(16)):(gr=gr.slice(1),Hr=parseInt(gr,10),Vr=Hr.toString(10))),gr=gr.replace(/^0+/,""),isNaN(Hr)||Vr.toLowerCase()!==gr?(cr(mr,"Invalid character entity"),"&"+mr.entity+";"):String.fromCodePoint(Hr))}function br(mr,gr){gr==="<"?(mr.state=Ve.OPEN_WAKA,mr.startTagPosition=mr.position):Ne(gr)||(cr(mr,"Non-whitespace before first tag."),mr.textNode=gr,mr.state=Ve.TEXT)}function Ir(mr,gr){var jr="";return gr<mr.length&&(jr=mr.charAt(gr)),jr}function Mr(mr){var gr=this;if(this.error)throw this.error;if(gr.closed)return nr(gr,"Cannot write after close. Assign an onready handler.");if(mr===null)return ur(gr);typeof mr=="object"&&(mr=mr.toString());for(var jr=0,Hr="";Hr=Ir(mr,jr++),gr.c=Hr,!!Hr;)switch(gr.trackPosition&&(gr.position++,Hr===`
`?(gr.line++,gr.column=0):gr.column++),gr.state){case Ve.BEGIN:if(gr.state=Ve.BEGIN_WHITESPACE,Hr==="\uFEFF")continue;br(gr,Hr);continue;case Ve.BEGIN_WHITESPACE:br(gr,Hr);continue;case Ve.TEXT:if(gr.sawRoot&&!gr.closedRoot){for(var Vr=jr-1;Hr&&Hr!=="<"&&Hr!=="&";)Hr=Ir(mr,jr++),Hr&&gr.trackPosition&&(gr.position++,Hr===`
`?(gr.line++,gr.column=0):gr.column++);gr.textNode+=mr.substring(Vr,jr-1)}Hr==="<"&&!(gr.sawRoot&&gr.closedRoot&&!gr.strict)?(gr.state=Ve.OPEN_WAKA,gr.startTagPosition=gr.position):(!Ne(Hr)&&(!gr.sawRoot||gr.closedRoot)&&cr(gr,"Text data outside of root node."),Hr==="&"?gr.state=Ve.TEXT_ENTITY:gr.textNode+=Hr);continue;case Ve.SCRIPT:Hr==="<"?gr.state=Ve.SCRIPT_ENDING:gr.script+=Hr;continue;case Ve.SCRIPT_ENDING:Hr==="/"?gr.state=Ve.CLOSE_TAG:(gr.script+="<"+Hr,gr.state=Ve.SCRIPT);continue;case Ve.OPEN_WAKA:if(Hr==="!")gr.state=Ve.SGML_DECL,gr.sgmlDecl="";else if(!Ne(Hr))if(kt(Ie,Hr))gr.state=Ve.OPEN_TAG,gr.tagName=Hr;else if(Hr==="/")gr.state=Ve.CLOSE_TAG,gr.tagName="";else if(Hr==="?")gr.state=Ve.PROC_INST,gr.procInstName=gr.procInstBody="";else{if(cr(gr,"Unencoded <"),gr.startTagPosition+1<gr.position){var zr=gr.position-gr.startTagPosition;Hr=new Array(zr).join(" ")+Hr}gr.textNode+="<"+Hr,gr.state=Ve.TEXT}continue;case Ve.SGML_DECL:if(gr.sgmlDecl+Hr==="--"){gr.state=Ve.COMMENT,gr.comment="",gr.sgmlDecl="";continue}gr.doctype&&gr.doctype!==!0&&gr.sgmlDecl?(gr.state=Ve.DOCTYPE_DTD,gr.doctype+="<!"+gr.sgmlDecl+Hr,gr.sgmlDecl=""):(gr.sgmlDecl+Hr).toUpperCase()===ie?(tr(gr,"onopencdata"),gr.state=Ve.CDATA,gr.sgmlDecl="",gr.cdata=""):(gr.sgmlDecl+Hr).toUpperCase()===oe?(gr.state=Ve.DOCTYPE,(gr.doctype||gr.sawRoot)&&cr(gr,"Inappropriately located doctype declaration"),gr.doctype="",gr.sgmlDecl=""):Hr===">"?(tr(gr,"onsgmldeclaration",gr.sgmlDecl),gr.sgmlDecl="",gr.state=Ve.TEXT):(Fe(Hr)&&(gr.state=Ve.SGML_DECL_QUOTED),gr.sgmlDecl+=Hr);continue;case Ve.SGML_DECL_QUOTED:Hr===gr.q&&(gr.state=Ve.SGML_DECL,gr.q=""),gr.sgmlDecl+=Hr;continue;case Ve.DOCTYPE:Hr===">"?(gr.state=Ve.TEXT,tr(gr,"ondoctype",gr.doctype),gr.doctype=!0):(gr.doctype+=Hr,Hr==="["?gr.state=Ve.DOCTYPE_DTD:Fe(Hr)&&(gr.state=Ve.DOCTYPE_QUOTED,gr.q=Hr));continue;case Ve.DOCTYPE_QUOTED:gr.doctype+=Hr,Hr===gr.q&&(gr.q="",gr.state=Ve.DOCTYPE);continue;case Ve.DOCTYPE_DTD:Hr==="]"?(gr.doctype+=Hr,gr.state=Ve.DOCTYPE):Hr==="<"?(gr.state=Ve.OPEN_WAKA,gr.startTagPosition=gr.position):Fe(Hr)?(gr.doctype+=Hr,gr.state=Ve.DOCTYPE_DTD_QUOTED,gr.q=Hr):gr.doctype+=Hr;continue;case Ve.DOCTYPE_DTD_QUOTED:gr.doctype+=Hr,Hr===gr.q&&(gr.state=Ve.DOCTYPE_DTD,gr.q="");continue;case Ve.COMMENT:Hr==="-"?gr.state=Ve.COMMENT_ENDING:gr.comment+=Hr;continue;case Ve.COMMENT_ENDING:Hr==="-"?(gr.state=Ve.COMMENT_ENDED,gr.comment=ar(gr.opt,gr.comment),gr.comment&&tr(gr,"oncomment",gr.comment),gr.comment=""):(gr.comment+="-"+Hr,gr.state=Ve.COMMENT);continue;case Ve.COMMENT_ENDED:Hr!==">"?(cr(gr,"Malformed comment"),gr.comment+="--"+Hr,gr.state=Ve.COMMENT):gr.doctype&&gr.doctype!==!0?gr.state=Ve.DOCTYPE_DTD:gr.state=Ve.TEXT;continue;case Ve.CDATA:Hr==="]"?gr.state=Ve.CDATA_ENDING:gr.cdata+=Hr;continue;case Ve.CDATA_ENDING:Hr==="]"?gr.state=Ve.CDATA_ENDING_2:(gr.cdata+="]"+Hr,gr.state=Ve.CDATA);continue;case Ve.CDATA_ENDING_2:Hr===">"?(gr.cdata&&tr(gr,"oncdata",gr.cdata),tr(gr,"onclosecdata"),gr.cdata="",gr.state=Ve.TEXT):Hr==="]"?gr.cdata+="]":(gr.cdata+="]]"+Hr,gr.state=Ve.CDATA);continue;case Ve.PROC_INST:Hr==="?"?gr.state=Ve.PROC_INST_ENDING:Ne(Hr)?gr.state=Ve.PROC_INST_BODY:gr.procInstName+=Hr;continue;case Ve.PROC_INST_BODY:if(!gr.procInstBody&&Ne(Hr))continue;Hr==="?"?gr.state=Ve.PROC_INST_ENDING:gr.procInstBody+=Hr;continue;case Ve.PROC_INST_ENDING:Hr===">"?(tr(gr,"onprocessinginstruction",{name:gr.procInstName,body:gr.procInstBody}),gr.procInstName=gr.procInstBody="",gr.state=Ve.TEXT):(gr.procInstBody+="?"+Hr,gr.state=Ve.PROC_INST_BODY);continue;case Ve.OPEN_TAG:kt(he,Hr)?gr.tagName+=Hr:(_r(gr),Hr===">"?kr(gr):Hr==="/"?gr.state=Ve.OPEN_TAG_SLASH:(Ne(Hr)||cr(gr,"Invalid character in tag name"),gr.state=Ve.ATTRIB));continue;case Ve.OPEN_TAG_SLASH:Hr===">"?(kr(gr,!0),xr(gr)):(cr(gr,"Forward-slash in opening tag not followed by >"),gr.state=Ve.ATTRIB);continue;case Ve.ATTRIB:if(Ne(Hr))continue;Hr===">"?kr(gr):Hr==="/"?gr.state=Ve.OPEN_TAG_SLASH:kt(Ie,Hr)?(gr.attribName=Hr,gr.attribValue="",gr.state=Ve.ATTRIB_NAME):cr(gr,"Invalid attribute name");continue;case Ve.ATTRIB_NAME:Hr==="="?gr.state=Ve.ATTRIB_VALUE:Hr===">"?(cr(gr,"Attribute without value"),gr.attribValue=gr.attribName,Er(gr),kr(gr)):Ne(Hr)?gr.state=Ve.ATTRIB_NAME_SAW_WHITE:kt(he,Hr)?gr.attribName+=Hr:cr(gr,"Invalid attribute name");continue;case Ve.ATTRIB_NAME_SAW_WHITE:if(Hr==="=")gr.state=Ve.ATTRIB_VALUE;else{if(Ne(Hr))continue;cr(gr,"Attribute without value"),gr.tag.attributes[gr.attribName]="",gr.attribValue="",tr(gr,"onattribute",{name:gr.attribName,value:""}),gr.attribName="",Hr===">"?kr(gr):kt(Ie,Hr)?(gr.attribName=Hr,gr.state=Ve.ATTRIB_NAME):(cr(gr,"Invalid attribute name"),gr.state=Ve.ATTRIB)}continue;case Ve.ATTRIB_VALUE:if(Ne(Hr))continue;Fe(Hr)?(gr.q=Hr,gr.state=Ve.ATTRIB_VALUE_QUOTED):(gr.opt.unquotedAttributeValues||nr(gr,"Unquoted attribute value"),gr.state=Ve.ATTRIB_VALUE_UNQUOTED,gr.attribValue=Hr);continue;case Ve.ATTRIB_VALUE_QUOTED:if(Hr!==gr.q){Hr==="&"?gr.state=Ve.ATTRIB_VALUE_ENTITY_Q:gr.attribValue+=Hr;continue}Er(gr),gr.q="",gr.state=Ve.ATTRIB_VALUE_CLOSED;continue;case Ve.ATTRIB_VALUE_CLOSED:Ne(Hr)?gr.state=Ve.ATTRIB:Hr===">"?kr(gr):Hr==="/"?gr.state=Ve.OPEN_TAG_SLASH:kt(Ie,Hr)?(cr(gr,"No whitespace between attributes"),gr.attribName=Hr,gr.attribValue="",gr.state=Ve.ATTRIB_NAME):cr(gr,"Invalid attribute name");continue;case Ve.ATTRIB_VALUE_UNQUOTED:if(!Ue(Hr)){Hr==="&"?gr.state=Ve.ATTRIB_VALUE_ENTITY_U:gr.attribValue+=Hr;continue}Er(gr),Hr===">"?kr(gr):gr.state=Ve.ATTRIB;continue;case Ve.CLOSE_TAG:if(gr.tagName)Hr===">"?xr(gr):kt(he,Hr)?gr.tagName+=Hr:gr.script?(gr.script+="</"+gr.tagName,gr.tagName="",gr.state=Ve.SCRIPT):(Ne(Hr)||cr(gr,"Invalid tagname in closing tag"),gr.state=Ve.CLOSE_TAG_SAW_WHITE);else{if(Ne(Hr))continue;Et(Ie,Hr)?gr.script?(gr.script+="</"+Hr,gr.state=Ve.SCRIPT):cr(gr,"Invalid tagname in closing tag."):gr.tagName=Hr}continue;case Ve.CLOSE_TAG_SAW_WHITE:if(Ne(Hr))continue;Hr===">"?xr(gr):cr(gr,"Invalid characters in closing tag");continue;case Ve.TEXT_ENTITY:case Ve.ATTRIB_VALUE_ENTITY_Q:case Ve.ATTRIB_VALUE_ENTITY_U:var Sr,Tr;switch(gr.state){case Ve.TEXT_ENTITY:Sr=Ve.TEXT,Tr="textNode";break;case Ve.ATTRIB_VALUE_ENTITY_Q:Sr=Ve.ATTRIB_VALUE_QUOTED,Tr="attribValue";break;case Ve.ATTRIB_VALUE_ENTITY_U:Sr=Ve.ATTRIB_VALUE_UNQUOTED,Tr="attribValue";break}if(Hr===";"){var Br=yr(gr);gr.opt.unparsedEntities&&!Object.values(t.XML_ENTITIES).includes(Br)?(gr.entity="",gr.state=Sr,gr.write(Br)):(gr[Tr]+=Br,gr.entity="",gr.state=Sr)}else kt(gr.entity.length?_e:Ce,Hr)?gr.entity+=Hr:(cr(gr,"Invalid character in entity name"),gr[Tr]+="&"+gr.entity+Hr,gr.entity="",gr.state=Sr);continue;default:throw new Error(gr,"Unknown state: "+gr.state)}return gr.position>=gr.bufferCheckPosition&&k(gr),gr}/*! http://mths.be/fromcodepoint v0.1.0 by @mathias */String.fromCodePoint||function(){var mr=String.fromCharCode,gr=Math.floor,jr=function(){var Hr=16384,Vr=[],zr,Sr,Tr=-1,Br=arguments.length;if(!Br)return"";for(var vr="";++Tr<Br;){var Cr=Number(arguments[Tr]);if(!isFinite(Cr)||Cr<0||Cr>1114111||gr(Cr)!==Cr)throw RangeError("Invalid code point: "+Cr);Cr<=65535?Vr.push(Cr):(Cr-=65536,zr=(Cr>>10)+55296,Sr=Cr%1024+56320,Vr.push(zr,Sr)),(Tr+1===Br||Vr.length>Hr)&&(vr+=mr.apply(null,Vr),Vr.length=0)}return vr};Object.defineProperty?Object.defineProperty(String,"fromCodePoint",{value:jr,configurable:!0,writable:!0}):String.fromCodePoint=jr}()})(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={},setImmediate$1={},hasRequiredSetImmediate;function requireSetImmediate(){if(hasRequiredSetImmediate)return setImmediate$1;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_ce00252a-e499-4a13-af17-167840600a6b",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_ce00252a-e499-4a13-af17-167840600a6b",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:"590",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:19655",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:"10470992626",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"4b3d261ecb674f4733a36d0a1923b06d49c21cc8",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_9f974113-0da2-416b-ad1d-84e682dae06b",INVOCATION_ID:"592892fae4f949dbac24949f1a5e4c2e",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:"382",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 6",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:"4b3d261ecb674f4733a36d0a1923b06d49c21cc8",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_ce00252a-e499-4a13-af17-167840600a6b",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_ce00252a-e499-4a13-af17-167840600a6b",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_ce00252a-e499-4a13-af17-167840600a6b",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:2078,ppid:2077,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={},L=!1,$=t.document,j;function V(_e){typeof _e!="function"&&(_e=new Function(""+_e));for(var Ne=new Array(arguments.length-1),Fe=0;Fe<Ne.length;Fe++)Ne[Fe]=arguments[Fe+1];var Ue={callback:_e,args:Ne};return k[n]=Ue,j(n),n++}function z(_e){delete k[_e]}function re(_e){var Ne=_e.callback,Fe=_e.args;switch(Fe.length){case 0:Ne();break;case 1:Ne(Fe[0]);break;case 2:Ne(Fe[0],Fe[1]);break;case 3:Ne(Fe[0],Fe[1],Fe[2]);break;default:Ne.apply(y,Fe);break}}function ie(_e){if(L)setTimeout(ie,0,_e);else{var Ne=k[_e];if(Ne){L=!0;try{re(Ne)}finally{z(_e),L=!1}}}}function oe(){j=function(_e){e.nextTick(function(){ie(_e)})}}function ue(){if(t.postMessage&&!t.importScripts){var _e=!0,Ne=t.onmessage;return t.onmessage=function(){_e=!1},t.postMessage("","*"),t.onmessage=Ne,_e}}function de(){var _e="setImmediate$"+Math.random()+"$",Ne=function(Fe){Fe.source===t&&typeof Fe.data=="string"&&Fe.data.indexOf(_e)===0&&ie(+Fe.data.slice(_e.length))};t.addEventListener?t.addEventListener("message",Ne,!1):t.attachEvent("onmessage",Ne),j=function(Fe){t.postMessage(_e+Fe,"*")}}function pe(){var _e=new MessageChannel;_e.port1.onmessage=function(Ne){var Fe=Ne.data;ie(Fe)},j=function(Ne){_e.port2.postMessage(Ne)}}function Ie(){var _e=$.documentElement;j=function(Ne){var Fe=$.createElement("script");Fe.onreadystatechange=function(){ie(Ne),Fe.onreadystatechange=null,_e.removeChild(Fe),Fe=null},_e.appendChild(Fe)}}function he(){j=function(_e){setTimeout(ie,0,_e)}}var Ce=Object.getPrototypeOf&&Object.getPrototypeOf(t);Ce=Ce&&Ce.setTimeout?Ce:t,{}.toString.call(t.process)==="[object process]"?oe():ue()?de():t.MessageChannel?pe():$&&"onreadystatechange"in $.createElement("script")?Ie():he(),Ce.setImmediate=V,Ce.clearImmediate=z}(typeof self>"u"?commonjsGlobal:self),setImmediate$1}var hasRequiredMain;function requireMain(){if(hasRequiredMain)return main;hasRequiredMain=1;var e=typeof commonjsGlobal<"u"&&commonjsGlobal||typeof self<"u"&&self||window,t=Function.prototype.apply;main.setTimeout=function(){return new y(t.call(setTimeout,e,arguments),clearTimeout)},main.setInterval=function(){return new y(t.call(setInterval,e,arguments),clearInterval)},main.clearTimeout=main.clearInterval=function(n){n&&n.close()};function y(n,k){this._id=n,this._clearFn=k}return y.prototype.unref=y.prototype.ref=function(){},y.prototype.close=function(){this._clearFn.call(e,this._id)},main.enroll=function(n,k){clearTimeout(n._idleTimeoutId),n._idleTimeout=k},main.unenroll=function(n){clearTimeout(n._idleTimeoutId),n._idleTimeout=-1},main._unrefActive=main.active=function(n){clearTimeout(n._idleTimeoutId);var k=n._idleTimeout;k>=0&&(n._idleTimeoutId=setTimeout(function(){n._onTimeout&&n._onTimeout()},k))},requireSetImmediate(),main.setImmediate=typeof self<"u"&&self.setImmediate||typeof commonjsGlobal<"u"&&commonjsGlobal.setImmediate||commonjsGlobal&&commonjsGlobal.setImmediate,main.clearImmediate=typeof self<"u"&&self.clearImmediate||typeof commonjsGlobal<"u"&&commonjsGlobal.clearImmediate||commonjsGlobal&&commonjsGlobal.clearImmediate,main}var hasRequiredParser;function requireParser(){return hasRequiredParser||(hasRequiredParser=1,function(e){(function(){var t,y,n,k,L,$,j,V,z=function(oe,ue){return function(){return oe.apply(ue,arguments)}},re=function(oe,ue){for(var de in ue)ie.call(ue,de)&&(oe[de]=ue[de]);function pe(){this.constructor=oe}return pe.prototype=ue.prototype,oe.prototype=new pe,oe.__super__=ue.prototype,oe},ie={}.hasOwnProperty;j=requireSax(),n=eventsExports,t=requireBom(),$=requireProcessors(),V=requireMain().setImmediate,y=requireDefaults().defaults,k=function(oe){return typeof oe=="object"&&oe!=null&&Object.keys(oe).length===0},L=function(oe,ue,de){var pe,Ie,he;for(pe=0,Ie=oe.length;pe<Ie;pe++)he=oe[pe],ue=he(ue,de);return ue},e.Parser=function(oe){re(ue,oe);function ue(de){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 pe,Ie,he;if(!(this instanceof e.Parser))return new e.Parser(de);this.options={},Ie=y["0.2"];for(pe in Ie)ie.call(Ie,pe)&&(he=Ie[pe],this.options[pe]=he);for(pe in de)ie.call(de,pe)&&(he=de[pe],this.options[pe]=he);this.options.xmlns&&(this.options.xmlnskey=this.options.attrkey+"ns"),this.options.normalizeTags&&(this.options.tagNameProcessors||(this.options.tagNameProcessors=[]),this.options.tagNameProcessors.unshift($.normalize)),this.reset()}return ue.prototype.processAsync=function(){var de,pe;try{return this.remaining.length<=this.options.chunkSize?(de=this.remaining,this.remaining="",this.saxParser=this.saxParser.write(de),this.saxParser.close()):(de=this.remaining.substr(0,this.options.chunkSize),this.remaining=this.remaining.substr(this.options.chunkSize,this.remaining.length),this.saxParser=this.saxParser.write(de),V(this.processAsync))}catch(Ie){if(pe=Ie,!this.saxParser.errThrown)return this.saxParser.errThrown=!0,this.emit(pe)}},ue.prototype.assignOrPush=function(de,pe,Ie){return pe in de?(de[pe]instanceof Array||(de[pe]=[de[pe]]),de[pe].push(Ie)):this.options.explicitArray?de[pe]=[Ie]:de[pe]=Ie},ue.prototype.reset=function(){var de,pe,Ie,he;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(Ce){return function(_e){if(Ce.saxParser.resume(),!Ce.saxParser.errThrown)return Ce.saxParser.errThrown=!0,Ce.emit("error",_e)}}(this),this.saxParser.onend=function(Ce){return function(){if(!Ce.saxParser.ended)return Ce.saxParser.ended=!0,Ce.emit("end",Ce.resultObject)}}(this),this.saxParser.ended=!1,this.EXPLICIT_CHARKEY=this.options.explicitCharkey,this.resultObject=null,he=[],de=this.options.attrkey,pe=this.options.charkey,this.saxParser.onopentag=function(Ce){return function(_e){var Ne,Fe,Ue,kt,Et;if(Ue=Object.create(null),Ue[pe]="",!Ce.options.ignoreAttrs){Et=_e.attributes;for(Ne in Et)ie.call(Et,Ne)&&(!(de in Ue)&&!Ce.options.mergeAttrs&&(Ue[de]=Object.create(null)),Fe=Ce.options.attrValueProcessors?L(Ce.options.attrValueProcessors,_e.attributes[Ne],Ne):_e.attributes[Ne],kt=Ce.options.attrNameProcessors?L(Ce.options.attrNameProcessors,Ne):Ne,Ce.options.mergeAttrs?Ce.assignOrPush(Ue,kt,Fe):Ue[de][kt]=Fe)}return Ue["#name"]=Ce.options.tagNameProcessors?L(Ce.options.tagNameProcessors,_e.name):_e.name,Ce.options.xmlns&&(Ue[Ce.options.xmlnskey]={uri:_e.uri,local:_e.local}),he.push(Ue)}}(this),this.saxParser.onclosetag=function(Ce){return function(){var _e,Ne,Fe,Ue,kt,Et,Ve,qe,jt,tr;if(Et=he.pop(),kt=Et["#name"],(!Ce.options.explicitChildren||!Ce.options.preserveChildrenOrder)&&delete Et["#name"],Et.cdata===!0&&(_e=Et.cdata,delete Et.cdata),jt=he[he.length-1],Et[pe].match(/^\s*$/)&&!_e?(Ne=Et[pe],delete Et[pe]):(Ce.options.trim&&(Et[pe]=Et[pe].trim()),Ce.options.normalize&&(Et[pe]=Et[pe].replace(/\s{2,}/g," ").trim()),Et[pe]=Ce.options.valueProcessors?L(Ce.options.valueProcessors,Et[pe],kt):Et[pe],Object.keys(Et).length===1&&pe in Et&&!Ce.EXPLICIT_CHARKEY&&(Et=Et[pe])),k(Et)&&(typeof Ce.options.emptyTag=="function"?Et=Ce.options.emptyTag():Et=Ce.options.emptyTag!==""?Ce.options.emptyTag:Ne),Ce.options.validator!=null&&(tr="/"+function(){var rr,ar,nr;for(nr=[],rr=0,ar=he.length;rr<ar;rr++)Ue=he[rr],nr.push(Ue["#name"]);return nr}().concat(kt).join("/"),function(){var rr;try{return Et=Ce.options.validator(tr,jt&&jt[kt],Et)}catch(ar){return rr=ar,Ce.emit("error",rr)}}()),Ce.options.explicitChildren&&!Ce.options.mergeAttrs&&typeof Et=="object"){if(!Ce.options.preserveChildrenOrder)Ue=Object.create(null),Ce.options.attrkey in Et&&(Ue[Ce.options.attrkey]=Et[Ce.options.attrkey],delete Et[Ce.options.attrkey]),!Ce.options.charsAsChildren&&Ce.options.charkey in Et&&(Ue[Ce.options.charkey]=Et[Ce.options.charkey],delete Et[Ce.options.charkey]),Object.getOwnPropertyNames(Et).length>0&&(Ue[Ce.options.childkey]=Et),Et=Ue;else if(jt){jt[Ce.options.childkey]=jt[Ce.options.childkey]||[],Ve=Object.create(null);for(Fe in Et)ie.call(Et,Fe)&&(Ve[Fe]=Et[Fe]);jt[Ce.options.childkey].push(Ve),delete Et["#name"],Object.keys(Et).length===1&&pe in Et&&!Ce.EXPLICIT_CHARKEY&&(Et=Et[pe])}}return he.length>0?Ce.assignOrPush(jt,kt,Et):(Ce.options.explicitRoot&&(qe=Et,Et=Object.create(null),Et[kt]=qe),Ce.resultObject=Et,Ce.saxParser.ended=!0,Ce.emit("end",Ce.resultObject))}}(this),Ie=function(Ce){return function(_e){var Ne,Fe;if(Fe=he[he.length-1],Fe)return Fe[pe]+=_e,Ce.options.explicitChildren&&Ce.options.preserveChildrenOrder&&Ce.options.charsAsChildren&&(Ce.options.includeWhiteChars||_e.replace(/\\n/g,"").trim()!=="")&&(Fe[Ce.options.childkey]=Fe[Ce.options.childkey]||[],Ne={"#name":"__text__"},Ne[pe]=_e,Ce.options.normalize&&(Ne[pe]=Ne[pe].replace(/\s{2,}/g," ").trim()),Fe[Ce.options.childkey].push(Ne)),Fe}}(this),this.saxParser.ontext=Ie,this.saxParser.oncdata=function(Ce){return function(_e){var Ne;if(Ne=Ie(_e),Ne)return Ne.cdata=!0}}()},ue.prototype.parseString=function(de,pe){var Ie;pe!=null&&typeof pe=="function"&&(this.on("end",function(he){return this.reset(),pe(null,he)}),this.on("error",function(he){return this.reset(),pe(he)}));try{return de=de.toString(),de.trim()===""?(this.emit("end",null),!0):(de=t.stripBOM(de),this.options.async?(this.remaining=de,V(this.processAsync),this.saxParser):this.saxParser.write(de).close())}catch(he){if(Ie=he,this.saxParser.errThrown||this.saxParser.ended){if(this.saxParser.ended)throw Ie}else return this.emit("error",Ie),this.saxParser.errThrown=!0}},ue.prototype.parseStringPromise=function(de){return new Promise(function(pe){return function(Ie,he){return pe.parseString(de,function(Ce,_e){return Ce?he(Ce):Ie(_e)})}}(this))},ue}(n),e.parseString=function(oe,ue,de){var pe,Ie,he;return de!=null?(typeof de=="function"&&(pe=de),typeof ue=="object"&&(Ie=ue)):(typeof ue=="function"&&(pe=ue),Ie={}),he=new e.Parser(Ie),he.parseString(oe,pe)},e.parseStringPromise=function(oe,ue){var de,pe;return typeof ue=="object"&&(de=ue),pe=new e.Parser(de),pe.parseStringPromise(oe)}}).call(commonjsGlobal)}(parser)),parser}(function(){var e,t,y,n,k=function($,j){for(var V in j)L.call(j,V)&&($[V]=j[V]);function z(){this.constructor=$}return z.prototype=j.prototype,$.prototype=new z,$.__super__=j.prototype,$},L={}.hasOwnProperty;t=requireDefaults(),e=requireBuilder(),y=requireParser(),n=requireProcessors(),xml2js.defaults=t.defaults,xml2js.processors=n,xml2js.ValidationError=function($){k(j,$);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);class ExtendableError extends Error{constructor(t,y){super(t,y),this.name=this.constructor.name}}class AnonymousRequestError extends ExtendableError{}class InvalidArgumentError extends ExtendableError{}class InvalidEndpointError extends ExtendableError{}class InvalidBucketNameError extends ExtendableError{}class InvalidObjectNameError extends ExtendableError{}class AccessKeyRequiredError extends ExtendableError{}class SecretKeyRequiredError extends ExtendableError{}class ExpiresParamError extends ExtendableError{}class InvalidDateError extends ExtendableError{}class InvalidPrefixError extends ExtendableError{}class InvalidBucketPolicyError extends ExtendableError{}class InvalidXMLError extends ExtendableError{}class S3Error extends ExtendableError{}class IsValidBucketNameError extends ExtendableError{}var validator$3={},util$4={};(function(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+"]*",k=new RegExp("^"+n+"$"),L=function(j,V){const z=[];let re=V.exec(j);for(;re;){const ie=[];ie.startIndex=V.lastIndex-re[0].length;const oe=re.length;for(let ue=0;ue<oe;ue++)ie.push(re[ue]);z.push(ie),re=V.exec(j)}return z},$=function(j){const V=k.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),ie=re.length;for(let oe=0;oe<ie;oe++)z==="strict"?j[re[oe]]=[V[re[oe]]]:j[re[oe]]=V[re[oe]]}},e.getValue=function(j){return e.isExist(j)?j:""},e.isName=$,e.getAllMatches=L,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,k=!1;e[0]==="\uFEFF"&&(e=e.substr(1));for(let L=0;L<e.length;L++)if(e[L]==="<"&&e[L+1]==="?"){if(L+=2,L=readPI(e,L),L.err)return L}else if(e[L]==="<"){let $=L;if(L++,e[L]==="!"){L=readCommentAndCDATA(e,L);continue}else{let j=!1;e[L]==="/"&&(j=!0,L++);let V="";for(;L<e.length&&e[L]!==">"&&e[L]!==" "&&e[L]!==" "&&e[L]!==`
`&&e[L]!=="\r";L++)V+=e[L];if(V=V.trim(),V[V.length-1]==="/"&&(V=V.substring(0,V.length-1),L--),!validateTagName(V)){let ie;return V.trim().length===0?ie="Invalid space after '<'.":ie="Tag '"+V+"' is an invalid name.",getErrorObject("InvalidTag",ie,getLineNumberForPosition(e,L))}const z=readAttributeStr(e,L);if(z===!1)return getErrorObject("InvalidAttr","Attributes for '"+V+"' have open quote.",getLineNumberForPosition(e,L));let re=z.value;if(L=z.index,re[re.length-1]==="/"){const ie=L-re.length;re=re.substring(0,re.length-1);const oe=validateAttributeString(re,t);if(oe===!0)n=!0;else return getErrorObject(oe.err.code,oe.err.msg,getLineNumberForPosition(e,ie+oe.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,$));if(y.length===0)return getErrorObject("InvalidTag","Closing tag '"+V+"' has not been opened.",getLineNumberForPosition(e,$));{const ie=y.pop();if(V!==ie.tagName){let oe=getLineNumberForPosition(e,ie.tagStartPos);return getErrorObject("InvalidTag","Expected closing tag '"+ie.tagName+"' (opened in line "+oe.line+", col "+oe.col+") instead of closing tag '"+V+"'.",getLineNumberForPosition(e,$))}y.length==0&&(k=!0)}}else return getErrorObject("InvalidTag","Closing tag '"+V+"' doesn't have proper closing.",getLineNumberForPosition(e,L));else{const ie=validateAttributeString(re,t);if(ie!==!0)return getErrorObject(ie.err.code,ie.err.msg,getLineNumberForPosition(e,L-re.length+ie.err.line));if(k===!0)return getErrorObject("InvalidXml","Multiple possible root nodes found.",getLineNumberForPosition(e,L));t.unpairedTags.indexOf(V)!==-1||y.push({tagName:V,tagStartPos:$}),n=!0}for(L++;L<e.length;L++)if(e[L]==="<")if(e[L+1]==="!"){L++,L=readCommentAndCDATA(e,L);continue}else if(e[L+1]==="?"){if(L=readPI(e,++L),L.err)return L}else break;else if(e[L]==="&"){const ie=validateAmpersand(e,L);if(ie==-1)return getErrorObject("InvalidChar","char '&' is not expected.",getLineNumberForPosition(e,L));L=ie}else if(k===!0&&!isWhiteSpace(e[L]))return getErrorObject("InvalidXml","Extra text at the end",getLineNumberForPosition(e,L));e[L]==="<"&&L--}}else{if(isWhiteSpace(e[L]))continue;return getErrorObject("InvalidChar","char '"+e[L]+"' is not expected.",getLineNumberForPosition(e,L))}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(L=>L.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="",k=!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===""){k=!0;break}y+=e[t]}return n!==""?!1:{value:y,index:t,tagClosed:k}}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 k=0;k<y.length;k++){if(y[k][1].length===0)return getErrorObject("InvalidAttr","Attribute '"+y[k][2]+"' has no space in starting.",getPositionFromMatch(y[k]));if(y[k][3]!==void 0&&y[k][4]===void 0)return getErrorObject("InvalidAttr","Attribute '"+y[k][2]+"' is without value.",getPositionFromMatch(y[k]));if(y[k][3]===void 0&&!t.allowBooleanAttributes)return getErrorObject("InvalidAttr","boolean attribute '"+y[k][2]+"' is not allowed.",getPositionFromMatch(y[k]));const L=y[k][2];if(!validateAttrName(L))return getErrorObject("InvalidAttr","Attribute '"+L+"' is an invalid name.",getPositionFromMatch(y[k]));if(!n.hasOwnProperty(L))n[L]=1;else return getErrorObject("InvalidAttr","Attribute '"+L+"' is repeated.",getPositionFromMatch(y[k]))}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,k=!1,L=!1,$="";for(;t<e.length;t++)if(e[t]==="<"&&!L){if(k&&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(k&&isElement(e,t))t+=8;else if(k&&isAttlist(e,t))t+=8;else if(k&&isNotation(e,t))t+=9;else if(isComment)L=!0;else throw new Error("Invalid DOCTYPE");n++,$=""}else if(e[t]===">"){if(L?e[t-1]==="-"&&e[t-2]==="-"&&(L=!1,n--):n--,n===0)break}else e[t]==="["?k=!0:$+=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 k="";for(;t<e.length&&e[t]!==n;t++)k+=e[t];return[y,k,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 k=n[1],L=n[2];let $=trimZeros(n[3]);const j=n[4]||n[6];if(!t.leadingZeros&&L.length>0&&k&&y[2]!==".")return e;if(!t.leadingZeros&&L.length>0&&!k&&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"&&$===""||z===$||k&&z==="-"+$?V:e:L?$===z||k+$===z?V:e:y===z||y===k+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)){$||(e=this.replaceEntitiesValue(e));const j=this.options.tagValueProcessor(t,e,y,k,L);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),k=n.length,L={};for(let $=0;$<k;$++){const j=this.resolveNameSpace(n[$][1]);let V=n[$][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?L[z]=V:typeof re!=typeof V||re!==V?L[z]=re:L[z]=parseValue(V,this.options.parseAttributeValue,this.options.numberParseOptions)}else this.options.allowBooleanAttributes&&(L[z]=!0)}if(!Object.keys(L).length)return;if(this.options.attributesGroupName){const $={};return $[this.options.attributesGroupName]=L,$}return L}}const parseXml$1=function(e){e=e.replace(/\r\n?/g,`
`);const t=new xmlNode("!xml");let y=t,n="",k="";for(let L=0;L<e.length;L++)if(e[L]==="<")if(e[L+1]==="/"){const j=findClosingIndex(e,">",L,"Closing Tag is not closed.");let V=e.substring(L+2,j).trim();if(this.options.removeNSPrefix){const ie=V.indexOf(":");ie!==-1&&(V=V.substr(ie+1))}this.options.transformTagName&&(V=this.options.transformTagName(V)),y&&(n=this.saveTextToParentTag(n,y,k));const z=k.substring(k.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=k.lastIndexOf(".",k.lastIndexOf(".")-1),this.tagsNodeStack.pop()):re=k.lastIndexOf("."),k=k.substring(0,re),y=this.tagsNodeStack.pop(),n="",L=j}else if(e[L+1]==="?"){let j=readTagExp(e,L,!1,"?>");if(!j)throw new Error("Pi Tag is not closed.");if(n=this.saveTextToParentTag(n,y,k),!(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,k,j.tagName)),this.addChild(y,V,k)}L=j.closeIndex+1}else if(e.substr(L+1,3)==="!--"){const j=findClosingIndex(e,"-->",L+4,"Comment is not closed.");if(this.options.commentPropName){const V=e.substring(L+4,j-2);n=this.saveTextToParentTag(n,y,k),y.add(this.options.commentPropName,[{[this.options.textNodeName]:V}])}L=j}else if(e.substr(L+1,2)==="!D"){const j=readDocType(e,L);this.docTypeEntities=j.entities,L=j.i}else if(e.substr(L+1,2)==="!["){const j=findClosingIndex(e,"]]>",L,"CDATA is not closed.")-2,V=e.substring(L+9,j);n=this.saveTextToParentTag(n,y,k);let z=this.parseTextData(V,y.tagname,k,!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),L=j+2}else{let j=readTagExp(e,L,this.options.removeNSPrefix),V=j.tagName;const z=j.rawTagName;let re=j.tagExp,ie=j.attrExpPresent,oe=j.closeIndex;this.options.transformTagName&&(V=this.options.transformTagName(V)),y&&n&&y.tagname!=="!xml"&&(n=this.saveTextToParentTag(n,y,k,!1));const ue=y;if(ue&&this.options.unpairedTags.indexOf(ue.tagname)!==-1&&(y=this.tagsNodeStack.pop(),k=k.substring(0,k.lastIndexOf("."))),V!==t.tagname&&(k+=k?"."+V:V),this.isItStopNode(this.options.stopNodes,k,V)){let de="";if(re.length>0&&re.lastIndexOf("/")===re.length-1)V[V.length-1]==="/"?(V=V.substr(0,V.length-1),k=k.substr(0,k.length-1),re=V):re=re.substr(0,re.length-1),L=j.closeIndex;else if(this.options.unpairedTags.indexOf(V)!==-1)L=j.closeIndex;else{const Ie=this.readStopNodeData(e,z,oe+1);if(!Ie)throw new Error(`Unexpected end of ${z}`);L=Ie.i,de=Ie.tagContent}const pe=new xmlNode(V);V!==re&&ie&&(pe[":@"]=this.buildAttributesMap(re,k,V)),de&&(de=this.parseTextData(de,V,k,!0,ie,!0,!0)),k=k.substr(0,k.lastIndexOf(".")),pe.add(this.options.textNodeName,de),this.addChild(y,pe,k)}else{if(re.length>0&&re.lastIndexOf("/")===re.length-1){V[V.length-1]==="/"?(V=V.substr(0,V.length-1),k=k.substr(0,k.length-1),re=V):re=re.substr(0,re.length-1),this.options.transformTagName&&(V=this.options.transformTagName(V));const de=new xmlNode(V);V!==re&&ie&&(de[":@"]=this.buildAttributesMap(re,k,V)),this.addChild(y,de,k),k=k.substr(0,k.lastIndexOf("."))}else{const de=new xmlNode(V);this.tagsNodeStack.push(y),V!==re&&ie&&(de[":@"]=this.buildAttributesMap(re,k,V)),this.addChild(y,de,k),y=de}n="",L=oe}}else n+=e[L];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 k in e){const L=e[k];if(n===L||t===L)return!0}return!1}function tagExpWithClosingIndex(e,t,y=">"){let n,k="";for(let L=t;L<e.length;L++){let $=e[L];if(n)$===n&&(n="");else if($==='"'||$==="'")n=$;else if($===y[0])if(y[1]){if(e[L+1]===y[1])return{data:k,index:L}}else return{data:k,index:L};else $===" "&&($=" ");k+=$}}function findClosingIndex(e,t,y,n){const k=e.indexOf(t,y);if(k===-1)throw new Error(n);return k+t.length-1}function readTagExp(e,t,y,n=">"){const k=tagExpWithClosingIndex(e,t+1,n);if(!k)return;let L=k.data;const $=k.index,j=L.search(/\s/);let V=L,z=!0;j!==-1&&(V=L.substring(0,j),L=L.substring(j+1).trimStart());const re=V;if(y){const ie=V.indexOf(":");ie!==-1&&(V=V.substr(ie+1),z=V!==k.data.substr(ie+1))}return{tagName:V,tagExp:L,closeIndex:$,attrExpPresent:z,rawTagName:re}}function readStopNodeData(e,t,y){const n=y;let k=1;for(;y<e.length;y++)if(e[y]==="<")if(e[y+1]==="/"){const L=findClosingIndex(e,">",y,`${t} is not closed`);if(e.substring(y+2,L).trim()===t&&(k--,k===0))return{tagContent:e.substring(n,y),i:L};y=L}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 L=readTagExp(e,y,">");L&&((L&&L.tagName)===t&&L.tagExp[L.tagExp.length-1]!=="/"&&k++,y=L.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 k={};for(let L=0;L<e.length;L++){const $=e[L],j=propName$1($);let V="";if(y===void 0?V=j:V=y+"."+j,j===t.textNodeName)n===void 0?n=$[j]:n+=""+$[j];else{if(j===void 0)continue;if($[j]){let z=compress($[j],t,V);const re=isLeafTag(z,t);$[":@"]?assignAttributes(z,$[":@"],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=""),k[j]!==void 0&&k.hasOwnProperty(j)?(Array.isArray(k[j])||(k[j]=[k[j]]),k[j].push(z)):t.isArray(j,V,re)?k[j]=[z]:k[j]=z}}}return typeof n=="string"?n.length>0&&(k[t.textNodeName]=n):n!==void 0&&(k[t.textNodeName]=n),k}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 k=Object.keys(t),L=k.length;for(let $=0;$<L;$++){const j=k[$];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$1=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 L=validator$2.validate(t,y);if(L!==!0)throw Error(`${L.err.msg}:${L.err.line}:${L.err.col}`)}const n=new OrderedObjParser(this.options);n.addExternalEntities(this.externalEntities);const k=n.parseXml(t);return this.options.preserveOrder||k===void 0?k:prettify(k,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$1;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="",L=!1;for(let $=0;$<e.length;$++){const j=e[$],V=propName(j);if(V===void 0)continue;let z="";if(y.length===0?z=V:z=`${y}.${V}`,V===t.textNodeName){let de=j[V];isStopNode(z,t)||(de=t.tagValueProcessor(V,de),de=replaceEntitiesValue(de,t)),L&&(k+=n),k+=de,L=!1;continue}else if(V===t.cdataPropName){L&&(k+=n),k+=`<![CDATA[${j[V][0][t.textNodeName]}]]>`,L=!1;continue}else if(V===t.commentPropName){k+=n+`<!--${j[V][0][t.textNodeName]}-->`,L=!0;continue}else if(V[0]==="?"){const de=attr_to_str(j[":@"],t),pe=V==="?xml"?"":n;let Ie=j[V][0][t.textNodeName];Ie=Ie.length!==0?" "+Ie:"",k+=pe+`<${V}${Ie}${de}?>`,L=!0;continue}let re=n;re!==""&&(re+=t.indentBy);const ie=attr_to_str(j[":@"],t),oe=n+`<${V}${ie}`,ue=arrToStr(j[V],t,z,re);t.unpairedTags.indexOf(V)!==-1?t.suppressUnpairedNode?k+=oe+">":k+=oe+"/>":(!ue||ue.length===0)&&t.suppressEmptyNode?k+=oe+"/>":ue&&ue.endsWith(">")?k+=oe+`>${ue}${n}</${V}>`:(k+=oe+">",ue&&n!==""&&(ue.includes("/>")||ue.includes("</"))?k+=n+t.indentBy+ue+n:k+=ue,k+=`</${V}>`),L=!0}return k}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 k=t.attributeValueProcessor(n,e[n]);k=replaceEntitiesValue(k,t),k===!0&&t.suppressBooleanAttributes?y+=` ${n.substr(t.attributeNamePrefix.length)}`:y+=` ${n.substr(t.attributeNamePrefix.length)}="${k}"`}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 k in e)if(Object.prototype.hasOwnProperty.call(e,k))if(typeof e[k]>"u")this.isAttribute(k)&&(n+="");else if(e[k]===null)this.isAttribute(k)?n+="":k[0]==="?"?n+=this.indentate(t)+"<"+k+"?"+this.tagEndChar:n+=this.indentate(t)+"<"+k+"/"+this.tagEndChar;else if(e[k]instanceof Date)n+=this.buildTextValNode(e[k],k,"",t);else if(typeof e[k]!="object"){const L=this.isAttribute(k);if(L)y+=this.buildAttrPairStr(L,""+e[k]);else if(k===this.options.textNodeName){let $=this.options.tagValueProcessor(k,""+e[k]);n+=this.replaceEntitiesValue($)}else n+=this.buildTextValNode(e[k],k,"",t)}else if(Array.isArray(e[k])){const L=e[k].length;let $="",j="";for(let V=0;V<L;V++){const z=e[k][V];if(!(typeof z>"u"))if(z===null)k[0]==="?"?n+=this.indentate(t)+"<"+k+"?"+this.tagEndChar:n+=this.indentate(t)+"<"+k+"/"+this.tagEndChar;else if(typeof z=="object")if(this.options.oneListGroup){const re=this.j2x(z,t+1);$+=re.val,this.options.attributesGroupName&&z.hasOwnProperty(this.options.attributesGroupName)&&(j+=re.attrStr)}else $+=this.processTextOrObjNode(z,k,t);else if(this.options.oneListGroup){let re=this.options.tagValueProcessor(k,z);re=this.replaceEntitiesValue(re),$+=re}else $+=this.buildTextValNode(z,k,"",t)}this.options.oneListGroup&&($=this.buildObjectNode($,k,j,t)),n+=$}else if(this.options.attributesGroupName&&k===this.options.attributesGroupName){const L=Object.keys(e[k]),$=L.length;for(let j=0;j<$;j++)y+=this.buildAttrPairStr(L[j],""+e[k][L[j]])}else n+=this.processTextOrObjNode(e[k],k,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 k="</"+t+this.tagEndChar,L="";return t[0]==="?"&&(L="?",k=""),(y||y==="")&&e.indexOf("<")===-1?this.indentate(n)+"<"+t+y+L+">"+e+k:this.options.commentPropName!==!1&&t===this.options.commentPropName&&L.length===0?this.indentate(n)+`<!--${e}-->`+this.newLine:this.indentate(n)+"<"+t+y+L+this.tagEndChar+e+this.indentate(n)+k}};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 k=this.options.tagValueProcessor(t,e);return k=this.replaceEntitiesValue(k),k===""?this.indentate(n)+"<"+t+y+this.closeTag(t)+this.tagEndChar:this.indentate(n)+"<"+t+y+">"+k+"</"+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=XMLParser_1,XMLBuilder=json2xml;var fxp$2={XMLParser,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")},k=new RegExp("^0[0-7]+$","i"),L=new RegExp("^0x[a-f0-9]+$","i"),$="%[0-9a-z]{1,}",j="(?:[0-9a-f]+::?)+",V={zoneIndex:new RegExp($,"i"),native:new RegExp(`^(::)?(${j})?([0-9a-f]+)?(::)?(${$})?$`,"i"),deprecatedTransitional:new RegExp(`^(?:::)(${y}\\.${y}\\.${y}\\.${y}(${$})?)$`,"i"),transitional:new RegExp(`^((?:${j})|(?:::)(?:${j})?)${y}\\.${y}\\.${y}\\.${y}(${$})?$`,"i")};function z(de,pe){if(de.indexOf("::")!==de.lastIndexOf("::"))return null;let Ie=0,he=-1,Ce=(de.match(V.zoneIndex)||[])[0],_e,Ne;for(Ce&&(Ce=Ce.substring(1),de=de.replace(/%.+$/,""));(he=de.indexOf(":",he+1))>=0;)Ie++;if(de.substr(0,2)==="::"&&Ie--,de.substr(-2,2)==="::"&&Ie--,Ie>pe)return null;for(Ne=pe-Ie,_e=":";Ne--;)_e+="0:";return de=de.replace("::",_e),de[0]===":"&&(de=de.slice(1)),de[de.length-1]===":"&&(de=de.slice(0,-1)),pe=function(){const Fe=de.split(":"),Ue=[];for(let kt=0;kt<Fe.length;kt++)Ue.push(parseInt(Fe[kt],16));return Ue}(),{parts:pe,zoneId:Ce}}function re(de,pe,Ie,he){if(de.length!==pe.length)throw new Error("ipaddr: cannot match CIDR for objects with different lengths");let Ce=0,_e;for(;he>0;){if(_e=Ie-he,_e<0&&(_e=0),de[Ce]>>_e!==pe[Ce]>>_e)return!1;he-=Ie,Ce+=1}return!0}function ie(de){if(L.test(de))return parseInt(de,16);if(de[0]==="0"&&!isNaN(parseInt(de[1],10))){if(k.test(de))return parseInt(de,8);throw new Error(`ipaddr: cannot parse ${de} as octal`)}return parseInt(de,10)}function oe(de,pe){for(;de.length<pe;)de=`0${de}`;return de}const ue={};ue.IPv4=function(){function de(pe){if(pe.length!==4)throw new Error("ipaddr: ipv4 octet count should be 4");let Ie,he;for(Ie=0;Ie<pe.length;Ie++)if(he=pe[Ie],!(0<=he&&he<=255))throw new Error("ipaddr: ipv4 octet should fit in 8 bits");this.octets=pe}return de.prototype.SpecialRanges={unspecified:[[new de([0,0,0,0]),8]],broadcast:[[new de([255,255,255,255]),32]],multicast:[[new de([224,0,0,0]),4]],linkLocal:[[new de([169,254,0,0]),16]],loopback:[[new de([127,0,0,0]),8]],carrierGradeNat:[[new de([100,64,0,0]),10]],private:[[new de([10,0,0,0]),8],[new de([172,16,0,0]),12],[new de([192,168,0,0]),16]],reserved:[[new de([192,0,0,0]),24],[new de([192,0,2,0]),24],[new de([192,88,99,0]),24],[new de([198,18,0,0]),15],[new de([198,51,100,0]),24],[new de([203,0,113,0]),24],[new de([240,0,0,0]),4]],as112:[[new de([192,175,48,0]),24],[new de([192,31,196,0]),24]],amt:[[new de([192,52,193,0]),24]]},de.prototype.kind=function(){return"ipv4"},de.prototype.match=function(pe,Ie){let he;if(Ie===void 0&&(he=pe,pe=he[0],Ie=he[1]),pe.kind()!=="ipv4")throw new Error("ipaddr: cannot match ipv4 address with non-ipv4 one");return re(this.octets,pe.octets,8,Ie)},de.prototype.prefixLengthFromSubnetMask=function(){let pe=0,Ie=!1;const he={0:8,128:7,192:6,224:5,240:4,248:3,252:2,254:1,255:0};let Ce,_e,Ne;for(Ce=3;Ce>=0;Ce-=1)if(_e=this.octets[Ce],_e in he){if(Ne=he[_e],Ie&&Ne!==0)return null;Ne!==8&&(Ie=!0),pe+=Ne}else return null;return 32-pe},de.prototype.range=function(){return ue.subnetMatch(this,this.SpecialRanges)},de.prototype.toByteArray=function(){return this.octets.slice(0)},de.prototype.toIPv4MappedAddress=function(){return ue.IPv6.parse(`::ffff:${this.toString()}`)},de.prototype.toNormalizedString=function(){return this.toString()},de.prototype.toString=function(){return this.octets.join(".")},de}(),ue.IPv4.broadcastAddressFromCIDR=function(de){try{const pe=this.parseCIDR(de),Ie=pe[0].toByteArray(),he=this.subnetMaskFromPrefixLength(pe[1]).toByteArray(),Ce=[];let _e=0;for(;_e<4;)Ce.push(parseInt(Ie[_e],10)|parseInt(he[_e],10)^255),_e++;return new this(Ce)}catch{throw new Error("ipaddr: the address does not have IPv4 CIDR format")}},ue.IPv4.isIPv4=function(de){return this.parser(de)!==null},ue.IPv4.isValid=function(de){try{return new this(this.parser(de)),!0}catch{return!1}},ue.IPv4.isValidCIDR=function(de){try{return this.parseCIDR(de),!0}catch{return!1}},ue.IPv4.isValidFourPartDecimal=function(de){return!!(ue.IPv4.isValid(de)&&de.match(/^(0|[1-9]\d*)(\.(0|[1-9]\d*)){3}$/))},ue.IPv4.networkAddressFromCIDR=function(de){let pe,Ie,he,Ce,_e;try{for(pe=this.parseCIDR(de),he=pe[0].toByteArray(),_e=this.subnetMaskFromPrefixLength(pe[1]).toByteArray(),Ce=[],Ie=0;Ie<4;)Ce.push(parseInt(he[Ie],10)&parseInt(_e[Ie],10)),Ie++;return new this(Ce)}catch{throw new Error("ipaddr: the address does not have IPv4 CIDR format")}},ue.IPv4.parse=function(de){const pe=this.parser(de);if(pe===null)throw new Error("ipaddr: string is not formatted like an IPv4 Address");return new this(pe)},ue.IPv4.parseCIDR=function(de){let pe;if(pe=de.match(/^(.+)\/(\d+)$/)){const Ie=parseInt(pe[2]);if(Ie>=0&&Ie<=32){const he=[this.parse(pe[1]),Ie];return Object.defineProperty(he,"toString",{value:function(){return this.join("/")}}),he}}throw new Error("ipaddr: string is not formatted like an IPv4 CIDR range")},ue.IPv4.parser=function(de){let pe,Ie,he;if(pe=de.match(n.fourOctet))return function(){const Ce=pe.slice(1,6),_e=[];for(let Ne=0;Ne<Ce.length;Ne++)Ie=Ce[Ne],_e.push(ie(Ie));return _e}();if(pe=de.match(n.longValue)){if(he=ie(pe[1]),he>4294967295||he<0)throw new Error("ipaddr: address outside defined range");return function(){const Ce=[];let _e;for(_e=0;_e<=24;_e+=8)Ce.push(he>>_e&255);return Ce}().reverse()}else return(pe=de.match(n.twoOctet))?function(){const Ce=pe.slice(1,4),_e=[];if(he=ie(Ce[1]),he>16777215||he<0)throw new Error("ipaddr: address outside defined range");return _e.push(ie(Ce[0])),_e.push(he>>16&255),_e.push(he>>8&255),_e.push(he&255),_e}():(pe=de.match(n.threeOctet))?function(){const Ce=pe.slice(1,5),_e=[];if(he=ie(Ce[2]),he>65535||he<0)throw new Error("ipaddr: address outside defined range");return _e.push(ie(Ce[0])),_e.push(ie(Ce[1])),_e.push(he>>8&255),_e.push(he&255),_e}():null},ue.IPv4.subnetMaskFromPrefixLength=function(de){if(de=parseInt(de),de<0||de>32)throw new Error("ipaddr: invalid IPv4 prefix length");const pe=[0,0,0,0];let Ie=0;const he=Math.floor(de/8);for(;Ie<he;)pe[Ie]=255,Ie++;return he<4&&(pe[he]=Math.pow(2,de%8)-1<<8-de%8),new this(pe)},ue.IPv6=function(){function de(pe,Ie){let he,Ce;if(pe.length===16)for(this.parts=[],he=0;he<=14;he+=2)this.parts.push(pe[he]<<8|pe[he+1]);else if(pe.length===8)this.parts=pe;else throw new Error("ipaddr: ipv6 part count should be 8 or 16");for(he=0;he<this.parts.length;he++)if(Ce=this.parts[he],!(0<=Ce&&Ce<=65535))throw new Error("ipaddr: ipv6 part should fit in 16 bits");Ie&&(this.zoneId=Ie)}return de.prototype.SpecialRanges={unspecified:[new de([0,0,0,0,0,0,0,0]),128],linkLocal:[new de([65152,0,0,0,0,0,0,0]),10],multicast:[new de([65280,0,0,0,0,0,0,0]),8],loopback:[new de([0,0,0,0,0,0,0,1]),128],uniqueLocal:[new de([64512,0,0,0,0,0,0,0]),7],ipv4Mapped:[new de([0,0,0,0,0,65535,0,0]),96],discard:[new de([256,0,0,0,0,0,0,0]),64],rfc6145:[new de([0,0,0,0,65535,0,0,0]),96],rfc6052:[new de([100,65435,0,0,0,0,0,0]),96],"6to4":[new de([8194,0,0,0,0,0,0,0]),16],teredo:[new de([8193,0,0,0,0,0,0,0]),32],benchmarking:[new de([8193,2,0,0,0,0,0,0]),48],amt:[new de([8193,3,0,0,0,0,0,0]),32],as112v6:[[new de([8193,4,274,0,0,0,0,0]),48],[new de([9760,79,32768,0,0,0,0,0]),48]],deprecated:[new de([8193,16,0,0,0,0,0,0]),28],orchid2:[new de([8193,32,0,0,0,0,0,0]),28],droneRemoteIdProtocolEntityTags:[new de([8193,48,0,0,0,0,0,0]),28],reserved:[[new de([8193,0,0,0,0,0,0,0]),23],[new de([8193,3512,0,0,0,0,0,0]),32]]},de.prototype.isIPv4MappedAddress=function(){return this.range()==="ipv4Mapped"},de.prototype.kind=function(){return"ipv6"},de.prototype.match=function(pe,Ie){let he;if(Ie===void 0&&(he=pe,pe=he[0],Ie=he[1]),pe.kind()!=="ipv6")throw new Error("ipaddr: cannot match ipv6 address with non-ipv6 one");return re(this.parts,pe.parts,16,Ie)},de.prototype.prefixLengthFromSubnetMask=function(){let pe=0,Ie=!1;const he={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 Ce,_e;for(let Ne=7;Ne>=0;Ne-=1)if(Ce=this.parts[Ne],Ce in he){if(_e=he[Ce],Ie&&_e!==0)return null;_e!==16&&(Ie=!0),pe+=_e}else return null;return 128-pe},de.prototype.range=function(){return ue.subnetMatch(this,this.SpecialRanges)},de.prototype.toByteArray=function(){let pe;const Ie=[],he=this.parts;for(let Ce=0;Ce<he.length;Ce++)pe=he[Ce],Ie.push(pe>>8),Ie.push(pe&255);return Ie},de.prototype.toFixedLengthString=function(){const pe=(function(){const he=[];for(let Ce=0;Ce<this.parts.length;Ce++)he.push(oe(this.parts[Ce].toString(16),4));return he}).call(this).join(":");let Ie="";return this.zoneId&&(Ie=`%${this.zoneId}`),pe+Ie},de.prototype.toIPv4Address=function(){if(!this.isIPv4MappedAddress())throw new Error("ipaddr: trying to convert a generic ipv6 address to ipv4");const pe=this.parts.slice(-2),Ie=pe[0],he=pe[1];return new ue.IPv4([Ie>>8,Ie&255,he>>8,he&255])},de.prototype.toNormalizedString=function(){const pe=(function(){const he=[];for(let Ce=0;Ce<this.parts.length;Ce++)he.push(this.parts[Ce].toString(16));return he}).call(this).join(":");let Ie="";return this.zoneId&&(Ie=`%${this.zoneId}`),pe+Ie},de.prototype.toRFC5952String=function(){const pe=/((^|:)(0(:|$)){2,})/g,Ie=this.toNormalizedString();let he=0,Ce=-1,_e;for(;_e=pe.exec(Ie);)_e[0].length>Ce&&(he=_e.index,Ce=_e[0].length);return Ce<0?Ie:`${Ie.substring(0,he)}::${Ie.substring(he+Ce)}`},de.prototype.toString=function(){return this.toRFC5952String()},de}(),ue.IPv6.broadcastAddressFromCIDR=function(de){try{const pe=this.parseCIDR(de),Ie=pe[0].toByteArray(),he=this.subnetMaskFromPrefixLength(pe[1]).toByteArray(),Ce=[];let _e=0;for(;_e<16;)Ce.push(parseInt(Ie[_e],10)|parseInt(he[_e],10)^255),_e++;return new this(Ce)}catch(pe){throw new Error(`ipaddr: the address does not have IPv6 CIDR format (${pe})`)}},ue.IPv6.isIPv6=function(de){return this.parser(de)!==null},ue.IPv6.isValid=function(de){if(typeof de=="string"&&de.indexOf(":")===-1)return!1;try{const pe=this.parser(de);return new this(pe.parts,pe.zoneId),!0}catch{return!1}},ue.IPv6.isValidCIDR=function(de){if(typeof de=="string"&&de.indexOf(":")===-1)return!1;try{return this.parseCIDR(de),!0}catch{return!1}},ue.IPv6.networkAddressFromCIDR=function(de){let pe,Ie,he,Ce,_e;try{for(pe=this.parseCIDR(de),he=pe[0].toByteArray(),_e=this.subnetMaskFromPrefixLength(pe[1]).toByteArray(),Ce=[],Ie=0;Ie<16;)Ce.push(parseInt(he[Ie],10)&parseInt(_e[Ie],10)),Ie++;return new this(Ce)}catch(Ne){throw new Error(`ipaddr: the address does not have IPv6 CIDR format (${Ne})`)}},ue.IPv6.parse=function(de){const pe=this.parser(de);if(pe.parts===null)throw new Error("ipaddr: string is not formatted like an IPv6 Address");return new this(pe.parts,pe.zoneId)},ue.IPv6.parseCIDR=function(de){let pe,Ie,he;if((Ie=de.match(/^(.+)\/(\d+)$/))&&(pe=parseInt(Ie[2]),pe>=0&&pe<=128))return he=[this.parse(Ie[1]),pe],Object.defineProperty(he,"toString",{value:function(){return this.join("/")}}),he;throw new Error("ipaddr: string is not formatted like an IPv6 CIDR range")},ue.IPv6.parser=function(de){let pe,Ie,he,Ce,_e,Ne;if(he=de.match(V.deprecatedTransitional))return this.parser(`::ffff:${he[1]}`);if(V.native.test(de))return z(de,8);if((he=de.match(V.transitional))&&(Ne=he[6]||"",pe=he[1],he[1].endsWith("::")||(pe=pe.slice(0,-1)),pe=z(pe+Ne,6),pe.parts)){for(_e=[parseInt(he[2]),parseInt(he[3]),parseInt(he[4]),parseInt(he[5])],Ie=0;Ie<_e.length;Ie++)if(Ce=_e[Ie],!(0<=Ce&&Ce<=255))return null;return pe.parts.push(_e[0]<<8|_e[1]),pe.parts.push(_e[2]<<8|_e[3]),{parts:pe.parts,zoneId:pe.zoneId}}return null},ue.IPv6.subnetMaskFromPrefixLength=function(de){if(de=parseInt(de),de<0||de>128)throw new Error("ipaddr: invalid IPv6 prefix length");const pe=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];let Ie=0;const he=Math.floor(de/8);for(;Ie<he;)pe[Ie]=255,Ie++;return he<16&&(pe[he]=Math.pow(2,de%8)-1<<8-de%8),new this(pe)},ue.fromByteArray=function(de){const pe=de.length;if(pe===4)return new ue.IPv4(de);if(pe===16)return new ue.IPv6(de);throw new Error("ipaddr: the binary input is neither an IPv6 nor IPv4 address")},ue.isValid=function(de){return ue.IPv6.isValid(de)||ue.IPv4.isValid(de)},ue.isValidCIDR=function(de){return ue.IPv6.isValidCIDR(de)||ue.IPv4.isValidCIDR(de)},ue.parse=function(de){if(ue.IPv6.isValid(de))return ue.IPv6.parse(de);if(ue.IPv4.isValid(de))return ue.IPv4.parse(de);throw new Error("ipaddr: the address has neither IPv6 nor IPv4 format")},ue.parseCIDR=function(de){try{return ue.IPv6.parseCIDR(de)}catch{try{return ue.IPv4.parseCIDR(de)}catch{throw new Error("ipaddr: the address has neither IPv6 nor IPv4 CIDR format")}}},ue.process=function(de){const pe=this.parse(de);return pe.kind()==="ipv6"&&pe.isIPv4MappedAddress()?pe.toIPv4Address():pe},ue.subnetMatch=function(de,pe,Ie){let he,Ce,_e,Ne;Ie==null&&(Ie="unicast");for(Ce in pe)if(Object.prototype.hasOwnProperty.call(pe,Ce)){for(_e=pe[Ce],_e[0]&&!(_e[0]instanceof Array)&&(_e=[_e]),he=0;he<_e.length;he++)if(Ne=_e[he],de.kind()===Ne[0].kind()&&de.match.apply(de,Ne))return Ce}return Ie},e.exports?e.exports=ue:t.ipaddr=ue})(commonjsGlobal)})(ipaddr$1);var ipaddrExports=ipaddr$1.exports;const ipaddr=getDefaultExportFromCjs(ipaddrExports);var mimeTypes$1={};const require$$0={"application/1d-interleaved-parityfec":{source:"iana"},"application/3gpdash-qoe-report+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/3gpp-ims+xml":{source:"iana",compressible:!0},"application/3gpphal+json":{source:"iana",compressible:!0},"application/3gpphalforms+json":{source:"iana",compressible:!0},"application/a2l":{source:"iana"},"application/ace+cbor":{source:"iana"},"application/activemessage":{source:"iana"},"application/activity+json":{source:"iana",compressible:!0},"application/alto-costmap+json":{source:"iana",compressible:!0},"application/alto-costmapfilter+json":{source:"iana",compressible:!0},"application/alto-directory+json":{source:"iana",compressible:!0},"application/alto-endpointcost+json":{source:"iana",compressible:!0},"application/alto-endpointcostparams+json":{source:"iana",compressible:!0},"application/alto-endpointprop+json":{source:"iana",compressible:!0},"application/alto-endpointpropparams+json":{source:"iana",compressible:!0},"application/alto-error+json":{source:"iana",compressible:!0},"application/alto-networkmap+json":{source:"iana",compressible:!0},"application/alto-networkmapfilter+json":{source:"iana",compressible:!0},"application/alto-updatestreamcontrol+json":{source:"iana",compressible:!0},"application/alto-updatestreamparams+json":{source:"iana",compressible:!0},"application/aml":{source:"iana"},"application/andrew-inset":{source:"iana",extensions:["ez"]},"application/applefile":{source:"iana"},"application/applixware":{source:"apache",extensions:["aw"]},"application/at+jwt":{source:"iana"},"application/atf":{source:"iana"},"application/atfx":{source:"iana"},"application/atom+xml":{source:"iana",compressible:!0,extensions:["atom"]},"application/atomcat+xml":{source:"iana",compressible:!0,extensions:["atomcat"]},"application/atomdeleted+xml":{source:"iana",compressible:!0,extensions:["atomdeleted"]},"application/atomicmail":{source:"iana"},"application/atomsvc+xml":{source:"iana",compressible:!0,extensions:["atomsvc"]},"application/atsc-dwd+xml":{source:"iana",compressible:!0,extensions:["dwd"]},"application/atsc-dynamic-event-message":{source:"iana"},"application/atsc-held+xml":{source:"iana",compressible:!0,extensions:["held"]},"application/atsc-rdt+json":{source:"iana",compressible:!0},"application/atsc-rsat+xml":{source:"iana",compressible:!0,extensions:["rsat"]},"application/atxml":{source:"iana"},"application/auth-policy+xml":{source:"iana",compressible:!0},"application/bacnet-xdd+zip":{source:"iana",compressible:!1},"application/batch-smtp":{source:"iana"},"application/bdoc":{compressible:!1,extensions:["bdoc"]},"application/beep+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/calendar+json":{source:"iana",compressible:!0},"application/calendar+xml":{source:"iana",compressible:!0,extensions:["xcs"]},"application/call-completion":{source:"iana"},"application/cals-1840":{source:"iana"},"application/captive+json":{source:"iana",compressible:!0},"application/cbor":{source:"iana"},"application/cbor-seq":{source:"iana"},"application/cccex":{source:"iana"},"application/ccmp+xml":{source:"iana",compressible:!0},"application/ccxml+xml":{source:"iana",compressible:!0,extensions:["ccxml"]},"application/cdfx+xml":{source:"iana",compressible:!0,extensions:["cdfx"]},"application/cdmi-capability":{source:"iana",extensions:["cdmia"]},"application/cdmi-container":{source:"iana",extensions:["cdmic"]},"application/cdmi-domain":{source:"iana",extensions:["cdmid"]},"application/cdmi-object":{source:"iana",extensions:["cdmio"]},"application/cdmi-queue":{source:"iana",extensions:["cdmiq"]},"application/cdni":{source:"iana"},"application/cea":{source:"iana"},"application/cea-2018+xml":{source:"iana",compressible:!0},"application/cellml+xml":{source:"iana",compressible:!0},"application/cfw":{source:"iana"},"application/city+json":{source:"iana",compressible:!0},"application/clr":{source:"iana"},"application/clue+xml":{source:"iana",compressible:!0},"application/clue_info+xml":{source:"iana",compressible:!0},"application/cms":{source:"iana"},"application/cnrp+xml":{source:"iana",compressible:!0},"application/coap-group+json":{source:"iana",compressible:!0},"application/coap-payload":{source:"iana"},"application/commonground":{source:"iana"},"application/conference-info+xml":{source:"iana",compressible:!0},"application/cose":{source:"iana"},"application/cose-key":{source:"iana"},"application/cose-key-set":{source:"iana"},"application/cpl+xml":{source:"iana",compressible:!0,extensions:["cpl"]},"application/csrattrs":{source:"iana"},"application/csta+xml":{source:"iana",compressible:!0},"application/cstadata+xml":{source:"iana",compressible:!0},"application/csvm+json":{source:"iana",compressible:!0},"application/cu-seeme":{source:"apache",extensions:["cu"]},"application/cwt":{source:"iana"},"application/cybercash":{source:"iana"},"application/dart":{compressible:!0},"application/dash+xml":{source:"iana",compressible:!0,extensions:["mpd"]},"application/dash-patch+xml":{source:"iana",compressible:!0,extensions:["mpp"]},"application/dashdelta":{source:"iana"},"application/davmount+xml":{source:"iana",compressible:!0,extensions:["davmount"]},"application/dca-rft":{source:"iana"},"application/dcd":{source:"iana"},"application/dec-dx":{source:"iana"},"application/dialog-info+xml":{source:"iana",compressible:!0},"application/dicom":{source:"iana"},"application/dicom+json":{source:"iana",compressible:!0},"application/dicom+xml":{source:"iana",compressible:!0},"application/dii":{source:"iana"},"application/dit":{source:"iana"},"application/dns":{source:"iana"},"application/dns+json":{source:"iana",compressible:!0},"application/dns-message":{source:"iana"},"application/docbook+xml":{source:"apache",compressible:!0,extensions:["dbk"]},"application/dots+cbor":{source:"iana"},"application/dskpp+xml":{source:"iana",compressible:!0},"application/dssc+der":{source:"iana",extensions:["dssc"]},"application/dssc+xml":{source:"iana",compressible:!0,extensions:["xdssc"]},"application/dvcs":{source:"iana"},"application/ecmascript":{source:"iana",compressible:!0,extensions:["es","ecma"]},"application/edi-consent":{source:"iana"},"application/edi-x12":{source:"iana",compressible:!1},"application/edifact":{source:"iana",compressible:!1},"application/efi":{source:"iana"},"application/elm+json":{source:"iana",charset:"UTF-8",compressible:!0},"application/elm+xml":{source:"iana",compressible:!0},"application/emergencycalldata.cap+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/emergencycalldata.comment+xml":{source:"iana",compressible:!0},"application/emergencycalldata.control+xml":{source:"iana",compressible:!0},"application/emergencycalldata.deviceinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.ecall.msd":{source:"iana"},"application/emergencycalldata.providerinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.serviceinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.subscriberinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.veds+xml":{source:"iana",compressible:!0},"application/emma+xml":{source:"iana",compressible:!0,extensions:["emma"]},"application/emotionml+xml":{source:"iana",compressible:!0,extensions:["emotionml"]},"application/encaprtp":{source:"iana"},"application/epp+xml":{source:"iana",compressible:!0},"application/epub+zip":{source:"iana",compressible:!1,extensions:["epub"]},"application/eshop":{source:"iana"},"application/exi":{source:"iana",extensions:["exi"]},"application/expect-ct-report+json":{source:"iana",compressible:!0},"application/express":{source:"iana",extensions:["exp"]},"application/fastinfoset":{source:"iana"},"application/fastsoap":{source:"iana"},"application/fdt+xml":{source:"iana",compressible:!0,extensions:["fdt"]},"application/fhir+json":{source:"iana",charset:"UTF-8",compressible:!0},"application/fhir+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/fido.trusted-apps+json":{compressible:!0},"application/fits":{source:"iana"},"application/flexfec":{source:"iana"},"application/font-sfnt":{source:"iana"},"application/font-tdpfr":{source:"iana",extensions:["pfr"]},"application/font-woff":{source:"iana",compressible:!1},"application/framework-attributes+xml":{source:"iana",compressible:!0},"application/geo+json":{source:"iana",compressible:!0,extensions:["geojson"]},"application/geo+json-seq":{source:"iana"},"application/geopackage+sqlite3":{source:"iana"},"application/geoxacml+xml":{source:"iana",compressible:!0},"application/gltf-buffer":{source:"iana"},"application/gml+xml":{source:"iana",compressible:!0,extensions:["gml"]},"application/gpx+xml":{source:"apache",compressible:!0,extensions:["gpx"]},"application/gxf":{source:"apache",extensions:["gxf"]},"application/gzip":{source:"iana",compressible:!1,extensions:["gz"]},"application/h224":{source:"iana"},"application/held+xml":{source:"iana",compressible:!0},"application/hjson":{extensions:["hjson"]},"application/http":{source:"iana"},"application/hyperstudio":{source:"iana",extensions:["stk"]},"application/ibe-key-request+xml":{source:"iana",compressible:!0},"application/ibe-pkg-reply+xml":{source:"iana",compressible:!0},"application/ibe-pp-data":{source:"iana"},"application/iges":{source:"iana"},"application/im-iscomposing+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/index":{source:"iana"},"application/index.cmd":{source:"iana"},"application/index.obj":{source:"iana"},"application/index.response":{source:"iana"},"application/index.vnd":{source:"iana"},"application/inkml+xml":{source:"iana",compressible:!0,extensions:["ink","inkml"]},"application/iotp":{source:"iana"},"application/ipfix":{source:"iana",extensions:["ipfix"]},"application/ipp":{source:"iana"},"application/isup":{source:"iana"},"application/its+xml":{source:"iana",compressible:!0,extensions:["its"]},"application/java-archive":{source:"apache",compressible:!1,extensions:["jar","war","ear"]},"application/java-serialized-object":{source:"apache",compressible:!1,extensions:["ser"]},"application/java-vm":{source:"apache",compressible:!1,extensions:["class"]},"application/javascript":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["js","mjs"]},"application/jf2feed+json":{source:"iana",compressible:!0},"application/jose":{source:"iana"},"application/jose+json":{source:"iana",compressible:!0},"application/jrd+json":{source:"iana",compressible:!0},"application/jscalendar+json":{source:"iana",compressible:!0},"application/json":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["json","map"]},"application/json-patch+json":{source:"iana",compressible:!0},"application/json-seq":{source:"iana"},"application/json5":{extensions:["json5"]},"application/jsonml+json":{source:"apache",compressible:!0,extensions:["jsonml"]},"application/jwk+json":{source:"iana",compressible:!0},"application/jwk-set+json":{source:"iana",compressible:!0},"application/jwt":{source:"iana"},"application/kpml-request+xml":{source:"iana",compressible:!0},"application/kpml-response+xml":{source:"iana",compressible:!0},"application/ld+json":{source:"iana",compressible:!0,extensions:["jsonld"]},"application/lgr+xml":{source:"iana",compressible:!0,extensions:["lgr"]},"application/link-format":{source:"iana"},"application/load-control+xml":{source:"iana",compressible:!0},"application/lost+xml":{source:"iana",compressible:!0,extensions:["lostxml"]},"application/lostsync+xml":{source:"iana",compressible:!0},"application/lpf+zip":{source:"iana",compressible:!1},"application/lxf":{source:"iana"},"application/mac-binhex40":{source:"iana",extensions:["hqx"]},"application/mac-compactpro":{source:"apache",extensions:["cpt"]},"application/macwriteii":{source:"iana"},"application/mads+xml":{source:"iana",compressible:!0,extensions:["mads"]},"application/manifest+json":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["webmanifest"]},"application/marc":{source:"iana",extensions:["mrc"]},"application/marcxml+xml":{source:"iana",compressible:!0,extensions:["mrcx"]},"application/mathematica":{source:"iana",extensions:["ma","nb","mb"]},"application/mathml+xml":{source:"iana",compressible:!0,extensions:["mathml"]},"application/mathml-content+xml":{source:"iana",compressible:!0},"application/mathml-presentation+xml":{source:"iana",compressible:!0},"application/mbms-associated-procedure-description+xml":{source:"iana",compressible:!0},"application/mbms-deregister+xml":{source:"iana",compressible:!0},"application/mbms-envelope+xml":{source:"iana",compressible:!0},"application/mbms-msk+xml":{source:"iana",compressible:!0},"application/mbms-msk-response+xml":{source:"iana",compressible:!0},"application/mbms-protection-description+xml":{source:"iana",compressible:!0},"application/mbms-reception-report+xml":{source:"iana",compressible:!0},"application/mbms-register+xml":{source:"iana",compressible:!0},"application/mbms-register-response+xml":{source:"iana",compressible:!0},"application/mbms-schedule+xml":{source:"iana",compressible:!0},"application/mbms-user-service-description+xml":{source:"iana",compressible:!0},"application/mbox":{source:"iana",extensions:["mbox"]},"application/media-policy-dataset+xml":{source:"iana",compressible:!0,extensions:["mpf"]},"application/media_control+xml":{source:"iana",compressible:!0},"application/mediaservercontrol+xml":{source:"iana",compressible:!0,extensions:["mscml"]},"application/merge-patch+json":{source:"iana",compressible:!0},"application/metalink+xml":{source:"apache",compressible:!0,extensions:["metalink"]},"application/metalink4+xml":{source:"iana",compressible:!0,extensions:["meta4"]},"application/mets+xml":{source:"iana",compressible:!0,extensions:["mets"]},"application/mf4":{source:"iana"},"application/mikey":{source:"iana"},"application/mipc":{source:"iana"},"application/missing-blocks+cbor-seq":{source:"iana"},"application/mmt-aei+xml":{source:"iana",compressible:!0,extensions:["maei"]},"application/mmt-usd+xml":{source:"iana",compressible:!0,extensions:["musd"]},"application/mods+xml":{source:"iana",compressible:!0,extensions:["mods"]},"application/moss-keys":{source:"iana"},"application/moss-signature":{source:"iana"},"application/mosskey-data":{source:"iana"},"application/mosskey-request":{source:"iana"},"application/mp21":{source:"iana",extensions:["m21","mp21"]},"application/mp4":{source:"iana",extensions:["mp4s","m4p"]},"application/mpeg4-generic":{source:"iana"},"application/mpeg4-iod":{source:"iana"},"application/mpeg4-iod-xmt":{source:"iana"},"application/mrb-consumer+xml":{source:"iana",compressible:!0},"application/mrb-publish+xml":{source:"iana",compressible:!0},"application/msc-ivr+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/msc-mixer+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/msword":{source:"iana",compressible:!1,extensions:["doc","dot"]},"application/mud+json":{source:"iana",compressible:!0},"application/multipart-core":{source:"iana"},"application/mxf":{source:"iana",extensions:["mxf"]},"application/n-quads":{source:"iana",extensions:["nq"]},"application/n-triples":{source:"iana",extensions:["nt"]},"application/nasdata":{source:"iana"},"application/news-checkgroups":{source:"iana",charset:"US-ASCII"},"application/news-groupinfo":{source:"iana",charset:"US-ASCII"},"application/news-transmission":{source:"iana"},"application/nlsml+xml":{source:"iana",compressible:!0},"application/node":{source:"iana",extensions:["cjs"]},"application/nss":{source:"iana"},"application/oauth-authz-req+jwt":{source:"iana"},"application/oblivious-dns-message":{source:"iana"},"application/ocsp-request":{source:"iana"},"application/ocsp-response":{source:"iana"},"application/octet-stream":{source:"iana",compressible:!1,extensions:["bin","dms","lrf","mar","so","dist","distz","pkg","bpk","dump","elc","deploy","exe","dll","deb","dmg","iso","img","msi","msp","msm","buffer"]},"application/oda":{source:"iana",extensions:["oda"]},"application/odm+xml":{source:"iana",compressible:!0},"application/odx":{source:"iana"},"application/oebps-package+xml":{source:"iana",compressible:!0,extensions:["opf"]},"application/ogg":{source:"iana",compressible:!1,extensions:["ogx"]},"application/omdoc+xml":{source:"apache",compressible:!0,extensions:["omdoc"]},"application/onenote":{source:"apache",extensions:["onetoc","onetoc2","onetmp","onepkg"]},"application/opc-nodeset+xml":{source:"iana",compressible:!0},"application/oscore":{source:"iana"},"application/oxps":{source:"iana",extensions:["oxps"]},"application/p21":{source:"iana"},"application/p21+zip":{source:"iana",compressible:!1},"application/p2p-overlay+xml":{source:"iana",compressible:!0,extensions:["relo"]},"application/parityfec":{source:"iana"},"application/passport":{source:"iana"},"application/patch-ops-error+xml":{source:"iana",compressible:!0,extensions:["xer"]},"application/pdf":{source:"iana",compressible:!1,extensions:["pdf"]},"application/pdx":{source:"iana"},"application/pem-certificate-chain":{source:"iana"},"application/pgp-encrypted":{source:"iana",compressible:!1,extensions:["pgp"]},"application/pgp-keys":{source:"iana",extensions:["asc"]},"application/pgp-signature":{source:"iana",extensions:["asc","sig"]},"application/pics-rules":{source:"apache",extensions:["prf"]},"application/pidf+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/pidf-diff+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/pkcs10":{source:"iana",extensions:["p10"]},"application/pkcs12":{source:"iana"},"application/pkcs7-mime":{source:"iana",extensions:["p7m","p7c"]},"application/pkcs7-signature":{source:"iana",extensions:["p7s"]},"application/pkcs8":{source:"iana",extensions:["p8"]},"application/pkcs8-encrypted":{source:"iana"},"application/pkix-attr-cert":{source:"iana",extensions:["ac"]},"application/pkix-cert":{source:"iana",extensions:["cer"]},"application/pkix-crl":{source:"iana",extensions:["crl"]},"application/pkix-pkipath":{source:"iana",extensions:["pkipath"]},"application/pkixcmp":{source:"iana",extensions:["pki"]},"application/pls+xml":{source:"iana",compressible:!0,extensions:["pls"]},"application/poc-settings+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/postscript":{source:"iana",compressible:!0,extensions:["ai","eps","ps"]},"application/ppsp-tracker+json":{source:"iana",compressible:!0},"application/problem+json":{source:"iana",compressible:!0},"application/problem+xml":{source:"iana",compressible:!0},"application/provenance+xml":{source:"iana",compressible:!0,extensions:["provx"]},"application/prs.alvestrand.titrax-sheet":{source:"iana"},"application/prs.cww":{source:"iana",extensions:["cww"]},"application/prs.cyn":{source:"iana",charset:"7-BIT"},"application/prs.hpub+zip":{source:"iana",compressible:!1},"application/prs.nprend":{source:"iana"},"application/prs.plucker":{source:"iana"},"application/prs.rdf-xml-crypt":{source:"iana"},"application/prs.xsf+xml":{source:"iana",compressible:!0},"application/pskc+xml":{source:"iana",compressible:!0,extensions:["pskcxml"]},"application/pvd+json":{source:"iana",compressible:!0},"application/qsig":{source:"iana"},"application/raml+yaml":{compressible:!0,extensions:["raml"]},"application/raptorfec":{source:"iana"},"application/rdap+json":{source:"iana",compressible:!0},"application/rdf+xml":{source:"iana",compressible:!0,extensions:["rdf","owl"]},"application/reginfo+xml":{source:"iana",compressible:!0,extensions:["rif"]},"application/relax-ng-compact-syntax":{source:"iana",extensions:["rnc"]},"application/remote-printing":{source:"iana"},"application/reputon+json":{source:"iana",compressible:!0},"application/resource-lists+xml":{source:"iana",compressible:!0,extensions:["rl"]},"application/resource-lists-diff+xml":{source:"iana",compressible:!0,extensions:["rld"]},"application/rfc+xml":{source:"iana",compressible:!0},"application/riscos":{source:"iana"},"application/rlmi+xml":{source:"iana",compressible:!0},"application/rls-services+xml":{source:"iana",compressible:!0,extensions:["rs"]},"application/route-apd+xml":{source:"iana",compressible:!0,extensions:["rapd"]},"application/route-s-tsid+xml":{source:"iana",compressible:!0,extensions:["sls"]},"application/route-usd+xml":{source:"iana",compressible:!0,extensions:["rusd"]},"application/rpki-ghostbusters":{source:"iana",extensions:["gbr"]},"application/rpki-manifest":{source:"iana",extensions:["mft"]},"application/rpki-publication":{source:"iana"},"application/rpki-roa":{source:"iana",extensions:["roa"]},"application/rpki-updown":{source:"iana"},"application/rsd+xml":{source:"apache",compressible:!0,extensions:["rsd"]},"application/rss+xml":{source:"apache",compressible:!0,extensions:["rss"]},"application/rtf":{source:"iana",compressible:!0,extensions:["rtf"]},"application/rtploopback":{source:"iana"},"application/rtx":{source:"iana"},"application/samlassertion+xml":{source:"iana",compressible:!0},"application/samlmetadata+xml":{source:"iana",compressible:!0},"application/sarif+json":{source:"iana",compressible:!0},"application/sarif-external-properties+json":{source:"iana",compressible:!0},"application/sbe":{source:"iana"},"application/sbml+xml":{source:"iana",compressible:!0,extensions:["sbml"]},"application/scaip+xml":{source:"iana",compressible:!0},"application/scim+json":{source:"iana",compressible:!0},"application/scvp-cv-request":{source:"iana",extensions:["scq"]},"application/scvp-cv-response":{source:"iana",extensions:["scs"]},"application/scvp-vp-request":{source:"iana",extensions:["spq"]},"application/scvp-vp-response":{source:"iana",extensions:["spp"]},"application/sdp":{source:"iana",extensions:["sdp"]},"application/secevent+jwt":{source:"iana"},"application/senml+cbor":{source:"iana"},"application/senml+json":{source:"iana",compressible:!0},"application/senml+xml":{source:"iana",compressible:!0,extensions:["senmlx"]},"application/senml-etch+cbor":{source:"iana"},"application/senml-etch+json":{source:"iana",compressible:!0},"application/senml-exi":{source:"iana"},"application/sensml+cbor":{source:"iana"},"application/sensml+json":{source:"iana",compressible:!0},"application/sensml+xml":{source:"iana",compressible:!0,extensions:["sensmlx"]},"application/sensml-exi":{source:"iana"},"application/sep+xml":{source:"iana",compressible:!0},"application/sep-exi":{source:"iana"},"application/session-info":{source:"iana"},"application/set-payment":{source:"iana"},"application/set-payment-initiation":{source:"iana",extensions:["setpay"]},"application/set-registration":{source:"iana"},"application/set-registration-initiation":{source:"iana",extensions:["setreg"]},"application/sgml":{source:"iana"},"application/sgml-open-catalog":{source:"iana"},"application/shf+xml":{source:"iana",compressible:!0,extensions:["shf"]},"application/sieve":{source:"iana",extensions:["siv","sieve"]},"application/simple-filter+xml":{source:"iana",compressible:!0},"application/simple-message-summary":{source:"iana"},"application/simplesymbolcontainer":{source:"iana"},"application/sipc":{source:"iana"},"application/slate":{source:"iana"},"application/smil":{source:"iana"},"application/smil+xml":{source:"iana",compressible:!0,extensions:["smi","smil"]},"application/smpte336m":{source:"iana"},"application/soap+fastinfoset":{source:"iana"},"application/soap+xml":{source:"iana",compressible:!0},"application/sparql-query":{source:"iana",extensions:["rq"]},"application/sparql-results+xml":{source:"iana",compressible:!0,extensions:["srx"]},"application/spdx+json":{source:"iana",compressible:!0},"application/spirits-event+xml":{source:"iana",compressible:!0},"application/sql":{source:"iana"},"application/srgs":{source:"iana",extensions:["gram"]},"application/srgs+xml":{source:"iana",compressible:!0,extensions:["grxml"]},"application/sru+xml":{source:"iana",compressible:!0,extensions:["sru"]},"application/ssdl+xml":{source:"apache",compressible:!0,extensions:["ssdl"]},"application/ssml+xml":{source:"iana",compressible:!0,extensions:["ssml"]},"application/stix+json":{source:"iana",compressible:!0},"application/swid+xml":{source:"iana",compressible:!0,extensions:["swidtag"]},"application/tamp-apex-update":{source:"iana"},"application/tamp-apex-update-confirm":{source:"iana"},"application/tamp-community-update":{source:"iana"},"application/tamp-community-update-confirm":{source:"iana"},"application/tamp-error":{source:"iana"},"application/tamp-sequence-adjust":{source:"iana"},"application/tamp-sequence-adjust-confirm":{source:"iana"},"application/tamp-status-query":{source:"iana"},"application/tamp-status-response":{source:"iana"},"application/tamp-update":{source:"iana"},"application/tamp-update-confirm":{source:"iana"},"application/tar":{compressible:!0},"application/taxii+json":{source:"iana",compressible:!0},"application/td+json":{source:"iana",compressible:!0},"application/tei+xml":{source:"iana",compressible:!0,extensions:["tei","teicorpus"]},"application/tetra_isi":{source:"iana"},"application/thraud+xml":{source:"iana",compressible:!0,extensions:["tfi"]},"application/timestamp-query":{source:"iana"},"application/timestamp-reply":{source:"iana"},"application/timestamped-data":{source:"iana",extensions:["tsd"]},"application/tlsrpt+gzip":{source:"iana"},"application/tlsrpt+json":{source:"iana",compressible:!0},"application/tnauthlist":{source:"iana"},"application/token-introspection+jwt":{source:"iana"},"application/toml":{compressible:!0,extensions:["toml"]},"application/trickle-ice-sdpfrag":{source:"iana"},"application/trig":{source:"iana",extensions:["trig"]},"application/ttml+xml":{source:"iana",compressible:!0,extensions:["ttml"]},"application/tve-trigger":{source:"iana"},"application/tzif":{source:"iana"},"application/tzif-leap":{source:"iana"},"application/ubjson":{compressible:!1,extensions:["ubj"]},"application/ulpfec":{source:"iana"},"application/urc-grpsheet+xml":{source:"iana",compressible:!0},"application/urc-ressheet+xml":{source:"iana",compressible:!0,extensions:["rsheet"]},"application/urc-targetdesc+xml":{source:"iana",compressible:!0,extensions:["td"]},"application/urc-uisocketdesc+xml":{source:"iana",compressible:!0},"application/vcard+json":{source:"iana",compressible:!0},"application/vcard+xml":{source:"iana",compressible:!0},"application/vemmi":{source:"iana"},"application/vividence.scriptfile":{source:"apache"},"application/vnd.1000minds.decision-model+xml":{source:"iana",compressible:!0,extensions:["1km"]},"application/vnd.3gpp-prose+xml":{source:"iana",compressible:!0},"application/vnd.3gpp-prose-pc3ch+xml":{source:"iana",compressible:!0},"application/vnd.3gpp-v2x-local-service-information":{source:"iana"},"application/vnd.3gpp.5gnas":{source:"iana"},"application/vnd.3gpp.access-transfer-events+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.bsf+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.gmop+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.gtpc":{source:"iana"},"application/vnd.3gpp.interworking-data":{source:"iana"},"application/vnd.3gpp.lpp":{source:"iana"},"application/vnd.3gpp.mc-signalling-ear":{source:"iana"},"application/vnd.3gpp.mcdata-affiliation-command+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-payload":{source:"iana"},"application/vnd.3gpp.mcdata-service-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-signalling":{source:"iana"},"application/vnd.3gpp.mcdata-ue-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-user-profile+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-affiliation-command+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-floor-request+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-location-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-mbms-usage-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-service-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-signed+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-ue-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-ue-init-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-user-profile+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-affiliation-command+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-affiliation-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-location-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-mbms-usage-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-service-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-transmission-request+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-ue-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-user-profile+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mid-call+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.ngap":{source:"iana"},"application/vnd.3gpp.pfcp":{source:"iana"},"application/vnd.3gpp.pic-bw-large":{source:"iana",extensions:["plb"]},"application/vnd.3gpp.pic-bw-small":{source:"iana",extensions:["psb"]},"application/vnd.3gpp.pic-bw-var":{source:"iana",extensions:["pvb"]},"application/vnd.3gpp.s1ap":{source:"iana"},"application/vnd.3gpp.sms":{source:"iana"},"application/vnd.3gpp.sms+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.srvcc-ext+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.srvcc-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.state-and-event-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.ussd+xml":{source:"iana",compressible:!0},"application/vnd.3gpp2.bcmcsinfo+xml":{source:"iana",compressible:!0},"application/vnd.3gpp2.sms":{source:"iana"},"application/vnd.3gpp2.tcap":{source:"iana",extensions:["tcap"]},"application/vnd.3lightssoftware.imagescal":{source:"iana"},"application/vnd.3m.post-it-notes":{source:"iana",extensions:["pwn"]},"application/vnd.accpac.simply.aso":{source:"iana",extensions:["aso"]},"application/vnd.accpac.simply.imp":{source:"iana",extensions:["imp"]},"application/vnd.acucobol":{source:"iana",extensions:["acu"]},"application/vnd.acucorp":{source:"iana",extensions:["atc","acutc"]},"application/vnd.adobe.air-application-installer-package+zip":{source:"apache",compressible:!1,extensions:["air"]},"application/vnd.adobe.flash.movie":{source:"iana"},"application/vnd.adobe.formscentral.fcdt":{source:"iana",extensions:["fcdt"]},"application/vnd.adobe.fxp":{source:"iana",extensions:["fxp","fxpl"]},"application/vnd.adobe.partial-upload":{source:"iana"},"application/vnd.adobe.xdp+xml":{source:"iana",compressible:!0,extensions:["xdp"]},"application/vnd.adobe.xfdf":{source:"iana",extensions:["xfdf"]},"application/vnd.aether.imp":{source:"iana"},"application/vnd.afpc.afplinedata":{source:"iana"},"application/vnd.afpc.afplinedata-pagedef":{source:"iana"},"application/vnd.afpc.cmoca-cmresource":{source:"iana"},"application/vnd.afpc.foca-charset":{source:"iana"},"application/vnd.afpc.foca-codedfont":{source:"iana"},"application/vnd.afpc.foca-codepage":{source:"iana"},"application/vnd.afpc.modca":{source:"iana"},"application/vnd.afpc.modca-cmtable":{source:"iana"},"application/vnd.afpc.modca-formdef":{source:"iana"},"application/vnd.afpc.modca-mediummap":{source:"iana"},"application/vnd.afpc.modca-objectcontainer":{source:"iana"},"application/vnd.afpc.modca-overlay":{source:"iana"},"application/vnd.afpc.modca-pagesegment":{source:"iana"},"application/vnd.age":{source:"iana",extensions:["age"]},"application/vnd.ah-barcode":{source:"iana"},"application/vnd.ahead.space":{source:"iana",extensions:["ahead"]},"application/vnd.airzip.filesecure.azf":{source:"iana",extensions:["azf"]},"application/vnd.airzip.filesecure.azs":{source:"iana",extensions:["azs"]},"application/vnd.amadeus+json":{source:"iana",compressible:!0},"application/vnd.amazon.ebook":{source:"apache",extensions:["azw"]},"application/vnd.amazon.mobi8-ebook":{source:"iana"},"application/vnd.americandynamics.acc":{source:"iana",extensions:["acc"]},"application/vnd.amiga.ami":{source:"iana",extensions:["ami"]},"application/vnd.amundsen.maze+xml":{source:"iana",compressible:!0},"application/vnd.android.ota":{source:"iana"},"application/vnd.android.package-archive":{source:"apache",compressible:!1,extensions:["apk"]},"application/vnd.anki":{source:"iana"},"application/vnd.anser-web-certificate-issue-initiation":{source:"iana",extensions:["cii"]},"application/vnd.anser-web-funds-transfer-initiation":{source:"apache",extensions:["fti"]},"application/vnd.antix.game-component":{source:"iana",extensions:["atx"]},"application/vnd.apache.arrow.file":{source:"iana"},"application/vnd.apache.arrow.stream":{source:"iana"},"application/vnd.apache.thrift.binary":{source:"iana"},"application/vnd.apache.thrift.compact":{source:"iana"},"application/vnd.apache.thrift.json":{source:"iana"},"application/vnd.api+json":{source:"iana",compressible:!0},"application/vnd.aplextor.warrp+json":{source:"iana",compressible:!0},"application/vnd.apothekende.reservation+json":{source:"iana",compressible:!0},"application/vnd.apple.installer+xml":{source:"iana",compressible:!0,extensions:["mpkg"]},"application/vnd.apple.keynote":{source:"iana",extensions:["key"]},"application/vnd.apple.mpegurl":{source:"iana",extensions:["m3u8"]},"application/vnd.apple.numbers":{source:"iana",extensions:["numbers"]},"application/vnd.apple.pages":{source:"iana",extensions:["pages"]},"application/vnd.apple.pkpass":{compressible:!1,extensions:["pkpass"]},"application/vnd.arastra.swi":{source:"iana"},"application/vnd.aristanetworks.swi":{source:"iana",extensions:["swi"]},"application/vnd.artisan+json":{source:"iana",compressible:!0},"application/vnd.artsquare":{source:"iana"},"application/vnd.astraea-software.iota":{source:"iana",extensions:["iota"]},"application/vnd.audiograph":{source:"iana",extensions:["aep"]},"application/vnd.autopackage":{source:"iana"},"application/vnd.avalon+json":{source:"iana",compressible:!0},"application/vnd.avistar+xml":{source:"iana",compressible:!0},"application/vnd.balsamiq.bmml+xml":{source:"iana",compressible:!0,extensions:["bmml"]},"application/vnd.balsamiq.bmpr":{source:"iana"},"application/vnd.banana-accounting":{source:"iana"},"application/vnd.bbf.usp.error":{source:"iana"},"application/vnd.bbf.usp.msg":{source:"iana"},"application/vnd.bbf.usp.msg+json":{source:"iana",compressible:!0},"application/vnd.bekitzur-stech+json":{source:"iana",compressible:!0},"application/vnd.bint.med-content":{source:"iana"},"application/vnd.biopax.rdf+xml":{source:"iana",compressible:!0},"application/vnd.blink-idb-value-wrapper":{source:"iana"},"application/vnd.blueice.multipass":{source:"iana",extensions:["mpm"]},"application/vnd.bluetooth.ep.oob":{source:"iana"},"application/vnd.bluetooth.le.oob":{source:"iana"},"application/vnd.bmi":{source:"iana",extensions:["bmi"]},"application/vnd.bpf":{source:"iana"},"application/vnd.bpf3":{source:"iana"},"application/vnd.businessobjects":{source:"iana",extensions:["rep"]},"application/vnd.byu.uapi+json":{source:"iana",compressible:!0},"application/vnd.cab-jscript":{source:"iana"},"application/vnd.canon-cpdl":{source:"iana"},"application/vnd.canon-lips":{source:"iana"},"application/vnd.capasystems-pg+json":{source:"iana",compressible:!0},"application/vnd.cendio.thinlinc.clientconf":{source:"iana"},"application/vnd.century-systems.tcp_stream":{source:"iana"},"application/vnd.chemdraw+xml":{source:"iana",compressible:!0,extensions:["cdxml"]},"application/vnd.chess-pgn":{source:"iana"},"application/vnd.chipnuts.karaoke-mmd":{source:"iana",extensions:["mmd"]},"application/vnd.ciedi":{source:"iana"},"application/vnd.cinderella":{source:"iana",extensions:["cdy"]},"application/vnd.cirpack.isdn-ext":{source:"iana"},"application/vnd.citationstyles.style+xml":{source:"iana",compressible:!0,extensions:["csl"]},"application/vnd.claymore":{source:"iana",extensions:["cla"]},"application/vnd.cloanto.rp9":{source:"iana",extensions:["rp9"]},"application/vnd.clonk.c4group":{source:"iana",extensions:["c4g","c4d","c4f","c4p","c4u"]},"application/vnd.cluetrust.cartomobile-config":{source:"iana",extensions:["c11amc"]},"application/vnd.cluetrust.cartomobile-config-pkg":{source:"iana",extensions:["c11amz"]},"application/vnd.coffeescript":{source:"iana"},"application/vnd.collabio.xodocuments.document":{source:"iana"},"application/vnd.collabio.xodocuments.document-template":{source:"iana"},"application/vnd.collabio.xodocuments.presentation":{source:"iana"},"application/vnd.collabio.xodocuments.presentation-template":{source:"iana"},"application/vnd.collabio.xodocuments.spreadsheet":{source:"iana"},"application/vnd.collabio.xodocuments.spreadsheet-template":{source:"iana"},"application/vnd.collection+json":{source:"iana",compressible:!0},"application/vnd.collection.doc+json":{source:"iana",compressible:!0},"application/vnd.collection.next+json":{source:"iana",compressible:!0},"application/vnd.comicbook+zip":{source:"iana",compressible:!1},"application/vnd.comicbook-rar":{source:"iana"},"application/vnd.commerce-battelle":{source:"iana"},"application/vnd.commonspace":{source:"iana",extensions:["csp"]},"application/vnd.contact.cmsg":{source:"iana",extensions:["cdbcmsg"]},"application/vnd.coreos.ignition+json":{source:"iana",compressible:!0},"application/vnd.cosmocaller":{source:"iana",extensions:["cmc"]},"application/vnd.crick.clicker":{source:"iana",extensions:["clkx"]},"application/vnd.crick.clicker.keyboard":{source:"iana",extensions:["clkk"]},"application/vnd.crick.clicker.palette":{source:"iana",extensions:["clkp"]},"application/vnd.crick.clicker.template":{source:"iana",extensions:["clkt"]},"application/vnd.crick.clicker.wordbank":{source:"iana",extensions:["clkw"]},"application/vnd.criticaltools.wbs+xml":{source:"iana",compressible:!0,extensions:["wbs"]},"application/vnd.cryptii.pipe+json":{source:"iana",compressible:!0},"application/vnd.crypto-shade-file":{source:"iana"},"application/vnd.cryptomator.encrypted":{source:"iana"},"application/vnd.cryptomator.vault":{source:"iana"},"application/vnd.ctc-posml":{source:"iana",extensions:["pml"]},"application/vnd.ctct.ws+xml":{source:"iana",compressible:!0},"application/vnd.cups-pdf":{source:"iana"},"application/vnd.cups-postscript":{source:"iana"},"application/vnd.cups-ppd":{source:"iana",extensions:["ppd"]},"application/vnd.cups-raster":{source:"iana"},"application/vnd.cups-raw":{source:"iana"},"application/vnd.curl":{source:"iana"},"application/vnd.curl.car":{source:"apache",extensions:["car"]},"application/vnd.curl.pcurl":{source:"apache",extensions:["pcurl"]},"application/vnd.cyan.dean.root+xml":{source:"iana",compressible:!0},"application/vnd.cybank":{source:"iana"},"application/vnd.cyclonedx+json":{source:"iana",compressible:!0},"application/vnd.cyclonedx+xml":{source:"iana",compressible:!0},"application/vnd.d2l.coursepackage1p0+zip":{source:"iana",compressible:!1},"application/vnd.d3m-dataset":{source:"iana"},"application/vnd.d3m-problem":{source:"iana"},"application/vnd.dart":{source:"iana",compressible:!0,extensions:["dart"]},"application/vnd.data-vision.rdz":{source:"iana",extensions:["rdz"]},"application/vnd.datapackage+json":{source:"iana",compressible:!0},"application/vnd.dataresource+json":{source:"iana",compressible:!0},"application/vnd.dbf":{source:"iana",extensions:["dbf"]},"application/vnd.debian.binary-package":{source:"iana"},"application/vnd.dece.data":{source:"iana",extensions:["uvf","uvvf","uvd","uvvd"]},"application/vnd.dece.ttml+xml":{source:"iana",compressible:!0,extensions:["uvt","uvvt"]},"application/vnd.dece.unspecified":{source:"iana",extensions:["uvx","uvvx"]},"application/vnd.dece.zip":{source:"iana",extensions:["uvz","uvvz"]},"application/vnd.denovo.fcselayout-link":{source:"iana",extensions:["fe_launch"]},"application/vnd.desmume.movie":{source:"iana"},"application/vnd.dir-bi.plate-dl-nosuffix":{source:"iana"},"application/vnd.dm.delegation+xml":{source:"iana",compressible:!0},"application/vnd.dna":{source:"iana",extensions:["dna"]},"application/vnd.document+json":{source:"iana",compressible:!0},"application/vnd.dolby.mlp":{source:"apache",extensions:["mlp"]},"application/vnd.dolby.mobile.1":{source:"iana"},"application/vnd.dolby.mobile.2":{source:"iana"},"application/vnd.doremir.scorecloud-binary-document":{source:"iana"},"application/vnd.dpgraph":{source:"iana",extensions:["dpg"]},"application/vnd.dreamfactory":{source:"iana",extensions:["dfac"]},"application/vnd.drive+json":{source:"iana",compressible:!0},"application/vnd.ds-keypoint":{source:"apache",extensions:["kpxx"]},"application/vnd.dtg.local":{source:"iana"},"application/vnd.dtg.local.flash":{source:"iana"},"application/vnd.dtg.local.html":{source:"iana"},"application/vnd.dvb.ait":{source:"iana",extensions:["ait"]},"application/vnd.dvb.dvbisl+xml":{source:"iana",compressible:!0},"application/vnd.dvb.dvbj":{source:"iana"},"application/vnd.dvb.esgcontainer":{source:"iana"},"application/vnd.dvb.ipdcdftnotifaccess":{source:"iana"},"application/vnd.dvb.ipdcesgaccess":{source:"iana"},"application/vnd.dvb.ipdcesgaccess2":{source:"iana"},"application/vnd.dvb.ipdcesgpdd":{source:"iana"},"application/vnd.dvb.ipdcroaming":{source:"iana"},"application/vnd.dvb.iptv.alfec-base":{source:"iana"},"application/vnd.dvb.iptv.alfec-enhancement":{source:"iana"},"application/vnd.dvb.notif-aggregate-root+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-container+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-generic+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-ia-msglist+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-ia-registration-request+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-ia-registration-response+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-init+xml":{source:"iana",compressible:!0},"application/vnd.dvb.pfr":{source:"iana"},"application/vnd.dvb.service":{source:"iana",extensions:["svc"]},"application/vnd.dxr":{source:"iana"},"application/vnd.dynageo":{source:"iana",extensions:["geo"]},"application/vnd.dzr":{source:"iana"},"application/vnd.easykaraoke.cdgdownload":{source:"iana"},"application/vnd.ecdis-update":{source:"iana"},"application/vnd.ecip.rlp":{source:"iana"},"application/vnd.eclipse.ditto+json":{source:"iana",compressible:!0},"application/vnd.ecowin.chart":{source:"iana",extensions:["mag"]},"application/vnd.ecowin.filerequest":{source:"iana"},"application/vnd.ecowin.fileupdate":{source:"iana"},"application/vnd.ecowin.series":{source:"iana"},"application/vnd.ecowin.seriesrequest":{source:"iana"},"application/vnd.ecowin.seriesupdate":{source:"iana"},"application/vnd.efi.img":{source:"iana"},"application/vnd.efi.iso":{source:"iana"},"application/vnd.emclient.accessrequest+xml":{source:"iana",compressible:!0},"application/vnd.enliven":{source:"iana",extensions:["nml"]},"application/vnd.enphase.envoy":{source:"iana"},"application/vnd.eprints.data+xml":{source:"iana",compressible:!0},"application/vnd.epson.esf":{source:"iana",extensions:["esf"]},"application/vnd.epson.msf":{source:"iana",extensions:["msf"]},"application/vnd.epson.quickanime":{source:"iana",extensions:["qam"]},"application/vnd.epson.salt":{source:"iana",extensions:["slt"]},"application/vnd.epson.ssf":{source:"iana",extensions:["ssf"]},"application/vnd.ericsson.quickcall":{source:"iana"},"application/vnd.espass-espass+zip":{source:"iana",compressible:!1},"application/vnd.eszigno3+xml":{source:"iana",compressible:!0,extensions:["es3","et3"]},"application/vnd.etsi.aoc+xml":{source:"iana",compressible:!0},"application/vnd.etsi.asic-e+zip":{source:"iana",compressible:!1},"application/vnd.etsi.asic-s+zip":{source:"iana",compressible:!1},"application/vnd.etsi.cug+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvcommand+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvdiscovery+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvprofile+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsad-bc+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsad-cod+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsad-npvr+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvservice+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsync+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvueprofile+xml":{source:"iana",compressible:!0},"application/vnd.etsi.mcid+xml":{source:"iana",compressible:!0},"application/vnd.etsi.mheg5":{source:"iana"},"application/vnd.etsi.overload-control-policy-dataset+xml":{source:"iana",compressible:!0},"application/vnd.etsi.pstn+xml":{source:"iana",compressible:!0},"application/vnd.etsi.sci+xml":{source:"iana",compressible:!0},"application/vnd.etsi.simservs+xml":{source:"iana",compressible:!0},"application/vnd.etsi.timestamp-token":{source:"iana"},"application/vnd.etsi.tsl+xml":{source:"iana",compressible:!0},"application/vnd.etsi.tsl.der":{source:"iana"},"application/vnd.eu.kasparian.car+json":{source:"iana",compressible:!0},"application/vnd.eudora.data":{source:"iana"},"application/vnd.evolv.ecig.profile":{source:"iana"},"application/vnd.evolv.ecig.settings":{source:"iana"},"application/vnd.evolv.ecig.theme":{source:"iana"},"application/vnd.exstream-empower+zip":{source:"iana",compressible:!1},"application/vnd.exstream-package":{source:"iana"},"application/vnd.ezpix-album":{source:"iana",extensions:["ez2"]},"application/vnd.ezpix-package":{source:"iana",extensions:["ez3"]},"application/vnd.f-secure.mobile":{source:"iana"},"application/vnd.familysearch.gedcom+zip":{source:"iana",compressible:!1},"application/vnd.fastcopy-disk-image":{source:"iana"},"application/vnd.fdf":{source:"iana",extensions:["fdf"]},"application/vnd.fdsn.mseed":{source:"iana",extensions:["mseed"]},"application/vnd.fdsn.seed":{source:"iana",extensions:["seed","dataless"]},"application/vnd.ffsns":{source:"iana"},"application/vnd.ficlab.flb+zip":{source:"iana",compressible:!1},"application/vnd.filmit.zfc":{source:"iana"},"application/vnd.fints":{source:"iana"},"application/vnd.firemonkeys.cloudcell":{source:"iana"},"application/vnd.flographit":{source:"iana",extensions:["gph"]},"application/vnd.fluxtime.clip":{source:"iana",extensions:["ftc"]},"application/vnd.font-fontforge-sfd":{source:"iana"},"application/vnd.framemaker":{source:"iana",extensions:["fm","frame","maker","book"]},"application/vnd.frogans.fnc":{source:"iana",extensions:["fnc"]},"application/vnd.frogans.ltf":{source:"iana",extensions:["ltf"]},"application/vnd.fsc.weblaunch":{source:"iana",extensions:["fsc"]},"application/vnd.fujifilm.fb.docuworks":{source:"iana"},"application/vnd.fujifilm.fb.docuworks.binder":{source:"iana"},"application/vnd.fujifilm.fb.docuworks.container":{source:"iana"},"application/vnd.fujifilm.fb.jfi+xml":{source:"iana",compressible:!0},"application/vnd.fujitsu.oasys":{source:"iana",extensions:["oas"]},"application/vnd.fujitsu.oasys2":{source:"iana",extensions:["oa2"]},"application/vnd.fujitsu.oasys3":{source:"iana",extensions:["oa3"]},"application/vnd.fujitsu.oasysgp":{source:"iana",extensions:["fg5"]},"application/vnd.fujitsu.oasysprs":{source:"iana",extensions:["bh2"]},"application/vnd.fujixerox.art-ex":{source:"iana"},"application/vnd.fujixerox.art4":{source:"iana"},"application/vnd.fujixerox.ddd":{source:"iana",extensions:["ddd"]},"application/vnd.fujixerox.docuworks":{source:"iana",extensions:["xdw"]},"application/vnd.fujixerox.docuworks.binder":{source:"iana",extensions:["xbd"]},"application/vnd.fujixerox.docuworks.container":{source:"iana"},"application/vnd.fujixerox.hbpl":{source:"iana"},"application/vnd.fut-misnet":{source:"iana"},"application/vnd.futoin+cbor":{source:"iana"},"application/vnd.futoin+json":{source:"iana",compressible:!0},"application/vnd.fuzzysheet":{source:"iana",extensions:["fzs"]},"application/vnd.genomatix.tuxedo":{source:"iana",extensions:["txd"]},"application/vnd.gentics.grd+json":{source:"iana",compressible:!0},"application/vnd.geo+json":{source:"iana",compressible:!0},"application/vnd.geocube+xml":{source:"iana",compressible:!0},"application/vnd.geogebra.file":{source:"iana",extensions:["ggb"]},"application/vnd.geogebra.slides":{source:"iana"},"application/vnd.geogebra.tool":{source:"iana",extensions:["ggt"]},"application/vnd.geometry-explorer":{source:"iana",extensions:["gex","gre"]},"application/vnd.geonext":{source:"iana",extensions:["gxt"]},"application/vnd.geoplan":{source:"iana",extensions:["g2w"]},"application/vnd.geospace":{source:"iana",extensions:["g3w"]},"application/vnd.gerber":{source:"iana"},"application/vnd.globalplatform.card-content-mgt":{source:"iana"},"application/vnd.globalplatform.card-content-mgt-response":{source:"iana"},"application/vnd.gmx":{source:"iana",extensions:["gmx"]},"application/vnd.google-apps.document":{compressible:!1,extensions:["gdoc"]},"application/vnd.google-apps.presentation":{compressible:!1,extensions:["gslides"]},"application/vnd.google-apps.spreadsheet":{compressible:!1,extensions:["gsheet"]},"application/vnd.google-earth.kml+xml":{source:"iana",compressible:!0,extensions:["kml"]},"application/vnd.google-earth.kmz":{source:"iana",compressible:!1,extensions:["kmz"]},"application/vnd.gov.sk.e-form+xml":{source:"iana",compressible:!0},"application/vnd.gov.sk.e-form+zip":{source:"iana",compressible:!1},"application/vnd.gov.sk.xmldatacontainer+xml":{source:"iana",compressible:!0},"application/vnd.grafeq":{source:"iana",extensions:["gqf","gqs"]},"application/vnd.gridmp":{source:"iana"},"application/vnd.groove-account":{source:"iana",extensions:["gac"]},"application/vnd.groove-help":{source:"iana",extensions:["ghf"]},"application/vnd.groove-identity-message":{source:"iana",extensions:["gim"]},"application/vnd.groove-injector":{source:"iana",extensions:["grv"]},"application/vnd.groove-tool-message":{source:"iana",extensions:["gtm"]},"application/vnd.groove-tool-template":{source:"iana",extensions:["tpl"]},"application/vnd.groove-vcard":{source:"iana",extensions:["vcg"]},"application/vnd.hal+json":{source:"iana",compressible:!0},"application/vnd.hal+xml":{source:"iana",compressible:!0,extensions:["hal"]},"application/vnd.handheld-entertainment+xml":{source:"iana",compressible:!0,extensions:["zmm"]},"application/vnd.hbci":{source:"iana",extensions:["hbci"]},"application/vnd.hc+json":{source:"iana",compressible:!0},"application/vnd.hcl-bireports":{source:"iana"},"application/vnd.hdt":{source:"iana"},"application/vnd.heroku+json":{source:"iana",compressible:!0},"application/vnd.hhe.lesson-player":{source:"iana",extensions:["les"]},"application/vnd.hl7cda+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.hl7v2+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.hp-hpgl":{source:"iana",extensions:["hpgl"]},"application/vnd.hp-hpid":{source:"iana",extensions:["hpid"]},"application/vnd.hp-hps":{source:"iana",extensions:["hps"]},"application/vnd.hp-jlyt":{source:"iana",extensions:["jlt"]},"application/vnd.hp-pcl":{source:"iana",extensions:["pcl"]},"application/vnd.hp-pclxl":{source:"iana",extensions:["pclxl"]},"application/vnd.httphone":{source:"iana"},"application/vnd.hydrostatix.sof-data":{source:"iana",extensions:["sfd-hdstx"]},"application/vnd.hyper+json":{source:"iana",compressible:!0},"application/vnd.hyper-item+json":{source:"iana",compressible:!0},"application/vnd.hyperdrive+json":{source:"iana",compressible:!0},"application/vnd.hzn-3d-crossword":{source:"iana"},"application/vnd.ibm.afplinedata":{source:"iana"},"application/vnd.ibm.electronic-media":{source:"iana"},"application/vnd.ibm.minipay":{source:"iana",extensions:["mpy"]},"application/vnd.ibm.modcap":{source:"iana",extensions:["afp","listafp","list3820"]},"application/vnd.ibm.rights-management":{source:"iana",extensions:["irm"]},"application/vnd.ibm.secure-container":{source:"iana",extensions:["sc"]},"application/vnd.iccprofile":{source:"iana",extensions:["icc","icm"]},"application/vnd.ieee.1905":{source:"iana"},"application/vnd.igloader":{source:"iana",extensions:["igl"]},"application/vnd.imagemeter.folder+zip":{source:"iana",compressible:!1},"application/vnd.imagemeter.image+zip":{source:"iana",compressible:!1},"application/vnd.immervision-ivp":{source:"iana",extensions:["ivp"]},"application/vnd.immervision-ivu":{source:"iana",extensions:["ivu"]},"application/vnd.ims.imsccv1p1":{source:"iana"},"application/vnd.ims.imsccv1p2":{source:"iana"},"application/vnd.ims.imsccv1p3":{source:"iana"},"application/vnd.ims.lis.v2.result+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolconsumerprofile+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolproxy+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolproxy.id+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolsettings+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolsettings.simple+json":{source:"iana",compressible:!0},"application/vnd.informedcontrol.rms+xml":{source:"iana",compressible:!0},"application/vnd.informix-visionary":{source:"iana"},"application/vnd.infotech.project":{source:"iana"},"application/vnd.infotech.project+xml":{source:"iana",compressible:!0},"application/vnd.innopath.wamp.notification":{source:"iana"},"application/vnd.insors.igm":{source:"iana",extensions:["igm"]},"application/vnd.intercon.formnet":{source:"iana",extensions:["xpw","xpx"]},"application/vnd.intergeo":{source:"iana",extensions:["i2g"]},"application/vnd.intertrust.digibox":{source:"iana"},"application/vnd.intertrust.nncp":{source:"iana"},"application/vnd.intu.qbo":{source:"iana",extensions:["qbo"]},"application/vnd.intu.qfx":{source:"iana",extensions:["qfx"]},"application/vnd.iptc.g2.catalogitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.conceptitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.knowledgeitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.newsitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.newsmessage+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.packageitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.planningitem+xml":{source:"iana",compressible:!0},"application/vnd.ipunplugged.rcprofile":{source:"iana",extensions:["rcprofile"]},"application/vnd.irepository.package+xml":{source:"iana",compressible:!0,extensions:["irp"]},"application/vnd.is-xpr":{source:"iana",extensions:["xpr"]},"application/vnd.isac.fcs":{source:"iana",extensions:["fcs"]},"application/vnd.iso11783-10+zip":{source:"iana",compressible:!1},"application/vnd.jam":{source:"iana",extensions:["jam"]},"application/vnd.japannet-directory-service":{source:"iana"},"application/vnd.japannet-jpnstore-wakeup":{source:"iana"},"application/vnd.japannet-payment-wakeup":{source:"iana"},"application/vnd.japannet-registration":{source:"iana"},"application/vnd.japannet-registration-wakeup":{source:"iana"},"application/vnd.japannet-setstore-wakeup":{source:"iana"},"application/vnd.japannet-verification":{source:"iana"},"application/vnd.japannet-verification-wakeup":{source:"iana"},"application/vnd.jcp.javame.midlet-rms":{source:"iana",extensions:["rms"]},"application/vnd.jisp":{source:"iana",extensions:["jisp"]},"application/vnd.joost.joda-archive":{source:"iana",extensions:["joda"]},"application/vnd.jsk.isdn-ngn":{source:"iana"},"application/vnd.kahootz":{source:"iana",extensions:["ktz","ktr"]},"application/vnd.kde.karbon":{source:"iana",extensions:["karbon"]},"application/vnd.kde.kchart":{source:"iana",extensions:["chrt"]},"application/vnd.kde.kformula":{source:"iana",extensions:["kfo"]},"application/vnd.kde.kivio":{source:"iana",extensions:["flw"]},"application/vnd.kde.kontour":{source:"iana",extensions:["kon"]},"application/vnd.kde.kpresenter":{source:"iana",extensions:["kpr","kpt"]},"application/vnd.kde.kspread":{source:"iana",extensions:["ksp"]},"application/vnd.kde.kword":{source:"iana",extensions:["kwd","kwt"]},"application/vnd.kenameaapp":{source:"iana",extensions:["htke"]},"application/vnd.kidspiration":{source:"iana",extensions:["kia"]},"application/vnd.kinar":{source:"iana",extensions:["kne","knp"]},"application/vnd.koan":{source:"iana",extensions:["skp","skd","skt","skm"]},"application/vnd.kodak-descriptor":{source:"iana",extensions:["sse"]},"application/vnd.las":{source:"iana"},"application/vnd.las.las+json":{source:"iana",compressible:!0},"application/vnd.las.las+xml":{source:"iana",compressible:!0,extensions:["lasxml"]},"application/vnd.laszip":{source:"iana"},"application/vnd.leap+json":{source:"iana",compressible:!0},"application/vnd.liberty-request+xml":{source:"iana",compressible:!0},"application/vnd.llamagraphics.life-balance.desktop":{source:"iana",extensions:["lbd"]},"application/vnd.llamagraphics.life-balance.exchange+xml":{source:"iana",compressible:!0,extensions:["lbe"]},"application/vnd.logipipe.circuit+zip":{source:"iana",compressible:!1},"application/vnd.loom":{source:"iana"},"application/vnd.lotus-1-2-3":{source:"iana",extensions:["123"]},"application/vnd.lotus-approach":{source:"iana",extensions:["apr"]},"application/vnd.lotus-freelance":{source:"iana",extensions:["pre"]},"application/vnd.lotus-notes":{source:"iana",extensions:["nsf"]},"application/vnd.lotus-organizer":{source:"iana",extensions:["org"]},"application/vnd.lotus-screencam":{source:"iana",extensions:["scm"]},"application/vnd.lotus-wordpro":{source:"iana",extensions:["lwp"]},"application/vnd.macports.portpkg":{source:"iana",extensions:["portpkg"]},"application/vnd.mapbox-vector-tile":{source:"iana",extensions:["mvt"]},"application/vnd.marlin.drm.actiontoken+xml":{source:"iana",compressible:!0},"application/vnd.marlin.drm.conftoken+xml":{source:"iana",compressible:!0},"application/vnd.marlin.drm.license+xml":{source:"iana",compressible:!0},"application/vnd.marlin.drm.mdcf":{source:"iana"},"application/vnd.mason+json":{source:"iana",compressible:!0},"application/vnd.maxar.archive.3tz+zip":{source:"iana",compressible:!1},"application/vnd.maxmind.maxmind-db":{source:"iana"},"application/vnd.mcd":{source:"iana",extensions:["mcd"]},"application/vnd.medcalcdata":{source:"iana",extensions:["mc1"]},"application/vnd.mediastation.cdkey":{source:"iana",extensions:["cdkey"]},"application/vnd.meridian-slingshot":{source:"iana"},"application/vnd.mfer":{source:"iana",extensions:["mwf"]},"application/vnd.mfmp":{source:"iana",extensions:["mfm"]},"application/vnd.micro+json":{source:"iana",compressible:!0},"application/vnd.micrografx.flo":{source:"iana",extensions:["flo"]},"application/vnd.micrografx.igx":{source:"iana",extensions:["igx"]},"application/vnd.microsoft.portable-executable":{source:"iana"},"application/vnd.microsoft.windows.thumbnail-cache":{source:"iana"},"application/vnd.miele+json":{source:"iana",compressible:!0},"application/vnd.mif":{source:"iana",extensions:["mif"]},"application/vnd.minisoft-hp3000-save":{source:"iana"},"application/vnd.mitsubishi.misty-guard.trustweb":{source:"iana"},"application/vnd.mobius.daf":{source:"iana",extensions:["daf"]},"application/vnd.mobius.dis":{source:"iana",extensions:["dis"]},"application/vnd.mobius.mbk":{source:"iana",extensions:["mbk"]},"application/vnd.mobius.mqy":{source:"iana",extensions:["mqy"]},"application/vnd.mobius.msl":{source:"iana",extensions:["msl"]},"application/vnd.mobius.plc":{source:"iana",extensions:["plc"]},"application/vnd.mobius.txf":{source:"iana",extensions:["txf"]},"application/vnd.mophun.application":{source:"iana",extensions:["mpn"]},"application/vnd.mophun.certificate":{source:"iana",extensions:["mpc"]},"application/vnd.motorola.flexsuite":{source:"iana"},"application/vnd.motorola.flexsuite.adsi":{source:"iana"},"application/vnd.motorola.flexsuite.fis":{source:"iana"},"application/vnd.motorola.flexsuite.gotap":{source:"iana"},"application/vnd.motorola.flexsuite.kmr":{source:"iana"},"application/vnd.motorola.flexsuite.ttc":{source:"iana"},"application/vnd.motorola.flexsuite.wem":{source:"iana"},"application/vnd.motorola.iprm":{source:"iana"},"application/vnd.mozilla.xul+xml":{source:"iana",compressible:!0,extensions:["xul"]},"application/vnd.ms-3mfdocument":{source:"iana"},"application/vnd.ms-artgalry":{source:"iana",extensions:["cil"]},"application/vnd.ms-asf":{source:"iana"},"application/vnd.ms-cab-compressed":{source:"iana",extensions:["cab"]},"application/vnd.ms-color.iccprofile":{source:"apache"},"application/vnd.ms-excel":{source:"iana",compressible:!1,extensions:["xls","xlm","xla","xlc","xlt","xlw"]},"application/vnd.ms-excel.addin.macroenabled.12":{source:"iana",extensions:["xlam"]},"application/vnd.ms-excel.sheet.binary.macroenabled.12":{source:"iana",extensions:["xlsb"]},"application/vnd.ms-excel.sheet.macroenabled.12":{source:"iana",extensions:["xlsm"]},"application/vnd.ms-excel.template.macroenabled.12":{source:"iana",extensions:["xltm"]},"application/vnd.ms-fontobject":{source:"iana",compressible:!0,extensions:["eot"]},"application/vnd.ms-htmlhelp":{source:"iana",extensions:["chm"]},"application/vnd.ms-ims":{source:"iana",extensions:["ims"]},"application/vnd.ms-lrm":{source:"iana",extensions:["lrm"]},"application/vnd.ms-office.activex+xml":{source:"iana",compressible:!0},"application/vnd.ms-officetheme":{source:"iana",extensions:["thmx"]},"application/vnd.ms-opentype":{source:"apache",compressible:!0},"application/vnd.ms-outlook":{compressible:!1,extensions:["msg"]},"application/vnd.ms-package.obfuscated-opentype":{source:"apache"},"application/vnd.ms-pki.seccat":{source:"apache",extensions:["cat"]},"application/vnd.ms-pki.stl":{source:"apache",extensions:["stl"]},"application/vnd.ms-playready.initiator+xml":{source:"iana",compressible:!0},"application/vnd.ms-powerpoint":{source:"iana",compressible:!1,extensions:["ppt","pps","pot"]},"application/vnd.ms-powerpoint.addin.macroenabled.12":{source:"iana",extensions:["ppam"]},"application/vnd.ms-powerpoint.presentation.macroenabled.12":{source:"iana",extensions:["pptm"]},"application/vnd.ms-powerpoint.slide.macroenabled.12":{source:"iana",extensions:["sldm"]},"application/vnd.ms-powerpoint.slideshow.macroenabled.12":{source:"iana",extensions:["ppsm"]},"application/vnd.ms-powerpoint.template.macroenabled.12":{source:"iana",extensions:["potm"]},"application/vnd.ms-printdevicecapabilities+xml":{source:"iana",compressible:!0},"application/vnd.ms-printing.printticket+xml":{source:"apache",compressible:!0},"application/vnd.ms-printschematicket+xml":{source:"iana",compressible:!0},"application/vnd.ms-project":{source:"iana",extensions:["mpp","mpt"]},"application/vnd.ms-tnef":{source:"iana"},"application/vnd.ms-windows.devicepairing":{source:"iana"},"application/vnd.ms-windows.nwprinting.oob":{source:"iana"},"application/vnd.ms-windows.printerpairing":{source:"iana"},"application/vnd.ms-windows.wsd.oob":{source:"iana"},"application/vnd.ms-wmdrm.lic-chlg-req":{source:"iana"},"application/vnd.ms-wmdrm.lic-resp":{source:"iana"},"application/vnd.ms-wmdrm.meter-chlg-req":{source:"iana"},"application/vnd.ms-wmdrm.meter-resp":{source:"iana"},"application/vnd.ms-word.document.macroenabled.12":{source:"iana",extensions:["docm"]},"application/vnd.ms-word.template.macroenabled.12":{source:"iana",extensions:["dotm"]},"application/vnd.ms-works":{source:"iana",extensions:["wps","wks","wcm","wdb"]},"application/vnd.ms-wpl":{source:"iana",extensions:["wpl"]},"application/vnd.ms-xpsdocument":{source:"iana",compressible:!1,extensions:["xps"]},"application/vnd.msa-disk-image":{source:"iana"},"application/vnd.mseq":{source:"iana",extensions:["mseq"]},"application/vnd.msign":{source:"iana"},"application/vnd.multiad.creator":{source:"iana"},"application/vnd.multiad.creator.cif":{source:"iana"},"application/vnd.music-niff":{source:"iana"},"application/vnd.musician":{source:"iana",extensions:["mus"]},"application/vnd.muvee.style":{source:"iana",extensions:["msty"]},"application/vnd.mynfc":{source:"iana",extensions:["taglet"]},"application/vnd.nacamar.ybrid+json":{source:"iana",compressible:!0},"application/vnd.ncd.control":{source:"iana"},"application/vnd.ncd.reference":{source:"iana"},"application/vnd.nearst.inv+json":{source:"iana",compressible:!0},"application/vnd.nebumind.line":{source:"iana"},"application/vnd.nervana":{source:"iana"},"application/vnd.netfpx":{source:"iana"},"application/vnd.neurolanguage.nlu":{source:"iana",extensions:["nlu"]},"application/vnd.nimn":{source:"iana"},"application/vnd.nintendo.nitro.rom":{source:"iana"},"application/vnd.nintendo.snes.rom":{source:"iana"},"application/vnd.nitf":{source:"iana",extensions:["ntf","nitf"]},"application/vnd.noblenet-directory":{source:"iana",extensions:["nnd"]},"application/vnd.noblenet-sealer":{source:"iana",extensions:["nns"]},"application/vnd.noblenet-web":{source:"iana",extensions:["nnw"]},"application/vnd.nokia.catalogs":{source:"iana"},"application/vnd.nokia.conml+wbxml":{source:"iana"},"application/vnd.nokia.conml+xml":{source:"iana",compressible:!0},"application/vnd.nokia.iptv.config+xml":{source:"iana",compressible:!0},"application/vnd.nokia.isds-radio-presets":{source:"iana"},"application/vnd.nokia.landmark+wbxml":{source:"iana"},"application/vnd.nokia.landmark+xml":{source:"iana",compressible:!0},"application/vnd.nokia.landmarkcollection+xml":{source:"iana",compressible:!0},"application/vnd.nokia.n-gage.ac+xml":{source:"iana",compressible:!0,extensions:["ac"]},"application/vnd.nokia.n-gage.data":{source:"iana",extensions:["ngdat"]},"application/vnd.nokia.n-gage.symbian.install":{source:"iana",extensions:["n-gage"]},"application/vnd.nokia.ncd":{source:"iana"},"application/vnd.nokia.pcd+wbxml":{source:"iana"},"application/vnd.nokia.pcd+xml":{source:"iana",compressible:!0},"application/vnd.nokia.radio-preset":{source:"iana",extensions:["rpst"]},"application/vnd.nokia.radio-presets":{source:"iana",extensions:["rpss"]},"application/vnd.novadigm.edm":{source:"iana",extensions:["edm"]},"application/vnd.novadigm.edx":{source:"iana",extensions:["edx"]},"application/vnd.novadigm.ext":{source:"iana",extensions:["ext"]},"application/vnd.ntt-local.content-share":{source:"iana"},"application/vnd.ntt-local.file-transfer":{source:"iana"},"application/vnd.ntt-local.ogw_remote-access":{source:"iana"},"application/vnd.ntt-local.sip-ta_remote":{source:"iana"},"application/vnd.ntt-local.sip-ta_tcp_stream":{source:"iana"},"application/vnd.oasis.opendocument.chart":{source:"iana",extensions:["odc"]},"application/vnd.oasis.opendocument.chart-template":{source:"iana",extensions:["otc"]},"application/vnd.oasis.opendocument.database":{source:"iana",extensions:["odb"]},"application/vnd.oasis.opendocument.formula":{source:"iana",extensions:["odf"]},"application/vnd.oasis.opendocument.formula-template":{source:"iana",extensions:["odft"]},"application/vnd.oasis.opendocument.graphics":{source:"iana",compressible:!1,extensions:["odg"]},"application/vnd.oasis.opendocument.graphics-template":{source:"iana",extensions:["otg"]},"application/vnd.oasis.opendocument.image":{source:"iana",extensions:["odi"]},"application/vnd.oasis.opendocument.image-template":{source:"iana",extensions:["oti"]},"application/vnd.oasis.opendocument.presentation":{source:"iana",compressible:!1,extensions:["odp"]},"application/vnd.oasis.opendocument.presentation-template":{source:"iana",extensions:["otp"]},"application/vnd.oasis.opendocument.spreadsheet":{source:"iana",compressible:!1,extensions:["ods"]},"application/vnd.oasis.opendocument.spreadsheet-template":{source:"iana",extensions:["ots"]},"application/vnd.oasis.opendocument.text":{source:"iana",compressible:!1,extensions:["odt"]},"application/vnd.oasis.opendocument.text-master":{source:"iana",extensions:["odm"]},"application/vnd.oasis.opendocument.text-template":{source:"iana",extensions:["ott"]},"application/vnd.oasis.opendocument.text-web":{source:"iana",extensions:["oth"]},"application/vnd.obn":{source:"iana"},"application/vnd.ocf+cbor":{source:"iana"},"application/vnd.oci.image.manifest.v1+json":{source:"iana",compressible:!0},"application/vnd.oftn.l10n+json":{source:"iana",compressible:!0},"application/vnd.oipf.contentaccessdownload+xml":{source:"iana",compressible:!0},"application/vnd.oipf.contentaccessstreaming+xml":{source:"iana",compressible:!0},"application/vnd.oipf.cspg-hexbinary":{source:"iana"},"application/vnd.oipf.dae.svg+xml":{source:"iana",compressible:!0},"application/vnd.oipf.dae.xhtml+xml":{source:"iana",compressible:!0},"application/vnd.oipf.mippvcontrolmessage+xml":{source:"iana",compressible:!0},"application/vnd.oipf.pae.gem":{source:"iana"},"application/vnd.oipf.spdiscovery+xml":{source:"iana",compressible:!0},"application/vnd.oipf.spdlist+xml":{source:"iana",compressible:!0},"application/vnd.oipf.ueprofile+xml":{source:"iana",compressible:!0},"application/vnd.oipf.userprofile+xml":{source:"iana",compressible:!0},"application/vnd.olpc-sugar":{source:"iana",extensions:["xo"]},"application/vnd.oma-scws-config":{source:"iana"},"application/vnd.oma-scws-http-request":{source:"iana"},"application/vnd.oma-scws-http-response":{source:"iana"},"application/vnd.oma.bcast.associated-procedure-parameter+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.drm-trigger+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.imd+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.ltkm":{source:"iana"},"application/vnd.oma.bcast.notification+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.provisioningtrigger":{source:"iana"},"application/vnd.oma.bcast.sgboot":{source:"iana"},"application/vnd.oma.bcast.sgdd+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.sgdu":{source:"iana"},"application/vnd.oma.bcast.simple-symbol-container":{source:"iana"},"application/vnd.oma.bcast.smartcard-trigger+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.sprov+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.stkm":{source:"iana"},"application/vnd.oma.cab-address-book+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-feature-handler+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-pcc+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-subs-invite+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-user-prefs+xml":{source:"iana",compressible:!0},"application/vnd.oma.dcd":{source:"iana"},"application/vnd.oma.dcdc":{source:"iana"},"application/vnd.oma.dd2+xml":{source:"iana",compressible:!0,extensions:["dd2"]},"application/vnd.oma.drm.risd+xml":{source:"iana",compressible:!0},"application/vnd.oma.group-usage-list+xml":{source:"iana",compressible:!0},"application/vnd.oma.lwm2m+cbor":{source:"iana"},"application/vnd.oma.lwm2m+json":{source:"iana",compressible:!0},"application/vnd.oma.lwm2m+tlv":{source:"iana"},"application/vnd.oma.pal+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.detailed-progress-report+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.final-report+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.groups+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.invocation-descriptor+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.optimized-progress-report+xml":{source:"iana",compressible:!0},"application/vnd.oma.push":{source:"iana"},"application/vnd.oma.scidm.messages+xml":{source:"iana",compressible:!0},"application/vnd.oma.xcap-directory+xml":{source:"iana",compressible:!0},"application/vnd.omads-email+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.omads-file+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.omads-folder+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.omaloc-supl-init":{source:"iana"},"application/vnd.onepager":{source:"iana"},"application/vnd.onepagertamp":{source:"iana"},"application/vnd.onepagertamx":{source:"iana"},"application/vnd.onepagertat":{source:"iana"},"application/vnd.onepagertatp":{source:"iana"},"application/vnd.onepagertatx":{source:"iana"},"application/vnd.openblox.game+xml":{source:"iana",compressible:!0,extensions:["obgx"]},"application/vnd.openblox.game-binary":{source:"iana"},"application/vnd.openeye.oeb":{source:"iana"},"application/vnd.openofficeorg.extension":{source:"apache",extensions:["oxt"]},"application/vnd.openstreetmap.data+xml":{source:"iana",compressible:!0,extensions:["osm"]},"application/vnd.opentimestamps.ots":{source:"iana"},"application/vnd.openxmlformats-officedocument.custom-properties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.customxmlproperties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawing+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.chart+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramcolors+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramdata+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramlayout+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramstyle+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.extended-properties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.commentauthors+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.comments+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.handoutmaster+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.notesmaster+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.notesslide+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.presentation":{source:"iana",compressible:!1,extensions:["pptx"]},"application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.presprops+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slide":{source:"iana",extensions:["sldx"]},"application/vnd.openxmlformats-officedocument.presentationml.slide+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slidelayout+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slidemaster+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slideshow":{source:"iana",extensions:["ppsx"]},"application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slideupdateinfo+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.tablestyles+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.tags+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.template":{source:"iana",extensions:["potx"]},"application/vnd.openxmlformats-officedocument.presentationml.template.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.viewprops+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.calcchain+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.externallink+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcachedefinition+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcacherecords+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivottable+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.querytable+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionheaders+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionlog+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.sharedstrings+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":{source:"iana",compressible:!1,extensions:["xlsx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheetmetadata+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.tablesinglecells+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.template":{source:"iana",extensions:["xltx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.usernames+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.volatiledependencies+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.theme+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.themeoverride+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.vmldrawing":{source:"iana"},"application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.document":{source:"iana",compressible:!1,extensions:["docx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.fonttable+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.template":{source:"iana",extensions:["dotx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.websettings+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-package.core-properties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-package.relationships+xml":{source:"iana",compressible:!0},"application/vnd.oracle.resource+json":{source:"iana",compressible:!0},"application/vnd.orange.indata":{source:"iana"},"application/vnd.osa.netdeploy":{source:"iana"},"application/vnd.osgeo.mapguide.package":{source:"iana",extensions:["mgp"]},"application/vnd.osgi.bundle":{source:"iana"},"application/vnd.osgi.dp":{source:"iana",extensions:["dp"]},"application/vnd.osgi.subsystem":{source:"iana",extensions:["esa"]},"application/vnd.otps.ct-kip+xml":{source:"iana",compressible:!0},"application/vnd.oxli.countgraph":{source:"iana"},"application/vnd.pagerduty+json":{source:"iana",compressible:!0},"application/vnd.palm":{source:"iana",extensions:["pdb","pqa","oprc"]},"application/vnd.panoply":{source:"iana"},"application/vnd.paos.xml":{source:"iana"},"application/vnd.patentdive":{source:"iana"},"application/vnd.patientecommsdoc":{source:"iana"},"application/vnd.pawaafile":{source:"iana",extensions:["paw"]},"application/vnd.pcos":{source:"iana"},"application/vnd.pg.format":{source:"iana",extensions:["str"]},"application/vnd.pg.osasli":{source:"iana",extensions:["ei6"]},"application/vnd.piaccess.application-licence":{source:"iana"},"application/vnd.picsel":{source:"iana",extensions:["efif"]},"application/vnd.pmi.widget":{source:"iana",extensions:["wg"]},"application/vnd.poc.group-advertisement+xml":{source:"iana",compressible:!0},"application/vnd.pocketlearn":{source:"iana",extensions:["plf"]},"application/vnd.powerbuilder6":{source:"iana",extensions:["pbd"]},"application/vnd.powerbuilder6-s":{source:"iana"},"application/vnd.powerbuilder7":{source:"iana"},"application/vnd.powerbuilder7-s":{source:"iana"},"application/vnd.powerbuilder75":{source:"iana"},"application/vnd.powerbuilder75-s":{source:"iana"},"application/vnd.preminet":{source:"iana"},"application/vnd.previewsystems.box":{source:"iana",extensions:["box"]},"application/vnd.proteus.magazine":{source:"iana",extensions:["mgz"]},"application/vnd.psfs":{source:"iana"},"application/vnd.publishare-delta-tree":{source:"iana",extensions:["qps"]},"application/vnd.pvi.ptid1":{source:"iana",extensions:["ptid"]},"application/vnd.pwg-multiplexed":{source:"iana"},"application/vnd.pwg-xhtml-print+xml":{source:"iana",compressible:!0},"application/vnd.qualcomm.brew-app-res":{source:"iana"},"application/vnd.quarantainenet":{source:"iana"},"application/vnd.quark.quarkxpress":{source:"iana",extensions:["qxd","qxt","qwd","qwt","qxl","qxb"]},"application/vnd.quobject-quoxdocument":{source:"iana"},"application/vnd.radisys.moml+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-conf+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-conn+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-dialog+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-stream+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-conf+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-base+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-fax-detect+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-fax-sendrecv+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-group+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-speech+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-transform+xml":{source:"iana",compressible:!0},"application/vnd.rainstor.data":{source:"iana"},"application/vnd.rapid":{source:"iana"},"application/vnd.rar":{source:"iana",extensions:["rar"]},"application/vnd.realvnc.bed":{source:"iana",extensions:["bed"]},"application/vnd.recordare.musicxml":{source:"iana",extensions:["mxl"]},"application/vnd.recordare.musicxml+xml":{source:"iana",compressible:!0,extensions:["musicxml"]},"application/vnd.renlearn.rlprint":{source:"iana"},"application/vnd.resilient.logic":{source:"iana"},"application/vnd.restful+json":{source:"iana",compressible:!0},"application/vnd.rig.cryptonote":{source:"iana",extensions:["cryptonote"]},"application/vnd.rim.cod":{source:"apache",extensions:["cod"]},"application/vnd.rn-realmedia":{source:"apache",extensions:["rm"]},"application/vnd.rn-realmedia-vbr":{source:"apache",extensions:["rmvb"]},"application/vnd.route66.link66+xml":{source:"iana",compressible:!0,extensions:["link66"]},"application/vnd.rs-274x":{source:"iana"},"application/vnd.ruckus.download":{source:"iana"},"application/vnd.s3sms":{source:"iana"},"application/vnd.sailingtracker.track":{source:"iana",extensions:["st"]},"application/vnd.sar":{source:"iana"},"application/vnd.sbm.cid":{source:"iana"},"application/vnd.sbm.mid2":{source:"iana"},"application/vnd.scribus":{source:"iana"},"application/vnd.sealed.3df":{source:"iana"},"application/vnd.sealed.csf":{source:"iana"},"application/vnd.sealed.doc":{source:"iana"},"application/vnd.sealed.eml":{source:"iana"},"application/vnd.sealed.mht":{source:"iana"},"application/vnd.sealed.net":{source:"iana"},"application/vnd.sealed.ppt":{source:"iana"},"application/vnd.sealed.tiff":{source:"iana"},"application/vnd.sealed.xls":{source:"iana"},"application/vnd.sealedmedia.softseal.html":{source:"iana"},"application/vnd.sealedmedia.softseal.pdf":{source:"iana"},"application/vnd.seemail":{source:"iana",extensions:["see"]},"application/vnd.seis+json":{source:"iana",compressible:!0},"application/vnd.sema":{source:"iana",extensions:["sema"]},"application/vnd.semd":{source:"iana",extensions:["semd"]},"application/vnd.semf":{source:"iana",extensions:["semf"]},"application/vnd.shade-save-file":{source:"iana"},"application/vnd.shana.informed.formdata":{source:"iana",extensions:["ifm"]},"application/vnd.shana.informed.formtemplate":{source:"iana",extensions:["itp"]},"application/vnd.shana.informed.interchange":{source:"iana",extensions:["iif"]},"application/vnd.shana.informed.package":{source:"iana",extensions:["ipk"]},"application/vnd.shootproof+json":{source:"iana",compressible:!0},"application/vnd.shopkick+json":{source:"iana",compressible:!0},"application/vnd.shp":{source:"iana"},"application/vnd.shx":{source:"iana"},"application/vnd.sigrok.session":{source:"iana"},"application/vnd.simtech-mindmapper":{source:"iana",extensions:["twd","twds"]},"application/vnd.siren+json":{source:"iana",compressible:!0},"application/vnd.smaf":{source:"iana",extensions:["mmf"]},"application/vnd.smart.notebook":{source:"iana"},"application/vnd.smart.teacher":{source:"iana",extensions:["teacher"]},"application/vnd.snesdev-page-table":{source:"iana"},"application/vnd.software602.filler.form+xml":{source:"iana",compressible:!0,extensions:["fo"]},"application/vnd.software602.filler.form-xml-zip":{source:"iana"},"application/vnd.solent.sdkm+xml":{source:"iana",compressible:!0,extensions:["sdkm","sdkd"]},"application/vnd.spotfire.dxp":{source:"iana",extensions:["dxp"]},"application/vnd.spotfire.sfs":{source:"iana",extensions:["sfs"]},"application/vnd.sqlite3":{source:"iana"},"application/vnd.sss-cod":{source:"iana"},"application/vnd.sss-dtf":{source:"iana"},"application/vnd.sss-ntf":{source:"iana"},"application/vnd.stardivision.calc":{source:"apache",extensions:["sdc"]},"application/vnd.stardivision.draw":{source:"apache",extensions:["sda"]},"application/vnd.stardivision.impress":{source:"apache",extensions:["sdd"]},"application/vnd.stardivision.math":{source:"apache",extensions:["smf"]},"application/vnd.stardivision.writer":{source:"apache",extensions:["sdw","vor"]},"application/vnd.stardivision.writer-global":{source:"apache",extensions:["sgl"]},"application/vnd.stepmania.package":{source:"iana",extensions:["smzip"]},"application/vnd.stepmania.stepchart":{source:"iana",extensions:["sm"]},"application/vnd.street-stream":{source:"iana"},"application/vnd.sun.wadl+xml":{source:"iana",compressible:!0,extensions:["wadl"]},"application/vnd.sun.xml.calc":{source:"apache",extensions:["sxc"]},"application/vnd.sun.xml.calc.template":{source:"apache",extensions:["stc"]},"application/vnd.sun.xml.draw":{source:"apache",extensions:["sxd"]},"application/vnd.sun.xml.draw.template":{source:"apache",extensions:["std"]},"application/vnd.sun.xml.impress":{source:"apache",extensions:["sxi"]},"application/vnd.sun.xml.impress.template":{source:"apache",extensions:["sti"]},"application/vnd.sun.xml.math":{source:"apache",extensions:["sxm"]},"application/vnd.sun.xml.writer":{source:"apache",extensions:["sxw"]},"application/vnd.sun.xml.writer.global":{source:"apache",extensions:["sxg"]},"application/vnd.sun.xml.writer.template":{source:"apache",extensions:["stw"]},"application/vnd.sus-calendar":{source:"iana",extensions:["sus","susp"]},"application/vnd.svd":{source:"iana",extensions:["svd"]},"application/vnd.swiftview-ics":{source:"iana"},"application/vnd.sycle+xml":{source:"iana",compressible:!0},"application/vnd.syft+json":{source:"iana",compressible:!0},"application/vnd.symbian.install":{source:"apache",extensions:["sis","sisx"]},"application/vnd.syncml+xml":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["xsm"]},"application/vnd.syncml.dm+wbxml":{source:"iana",charset:"UTF-8",extensions:["bdm"]},"application/vnd.syncml.dm+xml":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["xdm"]},"application/vnd.syncml.dm.notification":{source:"iana"},"application/vnd.syncml.dmddf+wbxml":{source:"iana"},"application/vnd.syncml.dmddf+xml":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["ddf"]},"application/vnd.syncml.dmtnds+wbxml":{source:"iana"},"application/vnd.syncml.dmtnds+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.syncml.ds.notification":{source:"iana"},"application/vnd.tableschema+json":{source:"iana",compressible:!0},"application/vnd.tao.intent-module-archive":{source:"iana",extensions:["tao"]},"application/vnd.tcpdump.pcap":{source:"iana",extensions:["pcap","cap","dmp"]},"application/vnd.think-cell.ppttc+json":{source:"iana",compressible:!0},"application/vnd.tmd.mediaflex.api+xml":{source:"iana",compressible:!0},"application/vnd.tml":{source:"iana"},"application/vnd.tmobile-livetv":{source:"iana",extensions:["tmo"]},"application/vnd.tri.onesource":{source:"iana"},"application/vnd.trid.tpt":{source:"iana",extensions:["tpt"]},"application/vnd.triscape.mxs":{source:"iana",extensions:["mxs"]},"application/vnd.trueapp":{source:"iana",extensions:["tra"]},"application/vnd.truedoc":{source:"iana"},"application/vnd.ubisoft.webplayer":{source:"iana"},"application/vnd.ufdl":{source:"iana",extensions:["ufd","ufdl"]},"application/vnd.uiq.theme":{source:"iana",extensions:["utz"]},"application/vnd.umajin":{source:"iana",extensions:["umj"]},"application/vnd.unity":{source:"iana",extensions:["unityweb"]},"application/vnd.uoml+xml":{source:"iana",compressible:!0,extensions:["uoml"]},"application/vnd.uplanet.alert":{source:"iana"},"application/vnd.uplanet.alert-wbxml":{source:"iana"},"application/vnd.uplanet.bearer-choice":{source:"iana"},"application/vnd.uplanet.bearer-choice-wbxml":{source:"iana"},"application/vnd.uplanet.cacheop":{source:"iana"},"application/vnd.uplanet.cacheop-wbxml":{source:"iana"},"application/vnd.uplanet.channel":{source:"iana"},"application/vnd.uplanet.channel-wbxml":{source:"iana"},"application/vnd.uplanet.list":{source:"iana"},"application/vnd.uplanet.list-wbxml":{source:"iana"},"application/vnd.uplanet.listcmd":{source:"iana"},"application/vnd.uplanet.listcmd-wbxml":{source:"iana"},"application/vnd.uplanet.signal":{source:"iana"},"application/vnd.uri-map":{source:"iana"},"application/vnd.valve.source.material":{source:"iana"},"application/vnd.vcx":{source:"iana",extensions:["vcx"]},"application/vnd.vd-study":{source:"iana"},"application/vnd.vectorworks":{source:"iana"},"application/vnd.vel+json":{source:"iana",compressible:!0},"application/vnd.verimatrix.vcas":{source:"iana"},"application/vnd.veritone.aion+json":{source:"iana",compressible:!0},"application/vnd.veryant.thin":{source:"iana"},"application/vnd.ves.encrypted":{source:"iana"},"application/vnd.vidsoft.vidconference":{source:"iana"},"application/vnd.visio":{source:"iana",extensions:["vsd","vst","vss","vsw"]},"application/vnd.visionary":{source:"iana",extensions:["vis"]},"application/vnd.vividence.scriptfile":{source:"iana"},"application/vnd.vsf":{source:"iana",extensions:["vsf"]},"application/vnd.wap.sic":{source:"iana"},"application/vnd.wap.slc":{source:"iana"},"application/vnd.wap.wbxml":{source:"iana",charset:"UTF-8",extensions:["wbxml"]},"application/vnd.wap.wmlc":{source:"iana",extensions:["wmlc"]},"application/vnd.wap.wmlscriptc":{source:"iana",extensions:["wmlsc"]},"application/vnd.webturbo":{source:"iana",extensions:["wtb"]},"application/vnd.wfa.dpp":{source:"iana"},"application/vnd.wfa.p2p":{source:"iana"},"application/vnd.wfa.wsc":{source:"iana"},"application/vnd.windows.devicepairing":{source:"iana"},"application/vnd.wmc":{source:"iana"},"application/vnd.wmf.bootstrap":{source:"iana"},"application/vnd.wolfram.mathematica":{source:"iana"},"application/vnd.wolfram.mathematica.package":{source:"iana"},"application/vnd.wolfram.player":{source:"iana",extensions:["nbp"]},"application/vnd.wordperfect":{source:"iana",extensions:["wpd"]},"application/vnd.wqd":{source:"iana",extensions:["wqd"]},"application/vnd.wrq-hp3000-labelled":{source:"iana"},"application/vnd.wt.stf":{source:"iana",extensions:["stf"]},"application/vnd.wv.csp+wbxml":{source:"iana"},"application/vnd.wv.csp+xml":{source:"iana",compressible:!0},"application/vnd.wv.ssp+xml":{source:"iana",compressible:!0},"application/vnd.xacml+json":{source:"iana",compressible:!0},"application/vnd.xara":{source:"iana",extensions:["xar"]},"application/vnd.xfdl":{source:"iana",extensions:["xfdl"]},"application/vnd.xfdl.webform":{source:"iana"},"application/vnd.xmi+xml":{source:"iana",compressible:!0},"application/vnd.xmpie.cpkg":{source:"iana"},"application/vnd.xmpie.dpkg":{source:"iana"},"application/vnd.xmpie.plan":{source:"iana"},"application/vnd.xmpie.ppkg":{source:"iana"},"application/vnd.xmpie.xlim":{source:"iana"},"application/vnd.yamaha.hv-dic":{source:"iana",extensions:["hvd"]},"application/vnd.yamaha.hv-script":{source:"iana",extensions:["hvs"]},"application/vnd.yamaha.hv-voice":{source:"iana",extensions:["hvp"]},"application/vnd.yamaha.openscoreformat":{source:"iana",extensions:["osf"]},"application/vnd.yamaha.openscoreformat.osfpvg+xml":{source:"iana",compressible:!0,extensions:["osfpvg"]},"application/vnd.yamaha.remote-setup":{source:"iana"},"application/vnd.yamaha.smaf-audio":{source:"iana",extensions:["saf"]},"application/vnd.yamaha.smaf-phrase":{source:"iana",extensions:["spf"]},"application/vnd.yamaha.through-ngn":{source:"iana"},"application/vnd.yamaha.tunnel-udpencap":{source:"iana"},"application/vnd.yaoweme":{source:"iana"},"application/vnd.yellowriver-custom-menu":{source:"iana",extensions:["cmp"]},"application/vnd.youtube.yt":{source:"iana"},"application/vnd.zul":{source:"iana",extensions:["zir","zirz"]},"application/vnd.zzazz.deck+xml":{source:"iana",compressible:!0,extensions:["zaz"]},"application/voicexml+xml":{source:"iana",compressible:!0,extensions:["vxml"]},"application/voucher-cms+json":{source:"iana",compressible:!0},"application/vq-rtcpxr":{source:"iana"},"application/wasm":{source:"iana",compressible:!0,extensions:["wasm"]},"application/watcherinfo+xml":{source:"iana",compressible:!0,extensions:["wif"]},"application/webpush-options+json":{source:"iana",compressible:!0},"application/whoispp-query":{source:"iana"},"application/whoispp-response":{source:"iana"},"application/widget":{source:"iana",extensions:["wgt"]},"application/winhlp":{source:"apache",extensions:["hlp"]},"application/wita":{source:"iana"},"application/wordperfect5.1":{source:"iana"},"application/wsdl+xml":{source:"iana",compressible:!0,extensions:["wsdl"]},"application/wspolicy+xml":{source:"iana",compressible:!0,extensions:["wspolicy"]},"application/x-7z-compressed":{source:"apache",compressible:!1,extensions:["7z"]},"application/x-abiword":{source:"apache",extensions:["abw"]},"application/x-ace-compressed":{source:"apache",extensions:["ace"]},"application/x-amf":{source:"apache"},"application/x-apple-diskimage":{source:"apache",extensions:["dmg"]},"application/x-arj":{compressible:!1,extensions:["arj"]},"application/x-authorware-bin":{source:"apache",extensions:["aab","x32","u32","vox"]},"application/x-authorware-map":{source:"apache",extensions:["aam"]},"application/x-authorware-seg":{source:"apache",extensions:["aas"]},"application/x-bcpio":{source:"apache",extensions:["bcpio"]},"application/x-bdoc":{compressible:!1,extensions:["bdoc"]},"application/x-bittorrent":{source:"apache",extensions:["torrent"]},"application/x-blorb":{source:"apache",extensions:["blb","blorb"]},"application/x-bzip":{source:"apache",compressible:!1,extensions:["bz"]},"application/x-bzip2":{source:"apache",compressible:!1,extensions:["bz2","boz"]},"application/x-cbr":{source:"apache",extensions:["cbr","cba","cbt","cbz","cb7"]},"application/x-cdlink":{source:"apache",extensions:["vcd"]},"application/x-cfs-compressed":{source:"apache",extensions:["cfs"]},"application/x-chat":{source:"apache",extensions:["chat"]},"application/x-chess-pgn":{source:"apache",extensions:["pgn"]},"application/x-chrome-extension":{extensions:["crx"]},"application/x-cocoa":{source:"nginx",extensions:["cco"]},"application/x-compress":{source:"apache"},"application/x-conference":{source:"apache",extensions:["nsc"]},"application/x-cpio":{source:"apache",extensions:["cpio"]},"application/x-csh":{source:"apache",extensions:["csh"]},"application/x-deb":{compressible:!1},"application/x-debian-package":{source:"apache",extensions:["deb","udeb"]},"application/x-dgc-compressed":{source:"apache",extensions:["dgc"]},"application/x-director":{source:"apache",extensions:["dir","dcr","dxr","cst","cct","cxt","w3d","fgd","swa"]},"application/x-doom":{source:"apache",extensions:["wad"]},"application/x-dtbncx+xml":{source:"apache",compressible:!0,extensions:["ncx"]},"application/x-dtbook+xml":{source:"apache",compressible:!0,extensions:["dtb"]},"application/x-dtbresource+xml":{source:"apache",compressible:!0,extensions:["res"]},"application/x-dvi":{source:"apache",compressible:!1,extensions:["dvi"]},"application/x-envoy":{source:"apache",extensions:["evy"]},"application/x-eva":{source:"apache",extensions:["eva"]},"application/x-font-bdf":{source:"apache",extensions:["bdf"]},"application/x-font-dos":{source:"apache"},"application/x-font-framemaker":{source:"apache"},"application/x-font-ghostscript":{source:"apache",extensions:["gsf"]},"application/x-font-libgrx":{source:"apache"},"application/x-font-linux-psf":{source:"apache",extensions:["psf"]},"application/x-font-pcf":{source:"apache",extensions:["pcf"]},"application/x-font-snf":{source:"apache",extensions:["snf"]},"application/x-font-speedo":{source:"apache"},"application/x-font-sunos-news":{source:"apache"},"application/x-font-type1":{source:"apache",extensions:["pfa","pfb","pfm","afm"]},"application/x-font-vfont":{source:"apache"},"application/x-freearc":{source:"apache",extensions:["arc"]},"application/x-futuresplash":{source:"apache",extensions:["spl"]},"application/x-gca-compressed":{source:"apache",extensions:["gca"]},"application/x-glulx":{source:"apache",extensions:["ulx"]},"application/x-gnumeric":{source:"apache",extensions:["gnumeric"]},"application/x-gramps-xml":{source:"apache",extensions:["gramps"]},"application/x-gtar":{source:"apache",extensions:["gtar"]},"application/x-gzip":{source:"apache"},"application/x-hdf":{source:"apache",extensions:["hdf"]},"application/x-httpd-php":{compressible:!0,extensions:["php"]},"application/x-install-instructions":{source:"apache",extensions:["install"]},"application/x-iso9660-image":{source:"apache",extensions:["iso"]},"application/x-iwork-keynote-sffkey":{extensions:["key"]},"application/x-iwork-numbers-sffnumbers":{extensions:["numbers"]},"application/x-iwork-pages-sffpages":{extensions:["pages"]},"application/x-java-archive-diff":{source:"nginx",extensions:["jardiff"]},"application/x-java-jnlp-file":{source:"apache",compressible:!1,extensions:["jnlp"]},"application/x-javascript":{compressible:!0},"application/x-keepass2":{extensions:["kdbx"]},"application/x-latex":{source:"apache",compressible:!1,extensions:["latex"]},"application/x-lua-bytecode":{extensions:["luac"]},"application/x-lzh-compressed":{source:"apache",extensions:["lzh","lha"]},"application/x-makeself":{source:"nginx",extensions:["run"]},"application/x-mie":{source:"apache",extensions:["mie"]},"application/x-mobipocket-ebook":{source:"apache",extensions:["prc","mobi"]},"application/x-mpegurl":{compressible:!1},"application/x-ms-application":{source:"apache",extensions:["application"]},"application/x-ms-shortcut":{source:"apache",extensions:["lnk"]},"application/x-ms-wmd":{source:"apache",extensions:["wmd"]},"application/x-ms-wmz":{source:"apache",extensions:["wmz"]},"application/x-ms-xbap":{source:"apache",extensions:["xbap"]},"application/x-msaccess":{source:"apache",extensions:["mdb"]},"application/x-msbinder":{source:"apache",extensions:["obd"]},"application/x-mscardfile":{source:"apache",extensions:["crd"]},"application/x-msclip":{source:"apache",extensions:["clp"]},"application/x-msdos-program":{extensions:["exe"]},"application/x-msdownload":{source:"apache",extensions:["exe","dll","com","bat","msi"]},"application/x-msmediaview":{source:"apache",extensions:["mvb","m13","m14"]},"application/x-msmetafile":{source:"apache",extensions:["wmf","wmz","emf","emz"]},"application/x-msmoney":{source:"apache",extensions:["mny"]},"application/x-mspublisher":{source:"apache",extensions:["pub"]},"application/x-msschedule":{source:"apache",extensions:["scd"]},"application/x-msterminal":{source:"apache",extensions:["trm"]},"application/x-mswrite":{source:"apache",extensions:["wri"]},"application/x-netcdf":{source:"apache",extensions:["nc","cdf"]},"application/x-ns-proxy-autoconfig":{compressible:!0,extensions:["pac"]},"application/x-nzb":{source:"apache",extensions:["nzb"]},"application/x-perl":{source:"nginx",extensions:["pl","pm"]},"application/x-pilot":{source:"nginx",extensions:["prc","pdb"]},"application/x-pkcs12":{source:"apache",compressible:!1,extensions:["p12","pfx"]},"application/x-pkcs7-certificates":{source:"apache",extensions:["p7b","spc"]},"application/x-pkcs7-certreqresp":{source:"apache",extensions:["p7r"]},"application/x-pki-message":{source:"iana"},"application/x-rar-compressed":{source:"apache",compressible:!1,extensions:["rar"]},"application/x-redhat-package-manager":{source:"nginx",extensions:["rpm"]},"application/x-research-info-systems":{source:"apache",extensions:["ris"]},"application/x-sea":{source:"nginx",extensions:["sea"]},"application/x-sh":{source:"apache",compressible:!0,extensions:["sh"]},"application/x-shar":{source:"apache",extensions:["shar"]},"application/x-shockwave-flash":{source:"apache",compressible:!1,extensions:["swf"]},"application/x-silverlight-app":{source:"apache",extensions:["xap"]},"application/x-sql":{source:"apache",extensions:["sql"]},"application/x-stuffit":{source:"apache",compressible:!1,extensions:["sit"]},"application/x-stuffitx":{source:"apache",extensions:["sitx"]},"application/x-subrip":{source:"apache",extensions:["srt"]},"application/x-sv4cpio":{source:"apache",extensions:["sv4cpio"]},"application/x-sv4crc":{source:"apache",extensions:["sv4crc"]},"application/x-t3vm-image":{source:"apache",extensions:["t3"]},"application/x-tads":{source:"apache",extensions:["gam"]},"application/x-tar":{source:"apache",compressible:!0,extensions:["tar"]},"application/x-tcl":{source:"apache",extensions:["tcl","tk"]},"application/x-tex":{source:"apache",extensions:["tex"]},"application/x-tex-tfm":{source:"apache",extensions:["tfm"]},"application/x-texinfo":{source:"apache",extensions:["texinfo","texi"]},"application/x-tgif":{source:"apache",extensions:["obj"]},"application/x-ustar":{source:"apache",extensions:["ustar"]},"application/x-virtualbox-hdd":{compressible:!0,extensions:["hdd"]},"application/x-virtualbox-ova":{compressible:!0,extensions:["ova"]},"application/x-virtualbox-ovf":{compressible:!0,extensions:["ovf"]},"application/x-virtualbox-vbox":{compressible:!0,extensions:["vbox"]},"application/x-virtualbox-vbox-extpack":{compressible:!1,extensions:["vbox-extpack"]},"application/x-virtualbox-vdi":{compressible:!0,extensions:["vdi"]},"application/x-virtualbox-vhd":{compressible:!0,extensions:["vhd"]},"application/x-virtualbox-vmdk":{compressible:!0,extensions:["vmdk"]},"application/x-wais-source":{source:"apache",extensions:["src"]},"application/x-web-app-manifest+json":{compressible:!0,extensions:["webapp"]},"application/x-www-form-urlencoded":{source:"iana",compressible:!0},"application/x-x509-ca-cert":{source:"iana",extensions:["der","crt","pem"]},"application/x-x509-ca-ra-cert":{source:"iana"},"application/x-x509-next-ca-cert":{source:"iana"},"application/x-xfig":{source:"apache",extensions:["fig"]},"application/x-xliff+xml":{source:"apache",compressible:!0,extensions:["xlf"]},"application/x-xpinstall":{source:"apache",compressible:!1,extensions:["xpi"]},"application/x-xz":{source:"apache",extensions:["xz"]},"application/x-zmachine":{source:"apache",extensions:["z1","z2","z3","z4","z5","z6","z7","z8"]},"application/x400-bp":{source:"iana"},"application/xacml+xml":{source:"iana",compressible:!0},"application/xaml+xml":{source:"apache",compressible:!0,extensions:["xaml"]},"application/xcap-att+xml":{source:"iana",compressible:!0,extensions:["xav"]},"application/xcap-caps+xml":{source:"iana",compressible:!0,extensions:["xca"]},"application/xcap-diff+xml":{source:"iana",compressible:!0,extensions:["xdf"]},"application/xcap-el+xml":{source:"iana",compressible:!0,extensions:["xel"]},"application/xcap-error+xml":{source:"iana",compressible:!0},"application/xcap-ns+xml":{source:"iana",compressible:!0,extensions:["xns"]},"application/xcon-conference-info+xml":{source:"iana",compressible:!0},"application/xcon-conference-info-diff+xml":{source:"iana",compressible:!0},"application/xenc+xml":{source:"iana",compressible:!0,extensions:["xenc"]},"application/xhtml+xml":{source:"iana",compressible:!0,extensions:["xhtml","xht"]},"application/xhtml-voice+xml":{source:"apache",compressible:!0},"application/xliff+xml":{source:"iana",compressible:!0,extensions:["xlf"]},"application/xml":{source:"iana",compressible:!0,extensions:["xml","xsl","xsd","rng"]},"application/xml-dtd":{source:"iana",compressible:!0,extensions:["dtd"]},"application/xml-external-parsed-entity":{source:"iana"},"application/xml-patch+xml":{source:"iana",compressible:!0},"application/xmpp+xml":{source:"iana",compressible:!0},"application/xop+xml":{source:"iana",compressible:!0,extensions:["xop"]},"application/xproc+xml":{source:"apache",compressible:!0,extensions:["xpl"]},"application/xslt+xml":{source:"iana",compressible:!0,extensions:["xsl","xslt"]},"application/xspf+xml":{source:"apache",compressible:!0,extensions:["xspf"]},"application/xv+xml":{source:"iana",compressible:!0,extensions:["mxml","xhvml","xvml","xvm"]},"application/yang":{source:"iana",extensions:["yang"]},"application/yang-data+json":{source:"iana",compressible:!0},"application/yang-data+xml":{source:"iana",compressible:!0},"application/yang-patch+json":{source:"iana",compressible:!0},"application/yang-patch+xml":{source:"iana",compressible:!0},"application/yin+xml":{source:"iana",compressible:!0,extensions:["yin"]},"application/zip":{source:"iana",compressible:!1,extensions:["zip"]},"application/zlib":{source:"iana"},"application/zstd":{source:"iana"},"audio/1d-interleaved-parityfec":{source:"iana"},"audio/32kadpcm":{source:"iana"},"audio/3gpp":{source:"iana",compressible:!1,extensions:["3gpp"]},"audio/3gpp2":{source:"iana"},"audio/aac":{source:"iana"},"audio/ac3":{source:"iana"},"audio/adpcm":{source:"apache",extensions:["adp"]},"audio/amr":{source:"iana",extensions:["amr"]},"audio/amr-wb":{source:"iana"},"audio/amr-wb+":{source:"iana"},"audio/aptx":{source:"iana"},"audio/asc":{source:"iana"},"audio/atrac-advanced-lossless":{source:"iana"},"audio/atrac-x":{source:"iana"},"audio/atrac3":{source:"iana"},"audio/basic":{source:"iana",compressible:!1,extensions:["au","snd"]},"audio/bv16":{source:"iana"},"audio/bv32":{source:"iana"},"audio/clearmode":{source:"iana"},"audio/cn":{source:"iana"},"audio/dat12":{source:"iana"},"audio/dls":{source:"iana"},"audio/dsr-es201108":{source:"iana"},"audio/dsr-es202050":{source:"iana"},"audio/dsr-es202211":{source:"iana"},"audio/dsr-es202212":{source:"iana"},"audio/dv":{source:"iana"},"audio/dvi4":{source:"iana"},"audio/eac3":{source:"iana"},"audio/encaprtp":{source:"iana"},"audio/evrc":{source:"iana"},"audio/evrc-qcp":{source:"iana"},"audio/evrc0":{source:"iana"},"audio/evrc1":{source:"iana"},"audio/evrcb":{source:"iana"},"audio/evrcb0":{source:"iana"},"audio/evrcb1":{source:"iana"},"audio/evrcnw":{source:"iana"},"audio/evrcnw0":{source:"iana"},"audio/evrcnw1":{source:"iana"},"audio/evrcwb":{source:"iana"},"audio/evrcwb0":{source:"iana"},"audio/evrcwb1":{source:"iana"},"audio/evs":{source:"iana"},"audio/flexfec":{source:"iana"},"audio/fwdred":{source:"iana"},"audio/g711-0":{source:"iana"},"audio/g719":{source:"iana"},"audio/g722":{source:"iana"},"audio/g7221":{source:"iana"},"audio/g723":{source:"iana"},"audio/g726-16":{source:"iana"},"audio/g726-24":{source:"iana"},"audio/g726-32":{source:"iana"},"audio/g726-40":{source:"iana"},"audio/g728":{source:"iana"},"audio/g729":{source:"iana"},"audio/g7291":{source:"iana"},"audio/g729d":{source:"iana"},"audio/g729e":{source:"iana"},"audio/gsm":{source:"iana"},"audio/gsm-efr":{source:"iana"},"audio/gsm-hr-08":{source:"iana"},"audio/ilbc":{source:"iana"},"audio/ip-mr_v2.5":{source:"iana"},"audio/isac":{source:"apache"},"audio/l16":{source:"iana"},"audio/l20":{source:"iana"},"audio/l24":{source:"iana",compressible:!1},"audio/l8":{source:"iana"},"audio/lpc":{source:"iana"},"audio/melp":{source:"iana"},"audio/melp1200":{source:"iana"},"audio/melp2400":{source:"iana"},"audio/melp600":{source:"iana"},"audio/mhas":{source:"iana"},"audio/midi":{source:"apache",extensions:["mid","midi","kar","rmi"]},"audio/mobile-xmf":{source:"iana",extensions:["mxmf"]},"audio/mp3":{compressible:!1,extensions:["mp3"]},"audio/mp4":{source:"iana",compressible:!1,extensions:["m4a","mp4a"]},"audio/mp4a-latm":{source:"iana"},"audio/mpa":{source:"iana"},"audio/mpa-robust":{source:"iana"},"audio/mpeg":{source:"iana",compressible:!1,extensions:["mpga","mp2","mp2a","mp3","m2a","m3a"]},"audio/mpeg4-generic":{source:"iana"},"audio/musepack":{source:"apache"},"audio/ogg":{source:"iana",compressible:!1,extensions:["oga","ogg","spx","opus"]},"audio/opus":{source:"iana"},"audio/parityfec":{source:"iana"},"audio/pcma":{source:"iana"},"audio/pcma-wb":{source:"iana"},"audio/pcmu":{source:"iana"},"audio/pcmu-wb":{source:"iana"},"audio/prs.sid":{source:"iana"},"audio/qcelp":{source:"iana"},"audio/raptorfec":{source:"iana"},"audio/red":{source:"iana"},"audio/rtp-enc-aescm128":{source:"iana"},"audio/rtp-midi":{source:"iana"},"audio/rtploopback":{source:"iana"},"audio/rtx":{source:"iana"},"audio/s3m":{source:"apache",extensions:["s3m"]},"audio/scip":{source:"iana"},"audio/silk":{source:"apache",extensions:["sil"]},"audio/smv":{source:"iana"},"audio/smv-qcp":{source:"iana"},"audio/smv0":{source:"iana"},"audio/sofa":{source:"iana"},"audio/sp-midi":{source:"iana"},"audio/speex":{source:"iana"},"audio/t140c":{source:"iana"},"audio/t38":{source:"iana"},"audio/telephone-event":{source:"iana"},"audio/tetra_acelp":{source:"iana"},"audio/tetra_acelp_bb":{source:"iana"},"audio/tone":{source:"iana"},"audio/tsvcis":{source:"iana"},"audio/uemclip":{source:"iana"},"audio/ulpfec":{source:"iana"},"audio/usac":{source:"iana"},"audio/vdvi":{source:"iana"},"audio/vmr-wb":{source:"iana"},"audio/vnd.3gpp.iufp":{source:"iana"},"audio/vnd.4sb":{source:"iana"},"audio/vnd.audiokoz":{source:"iana"},"audio/vnd.celp":{source:"iana"},"audio/vnd.cisco.nse":{source:"iana"},"audio/vnd.cmles.radio-events":{source:"iana"},"audio/vnd.cns.anp1":{source:"iana"},"audio/vnd.cns.inf1":{source:"iana"},"audio/vnd.dece.audio":{source:"iana",extensions:["uva","uvva"]},"audio/vnd.digital-winds":{source:"iana",extensions:["eol"]},"audio/vnd.dlna.adts":{source:"iana"},"audio/vnd.dolby.heaac.1":{source:"iana"},"audio/vnd.dolby.heaac.2":{source:"iana"},"audio/vnd.dolby.mlp":{source:"iana"},"audio/vnd.dolby.mps":{source:"iana"},"audio/vnd.dolby.pl2":{source:"iana"},"audio/vnd.dolby.pl2x":{source:"iana"},"audio/vnd.dolby.pl2z":{source:"iana"},"audio/vnd.dolby.pulse.1":{source:"iana"},"audio/vnd.dra":{source:"iana",extensions:["dra"]},"audio/vnd.dts":{source:"iana",extensions:["dts"]},"audio/vnd.dts.hd":{source:"iana",extensions:["dtshd"]},"audio/vnd.dts.uhd":{source:"iana"},"audio/vnd.dvb.file":{source:"iana"},"audio/vnd.everad.plj":{source:"iana"},"audio/vnd.hns.audio":{source:"iana"},"audio/vnd.lucent.voice":{source:"iana",extensions:["lvp"]},"audio/vnd.ms-playready.media.pya":{source:"iana",extensions:["pya"]},"audio/vnd.nokia.mobile-xmf":{source:"iana"},"audio/vnd.nortel.vbk":{source:"iana"},"audio/vnd.nuera.ecelp4800":{source:"iana",extensions:["ecelp4800"]},"audio/vnd.nuera.ecelp7470":{source:"iana",extensions:["ecelp7470"]},"audio/vnd.nuera.ecelp9600":{source:"iana",extensions:["ecelp9600"]},"audio/vnd.octel.sbc":{source:"iana"},"audio/vnd.presonus.multitrack":{source:"iana"},"audio/vnd.qcelp":{source:"iana"},"audio/vnd.rhetorex.32kadpcm":{source:"iana"},"audio/vnd.rip":{source:"iana",extensions:["rip"]},"audio/vnd.rn-realaudio":{compressible:!1},"audio/vnd.sealedmedia.softseal.mpeg":{source:"iana"},"audio/vnd.vmx.cvsd":{source:"iana"},"audio/vnd.wave":{compressible:!1},"audio/vorbis":{source:"iana",compressible:!1},"audio/vorbis-config":{source:"iana"},"audio/wav":{compressible:!1,extensions:["wav"]},"audio/wave":{compressible:!1,extensions:["wav"]},"audio/webm":{source:"apache",compressible:!1,extensions:["weba"]},"audio/x-aac":{source:"apache",compressible:!1,extensions:["aac"]},"audio/x-aiff":{source:"apache",extensions:["aif","aiff","aifc"]},"audio/x-caf":{source:"apache",compressible:!1,extensions:["caf"]},"audio/x-flac":{source:"apache",extensions:["flac"]},"audio/x-m4a":{source:"nginx",extensions:["m4a"]},"audio/x-matroska":{source:"apache",extensions:["mka"]},"audio/x-mpegurl":{source:"apache",extensions:["m3u"]},"audio/x-ms-wax":{source:"apache",extensions:["wax"]},"audio/x-ms-wma":{source:"apache",extensions:["wma"]},"audio/x-pn-realaudio":{source:"apache",extensions:["ram","ra"]},"audio/x-pn-realaudio-plugin":{source:"apache",extensions:["rmp"]},"audio/x-realaudio":{source:"nginx",extensions:["ra"]},"audio/x-tta":{source:"apache"},"audio/x-wav":{source:"apache",extensions:["wav"]},"audio/xm":{source:"apache",extensions:["xm"]},"chemical/x-cdx":{source:"apache",extensions:["cdx"]},"chemical/x-cif":{source:"apache",extensions:["cif"]},"chemical/x-cmdf":{source:"apache",extensions:["cmdf"]},"chemical/x-cml":{source:"apache",extensions:["cml"]},"chemical/x-csml":{source:"apache",extensions:["csml"]},"chemical/x-pdb":{source:"apache"},"chemical/x-xyz":{source:"apache",extensions:["xyz"]},"font/collection":{source:"iana",extensions:["ttc"]},"font/otf":{source:"iana",compressible:!0,extensions:["otf"]},"font/sfnt":{source:"iana"},"font/ttf":{source:"iana",compressible:!0,extensions:["ttf"]},"font/woff":{source:"iana",extensions:["woff"]},"font/woff2":{source:"iana",extensions:["woff2"]},"image/aces":{source:"iana",extensions:["exr"]},"image/apng":{compressible:!1,extensions:["apng"]},"image/avci":{source:"iana",extensions:["avci"]},"image/avcs":{source:"iana",extensions:["avcs"]},"image/avif":{source:"iana",compressible:!1,extensions:["avif"]},"image/bmp":{source:"iana",compressible:!0,extensions:["bmp"]},"image/cgm":{source:"iana",extensions:["cgm"]},"image/dicom-rle":{source:"iana",extensions:["drle"]},"image/emf":{source:"iana",extensions:["emf"]},"image/fits":{source:"iana",extensions:["fits"]},"image/g3fax":{source:"iana",extensions:["g3"]},"image/gif":{source:"iana",compressible:!1,extensions:["gif"]},"image/heic":{source:"iana",extensions:["heic"]},"image/heic-sequence":{source:"iana",extensions:["heics"]},"image/heif":{source:"iana",extensions:["heif"]},"image/heif-sequence":{source:"iana",extensions:["heifs"]},"image/hej2k":{source:"iana",extensions:["hej2"]},"image/hsj2":{source:"iana",extensions:["hsj2"]},"image/ief":{source:"iana",extensions:["ief"]},"image/jls":{source:"iana",extensions:["jls"]},"image/jp2":{source:"iana",compressible:!1,extensions:["jp2","jpg2"]},"image/jpeg":{source:"iana",compressible:!1,extensions:["jpeg","jpg","jpe"]},"image/jph":{source:"iana",extensions:["jph"]},"image/jphc":{source:"iana",extensions:["jhc"]},"image/jpm":{source:"iana",compressible:!1,extensions:["jpm"]},"image/jpx":{source:"iana",compressible:!1,extensions:["jpx","jpf"]},"image/jxr":{source:"iana",extensions:["jxr"]},"image/jxra":{source:"iana",extensions:["jxra"]},"image/jxrs":{source:"iana",extensions:["jxrs"]},"image/jxs":{source:"iana",extensions:["jxs"]},"image/jxsc":{source:"iana",extensions:["jxsc"]},"image/jxsi":{source:"iana",extensions:["jxsi"]},"image/jxss":{source:"iana",extensions:["jxss"]},"image/ktx":{source:"iana",extensions:["ktx"]},"image/ktx2":{source:"iana",extensions:["ktx2"]},"image/naplps":{source:"iana"},"image/pjpeg":{compressible:!1},"image/png":{source:"iana",compressible:!1,extensions:["png"]},"image/prs.btif":{source:"iana",extensions:["btif"]},"image/prs.pti":{source:"iana",extensions:["pti"]},"image/pwg-raster":{source:"iana"},"image/sgi":{source:"apache",extensions:["sgi"]},"image/svg+xml":{source:"iana",compressible:!0,extensions:["svg","svgz"]},"image/t38":{source:"iana",extensions:["t38"]},"image/tiff":{source:"iana",compressible:!1,extensions:["tif","tiff"]},"image/tiff-fx":{source:"iana",extensions:["tfx"]},"image/vnd.adobe.photoshop":{source:"iana",compressible:!0,extensions:["psd"]},"image/vnd.airzip.accelerator.azv":{source:"iana",extensions:["azv"]},"image/vnd.cns.inf2":{source:"iana"},"image/vnd.dece.graphic":{source:"iana",extensions:["uvi","uvvi","uvg","uvvg"]},"image/vnd.djvu":{source:"iana",extensions:["djvu","djv"]},"image/vnd.dvb.subtitle":{source:"iana",extensions:["sub"]},"image/vnd.dwg":{source:"iana",extensions:["dwg"]},"image/vnd.dxf":{source:"iana",extensions:["dxf"]},"image/vnd.fastbidsheet":{source:"iana",extensions:["fbs"]},"image/vnd.fpx":{source:"iana",extensions:["fpx"]},"image/vnd.fst":{source:"iana",extensions:["fst"]},"image/vnd.fujixerox.edmics-mmr":{source:"iana",extensions:["mmr"]},"image/vnd.fujixerox.edmics-rlc":{source:"iana",extensions:["rlc"]},"image/vnd.globalgraphics.pgb":{source:"iana"},"image/vnd.microsoft.icon":{source:"iana",compressible:!0,extensions:["ico"]},"image/vnd.mix":{source:"iana"},"image/vnd.mozilla.apng":{source:"iana"},"image/vnd.ms-dds":{compressible:!0,extensions:["dds"]},"image/vnd.ms-modi":{source:"iana",extensions:["mdi"]},"image/vnd.ms-photo":{source:"apache",extensions:["wdp"]},"image/vnd.net-fpx":{source:"iana",extensions:["npx"]},"image/vnd.pco.b16":{source:"iana",extensions:["b16"]},"image/vnd.radiance":{source:"iana"},"image/vnd.sealed.png":{source:"iana"},"image/vnd.sealedmedia.softseal.gif":{source:"iana"},"image/vnd.sealedmedia.softseal.jpg":{source:"iana"},"image/vnd.svf":{source:"iana"},"image/vnd.tencent.tap":{source:"iana",extensions:["tap"]},"image/vnd.valve.source.texture":{source:"iana",extensions:["vtf"]},"image/vnd.wap.wbmp":{source:"iana",extensions:["wbmp"]},"image/vnd.xiff":{source:"iana",extensions:["xif"]},"image/vnd.zbrush.pcx":{source:"iana",extensions:["pcx"]},"image/webp":{source:"apache",extensions:["webp"]},"image/wmf":{source:"iana",extensions:["wmf"]},"image/x-3ds":{source:"apache",extensions:["3ds"]},"image/x-cmu-raster":{source:"apache",extensions:["ras"]},"image/x-cmx":{source:"apache",extensions:["cmx"]},"image/x-freehand":{source:"apache",extensions:["fh","fhc","fh4","fh5","fh7"]},"image/x-icon":{source:"apache",compressible:!0,extensions:["ico"]},"image/x-jng":{source:"nginx",extensions:["jng"]},"image/x-mrsid-image":{source:"apache",extensions:["sid"]},"image/x-ms-bmp":{source:"nginx",compressible:!0,extensions:["bmp"]},"image/x-pcx":{source:"apache",extensions:["pcx"]},"image/x-pict":{source:"apache",extensions:["pic","pct"]},"image/x-portable-anymap":{source:"apache",extensions:["pnm"]},"image/x-portable-bitmap":{source:"apache",extensions:["pbm"]},"image/x-portable-graymap":{source:"apache",extensions:["pgm"]},"image/x-portable-pixmap":{source:"apache",extensions:["ppm"]},"image/x-rgb":{source:"apache",extensions:["rgb"]},"image/x-tga":{source:"apache",extensions:["tga"]},"image/x-xbitmap":{source:"apache",extensions:["xbm"]},"image/x-xcf":{compressible:!1},"image/x-xpixmap":{source:"apache",extensions:["xpm"]},"image/x-xwindowdump":{source:"apache",extensions:["xwd"]},"message/cpim":{source:"iana"},"message/delivery-status":{source:"iana"},"message/disposition-notification":{source:"iana",extensions:["disposition-notification"]},"message/external-body":{source:"iana"},"message/feedback-report":{source:"iana"},"message/global":{source:"iana",extensions:["u8msg"]},"message/global-delivery-status":{source:"iana",extensions:["u8dsn"]},"message/global-disposition-notification":{source:"iana",extensions:["u8mdn"]},"message/global-headers":{source:"iana",extensions:["u8hdr"]},"message/http":{source:"iana",compressible:!1},"message/imdn+xml":{source:"iana",compressible:!0},"message/news":{source:"iana"},"message/partial":{source:"iana",compressible:!1},"message/rfc822":{source:"iana",compressible:!0,extensions:["eml","mime"]},"message/s-http":{source:"iana"},"message/sip":{source:"iana"},"message/sipfrag":{source:"iana"},"message/tracking-status":{source:"iana"},"message/vnd.si.simp":{source:"iana"},"message/vnd.wfa.wsc":{source:"iana",extensions:["wsc"]},"model/3mf":{source:"iana",extensions:["3mf"]},"model/e57":{source:"iana"},"model/gltf+json":{source:"iana",compressible:!0,extensions:["gltf"]},"model/gltf-binary":{source:"iana",compressible:!0,extensions:["glb"]},"model/iges":{source:"iana",compressible:!1,extensions:["igs","iges"]},"model/mesh":{source:"iana",compressible:!1,extensions:["msh","mesh","silo"]},"model/mtl":{source:"iana",extensions:["mtl"]},"model/obj":{source:"iana",extensions:["obj"]},"model/step":{source:"iana"},"model/step+xml":{source:"iana",compressible:!0,extensions:["stpx"]},"model/step+zip":{source:"iana",compressible:!1,extensions:["stpz"]},"model/step-xml+zip":{source:"iana",compressible:!1,extensions:["stpxz"]},"model/stl":{source:"iana",extensions:["stl"]},"model/vnd.collada+xml":{source:"iana",compressible:!0,extensions:["dae"]},"model/vnd.dwf":{source:"iana",extensions:["dwf"]},"model/vnd.flatland.3dml":{source:"iana"},"model/vnd.gdl":{source:"iana",extensions:["gdl"]},"model/vnd.gs-gdl":{source:"apache"},"model/vnd.gs.gdl":{source:"iana"},"model/vnd.gtw":{source:"iana",extensions:["gtw"]},"model/vnd.moml+xml":{source:"iana",compressible:!0},"model/vnd.mts":{source:"iana",extensions:["mts"]},"model/vnd.opengex":{source:"iana",extensions:["ogex"]},"model/vnd.parasolid.transmit.binary":{source:"iana",extensions:["x_b"]},"model/vnd.parasolid.transmit.text":{source:"iana",extensions:["x_t"]},"model/vnd.pytha.pyox":{source:"iana"},"model/vnd.rosette.annotated-data-model":{source:"iana"},"model/vnd.sap.vds":{source:"iana",extensions:["vds"]},"model/vnd.usdz+zip":{source:"iana",compressible:!1,extensions:["usdz"]},"model/vnd.valve.source.compiled-map":{source:"iana",extensions:["bsp"]},"model/vnd.vtu":{source:"iana",extensions:["vtu"]},"model/vrml":{source:"iana",compressible:!1,extensions:["wrl","vrml"]},"model/x3d+binary":{source:"apache",compressible:!1,extensions:["x3db","x3dbz"]},"model/x3d+fastinfoset":{source:"iana",extensions:["x3db"]},"model/x3d+vrml":{source:"apache",compressible:!1,extensions:["x3dv","x3dvz"]},"model/x3d+xml":{source:"iana",compressible:!0,extensions:["x3d","x3dz"]},"model/x3d-vrml":{source:"iana",extensions:["x3dv"]},"multipart/alternative":{source:"iana",compressible:!1},"multipart/appledouble":{source:"iana"},"multipart/byteranges":{source:"iana"},"multipart/digest":{source:"iana"},"multipart/encrypted":{source:"iana",compressible:!1},"multipart/form-data":{source:"iana",compressible:!1},"multipart/header-set":{source:"iana"},"multipart/mixed":{source:"iana"},"multipart/multilingual":{source:"iana"},"multipart/parallel":{source:"iana"},"multipart/related":{source:"iana",compressible:!1},"multipart/report":{source:"iana"},"multipart/signed":{source:"iana",compressible:!1},"multipart/vnd.bint.med-plus":{source:"iana"},"multipart/voice-message":{source:"iana"},"multipart/x-mixed-replace":{source:"iana"},"text/1d-interleaved-parityfec":{source:"iana"},"text/cache-manifest":{source:"iana",compressible:!0,extensions:["appcache","manifest"]},"text/calendar":{source:"iana",extensions:["ics","ifb"]},"text/calender":{compressible:!0},"text/cmd":{compressible:!0},"text/coffeescript":{extensions:["coffee","litcoffee"]},"text/cql":{source:"iana"},"text/cql-expression":{source:"iana"},"text/cql-identifier":{source:"iana"},"text/css":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["css"]},"text/csv":{source:"iana",compressible:!0,extensions:["csv"]},"text/csv-schema":{source:"iana"},"text/directory":{source:"iana"},"text/dns":{source:"iana"},"text/ecmascript":{source:"iana"},"text/encaprtp":{source:"iana"},"text/enriched":{source:"iana"},"text/fhirpath":{source:"iana"},"text/flexfec":{source:"iana"},"text/fwdred":{source:"iana"},"text/gff3":{source:"iana"},"text/grammar-ref-list":{source:"iana"},"text/html":{source:"iana",compressible:!0,extensions:["html","htm","shtml"]},"text/jade":{extensions:["jade"]},"text/javascript":{source:"iana",compressible:!0},"text/jcr-cnd":{source:"iana"},"text/jsx":{compressible:!0,extensions:["jsx"]},"text/less":{compressible:!0,extensions:["less"]},"text/markdown":{source:"iana",compressible:!0,extensions:["markdown","md"]},"text/mathml":{source:"nginx",extensions:["mml"]},"text/mdx":{compressible:!0,extensions:["mdx"]},"text/mizar":{source:"iana"},"text/n3":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["n3"]},"text/parameters":{source:"iana",charset:"UTF-8"},"text/parityfec":{source:"iana"},"text/plain":{source:"iana",compressible:!0,extensions:["txt","text","conf","def","list","log","in","ini"]},"text/provenance-notation":{source:"iana",charset:"UTF-8"},"text/prs.fallenstein.rst":{source:"iana"},"text/prs.lines.tag":{source:"iana",extensions:["dsc"]},"text/prs.prop.logic":{source:"iana"},"text/raptorfec":{source:"iana"},"text/red":{source:"iana"},"text/rfc822-headers":{source:"iana"},"text/richtext":{source:"iana",compressible:!0,extensions:["rtx"]},"text/rtf":{source:"iana",compressible:!0,extensions:["rtf"]},"text/rtp-enc-aescm128":{source:"iana"},"text/rtploopback":{source:"iana"},"text/rtx":{source:"iana"},"text/sgml":{source:"iana",extensions:["sgml","sgm"]},"text/shaclc":{source:"iana"},"text/shex":{source:"iana",extensions:["shex"]},"text/slim":{extensions:["slim","slm"]},"text/spdx":{source:"iana",extensions:["spdx"]},"text/strings":{source:"iana"},"text/stylus":{extensions:["stylus","styl"]},"text/t140":{source:"iana"},"text/tab-separated-values":{source:"iana",compressible:!0,extensions:["tsv"]},"text/troff":{source:"iana",extensions:["t","tr","roff","man","me","ms"]},"text/turtle":{source:"iana",charset:"UTF-8",extensions:["ttl"]},"text/ulpfec":{source:"iana"},"text/uri-list":{source:"iana",compressible:!0,extensions:["uri","uris","urls"]},"text/vcard":{source:"iana",compressible:!0,extensions:["vcard"]},"text/vnd.a":{source:"iana"},"text/vnd.abc":{source:"iana"},"text/vnd.ascii-art":{source:"iana"},"text/vnd.curl":{source:"iana",extensions:["curl"]},"text/vnd.curl.dcurl":{source:"apache",extensions:["dcurl"]},"text/vnd.curl.mcurl":{source:"apache",extensions:["mcurl"]},"text/vnd.curl.scurl":{source:"apache",extensions:["scurl"]},"text/vnd.debian.copyright":{source:"iana",charset:"UTF-8"},"text/vnd.dmclientscript":{source:"iana"},"text/vnd.dvb.subtitle":{source:"iana",extensions:["sub"]},"text/vnd.esmertec.theme-descriptor":{source:"iana",charset:"UTF-8"},"text/vnd.familysearch.gedcom":{source:"iana",extensions:["ged"]},"text/vnd.ficlab.flt":{source:"iana"},"text/vnd.fly":{source:"iana",extensions:["fly"]},"text/vnd.fmi.flexstor":{source:"iana",extensions:["flx"]},"text/vnd.gml":{source:"iana"},"text/vnd.graphviz":{source:"iana",extensions:["gv"]},"text/vnd.hans":{source:"iana"},"text/vnd.hgl":{source:"iana"},"text/vnd.in3d.3dml":{source:"iana",extensions:["3dml"]},"text/vnd.in3d.spot":{source:"iana",extensions:["spot"]},"text/vnd.iptc.newsml":{source:"iana"},"text/vnd.iptc.nitf":{source:"iana"},"text/vnd.latex-z":{source:"iana"},"text/vnd.motorola.reflex":{source:"iana"},"text/vnd.ms-mediapackage":{source:"iana"},"text/vnd.net2phone.commcenter.command":{source:"iana"},"text/vnd.radisys.msml-basic-layout":{source:"iana"},"text/vnd.senx.warpscript":{source:"iana"},"text/vnd.si.uricatalogue":{source:"iana"},"text/vnd.sosi":{source:"iana"},"text/vnd.sun.j2me.app-descriptor":{source:"iana",charset:"UTF-8",extensions:["jad"]},"text/vnd.trolltech.linguist":{source:"iana",charset:"UTF-8"},"text/vnd.wap.si":{source:"iana"},"text/vnd.wap.sl":{source:"iana"},"text/vnd.wap.wml":{source:"iana",extensions:["wml"]},"text/vnd.wap.wmlscript":{source:"iana",extensions:["wmls"]},"text/vtt":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["vtt"]},"text/x-asm":{source:"apache",extensions:["s","asm"]},"text/x-c":{source:"apache",extensions:["c","cc","cxx","cpp","h","hh","dic"]},"text/x-component":{source:"nginx",extensions:["htc"]},"text/x-fortran":{source:"apache",extensions:["f","for","f77","f90"]},"text/x-gwt-rpc":{compressible:!0},"text/x-handlebars-template":{extensions:["hbs"]},"text/x-java-source":{source:"apache",extensions:["java"]},"text/x-jquery-tmpl":{compressible:!0},"text/x-lua":{extensions:["lua"]},"text/x-markdown":{compressible:!0,extensions:["mkd"]},"text/x-nfo":{source:"apache",extensions:["nfo"]},"text/x-opml":{source:"apache",extensions:["opml"]},"text/x-org":{compressible:!0,extensions:["org"]},"text/x-pascal":{source:"apache",extensions:["p","pas"]},"text/x-processing":{compressible:!0,extensions:["pde"]},"text/x-sass":{extensions:["sass"]},"text/x-scss":{extensions:["scss"]},"text/x-setext":{source:"apache",extensions:["etx"]},"text/x-sfv":{source:"apache",extensions:["sfv"]},"text/x-suse-ymp":{compressible:!0,extensions:["ymp"]},"text/x-uuencode":{source:"apache",extensions:["uu"]},"text/x-vcalendar":{source:"apache",extensions:["vcs"]},"text/x-vcard":{source:"apache",extensions:["vcf"]},"text/xml":{source:"iana",compressible:!0,extensions:["xml"]},"text/xml-external-parsed-entity":{source:"iana"},"text/yaml":{compressible:!0,extensions:["yaml","yml"]},"video/1d-interleaved-parityfec":{source:"iana"},"video/3gpp":{source:"iana",extensions:["3gp","3gpp"]},"video/3gpp-tt":{source:"iana"},"video/3gpp2":{source:"iana",extensions:["3g2"]},"video/av1":{source:"iana"},"video/bmpeg":{source:"iana"},"video/bt656":{source:"iana"},"video/celb":{source:"iana"},"video/dv":{source:"iana"},"video/encaprtp":{source:"iana"},"video/ffv1":{source:"iana"},"video/flexfec":{source:"iana"},"video/h261":{source:"iana",extensions:["h261"]},"video/h263":{source:"iana",extensions:["h263"]},"video/h263-1998":{source:"iana"},"video/h263-2000":{source:"iana"},"video/h264":{source:"iana",extensions:["h264"]},"video/h264-rcdo":{source:"iana"},"video/h264-svc":{source:"iana"},"video/h265":{source:"iana"},"video/iso.segment":{source:"iana",extensions:["m4s"]},"video/jpeg":{source:"iana",extensions:["jpgv"]},"video/jpeg2000":{source:"iana"},"video/jpm":{source:"apache",extensions:["jpm","jpgm"]},"video/jxsv":{source:"iana"},"video/mj2":{source:"iana",extensions:["mj2","mjp2"]},"video/mp1s":{source:"iana"},"video/mp2p":{source:"iana"},"video/mp2t":{source:"iana",extensions:["ts"]},"video/mp4":{source:"iana",compressible:!1,extensions:["mp4","mp4v","mpg4"]},"video/mp4v-es":{source:"iana"},"video/mpeg":{source:"iana",compressible:!1,extensions:["mpeg","mpg","mpe","m1v","m2v"]},"video/mpeg4-generic":{source:"iana"},"video/mpv":{source:"iana"},"video/nv":{source:"iana"},"video/ogg":{source:"iana",compressible:!1,extensions:["ogv"]},"video/parityfec":{source:"iana"},"video/pointer":{source:"iana"},"video/quicktime":{source:"iana",compressible:!1,extensions:["qt","mov"]},"video/raptorfec":{source:"iana"},"video/raw":{source:"iana"},"video/rtp-enc-aescm128":{source:"iana"},"video/rtploopback":{source:"iana"},"video/rtx":{source:"iana"},"video/scip":{source:"iana"},"video/smpte291":{source:"iana"},"video/smpte292m":{source:"iana"},"video/ulpfec":{source:"iana"},"video/vc1":{source:"iana"},"video/vc2":{source:"iana"},"video/vnd.cctv":{source:"iana"},"video/vnd.dece.hd":{source:"iana",extensions:["uvh","uvvh"]},"video/vnd.dece.mobile":{source:"iana",extensions:["uvm","uvvm"]},"video/vnd.dece.mp4":{source:"iana"},"video/vnd.dece.pd":{source:"iana",extensions:["uvp","uvvp"]},"video/vnd.dece.sd":{source:"iana",extensions:["uvs","uvvs"]},"video/vnd.dece.video":{source:"iana",extensions:["uvv","uvvv"]},"video/vnd.directv.mpeg":{source:"iana"},"video/vnd.directv.mpeg-tts":{source:"iana"},"video/vnd.dlna.mpeg-tts":{source:"iana"},"video/vnd.dvb.file":{source:"iana",extensions:["dvb"]},"video/vnd.fvt":{source:"iana",extensions:["fvt"]},"video/vnd.hns.video":{source:"iana"},"video/vnd.iptvforum.1dparityfec-1010":{source:"iana"},"video/vnd.iptvforum.1dparityfec-2005":{source:"iana"},"video/vnd.iptvforum.2dparityfec-1010":{source:"iana"},"video/vnd.iptvforum.2dparityfec-2005":{source:"iana"},"video/vnd.iptvforum.ttsavc":{source:"iana"},"video/vnd.iptvforum.ttsmpeg2":{source:"iana"},"video/vnd.motorola.video":{source:"iana"},"video/vnd.motorola.videop":{source:"iana"},"video/vnd.mpegurl":{source:"iana",extensions:["mxu","m4u"]},"video/vnd.ms-playready.media.pyv":{source:"iana",extensions:["pyv"]},"video/vnd.nokia.interleaved-multimedia":{source:"iana"},"video/vnd.nokia.mp4vr":{source:"iana"},"video/vnd.nokia.videovoip":{source:"iana"},"video/vnd.objectvideo":{source:"iana"},"video/vnd.radgamettools.bink":{source:"iana"},"video/vnd.radgamettools.smacker":{source:"iana"},"video/vnd.sealed.mpeg1":{source:"iana"},"video/vnd.sealed.mpeg4":{source:"iana"},"video/vnd.sealed.swf":{source:"iana"},"video/vnd.sealedmedia.softseal.mov":{source:"iana"},"video/vnd.uvvu.mp4":{source:"iana",extensions:["uvu","uvvu"]},"video/vnd.vivo":{source:"iana",extensions:["viv"]},"video/vnd.youtube.yt":{source:"iana"},"video/vp8":{source:"iana"},"video/vp9":{source:"iana"},"video/webm":{source:"apache",compressible:!1,extensions:["webm"]},"video/x-f4v":{source:"apache",extensions:["f4v"]},"video/x-fli":{source:"apache",extensions:["fli"]},"video/x-flv":{source:"apache",compressible:!1,extensions:["flv"]},"video/x-m4v":{source:"apache",extensions:["m4v"]},"video/x-matroska":{source:"apache",compressible:!1,extensions:["mkv","mk3d","mks"]},"video/x-mng":{source:"apache",extensions:["mng"]},"video/x-ms-asf":{source:"apache",extensions:["asf","asx"]},"video/x-ms-vob":{source:"apache",extensions:["vob"]},"video/x-ms-wm":{source:"apache",extensions:["wm"]},"video/x-ms-wmv":{source:"apache",compressible:!1,extensions:["wmv"]},"video/x-ms-wmx":{source:"apache",extensions:["wmx"]},"video/x-ms-wvx":{source:"apache",extensions:["wvx"]},"video/x-msvideo":{source:"apache",extensions:["avi"]},"video/x-sgi-movie":{source:"apache",extensions:["movie"]},"video/x-smv":{source:"apache",extensions:["smv"]},"x-conference/x-cooltalk":{source:"apache",extensions:["ice"]},"x-shader/x-fragment":{compressible:!0},"x-shader/x-vertex":{compressible:!0}};/*!
* mime-db
* Copyright(c) 2014 Jonathan Ong
* Copyright(c) 2015-2022 Douglas Christopher Wilson
* MIT Licensed
*/var mimeDb=require$$0;/*!
* mime-types
* Copyright(c) 2014 Jonathan Ong
* Copyright(c) 2015 Douglas Christopher Wilson
* MIT Licensed
*/(function(e){var t=mimeDb,y=pathBrowserify.extname,n=/^\s*([^;\s]*)(?:;|\s|$)/,k=/^text\//i;e.charset=L,e.charsets={lookup:L},e.contentType=$,e.extension=j,e.extensions=Object.create(null),e.lookup=V,e.types=Object.create(null),z(e.extensions,e.types);function L(re){if(!re||typeof re!="string")return!1;var ie=n.exec(re),oe=ie&&t[ie[1].toLowerCase()];return oe&&oe.charset?oe.charset:ie&&k.test(ie[1])?"UTF-8":!1}function $(re){if(!re||typeof re!="string")return!1;var ie=re.indexOf("/")===-1?e.lookup(re):re;if(!ie)return!1;if(ie.indexOf("charset")===-1){var oe=e.charset(ie);oe&&(ie+="; charset="+oe.toLowerCase())}return ie}function j(re){if(!re||typeof re!="string")return!1;var ie=n.exec(re),oe=ie&&e.extensions[ie[1].toLowerCase()];return!oe||!oe.length?!1:oe[0]}function V(re){if(!re||typeof re!="string")return!1;var ie=y("x."+re).toLowerCase().substr(1);return ie&&e.types[ie]||!1}function z(re,ie){var oe=["nginx","apache",void 0,"iana"];Object.keys(t).forEach(function(de){var pe=t[de],Ie=pe.extensions;if(!(!Ie||!Ie.length)){re[de]=Ie;for(var he=0;he<Ie.length;he++){var Ce=Ie[he];if(ie[Ce]){var _e=oe.indexOf(t[ie[Ce]].source),Ne=oe.indexOf(pe.source);if(ie[Ce]!=="application/octet-stream"&&(_e>Ne||_e===Ne&&ie[Ce].substr(0,12)==="application/"))continue}ie[Ce]=de}}})}})(mimeTypes$1);let ENCRYPTION_TYPES=function(e){return e.SSEC="SSE-C",e.KMS="KMS",e}({}),RETENTION_MODES=function(e){return e.GOVERNANCE="GOVERNANCE",e.COMPLIANCE="COMPLIANCE",e}({}),RETENTION_VALIDITY_UNITS=function(e){return e.DAYS="Days",e.YEARS="Years",e}({}),LEGAL_HOLD_STATUS=function(e){return e.ENABLED="ON",e.DISABLED="OFF",e}({});const MetaDataHeaderPrefix="x-amz-meta-";function uriEscape(e){return e.split("").reduce((t,y)=>{const n=Buffer$2.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(const k of n)t=t+"%"+k.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.includes(".")?!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;const t="`~!@#$%^&*()+={}[]|\\\"';:><?/";for(const y of t)if(e.includes(y))return!1;return!0}function probeContentType(e){let t=mimeTypes$1.lookup(e);return t||(t="application/octet-stream"),t}function isValidPort(e){return isNumber$2(e)?0<=e&&e<=65535:!1}function isValidBucketName(e){return!isString$1(e)||e.length<3||e.length>63||e.includes("..")||/[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+/.test(e)?!1:!!/^[a-z0-9][a-z0-9.-]+[a-z0-9]$/.test(e)}function isValidObjectName(e){return isValidPrefix(e)?e.length!==0:!1}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 isEmpty(e){return _.isEmpty(e)}function isEmptyObject(e){return Object.values(e).filter(t=>t!==void 0).length!==0}function isDefined(e){return e!=null}function isValidDate(e){return e instanceof Date&&!isNaN(e)}function makeDateLong(e){e=e||new Date;const t=e.toISOString();return t.slice(0,4)+t.slice(5,7)+t.slice(8,13)+t.slice(14,16)+t.slice(17,19)+"Z"}function makeDateShort(e){e=e||new Date;const t=e.toISOString();return t.slice(0,4)+t.slice(5,7)+t.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){const t=new streamBrowserify.Readable;return t._read=()=>{},t.push(e),t.push(null),t}function insertContentType(e,t){for(const y in e)if(y.toLowerCase()==="content-type")return e;return{...e,"content-type":probeContentType(t)}}function prependXAMZMeta(e){return e?_.mapKeys(e,(t,y)=>isAmzHeader(y)||isSupportedHeader(y)||isStorageClassHeader(y)?y:MetaDataHeaderPrefix+y):{}}function isAmzHeader(e){const t=e.toLowerCase();return t.startsWith(MetaDataHeaderPrefix)||t==="x-amz-acl"||t.startsWith("x-amz-server-side-encryption-")||t==="x-amz-server-side-encryption"}function isSupportedHeader(e){return["content-type","cache-control","content-encoding","content-disposition","content-language","x-amz-website-redirect-location"].includes(e.toLowerCase())}function isStorageClassHeader(e){return e.toLowerCase()==="x-amz-storage-class"}function extractMetadata(e){return _.mapKeys(_.pickBy(e,(t,y)=>isSupportedHeader(y)||isStorageClassHeader(y)||isAmzHeader(y)),(t,y)=>{const n=y.toLowerCase();return n.startsWith(MetaDataHeaderPrefix)?n.slice(MetaDataHeaderPrefix.length):y})}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=""){const t={'"':"","&quot;":"","&#34;":"","&QUOT;":"","&#x00022":""};return e.replace(/^("|&quot;|&#34;)|("|&quot;|&#34;)$/g,y=>t[y])}function toMd5(e){return(void 0)("md5").update(Buffer$2.from(e)).digest().toString("base64")}function toSha256(e){return(void 0)("sha256").update(e).digest("hex")}function toArray$1(e){return Array.isArray(e)?e:[e]}function sanitizeObjectKey(e){const t=(e?e.toString():"").replace(/\+/g," ");return decodeURIComponent(t)}function sanitizeSize(e){return e?Number.parseInt(e):void 0}const PART_CONSTRAINTS={ABS_MIN_PART_SIZE:1024*1024*5,MIN_PART_SIZE:1024*1024*16,MAX_PARTS_COUNT:1e4,MAX_PART_SIZE:1024*1024*1024*5,MAX_SINGLE_PUT_OBJECT_SIZE:1024*1024*1024*5,MAX_MULTIPART_PUT_OBJECT_SIZE:1024*1024*1024*1024*5},GENERIC_SSE_HEADER="X-Amz-Server-Side-Encryption",ENCRYPTION_HEADERS={sseGenericHeader:GENERIC_SSE_HEADER,sseKmsKeyID:GENERIC_SSE_HEADER+"-Aws-Kms-Key-Id"};function getEncryptionHeaders(e){const t=e.type;if(!isEmpty(t)){if(t===ENCRYPTION_TYPES.SSEC)return{[ENCRYPTION_HEADERS.sseGenericHeader]:"AES256"};if(t===ENCRYPTION_TYPES.KMS)return{[ENCRYPTION_HEADERS.sseGenericHeader]:e.SSEAlgorithm,[ENCRYPTION_HEADERS.sseKmsKeyID]:e.KMSMasterKeyID}}return{}}function partsRequired(e){const t=PART_CONSTRAINTS.MAX_MULTIPART_PUT_OBJECT_SIZE/(PART_CONSTRAINTS.MAX_PARTS_COUNT-1);let y=e/t;return e%t>0&&y++,y=Math.trunc(y),y}function calculateEvenSplits(e,t){if(e===0)return null;const y=partsRequired(e),n=[],k=[];let L=t.Start;(isEmpty(L)||L===-1)&&(L=0);const $=Math.trunc(e/y),j=e%y;let V=L;for(let z=0;z<y;z++){let re=$;z<j&&re++;const ie=V,oe=ie+re-1;V=oe+1,n.push(ie),k.push(oe)}return{startIndex:n,endIndex:k,objInfo:t}}const fxp$1=new fxp$2.XMLParser;function parseXml(e){const t=fxp$1.parse(e);if(t.Error)throw t.Error;return t}const DEFAULT_REGION="us-east-1";class CopySourceOptions{constructor({Bucket:t,Object:y,VersionID:n="",MatchETag:k="",NoMatchETag:L="",MatchModifiedSince:$=null,MatchUnmodifiedSince:j=null,MatchRange:V=!1,Start:z=0,End:re=0,Encryption:ie=void 0}){this.Bucket=t,this.Object=y,this.VersionID=n,this.MatchETag=k,this.NoMatchETag=L,this.MatchModifiedSince=$,this.MatchUnmodifiedSince=j,this.MatchRange=V,this.Start=z,this.End=re,this.Encryption=ie}validate(){if(!isValidBucketName(this.Bucket))throw new InvalidBucketNameError("Invalid Source bucket name: "+this.Bucket);if(!isValidObjectName(this.Object))throw new InvalidObjectNameError(`Invalid Source object name: ${this.Object}`);if(this.MatchRange&&this.Start!==-1&&this.End!==-1&&this.Start>this.End||this.Start<0)throw new InvalidObjectNameError("Source start must be non-negative, and start must be at most end.");if(this.MatchRange&&!isNumber$2(this.Start)||!isNumber$2(this.End))throw new InvalidObjectNameError("MatchRange is specified. But Invalid Start and End values are specified.");return!0}getHeaders(){const t={};return t["x-amz-copy-source"]=encodeURI(this.Bucket+"/"+this.Object),isEmpty(this.VersionID)||(t["x-amz-copy-source"]=`${encodeURI(this.Bucket+"/"+this.Object)}?versionId=${this.VersionID}`),isEmpty(this.MatchETag)||(t["x-amz-copy-source-if-match"]=this.MatchETag),isEmpty(this.NoMatchETag)||(t["x-amz-copy-source-if-none-match"]=this.NoMatchETag),isEmpty(this.MatchModifiedSince)||(t["x-amz-copy-source-if-modified-since"]=this.MatchModifiedSince),isEmpty(this.MatchUnmodifiedSince)||(t["x-amz-copy-source-if-unmodified-since"]=this.MatchUnmodifiedSince),t}}class CopyDestinationOptions{constructor({Bucket:t,Object:y,Encryption:n,UserMetadata:k,UserTags:L,LegalHold:$,RetainUntilDate:j,Mode:V,MetadataDirective:z}){this.Bucket=t,this.Object=y,this.Encryption=n??void 0,this.UserMetadata=k,this.UserTags=L,this.LegalHold=$,this.Mode=V,this.RetainUntilDate=j,this.MetadataDirective=z}getHeaders(){const t="REPLACE",y={},n=this.UserTags;if(isEmpty(n)||(y["X-Amz-Tagging-Directive"]=t,y["X-Amz-Tagging"]=isObject$1(n)?queryString.stringify(n):isString$1(n)?n:""),this.Mode&&(y["X-Amz-Object-Lock-Mode"]=this.Mode),this.RetainUntilDate&&(y["X-Amz-Object-Lock-Retain-Until-Date"]=this.RetainUntilDate),this.LegalHold&&(y["X-Amz-Object-Lock-Legal-Hold"]=this.LegalHold),this.UserMetadata)for(const[k,L]of Object.entries(this.UserMetadata))y[`X-Amz-Meta-${k}`]=L.toString();if(this.MetadataDirective&&(y["X-Amz-Metadata-Directive"]=this.MetadataDirective),this.Encryption){const k=getEncryptionHeaders(this.Encryption);for(const[L,$]of Object.entries(k))y[L]=$}return y}validate(){if(!isValidBucketName(this.Bucket))throw new InvalidBucketNameError("Invalid Destination bucket name: "+this.Bucket);if(!isValidObjectName(this.Object))throw new InvalidObjectNameError(`Invalid Destination object name: ${this.Object}`);if(!isEmpty(this.UserMetadata)&&!isObject$1(this.UserMetadata))throw new InvalidObjectNameError("Destination UserMetadata should be an object with key value pairs");if(!isEmpty(this.Mode)&&![RETENTION_MODES.GOVERNANCE,RETENTION_MODES.COMPLIANCE].includes(this.Mode))throw new InvalidObjectNameError("Invalid Mode specified for destination object it should be one of [GOVERNANCE,COMPLIANCE]");if(this.Encryption!==void 0&&isEmptyObject(this.Encryption))throw new InvalidObjectNameError("Invalid Encryption configuration for destination object ");return!0}}class SelectResults{constructor({records:t,response:y,stats:n,progress:k}){this.records=t,this.response=y,this.stats=n,this.progress=k}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}}function callbackify(e){return function(){const t=[...arguments],y=t.pop();return typeof y=="function"?e.apply(this,t).then(n=>y(null,n),n=>y(n)):e.apply(this,arguments)}}var lib={},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_ce00252a-e499-4a13-af17-167840600a6b",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_ce00252a-e499-4a13-af17-167840600a6b",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:"590",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:19655",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:"10470992626",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"4b3d261ecb674f4733a36d0a1923b06d49c21cc8",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_9f974113-0da2-416b-ad1d-84e682dae06b",INVOCATION_ID:"592892fae4f949dbac24949f1a5e4c2e",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:"382",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 6",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:"4b3d261ecb674f4733a36d0a1923b06d49c21cc8",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_ce00252a-e499-4a13-af17-167840600a6b",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_ce00252a-e499-4a13-af17-167840600a6b",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_ce00252a-e499-4a13-af17-167840600a6b",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:2078,ppid:2077,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",isNode=typeof define_process_default$4<"u"&&define_process_default$4.versions!=null&&define_process_default$4.versions.node!=null,isWebWorker=(typeof self>"u"?"undefined":_typeof(self))==="object"&&self.constructor&&self.constructor.name==="DedicatedWorkerGlobalScope",isJsDom=typeof window<"u"&&window.name==="nodejs"||typeof navigator<"u"&&(navigator.userAgent.includes("Node.js")||navigator.userAgent.includes("jsdom")),isDeno=typeof Deno<"u"&&typeof Deno.version<"u"&&typeof Deno.version.deno<"u",isBrowser_1=lib.isBrowser=isBrowser;lib.isWebWorker=isWebWorker;lib.isNode=isNode;lib.isJsDom=isJsDom;lib.isDeno=isDeno;class Credentials{constructor({accessKey: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 this}}class CredentialProvider{constructor({accessKey:t,secretKey:y,sessionToken:n}){this.credentials=new Credentials({accessKey:t,secretKey:y,sessionToken:n})}async getCredentials(){return this.credentials.get()}setCredentials(t){if(t instanceof Credentials)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()}}const signV4Algorithm="AWS4-HMAC-SHA256";function getCanonicalRequest(e,t,y,n,k){if(!isString$1(e))throw new TypeError('method should be of type "string"');if(!isString$1(t))throw new TypeError('path should be of type "string"');if(!isObject$1(y))throw new TypeError('headers should be of type "object"');if(!Array.isArray(n))throw new TypeError('signedHeaders should be of type "array"');if(!isString$1(k))throw new TypeError('hashedPayload should be of type "string"');const L=n.reduce((V,z)=>{const re=`${y[z]}`.replace(/ +/g," ");return V.push(`${z.toLowerCase()}:${re}`),V},[]),$=t.split("?")[0];let j=t.split("?")[1];return j||(j=""),j&&(j=j.split("&").sort().map(V=>V.includes("=")?V:V+"=").join("&")),[e.toUpperCase(),$,j,L.join(`
`)+`
`,n.join(";").toLowerCase(),k].join(`
`)}function getCredential(e,t,y,n="s3"){if(!isString$1(e))throw new TypeError('accessKey should be of type "string"');if(!isString$1(t))throw new TypeError('region should be of type "string"');if(!isObject$1(y))throw new TypeError('requestDate should be of type "object"');return`${e}/${getScope(t,y,n)}`}function getSignedHeaders(e){if(!isObject$1(e))throw new TypeError('request should be of type "object"');const t=["authorization","content-length","content-type","user-agent"];return Object.keys(e).filter(y=>!t.includes(y)).sort()}function getSigningKey(e,t,y,n="s3"){if(!isObject$1(e))throw new TypeError('date should be of type "object"');if(!isString$1(t))throw new TypeError('region should be of type "string"');if(!isString$1(y))throw new TypeError('secretKey should be of type "string"');const k=makeDateShort(e);return(void 0)("sha256",(void 0)("sha256",(void 0)("sha256",(void 0)("sha256","AWS4"+y).update(k).digest()).update(t).digest()).update(n).digest()).update("aws4_request").digest()}function getStringToSign(e,t,y,n="s3"){if(!isString$1(e))throw new TypeError('canonicalRequest should be of type "string"');if(!isObject$1(t))throw new TypeError('requestDate should be of type "object"');if(!isString$1(y))throw new TypeError('region should be of type "string"');const k=(void 0)("sha256").update(e).digest("hex"),L=getScope(y,t,n);return[signV4Algorithm,makeDateLong(t),L,k].join(`
`)}function postPresignSignatureV4(e,t,y,n){if(!isString$1(e))throw new TypeError('region should be of type "string"');if(!isObject$1(t))throw new TypeError('date should be of type "object"');if(!isString$1(y))throw new TypeError('secretKey should be of type "string"');if(!isString$1(n))throw new TypeError('policyBase64 should be of type "string"');return(void 0)("sha256",getSigningKey(t,e,y)).update(n).digest("hex").toLowerCase()}function signV4(e,t,y,n,k,L,$="s3"){if(!isObject$1(e))throw new TypeError('request should be of type "object"');if(!isString$1(t))throw new TypeError('accessKey should be of type "string"');if(!isString$1(y))throw new TypeError('secretKey should be of type "string"');if(!isString$1(n))throw new TypeError('region should be of type "string"');if(!t)throw new AccessKeyRequiredError("accessKey is required for signing");if(!y)throw new SecretKeyRequiredError("secretKey is required for signing");const j=getSignedHeaders(e.headers),V=getCanonicalRequest(e.method,e.path,e.headers,j,L),z=$||"s3",re=getStringToSign(V,k,n,z),ie=getSigningKey(k,n,y,z),oe=getCredential(t,n,k,z),ue=(void 0)("sha256",ie).update(re).digest("hex").toLowerCase();return`${signV4Algorithm} Credential=${oe}, SignedHeaders=${j.join(";").toLowerCase()}, Signature=${ue}`}function presignSignatureV4(e,t,y,n,k,L,$){if(!isObject$1(e))throw new TypeError('request should be of type "object"');if(!isString$1(t))throw new TypeError('accessKey should be of type "string"');if(!isString$1(y))throw new TypeError('secretKey should be of type "string"');if(!isString$1(k))throw new TypeError('region should be of type "string"');if(!t)throw new AccessKeyRequiredError("accessKey is required for presigning");if(!y)throw new SecretKeyRequiredError("secretKey is required for presigning");if(!isNumber$2($))throw new TypeError('expires should be of type "number"');if($<1)throw new ExpiresParamError("expires param cannot be less than 1 seconds");if($>604800)throw new ExpiresParamError("expires param cannot be greater than 7 days");const j=makeDateLong(L),V=getSignedHeaders(e.headers),z=getCredential(t,k,L),re="UNSIGNED-PAYLOAD",ie=[];ie.push(`X-Amz-Algorithm=${signV4Algorithm}`),ie.push(`X-Amz-Credential=${uriEscape(z)}`),ie.push(`X-Amz-Date=${j}`),ie.push(`X-Amz-Expires=${$}`),ie.push(`X-Amz-SignedHeaders=${uriEscape(V.join(";").toLowerCase())}`),n&&ie.push(`X-Amz-Security-Token=${uriEscape(n)}`);const oe=e.path.split("?")[0];let ue=e.path.split("?")[1];ue?ue=ue+"&"+ie.join("&"):ue=ie.join("&");const de=oe+"?"+ue,pe=getCanonicalRequest(e.method,de,e.headers,V,re),Ie=getStringToSign(pe,L,k),Ce=(void 0)("sha256",getSigningKey(L,k,y)).update(Ie).digest("hex").toLowerCase();return e.protocol+"//"+e.headers.host+de+`&X-Amz-Signature=${Ce}`}async function readAsBuffer(e){return new Promise((t,y)=>{const n=[];e.on("data",k=>n.push(k)).on("error",k=>y(k)).on("end",()=>t(Buffer$2.concat(n)))})}async function readAsString(e){return(await readAsBuffer(e)).toString()}async function drainResponse(e){return new Promise((t,y)=>{e.on("data",()=>{}).on("error",n=>y(n)).on("end",()=>t())})}function parseBucketRegion(e){return parseXml(e).LocationConstraint}const fxp=new fxp$2.XMLParser;function parseError(e,t){let y={};const n=fxp.parse(e);n.Error&&(y=n.Error);const k=new S3Error;return Object.entries(y).forEach(([L,$])=>{k[L.toLowerCase()]=$}),Object.entries(t).forEach(([L,$])=>{k[L]=$}),k}async function parseResponseError(e){const t=e.statusCode;let 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}`);const k={};k.amzRequestid=e.headers["x-amz-request-id"],k.amzId2=e.headers["x-amz-id-2"],k.amzBucketRegion=e.headers["x-amz-bucket-region"];const L=await readAsString(e);if(L)throw parseError(L,k);const $=new S3Error(n,{cause:k});throw $.code=y,Object.entries(k).forEach(([j,V])=>{$[j]=V}),$}function parseListObjectsV2WithMetadata(e){const t={objects:[],isTruncated:!1,nextContinuationToken:""};let y=parseXml(e);if(!y.ListBucketResult)throw new InvalidXMLError('Missing tag: "ListBucketResult"');return y=y.ListBucketResult,y.IsTruncated&&(t.isTruncated=y.IsTruncated),y.NextContinuationToken&&(t.nextContinuationToken=y.NextContinuationToken),y.Contents&&toArray$1(y.Contents).forEach(n=>{const k=sanitizeObjectKey(n.Key),L=new Date(n.LastModified),$=sanitizeETag(n.ETag),j=n.Size;let V;n.UserMetadata!=null?V=toArray$1(n.UserMetadata)[0]:V=null,t.objects.push({name:k,lastModified:L,etag:$,size:j,metadata:V})}),y.CommonPrefixes&&toArray$1(y.CommonPrefixes).forEach(n=>{t.objects.push({prefix:sanitizeObjectKey(toArray$1(n.Prefix)[0]),size:0})}),t}function parseListParts(e){let t=parseXml(e);const y={isTruncated:!1,parts:[],marker:0};if(!t.ListPartsResult)throw new InvalidXMLError('Missing tag: "ListPartsResult"');return t=t.ListPartsResult,t.IsTruncated&&(y.isTruncated=t.IsTruncated),t.NextPartNumberMarker&&(y.marker=toArray$1(t.NextPartNumberMarker)[0]||""),t.Part&&toArray$1(t.Part).forEach(n=>{const k=parseInt(toArray$1(n.PartNumber)[0],10),L=new Date(n.LastModified),$=n.ETag.replace(/^"/g,"").replace(/"$/g,"").replace(/^&quot;/g,"").replace(/&quot;$/g,"").replace(/^&#34;/g,"").replace(/&#34;$/g,"");y.parts.push({part:k,lastModified:L,etag:$,size:parseInt(n.Size,10)})}),y}function parseListBucket(e){let t=[];const y=parseXml(e);if(!y.ListAllMyBucketsResult)throw new InvalidXMLError('Missing tag: "ListAllMyBucketsResult"');const{ListAllMyBucketsResult:{Buckets:n={}}={}}=y;return n.Bucket&&(t=toArray$1(n.Bucket).map((k={})=>{const{Name:L,CreationDate:$}=k,j=new Date($);return{name:L,creationDate:j}})),t}function parseInitiateMultipart(e){let t=parseXml(e);if(!t.InitiateMultipartUploadResult)throw new InvalidXMLError('Missing tag: "InitiateMultipartUploadResult"');if(t=t.InitiateMultipartUploadResult,t.UploadId)return t.UploadId;throw new InvalidXMLError('Missing tag: "UploadId"')}function parseReplicationConfig(e){const t=parseXml(e),{Role:y,Rule:n}=t.ReplicationConfiguration;return{ReplicationConfiguration:{role:y,rules:toArray$1(n)}}}class Extensions{constructor(t){this.client=t}listObjectsV2WithMetadata(t,y,n,k){if(y===void 0&&(y=""),n===void 0&&(n=!1),k===void 0&&(k=""),!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);if(!isValidPrefix(y))throw new InvalidPrefixError(`Invalid prefix : ${y}`);if(!isString$1(y))throw new TypeError('prefix should be of type "string"');if(!isBoolean$1(n))throw new TypeError('recursive should be of type "boolean"');if(!isString$1(k))throw new TypeError('startAfter should be of type "string"');const L=n?"":"/";return streamBrowserify.Readable.from(this.listObjectsV2WithMetadataGen(t,y,L,k),{objectMode:!0})}async*listObjectsV2WithMetadataGen(t,y,n,k){let L=!1,$="";do{const j=await this.listObjectsV2WithMetadataQuery(t,y,$,n,k);L=!j.isTruncated,$=j.nextContinuationToken;for(const V of j.objects)yield V}while(!L)}async listObjectsV2WithMetadataQuery(t,y,n,k,L){const $=[];$.push("list-type=2"),$.push("encoding-type=url"),$.push(`prefix=${uriEscape(y)}`),$.push(`delimiter=${uriEscape(k)}`),$.push("metadata=true"),n&&(n=uriEscape(n),$.push(`continuation-token=${n}`)),L&&(L=uriEscape(L),$.push(`start-after=${L}`)),$.push("max-keys=1000"),$.sort();let j="";$.length>0&&(j=`${$.join("&")}`);const z=await this.client.makeRequestAsync({method:"GET",bucketName:t,query:j});return parseListObjectsV2WithMetadata(await readAsString(z))}}async function request$1(e,t,y=null){return new Promise((n,k)=>{const L=e.request(t,$=>{n($)});if(!y||Buffer$2.isBuffer(y)||typeof y=="string"){L.on("error",$=>{k($)}).end(y);return}streamBrowserify.pipeline(y,L,$=>{$&&k($)})})}const awsS3Endpoint={"us-east-1":"s3.amazonaws.com","us-east-2":"s3-us-east-2.amazonaws.com","us-west-1":"s3-us-west-1.amazonaws.com","us-west-2":"s3-us-west-2.amazonaws.com","ca-central-1":"s3.ca-central-1.amazonaws.com","eu-west-1":"s3-eu-west-1.amazonaws.com","eu-west-2":"s3-eu-west-2.amazonaws.com","sa-east-1":"s3-sa-east-1.amazonaws.com","eu-central-1":"s3-eu-central-1.amazonaws.com","ap-south-1":"s3-ap-south-1.amazonaws.com","ap-southeast-1":"s3-ap-southeast-1.amazonaws.com","ap-southeast-2":"s3-ap-southeast-2.amazonaws.com","ap-northeast-1":"s3-ap-northeast-1.amazonaws.com","cn-north-1":"s3.cn-north-1.amazonaws.com.cn","ap-east-1":"s3.ap-east-1.amazonaws.com","eu-north-1":"s3.eu-north-1.amazonaws.com"};function getS3Endpoint(e){if(!isString$1(e))throw new TypeError(`Invalid region: ${e}`);const t=awsS3Endpoint[e];return t||"s3.amazonaws.com"}var 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_ce00252a-e499-4a13-af17-167840600a6b",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_ce00252a-e499-4a13-af17-167840600a6b",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:"590",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:19655",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:"10470992626",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"4b3d261ecb674f4733a36d0a1923b06d49c21cc8",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_9f974113-0da2-416b-ad1d-84e682dae06b",INVOCATION_ID:"592892fae4f949dbac24949f1a5e4c2e",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:"382",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 6",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:"4b3d261ecb674f4733a36d0a1923b06d49c21cc8",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_ce00252a-e499-4a13-af17-167840600a6b",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_ce00252a-e499-4a13-af17-167840600a6b",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_ce00252a-e499-4a13-af17-167840600a6b",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:2078,ppid:2077,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 Package={version:"7.1.3"},requestOptionProperties=["agent","ca","cert","ciphers","clientCertEngine","crl","dhparam","ecdhCurve","family","honorCipherOrder","key","passphrase","pfx","rejectUnauthorized","secureOptions","secureProtocol","servername","sessionIdContext"];class TypedClient{constructor(t){Vh(this,"partSize",64*1024*1024);Vh(this,"maximumPartSize",5*1024*1024*1024);Vh(this,"maxObjectSize",5*1024*1024*1024*1024);if(t.secure!==void 0)throw new Error('"secure" option deprecated, "useSSL" should be used instead');if(t.useSSL===void 0&&(t.useSSL=!0),t.port||(t.port=0),!isValidEndpoint(t.endPoint))throw new InvalidEndpointError(`Invalid endPoint : ${t.endPoint}`);if(!isValidPort(t.port))throw new InvalidArgumentError(`Invalid port : ${t.port}`);if(!isBoolean$1(t.useSSL))throw new InvalidArgumentError(`Invalid useSSL flag type : ${t.useSSL}, expected to be of type "boolean"`);if(t.region&&!isString$1(t.region))throw new InvalidArgumentError(`Invalid region : ${t.region}`);const y=t.endPoint.toLowerCase();let n=t.port,k,L,$;if(t.useSSL?(L=http,k="https:",n=n||443,$=void 0):(L=http,k="http:",n=n||80,$=void 0),t.transport){if(!isObject$1(t.transport))throw new InvalidArgumentError(`Invalid transport type : ${t.transport}, expected to be type "object"`);L=t.transport}if(t.transportAgent){if(!isObject$1(t.transportAgent))throw new InvalidArgumentError(`Invalid transportAgent type: ${t.transportAgent}, expected to be type "object"`);$=t.transportAgent}const V=`MinIO ${`(${define_process_default$3.platform}; ${define_process_default$3.arch})`} minio-js/${Package.version}`;if(this.transport=L,this.transportAgent=$,this.host=y,this.port=n,this.protocol=k,this.userAgent=`${V}`,t.pathStyle===void 0?this.pathStyle=!0:this.pathStyle=t.pathStyle,this.accessKey=t.accessKey??"",this.secretKey=t.secretKey??"",this.sessionToken=t.sessionToken,this.anonymous=!this.accessKey||!this.secretKey,t.credentialsProvider&&(this.credentialsProvider=t.credentialsProvider),this.regionMap={},t.region&&(this.region=t.region),t.partSize&&(this.partSize=t.partSize,this.overRidePartSize=!0),this.partSize<5*1024*1024)throw new InvalidArgumentError("Part size should be greater than 5MB");if(this.partSize>5*1024*1024*1024)throw new InvalidArgumentError("Part size should be less than 5GB");this.enableSHA256=!this.anonymous&&!t.useSSL,this.s3AccelerateEndpoint=t.s3AccelerateEndpoint||void 0,this.reqOptions={},this.clientExtensions=new Extensions(this)}get extensions(){return this.clientExtensions}setS3TransferAccelerate(t){this.s3AccelerateEndpoint=t}setRequestOptions(t){if(!isObject$1(t))throw new TypeError('request options should be of type "object"');this.reqOptions=_.pick(t,requestOptionProperties)}getAccelerateEndPointIfSet(t,y){if(!isEmpty(this.s3AccelerateEndpoint)&&!isEmpty(t)&&!isEmpty(y)){if(t.includes("."))throw new Error(`Transfer Acceleration is not supported for non compliant bucket:${t}`);return this.s3AccelerateEndpoint}return!1}getRequestOptions(t){const y=t.method,n=t.region,k=t.bucketName;let L=t.objectName;const $=t.headers,j=t.query;let V={method:y,headers:{},protocol:this.protocol,agent:this.transportAgent},z;k&&(z=isVirtualHostStyle(this.host,this.protocol,k,this.pathStyle));let re="/",ie=this.host,oe;if(this.port&&(oe=this.port),L&&(L=uriResourceEscape(L)),isAmazonEndpoint(ie)){const ue=this.getAccelerateEndPointIfSet(k,L);ue?ie=`${ue}`:ie=getS3Endpoint(n)}if(z&&!t.pathStyle?(k&&(ie=`${k}.${ie}`),L&&(re=`/${L}`)):(k&&(re=`/${k}`),L&&(re=`/${k}/${L}`)),j&&(re+=`?${j}`),V.headers.host=ie,(V.protocol==="http:"&&oe!==80||V.protocol==="https:"&&oe!==443)&&(V.headers.host=`${ie}:${oe}`),V.headers["user-agent"]=this.userAgent,$)for(const[ue,de]of Object.entries($))V.headers[ue.toLowerCase()]=de;return V=Object.assign({},this.reqOptions,V),{...V,headers:_.mapValues(_.pickBy(V.headers,isDefined),ue=>ue.toString()),host:ie,port:oe,path:re}}async setCredentialsProvider(t){if(!(t instanceof CredentialProvider))throw new Error("Unable to get credentials. Expected instance of CredentialProvider");this.credentialsProvider=t,await this.checkAndRefreshCreds()}async checkAndRefreshCreds(){if(this.credentialsProvider)try{const t=await this.credentialsProvider.getCredentials();this.accessKey=t.getAccessKey(),this.secretKey=t.getSecretKey(),this.sessionToken=t.getSessionToken()}catch(t){throw new Error(`Unable to get credentials: ${t}`,{cause:t})}}logHTTP(t,y,n){if(!this.logStream)return;if(!isObject$1(t))throw new TypeError('reqOptions should be of type "object"');if(y&&!isReadableStream$1(y))throw new TypeError('response should be of type "Stream"');if(n&&!(n instanceof Error))throw new TypeError('err should be of type "Error"');const k=this.logStream,L=$=>{Object.entries($).forEach(([j,V])=>{if(j=="authorization"&&isString$1(V)){const z=new RegExp("Signature=([0-9a-f]+)");V=V.replace(z,"Signature=**REDACTED**")}k.write(`${j}: ${V}
`)}),k.write(`
`)};if(k.write(`REQUEST: ${t.method} ${t.path}
`),L(t.headers),y&&(this.logStream.write(`RESPONSE: ${y.statusCode}
`),L(y.headers)),n){k.write(`ERROR BODY:
`);const $=JSON.stringify(n,null," ");k.write(`${$}
`)}}traceOn(t){t||(t=define_process_default$3.stdout),this.logStream=t}traceOff(){this.logStream=void 0}async makeRequestAsync(t,y="",n=[200],k=""){if(!isObject$1(t))throw new TypeError('options should be of type "object"');if(!isString$1(y)&&!isObject$1(y))throw new TypeError('payload should be of type "string" or "Buffer"');if(n.forEach($=>{if(!isNumber$2($))throw new TypeError('statusCode should be of type "number"')}),!isString$1(k))throw new TypeError('region should be of type "string"');t.headers||(t.headers={}),(t.method==="POST"||t.method==="PUT"||t.method==="DELETE")&&(t.headers["content-length"]=y.length.toString());const L=this.enableSHA256?toSha256(y):"";return this.makeRequestStreamAsync(t,y,L,n,k)}async makeRequestAsyncOmit(t,y="",n=[200],k=""){const L=await this.makeRequestAsync(t,y,n,k);return await drainResponse(L),L}async makeRequestStreamAsync(t,y,n,k,L){if(!isObject$1(t))throw new TypeError('options should be of type "object"');if(!(Buffer$2.isBuffer(y)||typeof y=="string"||isReadableStream$1(y)))throw new InvalidArgumentError(`stream should be a Buffer, string or readable Stream, got ${typeof y} instead`);if(!isString$1(n))throw new TypeError('sha256sum should be of type "string"');if(k.forEach(V=>{if(!isNumber$2(V))throw new TypeError('statusCode should be of type "number"')}),!isString$1(L))throw new TypeError('region should be of type "string"');if(!this.enableSHA256&&n.length!==0)throw new InvalidArgumentError("sha256sum expected to be empty for anonymous or https requests");if(this.enableSHA256&&n.length!==64)throw new InvalidArgumentError(`Invalid sha256sum : ${n}`);await this.checkAndRefreshCreds(),L=L||await this.getBucketRegionAsync(t.bucketName);const $=this.getRequestOptions({...t,region:L});if(!this.anonymous){this.enableSHA256||(n="UNSIGNED-PAYLOAD");const V=new Date;$.headers["x-amz-date"]=makeDateLong(V),$.headers["x-amz-content-sha256"]=n,this.sessionToken&&($.headers["x-amz-security-token"]=this.sessionToken),$.headers.authorization=signV4($,this.accessKey,this.secretKey,L,V,n)}const j=await request$1(this.transport,$,y);if(!j.statusCode)throw new Error("BUG: response doesn't have a statusCode");if(!k.includes(j.statusCode)){delete this.regionMap[t.bucketName];const V=await parseResponseError(j);throw this.logHTTP($,j,V),V}return this.logHTTP($,j),j}async getBucketRegionAsync(t){if(!isValidBucketName(t))throw new InvalidBucketNameError(`Invalid bucket name : ${t}`);if(this.region)return this.region;const y=this.regionMap[t];if(y)return y;const n=async z=>{const re=await readAsString(z),ie=parseBucketRegion(re)||DEFAULT_REGION;return this.regionMap[t]=ie,ie},k="GET",L="location",$=this.pathStyle&&!isBrowser_1;let j;try{const z=await this.makeRequestAsync({method:k,bucketName:t,query:L,pathStyle:$},"",[200],DEFAULT_REGION);return n(z)}catch(z){if(z.name!=="AuthorizationHeaderMalformed"||(j=z.Region,!j))throw z}const V=await this.makeRequestAsync({method:k,bucketName:t,query:L,pathStyle:$},"",[200],j);return await n(V)}makeRequest(t,y="",n=[200],k="",L,$){let j;L?j=this.makeRequestAsync(t,y,n,k):j=this.makeRequestAsyncOmit(t,y,n,k),j.then(V=>$(null,V),V=>{$(V)})}makeRequestStream(t,y,n,k,L,$,j){(async()=>{const z=await this.makeRequestStreamAsync(t,y,n,k,L);return $||await drainResponse(z),z})().then(z=>j(null,z),z=>j(z))}getBucketRegion(t,y){return this.getBucketRegionAsync(t).then(n=>y(null,n),n=>y(n))}async removeBucket(t){if(!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);await this.makeRequestAsyncOmit({method:"DELETE",bucketName:t},"",[204]),delete this.regionMap[t]}async statObject(t,y,n={}){if(!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);if(!isValidObjectName(y))throw new InvalidObjectNameError(`Invalid object name: ${y}`);if(!isObject$1(n))throw new InvalidArgumentError('statOpts should be of type "object"');const k=queryString.stringify(n),$=await this.makeRequestAsyncOmit({method:"HEAD",bucketName:t,objectName:y,query:k});return{size:parseInt($.headers["content-length"]),metaData:extractMetadata($.headers),lastModified:new Date($.headers["last-modified"]),versionId:getVersionId($.headers),etag:sanitizeETag($.headers.etag)}}async removeObject(t,y,n={}){if(!isValidBucketName(t))throw new InvalidBucketNameError(`Invalid bucket name: ${t}`);if(!isValidObjectName(y))throw new InvalidObjectNameError(`Invalid object name: ${y}`);if(!isObject$1(n))throw new InvalidArgumentError('removeOpts should be of type "object"');const k="DELETE",L={};n.governanceBypass&&(L["X-Amz-Bypass-Governance-Retention"]=!0),n.forceDelete&&(L["x-minio-force-delete"]=!0);const $={};n.versionId&&($.versionId=`${n.versionId}`);const j=queryString.stringify($);await this.makeRequestAsyncOmit({method:k,bucketName:t,objectName:y,headers:L,query:j},"",[200,204])}async initiateNewMultipartUpload(t,y,n){if(!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);if(!isValidObjectName(y))throw new InvalidObjectNameError(`Invalid object name: ${y}`);if(!isObject$1(n))throw new InvalidObjectNameError('contentType should be of type "object"');const $=await this.makeRequestAsync({method:"POST",bucketName:t,objectName:y,query:"uploads",headers:n}),j=await readAsBuffer($);return parseInitiateMultipart(j.toString())}async abortMultipartUpload(t,y,n){const k="DELETE",L=`uploadId=${n}`,$={method:k,bucketName:t,objectName:y,query:L};await this.makeRequestAsyncOmit($,"",[204])}async listParts(t,y,n){if(!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);if(!isValidObjectName(y))throw new InvalidObjectNameError(`Invalid object name: ${y}`);if(!isString$1(n))throw new TypeError('uploadId should be of type "string"');if(!n)throw new InvalidArgumentError("uploadId cannot be empty");const k=[];let L=0,$;do $=await this.listPartsQuery(t,y,n,L),L=$.marker,k.push(...$.parts);while($.isTruncated);return k}async listPartsQuery(t,y,n,k){if(!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);if(!isValidObjectName(y))throw new InvalidObjectNameError(`Invalid object name: ${y}`);if(!isString$1(n))throw new TypeError('uploadId should be of type "string"');if(!isNumber$2(k))throw new TypeError('marker should be of type "number"');if(!n)throw new InvalidArgumentError("uploadId cannot be empty");let L=`uploadId=${uriEscape(n)}`;k&&(L+=`&part-number-marker=${k}`);const j=await this.makeRequestAsync({method:"GET",bucketName:t,objectName:y,query:L});return parseListParts(await readAsString(j))}async listBuckets(){const y=await this.makeRequestAsync({method:"GET"},"",[200],DEFAULT_REGION),n=await readAsString(y);return parseListBucket(n)}async removeBucketReplication(t){if(!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);await this.makeRequestAsyncOmit({method:"DELETE",bucketName:t,query:"replication"},"",[200,204],"")}async setBucketReplication(t,y){if(!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);if(isObject$1(y)){if(_.isEmpty(y.role))throw new InvalidArgumentError("Role cannot be empty");if(y.role&&!isString$1(y.role))throw new InvalidArgumentError("Invalid value for role",y.role);if(_.isEmpty(y.rules))throw new InvalidArgumentError("Minimum one replication rule must be specified")}else throw new InvalidArgumentError('replicationConfig should be of type "object"');const n="PUT",k="replication",L={},$={ReplicationConfiguration:{Role:y.role,Rule:y.rules}},V=new xml2js.Builder({renderOpts:{pretty:!1},headless:!0}).buildObject($);L["Content-MD5"]=toMd5(V),await this.makeRequestAsyncOmit({method:n,bucketName:t,query:k,headers:L},V)}async getBucketReplication(t){if(!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);const k=await this.makeRequestAsync({method:"GET",bucketName:t,query:"replication"},"",[200,204]),L=await readAsString(k);return parseReplicationConfig(L)}}class CopyConditions{constructor(){Vh(this,"modified","");Vh(this,"unmodified","");Vh(this,"matchETag","");Vh(this,"matchETagExcept","")}setModified(t){if(!(t instanceof Date))throw new TypeError("date must be of type Date");this.modified=t.toUTCString()}setUnmodified(t){if(!(t instanceof Date))throw new TypeError("date must be of type Date");this.unmodified=t.toUTCString()}setMatchETag(t){this.matchETag=t}setMatchETagExcept(t){this.matchETagExcept=t}}class PostPolicy{constructor(){Vh(this,"policy",{conditions:[]});Vh(this,"formData",{})}setExpires(t){if(!t)throw new InvalidDateError("Invalid date: cannot be null");this.policy.expiration=t.toISOString()}setKey(t){if(!isValidObjectName(t))throw new InvalidObjectNameError(`Invalid object name : ${t}`);this.policy.conditions.push(["eq","$key",t]),this.formData.key=t}setKeyStartsWith(t){if(!isValidPrefix(t))throw new InvalidPrefixError(`Invalid prefix : ${t}`);this.policy.conditions.push(["starts-with","$key",t]),this.formData.key=t}setBucket(t){if(!isValidBucketName(t))throw new InvalidBucketNameError(`Invalid bucket name : ${t}`);this.policy.conditions.push(["eq","$bucket",t]),this.formData.bucket=t}setContentType(t){if(!t)throw new Error("content-type cannot be null");this.policy.conditions.push(["eq","$Content-Type",t]),this.formData["Content-Type"]=t}setContentTypeStartsWith(t){if(!t)throw new Error("content-type cannot be null");this.policy.conditions.push(["starts-with","$Content-Type",t]),this.formData["Content-Type"]=t}setContentDisposition(t){if(!t)throw new Error("content-disposition cannot be null");this.policy.conditions.push(["eq","$Content-Disposition",t]),this.formData["Content-Disposition"]=t}setContentLengthRange(t,y){if(t>y)throw new Error("min cannot be more than max");if(t<0)throw new Error("min should be > 0");if(y<0)throw new Error("max should be > 0");this.policy.conditions.push(["content-length-range",t,y])}setUserMetaData(t){if(!isObject$1(t))throw new TypeError('metadata should be of type "object"');Object.entries(t).forEach(([y,n])=>{const k=`x-amz-meta-${y}`;this.policy.conditions.push(["eq",`$${k}`,n]),this.formData[k]=n.toString()})}}var jsonStream={exports:{}},util=util$5,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$2.isBuffer(e)||(e=new Buffer$2(e)),this._buffer&&(e=Buffer$2.concat([this._buffer,e]));for(var n=0,k=0;++n<=e.length;)if(e[n]===10||n===e.length){var L;try{L=JSON.parse(e.slice(k,n))}catch{}L&&(this.push(L),L=null),e[n]===10&&(k=++n)}return this._buffer=e.slice(k),this._async?void setImmediate(y):void y()};var jsonStreamExports=jsonStream.exports;const JSONParser=getDefaultExportFromCjs(jsonStreamExports);var through2$1={exports:{}};const{Transform}=readableBrowserExports;function inherits$1(e,t){e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})}function through2(e){return(t,y,n)=>(typeof t=="function"&&(n=y,y=t,t={}),typeof y!="function"&&(y=(k,L,$)=>$(null,k)),typeof n!="function"&&(n=null),e(t,y,n))}const make=through2((e,t,y)=>{const n=new Transform(e);return n._transform=t,y&&(n._flush=y),n}),ctor=through2((e,t,y)=>{function n(k){if(!(this instanceof n))return new n(k);this.options=Object.assign({},e,k),Transform.call(this,this.options),this._transform=t,y&&(this._flush=y)}return inherits$1(n,Transform),n}),obj=through2(function(e,t,y){const n=new Transform(Object.assign({objectMode:!0,highWaterMark:16},e));return n._transform=t,y&&(n._flush=y),n});through2$1.exports=make;through2$1.exports.ctor=ctor;through2$1.exports.obj=obj;var through2Exports=through2$1.exports;const Through2=getDefaultExportFromCjs(through2Exports);var Buffer$1=buffer.Buffer,CRC_TABLE=[0,1996959894,3993919788,2567524794,124634137,1886057615,3915621685,2657392035,249268274,2044508324,3772115230,2547177864,162941995,2125561021,3887607047,2428444049,498536548,1789927666,4089016648,2227061214,450548861,1843258603,4107580753,2211677639,325883990,1684777152,4251122042,2321926636,335633487,1661365465,4195302755,2366115317,997073096,1281953886,3579855332,2724688242,1006888145,1258607687,3524101629,2768942443,901097722,1119000684,3686517206,2898065728,853044451,1172266101,3705015759,2882616665,651767980,1373503546,3369554304,3218104598,565507253,1454621731,3485111705,3099436303,671266974,1594198024,3322730930,2970347812,795835527,1483230225,3244367275,3060149565,1994146192,31158534,2563907772,4023717930,1907459465,112637215,2680153253,3904427059,2013776290,251722036,2517215374,3775830040,2137656763,141376813,2439277719,3865271297,1802195444,476864866,2238001368,4066508878,1812370925,453092731,2181625025,4111451223,1706088902,314042704,2344532202,4240017532,1658658271,366619977,2362670323,4224994405,1303535960,984961486,2747007092,3569037538,1256170817,1037604311,2765210733,3554079995,1131014506,879679996,2909243462,3663771856,1141124467,855842277,2852801631,3708648649,1342533948,654459306,3188396048,3373015174,1466479909,544179635,3110523913,3462522015,1591671054,702138776,2966460450,3352799412,1504918807,783551873,3082640443,3233442989,3988292384,2596254646,62317068,1957810842,3939845945,2647816111,81470997,1943803523,3814918930,2489596804,225274430,2053790376,3826175755,2466906013,167816743,2097651377,4027552580,2265490386,503444072,1762050814,4150417245,2154129355,426522225,1852507879,4275313526,2312317920,282753626,1742555852,4189708143,2394877945,397917763,1622183637,3604390888,2714866558,953729732,1340076626,3518719985,2797360999,1068828381,1219638859,3624741850,2936675148,906185462,1090812512,3747672003,2825379669,829329135,1181335161,3412177804,3160834842,628085408,1382605366,3423369109,3138078467,570562233,1426400815,3317316542,2998733608,733239954,1555261956,3268935591,3050360625,752459403,1541320221,2607071920,3965973030,1969922972,40735498,2617837225,3943577151,1913087877,83908371,2512341634,3803740692,2075208622,213261112,2463272603,3855990285,2094854071,198958881,2262029012,4057260610,1759359992,534414190,2176718541,4139329115,1873836001,414664567,2282248934,4279200368,1711684554,285281116,2405801727,4167216745,1634467795,376229701,2685067896,3608007406,1308918612,956543938,2808555105,3495958263,1231636301,1047427035,2932959818,3654703836,1088359270,936918e3,2847714899,3736837829,1202900863,817233897,3183342108,3401237130,1404277552,615818150,3134207493,3453421203,1423857449,601450431,3009837614,3294710456,1567103746,711928724,3020668471,3272380065,1510334235,755167117];typeof Int32Array<"u"&&(CRC_TABLE=new Int32Array(CRC_TABLE));function ensureBuffer(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(){return bufferizeInt(_crc32.apply(null,arguments))}crc32.signed=function(){return _crc32.apply(null,arguments)};crc32.unsigned=function(){return _crc32.apply(null,arguments)>>>0};var bufferCrc32=crc32;const crc32$1=getDefaultExportFromCjs(bufferCrc32),fxpWithoutNumParser=new fxp$2.XMLParser({numberParseOptions:{skipLike:/./}});function parseCopyObject(e){var t={etag:"",lastModified:""},y=parseXml(e);if(!y.CopyObjectResult)throw new 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=parseXml(e);if(!y.ListMultipartUploadsResult)throw new 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&&toArray$1(y.CommonPrefixes).forEach(n=>{t.prefixes.push({prefix:sanitizeObjectKey(toArray$1(n.Prefix)[0])})}),y.Upload&&toArray$1(y.Upload).forEach(n=>{var k=n.Key,L=n.UploadId,$={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:k,uploadId:L,initiator:$,owner:j,storageClass:V,initiated:z})}),t}function parseBucketNotification(e){var t={TopicConfiguration:[],QueueConfiguration:[],CloudFunctionConfiguration:[]},y=function(L){var $=[];return L&&toArray$1(L).forEach(j=>{$.push(j)}),$},n=function(L){var $=[];return L&&(L=toArray$1(L),L[0].S3Key&&(L[0].S3Key=toArray$1(L[0].S3Key),L[0].S3Key[0].FilterRule&&toArray$1(L[0].S3Key[0].FilterRule).forEach(j=>{var V=toArray$1(j.Name)[0],z=toArray$1(j.Value)[0];$.push({Name:V,Value:z})}))),$},k=parseXml(e);return k=k.NotificationConfiguration,k.TopicConfiguration&&toArray$1(k.TopicConfiguration).forEach(L=>{var $=toArray$1(L.Id)[0],j=toArray$1(L.Topic)[0],V=y(L.Event),z=n(L.Filter);t.TopicConfiguration.push({Id:$,Topic:j,Event:V,Filter:z})}),k.QueueConfiguration&&toArray$1(k.QueueConfiguration).forEach(L=>{var $=toArray$1(L.Id)[0],j=toArray$1(L.Queue)[0],V=y(L.Event),z=n(L.Filter);t.QueueConfiguration.push({Id:$,Queue:j,Event:V,Filter:z})}),k.CloudFunctionConfiguration&&toArray$1(k.CloudFunctionConfiguration).forEach(L=>{var $=toArray$1(L.Id)[0],j=toArray$1(L.CloudFunction)[0],V=y(L.Event),z=n(L.Filter);t.CloudFunctionConfiguration.push({Id:$,CloudFunction:j,Event:V,Filter:z})}),t}function parseCompleteMultipart(e){var t=parseXml(e).CompleteMultipartUploadResult;if(t.Location){var y=toArray$1(t.Location)[0],n=toArray$1(t.Bucket)[0],k=t.Key,L=t.ETag.replace(/^"/g,"").replace(/"$/g,"").replace(/^&quot;/g,"").replace(/&quot;$/g,"").replace(/^&#34;/g,"").replace(/&#34;$/g,"");return{location:y,bucket:n,key:k,etag:L}}if(t.Code&&t.Message){var $=toArray$1(t.Code)[0],j=toArray$1(t.Message)[0];return{errCode:$,errMessage:j}}}const formatObjInfo=(e,t={})=>{let{Key:y,LastModified:n,ETag:k,Size:L,VersionId:$,IsLatest:j}=e;isObject$1(t)||(t={});const V=sanitizeObjectKey(toArray$1(y)[0]),z=new Date(toArray$1(n)[0]),re=sanitizeETag(toArray$1(k)[0]),ie=sanitizeSize(L);return{name:V,lastModified:z,etag:re,size:ie,versionId:$,isLatest:j,isDeleteMarker:t.IsDeleteMarker?t.IsDeleteMarker:!1}};function parseListObjects(e){var t={objects:[],isTruncated:!1};let y=!1,n,k;const L=fxpWithoutNumParser.parse(e),$=z=>{z&&toArray$1(z).forEach(re=>{t.objects.push({prefix:sanitizeObjectKey(toArray$1(re.Prefix)[0]),size:0})})},j=L.ListBucketResult,V=L.ListVersionsResult;return j&&(j.IsTruncated&&(y=j.IsTruncated),j.Contents&&toArray$1(j.Contents).forEach(z=>{const re=sanitizeObjectKey(toArray$1(z.Key)[0]),ie=new Date(toArray$1(z.LastModified)[0]),oe=sanitizeETag(toArray$1(z.ETag)[0]),ue=sanitizeSize(z.Size);t.objects.push({name:re,lastModified:ie,etag:oe,size:ue})}),j.NextMarker&&(n=j.NextMarker),$(j.CommonPrefixes)),V&&(V.IsTruncated&&(y=V.IsTruncated),V.Version&&toArray$1(V.Version).forEach(z=>{t.objects.push(formatObjInfo(z))}),V.DeleteMarker&&toArray$1(V.DeleteMarker).forEach(z=>{t.objects.push(formatObjInfo(z,{IsDeleteMarker:!0}))}),V.NextKeyMarker&&(k=V.NextKeyMarker),V.NextVersionIdMarker&&(t.versionIdMarker=V.NextVersionIdMarker),$(V.CommonPrefixes)),t.isTruncated=y,y&&(t.nextMarker=k||n),t}function parseListObjectsV2(e){var t={objects:[],isTruncated:!1},y=parseXml(e);if(!y.ListBucketResult)throw new InvalidXMLError('Missing tag: "ListBucketResult"');return y=y.ListBucketResult,y.IsTruncated&&(t.isTruncated=y.IsTruncated),y.NextContinuationToken&&(t.nextContinuationToken=y.NextContinuationToken),y.Contents&&toArray$1(y.Contents).forEach(n=>{var k=sanitizeObjectKey(toArray$1(n.Key)[0]),L=new Date(n.LastModified),$=sanitizeETag(n.ETag),j=n.Size;t.objects.push({name:k,lastModified:L,etag:$,size:j})}),y.CommonPrefixes&&toArray$1(y.CommonPrefixes).forEach(n=>{t.objects.push({prefix:sanitizeObjectKey(toArray$1(n.Prefix)[0]),size:0})}),t}function parseBucketVersioningConfig(e){var t=parseXml(e);return t.VersioningConfiguration}function parseTagging(e){const t=parseXml(e);let y=[];if(t.Tagging&&t.Tagging.TagSet&&t.Tagging.TagSet.Tag){const n=t.Tagging.TagSet.Tag;isObject$1(n)?y.push(n):y=n}return y}function parseLifecycleConfig(e){return parseXml(e).LifecycleConfiguration}function parseObjectLockConfig(e){const t=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 k=n.Years;k?(y.validity=k,y.unit=RETENTION_VALIDITY_UNITS.YEARS):(y.validity=n.Days,y.unit=RETENTION_VALIDITY_UNITS.DAYS)}return y}}function parseObjectRetentionConfig(e){const y=parseXml(e).Retention;return{mode:y.Mode,retainUntilDate:y.RetainUntilDate}}function parseBucketEncryptionConfig(e){return parseXml(e)}function parseObjectLegalHoldConfig(e){return parseXml(e).LegalHold}function uploadPartParser(e){return parseXml(e).CopyPartResult}function removeObjectsParser(e){const t=parseXml(e);return t.DeleteResult&&t.DeleteResult.Error?toArray$1(t.DeleteResult.Error):[]}function parseSelectObjectContentResponse(e){function t(L){const $=Buffer$2.from(L.read(1)).readUInt8(),V=(Buffer$2.from(L.read($)).toString()||"").split(":");return V.length>=1?V[1]:""}function y(L){const $=Buffer$2.from(L.read(2)).readUInt16BE();return Buffer$2.from(L.read($)).toString()}const n=new SelectResults({}),k=readableStream(e);for(;k._readableState.length;){let L;const $=Buffer$2.from(k.read(4));L=crc32$1($);const j=Buffer$2.from(k.read(4));L=crc32$1(j,L);const V=L.readInt32BE(),z=Buffer$2.from(k.read(4));L=crc32$1(z,L);const re=$.readInt32BE(),ie=j.readInt32BE(),oe=z.readInt32BE();if(oe!==V)throw new Error(`Header Checksum Mismatch, Prelude CRC of ${oe} does not equal expected CRC of ${V}`);const ue={};if(ie>0){const he=Buffer$2.from(k.read(ie));L=crc32$1(he,L);const Ce=readableStream(he);for(;Ce._readableState.length;){let _e=t(Ce);Ce.read(1),ue[_e]=y(Ce)}}let de;const pe=re-ie-16;if(pe>0){const he=Buffer$2.from(k.read(pe));L=crc32$1(he,L);const Ce=Buffer$2.from(k.read(4)).readInt32BE(),_e=L.readInt32BE();if(Ce!==_e)throw new Error(`Message Checksum Mismatch, Message CRC of ${Ce} does not equal expected CRC of ${_e}`);de=readableStream(he)}const Ie=ue["message-type"];switch(Ie){case"error":{const he=ue["error-code"]+':"'+ue["error-message"]+'"';throw new Error(he)}case"event":{const he=ue["content-type"];switch(ue["event-type"]){case"End":return n.setResponse(e),n;case"Records":{const _e=de.read(pe);n.setRecords(_e);break}case"Progress":switch(he){case"text/xml":{const _e=de.read(pe);n.setProgress(_e.toString());break}default:{const _e=`Unexpected content-type ${he} sent for event-type Progress`;throw new Error(_e)}}break;case"Stats":switch(he){case"text/xml":{const _e=de.read(pe);n.setStats(_e.toString());break}default:{const _e=`Unexpected content-type ${he} sent for event-type Stats`;throw new Error(_e)}}break;default:{const _e=`Un implemented event detected ${Ie}.`;console.warn(_e)}}}}}}function getConcater(e,t){var y=!1,n=[];if(e&&!isFunction$1(e))throw new TypeError('parser should be of type "function"');return e&&(y=!0),Through2({objectMode:y},function(k,L,$){n.push(k),$()},function(k){n.length&&(e?this.push(e(Buffer$2.concat(n).toString())):this.push(Buffer$2.concat(n))),k()})}function getCopyObjectTransformer(){return getConcater(parseCopyObject)}function getListMultipartTransformer(){return getConcater(parseListMultipart)}function getListObjectsTransformer(){return getConcater(parseListObjects)}function getListObjectsV2Transformer(){return getConcater(parseListObjectsV2)}function getCompleteMultipartTransformer(){return getConcater(parseCompleteMultipart)}function getBucketNotificationTransformer(){return getConcater(parseBucketNotification)}function getNotificationTransformer(){return new JSONParser}function bucketVersioningTransformer(){return getConcater(parseBucketVersioningConfig)}function getTagsTransformer(){return getConcater(parseTagging)}function lifecycleTransformer(){return getConcater(parseLifecycleConfig)}function objectLockTransformer(){return getConcater(parseObjectLockConfig)}function objectRetentionTransformer(){return getConcater(parseObjectRetentionConfig)}function bucketEncryptionTransformer(){return getConcater(parseBucketEncryptionConfig)}function objectLegalHoldTransformer(){return getConcater(parseObjectLegalHoldConfig)}function uploadPartTransformer(){return getConcater(uploadPartParser)}function selectObjectContentTransformer(){return getConcater()}function removeObjectsTransformer(){return getConcater(removeObjectsParser)}var define_process_default$2={version:"v20.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_ce00252a-e499-4a13-af17-167840600a6b",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_ce00252a-e499-4a13-af17-167840600a6b",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:"590",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:19655",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:"10470992626",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"4b3d261ecb674f4733a36d0a1923b06d49c21cc8",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_9f974113-0da2-416b-ad1d-84e682dae06b",INVOCATION_ID:"592892fae4f949dbac24949f1a5e4c2e",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:"382",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 6",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:"4b3d261ecb674f4733a36d0a1923b06d49c21cc8",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_ce00252a-e499-4a13-af17-167840600a6b",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_ce00252a-e499-4a13-af17-167840600a6b",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_ce00252a-e499-4a13-af17-167840600a6b",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:2078,ppid:2077,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}};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)}}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}}class QueueConfig extends TargetConfig{constructor(t){super(),this.Queue=t}}class CloudFunctionConfig extends TargetConfig{constructor(t){super(),this.CloudFunction=t}}class NotificationPoller extends eventsExports.EventEmitter{constructor(t,y,n,k,L){super(),this.client=t,this.bucketName=y,this.prefix=n,this.suffix=k,this.events=L,this.ending=!1}start(){this.ending=!1,define_process_default$2.nextTick(()=>{this.checkForChanges()})}stop(){this.ending=!0}checkForChanges(){if(this.ending)return;let t="GET";var y=[];if(this.prefix){var n=uriEscape(this.prefix);y.push(`prefix=${n}`)}if(this.suffix){var k=uriEscape(this.suffix);y.push(`suffix=${k}`)}this.events&&this.events.forEach(j=>y.push("events="+uriEscape(j))),y.sort();var L="";y.length>0&&(L=`${y.join("&")}`);const $=this.client.region||DEFAULT_REGION;this.client.makeRequest({method:t,bucketName:this.bucketName,query:L},"",[200],$,!0,(j,V)=>{if(j)return this.emit("error",j);let z=getNotificationTransformer();pipesetup(V,z).on("data",re=>{let ie=re.Records;ie||(ie=[]),ie.forEach(oe=>{this.emit("notification",oe)}),this.ending&&V.destroy()}).on("error",re=>this.emit("error",re)).on("end",()=>{define_process_default$2.nextTick(()=>{this.checkForChanges()})})})}}var 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_ce00252a-e499-4a13-af17-167840600a6b",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_ce00252a-e499-4a13-af17-167840600a6b",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:"590",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:19655",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:"10470992626",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"4b3d261ecb674f4733a36d0a1923b06d49c21cc8",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_9f974113-0da2-416b-ad1d-84e682dae06b",INVOCATION_ID:"592892fae4f949dbac24949f1a5e4c2e",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:"382",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 6",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:"4b3d261ecb674f4733a36d0a1923b06d49c21cc8",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_ce00252a-e499-4a13-af17-167840600a6b",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_ce00252a-e499-4a13-af17-167840600a6b",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_ce00252a-e499-4a13-af17-167840600a6b",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:2078,ppid:2077,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}};class ObjectUploader extends streamBrowserify.Transform{constructor(t,y,n,k,L,$){super(),this.emptyStream=!0,this.client=t,this.bucketName=y,this.objectName=n,this.partSize=k,this.metaData=L,this.callback=$,this.partNumber=1,this.oldParts=null,this.etags=[],this.id=null,this.on("error",j=>{$(j)})}_transform(t,y,n){this.emptyStream=!1;let k="PUT",L={"Content-Length":t.length},$="";if(this.client.enableSHA256||($=(void 0)("md5").update(t).digest(),L["Content-MD5"]=$.toString("base64")),this.partNumber==1&&t.length<this.partSize){let re={method:k,headers:Object.assign({},this.metaData,L),query:"",bucketName:this.bucketName,objectName:this.objectName};this.client.makeRequest(re,t,[200],"",!0,(ie,oe)=>{if(ie)return n(ie);let ue={etag:sanitizeETag(oe.headers.etag),versionId:getVersionId(oe.headers)};oe.on("data",()=>{}),define_process_default$1.nextTick(()=>{this.callback(null,ue)}),n()});return}if(this.id===null){this.once("ready",()=>{this._transform(t,y,n)}),this.client.findUploadId(this.bucketName,this.objectName,(re,ie)=>{if(re)return this.emit("error",re);if(!ie){this.client.initiateNewMultipartUpload(this.bucketName,this.objectName,this.metaData).then(oe=>{this.id=oe,this.emit("ready")},oe=>n(oe));return}this.id=ie,this.client.listParts(this.bucketName,this.objectName,ie).then(oe=>{oe||(oe=[]),this.oldParts=oe.reduce(function(ue,de){return ue[de.part]||(ue[de.part]=de),ue},{}),this.emit("ready")},oe=>this.emit("error",oe))});return}let j=this.partNumber++;if(this.oldParts){let re=this.oldParts[j];if($||($=(void 0)("md5").update(t).digest()),re&&$.toString("hex")===re.etag){this.etags.push({part:j,etag:re.etag}),n();return}}let V=queryString.stringify({partNumber:j,uploadId:this.id}),z={method:k,query:V,headers:L,bucketName:this.bucketName,objectName:this.objectName};this.client.makeRequest(z,t,[200],"",!0,(re,ie)=>{if(re)return n(re);let oe=ie.headers.etag;oe&&(oe=oe.replace(/^"/,"").replace(/"$/,"")),this.etags.push({part:j,etag:oe}),ie.on("data",()=>{}),n()})}_flush(t){if(this.emptyStream){let y="PUT",n=Object.assign({},this.metaData,{"Content-Length":0}),k={method:y,headers:n,query:"",bucketName:this.bucketName,objectName:this.objectName};this.client.makeRequest(k,"",[200],"",!0,(L,$)=>{if(L)return t(L);let j={etag:sanitizeETag($.headers.etag),versionId:getVersionId($.headers)};$.on("data",()=>{}),define_process_default$1.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$1.nextTick(()=>{this.callback(null,n)}),t()})}}function promisify(e){return function(){if(typeof arguments[arguments.length-1]=="function")return e.apply(this,arguments);let y=[...arguments];return new Promise((n,k)=>{y.push((L,$)=>{if(L)return k(L);n($)}),e.apply(this,y)})}}class Client extends TypedClient{setAppInfo(t,y){if(!isString$1(t))throw new TypeError(`Invalid appName: ${t}`);if(t.trim()==="")throw new InvalidArgumentError("Input appName cannot be empty.");if(!isString$1(y))throw new TypeError(`Invalid appVersion: ${y}`);if(y.trim()==="")throw new InvalidArgumentError("Input appVersion cannot be empty.");this.userAgent=`${this.userAgent} ${t}/${y}`}calculatePartSize(t){if(!isNumber$2(t))throw new TypeError('size should be of type "number"');if(t>this.maxObjectSize)throw new TypeError(`size should not be more than ${this.maxObjectSize}`);if(this.overRidePartSize)return this.partSize;for(var y=this.partSize;;){if(y*1e4>t)return y;y+=16*1024*1024}}makeBucket(t,y,n={},k){if(!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);if(isObject$1(y)&&(k=n,n=y,y=""),isFunction$1(y)&&(k=y,y="",n={}),isFunction$1(n)&&(k=n,n={}),!isString$1(y))throw new TypeError('region should be of type "string"');if(!isObject$1(n))throw new TypeError('makeOpts should be of type "object"');if(!isFunction$1(k))throw new TypeError('callback should be of type "function"');var L="";if(y&&this.region&&y!==this.region)throw new InvalidArgumentError(`Configured region ${this.region}, requested ${y}`);if(y&&y!==DEFAULT_REGION){var $=[];$.push({_attr:{xmlns:"http://s3.amazonaws.com/doc/2006-03-01/"}}),$.push({LocationConstraint:y});var j={CreateBucketConfiguration:$};L=Xml(j)}var V="PUT",z={};n.ObjectLocking&&(z["x-amz-bucket-object-lock-enabled"]=!0),y||(y=DEFAULT_REGION);const re=ie=>{if(ie&&(y===""||y===DEFAULT_REGION))if(ie.code==="AuthorizationHeaderMalformed"&&ie.region!=="")this.makeRequest({method:V,bucketName:t,headers:z},L,[200],ie.region,!1,k);else return k&&k(ie);return k&&k(ie)};this.makeRequest({method:V,bucketName:t,headers:z},L,[200],y,!1,re)}listIncompleteUploads(t,y,n){if(y===void 0&&(y=""),n===void 0&&(n=!1),!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);if(!isValidPrefix(y))throw new InvalidPrefixError(`Invalid prefix : ${y}`);if(!isBoolean$1(n))throw new TypeError('recursive should be of type "boolean"');var k=n?"":"/",L="",$="",j=[],V=!1,z=streamBrowserify.Readable({objectMode:!0});return z._read=()=>{if(j.length)return z.push(j.shift());if(V)return z.push(null);this.listIncompleteUploadsQuery(t,y,L,$,k).on("error",re=>z.emit("error",re)).on("data",re=>{re.prefixes.forEach(ie=>j.push(ie)),index.eachSeries(re.uploads,(ie,oe)=>{this.listParts(t,ie.key,ie.uploadId).then(ue=>{ie.size=ue.reduce((de,pe)=>de+pe.size,0),j.push(ie),oe()},oe)},ie=>{if(ie){z.emit("error",ie);return}re.isTruncated?(L=re.nextKeyMarker,$=re.nextUploadIdMarker):V=!0,z._read()})})},z}bucketExists(t,y){if(!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);if(!isFunction$1(y))throw new TypeError('callback should be of type "function"');var n="HEAD";this.makeRequest({method:n,bucketName:t},"",[200],"",!1,k=>{if(k)return k.code=="NoSuchBucket"||k.code=="NotFound"?y(null,!1):y(k);y(null,!0)})}removeIncompleteUpload(t,y,n){if(!isValidBucketName(t))throw new IsValidBucketNameError("Invalid bucket name: "+t);if(!isValidObjectName(y))throw new InvalidObjectNameError(`Invalid object name: ${y}`);if(!isFunction$1(n))throw new TypeError('callback should be of type "function"');var k;index.during(L=>{this.findUploadId(t,y,($,j)=>{if($)return L($);k=j,L(null,j)})},L=>{var $="DELETE",j=`uploadId=${k}`;this.makeRequest({method:$,bucketName:t,objectName:y,query:j},"",[204],"",!1,V=>L(V))},n)}fGetObject(t,y,n,k={},L){if(!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);if(!isValidObjectName(y))throw new InvalidObjectNameError(`Invalid object name: ${y}`);if(!isString$1(n))throw new TypeError('filePath should be of type "string"');if(isFunction$1(k)&&(L=k,k={}),!isFunction$1(L))throw new TypeError('callback should be of type "function"');var $,j,V,z=re=>{if(re)return L(re);(void 0)($,n,L)};index.waterfall([re=>this.statObject(t,y,k,re),(re,ie)=>{V=re,(void 0)(pathBrowserify.dirname(n),{recursive:!0},oe=>ie(oe))},re=>{$=`${n}.${V.etag}.part.minio`,(void 0)($,(ie,oe)=>{var ue=0;if(ie)j=(void 0)($,{flags:"w"});else{if(V.size===oe.size)return z();ue=oe.size,j=(void 0)($,{flags:"a"})}this.getPartialObject(t,y,ue,0,k,re)})},(re,ie)=>{pipesetup(re,j).on("error",oe=>ie(oe)).on("finish",ie)},re=>(void 0)($,re),(re,ie)=>{if(re.size===V.size)return ie();ie(new Error("Size mismatch between downloaded file and the object"))}],z)}getObject(t,y,n={},k){if(!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);if(!isValidObjectName(y))throw new InvalidObjectNameError(`Invalid object name: ${y}`);if(isFunction$1(n)&&(k=n,n={}),!isFunction$1(k))throw new TypeError('callback should be of type "function"');this.getPartialObject(t,y,0,0,n,k)}getPartialObject(t,y,n,k,L={},$){if(isFunction$1(k)&&($=k,k=0),!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);if(!isValidObjectName(y))throw new InvalidObjectNameError(`Invalid object name: ${y}`);if(!isNumber$2(n))throw new TypeError('offset should be of type "number"');if(!isNumber$2(k))throw new TypeError('length should be of type "number"');if(isFunction$1(L)&&($=L,L={}),!isFunction$1($))throw new TypeError('callback should be of type "function"');var j="";(n||k)&&(n?j=`bytes=${+n}-`:(j="bytes=0-",n=0),k&&(j+=`${+k+n-1}`));var V={};j!==""&&(V.range=j);var z=[200];j&&z.push(206);var re="GET",ie=queryString.stringify(L);this.makeRequest({method:re,bucketName:t,objectName:y,headers:V,query:ie},"",z,"",!0,$)}fPutObject(t,y,n,k,L){if(!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);if(!isValidObjectName(y))throw new InvalidObjectNameError(`Invalid object name: ${y}`);if(!isString$1(n))throw new TypeError('filePath should be of type "string"');if(isFunction$1(k)&&(L=k,k={}),!isObject$1(k))throw new TypeError('metaData should be of type "object"');k=insertContentType(k,n),(void 0)(n,($,j)=>$?L($):this.putObject(t,y,(void 0)(n),j.size,k,L))}putObject(t,y,n,k,L,$){if(!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);if(!isValidObjectName(y))throw new InvalidObjectNameError(`Invalid object name: ${y}`);if(isFunction$1(k)?($=k,L={}):isFunction$1(L)&&($=L,L={}),isObject$1(k)&&(L=k),L=prependXAMZMeta(L),typeof n=="string"||n instanceof Buffer$2)k=n.length,n=readableStream(n);else if(!isReadableStream$1(n))throw new TypeError('third argument should be of type "stream.Readable" or "Buffer" or "string"');if(!isFunction$1($))throw new TypeError('callback should be of type "function"');if(isNumber$2(k)&&k<0)throw new InvalidArgumentError(`size cannot be negative, given size: ${k}`);isNumber$2(k)||(k=this.maxObjectSize),k=this.calculatePartSize(k);let j=new BlockStream2({size:k,zeroPadding:!1}),V=new ObjectUploader(this,t,y,k,L,$);pipesetup(n,j,V)}copyObjectV1(t,y,n,k,L){var $=t,j=y,V=n,z,re;if(typeof k=="function"&&L===void 0?(z=null,re=k):(z=k,re=L),!isValidBucketName($))throw new InvalidBucketNameError("Invalid bucket name: "+$);if(!isValidObjectName(j))throw new InvalidObjectNameError(`Invalid object name: ${j}`);if(!isString$1(V))throw new TypeError('srcObject should be of type "string"');if(V==="")throw new InvalidPrefixError("Empty source prefix");if(z!==null&&!(z instanceof CopyConditions))throw new TypeError('conditions should be of type "CopyConditions"');var ie={};ie["x-amz-copy-source"]=uriResourceEscape(V),z!==null&&(z.modified!==""&&(ie["x-amz-copy-source-if-modified-since"]=z.modified),z.unmodified!==""&&(ie["x-amz-copy-source-if-unmodified-since"]=z.unmodified),z.matchETag!==""&&(ie["x-amz-copy-source-if-match"]=z.matchETag),z.matchEtagExcept!==""&&(ie["x-amz-copy-source-if-none-match"]=z.matchETagExcept));var oe="PUT";this.makeRequest({method:oe,bucketName:$,objectName:j,headers:ie},"",[200],"",!0,(ue,de)=>{if(ue)return re(ue);var pe=getCopyObjectTransformer();pipesetup(de,pe).on("error",Ie=>re(Ie)).on("data",Ie=>re(null,Ie))})}copyObjectV2(t,y,n){if(!(t instanceof CopySourceOptions))throw new InvalidArgumentError("sourceConfig should of type CopySourceOptions ");if(!(y instanceof CopyDestinationOptions))throw new InvalidArgumentError("destConfig should of type CopyDestinationOptions ");if(!y.validate()||!y.validate())return!1;if(!isFunction$1(n))throw new TypeError('callback should be of type "function"');const k=Object.assign({},t.getHeaders(),y.getHeaders()),L=y.Bucket,$=y.Object;this.makeRequest({method:"PUT",bucketName:L,objectName:$,headers:k},"",[200],"",!0,(V,z)=>{if(V)return n(V);const re=getCopyObjectTransformer();pipesetup(z,re).on("error",ie=>n(ie)).on("data",ie=>{const oe=z.headers,ue={Bucket:y.Bucket,Key:y.Object,LastModified:ie.LastModified,MetaData:extractMetadata(oe),VersionId:getVersionId(oe),SourceVersionId:getSourceVersionId(oe),Etag:sanitizeETag(oe.etag),Size:+oe["content-length"]};return n(null,ue)})})}copyObject(...t){return t[0]instanceof CopySourceOptions&&t[1]instanceof CopyDestinationOptions?this.copyObjectV2(...arguments):this.copyObjectV1(...arguments)}listObjectsQuery(t,y,n,k={}){if(!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);if(!isString$1(y))throw new TypeError('prefix should be of type "string"');if(!isString$1(n))throw new TypeError('marker should be of type "string"');let{Delimiter:L,MaxKeys:$,IncludeVersion:j}=k;if(!isObject$1(k))throw new TypeError('listQueryOpts should be of type "object"');if(!isString$1(L))throw new TypeError('Delimiter should be of type "string"');if(!isNumber$2($))throw new TypeError('MaxKeys should be of type "number"');const V=[];V.push(`prefix=${uriEscape(y)}`),V.push(`delimiter=${uriEscape(L)}`),V.push("encoding-type=url"),j&&V.push("versions"),n&&(n=uriEscape(n),j?V.push(`key-marker=${n}`):V.push(`marker=${n}`)),$&&($>=1e3&&($=1e3),V.push(`max-keys=${$}`)),V.sort();var z="";V.length>0&&(z=`${V.join("&")}`);var re="GET",ie=getListObjectsTransformer();return this.makeRequest({method:re,bucketName:t,query:z},"",[200],"",!0,(oe,ue)=>{if(oe)return ie.emit("error",oe);pipesetup(ue,ie)}),ie}listObjects(t,y,n,k={}){if(y===void 0&&(y=""),n===void 0&&(n=!1),!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);if(!isValidPrefix(y))throw new InvalidPrefixError(`Invalid prefix : ${y}`);if(!isString$1(y))throw new TypeError('prefix should be of type "string"');if(!isBoolean$1(n))throw new TypeError('recursive should be of type "boolean"');if(!isObject$1(k))throw new TypeError('listOpts should be of type "object"');var L="";const $={Delimiter:n?"":"/",MaxKeys:1e3,IncludeVersion:k.IncludeVersion};var j=[],V=!1,z=streamBrowserify.Readable({objectMode:!0});return z._read=()=>{if(j.length){z.push(j.shift());return}if(V)return z.push(null);this.listObjectsQuery(t,y,L,$).on("error",re=>z.emit("error",re)).on("data",re=>{re.isTruncated?L=re.nextMarker||re.versionIdMarker:V=!0,j=re.objects,z._read()})},z}listObjectsV2Query(t,y,n,k,L,$){if(!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);if(!isString$1(y))throw new TypeError('prefix should be of type "string"');if(!isString$1(n))throw new TypeError('continuationToken should be of type "string"');if(!isString$1(k))throw new TypeError('delimiter should be of type "string"');if(!isNumber$2(L))throw new TypeError('maxKeys should be of type "number"');if(!isString$1($))throw new TypeError('startAfter should be of type "string"');var j=[];j.push("list-type=2"),j.push("encoding-type=url"),j.push(`prefix=${uriEscape(y)}`),j.push(`delimiter=${uriEscape(k)}`),n&&(n=uriEscape(n),j.push(`continuation-token=${n}`)),$&&($=uriEscape($),j.push(`start-after=${$}`)),L&&(L>=1e3&&(L=1e3),j.push(`max-keys=${L}`)),j.sort();var V="";j.length>0&&(V=`${j.join("&")}`);var z="GET",re=getListObjectsV2Transformer();return this.makeRequest({method:z,bucketName:t,query:V},"",[200],"",!0,(ie,oe)=>{if(ie)return re.emit("error",ie);pipesetup(oe,re)}),re}listObjectsV2(t,y,n,k){if(y===void 0&&(y=""),n===void 0&&(n=!1),k===void 0&&(k=""),!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);if(!isValidPrefix(y))throw new InvalidPrefixError(`Invalid prefix : ${y}`);if(!isString$1(y))throw new TypeError('prefix should be of type "string"');if(!isBoolean$1(n))throw new TypeError('recursive should be of type "boolean"');if(!isString$1(k))throw new TypeError('startAfter should be of type "string"');var L=n?"":"/",$="",j=[],V=!1,z=streamBrowserify.Readable({objectMode:!0});return z._read=()=>{if(j.length){z.push(j.shift());return}if(V)return z.push(null);this.listObjectsV2Query(t,y,$,L,1e3,k).on("error",re=>z.emit("error",re)).on("data",re=>{re.isTruncated?$=re.nextContinuationToken:V=!0,j=re.objects,z._read()})},z}removeObjects(t,y,n){if(!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);if(!Array.isArray(y))throw new InvalidArgumentError("objectsList should be a list");if(!isFunction$1(n))throw new TypeError('callback should be of type "function"');const k=1e3,L="delete",$="POST";let j=y.reduce((re,ie)=>(re.list.push(ie),re.list.length===k&&(re.listOfList.push(re.list),re.list=[]),re),{listOfList:[],list:[]});j.list.length>0&&j.listOfList.push(j.list);const V=new Encoder,z=[];index.eachSeries(j.listOfList,(re,ie)=>{var oe=[];re.forEach(function(Ce){isObject$1(Ce)?oe.push({Key:Ce.name,VersionId:Ce.versionId}):oe.push({Key:Ce})});let ue={Delete:{Quiet:!0,Object:oe}},pe=new xml2js.Builder({headless:!0}).buildObject(ue);pe=Buffer$2.from(V.encode(pe));const Ie={};Ie["Content-MD5"]=toMd5(pe);let he;this.makeRequest({method:$,bucketName:t,query:L,headers:Ie},pe,[200],"",!0,(Ce,_e)=>{if(Ce)return ie(Ce);pipesetup(_e,removeObjectsTransformer()).on("data",Ne=>{he=Ne}).on("error",Ne=>ie(Ne,null)).on("end",()=>(z.push(he),ie(null,he)))})},()=>{n(null,_.flatten(z))})}getBucketPolicy(t,y){if(!isValidBucketName(t))throw new InvalidBucketNameError(`Invalid bucket name: ${t}`);if(!isFunction$1(y))throw new TypeError('callback should be of type "function"');this.makeRequest({method:"GET",bucketName:t,query:"policy"},"",[200],"",!0,(L,$)=>{if(L)return y(L);let j=Buffer$2.from("");pipesetup($,getConcater()).on("data",V=>j=V).on("error",y).on("end",()=>{y(null,j.toString())})})}setBucketPolicy(t,y,n){if(!isValidBucketName(t))throw new InvalidBucketNameError(`Invalid bucket name: ${t}`);if(!isString$1(y))throw new InvalidBucketPolicyError(`Invalid bucket policy: ${y} - must be "string"`);if(!isFunction$1(n))throw new TypeError('callback should be of type "function"');let k="DELETE",L="policy";y&&(k="PUT"),this.makeRequest({method:k,bucketName:t,query:L},y,[204],"",!1,n)}presignedUrl(t,y,n,k,L,$,j){if(this.anonymous)throw new AnonymousRequestError("Presigned "+t+" url cannot be generated for anonymous requests");if(isFunction$1($)&&(j=$,$=new Date),isFunction$1(L)&&(j=L,L={},$=new Date),isFunction$1(k)&&(j=k,L={},k=24*60*60*7,$=new Date),!isNumber$2(k))throw new TypeError('expires should be of type "number"');if(!isObject$1(L))throw new TypeError('reqParams should be of type "object"');if(!isValidDate($))throw new TypeError('requestDate should be of type "Date" and valid');if(!isFunction$1(j))throw new TypeError('callback should be of type "function"');var V=queryString.stringify(L);this.getBucketRegion(y,(z,re)=>{if(z)return j(z);var ie,oe=this.getRequestOptions({method:t,region:re,bucketName:y,objectName:n,query:V});this.checkAndRefreshCreds();try{ie=presignSignatureV4(oe,this.accessKey,this.secretKey,this.sessionToken,re,$,k)}catch(ue){return j(ue)}j(null,ie)})}presignedGetObject(t,y,n,k,L,$){if(!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);if(!isValidObjectName(y))throw new InvalidObjectNameError(`Invalid object name: ${y}`);isFunction$1(k)&&($=k,k={},L=new Date);var j=["response-content-type","response-content-language","response-expires","response-cache-control","response-content-disposition","response-content-encoding"];return j.forEach(V=>{if(k!==void 0&&k[V]!==void 0&&!isString$1(k[V]))throw new TypeError(`response header ${V} should be of type "string"`)}),this.presignedUrl("GET",t,y,n,k,L,$)}presignedPutObject(t,y,n,k){if(!isValidBucketName(t))throw new InvalidBucketNameError(`Invalid bucket name: ${t}`);if(!isValidObjectName(y))throw new InvalidObjectNameError(`Invalid object name: ${y}`);return this.presignedUrl("PUT",t,y,n,k)}newPostPolicy(){return new PostPolicy}presignedPostPolicy(t,y){if(this.anonymous)throw new AnonymousRequestError("Presigned POST policy cannot be generated for anonymous requests");if(!isObject$1(t))throw new TypeError('postPolicy should be of type "object"');if(!isFunction$1(y))throw new TypeError('cb should be of type "function"');this.getBucketRegion(t.formData.bucket,(n,k)=>{if(n)return y(n);var L=new Date,$=makeDateLong(L);if(this.checkAndRefreshCreds(),!t.policy.expiration){var j=new Date;j.setSeconds(24*60*60*7),t.setExpires(j)}t.policy.conditions.push(["eq","$x-amz-date",$]),t.formData["x-amz-date"]=$,t.policy.conditions.push(["eq","$x-amz-algorithm","AWS4-HMAC-SHA256"]),t.formData["x-amz-algorithm"]="AWS4-HMAC-SHA256",t.policy.conditions.push(["eq","$x-amz-credential",this.accessKey+"/"+getScope(k,L)]),t.formData["x-amz-credential"]=this.accessKey+"/"+getScope(k,L),this.sessionToken&&(t.policy.conditions.push(["eq","$x-amz-security-token",this.sessionToken]),t.formData["x-amz-security-token"]=this.sessionToken);var V=Buffer$2.from(JSON.stringify(t.policy)).toString("base64");t.formData.policy=V;var z=postPresignSignatureV4(k,L,this.secretKey,V);t.formData["x-amz-signature"]=z;var re={};re.region=k,re.bucketName=t.formData.bucket;var ie=this.getRequestOptions(re),oe=this.port==80||this.port===443?"":`:${this.port.toString()}`,ue=`${ie.protocol}//${ie.host}${oe}${ie.path}`;y(null,{postURL:ue,formData:t.formData})})}completeMultipartUpload(t,y,n,k,L){if(!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);if(!isValidObjectName(y))throw new InvalidObjectNameError(`Invalid object name: ${y}`);if(!isString$1(n))throw new TypeError('uploadId should be of type "string"');if(!isObject$1(k))throw new TypeError('etags should be of type "Array"');if(!isFunction$1(L))throw new TypeError('cb should be of type "function"');if(!n)throw new InvalidArgumentError("uploadId cannot be empty");var $="POST",j=`uploadId=${uriEscape(n)}`,V=[];k.forEach(ie=>{V.push({Part:[{PartNumber:ie.part},{ETag:ie.etag}]})});var z={CompleteMultipartUpload:V},re=Xml(z);this.makeRequest({method:$,bucketName:t,objectName:y,query:j},re,[200],"",!0,(ie,oe)=>{if(ie)return L(ie);var ue=getCompleteMultipartTransformer();pipesetup(oe,ue).on("error",de=>L(de)).on("data",de=>{if(de.errCode)L(new S3Error(de.errMessage));else{const pe={etag:de.etag,versionId:getVersionId(oe.headers)};L(null,pe)}})})}listIncompleteUploadsQuery(t,y,n,k,L){if(!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);if(!isString$1(y))throw new TypeError('prefix should be of type "string"');if(!isString$1(n))throw new TypeError('keyMarker should be of type "string"');if(!isString$1(k))throw new TypeError('uploadIdMarker should be of type "string"');if(!isString$1(L))throw new TypeError('delimiter should be of type "string"');var $=[];$.push(`prefix=${uriEscape(y)}`),$.push(`delimiter=${uriEscape(L)}`),n&&(n=uriEscape(n),$.push(`key-marker=${n}`)),k&&$.push(`upload-id-marker=${k}`);var j=1e3;$.push(`max-uploads=${j}`),$.sort(),$.unshift("uploads");var V="";$.length>0&&(V=`${$.join("&")}`);var z="GET",re=getListMultipartTransformer();return this.makeRequest({method:z,bucketName:t,query:V},"",[200],"",!0,(ie,oe)=>{if(ie)return re.emit("error",ie);pipesetup(oe,re)}),re}findUploadId(t,y,n){if(!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);if(!isValidObjectName(y))throw new InvalidObjectNameError(`Invalid object name: ${y}`);if(!isFunction$1(n))throw new TypeError('cb should be of type "function"');var k,L=($,j)=>{this.listIncompleteUploadsQuery(t,y,$,j,"").on("error",V=>n(V)).on("data",V=>{if(V.uploads.forEach(z=>{if(z.key===y&&(!k||z.initiated.getTime()>k.initiated.getTime())){k=z;return}}),V.isTruncated){L(V.nextKeyMarker,V.nextUploadIdMarker);return}if(k)return n(null,k.uploadId);n(null,void 0)})};L("","")}setBucketNotification(t,y,n){if(!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);if(!isObject$1(y))throw new TypeError('notification config should be of type "Object"');if(!isFunction$1(n))throw new TypeError('callback should be of type "function"');var k="PUT",L="notification",$=new xml2js.Builder({rootName:"NotificationConfiguration",renderOpts:{pretty:!1},headless:!0}),j=$.buildObject(y);this.makeRequest({method:k,bucketName:t,query:L},j,[200],"",!1,n)}removeAllBucketNotification(t,y){this.setBucketNotification(t,new NotificationConfig,y)}getBucketNotification(t,y){if(!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);if(!isFunction$1(y))throw new TypeError('callback should be of type "function"');var n="GET",k="notification";this.makeRequest({method:n,bucketName:t,query:k},"",[200],"",!0,(L,$)=>{if(L)return y(L);var j=getBucketNotificationTransformer(),V;pipesetup($,j).on("data",z=>V=z).on("error",z=>y(z)).on("end",()=>y(null,V))})}listenBucketNotification(t,y,n,k){if(!isValidBucketName(t))throw new InvalidBucketNameError(`Invalid bucket name: ${t}`);if(!isString$1(y))throw new TypeError("prefix must be of type string");if(!isString$1(n))throw new TypeError("suffix must be of type string");if(!Array.isArray(k))throw new TypeError("events must be of type Array");let L=new NotificationPoller(this,t,y,n,k);return L.start(),L}getBucketVersioning(t,y){if(!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);if(!isFunction$1(y))throw new InvalidArgumentError('callback should be of type "function"');var n="GET",k="versioning";this.makeRequest({method:n,bucketName:t,query:k},"",[200],"",!0,(L,$)=>{if(L)return y(L);let j=Buffer$2.from("");pipesetup($,bucketVersioningTransformer()).on("data",V=>{j=V}).on("error",y).on("end",()=>{y(null,j)})})}setBucketVersioning(t,y,n){if(!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);if(!Object.keys(y).length)throw new InvalidArgumentError('versionConfig should be of type "object"');if(!isFunction$1(n))throw new TypeError('callback should be of type "function"');var k="PUT",L="versioning",$=new xml2js.Builder({rootName:"VersioningConfiguration",renderOpts:{pretty:!1},headless:!0}),j=$.buildObject(y);this.makeRequest({method:k,bucketName:t,query:L},j,[200],"",!1,n)}setTagging(t){const{bucketName:y,objectName:n,tags:k,putOpts:L={},cb:$}=t,j="PUT";let V="tagging";L&&L.versionId&&(V=`${V}&versionId=${L.versionId}`);const z=[];for(const[Ie,he]of Object.entries(k))z.push({Key:Ie,Value:he});const re={Tagging:{TagSet:{Tag:z}}},ie=new Encoder,oe={};let de=new xml2js.Builder({headless:!0,renderOpts:{pretty:!1}}).buildObject(re);de=Buffer$2.from(ie.encode(de)),oe["Content-MD5"]=toMd5(de);const pe={method:j,bucketName:y,query:V,headers:oe};n&&(pe.objectName=n),oe["Content-MD5"]=toMd5(de),this.makeRequest(pe,de,[200],"",!1,$)}setBucketTagging(t,y,n){if(!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);if(!isObject$1(y))throw new InvalidArgumentError('tags should be of type "object"');if(Object.keys(y).length>10)throw new InvalidArgumentError('maximum tags allowed is 10"');if(!isFunction$1(n))throw new InvalidArgumentError('callback should be of type "function"');return this.setTagging({bucketName:t,tags:y,cb:n})}setObjectTagging(t,y,n,k={},L){if(!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);if(!isValidObjectName(y))throw new InvalidBucketNameError("Invalid object name: "+y);if(isFunction$1(k)&&(L=k,k={}),!isObject$1(n))throw new InvalidArgumentError('tags should be of type "object"');if(Object.keys(n).length>10)throw new InvalidArgumentError('Maximum tags allowed is 10"');if(!isFunction$1(L))throw new TypeError('callback should be of type "function"');return this.setTagging({bucketName:t,objectName:y,tags:n,putOpts:k,cb:L})}removeTagging({bucketName:t,objectName:y,removeOpts:n,cb:k}){const L="DELETE";let $="tagging";n&&Object.keys(n).length&&n.versionId&&($=`${$}&versionId=${n.versionId}`);const j={method:L,bucketName:t,objectName:y,query:$};y&&(j.objectName=y),this.makeRequest(j,"",[200,204],"",!0,k)}removeBucketTagging(t,y){if(!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);if(!isFunction$1(y))throw new TypeError('callback should be of type "function"');return this.removeTagging({bucketName:t,cb:y})}removeObjectTagging(t,y,n,k){if(!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);if(!isValidObjectName(y))throw new InvalidBucketNameError("Invalid object name: "+y);if(isFunction$1(n)&&(k=n,n={}),n&&Object.keys(n).length&&!isObject$1(n))throw new InvalidArgumentError('removeOpts should be of type "object"');if(!isFunction$1(k))throw new TypeError('callback should be of type "function"');return this.removeTagging({bucketName:t,objectName:y,removeOpts:n,cb:k})}getBucketTagging(t,y){if(!isValidBucketName(t))throw new InvalidBucketNameError(`Invalid bucket name: ${t}`);const L={method:"GET",bucketName:t,query:"tagging"};this.makeRequest(L,"",[200],"",!0,($,j)=>{var V=getTagsTransformer();if($)return y($);let z;pipesetup(j,V).on("data",re=>z=re).on("error",re=>y(re)).on("end",()=>y(null,z))})}getObjectTagging(t,y,n={},k=()=>!1){const L="GET";let $="tagging";if(!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);if(!isValidObjectName(y))throw new InvalidBucketNameError("Invalid object name: "+y);if(isFunction$1(n)&&(k=n,n={}),!isObject$1(n))throw new InvalidArgumentError('getOpts should be of type "object"');if(!isFunction$1(k))throw new TypeError('callback should be of type "function"');n&&n.versionId&&($=`${$}&versionId=${n.versionId}`);const j={method:L,bucketName:t,query:$};y&&(j.objectName=y),this.makeRequest(j,"",[200],"",!0,(V,z)=>{const re=getTagsTransformer();if(V)return k(V);let ie;pipesetup(z,re).on("data",oe=>ie=oe).on("error",oe=>k(oe)).on("end",()=>k(null,ie))})}applyBucketLifecycle(t,y,n){const k="PUT",L="lifecycle",$=new Encoder,j={};let z=new xml2js.Builder({rootName:"LifecycleConfiguration",headless:!0,renderOpts:{pretty:!1}}).buildObject(y);z=Buffer$2.from($.encode(z));const re={method:k,bucketName:t,query:L,headers:j};j["Content-MD5"]=toMd5(z),this.makeRequest(re,z,[200],"",!1,n)}removeBucketLifecycle(t,y){if(!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);this.makeRequest({method:"DELETE",bucketName:t,query:"lifecycle"},"",[204],"",!1,y)}setBucketLifecycle(t,y=null,n){if(!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);_.isEmpty(y)?this.removeBucketLifecycle(t,n):this.applyBucketLifecycle(t,y,n)}getBucketLifecycle(t,y){if(!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);const L={method:"GET",bucketName:t,query:"lifecycle"};this.makeRequest(L,"",[200],"",!0,($,j)=>{const V=lifecycleTransformer();if($)return y($);let z;pipesetup(j,V).on("data",re=>z=re).on("error",re=>y(re)).on("end",()=>y(null,z))})}setObjectLockConfig(t,y={},n){const k=[RETENTION_MODES.COMPLIANCE,RETENTION_MODES.GOVERNANCE],L=[RETENTION_VALIDITY_UNITS.DAYS,RETENTION_VALIDITY_UNITS.YEARS];if(!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);if(y.mode&&!k.includes(y.mode))throw new TypeError(`lockConfigOpts.mode should be one of ${k}`);if(y.unit&&!L.includes(y.unit))throw new TypeError(`lockConfigOpts.unit should be one of ${L}`);if(y.validity&&!isNumber$2(y.validity))throw new TypeError("lockConfigOpts.validity should be a number");const $="PUT",j="object-lock";let V={ObjectLockEnabled:"Enabled"};const z=Object.keys(y);if(z.length>0){if(_.difference(z,["unit","mode","validity"]).length!==0)throw new TypeError("lockConfigOpts.mode,lockConfigOpts.unit,lockConfigOpts.validity all the properties should be specified.");V.Rule={DefaultRetention:{}},y.mode&&(V.Rule.DefaultRetention.Mode=y.mode),y.unit===RETENTION_VALIDITY_UNITS.DAYS?V.Rule.DefaultRetention.Days=y.validity:y.unit===RETENTION_VALIDITY_UNITS.YEARS&&(V.Rule.DefaultRetention.Years=y.validity)}const ie=new xml2js.Builder({rootName:"ObjectLockConfiguration",renderOpts:{pretty:!1},headless:!0}).buildObject(V),oe={};oe["Content-MD5"]=toMd5(ie),this.makeRequest({method:$,bucketName:t,query:j,headers:oe},ie,[200],"",!1,n)}getObjectLockConfig(t,y){if(!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);if(!isFunction$1(y))throw new InvalidArgumentError('callback should be of type "function"');this.makeRequest({method:"GET",bucketName:t,query:"object-lock"},"",[200],"",!0,(L,$)=>{if(L)return y(L);let j=Buffer$2.from("");pipesetup($,objectLockTransformer()).on("data",V=>{j=V}).on("error",y).on("end",()=>{y(null,j)})})}putObjectRetention(t,y,n={},k){if(!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);if(!isValidObjectName(y))throw new InvalidObjectNameError(`Invalid object name: ${y}`);if(isObject$1(n)){if(n.governanceBypass&&!isBoolean$1(n.governanceBypass))throw new InvalidArgumentError("Invalid value for governanceBypass",n.governanceBypass);if(n.mode&&![RETENTION_MODES.COMPLIANCE,RETENTION_MODES.GOVERNANCE].includes(n.mode))throw new InvalidArgumentError("Invalid object retention mode ",n.mode);if(n.retainUntilDate&&!isString$1(n.retainUntilDate))throw new InvalidArgumentError("Invalid value for retainUntilDate",n.retainUntilDate);if(n.versionId&&!isString$1(n.versionId))throw new InvalidArgumentError("Invalid value for versionId",n.versionId)}else throw new InvalidArgumentError('retentionOpts should be of type "object"');if(!isFunction$1(k))throw new TypeError('callback should be of type "function"');const L="PUT";let $="retention";const j={};n.governanceBypass&&(j["X-Amz-Bypass-Governance-Retention"]=!0);const V=new xml2js.Builder({rootName:"Retention",renderOpts:{pretty:!1},headless:!0}),z={};n.mode&&(z.Mode=n.mode),n.retainUntilDate&&(z.RetainUntilDate=n.retainUntilDate),n.versionId&&($+=`&versionId=${n.versionId}`);let re=V.buildObject(z);j["Content-MD5"]=toMd5(re),this.makeRequest({method:L,bucketName:t,objectName:y,query:$,headers:j},re,[200,204],"",!1,k)}getObjectRetention(t,y,n,k){if(!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);if(!isValidObjectName(y))throw new InvalidObjectNameError(`Invalid object name: ${y}`);if(isObject$1(n)){if(n.versionId&&!isString$1(n.versionId))throw new InvalidArgumentError('VersionID should be of type "string"')}else throw new InvalidArgumentError('callback should be of type "object"');if(k&&!isFunction$1(k))throw new InvalidArgumentError('callback should be of type "function"');const L="GET";let $="retention";n.versionId&&($+=`&versionId=${n.versionId}`),this.makeRequest({method:L,bucketName:t,objectName:y,query:$},"",[200],"",!0,(j,V)=>{if(j)return k(j);let z=Buffer$2.from("");pipesetup(V,objectRetentionTransformer()).on("data",re=>{z=re}).on("error",k).on("end",()=>{k(null,z)})})}setBucketEncryption(t,y,n){if(!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);if(isFunction$1(y)&&(n=y,y=null),!_.isEmpty(y)&&y.Rule.length>1)throw new InvalidArgumentError("Invalid Rule length. Only one rule is allowed.: "+y.Rule);if(n&&!isFunction$1(n))throw new TypeError('callback should be of type "function"');let k=y;_.isEmpty(y)&&(k={Rule:[{ApplyServerSideEncryptionByDefault:{SSEAlgorithm:"AES256"}}]});let L="PUT",$="encryption",V=new xml2js.Builder({rootName:"ServerSideEncryptionConfiguration",renderOpts:{pretty:!1},headless:!0}).buildObject(k);const z={};z["Content-MD5"]=toMd5(V),this.makeRequest({method:L,bucketName:t,query:$,headers:z},V,[200],"",!1,n)}getBucketEncryption(t,y){if(!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);if(!isFunction$1(y))throw new InvalidArgumentError('callback should be of type "function"');this.makeRequest({method:"GET",bucketName:t,query:"encryption"},"",[200],"",!0,(L,$)=>{if(L)return y(L);let j=Buffer$2.from("");pipesetup($,bucketEncryptionTransformer()).on("data",V=>{j=V}).on("error",y).on("end",()=>{y(null,j)})})}removeBucketEncryption(t,y){if(!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);if(!isFunction$1(y))throw new InvalidArgumentError('callback should be of type "function"');this.makeRequest({method:"DELETE",bucketName:t,query:"encryption"},"",[204],"",!1,y)}getObjectLegalHold(t,y,n={},k){if(!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);if(!isValidObjectName(y))throw new InvalidObjectNameError(`Invalid object name: ${y}`);if(isFunction$1(n)&&(k=n,n={}),isObject$1(n)){if(Object.keys(n).length>0&&n.versionId&&!isString$1(n.versionId))throw new TypeError("versionId should be of type string.:",n.versionId)}else throw new TypeError('getOpts should be of type "Object"');if(!isFunction$1(k))throw new InvalidArgumentError('callback should be of type "function"');const L="GET";let $="legal-hold";n.versionId&&($+=`&versionId=${n.versionId}`),this.makeRequest({method:L,bucketName:t,objectName:y,query:$},"",[200],"",!0,(j,V)=>{if(j)return k(j);let z=Buffer$2.from("");pipesetup(V,objectLegalHoldTransformer()).on("data",re=>{z=re}).on("error",k).on("end",()=>{k(null,z)})})}setObjectLegalHold(t,y,n={},k){if(!isValidBucketName(t))throw new InvalidBucketNameError("Invalid bucket name: "+t);if(!isValidObjectName(y))throw new InvalidObjectNameError(`Invalid object name: ${y}`);const L={status:LEGAL_HOLD_STATUS.ENABLED};if(isFunction$1(n)&&(k=n,n=L),isObject$1(n)){if(![LEGAL_HOLD_STATUS.ENABLED,LEGAL_HOLD_STATUS.DISABLED].includes(n.status))throw new TypeError("Invalid status: "+n.status);if(n.versionId&&!n.versionId.length)throw new TypeError("versionId should be of type string.:"+n.versionId)}else throw new TypeError('setOpts should be of type "Object"');if(!isFunction$1(k))throw new InvalidArgumentError('callback should be of type "function"');_.isEmpty(n)&&(n={defaultOpts:L});const $="PUT";let j="legal-hold";n.versionId&&(j+=`&versionId=${n.versionId}`);let V={Status:n.status};const re=new xml2js.Builder({rootName:"LegalHold",renderOpts:{pretty:!1},headless:!0}).buildObject(V),ie={};ie["Content-MD5"]=toMd5(re),this.makeRequest({method:$,bucketName:t,objectName:y,query:j,headers:ie},re,[200],"",!1,k)}uploadPartCopy(t,y){const{bucketName:n,objectName:k,uploadID:L,partNumber:$,headers:j}=t,V="PUT";let z=`uploadId=${L}&partNumber=${$}`;const re={method:V,bucketName:n,objectName:k,query:z,headers:j};return this.makeRequest(re,"",[200],"",!0,(ie,oe)=>{let ue=Buffer$2.from("");if(ie)return y(ie);pipesetup(oe,uploadPartTransformer()).on("data",de=>{ue=de}).on("error",y).on("end",()=>{let de={etag:sanitizeETag(ue.ETag),key:k,part:$};y(null,de)})})}composeObject(t={},y=[],n){const k=this,L=y.length;if(!Array.isArray(y))throw new InvalidArgumentError("sourceConfig should an array of CopySourceOptions ");if(!(t instanceof CopyDestinationOptions))throw new InvalidArgumentError("destConfig should of type CopyDestinationOptions ");if(L<1||L>PART_CONSTRAINTS.MAX_PARTS_COUNT)throw new InvalidArgumentError(`"There must be as least one and up to ${PART_CONSTRAINTS.MAX_PARTS_COUNT} source objects.`);if(!isFunction$1(n))throw new TypeError('callback should be of type "function"');for(let ie=0;ie<L;ie++)if(!y[ie].validate())return!1;if(!t.validate())return!1;const $=ie=>{let oe={};return _.isEmpty(ie.VersionID)||(oe={versionId:ie.VersionID}),oe},j=[];let V=0,z=0;const re=y.map(ie=>k.statObject(ie.Bucket,ie.Object,$(ie)));return Promise.all(re).then(ie=>{const oe=ie.map((he,Ce)=>{const _e=y[Ce];let Ne=he.size;if(_e.MatchRange){const Fe=_e.Start,Ue=_e.End;if(Ue>=Ne||Fe<0)throw new InvalidArgumentError(`CopySrcOptions ${Ce} has invalid segment-to-copy [${Fe}, ${Ue}] (size is ${Ne})`);Ne=Ue-Fe+1}if(Ne<PART_CONSTRAINTS.ABS_MIN_PART_SIZE&&Ce<L-1)throw new InvalidArgumentError(`CopySrcOptions ${Ce} is too small (${Ne}) and it is not the last part.`);if(V+=Ne,V>PART_CONSTRAINTS.MAX_MULTIPART_PUT_OBJECT_SIZE)throw new InvalidArgumentError(`Cannot compose an object of size ${V} (> 5TiB)`);if(j[Ce]=Ne,z+=partsRequired(Ne),z>PART_CONSTRAINTS.MAX_PARTS_COUNT)throw new InvalidArgumentError(`Your proposed compose object requires more than ${PART_CONSTRAINTS.MAX_PARTS_COUNT} parts`);return he});if(z===1&&V<=PART_CONSTRAINTS.MAX_PART_SIZE||V===0)return this.copyObject(y[0],t,n);for(let he=0;he<L;he++)y[he].MatchETag=oe[he].etag;const ue=oe.map((he,Ce)=>calculateEvenSplits(j[Ce],y[Ce]));function de(he){const Ce=[];return ue.forEach((_e,Ne)=>{const{startIndex:Fe,endIndex:Ue,objInfo:kt}=_e;let Et=Ne+1;const Ve=Array.from(Fe),qe=y[Ne].getHeaders();Ve.forEach((jt,tr)=>{let rr=Ue[tr];const ar=`${kt.Bucket}/${kt.Object}`;qe["x-amz-copy-source"]=`${ar}`,qe["x-amz-copy-source-range"]=`bytes=${jt}-${rr}`;const nr={bucketName:t.Bucket,objectName:t.Object,uploadID:he,partNumber:Et,headers:qe,sourceObj:ar};Ce.push(nr)})}),Ce}const pe=he=>{const Ce=de(he);index.map(Ce,k.uploadPartCopy.bind(k),(_e,Ne)=>{if(_e){this.abortMultipartUpload(t.Bucket,t.Object,he).then(()=>n(),Ue=>n(Ue));return}const Fe=Ne.map(Ue=>({etag:Ue.etag,part:Ue.part}));return k.completeMultipartUpload(t.Bucket,t.Object,he,Fe,n)})},Ie=t.getHeaders();k.initiateNewMultipartUpload(t.Bucket,t.Object,Ie).then(he=>{pe(he)},he=>{n(he,null)})}).catch(ie=>{n(ie,null)})}selectObjectContent(t,y,n={},k){if(!isValidBucketName(t))throw new InvalidBucketNameError(`Invalid bucket name: ${t}`);if(!isValidObjectName(y))throw new InvalidObjectNameError(`Invalid object name: ${y}`);if(_.isEmpty(n))throw new TypeError("valid select configuration is required");if(!isString$1(n.expression))throw new TypeError('sqlExpression should be of type "string"');if(_.isEmpty(n.inputSerialization))throw new TypeError("inputSerialization is required");if(!isObject$1(n.inputSerialization))throw new TypeError('inputSerialization should be of type "object"');if(_.isEmpty(n.outputSerialization))throw new TypeError("outputSerialization is required");if(!isObject$1(n.outputSerialization))throw new TypeError('outputSerialization should be of type "object"');if(!isFunction$1(k))throw new TypeError('callback should be of type "function"');const L="POST";let $="select";$+="&select-type=2";const j=[{Expression:n.expression},{ExpressionType:n.expressionType||"SQL"},{InputSerialization:[n.inputSerialization]},{OutputSerialization:[n.outputSerialization]}];n.requestProgress&&j.push({RequestProgress:n.requestProgress}),n.scanRange&&j.push({ScanRange:n.scanRange});const z=new xml2js.Builder({rootName:"SelectObjectContentRequest",renderOpts:{pretty:!1},headless:!0}).buildObject(j);this.makeRequest({method:L,bucketName:t,objectName:y,query:$},z,[200],"",!0,(re,ie)=>{if(re)return k(re);let oe;pipesetup(ie,selectObjectContentTransformer()).on("data",ue=>{oe=parseSelectObjectContentResponse(ue)}).on("error",k).on("end",()=>{k(null,oe)})})}}Client.prototype.makeBucket=promisify(Client.prototype.makeBucket);Client.prototype.bucketExists=promisify(Client.prototype.bucketExists);Client.prototype.getObject=promisify(Client.prototype.getObject);Client.prototype.getPartialObject=promisify(Client.prototype.getPartialObject);Client.prototype.fGetObject=promisify(Client.prototype.fGetObject);Client.prototype.putObject=promisify(Client.prototype.putObject);Client.prototype.fPutObject=promisify(Client.prototype.fPutObject);Client.prototype.copyObject=promisify(Client.prototype.copyObject);Client.prototype.removeObjects=promisify(Client.prototype.removeObjects);Client.prototype.presignedUrl=promisify(Client.prototype.presignedUrl);Client.prototype.presignedGetObject=promisify(Client.prototype.presignedGetObject);Client.prototype.presignedPutObject=promisify(Client.prototype.presignedPutObject);Client.prototype.presignedPostPolicy=promisify(Client.prototype.presignedPostPolicy);Client.prototype.getBucketNotification=promisify(Client.prototype.getBucketNotification);Client.prototype.setBucketNotification=promisify(Client.prototype.setBucketNotification);Client.prototype.removeAllBucketNotification=promisify(Client.prototype.removeAllBucketNotification);Client.prototype.getBucketPolicy=promisify(Client.prototype.getBucketPolicy);Client.prototype.setBucketPolicy=promisify(Client.prototype.setBucketPolicy);Client.prototype.removeIncompleteUpload=promisify(Client.prototype.removeIncompleteUpload);Client.prototype.getBucketVersioning=promisify(Client.prototype.getBucketVersioning);Client.prototype.setBucketVersioning=promisify(Client.prototype.setBucketVersioning);Client.prototype.setBucketTagging=promisify(Client.prototype.setBucketTagging);Client.prototype.removeBucketTagging=promisify(Client.prototype.removeBucketTagging);Client.prototype.getBucketTagging=promisify(Client.prototype.getBucketTagging);Client.prototype.setObjectTagging=promisify(Client.prototype.setObjectTagging);Client.prototype.removeObjectTagging=promisify(Client.prototype.removeObjectTagging);Client.prototype.getObjectTagging=promisify(Client.prototype.getObjectTagging);Client.prototype.setBucketLifecycle=promisify(Client.prototype.setBucketLifecycle);Client.prototype.getBucketLifecycle=promisify(Client.prototype.getBucketLifecycle);Client.prototype.removeBucketLifecycle=promisify(Client.prototype.removeBucketLifecycle);Client.prototype.setObjectLockConfig=promisify(Client.prototype.setObjectLockConfig);Client.prototype.getObjectLockConfig=promisify(Client.prototype.getObjectLockConfig);Client.prototype.putObjectRetention=promisify(Client.prototype.putObjectRetention);Client.prototype.getObjectRetention=promisify(Client.prototype.getObjectRetention);Client.prototype.setBucketEncryption=promisify(Client.prototype.setBucketEncryption);Client.prototype.getBucketEncryption=promisify(Client.prototype.getBucketEncryption);Client.prototype.removeBucketEncryption=promisify(Client.prototype.removeBucketEncryption);Client.prototype.setObjectLegalHold=promisify(Client.prototype.setObjectLegalHold);Client.prototype.getObjectLegalHold=promisify(Client.prototype.getObjectLegalHold);Client.prototype.composeObject=promisify(Client.prototype.composeObject);Client.prototype.selectObjectContent=promisify(Client.prototype.selectObjectContent);Client.prototype.removeObject=callbackify(Client.prototype.removeObject);Client.prototype.statObject=callbackify(Client.prototype.statObject);Client.prototype.removeBucket=callbackify(Client.prototype.removeBucket);Client.prototype.listBuckets=callbackify(Client.prototype.listBuckets);Client.prototype.removeBucketReplication=callbackify(Client.prototype.removeBucketReplication);Client.prototype.setBucketReplication=callbackify(Client.prototype.setBucketReplication);Client.prototype.getBucketReplication=callbackify(Client.prototype.getBucketReplication);var cosJsSdkV5={exports:{}};(function(e,t){(function(n,k){e.exports=k()})(commonjsGlobal,function(){return function(y){var n={};function k(L){if(n[L])return n[L].exports;var $=n[L]={i:L,l:!1,exports:{}};return y[L].call($.exports,$,$.exports,k),$.l=!0,$.exports}return k.m=y,k.c=n,k.d=function(L,$,j){k.o(L,$)||Object.defineProperty(L,$,{enumerable:!0,get:j})},k.r=function(L){typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(L,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(L,"__esModule",{value:!0})},k.t=function(L,$){if($&1&&(L=k(L)),$&8||$&4&&typeof L=="object"&&L&&L.__esModule)return L;var j=Object.create(null);if(k.r(j),Object.defineProperty(j,"default",{enumerable:!0,value:L}),$&2&&typeof L!="string")for(var V in L)k.d(j,V,(function(z){return L[z]}).bind(null,V));return j},k.n=function(L){var $=L&&L.__esModule?function(){return L.default}:function(){return L};return k.d($,"a",$),$},k.o=function(L,$){return Object.prototype.hasOwnProperty.call(L,$)},k.p="/dist/",k(k.s="./index.js")}({"./index.js":function(y,n,k){var L=k("./src/cos.js");y.exports=L},"./lib/base64.js":function(y,n){var k=function(L){L=L||{};var $=L.Base64,j="2.1.9",V="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",z=function(tr){for(var rr={},ar=0,nr=tr.length;ar<nr;ar++)rr[tr.charAt(ar)]=ar;return rr}(V),re=String.fromCharCode,ie=function(rr){if(rr.length<2){var ar=rr.charCodeAt(0);return ar<128?rr:ar<2048?re(192|ar>>>6)+re(128|ar&63):re(224|ar>>>12&15)+re(128|ar>>>6&63)+re(128|ar&63)}else{var ar=65536+(rr.charCodeAt(0)-55296)*1024+(rr.charCodeAt(1)-56320);return re(240|ar>>>18&7)+re(128|ar>>>12&63)+re(128|ar>>>6&63)+re(128|ar&63)}},oe=/[\uD800-\uDBFF][\uDC00-\uDFFFF]|[^\x00-\x7F]/g,ue=function(rr){return rr.replace(oe,ie)},de=function(rr){var ar=[0,2,1][rr.length%3],nr=rr.charCodeAt(0)<<16|(rr.length>1?rr.charCodeAt(1):0)<<8|(rr.length>2?rr.charCodeAt(2):0),ur=[V.charAt(nr>>>18),V.charAt(nr>>>12&63),ar>=2?"=":V.charAt(nr>>>6&63),ar>=1?"=":V.charAt(nr&63)];return ur.join("")},pe=L.btoa?function(tr){return L.btoa(tr)}:function(tr){return tr.replace(/[\s\S]{1,3}/g,de)},Ie=function(tr){return pe(ue(tr))},he=function(rr,ar){return ar?Ie(String(rr)).replace(/[+\/]/g,function(nr){return nr=="+"?"-":"_"}).replace(/=/g,""):Ie(String(rr))},Ce=function(rr){return he(rr,!0)},_e=new RegExp(["[À-ß][€-¿]","[à-ï][€-¿]{2}","[ð-÷][€-¿]{3}"].join("|"),"g"),Ne=function(rr){switch(rr.length){case 4:var ar=(7&rr.charCodeAt(0))<<18|(63&rr.charCodeAt(1))<<12|(63&rr.charCodeAt(2))<<6|63&rr.charCodeAt(3),nr=ar-65536;return re((nr>>>10)+55296)+re((nr&1023)+56320);case 3:return re((15&rr.charCodeAt(0))<<12|(63&rr.charCodeAt(1))<<6|63&rr.charCodeAt(2));default:return re((31&rr.charCodeAt(0))<<6|63&rr.charCodeAt(1))}},Fe=function(rr){return rr.replace(_e,Ne)},Ue=function(rr){var ar=rr.length,nr=ar%4,ur=(ar>0?z[rr.charAt(0)]<<18:0)|(ar>1?z[rr.charAt(1)]<<12:0)|(ar>2?z[rr.charAt(2)]<<6:0)|(ar>3?z[rr.charAt(3)]:0),cr=[re(ur>>>16),re(ur>>>8&255),re(ur&255)];return cr.length-=[0,0,2,1][nr],cr.join("")},kt=L.atob?function(tr){return L.atob(tr)}:function(tr){return tr.replace(/[\s\S]{1,4}/g,Ue)},Et=function(tr){return Fe(kt(tr))},Ve=function(rr){return Et(String(rr).replace(/[-_]/g,function(ar){return ar=="-"?"+":"/"}).replace(/[^A-Za-z0-9\+\/]/g,""))},qe=function(){var rr=L.Base64;return L.Base64=$,rr},jt={VERSION:j,atob:kt,btoa:pe,fromBase64:Ve,toBase64:he,utob:ue,encode:he,encodeURI:Ce,btou:Fe,decode:Ve,noConflict:qe};return jt}();y.exports=k},"./lib/crypto.js":function(y,n,k){(function(L){var $=k("./node_modules/@babel/runtime/helpers/typeof.js"),j=j||function(V,z){var re={},ie=re.lib={},oe=function(){},ue=ie.Base={extend:function(Ue){oe.prototype=this;var kt=new oe;return Ue&&kt.mixIn(Ue),kt.hasOwnProperty("init")||(kt.init=function(){kt.$super.init.apply(this,arguments)}),kt.init.prototype=kt,kt.$super=this,kt},create:function(){var Ue=this.extend();return Ue.init.apply(Ue,arguments),Ue},init:function(){},mixIn:function(Ue){for(var kt in Ue)Ue.hasOwnProperty(kt)&&(this[kt]=Ue[kt]);Ue.hasOwnProperty("toString")&&(this.toString=Ue.toString)},clone:function(){return this.init.prototype.extend(this)}},de=ie.WordArray=ue.extend({init:function(Ue,kt){Ue=this.words=Ue||[],this.sigBytes=kt!=z?kt:4*Ue.length},toString:function(Ue){return(Ue||Ie).stringify(this)},concat:function(Ue){var kt=this.words,Et=Ue.words,Ve=this.sigBytes;if(Ue=Ue.sigBytes,this.clamp(),Ve%4)for(var qe=0;qe<Ue;qe++)kt[Ve+qe>>>2]|=(Et[qe>>>2]>>>24-8*(qe%4)&255)<<24-8*((Ve+qe)%4);else if(65535<Et.length)for(qe=0;qe<Ue;qe+=4)kt[Ve+qe>>>2]=Et[qe>>>2];else kt.push.apply(kt,Et);return this.sigBytes+=Ue,this},clamp:function(){var Ue=this.words,kt=this.sigBytes;Ue[kt>>>2]&=4294967295<<32-8*(kt%4),Ue.length=V.ceil(kt/4)},clone:function(){var Ue=ue.clone.call(this);return Ue.words=this.words.slice(0),Ue},random:function(Ue){for(var kt=[],Et=0;Et<Ue;Et+=4)kt.push(4294967296*V.random()|0);return new de.init(kt,Ue)}}),pe=re.enc={},Ie=pe.Hex={stringify:function(Ue){var kt=Ue.words;Ue=Ue.sigBytes;for(var Et=[],Ve=0;Ve<Ue;Ve++){var qe=kt[Ve>>>2]>>>24-8*(Ve%4)&255;Et.push((qe>>>4).toString(16)),Et.push((qe&15).toString(16))}return Et.join("")},parse:function(Ue){for(var kt=Ue.length,Et=[],Ve=0;Ve<kt;Ve+=2)Et[Ve>>>3]|=parseInt(Ue.substr(Ve,2),16)<<24-4*(Ve%8);return new de.init(Et,kt/2)}},he=pe.Latin1={stringify:function(Ue){var kt=Ue.words;Ue=Ue.sigBytes;for(var Et=[],Ve=0;Ve<Ue;Ve++)Et.push(String.fromCharCode(kt[Ve>>>2]>>>24-8*(Ve%4)&255));return Et.join("")},parse:function(Ue){for(var kt=Ue.length,Et=[],Ve=0;Ve<kt;Ve++)Et[Ve>>>2]|=(Ue.charCodeAt(Ve)&255)<<24-8*(Ve%4);return new de.init(Et,kt)}},Ce=pe.Utf8={stringify:function(Ue){try{return decodeURIComponent(escape(he.stringify(Ue)))}catch{throw Error("Malformed UTF-8 data")}},parse:function(Ue){return he.parse(unescape(encodeURIComponent(Ue)))}},_e=ie.BufferedBlockAlgorithm=ue.extend({reset:function(){this._data=new de.init,this._nDataBytes=0},_append:function(Ue){typeof Ue=="string"&&(Ue=Ce.parse(Ue)),this._data.concat(Ue),this._nDataBytes+=Ue.sigBytes},_process:function(Ue){var kt=this._data,Et=kt.words,Ve=kt.sigBytes,qe=this.blockSize,jt=Ve/(4*qe),jt=Ue?V.ceil(jt):V.max((jt|0)-this._minBufferSize,0);if(Ue=jt*qe,Ve=V.min(4*Ue,Ve),Ue){for(var tr=0;tr<Ue;tr+=qe)this._doProcessBlock(Et,tr);tr=Et.splice(0,Ue),kt.sigBytes-=Ve}return new de.init(tr,Ve)},clone:function(){var Ue=ue.clone.call(this);return Ue._data=this._data.clone(),Ue},_minBufferSize:0});ie.Hasher=_e.extend({cfg:ue.extend(),init:function(Ue){this.cfg=this.cfg.extend(Ue),this.reset()},reset:function(){_e.reset.call(this),this._doReset()},update:function(Ue){return this._append(Ue),this._process(),this},finalize:function(Ue){return Ue&&this._append(Ue),this._doFinalize()},blockSize:16,_createHelper:function(Ue){return function(kt,Et){return new Ue.init(Et).finalize(kt)}},_createHmacHelper:function(Ue){return function(kt,Et){return new Ne.HMAC.init(Ue,Et).finalize(kt)}}});var Ne=re.algo={};return re}(Math);(function(){var V=j,oe=V.lib,z=oe.WordArray,re=oe.Hasher,ie=[],oe=V.algo.SHA1=re.extend({_doReset:function(){this._hash=new z.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(de,pe){for(var Ie=this._hash.words,he=Ie[0],Ce=Ie[1],_e=Ie[2],Ne=Ie[3],Fe=Ie[4],Ue=0;80>Ue;Ue++){if(16>Ue)ie[Ue]=de[pe+Ue]|0;else{var kt=ie[Ue-3]^ie[Ue-8]^ie[Ue-14]^ie[Ue-16];ie[Ue]=kt<<1|kt>>>31}kt=(he<<5|he>>>27)+Fe+ie[Ue],kt=20>Ue?kt+((Ce&_e|~Ce&Ne)+1518500249):40>Ue?kt+((Ce^_e^Ne)+1859775393):60>Ue?kt+((Ce&_e|Ce&Ne|_e&Ne)-1894007588):kt+((Ce^_e^Ne)-899497514),Fe=Ne,Ne=_e,_e=Ce<<30|Ce>>>2,Ce=he,he=kt}Ie[0]=Ie[0]+he|0,Ie[1]=Ie[1]+Ce|0,Ie[2]=Ie[2]+_e|0,Ie[3]=Ie[3]+Ne|0,Ie[4]=Ie[4]+Fe|0},_doFinalize:function(){var de=this._data,pe=de.words,Ie=8*this._nDataBytes,he=8*de.sigBytes;return pe[he>>>5]|=128<<24-he%32,pe[(he+64>>>9<<4)+14]=Math.floor(Ie/4294967296),pe[(he+64>>>9<<4)+15]=Ie,de.sigBytes=4*pe.length,this._process(),this._hash},clone:function(){var de=re.clone.call(this);return de._hash=this._hash.clone(),de}});V.SHA1=re._createHelper(oe),V.HmacSHA1=re._createHmacHelper(oe)})(),function(){var V=j,z=V.enc.Utf8;V.algo.HMAC=V.lib.Base.extend({init:function(ie,oe){ie=this._hasher=new ie.init,typeof oe=="string"&&(oe=z.parse(oe));var ue=ie.blockSize,de=4*ue;oe.sigBytes>de&&(oe=ie.finalize(oe)),oe.clamp();for(var pe=this._oKey=oe.clone(),Ie=this._iKey=oe.clone(),he=pe.words,Ce=Ie.words,_e=0;_e<ue;_e++)he[_e]^=1549556828,Ce[_e]^=909522486;pe.sigBytes=Ie.sigBytes=de,this.reset()},reset:function(){var ie=this._hasher;ie.reset(),ie.update(this._iKey)},update:function(ie){return this._hasher.update(ie),this},finalize:function(ie){var oe=this._hasher;return ie=oe.finalize(ie),oe.reset(),oe.finalize(this._oKey.clone().concat(ie))}})}(),function(){var V=j,z=V.lib,re=z.WordArray,ie=V.enc;ie.Base64={stringify:function(ue){var de=ue.words,pe=ue.sigBytes,Ie=this._map;ue.clamp();for(var he=[],Ce=0;Ce<pe;Ce+=3)for(var _e=de[Ce>>>2]>>>24-Ce%4*8&255,Ne=de[Ce+1>>>2]>>>24-(Ce+1)%4*8&255,Fe=de[Ce+2>>>2]>>>24-(Ce+2)%4*8&255,Ue=_e<<16|Ne<<8|Fe,kt=0;kt<4&&Ce+kt*.75<pe;kt++)he.push(Ie.charAt(Ue>>>6*(3-kt)&63));var Et=Ie.charAt(64);if(Et)for(;he.length%4;)he.push(Et);return he.join("")},parse:function(ue){var de=ue.length,pe=this._map,Ie=pe.charAt(64);if(Ie){var he=ue.indexOf(Ie);he!=-1&&(de=he)}for(var Ce=[],_e=0,Ne=0;Ne<de;Ne++)if(Ne%4){var Fe=pe.indexOf(ue.charAt(Ne-1))<<Ne%4*2,Ue=pe.indexOf(ue.charAt(Ne))>>>6-Ne%4*2;Ce[_e>>>2]|=(Fe|Ue)<<24-_e%4*8,_e++}return re.create(Ce,_e)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="}}(),$(L)==="object"?L.exports=j:window.CryptoJS=j}).call(this,k("./node_modules/webpack/buildin/module.js")(y))},"./lib/md5.js":function(y,n,k){(function(L){var $,j=k("./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 ie=!z.JS_MD5_NO_COMMON_JS&&j(L)==="object"&&L.exports,oe=k("./node_modules/webpack/buildin/amd-options.js"),ue=!z.JS_MD5_NO_ARRAY_BUFFER&&typeof ArrayBuffer<"u",de="0123456789abcdef".split(""),pe=[128,32768,8388608,-2147483648],Ie=[0,8,16,24],he=["hex","array","digest","buffer","arrayBuffer","base64"],Ce="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split(""),_e=[],Ne;if(ue){var Fe=new ArrayBuffer(68);Ne=new Uint8Array(Fe),_e=new Uint32Array(Fe)}(z.JS_MD5_NO_NODE_JS||!Array.isArray)&&(Array.isArray=function(qe){return Object.prototype.toString.call(qe)==="[object Array]"}),ue&&(z.JS_MD5_NO_ARRAY_BUFFER_IS_VIEW||!ArrayBuffer.isView)&&(ArrayBuffer.isView=function(qe){return j(qe)==="object"&&qe.buffer&&qe.buffer.constructor===ArrayBuffer});var Ue=function(jt){return function(tr,rr){return new Et(!0).update(tr,rr)[jt]()}},kt=function(){var jt=Ue("hex");jt.getCtx=jt.create=function(){return new Et},jt.update=function(ar){return jt.create().update(ar)};for(var tr=0;tr<he.length;++tr){var rr=he[tr];jt[rr]=Ue(rr)}return jt};function Et(qe){if(qe)_e[0]=_e[16]=_e[1]=_e[2]=_e[3]=_e[4]=_e[5]=_e[6]=_e[7]=_e[8]=_e[9]=_e[10]=_e[11]=_e[12]=_e[13]=_e[14]=_e[15]=0,this.blocks=_e,this.buffer8=Ne;else if(ue){var jt=new ArrayBuffer(68);this.buffer8=new Uint8Array(jt),this.blocks=new Uint32Array(jt)}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}Et.prototype.update=function(qe,jt){if(!this.finalized){for(var tr,rr=0,ar,nr=qe.length,ur=this.blocks,cr=this.buffer8;rr<nr;){if(this.hashed&&(this.hashed=!1,ur[0]=ur[16],ur[16]=ur[1]=ur[2]=ur[3]=ur[4]=ur[5]=ur[6]=ur[7]=ur[8]=ur[9]=ur[10]=ur[11]=ur[12]=ur[13]=ur[14]=ur[15]=0),ue)for(ar=this.start;rr<nr&&ar<64;++rr)tr=qe.charCodeAt(rr),jt||tr<128?cr[ar++]=tr:tr<2048?(cr[ar++]=192|tr>>6,cr[ar++]=128|tr&63):tr<55296||tr>=57344?(cr[ar++]=224|tr>>12,cr[ar++]=128|tr>>6&63,cr[ar++]=128|tr&63):(tr=65536+((tr&1023)<<10|qe.charCodeAt(++rr)&1023),cr[ar++]=240|tr>>18,cr[ar++]=128|tr>>12&63,cr[ar++]=128|tr>>6&63,cr[ar++]=128|tr&63);else for(ar=this.start;rr<nr&&ar<64;++rr)tr=qe.charCodeAt(rr),jt||tr<128?ur[ar>>2]|=tr<<Ie[ar++&3]:tr<2048?(ur[ar>>2]|=(192|tr>>6)<<Ie[ar++&3],ur[ar>>2]|=(128|tr&63)<<Ie[ar++&3]):tr<55296||tr>=57344?(ur[ar>>2]|=(224|tr>>12)<<Ie[ar++&3],ur[ar>>2]|=(128|tr>>6&63)<<Ie[ar++&3],ur[ar>>2]|=(128|tr&63)<<Ie[ar++&3]):(tr=65536+((tr&1023)<<10|qe.charCodeAt(++rr)&1023),ur[ar>>2]|=(240|tr>>18)<<Ie[ar++&3],ur[ar>>2]|=(128|tr>>12&63)<<Ie[ar++&3],ur[ar>>2]|=(128|tr>>6&63)<<Ie[ar++&3],ur[ar>>2]|=(128|tr&63)<<Ie[ar++&3]);this.lastByteIndex=ar,this.bytes+=ar-this.start,ar>=64?(this.start=ar-64,this.hash(),this.hashed=!0):this.start=ar}return this.bytes>4294967295&&(this.hBytes+=this.bytes/4294967296<<0,this.bytes=this.bytes%4294967296),this}},Et.prototype.finalize=function(){if(!this.finalized){this.finalized=!0;var qe=this.blocks,jt=this.lastByteIndex;qe[jt>>2]|=pe[jt&3],jt>=56&&(this.hashed||this.hash(),qe[0]=qe[16],qe[16]=qe[1]=qe[2]=qe[3]=qe[4]=qe[5]=qe[6]=qe[7]=qe[8]=qe[9]=qe[10]=qe[11]=qe[12]=qe[13]=qe[14]=qe[15]=0),qe[14]=this.bytes<<3,qe[15]=this.hBytes<<3|this.bytes>>>29,this.hash()}},Et.prototype.hash=function(){var qe,jt,tr,rr,ar,nr,ur=this.blocks;this.first?(qe=ur[0]-680876937,qe=(qe<<7|qe>>>25)-271733879<<0,rr=(-1732584194^qe&2004318071)+ur[1]-117830708,rr=(rr<<12|rr>>>20)+qe<<0,tr=(-271733879^rr&(qe^-271733879))+ur[2]-1126478375,tr=(tr<<17|tr>>>15)+rr<<0,jt=(qe^tr&(rr^qe))+ur[3]-1316259209,jt=(jt<<22|jt>>>10)+tr<<0):(qe=this.h0,jt=this.h1,tr=this.h2,rr=this.h3,qe+=(rr^jt&(tr^rr))+ur[0]-680876936,qe=(qe<<7|qe>>>25)+jt<<0,rr+=(tr^qe&(jt^tr))+ur[1]-389564586,rr=(rr<<12|rr>>>20)+qe<<0,tr+=(jt^rr&(qe^jt))+ur[2]+606105819,tr=(tr<<17|tr>>>15)+rr<<0,jt+=(qe^tr&(rr^qe))+ur[3]-1044525330,jt=(jt<<22|jt>>>10)+tr<<0),qe+=(rr^jt&(tr^rr))+ur[4]-176418897,qe=(qe<<7|qe>>>25)+jt<<0,rr+=(tr^qe&(jt^tr))+ur[5]+1200080426,rr=(rr<<12|rr>>>20)+qe<<0,tr+=(jt^rr&(qe^jt))+ur[6]-1473231341,tr=(tr<<17|tr>>>15)+rr<<0,jt+=(qe^tr&(rr^qe))+ur[7]-45705983,jt=(jt<<22|jt>>>10)+tr<<0,qe+=(rr^jt&(tr^rr))+ur[8]+1770035416,qe=(qe<<7|qe>>>25)+jt<<0,rr+=(tr^qe&(jt^tr))+ur[9]-1958414417,rr=(rr<<12|rr>>>20)+qe<<0,tr+=(jt^rr&(qe^jt))+ur[10]-42063,tr=(tr<<17|tr>>>15)+rr<<0,jt+=(qe^tr&(rr^qe))+ur[11]-1990404162,jt=(jt<<22|jt>>>10)+tr<<0,qe+=(rr^jt&(tr^rr))+ur[12]+1804603682,qe=(qe<<7|qe>>>25)+jt<<0,rr+=(tr^qe&(jt^tr))+ur[13]-40341101,rr=(rr<<12|rr>>>20)+qe<<0,tr+=(jt^rr&(qe^jt))+ur[14]-1502002290,tr=(tr<<17|tr>>>15)+rr<<0,jt+=(qe^tr&(rr^qe))+ur[15]+1236535329,jt=(jt<<22|jt>>>10)+tr<<0,qe+=(tr^rr&(jt^tr))+ur[1]-165796510,qe=(qe<<5|qe>>>27)+jt<<0,rr+=(jt^tr&(qe^jt))+ur[6]-1069501632,rr=(rr<<9|rr>>>23)+qe<<0,tr+=(qe^jt&(rr^qe))+ur[11]+643717713,tr=(tr<<14|tr>>>18)+rr<<0,jt+=(rr^qe&(tr^rr))+ur[0]-373897302,jt=(jt<<20|jt>>>12)+tr<<0,qe+=(tr^rr&(jt^tr))+ur[5]-701558691,qe=(qe<<5|qe>>>27)+jt<<0,rr+=(jt^tr&(qe^jt))+ur[10]+38016083,rr=(rr<<9|rr>>>23)+qe<<0,tr+=(qe^jt&(rr^qe))+ur[15]-660478335,tr=(tr<<14|tr>>>18)+rr<<0,jt+=(rr^qe&(tr^rr))+ur[4]-405537848,jt=(jt<<20|jt>>>12)+tr<<0,qe+=(tr^rr&(jt^tr))+ur[9]+568446438,qe=(qe<<5|qe>>>27)+jt<<0,rr+=(jt^tr&(qe^jt))+ur[14]-1019803690,rr=(rr<<9|rr>>>23)+qe<<0,tr+=(qe^jt&(rr^qe))+ur[3]-187363961,tr=(tr<<14|tr>>>18)+rr<<0,jt+=(rr^qe&(tr^rr))+ur[8]+1163531501,jt=(jt<<20|jt>>>12)+tr<<0,qe+=(tr^rr&(jt^tr))+ur[13]-1444681467,qe=(qe<<5|qe>>>27)+jt<<0,rr+=(jt^tr&(qe^jt))+ur[2]-51403784,rr=(rr<<9|rr>>>23)+qe<<0,tr+=(qe^jt&(rr^qe))+ur[7]+1735328473,tr=(tr<<14|tr>>>18)+rr<<0,jt+=(rr^qe&(tr^rr))+ur[12]-1926607734,jt=(jt<<20|jt>>>12)+tr<<0,ar=jt^tr,qe+=(ar^rr)+ur[5]-378558,qe=(qe<<4|qe>>>28)+jt<<0,rr+=(ar^qe)+ur[8]-2022574463,rr=(rr<<11|rr>>>21)+qe<<0,nr=rr^qe,tr+=(nr^jt)+ur[11]+1839030562,tr=(tr<<16|tr>>>16)+rr<<0,jt+=(nr^tr)+ur[14]-35309556,jt=(jt<<23|jt>>>9)+tr<<0,ar=jt^tr,qe+=(ar^rr)+ur[1]-1530992060,qe=(qe<<4|qe>>>28)+jt<<0,rr+=(ar^qe)+ur[4]+1272893353,rr=(rr<<11|rr>>>21)+qe<<0,nr=rr^qe,tr+=(nr^jt)+ur[7]-155497632,tr=(tr<<16|tr>>>16)+rr<<0,jt+=(nr^tr)+ur[10]-1094730640,jt=(jt<<23|jt>>>9)+tr<<0,ar=jt^tr,qe+=(ar^rr)+ur[13]+681279174,qe=(qe<<4|qe>>>28)+jt<<0,rr+=(ar^qe)+ur[0]-358537222,rr=(rr<<11|rr>>>21)+qe<<0,nr=rr^qe,tr+=(nr^jt)+ur[3]-722521979,tr=(tr<<16|tr>>>16)+rr<<0,jt+=(nr^tr)+ur[6]+76029189,jt=(jt<<23|jt>>>9)+tr<<0,ar=jt^tr,qe+=(ar^rr)+ur[9]-640364487,qe=(qe<<4|qe>>>28)+jt<<0,rr+=(ar^qe)+ur[12]-421815835,rr=(rr<<11|rr>>>21)+qe<<0,nr=rr^qe,tr+=(nr^jt)+ur[15]+530742520,tr=(tr<<16|tr>>>16)+rr<<0,jt+=(nr^tr)+ur[2]-995338651,jt=(jt<<23|jt>>>9)+tr<<0,qe+=(tr^(jt|~rr))+ur[0]-198630844,qe=(qe<<6|qe>>>26)+jt<<0,rr+=(jt^(qe|~tr))+ur[7]+1126891415,rr=(rr<<10|rr>>>22)+qe<<0,tr+=(qe^(rr|~jt))+ur[14]-1416354905,tr=(tr<<15|tr>>>17)+rr<<0,jt+=(rr^(tr|~qe))+ur[5]-57434055,jt=(jt<<21|jt>>>11)+tr<<0,qe+=(tr^(jt|~rr))+ur[12]+1700485571,qe=(qe<<6|qe>>>26)+jt<<0,rr+=(jt^(qe|~tr))+ur[3]-1894986606,rr=(rr<<10|rr>>>22)+qe<<0,tr+=(qe^(rr|~jt))+ur[10]-1051523,tr=(tr<<15|tr>>>17)+rr<<0,jt+=(rr^(tr|~qe))+ur[1]-2054922799,jt=(jt<<21|jt>>>11)+tr<<0,qe+=(tr^(jt|~rr))+ur[8]+1873313359,qe=(qe<<6|qe>>>26)+jt<<0,rr+=(jt^(qe|~tr))+ur[15]-30611744,rr=(rr<<10|rr>>>22)+qe<<0,tr+=(qe^(rr|~jt))+ur[6]-1560198380,tr=(tr<<15|tr>>>17)+rr<<0,jt+=(rr^(tr|~qe))+ur[13]+1309151649,jt=(jt<<21|jt>>>11)+tr<<0,qe+=(tr^(jt|~rr))+ur[4]-145523070,qe=(qe<<6|qe>>>26)+jt<<0,rr+=(jt^(qe|~tr))+ur[11]-1120210379,rr=(rr<<10|rr>>>22)+qe<<0,tr+=(qe^(rr|~jt))+ur[2]+718787259,tr=(tr<<15|tr>>>17)+rr<<0,jt+=(rr^(tr|~qe))+ur[9]-343485551,jt=(jt<<21|jt>>>11)+tr<<0,this.first?(this.h0=qe+1732584193<<0,this.h1=jt-271733879<<0,this.h2=tr-1732584194<<0,this.h3=rr+271733878<<0,this.first=!1):(this.h0=this.h0+qe<<0,this.h1=this.h1+jt<<0,this.h2=this.h2+tr<<0,this.h3=this.h3+rr<<0)},Et.prototype.hex=function(){this.finalize();var qe=this.h0,jt=this.h1,tr=this.h2,rr=this.h3;return de[qe>>4&15]+de[qe&15]+de[qe>>12&15]+de[qe>>8&15]+de[qe>>20&15]+de[qe>>16&15]+de[qe>>28&15]+de[qe>>24&15]+de[jt>>4&15]+de[jt&15]+de[jt>>12&15]+de[jt>>8&15]+de[jt>>20&15]+de[jt>>16&15]+de[jt>>28&15]+de[jt>>24&15]+de[tr>>4&15]+de[tr&15]+de[tr>>12&15]+de[tr>>8&15]+de[tr>>20&15]+de[tr>>16&15]+de[tr>>28&15]+de[tr>>24&15]+de[rr>>4&15]+de[rr&15]+de[rr>>12&15]+de[rr>>8&15]+de[rr>>20&15]+de[rr>>16&15]+de[rr>>28&15]+de[rr>>24&15]},Et.prototype.toString=Et.prototype.hex,Et.prototype.digest=function(qe){if(qe==="hex")return this.hex();this.finalize();var jt=this.h0,tr=this.h1,rr=this.h2,ar=this.h3,nr=[jt&255,jt>>8&255,jt>>16&255,jt>>24&255,tr&255,tr>>8&255,tr>>16&255,tr>>24&255,rr&255,rr>>8&255,rr>>16&255,rr>>24&255,ar&255,ar>>8&255,ar>>16&255,ar>>24&255];return nr},Et.prototype.array=Et.prototype.digest,Et.prototype.arrayBuffer=function(){this.finalize();var qe=new ArrayBuffer(16),jt=new Uint32Array(qe);return jt[0]=this.h0,jt[1]=this.h1,jt[2]=this.h2,jt[3]=this.h3,qe},Et.prototype.buffer=Et.prototype.arrayBuffer,Et.prototype.base64=function(){for(var qe,jt,tr,rr="",ar=this.array(),nr=0;nr<15;)qe=ar[nr++],jt=ar[nr++],tr=ar[nr++],rr+=Ce[qe>>>2]+Ce[(qe<<4|jt>>>4)&63]+Ce[(jt<<2|tr>>>6)&63]+Ce[tr&63];return qe=ar[nr],rr+=Ce[qe>>>2]+Ce[qe<<4&63]+"==",rr};var Ve=kt();ie?L.exports=Ve:(z.md5=Ve,oe&&($=(function(){return Ve}).call(Ve,k,Ve,L),$!==void 0&&(L.exports=$)))})()}).call(this,k("./node_modules/webpack/buildin/module.js")(y))},"./lib/request.js":function(y,n,k){var L=k("./node_modules/@babel/runtime/helpers/typeof.js"),$=function(oe){switch(L(oe)){case"string":return oe;case"boolean":return oe?"true":"false";case"number":return isFinite(oe)?oe:"";default:return""}},j=function(oe,ue,de,pe){return ue=ue||"&",de=de||"=",oe===null&&(oe=void 0),L(oe)==="object"?Object.keys(oe).map(function(Ie){var he=encodeURIComponent($(Ie))+de;return Array.isArray(oe[Ie])?oe[Ie].map(function(Ce){return he+encodeURIComponent($(Ce))}).join(ue):he+encodeURIComponent($(oe[Ie]))}).filter(Boolean).join(ue):""},V=function(oe,ue,de){var pe={},Ie=ue.getAllResponseHeaders();return Ie&&Ie.length>0&&Ie.trim().split(`
`).forEach(function(he){if(he){var Ce=he.indexOf(":"),_e=he.substr(0,Ce).trim().toLowerCase(),Ne=he.substr(Ce+1).trim();pe[_e]=Ne}}),{error:oe,statusCode:ue.status,statusMessage:ue.statusText,headers:pe,body:de}},z=function(oe,ue){return!ue&&ue==="text"?oe.responseText:oe.response},re=function(oe,ue){var de=(oe.method||"GET").toUpperCase(),pe=oe.url;if(oe.qs){var Ie=j(oe.qs);Ie&&(pe+=(pe.indexOf("?")===-1?"?":"&")+Ie)}var he=new XMLHttpRequest;if(he.open(de,pe,!0),he.responseType=oe.dataType||"text",oe.xhrFields)for(var Ce in oe.xhrFields)he[Ce]=oe.xhrFields[Ce];var _e=oe.headers;if(_e)for(var Ne in _e)_e.hasOwnProperty(Ne)&&Ne.toLowerCase()!=="content-length"&&Ne.toLowerCase()!=="user-agent"&&Ne.toLowerCase()!=="origin"&&Ne.toLowerCase()!=="host"&&he.setRequestHeader(Ne,_e[Ne]);return oe.onProgress&&he.upload&&(he.upload.onprogress=oe.onProgress),oe.onDownloadProgress&&(he.onprogress=oe.onDownloadProgress),oe.timeout&&(he.timeout=oe.timeout),he.ontimeout=function(Fe){var Ue=new Error("timeout");ue(V(Ue,he))},he.onload=function(){ue(V(null,he,z(he,oe.dataType)))},he.onerror=function(Fe){var Ue=z(he,oe.dataType);if(Ue)ue(V(null,he,Ue));else{var kt=he.statusText;!kt&&he.status===0&&(kt=new Error("CORS blocked or network error")),ue(V(kt,he,Ue))}},he.send(oe.body||""),he};y.exports=re},"./node_modules/@babel/runtime/helpers/classCallCheck.js":function(y,n){function k(L,$){if(!(L instanceof $))throw new TypeError("Cannot call a class as a function")}y.exports=k,y.exports.__esModule=!0,y.exports.default=y.exports},"./node_modules/@babel/runtime/helpers/createClass.js":function(y,n,k){var L=k("./node_modules/@babel/runtime/helpers/toPropertyKey.js");function $(V,z){for(var re=0;re<z.length;re++){var ie=z[re];ie.enumerable=ie.enumerable||!1,ie.configurable=!0,"value"in ie&&(ie.writable=!0),Object.defineProperty(V,L(ie.key),ie)}}function j(V,z,re){return z&&$(V.prototype,z),re&&$(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,k){var L=k("./node_modules/@babel/runtime/helpers/typeof.js").default;function $(j,V){if(L(j)!=="object"||j===null)return j;var z=j[Symbol.toPrimitive];if(z!==void 0){var re=z.call(j,V||"default");if(L(re)!=="object")return re;throw new TypeError("@@toPrimitive must return a primitive value.")}return(V==="string"?String:Number)(j)}y.exports=$,y.exports.__esModule=!0,y.exports.default=y.exports},"./node_modules/@babel/runtime/helpers/toPropertyKey.js":function(y,n,k){var L=k("./node_modules/@babel/runtime/helpers/typeof.js").default,$=k("./node_modules/@babel/runtime/helpers/toPrimitive.js");function j(V){var z=$(V,"string");return L(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(L){"@babel/helpers - typeof";return y.exports=k=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function($){return typeof $}:function($){return $&&typeof Symbol=="function"&&$.constructor===Symbol&&$!==Symbol.prototype?"symbol":typeof $},y.exports.__esModule=!0,y.exports.default=y.exports,k(L)}y.exports=k,y.exports.__esModule=!0,y.exports.default=y.exports},"./node_modules/fast-xml-parser/src/fxp.js":function(y,n,k){const L=k("./node_modules/fast-xml-parser/src/validator.js"),$=k("./node_modules/fast-xml-parser/src/xmlparser/XMLParser.js"),j=k("./node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js");y.exports={XMLParser:$,XMLValidator:L,XMLBuilder:j}},"./node_modules/fast-xml-parser/src/util.js":function(y,n,k){const L=":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+"\\-.\\d\\u00B7\\u0300-\\u036F\\u203F-\\u2040",j="["+L+"]["+$+"]*",V=new RegExp("^"+j+"$"),z=function(ie,oe){const ue=[];let de=oe.exec(ie);for(;de;){const pe=[];pe.startIndex=oe.lastIndex-de[0].length;const Ie=de.length;for(let he=0;he<Ie;he++)pe.push(de[he]);ue.push(pe),de=oe.exec(ie)}return ue},re=function(ie){const oe=V.exec(ie);return!(oe===null||typeof oe>"u")};n.isExist=function(ie){return typeof ie<"u"},n.isEmptyObject=function(ie){return Object.keys(ie).length===0},n.merge=function(ie,oe,ue){if(oe){const de=Object.keys(oe),pe=de.length;for(let Ie=0;Ie<pe;Ie++)ue==="strict"?ie[de[Ie]]=[oe[de[Ie]]]:ie[de[Ie]]=oe[de[Ie]]}},n.getValue=function(ie){return n.isExist(ie)?ie:""},n.isName=re,n.getAllMatches=z,n.nameRegexp=j},"./node_modules/fast-xml-parser/src/validator.js":function(y,n,k){const L=k("./node_modules/fast-xml-parser/src/util.js"),$={allowBooleanAttributes:!1,unpairedTags:[]};n.validate=function(Ue,kt){kt=Object.assign({},$,kt);const Et=[];let Ve=!1,qe=!1;Ue[0]==="\uFEFF"&&(Ue=Ue.substr(1));for(let jt=0;jt<Ue.length;jt++)if(Ue[jt]==="<"&&Ue[jt+1]==="?"){if(jt+=2,jt=V(Ue,jt),jt.err)return jt}else if(Ue[jt]==="<"){let tr=jt;if(jt++,Ue[jt]==="!"){jt=z(Ue,jt);continue}else{let rr=!1;Ue[jt]==="/"&&(rr=!0,jt++);let ar="";for(;jt<Ue.length&&Ue[jt]!==">"&&Ue[jt]!==" "&&Ue[jt]!==" "&&Ue[jt]!==`
`&&Ue[jt]!=="\r";jt++)ar+=Ue[jt];if(ar=ar.trim(),ar[ar.length-1]==="/"&&(ar=ar.substring(0,ar.length-1),jt--),!_e(ar)){let cr;return ar.trim().length===0?cr="Invalid space after '<'.":cr="Tag '"+ar+"' is an invalid name.",he("InvalidTag",cr,Ne(Ue,jt))}const nr=oe(Ue,jt);if(nr===!1)return he("InvalidAttr","Attributes for '"+ar+"' have open quote.",Ne(Ue,jt));let ur=nr.value;if(jt=nr.index,ur[ur.length-1]==="/"){const cr=jt-ur.length;ur=ur.substring(0,ur.length-1);const _r=de(ur,kt);if(_r===!0)Ve=!0;else return he(_r.err.code,_r.err.msg,Ne(Ue,cr+_r.err.line))}else if(rr)if(nr.tagClosed){if(ur.trim().length>0)return he("InvalidTag","Closing tag '"+ar+"' can't have attributes or invalid starting.",Ne(Ue,tr));if(Et.length===0)return he("InvalidTag","Closing tag '"+ar+"' has not been opened.",Ne(Ue,tr));{const cr=Et.pop();if(ar!==cr.tagName){let _r=Ne(Ue,cr.tagStartPos);return he("InvalidTag","Expected closing tag '"+cr.tagName+"' (opened in line "+_r.line+", col "+_r.col+") instead of closing tag '"+ar+"'.",Ne(Ue,tr))}Et.length==0&&(qe=!0)}}else return he("InvalidTag","Closing tag '"+ar+"' doesn't have proper closing.",Ne(Ue,jt));else{const cr=de(ur,kt);if(cr!==!0)return he(cr.err.code,cr.err.msg,Ne(Ue,jt-ur.length+cr.err.line));if(qe===!0)return he("InvalidXml","Multiple possible root nodes found.",Ne(Ue,jt));kt.unpairedTags.indexOf(ar)!==-1||Et.push({tagName:ar,tagStartPos:tr}),Ve=!0}for(jt++;jt<Ue.length;jt++)if(Ue[jt]==="<")if(Ue[jt+1]==="!"){jt++,jt=z(Ue,jt);continue}else if(Ue[jt+1]==="?"){if(jt=V(Ue,++jt),jt.err)return jt}else break;else if(Ue[jt]==="&"){const cr=Ie(Ue,jt);if(cr==-1)return he("InvalidChar","char '&' is not expected.",Ne(Ue,jt));jt=cr}else if(qe===!0&&!j(Ue[jt]))return he("InvalidXml","Extra text at the end",Ne(Ue,jt));Ue[jt]==="<"&&jt--}}else{if(j(Ue[jt]))continue;return he("InvalidChar","char '"+Ue[jt]+"' is not expected.",Ne(Ue,jt))}if(Ve){if(Et.length==1)return he("InvalidTag","Unclosed tag '"+Et[0].tagName+"'.",Ne(Ue,Et[0].tagStartPos));if(Et.length>0)return he("InvalidXml","Invalid '"+JSON.stringify(Et.map(jt=>jt.tagName),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1})}else return he("InvalidXml","Start tag expected.",1);return!0};function j(Ue){return Ue===" "||Ue===" "||Ue===`
`||Ue==="\r"}function V(Ue,kt){const Et=kt;for(;kt<Ue.length;kt++)if(Ue[kt]=="?"||Ue[kt]==" "){const Ve=Ue.substr(Et,kt-Et);if(kt>5&&Ve==="xml")return he("InvalidXml","XML declaration allowed only at the start of the document.",Ne(Ue,kt));if(Ue[kt]=="?"&&Ue[kt+1]==">"){kt++;break}else continue}return kt}function z(Ue,kt){if(Ue.length>kt+5&&Ue[kt+1]==="-"&&Ue[kt+2]==="-"){for(kt+=3;kt<Ue.length;kt++)if(Ue[kt]==="-"&&Ue[kt+1]==="-"&&Ue[kt+2]===">"){kt+=2;break}}else if(Ue.length>kt+8&&Ue[kt+1]==="D"&&Ue[kt+2]==="O"&&Ue[kt+3]==="C"&&Ue[kt+4]==="T"&&Ue[kt+5]==="Y"&&Ue[kt+6]==="P"&&Ue[kt+7]==="E"){let Et=1;for(kt+=8;kt<Ue.length;kt++)if(Ue[kt]==="<")Et++;else if(Ue[kt]===">"&&(Et--,Et===0))break}else if(Ue.length>kt+9&&Ue[kt+1]==="["&&Ue[kt+2]==="C"&&Ue[kt+3]==="D"&&Ue[kt+4]==="A"&&Ue[kt+5]==="T"&&Ue[kt+6]==="A"&&Ue[kt+7]==="["){for(kt+=8;kt<Ue.length;kt++)if(Ue[kt]==="]"&&Ue[kt+1]==="]"&&Ue[kt+2]===">"){kt+=2;break}}return kt}const re='"',ie="'";function oe(Ue,kt){let Et="",Ve="",qe=!1;for(;kt<Ue.length;kt++){if(Ue[kt]===re||Ue[kt]===ie)Ve===""?Ve=Ue[kt]:Ve!==Ue[kt]||(Ve="");else if(Ue[kt]===">"&&Ve===""){qe=!0;break}Et+=Ue[kt]}return Ve!==""?!1:{value:Et,index:kt,tagClosed:qe}}const ue=new RegExp(`(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['"])(([\\s\\S])*?)\\5)?`,"g");function de(Ue,kt){const Et=L.getAllMatches(Ue,ue),Ve={};for(let qe=0;qe<Et.length;qe++){if(Et[qe][1].length===0)return he("InvalidAttr","Attribute '"+Et[qe][2]+"' has no space in starting.",Fe(Et[qe]));if(Et[qe][3]!==void 0&&Et[qe][4]===void 0)return he("InvalidAttr","Attribute '"+Et[qe][2]+"' is without value.",Fe(Et[qe]));if(Et[qe][3]===void 0&&!kt.allowBooleanAttributes)return he("InvalidAttr","boolean attribute '"+Et[qe][2]+"' is not allowed.",Fe(Et[qe]));const jt=Et[qe][2];if(!Ce(jt))return he("InvalidAttr","Attribute '"+jt+"' is an invalid name.",Fe(Et[qe]));if(!Ve.hasOwnProperty(jt))Ve[jt]=1;else return he("InvalidAttr","Attribute '"+jt+"' is repeated.",Fe(Et[qe]))}return!0}function pe(Ue,kt){let Et=/\d/;for(Ue[kt]==="x"&&(kt++,Et=/[\da-fA-F]/);kt<Ue.length;kt++){if(Ue[kt]===";")return kt;if(!Ue[kt].match(Et))break}return-1}function Ie(Ue,kt){if(kt++,Ue[kt]===";")return-1;if(Ue[kt]==="#")return kt++,pe(Ue,kt);let Et=0;for(;kt<Ue.length;kt++,Et++)if(!(Ue[kt].match(/\w/)&&Et<20)){if(Ue[kt]===";")break;return-1}return kt}function he(Ue,kt,Et){return{err:{code:Ue,msg:kt,line:Et.line||Et,col:Et.col}}}function Ce(Ue){return L.isName(Ue)}function _e(Ue){return L.isName(Ue)}function Ne(Ue,kt){const Et=Ue.substring(0,kt).split(/\r?\n/);return{line:Et.length,col:Et[Et.length-1].length+1}}function Fe(Ue){return Ue.startIndex+Ue[1].length}},"./node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js":function(y,n,k){const L=k("./node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js"),$={attributeNamePrefix:"@_",attributesGroupName:!1,textNodeName:"#text",ignoreAttributes:!0,cdataPropName:!1,format:!1,indentBy:" ",suppressEmptyNode:!1,suppressUnpairedNode:!0,suppressBooleanAttributes:!0,tagValueProcessor:function(ie,oe){return oe},attributeValueProcessor:function(ie,oe){return oe},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(ie){this.options=Object.assign({},$,ie),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(ie){return this.options.preserveOrder?L(ie,this.options):(Array.isArray(ie)&&this.options.arrayNodeName&&this.options.arrayNodeName.length>1&&(ie={[this.options.arrayNodeName]:ie}),this.j2x(ie,0).val)},j.prototype.j2x=function(ie,oe){let ue="",de="";for(let pe in ie)if(Object.prototype.hasOwnProperty.call(ie,pe))if(typeof ie[pe]>"u")this.isAttribute(pe)&&(de+="");else if(ie[pe]===null)this.isAttribute(pe)?de+="":pe[0]==="?"?de+=this.indentate(oe)+"<"+pe+"?"+this.tagEndChar:de+=this.indentate(oe)+"<"+pe+"/"+this.tagEndChar;else if(ie[pe]instanceof Date)de+=this.buildTextValNode(ie[pe],pe,"",oe);else if(typeof ie[pe]!="object"){const Ie=this.isAttribute(pe);if(Ie)ue+=this.buildAttrPairStr(Ie,""+ie[pe]);else if(pe===this.options.textNodeName){let he=this.options.tagValueProcessor(pe,""+ie[pe]);de+=this.replaceEntitiesValue(he)}else de+=this.buildTextValNode(ie[pe],pe,"",oe)}else if(Array.isArray(ie[pe])){const Ie=ie[pe].length;let he="";for(let Ce=0;Ce<Ie;Ce++){const _e=ie[pe][Ce];typeof _e>"u"||(_e===null?pe[0]==="?"?de+=this.indentate(oe)+"<"+pe+"?"+this.tagEndChar:de+=this.indentate(oe)+"<"+pe+"/"+this.tagEndChar:typeof _e=="object"?this.options.oneListGroup?he+=this.j2x(_e,oe+1).val:he+=this.processTextOrObjNode(_e,pe,oe):he+=this.buildTextValNode(_e,pe,"",oe))}this.options.oneListGroup&&(he=this.buildObjectNode(he,pe,"",oe)),de+=he}else if(this.options.attributesGroupName&&pe===this.options.attributesGroupName){const Ie=Object.keys(ie[pe]),he=Ie.length;for(let Ce=0;Ce<he;Ce++)ue+=this.buildAttrPairStr(Ie[Ce],""+ie[pe][Ie[Ce]])}else de+=this.processTextOrObjNode(ie[pe],pe,oe);return{attrStr:ue,val:de}},j.prototype.buildAttrPairStr=function(ie,oe){return oe=this.options.attributeValueProcessor(ie,""+oe),oe=this.replaceEntitiesValue(oe),this.options.suppressBooleanAttributes&&oe==="true"?" "+ie:" "+ie+'="'+oe+'"'};function V(ie,oe,ue){const de=this.j2x(ie,ue+1);return ie[this.options.textNodeName]!==void 0&&Object.keys(ie).length===1?this.buildTextValNode(ie[this.options.textNodeName],oe,de.attrStr,ue):this.buildObjectNode(de.val,oe,de.attrStr,ue)}j.prototype.buildObjectNode=function(ie,oe,ue,de){if(ie==="")return oe[0]==="?"?this.indentate(de)+"<"+oe+ue+"?"+this.tagEndChar:this.indentate(de)+"<"+oe+ue+this.closeTag(oe)+this.tagEndChar;{let pe="</"+oe+this.tagEndChar,Ie="";return oe[0]==="?"&&(Ie="?",pe=""),(ue||ue==="")&&ie.indexOf("<")===-1?this.indentate(de)+"<"+oe+ue+Ie+">"+ie+pe:this.options.commentPropName!==!1&&oe===this.options.commentPropName&&Ie.length===0?this.indentate(de)+`<!--${ie}-->`+this.newLine:this.indentate(de)+"<"+oe+ue+Ie+this.tagEndChar+ie+this.indentate(de)+pe}},j.prototype.closeTag=function(ie){let oe="";return this.options.unpairedTags.indexOf(ie)!==-1?this.options.suppressUnpairedNode||(oe="/"):this.options.suppressEmptyNode?oe="/":oe=`></${ie}`,oe},j.prototype.buildTextValNode=function(ie,oe,ue,de){if(this.options.cdataPropName!==!1&&oe===this.options.cdataPropName)return this.indentate(de)+`<![CDATA[${ie}]]>`+this.newLine;if(this.options.commentPropName!==!1&&oe===this.options.commentPropName)return this.indentate(de)+`<!--${ie}-->`+this.newLine;if(oe[0]==="?")return this.indentate(de)+"<"+oe+ue+"?"+this.tagEndChar;{let pe=this.options.tagValueProcessor(oe,ie);return pe=this.replaceEntitiesValue(pe),pe===""?this.indentate(de)+"<"+oe+ue+this.closeTag(oe)+this.tagEndChar:this.indentate(de)+"<"+oe+ue+">"+pe+"</"+oe+this.tagEndChar}},j.prototype.replaceEntitiesValue=function(ie){if(ie&&ie.length>0&&this.options.processEntities)for(let oe=0;oe<this.options.entities.length;oe++){const ue=this.options.entities[oe];ie=ie.replace(ue.regex,ue.val)}return ie};function z(ie){return this.options.indentBy.repeat(ie)}function re(ie){return ie.startsWith(this.options.attributeNamePrefix)&&ie!==this.options.textNodeName?ie.substr(this.attrPrefixLen):!1}y.exports=j},"./node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js":function(y,n){const k=`
`;function L(ie,oe){let ue="";return oe.format&&oe.indentBy.length>0&&(ue=k),$(ie,oe,"",ue)}function $(ie,oe,ue,de){let pe="",Ie=!1;for(let he=0;he<ie.length;he++){const Ce=ie[he],_e=j(Ce);if(_e===void 0)continue;let Ne="";if(ue.length===0?Ne=_e:Ne=`${ue}.${_e}`,_e===oe.textNodeName){let Ve=Ce[_e];z(Ne,oe)||(Ve=oe.tagValueProcessor(_e,Ve),Ve=re(Ve,oe)),Ie&&(pe+=de),pe+=Ve,Ie=!1;continue}else if(_e===oe.cdataPropName){Ie&&(pe+=de),pe+=`<![CDATA[${Ce[_e][0][oe.textNodeName]}]]>`,Ie=!1;continue}else if(_e===oe.commentPropName){pe+=de+`<!--${Ce[_e][0][oe.textNodeName]}-->`,Ie=!0;continue}else if(_e[0]==="?"){const Ve=V(Ce[":@"],oe),qe=_e==="?xml"?"":de;let jt=Ce[_e][0][oe.textNodeName];jt=jt.length!==0?" "+jt:"",pe+=qe+`<${_e}${jt}${Ve}?>`,Ie=!0;continue}let Fe=de;Fe!==""&&(Fe+=oe.indentBy);const Ue=V(Ce[":@"],oe),kt=de+`<${_e}${Ue}`,Et=$(Ce[_e],oe,Ne,Fe);oe.unpairedTags.indexOf(_e)!==-1?oe.suppressUnpairedNode?pe+=kt+">":pe+=kt+"/>":(!Et||Et.length===0)&&oe.suppressEmptyNode?pe+=kt+"/>":Et&&Et.endsWith(">")?pe+=kt+`>${Et}${de}</${_e}>`:(pe+=kt+">",Et&&de!==""&&(Et.includes("/>")||Et.includes("</"))?pe+=de+oe.indentBy+Et+de:pe+=Et,pe+=`</${_e}>`),Ie=!0}return pe}function j(ie){const oe=Object.keys(ie);for(let ue=0;ue<oe.length;ue++){const de=oe[ue];if(ie.hasOwnProperty(de)&&de!==":@")return de}}function V(ie,oe){let ue="";if(ie&&!oe.ignoreAttributes)for(let de in ie){if(!ie.hasOwnProperty(de))continue;let pe=oe.attributeValueProcessor(de,ie[de]);pe=re(pe,oe),pe===!0&&oe.suppressBooleanAttributes?ue+=` ${de.substr(oe.attributeNamePrefix.length)}`:ue+=` ${de.substr(oe.attributeNamePrefix.length)}="${pe}"`}return ue}function z(ie,oe){ie=ie.substr(0,ie.length-oe.textNodeName.length-1);let ue=ie.substr(ie.lastIndexOf(".")+1);for(let de in oe.stopNodes)if(oe.stopNodes[de]===ie||oe.stopNodes[de]==="*."+ue)return!0;return!1}function re(ie,oe){if(ie&&ie.length>0&&oe.processEntities)for(let ue=0;ue<oe.entities.length;ue++){const de=oe.entities[ue];ie=ie.replace(de.regex,de.val)}return ie}y.exports=L},"./node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js":function(y,n,k){const L=k("./node_modules/fast-xml-parser/src/util.js");function $(de,pe){const Ie={};if(de[pe+3]==="O"&&de[pe+4]==="C"&&de[pe+5]==="T"&&de[pe+6]==="Y"&&de[pe+7]==="P"&&de[pe+8]==="E"){pe=pe+9;let he=1,Ce=!1,_e=!1,Ne="";for(;pe<de.length;pe++)if(de[pe]==="<"&&!_e){if(Ce&&z(de,pe))pe+=7,[entityName,val,pe]=j(de,pe+1),val.indexOf("&")===-1&&(Ie[ue(entityName)]={regx:RegExp(`&${entityName};`,"g"),val});else if(Ce&&re(de,pe))pe+=8;else if(Ce&&ie(de,pe))pe+=8;else if(Ce&&oe(de,pe))pe+=9;else if(V)_e=!0;else throw new Error("Invalid DOCTYPE");he++,Ne=""}else if(de[pe]===">"){if(_e?de[pe-1]==="-"&&de[pe-2]==="-"&&(_e=!1,he--):he--,he===0)break}else de[pe]==="["?Ce=!0:Ne+=de[pe];if(he!==0)throw new Error("Unclosed DOCTYPE")}else throw new Error("Invalid Tag instead of DOCTYPE");return{entities:Ie,i:pe}}function j(de,pe){let Ie="";for(;pe<de.length&&de[pe]!=="'"&&de[pe]!=='"';pe++)Ie+=de[pe];if(Ie=Ie.trim(),Ie.indexOf(" ")!==-1)throw new Error("External entites are not supported");const he=de[pe++];let Ce="";for(;pe<de.length&&de[pe]!==he;pe++)Ce+=de[pe];return[Ie,Ce,pe]}function V(de,pe){return de[pe+1]==="!"&&de[pe+2]==="-"&&de[pe+3]==="-"}function z(de,pe){return de[pe+1]==="!"&&de[pe+2]==="E"&&de[pe+3]==="N"&&de[pe+4]==="T"&&de[pe+5]==="I"&&de[pe+6]==="T"&&de[pe+7]==="Y"}function re(de,pe){return de[pe+1]==="!"&&de[pe+2]==="E"&&de[pe+3]==="L"&&de[pe+4]==="E"&&de[pe+5]==="M"&&de[pe+6]==="E"&&de[pe+7]==="N"&&de[pe+8]==="T"}function ie(de,pe){return de[pe+1]==="!"&&de[pe+2]==="A"&&de[pe+3]==="T"&&de[pe+4]==="T"&&de[pe+5]==="L"&&de[pe+6]==="I"&&de[pe+7]==="S"&&de[pe+8]==="T"}function oe(de,pe){return de[pe+1]==="!"&&de[pe+2]==="N"&&de[pe+3]==="O"&&de[pe+4]==="T"&&de[pe+5]==="A"&&de[pe+6]==="T"&&de[pe+7]==="I"&&de[pe+8]==="O"&&de[pe+9]==="N"}function ue(de){if(L.isName(de))return de;throw new Error(`Invalid entity name ${de}`)}y.exports=$},"./node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js":function(y,n){const k={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($,j){return j},attributeValueProcessor:function($,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($,j,V){return $}},L=function($){return Object.assign({},k,$)};n.buildOptions=L,n.defaultOptions=k},"./node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js":function(y,n,k){const L=k("./node_modules/fast-xml-parser/src/util.js"),$=k("./node_modules/fast-xml-parser/src/xmlparser/xmlNode.js"),j=k("./node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js"),V=k("./node_modules/strnum/strnum.js");class z{constructor(qe){this.options=qe,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:(jt,tr)=>String.fromCharCode(Number.parseInt(tr,10))},num_hex:{regex:/&#x([0-9a-fA-F]{1,6});/g,val:(jt,tr)=>String.fromCharCode(Number.parseInt(tr,16))}},this.addExternalEntities=re,this.parseXml=pe,this.parseTextData=ie,this.resolveNameSpace=oe,this.buildAttributesMap=de,this.isItStopNode=_e,this.replaceEntitiesValue=he,this.readStopNodeData=kt,this.saveTextToParentTag=Ce,this.addChild=Ie}}function re(Ve){const qe=Object.keys(Ve);for(let jt=0;jt<qe.length;jt++){const tr=qe[jt];this.lastEntities[tr]={regex:new RegExp("&"+tr+";","g"),val:Ve[tr]}}}function ie(Ve,qe,jt,tr,rr,ar,nr){if(Ve!==void 0&&(this.options.trimValues&&!tr&&(Ve=Ve.trim()),Ve.length>0)){nr||(Ve=this.replaceEntitiesValue(Ve));const ur=this.options.tagValueProcessor(qe,Ve,jt,rr,ar);return ur==null?Ve:typeof ur!=typeof Ve||ur!==Ve?ur:this.options.trimValues?Et(Ve,this.options.parseTagValue,this.options.numberParseOptions):Ve.trim()===Ve?Et(Ve,this.options.parseTagValue,this.options.numberParseOptions):Ve}}function oe(Ve){if(this.options.removeNSPrefix){const qe=Ve.split(":"),jt=Ve.charAt(0)==="/"?"/":"";if(qe[0]==="xmlns")return"";qe.length===2&&(Ve=jt+qe[1])}return Ve}const ue=new RegExp(`([^\\s=]+)\\s*(=\\s*(['"])([\\s\\S]*?)\\3)?`,"gm");function de(Ve,qe,jt){if(!this.options.ignoreAttributes&&typeof Ve=="string"){const tr=L.getAllMatches(Ve,ue),rr=tr.length,ar={};for(let nr=0;nr<rr;nr++){const ur=this.resolveNameSpace(tr[nr][1]);let cr=tr[nr][4],_r=this.options.attributeNamePrefix+ur;if(ur.length)if(this.options.transformAttributeName&&(_r=this.options.transformAttributeName(_r)),_r==="__proto__"&&(_r="#__proto__"),cr!==void 0){this.options.trimValues&&(cr=cr.trim()),cr=this.replaceEntitiesValue(cr);const hr=this.options.attributeValueProcessor(ur,cr,qe);hr==null?ar[_r]=cr:typeof hr!=typeof cr||hr!==cr?ar[_r]=hr:ar[_r]=Et(cr,this.options.parseAttributeValue,this.options.numberParseOptions)}else this.options.allowBooleanAttributes&&(ar[_r]=!0)}if(!Object.keys(ar).length)return;if(this.options.attributesGroupName){const nr={};return nr[this.options.attributesGroupName]=ar,nr}return ar}}const pe=function(Ve){Ve=Ve.replace(/\r\n?/g,`
`);const qe=new $("!xml");let jt=qe,tr="",rr="";for(let ar=0;ar<Ve.length;ar++)if(Ve[ar]==="<")if(Ve[ar+1]==="/"){const ur=Fe(Ve,">",ar,"Closing Tag is not closed.");let cr=Ve.substring(ar+2,ur).trim();if(this.options.removeNSPrefix){const Er=cr.indexOf(":");Er!==-1&&(cr=cr.substr(Er+1))}this.options.transformTagName&&(cr=this.options.transformTagName(cr)),jt&&(tr=this.saveTextToParentTag(tr,jt,rr));const _r=rr.substring(rr.lastIndexOf(".")+1);if(cr&&this.options.unpairedTags.indexOf(cr)!==-1)throw new Error(`Unpaired tag can not be used as closing tag: </${cr}>`);let hr=0;_r&&this.options.unpairedTags.indexOf(_r)!==-1?(hr=rr.lastIndexOf(".",rr.lastIndexOf(".")-1),this.tagsNodeStack.pop()):hr=rr.lastIndexOf("."),rr=rr.substring(0,hr),jt=this.tagsNodeStack.pop(),tr="",ar=ur}else if(Ve[ar+1]==="?"){let ur=Ue(Ve,ar,!1,"?>");if(!ur)throw new Error("Pi Tag is not closed.");if(tr=this.saveTextToParentTag(tr,jt,rr),!(this.options.ignoreDeclaration&&ur.tagName==="?xml"||this.options.ignorePiTags)){const cr=new $(ur.tagName);cr.add(this.options.textNodeName,""),ur.tagName!==ur.tagExp&&ur.attrExpPresent&&(cr[":@"]=this.buildAttributesMap(ur.tagExp,rr,ur.tagName)),this.addChild(jt,cr,rr)}ar=ur.closeIndex+1}else if(Ve.substr(ar+1,3)==="!--"){const ur=Fe(Ve,"-->",ar+4,"Comment is not closed.");if(this.options.commentPropName){const cr=Ve.substring(ar+4,ur-2);tr=this.saveTextToParentTag(tr,jt,rr),jt.add(this.options.commentPropName,[{[this.options.textNodeName]:cr}])}ar=ur}else if(Ve.substr(ar+1,2)==="!D"){const ur=j(Ve,ar);this.docTypeEntities=ur.entities,ar=ur.i}else if(Ve.substr(ar+1,2)==="!["){const ur=Fe(Ve,"]]>",ar,"CDATA is not closed.")-2,cr=Ve.substring(ar+9,ur);tr=this.saveTextToParentTag(tr,jt,rr);let _r=this.parseTextData(cr,jt.tagname,rr,!0,!1,!0,!0);_r==null&&(_r=""),this.options.cdataPropName?jt.add(this.options.cdataPropName,[{[this.options.textNodeName]:cr}]):jt.add(this.options.textNodeName,_r),ar=ur+2}else{let ur=Ue(Ve,ar,this.options.removeNSPrefix),cr=ur.tagName;const _r=ur.rawTagName;let hr=ur.tagExp,Er=ur.attrExpPresent,kr=ur.closeIndex;this.options.transformTagName&&(cr=this.options.transformTagName(cr)),jt&&tr&&jt.tagname!=="!xml"&&(tr=this.saveTextToParentTag(tr,jt,rr,!1));const xr=jt;if(xr&&this.options.unpairedTags.indexOf(xr.tagname)!==-1&&(jt=this.tagsNodeStack.pop(),rr=rr.substring(0,rr.lastIndexOf("."))),cr!==qe.tagname&&(rr+=rr?"."+cr:cr),this.isItStopNode(this.options.stopNodes,rr,cr)){let yr="";if(hr.length>0&&hr.lastIndexOf("/")===hr.length-1)cr[cr.length-1]==="/"?(cr=cr.substr(0,cr.length-1),rr=rr.substr(0,rr.length-1),hr=cr):hr=hr.substr(0,hr.length-1),ar=ur.closeIndex;else if(this.options.unpairedTags.indexOf(cr)!==-1)ar=ur.closeIndex;else{const Ir=this.readStopNodeData(Ve,_r,kr+1);if(!Ir)throw new Error(`Unexpected end of ${_r}`);ar=Ir.i,yr=Ir.tagContent}const br=new $(cr);cr!==hr&&Er&&(br[":@"]=this.buildAttributesMap(hr,rr,cr)),yr&&(yr=this.parseTextData(yr,cr,rr,!0,Er,!0,!0)),rr=rr.substr(0,rr.lastIndexOf(".")),br.add(this.options.textNodeName,yr),this.addChild(jt,br,rr)}else{if(hr.length>0&&hr.lastIndexOf("/")===hr.length-1){cr[cr.length-1]==="/"?(cr=cr.substr(0,cr.length-1),rr=rr.substr(0,rr.length-1),hr=cr):hr=hr.substr(0,hr.length-1),this.options.transformTagName&&(cr=this.options.transformTagName(cr));const yr=new $(cr);cr!==hr&&Er&&(yr[":@"]=this.buildAttributesMap(hr,rr,cr)),this.addChild(jt,yr,rr),rr=rr.substr(0,rr.lastIndexOf("."))}else{const yr=new $(cr);this.tagsNodeStack.push(jt),cr!==hr&&Er&&(yr[":@"]=this.buildAttributesMap(hr,rr,cr)),this.addChild(jt,yr,rr),jt=yr}tr="",ar=kr}}else tr+=Ve[ar];return qe.child};function Ie(Ve,qe,jt){const tr=this.options.updateTag(qe.tagname,jt,qe[":@"]);tr===!1||(typeof tr=="string"&&(qe.tagname=tr),Ve.addChild(qe))}const he=function(Ve){if(this.options.processEntities){for(let qe in this.docTypeEntities){const jt=this.docTypeEntities[qe];Ve=Ve.replace(jt.regx,jt.val)}for(let qe in this.lastEntities){const jt=this.lastEntities[qe];Ve=Ve.replace(jt.regex,jt.val)}if(this.options.htmlEntities)for(let qe in this.htmlEntities){const jt=this.htmlEntities[qe];Ve=Ve.replace(jt.regex,jt.val)}Ve=Ve.replace(this.ampEntity.regex,this.ampEntity.val)}return Ve};function Ce(Ve,qe,jt,tr){return Ve&&(tr===void 0&&(tr=Object.keys(qe.child).length===0),Ve=this.parseTextData(Ve,qe.tagname,jt,!1,qe[":@"]?Object.keys(qe[":@"]).length!==0:!1,tr),Ve!==void 0&&Ve!==""&&qe.add(this.options.textNodeName,Ve),Ve=""),Ve}function _e(Ve,qe,jt){const tr="*."+jt;for(const rr in Ve){const ar=Ve[rr];if(tr===ar||qe===ar)return!0}return!1}function Ne(Ve,qe,jt=">"){let tr,rr="";for(let ar=qe;ar<Ve.length;ar++){let nr=Ve[ar];if(tr)nr===tr&&(tr="");else if(nr==='"'||nr==="'")tr=nr;else if(nr===jt[0])if(jt[1]){if(Ve[ar+1]===jt[1])return{data:rr,index:ar}}else return{data:rr,index:ar};else nr===" "&&(nr=" ");rr+=nr}}function Fe(Ve,qe,jt,tr){const rr=Ve.indexOf(qe,jt);if(rr===-1)throw new Error(tr);return rr+qe.length-1}function Ue(Ve,qe,jt,tr=">"){const rr=Ne(Ve,qe+1,tr);if(!rr)return;let ar=rr.data;const nr=rr.index,ur=ar.search(/\s/);let cr=ar,_r=!0;ur!==-1&&(cr=ar.substring(0,ur),ar=ar.substring(ur+1).trimStart());const hr=cr;if(jt){const Er=cr.indexOf(":");Er!==-1&&(cr=cr.substr(Er+1),_r=cr!==rr.data.substr(Er+1))}return{tagName:cr,tagExp:ar,closeIndex:nr,attrExpPresent:_r,rawTagName:hr}}function kt(Ve,qe,jt){const tr=jt;let rr=1;for(;jt<Ve.length;jt++)if(Ve[jt]==="<")if(Ve[jt+1]==="/"){const ar=Fe(Ve,">",jt,`${qe} is not closed`);if(Ve.substring(jt+2,ar).trim()===qe&&(rr--,rr===0))return{tagContent:Ve.substring(tr,jt),i:ar};jt=ar}else if(Ve[jt+1]==="?")jt=Fe(Ve,"?>",jt+1,"StopNode is not closed.");else if(Ve.substr(jt+1,3)==="!--")jt=Fe(Ve,"-->",jt+3,"StopNode is not closed.");else if(Ve.substr(jt+1,2)==="![")jt=Fe(Ve,"]]>",jt,"StopNode is not closed.")-2;else{const ar=Ue(Ve,jt,">");ar&&((ar&&ar.tagName)===qe&&ar.tagExp[ar.tagExp.length-1]!=="/"&&rr++,jt=ar.closeIndex)}}function Et(Ve,qe,jt){if(qe&&typeof Ve=="string"){const tr=Ve.trim();return tr==="true"?!0:tr==="false"?!1:V(Ve,jt)}else return L.isExist(Ve)?Ve:""}y.exports=z},"./node_modules/fast-xml-parser/src/xmlparser/XMLParser.js":function(y,n,k){const{buildOptions:L}=k("./node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js"),$=k("./node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js"),{prettify:j}=k("./node_modules/fast-xml-parser/src/xmlparser/node2json.js"),V=k("./node_modules/fast-xml-parser/src/validator.js");class z{constructor(ie){this.externalEntities={},this.options=L(ie)}parse(ie,oe){if(typeof ie!="string")if(ie.toString)ie=ie.toString();else throw new Error("XML data is accepted in String or Bytes[] form.");if(oe){oe===!0&&(oe={});const pe=V.validate(ie,oe);if(pe!==!0)throw Error(`${pe.err.msg}:${pe.err.line}:${pe.err.col}`)}const ue=new $(this.options);ue.addExternalEntities(this.externalEntities);const de=ue.parseXml(ie);return this.options.preserveOrder||de===void 0?de:j(de,this.options)}addEntity(ie,oe){if(oe.indexOf("&")!==-1)throw new Error("Entity value can't have '&'");if(ie.indexOf("&")!==-1||ie.indexOf(";")!==-1)throw new Error("An entity must be set without '&' and ';'. Eg. use '#xD' for '&#xD;'");if(oe==="&")throw new Error("An entity with value '&' is not permitted");this.externalEntities[ie]=oe}}y.exports=z},"./node_modules/fast-xml-parser/src/xmlparser/node2json.js":function(y,n,k){function L(re,ie){return $(re,ie)}function $(re,ie,oe){let ue;const de={};for(let pe=0;pe<re.length;pe++){const Ie=re[pe],he=j(Ie);let Ce="";if(oe===void 0?Ce=he:Ce=oe+"."+he,he===ie.textNodeName)ue===void 0?ue=Ie[he]:ue+=""+Ie[he];else{if(he===void 0)continue;if(Ie[he]){let _e=$(Ie[he],ie,Ce);const Ne=z(_e,ie);Ie[":@"]?V(_e,Ie[":@"],Ce,ie):Object.keys(_e).length===1&&_e[ie.textNodeName]!==void 0&&!ie.alwaysCreateTextNode?_e=_e[ie.textNodeName]:Object.keys(_e).length===0&&(ie.alwaysCreateTextNode?_e[ie.textNodeName]="":_e=""),de[he]!==void 0&&de.hasOwnProperty(he)?(Array.isArray(de[he])||(de[he]=[de[he]]),de[he].push(_e)):ie.isArray(he,Ce,Ne)?de[he]=[_e]:de[he]=_e}}}return typeof ue=="string"?ue.length>0&&(de[ie.textNodeName]=ue):ue!==void 0&&(de[ie.textNodeName]=ue),de}function j(re){const ie=Object.keys(re);for(let oe=0;oe<ie.length;oe++){const ue=ie[oe];if(ue!==":@")return ue}}function V(re,ie,oe,ue){if(ie){const de=Object.keys(ie),pe=de.length;for(let Ie=0;Ie<pe;Ie++){const he=de[Ie];ue.isArray(he,oe+"."+he,!0,!0)?re[he]=[ie[he]]:re[he]=ie[he]}}}function z(re,ie){const{textNodeName:oe}=ie,ue=Object.keys(re).length;return!!(ue===0||ue===1&&(re[oe]||typeof re[oe]=="boolean"||re[oe]===0))}n.prettify=L},"./node_modules/fast-xml-parser/src/xmlparser/xmlNode.js":function(y,n,k){class L{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=L},"./node_modules/process/browser.js":function(y,n){var k=y.exports={},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"?L=setTimeout:L=j}catch{L=j}try{typeof clearTimeout=="function"?$=clearTimeout:$=V}catch{$=V}})();function z(_e){if(L===setTimeout)return setTimeout(_e,0);if((L===j||!L)&&setTimeout)return L=setTimeout,setTimeout(_e,0);try{return L(_e,0)}catch{try{return L.call(null,_e,0)}catch{return L.call(this,_e,0)}}}function re(_e){if($===clearTimeout)return clearTimeout(_e);if(($===V||!$)&&clearTimeout)return $=clearTimeout,clearTimeout(_e);try{return $(_e)}catch{try{return $.call(null,_e)}catch{return $.call(this,_e)}}}var ie=[],oe=!1,ue,de=-1;function pe(){!oe||!ue||(oe=!1,ue.length?ie=ue.concat(ie):de=-1,ie.length&&Ie())}function Ie(){if(!oe){var _e=z(pe);oe=!0;for(var Ne=ie.length;Ne;){for(ue=ie,ie=[];++de<Ne;)ue&&ue[de].run();de=-1,Ne=ie.length}ue=null,oe=!1,re(_e)}}k.nextTick=function(_e){var Ne=new Array(arguments.length-1);if(arguments.length>1)for(var Fe=1;Fe<arguments.length;Fe++)Ne[Fe-1]=arguments[Fe];ie.push(new he(_e,Ne)),ie.length===1&&!oe&&z(Ie)};function he(_e,Ne){this.fun=_e,this.array=Ne}he.prototype.run=function(){this.fun.apply(null,this.array)},k.title="browser",k.browser=!0,k.env={},k.argv=[],k.version="",k.versions={};function Ce(){}k.on=Ce,k.addListener=Ce,k.once=Ce,k.off=Ce,k.removeListener=Ce,k.removeAllListeners=Ce,k.emit=Ce,k.prependListener=Ce,k.prependOnceListener=Ce,k.listeners=function(_e){return[]},k.binding=function(_e){throw new Error("process.binding is not supported")},k.cwd=function(){return"/"},k.chdir=function(_e){throw new Error("process.chdir is not supported")},k.umask=function(){return 0}},"./node_modules/strnum/strnum.js":function(y,n){const k=/^[-+]?0x[a-fA-F0-9]+$/,L=/^([\-\+])?(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 $={hex:!0,leadingZeros:!0,decimalPoint:".",eNotation:!0};function j(z,re={}){if(re=Object.assign({},$,re),!z||typeof z!="string")return z;let ie=z.trim();if(re.skipLike!==void 0&&re.skipLike.test(ie))return z;if(re.hex&&k.test(ie))return Number.parseInt(ie,16);{const oe=L.exec(ie);if(oe){const ue=oe[1],de=oe[2];let pe=V(oe[3]);const Ie=oe[4]||oe[6];if(!re.leadingZeros&&de.length>0&&ue&&ie[2]!==".")return z;if(!re.leadingZeros&&de.length>0&&!ue&&ie[1]!==".")return z;{const he=Number(ie),Ce=""+he;return Ce.search(/[eE]/)!==-1||Ie?re.eNotation?he:z:ie.indexOf(".")!==-1?Ce==="0"&&pe===""||Ce===pe||ue&&Ce==="-"+pe?he:z:de?pe===Ce||ue+pe===Ce?he:z:ie===Ce||ie===ue+Ce?he: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(k){y.exports=k}).call(this,{})},"./node_modules/webpack/buildin/module.js":function(y,n){y.exports=function(k){return k.webpackPolyfill||(k.deprecate=function(){},k.paths=[],k.children||(k.children=[]),Object.defineProperty(k,"loaded",{enumerable:!0,get:function(){return k.l}}),Object.defineProperty(k,"id",{enumerable:!0,get:function(){return k.i}}),k.webpackPolyfill=1),k}},"./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,k){var L=k("./node_modules/@babel/runtime/helpers/typeof.js"),$=k("./src/session.js"),j=k("./src/async.js"),V=k("./src/event.js").EventProxy,z=k("./src/util.js"),re=k("./src/tracker.js");function ie(Ve,qe){var jt=this,tr=new V,rr=Ve.TaskId,ar=Ve.Bucket,nr=Ve.Region,ur=Ve.Key,cr=Ve.Body,_r=Ve.ChunkSize||Ve.SliceSize||jt.options.ChunkSize,hr=Ve.AsyncLimit,Er=Ve.StorageClass,kr=Ve.ServerSideEncryption,xr,yr,br=Ve.onHashProgress,Ir=Ve.tracker;Ir&&Ir.setParams({chunkSize:_r}),tr.on("error",function(Mr){if(jt._isRunningTask(rr))return Mr.UploadId=Ve.UploadData.UploadId||"",qe(Mr)}),tr.on("upload_complete",function(Mr){var mr=z.extend({UploadId:Ve.UploadData.UploadId||""},Mr);qe(null,mr)}),tr.on("upload_slice_complete",function(Mr){var mr={};z.each(Ve.Headers,function(gr,jr){var Hr=jr.toLowerCase();(Hr.indexOf("x-cos-meta-")===0||["pic-operations","x-cos-callback","x-cos-callback-var","x-cos-return-body"].includes(Hr))&&(mr[jr]=gr)}),he.call(jt,{Bucket:ar,Region:nr,Key:ur,UploadId:Mr.UploadId,SliceList:Mr.SliceList,Headers:mr,tracker:Ir},function(gr,jr){if(jt._isRunningTask(rr)){if($.removeUsing(Mr.UploadId),gr)return yr(null,!0),tr.emit("error",gr);$.removeUploadId.call(jt,Mr.UploadId),yr({loaded:xr,total:xr},!0),tr.emit("upload_complete",jr)}})}),tr.on("get_upload_data_finish",function(Mr){var mr=$.getFileId(cr,Ve.ChunkSize,ar,ur);mr&&$.saveUploadId.call(jt,mr,Mr.UploadId,jt.options.UploadIdCacheLimit),$.setUsing(Mr.UploadId),yr(null,!0),pe.call(jt,{TaskId:rr,Bucket:ar,Region:nr,Key:ur,Body:cr,FileSize:xr,SliceSize:_r,AsyncLimit:hr,ServerSideEncryption:kr,UploadData:Mr,Headers:Ve.Headers,onProgress:yr,tracker:Ir},function(gr,jr){if(jt._isRunningTask(rr)){if(gr)return yr(null,!0),tr.emit("error",gr);tr.emit("upload_slice_complete",jr)}})}),tr.on("get_file_size_finish",function(){if(yr=z.throttleOnProgress.call(jt,xr,Ve.onProgress),Ve.UploadData.UploadId)tr.emit("get_upload_data_finish",Ve.UploadData);else{var Mr=z.extend({TaskId:rr,Bucket:ar,Region:nr,Key:ur,Headers:Ve.Headers,StorageClass:Er,Body:cr,FileSize:xr,SliceSize:_r,onHashProgress:br,tracker:Ir},Ve);oe.call(jt,Mr,function(mr,gr){if(jt._isRunningTask(rr)){if(mr)return tr.emit("error",mr);Ve.UploadData.UploadId=gr.UploadId,Ve.UploadData.PartList=gr.PartList,tr.emit("get_upload_data_finish",Ve.UploadData)}})}}),xr=Ve.ContentLength,delete Ve.ContentLength,!Ve.Headers&&(Ve.Headers={}),z.each(Ve.Headers,function(Mr,mr){mr.toLowerCase()==="content-length"&&delete Ve.Headers[mr]}),function(){for(var Mr=[1,2,4,8,16,32,64,128,256,512,1024,2048,4096,5120],mr=1024*1024,gr=0;gr<Mr.length&&(mr=Mr[gr]*1024*1024,!(xr/mr<=jt.options.MaxPartNumber));gr++);Ve.ChunkSize=Ve.SliceSize=_r=Math.max(_r,mr)}(),xr===0?(Ve.Body="",Ve.ContentLength=0,Ve.SkipTask=!0,jt.putObject(Ve,qe)):tr.emit("get_file_size_finish")}function oe(Ve,qe){var jt=Ve.TaskId,tr=Ve.Bucket,rr=Ve.Region,ar=Ve.Key,nr=Ve.StorageClass,ur=this,cr={},_r=Ve.FileSize,hr=Ve.SliceSize,Er=Math.ceil(_r/hr),kr=0,xr=z.throttleOnProgress.call(ur,_r,Ve.onHashProgress),yr=function(mr,gr){var jr=hr*(mr-1),Hr=Math.min(jr+hr,_r),Vr=Hr-jr;cr[mr]?gr(null,{PartNumber:mr,ETag:cr[mr],Size:Vr}):z.fileSlice(Ve.Body,jr,Hr,!1,function(zr){z.getFileMd5(zr,function(Sr,Tr){if(Sr)return gr(z.error(Sr));var Br='"'+Tr+'"';cr[mr]=Br,kr+=Vr,xr({loaded:kr,total:_r}),gr(null,{PartNumber:mr,ETag:Br,Size:Vr})})})},br=function(mr,gr){var jr=mr.length;if(jr===0)return gr(null,!0);if(jr>Er)return gr(null,!1);if(jr>1){var Hr=Math.max(mr[0].Size,mr[1].Size);if(Hr!==hr)return gr(null,!1)}var Vr=function zr(Sr){if(Sr<jr){var Tr=mr[Sr];yr(Tr.PartNumber,function(Br,vr){vr&&vr.ETag===Tr.ETag&&vr.Size===Tr.Size?zr(Sr+1):gr(null,!1)})}else gr(null,!0)};Vr(0)},Ir=new V;Ir.on("error",function(Mr){if(ur._isRunningTask(jt))return qe(Mr)}),Ir.on("upload_id_available",function(Mr){var mr={},gr=[];z.each(Mr.PartList,function(Vr){mr[Vr.PartNumber]=Vr});for(var jr=1;jr<=Er;jr++){var Hr=mr[jr];Hr?(Hr.PartNumber=jr,Hr.Uploaded=!0):Hr={PartNumber:jr,ETag:null,Uploaded:!1},gr.push(Hr)}Mr.PartList=gr,qe(null,Mr)}),Ir.on("no_available_upload_id",function(){if(ur._isRunningTask(jt)){var Mr=z.extend({Bucket:tr,Region:rr,Key:ar,Query:z.clone(Ve.Query),StorageClass:nr,Body:Ve.Body,calledBySdk:"sliceUploadFile",tracker:Ve.tracker},Ve),mr=z.clone(Ve.Headers);delete mr["x-cos-mime-limit"],Mr.Headers=mr,ur.multipartInit(Mr,function(gr,jr){if(ur._isRunningTask(jt)){if(gr)return Ir.emit("error",gr);var Hr=jr.UploadId;if(!Hr)return qe(z.error(new Error("no such upload id")));Ir.emit("upload_id_available",{UploadId:Hr,PartList:[]})}})}}),Ir.on("has_and_check_upload_id",function(Mr){Mr=Mr.reverse(),j.eachLimit(Mr,1,function(mr,gr){if(ur._isRunningTask(jt)){if($.using[mr]){gr();return}de.call(ur,{Bucket:tr,Region:rr,Key:ar,UploadId:mr,tracker:Ve.tracker},function(jr,Hr){if(ur._isRunningTask(jt)){if(jr)return $.removeUsing(mr),Ir.emit("error",jr);var Vr=Hr.PartList;Vr.forEach(function(zr){zr.PartNumber*=1,zr.Size*=1,zr.ETag=zr.ETag||""}),br(Vr,function(zr,Sr){if(ur._isRunningTask(jt)){if(zr)return Ir.emit("error",zr);Sr?gr({UploadId:mr,PartList:Vr}):gr()}})}})}},function(mr){ur._isRunningTask(jt)&&(xr(null,!0),mr&&mr.UploadId?Ir.emit("upload_id_available",mr):Ir.emit("no_available_upload_id"))})}),Ir.on("seek_local_avail_upload_id",function(Mr){var mr=$.getFileId(Ve.Body,Ve.ChunkSize,tr,ar),gr=$.getUploadIdList.call(ur,mr);if(!mr||!gr){Ir.emit("has_and_check_upload_id",Mr);return}var jr=function Hr(Vr){if(Vr>=gr.length){Ir.emit("has_and_check_upload_id",Mr);return}var zr=gr[Vr];if(!z.isInArray(Mr,zr)){$.removeUploadId.call(ur,zr),Hr(Vr+1);return}if($.using[zr]){Hr(Vr+1);return}de.call(ur,{Bucket:tr,Region:rr,Key:ar,UploadId:zr,tracker:Ve.tracker},function(Sr,Tr){ur._isRunningTask(jt)&&(Sr?($.removeUploadId.call(ur,zr),Hr(Vr+1)):Ir.emit("upload_id_available",{UploadId:zr,PartList:Tr.PartList}))})};jr(0)}),Ir.on("get_remote_upload_id_list",function(){ue.call(ur,{Bucket:tr,Region:rr,Key:ar,tracker:Ve.tracker},function(Mr,mr){if(ur._isRunningTask(jt)){if(Mr)return Ir.emit("error",Mr);var gr=z.filter(mr.UploadList,function(Vr){return Vr.Key===ar&&(!nr||Vr.StorageClass.toUpperCase()===nr.toUpperCase())}).reverse().map(function(Vr){return Vr.UploadId||Vr.UploadID});if(gr.length)Ir.emit("seek_local_avail_upload_id",gr);else{var jr=$.getFileId(Ve.Body,Ve.ChunkSize,tr,ar),Hr;jr&&(Hr=$.getUploadIdList.call(ur,jr))&&z.each(Hr,function(Vr){$.removeUploadId.call(ur,Vr)}),Ir.emit("no_available_upload_id")}}})}),Ir.emit("get_remote_upload_id_list")}function ue(Ve,qe){var jt=this,tr=[],rr={Bucket:Ve.Bucket,Region:Ve.Region,Prefix:Ve.Key,calledBySdk:Ve.calledBySdk||"sliceUploadFile",tracker:Ve.tracker},ar=function nr(){jt.multipartList(rr,function(ur,cr){if(ur)return qe(ur);tr.push.apply(tr,cr.Upload||[]),cr.IsTruncated==="true"?(rr.KeyMarker=cr.NextKeyMarker,rr.UploadIdMarker=cr.NextUploadIdMarker,nr()):qe(null,{UploadList:tr})})};ar()}function de(Ve,qe){var jt=this,tr=[],rr={Bucket:Ve.Bucket,Region:Ve.Region,Key:Ve.Key,UploadId:Ve.UploadId,calledBySdk:"sliceUploadFile",tracker:Ve.tracker},ar=function nr(){jt.multipartListPart(rr,function(ur,cr){if(ur)return qe(ur);tr.push.apply(tr,cr.Part||[]),cr.IsTruncated==="true"?(rr.PartNumberMarker=cr.NextPartNumberMarker,nr()):qe(null,{PartList:tr})})};ar()}function pe(Ve,qe){var jt=this,tr=Ve.TaskId,rr=Ve.Bucket,ar=Ve.Region,nr=Ve.Key,ur=Ve.UploadData,cr=Ve.FileSize,_r=Ve.SliceSize,hr=Math.min(Ve.AsyncLimit||jt.options.ChunkParallelLimit||1,256),Er=Ve.Body,kr=Math.ceil(cr/_r),xr=0,yr=Ve.ServerSideEncryption,br=Ve.Headers,Ir=z.filter(ur.PartList,function(mr){return mr.Uploaded&&(xr+=mr.PartNumber>=kr&&cr%_r||_r),!mr.Uploaded}),Mr=Ve.onProgress;j.eachLimit(Ir,hr,function(mr,gr){if(jt._isRunningTask(tr)){var jr=mr.PartNumber,Hr=Math.min(cr,mr.PartNumber*_r)-(mr.PartNumber-1)*_r,Vr=0;Ie.call(jt,{TaskId:tr,Bucket:rr,Region:ar,Key:nr,SliceSize:_r,FileSize:cr,PartNumber:jr,ServerSideEncryption:yr,Body:Er,UploadData:ur,Headers:br,onProgress:function(Sr){xr+=Sr.loaded-Vr,Vr=Sr.loaded,Mr({loaded:xr,total:cr})},tracker:Ve.tracker},function(zr,Sr){jt._isRunningTask(tr)&&(!zr&&!Sr.ETag&&(zr='get ETag error, please add "ETag" to CORS ExposeHeader setting.( 获取ETag失败请在CORS ExposeHeader设置中添加ETag请参考文档https://cloud.tencent.com/document/product/436/13318 )'),zr?xr-=Vr:(xr+=Hr-Vr,mr.ETag=Sr.ETag),Mr({loaded:xr,total:cr}),gr(zr||null,Sr))})}},function(mr){if(jt._isRunningTask(tr)){if(mr)return qe(mr);qe(null,{UploadId:ur.UploadId,SliceList:ur.PartList})}})}function Ie(Ve,qe){var jt=this,tr=Ve.TaskId,rr=Ve.Bucket,ar=Ve.Region,nr=Ve.Key,ur=Ve.FileSize,cr=Ve.Body,_r=Ve.PartNumber*1,hr=Ve.SliceSize,Er=Ve.ServerSideEncryption,kr=Ve.UploadData,xr=Ve.Headers||{},yr=jt.options.ChunkRetryTimes+1,br=hr*(_r-1),Ir=hr,Mr=br+hr;Mr>ur&&(Mr=ur,Ir=Mr-br);var mr=["x-cos-traffic-limit","x-cos-mime-limit"],gr={};z.each(xr,function(Hr,Vr){mr.indexOf(Vr)>-1&&(gr[Vr]=Hr)});var jr=kr.PartList[_r-1];j.retry(yr,function(Hr){jt._isRunningTask(tr)&&z.fileSlice(cr,br,Mr,!0,function(Vr){jt.multipartUpload({TaskId:tr,Bucket:rr,Region:ar,Key:nr,ContentLength:Ir,PartNumber:_r,UploadId:kr.UploadId,ServerSideEncryption:Er,Body:Vr,Headers:gr,onProgress:Ve.onProgress,calledBySdk:"sliceUploadFile",tracker:Ve.tracker},function(zr,Sr){if(jt._isRunningTask(tr))return zr?Hr(zr):(jr.Uploaded=!0,Hr(null,Sr))})})},function(Hr,Vr){if(jt._isRunningTask(tr))return qe(Hr,Vr)})}function he(Ve,qe){var jt=Ve.Bucket,tr=Ve.Region,rr=Ve.Key,ar=Ve.UploadId,nr=Ve.SliceList,ur=this,cr=this.options.ChunkRetryTimes+1,_r=Ve.Headers,hr=nr.map(function(Er){return{PartNumber:Er.PartNumber,ETag:Er.ETag}});j.retry(cr,function(Er){ur.multipartComplete({Bucket:jt,Region:tr,Key:rr,UploadId:ar,Parts:hr,Headers:_r,calledBySdk:"sliceUploadFile",tracker:Ve.tracker},Er)},function(Er,kr){qe(Er,kr)})}function Ce(Ve,qe){var jt=Ve.Bucket,tr=Ve.Region,rr=Ve.Key,ar=Ve.UploadId,nr=Ve.Level||"task",ur=Ve.AsyncLimit,cr=this,_r=new V;if(_r.on("error",function(hr){return qe(hr)}),_r.on("get_abort_array",function(hr){_e.call(cr,{Bucket:jt,Region:tr,Key:rr,Headers:Ve.Headers,AsyncLimit:ur,AbortArray:hr},qe)}),nr==="bucket")ue.call(cr,{Bucket:jt,Region:tr,calledBySdk:"abortUploadTask"},function(hr,Er){if(hr)return qe(hr);_r.emit("get_abort_array",Er.UploadList||[])});else if(nr==="file"){if(!rr)return qe(z.error(new Error("abort_upload_task_no_key")));ue.call(cr,{Bucket:jt,Region:tr,Key:rr,calledBySdk:"abortUploadTask"},function(hr,Er){if(hr)return qe(hr);_r.emit("get_abort_array",Er.UploadList||[])})}else if(nr==="task"){if(!ar)return qe(z.error(new Error("abort_upload_task_no_id")));if(!rr)return qe(z.error(new Error("abort_upload_task_no_key")));_r.emit("get_abort_array",[{Key:rr,UploadId:ar}])}else return qe(z.error(new Error("abort_unknown_level")))}function _e(Ve,qe){var jt=Ve.Bucket,tr=Ve.Region,rr=Ve.Key,ar=Ve.AbortArray,nr=Ve.AsyncLimit||1,ur=this,cr=0,_r=new Array(ar.length);j.eachLimit(ar,nr,function(hr,Er){var kr=cr;if(rr&&rr!==hr.Key){_r[kr]={error:{KeyNotMatch:!0}},Er(null);return}var xr=hr.UploadId||hr.UploadID;ur.multipartAbort({Bucket:jt,Region:tr,Key:hr.Key,Headers:Ve.Headers,UploadId:xr},function(yr){var br={Bucket:jt,Region:tr,Key:hr.Key,UploadId:xr};_r[kr]={error:yr,task:br},Er(null)}),cr++},function(hr){if(hr)return qe(hr);for(var Er=[],kr=[],xr=0,yr=_r.length;xr<yr;xr++){var br=_r[xr];br.task&&(br.error?kr.push(br.task):Er.push(br.task))}return qe(null,{successList:Er,errorList:kr})})}function Ne(Ve,qe){var jt=this,tr=Ve.SliceSize===void 0?jt.options.SliceSize:Ve.SliceSize,rr=[],ar=Ve.Body,nr=ar.size||ar.length||0,ur={TaskId:""};if(jt.options.EnableReporter){var cr=jt.options.UseAccelerate||typeof jt.options.Domain=="string"&&jt.options.Domain.includes("accelerate."),_r=nr>tr?"sliceUploadFile":"putObject";Ve.tracker=new re({Beacon:jt.options.BeaconReporter,clsReporter:jt.options.ClsReporter,bucket:Ve.Bucket,region:Ve.Region,apiName:"uploadFile",realApi:_r,fileKey:Ve.Key,fileSize:nr,accelerate:cr,deepTracker:jt.options.DeepTracker,customId:jt.options.CustomId,delay:jt.options.TrackerDelay})}z.each(Ve,function(br,Ir){L(br)!=="object"&&typeof br!="function"&&(ur[Ir]=br)});var hr=Ve.onTaskReady,Er=function(Ir){ur.TaskId=Ir,hr&&hr(Ir)};Ve.onTaskReady=Er;var kr=nr>tr?"sliceUploadFile":"putObject",xr=Ve.onFileFinish,yr=function(Ir,Mr){Ve.tracker&&Ve.tracker.report(Ir,Mr),xr&&xr(Ir,Mr,ur),qe&&qe(Ir,Mr)};rr.push({api:kr,params:Ve,callback:yr}),jt._addTasks(rr)}function Fe(Ve,qe){var jt=this,tr=Ve.SliceSize===void 0?jt.options.SliceSize:Ve.SliceSize,rr=0,ar=0,nr=z.throttleOnProgress.call(jt,ar,Ve.onProgress),ur=Ve.files.length,cr=Ve.onFileFinish,_r=Array(ur),hr=function(xr,yr,br){nr(null,!0),cr&&cr(xr,yr,br),_r[br.Index]={options:br,error:xr,data:yr},--ur<=0&&qe&&qe(null,{files:_r})},Er=[];z.each(Ve.files,function(kr,xr){(function(){var yr=kr.Body,br=yr.size||yr.length||0,Ir={Index:xr,TaskId:""};if(!jt.options.UseRawKey&&kr.Key&&kr.Key.substr(0,1)==="/"&&(kr.Key=kr.Key.substr(1)),rr+=br,jt.options.EnableReporter){var Mr=jt.options.UseAccelerate||typeof jt.options.Domain=="string"&&jt.options.Domain.includes("accelerate."),mr=br>tr?"sliceUploadFile":"putObject";kr.tracker=new re({Beacon:jt.options.BeaconReporter,clsReporter:jt.options.ClsReporter,bucket:kr.Bucket,region:kr.Region,apiName:"uploadFiles",realApi:mr,fileKey:kr.Key,fileSize:br,accelerate:Mr,deepTracker:jt.options.DeepTracker,customId:jt.options.CustomId,delay:jt.options.TrackerDelay})}z.each(kr,function(vr,Cr){L(vr)!=="object"&&typeof vr!="function"&&(Ir[Cr]=vr)});var gr=kr.onTaskReady,jr=function(Cr){Ir.TaskId=Cr,gr&&gr(Cr)};kr.onTaskReady=jr;var Hr=0,Vr=kr.onProgress,zr=function(Cr){ar=ar-Hr+Cr.loaded,Hr=Cr.loaded,Vr&&Vr(Cr),nr({loaded:ar,total:rr})};kr.onProgress=zr;var Sr=br>tr?"sliceUploadFile":"putObject",Tr=kr.onFileFinish,Br=function(Cr,Dr){kr.tracker&&kr.tracker.report(Cr,Dr),Tr&&Tr(Cr,Dr),hr&&hr(Cr,Dr,Ir)};Er.push({api:Sr,params:kr,callback:Br})})()}),jt._addTasks(Er)}function Ue(Ve,qe){var jt=new V,tr=this,rr=Ve.Bucket,ar=Ve.Region,nr=Ve.Key,ur=Ve.CopySource,cr=z.getSourceParams.call(this,ur);if(!cr){qe(z.error(new Error("CopySource format error")));return}var _r=cr.Bucket,hr=cr.Region,Er=decodeURIComponent(cr.Key),kr=Ve.CopySliceSize===void 0?tr.options.CopySliceSize:Ve.CopySliceSize;kr=Math.max(0,kr);var xr=Ve.CopyChunkSize||this.options.CopyChunkSize,yr=this.options.CopyChunkParallelLimit,br=this.options.ChunkRetryTimes+1,Ir=0,Mr=0,mr,gr,jr={},Hr={},Vr={};jt.on("copy_slice_complete",function(zr){z.each(Ve.Headers,function(Tr,Br){Br.toLowerCase().indexOf("x-cos-meta-")});var Sr=z.map(zr.PartList,function(Tr){return{PartNumber:Tr.PartNumber,ETag:Tr.ETag}});j.retry(br,function(Tr){tr.multipartComplete({Bucket:rr,Region:ar,Key:nr,UploadId:zr.UploadId,Parts:Sr,tracker:Ve.tracker,calledBySdk:"sliceCopyFile"},Tr)},function(Tr,Br){if($.removeUsing(zr.UploadId),Tr)return gr(null,!0),qe(Tr);$.removeUploadId(zr.UploadId),gr({loaded:mr,total:mr},!0),qe(null,Br)})}),jt.on("get_copy_data_finish",function(zr){var Sr=$.getCopyFileId(ur,jr,xr,rr,nr);Sr&&$.saveUploadId(Sr,zr.UploadId,tr.options.UploadIdCacheLimit),$.setUsing(zr.UploadId);var Tr=z.filter(zr.PartList,function(Br){return Br.Uploaded&&(Mr+=Br.PartNumber>=Ir&&mr%xr||xr),!Br.Uploaded});j.eachLimit(Tr,yr,function(Br,vr){var Cr=Br.PartNumber,Dr=Br.CopySourceRange,Rr=Br.end-Br.start;j.retry(br,function(Wr){kt.call(tr,{Bucket:rr,Region:ar,Key:nr,CopySource:ur,UploadId:zr.UploadId,PartNumber:Cr,CopySourceRange:Dr,tracker:Ve.tracker,calledBySdk:"sliceCopyFile"},Wr)},function(Wr,Kr){if(Wr)return vr(Wr);Mr+=Rr,gr({loaded:Mr,total:mr}),Br.ETag=Kr.ETag,vr(Wr||null,Kr)})},function(Br){if(Br)return $.removeUsing(zr.UploadId),gr(null,!0),qe(Br);jt.emit("copy_slice_complete",zr)})}),jt.on("get_chunk_size_finish",function(){var zr=function(){tr.multipartInit({Bucket:rr,Region:ar,Key:nr,Headers:Vr,tracker:Ve.tracker,calledBySdk:"sliceCopyFile"},function(Cr,Dr){if(Cr)return qe(Cr);Ve.UploadId=Dr.UploadId,jt.emit("get_copy_data_finish",{UploadId:Ve.UploadId,PartList:Ve.PartList})})},Sr=$.getCopyFileId(ur,jr,xr,rr,nr),Tr=$.getUploadIdList(Sr);if(!Sr||!Tr)return zr();var Br=function vr(Cr){if(Cr>=Tr.length)return zr();var Dr=Tr[Cr];if($.using[Dr])return vr(Cr+1);de.call(tr,{Bucket:rr,Region:ar,Key:nr,UploadId:Dr,tracker:Ve.tracker,calledBySdk:"sliceCopyFile"},function(Rr,Wr){if(Rr)$.removeUploadId(Dr),vr(Cr+1);else{if($.using[Dr])return vr(Cr+1);var Kr={},Nr=0;z.each(Wr.PartList,function(Fr){var Qr=parseInt(Fr.Size),ca=Nr+Qr-1;Kr[Fr.PartNumber+"|"+Nr+"|"+ca]=Fr.ETag,Nr+=Qr}),z.each(Ve.PartList,function(Fr){var Qr=Kr[Fr.PartNumber+"|"+Fr.start+"|"+Fr.end];Qr&&(Fr.ETag=Qr,Fr.Uploaded=!0)}),jt.emit("get_copy_data_finish",{UploadId:Dr,PartList:Ve.PartList})}})};Br(0)}),jt.on("get_file_size_finish",function(){if(function(){for(var Sr=[1,2,4,8,16,32,64,128,256,512,1024,2048,4096,5120],Tr=1024*1024,Br=0;Br<Sr.length&&(Tr=Sr[Br]*1024*1024,!(mr/Tr<=tr.options.MaxPartNumber));Br++);Ve.ChunkSize=xr=Math.max(xr,Tr),Ir=Math.ceil(mr/xr);for(var vr=[],Cr=1;Cr<=Ir;Cr++){var Dr=(Cr-1)*xr,Rr=Cr*xr<mr?Cr*xr-1:mr-1,Wr={PartNumber:Cr,start:Dr,end:Rr,CopySourceRange:"bytes="+Dr+"-"+Rr};vr.push(Wr)}Ve.PartList=vr}(),Ve.Headers["x-cos-metadata-directive"]==="Replaced"?Vr=Ve.Headers:Vr=Hr,Vr["x-cos-storage-class"]=Ve.Headers["x-cos-storage-class"]||Hr["x-cos-storage-class"],Vr=z.clearKey(Vr),Hr["x-cos-storage-class"]==="ARCHIVE"||Hr["x-cos-storage-class"]==="DEEP_ARCHIVE"){var zr=Hr["x-cos-restore"];if(!zr||zr==='ongoing-request="true"'){qe(z.error(new Error("Unrestored archive object is not allowed to be copied")));return}}delete Vr["x-cos-copy-source"],delete Vr["x-cos-metadata-directive"],delete Vr["x-cos-copy-source-If-Modified-Since"],delete Vr["x-cos-copy-source-If-Unmodified-Since"],delete Vr["x-cos-copy-source-If-Match"],delete Vr["x-cos-copy-source-If-None-Match"],jt.emit("get_chunk_size_finish")}),tr.headObject({Bucket:_r,Region:hr,Key:Er,tracker:Ve.tracker,calledBySdk:"sliceCopyFile"},function(zr,Sr){if(zr){zr.statusCode&&zr.statusCode===404?qe(z.error(zr,{ErrorStatus:Er+" Not Exist"})):qe(zr);return}if(mr=Ve.FileSize=Sr.headers["content-length"],mr===void 0||!mr){qe(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(Ve.tracker&&Ve.tracker.setParams({httpSize:mr}),gr=z.throttleOnProgress.call(tr,mr,Ve.onProgress),mr<=kr)Ve.Headers["x-cos-metadata-directive"]||(Ve.Headers["x-cos-metadata-directive"]="Copy"),tr.putObjectCopy(Object.assign(Ve,{calledBySdk:"sliceCopyFile"}),function(Br,vr){if(Br)return gr(null,!0),qe(Br);gr({loaded:mr,total:mr},!0),qe(Br,vr)});else{var Tr=Sr.headers;jr=Tr,Hr={"Cache-Control":Tr["cache-control"],"Content-Disposition":Tr["content-disposition"],"Content-Encoding":Tr["content-encoding"],"Content-Type":Tr["content-type"],Expires:Tr.expires,"x-cos-storage-class":Tr["x-cos-storage-class"]},z.each(Tr,function(Br,vr){var Cr="x-cos-meta-";vr.indexOf(Cr)===0&&vr.length>Cr.length&&(Hr[vr]=Br)}),jt.emit("get_file_size_finish")}})}function kt(Ve,qe){var jt=Ve.TaskId,tr=Ve.Bucket,rr=Ve.Region,ar=Ve.Key,nr=Ve.CopySource,ur=Ve.UploadId,cr=Ve.PartNumber*1,_r=Ve.CopySourceRange,hr=this.options.ChunkRetryTimes+1,Er=this;j.retry(hr,function(kr){Er.uploadPartCopy({TaskId:jt,Bucket:tr,Region:rr,Key:ar,CopySource:nr,UploadId:ur,PartNumber:cr,CopySourceRange:_r,tracker:Ve.tracker,calledBySdk:Ve.calledBySdk},function(xr,yr){kr(xr||null,yr)})},function(kr,xr){return qe(kr,xr)})}var Et={sliceUploadFile:ie,abortUploadTask:Ce,uploadFile:Ne,uploadFiles:Fe,sliceCopyFile:Ue};y.exports.init=function(Ve,qe){qe.transferToTaskMethod(Et,"sliceUploadFile"),z.each(Et,function(jt,tr){Ve.prototype[tr]=z.apiWrapper(tr,jt)})}},"./src/async.js":function(y,n){var k=function(V,z,re,ie){if(ie=ie||function(){},!V.length||z<=0)return ie();var oe=0,ue=0,de=0;(function pe(){if(oe>=V.length)return ie();for(;de<z&&ue<V.length;)ue+=1,de+=1,re(V[ue-1],function(Ie){Ie?(ie(Ie),ie=function(){}):(oe+=1,de-=1,oe>=V.length?ie():pe())})})()},L=function(V,z,re){var ie=function oe(ue){z(function(de,pe){de&&ue<V?oe(ue+1):re(de,pe)})};V<1?re():ie(1)},$={eachLimit:k,retry:L};y.exports=$},"./src/base.js":function(y,n,k){var L=k("./node_modules/@babel/runtime/helpers/typeof.js"),$=k("./lib/request.js"),j=k("./src/util.js");function V(Lr,Zn){var hn=this.options.Protocol||(j.isBrowser&&(typeof location>"u"?"undefined":L(location))==="object"&&location.protocol==="http:"?"http:":"https:"),Ln=this.options.ServiceDomain,Vi=Lr.AppId||this.options.appId,Wi=Lr.Region;Ln?(Ln=Ln.replace(/\{\{AppId\}\}/gi,Vi||"").replace(/\{\{Region\}\}/gi,Wi||"").replace(/\{\{.*?\}\}/gi,""),/^[a-zA-Z]+:\/\//.test(Ln)||(Ln=hn+"//"+Ln),Ln.slice(-1)==="/"&&(Ln=Ln.slice(0,-1))):Wi?Ln=hn+"//cos."+Wi+".myqcloud.com":Ln=hn+"//service.cos.myqcloud.com";var pa="",Ki=Wi?"cos."+Wi+".myqcloud.com":"service.cos.myqcloud.com",Yo=Ln.replace(/^https?:\/\/([^/]+)(\/.*)?$/,"$1");Ki===Yo&&(pa=Ki),ps.call(this,{Action:"name/cos:GetService",url:Ln,method:"GET",headers:Lr.Headers,SignHost:pa,tracker:Lr.tracker},function(Eo,Fo){if(Eo)return Zn(Eo);var hs=Fo&&Fo.ListAllMyBucketsResult&&Fo.ListAllMyBucketsResult.Buckets&&Fo.ListAllMyBucketsResult.Buckets.Bucket||[];hs=j.isArray(hs)?hs:[hs];var An=Fo&&Fo.ListAllMyBucketsResult&&Fo.ListAllMyBucketsResult.Owner||{};Zn(null,{Buckets:hs,Owner:An,statusCode:Fo.statusCode,headers:Fo.headers})})}function z(Lr,Zn){var hn=this,Ln="";if(Lr.BucketAZConfig){var Vi={BucketAZConfig:Lr.BucketAZConfig};Ln=j.json2xml({CreateBucketConfiguration:Vi})}ps.call(this,{Action:"name/cos:PutBucket",method:"PUT",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,body:Ln,tracker:Lr.tracker},function(Wi,pa){if(Wi)return Zn(Wi);var Ki=Lu({protocol:hn.options.Protocol,domain:hn.options.Domain,bucket:Lr.Bucket,region:Lr.Region,isLocation:!0});Zn(null,{Location:Ki,statusCode:pa.statusCode,headers:pa.headers})})}function re(Lr,Zn){ps.call(this,{Action:"name/cos:HeadBucket",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,method:"HEAD",tracker:Lr.tracker},Zn)}function ie(Lr,Zn){var hn={};hn.prefix=Lr.Prefix||"",hn.delimiter=Lr.Delimiter,hn.marker=Lr.Marker,hn["max-keys"]=Lr.MaxKeys,hn["encoding-type"]=Lr.EncodingType,ps.call(this,{Action:"name/cos:GetBucket",ResourceKey:hn.prefix,method:"GET",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,qs:hn,tracker:Lr.tracker},function(Ln,Vi){if(Ln)return Zn(Ln);var Wi=Vi.ListBucketResult||{},pa=Wi.Contents||[],Ki=Wi.CommonPrefixes||[];pa=j.isArray(pa)?pa:[pa],Ki=j.isArray(Ki)?Ki:[Ki];var Yo=j.clone(Wi);j.extend(Yo,{Contents:pa,CommonPrefixes:Ki,statusCode:Vi.statusCode,headers:Vi.headers}),Zn(null,Yo)})}function oe(Lr,Zn){ps.call(this,{Action:"name/cos:DeleteBucket",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,method:"DELETE",tracker:Lr.tracker},function(hn,Ln){if(hn&&hn.statusCode===204)return Zn(null,{statusCode:hn.statusCode});if(hn)return Zn(hn);Zn(null,{statusCode:Ln.statusCode,headers:Ln.headers})})}function ue(Lr,Zn){var hn=Lr.Headers,Ln="";if(Lr.AccessControlPolicy){var Vi=j.clone(Lr.AccessControlPolicy||{}),Wi=Vi.Grants||Vi.Grant;Wi=j.isArray(Wi)?Wi:[Wi],delete Vi.Grant,delete Vi.Grants,Vi.AccessControlList={Grant:Wi},Ln=j.json2xml({AccessControlPolicy:Vi}),hn["Content-Type"]="application/xml",hn["Content-MD5"]=j.b64(j.md5(Ln))}j.each(hn,function(pa,Ki){Ki.indexOf("x-cos-grant-")===0&&(hn[Ki]=ju(hn[Ki]))}),ps.call(this,{Action:"name/cos:PutBucketACL",method:"PUT",Bucket:Lr.Bucket,Region:Lr.Region,headers:hn,action:"acl",body:Ln,tracker:Lr.tracker},function(pa,Ki){if(pa)return Zn(pa);Zn(null,{statusCode:Ki.statusCode,headers:Ki.headers})})}function de(Lr,Zn){ps.call(this,{Action:"name/cos:GetBucketACL",method:"GET",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,action:"acl",tracker:Lr.tracker},function(hn,Ln){if(hn)return Zn(hn);var Vi=Ln.AccessControlPolicy||{},Wi=Vi.Owner||{},pa=Vi.AccessControlList.Grant||[];pa=j.isArray(pa)?pa:[pa];var Ki=xs(Vi);Ln.headers&&Ln.headers["x-cos-acl"]&&(Ki.ACL=Ln.headers["x-cos-acl"]),Ki=j.extend(Ki,{Owner:Wi,Grants:pa,statusCode:Ln.statusCode,headers:Ln.headers}),Zn(null,Ki)})}function pe(Lr,Zn){var hn=Lr.CORSConfiguration||{},Ln=hn.CORSRules||Lr.CORSRules||[];Ln=j.clone(j.isArray(Ln)?Ln:[Ln]),j.each(Ln,function(Ki){j.each(["AllowedOrigin","AllowedHeader","AllowedMethod","ExposeHeader"],function(Yo){var Eo=Yo+"s",Fo=Ki[Eo]||Ki[Yo]||[];delete Ki[Eo],Ki[Yo]=j.isArray(Fo)?Fo:[Fo]})});var Vi={CORSRule:Ln};Lr.ResponseVary&&(Vi.ResponseVary=Lr.ResponseVary);var Wi=j.json2xml({CORSConfiguration:Vi}),pa=Lr.Headers;pa["Content-Type"]="application/xml",pa["Content-MD5"]=j.b64(j.md5(Wi)),ps.call(this,{Action:"name/cos:PutBucketCORS",method:"PUT",Bucket:Lr.Bucket,Region:Lr.Region,body:Wi,action:"cors",headers:pa,tracker:Lr.tracker},function(Ki,Yo){if(Ki)return Zn(Ki);Zn(null,{statusCode:Yo.statusCode,headers:Yo.headers})})}function Ie(Lr,Zn){ps.call(this,{Action:"name/cos:GetBucketCORS",method:"GET",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,action:"cors",tracker:Lr.tracker},function(hn,Ln){if(hn){if(hn.statusCode===404&&hn.error&&hn.error.Code==="NoSuchCORSConfiguration"){var Vi={CORSRules:[],statusCode:hn.statusCode};hn.headers&&(Vi.headers=hn.headers),Zn(null,Vi)}else Zn(hn);return}var Wi=Ln.CORSConfiguration||{},pa=Wi.CORSRules||Wi.CORSRule||[];pa=j.clone(j.isArray(pa)?pa:[pa]);var Ki=Wi.ResponseVary;j.each(pa,function(Yo){j.each(["AllowedOrigin","AllowedHeader","AllowedMethod","ExposeHeader"],function(Eo){var Fo=Eo+"s",hs=Yo[Fo]||Yo[Eo]||[];delete Yo[Eo],Yo[Fo]=j.isArray(hs)?hs:[hs]})}),Zn(null,{CORSRules:pa,ResponseVary:Ki,statusCode:Ln.statusCode,headers:Ln.headers})})}function he(Lr,Zn){ps.call(this,{Action:"name/cos:DeleteBucketCORS",method:"DELETE",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,action:"cors",tracker:Lr.tracker},function(hn,Ln){if(hn&&hn.statusCode===204)return Zn(null,{statusCode:hn.statusCode});if(hn)return Zn(hn);Zn(null,{statusCode:Ln.statusCode||hn.statusCode,headers:Ln.headers})})}function Ce(Lr,Zn){ps.call(this,{Action:"name/cos:GetBucketLocation",method:"GET",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,action:"location",tracker:Lr.tracker},Zn)}function _e(Lr,Zn){var hn=Lr.Policy;try{typeof hn=="string"&&(hn=JSON.parse(hn))}catch{}if(!hn||typeof hn=="string")return Zn(j.error(new Error("Policy format error")));var Ln=JSON.stringify(hn);hn.version||(hn.version="2.0");var Vi=Lr.Headers;Vi["Content-Type"]="application/json",Vi["Content-MD5"]=j.b64(j.md5(Ln)),ps.call(this,{Action:"name/cos:PutBucketPolicy",method:"PUT",Bucket:Lr.Bucket,Region:Lr.Region,action:"policy",body:Ln,headers:Vi,tracker:Lr.tracker},function(Wi,pa){if(Wi&&Wi.statusCode===204)return Zn(null,{statusCode:Wi.statusCode});if(Wi)return Zn(Wi);Zn(null,{statusCode:pa.statusCode,headers:pa.headers})})}function Ne(Lr,Zn){ps.call(this,{Action:"name/cos:GetBucketPolicy",method:"GET",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,action:"policy",rawBody:!0,tracker:Lr.tracker},function(hn,Ln){if(hn)return hn.statusCode&&hn.statusCode===403?Zn(j.error(hn,{ErrorStatus:"Access Denied"})):hn.statusCode&&hn.statusCode===405?Zn(j.error(hn,{ErrorStatus:"Method Not Allowed"})):hn.statusCode&&hn.statusCode===404?Zn(j.error(hn,{ErrorStatus:"Policy Not Found"})):Zn(hn);var Vi={};try{Vi=JSON.parse(Ln.body)}catch{}Zn(null,{Policy:Vi,statusCode:Ln.statusCode,headers:Ln.headers})})}function Fe(Lr,Zn){ps.call(this,{Action:"name/cos:DeleteBucketPolicy",method:"DELETE",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,action:"policy",tracker:Lr.tracker},function(hn,Ln){if(hn&&hn.statusCode===204)return Zn(null,{statusCode:hn.statusCode});if(hn)return Zn(hn);Zn(null,{statusCode:Ln.statusCode||hn.statusCode,headers:Ln.headers})})}function Ue(Lr,Zn){var hn=Lr.Tagging||{},Ln=hn.TagSet||hn.Tags||Lr.Tags||[];Ln=j.clone(j.isArray(Ln)?Ln:[Ln]);var Vi=j.json2xml({Tagging:{TagSet:{Tag:Ln}}}),Wi=Lr.Headers;Wi["Content-Type"]="application/xml",Wi["Content-MD5"]=j.b64(j.md5(Vi)),ps.call(this,{Action:"name/cos:PutBucketTagging",method:"PUT",Bucket:Lr.Bucket,Region:Lr.Region,body:Vi,action:"tagging",headers:Wi,tracker:Lr.tracker},function(pa,Ki){if(pa&&pa.statusCode===204)return Zn(null,{statusCode:pa.statusCode});if(pa)return Zn(pa);Zn(null,{statusCode:Ki.statusCode,headers:Ki.headers})})}function kt(Lr,Zn){ps.call(this,{Action:"name/cos:GetBucketTagging",method:"GET",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,action:"tagging",tracker:Lr.tracker},function(hn,Ln){if(hn){if(hn.statusCode===404&&hn.error&&(hn.error==="Not Found"||hn.error.Code==="NoSuchTagSet")){var Vi={Tags:[],statusCode:hn.statusCode};hn.headers&&(Vi.headers=hn.headers),Zn(null,Vi)}else Zn(hn);return}var Wi=[];try{Wi=Ln.Tagging.TagSet.Tag||[]}catch{}Wi=j.clone(j.isArray(Wi)?Wi:[Wi]),Zn(null,{Tags:Wi,statusCode:Ln.statusCode,headers:Ln.headers})})}function Et(Lr,Zn){ps.call(this,{Action:"name/cos:DeleteBucketTagging",method:"DELETE",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,action:"tagging",tracker:Lr.tracker},function(hn,Ln){if(hn&&hn.statusCode===204)return Zn(null,{statusCode:hn.statusCode});if(hn)return Zn(hn);Zn(null,{statusCode:Ln.statusCode,headers:Ln.headers})})}function Ve(Lr,Zn){var hn=Lr.LifecycleConfiguration||{},Ln=hn.Rules||Lr.Rules||[];Ln=j.clone(Ln);var Vi=j.json2xml({LifecycleConfiguration:{Rule:Ln}}),Wi=Lr.Headers;Wi["Content-Type"]="application/xml",Wi["Content-MD5"]=j.b64(j.md5(Vi)),ps.call(this,{Action:"name/cos:PutBucketLifecycle",method:"PUT",Bucket:Lr.Bucket,Region:Lr.Region,body:Vi,action:"lifecycle",headers:Wi,tracker:Lr.tracker},function(pa,Ki){if(pa&&pa.statusCode===204)return Zn(null,{statusCode:pa.statusCode});if(pa)return Zn(pa);Zn(null,{statusCode:Ki.statusCode,headers:Ki.headers})})}function qe(Lr,Zn){ps.call(this,{Action:"name/cos:GetBucketLifecycle",method:"GET",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,action:"lifecycle",tracker:Lr.tracker},function(hn,Ln){if(hn){if(hn.statusCode===404&&hn.error&&hn.error.Code==="NoSuchLifecycleConfiguration"){var Vi={Rules:[],statusCode:hn.statusCode};hn.headers&&(Vi.headers=hn.headers),Zn(null,Vi)}else Zn(hn);return}var Wi=[];try{Wi=Ln.LifecycleConfiguration.Rule||[]}catch{}Wi=j.clone(j.isArray(Wi)?Wi:[Wi]),Zn(null,{Rules:Wi,statusCode:Ln.statusCode,headers:Ln.headers})})}function jt(Lr,Zn){ps.call(this,{Action:"name/cos:DeleteBucketLifecycle",method:"DELETE",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,action:"lifecycle",tracker:Lr.tracker},function(hn,Ln){if(hn&&hn.statusCode===204)return Zn(null,{statusCode:hn.statusCode});if(hn)return Zn(hn);Zn(null,{statusCode:Ln.statusCode,headers:Ln.headers})})}function tr(Lr,Zn){if(!Lr.VersioningConfiguration){Zn(j.error(new Error("missing param VersioningConfiguration")));return}var hn=Lr.VersioningConfiguration||{},Ln=j.json2xml({VersioningConfiguration:hn}),Vi=Lr.Headers;Vi["Content-Type"]="application/xml",Vi["Content-MD5"]=j.b64(j.md5(Ln)),ps.call(this,{Action:"name/cos:PutBucketVersioning",method:"PUT",Bucket:Lr.Bucket,Region:Lr.Region,body:Ln,action:"versioning",headers:Vi,tracker:Lr.tracker},function(Wi,pa){if(Wi&&Wi.statusCode===204)return Zn(null,{statusCode:Wi.statusCode});if(Wi)return Zn(Wi);Zn(null,{statusCode:pa.statusCode,headers:pa.headers})})}function rr(Lr,Zn){ps.call(this,{Action:"name/cos:GetBucketVersioning",method:"GET",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,action:"versioning",tracker:Lr.tracker},function(hn,Ln){hn||!Ln.VersioningConfiguration&&(Ln.VersioningConfiguration={}),Zn(hn,Ln)})}function ar(Lr,Zn){var hn=j.clone(Lr.ReplicationConfiguration),Ln=j.json2xml({ReplicationConfiguration:hn});Ln=Ln.replace(/<(\/?)Rules>/gi,"<$1Rule>"),Ln=Ln.replace(/<(\/?)Tags>/gi,"<$1Tag>");var Vi=Lr.Headers;Vi["Content-Type"]="application/xml",Vi["Content-MD5"]=j.b64(j.md5(Ln)),ps.call(this,{Action:"name/cos:PutBucketReplication",method:"PUT",Bucket:Lr.Bucket,Region:Lr.Region,body:Ln,action:"replication",headers:Vi,tracker:Lr.tracker},function(Wi,pa){if(Wi&&Wi.statusCode===204)return Zn(null,{statusCode:Wi.statusCode});if(Wi)return Zn(Wi);Zn(null,{statusCode:pa.statusCode,headers:pa.headers})})}function nr(Lr,Zn){ps.call(this,{Action:"name/cos:GetBucketReplication",method:"GET",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,action:"replication",tracker:Lr.tracker},function(hn,Ln){if(hn){if(hn.statusCode===404&&hn.error&&(hn.error==="Not Found"||hn.error.Code==="ReplicationConfigurationnotFoundError")){var Vi={ReplicationConfiguration:{Rules:[]},statusCode:hn.statusCode};hn.headers&&(Vi.headers=hn.headers),Zn(null,Vi)}else Zn(hn);return}!Ln.ReplicationConfiguration&&(Ln.ReplicationConfiguration={}),Ln.ReplicationConfiguration.Rule&&(Ln.ReplicationConfiguration.Rules=j.makeArray(Ln.ReplicationConfiguration.Rule),delete Ln.ReplicationConfiguration.Rule),Zn(hn,Ln)})}function ur(Lr,Zn){ps.call(this,{Action:"name/cos:DeleteBucketReplication",method:"DELETE",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,action:"replication",tracker:Lr.tracker},function(hn,Ln){if(hn&&hn.statusCode===204)return Zn(null,{statusCode:hn.statusCode});if(hn)return Zn(hn);Zn(null,{statusCode:Ln.statusCode,headers:Ln.headers})})}function cr(Lr,Zn){if(!Lr.WebsiteConfiguration){Zn(j.error(new Error("missing param WebsiteConfiguration")));return}var hn=j.clone(Lr.WebsiteConfiguration||{}),Ln=hn.RoutingRules||hn.RoutingRule||[];Ln=j.isArray(Ln)?Ln:[Ln],delete hn.RoutingRule,delete hn.RoutingRules,Ln.length&&(hn.RoutingRules={RoutingRule:Ln});var Vi=j.json2xml({WebsiteConfiguration:hn}),Wi=Lr.Headers;Wi["Content-Type"]="application/xml",Wi["Content-MD5"]=j.b64(j.md5(Vi)),ps.call(this,{Action:"name/cos:PutBucketWebsite",method:"PUT",Bucket:Lr.Bucket,Region:Lr.Region,body:Vi,action:"website",headers:Wi,tracker:Lr.tracker},function(pa,Ki){if(pa&&pa.statusCode===204)return Zn(null,{statusCode:pa.statusCode});if(pa)return Zn(pa);Zn(null,{statusCode:Ki.statusCode,headers:Ki.headers})})}function _r(Lr,Zn){ps.call(this,{Action:"name/cos:GetBucketWebsite",method:"GET",Bucket:Lr.Bucket,Region:Lr.Region,Key:Lr.Key,headers:Lr.Headers,action:"website",tracker:Lr.tracker},function(hn,Ln){if(hn){if(hn.statusCode===404&&hn.error.Code==="NoSuchWebsiteConfiguration"){var Vi={WebsiteConfiguration:{},statusCode:hn.statusCode};hn.headers&&(Vi.headers=hn.headers),Zn(null,Vi)}else Zn(hn);return}var Wi=Ln.WebsiteConfiguration||{};if(Wi.RoutingRules){var pa=j.clone(Wi.RoutingRules.RoutingRule||[]);pa=j.makeArray(pa),Wi.RoutingRules=pa}Zn(null,{WebsiteConfiguration:Wi,statusCode:Ln.statusCode,headers:Ln.headers})})}function hr(Lr,Zn){ps.call(this,{Action:"name/cos:DeleteBucketWebsite",method:"DELETE",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,action:"website",tracker:Lr.tracker},function(hn,Ln){if(hn&&hn.statusCode===204)return Zn(null,{statusCode:hn.statusCode});if(hn)return Zn(hn);Zn(null,{statusCode:Ln.statusCode,headers:Ln.headers})})}function Er(Lr,Zn){if(!Lr.RefererConfiguration){Zn(j.error(new Error("missing param RefererConfiguration")));return}var hn=j.clone(Lr.RefererConfiguration||{}),Ln=hn.DomainList||{},Vi=Ln.Domains||Ln.Domain||[];Vi=j.isArray(Vi)?Vi:[Vi],Vi.length&&(hn.DomainList={Domain:Vi});var Wi=j.json2xml({RefererConfiguration:hn}),pa=Lr.Headers;pa["Content-Type"]="application/xml",pa["Content-MD5"]=j.b64(j.md5(Wi)),ps.call(this,{Action:"name/cos:PutBucketReferer",method:"PUT",Bucket:Lr.Bucket,Region:Lr.Region,body:Wi,action:"referer",headers:pa,tracker:Lr.tracker},function(Ki,Yo){if(Ki&&Ki.statusCode===204)return Zn(null,{statusCode:Ki.statusCode});if(Ki)return Zn(Ki);Zn(null,{statusCode:Yo.statusCode,headers:Yo.headers})})}function kr(Lr,Zn){ps.call(this,{Action:"name/cos:GetBucketReferer",method:"GET",Bucket:Lr.Bucket,Region:Lr.Region,Key:Lr.Key,headers:Lr.Headers,action:"referer",tracker:Lr.tracker},function(hn,Ln){if(hn){if(hn.statusCode===404&&hn.error.Code==="NoSuchRefererConfiguration"){var Vi={WebsiteConfiguration:{},statusCode:hn.statusCode};hn.headers&&(Vi.headers=hn.headers),Zn(null,Vi)}else Zn(hn);return}var Wi=Ln.RefererConfiguration||{};if(Wi.DomainList){var pa=j.makeArray(Wi.DomainList.Domain||[]);Wi.DomainList={Domains:pa}}Zn(null,{RefererConfiguration:Wi,statusCode:Ln.statusCode,headers:Ln.headers})})}function xr(Lr,Zn){var hn=Lr.DomainConfiguration||{},Ln=hn.DomainRule||Lr.DomainRule||[];Ln=j.clone(Ln);var Vi=j.json2xml({DomainConfiguration:{DomainRule:Ln}}),Wi=Lr.Headers;Wi["Content-Type"]="application/xml",Wi["Content-MD5"]=j.b64(j.md5(Vi)),ps.call(this,{Action:"name/cos:PutBucketDomain",method:"PUT",Bucket:Lr.Bucket,Region:Lr.Region,body:Vi,action:"domain",headers:Wi,tracker:Lr.tracker},function(pa,Ki){if(pa&&pa.statusCode===204)return Zn(null,{statusCode:pa.statusCode});if(pa)return Zn(pa);Zn(null,{statusCode:Ki.statusCode,headers:Ki.headers})})}function yr(Lr,Zn){ps.call(this,{Action:"name/cos:GetBucketDomain",method:"GET",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,action:"domain",tracker:Lr.tracker},function(hn,Ln){if(hn)return Zn(hn);var Vi=[];try{Vi=Ln.DomainConfiguration.DomainRule||[]}catch{}Vi=j.clone(j.isArray(Vi)?Vi:[Vi]),Zn(null,{DomainRule:Vi,statusCode:Ln.statusCode,headers:Ln.headers})})}function br(Lr,Zn){ps.call(this,{Action:"name/cos:DeleteBucketDomain",method:"DELETE",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,action:"domain",tracker:Lr.tracker},function(hn,Ln){if(hn&&hn.statusCode===204)return Zn(null,{statusCode:hn.statusCode});if(hn)return Zn(hn);Zn(null,{statusCode:Ln.statusCode,headers:Ln.headers})})}function Ir(Lr,Zn){var hn=Lr.OriginConfiguration||{},Ln=hn.OriginRule||Lr.OriginRule||[];Ln=j.clone(Ln);var Vi=j.json2xml({OriginConfiguration:{OriginRule:Ln}}),Wi=Lr.Headers;Wi["Content-Type"]="application/xml",Wi["Content-MD5"]=j.b64(j.md5(Vi)),ps.call(this,{Action:"name/cos:PutBucketOrigin",method:"PUT",Bucket:Lr.Bucket,Region:Lr.Region,body:Vi,action:"origin",headers:Wi,tracker:Lr.tracker},function(pa,Ki){if(pa&&pa.statusCode===204)return Zn(null,{statusCode:pa.statusCode});if(pa)return Zn(pa);Zn(null,{statusCode:Ki.statusCode,headers:Ki.headers})})}function Mr(Lr,Zn){ps.call(this,{Action:"name/cos:GetBucketOrigin",method:"GET",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,action:"origin",tracker:Lr.tracker},function(hn,Ln){if(hn)return Zn(hn);var Vi=[];try{Vi=Ln.OriginConfiguration.OriginRule||[]}catch{}Vi=j.clone(j.isArray(Vi)?Vi:[Vi]),Zn(null,{OriginRule:Vi,statusCode:Ln.statusCode,headers:Ln.headers})})}function mr(Lr,Zn){ps.call(this,{Action:"name/cos:DeleteBucketOrigin",method:"DELETE",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,action:"origin",tracker:Lr.tracker},function(hn,Ln){if(hn&&hn.statusCode===204)return Zn(null,{statusCode:hn.statusCode});if(hn)return Zn(hn);Zn(null,{statusCode:Ln.statusCode,headers:Ln.headers})})}function gr(Lr,Zn){var hn=j.json2xml({BucketLoggingStatus:Lr.BucketLoggingStatus||""}),Ln=Lr.Headers;Ln["Content-Type"]="application/xml",Ln["Content-MD5"]=j.b64(j.md5(hn)),ps.call(this,{Action:"name/cos:PutBucketLogging",method:"PUT",Bucket:Lr.Bucket,Region:Lr.Region,body:hn,action:"logging",headers:Ln,tracker:Lr.tracker},function(Vi,Wi){if(Vi&&Vi.statusCode===204)return Zn(null,{statusCode:Vi.statusCode});if(Vi)return Zn(Vi);Zn(null,{statusCode:Wi.statusCode,headers:Wi.headers})})}function jr(Lr,Zn){ps.call(this,{Action:"name/cos:GetBucketLogging",method:"GET",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,action:"logging",tracker:Lr.tracker},function(hn,Ln){if(hn)return Zn(hn);Zn(null,{BucketLoggingStatus:Ln.BucketLoggingStatus,statusCode:Ln.statusCode,headers:Ln.headers})})}function Hr(Lr,Zn,hn){var Ln=j.clone(Zn.InventoryConfiguration);if(Ln.OptionalFields){var Vi=Ln.OptionalFields||[];Ln.OptionalFields={Field:Vi}}if(Ln.Destination&&Ln.Destination.COSBucketDestination&&Ln.Destination.COSBucketDestination.Encryption){var Wi=Ln.Destination.COSBucketDestination.Encryption;Object.keys(Wi).indexOf("SSECOS")>-1&&(Wi["SSE-COS"]=Wi.SSECOS,delete Wi.SSECOS)}var pa=j.json2xml({InventoryConfiguration:Ln}),Ki=Zn.Headers;Ki["Content-Type"]="application/xml",Ki["Content-MD5"]=j.b64(j.md5(pa));var Yo=Lr==="PUT"?"name/cos:PutBucketInventory":"name/cos:PostBucketInventory";ps.call(this,{Action:Yo,method:Lr,Bucket:Zn.Bucket,Region:Zn.Region,body:pa,action:"inventory",qs:{id:Zn.Id},headers:Ki,tracker:Zn.tracker},function(Eo,Fo){if(Eo&&Eo.statusCode===204)return hn(null,{statusCode:Eo.statusCode});if(Eo)return hn(Eo);hn(null,{statusCode:Fo.statusCode,headers:Fo.headers})})}function Vr(Lr,Zn){return Hr.call(this,"PUT",Lr,Zn)}function zr(Lr,Zn){return Hr.call(this,"POST",Lr,Zn)}function Sr(Lr,Zn){ps.call(this,{Action:"name/cos:GetBucketInventory",method:"GET",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,action:"inventory",qs:{id:Lr.Id},tracker:Lr.tracker},function(hn,Ln){if(hn)return Zn(hn);var Vi=Ln.InventoryConfiguration;if(Vi&&Vi.OptionalFields&&Vi.OptionalFields.Field){var Wi=Vi.OptionalFields.Field;j.isArray(Wi)||(Wi=[Wi]),Vi.OptionalFields=Wi}if(Vi.Destination&&Vi.Destination.COSBucketDestination&&Vi.Destination.COSBucketDestination.Encryption){var pa=Vi.Destination.COSBucketDestination.Encryption;Object.keys(pa).indexOf("SSE-COS")>-1&&(pa.SSECOS=pa["SSE-COS"],delete pa["SSE-COS"])}Zn(null,{InventoryConfiguration:Vi,statusCode:Ln.statusCode,headers:Ln.headers})})}function Tr(Lr,Zn){ps.call(this,{Action:"name/cos:ListBucketInventory",method:"GET",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,action:"inventory",qs:{"continuation-token":Lr.ContinuationToken},tracker:Lr.tracker},function(hn,Ln){if(hn)return Zn(hn);var Vi=Ln.ListInventoryConfigurationResult,Wi=Vi.InventoryConfiguration||[];Wi=j.isArray(Wi)?Wi:[Wi],delete Vi.InventoryConfiguration,j.each(Wi,function(pa){if(pa&&pa.OptionalFields&&pa.OptionalFields.Field){var Ki=pa.OptionalFields.Field;j.isArray(Ki)||(Ki=[Ki]),pa.OptionalFields=Ki}if(pa.Destination&&pa.Destination.COSBucketDestination&&pa.Destination.COSBucketDestination.Encryption){var Yo=pa.Destination.COSBucketDestination.Encryption;Object.keys(Yo).indexOf("SSE-COS")>-1&&(Yo.SSECOS=Yo["SSE-COS"],delete Yo["SSE-COS"])}}),Vi.InventoryConfigurations=Wi,j.extend(Vi,{statusCode:Ln.statusCode,headers:Ln.headers}),Zn(null,Vi)})}function Br(Lr,Zn){ps.call(this,{Action:"name/cos:DeleteBucketInventory",method:"DELETE",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,action:"inventory",qs:{id:Lr.Id},tracker:Lr.tracker},function(hn,Ln){if(hn&&hn.statusCode===204)return Zn(null,{statusCode:hn.statusCode});if(hn)return Zn(hn);Zn(null,{statusCode:Ln.statusCode,headers:Ln.headers})})}function vr(Lr,Zn){if(!Lr.AccelerateConfiguration){Zn(j.error(new Error("missing param AccelerateConfiguration")));return}var hn={AccelerateConfiguration:Lr.AccelerateConfiguration||{}},Ln=j.json2xml(hn),Vi={};Vi["Content-Type"]="application/xml",Vi["Content-MD5"]=j.b64(j.md5(Ln)),ps.call(this,{Action:"name/cos:PutBucketAccelerate",method:"PUT",Bucket:Lr.Bucket,Region:Lr.Region,body:Ln,action:"accelerate",headers:Vi,tracker:Lr.tracker},function(Wi,pa){if(Wi)return Zn(Wi);Zn(null,{statusCode:pa.statusCode,headers:pa.headers})})}function Cr(Lr,Zn){ps.call(this,{Action:"name/cos:GetBucketAccelerate",method:"GET",Bucket:Lr.Bucket,Region:Lr.Region,action:"accelerate",tracker:Lr.tracker},function(hn,Ln){hn||!Ln.AccelerateConfiguration&&(Ln.AccelerateConfiguration={}),Zn(hn,Ln)})}function Dr(Lr,Zn){var hn=Lr.ServerSideEncryptionConfiguration||{},Ln=hn.Rule||hn.Rules||[],Vi=j.json2xml({ServerSideEncryptionConfiguration:{Rule:Ln}}),Wi=Lr.Headers;Wi["Content-Type"]="application/xml",Wi["Content-MD5"]=j.b64(j.md5(Vi)),ps.call(this,{Action:"name/cos:PutBucketEncryption",method:"PUT",Bucket:Lr.Bucket,Region:Lr.Region,body:Vi,action:"encryption",headers:Wi,tracker:Lr.tracker},function(pa,Ki){if(pa&&pa.statusCode===204)return Zn(null,{statusCode:pa.statusCode});if(pa)return Zn(pa);Zn(null,{statusCode:Ki.statusCode,headers:Ki.headers})})}function Rr(Lr,Zn){ps.call(this,{Action:"name/cos:GetBucketEncryption",method:"GET",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,action:"encryption",tracker:Lr.tracker},function(hn,Ln){if(hn){if(hn.statusCode===404&&hn.code==="NoSuchEncryptionConfiguration"){var Vi={EncryptionConfiguration:{Rules:[]},statusCode:hn.statusCode};hn.headers&&(Vi.headers=hn.headers),Zn(null,Vi)}else Zn(hn);return}var Wi=j.makeArray(Ln.EncryptionConfiguration&&Ln.EncryptionConfiguration.Rule||[]);Ln.EncryptionConfiguration={Rules:Wi},Zn(hn,Ln)})}function Wr(Lr,Zn){ps.call(this,{Action:"name/cos:DeleteBucketReplication",method:"DELETE",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,action:"encryption",tracker:Lr.tracker},function(hn,Ln){if(hn&&hn.statusCode===204)return Zn(null,{statusCode:hn.statusCode});if(hn)return Zn(hn);Zn(null,{statusCode:Ln.statusCode,headers:Ln.headers})})}function Kr(Lr,Zn){ps.call(this,{Action:"name/cos:HeadObject",method:"HEAD",Bucket:Lr.Bucket,Region:Lr.Region,Key:Lr.Key,VersionId:Lr.VersionId,headers:Lr.Headers,tracker:Lr.tracker},function(hn,Ln){if(hn){var Vi=hn.statusCode;return Lr.Headers["If-Modified-Since"]&&Vi&&Vi===304?Zn(null,{NotModified:!0,statusCode:Vi}):Zn(hn)}Ln.ETag=j.attr(Ln.headers,"etag",""),Zn(null,Ln)})}function Nr(Lr,Zn){var hn={};hn.prefix=Lr.Prefix||"",hn.delimiter=Lr.Delimiter,hn["key-marker"]=Lr.KeyMarker,hn["version-id-marker"]=Lr.VersionIdMarker,hn["max-keys"]=Lr.MaxKeys,hn["encoding-type"]=Lr.EncodingType,ps.call(this,{Action:"name/cos:GetBucketObjectVersions",ResourceKey:hn.prefix,method:"GET",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,qs:hn,action:"versions",tracker:Lr.tracker},function(Ln,Vi){if(Ln)return Zn(Ln);var Wi=Vi.ListVersionsResult||{},pa=Wi.DeleteMarker||[];pa=j.isArray(pa)?pa:[pa];var Ki=Wi.Version||[];Ki=j.isArray(Ki)?Ki:[Ki];var Yo=j.clone(Wi);delete Yo.DeleteMarker,delete Yo.Version,j.extend(Yo,{DeleteMarkers:pa,Versions:Ki,statusCode:Vi.statusCode,headers:Vi.headers}),Zn(null,Yo)})}function Fr(Lr,Zn){if(this.options.ObjectKeySimplifyCheck){var hn=j.simplifyPath(Lr.Key);if(hn==="/"){Zn(j.error(new Error("The Getobject Key is illegal")));return}}var Ln=Lr.Query||{},Vi=Lr.QueryString||"",Wi=j.throttleOnProgress.call(this,0,Lr.onProgress),pa=Lr.tracker;pa&&pa.setParams({signStartTime:new Date().getTime()}),Ln["response-content-type"]=Lr.ResponseContentType,Ln["response-content-language"]=Lr.ResponseContentLanguage,Ln["response-expires"]=Lr.ResponseExpires,Ln["response-cache-control"]=Lr.ResponseCacheControl,Ln["response-content-disposition"]=Lr.ResponseContentDisposition,Ln["response-content-encoding"]=Lr.ResponseContentEncoding,ps.call(this,{Action:"name/cos:GetObject",method:"GET",Bucket:Lr.Bucket,Region:Lr.Region,Key:Lr.Key,VersionId:Lr.VersionId,DataType:Lr.DataType,headers:Lr.Headers,qs:Ln,qsStr:Vi,rawBody:!0,onDownloadProgress:Wi,tracker:pa},function(Ki,Yo){if(Wi(null,!0),Ki){var Eo=Ki.statusCode;return Lr.Headers["If-Modified-Since"]&&Eo&&Eo===304?Zn(null,{NotModified:!0}):Zn(Ki)}Zn(null,{Body:Yo.body,ETag:j.attr(Yo.headers,"etag",""),statusCode:Yo.statusCode,headers:Yo.headers})})}function Qr(Lr,Zn){var hn=this,Ln=Lr.ContentLength,Vi=j.throttleOnProgress.call(hn,Ln,Lr.onProgress),Wi=Lr.Headers;!Wi["Cache-Control"]&&!Wi["cache-control"]&&(Wi["Cache-Control"]=""),!Wi["Content-Type"]&&!Wi["content-type"]&&(Wi["Content-Type"]=Lr.Body&&Lr.Body.type||"");var pa=Lr.UploadAddMetaMd5||hn.options.UploadAddMetaMd5||hn.options.UploadCheckContentMd5,Ki=Lr.tracker;pa&&Ki&&Ki.setParams({md5StartTime:new Date().getTime()}),j.getBodyMd5(pa,Lr.Body,function(Yo){Yo&&(Ki&&Ki.setParams({md5EndTime:new Date().getTime()}),hn.options.UploadCheckContentMd5&&(Wi["Content-MD5"]=j.b64(Yo)),(Lr.UploadAddMetaMd5||hn.options.UploadAddMetaMd5)&&(Wi["x-cos-meta-md5"]=Yo)),Lr.ContentLength!==void 0&&(Wi["Content-Length"]=Lr.ContentLength),Vi(null,!0),ps.call(hn,{Action:"name/cos:PutObject",TaskId:Lr.TaskId,method:"PUT",Bucket:Lr.Bucket,Region:Lr.Region,Key:Lr.Key,headers:Lr.Headers,qs:Lr.Query,body:Lr.Body,onProgress:Vi,tracker:Ki},function(Eo,Fo){if(Eo)return Vi(null,!0),Zn(Eo);Vi({loaded:Ln,total:Ln},!0);var hs=Lu({ForcePathStyle:hn.options.ForcePathStyle,protocol:hn.options.Protocol,domain:hn.options.Domain,bucket:Lr.Bucket,region:hn.options.UseAccelerate?"accelerate":Lr.Region,object:Lr.Key});hs=hs.substr(hs.indexOf("://")+3),Fo.Location=hs,Fo.ETag=j.attr(Fo.headers,"etag",""),Zn(null,Fo)})},Lr.onHashProgress)}function ca(Lr,Zn){ps.call(this,{Action:"name/cos:DeleteObject",method:"DELETE",Bucket:Lr.Bucket,Region:Lr.Region,Key:Lr.Key,headers:Lr.Headers,VersionId:Lr.VersionId,action:Lr.Recursive?"recursive":"",tracker:Lr.tracker},function(hn,Ln){if(hn){var Vi=hn.statusCode;return Vi&&Vi===404?Zn(null,{BucketNotFound:!0,statusCode:Vi}):Zn(hn)}Zn(null,{statusCode:Ln.statusCode,headers:Ln.headers})})}function Po(Lr,Zn){var hn={};Lr.VersionId&&(hn.versionId=Lr.VersionId),ps.call(this,{Action:"name/cos:GetObjectACL",method:"GET",Bucket:Lr.Bucket,Region:Lr.Region,Key:Lr.Key,headers:Lr.Headers,qs:hn,action:"acl",tracker:Lr.tracker},function(Ln,Vi){if(Ln)return Zn(Ln);var Wi=Vi.AccessControlPolicy||{},pa=Wi.Owner||{},Ki=Wi.AccessControlList&&Wi.AccessControlList.Grant||[];Ki=j.isArray(Ki)?Ki:[Ki];var Yo=xs(Wi);delete Yo.GrantWrite,Vi.headers&&Vi.headers["x-cos-acl"]&&(Yo.ACL=Vi.headers["x-cos-acl"]),Yo=j.extend(Yo,{Owner:pa,Grants:Ki,statusCode:Vi.statusCode,headers:Vi.headers}),Zn(null,Yo)})}function Wa(Lr,Zn){var hn=Lr.Headers,Ln="";if(Lr.AccessControlPolicy){var Vi=j.clone(Lr.AccessControlPolicy||{}),Wi=Vi.Grants||Vi.Grant;Wi=j.isArray(Wi)?Wi:[Wi],delete Vi.Grant,delete Vi.Grants,Vi.AccessControlList={Grant:Wi},Ln=j.json2xml({AccessControlPolicy:Vi}),hn["Content-Type"]="application/xml",hn["Content-MD5"]=j.b64(j.md5(Ln))}j.each(hn,function(pa,Ki){Ki.indexOf("x-cos-grant-")===0&&(hn[Ki]=ju(hn[Ki]))}),ps.call(this,{Action:"name/cos:PutObjectACL",method:"PUT",Bucket:Lr.Bucket,Region:Lr.Region,Key:Lr.Key,action:"acl",headers:hn,body:Ln,tracker:Lr.tracker},function(pa,Ki){if(pa)return Zn(pa);Zn(null,{statusCode:Ki.statusCode,headers:Ki.headers})})}function Go(Lr,Zn){var hn=Lr.Headers;hn.Origin=Lr.Origin,hn["Access-Control-Request-Method"]=Lr.AccessControlRequestMethod,hn["Access-Control-Request-Headers"]=Lr.AccessControlRequestHeaders,ps.call(this,{Action:"name/cos:OptionsObject",method:"OPTIONS",Bucket:Lr.Bucket,Region:Lr.Region,Key:Lr.Key,headers:hn,tracker:Lr.tracker},function(Ln,Vi){if(Ln)return Ln.statusCode&&Ln.statusCode===403?Zn(null,{OptionsForbidden:!0,statusCode:Ln.statusCode}):Zn(Ln);var Wi=Vi.headers||{};Zn(null,{AccessControlAllowOrigin:Wi["access-control-allow-origin"],AccessControlAllowMethods:Wi["access-control-allow-methods"],AccessControlAllowHeaders:Wi["access-control-allow-headers"],AccessControlExposeHeaders:Wi["access-control-expose-headers"],AccessControlMaxAge:Wi["access-control-max-age"],statusCode:Vi.statusCode,headers:Vi.headers})})}function us(Lr,Zn){var hn=this,Ln=Lr.Headers;!Ln["Cache-Control"]&&!Ln["cache-control"]&&(Ln["Cache-Control"]="");var Vi=Lr.CopySource||"",Wi=j.getSourceParams.call(this,Vi);if(!Wi){Zn(j.error(new Error("CopySource format error")));return}var pa=Wi.Bucket,Ki=Wi.Region,Yo=decodeURIComponent(Wi.Key);ps.call(this,{Scope:[{action:"name/cos:GetObject",bucket:pa,region:Ki,prefix:Yo},{action:"name/cos:PutObject",bucket:Lr.Bucket,region:Lr.Region,prefix:Lr.Key}],method:"PUT",Bucket:Lr.Bucket,Region:Lr.Region,Key:Lr.Key,VersionId:Lr.VersionId,headers:Lr.Headers,tracker:Lr.tracker},function(Eo,Fo){if(Eo)return Zn(Eo);var hs=j.clone(Fo.CopyObjectResult||{}),An=Lu({ForcePathStyle:hn.options.ForcePathStyle,protocol:hn.options.Protocol,domain:hn.options.Domain,bucket:Lr.Bucket,region:Lr.Region,object:Lr.Key,isLocation:!0});j.extend(hs,{Location:An,statusCode:Fo.statusCode,headers:Fo.headers}),Zn(null,hs)})}function Kn(Lr,Zn){var hn=Lr.CopySource||"",Ln=j.getSourceParams.call(this,hn);if(!Ln){Zn(j.error(new Error("CopySource format error")));return}var Vi=Ln.Bucket,Wi=Ln.Region,pa=decodeURIComponent(Ln.Key);ps.call(this,{Scope:[{action:"name/cos:GetObject",bucket:Vi,region:Wi,prefix:pa},{action:"name/cos:PutObject",bucket:Lr.Bucket,region:Lr.Region,prefix:Lr.Key}],method:"PUT",Bucket:Lr.Bucket,Region:Lr.Region,Key:Lr.Key,VersionId:Lr.VersionId,qs:{partNumber:Lr.PartNumber,uploadId:Lr.UploadId},headers:Lr.Headers,tracker:Lr.tracker},function(Ki,Yo){if(Ki)return Zn(Ki);var Eo=j.clone(Yo.CopyPartResult||{});j.extend(Eo,{statusCode:Yo.statusCode,headers:Yo.headers}),Zn(null,Eo)})}function Gr(Lr,Zn){var hn=Lr.Objects||[],Ln=Lr.Quiet;hn=j.isArray(hn)?hn:[hn];var Vi=j.json2xml({Delete:{Object:hn,Quiet:Ln||!1}}),Wi=Lr.Headers;Wi["Content-Type"]="application/xml",Wi["Content-MD5"]=j.b64(j.md5(Vi));var pa=j.map(hn,function(Ki){return{action:"name/cos:DeleteObject",bucket:Lr.Bucket,region:Lr.Region,prefix:Ki.Key}});ps.call(this,{Scope:pa,method:"POST",Bucket:Lr.Bucket,Region:Lr.Region,body:Vi,action:"delete",headers:Wi,tracker:Lr.tracker},function(Ki,Yo){if(Ki)return Zn(Ki);var Eo=Yo.DeleteResult||{},Fo=Eo.Deleted||[],hs=Eo.Error||[];Fo=j.isArray(Fo)?Fo:[Fo],hs=j.isArray(hs)?hs:[hs];var An=j.clone(Eo);j.extend(An,{Error:hs,Deleted:Fo,statusCode:Yo.statusCode,headers:Yo.headers}),Zn(null,An)})}function Ar(Lr,Zn){var hn=Lr.Headers;if(!Lr.RestoreRequest){Zn(j.error(new Error("missing param RestoreRequest")));return}var Ln=Lr.RestoreRequest||{},Vi=j.json2xml({RestoreRequest:Ln});hn["Content-Type"]="application/xml",hn["Content-MD5"]=j.b64(j.md5(Vi)),ps.call(this,{Action:"name/cos:RestoreObject",method:"POST",Bucket:Lr.Bucket,Region:Lr.Region,Key:Lr.Key,VersionId:Lr.VersionId,body:Vi,action:"restore",headers:hn,tracker:Lr.tracker},Zn)}function On(Lr,Zn){var hn=Lr.Tagging||{},Ln=hn.TagSet||hn.Tags||Lr.Tags||[];Ln=j.clone(j.isArray(Ln)?Ln:[Ln]);var Vi=j.json2xml({Tagging:{TagSet:{Tag:Ln}}}),Wi=Lr.Headers;Wi["Content-Type"]="application/xml",Wi["Content-MD5"]=j.b64(j.md5(Vi)),ps.call(this,{Action:"name/cos:PutObjectTagging",method:"PUT",Bucket:Lr.Bucket,Key:Lr.Key,Region:Lr.Region,body:Vi,action:"tagging",headers:Wi,VersionId:Lr.VersionId,tracker:Lr.tracker},function(pa,Ki){if(pa&&pa.statusCode===204)return Zn(null,{statusCode:pa.statusCode});if(pa)return Zn(pa);Zn(null,{statusCode:Ki.statusCode,headers:Ki.headers})})}function kn(Lr,Zn){ps.call(this,{Action:"name/cos:GetObjectTagging",method:"GET",Key:Lr.Key,Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,action:"tagging",VersionId:Lr.VersionId,tracker:Lr.tracker},function(hn,Ln){if(hn){if(hn.statusCode===404&&hn.error&&(hn.error==="Not Found"||hn.error.Code==="NoSuchTagSet")){var Vi={Tags:[],statusCode:hn.statusCode};hn.headers&&(Vi.headers=hn.headers),Zn(null,Vi)}else Zn(hn);return}var Wi=[];try{Wi=Ln.Tagging.TagSet.Tag||[]}catch{}Wi=j.clone(j.isArray(Wi)?Wi:[Wi]),Zn(null,{Tags:Wi,statusCode:Ln.statusCode,headers:Ln.headers})})}function Sa(Lr,Zn){ps.call(this,{Action:"name/cos:DeleteObjectTagging",method:"DELETE",Bucket:Lr.Bucket,Region:Lr.Region,Key:Lr.Key,headers:Lr.Headers,action:"tagging",VersionId:Lr.VersionId,tracker:Lr.tracker},function(hn,Ln){if(hn&&hn.statusCode===204)return Zn(null,{statusCode:hn.statusCode});if(hn)return Zn(hn);Zn(null,{statusCode:Ln.statusCode,headers:Ln.headers})})}function sa(Lr,Zn){var hn=Lr.SelectType;if(!hn)return Zn(j.error(new Error("missing param SelectType")));var Ln=Lr.SelectRequest||{},Vi=j.json2xml({SelectRequest:Ln}),Wi=Lr.Headers;Wi["Content-Type"]="application/xml",Wi["Content-MD5"]=j.b64(j.md5(Vi)),ps.call(this,{Action:"name/cos:GetObject",method:"POST",Bucket:Lr.Bucket,Region:Lr.Region,Key:Lr.Key,headers:Lr.Headers,action:"select",qs:{"select-type":Lr.SelectType},VersionId:Lr.VersionId,body:Vi,DataType:"arraybuffer",rawBody:!0,tracker:Lr.tracker},function(pa,Ki){if(pa&&pa.statusCode===204)return Zn(null,{statusCode:pa.statusCode});if(pa)return Zn(pa);var Yo=j.parseSelectPayload(Ki.body);Zn(null,{statusCode:Ki.statusCode,headers:Ki.headers,Body:Yo.body,Payload:Yo.payload})})}function qa(Lr,Zn){var hn=this,Ln=Lr.Headers,Vi=Lr.tracker;!Ln["Cache-Control"]&&!Ln["cache-control"]&&(Ln["Cache-Control"]=""),!Ln["Content-Type"]&&!Ln["content-type"]&&(Ln["Content-Type"]=Lr.Body&&Lr.Body.type||"");var Wi=Lr.Body&&(Lr.UploadAddMetaMd5||hn.options.UploadAddMetaMd5);Wi&&Vi&&Vi.setParams({md5StartTime:new Date().getTime()}),j.getBodyMd5(Wi,Lr.Body,function(pa){pa&&(Lr.Headers["x-cos-meta-md5"]=pa),Wi&&Vi&&Vi.setParams({md5EndTime:new Date().getTime()}),ps.call(hn,{Action:"name/cos:InitiateMultipartUpload",method:"POST",Bucket:Lr.Bucket,Region:Lr.Region,Key:Lr.Key,action:"uploads",headers:Lr.Headers,qs:Lr.Query,tracker:Vi},function(Ki,Yo){if(Ki)return Vi&&Vi.parent&&Vi.parent.setParams({errorNode:"multipartInit"}),Zn(Ki);if(Yo=j.clone(Yo||{}),Yo&&Yo.InitiateMultipartUploadResult)return Zn(null,j.extend(Yo.InitiateMultipartUploadResult,{statusCode:Yo.statusCode,headers:Yo.headers}));Zn(null,Yo)})},Lr.onHashProgress)}function To(Lr,Zn){var hn=this;j.getFileSize("multipartUpload",Lr,function(){var Ln=Lr.tracker,Vi=hn.options.UploadCheckContentMd5;Vi&&Ln&&Ln.setParams({md5StartTime:new Date().getTime()}),j.getBodyMd5(Vi,Lr.Body,function(Wi){Wi&&(Lr.Headers["Content-MD5"]=j.b64(Wi)),Vi&&Ln&&Ln.setParams({md5EndTime:new Date().getTime()}),Ln&&Ln.setParams({partNumber:Lr.PartNumber}),ps.call(hn,{Action:"name/cos:UploadPart",TaskId:Lr.TaskId,method:"PUT",Bucket:Lr.Bucket,Region:Lr.Region,Key:Lr.Key,qs:{partNumber:Lr.PartNumber,uploadId:Lr.UploadId},headers:Lr.Headers,onProgress:Lr.onProgress,body:Lr.Body||null,tracker:Ln},function(pa,Ki){if(pa)return Ln&&Ln.parent&&Ln.parent.setParams({errorNode:"multipartUpload"}),Zn(pa);Zn(null,{ETag:j.attr(Ki.headers,"etag",""),statusCode:Ki.statusCode,headers:Ki.headers})})})})}function Hi(Lr,Zn){for(var hn=this,Ln=Lr.UploadId,Vi=Lr.Parts,Wi=Lr.tracker,pa=0,Ki=Vi.length;pa<Ki;pa++)Vi[pa].ETag&&Vi[pa].ETag.indexOf('"')===0||(Vi[pa].ETag='"'+Vi[pa].ETag+'"');var Yo=j.json2xml({CompleteMultipartUpload:{Part:Vi}});Yo=Yo.replace(/\n\s*/g,"");var Eo=Lr.Headers;Eo["Content-Type"]="application/xml",Eo["Content-MD5"]=j.b64(j.md5(Yo)),ps.call(this,{Action:"name/cos:CompleteMultipartUpload",method:"POST",Bucket:Lr.Bucket,Region:Lr.Region,Key:Lr.Key,qs:{uploadId:Ln},body:Yo,headers:Eo,tracker:Wi},function(Fo,hs){if(Fo)return Wi&&Wi.parent&&Wi.parent.setParams({errorNode:"multipartComplete"}),Zn(Fo);var An=Lu({ForcePathStyle:hn.options.ForcePathStyle,protocol:hn.options.Protocol,domain:hn.options.Domain,bucket:Lr.Bucket,region:Lr.Region,object:Lr.Key,isLocation:!0}),Uo=hs.CompleteMultipartUploadResult||{};if(Uo.ProcessResults&&(Uo.UploadResult={OriginalInfo:{Key:Uo.Key,Location:An,ETag:Uo.ETag,ImageInfo:Uo.ImageInfo},ProcessResults:Uo.ProcessResults},delete Uo.ImageInfo,delete Uo.ProcessResults),Uo.CallbackResult){var cu=Uo.CallbackResult;if(cu.Status==="200"&&cu.CallbackBody)try{Uo.CallbackBody=JSON.parse(j.decodeBase64(cu.CallbackBody))}catch{Uo.CallbackBody={}}else Uo.CallbackError=cu.Error||{};delete Uo.CallbackResult}if(Uo.ReturnBodyResult){var ko=Uo.ReturnBodyResult;if(ko.Status==="200"&&ko.ReturnBody)try{Uo.ReturnBody=JSON.parse(j.decodeBase64(ko.ReturnBody))}catch{Uo.ReturnBody={}}else Uo.ReturnError={Code:ko.Code,Message:ko.Message,Status:ko.Status};delete Uo.ReturnBodyResult}var vu=j.extend(Uo,{Location:An,statusCode:hs.statusCode,headers:hs.headers});Zn(null,vu)})}function na(Lr,Zn){var hn={};hn.delimiter=Lr.Delimiter,hn["encoding-type"]=Lr.EncodingType,hn.prefix=Lr.Prefix||"",hn["max-uploads"]=Lr.MaxUploads,hn["key-marker"]=Lr.KeyMarker,hn["upload-id-marker"]=Lr.UploadIdMarker,hn=j.clearKey(hn);var Ln=Lr.tracker;Ln&&Ln.setParams({signStartTime:new Date().getTime()}),ps.call(this,{Action:"name/cos:ListMultipartUploads",ResourceKey:hn.prefix,method:"GET",Bucket:Lr.Bucket,Region:Lr.Region,headers:Lr.Headers,qs:hn,action:"uploads",tracker:Ln},function(Vi,Wi){if(Vi)return Ln&&Ln.parent&&Ln.parent.setParams({errorNode:"multipartList"}),Zn(Vi);if(Wi&&Wi.ListMultipartUploadsResult){var pa=Wi.ListMultipartUploadsResult.Upload||[];pa=j.isArray(pa)?pa:[pa],Wi.ListMultipartUploadsResult.Upload=pa}var Ki=j.clone(Wi.ListMultipartUploadsResult||{});j.extend(Ki,{statusCode:Wi.statusCode,headers:Wi.headers}),Zn(null,Ki)})}function Ma(Lr,Zn){var hn={},Ln=Lr.tracker;hn.uploadId=Lr.UploadId,hn["encoding-type"]=Lr.EncodingType,hn["max-parts"]=Lr.MaxParts,hn["part-number-marker"]=Lr.PartNumberMarker,ps.call(this,{Action:"name/cos:ListParts",method:"GET",Bucket:Lr.Bucket,Region:Lr.Region,Key:Lr.Key,headers:Lr.Headers,qs:hn,tracker:Ln},function(Vi,Wi){if(Vi)return Ln&&Ln.parent&&Ln.parent.setParams({errorNode:"multipartListPart"}),Zn(Vi);var pa=Wi.ListPartsResult||{},Ki=pa.Part||[];Ki=j.isArray(Ki)?Ki:[Ki],pa.Part=Ki;var Yo=j.clone(pa);j.extend(Yo,{statusCode:Wi.statusCode,headers:Wi.headers}),Zn(null,Yo)})}function Ns(Lr,Zn){var hn={};hn.uploadId=Lr.UploadId,ps.call(this,{Action:"name/cos:AbortMultipartUpload",method:"DELETE",Bucket:Lr.Bucket,Region:Lr.Region,Key:Lr.Key,headers:Lr.Headers,qs:hn,tracker:Lr.tracker},function(Ln,Vi){if(Ln)return Zn(Ln);Zn(null,{statusCode:Vi.statusCode,headers:Vi.headers})})}function cs(Lr,Zn){ps.call(this,{method:Lr.Method,Bucket:Lr.Bucket,Region:Lr.Region,Key:Lr.Key,action:Lr.Action,headers:Lr.Headers,qs:Lr.Query,body:Lr.Body,Url:Lr.Url,rawBody:Lr.RawBody,DataType:Lr.DataType,tracker:Lr.tracker},function(hn,Ln){if(hn)return Zn(hn);Ln&&Ln.body&&(Ln.Body=Ln.body,delete Ln.body),Zn(hn,Ln)})}function vl(Lr,Zn){var hn=Lr.Headers;!hn["Cache-Control"]&&!hn["cache-control"]&&(hn["Cache-Control"]=""),!hn["Content-Type"]&&!hn["content-type"]&&(hn["Content-Type"]=Lr.Body&&Lr.Body.type||""),ps.call(this,{Action:"name/cos:AppendObject",method:"POST",Bucket:Lr.Bucket,Region:Lr.Region,action:"append",Key:Lr.Key,body:Lr.Body,qs:{position:Lr.Position},headers:Lr.Headers,tracker:Lr.tracker},function(Ln,Vi){if(Ln)return Zn(Ln);Zn(null,Vi)})}function Bl(Lr){var Zn=this;return j.getAuth({SecretId:Lr.SecretId||this.options.SecretId||"",SecretKey:Lr.SecretKey||this.options.SecretKey||"",Bucket:Lr.Bucket,Region:Lr.Region,Method:Lr.Method,Key:Lr.Key,Query:Lr.Query,Headers:Lr.Headers,Expires:Lr.Expires,UseRawKey:Zn.options.UseRawKey,SystemClockOffset:Zn.options.SystemClockOffset})}function Au(Lr,Zn){var hn=this,Ln=Lr.UseAccelerate===void 0?hn.options.UseAccelerate:Lr.UseAccelerate,Vi=Lu({ForcePathStyle:hn.options.ForcePathStyle,protocol:Lr.Protocol||hn.options.Protocol,domain:Lr.Domain||hn.options.Domain,bucket:Lr.Bucket,region:Ln?"accelerate":Lr.Region,object:Lr.Key}),Wi="";Lr.Query&&(Wi+=j.obj2str(Lr.Query)),Lr.QueryString&&(Wi+=(Wi?"&":"")+Lr.QueryString);var pa=Vi;if(Lr.Sign!==void 0&&!Lr.Sign)return Wi&&(pa+="?"+Wi),Zn(null,{Url:pa}),pa;var Ki=Pc.call(this,{Bucket:Lr.Bucket,Region:Lr.Region,UseAccelerate:Lr.UseAccelerate,Url:Vi}),Yo=Nc.call(this,{Action:(Lr.Method||"").toUpperCase()==="PUT"?"name/cos:PutObject":"name/cos:GetObject",Bucket:Lr.Bucket||"",Region:Lr.Region||"",Method:Lr.Method||"get",Key:Lr.Key,Expires:Lr.Expires,Headers:Lr.Headers,Query:Lr.Query,SignHost:Ki,ForceSignHost:Lr.ForceSignHost===!1?!1:hn.options.ForceSignHost},function(Eo,Fo){if(Zn){if(Eo){Zn(Eo);return}var hs=function(cu){var ko=cu.match(/q-url-param-list.*?(?=&)/g)[0],vu="q-url-param-list="+encodeURIComponent(ko.replace(/q-url-param-list=/,"")).toLowerCase(),Ul=new RegExp(ko,"g"),tc=cu.replace(Ul,vu);return tc},An=Vi;An+="?"+(Fo.Authorization.indexOf("q-signature")>-1?hs(Fo.Authorization):"sign="+encodeURIComponent(Fo.Authorization)),Fo.SecurityToken&&(An+="&x-cos-security-token="+Fo.SecurityToken),Fo.ClientIP&&(An+="&clientIP="+Fo.ClientIP),Fo.ClientUA&&(An+="&clientUA="+Fo.ClientUA),Fo.Token&&(An+="&token="+Fo.Token),Wi&&(An+="&"+Wi),setTimeout(function(){Zn(null,{Url:An})})}});return Yo?(pa+="?"+Yo.Authorization+(Yo.SecurityToken?"&x-cos-security-token="+Yo.SecurityToken:""),Wi&&(pa+="&"+Wi)):Wi&&(pa+="?"+Wi),pa}function xs(Lr){var Zn={GrantFullControl:[],GrantWrite:[],GrantRead:[],GrantReadAcp:[],GrantWriteAcp:[],ACL:""},hn={FULL_CONTROL:"GrantFullControl",WRITE:"GrantWrite",READ:"GrantRead",READ_ACP:"GrantReadAcp",WRITE_ACP:"GrantWriteAcp"},Ln=Lr&&Lr.AccessControlList||{},Vi=Ln.Grant;Vi&&(Vi=j.isArray(Vi)?Vi:[Vi]);var Wi={READ:0,WRITE:0,FULL_CONTROL:0};return Vi&&Vi.length&&j.each(Vi,function(pa){pa.Grantee.ID==="qcs::cam::anyone:anyone"||pa.Grantee.URI==="http://cam.qcloud.com/groups/global/AllUsers"?Wi[pa.Permission]=1:pa.Grantee.ID!==Lr.Owner.ID&&Zn[hn[pa.Permission]].push('id="'+pa.Grantee.ID+'"')}),Wi.FULL_CONTROL||Wi.WRITE&&Wi.READ?Zn.ACL="public-read-write":Wi.READ?Zn.ACL="public-read":Zn.ACL="private",j.each(hn,function(pa){Zn[pa]=ju(Zn[pa].join(","))}),Zn}function ju(Lr){var Zn=Lr.split(","),hn={},Ln,Vi;for(Ln=0;Ln<Zn.length;)Vi=Zn[Ln].trim(),hn[Vi]?Zn.splice(Ln,1):(hn[Vi]=!0,Zn[Ln]=Vi,Ln++);return Zn.join(",")}function Lu(Lr){var Zn=Lr.region||"",hn=Lr.bucket||"",Ln=hn.substr(0,hn.lastIndexOf("-")),Vi=hn.substr(hn.lastIndexOf("-")+1),Wi=Lr.domain,pa=Lr.object;typeof Wi=="function"&&(Wi=Wi({Bucket:hn,Region:Zn})),["http","https"].includes(Lr.protocol)&&(Lr.protocol=Lr.protocol+":");var Ki=Lr.protocol||(j.isBrowser&&(typeof location>"u"?"undefined":L(location))==="object"&&location.protocol==="http:"?"http:":"https:");Wi||(["cn-south","cn-south-2","cn-north","cn-east","cn-southwest","sg"].indexOf(Zn)>-1?Wi="{Region}.myqcloud.com":Wi="cos.{Region}.myqcloud.com",Lr.ForcePathStyle||(Wi="{Bucket}."+Wi)),Wi=Wi.replace(/\{\{AppId\}\}/gi,Vi).replace(/\{\{Bucket\}\}/gi,Ln).replace(/\{\{Region\}\}/gi,Zn).replace(/\{\{.*?\}\}/gi,""),Wi=Wi.replace(/\{AppId\}/gi,Vi).replace(/\{BucketName\}/gi,Ln).replace(/\{Bucket\}/gi,hn).replace(/\{Region\}/gi,Zn).replace(/\{.*?\}/gi,""),/^[a-zA-Z]+:\/\//.test(Wi)||(Wi=Ki+"//"+Wi),Wi.slice(-1)==="/"&&(Wi=Wi.slice(0,-1));var Yo=Wi;return Lr.ForcePathStyle&&(Yo+="/"+hn),Yo+="/",pa&&(Yo+=j.camSafeUrlEncode(pa).replace(/%2F/g,"/")),Lr.isLocation&&(Yo=Yo.replace(/^https?:\/\//,"")),Yo}var Pc=function(Zn){if(!Zn.Bucket||!Zn.Region)return"";var hn=Zn.UseAccelerate===void 0?this.options.UseAccelerate:Zn.UseAccelerate,Ln=Zn.Url||Lu({ForcePathStyle:this.options.ForcePathStyle,protocol:this.options.Protocol,domain:this.options.Domain,bucket:Zn.Bucket,region:hn?"accelerate":Zn.Region}),Vi=Ln.replace(/^https?:\/\/([^/]+)(\/.*)?$/,"$1");return Vi};function Nc(Lr,Zn){var hn=j.clone(Lr.Headers),Ln="";j.each(hn,function(Fu,Ku){(Fu===""||["content-type","cache-control","expires"].indexOf(Ku.toLowerCase())>-1)&&delete hn[Ku],Ku.toLowerCase()==="host"&&(Ln=Fu)});var Vi=Lr.ForceSignHost!==!1;!Ln&&Lr.SignHost&&Vi&&(hn.Host=Lr.SignHost);var Wi=!1,pa=function(Ku,In){Wi||(Wi=!0,In&&In.XCosSecurityToken&&!In.SecurityToken&&(In=j.clone(In),In.SecurityToken=In.XCosSecurityToken,delete In.XCosSecurityToken),Zn&&Zn(Ku,In))},Ki=this,Yo=Lr.Bucket||"",Eo=Lr.Region||"",Fo=Lr.Key||"";Ki.options.ForcePathStyle&&Yo&&(Fo=Yo+"/"+Fo);var hs="/"+Fo,An={},Uo=Lr.Scope;if(!Uo){var cu=Lr.Action||"",ko=Lr.ResourceKey||Lr.Key||"";Uo=Lr.Scope||[{action:cu,bucket:Yo,region:Eo,prefix:ko}]}var vu=j.md5(JSON.stringify(Uo));Ki._StsCache=Ki._StsCache||[],function(){var Fu,Ku;for(Fu=Ki._StsCache.length-1;Fu>=0;Fu--){Ku=Ki._StsCache[Fu];var In=Math.round(j.getSkewTime(Ki.options.SystemClockOffset)/1e3)+30;if(Ku.StartTime&&In<Ku.StartTime||In>=Ku.ExpiredTime){Ki._StsCache.splice(Fu,1);continue}if(!Ku.ScopeLimit||Ku.ScopeLimit&&Ku.ScopeKey===vu){An=Ku;break}}}();var Ul=function(){var Ku="";An.StartTime&&Lr.Expires?Ku=An.StartTime+";"+(An.StartTime+Lr.Expires*1):An.StartTime&&An.ExpiredTime&&(Ku=An.StartTime+";"+An.ExpiredTime);var In=j.getAuth({SecretId:An.TmpSecretId,SecretKey:An.TmpSecretKey,Method:Lr.Method,Pathname:hs,Query:Lr.Query,Headers:hn,Expires:Lr.Expires,UseRawKey:Ki.options.UseRawKey,SystemClockOffset:Ki.options.SystemClockOffset,KeyTime:Ku,ForceSignHost:Vi}),rs={Authorization:In,SecurityToken:An.SecurityToken||An.XCosSecurityToken||"",Token:An.Token||"",ClientIP:An.ClientIP||"",ClientUA:An.ClientUA||"",SignFrom:"client"};pa(null,rs)},tc=function(Ku){if(Ku.Authorization){var In=!1,rs=Ku.Authorization;if(rs)if(rs.indexOf(" ")>-1)In=!1;else if(rs.indexOf("q-sign-algorithm=")>-1&&rs.indexOf("q-ak=")>-1&&rs.indexOf("q-sign-time=")>-1&&rs.indexOf("q-key-time=")>-1&&rs.indexOf("q-url-param-list=")>-1)In=!0;else try{rs=atob(rs),rs.indexOf("a=")>-1&&rs.indexOf("k=")>-1&&rs.indexOf("t=")>-1&&rs.indexOf("r=")>-1&&rs.indexOf("b=")>-1&&(In=!0)}catch{}if(!In)return j.error(new Error("getAuthorization callback params format error"))}else{if(!Ku.TmpSecretId)return j.error(new Error('getAuthorization callback params missing "TmpSecretId"'));if(!Ku.TmpSecretKey)return j.error(new Error('getAuthorization callback params missing "TmpSecretKey"'));if(!Ku.SecurityToken&&!Ku.XCosSecurityToken)return j.error(new Error('getAuthorization callback params missing "SecurityToken"'));if(!Ku.ExpiredTime)return j.error(new Error('getAuthorization callback params missing "ExpiredTime"'));if(Ku.ExpiredTime&&Ku.ExpiredTime.toString().length!==10)return j.error(new Error('getAuthorization callback params "ExpiredTime" should be 10 digits'));if(Ku.StartTime&&Ku.StartTime.toString().length!==10)return j.error(new Error('getAuthorization callback params "StartTime" should be 10 StartTime'))}return!1};if(An.ExpiredTime&&An.ExpiredTime-j.getSkewTime(Ki.options.SystemClockOffset)/1e3>60)Ul();else if(Ki.options.getAuthorization)Ki.options.getAuthorization.call(Ki,{Bucket:Yo,Region:Eo,Method:Lr.Method,Key:Fo,Pathname:hs,Query:Lr.Query,Headers:hn,Scope:Uo,SystemClockOffset:Ki.options.SystemClockOffset,ForceSignHost:Vi},function(Fu){typeof Fu=="string"&&(Fu={Authorization:Fu});var Ku=tc(Fu);if(Ku)return pa(Ku);Fu.Authorization?pa(null,Fu):(An=Fu||{},An.Scope=Uo,An.ScopeKey=vu,Ki._StsCache.push(An),Ul())});else if(Ki.options.getSTS)Ki.options.getSTS.call(Ki,{Bucket:Yo,Region:Eo},function(Fu){An=Fu||{},An.Scope=Uo,An.ScopeKey=vu,An.TmpSecretId||(An.TmpSecretId=An.SecretId),An.TmpSecretKey||(An.TmpSecretKey=An.SecretKey);var Ku=tc(An);if(Ku)return pa(Ku);Ki._StsCache.push(An),Ul()});else return function(){var Fu="";if(Ki.options.StartTime&&Lr.Expires){if(Ki.options.StartTime.toString().length!==10)return pa(j.error(new Error('params "StartTime" should be 10 digits')));Fu=Ki.options.StartTime+";"+(Ki.options.StartTime+Lr.Expires*1)}else if(Ki.options.StartTime&&Ki.options.ExpiredTime){if(Ki.options.StartTime.toString().length!==10)return pa(j.error(new Error('params "StartTime" should be 10 digits')));if(Ki.options.ExpiredTime.toString().length!==10)return pa(j.error(new Error('params "ExpiredTime" should be 10 digits')));Fu=Ki.options.StartTime+";"+Ki.options.ExpiredTime*1}var Ku=j.getAuth({SecretId:Lr.SecretId||Ki.options.SecretId,SecretKey:Lr.SecretKey||Ki.options.SecretKey,Method:Lr.Method,Pathname:hs,Query:Lr.Query,Headers:hn,Expires:Lr.Expires,KeyTime:Fu,UseRawKey:Ki.options.UseRawKey,SystemClockOffset:Ki.options.SystemClockOffset,ForceSignHost:Vi}),In={Authorization:Ku,SecurityToken:Ki.options.SecurityToken||Ki.options.XCosSecurityToken,SignFrom:"client"};return pa(null,In),In}();return""}function gc(Lr){var Zn=this,hn=!1,Ln=!1,Vi=!1,Wi=Lr.headers&&(Lr.headers.date||Lr.headers.Date)||Lr.error&&Lr.error.ServerTime;try{var pa=Lr.error.Code,Ki=Lr.error.Message;(pa==="RequestTimeTooSkewed"||pa==="AccessDenied"&&Ki==="Request has expired")&&(Ln=!0)}catch{}if(Lr)if(Ln&&Wi){var Yo=Date.parse(Wi);this.options.CorrectClockSkew&&Math.abs(j.getSkewTime(this.options.SystemClockOffset)-Yo)>=3e4&&(console.error("error: Local time is too skewed."),this.options.SystemClockOffset=Yo-Date.now(),hn=!0)}else Math.floor(Lr.statusCode/100)===5?hn=!0:Lr.message==="CORS blocked or network error"&&(Vi=!0,hn=Zn.options.AutoSwitchHost);return{canRetry:hn,networkError:Vi}}function Wl(Lr){var Zn=Lr.requestUrl,hn=Lr.clientCalcSign,Ln=Lr.networkError;if(!this.options.AutoSwitchHost||!Zn||!hn||!Ln)return!1;var Vi=/^https?:\/\/[^\/]*\.cos\.[^\/]*\.myqcloud\.com(\/.*)?$/,Wi=/^https?:\/\/[^\/]*\.cos\.accelerate\.myqcloud\.com(\/.*)?$/,pa=Vi.test(Zn)&&!Wi.test(Zn);return pa}function ps(Lr,Zn){var hn=this;!Lr.headers&&(Lr.headers={}),!Lr.qs&&(Lr.qs={}),Lr.VersionId&&(Lr.qs.versionId=Lr.VersionId),Lr.qs=j.clearKey(Lr.qs),Lr.headers&&(Lr.headers=j.clearKey(Lr.headers)),Lr.qs&&(Lr.qs=j.clearKey(Lr.qs));var Ln=j.clone(Lr.qs);Lr.action&&(Ln[Lr.action]="");var Vi=Lr.url||Lr.Url,Wi=Lr.SignHost||Pc.call(this,{Bucket:Lr.Bucket,Region:Lr.Region,Url:Vi}),pa=Lr.tracker,Ki=function Yo(Eo){var Fo=hn.options.SystemClockOffset;pa&&pa.setParams({signStartTime:new Date().getTime(),httpRetryTimes:Eo-1}),Lr.SwitchHost&&(Wi=Wi.replace(/myqcloud.com/,"tencentcos.cn")),Nc.call(hn,{Bucket:Lr.Bucket||"",Region:Lr.Region||"",Method:Lr.method,Key:Lr.Key,Query:Ln,Headers:Lr.headers,SignHost:Wi,Action:Lr.Action,ResourceKey:Lr.ResourceKey,Scope:Lr.Scope,ForceSignHost:hn.options.ForceSignHost,SwitchHost:Lr.SwitchHost},function(hs,An){if(hs){Zn(hs);return}pa&&pa.setParams({signEndTime:new Date().getTime(),httpStartTime:new Date().getTime()}),Lr.AuthData=An,Ds.call(hn,Lr,function(Uo,cu){pa&&pa.setParams({httpEndTime:new Date().getTime()});var ko=!1,vu=!1;if(Uo){var Ul=gc.call(hn,Uo);ko=Ul.canRetry||Fo!==hn.options.SystemClockOffset,vu=Ul.networkError}if(Uo&&Eo<2&&ko){Lr.headers&&(delete Lr.headers.Authorization,delete Lr.headers.token,delete Lr.headers.clientIP,delete Lr.headers.clientUA,Lr.headers["x-cos-security-token"]&&delete Lr.headers["x-cos-security-token"],Lr.headers["x-ci-security-token"]&&delete Lr.headers["x-ci-security-token"]);var tc=Wl.call(hn,{requestUrl:(Uo==null?void 0:Uo.url)||"",clientCalcSign:An.SignFrom==="client",networkError:vu});Lr.SwitchHost=tc,Lr.retry=!0,Yo(Eo+1)}else Zn(Uo,cu)})})};Ki(1)}function Ds(Lr,Zn){var hn=this,Ln=Lr.TaskId;if(!(Ln&&!hn._isRunningTask(Ln))){var Vi=Lr.Bucket,Wi=Lr.Region,pa=Lr.Key,Ki=Lr.method||"GET",Yo=Lr.Url||Lr.url,Eo=Lr.body,Fo=Lr.rawBody;hn.options.UseAccelerate&&(Wi="accelerate"),Yo=Yo||Lu({ForcePathStyle:hn.options.ForcePathStyle,protocol:hn.options.Protocol,domain:hn.options.Domain,bucket:Vi,region:Wi,object:pa}),Lr.SwitchHost&&(Yo=Yo.replace(/myqcloud.com/,"tencentcos.cn"));var hs=pa?Yo:"";Lr.action&&(Yo=Yo+"?"+(j.isIOS_QQ?"".concat(Lr.action,"="):Lr.action)),Lr.qsStr&&(Yo.indexOf("?")>-1?Yo=Yo+"&"+Lr.qsStr:Yo=Yo+"?"+Lr.qsStr);var An={method:Ki,url:Yo,headers:Lr.headers,qs:Lr.qs,body:Eo},Uo="x-cos-security-token";if(j.isCIHost(Yo)&&(Uo="x-ci-security-token"),An.headers.Authorization=Lr.AuthData.Authorization,Lr.AuthData.Token&&(An.headers.token=Lr.AuthData.Token),Lr.AuthData.ClientIP&&(An.headers.clientIP=Lr.AuthData.ClientIP),Lr.AuthData.ClientUA&&(An.headers.clientUA=Lr.AuthData.ClientUA),Lr.AuthData.SecurityToken&&(An.headers[Uo]=Lr.AuthData.SecurityToken),An.headers&&(An.headers=j.clearKey(An.headers)),Lr.retry&&(An.headers["x-cos-sdk-retry"]=!0),An=j.clearKey(An),Lr.onProgress&&typeof Lr.onProgress=="function"){var cu=Eo&&(Eo.size||Eo.length)||0;An.onProgress=function(In){if(!(Ln&&!hn._isRunningTask(Ln))){var rs=In?In.loaded:0;Lr.onProgress({loaded:rs,total:cu})}}}Lr.onDownloadProgress&&(An.onDownloadProgress=Lr.onDownloadProgress),Lr.DataType&&(An.dataType=Lr.DataType),this.options.Timeout&&(An.timeout=this.options.Timeout),hn.options.ForcePathStyle&&(An.pathStyle=hn.options.ForcePathStyle),hn.emit("before-send",An);var ko=An.url.includes("accelerate."),vu=An.qs?Object.keys(An.qs).map(function(In){return"".concat(In,"=").concat(An.qs[In])}).join("&"):"",Ul=vu?An.url+"?"+vu:An.url;if(Lr.tracker){var tc;Lr.tracker.setParams({url:Ul,httpMethod:An.method,accelerate:ko,httpSize:((tc=An.body)===null||tc===void 0?void 0:tc.size)||0}),Lr.tracker.parent&&!Lr.tracker.parent.params.url&&Lr.tracker.parent.setParams({url:hs,accelerate:ko})}var Fu=(hn.options.Request||$)(An,function(In){if(!(In&&In.error==="abort")){var rs={options:An,error:In&&In.error,statusCode:In&&In.statusCode||0,statusMessage:In&&In.statusMessage||"",headers:In&&In.headers||{},body:In&&In.body};hn.emit("after-receive",rs);var Vl=rs.error,Eu=rs.body,ml={statusCode:rs.statusCode,statusMessage:rs.statusMessage,headers:rs.headers},Uu,Ac=function(Hd,nd){if(Ln&&hn.off("inner-kill-task",Ku),!Uu){Uu=!0;var Ap={};if(ml&&ml.statusCode&&(Ap.statusCode=ml.statusCode),ml&&ml.headers&&(Ap.headers=ml.headers),Hd)An.url&&(Ap.url=An.url),An.method&&(Ap.method=An.method),Hd=j.extend(Hd||{},Ap),Zn(Hd,null);else{if(Lr.Action==="name/cos:PutObject"){var Tp={};for(var Sf in Lr.headers){var Af=Sf.toLowerCase();Tp[Af]=Lr.headers[Sf]}Tp["x-cos-callback"]?nd.Error?(nd.CallbackError=j.clone(nd.Error),delete nd.Error):nd.CallbackBody=j.clone(nd):Tp["x-cos-return-body"]&&(nd.Error?(nd.ReturnError=j.clone(nd.Error),delete nd.Error):nd.ReturnBody=j.clone(nd))}nd=j.extend(nd||{},Ap),Zn(null,nd)}Fu=null}};if(Vl)return Ac(j.error(Vl));var od=ml.statusCode,ld=Math.floor(od/100)===2;if(Fo){if(ld)return Ac(null,{body:Eu});if(Eu instanceof Blob){j.readAsBinaryString(Eu,function(Oc){var Hd=j.parseResBody(Oc),nd=Hd.Error||Hd;return Ac(j.error(new Error(nd.Message||"response body error"),{code:nd.Code,error:nd}))});return}}var gp=j.parseResBody(Eu),lp=gp.Error||gp;ld?Ac(null,gp):lp?Ac(j.error(new Error(lp.Message),{code:lp.Code,error:lp})):od?Ac(j.error(new Error(ml.statusMessage),{code:""+od})):od&&Ac(j.error(new Error("statusCode error")))}}),Ku=function In(rs){rs.TaskId===Ln&&(Fu&&Fu.abort&&Fu.abort(),hn.off("inner-kill-task",In))};Ln&&hn.on("inner-kill-task",Ku)}}var Us={getService:V,putBucket:z,headBucket:re,getBucket:ie,deleteBucket:oe,putBucketAcl:ue,getBucketAcl:de,putBucketCors:pe,getBucketCors:Ie,deleteBucketCors:he,getBucketLocation:Ce,getBucketPolicy:Ne,putBucketPolicy:_e,deleteBucketPolicy:Fe,putBucketTagging:Ue,getBucketTagging:kt,deleteBucketTagging:Et,putBucketLifecycle:Ve,getBucketLifecycle:qe,deleteBucketLifecycle:jt,putBucketVersioning:tr,getBucketVersioning:rr,putBucketReplication:ar,getBucketReplication:nr,deleteBucketReplication:ur,putBucketWebsite:cr,getBucketWebsite:_r,deleteBucketWebsite:hr,putBucketReferer:Er,getBucketReferer:kr,putBucketDomain:xr,getBucketDomain:yr,deleteBucketDomain:br,putBucketOrigin:Ir,getBucketOrigin:Mr,deleteBucketOrigin:mr,putBucketLogging:gr,getBucketLogging:jr,putBucketInventory:Vr,postBucketInventory:zr,getBucketInventory:Sr,listBucketInventory:Tr,deleteBucketInventory:Br,putBucketAccelerate:vr,getBucketAccelerate:Cr,putBucketEncryption:Dr,getBucketEncryption:Rr,deleteBucketEncryption:Wr,getObject:Fr,headObject:Kr,listObjectVersions:Nr,putObject:Qr,deleteObject:ca,getObjectAcl:Po,putObjectAcl:Wa,optionsObject:Go,putObjectCopy:us,deleteMultipleObject:Gr,restoreObject:Ar,putObjectTagging:On,getObjectTagging:kn,deleteObjectTagging:Sa,selectObjectContent:sa,appendObject:vl,uploadPartCopy:Kn,multipartInit:qa,multipartUpload:To,multipartComplete:Hi,multipartList:na,multipartListPart:Ma,multipartAbort:Ns,request:cs,getObjectUrl:Au,getAuth:Bl};function Vs(Lr,Zn,hn){j.each(["Cors","Acl"],function(Ln){if(Lr.slice(-Ln.length)===Ln){var Vi=Lr.slice(0,-Ln.length)+Ln.toUpperCase(),Wi=j.apiWrapper(Lr,Zn),pa=!1;hn[Vi]=function(){!pa&&console.warn("warning: cos."+Vi+" has been deprecated. Please Use cos."+Lr+" instead."),pa=!0,Wi.apply(this,arguments)}}})}y.exports.init=function(Lr,Zn){Zn.transferToTaskMethod(Us,"putObject"),j.each(Us,function(hn,Ln){Lr.prototype[Ln]=j.apiWrapper(Ln,hn),Vs(Ln,hn,Lr.prototype)})}},"./src/cos.js":function(y,n,k){var L=k("./src/util.js"),$=k("./src/event.js"),j=k("./src/task.js"),V=k("./src/base.js"),z=k("./src/advance.js"),re=k("./package.json"),ie={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},oe=function(de){if(this.options=L.extend(L.clone(ie),de||{}),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")),L.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");$.init(this),j.init(this)};V.init(oe,j),z.init(oe,j),oe.util={md5:L.md5,xml2json:L.xml2json,json2xml:L.json2xml,encodeBase64:L.encodeBase64},oe.getAuthorization=L.getAuth,oe.version=re.version,y.exports=oe},"./src/event.js":function(y,n){var k=function(j){var V={},z=function(ie){return!V[ie]&&(V[ie]=[]),V[ie]};j.on=function(re,ie){re==="task-list-update"&&console.warn('warning: Event "'+re+'" has been deprecated. Please use "list-update" instead.'),z(re).push(ie)},j.off=function(re,ie){for(var oe=z(re),ue=oe.length-1;ue>=0;ue--)ie===oe[ue]&&oe.splice(ue,1)},j.emit=function(re,ie){for(var oe=z(re).map(function(de){return de}),ue=0;ue<oe.length;ue++)oe[ue](ie)}},L=function(){k(this)};y.exports.init=k,y.exports.EventProxy=L},"./src/session.js":function(y,n,k){var L=k("./src/util.js"),$="cos_sdk_upload_cache",j=30*24*3600,V,z,re=function(){try{var Ie=JSON.parse(localStorage.getItem($))}catch{}Ie||(Ie=[]),V=Ie},ie=function(){try{V.length?localStorage.setItem($,JSON.stringify(V)):localStorage.removeItem($)}catch{}},oe=function(){if(!V){re.call(this);for(var Ie=!1,he=Math.round(Date.now()/1e3),Ce=V.length-1;Ce>=0;Ce--){var _e=V[Ce][2];(!_e||_e+j<he)&&(V.splice(Ce,1),Ie=!0)}Ie&&ie()}},ue=function(){z||(z=setTimeout(function(){ie(),z=null},400))},de={using:{},setUsing:function(Ie){de.using[Ie]=!0},removeUsing:function(Ie){delete de.using[Ie]},getFileId:function(Ie,he,Ce,_e){return Ie.name&&Ie.size&&Ie.lastModifiedDate&&he?L.md5([Ie.name,Ie.size,Ie.lastModifiedDate,he,Ce,_e].join("::")):null},getCopyFileId:function(Ie,he,Ce,_e,Ne){var Fe=he["content-length"],Ue=he.etag||"",kt=he["last-modified"];return Ie&&Ce?L.md5([Ie,Fe,Ue,kt,Ce,_e,Ne].join("::")):null},getUploadIdList:function(Ie){if(!Ie)return null;oe.call(this);for(var he=[],Ce=0;Ce<V.length;Ce++)V[Ce][0]===Ie&&he.push(V[Ce][1]);return he.length?he:null},saveUploadId:function(Ie,he,Ce){if(oe.call(this),!!Ie){for(var _e=V.length-1;_e>=0;_e--){var Ne=V[_e];Ne[0]===Ie&&Ne[1]===he&&V.splice(_e,1)}V.unshift([Ie,he,Math.round(Date.now()/1e3)]),V.length>Ce&&V.splice(Ce),ue()}},removeUploadId:function(Ie){oe.call(this),delete de.using[Ie];for(var he=V.length-1;he>=0;he--)V[he][1]===Ie&&V.splice(he,1);ue()}};y.exports=de},"./src/task.js":function(y,n,k){var L=k("./src/session.js"),$=k("./src/util.js"),j={},V=function(ie,oe){j[oe]=ie[oe],ie[oe]=function(ue,de){ue.SkipTask?j[oe].call(this,ue,de):this._addTask(oe,ue,de)}},z=function(ie){var oe=[],ue={},de=0,pe=0,Ie=function(kt){var Et={id:kt.id,Bucket:kt.Bucket,Region:kt.Region,Key:kt.Key,FilePath:kt.FilePath,state:kt.state,loaded:kt.loaded,size:kt.size,speed:kt.speed,percent:kt.percent,hashPercent:kt.hashPercent,error:kt.error};return kt.FilePath&&(Et.FilePath=kt.FilePath),kt._custom&&(Et._custom=kt._custom),Et},he=function(){var Ue,kt=function(){Ue=0,ie.emit("task-list-update",{list:$.map(oe,Ie)}),ie.emit("list-update",{list:$.map(oe,Ie)})};return function(){Ue||(Ue=setTimeout(kt))}}(),Ce=function(){if(!(oe.length<=ie.options.UploadQueueSize)){for(var kt=0;kt<pe&&kt<oe.length&&oe.length>ie.options.UploadQueueSize;){var Et=oe[kt].state==="waiting"||oe[kt].state==="checking"||oe[kt].state==="uploading";!oe[kt]||!Et?(ue[oe[kt].id]&&delete ue[oe[kt].id],oe.splice(kt,1),pe--):kt++}he()}},_e=function Ue(){if(!(de>=ie.options.FileParallelLimit)){for(;oe[pe]&&oe[pe].state!=="waiting";)pe++;if(!(pe>=oe.length)){var kt=oe[pe];pe++,de++,kt.state="checking",kt.params.onTaskStart&&kt.params.onTaskStart(Ie(kt)),!kt.params.UploadData&&(kt.params.UploadData={});var Et=$.formatParams(kt.api,kt.params);j[kt.api].call(ie,Et,function(Ve,qe){ie._isRunningTask(kt.id)&&((kt.state==="checking"||kt.state==="uploading")&&(kt.state=Ve?"error":"success",Ve&&(kt.error=Ve),de--,he(),Ue(),kt.callback&&kt.callback(Ve,qe),kt.state==="success"&&(kt.params&&(delete kt.params.UploadData,delete kt.params.Body,delete kt.params),delete kt.callback)),Ce())}),he(),setTimeout(Ue)}}},Ne=function(kt,Et){var Ve=ue[kt];if(Ve){var qe=Ve&&Ve.state==="waiting",jt=Ve&&(Ve.state==="checking"||Ve.state==="uploading");if(Et==="canceled"&&Ve.state!=="canceled"||Et==="paused"&&qe||Et==="paused"&&jt){Ve.state=Et,ie.emit("inner-kill-task",{TaskId:kt,toState:Et});try{var tr=Ve&&Ve.params&&Ve.params.UploadData.UploadId}catch{}Et==="canceled"&&tr&&L.removeUsing(tr),he(),jt&&(de--,_e()),Et==="canceled"&&(Ve.params&&(delete Ve.params.UploadData,delete Ve.params.Body,delete Ve.params),delete Ve.callback)}Ce()}};ie._addTasks=function(Ue){$.each(Ue,function(kt){ie._addTask(kt.api,kt.params,kt.callback,!0)}),he()};var Fe=!0;ie._addTask=function(Ue,kt,Et,Ve){kt=$.formatParams(Ue,kt);var qe=$.uuid();kt.TaskId=qe,kt.onTaskReady&&kt.onTaskReady(qe),kt.TaskReady&&(kt.TaskReady(qe),Fe&&console.warn('warning: Param "TaskReady" has been deprecated. Please use "onTaskReady" instead.'),Fe=!1);var jt={params:kt,callback:Et,api:Ue,index:oe.length,id:qe,Bucket:kt.Bucket,Region:kt.Region,Key:kt.Key,FilePath:kt.FilePath||"",state:"waiting",loaded:0,size:0,speed:0,percent:0,hashPercent:0,error:null,_custom:kt._custom},tr=kt.onHashProgress;kt.onHashProgress=function(ar){ie._isRunningTask(jt.id)&&(jt.hashPercent=ar.percent,tr&&tr(ar),he())};var rr=kt.onProgress;return kt.onProgress=function(ar){ie._isRunningTask(jt.id)&&(jt.state==="checking"&&(jt.state="uploading"),jt.loaded=ar.loaded,jt.speed=ar.speed,jt.percent=ar.percent,rr&&rr(ar),he())},$.getFileSize(Ue,kt,function(ar,nr){if(ar)return Et($.error(ar));ue[qe]=jt,oe.push(jt),jt.size=nr,!Ve&&he(),_e(),Ce()}),qe},ie._isRunningTask=function(Ue){var kt=ue[Ue];return!!(kt&&(kt.state==="checking"||kt.state==="uploading"))},ie.getTaskList=function(){return $.map(oe,Ie)},ie.cancelTask=function(Ue){Ne(Ue,"canceled")},ie.pauseTask=function(Ue){Ne(Ue,"paused")},ie.restartTask=function(Ue){var kt=ue[Ue];kt&&(kt.state==="paused"||kt.state==="error")&&(kt.state="waiting",he(),pe=Math.min(pe,kt.index),_e())},ie.isUploadRunning=function(){return de||pe<oe.length}};y.exports.transferToTaskMethod=V,y.exports.init=z},"./src/tracker.js":function(y,n,k){var L=k("./node_modules/@babel/runtime/helpers/classCallCheck.js"),$=k("./node_modules/@babel/runtime/helpers/createClass.js"),j=k("./node_modules/@babel/runtime/helpers/typeof.js"),V=k("./package.json"),z=null,re=function(Et,Ve){if(!z){if(typeof Et!="function")throw new Error("Beacon not found");z=new Et({appkey:"0WEB05PY6MHRGK0U",versionCode:V.version,channelID:"js_sdk",openid:"openid",unionid:"unid",strictMode:!1,delay:Ve,sessionDuration:60*1e3})}return z},ie=function(Et){return!Et||Et<0?0:(Et/1e3).toFixed(3)},oe={getUid:function(){var Et=function(){return((1+Math.random())*65536|0).toString(16).substring(1)};return Et()+Et()+"-"+Et()+"-"+Et()+"-"+Et()+"-"+Et()+Et()+Et()},getNetType:function(){if((typeof navigator>"u"?"undefined":j(navigator))==="object"){var Et=navigator.connection||navigator.mozConnection||navigator.webkitConnection;return(Et==null?void 0:Et.type)||(Et==null?void 0:Et.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 Et=navigator.userAgent.toLowerCase(),Ve=/macintosh|mac os x/i.test(navigator.userAgent);return Et.indexOf("win32")>=0||Et.indexOf("wow32")>=0?"win32":Et.indexOf("win64")>=0||Et.indexOf("wow64")>=0?"win64":Ve?"mac":"unknown os"},isMobile:function(){var Et=/(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(Et))},isAndroid:function(){var Et=/(Android|Adr|Linux)/i;return!!((typeof navigator>"u"?"undefined":j(navigator))==="object"&&navigator.userAgent.match(Et))},isIOS:function(){var Et=/(iPhone|iPod|iPad|iOS)/i;return!!((typeof navigator>"u"?"undefined":j(navigator))==="object"&&navigator.userAgent.match(Et))},isOtherMobile:function(){return ue&&!isAndroid&&!isIOS},getUA:function(){if((typeof navigator>"u"?"undefined":j(navigator))!=="object")return"unknown device";var Et=navigator.userAgent;return Et}},ue=oe.isMobile(),de=oe.isAndroid()?"android":oe.isIOS?"ios":"other_mobile",pe=oe.getOsType(),Ie=ue?de:pe,he=oe.getUA(),Ce=oe.getProtocol(),_e=function(Et){return["putObject","sliceUploadFile","uploadFile","uploadFiles"].includes(Et)?"UploadTask":Et==="getObject"?"DownloadTask":["putObjectCopy","sliceCopyFile"].includes(Et)?"CopyTask":Et};function Ne(kt){return kt.replace(/([A-Z])/g,"_$1").toLowerCase()}function Fe(kt){var Et={},Ve=["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"],qe=[].concat(Ve,["errorNode","errorCode","errorName","errorMessage","errorRequestId","errorHttpCode","errorServiceName","errorType","fullError"]),jt=kt.requestResult==="Success"?Ve:qe;for(var tr in kt)if(jt.includes(tr)){var rr=Ne(tr);Et[rr]=kt[tr]}return Et.request_name=kt.realApi?_e(kt.realApi):kt.requestName,Et}var Ue=function(){function kt(Et){L(this,kt);var Ve=Et.parent,qe=Et.traceId,jt=Et.bucket,tr=Et.region,rr=Et.apiName,ar=Et.realApi,nr=Et.httpMethod,ur=Et.fileKey,cr=Et.fileSize,_r=Et.accelerate,hr=Et.customId,Er=Et.delay,kr=Et.deepTracker,xr=Et.Beacon,yr=Et.clsReporter,br=jt&&jt.substr(jt.lastIndexOf("-")+1)||"";this.parent=Ve,this.deepTracker=kr,this.delay=Er,yr&&!this.clsReporter&&(this.clsReporter=yr),this.params={sdkVersionName:"cos-js-sdk-v5",sdkVersionCode:V.version,osName:Ie,networkType:"",requestName:rr||"",requestResult:"",realApi:ar,bucket:jt,region:tr,accelerate:_r,httpMethod:nr,url:"",host:"",httpDomain:"",requestPath:ur||"",userAgent:he,networkProtocol:Ce,errorType:"",errorCode:"",errorName:"",errorMessage:"",errorRequestId:"",errorHttpCode:0,errorServiceName:"",errorNode:"",httpTookTime:0,httpSize:cr||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:qe||oe.getUid(),appid:br,partNumber:0,httpRetryTimes:0,customId:hr||"",partTime:0},xr&&(this.beacon=re(xr,Er))}return $(kt,[{key:"formatResult",value:function(Ve,qe){var jt,tr,rr,ar,nr,ur,cr=new Date().getTime(),_r=oe.getNetType(),hr=Ve?(Ve==null?void 0:Ve.code)||(Ve==null||(jt=Ve.error)===null||jt===void 0?void 0:jt.code)||(Ve==null||(tr=Ve.error)===null||tr===void 0?void 0:tr.Code):"",Er=Ve?(Ve==null?void 0:Ve.message)||(Ve==null||(rr=Ve.error)===null||rr===void 0?void 0:rr.message)||(Ve==null||(ar=Ve.error)===null||ar===void 0?void 0:ar.Message):"",kr=Er,xr=Ve?(Ve==null?void 0:Ve.resource)||(Ve==null||(nr=Ve.error)===null||nr===void 0?void 0:nr.resource)||(Ve==null||(ur=Ve.error)===null||ur===void 0?void 0:ur.Resource):"",yr=Ve?Ve==null?void 0:Ve.statusCode:qe.statusCode,br=Ve?(Ve==null?void 0:Ve.headers)&&(Ve==null?void 0:Ve.headers["x-cos-request-id"]):(qe==null?void 0:qe.headers)&&(qe==null?void 0:qe.headers["x-cos-request-id"]),Ir=Ve?br?"Server":"Client":"";this.params.requestName==="getObject"&&(this.params.httpSize=qe?qe.headers&&qe.headers["content-length"]:0);var Mr=this.params.realApi==="sliceUploadFile",mr=this.params.realApi==="sliceCopyFile";if(Mr||mr){var gr=this.params.httpSize/1024/this.params.partTime;Object.assign(this.params,{httpSpeed:gr<0?0:gr.toFixed(3)})}else{var jr=cr-this.params.startTime,Hr=this.params.httpEndTime-this.params.httpStartTime,Vr=this.params.httpSize/1024/(Hr/1e3),zr=this.params.md5EndTime-this.params.md5StartTime,Sr=this.params.signEndTime-this.params.signStartTime;this.parent&&(this.parent.addParamValue("httpTookTime",ie(Hr)),this.parent.addParamValue("httpFullTime",ie(jr)),this.parent.addParamValue("httpMd5",ie(zr)),this.parent.addParamValue("httpSign",ie(Sr)),["multipartUpload","uploadPartCopy","putObjectCopy"].includes(this.params.requestName)&&this.parent.addParamValue("partTime",ie(Hr))),Object.assign(this.params,{httpFullTime:ie(jr),httpMd5:ie(zr),httpSign:ie(Sr),httpTookTime:ie(Hr),httpSpeed:Vr<0?0:Vr.toFixed(3)})}if(Object.assign(this.params,{networkType:_r,requestResult:Ve?"Failure":"Success",errorType:Ir,errorCode:hr,errorHttpCode:yr,errorName:kr,errorMessage:Er,errorServiceName:xr,errorRequestId:br}),Ve&&(!hr||!Er)&&(this.params.fullError=Ve?JSON.stringify(Ve):""),this.params.url){try{var Tr=/^http(s)?:\/\/(.*?)\//.exec(this.params.url);this.params.host=Tr[2]}catch{this.params.host=this.params.url}this.params.httpDomain=this.params.host}}},{key:"report",value:function(Ve,qe){if(!(!this.beacon&&!this.clsReporter)){this.formatResult(Ve,qe);var jt=Fe(this.params);this.beacon&&this.sendEventsToBeacon(jt),this.clsReporter&&this.sendEventsToCLS(jt)}}},{key:"setParams",value:function(Ve){Object.assign(this.params,Ve)}},{key:"addParamValue",value:function(Ve,qe){this.params[Ve]=(+this.params[Ve]+ +qe).toFixed(3)}},{key:"sendEventsToBeacon",value:function(Ve){var qe=this.params.requestName==="sliceUploadFile"||this.params.realApi==="sliceUploadFile";if(!(qe&&!this.deepTracker)){var jt="qcloud_track_cos_sdk";this.delay===0?this.beacon&&this.beacon.onDirectUserAction(jt,Ve):this.beacon&&this.beacon.onUserAction(jt,Ve)}}},{key:"sendEventsToCLS",value:function(Ve){var qe=this.delay===0;this.clsReporter.log(Ve,qe)}},{key:"generateSubTracker",value:function(Ve){return Object.assign(Ve,{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 kt(Ve)}}]),kt}();y.exports=Ue},"./src/util.js":function(y,n,k){(function(L){var $=k("./node_modules/@babel/runtime/helpers/typeof.js");function j(Gr,Ar){var On=typeof Symbol<"u"&&Gr[Symbol.iterator]||Gr["@@iterator"];if(!On){if(Array.isArray(Gr)||(On=V(Gr))||Ar){On&&(Gr=On);var kn=0,Sa=function(){};return{s:Sa,n:function(){return kn>=Gr.length?{done:!0}:{done:!1,value:Gr[kn++]}},e:function(na){throw na},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 sa=!0,qa=!1,To;return{s:function(){On=On.call(Gr)},n:function(){var na=On.next();return sa=na.done,na},e:function(na){qa=!0,To=na},f:function(){try{!sa&&On.return!=null&&On.return()}finally{if(qa)throw To}}}}function V(Gr,Ar){if(Gr){if(typeof Gr=="string")return z(Gr,Ar);var On=Object.prototype.toString.call(Gr).slice(8,-1);if(On==="Object"&&Gr.constructor&&(On=Gr.constructor.name),On==="Map"||On==="Set")return Array.from(Gr);if(On==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(On))return z(Gr,Ar)}}function z(Gr,Ar){(Ar==null||Ar>Gr.length)&&(Ar=Gr.length);for(var On=0,kn=new Array(Ar);On<Ar;On++)kn[On]=Gr[On];return kn}var re=k("./lib/md5.js"),ie=k("./lib/crypto.js"),oe=k("./node_modules/fast-xml-parser/src/fxp.js"),ue=oe.XMLParser,de=oe.XMLBuilder,pe=new ue({ignoreDeclaration:!0,ignoreAttributes:!0,parseTagValue:!1}),Ie=new de,he=k("./lib/base64.js"),Ce=k("./src/tracker.js"),_e=function(Ar){var On=pe.parse(Ar);return On},Ne=function(Ar){var On=Ie.build(Ar);return On};function Fe(Gr){return encodeURIComponent(Gr).replace(/!/g,"%21").replace(/'/g,"%27").replace(/\(/g,"%28").replace(/\)/g,"%29").replace(/\*/g,"%2A")}function Ue(Gr,Ar){var On=[];for(var kn in Gr)Gr.hasOwnProperty(kn)&&On.push(Ar?Fe(kn).toLowerCase():kn);return On.sort(function(Sa,sa){return Sa=Sa.toLowerCase(),sa=sa.toLowerCase(),Sa===sa?0:Sa>sa?1:-1})}var kt=function(Ar,On){var kn,Sa,sa,qa=[],To=Ue(Ar);for(kn=0;kn<To.length;kn++)Sa=To[kn],sa=Ar[Sa]===void 0||Ar[Sa]===null?"":""+Ar[Sa],Sa=On?Fe(Sa).toLowerCase():Fe(Sa),sa=Fe(sa)||"",qa.push(Sa+"="+sa);return qa.join("&")},Et=["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"],Ve=function(Ar){var On={};for(var kn in Ar){var Sa=kn.toLowerCase();(Sa.indexOf("x-cos-")>-1||Et.indexOf(Sa)>-1)&&(On[kn]=Ar[kn])}return On},qe=function(Ar){Ar=Ar||{};var On=Ar.SecretId,kn=Ar.SecretKey,Sa=Ar.KeyTime,sa=(Ar.method||Ar.Method||"get").toLowerCase(),qa=yr(Ar.Query||Ar.params||{}),To=Ve(yr(Ar.Headers||Ar.headers||{})),Hi=Ar.Key||"",na;Ar.UseRawKey?na=Ar.Pathname||Ar.pathname||"/"+Hi:(na=Ar.Pathname||Ar.pathname||Hi,na.indexOf("/")!==0&&(na="/"+na));var Ma=Ar.ForceSignHost!==!1;if(!To.Host&&!To.host&&Ar.Bucket&&Ar.Region&&Ma&&(To.Host=Ar.Bucket+".cos."+Ar.Region+".myqcloud.com"),!On)throw new Error("missing param SecretId");if(!kn)throw new Error("missing param SecretKey");var Ns=Math.round(Rr(Ar.SystemClockOffset)/1e3)-1,cs=Ns,vl=Ar.Expires||Ar.expires;vl===void 0?cs+=900:cs+=vl*1||0;var Bl="sha1",Au=On,xs=Sa||Ns+";"+cs,ju=Sa||Ns+";"+cs,Lu=Ue(To,!0).join(";").toLowerCase(),Pc=Ue(qa,!0).join(";").toLowerCase(),Nc=ie.HmacSHA1(ju,kn).toString(),gc=[sa,na,Kn.obj2str(qa,!0),Kn.obj2str(To,!0),""].join(`
`),Wl=["sha1",xs,ie.SHA1(gc).toString(),""].join(`
`),ps=ie.HmacSHA1(Wl,Nc).toString(),Ds=["q-sign-algorithm="+Bl,"q-ak="+Au,"q-sign-time="+xs,"q-key-time="+ju,"q-header-list="+Lu,"q-url-param-list="+Pc,"q-signature="+ps].join("&");return Ds},jt=function(Ar,On,kn){var Sa=On/8,sa=Ar.slice(kn,kn+Sa);return new Uint8Array(sa).reverse(),new{8:Uint8Array,16:Uint16Array,32:Uint32Array}[On](sa)[0]},tr=function(Ar,On,kn,Sa){var sa=Ar.slice(On,kn),qa="";return new Uint8Array(sa).forEach(function(To){qa+=String.fromCharCode(To)}),Sa&&(qa=decodeURIComponent(escape(qa))),qa},rr=function(Ar){for(var On={},kn=tr(Ar),Sa={records:[]};Ar.byteLength;){var sa=jt(Ar,32,0),qa=jt(Ar,32,4),To=sa-qa-16,Hi=0,na;for(Ar=Ar.slice(12);Hi<qa;){var Ma=jt(Ar,8,Hi),Ns=tr(Ar,Hi+1,Hi+1+Ma),cs=jt(Ar,16,Hi+Ma+2),vl=tr(Ar,Hi+Ma+4,Hi+Ma+4+cs);On[Ns]=vl,Hi+=Ma+4+cs}if(On[":event-type"]==="Records")na=tr(Ar,Hi,Hi+To,!0),Sa.records.push(na);else if(On[":event-type"]==="Stats")na=tr(Ar,Hi,Hi+To,!0),Sa.stats=Kn.xml2json(na).Stats;else if(On[":event-type"]==="error"){var Bl=On[":error-code"],Au=On[":error-message"],xs=new Error(Au);xs.message=Au,xs.name=xs.code=Bl,Sa.error=xs}Ar=Ar.slice(Hi+To+4)}return{payload:Sa.records.join(""),body:kn}},ar=function(Ar){var On=this.options.CopySourceParser;if(On)return On(Ar);var kn=Ar.match(/^([^.]+-\d+)\.cos(v6|-cdc|-cdz|-internal)?\.([^.]+)\.((myqcloud\.com)|(tencentcos\.cn))\/(.+)$/);return kn?{Bucket:kn[1],Region:kn[3],Key:kn[7]}:null},nr=function(){},ur=function(Ar){var On={};for(var kn in Ar)Ar.hasOwnProperty(kn)&&Ar[kn]!==void 0&&Ar[kn]!==null&&(On[kn]=Ar[kn]);return On},cr=function(Ar,On){var kn,Sa=new FileReader;FileReader.prototype.readAsBinaryString?(kn=FileReader.prototype.readAsBinaryString,Sa.onload=function(){On(this.result)}):FileReader.prototype.readAsArrayBuffer?kn=function(qa){var To="",Hi=new FileReader;Hi.onload=function(na){for(var Ma=new Uint8Array(Hi.result),Ns=Ma.byteLength,cs=0;cs<Ns;cs++)To+=String.fromCharCode(Ma[cs]);On(To)},Hi.readAsArrayBuffer(qa)}:console.error("FileReader not support readAsBinaryString"),kn.call(Sa,Ar)},_r=function(){var Gr=function(kn,Sa){kn=kn.split("."),Sa=Sa.split(".");for(var sa=0;sa<Sa.length;sa++)if(kn[sa]!==Sa[sa])return parseInt(kn[sa])>parseInt(Sa[sa])?1:-1;return 0},Ar=function(kn){if(!kn)return!1;var Sa=(kn.match(/Chrome\/([.\d]+)/)||[])[1],sa=(kn.match(/QBCore\/([.\d]+)/)||[])[1],qa=(kn.match(/QQBrowser\/([.\d]+)/)||[])[1],To=Sa&&Gr(Sa,"53.0.2785.116")<0&&sa&&Gr(sa,"3.53.991.400")<0&&qa&&Gr(qa,"9.0.2524.400")<=0||!1;return To};return Ar(typeof navigator<"u"&&navigator.userAgent)}(),hr=function(Ar,On,kn,Sa,sa){var qa;if(Ar.slice?qa=Ar.slice(On,kn):Ar.mozSlice?qa=Ar.mozSlice(On,kn):Ar.webkitSlice&&(qa=Ar.webkitSlice(On,kn)),Sa&&_r){var To=new FileReader;To.onload=function(Hi){qa=null,sa(new Blob([To.result]))},To.readAsArrayBuffer(qa)}else sa(qa)},Er=function(Ar,On,kn,Sa){kn=kn||nr,Ar?typeof On=="string"?kn(Kn.md5(On,!0)):Blob&&On instanceof Blob?Kn.getFileMd5(On,function(sa,qa){kn(qa)},Sa):kn():kn()},kr=1024*1024,xr=function(Ar,On,kn){var Sa=Ar.size,sa=0,qa=re.getCtx(),To=function Hi(na){if(na>=Sa){var Ma=qa.digest("hex");On(null,Ma);return}var Ns=Math.min(Sa,na+kr);Kn.fileSlice(Ar,na,Ns,!1,function(cs){cr(cs,function(vl){cs=null,qa=qa.update(vl,!0),sa+=vl.length,vl=null,kn&&kn({loaded:sa,total:Sa,percent:Math.round(sa/Sa*1e4)/1e4}),Hi(na+kr)})})};To(0)};function yr(Gr){return Hr(Gr,function(Ar){return $(Ar)==="object"&&Ar!==null?yr(Ar):Ar})}function br(Gr,Ar,On){return Gr&&Ar in Gr?Gr[Ar]:On}function Ir(Gr,Ar){return jr(Ar,function(On,kn){Gr[kn]=Ar[kn]}),Gr}function Mr(Gr){return Gr instanceof Array}function mr(Gr,Ar){for(var On=!1,kn=0;kn<Gr.length;kn++)if(Ar===Gr[kn]){On=!0;break}return On}function gr(Gr){return Mr(Gr)?Gr:[Gr]}function jr(Gr,Ar){for(var On in Gr)Gr.hasOwnProperty(On)&&Ar(Gr[On],On)}function Hr(Gr,Ar){var On=Mr(Gr)?[]:{};for(var kn in Gr)Gr.hasOwnProperty(kn)&&(On[kn]=Ar(Gr[kn],kn));return On}function Vr(Gr,Ar){var On=Mr(Gr),kn=On?[]:{};for(var Sa in Gr)Gr.hasOwnProperty(Sa)&&Ar(Gr[Sa],Sa)&&(On?kn.push(Gr[Sa]):kn[Sa]=Gr[Sa]);return kn}var zr=function(Ar){var On,kn,Sa,sa="";for(On=0,kn=Ar.length/2;On<kn;On++)Sa=parseInt(Ar[On*2]+Ar[On*2+1],16),sa+=String.fromCharCode(Sa);return btoa(sa)},Sr=function(){var Ar=function(){return((1+Math.random())*65536|0).toString(16).substring(1)};return Ar()+Ar()+"-"+Ar()+"-"+Ar()+"-"+Ar()+"-"+Ar()+Ar()+Ar()},Tr=function(Ar,On){var kn=On.Bucket,Sa=On.Region,sa=On.Key,qa=this.options.Domain,To=!qa||typeof qa=="string"&&qa.indexOf("{Bucket}")>-1,Hi=!qa||typeof qa=="string"&&qa.indexOf("{Region}")>-1;if(Ar.indexOf("Bucket")>-1||Ar==="deleteMultipleObject"||Ar==="multipartList"||Ar==="listObjectVersions"){if(To&&!kn)return"Bucket";if(Hi&&!Sa)return"Region"}else if(Ar.indexOf("Object")>-1||Ar.indexOf("multipart")>-1||Ar==="sliceUploadFile"||Ar==="abortUploadTask"||Ar==="uploadFile"){if(To&&!kn)return"Bucket";if(Hi&&!Sa)return"Region";if(!sa)return"Key"}return!1},Br=function(Ar,On){if(On=Ir({},On),Ar!=="getAuth"&&Ar!=="getV4Auth"&&Ar!=="getObjectUrl"){var kn=On.Headers||{};if(On&&$(On)==="object"){(function(){for(var sa in On)On.hasOwnProperty(sa)&&sa.indexOf("x-cos-")>-1&&(kn[sa]=On[sa])})();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"};Kn.each(Sa,function(sa,qa){On[sa]!==void 0&&(kn[qa]=On[sa])}),On.Headers=ur(kn)}}return On},vr=function(Ar,On){return function(kn,Sa){var sa=this;typeof kn=="function"&&(Sa=kn,kn={}),kn=Br(Ar,kn);var qa;if(sa.options.EnableReporter)if(kn.calledBySdk==="sliceUploadFile"||kn.calledBySdk==="sliceCopyFile")qa=kn.tracker&&kn.tracker.generateSubTracker({apiName:Ar});else if(["uploadFile","uploadFiles"].includes(Ar))qa=null;else{var To=0;kn.Body&&(To=typeof kn.Body=="string"?kn.Body.length:kn.Body.size||kn.Body.byteLength||0);var Hi=sa.options.UseAccelerate||typeof sa.options.Domain=="string"&&sa.options.Domain.includes("accelerate.");qa=new Ce({Beacon:sa.options.BeaconReporter,clsReporter:sa.options.ClsReporter,bucket:kn.Bucket,region:kn.Region,apiName:Ar,realApi:Ar,accelerate:Hi,fileKey:kn.Key,fileSize:To,deepTracker:sa.options.DeepTracker,customId:sa.options.CustomId,delay:sa.options.TrackerDelay})}kn.tracker=qa;var na=function(xs){return xs&&xs.headers&&(xs.headers["x-cos-request-id"]&&(xs.RequestId=xs.headers["x-cos-request-id"]),xs.headers["x-ci-request-id"]&&(xs.RequestId=xs.headers["x-ci-request-id"]),xs.headers["x-cos-version-id"]&&(xs.VersionId=xs.headers["x-cos-version-id"]),xs.headers["x-cos-delete-marker"]&&(xs.DeleteMarker=xs.headers["x-cos-delete-marker"])),xs},Ma=function(xs,ju){qa&&qa.report(xs,ju),Sa&&Sa(na(xs),na(ju))},Ns=function(){if(Ar!=="getService"&&Ar!=="abortUploadTask"){var xs=Tr.call(sa,Ar,kn);if(xs)return"missing param "+xs;if(kn.Region){if(sa.options.CompatibilityMode){if(!/^([a-z\d-.]+)$/.test(kn.Region))return"Region format error."}else{if(kn.Region.indexOf("cos.")>-1)return'param Region should not be start with "cos."';if(!/^([a-z\d-]+)$/.test(kn.Region))return"Region format error."}!sa.options.CompatibilityMode&&kn.Region.indexOf("-")===-1&&kn.Region!=="yfb"&&kn.Region!=="default"&&kn.Region!=="accelerate"&&console.warn("warning: param Region format error, find help here: https://cloud.tencent.com/document/product/436/6224")}if(kn.Bucket){if(!/^([a-z\d-]+)-(\d+)$/.test(kn.Bucket))if(kn.AppId)kn.Bucket=kn.Bucket+"-"+kn.AppId;else if(sa.options.AppId)kn.Bucket=kn.Bucket+"-"+sa.options.AppId;else return'Bucket should format as "test-1250000000".';kn.AppId&&(console.warn('warning: AppId has been deprecated, Please put it at the end of parameter Bucket(E.g Bucket:"test-1250000000" ).'),delete kn.AppId)}!sa.options.UseRawKey&&kn.Key&&kn.Key.substr(0,1)==="/"&&(kn.Key=kn.Key.substr(1))}},cs=Ns(),vl=["getAuth","getObjectUrl"].includes(Ar);if(typeof Promise=="function"&&!vl&&!Sa)return new Promise(function(Au,xs){if(Sa=function(Lu,Pc){Lu?xs(Lu):Au(Pc)},cs)return Ma(Kn.error(new Error(cs)));On.call(sa,kn,Ma)});if(cs)return Ma(Kn.error(new Error(cs)));var Bl=On.call(sa,kn,Ma);if(vl)return Bl}},Cr=function(Ar,On){var kn=this,Sa=0,sa=0,qa=Date.now(),To,Hi;function na(){if(Hi=0,On&&typeof On=="function"){To=Date.now();var Ma=Math.max(0,Math.round((sa-Sa)/((To-qa)/1e3)*100)/100)||0,Ns;sa===0&&Ar===0?Ns=1:Ns=Math.floor(sa/Ar*100)/100||0,qa=To,Sa=sa;try{On({loaded:sa,total:Ar,speed:Ma,percent:Ns})}catch{}}}return function(Ma,Ns){if(Ma&&(sa=Ma.loaded,Ar=Ma.total),Ns)clearTimeout(Hi),na();else{if(Hi)return;Hi=setTimeout(na,kn.options.ProgressInterval)}}},Dr=function(Ar,On,kn){var Sa;if(typeof On.Body=="string"?On.Body=new Blob([On.Body],{type:"text/plain"}):On.Body instanceof ArrayBuffer&&(On.Body=new Blob([On.Body])),On.Body&&(On.Body instanceof Blob||On.Body.toString()==="[object File]"||On.Body.toString()==="[object Blob]"))Sa=On.Body.size;else{kn(Kn.error(new Error("params body format error, Only allow File|Blob|String.")));return}On.ContentLength=Sa,kn(null,Sa)},Rr=function(Ar){return Date.now()+(Ar||0)},Wr=function(Ar,On){var kn=Ar;return Ar.message=Ar.message||null,typeof On=="string"?(Ar.error=On,Ar.message=On):$(On)==="object"&&On!==null&&(Ir(Ar,On),(On.code||On.name)&&(Ar.code=On.code||On.name),On.message&&(Ar.message=On.message),On.stack&&(Ar.stack=On.stack)),typeof Object.defineProperty=="function"&&(Object.defineProperty(Ar,"name",{writable:!0,enumerable:!1}),Object.defineProperty(Ar,"message",{enumerable:!0})),Ar.name=On&&On.name||Ar.name||Ar.code||"Error",Ar.code||(Ar.code=Ar.name),Ar.error||(Ar.error=yr(kn)),Ar},Kr=function(){return(typeof globalThis>"u"?"undefined":$(globalThis))==="object"&&(globalThis.constructor.name==="DedicatedWorkerGlobalScope"||globalThis.FileReaderSync)},Nr=function(){return(typeof window>"u"?"undefined":$(window))!=="object"&&(typeof L>"u"?"undefined":$(L))==="object"&&!0&&!Kr()},Fr=function(Ar){return/^https?:\/\/([^/]+\.)?ci\.[^/]+/.test(Ar)},Qr=function(){if((typeof navigator>"u"?"undefined":$(navigator))!=="object")return!1;var Gr=navigator.userAgent,Ar=!!Gr.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/);return Ar}(),ca=function(){return(typeof navigator>"u"?"undefined":$(navigator))!=="object"?!1:/\sQQ/i.test(navigator.userAgent)}(),Po=function(Ar,On){var kn=he.encode(Ar);return On&&(kn=kn.replaceAll("+","-").replaceAll("/","_").replaceAll("=","")),kn},Wa=function(Ar){return Ar?he.decode(Ar):""},Go=function(Ar){var On=Ar.split("/"),kn=[],Sa=j(On),sa;try{for(Sa.s();!(sa=Sa.n()).done;){var qa=sa.value;qa===".."?kn.length&&kn.pop():qa.length&&qa!=="."&&kn.push(qa)}}catch(To){Sa.e(To)}finally{Sa.f()}return"/"+kn.join("/")},us=function(Ar){var On;if(Ar&&typeof Ar=="string"){var kn=Ar.trim(),Sa=kn.indexOf("<")===0,sa=kn.indexOf("{")===0;if(Sa)On=Kn.xml2json(Ar)||{};else if(sa)try{var qa=Ar.replace(/\n/g," "),To=JSON.parse(qa);Object.prototype.toString.call(To)==="[object Object]"?On=To:On=Ar}catch{On=Ar}else On=Ar}else On=Ar||{};return On},Kn={noop:nr,formatParams:Br,apiWrapper:vr,xml2json:_e,json2xml:Ne,md5:re,clearKey:ur,fileSlice:hr,getBodyMd5:Er,getFileMd5:xr,b64:zr,extend:Ir,isArray:Mr,isInArray:mr,makeArray:gr,each:jr,map:Hr,filter:Vr,clone:yr,attr:br,uuid:Sr,camSafeUrlEncode:Fe,throttleOnProgress:Cr,getFileSize:Dr,getSkewTime:Rr,error:Wr,obj2str:kt,getAuth:qe,parseSelectPayload:rr,getSourceParams:ar,isBrowser:!0,isNode:Nr,isCIHost:Fr,isIOS_QQ:Qr&&ca,encodeBase64:Po,decodeBase64:Wa,simplifyPath:Go,readAsBinaryString:cr,parseResBody:us};y.exports=Kn}).call(this,k("./node_modules/process/browser.js"))}})})})(cosJsSdkV5);var cosJsSdkV5Exports=cosJsSdkV5.exports;const COS=getDefaultExportFromCjs(cosJsSdkV5Exports);var toString$1=Object.prototype.toString,isModern=typeof Buffer$2<"u"&&typeof Buffer$2.alloc=="function"&&typeof Buffer$2.allocUnsafe=="function"&&typeof Buffer$2.from=="function";function isArrayBuffer$1(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$2.from(e.slice(t,t+y)):new Buffer$2(new Uint8Array(e.slice(t,t+y)))}function fromString(e,t){if((typeof t!="string"||t==="")&&(t="utf8"),!Buffer$2.isEncoding(t))throw new TypeError('"encoding" must be a valid string encoding');return isModern?Buffer$2.from(e,t):new Buffer$2(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$2.from(e):new Buffer$2(e)}var bufferFrom_1=bufferFrom;const Buffer=getDefaultExportFromCjs(bufferFrom_1);var byteToHex=[];for(var i=0;i<256;++i)byteToHex.push((i+256).toString(16).slice(1));function unsafeStringify(e,t=0){return(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()}var getRandomValues,rnds8=new Uint8Array(16);function rng(){if(!getRandomValues&&(getRandomValues=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!getRandomValues))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return getRandomValues(rnds8)}var randomUUID=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto);const native={randomUUID};function v4(e,t,y){if(native.randomUUID&&!t&&!e)return native.randomUUID();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 k=0;k<16;++k)t[y+k]=n[k];return t}return unsafeStringify(n)}var __extends$3=function(){var e=function(t,y){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,k){n.__proto__=k}||function(n,k){for(var L in k)k.hasOwnProperty(L)&&(n[L]=k[L])},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,L){var $=e.call(this,QiniuErrorName.RequestError,k)||this;return $.code=y,$.reqId=n,$.isRequestError=!0,$.data=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,k){y.queue.push({task:t,resolve:n,reject:k}),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(k){t.run(k)})}},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,k){n.__proto__=k}||function(n,k){for(var L in k)k.hasOwnProperty(L)&&(n[L]=k[L])},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 k in t)Object.prototype.hasOwnProperty.call(t,k)&&(e[k]=t[k])}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,k){var L=e.call(this)||this;return L.isStopped=!1,y&&typeof y=="object"?L.destination=y:L.destination=__assign$6(__assign$6(__assign$6({},y&&{next:y}),n&&{error:n}),k&&{complete:k}),L}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 k=new Subscriber(t,y,n);return k.add(this._subscribe(k)),k},e}();function utf8Encode(e){if(e===null||typeof e>"u")return"";var t=e+"",y="",n,k,L=0;n=k=0,L=t.length;for(var $=0;$<L;$++){var j=t.charCodeAt($),V=null;if(j<128)k++;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 "+$);var z=t.charCodeAt(++$);if((z&64512^56320)>0)throw new RangeError("Unmatched lead surrogate at "+($-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&&(k>n&&(y+=t.slice(n,k)),y+=V,n=k=$+1)}return k>n&&(y+=t.slice(n,L)),y}function utf8Decode(e){var t=[],y=0,n=0,k=0;for(e+="";y<e.length;){n=e.charCodeAt(y)&255,k=0,n<=191?(n=n&127,k=1):n<=223?(n=n&31,k=2):n<=239?(n=n&15,k=3):(n=n&7,k=4);for(var L=1;L<k;++L)n=n<<6|e.charCodeAt(L+y)&63;k===4?(n-=65536,t.push(String.fromCharCode(55296|n>>10&1023)),t.push(String.fromCharCode(56320|n&1023))):t.push(String.fromCharCode(n)),y+=k}return t.join("")}function base64Encode(e){var t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",y,n,k,L,$,j,V,z,re=0,ie=0,oe="",ue=[];if(!e)return e;e=utf8Encode(e+"");do y=e.charCodeAt(re++),n=e.charCodeAt(re++),k=e.charCodeAt(re++),z=y<<16|n<<8|k,L=z>>18&63,$=z>>12&63,j=z>>6&63,V=z&63,ue[ie++]=t.charAt(L)+t.charAt($)+t.charAt(j)+t.charAt(V);while(re<e.length);switch(oe=ue.join(""),e.length%3){case 1:oe=oe.slice(0,-2)+"==";break;case 2:oe=oe.slice(0,-1)+"=";break}return oe}function base64Decode(e){var t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",y,n,k,L,$,j,V,z,re=0,ie=0,oe="",ue=[];if(!e)return e;e+="";do L=t.indexOf(e.charAt(re++)),$=t.indexOf(e.charAt(re++)),j=t.indexOf(e.charAt(re++)),V=t.indexOf(e.charAt(re++)),z=L<<18|$<<12|j<<6|V,y=z>>16&255,n=z>>8&255,k=z&255,j===64?ue[ie++]=String.fromCharCode(y):V===64?ue[ie++]=String.fromCharCode(y,n):ue[ie++]=String.fromCharCode(y,n,k);while(re<e.length);return oe=ue.join(""),utf8Decode(oe)}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 k(he,Ce){var _e=he[0],Ne=he[1],Fe=he[2],Ue=he[3];_e+=(Ne&Fe|~Ne&Ue)+Ce[0]-680876936|0,_e=(_e<<7|_e>>>25)+Ne|0,Ue+=(_e&Ne|~_e&Fe)+Ce[1]-389564586|0,Ue=(Ue<<12|Ue>>>20)+_e|0,Fe+=(Ue&_e|~Ue&Ne)+Ce[2]+606105819|0,Fe=(Fe<<17|Fe>>>15)+Ue|0,Ne+=(Fe&Ue|~Fe&_e)+Ce[3]-1044525330|0,Ne=(Ne<<22|Ne>>>10)+Fe|0,_e+=(Ne&Fe|~Ne&Ue)+Ce[4]-176418897|0,_e=(_e<<7|_e>>>25)+Ne|0,Ue+=(_e&Ne|~_e&Fe)+Ce[5]+1200080426|0,Ue=(Ue<<12|Ue>>>20)+_e|0,Fe+=(Ue&_e|~Ue&Ne)+Ce[6]-1473231341|0,Fe=(Fe<<17|Fe>>>15)+Ue|0,Ne+=(Fe&Ue|~Fe&_e)+Ce[7]-45705983|0,Ne=(Ne<<22|Ne>>>10)+Fe|0,_e+=(Ne&Fe|~Ne&Ue)+Ce[8]+1770035416|0,_e=(_e<<7|_e>>>25)+Ne|0,Ue+=(_e&Ne|~_e&Fe)+Ce[9]-1958414417|0,Ue=(Ue<<12|Ue>>>20)+_e|0,Fe+=(Ue&_e|~Ue&Ne)+Ce[10]-42063|0,Fe=(Fe<<17|Fe>>>15)+Ue|0,Ne+=(Fe&Ue|~Fe&_e)+Ce[11]-1990404162|0,Ne=(Ne<<22|Ne>>>10)+Fe|0,_e+=(Ne&Fe|~Ne&Ue)+Ce[12]+1804603682|0,_e=(_e<<7|_e>>>25)+Ne|0,Ue+=(_e&Ne|~_e&Fe)+Ce[13]-40341101|0,Ue=(Ue<<12|Ue>>>20)+_e|0,Fe+=(Ue&_e|~Ue&Ne)+Ce[14]-1502002290|0,Fe=(Fe<<17|Fe>>>15)+Ue|0,Ne+=(Fe&Ue|~Fe&_e)+Ce[15]+1236535329|0,Ne=(Ne<<22|Ne>>>10)+Fe|0,_e+=(Ne&Ue|Fe&~Ue)+Ce[1]-165796510|0,_e=(_e<<5|_e>>>27)+Ne|0,Ue+=(_e&Fe|Ne&~Fe)+Ce[6]-1069501632|0,Ue=(Ue<<9|Ue>>>23)+_e|0,Fe+=(Ue&Ne|_e&~Ne)+Ce[11]+643717713|0,Fe=(Fe<<14|Fe>>>18)+Ue|0,Ne+=(Fe&_e|Ue&~_e)+Ce[0]-373897302|0,Ne=(Ne<<20|Ne>>>12)+Fe|0,_e+=(Ne&Ue|Fe&~Ue)+Ce[5]-701558691|0,_e=(_e<<5|_e>>>27)+Ne|0,Ue+=(_e&Fe|Ne&~Fe)+Ce[10]+38016083|0,Ue=(Ue<<9|Ue>>>23)+_e|0,Fe+=(Ue&Ne|_e&~Ne)+Ce[15]-660478335|0,Fe=(Fe<<14|Fe>>>18)+Ue|0,Ne+=(Fe&_e|Ue&~_e)+Ce[4]-405537848|0,Ne=(Ne<<20|Ne>>>12)+Fe|0,_e+=(Ne&Ue|Fe&~Ue)+Ce[9]+568446438|0,_e=(_e<<5|_e>>>27)+Ne|0,Ue+=(_e&Fe|Ne&~Fe)+Ce[14]-1019803690|0,Ue=(Ue<<9|Ue>>>23)+_e|0,Fe+=(Ue&Ne|_e&~Ne)+Ce[3]-187363961|0,Fe=(Fe<<14|Fe>>>18)+Ue|0,Ne+=(Fe&_e|Ue&~_e)+Ce[8]+1163531501|0,Ne=(Ne<<20|Ne>>>12)+Fe|0,_e+=(Ne&Ue|Fe&~Ue)+Ce[13]-1444681467|0,_e=(_e<<5|_e>>>27)+Ne|0,Ue+=(_e&Fe|Ne&~Fe)+Ce[2]-51403784|0,Ue=(Ue<<9|Ue>>>23)+_e|0,Fe+=(Ue&Ne|_e&~Ne)+Ce[7]+1735328473|0,Fe=(Fe<<14|Fe>>>18)+Ue|0,Ne+=(Fe&_e|Ue&~_e)+Ce[12]-1926607734|0,Ne=(Ne<<20|Ne>>>12)+Fe|0,_e+=(Ne^Fe^Ue)+Ce[5]-378558|0,_e=(_e<<4|_e>>>28)+Ne|0,Ue+=(_e^Ne^Fe)+Ce[8]-2022574463|0,Ue=(Ue<<11|Ue>>>21)+_e|0,Fe+=(Ue^_e^Ne)+Ce[11]+1839030562|0,Fe=(Fe<<16|Fe>>>16)+Ue|0,Ne+=(Fe^Ue^_e)+Ce[14]-35309556|0,Ne=(Ne<<23|Ne>>>9)+Fe|0,_e+=(Ne^Fe^Ue)+Ce[1]-1530992060|0,_e=(_e<<4|_e>>>28)+Ne|0,Ue+=(_e^Ne^Fe)+Ce[4]+1272893353|0,Ue=(Ue<<11|Ue>>>21)+_e|0,Fe+=(Ue^_e^Ne)+Ce[7]-155497632|0,Fe=(Fe<<16|Fe>>>16)+Ue|0,Ne+=(Fe^Ue^_e)+Ce[10]-1094730640|0,Ne=(Ne<<23|Ne>>>9)+Fe|0,_e+=(Ne^Fe^Ue)+Ce[13]+681279174|0,_e=(_e<<4|_e>>>28)+Ne|0,Ue+=(_e^Ne^Fe)+Ce[0]-358537222|0,Ue=(Ue<<11|Ue>>>21)+_e|0,Fe+=(Ue^_e^Ne)+Ce[3]-722521979|0,Fe=(Fe<<16|Fe>>>16)+Ue|0,Ne+=(Fe^Ue^_e)+Ce[6]+76029189|0,Ne=(Ne<<23|Ne>>>9)+Fe|0,_e+=(Ne^Fe^Ue)+Ce[9]-640364487|0,_e=(_e<<4|_e>>>28)+Ne|0,Ue+=(_e^Ne^Fe)+Ce[12]-421815835|0,Ue=(Ue<<11|Ue>>>21)+_e|0,Fe+=(Ue^_e^Ne)+Ce[15]+530742520|0,Fe=(Fe<<16|Fe>>>16)+Ue|0,Ne+=(Fe^Ue^_e)+Ce[2]-995338651|0,Ne=(Ne<<23|Ne>>>9)+Fe|0,_e+=(Fe^(Ne|~Ue))+Ce[0]-198630844|0,_e=(_e<<6|_e>>>26)+Ne|0,Ue+=(Ne^(_e|~Fe))+Ce[7]+1126891415|0,Ue=(Ue<<10|Ue>>>22)+_e|0,Fe+=(_e^(Ue|~Ne))+Ce[14]-1416354905|0,Fe=(Fe<<15|Fe>>>17)+Ue|0,Ne+=(Ue^(Fe|~_e))+Ce[5]-57434055|0,Ne=(Ne<<21|Ne>>>11)+Fe|0,_e+=(Fe^(Ne|~Ue))+Ce[12]+1700485571|0,_e=(_e<<6|_e>>>26)+Ne|0,Ue+=(Ne^(_e|~Fe))+Ce[3]-1894986606|0,Ue=(Ue<<10|Ue>>>22)+_e|0,Fe+=(_e^(Ue|~Ne))+Ce[10]-1051523|0,Fe=(Fe<<15|Fe>>>17)+Ue|0,Ne+=(Ue^(Fe|~_e))+Ce[1]-2054922799|0,Ne=(Ne<<21|Ne>>>11)+Fe|0,_e+=(Fe^(Ne|~Ue))+Ce[8]+1873313359|0,_e=(_e<<6|_e>>>26)+Ne|0,Ue+=(Ne^(_e|~Fe))+Ce[15]-30611744|0,Ue=(Ue<<10|Ue>>>22)+_e|0,Fe+=(_e^(Ue|~Ne))+Ce[6]-1560198380|0,Fe=(Fe<<15|Fe>>>17)+Ue|0,Ne+=(Ue^(Fe|~_e))+Ce[13]+1309151649|0,Ne=(Ne<<21|Ne>>>11)+Fe|0,_e+=(Fe^(Ne|~Ue))+Ce[4]-145523070|0,_e=(_e<<6|_e>>>26)+Ne|0,Ue+=(Ne^(_e|~Fe))+Ce[11]-1120210379|0,Ue=(Ue<<10|Ue>>>22)+_e|0,Fe+=(_e^(Ue|~Ne))+Ce[2]+718787259|0,Fe=(Fe<<15|Fe>>>17)+Ue|0,Ne+=(Ue^(Fe|~_e))+Ce[9]-343485551|0,Ne=(Ne<<21|Ne>>>11)+Fe|0,he[0]=_e+he[0]|0,he[1]=Ne+he[1]|0,he[2]=Fe+he[2]|0,he[3]=Ue+he[3]|0}function L(he){var Ce=[],_e;for(_e=0;_e<64;_e+=4)Ce[_e>>2]=he.charCodeAt(_e)+(he.charCodeAt(_e+1)<<8)+(he.charCodeAt(_e+2)<<16)+(he.charCodeAt(_e+3)<<24);return Ce}function $(he){var Ce=[],_e;for(_e=0;_e<64;_e+=4)Ce[_e>>2]=he[_e]+(he[_e+1]<<8)+(he[_e+2]<<16)+(he[_e+3]<<24);return Ce}function j(he){var Ce=he.length,_e=[1732584193,-271733879,-1732584194,271733878],Ne,Fe,Ue,kt,Et,Ve;for(Ne=64;Ne<=Ce;Ne+=64)k(_e,L(he.substring(Ne-64,Ne)));for(he=he.substring(Ne-64),Fe=he.length,Ue=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],Ne=0;Ne<Fe;Ne+=1)Ue[Ne>>2]|=he.charCodeAt(Ne)<<(Ne%4<<3);if(Ue[Ne>>2]|=128<<(Ne%4<<3),Ne>55)for(k(_e,Ue),Ne=0;Ne<16;Ne+=1)Ue[Ne]=0;return kt=Ce*8,kt=kt.toString(16).match(/(.*?)(.{0,8})$/),Et=parseInt(kt[2],16),Ve=parseInt(kt[1],16)||0,Ue[14]=Et,Ue[15]=Ve,k(_e,Ue),_e}function V(he){var Ce=he.length,_e=[1732584193,-271733879,-1732584194,271733878],Ne,Fe,Ue,kt,Et,Ve;for(Ne=64;Ne<=Ce;Ne+=64)k(_e,$(he.subarray(Ne-64,Ne)));for(he=Ne-64<Ce?he.subarray(Ne-64):new Uint8Array(0),Fe=he.length,Ue=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],Ne=0;Ne<Fe;Ne+=1)Ue[Ne>>2]|=he[Ne]<<(Ne%4<<3);if(Ue[Ne>>2]|=128<<(Ne%4<<3),Ne>55)for(k(_e,Ue),Ne=0;Ne<16;Ne+=1)Ue[Ne]=0;return kt=Ce*8,kt=kt.toString(16).match(/(.*?)(.{0,8})$/),Et=parseInt(kt[2],16),Ve=parseInt(kt[1],16)||0,Ue[14]=Et,Ue[15]=Ve,k(_e,Ue),_e}function z(he){var Ce="",_e;for(_e=0;_e<4;_e+=1)Ce+=n[he>>_e*8+4&15]+n[he>>_e*8&15];return Ce}function re(he){var Ce;for(Ce=0;Ce<he.length;Ce+=1)he[Ce]=z(he[Ce]);return he.join("")}re(j("hello")),typeof ArrayBuffer<"u"&&!ArrayBuffer.prototype.slice&&function(){function he(Ce,_e){return Ce=Ce|0||0,Ce<0?Math.max(Ce+_e,0):Math.min(Ce,_e)}ArrayBuffer.prototype.slice=function(Ce,_e){var Ne=this.byteLength,Fe=he(Ce,Ne),Ue=Ne,kt,Et,Ve,qe;return _e!==y&&(Ue=he(_e,Ne)),Fe>Ue?new ArrayBuffer(0):(kt=Ue-Fe,Et=new ArrayBuffer(kt),Ve=new Uint8Array(Et),qe=new Uint8Array(this,Fe,kt),Ve.set(qe),Et)}}();function ie(he){return/[\u0080-\uFFFF]/.test(he)&&(he=unescape(encodeURIComponent(he))),he}function oe(he,Ce){var _e=he.length,Ne=new ArrayBuffer(_e),Fe=new Uint8Array(Ne),Ue;for(Ue=0;Ue<_e;Ue+=1)Fe[Ue]=he.charCodeAt(Ue);return Ce?Fe:Ne}function ue(he){return String.fromCharCode.apply(null,new Uint8Array(he))}function de(he,Ce,_e){var Ne=new Uint8Array(he.byteLength+Ce.byteLength);return Ne.set(new Uint8Array(he)),Ne.set(new Uint8Array(Ce),he.byteLength),Ne}function pe(he){var Ce=[],_e=he.length,Ne;for(Ne=0;Ne<_e-1;Ne+=2)Ce.push(parseInt(he.substr(Ne,2),16));return String.fromCharCode.apply(String,Ce)}function Ie(){this.reset()}return Ie.prototype.append=function(he){return this.appendBinary(ie(he)),this},Ie.prototype.appendBinary=function(he){this._buff+=he,this._length+=he.length;var Ce=this._buff.length,_e;for(_e=64;_e<=Ce;_e+=64)k(this._hash,L(this._buff.substring(_e-64,_e)));return this._buff=this._buff.substring(_e-64),this},Ie.prototype.end=function(he){var Ce=this._buff,_e=Ce.length,Ne,Fe=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],Ue;for(Ne=0;Ne<_e;Ne+=1)Fe[Ne>>2]|=Ce.charCodeAt(Ne)<<(Ne%4<<3);return this._finish(Fe,_e),Ue=re(this._hash),he&&(Ue=pe(Ue)),this.reset(),Ue},Ie.prototype.reset=function(){return this._buff="",this._length=0,this._hash=[1732584193,-271733879,-1732584194,271733878],this},Ie.prototype.getState=function(){return{buff:this._buff,length:this._length,hash:this._hash.slice()}},Ie.prototype.setState=function(he){return this._buff=he.buff,this._length=he.length,this._hash=he.hash,this},Ie.prototype.destroy=function(){delete this._hash,delete this._buff,delete this._length},Ie.prototype._finish=function(he,Ce){var _e=Ce,Ne,Fe,Ue;if(he[_e>>2]|=128<<(_e%4<<3),_e>55)for(k(this._hash,he),_e=0;_e<16;_e+=1)he[_e]=0;Ne=this._length*8,Ne=Ne.toString(16).match(/(.*?)(.{0,8})$/),Fe=parseInt(Ne[2],16),Ue=parseInt(Ne[1],16)||0,he[14]=Fe,he[15]=Ue,k(this._hash,he)},Ie.hash=function(he,Ce){return Ie.hashBinary(ie(he),Ce)},Ie.hashBinary=function(he,Ce){var _e=j(he),Ne=re(_e);return Ce?pe(Ne):Ne},Ie.ArrayBuffer=function(){this.reset()},Ie.ArrayBuffer.prototype.append=function(he){var Ce=de(this._buff.buffer,he),_e=Ce.length,Ne;for(this._length+=he.byteLength,Ne=64;Ne<=_e;Ne+=64)k(this._hash,$(Ce.subarray(Ne-64,Ne)));return this._buff=Ne-64<_e?new Uint8Array(Ce.buffer.slice(Ne-64)):new Uint8Array(0),this},Ie.ArrayBuffer.prototype.end=function(he){var Ce=this._buff,_e=Ce.length,Ne=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],Fe,Ue;for(Fe=0;Fe<_e;Fe+=1)Ne[Fe>>2]|=Ce[Fe]<<(Fe%4<<3);return this._finish(Ne,_e),Ue=re(this._hash),he&&(Ue=pe(Ue)),this.reset(),Ue},Ie.ArrayBuffer.prototype.reset=function(){return this._buff=new Uint8Array(0),this._length=0,this._hash=[1732584193,-271733879,-1732584194,271733878],this},Ie.ArrayBuffer.prototype.getState=function(){var he=Ie.prototype.getState.call(this);return he.buff=ue(he.buff),he},Ie.ArrayBuffer.prototype.setState=function(he){return he.buff=oe(he.buff,!0),Ie.prototype.setState.call(this,he)},Ie.ArrayBuffer.prototype.destroy=Ie.prototype.destroy,Ie.ArrayBuffer.prototype._finish=Ie.prototype._finish,Ie.ArrayBuffer.hash=function(he,Ce){var _e=V(new Uint8Array(he)),Ne=re(_e);return Ce?pe(Ne):Ne},Ie})})(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 k in t)Object.prototype.hasOwnProperty.call(t,k)&&(e[k]=t[k])}return e},__assign$5.apply(this,arguments)},__awaiter$7=function(e,t,y,n){function k(L){return L instanceof y?L:new y(function($){$(L)})}return new(y||(y=Promise))(function(L,$){function j(re){try{z(n.next(re))}catch(ie){$(ie)}}function V(re){try{z(n.throw(re))}catch(ie){$(ie)}}function z(re){re.done?L(re.value):k(re.value).then(j,V)}z((n=n.apply(e,t||[])).next())})},__generator$7=function(e,t){var y={label:0,sent:function(){if(L[0]&1)throw L[1];return L[1]},trys:[],ops:[]},n,k,L,$;return $={next:j(0),throw:j(1),return:j(2)},typeof Symbol=="function"&&($[Symbol.iterator]=function(){return this}),$;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&&(L=z[0]&2?k.return:z[0]?k.throw||((L=k.return)&&L.call(k),0):k.next)&&!(L=L.call(k,z[1])).done)return L;switch(k=0,L&&(z=[z[0]&2,L.value]),z[0]){case 0:case 1:L=z;break;case 4:return y.label++,{value:z[1],done:!1};case 5:y.label++,k=z[1],z=[0];continue;case 7:z=y.ops.pop(),y.trys.pop();continue;default:if(L=y.trys,!(L=L.length>0&&L[L.length-1])&&(z[0]===6||z[0]===2)){y=0;continue}if(z[0]===3&&(!L||z[1]>L[0]&&z[1]<L[3])){y.label=z[1];break}if(z[0]===6&&y.label<L[1]){y.label=L[1],L=z;break}if(L&&y.label<L[2]){y.label=L[2],y.ops.push(z);break}L[2]&&y.ops.pop(),y.trys.pop();continue}z=t.call(e,y)}catch(re){z=[6,re],k=0}finally{n=L=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=[],k=Math.ceil(e.size/y),L=0;L<k;L++){var $=e.slice(y*L,L===k-1?e.size:y*(L+1));n.push($)}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(k){if(k.target){var L=k.target.result;t(L)}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 k=createXHR();if(k.open(t.method,e),t.onCreate&&t.onCreate(k),t.headers){var L=t.headers;Object.keys(L).forEach(function($){k.setRequestHeader($,L[$])})}k.upload.addEventListener("progress",function($){$.lengthComputable&&t.onProgress&&t.onProgress({loaded:$.loaded,total:$.total})}),k.onreadystatechange=function(){var $=k.responseText;if(k.readyState===4){var j=k.getResponseHeader("x-reqId")||"";if(k.status===0){n(new QiniuNetworkError("network error.",j));return}if(k.status!==200){var V="xhr request failed, code: "+k.status;$&&(V+=" response: "+$);var z=void 0;try{z=JSON.parse($)}catch{}n(new QiniuRequestError(k.status,j,V,z));return}try{y({data:JSON.parse($),reqId:j})}catch(re){n(re)}}},k.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 k=n.scope.split(":")[0];if(!k)throw new QiniuError(QiniuErrorName.InvalidToken,"resolve bucketName failed.");return{assessKey:y,bucketName:k,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(k){var L=encodeURIComponent(stringifyPrimitive(k))+y;return Array.isArray(e[k])?e[k].map(function($){return L+encodeURIComponent(stringifyPrimitive($))}).join(t):L+encodeURIComponent(stringifyPrimitive(e[k]))}).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 k in t)Object.prototype.hasOwnProperty.call(t,k)&&(e[k]=t[k])}return e},__assign$4.apply(this,arguments)},__awaiter$6=function(e,t,y,n){function k(L){return L instanceof y?L:new y(function($){$(L)})}return new(y||(y=Promise))(function(L,$){function j(re){try{z(n.next(re))}catch(ie){$(ie)}}function V(re){try{z(n.throw(re))}catch(ie){$(ie)}}function z(re){re.done?L(re.value):k(re.value).then(j,V)}z((n=n.apply(e,t||[])).next())})},__generator$6=function(e,t){var y={label:0,sent:function(){if(L[0]&1)throw L[1];return L[1]},trys:[],ops:[]},n,k,L,$;return $={next:j(0),throw:j(1),return:j(2)},typeof Symbol=="function"&&($[Symbol.iterator]=function(){return this}),$;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&&(L=z[0]&2?k.return:z[0]?k.throw||((L=k.return)&&L.call(k),0):k.next)&&!(L=L.call(k,z[1])).done)return L;switch(k=0,L&&(z=[z[0]&2,L.value]),z[0]){case 0:case 1:L=z;break;case 4:return y.label++,{value:z[1],done:!1};case 5:y.label++,k=z[1],z=[0];continue;case 7:z=y.ops.pop(),y.trys.pop();continue;default:if(L=y.trys,!(L=L.length>0&&L[L.length-1])&&(z[0]===6||z[0]===2)){y=0;continue}if(z[0]===3&&(!L||z[1]>L[0]&&z[1]<L[3])){y.label=z[1];break}if(z[0]===6&&y.label<L[1]){y.label=L[1],L=z;break}if(L&&y.label<L[2]){y.label=L[2],y.ops.push(z);break}L[2]&&y.ops.pop(),y.trys.pop();continue}z=t.call(e,y)}catch(re){z=[6,re],k=0}finally{n=L=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,k;return __generator$6(this,function(L){return n=stringify({ak:e,bucket:t}),k=y+"://api.qiniu.com/v2/query?"+n,[2,request(k,{method:"GET"})]})})}function getBaseUrl(e,t,y){var n=y.url,k=y.id;return n+"/buckets/"+e+"/objects/"+(t!=null?urlSafeBase64Encode(t):"~")+"/uploads/"+k}function initUploadParts(e,t,y,n){var k=n+"/buckets/"+t+"/objects/"+(y!=null?urlSafeBase64Encode(y):"~")+"/uploads";return request(k,{method:"POST",headers:getAuthHeaders(e)})}function uploadChunk(e,t,y,n,k){var L=getPutPolicy(e).bucketName,$=getBaseUrl(L,t,n)+("/"+y),j=getHeadersForChunkUpload(e);return k.md5&&(j["Content-MD5"]=k.md5),request($,__assign$4(__assign$4({},k),{method:"PUT",headers:j}))}function uploadComplete(e,t,y,n){var k=getPutPolicy(e).bucketName,L=getBaseUrl(k,t,y);return request(L,__assign$4(__assign$4({},n),{method:"POST",headers:getHeadersForMkFile(e)}))}function deleteUploadedChunks(e,t,y){var n=getPutPolicy(e).bucketName,k=getBaseUrl(n,t,y);return request(k,{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]]:(k=getPutPolicy(t),[4,getUpHosts(k.assessKey,k.bucketName,n)]);case 1:return L=j.sent(),$=L.data.up.acc.main,[2,n+"://"+$[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 k in t)Object.prototype.hasOwnProperty.call(t,k)&&(e[k]=t[k])}return e},__assign$3.apply(this,arguments)},__awaiter$5=function(e,t,y,n){function k(L){return L instanceof y?L:new y(function($){$(L)})}return new(y||(y=Promise))(function(L,$){function j(re){try{z(n.next(re))}catch(ie){$(ie)}}function V(re){try{z(n.throw(re))}catch(ie){$(ie)}}function z(re){re.done?L(re.value):k(re.value).then(j,V)}z((n=n.apply(e,t||[])).next())})},__generator$5=function(e,t){var y={label:0,sent:function(){if(L[0]&1)throw L[1];return L[1]},trys:[],ops:[]},n,k,L,$;return $={next:j(0),throw:j(1),return:j(2)},typeof Symbol=="function"&&($[Symbol.iterator]=function(){return this}),$;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&&(L=z[0]&2?k.return:z[0]?k.throw||((L=k.return)&&L.call(k),0):k.next)&&!(L=L.call(k,z[1])).done)return L;switch(k=0,L&&(z=[z[0]&2,L.value]),z[0]){case 0:case 1:L=z;break;case 4:return y.label++,{value:z[1],done:!1};case 5:y.label++,k=z[1],z=[0];continue;case 7:z=y.ops.pop(),y.trys.pop();continue;default:if(L=y.trys,!(L=L.length>0&&L[L.length-1])&&(z[0]===6||z[0]===2)){y=0;continue}if(z[0]===3&&(!L||z[1]>L[0]&&z[1]<L[3])){y.label=z[1];break}if(z[0]===6&&y.label<L[1]){y.label=L[1],L=z;break}if(L&&y.label<L[2]){y.label=L[2],y.ops.push(z);break}L[2]&&y.ops.pop(),y.trys.pop();continue}z=t.call(e,y)}catch(re){z=[6,re],k=0}finally{n=L=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)&&!(k=n.next()).done;)L.push(k.value)}catch(j){$={error:j}}finally{try{k&&!k.done&&(y=n.return)&&y.call(n)}finally{if($)throw $.error}}return L},__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,k){this.hostPool=n,this.logger=k,this.aborted=!1,this.retryCount=0,this.xhrList=[],this.config=t.config,k.info("config inited.",this.config),this.putExtra=__assign$3({fname:""},t.putExtra),k.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 L=getPutPolicy(this.token);this.bucketName=L.bucketName,this.assessKey=L.assessKey}catch($){k.error("get putPolicy from token failed.",$),this.onError($)}}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,k;return __generator$5(this,function(L){switch(L.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];L.label=1;case 1:return L.trys.push([1,4,,5]),this.uploadAt=new Date().getTime(),[4,this.checkAndUpdateUploadHost()];case 2:return L.sent(),[4,this.run()];case 3:return t=L.sent(),this.onComplete(t.data),this.checkAndUnfreezeHost(),this.sendLog(t.reqId,200),[2];case 4:return y=L.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,k=RETRY_CODE_LIST.includes(y.code),k&&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,k;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((k=this.uploadHost)===null||k===void 0?void 0:k.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,k){n.__proto__=k}||function(n,k){for(var L in k)k.hasOwnProperty(L)&&(n[L]=k[L])},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 k in t)Object.prototype.hasOwnProperty.call(t,k)&&(e[k]=t[k])}return e},__assign$2.apply(this,arguments)},__awaiter$4=function(e,t,y,n){function k(L){return L instanceof y?L:new y(function($){$(L)})}return new(y||(y=Promise))(function(L,$){function j(re){try{z(n.next(re))}catch(ie){$(ie)}}function V(re){try{z(n.throw(re))}catch(ie){$(ie)}}function z(re){re.done?L(re.value):k(re.value).then(j,V)}z((n=n.apply(e,t||[])).next())})},__generator$4=function(e,t){var y={label:0,sent:function(){if(L[0]&1)throw L[1];return L[1]},trys:[],ops:[]},n,k,L,$;return $={next:j(0),throw:j(1),return:j(2)},typeof Symbol=="function"&&($[Symbol.iterator]=function(){return this}),$;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&&(L=z[0]&2?k.return:z[0]?k.throw||((L=k.return)&&L.call(k),0):k.next)&&!(L=L.call(k,z[1])).done)return L;switch(k=0,L&&(z=[z[0]&2,L.value]),z[0]){case 0:case 1:L=z;break;case 4:return y.label++,{value:z[1],done:!1};case 5:y.label++,k=z[1],z=[0];continue;case 7:z=y.ops.pop(),y.trys.pop();continue;default:if(L=y.trys,!(L=L.length>0&&L[L.length-1])&&(z[0]===6||z[0]===2)){y=0;continue}if(z[0]===3&&(!L||z[1]>L[0]&&z[1]<L[3])){y.label=z[1];break}if(z[0]===6&&y.label<L[1]){y.label=L[1],L=z;break}if(L&&y.label<L[2]){y.label=L[2],y.ops.push(z);break}L[2]&&y.ops.pop(),y.trys.pop();continue}z=t.call(e,y)}catch(re){z=[6,re],k=0}finally{n=L=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,k=this.getLocalKey(),L=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(L)];case 3:return V.sent(),[4,this.mkFileReq()];case 4:return n=V.sent(),[3,6];case 5:throw $=V.sent(),$ instanceof QiniuRequestError&&($.code===612||$.code===400)&&removeLocalFileInfo(k,this.logger),$;case 6:return removeLocalFileInfo(k,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,ie,oe=this;return __generator$4(this,function(ue){switch(ue.label){case 0:return n=y.index,k=y.chunk,L=this.cachedUploadedList[n],this.logger.info("upload part "+n+", cache:",L),$=this.config.checkByMD5,j=function(){oe.usedCacheList[n]=!0,oe.updateChunkProgress(k.size,n),oe.uploadedList[n]=L,oe.updateLocalCache()},L&&!$?(j(),[2]):[4,computeMd5(k)];case 1:return V=ue.sent(),this.logger.info("computed part md5.",V),L&&V===L.md5?(j(),[2]):(this.usedCacheList[n]=!1,z=function(de){oe.updateChunkProgress(de.loaded,n)},re={body:k,md5:this.config.checkByServer?V:void 0,onProgress:z,onCreate:function(de){return oe.addXhr(de)}},this.logger.info("part "+n+" start uploading."),[4,uploadChunk(this.token,this.key,y.index+1,this.getUploadInfo(),re)]);case 2:return ie=ue.sent(),this.logger.info("part "+n+" upload completed."),z({loaded:k.size,total:k.size}),this.uploadedList[n]={etag:ie.data.etag,md5:ie.data.md5,size:k.size},this.updateLocalCache(),[2]}})})},t.prototype.mkFileReq=function(){return __awaiter$4(this,void 0,void 0,function(){var y,n,k=this;return __generator$4(this,function(L){switch(L.label){case 0:return y=__assign$2(__assign$2(__assign$2({parts:this.uploadedList.map(function($,j){return{etag:$.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($){return k.addXhr($)},body:JSON.stringify(y)})];case 1:return n=L.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,k;return __generator$4(this,function(L){switch(L.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=L.sent(),this.logger.info("initd upload parts of id: "+n.data.uploadId+"."),this.uploadId=n.data.uploadId,this.cachedUploadedList=[],[3,3];case 2:k=["resume upload parts from local cache,","total "+y.data.length+" part,","id is "+y.id+"."],this.logger.info(k.join(" ")),this.cachedUploadedList=y.data,this.uploadId=y.id,L.label=3;case 3:return this.chunks=getChunks(this.file,this.config.chunkSize),this.loaded={mkFileProgress:0,chunks:this.chunks.map(function($){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,k){var L=y.usedCacheList[k];return y.getProgressInfoItem(y.loaded.chunks[k],n.size,L)}),uploadInfo:{id:this.uploadId,url:this.uploadHost.getUrl()}},this.onData(this.progress)},t}(Base),__awaiter$3=function(e,t,y,n){function k(L){return L instanceof y?L:new y(function($){$(L)})}return new(y||(y=Promise))(function(L,$){function j(re){try{z(n.next(re))}catch(ie){$(ie)}}function V(re){try{z(n.throw(re))}catch(ie){$(ie)}}function z(re){re.done?L(re.value):k(re.value).then(j,V)}z((n=n.apply(e,t||[])).next())})},__generator$3=function(e,t){var y={label:0,sent:function(){if(L[0]&1)throw L[1];return L[1]},trys:[],ops:[]},n,k,L,$;return $={next:j(0),throw:j(1),return:j(2)},typeof Symbol=="function"&&($[Symbol.iterator]=function(){return this}),$;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&&(L=z[0]&2?k.return:z[0]?k.throw||((L=k.return)&&L.call(k),0):k.next)&&!(L=L.call(k,z[1])).done)return L;switch(k=0,L&&(z=[z[0]&2,L.value]),z[0]){case 0:case 1:L=z;break;case 4:return y.label++,{value:z[1],done:!1};case 5:y.label++,k=z[1],z=[0];continue;case 7:z=y.ops.pop(),y.trys.pop();continue;default:if(L=y.trys,!(L=L.length>0&&L[L.length-1])&&(z[0]===6||z[0]===2)){y=0;continue}if(z[0]===3&&(!L||z[1]>L[0]&&z[1]<L[3])){y.label=z[1];break}if(z[0]===6&&y.label<L[1]){y.label=L[1],L=z;break}if(L&&y.label<L[2]){y.label=L[2],y.ops.push(z);break}L[2]&&y.ops.pop(),y.trys.pop();continue}z=t.call(e,y)}catch(re){z=[6,re],k=0}finally{n=L=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,k=0;k<8;k++)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,L){var $=new FileReader;$.onload=function(){if($.result==null){L();return}if(typeof $.result=="string"){L();return}k(new Uint8Array($.result))},$.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),k=0,V.label=3;case 3:return k<n?(L=k*MB,$=k===n-1?t.size:L+MB,[4,this.readAsUint8Array(t.slice(L,$))]):[3,6];case 4:j=V.sent(),this.append(new Uint8Array(j)),V.label=5;case 5:return k++,[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,k){n.__proto__=k}||function(n,k){for(var L in k)k.hasOwnProperty(L)&&(n[L]=k[L])},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(L){return L instanceof y?L:new y(function($){$(L)})}return new(y||(y=Promise))(function(L,$){function j(re){try{z(n.next(re))}catch(ie){$(ie)}}function V(re){try{z(n.throw(re))}catch(ie){$(ie)}}function z(re){re.done?L(re.value):k(re.value).then(j,V)}z((n=n.apply(e,t||[])).next())})},__generator$2=function(e,t){var y={label:0,sent:function(){if(L[0]&1)throw L[1];return L[1]},trys:[],ops:[]},n,k,L,$;return $={next:j(0),throw:j(1),return:j(2)},typeof Symbol=="function"&&($[Symbol.iterator]=function(){return this}),$;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&&(L=z[0]&2?k.return:z[0]?k.throw||((L=k.return)&&L.call(k),0):k.next)&&!(L=L.call(k,z[1])).done)return L;switch(k=0,L&&(z=[z[0]&2,L.value]),z[0]){case 0:case 1:L=z;break;case 4:return y.label++,{value:z[1],done:!1};case 5:y.label++,k=z[1],z=[0];continue;case 7:z=y.ops.pop(),y.trys.pop();continue;default:if(L=y.trys,!(L=L.length>0&&L[L.length-1])&&(z[0]===6||z[0]===2)){y=0;continue}if(z[0]===3&&(!L||z[1]>L[0]&&z[1]<L[3])){y.label=z[1];break}if(z[0]===6&&y.label<L[1]){y.label=L[1],L=z;break}if(L&&y.label<L[2]){y.label=L[2],y.ops.push(z);break}L[2]&&y.ops.pop(),y.trys.pop();continue}z=t.call(e,y)}catch(re){z=[6,re],k=0}finally{n=L=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."),k=this.putExtra.customVars,Object.keys(k).forEach(function(z){return y.append(z,k[z].toString())}),this.logger.info("customVars inited.")),this.putExtra.metadata&&(this.logger.info("init metadata."),L=this.putExtra.metadata,Object.keys(L).forEach(function(z){return y.append(z,L[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 $=V.sent(),this.logger.info("Direct progress finish."),this.finishDirectProgress(),[2,$]}})})},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 k=[t.code||"",t.reqId||"",t.host||"",t.remoteIp||"",t.port||"",t.duration||"",t.time||"",t.bytesSent||"",t.upType||"",t.size||""].join(",");n.send(k)}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)&&!(k=n.next()).done;)L.push(k.value)}catch(j){$={error:j}}finally{try{k&&!k.done&&(y=n.return)&&y.call(n)}finally{if($)throw $.error}}return L},__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,k){y===void 0&&(y=!0),n===void 0&&(n="OFF"),k===void 0&&(k="UPLOAD"),this.token=t,this.disableReport=y,this.level=n,this.prefix=k,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(L){return L instanceof y?L:new y(function($){$(L)})}return new(y||(y=Promise))(function(L,$){function j(re){try{z(n.next(re))}catch(ie){$(ie)}}function V(re){try{z(n.throw(re))}catch(ie){$(ie)}}function z(re){re.done?L(re.value):k(re.value).then(j,V)}z((n=n.apply(e,t||[])).next())})},__generator$1=function(e,t){var y={label:0,sent:function(){if(L[0]&1)throw L[1];return L[1]},trys:[],ops:[]},n,k,L,$;return $={next:j(0),throw:j(1),return:j(2)},typeof Symbol=="function"&&($[Symbol.iterator]=function(){return this}),$;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&&(L=z[0]&2?k.return:z[0]?k.throw||((L=k.return)&&L.call(k),0):k.next)&&!(L=L.call(k,z[1])).done)return L;switch(k=0,L&&(z=[z[0]&2,L.value]),z[0]){case 0:case 1:L=z;break;case 4:return y.label++,{value:z[1],done:!1};case 5:y.label++,k=z[1],z=[0];continue;case 7:z=y.ops.pop(),y.trys.pop();continue;default:if(L=y.trys,!(L=L.length>0&&L[L.length-1])&&(z[0]===6||z[0]===2)){y=0;continue}if(z[0]===3&&(!L||z[1]>L[0]&&z[1]<L[3])){y.label=z[1];break}if(z[0]===6&&y.label<L[1]){y.label=L[1],L=z;break}if(L&&y.label<L[2]){y.label=L[2],y.ops.push(z);break}L[2]&&y.ops.pop(),y.trys.pop();continue}z=t.call(e,y)}catch(re){z=[6,re],k=0}finally{n=L=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)&&!(k=n.next()).done;)L.push(k.value)}catch(j){$={error:j}}finally{try{k&&!k.done&&(y=n.return)&&y.call(n)}finally{if($)throw $.error}}return L},__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,k){this.cachedHostsMap.set(t+"@"+y,n.map(function(L){return new Host(L,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(ie){switch(ie.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=ie.sent(),(z==null?void 0:z.data)!=null&&(re=__spread$1(((L=(k=z.data.up)===null||k===void 0?void 0:k.acc)===null||L===void 0?void 0:L.main)||[],((j=($=z.data.up)===null||$===void 0?void 0:$.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(),k=this.cachedHostsMap.get(t+"@"+y)||[],k.length===0?[2,null]:(L=k.filter(function(V){return!V.isFrozen()}),L.length>0?[2,L[0]]:($=k.slice().sort(function(V,z){return(V.getUnfreezeTime()||0)-(z.getUnfreezeTime()||0)}),[2,$[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,k){var L=new Logger(y,k==null?void 0:k.disableStatisticsReport,k==null?void 0:k.debugLogLevel,e.name),$={file:e,key:t,token:y,putExtra:n,config:normalizeUploadConfig(k,L)},j=new HostPool($.config.uphost);return new Observable(function(V){var z=createUploadManager($,{onData:function(re){return V.next(re)},onError:function(re){return V.error(re)},onComplete:function(re){return V.complete(re)}},j,L);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 k in t)Object.prototype.hasOwnProperty.call(t,k)&&(e[k]=t[k])}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 k=0,n=Object.getOwnPropertySymbols(e);k<n.length;k++)t.indexOf(n[k])<0&&Object.prototype.propertyIsEnumerable.call(e,n[k])&&(y[n[k]]=e[n[k]]);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)&&!(k=n.next()).done;)L.push(k.value)}catch(j){$={error:j}}finally{try{k&&!k.done&&(y=n.return)&&y.call(n)}finally{if($)throw $.error}}return L},__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,k=y.uphost,L=__rest(y,["upprotocol","uphost"]),$=__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},L);n&&($.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."),k)Array.isArray(k)?j.push.apply(j,__spread(k)):j.push(k);else if($!=null&&$.region){var V=regionUphostMap[$==null?void 0:$.region];$.useCdnDomain?j.push.apply(j,__spread(V.cdnUphost)):j.push.apply(j,__spread(V.srcUphost))}return __assign$1(__assign$1({},$),{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 k in t)Object.prototype.hasOwnProperty.call(t,k)&&(e[k]=t[k])}return e},__assign.apply(this,arguments)},__awaiter=function(e,t,y,n){function k(L){return L instanceof y?L:new y(function($){$(L)})}return new(y||(y=Promise))(function(L,$){function j(re){try{z(n.next(re))}catch(ie){$(ie)}}function V(re){try{z(n.throw(re))}catch(ie){$(ie)}}function z(re){re.done?L(re.value):k(re.value).then(j,V)}z((n=n.apply(e,[])).next())})},__generator=function(e,t){var y={label:0,sent:function(){if(L[0]&1)throw L[1];return L[1]},trys:[],ops:[]},n,k,L,$;return $={next:j(0),throw:j(1),return:j(2)},typeof Symbol=="function"&&($[Symbol.iterator]=function(){return this}),$;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&&(L=z[0]&2?k.return:z[0]?k.throw||((L=k.return)&&L.call(k),0):k.next)&&!(L=L.call(k,z[1])).done)return L;switch(k=0,L&&(z=[z[0]&2,L.value]),z[0]){case 0:case 1:L=z;break;case 4:return y.label++,{value:z[1],done:!1};case 5:y.label++,k=z[1],z=[0];continue;case 7:z=y.ops.pop(),y.trys.pop();continue;default:if(L=y.trys,!(L=L.length>0&&L[L.length-1])&&(z[0]===6||z[0]===2)){y=0;continue}if(z[0]===3&&(!L||z[1]>L[0]&&z[1]<L[3])){y.label=z[1];break}if(z[0]===6&&y.label<L[1]){y.label=L[1],L=z;break}if(L&&y.label<L[2]){y.label=L[2],y.ops.push(z);break}L[2]&&y.ops.pop(),y.trys.pop();continue}z=t.call(e,y)}catch(re){z=[6,re],k=0}finally{n=L=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(),k=1,this.config.maxWidth&&(k=Math.min(1,this.config.maxWidth/n.width)),this.config.maxHeight&&(k=Math.min(1,k,this.config.maxHeight/n.height)),t.width=n.width,t.height=n.height,[4,this.doScale(n,k)];case 3:return L=j.sent(),$=this.toBlob(L),$.size>this.file.size&&this.config.noCompressIfLarger?[2,{dist:this.file,width:t.width,height:t.height}]:[2,{dist:$,width:L.width,height:L.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 k=createObjectURL(t.file),L=new Image;L.onload=function(){y(L)},L.onerror=function(){n("image load error")},L.src=k})},e.prototype.getCanvas=function(t){var y=this;return new Promise(function(n,k){var L=document.createElement("canvas"),$=L.getContext("2d");if(!$){k(new QiniuError(QiniuErrorName.GetCanvasContextFailed,"context is null"));return}var j=t.width,V=t.height;L.height=V,L.width=j,y.clear($,j,V),$.drawImage(t,0,0),n(L)})},e.prototype.doScale=function(t,y){return __awaiter(this,void 0,void 0,function(){var n,k,L,$,j,V,z,re,ie,oe,ue,de,pe,Ie,he,Ce;return __generator(this,function(_e){if(y===1)return[2,t];if(n=t.getContext("2d"),k=Math.min(maxSteps,Math.ceil(1/y/scaleFactor)),L=Math.pow(y,1/k),$=document.createElement("canvas"),j=$.getContext("2d"),V=t.width,z=t.height,re=V,ie=z,$.width=V,$.height=z,!j||!n)throw new QiniuError(QiniuErrorName.GetCanvasContextFailed,"mctx or sctx can't be null");for(de=0;de<k;de++)pe=V*L|0,Ie=z*L|0,de===k-1&&(pe=re*y,Ie=ie*y),de%2===0?(oe=t,ue=j):(oe=$,ue=n),this.clear(ue,V,z),ue.drawImage(oe,0,0,V,z,0,0,pe,Ie),V=pe,z=Ie;return he=oe===t?$:t,Ce=ue.getImageData(0,0,V,z),he.width=V,he.height=z,ue.putImageData(Ce,0,0),[2,he]})})},e.prototype.toBlob=function(t){var y=t.toDataURL(this.outputType,this.config.quality),n=atob(y.split(",")[1]).split("").map(function(L){return L.charCodeAt(0)}),k=new Blob([new Uint8Array(n)],{type:this.outputType});return k},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,k=e.w,L=e.h,$=e.q,j=e.format;if(!k&&!L)throw"param w and h is empty in imageView2";var V="imageView2/"+encodeURIComponent(n);return V+=k?"/w/"+encodeURIComponent(k):"",V+=L?"/h/"+encodeURIComponent(L):"",V+=$?"/q/"+encodeURIComponent($):"",V+=j?"/format/"+encodeURIComponent(j):"",V}function imageMogr2(e,t,y){var n=e["auto-orient"],k=e.thumbnail,L=e.strip,$=e.gravity,j=e.crop,V=e.quality,z=e.rotate,re=e.format,ie=e.blur,oe="imageMogr2";return oe+=n?"/auto-orient":"",oe+=k?"/thumbnail/"+encodeURIComponent(k):"",oe+=L?"/strip":"",oe+=$?"/gravity/"+encodeURIComponent($):"",oe+=V?"/quality/"+encodeURIComponent(V):"",oe+=j?"/crop/"+encodeURIComponent(j):"",oe+=z?"/rotate/"+encodeURIComponent(z):"",oe+=re?"/format/"+encodeURIComponent(re):"",oe+=ie?"/blur/"+encodeURIComponent(ie):"",t&&y&&(oe=getImageUrl(t,y)+"?"+oe),oe}function watermark(e,t,y){var n=e.mode;if(!n)throw"mode can't be empty in watermark";var k="watermark/"+n;if(n!==1&&n!==2)throw"mode is wrong";if(n===1){var L=e.image;if(!L)throw"image can't be empty in watermark";k+=L?"/image/"+urlSafeBase64Encode(L):""}if(n===2){var $=e.text,j=e.font,V=e.fontsize,z=e.fill;if(!$)throw"text can't be empty in watermark";k+=$?"/text/"+urlSafeBase64Encode($):"",k+=j?"/font/"+urlSafeBase64Encode(j):"",k+=V?"/fontsize/"+V:"",k+=z?"/fill/"+urlSafeBase64Encode(z):""}var re=e.dissolve,ie=e.gravity,oe=e.dx,ue=e.dy;return k+=re?"/dissolve/"+encodeURIComponent(re):"",k+=ie?"/gravity/"+encodeURIComponent(ie):"",k+=oe?"/dx/"+encodeURIComponent(oe):"",k+=ue?"/dy/"+encodeURIComponent(ue):"",t&&y&&(k=getImageUrl(t,y)+"?"+k),k}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,L=!1,$="";if(n){for(var j=0,V=e.length;j<V;j++){if(k=e[j],!k.fop)throw"fop can't be empty in pipeline";switch(k.fop){case"watermark":$+=watermark(k)+"|";break;case"imageView2":$+=imageView2(k)+"|";break;case"imageMogr2":$+=imageMogr2(k)+"|";break;default:L=!0;break}if(L)throw"fop is wrong in pipeline"}if(t&&y){$=getImageUrl(t,y)+"?"+$;var z=$.length;$.slice(z-1)==="|"&&($=$.slice(0,z-1))}return $}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_ce00252a-e499-4a13-af17-167840600a6b",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_ce00252a-e499-4a13-af17-167840600a6b",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:"590",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:19655",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:"10470992626",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"4b3d261ecb674f4733a36d0a1923b06d49c21cc8",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_9f974113-0da2-416b-ad1d-84e682dae06b",INVOCATION_ID:"592892fae4f949dbac24949f1a5e4c2e",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:"382",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 6",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:"4b3d261ecb674f4733a36d0a1923b06d49c21cc8",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_ce00252a-e499-4a13-af17-167840600a6b",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_ce00252a-e499-4a13-af17-167840600a6b",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_ce00252a-e499-4a13-af17-167840600a6b",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:2078,ppid:2077,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,k;if(typeof e!="object"&&(e=[e]),isArray(e))for(n=0,k=e.length;n<k;n++)t.call(null,e[n],n,e);else{const L=y?Object.getOwnPropertyNames(e):Object.keys(e),$=L.length;let j;for(n=0;n<$;n++)j=L[n],t.call(null,e[j],j,e)}}function findKey(e,t){t=t.toLowerCase();const y=Object.keys(e);let n=y.length,k;for(;n-- >0;)if(k=y[n],t===k.toLowerCase())return k;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,k)=>{const L=e&&findKey(t,k)||k;isPlainObject(t[L])&&isPlainObject(n)?t[L]=merge(t[L],n):isPlainObject(n)?t[L]=merge({},n):isArray(n)?t[L]=n.slice():t[L]=n};for(let n=0,k=arguments.length;n<k;n++)arguments[n]&&forEach(arguments[n],y);return t}const extend=(e,t,y,{allOwnKeys:n}={})=>(forEach(t,(k,L)=>{y&&isFunction(k)?e[L]=bind(k,y):e[L]=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(k=Object.getOwnPropertyNames(e),L=k.length;L-- >0;)$=k[L],(!n||n($,e,t))&&!j[$]&&(t[$]=e[$],j[$]=!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 k;for(;(k=n.next())&&!k.done;){const L=k.value;t.call(e,L[0],L[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,k){return n.toUpperCase()+k}),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,L)=>{let $;($=t(k,L,e))!==!1&&(n[L]=$||k)}),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=k=>{k.forEach(L=>{y[L]=!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,k)=>{if(isObject(n)){if(t.indexOf(n)>=0)return;if(!("toJSON"in n)){t[k]=n;const L=isArray(n)?[]:{};return forEach(n,($,j)=>{const V=y($,k+1);!isUndefined(V)&&(L[j]=V)}),t[k]=void 0,L}}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:k,data:L})=>{k===_global&&L===y&&n.length&&n.shift()()},!1),k=>{n.push(k),_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,k){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),k&&(this.response=k)}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,L)=>{const $=Object.create(prototype$1);return utils$1.toFlatObject(e,$,function(V){return V!==Error.prototype},j=>j!=="isAxiosError"),AxiosError.call($,e.message,t,y,n,k),$.cause=e,$.name=e.name,L&&Object.assign($,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,L){return k=removeBrackets(k),!y&&L?"["+k+"]":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(pe,Ie){return!utils$1.isUndefined(Ie[pe])});const n=y.metaTokens,k=y.visitor||re,L=y.dots,$=y.indexes,V=(y.Blob||typeof Blob<"u"&&Blob)&&utils$1.isSpecCompliantForm(t);if(!utils$1.isFunction(k))throw new TypeError("visitor must be a function");function z(de){if(de===null)return"";if(utils$1.isDate(de))return de.toISOString();if(!V&&utils$1.isBlob(de))throw new AxiosError("Blob is not supported. Use a Buffer instead.");return utils$1.isArrayBuffer(de)||utils$1.isTypedArray(de)?V&&typeof Blob=="function"?new Blob([de]):Buffer$2.from(de):de}function re(de,pe,Ie){let he=de;if(de&&!Ie&&typeof de=="object"){if(utils$1.endsWith(pe,"{}"))pe=n?pe:pe.slice(0,-2),de=JSON.stringify(de);else if(utils$1.isArray(de)&&isFlatArray(de)||(utils$1.isFileList(de)||utils$1.endsWith(pe,"[]"))&&(he=utils$1.toArray(de)))return pe=removeBrackets(pe),he.forEach(function(_e,Ne){!(utils$1.isUndefined(_e)||_e===null)&&t.append($===!0?renderKey([pe],Ne,L):$===null?pe:pe+"[]",z(_e))}),!1}return isVisitable(de)?!0:(t.append(renderKey(Ie,pe,L),z(de)),!1)}const ie=[],oe=Object.assign(predicates,{defaultVisitor:re,convertValue:z,isVisitable});function ue(de,pe){if(!utils$1.isUndefined(de)){if(ie.indexOf(de)!==-1)throw Error("Circular reference detected in "+pe.join("."));ie.push(de),utils$1.forEach(de,function(he,Ce){(!(utils$1.isUndefined(he)||he===null)&&k.call(t,he,utils$1.isString(Ce)?Ce.trim():Ce,pe,oe))===!0&&ue(he,pe?pe.concat(Ce):[Ce])}),ie.pop()}}if(!utils$1.isObject(e))throw new TypeError("data must be an object");return ue(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(k){return y(k[0])+"="+y(k[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,k=y&&y.serialize;let L;if(k?L=k(t,y):L=utils$1.isURLSearchParams(t)?t.toString():new AxiosURLSearchParams(t,y).toString(n),L){const $=e.indexOf("#");$!==-1&&(e=e.slice(0,$)),e+=(e.indexOf("?")===-1?"?":"&")+L}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,L){return platform.isNode&&utils$1.isBuffer(y)?(this.append(n,y.toString("base64")),!1):L.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 k=y.length;let L;for(n=0;n<k;n++)L=y[n],t[L]=e[L];return t}function formDataToJSON(e){function t(y,n,k,L){let $=y[L++];if($==="__proto__")return!0;const j=Number.isFinite(+$),V=L>=y.length;return $=!$&&utils$1.isArray(k)?k.length:$,V?(utils$1.hasOwnProp(k,$)?k[$]=[k[$],n]:k[$]=n,!j):((!k[$]||!utils$1.isObject(k[$]))&&(k[$]=[]),t(y,n,k[$],L)&&utils$1.isArray(k[$])&&(k[$]=arrayToObject(k[$])),!j)}if(utils$1.isFormData(e)&&utils$1.isFunction(e.entries)){const y={};return utils$1.forEachEntry(e,(n,k)=>{t(parsePropPath(n),k,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()||"",k=n.indexOf("application/json")>-1,L=utils$1.isObject(t);if(L&&utils$1.isHTMLForm(t)&&(t=new FormData(t)),utils$1.isFormData(t))return k?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(L){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 L||k?(y.setContentType("application/json",!1),stringifySafely(t)):t}],transformResponse:[function(t){const y=this.transitional||defaults.transitional,n=y&&y.forcedJSONParsing,k=this.responseType==="json";if(utils$1.isResponse(t)||utils$1.isReadableStream(t))return t;if(t&&utils$1.isString(t)&&(n&&!this.responseType||k)){const $=!(y&&y.silentJSONParsing)&&k;try{return JSON.parse(t)}catch(j){if($)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,k;return e&&e.split(`
`).forEach(function($){k=$.indexOf(":"),y=$.substring(0,k).trim().toLowerCase(),n=$.substring(k+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,k){if(utils$1.isFunction(n))return n.call(this,t,y);if(k&&(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 k=this;function L(j,V,z){const re=normalizeHeader(V);if(!re)throw new Error("header name must be a non-empty string");const ie=utils$1.findKey(k,re);(!ie||k[ie]===void 0||z===!0||z===void 0&&k[ie]!==!1)&&(k[ie||V]=normalizeValue(j))}const $=(j,V)=>utils$1.forEach(j,(z,re)=>L(z,re,V));if(utils$1.isPlainObject(t)||t instanceof this.constructor)$(t,y);else if(utils$1.isString(t)&&(t=t.trim())&&!isValidHeaderName(t))$(parseHeaders(t),y);else if(utils$1.isHeaders(t))for(const[j,V]of t.entries())L(V,j,n);else t!=null&&L(y,t,n);return this}get(t,y){if(t=normalizeHeader(t),t){const n=utils$1.findKey(this,t);if(n){const k=this[n];if(!y)return k;if(y===!0)return parseTokens(k);if(utils$1.isFunction(y))return y.call(this,k,n);if(utils$1.isRegExp(y))return y.exec(k);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 k=!1;function L($){if($=normalizeHeader($),$){const j=utils$1.findKey(n,$);j&&(!y||matchHeaderValue(n,n[j],j,y))&&(delete n[j],k=!0)}}return utils$1.isArray(t)?t.forEach(L):L(t),k}clear(t){const y=Object.keys(this);let n=y.length,k=!1;for(;n--;){const L=y[n];(!t||matchHeaderValue(this,this[L],L,t,!0))&&(delete this[L],k=!0)}return k}normalize(t){const y=this,n={};return utils$1.forEach(this,(k,L)=>{const $=utils$1.findKey(n,L);if($){y[$]=normalizeValue(k),delete y[L];return}const j=t?formatHeader(L):String(L).trim();j!==L&&delete y[L],y[j]=normalizeValue(k),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,k)=>{n!=null&&n!==!1&&(y[k]=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(k=>n.set(k)),n}static accessor(t){const n=(this[$internals]=this[$internals]={accessors:{}}).accessors,k=this.prototype;function L($){const j=normalizeHeader($);n[j]||(buildAccessors(k,$),n[j]=!0)}return utils$1.isArray(t)?t.forEach(L):L(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,k=AxiosHeaders.from(n.headers);let L=n.data;return utils$1.forEach(e,function(j){L=j.call(y,L,k.normalize(),t?t.status:void 0)}),k.normalize(),L}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 k=0,L=0,$;return t=t!==void 0?t:1e3,function(V){const z=Date.now(),re=n[L];$||($=z),y[k]=V,n[k]=z;let ie=L,oe=0;for(;ie!==k;)oe+=y[ie++],ie=ie%e;if(k=(k+1)%e,k===L&&(L=(L+1)%e),z-$<t)return;const ue=re&&z-re;return ue?Math.round(oe*1e3/ue):void 0}}function throttle(e,t){let y=0,n=1e3/t,k,L;const $=(z,re=Date.now())=>{y=re,k=null,L&&(clearTimeout(L),L=null),e.apply(null,z)};return[(...z)=>{const re=Date.now(),ie=re-y;ie>=n?$(z,re):(k=z,L||(L=setTimeout(()=>{L=null,$(k)},n-ie)))},()=>k&&$(k)]}const progressEventReducer=(e,t,y=3)=>{let n=0;const k=speedometer(50,250);return throttle(L=>{const $=L.loaded,j=L.lengthComputable?L.total:void 0,V=$-n,z=k(V),re=$<=j;n=$;const ie={loaded:$,total:j,progress:j?$/j:void 0,bytes:V,rate:z||void 0,estimated:z&&j&&re?(j-$)/z:void 0,event:L,lengthComputable:j!=null,[t?"download":"upload"]:!0};e(ie)},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(L){let $=L;return t&&(y.setAttribute("href",$),$=y.href),y.setAttribute("href",$),{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=k(window.location.href),function($){const j=utils$1.isString($)?k($):$;return j.protocol===n.protocol&&j.host===n.host}}():function(){return function(){return!0}}(),cookies=platform.hasStandardBrowserEnv?{write(e,t,y,n,k,L){const $=[e+"="+encodeURIComponent(t)];utils$1.isNumber(y)&&$.push("expires="+new Date(y).toGMTString()),utils$1.isString(n)&&$.push("path="+n),utils$1.isString(k)&&$.push("domain="+k),L===!0&&$.push("secure"),document.cookie=$.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,ie){return utils$1.isPlainObject(z)&&utils$1.isPlainObject(re)?utils$1.merge.call({caseless:ie},z,re):utils$1.isPlainObject(re)?utils$1.merge({},re):utils$1.isArray(re)?re.slice():re}function k(z,re,ie){if(utils$1.isUndefined(re)){if(!utils$1.isUndefined(z))return n(void 0,z,ie)}else return n(z,re,ie)}function L(z,re){if(!utils$1.isUndefined(re))return n(void 0,re)}function $(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,ie){if(ie in t)return n(z,re);if(ie in e)return n(void 0,z)}const V={url:L,method:L,data:L,baseURL:$,transformRequest:$,transformResponse:$,paramsSerializer:$,timeout:$,timeoutMessage:$,withCredentials:$,withXSRFToken:$,adapter:$,responseType:$,xsrfCookieName:$,xsrfHeaderName:$,onUploadProgress:$,onDownloadProgress:$,decompress:$,maxContentLength:$,maxBodyLength:$,beforeRedirect:$,transport:$,httpAgent:$,httpsAgent:$,cancelToken:$,socketPath:$,responseEncoding:$,validateStatus:j,headers:(z,re)=>k(headersToObject(z),headersToObject(re),!0)};return utils$1.forEach(Object.keys(Object.assign({},e,t)),function(re){const ie=V[re]||k,oe=ie(e[re],t[re],re);utils$1.isUndefined(oe)&&ie!==j||(y[re]=oe)}),y}const resolveConfig=e=>{const t=mergeConfig({},e);let{data:y,withXSRFToken:n,xsrfHeaderName:k,xsrfCookieName:L,headers:$,auth:j}=t;t.headers=$=AxiosHeaders.from($),t.url=buildURL(buildFullPath(t.baseURL,t.url),e.params,e.paramsSerializer),j&&$.set("Authorization","Basic "+btoa((j.username||"")+":"+(j.password?unescape(encodeURIComponent(j.password)):"")));let V;if(utils$1.isFormData(y)){if(platform.hasStandardBrowserEnv||platform.hasStandardBrowserWebWorkerEnv)$.setContentType(void 0);else if((V=$.getContentType())!==!1){const[z,...re]=V?V.split(";").map(ie=>ie.trim()).filter(Boolean):[];$.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&&L&&cookies.read(L);z&&$.set(k,z)}return t},isXHRAdapterSupported=typeof XMLHttpRequest<"u",xhrAdapter=isXHRAdapterSupported&&function(e){return new Promise(function(y,n){const k=resolveConfig(e);let L=k.data;const $=AxiosHeaders.from(k.headers).normalize();let{responseType:j,onUploadProgress:V,onDownloadProgress:z}=k,re,ie,oe,ue,de;function pe(){ue&&ue(),de&&de(),k.cancelToken&&k.cancelToken.unsubscribe(re),k.signal&&k.signal.removeEventListener("abort",re)}let Ie=new XMLHttpRequest;Ie.open(k.method.toUpperCase(),k.url,!0),Ie.timeout=k.timeout;function he(){if(!Ie)return;const _e=AxiosHeaders.from("getAllResponseHeaders"in Ie&&Ie.getAllResponseHeaders()),Fe={data:!j||j==="text"||j==="json"?Ie.responseText:Ie.response,status:Ie.status,statusText:Ie.statusText,headers:_e,config:e,request:Ie};settle(function(kt){y(kt),pe()},function(kt){n(kt),pe()},Fe),Ie=null}"onloadend"in Ie?Ie.onloadend=he:Ie.onreadystatechange=function(){!Ie||Ie.readyState!==4||Ie.status===0&&!(Ie.responseURL&&Ie.responseURL.indexOf("file:")===0)||setTimeout(he)},Ie.onabort=function(){Ie&&(n(new AxiosError("Request aborted",AxiosError.ECONNABORTED,e,Ie)),Ie=null)},Ie.onerror=function(){n(new AxiosError("Network Error",AxiosError.ERR_NETWORK,e,Ie)),Ie=null},Ie.ontimeout=function(){let Ne=k.timeout?"timeout of "+k.timeout+"ms exceeded":"timeout exceeded";const Fe=k.transitional||transitionalDefaults;k.timeoutErrorMessage&&(Ne=k.timeoutErrorMessage),n(new AxiosError(Ne,Fe.clarifyTimeoutError?AxiosError.ETIMEDOUT:AxiosError.ECONNABORTED,e,Ie)),Ie=null},L===void 0&&$.setContentType(null),"setRequestHeader"in Ie&&utils$1.forEach($.toJSON(),function(Ne,Fe){Ie.setRequestHeader(Fe,Ne)}),utils$1.isUndefined(k.withCredentials)||(Ie.withCredentials=!!k.withCredentials),j&&j!=="json"&&(Ie.responseType=k.responseType),z&&([oe,de]=progressEventReducer(z,!0),Ie.addEventListener("progress",oe)),V&&Ie.upload&&([ie,ue]=progressEventReducer(V),Ie.upload.addEventListener("progress",ie),Ie.upload.addEventListener("loadend",ue)),(k.cancelToken||k.signal)&&(re=_e=>{Ie&&(n(!_e||_e.type?new CanceledError(null,e,Ie):_e),Ie.abort(),Ie=null)},k.cancelToken&&k.cancelToken.subscribe(re),k.signal&&(k.signal.aborted?re():k.signal.addEventListener("abort",re)));const Ce=parseProtocol(k.url);if(Ce&&platform.protocols.indexOf(Ce)===-1){n(new AxiosError("Unsupported protocol "+Ce+":",AxiosError.ERR_BAD_REQUEST,e));return}Ie.send(L||null)})},composeSignals=(e,t)=>{let y=new AbortController,n;const k=function(V){if(!n){n=!0,$();const z=V instanceof Error?V:this.reason;y.abort(z instanceof AxiosError?z:new CanceledError(z instanceof Error?z.message:z))}};let L=t&&setTimeout(()=>{k(new AxiosError(`timeout ${t} of ms exceeded`,AxiosError.ETIMEDOUT))},t);const $=()=>{e&&(L&&clearTimeout(L),L=null,e.forEach(V=>{V&&(V.removeEventListener?V.removeEventListener("abort",k):V.unsubscribe(k))}),e=null)};e.forEach(V=>V&&V.addEventListener&&V.addEventListener("abort",k));const{signal:j}=y;return j.unsubscribe=$,[j,()=>{L&&clearTimeout(L),L=null}]},streamChunk=function*(e,t){let y=e.byteLength;if(!t||y<t){yield e;return}let n=0,k;for(;n<y;)k=n+t,yield e.slice(n,k),n=k},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,k)=>{const L=readBytes(e,t,k);let $=0,j,V=z=>{j||(j=!0,n&&n(z))};return new ReadableStream({async pull(z){try{const{done:re,value:ie}=await L.next();if(re){V(),z.close();return}let oe=ie.byteLength;if(y){let ue=$+=oe;y(ue)}z.enqueue(new Uint8Array(ie))}catch(re){throw V(re),re}},cancel(z){return V(z),L.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:k,cancelToken:L,timeout:$,onDownloadProgress:j,onUploadProgress:V,responseType:z,headers:re,withCredentials:ie="same-origin",fetchOptions:oe}=resolveConfig(e);z=z?(z+"").toLowerCase():"text";let[ue,de]=k||L||$?composeSignals([k,L],$):[],pe,Ie;const he=()=>{!pe&&setTimeout(()=>{ue&&ue.unsubscribe()}),pe=!0};let Ce;try{if(V&&supportsRequestStream&&y!=="get"&&y!=="head"&&(Ce=await resolveBodyLength(re,n))!==0){let Ue=new Request(t,{method:"POST",body:n,duplex:"half"}),kt;if(utils$1.isFormData(n)&&(kt=Ue.headers.get("content-type"))&&re.setContentType(kt),Ue.body){const[Et,Ve]=progressEventDecorator(Ce,progressEventReducer(asyncDecorator(V)));n=trackStream(Ue.body,DEFAULT_CHUNK_SIZE,Et,Ve,encodeText)}}utils$1.isString(ie)||(ie=ie?"include":"omit"),Ie=new Request(t,{...oe,signal:ue,method:y.toUpperCase(),headers:re.normalize().toJSON(),body:n,duplex:"half",credentials:ie});let _e=await fetch(Ie);const Ne=supportsResponseStream&&(z==="stream"||z==="response");if(supportsResponseStream&&(j||Ne)){const Ue={};["status","statusText","headers"].forEach(qe=>{Ue[qe]=_e[qe]});const kt=utils$1.toFiniteNumber(_e.headers.get("content-length")),[Et,Ve]=j&&progressEventDecorator(kt,progressEventReducer(asyncDecorator(j),!0))||[];_e=new Response(trackStream(_e.body,DEFAULT_CHUNK_SIZE,Et,()=>{Ve&&Ve(),Ne&&he()},encodeText),Ue)}z=z||"text";let Fe=await resolvers[utils$1.findKey(resolvers,z)||"text"](_e,e);return!Ne&&he(),de&&de(),await new Promise((Ue,kt)=>{settle(Ue,kt,{data:Fe,headers:AxiosHeaders.from(_e.headers),status:_e.status,statusText:_e.statusText,config:e,request:Ie})})}catch(_e){throw he(),_e&&_e.name==="TypeError"&&/fetch/i.test(_e.message)?Object.assign(new AxiosError("Network Error",AxiosError.ERR_NETWORK,e,Ie),{cause:_e.cause||_e}):AxiosError.from(_e,_e&&_e.code,e,Ie)}}),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 k={};for(let L=0;L<t;L++){y=e[L];let $;if(n=y,!isResolvedHandle(y)&&(n=knownAdapters[($=String(y)).toLowerCase()],n===void 0))throw new AxiosError(`Unknown adapter '${$}'`);if(n)break;k[$||"#"+L]=n}if(!n){const L=Object.entries(k).map(([j,V])=>`adapter ${j} `+(V===!1?"is not supported by the environment":"is not available in the build"));let $=t?L.length>1?`since :
`+L.map(renderReason).join(`
`):" "+renderReason(L[0]):"as no adapter specified";throw new AxiosError("There is no suitable adapter to dispatch the request "+$,"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 '"+L+"'"+$+(n?". "+n:"")}return(L,$,j)=>{if(t===!1)throw new AxiosError(k($," has been removed"+(y?" in "+y:"")),AxiosError.ERR_DEPRECATED);return y&&!deprecatedWarnings[$]&&(deprecatedWarnings[$]=!0,console.warn(k($," has been deprecated since v"+y+" and will be removed in the near future"))),t?t(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 k=n.length;for(;k-- >0;){const L=n[k],$=t[L];if($){const j=e[L],V=j===void 0||$(j,L,e);if(V!==!0)throw new AxiosError("option "+L+" must be "+V,AxiosError.ERR_BAD_OPTION_VALUE);continue}if(y!==!0)throw new AxiosError("Unknown option "+L,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 k;Error.captureStackTrace?Error.captureStackTrace(k={}):k=new Error;const L=k.stack?k.stack.replace(/^.+\n/,""):"";try{n.stack?L&&!String(n.stack).endsWith(L.replace(/^.+\n.+\n/,""))&&(n.stack+=`
`+L):n.stack=L}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:k,headers:L}=y;n!==void 0&&validator.assertOptions(n,{silentJSONParsing:validators.transitional(validators.boolean),forcedJSONParsing:validators.transitional(validators.boolean),clarifyTimeoutError:validators.transitional(validators.boolean)},!1),k!=null&&(utils$1.isFunction(k)?y.paramsSerializer={serialize:k}:validator.assertOptions(k,{encode:validators.function,serialize:validators.function},!0)),y.method=(y.method||this.defaults.method||"get").toLowerCase();let $=L&&utils$1.merge(L.common,L[y.method]);L&&utils$1.forEach(["delete","get","head","post","put","patch","common"],de=>{delete L[de]}),y.headers=AxiosHeaders.concat($,L);const j=[];let V=!0;this.interceptors.request.forEach(function(pe){typeof pe.runWhen=="function"&&pe.runWhen(y)===!1||(V=V&&pe.synchronous,j.unshift(pe.fulfilled,pe.rejected))});const z=[];this.interceptors.response.forEach(function(pe){z.push(pe.fulfilled,pe.rejected)});let re,ie=0,oe;if(!V){const de=[dispatchRequest.bind(this),void 0];for(de.unshift.apply(de,j),de.push.apply(de,z),oe=de.length,re=Promise.resolve(y);ie<oe;)re=re.then(de[ie++],de[ie++]);return re}oe=j.length;let ue=y;for(ie=0;ie<oe;){const de=j[ie++],pe=j[ie++];try{ue=de(ue)}catch(Ie){pe.call(this,Ie);break}}try{re=dispatchRequest.call(this,ue)}catch(de){return Promise.reject(de)}for(ie=0,oe=z.length;ie<oe;)re=re.then(z[ie++],z[ie++]);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(L,$,j){return this.request(mergeConfig(j||{},{method:t,headers:n?{"Content-Type":"multipart/form-data"}:{},url:L,data:$}))}}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(L){y=L});const n=this;this.promise.then(k=>{if(!n._listeners)return;let L=n._listeners.length;for(;L-- >0;)n._listeners[L](k);n._listeners=null}),this.promise.then=k=>{let L;const $=new Promise(j=>{n.subscribe(j),L=j}).then(k);return $.cancel=function(){n.unsubscribe(L)},$},t(function(L,$,j){n.reason||(n.reason=new CanceledError(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(k){t=k}),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(k){return createInstance(mergeConfig(e,k))},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="";const y=e.length;for(let n=0;n<y;n++){const k=e.charCodeAt(n);k>=1&&k<=127?t+=e.charAt(n):k>2047?(t+=String.fromCharCode(224|k>>12&15),t+=String.fromCharCode(128|k>>6&63),t+=String.fromCharCode(128|k&63)):(t+=String.fromCharCode(192|k>>6&31),t+=String.fromCharCode(128|k&63))}return t}function utf8to16(e){let t="",y=0;const n=e.length;for(;y<n;){const k=e.charCodeAt(y++);let L,$;switch(k>>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:L=e.charCodeAt(y++),t+=String.fromCharCode((k&31)<<6|L&63);break;case 14:L=e.charCodeAt(y++),$=e.charCodeAt(y++),t+=String.fromCharCode((k&15)<<12|(L&63)<<6|$&63);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=0;const n=e.length;for(;y<n;){const k=e.charCodeAt(y++)&255;if(y===n){t+=base64EncodeChars.charAt(k>>2),t+=base64EncodeChars.charAt((k&3)<<4),t+="==";break}const L=e.charCodeAt(y++);if(y===n){t+=base64EncodeChars.charAt(k>>2),t+=base64EncodeChars.charAt((k&3)<<4|(L&240)>>4),t+=base64EncodeChars.charAt((L&15)<<2),t+="=";break}const $=e.charCodeAt(y++);t+=base64EncodeChars.charAt(k>>2),t+=base64EncodeChars.charAt((k&3)<<4|(L&240)>>4),t+=base64EncodeChars.charAt((L&15)<<2|($&192)>>6),t+=base64EncodeChars.charAt($&63)}return t}function base64decode(e){let t,y,n,k,L=0;const $=e.length;let j="";for(;L<$;){do t=base64DecodeChars[e.charCodeAt(L++)&255];while(L<$&&t===-1);if(t===-1)break;do y=base64DecodeChars[e.charCodeAt(L++)&255];while(L<$&&y===-1);if(y===-1)break;j+=String.fromCharCode(t<<2|(y&48)>>4);do{if(n=e.charCodeAt(L++)&255,n===61)return j;n=base64DecodeChars[n]}while(L<$&&n===-1);if(n===-1)break;j+=String.fromCharCode((y&15)<<4|(n&60)>>2);do{if(k=e.charCodeAt(L++)&255,k===61)return j;k=base64DecodeChars[k]}while(L<$&&k===-1);if(k===-1)break;j+=String.fromCharCode((n&3)<<6|k)}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 k=t==="github"?githubConfig:giteeConfig,{username:L,repoList:$,branch:j,accessTokenList:V}=k,z=Math.floor(Math.random()*V.length),re=V[z].replace("doocsmd",""),ie=Math.floor(Math.random()*$.length),oe=$[ie];return{username:L,repo:oe,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 ue;const y=localStorage.getItem("imgHost")==="default",{username:n,repo:k,branch:L,accessToken:$}=getConfig(y,"github"),j=getDir(),V=`https://api.github.com/repos/${n}/${k}/contents/${j}/`,z=getDateFilename(t),re=await service({url:V+z,method:"put",headers:{Authorization:`token ${$}`},data:{content:e,branch:L,message:`Upload by ${window.location.href}`}}),ie=`raw.githubusercontent.com/${n}/${k}/${L}/`,oe=`fastly.jsdelivr.net/gh/${n}/${k}@${L}/`;return re.content=((ue=re.data)==null?void 0:ue.content)||re.content,y?re.content.download_url.replace(ie,oe):re.content.download_url}async function giteeUpload(e,t){var ie;const y=localStorage.getItem("imgHost")==="default",{username:n,repo:k,branch:L,accessToken:$}=getConfig(y,"gitee"),j=getDir(),V=getDateFilename(t),z=`https://gitee.com/api/v5/repos/${n}/${k}/contents/${j}/${V}`,re=await service({url:z,method:"POST",data:{content:e,branch:L,access_token:$,message:`Upload by ${window.location.href}`}});return re.content=((ie=re.data)==null?void 0:ie.content)||re.content,encodeURI(re.content.download_url)}function getQiniuToken(e,t,y){const n=JSON.stringify(y),k=base64encode(utf16to8(n)),$=CryptoJS.HmacSHA1(k,t).toString(CryptoJS.enc.Base64);return`${e}:${safe64($)}:${k}`}async function qiniuUpload(e){const{accessKey:t,secretKey:y,bucket:n,region:k,path:L,domain:$}=JSON.parse(localStorage.getItem("qiniuConfig")),j=getQiniuToken(t,y,{scope:n,deadline:Math.trunc(new Date().getTime()/1e3)+3600}),z=(L?`${L}/`:"")+getDateFilename(e.name),re=upload(e,z,j,{},{region:k});return new Promise((ie,oe)=>{re.subscribe({next:ue=>{console.log(ue)},error:ue=>{oe(ue.message)},complete:ue=>{ie(`${$}/${ue.key}`)}})})}async function aliOSSFileUpload(e,t){const y=getDateFilename(t),{region:n,bucket:k,accessKeyId:L,accessKeySecret:$,cdnHost:j,path:V}=JSON.parse(localStorage.getItem("aliOSSConfig")),z=Buffer(e,"base64"),re=`${V}/${y}`,ie=new OSS({region:n,bucket:k,accessKeyId:L,accessKeySecret:$});try{const oe=await ie.put(re,z);return j===""?oe.url:`${j}/${V===""?y:re}`}catch(oe){return Promise.reject(oe)}}async function txCOSFileUpload(e){const t=getDateFilename(e.name),{secretId:y,secretKey:n,bucket:k,region:L,path:$,cdnHost:j}=JSON.parse(localStorage.getItem("txCOSConfig")),V=new COS({SecretId:y,SecretKey:n});return new Promise((z,re)=>{V.putObject({Bucket:k,Region:L,Key:`${$}/${t}`,Body:e},(ie,oe)=>{ie?re(ie):z(j?$===""?`${j}/${t}`:`${j}/${$}/${t}`:`https://${oe.Location}`)})})}async function minioFileUpload(e,t){const y=getDateFilename(t),{endpoint:n,port:k,useSSL:L,bucket:$,accessKey:j,secretKey:V}=JSON.parse(localStorage.getItem("minioConfig")),z=Buffer(e,"base64"),re={endPoint:n,useSSL:L,accessKey:j,secretKey:V},ie=Number(k||0),oe=ie>0&&ie!==80&&ie!==443;return oe&&(re.port=ie),new Promise((ue,de)=>{const pe=new Client(re);try{pe.putObject($,y,z,Ie=>{Ie&&de(Ie);const Ce=`${`${L?"https://":"http://"}${n}${oe?`:${k}`:""}`}/${$}/${y}`;ue(Ce)})}catch(Ie){de(Ie)}})}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),k=ref$1({title:"",desc:"",thumb:"",content:""});function L(){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)}k.value={...j,auto:j},n.value=!0}function $(){n.value=!1,window.syncPost({thumb:k.value.thumb||k.value.auto.thumb,title:k.value.title||k.value.auto.title,desc:k.value.desc||k.value.auto.desc,content:k.value.content||k.value.auto.content})}return(j,V)=>{const z=resolveComponent("el-button"),re=resolveComponent("el-alert"),ie=resolveComponent("el-input"),oe=resolveComponent("el-form-item"),ue=resolveComponent("el-form"),de=resolveComponent("el-dialog");return openBlock(),createElementBlock(Fragment,null,[createVNode(z,{plain:"",type:"primary",onClick:L},{default:withCtx(()=>[createTextVNode(" 发布 ")]),_:1}),createVNode(de,{title:"发布","model-value":n.value,onClose:V[4]||(V[4]=pe=>n.value=!1)},{footer:withCtx(()=>[createVNode(z,{onClick:V[3]||(V[3]=pe=>n.value=!1)},{default:withCtx(()=>[createTextVNode(" 取 消 ")]),_:1}),createVNode(z,{type:"primary",onClick:$},{default:withCtx(()=>[createTextVNode(" 确 定 ")]),_:1})]),default:withCtx(()=>[createVNode(re,{class:"mb-4",title:"注:此功能由第三方浏览器插件支持,本平台不保证安全性。",type:"info","show-icon":""}),createVNode(ue,{class:"postInfo","label-width":"50",model:k.value},{default:withCtx(()=>[createVNode(oe,{label:"封面"},{default:withCtx(()=>[createVNode(ie,{modelValue:k.value.thumb,"onUpdate:modelValue":V[0]||(V[0]=pe=>k.value.thumb=pe),placeholder:"自动提取第一张图"},null,8,["modelValue"])]),_:1}),createVNode(oe,{label:"标题"},{default:withCtx(()=>[createVNode(ie,{modelValue:k.value.title,"onUpdate:modelValue":V[1]||(V[1]=pe=>k.value.title=pe),placeholder:"自动提取第一个标题"},null,8,["modelValue"])]),_:1}),createVNode(oe,{label:"描述"},{default:withCtx(()=>[createVNode(ie,{modelValue:k.value.desc,"onUpdate:modelValue":V[2]||(V[2]=pe=>k.value.desc=pe),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,k=computed(()=>{var kt;return(kt=toValue$1(y.open))!=null?kt:!0}),L=computed(()=>toValue$1(y.middleware)),$=computed(()=>{var kt;return(kt=toValue$1(y.placement))!=null?kt:"bottom"}),j=computed(()=>{var kt;return(kt=toValue$1(y.strategy))!=null?kt:"absolute"}),V=computed(()=>{var kt;return(kt=toValue$1(y.transform))!=null?kt:!0}),z=computed(()=>unwrapElement(e.value)),re=computed(()=>unwrapElement(t.value)),ie=ref$1(0),oe=ref$1(0),ue=ref$1(j.value),de=ref$1($.value),pe=shallowRef({}),Ie=ref$1(!1),he=computed(()=>{const kt={position:ue.value,left:"0",top:"0"};if(!re.value)return kt;const Et=roundByDPR(re.value,ie.value),Ve=roundByDPR(re.value,oe.value);return V.value?{...kt,transform:"translate("+Et+"px, "+Ve+"px)",...getDPR(re.value)>=1.5&&{willChange:"transform"}}:{position:ue.value,left:Et+"px",top:Ve+"px"}});let Ce;function _e(){z.value==null||re.value==null||computePosition(z.value,re.value,{middleware:L.value,placement:$.value,strategy:j.value}).then(kt=>{ie.value=kt.x,oe.value=kt.y,ue.value=kt.strategy,de.value=kt.placement,pe.value=kt.middlewareData,Ie.value=!0})}function Ne(){typeof Ce=="function"&&(Ce(),Ce=void 0)}function Fe(){if(Ne(),n===void 0){_e();return}if(z.value!=null&&re.value!=null){Ce=n(z.value,re.value,_e);return}}function Ue(){k.value||(Ie.value=!1)}return watch([L,$,j],_e,{flush:"sync"}),watch([z,re],Fe,{flush:"sync"}),watch(k,Ue,{flush:"sync"}),getCurrentScope()&&onScopeDispose(Ne),{x:shallowReadonly(ie),y:shallowReadonly(oe),strategy:shallowReadonly(ue),placement:shallowReadonly(de),middlewareData:shallowReadonly(pe),isPositioned:shallowReadonly(Ie),floatingStyles:he,update:_e}}function Q(e,t){const y=typeof e=="string"&&!t?`${e}Context`:t,n=Symbol(y);return[k=>{const L=inject(n,k);if(L||L===null)return L;throw new Error(`Injection \`${n.toString()}\` not found. Component must be used within ${Array.isArray(e)?`one of the following components: ${e.join(", ")}`:`\`${e}\``}`)},k=>(provide(n,k),k)]}function zt(e,t,y){const n=y.originalEvent.target,k=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:y});t&&n.addEventListener(e,t,{once:!0}),n.dispatchEvent(k)}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(...k)=>(t||(y=n.run(()=>e(...k)),t=!0),y)}function wl(e){let t=0,y,n;const k=()=>{t-=1,n&&t<=0&&(n.stop(),y=void 0,n=void 0)};return(...L)=>(t+=1,y||(n=effectScope(!0),y=n.run(()=>e(...L))),mt(k),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,L)=>{Promise.resolve(e(()=>t.apply(this,n),{fn:t,thisArg:this,args:n})).then(k).catch(L)})}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=(...L)=>{t.value&&e(...L)};return{isActive:readonly(t),pause:y,resume:n,eventFilter:k}}function El(e){return getCurrentInstance()}function Dt(e,t=1e4){return customRef((y,n)=>{let k=ze(e),L;const $=()=>setTimeout(()=>{k=ze(e),n()},ze(t));return mt(()=>{clearTimeout(L)}),{get(){return y(),k},set(j){k=j,n(),clearTimeout(L),L=$()}}})}function li(e,t,y={}){const{eventFilter:n=Sl,...k}=y;return watch(e,xl(n,t),k)}function zo(e,t,y={}){const{eventFilter:n,...k}=y,{eventFilter:L,pause:$,resume:j,isActive:V}=oi(n);return{stop:li(e,t,{...k,eventFilter:L}),pause:$,resume:j,isActive:V}}function si(e,t,...[y]){const{flush:n="sync",deep:k=!1,immediate:L=!0,direction:$="both",transform:j={}}=y||{},V=[],z="ltr"in j&&j.ltr||(ie=>ie),re="rtl"in j&&j.rtl||(ie=>ie);return($==="both"||$==="ltr")&&V.push(zo(e,ie=>{V.forEach(oe=>oe.pause()),t.value=z(ie),V.forEach(oe=>oe.resume())},{flush:n,deep:k,immediate:L})),($==="both"||$==="rtl")&&V.push(zo(t,ie=>{V.forEach(oe=>oe.pause()),e.value=re(ie),V.forEach(oe=>oe.resume())},{flush:n,deep:k,immediate:L})),()=>{V.forEach(ie=>ie.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,k;if(typeof e[0]=="string"||Array.isArray(e[0])?([y,n,k]=e,t=Ut):[t,y,n,k]=e,!t)return Va;Array.isArray(y)||(y=[y]),Array.isArray(n)||(n=[n]);const L=[],$=()=>{L.forEach(re=>re()),L.length=0},j=(re,ie,oe,ue)=>(re.addEventListener(ie,oe,ue),()=>re.removeEventListener(ie,oe,ue)),V=watch(()=>[Be(t),ze(k)],([re,ie])=>{if($(),!re)return;const oe=ti(ie)?{...ie}:ie;L.push(...y.flatMap(ue=>n.map(de=>j(re,ue,de,oe))))},{immediate:!0,flush:"post"}),z=()=>{V(),$()};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:k=Ut,eventName:L="keydown",passive:$=!1,dedupe:j=!1}=n,V=ci(t);return Le(k,L,z=>{z.repeat&&ze(j)||V(z)&&y(z)},$)}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:ie,shouldEmit:oe}=n,ue=getCurrentInstance(),de=y||(ue==null?void 0:ue.emit)||((k=ue==null?void 0:ue.$emit)==null?void 0:k.bind(ue))||(($=(L=ue==null?void 0:ue.proxy)==null?void 0:L.$emit)==null?void 0:$.bind(ue==null?void 0:ue.proxy));let pe=z;t||(t="modelValue"),pe=pe||`update:${t.toString()}`;const Ie=_e=>j?typeof j=="function"?j(_e):fi(_e):_e,he=()=>Jr(e[t])?Ie(e[t]):ie,Ce=_e=>{oe?oe(_e)&&de(pe,_e):de(pe,_e)};if(V){const _e=he(),Ne=ref$1(_e);let Fe=!1;return watch(()=>e[t],Ue=>{Fe||(Fe=!0,Ne.value=Ie(Ue),nextTick$1(()=>Fe=!1))}),watch(Ne,Ue=>{!Fe&&(Ue!==e[t]||re)&&Ce(Ue)},{deep:re}),Ne}else return computed({get(){return he()},set(_e){Ce(_e)}})}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:k="both",attributeName:L="[data-radix-vue-collection-item]",itemsArray:$=[],loop:j=!0,dir:V="ltr",preventScroll:z=!0,focus:re=!1}=n,[ie,oe,ue,de,pe,Ie]=[e.key==="ArrowRight",e.key==="ArrowLeft",e.key==="ArrowUp",e.key==="ArrowDown",e.key==="Home",e.key==="End"],he=ue||de,Ce=ie||oe;if(!pe&&!Ie&&(!he&&!Ce||k==="vertical"&&Ce||k==="horizontal"&&he))return null;const _e=y?Array.from(y.querySelectorAll(L)):$;if(!_e.length)return null;z&&e.preventDefault();let Ne=null;return Ce||he?Ne=Il(_e,t,{goForward:he?de:V==="ltr"?ie:oe,loop:j}):pe?Ne=_e.at(0)||null:Ie&&(Ne=_e.at(-1)||null),re&&(Ne==null||Ne.focus()),Ne}function Il(e,t,y,n=e.length){if(--n===0)return null;const k=e.indexOf(t),L=y.goForward?k+1:k-1;if(!y.loop&&(L<0||L>=e.length))return null;const $=(L+e.length)%e.length,j=e[$];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 k=Object.assign({},t);for(const L in e){if(L==="__proto__"||L==="constructor")continue;const $=e[L];$!=null&&(Array.isArray($)&&Array.isArray(k[L])?k[L]=[...$,...k[L]]:gn($)&&gn(k[L])?k[L]=Pn($,k[L],(y?`${y}.`:"")+L.toString()):k[L]=$)}return k}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 $ of e.value.values())if($)return!0;return!1}),n=Ga({scrollBody:ref$1(!0)});let k=null;const L=()=>{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&&(k==null||k()),t.value=void 0};return watch(y,($,j)=>{var V;if(!Ze)return;if(!$){j&&L();return}t.value===void 0&&(t.value=document.body.style.overflow);const z=window.innerWidth-document.documentElement.clientWidth,re={padding:z,margin:0},ie=(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=`${ie.padding}px`,document.body.style.marginRight=`${ie.margin}px`,document.body.style.setProperty("--scrollbar-width",`${z}px`),document.body.style.overflow="hidden"),Lo&&(k=Le(document,"touchmove",oe=>{var ue;oe.target===document.documentElement&&(oe.touches.length>1||(ue=oe.preventDefault)==null||ue.call(oe))},{passive:!1})),nextTick$1(()=>{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:k=>y.value.set(t,k)});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 k=ref$1([]);function L(){const $=Be(n);return $?k.value=Array.from($.querySelectorAll(`[${t}]:not([data-disabled])`)):k.value=[]}return onBeforeUpdate(()=>{k.value=[]}),onMounted(L),onUpdated(L),watch(()=>n==null?void 0:n.value,L,{immediate:!0}),provide(y,k),k},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(k=>{n[toHandlerKey(camelize(k))]=(...L)=>e(k,...L)}),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,L)=>{const $=(t==null?void 0:t.type.props[L]).default;return $!==void 0&&(k[L]=$),k},{}),n=toRef$1(e);return computed(()=>{const k={},L=(t==null?void 0:t.vnode.props)??{};return Object.keys(L).forEach($=>{k[camelize($)]=L[$]}),Object.keys({...y,...k}).reduce(($,j)=>(n.value[j]!==void 0&&($[j]=n.value[j]),$),{})})}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 $,j;return["#text","#comment"].includes(($=t.value)==null?void 0:$.$el.nodeName)?(j=t.value)==null?void 0:j.$el.nextElementSibling:Be(t)}),n=Object.assign({},e.exposed),k={};for(const $ in e.props)Object.defineProperty(k,$,{enumerable:!0,configurable:!0,get:()=>e.props[$]});if(Object.keys(n).length>0)for(const $ in n)Object.defineProperty(k,$,{enumerable:!0,configurable:!0,get:()=>n[$]});Object.defineProperty(k,"$el",{enumerable:!0,configurable:!0,get:()=>e.vnode.el}),e.exposed=k;function L($){t.value=$,!($ instanceof Element||!$)&&(Object.defineProperty(k,"$el",{enumerable:!0,configurable:!0,get:()=>$.$el}),e.exposed=k)}return{forwardRef:L,currentRef:t,currentElement:y}}function Tl(e,t){const y=Dt(!1,300),n=ref$1(null),k=ia();function L(){n.value=null,y.value=!1}function $(j,V){const z=j.currentTarget,re={x:j.clientX,y:j.clientY},ie=Si(re,z.getBoundingClientRect()),oe=Ei(re,ie),ue=Pi(V.getBoundingClientRect()),de=$i([...oe,...ue]);n.value=de,y.value=!0}return watchEffect(j=>{if(e.value&&t.value){const V=re=>$(re,t.value),z=re=>$(re,e.value);e.value.addEventListener("pointerleave",V),t.value.addEventListener("pointerleave",z),j(()=>{var re,ie;(re=e.value)==null||re.removeEventListener("pointerleave",V),(ie=t.value)==null||ie.removeEventListener("pointerleave",z)})}}),watchEffect(j=>{if(n.value){const V=z=>{var re,ie;if(!n.value)return;const oe=z.target,ue={x:z.clientX,y:z.clientY},de=((re=e.value)==null?void 0:re.contains(oe))||((ie=t.value)==null?void 0:ie.contains(oe)),pe=!Di(ue,n.value),Ie=oe.hasAttribute("data-grace-area-trigger");de?L():(pe||Ie)&&(L(),k.trigger())};document.addEventListener("pointermove",V),j(()=>document.removeEventListener("pointermove",V))}}),{isPointerInTransit:y,onPointerExit:k.on}}function Si(e,t){const y=Math.abs(t.top-e.y),n=Math.abs(t.bottom-e.y),k=Math.abs(t.right-e.x),L=Math.abs(t.left-e.x);switch(Math.min(y,n,k,L)){case L:return"left";case k: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:k}=e;return[{x:k,y:t},{x:y,y:t},{x:y,y:n},{x:k,y:n}]}function Di(e,t){const{x:y,y:n}=e;let k=!1;for(let L=0,$=t.length-1;L<t.length;$=L++){const j=t[L].x,V=t[L].y,z=t[$].x,re=t[$].y;V>n!=re>n&&y<(z-j)*(n-V)/(re-V)+j&&(k=!k)}return k}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 k=e[n];for(;t.length>=2;){const L=t[t.length-1],$=t[t.length-2];if((L.x-$.x)*(k.y-$.y)>=(L.y-$.y)*(k.x-$.x))t.pop();else break}t.push(k)}t.pop();const y=[];for(let n=e.length-1;n>=0;n--){const k=e[n];for(;y.length>=2;){const L=y[y.length-1],$=y[y.length-2];if((L.x-$.x)*(k.y-$.y)>=(L.y-$.y)*(k.x-$.x))y.pop();else break}y.push(k)}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 k=Ti(t,Array.isArray(e)?e:[e]);Da[y]||(Da[y]=new WeakMap);var L=Da[y],$=[],j=new Set,V=new Set(k),z=function(ie){!ie||j.has(ie)||(j.add(ie),z(ie.parentNode))};k.forEach(z);var re=function(ie){!ie||V.has(ie)||Array.prototype.forEach.call(ie.children,function(oe){if(j.has(oe))re(oe);else try{var ue=oe.getAttribute(n),de=ue!==null&&ue!=="false",pe=(Vt.get(oe)||0)+1,Ie=(L.get(oe)||0)+1;Vt.set(oe,pe),L.set(oe,Ie),$.push(oe),pe===1&&de&&Pa.set(oe,!0),Ie===1&&oe.setAttribute(y,"true"),de||oe.setAttribute(n,"true")}catch(he){console.error("aria-hidden: cannot operate on ",oe,he)}})};return re(t),j.clear(),Cn++,function(){$.forEach(function(ie){var oe=Vt.get(ie)-1,ue=L.get(ie)-1;Vt.set(ie,oe),L.set(ie,ue),oe||(Pa.has(ie)||ie.removeAttribute(n),Pa.delete(ie)),ue||ie.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]),k=Ii(e);return k?(n.push.apply(n,Array.from(k.querySelectorAll("[aria-live]"))),Ri(n,k,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 k;return((k=t.value)==null?void 0:k.width)??0}),n=computed(()=>{var k;return((k=t.value)==null?void 0:k.height)??0});return onMounted(()=>{const k=Be(e);if(k){t.value={width:k.offsetWidth,height:k.offsetHeight};const L=new ResizeObserver($=>{if(!Array.isArray($)||!$.length)return;const j=$[0];let V,z;if("borderBoxSize"in j){const re=j.borderBoxSize,ie=Array.isArray(re)?re[0]:re;V=ie.inlineSize,z=ie.blockSize}else V=k.offsetWidth,z=k.offsetHeight;t.value={width:V,height:z}});return L.observe(k,{box:"border-box"}),()=>L.unobserve(k)}else t.value=void 0}),{width:y,height:n}}function Ol(e,t){const y=ref$1(e);function n(k){return t[y.value][k]??y.value}return{state:y,dispatch:k=>{y.value=n(k)}}}function ga(e){const t=Dt("",1e3);return{search:t,handleTypeaheadSearch:(y,n)=>{var k,L;if(!(e!=null&&e.value)&&!n)return;t.value=t.value+y;const $=(e==null?void 0:e.value)??n,j=document.activeElement,V=((L=(k=$.find(oe=>oe===j))==null?void 0:k.textContent)==null?void 0:L.trim())??"",z=$.map(oe=>{var ue;return((ue=oe.textContent)==null?void 0:ue.trim())??""}),re=Yn(z,t.value,V),ie=$.find(oe=>{var ue;return((ue=oe.textContent)==null?void 0:ue.trim())===re});return ie&&ie.focus(),ie},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,k=y?e.indexOf(y):-1;let L=qn(e,Math.max(k,0));n.length===1&&(L=L.filter(j=>j!==y));const $=L.find(j=>j.toLowerCase().startsWith(n.toLowerCase()));return $!==y?$:void 0}const Xn=defineComponent({name:"PrimitiveSlot",inheritAttrs:!1,setup(e,{attrs:t,slots:y}){return()=>{var n,k;if(!y.default)return null;const L=Ua(y.default()),$=L.findIndex(re=>re.type!==Comment);if($===-1)return L;const j=L[$];(n=j.props)==null||delete n.ref;const V=j.props?mergeProps(t,j.props):t;t.class&&(k=j.props)!=null&&k.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 L.length===1?z:(L[$]=z,L)}}}),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"),k=e.value?"mounted":"unmounted",{state:L,dispatch:$}=Ol(k,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}}),j=oe=>{var ue;if(Ze){const de=new CustomEvent(oe,{bubbles:!1,cancelable:!1});(ue=t.value)==null||ue.dispatchEvent(de)}};watch(e,async(oe,ue)=>{var de;const pe=ue!==oe;if(await nextTick$1(),pe){const Ie=n.value,he=$a(t.value);oe?($("MOUNT"),j("enter"),he==="none"&&j("after-enter")):he==="none"||((de=y.value)==null?void 0:de.display)==="none"?($("UNMOUNT"),j("leave"),j("after-leave")):ue&&Ie!==he?($("ANIMATION_OUT"),j("leave")):($("UNMOUNT"),j("after-leave"))}},{immediate:!0});const V=oe=>{const ue=$a(t.value),de=ue.includes(oe.animationName),pe=L.value==="mounted"?"enter":"leave";oe.target===t.value&&de&&(j(`after-${pe}`),$("ANIMATION_END")),oe.target===t.value&&ue==="none"&&$("ANIMATION_END")},z=oe=>{oe.target===t.value&&(n.value=$a(t.value))},re=watch(t,(oe,ue)=>{oe?(y.value=getComputedStyle(oe),oe.addEventListener("animationstart",z),oe.addEventListener("animationcancel",V),oe.addEventListener("animationend",V)):($("ANIMATION_END"),ue==null||ue.removeEventListener("animationstart",z),ue==null||ue.removeEventListener("animationcancel",V),ue==null||ue.removeEventListener("animationend",V))},{immediate:!0}),ie=watch(L,()=>{const oe=$a(t.value);n.value=L.value==="mounted"?oe:"none"});return onUnmounted(()=>{re(),ie()}),{isPresent:computed(()=>["mounted","unmountSuspended"].includes(L.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:k,forceMount:L}=toRefs(e),$=ref$1(),{isPresent:j}=Ni(k,$);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(ie=>` - ${ie}`).join(`
`)].join(`
`))}return()=>L.value||k.value||j.value?h$1(t.default({present:j})[0],{ref:re=>{const ie=Be(re);return typeof(ie==null?void 0:ie.hasAttribute)>"u"||(ie!=null&&ie.hasAttribute("data-radix-popper-content-wrapper")?$.value=ie.firstElementChild:$.value=ie),ie}}):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]"),k=Array.from(e.ownerDocument.querySelectorAll("[data-dismissable-layer]"));return!!(y&&n===y||k.indexOf(n)<k.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),k=ref$1(!1),L=ref$1(()=>{});return watchEffect($=>{if(!Ze)return;const j=async z=>{const re=z.target;if(t!=null&&t.value){if(Fl(t.value,re)){k.value=!1;return}if(z.target&&!k.value){let ie=function(){zt(qi,e,oe)};const oe={originalEvent:z};z.pointerType==="touch"?(n.removeEventListener("click",L.value),L.value=ie,n.addEventListener("click",L.value,{once:!0})):ie()}else n.removeEventListener("click",L.value);k.value=!1}},V=window.setTimeout(()=>{n.addEventListener("pointerdown",j)},0);$(()=>{window.clearTimeout(V),n.removeEventListener("pointerdown",j),n.removeEventListener("click",L.value)})}),{onPointerDownCapture:()=>k.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),k=ref$1(!1);return watchEffect(L=>{if(!Ze)return;const $=async j=>{t!=null&&t.value&&(await nextTick$1(),!(!t.value||Fl(t.value,j.target))&&j.target&&!k.value&&zt(Yi,e,{originalEvent:j}))};n.addEventListener("focusin",$),L(()=>n.removeEventListener("focusin",$))}),{onFocusCapture:()=>k.value=!0,onBlurCapture:()=>k.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:k,currentElement:L}=T(),$=computed(()=>{var de;return((de=L.value)==null?void 0:de.ownerDocument)??globalThis.document}),j=computed(()=>je.layersRoot),V=computed(()=>L.value?Array.from(j.value).indexOf(L.value):-1),z=computed(()=>je.layersWithOutsidePointerEventsDisabled.size>0),re=computed(()=>{const de=Array.from(j.value),[pe]=[...je.layersWithOutsidePointerEventsDisabled].slice(-1),Ie=de.indexOf(pe);return V.value>=Ie}),ie=Nl(async de=>{const pe=[...je.branches].some(Ie=>Ie.contains(de.target));!re.value||pe||(n("pointerDownOutside",de),n("interactOutside",de),await nextTick$1(),de.defaultPrevented||n("dismiss"))},L),oe=Ll(de=>{[...je.branches].some(pe=>pe.contains(de.target))||(n("focusOutside",de),n("interactOutside",de),de.defaultPrevented||n("dismiss"))},L);jn("Escape",de=>{V.value===j.value.size-1&&(n("escapeKeyDown",de),de.defaultPrevented||n("dismiss"))});let ue;return watchEffect(de=>{L.value&&(y.disableOutsidePointerEvents&&(je.layersWithOutsidePointerEventsDisabled.size===0&&(ue=$.value.body.style.pointerEvents,$.value.body.style.pointerEvents="none"),je.layersWithOutsidePointerEventsDisabled.add(L.value)),j.value.add(L.value),de(()=>{y.disableOutsidePointerEvents&&je.layersWithOutsidePointerEventsDisabled.size===1&&($.value.body.style.pointerEvents=ue)}))}),watchEffect(de=>{de(()=>{L.value&&(j.value.delete(L.value),je.layersWithOutsidePointerEventsDisabled.delete(L.value))})}),(de,pe)=>(openBlock(),createBlock(unref(O),{ref:unref(k),"as-child":de.asChild,as:de.as,"data-dismissable-layer":"",style:normalizeStyle({pointerEvents:z.value?re.value?"auto":"none":void 0}),onFocusCapture:unref(oe).onFocusCapture,onBlurCapture:unref(oe).onBlurCapture,onPointerdownCapture:unref(ie).onPointerDownCapture},{default:withCtx(()=>[renderSlot(de.$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 k=n.tagName==="INPUT"&&n.type==="hidden";return n.disabled||n.hidden||k?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:k,currentElement:L}=T(),$=ref$1(null),j=tu(),V=reactive({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}});watchEffect(re=>{if(!Ze)return;const ie=L.value;if(!y.trapped)return;function oe(Ie){if(V.paused||!ie)return;const he=Ie.target;ie.contains(he)?$.value=he:dt($.value,{select:!0})}function ue(Ie){if(V.paused||!ie)return;const he=Ie.relatedTarget;he!==null&&(ie.contains(he)||dt($.value,{select:!0}))}function de(Ie){ie.contains($.value)||dt(ie)}document.addEventListener("focusin",oe),document.addEventListener("focusout",ue);const pe=new MutationObserver(de);ie&&pe.observe(ie,{childList:!0,subtree:!0}),re(()=>{document.removeEventListener("focusin",oe),document.removeEventListener("focusout",ue),pe.disconnect()})}),watchEffect(async re=>{const ie=L.value;if(await nextTick$1(),!ie)return;j.add(V);const oe=document.activeElement;if(!ie.contains(oe)){const ue=new CustomEvent(wn,Ho);ie.addEventListener(wn,de=>n("mountAutoFocus",de)),ie.dispatchEvent(ue),ue.defaultPrevented||(Oa(au(Jn(ie)),{select:!0}),document.activeElement===oe&&dt(ie))}re(()=>{ie.removeEventListener(wn,pe=>n("mountAutoFocus",pe));const ue=new CustomEvent(_n,Ho),de=pe=>{n("unmountAutoFocus",pe)};ie.addEventListener(_n,de),ie.dispatchEvent(ue),setTimeout(()=>{ue.defaultPrevented||dt(oe??document.body,{select:!0}),ie.removeEventListener(_n,de),j.remove(V)},0)})});function z(re){if(!y.loop&&!y.trapped||V.paused)return;const ie=re.key==="Tab"&&!re.altKey&&!re.ctrlKey&&!re.metaKey,oe=document.activeElement;if(ie&&oe){const ue=re.currentTarget,[de,pe]=Zi(ue);de&&pe?!re.shiftKey&&oe===pe?(re.preventDefault(),y.loop&&dt(de,{select:!0})):re.shiftKey&&oe===de&&(re.preventDefault(),y.loop&&dt(pe,{select:!0})):oe===ue&&re.preventDefault()}}return(re,ie)=>(openBlock(),createBlock(unref(O),{ref_key:"currentRef",ref:k,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 k=!1;for(let L=0,$=t.length-1;L<t.length;$=L++){const j=t[L].x,V=t[L].y,z=t[$].x,re=t[$].y;V>n!=re>n&&y<(z-j)*(n-V)/(re-V)+j&&(k=!k)}return k}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(),k=Gl();return watchEffect(()=>{k.onAnchorChange(t.element??n.value)}),(L,$)=>(openBlock(),createBlock(unref(O),{ref:unref(y),as:L.as,"as-child":L.asChild},{default:withCtx(()=>[renderSlot(L.$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,k;const{placement:L,rects:$,middlewareData:j}=t,V=((y=j.arrow)==null?void 0:y.centerOffset)!==0,z=V?0:e.arrowWidth,re=V?0:e.arrowHeight,[ie,oe]=Bn(L),ue={start:"0%",center:"50%",end:"100%"}[oe],de=(((n=j.arrow)==null?void 0:n.x)??0)+z/2,pe=(((k=j.arrow)==null?void 0:k.y)??0)+re/2;let Ie="",he="";return ie==="bottom"?(Ie=V?ue:`${de}px`,he=`${-re}px`):ie==="top"?(Ie=V?ue:`${de}px`,he=`${$.floating.height+re}px`):ie==="right"?(Ie=`${-re}px`,he=V?ue:`${pe}px`):ie==="left"&&(Ie=`${$.floating.width+re}px`,he=V?ue:`${pe}px`),{data:{x:Ie,y:he}}}}}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,k=Gl(),{forwardRef:L,currentElement:$}=T(),j=ref$1(),V=ref$1(),{width:z,height:re}=Al(V),ie=computed(()=>y.side+(y.align!=="center"?`-${y.align}`:"")),oe=computed(()=>typeof y.collisionPadding=="number"?y.collisionPadding:{top:0,right:0,bottom:0,left:0,...y.collisionPadding}),ue=computed(()=>Array.isArray(y.collisionBoundary)?y.collisionBoundary:[y.collisionBoundary]),de=computed(()=>({padding:oe.value,boundary:ue.value.filter(qu),altBoundary:ue.value.length>0})),pe=qr(()=>[offset({mainAxis:y.sideOffset+re.value,alignmentAxis:y.alignOffset}),y.prioritizePosition&&y.avoidCollisions&&flip({...de.value}),y.avoidCollisions&&shift({mainAxis:!0,crossAxis:!!y.prioritizePosition,limiter:y.sticky==="partial"?limitShift():void 0,...de.value}),!y.prioritizePosition&&y.avoidCollisions&&flip({...de.value}),size({...de.value,apply:({elements:qe,rects:jt,availableWidth:tr,availableHeight:rr})=>{const{width:ar,height:nr}=jt.reference,ur=qe.floating.style;ur.setProperty("--radix-popper-available-width",`${tr}px`),ur.setProperty("--radix-popper-available-height",`${rr}px`),ur.setProperty("--radix-popper-anchor-width",`${ar}px`),ur.setProperty("--radix-popper-anchor-height",`${nr}px`)}}),V.value&&arrow({element:V.value,padding:y.arrowPadding}),Yu({arrowWidth:z.value,arrowHeight:re.value}),y.hideWhenDetached&&hide({strategy:"referenceHidden",...de.value})]),{floatingStyles:Ie,placement:he,isPositioned:Ce,middlewareData:_e}=useFloating(k.anchor,j,{strategy:"fixed",placement:ie,whileElementsMounted:(...qe)=>autoUpdate(...qe,{animationFrame:y.updatePositionStrategy==="always"}),middleware:pe}),Ne=computed(()=>Bn(he.value)[0]),Fe=computed(()=>Bn(he.value)[1]);watchPostEffect(()=>{Ce.value&&n("placed")});const Ue=computed(()=>{var qe;return((qe=_e.value.arrow)==null?void 0:qe.centerOffset)!==0}),kt=ref$1("");watchEffect(()=>{$.value&&(kt.value=window.getComputedStyle($.value).zIndex)});const Et=computed(()=>{var qe;return((qe=_e.value.arrow)==null?void 0:qe.x)??0}),Ve=computed(()=>{var qe;return((qe=_e.value.arrow)==null?void 0:qe.y)??0});return Zu({placedSide:Ne,onArrowChange:qe=>V.value=qe,arrowX:Et,arrowY:Ve,shouldHideArrow:Ue}),(qe,jt)=>{var tr,rr,ar;return openBlock(),createElementBlock("div",{ref_key:"floatingRef",ref:j,"data-radix-popper-content-wrapper":"",style:normalizeStyle({...unref(Ie),transform:unref(Ce)?unref(Ie).transform:"translate(0, -200%)",minWidth:"max-content",zIndex:kt.value,"--radix-popper-transform-origin":[(tr=unref(_e).transformOrigin)==null?void 0:tr.x,(rr=unref(_e).transformOrigin)==null?void 0:rr.y].join(" "),...((ar=unref(_e).hide)==null?void 0:ar.referenceHidden)&&{visibility:"hidden",pointerEvents:"none"}})},[createVNode(unref(O),mergeProps({ref:unref(L)},qe.$attrs,{"as-child":y.asChild,as:qe.as,"data-side":Ne.value,"data-align":Fe.value,style:{animation:unref(Ce)?void 0:"none"}}),{default:withCtx(()=>[renderSlot(qe.$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:k}=Zt(n),L=computed(()=>Array.from(n.itemMap.value.values())),$=computed(()=>n.itemMap.value.size);return{getItems:k,reactiveItems:L,itemMapSize:$}}const Ca=defineComponent({name:"CollectionSlot",setup(e,{slots:t}){const y=ao(),{primitiveElement:n,currentElement:k}=Oe();return watch(k,()=>{y.collectionRef.value=k.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:k,currentElement:L}=Oe();return watchEffect($=>{if(L.value){const j=markRaw(L.value);n.itemMap.value.set(j,{ref:L.value,value:e.value}),$(()=>n.itemMap.value.delete(j))}}),()=>h$1(Xn,{...y,[n.attrName]:"",ref:k},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,L)=>n.indexOf(k.ref)-n.indexOf(L.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:k,dir:L}=toRefs(y),$=ye(L),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:$,modal:k}),(re,ie)=>(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,k=y,{loop:L,orientation:$,dir:j}=toRefs(n),V=ye(j),z=ae(n,"currentTabStopId",k,{defaultValue:n.defaultCurrentTabStopId,passive:n.currentTabStopId===void 0}),re=ref$1(!1),ie=ref$1(!1),oe=ref$1(0),{getItems:ue}=ba();function de(pe){const Ie=!ie.value;if(pe.currentTarget&&pe.target===pe.currentTarget&&Ie&&!re.value){const he=new CustomEvent(vd,md);if(pe.currentTarget.dispatchEvent(he),k("entryFocus",he),!he.defaultPrevented){const Ce=ue().map(Ue=>Ue.ref).filter(Ue=>Ue.dataset.disabled!==""),_e=Ce.find(Ue=>Ue.getAttribute("data-active")==="true"),Ne=Ce.find(Ue=>Ue.id===z.value),Fe=[_e,Ne,...Ce].filter(Boolean);Jl(Fe,n.preventScrollOnEntryFocus)}}ie.value=!1}return t({getItems:ue}),bd({loop:L,dir:V,orientation:$,currentTabStopId:z,onItemFocus:pe=>{z.value=pe},onItemShiftTab:()=>{re.value=!0},onFocusableItemAdd:()=>{oe.value++},onFocusableItemRemove:()=>{oe.value--}}),(pe,Ie)=>(openBlock(),createBlock(unref(Ca),null,{default:withCtx(()=>[createVNode(unref(O),{tabindex:re.value||oe.value===0?-1:0,"data-orientation":unref($),as:pe.as,"as-child":pe.asChild,dir:unref(V),style:{outline:"none"},onMousedown:Ie[0]||(Ie[0]=he=>ie.value=!0),onFocus:de,onBlur:Ie[1]||(Ie[1]=he=>re.value=!1)},{default:withCtx(()=>[renderSlot(pe.$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,k=Rt(),L=wa(),{trapFocus:$,disableOutsidePointerEvents:j,loop:V}=toRefs(y);Gn(),ha(j.value);const z=ref$1(""),re=ref$1(0),ie=ref$1(0),oe=ref$1(null),ue=ref$1("right"),de=ref$1(0),pe=ref$1(null),{createCollection:Ie}=Me(),{forwardRef:he,currentElement:Ce}=T(),_e=Ie(Ce);watch(Ce,qe=>{k.onContentChange(qe)});const{handleTypeaheadSearch:Ne}=ga(_e);onUnmounted(()=>{window.clearTimeout(re.value)});function Fe(qe){var jt,tr;return ue.value===((jt=oe.value)==null?void 0:jt.side)&&uu(qe,(tr=oe.value)==null?void 0:tr.area)}async function Ue(qe){var jt;n("openAutoFocus",qe),!qe.defaultPrevented&&(qe.preventDefault(),(jt=Ce.value)==null||jt.focus({preventScroll:!0}))}function kt(qe){if(qe.defaultPrevented)return;const jt=qe.target.closest("[data-radix-menu-content]")===qe.currentTarget,tr=qe.ctrlKey||qe.altKey||qe.metaKey,rr=qe.key.length===1,ar=$t(qe,document.activeElement,Ce.value,{loop:V.value,arrowKeyOptions:"vertical",dir:L==null?void 0:L.dir.value,focus:!0,attributeName:"[data-radix-vue-collection-item]:not([data-disabled])"});if(ar)return ar==null?void 0:ar.focus();if(qe.code==="Space"||(jt&&(qe.key==="Tab"&&qe.preventDefault(),!tr&&rr&&Ne(qe.key)),qe.target!==Ce.value)||!lu.includes(qe.key))return;qe.preventDefault();const nr=_e.value;zl.includes(qe.key)&&nr.reverse(),$n(nr)}function Et(qe){var jt,tr;(tr=(jt=qe==null?void 0:qe.currentTarget)==null?void 0:jt.contains)!=null&&tr.call(jt,qe.target)||(window.clearTimeout(re.value),z.value="")}function Ve(qe){var jt;if(!ua(qe))return;const tr=qe.target,rr=de.value!==qe.clientX;if((jt=qe==null?void 0:qe.currentTarget)!=null&&jt.contains(tr)&&rr){const ar=qe.clientX>de.value?"right":"left";ue.value=ar,de.value=qe.clientX}}return Cd({onItemEnter:qe=>!!Fe(qe),onItemLeave:qe=>{var jt;Fe(qe)||((jt=Ce.value)==null||jt.focus(),pe.value=null)},onTriggerLeave:qe=>!!Fe(qe),searchRef:z,pointerGraceTimerRef:ie,onPointerGraceIntentChange:qe=>{oe.value=qe}}),(qe,jt)=>(openBlock(),createBlock(unref(Ya),{"as-child":"",trapped:unref($),onMountAutoFocus:Ue,onUnmountAutoFocus:jt[7]||(jt[7]=tr=>n("closeAutoFocus",tr))},{default:withCtx(()=>[createVNode(unref(yt),{"as-child":"","disable-outside-pointer-events":unref(j),onEscapeKeyDown:jt[2]||(jt[2]=tr=>n("escapeKeyDown",tr)),onPointerDownOutside:jt[3]||(jt[3]=tr=>n("pointerDownOutside",tr)),onFocusOutside:jt[4]||(jt[4]=tr=>n("focusOutside",tr)),onInteractOutside:jt[5]||(jt[5]=tr=>n("interactOutside",tr)),onDismiss:jt[6]||(jt[6]=tr=>n("dismiss"))},{default:withCtx(()=>[createVNode(unref(At),{"current-tab-stop-id":pe.value,"onUpdate:currentTabStopId":jt[0]||(jt[0]=tr=>pe.value=tr),"as-child":"",orientation:"vertical",dir:unref(L).dir.value,loop:unref(V),onEntryFocus:jt[1]||(jt[1]=tr=>{n("entryFocus",tr),unref(L).isUsingKeyboardRef.value||tr.preventDefault()})},{default:withCtx(()=>[createVNode(unref(Pt),{ref:unref(he),role:"menu",as:qe.as,"as-child":qe.asChild,"aria-orientation":"vertical","data-radix-menu-content":"","data-state":unref(Qn)(unref(k).open.value),dir:unref(L).dir.value,side:qe.side,"side-offset":qe.sideOffset,align:qe.align,"align-offset":qe.alignOffset,"avoid-collisions":qe.avoidCollisions,"collision-boundary":qe.collisionBoundary,"collision-padding":qe.collisionPadding,"arrow-padding":qe.arrowPadding,"prioritize-position":qe.prioritizePosition,sticky:qe.sticky,"hide-when-detached":qe.hideWhenDetached,onKeydown:kt,onBlur:Et,onPointermove:Ve},{default:withCtx(()=>[renderSlot(qe.$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(),k=ref$1(!1);async function L(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 $(j){await nextTick$1(),!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":k.value?"":void 0,onPointermove:L,onPointerleave:$,onFocus:V[0]||(V[0]=async z=>{await nextTick$1(),!(z.defaultPrevented||j.disabled)&&(k.value=!0)}),onBlur:V[1]||(V[1]=async z=>{await nextTick$1(),!z.defaultPrevented&&(k.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:k,currentElement:L}=T(),$=wa(),j=lo(),V=ref$1(!1);async function z(){const re=L.value;if(!y.disabled&&re){const ie=new CustomEvent(nu,{bubbles:!0,cancelable:!0});n("select",ie),await nextTick$1(),ie.defaultPrevented?V.value=!1:$.onClose()}}return(re,ie)=>(openBlock(),createBlock(Ql,mergeProps(y,{ref:unref(k),onClick:z,onPointerdown:ie[0]||(ie[0]=()=>{V.value=!0}),onPointerup:ie[1]||(ie[1]=async oe=>{var ue;await nextTick$1(),!oe.defaultPrevented&&(V.value||(ue=oe.currentTarget)==null||ue.click())}),onKeydown:ie[2]||(ie[2]=async oe=>{const ue=unref(j).searchRef.value!=="";re.disabled||ue&&oe.key===" "||unref(Dn).includes(oe.key)&&(oe.currentTarget.click(),oe.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,k=xe(y,n),L=Rt(),{forwardRef:$,currentElement:j}=T();return ya(j),(V,z)=>(openBlock(),createBlock(so,mergeProps(unref(k),{ref:unref($),"trap-focus":unref(L).open.value,"disable-outside-pointer-events":unref(L).open.value,"disable-outside-scroll":!0,onDismiss:z[0]||(z[0]=re=>unref(L).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,L)=>(openBlock(),createBlock(so,mergeProps(unref(y),{"trap-focus":!1,"disable-outside-pointer-events":!1,"disable-outside-scroll":!1,onDismiss:L[0]||(L[0]=$=>unref(n).onOpenChange(!1))}),{default:withCtx(()=>[renderSlot(k.$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(),k=wa();return(L,$)=>(openBlock(),createBlock(unref(Pe),{present:L.forceMount||unref(n).open.value},{default:withCtx(()=>[unref(k).modal.value?(openBlock(),createBlock(_d,normalizeProps(mergeProps({key:0},{...L.$attrs,...unref(y)})),{default:withCtx(()=>[renderSlot(L.$slots,"default")]),_:3},16)):(openBlock(),createBlock(xd,normalizeProps(mergeProps({key:1},{...L.$attrs,...unref(y)})),{default:withCtx(()=>[renderSlot(L.$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}),k=Rt(),L=ref$1(),$=ref$1();return watchEffect(j=>{(k==null?void 0:k.open.value)===!1&&(n.value=!1),j(()=>n.value=!1)}),Xl({open:n,onOpenChange:j=>{n.value=j},content:$,onContentChange:j=>{$.value=j}}),Pd({triggerId:"",contentId:"",trigger:L,onTriggerChange:j=>{L.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(),k=wa(),L=ts(),{forwardRef:$,currentElement:j}=T();return L.contentId||(L.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(L).contentId,ref:unref($),"aria-labelledby":unref(L).triggerId,align:"start",side:unref(k).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 ie;unref(k).isUsingKeyboardRef.value&&((ie=unref(j))==null||ie.focus())},["prevent"])),onCloseAutoFocus:z[1]||(z[1]=withModifiers(()=>{},["prevent"])),onFocusOutside:z[2]||(z[2]=re=>{re.defaultPrevented||re.target!==unref(L).trigger.value&&unref(n).onOpenChange(!1)}),onEscapeKeyDown:z[3]||(z[3]=re=>{unref(k).onClose(),re.preventDefault()}),onKeydown:z[4]||(z[4]=re=>{var ie,oe;const ue=(ie=re.currentTarget)==null?void 0:ie.contains(re.target),de=unref(ru)[unref(k).dir.value].includes(re.key);ue&&de&&(unref(n).onOpenChange(!1),(oe=unref(L).trigger.value)==null||oe.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(),k=ts(),L=lo(),$=ref$1(null);k.triggerId||(k.triggerId=me(void 0,"radix-vue-menu-sub-trigger"));function j(){$.value&&window.clearTimeout($.value),$.value=null}onUnmounted(()=>{j()});function V(ie){!ua(ie)||L.onItemEnter(ie)||!t.disabled&&!y.open.value&&!$.value&&(L.onPointerGraceIntentChange(null),$.value=window.setTimeout(()=>{y.onOpenChange(!0),j()},100))}async function z(ie){var oe,ue;if(!ua(ie))return;j();const de=(oe=y.content.value)==null?void 0:oe.getBoundingClientRect();if(de!=null&&de.width){const pe=(ue=y.content.value)==null?void 0:ue.dataset.side,Ie=pe==="right",he=Ie?-5:5,Ce=de[Ie?"left":"right"],_e=de[Ie?"right":"left"];L.onPointerGraceIntentChange({area:[{x:ie.clientX+he,y:ie.clientY},{x:Ce,y:de.top},{x:_e,y:de.top},{x:_e,y:de.bottom},{x:Ce,y:de.bottom}],side:pe}),window.clearTimeout(L.pointerGraceTimerRef.value),L.pointerGraceTimerRef.value=window.setTimeout(()=>L.onPointerGraceIntentChange(null),300)}else{if(L.onTriggerLeave(ie))return;L.onPointerGraceIntentChange(null)}}async function re(ie){var oe;const ue=L.searchRef.value!=="";t.disabled||ue&&ie.key===" "||su[n.dir.value].includes(ie.key)&&(y.onOpenChange(!0),await nextTick$1(),(oe=y.content.value)==null||oe.focus(),ie.preventDefault())}return(ie,oe)=>(openBlock(),createBlock(Za,{"as-child":""},{default:withCtx(()=>[createVNode(Ql,mergeProps(t,{id:unref(k).triggerId,ref:ue=>{var de;(de=unref(k))==null||de.onTriggerChange(ue==null?void 0:ue.$el)},"aria-haspopup":"menu","aria-expanded":unref(y).open.value,"aria-controls":unref(k).contentId,"data-state":unref(Qn)(unref(y).open.value),onClick:oe[0]||(oe[0]=async ue=>{t.disabled||ue.defaultPrevented||(ue.currentTarget.focus(),unref(y).open.value||unref(y).onOpenChange(!0))}),onPointermove:V,onPointerleave:z,onKeydown:re}),{default:withCtx(()=>[renderSlot(ie.$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 k=ae(y,"open",n,{defaultValue:y.defaultOpen,passive:y.open===void 0}),L=ref$1(),{modal:$,dir:j}=toRefs(y),V=ye(j);return Qd({open:k,onOpenChange:z=>{k.value=z},onOpenToggle:()=>{k.value=!k.value},triggerId:"",triggerElement:L,contentId:"",modal:$,dir:V}),(z,re)=>(openBlock(),createBlock(unref(oo),{open:unref(k),"onUpdate:open":re[0]||(re[0]=ie=>isRef(k)?k.value=ie:null),dir:unref(V),modal:unref($)},{default:withCtx(()=>[renderSlot(z.$slots,"default",{open:unref(k)})]),_: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:k}=T();return onMounted(()=>{y.triggerElement=k}),y.triggerId||(y.triggerId=me(void 0,"radix-vue-dropdown-menu-trigger")),(L,$)=>(openBlock(),createBlock(unref(Za),{"as-child":""},{default:withCtx(()=>[createVNode(unref(O),{id:unref(y).triggerId,ref:unref(n),type:L.as==="button"?"button":void 0,"as-child":t.asChild,as:L.as,"aria-haspopup":"menu","aria-expanded":unref(y).open.value,"aria-controls":unref(y).open.value?unref(y).contentId:void 0,"data-disabled":L.disabled?"":void 0,disabled:L.disabled,"data-state":unref(y).open.value?"open":"closed",onClick:$[0]||($[0]=async j=>{var V;!L.disabled&&j.button===0&&j.ctrlKey===!1&&((V=unref(y))==null||V.onOpenToggle(),await nextTick$1(),unref(y).open.value&&j.preventDefault())}),onKeydown:$[1]||($[1]=withKeys(j=>{L.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(L.$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(),k=ref$1(!1);function L($){$.defaultPrevented||(k.value||setTimeout(()=>{var j;(j=n.triggerElement.value)==null||j.focus()},0),k.value=!1,$.preventDefault())}return n.contentId||(n.contentId=me(void 0,"radix-vue-dropdown-menu-content")),($,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:L,onInteractOutside:j[0]||(j[0]=z=>{var re;if(z.defaultPrevented)return;const ie=z.detail.originalEvent,oe=ie.button===0&&ie.ctrlKey===!0,ue=ie.button===2||oe;(!unref(n).modal.value||ue)&&(k.value=!0),(re=unref(n).triggerElement.value)!=null&&re.contains(z.target)&&z.preventDefault()})}),{default:withCtx(()=>[renderSlot($.$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,L)=>(openBlock(),createBlock(unref(_a),normalizeProps(guardReactiveProps({...y,...unref(n)})),{default:withCtx(()=>[renderSlot(k.$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,L)=>(openBlock(),createBlock(unref(ho),{open:unref(n),"onUpdate:open":L[0]||(L[0]=$=>isRef(n)?n.value=$:null)},{default:withCtx(()=>[renderSlot(k.$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,k)=>(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:k,closeDelay:L}=toRefs(y);T();const $=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),ie=ref$1(!1),oe=ref$1();function ue(){clearTimeout(V.value),j.value=window.setTimeout(()=>$.value=!0,k.value)}function de(){clearTimeout(j.value),!z.value&&!re.value&&(V.value=window.setTimeout(()=>$.value=!1,L.value))}function pe(){$.value=!1}return ac({open:$,onOpenChange(Ie){$.value=Ie},onOpen:ue,onClose:de,onDismiss:pe,hasSelectionRef:z,isPointerDownOnContentRef:re,isPointerInTransitRef:ie,triggerElement:oe}),(Ie,he)=>(openBlock(),createBlock(unref(It),null,{default:withCtx(()=>[renderSlot(Ie.$slots,"default",{open:unref($)})]),_: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 k(){setTimeout(()=>{!n.isPointerInTransitRef.value&&!n.open.value&&n.onClose()},0)}return(L,$)=>(openBlock(),createBlock(unref(Tt),{"as-child":""},{default:withCtx(()=>[createVNode(unref(O),{ref:unref(t),"as-child":L.asChild,as:L.as,"data-state":unref(n).open.value?"open":"closed","data-grace-area-trigger":"",onPointerenter:$[0]||($[0]=j=>unref(Tn)(unref(n).onOpen)(j)),onPointerleave:$[1]||($[1]=j=>unref(Tn)(k)(j)),onFocus:$[2]||($[2]=j=>unref(n).onOpen()),onBlur:$[3]||($[3]=j=>unref(n).onClose())},{default:withCtx(()=>[renderSlot(L.$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,k=Bt(y),{forwardRef:L,currentElement:$}=T(),j=wo(),{isPointerInTransit:V,onPointerExit:z}=Tl(j.triggerElement,$);si(j.isPointerInTransitRef,V,{direction:"rtl"}),z(()=>{j.onClose()});const re=ref$1(!1);let ie;watchEffect(ue=>{if(re.value){const de=document.body;ie=de.style.userSelect||de.style.webkitUserSelect,de.style.userSelect="none",de.style.webkitUserSelect="none",ue(()=>{de.style.userSelect=ie,de.style.webkitUserSelect=ie})}});function oe(){re.value=!1,j.isPointerDownOnContentRef.value=!1,nextTick$1(()=>{var ue;((ue=document.getSelection())==null?void 0:ue.toString())!==""&&(j.hasSelectionRef.value=!0)})}return onMounted(()=>{$.value&&(document.addEventListener("pointerup",oe),nc($.value).forEach(ue=>ue.setAttribute("tabindex","-1")))}),onUnmounted(()=>{document.removeEventListener("pointerup",oe),j.hasSelectionRef.value=!1,j.isPointerDownOnContentRef.value=!1}),(ue,de)=>(openBlock(),createBlock(unref(yt),{"as-child":"","disable-outside-pointer-events":!1,onEscapeKeyDown:de[1]||(de[1]=pe=>n("escapeKeyDown",pe)),onPointerDownOutside:de[2]||(de[2]=pe=>n("pointerDownOutside",pe)),onFocusOutside:de[3]||(de[3]=withModifiers(pe=>n("focusOutside",pe),["prevent"])),onDismiss:unref(j).onDismiss},{default:withCtx(()=>[createVNode(unref(Pt),mergeProps({...unref(k),...ue.$attrs},{ref:unref(L),"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:de[0]||(de[0]=pe=>{pe.currentTarget.contains(pe.target)&&(re.value=!0),unref(j).hasSelectionRef.value=!1,unref(j).isPointerDownOnContentRef.value=!0})}),{default:withCtx(()=>[renderSlot(ue.$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(),k=wo();return(L,$)=>(openBlock(),createBlock(unref(Pe),{present:L.forceMount||unref(k).open.value},{default:withCtx(()=>[createVNode(oc,mergeProps(unref(y),{ref:unref(n),onPointerenter:$[0]||($[0]=j=>unref(Tn)(unref(k).onOpen)(j))}),{default:withCtx(()=>[renderSlot(L.$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 k=xe(e,t);return(L,$)=>(openBlock(),createBlock(unref(Qm),normalizeProps(guardReactiveProps(unref(k))),{default:withCtx(()=>[renderSlot(L.$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,k)=>(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 k=e.length;for(t=0;t<k;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="",k=arguments.length;y<k;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:$=>{const j=$.split(CLASS_PART_SEPARATOR);return j[0]===""&&j.length!==1&&j.shift(),getGroupRecursive(j,t)||getGroupIdForArbitraryProperty($)},getConflictingClassGroupIds:($,j)=>{const V=y[$]||[];return j&&n[$]?[...V,...n[$]]:V}}},getGroupRecursive=(e,t)=>{var $;if(e.length===0)return t.classGroupId;const y=e[0],n=t.nextPart.get(y),k=n?getGroupRecursive(e.slice(1),n):void 0;if(k)return k;if(t.validators.length===0)return;const L=e.join(CLASS_PART_SEPARATOR);return($=t.validators.find(({validator:j})=>j(L)))==null?void 0:$.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(([L,$])=>{processClassesRecursively($,n,L,t)}),n},processClassesRecursively=(e,t,y,n)=>{e.forEach(k=>{if(typeof k=="string"){const L=k===""?t:getPart(t,k);L.classGroupId=y;return}if(typeof k=="function"){if(isThemeGetter(k)){processClassesRecursively(k(n),t,y,n);return}t.validators.push({validator:k,classGroupId:y});return}Object.entries(k).forEach(([L,$])=>{processClassesRecursively($,getPart(t,L),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 k=n.map(L=>typeof L=="string"?t+L:typeof L=="object"?Object.fromEntries(Object.entries(L).map(([$,j])=>[t+$,j])):L);return[y,k]}):e,createLruCache=e=>{if(e<1)return{get:()=>{},set:()=>{}};let t=0,y=new Map,n=new Map;const k=(L,$)=>{y.set(L,$),t++,t>e&&(t=0,n=y,y=new Map)};return{get(L){let $=y.get(L);if($!==void 0)return $;if(($=n.get(L))!==void 0)return k(L,$),$},set(L,$){y.has(L)?y.set(L,$):k(L,$)}}},IMPORTANT_MODIFIER="!",createParseClassName=e=>{const{separator:t,experimentalParseClassName:y}=e,n=t.length===1,k=t[0],L=t.length,$=j=>{const V=[];let z=0,re=0,ie;for(let Ie=0;Ie<j.length;Ie++){let he=j[Ie];if(z===0){if(he===k&&(n||j.slice(Ie,Ie+L)===t)){V.push(j.slice(re,Ie)),re=Ie+L;continue}if(he==="/"){ie=Ie;continue}}he==="["?z++:he==="]"&&z--}const oe=V.length===0?j:j.substring(re),ue=oe.startsWith(IMPORTANT_MODIFIER),de=ue?oe.substring(1):oe,pe=ie&&ie>re?ie-re:void 0;return{modifiers:V,hasImportantModifier:ue,baseClassName:de,maybePostfixModifierPosition:pe}};return y?j=>y({className:j,parseClassName:$}):$},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:k}=t,L=[],$=e.trim().split(SPLIT_CLASSES_REGEX);let j="";for(let V=$.length-1;V>=0;V-=1){const z=$[V],{modifiers:re,hasImportantModifier:ie,baseClassName:oe,maybePostfixModifierPosition:ue}=y(z);let de=!!ue,pe=n(de?oe.substring(0,ue):oe);if(!pe){if(!de){j=z+(j.length>0?" "+j:j);continue}if(pe=n(oe),!pe){j=z+(j.length>0?" "+j:j);continue}de=!1}const Ie=sortModifiers(re).join(":"),he=ie?Ie+IMPORTANT_MODIFIER:Ie,Ce=he+pe;if(L.includes(Ce))continue;L.push(Ce);const _e=k(pe,de);for(let Ne=0;Ne<_e.length;++Ne){const Fe=_e[Ne];L.push(he+Fe)}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 $(V){const z=t.reduce((re,ie)=>ie(re),e());return y=createConfigUtils(z),n=y.cache.get,k=y.cache.set,L=j,j(V)}function j(V){const z=n(V);if(z)return z;const re=mergeClassList(V,y);return k(V,re),re}return function(){return L(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"),k=fromTheme("borderColor"),L=fromTheme("borderRadius"),$=fromTheme("borderSpacing"),j=fromTheme("borderWidth"),V=fromTheme("contrast"),z=fromTheme("grayscale"),re=fromTheme("hueRotate"),ie=fromTheme("invert"),oe=fromTheme("gap"),ue=fromTheme("gradientColorStops"),de=fromTheme("gradientColorStopPositions"),pe=fromTheme("inset"),Ie=fromTheme("margin"),he=fromTheme("opacity"),Ce=fromTheme("padding"),_e=fromTheme("saturate"),Ne=fromTheme("scale"),Fe=fromTheme("sepia"),Ue=fromTheme("skew"),kt=fromTheme("space"),Et=fromTheme("translate"),Ve=()=>["auto","contain","none"],qe=()=>["auto","hidden","clip","visible","scroll"],jt=()=>["auto",isArbitraryValue,t],tr=()=>[isArbitraryValue,t],rr=()=>["",isLength,isArbitraryLength],ar=()=>["auto",isNumber,isArbitraryValue],nr=()=>["bottom","center","left","left-bottom","left-top","right","right-bottom","right-top","top"],ur=()=>["solid","dashed","dotted","double","none"],cr=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],_r=()=>["start","end","center","between","around","evenly","stretch"],hr=()=>["","0",isArbitraryValue],Er=()=>["auto","avoid","all","avoid-page","page","left","right","column"],kr=()=>[isNumber,isArbitraryValue];return{cacheSize:500,separator:":",theme:{colors:[isAny],spacing:[isLength,isArbitraryLength],blur:["none","",isTshirtSize,isArbitraryValue],brightness:kr(),borderColor:[e],borderRadius:["none","","full",isTshirtSize,isArbitraryValue],borderSpacing:tr(),borderWidth:rr(),contrast:kr(),grayscale:hr(),hueRotate:kr(),invert:hr(),gap:tr(),gradientColorStops:[e],gradientColorStopPositions:[isPercent,isArbitraryLength],inset:jt(),margin:jt(),opacity:kr(),padding:tr(),saturate:kr(),scale:kr(),sepia:hr(),skew:kr(),space:tr(),translate:tr()},classGroups:{aspect:[{aspect:["auto","square","video",isArbitraryValue]}],container:["container"],columns:[{columns:[isTshirtSize]}],"break-after":[{"break-after":Er()}],"break-before":[{"break-before":Er()}],"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:[...nr(),isArbitraryValue]}],overflow:[{overflow:qe()}],"overflow-x":[{"overflow-x":qe()}],"overflow-y":[{"overflow-y":qe()}],overscroll:[{overscroll:Ve()}],"overscroll-x":[{"overscroll-x":Ve()}],"overscroll-y":[{"overscroll-y":Ve()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:[pe]}],"inset-x":[{"inset-x":[pe]}],"inset-y":[{"inset-y":[pe]}],start:[{start:[pe]}],end:[{end:[pe]}],top:[{top:[pe]}],right:[{right:[pe]}],bottom:[{bottom:[pe]}],left:[{left:[pe]}],visibility:["visible","invisible","collapse"],z:[{z:["auto",isInteger,isArbitraryValue]}],basis:[{basis:jt()}],"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:hr()}],shrink:[{shrink:hr()}],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":ar()}],"col-end":[{"col-end":ar()}],"grid-rows":[{"grid-rows":[isAny]}],"row-start-end":[{row:["auto",{span:[isInteger,isArbitraryValue]},isArbitraryValue]}],"row-start":[{"row-start":ar()}],"row-end":[{"row-end":ar()}],"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:[oe]}],"gap-x":[{"gap-x":[oe]}],"gap-y":[{"gap-y":[oe]}],"justify-content":[{justify:["normal",..._r()]}],"justify-items":[{"justify-items":["start","end","center","stretch"]}],"justify-self":[{"justify-self":["auto","start","end","center","stretch"]}],"align-content":[{content:["normal",..._r(),"baseline"]}],"align-items":[{items:["start","end","center","baseline","stretch"]}],"align-self":[{self:["auto","start","end","center","stretch","baseline"]}],"place-content":[{"place-content":[..._r(),"baseline"]}],"place-items":[{"place-items":["start","end","center","baseline","stretch"]}],"place-self":[{"place-self":["auto","start","end","center","stretch"]}],p:[{p:[Ce]}],px:[{px:[Ce]}],py:[{py:[Ce]}],ps:[{ps:[Ce]}],pe:[{pe:[Ce]}],pt:[{pt:[Ce]}],pr:[{pr:[Ce]}],pb:[{pb:[Ce]}],pl:[{pl:[Ce]}],m:[{m:[Ie]}],mx:[{mx:[Ie]}],my:[{my:[Ie]}],ms:[{ms:[Ie]}],me:[{me:[Ie]}],mt:[{mt:[Ie]}],mr:[{mr:[Ie]}],mb:[{mb:[Ie]}],ml:[{ml:[Ie]}],"space-x":[{"space-x":[kt]}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":[kt]}],"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":[he]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"text-color":[{text:[e]}],"text-opacity":[{"text-opacity":[he]}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...ur(),"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:tr()}],"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":[he]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:[...nr(),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:[de]}],"gradient-via-pos":[{via:[de]}],"gradient-to-pos":[{to:[de]}],"gradient-from":[{from:[ue]}],"gradient-via":[{via:[ue]}],"gradient-to":[{to:[ue]}],rounded:[{rounded:[L]}],"rounded-s":[{"rounded-s":[L]}],"rounded-e":[{"rounded-e":[L]}],"rounded-t":[{"rounded-t":[L]}],"rounded-r":[{"rounded-r":[L]}],"rounded-b":[{"rounded-b":[L]}],"rounded-l":[{"rounded-l":[L]}],"rounded-ss":[{"rounded-ss":[L]}],"rounded-se":[{"rounded-se":[L]}],"rounded-ee":[{"rounded-ee":[L]}],"rounded-es":[{"rounded-es":[L]}],"rounded-tl":[{"rounded-tl":[L]}],"rounded-tr":[{"rounded-tr":[L]}],"rounded-br":[{"rounded-br":[L]}],"rounded-bl":[{"rounded-bl":[L]}],"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":[he]}],"border-style":[{border:[...ur(),"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":[he]}],"divide-style":[{divide:ur()}],"border-color":[{border:[k]}],"border-color-x":[{"border-x":[k]}],"border-color-y":[{"border-y":[k]}],"border-color-t":[{"border-t":[k]}],"border-color-r":[{"border-r":[k]}],"border-color-b":[{"border-b":[k]}],"border-color-l":[{"border-l":[k]}],"divide-color":[{divide:[k]}],"outline-style":[{outline:["",...ur()]}],"outline-offset":[{"outline-offset":[isLength,isArbitraryValue]}],"outline-w":[{outline:[isLength,isArbitraryLength]}],"outline-color":[{outline:[e]}],"ring-w":[{ring:rr()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:[e]}],"ring-opacity":[{"ring-opacity":[he]}],"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:[he]}],"mix-blend":[{"mix-blend":[...cr(),"plus-lighter","plus-darker"]}],"bg-blend":[{"bg-blend":cr()}],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:[ie]}],saturate:[{saturate:[_e]}],sepia:[{sepia:[Fe]}],"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":[ie]}],"backdrop-opacity":[{"backdrop-opacity":[he]}],"backdrop-saturate":[{"backdrop-saturate":[_e]}],"backdrop-sepia":[{"backdrop-sepia":[Fe]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":[$]}],"border-spacing-x":[{"border-spacing-x":[$]}],"border-spacing-y":[{"border-spacing-y":[$]}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["none","all","","colors","opacity","shadow","transform",isArbitraryValue]}],duration:[{duration:kr()}],ease:[{ease:["linear","in","out","in-out",isArbitraryValue]}],delay:[{delay:kr()}],animate:[{animate:["none","spin","ping","pulse","bounce",isArbitraryValue]}],transform:[{transform:["","gpu","none"]}],scale:[{scale:[Ne]}],"scale-x":[{"scale-x":[Ne]}],"scale-y":[{"scale-y":[Ne]}],rotate:[{rotate:[isInteger,isArbitraryValue]}],"translate-x":[{"translate-x":[Et]}],"translate-y":[{"translate-y":[Et]}],"skew-x":[{"skew-x":[Ue]}],"skew-y":[{"skew-y":[Ue]}],"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":tr()}],"scroll-mx":[{"scroll-mx":tr()}],"scroll-my":[{"scroll-my":tr()}],"scroll-ms":[{"scroll-ms":tr()}],"scroll-me":[{"scroll-me":tr()}],"scroll-mt":[{"scroll-mt":tr()}],"scroll-mr":[{"scroll-mr":tr()}],"scroll-mb":[{"scroll-mb":tr()}],"scroll-ml":[{"scroll-ml":tr()}],"scroll-p":[{"scroll-p":tr()}],"scroll-px":[{"scroll-px":tr()}],"scroll-py":[{"scroll-py":tr()}],"scroll-ps":[{"scroll-ps":tr()}],"scroll-pe":[{"scroll-pe":tr()}],"scroll-pt":[{"scroll-pt":tr()}],"scroll-pr":[{"scroll-pr":tr()}],"scroll-pb":[{"scroll-pb":tr()}],"scroll-pl":[{"scroll-pl":tr()}],"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,k=computed(()=>{const{class:$,...j}=y;return j}),L=xe(k,n);return($,j)=>(openBlock(),createBlock(unref(th),null,{default:withCtx(()=>[createVNode(unref(ah),mergeProps(unref(L),{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($.$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,...L}=t;return L}),n=Bt(y);return(k,L)=>(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",k.inset&&"pl-8",t.class)}),{default:withCtx(()=>[renderSlot(k.$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:k,name:L,class:$,...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(L??"icon")}`],...j},[...k.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,...k}=t;return k});return(n,k)=>(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 k=xe(e,t);return(L,$)=>(openBlock(),createBlock(unref(ph),normalizeProps(guardReactiveProps(unref(k))),{default:withCtx(()=>[renderSlot(L.$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,...L}=t;return L}),n=Bt(y);return(k,L)=>(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(k.$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,k=computed(()=>{const{class:$,...j}=y;return j}),L=xe(k,n);return($,j)=>(openBlock(),createBlock(unref(fh),mergeProps(unref(L),{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($.$slots,"default")]),_:3},16,["class"]))}}),_sfc_main$g={__name:"FileDropdown",setup(e){const t=useStore(),{isDark:y,isEditOnLeft:n}=storeToRefs(t),{toggleDark:k,toggleEditOnLeft:L,exportEditorContent2HTML:$,exportEditorContent2MD:j,importMarkdownContent:V}=t;return(z,re)=>{const ie=resolveComponent("ElIconArrowDown"),oe=resolveComponent("el-icon"),ue=resolveComponent("ElIconUpload"),de=resolveComponent("ElIconDownload"),pe=resolveComponent("ElIconDocument"),Ie=resolveComponent("ElIconCheck");return openBlock(),createBlock(unref(_sfc_main$p),null,{default:withCtx(()=>[createVNode(unref(_sfc_main$o),null,{default:withCtx(()=>[createTextVNode(" 文件 "),createVNode(oe,{class:"ml-2"},{default:withCtx(()=>[createVNode(ie)]),_:1})]),_:1}),createVNode(unref(_sfc_main$n),null,{default:withCtx(()=>[createVNode(unref(_sfc_main$m),{onClick:re[0]||(re[0]=he=>unref(V)())},{default:withCtx(()=>[createVNode(oe,{class:"mr-2 h-4 w-4"},{default:withCtx(()=>[createVNode(ue)]),_:1}),createTextVNode(" 导入 .md ")]),_:1}),createVNode(unref(_sfc_main$m),{onClick:re[1]||(re[1]=he=>unref(j)())},{default:withCtx(()=>[createVNode(oe,{class:"mr-2 h-4 w-4"},{default:withCtx(()=>[createVNode(de)]),_:1}),createTextVNode(" 导出 .md ")]),_:1}),createVNode(unref(_sfc_main$m),{onClick:re[2]||(re[2]=he=>unref($)())},{default:withCtx(()=>[createVNode(oe,{class:"mr-2 h-4 w-4"},{default:withCtx(()=>[createVNode(pe)]),_:1}),createTextVNode(" 导出 .html ")]),_:1}),createVNode(unref(_sfc_main$k)),createVNode(unref(_sfc_main$m),{onClick:re[3]||(re[3]=he=>unref(k)())},{default:withCtx(()=>[createVNode(oe,{class:normalizeClass(["mr-2 h-4 w-4",{"opacity-0":!unref(y)}])},{default:withCtx(()=>[createVNode(Ie)]),_:1},8,["class"]),createTextVNode(" 深色模式 ")]),_:1}),createVNode(unref(_sfc_main$k)),createVNode(unref(_sfc_main$m),{onClick:re[4]||(re[4]=he=>unref(L)())},{default:withCtx(()=>[createVNode(oe,{class:normalizeClass(["mr-2 h-4 w-4",{"opacity-0":!unref(n)}])},{default:withCtx(()=>[createVNode(Ie)]),_: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",alt:"Doocs Markdown 编辑器",style:{width:"40%"}})],-1),_sfc_main$f={__name:"AboutDialog",props:{visible:{type:Boolean,default:!1}},emits:["close"],setup(e,{emit:t}){const y=e,n=t,k=[{label:"GitHub 仓库",url:"https://github.com/doocs/md"},{label:"Gitee 仓库",url:"https://gitee.com/doocs/md"},{label:"GitCode 仓库",url:"https://gitcode.com/doocs/md"}];function L($){window.open($,"_blank")}return($,j)=>{const V=resolveComponent("el-button"),z=resolveComponent("el-dialog");return openBlock(),createBlock(z,{title:"关于",class:"about__dialog","model-value":y.visible,width:"520",center:"",onClose:j[0]||(j[0]=re=>n("close"))},{footer:withCtx(()=>[(openBlock(),createElementBlock(Fragment,null,renderList(k,re=>createVNode(V,{key:re.url,type:"primary",plain:"",onClick:ie=>L(re.url)},{default:withCtx(()=>[createTextVNode(toDisplayString(re.label),1)]),_:2},1032,["onClick"])),64))]),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 k=resolveComponent("ElIconArrowDown"),L=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(L,{class:"ml-2"},{default:withCtx(()=>[createVNode(k)]),_:1})]),_:1}),createVNode(unref(_sfc_main$n),null,{default:withCtx(()=>[createVNode(unref(_sfc_main$m),{onClick:n[0]||(n[0]=$=>t.value=!0)},{default:withCtx(()=>[createVNode(L,{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]=$=>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,k){switch(n){case"字体":return{fontFamily:k};case"字号":return{fontSize:k};case"主题色":return{color:k};default:return{}}}return(n,k)=>{const L=resolveComponent("el-icon"),$=resolveComponent("ElIconCheck");return openBlock(),createBlock(unref(_sfc_main$j),null,{default:withCtx(()=>[createVNode(unref(_sfc_main$i),null,{default:withCtx(()=>[createVNode(L,{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),{class:"max-h-56 overflow-auto"},{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(L,{class:"mr-2 h-4 w-4",style:normalizeStyle({opacity:+(e.current===V)})},{default:withCtx(()=>[createVNode($)]),_: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 k=xe(e,t);return(L,$)=>(openBlock(),createBlock(unref(_h),normalizeProps(guardReactiveProps(unref(k))),{default:withCtx(()=>[renderSlot(L.$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,...L}=t;return L}),n=Bt(y);return(k,L)=>(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(k.$slots,"default")]),_:3},16,["class"])]),_:3}))}}),_sfc_main$9={__name:"StyleDropdown",setup(e){const t=useStore(),{theme:y,fontFamily:n,fontSize:k,fontColor:L,codeBlockTheme:$,legend:j,isMacCodeBlock:V,cssEditor:z}=storeToRefs(t),{resetStyleConfirm:re,themeChanged:ie,fontChanged:oe,sizeChanged:ue,colorChanged:de,codeBlockThemeChanged:pe,legendChanged:Ie,macCodeBlockChanged:he,toggleShowCssEditor:Ce}=t,_e=ref$1(null);function Ne(){_e.value.show()}function Fe(){Ce(),nextTick$1(()=>{z.value||z.value.refresh()}),setTimeout(()=>{z.value.refresh()},50)}return(Ue,kt)=>{const Et=resolveComponent("ElIconArrowDown"),Ve=resolveComponent("el-icon"),qe=resolveComponent("el-color-picker"),jt=resolveComponent("ElIconCheck");return openBlock(),createBlock(unref(_sfc_main$p),null,{default:withCtx(()=>[createVNode(unref(_sfc_main$o),null,{default:withCtx(()=>[createTextVNode(" 样式 "),createVNode(Ve,{class:"ml-2"},{default:withCtx(()=>[createVNode(Et)]),_:1})]),_:1}),createVNode(unref(_sfc_main$n),{class:"w-56"},{default:withCtx(()=>[createVNode(_sfc_main$d,{title:"主题",options:unref(themeOptions),current:unref(y),change:unref(ie)},null,8,["options","current","change"]),createVNode(unref(_sfc_main$k)),createVNode(_sfc_main$d,{title:"字体",options:unref(fontFamilyOptions),current:unref(n),change:unref(oe)},null,8,["options","current","change"]),createVNode(_sfc_main$d,{title:"字号",options:unref(fontSizeOptions),current:unref(k),change:unref(ue)},null,8,["options","current","change"]),createVNode(_sfc_main$d,{title:"主题色",options:unref(colorOptions),current:unref(L),change:unref(de)},null,8,["options","current","change"]),createVNode(_sfc_main$d,{title:"代码块主题",options:unref(codeBlockThemeOptions),current:unref($),change:unref(pe)},null,8,["options","current","change"]),createVNode(_sfc_main$d,{title:"图注格式",options:unref(legendOptions),current:unref(j),change:unref(Ie)},null,8,["options","current","change"]),createVNode(unref(_sfc_main$k)),createVNode(unref(_sfc_main$m),{onClick:withModifiers(Ne,["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(Ve,{class:"mr-2 h-4 w-4"}),createTextVNode(" 自定义主题色 ")]),_:1}),createVNode(unref(_sfc_main$a),{side:"right",class:"w-min"},{default:withCtx(()=>[createVNode(qe,{ref_key:"colorPicker",ref:_e,modelValue:unref(L),"onUpdate:modelValue":kt[0]||(kt[0]=tr=>isRef(L)?L.value=tr:null),teleported:!1,"show-alpha":"",class:"ml-auto",style:{height:"2em"},onChange:unref(de),onClick:Ne},null,8,["modelValue","onChange"])]),_:1})]),_:1})]),_:1}),createVNode(unref(_sfc_main$m),{onClick:Fe},{default:withCtx(()=>[createVNode(Ve,{class:"mr-2 h-4 w-4"}),createTextVNode(" 自定义 CSS ")]),_:1}),createVNode(unref(_sfc_main$k)),createVNode(unref(_sfc_main$m),{onClick:unref(he)},{default:withCtx(()=>[createVNode(Ve,{class:normalizeClass(["mr-2 h-4 w-4",{"opacity-0":!unref(V)}])},{default:withCtx(()=>[createVNode(jt)]),_:1},8,["class"]),createTextVNode(" Mac 代码块 ")]),_:1},8,["onClick"]),createVNode(unref(_sfc_main$k)),createVNode(unref(_sfc_main$m),{divided:"",onClick:unref(re)},{default:withCtx(()=>[createVNode(Ve,{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,L)=>{const $=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($)]),_:1})]),_:1}),createVNode(unref(_sfc_main$n),null,{default:withCtx(()=>[createVNode(unref(_sfc_main$m),{onClick:L[0]||(L[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:L[1]||(L[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,k]of t)y[n]=k;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,k=CodeMirror.keyMap.default===CodeMirror.keyMap.macDefault?"Cmd":"Ctrl",L=[{label:"加粗",kbd:`${k} + B`,emitArgs:["addFormat",`${k}-B`]},{label:"斜体",kbd:`${k} + I`,emitArgs:["addFormat",`${k}-I`]},{label:"删除线",kbd:`${k} + D`,emitArgs:["addFormat",`${k}-D`]},{label:"超链接",kbd:`${k} + K`,emitArgs:["addFormat",`${k}-K`]},{label:"行内代码",kbd:`${k} + E`,emitArgs:["addFormat",`${k}-E`]},{label:"格式化",kbd:`${k} + F`,emitArgs:["formatContent"]}],$=useStore(),{isDark:j,isCiteStatus:V,output:z}=storeToRefs($),{toggleDark:re,editorRefresh:ie,citeStatusChanged:oe}=$;function ue(){y("startCopy"),setTimeout(()=>{function de(Ie){const he=document.createElement("div");return he.innerHTML=Ie,he.querySelectorAll("li > ul, li > ol").forEach(_e=>{_e.parentElement.insertAdjacentElement("afterend",_e)}),he.innerHTML}const pe=j.value;pe&&re(),nextTick$1(()=>{solveWeChatImage();const Ie=document.getElementById("output");Ie.innerHTML=mergeCss(Ie.innerHTML),Ie.innerHTML=de(Ie.innerHTML),Ie.innerHTML=Ie.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"),Ie.focus(),window.getSelection().removeAllRanges();const he=document.createRange();he.setStartBefore(Ie.firstChild),he.setEndAfter(Ie.lastChild),window.getSelection().addRange(he),document.execCommand("copy"),window.getSelection().removeAllRanges(),Ie.innerHTML=z.value,pe&&re(),ElNotification({showClose:!0,message:"已复制渲染后的文章到剪贴板,可直接到公众号后台粘贴",offset:80,duration:1600,type:"success"}),ie(),y("endCopy")})},350)}return(de,pe)=>{const Ie=resolveComponent("ElIconArrowDown"),he=resolveComponent("el-icon"),Ce=resolveComponent("ElIconCheck"),_e=resolveComponent("el-space"),Ne=resolveComponent("el-button");return openBlock(),createElementBlock("div",_hoisted_1$6,[createVNode(_e,{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(he,{class:"ml-2"},{default:withCtx(()=>[createVNode(Ie)]),_:1})]),_:1}),createVNode(unref(_sfc_main$n),{class:"w-60"},{default:withCtx(()=>[(openBlock(),createElementBlock(Fragment,null,renderList(L,({label:Fe,kbd:Ue,emitArgs:kt})=>createVNode(unref(_sfc_main$m),{key:Ue,onClick:Et=>de.$emit(...kt)},{default:withCtx(()=>[createVNode(he,{class:"mr-2 h-4 w-4"}),createTextVNode(" "+toDisplayString(Fe)+" ",1),createVNode(unref(_sfc_main$l),null,{default:withCtx(()=>[createTextVNode(toDisplayString(Ue),1)]),_:2},1024)]),_:2},1032,["onClick"])),64)),createVNode(unref(_sfc_main$k)),createVNode(unref(_sfc_main$m),{onClick:unref(oe)},{default:withCtx(()=>[createVNode(he,{class:normalizeClass(["mr-2 h-4 w-4",{"opacity-0":!unref(V)}])},{default:withCtx(()=>[createVNode(Ce)]),_:1},8,["class"]),createTextVNode(" 微信外链转底部引用 ")]),_:1},8,["onClick"])]),_:1})]),_:1}),createVNode(_sfc_main$8),createVNode(_sfc_main$9),createVNode(_sfc_main$e)]),_:1}),createVNode(Ne,{plain:"",type:"primary",onClick:ue},{default:withCtx(()=>[createTextVNode(" 复制 ")]),_:1}),createVNode(_sfc_main$q)])}}},EditorHeader=_export_sfc(_sfc_main$7,[["__scopeId","data-v-9d566a06"]]),_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,k=ref$1(3),L=ref$1(3),$=ref$1({});function j(){k.value=3,L.value=3,$.value={}}function V(){const z=createTable({rows:k.value,cols:L.value,data:$.value});t.editor.operation(()=>{t.editor.replaceSelection(`
${z}
`,"end")}),t.editorRefresh(),j(),y(),n()}return(z,re)=>{const ie=resolveComponent("el-input-number"),oe=resolveComponent("el-col"),ue=resolveComponent("el-row"),de=resolveComponent("el-input"),pe=resolveComponent("el-button"),Ie=resolveComponent("el-dialog");return openBlock(),createBlock(Ie,{title:"插入表格",class:"insert__dialog","model-value":unref(t).isShowInsertFormDialog,onClose:re[3]||(re[3]=he=>unref(n)(!1))},{footer:withCtx(()=>[createBaseVNode("div",_hoisted_2$1,[createVNode(pe,{plain:"",onClick:re[2]||(re[2]=he=>unref(n)(!1))},{default:withCtx(()=>[createTextVNode(" 取 消 ")]),_:1}),createVNode(pe,{type:"primary",plain:"",onClick:V},{default:withCtx(()=>[createTextVNode(" 确 定 ")]),_:1})])]),default:withCtx(()=>[createVNode(ue,{class:"tb-options",type:"flex",align:"middle",gutter:10},{default:withCtx(()=>[createVNode(oe,{span:12},{default:withCtx(()=>[createTextVNode(" 行数: "),createVNode(ie,{modelValue:k.value,"onUpdate:modelValue":re[0]||(re[0]=he=>k.value=he),"controls-position":"right",min:1,max:100,size:"small"},null,8,["modelValue"])]),_:1}),createVNode(oe,{span:12},{default:withCtx(()=>[createTextVNode(" 列数: "),createVNode(ie,{modelValue:L.value,"onUpdate:modelValue":re[1]||(re[1]=he=>L.value=he),"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(k.value+1,he=>(openBlock(),createElementBlock("tr",{key:he,class:normalizeClass({"head-style":he===1})},[(openBlock(!0),createElementBlock(Fragment,null,renderList(L.value,Ce=>(openBlock(),createElementBlock("td",{key:Ce},[createVNode(de,{modelValue:$.value[`k_${he-1}_${Ce-1}`],"onUpdate:modelValue":_e=>$.value[`k_${he-1}_${Ce-1}`]=_e,align:"center",placeholder:he===1?"表头":""},null,8,["modelValue","onUpdate:modelValue","placeholder"])]))),128))],2))),128))])]),_:1},8,["model-value"])}}},InsertFormDialog=_export_sfc(_sfc_main$6,[["__scopeId","data-v-c3933aeb"]]),_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,k=[[{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 L($){n("menuTick",$),n("closeMenu")}return($,j)=>withDirectives((openBlock(),createElementBlock("div",{id:"menu",class:"menu",style:normalizeStyle({left:`${y.left}px`,top:`${y.top}px`})},[(openBlock(),createElementBlock(Fragment,null,renderList(k,(V,z)=>createBaseVNode("ul",{key:z,class:"menu__group"},[(openBlock(!0),createElementBlock(Fragment,null,renderList(V,({key:re,text:ie})=>(openBlock(),createElementBlock("li",{key:re,class:"menu_item",onMousedown:oe=>L(re)},toDisplayString(ie),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(),k=ref$1({repo:"",branch:"",accessToken:""}),L=ref$1({accessKeyId:"",accessKeySecret:"",bucket:"",region:"",path:"",cdnHost:""}),$=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:"自定义代码"}],ie=ref$1("default"),oe=ref$1(null),ue=ref$1("upload");watch(ue,async kt=>{kt==="formCustom"&&nextTick$1(()=>{const Et=oe.value.$el.querySelector("textarea");z.value.editor=z.value.editor||CodeMirror.fromTextArea(Et,{mode:"javascript"})})},{immediate:!0}),onBeforeMount(()=>{localStorage.getItem("githubConfig")&&(k.value=JSON.parse(localStorage.getItem("githubConfig"))),localStorage.getItem("aliOSSConfig")&&(L.value=JSON.parse(localStorage.getItem("aliOSSConfig"))),localStorage.getItem("txCOSConfig")&&($.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")&&(ie.value=localStorage.getItem("imgHost"))});function de(){localStorage.setItem("imgHost",ie.value),ElMessage.success("已成功切换图床")}function pe(){if(!(k.value.repo&&k.value.accessToken)){const kt=k.value.repo?"token":"GitHub 仓库";ElMessage.error(`参数「${kt}」不能为空`);return}localStorage.setItem("githubConfig",JSON.stringify(k.value)),ElMessage.success("保存成功")}function Ie(){if(!(L.value.accessKeyId&&L.value.accessKeySecret&&L.value.bucket&&L.value.region)){ElMessage.error("阿里云 OSS 参数配置不全");return}localStorage.setItem("aliOSSConfig",JSON.stringify(L.value)),ElMessage.success("保存成功")}function he(){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 Ce(){if(!($.value.secretId&&$.value.secretKey&&$.value.bucket&&$.value.region)){ElMessage.error("腾讯云 COS 参数配置不全");return}localStorage.setItem("txCOSConfig",JSON.stringify($.value)),ElMessage.success("保存成功")}function _e(){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 Ne(){const kt=z.value.editor.getValue();localStorage.setItem("formCustomConfig",kt),ElMessage.success("保存成功")}function Fe(kt){const Et=checkImage(kt);if(!Et.ok)return ElMessage.error(Et.msg),!1;let Ve=localStorage.getItem("imgHost");Ve=Ve||"default",localStorage.setItem("imgHost",Ve);const qe=localStorage.getItem(`${Ve}Config`);return Ve==="default"||qe?!0:(ElMessage.error(`请先配置 ${Ve} 图床参数`),!1)}function Ue(kt){y("uploadImage",kt.file)}return(kt,Et)=>{const Ve=resolveComponent("el-option"),qe=resolveComponent("el-select"),jt=resolveComponent("el-icon"),tr=resolveComponent("el-upload"),rr=resolveComponent("el-tab-pane"),ar=resolveComponent("el-input"),nr=resolveComponent("el-form-item"),ur=resolveComponent("el-link"),cr=resolveComponent("el-button"),_r=resolveComponent("el-form"),hr=resolveComponent("el-switch"),Er=resolveComponent("el-tabs"),kr=resolveComponent("el-dialog");return openBlock(),createBlock(kr,{title:"本地上传",class:"upload__dialog","model-value":unref(n).isShowUploadImgDialog,onClose:Et[30]||(Et[30]=xr=>unref(n).toggleShowUploadImgDialog(!1))},{default:withCtx(()=>[createVNode(Er,{modelValue:ue.value,"onUpdate:modelValue":Et[29]||(Et[29]=xr=>ue.value=xr)},{default:withCtx(()=>[createVNode(rr,{class:"upload-panel",label:"选择上传",name:"upload"},{default:withCtx(()=>[createVNode(qe,{modelValue:ie.value,"onUpdate:modelValue":Et[0]||(Et[0]=xr=>ie.value=xr),placeholder:"请选择",size:"small",onChange:de},{default:withCtx(()=>[(openBlock(),createElementBlock(Fragment,null,renderList(re,xr=>createVNode(Ve,{key:xr.value,label:xr.label,value:xr.value},null,8,["label","value"])),64))]),_:1},8,["modelValue"]),createVNode(tr,{drag:"",multiple:"",action:"",headers:{"Content-Type":"multipart/form-data"},"show-file-list":!1,accept:".jpg, .jpeg, .png, .gif",name:"file","before-upload":Fe,"http-request":Ue},{default:withCtx(()=>[createVNode(jt,{class:"el-icon--upload"},{default:withCtx(()=>[createVNode(unref(upload_filled_default))]),_:1}),_hoisted_1$3]),_:1})]),_:1}),createVNode(rr,{class:"github-panel",label:"GitHub 图床",name:"github"},{default:withCtx(()=>[createVNode(_r,{class:"setting-form",model:k.value,"label-position":"right","label-width":"150px"},{default:withCtx(()=>[createVNode(nr,{label:"GitHub 仓库",required:!0},{default:withCtx(()=>[createVNode(ar,{modelValue:k.value.repo,"onUpdate:modelValue":Et[1]||(Et[1]=xr=>k.value.repo=xr),modelModifiers:{trim:!0},placeholder:"如github.com/yanglbme/resource"},null,8,["modelValue"])]),_:1}),createVNode(nr,{label:"分支"},{default:withCtx(()=>[createVNode(ar,{modelValue:k.value.branch,"onUpdate:modelValue":Et[2]||(Et[2]=xr=>k.value.branch=xr),modelModifiers:{trim:!0},placeholder:"如release可不填默认 master"},null,8,["modelValue"])]),_:1}),createVNode(nr,{label:"Token",required:!0},{default:withCtx(()=>[createVNode(ar,{modelValue:k.value.accessToken,"onUpdate:modelValue":Et[3]||(Et[3]=xr=>k.value.accessToken=xr),modelModifiers:{trim:!0},"show-password":"",placeholder:"如cc1d0c1426d0fd0902bd2d7184b14da61b8abc46"},null,8,["modelValue"]),createVNode(ur,{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(nr,null,{default:withCtx(()=>[createVNode(cr,{type:"primary",onClick:pe},{default:withCtx(()=>[createTextVNode(" 保存配置 ")]),_:1})]),_:1})]),_:1},8,["model"])]),_:1}),createVNode(rr,{class:"github-panel",label:"阿里云 OSS",name:"aliOSS"},{default:withCtx(()=>[createVNode(_r,{class:"setting-form",model:L.value,"label-position":"right","label-width":"150px"},{default:withCtx(()=>[createVNode(nr,{label:"AccessKey ID",required:!0},{default:withCtx(()=>[createVNode(ar,{modelValue:L.value.accessKeyId,"onUpdate:modelValue":Et[4]||(Et[4]=xr=>L.value.accessKeyId=xr),modelModifiers:{trim:!0},placeholder:"如LTAI4GdoocsmdoxUf13ylbaNHk"},null,8,["modelValue"])]),_:1}),createVNode(nr,{label:"AccessKey Secret",required:!0},{default:withCtx(()=>[createVNode(ar,{modelValue:L.value.accessKeySecret,"onUpdate:modelValue":Et[5]||(Et[5]=xr=>L.value.accessKeySecret=xr),modelModifiers:{trim:!0},"show-password":"",placeholder:"如cc1d0c142doocs0902bd2d7md4b14da6ylbabc46"},null,8,["modelValue"])]),_:1}),createVNode(nr,{label:"Bucket",required:!0},{default:withCtx(()=>[createVNode(ar,{modelValue:L.value.bucket,"onUpdate:modelValue":Et[6]||(Et[6]=xr=>L.value.bucket=xr),modelModifiers:{trim:!0},placeholder:"如doocs"},null,8,["modelValue"])]),_:1}),createVNode(nr,{label:"Bucket 所在区域",required:!0},{default:withCtx(()=>[createVNode(ar,{modelValue:L.value.region,"onUpdate:modelValue":Et[7]||(Et[7]=xr=>L.value.region=xr),modelModifiers:{trim:!0},placeholder:"如oss-cn-shenzhen"},null,8,["modelValue"])]),_:1}),createVNode(nr,{label:"自定义 CDN 域名",required:!1},{default:withCtx(()=>[createVNode(ar,{modelValue:L.value.cdnHost,"onUpdate:modelValue":Et[8]||(Et[8]=xr=>L.value.cdnHost=xr),modelModifiers:{trim:!0},placeholder:"如https://imagecdn.alidaodao.com可不填"},null,8,["modelValue"])]),_:1}),createVNode(nr,{label:"存储路径"},{default:withCtx(()=>[createVNode(ar,{modelValue:L.value.path,"onUpdate:modelValue":Et[9]||(Et[9]=xr=>L.value.path=xr),modelModifiers:{trim:!0},placeholder:"如img可不填默认为根目录"},null,8,["modelValue"]),createVNode(ur,{type:"primary",href:"https://help.aliyun.com/document_detail/31883.html",target:"_blank"},{default:withCtx(()=>[createTextVNode(" 如何使用阿里云 OSS ")]),_:1})]),_:1}),createVNode(nr,null,{default:withCtx(()=>[createVNode(cr,{type:"primary",onClick:Ie},{default:withCtx(()=>[createTextVNode(" 保存配置 ")]),_:1})]),_:1})]),_:1},8,["model"])]),_:1}),createVNode(rr,{class:"github-panel",label:"腾讯云 COS",name:"txCOS"},{default:withCtx(()=>[createVNode(_r,{class:"setting-form",model:$.value,"label-position":"right","label-width":"150px"},{default:withCtx(()=>[createVNode(nr,{label:"SecretId",required:!0},{default:withCtx(()=>[createVNode(ar,{modelValue:$.value.secretId,"onUpdate:modelValue":Et[10]||(Et[10]=xr=>$.value.secretId=xr),modelModifiers:{trim:!0},placeholder:"如AKIDnQp1w3DOOCSs8F5MDp9tdoocsmdUPonW3"},null,8,["modelValue"])]),_:1}),createVNode(nr,{label:"SecretKey",required:!0},{default:withCtx(()=>[createVNode(ar,{modelValue:$.value.secretKey,"onUpdate:modelValue":Et[11]||(Et[11]=xr=>$.value.secretKey=xr),modelModifiers:{trim:!0},"show-password":"",placeholder:"如ukLmdtEJ9271f3DOocsMDsCXdS3YlbW0"},null,8,["modelValue"])]),_:1}),createVNode(nr,{label:"Bucket",required:!0},{default:withCtx(()=>[createVNode(ar,{modelValue:$.value.bucket,"onUpdate:modelValue":Et[12]||(Et[12]=xr=>$.value.bucket=xr),modelModifiers:{trim:!0},placeholder:"如doocs-3212520134"},null,8,["modelValue"])]),_:1}),createVNode(nr,{label:"Bucket 所在区域",required:!0},{default:withCtx(()=>[createVNode(ar,{modelValue:$.value.region,"onUpdate:modelValue":Et[13]||(Et[13]=xr=>$.value.region=xr),modelModifiers:{trim:!0},placeholder:"如ap-guangzhou"},null,8,["modelValue"])]),_:1}),createVNode(nr,{label:"自定义 CDN 域名",required:!1},{default:withCtx(()=>[createVNode(ar,{modelValue:$.value.cdnHost,"onUpdate:modelValue":Et[14]||(Et[14]=xr=>$.value.cdnHost=xr),modelModifiers:{trim:!0},placeholder:"如https://imagecdn.alidaodao.com可不填"},null,8,["modelValue"])]),_:1}),createVNode(nr,{label:"存储路径"},{default:withCtx(()=>[createVNode(ar,{modelValue:$.value.path,"onUpdate:modelValue":Et[15]||(Et[15]=xr=>$.value.path=xr),modelModifiers:{trim:!0},placeholder:"如img可不填默认根目录"},null,8,["modelValue"]),createVNode(ur,{type:"primary",href:"https://cloud.tencent.com/document/product/436/38484",target:"_blank"},{default:withCtx(()=>[createTextVNode(" 如何使用腾讯云 COS ")]),_:1})]),_:1}),createVNode(nr,null,{default:withCtx(()=>[createVNode(cr,{type:"primary",onClick:Ce},{default:withCtx(()=>[createTextVNode(" 保存配置 ")]),_:1})]),_:1})]),_:1},8,["model"])]),_:1}),createVNode(rr,{class:"github-panel",label:"七牛云 Kodo",name:"qiniu"},{default:withCtx(()=>[createVNode(_r,{class:"setting-form",model:j.value,"label-position":"right","label-width":"150px"},{default:withCtx(()=>[createVNode(nr,{label:"AccessKey",required:!0},{default:withCtx(()=>[createVNode(ar,{modelValue:j.value.accessKey,"onUpdate:modelValue":Et[16]||(Et[16]=xr=>j.value.accessKey=xr),modelModifiers:{trim:!0},placeholder:"如6DD3VaLJ_SQgOdoocsyTV_YWaDmdnL2n8EGx7kG"},null,8,["modelValue"])]),_:1}),createVNode(nr,{label:"SecretKey",required:!0},{default:withCtx(()=>[createVNode(ar,{modelValue:j.value.secretKey,"onUpdate:modelValue":Et[17]||(Et[17]=xr=>j.value.secretKey=xr),modelModifiers:{trim:!0},"show-password":"",placeholder:"如qgZa5qrvDOOcsmdKStD1oCjZ9nB7MDvJUs_34SIm"},null,8,["modelValue"])]),_:1}),createVNode(nr,{label:"Bucket",required:!0},{default:withCtx(()=>[createVNode(ar,{modelValue:j.value.bucket,"onUpdate:modelValue":Et[18]||(Et[18]=xr=>j.value.bucket=xr),modelModifiers:{trim:!0},placeholder:"如md"},null,8,["modelValue"])]),_:1}),createVNode(nr,{label:"Bucket 对应域名",required:!0},{default:withCtx(()=>[createVNode(ar,{modelValue:j.value.domain,"onUpdate:modelValue":Et[19]||(Et[19]=xr=>j.value.domain=xr),modelModifiers:{trim:!0},placeholder:"如https://images.123ylb.cn"},null,8,["modelValue"])]),_:1}),createVNode(nr,{label:"存储区域",required:!0},{default:withCtx(()=>[createVNode(ar,{modelValue:j.value.region,"onUpdate:modelValue":Et[20]||(Et[20]=xr=>j.value.region=xr),modelModifiers:{trim:!0},placeholder:"如z2"},null,8,["modelValue"])]),_:1}),createVNode(nr,{label:"存储路径",required:!1},{default:withCtx(()=>[createVNode(ar,{modelValue:j.value.path,"onUpdate:modelValue":Et[21]||(Et[21]=xr=>j.value.path=xr),modelModifiers:{trim:!0},placeholder:"如img可不填默认为根目录"},null,8,["modelValue"]),createVNode(ur,{type:"primary",href:"https://developer.qiniu.com/kodo",target:"_blank"},{default:withCtx(()=>[createTextVNode(" 如何使用七牛云 Kodo ")]),_:1})]),_:1}),createVNode(nr,null,{default:withCtx(()=>[createVNode(cr,{type:"primary",onClick:_e},{default:withCtx(()=>[createTextVNode(" 保存配置 ")]),_:1})]),_:1})]),_:1},8,["model"])]),_:1}),createVNode(rr,{class:"github-panel",label:"MinIO",name:"minio"},{default:withCtx(()=>[createVNode(_r,{class:"setting-form",model:V.value,"label-position":"right","label-width":"150px"},{default:withCtx(()=>[createVNode(nr,{label:"Endpoint",required:!0},{default:withCtx(()=>[createVNode(ar,{modelValue:V.value.endpoint,"onUpdate:modelValue":Et[22]||(Et[22]=xr=>V.value.endpoint=xr),modelModifiers:{trim:!0},placeholder:"如play.min.io"},null,8,["modelValue"])]),_:1}),createVNode(nr,{label:"Port",required:!1},{default:withCtx(()=>[createVNode(ar,{modelValue:V.value.port,"onUpdate:modelValue":Et[23]||(Et[23]=xr=>V.value.port=xr),modelModifiers:{trim:!0},type:"number",placeholder:"如9000可不填http 默认为 80https 默认为 443"},null,8,["modelValue"])]),_:1}),createVNode(nr,{label:"UseSSL",required:!0},{default:withCtx(()=>[createVNode(hr,{modelValue:V.value.useSSL,"onUpdate:modelValue":Et[24]||(Et[24]=xr=>V.value.useSSL=xr),"active-text":"是","inactive-text":"否"},null,8,["modelValue"])]),_:1}),createVNode(nr,{label:"Bucket",required:!0},{default:withCtx(()=>[createVNode(ar,{modelValue:V.value.bucket,"onUpdate:modelValue":Et[25]||(Et[25]=xr=>V.value.bucket=xr),modelModifiers:{trim:!0},placeholder:"如doocs"},null,8,["modelValue"])]),_:1}),createVNode(nr,{label:"AccessKey",required:!0},{default:withCtx(()=>[createVNode(ar,{modelValue:V.value.accessKey,"onUpdate:modelValue":Et[26]||(Et[26]=xr=>V.value.accessKey=xr),modelModifiers:{trim:!0},placeholder:"如zhangsan"},null,8,["modelValue"])]),_:1}),createVNode(nr,{label:"SecretKey",required:!0},{default:withCtx(()=>[createVNode(ar,{modelValue:V.value.secretKey,"onUpdate:modelValue":Et[27]||(Et[27]=xr=>V.value.secretKey=xr),modelModifiers:{trim:!0},placeholder:"如asdasdasd"},null,8,["modelValue"]),createVNode(ur,{type:"primary",href:"http://docs.minio.org.cn/docs/master/minio-client-complete-guide",target:"_blank"},{default:withCtx(()=>[createTextVNode(" 如何使用 MinIO ")]),_:1})]),_:1}),createVNode(nr,null,{default:withCtx(()=>[createVNode(cr,{type:"primary",onClick:he},{default:withCtx(()=>[createTextVNode(" 保存配置 ")]),_:1})]),_:1})]),_:1},8,["model"])]),_:1}),createVNode(rr,{class:"github-panel formCustom",label:"自定义代码",name:"formCustom"},{default:withCtx(()=>[createVNode(_r,{class:"setting-form",model:z.value,"label-position":"right"},{default:withCtx(()=>[createVNode(nr,{label:"",required:!0},{default:withCtx(()=>[createVNode(ar,{ref_key:"formCustomElInput",ref:oe,modelValue:z.value.code,"onUpdate:modelValue":Et[28]||(Et[28]=xr=>z.value.code=xr),class:"formCustomElInput",type:"textarea",resize:"none",placeholder:"Your custom code here."},null,8,["modelValue"]),createVNode(ur,{type:"primary",href:"https://github.com/doocs/md#自定义上传逻辑",target:"_blank"},{default:withCtx(()=>[createTextVNode(" 参数详情? ")]),_:1})]),_:1}),createVNode(nr,null,{default:withCtx(()=>[createVNode(cr,{type:"primary",onClick:Ne},{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-16eed56d"),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,k){if(k==="add")ElMessageBox.prompt("请输入方案名称","新建自定义 CSS",{confirmButtonText:"确认",cancelButtonText:"取消",inputErrorMessage:"不能与现有方案重名",inputValidator:t.validatorTabName}).then(({value:L})=>{t.addCssContentTab(L),ElMessage.success("新建成功~")});else if(k==="remove"){const L=t.cssContentConfig.tabs;if(L.length===1){ElMessage.warning("至少保留一个方案");return}let $=t.cssContentConfig.active;$===n&&L.forEach((j,V)=>{if(j.name===n){const z=L[V+1]||L[V-1];z&&($=z.name)}}),t.cssContentConfig.active=$,t.cssContentConfig.tabs=L.filter(j=>j.name!==n)}}return(n,k)=>{const L=resolveComponent("el-tab-pane"),$=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($,{modelValue:unref(t).cssContentConfig.active,"onUpdate:modelValue":k[0]||(k[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(L,{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-16eed56d"]]),_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 k=resolveComponent("el-text");return openBlock(),createBlock(Transition,{name:"fade"},{default:withCtx(()=>[t.value?(openBlock(),createElementBlock("div",_hoisted_1$1,[createVNode(k,{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,k){var L=n.indentUnit,$=k.statementIndent,j=k.jsonld,V=k.json||j,z=k.trackScope!==!1,re=k.typescript,ie=k.wordCharacters||/[\w$\xa1-\uffff]/,oe=function(){function In(od){return{type:od,style:"keyword"}}var rs=In("keyword a"),Vl=In("keyword b"),Eu=In("keyword c"),ml=In("keyword d"),Uu=In("operator"),Ac={type:"atom",style:"atom"};return{if:In("if"),while:rs,with:rs,else:Vl,do:Vl,try:Vl,finally:Vl,return:ml,break:ml,continue:ml,new:In("new"),delete:Eu,void:Eu,throw:Eu,debugger:In("debugger"),var:In("var"),const:In("var"),let:In("var"),function:In("function"),catch:In("catch"),for:In("for"),switch:In("switch"),case:In("case"),default:In("default"),in:Uu,typeof:Uu,instanceof:Uu,true:Ac,false:Ac,null:Ac,undefined:Ac,NaN:Ac,Infinity:Ac,this:In("this"),class:In("class"),super:In("atom"),yield:Eu,export:In("export"),import:In("import"),extends:Eu,await:Eu}}(),ue=/[+\-*&%=<>!?|~^@]/,de=/^@(context|id|value|language|type|container|list|set|reverse|index|base|vocab|graph)"/;function pe(In){for(var rs=!1,Vl,Eu=!1;(Vl=In.next())!=null;){if(!rs){if(Vl=="/"&&!Eu)return;Vl=="["?Eu=!0:Eu&&Vl=="]"&&(Eu=!1)}rs=!rs&&Vl=="\\"}}var Ie,he;function Ce(In,rs,Vl){return Ie=In,he=Vl,rs}function _e(In,rs){var Vl=In.next();if(Vl=='"'||Vl=="'")return rs.tokenize=Ne(Vl),rs.tokenize(In,rs);if(Vl=="."&&In.match(/^\d[\d_]*(?:[eE][+\-]?[\d_]+)?/))return Ce("number","number");if(Vl=="."&&In.match(".."))return Ce("spread","meta");if(/[\[\]{}\(\),;\:\.]/.test(Vl))return Ce(Vl);if(Vl=="="&&In.eat(">"))return Ce("=>","operator");if(Vl=="0"&&In.match(/^(?:x[\dA-Fa-f_]+|o[0-7_]+|b[01_]+)n?/))return Ce("number","number");if(/\d/.test(Vl))return In.match(/^[\d_]*(?:n|(?:\.[\d_]*)?(?:[eE][+\-]?[\d_]+)?)?/),Ce("number","number");if(Vl=="/")return In.eat("*")?(rs.tokenize=Fe,Fe(In,rs)):In.eat("/")?(In.skipToEnd(),Ce("comment","comment")):Ku(In,rs,1)?(pe(In),In.match(/^\b(([gimyus])(?![gimyus]*\2))+\b/),Ce("regexp","string-2")):(In.eat("="),Ce("operator","operator",In.current()));if(Vl=="`")return rs.tokenize=Ue,Ue(In,rs);if(Vl=="#"&&In.peek()=="!")return In.skipToEnd(),Ce("meta","meta");if(Vl=="#"&&In.eatWhile(ie))return Ce("variable","property");if(Vl=="<"&&In.match("!--")||Vl=="-"&&In.match("->")&&!/\S/.test(In.string.slice(0,In.start)))return In.skipToEnd(),Ce("comment","comment");if(ue.test(Vl))return(Vl!=">"||!rs.lexical||rs.lexical.type!=">")&&(In.eat("=")?(Vl=="!"||Vl=="=")&&In.eat("="):/[<>*+\-|&?]/.test(Vl)&&(In.eat(Vl),Vl==">"&&In.eat(Vl))),Vl=="?"&&In.eat(".")?Ce("."):Ce("operator","operator",In.current());if(ie.test(Vl)){In.eatWhile(ie);var Eu=In.current();if(rs.lastType!="."){if(oe.propertyIsEnumerable(Eu)){var ml=oe[Eu];return Ce(ml.type,ml.style,Eu)}if(Eu=="async"&&In.match(/^(\s|\/\*([^*]|\*(?!\/))*?\*\/)*[\[\(\w]/,!1))return Ce("async","keyword",Eu)}return Ce("variable","variable",Eu)}}function Ne(In){return function(rs,Vl){var Eu=!1,ml;if(j&&rs.peek()=="@"&&rs.match(de))return Vl.tokenize=_e,Ce("jsonld-keyword","meta");for(;(ml=rs.next())!=null&&!(ml==In&&!Eu);)Eu=!Eu&&ml=="\\";return Eu||(Vl.tokenize=_e),Ce("string","string")}}function Fe(In,rs){for(var Vl=!1,Eu;Eu=In.next();){if(Eu=="/"&&Vl){rs.tokenize=_e;break}Vl=Eu=="*"}return Ce("comment","comment")}function Ue(In,rs){for(var Vl=!1,Eu;(Eu=In.next())!=null;){if(!Vl&&(Eu=="`"||Eu=="$"&&In.eat("{"))){rs.tokenize=_e;break}Vl=!Vl&&Eu=="\\"}return Ce("quasi","string-2",In.current())}var kt="([{}])";function Et(In,rs){rs.fatArrowAt&&(rs.fatArrowAt=null);var Vl=In.string.indexOf("=>",In.start);if(!(Vl<0)){if(re){var Eu=/:\s*(?:\w+(?:<[^>]*>|\[\])?|\{[^}]*\})\s*$/.exec(In.string.slice(In.start,Vl));Eu&&(Vl=Eu.index)}for(var ml=0,Uu=!1,Ac=Vl-1;Ac>=0;--Ac){var od=In.string.charAt(Ac),ld=kt.indexOf(od);if(ld>=0&&ld<3){if(!ml){++Ac;break}if(--ml==0){od=="("&&(Uu=!0);break}}else if(ld>=3&&ld<6)++ml;else if(ie.test(od))Uu=!0;else if(/["'\/`]/.test(od))for(;;--Ac){if(Ac==0)return;var gp=In.string.charAt(Ac-1);if(gp==od&&In.string.charAt(Ac-2)!="\\"){Ac--;break}}else if(Uu&&!ml){++Ac;break}}Uu&&!ml&&(rs.fatArrowAt=Ac)}}var Ve={atom:!0,number:!0,variable:!0,string:!0,regexp:!0,this:!0,import:!0,"jsonld-keyword":!0};function qe(In,rs,Vl,Eu,ml,Uu){this.indented=In,this.column=rs,this.type=Vl,this.prev=ml,this.info=Uu,Eu!=null&&(this.align=Eu)}function jt(In,rs){if(!z)return!1;for(var Vl=In.localVars;Vl;Vl=Vl.next)if(Vl.name==rs)return!0;for(var Eu=In.context;Eu;Eu=Eu.prev)for(var Vl=Eu.vars;Vl;Vl=Vl.next)if(Vl.name==rs)return!0}function tr(In,rs,Vl,Eu,ml){var Uu=In.cc;for(rr.state=In,rr.stream=ml,rr.marked=null,rr.cc=Uu,rr.style=rs,In.lexical.hasOwnProperty("align")||(In.lexical.align=!0);;){var Ac=Uu.length?Uu.pop():V?Vr:jr;if(Ac(Vl,Eu)){for(;Uu.length&&Uu[Uu.length-1].lex;)Uu.pop()();return rr.marked?rr.marked:Vl=="variable"&&jt(In,Eu)?"variable-2":rs}}}var rr={state:null,column:null,marked:null,cc:null};function ar(){for(var In=arguments.length-1;In>=0;In--)rr.cc.push(arguments[In])}function nr(){return ar.apply(null,arguments),!0}function ur(In,rs){for(var Vl=rs;Vl;Vl=Vl.next)if(Vl.name==In)return!0;return!1}function cr(In){var rs=rr.state;if(rr.marked="def",!!z){if(rs.context){if(rs.lexical.info=="var"&&rs.context&&rs.context.block){var Vl=_r(In,rs.context);if(Vl!=null){rs.context=Vl;return}}else if(!ur(In,rs.localVars)){rs.localVars=new kr(In,rs.localVars);return}}k.globalVars&&!ur(In,rs.globalVars)&&(rs.globalVars=new kr(In,rs.globalVars))}}function _r(In,rs){if(rs)if(rs.block){var Vl=_r(In,rs.prev);return Vl?Vl==rs.prev?rs:new Er(Vl,rs.vars,!0):null}else return ur(In,rs.vars)?rs:new Er(rs.prev,new kr(In,rs.vars),!1);else return null}function hr(In){return In=="public"||In=="private"||In=="protected"||In=="abstract"||In=="readonly"}function Er(In,rs,Vl){this.prev=In,this.vars=rs,this.block=Vl}function kr(In,rs){this.name=In,this.next=rs}var xr=new kr("this",new kr("arguments",null));function yr(){rr.state.context=new Er(rr.state.context,rr.state.localVars,!1),rr.state.localVars=xr}function br(){rr.state.context=new Er(rr.state.context,rr.state.localVars,!0),rr.state.localVars=null}yr.lex=br.lex=!0;function Ir(){rr.state.localVars=rr.state.context.vars,rr.state.context=rr.state.context.prev}Ir.lex=!0;function Mr(In,rs){var Vl=function(){var Eu=rr.state,ml=Eu.indented;if(Eu.lexical.type=="stat")ml=Eu.lexical.indented;else for(var Uu=Eu.lexical;Uu&&Uu.type==")"&&Uu.align;Uu=Uu.prev)ml=Uu.indented;Eu.lexical=new qe(ml,rr.stream.column(),In,null,Eu.lexical,rs)};return Vl.lex=!0,Vl}function mr(){var In=rr.state;In.lexical.prev&&(In.lexical.type==")"&&(In.indented=In.lexical.indented),In.lexical=In.lexical.prev)}mr.lex=!0;function gr(In){function rs(Vl){return Vl==In?nr():In==";"||Vl=="}"||Vl==")"||Vl=="]"?ar():nr(rs)}return rs}function jr(In,rs){return In=="var"?nr(Mr("vardef",rs),ju,gr(";"),mr):In=="keyword a"?nr(Mr("form"),Sr,jr,mr):In=="keyword b"?nr(Mr("form"),jr,mr):In=="keyword d"?rr.stream.match(/^\s*$/,!1)?nr():nr(Mr("stat"),Br,gr(";"),mr):In=="debugger"?nr(gr(";")):In=="{"?nr(Mr("}"),br,Ar,mr,Ir):In==";"?nr():In=="if"?(rr.state.lexical.info=="else"&&rr.state.cc[rr.state.cc.length-1]==mr&&rr.state.cc.pop()(),nr(Mr("form"),Sr,jr,mr,ps)):In=="function"?nr(Lr):In=="for"?nr(Mr("form"),br,Ds,jr,Ir,mr):In=="class"||re&&rs=="interface"?(rr.marked="keyword",nr(Mr("form",In=="class"?In:rs),Wi,mr)):In=="variable"?re&&rs=="declare"?(rr.marked="keyword",nr(jr)):re&&(rs=="module"||rs=="enum"||rs=="type")&&rr.stream.match(/^\s*\w/,!1)?(rr.marked="keyword",rs=="enum"?nr(Ul):rs=="type"?nr(hn,gr("operator"),qa,gr(";")):nr(Mr("form"),Lu,gr("{"),Mr("}"),Ar,mr,mr)):re&&rs=="namespace"?(rr.marked="keyword",nr(Mr("form"),Vr,jr,mr)):re&&rs=="abstract"?(rr.marked="keyword",nr(jr)):nr(Mr("stat"),ca):In=="switch"?nr(Mr("form"),Sr,gr("{"),Mr("}","switch"),br,Ar,mr,mr,Ir):In=="case"?nr(Vr,gr(":")):In=="default"?nr(gr(":")):In=="catch"?nr(Mr("form"),yr,Hr,jr,mr,Ir):In=="export"?nr(Mr("stat"),Eo,mr):In=="import"?nr(Mr("stat"),hs,mr):In=="async"?nr(jr):rs=="@"?nr(Vr,jr):ar(Mr("stat"),Vr,gr(";"),mr)}function Hr(In){if(In=="(")return nr(Ln,gr(")"))}function Vr(In,rs){return Tr(In,rs,!1)}function zr(In,rs){return Tr(In,rs,!0)}function Sr(In){return In!="("?ar():nr(Mr(")"),Br,gr(")"),mr)}function Tr(In,rs,Vl){if(rr.state.fatArrowAt==rr.stream.start){var Eu=Vl?Kr:Wr;if(In=="(")return nr(yr,Mr(")"),Kn(Ln,")"),mr,gr("=>"),Eu,Ir);if(In=="variable")return ar(yr,Lu,gr("=>"),Eu,Ir)}var ml=Vl?Cr:vr;return Ve.hasOwnProperty(In)?nr(ml):In=="function"?nr(Lr,ml):In=="class"||re&&rs=="interface"?(rr.marked="keyword",nr(Mr("form"),Vi,mr)):In=="keyword c"||In=="async"?nr(Vl?zr:Vr):In=="("?nr(Mr(")"),Br,gr(")"),mr,ml):In=="operator"||In=="spread"?nr(Vl?zr:Vr):In=="["?nr(Mr("]"),vu,mr,ml):In=="{"?Gr(Wa,"}",null,ml):In=="quasi"?ar(Dr,ml):In=="new"?nr(Nr(Vl)):nr()}function Br(In){return In.match(/[;\}\)\],]/)?ar():ar(Vr)}function vr(In,rs){return In==","?nr(Br):Cr(In,rs,!1)}function Cr(In,rs,Vl){var Eu=Vl==!1?vr:Cr,ml=Vl==!1?Vr:zr;if(In=="=>")return nr(yr,Vl?Kr:Wr,Ir);if(In=="operator")return/\+\+|--/.test(rs)||re&&rs=="!"?nr(Eu):re&&rs=="<"&&rr.stream.match(/^([^<>]|<[^<>]*>)*>\s*\(/,!1)?nr(Mr(">"),Kn(qa,">"),mr,Eu):rs=="?"?nr(Vr,gr(":"),ml):nr(ml);if(In=="quasi")return ar(Dr,Eu);if(In!=";"){if(In=="(")return Gr(zr,")","call",Eu);if(In==".")return nr(Po,Eu);if(In=="[")return nr(Mr("]"),Br,gr("]"),mr,Eu);if(re&&rs=="as")return rr.marked="keyword",nr(qa,Eu);if(In=="regexp")return rr.state.lastType=rr.marked="operator",rr.stream.backUp(rr.stream.pos-rr.stream.start-1),nr(ml)}}function Dr(In,rs){return In!="quasi"?ar():rs.slice(rs.length-2)!="${"?nr(Dr):nr(Br,Rr)}function Rr(In){if(In=="}")return rr.marked="string-2",rr.state.tokenize=Ue,nr(Dr)}function Wr(In){return Et(rr.stream,rr.state),ar(In=="{"?jr:Vr)}function Kr(In){return Et(rr.stream,rr.state),ar(In=="{"?jr:zr)}function Nr(In){return function(rs){return rs=="."?nr(In?Qr:Fr):rs=="variable"&&re?nr(Bl,In?Cr:vr):ar(In?zr:Vr)}}function Fr(In,rs){if(rs=="target")return rr.marked="keyword",nr(vr)}function Qr(In,rs){if(rs=="target")return rr.marked="keyword",nr(Cr)}function ca(In){return In==":"?nr(mr,jr):ar(vr,gr(";"),mr)}function Po(In){if(In=="variable")return rr.marked="property",nr()}function Wa(In,rs){if(In=="async")return rr.marked="property",nr(Wa);if(In=="variable"||rr.style=="keyword"){if(rr.marked="property",rs=="get"||rs=="set")return nr(Go);var Vl;return re&&rr.state.fatArrowAt==rr.stream.start&&(Vl=rr.stream.match(/^\s*:\s*/,!1))&&(rr.state.fatArrowAt=rr.stream.pos+Vl[0].length),nr(us)}else{if(In=="number"||In=="string")return rr.marked=j?"property":rr.style+" property",nr(us);if(In=="jsonld-keyword")return nr(us);if(re&&hr(rs))return rr.marked="keyword",nr(Wa);if(In=="[")return nr(Vr,On,gr("]"),us);if(In=="spread")return nr(zr,us);if(rs=="*")return rr.marked="keyword",nr(Wa);if(In==":")return ar(us)}}function Go(In){return In!="variable"?ar(us):(rr.marked="property",nr(Lr))}function us(In){if(In==":")return nr(zr);if(In=="(")return ar(Lr)}function Kn(In,rs,Vl){function Eu(ml,Uu){if(Vl?Vl.indexOf(ml)>-1:ml==","){var Ac=rr.state.lexical;return Ac.info=="call"&&(Ac.pos=(Ac.pos||0)+1),nr(function(od,ld){return od==rs||ld==rs?ar():ar(In)},Eu)}return ml==rs||Uu==rs?nr():Vl&&Vl.indexOf(";")>-1?ar(In):nr(gr(rs))}return function(ml,Uu){return ml==rs||Uu==rs?nr():ar(In,Eu)}}function Gr(In,rs,Vl){for(var Eu=3;Eu<arguments.length;Eu++)rr.cc.push(arguments[Eu]);return nr(Mr(rs,Vl),Kn(In,rs),mr)}function Ar(In){return In=="}"?nr():ar(jr,Ar)}function On(In,rs){if(re){if(In==":")return nr(qa);if(rs=="?")return nr(On)}}function kn(In,rs){if(re&&(In==":"||rs=="in"))return nr(qa)}function Sa(In){if(re&&In==":")return rr.stream.match(/^\s*\w+\s+is\b/,!1)?nr(Vr,sa,qa):nr(qa)}function sa(In,rs){if(rs=="is")return rr.marked="keyword",nr()}function qa(In,rs){if(rs=="keyof"||rs=="typeof"||rs=="infer"||rs=="readonly")return rr.marked="keyword",nr(rs=="typeof"?zr:qa);if(In=="variable"||rs=="void")return rr.marked="type",nr(vl);if(rs=="|"||rs=="&")return nr(qa);if(In=="string"||In=="number"||In=="atom")return nr(vl);if(In=="[")return nr(Mr("]"),Kn(qa,"]",","),mr,vl);if(In=="{")return nr(Mr("}"),Hi,mr,vl);if(In=="(")return nr(Kn(cs,")"),To,vl);if(In=="<")return nr(Kn(qa,">"),qa);if(In=="quasi")return ar(Ma,vl)}function To(In){if(In=="=>")return nr(qa)}function Hi(In){return In.match(/[\}\)\]]/)?nr():In==","||In==";"?nr(Hi):ar(na,Hi)}function na(In,rs){if(In=="variable"||rr.style=="keyword")return rr.marked="property",nr(na);if(rs=="?"||In=="number"||In=="string")return nr(na);if(In==":")return nr(qa);if(In=="[")return nr(gr("variable"),kn,gr("]"),na);if(In=="(")return ar(Zn,na);if(!In.match(/[;\}\)\],]/))return nr()}function Ma(In,rs){return In!="quasi"?ar():rs.slice(rs.length-2)!="${"?nr(Ma):nr(qa,Ns)}function Ns(In){if(In=="}")return rr.marked="string-2",rr.state.tokenize=Ue,nr(Ma)}function cs(In,rs){return In=="variable"&&rr.stream.match(/^\s*[?:]/,!1)||rs=="?"?nr(cs):In==":"?nr(qa):In=="spread"?nr(cs):ar(qa)}function vl(In,rs){if(rs=="<")return nr(Mr(">"),Kn(qa,">"),mr,vl);if(rs=="|"||In=="."||rs=="&")return nr(qa);if(In=="[")return nr(qa,gr("]"),vl);if(rs=="extends"||rs=="implements")return rr.marked="keyword",nr(qa);if(rs=="?")return nr(qa,gr(":"),qa)}function Bl(In,rs){if(rs=="<")return nr(Mr(">"),Kn(qa,">"),mr,vl)}function Au(){return ar(qa,xs)}function xs(In,rs){if(rs=="=")return nr(qa)}function ju(In,rs){return rs=="enum"?(rr.marked="keyword",nr(Ul)):ar(Lu,On,gc,Wl)}function Lu(In,rs){if(re&&hr(rs))return rr.marked="keyword",nr(Lu);if(In=="variable")return cr(rs),nr();if(In=="spread")return nr(Lu);if(In=="[")return Gr(Nc,"]");if(In=="{")return Gr(Pc,"}")}function Pc(In,rs){return In=="variable"&&!rr.stream.match(/^\s*:/,!1)?(cr(rs),nr(gc)):(In=="variable"&&(rr.marked="property"),In=="spread"?nr(Lu):In=="}"?ar():In=="["?nr(Vr,gr("]"),gr(":"),Pc):nr(gr(":"),Lu,gc))}function Nc(){return ar(Lu,gc)}function gc(In,rs){if(rs=="=")return nr(zr)}function Wl(In){if(In==",")return nr(ju)}function ps(In,rs){if(In=="keyword b"&&rs=="else")return nr(Mr("form","else"),jr,mr)}function Ds(In,rs){if(rs=="await")return nr(Ds);if(In=="(")return nr(Mr(")"),Us,mr)}function Us(In){return In=="var"?nr(ju,Vs):In=="variable"?nr(Vs):ar(Vs)}function Vs(In,rs){return In==")"?nr():In==";"?nr(Vs):rs=="in"||rs=="of"?(rr.marked="keyword",nr(Vr,Vs)):ar(Vr,Vs)}function Lr(In,rs){if(rs=="*")return rr.marked="keyword",nr(Lr);if(In=="variable")return cr(rs),nr(Lr);if(In=="(")return nr(yr,Mr(")"),Kn(Ln,")"),mr,Sa,jr,Ir);if(re&&rs=="<")return nr(Mr(">"),Kn(Au,">"),mr,Lr)}function Zn(In,rs){if(rs=="*")return rr.marked="keyword",nr(Zn);if(In=="variable")return cr(rs),nr(Zn);if(In=="(")return nr(yr,Mr(")"),Kn(Ln,")"),mr,Sa,Ir);if(re&&rs=="<")return nr(Mr(">"),Kn(Au,">"),mr,Zn)}function hn(In,rs){if(In=="keyword"||In=="variable")return rr.marked="type",nr(hn);if(rs=="<")return nr(Mr(">"),Kn(Au,">"),mr)}function Ln(In,rs){return rs=="@"&&nr(Vr,Ln),In=="spread"?nr(Ln):re&&hr(rs)?(rr.marked="keyword",nr(Ln)):re&&In=="this"?nr(On,gc):ar(Lu,On,gc)}function Vi(In,rs){return In=="variable"?Wi(In,rs):pa(In,rs)}function Wi(In,rs){if(In=="variable")return cr(rs),nr(pa)}function pa(In,rs){if(rs=="<")return nr(Mr(">"),Kn(Au,">"),mr,pa);if(rs=="extends"||rs=="implements"||re&&In==",")return rs=="implements"&&(rr.marked="keyword"),nr(re?qa:Vr,pa);if(In=="{")return nr(Mr("}"),Ki,mr)}function Ki(In,rs){if(In=="async"||In=="variable"&&(rs=="static"||rs=="get"||rs=="set"||re&&hr(rs))&&rr.stream.match(/^\s+#?[\w$\xa1-\uffff]/,!1))return rr.marked="keyword",nr(Ki);if(In=="variable"||rr.style=="keyword")return rr.marked="property",nr(Yo,Ki);if(In=="number"||In=="string")return nr(Yo,Ki);if(In=="[")return nr(Vr,On,gr("]"),Yo,Ki);if(rs=="*")return rr.marked="keyword",nr(Ki);if(re&&In=="(")return ar(Zn,Ki);if(In==";"||In==",")return nr(Ki);if(In=="}")return nr();if(rs=="@")return nr(Vr,Ki)}function Yo(In,rs){if(rs=="!"||rs=="?")return nr(Yo);if(In==":")return nr(qa,gc);if(rs=="=")return nr(zr);var Vl=rr.state.lexical.prev,Eu=Vl&&Vl.info=="interface";return ar(Eu?Zn:Lr)}function Eo(In,rs){return rs=="*"?(rr.marked="keyword",nr(ko,gr(";"))):rs=="default"?(rr.marked="keyword",nr(Vr,gr(";"))):In=="{"?nr(Kn(Fo,"}"),ko,gr(";")):ar(jr)}function Fo(In,rs){if(rs=="as")return rr.marked="keyword",nr(gr("variable"));if(In=="variable")return ar(zr,Fo)}function hs(In){return In=="string"?nr():In=="("?ar(Vr):In=="."?ar(vr):ar(An,Uo,ko)}function An(In,rs){return In=="{"?Gr(An,"}"):(In=="variable"&&cr(rs),rs=="*"&&(rr.marked="keyword"),nr(cu))}function Uo(In){if(In==",")return nr(An,Uo)}function cu(In,rs){if(rs=="as")return rr.marked="keyword",nr(An)}function ko(In,rs){if(rs=="from")return rr.marked="keyword",nr(Vr)}function vu(In){return In=="]"?nr():ar(Kn(zr,"]"))}function Ul(){return ar(Mr("form"),Lu,gr("{"),Mr("}"),Kn(tc,"}"),mr,mr)}function tc(){return ar(Lu,gc)}function Fu(In,rs){return In.lastType=="operator"||In.lastType==","||ue.test(rs.charAt(0))||/[,.]/.test(rs.charAt(0))}function Ku(In,rs,Vl){return rs.tokenize==_e&&/^(?:operator|sof|keyword [bcd]|case|new|export|default|spread|[\[{}\(,;:]|=>)$/.test(rs.lastType)||rs.lastType=="quasi"&&/\{\s*$/.test(In.string.slice(0,In.pos-(Vl||0)))}return{startState:function(In){var rs={tokenize:_e,lastType:"sof",cc:[],lexical:new qe((In||0)-L,0,"block",!1),localVars:k.localVars,context:k.localVars&&new Er(null,null,!1),indented:In||0};return k.globalVars&&typeof k.globalVars=="object"&&(rs.globalVars=k.globalVars),rs},token:function(In,rs){if(In.sol()&&(rs.lexical.hasOwnProperty("align")||(rs.lexical.align=!1),rs.indented=In.indentation(),Et(In,rs)),rs.tokenize!=Fe&&In.eatSpace())return null;var Vl=rs.tokenize(In,rs);return Ie=="comment"?Vl:(rs.lastType=Ie=="operator"&&(he=="++"||he=="--")?"incdec":Ie,tr(rs,Vl,Ie,he,In))},indent:function(In,rs){if(In.tokenize==Fe||In.tokenize==Ue)return y.Pass;if(In.tokenize!=_e)return 0;var Vl=rs&&rs.charAt(0),Eu=In.lexical,ml;if(!/^\s*else\b/.test(rs))for(var Uu=In.cc.length-1;Uu>=0;--Uu){var Ac=In.cc[Uu];if(Ac==mr)Eu=Eu.prev;else if(Ac!=ps&&Ac!=Ir)break}for(;(Eu.type=="stat"||Eu.type=="form")&&(Vl=="}"||(ml=In.cc[In.cc.length-1])&&(ml==vr||ml==Cr)&&!/^[,\.=+\-*:?[\(]/.test(rs));)Eu=Eu.prev;$&&Eu.type==")"&&Eu.prev.type=="stat"&&(Eu=Eu.prev);var od=Eu.type,ld=Vl==od;return od=="vardef"?Eu.indented+(In.lastType=="operator"||In.lastType==","?Eu.info.length+1:0):od=="form"&&Vl=="{"?Eu.indented:od=="form"?Eu.indented+L:od=="stat"?Eu.indented+(Fu(In,rs)?$||L:0):Eu.info=="switch"&&!ld&&k.doubleIndentSwitch!=!1?Eu.indented+(/^(?:case|default)\b/.test(rs)?L:2*L):Eu.align?Eu.column+(ld?0:1):Eu.indented+(ld?0:L)},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:Ku,skipExpression:function(In){tr(In,"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-4aa626f1"),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:k,editor:L,editorContent:$,isShowCssEditor:j}=storeToRefs(n),{editorRefresh:V,exportEditorContent2HTML:z,exportEditorContent2MD:re,formatContent:ie,importMarkdownContent:oe,resetStyleConfirm:ue,toggleShowInsertFormDialog:de,toggleShowUploadImgDialog:pe}=n,Ie=ref$1(!1),he=ref$1(0),Ce=ref$1(0),_e=ref$1(0),Ne=ref$1(!1),Fe=ref$1(null);function Ue(){const yr=Mr=>{let mr,gr;clearTimeout(he.value),Mr==="preview"?(mr=Fe.value.$el,gr=document.querySelector(".CodeMirror-scroll"),L.value.off("scroll",br),he.value=setTimeout(()=>{L.value.on("scroll",br)},300)):Mr==="editor"&&(mr=document.querySelector(".CodeMirror-scroll"),gr=Fe.value.$el,gr.removeEventListener("scroll",Ir,!1),he.value=setTimeout(()=>{gr.addEventListener("scroll",Ir,!1)},300));const Hr=mr.scrollTop/(mr.scrollHeight-mr.offsetHeight)*(gr.scrollHeight-gr.offsetHeight);gr.scrollTo(0,Hr)};function br(){yr("editor")}function Ir(){yr("preview")}Fe.value.$el.addEventListener("scroll",Ir,!1),L.value.on("scroll",br)}onMounted(()=>{setTimeout(()=>{Ue()},300)});function kt(){V()}const Et=ref$1(!1),Ve=ref$1(!1);function qe(){Ve.value=!0,Et.value=!0}function jt(){Et.value=!1,setTimeout(()=>{Ve.value=!1},800)}function tr(yr){switch(yr){case"insertPic":pe();break;case"insertTable":de();break;case"resetStyle":ue();break;case"importMarkdown":oe();break;case"exportMarkdown":re();break;case"exportHtml":z();break;case"formatMarkdown":ie();break}}function rr(yr){const br=checkImage(yr);if(!br.ok)return ElMessage.error(br.msg),!1;const Ir=localStorage.getItem("imgHost")||"default";localStorage.setItem("imgHost",Ir);const Mr=localStorage.getItem(`${Ir}Config`);return Ir==="default"||Mr?!0:(ElMessage.error(`请先配置 ${Ir} 图床参数`),!1)}function ar(yr){if(console.log("图片上传之后: ",yr),!yr){ElMessage.error("上传图片未知异常");return}pe(!1);const br=L.value.getCursor(),Ir=`![](${yr})`;L.value.replaceSelection(`
${Ir}
`,br),ElMessage.success("图片上传成功"),ie(),kt()}function nr(yr,br){Ie.value=!0,toBase64(yr).then(Ir=>{fileApi.fileUpload(Ir,yr).then(Mr=>{console.log(Mr),br?br(Mr):ar(Mr)}).catch(Mr=>{ElMessage.error(Mr.message)})}).catch(Ir=>{ElMessage.error(Ir.message)}),Ie.value=!1}const ur=ref$1(0);function cr(){const yr=document.querySelector("#editor");yr.value||(yr.value=$.value),L.value=CodeMirror.fromTextArea(yr,{mode:"text/x-markdown",theme:"xq-light",lineNumbers:!1,lineWrapping:!0,styleActiveLine:!0,autoCloseBrackets:!0,extraKeys:{[`${y}-F`]:function(Ir){const Mr=formatDoc(Ir.getValue(0));Ir.setValue(Mr)},[`${y}-B`]:function(Ir){const Mr=Ir.getSelection();Ir.replaceSelection(`**${Mr}**`)},[`${y}-I`]:function(Ir){const Mr=Ir.getSelection();Ir.replaceSelection(`*${Mr}*`)},[`${y}-D`]:function(Ir){const Mr=Ir.getSelection();Ir.replaceSelection(`~~${Mr}~~`)},[`${y}-K`]:function(Ir){const Mr=Ir.getSelection();Ir.replaceSelection(`[${Mr}]()`)},[`${y}-E`]:function(Ir){const Mr=Ir.getSelection();Ir.replaceSelection(`\`${Mr}\``)},[`${y}-L`]:function(Ir){const Mr=Ir.getSelection();Ir.replaceSelection(`\`${Mr}\``)}}}),L.value.on("change",br=>{clearTimeout(ur.value),ur.value=setTimeout(()=>{kt(),$.value=br.getValue()},300)}),L.value.on("paste",(br,Ir)=>{if(!(!(Ir.clipboardData&&Ir.clipboardData.items)||Ie.value))for(let Mr=0,mr=Ir.clipboardData.items.length;Mr<mr;++Mr){const gr=Ir.clipboardData.items[Mr];if(gr.kind==="file"){const jr=gr.getAsFile();if(!rr(jr))continue;nr(jr)}}}),L.value.on("mousedown",()=>{Ne.value=!1}),L.value.on("blur",()=>{Ne.value=!1}),L.value.on("scroll",()=>{Ne.value=!1})}const _r=ref$1(null);function hr(yr){const Ir=_r.value.getBoundingClientRect().left,mr=_r.value.offsetWidth-105,gr=yr.clientX-Ir;Ce.value=Math.min(mr,gr),_e.value=yr.clientY+10,Ne.value=!0}function Er(yr){L.value.options.extraKeys[yr](L.value)}const kr=ref$1(null);function xr(){const yr=kr.value.$el,br=async({md:mr,list:gr})=>{const jr=[...mr.str.matchAll(/!\[(.*?)\]\((.*?)\)/g)||[]].filter(zr=>zr),Hr=mr.path.match(/.+?\//)[0],Vr=await Promise.all(jr.map(zr=>new Promise(Sr=>{let[,,Tr]=zr;Tr=Tr.replace(/^.\//,"");const{file:Br}=gr.find(vr=>vr.path===`${Hr}${Tr}`)||{};nr(Br,vr=>{Sr({matchStr:Tr,url:vr})})})));Vr.forEach(zr=>{mr.str=mr.str.replace(`](./${zr.matchStr})`,`](${zr.url})`).replace(`](${zr.matchStr})`,`](${zr.url})`)}),L.value.setValue(mr.str),console.log("resList",Vr,mr.str)};yr.ondragover=mr=>mr.preventDefault(),yr.ondrop=async mr=>{mr.preventDefault();for(const gr of mr.dataTransfer.items)gr.getAsFileSystemHandle().then(async jr=>{if(jr.kind==="directory"){const Hr=await Mr(jr),Vr=await Ir({list:Hr});br({md:Vr,list:Hr})}else{const Hr=await jr.getFile();console.log("file",Hr)}})};async function Ir({list:mr}){return new Promise(gr=>{const{path:jr,file:Hr}=mr.find(zr=>zr.path.match(/\.md$/)),Vr=new FileReader;Vr.readAsText(Hr,"UTF-8"),Vr.onload=zr=>{gr({str:zr.target.result,file:Hr,path:jr})}})}async function Mr(mr){const gr=[];let jr="";try{const Hr=[mr];for(const Vr of Hr){jr+=`${Vr.name}/`;for await(const[,zr]of Vr)zr.kind==="file"?gr.push({path:jr+zr.name,file:await zr.getFile()}):(gr.push({path:`${jr+zr.name}/`}),Hr.push(zr))}}catch(Hr){console.error(Hr)}return gr}}return onMounted(()=>{cr(),kt(),xr()}),(yr,br)=>{const Ir=resolveComponent("el-header"),Mr=resolveComponent("el-col"),mr=resolveComponent("el-row"),gr=resolveComponent("el-main"),jr=resolveComponent("el-container");return openBlock(),createElementBlock("div",{ref_key:"container",ref:_r,class:"container"},[createVNode(jr,null,{default:withCtx(()=>[createVNode(Ir,{class:"editor__header"},{default:withCtx(()=>[createVNode(EditorHeader,{onAddFormat:Er,onFormatContent:unref(ie),onStartCopy:qe,onEndCopy:jt},null,8,["onFormatContent"])]),_:1}),createVNode(gr,{class:"container-main"},{default:withCtx(()=>[createVNode(mr,{class:"container-main-section"},{default:withCtx(()=>[createVNode(Mr,{ref_key:"codeMirrorWrapper",ref:kr,span:unref(j)?8:12,class:normalizeClass(["codeMirror-wrapper",{"order-1":!unref(n).isEditOnLeft}]),onContextmenu:withModifiers(hr,["prevent"])},{default:withCtx(()=>[_hoisted_1]),_:1},8,["span","class"]),createVNode(Mr,{id:"preview",ref_key:"preview",ref:Fe,span:unref(j)?8:12,class:"preview-wrapper"},{default:withCtx(()=>[createBaseVNode("div",{id:"output-wrapper",class:normalizeClass({output_night:!Et.value})},[createBaseVNode("div",_hoisted_2,[createBaseVNode("section",{id:"output",innerHTML:unref(k)},null,8,_hoisted_3),Ve.value?(openBlock(),createElementBlock("div",_hoisted_4,_hoisted_6)):createCommentVNode("",!0)])],2)]),_:1},8,["span"]),createVNode(CssEditor)]),_:1})]),_:1})]),_:1}),createVNode(UploadImgDialog,{onBeforeUpload:rr,onUploadImage:nr,onUploaded:ar}),createVNode(InsertFormDialog),createVNode(RightClickMenu,{visible:Ne.value,left:Ce.value,top:_e.value,onMenuTick:tr,onCloseMenu:br[0]||(br[0]=Hr=>Ne.value=!1)},null,8,["visible","left","top"]),createVNode(RunLoading)],512)}}},CodemirrorEditor=_export_sfc(_sfc_main$1,[["__scopeId","data-v-4aa626f1"]]),_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(qe,jt){var tr=jt.inline;jt.propertyKeywords||(jt=y.resolveMode("text/css"));var rr=qe.indentUnit,ar=jt.tokenHooks,nr=jt.documentTypes||{},ur=jt.mediaTypes||{},cr=jt.mediaFeatures||{},_r=jt.mediaValueKeywords||{},hr=jt.propertyKeywords||{},Er=jt.nonStandardPropertyKeywords||{},kr=jt.fontProperties||{},xr=jt.counterDescriptors||{},yr=jt.colorKeywords||{},br=jt.valueKeywords||{},Ir=jt.allowNested,Mr=jt.lineComment,mr=jt.supportsAtComponent===!0,gr=qe.highlightNonStandardPropertyKeywords!==!1,jr,Hr;function Vr(Nr,Fr){return jr=Fr,Nr}function zr(Nr,Fr){var Qr=Nr.next();if(ar[Qr]){var ca=ar[Qr](Nr,Fr);if(ca!==!1)return ca}if(Qr=="@")return Nr.eatWhile(/[\w\\\-]/),Vr("def",Nr.current());if(Qr=="="||(Qr=="~"||Qr=="|")&&Nr.eat("="))return Vr(null,"compare");if(Qr=='"'||Qr=="'")return Fr.tokenize=Sr(Qr),Fr.tokenize(Nr,Fr);if(Qr=="#")return Nr.eatWhile(/[\w\\\-]/),Vr("atom","hash");if(Qr=="!")return Nr.match(/^\s*\w*/),Vr("keyword","important");if(/\d/.test(Qr)||Qr=="."&&Nr.eat(/\d/))return Nr.eatWhile(/[\w.%]/),Vr("number","unit");if(Qr==="-"){if(/[\d.]/.test(Nr.peek()))return Nr.eatWhile(/[\w.%]/),Vr("number","unit");if(Nr.match(/^-[\w\\\-]*/))return Nr.eatWhile(/[\w\\\-]/),Nr.match(/^\s*:/,!1)?Vr("variable-2","variable-definition"):Vr("variable-2","variable");if(Nr.match(/^\w+-/))return Vr("meta","meta")}else return/[,+>*\/]/.test(Qr)?Vr(null,"select-op"):Qr=="."&&Nr.match(/^-?[_a-z][_a-z0-9-]*/i)?Vr("qualifier","qualifier"):/[:;{}\[\]\(\)]/.test(Qr)?Vr(null,Qr):Nr.match(/^[\w-.]+(?=\()/)?(/^(url(-prefix)?|domain|regexp)$/i.test(Nr.current())&&(Fr.tokenize=Tr),Vr("variable callee","variable")):/[\w\\\-]/.test(Qr)?(Nr.eatWhile(/[\w\\\-]/),Vr("property","word")):Vr(null,null)}function Sr(Nr){return function(Fr,Qr){for(var ca=!1,Po;(Po=Fr.next())!=null;){if(Po==Nr&&!ca){Nr==")"&&Fr.backUp(1);break}ca=!ca&&Po=="\\"}return(Po==Nr||!ca&&Nr!=")")&&(Qr.tokenize=null),Vr("string","string")}}function Tr(Nr,Fr){return Nr.next(),Nr.match(/^\s*[\"\')]/,!1)?Fr.tokenize=null:Fr.tokenize=Sr(")"),Vr(null,"(")}function Br(Nr,Fr,Qr){this.type=Nr,this.indent=Fr,this.prev=Qr}function vr(Nr,Fr,Qr,ca){return Nr.context=new Br(Qr,Fr.indentation()+(ca===!1?0:rr),Nr.context),Qr}function Cr(Nr){return Nr.context.prev&&(Nr.context=Nr.context.prev),Nr.context.type}function Dr(Nr,Fr,Qr){return Kr[Qr.context.type](Nr,Fr,Qr)}function Rr(Nr,Fr,Qr,ca){for(var Po=ca||1;Po>0;Po--)Qr.context=Qr.context.prev;return Dr(Nr,Fr,Qr)}function Wr(Nr){var Fr=Nr.current().toLowerCase();br.hasOwnProperty(Fr)?Hr="atom":yr.hasOwnProperty(Fr)?Hr="keyword":Hr="variable"}var Kr={};return Kr.top=function(Nr,Fr,Qr){if(Nr=="{")return vr(Qr,Fr,"block");if(Nr=="}"&&Qr.context.prev)return Cr(Qr);if(mr&&/@component/i.test(Nr))return vr(Qr,Fr,"atComponentBlock");if(/^@(-moz-)?document$/i.test(Nr))return vr(Qr,Fr,"documentTypes");if(/^@(media|supports|(-moz-)?document|import)$/i.test(Nr))return vr(Qr,Fr,"atBlock");if(/^@(font-face|counter-style)/i.test(Nr))return Qr.stateArg=Nr,"restricted_atBlock_before";if(/^@(-(moz|ms|o|webkit)-)?keyframes$/i.test(Nr))return"keyframes";if(Nr&&Nr.charAt(0)=="@")return vr(Qr,Fr,"at");if(Nr=="hash")Hr="builtin";else if(Nr=="word")Hr="tag";else{if(Nr=="variable-definition")return"maybeprop";if(Nr=="interpolation")return vr(Qr,Fr,"interpolation");if(Nr==":")return"pseudo";if(Ir&&Nr=="(")return vr(Qr,Fr,"parens")}return Qr.context.type},Kr.block=function(Nr,Fr,Qr){if(Nr=="word"){var ca=Fr.current().toLowerCase();return hr.hasOwnProperty(ca)?(Hr="property","maybeprop"):Er.hasOwnProperty(ca)?(Hr=gr?"string-2":"property","maybeprop"):Ir?(Hr=Fr.match(/^\s*:(?:\s|$)/,!1)?"property":"tag","block"):(Hr+=" error","maybeprop")}else return Nr=="meta"?"block":!Ir&&(Nr=="hash"||Nr=="qualifier")?(Hr="error","block"):Kr.top(Nr,Fr,Qr)},Kr.maybeprop=function(Nr,Fr,Qr){return Nr==":"?vr(Qr,Fr,"prop"):Dr(Nr,Fr,Qr)},Kr.prop=function(Nr,Fr,Qr){if(Nr==";")return Cr(Qr);if(Nr=="{"&&Ir)return vr(Qr,Fr,"propBlock");if(Nr=="}"||Nr=="{")return Rr(Nr,Fr,Qr);if(Nr=="(")return vr(Qr,Fr,"parens");if(Nr=="hash"&&!/^#([0-9a-fA-F]{3,4}|[0-9a-fA-F]{6}|[0-9a-fA-F]{8})$/.test(Fr.current()))Hr+=" error";else if(Nr=="word")Wr(Fr);else if(Nr=="interpolation")return vr(Qr,Fr,"interpolation");return"prop"},Kr.propBlock=function(Nr,Fr,Qr){return Nr=="}"?Cr(Qr):Nr=="word"?(Hr="property","maybeprop"):Qr.context.type},Kr.parens=function(Nr,Fr,Qr){return Nr=="{"||Nr=="}"?Rr(Nr,Fr,Qr):Nr==")"?Cr(Qr):Nr=="("?vr(Qr,Fr,"parens"):Nr=="interpolation"?vr(Qr,Fr,"interpolation"):(Nr=="word"&&Wr(Fr),"parens")},Kr.pseudo=function(Nr,Fr,Qr){return Nr=="meta"?"pseudo":Nr=="word"?(Hr="variable-3",Qr.context.type):Dr(Nr,Fr,Qr)},Kr.documentTypes=function(Nr,Fr,Qr){return Nr=="word"&&nr.hasOwnProperty(Fr.current())?(Hr="tag",Qr.context.type):Kr.atBlock(Nr,Fr,Qr)},Kr.atBlock=function(Nr,Fr,Qr){if(Nr=="(")return vr(Qr,Fr,"atBlock_parens");if(Nr=="}"||Nr==";")return Rr(Nr,Fr,Qr);if(Nr=="{")return Cr(Qr)&&vr(Qr,Fr,Ir?"block":"top");if(Nr=="interpolation")return vr(Qr,Fr,"interpolation");if(Nr=="word"){var ca=Fr.current().toLowerCase();ca=="only"||ca=="not"||ca=="and"||ca=="or"?Hr="keyword":ur.hasOwnProperty(ca)?Hr="attribute":cr.hasOwnProperty(ca)?Hr="property":_r.hasOwnProperty(ca)?Hr="keyword":hr.hasOwnProperty(ca)?Hr="property":Er.hasOwnProperty(ca)?Hr=gr?"string-2":"property":br.hasOwnProperty(ca)?Hr="atom":yr.hasOwnProperty(ca)?Hr="keyword":Hr="error"}return Qr.context.type},Kr.atComponentBlock=function(Nr,Fr,Qr){return Nr=="}"?Rr(Nr,Fr,Qr):Nr=="{"?Cr(Qr)&&vr(Qr,Fr,Ir?"block":"top",!1):(Nr=="word"&&(Hr="error"),Qr.context.type)},Kr.atBlock_parens=function(Nr,Fr,Qr){return Nr==")"?Cr(Qr):Nr=="{"||Nr=="}"?Rr(Nr,Fr,Qr,2):Kr.atBlock(Nr,Fr,Qr)},Kr.restricted_atBlock_before=function(Nr,Fr,Qr){return Nr=="{"?vr(Qr,Fr,"restricted_atBlock"):Nr=="word"&&Qr.stateArg=="@counter-style"?(Hr="variable","restricted_atBlock_before"):Dr(Nr,Fr,Qr)},Kr.restricted_atBlock=function(Nr,Fr,Qr){return Nr=="}"?(Qr.stateArg=null,Cr(Qr)):Nr=="word"?(Qr.stateArg=="@font-face"&&!kr.hasOwnProperty(Fr.current().toLowerCase())||Qr.stateArg=="@counter-style"&&!xr.hasOwnProperty(Fr.current().toLowerCase())?Hr="error":Hr="property","maybeprop"):"restricted_atBlock"},Kr.keyframes=function(Nr,Fr,Qr){return Nr=="word"?(Hr="variable","keyframes"):Nr=="{"?vr(Qr,Fr,"top"):Dr(Nr,Fr,Qr)},Kr.at=function(Nr,Fr,Qr){return Nr==";"?Cr(Qr):Nr=="{"||Nr=="}"?Rr(Nr,Fr,Qr):(Nr=="word"?Hr="tag":Nr=="hash"&&(Hr="builtin"),"at")},Kr.interpolation=function(Nr,Fr,Qr){return Nr=="}"?Cr(Qr):Nr=="{"||Nr==";"?Rr(Nr,Fr,Qr):(Nr=="word"?Hr="variable":Nr!="variable"&&Nr!="("&&Nr!=")"&&(Hr="error"),"interpolation")},{startState:function(Nr){return{tokenize:null,state:tr?"block":"top",stateArg:null,context:new Br(tr?"block":"top",Nr||0,null)}},token:function(Nr,Fr){if(!Fr.tokenize&&Nr.eatSpace())return null;var Qr=(Fr.tokenize||zr)(Nr,Fr);return Qr&&typeof Qr=="object"&&(jr=Qr[1],Qr=Qr[0]),Hr=Qr,jr!="comment"&&(Fr.state=Kr[Fr.state](jr,Nr,Fr)),Hr},indent:function(Nr,Fr){var Qr=Nr.context,ca=Fr&&Fr.charAt(0),Po=Qr.indent;return Qr.type=="prop"&&(ca=="}"||ca==")")&&(Qr=Qr.prev),Qr.prev&&(ca=="}"&&(Qr.type=="block"||Qr.type=="top"||Qr.type=="interpolation"||Qr.type=="restricted_atBlock")?(Qr=Qr.prev,Po=Qr.indent):(ca==")"&&(Qr.type=="parens"||Qr.type=="atBlock_parens")||ca=="{"&&(Qr.type=="at"||Qr.type=="atBlock"))&&(Po=Math.max(0,Qr.indent-rr))),Po},electricChars:"}",blockCommentStart:"/*",blockCommentEnd:"*/",blockCommentContinue:" * ",lineComment:Mr,fold:"brace"}});function n(qe){for(var jt={},tr=0;tr<qe.length;++tr)jt[qe[tr].toLowerCase()]=!0;return jt}var k=["domain","regexp","url","url-prefix"],L=n(k),$=["all","aural","braille","handheld","print","projection","screen","tty","tv","embossed"],j=n($),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"],ie=n(re),oe=["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"],ue=n(oe),de=["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"],pe=n(de),Ie=["font-display","font-family","src","unicode-range","font-variant","font-feature-settings","font-stretch","font-weight","font-style"],he=n(Ie),Ce=["additive-symbols","fallback","negative","pad","prefix","range","speak-as","suffix","symbols","system"],_e=n(Ce),Ne=["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"],Fe=n(Ne),Ue=["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"],kt=n(Ue),Et=k.concat($).concat(V).concat(re).concat(oe).concat(de).concat(Ne).concat(Ue);y.registerHelper("hintWords","css",Et);function Ve(qe,jt){for(var tr=!1,rr;(rr=qe.next())!=null;){if(tr&&rr=="/"){jt.tokenize=null;break}tr=rr=="*"}return["comment","comment"]}y.defineMIME("text/css",{documentTypes:L,mediaTypes:j,mediaFeatures:z,mediaValueKeywords:ie,propertyKeywords:ue,nonStandardPropertyKeywords:pe,fontProperties:he,counterDescriptors:_e,colorKeywords:Fe,valueKeywords:kt,tokenHooks:{"/":function(qe,jt){return qe.eat("*")?(jt.tokenize=Ve,Ve(qe,jt)):!1}},name:"css"}),y.defineMIME("text/x-scss",{mediaTypes:j,mediaFeatures:z,mediaValueKeywords:ie,propertyKeywords:ue,nonStandardPropertyKeywords:pe,colorKeywords:Fe,valueKeywords:kt,fontProperties:he,allowNested:!0,lineComment:"//",tokenHooks:{"/":function(qe,jt){return qe.eat("/")?(qe.skipToEnd(),["comment","comment"]):qe.eat("*")?(jt.tokenize=Ve,Ve(qe,jt)):["operator","operator"]},":":function(qe){return qe.match(/^\s*\{/,!1)?[null,null]:!1},$:function(qe){return qe.match(/^[\w-]+/),qe.match(/^\s*:/,!1)?["variable-2","variable-definition"]:["variable-2","variable"]},"#":function(qe){return qe.eat("{")?[null,"interpolation"]:!1}},name:"css",helperType:"scss"}),y.defineMIME("text/x-less",{mediaTypes:j,mediaFeatures:z,mediaValueKeywords:ie,propertyKeywords:ue,nonStandardPropertyKeywords:pe,colorKeywords:Fe,valueKeywords:kt,fontProperties:he,allowNested:!0,lineComment:"//",tokenHooks:{"/":function(qe,jt){return qe.eat("/")?(qe.skipToEnd(),["comment","comment"]):qe.eat("*")?(jt.tokenize=Ve,Ve(qe,jt)):["operator","operator"]},"@":function(qe){return qe.eat("{")?[null,"interpolation"]:qe.match(/^(charset|document|font-face|import|(-(moz|ms|o|webkit)-)?keyframes|media|namespace|page|supports)\b/i,!1)?!1:(qe.eatWhile(/[\w\\\-]/),qe.match(/^\s*:/,!1)?["variable-2","variable-definition"]:["variable-2","variable"])},"&":function(){return["atom","atom"]}},name:"css",helperType:"less"}),y.defineMIME("text/x-gss",{documentTypes:L,mediaTypes:j,mediaFeatures:z,propertyKeywords:ue,nonStandardPropertyKeywords:pe,fontProperties:he,counterDescriptors:_e,colorKeywords:Fe,valueKeywords:kt,supportsAtComponent:!0,tokenHooks:{"/":function(qe,jt){return qe.eat("*")?(jt.tokenize=Ve,Ve(qe,jt)):!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},k={autoSelfClosers:{},implicitlyClosed:{},contextGrabbers:{},doNotIndent:{},allowUnquoted:!1,allowMissing:!1,allowMissingTagName:!1,caseFold:!1};y.defineMode("xml",function(L,$){var j=L.indentUnit,V={},z=$.htmlMode?n:k;for(var re in z)V[re]=z[re];for(var re in $)V[re]=$[re];var ie,oe;function ue(nr,ur){function cr(Er){return ur.tokenize=Er,Er(nr,ur)}var _r=nr.next();if(_r=="<")return nr.eat("!")?nr.eat("[")?nr.match("CDATA[")?cr(Ie("atom","]]>")):null:nr.match("--")?cr(Ie("comment","-->")):nr.match("DOCTYPE",!0,!0)?(nr.eatWhile(/[\w\._\-]/),cr(he(1))):null:nr.eat("?")?(nr.eatWhile(/[\w\._\-]/),ur.tokenize=Ie("meta","?>"),"meta"):(ie=nr.eat("/")?"closeTag":"openTag",ur.tokenize=de,"tag bracket");if(_r=="&"){var hr;return nr.eat("#")?nr.eat("x")?hr=nr.eatWhile(/[a-fA-F\d]/)&&nr.eat(";"):hr=nr.eatWhile(/[\d]/)&&nr.eat(";"):hr=nr.eatWhile(/[\w\.\-:]/)&&nr.eat(";"),hr?"atom":"error"}else return nr.eatWhile(/[^&<]/),null}ue.isInText=!0;function de(nr,ur){var cr=nr.next();if(cr==">"||cr=="/"&&nr.eat(">"))return ur.tokenize=ue,ie=cr==">"?"endTag":"selfcloseTag","tag bracket";if(cr=="=")return ie="equals",null;if(cr=="<"){ur.tokenize=ue,ur.state=Ue,ur.tagName=ur.tagStart=null;var _r=ur.tokenize(nr,ur);return _r?_r+" tag error":"tag error"}else return/[\'\"]/.test(cr)?(ur.tokenize=pe(cr),ur.stringStartCol=nr.column(),ur.tokenize(nr,ur)):(nr.match(/^[^\s\u00a0=<>\"\']*[^\s\u00a0=<>\"\'\/]/),"word")}function pe(nr){var ur=function(cr,_r){for(;!cr.eol();)if(cr.next()==nr){_r.tokenize=de;break}return"string"};return ur.isInAttribute=!0,ur}function Ie(nr,ur){return function(cr,_r){for(;!cr.eol();){if(cr.match(ur)){_r.tokenize=ue;break}cr.next()}return nr}}function he(nr){return function(ur,cr){for(var _r;(_r=ur.next())!=null;){if(_r=="<")return cr.tokenize=he(nr+1),cr.tokenize(ur,cr);if(_r==">")if(nr==1){cr.tokenize=ue;break}else return cr.tokenize=he(nr-1),cr.tokenize(ur,cr)}return"meta"}}function Ce(nr){return nr&&nr.toLowerCase()}function _e(nr,ur,cr){this.prev=nr.context,this.tagName=ur||"",this.indent=nr.indented,this.startOfLine=cr,(V.doNotIndent.hasOwnProperty(ur)||nr.context&&nr.context.noIndent)&&(this.noIndent=!0)}function Ne(nr){nr.context&&(nr.context=nr.context.prev)}function Fe(nr,ur){for(var cr;;){if(!nr.context||(cr=nr.context.tagName,!V.contextGrabbers.hasOwnProperty(Ce(cr))||!V.contextGrabbers[Ce(cr)].hasOwnProperty(Ce(ur))))return;Ne(nr)}}function Ue(nr,ur,cr){return nr=="openTag"?(cr.tagStart=ur.column(),kt):nr=="closeTag"?Et:Ue}function kt(nr,ur,cr){return nr=="word"?(cr.tagName=ur.current(),oe="tag",jt):V.allowMissingTagName&&nr=="endTag"?(oe="tag bracket",jt(nr,ur,cr)):(oe="error",kt)}function Et(nr,ur,cr){if(nr=="word"){var _r=ur.current();return cr.context&&cr.context.tagName!=_r&&V.implicitlyClosed.hasOwnProperty(Ce(cr.context.tagName))&&Ne(cr),cr.context&&cr.context.tagName==_r||V.matchClosing===!1?(oe="tag",Ve):(oe="tag error",qe)}else return V.allowMissingTagName&&nr=="endTag"?(oe="tag bracket",Ve(nr,ur,cr)):(oe="error",qe)}function Ve(nr,ur,cr){return nr!="endTag"?(oe="error",Ve):(Ne(cr),Ue)}function qe(nr,ur,cr){return oe="error",Ve(nr,ur,cr)}function jt(nr,ur,cr){if(nr=="word")return oe="attribute",tr;if(nr=="endTag"||nr=="selfcloseTag"){var _r=cr.tagName,hr=cr.tagStart;return cr.tagName=cr.tagStart=null,nr=="selfcloseTag"||V.autoSelfClosers.hasOwnProperty(Ce(_r))?Fe(cr,_r):(Fe(cr,_r),cr.context=new _e(cr,_r,hr==cr.indented)),Ue}return oe="error",jt}function tr(nr,ur,cr){return nr=="equals"?rr:(V.allowMissing||(oe="error"),jt(nr,ur,cr))}function rr(nr,ur,cr){return nr=="string"?ar:nr=="word"&&V.allowUnquoted?(oe="string",jt):(oe="error",jt(nr,ur,cr))}function ar(nr,ur,cr){return nr=="string"?ar:jt(nr,ur,cr)}return{startState:function(nr){var ur={tokenize:ue,state:Ue,indented:nr||0,tagName:null,tagStart:null,context:null};return nr!=null&&(ur.baseIndent=nr),ur},token:function(nr,ur){if(!ur.tagName&&nr.sol()&&(ur.indented=nr.indentation()),nr.eatSpace())return null;ie=null;var cr=ur.tokenize(nr,ur);return(cr||ie)&&cr!="comment"&&(oe=null,ur.state=ur.state(ie||cr,nr,ur),oe&&(cr=oe=="error"?cr+" error":oe)),cr},indent:function(nr,ur,cr){var _r=nr.context;if(nr.tokenize.isInAttribute)return nr.tagStart==nr.indented?nr.stringStartCol+1:nr.indented+j;if(_r&&_r.noIndent)return y.Pass;if(nr.tokenize!=de&&nr.tokenize!=ue)return cr?cr.match(/^(\s*)/)[0].length:0;if(nr.tagName)return V.multilineTagIndentPastTag!==!1?nr.tagStart+nr.tagName.length+2:nr.tagStart+j*(V.multilineTagIndentFactor||1);if(V.alignCDATA&&/<!\[CDATA\[/.test(ur))return 0;var hr=ur&&/^<(\/)?([\w_:\.-]*)/.exec(ur);if(hr&&hr[1])for(;_r;)if(_r.tagName==hr[2]){_r=_r.prev;break}else if(V.implicitlyClosed.hasOwnProperty(Ce(_r.tagName)))_r=_r.prev;else break;else if(hr)for(;_r;){var Er=V.contextGrabbers[Ce(_r.tagName)];if(Er&&Er.hasOwnProperty(Ce(hr[2])))_r=_r.prev;else break}for(;_r&&_r.prev&&!_r.startOfLine;)_r=_r.prev;return _r?_r.indent+j:nr.baseIndent||0},electricInput:/<\/[\s\w:]+>$/,blockCommentStart:"<!--",blockCommentEnd:"-->",configuration:V.htmlMode?"html":"xml",helperType:V.htmlMode?"html":"xml",skipAttribute:function(nr){nr.state==rr&&(nr.state=jt)},xmlCurrentTag:function(nr){return nr.tagName?{name:nr.tagName,close:nr.type=="closeTag"}:null},xmlCurrentContext:function(nr){for(var ur=[],cr=nr.context;cr;cr=cr.prev)ur.push(cr.tagName);return ur.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 k=y.modeInfo[n];k.mimes&&(k.mime=k.mimes[0])}y.findModeByMIME=function(L){L=L.toLowerCase();for(var $=0;$<y.modeInfo.length;$++){var j=y.modeInfo[$];if(j.mime==L)return j;if(j.mimes){for(var V=0;V<j.mimes.length;V++)if(j.mimes[V]==L)return j}}if(/\+xml$/.test(L))return y.findModeByMIME("application/xml");if(/\+json$/.test(L))return y.findModeByMIME("application/json")},y.findModeByExtension=function(L){L=L.toLowerCase();for(var $=0;$<y.modeInfo.length;$++){var j=y.modeInfo[$];if(j.ext){for(var V=0;V<j.ext.length;V++)if(j.ext[V]==L)return j}}},y.findModeByFileName=function(L){for(var $=0;$<y.modeInfo.length;$++){var j=y.modeInfo[$];if(j.file&&j.file.test(L))return j}var V=L.lastIndexOf("."),z=V>-1&&L.substring(V+1,L.length);if(z)return y.findModeByExtension(z)},y.findModeByName=function(L){L=L.toLowerCase();for(var $=0;$<y.modeInfo.length;$++){var j=y.modeInfo[$];if(j.name.toLowerCase()==L)return j;if(j.alias){for(var V=0;V<j.alias.length;V++)if(j.alias[V].toLowerCase()==L)return j}}}})}()),meta.exports}(function(e,t){(function(y){y(requireCodemirror(),requireXml(),requireMeta())})(function(y){y.defineMode("markdown",function(n,k){var L=y.getMode(n,"text/html"),$=L.name=="null";function j(xr){if(y.findModeByName){var yr=y.findModeByName(xr);yr&&(xr=yr.mime||yr.mimes[0])}var br=y.getMode(n,xr);return br.name=="null"?null:br}k.highlightFormatting===void 0&&(k.highlightFormatting=!1),k.maxBlockquoteDepth===void 0&&(k.maxBlockquoteDepth=0),k.taskLists===void 0&&(k.taskLists=!1),k.strikethrough===void 0&&(k.strikethrough=!1),k.emoji===void 0&&(k.emoji=!1),k.fencedCodeBlockHighlighting===void 0&&(k.fencedCodeBlockHighlighting=!0),k.fencedCodeBlockDefaultMode===void 0&&(k.fencedCodeBlockDefaultMode="text/plain"),k.xml===void 0&&(k.xml=!0),k.tokenTypeOverrides===void 0&&(k.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)&&k.tokenTypeOverrides[z]&&(V[z]=k.tokenTypeOverrides[z]);var re=/^([*\-_])(?:\s*\1){2,}\s*$/,ie=/^(?:[*\-+]|^[0-9]+([.)]))\s+/,oe=/^\[(x| )\](?=\s)/i,ue=k.allowAtxHeaderWithoutSpace?/^(#+)/:/^(#+)(?: |$)/,de=/^ {0,3}(?:\={1,}|-{2,})\s*$/,pe=/^[^#!\[\]*_\\<>` "'(~:]+/,Ie=/^(~~~+|```+)[ \t]*([\w\/+#-]*)[^\n`]*$/,he=/^\s*\[[^\]]+?\]:.*$/,Ce=/[!"#$%&'()*+,\-.\/:;<=>?@\[\\\]^_`{|}~\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]/,_e=" ";function Ne(xr,yr,br){return yr.f=yr.inline=br,br(xr,yr)}function Fe(xr,yr,br){return yr.f=yr.block=br,br(xr,yr)}function Ue(xr){return!xr||!/\S/.test(xr.string)}function kt(xr){if(xr.linkTitle=!1,xr.linkHref=!1,xr.linkText=!1,xr.em=!1,xr.strong=!1,xr.strikethrough=!1,xr.quote=0,xr.indentedCode=!1,xr.f==Ve){var yr=$;if(!yr){var br=y.innerMode(L,xr.htmlState);yr=br.mode.name=="xml"&&br.state.tagStart===null&&!br.state.context&&br.state.tokenize.isInText}yr&&(xr.f=rr,xr.block=Et,xr.htmlState=null)}return xr.trailingSpace=0,xr.trailingSpaceNewLine=!1,xr.prevLine=xr.thisLine,xr.thisLine={stream:null},null}function Et(xr,yr){var br=xr.column()===yr.indentation,Ir=Ue(yr.prevLine.stream),Mr=yr.indentedCode,mr=yr.prevLine.hr,gr=yr.list!==!1,jr=(yr.listStack[yr.listStack.length-1]||0)+3;yr.indentedCode=!1;var Hr=yr.indentation;if(yr.indentationDiff===null&&(yr.indentationDiff=yr.indentation,gr)){for(yr.list=null;Hr<yr.listStack[yr.listStack.length-1];)yr.listStack.pop(),yr.listStack.length?yr.indentation=yr.listStack[yr.listStack.length-1]:yr.list=!1;yr.list!==!1&&(yr.indentationDiff=Hr-yr.listStack[yr.listStack.length-1])}var Vr=!Ir&&!mr&&!yr.prevLine.header&&(!gr||!Mr)&&!yr.prevLine.fencedCodeEnd,zr=(yr.list===!1||mr||Ir)&&yr.indentation<=jr&&xr.match(re),Sr=null;if(yr.indentationDiff>=4&&(Mr||yr.prevLine.fencedCodeEnd||yr.prevLine.header||Ir))return xr.skipToEnd(),yr.indentedCode=!0,V.code;if(xr.eatSpace())return null;if(br&&yr.indentation<=jr&&(Sr=xr.match(ue))&&Sr[1].length<=6)return yr.quote=0,yr.header=Sr[1].length,yr.thisLine.header=!0,k.highlightFormatting&&(yr.formatting="header"),yr.f=yr.inline,jt(yr);if(yr.indentation<=jr&&xr.eat(">"))return yr.quote=br?1:yr.quote+1,k.highlightFormatting&&(yr.formatting="quote"),xr.eatSpace(),jt(yr);if(!zr&&!yr.setext&&br&&yr.indentation<=jr&&(Sr=xr.match(ie))){var Tr=Sr[1]?"ol":"ul";return yr.indentation=Hr+xr.current().length,yr.list=!0,yr.quote=0,yr.listStack.push(yr.indentation),yr.em=!1,yr.strong=!1,yr.code=!1,yr.strikethrough=!1,k.taskLists&&xr.match(oe,!1)&&(yr.taskList=!0),yr.f=yr.inline,k.highlightFormatting&&(yr.formatting=["list","list-"+Tr]),jt(yr)}else{if(br&&yr.indentation<=jr&&(Sr=xr.match(Ie,!0)))return yr.quote=0,yr.fencedEndRE=new RegExp(Sr[1]+"+ *$"),yr.localMode=k.fencedCodeBlockHighlighting&&j(Sr[2]||k.fencedCodeBlockDefaultMode),yr.localMode&&(yr.localState=y.startState(yr.localMode)),yr.f=yr.block=qe,k.highlightFormatting&&(yr.formatting="code-block"),yr.code=-1,jt(yr);if(yr.setext||(!Vr||!gr)&&!yr.quote&&yr.list===!1&&!yr.code&&!zr&&!he.test(xr.string)&&(Sr=xr.lookAhead(1))&&(Sr=Sr.match(de)))return yr.setext?(yr.header=yr.setext,yr.setext=0,xr.skipToEnd(),k.highlightFormatting&&(yr.formatting="header")):(yr.header=Sr[0].charAt(0)=="="?1:2,yr.setext=yr.header),yr.thisLine.header=!0,yr.f=yr.inline,jt(yr);if(zr)return xr.skipToEnd(),yr.hr=!0,yr.thisLine.hr=!0,V.hr;if(xr.peek()==="[")return Ne(xr,yr,_r)}return Ne(xr,yr,yr.inline)}function Ve(xr,yr){var br=L.token(xr,yr.htmlState);if(!$){var Ir=y.innerMode(L,yr.htmlState);(Ir.mode.name=="xml"&&Ir.state.tagStart===null&&!Ir.state.context&&Ir.state.tokenize.isInText||yr.md_inside&&xr.current().indexOf(">")>-1)&&(yr.f=rr,yr.block=Et,yr.htmlState=null)}return br}function qe(xr,yr){var br=yr.listStack[yr.listStack.length-1]||0,Ir=yr.indentation<br,Mr=br+3;if(yr.fencedEndRE&&yr.indentation<=Mr&&(Ir||xr.match(yr.fencedEndRE))){k.highlightFormatting&&(yr.formatting="code-block");var mr;return Ir||(mr=jt(yr)),yr.localMode=yr.localState=null,yr.block=Et,yr.f=rr,yr.fencedEndRE=null,yr.code=0,yr.thisLine.fencedCodeEnd=!0,Ir?Fe(xr,yr,yr.block):mr}else return yr.localMode?yr.localMode.token(xr,yr.localState):(xr.skipToEnd(),V.code)}function jt(xr){var yr=[];if(xr.formatting){yr.push(V.formatting),typeof xr.formatting=="string"&&(xr.formatting=[xr.formatting]);for(var br=0;br<xr.formatting.length;br++)yr.push(V.formatting+"-"+xr.formatting[br]),xr.formatting[br]==="header"&&yr.push(V.formatting+"-"+xr.formatting[br]+"-"+xr.header),xr.formatting[br]==="quote"&&(!k.maxBlockquoteDepth||k.maxBlockquoteDepth>=xr.quote?yr.push(V.formatting+"-"+xr.formatting[br]+"-"+xr.quote):yr.push("error"))}if(xr.taskOpen)return yr.push("meta"),yr.length?yr.join(" "):null;if(xr.taskClosed)return yr.push("property"),yr.length?yr.join(" "):null;if(xr.linkHref?yr.push(V.linkHref,"url"):(xr.strong&&yr.push(V.strong),xr.em&&yr.push(V.em),xr.strikethrough&&yr.push(V.strikethrough),xr.emoji&&yr.push(V.emoji),xr.linkText&&yr.push(V.linkText),xr.code&&yr.push(V.code),xr.image&&yr.push(V.image),xr.imageAltText&&yr.push(V.imageAltText,"link"),xr.imageMarker&&yr.push(V.imageMarker)),xr.header&&yr.push(V.header,V.header+"-"+xr.header),xr.quote&&(yr.push(V.quote),!k.maxBlockquoteDepth||k.maxBlockquoteDepth>=xr.quote?yr.push(V.quote+"-"+xr.quote):yr.push(V.quote+"-"+k.maxBlockquoteDepth)),xr.list!==!1){var Ir=(xr.listStack.length-1)%3;Ir?Ir===1?yr.push(V.list2):yr.push(V.list3):yr.push(V.list1)}return xr.trailingSpaceNewLine?yr.push("trailing-space-new-line"):xr.trailingSpace&&yr.push("trailing-space-"+(xr.trailingSpace%2?"a":"b")),yr.length?yr.join(" "):null}function tr(xr,yr){if(xr.match(pe,!0))return jt(yr)}function rr(xr,yr){var br=yr.text(xr,yr);if(typeof br<"u")return br;if(yr.list)return yr.list=null,jt(yr);if(yr.taskList){var Ir=xr.match(oe,!0)[1]===" ";return Ir?yr.taskOpen=!0:yr.taskClosed=!0,k.highlightFormatting&&(yr.formatting="task"),yr.taskList=!1,jt(yr)}if(yr.taskOpen=!1,yr.taskClosed=!1,yr.header&&xr.match(/^#+$/,!0))return k.highlightFormatting&&(yr.formatting="header"),jt(yr);var Mr=xr.next();if(yr.linkTitle){yr.linkTitle=!1;var mr=Mr;Mr==="("&&(mr=")"),mr=(mr+"").replace(/([.?*+^\[\]\\(){}|-])/g,"\\$1");var gr="^\\s*(?:[^"+mr+"\\\\]+|\\\\\\\\|\\\\.)"+mr;if(xr.match(new RegExp(gr),!0))return V.linkHref}if(Mr==="`"){var jr=yr.formatting;k.highlightFormatting&&(yr.formatting="code"),xr.eatWhile("`");var Hr=xr.current().length;if(yr.code==0&&(!yr.quote||Hr==1))return yr.code=Hr,jt(yr);if(Hr==yr.code){var Vr=jt(yr);return yr.code=0,Vr}else return yr.formatting=jr,jt(yr)}else if(yr.code)return jt(yr);if(Mr==="\\"&&(xr.next(),k.highlightFormatting)){var zr=jt(yr),Sr=V.formatting+"-escape";return zr?zr+" "+Sr:Sr}if(Mr==="!"&&xr.match(/\[[^\]]*\] ?(?:\(|\[)/,!1))return yr.imageMarker=!0,yr.image=!0,k.highlightFormatting&&(yr.formatting="image"),jt(yr);if(Mr==="["&&yr.imageMarker&&xr.match(/[^\]]*\](\(.*?\)| ?\[.*?\])/,!1))return yr.imageMarker=!1,yr.imageAltText=!0,k.highlightFormatting&&(yr.formatting="image"),jt(yr);if(Mr==="]"&&yr.imageAltText){k.highlightFormatting&&(yr.formatting="image");var zr=jt(yr);return yr.imageAltText=!1,yr.image=!1,yr.inline=yr.f=nr,zr}if(Mr==="["&&!yr.image)return yr.linkText&&xr.match(/^.*?\]/)||(yr.linkText=!0,k.highlightFormatting&&(yr.formatting="link")),jt(yr);if(Mr==="]"&&yr.linkText){k.highlightFormatting&&(yr.formatting="link");var zr=jt(yr);return yr.linkText=!1,yr.inline=yr.f=xr.match(/\(.*?\)| ?\[.*?\]/,!1)?nr:rr,zr}if(Mr==="<"&&xr.match(/^(https?|ftps?):\/\/(?:[^\\>]|\\.)+>/,!1)){yr.f=yr.inline=ar,k.highlightFormatting&&(yr.formatting="link");var zr=jt(yr);return zr?zr+=" ":zr="",zr+V.linkInline}if(Mr==="<"&&xr.match(/^[^> \\]+@(?:[^\\>]|\\.)+>/,!1)){yr.f=yr.inline=ar,k.highlightFormatting&&(yr.formatting="link");var zr=jt(yr);return zr?zr+=" ":zr="",zr+V.linkEmail}if(k.xml&&Mr==="<"&&xr.match(/^(!--|\?|!\[CDATA\[|[a-z][a-z0-9-]*(?:\s+[a-z_:.\-]+(?:\s*=\s*[^>]+)?)*\s*(?:>|$))/i,!1)){var Tr=xr.string.indexOf(">",xr.pos);if(Tr!=-1){var Br=xr.string.substring(xr.start,Tr);/markdown\s*=\s*('|"){0,1}1('|"){0,1}/.test(Br)&&(yr.md_inside=!0)}return xr.backUp(1),yr.htmlState=y.startState(L),Fe(xr,yr,Ve)}if(k.xml&&Mr==="<"&&xr.match(/^\/\w*?>/))return yr.md_inside=!1,"tag";if(Mr==="*"||Mr==="_"){for(var vr=1,Cr=xr.pos==1?" ":xr.string.charAt(xr.pos-2);vr<3&&xr.eat(Mr);)vr++;var Dr=xr.peek()||" ",Rr=!/\s/.test(Dr)&&(!Ce.test(Dr)||/\s/.test(Cr)||Ce.test(Cr)),Wr=!/\s/.test(Cr)&&(!Ce.test(Cr)||/\s/.test(Dr)||Ce.test(Dr)),Kr=null,Nr=null;if(vr%2&&(!yr.em&&Rr&&(Mr==="*"||!Wr||Ce.test(Cr))?Kr=!0:yr.em==Mr&&Wr&&(Mr==="*"||!Rr||Ce.test(Dr))&&(Kr=!1)),vr>1&&(!yr.strong&&Rr&&(Mr==="*"||!Wr||Ce.test(Cr))?Nr=!0:yr.strong==Mr&&Wr&&(Mr==="*"||!Rr||Ce.test(Dr))&&(Nr=!1)),Nr!=null||Kr!=null){k.highlightFormatting&&(yr.formatting=Kr==null?"strong":Nr==null?"em":"strong em"),Kr===!0&&(yr.em=Mr),Nr===!0&&(yr.strong=Mr);var Vr=jt(yr);return Kr===!1&&(yr.em=!1),Nr===!1&&(yr.strong=!1),Vr}}else if(Mr===" "&&(xr.eat("*")||xr.eat("_"))){if(xr.peek()===" ")return jt(yr);xr.backUp(1)}if(k.strikethrough){if(Mr==="~"&&xr.eatWhile(Mr)){if(yr.strikethrough){k.highlightFormatting&&(yr.formatting="strikethrough");var Vr=jt(yr);return yr.strikethrough=!1,Vr}else if(xr.match(/^[^\s]/,!1))return yr.strikethrough=!0,k.highlightFormatting&&(yr.formatting="strikethrough"),jt(yr)}else if(Mr===" "&&xr.match("~~",!0)){if(xr.peek()===" ")return jt(yr);xr.backUp(2)}}if(k.emoji&&Mr===":"&&xr.match(/^(?:[a-z_\d+][a-z_\d+-]*|\-[a-z_\d+][a-z_\d+-]*):/)){yr.emoji=!0,k.highlightFormatting&&(yr.formatting="emoji");var Fr=jt(yr);return yr.emoji=!1,Fr}return Mr===" "&&(xr.match(/^ +$/,!1)?yr.trailingSpace++:yr.trailingSpace&&(yr.trailingSpaceNewLine=!0)),jt(yr)}function ar(xr,yr){var br=xr.next();if(br===">"){yr.f=yr.inline=rr,k.highlightFormatting&&(yr.formatting="link");var Ir=jt(yr);return Ir?Ir+=" ":Ir="",Ir+V.linkInline}return xr.match(/^[^>]+/,!0),V.linkInline}function nr(xr,yr){if(xr.eatSpace())return null;var br=xr.next();return br==="("||br==="["?(yr.f=yr.inline=cr(br==="("?")":"]"),k.highlightFormatting&&(yr.formatting="link-string"),yr.linkHref=!0,jt(yr)):"error"}var ur={")":/^(?:[^\\\(\)]|\\.|\((?:[^\\\(\)]|\\.)*\))*?(?=\))/,"]":/^(?:[^\\\[\]]|\\.|\[(?:[^\\\[\]]|\\.)*\])*?(?=\])/};function cr(xr){return function(yr,br){var Ir=yr.next();if(Ir===xr){br.f=br.inline=rr,k.highlightFormatting&&(br.formatting="link-string");var Mr=jt(br);return br.linkHref=!1,Mr}return yr.match(ur[xr]),br.linkHref=!0,jt(br)}}function _r(xr,yr){return xr.match(/^([^\]\\]|\\.)*\]:/,!1)?(yr.f=hr,xr.next(),k.highlightFormatting&&(yr.formatting="link"),yr.linkText=!0,jt(yr)):Ne(xr,yr,rr)}function hr(xr,yr){if(xr.match("]:",!0)){yr.f=yr.inline=Er,k.highlightFormatting&&(yr.formatting="link");var br=jt(yr);return yr.linkText=!1,br}return xr.match(/^([^\]\\]|\\.)+/,!0),V.linkText}function Er(xr,yr){return xr.eatSpace()?null:(xr.match(/^[^\s]+/,!0),xr.peek()===void 0?yr.linkTitle=!0:xr.match(/^(?:\s+(?:"(?:[^"\\]|\\.)+"|'(?:[^'\\]|\\.)+'|\((?:[^)\\]|\\.)+\)))?/,!0),yr.f=yr.inline=rr,V.linkHref+" url")}var kr={startState:function(){return{f:Et,prevLine:{stream:null},thisLine:{stream:null},block:Et,htmlState:null,indentation:0,inline:rr,text:tr,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(xr){return{f:xr.f,prevLine:xr.prevLine,thisLine:xr.thisLine,block:xr.block,htmlState:xr.htmlState&&y.copyState(L,xr.htmlState),indentation:xr.indentation,localMode:xr.localMode,localState:xr.localMode?y.copyState(xr.localMode,xr.localState):null,inline:xr.inline,text:xr.text,formatting:!1,linkText:xr.linkText,linkTitle:xr.linkTitle,linkHref:xr.linkHref,code:xr.code,em:xr.em,strong:xr.strong,strikethrough:xr.strikethrough,emoji:xr.emoji,header:xr.header,setext:xr.setext,hr:xr.hr,taskList:xr.taskList,list:xr.list,listStack:xr.listStack.slice(0),quote:xr.quote,indentedCode:xr.indentedCode,trailingSpace:xr.trailingSpace,trailingSpaceNewLine:xr.trailingSpaceNewLine,md_inside:xr.md_inside,fencedEndRE:xr.fencedEndRE}},token:function(xr,yr){if(yr.formatting=!1,xr!=yr.thisLine.stream){if(yr.header=0,yr.hr=!1,xr.match(/^\s*$/,!0))return kt(yr),null;if(yr.prevLine=yr.thisLine,yr.thisLine={stream:xr},yr.taskList=!1,yr.trailingSpace=0,yr.trailingSpaceNewLine=!1,!yr.localState&&(yr.f=yr.block,yr.f!=Ve)){var br=xr.match(/^\s*/,!0)[0].replace(/\t/g,_e).length;if(yr.indentation=br,yr.indentationDiff=null,br>0)return null}}return yr.f(xr,yr)},innerMode:function(xr){return xr.block==Ve?{state:xr.htmlState,mode:L}:xr.localState?{state:xr.localState,mode:xr.localMode}:{state:xr,mode:kr}},indent:function(xr,yr,br){return xr.block==Ve&&L.indent?L.indent(xr.htmlState,yr,br):xr.localState&&xr.localMode.indent?xr.localMode.indent(xr.localState,yr,br):y.Pass},blankLine:kt,getType:jt,blockCommentStart:"<!--",blockCommentEnd:"-->",closeBrackets:"()[]{}''\"\"``",fold:"markdown"};return kr},"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:"[]{}"},k=y.Pos;y.defineOption("autoCloseBrackets",!1,function(he,Ce,_e){_e&&_e!=y.Init&&(he.removeKeyMap($),he.state.closeBrackets=null),Ce&&(j(L(Ce,"pairs")),he.state.closeBrackets=Ce,he.addKeyMap($))});function L(he,Ce){return Ce=="pairs"&&typeof he=="string"?he:typeof he=="object"&&he[Ce]!=null?he[Ce]:n[Ce]}var $={Backspace:re,Enter:ie};function j(he){for(var Ce=0;Ce<he.length;Ce++){var _e=he.charAt(Ce),Ne="'"+_e+"'";$[Ne]||($[Ne]=V(_e))}}j(n.pairs+"`");function V(he){return function(Ce){return de(Ce,he)}}function z(he){var Ce=he.state.closeBrackets;if(!Ce||Ce.override)return Ce;var _e=he.getModeAt(he.getCursor());return _e.closeBrackets||Ce}function re(he){var Ce=z(he);if(!Ce||he.getOption("disableInput"))return y.Pass;for(var _e=L(Ce,"pairs"),Ne=he.listSelections(),Fe=0;Fe<Ne.length;Fe++){if(!Ne[Fe].empty())return y.Pass;var Ue=pe(he,Ne[Fe].head);if(!Ue||_e.indexOf(Ue)%2!=0)return y.Pass}for(var Fe=Ne.length-1;Fe>=0;Fe--){var kt=Ne[Fe].head;he.replaceRange("",k(kt.line,kt.ch-1),k(kt.line,kt.ch+1),"+delete")}}function ie(he){var Ce=z(he),_e=Ce&&L(Ce,"explode");if(!_e||he.getOption("disableInput"))return y.Pass;for(var Ne=he.listSelections(),Fe=0;Fe<Ne.length;Fe++){if(!Ne[Fe].empty())return y.Pass;var Ue=pe(he,Ne[Fe].head);if(!Ue||_e.indexOf(Ue)%2!=0)return y.Pass}he.operation(function(){var kt=he.lineSeparator()||`
`;he.replaceSelection(kt+kt,null),oe(he,-1),Ne=he.listSelections();for(var Et=0;Et<Ne.length;Et++){var Ve=Ne[Et].head.line;he.indentLine(Ve,null,!0),he.indentLine(Ve+1,null,!0)}})}function oe(he,Ce){for(var _e=[],Ne=he.listSelections(),Fe=0,Ue=0;Ue<Ne.length;Ue++){var kt=Ne[Ue];kt.head==he.getCursor()&&(Fe=Ue);var Et=kt.head.ch||Ce>0?{line:kt.head.line,ch:kt.head.ch+Ce}:{line:kt.head.line-1};_e.push({anchor:Et,head:Et})}he.setSelections(_e,Fe)}function ue(he){var Ce=y.cmpPos(he.anchor,he.head)>0;return{anchor:new k(he.anchor.line,he.anchor.ch+(Ce?-1:1)),head:new k(he.head.line,he.head.ch+(Ce?1:-1))}}function de(he,Ce){var _e=z(he);if(!_e||he.getOption("disableInput"))return y.Pass;var Ne=L(_e,"pairs"),Fe=Ne.indexOf(Ce);if(Fe==-1)return y.Pass;for(var Ue=L(_e,"closeBefore"),kt=L(_e,"triples"),Et=Ne.charAt(Fe+1)==Ce,Ve=he.listSelections(),qe=Fe%2==0,jt,tr=0;tr<Ve.length;tr++){var rr=Ve[tr],ar=rr.head,nr,ur=he.getRange(ar,k(ar.line,ar.ch+1));if(qe&&!rr.empty())nr="surround";else if((Et||!qe)&&ur==Ce)Et&&Ie(he,ar)?nr="both":kt.indexOf(Ce)>=0&&he.getRange(ar,k(ar.line,ar.ch+3))==Ce+Ce+Ce?nr="skipThree":nr="skip";else if(Et&&ar.ch>1&&kt.indexOf(Ce)>=0&&he.getRange(k(ar.line,ar.ch-2),ar)==Ce+Ce){if(ar.ch>2&&/\bstring/.test(he.getTokenTypeAt(k(ar.line,ar.ch-2))))return y.Pass;nr="addFour"}else if(Et){var cr=ar.ch==0?" ":he.getRange(k(ar.line,ar.ch-1),ar);if(!y.isWordChar(ur)&&cr!=Ce&&!y.isWordChar(cr))nr="both";else return y.Pass}else if(qe&&(ur.length===0||/\s/.test(ur)||Ue.indexOf(ur)>-1))nr="both";else return y.Pass;if(!jt)jt=nr;else if(jt!=nr)return y.Pass}var _r=Fe%2?Ne.charAt(Fe-1):Ce,hr=Fe%2?Ce:Ne.charAt(Fe+1);he.operation(function(){if(jt=="skip")oe(he,1);else if(jt=="skipThree")oe(he,3);else if(jt=="surround"){for(var Er=he.getSelections(),kr=0;kr<Er.length;kr++)Er[kr]=_r+Er[kr]+hr;he.replaceSelections(Er,"around"),Er=he.listSelections().slice();for(var kr=0;kr<Er.length;kr++)Er[kr]=ue(Er[kr]);he.setSelections(Er)}else jt=="both"?(he.replaceSelection(_r+hr,null),he.triggerElectric(_r+hr),oe(he,-1)):jt=="addFour"&&(he.replaceSelection(_r+_r+_r+_r,"before"),oe(he,1))})}function pe(he,Ce){var _e=he.getRange(k(Ce.line,Ce.ch-1),k(Ce.line,Ce.ch+1));return _e.length==2?_e:null}function Ie(he,Ce){var _e=he.getTokenAt(k(Ce.line,Ce.ch+1));return/\bstring/.test(_e.type)&&_e.start==Ce.ch&&(Ce.ch==0||!/\bstring/.test(he.getTokenTypeAt(Ce)))}})})();(function(e,t){(function(y){y(requireCodemirror())})(function(y){var n=/MSIE \d/.test(navigator.userAgent)&&(document.documentMode==null||document.documentMode<8),k=y.Pos,L={"(":")>",")":"(<","[":"]>","]":"[<","{":"}>","}":"{<","<":">>",">":"<<"};function $(oe){return oe&&oe.bracketRegex||/[(){}[\]]/}function j(oe,ue,de){var pe=oe.getLineHandle(ue.line),Ie=ue.ch-1,he=de&&de.afterCursor;he==null&&(he=/(^| )cm-fat-cursor($| )/.test(oe.getWrapperElement().className));var Ce=$(de),_e=!he&&Ie>=0&&Ce.test(pe.text.charAt(Ie))&&L[pe.text.charAt(Ie)]||Ce.test(pe.text.charAt(Ie+1))&&L[pe.text.charAt(++Ie)];if(!_e)return null;var Ne=_e.charAt(1)==">"?1:-1;if(de&&de.strict&&Ne>0!=(Ie==ue.ch))return null;var Fe=oe.getTokenTypeAt(k(ue.line,Ie+1)),Ue=V(oe,k(ue.line,Ie+(Ne>0?1:0)),Ne,Fe,de);return Ue==null?null:{from:k(ue.line,Ie),to:Ue&&Ue.pos,match:Ue&&Ue.ch==_e.charAt(0),forward:Ne>0}}function V(oe,ue,de,pe,Ie){for(var he=Ie&&Ie.maxScanLineLength||1e4,Ce=Ie&&Ie.maxScanLines||1e3,_e=[],Ne=$(Ie),Fe=de>0?Math.min(ue.line+Ce,oe.lastLine()+1):Math.max(oe.firstLine()-1,ue.line-Ce),Ue=ue.line;Ue!=Fe;Ue+=de){var kt=oe.getLine(Ue);if(kt){var Et=de>0?0:kt.length-1,Ve=de>0?kt.length:-1;if(!(kt.length>he))for(Ue==ue.line&&(Et=ue.ch-(de<0?1:0));Et!=Ve;Et+=de){var qe=kt.charAt(Et);if(Ne.test(qe)&&(pe===void 0||(oe.getTokenTypeAt(k(Ue,Et+1))||"")==(pe||""))){var jt=L[qe];if(jt&&jt.charAt(1)==">"==de>0)_e.push(qe);else if(_e.length)_e.pop();else return{pos:k(Ue,Et),ch:qe}}}}}return Ue-de==(de>0?oe.lastLine():oe.firstLine())?!1:null}function z(oe,ue,de){for(var pe=oe.state.matchBrackets.maxHighlightLineLength||1e3,Ie=de&&de.highlightNonMatching,he=[],Ce=oe.listSelections(),_e=0;_e<Ce.length;_e++){var Ne=Ce[_e].empty()&&j(oe,Ce[_e].head,de);if(Ne&&(Ne.match||Ie!==!1)&&oe.getLine(Ne.from.line).length<=pe){var Fe=Ne.match?"CodeMirror-matchingbracket":"CodeMirror-nonmatchingbracket";he.push(oe.markText(Ne.from,k(Ne.from.line,Ne.from.ch+1),{className:Fe})),Ne.to&&oe.getLine(Ne.to.line).length<=pe&&he.push(oe.markText(Ne.to,k(Ne.to.line,Ne.to.ch+1),{className:Fe}))}}if(he.length){n&&oe.state.focused&&oe.focus();var Ue=function(){oe.operation(function(){for(var kt=0;kt<he.length;kt++)he[kt].clear()})};if(ue)setTimeout(Ue,800);else return Ue}}function re(oe){oe.operation(function(){oe.state.matchBrackets.currentlyHighlighted&&(oe.state.matchBrackets.currentlyHighlighted(),oe.state.matchBrackets.currentlyHighlighted=null),oe.state.matchBrackets.currentlyHighlighted=z(oe,!1,oe.state.matchBrackets)})}function ie(oe){oe.state.matchBrackets&&oe.state.matchBrackets.currentlyHighlighted&&(oe.state.matchBrackets.currentlyHighlighted(),oe.state.matchBrackets.currentlyHighlighted=null)}y.defineOption("matchBrackets",!1,function(oe,ue,de){de&&de!=y.Init&&(oe.off("cursorActivity",re),oe.off("focus",re),oe.off("blur",ie),ie(oe)),ue&&(oe.state.matchBrackets=typeof ue=="object"?ue:{},oe.on("cursorActivity",re),oe.on("focus",re),oe.on("blur",ie))}),y.defineExtension("matchBrackets",function(){z(this,!0)}),y.defineExtension("findMatchingBracket",function(oe,ue,de){return(de||typeof ue=="boolean")&&(de?(de.strict=ue,ue=de):ue=ue?{strict:!0}:null),j(this,oe,ue)}),y.defineExtension("scanForBracket",function(oe,ue,de,pe){return V(this,oe,ue,de,pe)})})})();(function(e,t){(function(y){y(requireCodemirror())})(function(y){var n="CodeMirror-activeline",k="CodeMirror-activeline-background",L="CodeMirror-activeline-gutter";y.defineOption("styleActiveLine",!1,function(re,ie,oe){var ue=oe==y.Init?!1:oe;ie!=ue&&(ue&&(re.off("beforeSelectionChange",z),$(re),delete re.state.activeLines),ie&&(re.state.activeLines=[],V(re,re.listSelections()),re.on("beforeSelectionChange",z)))});function $(re){for(var ie=0;ie<re.state.activeLines.length;ie++)re.removeLineClass(re.state.activeLines[ie],"wrap",n),re.removeLineClass(re.state.activeLines[ie],"background",k),re.removeLineClass(re.state.activeLines[ie],"gutter",L)}function j(re,ie){if(re.length!=ie.length)return!1;for(var oe=0;oe<re.length;oe++)if(re[oe]!=ie[oe])return!1;return!0}function V(re,ie){for(var oe=[],ue=0;ue<ie.length;ue++){var de=ie[ue],pe=re.getOption("styleActiveLine");if(!(typeof pe=="object"&&pe.nonEmpty?de.anchor.line!=de.head.line:!de.empty())){var Ie=re.getLineHandleVisualStart(de.head.line);oe[oe.length-1]!=Ie&&oe.push(Ie)}}j(re.state.activeLines,oe)||re.operation(function(){$(re);for(var he=0;he<oe.length;he++)re.addLineClass(oe[he],"wrap",n),re.addLineClass(oe[he],"background",k),re.addLineClass(oe[he],"gutter",L);re.state.activeLines=oe})}function z(re,ie){V(re,ie.ranges)}})})();(function(e,t){(function(y){y(requireCodemirror())})(function(y){var n="CodeMirror-hint",k="CodeMirror-hint-active";y.showHint=function(he,Ce,_e){if(!Ce)return he.showHint(_e);_e&&_e.async&&(Ce.async=!0);var Ne={hint:Ce};if(_e)for(var Fe in _e)Ne[Fe]=_e[Fe];return he.showHint(Ne)},y.defineExtension("showHint",function(he){he=V(this,this.getCursor("start"),he);var Ce=this.listSelections();if(!(Ce.length>1)){if(this.somethingSelected()){if(!he.hint.supportsSelection)return;for(var _e=0;_e<Ce.length;_e++)if(Ce[_e].head.line!=Ce[_e].anchor.line)return}this.state.completionActive&&this.state.completionActive.close();var Ne=this.state.completionActive=new L(this,he);Ne.options.hint&&(y.signal(this,"startCompletion",this),Ne.update(!0))}}),y.defineExtension("closeHint",function(){this.state.completionActive&&this.state.completionActive.close()});function L(he,Ce){if(this.cm=he,this.options=Ce,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 _e=this;he.on("cursorActivity",this.activityFunc=function(){_e.cursorActivity()})}}var $=window.requestAnimationFrame||function(he){return setTimeout(he,1e3/60)},j=window.cancelAnimationFrame||clearTimeout;L.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(he,Ce){var _e=he.list[Ce],Ne=this;this.cm.operation(function(){_e.hint?_e.hint(Ne.cm,he,_e):Ne.cm.replaceRange(z(_e),_e.from||he.from,_e.to||he.to,"complete"),y.signal(he,"pick",_e),Ne.cm.scrollIntoView()}),this.options.closeOnPick&&this.close()},cursorActivity:function(){this.debounce&&(j(this.debounce),this.debounce=0);var he=this.startPos;this.data&&(he=this.data.from);var Ce=this.cm.getCursor(),_e=this.cm.getLine(Ce.line);if(Ce.line!=this.startPos.line||_e.length-Ce.ch!=this.startLen-this.startPos.ch||Ce.ch<he.ch||this.cm.somethingSelected()||!Ce.ch||this.options.closeCharacters.test(_e.charAt(Ce.ch-1)))this.close();else{var Ne=this;this.debounce=$(function(){Ne.update()}),this.widget&&this.widget.disable()}},update:function(he){if(this.tick!=null){var Ce=this,_e=++this.tick;de(this.options.hint,this.cm,this.options,function(Ne){Ce.tick==_e&&Ce.finishUpdate(Ne,he)})}},finishUpdate:function(he,Ce){this.data&&y.signal(this.data,"update");var _e=this.widget&&this.widget.picked||Ce&&this.options.completeSingle;this.widget&&this.widget.close(),this.data=he,he&&he.list.length&&(_e&&he.list.length==1?this.pick(he,0):(this.widget=new oe(this,he),y.signal(he,"shown")))}};function V(he,Ce,_e){var Ne=he.options.hintOptions,Fe={};for(var Ue in Ie)Fe[Ue]=Ie[Ue];if(Ne)for(var Ue in Ne)Ne[Ue]!==void 0&&(Fe[Ue]=Ne[Ue]);if(_e)for(var Ue in _e)_e[Ue]!==void 0&&(Fe[Ue]=_e[Ue]);return Fe.hint.resolve&&(Fe.hint=Fe.hint.resolve(he,Ce)),Fe}function z(he){return typeof he=="string"?he:he.text}function re(he,Ce){var _e={Up:function(){Ce.moveFocus(-1)},Down:function(){Ce.moveFocus(1)},PageUp:function(){Ce.moveFocus(-Ce.menuSize()+1,!0)},PageDown:function(){Ce.moveFocus(Ce.menuSize()-1,!0)},Home:function(){Ce.setFocus(0)},End:function(){Ce.setFocus(Ce.length-1)},Enter:Ce.pick,Tab:Ce.pick,Esc:Ce.close},Ne=/Mac/.test(navigator.platform);Ne&&(_e["Ctrl-P"]=function(){Ce.moveFocus(-1)},_e["Ctrl-N"]=function(){Ce.moveFocus(1)});var Fe=he.options.customKeys,Ue=Fe?{}:_e;function kt(qe,jt){var tr;typeof jt!="string"?tr=function(rr){return jt(rr,Ce)}:_e.hasOwnProperty(jt)?tr=_e[jt]:tr=jt,Ue[qe]=tr}if(Fe)for(var Et in Fe)Fe.hasOwnProperty(Et)&&kt(Et,Fe[Et]);var Ve=he.options.extraKeys;if(Ve)for(var Et in Ve)Ve.hasOwnProperty(Et)&&kt(Et,Ve[Et]);return Ue}function ie(he,Ce){for(;Ce&&Ce!=he;){if(Ce.nodeName.toUpperCase()==="LI"&&Ce.parentNode==he)return Ce;Ce=Ce.parentNode}}function oe(he,Ce){this.id="cm-complete-"+Math.floor(Math.random(1e6)),this.completion=he,this.data=Ce,this.picked=!1;var _e=this,Ne=he.cm,Fe=Ne.getInputField().ownerDocument,Ue=Fe.defaultView||Fe.parentWindow,kt=this.hints=Fe.createElement("ul");kt.setAttribute("role","listbox"),kt.setAttribute("aria-expanded","true"),kt.id=this.id;var Et=he.cm.options.theme;kt.className="CodeMirror-hints "+Et,this.selectedHint=Ce.selectedHint||0;for(var Ve=Ce.list,qe=0;qe<Ve.length;++qe){var jt=kt.appendChild(Fe.createElement("li")),tr=Ve[qe],rr=n+(qe!=this.selectedHint?"":" "+k);tr.className!=null&&(rr=tr.className+" "+rr),jt.className=rr,qe==this.selectedHint&&jt.setAttribute("aria-selected","true"),jt.id=this.id+"-"+qe,jt.setAttribute("role","option"),tr.render?tr.render(jt,Ce,tr):jt.appendChild(Fe.createTextNode(tr.displayText||z(tr))),jt.hintId=qe}var ar=he.options.container||Fe.body,nr=Ne.cursorCoords(he.options.alignWithWord?Ce.from:null),ur=nr.left,cr=nr.bottom,_r=!0,hr=0,Er=0;if(ar!==Fe.body){var kr=["absolute","relative","fixed"].indexOf(Ue.getComputedStyle(ar).position)!==-1,xr=kr?ar:ar.offsetParent,yr=xr.getBoundingClientRect(),br=Fe.body.getBoundingClientRect();hr=yr.left-br.left-xr.scrollLeft,Er=yr.top-br.top-xr.scrollTop}kt.style.left=ur-hr+"px",kt.style.top=cr-Er+"px";var Ir=Ue.innerWidth||Math.max(Fe.body.offsetWidth,Fe.documentElement.offsetWidth),Mr=Ue.innerHeight||Math.max(Fe.body.offsetHeight,Fe.documentElement.offsetHeight);ar.appendChild(kt),Ne.getInputField().setAttribute("aria-autocomplete","list"),Ne.getInputField().setAttribute("aria-owns",this.id),Ne.getInputField().setAttribute("aria-activedescendant",this.id+"-"+this.selectedHint);var mr=he.options.moveOnOverlap?kt.getBoundingClientRect():new DOMRect,gr=he.options.paddingForScrollbar?kt.scrollHeight>kt.clientHeight+1:!1,jr;setTimeout(function(){jr=Ne.getScrollInfo()});var Hr=mr.bottom-Mr;if(Hr>0){var Vr=mr.bottom-mr.top,zr=mr.top-(nr.bottom-nr.top)-2;Mr-mr.top<zr?(Vr>zr&&(kt.style.height=(Vr=zr)+"px"),kt.style.top=(cr=nr.top-Vr)+Er+"px",_r=!1):kt.style.height=Mr-mr.top-2+"px"}var Sr=mr.right-Ir;if(gr&&(Sr+=Ne.display.nativeBarWidth),Sr>0&&(mr.right-mr.left>Ir&&(kt.style.width=Ir-5+"px",Sr-=mr.right-mr.left-Ir),kt.style.left=(ur=Math.max(nr.left-Sr-hr,0))+"px"),gr)for(var Tr=kt.firstChild;Tr;Tr=Tr.nextSibling)Tr.style.paddingRight=Ne.display.nativeBarWidth+"px";if(Ne.addKeyMap(this.keyMap=re(he,{moveFocus:function(Cr,Dr){_e.changeActive(_e.selectedHint+Cr,Dr)},setFocus:function(Cr){_e.changeActive(Cr)},menuSize:function(){return _e.screenAmount()},length:Ve.length,close:function(){he.close()},pick:function(){_e.pick()},data:Ce})),he.options.closeOnUnfocus){var Br;Ne.on("blur",this.onBlur=function(){Br=setTimeout(function(){he.close()},100)}),Ne.on("focus",this.onFocus=function(){clearTimeout(Br)})}Ne.on("scroll",this.onScroll=function(){var Cr=Ne.getScrollInfo(),Dr=Ne.getWrapperElement().getBoundingClientRect();jr||(jr=Ne.getScrollInfo());var Rr=cr+jr.top-Cr.top,Wr=Rr-(Ue.pageYOffset||(Fe.documentElement||Fe.body).scrollTop);if(_r||(Wr+=kt.offsetHeight),Wr<=Dr.top||Wr>=Dr.bottom)return he.close();kt.style.top=Rr+"px",kt.style.left=ur+jr.left-Cr.left+"px"}),y.on(kt,"dblclick",function(Cr){var Dr=ie(kt,Cr.target||Cr.srcElement);Dr&&Dr.hintId!=null&&(_e.changeActive(Dr.hintId),_e.pick())}),y.on(kt,"click",function(Cr){var Dr=ie(kt,Cr.target||Cr.srcElement);Dr&&Dr.hintId!=null&&(_e.changeActive(Dr.hintId),he.options.completeOnSingleClick&&_e.pick())}),y.on(kt,"mousedown",function(){setTimeout(function(){Ne.focus()},20)});var vr=this.getSelectedHintRange();return(vr.from!==0||vr.to!==0)&&this.scrollToActive(),y.signal(Ce,"select",Ve[this.selectedHint],kt.childNodes[this.selectedHint]),!0}oe.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 he=this.completion.cm.getInputField();he.removeAttribute("aria-activedescendant"),he.removeAttribute("aria-owns");var Ce=this.completion.cm;this.completion.options.closeOnUnfocus&&(Ce.off("blur",this.onBlur),Ce.off("focus",this.onFocus)),Ce.off("scroll",this.onScroll)}},disable:function(){this.completion.cm.removeKeyMap(this.keyMap);var he=this;this.keyMap={Enter:function(){he.picked=!0}},this.completion.cm.addKeyMap(this.keyMap)},pick:function(){this.completion.pick(this.data,this.selectedHint)},changeActive:function(he,Ce){if(he>=this.data.list.length?he=Ce?this.data.list.length-1:0:he<0&&(he=Ce?0:this.data.list.length-1),this.selectedHint!=he){var _e=this.hints.childNodes[this.selectedHint];_e&&(_e.className=_e.className.replace(" "+k,""),_e.removeAttribute("aria-selected")),_e=this.hints.childNodes[this.selectedHint=he],_e.className+=" "+k,_e.setAttribute("aria-selected","true"),this.completion.cm.getInputField().setAttribute("aria-activedescendant",_e.id),this.scrollToActive(),y.signal(this.data,"select",this.data.list[this.selectedHint],_e)}},scrollToActive:function(){var he=this.getSelectedHintRange(),Ce=this.hints.childNodes[he.from],_e=this.hints.childNodes[he.to],Ne=this.hints.firstChild;Ce.offsetTop<this.hints.scrollTop?this.hints.scrollTop=Ce.offsetTop-Ne.offsetTop:_e.offsetTop+_e.offsetHeight>this.hints.scrollTop+this.hints.clientHeight&&(this.hints.scrollTop=_e.offsetTop+_e.offsetHeight-this.hints.clientHeight+Ne.offsetTop)},screenAmount:function(){return Math.floor(this.hints.clientHeight/this.hints.firstChild.offsetHeight)||1},getSelectedHintRange:function(){var he=this.completion.options.scrollMargin||0;return{from:Math.max(0,this.selectedHint-he),to:Math.min(this.data.list.length-1,this.selectedHint+he)}}};function ue(he,Ce){if(!he.somethingSelected())return Ce;for(var _e=[],Ne=0;Ne<Ce.length;Ne++)Ce[Ne].supportsSelection&&_e.push(Ce[Ne]);return _e}function de(he,Ce,_e,Ne){if(he.async)he(Ce,Ne,_e);else{var Fe=he(Ce,_e);Fe&&Fe.then?Fe.then(Ne):Ne(Fe)}}function pe(he,Ce){var _e=he.getHelpers(Ce,"hint"),Ne;if(_e.length){var Fe=function(Ue,kt,Et){var Ve=ue(Ue,_e);function qe(jt){if(jt==Ve.length)return kt(null);de(Ve[jt],Ue,Et,function(tr){tr&&tr.list.length>0?kt(tr):qe(jt+1)})}qe(0)};return Fe.async=!0,Fe.supportsSelection=!0,Fe}else return(Ne=he.getHelper(he.getCursor(),"hintWords"))?function(Ue){return y.hint.fromList(Ue,{words:Ne})}:y.hint.anyword?function(Ue,kt){return y.hint.anyword(Ue,kt)}:function(){}}y.registerHelper("hint","auto",{resolve:pe}),y.registerHelper("hint","fromList",function(he,Ce){var _e=he.getCursor(),Ne=he.getTokenAt(_e),Fe,Ue=y.Pos(_e.line,Ne.start),kt=_e;Ne.start<_e.ch&&/\w/.test(Ne.string.charAt(_e.ch-Ne.start-1))?Fe=Ne.string.substr(0,_e.ch-Ne.start):(Fe="",Ue=_e);for(var Et=[],Ve=0;Ve<Ce.words.length;Ve++){var qe=Ce.words[Ve];qe.slice(0,Fe.length)==Fe&&Et.push(qe)}if(Et.length)return{list:Et,from:Ue,to:kt}}),y.commands.autocomplete=y.showHint;var Ie={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(k){var L=k.getCursor(),$=k.getTokenAt(L),j=y.innerMode(k.getMode(),$.state);if(j.mode.name!="css")return;if($.type=="keyword"&&"!important".indexOf($.string)==0)return{list:["!important"],from:y.Pos(L.line,$.start),to:y.Pos(L.line,$.end)};var V=$.start,z=L.ch,re=$.string.slice(0,z-V);/[^\w$_-]/.test(re)&&(re="",V=z=L.ch);var ie=y.resolveMode("text/css"),oe=[];function ue(pe){for(var Ie in pe)(!re||Ie.lastIndexOf(re,0)==0)&&oe.push(Ie)}var de=j.state.state;if(de=="pseudo"||$.type=="variable-3"?ue(n):de=="block"||de=="maybeprop"?ue(ie.propertyKeywords):de=="prop"||de=="parens"||de=="at"||de=="params"?(ue(ie.valueKeywords),ue(ie.colorKeywords)):(de=="media"||de=="media_parens")&&(ue(ie.mediaTypes),ue(ie.mediaFeatures)),oe.length)return{list:oe,from:y.Pos(L.line,V),to:y.Pos(L.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 Nb();