md/assets/index-CaZfy6qh.js
2024-08-25 03:35:35 +00:00

1155 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 Ib=Object.defineProperty;var Mb=(e,t,y)=>t in e?Ib(e,t,{enumerable:!0,configurable:!0,writable:!0,value:y}):e[t]=y;var Bb=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var np=(e,t,y)=>Mb(e,typeof t!="symbol"?t+"":t,y);import mermaid from"https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs";var Pb=Bb((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:_e,onAfterAppear:Ce,onAppearCancelled:he}=t,Ne=String(e.key),Fe=getLeavingNodesForType(y,e),Ve=(Ue,qe)=>{Ue&&callWithAsyncErrorHandling(Ue,n,9,qe)},jt=(Ue,qe)=>{const kt=qe[1];Ve(Ue,qe),isArray$2(Ue)?Ue.every(tr=>tr.length<=1)&&kt():Ue.length<=1&&kt()},Et={mode:$,persisted:j,beforeEnter(Ue){let qe=V;if(!y.isMounted)if(L)qe=Ie||V;else return;Ue[leaveCbKey]&&Ue[leaveCbKey](!0);const kt=Fe[Ne];kt&&isSameVNodeType(e,kt)&&kt.el[leaveCbKey]&&kt.el[leaveCbKey](),Ve(qe,[Ue])},enter(Ue){let qe=z,kt=re,tr=ie;if(!y.isMounted)if(L)qe=_e||z,kt=Ce||re,tr=he||ie;else return;let rr=!1;const ar=Ue[enterCbKey$1]=nr=>{rr||(rr=!0,nr?Ve(tr,[Ue]):Ve(kt,[Ue]),Et.delayedLeave&&Et.delayedLeave(),Ue[enterCbKey$1]=void 0)};qe?jt(qe,[Ue,ar]):ar()},leave(Ue,qe){const kt=String(e.key);if(Ue[enterCbKey$1]&&Ue[enterCbKey$1](!0),y.isUnmounting)return qe();Ve(oe,[Ue]);let tr=!1;const rr=Ue[leaveCbKey]=ar=>{tr||(tr=!0,qe(),ar?Ve(pe,[Ue]):Ve(de,[Ue]),Ue[leaveCbKey]=void 0,Fe[kt]===e&&delete Fe[kt])};Fe[kt]=e,ue?jt(ue,[Ue,rr]):rr()},clone(Ue){const qe=resolveTransitionHooks(Ue,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:_e,beforeUnmount:Ce,destroyed:he,unmounted:Ne,render:Fe,renderTracked:Ve,renderTriggered:jt,errorCaptured:Et,serverPrefetch:Ue,expose:qe,inheritAttrs:kt,components:tr,directives:rr,filters:ar}=t;if(z&&resolveInjections(z,n,null),$)for(const cr in $){const mr=$[cr];isFunction$4(mr)&&(n[cr]=mr.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 mr=L[cr],hr=isFunction$4(mr)?mr.bind(y,y):isFunction$4(mr.get)?mr.get.bind(y,y):NOOP,br=!isFunction$4(mr)&&isFunction$4(mr.set)?mr.set.bind(y):NOOP,Rr=computed({get:hr,set:br});Object.defineProperty(n,cr,{enumerable:!0,configurable:!0,get:()=>Rr.value,set:xr=>Rr.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(mr=>{provide(mr,cr[mr])})}re&&callHook$1(re,e,"c");function ur(cr,mr){isArray$2(mr)?mr.forEach(hr=>cr(hr.bind(y))):mr&&cr(mr.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,Ve),ur(onRenderTriggered,jt),ur(onBeforeUnmount,Ce),ur(onUnmounted,Ne),ur(onServerPrefetch,Ue),isArray$2(qe))if(qe.length){const cr=e.exposed||(e.exposed={});qe.forEach(mr=>{Object.defineProperty(cr,mr,{get:()=>y[mr],set:hr=>y[mr]=hr})})}else e.exposed||(e.exposed={});Fe&&e.render===NOOP&&(e.render=Fe),kt!=null&&(e.inheritAttrs=kt),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 _e=0;_e<de.length;++_e){const Ce=de[_e],he=isFunction$4(Ce)&&Ce.name;if(he==="Boolean"){pe=!0;break}else he==="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,_e=isTeleportDisabled(t.props);let{shapeFlag:Ce,children:he,dynamicChildren:Ne}=t;if(e==null){const Fe=t.el=pe(""),Ve=t.anchor=pe("");ue(Fe,y,n),ue(Ve,y,n);const jt=t.target=resolveTarget(t.props,de),Et=prepareAnchor(jt,t,pe,ue);jt&&($==="svg"||isTargetSVG(jt)?$="svg":($==="mathml"||isTargetMathML(jt))&&($="mathml"));const Ue=(qe,kt)=>{Ce&16&&re(he,qe,kt,k,L,$,j,V)};_e?Ue(y,Ve):jt&&Ue(jt,Et)}else{t.el=e.el,t.targetStart=e.targetStart;const Fe=t.anchor=e.anchor,Ve=t.target=e.target,jt=t.targetAnchor=e.targetAnchor,Et=isTeleportDisabled(e.props),Ue=Et?y:Ve,qe=Et?Fe:jt;if($==="svg"||isTargetSVG(Ve)?$="svg":($==="mathml"||isTargetMathML(Ve))&&($="mathml"),Ne?(oe(e.dynamicChildren,Ne,Ue,k,L,$,j),traverseStaticChildren(e,t,!0)):V||ie(e,t,Ue,qe,k,L,$,j,!1),_e)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 kt=t.target=resolveTarget(t.props,de);kt&&moveTeleport(t,kt,null,z,0)}else Et&&moveTeleport(t,Ve,jt,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=(Tr,Cr,Mr,yr=null,Sr=null,Dr=null,kr=void 0,Wr=null,Kr=!!Cr.dynamicChildren)=>{if(Tr===Cr)return;Tr&&!isSameVNodeType(Tr,Cr)&&(yr=gr(Tr),xr(Tr,Sr,Dr,!0),Tr=null),Cr.patchFlag===-2&&(Kr=!1,Cr.dynamicChildren=null);const{type:Nr,ref:jr,shapeFlag:Qr}=Cr;switch(Nr){case Text$1:Ie(Tr,Cr,Mr,yr);break;case Comment:_e(Tr,Cr,Mr,yr);break;case Static:Tr==null&&Ce(Cr,Mr,yr,kr);break;case Fragment:tr(Tr,Cr,Mr,yr,Sr,Dr,kr,Wr,Kr);break;default:Qr&1?Fe(Tr,Cr,Mr,yr,Sr,Dr,kr,Wr,Kr):Qr&6?rr(Tr,Cr,Mr,yr,Sr,Dr,kr,Wr,Kr):(Qr&64||Qr&128)&&Nr.process(Tr,Cr,Mr,yr,Sr,Dr,kr,Wr,Kr,zr)}jr!=null&&Sr&&setRef(jr,Tr&&Tr.ref,Dr,Cr||Tr,!Cr)},Ie=(Tr,Cr,Mr,yr)=>{if(Tr==null)n(Cr.el=j(Cr.children),Mr,yr);else{const Sr=Cr.el=Tr.el;Cr.children!==Tr.children&&z(Sr,Cr.children)}},_e=(Tr,Cr,Mr,yr)=>{Tr==null?n(Cr.el=V(Cr.children||""),Mr,yr):Cr.el=Tr.el},Ce=(Tr,Cr,Mr,yr)=>{[Tr.el,Tr.anchor]=de(Tr.children,Cr,Mr,yr,Tr.el,Tr.anchor)},he=({el:Tr,anchor:Cr},Mr,yr)=>{let Sr;for(;Tr&&Tr!==Cr;)Sr=oe(Tr),n(Tr,Mr,yr),Tr=Sr;n(Cr,Mr,yr)},Ne=({el:Tr,anchor:Cr})=>{let Mr;for(;Tr&&Tr!==Cr;)Mr=oe(Tr),k(Tr),Tr=Mr;k(Cr)},Fe=(Tr,Cr,Mr,yr,Sr,Dr,kr,Wr,Kr)=>{Cr.type==="svg"?kr="svg":Cr.type==="math"&&(kr="mathml"),Tr==null?Ve(Cr,Mr,yr,Sr,Dr,kr,Wr,Kr):Ue(Tr,Cr,Sr,Dr,kr,Wr,Kr)},Ve=(Tr,Cr,Mr,yr,Sr,Dr,kr,Wr)=>{let Kr,Nr;const{props:jr,shapeFlag:Qr,transition:ca,dirs:Po}=Tr;if(Kr=Tr.el=$(Tr.type,Dr,jr&&jr.is,jr),Qr&8?re(Kr,Tr.children):Qr&16&&Et(Tr.children,Kr,null,yr,Sr,resolveChildrenNamespace(Tr,Dr),kr,Wr),Po&&invokeDirectiveHook(Tr,null,yr,"created"),jt(Kr,Tr,Tr.scopeId,kr,yr),jr){for(const qo in jr)qo!=="value"&&!isReservedProp(qo)&&L(Kr,qo,null,jr[qo],Dr,yr);"value"in jr&&L(Kr,"value",null,jr.value,Dr),(Nr=jr.onVnodeBeforeMount)&&invokeVNodeHook(Nr,yr,Tr)}Po&&invokeDirectiveHook(Tr,null,yr,"beforeMount");const Wa=needTransition(Sr,ca);Wa&&ca.beforeEnter(Kr),n(Kr,Cr,Mr),((Nr=jr&&jr.onVnodeMounted)||Wa||Po)&&queuePostRenderEffect(()=>{Nr&&invokeVNodeHook(Nr,yr,Tr),Wa&&ca.enter(Kr),Po&&invokeDirectiveHook(Tr,null,yr,"mounted")},Sr)},jt=(Tr,Cr,Mr,yr,Sr)=>{if(Mr&&ue(Tr,Mr),yr)for(let Dr=0;Dr<yr.length;Dr++)ue(Tr,yr[Dr]);if(Sr){let Dr=Sr.subTree;if(Cr===Dr){const kr=Sr.vnode;jt(Tr,kr,kr.scopeId,kr.slotScopeIds,Sr.parent)}}},Et=(Tr,Cr,Mr,yr,Sr,Dr,kr,Wr,Kr=0)=>{for(let Nr=Kr;Nr<Tr.length;Nr++){const jr=Tr[Nr]=Wr?cloneIfMounted(Tr[Nr]):normalizeVNode(Tr[Nr]);pe(null,jr,Cr,Mr,yr,Sr,Dr,kr,Wr)}},Ue=(Tr,Cr,Mr,yr,Sr,Dr,kr)=>{const Wr=Cr.el=Tr.el;let{patchFlag:Kr,dynamicChildren:Nr,dirs:jr}=Cr;Kr|=Tr.patchFlag&16;const Qr=Tr.props||EMPTY_OBJ,ca=Cr.props||EMPTY_OBJ;let Po;if(Mr&&toggleRecurse(Mr,!1),(Po=ca.onVnodeBeforeUpdate)&&invokeVNodeHook(Po,Mr,Cr,Tr),jr&&invokeDirectiveHook(Cr,Tr,Mr,"beforeUpdate"),Mr&&toggleRecurse(Mr,!0),(Qr.innerHTML&&ca.innerHTML==null||Qr.textContent&&ca.textContent==null)&&re(Wr,""),Nr?qe(Tr.dynamicChildren,Nr,Wr,Mr,yr,resolveChildrenNamespace(Cr,Sr),Dr):kr||mr(Tr,Cr,Wr,null,Mr,yr,resolveChildrenNamespace(Cr,Sr),Dr,!1),Kr>0){if(Kr&16)kt(Wr,Qr,ca,Mr,Sr);else if(Kr&2&&Qr.class!==ca.class&&L(Wr,"class",null,ca.class,Sr),Kr&4&&L(Wr,"style",Qr.style,ca.style,Sr),Kr&8){const Wa=Cr.dynamicProps;for(let qo=0;qo<Wa.length;qo++){const ds=Wa[qo],Kn=Qr[ds],Hr=ca[ds];(Hr!==Kn||ds==="value")&&L(Wr,ds,Kn,Hr,Sr,Mr)}}Kr&1&&Tr.children!==Cr.children&&re(Wr,Cr.children)}else!kr&&Nr==null&&kt(Wr,Qr,ca,Mr,Sr);((Po=ca.onVnodeUpdated)||jr)&&queuePostRenderEffect(()=>{Po&&invokeVNodeHook(Po,Mr,Cr,Tr),jr&&invokeDirectiveHook(Cr,Tr,Mr,"updated")},yr)},qe=(Tr,Cr,Mr,yr,Sr,Dr,kr)=>{for(let Wr=0;Wr<Cr.length;Wr++){const Kr=Tr[Wr],Nr=Cr[Wr],jr=Kr.el&&(Kr.type===Fragment||!isSameVNodeType(Kr,Nr)||Kr.shapeFlag&70)?ie(Kr.el):Mr;pe(Kr,Nr,jr,null,yr,Sr,Dr,kr,!0)}},kt=(Tr,Cr,Mr,yr,Sr)=>{if(Cr!==Mr){if(Cr!==EMPTY_OBJ)for(const Dr in Cr)!isReservedProp(Dr)&&!(Dr in Mr)&&L(Tr,Dr,Cr[Dr],null,Sr,yr);for(const Dr in Mr){if(isReservedProp(Dr))continue;const kr=Mr[Dr],Wr=Cr[Dr];kr!==Wr&&Dr!=="value"&&L(Tr,Dr,Wr,kr,Sr,yr)}"value"in Mr&&L(Tr,"value",Cr.value,Mr.value,Sr)}},tr=(Tr,Cr,Mr,yr,Sr,Dr,kr,Wr,Kr)=>{const Nr=Cr.el=Tr?Tr.el:j(""),jr=Cr.anchor=Tr?Tr.anchor:j("");let{patchFlag:Qr,dynamicChildren:ca,slotScopeIds:Po}=Cr;Po&&(Wr=Wr?Wr.concat(Po):Po),Tr==null?(n(Nr,Mr,yr),n(jr,Mr,yr),Et(Cr.children||[],Mr,jr,Sr,Dr,kr,Wr,Kr)):Qr>0&&Qr&64&&ca&&Tr.dynamicChildren?(qe(Tr.dynamicChildren,ca,Mr,Sr,Dr,kr,Wr),(Cr.key!=null||Sr&&Cr===Sr.subTree)&&traverseStaticChildren(Tr,Cr,!0)):mr(Tr,Cr,Mr,jr,Sr,Dr,kr,Wr,Kr)},rr=(Tr,Cr,Mr,yr,Sr,Dr,kr,Wr,Kr)=>{Cr.slotScopeIds=Wr,Tr==null?Cr.shapeFlag&512?Sr.ctx.activate(Cr,Mr,yr,kr,Kr):ar(Cr,Mr,yr,Sr,Dr,kr,Kr):nr(Tr,Cr,Kr)},ar=(Tr,Cr,Mr,yr,Sr,Dr,kr)=>{const Wr=Tr.component=createComponentInstance(Tr,yr,Sr);if(isKeepAlive(Tr)&&(Wr.ctx.renderer=zr),setupComponent(Wr,!1,kr),Wr.asyncDep){if(Sr&&Sr.registerDep(Wr,ur,kr),!Tr.el){const Kr=Wr.subTree=createVNode(Comment);_e(null,Kr,Cr,Mr)}}else ur(Wr,Tr,Cr,Mr,Sr,Dr,kr)},nr=(Tr,Cr,Mr)=>{const yr=Cr.component=Tr.component;if(shouldUpdateComponent(Tr,Cr,Mr))if(yr.asyncDep&&!yr.asyncResolved){cr(yr,Cr,Mr);return}else yr.next=Cr,invalidateJob(yr.update),yr.effect.dirty=!0,yr.update();else Cr.el=Tr.el,yr.vnode=Cr},ur=(Tr,Cr,Mr,yr,Sr,Dr,kr)=>{const Wr=()=>{if(Tr.isMounted){let{next:jr,bu:Qr,u:ca,parent:Po,vnode:Wa}=Tr;{const Ar=locateNonHydratedAsyncRoot(Tr);if(Ar){jr&&(jr.el=Wa.el,cr(Tr,jr,kr)),Ar.asyncDep.then(()=>{Tr.isUnmounted||Wr()});return}}let qo=jr,ds;toggleRecurse(Tr,!1),jr?(jr.el=Wa.el,cr(Tr,jr,kr)):jr=Wa,Qr&&invokeArrayFns(Qr),(ds=jr.props&&jr.props.onVnodeBeforeUpdate)&&invokeVNodeHook(ds,Po,jr,Wa),toggleRecurse(Tr,!0);const Kn=renderComponentRoot(Tr),Hr=Tr.subTree;Tr.subTree=Kn,pe(Hr,Kn,ie(Hr.el),gr(Hr),Tr,Sr,Dr),jr.el=Kn.el,qo===null&&updateHOCHostEl(Tr,Kn.el),ca&&queuePostRenderEffect(ca,Sr),(ds=jr.props&&jr.props.onVnodeUpdated)&&queuePostRenderEffect(()=>invokeVNodeHook(ds,Po,jr,Wa),Sr)}else{let jr;const{el:Qr,props:ca}=Cr,{bm:Po,m:Wa,parent:qo}=Tr,ds=isAsyncWrapper(Cr);if(toggleRecurse(Tr,!1),Po&&invokeArrayFns(Po),!ds&&(jr=ca&&ca.onVnodeBeforeMount)&&invokeVNodeHook(jr,qo,Cr),toggleRecurse(Tr,!0),Qr&&Gr){const Kn=()=>{Tr.subTree=renderComponentRoot(Tr),Gr(Qr,Tr.subTree,Tr,Sr,null)};ds?Cr.type.__asyncLoader().then(()=>!Tr.isUnmounted&&Kn()):Kn()}else{const Kn=Tr.subTree=renderComponentRoot(Tr);pe(null,Kn,Mr,yr,Tr,Sr,Dr),Cr.el=Kn.el}if(Wa&&queuePostRenderEffect(Wa,Sr),!ds&&(jr=ca&&ca.onVnodeMounted)){const Kn=Cr;queuePostRenderEffect(()=>invokeVNodeHook(jr,qo,Kn),Sr)}(Cr.shapeFlag&256||qo&&isAsyncWrapper(qo.vnode)&&qo.vnode.shapeFlag&256)&&Tr.a&&queuePostRenderEffect(Tr.a,Sr),Tr.isMounted=!0,Cr=Mr=yr=null}},Kr=Tr.effect=new ReactiveEffect(Wr,NOOP,()=>queueJob(Nr),Tr.scope),Nr=Tr.update=()=>{Kr.dirty&&Kr.run()};Nr.i=Tr,Nr.id=Tr.uid,toggleRecurse(Tr,!0),Nr()},cr=(Tr,Cr,Mr)=>{Cr.component=Tr;const yr=Tr.vnode.props;Tr.vnode=Cr,Tr.next=null,updateProps(Tr,Cr.props,yr,Mr),updateSlots(Tr,Cr.children,Mr),pauseTracking(),flushPreFlushCbs(Tr),resetTracking()},mr=(Tr,Cr,Mr,yr,Sr,Dr,kr,Wr,Kr=!1)=>{const Nr=Tr&&Tr.children,jr=Tr?Tr.shapeFlag:0,Qr=Cr.children,{patchFlag:ca,shapeFlag:Po}=Cr;if(ca>0){if(ca&128){br(Nr,Qr,Mr,yr,Sr,Dr,kr,Wr,Kr);return}else if(ca&256){hr(Nr,Qr,Mr,yr,Sr,Dr,kr,Wr,Kr);return}}Po&8?(jr&16&&Lr(Nr,Sr,Dr),Qr!==Nr&&re(Mr,Qr)):jr&16?Po&16?br(Nr,Qr,Mr,yr,Sr,Dr,kr,Wr,Kr):Lr(Nr,Sr,Dr,!0):(jr&8&&re(Mr,""),Po&16&&Et(Qr,Mr,yr,Sr,Dr,kr,Wr,Kr))},hr=(Tr,Cr,Mr,yr,Sr,Dr,kr,Wr,Kr)=>{Tr=Tr||EMPTY_ARR,Cr=Cr||EMPTY_ARR;const Nr=Tr.length,jr=Cr.length,Qr=Math.min(Nr,jr);let ca;for(ca=0;ca<Qr;ca++){const Po=Cr[ca]=Kr?cloneIfMounted(Cr[ca]):normalizeVNode(Cr[ca]);pe(Tr[ca],Po,Mr,null,Sr,Dr,kr,Wr,Kr)}Nr>jr?Lr(Tr,Sr,Dr,!0,!1,Qr):Et(Cr,Mr,yr,Sr,Dr,kr,Wr,Kr,Qr)},br=(Tr,Cr,Mr,yr,Sr,Dr,kr,Wr,Kr)=>{let Nr=0;const jr=Cr.length;let Qr=Tr.length-1,ca=jr-1;for(;Nr<=Qr&&Nr<=ca;){const Po=Tr[Nr],Wa=Cr[Nr]=Kr?cloneIfMounted(Cr[Nr]):normalizeVNode(Cr[Nr]);if(isSameVNodeType(Po,Wa))pe(Po,Wa,Mr,null,Sr,Dr,kr,Wr,Kr);else break;Nr++}for(;Nr<=Qr&&Nr<=ca;){const Po=Tr[Qr],Wa=Cr[ca]=Kr?cloneIfMounted(Cr[ca]):normalizeVNode(Cr[ca]);if(isSameVNodeType(Po,Wa))pe(Po,Wa,Mr,null,Sr,Dr,kr,Wr,Kr);else break;Qr--,ca--}if(Nr>Qr){if(Nr<=ca){const Po=ca+1,Wa=Po<jr?Cr[Po].el:yr;for(;Nr<=ca;)pe(null,Cr[Nr]=Kr?cloneIfMounted(Cr[Nr]):normalizeVNode(Cr[Nr]),Mr,Wa,Sr,Dr,kr,Wr,Kr),Nr++}}else if(Nr>ca)for(;Nr<=Qr;)xr(Tr[Nr],Sr,Dr,!0),Nr++;else{const Po=Nr,Wa=Nr,qo=new Map;for(Nr=Wa;Nr<=ca;Nr++){const sa=Cr[Nr]=Kr?cloneIfMounted(Cr[Nr]):normalizeVNode(Cr[Nr]);sa.key!=null&&qo.set(sa.key,Nr)}let ds,Kn=0;const Hr=ca-Wa+1;let Ar=!1,On=0;const In=new Array(Hr);for(Nr=0;Nr<Hr;Nr++)In[Nr]=0;for(Nr=Po;Nr<=Qr;Nr++){const sa=Tr[Nr];if(Kn>=Hr){xr(sa,Sr,Dr,!0);continue}let qa;if(sa.key!=null)qa=qo.get(sa.key);else for(ds=Wa;ds<=ca;ds++)if(In[ds-Wa]===0&&isSameVNodeType(sa,Cr[ds])){qa=ds;break}qa===void 0?xr(sa,Sr,Dr,!0):(In[qa-Wa]=Nr+1,qa>=On?On=qa:Ar=!0,pe(sa,Cr[qa],Mr,null,Sr,Dr,kr,Wr,Kr),Kn++)}const Sa=Ar?getSequence(In):EMPTY_ARR;for(ds=Sa.length-1,Nr=Hr-1;Nr>=0;Nr--){const sa=Wa+Nr,qa=Cr[sa],To=sa+1<jr?Cr[sa+1].el:yr;In[Nr]===0?pe(null,qa,Mr,To,Sr,Dr,kr,Wr,Kr):Ar&&(ds<0||Nr!==Sa[ds]?Rr(qa,Mr,To,2):ds--)}}},Rr=(Tr,Cr,Mr,yr,Sr=null)=>{const{el:Dr,type:kr,transition:Wr,children:Kr,shapeFlag:Nr}=Tr;if(Nr&6){Rr(Tr.component.subTree,Cr,Mr,yr);return}if(Nr&128){Tr.suspense.move(Cr,Mr,yr);return}if(Nr&64){kr.move(Tr,Cr,Mr,zr);return}if(kr===Fragment){n(Dr,Cr,Mr);for(let Qr=0;Qr<Kr.length;Qr++)Rr(Kr[Qr],Cr,Mr,yr);n(Tr.anchor,Cr,Mr);return}if(kr===Static){he(Tr,Cr,Mr);return}if(yr!==2&&Nr&1&&Wr)if(yr===0)Wr.beforeEnter(Dr),n(Dr,Cr,Mr),queuePostRenderEffect(()=>Wr.enter(Dr),Sr);else{const{leave:Qr,delayLeave:ca,afterLeave:Po}=Wr,Wa=()=>n(Dr,Cr,Mr),qo=()=>{Qr(Dr,()=>{Wa(),Po&&Po()})};ca?ca(Dr,Wa,qo):qo()}else n(Dr,Cr,Mr)},xr=(Tr,Cr,Mr,yr=!1,Sr=!1)=>{const{type:Dr,props:kr,ref:Wr,children:Kr,dynamicChildren:Nr,shapeFlag:jr,patchFlag:Qr,dirs:ca,cacheIndex:Po}=Tr;if(Qr===-2&&(Sr=!1),Wr!=null&&setRef(Wr,null,Mr,Tr,!0),Po!=null&&(Cr.renderCache[Po]=void 0),jr&256){Cr.ctx.deactivate(Tr);return}const Wa=jr&1&&ca,qo=!isAsyncWrapper(Tr);let ds;if(qo&&(ds=kr&&kr.onVnodeBeforeUnmount)&&invokeVNodeHook(ds,Cr,Tr),jr&6)Ir(Tr.component,Mr,yr);else{if(jr&128){Tr.suspense.unmount(Mr,yr);return}Wa&&invokeDirectiveHook(Tr,null,Cr,"beforeUnmount"),jr&64?Tr.type.remove(Tr,Cr,Mr,zr,yr):Nr&&!Nr.hasOnce&&(Dr!==Fragment||Qr>0&&Qr&64)?Lr(Nr,Cr,Mr,!1,!0):(Dr===Fragment&&Qr&384||!Sr&&jr&16)&&Lr(Kr,Cr,Mr),yr&&Er(Tr)}(qo&&(ds=kr&&kr.onVnodeUnmounted)||Wa)&&queuePostRenderEffect(()=>{ds&&invokeVNodeHook(ds,Cr,Tr),Wa&&invokeDirectiveHook(Tr,null,Cr,"unmounted")},Mr)},Er=Tr=>{const{type:Cr,el:Mr,anchor:yr,transition:Sr}=Tr;if(Cr===Fragment){vr(Mr,yr);return}if(Cr===Static){Ne(Tr);return}const Dr=()=>{k(Mr),Sr&&!Sr.persisted&&Sr.afterLeave&&Sr.afterLeave()};if(Tr.shapeFlag&1&&Sr&&!Sr.persisted){const{leave:kr,delayLeave:Wr}=Sr,Kr=()=>kr(Mr,Dr);Wr?Wr(Tr.el,Dr,Kr):Kr()}else Dr()},vr=(Tr,Cr)=>{let Mr;for(;Tr!==Cr;)Mr=oe(Tr),k(Tr),Tr=Mr;k(Cr)},Ir=(Tr,Cr,Mr)=>{const{bum:yr,scope:Sr,update:Dr,subTree:kr,um:Wr,m:Kr,a:Nr}=Tr;invalidateMount(Kr),invalidateMount(Nr),yr&&invokeArrayFns(yr),Sr.stop(),Dr&&(Dr.active=!1,xr(kr,Tr,Cr,Mr)),Wr&&queuePostRenderEffect(Wr,Cr),queuePostRenderEffect(()=>{Tr.isUnmounted=!0},Cr),Cr&&Cr.pendingBranch&&!Cr.isUnmounted&&Tr.asyncDep&&!Tr.asyncResolved&&Tr.suspenseId===Cr.pendingId&&(Cr.deps--,Cr.deps===0&&Cr.resolve())},Lr=(Tr,Cr,Mr,yr=!1,Sr=!1,Dr=0)=>{for(let kr=Dr;kr<Tr.length;kr++)xr(Tr[kr],Cr,Mr,yr,Sr)},gr=Tr=>{if(Tr.shapeFlag&6)return gr(Tr.component.subTree);if(Tr.shapeFlag&128)return Tr.suspense.next();const Cr=oe(Tr.anchor||Tr.el),Mr=Cr&&Cr[TeleportEndKey];return Mr?oe(Mr):Cr};let _r=!1;const Fr=(Tr,Cr,Mr)=>{Tr==null?Cr._vnode&&xr(Cr._vnode,null,null,!0):pe(Cr._vnode||null,Tr,Cr,null,null,null,Mr),Cr._vnode=Tr,_r||(_r=!0,flushPreFlushCbs(),flushPostFlushCbs(),_r=!1)},zr={p:pe,um:xr,m:Rr,r:Er,mt:ar,mc:Et,pc:mr,pbc:qe,n:gr,o:e};let Vr,Gr;return{render:Fr,hydrate:Vr,createApp:createAppAPI(Fr,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 Ve=t;t=(...jt)=>{Ve(...jt),Fe()}}const V=currentInstance,z=Ve=>n===!0?Ve:traverse(Ve,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(Ve=>isReactive(Ve)||isShallow(Ve)),re=()=>e.map(Ve=>{if(isRef(Ve))return Ve.value;if(isReactive(Ve))return z(Ve);if(isFunction$4(Ve))return callWithErrorHandling(Ve,V,2)})):isFunction$4(e)?t?re=()=>callWithErrorHandling(e,V,2):re=()=>(ue&&ue(),callWithAsyncErrorHandling(e,V,3,[de])):re=NOOP,t&&n){const Ve=re;re=()=>traverse(Ve())}let ue,de=Ve=>{ue=he.onStop=()=>{callWithErrorHandling(Ve,V,4),ue=he.onStop=void 0}},pe;if(isInSSRComponentSetup)if(de=NOOP,t?y&&callWithAsyncErrorHandling(t,V,3,[re(),oe?[]:void 0,de]):re(),k==="sync"){const Ve=useSSRContext();pe=Ve.__watcherHandles||(Ve.__watcherHandles=[])}else return NOOP;let Ie=oe?new Array(e.length).fill(INITIAL_WATCHER_VALUE):INITIAL_WATCHER_VALUE;const _e=()=>{if(!(!he.active||!he.dirty))if(t){const Ve=he.run();(n||ie||(oe?Ve.some((jt,Et)=>hasChanged(jt,Ie[Et])):hasChanged(Ve,Ie)))&&(ue&&ue(),callWithAsyncErrorHandling(t,V,3,[Ve,Ie===INITIAL_WATCHER_VALUE?void 0:oe&&Ie[0]===INITIAL_WATCHER_VALUE?[]:Ie,de]),Ie=Ve)}else he.run()};_e.allowRecurse=!!t;let Ce;k==="sync"?Ce=_e:k==="post"?Ce=()=>queuePostRenderEffect(_e,V&&V.suspense):(_e.pre=!0,V&&(_e.id=V.uid),Ce=()=>queueJob(_e));const he=new ReactiveEffect(re,NOOP,Ce),Ne=getCurrentScope(),Fe=()=>{he.stop(),Ne&&remove(Ne.effects,he)};return t?y?_e():Ie=he.run():k==="post"?queuePostRenderEffect(he.run.bind(he),V&&V.suspense):he.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 _e,Ce;try{if(y.shapeFlag&4){const Ne=k||n,Fe=Ne;_e=normalizeVNode(z.call(Fe,Ne,re,ie,ue,oe,de)),Ce=j}else{const Ne=t;_e=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),_e=createVNode(Comment)}let he=_e;if(Ce&&pe!==!1){const Ne=Object.keys(Ce),{shapeFlag:Fe}=he;Ne.length&&Fe&7&&(L&&Ne.some(isModelListener)&&(Ce=filterModelListeners(Ce,L)),he=cloneVNode(he,Ce,!1,!0))}return y.dirs&&(he=cloneVNode(he,null,!1,!0),he.dirs=he.dirs?he.dirs.concat(y.dirs):y.dirs),y.transition&&(he.transition=y.transition),_e=he,setCurrentRenderingInstance(Ie),_e}const getFunctionalFallthrough=e=>{let t;for(const y in e)(y==="class"||y==="style"||isOn(y))&&((t||(t={}))[y]=e[y]);return t},filterModelListeners=(e,t)=>{const y={};for(const n in e)(!isModelListener(n)||!(n.slice(9)in t))&&(y[n]=e[n]);return y};function shouldUpdateComponent(e,t,y){const{props:n,children: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:_e,onEnter:Ce,onEnterCancelled:he,onLeave:Ne,onLeaveCancelled:Fe,onBeforeAppear:Ve=_e,onAppear:jt=Ce,onAppearCancelled:Et=he}=t,Ue=(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()},kt=tr=>(rr,ar)=>{const nr=tr?jt:Ce,ur=()=>Ue(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(_e,[tr]),addTransitionClass(tr,L),addTransitionClass(tr,$)},onBeforeAppear(tr){callHook(Ve,[tr]),addTransitionClass(tr,V),addTransitionClass(tr,z)},onEnter:kt(!1),onAppear:kt(!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){Ue(tr,!1),callHook(he,[tr])},onAppearCancelled(tr){Ue(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 Ue;z=re=!1,typeof Et=="function"?(Et(n.state.value[e]),Ue={type:MutationType.patchFunction,storeId:e,events:ue}):(mergeReactiveObjects(n.state.value[e],Et),Ue={type:MutationType.patchObject,payload:Et,storeId:e,events:ue});const qe=pe=Symbol();nextTick$1().then(()=>{pe===qe&&(z=!0)}),re=!0,triggerSubscriptions(ie,Ue,n.state.value[e])}const _e=L?function(){const{state:Ue}=y,qe=Ue?Ue():{};this.$patch(kt=>{assign(kt,qe)})}:noop$6;function Ce(){$.stop(),ie=[],oe=[],n._s.delete(e)}const he=(Et,Ue="")=>{if(ACTION_MARKER in Et)return Et[ACTION_NAME]=Ue,Et;const qe=function(){setActivePinia(n);const kt=Array.from(arguments),tr=[],rr=[];function ar(cr){tr.push(cr)}function nr(cr){rr.push(cr)}triggerSubscriptions(oe,{args:kt,name:qe[ACTION_NAME],store:Fe,after:ar,onError:nr});let ur;try{ur=Et.apply(this&&this.$id===e?this:Fe,kt)}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]=Ue,qe},Ne={_p:n,$id:e,$onAction:addSubscription.bind(null,oe),$patch:Ie,$reset:_e,$subscribe(Et,Ue={}){const qe=addSubscription(ie,Et,Ue.detached,()=>kt()),kt=$.run(()=>watch(()=>n.state.value[e],tr=>{(Ue.flush==="sync"?re:z)&&Et({storeId:e,type:MutationType.direct,events:ue},tr)},assign({},V,Ue)));return qe},$dispose:Ce},Fe=reactive(Ne);n._s.set(e,Fe);const jt=(n._a&&n._a.runWithContext||fallbackRunWithContext)(()=>n._e.run(()=>($=effectScope()).run(()=>t({action:he}))));for(const Et in jt){const Ue=jt[Et];if(isRef(Ue)&&!isComputed(Ue)||isReactive(Ue))L||(de&&shouldHydrate(Ue)&&(isRef(Ue)?Ue.value=de[Et]:mergeReactiveObjects(Ue,de[Et])),n.state.value[e][Et]=Ue);else if(typeof Ue=="function"){const qe=he(Ue,Et);jt[Et]=qe,j.actions[Et]=Ue}}return assign(Fe,jt),assign(toRaw(Fe),jt),Object.defineProperty(Fe,"$state",{get:()=>n.state.value[e],set:Et=>{Ie(Ue=>{assign(Ue,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,_e={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+|$)`),Ve=new RegExp(`^ {0,${Math.min(3,$-1)}}(?:\`\`\`|~~~)`),jt=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," ")),!(Ve.test(ie)||jt.test(ie)||Ne.test(ie)||Fe.test(t)));){if(ie.search(/[^ ]/)>=$||!ie.trim())ue+=`
`+ie.slice($);else{if(V||re.search(/[^ ]/)>=4||Ve.test(re)||jt.test(re)||Fe.test(re))break;ue+=`
`+ie}!V&&!ie.trim()&&(V=!0),n+=oe+`
`,t=t.substring(oe.length+1),re=ie.slice($)}}_e.loose||(z?_e.loose=!0:/\n *\n *$/.test(n)&&(z=!0)),this.options.gfm&&(k=/^\[[ xX]\] /.exec(ue),k&&(L=k[0]!=="[ ] ",ue=ue.replace(/^\[[ xX]\] +/,""))),_e.items.push({type:"list_item",raw:n,task:!!k,checked:L,loose:!1,text:ue}),_e.raw+=n}_e.items[_e.items.length-1].raw=n.trimRight(),_e.items[_e.items.length-1].text=ue.trimRight(),_e.raw=_e.raw.trimRight();const he=_e.items.length;for(j=0;j<he;j++)if(this.lexer.state.top=!1,_e.items[j].tokens=this.lexer.blockTokens(_e.items[j].text,[]),!_e.loose){const Ne=_e.items[j].tokens.filter(Ve=>Ve.type==="space"),Fe=Ne.length>0&&Ne.some(Ve=>/\n.*\n/.test(Ve.raw));_e.loose=Fe}if(_e.loose)for(j=0;j<he;j++)_e.items[j].loose=!0;return _e}}html(t){const y=this.rules.block.html.exec(t);if(y){const n={type:"html",raw:y[0],pre:!this.options.sanitizer&&(y[1]==="pre"||y[1]==="script"||y[1]==="style"),text:y[0]};if(this.options.sanitize){const 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 W0{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 W0(y).lex(t)}static lexInline(t,y){return new W0(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 K0{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 K0(y).parse(t)}static parseInline(t,y){return new K0(y).parseInline(t)}parse(t,y=!0){let n="",k,L,$,j,V,z,re,ie,oe,ue,de,pe,Ie,_e,Ce,he,Ne,Fe,Ve;const jt=t.length;for(k=0;k<jt;k++){if(ue=t[k],this.options.extensions&&this.options.extensions.renderers&&this.options.extensions.renderers[ue.type]&&(Ve=this.options.extensions.renderers[ue.type].call({parser:this},ue),Ve!==!1||!["space","hr","heading","code","table","blockquote","list","html","paragraph","text"].includes(ue.type))){n+=Ve||"";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],he=Ce.checked,Ne=Ce.task,_e="",Ce.task&&(Fe=this.renderer.checkbox(he),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}):_e+=Fe),_e+=this.parse(Ce.tokens,Ie),oe+=this.renderer.listitem(_e,Ne,he);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<jt&&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}}np(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),_e=/PhantomJS/.test(y),Ce=pe&&(/Mobile\/\w+/.test(y)||navigator.maxTouchPoints>2),he=/Android/.test(y),Ne=Ce||he||/webOS|BlackBerry|Opera Mini|Opera Mobi|IEMobile/i.test(y),Fe=Ce||/Mac/.test(n),Ve=/\bCrOS\b/.test(y),jt=/win/i.test(n),Et=de&&y.match(/Version\/(\d*\.\d*)/);Et&&(Et=Number(Et[1])),Et&&Et>=15&&(de=!1,re=!0);var Ue=Fe&&(ie||de&&(Et==null||Et<12.11)),qe=k||V&&z>=9;function kt($e){return new RegExp("(^|\\s)"+$e+"(?:$|\\s)\\s*")}var tr=function($e,er){var ir=$e.className,lr=kt(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 mr($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 br($e,er){var ir=$e.className;kt(er).test(ir)||($e.className+=(ir?" ":"")+er)}function Rr($e,er){for(var ir=$e.split(" "),lr=0;lr<ir.length;lr++)ir[lr]&&!kt(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 Er($e){return $e.display.wrapper.ownerDocument}function vr($e){return Ir($e.display.wrapper)}function Ir($e){return $e.getRootNode?$e.getRootNode():$e.ownerDocument}function Lr($e){return Er($e).defaultView}function gr($e){var er=Array.prototype.slice.call(arguments,1);return function(){return $e.apply(null,er)}}function _r($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 Fr($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 zr=function(){this.id=null,this.f=null,this.time=0,this.handler=gr(this.onTimeout,this)};zr.prototype.onTimeout=function($e){$e.id=0,$e.time<=+new Date?$e.f():setTimeout($e.handler,$e.time-+new Date)},zr.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 Gr=50,Tr={toString:function(){return"CodeMirror.Pass"}},Cr={scroll:!1},Mr={origin:"*mouse"},yr={origin:"+move"};function Sr($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 kr($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 jr(){}function Qr($e,er){var ir;return Object.create?ir=Object.create($e):(jr.prototype=$e,ir=new jr),er&&_r(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 qo($e){for(var er in $e)if($e.hasOwnProperty(er)&&$e[er])return!1;return!0}var ds=/[\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&&ds.test($e)}function Hr($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 In=null;function Sa($e,er,ir){var lr;In=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:In=dr),$r.from==er&&($r.from!=$r.to&&ir!="before"?lr=dr:In=dr)}return lr??In}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,gs){this.level=ma,this.from=io,this.to=gs}return function(ma,io){var gs=io=="ltr"?"L":"R";if(ma.length==0||io=="ltr"&&!lr.test(ma))return!1;for(var vs=ma.length,xs=[],tl=0;tl<vs;++tl)xs.push(ir(ma.charCodeAt(tl)));for(var Kl=0,cl=gs;Kl<vs;++Kl){var hu=xs[Kl];hu=="m"?xs[Kl]=cl:cl=hu}for(var vu=0,Es=gs;vu<vs;++vu){var mc=xs[vu];mc=="1"&&Es=="r"?xs[vu]="n":$r.test(mc)&&(Es=mc,mc=="r"&&(xs[vu]="R"))}for(var yc=1,Fu=xs[0];yc<vs-1;++yc){var fc=xs[yc];fc=="+"&&Fu=="1"&&xs[yc+1]=="1"?xs[yc]="1":fc==","&&Fu==xs[yc+1]&&(Fu=="1"||Fu=="n")&&(xs[yc]=Fu),Fu=fc}for(var qc=0;qc<vs;++qc){var Gd=xs[qc];if(Gd==",")xs[qc]="N";else if(Gd=="%"){var co=void 0;for(co=qc+1;co<vs&&xs[co]=="%";++co);for(var il=qc&&xs[qc-1]=="!"||co<vs&&xs[co]=="1"?"1":"N",tc=qc;tc<co;++tc)xs[tc]=il;qc=co-1}}for(var Uc=0,Yc=gs;Uc<vs;++Uc){var ep=xs[Uc];Yc=="L"&&ep=="1"?xs[Uc]="L":$r.test(ep)&&(Yc=ep)}for(var Sd=0;Sd<vs;++Sd)if(dr.test(xs[Sd])){var Bd=void 0;for(Bd=Sd+1;Bd<vs&&dr.test(xs[Bd]);++Bd);for(var Fd=(Sd?xs[Sd-1]:gs)=="L",Ud=(Bd<vs?xs[Bd]:gs)=="L",Fc=Fd==Ud?Fd?"L":"R":gs,Jc=Sd;Jc<Bd;++Jc)xs[Jc]=Fc;Sd=Bd-1}for(var Gp=[],Dm,qp=0;qp<vs;)if(Zr.test(xs[qp])){var h0=qp;for(++qp;qp<vs&&Zr.test(xs[qp]);++qp);Gp.push(new mi(0,h0,qp))}else{var Hm=qp,Ch=Gp.length,ih=io=="rtl"?1:0;for(++qp;qp<vs&&xs[qp]!="L";++qp);for(var cf=Hm;cf<qp;)if(Hn.test(xs[cf])){Hm<cf&&(Gp.splice(Ch,0,new mi(1,Hm,cf)),Ch+=ih);var p0=cf;for(++cf;cf<qp&&Hn.test(xs[cf]);++cf);Gp.splice(Ch,0,new mi(2,p0,cf)),Ch+=ih,Hm=cf}else++cf;Hm<qp&&Gp.splice(Ch,0,new mi(1,Hm,qp))}return io=="ltr"&&(Gp[0].level==1&&(Dm=ma.match(/^\s+/))&&(Gp[0].from=Dm[0].length,Gp.unshift(new mi(0,0,Dm[0].length))),Wr(Gp).level==1&&(Dm=ma.match(/\s+$/))&&(Wr(Gp).to-=Dm[0].length,Gp.push(new mi(0,vs-Dm[0].length,vs)))),io=="rtl"?Gp.reverse():Gp}}();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 Ds($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 ps($e,er,ir){return typeof er=="string"&&(er={type:er,preventDefault:function(){this.defaultPrevented=!0}}),Ds($e,ir||er.type,$e,er),ju(er)||er.codemirrorIgnore}function yl($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 $l($e,er){return na($e,er).length>0}function Ou($e){$e.prototype.on=function(er,ir){Hi(this,er,ir)},$e.prototype.off=function(er,ir){Ma(this,er,ir)}}function As($e){$e.preventDefault?$e.preventDefault():$e.returnValue=!1}function Uu($e){$e.stopPropagation?$e.stopPropagation():$e.cancelBubble=!0}function ju($e){return $e.defaultPrevented!=null?$e.defaultPrevented:$e.returnValue==!1}function $c($e){As($e),Uu($e)}function Oc($e){return $e.target||$e.srcElement}function vc($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 Yl=function(){if(V&&z<9)return!1;var $e=nr("div");return"draggable"in $e||"dragDrop"in $e}(),ms;function Rs($e){if(ms==null){var er=nr("span","");ar($e,nr("span",[er,document.createTextNode("x")])),$e.firstChild.offsetHeight!=0&&(ms=er.offsetWidth<=1&&er.offsetHeight>2&&!(V&&z<8))}var ir=ms?nr("span",""):nr("span"," ",null,"display: inline-block; width: 1px; margin-right: -1px");return ir.setAttribute("cm-text",""),ir}var Hs;function zs($e){if(Hs!=null)return Hs;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:Hs=lr.right-ir.right<3}var Br=`
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 Xo($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(_s.hasOwnProperty(er.name)){var dr=_s[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 _s={};function An($e,er){var ir=_s.hasOwnProperty($e)?_s[$e]:_s[$e]={};_r(er,ir)}function Vo($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 pu($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 Io($e,er,ir){return $e.startState?$e.startState(er,ir):!0}var yu=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};yu.prototype.eol=function(){return this.pos>=this.string.length},yu.prototype.sol=function(){return this.pos==this.lineStart},yu.prototype.peek=function(){return this.string.charAt(this.pos)||void 0},yu.prototype.next=function(){if(this.pos<this.string.length)return this.string.charAt(this.pos++)},yu.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},yu.prototype.eatWhile=function($e){for(var er=this.pos;this.eat($e););return this.pos>er},yu.prototype.eatSpace=function(){for(var $e=this.pos;/[\s\u00a0]/.test(this.string.charAt(this.pos));)++this.pos;return this.pos>$e},yu.prototype.skipToEnd=function(){this.pos=this.string.length},yu.prototype.skipTo=function($e){var er=this.string.indexOf($e,this.pos);if(er>-1)return this.pos=er,!0},yu.prototype.backUp=function($e){this.pos-=$e},yu.prototype.column=function(){return this.lastColumnPos<this.start&&(this.lastColumnValue=Fr(this.string,this.start,this.tabSize,this.lastColumnPos,this.lastColumnValue),this.lastColumnPos=this.start),this.lastColumnValue-(this.lineStart?Fr(this.string,this.lineStart,this.tabSize):0)},yu.prototype.indentation=function(){return Fr(this.string,null,this.tabSize)-(this.lineStart?Fr(this.string,this.lineStart,this.tabSize):0)},yu.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)}},yu.prototype.current=function(){return this.string.slice(this.start,this.pos)},yu.prototype.hideFirstChars=function($e,er){this.lineStart+=$e;try{return er()}finally{this.lineStart-=$e}},yu.prototype.lookAhead=function($e){var er=this.lineOracle;return er&&er.lookAhead($e)},yu.prototype.baseToken=function(){var $e=this.lineOracle;return $e&&$e.baseToken(this.pos)};function Hl($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 lc($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 Vu($e,er,ir){var lr=[];return $e.iter(er,ir,function(dr){lr.push(dr.text)}),lr}function Ju($e,er){var ir=er-$e.height;if(ir)for(var lr=$e;lr;lr=lr.parent)lr.height+=ir}function kn($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 ns($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 Wl($e,er){return er>=$e.first&&er<$e.first+$e.size}function Tu($e,er){return String($e.lineNumberFormatter(er+$e.firstLineNumber))}function _l($e,er,ir){if(ir===void 0&&(ir=null),!(this instanceof _l))return new _l($e,er,ir);this.line=$e,this.ch=er,this.sticky=ir}function Hu($e,er){return $e.line-er.line||$e.ch-er.ch}function Rc($e,er){return $e.sticky==er.sticky&&Hu($e,er)==0}function ld($e){return _l($e.line,$e.ch)}function hd($e,er){return Hu($e,er)<0?er:$e}function yp($e,er){return Hu($e,er)<0?$e:er}function fp($e,er){return Math.max($e.first,Math.min(er,$e.first+$e.size-1))}function kc($e,er){if(er.line<$e.first)return _l($e.first,0);var ir=$e.first+$e.size-1;return er.line>ir?_l(ir,Hl($e,ir).text.length):qd(er,Hl($e,er.line).text.length)}function qd($e,er){var ir=$e.ch;return ir==null||ir>er?_l($e.line,er):ir<0?_l($e.line,0):$e}function od($e,er){for(var ir=[],lr=0;lr<er.length;lr++)ir[lr]=kc($e,er[lr]);return ir}var kp=function($e,er){this.state=$e,this.lookAhead=er},Ap=function($e,er,ir,lr){this.state=er,this.doc=$e,this.line=ir,this.maxLookAhead=lr||0,this.baseTokens=null,this.baseTokenPos=1};Ap.prototype.lookAhead=function($e){var er=this.doc.getLine(this.line+$e);return er!=null&&$e>this.maxLookAhead&&(this.maxLookAhead=$e),er},Ap.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}},Ap.prototype.nextLine=function(){this.line++,this.maxLookAhead>0&&this.maxLookAhead--},Ap.fromSaved=function($e,er,ir){return er instanceof kp?new Ap($e,Vo($e.mode,er.state),ir,er.lookAhead):new Ap($e,Vo($e.mode,er),ir)},Ap.prototype.save=function($e){var er=$e!==!1?Vo(this.doc.mode,this.state):this.state;return this.maxLookAhead>0?new kp(er,this.maxLookAhead):er};function xf($e,er,ir,lr){var dr=[$e.state.modeGen],$r={};mf($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],gs=1,vs=0;ir.state=!0,mf($e,er.text,io.mode,ir,function(xs,tl){for(var Kl=gs;vs<xs;){var cl=dr[gs];cl>xs&&dr.splice(gs,1,xs,dr[gs+1],cl),gs+=2,vs=Math.min(xs,cl)}if(tl)if(io.opaque)dr.splice(Kl,gs-Kl,xs,"overlay "+tl),gs=Kl+2;else for(;Kl<gs;Kl+=2){var hu=dr[Kl+1];dr[Kl+1]=(hu?hu+" ":"")+"overlay "+tl}},$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 kf($e,er,ir){if(!er.styles||er.styles[0]!=$e.state.modeGen){var lr=pf($e,kn(er)),dr=er.text.length>$e.options.maxHighlightLength&&Vo($e.doc.mode,lr.state),$r=xf($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 pf($e,er,ir){var lr=$e.doc,dr=$e.display;if(!lr.mode.startState)return new Ap(lr,!0,er);var $r=zf($e,er,ir),Zr=$r>lr.first&&Hl(lr,$r-1).stateAfter,Hn=Zr?Ap.fromSaved(lr,Zr,$r):new Ap(lr,Io(lr.mode),$r);return lr.iter($r,er,function(mi){Mp($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 Mp($e,er,ir,lr){var dr=$e.doc.mode,$r=new yu(er,$e.options.tabSize,ir);for($r.start=$r.pos=lr||0,er==""&&hm(dr,ir.state);!$r.eol();)If(dr,$r,ir.state),$r.start=$r.pos}function hm($e,er){if($e.blankLine)return $e.blankLine(er);if($e.innerMode){var ir=pu($e,er);if(ir.mode.blankLine)return ir.mode.blankLine(ir.state)}}function If($e,er,ir,lr){for(var dr=0;dr<10;dr++){lr&&(lr[0]=pu($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 Cc=function($e,er,ir){this.start=$e.start,this.end=$e.pos,this.string=$e.current(),this.type=er||null,this.state=ir};function Nf($e,er,ir,lr){var dr=$e.doc,$r=dr.mode,Zr;er=kc(dr,er);var Hn=Hl(dr,er.line),mi=pf($e,er.line,ir),ma=new yu(Hn.text,$e.options.tabSize,mi),io;for(lr&&(io=[]);(lr||ma.pos<er.ch)&&!ma.eol();)ma.start=ma.pos,Zr=If($r,ma,mi.state),lr&&io.push(new Cc(ma,Zr,Vo(dr.mode,mi.state)));return lr?io:new Cc(ma,Zr,mi.state)}function xp($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 mf($e,er,ir,lr,dr,$r,Zr){var Hn=ir.flattenSpans;Hn==null&&(Hn=$e.options.flattenSpans);var mi=0,ma=null,io=new yu(er,$e.options.tabSize,lr),gs,vs=$e.options.addModeClass&&[null];for(er==""&&xp(hm(ir,lr.state),$r);!io.eol();){if(io.pos>$e.options.maxHighlightLength?(Hn=!1,Zr&&Mp($e,er,lr,io.pos),io.pos=er.length,gs=null):gs=xp(If(ir,io,lr.state,vs),$r),vs){var xs=vs[0].name;xs&&(gs="m-"+(gs?xs+" "+gs:xs))}if(!Hn||ma!=gs){for(;mi<io.start;)mi=Math.min(io.start,mi+5e3),dr(mi,ma);ma=gs}io.start=io.pos}for(;mi<io.pos;){var tl=Math.min(io.pos,mi+5e3);dr(tl,ma),mi=tl}}function zf($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=Hl($r,Hn-1),ma=mi.stateAfter;if(ma&&(!ir||Hn+(ma instanceof kp?ma.lookAhead:0)<=$r.modeFrontier))return Hn;var io=Fr(mi.text,null,$e.options.tabSize);(dr==null||lr>io)&&(dr=Hn-1,lr=io)}return dr}function Af($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=Hl($e,lr).stateAfter;if(dr&&(!(dr instanceof kp)||lr+dr.lookAhead<er)){ir=lr+1;break}}$e.highlightFrontier=Math.min($e.highlightFrontier,ir)}}var Gf=!1,Wp=!1;function gm(){Gf=!0}function Om(){Wp=!0}function ef($e,er,ir){this.marker=$e,this.from=er,this.to=ir}function rm($e,er){if($e)for(var ir=0;ir<$e.length;++ir){var lr=$e[ir];if(lr.marker==er)return lr}}function Mf($e,er){for(var ir,lr=0;lr<$e.length;++lr)$e[lr]!=er&&(ir||(ir=[])).push($e[lr]);return ir}function mh($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 Bf($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 ef(Zr,$r.from,mi?null:$r.to))}}return lr}function Ph($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 ef(Zr,mi?null:$r.from-er,$r.to==null?null:$r.to-er))}}return lr}function _m($e,er){if(er.full)return null;var ir=Wl($e,er.from.line)&&Hl($e,er.from.line).markedSpans,lr=Wl($e,er.to.line)&&Hl($e,er.to.line).markedSpans;if(!ir&&!lr)return null;var dr=er.from.ch,$r=er.to.ch,Zr=Hu(er.from,er.to)==0,Hn=Bf(ir,dr,Zr),mi=Ph(lr,$r,Zr),ma=er.text.length==1,io=Wr(er.text).length+(ma?dr:0);if(Hn)for(var gs=0;gs<Hn.length;++gs){var vs=Hn[gs];if(vs.to==null){var xs=rm(mi,vs.marker);xs?ma&&(vs.to=xs.to==null?null:xs.to+io):vs.to=dr}}if(mi)for(var tl=0;tl<mi.length;++tl){var Kl=mi[tl];if(Kl.to!=null&&(Kl.to+=io),Kl.from==null){var cl=rm(Hn,Kl.marker);cl||(Kl.from=io,ma&&(Hn||(Hn=[])).push(Kl))}else Kl.from+=io,ma&&(Hn||(Hn=[])).push(Kl)}Hn&&(Hn=Rm(Hn)),mi&&mi!=Hn&&(mi=Rm(mi));var hu=[Hn];if(!ma){var vu=er.text.length-2,Es;if(vu>0&&Hn)for(var mc=0;mc<Hn.length;++mc)Hn[mc].to==null&&(Es||(Es=[])).push(new ef(Hn[mc].marker,null,null));for(var yc=0;yc<vu;++yc)hu.push(Es);hu.push(mi)}return hu}function Rm($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 km($e,er,ir){var lr=null;if($e.iter(er.line,ir.line+1,function(xs){if(xs.markedSpans)for(var tl=0;tl<xs.markedSpans.length;++tl){var Kl=xs.markedSpans[tl].marker;Kl.readOnly&&(!lr||Vr(lr,Kl)==-1)&&(lr||(lr=[])).push(Kl)}}),!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(!(Hu(ma.to,Hn.from)<0||Hu(ma.from,Hn.to)>0)){var io=[mi,1],gs=Hu(ma.from,Hn.from),vs=Hu(ma.to,Hn.to);(gs<0||!Zr.inclusiveLeft&&!gs)&&io.push({from:ma.from,to:Hn.from}),(vs>0||!Zr.inclusiveRight&&!vs)&&io.push({from:Hn.to,to:ma.to}),dr.splice.apply(dr,io),mi+=io.length-3}}return dr}function Nd($e){var er=$e.markedSpans;if(er){for(var ir=0;ir<er.length;++ir)er[ir].marker.detachLine($e);$e.markedSpans=null}}function wd($e,er){if(er){for(var ir=0;ir<er.length;++ir)er[ir].marker.attachLine($e);$e.markedSpans=er}}function Fp($e){return $e.inclusiveLeft?-1:0}function hf($e){return $e.inclusiveRight?1:0}function Wc($e,er){var ir=$e.lines.length-er.lines.length;if(ir!=0)return ir;var lr=$e.find(),dr=er.find(),$r=Hu(lr.from,dr.from)||Fp($e)-Fp(er);if($r)return-$r;var Zr=Hu(lr.to,dr.to)||hf($e)-hf(er);return Zr||er.id-$e.id}function nm($e,er){var ir=Wp&&$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||Wc(lr,dr.marker)<0)&&(lr=dr.marker);return lr}function Gm($e){return nm($e,!0)}function gf($e){return nm($e,!1)}function Mm($e,er){var ir=Wp&&$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||Wc(lr,$r.marker)<0)&&(lr=$r.marker)}return lr}function Bm($e,er,ir,lr,dr){var $r=Hl($e,er),Zr=Wp&&$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=Hu(ma.from,ir)||Fp(mi.marker)-Fp(dr),gs=Hu(ma.to,lr)||hf(mi.marker)-hf(dr);if(!(io>=0&&gs<=0||io<=0&&gs>=0)&&(io<=0&&(mi.marker.inclusiveRight&&dr.inclusiveLeft?Hu(ma.to,ir)>=0:Hu(ma.to,ir)>0)||io>=0&&(mi.marker.inclusiveRight&&dr.inclusiveLeft?Hu(ma.from,lr)<=0:Hu(ma.from,lr)<0)))return!0}}}function jd($e){for(var er;er=Gm($e);)$e=er.find(-1,!0).line;return $e}function vm($e){for(var er;er=gf($e);)$e=er.find(1,!0).line;return $e}function Pf($e){for(var er,ir;er=gf($e);)$e=er.find(1,!0).line,(ir||(ir=[])).push($e);return ir}function Lf($e,er){var ir=Hl($e,er),lr=jd(ir);return ir==lr?er:kn(lr)}function bm($e,er){if(er>$e.lastLine())return er;var ir=Hl($e,er),lr;if(!ip($e,ir))return er;for(;lr=gf(ir);)ir=lr.find(1,!0).line;return kn(ir)+1}function ip($e,er){var ir=Wp&&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&&ym($e,er,lr))return!0}}}function ym($e,er,ir){if(ir.to==null){var lr=ir.marker.find(1,!0);return ym($e,lr.line,rm(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)&&ym($e,er,dr))return!0}function Up($e){$e=jd($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 qf($e){if($e.height==0)return 0;for(var er=$e.text.length,ir,lr=$e;ir=Gm(lr);){var dr=ir.find(0,!0);lr=dr.from.line,er+=dr.from.ch-dr.to.ch}for(lr=$e;ir=gf(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=Hl(ir,ir.first),er.maxLineLength=qf(er.maxLine),er.maxLineChanged=!0,ir.iter(function(lr){var dr=qf(lr);dr>er.maxLineLength&&(er.maxLineLength=dr,er.maxLine=lr)})}var Wn=function($e,er,ir){this.text=$e,wd(this,er),this.height=ir?ir(this):1};Wn.prototype.lineNo=function(){return kn(this)},Ou(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),Nd($e),wd($e,ir);var dr=lr?lr($e):1;dr!=$e.height&&Ju($e,dr)}function Ru($e){$e.parent=null,Nd($e)}var Kc={},sd={};function Xd($e,er){if(!$e||/^\s*$/.test($e))return null;var ir=er.addModeClass?sd:Kc;return ir[$e]||(ir[$e]=$e.replace(/\S+/g,"cm-$&"))}function _f($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=Pm,zs($e.display.measure)&&(Zr=qa($r,$e.doc.direction))&&(lr.addToken=sp(lr.addToken,Zr)),lr.map=[];var Hn=er!=$e.display.externalMeasured&&kn($r);Wm($r,lr,kf($e,$r,Hn)),$r.styleClasses&&($r.styleClasses.bgClass&&(lr.bgClass=Rr($r.styleClasses.bgClass,lr.bgClass||"")),$r.styleClasses.textClass&&(lr.textClass=Rr($r.styleClasses.textClass,lr.textClass||""))),lr.map.length==0&&lr.map.push(0,0,lr.content.appendChild(Rs($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 Ds($e,"renderLine",$e,er.line,lr.pre),lr.pre.className&&(lr.textClass=Rr(lr.pre.className,lr.textClass||"")),lr}function $f($e){var er=nr("span","•","cm-invalidchar");return er.title="\\u"+$e.charCodeAt(0).toString(16),er.setAttribute("aria-label",er.title),er}function Pm($e,er,ir,lr,dr,$r,Zr){if(er){var Hn=$e.splitSpaces?qm(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 gs=0;;){mi.lastIndex=gs;var vs=mi.exec(er),xs=vs?vs.index-gs:er.length-gs;if(xs){var tl=document.createTextNode(Hn.slice(gs,gs+xs));V&&z<9?io.appendChild(nr("span",[tl])):io.appendChild(tl),$e.map.push($e.pos,$e.pos+xs,tl),$e.col+=xs,$e.pos+=xs}if(!vs)break;gs+=xs+1;var Kl=void 0;if(vs[0]==" "){var cl=$e.cm.options.tabSize,hu=cl-$e.col%cl;Kl=io.appendChild(nr("span",kr(hu),"cm-tab")),Kl.setAttribute("role","presentation"),Kl.setAttribute("cm-text"," "),$e.col+=hu}else vs[0]=="\r"||vs[0]==`
`?(Kl=io.appendChild(nr("span",vs[0]=="\r"?"␍":"␤","cm-invalidchar")),Kl.setAttribute("cm-text",vs[0]),$e.col+=1):(Kl=$e.cm.options.specialCharPlaceholder(vs[0]),Kl.setAttribute("cm-text",vs[0]),V&&z<9?io.appendChild(nr("span",[Kl])):io.appendChild(Kl),$e.col+=1);$e.map.push($e.pos,$e.pos+1,Kl),$e.pos++}}if($e.trailingSpace=Hn.charCodeAt(er.length-1)==32,ir||lr||dr||ma||$r||Zr){var vu=ir||"";lr&&(vu+=lr),dr&&(vu+=dr);var Es=nr("span",[io],vu,$r);if(Zr)for(var mc in Zr)Zr.hasOwnProperty(mc)&&mc!="style"&&mc!="class"&&Es.setAttribute(mc,Zr[mc]);return $e.content.appendChild(Es)}$e.content.appendChild(io)}}function qm($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 sp($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 gs=void 0,vs=0;vs<er.length&&(gs=er[vs],!(gs.to>ma&&gs.from<=ma));vs++);if(gs.to>=io)return $e(ir,lr,dr,$r,Zr,Hn,mi);$e(ir,lr.slice(0,gs.to-ma),dr,$r,null,Hn,mi),$r=null,lr=lr.slice(gs.to-ma),ma=gs.to}}}function Wf($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 Wm($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]),Xd(ir[Zr+1],er.cm.options));return}for(var Hn=dr.length,mi=0,ma=1,io="",gs,vs,xs=0,tl,Kl,cl,hu,vu;;){if(xs==mi){tl=Kl=cl=vs="",vu=null,hu=null,xs=1/0;for(var Es=[],mc=void 0,yc=0;yc<lr.length;++yc){var Fu=lr[yc],fc=Fu.marker;if(fc.type=="bookmark"&&Fu.from==mi&&fc.widgetNode)Es.push(fc);else if(Fu.from<=mi&&(Fu.to==null||Fu.to>mi||fc.collapsed&&Fu.to==mi&&Fu.from==mi)){if(Fu.to!=null&&Fu.to!=mi&&xs>Fu.to&&(xs=Fu.to,Kl=""),fc.className&&(tl+=" "+fc.className),fc.css&&(vs=(vs?vs+";":"")+fc.css),fc.startStyle&&Fu.from==mi&&(cl+=" "+fc.startStyle),fc.endStyle&&Fu.to==xs&&(mc||(mc=[])).push(fc.endStyle,Fu.to),fc.title&&((vu||(vu={})).title=fc.title),fc.attributes)for(var qc in fc.attributes)(vu||(vu={}))[qc]=fc.attributes[qc];fc.collapsed&&(!hu||Wc(hu.marker,fc)<0)&&(hu=Fu)}else Fu.from>mi&&xs>Fu.from&&(xs=Fu.from)}if(mc)for(var Gd=0;Gd<mc.length;Gd+=2)mc[Gd+1]==xs&&(Kl+=" "+mc[Gd]);if(!hu||hu.from==mi)for(var co=0;co<Es.length;++co)Wf(er,0,Es[co]);if(hu&&(hu.from||0)==mi){if(Wf(er,(hu.to==null?Hn+1:hu.to)-mi,hu.marker,hu.from==null),hu.to==null)return;hu.to==mi&&(hu=!1)}}if(mi>=Hn)break;for(var il=Math.min(Hn,xs);;){if(io){var tc=mi+io.length;if(!hu){var Uc=tc>il?io.slice(0,il-mi):io;er.addToken(er,Uc,gs?gs+tl:tl,cl,mi+Uc.length==xs?Kl:"",vs,vu)}if(tc>=il){io=io.slice(il-mi),mi=il;break}mi=tc,cl=""}io=dr.slice($r,$r=ir[ma++]),gs=Xd(ir[ma++],er.cm.options)}}}function Dh($e,er,ir){this.line=er,this.rest=Pf(er),this.size=this.rest?kn(Wr(this.rest))-ir+1:1,this.node=this.text=null,this.hidden=ip($e,er)}function Lm($e,er,ir){for(var lr=[],dr,$r=er;$r<ir;$r=dr){var Zr=new Dh($e.doc,Hl($e.doc,$r),$r);dr=$r+Zr.size,lr.push(Zr)}return lr}var Bp=null;function Yh($e){Bp?Bp.ops.push($e):$e.ownsGroup=Bp={ops:[$e],delayedCallbacks:[]}}function t0($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 Xh($e,er){var ir=$e.ownsGroup;if(ir)try{t0(ir)}finally{Bp=null,er(ir)}}var Kp=null;function lp($e,er){var ir=na($e,er);if(ir.length){var lr=Array.prototype.slice.call(arguments,2),dr;Bp?dr=Bp.delayedCallbacks:Kp?dr=Kp:(dr=Kp=[],setTimeout(Lh,0));for(var $r=function(Hn){dr.push(function(){return ir[Hn].apply(null,lr)})},Zr=0;Zr<ir.length;++Zr)$r(Zr)}}function Lh(){var $e=Kp;Kp=null;for(var er=0;er<$e.length;++er)$e[er]()}function Oh($e,er,ir,lr){for(var dr=0;dr<er.changes.length;dr++){var $r=er.changes[dr];$r=="text"?hh($e,er):$r=="gutter"?Tm($e,er,ir,lr):$r=="class"?Sm($e,er):$r=="widget"&&im($e,er,lr)}er.changes=null}function Em($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 $h($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=Em(er);er.background=lr.insertBefore(nr("div",null,ir),lr.firstChild),$e.display.input.setUneditable(er.background)}}function Km($e,er){var ir=$e.display.externalMeasured;return ir&&ir.line==er.line?($e.display.externalMeasured=null,er.measure=ir.measure,ir.built):_f($e,er)}function hh($e,er){var ir=er.text.className,lr=Km($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,Sm($e,er)):ir&&(er.text.className=ir)}function Sm($e,er){$h($e,er),er.line.wrapClass?Em(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 Tm($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=Em(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=Em(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",Tu($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 im($e,er,ir){er.alignable&&(er.alignable=null);for(var lr=kt("CodeMirror-linewidget"),dr=er.node.firstChild,$r=void 0;dr;dr=$r)$r=dr.nextSibling,lr.test(dr.className)&&er.node.removeChild(dr);Ym($e,er,ir)}function vf($e,er,ir,lr){var dr=Km($e,er);return er.text=er.node=dr.pre,dr.bgClass&&(er.bgClass=dr.bgClass),dr.textClass&&(er.textClass=dr.textClass),Sm($e,er),Tm($e,er,ir,lr),Ym($e,er,lr),er.node}function Ym($e,er,ir){if(cp($e,er.line,er,ir,!0),er.rest)for(var lr=0;lr<er.rest.length;lr++)cp($e,er.rest[lr],er,ir,!1)}function cp($e,er,ir,lr,dr){if(er.widgets)for(var $r=Em(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"),Kf(mi,ma,ir,lr),$e.display.input.setUneditable(ma),dr&&mi.above?$r.insertBefore(ma,ir.gutter||ir.text):$r.appendChild(ma),lp(mi,"redraw")}}function Kf($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 Vp($e){if($e.height!=null)return $e.height;var er=$e.doc.cm;if(!er)return 0;if(!mr(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 tf($e,er){for(var ir=Oc(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 Yf($e){return $e.lineSpace.offsetTop}function Cm($e){return $e.mover.offsetHeight-$e.lineSpace.offsetHeight}function jh($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 Df($e){return Gr-$e.display.nativeBarWidth}function sm($e){return $e.display.scroller.clientWidth-Df($e)-$e.display.barWidth}function $m($e){return $e.display.scroller.clientHeight-Df($e)-$e.display.barHeight}function bf($e,er,ir){var lr=$e.options.lineWrapping,dr=lr&&sm($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 Fh($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(kn($e.rest[dr])>ir)return{map:$e.measure.maps[dr],cache:$e.measure.caches[dr],before:!0}}}function Uh($e,er){er=jd(er);var ir=kn(er),lr=$e.display.externalMeasured=new Dh($e.doc,er,ir);lr.lineN=ir;var dr=lr.built=_f($e,lr);return lr.text=dr.pre,ar($e.display.lineMeasure,dr.pre),lr}function gh($e,er,ir,lr){return Yp($e,Dp($e,er),ir,lr)}function bh($e,er){if(er>=$e.display.viewFrom&&er<$e.display.viewTo)return $e.display.view[Fm($e,er)];var ir=$e.display.externalMeasured;if(ir&&er>=ir.lineN&&er<ir.lineN+ir.size)return ir}function Dp($e,er){var ir=kn(er),lr=bh($e,ir);lr&&!lr.text?lr=null:lr&&lr.changes&&(Oh($e,lr,ir,jm($e)),$e.curOp.forceUpdate=!0),lr||(lr=Uh($e,er));var dr=Fh(lr,er,ir);return{line:er,view:lr,rect:null,map:dr.map,cache:dr.cache,before:dr.before,hasHeights:!1}}function Yp($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||(bf($e,er.view,er.rect),er.hasHeights=!0),Zr=Xm($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 Rh={left:0,right:0,top:0,bottom:0};function Vh($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 r0($e,er){var ir=Rh;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 Xm($e,er,ir,lr){var dr=Vh(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=r0(cr($r,Zr,Hn).getClientRects(),lr),ma.left||ma.right||Zr==0)break;Hn=Zr,Zr=Zr-1,mi="right"}V&&z<11&&(ma=jf($e.display.measure,ma))}else{Zr>0&&(mi=lr="right");var gs;$e.options.lineWrapping&&(gs=$r.getClientRects()).length>1?ma=gs[lr=="right"?gs.length-1:0]:ma=$r.getBoundingClientRect()}if(V&&z<9&&!Zr&&(!ma||!ma.left&&!ma.right)){var vs=$r.parentNode.getClientRects()[0];vs?ma={left:vs.left,right:vs.left+Xf($e.display),top:vs.top,bottom:vs.bottom}:ma=Rh}for(var xs=ma.top-er.rect.top,tl=ma.bottom-er.rect.top,Kl=(xs+tl)/2,cl=er.view.measure.heights,hu=0;hu<cl.length-1&&!(Kl<cl[hu]);hu++);var vu=hu?cl[hu-1]:0,Es=cl[hu],mc={left:(mi=="right"?ma.right:ma.left)-er.rect.left,right:(mi=="left"?ma.left:ma.right)-er.rect.left,top:vu,bottom:Es};return!ma.left&&!ma.right&&(mc.bogus=!0),$e.options.singleCursorHeightPerLine||(mc.rtop=xs,mc.rbottom=tl),mc}function jf($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 Hh($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 zh($e){$e.display.externalMeasure=null,rr($e.display.lineMeasure);for(var er=0;er<$e.display.view.length;er++)Hh($e.display.view[er])}function Jm($e){zh($e),$e.display.cachedCharWidth=$e.display.cachedTextHeight=$e.display.cachedPaddingH=null,$e.options.lineWrapping||($e.display.maxLineChanged=!0),$e.display.lineNumChars=null}function Op($e){return oe&&he?-($e.body.getBoundingClientRect().left-parseInt(getComputedStyle($e.body).marginLeft)):$e.defaultView.pageXOffset||($e.documentElement||$e.body).scrollLeft}function Qh($e){return oe&&he?-($e.body.getBoundingClientRect().top-parseInt(getComputedStyle($e.body).marginTop)):$e.defaultView.pageYOffset||($e.documentElement||$e.body).scrollTop}function kh($e){var er=jd($e),ir=er.widgets,lr=0;if(ir)for(var dr=0;dr<ir.length;++dr)ir[dr].above&&(lr+=Vp(ir[dr]));return lr}function lm($e,er,ir,lr,dr){if(!dr){var $r=kh(er);ir.top+=$r,ir.bottom+=$r}if(lr=="line")return ir;lr||(lr="local");var Zr=Up(er);if(lr=="local"?Zr+=Yf($e.display):Zr-=$e.display.viewOffset,lr=="page"||lr=="window"){var Hn=$e.display.lineSpace.getBoundingClientRect();Zr+=Hn.top+(lr=="window"?0:Qh(Er($e)));var mi=Hn.left+(lr=="window"?0:Op(Er($e)));ir.left+=mi,ir.right+=mi}return ir.top+=Zr,ir.bottom+=Zr,ir}function Js($e,er,ir){if(ir=="div")return er;var lr=er.left,dr=er.top;if(ir=="page")lr-=Op(Er($e)),dr-=Qh(Er($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 cu($e,er,ir,lr,dr){return lr||(lr=Hl($e.doc,er.line)),lm($e,lr,gh($e,lr,er.ch,dr),ir)}function jl($e,er,ir,lr,dr,$r){lr=lr||Hl($e.doc,er.line),dr||(dr=Dp($e,lr));function Zr(tl,Kl){var cl=Yp($e,dr,tl,Kl?"right":"left",$r);return Kl?cl.left=cl.right:cl.right=cl.left,lm($e,lr,cl,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(tl,Kl,cl){var hu=Hn[Kl],vu=hu.level==1;return Zr(cl?tl-1:tl,vu!=cl)}var gs=Sa(Hn,mi,ma),vs=In,xs=io(mi,gs,ma=="before");return vs!=null&&(xs.other=io(mi,vs,ma!="before")),xs}function bc($e,er){var ir=0;er=kc($e.doc,er),$e.options.lineWrapping||(ir=Xf($e.display)*er.ch);var lr=Hl($e.doc,er.line),dr=Up(lr)+Yf($e.display);return{left:ir,right:ir,top:dr,bottom:dr+lr.height}}function wc($e,er,ir,lr,dr){var $r=_l($e,er,ir);return $r.xRel=dr,lr&&($r.outside=lr),$r}function Ad($e,er,ir){var lr=$e.doc;if(ir+=$e.display.viewOffset,ir<0)return wc(lr.first,0,null,-1,-1);var dr=ns(lr,ir),$r=lr.first+lr.size-1;if(dr>$r)return wc(lr.first+lr.size-1,Hl(lr,$r).text.length,null,1,1);er<0&&(er=0);for(var Zr=Hl(lr,dr);;){var Hn=Jh($e,Zr,dr,er,ir),mi=Mm(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=Hl(lr,dr=ma.line)}}function Ep($e,er,ir,lr){lr-=kh(er);var dr=er.text.length,$r=Ar(function(Zr){return Yp($e,ir,Zr-1).bottom<=lr},dr,0);return dr=Ar(function(Zr){return Yp($e,ir,Zr).top>lr},$r,dr),{begin:$r,end:dr}}function Wd($e,er,ir,lr){ir||(ir=Dp($e,er));var dr=lm($e,er,Yp($e,ir,lr),"line").top;return Ep($e,er,ir,dr)}function Zm($e,er,ir,lr){return $e.bottom<=ir?!1:$e.top>ir?!0:(lr?$e.left:$e.right)>er}function Jh($e,er,ir,lr,dr){dr-=Up(er);var $r=Dp($e,er),Zr=kh(er),Hn=0,mi=er.text.length,ma=!0,io=qa(er,$e.doc.direction);if(io){var gs=($e.options.lineWrapping?Ff:yf)($e,er,ir,$r,io,lr,dr);ma=gs.level!=1,Hn=ma?gs.from:gs.to-1,mi=ma?gs.to:gs.from-1}var vs=null,xs=null,tl=Ar(function(yc){var Fu=Yp($e,$r,yc);return Fu.top+=Zr,Fu.bottom+=Zr,Zm(Fu,lr,dr,!1)?(Fu.top<=dr&&Fu.left<=lr&&(vs=yc,xs=Fu),!0):!1},Hn,mi),Kl,cl,hu=!1;if(xs){var vu=lr-xs.left<xs.right-lr,Es=vu==ma;tl=vs+(Es?0:1),cl=Es?"after":"before",Kl=vu?xs.left:xs.right}else{!ma&&(tl==mi||tl==Hn)&&tl++,cl=tl==0?"after":tl==er.text.length?"before":Yp($e,$r,tl-(ma?1:0)).bottom+Zr<=dr==ma?"after":"before";var mc=jl($e,_l(ir,tl,cl),"line",er,$r);Kl=mc.left,hu=dr<mc.top?-1:dr>=mc.bottom?1:0}return tl=Hr(er.text,tl,1),wc(ir,tl,cl,hu,lr-Kl)}function yf($e,er,ir,lr,dr,$r,Zr){var Hn=Ar(function(gs){var vs=dr[gs],xs=vs.level!=1;return Zm(jl($e,_l(ir,xs?vs.to:vs.from,xs?"before":"after"),"line",er,lr),$r,Zr,!0)},0,dr.length-1),mi=dr[Hn];if(Hn>0){var ma=mi.level!=1,io=jl($e,_l(ir,ma?mi.from:mi.to,ma?"after":"before"),"line",er,lr);Zm(io,$r,Zr,!0)&&io.top>Zr&&(mi=dr[Hn-1])}return mi}function Ff($e,er,ir,lr,dr,$r,Zr){var Hn=Ep($e,er,lr,Zr),mi=Hn.begin,ma=Hn.end;/\s/.test(er.text.charAt(ma-1))&&ma--;for(var io=null,gs=null,vs=0;vs<dr.length;vs++){var xs=dr[vs];if(!(xs.from>=ma||xs.to<=mi)){var tl=xs.level!=1,Kl=Yp($e,lr,tl?Math.min(ma,xs.to)-1:Math.max(mi,xs.from)).right,cl=Kl<$r?$r-Kl+1e9:Kl-$r;(!io||gs>cl)&&(io=xs,gs=cl)}}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 wm;function Ef($e){if($e.cachedTextHeight!=null)return $e.cachedTextHeight;if(wm==null){wm=nr("pre",null,"CodeMirror-line-like");for(var er=0;er<49;++er)wm.appendChild(document.createTextNode("x")),wm.appendChild(nr("br"));wm.appendChild(document.createTextNode("x"))}ar($e.measure,wm);var ir=wm.offsetHeight/50;return ir>3&&($e.cachedTextHeight=ir),rr($e.measure),ir||1}function Xf($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 jm($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:Od(er),gutterTotalWidth:er.gutters.offsetWidth,gutterLeft:ir,gutterWidth:lr,wrapperWidth:er.wrapper.clientWidth}}function Od($e){return $e.scroller.getBoundingClientRect().left-$e.sizer.getBoundingClientRect().left}function Zh($e){var er=Ef($e.display),ir=$e.options.lineWrapping,lr=ir&&Math.max(5,$e.display.scroller.clientWidth/Xf($e.display)-3);return function(dr){if(ip($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 kd($e){var er=$e.doc,ir=Zh($e);er.iter(function(lr){var dr=ir(lr);dr!=lr.height&&Ju(lr,dr)})}function Xp($e,er,ir,lr){var dr=$e.display;if(!ir&&Oc(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=Ad($e,$r,Zr),ma;if(lr&&mi.xRel>0&&(ma=Hl($e.doc,mi.line).text).length==mi.ch){var io=Fr(ma,ma.length,$e.options.tabSize)-ma.length;mi=_l(mi.line,Math.max(0,Math.round(($r-jh($e.display).left)/Xf($e.display))-io))}return mi}function Fm($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 Pp($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)Wp&&Lf($e.doc,er)<dr.viewTo&&Uf($e);else if(ir<=dr.viewFrom)Wp&&bm($e.doc,ir+lr)>dr.viewFrom?Uf($e):(dr.viewFrom+=lr,dr.viewTo+=lr);else if(er<=dr.viewFrom&&ir>=dr.viewTo)Uf($e);else if(er<=dr.viewFrom){var $r=Vf($e,ir,ir+lr,1);$r?(dr.view=dr.view.slice($r.index),dr.viewFrom=$r.lineN,dr.viewTo+=lr):Uf($e)}else if(ir>=dr.viewTo){var Zr=Vf($e,er,er,-1);Zr?(dr.view=dr.view.slice(0,Zr.index),dr.viewTo=Zr.lineN):Uf($e)}else{var Hn=Vf($e,er,er,-1),mi=Vf($e,ir,ir+lr,1);Hn&&mi?(dr.view=dr.view.slice(0,Hn.index).concat(Lm($e,Hn.lineN,mi.lineN)).concat(dr.view.slice(mi.index)),dr.viewTo+=lr):Uf($e)}var ma=dr.externalMeasured;ma&&(ir<ma.lineN?ma.lineN+=lr:er<ma.lineN+ma.size&&(dr.externalMeasured=null))}function um($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[Fm($e,er)];if($r.node!=null){var Zr=$r.changes||($r.changes=[]);Vr(Zr,ir)==-1&&Zr.push(ir)}}}function Uf($e){$e.display.viewFrom=$e.display.viewTo=$e.doc.first,$e.display.view=[],$e.display.viewOffset=0}function Vf($e,er,ir,lr){var dr=Fm($e,er),$r,Zr=$e.display.view;if(!Wp||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(;Lf($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 yh($e,er,ir){var lr=$e.display,dr=lr.view;dr.length==0||er>=lr.viewTo||ir<=lr.viewFrom?(lr.view=Lm($e,er,ir),lr.viewFrom=er):(lr.viewFrom>er?lr.view=Lm($e,er,lr.viewFrom).concat(lr.view):lr.viewFrom<er&&(lr.view=lr.view.slice(Fm($e,er))),lr.viewFrom=er,lr.viewTo<ir?lr.view=lr.view.concat(Lm($e,lr.viewTo,ir)):lr.viewTo>ir&&(lr.view=lr.view.slice(0,Fm($e,ir)))),lr.viewTo=ir}function Th($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 Sf($e){$e.display.input.showSelection($e.display.input.prepareSelection())}function Um($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&&xm($e,io,dr)}else(ma||$e.options.showCursorWhenSelecting)&&xm($e,mi.head,dr);ma||Ih($e,mi,$r)}}return lr}function xm($e,er,ir){var lr=jl($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=cu($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 Qf($e,er){return $e.top-er.top||$e.left-er.left}function Ih($e,er,ir){var lr=$e.display,dr=$e.doc,$r=document.createDocumentFragment(),Zr=jh($e.display),Hn=Zr.left,mi=Math.max(lr.sizerWidth,sm($e)-lr.sizer.offsetLeft)-Zr.right,ma=dr.direction=="ltr";function io(Es,mc,yc,Fu){mc<0&&(mc=0),mc=Math.round(mc),Fu=Math.round(Fu),$r.appendChild(nr("div",null,"CodeMirror-selected","position: absolute; left: "+Es+`px;
top: `+mc+"px; width: "+(yc??mi-Es)+`px;
height: `+(Fu-mc)+"px"))}function gs(Es,mc,yc){var Fu=Hl(dr,Es),fc=Fu.text.length,qc,Gd;function co(Uc,Yc){return cu($e,_l(Es,Uc),"div",Fu,Yc)}function il(Uc,Yc,ep){var Sd=Wd($e,Fu,null,Uc),Bd=Yc=="ltr"==(ep=="after")?"left":"right",Fd=ep=="after"?Sd.begin:Sd.end-(/\s/.test(Fu.text.charAt(Sd.end-1))?2:1);return co(Fd,Bd)[Bd]}var tc=qa(Fu,dr.direction);return On(tc,mc||0,yc??fc,function(Uc,Yc,ep,Sd){var Bd=ep=="ltr",Fd=co(Uc,Bd?"left":"right"),Ud=co(Yc-1,Bd?"right":"left"),Fc=mc==null&&Uc==0,Jc=yc==null&&Yc==fc,Gp=Sd==0,Dm=!tc||Sd==tc.length-1;if(Ud.top-Fd.top<=3){var qp=(ma?Fc:Jc)&&Gp,h0=(ma?Jc:Fc)&&Dm,Hm=qp?Hn:(Bd?Fd:Ud).left,Ch=h0?mi:(Bd?Ud:Fd).right;io(Hm,Fd.top,Ch-Hm,Fd.bottom)}else{var ih,cf,p0,E0;Bd?(ih=ma&&Fc&&Gp?Hn:Fd.left,cf=ma?mi:il(Uc,ep,"before"),p0=ma?Hn:il(Yc,ep,"after"),E0=ma&&Jc&&Dm?mi:Ud.right):(ih=ma?il(Uc,ep,"before"):Hn,cf=!ma&&Fc&&Gp?mi:Fd.right,p0=!ma&&Jc&&Dm?Hn:Ud.left,E0=ma?il(Yc,ep,"after"):mi),io(ih,Fd.top,cf-ih,Fd.bottom),Fd.bottom<Ud.top&&io(Hn,Fd.bottom,null,Ud.top),io(p0,Ud.top,E0-p0,Ud.bottom)}(!qc||Qf(Fd,qc)<0)&&(qc=Fd),Qf(Ud,qc)<0&&(qc=Ud),(!Gd||Qf(Fd,Gd)<0)&&(Gd=Fd),Qf(Ud,Gd)<0&&(Gd=Ud)}),{start:qc,end:Gd}}var vs=er.from(),xs=er.to();if(vs.line==xs.line)gs(vs.line,vs.ch,xs.ch);else{var tl=Hl(dr,vs.line),Kl=Hl(dr,xs.line),cl=jd(tl)==jd(Kl),hu=gs(vs.line,vs.ch,cl?tl.text.length+1:null).end,vu=gs(xs.line,cl?0:null,xs.ch).start;cl&&(hu.top<vu.top-2?(io(hu.right,hu.top,null,hu.bottom),io(Hn,vu.top,vu.left,vu.bottom)):io(hu.right,hu.top,vu.left-hu.right,hu.bottom)),hu.bottom<vu.top&&io(Hn,hu.bottom,null,vu.top)}ir.appendChild($r)}function ks($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 us($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||(Ds($e,"focus",$e,er),$e.state.focused=!0,br($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()),ks($e))}function Ao($e,er){$e.state.delayingBlurEvent||($e.state.focused&&(Ds($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 gs=Hn.node.offsetTop+Hn.node.offsetHeight;ma=gs-ir,ir=gs}else{var vs=Hn.node.getBoundingClientRect();ma=vs.bottom-vs.top,!mi&&Hn.text.firstChild&&(io=Hn.text.firstChild.getBoundingClientRect().right-vs.left-1)}var xs=Hn.line.height-ma;if((xs>.005||xs<-.005)&&(dr<lr&&($r-=xs),Ju(Hn.line,ma),So(Hn.line),Hn.rest))for(var tl=0;tl<Hn.rest.length;tl++)So(Hn.rest[tl]);if(io>$e.display.sizerWidth){var Kl=Math.ceil(io/Xf($e.display));Kl>$e.display.maxLineLength&&($e.display.maxLineLength=Kl,$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-Yf($e));var dr=ir&&ir.bottom!=null?ir.bottom:lr+$e.wrapper.clientHeight,$r=ns(er,lr),Zr=ns(er,dr);if(ir&&ir.ensure){var Hn=ir.ensure.from.line,mi=ir.ensure.to.line;Hn<$r?($r=Hn,Zr=ns(er,Up(Hl(er,Hn))+$e.wrapper.clientHeight)):Math.min(mi,er.lastLine())>=Zr&&($r=ns(er,Up(Hl(er,mi))-$e.wrapper.clientHeight),Zr=mi)}return{from:$r,to:Math.max(Zr,$r+1)}}function no($e,er){if(!ps($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&&!_e){var Zr=nr("div","",null,`position: absolute;
top: `+(er.top-ir.viewOffset-Yf($e.display))+`px;
height: `+(er.bottom-er.top+Df($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 Yo($e,er,ir,lr){lr==null&&(lr=0);var dr;!$e.options.lineWrapping&&er==ir&&(ir=er.sticky=="before"?_l(er.line,er.ch+1,"before"):er,er=er.ch?_l(er.line,er.sticky=="before"?er.ch-1:er.ch,"after"):er);for(var $r=0;$r<5;$r++){var Zr=!1,Hn=jl($e,er),mi=!ir||ir==er?Hn:jl($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,gs=$e.doc.scrollLeft;if(ma.scrollTop!=null&&(is($e,ma.scrollTop),Math.abs($e.doc.scrollTop-io)>1&&(Zr=!0)),ma.scrollLeft!=null&&(Ts($e,ma.scrollLeft),Math.abs($e.doc.scrollLeft-gs)>1&&(Zr=!0)),!Zr)break}return dr}function Ja($e,er){var ir=$o($e,er);ir.scrollTop!=null&&is($e,ir.scrollTop),ir.scrollLeft!=null&&Ts($e,ir.scrollLeft)}function $o($e,er){var ir=$e.display,lr=Ef($e.display);er.top<0&&(er.top=0);var dr=$e.curOp&&$e.curOp.scrollTop!=null?$e.curOp.scrollTop:ir.scroller.scrollTop,$r=$m($e),Zr={};er.bottom-er.top>$r&&(er.bottom=er.top+$r);var Hn=$e.doc.height+Cm(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 gs=$e.options.fixedGutter?0:ir.gutters.offsetWidth,vs=$e.curOp&&$e.curOp.scrollLeft!=null?$e.curOp.scrollLeft:ir.scroller.scrollLeft-gs,xs=sm($e)-ir.gutters.offsetWidth,tl=er.right-er.left>xs;return tl&&(er.right=er.left+xs),er.left<10?Zr.scrollLeft=0:er.left<vs?Zr.scrollLeft=Math.max(0,er.left+gs-(tl?0:10)):er.right>xs+vs-3&&(Zr.scrollLeft=er.right+(tl?0:10)-xs),Zr}function ws($e,er){er!=null&&(js($e),$e.curOp.scrollTop=($e.curOp.scrollTop==null?$e.doc.scrollTop:$e.curOp.scrollTop)+er)}function fs($e){js($e);var er=$e.getCursor();$e.curOp.scrollToPos={from:er,to:er,margin:$e.options.cursorScrollMargin}}function Bs($e,er,ir){(er!=null||ir!=null)&&js($e),er!=null&&($e.curOp.scrollLeft=er),ir!=null&&($e.curOp.scrollTop=ir)}function Ks($e,er){js($e),$e.curOp.scrollToPos=er}function js($e){var er=$e.curOp.scrollToPos;if(er){$e.curOp.scrollToPos=null;var ir=bc($e,er.from),lr=bc($e,er.to);pl($e,ir,lr,er.margin)}}function pl($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});Bs($e,dr.scrollLeft,dr.scrollTop)}function is($e,er){Math.abs($e.doc.scrollTop-er)<2||(k||xc($e,{top:er}),ol($e,er,!0),k&&xc($e),kl($e,100))}function ol($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 Ts($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,dp($e),$e.display.scroller.scrollLeft!=er&&($e.display.scroller.scrollLeft=er),$e.display.scrollbars.setScrollLeft(er))}function Cs($e){var er=$e.display,ir=er.gutters.offsetWidth,lr=Math.round($e.doc.height+Cm($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+Df($e)+er.barHeight,nativeBarWidth:er.nativeBarWidth,gutterWidth:ir}}var Ns=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")};Ns.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}},Ns.prototype.setScrollLeft=function($e){this.horiz.scrollLeft!=$e&&(this.horiz.scrollLeft=$e),this.disableHoriz&&this.enableZeroWidthBar(this.horiz,this.disableHoriz,"horiz")},Ns.prototype.setScrollTop=function($e){this.vert.scrollTop!=$e&&(this.vert.scrollTop=$e),this.disableVert&&this.enableZeroWidthBar(this.vert,this.disableVert,"vert")},Ns.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 zr,this.disableVert=new zr},Ns.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)},Ns.prototype.clear=function(){var $e=this.horiz.parentNode;$e.removeChild(this.horiz),$e.removeChild(this.vert)};var Ps=function(){};Ps.prototype.update=function(){return{bottom:0,right:0}},Ps.prototype.setScrollLeft=function(){},Ps.prototype.setScrollTop=function(){},Ps.prototype.clear=function(){};function Cl($e,er){er||(er=Cs($e));var ir=$e.display.barWidth,lr=$e.display.barHeight;Bl($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),Bl($e,Cs($e)),ir=$e.display.barWidth,lr=$e.display.barHeight}function Bl($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 Eu={native:Ns,null:Ps};function vl($e){$e.display.scrollbars&&($e.display.scrollbars.clear(),$e.display.scrollbars.addClass&&tr($e.display.wrapper,$e.display.scrollbars.addClass)),$e.display.scrollbars=new Eu[$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"?Ts($e,er):is($e,er)},$e),$e.display.scrollbars.addClass&&br($e.display.wrapper,$e.display.scrollbars.addClass)}var Zl=0;function bu($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:++Zl,markArrays:null},Yh($e.curOp)}function xu($e){var er=$e.curOp;er&&Xh(er,function(ir){for(var lr=0;lr<ir.ops.length;lr++)ir.ops[lr].cm.curOp=null;Zs(ir)})}function Zs($e){for(var er=$e.ops,ir=0;ir<er.length;ir++)Cu(er[ir]);for(var lr=0;lr<er.length;lr++)ec(er[lr]);for(var dr=0;dr<er.length;dr++)rc(er[dr]);for(var $r=0;$r<er.length;$r++)Ka(er[$r]);for(var Zr=0;Zr<er.length;Zr++)Su(er[Zr])}function Cu($e){var er=$e.cm,ir=er.display;Au(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 Pl(er,$e.mustUpdate&&{top:$e.scrollTop,ensure:$e.scrollToPos},$e.forceUpdate)}function ec($e){$e.updatedDisplay=$e.mustUpdate&&jc($e.cm,$e.update)}function rc($e){var er=$e.cm,ir=er.display;$e.updatedDisplay&&eo(er),$e.barMeasure=Cs(er),ir.maxLineChanged&&!er.options.lineWrapping&&($e.adjustWidthTo=gh(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+Df(er)+er.display.barWidth),$e.maxScrollLeft=Math.max(0,ir.sizer.offsetLeft+$e.adjustWidthTo-sm(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&&Ts(er,Math.min(er.display.scroller.scrollLeft,$e.maxScrollLeft),!0),er.display.maxLineChanged=!1);var ir=$e.focus&&$e.focus==hr(vr(er));$e.preparedSelection&&er.display.input.showSelection($e.preparedSelection,ir),($e.updatedDisplay||$e.startHeight!=er.doc.height)&&Cl(er,$e.barMeasure),$e.updatedDisplay&&Rp(er,$e.barMeasure),$e.selectionChanged&&ks(er),er.state.focused&&$e.updateInput&&er.display.input.reset($e.typing),ir&&us($e.cm)}function Su($e){var er=$e.cm,ir=er.display,lr=er.doc;if($e.updatedDisplay&&Id(er,$e.update),ir.wheelStartX!=null&&($e.scrollTop!=null||$e.scrollLeft!=null||$e.scrollToPos)&&(ir.wheelStartX=ir.wheelStartY=null),$e.scrollTop!=null&&ol(er,$e.scrollTop,$e.forceScroll),$e.scrollLeft!=null&&Ts(er,$e.scrollLeft,!0,!0),$e.scrollToPos){var dr=Yo(er,kc(lr,$e.scrollToPos.from),kc(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||Ds($r[Hn],"hide");if(Zr)for(var mi=0;mi<Zr.length;++mi)Zr[mi].lines.length&&Ds(Zr[mi],"unhide");ir.wrapper.offsetHeight&&(lr.scrollTop=er.display.scroller.scrollTop),$e.changeObjs&&Ds(er,"changes",er,$e.changeObjs),$e.update&&$e.update.finish()}function Ec($e,er){if($e.curOp)return er();bu($e);try{return er()}finally{xu($e)}}function wu($e,er){return function(){if($e.curOp)return er.apply($e,arguments);bu($e);try{return er.apply($e,arguments)}finally{xu($e)}}}function Ul($e){return function(){if(this.curOp)return $e.apply(this,arguments);bu(this);try{return $e.apply(this,arguments)}finally{xu(this)}}}function Iu($e){return function(){var er=this.cm;if(!er||er.curOp)return $e.apply(this,arguments);bu(er);try{return $e.apply(this,arguments)}finally{xu(er)}}}function kl($e,er){$e.doc.highlightFrontier<$e.display.viewTo&&$e.state.highlight.set(er,gr(bl,$e))}function bl($e){var er=$e.doc;if(!(er.highlightFrontier>=$e.display.viewTo)){var ir=+new Date+$e.options.workTime,lr=pf($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?Vo(er.mode,lr.state):null,mi=xf($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 gs=!Zr||Zr.length!=$r.styles.length||ma!=io&&(!ma||!io||ma.bgClass!=io.bgClass||ma.textClass!=io.textClass),vs=0;!gs&&vs<Zr.length;++vs)gs=Zr[vs]!=$r.styles[vs];gs&&dr.push(lr.line),$r.stateAfter=lr.save(),lr.nextLine()}else $r.text.length<=$e.options.maxHighlightLength&&Mp($e,$r.text,lr),$r.stateAfter=lr.line%5==0?lr.save():null,lr.nextLine();if(+new Date>ir)return kl($e,$e.options.workDelay),!0}),er.highlightFrontier=lr.line,er.modeFrontier=Math.max(er.modeFrontier,lr.line),dr.length&&Ec($e,function(){for(var $r=0;$r<dr.length;$r++)um($e,dr[$r],"text")})}}var Pl=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=sm($e),this.force=ir,this.dims=jm($e),this.events=[]};Pl.prototype.signal=function($e,er){$l($e,er)&&this.events.push(arguments)},Pl.prototype.finish=function(){for(var $e=0;$e<this.events.length;$e++)Ds.apply(null,this.events[$e])};function Au($e){var er=$e.display;!er.scrollbarsClipped&&er.scroller.offsetWidth&&(er.nativeBarWidth=er.scroller.offsetWidth-er.scroller.clientWidth,er.heightForcer.style.height=Df($e)+"px",er.sizer.style.marginBottom=-er.nativeBarWidth+"px",er.sizer.style.borderRightWidth=Df($e)+"px",er.scrollbarsClipped=!0)}function dc($e){if($e.hasFocus())return null;var er=hr(vr($e));if(!er||!mr($e.display.lineDiv,er))return null;var ir={activeElt:er};if(window.getSelection){var lr=Lr($e).getSelection();lr.anchorNode&&lr.extend&&mr($e.display.lineDiv,lr.anchorNode)&&(ir.anchorNode=lr.anchorNode,ir.anchorOffset=lr.anchorOffset,ir.focusNode=lr.focusNode,ir.focusOffset=lr.focusOffset)}return ir}function Ic($e){if(!(!$e||!$e.activeElt||$e.activeElt==hr(Ir($e.activeElt)))&&($e.activeElt.focus(),!/^(INPUT|TEXTAREA)$/.test($e.activeElt.nodeName)&&$e.anchorNode&&mr(document.body,$e.anchorNode)&&mr(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 jc($e,er){var ir=$e.display,lr=$e.doc;if(er.editorIsHidden)return Uf($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&&Th($e)==0)return!1;Xc($e)&&(Uf($e),er.dims=jm($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)),Wp&&($r=Lf($e.doc,$r),Zr=bm($e.doc,Zr));var Hn=$r!=ir.viewFrom||Zr!=ir.viewTo||ir.lastWrapHeight!=er.wrapperHeight||ir.lastWrapWidth!=er.wrapperWidth;yh($e,$r,Zr),ir.viewOffset=Up(Hl($e.doc,ir.viewFrom)),$e.display.mover.style.top=ir.viewOffset+"px";var mi=Th($e);if(!Hn&&mi==0&&!er.force&&ir.renderedView==ir.view&&(ir.updateLineNumbers==null||ir.updateLineNumbers>=ir.viewTo))return!1;var ma=dc($e);return mi>4&&(ir.lineDiv.style.display="none"),rp($e,ir.updateLineNumbers,er.dims),mi>4&&(ir.lineDiv.style.display=""),ir.renderedView=ir.view,Ic(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,kl($e,400)),ir.updateLineNumbers=null,!0}function Id($e,er){for(var ir=er.viewport,lr=!0;;lr=!1){if(!lr||!$e.options.lineWrapping||er.oldDisplayWidth==sm($e)){if(ir&&ir.top!=null&&(ir={top:Math.min($e.doc.height+Cm($e.display)-$m($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(!jc($e,er))break;eo($e);var dr=Cs($e);Sf($e),Cl($e,dr),Rp($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 xc($e,er){var ir=new Pl($e,er);if(jc($e,ir)){eo($e),Id($e,ir);var lr=Cs($e);Sf($e),Cl($e,lr),Rp($e,lr),ir.finish()}}function rp($e,er,ir){var lr=$e.display,dr=$e.options.lineNumbers,$r=lr.lineDiv,Zr=$r.firstChild;function Hn(tl){var Kl=tl.nextSibling;return re&&Fe&&$e.display.currentWheelTarget==tl?tl.style.display="none":tl.parentNode.removeChild(tl),Kl}for(var mi=lr.view,ma=lr.viewFrom,io=0;io<mi.length;io++){var gs=mi[io];if(!gs.hidden)if(!gs.node||gs.node.parentNode!=$r){var vs=vf($e,gs,ma,ir);$r.insertBefore(vs,Zr)}else{for(;Zr!=gs.node;)Zr=Hn(Zr);var xs=dr&&er!=null&&er<=ma&&gs.lineNumber;gs.changes&&(Vr(gs.changes,"gutter")>-1&&(xs=!1),Oh($e,gs,ma,ir)),xs&&(rr(gs.lineNumber),gs.lineNumber.appendChild(document.createTextNode(Tu($e.options,ma)))),Zr=gs.node.nextSibling}ma+=gs.size}for(;Zr;)Zr=Hn(Zr)}function Hp($e){var er=$e.gutters.offsetWidth;$e.sizer.style.marginLeft=er+"px",lp($e,"gutterChanged",$e)}function Rp($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+Df($e)+"px"}function dp($e){var er=$e.display,ir=er.view;if(!(!er.alignWidgets&&(!er.gutters.firstChild||!$e.options.fixedGutter))){for(var lr=Od(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 Xc($e){if(!$e.options.lineNumbers)return!1;var er=$e.doc,ir=Tu($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",Hp($e.display),!0}return!1}function ud($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 rf($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",Hp($e)}function nf($e){rf($e.display),Pp($e),dp($e)}function Tf($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: "+Gr+"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=ud(lr.gutters,lr.lineNumbers),rf(dr),ir.init(dr)}var Qp=0,Jd=null;V?Jd=-.53:k?Jd=15:oe?Jd=-.7:pe&&(Jd=-1/3);function hp($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 gp($e){var er=hp($e);return er.x*=Jd,er.y*=Jd,er}function Vd($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=hp(er),lr=ir.x,dr=ir.y,$r=Jd;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,gs=Zr.view;io!=Hn;io=io.parentNode)for(var vs=0;vs<gs.length;vs++)if(gs[vs].node==io){$e.display.currentWheelTarget=io;break e}}if(lr&&!k&&!de&&$r!=null){dr&&ma&&is($e,Math.max(0,Hn.scrollTop+dr*$r)),Ts($e,Math.max(0,Hn.scrollLeft+lr*$r)),(!dr||dr&&ma)&&As(er),Zr.wheelStartX=null;return}if(dr&&$r!=null){var xs=dr*$r,tl=$e.doc.scrollTop,Kl=tl+Zr.wrapper.clientHeight;xs<0?tl=Math.max(0,tl+xs-50):Kl=Math.min($e.doc.height,Kl+xs+50),xc($e,{top:tl,bottom:Kl})}Qp<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 cl=Hn.scrollLeft-Zr.wheelStartX,hu=Hn.scrollTop-Zr.wheelStartY,vu=hu&&Zr.wheelDY&&hu/Zr.wheelDY||cl&&Zr.wheelDX&&cl/Zr.wheelDX;Zr.wheelStartX=Zr.wheelStartY=null,vu&&(Jd=(Jd*Qp+vu)/(Qp+1),++Qp)}},200)):(Zr.wheelDX+=lr,Zr.wheelDY+=dr))}}var Hd=function($e,er){this.ranges=$e,this.primIndex=er};Hd.prototype.primary=function(){return this.ranges[this.primIndex]},Hd.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(!Rc(ir.anchor,lr.anchor)||!Rc(ir.head,lr.head))return!1}return!0},Hd.prototype.deepCopy=function(){for(var $e=[],er=0;er<this.ranges.length;er++)$e[er]=new ed(ld(this.ranges[er].anchor),ld(this.ranges[er].head));return new Hd($e,this.primIndex)},Hd.prototype.somethingSelected=function(){for(var $e=0;$e<this.ranges.length;$e++)if(!this.ranges[$e].empty())return!0;return!1},Hd.prototype.contains=function($e,er){er||(er=$e);for(var ir=0;ir<this.ranges.length;ir++){var lr=this.ranges[ir];if(Hu(er,lr.from())>=0&&Hu($e,lr.to())<=0)return ir}return-1};var ed=function($e,er){this.anchor=$e,this.head=er};ed.prototype.from=function(){return yp(this.anchor,this.head)},ed.prototype.to=function(){return hd(this.anchor,this.head)},ed.prototype.empty=function(){return this.head.line==this.anchor.line&&this.head.ch==this.anchor.ch};function zd($e,er,ir){var lr=$e&&$e.options.selectionsMayTouch,dr=er[ir];er.sort(function(vs,xs){return Hu(vs.from(),xs.from())}),ir=Vr(er,dr);for(var $r=1;$r<er.length;$r++){var Zr=er[$r],Hn=er[$r-1],mi=Hu(Hn.to(),Zr.from());if(lr&&!Zr.empty()?mi>0:mi>=0){var ma=yp(Hn.from(),Zr.from()),io=hd(Hn.to(),Zr.to()),gs=Hn.empty()?Zr.from()==Zr.head:Hn.from()==Hn.head;$r<=ir&&--ir,er.splice(--$r,2,new ed(gs?io:ma,gs?ma:io))}}return new Hd(er,ir)}function Ip($e,er){return new Hd([new ed($e,er||$e)],0)}function Hf($e){return $e.text?_l($e.from.line+$e.text.length-1,Wr($e.text).length+($e.text.length==1?$e.from.ch:0)):$e.to}function rh($e,er){if(Hu($e,er.from)<0)return $e;if(Hu($e,er.to)<=0)return Hf(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+=Hf(er).ch-er.to.ch),_l(ir,lr)}function of($e,er){for(var ir=[],lr=0;lr<$e.sel.ranges.length;lr++){var dr=$e.sel.ranges[lr];ir.push(new ed(rh(dr.anchor,er),rh(dr.head,er)))}return zd($e.cm,ir,$e.sel.primIndex)}function Nm($e,er,ir){return $e.line==er.line?_l(ir.line,$e.ch-er.ch+ir.ch):_l(ir.line+($e.line-er.line),$e.ch)}function Am($e,er,ir){for(var lr=[],dr=_l($e.first,0),$r=dr,Zr=0;Zr<er.length;Zr++){var Hn=er[Zr],mi=Nm(Hn.from,dr,$r),ma=Nm(Hf(Hn),dr,$r);if(dr=Hn.to,$r=ma,ir=="around"){var io=$e.sel.ranges[Zr],gs=Hu(io.head,io.anchor)<0;lr[Zr]=new ed(gs?ma:mi,gs?mi:ma)}else lr[Zr]=new ed(mi,mi)}return new Hd(lr,$e.sel.primIndex)}function Lp($e){$e.doc.mode=Fo($e.options,$e.doc.modeOption),sf($e)}function sf($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,kl($e,100),$e.state.modeGen++,$e.curOp&&Pp($e)}function Jf($e,er){return er.from.ch==0&&er.to.ch==0&&Wr(er.text)==""&&(!$e.cm||$e.cm.options.wholeLineUpdateBefore)}function cm($e,er,ir,lr){function dr(vu){return ir?ir[vu]:null}function $r(vu,Es,mc){vi(vu,Es,mc,lr),lp(vu,"change",vu,er)}function Zr(vu,Es){for(var mc=[],yc=vu;yc<Es;++yc)mc.push(new Wn(ma[yc],dr(yc),lr));return mc}var Hn=er.from,mi=er.to,ma=er.text,io=Hl($e,Hn.line),gs=Hl($e,mi.line),vs=Wr(ma),xs=dr(ma.length-1),tl=mi.line-Hn.line;if(er.full)$e.insert(0,Zr(0,ma.length)),$e.remove(ma.length,$e.size-ma.length);else if(Jf($e,er)){var Kl=Zr(0,ma.length-1);$r(gs,gs.text,xs),tl&&$e.remove(Hn.line,tl),Kl.length&&$e.insert(Hn.line,Kl)}else if(io==gs)if(ma.length==1)$r(io,io.text.slice(0,Hn.ch)+vs+io.text.slice(mi.ch),xs);else{var cl=Zr(1,ma.length-1);cl.push(new Wn(vs+io.text.slice(mi.ch),xs,lr)),$r(io,io.text.slice(0,Hn.ch)+ma[0],dr(0)),$e.insert(Hn.line+1,cl)}else if(ma.length==1)$r(io,io.text.slice(0,Hn.ch)+ma[0]+gs.text.slice(mi.ch),dr(0)),$e.remove(Hn.line+1,tl);else{$r(io,io.text.slice(0,Hn.ch)+ma[0],dr(0)),$r(gs,vs+gs.text.slice(mi.ch),xs);var hu=Zr(1,ma.length-1);tl>1&&$e.remove(Hn.line+1,tl-1),$e.insert(Hn.line+1,hu)}lp($e,"change",$e,er)}function $p($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 Sp($e,er){if(er.cm)throw new Error("This document is already in use.");$e.doc=er,er.cm=$e,kd($e),Lp($e),Vm($e),$e.options.direction=er.direction,$e.options.lineWrapping||Yr($e),$e.options.mode=er.modeOption,Pp($e)}function Vm($e){($e.doc.direction=="rtl"?br:tr)($e.display.lineDiv,"CodeMirror-rtl")}function dm($e){Ec($e,function(){Vm($e),Pp($e)})}function fm($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 Of($e,er){var ir={from:ld(er.from),to:Hf(er),text:lc($e,er.from,er.to)};return _o($e,ir,er.from.line,er.to.line+1),$p($e,function(lr){return _o(lr,ir,er.from.line,er.to.line+1)},!0),ir}function zp($e){for(;$e.length;){var er=Wr($e);if(er.ranges)$e.pop();else break}}function Mn($e,er){if(er)return zp($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 Ia($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),Hu(er.from,er.to)==0&&Hu(er.from,Hn.to)==0?Hn.to=Hf(er):Zr.changes.push(Of($e,er));else{var mi=Wr(dr.done);for((!mi||!mi.ranges)&&Ha($e.sel,dr.done),Zr={changes:[Of($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||Ds($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&&zp(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=_m($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?Hd.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 gs in ma)(io=gs.match(/^spans_(\d+)$/))&&Vr(er,Number(io[1]))>-1&&(Wr(Hn)[gs]=ma[gs],delete ma[gs])}}return lr}function zn($e,er,ir,lr){if(lr){var dr=$e.anchor;if(ir){var $r=Hu(er,dr)<0;$r!=Hu(ir,dr)<0?(dr=er,er=ir):$r!=Hu(er,ir)<0&&(er=ir)}return new ed(dr,er)}else return new ed(ir||er,er)}function Sn($e,er,ir,lr,dr){dr==null&&(dr=$e.cm&&($e.cm.display.shift||$e.extend)),ss($e,new Hd([zn($e.sel.primary(),er,ir,dr)],0),lr)}function ka($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=zd($e.cm,lr,$e.sel.primIndex);ss($e,Zr,ir)}function fa($e,er,ir,lr){var dr=$e.sel.ranges.slice(0);dr[er]=ir,ss($e,zd($e.cm,dr,$e.sel.primIndex),lr)}function ko($e,er,ir,lr){ss($e,Ip(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 ed(kc($e,dr[$r].anchor),kc($e,dr[$r].head))},origin:ir&&ir.origin};return Ds($e,"beforeSelectionChange",$e,lr),$e.cm&&Ds($e.cm,"beforeSelectionChange",$e.cm,lr),lr.ranges!=er.ranges?zd($e.cm,lr.ranges,lr.ranges.length-1):er}function cs($e,er,ir){var lr=$e.history.done,dr=Wr(lr);dr&&dr.ranges?(lr[lr.length-1]=er,No($e,er,ir)):ss($e,er,ir)}function ss($e,er,ir){No($e,er,ir),Na($e,$e.sel,$e.cm?$e.cm.curOp.id:NaN,ir)}function No($e,er,ir){($l($e,"beforeSelectionChange")||$e.cm&&$l($e.cm,"beforeSelectionChange"))&&(er=xo($e,er,ir));var lr=ir&&ir.bias||(Hu(er.primary().head,$e.sel.primary().head)<0?-1:1);Us($e,al($e,er,lr,!0)),!(ir&&ir.scroll===!1)&&$e.cm&&$e.cm.getOption("readOnly")!="nocursor"&&fs($e.cm)}function Us($e,er){er.equals($e.sel)||($e.sel=er,$e.cm&&($e.cm.curOp.updateInput=1,$e.cm.curOp.selectionChanged=!0,yl($e.cm)),lp($e,"cursorActivity",$e))}function Ws($e){Us($e,al($e,$e.sel,null,!1))}function al($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=Ku($e,Zr.anchor,Hn&&Hn.anchor,ir,lr),ma=Zr.head==Zr.anchor?mi:Ku($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 ed(mi,ma))}return dr?zd($e.cm,dr,er.primIndex):er}function Du($e,er,ir,lr,dr){var $r=Hl($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&&(Ds(mi,"beforeCursorEnter"),mi.explicitlyCleared))if($r.markedSpans){--Zr;continue}else break;if(!mi.atomic)continue;if(ir){var gs=mi.find(lr<0?1:-1),vs=void 0;if((lr<0?io:ma)&&(gs=pc($e,gs,-lr,gs&&gs.line==er.line?$r:null)),gs&&gs.line==er.line&&(vs=Hu(gs,ir))&&(lr<0?vs<0:vs>0))return Du($e,gs,er,lr,dr)}var xs=mi.find(lr<0?-1:1);return(lr<0?ma:io)&&(xs=pc($e,xs,lr,xs.line==er.line?$r:null)),xs?Du($e,xs,er,lr,dr):null}}return er}function Ku($e,er,ir,lr,dr){var $r=lr||1,Zr=Du($e,er,ir,$r,dr)||!dr&&Du($e,er,ir,$r,!0)||Du($e,er,ir,-$r,dr)||!dr&&Du($e,er,ir,-$r,!0);return Zr||($e.cantEdit=!0,_l($e.first,0))}function pc($e,er,ir,lr){return ir<0&&er.ch==0?er.line>$e.first?kc($e,_l(er.line-1)):null:ir>0&&er.ch==(lr||Hl($e,er.line)).text.length?er.line<$e.first+$e.size-1?_l(er.line+1,0):null:new _l(er.line,er.ch+ir)}function Pc($e){$e.setSelection(_l($e.firstLine(),0),_l($e.lastLine()),Cr)}function Bc($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=kc($e,dr)),$r&&(lr.to=kc($e,$r)),Zr&&(lr.text=Zr),Hn!==void 0&&(lr.origin=Hn)}),Ds($e,"beforeChange",$e,lr),$e.cm&&Ds($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 Vc($e,er,ir){if($e.cm){if(!$e.cm.curOp)return wu($e.cm,Vc)($e,er,ir);if($e.cm.state.suppressEdits)return}if(!(($l($e,"beforeChange")||$e.cm&&$l($e.cm,"beforeChange"))&&(er=Bc($e,er,!0),!er))){var lr=Gf&&!ir&&km($e,er.from,er.to);if(lr)for(var dr=lr.length-1;dr>=0;--dr)Lc($e,{from:lr[dr].from,to:lr[dr].to,text:dr?[""]:er.text,origin:er.origin});else Lc($e,er)}}function Lc($e,er){if(!(er.text.length==1&&er.text[0]==""&&Hu(er.from,er.to)==0)){var ir=of($e,er);Ia($e,er,ir,$e.cm?$e.cm.curOp.id:NaN),_u($e,er,ir,_m($e,er));var lr=[];$p($e,function(dr,$r){!$r&&Vr(lr,dr.history)==-1&&(Kd(dr.history,er),lr.push(dr.history)),_u(dr,er,null,_m(dr,er))})}}function Mc($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)){ss($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 gs=$l($e,"beforeChange")||$e.cm&&$l($e.cm,"beforeChange"),vs=function(Kl){var cl=$r.changes[Kl];if(cl.origin=er,gs&&!Bc($e,cl,!1))return Hn.length=0,{};io.push(Of($e,cl));var hu=Kl?of($e,cl):Wr(Hn);_u($e,cl,hu,za($e,cl)),!Kl&&$e.cm&&$e.cm.scrollIntoView({from:cl.from,to:Hf(cl)});var vu=[];$p($e,function(Es,mc){!mc&&Vr(vu,Es.history)==-1&&(Kd(Es.history,cl),vu.push(Es.history)),_u(Es,cl,null,za(Es,cl))})},xs=$r.changes.length-1;xs>=0;--xs){var tl=vs(xs);if(tl)return tl.v}}}}function Lu($e,er){if(er!=0&&($e.first+=er,$e.sel=new Hd(Kr($e.sel.ranges,function(dr){return new ed(_l(dr.anchor.line+er,dr.anchor.ch),_l(dr.head.line+er,dr.head.ch))}),$e.sel.primIndex),$e.cm)){Pp($e.cm,$e.first,$e.first-er,er);for(var ir=$e.cm.display,lr=ir.viewFrom;lr<ir.viewTo;lr++)um($e.cm,lr,"gutter")}}function _u($e,er,ir,lr){if($e.cm&&!$e.cm.curOp)return wu($e.cm,_u)($e,er,ir,lr);if(er.to.line<$e.first){Lu($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);Lu($e,dr),er={from:_l($e.first,0),to:_l(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:_l($r,Hl($e,$r).text.length),text:[er.text[0]],origin:er.origin}),er.removed=lc($e,er.from,er.to),ir||(ir=of($e,er)),$e.cm?$u($e.cm,er,lr):cm($e,er,lr),No($e,ir,Cr),$e.cantEdit&&Ku($e,_l($e.firstLine(),0))&&($e.cantEdit=!1)}}function $u($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=kn(jd(Hl(lr,$r.line))),lr.iter(mi,Zr.line+1,function(xs){if(xs==dr.maxLine)return Hn=!0,!0})),lr.sel.contains(er.from,er.to)>-1&&yl($e),cm(lr,er,ir,Zh($e)),$e.options.lineWrapping||(lr.iter(mi,$r.line+er.text.length,function(xs){var tl=qf(xs);tl>dr.maxLineLength&&(dr.maxLine=xs,dr.maxLineLength=tl,dr.maxLineChanged=!0,Hn=!1)}),Hn&&($e.curOp.updateMaxLine=!0)),Af(lr,$r.line),kl($e,400);var ma=er.text.length-(Zr.line-$r.line)-1;er.full?Pp($e):$r.line==Zr.line&&er.text.length==1&&!Jf($e.doc,er)?um($e,$r.line,"text"):Pp($e,$r.line,Zr.line+1,ma);var io=$l($e,"changes"),gs=$l($e,"change");if(gs||io){var vs={from:$r,to:Zr,text:er.text,removed:er.removed,origin:er.origin};gs&&lp($e,"change",$e,vs),io&&($e.curOp.changeObjs||($e.curOp.changeObjs=[])).push(vs)}$e.display.selForContextMenu=null}function gu($e,er,ir,lr,dr){var $r;lr||(lr=ir),Hu(lr,ir)<0&&($r=[lr,ir],ir=$r[0],lr=$r[1]),typeof er=="string"&&(er=$e.splitLines(er)),Vc($e,{from:ir,to:lr,text:er,origin:dr})}function _p($e,er,ir,lr){ir<$e.line?$e.line+=lr:er<$e.line&&($e.line=er,$e.ch=0)}function Md($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++)_p($r.ranges[Hn].anchor,er,ir,lr),_p($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=_l(ma.from.line+lr,ma.from.ch),ma.to=_l(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 Kd($e,er){var ir=er.from.line,lr=er.to.line,dr=er.text.length-(lr-ir)-1;Md($e.done,ir,lr,dr),Md($e.undone,ir,lr,dr)}function Td($e,er,ir,lr){var dr=er,$r=er;return typeof er=="number"?$r=Hl($e,fp($e,er)):dr=kn(er),dr==null?null:(lr($r,dr)&&$e.cm&&um($e.cm,dr,ir),$r)}function id($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}id.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,Ru(dr),lp(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 _c($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}_c.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 id))){var Hn=[];this.collapse(Hn),this.children=[new id(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 id(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 _c(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 _c($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 zc=function($e,er,ir){if(ir)for(var lr in ir)ir.hasOwnProperty(lr)&&(this[lr]=ir[lr]);this.doc=$e,this.node=er};zc.prototype.clear=function(){var $e=this.doc.cm,er=this.line.widgets,ir=this.line,lr=kn(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=Vp(this);Ju(ir,Math.max(0,ir.height-$r)),$e&&(Ec($e,function(){Gc($e,ir,-$r),um($e,lr,"widget")}),lp($e,"lineWidgetCleared",$e,this,lr))}},zc.prototype.changed=function(){var $e=this,er=this.height,ir=this.doc.cm,lr=this.line;this.height=null;var dr=Vp(this)-er;dr&&(ip(this.doc,lr)||Ju(lr,lr.height+dr),ir&&Ec(ir,function(){ir.curOp.forceUpdate=!0,Gc(ir,lr,dr),lp(ir,"lineWidgetChanged",ir,$e,kn(lr))}))},Ou(zc);function Gc($e,er,ir){Up(er)<($e.curOp&&$e.curOp.scrollTop||$e.doc.scrollTop)&&ws($e,ir)}function Qc($e,er,ir,lr){var dr=new zc($e,ir,lr),$r=$e.cm;return $r&&dr.noHScroll&&($r.display.alignWidgets=!0),Td($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&&!ip($e,Zr)){var mi=Up(Zr)<$e.scrollTop;Ju(Zr,Zr.height+Vp(dr)),mi&&ws($r,dr.height),$r.curOp.forceUpdate=!0}return!0}),$r&&lp($r,"lineWidgetAdded",$r,dr,typeof er=="number"?er:kn(er)),dr}var rl=0,Ml=function($e,er){this.lines=[],this.type=er,this.doc=$e,this.id=++rl};Ml.prototype.clear=function(){if(!this.explicitlyCleared){var $e=this.doc.cm,er=$e&&!$e.curOp;if(er&&bu($e),$l(this,"clear")){var ir=this.find();ir&&lp(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=rm(Zr.markedSpans,this);$e&&!this.collapsed?um($e,kn(Zr),"text"):$e&&(Hn.to!=null&&(dr=kn(Zr)),Hn.from!=null&&(lr=kn(Zr))),Zr.markedSpans=Mf(Zr.markedSpans,Hn),Hn.from==null&&this.collapsed&&!ip(this.doc,Zr)&&$e&&Ju(Zr,Ef($e.display))}if($e&&this.collapsed&&!$e.options.lineWrapping)for(var mi=0;mi<this.lines.length;++mi){var ma=jd(this.lines[mi]),io=qf(ma);io>$e.display.maxLineLength&&($e.display.maxLine=ma,$e.display.maxLineLength=io,$e.display.maxLineChanged=!0)}lr!=null&&$e&&this.collapsed&&Pp($e,lr,dr+1),this.lines.length=0,this.explicitlyCleared=!0,this.atomic&&this.doc.cantEdit&&(this.doc.cantEdit=!1,$e&&Ws($e.doc)),$e&&lp($e,"markerCleared",$e,this,lr,dr),er&&xu($e),this.parent&&this.parent.clear()}},Ml.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=rm($r.markedSpans,this);if(Zr.from!=null&&(ir=_l(er?$r:kn($r),Zr.from),$e==-1))return ir;if(Zr.to!=null&&(lr=_l(er?$r:kn($r),Zr.to),$e==1))return lr}return ir&&{from:ir,to:lr}},Ml.prototype.changed=function(){var $e=this,er=this.find(-1,!0),ir=this,lr=this.doc.cm;!er||!lr||Ec(lr,function(){var dr=er.line,$r=kn(er.line),Zr=bh(lr,$r);if(Zr&&(Hh(Zr),lr.curOp.selectionChanged=lr.curOp.forceUpdate=!0),lr.curOp.updateMaxLine=!0,!ip(ir.doc,dr)&&ir.height!=null){var Hn=ir.height;ir.height=null;var mi=Vp(ir)-Hn;mi&&Ju(dr,dr.height+mi)}lp(lr,"markerChanged",lr,$e)})},Ml.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)},Ml.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)}},Ou(Ml);function du($e,er,ir,lr,dr){if(lr&&lr.shared)return Qs($e,er,ir,lr,dr);if($e.cm&&!$e.cm.curOp)return wu($e.cm,du)($e,er,ir,lr,dr);var $r=new Ml($e,dr),Zr=Hu(er,ir);if(lr&&_r(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(Bm($e,er.line,er,ir,$r)||er.line!=ir.line&&Bm($e,ir.line,er,ir,$r))throw new Error("Inserting collapsed marker partially overlapping an existing one");Om()}$r.addToHistory&&Ia($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(gs){mi&&$r.collapsed&&!mi.options.lineWrapping&&jd(gs)==mi.display.maxLine&&(ma=!0),$r.collapsed&&Hn!=er.line&&Ju(gs,0),mh(gs,new ef($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(gs){ip($e,gs)&&Ju(gs,0)}),$r.clearOnEnter&&Hi($r,"beforeCursorEnter",function(){return $r.clear()}),$r.readOnly&&(gm(),($e.history.done.length||$e.history.undone.length)&&$e.clearHistory()),$r.collapsed&&($r.id=++rl,$r.atomic=!0),mi){if(ma&&(mi.curOp.updateMaxLine=!0),$r.collapsed)Pp(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++)um(mi,io,"text");$r.atomic&&Ws(mi.doc),lp(mi,"markerAdded",mi,$r)}return $r}var Qu=function($e,er){this.markers=$e,this.primary=er;for(var ir=0;ir<$e.length;++ir)$e[ir].parent=this};Qu.prototype.clear=function(){if(!this.explicitlyCleared){this.explicitlyCleared=!0;for(var $e=0;$e<this.markers.length;++$e)this.markers[$e].clear();lp(this,"clear")}},Qu.prototype.find=function($e,er){return this.primary.find($e,er)},Ou(Qu);function Qs($e,er,ir,lr,dr){lr=_r(lr),lr.shared=!1;var $r=[du($e,er,ir,lr,dr)],Zr=$r[0],Hn=lr.widgetNode;return $p($e,function(mi){Hn&&(lr.widgetNode=Hn.cloneNode(!0)),$r.push(du(mi,kc(mi,er),kc(mi,ir),lr,dr));for(var ma=0;ma<mi.linked.length;++ma)if(mi.linked[ma].isParent)return;Zr=Wr($r)}),new Qu($r,Zr)}function Nc($e){return $e.findMarks(_l($e.first,0),$e.clipPos(_l($e.lastLine())),function(er){return er.parent})}function gc($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(Hu($r,Zr)){var Hn=du($e,$r,Zr,lr.primary,lr.primary.type);lr.markers.push(Hn),Hn.parent=lr}}}function jp($e){for(var er=function(lr){var dr=$e[lr],$r=[dr.primary.doc];$p(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 pp=0,Zd=function($e,er,ir,lr,dr){if(!(this instanceof Zd))return new Zd($e,er,ir,lr,dr);ir==null&&(ir=0),_c.call(this,[new id([new Wn("",null)])]),this.first=ir,this.scrollTop=this.scrollLeft=0,this.cantEdit=!1,this.cleanGeneration=1,this.modeFrontier=this.highlightFrontier=ir;var $r=_l(ir,0);this.sel=Ip($r),this.history=new fm(null),this.id=++pp,this.modeOption=er,this.lineSep=lr,this.direction=dr=="rtl"?"rtl":"ltr",this.extend=!1,typeof $e=="string"&&($e=this.splitLines($e)),cm(this,{from:$r,to:$r,text:$e}),ss(this,Ip($r),Cr)};Zd.prototype=Qr(_c.prototype,{constructor:Zd,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=Vu(this,this.first,this.first+this.size);return $e===!1?er:er.join($e||this.lineSeparator())},setValue:Iu(function($e){var er=_l(this.first,0),ir=this.first+this.size-1;Vc(this,{from:er,to:_l(ir,Hl(this,ir).text.length),text:this.splitLines($e),origin:"setValue",full:!0},!0),this.cm&&Bs(this.cm,0,0),ss(this,Ip(er),Cr)}),replaceRange:function($e,er,ir,lr){er=kc(this,er),ir=ir?kc(this,ir):er,gu(this,$e,er,ir,lr)},getRange:function($e,er,ir){var lr=lc(this,kc(this,$e),kc(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(Wl(this,$e))return Hl(this,$e)},getLineNumber:function($e){return kn($e)},getLineHandleVisualStart:function($e){return typeof $e=="number"&&($e=Hl(this,$e)),jd($e)},lineCount:function(){return this.size},firstLine:function(){return this.first},lastLine:function(){return this.first+this.size-1},clipPos:function($e){return kc(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:Iu(function($e,er,ir){ko(this,kc(this,typeof $e=="number"?_l($e,er||0):$e),null,ir)}),setSelection:Iu(function($e,er,ir){ko(this,kc(this,$e),kc(this,er||$e),ir)}),extendSelection:Iu(function($e,er,ir){Sn(this,kc(this,$e),er&&kc(this,er),ir)}),extendSelections:Iu(function($e,er){ka(this,od(this,$e),er)}),extendSelectionsBy:Iu(function($e,er){var ir=Kr(this.sel.ranges,$e);ka(this,od(this,ir),er)}),setSelections:Iu(function($e,er,ir){if($e.length){for(var lr=[],dr=0;dr<$e.length;dr++)lr[dr]=new ed(kc(this,$e[dr].anchor),kc(this,$e[dr].head||$e[dr].anchor));er==null&&(er=Math.min($e.length-1,this.sel.primIndex)),ss(this,zd(this.cm,lr,er),ir)}}),addSelection:Iu(function($e,er,ir){var lr=this.sel.ranges.slice(0);lr.push(new ed(kc(this,$e),kc(this,er||$e))),ss(this,zd(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=lc(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=lc(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:Iu(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"&&Am(this,lr,er),mi=lr.length-1;mi>=0;mi--)Vc(this,lr[mi]);Hn?cs(this,Hn):this.cm&&fs(this.cm)}),undo:Iu(function(){Mc(this,"undo")}),redo:Iu(function(){Mc(this,"redo")}),undoSelection:Iu(function(){Mc(this,"undo",!0)}),redoSelection:Iu(function(){Mc(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 fm(this.history),$p(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 fm(this.history);er.done=fo($e.done.slice(0),null,!0),er.undone=fo($e.undone.slice(0),null,!0)},setGutterMarker:Iu(function($e,er,ir){return Td(this,$e,"gutter",function(lr){var dr=lr.gutterMarkers||(lr.gutterMarkers={});return dr[er]=ir,!ir&&qo(dr)&&(lr.gutterMarkers=null),!0})}),clearGutter:Iu(function($e){var er=this;this.iter(function(ir){ir.gutterMarkers&&ir.gutterMarkers[$e]&&Td(er,ir,"gutter",function(){return ir.gutterMarkers[$e]=null,qo(ir.gutterMarkers)&&(ir.gutterMarkers=null),!0})})}),lineInfo:function($e){var er;if(typeof $e=="number"){if(!Wl(this,$e)||(er=$e,$e=Hl(this,$e),!$e))return null}else if(er=kn($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:Iu(function($e,er,ir){return Td(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(kt(ir).test(lr[dr]))return!1;lr[dr]+=" "+ir}return!0})}),removeLineClass:Iu(function($e,er,ir){return Td(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(kt(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:Iu(function($e,er,ir){return Qc(this,$e,er,ir)}),removeLineWidget:function($e){$e.clear()},markText:function($e,er,ir){return du(this,kc(this,$e),kc(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=kc(this,$e),du(this,$e,$e,ir,"bookmark")},findMarksAt:function($e){$e=kc(this,$e);var er=[],ir=Hl(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=kc(this,$e),er=kc(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}),kc(this,_l(ir,er))},indexFromPos:function($e){$e=kc(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 Zd(Vu(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 Zd(Vu(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}],gc(lr,Nc(this)),lr},unlinkDoc:function($e){if($e instanceof Ss&&($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),jp(Nc(this));break}}if($e.history==this.history){var lr=[$e.id];$p($e,function(dr){return lr.push(dr.id)},!0),$e.history=new fm(null),$e.history.done=fo(this.history.done,lr),$e.history.undone=fo(this.history.undone,lr)}},iterLinkedDocs:function($e){$p(this,$e)},getMode:function(){return this.mode},getEditor:function(){return this.cm},splitLines:function($e){return this.lineSep?$e.split(this.lineSep):Br($e)},lineSeparator:function(){return this.lineSep||`
`},setDirection:Iu(function($e){$e!="rtl"&&($e="ltr"),$e!=this.direction&&(this.direction=$e,this.iter(function(er){return er.order=null}),this.cm&&dm(this.cm))})}),Zd.prototype.eachLine=Zd.prototype.iter;var Rf=0;function lf($e){var er=this;if(vp(er),!(ps(er,$e)||tf(er.display,$e))){As($e),V&&(Rf=+new Date);var ir=Xp(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&&wu(er,function(){ir=kc(er.doc,ir);var xs={from:ir,to:ir,text:er.doc.splitLines($r.filter(function(tl){return tl!=null}).join(er.doc.lineSeparator())),origin:"paste"};Vc(er.doc,xs),cs(er.doc,Ip(kc(er.doc,ir),kc(er.doc,Hf(xs))))})()},mi=function(xs,tl){if(er.options.allowDropFileTypes&&Vr(er.options.allowDropFileTypes,xs.type)==-1){Hn();return}var Kl=new FileReader;Kl.onerror=function(){return Hn()},Kl.onload=function(){var cl=Kl.result;if(/[\x00-\x08\x0e-\x1f]{2}/.test(cl)){Hn();return}$r[tl]=cl,Hn()},Kl.readAsText(xs)},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 gs;if(er.state.draggingText&&!er.state.draggingText.copy&&(gs=er.listSelections()),No(er.doc,Ip(ir,ir)),gs)for(var vs=0;vs<gs.length;++vs)gu(er.doc,"",gs[vs].anchor,gs[vs].head,"drag");er.replaceSelection(io,"around","paste"),er.display.input.focus()}}catch{}}}}function Tp($e,er){if(V&&(!$e.state.draggingText||+new Date-Rf<100)){$c(er);return}if(!(ps($e,er)||tf($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 rd($e,er){var ir=Xp($e,er);if(ir){var lr=document.createDocumentFragment();xm($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 vp($e){$e.display.dragCursor&&($e.display.lineSpace.removeChild($e.display.dragCursor),$e.display.dragCursor=null)}function Np($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 Cp=!1;function n0(){Cp||(c0(),Cp=!0)}function c0(){var $e;Hi(window,"resize",function(){$e==null&&($e=setTimeout(function(){$e=null,Np(y0)},100))}),Hi(window,"blur",function(){return Np(Ao)})}function y0($e){var er=$e.display;er.cachedCharWidth=er.cachedTextHeight=er.cachedPaddingH=null,er.scrollbarsClipped=!1,$e.setSize()}for(var Jp={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"},i0=0;i0<10;i0++)Jp[i0+48]=Jp[i0+96]=String(i0);for(var Gh=65;Gh<=90;Gh++)Jp[Gh]=String.fromCharCode(Gh);for(var qh=1;qh<=12;qh++)Jp[qh+111]=Jp[qh+63235]="F"+qh;var nh={};nh.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"},nh.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"},nh.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"},nh.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"]},nh.default=Fe?nh.macDefault:nh.pcDefault;function _0($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 mm($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(" "),_0),$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 uf($e,er,ir,lr){er=o0(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 uf($e,er.fallthrough,ir,lr);for(var $r=0;$r<er.fallthrough.length;$r++){var Zr=uf($e,er.fallthrough[$r],ir,lr);if(Zr)return Zr}}}function d0($e){var er=typeof $e=="string"?$e:Jp[$e.keyCode];return er=="Ctrl"||er=="Alt"||er=="Shift"||er=="Mod"}function m0($e,er,ir){var lr=$e;return er.altKey&&lr!="Alt"&&($e="Alt-"+$e),(Ue?er.metaKey:er.ctrlKey)&&lr!="Ctrl"&&($e="Ctrl-"+$e),(Ue?er.ctrlKey:er.metaKey)&&lr!="Mod"&&($e="Cmd-"+$e),!ir&&er.shiftKey&&lr!="Shift"&&($e="Shift-"+$e),$e}function a0($e,er){if(de&&$e.keyCode==34&&$e.char)return!1;var ir=Jp[$e.keyCode];return ir==null||$e.altGraphKey?!1:($e.keyCode==3&&$e.code&&(ir=$e.code),m0(ir,$e,er))}function o0($e){return typeof $e=="string"?nh[$e]:$e}function Zf($e,er){for(var ir=$e.doc.sel.ranges,lr=[],dr=0;dr<ir.length;dr++){for(var $r=er(ir[dr]);lr.length&&Hu($r.from,Wr(lr).to)<=0;){var Zr=lr.pop();if(Hu(Zr.from,$r.from)<0){$r.from=Zr.from;break}}lr.push($r)}Ec($e,function(){for(var Hn=lr.length-1;Hn>=0;Hn--)gu($e.doc,"",lr[Hn].from,lr[Hn].to,"+delete");fs($e)})}function e0($e,er,ir){var lr=Hr($e.text,er+ir,ir);return lr<0||lr>$e.text.length?null:lr}function Rn($e,er,ir){var lr=e0($e,er.ch,ir);return lr==null?null:new _l(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=Dp(er,ir);ma=dr<0?ir.text.length-1:0;var gs=Yp(er,io,ma).top;ma=Ar(function(vs){return Yp(er,io,vs).top==gs},dr<0==(Zr.level==1)?Zr.from:Zr.to-1,ma),mi=="before"&&(ma=e0(ir,ma,1))}else ma=dr<0?Zr.to:Zr.from;return new _l(lr,ma,mi)}}return new _l(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(hu,vu){return e0(er,hu instanceof _l?hu.ch:hu,vu)},mi,ma=function(hu){return $e.options.lineWrapping?(mi=mi||Dp($e,er),Wd($e,er,mi,hu)):{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 gs=Zr.level==1==lr<0,vs=Hn(ir,gs?1:-1);if(vs!=null&&(gs?vs<=Zr.to&&vs<=io.end:vs>=Zr.from&&vs>=io.begin)){var xs=gs?"before":"after";return new _l(ir.line,vs,xs)}}var tl=function(hu,vu,Es){for(var mc=function(qc,Gd){return Gd?new _l(ir.line,Hn(qc,1),"before"):new _l(ir.line,qc,"after")};hu>=0&&hu<dr.length;hu+=vu){var yc=dr[hu],Fu=vu>0==(yc.level!=1),fc=Fu?Es.begin:Hn(Es.end,-1);if(yc.from<=fc&&fc<yc.to||(fc=Fu?yc.from:Hn(yc.to,-1),Es.begin<=fc&&fc<Es.end))return mc(fc,Fu)}},Kl=tl($r+lr,lr,io);if(Kl)return Kl;var cl=lr>0?io.end:Hn(io.begin,-1);return cl!=null&&!(lr>0&&cl==er.text.length)&&(Kl=tl(lr>0?0:dr.length-1,lr,ma(cl)),Kl)?Kl:null}var Vn={selectAll:Pc,singleSelection:function($e){return $e.setSelection($e.getCursor("anchor"),$e.getCursor("head"),Cr)},killLine:function($e){return Zf($e,function(er){if(er.empty()){var ir=Hl($e.doc,er.head.line).text.length;return er.head.ch==ir&&er.head.line<$e.lastLine()?{from:er.head,to:_l(er.head.line+1,0)}:{from:er.head,to:_l(er.head.line,ir)}}else return{from:er.from(),to:er.to()}})},deleteLine:function($e){return Zf($e,function(er){return{from:_l(er.from().line,0),to:kc($e.doc,_l(er.to().line+1,0))}})},delLineLeft:function($e){return Zf($e,function(er){return{from:_l(er.from().line,0),to:er.from()}})},delWrappedLineLeft:function($e){return Zf($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 Zf($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(_l($e.firstLine(),0))},goDocEnd:function($e){return $e.extendSelection(_l($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")},yr)},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")},yr)},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},yr)},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=Fr($e.getLine($r.line),$r.ch,lr);er.push(kr(lr-Zr%lr))}$e.replaceSelections(er)},defaultTab:function($e){$e.somethingSelected()?$e.indentSelection("add"):$e.execCommand("insertTab")},transposeChars:function($e){return Ec($e,function(){for(var er=$e.listSelections(),ir=[],lr=0;lr<er.length;lr++)if(er[lr].empty()){var dr=er[lr].head,$r=Hl($e.doc,dr.line).text;if($r){if(dr.ch==$r.length&&(dr=new _l(dr.line,dr.ch-1)),dr.ch>0)dr=new _l(dr.line,dr.ch+1),$e.replaceRange($r.charAt(dr.ch-1)+$r.charAt(dr.ch-2),_l(dr.line,dr.ch-2),dr,"+transpose");else if(dr.line>$e.doc.first){var Zr=Hl($e.doc,dr.line-1).text;Zr&&(dr=new _l(dr.line,1),$e.replaceRange($r.charAt(0)+$e.doc.lineSeparator()+Zr.charAt(Zr.length-1),_l(dr.line-1,Zr.length-1),dr,"+transpose"))}}ir.push(new ed(dr,dr))}$e.setSelections(ir)})},newlineAndIndent:function($e){return Ec($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);fs($e)})},openLine:function($e){return $e.replaceSelection(`
`,"start")},toggleOverwrite:function($e){return $e.toggleOverwrite()}};function Fn($e,er){var ir=Hl($e.doc,er),lr=jd(ir);return lr!=ir&&(er=kn(lr)),di(!0,$e,lr,er,1)}function En($e,er){var ir=Hl($e.doc,er),lr=vm(ir);return lr!=ir&&(er=kn(lr)),di(!0,$e,ir,er,-1)}function xn($e,er){var ir=Fn($e,er.line),lr=Hl($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 _l(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)!=Tr}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=uf(er,$e.state.keyMaps[lr],ir,$e);if(dr)return dr}return $e.options.extraKeys&&uf(er,$e.options.extraKeys,ir,$e)||uf(er,$e.options.keyMap,ir,$e)}var Mi=new zr;function ea($e,er,ir,lr){var dr=$e.state.keySeq;if(dr){if(d0(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"&&lp($e,"keyHandled",$e,er,ir),(dr=="handled"||dr=="multi")&&(As(ir),ks($e)),!!dr}function ta($e,er){var ir=a0(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(vr(er)),!ps(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;br(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),ps(this,$e)}function la($e){var er=this;if(!($e.target&&$e.target!=er.display.input.getField())&&!(tf(er.display,$e)||ps(er,$e)||$e.ctrlKey&&!$e.altKey||Fe&&$e.metaKey)){var ir=$e.keyCode,lr=$e.charCode;if(de&&ir==ji){ji=null,As($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&&Hu(er,this.pos)==0&&ir==this.button};var Xa,Fa;function rs($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(!(ps(er,$e)||ir.activeTouch&&ir.input.supportsTouch())){if(ir.input.ensurePolled(),ir.shift=$e.shiftKey,tf(ir,$e)){re||(ir.scroller.draggable=!1,setTimeout(function(){return ir.scroller.draggable=!0},100));return}if(!Aa(er,$e)){var lr=Xp(er,$e),dr=vc($e),$r=lr?rs(lr,dr):"single";Lr(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):Oc($e)==ir.scroller&&As($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,m0($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)!=Tr}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=Ve?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(gr(us,$e),0):$e.curOp.focus=hr(vr($e));var dr=Fi($e,ir,lr),$r=$e.doc.sel,Zr;$e.options.dragDrop&&Yl&&!$e.isReadOnly()&&ir=="single"&&(Zr=$r.contains(er))>-1&&(Hu((Zr=$r.ranges[Zr]).from(),er)<0||er.xRel>0)&&(Hu(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=wu($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||(As(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 ed(er,er);if(ir=="word")return $e.findWordAt(er);if(ir=="line")return new ed(_l(er.line,0),kc($e.doc,_l(er.line+1,0)));var lr=ir($e,er);return new ed(lr.from,lr.to)}function ra($e,er,ir,lr){V&&Co($e);var dr=$e.display,$r=$e.doc;As(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 ed(ir,ir)):(Zr=$r.sel.primary(),Hn=$r.sel.primIndex),lr.unit=="rectangle")lr.addNew||(Zr=new ed(ir,ir)),ir=Xp($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,ss($r,zd($e,ma.concat([Zr]),Hn),{scroll:!1,origin:"*mouse"})):ma.length>1&&ma[Hn].empty()&&lr.unit=="char"&&!lr.extend?(ss($r,zd($e,ma.slice(0,Hn).concat(ma.slice(Hn+1)),0),{scroll:!1,origin:"*mouse"}),mi=$r.sel):fa($r,Hn,Zr,Mr):(Hn=0,ss($r,new Hd([Zr],0),Mr),mi=$r.sel);var gs=ir;function vs(Es){if(Hu(gs,Es)!=0)if(gs=Es,lr.unit=="rectangle"){for(var mc=[],yc=$e.options.tabSize,Fu=Fr(Hl($r,ir.line).text,ir.ch,yc),fc=Fr(Hl($r,Es.line).text,Es.ch,yc),qc=Math.min(Fu,fc),Gd=Math.max(Fu,fc),co=Math.min(ir.line,Es.line),il=Math.min($e.lastLine(),Math.max(ir.line,Es.line));co<=il;co++){var tc=Hl($r,co).text,Uc=Sr(tc,qc,yc);qc==Gd?mc.push(new ed(_l(co,Uc),_l(co,Uc))):tc.length>Uc&&mc.push(new ed(_l(co,Uc),_l(co,Sr(tc,Gd,yc))))}mc.length||mc.push(new ed(ir,ir)),ss($r,zd($e,mi.ranges.slice(0,Hn).concat(mc),Hn),{origin:"*mouse",scroll:!1}),$e.scrollIntoView(Es)}else{var Yc=Zr,ep=Gi($e,Es,lr.unit),Sd=Yc.anchor,Bd;Hu(ep.anchor,Sd)>0?(Bd=ep.head,Sd=yp(Yc.from(),ep.anchor)):(Bd=ep.anchor,Sd=hd(Yc.to(),ep.head));var Fd=mi.ranges.slice(0);Fd[Hn]=da($e,new ed(kc($r,Sd),Bd)),ss($r,zd($e,Fd,Hn),Mr)}}var xs=dr.wrapper.getBoundingClientRect(),tl=0;function Kl(Es){var mc=++tl,yc=Xp($e,Es,!0,lr.unit=="rectangle");if(yc)if(Hu(yc,gs)!=0){$e.curOp.focus=hr(vr($e)),vs(yc);var Fu=Ro(dr,$r);(yc.line>=Fu.to||yc.line<Fu.from)&&setTimeout(wu($e,function(){tl==mc&&Kl(Es)}),150)}else{var fc=Es.clientY<xs.top?-20:Es.clientY>xs.bottom?20:0;fc&&setTimeout(wu($e,function(){tl==mc&&(dr.scroller.scrollTop+=fc,Kl(Es))}),50)}}function cl(Es){$e.state.selectingText=!1,tl=1/0,Es&&(As(Es),dr.input.focus()),Ma(dr.wrapper.ownerDocument,"mousemove",hu),Ma(dr.wrapper.ownerDocument,"mouseup",vu),$r.history.lastSelOrigin=null}var hu=wu($e,function(Es){Es.buttons===0||!vc(Es)?cl(Es):Kl(Es)}),vu=wu($e,cl);$e.state.selectingText=vu,Hi(dr.wrapper.ownerDocument,"mousemove",hu),Hi(dr.wrapper.ownerDocument,"mouseup",vu)}function da($e,er){var ir=er.anchor,lr=er.head,dr=Hl($e.doc,ir.line);if(Hu(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),gs=io-Zr||(lr.ch-ir.ch)*(Hn.level==1?-1:1);io==mi-1||io==mi?ma=gs<0:ma=gs>0}var vs=$r[mi+(ma?-1:0)],xs=ma==(vs.level==1),tl=xs?vs.from:vs.to,Kl=xs?"after":"before";return ir.ch==tl&&ir.sticky==Kl?er:new ed(new _l(ir.line,tl,Kl),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&&As(er);var Zr=$e.display,Hn=Zr.lineDiv.getBoundingClientRect();if($r>Hn.bottom||!$l($e,ir))return ju(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=ns($e.doc,$r),gs=$e.display.gutterSpecs[mi];return Ds($e,ir,$e,io,gs.className,er),ju(er)}}}function Aa($e,er){return va($e,er,"gutterClick",!0)}function to($e,er){tf($e.display,er)||Bo($e,er)||ps($e,er,"contextmenu")||qe||$e.display.input.onContextMenu(er)}function Bo($e,er){return $l($e,"gutterContextMenu")?va($e,er,"gutterContextMenu",!1):!1}function Zo($e){$e.display.wrapper.className=$e.display.wrapper.className.replace(/\s*cm-s-\S+/g,"")+$e.options.theme.replace(/(^|\s)\s*/g," cm-s-"),Jm($e)}var Mo={toString:function(){return"CodeMirror.Init"}},ys={},bo={};function Ls($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,Lp(lr)},!0),ir("indentUnit",2,Lp,!0),ir("indentWithTabs",!1),ir("smartIndent",!0),ir("tabSize",4,function(lr){sf(lr),Jm(lr),Pp(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(_l(Zr,io))}Zr++});for(var Hn=$r.length-1;Hn>=0;Hn--)gu(lr.doc,dr,$r[Hn],_l($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",$f,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",!jt),ir("wholeLineUpdateBefore",!0),ir("theme","default",function(lr){Zo(lr),nf(lr)},!0),ir("keyMap","default",function(lr,dr,$r){var Zr=o0(dr),Hn=$r!=Mo&&o0($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=ud(dr,lr.options.lineNumbers),nf(lr)},!0),ir("fixedGutter",!0,function(lr,dr){lr.display.gutters.style.left=dr?Od(lr.display)+"px":"0",lr.refresh()},!0),ir("coverGutterNextToScrollbar",!1,function(lr){return Cl(lr)},!0),ir("scrollbarStyle","native",function(lr){vl(lr),Cl(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=ud(lr.options.gutters,dr),nf(lr)},!0),ir("firstLineNumber",1,nf,!0),ir("lineNumberFormatter",function(lr){return lr},nf,!0),ir("showCursorWhenSelecting",!1,Sf,!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,Qo),ir("allowDropFileTypes",null),ir("cursorBlinkRate",530),ir("cursorScrollMargin",0),ir("cursorHeight",1,Sf,!0),ir("singleCursorHeightPerLine",!0,Sf,!0),ir("workTime",100),ir("workDelay",100),ir("flattenSpans",!0,sf,!0),ir("addModeClass",!1,sf,!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,sf,!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 Qo($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?(br($e.display.wrapper,"CodeMirror-wrap"),$e.display.sizer.style.minWidth="",$e.display.sizerWidth=null):(tr($e.display.wrapper,"CodeMirror-wrap"),Yr($e)),kd($e),Pp($e),Jm($e),setTimeout(function(){return Cl($e)},100)}function Ss($e,er){var ir=this;if(!(this instanceof Ss))return new Ss($e,er);this.options=er=er?_r(er):{},_r(ys,er,!1);var lr=er.value;typeof lr=="string"?lr=new Zd(lr,er.mode,null,er.lineSeparator,er.direction):er.mode&&(lr.modeOption=er.mode),this.doc=lr;var dr=new Ss.inputStyles[er.inputStyle](this),$r=this.display=new Tf($e,lr,dr,er);$r.wrapper.CodeMirror=this,Zo(this),er.lineWrapping&&(this.display.wrapper.className+=" CodeMirror-wrap"),vl(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 zr,keySeq:null,specialChars:null},er.autofocus&&!Ne&&$r.input.focus(),V&&z<11&&setTimeout(function(){return ir.display.input.reset(!0)},20),nl(this),n0(),bu(this),this.curOp.forceUpdate=!0,Sp(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);Xc(this),er.finishInit&&er.finishInit(this);for(var Hn=0;Hn<Fs.length;++Hn)Fs[Hn](this);xu(this),re&&er.lineWrapping&&getComputedStyle($r.lineDiv).textRendering=="optimizelegibility"&&($r.lineDiv.style.textRendering="auto")}Ss.defaults=ys,Ss.optionHandlers=bo;function nl($e){var er=$e.display;Hi(er.scroller,"mousedown",wu($e,Ui)),V&&z<11?Hi(er.scroller,"dblclick",wu($e,function(mi){if(!ps($e,mi)){var ma=Xp($e,mi);if(!(!ma||Aa($e,mi)||tf($e.display,mi))){As(mi);var io=$e.findWordAt(ma);Sn($e.doc,io.anchor,io.head)}}})):Hi(er.scroller,"dblclick",function(mi){return ps($e,mi)||As(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,gs=ma.top-mi.top;return io*io+gs*gs>20*20}Hi(er.scroller,"touchstart",function(mi){if(!ps($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&&!tf(er,mi)&&ma.left!=null&&!ma.moved&&new Date-ma.start<300){var io=$e.coordsChar(er.activeTouch,"page"),gs;!ma.prev||Zr(ma,ma.prev)?gs=new ed(io,io):!ma.prev.prev||Zr(ma,ma.prev.prev)?gs=$e.findWordAt(io):gs=new ed(_l(io.line,0),kc($e.doc,_l(io.line+1,0))),$e.setSelection(gs.anchor,gs.head),$e.focus(),As(mi)}dr()}),Hi(er.scroller,"touchcancel",dr),Hi(er.scroller,"scroll",function(){er.scroller.clientHeight&&(is($e,er.scroller.scrollTop),Ts($e,er.scroller.scrollLeft,!0),Ds($e,"scroll",$e))}),Hi(er.scroller,"mousewheel",function(mi){return Vd($e,mi)}),Hi(er.scroller,"DOMMouseScroll",function(mi){return Vd($e,mi)}),Hi(er.wrapper,"scroll",function(){return er.wrapper.scrollTop=er.wrapper.scrollLeft=0}),er.dragFunctions={enter:function(mi){ps($e,mi)||$c(mi)},over:function(mi){ps($e,mi)||(rd($e,mi),$c(mi))},start:function(mi){return Tp($e,mi)},drop:wu($e,lf),leave:function(mi){ps($e,mi)||vp($e)}};var Hn=er.input.getField();Hi(Hn,"keyup",function(mi){return Ba.call($e,mi)}),Hi(Hn,"keydown",wu($e,oa)),Hi(Hn,"keypress",wu($e,la)),Hi(Hn,"focus",function(mi){return Do($e,mi)}),Hi(Hn,"blur",function(mi){return Ao($e,mi)})}var Fs=[];Ss.defineInitHook=function($e){return Fs.push($e)};function ml($e,er,ir,lr){var dr=$e.doc,$r;ir==null&&(ir="add"),ir=="smart"&&(dr.mode.indent?$r=pf($e,er).state:ir="prev");var Zr=$e.options.tabSize,Hn=Hl(dr,er),mi=Fr(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==Tr||io>150)){if(!lr)return;ir="prev"}ir=="prev"?er>dr.first?io=Fr(Hl(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 gs="",vs=0;if($e.options.indentWithTabs)for(var xs=Math.floor(io/Zr);xs;--xs)vs+=Zr,gs+=" ";if(vs<io&&(gs+=kr(io-vs)),gs!=ma)return gu(dr,gs,_l(er,0),_l(er,ma.length),"+input"),Hn.stateAfter=null,!0;for(var tl=0;tl<dr.sel.ranges.length;tl++){var Kl=dr.sel.ranges[tl];if(Kl.head.line==er&&Kl.head.ch<ma.length){var cl=_l(er,ma.length);fa(dr,tl,new ed(cl,cl));break}}}var Go=null;function Os($e){Go=$e}function fl($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=Br(er),ma=null;if(Hn&&lr.ranges.length>1)if(Go&&Go.text.join(`
`)==er){if(lr.ranges.length%Go.text.length==0){ma=[];for(var io=0;io<Go.text.length;io++)ma.push($r.splitLines(Go.text[io]))}}else mi.length==lr.ranges.length&&$e.options.pasteLinesPerSelection&&(ma=Kr(mi,function(hu){return[hu]}));for(var gs=$e.curOp.updateInput,vs=lr.ranges.length-1;vs>=0;vs--){var xs=lr.ranges[vs],tl=xs.from(),Kl=xs.to();xs.empty()&&(ir&&ir>0?tl=_l(tl.line,tl.ch-ir):$e.state.overwrite&&!Hn?Kl=_l(Kl.line,Math.min(Hl($r,Kl.line).text.length,Kl.ch+Wr(mi).length)):Hn&&Go&&Go.lineWise&&Go.text.join(`
`)==mi.join(`
`)&&(tl=Kl=_l(tl.line,0)));var cl={from:tl,to:Kl,text:ma?ma[vs%ma.length]:mi,origin:dr||(Hn?"paste":$e.state.cutIncoming>Zr?"cut":"+input")};Vc($e.doc,cl),lp($e,"inputRead",$e,cl)}er&&!Hn&&ku($e,er),fs($e),$e.curOp.updateInput<2&&($e.curOp.updateInput=gs),$e.curOp.typing=!0,$e.state.pasteIncoming=$e.state.cutIncoming=-1}function sl($e,er){var ir=$e.clipboardData&&$e.clipboardData.getData("Text");if(ir)return $e.preventDefault(),!er.isReadOnly()&&!er.options.disableInput&&er.hasFocus()&&Ec(er,function(){return fl(er,ir,0,null,"paste")}),!0}function ku($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=ml($e,dr.head.line,"smart");break}}else $r.electricInput&&$r.electricInput.test(Hl($e.doc,dr.head.line).text.slice(0,dr.head.ch))&&(Zr=ml($e,dr.head.line,"smart"));Zr&&lp($e,"electricInput",$e,dr.head.line)}}}function Is($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:_l(dr,0),head:_l(dr+1,0)};ir.push($r),er.push($e.getRange($r.anchor,$r.head))}return{text:er,ranges:ir}}function hs($e,er,ir,lr){$e.setAttribute("autocorrect",ir?"on":"off"),$e.setAttribute("autocapitalize",lr?"on":"off"),$e.setAttribute("spellcheck",!!er)}function Vs(){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 Ys($e){var er=$e.optionHandlers,ir=$e.helpers={};$e.prototype={constructor:$e,focus:function(){Lr(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)&&wu(this,er[lr])(this,dr,Zr),Ds(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"](o0(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:Ul(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++,Pp(this)}),removeOverlay:Ul(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++,Pp(this);return}}}),indentLine:Ul(function(lr,dr,$r){typeof dr!="string"&&typeof dr!="number"&&(dr==null?dr=this.options.smartIndent?"smart":"prev":dr=dr?"add":"subtract"),Wl(this.doc,lr)&&ml(this,lr,dr,$r)}),indentSelection:Ul(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&&(ml(this,Hn.head.line,lr,!0),$r=Hn.head.line,Zr==this.doc.sel.primIndex&&fs(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 gs=io;gs<$r;++gs)ml(this,gs,lr);var vs=this.doc.sel.ranges;mi.ch==0&&dr.length==vs.length&&vs[Zr].from().ch>0&&fa(this.doc,Zr,new ed(mi,vs[Zr].to()),Cr)}}}),getTokenAt:function(lr,dr){return Nf(this,lr,dr)},getLineTokens:function(lr,dr){return Nf(this,_l(lr),dr,!0)},getTokenTypeAt:function(lr){lr=kc(this.doc,lr);var dr=kf(this,Hl(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 gs=Zr._global[io];gs.pred(Hn,this)&&Vr($r,gs.val)==-1&&$r.push(gs.val)}return $r},getStateAfter:function(lr,dr){var $r=this.doc;return lr=fp($r,lr??$r.first+$r.size-1),pf(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=kc(this.doc,lr):$r=lr?Zr.from():Zr.to(),jl(this,$r,dr||"page")},charCoords:function(lr,dr){return cu(this,kc(this.doc,lr),dr||"page")},coordsChar:function(lr,dr){return lr=Js(this,lr,dr||"page"),Ad(this,lr.left,lr.top)},lineAtHeight:function(lr,dr){return lr=Js(this,{top:lr,left:0},dr||"page").top,ns(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=Hl(this.doc,lr)}else Hn=lr;return lm(this,Hn,{top:0,left:0},dr||"page",$r||Zr).top+(Zr?this.doc.height-Up(Hn):0)},defaultTextHeight:function(){return Ef(this.display)},defaultCharWidth:function(){return Xf(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=jl(this,kc(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 gs=Math.max(mi.wrapper.clientHeight,this.doc.height),vs=Math.max(mi.sizer.clientWidth,mi.lineSpace.clientWidth);(Zr=="above"||lr.bottom+dr.offsetHeight>gs)&&lr.top>dr.offsetHeight?ma=lr.top-dr.offsetHeight:lr.bottom+dr.offsetHeight<=gs&&(ma=lr.bottom),io+dr.offsetWidth>vs&&(io=vs-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:Ul(oa),triggerOnKeyPress:Ul(la),triggerOnKeyUp:Ba,triggerOnMouseDown:Ul(Ui),execCommand:function(lr){if(Vn.hasOwnProperty(lr))return Vn[lr].call(null,this)},triggerElectric:Ul(function(lr){ku(this,lr)}),findPosH:function(lr,dr,$r,Zr){var Hn=1;dr<0&&(Hn=-1,dr=-dr);for(var mi=kc(this.doc,lr),ma=0;ma<dr&&(mi=Gs(this.doc,mi,Hn,$r,Zr),!mi.hitSide);++ma);return mi},moveH:Ul(function(lr,dr){var $r=this;this.extendSelectionsBy(function(Zr){return $r.display.shift||$r.doc.extend||Zr.empty()?Gs($r.doc,Zr.head,lr,dr,$r.options.rtlMoveVisually):lr<0?Zr.from():Zr.to()},yr)}),deleteH:Ul(function(lr,dr){var $r=this.doc.sel,Zr=this.doc;$r.somethingSelected()?Zr.replaceSelection("",null,"+delete"):Zf(this,function(Hn){var mi=Gs(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=kc(this.doc,lr),io=0;io<dr;++io){var gs=jl(this,ma,"div");if(mi==null?mi=gs.left:gs.left=mi,ma=fu(this,gs,Hn,$r),ma.hitSide)break}return ma},moveV:Ul(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 gs=jl($r,io.head,"div");io.goalColumn!=null&&(gs.left=io.goalColumn),Hn.push(gs.left);var vs=fu($r,gs,lr,dr);return dr=="page"&&io==Zr.sel.primary()&&ws($r,cu($r,vs,"div").top-gs.top),vs},yr),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=Hl(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(gs){return Wa(gs,mi)}:/\s/.test(ma)?function(gs){return/\s/.test(gs)}:function(gs){return!/\s/.test(gs)&&!Wa(gs)};Zr>0&&io($r.charAt(Zr-1));)--Zr;for(;Hn<$r.length&&io($r.charAt(Hn));)++Hn}return new ed(_l(lr.line,Zr),_l(lr.line,Hn))},toggleOverwrite:function(lr){lr!=null&&lr==this.state.overwrite||((this.state.overwrite=!this.state.overwrite)?br(this.display.cursorDiv,"CodeMirror-overwrite"):tr(this.display.cursorDiv,"CodeMirror-overwrite"),Ds(this,"overwriteToggle",this,this.state.overwrite))},hasFocus:function(){return this.display.input.getField()==hr(vr(this))},isReadOnly:function(){return!!(this.options.readOnly||this.doc.cantEdit)},scrollTo:Ul(function(lr,dr){Bs(this,lr,dr)}),getScrollInfo:function(){var lr=this.display.scroller;return{left:lr.scrollLeft,top:lr.scrollTop,height:lr.scrollHeight-Df(this)-this.display.barHeight,width:lr.scrollWidth-Df(this)-this.display.barWidth,clientHeight:$m(this),clientWidth:sm(this)}},scrollIntoView:Ul(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:_l(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?Ks(this,lr):pl(this,lr.from,lr.to,lr.margin)}),setSize:Ul(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&&zh(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){um($r,Hn,"widget");break}}++Hn}),this.curOp.forceUpdate=!0,Ds(this,"refresh",this)}),operation:function(lr){return Ec(this,lr)},startOperation:function(){return bu(this)},endOperation:function(){return xu(this)},refresh:Ul(function(){var lr=this.display.cachedTextHeight;Pp(this),this.curOp.forceUpdate=!0,Jm(this),Bs(this,this.doc.scrollLeft,this.doc.scrollTop),Hp(this.display),(lr==null||Math.abs(lr-Ef(this.display))>.5||this.options.lineWrapping)&&kd(this),Ds(this,"refresh",this)}),swapDoc:Ul(function(lr){var dr=this.doc;return dr.cm=null,this.state.selectingText&&this.state.selectingText(),Sp(this,lr),Jm(this),this.display.input.reset(),Bs(this,lr.scrollLeft,lr.scrollTop),this.curOp.forceScroll=!0,lp(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}},Ou($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 Gs($e,er,ir,lr,dr){var $r=er,Zr=ir,Hn=Hl($e,er.line),mi=dr&&$e.direction=="rtl"?-ir:ir;function ma(){var vu=er.line+mi;return vu<$e.first||vu>=$e.first+$e.size?!1:(er=new _l(vu,er.ch,er.sticky),Hn=Hl($e,vu))}function io(vu){var Es;if(lr=="codepoint"){var mc=Hn.text.charCodeAt(er.ch+(ir>0?0:-1));if(isNaN(mc))Es=null;else{var yc=ir>0?mc>=55296&&mc<56320:mc>=56320&&mc<57343;Es=new _l(er.line,Math.max(0,Math.min(Hn.text.length,er.ch+ir*(yc?2:1))),-ir)}}else dr?Es=vn($e.cm,Hn,er,ir):Es=Rn(Hn,er,ir);if(Es==null)if(!vu&&ma())er=di(dr,$e.cm,Hn,er.line,mi);else return!1;else er=Es;return!0}if(lr=="char"||lr=="codepoint")io();else if(lr=="column")io(!0);else if(lr=="word"||lr=="group")for(var gs=null,vs=lr=="group",xs=$e.cm&&$e.cm.getHelper(er,"wordChars"),tl=!0;!(ir<0&&!io(!tl));tl=!1){var Kl=Hn.text.charAt(er.ch)||`
`,cl=Wa(Kl,xs)?"w":vs&&Kl==`
`?"n":!vs||/\s/.test(Kl)?null:"p";if(vs&&!tl&&!cl&&(cl="s"),gs&&gs!=cl){ir<0&&(ir=1,io(),er.sticky="after");break}if(cl&&(gs=cl),ir>0&&!io(!tl))break}var hu=Ku($e,er,$r,Zr,!0);return Rc($r,hu)&&(hu.hitSide=!0),hu}function fu($e,er,ir,lr){var dr=$e.doc,$r=er.left,Zr;if(lr=="page"){var Hn=Math.min($e.display.wrapper.clientHeight,Lr($e).innerHeight||dr($e).documentElement.clientHeight),mi=Math.max(Hn-.5*Ef($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=Ad($e,$r,Zr),!!ma.outside;){if(ir<0?Zr<=0:Zr>=dr.height){ma.hitSide=!0;break}Zr+=ir*5}return ma}var Vl=function($e){this.cm=$e,this.lastAnchorNode=this.lastAnchorOffset=this.lastFocusNode=this.lastFocusOffset=null,this.polling=new zr,this.composing=null,this.gracePeriod=!1,this.readDOMTimeout=null};Vl.prototype.init=function($e){var er=this,ir=this,lr=ir.cm,dr=ir.div=$e.lineDiv;dr.contentEditable=!0,hs(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)||ps(lr,Hn)||sl(Hn,lr)||z<=11&&setTimeout(wu(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)||ps(lr,Hn))){if(lr.somethingSelected())Os({lineWise:!1,text:lr.getSelections()}),Hn.type=="cut"&&lr.replaceSelection("",null,"cut");else if(lr.options.lineWiseCopyCut){var mi=Is(lr);Os({lineWise:!0,text:mi.text}),Hn.type=="cut"&&lr.operation(function(){lr.setSelections(mi.ranges,0,Cr),lr.replaceSelection("",null,"cut")})}else return;if(Hn.clipboardData){Hn.clipboardData.clearData();var ma=Go.text.join(`
`);if(Hn.clipboardData.setData("Text",ma),Hn.clipboardData.getData("Text")==ma){Hn.preventDefault();return}}var io=Vs(),gs=io.firstChild;hs(gs),lr.display.lineSpace.insertBefore(io,lr.display.lineSpace.firstChild),gs.value=Go.text.join(`
`);var vs=hr(Ir(dr));xr(gs),setTimeout(function(){lr.display.lineSpace.removeChild(io),vs.focus(),vs==dr&&ir.showPrimarySelection()},50)}}Hi(dr,"copy",Zr),Hi(dr,"cut",Zr)},Vl.prototype.screenReaderLabelChanged=function($e){$e?this.div.setAttribute("aria-label",$e):this.div.removeAttribute("aria-label")},Vl.prototype.prepareSelection=function(){var $e=Um(this.cm,!1);return $e.focus=hr(Ir(this.div))==this.div,$e},Vl.prototype.showSelection=function($e,er){!$e||!this.cm.display.view.length||(($e.focus||er)&&this.showPrimarySelection(),this.showMultipleSelections($e))},Vl.prototype.getSelection=function(){return this.cm.display.wrapper.ownerDocument.getSelection()},Vl.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=cc(er,$e.anchorNode,$e.anchorOffset),Zr=cc(er,$e.focusNode,$e.focusOffset);if(!($r&&!$r.bad&&Zr&&!Zr.bad&&Hu(yp($r,Zr),lr)==0&&Hu(hd($r,Zr),dr)==0)){var Hn=er.display.view,mi=lr.line>=er.display.viewFrom&&uc(er,lr)||{node:Hn[0].measure.map[2],offset:0},ma=dr.line<er.display.viewTo&&uc(er,dr);if(!ma){var io=Hn[Hn.length-1].measure,gs=io.maps?io.maps[io.maps.length-1]:io.map;ma={node:gs[gs.length-1],offset:gs[gs.length-2]-gs[gs.length-3]}}if(!mi||!ma){$e.removeAllRanges();return}var vs=$e.rangeCount&&$e.getRangeAt(0),xs;try{xs=cr(mi.node,mi.offset,ma.offset,ma.node)}catch{}xs&&(!k&&er.state.focused?($e.collapse(mi.node,mi.offset),xs.collapsed||($e.removeAllRanges(),$e.addRange(xs))):($e.removeAllRanges(),$e.addRange(xs)),vs&&$e.anchorNode==null?$e.addRange(vs):k&&this.startGracePeriod()),this.rememberSelection()}},Vl.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)},Vl.prototype.showMultipleSelections=function($e){ar(this.cm.display.cursorDiv,$e.cursors),ar(this.cm.display.selectionDiv,$e.selection)},Vl.prototype.rememberSelection=function(){var $e=this.getSelection();this.lastAnchorNode=$e.anchorNode,this.lastAnchorOffset=$e.anchorOffset,this.lastFocusNode=$e.focusNode,this.lastFocusOffset=$e.focusOffset},Vl.prototype.selectionInEditor=function(){var $e=this.getSelection();if(!$e.rangeCount)return!1;var er=$e.getRangeAt(0).commonAncestorContainer;return mr(this.div,er)},Vl.prototype.focus=function(){this.cm.options.readOnly!="nocursor"&&((!this.selectionInEditor()||hr(Ir(this.div))!=this.div)&&this.showSelection(this.prepareSelection(),!0),this.div.focus())},Vl.prototype.blur=function(){this.div.blur()},Vl.prototype.getField=function(){return this.div},Vl.prototype.supportsTouch=function(){return!0},Vl.prototype.receivedFocus=function(){var $e=this,er=this;this.selectionInEditor()?setTimeout(function(){return $e.pollSelection()},20):Ec(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)},Vl.prototype.selectionChanged=function(){var $e=this.getSelection();return $e.anchorNode!=this.lastAnchorNode||$e.anchorOffset!=this.lastAnchorOffset||$e.focusNode!=this.lastFocusNode||$e.focusOffset!=this.lastFocusOffset},Vl.prototype.pollSelection=function(){if(!(this.readDOMTimeout!=null||this.gracePeriod||!this.selectionChanged())){var $e=this.getSelection(),er=this.cm;if(he&&oe&&this.cm.display.gutterSpecs.length&&nd($e.anchorNode)){this.cm.triggerOnKeyDown({type:"keydown",keyCode:8,preventDefault:Math.abs}),this.blur(),this.focus();return}if(!this.composing){this.rememberSelection();var ir=cc(er,$e.anchorNode,$e.anchorOffset),lr=cc(er,$e.focusNode,$e.focusOffset);ir&&lr&&Ec(er,function(){ss(er.doc,Ip(ir,lr),Cr),(ir.bad||lr.bad)&&(er.curOp.selectionChanged=!0)})}}},Vl.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=_l(lr.line-1,Hl($e.doc,lr.line-1).length)),dr.ch==Hl($e.doc,dr.line).text.length&&dr.line<$e.lastLine()&&(dr=_l(dr.line+1,0)),lr.line<er.viewFrom||dr.line>er.viewTo-1)return!1;var $r,Zr,Hn;lr.line==er.viewFrom||($r=Fm($e,lr.line))==0?(Zr=kn(er.view[0].line),Hn=er.view[0].node):(Zr=kn(er.view[$r].line),Hn=er.view[$r-1].node.nextSibling);var mi=Fm($e,dr.line),ma,io;if(mi==er.view.length-1?(ma=er.viewTo-1,io=er.lineDiv.lastChild):(ma=kn(er.view[mi+1].line)-1,io=er.view[mi+1].node.previousSibling),!Hn)return!1;for(var gs=$e.doc.splitLines(hc($e,Hn,io,Zr,ma)),vs=lc($e.doc,_l(Zr,0),_l(ma,Hl($e.doc,ma).text.length));gs.length>1&&vs.length>1;)if(Wr(gs)==Wr(vs))gs.pop(),vs.pop(),ma--;else if(gs[0]==vs[0])gs.shift(),vs.shift(),Zr++;else break;for(var xs=0,tl=0,Kl=gs[0],cl=vs[0],hu=Math.min(Kl.length,cl.length);xs<hu&&Kl.charCodeAt(xs)==cl.charCodeAt(xs);)++xs;for(var vu=Wr(gs),Es=Wr(vs),mc=Math.min(vu.length-(gs.length==1?xs:0),Es.length-(vs.length==1?xs:0));tl<mc&&vu.charCodeAt(vu.length-tl-1)==Es.charCodeAt(Es.length-tl-1);)++tl;if(gs.length==1&&vs.length==1&&Zr==lr.line)for(;xs&&xs>lr.ch&&vu.charCodeAt(vu.length-tl-1)==Es.charCodeAt(Es.length-tl-1);)xs--,tl++;gs[gs.length-1]=vu.slice(0,vu.length-tl).replace(/^\u200b+/,""),gs[0]=gs[0].slice(xs).replace(/\u200b+$/,"");var yc=_l(Zr,xs),Fu=_l(ma,vs.length?Wr(vs).length-tl:0);if(gs.length>1||gs[0]||Hu(yc,Fu))return gu($e.doc,gs,yc,Fu,"+input"),!0},Vl.prototype.ensurePolled=function(){this.forceCompositionEnd()},Vl.prototype.reset=function(){this.forceCompositionEnd()},Vl.prototype.forceCompositionEnd=function(){this.composing&&(clearTimeout(this.readDOMTimeout),this.composing=null,this.updateFromDOM(),this.div.blur(),this.div.focus())},Vl.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))},Vl.prototype.updateFromDOM=function(){var $e=this;(this.cm.isReadOnly()||!this.pollContent())&&Ec(this.cm,function(){return Pp($e.cm)})},Vl.prototype.setUneditable=function($e){$e.contentEditable="false"},Vl.prototype.onKeyPress=function($e){$e.charCode==0||this.composing||($e.preventDefault(),this.cm.isReadOnly()||wu(this.cm,fl)(this.cm,String.fromCharCode($e.charCode==null?$e.keyCode:$e.charCode),0))},Vl.prototype.readOnlyChanged=function($e){this.div.contentEditable=String($e!="nocursor")},Vl.prototype.onContextMenu=function(){},Vl.prototype.resetPosition=function(){},Vl.prototype.needsContentAttribute=!0;function uc($e,er){var ir=bh($e,er.line);if(!ir||ir.hidden)return null;var lr=Hl($e.doc,er.line),dr=Fh(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=Vh(dr.map,er.ch,Zr);return mi.offset=mi.collapse=="right"?mi.end:mi.start,mi}function nd($e){for(var er=$e;er;er=er.parentNode)if(/CodeMirror-gutter-wrapper/.test(er.className))return!0;return!1}function Hc($e,er){return er&&($e.bad=!0),$e}function hc($e,er,ir,lr,dr){var $r="",Zr=!1,Hn=$e.doc.lineSeparator(),mi=!1;function ma(xs){return function(tl){return tl.id==xs}}function io(){Zr&&($r+=Hn,mi&&($r+=Hn),Zr=mi=!1)}function gs(xs){xs&&(io(),$r+=xs)}function vs(xs){if(xs.nodeType==1){var tl=xs.getAttribute("cm-text");if(tl){gs(tl);return}var Kl=xs.getAttribute("cm-marker"),cl;if(Kl){var hu=$e.findMarks(_l(lr,0),_l(dr+1,0),ma(+Kl));hu.length&&(cl=hu[0].find(0))&&gs(lc($e.doc,cl.from,cl.to).join(Hn));return}if(xs.getAttribute("contenteditable")=="false")return;var vu=/^(pre|div|p|li|table|br)$/i.test(xs.nodeName);if(!/^br$/i.test(xs.nodeName)&&xs.textContent.length==0)return;vu&&io();for(var Es=0;Es<xs.childNodes.length;Es++)vs(xs.childNodes[Es]);/^(pre|p)$/i.test(xs.nodeName)&&(mi=!0),vu&&(Zr=!0)}else xs.nodeType==3&&gs(xs.nodeValue.replace(/\u200b/g,"").replace(/\u00a0/g," "))}for(;vs(er),er!=ir;)er=er.nextSibling,mi=!1;return $r}function cc($e,er,ir){var lr;if(er==$e.display.lineDiv){if(lr=$e.display.lineDiv.childNodes[ir],!lr)return Hc($e.clipPos(_l($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 ul($r,er,ir)}}function ul($e,er,ir){var lr=$e.text.firstChild,dr=!1;if(!er||!mr(lr,er))return Hc(_l(kn($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 Hc(_l(kn($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(cl,hu,vu){for(var Es=-1;Es<(ma?ma.length:0);Es++)for(var mc=Es<0?mi.map:ma[Es],yc=0;yc<mc.length;yc+=3){var Fu=mc[yc+2];if(Fu==cl||Fu==hu){var fc=kn(Es<0?$e.line:$e.rest[Es]),qc=mc[yc]+vu;return(vu<0||Fu!=cl)&&(qc=mc[yc+(vu?1:0)]),_l(fc,qc)}}}var gs=io(Zr,Hn,ir);if(gs)return Hc(gs,dr);for(var vs=Hn.nextSibling,xs=Zr?Zr.nodeValue.length-ir:0;vs;vs=vs.nextSibling){if(gs=io(vs,vs.firstChild,0),gs)return Hc(_l(gs.line,gs.ch-xs),dr);xs+=vs.textContent.length}for(var tl=Hn.previousSibling,Kl=ir;tl;tl=tl.previousSibling){if(gs=io(tl,tl.firstChild,-1),gs)return Hc(_l(gs.line,gs.ch+Kl),dr);Kl+=tl.textContent.length}}var Jo=function($e){this.cm=$e,this.prevInput="",this.pollingFast=!1,this.polling=new zr,this.hasSelection=!1,this.composing=null,this.resetting=!1};Jo.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){ps(lr,Zr)||sl(Zr,lr)||(lr.state.pasteIncoming=+new Date,ir.fastPoll())});function $r(Zr){if(!ps(lr,Zr)){if(lr.somethingSelected())Os({lineWise:!1,text:lr.getSelections()});else if(lr.options.lineWiseCopyCut){var Hn=Is(lr);Os({lineWise:!0,text:Hn.text}),Zr.type=="cut"?lr.setSelections(Hn.ranges,null,Cr):(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(!(tf($e,Zr)||ps(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){tf($e,Zr)||As(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)})},Jo.prototype.createField=function($e){this.wrapper=Vs(),this.textarea=this.wrapper.firstChild;var er=this.cm.options;hs(this.textarea,er.spellcheck,er.autocorrect,er.autocapitalize)},Jo.prototype.screenReaderLabelChanged=function($e){$e?this.textarea.setAttribute("aria-label",$e):this.textarea.removeAttribute("aria-label")},Jo.prototype.prepareSelection=function(){var $e=this.cm,er=$e.display,ir=$e.doc,lr=Um($e);if($e.options.moveInputWithCursor){var dr=jl($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},Jo.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")},Jo.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}},Jo.prototype.getField=function(){return this.textarea},Jo.prototype.supportsTouch=function(){return!1},Jo.prototype.focus=function(){if(this.cm.options.readOnly!="nocursor"&&(!Ne||hr(Ir(this.textarea))!=this.textarea))try{this.textarea.focus()}catch{}},Jo.prototype.blur=function(){this.textarea.blur()},Jo.prototype.resetPosition=function(){this.wrapper.style.top=this.wrapper.style.left=0},Jo.prototype.receivedFocus=function(){this.slowPoll()},Jo.prototype.slowPoll=function(){var $e=this;this.pollingFast||this.polling.set(this.cm.options.pollInterval,function(){$e.poll(),$e.cm.state.focused&&$e.slowPoll()})},Jo.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)},Jo.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 Ec(er,function(){fl(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},Jo.prototype.ensurePolled=function(){this.pollingFast&&this.poll()&&(this.pollingFast=!1)},Jo.prototype.onKeyPress=function(){V&&z>=9&&(this.hasSelection=null),this.fastPoll()},Jo.prototype.onContextMenu=function($e){var er=this,ir=er.cm,lr=ir.display,dr=er.textarea;er.contextMenuPending&&er.contextMenuPending();var $r=Xp(ir,$e),Zr=lr.scroller.scrollTop;if(!$r||de)return;var Hn=ir.options.resetSelectionOnContextMenu;Hn&&ir.doc.sel.contains($r)==-1&&wu(ir,ss)(ir.doc,Ip($r),Cr);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 gs;re&&(gs=dr.ownerDocument.defaultView.scrollY),lr.input.focus(),re&&dr.ownerDocument.defaultView.scrollTo(null,gs),lr.input.reset(),ir.somethingSelected()||(dr.value=er.prevInput=" "),er.contextMenuPending=xs,lr.selForContextMenu=ir.doc.sel,clearTimeout(lr.detectingSelectAll);function vs(){if(dr.selectionStart!=null){var Kl=ir.somethingSelected(),cl=""+(Kl?dr.value:"");dr.value="⇚",dr.value=cl,er.prevInput=Kl?"":"",dr.selectionStart=1,dr.selectionEnd=cl.length,lr.selForContextMenu=ir.doc.sel}}function xs(){if(er.contextMenuPending==xs&&(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)&&vs();var Kl=0,cl=function(){lr.selForContextMenu==ir.doc.sel&&dr.selectionStart==0&&dr.selectionEnd>0&&er.prevInput==""?wu(ir,Pc)(ir):Kl++<10?lr.detectingSelectAll=setTimeout(cl,500):(lr.selForContextMenu=null,lr.input.reset())};lr.detectingSelectAll=setTimeout(cl,200)}}if(V&&z>=9&&vs(),qe){$c($e);var tl=function(){Ma(window,"mouseup",tl),setTimeout(xs,20)};Hi(window,"mouseup",tl)}else setTimeout(xs,50)},Jo.prototype.readOnlyChanged=function($e){$e||this.reset(),this.textarea.disabled=$e=="nocursor",this.textarea.readOnly=!!$e},Jo.prototype.setUneditable=function(){},Jo.prototype.needsContentAttribute=!1;function hl($e,er){if(er=er?_r(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=Ss(function(mi){return $e.parentNode.insertBefore(mi,$e.nextSibling)},er);return Hn}function Ms($e){$e.off=Ma,$e.on=Hi,$e.wheelEventPixels=gp,$e.Doc=Zd,$e.splitLines=Br,$e.countColumn=Fr,$e.findColumn=Sr,$e.isWordChar=Po,$e.Pass=Tr,$e.signal=Ds,$e.Line=Wn,$e.changeEnd=Hf,$e.scrollbarModel=Eu,$e.Pos=_l,$e.cmpPos=Hu,$e.modes=Wi,$e.mimeModes=pa,$e.resolveMode=Eo,$e.getMode=Fo,$e.modeExtensions=_s,$e.extendMode=An,$e.copyState=Vo,$e.startState=Io,$e.innerMode=pu,$e.commands=Vn,$e.keyMap=nh,$e.keyName=a0,$e.isModifierKey=d0,$e.lookupKey=uf,$e.normalizeKeyMap=mm,$e.StringStream=yu,$e.SharedTextMarker=Qu,$e.TextMarker=Ml,$e.LineWidget=zc,$e.e_preventDefault=As,$e.e_stopPropagation=Uu,$e.e_stop=$c,$e.addClass=br,$e.contains=mr,$e.rmClass=tr,$e.keyNames=Jp}Ls(Ss),Ys(Ss);var dl="iter insert remove copy getEditor constructor".split(" ");for(var Wu in Zd.prototype)Zd.prototype.hasOwnProperty(Wu)&&Vr(dl,Wu)<0&&(Ss.prototype[Wu]=function($e){return function(){return $e.apply(this.doc,arguments)}}(Zd.prototype[Wu]));return Ou(Zd),Ss.inputStyles={textarea:Jo,contenteditable:Vl},Ss.defineMode=function($e){!Ss.defaults.mode&&$e!="null"&&(Ss.defaults.mode=$e),Ki.apply(this,arguments)},Ss.defineMIME=Xo,Ss.defineMode("null",function(){return{token:function($e){return $e.skipToEnd()}}}),Ss.defineMIME("text/plain","null"),Ss.defineExtension=function($e,er){Ss.prototype[$e]=er},Ss.defineDocExtension=function($e,er){Zd.prototype[$e]=er},Ss.fromTextArea=hl,Ms(Ss),Ss.version="5.65.17",Ss})}(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),_e=guessSerializerType(Ie),Ce=(k=n.serializer)!=null?k:StorageSerializers[_e],{pause:he,resume:Ne}=watchPausable(pe,()=>Ve(pe.value),{flush:L,deep:$,eventFilter:oe});ie&&j&&tryOnMounted$1(()=>{y instanceof Storage?useEventListener$1(ie,"storage",Et):useEventListener$1(ie,customStorageEventName,Ue),de&&Et()}),de||Et();function Fe(qe,kt){if(ie){const tr={key:e,oldValue:qe,newValue:kt,storageArea:y};ie.dispatchEvent(y instanceof Storage?new StorageEvent("storage",tr):new CustomEvent(customStorageEventName,{detail:tr}))}}function Ve(qe){try{const kt=y.getItem(e);if(qe==null)Fe(kt,null),y.removeItem(e);else{const tr=Ce.write(qe);kt!==tr&&(y.setItem(e,tr),Fe(kt,tr))}}catch(kt){ue(kt)}}function jt(qe){const kt=qe?qe.newValue:y.getItem(e);if(kt==null)return V&&Ie!=null&&y.setItem(e,Ce.write(Ie)),Ie;if(!qe&&z){const tr=Ce.read(kt);return typeof z=="function"?z(tr,Ie):_e==="object"&&!Array.isArray(tr)?{...Ie,...tr}:tr}else return typeof kt!="string"?kt:Ce.read(kt)}function Et(qe){if(!(qe&&qe.storageArea!==y)){if(qe&&qe.key==null){pe.value=Ie;return}if(!(qe&&qe.key!==e)){he();try{(qe==null?void 0:qe.newValue)!==Ce.write(pe.value)&&(pe.value=jt(qe))}catch(kt){ue(kt)}finally{qe?nextTick$1(Ne):Ne()}}}}function Ue(qe){Et(qe.detail)}return pe}function usePreferredDark(e){return useMediaQuery("(prefers-color-scheme: dark)",e)}const CSS_DISABLE_TRANS="*,*::before,*::after{-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;-ms-transition:none!important;transition:none!important}";function useColorMode(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,Ve)=>{const jt=typeof Ne=="string"?k==null?void 0:k.document.querySelector(Ne):unrefElement$1(Ne);if(!jt)return;const Et=new Set,Ue=new Set;let qe=null;if(Fe==="class"){const tr=Ve.split(/\s/g);Object.values(ie).flatMap(rr=>(rr||"").split(/\s/g)).filter(Boolean).forEach(rr=>{tr.includes(rr)?Et.add(rr):Ue.add(rr)})}else qe={key:Fe,value:Ve};if(Et.size===0&&Ue.size===0&&qe===null)return;let kt;re&&(kt=k.document.createElement("style"),kt.appendChild(document.createTextNode(CSS_DISABLE_TRANS)),k.document.head.appendChild(kt));for(const tr of Et)jt.classList.add(tr);for(const tr of Ue)jt.classList.remove(tr);qe&&jt.setAttribute(qe.key,qe.value),re&&(k.getComputedStyle(kt).opacity,document.head.removeChild(kt))});function _e(Ne){var Fe;Ie(t,y,(Fe=ie[Ne])!=null?Fe:Ne)}function Ce(Ne){e.onChanged?e.onChanged(Ne,_e):_e(Ne)}watch(pe,Ce,{flush:"post",immediate:!0}),tryOnMounted$1(()=>Ce(pe.value));const he=computed({get(){return z?de.value:pe.value},set(Ne){de.value=Ne}});try{return Object.assign(he,{store:de,system:ue,state:pe})}catch{return he}}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=_e=>j?isFunction$3(j)?j(_e):cloneFnJSON(_e):_e,Ie=()=>isDef(e[t])?pe(e[t]):ie;if(V){const _e=Ie(),Ce=ref$1(_e);return watch(()=>e[t],he=>Ce.value=pe(he)),watch(Ce,he=>{(he!==e[t]||re)&&ue(de,he)},{deep:re}),Ce}else return computed({get(){return Ie()},set(_e){ue(de,_e)}})}function useWindowFocus({window:e=defaultWindow}={}){if(!e)return ref$1(!1);const t=ref$1(e.document.hasFocus());return useEventListener(e,"blur",()=>{t.value=!1}),useEventListener(e,"focus",()=>{t.value=!0}),t}function useWindowSize(e={}){const{window:t=defaultWindow,initialWidth:y=1/0,initialHeight:n=1/0,listenOrientation: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,_e){$.set(_e,baseClone(Ie,t,y,_e,e,L))});var de=z?V?getAllKeysIn:getAllKeys:V?keysIn:keys,pe=re?void 0:de(e);return arrayEach(pe||e,function(Ie,_e){pe&&(_e=Ie,Ie=e[_e]),assignValue($,_e,baseClone(Ie,t,y,_e,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(_e,Ce){if(!cacheHas(ue,Ce)&&(de===_e||k(de,_e,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 _e=e[oe],Ce=t[oe];if(n)var he=$?n(Ce,_e,oe,t,e,L):n(_e,Ce,oe,e,t,L);if(!(he===void 0?_e===Ce||k(_e,Ce,y,n,L):he)){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(Ve){var jt=n,Et=k;return n=k=void 0,z=Ve,$=e.apply(Et,jt),$}function de(Ve){return z=Ve,j=setTimeout(_e,t),re?ue(Ve):$}function pe(Ve){var jt=Ve-V,Et=Ve-z,Ue=t-jt;return ie?nativeMin(Ue,L-Et):Ue}function Ie(Ve){var jt=Ve-V,Et=Ve-z;return V===void 0||jt>=t||jt<0||ie&&Et>=L}function _e(){var Ve=now();if(Ie(Ve))return Ce(Ve);j=setTimeout(_e,pe(Ve))}function Ce(Ve){return j=void 0,oe&&n?ue(Ve):(n=k=void 0,$)}function he(){j!==void 0&&clearTimeout(j),z=0,n=V=k=j=void 0}function Ne(){return j===void 0?$:Ce(now())}function Fe(){var Ve=now(),jt=Ie(Ve);if(n=arguments,k=this,V=Ve,jt){if(j===void 0)return de(V);if(ie)return clearTimeout(j),j=setTimeout(_e,t),ue(V)}return j===void 0&&(j=setTimeout(_e,t)),$}return Fe.cancel=he,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,_e=de.width,Ce=de.height,he=document.documentElement.clientWidth,Ne=document.documentElement.clientHeight,Fe=-pe+oe,Ve=-Ie+ue,jt=he-pe-_e+oe,Et=Ne-Ie-Ce+ue,Ue=kt=>{let tr=oe+kt.clientX-re,rr=ue+kt.clientY-ie;n!=null&&n.value||(tr=Math.min(Math.max(tr,Fe),jt),rr=Math.min(Math.max(rr,Ve),Et)),k={offsetX:tr,offsetY:rr},e.value&&(e.value.style.transform=`translate(${addUnit(tr)}, ${addUnit(rr)})`)},qe=()=>{document.removeEventListener("mousemove",Ue),document.removeEventListener("mouseup",qe)};document.addEventListener("mousemove",Ue),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,_e)=>pe&&Ie&&_e?_bem(y.value,e,pe,Ie,_e):"",is:(pe,...Ie)=>{const _e=Ie.length>=1?Ie[0]:!0;return pe&&_e?`${statePrefix}${pe}`:""},cssVar:pe=>{const Ie={};for(const _e in pe)pe[_e]&&(Ie[`--${y.value}-${_e}`]=pe[_e]);return Ie},cssVarName:pe=>`--${y.value}-${pe}`,cssVarBlock:pe=>{const Ie={};for(const _e in pe)pe[_e]&&(Ie[`--${y.value}-${e}-${_e}`]=pe[_e]);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),_e=jt=>{$.value!==!0&&($.value=!0,j&&(j.value=jt),isFunction$4(re)&&re(jt))},Ce=jt=>{$.value!==!1&&($.value=!1,j&&(j.value=jt),isFunction$4(ie)&&ie(jt))},he=jt=>{if(de.disabled===!0||isFunction$4(z)&&!z())return;const Et=pe.value&&isClient;Et&&ue(t,!0),(Ie.value||!Et)&&_e(jt)},Ne=jt=>{if(de.disabled===!0||!isClient)return;const Et=pe.value&&isClient;Et&&ue(t,!1),(Ie.value||!Et)&&Ce(jt)},Fe=jt=>{isBoolean$2(jt)&&(de.disabled&&jt?pe.value&&ue(t,!1):$.value!==jt&&(jt?_e():Ce()))},Ve=()=>{$.value?Ne():he()};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:he,toggle:Ve,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],_e=se(L),Ce=_e?V==="y"?_e.clientHeight||0:_e.clientWidth||0:0,he=pe/2-Ie/2,Ne=ie[ue],Fe=Ce-oe[re]-ie[de],Ve=Ce/2-oe[re]/2+he,jt=fe(Ne,Ve,Fe),Et=V;y.modifiersData[n]=(t={},t[Et]=jt,t.centerOffset=jt-Ve,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 _e=$.hasOwnProperty("x"),Ce=$.hasOwnProperty("y"),he=P$1,Ne=E$1,Fe=window;if(z){var Ve=se(y),jt="clientHeight",Et="clientWidth";if(Ve===H(y)&&(Ve=I$1(y),N$1(Ve).position!=="static"&&j==="absolute"&&(jt="scrollHeight",Et="scrollWidth")),Ve=Ve,k===E$1||(k===P$1||k===W)&&L===J){Ne=R$1;var Ue=ie&&Ve===Fe&&Fe.visualViewport?Fe.visualViewport.height:Ve[jt];pe-=Ue-n.height,pe*=V?1:-1}if(k===P$1||(k===E$1||k===R$1)&&L===J){he=W;var qe=ie&&Ve===Fe&&Fe.visualViewport?Fe.visualViewport.width:Ve[Et];ue-=qe-n.width,ue*=V?1:-1}}var kt=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({},kt,(rr={},rr[Ne]=Ce?"0":"",rr[he]=_e?"0":"",rr.transform=(Fe.devicePixelRatio||1)<=1?"translate("+ue+"px, "+pe+"px)":"translate3d("+ue+"px, "+pe+"px, 0)",rr))}return Object.assign({},kt,(t={},t[Ne]=Ce?pe+"px":"",t[he]=_e?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,_e=e.rects.popper,Ce=e.elements[oe?Ie:re],he=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:_e,strategy:"absolute",placement:k}),Ve=Te(Object.assign({},_e,Fe)),jt=re===K?Ve:Ne,Et={top:he.top-jt.top+pe.top,bottom:jt.bottom-he.bottom+pe.bottom,left:he.left-jt.left+pe.left,right:jt.right-he.right+pe.right},Ue=e.modifiersData.offset;if(re===K&&Ue){var qe=Ue[k];Object.keys(Et).forEach(function(kt){var tr=[W,R$1].indexOf(kt)>=0?1:-1,rr=[E$1,R$1].indexOf(kt)>=0?"y":"x";Et[kt]+=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,_e=q(Ie),Ce=_e===Ie,he=V||(Ce||!de?[be(Ie)]:Kt(Ie)),Ne=[Ie].concat(he).reduce(function(vr,Ir){return vr.concat(q(Ir)===me$1?Jt(t,{placement:Ir,boundary:re,rootBoundary:ie,padding:z,flipVariations:de,allowedAutoPlacements:pe}):Ir)},[]),Fe=t.rects.reference,Ve=t.rects.popper,jt=new Map,Et=!0,Ue=Ne[0],qe=0;qe<Ne.length;qe++){var kt=Ne[qe],tr=q(kt),rr=te(kt)===U$1,ar=[E$1,R$1].indexOf(tr)>=0,nr=ar?"width":"height",ur=ne$2(t,{placement:kt,boundary:re,rootBoundary:ie,altBoundary:oe,padding:z}),cr=ar?rr?W:P$1:rr?R$1:E$1;Fe[nr]>Ve[nr]&&(cr=be(cr));var mr=be(cr),hr=[];if(L&&hr.push(ur[tr]<=0),j&&hr.push(ur[cr]<=0,ur[mr]<=0),hr.every(function(vr){return vr})){Ue=kt,Et=!1;break}jt.set(kt,hr)}if(Et)for(var br=de?3:1,Rr=function(vr){var Ir=Ne.find(function(Lr){var gr=jt.get(Lr);if(gr)return gr.slice(0,vr).every(function(_r){return _r})});if(Ir)return Ue=Ir,"break"},xr=br;xr>0;xr--){var Er=Rr(xr);if(Er==="break")break}t.placement!==Ue&&(t.modifiersData[n]._skip=!0,t.placement=Ue,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}),_e=q(t.placement),Ce=te(t.placement),he=!Ce,Ne=Le$1(_e),Fe=rn(Ne),Ve=t.modifiersData.popperOffsets,jt=t.rects.reference,Et=t.rects.popper,Ue=typeof pe=="function"?pe(Object.assign({},t.rects,{placement:t.placement})):pe,qe=typeof Ue=="number"?{mainAxis:Ue,altAxis:Ue}:Object.assign({mainAxis:0,altAxis:0},Ue),kt=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,tr={x:0,y:0};if(Ve){if(L){var rr,ar=Ne==="y"?E$1:P$1,nr=Ne==="y"?R$1:W,ur=Ne==="y"?"height":"width",cr=Ve[Ne],mr=cr+Ie[ar],hr=cr-Ie[nr],br=ue?-Et[ur]/2:0,Rr=Ce===U$1?jt[ur]:Et[ur],xr=Ce===U$1?-Et[ur]:-jt[ur],Er=t.elements.arrow,vr=ue&&Er?ke(Er):{width:0,height:0},Ir=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:st(),Lr=Ir[ar],gr=Ir[nr],_r=fe(0,jt[ur],vr[ur]),Fr=he?jt[ur]/2-br-_r-Lr-qe.mainAxis:Rr-_r-Lr-qe.mainAxis,zr=he?-jt[ur]/2+br+_r+gr+qe.mainAxis:xr+_r+gr+qe.mainAxis,Vr=t.elements.arrow&&se(t.elements.arrow),Gr=Vr?Ne==="y"?Vr.clientTop||0:Vr.clientLeft||0:0,Tr=(rr=kt==null?void 0:kt[Ne])!=null?rr:0,Cr=cr+Fr-Tr-Gr,Mr=cr+zr-Tr,yr=fe(ue?ve(mr,Cr):mr,cr,ue?X$1(hr,Mr):hr);Ve[Ne]=yr,tr[Ne]=yr-cr}if(j){var Sr,Dr=Ne==="x"?E$1:P$1,kr=Ne==="x"?R$1:W,Wr=Ve[Fe],Kr=Fe==="y"?"height":"width",Nr=Wr+Ie[Dr],jr=Wr-Ie[kr],Qr=[E$1,P$1].indexOf(_e)!==-1,ca=(Sr=kt==null?void 0:kt[Fe])!=null?Sr:0,Po=Qr?Nr:Wr-jt[Kr]-Et[Kr]-ca+qe.altAxis,Wa=Qr?Wr+jt[Kr]+Et[Kr]-ca-qe.altAxis:jr,qo=ue&&Qr?St(Po,Wr,Wa):fe(ue?Po:Nr,Wr,ue?Wa:jr);Ve[Fe]=qo,tr[Fe]=qo-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 _e=un(dn([].concat(n,z.options.modifiers)));return z.orderedModifiers=_e.filter(function(Ce){return Ce.enabled}),ue(),oe.update()},forceUpdate:function(){if(!ie){var pe=z.elements,Ie=pe.reference,_e=pe.popper;if($t$1(Ie,_e)){z.rects={reference:cn$1(Ie,se(_e),z.options.strategy==="fixed"),popper:ke(_e)},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 he=z.orderedModifiers[Ce],Ne=he.fn,Fe=he.options,Ve=Fe===void 0?{}:Fe,jt=he.name;typeof Ne=="function"&&(z=Ne({state:z,options:Ve,name:jt,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,_e=pe.options,Ce=_e===void 0?{}:_e,he=pe.effect;if(typeof he=="function"){var Ne=he({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:_e}=j[pe],{x:Ce,y:he,data:Ne,reset:Fe}=await _e({x:re,y:ie,initialPlacement:n,placement:oe,strategy:k,middlewareData:ue,rects:z,platform:$,elements:{reference:e,floating:t}});re=Ce??re,ie=he??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],_e=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,he=await(L.getOffsetParent==null?void 0:L.getOffsetParent(j.floating)),Ne=await(L.isElement==null?void 0:L.isElement(he))?await(L.getScale==null?void 0:L.getScale(he))||{x:1,y:1}:{x:1,y:1},Fe=rectToClientRect(L.convertOffsetParentRelativeRectToViewportRelativeRect?await L.convertOffsetParentRelativeRectToViewportRelativeRect({elements:j,rect:Ce,offsetParent:he,strategy:V}):Ce);return{top:(_e.top-Fe.top+de.top)/Ne.y,bottom:(Fe.bottom-_e.bottom+de.bottom)/Ne.y,left:(_e.left-Fe.left+de.left)/Ne.x,right:(Fe.right-_e.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",_e=Ie?"top":"left",Ce=Ie?"bottom":"right",he=Ie?"clientHeight":"clientWidth",Ne=L.reference[de]+L.reference[ue]-oe[ue]-L.floating[de],Fe=oe[ue]-L.reference[ue],Ve=await($.getOffsetParent==null?void 0:$.getOffsetParent(z));let jt=Ve?Ve[he]:0;(!jt||!await($.isElement==null?void 0:$.isElement(Ve)))&&(jt=j.floating[he]||L.floating[de]);const Et=Ne/2-Fe/2,Ue=jt/2-pe[de]/2-1,qe=min$1(ie[_e],Ue),kt=min$1(ie[Ce],Ue),tr=qe,rr=jt-pe[de]-kt,ar=jt/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:kt)-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 _e=getSide(k),Ce=getSideAxis(j),he=getSide(j)===j,Ne=await(V.isRTL==null?void 0:V.isRTL(z.floating)),Fe=oe||(he||!pe?[getOppositePlacement(j)]:getExpandedPlacements(j)),Ve=de!=="none";!oe&&Ve&&Fe.push(...getOppositeAxisPlacements(j,pe,de,Ne));const jt=[j,...Fe],Et=await detectOverflow$1(t,Ie),Ue=[];let qe=((n=L.flip)==null?void 0:n.overflows)||[];if(re&&Ue.push(Et[_e]),ie){const ar=getAlignmentSides(k,$,Ne);Ue.push(Et[ar[0]],Et[ar[1]])}if(qe=[...qe,{placement:k,overflows:Ue}],!Ue.every(ar=>ar<=0)){var kt,tr;const ar=(((kt=L.flip)==null?void 0:kt.index)||0)+1,nr=jt[ar];if(nr)return{data:{index:ar,overflows:qe},reset:{placement:nr}};let ur=(tr=qe.filter(cr=>cr.overflows[0]<=0).sort((cr,mr)=>cr.overflows[1]-mr.overflows[1])[0])==null?void 0:tr.placement;if(!ur)switch(ue){case"bestFit":{var rr;const cr=(rr=qe.filter(mr=>{if(Ve){const hr=getSideAxis(mr.placement);return hr===Ce||hr==="y"}return!0}).map(mr=>[mr.placement,mr.overflows.filter(hr=>hr>0).reduce((hr,br)=>hr+br,0)]).sort((mr,hr)=>mr[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:_e,y:Ce}=Ie;return{x:_e,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",_e=oe==="y"?"bottom":"right",Ce=ue+re[Ie],he=ue-re[_e];ue=clamp(Ce,ue,he)}if($){const Ie=ie==="y"?"top":"left",_e=ie==="y"?"bottom":"right",Ce=de+re[Ie],he=de-re[_e];de=clamp(Ce,de,he)}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 he=oe==="y"?"height":"width",Ne=L.reference[oe]-L.floating[he]+Ie.mainAxis,Fe=L.reference[oe]+L.reference[he]-Ie.mainAxis;ue<Ne?ue=Ne:ue>Fe&&(ue=Fe)}if(z){var _e,Ce;const he=oe==="y"?"width":"height",Ne=["top","left"].includes(getSide(k)),Fe=L.reference[ie]-L.floating[he]+(Ne&&((_e=$.offset)==null?void 0:_e[ie])||0)+(Ne?0:Ie.crossAxis),Ve=L.reference[ie]+L.reference[he]+(Ne?0:((Ce=$.offset)==null?void 0:Ce[ie])||0)-(Ne?Ie.crossAxis:0);de<Fe?de=Fe:de>Ve&&(de=Ve)}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,_e=oe-V.left-V.right,Ce=min$1(ue-V[de],Ie),he=min$1(oe-V[pe],_e),Ne=!t.middlewareData.shift;let Fe=Ce,Ve=he;if(ie?Ve=re||Ne?min$1(he,_e):_e:Fe=re||Ne?min$1(Ce,Ie):Ie,Ne&&!re){const Et=max$2(V.left,0),Ue=max$2(V.right,0),qe=max$2(V.top,0),kt=max$2(V.bottom,0);ie?Ve=oe-2*(Et!==0||Ue!==0?Et+Ue:max$2(V.left,V.right)):Fe=ue-2*(qe!==0||kt!==0?qe+kt:max$2(V.top,V.bottom))}await $({...t,availableWidth:Ve,availableHeight:Fe});const jt=await k.getDimensions(L.floating);return oe!==jt.width||ue!==jt.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),_e=pe.getBoundingClientRect(),Ce=getComputedStyle$1(pe),he=_e.left+(pe.clientLeft+parseFloat(Ce.paddingLeft))*Ie.x,Ne=_e.top+(pe.clientTop+parseFloat(Ce.paddingTop))*Ie.y;V*=Ie.x,z*=Ie.y,re*=Ie.x,ie*=Ie.y,V+=he,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 he=!0;function Ne(Fe){const Ve=Fe[0].intersectionRatio;if(Ve!==V){if(!he)return $();Ve?$(!1,Ve):n=setTimeout(()=>{$(!1,1e-7)},1e3)}he=!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(_e=>{k&&_e.addEventListener("scroll",y,{passive:!0}),L&&_e.addEventListener("resize",y)});const ie=z&&j?observeMove(z,y):null;let oe=-1,ue=null;$&&(ue=new ResizeObserver(_e=>{let[Ce]=_e;Ce&&Ce.target===z&&ue&&(ue.unobserve(t),cancelAnimationFrame(oe),oe=requestAnimationFrame(()=>{var he;(he=ue)==null||he.observe(t)})),y()}),z&&!V&&ue.observe(z),ue.observe(t));let de,pe=V?getBoundingClientRect(e):null;V&&Ie();function Ie(){const _e=getBoundingClientRect(e);pe&&(_e.x!==pe.x||_e.y!==pe.y||_e.width!==pe.width||_e.height!==pe.height)&&y(),pe=_e,de=requestAnimationFrame(Ie)}return y(),()=>{var _e;re.forEach(Ce=>{k&&Ce.removeEventListener("scroll",y),L&&Ce.removeEventListener("resize",y)}),ie==null||ie(),(_e=ue)==null||_e.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$2_=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),_e=ref$1(0),Ce=computed(()=>({height:pe.value?`${z.value}px`:"",width:pe.value?`${re.value}px`:""})),he=computed(()=>{if(!pe.value)return{};const Ve=n.offset?addUnit(n.offset):0;return{height:`${z.value}px`,width:`${re.value}px`,top:n.position==="top"?Ve:"",bottom:n.position==="bottom"?Ve:"",transform:_e.value?`translateY(${_e.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 Ve=de.bottom.value-n.offset-z.value;pe.value=n.offset>ie.value&&de.bottom.value>0,_e.value=Ve<0?Ve:0}else pe.value=n.offset>ie.value;else if(n.target){const Ve=V.value-de.top.value-n.offset-z.value;pe.value=V.value-n.offset<oe.value&&V.value>de.top.value,_e.value=Ve<0?-Ve:0}else pe.value=V.value-n.offset<oe.value},Fe=()=>{ue(),y("scroll",{scrollTop:Ie.value,fixed:pe.value})};return watch(pe,Ve=>y("change",Ve)),onMounted(()=>{var Ve;n.target?(L.value=(Ve=document.querySelector(n.target))!=null?Ve: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}),(Ve,jt)=>(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(he))},[renderSlot(Ve.$slots,"default")],6)],6))}});var Affix=_export_sfc$1(_sfc_main$2_,[["__file","affix.vue"]]);const ElAffix=withInstall(Affix),iconProps=buildProps({size:{type:definePropType([Number,String])},color:{type:String}}),__default__$1N=defineComponent({name:"ElIcon",inheritAttrs:!1}),_sfc_main$2Z=defineComponent({...__default__$1N,props:iconProps,setup(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$2Z,[["__file","icon.vue"]]);const ElIcon=withInstall(Icon$1),alertEffects=["light","dark"],alertProps=buildProps({title:{type:String,default:""},description:{type:String,default:""},type:{type:String,values:keysOf(TypeComponentsMap),default:"info"},closable:{type:Boolean,default:!0},closeText:{type:String,default:""},showIcon:Boolean,center:Boolean,effect:{type:String,values:alertEffects,default:"light"}}),alertEmits={close:e=>e instanceof MouseEvent},__default__$1M=defineComponent({name:"ElAlert"}),_sfc_main$2Y=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$2Y,[["__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$2X=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:he,inline:Ne}=n;return[$.b(),$.m(L.value||"default"),{[$.m(`label-${he}`)]:he,[$.m("inline")]:Ne}]}),V=he=>k.find(Ne=>Ne.prop===he),z=he=>{k.push(he)},re=he=>{he.prop&&k.splice(k.indexOf(he),1)},ie=(he=[])=>{n.model&&filterFields(k,he).forEach(Ne=>Ne.resetField())},oe=(he=[])=>{filterFields(k,he).forEach(Ne=>Ne.clearValidate())},ue=computed(()=>!!n.model),de=he=>{if(k.length===0)return[];const Ne=filterFields(k,he);return Ne.length?Ne:[]},pe=async he=>_e(void 0,he),Ie=async(he=[])=>{if(!ue.value)return!1;const Ne=de(he);if(Ne.length===0)return!0;let Fe={};for(const Ve of Ne)try{await Ve.validate("")}catch(jt){Fe={...Fe,...jt}}return Object.keys(Fe).length===0?!0:Promise.reject(Fe)},_e=async(he=[],Ne)=>{const Fe=!isFunction$4(Ne);try{const Ve=await Ie(he);return Ve===!0&&await(Ne==null?void 0:Ne(Ve)),Ve}catch(Ve){if(Ve instanceof Error)throw Ve;const jt=Ve;return n.scrollToError&&Ce(Object.keys(jt)[0]),await(Ne==null?void 0:Ne(!1,jt)),Fe&&Promise.reject(jt)}},Ce=he=>{var Ne;const Fe=filterFields(k,he)[0];Fe&&((Ne=Fe.$el)==null||Ne.scrollIntoView(n.scrollIntoViewOptions))};return watch(()=>n.rules,()=>{n.validateOnRuleChange&&pe().catch(he=>void 0)},{deep:!0}),provide(formContextKey,reactive({...toRefs(n),emit:y,resetFields:ie,clearValidate:oe,validateField:_e,getField:V,addField:z,removeField:re,...useFormLabelWidth()})),t({validate:pe,validateField:_e,resetFields:ie,clearValidate:oe,scrollToField:Ce,fields:k}),(he,Ne)=>(openBlock(),createElementBlock("form",{class:normalizeClass(unref(j))},[renderSlot(he.$slots,"default")],2))}});var Form=_export_sfc$1(_sfc_main$2X,[["__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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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.10",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"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:"20240818.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:18943",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:"false",GITHUB_RUN_ID:"10543836863",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"1904ab492a054fb17b56f6b35fdd4faaf929ca44",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_1e849aad-7f1d-416a-9b06-d64f44ff84ab",INVOCATION_ID:"f332161b63ff4ce3b5d5ede5c9c7ca36",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:"395",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 20",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"false",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"1904ab492a054fb17b56f6b35fdd4faaf929ca44",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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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",STATS_TIS:"mining",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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:2113,ppid:2112,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(_e){return n(_e),_e.length?ue(new AsyncValidationError(_e,convertFieldsError(_e))):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(he){return he&&he.exact?$:new RegExp(""+t(he)+y+t(he),"g")},V.v6=function(he){return he&&he.exact?j:new RegExp(""+t(he)+k+t(he),"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})?",_e='(?:[/?#][^\\s"]*)?',Ce="(?:"+z+"|www\\.)"+re+"(?:localhost|"+ie+"|"+oe+"|"+ue+de+pe+")"+Ie+_e;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=[],_e={};function Ce(Ne){if(Array.isArray(Ne)){var Fe;Ie=(Fe=Ie).concat.apply(Fe,Ne)}else Ie.push(Ne)}for(var he=0;he<pe.length;he++)Ce(pe[he]);Ie.length?(_e=convertFieldsError(Ie),z(Ie,_e)):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],_e=j[pe];Ie.forEach(function(Ce){var he=Ce;typeof he.transform=="function"&&(j===n&&(j=_extends({},j)),_e=j[pe]=he.transform(_e)),typeof he=="function"?he={validator:he}:he=_extends({},he),he.validator=$.getValidationMethod(he),he.validator&&(he.field=pe,he.fullField=he.fullField||pe,he.type=$.getType(he),oe[pe]=oe[pe]||[],oe[pe].push({rule:he,value:_e,source:j,field:pe}))})});var de={};return asyncMap(oe,V,function(pe,Ie){var _e=pe.rule,Ce=(_e.type==="object"||_e.type==="array")&&(typeof _e.fields=="object"||typeof _e.defaultField=="object");Ce=Ce&&(_e.required||!_e.required&&pe.value),_e.field=pe.field;function he(Ve,jt){return _extends({},jt,{fullField:_e.fullField+"."+Ve,fullFields:_e.fullFields?[].concat(_e.fullFields,[Ve]):[Ve]})}function Ne(Ve){Ve===void 0&&(Ve=[]);var jt=Array.isArray(Ve)?Ve:[Ve];!V.suppressWarning&&jt.length&&e.warning("async-validator:",jt),jt.length&&_e.message!==void 0&&(jt=[].concat(_e.message));var Et=jt.map(complementError(_e,j));if(V.first&&Et.length)return de[_e.field]=1,Ie(Et);if(!Ce)Ie(Et);else{if(_e.required&&!pe.value)return _e.message!==void 0?Et=[].concat(_e.message).map(complementError(_e,j)):V.error&&(Et=[V.error(_e,format$1(V.messages.required,_e.field))]),Ie(Et);var Ue={};_e.defaultField&&Object.keys(pe.value).map(function(tr){Ue[tr]=_e.defaultField}),Ue=_extends({},Ue,pe.rule.fields);var qe={};Object.keys(Ue).forEach(function(tr){var rr=Ue[tr],ar=Array.isArray(rr)?rr:[rr];qe[tr]=ar.map(he.bind(null,tr))});var kt=new e(qe);kt.messages(V.messages),pe.rule.options&&(pe.rule.options.messages=V.messages,pe.rule.options.error=V.error),kt.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(_e.asyncValidator)Fe=_e.asyncValidator(_e,pe.value,Ne,pe.source,V);else if(_e.validator){try{Fe=_e.validator(_e,pe.value,Ne,pe.source,V)}catch(Ve){console.error==null||console.error(Ve),V.suppressValidatorError||setTimeout(function(){throw Ve},0),Ne(Ve.message)}Fe===!0?Ne():Fe===!1?Ne(typeof _e.message=="function"?_e.message(_e.fullField||_e.field):_e.message||(_e.fullField||_e.field)+" fails"):Fe instanceof Array?Ne(Fe):Fe instanceof Error&&Ne(Fe.message)}Fe&&Fe.then&&Fe.then(function(){return Ne()},function(Ve){return Ne(Ve)})},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$2W=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)),_e=computed(()=>{if(Ie.value==="top")return{};const _r=addUnit(y.labelWidth||(k==null?void 0:k.labelWidth)||"");return _r?{width:_r}:{}}),Ce=computed(()=>{if(Ie.value==="top"||k!=null&&k.inline)return{};if(!y.label&&!y.labelWidth&&qe)return{};const _r=addUnit(y.labelWidth||(k==null?void 0:k.labelWidth)||"");return!y.label&&!n.label?{marginLeft:_r}:{}}),he=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}]),Ve=computed(()=>y.prop?isString$3(y.prop)?y.prop:y.prop.join("."):""),jt=computed(()=>!!(y.label||n.label)),Et=computed(()=>y.for||(z.value.length===1?z.value[0]:void 0)),Ue=computed(()=>!Et.value&&jt.value),qe=!!L,kt=computed(()=>{const _r=k==null?void 0:k.model;if(!(!_r||!y.prop))return getProp(_r,y.prop).value}),tr=computed(()=>{const{required:_r}=y,Fr=[];y.rules&&Fr.push(...castArray$1(y.rules));const zr=k==null?void 0:k.rules;if(zr&&y.prop){const Vr=getProp(zr,y.prop).value;Vr&&Fr.push(...castArray$1(Vr))}if(_r!==void 0){const Vr=Fr.map((Gr,Tr)=>[Gr,Tr]).filter(([Gr])=>Object.keys(Gr).includes("required"));if(Vr.length>0)for(const[Gr,Tr]of Vr)Gr.required!==_r&&(Fr[Tr]={...Gr,required:_r});else Fr.push({required:_r})}return Fr}),rr=computed(()=>tr.value.length>0),ar=_r=>tr.value.filter(zr=>!zr.trigger||!_r?!0:Array.isArray(zr.trigger)?zr.trigger.includes(_r):zr.trigger===_r).map(({trigger:zr,...Vr})=>Vr),nr=computed(()=>tr.value.some(_r=>_r.required)),ur=computed(()=>{var _r;return ie.value==="error"&&y.showMessage&&((_r=k==null?void 0:k.showMessage)!=null?_r:!0)}),cr=computed(()=>`${y.label||""}${(k==null?void 0:k.labelSuffix)||""}`),mr=_r=>{re.value=_r},hr=_r=>{var Fr,zr;const{errors:Vr,fields:Gr}=_r;(!Vr||!Gr)&&console.error(_r),mr("error"),oe.value=Vr?(zr=(Fr=Vr==null?void 0:Vr[0])==null?void 0:Fr.message)!=null?zr:`${y.prop} is required`:"",k==null||k.emit("validate",y.prop,!1,oe.value)},br=()=>{mr("success"),k==null||k.emit("validate",y.prop,!0,"")},Rr=async _r=>{const Fr=Ve.value;return new Schema({[Fr]:_r}).validate({[Fr]:kt.value},{firstFields:!0}).then(()=>(br(),!0)).catch(Vr=>(hr(Vr),Promise.reject(Vr)))},xr=async(_r,Fr)=>{if(pe||!y.prop)return!1;const zr=isFunction$4(Fr);if(!rr.value)return Fr==null||Fr(!1),!1;const Vr=ar(_r);return Vr.length===0?(Fr==null||Fr(!0),!0):(mr("validating"),Rr(Vr).then(()=>(Fr==null||Fr(!0),!0)).catch(Gr=>{const{fields:Tr}=Gr;return Fr==null||Fr(!1,Tr),zr?!1:Promise.reject(Tr)}))},Er=()=>{mr(""),oe.value="",pe=!1},vr=async()=>{const _r=k==null?void 0:k.model;if(!_r||!y.prop)return;const Fr=getProp(_r,y.prop);pe=!0,Fr.value=clone(de),await nextTick$1(),Er(),pe=!1},Ir=_r=>{z.value.includes(_r)||z.value.push(_r)},Lr=_r=>{z.value=z.value.filter(Fr=>Fr!==_r)};watch(()=>y.error,_r=>{oe.value=_r||"",mr(_r?"error":"")},{immediate:!0}),watch(()=>y.validateStatus,_r=>mr(_r||""));const gr=reactive({...toRefs(y),$el:ue,size:$,validateState:re,labelId:V,inputIds:z,isGroup:Ue,hasLabel:jt,fieldValue:kt,addInputId:Ir,removeInputId:Lr,resetField:vr,clearValidate:Er,validate:xr});return provide(formItemContextKey,gr),onMounted(()=>{y.prop&&(k==null||k.addField(gr),de=clone(kt.value))}),onBeforeUnmount(()=>{k==null||k.removeField(gr)}),t({size:$,validateMessage:oe,validateState:re,validate:xr,clearValidate:Er,resetField:vr}),(_r,Fr)=>{var zr;return openBlock(),createElementBlock("div",{ref_key:"formItemRef",ref:ue,class:normalizeClass(unref(he)),role:unref(Ue)?"group":void 0,"aria-labelledby":unref(Ue)?unref(V):void 0},[createVNode(unref(FormLabelWrap),{"is-auto-width":unref(_e).width==="auto","update-all":((zr=unref(k))==null?void 0:zr.labelWidth)==="auto"},{default:withCtx(()=>[unref(jt)?(openBlock(),createBlock(resolveDynamicComponent(unref(Et)?"label":"div"),{key:0,id:unref(V),for:unref(Et),class:normalizeClass(unref(j).e("label")),style:normalizeStyle(unref(_e))},{default:withCtx(()=>[renderSlot(_r.$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(_r.$slots,"default"),createVNode(TransitionGroup,{name:`${unref(j).namespace.value}-zoom-in-top`},{default:withCtx(()=>[unref(ur)?renderSlot(_r.$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$2W,[["__file","form-item.vue"]]);const ElForm=withInstall(Form,{FormItem}),ElFormItem=withNoopInstall(FormItem);let hiddenTextarea;const HIDDEN_STYLE=`
height:0 !important;
visibility:hidden !important;
${isFirefox()?"":"overflow:hidden !important;"}
position:absolute !important;
z-index:-1000 !important;
top:0 !important;
right:0 !important;
`,CONTEXT_STYLE=["letter-spacing","line-height","padding-top","padding-bottom","font-family","font-weight","font-size","text-rendering","text-transform","width","text-indent","padding-left","padding-right","border-width","box-sizing"];function calculateNodeStyling(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$2V=defineComponent({...__default__$1J,props:inputProps,emits:inputEmits,setup(e,{expose:t,emit:y}){const n=e,k=useAttrs$1(),L=useSlots(),$=computed(()=>{const jr={};return n.containerRole==="combobox"&&(jr["aria-haspopup"]=k["aria-haspopup"],jr["aria-owns"]=k["aria-owns"],jr["aria-expanded"]=k["aria-expanded"]),jr}),j=computed(()=>[n.type==="textarea"?Ie.b():pe.b(),pe.m(ue.value),pe.is("disabled",de.value),pe.is("exceed",Rr.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&&mr.value,[pe.b("hidden")]:n.type==="hidden"},k.class]),V=computed(()=>[pe.e("wrapper"),pe.is("focus",Ue.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"),_e=shallowRef(),Ce=shallowRef(),he=ref$1(!1),Ne=ref$1(!1),Fe=ref$1(),Ve=shallowRef(n.inputStyle),jt=computed(()=>_e.value||Ce.value),{wrapperRef:Et,isFocused:Ue}=useFocusController(jt,{afterBlur(){var jr;n.validateEvent&&((jr=ie==null?void 0:ie.validate)==null||jr.call(ie,"blur").catch(Qr=>void 0))}}),qe=computed(()=>{var jr;return(jr=re==null?void 0:re.statusIcon)!=null?jr:!1}),kt=computed(()=>(ie==null?void 0:ie.validateState)||""),tr=computed(()=>kt.value&&ValidateComponentsMap[kt.value]),rr=computed(()=>Ne.value?view_default:hide_default),ar=computed(()=>[k.style]),nr=computed(()=>[n.inputStyle,Ve.value,{resize:n.resize}]),ur=computed(()=>isNil(n.modelValue)?"":String(n.modelValue)),cr=computed(()=>n.clearable&&!de.value&&!n.readonly&&!!ur.value&&(Ue.value||he.value)),mr=computed(()=>n.showPassword&&!de.value&&!n.readonly&&!!ur.value&&(!!ur.value||Ue.value)),hr=computed(()=>n.showWordLimit&&!!n.maxlength&&(n.type==="text"||n.type==="textarea")&&!de.value&&!n.readonly&&!n.showPassword),br=computed(()=>ur.value.length),Rr=computed(()=>!!hr.value&&br.value>Number(n.maxlength)),xr=computed(()=>!!L.suffix||!!n.suffixIcon||cr.value||n.showPassword||hr.value||!!kt.value&&qe.value),[Er,vr]=useCursor(_e);useResizeObserver(Ce,jr=>{if(gr(),!hr.value||n.resize!=="both")return;const Qr=jr[0],{width:ca}=Qr.contentRect;Fe.value={right:`calc(100% - ${ca+15+6}px)`}});const Ir=()=>{const{type:jr,autosize:Qr}=n;if(!(!isClient||jr!=="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);Ve.value={overflowY:"hidden",...Wa},nextTick$1(()=>{Ce.value.offsetHeight,Ve.value=Wa})}else Ve.value={minHeight:calcTextareaHeight(Ce.value).minHeight}},gr=(jr=>{let Qr=!1;return()=>{var ca;if(Qr||!n.autosize)return;((ca=Ce.value)==null?void 0:ca.offsetParent)===null||(jr(),Qr=!0)}})(Ir),_r=()=>{const jr=jt.value,Qr=n.formatter?n.formatter(ur.value):ur.value;!jr||jr.value===Qr||(jr.value=Qr)},Fr=async jr=>{Er();let{value:Qr}=jr.target;if(n.formatter&&(Qr=n.parser?n.parser(Qr):Qr),!Vr.value){if(Qr===ur.value){_r();return}y(UPDATE_MODEL_EVENT,Qr),y("input",Qr),await nextTick$1(),_r(),vr()}},zr=jr=>{y("change",jr.target.value)},{isComposing:Vr,handleCompositionStart:Gr,handleCompositionUpdate:Tr,handleCompositionEnd:Cr}=useComposition({emit:y,afterComposition:Fr}),Mr=()=>{Ne.value=!Ne.value,yr()},yr=async()=>{var jr;await nextTick$1(),(jr=jt.value)==null||jr.focus()},Sr=()=>{var jr;return(jr=jt.value)==null?void 0:jr.blur()},Dr=jr=>{he.value=!1,y("mouseleave",jr)},kr=jr=>{he.value=!0,y("mouseenter",jr)},Wr=jr=>{y("keydown",jr)},Kr=()=>{var jr;(jr=jt.value)==null||jr.select()},Nr=()=>{y(UPDATE_MODEL_EVENT,""),y("change",""),y("clear"),y("input","")};return watch(()=>n.modelValue,()=>{var jr;nextTick$1(()=>Ir()),n.validateEvent&&((jr=ie==null?void 0:ie.validate)==null||jr.call(ie,"change").catch(Qr=>void 0))}),watch(ur,()=>_r()),watch(()=>n.type,async()=>{await nextTick$1(),_r(),Ir()}),onMounted(()=>{!n.formatter&&n.parser,_r(),nextTick$1(Ir)}),t({input:_e,textarea:Ce,ref:jt,textareaStyle:nr,autosize:toRef$1(n,"autosize"),isComposing:Vr,focus:yr,blur:Sr,select:Kr,clear:Nr,resizeTextarea:Ir}),(jr,Qr)=>(openBlock(),createElementBlock("div",mergeProps(unref($),{class:[unref(j),{[unref(pe).bm("group","append")]:jr.$slots.append,[unref(pe).bm("group","prepend")]:jr.$slots.prepend}],style:unref(ar),role:jr.containerRole,onMouseenter:kr,onMouseleave:Dr}),[createCommentVNode(" input "),jr.type!=="textarea"?(openBlock(),createElementBlock(Fragment,{key:0},[createCommentVNode(" prepend slot "),jr.$slots.prepend?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(pe).be("group","prepend"))},[renderSlot(jr.$slots,"prepend")],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{ref_key:"wrapperRef",ref:Et,class:normalizeClass(unref(V))},[createCommentVNode(" prefix slot "),jr.$slots.prefix||jr.prefixIcon?(openBlock(),createElementBlock("span",{key:0,class:normalizeClass(unref(pe).e("prefix"))},[createBaseVNode("span",{class:normalizeClass(unref(pe).e("prefix-inner"))},[renderSlot(jr.$slots,"prefix"),jr.prefixIcon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(pe).e("icon"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(jr.prefixIcon)))]),_:1},8,["class"])):createCommentVNode("v-if",!0)],2)],2)):createCommentVNode("v-if",!0),createBaseVNode("input",mergeProps({id:unref(oe),ref_key:"input",ref:_e,class:unref(pe).e("inner")},unref(z),{minlength:jr.minlength,maxlength:jr.maxlength,type:jr.showPassword?Ne.value?"text":"password":jr.type,disabled:unref(de),readonly:jr.readonly,autocomplete:jr.autocomplete,tabindex:jr.tabindex,"aria-label":jr.ariaLabel,placeholder:jr.placeholder,style:jr.inputStyle,form:jr.form,autofocus:jr.autofocus,onCompositionstart:unref(Gr),onCompositionupdate:unref(Tr),onCompositionend:unref(Cr),onInput:Fr,onChange:zr,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(mr)||!unref(hr)?(openBlock(),createElementBlock(Fragment,{key:0},[renderSlot(jr.$slots,"suffix"),jr.suffixIcon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(pe).e("icon"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(jr.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(mr)?(openBlock(),createBlock(unref(ElIcon),{key:2,class:normalizeClass([unref(pe).e("icon"),unref(pe).e("password")]),onClick:Mr},{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(br))+" / "+toDisplayString(jr.maxlength),3)],2)):createCommentVNode("v-if",!0),unref(kt)&&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(kt)==="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 "),jr.$slots.append?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(pe).be("group","append"))},[renderSlot(jr.$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(Ue))]},unref(z),{minlength:jr.minlength,maxlength:jr.maxlength,tabindex:jr.tabindex,disabled:unref(de),readonly:jr.readonly,autocomplete:jr.autocomplete,style:unref(nr),"aria-label":jr.ariaLabel,placeholder:jr.placeholder,form:jr.form,autofocus:jr.autofocus,rows:jr.rows,onCompositionstart:unref(Gr),onCompositionupdate:unref(Tr),onCompositionend:unref(Cr),onInput:Fr,onChange:zr,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(br))+" / "+toDisplayString(jr.maxlength),7)):createCommentVNode("v-if",!0)],64))],16,["role"]))}});var Input=_export_sfc$1(_sfc_main$2V,[["__file","input.vue"]]);const ElInput=withInstall(Input),GAP=4,BAR_MAP={vertical:{offset:"offsetHeight",scroll:"scrollTop",scrollSize:"scrollHeight",size:"height",key:"vertical",axis:"Y",client:"clientY",direction:"top"},horizontal:{offset:"offsetWidth",scroll:"scrollLeft",scrollSize:"scrollWidth",size:"width",key:"horizontal",axis:"X",client:"clientX",direction:"left"}},renderThumbStyle$1=({move: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$2U=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=Ve=>{var jt;if(Ve.stopPropagation(),Ve.ctrlKey||[1,2].includes(Ve.button))return;(jt=window.getSelection())==null||jt.removeAllRanges(),Ie(Ve);const Et=Ve.currentTarget;Et&&($.value[ie.value.axis]=Et[ie.value.offset]-(Ve[ie.value.client]-Et.getBoundingClientRect()[ie.value.direction]))},pe=Ve=>{if(!L.value||!k.value||!y.wrapElement)return;const jt=Math.abs(Ve.target.getBoundingClientRect()[ie.value.direction]-Ve[ie.value.client]),Et=L.value[ie.value.offset]/2,Ue=(jt-Et)*100*ue.value/k.value[ie.value.offset];y.wrapElement[ie.value.scroll]=Ue*y.wrapElement[ie.value.scrollSize]/100},Ie=Ve=>{Ve.stopImmediatePropagation(),V=!0,document.addEventListener("mousemove",_e),document.addEventListener("mouseup",Ce),re=document.onselectstart,document.onselectstart=()=>!1},_e=Ve=>{if(!k.value||!L.value||V===!1)return;const jt=$.value[ie.value.axis];if(!jt)return;const Et=(k.value.getBoundingClientRect()[ie.value.direction]-Ve[ie.value.client])*-1,Ue=L.value[ie.value.offset]-jt,qe=(Et-Ue)*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",_e),document.removeEventListener("mouseup",Ce),Fe(),z&&(j.value=!1)},he=()=>{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",he),useEventListener(toRef$1(y,"scrollbarElement"),"mouseleave",Ne),(Ve,jt)=>(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,Ve.always||j.value]])]),_:1},8,["name"]))}});var Thumb=_export_sfc$1(_sfc_main$2U,[["__file","thumb.vue"]]);const barProps=buildProps({always:{type:Boolean,default:!0},minSize:{type:Number,required:!0}}),_sfc_main$2T=defineComponent({__name:"bar",props:barProps,setup(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,_e=Math.max(pe,y.minSize),Ce=Math.max(Ie,y.minSize);V.value=pe/(ue-pe)/(_e/(ue-_e)),z.value=Ie/(de-Ie)/(Ce/(de-Ce)),j.value=_e+GAP<ue?`${_e}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$2T,[["__file","bar.vue"]]);const scrollbarProps=buildProps({height:{type:[String,Number],default:""},maxHeight:{type:[String,Number],default:""},native:{type:Boolean,default:!1},wrapStyle:{type:definePropType([String,Object,Array]),default:""},wrapClass:{type:[String,Array],default:""},viewClass:{type:[String,Array],default:""},viewStyle:{type:[String,Array,Object],default:""},noresize:Boolean,tag:{type:String,default:"div"},always:Boolean,minSize:{type:Number,default:20},id:String,role:String,...useAriaProps(["ariaLabel","ariaOrientation"])}),scrollbarEmits={scroll:({scrollTop:e,scrollLeft:t})=>[e,t].every(isNumber$3)},COMPONENT_NAME$j="ElScrollbar",__default__$1I=defineComponent({name:COMPONENT_NAME$j}),_sfc_main$2S=defineComponent({...__default__$1I,props:scrollbarProps,emits:scrollbarEmits,setup(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 _e(Fe,Ve){isObject$4(Fe)?re.value.scrollTo(Fe):isNumber$3(Fe)&&isNumber$3(Ve)&&re.value.scrollTo(Fe,Ve)}const Ce=Fe=>{isNumber$3(Fe)&&(re.value.scrollTop=Fe)},he=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:_e,setScrollTop:Ce,setScrollLeft:he,handleScroll:Ie}),(Fe,Ve)=>(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$2S,[["__file","scrollbar.vue"]]);const ElScrollbar=withInstall(Scrollbar),POPPER_INJECTION_KEY=Symbol("popper"),POPPER_CONTENT_INJECTION_KEY=Symbol("popperContent"),roleTypes=["dialog","grid","group","listbox","menu","navigation","tooltip","tree"],popperProps=buildProps({role:{type:String,values:roleTypes,default:"tooltip"}}),__default__$1H=defineComponent({name:"ElPopper",inheritAttrs:!1}),_sfc_main$2R=defineComponent({...__default__$1H,props:popperProps,setup(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$2R,[["__file","popper.vue"]]);const popperArrowProps=buildProps({arrowOffset:{type:Number,default:5}}),__default__$1G=defineComponent({name:"ElPopperArrow",inheritAttrs:!1}),_sfc_main$2Q=defineComponent({...__default__$1G,props:popperArrowProps,setup(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$2Q,[["__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$2P=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$2P,[["__file","trigger.vue"]]);const FOCUS_AFTER_TRAPPED="focus-trap.focus-after-trapped",FOCUS_AFTER_RELEASED="focus-trap.focus-after-released",FOCUSOUT_PREVENTED="focus-trap.focusout-prevented",FOCUS_AFTER_TRAPPED_OPTS={cancelable:!0,bubbles:!1},FOCUSOUT_PREVENTED_OPTS={cancelable:!0,bubbles:!1},ON_TRAP_FOCUS_EVT="focusAfterTrapped",ON_RELEASE_FOCUS_EVT="focusAfterReleased",FOCUS_TRAP_INJECTION_KEY=Symbol("elFocusTrap"),focusReason=ref$1(),lastUserFocusTimestamp=ref$1(0),lastAutomatedFocusTimestamp=ref$1(0);let focusReasonUserCount=0;const obtainAllFocusableElements=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$2O=defineComponent({name:"ElFocusTrap",inheritAttrs:!1,props:{loop:Boolean,trapped:Boolean,focusTrapEl:Object,focusStartEl:{type:[Object,String],default:"first"}},emits:[ON_TRAP_FOCUS_EVT,ON_RELEASE_FOCUS_EVT,"focusin","focusout","focusout-prevented","release-requested"],setup(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:_e,metaKey:Ce,currentTarget:he,shiftKey:Ne}=de,{loop:Fe}=e,Ve=pe===EVENT_CODE.tab&&!Ie&&!_e&&!Ce,jt=document.activeElement;if(Ve&&jt){const Et=he,[Ue,qe]=getEdges(Et);if(Ue&&qe){if(!Ne&&jt===qe){const tr=createFocusOutPreventedEvent({focusReason:L.value});t("focusout-prevented",tr),tr.defaultPrevented||(de.preventDefault(),Fe&&tryFocus(Ue,!0))}else if(Ne&&[Ue,Et].includes(jt)){const tr=createFocusOutPreventedEvent({focusReason:L.value});t("focusout-prevented",tr),tr.defaultPrevented||(de.preventDefault(),Fe&&tryFocus(qe,!0))}}else if(jt===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,_e=de.relatedTarget,Ce=Ie&&pe.contains(Ie);e.trapped||_e&&pe.contains(_e)||(n=_e),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 _e=createFocusOutPreventedEvent({focusReason:L.value});t("focusout-prevented",_e),_e.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 _e=new Event(FOCUS_AFTER_TRAPPED,FOCUS_AFTER_TRAPPED_OPTS);de.addEventListener(FOCUS_AFTER_TRAPPED,V),de.dispatchEvent(_e),_e.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$2O,[["render",_sfc_render$u],["__file","focus-trap.vue"]]);const POSITIONING_STRATEGIES=["fixed","absolute"],popperCoreConfigProps=buildProps({boundariesPadding:{type:Number,default:0},fallbackPlacements:{type:definePropType(Array),default:void 0},gpuAcceleration:{type:Boolean,default:!0},offset:{type:Number,default:12},placement:{type:String,values:Ee,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 _e;const Ce=unref(L),he=(_e=unref($))!=null?_e:DEFAULT_ARROW_OFFSET;return{name:"arrow",enabled:!isUndefined$2(Ce),options:{element:Ce,padding:he}}}),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,_e=>t.value=_e),onMounted(()=>{watch(()=>{var _e;return(_e=unref(re))==null?void 0:_e.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$2N=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:_e}=usePopperContent(n),{ariaModal:Ce,arrowStyle:he,contentAttrs:Ne,contentClass:Fe,contentStyle:Ve,updateZIndex:jt}=usePopperContentDOM(n,{styles:de,attributes:ie,role:Ie}),Et=inject(formItemContextKey,void 0),Ue=ref$1();provide(POPPER_CONTENT_INJECTION_KEY,{arrowStyle:he,arrowRef:oe,arrowOffset:Ue}),Et&&provide(formItemContextKey,{...Et,addInputId:NOOP,removeInputId:NOOP});let qe;const kt=(rr=!0)=>{_e(),rr&&jt()},tr=()=>{kt(!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((mr,hr)=>{isNil(cr[hr])?nr.removeAttribute(mr):nr.setAttribute(mr,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:kt,contentStyle:Ve}),(rr,ar)=>(openBlock(),createElementBlock("div",mergeProps({ref_key:"contentRef",ref:ue},unref(Ne),{style:unref(Ve),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$2N,[["__file","content.vue"]]);const ElPopper=withInstall(Popper),TOOLTIP_INJECTION_KEY=Symbol("elTooltip"),useTooltipContentProps=buildProps({...useDelayedToggleProps,...popperContentProps,appendTo:{type:definePropType([String,Object])},content:{type:String,default:""},rawContent:Boolean,persistent:Boolean,visible:{type:definePropType(Boolean),default:null},transition:String,teleported:{type:Boolean,default:!0},disabled:Boolean,...useAriaProps(["ariaLabel"])}),useTooltipTriggerProps=buildProps({...popperTriggerProps,disabled:Boolean,trigger:{type:definePropType([String,Array]),default:"hover"},triggerKeys:{type:definePropType(Array),default:()=>[EVENT_CODE.enter,EVENT_CODE.space]}}),{useModelToggleProps:useTooltipModelToggleProps,useModelToggleEmits:useTooltipModelToggleEmits,useModelToggle:useTooltipModelToggle}=createModelToggleComposable("visible"),useTooltipProps=buildProps({...popperProps,...useTooltipModelToggleProps,...useTooltipContentProps,...useTooltipTriggerProps,...popperArrowProps,showArrow:{type:Boolean,default:!0}}),tooltipEmits=[...useTooltipModelToggleEmits,"before-show","before-hide","show","hide","open","close"],isTriggerType=(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$2M=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)),_e=composeEventHandlers(ie,whenTrigger(oe,"focus",V)),Ce=composeEventHandlers(ie,whenTrigger(oe,"contextmenu",Ne=>{Ne.preventDefault(),z(Ne)})),he=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(_e),onClick:unref(pe),onContextmenu:unref(Ce),onFocus:unref(Ie),onMouseenter:unref(ue),onMouseleave:unref(de),onKeydown:unref(he)},{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$2M,[["__file","trigger.vue"]]);const teleportProps=buildProps({to:{type:definePropType([String,Object]),required:!0},disabled:Boolean}),_sfc_main$2L=defineComponent({__name:"teleport",props:teleportProps,setup(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$2L,[["__file","teleport.vue"]]);const ElTeleport=withInstall(Teleport),__default__$1C=defineComponent({name:"ElTooltipContent",inheritAttrs:!1}),_sfc_main$2K=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),_e=computed(()=>y.transition||`${k.namespace.value}-fade-in-linear`),Ce=computed(()=>y.persistent);onBeforeUnmount(()=>{$==null||$()});const he=computed(()=>unref(Ce)?!0:unref(z)),Ne=computed(()=>y.disabled?!1:unref(z)),Fe=computed(()=>y.appendTo||n.value),Ve=computed(()=>{var ur;return(ur=y.style)!=null?ur:{}}),jt=computed(()=>!unref(z)),Et=()=>{de()},Ue=()=>{if(unref(j))return!0},qe=composeEventHandlers(Ue,()=>{y.enterable&&unref(re)==="hover"&&oe()}),kt=composeEventHandlers(Ue,()=>{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(_e),onAfterLeave:Et,onBeforeEnter:tr,onAfterEnter:ar,onBeforeLeave:rr},{default:withCtx(()=>[unref(he)?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(jt),"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(Ve)],"reference-el":ur.referenceEl,"trigger-target-el":ur.triggerTargetEl,visible:unref(Ne),"z-index":ur.zIndex,onMouseenter:unref(qe),onMouseleave:unref(kt),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$2K,[["__file","content.vue"]]);const __default__$1B=defineComponent({name:"ElTooltip"}),_sfc_main$2J=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 _e;const Ce=unref(L);Ce&&((_e=Ce.popperInstanceRef)==null||_e.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:_e=>{ue(_e)},onClose:_e=>{de(_e)},onToggle:_e=>{unref(V)?de(_e):ue(_e)},onShow:()=>{y("show",z.value)},onHide:()=>{y("hide",z.value)},onBeforeShow:()=>{y("before-show",z.value)},onBeforeHide:()=>{y("before-hide",z.value)},updatePopper:j}),watch(()=>n.disabled,_e=>{_e&&V.value&&(V.value=!1)});const Ie=_e=>{var Ce,he;const Ne=(he=(Ce=$.value)==null?void 0:Ce.contentRef)==null?void 0:he.popperContentRef,Fe=(_e==null?void 0:_e.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}),(_e,Ce)=>(openBlock(),createBlock(unref(ElPopper),{ref_key:"popperRef",ref:L,role:_e.role},{default:withCtx(()=>[createVNode(ElTooltipTrigger,{disabled:_e.disabled,trigger:_e.trigger,"trigger-keys":_e.triggerKeys,"virtual-ref":_e.virtualRef,"virtual-triggering":_e.virtualTriggering},{default:withCtx(()=>[_e.$slots.default?renderSlot(_e.$slots,"default",{key:0}):createCommentVNode("v-if",!0)]),_:3},8,["disabled","trigger","trigger-keys","virtual-ref","virtual-triggering"]),createVNode(ElTooltipContent,{ref_key:"contentRef",ref:$,"aria-label":_e.ariaLabel,"boundaries-padding":_e.boundariesPadding,content:_e.content,disabled:_e.disabled,effect:_e.effect,enterable:_e.enterable,"fallback-placements":_e.fallbackPlacements,"hide-after":_e.hideAfter,"gpu-acceleration":_e.gpuAcceleration,offset:_e.offset,persistent:_e.persistent,"popper-class":_e.popperClass,"popper-style":_e.popperStyle,placement:_e.placement,"popper-options":_e.popperOptions,pure:_e.pure,"raw-content":_e.rawContent,"reference-el":_e.referenceEl,"trigger-target-el":_e.triggerTargetEl,"show-after":_e.showAfter,strategy:_e.strategy,teleported:_e.teleported,transition:_e.transition,"virtual-triggering":_e.virtualTriggering,"z-index":_e.zIndex,"append-to":_e.appendTo},{default:withCtx(()=>[renderSlot(_e.$slots,"content",{},()=>[_e.rawContent?(openBlock(),createElementBlock("span",{key:0,innerHTML:_e.content},null,8,["innerHTML"])):(openBlock(),createElementBlock("span",{key:1},toDisplayString(_e.content),1))]),_e.showArrow?(openBlock(),createBlock(unref(ElPopperArrow),{key:0,"arrow-offset":_e.arrowOffset},null,8,["arrow-offset"])):createCommentVNode("v-if",!0)]),_:3},8,["aria-label","boundaries-padding","content","disabled","effect","enterable","fallback-placements","hide-after","gpu-acceleration","offset","persistent","popper-class","popper-style","placement","popper-options","pure","raw-content","reference-el","trigger-target-el","show-after","strategy","teleported","transition","virtual-triggering","z-index","append-to"])]),_:3},8,["role"]))}});var Tooltip=_export_sfc$1(_sfc_main$2J,[["__file","tooltip.vue"]]);const ElTooltip=withInstall(Tooltip),autocompleteProps=buildProps({valueKey:{type:String,default:"value"},modelValue:{type:[String,Number],default:""},debounce:{type:Number,default:300},placement:{type:definePropType(String),values:["top","top-start","top-end","bottom","bottom-start","bottom-end"],default:"bottom-start"},fetchSuggestions:{type:definePropType([Function,Array]),default:NOOP},popperClass:{type:String,default:""},triggerOnFocus:{type:Boolean,default:!0},selectWhenUnmatched:{type:Boolean,default:!1},hideLoading:{type:Boolean,default:!1},teleported:useTooltipContentProps.teleported,highlightFirstItem:{type:Boolean,default:!1},fitInputWidth:{type:Boolean,default:!1},clearable:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},name:String,...useAriaProps(["ariaLabel"])}),autocompleteEmits={[UPDATE_MODEL_EVENT]: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$2I=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(""),_e=ref$1(!1),Ce=ref$1(!1),he=ref$1(!1),Ne=useId(),Fe=computed(()=>L.style),Ve=computed(()=>(de.value.length>0||he.value)&&_e.value),jt=computed(()=>!n.hideLoading&&he.value),Et=computed(()=>V.value?Array.from(V.value.$el.querySelectorAll("input")):[]),Ue=()=>{Ve.value&&(Ie.value=`${V.value.$el.offsetWidth}px`)},qe=()=>{pe.value=-1},tr=debounce(async gr=>{if(Ce.value)return;const _r=Fr=>{he.value=!1,!Ce.value&&(isArray$2(Fr)?(de.value=Fr,pe.value=n.highlightFirstItem?0:-1):throwError(COMPONENT_NAME$i,"autocomplete suggestions must be an array"))};if(he.value=!0,isArray$2(n.fetchSuggestions))_r(n.fetchSuggestions);else{const Fr=await n.fetchSuggestions(gr,_r);isArray$2(Fr)&&_r(Fr)}},n.debounce),rr=gr=>{const _r=!!gr;if(y(INPUT_EVENT,gr),y(UPDATE_MODEL_EVENT,gr),Ce.value=!1,_e.value||(_e.value=_r),!n.triggerOnFocus&&!gr){Ce.value=!0,de.value=[];return}tr(gr)},ar=gr=>{var _r;$.value||(((_r=gr.target)==null?void 0:_r.tagName)!=="INPUT"||Et.value.includes(document.activeElement))&&(_e.value=!0)},nr=gr=>{y(CHANGE_EVENT,gr)},ur=gr=>{ue?ue=!1:(_e.value=!0,y("focus",gr),n.triggerOnFocus&&!oe&&tr(String(n.modelValue)))},cr=gr=>{setTimeout(()=>{var _r;if((_r=re.value)!=null&&_r.isFocusInsideContent()){ue=!0;return}_e.value&&Rr(),y("blur",gr)})},mr=()=>{_e.value=!1,y(UPDATE_MODEL_EVENT,""),y("clear")},hr=async()=>{Ve.value&&pe.value>=0&&pe.value<de.value.length?vr(de.value[pe.value]):n.selectWhenUnmatched&&(y("select",{value:n.modelValue}),de.value=[],pe.value=-1)},br=gr=>{Ve.value&&(gr.preventDefault(),gr.stopPropagation(),Rr())},Rr=()=>{_e.value=!1},xr=()=>{var gr;(gr=V.value)==null||gr.focus()},Er=()=>{var gr;(gr=V.value)==null||gr.blur()},vr=async gr=>{y(INPUT_EVENT,gr[n.valueKey]),y(UPDATE_MODEL_EVENT,gr[n.valueKey]),y("select",gr),de.value=[],pe.value=-1},Ir=gr=>{if(!Ve.value||he.value)return;if(gr<0){pe.value=-1;return}gr>=de.value.length&&(gr=de.value.length-1);const _r=z.value.querySelector(`.${j.be("suggestion","wrap")}`),zr=_r.querySelectorAll(`.${j.be("suggestion","list")} li`)[gr],Vr=_r.scrollTop,{offsetTop:Gr,scrollHeight:Tr}=zr;Gr+Tr>Vr+_r.clientHeight&&(_r.scrollTop+=Tr),Gr<Vr&&(_r.scrollTop-=Tr),pe.value=gr,V.value.ref.setAttribute("aria-activedescendant",`${Ne.value}-item-${pe.value}`)},Lr=onClickOutside(ie,()=>{Ve.value&&Rr()});return onBeforeUnmount(()=>{Lr==null||Lr()}),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:_e,loading:he,inputRef:V,popperRef:re,suggestions:de,handleSelect:vr,handleKeyEnter:hr,focus:xr,blur:Er,close:Rr,highlight:Ir}),(gr,_r)=>(openBlock(),createBlock(unref(ElTooltip),{ref_key:"popperRef",ref:re,visible:unref(Ve),placement:gr.placement,"fallback-placements":["bottom-start","top-start"],"popper-class":[unref(j).e("popper"),gr.popperClass],teleported:gr.teleported,"gpu-acceleration":!1,pure:"","manual-mode":"",effect:"light",trigger:"click",transition:`${unref(j).namespace.value}-zoom-in-top`,persistent:"",role:"listbox",onBeforeShow:Ue,onHide:qe},{content:withCtx(()=>[createBaseVNode("div",{ref_key:"regionRef",ref:z,class:normalizeClass([unref(j).b("suggestion"),unref(j).is("loading",unref(jt))]),style:normalizeStyle({[gr.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(jt)?(openBlock(),createElementBlock("li",{key:0},[renderSlot(gr.$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,(Fr,zr)=>(openBlock(),createElementBlock("li",{id:`${unref(Ne)}-item-${zr}`,key:zr,class:normalizeClass({highlighted:pe.value===zr}),role:"option","aria-selected":pe.value===zr,onClick:Vr=>vr(Fr)},[renderSlot(gr.$slots,"default",{item:Fr},()=>[createTextVNode(toDisplayString(Fr[gr.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(),gr.$attrs.class]),style:normalizeStyle(unref(Fe)),role:"combobox","aria-haspopup":"listbox","aria-expanded":unref(Ve),"aria-owns":unref(Ne)},[createVNode(unref(ElInput),mergeProps({ref_key:"inputRef",ref:V},unref(k),{clearable:gr.clearable,disabled:unref($),name:gr.name,"model-value":gr.modelValue,"aria-label":gr.ariaLabel,onInput:rr,onChange:nr,onFocus:ur,onBlur:cr,onClear:mr,onKeydown:[withKeys(withModifiers(Fr=>Ir(pe.value-1),["prevent"]),["up"]),withKeys(withModifiers(Fr=>Ir(pe.value+1),["prevent"]),["down"]),withKeys(hr,["enter"]),withKeys(Rr,["tab"]),withKeys(br,["esc"])],onMousedown:ar}),createSlots({_:2},[gr.$slots.prepend?{name:"prepend",fn:withCtx(()=>[renderSlot(gr.$slots,"prepend")])}:void 0,gr.$slots.append?{name:"append",fn:withCtx(()=>[renderSlot(gr.$slots,"append")])}:void 0,gr.$slots.prefix?{name:"prefix",fn:withCtx(()=>[renderSlot(gr.$slots,"prefix")])}:void 0,gr.$slots.suffix?{name:"suffix",fn:withCtx(()=>[renderSlot(gr.$slots,"suffix")])}:void 0]),1040,["clearable","disabled","name","model-value","aria-label","onKeydown"])],14,["aria-expanded","aria-owns"])]),_:3},8,["visible","placement","popper-class","teleported","transition"]))}});var Autocomplete=_export_sfc$1(_sfc_main$2I,[["__file","autocomplete.vue"]]);const ElAutocomplete=withInstall(Autocomplete),avatarProps=buildProps({size:{type:[Number,String],values:componentSizes,default:"",validator: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$2H=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$2H,[["__file","avatar.vue"]]);const ElAvatar=withInstall(Avatar),backtopProps={visibilityHeight:{type:Number,default:200},target:{type:String,default:""},right:{type:Number,default:40},bottom:{type:Number,default:40}},backtopEmits={click: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$2G=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$2G,[["__file","backtop.vue"]]);const ElBacktop=withInstall(Backtop),badgeProps=buildProps({value:{type:[String,Number],default:""},max:{type:Number,default:99},isDot:Boolean,hidden:Boolean,type:{type:String,values:["primary","success","warning","info","danger"],default:"danger"},showZero:{type:Boolean,default:!0},color:String,badgeStyle:{type:definePropType([String,Object,Array])},offset:{type:definePropType(Array),default:[0,0]},badgeClass:{type:String}}),__default__$1x=defineComponent({name:"ElBadge"}),_sfc_main$2F=defineComponent({...__default__$1x,props:badgeProps,setup(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$2F,[["__file","badge.vue"]]);const ElBadge=withInstall(Badge),breadcrumbKey=Symbol("breadcrumbKey"),breadcrumbProps=buildProps({separator:{type:String,default:"/"},separatorIcon:{type:iconPropType}}),__default__$1w=defineComponent({name:"ElBreadcrumb"}),_sfc_main$2E=defineComponent({...__default__$1w,props:breadcrumbProps,setup(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$2E,[["__file","breadcrumb.vue"]]);const breadcrumbItemProps=buildProps({to:{type:definePropType([String,Object]),default:""},replace:Boolean}),__default__$1v=defineComponent({name:"ElBreadcrumbItem"}),_sfc_main$2D=defineComponent({...__default__$1v,props:breadcrumbItemProps,setup(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$2D,[["__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 _e=Ie.children;return new RegExp("^\\p{Unified_Ideograph}{2}$","u").test(_e.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$2C=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$2C,[["__file","button.vue"]]);const buttonGroupProps={size:buttonProps.size,type:buttonProps.type},__default__$1t=defineComponent({name:"ElButtonGroup"}),_sfc_main$2B=defineComponent({...__default__$1t,props:buttonGroupProps,setup(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$2B,[["__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+)?$/,_e=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,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])+"]"}},he=function(ar,nr,ur){var cr=String(ar);return!cr||cr.length>=nr?ar:""+Array(nr+1-cr.length).join(ur)+ar},Ne={s:he,z:function(ar){var nr=-ar.utcOffset(),ur=Math.abs(nr),cr=Math.floor(ur/60),mr=ur%60;return(nr<=0?"+":"-")+he(cr,2,"0")+":"+he(mr,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()),mr=nr.clone().add(cr,ie),hr=ur-mr<0,br=nr.clone().add(cr+(hr?-1:1),ie);return+(-(cr+(ur-mr)/(hr?mr-br:br-mr))||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",Ve={};Ve[Fe]=Ce;var jt="$isDayjsObject",Et=function(ar){return ar instanceof tr||!(!ar||!ar[jt])},Ue=function ar(nr,ur,cr){var mr;if(!nr)return Fe;if(typeof nr=="string"){var hr=nr.toLowerCase();Ve[hr]&&(mr=hr),ur&&(Ve[hr]=ur,mr=hr);var br=nr.split("-");if(!mr&&br.length>1)return ar(br[0])}else{var Rr=nr.name;Ve[Rr]=nr,mr=Rr}return!cr&&mr&&(Fe=mr),mr||!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)},kt=Ne;kt.l=Ue,kt.i=Et,kt.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=Ue(ur.locale,null,!0),this.parse(ur),this.$x=this.$x||ur.x||{},this[jt]=!0}var nr=ar.prototype;return nr.parse=function(ur){this.$d=function(cr){var mr=cr.date,hr=cr.utc;if(mr===null)return new Date(NaN);if(kt.u(mr))return new Date;if(mr instanceof Date)return new Date(mr);if(typeof mr=="string"&&!/Z$/i.test(mr)){var br=mr.match(Ie);if(br){var Rr=br[2]-1||0,xr=(br[7]||"0").substring(0,3);return hr?new Date(Date.UTC(br[1],Rr,br[3]||1,br[4]||0,br[5]||0,br[6]||0,xr)):new Date(br[1],Rr,br[3]||1,br[4]||0,br[5]||0,br[6]||0,xr)}}return new Date(mr)}(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 kt},nr.isValid=function(){return this.$d.toString()!==pe},nr.isSame=function(ur,cr){var mr=qe(ur);return this.startOf(cr)<=mr&&mr<=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,mr){return kt.u(ur)?this[cr]:this.set(mr,ur)},nr.unix=function(){return Math.floor(this.valueOf()/1e3)},nr.valueOf=function(){return this.$d.getTime()},nr.startOf=function(ur,cr){var mr=this,hr=!!kt.u(cr)||cr,br=kt.p(ur),Rr=function(Fr,zr){var Vr=kt.w(mr.$u?Date.UTC(mr.$y,zr,Fr):new Date(mr.$y,zr,Fr),mr);return hr?Vr:Vr.endOf(z)},xr=function(Fr,zr){return kt.w(mr.toDate()[Fr].apply(mr.toDate("s"),(hr?[0,0,0,0]:[23,59,59,999]).slice(zr)),mr)},Er=this.$W,vr=this.$M,Ir=this.$D,Lr="set"+(this.$u?"UTC":"");switch(br){case ue:return hr?Rr(1,0):Rr(31,11);case ie:return hr?Rr(1,vr):Rr(0,vr+1);case re:var gr=this.$locale().weekStart||0,_r=(Er<gr?Er+7:Er)-gr;return Rr(hr?Ir-_r:Ir+(6-_r),vr);case z:case de:return xr(Lr+"Hours",0);case V:return xr(Lr+"Minutes",1);case j:return xr(Lr+"Seconds",2);case $:return xr(Lr+"Milliseconds",3);default:return this.clone()}},nr.endOf=function(ur){return this.startOf(ur,!1)},nr.$set=function(ur,cr){var mr,hr=kt.p(ur),br="set"+(this.$u?"UTC":""),Rr=(mr={},mr[z]=br+"Date",mr[de]=br+"Date",mr[ie]=br+"Month",mr[ue]=br+"FullYear",mr[V]=br+"Hours",mr[j]=br+"Minutes",mr[$]=br+"Seconds",mr[L]=br+"Milliseconds",mr)[hr],xr=hr===z?this.$D+(cr-this.$W):cr;if(hr===ie||hr===ue){var Er=this.clone().set(de,1);Er.$d[Rr](xr),Er.init(),this.$d=Er.set(de,Math.min(this.$D,Er.daysInMonth())).$d}else Rr&&this.$d[Rr](xr);return this.init(),this},nr.set=function(ur,cr){return this.clone().$set(ur,cr)},nr.get=function(ur){return this[kt.p(ur)]()},nr.add=function(ur,cr){var mr,hr=this;ur=Number(ur);var br=kt.p(cr),Rr=function(vr){var Ir=qe(hr);return kt.w(Ir.date(Ir.date()+Math.round(vr*ur)),hr)};if(br===ie)return this.set(ie,this.$M+ur);if(br===ue)return this.set(ue,this.$y+ur);if(br===z)return Rr(1);if(br===re)return Rr(7);var xr=(mr={},mr[j]=n,mr[V]=k,mr[$]=y,mr)[br]||1,Er=this.$d.getTime()+ur*xr;return kt.w(Er,this)},nr.subtract=function(ur,cr){return this.add(-1*ur,cr)},nr.format=function(ur){var cr=this,mr=this.$locale();if(!this.isValid())return mr.invalidDate||pe;var hr=ur||"YYYY-MM-DDTHH:mm:ssZ",br=kt.z(this),Rr=this.$H,xr=this.$m,Er=this.$M,vr=mr.weekdays,Ir=mr.months,Lr=mr.meridiem,gr=function(zr,Vr,Gr,Tr){return zr&&(zr[Vr]||zr(cr,hr))||Gr[Vr].slice(0,Tr)},_r=function(zr){return kt.s(Rr%12||12,zr,"0")},Fr=Lr||function(zr,Vr,Gr){var Tr=zr<12?"AM":"PM";return Gr?Tr.toLowerCase():Tr};return hr.replace(_e,function(zr,Vr){return Vr||function(Gr){switch(Gr){case"YY":return String(cr.$y).slice(-2);case"YYYY":return kt.s(cr.$y,4,"0");case"M":return Er+1;case"MM":return kt.s(Er+1,2,"0");case"MMM":return gr(mr.monthsShort,Er,Ir,3);case"MMMM":return gr(Ir,Er);case"D":return cr.$D;case"DD":return kt.s(cr.$D,2,"0");case"d":return String(cr.$W);case"dd":return gr(mr.weekdaysMin,cr.$W,vr,2);case"ddd":return gr(mr.weekdaysShort,cr.$W,vr,3);case"dddd":return vr[cr.$W];case"H":return String(Rr);case"HH":return kt.s(Rr,2,"0");case"h":return _r(1);case"hh":return _r(2);case"a":return Fr(Rr,xr,!0);case"A":return Fr(Rr,xr,!1);case"m":return String(xr);case"mm":return kt.s(xr,2,"0");case"s":return String(cr.$s);case"ss":return kt.s(cr.$s,2,"0");case"SSS":return kt.s(cr.$ms,3,"0");case"Z":return br}return null}(zr)||br.replace(":","")})},nr.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},nr.diff=function(ur,cr,mr){var hr,br=this,Rr=kt.p(cr),xr=qe(ur),Er=(xr.utcOffset()-this.utcOffset())*n,vr=this-xr,Ir=function(){return kt.m(br,xr)};switch(Rr){case ue:hr=Ir()/12;break;case ie:hr=Ir();break;case oe:hr=Ir()/3;break;case re:hr=(vr-Er)/6048e5;break;case z:hr=(vr-Er)/864e5;break;case V:hr=vr/k;break;case j:hr=vr/n;break;case $:hr=vr/y;break;default:hr=vr}return mr?hr:kt.a(hr)},nr.daysInMonth=function(){return this.endOf(ie).$D},nr.$locale=function(){return Ve[this.$L]},nr.locale=function(ur,cr){if(!ur)return this.$L;var mr=this.clone(),hr=Ue(ur,cr,!0);return hr&&(mr.$L=hr),mr},nr.clone=function(){return kt.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=Ue,qe.isDayjs=Et,qe.unix=function(ar){return qe(1e3*ar)},qe.en=Ve[Fe],qe.Ls=Ve,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|Q|YYYY|YY?|ww?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g,k=/\d/,L=/\d\d/,$=/\d\d?/,j=/\d*[^-_:/,()\s\d]+/,V={},z=function(Ie){return(Ie=+Ie)+(Ie>68?1900:2e3)},re=function(Ie){return function(_e){this[Ie]=+_e}},ie=[/[+-]\d\d:?(\d\d)?|Z/,function(Ie){(this.zone||(this.zone={})).offset=function(_e){if(!_e||_e==="Z")return 0;var Ce=_e.match(/([+-]|\d\d)/g),he=60*Ce[1]+(+Ce[2]||0);return he===0?0:Ce[0]==="+"?-he:he}(Ie)}],oe=function(Ie){var _e=V[Ie];return _e&&(_e.indexOf?_e:_e.s.concat(_e.f))},ue=function(Ie,_e){var Ce,he=V.meridiem;if(he){for(var Ne=1;Ne<=24;Ne+=1)if(Ie.indexOf(he(Ne,0,_e))>-1){Ce=Ne>12;break}}else Ce=Ie===(_e?"pm":"PM");return Ce},de={A:[j,function(Ie){this.afternoon=ue(Ie,!1)}],a:[j,function(Ie){this.afternoon=ue(Ie,!0)}],Q:[k,function(Ie){this.month=3*(Ie-1)+1}],S:[k,function(Ie){this.milliseconds=100*+Ie}],SS:[L,function(Ie){this.milliseconds=10*+Ie}],SSS:[/\d{3}/,function(Ie){this.milliseconds=+Ie}],s:[$,re("seconds")],ss:[$,re("seconds")],m:[$,re("minutes")],mm:[$,re("minutes")],H:[$,re("hours")],h:[$,re("hours")],HH:[$,re("hours")],hh:[$,re("hours")],D:[$,re("day")],DD:[L,re("day")],Do:[j,function(Ie){var _e=V.ordinal,Ce=Ie.match(/\d+/);if(this.day=Ce[0],_e)for(var he=1;he<=31;he+=1)_e(he).replace(/\[|\]/g,"")===Ie&&(this.day=he)}],w:[$,re("week")],ww:[L,re("week")],M:[$,re("month")],MM:[L,re("month")],MMM:[j,function(Ie){var _e=oe("months"),Ce=(oe("monthsShort")||_e.map(function(he){return he.slice(0,3)})).indexOf(Ie)+1;if(Ce<1)throw new Error;this.month=Ce%12||Ce}],MMMM:[j,function(Ie){var _e=oe("months").indexOf(Ie)+1;if(_e<1)throw new Error;this.month=_e%12||_e}],Y:[/[+-]?\d+/,re("year")],YY:[L,function(Ie){this.year=z(Ie)}],YYYY:[/\d{4}/,re("year")],Z:ie,ZZ:ie};function pe(Ie){var _e,Ce;_e=Ie,Ce=V&&V.formats;for(var he=(Ie=_e.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,function(qe,kt,tr){var rr=tr&&tr.toUpperCase();return kt||Ce[tr]||y[tr]||Ce[rr].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function(ar,nr,ur){return nr||ur.slice(1)})})).match(n),Ne=he.length,Fe=0;Fe<Ne;Fe+=1){var Ve=he[Fe],jt=de[Ve],Et=jt&&jt[0],Ue=jt&&jt[1];he[Fe]=Ue?{regex:Et,parser:Ue}:Ve.replace(/^\[|\]$/g,"")}return function(qe){for(var kt={},tr=0,rr=0;tr<Ne;tr+=1){var ar=he[tr];if(typeof ar=="string")rr+=ar.length;else{var nr=ar.regex,ur=ar.parser,cr=qe.slice(rr),mr=nr.exec(cr)[0];ur.call(kt,mr),qe=qe.replace(mr,"")}}return function(hr){var br=hr.afternoon;if(br!==void 0){var Rr=hr.hours;br?Rr<12&&(hr.hours+=12):Rr===12&&(hr.hours=0),delete hr.afternoon}}(kt),kt}}return function(Ie,_e,Ce){Ce.p.customParseFormat=!0,Ie&&Ie.parseTwoDigitYear&&(z=Ie.parseTwoDigitYear);var he=_e.prototype,Ne=he.parse;he.parse=function(Fe){var Ve=Fe.date,jt=Fe.utc,Et=Fe.args;this.$u=jt;var Ue=Et[1];if(typeof Ue=="string"){var qe=Et[2]===!0,kt=Et[3]===!0,tr=qe||kt,rr=Et[2];kt&&(rr=Et[2]),V=this.$locale(),!qe&&rr&&(V=Ce.Ls[rr]),this.$d=function(cr,mr,hr,br){try{if(["x","X"].indexOf(mr)>-1)return new Date((mr==="X"?1e3:1)*cr);var Rr=pe(mr)(cr),xr=Rr.year,Er=Rr.month,vr=Rr.day,Ir=Rr.hours,Lr=Rr.minutes,gr=Rr.seconds,_r=Rr.milliseconds,Fr=Rr.zone,zr=Rr.week,Vr=new Date,Gr=vr||(xr||Er?1:Vr.getDate()),Tr=xr||Vr.getFullYear(),Cr=0;xr&&!Er||(Cr=Er>0?Er-1:Vr.getMonth());var Mr,yr=Ir||0,Sr=Lr||0,Dr=gr||0,kr=_r||0;return Fr?new Date(Date.UTC(Tr,Cr,Gr,yr,Sr,Dr,kr+60*Fr.offset*1e3)):hr?new Date(Date.UTC(Tr,Cr,Gr,yr,Sr,Dr,kr)):(Mr=new Date(Tr,Cr,Gr,yr,Sr,Dr,kr),zr&&(Mr=br(Mr).week(zr).toDate()),Mr)}catch{return new Date("")}}(Ve,Ue,jt,Ce),this.init(),rr&&rr!==!0&&(this.$L=this.locale(rr).$L),tr&&Ve!=this.format(Ue)&&(this.$d=new Date("")),V={}}else if(Ue instanceof Array)for(var ar=Ue.length,nr=1;nr<=ar;nr+=1){Et[1]=Ue[nr-1];var ur=Ce.apply(this,Et);if(ur.isValid()){this.$d=ur.$d,this.$L=ur.$L,this.init();break}nr===ar&&(this.$d=new Date(""))}else Ne.call(this,Fe)}}})})(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$2A=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),_e=ref$1(null);let Ce=!1,he=!1;const Ne=computed(()=>[$.b("editor"),$.bm("editor",n.type),j.e("wrapper"),$.is("disabled",Er.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"),Gr.value?"":V.e("close-icon--hidden")]);watch(pe,Hi=>{Hi?nextTick$1(()=>{Hi&&(_e.value=n.modelValue)}):(Qr.value=null,nextTick$1(()=>{Ve(n.modelValue)}))});const Ve=(Hi,na)=>{(na||!valueEquals(Hi,_e.value))&&(y("change",Hi),n.validateEvent&&(re==null||re.validate("change").catch(Ma=>void 0)))},jt=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)},Ue=computed(()=>{if(de.value){const Hi=kr.value?de.value:de.value.$el;return Array.from(Hi.querySelectorAll("input"))}return[]}),qe=(Hi,na,Ma)=>{const Ds=Ue.value;Ds.length&&(!Ma||Ma==="min"?(Ds[0].setSelectionRange(Hi,na),Ds[0].focus()):Ma==="max"&&(Ds[1].setSelectionRange(Hi,na),Ds[1].focus()))},kt=()=>{hr(!0,!0),nextTick$1(()=>{he=!1})},tr=(Hi="",na=!1)=>{na||(he=!0),pe.value=na;let Ma;isArray$2(Hi)?Ma=Hi.map(Ds=>Ds.toDate()):Ma=Hi&&Hi.toDate(),Qr.value=null,jt(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,he=!1,y("visible-change",!1)},cr=()=>{pe.value=!0},mr=()=>{pe.value=!1},hr=(Hi=!0,na=!1)=>{he=na;const[Ma,Ds]=unref(Ue);let ps=Ma;!Hi&&kr.value&&(ps=Ds),ps&&ps.focus()},br=Hi=>{n.readonly||Er.value||pe.value||he||(pe.value=!0,y("focus",Hi))};let Rr;const xr=Hi=>{const na=async()=>{setTimeout(()=>{var Ma;Rr===na&&(!((Ma=ue.value)!=null&&Ma.isFocusInsideContent()&&!Ce)&&Ue.value.filter(Ds=>Ds.contains(document.activeElement)).length===0&&(ca(),pe.value=!1,y("blur",Hi),n.validateEvent&&(re==null||re.validate("blur").catch(Ds=>void 0))),Ce=!1)},0)};Rr=na,na()},Er=computed(()=>n.disabled||(z==null?void 0:z.disabled)),vr=computed(()=>{let Hi;if(Cr.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,jt(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(vr.value);return isArray$2(Qr.value)?[Qr.value[0]||Hi&&Hi[0]||"",Qr.value[1]||Hi&&Hi[1]||""]:Qr.value!==null?Qr.value:!gr.value&&Cr.value||!pe.value&&Cr.value?"":Hi?_r.value||Fr.value||zr.value?Hi.join(", "):Hi:""}),Lr=computed(()=>n.type.includes("time")),gr=computed(()=>n.type.startsWith("time")),_r=computed(()=>n.type==="dates"),Fr=computed(()=>n.type==="months"),zr=computed(()=>n.type==="years"),Vr=computed(()=>n.prefixIcon||(Lr.value?clock_default:calendar_default)),Gr=ref$1(!1),Tr=Hi=>{n.readonly||Er.value||(Gr.value&&(Hi.stopPropagation(),kt(),Sa.value.handleClear?Sa.value.handleClear():jt(oe.value),Ve(oe.value,!0),Gr.value=!1,pe.value=!1),y("clear"))},Cr=computed(()=>{const{modelValue:Hi}=n;return!Hi||isArray$2(Hi)&&!Hi.filter(Boolean).length}),Mr=async Hi=>{var na;n.readonly||Er.value||(((na=Hi.target)==null?void 0:na.tagName)!=="INPUT"||Ue.value.includes(document.activeElement))&&(pe.value=!0)},yr=()=>{n.readonly||Er.value||!Cr.value&&n.clearable&&(Gr.value=!0)},Sr=()=>{Gr.value=!1},Dr=Hi=>{var na;n.readonly||Er.value||(((na=Hi.touches[0].target)==null?void 0:na.tagName)!=="INPUT"||Ue.value.includes(document.activeElement))&&(pe.value=!0)},kr=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(kr)?unref(de):(Hi=unref(de))==null?void 0:Hi.$el}),jr=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(()=>{jr==null||jr()});const Qr=ref$1(null),ca=()=>{if(Qr.value){const Hi=Po(Ir.value);Hi&&qo(Hi)&&(jt(isArray$2(Hi)?Hi.map(na=>na.toDate()):Hi.toDate()),Qr.value=null)}Qr.value===""&&(jt(oe.value),Ve(oe.value),Qr.value=null)},Po=Hi=>Hi?Sa.value.parseUserInput(Hi):null,Wa=Hi=>Hi?Sa.value.formatToString(Hi):null,qo=Hi=>Sa.value.isValidValue(Hi),ds=async Hi=>{if(n.readonly||Er.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===""||qo(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)},Hr=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]),Ds=unref(vr);if(Ma&&Ma.isValid()){Qr.value=[Wa(Ma),((Hi=Ir.value)==null?void 0:Hi[1])||null];const ps=[Ma,Ds&&(Ds[1]||null)];qo(ps)&&(jt(ps),Qr.value=null)}},In=()=>{var Hi;const na=unref(Qr),Ma=Po(na&&na[1]),Ds=unref(vr);if(Ma&&Ma.isValid()){Qr.value=[((Hi=unref(Ir))==null?void 0:Hi[0])||null,Wa(Ma)];const ps=[Ds&&Ds[0],Ma];qo(ps)&&(jt(ps),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:br,handleBlurInput:xr,handleOpen:cr,handleClose:mr,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(kr)?(openBlock(),createElementBlock("div",{key:1,ref_key:"inputRef",ref:de,class:normalizeClass(unref(Ne)),style:normalizeStyle(Hi.$attrs.style),onClick:br,onMouseenter:yr,onMouseleave:Sr,onTouchstartPassive:Dr,onKeydown:ds},[unref(Vr)?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass([unref(j).e("icon"),unref(V).e("icon")]),onMousedown:withModifiers(Mr,["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(Er),readonly:!Hi.editable||Hi.readonly,class:normalizeClass(unref(V).b("input")),onMousedown:Mr,onInput:Hr,onChange:On,onFocus:br,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(Er),readonly:!Hi.editable||Hi.readonly,class:normalizeClass(unref(V).b("input")),onMousedown:Mr,onFocus:br,onBlur:xr,onInput:Ar,onChange:In},null,42,["id","name","placeholder","value","disabled","readonly"]),Hi.clearIcon?(openBlock(),createBlock(unref(ElIcon),{key:1,class:normalizeClass(unref(Fe)),onClick:Tr},{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(Er),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(_r)||unref(Fr)||unref(zr)||Hi.type==="week","aria-label":Hi.ariaLabel,tabindex:Hi.tabindex,"validate-event":!1,onInput:Kn,onFocus:br,onBlur:xr,onKeydown:ds,onChange:ca,onMousedown:Mr,onMouseenter:yr,onMouseleave:Sr,onTouchstartPassive:Dr,onClick:withModifiers(()=>{},["stop"])},{prefix:withCtx(()=>[unref(Vr)?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(j).e("icon")),onMousedown:withModifiers(Mr,["prevent"]),onTouchstartPassive:Dr},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(unref(Vr))))]),_:1},8,["class","onMousedown"])):createCommentVNode("v-if",!0)]),suffix:withCtx(()=>[Gr.value&&Hi.clearIcon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(`${unref(j).e("icon")} clear-icon`),onClick:withModifiers(Tr,["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(vr),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$2A,[["__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$2z=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,br=hr.hour(),Rr=hr.minute(),xr=hr.second();return{hours:br,minutes:Rr,seconds:xr}}),pe=computed(()=>{const{hours:hr,minutes:br}=unref(de);return{hours:k(y.role),minutes:L(hr,y.role),seconds:$(hr,br,y.role)}}),Ie=computed(()=>{const{hours:hr,minutes:br,seconds:Rr}=unref(de);return{hours:buildTimeList(hr,23),minutes:buildTimeList(br,59),seconds:buildTimeList(Rr,59)}}),_e=debounce(hr=>{j=!1,Ne(hr)},200),Ce=hr=>{if(!!!y.amPmMode)return"";const Rr=y.amPmMode==="A";let xr=hr<12?" am":" pm";return Rr&&(xr=xr.toUpperCase()),xr},he=hr=>{let br;switch(hr){case"hours":br=[0,2];break;case"minutes":br=[3,5];break;case"seconds":br=[6,8];break}const[Rr,xr]=br;t("select-range",Rr,xr),V.value=hr},Ne=hr=>{jt(hr,unref(de)[hr])},Fe=()=>{Ne("hours"),Ne("minutes"),Ne("seconds")},Ve=hr=>hr.querySelector(`.${n.namespace.value}-scrollbar__wrap`),jt=(hr,br)=>{if(y.arrowControl)return;const Rr=unref(oe[hr]);Rr&&Rr.$el&&(Ve(Rr.$el).scrollTop=Math.max(0,br*Et(hr)))},Et=hr=>{const br=unref(oe[hr]),Rr=br==null?void 0:br.$el.querySelector("li");return Rr&&Number.parseFloat(getStyle(Rr,"height"))||0},Ue=()=>{kt(1)},qe=()=>{kt(-1)},kt=hr=>{V.value||he("hours");const br=V.value,Rr=unref(de)[br],xr=V.value==="hours"?24:60,Er=tr(br,Rr,hr,xr);rr(br,Er),jt(br,Er),nextTick$1(()=>he(br))},tr=(hr,br,Rr,xr)=>{let Er=(br+Rr+xr)%xr;const vr=unref(pe)[hr];for(;vr[Er]&&Er!==br;)Er=(Er+Rr+xr)%xr;return Er},rr=(hr,br)=>{if(unref(pe)[hr][br])return;const{hours:Er,minutes:vr,seconds:Ir}=unref(de);let Lr;switch(hr){case"hours":Lr=y.spinnerDate.hour(br).minute(vr).second(Ir);break;case"minutes":Lr=y.spinnerDate.hour(Er).minute(br).second(Ir);break;case"seconds":Lr=y.spinnerDate.hour(Er).minute(vr).second(br);break}t("change",Lr)},ar=(hr,{value:br,disabled:Rr})=>{Rr||(rr(hr,br),he(hr),jt(hr,br))},nr=hr=>{j=!0,_e(hr);const br=Math.min(Math.round((Ve(unref(oe[hr]).$el).scrollTop-(ur(hr)*.5-10)/Et(hr)+3)/Et(hr)),hr==="hours"?23:59);rr(hr,br)},ur=hr=>unref(oe[hr]).$el.offsetHeight,cr=()=>{const hr=br=>{const Rr=unref(oe[br]);Rr&&Rr.$el&&(Ve(Rr.$el).onscroll=()=>{nr(br)})};hr("hours"),hr("minutes"),hr("seconds")};onMounted(()=>{nextTick$1(()=>{!y.arrowControl&&cr(),Fe(),y.role==="start"&&he("hours")})});const mr=(hr,br)=>{oe[br].value=hr};return t("set-option",[`${y.role}_scrollDown`,kt]),t("set-option",[`${y.role}_emitSelectRange`,he]),watch(()=>y.spinnerDate,()=>{j||Fe()}),(hr,br)=>(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),Rr=>(openBlock(),createBlock(unref(ElScrollbar),{key:Rr,ref_for:!0,ref:xr=>mr(xr,Rr),class:normalizeClass(unref(n).be("spinner","wrapper")),"wrap-style":"max-height: inherit;","view-class":unref(n).be("spinner","list"),noresize:"",tag:"ul",onMouseenter:xr=>he(Rr),onMousemove:xr=>Ne(Rr)},{default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(pe)[Rr],(xr,Er)=>(openBlock(),createElementBlock("li",{key:Er,class:normalizeClass([unref(n).be("spinner","item"),unref(n).is("active",Er===unref(de)[Rr]),unref(n).is("disabled",xr)]),onClick:vr=>ar(Rr,{value:Er,disabled:xr})},[Rr==="hours"?(openBlock(),createElementBlock(Fragment,{key:0},[createTextVNode(toDisplayString(("0"+(hr.amPmMode?Er%12||12:Er)).slice(-2))+toDisplayString(Ce(Er)),1)],64)):(openBlock(),createElementBlock(Fragment,{key:1},[createTextVNode(toDisplayString(("0"+Er).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),Rr=>(openBlock(),createElementBlock("div",{key:Rr,class:normalizeClass([unref(n).be("spinner","wrapper"),unref(n).is("arrow")]),onMouseenter:xr=>he(Rr)},[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),Ue]]),createBaseVNode("ul",{class:normalizeClass(unref(n).be("spinner","list"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(Ie)[Rr],(xr,Er)=>(openBlock(),createElementBlock("li",{key:Er,class:normalizeClass([unref(n).be("spinner","item"),unref(n).is("active",xr===unref(de)[Rr]),unref(n).is("disabled",unref(pe)[Rr][xr])])},[typeof xr=="number"?(openBlock(),createElementBlock(Fragment,{key:0},[Rr==="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$2z,[["__file","basic-time-spinner.vue"]]);const _sfc_main$2y=defineComponent({__name:"panel-time-pick",props:panelTimePickerProps,emits:["pick","select-range","set-picker-option"],setup(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),_e=computed(()=>isUndefined$1(y.actualVisible)?`${oe.namespace.value}-zoom-in-top`:""),Ce=computed(()=>y.format.includes("ss")),he=computed(()=>y.format.includes("A")?"A":y.format.includes("a")?"a":""),Ne=mr=>{const hr=dayjs(mr).locale(de.value),br=ar(hr);return hr.isSame(br)},Fe=()=>{t("pick",Ie.value,!1)},Ve=(mr=!1,hr=!1)=>{hr||t("pick",y.parsedValue,mr)},jt=mr=>{if(!y.visible)return;const hr=ar(mr).millisecond(0);t("pick",hr,!0)},Et=(mr,hr)=>{t("select-range",mr,hr),pe.value=[mr,hr]},Ue=mr=>{const hr=[0,3].concat(Ce.value?[6]:[]),br=["hours","minutes"].concat(Ce.value?["seconds"]:[]),xr=(hr.indexOf(pe.value[0])+mr+hr.length)%hr.length;kt.start_emitSelectRange(br[xr])},qe=mr=>{const hr=mr.code,{left:br,right:Rr,up:xr,down:Er}=EVENT_CODE;if([br,Rr].includes(hr)){Ue(hr===br?-1:1),mr.preventDefault();return}if([xr,Er].includes(hr)){const vr=hr===xr?-1:1;kt.start_scrollDown(vr),mr.preventDefault();return}},{timePickerOptions:kt,onSetOption:tr,getAvailableTime:rr}=useTimePanel({getAvailableHours:z,getAvailableMinutes:re,getAvailableSeconds:ie}),ar=mr=>rr(mr,y.datetimeRole||"",!0),nr=mr=>mr?dayjs(mr,y.format).locale(de.value):null,ur=mr=>mr?mr.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]),(mr,hr)=>(openBlock(),createBlock(Transition,{name:unref(_e)},{default:withCtx(()=>[mr.actualVisible||mr.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:mr.datetimeRole||"start","arrow-control":unref(k),"show-seconds":unref(Ce),"am-pm-mode":unref(he),"spinner-date":mr.parsedValue,"disabled-hours":unref(L),"disabled-minutes":unref($),"disabled-seconds":unref(j),onChange:jt,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:br=>Ve()},toDisplayString(unref(ue)("el.datepicker.confirm")),11,["onClick"])],2)],2)):createCommentVNode("v-if",!0)]),_:1},8,["name"]))}});var TimePickPanel=_export_sfc$1(_sfc_main$2y,[["__file","panel-time-pick.vue"]]);const panelTimeRangeProps=buildProps({...timePanelSharedProps,parsedValue:{type:definePropType(Array)}}),_sfc_main$2x=defineComponent({__name:"panel-time-range",props:panelTimeRangeProps,emits:["pick","select-range","set-picker-option"],setup(e,{emit:t}){const y=e,n=(Vr,Gr)=>{const Tr=[];for(let Cr=Vr;Cr<=Gr;Cr++)Tr.push(Cr);return Tr},{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]),_e=computed(()=>y.parsedValue[1]),Ce=useOldValue(y),he=()=>{t("pick",Ce.value,!1)},Ne=computed(()=>y.format.includes("ss")),Fe=computed(()=>y.format.includes("A")?"A":y.format.includes("a")?"a":""),Ve=(Vr=!1)=>{t("pick",[Ie.value,_e.value],Vr)},jt=Vr=>{qe(Vr.millisecond(0),_e.value)},Et=Vr=>{qe(Ie.value,Vr.millisecond(0))},Ue=Vr=>{const Gr=Vr.map(Cr=>dayjs(Cr).locale(L.value)),Tr=Rr(Gr);return Gr[0].isSame(Tr[0])&&Gr[1].isSame(Tr[1])},qe=(Vr,Gr)=>{t("pick",[Vr,Gr],!0)},kt=computed(()=>Ie.value>_e.value),tr=ref$1([0,2]),rr=(Vr,Gr)=>{t("select-range",Vr,Gr,"min"),tr.value=[Vr,Gr]},ar=computed(()=>Ne.value?11:8),nr=(Vr,Gr)=>{t("select-range",Vr,Gr,"max");const Tr=unref(ar);tr.value=[Vr+Tr,Gr+Tr]},ur=Vr=>{const Gr=Ne.value?[0,3,6,11,14,17]:[0,3,8,11],Tr=["hours","minutes"].concat(Ne.value?["seconds"]:[]),Mr=(Gr.indexOf(tr.value[0])+Vr+Gr.length)%Gr.length,yr=Gr.length/2;Mr<yr?Ir.start_emitSelectRange(Tr[Mr]):Ir.end_emitSelectRange(Tr[Mr-yr])},cr=Vr=>{const Gr=Vr.code,{left:Tr,right:Cr,up:Mr,down:yr}=EVENT_CODE;if([Tr,Cr].includes(Gr)){ur(Gr===Tr?-1:1),Vr.preventDefault();return}if([Mr,yr].includes(Gr)){const Sr=Gr===Mr?-1:1,Dr=tr.value[0]<ar.value?"start":"end";Ir[`${Dr}_scrollDown`](Sr),Vr.preventDefault();return}},mr=(Vr,Gr)=>{const Tr=re?re(Vr):[],Cr=Vr==="start",yr=(Gr||(Cr?_e.value:Ie.value)).hour(),Sr=Cr?n(yr+1,23):n(0,yr-1);return union(Tr,Sr)},hr=(Vr,Gr,Tr)=>{const Cr=ie?ie(Vr,Gr):[],Mr=Gr==="start",yr=Tr||(Mr?_e.value:Ie.value),Sr=yr.hour();if(Vr!==Sr)return Cr;const Dr=yr.minute(),kr=Mr?n(Dr+1,59):n(0,Dr-1);return union(Cr,kr)},br=(Vr,Gr,Tr,Cr)=>{const Mr=oe?oe(Vr,Gr,Tr):[],yr=Tr==="start",Sr=Cr||(yr?_e.value:Ie.value),Dr=Sr.hour(),kr=Sr.minute();if(Vr!==Dr||Gr!==kr)return Mr;const Wr=Sr.second(),Kr=yr?n(Wr+1,59):n(0,Wr-1);return union(Mr,Kr)},Rr=([Vr,Gr])=>[Lr(Vr,"start",!0,Gr),Lr(Gr,"end",!1,Vr)],{getAvailableHours:xr,getAvailableMinutes:Er,getAvailableSeconds:vr}=buildAvailableTimeSlotGetter(mr,hr,br),{timePickerOptions:Ir,getAvailableTime:Lr,onSetOption:gr}=useTimePanel({getAvailableHours:xr,getAvailableMinutes:Er,getAvailableSeconds:vr}),_r=Vr=>Vr?isArray$2(Vr)?Vr.map(Gr=>dayjs(Gr,y.format).locale(L.value)):dayjs(Vr,y.format).locale(L.value):null,Fr=Vr=>Vr?isArray$2(Vr)?Vr.map(Gr=>Gr.format(y.format)):Vr.format(y.format):null,zr=()=>{if(isArray$2(ue))return ue.map(Gr=>dayjs(Gr).locale(L.value));const Vr=dayjs(ue).locale(L.value);return[Vr,Vr.add(60,"m")]};return t("set-picker-option",["formatToString",Fr]),t("set-picker-option",["parseUserInput",_r]),t("set-picker-option",["isValidValue",Ue]),t("set-picker-option",["handleKeydownInput",cr]),t("set-picker-option",["getDefaultValue",zr]),t("set-picker-option",["getRangeAvailableTime",Rr]),(Vr,Gr)=>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":mr,"disabled-minutes":hr,"disabled-seconds":br,onChange:jt,onSetOption:unref(gr),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(_e),"disabled-hours":mr,"disabled-minutes":hr,"disabled-seconds":br,onChange:Et,onSetOption:unref(gr),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:Tr=>he()},toDisplayString(unref(k)("el.datepicker.cancel")),11,["onClick"]),createBaseVNode("button",{type:"button",class:normalizeClass([unref($).be("panel","btn"),"confirm"]),disabled:unref(kt),onClick:Tr=>Ve()},toDisplayString(unref(k)("el.datepicker.confirm")),11,["disabled","onClick"])],2)],2)):createCommentVNode("v-if",!0)}});var TimeRangePanel=_export_sfc$1(_sfc_main$2x,[["__file","panel-time-range.vue"]]);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(),_e=$(Ie[oe]),Ce=$(Ie[ue]),he=_e||Ce.map(function(Fe){return Fe.slice(0,de)});if(!pe)return he;var Ne=Ie.weekStart;return he.map(function(Fe,Ve){return he[(Ve+(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 _e=rangeArr(Ie).map((Ce,he)=>({text:he+1,type:"next"}));oe=pe.concat(_e)}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),_e=rangeArr(Ie).map((Ce,he)=>({text:he+1,type:"next"}));oe=oe.concat(_e)}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$2w=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 _e=V(de,pe);_e.isSame(n.selectedDay,"day")&&Ie.push(oe.is("selected")),_e.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,_e)=>(openBlock(),createElementBlock("tr",{key:_e,class:normalizeClass({[unref(ie).e("row")]:!0,[unref(ie).em("row","hide-border")]:_e===0&&de.hideHeader})},[(openBlock(!0),createElementBlock(Fragment,null,renderList(Ie,(Ce,he)=>(openBlock(),createElementBlock("td",{key:he,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$2w,[["__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 _e=Ie.toDate();t(INPUT_EVENT,_e),t(UPDATE_MODEL_EVENT,_e)}}),j=computed(()=>{if(!e.range)return[];const Ie=e.range.map(he=>dayjs(he).locale(n.value)),[_e,Ce]=Ie;return _e.isAfter(Ce)?[]:_e.isSame(Ce,"month")?ue(_e,Ce):_e.add(1,"month").month()!==Ce.month()?[]:ue(_e,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,_e)=>{const Ce=Ie.startOf("week"),he=_e.endOf("week"),Ne=Ce.get("month"),Fe=he.get("month");return Ne===Fe?[[Ce,he]]:(Ne+1)%12===Fe?adjacentMonth(Ce,he):Ne+2===Fe||(Ne+1)%11===Fe?threeConsecutiveMonth(Ce,he):[]},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$2v=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(_e=>[renderSlot(ue.$slots,"date-cell",normalizeProps(guardReactiveProps(_e)))])}:void 0]),1032,["date","selected-day","range","hide-header","onPick"]))),128))],2))],2))}});var Calendar=_export_sfc$1(_sfc_main$2v,[["__file","calendar.vue"]]);const ElCalendar=withInstall(Calendar),cardProps=buildProps({header:{type:String,default:""},footer:{type:String,default:""},bodyStyle:{type:definePropType([String,Object,Array]),default:""},bodyClass:String,shadow:{type:String,values:["always","hover","never"],default:"always"}}),__default__$1p=defineComponent({name:"ElCard"}),_sfc_main$2u=defineComponent({...__default__$1p,props:cardProps,setup(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$2u,[["__file","card.vue"]]);const ElCard=withInstall(Card),carouselProps=buildProps({initialIndex:{type:Number,default:0},height:{type:String,default:""},trigger:{type:String,values:["hover","click"],default:"hover"},autoplay:{type:Boolean,default:!0},interval:{type:Number,default:3e3},indicatorPosition:{type:String,values:["","none","outside"],default:""},arrow:{type:String,values:["always","hover","never"],default:"hover"},type:{type:String,values:["","card"],default:""},cardScale:{type:Number,default:.83},loop:{type:Boolean,default:!0},direction:{type:String,values:["horizontal","vertical"],default:"horizontal"},pauseOnHover:{type:Boolean,default:!0},motionBlur:Boolean}),carouselEmits={change:(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(Lr=>Lr.props.label.toString().length>0)),_e=computed(()=>e.type==="card"),Ce=computed(()=>e.direction==="vertical"),he=computed(()=>e.height!=="auto"?{height:e.height}:{height:`${ie.value}px`,overflow:"hidden"}),Ne=throttle$1(Lr=>{qe(Lr)},THROTTLE_TIME,{trailing:!0}),Fe=throttle$1(Lr=>{hr(Lr)},THROTTLE_TIME),Ve=Lr=>oe.value?j.value<=1?Lr<=1:Lr>1:!0;function jt(){V.value&&(clearInterval(V.value),V.value=null)}function Et(){e.interval<=0||!e.autoplay||V.value||(V.value=setInterval(()=>Ue(),e.interval))}const Ue=()=>{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(Lr){if(ue.value||(de.value=!0),ue.value=!1,isString$3(Lr)){const Fr=n.value.filter(zr=>zr.props.name===Lr);Fr.length>0&&(Lr=n.value.indexOf(Fr[0]))}if(Lr=Number(Lr),Number.isNaN(Lr)||Lr!==Math.floor(Lr))return;const gr=n.value.length,_r=j.value;Lr<0?j.value=e.loop?gr-1:0:Lr>=gr?j.value=e.loop?0:gr-1:j.value=Lr,_r===j.value&&kt(_r),xr()}function kt(Lr){n.value.forEach((gr,_r)=>{gr.translateItem(_r,j.value,Lr)})}function tr(Lr,gr){var _r,Fr,zr,Vr;const Gr=unref(n),Tr=Gr.length;if(Tr===0||!Lr.states.inStage)return!1;const Cr=gr+1,Mr=gr-1,yr=Tr-1,Sr=Gr[yr].states.active,Dr=Gr[0].states.active,kr=(Fr=(_r=Gr[Cr])==null?void 0:_r.states)==null?void 0:Fr.active,Wr=(Vr=(zr=Gr[Mr])==null?void 0:zr.states)==null?void 0:Vr.active;return gr===yr&&Dr||kr?"left":gr===0&&Sr||Wr?"right":!1}function rr(){z.value=!0,e.pauseOnHover&&jt()}function ar(){z.value=!1,Et()}function nr(){de.value=!1}function ur(Lr){unref(Ce)||n.value.forEach((gr,_r)=>{Lr===tr(gr,_r)&&(gr.states.hover=!0)})}function cr(){unref(Ce)||n.value.forEach(Lr=>{Lr.states.hover=!1})}function mr(Lr){Lr!==j.value&&(ue.value||(de.value=!0)),j.value=Lr}function hr(Lr){e.trigger==="hover"&&Lr!==j.value&&(j.value=Lr,ue.value||(de.value=!0))}function br(){qe(j.value-1)}function Rr(){qe(j.value+1)}function xr(){jt(),e.pauseOnHover||Et()}function Er(Lr){e.height==="auto"&&(ie.value=Lr)}function vr(){var Lr;const gr=(Lr=$.default)==null?void 0:Lr.call($);if(!gr)return null;const _r=flattedChildren(gr),Fr="ElCarouselItem",zr=_r.filter(Vr=>isVNode(Vr)&&Vr.type.name===Fr);return(zr==null?void 0:zr.length)===2&&e.loop&&!_e.value?(oe.value=!0,zr):(oe.value=!1,null)}watch(()=>j.value,(Lr,gr)=>{kt(gr),oe.value&&(Lr=Lr%2,gr=gr%2),gr>-1&&t("change",Lr,gr)}),watch(()=>e.autoplay,Lr=>{Lr?Et():jt()}),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,()=>{kt()}),Et()}),onBeforeUnmount(()=>{jt(),re.value&&Ir.value&&Ir.value.stop()}),provide(carouselContextKey,{root:re,isCardType:_e,isVertical:Ce,items:n,loop:e.loop,cardScale:e.cardScale,addItem:k,removeItem:L,setActiveItem:qe,setContainerHeight:Er}),{root:re,activeIndex:j,arrowDisplay:pe,hasLabel:Ie,hover:z,isCardType:_e,isTransitioning:de,items:n,isVertical:Ce,containerStyle:he,isItemsTwoLength:oe,handleButtonEnter:ur,handleTransitionEnd:nr,handleButtonLeave:cr,handleIndicatorClick:mr,handleMouseEnter:rr,handleMouseLeave:ar,setActiveItem:qe,prev:br,next:Rr,PlaceholderItem:vr,isTwoLengthShow:Ve,throttledArrowClick:Ne,throttledIndicatorHover:Fe}},COMPONENT_NAME$f="ElCarousel",__default__$1o=defineComponent({name:COMPONENT_NAME$f}),_sfc_main$2t=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:_e,handleMouseLeave:Ce,handleTransitionEnd:he,setActiveItem:Ne,prev:Fe,next:Ve,PlaceholderItem:jt,isTwoLengthShow:Et,throttledArrowClick:Ue,throttledIndicatorHover:qe}=useCarousel(n,y),kt=useNamespace("carousel"),{t:tr}=useLocale(),rr=computed(()=>{const ur=[kt.b(),kt.m(n.direction)];return unref(z)&&ur.push(kt.m("card")),ur}),ar=computed(()=>{const ur=[kt.e("container")];return n.motionBlur&&unref(pe)&&ur.push(unref(ie)?`${kt.namespace.value}-transitioning-vertical`:`${kt.namespace.value}-transitioning`),ur}),nr=computed(()=>{const ur=[kt.e("indicators"),kt.em("indicators",n.direction)];return unref(j)&&ur.push(kt.em("indicators","labels")),n.indicatorPosition==="outside"&&ur.push(kt.em("indicators","outside")),unref(ie)&&ur.push(kt.em("indicators","right")),ur});return t({activeIndex:L,setActiveItem:Ne,prev:Fe,next:Ve}),(ur,cr)=>(openBlock(),createElementBlock("div",{ref_key:"root",ref:k,class:normalizeClass(unref(rr)),onMouseenter:withModifiers(unref(_e),["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(kt).e("arrow"),unref(kt).em("arrow","left")]),"aria-label":unref(tr)("el.carousel.leftArrow"),onMouseenter:mr=>unref(ue)("left"),onMouseleave:unref(de),onClick:withModifiers(mr=>unref(Ue)(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(kt).e("arrow"),unref(kt).em("arrow","right")]),"aria-label":unref(tr)("el.carousel.rightArrow"),onMouseenter:mr=>unref(ue)("right"),onMouseleave:unref(de),onClick:withModifiers(mr=>unref(Ue)(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(he)},[createVNode(unref(jt)),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),(mr,hr)=>withDirectives((openBlock(),createElementBlock("li",{key:hr,class:normalizeClass([unref(kt).e("indicator"),unref(kt).em("indicator",ur.direction),unref(kt).is("active",hr===unref(L))]),onMouseenter:br=>unref(qe)(hr),onClick:withModifiers(br=>unref(Ie)(hr),["stop"])},[createBaseVNode("button",{class:normalizeClass(unref(kt).e("button")),"aria-label":unref(tr)("el.carousel.indicator",{index:hr+1})},[unref(j)?(openBlock(),createElementBlock("span",{key:0},toDisplayString(mr.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$2t,[["__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,Ve){const jt=Ve-1,Et=Fe-1,Ue=Fe+1,qe=Ve/2;return Fe===0&&Ne===jt?-1:Fe===jt&&Ne===0?Ve:Ne<Et&&Fe-Ne>=qe?Ve+1:Ne>Ue&&Ne-Fe>=qe?-2:Ne}function Ie(Ne,Fe){var Ve,jt;const Et=unref(ue)?((Ve=y.root.value)==null?void 0:Ve.offsetHeight)||0:((jt=y.root.value)==null?void 0:jt.offsetWidth)||0;return re.value?Et*((2-de)*(Ne-Fe)+1)/4:Ne<Fe?-(1+de)*Et/4:(3+de)*Et/4}function _e(Ne,Fe,Ve){const jt=y.root.value;return jt?((Ve?jt.offsetHeight:jt.offsetWidth)||0)*(Ne-Fe):0}const Ce=(Ne,Fe,Ve)=>{var jt;const Et=unref(oe),Ue=(jt=y.items.value.length)!=null?jt:Number.NaN,qe=Ne===Fe;!Et&&!isUndefined$1(Ve)&&(ie.value=qe||Ne===Ve),!qe&&Ue>2&&y.loop&&(Ne=pe(Ne,Fe,Ue));const kt=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=_e(Ne,Fe,kt),z.value=!0,qe&&k.value&&y.setContainerHeight(k.value.offsetHeight)};function he(){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:he}},__default__$1n=defineComponent({name:"ElCarouselItem"}),_sfc_main$2s=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 _e=`${`translate${unref(V)?"Y":"X"}`}(${unref(z)}px)`,Ce=`scale(${unref(ie)})`;return{transform:[_e,Ce].join(" ")}});return(Ie,_e)=>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$2s,[["__file","carousel-item.vue"]]);const ElCarousel=withInstall(Carousel,{CarouselItem}),ElCarouselItem=withNoopInstall(CarouselItem),checkboxProps={modelValue:{type:[Number,String,Boolean],default:void 0},label:{type:[String,Boolean,Number,Object],default:void 0},value:{type:[String,Boolean,Number,Object],default:void 0},indeterminate:Boolean,disabled:Boolean,checked:Boolean,name:{type:String,default:void 0},trueValue:{type:[String,Number],default:void 0},falseValue:{type:[String,Number],default:void 0},trueLabel:{type:[String,Number],default:void 0},falseLabel:{type:[String,Number],default:void 0},id:{type:String,default:void 0},border:Boolean,size:useSizeProp,tabindex:[String,Number],validateEvent:{type:Boolean,default:!0},...useAriaProps(["ariaControls"])},checkboxEmits={[UPDATE_MODEL_EVENT]: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,_e,Ce;return[!0,e.trueValue,e.trueLabel].includes(de)?(Ie=(pe=e.trueValue)!=null?pe:e.trueLabel)!=null?Ie:!0:(Ce=(_e=e.falseValue)!=null?_e: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(_e=>_e.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 he,Ne;isArray$2(n.value)&&!n.value.includes(ie.value)?n.value.push(ie.value):n.value=(Ne=(he=e.trueValue)!=null?he: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$2r=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(_e,Ce)=>(openBlock(),createBlock(resolveDynamicComponent(!unref(z)&&unref(k)?"span":"label"),{class:normalizeClass(unref(pe)),"aria-controls":_e.indeterminate?_e.ariaControls:null,onClick:unref(ue)},{default:withCtx(()=>{var he,Ne;return[createBaseVNode("span",{class:normalizeClass(unref(Ie))},[_e.trueValue||_e.falseValue||_e.trueLabel||_e.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:_e.indeterminate,name:_e.name,tabindex:_e.tabindex,disabled:unref($),"true-value":(he=_e.trueValue)!=null?he:_e.trueLabel,"false-value":(Ne=_e.falseValue)!=null?Ne:_e.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:_e.indeterminate,disabled:unref($),value:unref(ie),name:_e.name,tabindex:_e.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(_e.$slots,"default"),_e.$slots.default?createCommentVNode("v-if",!0):(openBlock(),createElementBlock(Fragment,{key:0},[createTextVNode(toDisplayString(_e.label),1)],64))],2)):createCommentVNode("v-if",!0)]}),_:3},8,["class","aria-controls","onClick"]))}});var Checkbox=_export_sfc$1(_sfc_main$2r,[["__file","checkbox.vue"]]);const __default__$1l=defineComponent({name:"ElCheckboxButton"}),_sfc_main$2q=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,_e;const Ce=(pe=(de=re==null?void 0:re.fill)==null?void 0:de.value)!=null?pe:"";return{backgroundColor:Ce,borderColor:Ce,color:(_e=(Ie=re==null?void 0:re.textColor)==null?void 0:Ie.value)!=null?_e:"",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,_e;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":(_e=de.falseValue)!=null?_e: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$2q,[["__file","checkbox-button.vue"]]);const checkboxGroupProps=buildProps({modelValue:{type:definePropType(Array),default:()=>[]},disabled:Boolean,min:Number,max:Number,size:useSizeProp,fill:String,textColor:String,tag:{type:String,default:"div"},validateEvent:{type:Boolean,default:!0},...useAriaProps(["ariaLabel"])}),checkboxGroupEmits={[UPDATE_MODEL_EVENT]:e=>isArray$2(e),change:e=>isArray$2(e)},__default__$1k=defineComponent({name:"ElCheckboxGroup"}),_sfc_main$2p=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$2p,[["__file","checkbox-group.vue"]]);const ElCheckbox=withInstall(Checkbox,{CheckboxButton,CheckboxGroup}),ElCheckboxButton=withNoopInstall(CheckboxButton),ElCheckboxGroup$1=withNoopInstall(CheckboxGroup),radioPropsBase=buildProps({modelValue:{type:[String,Number,Boolean],default:void 0},size:useSizeProp,disabled:Boolean,label:{type:[String,Number,Boolean],default:void 0},value:{type:[String,Number,Boolean],default:void 0},name:{type:String,default:void 0}}),radioProps=buildProps({...radioPropsBase,border:Boolean}),radioEmits={[UPDATE_MODEL_EVENT]: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$2o=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$2o,[["__file","radio.vue"]]);const radioButtonProps=buildProps({...radioPropsBase}),__default__$1i=defineComponent({name:"ElRadioButton"}),_sfc_main$2n=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$2n,[["__file","radio-button.vue"]]);const radioGroupProps=buildProps({id:{type:String,default:void 0},size:useSizeProp,disabled:Boolean,modelValue:{type:[String,Number,Boolean],default:void 0},fill:{type:String,default:""},textColor:{type:String,default:""},name:{type:String,default:void 0},validateEvent:{type:Boolean,default:!0},...useAriaProps(["ariaLabel"])}),radioGroupEmits=radioEmits,__default__$1h=defineComponent({name:"ElRadioGroup"}),_sfc_main$2m=defineComponent({...__default__$1h,props:radioGroupProps,emits:radioGroupEmits,setup(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$2m,[["__file","radio-group.vue"]]);const ElRadio=withInstall(Radio,{RadioButton,RadioGroup}),ElRadioGroup=withNoopInstall(RadioGroup),ElRadioButton=withNoopInstall(RadioButton);var NodeContent$1=defineComponent({name:"NodeContent",setup(){return{ns:useNamespace("cascader-node")}},render(){const{ns: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$2l=defineComponent({name:"ElCascaderNode",components:{ElCheckbox,ElRadio,NodeContent:NodeContent$1,ElIcon,Check:check_default,Loading:loading_default,ArrowRight:arrow_right_default},props:{node:{type:Object,required:!0},menuId:String},emits:["expand"],setup(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 Ve;return(Ve=y.checkedNodes[0])==null?void 0:Ve.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=Ve=>{var jt;const{level:Et,uid:Ue}=e.node;return((jt=Ve==null?void 0:Ve.pathNodes[Et-1])==null?void 0:jt.uid)===Ue},de=()=>{ie.value||y.expandNode(e.node)},pe=Ve=>{const{node:jt}=e;Ve!==jt.checked&&y.handleCheckChange(jt,Ve)},Ie=()=>{y.lazyLoad(e.node,()=>{z.value||de()})},_e=Ve=>{k.value&&(Ce(),!z.value&&t("expand",Ve))},Ce=()=>{const{node:Ve}=e;!re.value||Ve.loading||(Ve.loaded?de():Ie())},he=()=>{k.value&&!z.value||(z.value&&!V.value&&!$.value&&!L.value?Fe(!0):Ce())},Ne=Ve=>{$.value?(pe(Ve),e.node.loaded&&de()):Fe(Ve)},Fe=Ve=>{e.node.loaded?(pe(Ve),!$.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:_e,handleExpand:Ce,handleClick:he,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$2l,[["render",_sfc_render$t],["__file","node.vue"]]);const _sfc_main$2k=defineComponent({name:"ElCascaderMenu",components:{Loading:loading_default,ElIcon,ElScrollbar,ElCascaderNode},props:{nodes:{type:Array,required:!0},index:{type:Number,required:!0}},setup(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 _e=t.vnode.el,{left:Ce}=_e.getBoundingClientRect(),{offsetWidth:he,offsetHeight:Ne}=_e,Fe=Ie.clientX-Ce,Ve=L.offsetTop,jt=Ve+L.offsetHeight;V.value.innerHTML=`
<path style="pointer-events: auto;" fill="transparent" d="M${Fe} ${Ve} L${he} 0 V${Ve} Z" />
<path style="pointer-events: auto;" fill="transparent" d="M${Fe} ${jt} L${he} ${Ne} V${jt} 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$2k,[["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 Y0{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 Y0(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 Y0(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$2j=defineComponent({name:"ElCascaderPanel",components:{ElCascaderMenu},props:{...CommonProps,border:{type:Boolean,default:!0},renderLabel:Function},emits:[UPDATE_MODEL_EVENT,CHANGE_EVENT,"close","expand-change"],setup(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,mr=cr.root?null:cr;ur&&($==null||$.appendNodes(ur,mr)),cr.loading=!1,cr.loaded=!0,cr.childrenData=cr.childrenData||[],rr&&rr(ur)};ar.lazyLoad(tr,nr)},_e=(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),jt(),ar&&!ur&&!nr&&t("close"),!ar&&!ur&&!nr&&he(tr)},he=tr=>{tr&&(tr=tr.parent,he(tr),tr&&_e(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)},Ve=()=>{oe.value.forEach(tr=>tr.doCheck(!1)),jt(),re.value=re.value.slice(0,1),ie.value=null,t("expand-change",[])},jt=()=>{var tr;const{checkStrictly:rr,multiple:ar}=L.value,nr=oe.value,ur=Fe(!rr),cr=sortByOriginalOrder(nr,ur),mr=cr.map(hr=>hr.valueByOption);oe.value=cr,z.value=ar?mr:(tr=mr[0])!=null?tr:null},Et=(tr=!1,rr=!1)=>{const{modelValue:ar}=e,{lazy:nr,multiple:ur,checkStrictly:cr}=L.value,mr=!cr;if(!(!j.value||n||!rr&&isEqual$1(ar,z.value)))if(nr&&!tr){const br=unique(flattenDeep(castArray(ar))).map(Rr=>$==null?void 0:$.getNodeByValue(Rr)).filter(Rr=>!!Rr&&!Rr.loaded&&!Rr.loading);br.length?br.forEach(Rr=>{Ie(Rr,()=>Et(!1,rr))}):Et(!0,rr)}else{const hr=ur?castArray(ar):[ar],br=unique(hr.map(Rr=>$==null?void 0:$.getNodeByValue(Rr,mr)));Ue(br,rr),z.value=cloneDeep(ar)}},Ue=(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),mr=rr&&cr||ur[0];mr?mr.pathNodes.forEach(hr=>_e(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)}})},kt=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:_e,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:kt,handleCheckChange:Ce,getFlattedNodes:Ne,getCheckedNodes:Fe,clearCheckedNodes:Ve,calculateCheckedValue:jt,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$2j,[["render",_sfc_render$r],["__file","index.vue"]]);const ElCascaderPanel=withInstall(CascaderPanel),tagProps=buildProps({type:{type:String,values:["primary","success","info","warning","danger"],default:"primary"},closable:Boolean,disableTransitions:Boolean,hit:Boolean,color:String,size:{type:String,values:componentSizes},effect:{type:String,values:["dark","light","plain"],default:"light"},round:Boolean}),tagEmits={close:e=>e instanceof MouseEvent,click:e=>e instanceof MouseEvent},__default__$1g=defineComponent({name:"ElTag"}),_sfc_main$2i=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$2i,[["__file","tag.vue"]]);const ElTag=withInstall(Tag),cascaderProps=buildProps({...CommonProps,size:useSizeProp,placeholder:String,disabled:Boolean,clearable:Boolean,filterable:Boolean,filterMethod:{type:definePropType(Function),default:(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$2h=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:In})=>{const{modifiersData:Sa,placement:sa}=In;["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(In){var Sa;const sa=(Sa=In.target)==null?void 0:Sa.value;Ar(sa)}}),Ie=ref$1(null),_e=ref$1(null),Ce=ref$1(null),he=ref$1(null),Ne=ref$1(null),Fe=ref$1(!1),Ve=ref$1(!1),jt=ref$1(!1),Et=ref$1(!1),Ue=ref$1(""),qe=ref$1(""),kt=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||kt.value.length>0||de.value?"":ur.value),mr=useFormSize(),hr=computed(()=>["small"].includes(mr.value)?"small":"default"),br=computed(()=>!!n.props.multiple),Rr=computed(()=>!n.filterable||br.value),xr=computed(()=>br.value?qe.value:Ue.value),Er=computed(()=>{var In;return((In=he.value)==null?void 0:In.checkedNodes)||[]}),vr=computed(()=>!n.clearable||nr.value||jt.value||!Ve.value?!1:!!Er.value.length),Ir=computed(()=>{const{showAllLevels:In,separator:Sa}=n,sa=Er.value;return sa.length?br.value?"":sa[0].calcText(In,Sa):""}),Lr=computed(()=>(oe==null?void 0:oe.validateState)||""),gr=computed({get(){return cloneDeep(n.modelValue)},set(In){const Sa=In??ue.value;y(UPDATE_MODEL_EVENT,Sa),y(CHANGE_EVENT,Sa),n.validateEvent&&(oe==null||oe.validate("change").catch(sa=>void 0))}}),_r=computed(()=>[V.b(),V.m(mr.value),V.is("disabled",nr.value),L.class]),Fr=computed(()=>[z.e("icon"),"icon-arrow-down",V.is("reverse",Fe.value)]),zr=computed(()=>V.is("focus",Fe.value||Et.value)),Vr=computed(()=>{var In,Sa;return(Sa=(In=Ie.value)==null?void 0:In.popperRef)==null?void 0:Sa.contentRef}),Gr=In=>{var Sa,sa,qa;nr.value||(In=In??!Fe.value,In!==Fe.value&&(Fe.value=In,(sa=(Sa=_e.value)==null?void 0:Sa.input)==null||sa.setAttribute("aria-expanded",`${In}`),In?(Tr(),nextTick$1((qa=he.value)==null?void 0:qa.scrollToExpandingNode)):n.filterable&&ca(),y("visibleChange",In)))},Tr=()=>{nextTick$1(()=>{var In;(In=Ie.value)==null||In.updatePopper()})},Cr=()=>{jt.value=!1},Mr=In=>{const{showAllLevels:Sa,separator:sa}=n;return{node:In,key:In.uid,text:In.calcText(Sa,sa),hitState:!1,closable:!nr.value&&!In.isDisabled,isCollapseTag:!1}},yr=In=>{var Sa;const sa=In.node;sa.doCheck(!1),(Sa=he.value)==null||Sa.calculateCheckedValue(),y("removeTag",sa.valueByOption)},Sr=()=>{if(!br.value)return;const In=Er.value,Sa=[],sa=[];if(In.forEach(qa=>sa.push(Mr(qa))),tr.value=sa,In.length){In.slice(0,n.maxCollapseTags).forEach(Hi=>Sa.push(Mr(Hi)));const qa=In.slice(n.maxCollapseTags),To=qa.length;To&&(n.collapseTags?Sa.push({key:-1,text:`+ ${To}`,closable:!1,isCollapseTag:!0}):qa.forEach(Hi=>Sa.push(Mr(Hi))))}kt.value=Sa},Dr=()=>{var In,Sa;const{filterMethod:sa,showAllLevels:qa,separator:To}=n,Hi=(Sa=(In=he.value)==null?void 0:In.getFlattedNodes(!n.props.checkStrictly))==null?void 0:Sa.filter(na=>na.isDisabled?!1:(na.calcText(qa,To),sa(na,xr.value)));br.value&&(kt.value.forEach(na=>{na.hitState=!1}),tr.value.forEach(na=>{na.hitState=!1})),jt.value=!0,rr.value=Hi,Tr()},kr=()=>{var In;let Sa;jt.value&&Ne.value?Sa=Ne.value.$el.querySelector(`.${V.e("suggestion-item")}`):Sa=(In=he.value)==null?void 0:In.$el.querySelector(`.${V.b("node")}[tabindex="-1"]`),Sa&&(Sa.focus(),!jt.value&&Sa.click())},Wr=()=>{var In,Sa;const sa=(In=_e.value)==null?void 0:In.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=kt.value.length>0?`${Math.max(Hi+6,$)}px`:`${$}px`;sa.style.height=na,Tr()}}},Kr=In=>{var Sa;return(Sa=he.value)==null?void 0:Sa.getCheckedNodes(In)},Nr=In=>{Tr(),y("expandChange",In)},jr=In=>{if(!de.value)switch(In.code){case EVENT_CODE.enter:Gr();break;case EVENT_CODE.down:Gr(!0),nextTick$1(kr),In.preventDefault();break;case EVENT_CODE.esc:Fe.value===!0&&(In.preventDefault(),In.stopPropagation(),Gr(!1));break;case EVENT_CODE.tab:Gr(!1);break}},Qr=()=>{var In;(In=he.value)==null||In.clearCheckedNodes(),!Fe.value&&n.filterable&&ca(),Gr(!1),y("clear")},ca=()=>{const{value:In}=Ir;Ue.value=In,qe.value=In},Po=In=>{var Sa,sa;const{checked:qa}=In;br.value?(Sa=he.value)==null||Sa.handleCheckChange(In,!qa,!1):(!qa&&((sa=he.value)==null||sa.handleCheckChange(In,!0,!1)),Gr(!1))},Wa=In=>{const Sa=In.target,{code:sa}=In;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}},qo=()=>{const In=kt.value,Sa=In[In.length-1];j=qe.value?0:j+1,!(!Sa||!j||n.collapseTags&&In.length>1)&&(Sa.hitState?yr(Sa):Sa.hitState=!0)},ds=In=>{const Sa=In.target,sa=V.e("search-input");Sa.className===sa&&(Et.value=!0),y("focus",In)},Kn=In=>{Et.value=!1,y("blur",In)},Hr=debounce(()=>{const{value:In}=xr;if(!In)return;const Sa=n.beforeFilter(In);isPromise(Sa)?Sa.then(Dr).catch(()=>{}):Sa!==!1?Dr():Cr()},n.debounce),Ar=(In,Sa)=>{!Fe.value&&Gr(!0),!(Sa!=null&&Sa.isComposing)&&(In?Hr():Cr())},On=In=>Number.parseFloat(useCssVar(z.cssVarName("input-height"),In).value)-2;return watch(jt,Tr),watch([Er,nr,()=>n.collapseTags],Sr),watch(kt,()=>{nextTick$1(()=>Wr())}),watch(mr,async()=>{await nextTick$1();const In=_e.value.input;$=On(In)||$,Wr()}),watch(Ir,ca,{immediate:!0}),onMounted(()=>{const In=_e.value.input,Sa=On(In);$=In.offsetHeight||Sa,useResizeObserver(In,Wr)}),t({getCheckedNodes:Kr,cascaderPanelRef:he,togglePopperVisible:Gr,contentRef:Vr}),(In,Sa)=>(openBlock(),createBlock(unref(ElTooltip),{ref_key:"tooltipRef",ref:Ie,visible:Fe.value,teleported:In.teleported,"popper-class":[unref(V).e("dropdown"),In.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:In.persistent,onHide:Cr},{default:withCtx(()=>[withDirectives((openBlock(),createElementBlock("div",{class:normalizeClass(unref(_r)),style:normalizeStyle(unref(ar)),onClick:()=>Gr(unref(Rr)?void 0:!0),onKeydown:jr,onMouseenter:sa=>Ve.value=!0,onMouseleave:sa=>Ve.value=!1},[createVNode(unref(ElInput),{ref_key:"input",ref:_e,modelValue:Ue.value,"onUpdate:modelValue":sa=>Ue.value=sa,placeholder:unref(cr),readonly:unref(Rr),disabled:unref(nr),"validate-event":!1,size:unref(mr),class:normalizeClass(unref(zr)),tabindex:unref(br)&&In.filterable&&!unref(nr)?-1:void 0,onCompositionstart:unref(pe),onCompositionupdate:unref(pe),onCompositionend:unref(pe),onFocus:ds,onBlur:Kn,onInput:Ar},{suffix:withCtx(()=>[unref(vr)?(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(Fr)),onClick:withModifiers(sa=>Gr(),["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(br)?(openBlock(),createElementBlock("div",{key:0,ref_key:"tagWrapper",ref:Ce,class:normalizeClass([unref(V).e("tags"),unref(V).is("validate",!!unref(Lr))])},[(openBlock(!0),createElementBlock(Fragment,null,renderList(kt.value,sa=>(openBlock(),createBlock(unref(ElTag),{key:sa.key,type:In.tagType,size:unref(hr),effect:In.tagEffect,hit:sa.hitState,closable:sa.closable,"disable-transitions":"",onClose:qa=>yr(sa)},{default:withCtx(()=>[sa.isCollapseTag===!1?(openBlock(),createElementBlock("span",{key:0},toDisplayString(sa.text),1)):(openBlock(),createBlock(unref(ElTooltip),{key:1,disabled:Fe.value||!In.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(In.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:In.tagType,size:unref(hr),effect:In.tagEffect,hit:qa.hitState,closable:qa.closable,"disable-transitions":"",onClose:Hi=>yr(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)),In.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=>Gr(!0),["stop"]),onKeydown:withKeys(qo,["delete"]),onCompositionstart:unref(pe),onCompositionupdate:unref(pe),onCompositionend:unref(pe),onFocus:ds,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),()=>Gr(!1),unref(Vr)]])]),content:withCtx(()=>[withDirectives(createVNode(unref(ElCascaderPanel),{ref_key:"cascaderPanelRef",ref:he,modelValue:unref(gr),"onUpdate:modelValue":sa=>isRef(gr)?gr.value=sa:null,options:In.options,props:n.props,border:!1,"render-label":In.$slots.default,onExpandChange:Nr,onClose:sa=>In.$nextTick(()=>Gr(!1))},null,8,["modelValue","onUpdate:modelValue","options","props","render-label","onClose"]),[[vShow,!jt.value]]),In.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(In.$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,jt.value]]):createCommentVNode("v-if",!0)]),_:3},8,["visible","teleported","popper-class","transition","persistent"]))}});var Cascader=_export_sfc$1(_sfc_main$2h,[["__file","cascader.vue"]]);const ElCascader=withInstall(Cascader),checkTagProps=buildProps({checked:Boolean,type:{type:String,values:["primary","success","info","warning","danger"],default:"primary"}}),checkTagEmits={"update:checked":e=>isBoolean$2(e),[CHANGE_EVENT]:e=>isBoolean$2(e)},__default__$1e=defineComponent({name:"ElCheckTag"}),_sfc_main$2g=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$2g,[["__file","check-tag.vue"]]);const ElCheckTag=withInstall(CheckTag),rowContextKey=Symbol("rowContextKey"),RowJustify=["start","center","end","space-around","space-between","space-evenly"],RowAlign=["top","middle","bottom"],rowProps=buildProps({tag:{type:String,default:"div"},gutter:{type:Number,default:0},justify:{type:String,values:RowJustify,default:"start"},align:{type:String,values:RowAlign}}),__default__$1d=defineComponent({name:"ElRow"}),_sfc_main$2f=defineComponent({...__default__$1d,props:rowProps,setup(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$2f,[["__file","row.vue"]]);const ElRow=withInstall(Row),colProps=buildProps({tag:{type:String,default:"div"},span:{type:Number,default:24},offset:{type:Number,default:0},pull:{type:Number,default:0},push:{type:Number,default:0},xs:{type:definePropType([Number,Object]),default:()=>mutable({})},sm:{type:definePropType([Number,Object]),default:()=>mutable({})},md:{type:definePropType([Number,Object]),default:()=>mutable({})},lg:{type:definePropType([Number,Object]),default:()=>mutable({})},xl:{type:definePropType([Number,Object]),default:()=>mutable({})}}),__default__$1c=defineComponent({name:"ElCol"}),_sfc_main$2e=defineComponent({...__default__$1c,props:colProps,setup(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$2e,[["__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$2d=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$2d,[["__file","collapse.vue"]]);const __default__$1a=defineComponent({name:"ElCollapseTransition"}),_sfc_main$2c=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$2c,[["__file","collapse-transition.vue"]]);const ElCollapseTransition=withInstall(CollapseTransition),collapseItemProps=buildProps({title:{type:String,default:""},name:{type:definePropType([String,Number]),default:void 0},disabled:Boolean}),useCollapseItem=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$2b=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,_e)=>(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$2b,[["__file","collapse-item.vue"]]);const ElCollapse=withInstall(Collapse,{CollapseItem}),ElCollapseItem=withNoopInstall(CollapseItem),alphaSliderProps=buildProps({color:{type:definePropType(Object),required:!0},vertical:{type:Boolean,default:!1}});let isDragging=!1;function draggable(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,he=e.color.get("alpha");return Ce?Math.round(he*(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 he=e.color.get("alpha");return Ce?Math.round(he*(Ce.offsetHeight-y.value.offsetHeight/2)/100):0}function ie(){if(e.color&&e.color.value){const{r:Ce,g:he,b:Ne}=e.color.toRgb();return`linear-gradient(to right, rgba(${Ce}, ${he}, ${Ne}, 0) 0%, rgba(${Ce}, ${he}, ${Ne}, 1) 100%)`}return""}function oe(){$.value=z(),j.value=re(),V.value=ie()}onMounted(()=>{if(!t.value||!y.value)return;const Ce={drag:he=>{n(he)},end:he=>{n(he)}};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})),_e=computed(()=>({left:addUnit($.value),top:addUnit(j.value)}));return{rootKls:ue,barKls:de,barStyle:Ie,thumbKls:pe,thumbStyle:_e,update:oe}},COMPONENT_NAME$d="ElColorAlphaSlider",__default__$18=defineComponent({name:COMPONENT_NAME$d}),_sfc_main$2a=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,_e)=>(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$2a,[["__file","alpha-slider.vue"]]);const _sfc_main$29=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:_e}=getClientXY(ue);let Ce;if(e.vertical){let he=_e-pe.top;he=Math.min(he,pe.height-n.value.offsetHeight/2),he=Math.max(n.value.offsetHeight/2,he),Ce=Math.round((he-n.value.offsetHeight/2)/(pe.height-n.value.offsetHeight)*360)}else{let he=Ie-pe.left;he=Math.min(he,pe.width-n.value.offsetWidth/2),he=Math.max(n.value.offsetWidth/2,he),Ce=Math.round((he-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$29,[["render",_sfc_render$q],["__file","hue-slider.vue"]]);const colorPickerProps=buildProps({modelValue:String,id:String,showAlpha:Boolean,colorFormat:String,disabled:Boolean,size:useSizeProp,popperClass:{type:String,default:""},tabindex:{type:[String,Number],default:0},teleported:useTooltipContentProps.teleported,predefine:{type:definePropType(Array)},validateEvent:{type:Boolean,default:!0},...useAriaProps(["ariaLabel"])}),colorPickerEmits={[UPDATE_MODEL_EVENT]: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$28=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$28,[["render",_sfc_render$p],["__file","predefine.vue"]]);const _sfc_main$27=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$27,[["render",_sfc_render$o],["__file","sv-panel.vue"]]);const __default__$17=defineComponent({name:"ElColorPicker"}),_sfc_main$26=defineComponent({...__default__$17,props:colorPickerProps,emits:colorPickerEmits,setup(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:_e,handleFocus:Ce,handleBlur:he}=useFocusController(pe,{beforeFocus(){return V.value},beforeBlur(Fr){var zr;return(zr=de.value)==null?void 0:zr.isFocusInsideContent(Fr)},afterBlur(){nr(!1),hr()}});let Ne=!0;const Fe=reactive(new Color({enableAlpha:n.showAlpha,format:n.colorFormat||"",value:n.modelValue})),Ve=ref$1(!1),jt=ref$1(!1),Et=ref$1(""),Ue=computed(()=>!n.modelValue&&!jt.value?"transparent":ar(Fe,n.showAlpha)),qe=computed(()=>!n.modelValue&&!jt.value?"":Fe.value),kt=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",_e.value)]);function ar(Fr,zr){if(!(Fr instanceof Color))throw new TypeError("color should be instance of _color Class");const{r:Vr,g:Gr,b:Tr}=Fr.toRgb();return zr?`rgba(${Vr}, ${Gr}, ${Tr}, ${Fr.get("alpha")/100})`:`rgb(${Vr}, ${Gr}, ${Tr})`}function nr(Fr){Ve.value=Fr}const ur=debounce(nr,100,{leading:!0});function cr(){V.value||nr(!0)}function mr(){ur(!1),hr()}function hr(){nextTick$1(()=>{n.modelValue?Fe.fromString(n.modelValue):(Fe.value="",nextTick$1(()=>{jt.value=!1}))})}function br(){V.value||ur(!Ve.value)}function Rr(){Fe.fromString(Et.value)}function xr(){const Fr=Fe.value;y(UPDATE_MODEL_EVENT,Fr),y("change",Fr),n.validateEvent&&($==null||$.validate("change").catch(zr=>void 0)),ur(!1),nextTick$1(()=>{const zr=new Color({enableAlpha:n.showAlpha,format:n.colorFormat||"",value:n.modelValue});Fe.compare(zr)||hr()})}function Er(){ur(!1),y(UPDATE_MODEL_EVENT,null),y("change",null),n.modelValue!==null&&n.validateEvent&&($==null||$.validate("change").catch(Fr=>void 0)),hr()}function vr(){Ve.value&&(mr(),_e.value&&gr())}function Ir(Fr){Fr.preventDefault(),Fr.stopPropagation(),nr(!1),hr()}function Lr(Fr){switch(Fr.code){case EVENT_CODE.enter:case EVENT_CODE.space:Fr.preventDefault(),Fr.stopPropagation(),cr(),Ie.value.focus();break;case EVENT_CODE.esc:Ir(Fr);break}}function gr(){pe.value.focus()}function _r(){pe.value.blur()}return onMounted(()=>{n.modelValue&&(Et.value=qe.value)}),watch(()=>n.modelValue,Fr=>{Fr?Fr&&Fr!==Fe.value&&(Ne=!1,Fe.fromString(Fr)):jt.value=!1}),watch(()=>qe.value,Fr=>{Et.value=Fr,Ne&&y("activeChange",Fr),Ne=!0}),watch(()=>Fe.value,()=>{!n.modelValue&&!jt.value&&(jt.value=!0)}),watch(()=>Ve.value,()=>{nextTick$1(()=>{var Fr,zr,Vr;(Fr=ie.value)==null||Fr.update(),(zr=oe.value)==null||zr.update(),(Vr=ue.value)==null||Vr.update()})}),provide(colorPickerContextKey,{currentColor:qe}),t({color:Fe,show:cr,hide:mr,focus:gr,blur:_r}),(Fr,zr)=>(openBlock(),createBlock(unref(ElTooltip),{ref_key:"popper",ref:de,visible:Ve.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"),Fr.popperClass],"stop-popper-mouse-event":!1,effect:"light",trigger:"click",teleported:Fr.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),Fr.showAlpha?(openBlock(),createBlock(AlphaSlider,{key:0,ref_key:"alpha",ref:ue,color:unref(Fe)},null,8,["color"])):createCommentVNode("v-if",!0),Fr.predefine?(openBlock(),createBlock(Predefine,{key:1,ref:"predefine","enable-alpha":Fr.showAlpha,color:unref(Fe),colors:Fr.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(Rr,["enter"]),onBlur:Rr},null,8,["modelValue","onUpdate:modelValue","onKeyup"])],2),createVNode(unref(ElButton),{class:normalizeClass(unref(L).be("dropdown","link-btn")),text:"",size:"small",onClick:Er},{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),vr]])]),default:withCtx(()=>[createBaseVNode("div",mergeProps({id:unref(z),ref_key:"triggerRef",ref:pe},Fr.$attrs,{class:unref(rr),role:"button","aria-label":unref(kt),"aria-labelledby":unref(tr),"aria-description":unref(k)("el.colorpicker.description",{color:Fr.modelValue||""}),"aria-disabled":unref(V),tabindex:unref(V)?-1:Fr.tabindex,onKeydown:Lr,onFocus:unref(Ce),onBlur:unref(he)}),[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:br},[createBaseVNode("span",{class:normalizeClass([unref(L).be("picker","color"),unref(L).is("alpha",Fr.showAlpha)])},[createBaseVNode("span",{class:normalizeClass(unref(L).be("picker","color-inner")),style:normalizeStyle({backgroundColor:unref(Ue)})},[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,Fr.modelValue||jt.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,!Fr.modelValue&&!jt.value]])],6)],2)],2)],16,["id","aria-label","aria-labelledby","aria-description","aria-disabled","tabindex","onFocus","onBlur"])]),_:1},8,["visible","popper-class","teleported","transition","onHide"]))}});var ColorPicker=_export_sfc$1(_sfc_main$26,[["__file","color-picker.vue"]]);const ElColorPicker=withInstall(ColorPicker),__default__$16=defineComponent({name:"ElContainer"}),_sfc_main$25=defineComponent({...__default__$16,props:{direction:{type:String}},setup(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$25,[["__file","container.vue"]]);const __default__$15=defineComponent({name:"ElAside"}),_sfc_main$24=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$24,[["__file","aside.vue"]]);const __default__$14=defineComponent({name:"ElFooter"}),_sfc_main$23=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$23,[["__file","footer.vue"]]);const __default__$13=defineComponent({name:"ElHeader"}),_sfc_main$22=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$22,[["__file","header.vue"]]);const __default__$12=defineComponent({name:"ElMain"}),_sfc_main$21=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$21,[["__file","main.vue"]]);const ElContainer=withInstall(Container,{Aside,Footer:Footer$2,Header,Main}),ElAside=withNoopInstall(Aside),ElFooter=withNoopInstall(Footer$2),ElHeader=withNoopInstall(Header),ElMain=withNoopInstall(Main);var advancedFormat$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"),br=hr.day()||7,Rr=hr.daysInMonth(),xr=hr.subtract(1,"month").daysInMonth();return{startOfMonthDay:br,dateCountOfMonth:Rr,dateCountOfLastMonth:xr}}),Ie=computed(()=>e.selectionMode==="dates"?castArray(e.parsedValue):[]),_e=(hr,{count:br,rowIndex:Rr,columnIndex:xr})=>{const{startOfMonthDay:Er,dateCountOfMonth:vr,dateCountOfLastMonth:Ir}=unref(pe),Lr=unref(ie);if(Rr>=0&&Rr<=1){const gr=Er+Lr<0?7+Er+Lr:Er+Lr;if(xr+Rr*7>=gr)return hr.text=br,!0;hr.text=Ir-(gr-xr%7)+1+Rr*7,hr.type="prev-month"}else return br<=vr?hr.text=br:(hr.text=br-vr,hr.type="next-month"),!0;return!1},Ce=(hr,{columnIndex:br,rowIndex:Rr},xr)=>{const{disabledDate:Er,cellClassName:vr}=e,Ir=unref(Ie),Lr=_e(hr,{count:xr,rowIndex:Rr,columnIndex:br}),gr=hr.dayjs.toDate();return hr.selected=Ir.find(_r=>_r.isSame(hr.dayjs,"day")),hr.isSelected=!!hr.selected,hr.isCurrent=Ve(hr),hr.disabled=Er==null?void 0:Er(gr),hr.customClass=vr==null?void 0:vr(gr),Lr},he=hr=>{if(e.selectionMode==="week"){const[br,Rr]=e.showWeekNumber?[1,7]:[0,6],xr=mr(hr[br+1]);hr[br].inRange=xr,hr[br].start=xr,hr[Rr].inRange=xr,hr[Rr].end=xr}},Ne=computed(()=>{const{minDate:hr,maxDate:br,rangeState:Rr,showWeekNumber:xr}=e,Er=unref(ie),vr=unref(j),Ir="day";let Lr=1;if(xr)for(let gr=0;gr<6;gr++)vr[gr][0]||(vr[gr][0]={type:"week",text:unref(oe).add(gr*7+1,Ir).week()});return buildPickerTable({row:6,column:7},vr,{startDate:hr,columnIndexOffset:xr?1:0,nextEndDate:Rr.endDate||br||Rr.selecting&&hr||null,now:dayjs().locale(unref(y)).startOf(Ir),unit:Ir,relativeDateGetter:gr=>unref(oe).add(gr-Er,Ir),setCellMetadata:(...gr)=>{Ce(...gr,Lr)&&(Lr+=1)},setRowMetadata:he}),vr});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()},Ve=hr=>e.selectionMode==="date"&&isNormalDay(hr.type)&&jt(hr,e.parsedValue),jt=(hr,br)=>br?dayjs(br).locale(unref(y)).isSame(e.date.date(Number(hr.text)),"day"):!1,Et=(hr,br)=>{const Rr=hr*7+(br-(e.showWeekNumber?1:0))-unref(ie);return unref(oe).add(Rr,"day")},Ue=hr=>{var br;if(!e.rangeState.selecting)return;let Rr=hr.target;if(Rr.tagName==="SPAN"&&(Rr=(br=Rr.parentNode)==null?void 0:br.parentNode),Rr.tagName==="DIV"&&(Rr=Rr.parentNode),Rr.tagName!=="TD")return;const xr=Rr.parentNode.rowIndex-1,Er=Rr.cellIndex;unref(Ne)[xr][Er].disabled||(xr!==unref(L)||Er!==unref($))&&(L.value=xr,$.value=Er,t("changerange",{selecting:!0,endDate:Et(xr,Er)}))},qe=hr=>!unref(de)&&(hr==null?void 0:hr.text)===1&&hr.type==="normal"||hr.isCurrent,kt=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 br=hr.week(),Rr=`${hr.year()}w${br}`;t("pick",{year:hr.year(),week:br,value:Rr,date:hr.startOf("week")})},ur=(hr,br)=>{const Rr=br?castArray(e.parsedValue).filter(xr=>(xr==null?void 0:xr.valueOf())!==hr.valueOf()):castArray(e.parsedValue).concat([hr]);t("pick",Rr)},cr=(hr,br=!1)=>{const Rr=hr.target.closest("td");if(!Rr)return;const xr=Rr.parentNode.rowIndex-1,Er=Rr.cellIndex,vr=unref(Ne)[xr][Er];if(vr.disabled||vr.type==="week")return;const Ir=Et(xr,Er);switch(e.selectionMode){case"range":{ar(Ir);break}case"date":{t("pick",Ir,br);break}case"week":{nr(Ir);break}case"dates":{ur(Ir,!!vr.selected);break}}},mr=hr=>{if(e.selectionMode!=="week")return!1;let br=e.date.startOf("day");if(hr.type==="prev-month"&&(br=br.subtract(1,"month")),hr.type==="next-month"&&(br=br.add(1,"month")),br=br.date(Number.parseInt(hr.text,10)),e.parsedValue&&!Array.isArray(e.parsedValue)){const Rr=(e.parsedValue.day()-z+7)%7-1;return e.parsedValue.subtract(Rr,"day").isSame(br,"day")}return!1};return{WEEKS:ue,rows:Ne,tbodyRef:n,currentCellRef:k,focus:Fe,isCurrent:Ve,isWeekActive:mr,isSelectedCell:qe,handlePickDate:cr,handleMouseUp:rr,handleMouseDown:tr,handleMouseMove:Ue,handleFocus:kt}},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$20=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:_e,tableKls:Ce,weekLabel:he,getCellClasses:Ne,getRowKls:Fe,t:Ve}=useBasicDateTableDOM(n,{isCurrent:z,isWeekActive:re});return t({focus:V}),(jt,Et)=>(openBlock(),createElementBlock("table",{"aria-label":unref(_e),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,[jt.showWeekNumber?(openBlock(),createElementBlock("th",{key:0,scope:"col"},toDisplayString(unref(he)),1)):createCommentVNode("v-if",!0),(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(k),(Ue,qe)=>(openBlock(),createElementBlock("th",{key:qe,"aria-label":unref(Ve)("el.datepicker.weeksFull."+Ue),scope:"col"},toDisplayString(unref(Ve)("el.datepicker.weeks."+Ue)),9,["aria-label"]))),128))]),(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(L),(Ue,qe)=>(openBlock(),createElementBlock("tr",{key:qe,class:normalizeClass(unref(Fe)(Ue[1]))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(Ue,(kt,tr)=>(openBlock(),createElementBlock("td",{key:`${qe}.${tr}`,ref_for:!0,ref:rr=>unref(ie)(kt)&&(j.value=rr),class:normalizeClass(unref(Ne)(kt)),"aria-current":kt.isCurrent?"date":void 0,"aria-selected":kt.isCurrent,tabindex:unref(ie)(kt)?0:-1,onFocus:unref(Ie)},[createVNode(unref(ElDatePickerCell),{cell:kt},null,8,["cell"])],42,["aria-current","aria-selected","tabindex","onFocus"]))),128))],2))),128))],512)],42,["aria-label","onClick","onMousemove","onMousedown","onMouseup"]))}});var DateTable=_export_sfc$1(_sfc_main$20,[["__file","basic-date-table.vue"]]);const basicMonthTableProps=buildProps({...datePickerSharedProps,selectionMode:selectionModeWithDefault("month")}),_sfc_main$1$=defineComponent({__name:"basic-month-table",props:basicMonthTableProps,emits:["changerange","pick","select"],setup(e,{expose:t,emit:y}){const n=e,k=(Ne,Fe,Ve)=>{const jt=dayjs().locale(Ve).startOf("month").month(Fe).year(Ne),Et=jt.daysInMonth();return rangeArr(Et).map(Ue=>jt.add(Ue,"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 Ve=ie.value,jt=dayjs().locale(j.value).startOf("month");for(let Et=0;Et<3;Et++){const Ue=Ve[Et];for(let qe=0;qe<4;qe++){const kt=Ue[qe]||(Ue[qe]={row:Et,column:qe,type:"normal",inRange:!1,start:!1,end:!1,text:-1,disabled:!1});kt.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;kt.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)?(kt.start=!!(ar&&rr.isSame(ar,"month")),kt.end=n.minDate&&rr.isSame(n.minDate,"month")):(kt.start=!!(n.minDate&&rr.isSame(n.minDate,"month")),kt.end=!!(ar&&rr.isSame(ar,"month"))),jt.isSame(rr)&&(kt.type="today"),kt.text=tr,kt.disabled=((Fe=n.disabledDate)==null?void 0:Fe.call(n,rr.toDate()))||!1}}return Ve}),pe=()=>{var Ne;(Ne=z.value)==null||Ne.focus()},Ie=Ne=>{const Fe={},Ve=n.date.year(),jt=new Date,Et=Ne.text;return Fe.disabled=n.disabledDate?k(Ve,Et,j.value).every(n.disabledDate):!1,Fe.current=castArray(n.parsedValue).findIndex(Ue=>dayjs.isDayjs(Ue)&&Ue.year()===Ve&&Ue.month()===Et)>=0,Fe.today=jt.getFullYear()===Ve&&jt.getMonth()===Et,Ne.inRange&&(Fe["in-range"]=!0,Ne.start&&(Fe["start-date"]=!0),Ne.end&&(Fe["end-date"]=!0)),Fe},_e=Ne=>{const Fe=n.date.year(),Ve=Ne.text;return castArray(n.date).findIndex(jt=>jt.year()===Fe&&jt.month()===Ve)>=0},Ce=Ne=>{var Fe;if(!n.rangeState.selecting)return;let Ve=Ne.target;if(Ve.tagName==="SPAN"&&(Ve=(Fe=Ve.parentNode)==null?void 0:Fe.parentNode),Ve.tagName==="DIV"&&(Ve=Ve.parentNode),Ve.tagName!=="TD")return;const jt=Ve.parentNode.rowIndex,Et=Ve.cellIndex;de.value[jt][Et].disabled||(jt!==oe.value||Et!==ue.value)&&(oe.value=jt,ue.value=Et,y("changerange",{selecting:!0,endDate:n.date.startOf("year").month(jt*4+Et)}))},he=Ne=>{var Fe;const Ve=(Fe=Ne.target)==null?void 0:Fe.closest("td");if((Ve==null?void 0:Ve.tagName)!=="TD"||hasClass(Ve,"disabled"))return;const jt=Ve.cellIndex,Ue=Ve.parentNode.rowIndex*4+jt,qe=n.date.startOf("year").month(Ue);if(n.selectionMode==="months"){if(Ne.type==="keydown"){y("pick",castArray(n.parsedValue),!1);return}const kt=n.date.startOf("month").month(Ue),tr=hasClass(Ve,"current")?castArray(n.parsedValue).filter(rr=>Number(rr)!==Number(kt)):castArray(n.parsedValue).concat([dayjs(kt)]);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",Ue)};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:he,onMousemove:Ce},[createBaseVNode("tbody",{ref_key:"tbodyRef",ref:V},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(de),(Ve,jt)=>(openBlock(),createElementBlock("tr",{key:jt},[(openBlock(!0),createElementBlock(Fragment,null,renderList(Ve,(Et,Ue)=>(openBlock(),createElementBlock("td",{key:Ue,ref_for:!0,ref:qe=>_e(Et)&&(z.value=qe),class:normalizeClass(Ie(Et)),"aria-selected":`${_e(Et)}`,"aria-label":unref($)(`el.datepicker.month${+Et.text+1}`),tabindex:_e(Et)?0:-1,onKeydown:[withKeys(withModifiers(he,["prevent","stop"]),["space"]),withKeys(withModifiers(he,["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$1$,[["__file","basic-month-table.vue"]]);const basicYearTableProps=buildProps({...datePickerSharedProps,selectionMode:selectionModeWithDefault("year")}),_sfc_main$1_=defineComponent({__name:"basic-year-table",props:basicYearTableProps,emits:["changerange","pick","select"],setup(e,{expose:t,emit:y}){const n=e,k=(Ne,Fe)=>{const Ve=dayjs(String(Ne)).locale(Fe).startOf("year"),Et=Ve.endOf("year").dayOfYear();return rangeArr(Et).map(Ue=>Ve.add(Ue,"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,Ve=dayjs().locale(j.value).startOf("year");for(let jt=0;jt<3;jt++){const Et=Fe[jt];for(let Ue=0;Ue<4&&!(jt*4+Ue>=10);Ue++){let qe=Et[Ue];qe||(qe={row:jt,column:Ue,type:"normal",inRange:!1,start:!1,end:!1,text:-1,disabled:!1}),qe.type="normal";const kt=jt*4+Ue+re.value,tr=dayjs().year(kt),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"))),Ve.isSame(tr)&&(qe.type="today"),qe.text=kt;const nr=tr.toDate();qe.disabled=n.disabledDate&&n.disabledDate(nr)||!1,Et[Ue]=qe}}return Fe}),pe=()=>{var Ne;(Ne=z.value)==null||Ne.focus()},Ie=Ne=>{const Fe={},Ve=dayjs().locale(j.value),jt=Ne.text;return Fe.disabled=n.disabledDate?k(jt,j.value).every(n.disabledDate):!1,Fe.today=Ve.year()===jt,Fe.current=castArray(n.parsedValue).findIndex(Et=>Et.year()===jt)>=0,Ne.inRange&&(Fe["in-range"]=!0,Ne.start&&(Fe["start-date"]=!0),Ne.end&&(Fe["end-date"]=!0)),Fe},_e=Ne=>{const Fe=Ne.text;return castArray(n.date).findIndex(Ve=>Ve.year()===Fe)>=0},Ce=Ne=>{var Fe;const Ve=(Fe=Ne.target)==null?void 0:Fe.closest("td");if(!Ve||!Ve.textContent||hasClass(Ve,"disabled"))return;const jt=Ve.cellIndex,Ue=Ve.parentNode.rowIndex*4+jt+re.value,qe=dayjs().year(Ue);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 kt=hasClass(Ve,"current")?castArray(n.parsedValue).filter(tr=>(tr==null?void 0:tr.year())!==Ue):castArray(n.parsedValue).concat([qe]);y("pick",kt)}else y("pick",Ue)},he=Ne=>{var Fe;if(!n.rangeState.selecting)return;const Ve=(Fe=Ne.target)==null?void 0:Fe.closest("td");if(!Ve)return;const jt=Ve.parentNode.rowIndex,Et=Ve.cellIndex;de.value[jt][Et].disabled||(jt!==oe.value||Et!==ue.value)&&(oe.value=jt,ue.value=Et,y("changerange",{selecting:!0,endDate:dayjs().year(re.value).add(jt*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:he},[createBaseVNode("tbody",{ref_key:"tbodyRef",ref:V},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(de),(Ve,jt)=>(openBlock(),createElementBlock("tr",{key:jt},[(openBlock(!0),createElementBlock(Fragment,null,renderList(Ve,(Et,Ue)=>(openBlock(),createElementBlock("td",{key:`${jt}_${Ue}`,ref_for:!0,ref:qe=>_e(Et)&&(z.value=qe),class:normalizeClass(["available",Ie(Et)]),"aria-selected":_e(Et),"aria-label":String(Et.text),tabindex:_e(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$1_,[["__file","basic-year-table.vue"]]);const _sfc_main$1Z=defineComponent({__name:"panel-date-pick",props:panelDatePickProps,emits:["pick","set-picker-option","panel-change"],setup(e,{emit:t}){const y=e,n=(Ar,On,In)=>!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"),_e=ref$1(),Ce=ref$1(dayjs().locale(z.value)),he=ref$1(!1);let Ne=!1;const Fe=computed(()=>dayjs(pe).locale(z.value)),Ve=computed(()=>Ce.value.month()),jt=computed(()=>Ce.value.year()),Et=ref$1([]),Ue=ref$1(null),qe=ref$1(null),kt=Ar=>Et.value.length>0?n(Ar,Et.value,y.format||"HH:mm:ss"):!0,tr=Ar=>pe&&!Mr.value&&!he.value&&!Ne?Fe.value.year(Ar.year()).month(Ar.month()).date(Ar.date()):gr.value?Ar.millisecond(0):Ar.startOf("day"),rr=(Ar,...On)=>{if(!Ar)t("pick",Ar,...On);else if(isArray$2(Ar)){const In=Ar.map(tr);t("pick",In,...On)}else t("pick",tr(Ar),...On);Ue.value=null,qe.value=null,he.value=!1,Ne=!1},ar=async(Ar,On)=>{if(br.value==="date"){Ar=Ar;let In=y.parsedValue?y.parsedValue.year(Ar.year()).month(Ar.month()).date(Ar.date()):Ar;kt(In)||(In=Et.value[0][0].year(Ar.year()).month(Ar.month()).date(Ar.date())),Ce.value=In,rr(In,gr.value||On),y.type==="datetime"&&(await nextTick$1(),qo())}else br.value==="week"?rr(Ar.date):br.value==="dates"&&rr(Ar,!0)},nr=Ar=>{const On=Ar?"add":"subtract";Ce.value=Ce.value[On](1,"month"),Hr("month")},ur=Ar=>{const On=Ce.value,In=Ar?"add":"subtract";Ce.value=cr.value==="year"?On[In](10,"year"):On[In](1,"year"),Hr("year")},cr=ref$1("date"),mr=computed(()=>{const Ar=V("el.datepicker.year");if(cr.value==="year"){const On=Math.floor(jt.value/10)*10;return Ar?`${On} ${Ar} - ${On+9} ${Ar}`:`${On} - ${On+9}`}return`${jt.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})},br=computed(()=>{const{type:Ar}=y;return["week","month","months","year","years","dates"].includes(Ar)?Ar:"date"}),Rr=computed(()=>br.value==="dates"||br.value==="months"||br.value==="years"),xr=computed(()=>br.value==="date"?cr.value:br.value),Er=computed(()=>!!oe.length),vr=async(Ar,On)=>{br.value==="month"?(Ce.value=Ce.value.startOf("month").month(Ar),rr(Ce.value,!1)):br.value==="months"?rr(Ar,On??!0):(Ce.value=Ce.value.startOf("month").month(Ar),cr.value="date",["month","year","date","week"].includes(br.value)&&(rr(Ce.value,!0),await nextTick$1(),qo())),Hr("month")},Ir=async(Ar,On)=>{br.value==="year"?(Ce.value=Ce.value.startOf("year").year(Ar),rr(Ce.value,!1)):br.value==="years"?rr(Ar,On??!0):(Ce.value=Ce.value.year(Ar),cr.value="month",["month","year","date","week"].includes(br.value)&&(rr(Ce.value,!0),await nextTick$1(),qo())),Hr("year")},Lr=async Ar=>{cr.value=Ar,await nextTick$1(),qo()},gr=computed(()=>y.type==="datetime"||y.type==="datetimerange"),_r=computed(()=>{const Ar=gr.value||br.value==="dates",On=br.value==="years",In=br.value==="months",Sa=cr.value==="date",sa=cr.value==="year",qa=cr.value==="month";return Ar&&Sa||On&&sa||In&&qa}),Fr=computed(()=>ue?y.parsedValue?isArray$2(y.parsedValue)?ue(y.parsedValue[0].toDate()):ue(y.parsedValue.toDate()):!0:!1),zr=()=>{if(Rr.value)rr(y.parsedValue);else{let Ar=y.parsedValue;if(!Ar){const On=dayjs(pe).locale(z.value),In=Wa();Ar=On.year(In.year()).month(In.month()).date(In.date())}Ce.value=Ar,rr(Ar)}},Vr=computed(()=>ue?ue(dayjs().locale(z.value).toDate()):!1),Gr=()=>{const On=dayjs().locale(z.value).toDate();he.value=!0,(!ue||!ue(On))&&kt(On)&&(Ce.value=dayjs().locale(z.value),rr(Ce.value))},Tr=computed(()=>y.timeFormat||extractTimeFormat(y.format)),Cr=computed(()=>y.dateFormat||extractDateFormat(y.format)),Mr=computed(()=>{if(qe.value)return qe.value;if(!(!y.parsedValue&&!Ie.value))return(y.parsedValue||Ce.value).format(Tr.value)}),yr=computed(()=>{if(Ue.value)return Ue.value;if(!(!y.parsedValue&&!Ie.value))return(y.parsedValue||Ce.value).format(Cr.value)}),Sr=ref$1(!1),Dr=()=>{Sr.value=!0},kr=()=>{Sr.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,In)=>{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),In||(Sr.value=On)},Nr=Ar=>{const On=dayjs(Ar,Tr.value).locale(z.value);if(On.isValid()&&kt(On)){const{year:In,month:Sa,date:sa}=Wr(Ce.value);Ce.value=On.year(In).month(Sa).date(sa),qe.value=null,Sr.value=!1,rr(Ce.value,!0)}},jr=Ar=>{const On=dayjs(Ar,Cr.value).locale(z.value);if(On.isValid()){if(ue&&ue(On.toDate()))return;const{hour:In,minute:Sa,second:sa}=Wr(Ce.value);Ce.value=On.hour(In).minute(Sa).second(sa),Ue.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},qo=async()=>{var Ar;["week","month","year","date"].includes(br.value)&&((Ar=_e.value)==null||Ar.focus(),br.value==="week"&&Kn(EVENT_CODE.down))},ds=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)&&Ue.value===null&&qe.value===null&&(Ar.preventDefault(),rr(Ce.value,!1))},Kn=Ar=>{var On;const{up:In,down:Sa,left:sa,right:qa,home:To,end:Hi,pageUp:na,pageDown:Ma}=EVENT_CODE,Ds={year:{[In]:-4,[Sa]:4,[sa]:-1,[qa]:1,offset:(yl,$l)=>yl.setFullYear(yl.getFullYear()+$l)},month:{[In]:-4,[Sa]:4,[sa]:-1,[qa]:1,offset:(yl,$l)=>yl.setMonth(yl.getMonth()+$l)},week:{[In]:-1,[Sa]:1,[sa]:-1,[qa]:1,offset:(yl,$l)=>yl.setDate(yl.getDate()+$l*7)},date:{[In]:-7,[Sa]:7,[sa]:-1,[qa]:1,[To]:yl=>-yl.getDay(),[Hi]:yl=>-yl.getDay()+6,[na]:yl=>-new Date(yl.getFullYear(),yl.getMonth(),0).getDate(),[Ma]:yl=>new Date(yl.getFullYear(),yl.getMonth()+1,0).getDate(),offset:(yl,$l)=>yl.setDate(yl.getDate()+$l)}},ps=Ce.value.toDate();for(;Math.abs(Ce.value.diff(ps,"year",!0))<1;){const yl=Ds[xr.value];if(!yl)return;if(yl.offset(ps,isFunction$4(yl[Ar])?yl[Ar](ps):(On=yl[Ar])!=null?On:0),ue&&ue(ps))break;const $l=dayjs(ps).locale(z.value);Ce.value=$l,t("pick",$l,!0);break}},Hr=Ar=>{t("panel-change",Ce.value.toDate(),Ar,cr.value)};return watch(()=>br.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(Rr.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",qo]),(Ar,On)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(k).b(),unref(L).b(),{"has-sidebar":Ar.$slots.sidebar||unref(Er),"has-time":unref(gr)}])},[createBaseVNode("div",{class:normalizeClass(unref(k).e("body-wrapper"))},[renderSlot(Ar.$slots,"sidebar",{class:normalizeClass(unref(k).e("sidebar"))}),unref(Er)?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(k).e("sidebar"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(oe),(In,Sa)=>(openBlock(),createElementBlock("button",{key:Sa,type:"button",class:normalizeClass(unref(k).e("shortcut")),onClick:sa=>hr(In)},toDisplayString(In.text),11,["onClick"]))),128))],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(k).e("body"))},[unref(gr)?(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(yr),size:"small","validate-event":!1,onInput:In=>Ue.value=In,onChange:jr},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(Mr),size:"small","validate-event":!1,onFocus:Dr,onInput:In=>qe.value=In,onChange:Nr},null,8,["placeholder","model-value","onInput"]),createVNode(unref(TimePickPanel),{visible:Sr.value,format:unref(Tr),"parsed-value":Ce.value,onPick:Kr},null,8,["visible","format","parsed-value"])],2)),[[unref(ClickOutside),kr]])],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:In=>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:In=>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(In=>Lr("year"),["enter"]),onClick:In=>Lr("year")},toDisplayString(unref(mr)),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(In=>Lr("month"),["enter"]),onClick:In=>Lr("month")},toDisplayString(unref(V)(`el.datepicker.month${unref(Ve)+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:In=>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:In=>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:ds},[cr.value==="date"?(openBlock(),createBlock(DateTable,{key:0,ref_key:"currentViewRef",ref:_e,"selection-mode":unref(br),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:_e,"selection-mode":unref(br),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:_e,"selection-mode":unref(br),date:Ce.value,"parsed-value":Ar.parsedValue,"disabled-date":unref(ue),onPick:vr},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:Gr},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(V)("el.datepicker.now")),1)]),_:1},8,["class","disabled"]),[[vShow,!unref(Rr)]]),createVNode(unref(ElButton),{plain:"",size:"small",class:normalizeClass(unref(k).e("link-btn")),disabled:unref(Fr),onClick:zr},{default:withCtx(()=>[createTextVNode(toDisplayString(unref(V)("el.datepicker.confirm")),1)]),_:1},8,["class","disabled"])],2),[[vShow,unref(_r)]])],2))}});var DatePickPanel=_export_sfc$1(_sfc_main$1Z,[["__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),Ve=unref(ue);isValidRange([Fe,Ve])&&$("pick",[Fe,Ve],Ne)},_e=Ne=>{de.value.selecting=Ne,Ne||(de.value.endDate=null)},Ce=Ne=>{if(isArray$2(Ne)&&Ne.length===2){const[Fe,Ve]=Ne;oe.value=Fe,y.value=Fe,ue.value=Ve,L(unref(oe),unref(ue))}else he()},he=()=>{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&&he()},{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:_e,onReset:Ce,t:z}},unit$2="month",_sfc_main$1Y=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:_e,drpNs:Ce,handleChangeRange:he,handleRangeConfirm:Ne,handleShortcutClick:Fe,onSelect:Ve,onReset:jt,t:Et}=useRangePicker(y,{defaultValue:re,leftDate:oe,rightDate:ue,unit:unit$2,onParsedValueChanged:On});watch(()=>y.visible,In=>{!In&&Ie.value.selecting&&(jt(y.parsedValue),Ve(!1))});const Ue=ref$1({min:null,max:null}),qe=ref$1({min:null,max:null}),kt=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),mr=computed(()=>Ue.value.min!==null?Ue.value.min:de.value?de.value.format(Er.value):""),hr=computed(()=>Ue.value.max!==null?Ue.value.max:pe.value||de.value?(pe.value||de.value).format(Er.value):""),br=computed(()=>qe.value.min!==null?qe.value.min:de.value?de.value.format(xr.value):""),Rr=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)),Er=computed(()=>y.dateFormat||extractDateFormat(V.value)),vr=In=>isValidRange(In)&&(k?!k(In[0].toDate())&&!k(In[1].toDate()):!0),Ir=()=>{oe.value=oe.value.subtract(1,"year"),y.unlinkPanels||(ue.value=oe.value.add(1,"month")),Tr("year")},Lr=()=>{oe.value=oe.value.subtract(1,"month"),y.unlinkPanels||(ue.value=oe.value.add(1,"month")),Tr("month")},gr=()=>{y.unlinkPanels?ue.value=ue.value.add(1,"year"):(oe.value=oe.value.add(1,"year"),ue.value=oe.value.add(1,"month")),Tr("year")},_r=()=>{y.unlinkPanels?ue.value=ue.value.add(1,"month"):(oe.value=oe.value.add(1,"month"),ue.value=oe.value.add(1,"month")),Tr("month")},Fr=()=>{oe.value=oe.value.add(1,"year"),Tr("year")},zr=()=>{oe.value=oe.value.add(1,"month"),Tr("month")},Vr=()=>{ue.value=ue.value.subtract(1,"year"),Tr("year")},Gr=()=>{ue.value=ue.value.subtract(1,"month"),Tr("month")},Tr=In=>{t("panel-change",[oe.value.toDate(),ue.value.toDate()],In)},Cr=computed(()=>{const In=(ar.value+1)%12,Sa=ar.value+1>=12?1:0;return y.unlinkPanels&&new Date(rr.value+Sa,In)<new Date(nr.value,ur.value)}),Mr=computed(()=>y.unlinkPanels&&nr.value*12+ur.value-(rr.value*12+ar.value+1)>=12),yr=computed(()=>!(de.value&&pe.value&&!Ie.value.selecting&&isValidRange([de.value,pe.value]))),Sr=computed(()=>y.type==="datetime"||y.type==="datetimerange"),Dr=(In,Sa)=>{if(In)return $?dayjs($[Sa]||$).locale(ie.value).year(In.year()).month(In.month()).date(In.date()):In},kr=(In,Sa=!0)=>{const sa=In.minDate,qa=In.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||Sr.value)&&Ne())},Wr=ref$1(!1),Kr=ref$1(!1),Nr=()=>{Wr.value=!1},jr=()=>{Kr.value=!1},Qr=(In,Sa)=>{Ue.value[Sa]=In;const sa=dayjs(In,Er.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=(In,Sa)=>{Ue.value[Sa]=null},Po=(In,Sa)=>{qe.value[Sa]=In;const sa=dayjs(In,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=(In,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))},qo=(In,Sa,sa)=>{qe.value.min||(In&&(oe.value=In,de.value=(de.value||oe.value).hour(In.hour()).minute(In.minute()).second(In.second())),sa||(Wr.value=Sa),(!pe.value||pe.value.isBefore(de.value))&&(pe.value=de.value,ue.value=In))},ds=(In,Sa,sa)=>{qe.value.max||(In&&(ue.value=In,pe.value=(pe.value||ue.value).hour(In.hour()).minute(In.minute()).second(In.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)},Hr=In=>isArray$2(In)?In.map(Sa=>Sa.format(V.value)):In.format(V.value),Ar=In=>isArray$2(In)?In.map(Sa=>dayjs(Sa,V.value).locale(ie.value)):dayjs(In,V.value).locale(ie.value);function On(In,Sa){if(y.unlinkPanels&&Sa){const sa=(In==null?void 0:In.year())||0,qa=(In==null?void 0:In.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",vr]),t("set-picker-option",["parseUserInput",Ar]),t("set-picker-option",["formatToString",Hr]),t("set-picker-option",["handleClear",Kn]),(In,Sa)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(_e).b(),unref(Ce).b(),{"has-sidebar":In.$slots.sidebar||unref(cr),"has-time":unref(Sr)}])},[createBaseVNode("div",{class:normalizeClass(unref(_e).e("body-wrapper"))},[renderSlot(In.$slots,"sidebar",{class:normalizeClass(unref(_e).e("sidebar"))}),unref(cr)?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(_e).e("sidebar"))},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(z),(sa,qa)=>(openBlock(),createElementBlock("button",{key:qa,type:"button",class:normalizeClass(unref(_e).e("shortcut")),onClick:To=>unref(Fe)(sa)},toDisplayString(sa.text),11,["onClick"]))),128))],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass(unref(_e).e("body"))},[unref(Sr)?(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(mr),"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(br),"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:qo},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(Rr),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:ds},null,8,["visible","format","parsed-value"])],2)),[[unref(ClickOutside),jr]])],2)],2)):createCommentVNode("v-if",!0),createBaseVNode("div",{class:normalizeClass([[unref(_e).e("content"),unref(Ce).e("content")],"is-left"])},[createBaseVNode("div",{class:normalizeClass(unref(Ce).e("header"))},[createBaseVNode("button",{type:"button",class:normalizeClass([unref(_e).e("icon-btn"),"d-arrow-left"]),"aria-label":unref(Et)("el.datepicker.prevYear"),onClick:Ir},[renderSlot(In.$slots,"prev-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_left_default))]),_:1})])],10,["aria-label"]),createBaseVNode("button",{type:"button",class:normalizeClass([unref(_e).e("icon-btn"),"arrow-left"]),"aria-label":unref(Et)("el.datepicker.prevMonth"),onClick:Lr},[renderSlot(In.$slots,"prev-month",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(arrow_left_default))]),_:1})])],10,["aria-label"]),In.unlinkPanels?(openBlock(),createElementBlock("button",{key:0,type:"button",disabled:!unref(Mr),class:normalizeClass([[unref(_e).e("icon-btn"),{"is-disabled":!unref(Mr)}],"d-arrow-right"]),"aria-label":unref(Et)("el.datepicker.nextYear"),onClick:Fr},[renderSlot(In.$slots,"next-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_right_default))]),_:1})])],10,["disabled","aria-label"])):createCommentVNode("v-if",!0),In.unlinkPanels?(openBlock(),createElementBlock("button",{key:1,type:"button",disabled:!unref(Cr),class:normalizeClass([[unref(_e).e("icon-btn"),{"is-disabled":!unref(Cr)}],"arrow-right"]),"aria-label":unref(Et)("el.datepicker.nextMonth"),onClick:zr},[renderSlot(In.$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(kt)),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(he),onPick:kr,onSelect:unref(Ve)},null,8,["date","min-date","max-date","range-state","disabled-date","cell-class-name","onChangerange","onSelect"])],2),createBaseVNode("div",{class:normalizeClass([[unref(_e).e("content"),unref(Ce).e("content")],"is-right"])},[createBaseVNode("div",{class:normalizeClass(unref(Ce).e("header"))},[In.unlinkPanels?(openBlock(),createElementBlock("button",{key:0,type:"button",disabled:!unref(Mr),class:normalizeClass([[unref(_e).e("icon-btn"),{"is-disabled":!unref(Mr)}],"d-arrow-left"]),"aria-label":unref(Et)("el.datepicker.prevYear"),onClick:Vr},[renderSlot(In.$slots,"prev-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_left_default))]),_:1})])],10,["disabled","aria-label"])):createCommentVNode("v-if",!0),In.unlinkPanels?(openBlock(),createElementBlock("button",{key:1,type:"button",disabled:!unref(Cr),class:normalizeClass([[unref(_e).e("icon-btn"),{"is-disabled":!unref(Cr)}],"arrow-left"]),"aria-label":unref(Et)("el.datepicker.prevMonth"),onClick:Gr},[renderSlot(In.$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(_e).e("icon-btn"),"d-arrow-right"]),onClick:gr},[renderSlot(In.$slots,"next-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_right_default))]),_:1})])],10,["aria-label"]),createBaseVNode("button",{type:"button",class:normalizeClass([unref(_e).e("icon-btn"),"arrow-right"]),"aria-label":unref(Et)("el.datepicker.nextMonth"),onClick:_r},[renderSlot(In.$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(he),onPick:kr,onSelect:unref(Ve)},null,8,["date","min-date","max-date","range-state","disabled-date","cell-class-name","onChangerange","onSelect"])],2)],2)],2),unref(Sr)?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(_e).e("footer"))},[unref(j)?(openBlock(),createBlock(unref(ElButton),{key:0,text:"",size:"small",class:normalizeClass(unref(_e).e("link-btn")),onClick: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(_e).e("link-btn")),disabled:unref(yr),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$1Y,[["__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$1X=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:_e,handleShortcutClick:Ce,onSelect:he}=useRangePicker(y,{defaultValue:V,leftDate:z,rightDate:re,unit:unit$1,onParsedValueChanged:mr}),Ne=computed(()=>!!L.length),{leftPrevYear:Fe,rightNextYear:Ve,leftNextYear:jt,rightPrevYear:Et,leftLabel:Ue,rightLabel:qe,leftYear:kt,rightYear:tr}=useMonthRangeHeader({unlinkPanels:toRef$1(y,"unlinkPanels"),leftDate:z,rightDate:re}),rr=computed(()=>y.unlinkPanels&&tr.value>kt.value+1),ar=(hr,br=!0)=>{const Rr=hr.minDate,xr=hr.maxDate;oe.value===xr&&ie.value===Rr||(t("calendar-change",[Rr.toDate(),xr&&xr.toDate()]),oe.value=xr,ie.value=Rr,br&&_e())},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(br=>br.format(j.value)):hr.format(j.value),cr=hr=>isArray$2(hr)?hr.map(br=>dayjs(br,j.value).locale(n.value)):dayjs(hr,j.value).locale(n.value);function mr(hr,br){if(y.unlinkPanels&&br){const Rr=(hr==null?void 0:hr.year())||0,xr=br.year();re.value=Rr===xr?br.add(1,unit$1):br}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,br)=>(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),(Rr,xr)=>(openBlock(),createElementBlock("button",{key:xr,type:"button",class:normalizeClass(unref(de).e("shortcut")),onClick:Er=>unref(Ce)(Rr)},toDisplayString(Rr.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(jt)},[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(Ue)),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(he)},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(Ve)},[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(he)},null,8,["date","min-date","max-date","range-state","disabled-date","onChangerange","onSelect"])],2)],2)],2)],2))}});var MonthRangePickPanel=_export_sfc$1(_sfc_main$1X,[["__file","panel-month-range.vue"]]);const panelYearRangeProps=buildProps({...panelRangeSharedProps}),panelYearRangeEmits=["pick","set-picker-option","calendar-change"],useYearRangeHeader=({unlinkPanels: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$1W=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:_e,rightLabel:Ce,leftYear:he,rightYear:Ne}=useYearRangeHeader({unlinkPanels:toRef$1(y,"unlinkPanels"),leftDate:k,rightDate:L}),Fe=computed(()=>y.unlinkPanels&&Ne.value>he.value+1),Ve=ref$1(),jt=ref$1(),Et=ref$1({endDate:null,selecting:!1}),Ue=Er=>{Et.value=Er},qe=(Er,vr=!0)=>{const Ir=Er.minDate,Lr=Er.maxDate;jt.value===Lr&&Ve.value===Ir||(t("calendar-change",[Ir.toDate(),Lr&&Lr.toDate()]),jt.value=Lr,Ve.value=Ir,vr&&kt())},kt=(Er=!1)=>{isValidRange([Ve.value,jt.value])&&t("pick",[Ve.value,jt.value],Er)},tr=Er=>{Et.value.selecting=Er,Er||(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"),mr=()=>{let Er;if(isArray$2(cr.value)){const vr=dayjs(cr.value[0]);let Ir=dayjs(cr.value[1]);return y.unlinkPanels||(Ir=vr.add(10,unit)),[vr,Ir]}else cr.value?Er=dayjs(cr.value):Er=dayjs();return Er=Er.locale(n.value),[Er,Er.add(10,unit)]};watch(()=>cr.value,Er=>{if(Er){const vr=mr();k.value=vr[0],L.value=vr[1]}},{immediate:!0}),watch(()=>y.parsedValue,Er=>{if(Er&&Er.length===2)if(Ve.value=Er[0],jt.value=Er[1],k.value=Ve.value,y.unlinkPanels&&jt.value){const vr=Ve.value.year(),Ir=jt.value.year();L.value=vr===Ir?jt.value.add(10,"year"):jt.value}else L.value=k.value.add(10,"year");else{const vr=mr();Ve.value=void 0,jt.value=void 0,k.value=vr[0],L.value=vr[1]}},{immediate:!0});const hr=Er=>isArray$2(Er)?Er.map(vr=>dayjs(vr,ur.value).locale(n.value)):dayjs(Er,ur.value).locale(n.value),br=Er=>isArray$2(Er)?Er.map(vr=>vr.format(ur.value)):Er.format(ur.value),Rr=Er=>isValidRange(Er)&&(nr?!nr(Er[0].toDate())&&!nr(Er[1].toDate()):!0),xr=()=>{const Er=mr();k.value=Er[0],L.value=Er[1],jt.value=void 0,Ve.value=void 0,t("pick",null)};return t("set-picker-option",["isValidValue",Rr]),t("set-picker-option",["parseUserInput",hr]),t("set-picker-option",["formatToString",br]),t("set-picker-option",["handleClear",xr]),(Er,vr)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(z))},[createBaseVNode("div",{class:normalizeClass(unref($).e("body-wrapper"))},[renderSlot(Er.$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,Lr)=>(openBlock(),createElementBlock("button",{key:Lr,type:"button",class:normalizeClass(unref($).e("shortcut")),onClick:gr=>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(Er.$slots,"prev-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_left_default))]),_:1})])],10,["onClick"]),Er.unlinkPanels?(openBlock(),createElementBlock("button",{key:0,type:"button",disabled:!unref(Fe),class:normalizeClass(unref(re).arrowRightBtn),onClick:unref(pe)},[renderSlot(Er.$slots,"next-year",{},()=>[createVNode(unref(ElIcon),null,{default:withCtx(()=>[createVNode(unref(d_arrow_right_default))]),_:1})])],10,["disabled","onClick"])):createCommentVNode("v-if",!0),createBaseVNode("div",null,toDisplayString(unref(_e)),1)],2),createVNode(YearTable,{"selection-mode":"range",date:k.value,"min-date":Ve.value,"max-date":jt.value,"range-state":Et.value,"disabled-date":unref(nr),onChangerange:Ue,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"))},[Er.unlinkPanels?(openBlock(),createElementBlock("button",{key:0,type:"button",disabled:!unref(Fe),class:normalizeClass(unref(ie).arrowLeftBtn),onClick:unref(Ie)},[renderSlot(Er.$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(Er.$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":Ve.value,"max-date":jt.value,"range-state":Et.value,"disabled-date":unref(nr),onChangerange:Ue,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$1W,[["__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:Ve,arg:jt,modifiers:Et,value:Ue}=Fe;return[Ve,Ue,jt,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,_e=j.className,Ce=j.labelClassName,he={width:addUnit(j.width),minWidth:addUnit(j.minWidth)},Ne=useNamespace("descriptions");switch(this.type){case"label":return withDirectives(h$1(this.tag,{style:he,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:he,class:[Ne.e("cell"),Ne.e("content"),Ne.is("bordered-content",z),Ne.is("vertical-content",ie),pe,_e],colSpan:ie?de:de*2-1},ue),V);default:return withDirectives(h$1("td",{style:he,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"),_e]},ue)]),V)}}});const descriptionsRowProps=buildProps({row:{type:definePropType(Array),default:()=>[]}}),__default__$$=defineComponent({name:"ElDescriptionsRow"}),_sfc_main$1V=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$1V,[["__file","descriptions-row.vue"]]);const descriptionProps=buildProps({border:Boolean,column:{type:Number,default:3},direction:{type:String,values:["horizontal","vertical"],default:"horizontal"},size:useSizeProp,title:{type:String,default:""},extra:{type:String,default:""}}),__default__$_=defineComponent({name:"ElDescriptions"}),_sfc_main$1U=defineComponent({...__default__$_,props:descriptionProps,setup(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 _e=t.column-oe%t.column;re.push($(ue,_e,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$1U,[["__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$1T=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,_e)=>(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$1T,[["__file","dialog-content.vue"]]);const dialogProps=buildProps({...dialogContentProps,appendToBody:Boolean,appendTo:{type:definePropType([String,Object]),default:"body"},beforeClose:{type:definePropType(Function)},destroyOnClose:Boolean,closeOnClickModal:{type:Boolean,default:!0},closeOnPressEscape:{type:Boolean,default:!0},lockScroll:{type:Boolean,default:!0},modal:{type:Boolean,default:!0},openDelay:{type:Number,default:0},closeDelay:{type:Number,default:0},top:{type:String},modelValue:Boolean,modalClass:String,width:{type:[String,Number]},zIndex:{type:Number},trapFocus:Boolean,headerAriaLevel:{type:String,default:"2"}}),dialogEmits={open:()=>!0,opened:()=>!0,close:()=>!0,closed:()=>!0,[UPDATE_MODEL_EVENT]: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}),_e=computed(()=>e.alignCenter?{display:"flex"}:{});function Ce(){k("opened")}function he(){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(()=>Ue(),e.openDelay):Ue()}function Ve(){ue==null||ue(),de==null||de(),e.closeDelay&&e.closeDelay>0?{stop:de}=useTimeoutFn(()=>qe(),e.closeDelay):qe()}function jt(){function nr(ur){ur||(re.value=!0,z.value=!1)}e.beforeClose?e.beforeClose(nr):Ve()}function Et(){e.closeOnClickModal&&jt()}function Ue(){isClient&&(z.value=!0)}function qe(){z.value=!1}function kt(){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&&jt()}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&&Ve()}),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:he,beforeLeave:Ne,handleClose:jt,onModalClick:Et,close:Ve,doClose:qe,onOpenAutoFocus:kt,onCloseAutoFocus:tr,onCloseRequested:ar,onFocusoutPrevented:rr,titleId:j,bodyId:V,closed:re,style:Ie,overlayDialogStyle:_e,rendered:ie,visible:z,zIndex:oe}},__default__$Y=defineComponent({name:"ElDialog",inheritAttrs:!1}),_sfc_main$1S=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:_e,handleClose:Ce,onModalClick:he,onOpenAutoFocus:Ne,onCloseAutoFocus:Fe,onCloseRequested:Ve,onFocusoutPrevented:jt}=useDialog(y,L);provide(dialogInjectionKey,{dialogRef:L,headerRef:$,bodyId:re,ns:k,rendered:ue,style:ie});const Et=useSameTarget(he),Ue=computed(()=>y.draggable&&!y.fullscreen);return t({visible:V,dialogContentRef:j,resetPostion:()=>{j.value.resetPostion()}}),(kt,tr)=>(openBlock(),createBlock(unref(ElTeleport),{to:kt.appendTo,disabled:kt.appendTo!=="body"?!1:!kt.appendToBody},{default:withCtx(()=>[createVNode(Transition,{name:"dialog-fade",onAfterEnter:unref(pe),onAfterLeave:unref(Ie),onBeforeLeave:unref(_e),persisted:""},{default:withCtx(()=>[withDirectives(createVNode(unref(ElOverlay),{"custom-mask-event":"",mask:kt.modal,"overlay-class":kt.modalClass,"z-index":unref(de)},{default:withCtx(()=>[createBaseVNode("div",{role:"dialog","aria-modal":"true","aria-label":kt.title||void 0,"aria-labelledby":kt.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(jt),onReleaseRequested:unref(Ve)},{default:withCtx(()=>[unref(ue)?(openBlock(),createBlock(ElDialogContent,mergeProps({key:0,ref_key:"dialogContentRef",ref:j},kt.$attrs,{center:kt.center,"align-center":kt.alignCenter,"close-icon":kt.closeIcon,draggable:unref(Ue),overflow:kt.overflow,fullscreen:kt.fullscreen,"show-close":kt.showClose,title:kt.title,"aria-level":kt.headerAriaLevel,onClose:unref(Ce)}),createSlots({header:withCtx(()=>[kt.$slots.title?renderSlot(kt.$slots,"title",{key:1}):renderSlot(kt.$slots,"header",{key:0,close:unref(Ce),titleId:unref(z),titleClass:unref(k).e("title")})]),default:withCtx(()=>[renderSlot(kt.$slots,"default")]),_:2},[kt.$slots.footer?{name:"footer",fn:withCtx(()=>[renderSlot(kt.$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$1S,[["__file","dialog.vue"]]);const ElDialog=withInstall(Dialog),dividerProps=buildProps({direction:{type:String,values:["horizontal","vertical"],default:"horizontal"},contentPosition:{type:String,values:["left","center","right"],default:"center"},borderStyle:{type:definePropType(String),default:"solid"}}),__default__$X=defineComponent({name:"ElDivider"}),_sfc_main$1R=defineComponent({...__default__$X,props:dividerProps,setup(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$1R,[["__file","divider.vue"]]);const ElDivider=withInstall(Divider),drawerProps=buildProps({...dialogProps,direction:{type:String,default:"rtl",values:["ltr","rtl","ttb","btt"]},size:{type:[String,Number],default:"30%"},withHeader:{type:Boolean,default:!0},modalFade:{type:Boolean,default:!0},headerAriaLevel:{type:String,default:"2"}}),drawerEmits=dialogEmits,__default__$W=defineComponent({name:"ElDrawer",inheritAttrs:!1}),_sfc_main$1Q=defineComponent({...__default__$W,props:drawerProps,emits:drawerEmits,setup(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:_e,onCloseAutoFocus:Ce,onFocusoutPrevented:he,onCloseRequested:Ne,handleClose:Fe}=useDialog(y,k),Ve=computed(()=>y.direction==="rtl"||y.direction==="ltr"),jt=computed(()=>addUnit(y.size));return t({handleClose:Fe,afterEnter:V,afterLeave:z}),(Et,Ue)=>(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(_e),onFocusAfterReleased:unref(Ce),onFocusoutPrevented:unref(he),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(Ve)?"width: "+unref(jt):"height: "+unref(jt),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$1Q,[["__file","drawer.vue"]]);const ElDrawer=withInstall(Drawer),_sfc_main$1P=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$1P,[["render",_sfc_render$n],["__file","collection.vue"]]);const _sfc_main$1O=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$1O,[["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$1N=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:_e,currentTarget:Ce}=pe;if(_e===Ce&&Ie&&!unref(k)){const he=new Event(ENTRY_FOCUS_EVT,EVT_OPTS);if(Ce==null||Ce.dispatchEvent(he),!he.defaultPrevented){const Ne=j().filter(Ue=>Ue.focusable),Fe=Ne.find(Ue=>Ue.active),Ve=Ne.find(Ue=>Ue.id===unref(n)),Et=[Fe,Ve,...Ne].filter(Boolean).map(Ue=>Ue.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$1N,[["render",_sfc_render$l],["__file","roving-focus-group-impl.vue"]]);const _sfc_main$1M=defineComponent({name:"ElRovingFocusGroup",components:{ElFocusGroupCollection:ElCollection$1,ElRovingFocusGroupImpl}});function _sfc_render$k(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$1M,[["render",_sfc_render$k],["__file","roving-focus-group.vue"]]);const _sfc_main$1L=defineComponent({components:{ElRovingFocusCollectionItem:ElCollectionItem$1},props:{focusable:{type:Boolean,default:!0},active:{type:Boolean,default:!1}},emits:["mousedown","focus","keydown"],setup(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:_e}=ue;if(de===EVENT_CODE.tab&&pe){L();return}if(Ie!==_e)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(_e);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$1L,[["render",_sfc_render$j],["__file","roving-focus-item.vue"]]);const dropdownProps=buildProps({trigger:useTooltipTriggerProps.trigger,effect:{...useTooltipContentProps.effect,default:"light"},type:{type:definePropType(String)},placement:{type:definePropType(String),default:"bottom"},popperOptions:{type:definePropType(Object),default:()=>({})},id:String,size:{type:String,default:""},splitButton:Boolean,hideOnClick:{type:Boolean,default:!0},loop:{type:Boolean,default:!0},showTimeout:{type:Number,default:150},hideTimeout:{type:Number,default:150},tabindex:{type:definePropType([Number,String]),default:0},maxHeight:{type:definePropType([Number,String]),default:""},popperClass:{type:String,default:""},disabled:Boolean,role:{type:String,default:"menu"},buttonProps:{type:definePropType(Object)},teleported:useTooltipContentProps.teleported}),dropdownItemProps=buildProps({command:{type:[Object,String,Number],default:()=>({})},disabled:Boolean,divided:Boolean,textValue:String,icon:{type:iconPropType}}),dropdownMenuProps=buildProps({onKeydown:{type:definePropType(Function)}}),FIRST_KEYS=[EVENT_CODE.down,EVENT_CODE.pageDown,EVENT_CODE.home],LAST_KEYS=[EVENT_CODE.up,EVENT_CODE.pageUp,EVENT_CODE.end],FIRST_LAST_KEYS=[...FIRST_KEYS,...LAST_KEYS],{ElCollection,ElCollectionItem,COLLECTION_INJECTION_KEY,COLLECTION_ITEM_INJECTION_KEY}=createCollectionWithScope("Dropdown"),DROPDOWN_INJECTION_KEY=Symbol("elDropdown"),{ButtonGroup:ElButtonGroup}=ElButton,_sfc_main$1K=defineComponent({name:"ElDropdown",components:{ElButton,ElButtonGroup,ElScrollbar,ElDropdownCollection:ElCollection,ElTooltip,ElRovingFocusGroup,ElOnlyChild:OnlyChild,ElIcon,ArrowDown:arrow_down_default},props:dropdownProps,emits:["visible-change","click","command"],setup(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,_e=computed(()=>e.id||Ie);watch([L,pe],([cr,mr],[hr])=>{var br,Rr,xr;(br=hr==null?void 0:hr.$el)!=null&&br.removeEventListener&&hr.$el.removeEventListener("pointerenter",jt),(Rr=cr==null?void 0:cr.$el)!=null&&Rr.removeEventListener&&cr.$el.removeEventListener("pointerenter",jt),(xr=cr==null?void 0:cr.$el)!=null&&xr.addEventListener&&mr.includes("hover")&&cr.$el.addEventListener("pointerenter",jt)},{immediate:!0}),onBeforeUnmount(()=>{var cr,mr;(mr=(cr=L.value)==null?void 0:cr.$el)!=null&&mr.removeEventListener&&L.value.$el.removeEventListener("pointerenter",jt)});function Ce(){he()}function he(){var cr;(cr=j.value)==null||cr.onClose()}function Ne(){var cr;(cr=j.value)==null||cr.onOpen()}const Fe=useFormSize();function Ve(...cr){t("command",...cr)}function jt(){var cr,mr;(mr=(cr=L.value)==null?void 0:cr.$el)==null||mr.focus()}function Et(){}function Ue(){const cr=unref(V);pe.value.includes("hover")&&(cr==null||cr.focus()),re.value=null}function qe(cr){re.value=cr}function kt(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:_e,isUsingKeyboard:ie,onItemEnter:Et,onItemLeave:Ue}),provide("elDropdown",{instance:y,dropdownSize:Fe,handleClick:Ce,commandHandler:Ve,trigger:toRef$1(e,"trigger"),hideOnClick:toRef$1(e,"hideOnClick")}),{t:k,ns:n,scrollbar:z,wrapStyle:ue,dropdownTriggerKls:de,dropdownSize:Fe,triggerId:_e,triggerKeys:oe,currentTabId:re,handleCurrentTabIdChange:qe,handlerMainButtonClick:cr=>{t("click",cr)},handleEntryFocus:kt,handleClose:he,handleOpen:Ne,handleBeforeShowTooltip:tr,handleShowTooltip:rr,handleBeforeHideTooltip:ar,onFocusAfterTrapped:cr=>{var mr,hr;cr.preventDefault(),(hr=(mr=V.value)==null?void 0:mr.focus)==null||hr.call(mr,{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$1K,[["render",_sfc_render$i],["__file","dropdown.vue"]]);const _sfc_main$1J=defineComponent({name:"DropdownItemImpl",components:{ElIcon},props:dropdownItemProps,emits:["pointermove","pointerleave","click","clickimpl"],setup(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$1J,[["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$1I=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$1I,[["render",_sfc_render$g],["__file","dropdown-item.vue"]]);const _sfc_main$1H=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:_e}=inject(COLLECTION_INJECTION_KEY$1,void 0),Ce=computed(()=>[t.b("menu"),t.bm("menu",n==null?void 0:n.value)]),he=composeRefs($,z,k,ie,_e),Ne=composeEventHandlers(Ve=>{var jt;(jt=e.onKeydown)==null||jt.call(e,Ve)},Ve=>{const{currentTarget:jt,code:Et,target:Ue}=Ve;if(jt.contains(Ue),EVENT_CODE.tab===Et&&Ve.stopImmediatePropagation(),Ve.preventDefault(),Ue!==unref($)||!FIRST_LAST_KEYS.includes(Et))return;const kt=re().filter(tr=>!tr.disabled).map(tr=>tr.ref);LAST_KEYS.includes(Et)&&kt.reverse(),focusFirst(kt)});return{size:n,rovingFocusGroupRootStyle:oe,tabIndex:ue,dropdownKls:Ce,role:j,triggerId:V,dropdownListWrapperRef:he,handleKeydown:Ve=>{Ne(Ve),L(Ve)},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$1H,[["render",_sfc_render$f],["__file","dropdown-menu.vue"]]);const ElDropdown=withInstall(Dropdown,{DropdownItem,DropdownMenu}),ElDropdownItem=withNoopInstall(DropdownItem),ElDropdownMenu=withNoopInstall(DropdownMenu),__default__$V=defineComponent({name:"ImgEmpty"}),_sfc_main$1G=defineComponent({...__default__$V,setup(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$1G,[["__file","img-empty.vue"]]);const emptyProps=buildProps({image:{type:String,default:""},imageSize:Number,description:{type:String,default:""}}),__default__$U=defineComponent({name:"ElEmpty"}),_sfc_main$1F=defineComponent({...__default__$U,props:emptyProps,setup(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$1F,[["__file","empty.vue"]]);const ElEmpty=withInstall(Empty),imageViewerProps=buildProps({urlList:{type:definePropType(Array),default:()=>mutable([])},zIndex:{type:Number},initialIndex:{type:Number,default:0},infinite:{type:Boolean,default:!0},hideOnClickModal:Boolean,teleported:Boolean,closeOnPressEscape:{type:Boolean,default:!0},zoomRate:{type:Number,default:1.2},minScale:{type:Number,default:.2},maxScale:{type:Number,default:7},crossorigin:{type:definePropType(String)}}),imageViewerEmits={close:()=>!0,switch:e=>isNumber$3(e),rotate:e=>isNumber$3(e)},__default__$T=defineComponent({name:"ElImageViewer"}),_sfc_main$1E=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()),_e=computed(()=>{const{urlList:br}=k;return br.length<=1}),Ce=computed(()=>ue.value===0),he=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)]),Ve=computed(()=>[j.e("btn"),j.e("next"),j.is("disabled",!k.infinite&&he.value)]),jt=computed(()=>{const{scale:br,deg:Rr,offsetX:xr,offsetY:Er,enableTransition:vr}=pe.value;let Ir=xr/br,Lr=Er/br;const gr=Rr*Math.PI/180,_r=Math.cos(gr),Fr=Math.sin(gr);Ir=Ir*_r+Lr*Fr,Lr=Lr*_r-xr/br*Fr;const zr={transform:`scale(${br}) rotate(${Rr}deg) translate(${Ir}px, ${Lr}px)`,transition:vr?"transform .3s":""};return de.value.name===L.CONTAIN.name&&(zr.maxWidth=zr.maxHeight="100%"),zr});function Et(){qe(),y("close")}function Ue(){const br=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:mr();break;case EVENT_CODE.down:hr("zoomOut");break}}),Rr=throttle$1(xr=>{const Er=xr.deltaY||xr.deltaX;hr(Er<0?"zoomIn":"zoomOut",{zoomRate:k.zoomRate,enableTransition:!1})});ie.run(()=>{useEventListener(document,"keydown",br),useEventListener(document,"wheel",Rr)})}function qe(){ie.stop()}function kt(){oe.value=!1}function tr(br){oe.value=!1,br.target.alt=$("el.image.error")}function rr(br){if(oe.value||br.button!==0||!z.value)return;pe.value.enableTransition=!1;const{offsetX:Rr,offsetY:xr}=pe.value,Er=br.pageX,vr=br.pageY,Ir=throttle$1(gr=>{pe.value={...pe.value,offsetX:Rr+gr.pageX-Er,offsetY:xr+gr.pageY-vr}}),Lr=useEventListener(document,"mousemove",Ir);useEventListener(document,"mouseup",()=>{Lr()}),br.preventDefault()}function ar(){pe.value={scale:1,deg:0,offsetX:0,offsetY:0,enableTransition:!1}}function nr(){if(oe.value)return;const br=keysOf(L),Rr=Object.values(L),xr=de.value.name,vr=(Rr.findIndex(Ir=>Ir.name===xr)+1)%br.length;de.value=L[br[vr]],ar()}function ur(br){const Rr=k.urlList.length;ue.value=(br+Rr)%Rr}function cr(){Ce.value&&!k.infinite||ur(ue.value-1)}function mr(){he.value&&!k.infinite||ur(ue.value+1)}function hr(br,Rr={}){if(oe.value)return;const{minScale:xr,maxScale:Er}=k,{zoomRate:vr,rotateDeg:Ir,enableTransition:Lr}={zoomRate:k.zoomRate,rotateDeg:90,enableTransition:!0,...Rr};switch(br){case"zoomOut":pe.value.scale>xr&&(pe.value.scale=Number.parseFloat((pe.value.scale/vr).toFixed(3)));break;case"zoomIn":pe.value.scale<Er&&(pe.value.scale=Number.parseFloat((pe.value.scale*vr).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=Lr}return watch(Ne,()=>{nextTick$1(()=>{const br=re.value[0];br!=null&&br.complete||(oe.value=!0)})}),watch(ue,br=>{ar(),y("switch",br)}),onMounted(()=>{var br,Rr;Ue(),(Rr=(br=z.value)==null?void 0:br.focus)==null||Rr.call(br)}),t({setActiveItem:ur}),(br,Rr)=>(openBlock(),createBlock(unref(ElTeleport),{to:"body",disabled:!br.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=>br.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(_e)?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(Ve)),onClick:mr},[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(br.urlList,(xr,Er)=>withDirectives((openBlock(),createElementBlock("img",{ref_for:!0,ref:vr=>re.value[Er]=vr,key:xr,src:xr,style:normalizeStyle(unref(jt)),class:normalizeClass(unref(j).e("img")),crossorigin:br.crossorigin,onLoad:kt,onError:tr,onMousedown:rr},null,46,["src","crossorigin"])),[[vShow,Er===ue.value]])),128))],2),renderSlot(br.$slots,"default")],6)]),_:3})]),_:3},8,["disabled"]))}});var ImageViewer=_export_sfc$1(_sfc_main$1E,[["__file","image-viewer.vue"]]);const ElImageViewer=withInstall(ImageViewer),imageProps=buildProps({hideOnClickModal:Boolean,src:{type:String,default:""},fit:{type:String,values:["","contain","cover","fill","none","scale-down"],default:""},loading:{type:String,values:["eager","lazy"]},lazy:Boolean,scrollContainer:{type:definePropType([String,Object])},previewSrcList:{type:definePropType(Array),default:()=>mutable([])},previewTeleported:Boolean,zIndex:{type:Number},initialIndex:{type:Number,default:0},infinite:{type:Boolean,default:!0},closeOnPressEscape:{type:Boolean,default:!0},zoomRate:{type:Number,default:1.2},minScale:{type:Number,default:.2},maxScale:{type:Number,default:7},crossorigin:{type:definePropType(String)}}),imageEmits={load: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$1D=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(([mr])=>/^(data-|on[A-Z])/i.test(mr)||["id","style"].includes(mr)))),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,_e;const Ce=computed(()=>[L.e("inner"),Ne.value&&L.e("preview"),ie.value&&L.is("loading")]),he=computed(()=>{const{fit:mr}=y;return isClient&&mr?{objectFit:mr}:{}}),Ne=computed(()=>{const{previewSrcList:mr}=y;return Array.isArray(mr)&&mr.length>0}),Fe=computed(()=>{const{previewSrcList:mr,initialIndex:hr}=y;let br=hr;return hr>mr.length-1&&(br=0),br}),Ve=computed(()=>y.loading==="eager"?!1:!pe&&y.loading==="lazy"||y.lazy),jt=()=>{isClient&&(ie.value=!0,re.value=!1,z.value=y.src)};function Et(mr){ie.value=!1,re.value=!1,t("load",mr)}function Ue(mr){ie.value=!1,re.value=!0,t("error",mr)}function qe(){isInContainer(ue.value,de.value)&&(jt(),rr())}const kt=useThrottleFn(qe,200,!0);async function tr(){var mr;if(!isClient)return;await nextTick$1();const{scrollContainer:hr}=y;isElement$2(hr)?de.value=hr:isString$3(hr)&&hr!==""?de.value=(mr=document.querySelector(hr))!=null?mr:void 0:ue.value&&(de.value=getScrollContainer(ue.value)),de.value&&(Ie=useEventListener(de,"scroll",kt),setTimeout(()=>qe(),100))}function rr(){!isClient||!de.value||!kt||(Ie==null||Ie(),de.value=void 0)}function ar(mr){if(mr.ctrlKey){if(mr.deltaY<0)return mr.preventDefault(),!1;if(mr.deltaY>0)return mr.preventDefault(),!1}}function nr(){Ne.value&&(_e=useEventListener("wheel",ar,{passive:!1}),n=document.body.style.overflow,document.body.style.overflow="hidden",oe.value=!0,t("show"))}function ur(){_e==null||_e(),document.body.style.overflow=n,oe.value=!1,t("close")}function cr(mr){t("switch",mr)}return watch(()=>y.src,()=>{Ve.value?(ie.value=!0,re.value=!1,rr(),tr()):jt()}),onMounted(()=>{Ve.value?tr():jt()}),(mr,hr)=>(openBlock(),createElementBlock("div",mergeProps({ref_key:"container",ref:ue},unref(j),{class:[unref(L).b(),mr.$attrs.class]}),[re.value?renderSlot(mr.$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:mr.loading,style:unref(he),class:unref(Ce),crossorigin:mr.crossorigin,onClick:nr,onLoad:Et,onError:Ue}),null,16,["src","loading","crossorigin"])):createCommentVNode("v-if",!0),ie.value?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(L).e("wrapper"))},[renderSlot(mr.$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":mr.zIndex,"initial-index":unref(Fe),infinite:mr.infinite,"zoom-rate":mr.zoomRate,"min-scale":mr.minScale,"max-scale":mr.maxScale,"url-list":mr.previewSrcList,crossorigin:mr.crossorigin,"hide-on-click-modal":mr.hideOnClickModal,teleported:mr.previewTeleported,"close-on-press-escape":mr.closeOnPressEscape,onClose:ur,onSwitch:cr},{default:withCtx(()=>[mr.$slots.viewer?(openBlock(),createElementBlock("div",{key:0},[renderSlot(mr.$slots,"viewer")])):createCommentVNode("v-if",!0)]),_:3},8,["z-index","initial-index","infinite","zoom-rate","min-scale","max-scale","url-list","crossorigin","hide-on-click-modal","teleported","close-on-press-escape"])):createCommentVNode("v-if",!0)],64)):createCommentVNode("v-if",!0)],16))}});var Image$1=_export_sfc$1(_sfc_main$1D,[["__file","image.vue"]]);const ElImage=withInstall(Image$1),inputNumberProps=buildProps({id:{type:String,default:void 0},step:{type:Number,default:1},stepStrictly:Boolean,max:{type:Number,default:Number.POSITIVE_INFINITY},min:{type:Number,default:Number.NEGATIVE_INFINITY},modelValue:Number,readonly:Boolean,disabled:Boolean,size:useSizeProp,controls:{type:Boolean,default:!0},controlsPosition:{type:String,default:"",values:["","right"]},valueOnClear:{type:[String,Number,null],validator: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$1C=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=_e(n.step);return isUndefined$1(n.precision)?Math.max(_e(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 mr=cr.indexOf(".");if(mr===-1||!cr.replace(".","").split("")[mr+ur])return nr;const Rr=cr.length;return cr.charAt(Rr-1)==="5"&&(cr=`${cr.slice(0,Math.max(0,Rr-1))}6`),Number.parseFloat(Number(cr).toFixed(ur))},_e=nr=>{if(isNil(nr))return 0;const ur=nr.toString(),cr=ur.indexOf(".");let mr=0;return cr!==-1&&(mr=ur.length-cr-1),mr},Ce=(nr,ur=1)=>isNumber$3(nr)?Ie(nr+n.step*ur):j.currentValue,he=()=>{if(n.readonly||de.value||re.value)return;const nr=Number(pe.value)||0,ur=Ce(nr);Ve(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);Ve(ur),y(INPUT_EVENT,j.currentValue),rr()},Fe=(nr,ur)=>{const{max:cr,min:mr,step:hr,precision:br,stepStrictly:Rr,valueOnClear:xr}=n;cr<mr&&throwError("InputNumber","min should not be greater than max.");let Er=Number(nr);if(isNil(nr)||Number.isNaN(Er))return null;if(nr===""){if(xr===null)return null;Er=isString$3(xr)?{min:mr,max:cr}[xr]:xr}return Rr&&(Er=Ie(Math.round(Er/hr)*hr,br)),isUndefined$1(br)||(Er=Ie(Er,br)),(Er>cr||Er<mr)&&(Er=Er>cr?cr:mr,ur&&y(UPDATE_MODEL_EVENT,Er)),Er},Ve=(nr,ur=!0)=>{var cr;const mr=j.currentValue,hr=Fe(nr);if(!ur){y(UPDATE_MODEL_EVENT,hr);return}mr===hr&&nr||(j.userInput=null,y(UPDATE_MODEL_EVENT,hr),mr!==hr&&y(CHANGE_EVENT,hr,mr),n.validateEvent&&((cr=V==null?void 0:V.validate)==null||cr.call(V,"change").catch(br=>void 0)),j.currentValue=hr)},jt=nr=>{j.userInput=nr;const ur=nr===""?null:Number(nr);y(INPUT_EVENT,ur),Ve(ur,!1)},Et=nr=>{const ur=nr!==""?Number(nr):"";(isNumber$3(ur)&&!Number.isNaN(ur)||nr==="")&&Ve(ur),rr(),j.userInput=null},Ue=()=>{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)},kt=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:mr}=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(mr)&&mr!=null){let br=Number(mr);Number.isNaN(br)&&(br=null),y(UPDATE_MODEL_EVENT,br)}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:Ue,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(he,["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),he]]):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(he,["prevent"]),["up"]),withKeys(withModifiers(Ne,["prevent"]),["down"])],onBlur:tr,onFocus:kt,onInput:jt,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$1C,[["__file","input-number.vue"]]);const ElInputNumber=withInstall(InputNumber),linkProps=buildProps({type:{type:String,values:["primary","success","warning","info","danger","default"],default:"default"},underline:{type:Boolean,default:!0},disabled:Boolean,href:{type:String,default:""},target:{type:String,default:"_self"},icon:{type:iconPropType}}),linkEmits={click:e=>e instanceof MouseEvent},__default__$Q=defineComponent({name:"ElLink"}),_sfc_main$1B=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$1B,[["__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$1A=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$1A,[["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"),_e=computed(()=>Et.value==="horizontal"&&Ce.value||Et.value==="vertical"&&!V.props.collapse?e.expandCloseIcon&&e.expandOpenIcon?Ve.value?e.expandOpenIcon:e.expandCloseIcon:arrow_down_default:e.collapseCloseIcon&&e.collapseOpenIcon?Ve.value?e.collapseOpenIcon:e.collapseCloseIcon:arrow_right_default),Ce=computed(()=>z.level===0),he=computed(()=>{const br=e.teleported;return br===void 0?Ce.value:br}),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"]),Ve=computed(()=>V.openedMenus.includes(e.index)),jt=computed(()=>{let br=!1;return Object.values(re.value).forEach(Rr=>{Rr.active&&(br=!0)}),Object.values(ie.value).forEach(Rr=>{Rr.active&&(br=!0)}),br}),Et=computed(()=>V.props.mode),Ue=reactive({index:e.index,indexPath:k,active:jt}),qe=useMenuCssVar(V.props,z.level+1),kt=computed(()=>{var br;return(br=e.popperOffset)!=null?br:V.props.popperOffset}),tr=computed(()=>{var br;return(br=e.popperClass)!=null?br:V.props.popperClass}),rr=computed(()=>{var br;return(br=e.showTimeout)!=null?br:V.props.showTimeout}),ar=computed(()=>{var br;return(br=e.hideTimeout)!=null?br:V.props.hideTimeout}),nr=()=>{var br,Rr,xr;return(xr=(Rr=(br=pe.value)==null?void 0:br.popperRef)==null?void 0:Rr.popperInstanceRef)==null?void 0:xr.destroy()},ur=br=>{br||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:jt.value})},mr=(br,Rr=rr.value)=>{var xr;if(br.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)},Rr),he.value&&((xr=L.value.vnode.el)==null||xr.dispatchEvent(new MouseEvent("mouseenter")))}},hr=(br=!1)=>{var Rr;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),he.value&&br&&((Rr=z.handleMouseleave)==null||Rr.call(z,!0))};watch(()=>V.props.collapse,br=>ur(!!br));{const br=xr=>{ie.value[xr.index]=xr},Rr=xr=>{delete ie.value[xr.index]};provide(`subMenu:${n.uid}`,{addSubMenu:br,removeSubMenu:Rr,handleMouseleave:hr,mouseInChild:ue,level:z.level+1})}return y({opened:Ve}),onMounted(()=>{V.addSubMenu(Ue),z.addSubMenu(Ue)}),onBeforeUnmount(()=>{z.removeSubMenu(Ue),V.removeSubMenu(Ue)}),()=>{var br;const Rr=[(br=t.title)==null?void 0:br.call(t),h$1(ElIcon,{class:j.e("icon-arrow"),style:{transform:Ve.value?e.expandCloseIcon&&e.expandOpenIcon||e.collapseCloseIcon&&e.collapseOpenIcon&&V.props.collapse?"none":"rotateZ(180deg)":"none"}},{default:()=>isString$3(_e.value)?h$1(n.appContext.components[_e.value]):h$1(_e.value)})],xr=V.isMenuPopup?h$1(ElTooltip,{ref:pe,visible:Ve.value,effect:"light",pure:!0,offset:kt.value,showArrow:!1,persistent:!0,popperClass:tr.value,placement:Ie.value,teleported:he.value,fallbackPlacements:Fe.value,transition:Ne.value,gpuAcceleration:!1},{content:()=>{var Er;return h$1("div",{class:[$.m(Et.value),$.m("popup-container"),tr.value],onMouseenter:vr=>mr(vr,100),onMouseleave:()=>hr(!0),onFocus:vr=>mr(vr,100)},[h$1("ul",{class:[$.b(),$.m("popup"),$.m(`popup-${Ie.value}`)],style:qe.value},[(Er=t.default)==null?void 0:Er.call(t)])])},default:()=>h$1("div",{class:j.e("title"),onClick:cr},Rr)}):h$1(Fragment,{},[h$1("div",{class:j.e("title"),ref:de,onClick:cr},Rr),h$1(ElCollapseTransition,{},{default:()=>{var Er;return withDirectives(h$1("ul",{role:"menu",class:[$.b(),$.m("inline")],style:qe.value},[(Er=t.default)==null?void 0:Er.call(t)]),[[vShow,Ve.value]])}})]);return h$1("li",{class:[j.b(),j.is("active",jt.value),j.is("opened",Ve.value),j.is("disabled",e.disabled)],role:"menuitem",ariaHaspopup:!0,ariaExpanded:Ve.value,onMouseenter:mr,onMouseleave:()=>hr(),onFocus:mr},[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))},_e=ar=>{const nr=re.value.indexOf(ar);nr!==-1&&re.value.splice(nr,1)},Ce=(ar,nr)=>{_e(ar),t("close",ar,nr)},he=({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,mr=L.push(cr).then(hr=>(hr||(ie.value=nr),hr));t("select",nr,ur,{index:nr,indexPath:ur,route:cr},mr)}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},Ve=ar=>{const nr=getComputedStyle(ar),ur=Number.parseInt(nr.marginLeft,10),cr=Number.parseInt(nr.marginRight,10);return ar.offsetWidth+ur+cr||0},jt=()=>{var ar,nr;if(!$.value)return-1;const ur=Array.from((nr=(ar=$.value)==null?void 0:ar.childNodes)!=null?nr:[]).filter(vr=>vr.nodeName!=="#comment"&&(vr.nodeName!=="#text"||vr.nodeValue)),cr=64,mr=getComputedStyle($.value),hr=Number.parseInt(mr.paddingLeft,10),br=Number.parseInt(mr.paddingRight,10),Rr=$.value.clientWidth-hr-br;let xr=0,Er=0;return ur.forEach((vr,Ir)=>{xr+=Ve(vr),xr<=Rr-cr&&(Er=Ir+1)}),Er===ur.length?-1:Er},Et=ar=>ue.value[ar].indexPath,Ue=(ar,nr=33.34)=>{let ur;return()=>{ur&&clearTimeout(ur),ur=setTimeout(()=>{ar()},nr)}};let qe=!0;const kt=()=>{if(z.value===jt())return;const ar=()=>{z.value=-1,nextTick$1(()=>{z.value=jt()})};qe?ar():Ue(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($,kt).stop:tr==null||tr()});const rr=ref$1(!1);{const ar=mr=>{ue.value[mr.index]=mr},nr=mr=>{delete ue.value[mr.index]};provide("rootMenu",reactive({props:e,openedMenus:re,items:oe,subMenus:ue,activeIndex:ie,isMenuPopup:de,addMenuItem:mr=>{oe.value[mr.index]=mr},removeMenuItem:mr=>{delete oe.value[mr.index]},addSubMenu:ar,removeSubMenu:nr,openMenu:Ie,closeMenu:Ce,handleMenuItemClick:Ne,handleSubMenuClick:he})),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:_e,handleResize:kt}),()=>{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 Rr=flattedChildren(ur),xr=z.value===-1?Rr:Rr.slice(0,z.value),Er=z.value===-1?[]:Rr.slice(z.value);Er!=null&&Er.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:()=>Er})))}const mr=useMenuCssVar(e,0),hr=e.closeOnClickOutside?[[ClickOutside,()=>{re.value.length&&(rr.value||(re.value.forEach(Rr=>t("close",Rr,Et(Rr))),re.value=[]))}]]:[],br=withDirectives(h$1("ul",{key:String(e.collapse),role:"menubar",ref:$,style:mr.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,()=>br):br}}});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$1z=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$1z,[["render",_sfc_render$d],["__file","menu-item.vue"]]);const menuItemGroupProps={title:String},COMPONENT_NAME$a="ElMenuItemGroup",_sfc_main$1y=defineComponent({name:COMPONENT_NAME$a,props:menuItemGroupProps,setup(){return{ns:useNamespace("menu-item-group")}}});function _sfc_render$c(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$1y,[["render",_sfc_render$c],["__file","menu-item-group.vue"]]);const ElMenu=withInstall(Menu,{MenuItem,MenuItemGroup,SubMenu}),ElMenuItem=withNoopInstall(MenuItem),ElMenuItemGroup=withNoopInstall(MenuItemGroup),ElSubMenu=withNoopInstall(SubMenu),pageHeaderProps=buildProps({icon:{type:iconPropType,default:()=>back_default},title:String,content:{type:String,default:""}}),pageHeaderEmits={back:()=>!0},__default__$P=defineComponent({name:"ElPageHeader"}),_sfc_main$1x=defineComponent({...__default__$P,props:pageHeaderProps,emits:pageHeaderEmits,setup(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$1x,[["__file","page-header.vue"]]);const ElPageHeader=withInstall(PageHeader),elPaginationKey=Symbol("elPaginationKey"),paginationPrevProps=buildProps({disabled:Boolean,currentPage:{type:Number,default:1},prevText:{type:String},prevIcon:{type:iconPropType}}),paginationPrevEmits={click:e=>e instanceof MouseEvent},__default__$O=defineComponent({name:"ElPaginationPrev"}),_sfc_main$1w=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$1w,[["__file","prev.vue"]]);const paginationNextProps=buildProps({disabled:Boolean,currentPage:{type:Number,default:1},pageCount:{type:Number,default:50},nextText:{type:String},nextIcon:{type:iconPropType}}),__default__$N=defineComponent({name:"ElPaginationNext"}),_sfc_main$1v=defineComponent({...__default__$N,props:paginationNextProps,emits:["click"],setup(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$1v,[["__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$1u=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(he=>he.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$1u,[["render",_sfc_render$b],["__file","option.vue"]]);const _sfc_main$1t=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$1t,[["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),_e=ref$1(null),Ce=ref$1(null),{isComposing:he,handleCompositionStart:Ne,handleCompositionUpdate:Fe,handleCompositionEnd:Ve}=useComposition({afterComposition:Br=>qo(Br)}),{wrapperRef:jt,isFocused:Et,handleBlur:Ue}=useFocusController(ie,{afterFocus(){e.automaticDropdown&&!qe.value&&(qe.value=!0,$.menuVisibleOnFocus=!0)},beforeBlur(Br){var Zn,hn;return((Zn=z.value)==null?void 0:Zn.isFocusInsideContent(Br))||((hn=re.value)==null?void 0:hn.isFocusInsideContent(Br))},afterBlur(){qe.value=!1,$.menuVisibleOnFocus=!1}}),qe=ref$1(!1),kt=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)),mr=computed(()=>isArray$2(e.modelValue)?e.modelValue.length>0:!ur(e.modelValue)),hr=computed(()=>e.clearable&&!cr.value&&$.inputHovering&&mr.value),br=computed(()=>e.remote&&e.filterable&&!e.remoteShowSuffix?"":e.suffixIcon),Rr=computed(()=>k.is("reverse",br.value&&qe.value)),xr=computed(()=>(rr==null?void 0:rr.validateState)||""),Er=computed(()=>ValidateComponentsMap[xr.value]),vr=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&&Lr.value===0?e.noMatchText||y("el.select.noMatch"):$.options.size===0?e.noDataText||y("el.select.noData"):null),Lr=computed(()=>gr.value.filter(Br=>Br.visible).length),gr=computed(()=>{const Br=Array.from($.options.values()),Zn=[];return $.optionValues.forEach(hn=>{const Ln=Br.findIndex(Vi=>Vi.value===hn);Ln>-1&&Zn.push(Br[Ln])}),Zn.length>=Br.length?Zn:Br}),_r=computed(()=>Array.from($.cachedOptions.values())),Fr=computed(()=>{const Br=gr.value.filter(Zn=>!Zn.created).some(Zn=>Zn.currentLabel===$.inputValue);return e.filterable&&e.allowCreate&&$.inputValue!==""&&!Br}),zr=()=>{e.filterable&&isFunction$4(e.filterMethod)||e.filterable&&e.remote&&isFunction$4(e.remoteMethod)||gr.value.forEach(Br=>{var Zn;(Zn=Br.updateOption)==null||Zn.call(Br,$.inputValue)})},Vr=useFormSize(),Gr=computed(()=>["small"].includes(Vr.value)?"small":"default"),Tr=computed({get(){return qe.value&&Ir.value!==!1},set(Br){qe.value=Br}}),Cr=computed(()=>{if(e.multiple&&!isUndefined$1(e.modelValue))return castArray$1(e.modelValue).length===0&&!$.inputValue;const Br=isArray$2(e.modelValue)?e.modelValue[0]:e.modelValue;return e.filterable||isUndefined$1(Br)?!$.inputValue:!0}),Mr=computed(()=>{var Br;const Zn=(Br=e.placeholder)!=null?Br:y("el.select.placeholder");return e.multiple||!mr.value?Zn:$.selectedLabel}),yr=computed(()=>isIOS$1?null:"mouseenter");watch(()=>e.modelValue,(Br,Zn)=>{e.multiple&&e.filterable&&!e.reserveKeyword&&($.inputValue="",Sr("")),kr(),!isEqual$1(Br,Zn)&&e.validateEvent&&(rr==null||rr.validate("change").catch(hn=>void 0))},{flush:"post",deep:!0}),watch(()=>qe.value,Br=>{Br?Sr($.inputValue):($.inputValue="",$.previousQuery=null,$.isBeforeHide=!0),t("visible-change",Br)}),watch(()=>$.options.entries(),()=>{var Br;if(!isClient)return;const Zn=((Br=j.value)==null?void 0:Br.querySelectorAll("input"))||[];(!e.filterable&&!e.defaultFirstOption&&!isUndefined$1(e.modelValue)||!Array.from(Zn).includes(document.activeElement))&&kr(),e.defaultFirstOption&&(e.filterable||e.remote)&&Lr.value&&Dr()},{flush:"post"}),watch(()=>$.hoveringIndex,Br=>{isNumber$3(Br)&&Br>-1?kt.value=gr.value[Br]||{}:kt.value={},gr.value.forEach(Zn=>{Zn.hover=kt.value===Zn})}),watchEffect(()=>{$.isBeforeHide||zr()});const Sr=Br=>{$.previousQuery===Br||he.value||($.previousQuery=Br,e.filterable&&isFunction$4(e.filterMethod)?e.filterMethod(Br):e.filterable&&e.remote&&isFunction$4(e.remoteMethod)&&e.remoteMethod(Br),e.defaultFirstOption&&(e.filterable||e.remote)&&Lr.value?nextTick$1(Dr):nextTick$1(Kr))},Dr=()=>{const Br=gr.value.filter(Ln=>Ln.visible&&!Ln.disabled&&!Ln.states.groupDisabled),Zn=Br.find(Ln=>Ln.created),hn=Br[0];$.hoveringIndex=sa(gr.value,Zn||hn)},kr=()=>{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 Br=[];isUndefined$1(e.modelValue)||castArray$1(e.modelValue).forEach(Zn=>{Br.push(Wr(Zn))}),$.selected=Br},Wr=Br=>{let Zn;const hn=toRawType(Br).toLowerCase()==="object",Ln=toRawType(Br).toLowerCase()==="null",Vi=toRawType(Br).toLowerCase()==="undefined";for(let Ki=$.cachedOptions.size-1;Ki>=0;Ki--){const Xo=_r.value[Ki];if(hn?get(Xo.value,e.valueKey)===get(Br,e.valueKey):Xo.value===Br){Zn={value:Br,currentLabel:Xo.currentLabel,get isDisabled(){return Xo.isDisabled}};break}}if(Zn)return Zn;const Wi=hn?Br.label:!Ln&&!Vi?Br:"";return{value:Br,currentLabel:Wi}},Kr=()=>{e.multiple?$.hoveringIndex=gr.value.findIndex(Br=>$.selected.some(Zn=>ju(Zn)===ju(Br))):$.hoveringIndex=gr.value.findIndex(Br=>ju(Br)===ju($.selected))},Nr=()=>{$.selectionWidth=V.value.getBoundingClientRect().width},jr=()=>{$.calculatorWidth=oe.value.getBoundingClientRect().width},Qr=()=>{$.collapseItemWidth=_e.value.getBoundingClientRect().width},ca=()=>{var Br,Zn;(Zn=(Br=z.value)==null?void 0:Br.updatePopper)==null||Zn.call(Br)},Po=()=>{var Br,Zn;(Zn=(Br=re.value)==null?void 0:Br.updatePopper)==null||Zn.call(Br)},Wa=()=>{$.inputValue.length>0&&!qe.value&&(qe.value=!0),Sr($.inputValue)},qo=Br=>{if($.inputValue=Br.target.value,e.remote)ds();else return Wa()},ds=debounce(()=>{Wa()},vr.value),Kn=Br=>{isEqual$1(e.modelValue,Br)||t(CHANGE_EVENT,Br)},Hr=Br=>findLastIndex(Br,Zn=>!$.disabledOptions.has(Zn)),Ar=Br=>{if(e.multiple&&Br.code!==EVENT_CODE.delete&&Br.target.value.length<=0){const Zn=castArray$1(e.modelValue).slice(),hn=Hr(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=(Br,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)}Br.stopPropagation(),Ds()},In=Br=>{Br.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"),Ds()},Sa=Br=>{var Zn;if(e.multiple){const hn=castArray$1((Zn=e.modelValue)!=null?Zn:[]).slice(),Ln=sa(hn,Br.value);Ln>-1?hn.splice(Ln,1):(e.multipleLimit<=0||hn.length<e.multipleLimit)&&hn.push(Br.value),t(UPDATE_MODEL_EVENT,hn),Kn(hn),Br.created&&Sr(""),e.filterable&&!e.reserveKeyword&&($.inputValue="")}else t(UPDATE_MODEL_EVENT,Br.value),Kn(Br.value),qe.value=!1;Ds(),!qe.value&&nextTick$1(()=>{qa(Br)})},sa=(Br=[],Zn)=>{if(!isObject$4(Zn))return Br.indexOf(Zn);const hn=e.valueKey;let Ln=-1;return Br.some((Vi,Wi)=>toRaw(get(Vi,hn))===get(Zn,hn)?(Ln=Wi,!0):!1),Ln},qa=Br=>{var Zn,hn,Ln,Vi,Wi;const pa=isArray$2(Br)?Br[0]:Br;let Ki=null;if(pa!=null&&pa.value){const Xo=gr.value.filter(Eo=>Eo.value===pa.value);Xo.length>0&&(Ki=Xo[0].$el)}if(z.value&&Ki){const Xo=(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")}`);Xo&&scrollIntoView(Xo,Ki)}(Wi=Ce.value)==null||Wi.handleScroll()},To=Br=>{$.options.set(Br.value,Br),$.cachedOptions.set(Br.value,Br),Br.disabled&&$.disabledOptions.set(Br.value,Br)},Hi=(Br,Zn)=>{$.options.get(Br)===Zn&&$.options.delete(Br)},na=computed(()=>{var Br,Zn;return(Zn=(Br=z.value)==null?void 0:Br.popperRef)==null?void 0:Zn.contentRef}),Ma=()=>{$.isBeforeHide=!1,nextTick$1(()=>qa($.selected))},Ds=()=>{var Br;(Br=ie.value)==null||Br.focus()},ps=()=>{$l()},yl=Br=>{In(Br)},$l=Br=>{if(qe.value=!1,Et.value){const Zn=new FocusEvent("focus",Br);nextTick$1(()=>Ue(Zn))}},Ou=()=>{$.inputValue.length>0?$.inputValue="":qe.value=!1},As=()=>{cr.value||(isIOS$1&&($.inputHovering=!0),$.menuVisibleOnFocus?$.menuVisibleOnFocus=!1:qe.value=!qe.value)},Uu=()=>{qe.value?gr.value[$.hoveringIndex]&&Sa(gr.value[$.hoveringIndex]):As()},ju=Br=>isObject$4(Br.value)?get(Br.value,e.valueKey):Br.value,$c=computed(()=>gr.value.filter(Br=>Br.visible).every(Br=>Br.disabled)),Oc=computed(()=>e.multiple?e.collapseTags?$.selected.slice(0,e.maxCollapseTags):$.selected:[]),vc=computed(()=>e.multiple?e.collapseTags?$.selected.slice(e.maxCollapseTags):[]:[]),Yl=Br=>{if(!qe.value){qe.value=!0;return}if(!($.options.size===0||$.filteredOptionsCount===0||he.value)&&!$c.value){Br==="next"?($.hoveringIndex++,$.hoveringIndex===$.options.size&&($.hoveringIndex=0)):Br==="prev"&&($.hoveringIndex--,$.hoveringIndex<0&&($.hoveringIndex=$.options.size-1));const Zn=gr.value[$.hoveringIndex];(Zn.disabled===!0||Zn.states.groupDisabled===!0||!Zn.visible)&&Yl(Br),nextTick$1(()=>qa(kt.value))}},ms=()=>{if(!V.value)return 0;const Br=window.getComputedStyle(V.value);return Number.parseFloat(Br.gap||"6px")},Rs=computed(()=>{const Br=ms();return{maxWidth:`${_e.value&&e.maxCollapseTags===1?$.selectionWidth-$.collapseItemWidth-Br:$.selectionWidth}px`}}),Hs=computed(()=>({maxWidth:`${$.selectionWidth}px`})),zs=computed(()=>({width:`${Math.max($.calculatorWidth,MINIMUM_INPUT_WIDTH$1)}px`}));return useResizeObserver(V,Nr),useResizeObserver(oe,jr),useResizeObserver(pe,ca),useResizeObserver(jt,ca),useResizeObserver(Ie,Po),useResizeObserver(_e,Qr),onMounted(()=>{kr()}),{inputId:ar,contentId:n,nsSelect:k,nsInput:L,states:$,isFocused:Et,expanded:qe,optionsArray:gr,hoverOption:kt,selectSize:Vr,filteredOptionsCount:Lr,resetCalculatorWidth:jr,updateTooltip:ca,updateTagTooltip:Po,debouncedOnInputChange:ds,onInput:qo,deletePrevTag:Ar,deleteTag:On,deleteSelected:In,handleOptionSelect:Sa,scrollToOption:qa,hasModelValue:mr,shouldShowPlaceholder:Cr,currentPlaceholder:Mr,mouseEnterEventName:yr,showClose:hr,iconComponent:br,iconReverse:Rr,validateState:xr,validateIcon:Er,showNewOption:Fr,updateOptions:zr,collapseTagSize:Gr,setSelected:kr,selectDisabled:cr,emptyText:Ir,handleCompositionStart:Ne,handleCompositionUpdate:Fe,handleCompositionEnd:Ve,onOptionCreate:To,onOptionDestroy:Hi,handleMenuEnter:Ma,focus:Ds,blur:ps,handleClearClick:yl,handleClickOutside:$l,handleEsc:Ou,toggleMenu:As,selectOption:Uu,getValueKey:ju,navigateOptions:Yl,dropdownMenuVisible:Tr,showTagList:Oc,collapseTagList:vc,tagStyle:Rs,collapseTagStyle:Hs,inputStyle:zs,popperRef:na,inputRef:ie,tooltipRef:z,tagTooltipRef:re,calculatorRef:oe,prefixRef:ue,suffixRef:de,selectRef:j,wrapperRef:jt,selectionRef:V,scrollbarRef:Ce,menuRef:pe,tagMenuRef:Ie,collapseItemRef:_e}};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$1s=defineComponent({name:COMPONENT_NAME$9,componentName:COMPONENT_NAME$9,components:{ElSelectMenu:ElSelectMenu$1,ElOption:Option,ElOptions,ElTag,ElScrollbar,ElTooltip,ElIcon},directives:{ClickOutside},props:SelectProps$1,emits:[UPDATE_MODEL_EVENT,CHANGE_EVENT,"remove-tag","clear","visible-change","focus","blur"],setup(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$1s,[["render",_sfc_render$9],["__file","select.vue"]]);const _sfc_main$1r=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$1r,[["render",_sfc_render$8],["__file","option-group.vue"]]);const ElSelect=withInstall(Select$1,{Option,OptionGroup}),ElOption=withNoopInstall(Option),ElOptionGroup=withNoopInstall(OptionGroup),usePagination=()=>inject(elPaginationKey,{}),paginationSizesProps=buildProps({pageSize:{type:Number,required:!0},pageSizes:{type:definePropType(Array),default:()=>mutable([10,20,30,40,50,100])},popperClass:{type:String},disabled:Boolean,teleported:Boolean,size:{type:String,values:componentSizes}}),__default__$M=defineComponent({name:"ElPaginationSizes"}),_sfc_main$1q=defineComponent({...__default__$M,props:paginationSizesProps,emits:["page-size-change"],setup(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$1q,[["__file","sizes.vue"]]);const paginationJumperProps=buildProps({size:{type:String,values:componentSizes}}),__default__$L=defineComponent({name:"ElPaginationJumper"}),_sfc_main$1p=defineComponent({...__default__$L,props:paginationJumperProps,setup(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$1p,[["__file","jumper.vue"]]);const paginationTotalProps=buildProps({total:{type:Number,default:1e3}}),__default__$K=defineComponent({name:"ElPaginationTotal"}),_sfc_main$1o=defineComponent({...__default__$K,props:paginationTotalProps,setup(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$1o,[["__file","total.vue"]]);const paginationPagerProps=buildProps({currentPage:{type:Number,default:1},pageCount:{type:Number,required:!0},pagerCount:{type:Number,default:7},disabled:Boolean}),__default__$J=defineComponent({name:"ElPaginationPager"}),_sfc_main$1n=defineComponent({...__default__$J,props:paginationPagerProps,emits:["change"],setup(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,Ve=Number(y.currentPage),jt=Number(y.pageCount);let Et=!1,Ue=!1;jt>Ne&&(Ve>Ne-Fe&&(Et=!0),Ve<jt-Fe&&(Ue=!0));const qe=[];if(Et&&!Ue){const kt=jt-(Ne-2);for(let tr=kt;tr<jt;tr++)qe.push(tr)}else if(!Et&&Ue)for(let kt=2;kt<Ne;kt++)qe.push(kt);else if(Et&&Ue){const kt=Math.floor(Ne/2)-1;for(let tr=Ve-kt;tr<=Ve+kt;tr++)qe.push(tr)}else for(let kt=2;kt<jt;kt++)qe.push(kt);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 _e(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 Ve=Number(Fe.textContent);Ve!==y.currentPage&&t("change",Ve)}else Fe.tagName.toLowerCase()==="li"&&Array.from(Fe.classList).includes("more")&&he(Ne)}function he(Ne){const Fe=Ne.target;if(Fe.tagName.toLowerCase()==="ul"||y.disabled)return;let Ve=Number(Fe.textContent);const jt=y.pageCount,Et=y.currentPage,Ue=y.pagerCount-2;Fe.className.includes("more")&&(Fe.className.includes("quickprev")?Ve=Et-Ue:Fe.className.includes("quicknext")&&(Ve=Et+Ue)),Number.isNaN(+Ve)||(Ve<1&&(Ve=1),Ve>jt&&(Ve=jt)),Ve!==Et&&t("change",Ve)}return(Ne,Fe)=>(openBlock(),createElementBlock("ul",{class:normalizeClass(unref(n).b()),onClick:he,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:Ve=>Ie(!0),onMouseleave:Ve=>V.value=!1,onFocus:Ve=>_e(!0),onBlur:Ve=>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),Ve=>(openBlock(),createElementBlock("li",{key:Ve,class:normalizeClass([[unref(n).is("active",Ne.currentPage===Ve),unref(n).is("disabled",Ne.disabled)],"number"]),"aria-current":Ne.currentPage===Ve,"aria-label":unref(L)("el.pagination.currentPage",{pager:Ve}),tabindex:unref(pe)},toDisplayString(Ve),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:Ve=>Ie(),onMouseleave:Ve=>z.value=!1,onFocus:Ve=>_e(),onBlur:Ve=>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$1n,[["__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 _e(){e.disabled||(de.value-=1,t("prev-click",de.value))}function Ce(){e.disabled||(de.value+=1,t("next-click",de.value))}function he(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 Ve=[],jt=[],Et=h$1("div",{class:k.e("rightwrapper")},jt),Ue={prev:h$1(Prev,{disabled:e.disabled,currentPage:de.value,prevText:e.prevText,prevIcon:e.prevIcon,onClick:_e}),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 kt=!1;return qe.forEach(tr=>{if(tr==="->"){kt=!0;return}kt?jt.push(Ue[tr]):Ve.push(Ue[tr])}),he(Ve[0],k.is("first")),he(Ve[Ve.length-1],k.is("last")),kt&&jt.length>0&&(he(jt[0],k.is("first")),he(jt[jt.length-1],k.is("last")),Ve.push(Et)),h$1("div",{class:[k.b(),k.is("background",e.background),k.m($.value)]},Ve)}}});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$1m=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$1m,[["__file","popconfirm.vue"]]);const ElPopconfirm=withInstall(Popconfirm),popoverProps=buildProps({trigger:useTooltipTriggerProps.trigger,placement:dropdownProps.placement,disabled:useTooltipTriggerProps.disabled,visible:useTooltipContentProps.visible,transition:useTooltipContentProps.transition,popperOptions:dropdownProps.popperOptions,tabindex:dropdownProps.tabindex,content:useTooltipContentProps.content,popperStyle:useTooltipContentProps.popperStyle,popperClass:useTooltipContentProps.popperClass,enterable:{...useTooltipContentProps.enterable,default:!0},effect:{...useTooltipContentProps.effect,default:"light"},teleported:useTooltipContentProps.teleported,title:String,width:{type:[String,Number],default:150},offset:{type:Number,default:void 0},showAfter:{type:Number,default:0},hideAfter:{type:Number,default:200},autoClose:{type:Number,default:0},showArrow:{type:Boolean,default:!0},persistent:{type:Boolean,default:!0},"onUpdate:visible":{type:Function}}),popoverEmits={"update:visible":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$1l=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,_e)=>(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$1l,[["__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$1k=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 he={width:`${t.percentage}%`,animationDuration:`${t.duration}s`},Ne=Ce(t.percentage);return Ne.includes("gradient")?he.background=Ne:he.backgroundColor=Ne,he}),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 he=$.value,Ne=t.type==="dashboard";return`
M 50 50
m 0 ${Ne?"":"-"}${he}
a ${he} ${he} 0 1 1 0 ${Ne?"-":""}${he*2}
a ${he} ${he} 0 1 1 0 ${Ne?"":"-"}${he*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 he;return t.color?he=Ce(t.percentage):he=y[t.status]||y.default,he}),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 _e(he){const Ne=100/he.length;return he.map((Ve,jt)=>isString$3(Ve)?{color:Ve,percentage:(jt+1)*Ne}:Ve).sort((Ve,jt)=>Ve.percentage-jt.percentage)}const Ce=he=>{var Ne;const{color:Fe}=t;if(isFunction$4(Fe))return Fe(he);if(isString$3(Fe))return Fe;{const Ve=_e(Fe);for(const jt of Ve)if(jt.percentage>he)return jt.color;return(Ne=Ve[Ve.length-1])==null?void 0:Ne.color}};return(he,Ne)=>(openBlock(),createElementBlock("div",{class:normalizeClass([unref(n).b(),unref(n).m(he.type),unref(n).is(he.status),{[unref(n).m("without-text")]:!he.showText,[unref(n).m("text-inside")]:he.textInside}]),role:"progressbar","aria-valuenow":he.percentage,"aria-valuemin":"0","aria-valuemax":"100"},[he.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:`${he.strokeWidth}px`})},[createBaseVNode("div",{class:normalizeClass([unref(n).be("bar","inner"),{[unref(n).bem("bar","inner","indeterminate")]:he.indeterminate},{[unref(n).bem("bar","inner","striped")]:he.striped},{[unref(n).bem("bar","inner","striped-flow")]:he.stripedFlow}]),style:normalizeStyle(unref(k))},[(he.showText||he.$slots.default)&&he.textInside?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(n).be("bar","innerText"))},[renderSlot(he.$slots,"default",{percentage:he.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:`${he.width}px`,width:`${he.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":he.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:he.percentage?1:0,"stroke-linecap":he.strokeLinecap,"stroke-width":unref(L),style:normalizeStyle(unref(oe))},null,14,["d","stroke","opacity","stroke-linecap","stroke-width"])]))],6)),(he.showText||he.$slots.default)&&!he.textInside?(openBlock(),createElementBlock("div",{key:2,class:normalizeClass(unref(n).e("text")),style:normalizeStyle({fontSize:`${unref(pe)}px`})},[renderSlot(he.$slots,"default",{percentage:he.percentage},()=>[he.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$1k,[["__file","progress.vue"]]);const ElProgress=withInstall(Progress),rateProps=buildProps({modelValue:{type:Number,default:0},id:{type:String,default:void 0},lowThreshold:{type:Number,default:2},highThreshold:{type:Number,default:4},max:{type:Number,default:5},colors:{type:definePropType([Array,Object]),default:()=>mutable(["","",""])},voidColor:{type:String,default:""},disabledVoidColor:{type:String,default:""},icons:{type:definePropType([Array,Object]),default:()=>[star_filled_default,star_filled_default,star_filled_default]},voidIcon:{type:iconPropType,default:()=>star_default},disabledVoidIcon:{type:iconPropType,default:()=>star_filled_default},disabled:Boolean,allowHalf:Boolean,showText:Boolean,showScore:Boolean,textColor:{type:String,default:""},texts:{type:definePropType(Array),default:()=>mutable(["Extremely bad","Disappointed","Fair","Satisfied","Surprise"])},scoreTemplate:{type:String,default:"{value}"},size:useSizeProp,clearable:Boolean,...useAriaProps(["ariaLabel"])}),rateEmits={[CHANGE_EVENT]:e=>isNumber$3(e),[UPDATE_MODEL_EVENT]:e=>isNumber$3(e)},__default__$F=defineComponent({name:"ElRate"}),_sfc_main$1j=defineComponent({...__default__$F,props:rateProps,emits:rateEmits,setup(e,{expose:t,emit:y}){const n=e;function k(ur,cr){const mr=Rr=>isObject$4(Rr),hr=Object.keys(cr).map(Rr=>+Rr).filter(Rr=>{const xr=cr[Rr];return(mr(xr)?xr.excluded:!1)?ur<Rr:ur<=Rr}).sort((Rr,xr)=>Rr-xr),br=cr[hr[0]];return mr(br)&&br.value||br}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})),_e=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),he=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,he.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}}),Ve=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}),jt=computed(()=>k(n.modelValue,Ve.value)),Et=computed(()=>pe.value?isString$3(n.disabledVoidIcon)?n.disabledVoidIcon:markRaw(n.disabledVoidIcon):isString$3(n.voidIcon)?n.voidIcon:markRaw(n.voidIcon)),Ue=computed(()=>k(ie.value,Ve.value));function qe(ur){const cr=pe.value&&Ce.value>0&&ur-1<n.modelValue&&ur>n.modelValue,mr=n.allowHalf&&ue.value&&ur-.5<=ie.value&&ur>ie.value;return cr||mr}function kt(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?kt(ie.value):kt(ur))}function rr(ur){if(pe.value)return;let cr=ie.value;const mr=ur.code;return mr===EVENT_CODE.up||mr===EVENT_CODE.right?(n.allowHalf?cr+=.5:cr+=1,ur.stopPropagation(),ur.preventDefault()):(mr===EVENT_CODE.left||mr===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 mr=cr.target;hasClass(mr,V.e("item"))&&(mr=mr.querySelector(`.${V.e("icon")}`)),(mr.clientWidth===0||hasClass(mr,V.e("decimal")))&&(mr=mr.parentNode),ue.value=cr.offsetX*2<=mr.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 mr;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)?(mr=unref($))==null?void 0:mr.labelId:void 0,"aria-valuenow":ie.value,"aria-valuetext":unref(_e)||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,br)=>(openBlock(),createElementBlock("span",{key:br,class:normalizeClass(unref(V).e("item")),onMousemove:Rr=>ar(hr,Rr),onMouseleave:nr,onClick:Rr=>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(Ue)),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(jt))))]),_: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(_e)),7)):createCommentVNode("v-if",!0)],46,["id","aria-label","aria-labelledby","aria-valuenow","aria-valuetext","aria-valuemax"])}}});var Rate=_export_sfc$1(_sfc_main$1j,[["__file","rate.vue"]]);const ElRate=withInstall(Rate),IconMap={success:"icon-success",warning:"icon-warning",error:"icon-error",info:"icon-info"},IconComponentMap={[IconMap.success]:circle_check_filled_default,[IconMap.warning]:warning_filled_default,[IconMap.error]:circle_close_filled_default,[IconMap.info]:info_filled_default},resultProps=buildProps({title:{type:String,default:""},subTitle:{type:String,default:""},icon:{type:String,values:["success","warning","info","error"],default:"info"}}),__default__$E=defineComponent({name:"ElResult"}),_sfc_main$1i=defineComponent({...__default__$E,props:resultProps,setup(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$1i,[["__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 Ve=e.ratio,jt=e.clientSize;if(Ve>=100)return Number.POSITIVE_INFINITY;if(Ve>=50)return Ve*jt/100;const Et=jt/3;return Math.floor(Math.min(Math.max(Ve*jt,SCROLLBAR_MIN_SIZE),Et))}),de=computed(()=>{if(!Number.isFinite(ue.value))return{display:"none"};const Ve=`${ue.value}px`;return renderThumbStyle({bar:re.value,size:Ve,move:z.traveled},e.layout)}),pe=computed(()=>Math.floor(e.clientSize-ue.value-unref(y))),Ie=()=>{window.addEventListener("mousemove",Ne),window.addEventListener("mouseup",he);const Ve=unref($);Ve&&(V=document.onselectstart,document.onselectstart=()=>!1,Ve.addEventListener("touchmove",Ne,{passive:!0}),Ve.addEventListener("touchend",he))},_e=()=>{window.removeEventListener("mousemove",Ne),window.removeEventListener("mouseup",he),document.onselectstart=V,V=null;const Ve=unref($);Ve&&(Ve.removeEventListener("touchmove",Ne),Ve.removeEventListener("touchend",he))},Ce=Ve=>{Ve.stopImmediatePropagation(),!(Ve.ctrlKey||[1,2].includes(Ve.button))&&(z.isDragging=!0,z[re.value.axis]=Ve.currentTarget[re.value.offset]-(Ve[re.value.client]-Ve.currentTarget.getBoundingClientRect()[re.value.direction]),t("start-move"),Ie())},he=()=>{z.isDragging=!1,z[re.value.axis]=0,t("stop-move"),_e()},Ne=Ve=>{const{isDragging:jt}=z;if(!jt||!$.value||!L.value)return;const Et=z[re.value.axis];if(!Et)return;cAF(j);const Ue=(L.value.getBoundingClientRect()[re.value.direction]-Ve[re.value.client])*-1,qe=$.value[re.value.offset]-Et,kt=Ue-qe;j=rAF(()=>{z.traveled=Math.max(e.startGap,Math.min(kt,pe.value)),t("scroll",kt,pe.value)})},Fe=Ve=>{const jt=Math.abs(Ve.target.getBoundingClientRect()[re.value.direction]-Ve[re.value.client]),Et=$.value[re.value.offset]/2,Ue=jt-Et;z.traveled=Math.max(0,Math.min(Ue,pe.value)),t("scroll",Ue,pe.value)};return watch(()=>e.scrollFrom,Ve=>{z.isDragging||(z.traveled=Math.ceil(Ve*pe.value))}),onBeforeUnmount(()=>{_e()}),()=>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(),_e=ref$1(),Ce=ref$1(),he=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:Er,cache:vr}=re,{isScrolling:Ir,scrollDir:Lr,scrollOffset:gr}=unref(Ne);if(Er===0)return[0,0,0,0];const _r=L(re,gr,unref(pe)),Fr=$(re,_r,gr,unref(pe)),zr=!Ir||Lr===BACKWARD?Math.max(1,vr):1,Vr=!Ir||Lr===FORWARD?Math.max(1,vr):1;return[Math.max(0,_r-zr),Math.max(0,Math.min(Er-1,Fr+Vr)),_r,Fr]}),Ve=computed(()=>k(re,unref(pe))),jt=computed(()=>isHorizontal(re.layout)),Et=computed(()=>[{position:"relative",[`overflow-${jt.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]),Ue=computed(()=>{const Er=unref(Ve),vr=unref(jt);return{height:vr?"100%":`${Er}px`,pointerEvents:unref(Ne).isScrolling?"none":void 0,width:vr?`${Er}px`:"100%"}}),qe=computed(()=>jt.value?re.width:re.height),{onWheel:kt}=useWheel({atStartEdge:computed(()=>Ne.value.scrollOffset<=0),atEndEdge:computed(()=>Ne.value.scrollOffset>=Ve.value),layout:computed(()=>re.layout)},Er=>{var vr,Ir;(Ir=(vr=he.value).onMouseUp)==null||Ir.call(vr),cr(Math.min(Ne.value.scrollOffset+Er,Ve.value-qe.value))});useEventListener(_e,"wheel",kt,{passive:!1});const tr=()=>{const{total:Er}=re;if(Er>0){const[gr,_r,Fr,zr]=unref(Fe);ie(ITEM_RENDER_EVT,gr,_r,Fr,zr)}const{scrollDir:vr,scrollOffset:Ir,updateRequested:Lr}=unref(Ne);ie(SCROLL_EVT,vr,Ir,Lr)},rr=Er=>{const{clientHeight:vr,scrollHeight:Ir,scrollTop:Lr}=Er.currentTarget,gr=unref(Ne);if(gr.scrollOffset===Lr)return;const _r=Math.max(0,Math.min(Lr,Ir-vr));Ne.value={...gr,isScrolling:!0,scrollDir:getScrollDir(gr.scrollOffset,_r),scrollOffset:_r,updateRequested:!1},nextTick$1(br)},ar=Er=>{const{clientWidth:vr,scrollLeft:Ir,scrollWidth:Lr}=Er.currentTarget,gr=unref(Ne);if(gr.scrollOffset===Ir)return;const{direction:_r}=re;let Fr=Ir;if(_r===RTL)switch(getRTLOffsetType()){case RTL_OFFSET_NAG:{Fr=-Ir;break}case RTL_OFFSET_POS_DESC:{Fr=Lr-vr-Ir;break}}Fr=Math.max(0,Math.min(Fr,Lr-vr)),Ne.value={...gr,isScrolling:!0,scrollDir:getScrollDir(gr.scrollOffset,Fr),scrollOffset:Fr,updateRequested:!1},nextTick$1(br)},nr=Er=>{unref(jt)?ar(Er):rr(Er),tr()},ur=(Er,vr)=>{const Ir=(Ve.value-qe.value)/vr*Er;cr(Math.min(Ve.value-qe.value,Ir))},cr=Er=>{Er=Math.max(Er,0),Er!==unref(Ne).scrollOffset&&(Ne.value={...unref(Ne),scrollOffset:Er,scrollDir:getScrollDir(unref(Ne).scrollOffset,Er),updateRequested:!0},nextTick$1(br))},mr=(Er,vr=AUTO_ALIGNMENT)=>{const{scrollOffset:Ir}=unref(Ne);Er=Math.max(0,Math.min(Er,re.total-1)),cr(t(re,Er,vr,Ir,unref(pe)))},hr=Er=>{const{direction:vr,itemSize:Ir,layout:Lr}=re,gr=Ie.value(V&&Ir,V&&Lr,V&&vr);let _r;if(hasOwn$1(gr,String(Er)))_r=gr[Er];else{const Fr=n(re,Er,unref(pe)),zr=y(re,Er,unref(pe)),Vr=unref(jt),Gr=vr===RTL,Tr=Vr?Fr:0;gr[Er]=_r={position:"absolute",left:Gr?void 0:`${Tr}px`,right:Gr?`${Tr}px`:void 0,top:Vr?0:`${Fr}px`,height:Vr?"100%":`${zr}px`,width:Vr?`${zr}px`:"100%"}}return _r},br=()=>{Ne.value.isScrolling=!1,nextTick$1(()=>{Ie.value(-1,null,null)})},Rr=()=>{const Er=_e.value;Er&&(Er.scrollTop=0)};onMounted(()=>{if(!isClient)return;const{initScrollOffset:Er}=re,vr=unref(_e);isNumber$3(Er)&&vr&&(unref(jt)?vr.scrollLeft=Er:vr.scrollTop=Er),tr()}),onUpdated(()=>{const{direction:Er,layout:vr}=re,{scrollOffset:Ir,updateRequested:Lr}=unref(Ne),gr=unref(_e);if(Lr&&gr)if(vr===HORIZONTAL)if(Er===RTL)switch(getRTLOffsetType()){case RTL_OFFSET_NAG:{gr.scrollLeft=-Ir;break}case RTL_OFFSET_POS_ASC:{gr.scrollLeft=Ir;break}default:{const{clientWidth:_r,scrollWidth:Fr}=gr;gr.scrollLeft=Fr-_r-Ir;break}}else gr.scrollLeft=Ir;else gr.scrollTop=Ir}),onActivated(()=>{unref(_e).scrollTop=unref(Ne).scrollOffset});const xr={ns:de,clientSize:qe,estimatedTotalSize:Ve,windowStyle:Et,windowRef:_e,innerRef:Ce,innerStyle:Ue,itemsToRender:Fe,scrollbarRef:he,states:Ne,getItemStyle:hr,onScroll:nr,onScrollbarScroll:ur,onWheel:kt,scrollTo:cr,scrollToItem:mr,resetScrollTop:Rr};return oe({windowRef:_e,innerRef:Ce,getItemStyleCache:Ie,scrollTo:cr,scrollToItem:mr,resetScrollTop:Rr,states:Ne}),xr},render(re){var ie;const{$slots:oe,className:ue,clientSize:de,containerElement:pe,data:Ie,getItemStyle:_e,innerElement:Ce,itemsToRender:he,innerStyle:Ne,layout:Fe,total:Ve,onScroll:jt,onScrollbarScroll:Et,states:Ue,useIsScrolling:qe,windowStyle:kt,ns:tr}=re,[rr,ar]=he,nr=resolveDynamicComponent(pe),ur=resolveDynamicComponent(Ce),cr=[];if(Ve>0)for(let Rr=rr;Rr<=ar;Rr++)cr.push((ie=oe.default)==null?void 0:ie.call(oe,{data:Ie,key:Rr,index:Rr,isScrolling:qe?Ue.isScrolling:void 0,style:_e(Rr)}));const mr=[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:Ue.scrollOffset/(this.estimatedTotalSize-de),total:Ve}),br=h$1(nr,{class:[tr.e("window"),ue],style:kt,onScroll:jt,ref:"windowRef",key:0},isString$3(nr)?[mr]:{default:()=>[mr]});return h$1("div",{key:0,class:[tr.e("wrapper"),Ue.scrollbarAlwaysOn?"always-on":""]},[br,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:_e,slots:Ce}){const he=useNamespace("vl");de(pe);const Ne=getCurrentInstance(),Fe=ref$1(oe(pe,Ne));ue==null||ue(Ne,Fe);const Ve=ref$1(),jt=ref$1(),Et=ref$1(),Ue=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}),kt=useCache(),tr=computed(()=>Number.parseInt(`${pe.height}`,10)),rr=computed(()=>Number.parseInt(`${pe.width}`,10)),ar=computed(()=>{const{totalColumn:Sr,totalRow:Dr,columnCache:kr}=pe,{isScrolling:Wr,xAxisScrollDir:Kr,scrollLeft:Nr}=unref(qe);if(Sr===0||Dr===0)return[0,0,0,0];const jr=n(pe,Nr,unref(Fe)),Qr=k(pe,jr,Nr,unref(Fe)),ca=!Wr||Kr===BACKWARD?Math.max(1,kr):1,Po=!Wr||Kr===FORWARD?Math.max(1,kr):1;return[Math.max(0,jr-ca),Math.max(0,Math.min(Sr-1,Qr+Po)),jr,Qr]}),nr=computed(()=>{const{totalColumn:Sr,totalRow:Dr,rowCache:kr}=pe,{isScrolling:Wr,yAxisScrollDir:Kr,scrollTop:Nr}=unref(qe);if(Sr===0||Dr===0)return[0,0,0,0];const jr=re(pe,Nr,unref(Fe)),Qr=ie(pe,jr,Nr,unref(Fe)),ca=!Wr||Kr===BACKWARD?Math.max(1,kr):1,Po=!Wr||Kr===FORWARD?Math.max(1,kr):1;return[Math.max(0,jr-ca),Math.max(0,Math.min(Dr-1,Qr+Po)),jr,Qr]}),ur=computed(()=>L(pe,unref(Fe))),cr=computed(()=>$(pe,unref(Fe))),mr=computed(()=>{var Sr;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},(Sr=pe.style)!=null?Sr:{}]}),hr=computed(()=>{const Sr=`${unref(cr)}px`;return{height:`${unref(ur)}px`,pointerEvents:unref(qe).isScrolling?"none":void 0,width:Sr}}),br=()=>{const{totalColumn:Sr,totalRow:Dr}=pe;if(Sr>0&&Dr>0){const[Qr,ca,Po,Wa]=unref(ar),[qo,ds,Kn,Hr]=unref(nr);Ie(ITEM_RENDER_EVT,{columnCacheStart:Qr,columnCacheEnd:ca,rowCacheStart:qo,rowCacheEnd:ds,columnVisibleStart:Po,columnVisibleEnd:Wa,rowVisibleStart:Kn,rowVisibleEnd:Hr})}const{scrollLeft:kr,scrollTop:Wr,updateRequested:Kr,xAxisScrollDir:Nr,yAxisScrollDir:jr}=unref(qe);Ie(SCROLL_EVT,{xAxisScrollDir:Nr,scrollLeft:kr,yAxisScrollDir:jr,scrollTop:Wr,updateRequested:Kr})},Rr=Sr=>{const{clientHeight:Dr,clientWidth:kr,scrollHeight:Wr,scrollLeft:Kr,scrollTop:Nr,scrollWidth:jr}=Sr.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=jr-kr-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(()=>_r()),Fr(),br()},xr=(Sr,Dr)=>{const kr=unref(tr),Wr=(ur.value-kr)/Dr*Sr;Ir({scrollTop:Math.min(ur.value-kr,Wr)})},Er=(Sr,Dr)=>{const kr=unref(rr),Wr=(cr.value-kr)/Dr*Sr;Ir({scrollLeft:Math.min(cr.value-kr,Wr)})},{onWheel:vr}=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))},(Sr,Dr)=>{var kr,Wr,Kr,Nr;(Wr=(kr=jt.value)==null?void 0:kr.onMouseUp)==null||Wr.call(kr),(Nr=(Kr=Et.value)==null?void 0:Kr.onMouseUp)==null||Nr.call(Kr);const jr=unref(rr),Qr=unref(tr);Ir({scrollLeft:Math.min(qe.value.scrollLeft+Sr,cr.value-jr),scrollTop:Math.min(qe.value.scrollTop+Dr,ur.value-Qr)})});useEventListener(Ve,"wheel",vr,{passive:!1});const Ir=({scrollLeft:Sr=qe.value.scrollLeft,scrollTop:Dr=qe.value.scrollTop})=>{Sr=Math.max(Sr,0),Dr=Math.max(Dr,0);const kr=unref(qe);Dr===kr.scrollTop&&Sr===kr.scrollLeft||(qe.value={...kr,xAxisScrollDir:getScrollDir(kr.scrollLeft,Sr),yAxisScrollDir:getScrollDir(kr.scrollTop,Dr),scrollLeft:Sr,scrollTop:Dr,updateRequested:!0},nextTick$1(()=>_r()),Fr(),br())},Lr=(Sr=0,Dr=0,kr=AUTO_ALIGNMENT)=>{const Wr=unref(qe);Dr=Math.max(0,Math.min(Dr,pe.totalColumn-1)),Sr=Math.max(0,Math.min(Sr,pe.totalRow-1));const Kr=getScrollBarWidth(he.namespace.value),Nr=unref(Fe),jr=L(pe,Nr),Qr=$(pe,Nr);Ir({scrollLeft:j(pe,Dr,kr,Wr.scrollLeft,Nr,Qr>pe.width?Kr:0),scrollTop:V(pe,Sr,kr,Wr.scrollTop,Nr,jr>pe.height?Kr:0)})},gr=(Sr,Dr)=>{const{columnWidth:kr,direction:Wr,rowHeight:Kr}=pe,Nr=kt.value(t&&kr,t&&Kr,t&&Wr),jr=`${Sr},${Dr}`;if(hasOwn$1(Nr,jr))return Nr[jr];{const[,Qr]=y(pe,Dr,unref(Fe)),ca=unref(Fe),Po=isRTL(Wr),[Wa,qo]=z(pe,Sr,ca),[ds]=y(pe,Dr,ca);return Nr[jr]={position:"absolute",left:Po?void 0:`${Qr}px`,right:Po?`${Qr}px`:void 0,top:`${qo}px`,height:`${Wa}px`,width:`${ds}px`},Nr[jr]}},_r=()=>{qe.value.isScrolling=!1,nextTick$1(()=>{kt.value(-1,null,null)})};onMounted(()=>{if(!isClient)return;const{initScrollLeft:Sr,initScrollTop:Dr}=pe,kr=unref(Ve);kr&&(isNumber$3(Sr)&&(kr.scrollLeft=Sr),isNumber$3(Dr)&&(kr.scrollTop=Dr)),br()});const Fr=()=>{const{direction:Sr}=pe,{scrollLeft:Dr,scrollTop:kr,updateRequested:Wr}=unref(qe),Kr=unref(Ve);if(Wr&&Kr){if(Sr===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:jr}=Kr;Kr.scrollLeft=jr-Nr-Dr;break}}else Kr.scrollLeft=Math.max(0,Dr);Kr.scrollTop=Math.max(0,kr)}},{resetAfterColumnIndex:zr,resetAfterRowIndex:Vr,resetAfter:Gr}=Ne.proxy;_e({windowRef:Ve,innerRef:Ue,getItemStyleCache:kt,scrollTo:Ir,scrollToItem:Lr,states:qe,resetAfterColumnIndex:zr,resetAfterRowIndex:Vr,resetAfter:Gr});const Tr=()=>{const{scrollbarAlwaysOn:Sr,scrollbarStartGap:Dr,scrollbarEndGap:kr,totalColumn:Wr,totalRow:Kr}=pe,Nr=unref(rr),jr=unref(tr),Qr=unref(cr),ca=unref(ur),{scrollLeft:Po,scrollTop:Wa}=unref(qe),qo=h$1(ScrollBar,{ref:jt,alwaysOn:Sr,startGap:Dr,endGap:kr,class:he.e("horizontal"),clientSize:Nr,layout:"horizontal",onScroll:Er,ratio:Nr*100/Qr,scrollFrom:Po/(Qr-Nr),total:Kr,visible:!0}),ds=h$1(ScrollBar,{ref:Et,alwaysOn:Sr,startGap:Dr,endGap:kr,class:he.e("vertical"),clientSize:jr,layout:"vertical",onScroll:xr,ratio:jr*100/ca,scrollFrom:Wa/(ca-jr),total:Wr,visible:!0});return{horizontalScrollbar:qo,verticalScrollbar:ds}},Cr=()=>{var Sr;const[Dr,kr]=unref(ar),[Wr,Kr]=unref(nr),{data:Nr,totalColumn:jr,totalRow:Qr,useIsScrolling:ca,itemKey:Po}=pe,Wa=[];if(Qr>0&&jr>0)for(let qo=Wr;qo<=Kr;qo++)for(let ds=Dr;ds<=kr;ds++)Wa.push((Sr=Ce.default)==null?void 0:Sr.call(Ce,{columnIndex:ds,data:Nr,key:Po({columnIndex:ds,data:Nr,rowIndex:qo}),isScrolling:ca?unref(qe).isScrolling:void 0,style:gr(qo,ds),rowIndex:qo}));return Wa},Mr=()=>{const Sr=resolveDynamicComponent(pe.innerElement),Dr=Cr();return[h$1(Sr,{style:unref(hr),ref:Ue},isString$3(Sr)?Dr:{default:()=>Dr})]};return()=>{const Sr=resolveDynamicComponent(pe.containerElement),{horizontalScrollbar:Dr,verticalScrollbar:kr}=Tr(),Wr=Mr();return h$1("div",{key:0,class:he.e("wrapper"),role:pe.role},[h$1(Sr,{class:pe.className,style:unref(mr),onScroll:Rr,ref:Ve},isString$3(Sr)?Wr:{default:()=>Wr}),Dr,kr])}}}),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$1h=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$1h,[["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$1g=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$1g,[["render",_sfc_render$6],["__file","option-item.vue"]]),ElSelectMenu=defineComponent({name:"ElSelectDropdown",props:{loading:Boolean,data:{type:Array,required:!0},hoveringIndex:Number,width:Number},setup(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 kt,tr;(tr=(kt=n.tooltipRef.value).updatePopper)==null||tr.call(kt)});const ie=computed(()=>isUndefined$1(n.props.estimatedOptionHeight)),oe=computed(()=>ie.value?{itemSize:n.props.itemHeight}:{estimatedSize:n.props.estimatedOptionHeight,itemSize:kt=>V.value[kt]}),ue=(kt=[],tr)=>{const{props:{valueKey:rr}}=n;return isObject$4(tr)?kt&&kt.some(ar=>toRaw(get(ar,rr))===get(tr,rr)):kt.includes(tr)},de=(kt,tr)=>{if(isObject$4(tr)){const{valueKey:rr}=n.props;return get(kt,rr)===get(tr,rr)}else return kt===tr},pe=(kt,tr)=>n.props.multiple?ue(kt,$(tr)):de(kt,$(tr)),Ie=(kt,tr)=>{const{disabled:rr,multiple:ar,multipleLimit:nr}=n.props;return rr||!tr&&(ar?nr>0&&kt.length>=nr:!1)},_e=kt=>e.hoveringIndex===kt;y({listRef:z,isSized:ie,isItemDisabled:Ie,isItemHovering:_e,isItemSelected:pe,scrollToItem:kt=>{const tr=z.value;tr&&tr.scrollToItem(kt)},resetScrollTop:()=>{const kt=z.value;kt&&kt.resetScrollTop()}});const Ne=kt=>{const{index:tr,data:rr,style:ar}=kt,nr=unref(ie),{itemSize:ur,estimatedSize:cr}=unref(oe),{modelValue:mr}=n.props,{onSelect:hr,onHover:br}=n,Rr=rr[tr];if(Rr.type==="Group")return createVNode(GroupItem,{item:Rr,style:ar,height:nr?ur:cr},null);const xr=pe(mr,Rr),Er=Ie(mr,xr),vr=_e(tr);return createVNode(OptionItem,mergeProps(kt,{selected:xr,disabled:j(Rr)||Er,created:!!Rr.created,hovering:vr,item:Rr,onSelect:hr,onHover:br}),{default:Ir=>{var Lr;return((Lr=t.default)==null?void 0:Lr.call(t,Ir))||createVNode("span",null,[L(Rr)])}})},{onKeyboardNavigate:Fe,onKeyboardSelect:Ve}=n,jt=()=>{Fe("forward")},Et=()=>{Fe("backward")},Ue=()=>{n.expanded=!1},qe=kt=>{const{code:tr}=kt,{tab:rr,esc:ar,down:nr,up:ur,enter:cr}=EVENT_CODE;switch(tr!==rr&&(kt.preventDefault(),kt.stopPropagation()),tr){case rr:case ar:{Ue();break}case nr:{jt();break}case ur:{Et();break}case cr:{Ve();break}}};return()=>{var kt,tr,rr,ar;const{data:nr,width:ur}=e,{height:cr,multiple:mr,scrollbarAlwaysOn:hr}=n.props,br=unref(ie)?FixedSizeList:DynamicSizeList;return createVNode("div",{class:[k.b("dropdown"),k.is("multiple",mr)],style:{width:`${ur}px`}},[(kt=t.header)==null?void 0:kt.call(t),((tr=t.loading)==null?void 0:tr.call(t))||((rr=t.empty)==null?void 0:rr.call(t))||createVNode(br,mergeProps({ref:z},unref(oe),{className:k.be("dropdown","list"),scrollbarAlwaysOn:hr,data:nr,height:cr,width:ur,total:nr.length,onKeydown:qe}),{default:Rr=>createVNode(Ne,Rr,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),_e=ref$1(null),Ce=ref$1(null),he=ref$1(null),Ne=ref$1(null),Fe=ref$1(null),Ve=ref$1(null),jt=ref$1(null),Et=ref$1(null),Ue=ref$1(null),qe=ref$1(null),kt=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&&!br.value&&(br.value=!0,pe.menuVisibleOnFocus=!0)},beforeBlur(Eo){var Fo,_s;return((Fo=he.value)==null?void 0:Fo.isFocusInsideContent(Eo))||((_s=Ne.value)==null?void 0:_s.isFocusInsideContent(Eo))},afterBlur(){br.value=!1,pe.menuVisibleOnFocus=!1}}),mr=ref$1([]),hr=ref$1([]),br=ref$1(!1),Rr=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}),Er=computed(()=>e.multiple?isArray$2(e.modelValue)&&e.modelValue.length>0:!de(e.modelValue)),vr=computed(()=>e.clearable&&!Rr.value&&pe.inputHovering&&Er.value),Ir=computed(()=>e.remote&&e.filterable?"":arrow_down_default),Lr=computed(()=>Ir.value&&n.is("reverse",br.value)),gr=computed(()=>($==null?void 0:$.validateState)||""),_r=computed(()=>ValidateComponentsMap[gr.value]),Fr=computed(()=>e.remote?300:0),zr=computed(()=>e.loading?e.loadingText||y("el.select.loading"):e.remote&&!pe.inputValue&&mr.value.length===0?!1:e.filterable&&pe.inputValue&&mr.value.length>0&&hr.value.length===0?e.noMatchText||y("el.select.noMatch"):mr.value.length===0?e.noDataText||y("el.select.noData"):null),Vr=Eo=>{const Fo=_s=>{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(_s)||""):!0};return e.loading?[]:[...pe.createdOptions,...e.options].reduce((_s,An)=>{const Vo=oe(An);if(isArray$2(Vo)){const pu=Vo.filter(Fo);pu.length>0&&_s.push({label:z(An),type:"Group"},...pu)}else(e.remote||Fo(An))&&_s.push(An);return _s},[])},Gr=()=>{mr.value=Vr(""),hr.value=Vr(pe.inputValue)},Tr=computed(()=>{const Eo=new Map;return mr.value.forEach((Fo,_s)=>{Eo.set(Ds(re(Fo)),{option:Fo,index:_s})}),Eo}),Cr=computed(()=>{const Eo=new Map;return hr.value.forEach((Fo,_s)=>{Eo.set(Ds(re(Fo)),{option:Fo,index:_s})}),Eo}),Mr=computed(()=>hr.value.every(Eo=>ie(Eo))),yr=useFormSize(),Sr=computed(()=>yr.value==="small"?"small":"default"),Dr=()=>{var Eo;Ie.value=((Eo=_e.value)==null?void 0:Eo.offsetWidth)||200},kr=()=>{if(!Ce.value)return 0;const Eo=window.getComputedStyle(Ce.value);return Number.parseFloat(Eo.gap||"6px")},Wr=computed(()=>{const Eo=kr();return{maxWidth:`${kt.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`})),jr=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||!Er.value?Fo:pe.selectedLabel}),ca=computed(()=>{var Eo,Fo;return(Fo=(Eo=he.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&&Cr.value.has(e.modelValue[Eo-1])){const{index:Fo}=Cr.value.get(e.modelValue[Eo-1]);return Fo}}else if(e.modelValue&&Cr.value.has(e.modelValue)){const{index:Eo}=Cr.value.get(e.modelValue);return Eo}return-1}),Wa=computed({get(){return br.value&&zr.value!==!1},set(Eo){br.value=Eo}}),qo=computed(()=>e.multiple?e.collapseTags?pe.cachedOptions.slice(0,e.maxCollapseTags):pe.cachedOptions:[]),ds=computed(()=>e.multiple?e.collapseTags?pe.cachedOptions.slice(e.maxCollapseTags):[]:[]),{createNewOption:Kn,removeNewOption:Hr,selectNewOption:Ar,clearAllNewOption:On}=useAllowCreate(e,pe),In=()=>{Rr.value||(pe.menuVisibleOnFocus?pe.menuVisibleOnFocus=!1:br.value=!br.value)},Sa=()=>{pe.inputValue.length>0&&!br.value&&(br.value=!0),Kn(pe.inputValue),qa(pe.inputValue)},sa=debounce(Sa,Fr.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),_s=Eo[0];pe.hoveringIndex=Ma(hr.value,Fo||_s)},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 _s=e.valueKey;let An=-1;return Eo.some((Vo,pu)=>get(Vo,_s)===get(Fo,_s)?(An=pu,!0):!1),An},Ds=Eo=>isObject$4(Eo)?get(Eo,e.valueKey):Eo,ps=()=>{Dr()},yl=()=>{pe.selectionWidth=Ce.value.getBoundingClientRect().width},$l=()=>{pe.calculatorWidth=Ve.value.getBoundingClientRect().width},Ou=()=>{pe.collapseItemWidth=kt.value.getBoundingClientRect().width},As=()=>{var Eo,Fo;(Fo=(Eo=he.value)==null?void 0:Eo.updatePopper)==null||Fo.call(Eo)},Uu=()=>{var Eo,Fo;(Fo=(Eo=Ne.value)==null?void 0:Eo.updatePopper)==null||Fo.call(Eo)},ju=Eo=>{if(e.multiple){let Fo=e.modelValue.slice();const _s=Ma(Fo,re(Eo));_s>-1?(Fo=[...Fo.slice(0,_s),...Fo.slice(_s+1)],pe.cachedOptions.splice(_s,1),Hr(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)),br.value=!1,Ar(Eo),Eo.created||On();Oc()},$c=(Eo,Fo)=>{let _s=e.modelValue.slice();const An=Ma(_s,re(Fo));An>-1&&!Rr.value&&(_s=[...e.modelValue.slice(0,An),...e.modelValue.slice(An+1)],pe.cachedOptions.splice(An,1),na(_s),t("remove-tag",re(Fo)),Hr(Fo)),Eo.stopPropagation(),Oc()},Oc=()=>{var Eo;(Eo=Fe.value)==null||Eo.focus()},vc=()=>{var Eo;(Eo=Fe.value)==null||Eo.blur()},Yl=()=>{pe.inputValue.length>0?pe.inputValue="":br.value=!1},ms=Eo=>findLastIndex(Eo,Fo=>!pe.cachedOptions.some(_s=>re(_s)===Fo&&ie(_s))),Rs=Eo=>{if(e.multiple&&Eo.code!==EVENT_CODE.delete&&pe.inputValue.length===0){Eo.preventDefault();const Fo=e.modelValue.slice(),_s=ms(Fo);if(_s<0)return;const An=Fo[_s];Fo.splice(_s,1);const Vo=pe.cachedOptions[_s];pe.cachedOptions.splice(_s,1),Hr(Vo),na(Fo),t("remove-tag",An)}},Hs=()=>{let Eo;isArray$2(e.modelValue)?Eo=[]:Eo=ue.value,e.multiple?pe.cachedOptions=[]:pe.selectedLabel="",br.value=!1,na(Eo),t("clear"),On(),Oc()},zs=(Eo,Fo=void 0)=>{const _s=hr.value;if(!["forward","backward"].includes(Eo)||Rr.value||_s.length<=0||Mr.value||tr.value)return;if(!br.value)return In();Fo===void 0&&(Fo=pe.hoveringIndex);let An=-1;Eo==="forward"?(An=Fo+1,An>=_s.length&&(An=0)):Eo==="backward"&&(An=Fo-1,(An<0||An>=_s.length)&&(An=_s.length-1));const Vo=_s[An];if(ie(Vo)||Vo.type==="Group")return zs(Eo,An);pe.hoveringIndex=An,pa(An)},Br=()=>{if(br.value)~pe.hoveringIndex&&hr.value[pe.hoveringIndex]&&ju(hr.value[pe.hoveringIndex]);else return In()},Zn=Eo=>{pe.hoveringIndex=Eo},hn=()=>{e.multiple?pe.hoveringIndex=hr.value.findIndex(Eo=>e.modelValue.some(Fo=>Ds(Fo)===Ds(Eo))):pe.hoveringIndex=hr.value.findIndex(Eo=>Ds(Eo)===Ds(e.modelValue))},Ln=Eo=>{if(pe.inputValue=Eo.target.value,e.remote)sa();else return Sa()},Vi=Eo=>{if(br.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=>{Ue.value.scrollToItem(Eo)},Ki=Eo=>{const Fo=Ds(Eo);if(Tr.value.has(Fo)){const{option:_s}=Tr.value.get(Fo);return _s}return{[V.value.value]:Eo,[V.value.label]:Eo}},Xo=()=>{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(Er.value){pe.previousValue=e.modelValue;const Eo=hr.value,Fo=Eo.findIndex(_s=>Ds(re(_s))===Ds(e.modelValue));~Fo?pe.selectedLabel=z(Eo[Fo]):pe.selectedLabel=Ds(e.modelValue)}else pe.selectedLabel="",pe.previousValue=void 0;On(),Dr()};return watch(br,Eo=>{Eo?qa(""):(pe.inputValue="",pe.previousQuery=null,pe.isBeforeHide=!0,Kn("")),t("visible-change",Eo)}),watch(()=>e.modelValue,(Eo,Fo)=>{var _s;(!Eo||e.multiple&&Eo.toString()!==pe.previousValue||!e.multiple&&Ds(Eo)!==Ds(pe.previousValue))&&Xo(),!isEqual$1(Eo,Fo)&&e.validateEvent&&((_s=$==null?void 0:$.validate)==null||_s.call($,"change").catch(An=>void 0))},{deep:!0}),watch(()=>e.options,()=>{const Eo=Fe.value;(!Eo||Eo&&document.activeElement!==Eo)&&Xo()},{deep:!0,flush:"post"}),watch(()=>hr.value,()=>Ue.value&&nextTick$1(Ue.value.resetScrollTop)),watchEffect(()=>{pe.isBeforeHide||Gr()}),watchEffect(()=>{const{valueKey:Eo,options:Fo}=e,_s=new Map;for(const An of Fo){const Vo=re(An);let pu=Vo;if(isObject$4(pu)&&(pu=get(Vo,Eo)),_s.get(pu))break;_s.set(pu,!0)}}),onMounted(()=>{Xo()}),useResizeObserver(_e,ps),useResizeObserver(Ce,yl),useResizeObserver(Ve,$l),useResizeObserver(Ue,As),useResizeObserver(ur,As),useResizeObserver(qe,Uu),useResizeObserver(kt,Ou),{inputId:j,collapseTagSize:Sr,currentPlaceholder:Qr,expanded:br,emptyText:zr,popupHeight:xr,debounce:Fr,allOptions:mr,filteredOptions:hr,iconComponent:Ir,iconReverse:Lr,tagStyle:Wr,collapseTagStyle:Kr,inputStyle:Nr,popperSize:Ie,dropdownMenuVisible:Wa,hasModelValue:Er,shouldShowPlaceholder:jr,selectDisabled:Rr,selectSize:yr,showClearBtn:vr,states:pe,isFocused:cr,nsSelect:n,nsInput:k,calculatorRef:Ve,inputRef:Fe,menuRef:Ue,tagMenuRef:qe,tooltipRef:he,tagTooltipRef:Ne,selectRef:_e,wrapperRef:ur,selectionRef:Ce,prefixRef:jt,suffixRef:Et,collapseItemRef:kt,popperRef:ca,validateState:gr,validateIcon:_r,showTagList:qo,collapseTagList:ds,debouncedOnInputChange:sa,deleteTag:$c,getLabel:z,getValue:re,getDisabled:ie,getValueKey:Ds,handleClear:Hs,handleClickOutside:Vi,handleDel:Rs,handleEsc:Yl,focus:Oc,blur:vc,handleMenuEnter:Wi,handleResize:ps,resetSelectionWidth:yl,resetCalculatorWidth:$l,updateTooltip:As,updateTagTooltip:Uu,updateOptions:Gr,toggleMenu:In,scrollTo:pa,onInput:Ln,onKeyboardNavigate:zs,onKeyboardSelect:Br,onSelect:ju,onHover:Zn,handleCompositionStart:rr,handleCompositionEnd:ar,handleCompositionUpdate:nr}},_sfc_main$1f=defineComponent({name:"ElSelectV2",components:{ElSelectMenu,ElTag,ElTooltip,ElIcon},directives:{ClickOutside},props:SelectProps,emits:[UPDATE_MODEL_EVENT,CHANGE_EVENT,"remove-tag","clear","visible-change","focus","blur"],setup(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$1f,[["render",_sfc_render$5],["__file","select.vue"]]);const ElSelectV2=withInstall(Select),skeletonProps=buildProps({animated:{type:Boolean,default:!1},count:{type:Number,default:1},rows:{type:Number,default:3},loading:{type:Boolean,default:!0},throttle:{type:Number}}),skeletonItemProps=buildProps({variant:{type:String,values:["circle","rect","h1","h3","text","caption","p","image","button"],default:"text"}}),__default__$D=defineComponent({name:"ElSkeletonItem"}),_sfc_main$1e=defineComponent({...__default__$D,props:skeletonItemProps,setup(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$1e,[["__file","skeleton-item.vue"]]);const __default__$C=defineComponent({name:"ElSkeleton"}),_sfc_main$1d=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$1d,[["__file","skeleton.vue"]]);const ElSkeleton=withInstall(Skeleton,{SkeletonItem}),ElSkeletonItem=withNoopInstall(SkeletonItem),sliderContextKey=Symbol("sliderContextKey"),sliderProps=buildProps({modelValue:{type:definePropType([Number,Array]),default:0},id:{type:String,default:void 0},min:{type:Number,default:0},max:{type:Number,default:100},step:{type:Number,default:1},showInput:Boolean,showInputControls:{type:Boolean,default:!0},size:useSizeProp,inputSize:useSizeProp,showStops:Boolean,showTooltip:{type:Boolean,default:!0},formatTooltip:{type:definePropType(Function),default:void 0},disabled:Boolean,range:Boolean,vertical:Boolean,height:String,debounce:{type:Number,default:300},rangeStartLabel:{type:String,default:void 0},rangeEndLabel:{type:String,default:void 0},formatValueText:{type:definePropType(Function),default:void 0},tooltipClass:{type:String,default:void 0},placement:{type:String,values:Ee,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"}`])},_e=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=_e(tr);return rr.value.setPosition(tr),rr},he=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)},Ve=async()=>{await nextTick$1(),y(CHANGE_EVENT,e.range?[re.value,ie.value]:e.modelValue)},jt=tr=>{var rr,ar,nr,ur,cr,mr;if(z.value||t.dragging)return;Ie();let hr=0;if(e.vertical){const br=(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-br)/t.sliderSize*100}else{const br=(mr=(cr=(ur=tr.touches)==null?void 0:ur.item(0))==null?void 0:cr.clientX)!=null?mr:tr.clientX,Rr=L.value.getBoundingClientRect().left;hr=(br-Rr)/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:Ve,onSliderWrapperPrevent:tr=>{var rr,ar;((rr=V.firstButton.value)!=null&&rr.dragging||(ar=V.secondButton.value)!=null&&ar.dragging)&&tr.preventDefault()},onSliderClick:tr=>{jt(tr)&&Ve()},onSliderDown:async tr=>{const rr=jt(tr);rr&&(await nextTick$1(),rr.value.onButtonDown(tr))},onSliderMarkerDown:tr=>{z.value||t.dragging||Ce(tr)},setFirstValue:he,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:_e,hideTooltip:Ce}=useTooltip(e,re,j),he=ref$1(),Ne=computed(()=>`${(e.modelValue-k.value)/(L.value-k.value)*100}%`),Fe=computed(()=>e.vertical?{bottom:Ne.value}:{left:Ne.value}),Ve=()=>{t.hovering=!0,_e()},jt=()=>{t.hovering=!1,t.dragging||Ce()},Et=xr=>{n.value||(xr.preventDefault(),mr(xr),window.addEventListener("mousemove",hr),window.addEventListener("touchmove",hr),window.addEventListener("mouseup",br),window.addEventListener("touchend",br),window.addEventListener("contextmenu",br),he.value.focus())},Ue=xr=>{n.value||(t.newPosition=Number.parseFloat(Ne.value)+xr/(L.value-k.value)*100,Rr(t.newPosition),ie())},qe=()=>{Ue(-$.value)},kt=()=>{Ue($.value)},tr=()=>{Ue(-$.value*4)},rr=()=>{Ue($.value*4)},ar=()=>{n.value||(Rr(0),ie())},nr=()=>{n.value||(Rr(100),ie())},ur=xr=>{let Er=!0;[left,down].includes(xr.key)?qe():[right,up].includes(xr.key)?kt():xr.key===home?ar():xr.key===end?nr():xr.key===pageDown?tr():xr.key===pageUp?rr():Er=!1,Er&&xr.preventDefault()},cr=xr=>{let Er,vr;return xr.type.startsWith("touch")?(vr=xr.touches[0].clientY,Er=xr.touches[0].clientX):(vr=xr.clientY,Er=xr.clientX),{clientX:Er,clientY:vr}},mr=xr=>{t.dragging=!0,t.isClick=!0;const{clientX:Er,clientY:vr}=cr(xr);e.vertical?t.startY=vr:t.startX=Er,t.startPosition=Number.parseFloat(Ne.value),t.newPosition=t.startPosition},hr=xr=>{if(t.dragging){t.isClick=!1,_e(),oe();let Er;const{clientX:vr,clientY:Ir}=cr(xr);e.vertical?(t.currentY=Ir,Er=(t.startY-t.currentY)/z.value*100):(t.currentX=vr,Er=(t.currentX-t.startX)/z.value*100),t.newPosition=t.startPosition+Er,Rr(t.newPosition)}},br=()=>{t.dragging&&(setTimeout(()=>{t.dragging=!1,t.hovering||Ce(),t.isClick||Rr(t.newPosition),ie()},0),window.removeEventListener("mousemove",hr),window.removeEventListener("touchmove",hr),window.removeEventListener("mouseup",br),window.removeEventListener("touchend",br),window.removeEventListener("contextmenu",br))},Rr=async xr=>{if(xr===null||Number.isNaN(+xr))return;xr<0?xr=0:xr>100&&(xr=100);const Er=100/((L.value-k.value)/$.value);let Ir=Math.round(xr/Er)*Er*(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&&_e(),de.value.updatePopper()};return watch(()=>t.dragging,xr=>{ue(xr)}),useEventListener(he,"touchstart",Et,{passive:!1}),{disabled:n,button:he,tooltip:de,tooltipVisible:pe,showTooltip:j,wrapperStyle:Fe,formatValue:Ie,handleMouseEnter:Ve,handleMouseLeave:jt,onButtonDown:Et,onKeyDown:ur,setPosition:Rr}},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$1c=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:_e}=useSliderButton(n,L,y),{hovering:Ce,dragging:he}=toRefs(L);return t({onButtonDown:pe,onKeyDown:Ie,setPosition:_e,hovering:Ce,dragging:he}),(Ne,Fe)=>(openBlock(),createElementBlock("div",{ref_key:"button",ref:j,class:normalizeClass([unref(k).e("button-wrapper"),{hover:unref(Ce),dragging:unref(he)}]),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(he)}])},null,2)]),_:1},8,["visible","placement","popper-class","disabled"])],46,["tabindex","onMouseenter","onMouseleave","onMousedown","onFocus","onBlur","onKeydown"]))}});var SliderButton=_export_sfc$1(_sfc_main$1c,[["__file","button.vue"]]);const sliderMarkerProps=buildProps({mark:{type:definePropType([String,Object]),default:void 0}});var SliderMarker=defineComponent({name:"ElSliderMarker",props:sliderMarkerProps,setup(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$1b=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:_e,onSliderWrapperPrevent:Ce,onSliderClick:he,onSliderDown:Ne,onSliderMarkerDown:Fe,setFirstValue:Ve,setSecondValue:jt}=useSlide(n,$,y),{stops:Et,getStopStyle:Ue}=useStops(n,$,oe,ue),{inputId:qe,isLabeledByFormItem:kt}=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(Er.value):`${Er.value}`),cr=computed(()=>n.rangeEndLabel||L("el.slider.defaultRangeEndLabel")),mr=computed(()=>n.formatValueText?n.formatValueText(vr.value):`${vr.value}`),hr=computed(()=>[k.b(),k.m(tr.value),k.is("vertical",n.vertical),{[k.m("with-input")]:n.showInput}]),br=useMarks(n);useWatch(n,$,oe,ue,y,j);const Rr=computed(()=>{const gr=[n.min,n.max,n.step].map(_r=>{const Fr=`${_r}`.split(".")[1];return Fr?Fr.length:0});return Math.max.apply(null,gr)}),{sliderWrapper:xr}=useLifecycle(n,$,Ie),{firstValue:Er,secondValue:vr,sliderSize:Ir}=toRefs($),Lr=gr=>{$.dragging=gr};return useEventListener(xr,"touchstart",Ce,{passive:!1}),useEventListener(xr,"touchmove",Ce,{passive:!1}),provide(sliderContextKey,{...toRefs(n),sliderSize:Ir,disabled:ie,precision:Rr,emitChange:_e,resetSize:Ie,updateDragging:Lr}),t({onSliderClick:he}),(gr,_r)=>{var Fr,zr;return openBlock(),createElementBlock("div",{id:gr.range?unref(qe):void 0,ref_key:"sliderWrapper",ref:xr,class:normalizeClass(unref(hr)),role:gr.range?"group":void 0,"aria-label":gr.range&&!unref(kt)?unref(ar):void 0,"aria-labelledby":gr.range&&unref(kt)?(Fr=unref(j))==null?void 0:Fr.labelId:void 0},[createBaseVNode("div",{ref_key:"slider",ref:V,class:normalizeClass([unref(k).e("runway"),{"show-input":gr.showInput&&!gr.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:gr.range?void 0:unref(qe),ref_key:"firstButton",ref:z,"model-value":unref(Er),vertical:gr.vertical,"tooltip-class":gr.tooltipClass,placement:gr.placement,role:"slider","aria-label":gr.range||!unref(kt)?unref(nr):void 0,"aria-labelledby":!gr.range&&unref(kt)?(zr=unref(j))==null?void 0:zr.labelId:void 0,"aria-valuemin":gr.min,"aria-valuemax":gr.range?unref(vr):gr.max,"aria-valuenow":unref(Er),"aria-valuetext":unref(ur),"aria-orientation":gr.vertical?"vertical":"horizontal","aria-disabled":unref(ie),"onUpdate:modelValue":unref(Ve)},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"]),gr.range?(openBlock(),createBlock(SliderButton,{key:0,ref_key:"secondButton",ref:re,"model-value":unref(vr),vertical:gr.vertical,"tooltip-class":gr.tooltipClass,placement:gr.placement,role:"slider","aria-label":unref(cr),"aria-valuemin":unref(Er),"aria-valuemax":gr.max,"aria-valuenow":unref(vr),"aria-valuetext":unref(mr),"aria-orientation":gr.vertical?"vertical":"horizontal","aria-disabled":unref(ie),"onUpdate:modelValue":unref(jt)},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),gr.showStops?(openBlock(),createElementBlock("div",{key:1},[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(Et),(Vr,Gr)=>(openBlock(),createElementBlock("div",{key:Gr,class:normalizeClass(unref(k).e("stop")),style:normalizeStyle(unref(Ue)(Vr))},null,6))),128))])):createCommentVNode("v-if",!0),unref(br).length>0?(openBlock(),createElementBlock(Fragment,{key:2},[createBaseVNode("div",null,[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(br),(Vr,Gr)=>(openBlock(),createElementBlock("div",{key:Gr,style:normalizeStyle(unref(Ue)(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(br),(Vr,Gr)=>(openBlock(),createBlock(unref(SliderMarker),{key:Gr,mark:Vr.mark,style:normalizeStyle(unref(Ue)(Vr.position)),onMousedown:withModifiers(Tr=>unref(Fe)(Vr.position),["stop"])},null,8,["mark","style","onMousedown"]))),128))],2)],64)):createCommentVNode("v-if",!0)],46,["onMousedown","onTouchstartPassive"]),gr.showInput&&!gr.range?(openBlock(),createBlock(unref(ElInputNumber),{key:0,ref:"input","model-value":unref(Er),class:normalizeClass(unref(k).e("input")),step:gr.step,disabled:unref(ie),controls:gr.showInputControls,min:gr.min,max:gr.max,precision:unref(Rr),debounce:gr.debounce,size:unref(rr),"onUpdate:modelValue":unref(Ve),onChange:unref(_e)},null,8,["model-value","class","step","disabled","controls","min","max","precision","debounce","size","onUpdate:modelValue","onChange"])):createCommentVNode("v-if",!0)],10,["id","role","aria-label","aria-labelledby"])}}});var Slider=_export_sfc$1(_sfc_main$1b,[["__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$1a=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$1a,[["__file","statistic.vue"]]);const ElStatistic=withInstall(Statistic),countdownProps=buildProps({format:{type:String,default:"HH:mm:ss"},prefix:String,suffix:String,title:String,value:{type:definePropType([Number,Object]),default:0},valueStyle:{type:definePropType([String,Object,Array])}}),countdownEmits={finish:()=>!0,[CHANGE_EVENT]: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$19=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$19,[["__file","countdown.vue"]]);const ElCountdown=withInstall(Countdown),stepsProps=buildProps({space:{type:[Number,String],default:""},active:{type:Number,default:0},direction:{type:String,default:"horizontal",values:["horizontal","vertical"]},alignCenter:{type:Boolean},simple:{type:Boolean},finishStatus:{type:String,values:["wait","process","finish","error","success"],default:"finish"},processStatus:{type:String,values:["wait","process","finish","error","success"],default:"process"}}),stepsEmits={[CHANGE_EVENT]:(e,t)=>[e,t].every(isNumber$3)},__default__$x=defineComponent({name:"ElSteps"}),_sfc_main$18=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$18,[["__file","steps.vue"]]);const stepProps=buildProps({title:{type:String,default:""},icon:{type:iconPropType},description:{type:String,default:""},status:{type:String,values:["","wait","process","finish","error","success"],default:""}}),__default__$w=defineComponent({name:"ElStep"}),_sfc_main$17=defineComponent({...__default__$w,props:stepProps,setup(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],([Ve])=>{Ne(Ve)},{immediate:!0})}),onBeforeUnmount(()=>{$.removeStep(Fe.uid)});const V=computed(()=>t.status||L.value),z=computed(()=>{const Ve=$.steps.value[n.value-1];return Ve?Ve.currentStatus:"wait"}),re=computed(()=>$.props.alignCenter),ie=computed(()=>$.props.direction==="vertical"),oe=computed(()=>$.props.simple),ue=computed(()=>$.steps.value.length),de=computed(()=>{var Ve;return((Ve=$.steps.value[ue.value-1])==null?void 0:Ve.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)]),_e=computed(()=>{const Ve={flexBasis:isNumber$3(pe.value)?`${pe.value}px`:pe.value?pe.value:`${100/(ue.value-(re.value?0:1))}%`};return ie.value||de.value&&(Ve.maxWidth=`${100/ue.value}%`),Ve}),Ce=Ve=>{n.value=Ve},he=Ve=>{const jt=Ve==="wait",Et={transitionDelay:`${jt?"-":""}${150*n.value}ms`},Ue=Ve===$.props.processStatus||jt?0:100;Et.borderWidth=Ue&&!oe.value?"1px":0,Et[$.props.direction==="vertical"?"height":"width"]=`${Ue}%`,k.value=Et},Ne=Ve=>{Ve>n.value?L.value=$.props.finishStatus:Ve===n.value&&z.value!=="error"?L.value=$.props.processStatus:L.value="wait";const jt=$.steps.value[n.value-1];jt&&jt.calcProgress(L.value)},Fe=reactive({uid:j.uid,currentStatus:V,setIndex:Ce,calcProgress:he});return $.addStep(Fe),(Ve,jt)=>(openBlock(),createElementBlock("div",{style:normalizeStyle(unref(_e)),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(Ve.icon||Ve.$slots.icon?"icon":"text")])},[renderSlot(Ve.$slots,"icon",{},()=>[Ve.icon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(y).e("icon-inner"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(Ve.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(Ve.$slots,"title",{},()=>[createTextVNode(toDisplayString(Ve.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(Ve.$slots,"description",{},()=>[createTextVNode(toDisplayString(Ve.description),1)])],2))],2)],6))}});var Step=_export_sfc$1(_sfc_main$17,[["__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$16=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",_e.value)]),ue=computed(()=>[$.e("label"),$.em("label","left"),$.is("active",!_e.value)]),de=computed(()=>[$.e("label"),$.em("label","right"),$.is("active",_e.value)]),pe=computed(()=>({width:addUnit(n.width)}));watch(()=>n.modelValue,()=>{z.value=!0});const Ie=computed(()=>z.value?n.modelValue:!1),_e=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(_e,Fe=>{var Ve;re.value.checked=Fe,n.validateEvent&&((Ve=k==null?void 0:k.validate)==null||Ve.call(k,"change").catch(jt=>void 0))});const Ce=()=>{const Fe=_e.value?n.inactiveValue:n.activeValue;y(UPDATE_MODEL_EVENT,Fe),y(CHANGE_EVENT,Fe),y(INPUT_EVENT,Fe),nextTick$1(()=>{re.value.checked=_e.value})},he=()=>{if(V.value)return;const{beforeChange:Fe}=n;if(!Fe){Ce();return}const Ve=Fe();[isPromise(Ve),isBoolean$2(Ve)].includes(!0)||throwError(COMPONENT_NAME$8,"beforeChange must return type `Promise<boolean>` or `boolean`"),isPromise(Ve)?Ve.then(Et=>{Et&&Ce()}).catch(Et=>{}):Ve&&Ce()},Ne=()=>{var Fe,Ve;(Ve=(Fe=re.value)==null?void 0:Fe.focus)==null||Ve.call(Fe)};return onMounted(()=>{re.value.checked=_e.value}),t({focus:Ne,checked:_e}),(Fe,Ve)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(oe)),onClick:withModifiers(he,["prevent"])},[createBaseVNode("input",{id:unref(j),ref_key:"input",ref:re,class:normalizeClass(unref($).e("input")),type:"checkbox",role:"switch","aria-checked":unref(_e),"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(he,["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(_e)},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(_e)?Fe.activeIcon:Fe.inactiveIcon)))]),_:1},8,["class"])):Fe.activeText||Fe.inactiveText?(openBlock(),createElementBlock("span",{key:1,class:normalizeClass(unref($).is("text")),"aria-hidden":!unref(_e)},toDisplayString(unref(_e)?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(_e)?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(_e)?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(_e)},toDisplayString(Fe.activeText),9,["aria-hidden"])):createCommentVNode("v-if",!0)],2)):createCommentVNode("v-if",!0)],10,["onClick"]))}});var Switch=_export_sfc$1(_sfc_main$16,[["__file","switch.vue"]]);const ElSwitch=withInstall(Switch),getCell=function(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,he=Object.keys(L.value),Ne={};return he.length&&he.forEach(Fe=>{if(L.value[Fe].length){const Ve={children:[]};L.value[Fe].forEach(jt=>{const Et=getRowIdentity(jt,Ce);Ve.children.push(Et),jt[$.value]&&!Ne[Et]&&(Ne[Et]={children:[]})}),Ne[Fe]=Ve}}),Ne}),oe=Ce=>{const he=e.rowKey.value,Ne={};return walkTreeNode(Ce,(Fe,Ve,jt)=>{const Et=getRowIdentity(Fe,he);Array.isArray(Ve)?Ne[Et]={children:Ve.map(Ue=>getRowIdentity(Ue,he)),level:jt}:k.value&&(Ne[Et]={children:[],lazy:!0,level:jt})},j.value,$.value),Ne},ue=(Ce=!1,he=(Ne=>(Ne=z.store)==null?void 0:Ne.states.defaultExpandAll.value)())=>{var Ne;const Fe=re.value,Ve=ie.value,jt=Object.keys(Fe),Et={};if(jt.length){const Ue=unref(y),qe=[],kt=(rr,ar)=>{if(Ce)return t.value?he||t.value.includes(ar):!!(he||rr!=null&&rr.expanded);{const nr=he||t.value&&t.value.includes(ar);return!!(rr!=null&&rr.expanded||nr)}};jt.forEach(rr=>{const ar=Ue[rr],nr={...Fe[rr]};if(nr.expanded=kt(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(Ve);k.value&&tr.length&&qe.length&&tr.forEach(rr=>{const ar=Ue[rr],nr=Ve[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:kt(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,he)=>{z.store.assertRowKey();const Ne=e.rowKey.value,Fe=getRowIdentity(Ce,Ne),Ve=Fe&&y.value[Fe];if(Fe&&Ve&&"expanded"in Ve){const jt=Ve.expanded;he=typeof he>"u"?!Ve.expanded:he,y.value[Fe].expanded=he,jt!==he&&z.emit("expand-change",Ce,he),z.store.updateTableScrollY()}},Ie=Ce=>{z.store.assertRowKey();const he=e.rowKey.value,Ne=getRowIdentity(Ce,he),Fe=y.value[Ne];k.value&&Fe&&"loaded"in Fe&&!Fe.loaded?_e(Ce,Ne,Fe):pe(Ce,void 0)},_e=(Ce,he,Ne)=>{const{load:Fe}=z.props;Fe&&!y.value[he].loaded&&(y.value[he].loading=!0,Fe(Ce,Ne,Ve=>{if(!Array.isArray(Ve))throw new TypeError("[ElTable] data must be an array");y.value[he].loading=!1,y.value[he].loaded=!0,y.value[he].expanded=!0,Ve.length&&(L.value[he]=Ve),z.emit("expand-change",Ce,!0)}))};return{loadData:_e,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),_e=ref$1(0),Ce=ref$1(0),he=ref$1(!1),Ne=ref$1([]),Fe=ref$1(!1),Ve=ref$1(!1),jt=ref$1(null),Et=ref$1({}),Ue=ref$1(null),qe=ref$1(null),kt=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 Hr;(Hr=Kn.children)==null||Hr.forEach(Ar=>{Ar.fixed=Kn.fixed,nr(Ar)})},ur=()=>{j.value.forEach(In=>{nr(In)}),re.value=j.value.filter(In=>In.fixed===!0||In.fixed==="left"),ie.value=j.value.filter(In=>In.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(In=>!In.fixed);V.value=[].concat(re.value).concat(Kn).concat(ie.value);const Hr=doFlattenColumns(Kn),Ar=doFlattenColumns(re.value),On=doFlattenColumns(ie.value);Ie.value=Hr.length,_e.value=Ar.length,Ce.value=On.length,z.value=[].concat(Ar).concat(Hr).concat(On),$.value=re.value.length>0||ie.value.length>0},cr=(Kn,Hr=!1)=>{Kn&&ur(),Hr?t.state.doLayout():t.state.debouncedUpdateLayout()},mr=Kn=>Ne.value.includes(Kn),hr=()=>{he.value=!1;const Kn=Ne.value;Ne.value=[],Kn.length&&t.emit("selection-change",[])},br=()=>{let Kn;if(n.value){Kn=[];const Hr=getKeysMap(Ne.value,n.value),Ar=getKeysMap(k.value,n.value);for(const On in Hr)hasOwn$1(Hr,On)&&!Ar[On]&&Kn.push(Hr[On].row)}else Kn=Ne.value.filter(Hr=>!k.value.includes(Hr));if(Kn.length){const Hr=Ne.value.filter(Ar=>!Kn.includes(Ar));Ne.value=Hr,t.emit("selection-change",Hr.slice())}},Rr=()=>(Ne.value||[]).slice(),xr=(Kn,Hr,Ar=!0)=>{var On,In,Sa,sa;const qa={children:(In=(On=t==null?void 0:t.store)==null?void 0:On.states)==null?void 0:In.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,Hr,qa,jt.value)){const Hi=(Ne.value||[]).slice();Ar&&t.emit("select",Hi,Kn),t.emit("selection-change",Hi)}},Er=()=>{var Kn,Hr;const Ar=Ve.value?!he.value:!(he.value||Ne.value.length);he.value=Ar;let On=!1,In=0;const Sa=(Hr=(Kn=t==null?void 0:t.store)==null?void 0:Kn.states)==null?void 0:Hr.rowKey.value,{childrenColumnName:sa}=t.store.states,qa={children:sa.value,checkStrictly:!1};k.value.forEach((To,Hi)=>{const na=Hi+In;toggleRowStatus(Ne.value,To,Ar,qa,jt.value,na)&&(On=!0),In+=Lr(getRowIdentity(To,Sa))}),On&&t.emit("selection-change",Ne.value?Ne.value.slice():[]),t.emit("select-all",(Ne.value||[]).slice())},vr=()=>{const Kn=getKeysMap(Ne.value,n.value);k.value.forEach(Hr=>{const Ar=getRowIdentity(Hr,n.value),On=Kn[Ar];On&&(Ne.value[On.index]=Hr)})},Ir=()=>{var Kn;if(((Kn=k.value)==null?void 0:Kn.length)===0){he.value=!1;return}const{childrenColumnName:Hr}=t.store.states,Ar=n.value?getKeysMap(Ne.value,n.value):void 0;let On=0,In=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=jt.value&&jt.value.call(null,na,On);if(Sa(na))In++;else if(!jt.value||Ma)return!1;if(On++,(Hi=na[Hr.value])!=null&&Hi.length&&!sa(na[Hr.value]))return!1}return!0},qa=sa(k.value||[]);he.value=In===0?!1:qa},Lr=Kn=>{var Hr;if(!t||!t.store)return 0;const{treeData:Ar}=t.store.states;let On=0;const In=(Hr=Ar.value[Kn])==null?void 0:Hr.children;return In&&(On+=In.length,In.forEach(Sa=>{On+=Lr(Sa)})),On},gr=(Kn,Hr)=>{Array.isArray(Kn)||(Kn=[Kn]);const Ar={};return Kn.forEach(On=>{Et.value[On.id]=Hr,Ar[On.columnKey||On.id]=Hr}),Ar},_r=(Kn,Hr,Ar)=>{qe.value&&qe.value!==Kn&&(qe.value.order=null),qe.value=Kn,kt.value=Hr,tr.value=Ar},Fr=()=>{let Kn=unref(L);Object.keys(Et.value).forEach(Hr=>{const Ar=Et.value[Hr];if(!Ar||Ar.length===0)return;const On=getColumnById({columns:z.value},Hr);On&&On.filterMethod&&(Kn=Kn.filter(In=>Ar.some(Sa=>On.filterMethod.call(null,Sa,In,On))))}),Ue.value=Kn},zr=()=>{k.value=sortData(Ue.value,{sortingColumn:qe.value,sortProp:kt.value,sortOrder:tr.value})},Vr=(Kn=void 0)=>{Kn&&Kn.filter||Fr(),zr()},Gr=Kn=>{const{tableHeaderRef:Hr}=t.refs;if(!Hr)return;const Ar=Object.assign({},Hr.filterPanels),On=Object.keys(Ar);if(On.length)if(typeof Kn=="string"&&(Kn=[Kn]),Array.isArray(Kn)){const In=Kn.map(Sa=>getColumnByKey({columns:z.value},Sa));On.forEach(Sa=>{const sa=In.find(qa=>qa.id===Sa);sa&&(sa.filteredValue=[])}),t.store.commit("filterChange",{column:In,values:[],silent:!0,multi:!0})}else On.forEach(In=>{const Sa=z.value.find(sa=>sa.id===In);Sa&&(Sa.filteredValue=[])}),Et.value={},t.store.commit("filterChange",{column:{},values:[],silent:!0})},Tr=()=>{qe.value&&(_r(null,null,null),t.store.commit("changeSortCondition",{silent:!0}))},{setExpandRowKeys:Cr,toggleRowExpansion:Mr,updateExpandRows:yr,states:Sr,isRowExpanded:Dr}=useExpand({data:k,rowKey:n}),{updateTreeExpandKeys:kr,toggleTreeExpansion:Wr,updateTreeData:Kr,loadOrToggle:Nr,states:jr}=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:mr,clearSelection:hr,cleanSelection:br,getSelectionRows:Rr,toggleRowSelection:xr,_toggleAllSelection:Er,toggleAllSelection:null,updateSelectionByRowKey:vr,updateAllSelected:Ir,updateFilters:gr,updateCurrentRow:ca,updateSort:_r,execFilter:Fr,execSort:zr,execQuery:Vr,clearFilter:Gr,clearSort:Tr,toggleRowExpansion:Mr,setExpandRowKeysAdapter:Kn=>{Cr(Kn),kr(Kn)},setCurrentRowKey:Po,toggleRowExpansionAdapter:(Kn,Hr)=>{z.value.some(({type:On})=>On==="expand")?Mr(Kn,Hr):Wr(Kn,Hr)},isRowExpanded:Dr,updateExpandRows:yr,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:_e,rightFixedLeafColumnsLength:Ce,isAllSelected:he,selection:Ne,reserveSelection:Fe,selectOnIndeterminate:Ve,selectable:jt,filters:Et,filteredData:Ue,sortingColumn:qe,sortProp:kt,sortOrder:tr,hoverRow:rr,...Sr,...jr,...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$15=defineComponent({name:"ElTableFilterPanel",components:{ElCheckbox,ElCheckboxGroup,ElScrollbar,ElTooltip,ElIcon,ArrowDown:arrow_down_default,ArrowUp:arrow_up_default},directives:{ClickOutside},props:{placement:{type:String,default:"bottom-start"},store:{type:Object},column:{type:Object},upDataColumn:{type:Function}},setup(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=()=>{he(re.value),ue()},_e=()=>{re.value=[],he(re.value),ue()},Ce=Fe=>{z.value=Fe,he(typeof Fe<"u"&&Fe!==null?re.value:[]),ue()},he=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,Ve;return(Ve=(Fe=$.value)==null?void 0:Fe.popperRef)==null?void 0:Ve.contentRef});return{tooltipVisible:L,multiple:ie,filterClassName:V,filteredValue:re,filterValue:z,filters:j,handleConfirm:Ie,handleReset:_e,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$15,[["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 _e=n;t("set-drag-visible",!0);const he=(_e==null?void 0:_e.vnode.el).getBoundingClientRect().left,Ne=y.vnode.el.querySelector(`th.${Ie.id}`),Fe=Ne.getBoundingClientRect(),Ve=Fe.left-he+30;addClass(Ne,"noclick"),z.value={startMouseLeft:pe.clientX,startLeft:Fe.right-he,startColumnLeft:Fe.left-he,tableLeft:he};const jt=_e==null?void 0:_e.refs.resizeProxy;jt.style.left=`${z.value.startLeft}px`,document.onselectstart=function(){return!1},document.ondragstart=function(){return!1};const Et=qe=>{const kt=qe.clientX-z.value.startMouseLeft,tr=z.value.startLeft+kt;jt.style.left=`${Math.max(Ve,tr)}px`},Ue=()=>{if(V.value){const{startColumnLeft:qe,startLeft:kt}=z.value,rr=Number.parseInt(jt.style.left,10)-qe;Ie.width=Ie.realWidth=rr,_e==null||_e.emit("header-dragend",Ie.width,kt-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",Ue),document.onselectstart=null,document.ondragstart=null,setTimeout(()=>{removeClass(Ne,"noclick")},0)};document.addEventListener("mousemove",Et),document.addEventListener("mouseup",Ue)}},ie=(pe,Ie)=>{if(Ie.children&&Ie.children.length>0)return;const _e=pe.target;if(!isElement$2(_e))return;const Ce=_e==null?void 0:_e.closest("th");if(!(!Ie||!Ie.resizable)&&!V.value&&e.border){const he=Ce.getBoundingClientRect(),Ne=document.body.style;he.width>12&&he.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 _e=Ie.indexOf(pe||null);return Ie[_e>Ie.length-2?0:_e+1]},de=(pe,Ie,_e)=>{var Ce;pe.stopPropagation();const he=Ie.order===_e?null:_e||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 Ve=e.store.states;let jt=Ve.sortProp.value,Et;const Ue=Ve.sortingColumn.value;(Ue!==Ie||Ue===Ie&&Ue.order===null)&&(Ue&&(Ue.order=null),Ve.sortingColumn.value=Ie,jt=Ie.property),he?Et=Ie.order=he:Et=Ie.order=null,Ve.sortProp.value=jt,Ve.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:Ve,order:jt}=e.defaultSort;n==null||n.store.commit("sort",{prop:Ve,order:jt,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:_e,getHeaderCellClass:Ce}=useStyle$2(e),{isGroup:he,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:_e,handleHeaderClick:V,handleHeaderContextMenu:z,handleMouseDown:re,handleMouseMove:ie,handleMouseOut:oe,handleSortClick:ue,handleFilterClick:de,isGroup:he,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,_e)=>h$1("tr",{class:L(_e),key:_e,style:$(_e)},Ie.map((Ce,he)=>(Ce.rowSpan>pe&&(pe=Ce.rowSpan),h$1("th",{class:k(_e,he,Ie,Ce),colspan:Ce.colSpan,key:`${Ce.id}-thead`,rowspan:Ce.rowSpan,style:n(_e,he,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:he,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 _e;const Ce=t,he=getCell(de);let Ne;const Fe=(_e=Ce==null?void 0:Ce.vnode.el)==null?void 0:_e.dataset.prefix;he&&(Ne=getColumnByCell({columns:e.store.states.columns.value},he,Fe),Ne&&(Ce==null||Ce.emit(`cell-${Ie}`,pe,Ne,he,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,_e=Number.parseInt(pe.paddingRight,10)||0,Ce=Number.parseInt(pe.paddingTop,10)||0,he=Number.parseInt(pe.paddingBottom,10)||0;return{left:Ie,right:_e,top:Ce,bottom:he}},ie=(de,pe,Ie)=>{let _e=pe.target.parentNode;for(;de>1&&(_e=_e==null?void 0:_e.nextSibling,!(!_e||_e.nodeName!=="TR"));)Ie(_e,"hover-row hover-fixed-row"),de--};return{handleDoubleClick:L,handleClick:$,handleContextMenu:j,handleMouseEnter:V,handleMouseLeave:z,handleCellMouseEnter:(de,pe,Ie)=>{var _e;const Ce=t,he=getCell(de),Ne=(_e=Ce==null?void 0:Ce.vnode.el)==null?void 0:_e.dataset.prefix;if(he){const cr=getColumnByCell({columns:e.store.states.columns.value},he,Ne);he.rowSpan>1&&ie(he.rowSpan,de,addClass);const mr=Ce.hoverState={cell:he,column:cr,row:pe};Ce==null||Ce.emit("cell-mouse-enter",mr.row,mr.column,mr.cell,de)}if(!Ie)return;const Fe=de.target.querySelector(".cell");if(!(hasClass(Fe,`${Ne}-tooltip`)&&Fe.childNodes.length))return;const Ve=document.createRange();Ve.setStart(Fe,0),Ve.setEnd(Fe,Fe.childNodes.length);const{width:jt,height:Et}=Ve.getBoundingClientRect(),{width:Ue,height:qe}=Fe.getBoundingClientRect(),{top:kt,left:tr,right:rr,bottom:ar}=re(Fe),nr=tr+rr,ur=kt+ar;(isGreaterThan(jt+nr,Ue)||isGreaterThan(Et+ur,qe)||isGreaterThan(Fe.scrollWidth,Ue))&&createTablePopper(Ie,he.innerText||he.textContent,he,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(_e=>!!_e).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:_e}=useStyles$1(e),Ce=computed(()=>e.store.states.columns.value.findIndex(({type:jt})=>jt==="default")),he=(jt,Et)=>{const Ue=t.props.rowKey;return Ue?getRowIdentity(jt,Ue):Et},Ne=(jt,Et,Ue,qe=!1)=>{const{tooltipEffect:kt,tooltipOptions:tr,store:rr}=e,{indent:ar,columns:nr}=rr.states,ur=ue(jt,Et);let cr=!0;return Ue&&(ur.push(y.em("row",`level-${Ue.level}`)),cr=Ue.display),h$1("tr",{style:[cr?null:{display:"none"},oe(jt,Et)],class:ur,key:he(jt,Et),onDblclick:hr=>n(hr,jt),onClick:hr=>k(hr,jt),onContextmenu:hr=>L(hr,jt),onMouseenter:()=>$(Et),onMouseleave:j},nr.value.map((hr,br)=>{const{rowspan:Rr,colspan:xr}=Ie(jt,hr,Et,br);if(!Rr||!xr)return null;const Er=Object.assign({},hr);Er.realWidth=_e(nr.value,xr,br);const vr={store:e.store,_self:e.context||t,column:Er,row:jt,$index:Et,cellIndex:br,expanded:qe};br===Ce.value&&Ue&&(vr.treeNode={indent:Ue.level*ar.value,level:Ue.level},typeof Ue.expanded=="boolean"&&(vr.treeNode.expanded=Ue.expanded,"loading"in Ue&&(vr.treeNode.loading=Ue.loading),"noLazyChildren"in Ue&&(vr.treeNode.noLazyChildren=Ue.noLazyChildren)));const Ir=`${he(jt,Et)},${br}`,Lr=Er.columnKey||Er.rawColumnKey||"",gr=Fe(br,hr,vr),_r=hr.showOverflowTooltip&&merge$1({effect:kt},tr,hr.showOverflowTooltip);return h$1("td",{style:de(Et,br,jt,hr),class:pe(Et,br,jt,hr,xr-1),key:`${Lr}${Ir}`,rowspan:Rr,colspan:xr,onMouseenter:Fr=>V(Fr,jt,_r),onMouseleave:z},[gr])}))},Fe=(jt,Et,Ue)=>Et.renderCell(Ue);return{wrappedRowRender:(jt,Et)=>{const Ue=e.store,{isRowExpanded:qe,assertRowKey:kt}=Ue,{treeData:tr,lazyTreeNodeMap:rr,childrenColumnName:ar,rowKey:nr}=Ue.states,ur=Ue.states.columns.value;if(ur.some(({type:mr})=>mr==="expand")){const mr=qe(jt),hr=Ne(jt,Et,void 0,mr),br=t.renderExpanded;return mr?br?[[hr,h$1("tr",{key:`expanded-row__${hr.key}`},[h$1("td",{colspan:ur.length,class:`${y.e("cell")} ${y.e("expanded-cell")}`},[br({row:jt,$index:Et,store:Ue,expanded:mr})])])]]:(console.error("[Element Error]renderExpanded is required."),hr):[[hr]]}else if(Object.keys(tr.value).length){kt();const mr=getRowIdentity(jt,nr.value);let hr=tr.value[mr],br=null;hr&&(br={expanded:hr.expanded,level:hr.level,display:!0},typeof hr.lazy=="boolean"&&(typeof hr.loaded=="boolean"&&hr.loaded&&(br.noLazyChildren=!(hr.children&&hr.children.length)),br.loading=hr.loading));const Rr=[Ne(jt,Et,br)];if(hr){let xr=0;const Er=(Ir,Lr)=>{Ir&&Ir.length&&Lr&&Ir.forEach(gr=>{const _r={display:Lr.display&&Lr.expanded,level:Lr.level+1,expanded:!1,noLazyChildren:!1,loading:!1},Fr=getRowIdentity(gr,nr.value);if(Fr==null)throw new Error("For nested data item, row-key is required.");if(hr={...tr.value[Fr]},hr&&(_r.expanded=hr.expanded,hr.level=hr.level||_r.level,hr.display=!!(hr.expanded&&_r.display),typeof hr.lazy=="boolean"&&(typeof hr.loaded=="boolean"&&hr.loaded&&(_r.noLazyChildren=!(hr.children&&hr.children.length)),_r.loading=hr.loading)),xr++,Rr.push(Ne(gr,Et+xr,_r)),hr){const zr=rr.value[Fr]||gr[ar.value];Er(zr,hr)}})};hr.display=!0;const vr=rr.value[mr]||jt[ar.value];Er(vr,hr)}return Rr}else return Ne(jt,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(_e=>_e==null?void 0:_e.classList.contains(`${n.e("row")}`));let pe=re;const Ie=(oe=de[pe])==null?void 0:oe.childNodes;if(Ie!=null&&Ie.length){let _e=0;Array.from(Ie).reduce((he,Ne,Fe)=>{var Ve,jt;return((Ve=Ie[Fe])==null?void 0:Ve.colSpan)>1&&(_e=(jt=Ie[Fe])==null?void 0:jt.colSpan),Ne.nodeName!=="TD"&&_e===0&&he.push(Fe),_e>0&&_e--,he},[]).forEach(he=>{var Ne;for(pe=re;pe>0;){const Fe=(Ne=de[pe-1])==null?void 0:Ne.childNodes;if(Fe[he]&&Fe[he].nodeName==="TD"&&Fe[he].rowSpan>1){addClass(Fe[he],"hover-cell"),z.push(Fe[he]);break}pe--}})}else z.forEach(_e=>removeClass(_e,"hover-cell")),z.length=0;!e.store.states.isComplex.value||!isClient||rAF(()=>{const _e=de[ie],Ce=de[re];_e&&!_e.classList.contains("hover-fixed-row")&&removeClass(_e,"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,br])=>{!unref(br)||!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 _e=()=>{n.store.commit("setHoverRow",null),n.hoverState&&(n.hoverState=null)},Ce=(hr,br)=>{const{pixelX:Rr,pixelY:xr}=br;Math.abs(Rr)>=Math.abs(xr)&&(n.refs.bodyWrapper.scrollLeft+=br.pixelX/5)},he=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=()=>{he.value&&t.updateElsHeight(),t.updateColumnsWidth(),requestAnimationFrame(Ue)};onMounted(async()=>{await nextTick$1(),y.updateColumns(),qe(),requestAnimationFrame(Fe);const hr=n.vnode.el,br=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&&br?br.offsetHeight:null},y.states.columns.value.forEach(Rr=>{Rr.filteredValue&&Rr.filteredValue.length&&n.store.commit("filterChange",{column:Rr,values:Rr.filteredValue,silent:!0})}),n.$ready=!0});const Ve=(hr,br)=>{if(!hr)return;const Rr=Array.from(hr.classList).filter(xr=>!xr.startsWith("is-scrolling-"));Rr.push(t.scrollX.value?br:"is-scrolling-none"),hr.className=Rr.join(" ")},jt=hr=>{const{tableWrapper:br}=n.refs;Ve(br,hr)},Et=hr=>{const{tableWrapper:br}=n.refs;return!!(br&&br.classList.contains(hr))},Ue=function(){if(!n.refs.scrollBarRef)return;if(!t.scrollX.value){const Lr="is-scrolling-none";Et(Lr)||jt(Lr);return}const hr=n.refs.scrollBarRef.wrapRef;if(!hr)return;const{scrollLeft:br,offsetWidth:Rr,scrollWidth:xr}=hr,{headerWrapper:Er,footerWrapper:vr}=n.refs;Er&&(Er.scrollLeft=br),vr&&(vr.scrollLeft=br);const Ir=xr-Rr-1;br>=Ir?jt("is-scrolling-right"):jt(br===0?"is-scrolling-left":"is-scrolling-middle")},qe=()=>{n.refs.scrollBarRef&&(n.refs.scrollBarRef.wrapRef&&useEventListener(n.refs.scrollBarRef.wrapRef,"scroll",Ue,{passive:!0}),e.fit?useResizeObserver(n.vnode.el,kt):useEventListener(window,"resize",kt),useResizeObserver(n.refs.bodyWrapper,()=>{var hr,br;kt(),(br=(hr=n.refs)==null?void 0:hr.scrollBarRef)==null||br.update()}))},kt=()=>{var hr,br,Rr,xr;const Er=n.vnode.el;if(!n.$ready||!Er)return;let vr=!1;const{width:Ir,height:Lr,headerHeight:gr}=V.value,_r=ie.value=Er.offsetWidth;Ir!==_r&&(vr=!0);const Fr=Er.offsetHeight;(e.height||he.value)&&Lr!==Fr&&(vr=!0);const zr=e.tableLayout==="fixed"?n.refs.headerWrapper:(hr=n.refs.tableHeaderRef)==null?void 0:hr.$el;e.showHeader&&(zr==null?void 0:zr.offsetHeight)!==gr&&(vr=!0),oe.value=((br=n.refs.tableWrapper)==null?void 0:br.scrollHeight)||0,de.value=(zr==null?void 0:zr.scrollHeight)||0,pe.value=((Rr=n.refs.footerWrapper)==null?void 0:Rr.offsetHeight)||0,Ie.value=((xr=n.refs.appendWrapper)==null?void 0:xr.offsetHeight)||0,ue.value=oe.value-de.value-pe.value-Ie.value,vr&&(V.value={width:_r,height:Fr,headerHeight:e.showHeader&&(zr==null?void 0:zr.offsetHeight)||0},Fe())},tr=useFormSize(),rr=computed(()=>{const{bodyWidth:hr,scrollY:br,gutterWidth:Rr}=t;return hr.value?`${hr.value-(br.value?Rr: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 br=ie.value;return{width:br?`${br}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:_e,handleHeaderFooterMousewheel:Ce,tableSize:tr,emptyBlockStyle:nr,handleFixedMousewheel:(hr,br)=>{const Rr=n.refs.bodyWrapper;if(Math.abs(br.spinY)>0){const xr=Rr.scrollTop;br.pixelY<0&&xr!==0&&hr.preventDefault(),br.pixelY>0&&Rr.scrollHeight-Rr.clientHeight>xr&&hr.preventDefault(),Rr.scrollTop+=Math.ceil(br.pixelY/5)}else Rr.scrollLeft+=Math.ceil(br.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$14=defineComponent({name:"ElTable",directives:{Mousewheel},components:{TableHeader,TableBody,TableFooter,ElScrollbar,hColgroup},props:defaultProps$1,emits:["select","select-all","selection-change","cell-mouse-enter","cell-mouse-leave","cell-contextmenu","cell-click","cell-dblclick","row-click","row-contextmenu","row-dblclick","header-click","header-contextmenu","sort-change","filter-change","current-change","header-dragend","expand-change"],setup(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:_e,setDragVisible:Ce,isGroup:he,handleMouseLeave:Ne,handleHeaderFooterMousewheel:Fe,tableSize:Ve,emptyBlockStyle:jt,handleFixedMousewheel:Et,resizeProxyVisible:Ue,bodyWidth:qe,resizeState:kt,doLayout:tr,tableBodyStyles:rr,tableLayout:ar,scrollbarViewStyle:nr,tableInnerStyle:ur,scrollbarStyle:cr}=useStyle(e,L,k,n),{scrollBarRef:mr,scrollTo:hr,setScrollLeft:br,setScrollTop:Rr}=useScrollbar$1(),xr=debounce(tr,50),Er=`${y.namespace.value}-table_${tableIdSeed++}`;n.tableId=Er,n.state={isGroup:he,resizeState:kt,doLayout:tr,debouncedUpdateLayout:xr};const vr=computed(()=>e.sumText||t("el.table.sumText")),Ir=computed(()=>e.emptyText||t("el.table.emptyText")),Lr=computed(()=>convertToRows(k.states.originColumns.value)[0]);return useKeyRender(n),{ns:y,layout:L,store:k,columns:Lr,handleHeaderFooterMousewheel:Fe,handleMouseLeave:Ne,tableId:Er,tableSize:Ve,isHidden:Ie,isEmpty:$,renderExpanded:_e,resizeProxyVisible:Ue,resizeState:kt,isGroup:he,bodyWidth:qe,tableBodyStyles:rr,emptyBlockStyle:jt,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:vr,computedEmptyText:Ir,tableLayout:ar,scrollbarViewStyle:nr,tableInnerStyle:ur,scrollbarStyle:cr,scrollBarRef:mr,scrollTo:hr,setScrollLeft:br,setScrollTop:Rr}}});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$14,[["render",_sfc_render$3],["__file","table.vue"]]);const defaultClassNames={selection:"table-column--selection",expand:"table__expand-column"},cellStarts={default:{order:""},selection:{width:48,minWidth:48,realWidth:48,order:""},expand:{width:48,minWidth:48,realWidth:48,order:""},index:{width:48,minWidth:48,realWidth:48,order:""}},getDefaultClassName=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,Ve=Fe.value;return Ve&&Object.keys(Ve).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,Ve=cellForced[Fe]||{};Object.keys(Ve).forEach(Et=>{const Ue=Ve[Et];Et!=="className"&&Ue!==void 0&&(Ne[Et]=Ue)});const jt=getDefaultClassName(Fe);if(jt){const Et=`${unref(V.namespace)}-${jt}`;Ne.className=Ne.className?`${Ne.className} ${Et}`:Et}return Ne},pe=Ne=>{Array.isArray(Ne)?Ne.forEach(Ve=>Fe(Ve)):Fe(Ne);function Fe(Ve){var jt;((jt=Ve==null?void 0:Ve.type)==null?void 0:jt.name)==="ElTableColumn"&&(Ve.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=Ve=>(n.columnConfig.value.label,renderSlot(t,"header",Ve,()=>[Ne.label]))),t["filter-icon"]&&(Ne.renderFilterIcon=Ve=>renderSlot(t,"filter-icon",Ve));let Fe=Ne.renderCell;return Ne.type==="expand"?(Ne.renderCell=Ve=>h$1("div",{class:"cell"},[Fe(Ve)]),y.value.renderExpanded=Ve=>t.default?t.default(Ve):t.default):(Fe=Fe||defaultRenderCell,Ne.renderCell=Ve=>{let jt=null;if(t.default){const rr=t.default(Ve);jt=rr.some(ar=>ar.type!==Comment)?rr:Fe(Ve)}else jt=Fe(Ve);const{columns:Et}=y.value.store.states,Ue=Et.value.findIndex(rr=>rr.type==="default"),qe=re.value&&Ve.cellIndex===Ue,kt=treeCellPrefix(Ve,qe),tr={class:"cell",style:{}};return Ne.showOverflowTooltip&&(tr.class=`${tr.class} ${unref(V.namespace)}-tooltip`,tr.style={width:`${(Ve.column.realWidth||Number(Ve.column.width))-1}px`}),pe(jt),h$1("div",tr,[kt,jt])}),Ne},getPropsData:(...Ne)=>Ne.reduce((Fe,Ve)=>(Array.isArray(Ve)&&Ve.forEach(jt=>{Fe[jt]=e[jt]}),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 he=y.parent;for(;he&&!he.tableId;)he=he.parent;return he}),{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:_e}=useRender(e,t,k),Ce=re.value;j.value=`${Ce.tableId||Ce.columnId}_column_${columnIdSeed++}`,onBeforeMount(()=>{V.value=k.value!==Ce;const he=e.type||"default",Ne=e.sortable===""?!0:e.sortable,Fe=isUndefined$1(e.showOverflowTooltip)?Ce.props.showOverflowTooltip:e.showOverflowTooltip,Ve={...cellStarts[he],id:j.value,type:he,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 kt=de(["columnKey","label","className","labelClassName","type","renderHeader","formatter","fixed","resizable"],["sortMethod","sortBy","sortOrders"],["selectable","reserveSelection"],["filterMethod","filters","filterMultiple","filterOpened","filteredValue","filterPlacement","filterClassName"]);kt=mergeOptions$1(Ve,kt),kt=compose$1(ue,ie,oe)(kt),n.value=kt,L(),$()}),onMounted(()=>{var he;const Ne=re.value,Fe=V.value?Ne.vnode.el.children:(he=Ne.refs.hiddenColumns)==null?void 0:he.children,Ve=()=>pe(Fe||[],y.vnode.el);n.value.getColumnIndex=Ve,Ve()>-1&&k.value.store.commit("insertColumn",n.value,V.value?Ne.columnConfig.value:null,_e)}),onBeforeUnmount(()=>{n.value.getColumnIndex()>-1&&k.value.store.commit("removeColumn",n.value,V.value?Ce.columnConfig.value:null,_e)}),y.columnId=j.value,y.columnConfig=n},render(){var e,t,y;try{const n=(t=(e=this.$slots).default)==null?void 0:t.call(e,{row:{},column:{},$index:-1}),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,_e)=>(Ie[_e.key]=calcColumnStyle(_e,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:_e}=pe.currentTarget.dataset;if(!_e)return;const{sortState:Ce,sortBy:he}=e;let Ne=SortOrder.ASC;isObject$4(Ce)?Ne=oppositeOrderMap[Ce[_e]]:Ne=oppositeOrderMap[he.order],(Ie=e.onColumnSort)==null||Ie.call(e,{column:ie(_e),key:_e,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:_e}=ue;(de=t.value)==null||de.scrollTo(ue),(pe=y.value)==null||pe.scrollToTop(_e),(Ie=n.value)==null||Ie.scrollToTop(_e)}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({}),_e=shallowRef({}),Ce=computed(()=>isNumber$3(e.estimatedRowHeight));function he(qe){var kt;(kt=e.onRowsRendered)==null||kt.call(e,qe),qe.rowCacheEnd>unref(ie)&&(ie.value=qe.rowCacheEnd)}function Ne({hovered:qe,rowKey:kt}){if($.value)return;k.vnode.el.querySelectorAll(`[rowkey="${String(kt)}"]`).forEach(ar=>{qe?ar.classList.add(L.is("hovered")):ar.classList.remove(L.is("hovered"))})}function Fe({expanded:qe,rowData:kt,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:kt,rowIndex:tr,rowKey:rr}),(nr=e.onExpandedRowsChange)==null||nr.call(e,ur)}const Ve=debounce(()=>{var qe,kt,tr,rr;z.value=!0,ue.value={...unref(ue),...unref(de)},jt(unref(oe),!1),de.value={},oe.value=null,(qe=t.value)==null||qe.forceUpdate(),(kt=y.value)==null||kt.forceUpdate(),(tr=n.value)==null||tr.forceUpdate(),(rr=j.proxy)==null||rr.$forceUpdate(),z.value=!1},0);function jt(qe,kt=!1){unref(Ce)&&[t,y,n].forEach(tr=>{const rr=unref(tr);rr&&rr.resetAfterRowIndex(qe,kt)})}function Et(qe,kt,tr){const rr=unref(oe);(rr===null||rr>tr)&&(oe.value=tr),de.value[qe]=kt}function Ue({rowKey:qe,height:kt,rowIndex:tr},rr){rr?rr===FixedDir.RIGHT?_e.value[qe]=kt:pe.value[qe]=kt:Ie.value[qe]=kt;const ar=Math.max(...[pe,_e,Ie].map(nr=>nr.value[qe]||0));unref(ue)[qe]!==ar&&(Et(qe,ar,tr),Ve())}return{expandedRowKeys:re,lastRenderedRowIndex:ie,isDynamic:Ce,isResetting:z,rowHeights:ue,resetAfterIndex:jt,onRowExpanded:Fe,onRowHovered:Ne,onRowsRendered:he,onRowHeightChange:Ue}},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:he,width:Ne,vScrollbarSize:Fe}=e,Ve=Ne-Fe;return he?Math.max(Math.round(unref(t)),Ve):Ve}),$=computed(()=>unref(L)+e.vScrollbarSize),j=computed(()=>{const{height:he=0,maxHeight:Ne=0,footerHeight:Fe,hScrollbarSize:Ve}=e;if(Ne>0){const jt=unref(de),Et=unref(V),qe=unref(ue)+jt+Et+Ve;return Math.min(qe,Ne-Fe)}return he-Fe}),V=computed(()=>{const{rowHeight:he,estimatedRowHeight:Ne}=e,Fe=unref(y);return isNumber$3(Ne)?Fe.length*Ne:Fe.length*he}),z=computed(()=>{const{maxHeight:he}=e,Ne=unref(j);if(isNumber$3(he)&&he>0)return Ne;const Fe=unref(V)+unref(ue)+unref(de);return Math.min(Ne,Fe)}),re=he=>he.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 he;return(((he=e.fixedData)==null?void 0:he.length)||0)*e.rowHeight}),pe=computed(()=>unref(j)-unref(ue)-unref(de)),Ie=computed(()=>{const{style:he={},height:Ne,width:Fe}=e;return enforceUnit({...he,height:Ne,width:Fe})}),_e=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:_e,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:_e,scrollPos:Ce}=useScrollbar(e,{mainTableRef:t,leftTableRef:y,rightTableRef:n,onMaybeEndReached:Tr}),he=useNamespace("table-v2"),Ne=getCurrentInstance(),Fe=shallowRef(!1),{expandedRowKeys:Ve,lastRenderedRowIndex:jt,isDynamic:Et,isResetting:Ue,rowHeights:qe,resetAfterIndex:kt,onRowExpanded:tr,onRowHeightChange:rr,onRowHovered:ar,onRowsRendered:nr}=useRow(e,{mainTableRef:t,leftTableRef:y,rightTableRef:n,tableInstance:Ne,ns:he,isScrolling:Fe}),{data:ur,depthMap:cr}=useData(e,{expandedRowKeys:Ve,lastRenderedRowIndex:jt,resetAfterIndex:kt}),{bodyWidth:mr,fixedTableHeight:hr,mainTableHeight:br,leftTableWidth:Rr,rightTableWidth:xr,headerWidth:Er,rowsHeight:vr,windowHeight:Ir,footerHeight:Lr,emptyStyle:gr,rootStyle:_r,headerHeight:Fr}=useStyles(e,{columnsTotalWidth:$,data:ur,fixedColumnsOnLeft:j,fixedColumnsOnRight:V}),zr=ref$1(),Vr=computed(()=>{const Cr=unref(ur).length===0;return isArray$2(e.fixedData)?e.fixedData.length===0&&Cr:Cr});function Gr(Cr){const{estimatedRowHeight:Mr,rowHeight:yr,rowKey:Sr}=e;return Mr?unref(qe)[unref(ur)[Cr][Sr]]||Mr:yr}function Tr(){const{onEndReached:Cr}=e;if(!Cr)return;const{scrollTop:Mr}=unref(Ce),yr=unref(vr),Sr=unref(Ir),Dr=yr-(Mr+Sr)+e.hScrollbarSize;unref(jt)>=0&&yr===Mr+unref(br)-unref(Fr)&&Cr(Dr)}return watch(()=>e.expandedRowKeys,Cr=>Ve.value=Cr,{deep:!0}),{columns:k,containerRef:zr,mainTableRef:t,leftTableRef:y,rightTableRef:n,isDynamic:Et,isResetting:Ue,isScrolling:Fe,hasFixedColumns:z,columnsStyles:L,columnsTotalWidth:$,data:ur,expandedRowKeys:Ve,depthMap:cr,fixedColumnsOnLeft:j,fixedColumnsOnRight:V,mainColumns:re,bodyWidth:mr,emptyStyle:gr,rootStyle:_r,headerWidth:Er,footerHeight:Lr,mainTableHeight:br,fixedTableHeight:hr,leftTableWidth:Rr,rightTableWidth:xr,showEmpty:Vr,getRowHeight:Gr,onColumnSorted:ie,onRowHovered:ar,onRowExpanded:tr,onRowsRendered:nr,onRowHeightChange:rr,scrollTo:oe,scrollToLeft:ue,scrollToTop:de,scrollToRow:pe,onScroll:Ie,onVerticalScroll:_e}}const TableV2InjectionKey=Symbol("tableV2"),classType=String,columns={type:definePropType(Array),required:!0},fixedDataType={type:definePropType(Array)},dataType={...fixedDataType,required:!0},expandColumnKey=String,expandKeys={type:definePropType(Array),default:()=>mutable([])},requiredNumber={type:Number,required:!0},rowKey={type:definePropType([String,Number,Symbol]),default:"id"},styleType={type:definePropType(Object)},tableV2RowProps=buildProps({class:String,columns,columnsStyles:{type:definePropType(Object),required:!0},depth:Number,expandColumnKey,estimatedRowHeight:{...virtualizedGridProps.estimatedRowHeight,default:void 0},isScrolling:Boolean,onRowExpand:{type:definePropType(Function)},onRowHover:{type:definePropType(Function)},onRowHeightChange:{type:definePropType(Function)},rowData:{type:definePropType(Object),required:!0},rowEventHandlers:{type:definePropType(Object)},rowIndex:{type:Number,required:!0},rowKey,style:{type:definePropType(Object)}}),requiredNumberType={type:Number,required:!0},tableV2HeaderProps=buildProps({class:String,columns,fixedHeaderData:{type:definePropType(Array)},headerData:{type:definePropType(Array),required:!0},headerHeight:{type:definePropType([Number,Array]),default:50},rowWidth:requiredNumberType,rowHeight:{type:Number,default:50},height:requiredNumberType,width:requiredNumberType}),tableV2GridProps=buildProps({columns,data:dataType,fixedData:fixedDataType,estimatedRowHeight:tableV2RowProps.estimatedRowHeight,width:requiredNumber,height:requiredNumber,headerWidth:requiredNumber,headerHeight:tableV2HeaderProps.headerHeight,bodyWidth:requiredNumber,rowHeight:requiredNumber,cache:virtualizedListProps.cache,useIsScrolling:Boolean,scrollbarAlwaysOn:virtualizedGridProps.scrollbarAlwaysOn,scrollbarStartGap:virtualizedGridProps.scrollbarStartGap,scrollbarEndGap:virtualizedGridProps.scrollbarEndGap,class:classType,style:styleType,containerStyle:styleType,getRowHeight:{type:definePropType(Function),required:!0},rowKey:tableV2RowProps.rowKey,onRowsRendered:{type:definePropType(Function)},onScroll:{type:definePropType(Function)}}),tableV2Props=buildProps({cache:tableV2GridProps.cache,estimatedRowHeight:tableV2RowProps.estimatedRowHeight,rowKey,headerClass:{type:definePropType([String,Function])},headerProps:{type:definePropType([Object,Function])},headerCellProps:{type:definePropType([Object,Function])},headerHeight:tableV2HeaderProps.headerHeight,footerHeight:{type:Number,default:0},rowClass:{type:definePropType([String,Function])},rowProps:{type:definePropType([Object,Function])},rowHeight:{type:Number,default:50},cellProps:{type:definePropType([Object,Function])},columns,data:dataType,dataGetter:{type:definePropType(Function)},fixedData:fixedDataType,expandColumnKey:tableV2RowProps.expandColumnKey,expandedRowKeys:expandKeys,defaultExpandedRowKeys:expandKeys,class:classType,fixed:Boolean,style:{type:definePropType(Object)},width:requiredNumber,height:requiredNumber,maxHeight:Number,useIsScrolling:Boolean,indentSize:{type:Number,default:12},iconSize:{type:Number,default:12},hScrollbarSize:virtualizedGridProps.hScrollbarSize,vScrollbarSize:virtualizedGridProps.vScrollbarSize,scrollbarAlwaysOn:virtualizedScrollbarProps.alwaysOn,sortBy:{type:definePropType(Object),default:()=>({})},sortState:{type:definePropType(Object),default:void 0},onColumnSort:{type:definePropType(Function)},onExpandedRowsChange:{type:definePropType(Function)},onEndReached:{type:definePropType(Function)},onRowExpand:tableV2RowProps.onRowExpand,onScroll:tableV2GridProps.onScroll,onRowsRendered:tableV2GridProps.onRowsRendered,rowEventHandlers:tableV2RowProps.rowEventHandlers}),TableV2Cell=(e,{slots:t})=>{var y;const{cellData:n,style: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 _e;const Ce=enforceUnit({height:de,width:"100%"});return(_e=t.fixed)==null?void 0:_e.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],_e=(Ie==null?void 0:Ie.placeholderSign)===placeholderSign;ie==null||ie({rowKey:oe,height:pe,rowIndex:ue},Ie&&!_e&&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]=_e=>{ie({event:_e,hovered:pe,rowData:V,rowIndex:z,rowKey:re}),Ie==null||Ie(_e)}}),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 _e=re.map((Ce,he)=>{const Ne=isArray$2(de.children)&&de.children.length>0&&Ce.key===oe;return y.cell({column:Ce,columns:re,columnIndex:he,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&&(_e=y.row({cells:_e.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,...he}=Ie||{},Ne=unref(j);return createVNode("div",mergeProps({ref:V,class:e.class,style:Ne?Ie:he,role:"row"},n,unref(k)),[_e])}return createVNode("div",mergeProps(n,{ref:V,class:e.class,style:Ie,role:"row"},unref(k)),[_e])}}}),SortIcon=e=>{const{sortOrder:t}=e;return createVNode(ElIcon,{size:14,class:e.class},{default:()=>[t===SortOrder.ASC?createVNode(sort_up_default,null,null):createVNode(sort_down_default,null,null)]})},ExpandIcon=e=>{const{expanded:t,expandable:y,onExpand:n,style: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:_e}=e;if(!_e)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:_e,rowVisibleEnd:Ce}){var he;(he=e.onRowsRendered)==null||he.call(e,{rowCacheStart:pe,rowCacheEnd:Ie,rowVisibleStart:_e,rowVisibleEnd:Ce})}function re(pe,Ie){var _e;(_e=y.value)==null||_e.resetAfterRowIndex(pe,Ie)}function ie(pe,Ie){const _e=unref(t),Ce=unref(y);isObject$4(pe)?(_e==null||_e.scrollToLeft(pe.scrollLeft),Ce==null||Ce.scrollTo(pe)):(_e==null||_e.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 _e;(_e=unref(y))==null||_e.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:_e}=useTableGrid(e);y({forceUpdate:ie,totalHeight:re,scrollTo:pe,scrollToTop:Ie,scrollToRow:_e,resetAfterRowIndex:de});const Ce=()=>e.bodyWidth;return()=>{const{cache:he,columns:Ne,data:Fe,fixedData:Ve,useIsScrolling:jt,scrollbarAlwaysOn:Et,scrollbarEndGap:Ue,scrollbarStartGap:qe,style:kt,rowHeight:tr,bodyWidth:rr,estimatedRowHeight:ar,headerWidth:nr,height:ur,width:cr,getRowHeight:mr,onScroll:hr}=e,br=isNumber$3(ar),Rr=br?DynamicSizeGrid:FixedSizeGrid,xr=unref(z);return createVNode("div",{role:"table",class:[n.e("table"),e.class],style:kt},[createVNode(Rr,{ref:k,data:Fe,useIsScrolling:jt,itemKey:oe,columnCache:0,columnWidth:br?Ce:rr,totalColumn:1,totalRow:Fe.length,rowCache:he,rowHeight:br?mr:tr,width:cr,height:unref($),class:n.e("body"),role:"rowgroup",scrollbarStartGap:qe,scrollbarEndGap:Ue,scrollbarAlwaysOn:Et,onScroll:hr,onItemRendered:ue,perfMode:!1},{default:Er=>{var vr;const Ir=Fe[Er.rowIndex];return(vr=t.row)==null?void 0:vr.call(t,{...Er,columns:Ne,rowData:Ir})}}),unref(j)&&createVNode(TableV2Header,{ref:V,class:n.e("header-wrapper"),columns:Ne,headerData:Fe,headerHeight:e.headerHeight,fixedHeaderData:Ve,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:_e,onRowHovered:Ce,onRowExpanded:he}=e,Ne=tryCall(de,{columns:y,rowData:z,rowIndex:re},""),Fe=tryCall(ue,{columns:y,rowData:z,rowIndex:re}),Ve=z[pe],jt=k[Ve]||0,Et=!!L,Ue=re<0,qe=[_e.e("row"),Ne,{[_e.e(`row-depth-${jt}`)]:Et&&re>=0,[_e.is("expanded")]:Et&&$.includes(Ve),[_e.is("fixed")]:!jt&&Ue,[_e.is("customized")]:!!t.row}],kt=V?Ce:void 0,tr={...Fe,columns:y,columnsStyles:n,class:qe,depth:jt,expandColumnKey:L,estimatedRowHeight:Ue?void 0:j,isScrolling:oe,rowIndex:re,rowData:z,rowKey:Ve,rowEventHandlers:Ie,style:ie};return createVNode(TableV2Row,mergeProps(tr,{onRowExpand:he,onMouseenter:nr=>{kt==null||kt({hovered:!0,rowKey:Ve,event:nr,rowData:z,rowIndex:re})},onMouseleave:nr=>{kt==null||kt({hovered:!1,rowKey:Ve,event:nr,rowData:z,rowIndex:re})},rowkey:Ve}),_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 _e=enforceUnit(V);if(t.placeholderSign===placeholderSign)return createVNode("div",{class:re.em("row-cell","placeholder"),style:_e},null);const{cellRenderer:Ce,dataKey:he,dataGetter:Ne}=t,Fe=isFunction$4(Ne)?Ne({columns:e,column:t,columnIndex:y,rowData:$,rowIndex:j}):get($,he??""),Ve=tryCall(ie,{cellData:Fe,columns:e,column:t,columnIndex:y,rowIndex:j,rowData:$}),jt={class:re.e("cell-text"),columns:e,column:t,columnIndex:y,cellData:Fe,isScrolling:L,rowData:$,rowIndex:j},Et=componentToSlot(Ce),Ue=Et?Et(jt):renderSlot(Ie,"default",jt,()=>[createVNode(TableV2Cell,jt,null)]),qe=[re.e("row-cell"),t.class,t.align===Alignment.CENTER&&re.is("align-center"),t.align===Alignment.RIGHT&&re.is("align-right")],kt=j>=0&&oe&&t.key===oe,tr=j>=0&&z.includes($[pe]);let rr;const ar=`margin-inline-start: ${n*ue}px;`;return kt&&(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:_e},Ve,{role:"cell"}),[rr,Ue])};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,_e;if(de){const Ne=de[y.key];Ie=!!oppositeOrderMap[Ne],_e=Ie?Ne:SortOrder.ASC}else Ie=y.key===ue.key,_e=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")],he={...tryCall(pe,e),onClick:y.sortable?L:void 0,class:Ce,style:$,"data-key":y.key};return createVNode("div",mergeProps(he,{role:"columnheader"}),[oe,z&&createVNode(SortIcon,{class:[n.e("sort-icon"),Ie&&n.is("sorting")],sortOrder:_e},null)])},Footer$1=(e,{slots:t})=>{var y;return createVNode("div",{class:e.class,style:e.style},[(y=t.default)==null?void 0:y.call(t)])};Footer$1.displayName="ElTableV2Footer";const Footer=(e,{slots:t})=>{const y=renderSlot(t,"default",{},()=>[createVNode(ElEmpty,null,null)]);return createVNode("div",{class:e.class,style:e.style},[y])};Footer.displayName="ElTableV2Empty";const Overlay=(e,{slots:t})=>{var y;return createVNode("div",{class:e.class,style:e.style},[(y=t.default)==null?void 0:y.call(t)])};Overlay.displayName="ElTableV2Overlay";function _isSlot(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!isVNode(e)}const COMPONENT_NAME$4="ElTableV2",TableV2=defineComponent({name:COMPONENT_NAME$4,props:tableV2Props,setup(e,{slots:t,expose:y}){const n=useNamespace("table-v2"),{columnsStyles: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:_e,rightTableRef:Ce,isDynamic:he,isResetting:Ne,isScrolling:Fe,bodyWidth:Ve,emptyStyle:jt,rootStyle:Et,headerWidth:Ue,footerHeight:qe,showEmpty:kt,scrollTo:tr,scrollToLeft:rr,scrollToTop:ar,scrollToRow:nr,getRowHeight:ur,onColumnSorted:cr,onRowHeightChange:mr,onRowHovered:hr,onRowExpanded:br,onRowsRendered:Rr,onScroll:xr,onVerticalScroll:Er}=useTable(e);return y({scrollTo:tr,scrollToLeft:rr,scrollToTop:ar,scrollToRow:nr}),provide(TableV2InjectionKey,{ns:n,isResetting:Ne,isScrolling:Fe}),()=>{const{cache:vr,cellProps:Ir,estimatedRowHeight:Lr,expandColumnKey:gr,fixedData:_r,headerHeight:Fr,headerClass:zr,headerProps:Vr,headerCellProps:Gr,sortBy:Tr,sortState:Cr,rowHeight:Mr,rowClass:yr,rowEventHandlers:Sr,rowKey:Dr,rowProps:kr,scrollbarAlwaysOn:Wr,indentSize:Kr,iconSize:Nr,useIsScrolling:jr,vScrollbarSize:Qr,width:ca}=e,Po=unref(oe),Wa={cache:vr,class:n.e("main"),columns:unref(j),data:Po,fixedData:_r,estimatedRowHeight:Lr,bodyWidth:unref(Ve)+Qr,headerHeight:Fr,headerWidth:unref(Ue),height:unref(V),mainTableRef:Ie,rowKey:Dr,rowHeight:Mr,scrollbarAlwaysOn:Wr,scrollbarStartGap:2,scrollbarEndGap:Qr,useIsScrolling:jr,width:ca,getRowHeight:ur,onRowsRendered:Rr,onScroll:xr},qo=unref(re),ds=unref(z),Kn={cache:vr,class:n.e("left"),columns:unref(L),data:Po,estimatedRowHeight:Lr,leftTableRef:_e,rowHeight:Mr,bodyWidth:qo,headerWidth:qo,headerHeight:Fr,height:ds,rowKey:Dr,scrollbarAlwaysOn:Wr,scrollbarStartGap:2,scrollbarEndGap:Qr,useIsScrolling:jr,width:qo,getRowHeight:ur,onScroll:Er},Ar=unref(ie)+Qr,On={cache:vr,class:n.e("right"),columns:unref($),data:Po,estimatedRowHeight:Lr,rightTableRef:Ce,rowHeight:Mr,bodyWidth:Ar,headerWidth:Ar,headerHeight:Fr,height:ds,rowKey:Dr,scrollbarAlwaysOn:Wr,scrollbarStartGap:2,scrollbarEndGap:Qr,width:Ar,style:`--${unref(n.namespace)}-table-scrollbar-size: ${Qr}px`,useIsScrolling:jr,getRowHeight:ur,onScroll:Er},In=unref(k),Sa={ns:n,depthMap:unref(ue),columnsStyles:In,expandColumnKey:gr,expandedRowKeys:unref(de),estimatedRowHeight:Lr,hasFixedColumns:unref(pe),rowProps:kr,rowClass:yr,rowKey:Dr,rowEventHandlers:Sr,onRowHovered:hr,onRowExpanded:br,onRowHeightChange:mr},sa={cellProps:Ir,expandColumnKey:gr,indentSize:Kr,iconSize:Nr,rowKey:Dr,expandedRowKeys:unref(de),ns:n},qa={ns:n,headerClass:zr,headerProps:Vr,columnsStyles:In},To={ns:n,sortBy:Tr,sortState:Cr,headerCellProps:Gr,onColumnSorted:cr},Hi={row:Ds=>createVNode(RowRenderer,mergeProps(Ds,Sa),{row:t.row,cell:ps=>{let yl;return t.cell?createVNode(CellRenderer,mergeProps(ps,sa,{style:In[ps.column.key]}),_isSlot(yl=t.cell(ps))?yl:{default:()=>[yl]}):createVNode(CellRenderer,mergeProps(ps,sa,{style:In[ps.column.key]}),null)}}),header:Ds=>createVNode(HeaderRenderer,mergeProps(Ds,qa),{header:t.header,cell:ps=>{let yl;return t["header-cell"]?createVNode(HeaderCellRenderer,mergeProps(ps,To,{style:In[ps.column.key]}),_isSlot(yl=t["header-cell"](ps))?yl:{default:()=>[yl]}):createVNode(HeaderCellRenderer,mergeProps(ps,To,{style:In[ps.column.key]}),null)}})},na=[e.class,n.b(),n.e("root"),{[n.is("dynamic")]:unref(he)}],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(kt)&&createVNode(Footer,{class:n.e("empty"),style:unref(jt)},{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$13=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,_e;const Ce=(_e=(Ie=n.parent)==null?void 0:Ie.refs)==null?void 0:_e[`tab-${pe.uid}`];if(!Ce)return!1;if(!pe.active)return!0;re=Ce[`offset${capitalize(de)}`],ie=Ce[`client${capitalize(oe)}`];const he=window.getComputedStyle(Ce);return oe==="width"&&(ie-=Number.parseFloat(he.paddingLeft)+Number.parseFloat(he.paddingRight),re+=Number.parseFloat(he.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$13,[["__file","tab-bar.vue"]]);const tabNavProps=buildProps({panes:{type:definePropType(Array),default:()=>mutable([])},currentName:{type:[String,Number],default:""},editable:Boolean,type:{type:String,values:["card","border-card",""],default:""},stretch:Boolean}),tabNavEmits={tabClick:(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)`})),_e=()=>{if(!j.value)return;const Et=j.value[`offset${capitalize(pe.value)}`],Ue=oe.value;if(!Ue)return;const qe=Ue>Et?Ue-Et:0;oe.value=qe},Ce=()=>{if(!j.value||!V.value)return;const Et=V.value[`offset${capitalize(pe.value)}`],Ue=j.value[`offset${capitalize(pe.value)}`],qe=oe.value;if(Et-qe<=Ue)return;const kt=Et-qe>Ue*2?qe+Ue:Et-Ue;oe.value=kt},he=async()=>{const Et=V.value;if(!ie.value||!z.value||!j.value||!Et)return;await nextTick$1();const Ue=z.value.querySelector(".is-active");if(!Ue)return;const qe=j.value,kt=["top","bottom"].includes(n.props.tabPosition),tr=Ue.getBoundingClientRect(),rr=qe.getBoundingClientRect(),ar=kt?Et.offsetWidth-rr.width:Et.offsetHeight-rr.height,nr=oe.value;let ur=nr;kt?(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 Ue=V.value[`offset${capitalize(pe.value)}`],qe=j.value[`offset${capitalize(pe.value)}`],kt=oe.value;qe<Ue?(ie.value=ie.value||{},ie.value.prev=kt,ie.value.next=kt+qe<Ue,Ue-kt<qe&&(oe.value=Ue-qe)):(ie.value=!1,kt>0&&(oe.value=0))},Fe=Et=>{const Ue=Et.code,{up:qe,down:kt,left:tr,right:rr}=EVENT_CODE;if(![qe,kt,tr,rr].includes(Ue))return;const ar=Array.from(Et.currentTarget.querySelectorAll("[role=tab]:not(.is-disabled)")),nr=ar.indexOf(Et.target);let ur;Ue===tr||Ue===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(),Ve()},Ve=()=>{de.value&&(ue.value=!0)},jt=()=>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(()=>he(),0)),onUpdated(()=>Ne()),t({scrollToActiveTab:he,removeFocus:jt}),()=>{const Et=ie.value?[createVNode("span",{class:[k.e("nav-prev"),k.is("disabled",!ie.value.prev)],onClick:_e},[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,Ue=e.panes.map((qe,kt)=>{var tr,rr,ar,nr;const ur=qe.uid,cr=qe.props.disabled,mr=(rr=(tr=qe.props.name)!=null?tr:qe.index)!=null?rr:`${kt}`,hr=!cr&&(qe.isClosable||e.editable);qe.index=`${kt}`;const br=hr?createVNode(ElIcon,{class:"is-icon-close",onClick:Er=>y("tabRemove",qe,Er)},{default:()=>[createVNode(close_default,null,null)]}):null,Rr=((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-${mr}`,key:`tab-${ur}`,"aria-controls":`pane-${mr}`,role:"tab","aria-selected":qe.active,tabindex:xr,onFocus:()=>Ve(),onBlur:()=>jt(),onClick:Er=>{jt(),y("tabClick",qe,mr,Er)},onKeydown:Er=>{hr&&(Er.code===EVENT_CODE.delete||Er.code===EVENT_CODE.backspace)&&y("tabRemove",qe,Er)}},[Rr,br])});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),Ue])])])}}}),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(_e,Ce=!1)=>{var he,Ne,Fe;if(!(ie.value===_e||isUndefined$1(_e)))try{await((he=e.beforeLeave)==null?void 0:he.call(e,_e,ie.value))!==!1&&(ie.value=_e,Ce&&(t(UPDATE_MODEL_EVENT,_e),t("tabChange",_e)),(Fe=(Ne=re.value)==null?void 0:Ne.removeFocus)==null||Fe.call(Ne))}catch{}},ue=(_e,Ce,he)=>{_e.props.disabled||(oe(Ce,!0),t("tabClick",_e,he))},de=(_e,Ce)=>{_e.props.disabled||isUndefined$1(_e.props.name)||(Ce.stopPropagation(),t("edit",_e.props.name,"remove"),t("tabRemove",_e.props.name))},pe=()=>{t("edit",void 0,"add"),t("tabAdd")};watch(()=>e.modelValue,_e=>oe(_e)),watch(ie,async()=>{var _e;await nextTick$1(),(_e=re.value)==null||_e.scrollToActiveTab()}),provide(tabsRootContextKey,{props:e,currentName:ie,registerPane:_e=>{j.value.push(_e)},sortPane:V,unregisterPane:z}),n({currentName:ie});const Ie=({render:_e})=>_e();return()=>{const _e=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()}},[_e?renderSlot(y,"add-icon"):createVNode(ElIcon,{class:L.is("icon-plus")},{default:()=>[createVNode(plus_default,null,null)]})]):null,he=createVNode("div",{class:[L.e("header"),$.value&&L.e("header-vertical"),L.is(e.tabPosition)]},[createVNode(Ie,{render:()=>{const Fe=j.value.some(Ve=>Ve.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,he])}}}),tabPaneProps=buildProps({label:{type:String,default:""},name:{type:[String,Number]},closable:Boolean,disabled:Boolean,lazy:Boolean}),COMPONENT_NAME$1="ElTabPane",__default__$t=defineComponent({name:COMPONENT_NAME$1}),_sfc_main$12=defineComponent({...__default__$t,props:tabPaneProps,setup(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$12,[["__file","tab-pane.vue"]]);const ElTabs=withInstall(Tabs,{TabPane}),ElTabPane=withNoopInstall(TabPane),textProps=buildProps({type:{type:String,values:["primary","success","info","warning","danger",""],default:""},size:{type:String,values:componentSizes,default:""},truncated:Boolean,lineClamp:{type:[String,Number]},tag:{type:String,default:"span"}}),__default__$s=defineComponent({name:"ElText"}),_sfc_main$11=defineComponent({...__default__$s,props:textProps,setup(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$11,[["__file","text.vue"]]);const ElText=withInstall(Text),timeSelectProps=buildProps({format:{type:String,default:"HH:mm"},modelValue:String,disabled:Boolean,editable:{type:Boolean,default:!0},effect:{type:definePropType(String),default:"light"},clearable:{type:Boolean,default:!0},size:useSizeProp,placeholder:String,start:{type:String,default:"09:00"},end:{type:String,default:"18:00"},step:{type:String,default:"00:30"},minTime:String,maxTime:String,name:String,prefixIcon:{type:definePropType([String,Object]),default:()=>clock_default},clearIcon:{type:definePropType([String,Object]),default:()=>circle_close_default},...useEmptyValuesProps}),parseTime=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$10=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 _e=parseTime(y.start);return _e?formatTime(_e):null}),re=computed(()=>{const _e=parseTime(y.end);return _e?formatTime(_e):null}),ie=computed(()=>{const _e=parseTime(y.step);return _e?formatTime(_e):null}),oe=computed(()=>{const _e=parseTime(y.minTime||"");return _e?formatTime(_e):null}),ue=computed(()=>{const _e=parseTime(y.maxTime||"");return _e?formatTime(_e):null}),de=computed(()=>{const _e=[];if(y.start&&y.end&&y.step){let Ce=z.value,he;for(;Ce&&re.value&&compareTime(Ce,re.value)<=0;)he=dayjs(Ce,"HH:mm").locale(j.value).format(y.format),_e.push({value:he,disabled:compareTime(Ce,oe.value||"-1:-1")<=0||compareTime(Ce,ue.value||"100:100")>=0}),Ce=nextTime(Ce,ie.value)}return _e});return t({blur:()=>{var _e,Ce;(Ce=(_e=L.value)==null?void 0:_e.blur)==null||Ce.call(_e)},focus:()=>{var _e,Ce;(Ce=(_e=L.value)==null?void 0:_e.focus)==null||Ce.call(_e)}}),(_e,Ce)=>(openBlock(),createBlock(unref(ElSelect),{ref_key:"select",ref:L,"model-value":unref(V),disabled:unref($),clearable:_e.clearable,"clear-icon":_e.clearIcon,size:_e.size,effect:_e.effect,placeholder:_e.placeholder,"default-first-option":"",filterable:_e.editable,"empty-values":_e.emptyValues,"value-on-clear":_e.valueOnClear,"onUpdate:modelValue":he=>_e.$emit("update:modelValue",he),onChange:he=>_e.$emit("change",he),onBlur:he=>_e.$emit("blur",he),onFocus:he=>_e.$emit("focus",he),onClear:()=>_e.$emit("clear")},{prefix:withCtx(()=>[_e.prefixIcon?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(k).e("prefix-icon"))},{default:withCtx(()=>[(openBlock(),createBlock(resolveDynamicComponent(_e.prefixIcon)))]),_:1},8,["class"])):createCommentVNode("v-if",!0)]),default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(de),he=>(openBlock(),createBlock(unref(n),{key:he.value,label:he.value,value:he.value,disabled:he.disabled},null,8,["label","value","disabled"]))),128))]),_:1},8,["model-value","disabled","clearable","clear-icon","size","effect","placeholder","filterable","empty-values","value-on-clear","onUpdate:modelValue","onChange","onBlur","onFocus","onClear"]))}});var TimeSelect=_export_sfc$1(_sfc_main$10,[["__file","time-select.vue"]]);const ElTimeSelect=withInstall(TimeSelect),Timeline=defineComponent({name:"ElTimeline",setup(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$$=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$$,[["__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$_=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 _e;n.value=Ie,(_e=y["onUpdate:open"])==null||_e.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 _e;Ie&&(document.dispatchEvent(new CustomEvent(TOOLTIP_V2_OPEN)),ue()),(_e=y.onOpenChange)==null||_e.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,_e)=>renderSlot(Ie.$slots,"default",{open:unref(L)})}});var TooltipV2Root=_export_sfc$1(_sfc_main$_,[["__file","root.vue"]]);const __default__$o=defineComponent({name:"ElTooltipV2Arrow"}),_sfc_main$Z=defineComponent({...__default__$o,props:{...tooltipV2ArrowProps,...tooltipV2ArrowSpecialProps},setup(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$Z,[["__file","arrow.vue"]]);const visualHiddenProps=buildProps({style:{type:definePropType([String,Object,Array]),default:()=>({})}}),__default__$n=defineComponent({name:"ElVisuallyHidden"}),_sfc_main$Y=defineComponent({...__default__$n,props:visualHiddenProps,setup(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$Y,[["__file","visual-hidden.vue"]]);const __default__$m=defineComponent({name:"ElTooltipV2Content"}),_sfc_main$X=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 he=[offset(t.offset)];return t.showArrow&&he.push(arrowMiddleware({arrowRef:$})),he})}),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})),_e=computed(()=>{if(!t.showArrow)return{};const{arrow:he}=unref(z);return{[`--${de.namespace.value}-tooltip-v2-arrow-x`]:`${he==null?void 0:he.x}px`||"",[`--${de.namespace.value}-tooltip-v2-arrow-y`]:`${he==null?void 0:he.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,he=>k.value=he),onMounted(()=>{watch(()=>t.reference||y.value,he=>{j.value=he||void 0},{immediate:!0})}),provide(tooltipV2ContentKey,{arrowRef:$}),(he,Ne)=>(openBlock(),createElementBlock("div",{ref_key:"contentRef",ref:V,style:normalizeStyle(unref(Ie)),"data-tooltip-v2-root":""},[he.nowrap?createCommentVNode("v-if",!0):(openBlock(),createElementBlock("div",{key:0,"data-side":unref(pe),class:normalizeClass(unref(Ce))},[renderSlot(he.$slots,"default",{contentStyle:unref(Ie),contentClass:unref(Ce)}),createVNode(unref(ElVisuallyHidden),{id:unref(n),role:"tooltip"},{default:withCtx(()=>[he.ariaLabel?(openBlock(),createElementBlock(Fragment,{key:0},[createTextVNode(toDisplayString(he.ariaLabel),1)],64)):renderSlot(he.$slots,"default",{key:1})]),_:3},8,["id"]),renderSlot(he.$slots,"arrow",{style:normalizeStyle(unref(_e)),side:unref(pe)})],10,["data-side"]))],4))}});var TooltipV2Content=_export_sfc$1(_sfc_main$X,[["__file","content.vue"]]);const forwardRefProps=buildProps({setRef:{type:definePropType(Function),required:!0},onlyChild:Boolean});var ForwardRef=defineComponent({props:forwardRefProps,setup(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$W=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},_e=(Ce,he,Ne)=>{Ce&&Object.entries(he).forEach(([Fe,Ve])=>{Ce[Ne](Fe,Ve)})};return watch(L,(Ce,he)=>{_e(Ce,Ie,"addEventListener"),_e(he,Ie,"removeEventListener"),Ce&&Ce.setAttribute("aria-describedby",$.value)}),onBeforeUnmount(()=>{_e(L.value,Ie,"removeEventListener"),document.removeEventListener("mouseup",z)}),(Ce,he)=>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$W,[["__file","trigger.vue"]]);const __default__$k=defineComponent({name:"ElTooltipV2"}),_sfc_main$V=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$V,[["__file","tooltip.vue"]]);const ElTooltipV2=withInstall(TooltipV2),LEFT_CHECK_CHANGE_EVENT="left-check-change",RIGHT_CHECK_CHANGE_EVENT="right-check-change",transferProps=buildProps({data:{type:definePropType(Array),default:()=>[]},titles:{type:definePropType(Array),default:()=>[]},buttonTexts:{type:definePropType(Array),default:()=>[]},filterPlaceholder:String,filterMethod:{type:definePropType(Function)},leftDefaultChecked:{type:definePropType(Array),default:()=>[]},rightDefaultChecked:{type:definePropType(Array),default:()=>[]},renderContent:{type:definePropType(Function)},modelValue:{type:definePropType(Array),default:()=>[]},format:{type:definePropType(Object),default:()=>({})},filterable:Boolean,props:{type:definePropType(Object),default:()=>mutable({label:"label",key:"key",disabled:"disabled"})},targetOrder:{type:String,values:["original","push","unshift"],default:"original"},validateEvent:{type:Boolean,default:!0}}),transferCheckedChangeFn=(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$U=defineComponent({...__default__$j,props:transferPanelProps,emits:transferPanelEmits,setup(e,{expose:t,emit:y}){const n=e,k=useSlots(),L=({option:he})=>he,{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:_e,query:Ce}=toRefs(V);return t({query:Ce}),(he,Ne)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref(j).b("panel"))},[createBaseVNode("p",{class:normalizeClass(unref(j).be("panel","header"))},[createVNode(unref(ElCheckbox),{modelValue:unref(_e),"onUpdate:modelValue":Fe=>isRef(_e)?_e.value=Fe:null,indeterminate:unref(oe),"validate-event":!1,onChange:unref(ue)},{default:withCtx(()=>[createTextVNode(toDisplayString(he.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))])},[he.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:he.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",he.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 Ve;return[createVNode(L,{option:(Ve=he.optionRender)==null?void 0:Ve.call(he,Fe)},null,8,["option"])]}),_:2},1032,["class","value","disabled"]))),128))]),_:1},8,["modelValue","onUpdate:modelValue","class"]),[[vShow,!unref(de)&&!unref(isEmpty$1)(he.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)(he.data)]])],2),unref(pe)?(openBlock(),createElementBlock("p",{key:0,class:normalizeClass(unref(j).be("panel","footer"))},[renderSlot(he.$slots,"default")],2)):createCommentVNode("v-if",!0)],2))}});var TransferPanel=_export_sfc$1(_sfc_main$U,[["__file","transfer-panel.vue"]]);const __default__$i=defineComponent({name:"ElTransfer"}),_sfc_main$T=defineComponent({...__default__$i,props:transferProps,emits:transferEmits,setup(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(),_e=ref$1(),Ce=Et=>{switch(Et){case"left":Ie.value.query="";break;case"right":_e.value.query="";break}},he=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")),Ve=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(Ue=>void 0))});const jt=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:_e}),(Et,Ue)=>(openBlock(),createElementBlock("div",{class:normalizeClass(unref($).b())},[createVNode(TransferPanel,{ref_key:"leftPanel",ref:Ie,data:unref(re),"option-render":unref(jt),placeholder:unref(Ve),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(he))]),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(he))]),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:_e,data:unref(ie),"option-render":unref(jt),placeholder:unref(Ve),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$T,[["__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 R0{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 R0)){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 R0(t)),t instanceof R0&&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$S=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$S,[["__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,_e=!0,Ce=!0;typeof e.allowDrop=="function"&&(pe=e.allowDrop(de.node,oe.node,"prev"),Ce=Ie=e.allowDrop(de.node,oe.node,"inner"),_e=e.allowDrop(de.node,oe.node,"next")),re.dataTransfer.dropEffect=Ie||pe||_e?"move":"none",(pe||Ie||_e)&&(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||_e?$.value.dropNode=oe:$.value.dropNode=null,oe.node.nextSibling===de.node&&(_e=!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,_e=!1);const he=oe.$el.querySelector(`.${L.be("node","content")}`).getBoundingClientRect(),Ne=y.value.getBoundingClientRect();let Fe;const Ve=pe?Ie?.25:_e?.45:1:-1,jt=_e?Ie?.75:pe?.55:0:1;let Et=-9999;const Ue=re.clientY-he.top;Ue<he.height*Ve?Fe="before":Ue>he.height*jt?Fe="after":Ie?Fe="inner":Fe="none";const qe=oe.$el.querySelector(`.${L.be("node","expand-icon")}`).getBoundingClientRect(),kt=n.value;Fe==="before"?Et=qe.top-Ne.top:Fe==="after"&&(Et=qe.bottom-Ne.top),kt.style.top=`${Et}px`,kt.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$R=defineComponent({name:"ElTreeNode",components:{ElCollapseTransition,ElCheckbox,NodeContent,ElIcon,Loading:loading_default},props:{node:{type:Node$1,default:()=>({})},props:{type:Object,default:()=>({})},accordion:Boolean,renderContent:Function,renderAfterExpand:Boolean,showCheckbox:{type:Boolean,default:!1}},emits:["node-expand"],setup(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 Ue=e.node.data[oe];return Ue&&[...Ue]},()=>{e.node.updateChildren()}),watch(()=>e.node.indeterminate,Ue=>{pe(e.node.checked,Ue)}),watch(()=>e.node.checked,Ue=>{pe(Ue,e.node.indeterminate)}),watch(()=>e.node.childNodes.length,()=>e.node.reInitChecked()),watch(()=>e.node.expanded,Ue=>{nextTick$1(()=>L.value=Ue),Ue&&($.value=!0)});const ue=Ue=>getNodeKey(k.props.nodeKey,Ue.data),de=Ue=>{const qe=e.props.class;if(!qe)return{};let kt;if(isFunction$4(qe)){const{data:tr}=Ue;kt=qe(tr,Ue)}else kt=qe;return isString$3(kt)?{[kt]:!0}:kt},pe=(Ue,qe)=>{(j.value!==Ue||V.value!==qe)&&k.ctx.emit("check-change",e.node.data,Ue,qe),j.value=Ue,V.value=qe},Ie=Ue=>{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&&he(null,{target:{checked:!e.node.checked}}),k.ctx.emit("node-click",e.node.data,e.node,ie,Ue)},_e=Ue=>{k.instance.vnode.props.onNodeContextmenu&&(Ue.stopPropagation(),Ue.preventDefault()),k.ctx.emit("node-contextmenu",Ue,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)))},he=(Ue,qe)=>{e.node.setChecked(qe.target.checked,!k.props.checkStrictly),nextTick$1(()=>{const kt=k.store.value;k.ctx.emit("check",e.node.data,{checkedNodes:kt.getCheckedNodes(),checkedKeys:kt.getCheckedKeys(),halfCheckedNodes:kt.getHalfCheckedNodes(),halfCheckedKeys:kt.getHalfCheckedKeys()})})};return{ns:y,node$:z,tree:k,expanded:L,childNodeRendered:$,oldChecked:j,oldIndeterminate:V,getNodeKey:ue,getNodeClass:de,handleSelectChange:pe,handleClick:Ie,handleContextMenu:_e,handleExpandIconClick:Ce,handleCheckChange:he,handleChildNodeExpand:(Ue,qe,kt)=>{n(qe),k.ctx.emit("node-expand",Ue,qe,kt)},handleDragStart:Ue=>{k.props.draggable&&re.treeNodeDragStart({event:Ue,treeNode:e})},handleDragOver:Ue=>{Ue.preventDefault(),k.props.draggable&&re.treeNodeDragOver({event:Ue,treeNode:{$el:z.value,node:e.node}})},handleDrop:Ue=>{Ue.preventDefault()},handleDragEnd:Ue=>{k.props.draggable&&re.treeNodeDragEnd(Ue)},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$R,[["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$Q=defineComponent({name:"ElTree",components:{ElTreeNode:ElTreeNode$1},props:{data:{type:Array,default:()=>[]},emptyText:{type:String},renderAfterExpand:{type:Boolean,default:!0},nodeKey:String,checkStrictly:Boolean,defaultExpandAll:Boolean,expandOnClickNode:{type:Boolean,default:!0},checkOnClickNode:Boolean,checkDescendants:{type:Boolean,default:!1},autoExpandParent:{type:Boolean,default:!0},defaultCheckedKeys:Array,defaultExpandedKeys:Array,currentNodeKey:[String,Number],renderContent:Function,showCheckbox:{type:Boolean,default:!1},draggable:{type:Boolean,default:!1},allowDrag:Function,allowDrop:Function,props:{type:Object,default:()=>({children:"children",label:"label",disabled:"disabled"})},lazy:{type:Boolean,default:!1},highlightCurrent:Boolean,load:Function,filterNodeMethod:Function,accordion:Boolean,indent:{type:Number,default:18},icon:{type:iconPropType}},emits:["check-change","current-change","node-click","node-contextmenu","node-collapse","node-expand","check","node-drag-start","node-drag-end","node-drop","node-drag-leave","node-drag-enter","node-drag-over"],setup(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:mr}=$.value,hr=k?k.hasFilteredOptions!==0:!1;return(!mr||mr.length===0||mr.every(({visible:br})=>!br))&&!hr});watch(()=>e.currentNodeKey,mr=>{L.value.setCurrentNodeKey(mr)}),watch(()=>e.defaultCheckedKeys,mr=>{L.value.setDefaultCheckedKey(mr)}),watch(()=>e.defaultExpandedKeys,mr=>{L.value.setDefaultExpandedKeys(mr)}),watch(()=>e.data,mr=>{L.value.setData(mr)},{deep:!0}),watch(()=>e.checkStrictly,mr=>{L.value.checkStrictly=mr});const ue=mr=>{if(!e.filterNodeMethod)throw new Error("[Tree] filterNodeMethod is required when filter");L.value.filter(mr)},de=mr=>getNodeKey(e.nodeKey,mr.data),pe=mr=>{if(!e.nodeKey)throw new Error("[Tree] nodeKey is required in getNodePath");const hr=L.value.getNode(mr);if(!hr)return[];const br=[hr.data];let Rr=hr.parent;for(;Rr&&Rr!==$.value;)br.push(Rr.data),Rr=Rr.parent;return br.reverse()},Ie=(mr,hr)=>L.value.getCheckedNodes(mr,hr),_e=mr=>L.value.getCheckedKeys(mr),Ce=()=>{const mr=L.value.getCurrentNode();return mr?mr.data:null},he=()=>{if(!e.nodeKey)throw new Error("[Tree] nodeKey is required in getCurrentKey");const mr=Ce();return mr?mr[e.nodeKey]:null},Ne=(mr,hr)=>{if(!e.nodeKey)throw new Error("[Tree] nodeKey is required in setCheckedNodes");L.value.setCheckedNodes(mr,hr)},Fe=(mr,hr)=>{if(!e.nodeKey)throw new Error("[Tree] nodeKey is required in setCheckedKeys");L.value.setCheckedKeys(mr,hr)},Ve=(mr,hr,br)=>{L.value.setChecked(mr,hr,br)},jt=()=>L.value.getHalfCheckedNodes(),Et=()=>L.value.getHalfCheckedKeys(),Ue=(mr,hr=!0)=>{if(!e.nodeKey)throw new Error("[Tree] nodeKey is required in setCurrentNode");handleCurrentChange(L,t.emit,()=>{re(mr),L.value.setUserCurrentNode(mr,hr)})},qe=(mr,hr=!0)=>{if(!e.nodeKey)throw new Error("[Tree] nodeKey is required in setCurrentKey");handleCurrentChange(L,t.emit,()=>{re(),L.value.setCurrentNodeKey(mr,hr)})},kt=mr=>L.value.getNode(mr),tr=mr=>{L.value.remove(mr)},rr=(mr,hr)=>{L.value.append(mr,hr)},ar=(mr,hr)=>{L.value.insertBefore(mr,hr)},nr=(mr,hr)=>{L.value.insertAfter(mr,hr)},ur=(mr,hr,br)=>{re(hr),t.emit("node-expand",mr,hr,br)},cr=(mr,hr)=>{if(!e.nodeKey)throw new Error("[Tree] nodeKey is required in updateKeyChild");L.value.updateChildren(mr,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:_e,getCurrentNode:Ce,getCurrentKey:he,setCheckedNodes:Ne,setCheckedKeys:Fe,setChecked:Ve,getHalfCheckedNodes:jt,getHalfCheckedKeys:Et,setCurrentNode:Ue,setCurrentKey:qe,t:y,getNode:kt,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$Q,[["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,_e;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();(_e=k.value)==null||_e.focus()}},onCheck:(ie,oe)=>{var ue;if(!e.showCheckbox)return;const de=V("value",ie),pe={};treeEach([L.value.store.root],he=>pe[he.key]=he,he=>he.childNodes);const Ie=oe.checkedKeys,_e=e.multiple?toValidArray(e.modelValue).filter(he=>!(he in pe)&&!Ie.includes(he)):[],Ce=_e.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,_e.concat(L.value.getCheckedKeys(!0)));else{const he=treeFind([ie],Ve=>!isValidArray(V("children",Ve))&&!V("disabled",Ve),Ve=>V("children",Ve)),Ne=he?V("value",he):void 0,Fe=isValidValue(e.modelValue)&&!!treeFind([ie],Ve=>V("value",Ve)===e.modelValue,Ve=>V("children",Ve));n(UPDATE_MODEL_EVENT,Ne===e.modelValue||Fe?void 0:Ne)}nextTick$1(()=>{var he;const Ne=toValidArray(e.modelValue);L.value.setCheckedKeys(Ne),(he=t.onCheck)==null||he.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$P=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$P,[["__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:he,maxLevel:Ne}=t.value,Fe=y.value,Ve=new Set;for(let jt=Ne-1;jt>=1;--jt){const Et=he.get(jt);Et&&Et.forEach(Ue=>{const qe=Ue.children;if(qe){let kt=!0,tr=!1;for(const rr of qe){const ar=rr.key;if(Fe.has(ar))tr=!0;else if(Ve.has(ar)){kt=!1,tr=!0;break}else kt=!1}kt?Fe.add(Ue.key):tr?(Ve.add(Ue.key),Fe.delete(Ue.key)):(Fe.delete(Ue.key),Ve.delete(Ue.key))}})}n.value=Ve},$=he=>y.value.has(he.key),j=he=>n.value.has(he.key),V=(he,Ne,Fe=!0)=>{const Ve=y.value,jt=(Et,Ue)=>{Ve[Ue?SetOperationEnum.ADD:SetOperationEnum.DELETE](Et.key);const qe=Et.children;!e.checkStrictly&&qe&&qe.forEach(kt=>{kt.disabled||jt(kt,Ue)})};jt(he,Ne),L(),Fe&&z(he,Ne)},z=(he,Ne)=>{const{checkedNodes:Fe,checkedKeys:Ve}=de(),{halfCheckedNodes:jt,halfCheckedKeys:Et}=pe();k(NODE_CHECK,he.data,{checkedKeys:Ve,checkedNodes:Fe,halfCheckedKeys:Et,halfCheckedNodes:jt}),k(NODE_CHECK_CHANGE,he.data,Ne)};function re(he=!1){return de(he).checkedKeys}function ie(he=!1){return de(he).checkedNodes}function oe(){return pe().halfCheckedKeys}function ue(){return pe().halfCheckedNodes}function de(he=!1){const Ne=[],Fe=[];if(t!=null&&t.value&&e.showCheckbox){const{treeNodeMap:Ve}=t.value;y.value.forEach(jt=>{const Et=Ve.get(jt);Et&&(!he||he&&Et.isLeaf)&&(Fe.push(jt),Ne.push(Et.data))})}return{checkedKeys:Fe,checkedNodes:Ne}}function pe(){const he=[],Ne=[];if(t!=null&&t.value&&e.showCheckbox){const{treeNodeMap:Fe}=t.value;n.value.forEach(Ve=>{const jt=Fe.get(Ve);jt&&(Ne.push(Ve),he.push(jt.data))})}return{halfCheckedNodes:he,halfCheckedKeys:Ne}}function Ie(he){y.value.clear(),n.value.clear(),nextTick$1(()=>{Ce(he)})}function _e(he,Ne){if(t!=null&&t.value&&e.showCheckbox){const Fe=t.value.treeNodeMap.get(he);Fe&&V(Fe,Ne,!1)}}function Ce(he){if(t!=null&&t.value){const{treeNodeMap:Ne}=t.value;if(e.showCheckbox&&Ne&&he)for(const Fe of he){const Ve=Ne.get(Fe);Ve&&!$(Ve)&&V(Ve,!0,!1)}}}return{updateCheckedKeys:L,toggleCheckbox:V,isChecked:$,isIndeterminate:j,getCheckedKeys:re,getCheckedNodes:ie,getHalfCheckedKeys:oe,getHalfCheckedNodes:ue,setChecked:_e,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(_e=>{oe.push(_e),de!=null&&de(j,_e.data)?oe.forEach(he=>{z.add(he.key)}):_e.isLeaf&&ie.add(_e.key);const Ce=_e.children;if(Ce&&pe(Ce),!_e.isLeaf){if(!z.has(_e.key))ie.add(_e.key);else if(Ce){let he=!0;for(const Ne of Ce)if(!ie.has(Ne.key)){he=!1;break}he?re.add(_e.key):re.delete(_e.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=>{gr(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:_e}=useFilter(e,k),Ce=computed(()=>{var Vr;return((Vr=e.props)==null?void 0:Vr.value)||TreeOptionsEnum.KEY}),he=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}),Ve=computed(()=>{const Vr=y.value,Gr=Ie.value,Tr=[],Cr=k.value&&k.value.treeNodes||[];function Mr(){const yr=[];for(let Sr=Cr.length-1;Sr>=0;--Sr)yr.push(Cr[Sr]);for(;yr.length;){const Sr=yr.pop();if(Sr&&(Gr.has(Sr.key)||Tr.push(Sr),Vr.has(Sr.key))){const Dr=Sr.children;if(Dr){const kr=Dr.length;for(let Wr=kr-1;Wr>=0;--Wr)yr.push(Dr[Wr])}}}}return Mr(),Tr}),jt=computed(()=>Ve.value.length>0);function Et(Vr){const Gr=new Map,Tr=new Map;let Cr=1;function Mr(Sr,Dr=1,kr=void 0){var Wr;const Kr=[];for(const Nr of Sr){const jr=kt(Nr),Qr={level:Dr,key:jr,data:Nr};Qr.label=rr(Nr),Qr.parent=kr;const ca=qe(Nr);Qr.disabled=tr(Nr),Qr.isLeaf=!ca||ca.length===0,ca&&ca.length&&(Qr.children=Mr(ca,Dr+1,Qr)),Kr.push(Qr),Gr.set(jr,Qr),Tr.has(Dr)||Tr.set(Dr,[]),(Wr=Tr.get(Dr))==null||Wr.push(Qr)}return Dr>Cr&&(Cr=Dr),Kr}const yr=Mr(Vr);return{treeNodeMap:Gr,levelTreeNodeMap:Tr,maxLevel:Cr,treeNodes:yr}}function Ue(Vr){const Gr=pe(Vr);Gr&&(y.value=Gr)}function qe(Vr){return Vr[he.value]}function kt(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)?br(Vr):hr(Vr)}function nr(Vr){y.value=new Set(Vr)}function ur(Vr,Gr){t(NODE_CLICK,Vr.data,Vr,Gr),cr(Vr),e.expandOnClickNode&&ar(Vr),e.showCheckbox&&e.checkOnClickNode&&!Vr.disabled&&V(Vr,!j(Vr),!0)}function cr(Vr){Er(Vr)||(n.value=Vr.key,t(CURRENT_CHANGE,Vr.data,Vr))}function mr(Vr,Gr){V(Vr,Gr)}function hr(Vr){const Gr=y.value;if(k.value&&e.accordion){const{treeNodeMap:Tr}=k.value;Gr.forEach(Cr=>{const Mr=Tr.get(Cr);Vr&&Vr.level===(Mr==null?void 0:Mr.level)&&Gr.delete(Cr)})}Gr.add(Vr.key),t(NODE_EXPAND,Vr.data,Vr)}function br(Vr){y.value.delete(Vr.key),t(NODE_COLLAPSE,Vr.data,Vr)}function Rr(Vr){return y.value.has(Vr.key)}function xr(Vr){return!!Vr.disabled}function Er(Vr){const Gr=n.value;return Gr!==void 0&&Gr===Vr.key}function vr(){var Vr,Gr;if(n.value)return(Gr=(Vr=k.value)==null?void 0:Vr.treeNodeMap.get(n.value))==null?void 0:Gr.data}function Ir(){return n.value}function Lr(Vr){n.value=Vr}function gr(Vr){nextTick$1(()=>k.value=Et(Vr))}function _r(Vr){var Gr;const Tr=isObject$4(Vr)?kt(Vr):Vr;return(Gr=k.value)==null?void 0:Gr.treeNodeMap.get(Tr)}function Fr(Vr,Gr="auto"){const Tr=_r(Vr);Tr&&L.value&&L.value.scrollToItem(Ve.value.indexOf(Tr),Gr)}function zr(Vr){var Gr;(Gr=L.value)==null||Gr.scrollTo(Vr)}return{tree:k,flattenTree:Ve,isNotEmpty:jt,listRef:L,getKey:kt,getChildren:qe,toggleExpand:ar,toggleCheckbox:V,isExpanded:Rr,isChecked:j,isIndeterminate:$,isDisabled:xr,isCurrent:Er,isForceHiddenExpandIcon:_e,handleNodeClick:ur,handleNodeCheck:mr,getCurrentNode:vr,getCurrentKey:Ir,setCurrentKey:Lr,getCheckedKeys:z,getCheckedNodes:re,getHalfCheckedKeys:ie,getHalfCheckedNodes:oe,setChecked:ue,setCheckedKeys:de,filter:Ue,setData:gr,getNode:_r,expandNode:hr,collapseNode:br,setExpandedKeys:nr,scrollToNode:Fr,scrollTo:zr}}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$O=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$O,[["__file","tree-node.vue"]]);const __default__$g=defineComponent({name:"ElTreeV2"}),_sfc_main$N=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:_e,handleNodeClick:Ce,handleNodeCheck:he,toggleCheckbox:Ne,getCurrentNode:Fe,getCurrentKey:Ve,setCurrentKey:jt,getCheckedKeys:Et,getCheckedNodes:Ue,getHalfCheckedKeys:qe,getHalfCheckedNodes:kt,setChecked:tr,setCheckedKeys:rr,filter:ar,setData:nr,getNode:ur,expandNode:cr,collapseNode:mr,setExpandedKeys:hr,scrollToNode:br,scrollTo:Rr}=useTree(n,y);return t({toggleCheckbox:Ne,getCurrentNode:Fe,getCurrentKey:Ve,setCurrentKey:jt,getCheckedKeys:Et,getCheckedNodes:Ue,getHalfCheckedKeys:qe,getHalfCheckedNodes:kt,setChecked:tr,setCheckedKeys:rr,filter:ar,setData:nr,getNode:ur,expandNode:cr,collapseNode:mr,setExpandedKeys:hr,scrollToNode:br,scrollTo:Rr}),(xr,Er)=>{var vr;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:Lr,style:gr})=>[(openBlock(),createBlock(ElTreeNode,{key:Ir[Lr].key,style:normalizeStyle(gr),node:Ir[Lr],expanded:unref(oe)(Ir[Lr]),"show-checkbox":xr.showCheckbox,checked:unref(de)(Ir[Lr]),indeterminate:unref(ue)(Ir[Lr]),"item-size":unref(L),disabled:unref(pe)(Ir[Lr]),current:unref(Ie)(Ir[Lr]),"hidden-expand-icon":unref(_e)(Ir[Lr]),onClick:unref(Ce),onToggle:unref(ie),onCheck:unref(he)},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((vr=xr.emptyText)!=null?vr:unref($)("el.tree.emptyText")),3)],2))],2)}}});var TreeV2=_export_sfc$1(_sfc_main$N,[["__file","tree.vue"]]);const ElTreeV2=withInstall(TreeV2),uploadContextKey=Symbol("uploadContextKey"),SCOPE$2="ElUpload";class UploadAjaxError extends Error{constructor(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$M=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$M,[["__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$L=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$L,[["__file","upload-dragger.vue"]]);const uploadContentProps=buildProps({...uploadBaseProps,beforeUpload:{type:definePropType(Function),default:NOOP},onRemove:{type:definePropType(Function),default:NOOP},onStart:{type:definePropType(Function),default:NOOP},onSuccess:{type:definePropType(Function),default:NOOP},onProgress:{type:definePropType(Function),default:NOOP},onError:{type:definePropType(Function),default:NOOP},onExceed:{type:definePropType(Function),default:NOOP}}),__default__$d=defineComponent({name:"ElUploadContent",inheritAttrs:!1}),_sfc_main$K=defineComponent({...__default__$d,props:uploadContentProps,setup(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:_e,fileList:Ce,multiple:he,onStart:Ne,onExceed:Fe}=y;if(_e&&Ce.length+pe.length>_e){Fe(pe,Ce);return}he||(pe=pe.slice(0,1));for(const Ve of pe){const jt=Ve;jt.uid=genFileId(),Ne(jt),Ie&&V(jt)}},V=async pe=>{if($.value.value="",!y.beforeUpload)return re(pe);let Ie,_e={};try{const he=y.data,Ne=y.beforeUpload(pe);_e=isPlainObject$3(y.data)?cloneDeep(y.data):y.data,Ie=await Ne,isPlainObject$3(y.data)&&isEqual$1(he,_e)&&(_e=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}),_e)},z=async(pe,Ie)=>isFunction$4(pe)?pe(Ie):pe,re=async(pe,Ie)=>{const{headers:_e,data:Ce,method:he,withCredentials:Ne,name:Fe,action:Ve,onProgress:jt,onSuccess:Et,onError:Ue,httpRequest:qe}=y;try{Ie=await z(Ie??Ce,pe)}catch{y.onRemove(pe);return}const{uid:kt}=pe,tr={headers:_e||{},withCredentials:Ne,file:pe,data:Ie,method:he,filename:Fe,action:Ve,onProgress:ar=>{jt(ar,pe)},onSuccess:ar=>{Et(ar,pe),delete L.value[kt]},onError:ar=>{Ue(ar,pe),delete L.value[kt]}},rr=qe(tr);L.value[kt]=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?([_e])=>String(pe.uid)===_e:()=>!0).forEach(([_e,Ce])=>{Ce instanceof XMLHttpRequest&&Ce.abort(),delete L.value[_e]})},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$K,[["__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(_e){e.onError(_e,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$J=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}),(_e,Ce)=>(openBlock(),createElementBlock("div",null,[unref(pe)&&_e.showFileList?(openBlock(),createBlock(UploadList,{key:0,disabled:unref(n),"list-type":_e.listType,files:unref(V),crossorigin:_e.crossorigin,"handle-preview":_e.onPreview,onRemove:unref(ie)},createSlots({append:withCtx(()=>[createVNode(UploadContent,mergeProps({ref_key:"uploadRef",ref:k},unref(Ie)),{default:withCtx(()=>[_e.$slots.trigger?renderSlot(_e.$slots,"trigger",{key:0}):createCommentVNode("v-if",!0),!_e.$slots.trigger&&_e.$slots.default?renderSlot(_e.$slots,"default",{key:1}):createCommentVNode("v-if",!0)]),_:3},16)]),_:2},[_e.$slots.file?{name:"default",fn:withCtx(({file:he,index:Ne})=>[renderSlot(_e.$slots,"file",{file:he,index:Ne})])}:void 0]),1032,["disabled","list-type","files","crossorigin","handle-preview","onRemove"])):createCommentVNode("v-if",!0),!unref(pe)||unref(pe)&&!_e.showFileList?(openBlock(),createBlock(UploadContent,mergeProps({key:1,ref_key:"uploadRef",ref:k},unref(Ie)),{default:withCtx(()=>[_e.$slots.trigger?renderSlot(_e.$slots,"trigger",{key:0}):createCommentVNode("v-if",!0),!_e.$slots.trigger&&_e.$slots.default?renderSlot(_e.$slots,"default",{key:1}):createCommentVNode("v-if",!0)]),_:3},16)):createCommentVNode("v-if",!0),_e.$slots.trigger?renderSlot(_e.$slots,"default",{key:2}):createCommentVNode("v-if",!0),renderSlot(_e.$slots,"tip"),!unref(pe)&&_e.showFileList?(openBlock(),createBlock(UploadList,{key:3,disabled:unref(n),"list-type":_e.listType,files:unref(V),crossorigin:_e.crossorigin,"handle-preview":_e.onPreview,onRemove:unref(ie)},createSlots({_:2},[_e.$slots.file?{name:"default",fn:withCtx(({file:he,index:Ne})=>[renderSlot(_e.$slots,"file",{file:he,index:Ne})])}:void 0]),1032,["disabled","list-type","files","crossorigin","handle-preview","onRemove"])):createCommentVNode("v-if",!0)]))}});var Upload=_export_sfc$1(_sfc_main$J,[["__file","upload.vue"]]);const ElUpload=withInstall(Upload),watermarkProps=buildProps({zIndex:{type:Number,default:9},rotate:{type:Number,default:-22},width:Number,height:Number,image:String,content:{type:definePropType([String,Array]),default:"Element Plus"},font:{type:definePropType(Object)},gap:{type:definePropType(Array),default:()=>[100,100]},offset:{type:definePropType(Array)}});function toLowercaseSeparator(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:Rr,fontSize:xr,fontStyle:Er,fontWeight:vr,fontFamily:Ir,textAlign:Lr,textBaseline:gr}=$,_r=Number(xr)*n;z.font=`${Er} normal ${vr} ${_r}px/${L}px ${Ir}`,z.fillStyle=Rr,z.textAlign=Lr,z.textBaseline=gr;const Fr=Array.isArray(t)?t:[t];Fr==null||Fr.forEach((zr,Vr)=>{z.fillText(zr??"",ie/2,Vr*(_r+FontGap*n))})}const ue=Math.PI/180*Number(y),de=Math.max(k,L),[pe,Ie,_e]=prepareCanvas(de,de,n);pe.translate(_e/2,_e/2),pe.rotate(ue),ie>0&&oe>0&&pe.drawImage(re,-ie/2,-oe/2);function Ce(Rr,xr){const Er=Rr*Math.cos(ue)-xr*Math.sin(ue),vr=Rr*Math.sin(ue)+xr*Math.cos(ue);return[Er,vr]}let he=0,Ne=0,Fe=0,Ve=0;const jt=ie/2,Et=oe/2;[[0-jt,0-Et],[0+jt,0-Et],[0+jt,0+Et],[0-jt,0+Et]].forEach(([Rr,xr])=>{const[Er,vr]=Ce(Rr,xr);he=Math.min(he,Er),Ne=Math.max(Ne,Er),Fe=Math.min(Fe,vr),Ve=Math.max(Ve,vr)});const qe=he+_e/2,kt=Fe+_e/2,tr=Ne-he,rr=Ve-Fe,ar=j*n,nr=V*n,ur=(tr+ar)*2,cr=rr+nr,[mr,hr]=prepareCanvas(ur,cr);function br(Rr=0,xr=0){mr.drawImage(Ie,qe,kt,tr,rr,Rr,xr,tr,rr)}return br(),br(tr+ar,-rr/2-nr/2),br(tr+ar,+rr/2+nr/2),[hr.toDataURL(),ur/n,cr/n]}return e}const __default__$b=defineComponent({name:"ElWatermark"}),_sfc_main$I=defineComponent({...__default__$b,props:watermarkProps,setup(e){const t=e,y={position:"relative"},n=computed(()=>{var qe,kt;return(kt=(qe=t.font)==null?void 0:qe.color)!=null?kt:"rgba(0,0,0,.15)"}),k=computed(()=>{var qe,kt;return(kt=(qe=t.font)==null?void 0:qe.fontSize)!=null?kt:16}),L=computed(()=>{var qe,kt;return(kt=(qe=t.font)==null?void 0:qe.fontWeight)!=null?kt:"normal"}),$=computed(()=>{var qe,kt;return(kt=(qe=t.font)==null?void 0:qe.fontStyle)!=null?kt:"normal"}),j=computed(()=>{var qe,kt;return(kt=(qe=t.font)==null?void 0:qe.fontFamily)!=null?kt:"sans-serif"}),V=computed(()=>{var qe,kt;return(kt=(qe=t.font)==null?void 0:qe.textAlign)!=null?kt:"center"}),z=computed(()=>{var qe,kt;return(kt=(qe=t.font)==null?void 0:qe.textBaseline)!=null?kt:"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,kt;return(kt=(qe=t.offset)==null?void 0:qe[0])!=null?kt:oe.value}),pe=computed(()=>{var qe,kt;return(kt=(qe=t.offset)==null?void 0:qe[1])!=null?kt:ue.value}),Ie=()=>{const qe={zIndex:t.zIndex,position:"absolute",left:0,top:0,width:"100%",height:"100%",pointerEvents:"none",backgroundRepeat:"repeat"};let kt=de.value-oe.value,tr=pe.value-ue.value;return kt>0&&(qe.left=`${kt}px`,qe.width=`calc(100% - ${kt}px)`,kt=0),tr>0&&(qe.top=`${tr}px`,qe.height=`calc(100% - ${tr}px)`,tr=0),qe.backgroundPosition=`${kt}px ${tr}px`,qe},_e=shallowRef(null),Ce=shallowRef(),he=ref$1(!1),Ne=()=>{Ce.value&&(Ce.value.remove(),Ce.value=void 0)},Fe=(qe,kt)=>{var tr;_e.value&&Ce.value&&(he.value=!0,Ce.value.setAttribute("style",getStyleStr({...Ie(),backgroundImage:`url('${qe}')`,backgroundSize:`${Math.floor(kt)}px`})),(tr=_e.value)==null||tr.append(Ce.value),setTimeout(()=>{he.value=!1}))},Ve=qe=>{let kt=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],mr=cr.map(hr=>{const br=qe.measureText(hr);return[br.width,br.fontBoundingBoxAscent!==void 0?br.fontBoundingBoxAscent+br.fontBoundingBoxDescent:br.actualBoundingBoxAscent+br.actualBoundingBoxDescent]});kt=Math.ceil(Math.max(...mr.map(hr=>hr[0]))),tr=Math.ceil(Math.max(...mr.map(hr=>hr[1])))*cr.length+(cr.length-1)*FontGap}return[nr??kt,ur??tr]},jt=useClips(),Et=()=>{const kt=document.createElement("canvas").getContext("2d"),tr=t.image,rr=t.content,ar=t.rotate;if(kt){Ce.value||(Ce.value=document.createElement("div"));const nr=getPixelRatio(),[ur,cr]=Ve(kt),mr=hr=>{const[br,Rr]=jt(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(br,Rr)};if(tr){const hr=new Image;hr.onload=()=>{mr(hr)},hr.onerror=()=>{mr(rr)},hr.crossOrigin="anonymous",hr.referrerPolicy="no-referrer",hr.src=tr}else mr(rr)}};return onMounted(()=>{Et()}),watch(()=>t,()=>{Et()},{deep:!0,flush:"post"}),onBeforeUnmount(()=>{Ne()}),useMutationObserver(_e,qe=>{he.value||qe.forEach(kt=>{reRendering(kt,Ce.value)&&(Ne(),Et())})},{attributes:!0,subtree:!0,childList:!0}),(qe,kt)=>(openBlock(),createElementBlock("div",{ref_key:"containerRef",ref:_e,style:normalizeStyle([y])},[renderSlot(qe.$slots,"default")],4))}});var Watermark=_export_sfc$1(_sfc_main$I,[["__file","watermark.vue"]]);const ElWatermark=withInstall(Watermark),maskProps=buildProps({zIndex:{type:Number,default:1001},visible:Boolean,fill:{type:String,default:"rgba(0,0,0,0.5)"},pos:{type:definePropType(Object)},targetAreaClickable:{type:Boolean,default:!0}}),useTarget=(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 _e=[offset(unref(L)),flip(),shift(),overflowMiddleware()];return unref(j)&&unref(y)&&_e.push(arrow$1({element:unref(y)})),_e}),ue=async()=>{if(!isClient)return;const _e=unref(e),Ce=unref(t);if(!_e||!Ce)return;const he=await computePosition(_e,Ce,{placement:unref(n),strategy:unref(k),middleware:unref(oe)});keysOf(ie).forEach(Ne=>{ie[Ne].value=he[Ne]})},de=computed(()=>{if(!unref(e))return{position:"fixed",top:"50%",left:"50%",transform:"translate3d(-50%, -50%, 0)",maxWidth:"100vw",zIndex:unref($)};const{overflow:_e}=unref(re);return{position:unref(k),zIndex:unref($),top:unref(z)!=null?`${unref(z)}px`:"",left:unref(V)!=null?`${unref(V)}px`:"",maxWidth:_e!=null&&_e.maxWidth?`${_e==null?void 0:_e.maxWidth}px`:""}}),pe=computed(()=>{if(!unref(j))return{};const{arrow:_e}=unref(re);return{left:(_e==null?void 0:_e.x)!=null?`${_e==null?void 0:_e.x}px`:"",top:(_e==null?void 0:_e.y)!=null?`${_e==null?void 0:_e.y}px`:""}});let Ie;return onMounted(()=>{const _e=unref(e),Ce=unref(t);_e&&Ce&&(Ie=autoUpdate(_e,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$H=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$H,[["__file","mask.vue"]]);const tourStrategies=["absolute","fixed"],tourPlacements=["top-start","top-end","top","bottom-start","bottom-end","bottom","left-start","left-end","left","right-start","right-end","right"],tourContentProps=buildProps({placement:{type:definePropType(String),values:tourPlacements,default:"bottom"},reference:{type:definePropType(Object),default:null},strategy:{type:definePropType(String),values:tourStrategies,default:"absolute"},offset:{type:Number,default:10},showArrow:Boolean,zIndex:{type:Number,default:2001}}),tourContentEmits={close:()=>!0},__default__$9=defineComponent({name:"ElTourContent"}),_sfc_main$G=defineComponent({...__default__$9,props:tourContentProps,emits:tourContentEmits,setup(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$G,[["__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$F=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 Ue;return(Ue=L.value)==null?void 0:Ue.target}),V=computed(()=>[n.b(),Ie.value==="primary"?n.m("primary"):""]),z=computed(()=>{var Ue;return((Ue=L.value)==null?void 0:Ue.placement)||y.placement}),re=computed(()=>{var Ue,qe;return(qe=(Ue=L.value)==null?void 0:Ue.contentStyle)!=null?qe:y.contentStyle}),ie=computed(()=>{var Ue,qe;return(qe=(Ue=L.value)==null?void 0:Ue.mask)!=null?qe:y.mask}),oe=computed(()=>!!ie.value&&y.modelValue),ue=computed(()=>isBoolean$2(ie.value)?void 0:ie.value),de=computed(()=>{var Ue,qe;return!!j.value&&((qe=(Ue=L.value)==null?void 0:Ue.showArrow)!=null?qe:y.showArrow)}),pe=computed(()=>{var Ue,qe;return(qe=(Ue=L.value)==null?void 0:Ue.scrollIntoViewOptions)!=null?qe:y.scrollIntoViewOptions}),Ie=computed(()=>{var Ue,qe;return(qe=(Ue=L.value)==null?void 0:Ue.type)!=null?qe:y.type}),{nextZIndex:_e}=useZIndex(),Ce=_e(),he=computed(()=>{var Ue;return(Ue=y.zIndex)!=null?Ue:Ce}),{mergedPosInfo:Ne,triggerTarget:Fe}=useTarget(j,toRef$1(y,"modelValue"),toRef$1(y,"gap"),ie,pe);watch(()=>y.modelValue,Ue=>{Ue||($.value=0)});const Ve=()=>{y.closeOnPressEscape&&(t("update:modelValue",!1),t("close",$.value))},jt=Ue=>{k.value=Ue},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(Ue){t("update:modelValue",Ue)},onClose(){t("close",$.value)},onFinish(){t("finish")},onChange(){t("change",$.value)}}),(Ue,qe)=>(openBlock(),createElementBlock(Fragment,null,[createVNode(unref(ElTeleport),{to:Ue.appendTo},{default:withCtx(()=>{var kt,tr;return[createBaseVNode("div",mergeProps({class:unref(V)},Ue.$attrs),[createVNode(ElTourMask,{visible:unref(oe),fill:(kt=unref(ue))==null?void 0:kt.color,style:normalizeStyle((tr=unref(ue))==null?void 0:tr.style),pos:unref(Ne),"z-index":unref(he),"target-area-clickable":Ue.targetAreaClickable},null,8,["visible","fill","style","pos","z-index","target-area-clickable"]),Ue.modelValue?(openBlock(),createBlock(ElTourContent,{key:unref($),reference:unref(Fe),placement:unref(z),"show-arrow":unref(de),"z-index":unref(he),style:normalizeStyle(unref(re)),onClose:Ve},{default:withCtx(()=>[createVNode(unref(ElTourSteps),{current:unref($),onUpdateTotal:jt},{default:withCtx(()=>[renderSlot(Ue.$slots,"default")]),_:3},8,["current"])]),_:3},8,["reference","placement","show-arrow","z-index","style"])):createCommentVNode("v-if",!0)],16)]}),_:3},8,["to"]),createCommentVNode(" just for IDE "),createCommentVNode("v-if",!0)],64))}});var Tour=_export_sfc$1(_sfc_main$F,[["__file","tour.vue"]]);const tourStepProps=buildProps({target:{type:definePropType([String,Object,Function])},title:String,description:String,showClose:{type:Boolean,default:void 0},closeIcon:{type:iconPropType},showArrow:{type:Boolean,default:void 0},placement:tourContentProps.placement,mask:{type:definePropType([Boolean,Object]),default:void 0},contentStyle:{type:definePropType([Object])},prevButtonProps:{type:definePropType(Object)},nextButtonProps:{type:definePropType(Object)},scrollIntoViewOptions:{type:definePropType([Boolean,Object]),default:void 0},type:{type:definePropType(String)}}),tourStepEmits={close:()=>!0},__default__$7=defineComponent({name:"ElTourStep"}),_sfc_main$E=defineComponent({...__default__$7,props:tourStepProps,emits:tourStepEmits,setup(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 _e=computed(()=>{var Et;return(Et=y.showClose)!=null?Et:V.value}),Ce=computed(()=>{var Et,Ue;return(Ue=(Et=y.closeIcon)!=null?Et:z.value)!=null?Ue:n}),he=Et=>{if(Et)return omit(Et,["children","onClick"])},Ne=()=>{var Et,Ue;$.value-=1,(Et=y.prevButtonProps)!=null&&Et.onClick&&((Ue=y.prevButtonProps)==null||Ue.onClick()),Ie()},Fe=()=>{var Et;$.value>=j.value-1?Ve():$.value+=1,(Et=y.nextButtonProps)!=null&&Et.onClick&&y.nextButtonProps.onClick(),Ie()},Ve=()=>{jt(),pe()},jt=()=>{ue(!1),de(),t("close")};return(Et,Ue)=>(openBlock(),createElementBlock(Fragment,null,[unref(_e)?(openBlock(),createElementBlock("button",{key:0,"aria-label":"Close",class:normalizeClass(unref(ie).e("closebtn")),type:"button",onClick:jt},[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,kt)=>(openBlock(),createElementBlock("span",{key:qe,class:normalizeClass([unref(ie).b("indicator"),kt===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)},he(Et.prevButtonProps),{onClick:Ne}),{default:withCtx(()=>{var qe,kt;return[createTextVNode(toDisplayString((kt=(qe=Et.prevButtonProps)==null?void 0:qe.children)!=null?kt: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"},he(Et.nextButtonProps),{onClick:Fe}),{default:withCtx(()=>{var qe,kt;return[createTextVNode(toDisplayString((kt=(qe=Et.nextButtonProps)==null?void 0:qe.children)!=null?kt: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$E,[["__file","step.vue"]]);const ElTour=withInstall(Tour,{TourStep}),ElTourStep=withNoopInstall(TourStep),anchorProps=buildProps({container:{type:definePropType([String,Object])},offset:{type:Number,default:0},bound:{type:Number,default:15},duration:{type:Number,default:300},marker:{type:Boolean,default:!0},type:{type:definePropType(String),default:"default"},direction:{type:definePropType(String),default:"vertical"}}),anchorEmits={change: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$D=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 _e=Et=>{if(!j.value)return;const Ue=getElement(Et);if(!Ue)return;Ie&&Ie(),z=!0;const qe=getScrollElement(Ue,j.value),kt=getOffsetTopDistance(Ue,qe),tr=qe.scrollHeight-qe.clientHeight,rr=Math.min(kt-n.offset,tr);Ie=animateScrollTo(j.value,re,rr,n.duration,()=>{setTimeout(()=>{z=!1},20)})},Ce=Et=>{Et&&(pe(Et),_e(Et))},he=(Et,Ue)=>{y("click",Et,Ue),Ce(Ue)},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),Ue=[];for(const qe of Object.keys(V)){const kt=getElement(qe);if(!kt)continue;const tr=getScrollElement(kt,j.value),rr=getOffsetTopDistance(kt,tr);Ue.push({top:rr-n.offset-n.bound,href:qe})}Ue.sort((qe,kt)=>qe.top-kt.top);for(let qe=0;qe<Ue.length;qe++){const kt=Ue[qe],tr=Ue[qe+1];if(qe===0&&Et===0)return"";if(kt.top<=Et&&(!tr||tr.top>Et))return kt.href}},Ve=()=>{const Et=getElement(n.container);!Et||isWindow(Et)?j.value=window:j.value=Et};useEventListener(j,"scroll",Ne);const jt=computed(()=>{if(!L.value||!$.value||!k.value)return{};const Et=V[k.value];if(!Et)return{};const Ue=L.value.getBoundingClientRect(),qe=$.value.getBoundingClientRect(),kt=Et.getBoundingClientRect();return n.direction==="horizontal"?{left:`${kt.left-Ue.left}px`,width:`${kt.width}px`,opacity:1}:{top:`${kt.top-Ue.top+(kt.height-qe.height)/2}px`,opacity:1}});return onMounted(()=>{Ve();const Et=decodeURIComponent(window.location.hash);getElement(Et)?Ce(Et):Ne()}),watch(()=>n.container,()=>{Ve()}),provide(anchorKey,{ns:ie,direction:n.direction,currentAnchor:k,addLink:ue,removeLink:de,handleClick:he}),t({scrollTo:Ce}),(Et,Ue)=>(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(jt))},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$D,[["__file","anchor.vue"]]);const anchorLinkProps=buildProps({title:String,href:String}),__default__$5=defineComponent({name:"ElAnchorLink"}),_sfc_main$C=defineComponent({...__default__$5,props:anchorLinkProps,setup(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$C,[["__file","anchor-link.vue"]]);const ElAnchor=withInstall(Anchor$1,{AnchorLink}),ElAnchorLink=withNoopInstall(AnchorLink),segmentedProps=buildProps({options:{type:definePropType(Array),default:()=>[]},modelValue:{type:[String,Number,Boolean],default:void 0},block:Boolean,size:useSizeProp,disabled:Boolean,validateEvent:{type:Boolean,default:!0},id:String,name:String,...useAriaProps(["ariaLabel"])}),segmentedEmits={[UPDATE_MODEL_EVENT]: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$B=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=Ue=>{const qe=de(Ue);t(UPDATE_MODEL_EVENT,qe),t(CHANGE_EVENT,qe)},de=Ue=>isObject$4(Ue)?Ue.value:Ue,pe=Ue=>isObject$4(Ue)?Ue.label:Ue,Ie=Ue=>!!($.value||isObject$4(Ue)&&Ue.disabled),_e=Ue=>y.modelValue===de(Ue),Ce=Ue=>y.options.find(qe=>de(qe)===Ue),he=Ue=>[n.e("item"),n.is("selected",_e(Ue)),n.is("disabled",Ie(Ue))],Ne=()=>{if(!re.value)return;const Ue=re.value.querySelector(".is-selected"),qe=re.value.querySelector(".is-selected input");if(!Ue||!qe){oe.width=0,oe.translateX=0,oe.disabled=!1,oe.focusVisible=!1;return}const kt=Ue.getBoundingClientRect();oe.isInit=!0,oe.width=kt.width,oe.translateX=Ue.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)]),Ve=computed(()=>({width:`${oe.width}px`,transform:`translateX(${oe.translateX}px)`,display:oe.isInit?"block":"none"})),jt=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 Ue;Ne(),y.validateEvent&&((Ue=j==null?void 0:j.validate)==null||Ue.call(j,"change").catch(qe=>void 0))},{flush:"post"}),(Ue,qe)=>(openBlock(),createElementBlock("div",{id:unref(V),ref_key:"segmentedRef",ref:re,class:normalizeClass(unref(Fe)),role:"radiogroup","aria-label":unref(z)?void 0:Ue.ariaLabel||"segmented","aria-labelledby":unref(z)?unref(j).labelId:void 0},[createBaseVNode("div",{class:normalizeClass(unref(n).e("group"))},[createBaseVNode("div",{style:normalizeStyle(unref(Ve)),class:normalizeClass(unref(jt))},null,6),(openBlock(!0),createElementBlock(Fragment,null,renderList(Ue.options,(kt,tr)=>(openBlock(),createElementBlock("label",{key:tr,class:normalizeClass(he(kt))},[createBaseVNode("input",{class:normalizeClass(unref(n).e("item-input")),type:"radio",name:unref(Et),disabled:Ie(kt),checked:_e(kt),onChange:rr=>ue(kt)},null,42,["name","disabled","checked","onChange"]),createBaseVNode("div",{class:normalizeClass(unref(n).e("item-label"))},[renderSlot(Ue.$slots,"default",{item:kt},()=>[createTextVNode(toDisplayString(pe(kt)),1)])],2)],2))),128))],2)],10,["id","aria-label","aria-labelledby"]))}});var Segmented=_export_sfc$1(_sfc_main$B,[["__file","segmented.vue"]]);const ElSegmented=withInstall(Segmented),filterOption=(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$A=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=(he,Ne)=>[k.be("dropdown","item"),k.is("hovering",$.value===Ne),k.is("disabled",he.disabled||n.disabled)],ie=he=>{he.disabled||n.disabled||y("select",he)},oe=he=>{$.value=he},ue=computed(()=>n.disabled||n.options.every(he=>he.disabled)),de=computed(()=>n.options[$.value]),pe=()=>{de.value&&y("select",de.value)},Ie=he=>{const{options:Ne}=n;if(Ne.length===0||ue.value)return;he==="next"?($.value++,$.value===Ne.length&&($.value=0)):he==="prev"&&($.value--,$.value<0&&($.value=Ne.length-1));const Fe=Ne[$.value];if(Fe.disabled){Ie(he);return}nextTick$1(()=>_e(Fe))},_e=he=>{var Ne,Fe,Ve,jt;const{options:Et}=n,Ue=Et.findIndex(kt=>kt.value===he.value),qe=(Ne=V.value)==null?void 0:Ne[Ue];if(qe){const kt=(Ve=(Fe=z.value)==null?void 0:Fe.querySelector)==null?void 0:Ve.call(Fe,`.${k.be("dropdown","wrap")}`);kt&&scrollIntoView(kt,qe)}(jt=j.value)==null||jt.handleScroll()};return watch(()=>n.options,()=>{ue.value||n.options.length===0?$.value=-1:$.value=0},{immediate:!0}),t({navigateOptions:Ie,selectHoverOption:pe,hoverOption:de}),(he,Ne)=>(openBlock(),createElementBlock("div",{ref_key:"dropdownRef",ref:z,class:normalizeClass(unref(k).b("dropdown"))},[he.$slots.header?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(unref(k).be("dropdown","header"))},[renderSlot(he.$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(he.options,(Fe,Ve)=>(openBlock(),createElementBlock("li",{ref_for:!0,ref_key:"optionRefs",ref:V,key:Fe.value,class:normalizeClass(re(Fe,Ve)),onMouseenter:jt=>oe(Ve),onClick:withModifiers(jt=>ie(Fe),["stop"])},[renderSlot(he.$slots,"label",{item:Fe,index:Ve},()=>{var jt;return[createBaseVNode("span",null,toDisplayString((jt=Fe.label)!=null?jt:Fe.value),1)]})],42,["onMouseenter","onClick"]))),128))]),_:3},8,["wrap-class","view-class"]),[[vShow,he.options.length>0&&!he.loading]]),he.loading?(openBlock(),createElementBlock("div",{key:1,class:normalizeClass(unref(k).be("dropdown","loading"))},[renderSlot(he.$slots,"loading",{},()=>[createTextVNode(toDisplayString(unref(L)("el.mention.loading")),1)])],2)):createCommentVNode("v-if",!0),he.$slots.footer?(openBlock(),createElementBlock("div",{key:2,class:normalizeClass(unref(k).be("dropdown","footer"))},[renderSlot(he.$slots,"footer")],2)):createCommentVNode("v-if",!0)],2))}});var ElMentionDropdown=_export_sfc$1(_sfc_main$A,[["__file","mention-dropdown.vue"]]);const __default__$2=defineComponent({name:"ElMention"}),_sfc_main$z=defineComponent({...__default__$2,props:mentionProps,emits:mentionEmits,setup(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:Ue}=n;return!ie.value||!Et?Ue:Ue.filter(qe=>Et(ie.value.pattern,qe))}),pe=Et=>{y("update:modelValue",Et),Fe()},Ie=Et=>{var Ue,qe,kt,tr;if("key"in Et&&!((Ue=$.value)!=null&&Ue.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(),(kt=V.value)!=null&&kt.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,mr=Ne();if(!mr)return;const hr=mr.value,br=n.options.find(xr=>xr.value===nr);if((isFunction$4(n.checkIsWhole)?n.checkIsWhole(nr,cr):br)&&rr!==-1&&rr+1===ar){Et.preventDefault();const xr=hr.slice(0,ur)+hr.slice(rr+1);y(UPDATE_MODEL_EVENT,xr);const Er=ur;nextTick$1(()=>{mr.selectionStart=Er,mr.selectionEnd=Er,jt()})}}}},{wrapperRef:_e}=useFocusController($,{afterFocus(){Fe()},beforeBlur(Et){var Ue;return(Ue=j.value)==null?void 0:Ue.isFocusInsideContent(Et)},afterBlur(){z.value=!1}}),Ce=()=>{Fe()},he=Et=>{if(!ie.value)return;const Ue=Ne();if(!Ue)return;const qe=Ue.value,{split:kt}=n,tr=qe.slice(ie.value.end),rr=tr.startsWith(kt),ar=`${Et.value}${rr?"":kt}`,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(()=>{Ue.selectionStart=ur,Ue.selectionEnd=ur,Ue.focus(),jt()})},Ne=()=>{var Et,Ue;return n.type==="textarea"?(Et=$.value)==null?void 0:Et.textarea:(Ue=$.value)==null?void 0:Ue.input},Fe=()=>{setTimeout(()=>{Ve(),jt(),nextTick$1(()=>{var Et;return(Et=j.value)==null?void 0:Et.updatePopper()})},0)},Ve=()=>{const Et=Ne();if(!Et)return;const Ue=getCursorPosition(Et),qe=Et.getBoundingClientRect(),kt=$.value.$el.getBoundingClientRect();re.value={position:"absolute",width:0,height:`${Ue.height}px`,left:`${Ue.left+qe.left-kt.left}px`,top:`${Ue.top+qe.top-kt.top}px`}},jt=()=>{const Et=Ne();if(document.activeElement!==Et){z.value=!1;return}const{prefix:Ue,split:qe}=n;if(ie.value=getMentionCtx(Et,Ue,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,Ue)=>(openBlock(),createElementBlock("div",{ref_key:"wrapperRef",ref:_e,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,kt)=>({name:kt,fn:withCtx(tr=>[renderSlot(Et.$slots,kt,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:he,onClick:withModifiers((qe=$.value)==null?void 0:qe.focus,["stop"])},createSlots({_:2},[renderList(Et.$slots,(kt,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$z,[["__file","mention.vue"]]);const ElMention=withInstall(Mention);var Components=[ElAffix,ElAlert,ElAutocomplete,ElAutoResizer,ElAvatar,ElBacktop,ElBadge,ElBreadcrumb,ElBreadcrumbItem,ElButton,ElButtonGroup$1,ElCalendar,ElCard,ElCarousel,ElCarouselItem,ElCascader,ElCascaderPanel,ElCheckTag,ElCheckbox,ElCheckboxButton,ElCheckboxGroup$1,ElCol,ElCollapse,ElCollapseItem,ElCollapseTransition,ElColorPicker,ElConfigProvider,ElContainer,ElAside,ElFooter,ElHeader,ElMain,ElDatePicker,ElDescriptions,ElDescriptionsItem,ElDialog,ElDivider,ElDrawer,ElDropdown,ElDropdownItem,ElDropdownMenu,ElEmpty,ElForm,ElFormItem,ElIcon,ElImage,ElImageViewer,ElInput,ElInputNumber,ElLink,ElMenu,ElMenuItem,ElMenuItemGroup,ElSubMenu,ElPageHeader,ElPagination,ElPopconfirm,ElPopover,ElPopper,ElProgress,ElRadio,ElRadioButton,ElRadioGroup,ElRate,ElResult,ElRow,ElScrollbar,ElSelect,ElOption,ElOptionGroup,ElSelectV2,ElSkeleton,ElSkeletonItem,ElSlider,ElSpace,ElStatistic,ElCountdown,ElSteps,ElStep,ElSwitch,ElTable,ElTableColumn,ElTableV2,ElTabs,ElTabPane,ElTag,ElText,ElTimePicker,ElTimeSelect,ElTimeline,ElTimelineItem,ElTooltip,ElTooltipV2,ElTransfer,ElTree,ElTreeSelect,ElTreeV2,ElUpload,ElWatermark,ElTour,ElTourStep,ElAnchor,ElAnchorLink,ElSegmented,ElMention];const SCOPE="ElInfiniteScroll",CHECK_INTERVAL=50,DEFAULT_DELAY=200,DEFAULT_DISTANCE=0,attributes$2={delay:{type:Number,default:DEFAULT_DELAY},distance:{type:Number,default:DEFAULT_DISTANCE},disabled:{type:Boolean,default:!1},immediate:{type:Boolean,default:!0}},getScrollOptions=(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,_e=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")},[_e,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$y=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 jt=y.type;return{[k.bm("icon",jt)]:jt&&TypeComponentsMap[jt]}}),de=computed(()=>y.icon||TypeComponentsMap[y.type]||""),pe=computed(()=>getLastOffset(y.id)),Ie=computed(()=>getOffsetOrSpace(y.id,y.offset)+pe.value),_e=computed(()=>re.value+Ie.value),Ce=computed(()=>({top:`${Ie.value}px`,zIndex:$.value}));function he(){y.duration!==0&&({stop:ie}=useTimeoutFn(()=>{Fe()},y.duration))}function Ne(){ie==null||ie()}function Fe(){z.value=!1}function Ve({code:jt}){jt===EVENT_CODE.esc&&Fe()}return onMounted(()=>{he(),j(),z.value=!0}),watch(()=>y.repeatNum,()=>{Ne(),he()}),useEventListener(document,"keydown",Ve),useResizeObserver(V,()=>{re.value=V.value.getBoundingClientRect().height}),t({visible:z,bottom:_e,close:Fe}),(jt,Et)=>(openBlock(),createBlock(Transition,{name:unref(k).b("fade"),onBeforeLeave:jt.onClose,onAfterLeave:Ue=>jt.$emit("destroy"),persisted:""},{default:withCtx(()=>[withDirectives(createBaseVNode("div",{id:jt.id,ref_key:"messageRef",ref:V,class:normalizeClass([unref(k).b(),{[unref(k).m(jt.type)]:jt.type},unref(k).is("center",jt.center),unref(k).is("closable",jt.showClose),unref(k).is("plain",jt.plain),jt.customClass]),style:normalizeStyle(unref(Ce)),role:"alert",onMouseenter:Ne,onMouseleave:he},[jt.repeatNum>1?(openBlock(),createBlock(unref(ElBadge),{key:0,value:jt.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(jt.$slots,"default",{},()=>[jt.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:jt.message},null,10,["innerHTML"])],2112)):(openBlock(),createElementBlock("p",{key:0,class:normalizeClass(unref(k).e("content"))},toDisplayString(jt.message),3))]),jt.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$y,[["__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$x=defineComponent({name:"ElMessageBox",directives:{TrapFocus},components:{ElButton,ElFocusTrap,ElInput,ElOverlay,ElIcon,...TypeComponents},inheritAttrs:!1,props:{buttonSize:{type:String,validator:isValidComponentSize},modal:{type:Boolean,default:!0},lockScroll:{type:Boolean,default:!0},showClose:{type:Boolean,default:!0},closeOnClickModal:{type:Boolean,default:!0},closeOnPressEscape:{type:Boolean,default:!0},closeOnHashChange:{type:Boolean,default:!0},center:Boolean,draggable:Boolean,overflow:Boolean,roundButton:{default:!1,type:Boolean},container:{type:String,default:"body"},boxType:{type:String,default:""}},emits:["vanish","action"],setup(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(),_e=ref$1(),Ce=ref$1(),he=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,mr;ur&&(e.boxType!=="prompt"&&(z.autofocus?_e.value=(mr=(cr=he.value)==null?void 0:cr.$el)!=null?mr:pe.value:_e.value=pe.value),z.zIndex=j()),e.boxType==="prompt"&&(ur?nextTick$1().then(()=>{var hr;Ce.value&&Ce.value.$el&&(z.autofocus?_e.value=(hr=rr())!=null?hr:pe.value:_e.value=pe.value)}):(z.editorErrorMessage="",z.validateError=!1))});const Fe=computed(()=>e.draggable),Ve=computed(()=>e.overflow);useDraggable(pe,Ie,Fe,Ve),onMounted(async()=>{await nextTick$1(),e.closeOnHashChange&&window.addEventListener("hashchange",jt)}),onBeforeUnmount(()=>{e.closeOnHashChange&&window.removeEventListener("hashchange",jt)});function jt(){V.value&&(V.value=!1,nextTick$1(()=>{z.action&&t("action",z.action)}))}const Et=()=>{e.closeOnClickModal&&kt(z.distinguishCancelAndClose?"close":"cancel")},Ue=useSameTarget(Et),qe=ur=>{if(z.inputType!=="textarea")return ur.preventDefault(),kt("confirm")},kt=ur=>{var cr;e.boxType==="prompt"&&ur==="confirm"&&!tr()||(z.action=ur,z.beforeClose?(cr=z.beforeClose)==null||cr.call(z,ur,z,jt):jt())},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 mr=cr(z.inputValue);if(mr===!1)return z.editorErrorMessage=z.inputErrorMessage||$("el.messagebox.error"),z.validateError=!0,!1;if(typeof mr=="string")return z.editorErrorMessage=mr,z.validateError=!0,!1}}return z.editorErrorMessage="",z.validateError=!1,!0},rr=()=>{const ur=Ce.value.$refs;return ur.input||ur.textarea},ar=()=>{kt("close")},nr=()=>{e.closeOnPressEscape&&ar()};return e.lockScroll&&useLockscreen(V),{...toRefs(z),ns:k,overlayEvent:Ue,visible:V,hasMessage:de,typeClass:re,contentId:ie,inputId:oe,btnSize:L,iconComponent:ue,confirmButtonClasses:Ne,rootRef:pe,focusStartRef:_e,headerRef:Ie,inputRef:Ce,confirmRef:he,doClose:jt,handleClose:ar,onCloseRequested:nr,handleWrapperClick:Et,handleInputEnter:qe,handleAction:kt,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$x,[["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$w=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 he=y.type;return he&&TypeComponentsMap[y.type]?n.m(he):""}),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 he;return{[ue.value]:`${y.offset}px`,zIndex:(he=y.zIndex)!=null?he:$.value}});function pe(){y.duration>0&&({stop:z}=useTimeoutFn(()=>{V.value&&_e()},y.duration))}function Ie(){z==null||z()}function _e(){V.value=!1}function Ce({code:he}){he===EVENT_CODE.delete||he===EVENT_CODE.backspace?Ie():he===EVENT_CODE.esc?V.value&&_e():pe()}return onMounted(()=>{pe(),L(),V.value=!0}),useEventListener(document,"keydown",Ce),t({visible:V,close:_e}),(he,Ne)=>(openBlock(),createBlock(Transition,{name:unref(n).b("fade"),onBeforeLeave:he.onClose,onAfterLeave:Fe=>he.$emit("destroy"),persisted:""},{default:withCtx(()=>[withDirectives(createBaseVNode("div",{id:he.id,class:normalizeClass([unref(n).b(),he.customClass,unref(oe)]),style:normalizeStyle(unref(de)),role:"alert",onMouseenter:Ie,onMouseleave:pe,onClick:he.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(he.title)},null,10,["textContent"]),withDirectives(createBaseVNode("div",{class:normalizeClass(unref(n).e("content")),style:normalizeStyle(he.title?void 0:{margin:0})},[renderSlot(he.$slots,"default",{},()=>[he.dangerouslyUseHTMLString?(openBlock(),createElementBlock(Fragment,{key:1},[createCommentVNode(" Caution here, message could've been compromised, never use user's input as message "),createBaseVNode("p",{innerHTML:he.message},null,8,["innerHTML"])],2112)):(openBlock(),createElementBlock("p",{key:0},toDisplayString(he.message),1))])],6),[[vShow,he.message]]),he.showClose?(openBlock(),createBlock(unref(ElIcon),{key:0,class:normalizeClass(unref(n).e("closeBtn")),onClick:withModifiers(_e,["stop"])},{default:withCtx(()=>[createVNode(unref(j))]),_:1},8,["class","onClick"])):createCommentVNode("v-if",!0)],2)],46,["id","onClick"]),[[vShow,V.value]])]),_:3},8,["name","onBeforeLeave","onAfterLeave"]))}});var NotificationConstructor=_export_sfc$1(_sfc_main$w,[["__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 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"]},fontFamilyOptions=[{label:"无衬线",value:"-apple-system-font,BlinkMacSystemFont, Helvetica Neue, PingFang SC, Hiragino Sans GB , Microsoft YaHei UI , Microsoft YaHei ,Arial,sans-serif",desc:"字体123Abc"},{label:"衬线",value:"Optima-Regular, Optima, PingFangSC-light, PingFangTC-light, 'PingFang SC', Cambria, Cochin, Georgia, Times, 'Times New Roman', serif",desc:"字体123Abc"},{label:"等宽",value:"Menlo, Monaco, 'Courier New', monospace",desc:"字体123Abc"}],fontSizeOptions=[{label:"12px",value:"12px",desc:"更小"},{label:"13px",value:"13px",desc:"稍小"},{label:"14px",value:"14px",desc:"推荐"},{label:"15px",value:"15px",desc:"稍大"},{label:"16px",value:"16px",desc:"更大"}],colorOptions=[{label:"经典蓝",value:"#0F4C81",desc:"最新流行"},{label:"翡翠绿",value:"#009874",desc:"优雅清新"},{label:"活力橘",value:"#FA5151",desc:"热情活泼"},{label:"柠檬黄",value:"#FECE00",desc:"明亮温暖"},{label:"樱桃红",value:"#FF445F",desc:"浪漫热情"},{label:"浅紫色",value:"#92617E",desc:"优雅高贵"},{label:"天空蓝",value:"#55C9EA",desc:"清新脱俗"}],codeBlockUrlPrefix="https://cdn.bootcdn.net/ajax/libs/highlight.js/11.10.0/styles/",codeBlockThemeList=["1c-light.min.css","a11y-dark.min.css","a11y-light.min.css","agate.min.css","an-old-hope.min.css","androidstudio.min.css","arduino-light.min.css","arta.min.css","ascetic.min.css","atom-one-dark-reasonable.min.css","atom-one-dark.min.css","atom-one-light.min.css","brown-paper.min.css","codepen-embed.min.css","color-brewer.min.css","dark.min.css","default.min.css","devibeans.min.css","docco.min.css","far.min.css","felipec.min.css","foundation.min.css","github-dark-dimmed.min.css","github-dark.min.css","github.min.css","gml.min.css","googlecode.min.css","gradient-dark.min.css","gradient-light.min.css","grayscale.min.css","hybrid.min.css","idea.min.css","intellij-light.min.css","ir-black.min.css","isbl-editor-dark.min.css","isbl-editor-light.min.css","kimbie-dark.min.css","kimbie-light.min.css","lightfair.min.css","lioshi.min.css","magula.min.css","mono-blue.min.css","monokai-sublime.min.css","monokai.min.css","night-owl.min.css","nnfx-dark.min.css","nnfx-light.min.css","nord.min.css","obsidian.min.css","panda-syntax-dark.min.css","panda-syntax-light.min.css","paraiso-dark.min.css","paraiso-light.min.css","pojoaque.min.css","purebasic.min.css","qtcreator-dark.min.css","qtcreator-light.min.css","rainbow.min.css","routeros.min.css","school-book.min.css","shades-of-purple.min.css","srcery.min.css","stackoverflow-dark.min.css","stackoverflow-light.min.css","sunburst.min.css","tokyo-night-dark.min.css","tokyo-night-light.min.css","tomorrow-night-blue.min.css","tomorrow-night-bright.min.css","vs.min.css","vs2015.min.css","xcode.min.css","xt256.min.css"].sort(),codeBlockThemeOptions=codeBlockThemeList.map(e=>{const t=e.replace(".min.css",""),y=`${codeBlockUrlPrefix}${e}`;return{label:t,value:y,desc:""}}),legendOptions=[{label:"title 优先",value:"title-alt",desc:""},{label:"alt 优先",value:"alt-title",desc:""},{label:"只显示 title",value:"title",desc:""},{label:"只显示 alt",value:"alt",desc:""},{label:"不显示",value:"none",desc:""}],baseColor="#3f3f3f",baseBorderColor="rgba(215, 16, 166, 0.8)";function mergeTheme(e,t){const y={BASE:{...e.BASE,...t.BASE},block:{},inline:{}};for(const n in e.block)y.block[n]={...e.block[n],...t.block[n]};for(const n in e.inline)y.inline[n]={...e.inline[n],...t.inline[n]};return y}const 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=mergeTheme(defaultTheme,{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)"},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)"},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)"},h4:{"font-weight":"bold","font-size":"1.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":"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)"},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)"},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)"},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)"},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)"},codespan:{"font-size":"90%",color:"#d14",background:"rgba(27,31,35,.05)",padding:"3px 5px","border-radius":"4px"},link:{color:"#576b95"},wx_link:{},strong:{color:"rgba(15, 76, 129, 0.9)","font-weight":"bold"},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},footnote:{"font-size":"12px",color:"rgba(0,0,0,0.5)"}}}),themeOptions=[{label:"经典",value:"default",desc:""},{label:"优雅",value:"grace",desc:""}],themeMap={default:defaultTheme,grace:graceTheme},prefix="MD",isMac=CodeMirror.keyMap.default===CodeMirror.keyMap.macDefault,ctrlKey=isMac?"Cmd":"Ctrl",altKey="Alt",shiftKey="Shift",ctrlSign=isMac?"⌘":"Ctrl",altSign=isMac?"⌥":"Alt",shiftSign=isMac?"⇧":"Shift";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 mr=cr.className+" ";mr+=cr.parentNode?cr.parentNode.className:"";const hr=j.languageDetectRe.exec(mr);if(hr){const br=Ue(hr[1]);return br||(warn(L.replace("{}",hr[1])),warn("Falling back to no-highlight mode for this block.",cr)),br?hr[1]:"no-highlight"}return mr.split(/\s+/).find(br=>V(br)||Ue(br))}function re(cr,mr,hr){let br="",Rr="";typeof mr=="object"?(br=cr,hr=mr.ignoreIllegals,Rr=mr.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`),Rr=cr,br=mr),hr===void 0&&(hr=!0);const xr={code:br,language:Rr};nr("before:highlight",xr);const Er=xr.result?xr.result:ie(xr.language,xr.code,hr);return Er.code=xr.code,nr("after:highlight",Er),Er}function ie(cr,mr,hr,br){const Rr=Object.create(null);function xr(Wa,qo){return Wa.keywords[qo]}function Er(){if(!kr.keywords){Kr.addText(Nr);return}let Wa=0;kr.keywordPatternRe.lastIndex=0;let qo=kr.keywordPatternRe.exec(Nr),ds="";for(;qo;){ds+=Nr.substring(Wa,qo.index);const Kn=yr.case_insensitive?qo[0].toLowerCase():qo[0],Hr=xr(kr,Kn);if(Hr){const[Ar,On]=Hr;if(Kr.addText(ds),ds="",Rr[Kn]=(Rr[Kn]||0)+1,Rr[Kn]<=MAX_KEYWORD_HITS&&(jr+=On),Ar.startsWith("_"))ds+=qo[0];else{const In=yr.classNameAliases[Ar]||Ar;Lr(qo[0],In)}}else ds+=qo[0];Wa=kr.keywordPatternRe.lastIndex,qo=kr.keywordPatternRe.exec(Nr)}ds+=Nr.substring(Wa),Kr.addText(ds)}function vr(){if(Nr==="")return;let Wa=null;if(typeof kr.subLanguage=="string"){if(!t[kr.subLanguage]){Kr.addText(Nr);return}Wa=ie(kr.subLanguage,Nr,!0,Wr[kr.subLanguage]),Wr[kr.subLanguage]=Wa._top}else Wa=ue(Nr,kr.subLanguage.length?kr.subLanguage:null);kr.relevance>0&&(jr+=Wa.relevance),Kr.__addSublanguage(Wa._emitter,Wa.language)}function Ir(){kr.subLanguage!=null?vr():Er(),Nr=""}function Lr(Wa,qo){Wa!==""&&(Kr.startScope(qo),Kr.addText(Wa),Kr.endScope())}function gr(Wa,qo){let ds=1;const Kn=qo.length-1;for(;ds<=Kn;){if(!Wa._emit[ds]){ds++;continue}const Hr=yr.classNameAliases[Wa[ds]]||Wa[ds],Ar=qo[ds];Hr?Lr(Ar,Hr):(Nr=Ar,Er(),Nr=""),ds++}}function _r(Wa,qo){return Wa.scope&&typeof Wa.scope=="string"&&Kr.openNode(yr.classNameAliases[Wa.scope]||Wa.scope),Wa.beginScope&&(Wa.beginScope._wrap?(Lr(Nr,yr.classNameAliases[Wa.beginScope._wrap]||Wa.beginScope._wrap),Nr=""):Wa.beginScope._multi&&(gr(Wa.beginScope,qo),Nr="")),kr=Object.create(Wa,{parent:{value:kr}}),kr}function Fr(Wa,qo,ds){let Kn=startsWith$1(Wa.endRe,ds);if(Kn){if(Wa["on:end"]){const Hr=new Response$1(Wa);Wa["on:end"](qo,Hr),Hr.isMatchIgnored&&(Kn=!1)}if(Kn){for(;Wa.endsParent&&Wa.parent;)Wa=Wa.parent;return Wa}}if(Wa.endsWithParent)return Fr(Wa.parent,qo,ds)}function zr(Wa){return kr.matcher.regexIndex===0?(Nr+=Wa[0],1):(Po=!0,0)}function Vr(Wa){const qo=Wa[0],ds=Wa.rule,Kn=new Response$1(ds),Hr=[ds.__beforeBegin,ds["on:begin"]];for(const Ar of Hr)if(Ar&&(Ar(Wa,Kn),Kn.isMatchIgnored))return zr(qo);return ds.skip?Nr+=qo:(ds.excludeBegin&&(Nr+=qo),Ir(),!ds.returnBegin&&!ds.excludeBegin&&(Nr=qo)),_r(ds,Wa),ds.returnBegin?0:qo.length}function Gr(Wa){const qo=Wa[0],ds=mr.substring(Wa.index),Kn=Fr(kr,Wa,ds);if(!Kn)return NO_MATCH;const Hr=kr;kr.endScope&&kr.endScope._wrap?(Ir(),Lr(qo,kr.endScope._wrap)):kr.endScope&&kr.endScope._multi?(Ir(),gr(kr.endScope,Wa)):Hr.skip?Nr+=qo:(Hr.returnEnd||Hr.excludeEnd||(Nr+=qo),Ir(),Hr.excludeEnd&&(Nr=qo));do kr.scope&&Kr.closeNode(),!kr.skip&&!kr.subLanguage&&(jr+=kr.relevance),kr=kr.parent;while(kr!==Kn.parent);return Kn.starts&&_r(Kn.starts,Wa),Hr.returnEnd?0:qo.length}function Tr(){const Wa=[];for(let qo=kr;qo!==yr;qo=qo.parent)qo.scope&&Wa.unshift(qo.scope);Wa.forEach(qo=>Kr.openNode(qo))}let Cr={};function Mr(Wa,qo){const ds=qo&&qo[0];if(Nr+=Wa,ds==null)return Ir(),0;if(Cr.type==="begin"&&qo.type==="end"&&Cr.index===qo.index&&ds===""){if(Nr+=mr.slice(qo.index,qo.index+1),!k){const Kn=new Error(`0 width match regex (${cr})`);throw Kn.languageName=cr,Kn.badRule=Cr.rule,Kn}return 1}if(Cr=qo,qo.type==="begin")return Vr(qo);if(qo.type==="illegal"&&!hr){const Kn=new Error('Illegal lexeme "'+ds+'" for mode "'+(kr.scope||"<unnamed>")+'"');throw Kn.mode=kr,Kn}else if(qo.type==="end"){const Kn=Gr(qo);if(Kn!==NO_MATCH)return Kn}if(qo.type==="illegal"&&ds==="")return 1;if(ca>1e5&&ca>qo.index*3)throw new Error("potential infinite loop, way more iterations than matches");return Nr+=ds,ds.length}const yr=Ue(cr);if(!yr)throw error(L.replace("{}",cr)),new Error('Unknown language: "'+cr+'"');const Sr=compileLanguage(yr);let Dr="",kr=br||Sr;const Wr={},Kr=new j.__emitter(j);Tr();let Nr="",jr=0,Qr=0,ca=0,Po=!1;try{if(yr.__emitTokens)yr.__emitTokens(mr,Kr);else{for(kr.matcher.considerAll();;){ca++,Po?Po=!1:kr.matcher.considerAll(),kr.matcher.lastIndex=Qr;const Wa=kr.matcher.exec(mr);if(!Wa)break;const qo=mr.substring(Qr,Wa.index),ds=Mr(qo,Wa);Qr=Wa.index+ds}Mr(mr.substring(Qr))}return Kr.finalize(),Dr=Kr.toHTML(),{language:cr,value:Dr,relevance:jr,illegal:!1,_emitter:Kr,_top:kr}}catch(Wa){if(Wa.message&&Wa.message.includes("Illegal"))return{language:cr,value:escape$3(mr),illegal:!0,relevance:0,_illegalBy:{message:Wa.message,index:Qr,context:mr.slice(Qr-100,Qr+100),mode:Wa.mode,resultSoFar:Dr},_emitter:Kr};if(k)return{language:cr,value:escape$3(mr),illegal:!1,relevance:0,errorRaised:Wa,_emitter:Kr,_top:kr};throw Wa}}function oe(cr){const mr={value:escape$3(cr),illegal:!1,relevance:0,_top:$,_emitter:new j.__emitter(j)};return mr._emitter.addText(cr),mr}function ue(cr,mr){mr=mr||j.languages||Object.keys(t);const hr=oe(cr),br=mr.filter(Ue).filter(kt).map(Ir=>ie(Ir,cr,!1));br.unshift(hr);const Rr=br.sort((Ir,Lr)=>{if(Ir.relevance!==Lr.relevance)return Lr.relevance-Ir.relevance;if(Ir.language&&Lr.language){if(Ue(Ir.language).supersetOf===Lr.language)return 1;if(Ue(Lr.language).supersetOf===Ir.language)return-1}return 0}),[xr,Er]=Rr,vr=xr;return vr.secondBest=Er,vr}function de(cr,mr,hr){const br=mr&&y[mr]||hr;cr.classList.add("hljs"),cr.classList.add(`language-${br}`)}function pe(cr){let mr=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);mr=cr;const br=mr.textContent,Rr=hr?re(br,{language:hr,ignoreIllegals:!0}):ue(br);cr.innerHTML=Rr.value,cr.dataset.highlighted="yes",de(cr,hr,Rr.language),cr.result={language:Rr.language,re:Rr.relevance,relevance:Rr.relevance},Rr.secondBest&&(cr.secondBest={language:Rr.secondBest.language,relevance:Rr.secondBest.relevance}),nr("after:highlightElement",{el:cr,result:Rr,text:br})}function Ie(cr){j=inherit(j,cr)}const _e=()=>{Ne(),deprecated("10.6.0","initHighlighting() deprecated. Use highlightAll() now.")};function Ce(){Ne(),deprecated("10.6.0","initHighlightingOnLoad() deprecated. Use highlightAll() now.")}let he=!1;function Ne(){if(document.readyState==="loading"){he=!0;return}document.querySelectorAll(j.cssSelector).forEach(pe)}function Fe(){he&&Ne()}typeof window<"u"&&window.addEventListener&&window.addEventListener("DOMContentLoaded",Fe,!1);function Ve(cr,mr){let hr=null;try{hr=mr(e)}catch(br){if(error("Language definition for '{}' could not be registered.".replace("{}",cr)),k)error(br);else throw br;hr=$}hr.name||(hr.name=cr),t[cr]=hr,hr.rawDefinition=mr.bind(null,e),hr.aliases&&qe(hr.aliases,{languageName:cr})}function jt(cr){delete t[cr];for(const mr of Object.keys(y))y[mr]===cr&&delete y[mr]}function Et(){return Object.keys(t)}function Ue(cr){return cr=(cr||"").toLowerCase(),t[cr]||t[y[cr]]}function qe(cr,{languageName:mr}){typeof cr=="string"&&(cr=[cr]),cr.forEach(hr=>{y[hr.toLowerCase()]=mr})}function kt(cr){const mr=Ue(cr);return mr&&!mr.disableAutodetect}function tr(cr){cr["before:highlightBlock"]&&!cr["before:highlightElement"]&&(cr["before:highlightElement"]=mr=>{cr["before:highlightBlock"](Object.assign({block:mr.el},mr))}),cr["after:highlightBlock"]&&!cr["after:highlightElement"]&&(cr["after:highlightElement"]=mr=>{cr["after:highlightBlock"](Object.assign({block:mr.el},mr))})}function rr(cr){tr(cr),n.push(cr)}function ar(cr){const mr=n.indexOf(cr);mr!==-1&&n.splice(mr,1)}function nr(cr,mr){const hr=cr;n.forEach(function(br){br[hr]&&br[hr](mr)})}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:_e,initHighlightingOnLoad:Ce,registerLanguage:Ve,unregisterLanguage:jt,listLanguages:Et,getLanguage:Ue,registerAliases:qe,autoDetection:kt,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 файловыепотоки фоновыезадания хранилищанастроек хранилищевариантовотчетов хранилищенастроекданныхформ хранилищеобщихнастроек хранилищепользовательскихнастроекдинамическихсписков хранилищепользовательскихнастроекотчетов хранилищесистемныхнастроек ",br="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 типэлементаинформацииовыполненииобновленияконфигурациибазыданных уровеньизоляциитранзакций хешфункция частидаты",Er="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 деревозначений массив соответствие списокзначений структура таблицазначений фиксированнаяструктура фиксированноесоответствие фиксированныймассив ",vr="null истина ложь неопределено",Ir=t.inherit(t.NUMBER_MODE),Lr={className:"string",begin:'"|\\|',end:'"|$',contains:[{begin:'""'}]},gr={begin:"'",end:"'",excludeBegin:!0,excludeEnd:!0,contains:[{className:"number",begin:"\\d{4}([\\.\\\\/:-]?\\d{2}){0,5}"}]},_r={match:/[;()+\-:=,]/,className:"punctuation",relevance:0},Fr=t.inherit(t.C_LINE_COMMENT_MODE),zr={className:"meta",begin:"#|&",end:"$",keywords:{$pattern:y,keyword:L+V},contains:[Fr]},Vr={className:"symbol",begin:"~",end:";|:",excludeEnd:!0},Gr={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:vr},contains:[Ir,Lr,gr]},Fr]},t.inherit(t.TITLE_MODE,{begin:y})]};return{name:"1C:Enterprise",case_insensitive:!0,keywords:{$pattern:y,keyword:L,built_in:ue,class:br,type:Er,literal:vr},contains:[zr,Gr,Fr,Vr,Ir,Lr,gr,_r]}}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"],_e=["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"],he=["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"],Ve={type:_e,keyword:Ie,literal:["NULL","false","nullopt","nullptr","true"],built_in:["_Pragma"],_type_hints:Ce},jt={className:"function.dispatch",relevance:0,keywords:{_hint:he},begin:n.concat(/\b/,/(?!decltype)/,/(?!if)/,/(?!for)/,/(?!switch)/,/(?!while)/,y.IDENT_RE,n.lookahead(/(<[^<>]+>|)\s*\(/))},Et=[jt,ue,z,k,y.C_BLOCK_COMMENT_MODE,oe,ie],Ue={variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:Ve,contains:Et.concat([{begin:/\(/,end:/\)/,keywords:Ve,contains:Et.concat(["self"]),relevance:0}]),relevance:0},qe={className:"function",begin:"("+V+"[\\*&\\s]+)+"+pe,returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:Ve,illegal:/[^\w\s\*&:<>.]/,contains:[{begin:L,keywords:Ve,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:Ve,relevance:0,contains:[k,y.C_BLOCK_COMMENT_MODE,ie,oe,z,{begin:/\(/,end:/\)/,keywords:Ve,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:Ve,illegal:"</",classNameAliases:{"function.dispatch":"built_in"},contains:[].concat(Ue,qe,jt,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:Ve,contains:["self",z]},{begin:y.IDENT_RE+"::",keywords:Ve},{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"],_e=["true","false"],Ce={match:/(\/[a-z._-]+)+/},he=["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"],Ve=["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:_e,built_in:[...he,...Ne,"set","shopt",...Fe,...Ve]},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*\\(",_e={keyword:["asm","auto","break","case","continue","default","do","else","enum","extern","for","fortran","goto","if","inline","register","restrict","return","sizeof","typeof","typeof_unqual","struct","switch","typedef","union","volatile","while","_Alignas","_Alignof","_Atomic","_Generic","_Noreturn","_Static_assert","_Thread_local","alignas","alignof","noreturn","static_assert","thread_local","_Pragma"],type:["float","double","signed","unsigned","int","short","long","char","void","_Bool","_BitInt","_Complex","_Imaginary","_Decimal32","_Decimal64","_Decimal96","_Decimal128","_Decimal64x","_Decimal128x","_Float16","_Float32","_Float64","_Float128","_Float32x","_Float64x","_Float128x","const","static","constexpr","complex","bool","imaginary"],literal:"true false NULL",built_in:"std string wstring cin cout cerr clog stdin stdout stderr stringstream istringstream ostringstream auto_ptr deque list queue stack vector map set pair bitset multiset multimap unordered_set unordered_map unordered_multiset unordered_multimap priority_queue make_pair array shared_ptr abort terminate abs acos asin atan2 atan calloc ceil cosh cos exit exp fabs floor fmod fprintf fputs free frexp fscanf future isalnum isalpha iscntrl isdigit isgraph islower isprint ispunct isspace isupper isxdigit tolower toupper labs ldexp log10 log malloc realloc memchr memcmp memcpy memset modf pow printf putchar puts scanf sinh sin snprintf sprintf sqrt sscanf strcat strchr strcmp strcpy strcspn strlen strncat strncmp strncpy strpbrk strrchr strspn strstr tanh tan vfprintf vprintf vsprintf endl initializer_list unique_ptr"},Ce=[oe,V,n,t.C_BLOCK_COMMENT_MODE,ie,re],he={variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:_e,contains:Ce.concat([{begin:/\(/,end:/\)/,keywords:_e,contains:Ce.concat(["self"]),relevance:0}]),relevance:0},Ne={begin:"("+j+"[\\*&\\s]+)+"+de,returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:_e,illegal:/[^\w\s\*&:<>.]/,contains:[{begin:k,keywords:_e,relevance:0},{begin:de,returnBegin:!0,contains:[t.inherit(ue,{className:"title.function"})],relevance:0},{relevance:0,match:/,/},{className:"params",begin:/\(/,end:/\)/,keywords:_e,relevance:0,contains:[n,t.C_BLOCK_COMMENT_MODE,re,ie,V,{begin:/\(/,end:/\)/,keywords:_e,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:_e,disableAutodetect:!0,illegal:"</",contains:[].concat(he,Ne,Ce,[oe,{begin:t.IDENT_RE+"::",keywords:_e},{className:"class",beginKeywords:"enum class struct union",end:/[{;:<>=]/,contains:[{beginKeywords:"final class struct"},t.TITLE_MODE]}]),exports:{preprocessor:oe,strings:re,keywords:_e}}}return c_1=e,c_1}var cal_1,hasRequiredCal;function requireCal(){if(hasRequiredCal)return cal_1;hasRequiredCal=1;function e(t){const y=t.regex,n=["div","mod","in","and","or","not","xor","asserterror","begin","case","do","downto","else","end","exit","for","local","if","of","repeat","then","to","until","while","with","var"],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:"\\)"},_e={endsWithParent:!0,relevance:0},Ce={keywords:L,className:"name",begin:n,relevance:0,starts:_e},he=[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(he)};return Ie.contains=[Ne,Ce,_e],_e.contains=he,de.contains=he,{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=>Ve=>!Fe.includes(Ve),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 _e=j.inherit(j.TITLE_MODE,{begin:de}),Ce="(\\(.*\\)\\s*)?\\B[-=]>",he={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:[_e,he]},{begin:/[:\(,=]\s*/,relevance:0,contains:[{className:"function",begin:Ce,end:"[-=]>",returnBegin:!0,contains:[he]}]},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"],_e=["any","auto_ptr","barrier","binary_semaphore","bitset","complex","condition_variable","condition_variable_any","counting_semaphore","deque","false_type","future","imaginary","initializer_list","istringstream","jthread","latch","lock_guard","multimap","multiset","mutex","optional","ostringstream","packaged_task","pair","promise","priority_queue","queue","recursive_mutex","recursive_timed_mutex","scoped_lock","set","shared_future","shared_lock","shared_mutex","shared_timed_mutex","shared_ptr","stack","string_view","stringstream","timed_mutex","thread","true_type","tuple","unique_lock","unique_ptr","unordered_map","unordered_multimap","unordered_multiset","unordered_set","variant","vector","weak_ptr","wstring","wstring_view"],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:_e},Ve={className:"function.dispatch",relevance:0,keywords:{_hint:Ce},begin:y.concat(/\b/,/(?!decltype)/,/(?!if)/,/(?!for)/,/(?!switch)/,/(?!while)/,t.IDENT_RE,y.lookahead(/(<[^<>]+>|)\s*\(/))},jt=[Ve,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:jt.concat([{begin:/\(/,end:/\)/,keywords:Fe,contains:jt.concat(["self"]),relevance:0}]),relevance:0},Ue={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,Ue,Ve,jt,[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,he){const Ne=[{begin:Ce,end:he}];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"})]},_e=[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=_e,re.contains=_e.slice(1),{name:"Crystal",aliases:["cr"],keywords:j,contains:_e}}return crystal_1=e,crystal_1}var csharp_1,hasRequiredCsharp;function requireCsharp(){if(hasRequiredCsharp)return csharp_1;hasRequiredCsharp=1;function e(t){const y=["bool","byte","char","decimal","delegate","double","dynamic","enum","float","int","long","nint","nuint","object","sbyte","short","string","ulong","uint","ushort"],n=["public","private","protected","static","internal","protected","abstract","async","extern","override","unsafe","virtual","new","sealed","partial"],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]},_e=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=[_e,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]},he={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,he,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,he,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,he],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]?'},he={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},Ve={className:"string",begin:'q"\\{',end:'\\}"'},jt={className:"meta",begin:"^#!",end:"$",relevance:5},Et={className:"meta",begin:"#(line)",end:"$",relevance:5},Ue={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,he,Ne,Ve,pe,de,Ie,jt,Et,Ue]}}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=Ve=>({scope:"char.escape",begin:y.concat(/\\/,Ve),relevance:0}),pe={className:"string",begin:"~[a-z](?="+oe+")",contains:ue.map(Ve=>t.inherit(Ve,{contains:[de(Ve.end),ie,V]}))},Ie={className:"string",begin:"~[A-Z](?="+oe+")",contains:ue.map(Ve=>t.inherit(Ve,{contains:[de(Ve.end)]}))},_e={className:"regex",variants:[{begin:"~r(?="+oe+")",contains:ue.map(Ve=>t.inherit(Ve,{end:y.concat(Ve.end,/[uismxfU]{0,7}/),contains:[de(Ve.end),ie,V]}))},{begin:"~R(?="+oe+")",contains:ue.map(Ve=>t.inherit(Ve,{end:y.concat(Ve.end,/[uismxfU]{0,7}/),contains:[de(Ve.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:/"/}]},he={className:"function",beginKeywords:"def defp defmacro defmacrop",end:/\B\b/,contains:[t.inherit(t.TITLE_MODE,{begin:n,endsParent:!0})]},Ne=t.inherit(he,{className:"class",beginKeywords:"defimpl defmodule defprotocol defrecord",end:/\bdo\b|$|;/}),Fe=[Ce,_e,Ie,pe,t.HASH_COMMENT_MODE,Ne,he,{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}]},jt=[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=jt,Ie.contains=jt;const kt=[{begin:/^\s*=>/,starts:{end:"$",contains:jt}},{className:"meta.prompt",begin:"^("+"[>?]>"+"|"+"[\\w#]+\\(\\w+\\):\\d+:\\d+[>*]"+"|"+"(\\w+-)?\\d+\\.\\d+\\.\\d+(p\\d+)?[^\\d][^>]+>"+")(?=[ ])",starts:{end:"$",keywords:j,contains:jt}}];return re.unshift(z),{name:"Ruby",aliases:["rb","gemspec","podspec","thor","irb"],keywords:j,illegal:/\/\*/,contains:[t.SHEBANG({binary:"ruby"})].concat(kt).concat(re).concat(jt)}}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"],_e={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:[_e,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:[_e]},$,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},_e={variants:[j.COMMENT(/\(\*(?!\))/,/\*\)/,{contains:["self"]}),j.C_LINE_COMMENT_MODE]},Ce=/[a-zA-Z_](\w|')*/,he={scope:"variable",begin:/``/,end:/``/},Ne=/\B('|\^)/,Fe={scope:"symbol",variants:[{match:n(Ne,/``.*?``/)},{match:n(Ne,j.UNDERSCORE_IDENT_RE)}],relevance:0},Ve=function({includeEqual:Ir}){let Lr;Ir?Lr="!%&*+-/<=>@^|~?":Lr="!%&*+-/<>@^|~?";const gr=Array.from(Lr),_r=n("[",...gr.map(e),"]"),Fr=L(_r,/\./),zr=n(Fr,y(Fr)),Vr=L(n(zr,Fr,"*"),n(_r,"+"));return{scope:"operator",match:L(Vr,/:\?>/,/:\?/,/:>/,/:=/,/::?/,/\$/),relevance:0}},jt=Ve({includeEqual:!0}),Et=Ve({includeEqual:!1}),Ue=function(Ir,Lr){return{begin:n(Ir,y(n(/\s*/,L(/\w/,/'/,/\^/,/#/,/``/,/\(/,/{\|/)))),beginScope:Lr,end:y(L(/\n/,/=/)),relevance:0,keywords:j.inherit(pe,{type:ue}),contains:[_e,Fe,j.inherit(he,{scope:null}),Et]}},qe=Ue(/:/,"operator"),kt=Ue(/\bof\b/,"keyword"),tr={begin:[/(^|\s+)/,/type/,/\s+/,Ce],beginScope:{2:"keyword",4:"title.class"},end:y(/\(|=|$/),keywords:pe,contains:[_e,j.inherit(he,{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]},mr={scope:"string",begin:/"""/,end:/"""/,relevance:2},hr={scope:"subst",begin:/\{/,end:/\}/,keywords:pe},br={scope:"string",begin:/\$"/,end:/"/,contains:[{match:/\{\{/},{match:/\}\}/},j.BACKSLASH_ESCAPE,hr]},Rr={scope:"string",begin:/(\$@|@\$)"/,end:/"/,contains:[{match:/\{\{/},{match:/\}\}/},{match:/""/},j.BACKSLASH_ESCAPE,hr]},xr={scope:"string",begin:/\$"""/,end:/"""/,contains:[{match:/\{\{/},{match:/\}\}/},hr],relevance:2},Er={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=[Rr,br,cr,ur,Er,z,_e,he,qe,rr,ar,nr,Fe,jt],{name:"F#",aliases:["fs","f#"],keywords:pe,illegal:/\/\*/,classNameAliases:{"computation-expression":"keyword"},contains:[z,{variants:[xr,Rr,br,mr,cr,ur,Er]},_e,he,tr,{scope:"meta",begin:/\[</,end:/>\]/,relevance:2,contains:[he,mr,cr,ur,Er,nr]},kt,qe,rr,ar,nr,Fe,jt]}}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]}}},_e={begin:/as\s+\|/,keywords:{keyword:"as"},end:/\|/,contains:[{begin:/\w+/}]},Ce={contains:[t.NUMBER_MODE,t.QUOTE_STRING_MODE,t.APOS_STRING_MODE,_e,Ie,de,pe],returnEnd:!0},he=t.inherit(ue,{className:"name",keywords:n,starts:t.inherit(Ce,{end:/\)/})});pe.contains=[he];const Ne=t.inherit(ue,{keywords:n,className:"name",starts:t.inherit(Ce,{end:/\}\}/})}),Fe=t.inherit(ue,{keywords:n,className:"name"}),Ve=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:[Ve]},{className:"template-variable",begin:/\{\{/,end:/\}\}/,contains:[Ve]}]}}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},_e={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",""),_e,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 ",Ap="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 ",xf="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Дат ФмтДат ФмтСтр ФмтЧсл Формат ЦМассивЭлемент ЦНаборДанныхРеквизит ЦПодстр ",kf="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 ВызовСпособ ИмяОтчета РеквЗнач ",pf="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 ",Mp=Ir+Ap,hm=kf,If="null true false nil ",Cc={className:"number",begin:t.NUMBER_RE,relevance:0},Nf={className:"string",variants:[{begin:'"',end:'"'},{begin:"'",end:"'"}]},xp={className:"doctag",begin:"\\b(?:TODO|DONE|BEGIN|END|STUB|CHG|FIXME|NOTE|BUG|XXX)\\b",relevance:0},mf={className:"comment",begin:"//",end:"$",relevance:0,contains:[t.PHRASAL_WORDS_MODE,xp]},zf={className:"comment",begin:"/\\*",end:"\\*/",relevance:0,contains:[t.PHRASAL_WORDS_MODE,xp]},Af={variants:[mf,zf]},Gf={$pattern:y,keyword:k,built_in:Mp,class:hm,literal:If},Wp={begin:"\\.\\s*"+t.UNDERSCORE_IDENT_RE,keywords:Gf,relevance:0},gm={className:"type",begin:":[ \\t]*("+pf.trim().replace(/\s/g,"|")+")",end:"[ \\t]*=",excludeEnd:!0},Om={className:"variable",keywords:Gf,begin:y,relevance:0,contains:[gm,Wp]},ef=n+"\\(";return{name:"ISBL",case_insensitive:!0,keywords:Gf,illegal:"\\$|\\?|%|,|;$|~|#|@|</",contains:[{className:"function",begin:ef,end:"\\)$",returnBegin:!0,keywords:Gf,illegal:"[\\[\\]\\|\\$\\?%,~#@]",contains:[{className:"title",keywords:{$pattern:y,built_in:xf},begin:ef,end:"\\(",returnBegin:!0,excludeEnd:!0},Wp,Om,Nf,Cc,Af]},gm,Wp,Om,Nf,Cc,Af]}}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=(gr,{after:_r})=>{const Fr="</"+gr[0].slice(1);return gr.input.indexOf(Fr,_r)!==-1},oe=e,ue={begin:"<>",end:"</>"},de=/<[A-Za-z0-9\\._:-]+\s*\/>/,pe={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/,isTrulyOpeningTag:(gr,_r)=>{const Fr=gr[0].length+gr.index,zr=gr.input[Fr];if(zr==="<"||zr===","){_r.ignoreMatch();return}zr===">"&&(ie(gr,{after:Fr})||_r.ignoreMatch());let Vr;const Gr=gr.input.substring(Fr);if(Vr=Gr.match(/^\s*=/)){_r.ignoreMatch();return}if((Vr=Gr.match(/^\s+extends\s+/))&&Vr.index===0){_r.ignoreMatch();return}}},Ie={$pattern:e,keyword:t,literal:y,built_in:j,"variable.language":$},_e="[0-9](_?[0-9])*",Ce=`\\.(${_e})`,he="0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*",Ne={className:"number",variants:[{begin:`(\\b(${he})((${Ce})|\\.)?|(${Ce}))[eE][+-]?(${_e})\\b`},{begin:`\\b(${he})\\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:[]},Ve={begin:".?html`",end:"",starts:{end:"`",returnEnd:!1,contains:[z.BACKSLASH_ESCAPE,Fe],subLanguage:"xml"}},jt={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"}},Ue={className:"string",begin:"`",end:"`",contains:[z.BACKSLASH_ESCAPE,Fe]},kt={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,Ve,jt,Et,Ue,{match:/\$\d+/},Ne];Fe.contains=tr.concat({begin:/\{/,end:/\}/,keywords:Ie,contains:["self"].concat(tr)});const rr=[].concat(kt,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]}},mr={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:/%/},br={relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:"variable.constant"};function Rr(gr){return re.concat("(?!",gr.join("|"),")")}const xr={match:re.concat(/\b/,Rr([...L,"super","import"].map(gr=>`${gr}\\s*\\(`)),oe,re.lookahead(/\s*\(/)),className:"title.function",relevance:0},Er={begin:re.concat(/\./,re.lookahead(re.concat(oe,/(?![0-9A-Za-z$_(])/))),end:oe,excludeBegin:!0,keywords:"prototype",className:"property",relevance:0},vr={match:[/get|set/,/\s+/,oe,/(?=\()/],className:{1:"keyword",3:"title.function"},contains:[{begin:/\(\)/},nr]},Ir="(\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)|"+z.UNDERSCORE_IDENT_RE+")\\s*=>",Lr={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}),mr,z.APOS_STRING_MODE,z.QUOTE_STRING_MODE,Ve,jt,Et,Ue,kt,{match:/\$\d+/},Ne,cr,{className:"attr",begin:oe+re.lookahead(":"),relevance:0},Lr,{begin:"("+z.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",relevance:0,contains:[kt,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},Er,{match:"\\$"+oe,relevance:0},{match:[/\bconstructor(?=\s*\()/],className:{1:"title.function"},contains:[nr]},xr,br,ur,vr,{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:[]}]},_e=Ie;return _e.variants[1].contains=[Ie],Ie.variants[1].contains=[_e],{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(kt=>kt+"(?![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(kt=>kt+"(?![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]},_e={begin:/\s+/,relevance:0},Ce=[pe],he=[Ie],Ne=function(kt,tr){return{contains:[_e],starts:{relevance:0,contains:kt,starts:tr}}},Fe=function(kt,tr){return{begin:"\\\\"+kt+"(?![a-zA-Z@:_])",keywords:{$pattern:/\\[a-zA-Z]+/,keyword:"\\"+kt},relevance:0,contains:[_e],starts:tr}},Ve=function(kt,tr){return t.inherit({begin:"\\\\begin(?=[ ]*(\\r?\\n[ ]*)?\\{"+kt+"\\})",keywords:{$pattern:/\\[a-zA-Z]+/,keyword:"\\begin"},relevance:0},Ne(Ce,tr))},jt=(kt="string")=>t.END_SAME_AS_BEGIN({className:kt,begin:/(.|\r?\n)/,end:/(.|\r?\n)/,excludeBegin:!0,excludeEnd:!0,endsParent:!0}),Et=function(kt){return{className:"string",end:"(?=\\\\end\\{"+kt+"\\})"}},Ue=(kt="string")=>({relevance:0,begin:/\{/,starts:{endsParent:!0,contains:[{className:kt,end:/(?=\})/,endsParent:!0,contains:[{begin:/\{/,end:/\}/,relevance:0,contains:["self"]}]}]}}),qe=[...["verb","lstinline"].map(kt=>Fe(kt,{contains:[jt()]})),Fe("mint",Ne(Ce,{contains:[jt()]})),Fe("mintinline",Ne(Ce,{contains:[Ue(),jt()]})),Fe("url",{contains:[Ue("link"),Ue("link")]}),Fe("hyperref",{contains:[Ue("link")]}),Fe("href",Ne(he,{contains:[Ue("link")]})),...[].concat(...["","\\*"].map(kt=>[Ve("verbatim"+kt,Et("verbatim"+kt)),Ve("filecontents"+kt,Ne(Ce,Et("filecontents"+kt))),...["","B","L"].map(tr=>Ve(tr+"Verbatim"+kt,Ne(he,Et(tr+"Verbatim"+kt))))])),Ve("minted",Ne(he,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=[],_e=[],Ce=function(rr){return{className:"string",begin:"~?"+rr+".*?"+rr}},he=function(rr,ar,nr){return{className:rr,begin:ar,relevance:nr}},Ne={$pattern:/[a-z-]+/,keyword:ue,attribute:k.join(" ")},Fe={begin:"\\(",end:"\\)",contains:_e,keywords:Ne,relevance:0};_e.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,he("variable","@@?"+de,10),he("variable","@\\{"+de+"\\}"),he("built_in","~?`[^`]*?`"),{className:"attribute",begin:de+"\\s*:",end:":",returnBegin:!0,excludeEnd:!0},ie.IMPORTANT,{beginKeywords:"and not"},ie.FUNCTION_DISPATCH);const Ve=_e.concat({begin:/\{/,end:/\}/,contains:Ie}),jt={beginKeywords:"when",endsWithParent:!0,contains:[{beginKeywords:"and not"}].concat(_e)},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:_e}}]},Ue={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:_e,relevance:0}},qe={className:"variable",variants:[{begin:"@"+de+"\\s*:",relevance:15},{begin:"@"+de}],starts:{end:"[;}]",returnEnd:!0,contains:Ve}},kt={variants:[{begin:"[\\.#:&\\[>]",end:"[;{}]"},{begin:pe,end:/\{/}],returnBegin:!0,returnEnd:!0,illegal:`[<='$"]`,relevance:0,contains:[re.C_LINE_COMMENT_MODE,re.C_BLOCK_COMMENT_MODE,jt,he("keyword","all\\b"),he("variable","@\\{"+de+"\\}"),{begin:"\\b("+n.join("|")+")\\b",className:"selector-tag"},ie.CSS_NUMBER_MODE,he("selector-tag",pe,0),he("selector-id","#"+pe),he("selector-class","\\."+pe,0),he("selector-tag","&",0),ie.ATTRIBUTE_SELECTOR_MODE,{className:"selector-pseudo",begin:":("+L.join("|")+")"},{className:"selector-pseudo",begin:":(:)?("+$.join("|")+")"},{begin:/\(/,end:/\)/,relevance:0,contains:Ve},{begin:"!important"},ie.FUNCTION_DISPATCH]},tr={begin:de+`:(:)?(${oe.join("|")})`,returnBegin:!0,contains:[kt]};return Ie.push(re.C_LINE_COMMENT_MODE,re.C_BLOCK_COMMENT_MODE,Ue,qe,tr,Et,kt,jt,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:"\\)"},_e={endsWithParent:!0,relevance:0};return Ie.contains=[{className:"name",variants:[{begin:y,relevance:0},{begin:n}]},_e],_e.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 _e={className:"params",begin:"\\(",returnBegin:!0,contains:[{begin:/\(/,end:/\)/,keywords:ie,contains:["self"].concat(Ie)}]},Ce={begin:"(#=>|=>|\\|>>|-?->|!->)"},he={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,_e],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}>\\*?"}]},he,{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":(jt,Et)=>{pe.has(jt[0])||Et.ignoreMatch()}},{className:"symbol",relevance:0,begin:de}]},_e={className:"named-character",begin:/\\\[[$a-zA-Z][$a-zA-Z0-9]+\]/},Ce={className:"operator",relevance:0,begin:/[+\-*/,;.:@~=><&|_`'^?!%]+/},he={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:/[[\](){}]/},Ve={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"]}),he,Ne,Ve,Ie,_e,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,_e,Ce="\\1")=>{const he=Ce==="\\1"?Ce:y.concat(Ce,_e);return y.concat(y.concat("(?:",Ie,")"),_e,/(?:\\.|[^\\\/])*?/,he,/(?:\\.|[^\\\/])*?/,Ce,k)},de=(Ie,_e,Ce)=>y.concat(y.concat("(?:",Ie,")"),_e,/(?:\\.|[^\\\/])*?/,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"],_e={match:[/Function/,/\s+/,y.concat(/(\.)?/,t.IDENT_RE)],scope:{1:"keyword",3:"title.function"}},he={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}),he,_e,{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"],_e=["__CLASS__","__DIR__","__FILE__","__FUNCTION__","__COMPILER_HALT_OFFSET__","__LINE__","__METHOD__","__NAMESPACE__","__TRAIT__","die","echo","exit","include","include_once","print","require","require_once","array","abstract","and","as","binary","bool","boolean","break","callable","case","catch","class","clone","const","continue","declare","default","do","double","else","elseif","empty","enddeclare","endfor","endforeach","endif","endswitch","endwhile","enum","eval","extends","final","finally","float","for","foreach","from","global","goto","if","implements","instanceof","insteadof","int","integer","interface","isset","iterable","list","match|0","mixed","new","never","object","or","private","protected","public","readonly","real","return","string","switch","throw","trait","try","unset","use","var","void","while","xor","yield"],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:_e,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+$/,"")),Ve={variants:[{match:[/new/,y.concat(ue,"+"),y.concat("(?!",Fe(Ce).join("\\b|"),"\\b)"),L],scope:{1:"keyword",4:"title.class"}}]},jt=y.concat(k,"\\b(?!\\()"),Et={variants:[{match:[y.concat(/::/,y.lookahead(/(?!class\b)/)),jt],scope:{2:"variable.constant"}},{match:[/::/,/class/],scope:{2:"variable.language"}},{match:[L,y.concat(/::/,y.lookahead(/(?!class\b)/)),jt],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"}}]},Ue={scope:"attr",match:y.concat(k,y.lookahead(":"),y.lookahead(/(?!::)/))},qe={relevance:0,begin:/\(/,end:/\)/,keywords:Ne,contains:[Ue,$,Et,t.C_BLOCK_COMMENT_MODE,de,pe,Ve]},kt={relevance:0,match:[/\b/,y.concat("(?!fn\\b|function\\b|",Fe(_e).join("\\b|"),"|",Fe(Ce).join("\\b|"),"\\b)"),k,y.concat(ue,"*"),y.lookahead(/(?=\()/)],scope:{3:"title.function.invoke"},contains:[qe]};qe.contains.push(kt);const tr=[Ue,Et,t.C_BLOCK_COMMENT_MODE,de,pe,Ve],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/},$,kt,Et,{match:[/const/,/\s/,k],scope:{1:"keyword",3:"variable.constant"}},Ve,{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]}]},_e={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}]},he={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,he],Ve={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(Ve),{name:"PowerShell",aliases:["pwsh","ps","ps1"],case_insensitive:!0,keywords:L,contains:Fe.concat(pe,Ie,_e,Ce,Ve)}}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})`}]},_e={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,_e,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_]*/},_e={className:"operator",begin:/[-+*/=%^~]|&&?|\|\|?|!=?|<(?:=>?|<|>)?|>[>=]?/,relevance:0},Ce={begin:y.concat(/\b/,y.either(...de),/\s*\(/),relevance:0,keywords:{built_in:de}};function he(Ne,{exceptions:Fe,when:Ve}={}){const jt=Ve;return Fe=Fe||[],Ne.map(Et=>Et.match(/\|\d+$/)||Fe.includes(Et)?Et:jt(Et)?`${Et}|0`:Et)}return{name:"SQL",case_insensitive:!0,illegal:/[{}]|<\//,keywords:{$pattern:/\b[\w\.]+/,keyword:he(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,_e]}}return sql_1=e,sql_1}var stan_1,hasRequiredStan;function requireStan(){if(hasRequiredStan)return stan_1;hasRequiredStan=1;function e(t){const y=t.regex,n=["functions","model","data","parameters","quantities","transformed","generated"],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 Ue=Et[Et.length-1];return typeof Ue=="object"&&Ue.constructor===Object?(Et.splice(Et.length-1,1),Ue):{}}function k(...Et){return"("+(n(Et).capture?"":"?:")+Et.map(kt=>e(kt)).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,"*"),_e=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(_e,/\d/,/[\u0300-\u036F\u1DC0-\u1DFF\u20D0-\u20FF\uFE20-\uFE2F]/),he=y(_e,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\(/,he,/\)/),"objc","objcMembers","propertyWrapper","requires_stored_property_inits","resultBuilder","Sendable","testable","UIApplicationMain","unchecked","unknown","usableFromInline","warn_unqualified_access"],Ve=["iOS","iOSApplicationExtension","macOS","macOSApplicationExtension","macCatalyst","macCatalystApplicationExtension","watchOS","watchOSApplicationExtension","tvOS","tvOSApplicationExtension","swift"];function jt(Et){const Ue={match:/\s+/,relevance:0},qe=Et.COMMENT("/\\*","\\*/",{contains:["self"]}),kt=[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},mr=[tr,rr,ur],hr={match:y(/\./,k(...ue)),relevance:0},br={className:"built_in",match:y(/\b/,k(...ue),/(?=\()/)},Rr=[hr,br],xr={match:/->/,relevance:0},Er={className:"operator",relevance:0,variants:[{match:Ie},{match:`\\.(\\.|${pe})+`}]},vr=[xr,Er],Ir="([0-9]_*)+",Lr="([0-9a-fA-F]_*)+",gr={className:"number",relevance:0,variants:[{match:`\\b(${Ir})(\\.(${Ir}))?([eE][+-]?(${Ir}))?\\b`},{match:`\\b0x(${Lr})(\\.(${Lr}))?([pP][+-]?(${Ir}))?\\b`},{match:/\b0o([0-7]_*)+\b/},{match:/\b0b([01]_*)+\b/}]},_r=(To="")=>({className:"subst",variants:[{match:y(/\\/,To,/[0\\tnr"']/)},{match:y(/\\/,To,/u\{[0-9a-fA-F]{1,8}\}/)}]}),Fr=(To="")=>({className:"subst",match:y(/\\/,To,/[\t ]*(?:[\r\n]|\r\n)/)}),zr=(To="")=>({className:"subst",label:"interpol",begin:y(/\\/,To,/\(/),end:/\)/}),Vr=(To="")=>({begin:y(To,/"""/),end:y(/"""/,To),contains:[_r(To),Fr(To),zr(To)]}),Gr=(To="")=>({begin:y(To,/"/),end:y(/"/,To),contains:[_r(To),zr(To)]}),Tr={className:"string",variants:[Vr(),Vr("#"),Vr("##"),Vr("###"),Gr(),Gr("#"),Gr("##"),Gr("###")]},Cr=[Et.BACKSLASH_ESCAPE,{begin:/\[/,end:/\]/,relevance:0,contains:[Et.BACKSLASH_ESCAPE]}],Mr={begin:/\/[^\s](?=[^/\n]*\/)/,end:/\//,contains:Cr},yr=To=>{const Hi=y(To,/\//),na=y(/\//,To);return{begin:Hi,end:na,contains:[...Cr,{scope:"comment",begin:`#(?!.*${na})`,end:/$/}]}},Sr={scope:"regexp",variants:[yr("###"),yr("##"),yr("#"),Mr]},Dr={match:y(/`/,he,/`/)},kr={className:"variable",match:/\$\d+/},Wr={className:"variable",match:`\\$${Ce}+`},Kr=[Dr,kr,Wr],Nr={match:/(@|#(un)?)available/,scope:"keyword",starts:{contains:[{begin:/\(/,end:/\)/,keywords:Ve,contains:[...vr,gr,Tr]}]}},jr={scope:"keyword",match:y(/@/,k(...Fe),t(k(/\(/,/\s+/)))},Qr={scope:"meta",match:y(/@/,he)},ca=[Nr,jr,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:[...kt,...mr,...ca,xr,Po]};Po.contains.push(Wa);const qo={match:y(he,/\s*:/),keywords:"_|0",relevance:0},ds={begin:/\(/,end:/\)/,relevance:0,keywords:cr,contains:["self",qo,...kt,Sr,...mr,...Rr,...vr,gr,Tr,...Kr,...ca,Po]},Kn={begin:/</,end:/>/,keywords:"repeat each",contains:[...kt,Po]},Hr={begin:k(t(y(he,/\s*:/)),t(y(he,/\s+/,he,/\s*:/))),end:/:/,relevance:0,contains:[{className:"keyword",match:/\b_\b/},{className:"params",match:he}]},Ar={begin:/\(/,end:/\)/,keywords:cr,contains:[Hr,...kt,...mr,...vr,gr,Tr,...ca,Po,ds],endsParent:!0,illegal:/["']/},On={match:[/(func|macro)/,/\s+/,k(Dr.match,he,Ie)],className:{1:"keyword",3:"title.function"},contains:[Kn,Ar,Ue],illegal:[/\[/,/%/]},In={match:[/\b(?:subscript|init[?!]?)/,/\s*(?=[<(])/],className:{1:"keyword"},contains:[Kn,Ar,Ue],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+/,he,/\s*/],beginScope:{1:"keyword",3:"title.class"},keywords:cr,contains:[Kn,...mr,{begin:/:/,end:/\{/,keywords:cr,contains:[{scope:"title.class.inherited",match:Ne},...mr],relevance:0}]};for(const To of Tr.variants){const Hi=To.contains.find(Ma=>Ma.label==="interpol");Hi.keywords=cr;const na=[...mr,...Rr,...vr,gr,Tr,...Kr];Hi.contains=[...na,{begin:/\(/,end:/\)/,contains:["self",...na]}]}return{name:"Swift",keywords:cr,contains:[...kt,On,In,qa,Sa,sa,{beginKeywords:"import",end:/$/,contains:[...kt],relevance:0},Sr,...mr,...Rr,...vr,gr,Tr,...Kr,...ca,Po,ds]}}return swift_1=jt,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,$],_e=[...Ie];return _e.pop(),_e.push(j),ue.contains=_e,{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=(_r,{after:Fr})=>{const zr="</"+_r[0].slice(1);return _r.input.indexOf(zr,Fr)!==-1},ue=e,de={begin:"<>",end:"</>"},pe=/<[A-Za-z0-9\\._:-]+\s*\/>/,Ie={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/,isTrulyOpeningTag:(_r,Fr)=>{const zr=_r[0].length+_r.index,Vr=_r.input[zr];if(Vr==="<"||Vr===","){Fr.ignoreMatch();return}Vr===">"&&(oe(_r,{after:zr})||Fr.ignoreMatch());let Gr;const Tr=_r.input.substring(zr);if(Gr=Tr.match(/^\s*=/)){Fr.ignoreMatch();return}if((Gr=Tr.match(/^\s+extends\s+/))&&Gr.index===0){Fr.ignoreMatch();return}}},_e={$pattern:e,keyword:t,literal:y,built_in:j,"variable.language":$},Ce="[0-9](_?[0-9])*",he=`\\.(${Ce})`,Ne="0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*",Fe={className:"number",variants:[{begin:`(\\b(${Ne})((${he})|\\.)?|(${he}))[eE][+-]?(${Ce})\\b`},{begin:`\\b(${Ne})\\b((${he})\\b|\\.)?|(${he})\\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},Ve={className:"subst",begin:"\\$\\{",end:"\\}",keywords:_e,contains:[]},jt={begin:".?html`",end:"",starts:{end:"`",returnEnd:!1,contains:[re.BACKSLASH_ESCAPE,Ve],subLanguage:"xml"}},Et={begin:".?css`",end:"",starts:{end:"`",returnEnd:!1,contains:[re.BACKSLASH_ESCAPE,Ve],subLanguage:"css"}},Ue={begin:".?gql`",end:"",starts:{end:"`",returnEnd:!1,contains:[re.BACKSLASH_ESCAPE,Ve],subLanguage:"graphql"}},qe={className:"string",begin:"`",end:"`",contains:[re.BACKSLASH_ESCAPE,Ve]},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,jt,Et,Ue,qe,{match:/\$\d+/},Fe];Ve.contains=rr.concat({begin:/\{/,end:/\}/,keywords:_e,contains:["self"].concat(rr)});const ar=[].concat(tr,Ve.contains),nr=ar.concat([{begin:/(\s*)\(/,end:/\)/,keywords:_e,contains:["self"].concat(ar)}]),ur={className:"params",begin:/(\s*)\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:_e,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"}}]},mr={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)['"]/},br={variants:[{match:[/function/,/\s+/,ue,/(?=\s*\()/]},{match:[/function/,/\s*(?=\()/]}],className:{1:"keyword",3:"title.function"},label:"func.def",contains:[ur],illegal:/%/},Rr={relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:"variable.constant"};function xr(_r){return ie.concat("(?!",_r.join("|"),")")}const Er={match:ie.concat(/\b/,xr([...L,"super","import"].map(_r=>`${_r}\\s*\\(`)),ue,ie.lookahead(/\s*\(/)),className:"title.function",relevance:0},vr={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]},Lr="(\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)|"+re.UNDERSCORE_IDENT_RE+")\\s*=>",gr={match:[/const|var|let/,/\s+/,ue,/\s*/,/=\s*/,/(async\s*)?/,ie.lookahead(Lr)],keywords:"async",className:{1:"keyword",3:"title.function"},contains:[ur]};return{name:"JavaScript",aliases:["js","jsx","mjs","cjs"],keywords:_e,exports:{PARAMS_CONTAINS:nr,CLASS_REFERENCE:mr},illegal:/#(?![$_A-z])/,contains:[re.SHEBANG({label:"shebang",binary:"node",relevance:5}),hr,re.APOS_STRING_MODE,re.QUOTE_STRING_MODE,jt,Et,Ue,qe,tr,{match:/\$\d+/},Fe,mr,{className:"attr",begin:ue+ie.lookahead(":"),relevance:0},gr,{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:Lr,returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:re.UNDERSCORE_IDENT_RE,relevance:0},{className:null,begin:/\(\s*\)/,skip:!0},{begin:/(\s*)\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:_e,contains: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"]}]}]},br,{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},vr,{match:"\\$"+ue,relevance:0},{match:[/\bconstructor(?=\s*\()/],className:{1:"title.function"},contains:[ur]},Er,Rr,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['"]/},_e=["type","interface","public","private","protected","implements","declare","abstract","readonly","enum","override","satisfies"],Ce={$pattern:e,keyword:t.concat(_e),literal:y,built_in:j.concat(ue),"variable.language":$},he={className:"meta",begin:"@"+oe},Ne=(jt,Et,Ue)=>{const qe=jt.contains.findIndex(kt=>kt.label===Et);if(qe===-1)throw new Error("can not find mode to replace");jt.contains.splice(qe,1,Ue)};Object.assign(ie.keywords,Ce),ie.exports.PARAMS_CONTAINS.push(he);const Fe=ie.contains.find(jt=>jt.className==="attr");ie.exports.PARAMS_CONTAINS.push([ie.exports.CLASS_REFERENCE,Fe]),ie.contains=ie.contains.concat([he,de,pe]),Ne(ie,"shebang",re.SHEBANG()),Ne(ie,"use_strict",Ie);const Ve=ie.contains.find(jt=>jt.label==="func.def");return Ve.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}},_e=t.C_NUMBER_MODE,Ce={match:[n,/\s*/,/=/,/\s*/,/\(/,n,/\)\s*\{/],scope:{1:"title.function",3:"operator",6:"params"}},he=t.COMMENT(/\/\*\*/,/\*\//,{contains:[{match:/@[a-z]+/,scope:"doctag"},"self"]}),Ne={scope:"subst",begin:/%\(/,end:/\)/,contains:[_e,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 Ve=[...k,...$,...L],jt={relevance:0,match:y.concat("\\b(?!",Ve.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:/$/}]},_e,Fe,ue,he,t.C_LINE_COMMENT_MODE,t.C_BLOCK_COMMENT_MODE,Ie,ie,Ce,re,z,oe,pe,de,jt]}}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 _e=retrieveTextFontName("amsrm",y.fontWeight,y.fontShape);return makeSymbol(L,_e,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 he=retrieveTextFontName(Ie,y.fontWeight,y.fontShape);return makeSymbol(L,he,k,y,$.concat(he,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,_e=pe.wrapperClasses||[],Ce=pe.wrapperStyle||{},he=makeSpan$2(_e,[z,Ie],void 0,Ce);he.style.top=makeEm(-L-ue-Ie.depth),pe.marginLeft&&(he.style.marginLeft=pe.marginLeft),pe.marginRight&&(he.style.marginRight=pe.marginRight),re.push(he),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 Ve=makeSpan$2([],[]),jt=makeSpan$2(["vlist"],[Ve]);jt.style.height=makeEm(-ie);var Et=makeSpan$2(["vlist-s"],[new SymbolNode("")]);Fe=[makeSpan$2(["vlist-r"],[Ne,Et]),makeSpan$2(["vlist-r"],[jt])]}else Fe=[makeSpan$2(["vlist-r"],[Ne])];var Ue=makeSpan$2(["vlist-t"],Fe);return Fe.length===2&&Ue.classes.push("vlist-t2"),Ue.height=oe,Ue.depth=-ie,Ue},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],_e=de.classes[0];Ie==="mbin"&&utils$5.contains(binRightCanceller,_e)?pe.classes[0]="mord":_e==="mbin"&&utils$5.contains(binLeftCanceller,Ie)&&(de.classes[0]="mord")},{node:ie},oe,ue),traverseNonSpaceNodes(L,(de,pe)=>{var Ie=getTypeOfDomTree(pe),_e=getTypeOfDomTree(de),Ce=Ie&&_e?de.hasClass("mtight")?tightSpacings[Ie][_e]:spacings[Ie][_e]: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 _e=[],Ce=katexImagesData[V],[he,Ne,Fe]=Ce,Ve=Fe/1e3,jt=he.length,Et,Ue;if(jt===1){var qe=Ce[3];Et=["hide-tail"],Ue=[qe]}else if(jt===2)Et=["halfarrow-left","halfarrow-right"],Ue=["xMinYMin","xMaxYMin"];else if(jt===3)Et=["brace-left","brace-center","brace-right"],Ue=["xMinYMin","xMidYMin","xMaxYMin"];else throw new Error(`Correct katexImagesData or update code here to support
`+jt+" children.");for(var kt=0;kt<jt;kt++){var tr=new PathNode(he[kt]),rr=new SvgNode([tr],{width:"400em",height:makeEm(Ve),viewBox:"0 0 "+j+" "+Fe,preserveAspectRatio:Ue[kt]+" slice"}),ar=buildCommon.makeSvgSpan([Et[kt]],[rr],y);if(jt===1)return{span:ar,minWidth:Ne,height:Ve};ar.style.height=makeEm(Ve),_e.push(ar)}return{span:buildCommon.makeSpan(["stretchy"],_e,y),minWidth:Ne,height:Ve}}}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 _e=buildCommon.makeSpan(["mord","accent"],[oe],t);return k?(k.children[0]=_e,k.height=Math.max(_e.height,k.height),k.classes[0]="mord",k):_e},mathmlBuilder$9=(e,t)=>{var y=e.isStretchy?stretchy.mathMLnode(e.label):new mathMLTree.MathNode("mo",[makeText(e.label,e.mode)]),n=new mathMLTree.MathNode("mover",[buildGroup2(e.base,t),y]);return n.setAttribute("accent","true"),n},NON_STRETCHY_ACCENT_REGEX=new RegExp(["\\acute","\\grave","\\ddot","\\tilde","\\bar","\\breve","\\check","\\hat","\\vec","\\dot","\\mathring"].map(e=>"\\"+e).join("|"));defineFunction({type:"accent",names:["\\acute","\\grave","\\ddot","\\tilde","\\bar","\\breve","\\check","\\hat","\\vec","\\dot","\\mathring","\\widecheck","\\widehat","\\widetilde","\\overrightarrow","\\overleftarrow","\\Overrightarrow","\\overleftrightarrow","\\overgroup","\\overlinesegment","\\overleftharpoon","\\overrightharpoon"],props:{numArgs:1},handler:(e,t)=>{var y=normalizeArgument(t[0]),n=!NON_STRETCHY_ACCENT_REGEX.test(e.funcName),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),_e=Ie.height+Ie.depth,Ce=getMetrics(re,ue,L),he=Ce.height+Ce.depth,Ne=0,Fe=1;if(V!==null){var Ve=getMetrics(V,ue,L);Ne=Ve.height+Ve.depth,Fe=2}var jt=pe+he+Ne,Et=Math.max(0,Math.ceil((y-jt)/(Fe*_e))),Ue=jt+Et*Fe*_e,qe=k.fontMetrics().axisHeight;n&&(qe*=k.sizeMultiplier);var kt=Ue/2-qe,tr=[];if(ie.length>0){var rr=Ue-pe-he,ar=Math.round(Ue*1e3),nr=tallDelim(ie,Math.round(rr*1e3)),ur=new PathNode(ie,nr),cr=(oe/1e3).toFixed(3)+"em",mr=(ar/1e3).toFixed(3)+"em",hr=new SvgNode([ur],{width:cr,height:mr,viewBox:"0 0 "+oe+" "+ar}),br=buildCommon.makeSvgSpan([],[hr],k);br.height=ar/1e3,br.style.width=cr,br.style.height=mr,tr.push({type:"elem",elem:br})}else{if(tr.push(makeGlyphSpan(re,ue,L)),tr.push(lap$2),V===null){var Rr=Ue-pe-he+2*lapInEms;tr.push(makeInner(z,Rr,k))}else{var xr=(Ue-pe-he-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 Er=k.havingBaseStyle(Style$1.TEXT),vr=buildCommon.makeVList({positionType:"bottom",positionData:kt,children:tr},Er);return styleWrap(buildCommon.makeSpan(["delimsizing","mult"],[vr],Er),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,_e=0;/box/.test(n)?(_e=Math.max(t.fontMetrics().fboxrule,t.minRuleThickness),pe=t.fontMetrics().fboxsep+(n==="colorbox"?0:_e),Ie=pe):n==="angl"?(_e=Math.max(t.fontMetrics().defaultRuleThickness,t.minRuleThickness),pe=4*_e,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(_e)):n==="angl"&&_e!==.049&&(L.style.borderTopWidth=makeEm(_e),L.style.borderRightWidth=makeEm(_e)),$=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 he=/cancel|phase/.test(n)?["svg-align"]:[];Ce=buildCommon.makeVList({positionType:"individualShift",children:[{type:"elem",elem:y,shift:0},{type:"elem",elem:L,shift:$,wrapperClasses:he}]},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=[],_e=[],Ce=V!=null?[]:void 0;function he(){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(he(),_e.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 Ve=e.fetch().text;if(Ve==="&"){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(Ve==="\\end"){Ne(),de.length===1&&Fe.type==="styling"&&Fe.body[0].body.length===0&&(pe.length>1||!re)&&pe.pop(),_e.length<pe.length+1&&_e.push([]);break}else if(Ve==="\\\\"){e.consume();var jt=void 0;e.gullet.future().text!==" "&&(jt=e.parseSizeGroup(!0)),Ie.push(jt?jt.value:null),Ne(),_e.push(getHLines(e)),de=[],pe.push(de),he()}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:_e,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,_e=.7*Ie,Ce=.3*Ie,he=0;function Ne(Dr){for(var kr=0;kr<Dr.length;++kr)kr>0&&(he+=.25),z.push({pos:he,isDashed:Dr[kr]})}for(Ne($[0]),n=0;n<t.body.length;++n){var Fe=t.body[n],Ve=_e,jt=Ce;j<Fe.length&&(j=Fe.length);var Et=new Array(Fe.length);for(k=0;k<Fe.length;++k){var Ue=buildGroup$1(Fe[k],y);jt<Ue.depth&&(jt=Ue.depth),Ve<Ue.height&&(Ve=Ue.height),Et[k]=Ue}var qe=t.rowGaps[n],kt=0;qe&&(kt=calculateSize(qe,y),kt>0&&(kt+=Ce,jt<kt&&(jt=kt),kt=0)),t.addJot&&(jt+=pe),Et.height=Ve,Et.depth=jt,he+=Ve,Et.pos=he,he+=jt+kt,V[n]=Et,Ne($[n+1])}var tr=he/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 mr=V[n],hr=mr.pos-tr,br=t.tags[n],Rr=void 0;br===!0?Rr=buildCommon.makeSpan(["eqn-num"],[],y):br===!1?Rr=buildCommon.makeSpan([],[],y):Rr=buildCommon.makeSpan([],buildExpression$1(br,y,!0),y),Rr.depth=mr.depth,Rr.height=mr.height,cr.push({type:"elem",elem:Rr,shift:hr})}for(k=0,ur=0;k<j||ur<rr.length;++k,++ur){for(var xr=rr[ur]||{},Er=!0;xr.type==="separator";){if(Er||(nr=buildCommon.makeSpan(["arraycolsep"],[]),nr.style.width=makeEm(y.fontMetrics().doubleRuleSep),ar.push(nr)),xr.separator==="|"||xr.separator===":"){var vr=xr.separator==="|"?"solid":"dashed",Ir=buildCommon.makeSpan(["vertical-separator"],[],y);Ir.style.height=makeEm(he),Ir.style.borderRightWidth=makeEm(re),Ir.style.borderRightStyle=vr,Ir.style.margin="0 "+makeEm(-re/2);var Lr=he-tr;Lr&&(Ir.style.verticalAlign=makeEm(-Lr)),ar.push(Ir)}else throw new ParseError("Invalid separator type: "+xr.separator);ur++,xr=rr[ur]||{},Er=!1}if(!(k>=j)){var gr=void 0;(k>0||t.hskipBeforeAndAfter)&&(gr=utils$5.deflt(xr.pregap,oe),gr!==0&&(nr=buildCommon.makeSpan(["arraycolsep"],[]),nr.style.width=makeEm(gr),ar.push(nr)));var _r=[];for(n=0;n<L;++n){var Fr=V[n],zr=Fr[k];if(zr){var Vr=Fr.pos-tr;zr.depth=Fr.depth,zr.height=Fr.height,_r.push({type:"elem",elem:zr,shift:Vr})}}_r=buildCommon.makeVList({positionType:"individualShift",children:_r},y),_r=buildCommon.makeSpan(["col-align-"+(xr.align||"c")],[_r]),ar.push(_r),(k<j-1||t.hskipBeforeAndAfter)&&(gr=utils$5.deflt(xr.postgap,oe),gr!==0&&(nr=buildCommon.makeSpan(["arraycolsep"],[]),nr.style.width=makeEm(gr),ar.push(nr)))}}if(V=buildCommon.makeSpan(["mtable"],ar),z.length>0){for(var Gr=buildCommon.makeLineSpan("hline",y,re),Tr=buildCommon.makeLineSpan("hdashline",y,re),Cr=[{type:"elem",elem:V,shift:0}];z.length>0;){var Mr=z.pop(),yr=Mr.pos-tr;Mr.isDashed?Cr.push({type:"elem",elem:Tr,shift:yr}):Cr.push({type:"elem",elem:Gr,shift:yr})}V=buildCommon.makeVList({positionType:"individualShift",children:Cr},y)}if(cr.length===0)return buildCommon.makeSpan(["mord"],[V],y);var Sr=buildCommon.makeVList({positionType:"individualShift",children:cr},y);return Sr=buildCommon.makeSpan(["tag"],[Sr],y),buildCommon.makeFragment([V,Sr])},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,_e=0,Ce=de.length;de[0].type==="separator"&&(oe+="top ",_e=1),de[de.length-1].type==="separator"&&(oe+="bottom ",Ce-=1);for(var he=_e;he<Ce;he++)de[he].type==="align"?(ue+=alignMap[de[he].align],Ie&&(pe+="none "),Ie=!0):de[he].type==="separator"&&Ie&&(pe+=de[he].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="",Ve=1;Ve<Ne.length;Ve++)Fe+=Ve%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 jt="",Et=t.hLinesBeforeRow;oe+=Et[0].length>0?"left ":"",oe+=Et[Et.length-1].length>0?"right ":"";for(var Ue=1;Ue<Et.length-1;Ue++)jt+=Et[Ue].length===0?"none ":Et[Ue][0]?"dashed ":"solid ";return/[sd]/.test(jt)&&re.setAttribute("rowlines",jt.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(_e){for(var Ce=1;Ce<_e.length;Ce+=2){var he=assertNodeType(_e[Ce],"styling"),Ne=assertNodeType(he.body[0],"ordgroup");Ne.body.unshift(z)}if(ue)V<_e.length&&(V=_e.length);else{var Fe=_e.length/2;if(j<Fe)throw new ParseError("Too many math in a row: "+("expected "+j+", but got "+Fe),_e[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 he=-(Ce-.5*ie);Ie=buildCommon.makeVList({positionType:"individualShift",children:[{type:"elem",elem:z,shift:pe},{type:"elem",elem:re,shift:he},{type:"elem",elem:$,shift:-ue}]},t)}else{var _e=ue-$.depth-(z.height-pe);_e<de&&(ue+=.5*(de-_e),pe+=.5*(de-_e)),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,Ve;return e.leftDelim==null?Fe=makeNullDelimiter(t,["mopen"]):Fe=delimiter.customSizedDelim(e.leftDelim,Ne,!0,t.havingStyle(y),e.mode,["mopen"]),e.continued?Ve=buildCommon.makeSpan([]):e.rightDelim==null?Ve=makeNullDelimiter(t,["mclose"]):Ve=delimiter.customSizedDelim(e.rightDelim,Ne,!0,t.havingStyle(y),e.mode,["mclose"]),buildCommon.makeSpan(["mord"].concat(L.sizingClasses(t)),[Fe,buildCommon.makeSpan(["mfrac"],[Ie]),Ve],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 _e=buildCommon.makeSpan(["mspace"],[],n);_e.style.marginRight=makeEm(L),Ie.unshift(_e)}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,_e=0;return(V instanceof SymbolNode||L.name==="\\oiint"||L.name==="\\oiiint")&&!L.suppressBaseShift&&(Ie=(V.height-V.depth)/2-t.fontMetrics().axisHeight,_e=V.italic),k?assembleSupSub(V,y,n,t,$,_e,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),_e=buildCommon.makeVList({positionType:"shift",positionData:-Ie,children:[{type:"elem",elem:pe}]},t),Ce=buildCommon.makeSpan(["root"],[_e]);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,_e=makeEm(.5/z.ptPerEm/Ie),Ce=null;if(V){var he=e.base&&e.base.type==="op"&&e.base.name&&(e.base.name==="\\oiint"||e.base.name==="\\oiiint");($ instanceof SymbolNode||he)&&(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,Ve=4*Fe;if(re-j.depth-(V.height-ie)<Ve){ie=Ve-(re-j.depth)+V.height;var jt=.8*z.xHeight-(re-j.depth);jt>0&&(re+=jt,ie-=jt)}var Et=[{type:"elem",elem:V,shift:ie,marginRight:_e,marginLeft:Ce},{type:"elem",elem:j,shift:-re,marginRight:_e}];Ne=buildCommon.makeVList({positionType:"individualShift",children:Et},t)}else if(V){ie=Math.max(ie,z.sub1,V.height-.8*z.xHeight);var Ue=[{type:"elem",elem:V,marginLeft:Ce,marginRight:_e}];Ne=buildCommon.makeVList({positionType:"shift",positionData:ie,children:Ue},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:_e}]},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 N1{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(N1.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 extends Renderer{constructor(y){super();np(this,"reset",()=>{this.footnotes=[],this.footnoteIndex=0});np(this,"merge",(y,n)=>({...y,...n}));np(this,"buildTheme",y=>{const n=this.merge(y.BASE,{"font-family":this.opts.fonts,"font-size":this.opts.size});return{...Object.fromEntries(Object.entries(y.inline).map(([L,$])=>[L,this.merge(n,$)])),...Object.fromEntries(Object.entries(y.block).map(([L,$])=>[L,this.merge(n,$)]))}});np(this,"getStyles",(y,n="")=>{const k=this.styleMapping[y];return k?`style="${Object.entries(k).map(([$,j])=>`${$}:${j}`).join(";")}${n}"`:""});np(this,"addFootnote",(y,n)=>(this.footnotes.push([++this.footnoteIndex,y,n]),this.footnoteIndex));np(this,"buildFootnotes",()=>{if(!this.footnotes.length)return"";const y=this.footnotes.map(([n,k,L])=>L===k?`<code style="font-size: 90%; opacity: 0.6;">[${n}]</code>: <i style="word-break: break-all">${k}</i><br/>`:`<code style="font-size: 90%; opacity: 0.6;">[${n}]</code> ${k}: <i style="word-break: break-all">${L}</i><br/>`).join(`
`);return`<h4 ${this.getStyles("h4")}>引用链接</h4><p ${this.getStyles("footnotes")}>${y}</p>`});np(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>
`);np(this,"setOptions",y=>{this.opts=this.merge(this.opts,y),this.styleMapping=this.buildTheme(this.opts.theme)});np(this,"heading",(y,n)=>{const k=`h${n}`;return`<${k} ${this.getStyles(k)}>${y}</${k}>`});np(this,"paragraph",y=>{const n=y.includes("<figure")&&y.includes("<img"),k=y.trim()==="";return n?y:k?"":`<p ${this.getStyles("p")}>${y}</p>`});np(this,"blockquote",y=>(y=y.replace(/<p.*?>/g,`<p ${this.getStyles("blockquote_p")}>`),`<blockquote ${this.getStyles("blockquote")}>${y}</blockquote>`));np(this,"code",(y,n="")=>{if(n.startsWith("mermaid"))return setTimeout(()=>{var $;($=window.mermaid)==null||$.run()},0),`<center><pre class="mermaid">${y}</pre></center>`;const k=n.split(" ")[0],L=HighlightJS.getLanguage(k)?k:"plaintext";return y=HighlightJS.highlight(y,{language:L}).value,y=y.replace(/\r\n/g,"<br/>").replace(/\n/g,"<br/>").replace(/(>[^<]+)|(^[^<]+)/g,$=>$.replace(/\s/g,"&nbsp;")),`<pre class="hljs code__pre" ${this.getStyles("code_pre")}><code class="language-${n}" ${this.getStyles("code")}>${y}</code></pre>`});np(this,"codespan",y=>`<code ${this.getStyles("codespan")}>${y}</code>`);np(this,"listitem",y=>`<li ${this.getStyles("listitem")}><span><%s/></span>${y}</li>`);np(this,"list",(y,n)=>{y=y.replace(/<\/*p.*?>/g,"").replace(/<\/*p>/g,"");const k=y.split("<%s/>");if(!n)return`<ul ${this.getStyles("ul")}>${k.join("• ")}</ul>`;const L=k.map(($,j)=>(j>0?`${j}. `:"")+$).join("");return`<ol ${this.getStyles("ol")}>${L}</ol>`});np(this,"image",(y,n,k)=>{const L=re=>re?`<figcaption ${this.getStyles("figcaption")}>${re}</figcaption>`:"",$={alt:()=>k,title:()=>n,"alt-title":()=>k||n,"title-alt":()=>n||k}[this.opts.legend]||(()=>""),j=L($()),V=this.getStyles("figure"),z=this.getStyles("image");return`<figure ${V}><img ${z} src="${y}" title="${n}" alt="${k}"/>${j}</figure>`});np(this,"link",(y,n,k)=>{if(y.startsWith("https://mp.weixin.qq.com"))return`<a href="${y}" title="${n||k}" ${this.getStyles("wx_link")}>${k}</a>`;if(y===k)return k;if(this.opts.status){const L=this.addFootnote(n||k,y);return`<span ${this.getStyles("link")}>${k}<sup>[${L}]</sup></span>`}return`<span ${this.getStyles("link")}>${k}</span>`});np(this,"strong",y=>`<strong ${this.getStyles("strong")}>${y}</strong>`);np(this,"em",y=>`<span style="font-style: italic;">${y}</span>`);np(this,"table",(y,n)=>`
<section style="padding:0 8px;">
<table class="preview-table">
<thead ${this.getStyles("thead")}>${y}</thead>
<tbody>${n}</tbody>
</table>
</section>`);np(this,"tablecell",y=>`<td ${this.getStyles("td")}>${y}</td>`);np(this,"hr",()=>`<hr ${this.getStyles("hr")}/>`);this.opts=y,this.footnotes=[],this.footnoteIndex=0,this.styleMapping=this.buildTheme(y.theme)}}const DEFAULT_CONTENT=`# 示例文章Google 搜索的即时自动补全功能究竟是如何“工作”的?
> Google 搜索**自动补全功能**的强大,相信不少朋友都能感受到,它帮助我们更快地“补全”我们所要输入的搜索关键字。那么,它怎么知道我们要输入什么内容?它又是如何工作的?在这篇文章里,我们一起来看看。
## 使用自动补全
Google 搜索的自动补全功能可以在 Google 搜索应用的大多数位置使用,包括 [Google](https://www.google.com/) 主页、适用于 IOS 和 Android 的 Google 应用,我们只需要在 Google 搜索框上开始键入关键字,就可以看到联想词了。
![](https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/gh/doocs/md/images/1648303019705-c161ce00-d245-446a-b81c-42ec91474a40.gif)
在上图示例中,我们可以看到,输入关键字 \`juej\`Google 搜索会联想到“掘金”、“掘金小册”、“绝句”等等,好处就是,我们无须输入完整的关键字即可轻松完成针对这些 topics 的搜索。
谷歌搜索的自动补全功能对于使用移动设备的用户来说特别有用,用户可以轻松在难以键入的小屏幕上完成搜索。当然,对于移动设备用户和台式机用户而言,这都节省了大量的时间。根据 Google 官方报告,自动补全功能可以减少大约 25% 的打字,累积起来,预计每天可以节省 200 多年的打字时间。是的,每天!
> 注意,本文所提到的“**联想词**”与“**预测**”,是同一个意思。
## 基于“预测”而非“建议”
Google 官方将自动补全功能称之为“预测”,而不是“建议”,为什么呢?其实是有充分理由的。自动补全功能是为了**帮助用户完成他们打算进行的搜索**,而不是建议用户要执行什么搜索。
那么Google 是如何确定这些“预测”的其实Google 会根据趋势搜索 [trends](https://trends.google.com/trends/?geo=US) 给到我们这些“预测”。简单来说,哪个热门、哪个搜索频率高,就更可能推给我们。当然,这也与我们当前所处的位置以及我们的搜索历史相关。
另外,这些“预测”也会随着我们键入的关键字的变更而更改。例如,当我们把键入的关键字从 \`juej\` 更改为 \`juex\` 时,与“掘金”相关的预测会“消失”,同时,与“觉醒”、“决心”相关联的词会出现。
![](https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/gh/doocs/md/images/1648303068169-386a99cb-143b-4ded-a859-1b7a4c4b5bd3.gif)
## 为什么看不到某些联想词?
如果我们在输入某个关键字时看不到联想词,那么表明 Google 的算法可能检测到:
- 这个关键字不是热门字词;
- 搜索的字词太新了,我们可能需要等待几天或几周才能看到联想词;
- 这是一个侮辱性或敏感字词,这个搜索字词违反了 Google 的相关政策。更加详细的情况,可以了解 [Google 搜索自动补全政策](https://support.google.com/websearch/answer/7368877)。
## 为什么会看到某些不当的联想词?
Google 拥有专门设计的系统可以自动捕获不适当的预测结果而不显示出来。然而Google 每天需要处理数十亿次搜索,这意味着 Google 每天会显示数十亿甚至上百亿条预测。再好的系统,也可能存在缺陷,不正确的预测也可能随时会出现。
我们作为 Google 搜索的用户,如果认定某条预测违反了相关的搜索自动补全政策,可以进行举报反馈,点击右下角“**举报不当的联想查询**”并勾选相关选项即可。
![](https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/gh/doocs/md/images/1648303098026-cac215dc-42c9-462a-a359-dcfb12ed3234.gif)
## 如何实现自动补全算法?
目前Google 官方似乎并没有公开搜索自动补全的算法实现,但是业界在这方面已经有了不少研究。
一个好的自动补全器必须是快速的,并且在用户键入下一个字符后立即更新联想词列表。**自动补全器的核心是一个函数,它接受输入的前缀,并搜索以给定前缀开头的词汇或语句列表**。通常来说,只需要返回少量的数目即可。
接下来,我们先从一个简单且低效的实现开始,并在此基础上逐步构建更高效的方法。
### 词汇表实现
一个**简单粗暴的实现方式**是:顺序查找词汇表,依次检查每个词汇,看它是否以给定的前缀开头。
但是,此方法需要将前缀与每个词汇进行匹配检查,若词汇量较少,这种方式可能勉强行得通。但是,如果词汇量规模较大,效率就太低了。
一个**更好的实现方式是**:让词汇按字典顺序排序。借助二分搜索算法,可以快速搜索有序词汇表中的前缀。由于二分搜索的每一步都会将搜索的范围减半,因此,总的搜索时间与词汇表中单词数量的对数成正比,即时间复杂度是 \`O(log N)\`。二分搜索的性能很好,但有没有更好的实现呢?当然有,往下看。
### 前缀树实现
通常来说,许多词汇都以相同的前缀开头,比如 \`need\`、\`nested\` 都以 \`ne\` 开头,\`seed\`、\`speed\` 都以 \`s\` 开头。要是为每个单词分别存储公共前缀似乎很浪费。
![](https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/gh/doocs/md/images/1648303128008-93cf798d-2662-4eec-8f80-2e07436aebfe.png)
前缀树是一种利用公共前缀来加速补全速度的数据结构。前缀树在节点树中排列一组单词,单词沿着从根节点到叶子节点的路径存储,树的层次对应于前缀的字母位置。
前缀的补全是顺着前缀定义的路径来查找的。例如,在上图的前缀树中,前缀 \`ne\` 对应于从子节点取左边缘 \`N\` 和唯一边缘 \`E\` 的路径。然后可以通过继续遍历从 \`E\` 节点可以达到的所有叶节点来生成补全列表。在图中,\`ne\` 的补全可以是两个分支:\`-ed\` 和 \`-sted\`。如果在数中找不到由前缀定义的路径,则说明词汇表中不包含以该前缀开头的单词。
### 有限状态自动机(DFA)实现
前缀树可以有效处理公共前缀,但是,对于其他共享词部分,仍会分别存储在每个分支中。比如,后缀 \`ed\`、\`ing\`、\`tion\` 在英文单词中特别常见。在上一个例子中,\`e\`、\`d\` 分别存放在了每一个分支上。
有没有一种方法可以更加节省存储空间呢?有的,那就是 DFA。
<center>
<img src="https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/gh/doocs/md/images/1648303158478-66a96e2d-6424-43d6-8cb3-2f7a39f960b8.gif" style="width: 50%;"></center>
在上面的例子中,单词 \`need\`、\`nested\`、\`seed\` 和 \`speed\` 仅由 9 个节点组成,而上一张图中的前缀树包含了 17 个节点。
可以看出,最小化前缀树 DFA 可以在很大程度上减少数据结构的大小。即使词汇量很大,最小化 DFA 通常也适合在内存中存储,避免昂贵的磁盘访问是实现快速自动补全的关键。
### 一些扩展
上面介绍了如何利用合理的数据结构实现基本的自动补全功能。这些数据结构可以通过多种方式进行扩展,从而改善用户体验。
通常,满足特定前缀的词汇可能很多,而用户界面上能够显示的却不多,我们更希望能显示最常搜索或者最有价值的词汇。这通常可以通过为词汇表中的每个单词增加一个代表单词值的**权重** \`weight\`,并且按照权重高低来排序自动补全列表。
- 对于排序后的词汇表来说,在词汇表每个元素上增加 \`weight\` 属性并不难;
- 对于前缀树来说,将 \`weight\` 存储在叶子节点中,也是很简单的一个实现;
- 对于 \`DFA\` 来说,则较为复杂。因为一个叶子节点可以通过多条路径到达。一种解决方案是将权重关联到路径而不是叶子节点。
目前有不少开源库都提供了这个功能,比如主流的搜索引擎框架 [Elasticsearch](https://www.elastic.co/products/elasticsearch)、[Solr](https://lucene.apache.org/solr/) 等,基于此,我们可以实现高效而强大的自动补全功能。
#### 推荐阅读
- [阿里又一个 20k+ stars 开源项目诞生,恭喜 fastjson](https://mp.weixin.qq.com/s/RNKDCK2KoyeuMeEs6GUrow)
- [刷掉 90% 候选人的互联网大厂海量数据面试题(附题解 + 方法总结)](https://mp.weixin.qq.com/s/rjGqxUvrEqJNlo09GrT1Dw)
- [好用!期待已久的文本块功能究竟如何在 Java 13 中发挥作用?](https://mp.weixin.qq.com/s/kalGv5T8AZGxTnLHr2wDsA)
- [2019 GitHub 开源贡献排行榜新鲜出炉!微软谷歌领头,阿里跻身前 12](https://mp.weixin.qq.com/s/_q812aGD1b9QvZ2WFI0Qgw)
---
欢迎关注我的公众号“**Doocs**”,原创技术文章第一时间推送。
<center>
<img src="https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/gh/doocs/md/images/1648303220922-7e14aefa-816e-44c1-8604-ade709ca1c69.png" style="width: 100px;">
</center>
`,DEFAULT_CSS_CONTENT=`/*
按 Alt/Option + Shift + F 可格式化
*/
/* 一级标题样式 */
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 $(_e){if(_e!==void 0&&typeof _e!="function")throw new TypeError("Function expected");return _e}for(var j=n.kind,V=j==="getter"?"get":j==="setter"?"set":"value",z=!t&&e?n.static?e:e.prototype:null,re=t||(z?Object.getOwnPropertyDescriptor(z,n.name):{}),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(_e){if(oe)throw new TypeError("Cannot add initializers after decoration has completed");L.push($(_e||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,_e){L.push([ue,pe,Ie,_e])>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 _e="",Ce=null;if(pe!=="exists"){if(isQuote(t.charCodeAt(y))){const Fe=t.charCodeAt(y);let Ve=y+1;for(;Ve<t.length&&(t.charCodeAt(Ve)!==Fe||j(Ve));)Ve+=1;if(t.charCodeAt(Ve)!==Fe)throw new Error("Attribute value didn't end");_e=unescapeCSS(t.slice(y+1,Ve)),y=Ve+1}else{const Fe=y;for(;y<t.length&&(!isWhitespace(t.charCodeAt(y))&&t.charCodeAt(y)!==93||j(y));)y+=1;_e=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 he={type:SelectorType.Attribute,name:ue,action:pe,value:_e,namespace:de,ignoreCase:Ce};n.push(he);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(Ve,jt){return Fe=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(Et,Ue){Et.__proto__=Ue}||function(Et,Ue){for(var qe in Ue)Object.prototype.hasOwnProperty.call(Ue,qe)&&(Et[qe]=Ue[qe])},Fe(Ve,jt)};return function(Ve,jt){if(typeof jt!="function"&&jt!==null)throw new TypeError("Class extends value "+String(jt)+" is not a constructor or null");Fe(Ve,jt);function Et(){this.constructor=Ve}Ve.prototype=jt===null?Object.create(jt):(Et.prototype=jt.prototype,new Et)}}(),t=commonjsGlobal&&commonjsGlobal.__assign||function(){return t=Object.assign||function(Fe){for(var Ve,jt=1,Et=arguments.length;jt<Et;jt++){Ve=arguments[jt];for(var Ue in Ve)Object.prototype.hasOwnProperty.call(Ve,Ue)&&(Fe[Ue]=Ve[Ue])}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(Ve){this.type=Ve,this.parent=null,this.prev=null,this.next=null,this.startIndex=null,this.endIndex=null}return Object.defineProperty(Fe.prototype,"nodeType",{get:function(){var Ve;return(Ve=n.get(this.type))!==null&&Ve!==void 0?Ve:1},enumerable:!1,configurable:!0}),Object.defineProperty(Fe.prototype,"parentNode",{get:function(){return this.parent},set:function(Ve){this.parent=Ve},enumerable:!1,configurable:!0}),Object.defineProperty(Fe.prototype,"previousSibling",{get:function(){return this.prev},set:function(Ve){this.prev=Ve},enumerable:!1,configurable:!0}),Object.defineProperty(Fe.prototype,"nextSibling",{get:function(){return this.next},set:function(Ve){this.next=Ve},enumerable:!1,configurable:!0}),Fe.prototype.cloneNode=function(Ve){return Ve===void 0&&(Ve=!1),he(this,Ve)},Fe}();node.Node=k;var L=function(Fe){e(Ve,Fe);function Ve(jt,Et){var Ue=Fe.call(this,jt)||this;return Ue.data=Et,Ue}return Object.defineProperty(Ve.prototype,"nodeValue",{get:function(){return this.data},set:function(jt){this.data=jt},enumerable:!1,configurable:!0}),Ve}(k);node.DataNode=L;var $=function(Fe){e(Ve,Fe);function Ve(jt){return Fe.call(this,y.ElementType.Text,jt)||this}return Ve}(L);node.Text=$;var j=function(Fe){e(Ve,Fe);function Ve(jt){return Fe.call(this,y.ElementType.Comment,jt)||this}return Ve}(L);node.Comment=j;var V=function(Fe){e(Ve,Fe);function Ve(jt,Et){var Ue=Fe.call(this,y.ElementType.Directive,Et)||this;return Ue.name=jt,Ue}return Ve}(L);node.ProcessingInstruction=V;var z=function(Fe){e(Ve,Fe);function Ve(jt,Et){var Ue=Fe.call(this,jt)||this;return Ue.children=Et,Ue}return Object.defineProperty(Ve.prototype,"firstChild",{get:function(){var jt;return(jt=this.children[0])!==null&&jt!==void 0?jt:null},enumerable:!1,configurable:!0}),Object.defineProperty(Ve.prototype,"lastChild",{get:function(){return this.children.length>0?this.children[this.children.length-1]:null},enumerable:!1,configurable:!0}),Object.defineProperty(Ve.prototype,"childNodes",{get:function(){return this.children},set:function(jt){this.children=jt},enumerable:!1,configurable:!0}),Ve}(k);node.NodeWithChildren=z;var re=function(Fe){e(Ve,Fe);function Ve(jt){return Fe.call(this,y.ElementType.Root,jt)||this}return Ve}(z);node.Document=re;var ie=function(Fe){e(Ve,Fe);function Ve(jt,Et,Ue,qe){Ue===void 0&&(Ue=[]),qe===void 0&&(qe=jt==="script"?y.ElementType.Script:jt==="style"?y.ElementType.Style:y.ElementType.Tag);var kt=Fe.call(this,qe,Ue)||this;return kt.name=jt,kt.attribs=Et,kt}return Object.defineProperty(Ve.prototype,"tagName",{get:function(){return this.name},set:function(jt){this.name=jt},enumerable:!1,configurable:!0}),Object.defineProperty(Ve.prototype,"attributes",{get:function(){var jt=this;return Object.keys(this.attribs).map(function(Et){var Ue,qe;return{name:Et,value:jt.attribs[Et],namespace:(Ue=jt["x-attribsNamespace"])===null||Ue===void 0?void 0:Ue[Et],prefix:(qe=jt["x-attribsPrefix"])===null||qe===void 0?void 0:qe[Et]}})},enumerable:!1,configurable:!0}),Ve}(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 _e(Fe){return Fe.type===y.ElementType.Root}node.isDocument=_e;function Ce(Fe){return Object.prototype.hasOwnProperty.call(Fe,"children")}node.hasChildren=Ce;function he(Fe,Ve){Ve===void 0&&(Ve=!1);var jt;if(de(Fe))jt=new $(Fe.data);else if(pe(Fe))jt=new j(Fe.data);else if(oe(Fe)){var Et=Ve?Ne(Fe.children):[],Ue=new ie(Fe.name,t({},Fe.attribs),Et);Et.forEach(function(rr){return rr.parent=Ue}),Fe.namespace!=null&&(Ue.namespace=Fe.namespace),Fe["x-attribsNamespace"]&&(Ue["x-attribsNamespace"]=t({},Fe["x-attribsNamespace"])),Fe["x-attribsPrefix"]&&(Ue["x-attribsPrefix"]=t({},Fe["x-attribsPrefix"])),jt=Ue}else if(ue(Fe)){var Et=Ve?Ne(Fe.children):[],qe=new z(y.ElementType.CDATA,Et);Et.forEach(function(ar){return ar.parent=qe}),jt=qe}else if(_e(Fe)){var Et=Ve?Ne(Fe.children):[],kt=new re(Et);Et.forEach(function(ar){return ar.parent=kt}),Fe["x-mode"]&&(kt["x-mode"]=Fe["x-mode"]),jt=kt}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"]),jt=tr}else throw new Error("Not implemented yet: ".concat(Fe.type));return jt.startIndex=Fe.startIndex,jt.endIndex=Fe.endIndex,Fe.sourceCodeLocation!=null&&(jt.sourceCodeLocation=Fe.sourceCodeLocation),jt}node.cloneNode=he;function Ne(Fe){for(var Ve=Fe.map(function(Et){return he(Et,!0)}),jt=1;jt<Ve.length;jt++)Ve[jt].prev=Ve[jt-1],Ve[jt-1].next=Ve[jt];return Ve}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(_e){return _e&&_e.__esModule?_e:{default:_e}};Object.defineProperty(encode$3,"__esModule",{value:!0}),encode$3.escapeUTF8=encode$3.escape=encode$3.encodeNonAsciiHTML=encode$3.encodeHTML=encode$3.encodeXML=void 0;var t=e(require$$0$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(_e){return Object.keys(_e).sort().reduce(function(Ce,he){return Ce[_e[he]]="&"+he+";",Ce},{})}function V(_e){for(var Ce=[],he=[],Ne=0,Fe=Object.keys(_e);Ne<Fe.length;Ne++){var Ve=Fe[Ne];Ve.length===1?Ce.push("\\"+Ve):he.push(Ve)}Ce.sort();for(var jt=0;jt<Ce.length-1;jt++){for(var Et=jt;Et<Ce.length-1&&Ce[Et].charCodeAt(1)+1===Ce[Et+1].charCodeAt(1);)Et+=1;var Ue=1+Et-jt;Ue<3||Ce.splice(jt,Ue,Ce[jt]+"-"+Ce[Et])}return he.unshift("["+Ce.join("")+"]"),new RegExp(he.join("|"),"g")}var z=/(?:[\x80-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])/g,re=String.prototype.codePointAt!=null?function(_e){return _e.codePointAt(0)}:function(_e){return(_e.charCodeAt(0)-55296)*1024+_e.charCodeAt(1)-56320+65536};function ie(_e){return"&#x"+(_e.length>1?re(_e):_e.charCodeAt(0)).toString(16).toUpperCase()+";"}function oe(_e,Ce){return function(he){return he.replace(Ce,function(Ne){return _e[Ne]}).replace(z,ie)}}var ue=new RegExp(n.source+"|"+z.source,"g");function de(_e){return _e.replace(ue,ie)}encode$3.escape=de;function pe(_e){return _e.replace(n,ie)}encode$3.escapeUTF8=pe;function Ie(_e){return function(Ce){return Ce.replace(ue,function(he){return _e[he]||ie(he)})}}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(he){for(var Ne,Fe=1,Ve=arguments.length;Fe<Ve;Fe++){Ne=arguments[Fe];for(var jt in Ne)Object.prototype.hasOwnProperty.call(Ne,jt)&&(he[jt]=Ne[jt])}return he},e.apply(this,arguments)},t=commonjsGlobal&&commonjsGlobal.__createBinding||(Object.create?function(he,Ne,Fe,Ve){Ve===void 0&&(Ve=Fe),Object.defineProperty(he,Ve,{enumerable:!0,get:function(){return Ne[Fe]}})}:function(he,Ne,Fe,Ve){Ve===void 0&&(Ve=Fe),he[Ve]=Ne[Fe]}),y=commonjsGlobal&&commonjsGlobal.__setModuleDefault||(Object.create?function(he,Ne){Object.defineProperty(he,"default",{enumerable:!0,value:Ne})}:function(he,Ne){he.default=Ne}),n=commonjsGlobal&&commonjsGlobal.__importStar||function(he){if(he&&he.__esModule)return he;var Ne={};if(he!=null)for(var Fe in he)Fe!=="default"&&Object.prototype.hasOwnProperty.call(he,Fe)&&t(Ne,he,Fe);return y(Ne,he),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(he,Ne){if(he)return Object.keys(he).map(function(Fe){var Ve,jt,Et=(Ve=he[Fe])!==null&&Ve!==void 0?Ve:"";return Ne.xmlMode==="foreign"&&(Fe=(jt=$.attributeNames.get(Fe))!==null&&jt!==void 0?jt: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(he,Ne){Ne===void 0&&(Ne={});for(var Fe=("length"in he)?he:[he],Ve="",jt=0;jt<Fe.length;jt++)Ve+=ie(Fe[jt],Ne);return Ve}lib$7.default=re;function ie(he,Ne){switch(he.type){case k.Root:return re(he.children,Ne);case k.Directive:case k.Doctype:return pe(he);case k.Comment:return Ce(he);case k.CDATA:return _e(he);case k.Script:case k.Style:case k.Tag:return de(he,Ne);case k.Text:return Ie(he,Ne)}}var oe=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignObject","desc","title"]),ue=new Set(["svg","math"]);function de(he,Ne){var Fe;Ne.xmlMode==="foreign"&&(he.name=(Fe=$.elementNames.get(he.name))!==null&&Fe!==void 0?Fe:he.name,he.parent&&oe.has(he.parent.name)&&(Ne=e(e({},Ne),{xmlMode:!1}))),!Ne.xmlMode&&ue.has(he.name)&&(Ne=e(e({},Ne),{xmlMode:"foreign"}));var Ve="<"+he.name,jt=V(he.attribs,Ne);return jt&&(Ve+=" "+jt),he.children.length===0&&(Ne.xmlMode?Ne.selfClosingTags!==!1:Ne.selfClosingTags&&z.has(he.name))?(Ne.xmlMode||(Ve+=" "),Ve+="/>"):(Ve+=">",he.children.length>0&&(Ve+=re(he.children,Ne)),(Ne.xmlMode||!z.has(he.name))&&(Ve+="</"+he.name+">")),Ve}function pe(he){return"<"+he.data+">"}function Ie(he,Ne){var Fe=he.data||"";return Ne.decodeEntities!==!1&&!(!Ne.xmlMode&&he.parent&&j.has(he.parent.name))&&(Fe=L.encodeXML(Fe)),Fe}function _e(he){return"<![CDATA["+he.children[0].data+"]]>"}function Ce(he){return"<!--"+he.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 he,Ne=Ce.children,Fe={media:j(Ne)};re(Fe,"id","id",Ne),re(Fe,"title","title",Ne);var Ve=(he=V("link",Ne))===null||he===void 0?void 0:he.attribs.href;Ve&&(Fe.link=Ve);var jt=z("summary",Ne)||z("content",Ne);jt&&(Fe.description=jt);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 _e=z("updated",de);return _e&&(pe.updated=new Date(_e)),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 he=Ce.children,Ne={media:j(he)};re(Ne,"id","guid",he),re(Ne,"title","title",he),re(Ne,"link","link",he),re(Ne,"description","description",he);var Fe=z("pubDate",he);return Fe&&(Ne.pubDate=new Date(Fe)),Ne})};re(Ie,"title","title",pe),re(Ie,"link","link",pe),re(Ie,"description","description",pe);var _e=z("lastBuildDate",pe);return _e&&(Ie.updated=new Date(_e)),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,_e=L;Ie<_e.length;Ie++){var Ce=_e[Ie];de[Ce]&&(pe[Ce]=de[Ce])}for(var he=0,Ne=$;he<Ne.length;he++){var Ce=Ne[he];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 _e=z(de,pe,Ie);_e&&(oe[ue]=_e)}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 _e=de[Ie];if(re(ue,_e))break;z.isTag(_e)&&z.getName(_e)===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 _e=de[Ie];if(re(ue,_e))break;z.isTag(_e)&&z.getName(_e)===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(he){return he.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(he){return oe.getChildren(he).some(oe.isTag)&&j(he)};var Ie=k(pe,oe),_e=pe.shouldTestNextSiblings,Ce=_e===void 0?!1:_e;return de?function(he){de[0]=he;var Ne=oe.getChildren(he),Fe=Ce?t(t([],Ne,!0),L(he,oe),!0):Ne;return j(he)&&oe.existsOne(Ie,Fe)}:function(he){return j(he)&&oe.existsOne(Ie,oe.getChildren(he))}}}}(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(_e){return Ie(_e,re,de)}:function(_e){return Ie(_e,re,de)&&V(_e)}}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 _e=pe[Ie];if(re(de,_e))break;if(z.isTag(_e)&&k(_e))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,_e=0;_e<pe.length;_e++){var Ce=pe[_e];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(_e){return _e&&_e.__esModule?_e:{default:_e}};Object.defineProperty(compile$1,"__esModule",{value:!0}),compile$1.compileToken=compile$1.compileUnsafe=compile$1.compile=void 0;var t=require$$0$5,y=requireBoolbase(),n=e(requireSort()),k=requireProcedure(),L=requireGeneral(),$=requireSubselects();function j(_e,Ce,he){var Ne=V(_e,Ce,he);return(0,$.ensureIsTag)(Ne,Ce.adapter)}compile$1.compile=j;function V(_e,Ce,he){var Ne=typeof _e=="string"?(0,t.parse)(_e):_e;return de(Ne,Ce,he)}compile$1.compileUnsafe=V;function z(_e){return _e.type==="pseudo"&&(_e.name==="scope"||Array.isArray(_e.data)&&_e.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(_e,Ce,he){for(var Ne=Ce.adapter,Fe=!!(he!=null&&he.every(function(Ue){var qe=Ne.isTag(Ue)&&Ne.getParent(Ue);return Ue===$.PLACEHOLDER_ELEMENT||qe&&Ne.isTag(qe)})),Ve=0,jt=_e;Ve<jt.length;Ve++){var Et=jt[Ve];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(_e,Ce,he){var Ne;_e=_e.filter(function(Ue){return Ue.length>0}),_e.forEach(n.default),he=(Ne=Ce.context)!==null&&Ne!==void 0?Ne:he;var Fe=Array.isArray(he),Ve=he&&(Array.isArray(he)?he:[he]);ue(_e,Ce,Ve);var jt=!1,Et=_e.map(function(Ue){if(Ue.length>=2){var qe=Ue[0],kt=Ue[1];qe.type!=="pseudo"||qe.name!=="scope"||(Fe&&kt.type==="descendant"?Ue[1]=ie:(kt.type==="adjacent"||kt.type==="sibling")&&(jt=!0))}return pe(Ue,Ce,Ve)}).reduce(Ie,y.falseFunc);return Et.shouldTestNextSiblings=jt,Et}compile$1.compileToken=de;function pe(_e,Ce,he){var Ne;return _e.reduce(function(Fe,Ve){return Fe===y.falseFunc?y.falseFunc:(0,L.compileGeneralSelector)(Fe,Ve,Ce,he,de)},(Ne=Ce.rootFunc)!==null&&Ne!==void 0?Ne:y.trueFunc)}function Ie(_e,Ce){return Ce===y.falseFunc||_e===y.trueFunc?_e:_e===y.falseFunc||Ce===y.trueFunc?Ce:function(Ne){return _e(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(_e,Ce,he,Ne){Ne===void 0&&(Ne=he);var Fe=Object.getOwnPropertyDescriptor(Ce,he);(!Fe||("get"in Fe?!Ce.__esModule:Fe.writable||Fe.configurable))&&(Fe={enumerable:!0,get:function(){return Ce[he]}}),Object.defineProperty(_e,Ne,Fe)}:function(_e,Ce,he,Ne){Ne===void 0&&(Ne=he),_e[Ne]=Ce[he]}),y=commonjsGlobal&&commonjsGlobal.__setModuleDefault||(Object.create?function(_e,Ce){Object.defineProperty(_e,"default",{enumerable:!0,value:Ce})}:function(_e,Ce){_e.default=Ce}),n=commonjsGlobal&&commonjsGlobal.__importStar||function(_e){if(_e&&_e.__esModule)return _e;var Ce={};if(_e!=null)for(var he in _e)he!=="default"&&Object.prototype.hasOwnProperty.call(_e,he)&&t(Ce,_e,he);return y(Ce,_e),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(_e,Ce){return _e===Ce},z={adapter:k,equals:V};function re(_e){var Ce,he,Ne,Fe,Ve=_e??z;return(Ce=Ve.adapter)!==null&&Ce!==void 0||(Ve.adapter=k),(he=Ve.equals)!==null&&he!==void 0||(Ve.equals=(Fe=(Ne=Ve.adapter)===null||Ne===void 0?void 0:Ne.equals)!==null&&Fe!==void 0?Fe:V),Ve}function ie(_e){return function(he,Ne,Fe){var Ve=re(Ne);return _e(he,Ve,Fe)}}e.compile=ie($.compile),e._compileUnsafe=ie($.compileUnsafe),e._compileToken=ie($.compileToken);function oe(_e){return function(he,Ne,Fe){var Ve=re(Fe);typeof he!="function"&&(he=(0,$.compileUnsafe)(he,Ve,Ne));var jt=ue(Ne,Ve.adapter,he.shouldTestNextSiblings);return _e(he,jt,Ve)}}function ue(_e,Ce,he){return he===void 0&&(he=!1),he&&(_e=de(_e,Ce)),Array.isArray(_e)?Ce.removeSubsets(_e):Ce.getChildren(_e)}e.prepareContext=ue;function de(_e,Ce){for(var he=Array.isArray(_e)?_e.slice(0):[_e],Ne=he.length,Fe=0;Fe<Ne;Fe++){var Ve=(0,j.getNextSiblings)(he[Fe],Ce);he.push.apply(he,Ve)}return he}e.selectAll=oe(function(_e,Ce,he){return _e===L.falseFunc||!Ce||Ce.length===0?[]:he.adapter.findAll(_e,Ce)}),e.selectOne=oe(function(_e,Ce,he){return _e===L.falseFunc||!Ce||Ce.length===0?null:he.adapter.findOne(_e,Ce)});function pe(_e,Ce,he){var Ne=re(he);return(typeof Ce=="function"?Ce:(0,$.compile)(Ce,Ne))(_e)}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,mr;ur<cr;ur++)(mr||!(ur in ar))&&(mr||(mr=Array.prototype.slice.call(ar,0,ur)),mr[ur]=ar[ur]);return rr.concat(mr||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],mr=ur[1];return cr.length>0&&rr.some((0,j._compileToken)(cr,nr))||mr.some(function(hr){return Ne(hr,rr,nr).length>0})}e.some=Ie;function _e(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,br){return br%2===0});case"odd":return ar.filter(function(hr,br){return br%2===1});case"not":{var mr=new Set(he(nr,ar,ur));return ar.filter(function(hr){return!mr.has(hr)})}}}function Ce(rr,ar,nr){return nr===void 0&&(nr={}),he((0,$.parse)(rr),ar,nr)}e.filter=Ce;function he(rr,ar,nr){if(ar.length===0)return[];var ur=(0,z.groupSelectors)(rr),cr=ur[0],mr=ur[1],hr;if(cr.length){var br=tr(ar,cr,nr);if(mr.length===0)return br;br.length&&(hr=new Set(br))}for(var Rr=0;Rr<mr.length&&(hr==null?void 0:hr.size)!==ar.length;Rr++){var xr=mr[Rr],Er=hr?ar.filter(function(Ir){return V.isTag(Ir)&&!hr.has(Ir)}):ar;if(Er.length===0)break;var br=Ne(xr,ar,nr);if(br.length)if(hr)br.forEach(function(Ir){return hr.add(Ir)});else{if(Rr===mr.length-1)return br;hr=new Set(br)}}return typeof hr<"u"?hr.size===ar.length?ar:ar.filter(function(vr){return hr.has(vr)}):[]}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]),mr=L(L([],rr,!0),[ue],!1);return Ue(cr,mr,nr,!0,ar)}return Ue(ar,rr,nr,!1)}function Fe(rr,ar,nr){if(nr===void 0&&(nr={}),typeof rr=="function")return kt(ar,rr);var ur=(0,z.groupSelectors)((0,$.parse)(rr)),cr=ur[0],mr=ur[1],hr=mr.map(function(br){return Ue(ar,br,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(br,Rr){return L(L([],br,!0),Rr,!0)}))}e.select=Fe;var Ve=new Set([$.SelectorType.Descendant,$.SelectorType.Adjacent]);function jt(rr){return rr!==oe&&rr.type==="pseudo"&&(rr.name==="scope"||Array.isArray(rr.data)&&rr.data.some(function(ar){return ar.some(jt)}))}function Et(rr,ar,nr){return nr&&rr.some(jt)?t(t({},ar),{context:nr}):ar}function Ue(rr,ar,nr,ur,cr){var mr=ar.findIndex(re.isFilter),hr=ar.slice(0,mr),br=ar[mr],Rr=(0,re.getLimit)(br.name,br.data);if(Rr===0)return[];var xr=Et(hr,nr,cr),Er=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,Rr):tr(rr,[hr],xr),vr=Er.slice(0,Rr),Ir=_e(br.name,vr,br.data,nr);if(Ir.length===0||ar.length===mr+1)return Ir;var Lr=ar.slice(mr+1),gr=Lr.some($.isTraversal),_r=Et(Lr,nr,cr);return gr&&(Ve.has(Lr[0].type)&&Lr.unshift(de),Lr.unshift(oe)),Lr.some(re.isFilter)?Ue(Ir,Lr,nr,!1,cr):gr?qe(Ir,[Lr],_r,1/0):tr(Ir,[Lr],_r)}function qe(rr,ar,nr,ur){if(ur===0)return[];var cr=(0,j._compileToken)(ar,nr,rr);return kt(rr,cr,ur)}function kt(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(Er){return Er&&Er.__esModule?Er:{default:Er}};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(Er){return Er===" "||Er===`
`||Er===" "||Er==="\f"||Er==="\r"}function $(Er){return Er>="a"&&Er<="z"||Er>="A"&&Er<="Z"}function j(Er,vr,Ir){var Lr=Er.toLowerCase();return Er===Lr?function(gr,_r){_r===Lr?gr._state=vr:(gr._state=Ir,gr._index--)}:function(gr,_r){_r===Lr||_r===Er?gr._state=vr:(gr._state=Ir,gr._index--)}}function V(Er,vr){var Ir=Er.toLowerCase();return function(Lr,gr){gr===Ir||gr===Er?Lr._state=vr:(Lr._state=3,Lr._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),_e=V("T",38),Ce=j("R",40,1),he=j("I",41,1),Ne=j("P",42,1),Fe=j("T",43,1),Ve=V("Y",45),jt=V("L",46),Et=V("E",47),Ue=j("Y",49,1),qe=j("L",50,1),kt=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),mr=j("L",60,1),hr=j("E",61,1),br=j("#",63,64),Rr=j("X",66,65),xr=function(){function Er(vr,Ir){var Lr;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=!!(vr!=null&&vr.xmlMode),this.decodeEntities=(Lr=vr==null?void 0:vr.decodeEntities)!==null&&Lr!==void 0?Lr:!0}return Er.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},Er.prototype.write=function(vr){this.ended&&this.cbs.onerror(Error(".write() after done!")),this.buffer+=vr,this.parse()},Er.prototype.end=function(vr){this.ended&&this.cbs.onerror(Error(".end() after done!")),vr&&this.write(vr),this.ended=!0,this.running&&this.finish()},Er.prototype.pause=function(){this.running=!1},Er.prototype.resume=function(){this.running=!0,this._index<this.buffer.length&&this.parse(),this.ended&&this.finish()},Er.prototype.getAbsoluteIndex=function(){return this.bufferOffset+this._index},Er.prototype.stateText=function(vr){vr==="<"?(this._index>this.sectionStart&&this.cbs.ontext(this.getSection()),this._state=2,this.sectionStart=this._index):this.decodeEntities&&vr==="&"&&(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)},Er.prototype.isTagStartChar=function(vr){return $(vr)||this.xmlMode&&!L(vr)&&vr!=="/"&&vr!==">"},Er.prototype.stateBeforeTagName=function(vr){vr==="/"?this._state=5:vr==="<"?(this.cbs.ontext(this.getSection()),this.sectionStart=this._index):vr===">"||this.special!==1||L(vr)?this._state=1:vr==="!"?(this._state=15,this.sectionStart=this._index+1):vr==="?"?(this._state=17,this.sectionStart=this._index+1):this.isTagStartChar(vr)?(this._state=!this.xmlMode&&(vr==="s"||vr==="S")?32:!this.xmlMode&&(vr==="t"||vr==="T")?52:3,this.sectionStart=this._index):this._state=1},Er.prototype.stateInTagName=function(vr){(vr==="/"||vr===">"||L(vr))&&(this.emitToken("onopentagname"),this._state=8,this._index--)},Er.prototype.stateBeforeClosingTagName=function(vr){L(vr)||(vr===">"?this._state=1:this.special!==1?this.special!==4&&(vr==="s"||vr==="S")?this._state=33:this.special===4&&(vr==="t"||vr==="T")?this._state=53:(this._state=1,this._index--):this.isTagStartChar(vr)?(this._state=6,this.sectionStart=this._index):(this._state=20,this.sectionStart=this._index))},Er.prototype.stateInClosingTagName=function(vr){(vr===">"||L(vr))&&(this.emitToken("onclosetag"),this._state=7,this._index--)},Er.prototype.stateAfterClosingTagName=function(vr){vr===">"&&(this._state=1,this.sectionStart=this._index+1)},Er.prototype.stateBeforeAttributeName=function(vr){vr===">"?(this.cbs.onopentagend(),this._state=1,this.sectionStart=this._index+1):vr==="/"?this._state=4:L(vr)||(this._state=9,this.sectionStart=this._index)},Er.prototype.stateInSelfClosingTag=function(vr){vr===">"?(this.cbs.onselfclosingtag(),this._state=1,this.sectionStart=this._index+1,this.special=1):L(vr)||(this._state=8,this._index--)},Er.prototype.stateInAttributeName=function(vr){(vr==="="||vr==="/"||vr===">"||L(vr))&&(this.cbs.onattribname(this.getSection()),this.sectionStart=-1,this._state=10,this._index--)},Er.prototype.stateAfterAttributeName=function(vr){vr==="="?this._state=11:vr==="/"||vr===">"?(this.cbs.onattribend(void 0),this._state=8,this._index--):L(vr)||(this.cbs.onattribend(void 0),this._state=9,this.sectionStart=this._index)},Er.prototype.stateBeforeAttributeValue=function(vr){vr==='"'?(this._state=12,this.sectionStart=this._index+1):vr==="'"?(this._state=13,this.sectionStart=this._index+1):L(vr)||(this._state=14,this.sectionStart=this._index,this._index--)},Er.prototype.handleInAttributeValue=function(vr,Ir){vr===Ir?(this.emitToken("onattribdata"),this.cbs.onattribend(Ir),this._state=8):this.decodeEntities&&vr==="&"&&(this.emitToken("onattribdata"),this.baseState=this._state,this._state=62,this.sectionStart=this._index)},Er.prototype.stateInAttributeValueDoubleQuotes=function(vr){this.handleInAttributeValue(vr,'"')},Er.prototype.stateInAttributeValueSingleQuotes=function(vr){this.handleInAttributeValue(vr,"'")},Er.prototype.stateInAttributeValueNoQuotes=function(vr){L(vr)||vr===">"?(this.emitToken("onattribdata"),this.cbs.onattribend(null),this._state=8,this._index--):this.decodeEntities&&vr==="&"&&(this.emitToken("onattribdata"),this.baseState=this._state,this._state=62,this.sectionStart=this._index)},Er.prototype.stateBeforeDeclaration=function(vr){this._state=vr==="["?23:vr==="-"?18:16},Er.prototype.stateInDeclaration=function(vr){vr===">"&&(this.cbs.ondeclaration(this.getSection()),this._state=1,this.sectionStart=this._index+1)},Er.prototype.stateInProcessingInstruction=function(vr){vr===">"&&(this.cbs.onprocessinginstruction(this.getSection()),this._state=1,this.sectionStart=this._index+1)},Er.prototype.stateBeforeComment=function(vr){vr==="-"?(this._state=19,this.sectionStart=this._index+1):this._state=16},Er.prototype.stateInComment=function(vr){vr==="-"&&(this._state=21)},Er.prototype.stateInSpecialComment=function(vr){vr===">"&&(this.cbs.oncomment(this.buffer.substring(this.sectionStart,this._index)),this._state=1,this.sectionStart=this._index+1)},Er.prototype.stateAfterComment1=function(vr){vr==="-"?this._state=22:this._state=19},Er.prototype.stateAfterComment2=function(vr){vr===">"?(this.cbs.oncomment(this.buffer.substring(this.sectionStart,this._index-2)),this._state=1,this.sectionStart=this._index+1):vr!=="-"&&(this._state=19)},Er.prototype.stateBeforeCdata6=function(vr){vr==="["?(this._state=29,this.sectionStart=this._index+1):(this._state=16,this._index--)},Er.prototype.stateInCdata=function(vr){vr==="]"&&(this._state=30)},Er.prototype.stateAfterCdata1=function(vr){vr==="]"?this._state=31:this._state=29},Er.prototype.stateAfterCdata2=function(vr){vr===">"?(this.cbs.oncdata(this.buffer.substring(this.sectionStart,this._index-2)),this._state=1,this.sectionStart=this._index+1):vr!=="]"&&(this._state=29)},Er.prototype.stateBeforeSpecialS=function(vr){vr==="c"||vr==="C"?this._state=34:vr==="t"||vr==="T"?this._state=44:(this._state=3,this._index--)},Er.prototype.stateBeforeSpecialSEnd=function(vr){this.special===2&&(vr==="c"||vr==="C")?this._state=39:this.special===3&&(vr==="t"||vr==="T")?this._state=48:this._state=1},Er.prototype.stateBeforeSpecialLast=function(vr,Ir){(vr==="/"||vr===">"||L(vr))&&(this.special=Ir),this._state=3,this._index--},Er.prototype.stateAfterSpecialLast=function(vr,Ir){vr===">"||L(vr)?(this.special=1,this._state=6,this.sectionStart=this._index-Ir,this._index--):this._state=1},Er.prototype.parseFixedEntity=function(vr){if(vr===void 0&&(vr=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(vr,Ir)&&(this.emitPartial(vr[Ir]),this.sectionStart=this._index+1)}},Er.prototype.parseLegacyEntity=function(){for(var vr=this.sectionStart+1,Ir=Math.min(this._index-vr,6);Ir>=2;){var Lr=this.buffer.substr(vr,Ir);if(Object.prototype.hasOwnProperty.call(n.default,Lr)){this.emitPartial(n.default[Lr]),this.sectionStart+=Ir+1;return}Ir--}},Er.prototype.stateInNamedEntity=function(vr){vr===";"?(this.parseFixedEntity(),this.baseState===1&&this.sectionStart+1<this._index&&!this.xmlMode&&this.parseLegacyEntity(),this._state=this.baseState):(vr<"0"||vr>"9")&&!$(vr)&&(this.xmlMode||this.sectionStart+1===this._index||(this.baseState!==1?vr!=="="&&this.parseFixedEntity(n.default):this.parseLegacyEntity()),this._state=this.baseState,this._index--)},Er.prototype.decodeNumericEntity=function(vr,Ir,Lr){var gr=this.sectionStart+vr;if(gr!==this._index){var _r=this.buffer.substring(gr,this._index),Fr=parseInt(_r,Ir);this.emitPartial(t.default(Fr)),this.sectionStart=Lr?this._index+1:this._index}this._state=this.baseState},Er.prototype.stateInNumericEntity=function(vr){vr===";"?this.decodeNumericEntity(2,10,!0):(vr<"0"||vr>"9")&&(this.xmlMode?this._state=this.baseState:this.decodeNumericEntity(2,10,!1),this._index--)},Er.prototype.stateInHexEntity=function(vr){vr===";"?this.decodeNumericEntity(3,16,!0):(vr<"a"||vr>"f")&&(vr<"A"||vr>"F")&&(vr<"0"||vr>"9")&&(this.xmlMode?this._state=this.baseState:this.decodeNumericEntity(3,16,!1),this._index--)},Er.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)},Er.prototype.parse=function(){for(;this._index<this.buffer.length&&this.running;){var vr=this.buffer.charAt(this._index);this._state===1?this.stateText(vr):this._state===12?this.stateInAttributeValueDoubleQuotes(vr):this._state===9?this.stateInAttributeName(vr):this._state===19?this.stateInComment(vr):this._state===20?this.stateInSpecialComment(vr):this._state===8?this.stateBeforeAttributeName(vr):this._state===3?this.stateInTagName(vr):this._state===6?this.stateInClosingTagName(vr):this._state===2?this.stateBeforeTagName(vr):this._state===10?this.stateAfterAttributeName(vr):this._state===13?this.stateInAttributeValueSingleQuotes(vr):this._state===11?this.stateBeforeAttributeValue(vr):this._state===5?this.stateBeforeClosingTagName(vr):this._state===7?this.stateAfterClosingTagName(vr):this._state===32?this.stateBeforeSpecialS(vr):this._state===21?this.stateAfterComment1(vr):this._state===14?this.stateInAttributeValueNoQuotes(vr):this._state===4?this.stateInSelfClosingTag(vr):this._state===16?this.stateInDeclaration(vr):this._state===15?this.stateBeforeDeclaration(vr):this._state===22?this.stateAfterComment2(vr):this._state===18?this.stateBeforeComment(vr):this._state===33?this.stateBeforeSpecialSEnd(vr):this._state===53?ur(this,vr):this._state===39?Ce(this,vr):this._state===40?he(this,vr):this._state===41?Ne(this,vr):this._state===34?de(this,vr):this._state===35?pe(this,vr):this._state===36?Ie(this,vr):this._state===37?_e(this,vr):this._state===38?this.stateBeforeSpecialLast(vr,2):this._state===42?Fe(this,vr):this._state===43?this.stateAfterSpecialLast(vr,6):this._state===44?Ve(this,vr):this._state===29?this.stateInCdata(vr):this._state===45?jt(this,vr):this._state===46?Et(this,vr):this._state===47?this.stateBeforeSpecialLast(vr,3):this._state===48?Ue(this,vr):this._state===49?qe(this,vr):this._state===50?kt(this,vr):this._state===51?this.stateAfterSpecialLast(vr,5):this._state===52?tr(this,vr):this._state===54?rr(this,vr):this._state===55?ar(this,vr):this._state===56?nr(this,vr):this._state===57?this.stateBeforeSpecialLast(vr,4):this._state===58?cr(this,vr):this._state===59?mr(this,vr):this._state===60?hr(this,vr):this._state===61?this.stateAfterSpecialLast(vr,5):this._state===17?this.stateInProcessingInstruction(vr):this._state===64?this.stateInNamedEntity(vr):this._state===23?z(this,vr):this._state===62?br(this,vr):this._state===24?re(this,vr):this._state===25?ie(this,vr):this._state===30?this.stateAfterCdata1(vr):this._state===31?this.stateAfterCdata2(vr):this._state===26?oe(this,vr):this._state===27?ue(this,vr):this._state===28?this.stateBeforeCdata6(vr):this._state===66?this.stateInHexEntity(vr):this._state===65?this.stateInNumericEntity(vr):this._state===63?Rr(this,vr):this.cbs.onerror(Error("unknown _state"),this._state),this._index++}this.cleanup()},Er.prototype.finish=function(){this.sectionStart<this._index&&this.handleTrailingData(),this.cbs.onend()},Er.prototype.handleTrailingData=function(){var vr=this.buffer.substr(this.sectionStart);this._state===29||this._state===30||this._state===31?this.cbs.oncdata(vr):this._state===19||this._state===21||this._state===22?this.cbs.oncomment(vr):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(vr)},Er.prototype.getSection=function(){return this.buffer.substring(this.sectionStart,this._index)},Er.prototype.emitToken=function(vr){this.cbs[vr](this.getSection()),this.sectionStart=-1},Er.prototype.emitPartial=function(vr){this.baseState!==1?this.cbs.onattribdata(vr):this.cbs.ontext(vr)},Er}();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,_e;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),(_e=(Ie=this.cbs).onparserinit)===null||_e===void 0||_e.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,_e;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),(_e=(Ie=this.cbs).oncdataend)===null||_e===void 0||_e.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 he=function(Ne,Fe){return he=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(Ve,jt){Ve.__proto__=jt}||function(Ve,jt){for(var Et in jt)Object.prototype.hasOwnProperty.call(jt,Et)&&(Ve[Et]=jt[Et])},he(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");he(Ne,Fe);function Ve(){this.constructor=Ne}Ne.prototype=Fe===null?Object.create(Fe):(Ve.prototype=Fe.prototype,new Ve)}}(),t=commonjsGlobal&&commonjsGlobal.__createBinding||(Object.create?function(he,Ne,Fe,Ve){Ve===void 0&&(Ve=Fe),Object.defineProperty(he,Ve,{enumerable:!0,get:function(){return Ne[Fe]}})}:function(he,Ne,Fe,Ve){Ve===void 0&&(Ve=Fe),he[Ve]=Ne[Fe]}),y=commonjsGlobal&&commonjsGlobal.__setModuleDefault||(Object.create?function(he,Ne){Object.defineProperty(he,"default",{enumerable:!0,value:Ne})}:function(he,Ne){he.default=Ne}),n=commonjsGlobal&&commonjsGlobal.__importStar||function(he){if(he&&he.__esModule)return he;var Ne={};if(he!=null)for(var Fe in he)Fe!=="default"&&Object.prototype.hasOwnProperty.call(he,Fe)&&t(Ne,he,Fe);return y(Ne,he),Ne},k=commonjsGlobal&&commonjsGlobal.__importDefault||function(he){return he&&he.__esModule?he:{default:he}};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(he){he[he.image=0]="image",he[he.audio=1]="audio",he[he.video=2]="video",he[he.document=3]="document",he[he.executable=4]="executable"})(V||(V={}));var z;(function(he){he[he.sample=0]="sample",he[he.full=1]="full",he[he.nonstop=2]="nonstop"})(z||(z={}));var re=function(he){e(Ne,he);function Ne(Fe,Ve){var jt=this;return typeof Fe=="object"&&(Fe=void 0,Ve=Fe),jt=he.call(this,Fe,Ve)||this,jt}return Ne.prototype.onend=function(){var Fe,Ve,jt=ue(_e,this.dom);if(!jt){this.handleCallback(new Error("couldn't find root of feed"));return}var Et={};if(jt.name==="feed"){var Ue=jt.children;Et.type="atom",Ie(Et,"id","id",Ue),Ie(Et,"title","title",Ue);var qe=pe("href",ue("link",Ue));qe&&(Et.link=qe),Ie(Et,"description","subtitle",Ue);var kt=de("updated",Ue);kt&&(Et.updated=new Date(kt)),Ie(Et,"author","email",Ue,!0),Et.items=oe("entry",Ue).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 Ue=(Ve=(Fe=ue("channel",jt.children))===null||Fe===void 0?void 0:Fe.children)!==null&&Ve!==void 0?Ve:[];Et.type=jt.name.substr(0,3),Et.id="",Ie(Et,"title","title",Ue),Ie(Et,"link","link",Ue),Ie(Et,"description","description",Ue);var kt=de("lastBuildDate",Ue);kt&&(Et.updated=new Date(kt)),Ie(Et,"author","managingEditor",Ue,!0),Et.items=oe("item",jt.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(he){return oe("media:content",he).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(he,Ne){return $.getElementsByTagName(he,Ne,!0)}function ue(he,Ne){return $.getElementsByTagName(he,Ne,!0,1)[0]}function de(he,Ne,Fe){return Fe===void 0&&(Fe=!1),$.getText($.getElementsByTagName(he,Ne,Fe,1)).trim()}function pe(he,Ne){if(!Ne)return null;var Fe=Ne.attribs;return Fe[he]}function Ie(he,Ne,Fe,Ve,jt){jt===void 0&&(jt=!1);var Et=de(Fe,Ve,jt);Et&&(he[Ne]=Et)}function _e(he){return he==="rss"||he==="feed"||he==="rdf:RDF"}function Ce(he,Ne){Ne===void 0&&(Ne={xmlMode:!0});var Fe=new re(Ne);return new j.Parser(Fe,Ne).end(he),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,_e){_e===void 0&&(_e=Ie),Object.defineProperty(de,_e,{enumerable:!0,get:function(){return pe[Ie]}})}:function(de,pe,Ie,_e){_e===void 0&&(_e=Ie),de[_e]=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 _e=new j.DomHandler(de,pe,Ie);return new $.Parser(_e,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",_e="END_TAG_OPEN_STATE",Ce="TAG_NAME_STATE",he="RCDATA_LESS_THAN_SIGN_STATE",Ne="RCDATA_END_TAG_OPEN_STATE",Fe="RCDATA_END_TAG_NAME_STATE",Ve="RAWTEXT_LESS_THAN_SIGN_STATE",jt="RAWTEXT_END_TAG_OPEN_STATE",Et="RAWTEXT_END_TAG_NAME_STATE",Ue="SCRIPT_DATA_LESS_THAN_SIGN_STATE",qe="SCRIPT_DATA_END_TAG_OPEN_STATE",kt="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",mr="SCRIPT_DATA_ESCAPED_END_TAG_OPEN_STATE",hr="SCRIPT_DATA_ESCAPED_END_TAG_NAME_STATE",br="SCRIPT_DATA_DOUBLE_ESCAPE_START_STATE",Rr="SCRIPT_DATA_DOUBLE_ESCAPED_STATE",xr="SCRIPT_DATA_DOUBLE_ESCAPED_DASH_STATE",Er="SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH_STATE",vr="SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN_STATE",Ir="SCRIPT_DATA_DOUBLE_ESCAPE_END_STATE",Lr="BEFORE_ATTRIBUTE_NAME_STATE",gr="ATTRIBUTE_NAME_STATE",_r="AFTER_ATTRIBUTE_NAME_STATE",Fr="BEFORE_ATTRIBUTE_VALUE_STATE",zr="ATTRIBUTE_VALUE_DOUBLE_QUOTED_STATE",Vr="ATTRIBUTE_VALUE_SINGLE_QUOTED_STATE",Gr="ATTRIBUTE_VALUE_UNQUOTED_STATE",Tr="AFTER_ATTRIBUTE_VALUE_QUOTED_STATE",Cr="SELF_CLOSING_START_TAG_STATE",Mr="BOGUS_COMMENT_STATE",yr="MARKUP_DECLARATION_OPEN_STATE",Sr="COMMENT_START_STATE",Dr="COMMENT_START_DASH_STATE",kr="COMMENT_STATE",Wr="COMMENT_LESS_THAN_SIGN_STATE",Kr="COMMENT_LESS_THAN_SIGN_BANG_STATE",Nr="COMMENT_LESS_THAN_SIGN_BANG_DASH_STATE",jr="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",qo="BEFORE_DOCTYPE_NAME_STATE",ds="DOCTYPE_NAME_STATE",Kn="AFTER_DOCTYPE_NAME_STATE",Hr="AFTER_DOCTYPE_PUBLIC_KEYWORD_STATE",Ar="BEFORE_DOCTYPE_PUBLIC_IDENTIFIER_STATE",On="DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED_STATE",In="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",Ds="BOGUS_DOCTYPE_STATE",ps="CDATA_SECTION_STATE",yl="CDATA_SECTION_BRACKET_STATE",$l="CDATA_SECTION_END_STATE",Ou="CHARACTER_REFERENCE_STATE",As="NAMED_CHARACTER_REFERENCE_STATE",Uu="AMBIGUOS_AMPERSAND_STATE",ju="NUMERIC_CHARACTER_REFERENCE_STATE",$c="HEXADEMICAL_CHARACTER_REFERENCE_START_STATE",Oc="DECIMAL_CHARACTER_REFERENCE_START_STATE",vc="HEXADEMICAL_CHARACTER_REFERENCE_STATE",Yl="DECIMAL_CHARACTER_REFERENCE_STATE",ms="NUMERIC_CHARACTER_REFERENCE_END_STATE";function Rs(_s){return _s===k.SPACE||_s===k.LINE_FEED||_s===k.TABULATION||_s===k.FORM_FEED}function Hs(_s){return _s>=k.DIGIT_0&&_s<=k.DIGIT_9}function zs(_s){return _s>=k.LATIN_CAPITAL_A&&_s<=k.LATIN_CAPITAL_Z}function Br(_s){return _s>=k.LATIN_SMALL_A&&_s<=k.LATIN_SMALL_Z}function Zn(_s){return Br(_s)||zs(_s)}function hn(_s){return Zn(_s)||Hs(_s)}function Ln(_s){return _s>=k.LATIN_CAPITAL_A&&_s<=k.LATIN_CAPITAL_F}function Vi(_s){return _s>=k.LATIN_SMALL_A&&_s<=k.LATIN_SMALL_F}function Wi(_s){return Hs(_s)||Ln(_s)||Vi(_s)}function pa(_s){return _s+32}function Ki(_s){return _s<=65535?String.fromCharCode(_s):(_s-=65536,String.fromCharCode(_s>>>10&1023|55296)+String.fromCharCode(56320|_s&1023))}function Xo(_s){return String.fromCharCode(pa(_s))}function Eo(_s,An){const Vo=y[++_s];let pu=++_s,Io=pu+Vo-1;for(;pu<=Io;){const yu=pu+Io>>>1,Hl=y[yu];if(Hl<An)pu=yu+1;else if(Hl>An)Io=yu-1;else return y[yu+Vo]}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,Vo){this.active=!0,this.preprocessor.write(An,Vo)}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,Vo,pu){let Io=0,yu=!0;const Hl=An.length;let lc=0,Vu=Vo,Ju;for(;lc<Hl;lc++){if(lc>0&&(Vu=this._consume(),Io++),Vu===k.EOF){yu=!1;break}if(Ju=An[lc],Vu!==Ju&&(pu||Vu!==pa(Ju))){yu=!1;break}}if(!yu)for(;Io--;)this._unconsume();return yu}_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,Vo){this.currentCharacterToken={type:An,chars:Vo}}_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,Vo){this.currentCharacterToken&&this.currentCharacterToken.type!==An&&this._emitCurrentCharacterToken(),this.currentCharacterToken?this.currentCharacterToken.chars+=Vo:this._createCharacterToken(An,Vo)}_emitCodePoint(An){let Vo=Fo.CHARACTER_TOKEN;Rs(An)?Vo=Fo.WHITESPACE_CHARACTER_TOKEN:An===k.NULL&&(Vo=Fo.NULL_CHARACTER_TOKEN),this._appendCharToCurrentCharacterToken(Vo,Ki(An))}_emitSeveralCodePoints(An){for(let Vo=0;Vo<An.length;Vo++)this._emitCodePoint(An[Vo])}_emitChars(An){this._appendCharToCurrentCharacterToken(Fo.CHARACTER_TOKEN,An)}_matchNamedCharacterReference(An){let Vo=null,pu=1,Io=Eo(0,An);for(this.tempBuff.push(An);Io>-1;){const yu=y[Io],Hl=yu<re;Hl&&yu&j&&(Vo=yu&V?[y[++Io],y[++Io]]:[y[++Io]],pu=0);const Vu=this._consume();if(this.tempBuff.push(Vu),pu++,Vu===k.EOF)break;Hl?Io=yu&z?Eo(Io,Vu):-1:Io=Vu===yu?++Io:-1}for(;pu--;)this.tempBuff.pop(),this._unconsume();return Vo}_isCharacterReferenceInAttribute(){return this.returnState===zr||this.returnState===Vr||this.returnState===Gr}_isCharacterReferenceAttributeQuirk(An){if(!An&&this._isCharacterReferenceInAttribute()){const Vo=this._consume();return this._unconsume(),Vo===k.EQUALS_SIGN||hn(Vo)}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=Ou):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=Ou):An===k.LESS_THAN_SIGN?this.state=he: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=Ve: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=Ue: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=yr:An===k.SOLIDUS?this.state=_e:Zn(An)?(this._createStartTagToken(),this._reconsumeInState(Ce)):An===k.QUESTION_MARK?(this._err(n.unexpectedQuestionMarkInsteadOfTagName),this._createCommentToken(),this._reconsumeInState(Mr)):An===k.EOF?(this._err(n.eofBeforeTagName),this._emitChars("<"),this._emitEOFToken()):(this._err(n.invalidFirstCharacterOfTagName),this._emitChars("<"),this._reconsumeInState(ie))}[_e](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(Mr))}[Ce](An){Rs(An)?this.state=Lr:An===k.SOLIDUS?this.state=Cr:An===k.GREATER_THAN_SIGN?(this.state=ie,this._emitCurrentToken()):zs(An)?this.currentToken.tagName+=Xo(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)}[he](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(zs(An))this.currentToken.tagName+=Xo(An),this.tempBuff.push(An);else if(Br(An))this.currentToken.tagName+=Ki(An),this.tempBuff.push(An);else{if(this.lastStartTagName===this.currentToken.tagName){if(Rs(An)){this.state=Lr;return}if(An===k.SOLIDUS){this.state=Cr;return}if(An===k.GREATER_THAN_SIGN){this.state=ie,this._emitCurrentToken();return}}this._emitChars("</"),this._emitSeveralCodePoints(this.tempBuff),this._reconsumeInState(oe)}}[Ve](An){An===k.SOLIDUS?(this.tempBuff=[],this.state=jt):(this._emitChars("<"),this._reconsumeInState(ue))}[jt](An){Zn(An)?(this._createEndTagToken(),this._reconsumeInState(Et)):(this._emitChars("</"),this._reconsumeInState(ue))}[Et](An){if(zs(An))this.currentToken.tagName+=Xo(An),this.tempBuff.push(An);else if(Br(An))this.currentToken.tagName+=Ki(An),this.tempBuff.push(An);else{if(this.lastStartTagName===this.currentToken.tagName){if(Rs(An)){this.state=Lr;return}if(An===k.SOLIDUS){this.state=Cr;return}if(An===k.GREATER_THAN_SIGN){this._emitCurrentToken(),this.state=ie;return}}this._emitChars("</"),this._emitSeveralCodePoints(this.tempBuff),this._reconsumeInState(ue)}}[Ue](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(kt)):(this._emitChars("</"),this._reconsumeInState(de))}[kt](An){if(zs(An))this.currentToken.tagName+=Xo(An),this.tempBuff.push(An);else if(Br(An))this.currentToken.tagName+=Ki(An),this.tempBuff.push(An);else{if(this.lastStartTagName===this.currentToken.tagName){if(Rs(An)){this.state=Lr;return}else if(An===k.SOLIDUS){this.state=Cr;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=mr):Zn(An)?(this.tempBuff=[],this._emitChars("<"),this._reconsumeInState(br)):(this._emitChars("<"),this._reconsumeInState(ar))}[mr](An){Zn(An)?(this._createEndTagToken(),this._reconsumeInState(hr)):(this._emitChars("</"),this._reconsumeInState(ar))}[hr](An){if(zs(An))this.currentToken.tagName+=Xo(An),this.tempBuff.push(An);else if(Br(An))this.currentToken.tagName+=Ki(An),this.tempBuff.push(An);else{if(this.lastStartTagName===this.currentToken.tagName){if(Rs(An)){this.state=Lr;return}if(An===k.SOLIDUS){this.state=Cr;return}if(An===k.GREATER_THAN_SIGN){this._emitCurrentToken(),this.state=ie;return}}this._emitChars("</"),this._emitSeveralCodePoints(this.tempBuff),this._reconsumeInState(ar)}}[br](An){Rs(An)||An===k.SOLIDUS||An===k.GREATER_THAN_SIGN?(this.state=this._isTempBufferEqualToScriptString()?Rr:ar,this._emitCodePoint(An)):zs(An)?(this.tempBuff.push(pa(An)),this._emitCodePoint(An)):Br(An)?(this.tempBuff.push(An),this._emitCodePoint(An)):this._reconsumeInState(ar)}[Rr](An){An===k.HYPHEN_MINUS?(this.state=xr,this._emitChars("-")):An===k.LESS_THAN_SIGN?(this.state=vr,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=Er,this._emitChars("-")):An===k.LESS_THAN_SIGN?(this.state=vr,this._emitChars("<")):An===k.NULL?(this._err(n.unexpectedNullCharacter),this.state=Rr,this._emitChars(t.REPLACEMENT_CHARACTER)):An===k.EOF?(this._err(n.eofInScriptHtmlCommentLikeText),this._emitEOFToken()):(this.state=Rr,this._emitCodePoint(An))}[Er](An){An===k.HYPHEN_MINUS?this._emitChars("-"):An===k.LESS_THAN_SIGN?(this.state=vr,this._emitChars("<")):An===k.GREATER_THAN_SIGN?(this.state=de,this._emitChars(">")):An===k.NULL?(this._err(n.unexpectedNullCharacter),this.state=Rr,this._emitChars(t.REPLACEMENT_CHARACTER)):An===k.EOF?(this._err(n.eofInScriptHtmlCommentLikeText),this._emitEOFToken()):(this.state=Rr,this._emitCodePoint(An))}[vr](An){An===k.SOLIDUS?(this.tempBuff=[],this.state=Ir,this._emitChars("/")):this._reconsumeInState(Rr)}[Ir](An){Rs(An)||An===k.SOLIDUS||An===k.GREATER_THAN_SIGN?(this.state=this._isTempBufferEqualToScriptString()?ar:Rr,this._emitCodePoint(An)):zs(An)?(this.tempBuff.push(pa(An)),this._emitCodePoint(An)):Br(An)?(this.tempBuff.push(An),this._emitCodePoint(An)):this._reconsumeInState(Rr)}[Lr](An){Rs(An)||(An===k.SOLIDUS||An===k.GREATER_THAN_SIGN||An===k.EOF?this._reconsumeInState(_r):An===k.EQUALS_SIGN?(this._err(n.unexpectedEqualsSignBeforeAttributeName),this._createAttr("="),this.state=gr):(this._createAttr(""),this._reconsumeInState(gr)))}[gr](An){Rs(An)||An===k.SOLIDUS||An===k.GREATER_THAN_SIGN||An===k.EOF?(this._leaveAttrName(_r),this._unconsume()):An===k.EQUALS_SIGN?this._leaveAttrName(Fr):zs(An)?this.currentAttr.name+=Xo(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)}[_r](An){Rs(An)||(An===k.SOLIDUS?this.state=Cr:An===k.EQUALS_SIGN?this.state=Fr:An===k.GREATER_THAN_SIGN?(this.state=ie,this._emitCurrentToken()):An===k.EOF?(this._err(n.eofInTag),this._emitEOFToken()):(this._createAttr(""),this._reconsumeInState(gr)))}[Fr](An){Rs(An)||(An===k.QUOTATION_MARK?this.state=zr:An===k.APOSTROPHE?this.state=Vr:An===k.GREATER_THAN_SIGN?(this._err(n.missingAttributeValue),this.state=ie,this._emitCurrentToken()):this._reconsumeInState(Gr))}[zr](An){An===k.QUOTATION_MARK?this.state=Tr:An===k.AMPERSAND?(this.returnState=zr,this.state=Ou):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=Tr:An===k.AMPERSAND?(this.returnState=Vr,this.state=Ou):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)}[Gr](An){Rs(An)?this._leaveAttrValue(Lr):An===k.AMPERSAND?(this.returnState=Gr,this.state=Ou):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)}[Tr](An){Rs(An)?this._leaveAttrValue(Lr):An===k.SOLIDUS?this._leaveAttrValue(Cr):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(Lr))}[Cr](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(Lr))}[Mr](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)}[yr](An){this._consumeSequenceIfMatch(L.DASH_DASH_STRING,An,!0)?(this._createCommentToken(),this.state=Sr):this._consumeSequenceIfMatch(L.DOCTYPE_STRING,An,!1)?this.state=Wa:this._consumeSequenceIfMatch(L.CDATA_START_STRING,An,!0)?this.allowCDATA?this.state=ps:(this._err(n.cdataInHtmlContent),this._createCommentToken(),this.currentToken.data="[CDATA[",this.state=Mr):this._ensureHibernation()||(this._err(n.incorrectlyOpenedComment),this._createCommentToken(),this._reconsumeInState(Mr))}[Sr](An){An===k.HYPHEN_MINUS?this.state=Dr:An===k.GREATER_THAN_SIGN?(this._err(n.abruptClosingOfEmptyComment),this.state=ie,this._emitCurrentToken()):this._reconsumeInState(kr)}[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(kr))}[kr](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(kr)}[Kr](An){An===k.HYPHEN_MINUS?this.state=Nr:this._reconsumeInState(kr)}[Nr](An){An===k.HYPHEN_MINUS?this.state=jr:this._reconsumeInState(Qr)}[jr](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(kr))}[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(kr))}[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(kr))}[Wa](An){Rs(An)?this.state=qo:An===k.GREATER_THAN_SIGN?this._reconsumeInState(qo):An===k.EOF?(this._err(n.eofInDoctype),this._createDoctypeToken(null),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(n.missingWhitespaceBeforeDoctypeName),this._reconsumeInState(qo))}[qo](An){Rs(An)||(zs(An)?(this._createDoctypeToken(Xo(An)),this.state=ds):An===k.NULL?(this._err(n.unexpectedNullCharacter),this._createDoctypeToken(t.REPLACEMENT_CHARACTER),this.state=ds):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=ds))}[ds](An){Rs(An)?this.state=Kn:An===k.GREATER_THAN_SIGN?(this.state=ie,this._emitCurrentToken()):zs(An)?this.currentToken.name+=Xo(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){Rs(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=Hr:this._consumeSequenceIfMatch(L.SYSTEM_STRING,An,!1)?this.state=qa:this._ensureHibernation()||(this._err(n.invalidCharacterSequenceAfterDoctypeName),this.currentToken.forceQuirks=!0,this._reconsumeInState(Ds)))}[Hr](An){Rs(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=In):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(Ds))}[Ar](An){Rs(An)||(An===k.QUOTATION_MARK?(this.currentToken.publicId="",this.state=On):An===k.APOSTROPHE?(this.currentToken.publicId="",this.state=In):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(Ds)))}[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)}[In](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){Rs(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(Ds))}[sa](An){Rs(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(Ds)))}[qa](An){Rs(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(Ds))}[To](An){Rs(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(Ds)))}[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){Rs(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(Ds)))}[Ds](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())}[ps](An){An===k.RIGHT_SQUARE_BRACKET?this.state=yl:An===k.EOF?(this._err(n.eofInCdata),this._emitEOFToken()):this._emitCodePoint(An)}[yl](An){An===k.RIGHT_SQUARE_BRACKET?this.state=$l:(this._emitChars("]"),this._reconsumeInState(ps))}[$l](An){An===k.GREATER_THAN_SIGN?this.state=ie:An===k.RIGHT_SQUARE_BRACKET?this._emitChars("]"):(this._emitChars("]]"),this._reconsumeInState(ps))}[Ou](An){this.tempBuff=[k.AMPERSAND],An===k.NUMBER_SIGN?(this.tempBuff.push(An),this.state=ju):hn(An)?this._reconsumeInState(As):(this._flushCodePointsConsumedAsCharacterReference(),this._reconsumeInState(this.returnState))}[As](An){const Vo=this._matchNamedCharacterReference(An);if(this._ensureHibernation())this.tempBuff=[k.AMPERSAND];else if(Vo){const pu=this.tempBuff[this.tempBuff.length-1]===k.SEMICOLON;this._isCharacterReferenceAttributeQuirk(pu)||(pu||this._errOnNextCodePoint(n.missingSemicolonAfterCharacterReference),this.tempBuff=Vo),this._flushCodePointsConsumedAsCharacterReference(),this.state=this.returnState}else this._flushCodePointsConsumedAsCharacterReference(),this.state=Uu}[Uu](An){hn(An)?this._isCharacterReferenceInAttribute()?this.currentAttr.value+=Ki(An):this._emitCodePoint(An):(An===k.SEMICOLON&&this._err(n.unknownNamedCharacterReference),this._reconsumeInState(this.returnState))}[ju](An){this.charRefCode=0,An===k.LATIN_SMALL_X||An===k.LATIN_CAPITAL_X?(this.tempBuff.push(An),this.state=$c):this._reconsumeInState(Oc)}[$c](An){Wi(An)?this._reconsumeInState(vc):(this._err(n.absenceOfDigitsInNumericCharacterReference),this._flushCodePointsConsumedAsCharacterReference(),this._reconsumeInState(this.returnState))}[Oc](An){Hs(An)?this._reconsumeInState(Yl):(this._err(n.absenceOfDigitsInNumericCharacterReference),this._flushCodePointsConsumedAsCharacterReference(),this._reconsumeInState(this.returnState))}[vc](An){Ln(An)?this.charRefCode=this.charRefCode*16+An-55:Vi(An)?this.charRefCode=this.charRefCode*16+An-87:Hs(An)?this.charRefCode=this.charRefCode*16+An-48:An===k.SEMICOLON?this.state=ms:(this._err(n.missingSemicolonAfterCharacterReference),this._reconsumeInState(ms))}[Yl](An){Hs(An)?this.charRefCode=this.charRefCode*10+An-48:An===k.SEMICOLON?this.state=ms:(this._err(n.missingSemicolonAfterCharacterReference),this._reconsumeInState(ms))}[ms](){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(_s,An){for(let Vo=_s.attrs.length-1;Vo>=0;Vo--)if(_s.attrs[Vo].name===An)return _s.attrs[Vo].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:_e,endCol:Ce,endOffset:he}=re.location;this.treeAdapter.updateNodeSourceCodeLocation(pe,{endLine:_e,endCol:Ce,endOffset:he})}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 _e=0;_e<Ie.length;_e++)if(Ie[_e].name===k.ENCODING){const Ce=Ie[_e].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,_e){return!!((!_e||_e===n.HTML)&&ue(de,pe,Ie)||(!_e||_e===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:$},_e="hidden",Ce=8,he=3,Ne="INITIAL_MODE",Fe="BEFORE_HTML_MODE",Ve="BEFORE_HEAD_MODE",jt="IN_HEAD_MODE",Et="IN_HEAD_NO_SCRIPT_MODE",Ue="AFTER_HEAD_MODE",qe="IN_BODY_MODE",kt="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",mr="IN_CELL_MODE",hr="IN_SELECT_MODE",br="IN_SELECT_IN_TABLE_MODE",Rr="IN_TEMPLATE_MODE",xr="AFTER_BODY_MODE",Er="IN_FRAMESET_MODE",vr="AFTER_FRAMESET_MODE",Ir="AFTER_AFTER_BODY_MODE",Lr="AFTER_AFTER_FRAMESET_MODE",gr={[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]:Er},_r={[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},Fr={[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]:ds,[e.NULL_CHARACTER_TOKEN]:ds,[e.WHITESPACE_CHARACTER_TOKEN]:Dr,[e.COMMENT_TOKEN]:Wr,[e.DOCTYPE_TOKEN]:Dr,[e.START_TAG_TOKEN]:Wa,[e.END_TAG_TOKEN]:qo,[e.EOF_TOKEN]:ds},[Ve]:{[e.CHARACTER_TOKEN]:Ar,[e.NULL_CHARACTER_TOKEN]:Ar,[e.WHITESPACE_CHARACTER_TOKEN]:Dr,[e.COMMENT_TOKEN]:Wr,[e.DOCTYPE_TOKEN]:kr,[e.START_TAG_TOKEN]:Kn,[e.END_TAG_TOKEN]:Hr,[e.EOF_TOKEN]:Ar},[jt]:{[e.CHARACTER_TOKEN]:Sa,[e.NULL_CHARACTER_TOKEN]:Sa,[e.WHITESPACE_CHARACTER_TOKEN]:jr,[e.COMMENT_TOKEN]:Wr,[e.DOCTYPE_TOKEN]:kr,[e.START_TAG_TOKEN]:On,[e.END_TAG_TOKEN]:In,[e.EOF_TOKEN]:Sa},[Et]:{[e.CHARACTER_TOKEN]:To,[e.NULL_CHARACTER_TOKEN]:To,[e.WHITESPACE_CHARACTER_TOKEN]:jr,[e.COMMENT_TOKEN]:Wr,[e.DOCTYPE_TOKEN]:kr,[e.START_TAG_TOKEN]:sa,[e.END_TAG_TOKEN]:qa,[e.EOF_TOKEN]:To},[Ue]:{[e.CHARACTER_TOKEN]:Ma,[e.NULL_CHARACTER_TOKEN]:Ma,[e.WHITESPACE_CHARACTER_TOKEN]:jr,[e.COMMENT_TOKEN]:Wr,[e.DOCTYPE_TOKEN]:kr,[e.START_TAG_TOKEN]:Hi,[e.END_TAG_TOKEN]:na,[e.EOF_TOKEN]:Ma},[qe]:{[e.CHARACTER_TOKEN]:ps,[e.NULL_CHARACTER_TOKEN]:Dr,[e.WHITESPACE_CHARACTER_TOKEN]:Ds,[e.COMMENT_TOKEN]:Wr,[e.DOCTYPE_TOKEN]:Dr,[e.START_TAG_TOKEN]:lc,[e.END_TAG_TOKEN]:yp,[e.EOF_TOKEN]:fp},[kt]:{[e.CHARACTER_TOKEN]:jr,[e.NULL_CHARACTER_TOKEN]:jr,[e.WHITESPACE_CHARACTER_TOKEN]:jr,[e.COMMENT_TOKEN]:Dr,[e.DOCTYPE_TOKEN]:Dr,[e.START_TAG_TOKEN]:Dr,[e.END_TAG_TOKEN]:kc,[e.EOF_TOKEN]:qd},[tr]:{[e.CHARACTER_TOKEN]:od,[e.NULL_CHARACTER_TOKEN]:od,[e.WHITESPACE_CHARACTER_TOKEN]:od,[e.COMMENT_TOKEN]:Wr,[e.DOCTYPE_TOKEN]:Dr,[e.START_TAG_TOKEN]:Cc,[e.END_TAG_TOKEN]:Nf,[e.EOF_TOKEN]:fp},[rr]:{[e.CHARACTER_TOKEN]:zf,[e.NULL_CHARACTER_TOKEN]:Dr,[e.WHITESPACE_CHARACTER_TOKEN]:mf,[e.COMMENT_TOKEN]:Af,[e.DOCTYPE_TOKEN]:Af,[e.START_TAG_TOKEN]:Af,[e.END_TAG_TOKEN]:Af,[e.EOF_TOKEN]:Af},[ar]:{[e.CHARACTER_TOKEN]:ps,[e.NULL_CHARACTER_TOKEN]:Dr,[e.WHITESPACE_CHARACTER_TOKEN]:Ds,[e.COMMENT_TOKEN]:Wr,[e.DOCTYPE_TOKEN]:Dr,[e.START_TAG_TOKEN]:Gf,[e.END_TAG_TOKEN]:Wp,[e.EOF_TOKEN]:fp},[nr]:{[e.CHARACTER_TOKEN]:ef,[e.NULL_CHARACTER_TOKEN]:ef,[e.WHITESPACE_CHARACTER_TOKEN]:jr,[e.COMMENT_TOKEN]:Wr,[e.DOCTYPE_TOKEN]:Dr,[e.START_TAG_TOKEN]:gm,[e.END_TAG_TOKEN]:Om,[e.EOF_TOKEN]:fp},[ur]:{[e.CHARACTER_TOKEN]:od,[e.NULL_CHARACTER_TOKEN]:od,[e.WHITESPACE_CHARACTER_TOKEN]:od,[e.COMMENT_TOKEN]:Wr,[e.DOCTYPE_TOKEN]:Dr,[e.START_TAG_TOKEN]:rm,[e.END_TAG_TOKEN]:Mf,[e.EOF_TOKEN]:fp},[cr]:{[e.CHARACTER_TOKEN]:od,[e.NULL_CHARACTER_TOKEN]:od,[e.WHITESPACE_CHARACTER_TOKEN]:od,[e.COMMENT_TOKEN]:Wr,[e.DOCTYPE_TOKEN]:Dr,[e.START_TAG_TOKEN]:mh,[e.END_TAG_TOKEN]:Bf,[e.EOF_TOKEN]:fp},[mr]:{[e.CHARACTER_TOKEN]:ps,[e.NULL_CHARACTER_TOKEN]:Dr,[e.WHITESPACE_CHARACTER_TOKEN]:Ds,[e.COMMENT_TOKEN]:Wr,[e.DOCTYPE_TOKEN]:Dr,[e.START_TAG_TOKEN]:Ph,[e.END_TAG_TOKEN]:_m,[e.EOF_TOKEN]:fp},[hr]:{[e.CHARACTER_TOKEN]:jr,[e.NULL_CHARACTER_TOKEN]:Dr,[e.WHITESPACE_CHARACTER_TOKEN]:jr,[e.COMMENT_TOKEN]:Wr,[e.DOCTYPE_TOKEN]:Dr,[e.START_TAG_TOKEN]:Rm,[e.END_TAG_TOKEN]:km,[e.EOF_TOKEN]:fp},[br]:{[e.CHARACTER_TOKEN]:jr,[e.NULL_CHARACTER_TOKEN]:Dr,[e.WHITESPACE_CHARACTER_TOKEN]:jr,[e.COMMENT_TOKEN]:Wr,[e.DOCTYPE_TOKEN]:Dr,[e.START_TAG_TOKEN]:Nd,[e.END_TAG_TOKEN]:wd,[e.EOF_TOKEN]:fp},[Rr]:{[e.CHARACTER_TOKEN]:ps,[e.NULL_CHARACTER_TOKEN]:Dr,[e.WHITESPACE_CHARACTER_TOKEN]:Ds,[e.COMMENT_TOKEN]:Wr,[e.DOCTYPE_TOKEN]:Dr,[e.START_TAG_TOKEN]:Fp,[e.END_TAG_TOKEN]:hf,[e.EOF_TOKEN]:Wc},[xr]:{[e.CHARACTER_TOKEN]:gf,[e.NULL_CHARACTER_TOKEN]:gf,[e.WHITESPACE_CHARACTER_TOKEN]:Ds,[e.COMMENT_TOKEN]:Kr,[e.DOCTYPE_TOKEN]:Dr,[e.START_TAG_TOKEN]:nm,[e.END_TAG_TOKEN]:Gm,[e.EOF_TOKEN]:Qr},[Er]:{[e.CHARACTER_TOKEN]:Dr,[e.NULL_CHARACTER_TOKEN]:Dr,[e.WHITESPACE_CHARACTER_TOKEN]:jr,[e.COMMENT_TOKEN]:Wr,[e.DOCTYPE_TOKEN]:Dr,[e.START_TAG_TOKEN]:Mm,[e.END_TAG_TOKEN]:Bm,[e.EOF_TOKEN]:Qr},[vr]:{[e.CHARACTER_TOKEN]:Dr,[e.NULL_CHARACTER_TOKEN]:Dr,[e.WHITESPACE_CHARACTER_TOKEN]:jr,[e.COMMENT_TOKEN]:Wr,[e.DOCTYPE_TOKEN]:Dr,[e.START_TAG_TOKEN]:jd,[e.END_TAG_TOKEN]:vm,[e.EOF_TOKEN]:Qr},[Ir]:{[e.CHARACTER_TOKEN]:Lf,[e.NULL_CHARACTER_TOKEN]:Lf,[e.WHITESPACE_CHARACTER_TOKEN]:Ds,[e.COMMENT_TOKEN]:Nr,[e.DOCTYPE_TOKEN]:Dr,[e.START_TAG_TOKEN]:Pf,[e.END_TAG_TOKEN]:Lf,[e.EOF_TOKEN]:Qr},[Lr]:{[e.CHARACTER_TOKEN]:Dr,[e.NULL_CHARACTER_TOKEN]:Dr,[e.WHITESPACE_CHARACTER_TOKEN]:Ds,[e.COMMENT_TOKEN]:Nr,[e.DOCTYPE_TOKEN]:Dr,[e.START_TAG_TOKEN]:bm,[e.END_TAG_TOKEN]:Dr,[e.EOF_TOKEN]:Qr}};class zr{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 Ru=this.treeAdapter.createElement("documentmock",de.HTML,[]);this._bootstrap(Ru,vi),this.treeAdapter.getTagName(vi)===ue.TEMPLATE&&this._pushTmplInsertionMode(Rr),this._initTokenizerForFragmentParsing(),this._insertFakeRootElement(),this._resetInsertionMode(),this._findFormInFragmentContext(),this.tokenizer.write(Wn,!0),this._runParsingLoop(null);const Kc=this.treeAdapter.getFirstChild(Ru),sd=this.treeAdapter.createDocumentFragment();return this._adoptNodes(Kc,sd),sd}_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 Ru=this.pendingScript;this.pendingScript=null,vi(Ru);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=kt}switchToPlaintextParsing(){this.insertionMode=kt,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||"",Ru=Wn.publicId||"",Kc=Wn.systemId||"";this.treeAdapter.setDocumentType(this.document,vi,Ru,Kc)}_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 Ru=this.treeAdapter.createElement(Wn.tagName,vi,Wn.attrs);this._attachElementToTree(Ru)}_insertElement(Wn,vi){const Ru=this.treeAdapter.createElement(Wn.tagName,vi,Wn.attrs);this._attachElementToTree(Ru),this.openElements.push(Ru)}_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),Ru=this.treeAdapter.createDocumentFragment();this.treeAdapter.setTemplateContent(vi,Ru),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 Ru=this.treeAdapter.createCommentNode(Wn.data);this.treeAdapter.appendChild(vi,Ru)}_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 Ru=this.treeAdapter.getFirstChild(Wn);Ru;Ru=this.treeAdapter.getFirstChild(Wn))this.treeAdapter.detachNode(Ru),this.treeAdapter.appendChild(vi,Ru)}_shouldProcessTokenInForeignContent(Wn){const vi=this._getAdjustedCurrentElement();if(!vi||vi===this.document)return!1;const Ru=this.treeAdapter.getNamespaceURI(vi);if(Ru===de.HTML||this.treeAdapter.getTagName(vi)===ue.ANNOTATION_XML&&Ru===de.MATHML&&Wn.type===e.START_TAG_TOKEN&&Wn.tagName===ue.SVG)return!1;const Kc=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||Kc)&&this._isIntegrationPoint(vi,de.MATHML)||(Wn.type===e.START_TAG_TOKEN||Kc)&&this._isIntegrationPoint(vi,de.HTML)?!1:Wn.type!==e.EOF_TOKEN}_processToken(Wn){Fr[this.insertionMode][Wn.type](this,Wn)}_processTokenInBodyMode(Wn){Fr[qe][Wn.type](this,Wn)}_processTokenInForeignContent(Wn){Wn.type===e.CHARACTER_TOKEN?ym(this,Wn):Wn.type===e.NULL_CHARACTER_TOKEN?ip(this,Wn):Wn.type===e.WHITESPACE_CHARACTER_TOKEN?jr(this,Wn):Wn.type===e.COMMENT_TOKEN?Wr(this,Wn):Wn.type===e.START_TAG_TOKEN?Up(this,Wn):Wn.type===e.END_TAG_TOKEN&&qf(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 Ru=this.treeAdapter.getTagName(Wn),Kc=this.treeAdapter.getNamespaceURI(Wn),sd=this.treeAdapter.getAttrList(Wn);return z.isIntegrationPoint(Ru,Kc,sd,vi)}_reconstructActiveFormattingElements(){const Wn=this.activeFormattingElements.length;if(Wn){let vi=Wn,Ru=null;do if(vi--,Ru=this.activeFormattingElements.entries[vi],Ru.type===y.MARKER_ENTRY||this.openElements.contains(Ru.element)){vi++;break}while(vi>0);for(let Kc=vi;Kc<Wn;Kc++)Ru=this.activeFormattingElements.entries[Kc],this._insertElement(Ru.token,this.treeAdapter.getNamespaceURI(Ru.element)),Ru.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 Ru=this.openElements.items[Wn];Wn===0&&(vi=!0,this.fragmentContext&&(Ru=this.fragmentContext));const Kc=this.treeAdapter.getTagName(Ru),sd=gr[Kc];if(sd){this.insertionMode=sd;break}else if(!vi&&(Kc===ue.TD||Kc===ue.TH)){this.insertionMode=mr;break}else if(!vi&&Kc===ue.HEAD){this.insertionMode=jt;break}else if(Kc===ue.SELECT){this._resetInsertionModeForSelect(Wn);break}else if(Kc===ue.TEMPLATE){this.insertionMode=this.currentTmplInsertionMode;break}else if(Kc===ue.HTML){this.insertionMode=this.headElement?Ue:Ve;break}else if(vi){this.insertionMode=qe;break}}}_resetInsertionModeForSelect(Wn){if(Wn>0)for(let vi=Wn-1;vi>0;vi--){const Ru=this.openElements.items[vi],Kc=this.treeAdapter.getTagName(Ru);if(Kc===ue.TEMPLATE)break;if(Kc===ue.TABLE){this.insertionMode=br;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 Ru=this.openElements.items[vi],Kc=this.treeAdapter.getTagName(Ru),sd=this.treeAdapter.getNamespaceURI(Ru);if(Kc===ue.TEMPLATE&&sd===de.HTML){Wn.parent=this.treeAdapter.getTemplateContent(Ru);break}else if(Kc===ue.TABLE){Wn.parent=this.treeAdapter.getParentNode(Ru),Wn.parent?Wn.beforeElement=Ru: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),Ru=this.treeAdapter.getNamespaceURI(Wn);return oe.SPECIAL_ELEMENTS[Ru][vi]}}parser$3=zr;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):hd(Yr,Wn),vi}function Gr(Yr,Wn){let vi=null;for(let Ru=Yr.openElements.stackTop;Ru>=0;Ru--){const Kc=Yr.openElements.items[Ru];if(Kc===Wn.element)break;Yr._isSpecialElement(Kc)&&(vi=Kc)}return vi||(Yr.openElements.popUntilElementPopped(Wn.element),Yr.activeFormattingElements.removeEntry(Wn)),vi}function Tr(Yr,Wn,vi){let Ru=Wn,Kc=Yr.openElements.getCommonAncestor(Wn);for(let sd=0,Xd=Kc;Xd!==vi;sd++,Xd=Kc){Kc=Yr.openElements.getCommonAncestor(Xd);const _f=Yr.activeFormattingElements.getElementEntry(Xd),$f=_f&&sd>=he;!_f||$f?($f&&Yr.activeFormattingElements.removeEntry(_f),Yr.openElements.remove(Xd)):(Xd=Cr(Yr,_f),Ru===Wn&&(Yr.activeFormattingElements.bookmark=_f),Yr.treeAdapter.detachNode(Ru),Yr.treeAdapter.appendChild(Xd,Ru),Ru=Xd)}return Ru}function Cr(Yr,Wn){const vi=Yr.treeAdapter.getNamespaceURI(Wn.element),Ru=Yr.treeAdapter.createElement(Wn.token.tagName,vi,Wn.token.attrs);return Yr.openElements.replace(Wn.element,Ru),Wn.element=Ru,Ru}function Mr(Yr,Wn,vi){if(Yr._isElementCausesFosterParenting(Wn))Yr._fosterParentElement(vi);else{const Ru=Yr.treeAdapter.getTagName(Wn),Kc=Yr.treeAdapter.getNamespaceURI(Wn);Ru===ue.TEMPLATE&&Kc===de.HTML&&(Wn=Yr.treeAdapter.getTemplateContent(Wn)),Yr.treeAdapter.appendChild(Wn,vi)}}function yr(Yr,Wn,vi){const Ru=Yr.treeAdapter.getNamespaceURI(vi.element),Kc=vi.token,sd=Yr.treeAdapter.createElement(Kc.tagName,Ru,Kc.attrs);Yr._adoptNodes(Wn,sd),Yr.treeAdapter.appendChild(Wn,sd),Yr.activeFormattingElements.insertElementAfterBookmark(sd,vi.token),Yr.activeFormattingElements.removeEntry(vi),Yr.openElements.remove(vi.element),Yr.openElements.insertAfter(Wn,sd)}function Sr(Yr,Wn){let vi;for(let Ru=0;Ru<Ce&&(vi=Vr(Yr,Wn),!!vi);Ru++){const Kc=Gr(Yr,vi);if(!Kc)break;Yr.activeFormattingElements.bookmark=vi;const sd=Tr(Yr,Kc,vi.element),Xd=Yr.openElements.getCommonAncestor(vi.element);Yr.treeAdapter.detachNode(sd),Mr(Yr,Xd,sd),yr(Yr,Kc,vi)}}function Dr(){}function kr(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 jr(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=Ve):ds(Yr,Wn)}function qo(Yr,Wn){const vi=Wn.tagName;(vi===ue.HTML||vi===ue.HEAD||vi===ue.BODY||vi===ue.BR)&&ds(Yr,Wn)}function ds(Yr,Wn){Yr._insertFakeRootElement(),Yr.insertionMode=Ve,Yr._processToken(Wn)}function Kn(Yr,Wn){const vi=Wn.tagName;vi===ue.HTML?lc(Yr,Wn):vi===ue.HEAD?(Yr._insertElement(Wn,de.HTML),Yr.headElement=Yr.openElements.current,Yr.insertionMode=jt):Ar(Yr,Wn)}function Hr(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=jt,Yr._processToken(Wn)}function On(Yr,Wn){const vi=Wn.tagName;vi===ue.HTML?lc(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=Rr,Yr._pushTmplInsertionMode(Rr)):vi===ue.HEAD?Yr._err(re.misplacedStartTagForHeadElement):Sa(Yr,Wn)}function In(Yr,Wn){const vi=Wn.tagName;vi===ue.HEAD?(Yr.openElements.pop(),Yr.insertionMode=Ue):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=Ue,Yr._processToken(Wn)}function sa(Yr,Wn){const vi=Wn.tagName;vi===ue.HTML?lc(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=jt):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=jt,Yr._processToken(Wn)}function Hi(Yr,Wn){const vi=Wn.tagName;vi===ue.HTML?lc(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=Er):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?In(Yr,Wn):Yr._err(re.endTagWithoutMatchingOpenElement)}function Ma(Yr,Wn){Yr._insertFakeElement(ue.BODY),Yr.insertionMode=qe,Yr._processToken(Wn)}function Ds(Yr,Wn){Yr._reconstructActiveFormattingElements(),Yr._insertCharacters(Wn)}function ps(Yr,Wn){Yr._reconstructActiveFormattingElements(),Yr._insertCharacters(Wn),Yr.framesetOk=!1}function yl(Yr,Wn){Yr.openElements.tmplCount===0&&Yr.treeAdapter.adoptAttributes(Yr.openElements.items[0],Wn.attrs)}function $l(Yr,Wn){const vi=Yr.openElements.tryPeekProperlyNestedBodyElement();vi&&Yr.openElements.tmplCount===0&&(Yr.framesetOk=!1,Yr.treeAdapter.adoptAttributes(vi,Wn.attrs))}function Ou(Yr,Wn){const vi=Yr.openElements.tryPeekProperlyNestedBodyElement();Yr.framesetOk&&vi&&(Yr.treeAdapter.detachNode(vi),Yr.openElements.popAllUpToHtmlElement(),Yr._insertElement(Wn,de.HTML),Yr.insertionMode=Er)}function As(Yr,Wn){Yr.openElements.hasInButtonScope(ue.P)&&Yr._closePElement(),Yr._insertElement(Wn,de.HTML)}function Uu(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 ju(Yr,Wn){Yr.openElements.hasInButtonScope(ue.P)&&Yr._closePElement(),Yr._insertElement(Wn,de.HTML),Yr.skipNextNewLine=!0,Yr.framesetOk=!1}function $c(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 Oc(Yr,Wn){Yr.framesetOk=!1;const vi=Wn.tagName;for(let Ru=Yr.openElements.stackTop;Ru>=0;Ru--){const Kc=Yr.openElements.items[Ru],sd=Yr.treeAdapter.getTagName(Kc);let Xd=null;if(vi===ue.LI&&sd===ue.LI?Xd=ue.LI:(vi===ue.DD||vi===ue.DT)&&(sd===ue.DD||sd===ue.DT)&&(Xd=sd),Xd){Yr.openElements.generateImpliedEndTagsWithExclusion(Xd),Yr.openElements.popUntilTagNamePopped(Xd);break}if(sd!==ue.ADDRESS&&sd!==ue.DIV&&sd!==ue.P&&Yr._isSpecialElement(Kc))break}Yr.openElements.hasInButtonScope(ue.P)&&Yr._closePElement(),Yr._insertElement(Wn,de.HTML)}function vc(Yr,Wn){Yr.openElements.hasInButtonScope(ue.P)&&Yr._closePElement(),Yr._insertElement(Wn,de.HTML),Yr.tokenizer.state=e.MODE.PLAINTEXT}function Yl(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 ms(Yr,Wn){const vi=Yr.activeFormattingElements.getElementEntryInScopeWithTagName(ue.A);vi&&(Sr(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 Rs(Yr,Wn){Yr._reconstructActiveFormattingElements(),Yr._insertElement(Wn,de.HTML),Yr.activeFormattingElements.pushElement(Yr.openElements.current,Wn)}function Hs(Yr,Wn){Yr._reconstructActiveFormattingElements(),Yr.openElements.hasInScope(ue.NOBR)&&(Sr(Yr,Wn),Yr._reconstructActiveFormattingElements()),Yr._insertElement(Wn,de.HTML),Yr.activeFormattingElements.pushElement(Yr.openElements.current,Wn)}function zs(Yr,Wn){Yr._reconstructActiveFormattingElements(),Yr._insertElement(Wn,de.HTML),Yr.activeFormattingElements.insertMarker(),Yr.framesetOk=!1}function Br(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()!==_e)&&(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=kt}function Ki(Yr,Wn){Yr.openElements.hasInButtonScope(ue.P)&&Yr._closePElement(),Yr._reconstructActiveFormattingElements(),Yr.framesetOk=!1,Yr._switchToTextParsing(Wn,e.MODE.RAWTEXT)}function Xo(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===mr?Yr.insertionMode=br:Yr.insertionMode=hr}function _s(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 Vo(Yr,Wn){Yr.openElements.hasInScope(ue.RUBY)&&Yr.openElements.generateImpliedEndTagsWithExclusion(ue.RTC),Yr._insertElement(Wn,de.HTML)}function pu(Yr,Wn){Yr.openElements.hasInButtonScope(ue.P)&&Yr._closePElement(),Yr._insertElement(Wn,de.HTML)}function Io(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 yu(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 Hl(Yr,Wn){Yr._reconstructActiveFormattingElements(),Yr._insertElement(Wn,de.HTML)}function lc(Yr,Wn){const vi=Wn.tagName;switch(vi.length){case 1:vi===ue.I||vi===ue.S||vi===ue.B||vi===ue.U?Rs(Yr,Wn):vi===ue.P?As(Yr,Wn):vi===ue.A?ms(Yr,Wn):Hl(Yr,Wn);break;case 2:vi===ue.DL||vi===ue.OL||vi===ue.UL?As(Yr,Wn):vi===ue.H1||vi===ue.H2||vi===ue.H3||vi===ue.H4||vi===ue.H5||vi===ue.H6?Uu(Yr,Wn):vi===ue.LI||vi===ue.DD||vi===ue.DT?Oc(Yr,Wn):vi===ue.EM||vi===ue.TT?Rs(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?Vo(Yr,Wn):vi!==ue.TH&&vi!==ue.TD&&vi!==ue.TR&&Hl(Yr,Wn);break;case 3:vi===ue.DIV||vi===ue.DIR||vi===ue.NAV?As(Yr,Wn):vi===ue.PRE?ju(Yr,Wn):vi===ue.BIG?Rs(Yr,Wn):vi===ue.IMG||vi===ue.WBR?Zn(Yr,Wn):vi===ue.XMP?Ki(Yr,Wn):vi===ue.SVG?yu(Yr,Wn):vi===ue.RTC?An(Yr,Wn):vi!==ue.COL&&Hl(Yr,Wn);break;case 4:vi===ue.HTML?yl(Yr,Wn):vi===ue.BASE||vi===ue.LINK||vi===ue.META?On(Yr,Wn):vi===ue.BODY?$l(Yr,Wn):vi===ue.MAIN||vi===ue.MENU?As(Yr,Wn):vi===ue.FORM?$c(Yr,Wn):vi===ue.CODE||vi===ue.FONT?Rs(Yr,Wn):vi===ue.NOBR?Hs(Yr,Wn):vi===ue.AREA?Zn(Yr,Wn):vi===ue.MATH?Io(Yr,Wn):vi===ue.MENU?pu(Yr,Wn):vi!==ue.HEAD&&Hl(Yr,Wn);break;case 5:vi===ue.STYLE||vi===ue.TITLE?On(Yr,Wn):vi===ue.ASIDE?As(Yr,Wn):vi===ue.SMALL?Rs(Yr,Wn):vi===ue.TABLE?Br(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&&Hl(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?As(Yr,Wn):vi===ue.BUTTON?Yl(Yr,Wn):vi===ue.STRIKE||vi===ue.STRONG?Rs(Yr,Wn):vi===ue.APPLET||vi===ue.OBJECT?zs(Yr,Wn):vi===ue.KEYGEN?Zn(Yr,Wn):vi===ue.SOURCE?Ln(Yr,Wn):vi===ue.IFRAME?Xo(Yr,Wn):vi===ue.SELECT?Fo(Yr,Wn):vi===ue.OPTION?_s(Yr,Wn):Hl(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?As(Yr,Wn):vi===ue.LISTING?ju(Yr,Wn):vi===ue.MARQUEE?zs(Yr,Wn):vi===ue.NOEMBED?Eo(Yr,Wn):vi!==ue.CAPTION&&Hl(Yr,Wn);break;case 8:vi===ue.BASEFONT?On(Yr,Wn):vi===ue.FRAMESET?Ou(Yr,Wn):vi===ue.FIELDSET?As(Yr,Wn):vi===ue.TEXTAREA?pa(Yr,Wn):vi===ue.TEMPLATE?On(Yr,Wn):vi===ue.NOSCRIPT?Yr.options.scriptingEnabled?Eo(Yr,Wn):Hl(Yr,Wn):vi===ue.OPTGROUP?_s(Yr,Wn):vi!==ue.COLGROUP&&Hl(Yr,Wn);break;case 9:vi===ue.PLAINTEXT?vc(Yr,Wn):Hl(Yr,Wn);break;case 10:vi===ue.BLOCKQUOTE||vi===ue.FIGCAPTION?As(Yr,Wn):Hl(Yr,Wn);break;default:Hl(Yr,Wn)}}function Vu(Yr){Yr.openElements.hasInScope(ue.BODY)&&(Yr.insertionMode=xr)}function Ju(Yr,Wn){Yr.openElements.hasInScope(ue.BODY)&&(Yr.insertionMode=xr,Yr._processToken(Wn))}function kn(Yr,Wn){const vi=Wn.tagName;Yr.openElements.hasInScope(vi)&&(Yr.openElements.generateImpliedEndTags(),Yr.openElements.popUntilTagNamePopped(vi))}function ns(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 Wl(Yr){Yr.openElements.hasInButtonScope(ue.P)||Yr._insertFakeElement(ue.P),Yr._closePElement()}function Tu(Yr){Yr.openElements.hasInListItemScope(ue.LI)&&(Yr.openElements.generateImpliedEndTagsWithExclusion(ue.LI),Yr.openElements.popUntilTagNamePopped(ue.LI))}function _l(Yr,Wn){const vi=Wn.tagName;Yr.openElements.hasInScope(vi)&&(Yr.openElements.generateImpliedEndTagsWithExclusion(vi),Yr.openElements.popUntilTagNamePopped(vi))}function Hu(Yr){Yr.openElements.hasNumberedHeaderInScope()&&(Yr.openElements.generateImpliedEndTags(),Yr.openElements.popUntilNumberedHeaderPopped())}function Rc(Yr,Wn){const vi=Wn.tagName;Yr.openElements.hasInScope(vi)&&(Yr.openElements.generateImpliedEndTags(),Yr.openElements.popUntilTagNamePopped(vi),Yr.activeFormattingElements.clearToLastMarker())}function ld(Yr){Yr._reconstructActiveFormattingElements(),Yr._insertFakeElement(ue.BR),Yr.openElements.pop(),Yr.framesetOk=!1}function hd(Yr,Wn){const vi=Wn.tagName;for(let Ru=Yr.openElements.stackTop;Ru>0;Ru--){const Kc=Yr.openElements.items[Ru];if(Yr.treeAdapter.getTagName(Kc)===vi){Yr.openElements.generateImpliedEndTagsWithExclusion(vi),Yr.openElements.popUntilElementPopped(Kc);break}if(Yr._isSpecialElement(Kc))break}}function yp(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?Sr(Yr,Wn):vi===ue.P?Wl(Yr):hd(Yr,Wn);break;case 2:vi===ue.DL||vi===ue.UL||vi===ue.OL?kn(Yr,Wn):vi===ue.LI?Tu(Yr):vi===ue.DD||vi===ue.DT?_l(Yr,Wn):vi===ue.H1||vi===ue.H2||vi===ue.H3||vi===ue.H4||vi===ue.H5||vi===ue.H6?Hu(Yr):vi===ue.BR?ld(Yr):vi===ue.EM||vi===ue.TT?Sr(Yr,Wn):hd(Yr,Wn);break;case 3:vi===ue.BIG?Sr(Yr,Wn):vi===ue.DIR||vi===ue.DIV||vi===ue.NAV||vi===ue.PRE?kn(Yr,Wn):hd(Yr,Wn);break;case 4:vi===ue.BODY?Vu(Yr):vi===ue.HTML?Ju(Yr,Wn):vi===ue.FORM?ns(Yr):vi===ue.CODE||vi===ue.FONT||vi===ue.NOBR?Sr(Yr,Wn):vi===ue.MAIN||vi===ue.MENU?kn(Yr,Wn):hd(Yr,Wn);break;case 5:vi===ue.ASIDE?kn(Yr,Wn):vi===ue.SMALL?Sr(Yr,Wn):hd(Yr,Wn);break;case 6:vi===ue.CENTER||vi===ue.FIGURE||vi===ue.FOOTER||vi===ue.HEADER||vi===ue.HGROUP||vi===ue.DIALOG?kn(Yr,Wn):vi===ue.APPLET||vi===ue.OBJECT?Rc(Yr,Wn):vi===ue.STRIKE||vi===ue.STRONG?Sr(Yr,Wn):hd(Yr,Wn);break;case 7:vi===ue.ADDRESS||vi===ue.ARTICLE||vi===ue.DETAILS||vi===ue.SECTION||vi===ue.SUMMARY||vi===ue.LISTING?kn(Yr,Wn):vi===ue.MARQUEE?Rc(Yr,Wn):hd(Yr,Wn);break;case 8:vi===ue.FIELDSET?kn(Yr,Wn):vi===ue.TEMPLATE?In(Yr,Wn):hd(Yr,Wn);break;case 10:vi===ue.BLOCKQUOTE||vi===ue.FIGCAPTION?kn(Yr,Wn):hd(Yr,Wn);break;default:hd(Yr,Wn)}}function fp(Yr,Wn){Yr.tmplInsertionModeStackTop>-1?Wc(Yr,Wn):Yr.stopped=!0}function kc(Yr,Wn){Wn.tagName===ue.SCRIPT&&(Yr.pendingScript=Yr.openElements.current),Yr.openElements.pop(),Yr.insertionMode=Yr.originalInsertionMode}function qd(Yr,Wn){Yr._err(re.eofInElementThatCanContainOnlyText),Yr.openElements.pop(),Yr.insertionMode=Yr.originalInsertionMode,Yr._processToken(Wn)}function od(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)):xp(Yr,Wn)}function kp(Yr,Wn){Yr.openElements.clearBackToTableContext(),Yr.activeFormattingElements.insertMarker(),Yr._insertElement(Wn,de.HTML),Yr.insertionMode=ar}function Ap(Yr,Wn){Yr.openElements.clearBackToTableContext(),Yr._insertElement(Wn,de.HTML),Yr.insertionMode=nr}function xf(Yr,Wn){Yr.openElements.clearBackToTableContext(),Yr._insertFakeElement(ue.COLGROUP),Yr.insertionMode=nr,Yr._processToken(Wn)}function kf(Yr,Wn){Yr.openElements.clearBackToTableContext(),Yr._insertElement(Wn,de.HTML),Yr.insertionMode=ur}function pf(Yr,Wn){Yr.openElements.clearBackToTableContext(),Yr._insertFakeElement(ue.TBODY),Yr.insertionMode=ur,Yr._processToken(Wn)}function Mp(Yr,Wn){Yr.openElements.hasInTableScope(ue.TABLE)&&(Yr.openElements.popUntilTagNamePopped(ue.TABLE),Yr._resetInsertionMode(),Yr._processToken(Wn))}function hm(Yr,Wn){const vi=e.getTokenAttr(Wn,pe.TYPE);vi&&vi.toLowerCase()===_e?Yr._appendElement(Wn,de.HTML):xp(Yr,Wn),Wn.ackSelfClosing=!0}function If(Yr,Wn){!Yr.formElement&&Yr.openElements.tmplCount===0&&(Yr._insertElement(Wn,de.HTML),Yr.formElement=Yr.openElements.current,Yr.openElements.pop())}function Cc(Yr,Wn){const vi=Wn.tagName;switch(vi.length){case 2:vi===ue.TD||vi===ue.TH||vi===ue.TR?pf(Yr,Wn):xp(Yr,Wn);break;case 3:vi===ue.COL?xf(Yr,Wn):xp(Yr,Wn);break;case 4:vi===ue.FORM?If(Yr,Wn):xp(Yr,Wn);break;case 5:vi===ue.TABLE?Mp(Yr,Wn):vi===ue.STYLE?On(Yr,Wn):vi===ue.TBODY||vi===ue.TFOOT||vi===ue.THEAD?kf(Yr,Wn):vi===ue.INPUT?hm(Yr,Wn):xp(Yr,Wn);break;case 6:vi===ue.SCRIPT?On(Yr,Wn):xp(Yr,Wn);break;case 7:vi===ue.CAPTION?kp(Yr,Wn):xp(Yr,Wn);break;case 8:vi===ue.COLGROUP?Ap(Yr,Wn):vi===ue.TEMPLATE?On(Yr,Wn):xp(Yr,Wn);break;default:xp(Yr,Wn)}}function Nf(Yr,Wn){const vi=Wn.tagName;vi===ue.TABLE?Yr.openElements.hasInTableScope(ue.TABLE)&&(Yr.openElements.popUntilTagNamePopped(ue.TABLE),Yr._resetInsertionMode()):vi===ue.TEMPLATE?In(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&&xp(Yr,Wn)}function xp(Yr,Wn){const vi=Yr.fosterParentingEnabled;Yr.fosterParentingEnabled=!0,Yr._processTokenInBodyMode(Wn),Yr.fosterParentingEnabled=vi}function mf(Yr,Wn){Yr.pendingCharacterTokens.push(Wn)}function zf(Yr,Wn){Yr.pendingCharacterTokens.push(Wn),Yr.hasNonWhitespacePendingCharacterToken=!0}function Af(Yr,Wn){let vi=0;if(Yr.hasNonWhitespacePendingCharacterToken)for(;vi<Yr.pendingCharacterTokens.length;vi++)xp(Yr,Yr.pendingCharacterTokens[vi]);else for(;vi<Yr.pendingCharacterTokens.length;vi++)Yr._insertCharacters(Yr.pendingCharacterTokens[vi]);Yr.insertionMode=Yr.originalInsertionMode,Yr._processToken(Wn)}function Gf(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)):lc(Yr,Wn)}function Wp(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&&yp(Yr,Wn)}function gm(Yr,Wn){const vi=Wn.tagName;vi===ue.HTML?lc(Yr,Wn):vi===ue.COL?(Yr._appendElement(Wn,de.HTML),Wn.ackSelfClosing=!0):vi===ue.TEMPLATE?On(Yr,Wn):ef(Yr,Wn)}function Om(Yr,Wn){const vi=Wn.tagName;vi===ue.COLGROUP?Yr.openElements.currentTagName===ue.COLGROUP&&(Yr.openElements.pop(),Yr.insertionMode=tr):vi===ue.TEMPLATE?In(Yr,Wn):vi!==ue.COL&&ef(Yr,Wn)}function ef(Yr,Wn){Yr.openElements.currentTagName===ue.COLGROUP&&(Yr.openElements.pop(),Yr.insertionMode=tr,Yr._processToken(Wn))}function rm(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)):Cc(Yr,Wn)}function Mf(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)&&Nf(Yr,Wn)}function mh(Yr,Wn){const vi=Wn.tagName;vi===ue.TH||vi===ue.TD?(Yr.openElements.clearBackToTableRowContext(),Yr._insertElement(Wn,de.HTML),Yr.insertionMode=mr,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)):Cc(Yr,Wn)}function Bf(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)&&Nf(Yr,Wn)}function Ph(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)):lc(Yr,Wn)}function _m(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&&yp(Yr,Wn)}function Rm(Yr,Wn){const vi=Wn.tagName;vi===ue.HTML?lc(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 km(Yr,Wn){const vi=Wn.tagName;if(vi===ue.OPTGROUP){const Ru=Yr.openElements.items[Yr.openElements.stackTop-1],Kc=Ru&&Yr.treeAdapter.getTagName(Ru);Yr.openElements.currentTagName===ue.OPTION&&Kc===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&&In(Yr,Wn)}function Nd(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)):Rm(Yr,Wn)}function wd(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)):km(Yr,Wn)}function Fp(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 Ru=_r[vi]||qe;Yr._popTmplInsertionMode(),Yr._pushTmplInsertionMode(Ru),Yr.insertionMode=Ru,Yr._processToken(Wn)}}function hf(Yr,Wn){Wn.tagName===ue.TEMPLATE&&In(Yr,Wn)}function Wc(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 nm(Yr,Wn){Wn.tagName===ue.HTML?lc(Yr,Wn):gf(Yr,Wn)}function Gm(Yr,Wn){Wn.tagName===ue.HTML?Yr.fragmentContext||(Yr.insertionMode=Ir):gf(Yr,Wn)}function gf(Yr,Wn){Yr.insertionMode=qe,Yr._processToken(Wn)}function Mm(Yr,Wn){const vi=Wn.tagName;vi===ue.HTML?lc(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 Bm(Yr,Wn){Wn.tagName===ue.FRAMESET&&!Yr.openElements.isRootHtmlElementCurrent()&&(Yr.openElements.pop(),!Yr.fragmentContext&&Yr.openElements.currentTagName!==ue.FRAMESET&&(Yr.insertionMode=vr))}function jd(Yr,Wn){const vi=Wn.tagName;vi===ue.HTML?lc(Yr,Wn):vi===ue.NOFRAMES&&On(Yr,Wn)}function vm(Yr,Wn){Wn.tagName===ue.HTML&&(Yr.insertionMode=Lr)}function Pf(Yr,Wn){Wn.tagName===ue.HTML?lc(Yr,Wn):Lf(Yr,Wn)}function Lf(Yr,Wn){Yr.insertionMode=qe,Yr._processToken(Wn)}function bm(Yr,Wn){const vi=Wn.tagName;vi===ue.HTML?lc(Yr,Wn):vi===ue.NOFRAMES&&On(Yr,Wn)}function ip(Yr,Wn){Wn.chars=ie.REPLACEMENT_CHARACTER,Yr._insertCharacters(Wn)}function ym(Yr,Wn){Yr._insertCharacters(Wn),Yr.framesetOk=!1}function Up(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(),Ru=Yr.treeAdapter.getNamespaceURI(vi);Ru===de.MATHML?z.adjustTokenMathMLAttrs(Wn):Ru===de.SVG&&(z.adjustTokenSVGTagName(Wn),z.adjustTokenSVGAttrs(Wn)),z.adjustTokenXMLAttrs(Wn),Wn.selfClosing?Yr._appendElement(Wn,Ru):Yr._insertElement(Wn,Ru),Wn.ackSelfClosing=!0}}function qf(Yr,Wn){for(let vi=Yr.openElements.stackTop;vi>0;vi--){const Ru=Yr.openElements.items[vi];if(Yr.treeAdapter.getNamespaceURI(Ru)===de.HTML){Yr._processToken(Wn);break}if(Yr.treeAdapter.getTagName(Ru).toLowerCase()===Wn.tagName){Yr.openElements.popUntilElementPopped(Ru);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,_e=pe.length;Ie<_e;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 _e=pe===k.TEMPLATE&&Ie===L.HTML?this.treeAdapter.getTemplateContent(de):de;this._serializeChildNodes(_e),this.html+="</"+pe+">"}}_serializeAttributes(de){const pe=this.treeAdapter.getAttrList(de);for(let Ie=0,_e=pe.length;Ie<_e;Ie++){const Ce=pe[Ie],he=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+='="'+he+'"'}}_serializeTextNode(de){const pe=this.treeAdapter.getTextNodeContent(de),Ie=this.treeAdapter.getParentNode(de);let _e;Ie&&this.treeAdapter.isElementNode(Ie)&&(_e=this.treeAdapter.getTagName(Ie)),_e===k.STYLE||_e===k.SCRIPT||_e===k.XMP||_e===k.IFRAME||_e===k.NOEMBED||_e===k.NOFRAMES||_e===k.PLAINTEXT||_e===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,_e,Ce){var he,Ne=_e?typeof _e=="string"?y.select(_e,(he=Ie==null?void 0:Ie._root)!==null&&he!==void 0?he:[],Ce):_e: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,_e){!_e&&j(Ie)&&(_e=Ie,Ie=void 0);var Ce=e.__assign(e.__assign(e.__assign({},t.default),this?this._options:{}),t.flatten(_e??{}));return $(this||void 0,Ie,Ce)}_static.html=V;function z(Ie){var _e=e.__assign(e.__assign({},this._options),{xmlMode:!0});return $(this,Ie,_e)}_static.xml=z;function re(Ie){for(var _e=Ie||(this?this.root():[]),Ce="",he=0;he<_e.length;he++){var Ne=_e[he];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,_e,Ce){if(Ce===void 0&&(Ce=typeof _e=="boolean"?_e:!1),!Ie||typeof Ie!="string")return null;typeof _e=="boolean"&&(Ce=_e);var he=this.load(Ie,t.default,!1);return Ce||he("script").remove(),he.root()[0].children.slice()}_static.parseHTML=ie;function oe(){return this(this._root)}_static.root=oe;function ue(Ie,_e){if(_e===Ie)return!1;for(var Ce=_e;Ce&&Ce!==Ce.parent;)if(Ce=Ce.parent,Ce===Ie)return!0;return!1}_static.contains=ue;function de(Ie,_e){if(!(!pe(Ie)||!pe(_e))){for(var Ce=Ie.length,he=+_e.length,Ne=0;Ne<he;Ne++)Ie[Ce++]=_e[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 _e=0;_e<Ie.length;_e++)if(!(_e 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),Hr={foo:function(){return 42}};return Object.setPrototypeOf(Hr,L.prototype),Object.setPrototypeOf(Kn,Hr),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 Hr=new L(Kn);return Object.setPrototypeOf(Hr,re.prototype),Hr}function re(Kn,Hr,Ar){if(typeof Kn=="number"){if(typeof Hr=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return de(Kn)}return ie(Kn,Hr,Ar)}re.poolSize=8192;function ie(Kn,Hr,Ar){if(typeof Kn=="string")return pe(Kn,Hr);if($.isView(Kn))return _e(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,Hr,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,Hr,Ar);const In=he(Kn);if(In)return In;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof Kn[Symbol.toPrimitive]=="function")return re.from(Kn[Symbol.toPrimitive]("string"),Hr,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,Hr,Ar){return ie(Kn,Hr,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,Hr,Ar){return oe(Kn),Kn<=0?z(Kn):Hr!==void 0?typeof Ar=="string"?z(Kn).fill(Hr,Ar):z(Kn).fill(Hr):z(Kn)}re.alloc=function(Kn,Hr,Ar){return ue(Kn,Hr,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,Hr){if((typeof Hr!="string"||Hr==="")&&(Hr="utf8"),!re.isEncoding(Hr))throw new TypeError("Unknown encoding: "+Hr);const Ar=Ve(Kn,Hr)|0;let On=z(Ar);const In=On.write(Kn,Hr);return In!==Ar&&(On=On.slice(0,In)),On}function Ie(Kn){const Hr=Kn.length<0?0:Ne(Kn.length)|0,Ar=z(Hr);for(let On=0;On<Hr;On+=1)Ar[On]=Kn[On]&255;return Ar}function _e(Kn){if(ca(Kn,L)){const Hr=new L(Kn);return Ce(Hr.buffer,Hr.byteOffset,Hr.byteLength)}return Ie(Kn)}function Ce(Kn,Hr,Ar){if(Hr<0||Kn.byteLength<Hr)throw new RangeError('"offset" is outside of buffer bounds');if(Kn.byteLength<Hr+(Ar||0))throw new RangeError('"length" is outside of buffer bounds');let On;return Hr===void 0&&Ar===void 0?On=new L(Kn):Ar===void 0?On=new L(Kn,Hr):On=new L(Kn,Hr,Ar),Object.setPrototypeOf(On,re.prototype),On}function he(Kn){if(re.isBuffer(Kn)){const Hr=Ne(Kn.length)|0,Ar=z(Hr);return Ar.length===0||Kn.copy(Ar,0,0,Hr),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(Hr){return Hr!=null&&Hr._isBuffer===!0&&Hr!==re.prototype},re.compare=function(Hr,Ar){if(ca(Hr,L)&&(Hr=re.from(Hr,Hr.offset,Hr.byteLength)),ca(Ar,L)&&(Ar=re.from(Ar,Ar.offset,Ar.byteLength)),!re.isBuffer(Hr)||!re.isBuffer(Ar))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(Hr===Ar)return 0;let On=Hr.length,In=Ar.length;for(let Sa=0,sa=Math.min(On,In);Sa<sa;++Sa)if(Hr[Sa]!==Ar[Sa]){On=Hr[Sa],In=Ar[Sa];break}return On<In?-1:In<On?1:0},re.isEncoding=function(Hr){switch(String(Hr).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(Hr,Ar){if(!Array.isArray(Hr))throw new TypeError('"list" argument must be an Array of Buffers');if(Hr.length===0)return re.alloc(0);let On;if(Ar===void 0)for(Ar=0,On=0;On<Hr.length;++On)Ar+=Hr[On].length;const In=re.allocUnsafe(Ar);let Sa=0;for(On=0;On<Hr.length;++On){let sa=Hr[On];if(ca(sa,L))Sa+sa.length>In.length?(re.isBuffer(sa)||(sa=re.from(sa)),sa.copy(In,Sa)):L.prototype.set.call(In,sa,Sa);else if(re.isBuffer(sa))sa.copy(In,Sa);else throw new TypeError('"list" argument must be an Array of Buffers');Sa+=sa.length}return In};function Ve(Kn,Hr){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 In=!1;for(;;)switch(Hr){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 jr(Kn).length;default:if(In)return On?-1:Wr(Kn).length;Hr=(""+Hr).toLowerCase(),In=!0}}re.byteLength=Ve;function jt(Kn,Hr,Ar){let On=!1;if((Hr===void 0||Hr<0)&&(Hr=0),Hr>this.length||((Ar===void 0||Ar>this.length)&&(Ar=this.length),Ar<=0)||(Ar>>>=0,Hr>>>=0,Ar<=Hr))return"";for(Kn||(Kn="utf8");;)switch(Kn){case"hex":return xr(this,Hr,Ar);case"utf8":case"utf-8":return cr(this,Hr,Ar);case"ascii":return br(this,Hr,Ar);case"latin1":case"binary":return Rr(this,Hr,Ar);case"base64":return ur(this,Hr,Ar);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Er(this,Hr,Ar);default:if(On)throw new TypeError("Unknown encoding: "+Kn);Kn=(Kn+"").toLowerCase(),On=!0}}re.prototype._isBuffer=!0;function Et(Kn,Hr,Ar){const On=Kn[Hr];Kn[Hr]=Kn[Ar],Kn[Ar]=On}re.prototype.swap16=function(){const Hr=this.length;if(Hr%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let Ar=0;Ar<Hr;Ar+=2)Et(this,Ar,Ar+1);return this},re.prototype.swap32=function(){const Hr=this.length;if(Hr%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let Ar=0;Ar<Hr;Ar+=4)Et(this,Ar,Ar+3),Et(this,Ar+1,Ar+2);return this},re.prototype.swap64=function(){const Hr=this.length;if(Hr%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let Ar=0;Ar<Hr;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 Hr=this.length;return Hr===0?"":arguments.length===0?cr(this,0,Hr):jt.apply(this,arguments)},re.prototype.toLocaleString=re.prototype.toString,re.prototype.equals=function(Hr){if(!re.isBuffer(Hr))throw new TypeError("Argument must be a Buffer");return this===Hr?!0:re.compare(this,Hr)===0},re.prototype.inspect=function(){let Hr="";const Ar=e.INSPECT_MAX_BYTES;return Hr=this.toString("hex",0,Ar).replace(/(.{2})/g,"$1 ").trim(),this.length>Ar&&(Hr+=" ... "),"<Buffer "+Hr+">"},n&&(re.prototype[n]=re.prototype.inspect),re.prototype.compare=function(Hr,Ar,On,In,Sa){if(ca(Hr,L)&&(Hr=re.from(Hr,Hr.offset,Hr.byteLength)),!re.isBuffer(Hr))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof Hr);if(Ar===void 0&&(Ar=0),On===void 0&&(On=Hr?Hr.length:0),In===void 0&&(In=0),Sa===void 0&&(Sa=this.length),Ar<0||On>Hr.length||In<0||Sa>this.length)throw new RangeError("out of range index");if(In>=Sa&&Ar>=On)return 0;if(In>=Sa)return-1;if(Ar>=On)return 1;if(Ar>>>=0,On>>>=0,In>>>=0,Sa>>>=0,this===Hr)return 0;let sa=Sa-In,qa=On-Ar;const To=Math.min(sa,qa),Hi=this.slice(In,Sa),na=Hr.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 Ue(Kn,Hr,Ar,On,In){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=In?0:Kn.length-1),Ar<0&&(Ar=Kn.length+Ar),Ar>=Kn.length){if(In)return-1;Ar=Kn.length-1}else if(Ar<0)if(In)Ar=0;else return-1;if(typeof Hr=="string"&&(Hr=re.from(Hr,On)),re.isBuffer(Hr))return Hr.length===0?-1:qe(Kn,Hr,Ar,On,In);if(typeof Hr=="number")return Hr=Hr&255,typeof L.prototype.indexOf=="function"?In?L.prototype.indexOf.call(Kn,Hr,Ar):L.prototype.lastIndexOf.call(Kn,Hr,Ar):qe(Kn,[Hr],Ar,On,In);throw new TypeError("val must be string, number or Buffer")}function qe(Kn,Hr,Ar,On,In){let Sa=1,sa=Kn.length,qa=Hr.length;if(On!==void 0&&(On=String(On).toLowerCase(),On==="ucs2"||On==="ucs-2"||On==="utf16le"||On==="utf-16le")){if(Kn.length<2||Hr.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(In){let na=-1;for(Hi=Ar;Hi<sa;Hi++)if(To(Kn,Hi)===To(Hr,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(Hr,Ma)){na=!1;break}if(na)return Hi}return-1}re.prototype.includes=function(Hr,Ar,On){return this.indexOf(Hr,Ar,On)!==-1},re.prototype.indexOf=function(Hr,Ar,On){return Ue(this,Hr,Ar,On,!0)},re.prototype.lastIndexOf=function(Hr,Ar,On){return Ue(this,Hr,Ar,On,!1)};function kt(Kn,Hr,Ar,On){Ar=Number(Ar)||0;const In=Kn.length-Ar;On?(On=Number(On),On>In&&(On=In)):On=In;const Sa=Hr.length;On>Sa/2&&(On=Sa/2);let sa;for(sa=0;sa<On;++sa){const qa=parseInt(Hr.substr(sa*2,2),16);if(Po(qa))return sa;Kn[Ar+sa]=qa}return sa}function tr(Kn,Hr,Ar,On){return Qr(Wr(Hr,Kn.length-Ar),Kn,Ar,On)}function rr(Kn,Hr,Ar,On){return Qr(Kr(Hr),Kn,Ar,On)}function ar(Kn,Hr,Ar,On){return Qr(jr(Hr),Kn,Ar,On)}function nr(Kn,Hr,Ar,On){return Qr(Nr(Hr,Kn.length-Ar),Kn,Ar,On)}re.prototype.write=function(Hr,Ar,On,In){if(Ar===void 0)In="utf8",On=this.length,Ar=0;else if(On===void 0&&typeof Ar=="string")In=Ar,On=this.length,Ar=0;else if(isFinite(Ar))Ar=Ar>>>0,isFinite(On)?(On=On>>>0,In===void 0&&(In="utf8")):(In=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),Hr.length>0&&(On<0||Ar<0)||Ar>this.length)throw new RangeError("Attempt to write outside buffer bounds");In||(In="utf8");let sa=!1;for(;;)switch(In){case"hex":return kt(this,Hr,Ar,On);case"utf8":case"utf-8":return tr(this,Hr,Ar,On);case"ascii":case"latin1":case"binary":return rr(this,Hr,Ar,On);case"base64":return ar(this,Hr,Ar,On);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return nr(this,Hr,Ar,On);default:if(sa)throw new TypeError("Unknown encoding: "+In);In=(""+In).toLowerCase(),sa=!0}},re.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function ur(Kn,Hr,Ar){return Hr===0&&Ar===Kn.length?t.fromByteArray(Kn):t.fromByteArray(Kn.slice(Hr,Ar))}function cr(Kn,Hr,Ar){Ar=Math.min(Kn.length,Ar);const On=[];let In=Hr;for(;In<Ar;){const Sa=Kn[In];let sa=null,qa=Sa>239?4:Sa>223?3:Sa>191?2:1;if(In+qa<=Ar){let To,Hi,na,Ma;switch(qa){case 1:Sa<128&&(sa=Sa);break;case 2:To=Kn[In+1],(To&192)===128&&(Ma=(Sa&31)<<6|To&63,Ma>127&&(sa=Ma));break;case 3:To=Kn[In+1],Hi=Kn[In+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[In+1],Hi=Kn[In+2],na=Kn[In+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),In+=qa}return hr(On)}const mr=4096;function hr(Kn){const Hr=Kn.length;if(Hr<=mr)return String.fromCharCode.apply(String,Kn);let Ar="",On=0;for(;On<Hr;)Ar+=String.fromCharCode.apply(String,Kn.slice(On,On+=mr));return Ar}function br(Kn,Hr,Ar){let On="";Ar=Math.min(Kn.length,Ar);for(let In=Hr;In<Ar;++In)On+=String.fromCharCode(Kn[In]&127);return On}function Rr(Kn,Hr,Ar){let On="";Ar=Math.min(Kn.length,Ar);for(let In=Hr;In<Ar;++In)On+=String.fromCharCode(Kn[In]);return On}function xr(Kn,Hr,Ar){const On=Kn.length;(!Hr||Hr<0)&&(Hr=0),(!Ar||Ar<0||Ar>On)&&(Ar=On);let In="";for(let Sa=Hr;Sa<Ar;++Sa)In+=Wa[Kn[Sa]];return In}function Er(Kn,Hr,Ar){const On=Kn.slice(Hr,Ar);let In="";for(let Sa=0;Sa<On.length-1;Sa+=2)In+=String.fromCharCode(On[Sa]+On[Sa+1]*256);return In}re.prototype.slice=function(Hr,Ar){const On=this.length;Hr=~~Hr,Ar=Ar===void 0?On:~~Ar,Hr<0?(Hr+=On,Hr<0&&(Hr=0)):Hr>On&&(Hr=On),Ar<0?(Ar+=On,Ar<0&&(Ar=0)):Ar>On&&(Ar=On),Ar<Hr&&(Ar=Hr);const In=this.subarray(Hr,Ar);return Object.setPrototypeOf(In,re.prototype),In};function vr(Kn,Hr,Ar){if(Kn%1!==0||Kn<0)throw new RangeError("offset is not uint");if(Kn+Hr>Ar)throw new RangeError("Trying to access beyond buffer length")}re.prototype.readUintLE=re.prototype.readUIntLE=function(Hr,Ar,On){Hr=Hr>>>0,Ar=Ar>>>0,On||vr(Hr,Ar,this.length);let In=this[Hr],Sa=1,sa=0;for(;++sa<Ar&&(Sa*=256);)In+=this[Hr+sa]*Sa;return In},re.prototype.readUintBE=re.prototype.readUIntBE=function(Hr,Ar,On){Hr=Hr>>>0,Ar=Ar>>>0,On||vr(Hr,Ar,this.length);let In=this[Hr+--Ar],Sa=1;for(;Ar>0&&(Sa*=256);)In+=this[Hr+--Ar]*Sa;return In},re.prototype.readUint8=re.prototype.readUInt8=function(Hr,Ar){return Hr=Hr>>>0,Ar||vr(Hr,1,this.length),this[Hr]},re.prototype.readUint16LE=re.prototype.readUInt16LE=function(Hr,Ar){return Hr=Hr>>>0,Ar||vr(Hr,2,this.length),this[Hr]|this[Hr+1]<<8},re.prototype.readUint16BE=re.prototype.readUInt16BE=function(Hr,Ar){return Hr=Hr>>>0,Ar||vr(Hr,2,this.length),this[Hr]<<8|this[Hr+1]},re.prototype.readUint32LE=re.prototype.readUInt32LE=function(Hr,Ar){return Hr=Hr>>>0,Ar||vr(Hr,4,this.length),(this[Hr]|this[Hr+1]<<8|this[Hr+2]<<16)+this[Hr+3]*16777216},re.prototype.readUint32BE=re.prototype.readUInt32BE=function(Hr,Ar){return Hr=Hr>>>0,Ar||vr(Hr,4,this.length),this[Hr]*16777216+(this[Hr+1]<<16|this[Hr+2]<<8|this[Hr+3])},re.prototype.readBigUInt64LE=qo(function(Hr){Hr=Hr>>>0,yr(Hr,"offset");const Ar=this[Hr],On=this[Hr+7];(Ar===void 0||On===void 0)&&Sr(Hr,this.length-8);const In=Ar+this[++Hr]*2**8+this[++Hr]*2**16+this[++Hr]*2**24,Sa=this[++Hr]+this[++Hr]*2**8+this[++Hr]*2**16+On*2**24;return BigInt(In)+(BigInt(Sa)<<BigInt(32))}),re.prototype.readBigUInt64BE=qo(function(Hr){Hr=Hr>>>0,yr(Hr,"offset");const Ar=this[Hr],On=this[Hr+7];(Ar===void 0||On===void 0)&&Sr(Hr,this.length-8);const In=Ar*2**24+this[++Hr]*2**16+this[++Hr]*2**8+this[++Hr],Sa=this[++Hr]*2**24+this[++Hr]*2**16+this[++Hr]*2**8+On;return(BigInt(In)<<BigInt(32))+BigInt(Sa)}),re.prototype.readIntLE=function(Hr,Ar,On){Hr=Hr>>>0,Ar=Ar>>>0,On||vr(Hr,Ar,this.length);let In=this[Hr],Sa=1,sa=0;for(;++sa<Ar&&(Sa*=256);)In+=this[Hr+sa]*Sa;return Sa*=128,In>=Sa&&(In-=Math.pow(2,8*Ar)),In},re.prototype.readIntBE=function(Hr,Ar,On){Hr=Hr>>>0,Ar=Ar>>>0,On||vr(Hr,Ar,this.length);let In=Ar,Sa=1,sa=this[Hr+--In];for(;In>0&&(Sa*=256);)sa+=this[Hr+--In]*Sa;return Sa*=128,sa>=Sa&&(sa-=Math.pow(2,8*Ar)),sa},re.prototype.readInt8=function(Hr,Ar){return Hr=Hr>>>0,Ar||vr(Hr,1,this.length),this[Hr]&128?(255-this[Hr]+1)*-1:this[Hr]},re.prototype.readInt16LE=function(Hr,Ar){Hr=Hr>>>0,Ar||vr(Hr,2,this.length);const On=this[Hr]|this[Hr+1]<<8;return On&32768?On|4294901760:On},re.prototype.readInt16BE=function(Hr,Ar){Hr=Hr>>>0,Ar||vr(Hr,2,this.length);const On=this[Hr+1]|this[Hr]<<8;return On&32768?On|4294901760:On},re.prototype.readInt32LE=function(Hr,Ar){return Hr=Hr>>>0,Ar||vr(Hr,4,this.length),this[Hr]|this[Hr+1]<<8|this[Hr+2]<<16|this[Hr+3]<<24},re.prototype.readInt32BE=function(Hr,Ar){return Hr=Hr>>>0,Ar||vr(Hr,4,this.length),this[Hr]<<24|this[Hr+1]<<16|this[Hr+2]<<8|this[Hr+3]},re.prototype.readBigInt64LE=qo(function(Hr){Hr=Hr>>>0,yr(Hr,"offset");const Ar=this[Hr],On=this[Hr+7];(Ar===void 0||On===void 0)&&Sr(Hr,this.length-8);const In=this[Hr+4]+this[Hr+5]*2**8+this[Hr+6]*2**16+(On<<24);return(BigInt(In)<<BigInt(32))+BigInt(Ar+this[++Hr]*2**8+this[++Hr]*2**16+this[++Hr]*2**24)}),re.prototype.readBigInt64BE=qo(function(Hr){Hr=Hr>>>0,yr(Hr,"offset");const Ar=this[Hr],On=this[Hr+7];(Ar===void 0||On===void 0)&&Sr(Hr,this.length-8);const In=(Ar<<24)+this[++Hr]*2**16+this[++Hr]*2**8+this[++Hr];return(BigInt(In)<<BigInt(32))+BigInt(this[++Hr]*2**24+this[++Hr]*2**16+this[++Hr]*2**8+On)}),re.prototype.readFloatLE=function(Hr,Ar){return Hr=Hr>>>0,Ar||vr(Hr,4,this.length),y.read(this,Hr,!0,23,4)},re.prototype.readFloatBE=function(Hr,Ar){return Hr=Hr>>>0,Ar||vr(Hr,4,this.length),y.read(this,Hr,!1,23,4)},re.prototype.readDoubleLE=function(Hr,Ar){return Hr=Hr>>>0,Ar||vr(Hr,8,this.length),y.read(this,Hr,!0,52,8)},re.prototype.readDoubleBE=function(Hr,Ar){return Hr=Hr>>>0,Ar||vr(Hr,8,this.length),y.read(this,Hr,!1,52,8)};function Ir(Kn,Hr,Ar,On,In,Sa){if(!re.isBuffer(Kn))throw new TypeError('"buffer" argument must be a Buffer instance');if(Hr>In||Hr<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(Hr,Ar,On,In){if(Hr=+Hr,Ar=Ar>>>0,On=On>>>0,!In){const qa=Math.pow(2,8*On)-1;Ir(this,Hr,Ar,On,qa,0)}let Sa=1,sa=0;for(this[Ar]=Hr&255;++sa<On&&(Sa*=256);)this[Ar+sa]=Hr/Sa&255;return Ar+On},re.prototype.writeUintBE=re.prototype.writeUIntBE=function(Hr,Ar,On,In){if(Hr=+Hr,Ar=Ar>>>0,On=On>>>0,!In){const qa=Math.pow(2,8*On)-1;Ir(this,Hr,Ar,On,qa,0)}let Sa=On-1,sa=1;for(this[Ar+Sa]=Hr&255;--Sa>=0&&(sa*=256);)this[Ar+Sa]=Hr/sa&255;return Ar+On},re.prototype.writeUint8=re.prototype.writeUInt8=function(Hr,Ar,On){return Hr=+Hr,Ar=Ar>>>0,On||Ir(this,Hr,Ar,1,255,0),this[Ar]=Hr&255,Ar+1},re.prototype.writeUint16LE=re.prototype.writeUInt16LE=function(Hr,Ar,On){return Hr=+Hr,Ar=Ar>>>0,On||Ir(this,Hr,Ar,2,65535,0),this[Ar]=Hr&255,this[Ar+1]=Hr>>>8,Ar+2},re.prototype.writeUint16BE=re.prototype.writeUInt16BE=function(Hr,Ar,On){return Hr=+Hr,Ar=Ar>>>0,On||Ir(this,Hr,Ar,2,65535,0),this[Ar]=Hr>>>8,this[Ar+1]=Hr&255,Ar+2},re.prototype.writeUint32LE=re.prototype.writeUInt32LE=function(Hr,Ar,On){return Hr=+Hr,Ar=Ar>>>0,On||Ir(this,Hr,Ar,4,4294967295,0),this[Ar+3]=Hr>>>24,this[Ar+2]=Hr>>>16,this[Ar+1]=Hr>>>8,this[Ar]=Hr&255,Ar+4},re.prototype.writeUint32BE=re.prototype.writeUInt32BE=function(Hr,Ar,On){return Hr=+Hr,Ar=Ar>>>0,On||Ir(this,Hr,Ar,4,4294967295,0),this[Ar]=Hr>>>24,this[Ar+1]=Hr>>>16,this[Ar+2]=Hr>>>8,this[Ar+3]=Hr&255,Ar+4};function Lr(Kn,Hr,Ar,On,In){Mr(Hr,On,In,Kn,Ar,7);let Sa=Number(Hr&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(Hr>>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 gr(Kn,Hr,Ar,On,In){Mr(Hr,On,In,Kn,Ar,7);let Sa=Number(Hr&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(Hr>>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=qo(function(Hr,Ar=0){return Lr(this,Hr,Ar,BigInt(0),BigInt("0xffffffffffffffff"))}),re.prototype.writeBigUInt64BE=qo(function(Hr,Ar=0){return gr(this,Hr,Ar,BigInt(0),BigInt("0xffffffffffffffff"))}),re.prototype.writeIntLE=function(Hr,Ar,On,In){if(Hr=+Hr,Ar=Ar>>>0,!In){const To=Math.pow(2,8*On-1);Ir(this,Hr,Ar,On,To-1,-To)}let Sa=0,sa=1,qa=0;for(this[Ar]=Hr&255;++Sa<On&&(sa*=256);)Hr<0&&qa===0&&this[Ar+Sa-1]!==0&&(qa=1),this[Ar+Sa]=(Hr/sa>>0)-qa&255;return Ar+On},re.prototype.writeIntBE=function(Hr,Ar,On,In){if(Hr=+Hr,Ar=Ar>>>0,!In){const To=Math.pow(2,8*On-1);Ir(this,Hr,Ar,On,To-1,-To)}let Sa=On-1,sa=1,qa=0;for(this[Ar+Sa]=Hr&255;--Sa>=0&&(sa*=256);)Hr<0&&qa===0&&this[Ar+Sa+1]!==0&&(qa=1),this[Ar+Sa]=(Hr/sa>>0)-qa&255;return Ar+On},re.prototype.writeInt8=function(Hr,Ar,On){return Hr=+Hr,Ar=Ar>>>0,On||Ir(this,Hr,Ar,1,127,-128),Hr<0&&(Hr=255+Hr+1),this[Ar]=Hr&255,Ar+1},re.prototype.writeInt16LE=function(Hr,Ar,On){return Hr=+Hr,Ar=Ar>>>0,On||Ir(this,Hr,Ar,2,32767,-32768),this[Ar]=Hr&255,this[Ar+1]=Hr>>>8,Ar+2},re.prototype.writeInt16BE=function(Hr,Ar,On){return Hr=+Hr,Ar=Ar>>>0,On||Ir(this,Hr,Ar,2,32767,-32768),this[Ar]=Hr>>>8,this[Ar+1]=Hr&255,Ar+2},re.prototype.writeInt32LE=function(Hr,Ar,On){return Hr=+Hr,Ar=Ar>>>0,On||Ir(this,Hr,Ar,4,2147483647,-2147483648),this[Ar]=Hr&255,this[Ar+1]=Hr>>>8,this[Ar+2]=Hr>>>16,this[Ar+3]=Hr>>>24,Ar+4},re.prototype.writeInt32BE=function(Hr,Ar,On){return Hr=+Hr,Ar=Ar>>>0,On||Ir(this,Hr,Ar,4,2147483647,-2147483648),Hr<0&&(Hr=4294967295+Hr+1),this[Ar]=Hr>>>24,this[Ar+1]=Hr>>>16,this[Ar+2]=Hr>>>8,this[Ar+3]=Hr&255,Ar+4},re.prototype.writeBigInt64LE=qo(function(Hr,Ar=0){return Lr(this,Hr,Ar,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),re.prototype.writeBigInt64BE=qo(function(Hr,Ar=0){return gr(this,Hr,Ar,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function _r(Kn,Hr,Ar,On,In,Sa){if(Ar+On>Kn.length)throw new RangeError("Index out of range");if(Ar<0)throw new RangeError("Index out of range")}function Fr(Kn,Hr,Ar,On,In){return Hr=+Hr,Ar=Ar>>>0,In||_r(Kn,Hr,Ar,4),y.write(Kn,Hr,Ar,On,23,4),Ar+4}re.prototype.writeFloatLE=function(Hr,Ar,On){return Fr(this,Hr,Ar,!0,On)},re.prototype.writeFloatBE=function(Hr,Ar,On){return Fr(this,Hr,Ar,!1,On)};function zr(Kn,Hr,Ar,On,In){return Hr=+Hr,Ar=Ar>>>0,In||_r(Kn,Hr,Ar,8),y.write(Kn,Hr,Ar,On,52,8),Ar+8}re.prototype.writeDoubleLE=function(Hr,Ar,On){return zr(this,Hr,Ar,!0,On)},re.prototype.writeDoubleBE=function(Hr,Ar,On){return zr(this,Hr,Ar,!1,On)},re.prototype.copy=function(Hr,Ar,On,In){if(!re.isBuffer(Hr))throw new TypeError("argument should be a Buffer");if(On||(On=0),!In&&In!==0&&(In=this.length),Ar>=Hr.length&&(Ar=Hr.length),Ar||(Ar=0),In>0&&In<On&&(In=On),In===On||Hr.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(In<0)throw new RangeError("sourceEnd out of bounds");In>this.length&&(In=this.length),Hr.length-Ar<In-On&&(In=Hr.length-Ar+On);const Sa=In-On;return this===Hr&&typeof L.prototype.copyWithin=="function"?this.copyWithin(Ar,On,In):L.prototype.set.call(Hr,this.subarray(On,In),Ar),Sa},re.prototype.fill=function(Hr,Ar,On,In){if(typeof Hr=="string"){if(typeof Ar=="string"?(In=Ar,Ar=0,On=this.length):typeof On=="string"&&(In=On,On=this.length),In!==void 0&&typeof In!="string")throw new TypeError("encoding must be a string");if(typeof In=="string"&&!re.isEncoding(In))throw new TypeError("Unknown encoding: "+In);if(Hr.length===1){const sa=Hr.charCodeAt(0);(In==="utf8"&&sa<128||In==="latin1")&&(Hr=sa)}}else typeof Hr=="number"?Hr=Hr&255:typeof Hr=="boolean"&&(Hr=Number(Hr));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,Hr||(Hr=0);let Sa;if(typeof Hr=="number")for(Sa=Ar;Sa<On;++Sa)this[Sa]=Hr;else{const sa=re.isBuffer(Hr)?Hr:re.from(Hr,In),qa=sa.length;if(qa===0)throw new TypeError('The value "'+Hr+'" is invalid for argument "value"');for(Sa=0;Sa<On-Ar;++Sa)this[Sa+Ar]=sa[Sa%qa]}return this};const Vr={};function Gr(Kn,Hr,Ar){Vr[Kn]=class extends Ar{constructor(){super(),Object.defineProperty(this,"message",{value:Hr.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${Kn}]`,this.stack,delete this.name}get code(){return Kn}set code(In){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:In,writable:!0})}toString(){return`${this.name} [${Kn}]: ${this.message}`}}}Gr("ERR_BUFFER_OUT_OF_BOUNDS",function(Kn){return Kn?`${Kn} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError),Gr("ERR_INVALID_ARG_TYPE",function(Kn,Hr){return`The "${Kn}" argument must be of type number. Received type ${typeof Hr}`},TypeError),Gr("ERR_OUT_OF_RANGE",function(Kn,Hr,Ar){let On=`The value of "${Kn}" is out of range.`,In=Ar;return Number.isInteger(Ar)&&Math.abs(Ar)>2**32?In=Tr(String(Ar)):typeof Ar=="bigint"&&(In=String(Ar),(Ar>BigInt(2)**BigInt(32)||Ar<-(BigInt(2)**BigInt(32)))&&(In=Tr(In)),In+="n"),On+=` It must be ${Hr}. Received ${In}`,On},RangeError);function Tr(Kn){let Hr="",Ar=Kn.length;const On=Kn[0]==="-"?1:0;for(;Ar>=On+4;Ar-=3)Hr=`_${Kn.slice(Ar-3,Ar)}${Hr}`;return`${Kn.slice(0,Ar)}${Hr}`}function Cr(Kn,Hr,Ar){yr(Hr,"offset"),(Kn[Hr]===void 0||Kn[Hr+Ar]===void 0)&&Sr(Hr,Kn.length-(Ar+1))}function Mr(Kn,Hr,Ar,On,In,Sa){if(Kn>Ar||Kn<Hr){const sa=typeof Hr=="bigint"?"n":"";let qa;throw Hr===0||Hr===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)}Cr(On,In,Sa)}function yr(Kn,Hr){if(typeof Kn!="number")throw new Vr.ERR_INVALID_ARG_TYPE(Hr,"number",Kn)}function Sr(Kn,Hr,Ar){throw Math.floor(Kn)!==Kn?(yr(Kn,Ar),new Vr.ERR_OUT_OF_RANGE("offset","an integer",Kn)):Hr<0?new Vr.ERR_BUFFER_OUT_OF_BOUNDS:new Vr.ERR_OUT_OF_RANGE("offset",`>= 0 and <= ${Hr}`,Kn)}const Dr=/[^+/0-9A-Za-z-_]/g;function kr(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,Hr){Hr=Hr||1/0;let Ar;const On=Kn.length;let In=null;const Sa=[];for(let sa=0;sa<On;++sa){if(Ar=Kn.charCodeAt(sa),Ar>55295&&Ar<57344){if(!In){if(Ar>56319){(Hr-=3)>-1&&Sa.push(239,191,189);continue}else if(sa+1===On){(Hr-=3)>-1&&Sa.push(239,191,189);continue}In=Ar;continue}if(Ar<56320){(Hr-=3)>-1&&Sa.push(239,191,189),In=Ar;continue}Ar=(In-55296<<10|Ar-56320)+65536}else In&&(Hr-=3)>-1&&Sa.push(239,191,189);if(In=null,Ar<128){if((Hr-=1)<0)break;Sa.push(Ar)}else if(Ar<2048){if((Hr-=2)<0)break;Sa.push(Ar>>6|192,Ar&63|128)}else if(Ar<65536){if((Hr-=3)<0)break;Sa.push(Ar>>12|224,Ar>>6&63|128,Ar&63|128)}else if(Ar<1114112){if((Hr-=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 Hr=[];for(let Ar=0;Ar<Kn.length;++Ar)Hr.push(Kn.charCodeAt(Ar)&255);return Hr}function Nr(Kn,Hr){let Ar,On,In;const Sa=[];for(let sa=0;sa<Kn.length&&!((Hr-=2)<0);++sa)Ar=Kn.charCodeAt(sa),On=Ar>>8,In=Ar%256,Sa.push(In),Sa.push(On);return Sa}function jr(Kn){return t.toByteArray(kr(Kn))}function Qr(Kn,Hr,Ar,On){let In;for(In=0;In<On&&!(In+Ar>=Hr.length||In>=Kn.length);++In)Hr[In+Ar]=Kn[In];return In}function ca(Kn,Hr){return Kn instanceof Hr||Kn!=null&&Kn.constructor!=null&&Kn.constructor.name!=null&&Kn.constructor.name===Hr.name}function Po(Kn){return Kn!==Kn}const Wa=function(){const Kn="0123456789abcdef",Hr=new Array(256);for(let Ar=0;Ar<16;++Ar){const On=Ar*16;for(let In=0;In<16;++In)Hr[On+In]=Kn[Ar]+Kn[In]}return Hr}();function qo(Kn){return typeof BigInt>"u"?ds:Kn}function ds(){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(Ue,qe,kt){var tr;if(!(!Ue||!t.isTag(Ue))){if((tr=Ue.attribs)!==null&&tr!==void 0||(Ue.attribs={}),!qe)return Ue.attribs;if(y.call(Ue.attribs,qe))return!kt&&$.test(qe)?qe:Ue.attribs[qe];if(Ue.name==="option"&&qe==="value")return e.text(Ue.children);if(Ue.name==="input"&&(Ue.attribs.type==="radio"||Ue.attribs.type==="checkbox")&&qe==="value")return"on"}}function z(Ue,qe,kt){kt===null?Ce(Ue,qe):Ue.attribs[qe]=""+kt}function re(Ue,qe){if(typeof Ue=="object"||qe!==void 0){if(typeof qe=="function"){if(typeof Ue!="string")throw new Error("Bad combination of arguments.");return t.domEach(this,function(kt,tr){t.isTag(kt)&&z(kt,Ue,qe.call(kt,tr,kt.attribs[Ue]))})}return t.domEach(this,function(kt){t.isTag(kt)&&(typeof Ue=="object"?Object.keys(Ue).forEach(function(tr){var rr=Ue[tr];z(kt,tr,rr)}):z(kt,Ue,qe))})}return arguments.length>1?this:V(this[0],Ue,this.options.xmlMode)}attributes.attr=re;function ie(Ue,qe,kt){if(!(!Ue||!t.isTag(Ue)))return qe in Ue?Ue[qe]:!kt&&$.test(qe)?V(Ue,qe,!1)!==void 0:V(Ue,qe,kt)}function oe(Ue,qe,kt,tr){qe in Ue?Ue[qe]=kt:z(Ue,qe,!tr&&$.test(qe)?kt?"":null:""+kt)}function ue(Ue,qe){var kt=this;if(typeof Ue=="string"&&qe===void 0)switch(Ue){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],Ue,this.options.xmlMode)}if(typeof Ue=="object"||qe!==void 0){if(typeof qe=="function"){if(typeof Ue=="object")throw new Error("Bad combination of arguments.");return t.domEach(this,function(nr,ur){t.isTag(nr)&&oe(nr,Ue,qe.call(nr,ur,ie(nr,Ue,kt.options.xmlMode)),kt.options.xmlMode)})}return t.domEach(this,function(nr){t.isTag(nr)&&(typeof Ue=="object"?Object.keys(Ue).forEach(function(ur){var cr=Ue[ur];oe(nr,ur,cr,kt.options.xmlMode)}):oe(nr,Ue,qe,kt.options.xmlMode))})}}attributes.prop=ue;function de(Ue,qe,kt){var tr,rr=Ue;(tr=rr.data)!==null&&tr!==void 0||(rr.data={}),typeof qe=="object"?Object.assign(rr.data,qe):typeof qe=="string"&&kt!==void 0&&(rr.data[qe]=kt)}function pe(Ue,qe){var kt,tr,rr;qe==null?(kt=Object.keys(Ue.attribs).filter(function(cr){return cr.startsWith(k)}),tr=kt.map(function(cr){return t.camelCase(cr.slice(k.length))})):(kt=[k+t.cssCase(qe)],tr=[qe]);for(var ar=0;ar<kt.length;++ar){var nr=kt[ar],ur=tr[ar];if(y.call(Ue.attribs,nr)&&!y.call(Ue.data,ur)){if(rr=Ue.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{}Ue.data[ur]=rr}}return qe==null?Ue.data:rr}function Ie(Ue,qe){var kt,tr=this[0];if(!(!tr||!t.isTag(tr))){var rr=tr;return(kt=rr.data)!==null&&kt!==void 0||(rr.data={}),Ue?typeof Ue=="object"||qe!==void 0?(t.domEach(this,function(ar){t.isTag(ar)&&(typeof Ue=="object"?de(ar,Ue):de(ar,Ue,qe))}),this):y.call(rr.data,Ue)?rr.data[Ue]:pe(rr,Ue):pe(rr)}}attributes.data=Ie;function _e(Ue){var qe=arguments.length===0,kt=this[0];if(!kt||!t.isTag(kt))return qe?void 0:this;switch(kt.name){case"textarea":return this.text(Ue);case"select":{var tr=this.find("option:selected");if(!qe){if(this.attr("multiple")==null&&typeof Ue=="object")return this;this.find("option").removeAttr("selected");for(var rr=typeof Ue!="object"?[Ue]:Ue,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",Ue)}}attributes.val=_e;function Ce(Ue,qe){!Ue.attribs||!y.call(Ue.attribs,qe)||delete Ue.attribs[qe]}function he(Ue){return Ue?Ue.trim().split(n):[]}function Ne(Ue){for(var qe=he(Ue),kt=function(ar){t.domEach(tr,function(nr){t.isTag(nr)&&Ce(nr,qe[ar])})},tr=this,rr=0;rr<qe.length;rr++)kt(rr);return this}attributes.removeAttr=Ne;function Fe(Ue){return this.toArray().some(function(qe){var kt=t.isTag(qe)&&qe.attribs.class,tr=-1;if(kt&&Ue.length)for(;(tr=kt.indexOf(Ue,tr+1))>-1;){var rr=tr+Ue.length;if((tr===0||n.test(kt[tr-1]))&&(rr===kt.length||n.test(kt[rr])))return!0}return!1})}attributes.hasClass=Fe;function Ve(Ue){if(typeof Ue=="function")return t.domEach(this,function(mr,hr){if(t.isTag(mr)){var br=mr.attribs.class||"";Ve.call([mr],Ue.call(mr,hr,br))}});if(!Ue||typeof Ue!="string")return this;for(var qe=Ue.split(n),kt=this.length,tr=0;tr<kt;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=Ve;function jt(Ue){if(typeof Ue=="function")return t.domEach(this,function(rr,ar){t.isTag(rr)&&jt.call([rr],Ue.call(rr,ar,rr.attribs.class||""))});var qe=he(Ue),kt=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=he(rr.attribs.class),nr=!1,ur=0;ur<kt;ur++){var cr=ar.indexOf(qe[ur]);cr>=0&&(ar.splice(cr,1),nr=!0,ur--)}nr&&(rr.attribs.class=ar.join(" "))}})}attributes.removeClass=jt;function Et(Ue,qe){if(typeof Ue=="function")return t.domEach(this,function(br,Rr){t.isTag(br)&&Et.call([br],Ue.call(br,Rr,br.attribs.class||"",qe),qe)});if(!Ue||typeof Ue!="string")return this;for(var kt=Ue.split(n),tr=kt.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=he(ur.attribs.class),mr=0;mr<tr;mr++){var hr=cr.indexOf(kt[mr]);rr>=0&&hr<0?cr.push(kt[mr]):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(mr){var hr;if(!mr)return this._make([]);var br=this.toArray();if(typeof mr!="string"){var Rr=n.isCheerio(mr)?mr.toArray():[mr];return this._make(Rr.filter(function(vr){return br.some(function(Ir){return k.contains(Ir,vr)})}))}var xr=j.test(mr)?br:this.children().toArray(),Er={context:br,root:(hr=this._root)===null||hr===void 0?void 0:hr[0],xmlMode:this.options.xmlMode};return this._make(y.select(mr,xr,Er))}traversing.find=V;function z(mr){return function(hr){for(var br=[],Rr=1;Rr<arguments.length;Rr++)br[Rr-1]=arguments[Rr];return function(xr){var Er,vr=mr(hr,this);return xr&&(vr=Ne(vr,xr,this.options.xmlMode,(Er=this._root)===null||Er===void 0?void 0:Er[0])),this._make(this.length>1&&vr.length>1?br.reduce(function(Ir,Lr){return Lr(Ir)},vr):vr)}}}var re=z(function(mr,hr){for(var br,Rr=[],xr=0;xr<hr.length;xr++){var Er=mr(hr[xr]);Rr.push(Er)}return(br=new Array).concat.apply(br,Rr)}),ie=z(function(mr,hr){for(var br=[],Rr=0;Rr<hr.length;Rr++){var xr=mr(hr[Rr]);xr!==null&&br.push(xr)}return br});function oe(mr){for(var hr=[],br=1;br<arguments.length;br++)hr[br-1]=arguments[br];var Rr=null,xr=z(function(Er,vr){var Ir=[];return n.domEach(vr,function(Lr){for(var gr;(gr=Er(Lr))&&!(Rr!=null&&Rr(gr,Ir.length));Lr=gr)Ir.push(gr)}),Ir}).apply(void 0,e.__spreadArray([mr],hr));return function(Er,vr){var Ir=this;Rr=typeof Er=="string"?function(gr){return y.is(gr,Er,Ir.options)}:Er?Ce(Er):null;var Lr=xr.call(this,vr);return Rr=null,Lr}}function ue(mr){return Array.from(new Set(mr))}traversing.parent=ie(function(mr){var hr=mr.parent;return hr&&!t.isDocument(hr)?hr:null},ue),traversing.parents=re(function(mr){for(var hr=[];mr.parent&&!t.isDocument(mr.parent);)hr.push(mr.parent),mr=mr.parent;return hr},$,function(mr){return mr.reverse()}),traversing.parentsUntil=oe(function(mr){var hr=mr.parent;return hr&&!t.isDocument(hr)?hr:null},$,function(mr){return mr.reverse()});function de(mr){var hr=this,br=[];return mr?(n.domEach(this,function(Rr){for(var xr;Rr&&Rr.type!=="root";){if(!mr||Ne([Rr],mr,hr.options.xmlMode,(xr=hr._root)===null||xr===void 0?void 0:xr[0]).length){Rr&&!br.includes(Rr)&&br.push(Rr);break}Rr=Rr.parent}}),this._make(br)):this._make(br)}traversing.closest=de,traversing.next=ie(function(mr){return L.DomUtils.nextElementSibling(mr)}),traversing.nextAll=re(function(mr){for(var hr=[];mr.next;)mr=mr.next,n.isTag(mr)&&hr.push(mr);return hr},ue),traversing.nextUntil=oe(function(mr){return L.DomUtils.nextElementSibling(mr)},ue),traversing.prev=ie(function(mr){return L.DomUtils.prevElementSibling(mr)}),traversing.prevAll=re(function(mr){for(var hr=[];mr.prev;)mr=mr.prev,n.isTag(mr)&&hr.push(mr);return hr},ue),traversing.prevUntil=oe(function(mr){return L.DomUtils.prevElementSibling(mr)},ue),traversing.siblings=re(function(mr){return L.DomUtils.getSiblings(mr).filter(function(hr){return n.isTag(hr)&&hr!==mr})},$),traversing.children=re(function(mr){return L.DomUtils.getChildren(mr).filter(n.isTag)},ue);function pe(){var mr=this.toArray().reduce(function(hr,br){return t.hasChildren(br)?hr.concat(br.children):hr},[]);return this._make(mr)}traversing.contents=pe;function Ie(mr){for(var hr=0,br=this.length;hr<br&&mr.call(this[hr],hr,this[hr])!==!1;)++hr;return this}traversing.each=Ie;function _e(mr){for(var hr=[],br=0;br<this.length;br++){var Rr=this[br],xr=mr.call(Rr,br,Rr);xr!=null&&(hr=hr.concat(xr))}return this._make(hr)}traversing.map=_e;function Ce(mr){return typeof mr=="function"?function(hr,br){return mr.call(hr,br,hr)}:n.isCheerio(mr)?function(hr){return Array.prototype.includes.call(mr,hr)}:function(hr){return mr===hr}}function he(mr){var hr;return this._make(Ne(this.toArray(),mr,this.options.xmlMode,(hr=this._root)===null||hr===void 0?void 0:hr[0]))}traversing.filter=he;function Ne(mr,hr,br,Rr){return typeof hr=="string"?y.filter(hr,mr,{xmlMode:br,root:Rr}):mr.filter(Ce(hr))}traversing.filterArray=Ne;function Fe(mr){var hr=this.toArray();return typeof mr=="string"?y.some(hr.filter(n.isTag),mr,this.options):mr?hr.some(Ce(mr)):!1}traversing.is=Fe;function Ve(mr){var hr=this.toArray();if(typeof mr=="string"){var br=new Set(y.filter(mr,hr,this.options));hr=hr.filter(function(xr){return!br.has(xr)})}else{var Rr=Ce(mr);hr=hr.filter(function(xr,Er){return!Rr(xr,Er)})}return this._make(hr)}traversing.not=Ve;function jt(mr){var hr=this;return this.filter(typeof mr=="string"?":has("+mr+")":function(br,Rr){return hr._make(Rr).find(mr).length>0})}traversing.has=jt;function Et(){return this.length>1?this._make(this[0]):this}traversing.first=Et;function Ue(){return this.length>0?this._make(this[this.length-1]):this}traversing.last=Ue;function qe(mr){var hr;return mr=+mr,mr===0&&this.length<=1?this:(mr<0&&(mr=this.length+mr),this._make((hr=this[mr])!==null&&hr!==void 0?hr:[]))}traversing.eq=qe;function kt(mr){return mr==null?this.toArray():this[mr<0?this.length+mr:mr]}traversing.get=kt;function tr(){return Array.prototype.slice.call(this)}traversing.toArray=tr;function rr(mr){var hr,br;return mr==null?(hr=this.parent().children(),br=this[0]):typeof mr=="string"?(hr=this._make(mr),br=this[0]):(hr=this,br=n.isCheerio(mr)?mr[0]:mr),Array.prototype.indexOf.call(hr,br)}traversing.index=rr;function ar(mr,hr){return this._make(Array.prototype.slice.call(this,mr,hr))}traversing.slice=ar;function nr(){var mr;return(mr=this.prevObject)!==null&&mr!==void 0?mr:this._make([])}traversing.end=nr;function ur(mr,hr){var br=this._make(mr,hr),Rr=$(e.__spreadArray(e.__spreadArray([],this.get()),br.get()));return this._make(Rr)}traversing.add=ur;function cr(mr){return this.prevObject?this.add(mr?this.prevObject.filter(mr):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,kt){var tr=this;return qe==null?[]:L.isCheerio(qe)?kt?L.cloneDom(qe.get()):qe.get():Array.isArray(qe)?qe.reduce(function(rr,ar){return rr.concat(tr._makeDomArray(ar,kt))},[]):typeof qe=="string"?n.default(qe,this.options,!1).children:kt?L.cloneDom([qe]):[qe]}manipulation._makeDomArray=j;function V(qe){return function(){for(var kt=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,mr=kt._makeDomArray(cr,ur<ar);qe(mr,nr.children,nr)}})}}function z(qe,kt,tr,rr,ar){for(var nr,ur,cr=e.__spreadArray([kt,tr],rr),mr=qe[kt-1]||null,hr=qe[kt+tr]||null,br=0;br<rr.length;++br){var Rr=rr[br],xr=Rr.parent;if(xr){var Er=xr.children.indexOf(rr[br]);Er>-1&&(xr.children.splice(Er,1),ar===xr&&kt>Er&&cr[0]--)}Rr.parent=ar,Rr.prev&&(Rr.prev.next=(nr=Rr.next)!==null&&nr!==void 0?nr:null),Rr.next&&(Rr.next.prev=(ur=Rr.prev)!==null&&ur!==void 0?ur:null),Rr.prev=rr[br-1]||mr,Rr.next=rr[br+1]||hr}return mr&&(mr.next=rr[0]),hr&&(hr.prev=rr[rr.length-1]),qe.splice.apply(qe,cr)}function re(qe){var kt=L.isCheerio(qe)?qe:this._make(qe);return kt.append(this),this}manipulation.appendTo=re;function ie(qe){var kt=L.isCheerio(qe)?qe:this._make(qe);return kt.prepend(this),this}manipulation.prependTo=ie,manipulation.append=V(function(qe,kt,tr){z(kt,kt.length,0,qe,tr)}),manipulation.prepend=V(function(qe,kt,tr){z(kt,0,0,qe,tr)});function oe(qe){return function(kt){for(var tr=this.length-1,rr=this.parents().last(),ar=0;ar<this.length;ar++){var nr=this[ar],ur=typeof kt=="function"?kt.call(nr,ar,nr):typeof kt=="string"&&!L.isHtml(kt)?rr.find(kt).clone():kt,cr=this._makeDomArray(ur,ar<tr)[0];if(!(!cr||!$.DomUtils.hasChildren(cr))){for(var mr=cr,hr=0;hr<mr.children.length;){var br=mr.children[hr];L.isTag(br)?(mr=br,hr=0):hr++}qe(nr,mr,[cr])}}return this}}manipulation.wrap=oe(function(qe,kt,tr){var rr=qe.parent;if(rr){var ar=rr.children,nr=ar.indexOf(qe);n.update([qe],kt),z(ar,nr,0,tr,rr)}}),manipulation.wrapInner=oe(function(qe,kt,tr){t.hasChildren(qe)&&(n.update(qe.children,kt),n.update(tr,qe))});function ue(qe){var kt=this;return this.parent(qe).not("body").each(function(tr,rr){kt._make(rr).replaceWith(rr.children)}),this}manipulation.unwrap=ue;function de(qe){var kt=this[0];if(kt){for(var tr=this._make(typeof qe=="function"?qe.call(kt,0,kt):qe).insertBefore(kt),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,kt=[],tr=0;tr<arguments.length;tr++)kt[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,mr=cr.indexOf(ar);if(!(mr<0)){var hr=typeof kt[0]=="function"?kt[0].call(ar,nr,k.html(ar.children)):kt,br=qe._makeDomArray(hr,nr<rr);z(cr,mr+1,0,br,ur)}}})}manipulation.after=pe;function Ie(qe){var kt=this;typeof qe=="string"&&(qe=this._make(qe)),this.remove();var tr=[];return this._makeDomArray(qe).forEach(function(rr){var ar=kt.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 _e(){for(var qe=this,kt=[],tr=0;tr<arguments.length;tr++)kt[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,mr=cr.indexOf(ar);if(!(mr<0)){var hr=typeof kt[0]=="function"?kt[0].call(ar,nr,k.html(ar.children)):kt,br=qe._makeDomArray(hr,nr<rr);z(cr,mr,0,br,ur)}}})}manipulation.before=_e;function Ce(qe){var kt=this,tr=this._make(qe);this.remove();var rr=[];return L.domEach(tr,function(ar){var nr=kt.clone().toArray(),ur=ar.parent;if(ur){var cr=ur.children,mr=cr.indexOf(ar);mr<0||(z(cr,mr,0,nr,ur),rr.push.apply(rr,nr))}}),this._make(rr)}manipulation.insertBefore=Ce;function he(qe){var kt=qe?this.filter(qe):this;return L.domEach(kt,function(tr){$.DomUtils.removeElement(tr),tr.prev=tr.next=tr.parent=null}),this}manipulation.remove=he;function Ne(qe){var kt=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=kt._makeDomArray(ur);n.update(cr,null);var mr=nr.indexOf(tr);z(nr,mr,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(kt){kt.next=kt.prev=kt.parent=null}),qe.children.length=0)})}manipulation.empty=Fe;function Ve(qe){if(qe===void 0){var kt=this[0];return!kt||!$.DomUtils.hasChildren(kt)?null:k.html(kt.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=Ve;function jt(){return k.html(this,this.options)}manipulation.toString=jt;function Et(qe){var kt=this;return qe===void 0?k.text(this):typeof qe=="function"?L.domEach(this,function(tr,rr){Et.call(kt._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 Ue(){return this._make(L.cloneDom(this.get()))}return manipulation.clone=Ue,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 _e=typeof oe=="string"&&n.isHtml(oe)?t.default(oe,this.options,!1).children:re(oe)?[oe]:Array.isArray(oe)?oe:null;if(_e)return _e.forEach(function(Ne,Fe){Ie[Fe]=Ne}),this.length=_e.length,this;var Ce=oe,he=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 he?he.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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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.10",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"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:"20240818.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:18943",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:"false",GITHUB_RUN_ID:"10543836863",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"1904ab492a054fb17b56f6b35fdd4faaf929ca44",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_1e849aad-7f1d-416a-9b06-d64f44ff84ab",INVOCATION_ID:"f332161b63ff4ce3b5d5ede5c9c7ca36",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:"395",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 20",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"false",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"1904ab492a054fb17b56f6b35fdd4faaf929ca44",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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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",STATS_TIS:"mining",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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:2113,ppid:2112,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 _e(cr){var mr=j+1;return cr===n.slice(mr,mr+cr.length)}function Ce(cr){var mr=n.slice(j).indexOf(cr);return mr>0?mr:!1}function he(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 Ve(cr){return re=cr,ie.push(re),ie.length}function jt(cr){var mr=re;return ie[ie.length-1]=re=cr,mr}function Et(cr){if((cr||1)==1)n[j]==`
`?(z++,$=1):$++,j++;else{var mr=n.slice(j,j+cr).split(`
`);mr.length>1&&(z+=mr.length-1,$=1),$+=mr[mr.length-1].length,j=j+cr}}function Ue(){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(),Ue(),Fe());break}break;case":":switch(Ie()){case"name":oe.name=k.trim(),k="",jt("before-value");break;case"before-selector":k+=L,qe("selector"),Ve("selector");break;case"before-value":jt("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(),Ue()),jt("before-name");break;case"value-paren":k+=L;break;case"at-value":oe.value=k.trim(),Ue(),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(),Ue(),jt("before-name"),V=V+1;break;case"at-group":switch(oe.name=k.trim(),oe.type){case"font-face":case"viewport":case"page":Ve("before-name");break;default:Ve("before-selector")}Ue(),V=V+1;break;case"name":case"at-rule":oe.name=k.trim(),Ue(),Ve("before-name"),V=V+1;break;case"comment":case"double-string":case"single-string":k+=L;break;case"before-value":jt("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&&Ue(),qe("end"),Ue(),Fe(),Ie()==="at-group"&&(qe("at-group-end"),Ue(),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"),Ue()),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":jt("at-value"),Ve(L==='"'?"double-string":"single-string");break;case"before-value":jt("value"),Ve(L==='"'?"double-string":"single-string");break;case"comment":break;default:Ne(-1)!=="\\"&&Ve(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(he("*")){var kt=Ce("*/");kt&&Et(kt+1)}else Ie()=="before-value"&&jt("value"),k+=L;break;default:he("*")?(qe("comment"),Ve("comment"),Et()):k+=L;break}break;case"*":switch(Ie()){case"comment":he("/")?(oe.text=k,Et(),Ue(),Fe()):k+=L;break;case"before-selector":k+=L,qe("selector"),Ve("selector");break;case"before-value":jt("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":jt("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,_e(rr)&&(tr=!0,qe(rr),Ve(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":Ve("value-paren");break;case"before-value":jt("value");break}k+=L;break;case")":switch(Ie()){case"value-paren":Fe();break;case"before-value":jt("value");break}k+=L;break;default:switch(Ie()){case"before-selector":qe("selector"),Ve("selector");break;case"before-name":qe("property"),jt("name");break;case"before-value":jt("value");break;case"before-at-value":jt("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,Ve){Ve||(Ve={}),n=!!Ve.comments,L=!!Ve.position,k=0,$=Array.isArray(Fe)?Fe.slice():y(Fe);for(var jt,Et=[],Ue;Ue=z();)jt=_e(Ue),jt&&Et.push(jt);return{type:"stylesheet",stylesheet:{rules:Et}}}function V(Fe,Ve){Ve||(Ve={});for(var jt,Et=["type","name","value"],Ue={},qe=0;qe<Et.length;++qe)jt=Et[qe],Fe[jt]&&(Ue[jt]=Ve[jt]||Fe[jt]);for(Et=Object.keys(Ve),qe=0;qe<Et.length;++qe)jt=Et[qe],Ue[jt]||(Ue[jt]=Ve[jt]);return L&&(Ue.position={start:Fe.start,end:Fe.end}),Ue}function z(){var Fe=$.shift();return Fe}function re(Fe){k=k+1;var Ve={};switch(Fe.type){case"font-face":case"viewport":Ve.declarations=he();break;case"page":Ve.prefix=Fe.prefix,Ve.declarations=he();break;default:Ve.prefix=Fe.prefix,Ve.rules=Ne()}return V(Fe,Ve)}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 Ve(jt){return jt.trim()}return V(Fe,{type:"rule",selectors:Fe.text.split(",").map(Ve),declarations:he()})}function _e(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 Ve,jt=[],Et;(Et=z())&&Fe&&Fe(Et);)Ve=_e(Et),Ve&&jt.push(Ve);return Et&&Et.type!=="end"&&$.unshift(Et),jt}function he(){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 Ve=de(Ne.stylesheet.rules,Ce).join(`
`).trim();return Ve}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="",Ve=Ne.prefix||"";Ne.name&&(Fe=" "+Ne.name);var jt=Ne.type!=="page";return"@"+Ve+Ne.type+Fe+j+pe(Ne,jt)+$}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(Ve,jt){var Et=jt.type==="comment"?oe(jt):Fe(jt);return Et&&Ve.push(Et),Ve},[])}function pe(Ne,Fe){var Ve=Ne.declarations,jt=_e;return Ne.rules&&(Ve=Ne.rules,jt=ue),Ve=Ie(Ve,jt),Ve&&(Ve=$+Ve+(Fe?"":$)),"{"+Ve+z()+"}"}function Ie(Ne,Fe){if(!Ne)return"";z(1);var Ve=de(Ne,Fe);return z(-1),Ve.length?Ve.join($):""}function _e(Ne){if(Ne.type==="property")return he(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 he(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,_e;if((t||!this.length)&&(Ie=this[this.length++]=new Expression,t))return"";if(Ie||(Ie=this[this.length-1]),(y||n||!Ie.length)&&(_e=Ie[Ie.length++]=new Part(y)),_e||(_e=Ie[Ie.length-1]),k)_e.tag=unescape$1(k);else if(L)_e.id=unescape$1(L);else if($){var Ce=unescape$1($),he=_e.classes||(_e.classes={});if(!he[Ce]){he[Ce]=escape$1($);var Ne=_e.classList||(_e.classList=[]);Ne.push(Ce),Ne.sort()}}else oe?(pe=pe||de,(_e.pseudos||(_e.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,(_e.attributes||(_e.attributes=[])).push({operator:V,name:unescape$1(j),escapedName:escape$1(j),value:re?unescape$1(re):null,escapedValue:re?escape$1(re):null}));return""},Expressions=function(t){this.length=0;for(var y=this,n=t,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 _e=$(ie[Ie]),Ce=4;Ce--;)re[Ce]+=_e[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),_e=[],Ce="style",he={};if(pe.styleAttributeName&&(Ce=pe.styleAttributeName),Ie.forEach(Ve),_e.forEach(jt),pe.inlinePseudoElements&&_e.forEach(Et),pe.applyWidthAttributes&&_e.forEach(function(tr){Ue(tr,"width")}),pe.applyHeightAttributes&&_e.forEach(function(tr){Ue(tr,"height")}),pe.applyAttributesTableElements&&_e.forEach(kt),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 Ve(tr){var rr=tr[0],ar=tr[1],nr=new utils$2.Selector(rr),ur=nr.parsed();if(ur){for(var cr=j(ur),mr=0;mr<ur.length;++mr){var hr=ur[mr];if(hr.pseudos)for(var br=0;br<hr.pseudos.length;++br){var Rr=hr.pseudos[br];if(t.ignoredPseudos.indexOf(Rr.name)>=0)return}}if(cr){var xr=ur[ur.length-1],Er=xr.pseudos;xr.pseudos=z(xr.pseudos),rr=ur.toString(),xr.pseudos=Er}var vr;try{vr=ue(rr)}catch{return}vr.each(function(){var Ir=this;if(Ir.name&&t.nonVisualElements.indexOf(Ir.name.toUpperCase())>=0)return;if(cr){var Lr="pseudo"+cr,gr=Ir[Lr];gr||(gr=Ir[Lr]=ue("<span />").get(0),gr.pseudoElementType=cr,gr.pseudoElementParent=Ir,gr.counterProps=Ir.counterProps,Ir[Lr]=gr),Ir=gr}if(!Ir.styleProps){if(Ir.styleProps={},ue(Ir).attr(Ce)){var _r="* { "+ue(Ir).attr(Ce)+" } ";Vr(utils$2.parseCSS(_r)[0][1],new utils$2.Selector("<style>",!0))}_e.push(Ir)}Ir.counterProps||(Ir.counterProps=Ir.parent&&Ir.parent.counterProps?Object.create(Ir.parent.counterProps):{});function Fr(Gr,Tr){for(var Cr=Tr.split(/\s+/),Mr=0;Mr<Cr.length;Mr++){var yr=Cr[Mr],Sr=parseInt(Cr[Mr+1],10);isNaN(Sr)?Gr.counterProps[yr]=he[yr]=0:Gr.counterProps[yr]=he[Cr[Mr++]]=Sr}}function zr(Gr,Tr){for(var Cr=Tr.split(/\s+/),Mr=0;Mr<Cr.length;Mr++){var yr=Cr[Mr];if(Gr.counterProps[yr]!==void 0){var Sr=parseInt(Cr[Mr+1],10);isNaN(Sr)?Gr.counterProps[yr]=he[yr]+=1:Gr.counterProps[yr]=he[Cr[Mr++]]+=Sr}}}function Vr(Gr,Tr){for(var Cr=0,Mr=Gr.length;Cr<Mr;Cr++)if(Gr[Cr].type=="property"){var yr=Gr[Cr].name,Sr=Gr[Cr].value;yr==="counter-reset"&&Fr(Ir,Sr),yr==="counter-increment"&&zr(Ir,Sr);var Dr=Sr.match(/!important$/)!==null;Dr&&!pe.preserveImportant&&(Sr=n(Sr));var kr=[Gr[Cr].position.start.line,Gr[Cr].position.start.col],Wr=new utils$2.Property(yr,Sr,Tr,Dr?2:0,kr),Kr=Ir.styleProps[yr];t.excludedProperties.indexOf(yr)<0&&(Kr&&Kr.compare(Wr)===Wr||!Kr)&&(Kr&&Kr.selector!==Tr?delete Ir.styleProps[yr]:Kr&&(Wr.nextProp=Kr),Ir.styleProps[yr]=Wr)}}Vr(ar,nr)})}}function jt(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 Ue(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 kt(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 _e=[],Ce=de.split(/['"]/),he=0;he<Ce.length;he++)if(Ce[he]!==""){var Ne=Ce[he].match(/var\s*\(\s*(.*?)\s*(,\s*(.*?)\s*)?\s*\)/i);if(Ne){var Fe=k(ue,Ne[1])||Ne[2];_e.push(Fe.replace(/^['"]|['"]$/g,""));continue}var Ve=Ce[he].match(/counter\s*\(\s*(.*?)\s*(,\s*(.*?)\s*)?\s*\)/i);if(Ve&&Ve[1]in ue.counterProps){var jt=ue.counterProps[Ve[1]];_e.push(L(jt,Ve[3]));continue}var Et=Ce[he].match(/attr\s*\(\s*(.*?)\s*\)/i);if(Et){var Ue=Et[1];_e.push(ue.pseudoElementParent?ue.pseudoElementParent.attribs[Ue]:ue.attribs[Ue]);continue}_e.push(Ce[he])}return de=_e.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"),_e,Ce,he;return Ie.each(function(){he=this;var Ne=!!he.childNodes;if(_e=Ne?he.childNodes:he.children,_e.length!==1){de.removeStyleTags&&ue(he).remove();return}if(Ce=_e[0].data,de.applyStyleTags&&ue(he).attr("data-embed")===void 0&&pe.push(Ce),de.removeStyleTags&&ue(he).attr("data-embed")===void 0){var Fe=Ne?he.childNodes[0].nodeValue:he.children[0].data,Ve=utils$2.getPreservedText(Fe,{mediaQueries:de.preserveMediaQueries,fontFaces:de.preserveFontFaces,keyFrames:de.preserveKeyFrames,pseudos:de.preservePseudos},t.ignoredPseudos);Ve?Ne?he.childNodes[0].nodeValue=Ve:he.children[0].data=Ve:ue(he).remove()}ue(he).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(Xo){return Wi(Xo)=="String"?Ki(Xo,""):pa(Xo)}: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}}),_e=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=_e(),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)}}),he=y((Zn,hn)=>{var Ln=n(),Vi=_e(),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=he();hn.exports=Ln("navigator","userAgent")||""}),Ve=y((Zn,hn)=>{var Ln=n(),Vi=Fe(),Wi=Ln.process,pa=Ln.Deno,Ki=Wi&&Wi.versions||pa&&pa.version,Xo=Ki&&Ki.v8,Eo,Fo;Xo&&(Eo=Xo.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}),jt=y((Zn,hn)=>{var Ln=Ve(),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=jt();hn.exports=Ln&&!Symbol.sham&&typeof Symbol.iterator=="symbol"}),Ue=y((Zn,hn)=>{var Ln=he(),Vi=_e(),Wi=Ne(),pa=Et(),Ki=Object;hn.exports=pa?function(Xo){return typeof Xo=="symbol"}:function(Xo){var Eo=Ln("Symbol");return Vi(Eo)&&Wi(Eo.prototype,Ki(Xo))}}),qe=y((Zn,hn)=>{var Ln=String;hn.exports=function(Vi){try{return Ln(Vi)}catch{return"Object"}}}),kt=y((Zn,hn)=>{var Ln=_e(),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=kt(),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=_e(),Wi=Ce(),pa=TypeError;hn.exports=function(Ki,Xo){var Eo,Fo;if(Xo==="string"&&Vi(Eo=Ki.toString)&&!Wi(Fo=Ln(Eo,Ki))||Vi(Eo=Ki.valueOf)&&!Wi(Fo=Ln(Eo,Ki))||Xo!=="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"})}),mr=y((Zn,hn)=>{var Ln=de(),Vi=Object;hn.exports=function(Wi){return Vi(Ln(Wi))}}),hr=y((Zn,hn)=>{var Ln=re(),Vi=mr(),Wi=Ln({}.hasOwnProperty);hn.exports=Object.hasOwn||function(pa,Ki){return Wi(Vi(pa),Ki)}}),br=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)}}),Rr=y((Zn,hn)=>{var Ln=n(),Vi=cr(),Wi=hr(),pa=br(),Ki=jt(),Xo=Et(),Eo=Vi("wks"),Fo=Ln.Symbol,_s=Fo&&Fo.for,An=Xo?Fo:Fo&&Fo.withoutSetter||pa;hn.exports=function(Vo){if(!Wi(Eo,Vo)||!(Ki||typeof Eo[Vo]=="string")){var pu="Symbol."+Vo;Ki&&Wi(Fo,Vo)?Eo[Vo]=Fo[Vo]:Xo&&_s?Eo[Vo]=_s(pu):Eo[Vo]=An(pu)}return Eo[Vo]}}),xr=y((Zn,hn)=>{var Ln=j(),Vi=Ce(),Wi=Ue(),pa=tr(),Ki=rr(),Xo=Rr(),Eo=TypeError,Fo=Xo("toPrimitive");hn.exports=function(_s,An){if(!Vi(_s)||Wi(_s))return _s;var Vo=pa(_s,Fo),pu;if(Vo){if(An===void 0&&(An="default"),pu=Ln(Vo,_s,An),!Vi(pu)||Wi(pu))return pu;throw Eo("Can't convert object to primitive value")}return An===void 0&&(An="number"),Ki(_s,An)}}),Er=y((Zn,hn)=>{var Ln=xr(),Vi=Ue();hn.exports=function(Wi){var pa=Ln(Wi,"string");return Vi(pa)?pa:pa+""}}),vr=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=vr();hn.exports=!Ln&&!Vi(function(){return Object.defineProperty(Wi("div"),"a",{get:function(){return 7}}).a!=7})}),Lr=y(Zn=>{var hn=L(),Ln=j(),Vi=V(),Wi=z(),pa=pe(),Ki=Er(),Xo=hr(),Eo=Ir(),Fo=Object.getOwnPropertyDescriptor;Zn.f=hn?Fo:function(_s,An){if(_s=pa(_s),An=Ki(An),Eo)try{return Fo(_s,An)}catch{}if(Xo(_s,An))return Wi(!Ln(Vi.f,_s,An),_s[An])}}),gr=y((Zn,hn)=>{var Ln=L(),Vi=k();hn.exports=Ln&&Vi(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!=42})}),_r=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")}}),Fr=y(Zn=>{var hn=L(),Ln=Ir(),Vi=gr(),Wi=_r(),pa=Er(),Ki=TypeError,Xo=Object.defineProperty,Eo=Object.getOwnPropertyDescriptor,Fo="enumerable",_s="configurable",An="writable";Zn.f=hn?Vi?function(Vo,pu,Io){if(Wi(Vo),pu=pa(pu),Wi(Io),typeof Vo=="function"&&pu==="prototype"&&"value"in Io&&An in Io&&!Io[An]){var yu=Eo(Vo,pu);yu&&yu[An]&&(Vo[pu]=Io.value,Io={configurable:_s in Io?Io[_s]:yu[_s],enumerable:Fo in Io?Io[Fo]:yu[Fo],writable:!1})}return Xo(Vo,pu,Io)}:Xo:function(Vo,pu,Io){if(Wi(Vo),pu=pa(pu),Wi(Io),Ln)try{return Xo(Vo,pu,Io)}catch{}if("get"in Io||"set"in Io)throw Ki("Accessors not supported");return"value"in Io&&(Vo[pu]=Io.value),Vo}}),zr=y((Zn,hn)=>{var Ln=L(),Vi=Fr(),Wi=z();hn.exports=Ln?function(pa,Ki,Xo){return Vi.f(pa,Ki,Wi(1,Xo))}:function(pa,Ki,Xo){return pa[Ki]=Xo,pa}}),Vr=y((Zn,hn)=>{var Ln=L(),Vi=hr(),Wi=Function.prototype,pa=Ln&&Object.getOwnPropertyDescriptor,Ki=Vi(Wi,"name"),Xo=Ki&&(function(){}).name==="something",Eo=Ki&&(!Ln||Ln&&pa(Wi,"name").configurable);hn.exports={EXISTS:Ki,PROPER:Xo,CONFIGURABLE:Eo}}),Gr=y((Zn,hn)=>{var Ln=re(),Vi=_e(),Wi=ur(),pa=Ln(Function.toString);Vi(Wi.inspectSource)||(Wi.inspectSource=function(Ki){return pa(Ki)}),hn.exports=Wi.inspectSource}),Tr=y((Zn,hn)=>{var Ln=n(),Vi=_e(),Wi=Ln.WeakMap;hn.exports=Vi(Wi)&&/native code/.test(String(Wi))}),Cr=y((Zn,hn)=>{var Ln=cr(),Vi=br(),Wi=Ln("keys");hn.exports=function(pa){return Wi[pa]||(Wi[pa]=Vi(pa))}}),Mr=y((Zn,hn)=>{hn.exports={}}),yr=y((Zn,hn)=>{var Ln=Tr(),Vi=n(),Wi=Ce(),pa=zr(),Ki=hr(),Xo=ur(),Eo=Cr(),Fo=Mr(),_s="Object already initialized",An=Vi.TypeError,Vo=Vi.WeakMap,pu,Io,yu,Hl=function(kn){return yu(kn)?Io(kn):pu(kn,{})},lc=function(kn){return function(ns){var Wl;if(!Wi(ns)||(Wl=Io(ns)).type!==kn)throw An("Incompatible receiver, "+kn+" required");return Wl}};Ln||Xo.state?(Vu=Xo.state||(Xo.state=new Vo),Vu.get=Vu.get,Vu.has=Vu.has,Vu.set=Vu.set,pu=function(kn,ns){if(Vu.has(kn))throw An(_s);return ns.facade=kn,Vu.set(kn,ns),ns},Io=function(kn){return Vu.get(kn)||{}},yu=function(kn){return Vu.has(kn)}):(Ju=Eo("state"),Fo[Ju]=!0,pu=function(kn,ns){if(Ki(kn,Ju))throw An(_s);return ns.facade=kn,pa(kn,Ju,ns),ns},Io=function(kn){return Ki(kn,Ju)?kn[Ju]:{}},yu=function(kn){return Ki(kn,Ju)});var Vu,Ju;hn.exports={set:pu,get:Io,has:yu,enforce:Hl,getterFor:lc}}),Sr=y((Zn,hn)=>{var Ln=k(),Vi=_e(),Wi=hr(),pa=L(),Ki=Vr().CONFIGURABLE,Xo=Gr(),Eo=yr(),Fo=Eo.enforce,_s=Eo.get,An=Object.defineProperty,Vo=pa&&!Ln(function(){return An(function(){},"length",{value:8}).length!==8}),pu=String(String).split("String"),Io=hn.exports=function(yu,Hl,lc){String(Hl).slice(0,7)==="Symbol("&&(Hl="["+String(Hl).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),lc&&lc.getter&&(Hl="get "+Hl),lc&&lc.setter&&(Hl="set "+Hl),(!Wi(yu,"name")||Ki&&yu.name!==Hl)&&(pa?An(yu,"name",{value:Hl,configurable:!0}):yu.name=Hl),Vo&&lc&&Wi(lc,"arity")&&yu.length!==lc.arity&&An(yu,"length",{value:lc.arity});try{lc&&Wi(lc,"constructor")&&lc.constructor?pa&&An(yu,"prototype",{writable:!1}):yu.prototype&&(yu.prototype=void 0)}catch{}var Vu=Fo(yu);return Wi(Vu,"source")||(Vu.source=pu.join(typeof Hl=="string"?Hl:"")),yu};Function.prototype.toString=Io(function(){return Vi(this)&&_s(this).source||Xo(this)},"toString")}),Dr=y((Zn,hn)=>{var Ln=_e(),Vi=Fr(),Wi=Sr(),pa=nr();hn.exports=function(Ki,Xo,Eo,Fo){Fo||(Fo={});var _s=Fo.enumerable,An=Fo.name!==void 0?Fo.name:Xo;if(Ln(Eo)&&Wi(Eo,An,Fo),Fo.global)_s?Ki[Xo]=Eo:pa(Xo,Eo);else{try{Fo.unsafe?Ki[Xo]&&(_s=!0):delete Ki[Xo]}catch{}_s?Ki[Xo]=Eo:Vi.f(Ki,Xo,{value:Eo,enumerable:!1,configurable:!Fo.nonConfigurable,writable:!Fo.nonWritable})}return Ki}}),kr=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=kr();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 Xo=Ln(pa);return Xo<0?Vi(Xo+Ki,0):Wi(Xo,Ki)}}),Nr=y((Zn,hn)=>{var Ln=Wr(),Vi=Math.min;hn.exports=function(Wi){return Wi>0?Vi(Ln(Wi),9007199254740991):0}}),jr=y((Zn,hn)=>{var Ln=Nr();hn.exports=function(Vi){return Ln(Vi.length)}}),Qr=y((Zn,hn)=>{var Ln=pe(),Vi=Kr(),Wi=jr(),pa=function(Ki){return function(Xo,Eo,Fo){var _s=Ln(Xo),An=Wi(_s),Vo=Vi(Fo,An),pu;if(Ki&&Eo!=Eo){for(;An>Vo;)if(pu=_s[Vo++],pu!=pu)return!0}else for(;An>Vo;Vo++)if((Ki||Vo in _s)&&_s[Vo]===Eo)return Ki||Vo||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=Mr(),Xo=Ln([].push);hn.exports=function(Eo,Fo){var _s=Wi(Eo),An=0,Vo=[],pu;for(pu in _s)!Vi(Ki,pu)&&Vi(_s,pu)&&Xo(Vo,pu);for(;Fo.length>An;)Vi(_s,pu=Fo[An++])&&(~pa(Vo,pu)||Xo(Vo,pu));return Vo}}),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)}}),qo=y(Zn=>{Zn.f=Object.getOwnPropertySymbols}),ds=y((Zn,hn)=>{var Ln=he(),Vi=re(),Wi=Wa(),pa=qo(),Ki=_r(),Xo=Vi([].concat);hn.exports=Ln("Reflect","ownKeys")||function(Eo){var Fo=Wi.f(Ki(Eo)),_s=pa.f;return _s?Xo(Fo,_s(Eo)):Fo}}),Kn=y((Zn,hn)=>{var Ln=hr(),Vi=ds(),Wi=Lr(),pa=Fr();hn.exports=function(Ki,Xo,Eo){for(var Fo=Vi(Xo),_s=pa.f,An=Wi.f,Vo=0;Vo<Fo.length;Vo++){var pu=Fo[Vo];!Ln(Ki,pu)&&!(Eo&&Ln(Eo,pu))&&_s(Ki,pu,An(Xo,pu))}}}),Hr=y((Zn,hn)=>{var Ln=k(),Vi=_e(),Wi=/#|\.prototype\./,pa=function(_s,An){var Vo=Xo[Ki(_s)];return Vo==Fo?!0:Vo==Eo?!1:Vi(An)?Ln(An):!!An},Ki=pa.normalize=function(_s){return String(_s).replace(Wi,".").toLowerCase()},Xo=pa.data={},Eo=pa.NATIVE="N",Fo=pa.POLYFILL="P";hn.exports=pa}),Ar=y((Zn,hn)=>{var Ln=n(),Vi=Lr().f,Wi=zr(),pa=Dr(),Ki=nr(),Xo=Kn(),Eo=Hr();hn.exports=function(Fo,_s){var An=Fo.target,Vo=Fo.global,pu=Fo.stat,Io,yu,Hl,lc,Vu,Ju;if(Vo?yu=Ln:pu?yu=Ln[An]||Ki(An,{}):yu=(Ln[An]||{}).prototype,yu)for(Hl in _s){if(Vu=_s[Hl],Fo.dontCallGetSet?(Ju=Vi(yu,Hl),lc=Ju&&Ju.value):lc=yu[Hl],Io=Eo(Vo?Hl:An+(pu?".":"#")+Hl,Fo.forced),!Io&&lc!==void 0){if(typeof Vu==typeof lc)continue;Xo(Vu,lc)}(Fo.sham||lc&&lc.sham)&&Wi(Vu,"sham",!0),pa(yu,Hl,Vu,Fo)}}}),On=y((Zn,hn)=>{var Ln=ie();hn.exports=Array.isArray||function(Vi){return Ln(Vi)=="Array"}}),In=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=kt(),Wi=$(),pa=Ln(Ln.bind);hn.exports=function(Ki,Xo){return Vi(Ki),Xo===void 0?Ki:Wi?pa(Ki,Xo):function(){return Ki.apply(Xo,arguments)}}}),qa=y((Zn,hn)=>{var Ln=On(),Vi=jr(),Wi=In(),pa=sa(),Ki=function(Xo,Eo,Fo,_s,An,Vo,pu,Io){for(var yu=An,Hl=0,lc=pu?pa(pu,Io):!1,Vu,Ju;Hl<_s;)Hl in Fo&&(Vu=lc?lc(Fo[Hl],Hl,Eo):Fo[Hl],Vo>0&&Ln(Vu)?(Ju=Vi(Vu),yu=Ki(Xo,Eo,Vu,Ju,yu,Vo-1)-1):(Wi(yu+1),Xo[yu]=Vu),yu++),Hl++;return yu};hn.exports=Ki}),To=y((Zn,hn)=>{var Ln=Rr(),Vi=Ln("toStringTag"),Wi={};Wi[Vi]="z",hn.exports=String(Wi)==="[object z]"}),Hi=y((Zn,hn)=>{var Ln=To(),Vi=_e(),Wi=ie(),pa=Rr(),Ki=pa("toStringTag"),Xo=Object,Eo=Wi(function(){return arguments}())=="Arguments",Fo=function(_s,An){try{return _s[An]}catch{}};hn.exports=Ln?Wi:function(_s){var An,Vo,pu;return _s===void 0?"Undefined":_s===null?"Null":typeof(Vo=Fo(An=Xo(_s),Ki))=="string"?Vo:Eo?Wi(An):(pu=Wi(An))=="Object"&&Vi(An.callee)?"Arguments":pu}}),na=y((Zn,hn)=>{var Ln=re(),Vi=k(),Wi=_e(),pa=Hi(),Ki=he(),Xo=Gr(),Eo=function(){},Fo=[],_s=Ki("Reflect","construct"),An=/^\s*(?:class|function)\b/,Vo=Ln(An.exec),pu=!An.exec(Eo),Io=function(Hl){if(!Wi(Hl))return!1;try{return _s(Eo,Fo,Hl),!0}catch{return!1}},yu=function(Hl){if(!Wi(Hl))return!1;switch(pa(Hl)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return pu||!!Vo(An,Xo(Hl))}catch{return!0}};yu.sham=!0,hn.exports=!_s||Vi(function(){var Hl;return Io(Io.call)||!Io(Object)||!Io(function(){Hl=!0})||Hl})?yu:Io}),Ma=y((Zn,hn)=>{var Ln=On(),Vi=na(),Wi=Ce(),pa=Rr(),Ki=pa("species"),Xo=Array;hn.exports=function(Eo){var Fo;return Ln(Eo)&&(Fo=Eo.constructor,Vi(Fo)&&(Fo===Xo||Ln(Fo.prototype))?Fo=void 0:Wi(Fo)&&(Fo=Fo[Ki],Fo===null&&(Fo=void 0))),Fo===void 0?Xo:Fo}}),Ds=y((Zn,hn)=>{var Ln=Ma();hn.exports=function(Vi,Wi){return new(Ln(Vi))(Wi===0?0:Wi)}}),ps=y(()=>{var Zn=Ar(),hn=qa(),Ln=kt(),Vi=mr(),Wi=jr(),pa=Ds();Zn({target:"Array",proto:!0},{flatMap:function(Ki){var Xo=Vi(this),Eo=Wi(Xo),Fo;return Ln(Ki),Fo=pa(Xo,0),Fo.length=hn(Fo,Xo,Xo,Eo,0,1,Ki,arguments.length>1?arguments[1]:void 0),Fo}})}),yl=y((Zn,hn)=>{hn.exports={}}),$l=y((Zn,hn)=>{var Ln=Rr(),Vi=yl(),Wi=Ln("iterator"),pa=Array.prototype;hn.exports=function(Ki){return Ki!==void 0&&(Vi.Array===Ki||pa[Wi]===Ki)}}),Ou=y((Zn,hn)=>{var Ln=Hi(),Vi=tr(),Wi=ue(),pa=yl(),Ki=Rr(),Xo=Ki("iterator");hn.exports=function(Eo){if(!Wi(Eo))return Vi(Eo,Xo)||Vi(Eo,"@@iterator")||pa[Ln(Eo)]}}),As=y((Zn,hn)=>{var Ln=j(),Vi=kt(),Wi=_r(),pa=qe(),Ki=Ou(),Xo=TypeError;hn.exports=function(Eo,Fo){var _s=arguments.length<2?Ki(Eo):Fo;if(Vi(_s))return Wi(Ln(_s,Eo));throw Xo(pa(Eo)+" is not iterable")}}),Uu=y((Zn,hn)=>{var Ln=j(),Vi=_r(),Wi=tr();hn.exports=function(pa,Ki,Xo){var Eo,Fo;Vi(pa);try{if(Eo=Wi(pa,"return"),!Eo){if(Ki==="throw")throw Xo;return Xo}Eo=Ln(Eo,pa)}catch(_s){Fo=!0,Eo=_s}if(Ki==="throw")throw Xo;if(Fo)throw Eo;return Vi(Eo),Xo}}),ju=y((Zn,hn)=>{var Ln=sa(),Vi=j(),Wi=_r(),pa=qe(),Ki=$l(),Xo=jr(),Eo=Ne(),Fo=As(),_s=Ou(),An=Uu(),Vo=TypeError,pu=function(yu,Hl){this.stopped=yu,this.result=Hl},Io=pu.prototype;hn.exports=function(yu,Hl,lc){var Vu=lc&&lc.that,Ju=!!(lc&&lc.AS_ENTRIES),kn=!!(lc&&lc.IS_RECORD),ns=!!(lc&&lc.IS_ITERATOR),Wl=!!(lc&&lc.INTERRUPTED),Tu=Ln(Hl,Vu),_l,Hu,Rc,ld,hd,yp,fp,kc=function(od){return _l&&An(_l,"normal",od),new pu(!0,od)},qd=function(od){return Ju?(Wi(od),Wl?Tu(od[0],od[1],kc):Tu(od[0],od[1])):Wl?Tu(od,kc):Tu(od)};if(kn)_l=yu.iterator;else if(ns)_l=yu;else{if(Hu=_s(yu),!Hu)throw Vo(pa(yu)+" is not iterable");if(Ki(Hu)){for(Rc=0,ld=Xo(yu);ld>Rc;Rc++)if(hd=qd(yu[Rc]),hd&&Eo(Io,hd))return hd;return new pu(!1)}_l=Fo(yu,Hu)}for(yp=kn?yu.next:_l.next;!(fp=Vi(yp,_l)).done;){try{hd=qd(fp.value)}catch(od){An(_l,"throw",od)}if(typeof hd=="object"&&hd&&Eo(Io,hd))return hd}return new pu(!1)}}),$c=y((Zn,hn)=>{var Ln=Er(),Vi=Fr(),Wi=z();hn.exports=function(pa,Ki,Xo){var Eo=Ln(Ki);Eo in pa?Vi.f(pa,Eo,Wi(0,Xo)):pa[Eo]=Xo}}),Oc=y(()=>{var Zn=Ar(),hn=ju(),Ln=$c();Zn({target:"Object",stat:!0},{fromEntries:function(Vi){var Wi={};return hn(Vi,function(pa,Ki){Ln(Wi,pa,Ki)},{AS_ENTRIES:!0}),Wi}})}),vc=y((Zn,hn)=>{var Ln=Sr(),Vi=Fr();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)}}),Yl=y((Zn,hn)=>{var Ln=_r();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}}),ms=y(()=>{var Zn=n(),hn=L(),Ln=vc(),Vi=Yl(),Wi=k(),pa=Zn.RegExp,Ki=pa.prototype,Xo=hn&&Wi(function(){var Eo=!0;try{pa(".","d")}catch{Eo=!1}var Fo={},_s="",An=Eo?"dgimsy":"gimsy",Vo=function(Hl,lc){Object.defineProperty(Fo,Hl,{get:function(){return _s+=lc,!0}})},pu={dotAll:"s",global:"g",ignoreCase:"i",multiline:"m",sticky:"y"};Eo&&(pu.hasIndices="d");for(var Io in pu)Vo(Io,pu[Io]);var yu=Object.getOwnPropertyDescriptor(Ki,"flags").get.call(Fo);return yu!==An||_s!==An});Xo&&Ln(Ki,"flags",{configurable:!0,get:Vi})}),Rs=y(()=>{var Zn=Ar(),hn=n();Zn({global:!0,forced:hn.globalThis!==hn},{globalThis:hn})}),Hs=y(()=>{Rs()}),zs=y(()=>{var Zn=Ar(),hn=qa(),Ln=mr(),Vi=jr(),Wi=Wr(),pa=Ds();Zn({target:"Array",proto:!0},{flat:function(){var Ki=arguments.length?arguments[0]:void 0,Xo=Ln(this),Eo=Vi(Xo),Fo=pa(Xo,0);return Fo.length=hn(Fo,Xo,Xo,Eo,0,Ki===void 0?1:Wi(Ki)),Fo}})}),Br=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}ps(),Oc(),ms(),Hs(),zs();var Xo=Object.create,Eo=Object.defineProperty,Fo=Object.getOwnPropertyDescriptor,_s=Object.getOwnPropertyNames,An=Object.getPrototypeOf,Vo=Object.prototype.hasOwnProperty,pu=(Rn,di)=>function(){return Rn&&(di=(0,Rn[_s(Rn)[0]])(Rn=0)),di},Io=(Rn,di)=>function(){return di||(0,Rn[_s(Rn)[0]])((di={exports:{}}).exports,di),di.exports},yu=(Rn,di)=>{for(var vn in di)Eo(Rn,vn,{get:di[vn],enumerable:!0})},Hl=(Rn,di,vn,Vn)=>{if(di&&typeof di=="object"||typeof di=="function")for(let Fn of _s(di))!Vo.call(Rn,Fn)&&Fn!==vn&&Eo(Rn,Fn,{get:()=>di[Fn],enumerable:!(Vn=Fo(di,Fn))||Vn.enumerable});return Rn},lc=(Rn,di,vn)=>(vn=Rn!=null?Xo(An(Rn)):{},Hl(!Rn||!Rn.__esModule?Eo(vn,"default",{value:Rn,enumerable:!0}):vn,Rn)),Vu=Rn=>Hl(Eo({},"__esModule",{value:!0}),Rn),Ju,kn=pu({"<define:process>"(){Ju={env:{},argv:[]}}}),ns=Io({"package.json"(Rn,di){di.exports={version:"2.8.8"}}}),Wl=Io({"node_modules/diff/lib/diff/base.js"(Rn){kn(),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 rs=Ea&&Ea.newPos+1<ea,Ui=Xa&&0<=Fa&&Fa<zi;if(!rs&&!Ui){ji[la]=void 0;continue}if(!rs||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)}}}}),Tu=Io({"node_modules/diff/lib/diff/array.js"(Rn){kn(),Object.defineProperty(Rn,"__esModule",{value:!0}),Rn.diffArrays=Fn,Rn.arrayDiff=void 0;var di=vn(Wl());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)}}}),_l=Io({"src/document/doc-builders.js"(Rn,di){kn();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]),rs={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:rs,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}}}),Hu=Io({"src/common/end-of-line.js"(Rn,di){kn();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}}}),Rc=Io({"src/utils/get-last.js"(Rn,di){kn();var vn=Vn=>Vn[Vn.length-1];di.exports=vn}});function ld(){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 hd=pu({"node_modules/strip-ansi/node_modules/ansi-regex/index.js"(){kn()}});function yp(Rn){if(typeof Rn!="string")throw new TypeError(`Expected a \`string\`, got \`${typeof Rn}\``);return Rn.replace(ld(),"")}var fp=pu({"node_modules/strip-ansi/index.js"(){kn(),hd()}});function kc(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 qd=pu({"node_modules/is-fullwidth-code-point/index.js"(){kn()}}),od=Io({"node_modules/emoji-regex/index.js"(Rn,di){kn(),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}}}),kp={};yu(kp,{default:()=>Ap});function Ap(Rn){if(typeof Rn!="string"||Rn.length===0||(Rn=yp(Rn),Rn.length===0))return 0;Rn=Rn.replace((0,xf.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+=kc(Vn)?2:1)}return di}var xf,kf=pu({"node_modules/string-width/index.js"(){kn(),fp(),qd(),xf=lc(od())}}),pf=Io({"src/utils/get-string-width.js"(Rn,di){kn();var vn=(kf(),Vu(kp)).default,Vn=/[^\x20-\x7F]/;function Fn(En){return En?Vn.test(En)?vn(En):En.length:0}di.exports=Fn}}),Mp=Io({"src/document/doc-utils.js"(Rn,di){kn();var vn=Rc(),{literalline:Vn,join:Fn}=_l(),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,Zo=Bo-1;Zo>=0;--Zo)va.push(to[Zo])}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 rs(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:rs,cleanDoc:Xa,replaceTextEndOfLine:Ta,replaceEndOfLine:Ui,canBreak:aa}}}),hm=Io({"src/document/doc-printer.js"(Rn,di){kn();var{convertEndOfLineToChars:vn}=Hu(),Vn=Rc(),Fn=pf(),{fill:En,cursor:xn,indent:Nn}=_l(),{isConcat:ui,getDocParts:Mi}=Mp(),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 rs=Xa.type==="dedent"?Ea.queue.slice(0,-1):[...Ea.queue,Xa],Ui="",Ta=0,Fi=0,aa=0;for(let to of rs)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:rs});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,rs,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":rs=!0;break;case"line-suffix-boundary":if(rs)return!1;break}}return!1}function La(Ea,Xa){ea={};let Fa=Xa.printWidth,rs=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=rs!==`
`?va.replace(/\n/g,rs):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 Zo=Vn(va.expandedStates);if(va.break){Ta.push({ind:ra,mode:zi,doc:Zo});break}else for(let Mo=1;Mo<va.expandedStates.length+1;Mo++)if(Mo>=va.expandedStates.length){Ta.push({ind:ra,mode:zi,doc:Zo});break}else{let ys=va.expandedStates[Mo],bo={ind:ra,mode:ta,doc:ys};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,Zo]=to,Mo={ind:ra,mode:ta,doc:Bo},ys={ind:ra,mode:zi,doc:Bo},bo=la(Mo,[],Aa,Un.length>0,!0);if(to.length===1){bo?Ta.push(Mo):Ta.push(ys);break}let Ls={ind:ra,mode:ta,doc:Zo},Qo={ind:ra,mode:zi,doc:Zo};if(to.length===2){bo?Ta.push(Ls,Mo):Ta.push(Qo,ys);break}to.splice(0,2);let Oo={ind:ra,mode:da,doc:En(to)},Ss=to[0];la({ind:ra,mode:ta,doc:[Bo,Zo,Ss]},[],Aa,Un.length>0,!0)?Ta.push(Oo,Ls,Mo):bo?Ta.push(Oo,Qo,Mo):Ta.push(Oo,Qo,ys);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(rs,ra.root.value),Ui=ra.root.length):(Fi.push(rs),Ui=0):(Ui-=Ba(Fi),Fi.push(rs+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}}}),If=Io({"src/document/doc-debug.js"(Rn,di){kn();var{isConcat:vn,getDocParts:Vn}=Mp();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}}}),Cc=Io({"src/document/index.js"(Rn,di){kn(),di.exports={builders:_l(),printer:hm(),utils:Mp(),debug:If()}}}),Nf={};yu(Nf,{default:()=>xp});function xp(Rn){if(typeof Rn!="string")throw new TypeError("Expected a string");return Rn.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}var mf=pu({"node_modules/escape-string-regexp/index.js"(){kn()}}),zf=Io({"node_modules/semver/internal/debug.js"(Rn,di){kn();var vn=typeof Ju=="object"&&Ju.env&&Ju.env.NODE_DEBUG&&/\bsemver\b/i.test(Ju.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}}),Af=Io({"node_modules/semver/internal/constants.js"(Rn,di){kn();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}}}),Gf=Io({"node_modules/semver/internal/re.js"(Rn,di){kn();var{MAX_SAFE_COMPONENT_LENGTH:vn}=Af(),Vn=zf();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*$")}}),Wp=Io({"node_modules/semver/internal/parse-options.js"(Rn,di){kn();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}}),gm=Io({"node_modules/semver/internal/identifiers.js"(Rn,di){kn();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}}}),Om=Io({"node_modules/semver/classes/semver.js"(Rn,di){kn();var vn=zf(),{MAX_LENGTH:Vn,MAX_SAFE_INTEGER:Fn}=Af(),{re:En,t:xn}=Gf(),Nn=Wp(),{compareIdentifiers:ui}=gm(),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}}),ef=Io({"node_modules/semver/functions/compare.js"(Rn,di){kn();var vn=Om(),Vn=(Fn,En,xn)=>new vn(Fn,xn).compare(new vn(En,xn));di.exports=Vn}}),rm=Io({"node_modules/semver/functions/lt.js"(Rn,di){kn();var vn=ef(),Vn=(Fn,En,xn)=>vn(Fn,En,xn)<0;di.exports=Vn}}),Mf=Io({"node_modules/semver/functions/gte.js"(Rn,di){kn();var vn=ef(),Vn=(Fn,En,xn)=>vn(Fn,En,xn)>=0;di.exports=Vn}}),mh=Io({"src/utils/arrayify.js"(Rn,di){kn(),di.exports=(vn,Vn)=>Object.entries(vn).map(Fn=>{let[En,xn]=Fn;return Object.assign({[Vn]:En},xn)})}}),Bf=Io({"node_modules/outdent/lib/index.js"(Rn,di){kn(),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 rs="(\\r\\n|\\r|\\n).{0,"+Xa+"}",Ui=new RegExp(rs,"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(rs){for(var Ui=[],Ta=1;Ta<arguments.length;Ta++)Ui[Ta-1]=arguments[Ta];if(oa(rs)){var Fi=rs,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),rs||{}))}var Fa=Nn(Xa,{string:function(rs){return ki([rs],!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{}}}),Ph=Io({"src/main/core-options.js"(Rn,di){kn();var{outdent:vn}=Bf(),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}}}),_m=Io({"src/main/support.js"(Rn,di){kn();var vn={compare:ef(),lt:rm(),gte:Mf()},Vn=mh(),Fn=ns().version,En=Ph().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}}}),Rm=Io({"src/utils/is-non-empty-array.js"(Rn,di){kn();function vn(Vn){return Array.isArray(Vn)&&Vn.length>0}di.exports=vn}}),km=Io({"src/utils/text/skip.js"(Rn,di){kn();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}}}),Nd=Io({"src/utils/text/skip-inline-comment.js"(Rn,di){kn();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}}),wd=Io({"src/utils/text/skip-trailing-comment.js"(Rn,di){kn();var{skipEverythingButNewLine:vn}=km();function Vn(Fn,En){return En===!1?!1:Fn.charAt(En)==="/"&&Fn.charAt(En+1)==="/"?vn(Fn,En):En}di.exports=Vn}}),Fp=Io({"src/utils/text/skip-newline.js"(Rn,di){kn();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}}),hf=Io({"src/utils/text/get-next-non-space-non-comment-character-index-with-start-index.js"(Rn,di){kn();var vn=Nd(),Vn=Fp(),Fn=wd(),{skipSpaces:En}=km();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}}),Wc=Io({"src/common/util.js"(Rn,di){kn();var{default:vn}=(mf(),Vu(Nf)),Vn=Rc(),{getSupportInfo:Fn}=_m(),En=Rm(),xn=pf(),{skipWhitespace:Nn,skipSpaces:ui,skipToLineEnd:Mi,skipEverythingButNewLine:ea}=km(),zi=Nd(),ta=wd(),ki=Fp(),ji=hf(),oa=Qo=>Qo[Qo.length-2];function Ra(Qo){return(Oo,Ss,nl)=>{let Fs=nl&&nl.backwards;if(Ss===!1)return!1;let{length:ml}=Oo,Go=Ss;for(;Go>=0&&Go<ml;){let Os=Oo.charAt(Go);if(Qo instanceof RegExp){if(!Qo.test(Os))return Go}else if(!Qo.includes(Os))return Go;Fs?Go--:Go++}return Go===-1||Go===ml?Go:!1}}function Ba(Qo,Oo){let Ss=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},nl=ui(Qo,Ss.backwards?Oo-1:Oo,Ss),Fs=ki(Qo,nl,Ss);return nl!==Fs}function la(Qo,Oo,Ss){for(let nl=Oo;nl<Ss;++nl)if(Qo.charAt(nl)===`
`)return!0;return!1}function La(Qo,Oo,Ss){let nl=Ss(Oo)-1;nl=ui(Qo,nl,{backwards:!0}),nl=ki(Qo,nl,{backwards:!0}),nl=ui(Qo,nl,{backwards:!0});let Fs=ki(Qo,nl,{backwards:!0});return nl!==Fs}function Ea(Qo,Oo){let Ss=null,nl=Oo;for(;nl!==Ss;)Ss=nl,nl=Mi(Qo,nl),nl=zi(Qo,nl),nl=ui(Qo,nl);return nl=ta(Qo,nl),nl=ki(Qo,nl),nl!==!1&&Ba(Qo,nl)}function Xa(Qo,Oo,Ss){return Ea(Qo,Ss(Oo))}function Fa(Qo,Oo,Ss){return ji(Qo,Ss(Oo))}function rs(Qo,Oo,Ss){return Qo.charAt(Fa(Qo,Oo,Ss))}function Ui(Qo,Oo){let Ss=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return ui(Qo,Ss.backwards?Oo-1:Oo,Ss)!==Oo}function Ta(Qo,Oo){let Ss=arguments.length>2&&arguments[2]!==void 0?arguments[2]:0,nl=0;for(let Fs=Ss;Fs<Qo.length;++Fs)Qo[Fs]===" "?nl=nl+Oo-nl%Oo:nl++;return nl}function Fi(Qo,Oo){let Ss=Qo.lastIndexOf(`
`);return Ss===-1?0:Ta(Qo.slice(Ss+1).match(/^[\t ]*/)[0],Oo)}function aa(Qo,Oo){let Ss={quote:'"',regex:/"/g,escaped:"&quot;"},nl={quote:"'",regex:/'/g,escaped:"&apos;"},Fs=Oo==="'"?nl:Ss,ml=Fs===nl?Ss:nl,Go=Fs;if(Qo.includes(Fs.quote)||Qo.includes(ml.quote)){let Os=(Qo.match(Fs.regex)||[]).length,fl=(Qo.match(ml.regex)||[]).length;Go=Os>fl?ml:Fs}return Go}function Un(Qo,Oo){let Ss=Qo.slice(1,-1),nl=Oo.parser==="json"||Oo.parser==="json5"&&Oo.quoteProps==="preserve"&&!Oo.singleQuote?'"':Oo.__isInHtmlAttribute?"'":aa(Ss,Oo.singleQuote?"'":'"').quote;return Gi(Ss,nl,!(Oo.parser==="css"||Oo.parser==="less"||Oo.parser==="scss"||Oo.__embeddedInHtml))}function Gi(Qo,Oo,Ss){let nl=Oo==='"'?"'":'"',Fs=/\\(.)|(["'])/gs,ml=Qo.replace(Fs,(Go,Os,fl)=>Os===nl?Os:fl===Oo?"\\"+fl:fl||(Ss&&/^[^\n\r"'0-7\\bfnrt-vx\u2028\u2029]$/.test(Os)?Os:"\\"+Os));return Oo+ml+Oo}function ra(Qo){return Qo.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(Qo,Oo){let Ss=Qo.match(new RegExp(`(${vn(Oo)})+`,"g"));return Ss===null?0:Ss.reduce((nl,Fs)=>Math.max(nl,Fs.length/Oo.length),0)}function va(Qo,Oo){let Ss=Qo.match(new RegExp(`(${vn(Oo)})+`,"g"));if(Ss===null)return 0;let nl=new Map,Fs=0;for(let ml of Ss){let Go=ml.length/Oo.length;nl.set(Go,!0),Go>Fs&&(Fs=Go)}for(let ml=1;ml<Fs;ml++)if(!nl.get(ml))return ml;return Fs+1}function Aa(Qo,Oo){(Qo.comments||(Qo.comments=[])).push(Oo),Oo.printed=!1,Oo.nodeDescription=Ls(Qo)}function to(Qo,Oo){Oo.leading=!0,Oo.trailing=!1,Aa(Qo,Oo)}function Bo(Qo,Oo,Ss){Oo.leading=!1,Oo.trailing=!1,Ss&&(Oo.marker=Ss),Aa(Qo,Oo)}function Zo(Qo,Oo){Oo.leading=!1,Oo.trailing=!0,Aa(Qo,Oo)}function Mo(Qo,Oo){let{languages:Ss}=Fn({plugins:Oo.plugins}),nl=Ss.find(Fs=>{let{name:ml}=Fs;return ml.toLowerCase()===Qo})||Ss.find(Fs=>{let{aliases:ml}=Fs;return Array.isArray(ml)&&ml.includes(Qo)})||Ss.find(Fs=>{let{extensions:ml}=Fs;return Array.isArray(ml)&&ml.includes(`.${Qo}`)});return nl&&nl.parsers[0]}function ys(Qo){return Qo&&Qo.type==="front-matter"}function bo(Qo){let Oo=new WeakMap;return function(Ss){return Oo.has(Ss)||Oo.set(Ss,Symbol(Qo)),Oo.get(Ss)}}function Ls(Qo){let Oo=Qo.type||Qo.kind||"(unknown type)",Ss=String(Qo.name||Qo.id&&(typeof Qo.id=="object"?Qo.id.name:Qo.id)||Qo.key&&(typeof Qo.key=="object"?Qo.key.name:Qo.key)||Qo.value&&(typeof Qo.value=="object"?"":String(Qo.value))||Qo.operator||"");return Ss.length>20&&(Ss=Ss.slice(0,19)+"…"),Oo+(Ss?" "+Ss:"")}di.exports={inferParserByLanguage:Mo,getStringWidth:xn,getMaxContinuousCount:da,getMinNotPresentContinuousCount:va,getPenultimate:oa,getLast:Vn,getNextNonSpaceNonCommentCharacterIndexWithStartIndex:ji,getNextNonSpaceNonCommentCharacterIndex:Fa,getNextNonSpaceNonCommentCharacter:rs,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:Zo,isFrontMatterNode:ys,isNonEmptyArray:En,createGroupIdMapper:bo}}}),nm={};yu(nm,{basename:()=>Lf,default:()=>Wn,delimiter:()=>Yr,dirname:()=>Pf,extname:()=>bm,isAbsolute:()=>Bm,join:()=>jd,normalize:()=>Mm,relative:()=>vm,resolve:()=>gf,sep:()=>qf});function Gm(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 gf(){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=Gm(ip(Rn.split("/"),function(Fn){return!!Fn}),!di).join("/"),(di?"/":"")+Rn||"."}function Mm(Rn){var di=Bm(Rn),vn=vi(Rn,-1)==="/";return Rn=Gm(ip(Rn.split("/"),function(Vn){return!!Vn}),!di).join("/"),!Rn&&!di&&(Rn="."),Rn&&vn&&(Rn+="/"),(di?"/":"")+Rn}function Bm(Rn){return Rn.charAt(0)==="/"}function jd(){var Rn=Array.prototype.slice.call(arguments,0);return Mm(ip(Rn,function(di,vn){if(typeof di!="string")throw new TypeError("Arguments to path.join must be strings");return di}).join("/"))}function vm(Rn,di){Rn=gf(Rn).substr(1),di=gf(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 Pf(Rn){var di=Up(Rn),vn=di[0],Vn=di[1];return!vn&&!Vn?".":(Vn&&(Vn=Vn.substr(0,Vn.length-1)),vn+Vn)}function Lf(Rn,di){var vn=Up(Rn)[2];return di&&vn.substr(-1*di.length)===di&&(vn=vn.substr(0,vn.length-di.length)),vn}function bm(Rn){return Up(Rn)[3]}function ip(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 ym,Up,qf,Yr,Wn,vi,Ru=pu({"node-modules-polyfills:path"(){kn(),ym=/^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/,Up=function(Rn){return ym.exec(Rn).slice(1)},qf="/",Yr=":",Wn={extname:bm,basename:Lf,dirname:Pf,sep:qf,delimiter:Yr,relative:vm,join:jd,isAbsolute:Bm,normalize:Mm,resolve:gf},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)}}}),Kc=Io({"node-modules-polyfills-commonjs:path"(Rn,di){kn();var vn=(Ru(),Vu(nm));if(vn&&vn.default){di.exports=vn.default;for(let Vn in vn)di.exports[Vn]=vn[Vn]}else vn&&(di.exports=vn)}}),sd=Io({"src/common/errors.js"(Rn,di){kn();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}}}),Xd={};yu(Xd,{__assign:()=>im,__asyncDelegator:()=>Lh,__asyncGenerator:()=>lp,__asyncValues:()=>Oh,__await:()=>Kp,__awaiter:()=>Wf,__classPrivateFieldGet:()=>hh,__classPrivateFieldSet:()=>Sm,__createBinding:()=>Dh,__decorate:()=>Pm,__exportStar:()=>Lm,__extends:()=>_f,__generator:()=>Wm,__importDefault:()=>Km,__importStar:()=>$h,__makeTemplateObject:()=>Em,__metadata:()=>sp,__param:()=>qm,__read:()=>Yh,__rest:()=>$f,__spread:()=>t0,__spreadArrays:()=>Xh,__values:()=>Bp});function _f(Rn,di){Tm(Rn,di);function vn(){this.constructor=Rn}Rn.prototype=di===null?Object.create(di):(vn.prototype=di.prototype,new vn)}function $f(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 Pm(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 qm(Rn,di){return function(vn,Vn){di(vn,Vn,Rn)}}function sp(Rn,di){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(Rn,di)}function Wf(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 Wm(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 Dh(Rn,di,vn,Vn){Vn===void 0&&(Vn=vn),Rn[Vn]=di[vn]}function Lm(Rn,di){for(var vn in Rn)vn!=="default"&&!di.hasOwnProperty(vn)&&(di[vn]=Rn[vn])}function Bp(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 Yh(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 t0(){for(var Rn=[],di=0;di<arguments.length;di++)Rn=Rn.concat(Yh(arguments[di]));return Rn}function Xh(){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 Kp(Rn){return this instanceof Kp?(this.v=Rn,this):new Kp(Rn)}function lp(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 Kp?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 Lh(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:Kp(Rn[Fn](xn)),done:Fn==="return"}:En?En(xn):xn}:En}}function Oh(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 Bp=="function"?Bp(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 Em(Rn,di){return Object.defineProperty?Object.defineProperty(Rn,"raw",{value:di}):Rn.raw=di,Rn}function $h(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 Km(Rn){return Rn&&Rn.__esModule?Rn:{default:Rn}}function hh(Rn,di){if(!di.has(Rn))throw new TypeError("attempted to get private field on non-instance");return di.get(Rn)}function Sm(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 Tm,im,vf=pu({"node_modules/tslib/tslib.es6.js"(){kn(),Tm=function(Rn,di){return Tm=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])},Tm(Rn,di)},im=function(){return im=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},im.apply(this,arguments)}}}),Ym=Io({"node_modules/vnopts/lib/descriptors/api.js"(Rn){kn(),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})}}}}),cp=Io({"node_modules/vnopts/lib/descriptors/index.js"(Rn){kn(),Object.defineProperty(Rn,"__esModule",{value:!0});var di=(vf(),Vu(Xd));di.__exportStar(Ym(),Rn)}}),Kf=Io({"scripts/build/shims/chalk.cjs"(Rn,di){kn();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}}),Vp=Io({"node_modules/vnopts/lib/handlers/deprecated/common.js"(Rn){kn(),Object.defineProperty(Rn,"__esModule",{value:!0});var di=Kf();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("; ")+"."}}}),tf=Io({"node_modules/vnopts/lib/handlers/deprecated/index.js"(Rn){kn(),Object.defineProperty(Rn,"__esModule",{value:!0});var di=(vf(),Vu(Xd));di.__exportStar(Vp(),Rn)}}),Yf=Io({"node_modules/vnopts/lib/handlers/invalid/common.js"(Rn){kn(),Object.defineProperty(Rn,"__esModule",{value:!0});var di=Kf();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(" ")}}),Cm=Io({"node_modules/vnopts/lib/handlers/invalid/index.js"(Rn){kn(),Object.defineProperty(Rn,"__esModule",{value:!0});var di=(vf(),Vu(Xd));di.__exportStar(Yf(),Rn)}}),jh=Io({"node_modules/vnopts/node_modules/leven/index.js"(Rn,di){kn();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}}}),Df=Io({"node_modules/vnopts/lib/handlers/unknown/leven.js"(Rn){kn(),Object.defineProperty(Rn,"__esModule",{value:!0});var di=Kf(),vn=jh();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(" "))}}}),sm=Io({"node_modules/vnopts/lib/handlers/unknown/index.js"(Rn){kn(),Object.defineProperty(Rn,"__esModule",{value:!0});var di=(vf(),Vu(Xd));di.__exportStar(Df(),Rn)}}),$m=Io({"node_modules/vnopts/lib/handlers/index.js"(Rn){kn(),Object.defineProperty(Rn,"__esModule",{value:!0});var di=(vf(),Vu(Xd));di.__exportStar(tf(),Rn),di.__exportStar(Cm(),Rn),di.__exportStar(sm(),Rn)}}),bf=Io({"node_modules/vnopts/lib/schema.js"(Rn){kn(),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}}}),Fh=Io({"node_modules/vnopts/lib/schemas/alias.js"(Rn){kn(),Object.defineProperty(Rn,"__esModule",{value:!0});var di=bf(),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}}),Uh=Io({"node_modules/vnopts/lib/schemas/any.js"(Rn){kn(),Object.defineProperty(Rn,"__esModule",{value:!0});var di=bf(),vn=class extends di.Schema{expected(){return"anything"}validate(){return!0}};Rn.AnySchema=vn}}),gh=Io({"node_modules/vnopts/lib/schemas/array.js"(Rn){kn(),Object.defineProperty(Rn,"__esModule",{value:!0});var di=(vf(),Vu(Xd)),vn=bf(),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}}}}),bh=Io({"node_modules/vnopts/lib/schemas/boolean.js"(Rn){kn(),Object.defineProperty(Rn,"__esModule",{value:!0});var di=bf(),vn=class extends di.Schema{expected(){return"true or false"}validate(Vn){return typeof Vn=="boolean"}};Rn.BooleanSchema=vn}}),Dp=Io({"node_modules/vnopts/lib/utils.js"(Rn){kn(),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}}),Yp=Io({"node_modules/vnopts/lib/schemas/choice.js"(Rn){kn(),Object.defineProperty(Rn,"__esModule",{value:!0});var di=bf(),vn=Dp(),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}}),Rh=Io({"node_modules/vnopts/lib/schemas/number.js"(Rn){kn(),Object.defineProperty(Rn,"__esModule",{value:!0});var di=bf(),vn=class extends di.Schema{expected(){return"a number"}validate(Vn,Fn){return typeof Vn=="number"}};Rn.NumberSchema=vn}}),Vh=Io({"node_modules/vnopts/lib/schemas/integer.js"(Rn){kn(),Object.defineProperty(Rn,"__esModule",{value:!0});var di=Dp(),vn=Rh(),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}}),r0=Io({"node_modules/vnopts/lib/schemas/string.js"(Rn){kn(),Object.defineProperty(Rn,"__esModule",{value:!0});var di=bf(),vn=class extends di.Schema{expected(){return"a string"}validate(Vn){return typeof Vn=="string"}};Rn.StringSchema=vn}}),Xm=Io({"node_modules/vnopts/lib/schemas/index.js"(Rn){kn(),Object.defineProperty(Rn,"__esModule",{value:!0});var di=(vf(),Vu(Xd));di.__exportStar(Fh(),Rn),di.__exportStar(Uh(),Rn),di.__exportStar(gh(),Rn),di.__exportStar(bh(),Rn),di.__exportStar(Yp(),Rn),di.__exportStar(Vh(),Rn),di.__exportStar(Rh(),Rn),di.__exportStar(r0(),Rn)}}),jf=Io({"node_modules/vnopts/lib/defaults.js"(Rn){kn(),Object.defineProperty(Rn,"__esModule",{value:!0});var di=Ym(),vn=Vp(),Vn=Cm(),Fn=Df();Rn.defaultDescriptor=di.apiDescriptor,Rn.defaultUnknownHandler=Fn.levenUnknownHandler,Rn.defaultInvalidHandler=Vn.commonInvalidHandler,Rn.defaultDeprecatedHandler=vn.commonDeprecatedHandler}}),Hh=Io({"node_modules/vnopts/lib/normalize.js"(Rn){kn(),Object.defineProperty(Rn,"__esModule",{value:!0});var di=jf(),vn=Dp();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}}),zh=Io({"node_modules/vnopts/lib/index.js"(Rn){kn(),Object.defineProperty(Rn,"__esModule",{value:!0});var di=(vf(),Vu(Xd));di.__exportStar(cp(),Rn),di.__exportStar($m(),Rn),di.__exportStar(Xm(),Rn),di.__exportStar(Hh(),Rn),di.__exportStar(bf(),Rn)}}),Jm=Io({"src/main/options-normalizer.js"(Rn,di){kn();var vn=zh(),Vn=Rc(),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}),rs=ji!==!1;rs&&xn&&(Fa._hasDeprecationWarned=xn);let Ui=Fa.normalize(ta);return rs&&(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(rs=>typeof rs=="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,rs,Ui)=>ta.exception(Fa)||rs.validate(Fa,Ui):La.validate=(Fa,rs,Ui)=>Fa===void 0||rs.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||(rs=>rs);La.preprocess=(rs,Ui,Ta)=>Ui.preprocess(Fa(Array.isArray(rs)?Vn(rs):rs),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}}}),Op=Io({"src/language-js/loc.js"(Rn,di){kn();var vn=Rm();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}}}),Qh=Io({"src/main/load-parser.js"(Rn,di){kn(),di.exports=()=>{}}}),kh=Io({"scripts/build/shims/babel-highlight.cjs"(Rn,di){kn();var vn=Kf(),Vn={shouldHighlight:()=>!1,getChalk:()=>vn};di.exports=Vn}}),lm=Io({"node_modules/@babel/code-frame/lib/index.js"(Rn){kn(),Object.defineProperty(Rn,"__esModule",{value:!0}),Rn.codeFrameColumns=xn,Rn.default=Nn;var di=kh(),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 rs=0;rs<=Xa;rs++){let Ui=rs+oa;if(!Ra)Fa[Ui]=!0;else if(rs===0){let Ta=Mi[Ui-1].length;Fa[Ui]=[Ra,Ta-Ra+1]}else if(rs===Xa)Fa[Ui]=[0,la];else{let Ta=Mi[Ui-rs].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,rs)=>zi?Fa(rs):rs,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,rs)=>{let Ui=Ra+1+rs,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(Ju.emitWarning)Ju.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)}}}),Js=Io({"src/main/parser.js"(Rn,di){kn();var{ConfigError:vn}=sd(),Vn=Op();Qh();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}=lm();throw Ra.codeFrame=la(zi,Ba,{highlightCode:!0}),Ra.message+=`
`+Ra.codeFrame,Ra}throw Ra}}di.exports={parse:ea,resolveParser:Mi}}}),cu=Io({"src/main/options.js"(Rn,di){kn();var vn=Kc(),{UndefinedParserError:Vn}=sd(),{getSupportInfo:Fn}=_m(),En=Jm(),{resolveParser:xn}=Js(),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}}}),jl=Io({"src/main/massage-ast.js"(Rn,di){kn();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}}),bc=Io({"scripts/build/shims/assert.cjs"(Rn,di){kn();var vn=()=>{};vn.ok=vn,vn.strictEqual=vn,di.exports=vn}}),wc=Io({"src/main/comments.js"(Rn,di){kn();var vn=bc(),{builders:{line:Vn,hardline:Fn,breakParent:En,indent:xn,lineSuffix:Nn,join:ui,cursor:Mi}}=Cc(),{hasNewline:ea,skipNewline:zi,skipSpaces:ta,isPreviousLineEmpty:ki,addLeadingComment:ji,addDanglingComment:oa,addTrailingComment:Ra}=Wc(),Ba=new WeakMap;function la(to,Bo,Zo){if(!to)return;let{printer:Mo,locStart:ys,locEnd:bo}=Bo;if(Zo){if(Mo.canAttachComment&&Mo.canAttachComment(to)){let Qo;for(Qo=Zo.length-1;Qo>=0&&!(ys(Zo[Qo])<=ys(to)&&bo(Zo[Qo])<=bo(to));--Qo);Zo.splice(Qo+1,0,to);return}}else if(Ba.has(to))return Ba.get(to);let Ls=Mo.getCommentChildNodes&&Mo.getCommentChildNodes(to,Bo)||typeof to=="object"&&Object.entries(to).filter(Qo=>{let[Oo]=Qo;return Oo!=="enclosingNode"&&Oo!=="precedingNode"&&Oo!=="followingNode"&&Oo!=="tokens"&&Oo!=="comments"&&Oo!=="parent"}).map(Qo=>{let[,Oo]=Qo;return Oo});if(Ls){Zo||(Zo=[],Ba.set(to,Zo));for(let Qo of Ls)la(Qo,Bo,Zo);return Zo}}function La(to,Bo,Zo,Mo){let{locStart:ys,locEnd:bo}=Zo,Ls=ys(Bo),Qo=bo(Bo),Oo=la(to,Zo),Ss,nl,Fs=0,ml=Oo.length;for(;Fs<ml;){let Go=Fs+ml>>1,Os=Oo[Go],fl=ys(Os),sl=bo(Os);if(fl<=Ls&&Qo<=sl)return La(Os,Bo,Zo,Os);if(sl<=Ls){Ss=Os,Fs=Go+1;continue}if(Qo<=fl){nl=Os,ml=Go;continue}throw new Error("Comment location overlaps with node location")}if(Mo&&Mo.type==="TemplateLiteral"){let{quasis:Go}=Mo,Os=aa(Go,Bo,Zo);Ss&&aa(Go,Ss,Zo)!==Os&&(Ss=null),nl&&aa(Go,nl,Zo)!==Os&&(nl=null)}return{enclosingNode:Mo,precedingNode:Ss,followingNode:nl}}var Ea=()=>!1;function Xa(to,Bo,Zo,Mo){if(!Array.isArray(to))return;let ys=[],{locStart:bo,locEnd:Ls,printer:{handleComments:Qo={}}}=Mo,{avoidAstMutation:Oo,ownLine:Ss=Ea,endOfLine:nl=Ea,remaining:Fs=Ea}=Qo,ml=to.map((Go,Os)=>Object.assign(Object.assign({},La(Bo,Go,Mo)),{},{comment:Go,text:Zo,options:Mo,ast:Bo,isLastComment:to.length-1===Os}));for(let[Go,Os]of ml.entries()){let{comment:fl,precedingNode:sl,enclosingNode:ku,followingNode:Is,text:hs,options:Vs,ast:Ys,isLastComment:Gs}=Os;if(Vs.parser==="json"||Vs.parser==="json5"||Vs.parser==="__js_expression"||Vs.parser==="__vue_expression"||Vs.parser==="__vue_ts_expression"){if(bo(fl)-bo(Ys)<=0){ji(Ys,fl);continue}if(Ls(fl)-Ls(Ys)>=0){Ra(Ys,fl);continue}}let fu;if(Oo?fu=[Os]:(fl.enclosingNode=ku,fl.precedingNode=sl,fl.followingNode=Is,fu=[fl,hs,Vs,Ys,Gs]),rs(hs,Vs,ml,Go))fl.placement="ownLine",Ss(...fu)||(Is?ji(Is,fl):sl?Ra(sl,fl):oa(ku||Ys,fl));else if(Ui(hs,Vs,ml,Go))fl.placement="endOfLine",nl(...fu)||(sl?Ra(sl,fl):Is?ji(Is,fl):oa(ku||Ys,fl));else if(fl.placement="remaining",!Fs(...fu))if(sl&&Is){let Vl=ys.length;Vl>0&&ys[Vl-1].followingNode!==Is&&Ta(ys,hs,Vs),ys.push(Os)}else sl?Ra(sl,fl):Is?ji(Is,fl):oa(ku||Ys,fl)}if(Ta(ys,Zo,Mo),!Oo)for(let Go of to)delete Go.precedingNode,delete Go.enclosingNode,delete Go.followingNode}var Fa=to=>!/[\S\n\u2028\u2029]/.test(to);function rs(to,Bo,Zo,Mo){let{comment:ys,precedingNode:bo}=Zo[Mo],{locStart:Ls,locEnd:Qo}=Bo,Oo=Ls(ys);if(bo)for(let Ss=Mo-1;Ss>=0;Ss--){let{comment:nl,precedingNode:Fs}=Zo[Ss];if(Fs!==bo||!Fa(to.slice(Qo(nl),Oo)))break;Oo=Ls(nl)}return ea(to,Oo,{backwards:!0})}function Ui(to,Bo,Zo,Mo){let{comment:ys,followingNode:bo}=Zo[Mo],{locStart:Ls,locEnd:Qo}=Bo,Oo=Qo(ys);if(bo)for(let Ss=Mo+1;Ss<Zo.length;Ss++){let{comment:nl,followingNode:Fs}=Zo[Ss];if(Fs!==bo||!Fa(to.slice(Oo,Ls(nl))))break;Oo=Qo(nl)}return ea(to,Oo)}function Ta(to,Bo,Zo){let Mo=to.length;if(Mo===0)return;let{precedingNode:ys,followingNode:bo,enclosingNode:Ls}=to[0],Qo=Zo.printer.getGapRegex&&Zo.printer.getGapRegex(Ls)||/^[\s(]*$/,Oo=Zo.locStart(bo),Ss;for(Ss=Mo;Ss>0;--Ss){let{comment:nl,precedingNode:Fs,followingNode:ml}=to[Ss-1];vn.strictEqual(Fs,ys),vn.strictEqual(ml,bo);let Go=Bo.slice(Zo.locEnd(nl),Oo);if(Qo.test(Go))Oo=Zo.locStart(nl);else break}for(let[nl,{comment:Fs}]of to.entries())nl<Ss?Ra(ys,Fs):ji(bo,Fs);for(let nl of[ys,bo])nl.comments&&nl.comments.length>1&&nl.comments.sort((Fs,ml)=>Zo.locStart(Fs)-Zo.locStart(ml));to.length=0}function Fi(to,Bo){let Zo=to.getValue();return Zo.printed=!0,Bo.printer.printComment(to,Bo)}function aa(to,Bo,Zo){let Mo=Zo.locStart(Bo)-1;for(let ys=1;ys<to.length;++ys)if(Mo<Zo.locStart(to[ys]))return ys-1;return 0}function Un(to,Bo){let Zo=to.getValue(),Mo=[Fi(to,Bo)],{printer:ys,originalText:bo,locStart:Ls,locEnd:Qo}=Bo;if(ys.isBlockComment&&ys.isBlockComment(Zo)){let Ss=ea(bo,Qo(Zo))?ea(bo,Ls(Zo),{backwards:!0})?Fn:Vn:" ";Mo.push(Ss)}else Mo.push(Fn);let Oo=zi(bo,ta(bo,Qo(Zo)));return Oo!==!1&&ea(bo,Oo)&&Mo.push(Fn),Mo}function Gi(to,Bo){let Zo=to.getValue(),Mo=Fi(to,Bo),{printer:ys,originalText:bo,locStart:Ls}=Bo,Qo=ys.isBlockComment&&ys.isBlockComment(Zo);if(ea(bo,Ls(Zo),{backwards:!0})){let Ss=ki(bo,Zo,Ls);return Nn([Fn,Ss?Fn:"",Mo])}let Oo=[" ",Mo];return Qo||(Oo=[Nn(Oo),En]),Oo}function ra(to,Bo,Zo,Mo){let ys=[],bo=to.getValue();return!bo||!bo.comments||(to.each(()=>{let Ls=to.getValue();!Ls.leading&&!Ls.trailing&&(!Mo||Mo(Ls))&&ys.push(Fi(to,Bo))},"comments"),ys.length===0)?"":Zo?ui(Fn,ys):xn([Fn,ui(Fn,ys)])}function da(to,Bo,Zo){let Mo=to.getValue();if(!Mo)return{};let ys=Mo.comments||[];Zo&&(ys=ys.filter(Oo=>!Zo.has(Oo)));let bo=Mo===Bo.cursorNode;if(ys.length===0){let Oo=bo?Mi:"";return{leading:Oo,trailing:Oo}}let Ls=[],Qo=[];return to.each(()=>{let Oo=to.getValue();if(Zo&&Zo.has(Oo))return;let{leading:Ss,trailing:nl}=Oo;Ss?Ls.push(Un(to,Bo)):nl&&Qo.push(Gi(to,Bo))},"comments"),bo&&(Ls.unshift(Mi),Qo.push(Mi)),{leading:Ls,trailing:Qo}}function va(to,Bo,Zo,Mo){let{leading:ys,trailing:bo}=da(to,Zo,Mo);return!ys&&!bo?Bo:[ys,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}}}),Ad=Io({"src/common/ast-path.js"(Rn,di){kn();var vn=Rc();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}}),Ep=Io({"src/main/multiparser.js"(Rn,di){kn();var{utils:{stripTrailingHardline:vn}}=Cc(),{normalize:Vn}=cu(),Fn=wc();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=Js().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}}}),Wd=Io({"src/main/ast-to-doc.js"(Rn,di){kn();var vn=Ad(),{builders:{hardline:Vn,addAlignmentToDoc:Fn},utils:{propagateBreaks:En}}=Cc(),{printComments:xn}=wc(),Nn=Ep();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 rs=ea(Ra,ta,la,Ea);return Fa&&oa.set(Xa,rs),rs}}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}}),Zm=Io({"src/main/range-util.js"(Rn,di){kn();var vn=bc(),Vn=wc(),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 rs of xn(oa.parentNodes))if(Ba(rs)>=Xa)Ea=rs;else break;let Fa=la(oa.node);for(let rs of xn(ji.parentNodes)){if(la(rs)<=Fa)La=rs;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),rs=Xa(ji);if(!(oa>rs||oa<Fa||La==="rangeEnd"&&oa===Fa||La==="rangeStart"&&oa===rs)){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 rs=ui(Ra,Ba,oa,(aa,Un)=>ta(oa,aa,Un),[],"rangeStart"),Ui=Fa?rs:ui(Ra,la,oa,aa=>ta(oa,aa),[],"rangeEnd");if(!rs||!Ui)return{rangeStart:0,rangeEnd:0};let Ta,Fi;if(Fn(oa)){let aa=En(rs,Ui);Ta=aa,Fi=aa}else({startNode:Ta,endNode:Fi}=Nn(rs,Ui,oa));return{rangeStart:Math.min(La(Ta),La(Fi)),rangeEnd:Math.max(Ea(Ta),Ea(Fi))}}di.exports={calculateRange:ki,findNodeAtOffset:ui}}}),Jh=Io({"src/main/core.js"(Rn,di){kn();var{diffArrays:vn}=Tu(),{printer:{printDocToString:Vn},debug:{printDocToDebug:Fn}}=Cc(),{getAlignmentSize:En}=Wc(),{guessEndOfLine:xn,convertEndOfLineToChars:Nn,countEndOfLineChars:ui,normalizeEndOfLine:Mi}=Hu(),ea=cu().normalize,zi=jl(),ta=wc(),ki=Js(),ji=Wd(),oa=Zm(),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,Zo,Mo,ys;if(aa.cursorNode&&Aa.cursorNodeText?(to=aa.locStart(aa.cursorNode),Bo=ra.slice(to,aa.locEnd(aa.cursorNode)),Zo=aa.cursorOffset-to,Mo=Aa.cursorNodeStart,ys=Aa.cursorNodeText):(to=0,Bo=ra,Zo=aa.cursorOffset,Mo=0,ys=Aa.formatted),Bo===ys)return{formatted:Aa.formatted,cursorOffset:Mo+Zo,comments:da};let bo=[...Bo];bo.splice(Zo,0,Ba);let Ls=[...ys],Qo=vn(bo,Ls),Oo=Mo;for(let Ss of Qo)if(Ss.removed){if(Ss.value.includes(Ba))break}else Oo+=Ss.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),Zo=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=Zo.formatted.trimEnd(),{cursorOffset:ys}=aa;ys>da?ys+=Mo.length-va.length:Zo.cursorOffset>=0&&(ys=Zo.cursorOffset+ra);let bo=Gi.slice(0,ra)+Mo+Gi.slice(da);if(aa.endOfLine!=="lf"){let Ls=Nn(aa.endOfLine);ys>=0&&Ls===`\r
`&&(ys+=ui(bo.slice(0,ys),`
`)),bo=bo.replace(/\n/g,Ls)}return{formatted:bo,cursorOffset:ys,comments:Zo.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 rs(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}=rs(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}=rs(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))}}}}),yf=Io({"src/common/util-shared.js"(Rn,di){kn();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:rs,addTrailingComment:Ui}=Wc();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:rs,addTrailingComment:Ui}}}),Ff=Io({"src/utils/create-language.js"(Rn,di){kn(),di.exports=function(vn,Vn){let{languageId:Fn}=vn,En=pa(vn,Wi);return Object.assign(Object.assign({linguistLanguageId:Fn},En),Vn(vn))}}}),wm=Io({"node_modules/esutils/lib/ast.js"(Rn,di){kn(),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}}()}}),Ef=Io({"node_modules/esutils/lib/code.js"(Rn,di){kn(),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}}()}}),Xf=Io({"node_modules/esutils/lib/keyword.js"(Rn,di){kn(),function(){var vn=Ef();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}}()}}),jm=Io({"node_modules/esutils/lib/utils.js"(Rn){kn(),function(){Rn.ast=wm(),Rn.code=Ef(),Rn.keyword=Xf()}()}}),Od=Io({"src/language-js/utils/is-block-comment.js"(Rn,di){kn();var vn=new Set(["Block","CommentBlock","MultiLine"]),Vn=Fn=>vn.has(Fn==null?void 0:Fn.type);di.exports=Vn}}),Zh=Io({"src/language-js/utils/is-node-matches.js"(Rn,di){kn();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}}),kd=Io({"src/language-js/utils/index.js"(Rn,di){kn();var vn=jm().keyword.isIdentifierNameES5,{getLast:Vn,hasNewline:Fn,skipWhitespace:En,isNonEmptyArray:xn,isNextLineEmptyAfterIndex:Nn,getStringWidth:ui}=Wc(),{locStart:Mi,locEnd:ea,hasSameLocStart:zi}=Op(),ta=Od(),ki=Zh(),ji="(?:(?=.)\\s)",oa=new RegExp(`^${ji}*:`),Ra=new RegExp(`^${ji}*::`);function Ba(co){var il,tc;return((il=co.extra)===null||il===void 0?void 0:il.parenthesized)&&ta((tc=co.trailingComments)===null||tc===void 0?void 0:tc[0])&&oa.test(co.trailingComments[0].value)}function la(co){let il=co==null?void 0:co[0];return ta(il)&&Ra.test(il.value)}function La(co,il){if(!co||typeof co!="object")return!1;if(Array.isArray(co))return co.some(Uc=>La(Uc,il));let tc=il(co);return typeof tc=="boolean"?tc:Object.values(co).some(Uc=>La(Uc,il))}function Ea(co){return co.type==="AssignmentExpression"||co.type==="BinaryExpression"||co.type==="LogicalExpression"||co.type==="NGPipeExpression"||co.type==="ConditionalExpression"||fl(co)||sl(co)||co.type==="SequenceExpression"||co.type==="TaggedTemplateExpression"||co.type==="BindExpression"||co.type==="UpdateExpression"&&!co.prefix||Gd(co)||co.type==="TSNonNullExpression"}function Xa(co){var il,tc,Uc,Yc,ep,Sd;return co.expressions?co.expressions[0]:(il=(tc=(Uc=(Yc=(ep=(Sd=co.left)!==null&&Sd!==void 0?Sd:co.test)!==null&&ep!==void 0?ep:co.callee)!==null&&Yc!==void 0?Yc:co.object)!==null&&Uc!==void 0?Uc:co.tag)!==null&&tc!==void 0?tc:co.argument)!==null&&il!==void 0?il:co.expression}function Fa(co,il){if(il.expressions)return["expressions",0];if(il.left)return["left"];if(il.test)return["test"];if(il.object)return["object"];if(il.callee)return["callee"];if(il.tag)return["tag"];if(il.argument)return["argument"];if(il.expression)return["expression"];throw new Error("Unexpected node has no left side.")}function rs(co){return co=new Set(co),il=>co.has(il==null?void 0:il.type)}var Ui=rs(["Line","CommentLine","SingleLine","HashbangComment","HTMLOpen","HTMLClose"]),Ta=rs(["ExportDefaultDeclaration","ExportDefaultSpecifier","DeclareExportDeclaration","ExportNamedDeclaration","ExportAllDeclaration"]);function Fi(co){let il=co.getParentNode();return co.getName()==="declaration"&&Ta(il)?il:null}var aa=rs(["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=rs(["ObjectTypeAnnotation","TSTypeLiteral","TSMappedType"]),va=rs(["FunctionExpression","ArrowFunctionExpression"]);function Aa(co){return co.type==="FunctionExpression"||co.type==="ArrowFunctionExpression"&&co.body.type==="BlockStatement"}function to(co){return fl(co)&&co.callee.type==="Identifier"&&["async","inject","fakeAsync","waitForAsync"].includes(co.callee.name)}var Bo=rs(["JSXElement","JSXFragment"]);function Zo(co,il){if(co.parentParser!=="markdown"&&co.parentParser!=="mdx")return!1;let tc=il.getNode();if(!tc.expression||!Bo(tc.expression))return!1;let Uc=il.getParentNode();return Uc.type==="Program"&&Uc.body.length===1}function Mo(co){return co.kind==="get"||co.kind==="set"}function ys(co){return Mo(co)||zi(co,co.value)}function bo(co){return(co.type==="ObjectTypeProperty"||co.type==="ObjectTypeInternalSlot")&&co.value.type==="FunctionTypeAnnotation"&&!co.static&&!ys(co)}function Ls(co){return(co.type==="TypeAnnotation"||co.type==="TSTypeAnnotation")&&co.typeAnnotation.type==="FunctionTypeAnnotation"&&!co.static&&!zi(co,co.typeAnnotation)}var Qo=rs(["BinaryExpression","LogicalExpression","NGPipeExpression"]);function Oo(co){return sl(co)||co.type==="BindExpression"&&!!co.object}var Ss=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 nl(co){return co?!!((co.type==="GenericTypeAnnotation"||co.type==="TSTypeReference")&&!co.typeParameters||Ss.has(co.type)):!1}function Fs(co){let il=/^(?:before|after)(?:Each|All)$/;return co.callee.type==="Identifier"&&il.test(co.callee.name)&&co.arguments.length===1}var ml=["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 Go(co){return ki(co,ml)}function Os(co,il){if(co.type!=="CallExpression")return!1;if(co.arguments.length===1){if(to(co)&&il&&Os(il))return va(co.arguments[0]);if(Fs(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]))&&Go(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 fl=rs(["CallExpression","OptionalCallExpression"]),sl=rs(["MemberExpression","OptionalMemberExpression"]);function ku(co){let il="expressions";co.type==="TSTemplateLiteralType"&&(il="types");let tc=co[il];return tc.length===0?!1:tc.every(Uc=>{if(vu(Uc))return!1;if(Uc.type==="Identifier"||Uc.type==="ThisExpression")return!0;if(sl(Uc)){let Yc=Uc;for(;sl(Yc);)if(Yc.property.type!=="Identifier"&&Yc.property.type!=="Literal"&&Yc.property.type!=="StringLiteral"&&Yc.property.type!=="NumericLiteral"||(Yc=Yc.object,vu(Yc)))return!1;return Yc.type==="Identifier"||Yc.type==="ThisExpression"}return!1})}function Is(co,il){return co==="+"||co==="-"?co+il:il}function hs(co,il){let tc=Mi(il),Uc=En(co,ea(il));return Uc!==!1&&co.slice(tc,tc+2)==="/*"&&co.slice(Uc,Uc+2)==="*/"}function Vs(co,il){return Bo(il)?tl(il):vu(il,cl.Leading,tc=>Fn(co,ea(tc)))}function Ys(co,il){return il.parser!=="json"&&ra(co.key)&&ul(co.key).slice(1,-1)===co.key.value&&(vn(co.key.value)&&!(il.parser==="babel-ts"&&co.type==="ClassProperty"||il.parser==="typescript"&&co.type==="PropertyDefinition")||Gs(co.key.value)&&String(Number(co.key.value))===co.key.value&&(il.parser==="babel"||il.parser==="acorn"||il.parser==="espree"||il.parser==="meriyah"||il.parser==="__babel_estree"))}function Gs(co){return/^(?:\d+|\d+\.\d+)$/.test(co)}function fu(co,il){let tc=/^[fx]?(?:describe|it|test)$/;return il.type==="TaggedTemplateExpression"&&il.quasi===co&&il.tag.type==="MemberExpression"&&il.tag.property.type==="Identifier"&&il.tag.property.name==="each"&&(il.tag.object.type==="Identifier"&&tc.test(il.tag.object.name)||il.tag.object.type==="MemberExpression"&&il.tag.object.property.type==="Identifier"&&(il.tag.object.property.name==="only"||il.tag.object.property.name==="skip")&&il.tag.object.object.type==="Identifier"&&tc.test(il.tag.object.object.name))}function Vl(co){return co.quasis.some(il=>il.value.raw.includes(`
`))}function uc(co,il){return(co.type==="TemplateLiteral"&&Vl(co)||co.type==="TaggedTemplateExpression"&&Vl(co.quasi))&&!Fn(il,Mi(co),{backwards:!0})}function nd(co){if(!vu(co))return!1;let il=Vn(Es(co,cl.Dangling));return il&&!ta(il)}function Hc(co){if(co.length<=1)return!1;let il=0;for(let tc of co)if(va(tc)){if(il+=1,il>1)return!0}else if(fl(tc)){for(let Uc of tc.arguments)if(va(Uc))return!0}return!1}function hc(co){let il=co.getValue(),tc=co.getParentNode();return fl(il)&&fl(tc)&&tc.callee===il&&il.arguments.length>tc.arguments.length&&tc.arguments.length>0}function cc(co,il){if(il>=2)return!1;let tc=Sd=>cc(Sd,il+1),Uc=co.type==="Literal"&&"regex"in co&&co.regex.pattern||co.type==="RegExpLiteral"&&co.pattern;if(Uc&&ui(Uc)>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(Sd=>!Sd.value.raw.includes(`
`))&&co.expressions.every(tc);if(co.type==="ObjectExpression")return co.properties.every(Sd=>!Sd.computed&&(Sd.shorthand||Sd.value&&tc(Sd.value)));if(co.type==="ArrayExpression")return co.elements.every(Sd=>Sd===null||tc(Sd));if(yc(co))return(co.type==="ImportExpression"||cc(co.callee,il))&&gs(co).every(tc);if(sl(co))return cc(co.object,il)&&cc(co.property,il);let Yc={"!":!0,"-":!0,"+":!0,"~":!0};if(co.type==="UnaryExpression"&&Yc[co.operator])return cc(co.argument,il);let ep={"++":!0,"--":!0};return co.type==="UpdateExpression"&&ep[co.operator]?cc(co.argument,il):co.type==="TSNonNullExpression"?cc(co.expression,il):!1}function ul(co){var il,tc;return(il=(tc=co.extra)===null||tc===void 0?void 0:tc.raw)!==null&&il!==void 0?il:co.raw}function Jo(co){return co}function hl(co){return co.filepath&&/\.tsx$/i.test(co.filepath)}function Ms(co){let il=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"es5";return co.trailingComma==="es5"&&il==="es5"||co.trailingComma==="all"&&(il==="all"||il==="es5")}function dl(co,il){switch(co.type){case"BinaryExpression":case"LogicalExpression":case"AssignmentExpression":case"NGPipeExpression":return dl(co.left,il);case"MemberExpression":case"OptionalMemberExpression":return dl(co.object,il);case"TaggedTemplateExpression":return co.tag.type==="FunctionExpression"?!1:dl(co.tag,il);case"CallExpression":case"OptionalCallExpression":return co.callee.type==="FunctionExpression"?!1:dl(co.callee,il);case"ConditionalExpression":return dl(co.test,il);case"UpdateExpression":return!co.prefix&&dl(co.argument,il);case"BindExpression":return co.object&&dl(co.object,il);case"SequenceExpression":return dl(co.expressions[0],il);case"TSSatisfiesExpression":case"TSAsExpression":case"TSNonNullExpression":return dl(co.expression,il);default:return il(co)}}var Wu={"==":!0,"!=":!0,"===":!0,"!==":!0},$e={"*":!0,"/":!0,"%":!0},er={">>":!0,">>>":!0,"<<":!0};function ir(co,il){return!(dr(il)!==dr(co)||co==="**"||Wu[co]&&Wu[il]||il==="%"&&$e[co]||co==="%"&&$e[il]||il!==co&&$e[il]&&$e[co]||er[co]&&er[il])}var lr=new Map([["|>"],["??"],["||"],["&&"],["|"],["^"],["&"],["==","===","!=","!=="],["<",">","<=",">=","in","instanceof"],[">>","<<",">>>"],["+","-"],["*","/","%"],["**"]].flatMap((co,il)=>co.map(tc=>[tc,il])));function dr(co){return lr.get(co)}function $r(co){return!!er[co]||co==="|"||co==="^"||co==="&"}function Zr(co){var il;if(co.rest)return!0;let tc=mi(co);return((il=Vn(tc))===null||il===void 0?void 0:il.type)==="RestElement"}var Hn=new WeakMap;function mi(co){if(Hn.has(co))return Hn.get(co);let il=[];return co.this&&il.push(co.this),Array.isArray(co.parameters)?il.push(...co.parameters):Array.isArray(co.params)&&il.push(...co.params),co.rest&&il.push(co.rest),Hn.set(co,il),il}function ma(co,il){let tc=co.getValue(),Uc=0,Yc=ep=>il(ep,Uc++);tc.this&&co.call(Yc,"this"),Array.isArray(tc.parameters)?co.each(Yc,"parameters"):Array.isArray(tc.params)&&co.each(Yc,"params"),tc.rest&&co.call(Yc,"rest")}var io=new WeakMap;function gs(co){if(io.has(co))return io.get(co);let il=co.arguments;return co.type==="ImportExpression"&&(il=[co.source],co.attributes&&il.push(co.attributes)),io.set(co,il),il}function vs(co,il){let tc=co.getValue();tc.type==="ImportExpression"?(co.call(Uc=>il(Uc,0),"source"),tc.attributes&&co.call(Uc=>il(Uc,1),"attributes")):co.each(il,"arguments")}function xs(co){return co.value.trim()==="prettier-ignore"&&!co.unignore}function tl(co){return co&&(co.prettierIgnore||vu(co,cl.PrettierIgnore))}function Kl(co){let il=co.getValue();return tl(il)}var cl={Leading:2,Trailing:4,Dangling:8,Block:16,Line:32,PrettierIgnore:64,First:128,Last:256},hu=(co,il)=>{if(typeof co=="function"&&(il=co,co=0),co||il)return(tc,Uc,Yc)=>!(co&cl.Leading&&!tc.leading||co&cl.Trailing&&!tc.trailing||co&cl.Dangling&&(tc.leading||tc.trailing)||co&cl.Block&&!ta(tc)||co&cl.Line&&!Ui(tc)||co&cl.First&&Uc!==0||co&cl.Last&&Uc!==Yc.length-1||co&cl.PrettierIgnore&&!xs(tc)||il&&!il(tc))};function vu(co,il,tc){if(!xn(co==null?void 0:co.comments))return!1;let Uc=hu(il,tc);return Uc?co.comments.some(Uc):!0}function Es(co,il,tc){if(!Array.isArray(co==null?void 0:co.comments))return[];let Uc=hu(il,tc);return Uc?co.comments.filter(Uc):co.comments}var mc=(co,il)=>{let{originalText:tc}=il;return Nn(tc,ea(co))};function yc(co){return fl(co)||co.type==="NewExpression"||co.type==="ImportExpression"}function Fu(co){return co&&(co.type==="ObjectProperty"||co.type==="Property"&&!co.method&&co.kind==="init")}function fc(co){return!!co.__isUsingHackPipeline}var qc=Symbol("ifWithoutBlockAndSameLineComment");function Gd(co){return co.type==="TSAsExpression"||co.type==="TSSatisfiesExpression"}di.exports={getFunctionParameters:mi,iterateFunctionParametersPath:ma,getCallArguments:gs,iterateCallArgumentsPath:vs,hasRestParameter:Zr,getLeftSide:Xa,getLeftSidePathName:Fa,getParentExportDeclaration:Fi,getTypeScriptMappedTypeModifier:Is,hasFlowAnnotationComment:la,hasFlowShorthandAnnotationComment:Ba,hasLeadingOwnLineComment:Vs,hasNakedLeftSide:Ea,hasNode:La,hasIgnoreComment:Kl,hasNodeIgnoreComment:tl,identity:Jo,isBinaryish:Qo,isCallLikeExpression:yc,isEnabledHackPipeline:fc,isLineComment:Ui,isPrettierIgnoreComment:xs,isCallExpression:fl,isMemberExpression:sl,isExportDeclaration:Ta,isFlowAnnotationComment:hs,isFunctionCompositionArgs:Hc,isFunctionNotation:ys,isFunctionOrArrowExpression:va,isGetterOrSetter:Mo,isJestEachTemplateLiteral:fu,isJsxNode:Bo,isLiteral:aa,isLongCurriedCallExpression:hc,isSimpleCallArgument:cc,isMemberish:Oo,isNumericLiteral:Un,isSignedNumericLiteral:Gi,isObjectProperty:Fu,isObjectType:da,isObjectTypePropertyAFunction:bo,isSimpleType:nl,isSimpleNumber:Gs,isSimpleTemplateLiteral:ku,isStringLiteral:ra,isStringPropSafeToUnquote:Ys,isTemplateOnItsOwnLine:uc,isTestCall:Os,isTheOnlyJsxElementInMarkdown:Zo,isTSXFile:hl,isTypeAnnotationAFunction:Ls,isNextLineEmpty:mc,needsHardlineAfterDanglingComment:nd,rawText:ul,shouldPrintComma:Ms,isBitwiseOperator:$r,shouldFlatten:ir,startsWithNoLookaheadToken:dl,getPrecedence:dr,hasComment:vu,getComments:Es,CommentCheckFlags:cl,markerForIfWithoutBlockAndSameLineComment:qc,isTSTypeExpression:Gd}}}),Xp=Io({"src/language-js/print/template-literal.js"(Rn,di){kn();var vn=Rc(),{getStringWidth:Vn,getIndentSize:Fn}=Wc(),{builders:{join:En,hardline:xn,softline:Nn,group:ui,indent:Mi,align:ea,lineSuffixBoundary:zi,addAlignmentToDoc:ta},printer:{printDocToString:ki},utils:{mapDoc:ji}}=Cc(),{isBinaryish:oa,isJestEachTemplateLiteral:Ra,isSimpleTemplateLiteral:Ba,hasComment:la,isMemberExpression:La,isTSTypeExpression:Ea}=kd();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 Zo=Bo.getName();if(va.push(Un()),Zo<Aa.length){let{tabWidth:Mo}=Gi,ys=Bo.getValue(),bo=Fn(ys.value.raw,Mo),Ls=Aa[Zo];if(!to){let Oo=ra[da][Zo];(la(Oo)||La(Oo)||Oo.type==="ConditionalExpression"||Oo.type==="SequenceExpression"||Ea(Oo)||oa(Oo))&&(Ls=[Mi([Nn,Ls]),Nn])}let Qo=bo===0&&ys.value.raw.endsWith(`
`)?ea(Number.NEGATIVE_INFINITY,Ls):ta(Ls,bo,Mo);va.push(ui(["${",Qo,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 Ls=vn(Bo),Qo=to[bo-1];Ls.cells.push(Qo),Qo.includes(`
`)&&(Ls.hasLineBreak=!0),ra.quasis[bo].value.raw.includes(`
`)&&Bo.push({hasLineBreak:!1,cells:[]})}let Zo=Math.max(da.length,...Bo.map(bo=>bo.cells.length)),Mo=Array.from({length:Zo}).fill(0),ys=[{cells:da},...Bo.filter(bo=>bo.cells.length>0)];for(let{cells:bo}of ys.filter(Ls=>!Ls.hasLineBreak))for(let[Ls,Qo]of bo.entries())Mo[Ls]=Math.max(Mo[Ls],Vn(Qo));return Aa.push(zi,"`",Mi([xn,En(xn,ys.map(bo=>En(" | ",bo.cells.map((Ls,Qo)=>bo.hasLineBreak?Ls:Ls+" ".repeat(Mo[Qo]-Vn(Ls))))))]),xn,"`"),Aa}}function rs(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=>rs(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}}}),Fm=Io({"src/language-js/embed/markdown.js"(Rn,di){kn();var{builders:{indent:vn,softline:Vn,literalline:Fn,dedentToRoot:En}}=Cc(),{escapeTemplateCharacters:xn}=Xp();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}}),Pp=Io({"src/language-js/embed/css.js"(Rn,di){kn();var{isNonEmptyArray:vn}=Wc(),{builders:{indent:Vn,hardline:Fn,softline:En},utils:{mapDoc:xn,replaceEndOfLine:Nn,cleanDoc:ui}}=Cc(),{printTemplateExpressions:Mi}=Xp();function ea(ki,ji,oa){let Ra=ki.getValue(),Ba=Ra.quasis.map(Fa=>Fa.value.raw),la=0,La=Ba.reduce((Fa,rs,Ui)=>Ui===0?rs:Fa+"@prettier-placeholder-"+la+++"-id"+rs,""),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}}),um=Io({"src/language-js/embed/graphql.js"(Rn,di){kn();var{builders:{indent:vn,join:Vn,hardline:Fn}}=Cc(),{escapeTemplateCharacters:En,printTemplateExpressions:xn}=Xp();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,rs=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(""),rs&&oa.push(rs)}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}}),Uf=Io({"src/language-js/embed/html.js"(Rn,di){kn();var{builders:{indent:vn,line:Vn,hardline:Fn,group:En},utils:{mapDoc:xn}}=Cc(),{printTemplateExpressions:Nn,uncookTemplateElementValue:ui}=Xp(),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"),rs=0,Ui=ki(Ea,{parser:Ra,__onHtmlRoot(Gi){rs=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,rs>1?vn(En(Ta)):En(Ta),aa,"`"])}di.exports=ea}}),Vf=Io({"src/language-js/embed.js"(Rn,di){kn();var{hasComment:vn,CommentCheckFlags:Vn,isObjectProperty:Fn}=kd(),En=Fm(),xn=Pp(),Nn=um(),ui=Uf();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"||rs(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 rs(Ui){let{quasis:Ta}=Ui;return Ta.some(Fi=>{let{value:{cooked:aa}}=Fi;return aa===null})}di.exports=ea}}),yh=Io({"src/language-js/clean.js"(Rn,di){kn();var vn=Od(),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}}),Th={};yu(Th,{EOL:()=>$o,arch:()=>So,cpus:()=>us,default:()=>ws,endianness:()=>Sf,freemem:()=>Ih,getNetworkInterfaces:()=>eo,hostname:()=>Um,loadavg:()=>xm,networkInterfaces:()=>Ao,platform:()=>Ro,release:()=>Do,tmpDir:()=>no,tmpdir:()=>Ja,totalmem:()=>ks,type:()=>Co,uptime:()=>Qf});function Sf(){if(typeof Yo>"u"){var Rn=new ArrayBuffer(2),di=new Uint8Array(Rn),vn=new Uint16Array(Rn);if(di[0]=1,di[1]=2,vn[0]===258)Yo="BE";else if(vn[0]===513)Yo="LE";else throw new Error("unable to figure out endianess")}return Yo}function Um(){return typeof globalThis.location<"u"?globalThis.location.hostname:""}function xm(){return[]}function Qf(){return 0}function Ih(){return Number.MAX_VALUE}function ks(){return Number.MAX_VALUE}function us(){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 Yo,Ja,$o,ws,fs=pu({"node-modules-polyfills:os"(){kn(),Ja=no,$o=`
`,ws={EOL:$o,tmpdir:Ja,tmpDir:no,networkInterfaces:Ao,getNetworkInterfaces:eo,release:Do,type:Co,cpus:us,totalmem:ks,freemem:Ih,uptime:Qf,loadavg:xm,hostname:Um,endianness:Sf}}}),Bs=Io({"node-modules-polyfills-commonjs:os"(Rn,di){kn();var vn=(fs(),Vu(Th));if(vn&&vn.default){di.exports=vn.default;for(let Vn in vn)di.exports[Vn]=vn[Vn]}else vn&&(di.exports=vn)}}),Ks=Io({"node_modules/detect-newline/index.js"(Rn,di){kn();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)||`
`}}),js=Io({"node_modules/jest-docblock/build/index.js"(Rn){kn(),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=Bs();return di=function(){return La},La}function vn(){let La=Vn(Ks());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),rs=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:rs,pragmas:Fa}}function Ba(La){let{comments:Ea="",pragmas:Xa={}}=La,Fa=(0,vn().default)(Ea)||di().EOL,rs="/**",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`${rs} ${la(Fi[0],Gi)[0]}${Ta}`}}let Un=Ea.split(Fa).map(Gi=>`${Ui} ${Gi}`).join(Fa)+Fa;return rs+Fa+(Ea?Un:"")+(Ea&&Fi.length?Ui+Fa:"")+aa+Ta}function la(La,Ea){return ta.concat(Ea).map(Xa=>`@${La} ${Xa}`.trim())}}}),pl=Io({"src/language-js/utils/get-shebang.js"(Rn,di){kn();function vn(Vn){if(!Vn.startsWith("#!"))return"";let Fn=Vn.indexOf(`
`);return Fn===-1?Vn:Vn.slice(0,Fn)}di.exports=vn}}),is=Io({"src/language-js/pragma.js"(Rn,di){kn();var{parseWithComments:vn,strip:Vn,extract:Fn,print:En}=js(),{normalizeEndOfLine:xn}=Hu(),Nn=pl();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}}}),ol=Io({"src/language-js/utils/is-type-cast-comment.js"(Rn,di){kn();var vn=Od();function Vn(Fn){return vn(Fn)&&Fn.value[0]==="*"&&/@(?:type|satisfies)\b/.test(Fn.value)}di.exports=Vn}}),Ts=Io({"src/language-js/comments.js"(Rn,di){kn();var{getLast:vn,hasNewline:Vn,getNextNonSpaceNonCommentCharacterIndexWithStartIndex:Fn,getNextNonSpaceNonCommentCharacter:En,hasNewlineInRange:xn,addLeadingComment:Nn,addTrailingComment:ui,addDanglingComment:Mi,getNextNonSpaceNonCommentCharacterIndex:ea,isNonEmptyArray:zi}=Wc(),{getFunctionParameters:ta,isPrettierIgnoreComment:ki,isJsxNode:ji,hasFlowShorthandAnnotationComment:oa,hasFlowAnnotationComment:Ra,hasIgnoreComment:Ba,isCallLikeExpression:la,getCallArguments:La,isCallExpression:Ea,isMemberExpression:Xa,isObjectProperty:Fa,isLineComment:rs,getComments:Ui,CommentCheckFlags:Ta,markerForIfWithoutBlockAndSameLineComment:Fi}=kd(),{locStart:aa,locEnd:Un}=Op(),Gi=Od(),ra=ol();function da(er){return[Jo,ku,Ls,Mo,ys,bo,nl,Vl,Ys,fu,uc,nd,ml,Is,hs].some(ir=>ir(er))}function va(er){return[Zo,ku,Qo,uc,Mo,ys,bo,nl,Is,Vs,Gs,fu,cc,hs,Ms].some(ir=>ir(er))}function Aa(er){return[Jo,Mo,ys,Oo,sl,ml,fu,fl,Os,hl,hs,ul].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 Zo(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 ys(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 Ls(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 Qo(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 Ss=new Set(["ClassDeclaration","ClassExpression","DeclareClass","DeclareInterface","InterfaceDeclaration","TSInterfaceDeclaration"]);function nl(er){let{comment:ir,precedingNode:lr,enclosingNode:dr,followingNode:$r}=er;if(Ss.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 Fs=new Set(["ClassMethod","ClassProperty","PropertyDefinition","TSAbstractPropertyDefinition","TSAbstractMethodDefinition","TSDeclareMethod","MethodDefinition","ClassAccessorProperty","AccessorProperty","TSAbstractAccessorProperty"]);function ml(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"&&Fs.has(dr==null?void 0:dr.type)?(ui(lr,ir),!0):!1}var Go=new Set(["FunctionDeclaration","FunctionExpression","ClassMethod","MethodDefinition","ObjectMethod"]);function Os(er){let{comment:ir,precedingNode:lr,enclosingNode:dr,text:$r}=er;return En($r,ir,Un)!=="("?!1:lr&&Go.has(dr==null?void 0:dr.type)?(ui(lr,ir),!0):!1}function fl(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 sl(er){let{comment:ir,enclosingNode:lr,text:dr}=er;return En(dr,ir,Un)!==")"?!1:lr&&(dl(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 ku(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&&dl(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 Is(er){let{comment:ir,enclosingNode:lr}=er;return(lr==null?void 0:lr.type)==="LabeledStatement"?(Nn(lr,ir),!0):!1}function hs(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 Vs(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 Ys(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 Gs(er){let{comment:ir,enclosingNode:lr}=er;return Fa(lr)?(Nn(lr,ir),!0):!1}function fu(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 Vl(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 uc(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 nd(er){let{comment:ir,enclosingNode:lr}=er;return(lr==null?void 0:lr.type)==="AssignmentPattern"?(Nn(lr,ir),!0):!1}var Hc=new Set(["VariableDeclarator","AssignmentExpression","TypeAlias","TSTypeAliasDeclaration"]),hc=new Set(["ObjectExpression","ArrayExpression","TemplateLiteral","TaggedTemplateExpression","ObjectTypeAnnotation","TSTypeLiteral"]);function cc(er){let{comment:ir,enclosingNode:lr,followingNode:dr}=er;return Hc.has(lr==null?void 0:lr.type)&&dr&&(hc.has(dr.type)||Gi(ir))?(Nn(dr,ir),!0):!1}function ul(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 Jo(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 hl(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 Ms(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"&&rs(ir)?to(dr,ir):Mi(lr,ir),!0)}function dl(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 Wu(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:Wu,willPrintOwnComments:$e}}}),Cs=Io({"src/language-js/needs-parens.js"(Rn,di){kn();var vn=Rc(),Vn=Rm(),{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}=kd();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 rs(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 rs(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=>rs(Un,Ta),...En(Ui,Fi))}di.exports=Ba}}),Ns=Io({"src/language-js/print-preprocess.js"(Rn,di){kn();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}}),Ps=Io({"src/language-js/print/html-binding.js"(Rn,di){kn();var{builders:{join:vn,line:Vn,group:Fn,softline:En,indent:xn}}=Cc();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}}}),Cl=Io({"src/language-js/print/binaryish.js"(Rn,di){kn();var{printComments:vn}=wc(),{getLast:Vn}=Wc(),{builders:{join:Fn,line:En,softline:xn,group:Nn,indent:ui,align:Mi,indentIfBreak:ea},utils:{cleanDoc:zi,getDocParts:ta,isConcat:ki}}=Cc(),{hasLeadingOwnLineComment:ji,isBinaryish:oa,isJsxNode:Ra,shouldFlatten:Ba,hasComment:la,CommentCheckFlags:La,isCallExpression:Ea,isMemberExpression:Xa,isObjectProperty:Fa,isEnabledHackPipeline:rs}=kd(),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=rs(Gi)&&da.operator==="|>",Zo=Fi(Un,ra,Gi,!1,to);if(to)return Zo;if(Bo)return Nn(Zo);if(Ea(va)&&va.callee===da||va.type==="UnaryExpression"||Xa(va)&&!va.computed)return Nn([ui([xn,...Zo]),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",ys=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)&&ys)return Nn(Zo);if(Zo.length===0)return"";let Ls=Ra(da.right),Qo=Zo.findIndex(Go=>typeof Go!="string"&&!Array.isArray(Go)&&Go.type==="group"),Oo=Zo.slice(0,Qo===-1?1:Qo+1),Ss=Zo.slice(Oo.length,Ls?-1:void 0),nl=Symbol("logicalChain-"+ ++Ui),Fs=Nn([...Oo,ui(Ss)],{id:nl});if(!Ls)return Fs;let ml=Vn(Zo);return Nn([Fs,ea(ml,{groupId:nl})])}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(Ss=>Fi(Ss,Gi,ra,!0,va),"left"):to.push(Nn(Gi("left")));let Bo=aa(Aa),Zo=(Aa.operator==="|>"||Aa.type==="NGPipeExpression"||Aa.operator==="|"&&ra.parser==="__vue_expression")&&!ji(ra.originalText,Aa.right),Mo=Aa.type==="NGPipeExpression"?"|":Aa.operator,ys=Aa.type==="NGPipeExpression"&&Aa.arguments.length>0?Nn(ui([En,": ",Fn([En,": "],Un.map(Gi,"arguments").map(Ss=>Mi(2,Nn(Ss))))])):"",bo;if(Bo)bo=[Mo," ",Gi("right"),ys];else{let Ss=rs(ra)&&Mo==="|>"?Un.call(nl=>Fi(nl,Gi,ra,!0,va),"right"):Gi("right");bo=[Zo?En:"",Mo,Zo?" ":En,Ss,ys]}let Ls=Un.getParentNode(),Qo=la(Aa.left,La.Trailing|La.Line),Oo=Qo||!(va&&Aa.type==="LogicalExpression")&&Ls.type!==Aa.type&&Aa.left.type!==Aa.type&&Aa.right.type!==Aa.type;if(to.push(Zo?"":" ",Oo?Nn(bo,{shouldBreak:Qo}):bo),da&&la(Aa)){let Ss=zi(vn(Un,to,ra));return ki(Ss)||Ss.type==="fill"?ta(Ss):[Ss]}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}}}),Bl=Io({"src/language-js/print/angular.js"(Rn,di){kn();var{builders:{join:vn,line:Vn,group:Fn}}=Cc(),{hasNode:En,hasComment:xn,getComments:Nn}=kd(),{printBinaryishExpression:ui}=Cl();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}}}),Eu=Io({"src/language-js/print/jsx.js"(Rn,di){kn();var{printComments:vn,printDanglingComments:Vn,printCommentsSeparately:Fn}=wc(),{builders:{line:En,hardline:xn,softline:Nn,group:ui,indent:Mi,conditionalGroup:ea,fill:zi,ifBreak:ta,lineSuffixBoundary:ki,join:ji},utils:{willBreak:oa}}=Cc(),{getLast:Ra,getPreferredQuote:Ba}=Wc(),{isJsxNode:la,rawText:La,isCallExpression:Ea,isStringLiteral:Xa,isBinaryish:Fa,hasComment:rs,CommentCheckFlags:Ui,hasNodeIgnoreComment:Ta}=kd(),Fi=Cs(),{willPrintOwnComments:aa}=Ts(),Un=hs=>hs===""||hs===En||hs===xn||hs===Nn;function Gi(hs,Vs,Ys){let Gs=hs.getValue();if(Gs.type==="JSXElement"&&fl(Gs))return[Ys("openingElement"),Ys("closingElement")];let fu=Gs.type==="JSXElement"?Ys("openingElement"):Ys("openingFragment"),Vl=Gs.type==="JSXElement"?Ys("closingElement"):Ys("closingFragment");if(Gs.children.length===1&&Gs.children[0].type==="JSXExpressionContainer"&&(Gs.children[0].expression.type==="TemplateLiteral"||Gs.children[0].expression.type==="TaggedTemplateExpression"))return[fu,...hs.map(Ys,"children"),Vl];Gs.children=Gs.children.map(ir=>ku(ir)?{type:"JSXText",value:" ",raw:" "}:ir);let uc=Gs.children.some(la),nd=Gs.children.filter(ir=>ir.type==="JSXExpressionContainer").length>1,Hc=Gs.type==="JSXElement"&&Gs.openingElement.attributes.length>1,hc=oa(fu)||uc||Hc||nd,cc=hs.getParentNode().rootMarker==="mdx",ul=Vs.singleQuote?"{' '}":'{" "}',Jo=cc?" ":ta([ul,Nn]," "),hl=Gs.openingElement&&Gs.openingElement.name&&Gs.openingElement.name.name==="fbt",Ms=ra(hs,Vs,Ys,Jo,hl),dl=Gs.children.some(ir=>sl(ir));for(let ir=Ms.length-2;ir>=0;ir--){let lr=Ms[ir]===""&&Ms[ir+1]==="",dr=Ms[ir]===xn&&Ms[ir+1]===""&&Ms[ir+2]===xn,$r=(Ms[ir]===Nn||Ms[ir]===xn)&&Ms[ir+1]===""&&Ms[ir+2]===Jo,Zr=Ms[ir]===Jo&&Ms[ir+1]===""&&(Ms[ir+2]===Nn||Ms[ir+2]===xn),Hn=Ms[ir]===Jo&&Ms[ir+1]===""&&Ms[ir+2]===Jo,mi=Ms[ir]===Nn&&Ms[ir+1]===""&&Ms[ir+2]===xn||Ms[ir]===xn&&Ms[ir+1]===""&&Ms[ir+2]===Nn;dr&&dl||lr||$r||Hn||mi?Ms.splice(ir,2):Zr&&Ms.splice(ir+1,2)}for(;Ms.length>0&&Un(Ra(Ms));)Ms.pop();for(;Ms.length>1&&Un(Ms[0])&&Un(Ms[1]);)Ms.shift(),Ms.shift();let Wu=[];for(let[ir,lr]of Ms.entries()){if(lr===Jo){if(ir===1&&Ms[ir-1]===""){if(Ms.length===2){Wu.push(ul);continue}Wu.push([ul,xn]);continue}else if(ir===Ms.length-1){Wu.push(ul);continue}else if(Ms[ir-1]===""&&Ms[ir-2]===xn){Wu.push(ul);continue}}Wu.push(lr),oa(lr)&&(hc=!0)}let $e=dl?zi(Wu):ui(Wu,{shouldBreak:!0});if(cc)return $e;let er=ui([fu,Mi([xn,$e]),xn,Vl]);return hc?er:ea([ui([fu,...Ms,Vl]),er])}function ra(hs,Vs,Ys,Gs,fu){let Vl=[];return hs.each((uc,nd,Hc)=>{let hc=uc.getValue();if(hc.type==="JSXText"){let cc=La(hc);if(sl(hc)){let ul=cc.split(ml);if(ul[0]===""){if(Vl.push(""),ul.shift(),/\n/.test(ul[0])){let hl=Hc[nd+1];Vl.push(va(fu,ul[1],hc,hl))}else Vl.push(Gs);ul.shift()}let Jo;if(Ra(ul)===""&&(ul.pop(),Jo=ul.pop()),ul.length===0)return;for(let[hl,Ms]of ul.entries())hl%2===1?Vl.push(En):Vl.push(Ms);if(Jo!==void 0)if(/\n/.test(Jo)){let hl=Hc[nd+1];Vl.push(va(fu,Ra(Vl),hc,hl))}else Vl.push(Gs);else{let hl=Hc[nd+1];Vl.push(da(fu,Ra(Vl),hc,hl))}}else/\n/.test(cc)?cc.match(/\n/g).length>1&&Vl.push("",xn):Vl.push("",Gs)}else{let cc=Ys();Vl.push(cc);let ul=Hc[nd+1];if(ul&&sl(ul)){let Jo=Os(La(ul)).split(ml)[0];Vl.push(da(fu,Jo,hc,ul))}else Vl.push(xn)}},"children"),Vl}function da(hs,Vs,Ys,Gs){return hs?"":Ys.type==="JSXElement"&&!Ys.closingElement||Gs&&Gs.type==="JSXElement"&&!Gs.closingElement?Vs.length===1?Nn:xn:Nn}function va(hs,Vs,Ys,Gs){return hs?xn:Vs.length===1?Ys.type==="JSXElement"&&!Ys.closingElement||Gs&&Gs.type==="JSXElement"&&!Gs.closingElement?xn:Nn:xn}function Aa(hs,Vs,Ys){let Gs=hs.getParentNode();if(!Gs||{ArrayExpression:!0,JSXAttribute:!0,JSXElement:!0,JSXExpressionContainer:!0,JSXFragment:!0,ExpressionStatement:!0,CallExpression:!0,OptionalCallExpression:!0,ConditionalExpression:!0,JsExpressionRoot:!0}[Gs.type])return Vs;let fu=hs.match(void 0,uc=>uc.type==="ArrowFunctionExpression",Ea,uc=>uc.type==="JSXExpressionContainer"),Vl=Fi(hs,Ys);return ui([Vl?"":ta("("),Mi([Nn,Vs]),Nn,Vl?"":ta(")")],{shouldBreak:fu})}function to(hs,Vs,Ys){let Gs=hs.getValue(),fu=[];if(fu.push(Ys("name")),Gs.value){let Vl;if(Xa(Gs.value)){let uc=La(Gs.value).slice(1,-1).replace(/&apos;/g,"'").replace(/&quot;/g,'"'),{escaped:nd,quote:Hc,regex:hc}=Ba(uc,Vs.jsxSingleQuote?"'":'"');uc=uc.replace(hc,nd);let{leading:cc,trailing:ul}=hs.call(()=>Fn(hs,Vs),"value");Vl=[cc,Hc,uc,Hc,ul]}else Vl=Ys("value");fu.push("=",Vl)}return fu}function Bo(hs,Vs,Ys){let Gs=hs.getValue(),fu=(Vl,uc)=>Vl.type==="JSXEmptyExpression"||!rs(Vl)&&(Vl.type==="ArrayExpression"||Vl.type==="ObjectExpression"||Vl.type==="ArrowFunctionExpression"||Vl.type==="AwaitExpression"&&(fu(Vl.argument,Vl)||Vl.argument.type==="JSXElement")||Ea(Vl)||Vl.type==="FunctionExpression"||Vl.type==="TemplateLiteral"||Vl.type==="TaggedTemplateExpression"||Vl.type==="DoExpression"||la(uc)&&(Vl.type==="ConditionalExpression"||Fa(Vl)));return fu(Gs.expression,hs.getParentNode(0))?ui(["{",Ys("expression"),ki,"}"]):ui(["{",Mi([Nn,Ys("expression")]),Nn,ki,"}"])}function Zo(hs,Vs,Ys){let Gs=hs.getValue(),fu=Gs.name&&rs(Gs.name)||Gs.typeParameters&&rs(Gs.typeParameters);if(Gs.selfClosing&&Gs.attributes.length===0&&!fu)return["<",Ys("name"),Ys("typeParameters")," />"];if(Gs.attributes&&Gs.attributes.length===1&&Gs.attributes[0].value&&Xa(Gs.attributes[0].value)&&!Gs.attributes[0].value.value.includes(`
`)&&!fu&&!rs(Gs.attributes[0]))return ui(["<",Ys("name"),Ys("typeParameters")," ",...hs.map(Ys,"attributes"),Gs.selfClosing?" />":">"]);let Vl=Gs.attributes&&Gs.attributes.some(nd=>nd.value&&Xa(nd.value)&&nd.value.value.includes(`
`)),uc=Vs.singleAttributePerLine&&Gs.attributes.length>1?xn:En;return ui(["<",Ys("name"),Ys("typeParameters"),Mi(hs.map(()=>[uc,Ys()],"attributes")),...Mo(Gs,Vs,fu)],{shouldBreak:Vl})}function Mo(hs,Vs,Ys){return hs.selfClosing?[En,"/>"]:ys(hs,Vs,Ys)?[">"]:[Nn,">"]}function ys(hs,Vs,Ys){let Gs=hs.attributes.length>0&&rs(Ra(hs.attributes),Ui.Trailing);return hs.attributes.length===0&&!Ys||(Vs.bracketSameLine||Vs.jsxBracketSameLine)&&(!Ys||hs.attributes.length>0)&&!Gs}function bo(hs,Vs,Ys){let Gs=hs.getValue(),fu=[];fu.push("</");let Vl=Ys("name");return rs(Gs.name,Ui.Leading|Ui.Line)?fu.push(Mi([xn,Vl]),xn):rs(Gs.name,Ui.Leading|Ui.Block)?fu.push(" ",Vl):fu.push(Vl),fu.push(">"),fu}function Ls(hs,Vs){let Ys=hs.getValue(),Gs=rs(Ys),fu=rs(Ys,Ui.Line),Vl=Ys.type==="JSXOpeningFragment";return[Vl?"<":"</",Mi([fu?xn:Gs&&!Vl?" ":"",Vn(hs,Vs,!0)]),fu?xn:"",">"]}function Qo(hs,Vs,Ys){let Gs=vn(hs,Gi(hs,Vs,Ys),Vs);return Aa(hs,Gs,Vs)}function Oo(hs,Vs){let Ys=hs.getValue(),Gs=rs(Ys,Ui.Line);return[Vn(hs,Vs,!Gs),Gs?xn:""]}function Ss(hs,Vs,Ys){let Gs=hs.getValue();return["{",hs.call(fu=>{let Vl=["...",Ys()],uc=fu.getValue();return!rs(uc)||!aa(fu)?Vl:[Mi([Nn,vn(fu,Vl,Vs)]),Nn]},Gs.type==="JSXSpreadAttribute"?"argument":"expression"),"}"]}function nl(hs,Vs,Ys){let Gs=hs.getValue();if(Gs.type.startsWith("JSX"))switch(Gs.type){case"JSXAttribute":return to(hs,Vs,Ys);case"JSXIdentifier":return String(Gs.name);case"JSXNamespacedName":return ji(":",[Ys("namespace"),Ys("name")]);case"JSXMemberExpression":return ji(".",[Ys("object"),Ys("property")]);case"JSXSpreadAttribute":return Ss(hs,Vs,Ys);case"JSXSpreadChild":return Ss(hs,Vs,Ys);case"JSXExpressionContainer":return Bo(hs,Vs,Ys);case"JSXFragment":case"JSXElement":return Qo(hs,Vs,Ys);case"JSXOpeningElement":return Zo(hs,Vs,Ys);case"JSXClosingElement":return bo(hs,Vs,Ys);case"JSXOpeningFragment":case"JSXClosingFragment":return Ls(hs,Vs);case"JSXEmptyExpression":return Oo(hs,Vs);case"JSXText":throw new Error("JSXText should be handled by JSXElement");default:throw new Error(`Unknown JSX node type: ${JSON.stringify(Gs.type)}.`)}}var Fs=`
\r `,ml=new RegExp("(["+Fs+"]+)"),Go=new RegExp("[^"+Fs+"]"),Os=hs=>hs.replace(new RegExp("(?:^"+ml.source+"|"+ml.source+"$)"),"");function fl(hs){if(hs.children.length===0)return!0;if(hs.children.length>1)return!1;let Vs=hs.children[0];return Vs.type==="JSXText"&&!sl(Vs)}function sl(hs){return hs.type==="JSXText"&&(Go.test(La(hs))||!/\n/.test(La(hs)))}function ku(hs){return hs.type==="JSXExpressionContainer"&&Xa(hs.expression)&&hs.expression.value===" "&&!rs(hs.expression)}function Is(hs){let Vs=hs.getValue(),Ys=hs.getParentNode();if(!Ys||!Vs||!la(Vs)||!la(Ys))return!1;let Gs=Ys.children.indexOf(Vs),fu=null;for(let Vl=Gs;Vl>0;Vl--){let uc=Ys.children[Vl-1];if(!(uc.type==="JSXText"&&!sl(uc))){fu=uc;break}}return fu&&fu.type==="JSXExpressionContainer"&&fu.expression.type==="JSXEmptyExpression"&&Ta(fu.expression)}di.exports={hasJsxIgnoreComment:Is,printJsx:nl}}}),vl=Io({"src/language-js/print/misc.js"(Rn,di){kn();var{isNonEmptyArray:vn}=Wc(),{builders:{indent:Vn,join:Fn,line:En}}=Cc(),{isFlowAnnotationComment:xn}=kd();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}}}),Zl=Io({"src/language-js/print/array.js"(Rn,di){kn();var{printDanglingComments:vn}=wc(),{builders:{line:Vn,softline:Fn,hardline:En,group:xn,indent:Nn,ifBreak:ui,fill:Mi}}=Cc(),{getLast:ea,hasNewline:zi}=Wc(),{shouldPrintComma:ta,hasComment:ki,CommentCheckFlags:ji,isNextLineEmpty:oa,isNumericLiteral:Ra,isSignedNumericLiteral:Ba}=kd(),{locStart:la}=Op(),{printOptionalToken:La,printTypeAnnotation:Ea}=vl();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"),Zo=!Fi.__inJestEach&&Un.elements.length>1&&Un.elements.every((bo,Ls,Qo)=>{let Oo=bo&&bo.type;if(Oo!=="ArrayExpression"&&Oo!=="ObjectExpression")return!1;let Ss=Qo[Ls+1];if(Ss&&Oo!==Ss.type)return!1;let nl=Oo==="ArrayExpression"?"elements":"properties";return bo[nl]&&bo[nl].length>1}),Mo=Fa(Un,Fi),ys=Aa?to?",":ta(Fi)?Mo?ui(",","",{groupId:Bo}):ui(","):"":"";Gi.push(xn([ra,Nn([Fn,Mo?Ui(Ta,Fi,aa,ys):[rs(Ta,Fi,"elements",aa),ys],vn(Ta,Fi,!0)]),Fn,da],{shouldBreak:Zo,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 rs(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:rs,isConciselyPrintedArray:Fa}}}),bu=Io({"src/language-js/print/call-arguments.js"(Rn,di){kn();var{printDanglingComments:vn}=wc(),{getLast:Vn,getPenultimate:Fn}=Wc(),{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}=kd(),{builders:{line:La,hardline:Ea,softline:Xa,group:Fa,indent:rs,conditionalGroup:Ui,ifBreak:Ta,breakParent:Fi},utils:{willBreak:aa}}=Cc(),{ArgExpansionBailout:Un}=sd(),{isConciselyPrintedArray:Gi}=Zl();function ra(Mo,ys,bo){let Ls=Mo.getValue(),Qo=Ls.type==="ImportExpression",Oo=ta(Ls);if(Oo.length===0)return["(",vn(Mo,ys,!0),")"];if(to(Oo))return["(",bo(["arguments",0]),", ",bo(["arguments",1]),")"];let Ss=!1,nl=!1,Fs=Oo.length-1,ml=[];ki(Mo,(Is,hs)=>{let Vs=Is.getNode(),Ys=[bo()];hs===Fs||(ji(Vs,ys)?(hs===0&&(nl=!0),Ss=!0,Ys.push(",",Ea,Ea)):Ys.push(",",La)),ml.push(Ys)});let Go=!(Qo||Ls.callee&&Ls.callee.type==="Import")&&zi(ys,"all")?",":"";function Os(){return Fa(["(",rs([La,...ml]),Go,La,")"],{shouldBreak:!0})}if(Ss||Mo.getParentNode().type!=="Decorator"&&ui(Oo))return Os();let fl=Aa(Oo),sl=va(Oo,ys);if(fl||sl){if(fl?ml.slice(1).some(aa):ml.slice(0,-1).some(aa))return Os();let Is=[];try{Mo.try(()=>{ki(Mo,(hs,Vs)=>{fl&&Vs===0&&(Is=[[bo([],{expandFirstArg:!0}),ml.length>1?",":"",nl?Ea:La,nl?Ea:""],...ml.slice(1)]),sl&&Vs===Fs&&(Is=[...ml.slice(0,-1),bo([],{expandLastArg:!0})])})})}catch(hs){if(hs instanceof Un)return Os();throw hs}return[ml.some(aa)?Fi:"",Ui([["(",...Is,")"],fl?["(",Fa(Is[0],{shouldBreak:!0}),...Is.slice(1),")"]:["(",...ml.slice(0,-1),Fa(Vn(Is),{shouldBreak:!0}),")"],Os()])]}let ku=["(",rs([Xa,...ml]),Ta(Go),Xa,")"];return ea(Mo)?ku:Fa(ku,{shouldBreak:ml.some(aa)||Ss})}function da(Mo){let ys=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"||!ys&&(oa(Mo.body)||Mo.body.type==="ConditionalExpression")||Mi(Mo.body))||Mo.type==="DoExpression"||Mo.type==="ModuleExpression"}function va(Mo,ys){let bo=Vn(Mo),Ls=Fn(Mo);return!xn(bo,Nn.Leading)&&!xn(bo,Nn.Trailing)&&da(bo)&&(!Ls||Ls.type!==bo.type)&&(Mo.length!==2||Ls.type!=="ArrowFunctionExpression"||bo.type!=="ArrayExpression")&&!(Mo.length>1&&bo.type==="ArrayExpression"&&Gi(bo,ys))}function Aa(Mo){if(Mo.length!==2)return!1;let[ys,bo]=Mo;return ys.type==="ModuleExpression"&&Zo(bo)?!0:!xn(ys)&&(ys.type==="FunctionExpression"||ys.type==="ArrowFunctionExpression"&&ys.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(ys=>xn(ys))}function Bo(Mo){return Mo.type==="BlockStatement"&&(Mo.body.some(ys=>ys.type!=="EmptyStatement")||xn(Mo,Nn.Dangling))}function Zo(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}}),xu=Io({"src/language-js/print/member.js"(Rn,di){kn();var{builders:{softline:vn,group:Vn,indent:Fn,label:En}}=Cc(),{isNumericLiteral:xn,isMemberExpression:Nn,isCallExpression:ui}=kd(),{printOptionalToken:Mi}=vl();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}}}),Zs=Io({"src/language-js/print/member-chain.js"(Rn,di){kn();var{printComments:vn}=wc(),{getLast:Vn,isNextLineEmptyAfterIndex:Fn,getNextNonSpaceNonCommentCharacterIndex:En}=Wc(),xn=Cs(),{isCallExpression:Nn,isMemberExpression:ui,isFunctionOrArrowExpression:Mi,isLongCurriedCallExpression:ea,isMemberish:zi,isNumericLiteral:ta,isSimpleCallArgument:ki,hasComment:ji,CommentCheckFlags:oa,isNextLineEmpty:Ra}=kd(),{locEnd:Ba}=Op(),{builders:{join:la,hardline:La,group:Ea,indent:Xa,conditionalGroup:Fa,breakParent:rs,label:Ui},utils:{willBreak:Ta}}=Cc(),Fi=bu(),{printMemberLookup:aa}=xu(),{printOptionalToken:Un,printFunctionTypeParameters:Gi,printBindExpressionCallee:ra}=vl();function da(va,Aa,to){let Bo=va.getParentNode(),Zo=!Bo||Bo.type==="ExpressionStatement",Mo=[];function ys(hc){let{originalText:cc}=Aa,ul=En(cc,hc,Ba);return cc.charAt(ul)===")"?ul!==!1&&Fn(cc,ul+1):Ra(hc,Aa)}function bo(hc){let cc=hc.getValue();Nn(cc)&&(zi(cc.callee)||Nn(cc.callee))?(Mo.unshift({node:cc,printed:[vn(hc,[Un(hc),Gi(hc,Aa,to),Fi(hc,Aa,to)],Aa),ys(cc)?La:""]}),hc.call(ul=>bo(ul),"callee")):zi(cc)?(Mo.unshift({node:cc,needsParens:xn(hc,Aa),printed:vn(hc,ui(cc)?aa(hc,Aa,to):ra(hc,Aa,to),Aa)}),hc.call(ul=>bo(ul),"object")):cc.type==="TSNonNullExpression"?(Mo.unshift({node:cc,printed:vn(hc,"!",Aa)}),hc.call(ul=>bo(ul),"expression")):Mo.unshift({node:cc,printed:to()})}let Ls=va.getValue();Mo.unshift({node:Ls,printed:[Un(va),Gi(va,Aa,to),Fi(va,Aa,to)]}),Ls.callee&&va.call(hc=>bo(hc),"callee");let Qo=[],Oo=[Mo[0]],Ss=1;for(;Ss<Mo.length&&(Mo[Ss].node.type==="TSNonNullExpression"||Nn(Mo[Ss].node)||ui(Mo[Ss].node)&&Mo[Ss].node.computed&&ta(Mo[Ss].node.property));++Ss)Oo.push(Mo[Ss]);if(!Nn(Mo[0].node))for(;Ss+1<Mo.length&&zi(Mo[Ss].node)&&zi(Mo[Ss+1].node);++Ss)Oo.push(Mo[Ss]);Qo.push(Oo),Oo=[];let nl=!1;for(;Ss<Mo.length;++Ss){if(nl&&zi(Mo[Ss].node)){if(Mo[Ss].node.computed&&ta(Mo[Ss].node.property)){Oo.push(Mo[Ss]);continue}Qo.push(Oo),Oo=[],nl=!1}(Nn(Mo[Ss].node)||Mo[Ss].node.type==="ImportExpression")&&(nl=!0),Oo.push(Mo[Ss]),ji(Mo[Ss].node,oa.Trailing)&&(Qo.push(Oo),Oo=[],nl=!1)}Oo.length>0&&Qo.push(Oo);function Fs(hc){return/^[A-Z]|^[$_]+$/.test(hc)}function ml(hc){return hc.length<=Aa.tabWidth}function Go(hc){let cc=hc[1].length>0&&hc[1][0].node.computed;if(hc[0].length===1){let Jo=hc[0][0].node;return Jo.type==="ThisExpression"||Jo.type==="Identifier"&&(Fs(Jo.name)||Zo&&ml(Jo.name)||cc)}let ul=Vn(hc[0]).node;return ui(ul)&&ul.property.type==="Identifier"&&(Fs(ul.property.name)||cc)}let Os=Qo.length>=2&&!ji(Qo[1][0].node)&&Go(Qo);function fl(hc){let cc=hc.map(ul=>ul.printed);return hc.length>0&&Vn(hc).needsParens?["(",...cc,")"]:cc}function sl(hc){return hc.length===0?"":Xa(Ea([La,la(La,hc.map(fl))]))}let ku=Qo.map(fl),Is=ku,hs=Os?3:2,Vs=Qo.flat(),Ys=Vs.slice(1,-1).some(hc=>ji(hc.node,oa.Leading))||Vs.slice(0,-1).some(hc=>ji(hc.node,oa.Trailing))||Qo[hs]&&ji(Qo[hs][0].node,oa.Leading);if(Qo.length<=hs&&!Ys)return ea(va)?Is:Ea(Is);let Gs=Vn(Qo[Os?1:0]).node,fu=!Nn(Gs)&&ys(Gs),Vl=[fl(Qo[0]),Os?Qo.slice(1,2).map(fl):"",fu?La:"",sl(Qo.slice(Os?2:1))],uc=Mo.map(hc=>{let{node:cc}=hc;return cc}).filter(Nn);function nd(){let hc=Vn(Vn(Qo)).node,cc=Vn(ku);return Nn(hc)&&Ta(cc)&&uc.slice(0,-1).some(ul=>ul.arguments.some(Mi))}let Hc;return Ys||uc.length>2&&uc.some(hc=>!hc.arguments.every(cc=>ki(cc,0)))||ku.slice(0,-1).some(Ta)||nd()?Hc=Ea(Vl):Hc=[Ta(Is)||fu?rs:"",Fa([Is,Vl])],Ui("member-chain",Hc)}di.exports=da}}),Cu=Io({"src/language-js/print/call-expression.js"(Rn,di){kn();var{builders:{join:vn,group:Vn}}=Cc(),Fn=Cs(),{getCallArguments:En,hasFlowAnnotationComment:xn,isCallExpression:Nn,isMemberish:ui,isStringLiteral:Mi,isTemplateOnItsOwnLine:ea,isTestCall:zi,iterateCallArgumentsPath:ta}=kd(),ki=Zs(),ji=bu(),{printOptionalToken:oa,printFunctionTypeParameters:Ra}=vl();function Ba(La,Ea,Xa){let Fa=La.getValue(),rs=La.getParentNode(),Ui=Fa.type==="NewExpression",Ta=Fa.type==="ImportExpression",Fi=oa(La),aa=En(Fa);if(aa.length>0&&(!Ta&&!Ui&&la(Fa,rs)||aa.length===1&&ea(aa[0],Ea.originalText)||!Ui&&zi(Fa,rs))){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}}}),ec=Io({"src/language-js/print/assignment.js"(Rn,di){kn();var{isNonEmptyArray:vn,getStringWidth:Vn}=Wc(),{builders:{line:Fn,group:En,indent:xn,indentIfBreak:Nn,lineSuffixBoundary:ui},utils:{cleanDoc:Mi,willBreak:ea,canBreak:zi}}=Cc(),{hasLeadingOwnLineComment:ta,isBinaryish:ki,isStringLiteral:ji,isLiteral:oa,isNumericLiteral:Ra,isCallExpression:Ba,isMemberExpression:la,getCallArguments:La,rawText:Ea,hasComment:Xa,isSignedNumericLiteral:Fa,isObjectProperty:rs}=kd(),{shouldInlineLogicalExpression:Ui}=Cl(),{printCallExpression:Ta}=Cu();function Fi(Go,Os,fl,sl,ku,Is){let hs=Gi(Go,Os,fl,sl,Is),Vs=fl(Is,{assignmentLayout:hs});switch(hs){case"break-after-operator":return En([En(sl),ku,En(xn([Fn,Vs]))]);case"never-break-after-operator":return En([En(sl),ku," ",Vs]);case"fluid":{let Ys=Symbol("assignment");return En([En(sl),ku,En(xn(Fn),{id:Ys}),ui,Nn(Vs,{groupId:Ys})])}case"break-lhs":return En([sl,ku," ",En(Vs)]);case"chain":return[En(sl),ku,Fn,Vs];case"chain-tail":return[En(sl),ku,xn([Fn,Vs])];case"chain-tail-arrow-chain":return[En(sl),ku,Vs];case"only-left":return sl}}function aa(Go,Os,fl){let sl=Go.getValue();return Fi(Go,Os,fl,fl("left"),[" ",sl.operator],"right")}function Un(Go,Os,fl){return Fi(Go,Os,fl,fl("id")," =","init")}function Gi(Go,Os,fl,sl,ku){let Is=Go.getValue(),hs=Is[ku];if(!hs)return"only-left";let Vs=!va(hs);if(Go.match(va,Aa,Gs=>!Vs||Gs.type!=="ExpressionStatement"&&Gs.type!=="VariableDeclaration"))return Vs?hs.type==="ArrowFunctionExpression"&&hs.body.type==="ArrowFunctionExpression"?"chain-tail-arrow-chain":"chain-tail":"chain";if(!Vs&&va(hs.right)||ta(Os.originalText,hs))return"break-after-operator";if(hs.type==="CallExpression"&&hs.callee.name==="require"||Os.parser==="json5"||Os.parser==="json")return"never-break-after-operator";if(da(Is)||to(Is)||Mo(Is)||ys(Is)&&zi(sl))return"break-lhs";let Ys=nl(Is,sl,Os);return Go.call(()=>ra(Go,Os,fl,Ys),ku)?"break-after-operator":Ys||hs.type==="TemplateLiteral"||hs.type==="TaggedTemplateExpression"||hs.type==="BooleanLiteral"||Ra(hs)||hs.type==="ClassExpression"?"never-break-after-operator":"fluid"}function ra(Go,Os,fl,sl){let ku=Go.getValue();if(ki(ku)&&!Ui(ku))return!0;switch(ku.type){case"StringLiteralTypeAnnotation":case"SequenceExpression":return!0;case"ConditionalExpression":{let{test:Vs}=ku;return ki(Vs)&&!Ui(Vs)}case"ClassExpression":return vn(ku.decorators)}if(sl)return!1;let Is=ku,hs=[];for(;;)if(Is.type==="UnaryExpression")Is=Is.argument,hs.push("argument");else if(Is.type==="TSNonNullExpression")Is=Is.expression,hs.push("expression");else break;return!!(ji(Is)||Go.call(()=>Qo(Go,Os,fl),...hs))}function da(Go){if(Aa(Go)){let Os=Go.left||Go.id;return Os.type==="ObjectPattern"&&Os.properties.length>2&&Os.properties.some(fl=>rs(fl)&&(!fl.shorthand||fl.value&&fl.value.type==="AssignmentPattern"))}return!1}function va(Go){return Go.type==="AssignmentExpression"}function Aa(Go){return va(Go)||Go.type==="VariableDeclarator"}function to(Go){let Os=Bo(Go);if(vn(Os)){let fl=Go.type==="TSTypeAliasDeclaration"?"constraint":"bound";if(Os.length>1&&Os.some(sl=>sl[fl]||sl.default))return!0}return!1}function Bo(Go){return Zo(Go)&&Go.typeParameters&&Go.typeParameters.params?Go.typeParameters.params:null}function Zo(Go){return Go.type==="TSTypeAliasDeclaration"||Go.type==="TypeAlias"}function Mo(Go){if(Go.type!=="VariableDeclarator")return!1;let{typeAnnotation:Os}=Go.id;if(!Os||!Os.typeAnnotation)return!1;let fl=bo(Os.typeAnnotation);return vn(fl)&&fl.length>1&&fl.some(sl=>vn(bo(sl))||sl.type==="TSConditionalType")}function ys(Go){return Go.type==="VariableDeclarator"&&Go.init&&Go.init.type==="ArrowFunctionExpression"}function bo(Go){return Ls(Go)&&Go.typeParameters&&Go.typeParameters.params?Go.typeParameters.params:null}function Ls(Go){return Go.type==="TSTypeReference"||Go.type==="GenericTypeAnnotation"}function Qo(Go,Os,fl){let sl=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!1,ku=Go.getValue(),Is=()=>Qo(Go,Os,fl,!0);if(ku.type==="TSNonNullExpression")return Go.call(Is,"expression");if(Ba(ku)){if(Ta(Go,Os,fl).label==="member-chain")return!1;let hs=La(ku);return!(hs.length===0||hs.length===1&&Ss(hs[0],Os))||Fs(ku,fl)?!1:Go.call(Is,"callee")}return la(ku)?Go.call(Is,"object"):sl&&(ku.type==="Identifier"||ku.type==="ThisExpression")}var Oo=.25;function Ss(Go,Os){let{printWidth:fl}=Os;if(Xa(Go))return!1;let sl=fl*Oo;if(Go.type==="ThisExpression"||Go.type==="Identifier"&&Go.name.length<=sl||Fa(Go)&&!Xa(Go.argument))return!0;let ku=Go.type==="Literal"&&"regex"in Go&&Go.regex.pattern||Go.type==="RegExpLiteral"&&Go.pattern;return ku?ku.length<=sl:ji(Go)?Ea(Go).length<=sl:Go.type==="TemplateLiteral"?Go.expressions.length===0&&Go.quasis[0].value.raw.length<=sl&&!Go.quasis[0].value.raw.includes(`
`):oa(Go)}function nl(Go,Os,fl){return rs(Go)?(Os=Mi(Os),typeof Os=="string"&&Vn(Os)<fl.tabWidth+3):!1}function Fs(Go,Os){let fl=ml(Go);if(vn(fl)){if(fl.length>1)return!0;if(fl.length===1){let ku=fl[0];if(ku.type==="TSUnionType"||ku.type==="UnionTypeAnnotation"||ku.type==="TSIntersectionType"||ku.type==="IntersectionTypeAnnotation"||ku.type==="TSTypeLiteral"||ku.type==="ObjectTypeAnnotation")return!0}let sl=Go.typeParameters?"typeParameters":"typeArguments";if(ea(Os(sl)))return!0}return!1}function ml(Go){return Go.typeParameters&&Go.typeParameters.params||Go.typeArguments&&Go.typeArguments.params}di.exports={printVariableDeclarator:Un,printAssignmentExpression:aa,printAssignment:Fi,isArrowFunctionVariableDeclarator:ys}}}),rc=Io({"src/language-js/print/function-parameters.js"(Rn,di){kn();var{getNextNonSpaceNonCommentCharacter:vn}=Wc(),{printDanglingComments:Vn}=wc(),{builders:{line:Fn,hardline:En,softline:xn,group:Nn,indent:ui,ifBreak:Mi},utils:{removeLines:ea,willBreak:zi}}=Cc(),{getFunctionParameters:ta,iterateFunctionParametersPath:ki,isSimpleType:ji,isTestCall:oa,isTypeAnnotationAFunction:Ra,isObjectType:Ba,isObjectTypePropertyAFunction:la,hasRestParameter:La,shouldPrintComma:Ea,hasComment:Xa,isNextLineEmpty:Fa}=kd(),{locEnd:rs}=Op(),{ArgExpansionBailout:Ui}=sd(),{printFunctionTypeParameters:Ta}=vl();function Fi(ra,da,va,Aa,to){let Bo=ra.getValue(),Zo=ta(Bo),Mo=to?Ta(ra,va,da):"";if(Zo.length===0)return[Mo,"(",Vn(ra,va,!0,Ss=>vn(va.originalText,Ss,rs)===")"),")"];let ys=ra.getParentNode(),bo=oa(ys),Ls=aa(Bo),Qo=[];if(ki(ra,(Ss,nl)=>{let Fs=nl===Zo.length-1;Fs&&Bo.rest&&Qo.push("..."),Qo.push(da()),!Fs&&(Qo.push(","),bo||Ls?Qo.push(" "):Fa(Zo[nl],va)?Qo.push(En,En):Qo.push(Fn))}),Aa){if(zi(Mo)||zi(Qo))throw new Ui;return Nn([ea(Mo),"(",ea(Qo),")"])}let Oo=Zo.every(Ss=>!Ss.decorators);return Ls&&Oo?[Mo,"(",...Qo,")"]:bo?[Mo,"(",...Qo,")"]:(la(ys)||Ra(ys)||ys.type==="TypeAlias"||ys.type==="UnionTypeAnnotation"||ys.type==="TSUnionType"||ys.type==="IntersectionTypeAnnotation"||ys.type==="FunctionTypeAnnotation"&&ys.returnType===Bo)&&Zo.length===1&&Zo[0].name===null&&Bo.this!==Zo[0]&&Zo[0].typeAnnotation&&Bo.typeParameters===null&&ji(Zo[0].typeAnnotation)&&!Bo.rest?va.arrowParens==="always"?["(",...Qo,")"]:Qo:[Mo,"(",ui([xn,...Qo]),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=Io({"src/language-js/print/type-annotation.js"(Rn,di){kn();var{printComments:vn,printDanglingComments:Vn}=wc(),{isNonEmptyArray:Fn}=Wc(),{builders:{group:En,join:xn,line:Nn,softline:ui,indent:Mi,align:ea,ifBreak:zi}}=Cc(),ta=Cs(),{locStart:ki}=Op(),{isSimpleType:ji,isObjectType:oa,hasLeadingOwnLineComment:Ra,isObjectTypePropertyAFunction:Ba,shouldPrintComma:la}=kd(),{printAssignment:La}=ec(),{printFunctionParameters:Ea,shouldGroupFunctionParameters:Xa}=rc(),{printArrayItems:Fa}=Zl();function rs(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?";":"",Zo=va.getValue(),Mo=[];return Mo.push("opaque type ",to("id"),to("typeParameters")),Zo.supertype&&Mo.push(": ",to("supertype")),Zo.impltype&&Mo.push(" = ",to("impltype")),Mo.push(Bo),Mo}function Ta(va,Aa,to){let Bo=Aa.semi?";":"",Zo=va.getValue(),Mo=[];Zo.declare&&Mo.push("declare "),Mo.push("type ",to("id"),to("typeParameters"));let ys=Zo.type==="TSTypeAliasDeclaration"?"typeAnnotation":"right";return[La(va,Aa,to,Mo," =",ys),Bo]}function Fi(va,Aa,to){let Bo=va.getValue(),Zo=va.map(to,"types"),Mo=[],ys=!1;for(let bo=0;bo<Zo.length;++bo)bo===0?Mo.push(Zo[bo]):oa(Bo.types[bo-1])&&oa(Bo.types[bo])?Mo.push([" & ",ys?Mi(Zo[bo]):Zo[bo]]):!oa(Bo.types[bo-1])&&!oa(Bo.types[bo])?Mo.push(Mi([" &",Nn,Zo[bo]])):(bo>1&&(ys=!0),Mo.push(" & ",bo>1?Mi(Zo[bo]):Zo[bo]));return En(Mo)}function aa(va,Aa,to){let Bo=va.getValue(),Zo=va.getParentNode(),Mo=Zo.type!=="TypeParameterInstantiation"&&Zo.type!=="TSTypeParameterInstantiation"&&Zo.type!=="GenericTypeAnnotation"&&Zo.type!=="TSTypeReference"&&Zo.type!=="TSTypeAssertion"&&Zo.type!=="TupleTypeAnnotation"&&Zo.type!=="TSTupleType"&&!(Zo.type==="FunctionTypeParam"&&!Zo.name&&va.getParentNode(1).this!==Zo)&&!((Zo.type==="TypeAlias"||Zo.type==="VariableDeclarator"||Zo.type==="TSTypeAliasDeclaration")&&Ra(Aa.originalText,Bo)),ys=rs(Bo),bo=va.map(Oo=>{let Ss=to();return ys||(Ss=ea(2,Ss)),vn(Oo,Ss,Aa)},"types");if(ys)return xn(" | ",bo);let Ls=Mo&&!Ra(Aa.originalText,Bo),Qo=[zi([Ls?Nn:"","| "]),xn([Nn,"| "],bo)];return ta(va,Aa)?En([Mi(Qo),ui]):Zo.type==="TupleTypeAnnotation"&&Zo.types.length>1||Zo.type==="TSTupleType"&&Zo.elementTypes.length>1?En([Mi([zi(["(",ui]),Qo]),ui,zi(")")]):En(Mo?Mi(Qo):Qo)}function Un(va,Aa,to){let Bo=va.getValue(),Zo=[],Mo=va.getParentNode(0),ys=va.getParentNode(1),bo=va.getParentNode(2),Ls=Bo.type==="TSFunctionType"||!((Mo.type==="ObjectTypeProperty"||Mo.type==="ObjectTypeInternalSlot")&&!Mo.variance&&!Mo.optional&&ki(Mo)===ki(Bo)||Mo.type==="ObjectTypeCallProperty"||bo&&bo.type==="DeclareFunction"),Qo=Ls&&(Mo.type==="TypeAnnotation"||Mo.type==="TSTypeAnnotation"),Oo=Qo&&Ls&&(Mo.type==="TypeAnnotation"||Mo.type==="TSTypeAnnotation")&&ys.type==="ArrowFunctionExpression";Ba(Mo)&&(Ls=!0,Qo=!0),Oo&&Zo.push("(");let Ss=Ea(va,to,Aa,!1,!0),nl=Bo.returnType||Bo.predicate||Bo.typeAnnotation?[Ls?" => ":": ",to("returnType"),to("predicate"),to("typeAnnotation")]:"",Fs=Xa(Bo,nl);return Zo.push(Fs?En(Ss):Ss),nl&&Zo.push(nl),Oo&&Zo.push(")"),En(Zo)}function Gi(va,Aa,to){let Bo=va.getValue(),Zo=Bo.type==="TSTupleType"?"elementTypes":"types",Mo=Bo[Zo],ys=Fn(Mo),bo=ys?ui:"";return En(["[",Mi([bo,Fa(va,Aa,Zo,to)]),zi(ys&&la(Aa,"all")?",":""),Vn(va,Aa,!0),bo,"]"])}function ra(va,Aa,to){let Bo=va.getValue(),Zo=Bo.type==="OptionalIndexedAccessType"&&Bo.optional?"?.[":"[";return[to("objectType"),Zo,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:rs,printJSDocType:da}}}),Su=Io({"src/language-js/print/type-parameters.js"(Rn,di){kn();var{printDanglingComments:vn}=wc(),{builders:{join:Vn,line:Fn,hardline:En,softline:xn,group:Nn,indent:ui,ifBreak:Mi}}=Cc(),{isTestCall:ea,hasComment:zi,CommentCheckFlags:ta,isTSXFile:ki,shouldPrintComma:ji,getFunctionParameters:oa,isObjectType:Ra,getTypeScriptMappedTypeModifier:Ba}=kd(),{createGroupIdMapper:la}=Wc(),{shouldHugType:La}=Ka(),{isArrowFunctionVariableDeclarator:Ea}=ec(),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)),rs(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 rs(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}}}),Ec=Io({"src/language-js/print/property.js"(Rn,di){kn();var{printComments:vn}=wc(),{printString:Vn,printNumber:Fn}=Wc(),{isNumericLiteral:En,isSimpleNumber:xn,isStringLiteral:Nn,isStringPropSafeToUnquote:ui,rawText:Mi}=kd(),{printAssignment:ea}=ec(),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}}}),wu=Io({"src/language-js/print/function.js"(Rn,di){kn();var vn=bc(),{printDanglingComments:Vn,printCommentsSeparately:Fn}=wc(),En=Rc(),{getNextNonSpaceNonCommentCharacterIndex:xn}=Wc(),{builders:{line:Nn,softline:ui,group:Mi,indent:ea,ifBreak:zi,hardline:ta,join:ki,indentIfBreak:ji},utils:{removeLines:oa,willBreak:Ra}}=Cc(),{ArgExpansionBailout:Ba}=sd(),{getFunctionParameters:la,hasLeadingOwnLineComment:La,isFlowAnnotationComment:Ea,isJsxNode:Xa,isTemplateOnItsOwnLine:Fa,shouldPrintComma:rs,startsWithNoLookaheadToken:Ui,isBinaryish:Ta,isLineComment:Fi,hasComment:aa,getComments:Un,CommentCheckFlags:Gi,isCallLikeExpression:ra,isCallExpression:da,getCallArguments:va,hasNakedLeftSide:Aa,getLeftSide:to}=kd(),{locEnd:Bo}=Op(),{printFunctionParameters:Zo,shouldGroupFunctionParameters:Mo}=rc(),{printPropertyKey:ys}=Ec(),{printFunctionTypeParameters:bo}=vl();function Ls(hs,Vs,Ys,Gs){let fu=hs.getValue(),Vl=!1;if((fu.type==="FunctionDeclaration"||fu.type==="FunctionExpression")&&Gs&&Gs.expandLastArg){let cc=hs.getParentNode();da(cc)&&va(cc).length>1&&(Vl=!0)}let uc=[];fu.type==="TSDeclareFunction"&&fu.declare&&uc.push("declare "),fu.async&&uc.push("async "),fu.generator?uc.push("function* "):uc.push("function "),fu.id&&uc.push(Vs("id"));let nd=Zo(hs,Vs,Ys,Vl),Hc=Os(hs,Vs,Ys),hc=Mo(fu,Hc);return uc.push(bo(hs,Ys,Vs),Mi([hc?Mi(nd):nd,Hc]),fu.body?" ":"",Vs("body")),Ys.semi&&(fu.declare||!fu.body)&&uc.push(";"),uc}function Qo(hs,Vs,Ys){let Gs=hs.getNode(),{kind:fu}=Gs,Vl=Gs.value||Gs,uc=[];return!fu||fu==="init"||fu==="method"||fu==="constructor"?Vl.async&&uc.push("async "):(vn.ok(fu==="get"||fu==="set"),uc.push(fu," ")),Vl.generator&&uc.push("*"),uc.push(ys(hs,Vs,Ys),Gs.optional||Gs.key.optional?"?":""),Gs===Vl?uc.push(Oo(hs,Vs,Ys)):Vl.type==="FunctionExpression"?uc.push(hs.call(nd=>Oo(nd,Vs,Ys),"value")):uc.push(Ys("value")),uc}function Oo(hs,Vs,Ys){let Gs=hs.getNode(),fu=Zo(hs,Ys,Vs),Vl=Os(hs,Ys,Vs),uc=Mo(Gs,Vl),nd=[bo(hs,Vs,Ys),Mi([uc?Mi(fu):fu,Vl])];return Gs.body?nd.push(" ",Ys("body")):nd.push(Vs.semi?";":""),nd}function Ss(hs,Vs,Ys,Gs){let fu=hs.getValue(),Vl=[];if(fu.async&&Vl.push("async "),Go(hs,Vs))Vl.push(Ys(["params",0]));else{let nd=Gs&&(Gs.expandLastArg||Gs.expandFirstArg),Hc=Os(hs,Ys,Vs);if(nd){if(Ra(Hc))throw new Ba;Hc=Mi(oa(Hc))}Vl.push(Mi([Zo(hs,Ys,Vs,nd,!0),Hc]))}let uc=Vn(hs,Vs,!0,nd=>{let Hc=xn(Vs.originalText,nd,Bo);return Hc!==!1&&Vs.originalText.slice(Hc,Hc+2)==="=>"});return uc&&Vl.push(" ",uc),Vl}function nl(hs,Vs,Ys,Gs,fu,Vl){let uc=hs.getName(),nd=hs.getParentNode(),Hc=ra(nd)&&uc==="callee",hc=!!(Vs&&Vs.assignmentLayout),cc=Vl.body.type!=="BlockStatement"&&Vl.body.type!=="ObjectExpression"&&Vl.body.type!=="SequenceExpression",ul=Hc&&cc||Vs&&Vs.assignmentLayout==="chain-tail-arrow-chain",Jo=Symbol("arrow-chain");return Vl.body.type==="SequenceExpression"&&(fu=Mi(["(",ea([ui,fu]),ui,")"])),Mi([Mi(ea([Hc||hc?ui:"",Mi(ki([" =>",Nn],Ys),{shouldBreak:Gs})]),{id:Jo,shouldBreak:ul})," =>",ji(cc?ea([Nn,fu]):[" ",fu],{groupId:Jo}),Hc?zi(ui,"",{groupId:Jo}):""])}function Fs(hs,Vs,Ys,Gs){let fu=hs.getValue(),Vl=[],uc=[],nd=!1;if(function Jo(){let hl=Ss(hs,Vs,Ys,Gs);if(Vl.length===0)Vl.push(hl);else{let{leading:Ms,trailing:dl}=Fn(hs,Vs);Vl.push([Ms,hl]),uc.unshift(dl)}nd=nd||fu.returnType&&la(fu).length>0||fu.typeParameters||la(fu).some(Ms=>Ms.type!=="Identifier"),fu.body.type!=="ArrowFunctionExpression"||Gs&&Gs.expandLastArg?uc.unshift(Ys("body",Gs)):(fu=fu.body,hs.call(Jo,"body"))}(),Vl.length>1)return nl(hs,Gs,Vl,nd,uc,fu);let Hc=Vl;if(Hc.push(" =>"),!La(Vs.originalText,fu.body)&&(fu.body.type==="ArrayExpression"||fu.body.type==="ObjectExpression"||fu.body.type==="BlockStatement"||Xa(fu.body)||Fa(fu.body,Vs.originalText)||fu.body.type==="ArrowFunctionExpression"||fu.body.type==="DoExpression"))return Mi([...Hc," ",uc]);if(fu.body.type==="SequenceExpression")return Mi([...Hc,Mi([" (",ea([ui,uc]),ui,")"])]);let hc=(Gs&&Gs.expandLastArg||hs.getParentNode().type==="JSXExpressionContainer")&&!aa(fu),cc=Gs&&Gs.expandLastArg&&rs(Vs,"all"),ul=fu.body.type==="ConditionalExpression"&&!Ui(fu.body,Jo=>Jo.type==="ObjectExpression");return Mi([...Hc,Mi([ea([Nn,ul?zi("","("):"",uc,ul?zi("",")"):""]),hc?[zi(cc?",":""),ui]:""])])}function ml(hs){let Vs=la(hs);return Vs.length===1&&!hs.typeParameters&&!aa(hs,Gi.Dangling)&&Vs[0].type==="Identifier"&&!Vs[0].typeAnnotation&&!aa(Vs[0])&&!Vs[0].optional&&!hs.predicate&&!hs.returnType}function Go(hs,Vs){if(Vs.arrowParens==="always")return!1;if(Vs.arrowParens==="avoid"){let Ys=hs.getValue();return ml(Ys)}return!1}function Os(hs,Vs,Ys){let Gs=hs.getValue(),fu=Vs("returnType");if(Gs.returnType&&Ea(Ys.originalText,Gs.returnType))return[" /*: ",fu," */"];let Vl=[fu];return Gs.returnType&&Gs.returnType.typeAnnotation&&Vl.unshift(": "),Gs.predicate&&Vl.push(Gs.returnType?" ":": ",Vs("predicate")),Vl}function fl(hs,Vs,Ys){let Gs=hs.getValue(),fu=Vs.semi?";":"",Vl=[];Gs.argument&&(Is(Vs,Gs.argument)?Vl.push([" (",ea([ta,Ys("argument")]),ta,")"]):Ta(Gs.argument)||Gs.argument.type==="SequenceExpression"?Vl.push(Mi([zi(" ("," "),ea([ui,Ys("argument")]),ui,zi(")")])):Vl.push(" ",Ys("argument")));let uc=Un(Gs),nd=En(uc),Hc=nd&&Fi(nd);return Hc&&Vl.push(fu),aa(Gs,Gi.Dangling)&&Vl.push(" ",Vn(hs,Vs,!0)),Hc||Vl.push(fu),Vl}function sl(hs,Vs,Ys){return["return",fl(hs,Vs,Ys)]}function ku(hs,Vs,Ys){return["throw",fl(hs,Vs,Ys)]}function Is(hs,Vs){if(La(hs.originalText,Vs))return!0;if(Aa(Vs)){let Ys=Vs,Gs;for(;Gs=to(Ys);)if(Ys=Gs,La(hs.originalText,Ys))return!0}return!1}di.exports={printFunction:Ls,printArrowFunction:Fs,printMethod:Qo,printReturnStatement:sl,printThrowStatement:ku,printMethodInternal:Oo,shouldPrintParamsWithoutParens:Go}}}),Ul=Io({"src/language-js/print/decorators.js"(Rn,di){kn();var{isNonEmptyArray:vn,hasNewline:Vn}=Wc(),{builders:{line:Fn,hardline:En,join:xn,breakParent:Nn,group:ui}}=Cc(),{locStart:Mi,locEnd:ea}=Op(),{getParentExportDeclaration:zi}=kd();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}}}),Iu=Io({"src/language-js/print/class.js"(Rn,di){kn();var{isNonEmptyArray:vn,createGroupIdMapper:Vn}=Wc(),{printComments:Fn,printDanglingComments:En}=wc(),{builders:{join:xn,line:Nn,hardline:ui,softline:Mi,group:ea,indent:zi,ifBreak:ta}}=Cc(),{hasComment:ki,CommentCheckFlags:ji}=kd(),{getTypeParametersGroupId:oa}=Su(),{printMethod:Ra}=wu(),{printOptionalToken:Ba,printTypeAnnotation:la,printDefiniteToken:La}=vl(),{printPropertyKey:Ea}=Ec(),{printAssignment:Xa}=ec(),{printClassMemberDecorators:Fa}=Ul();function rs(va,Aa,to){let Bo=va.getValue(),Zo=[];Bo.declare&&Zo.push("declare "),Bo.abstract&&Zo.push("abstract "),Zo.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),ys=[],bo=[];if(Bo.id&&ys.push(" ",to("id")),ys.push(to("typeParameters")),Bo.superClass){let Ls=[Gi(va,Aa,to),to("superTypeParameters")],Qo=va.call(Oo=>["extends ",Fn(Oo,Ls,Aa)],"superClass");Mo?bo.push(Nn,ea(Qo)):bo.push(" ",Qo)}else bo.push(Un(va,Aa,to,"extends"));if(bo.push(Un(va,Aa,to,"mixins"),Un(va,Aa,to,"implements")),Mo){let Ls;aa(Bo)?Ls=[...ys,zi(bo)]:Ls=zi([...ys,bo]),Zo.push(ea(Ls,{id:Ui(Bo)}))}else Zo.push(...ys,...bo);return Zo.push(" ",to("body")),Zo}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 Zo=va.getValue();if(!vn(Zo[Bo]))return"";let Mo=En(va,Aa,!0,ys=>{let{marker:bo}=ys;return bo===Bo});return[aa(Zo)?ta(" ",Nn,{groupId:oa(Zo.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(),Zo=[];return vn(Bo.decorators)&&Zo.push(Fa(va,Aa,to)),Bo.accessibility&&Zo.push(Bo.accessibility+" "),Bo.readonly&&Zo.push("readonly "),Bo.declare&&Zo.push("declare "),Bo.static&&Zo.push("static "),(Bo.type==="TSAbstractMethodDefinition"||Bo.abstract)&&Zo.push("abstract "),Bo.override&&Zo.push("override "),Zo.push(Ra(va,Aa,to)),Zo}function da(va,Aa,to){let Bo=va.getValue(),Zo=[],Mo=Aa.semi?";":"";return vn(Bo.decorators)&&Zo.push(Fa(va,Aa,to)),Bo.accessibility&&Zo.push(Bo.accessibility+" "),Bo.declare&&Zo.push("declare "),Bo.static&&Zo.push("static "),(Bo.type==="TSAbstractPropertyDefinition"||Bo.type==="TSAbstractAccessorProperty"||Bo.abstract)&&Zo.push("abstract "),Bo.override&&Zo.push("override "),Bo.readonly&&Zo.push("readonly "),Bo.variance&&Zo.push(to("variance")),(Bo.type==="ClassAccessorProperty"||Bo.type==="AccessorProperty"||Bo.type==="TSAbstractAccessorProperty")&&Zo.push("accessor "),Zo.push(Ea(va,Aa,to),Ba(va),La(va),la(va,Aa,to)),[Xa(va,Aa,to,Zo," =","value"),Mo]}di.exports={printClass:rs,printClassMethod:ra,printClassProperty:da,printHardlineAfterHeritage:Ta}}}),kl=Io({"src/language-js/print/interface.js"(Rn,di){kn();var{isNonEmptyArray:vn}=Wc(),{builders:{join:Vn,line:Fn,group:En,indent:xn,ifBreak:Nn}}=Cc(),{hasComment:ui,identity:Mi,CommentCheckFlags:ea}=kd(),{getTypeParametersGroupId:zi}=Su(),{printTypeScriptModifiers:ta}=vl();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}}}),bl=Io({"src/language-js/print/module.js"(Rn,di){kn();var{isNonEmptyArray:vn}=Wc(),{builders:{softline:Vn,group:Fn,indent:En,join:xn,line:Nn,ifBreak:ui,hardline:Mi}}=Cc(),{printDanglingComments:ea}=wc(),{hasComment:zi,CommentCheckFlags:ta,shouldPrintComma:ki,needsHardlineAfterDanglingComment:ji,isStringLiteral:oa,rawText:Ra}=kd(),{locStart:Ba,hasSameLoc:la}=Op(),{hasDecoratorsBeforeExport:La,printDecoratorsBeforeExport:Ea}=Ul();function Xa(da,va,Aa){let to=da.getValue(),Bo=va.semi?";":"",Zo=[],{importKind:Mo}=to;return Zo.push("import"),Mo&&Mo!=="value"&&Zo.push(" ",Mo),Zo.push(Fi(da,va,Aa),Ta(da,va,Aa),Un(da,va,Aa),Bo),Zo}function Fa(da,va,Aa){let to=da.getValue(),Bo=[];La(to)&&Bo.push(Ea(da,va,Aa));let{type:Zo,exportKind:Mo,declaration:ys}=to;return Bo.push("export"),(to.default||Zo==="ExportDefaultDeclaration")&&Bo.push(" default"),zi(to,ta.Dangling)&&(Bo.push(" ",ea(da,va,!0)),ji(to)&&Bo.push(Mi)),ys?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 rs(da,va,Aa){let to=da.getValue(),Bo=va.semi?";":"",Zo=[],{exportKind:Mo,exported:ys}=to;return Zo.push("export"),Mo==="type"&&Zo.push(" type"),Zo.push(" *"),ys&&Zo.push(" as ",Aa("exported")),Zo.push(Ta(da,va,Aa),Un(da,va,Aa),Bo),Zo}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:Zo}=to;return!!(Bo&&Zo!=="ClassDeclaration"&&Zo!=="FunctionDeclaration"&&Zo!=="TSInterfaceDeclaration"&&Zo!=="DeclareClass"&&Zo!=="DeclareFunction"&&Zo!=="TSDeclareFunction"&&Zo!=="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 Zo=[],Mo=[];da.each(()=>{let ys=da.getValue().type;if(ys==="ExportNamespaceSpecifier"||ys==="ExportDefaultSpecifier"||ys==="ImportNamespaceSpecifier"||ys==="ImportDefaultSpecifier")Zo.push(Aa());else if(ys==="ExportSpecifier"||ys==="ImportSpecifier")Mo.push(Aa());else throw new Error(`Unknown specifier type ${JSON.stringify(ys)}`)},"specifiers"),Bo.push(xn(", ",Zo)),Mo.length>0&&(Zo.length>0&&Bo.push(", "),Mo.length>1||Zo.length>0||to.specifiers.some(ys=>zi(ys))?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:Zo}=da;return Aa!=="ImportDeclaration"||vn(Zo)||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,Zo=[],Mo=Bo==="ImportSpecifier"?to.importKind:to.exportKind;Mo&&Mo!=="value"&&Zo.push(Mo," ");let ys=Bo.startsWith("Import"),bo=ys?"imported":"local",Ls=ys?"local":"exported",Qo=to[bo],Oo=to[Ls],Ss="",nl="";return Bo==="ExportNamespaceSpecifier"||Bo==="ImportNamespaceSpecifier"?Ss="*":Qo&&(Ss=Aa(bo)),Oo&&!ra(to)&&(nl=Aa(Ls)),Zo.push(Ss,Ss&&nl?" as ":"",nl),Zo}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:rs,printModuleSpecifier:Gi}}}),Pl=Io({"src/language-js/print/object.js"(Rn,di){kn();var{printDanglingComments:vn}=wc(),{builders:{line:Vn,softline:Fn,group:En,indent:xn,ifBreak:Nn,hardline:ui}}=Cc(),{getLast:Mi,hasNewlineInRange:ea,hasNewline:zi,isNonEmptyArray:ta}=Wc(),{shouldPrintComma:ki,hasComment:ji,getComments:oa,CommentCheckFlags:Ra,isNextLineEmpty:Ba}=kd(),{locStart:la,locEnd:La}=Op(),{printOptionalToken:Ea,printTypeAnnotation:Xa}=vl(),{shouldHugFunctionParameters:Fa}=rc(),{shouldHugType:rs}=Ka(),{printHardlineAfterHeritage:Ui}=Iu();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(Go=>ra[Go][0]).sort((Go,Os)=>la(Go)-la(Os))[0],Bo=Fi.getParentNode(0),Zo=va&&Bo&&(Bo.type==="InterfaceDeclaration"||Bo.type==="DeclareInterface"||Bo.type==="DeclareClass")&&Fi.getName()==="body",Mo=ra.type==="TSInterfaceBody"||Zo||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(Go=>Go.value&&(Go.value.type==="ObjectPattern"||Go.value.type==="ArrayPattern"))||ra.type!=="ObjectPattern"&&to&&ea(aa.originalText,la(ra),la(to)),ys=Zo?";":ra.type==="TSInterfaceBody"||ra.type==="TSTypeLiteral"?Nn(Gi,";"):",",bo=ra.type==="RecordExpression"?"#{":ra.exact?"{|":"{",Ls=ra.exact?"|}":"}",Qo=[];for(let Go of Aa)Fi.each(Os=>{let fl=Os.getValue();Qo.push({node:fl,printed:Un(),loc:la(fl)})},Go);Aa.length>1&&Qo.sort((Go,Os)=>Go.loc-Os.loc);let Oo=[],Ss=Qo.map(Go=>{let Os=[...Oo,En(Go.printed)];return Oo=[ys,Vn],(Go.node.type==="TSPropertySignature"||Go.node.type==="TSMethodSignature"||Go.node.type==="TSConstructSignatureDeclaration")&&ji(Go.node,Ra.PrettierIgnore)&&Oo.shift(),Ba(Go.node,aa)&&Oo.push(ui),Os});if(ra.inexact){let Go;if(ji(ra,Ra.Dangling)){let Os=ji(ra,Ra.Line);Go=[vn(Fi,aa,!0),Os||zi(aa.originalText,La(Mi(oa(ra))))?ui:Vn,"..."]}else Go=["..."];Ss.push([...Oo,...Go])}let nl=Mi(ra[da]),Fs=!(ra.inexact||nl&&nl.type==="RestElement"||nl&&(nl.type==="TSPropertySignature"||nl.type==="TSCallSignatureDeclaration"||nl.type==="TSMethodSignature"||nl.type==="TSConstructSignatureDeclaration")&&ji(nl,Ra.PrettierIgnore)),ml;if(Ss.length===0){if(!ji(ra,Ra.Dangling))return[bo,Ls,Xa(Fi,aa,Un)];ml=En([bo,vn(Fi,aa),Fn,Ls,Ea(Fi),Xa(Fi,aa,Un)])}else ml=[Zo&&ta(ra.properties)?Ui(Bo):"",bo,xn([aa.bracketSpacing?Vn:Fn,...Ss]),Nn(Fs&&(ys!==","||ki(aa))?ys:""),aa.bracketSpacing?Vn:Fn,Ls,Ea(Fi),Xa(Fi,aa,Un)];return Fi.match(Go=>Go.type==="ObjectPattern"&&!Go.decorators,(Go,Os,fl)=>Fa(Go)&&(Os==="params"||Os==="parameters"||Os==="this"||Os==="rest")&&fl===0)||Fi.match(rs,(Go,Os)=>Os==="typeAnnotation",(Go,Os)=>Os==="typeAnnotation",(Go,Os,fl)=>Fa(Go)&&(Os==="params"||Os==="parameters"||Os==="this"||Os==="rest")&&fl===0)||!Mo&&Fi.match(Go=>Go.type==="ObjectPattern",Go=>Go.type==="AssignmentExpression"||Go.type==="VariableDeclarator")?ml:En(ml,{shouldBreak:Mo})}di.exports={printObject:Ta}}}),Au=Io({"src/language-js/print/flow.js"(Rn,di){kn();var vn=bc(),{printDanglingComments:Vn}=wc(),{printString:Fn,printNumber:En}=Wc(),{builders:{hardline:xn,softline:Nn,group:ui,indent:Mi}}=Cc(),{getParentExportDeclaration:ea,isFunctionNotation:zi,isGetterOrSetter:ta,rawText:ki,shouldPrintComma:ji}=kd(),{locStart:oa,locEnd:Ra}=Op(),{replaceTextEndOfLine:Ba}=Mp(),{printClass:la}=Iu(),{printOpaqueType:La,printTypeAlias:Ea,printIntersectionType:Xa,printUnionType:Fa,printFunctionType:rs,printTupleType:Ui,printIndexedAccessType:Ta}=Ka(),{printInterface:Fi}=kl(),{printTypeParameter:aa,printTypeParameters:Un}=Su(),{printExportDeclaration:Gi,printExportAllDeclaration:ra}=bl(),{printArrayItems:da}=Zl(),{printObject:va}=Pl(),{printPropertyKey:Aa}=Ec(),{printOptionalToken:to,printTypeAnnotation:Bo,printRestSpread:Zo}=vl();function Mo(bo,Ls,Qo){let Oo=bo.getValue(),Ss=Ls.semi?";":"",nl=[];switch(Oo.type){case"DeclareClass":return ys(bo,la(bo,Ls,Qo));case"DeclareFunction":return ys(bo,["function ",Qo("id"),Oo.predicate?" ":"",Qo("predicate"),Ss]);case"DeclareModule":return ys(bo,["module ",Qo("id")," ",Qo("body")]);case"DeclareModuleExports":return ys(bo,["module.exports",": ",Qo("typeAnnotation"),Ss]);case"DeclareVariable":return ys(bo,["var ",Qo("id"),Ss]);case"DeclareOpaqueType":return ys(bo,La(bo,Ls,Qo));case"DeclareInterface":return ys(bo,Fi(bo,Ls,Qo));case"DeclareTypeAlias":return ys(bo,Ea(bo,Ls,Qo));case"DeclareExportDeclaration":return ys(bo,Gi(bo,Ls,Qo));case"DeclareExportAllDeclaration":return ys(bo,ra(bo,Ls,Qo));case"OpaqueType":return La(bo,Ls,Qo);case"TypeAlias":return Ea(bo,Ls,Qo);case"IntersectionTypeAnnotation":return Xa(bo,Ls,Qo);case"UnionTypeAnnotation":return Fa(bo,Ls,Qo);case"FunctionTypeAnnotation":return rs(bo,Ls,Qo);case"TupleTypeAnnotation":return Ui(bo,Ls,Qo);case"GenericTypeAnnotation":return[Qo("id"),Un(bo,Ls,Qo,"typeParameters")];case"IndexedAccessType":case"OptionalIndexedAccessType":return Ta(bo,Ls,Qo);case"TypeAnnotation":return Qo("typeAnnotation");case"TypeParameter":return aa(bo,Ls,Qo);case"TypeofTypeAnnotation":return["typeof ",Qo("argument")];case"ExistsTypeAnnotation":return"*";case"EmptyTypeAnnotation":return"empty";case"MixedTypeAnnotation":return"mixed";case"ArrayTypeAnnotation":return[Qo("elementType"),"[]"];case"BooleanLiteralTypeAnnotation":return String(Oo.value);case"EnumDeclaration":return["enum ",Qo("id")," ",Qo("body")];case"EnumBooleanBody":case"EnumNumberBody":case"EnumStringBody":case"EnumSymbolBody":{if(Oo.type==="EnumSymbolBody"||Oo.explicitType){let Fs=null;switch(Oo.type){case"EnumBooleanBody":Fs="boolean";break;case"EnumNumberBody":Fs="number";break;case"EnumStringBody":Fs="string";break;case"EnumSymbolBody":Fs="symbol";break}nl.push("of ",Fs," ")}if(Oo.members.length===0&&!Oo.hasUnknownMembers)nl.push(ui(["{",Vn(bo,Ls),Nn,"}"]));else{let Fs=Oo.members.length>0?[xn,da(bo,Ls,"members",Qo),Oo.hasUnknownMembers||ji(Ls)?",":""]:[];nl.push(ui(["{",Mi([...Fs,...Oo.hasUnknownMembers?[xn,"..."]:[]]),Vn(bo,Ls,!0),xn,"}"]))}return nl}case"EnumBooleanMember":case"EnumNumberMember":case"EnumStringMember":return[Qo("id")," = ",typeof Oo.init=="object"?Qo("init"):String(Oo.init)];case"EnumDefaultedMember":return Qo("id");case"FunctionTypeParam":{let Fs=Oo.name?Qo("name"):bo.getParentNode().this===Oo?"this":"";return[Fs,to(bo),Fs?": ":"",Qo("typeAnnotation")]}case"InterfaceDeclaration":case"InterfaceTypeAnnotation":return Fi(bo,Ls,Qo);case"ClassImplements":case"InterfaceExtends":return[Qo("id"),Qo("typeParameters")];case"NullableTypeAnnotation":return["?",Qo("typeAnnotation")];case"Variance":{let{kind:Fs}=Oo;return vn.ok(Fs==="plus"||Fs==="minus"),Fs==="plus"?"+":"-"}case"ObjectTypeCallProperty":return Oo.static&&nl.push("static "),nl.push(Qo("value")),nl;case"ObjectTypeIndexer":return[Oo.static?"static ":"",Oo.variance?Qo("variance"):"","[",Qo("id"),Oo.id?": ":"",Qo("key"),"]: ",Qo("value")];case"ObjectTypeProperty":{let Fs="";return Oo.proto?Fs="proto ":Oo.static&&(Fs="static "),[Fs,ta(Oo)?Oo.kind+" ":"",Oo.variance?Qo("variance"):"",Aa(bo,Ls,Qo),to(bo),zi(Oo)?"":": ",Qo("value")]}case"ObjectTypeAnnotation":return va(bo,Ls,Qo);case"ObjectTypeInternalSlot":return[Oo.static?"static ":"","[[",Qo("id"),"]]",to(bo),Oo.method?"":": ",Qo("value")];case"ObjectTypeSpreadProperty":return Zo(bo,Ls,Qo);case"QualifiedTypeofIdentifier":case"QualifiedTypeIdentifier":return[Qo("qualification"),".",Qo("id")];case"StringLiteralTypeAnnotation":return Ba(Fn(ki(Oo),Ls));case"NumberLiteralTypeAnnotation":vn.strictEqual(typeof Oo.value,"number");case"BigIntLiteralTypeAnnotation":return Oo.extra?En(Oo.extra.raw):En(Oo.raw);case"TypeCastExpression":return["(",Qo("expression"),Bo(bo,Ls,Qo),")"];case"TypeParameterDeclaration":case"TypeParameterInstantiation":{let Fs=Un(bo,Ls,Qo,"params");if(Ls.parser==="flow"){let ml=oa(Oo),Go=Ra(Oo),Os=Ls.originalText.lastIndexOf("/*",ml),fl=Ls.originalText.indexOf("*/",Go);if(Os!==-1&&fl!==-1){let sl=Ls.originalText.slice(Os+2,fl).trim();if(sl.startsWith("::")&&!sl.includes("/*")&&!sl.includes("*/"))return["/*:: ",Fs," */"]}}return Fs}case"InferredPredicate":return"%checks";case"DeclaredPredicate":return["%checks(",Qo("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 ys(bo,Ls){let Qo=ea(bo);return Qo?(vn.strictEqual(Qo.type,"DeclareExportDeclaration"),Ls):["declare ",Ls]}di.exports={printFlow:Mo}}}),dc=Io({"src/language-js/utils/is-ts-keyword-type.js"(Rn,di){kn();function vn(Vn){let{type:Fn}=Vn;return Fn.startsWith("TS")&&Fn.endsWith("Keyword")}di.exports=vn}}),Ic=Io({"src/language-js/print/ternary.js"(Rn,di){kn();var{hasNewlineInRange:vn}=Wc(),{isJsxNode:Vn,getComments:Fn,isCallExpression:En,isMemberExpression:xn,isTSTypeExpression:Nn}=kd(),{locStart:ui,locEnd:Mi}=Op(),ea=Od(),{builders:{line:zi,softline:ta,group:ki,indent:ji,align:oa,ifBreak:Ra,dedent:Ba,breakParent:la}}=Cc();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 rs(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,Zo=Ui.getParentNode(),Mo=Zo.type===aa.type&&da.some(fl=>Zo[fl]===aa),ys=Zo.type===aa.type&&!Mo,bo,Ls,Qo=0;do Ls=bo||aa,bo=Ui.getParentNode(Qo),Qo++;while(bo&&bo.type===aa.type&&da.every(fl=>bo[fl]!==Ls));let Oo=bo||Zo,Ss=Ls;if(Un&&(Vn(aa[da[0]])||Vn(va)||Vn(Aa)||La(Ss))){Bo=!0,ys=!0;let fl=ku=>[Ra("("),ji([ta,ku]),ta,Ra(")")],sl=ku=>ku.type==="NullLiteral"||ku.type==="Literal"&&ku.value===null||ku.type==="Identifier"&&ku.name==="undefined";to.push(" ? ",sl(va)?Fi(Gi):fl(Fi(Gi))," : ",Aa.type===aa.type||sl(Aa)?Fi(ra):fl(Fi(ra)))}else{let fl=[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(Zo.type!==aa.type||Zo[ra]===aa||Mo?fl:Ta.useTabs?Ba(ji(fl)):oa(Math.max(0,Ta.tabWidth-2),fl))}let nl=[...da.map(fl=>Fn(aa[fl])),Fn(va),Fn(Aa)].flat().some(fl=>ea(fl)&&vn(Ta.originalText,ui(fl),Mi(fl))),Fs=fl=>Zo===Oo?ki(fl,{shouldBreak:nl}):nl?[fl,la]:fl,ml=!Bo&&(xn(Zo)||Zo.type==="NGPipeExpression"&&Zo.left===aa)&&!Zo.computed,Go=Fa(Ui),Os=Fs([Ea(Ui,Ta,Fi),ys?to:ji(to),Un&&ml&&!Go?ta:""]);return Mo||Go?ki([ji([ta,Os]),ta]):Os}di.exports={printTernary:rs}}}),jc=Io({"src/language-js/print/statement.js"(Rn,di){kn();var{builders:{hardline:vn}}=Cc(),Vn=Cs(),{getLeftSidePathName:Fn,hasNakedLeftSide:En,isJsxNode:xn,isTheOnlyJsxElementInMarkdown:Nn,hasComment:ui,CommentCheckFlags:Mi,isNextLineEmpty:ea}=kd(),{shouldPrintParamsWithoutParens:zi}=wu();function ta(Ea,Xa,Fa,rs){let Ui=Ea.getValue(),Ta=[],Fi=Ui.type==="ClassBody",aa=ki(Ui[rs]);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))},rs),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:rs,operator:Ui}=Fa;if(rs&&(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(rs=>oa(rs,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:rs}=Ea.key;if(!Ea.computed&&Fa==="Identifier"&&(rs==="static"||rs==="get"||rs==="set"||rs==="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}}}),Id=Io({"src/language-js/print/block.js"(Rn,di){kn();var{printDanglingComments:vn}=wc(),{isNonEmptyArray:Vn}=Wc(),{builders:{hardline:Fn,indent:En}}=Cc(),{hasComment:xn,CommentCheckFlags:Nn,isNextLineEmpty:ui}=kd(),{printHardlineAfterHeritage:Mi}=Iu(),{printBody:ea}=jc();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,rs)=>{Ea.push(oa()),(Fa<rs.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}}}),xc=Io({"src/language-js/print/typescript.js"(Rn,di){kn();var{printDanglingComments:vn}=wc(),{hasNewlineInRange:Vn}=Wc(),{builders:{join:Fn,line:En,hardline:xn,softline:Nn,group:ui,indent:Mi,conditionalGroup:ea,ifBreak:zi}}=Cc(),{isStringLiteral:ta,getTypeScriptMappedTypeModifier:ki,shouldPrintComma:ji,isCallExpression:oa,isMemberExpression:Ra}=kd(),Ba=dc(),{locStart:la,locEnd:La}=Op(),{printOptionalToken:Ea,printTypeScriptModifiers:Xa}=vl(),{printTernary:Fa}=Ic(),{printFunctionParameters:rs,shouldGroupFunctionParameters:Ui}=rc(),{printTemplateLiteral:Ta}=Xp(),{printArrayItems:Fi}=Zl(),{printObject:aa}=Pl(),{printClassProperty:Un,printClassMethod:Gi}=Iu(),{printTypeParameter:ra,printTypeParameters:da}=Su(),{printPropertyKey:va}=Ec(),{printFunction:Aa,printMethodInternal:to}=wu(),{printInterface:Bo}=kl(),{printBlock:Zo}=Id(),{printTypeAlias:Mo,printIntersectionType:ys,printUnionType:bo,printFunctionType:Ls,printTupleType:Qo,printIndexedAccessType:Oo,printJSDocType:Ss}=Ka();function nl(Fs,ml,Go){let Os=Fs.getValue();if(!Os.type.startsWith("TS"))return;if(Ba(Os))return Os.type.slice(2,-7).toLowerCase();let fl=ml.semi?";":"",sl=[];switch(Os.type){case"TSThisType":return"this";case"TSTypeAssertion":{let ku=!(Os.expression.type==="ArrayExpression"||Os.expression.type==="ObjectExpression"),Is=ui(["<",Mi([Nn,Go("typeAnnotation")]),Nn,">"]),hs=[zi("("),Mi([Nn,Go("expression")]),Nn,zi(")")];return ku?ea([[Is,Go("expression")],[Is,ui(hs,{shouldBreak:!0})],[Is,Go("expression")]]):ui([Is,Go("expression")])}case"TSDeclareFunction":return Aa(Fs,Go,ml);case"TSExportAssignment":return["export = ",Go("expression"),fl];case"TSModuleBlock":return Zo(Fs,ml,Go);case"TSInterfaceBody":case"TSTypeLiteral":return aa(Fs,ml,Go);case"TSTypeAliasDeclaration":return Mo(Fs,ml,Go);case"TSQualifiedName":return Fn(".",[Go("left"),Go("right")]);case"TSAbstractMethodDefinition":case"TSDeclareMethod":return Gi(Fs,ml,Go);case"TSAbstractAccessorProperty":case"TSAbstractPropertyDefinition":return Un(Fs,ml,Go);case"TSInterfaceHeritage":case"TSExpressionWithTypeArguments":return sl.push(Go("expression")),Os.typeParameters&&sl.push(Go("typeParameters")),sl;case"TSTemplateLiteralType":return Ta(Fs,Go,ml);case"TSNamedTupleMember":return[Go("label"),Os.optional?"?":"",": ",Go("elementType")];case"TSRestType":return["...",Go("typeAnnotation")];case"TSOptionalType":return[Go("typeAnnotation"),"?"];case"TSInterfaceDeclaration":return Bo(Fs,ml,Go);case"TSClassImplements":return[Go("expression"),Go("typeParameters")];case"TSTypeParameterDeclaration":case"TSTypeParameterInstantiation":return da(Fs,ml,Go,"params");case"TSTypeParameter":return ra(Fs,ml,Go);case"TSSatisfiesExpression":case"TSAsExpression":{let ku=Os.type==="TSAsExpression"?"as":"satisfies";sl.push(Go("expression"),` ${ku} `,Go("typeAnnotation"));let Is=Fs.getParentNode();return oa(Is)&&Is.callee===Os||Ra(Is)&&Is.object===Os?ui([Mi([Nn,...sl]),Nn]):sl}case"TSArrayType":return[Go("elementType"),"[]"];case"TSPropertySignature":return Os.readonly&&sl.push("readonly "),sl.push(va(Fs,ml,Go),Ea(Fs)),Os.typeAnnotation&&sl.push(": ",Go("typeAnnotation")),Os.initializer&&sl.push(" = ",Go("initializer")),sl;case"TSParameterProperty":return Os.accessibility&&sl.push(Os.accessibility+" "),Os.export&&sl.push("export "),Os.static&&sl.push("static "),Os.override&&sl.push("override "),Os.readonly&&sl.push("readonly "),sl.push(Go("parameter")),sl;case"TSTypeQuery":return["typeof ",Go("exprName"),Go("typeParameters")];case"TSIndexSignature":{let ku=Fs.getParentNode(),Is=Os.parameters.length>1?zi(ji(ml)?",":""):"",hs=ui([Mi([Nn,Fn([", ",Nn],Fs.map(Go,"parameters"))]),Is,Nn]);return[Os.export?"export ":"",Os.accessibility?[Os.accessibility," "]:"",Os.static?"static ":"",Os.readonly?"readonly ":"",Os.declare?"declare ":"","[",Os.parameters?hs:"",Os.typeAnnotation?"]: ":"]",Os.typeAnnotation?Go("typeAnnotation"):"",ku.type==="ClassBody"?fl:""]}case"TSTypePredicate":return[Os.asserts?"asserts ":"",Go("parameterName"),Os.typeAnnotation?[" is ",Go("typeAnnotation")]:""];case"TSNonNullExpression":return[Go("expression"),"!"];case"TSImportType":return[Os.isTypeOf?"typeof ":"","import(",Go(Os.parameter?"parameter":"argument"),")",Os.qualifier?[".",Go("qualifier")]:"",da(Fs,ml,Go,"typeParameters")];case"TSLiteralType":return Go("literal");case"TSIndexedAccessType":return Oo(Fs,ml,Go);case"TSConstructSignatureDeclaration":case"TSCallSignatureDeclaration":case"TSConstructorType":{if(Os.type==="TSConstructorType"&&Os.abstract&&sl.push("abstract "),Os.type!=="TSCallSignatureDeclaration"&&sl.push("new "),sl.push(ui(rs(Fs,Go,ml,!1,!0))),Os.returnType||Os.typeAnnotation){let ku=Os.type==="TSConstructorType";sl.push(ku?" => ":": ",Go("returnType"),Go("typeAnnotation"))}return sl}case"TSTypeOperator":return[Os.operator," ",Go("typeAnnotation")];case"TSMappedType":{let ku=Vn(ml.originalText,la(Os),La(Os));return ui(["{",Mi([ml.bracketSpacing?En:Nn,Go("typeParameter"),Os.optional?ki(Os.optional,"?"):"",Os.typeAnnotation?": ":"",Go("typeAnnotation"),zi(fl)]),vn(Fs,ml,!0),ml.bracketSpacing?En:Nn,"}"],{shouldBreak:ku})}case"TSMethodSignature":{let ku=Os.kind&&Os.kind!=="method"?`${Os.kind} `:"";sl.push(Os.accessibility?[Os.accessibility," "]:"",ku,Os.export?"export ":"",Os.static?"static ":"",Os.readonly?"readonly ":"",Os.abstract?"abstract ":"",Os.declare?"declare ":"",Os.computed?"[":"",Go("key"),Os.computed?"]":"",Ea(Fs));let Is=rs(Fs,Go,ml,!1,!0),hs=Os.returnType?"returnType":"typeAnnotation",Vs=Os[hs],Ys=Vs?Go(hs):"",Gs=Ui(Os,Ys);return sl.push(Gs?ui(Is):Is),Vs&&sl.push(": ",ui(Ys)),ui(sl)}case"TSNamespaceExportDeclaration":return sl.push("export as namespace ",Go("id")),ml.semi&&sl.push(";"),ui(sl);case"TSEnumDeclaration":return Os.declare&&sl.push("declare "),Os.modifiers&&sl.push(Xa(Fs,ml,Go)),Os.const&&sl.push("const "),sl.push("enum ",Go("id")," "),Os.members.length===0?sl.push(ui(["{",vn(Fs,ml),Nn,"}"])):sl.push(ui(["{",Mi([xn,Fi(Fs,ml,"members",Go),ji(ml,"es5")?",":""]),vn(Fs,ml,!0),xn,"}"])),sl;case"TSEnumMember":return Os.computed?sl.push("[",Go("id"),"]"):sl.push(Go("id")),Os.initializer&&sl.push(" = ",Go("initializer")),sl;case"TSImportEqualsDeclaration":return Os.isExport&&sl.push("export "),sl.push("import "),Os.importKind&&Os.importKind!=="value"&&sl.push(Os.importKind," "),sl.push(Go("id")," = ",Go("moduleReference")),ml.semi&&sl.push(";"),ui(sl);case"TSExternalModuleReference":return["require(",Go("expression"),")"];case"TSModuleDeclaration":{let ku=Fs.getParentNode(),Is=ta(Os.id),hs=ku.type==="TSModuleDeclaration",Vs=Os.body&&Os.body.type==="TSModuleDeclaration";if(hs)sl.push(".");else{Os.declare&&sl.push("declare "),sl.push(Xa(Fs,ml,Go));let Ys=ml.originalText.slice(la(Os),la(Os.id));Os.id.type==="Identifier"&&Os.id.name==="global"&&!/namespace|module/.test(Ys)||sl.push(Is||/(?:^|\s)module(?:\s|$)/.test(Ys)?"module ":"namespace ")}return sl.push(Go("id")),Vs?sl.push(Go("body")):Os.body?sl.push(" ",ui(Go("body"))):sl.push(fl),sl}case"TSConditionalType":return Fa(Fs,ml,Go);case"TSInferType":return["infer"," ",Go("typeParameter")];case"TSIntersectionType":return ys(Fs,ml,Go);case"TSUnionType":return bo(Fs,ml,Go);case"TSFunctionType":return Ls(Fs,ml,Go);case"TSTupleType":return Qo(Fs,ml,Go);case"TSTypeReference":return[Go("typeName"),da(Fs,ml,Go,"typeParameters")];case"TSTypeAnnotation":return Go("typeAnnotation");case"TSEmptyBodyFunctionExpression":return to(Fs,ml,Go);case"TSJSDocAllType":return"*";case"TSJSDocUnknownType":return"?";case"TSJSDocNullableType":return Ss(Fs,Go,"?");case"TSJSDocNonNullableType":return Ss(Fs,Go,"!");case"TSInstantiationExpression":return[Go("expression"),Go("typeParameters")];default:throw new Error(`Unknown TypeScript node type: ${JSON.stringify(Os.type)}.`)}}di.exports={printTypescript:nl}}}),rp=Io({"src/language-js/print/comment.js"(Rn,di){kn();var{hasNewline:vn}=Wc(),{builders:{join:Vn,hardline:Fn},utils:{replaceTextEndOfLine:En}}=Cc(),{isLineComment:xn}=kd(),{locStart:Nn,locEnd:ui}=Op(),Mi=Od();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}}}),Hp=Io({"src/language-js/print/literal.js"(Rn,di){kn();var{printString:vn,printNumber:Vn}=Wc(),{replaceTextEndOfLine:Fn}=Mp(),{printDirective:En}=vl();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}}}),Rp=Io({"src/language-js/printer-estree.js"(Rn,di){kn();var{printDanglingComments:vn}=wc(),{hasNewline:Vn}=Wc(),{builders:{join:Fn,line:En,hardline:xn,softline:Nn,group:ui,indent:Mi},utils:{replaceTextEndOfLine:ea}}=Cc(),zi=Vf(),ta=yh(),{insertPragma:ki}=is(),ji=Ts(),oa=Cs(),Ra=Ns(),{hasFlowShorthandAnnotationComment:Ba,hasComment:la,CommentCheckFlags:La,isTheOnlyJsxElementInMarkdown:Ea,isLineComment:Xa,isNextLineEmpty:Fa,needsHardlineAfterDanglingComment:rs,hasIgnoreComment:Ui,isCallExpression:Ta,isMemberExpression:Fi,markerForIfWithoutBlockAndSameLineComment:aa}=kd(),{locStart:Un,locEnd:Gi}=Op(),ra=Od(),{printHtmlBinding:da,isVueEventBindingExpression:va}=Ps(),{printAngular:Aa}=Bl(),{printJsx:to,hasJsxIgnoreComment:Bo}=Eu(),{printFlow:Zo}=Au(),{printTypescript:Mo}=xc(),{printOptionalToken:ys,printBindExpressionCallee:bo,printTypeAnnotation:Ls,adjustClause:Qo,printRestSpread:Oo,printDefiniteToken:Ss,printDirective:nl}=vl(),{printImportDeclaration:Fs,printExportDeclaration:ml,printExportAllDeclaration:Go,printModuleSpecifier:Os}=bl(),{printTernary:fl}=Ic(),{printTemplateLiteral:sl}=Xp(),{printArray:ku}=Zl(),{printObject:Is}=Pl(),{printClass:hs,printClassMethod:Vs,printClassProperty:Ys}=Iu(),{printProperty:Gs}=Ec(),{printFunction:fu,printArrowFunction:Vl,printMethod:uc,printReturnStatement:nd,printThrowStatement:Hc}=wu(),{printCallExpression:hc}=Cu(),{printVariableDeclarator:cc,printAssignmentExpression:ul}=ec(),{printBinaryishExpression:Jo}=Cl(),{printSwitchCaseConsequent:hl}=jc(),{printMemberExpression:Ms}=xu(),{printBlock:dl,printBlockBody:Wu}=Id(),{printComment:$e}=rp(),{printLiteral:er}=Hp(),{printDecorators:ir}=Ul();function lr(Zr,Hn,mi,ma){let io=dr(Zr,Hn,mi,ma);if(!io)return"";let gs=Zr.getValue(),{type:vs}=gs;if(vs==="ClassMethod"||vs==="ClassPrivateMethod"||vs==="ClassProperty"||vs==="ClassAccessorProperty"||vs==="AccessorProperty"||vs==="TSAbstractAccessorProperty"||vs==="PropertyDefinition"||vs==="TSAbstractPropertyDefinition"||vs==="ClassPrivateProperty"||vs==="MethodDefinition"||vs==="TSAbstractMethodDefinition"||vs==="TSDeclareMethod")return io;let xs=[io],tl=ir(Zr,Hn,mi),Kl=gs.type==="ClassExpression"&&tl;if(tl&&(xs=[...tl,io],!Kl))return ui(xs);if(!oa(Zr,Hn))return ma&&ma.needsSemi&&xs.unshift(";"),xs.length===1&&xs[0]===io?io:xs;if(Kl&&(xs=[Mi([En,...xs])]),xs.unshift("("),ma&&ma.needsSemi&&xs.unshift(";"),Ba(gs)){let[cl]=gs.trailingComments;xs.push(" /*",cl.value.trimStart(),"*/"),cl.printed=!0}return Kl&&xs.push(En),xs.push(")"),xs}function dr(Zr,Hn,mi,ma){let io=Zr.getValue(),gs=Hn.semi?";":"";if(!io)return"";if(typeof io=="string")return io;for(let xs of[er,da,Aa,to,Zo,Mo]){let tl=xs(Zr,Hn,mi);if(typeof tl<"u")return tl}let vs=[];switch(io.type){case"JsExpressionRoot":return mi("node");case"JsonRoot":return[mi("node"),xn];case"File":return io.program&&io.program.interpreter&&vs.push(mi(["program","interpreter"])),vs.push(mi("program")),vs;case"Program":return Wu(Zr,Hn,mi);case"EmptyStatement":return"";case"ExpressionStatement":{if(Hn.parser==="__vue_event_binding"||Hn.parser==="__vue_ts_event_binding"){let tl=Zr.getParentNode();if(tl.type==="Program"&&tl.body.length===1&&tl.body[0]===io)return[mi("expression"),va(io.expression)?";":""]}let xs=vn(Zr,Hn,!0,tl=>{let{marker:Kl}=tl;return Kl===aa});return[mi("expression"),Ea(Hn,Zr)?"":gs,xs?[" ",xs]:""]}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 ul(Zr,Hn,mi);case"VariableDeclarator":return cc(Zr,Hn,mi);case"BinaryExpression":case"LogicalExpression":return Jo(Zr,Hn,mi);case"AssignmentPattern":return[mi("left")," = ",mi("right")];case"OptionalMemberExpression":case"MemberExpression":return Ms(Zr,Hn,mi);case"MetaProperty":return[mi("meta"),".",mi("property")];case"BindExpression":return io.object&&vs.push(mi("object")),vs.push(ui(Mi([Nn,bo(Zr,Hn,mi)]))),vs;case"Identifier":return[io.name,ys(Zr),Ss(Zr),Ls(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 fu(Zr,mi,Hn,ma);case"ArrowFunctionExpression":return Vl(Zr,Hn,mi,ma);case"YieldExpression":return vs.push("yield"),io.delegate&&vs.push("*"),io.argument&&vs.push(" ",mi("argument")),vs;case"AwaitExpression":{if(vs.push("await"),io.argument){vs.push(" ",mi("argument"));let xs=Zr.getParentNode();if(Ta(xs)&&xs.callee===io||Fi(xs)&&xs.object===io){vs=[Mi([Nn,...vs]),Nn];let tl=Zr.findAncestor(Kl=>Kl.type==="AwaitExpression"||Kl.type==="BlockStatement");if(!tl||tl.type!=="AwaitExpression")return ui(vs)}}return vs}case"ExportDefaultDeclaration":case"ExportNamedDeclaration":return ml(Zr,Hn,mi);case"ExportAllDeclaration":return Go(Zr,Hn,mi);case"ImportDeclaration":return Fs(Zr,Hn,mi);case"ImportSpecifier":case"ExportSpecifier":case"ImportNamespaceSpecifier":case"ExportNamespaceSpecifier":case"ImportDefaultSpecifier":case"ExportDefaultSpecifier":return Os(Zr,Hn,mi);case"ImportAttribute":return[mi("key"),": ",mi("value")];case"Import":return"import";case"BlockStatement":case"StaticBlock":case"ClassBody":return dl(Zr,Hn,mi);case"ThrowStatement":return Hc(Zr,Hn,mi);case"ReturnStatement":return nd(Zr,Hn,mi);case"NewExpression":case"ImportExpression":case"OptionalCallExpression":case"CallExpression":return hc(Zr,Hn,mi);case"ObjectExpression":case"ObjectPattern":case"RecordExpression":return Is(Zr,Hn,mi);case"ObjectProperty":case"Property":return io.method||io.kind==="get"||io.kind==="set"?uc(Zr,Hn,mi):Gs(Zr,Hn,mi);case"ObjectMethod":return uc(Zr,Hn,mi);case"Decorator":return["@",mi("expression")];case"ArrayExpression":case"ArrayPattern":case"TupleExpression":return ku(Zr,Hn,mi);case"SequenceExpression":{let xs=Zr.getParentNode(0);if(xs.type==="ExpressionStatement"||xs.type==="ForStatement"){let tl=[];return Zr.each((Kl,cl)=>{cl===0?tl.push(mi()):tl.push(",",Mi([En,mi()]))},"expressions"),ui(tl)}return ui(Fn([",",En],Zr.map(mi,"expressions")))}case"ThisExpression":return"this";case"Super":return"super";case"Directive":return[mi("value"),gs];case"DirectiveLiteral":return nl(io.extra.raw,Hn);case"UnaryExpression":return vs.push(io.operator),/[a-z]$/.test(io.operator)&&vs.push(" "),la(io.argument)?vs.push(ui(["(",Mi([Nn,mi("argument")]),Nn,")"])):vs.push(mi("argument")),vs;case"UpdateExpression":return vs.push(mi("argument"),io.operator),io.prefix&&vs.reverse(),vs;case"ConditionalExpression":return fl(Zr,Hn,mi);case"VariableDeclaration":{let xs=Zr.map(mi,"declarations"),tl=Zr.getParentNode(),Kl=tl.type==="ForStatement"||tl.type==="ForInStatement"||tl.type==="ForOfStatement",cl=io.declarations.some(vu=>vu.init),hu;return xs.length===1&&!la(io.declarations[0])?hu=xs[0]:xs.length>0&&(hu=Mi(xs[0])),vs=[io.declare?"declare ":"",io.kind,hu?[" ",hu]:"",Mi(xs.slice(1).map(vu=>[",",cl&&!Kl?xn:En,vu]))],Kl&&tl.body!==io||vs.push(gs),ui(vs)}case"WithStatement":return ui(["with (",mi("object"),")",Qo(io.body,mi("body"))]);case"IfStatement":{let xs=Qo(io.consequent,mi("consequent")),tl=ui(["if (",ui([Mi([Nn,mi("test")]),Nn]),")",xs]);if(vs.push(tl),io.alternate){let Kl=la(io.consequent,La.Trailing|La.Line)||rs(io),cl=io.consequent.type==="BlockStatement"&&!Kl;vs.push(cl?" ":xn),la(io,La.Dangling)&&vs.push(vn(Zr,Hn,!0),Kl?xn:" "),vs.push("else",ui(Qo(io.alternate,mi("alternate"),io.alternate.type==="IfStatement")))}return vs}case"ForStatement":{let xs=Qo(io.body,mi("body")),tl=vn(Zr,Hn,!0),Kl=tl?[tl,Nn]:"";return!io.init&&!io.test&&!io.update?[Kl,ui(["for (;;)",xs])]:[Kl,ui(["for (",ui([Mi([Nn,mi("init"),";",En,mi("test"),";",En,mi("update")]),Nn]),")",xs])]}case"WhileStatement":return ui(["while (",ui([Mi([Nn,mi("test")]),Nn]),")",Qo(io.body,mi("body"))]);case"ForInStatement":return ui(["for (",mi("left")," in ",mi("right"),")",Qo(io.body,mi("body"))]);case"ForOfStatement":return ui(["for",io.await?" await":""," (",mi("left")," of ",mi("right"),")",Qo(io.body,mi("body"))]);case"DoWhileStatement":{let xs=Qo(io.body,mi("body"));return vs=[ui(["do",xs])],io.body.type==="BlockStatement"?vs.push(" "):vs.push(xn),vs.push("while (",ui([Mi([Nn,mi("test")]),Nn]),")",gs),vs}case"DoExpression":return[io.async?"async ":"","do ",mi("body")];case"BreakStatement":return vs.push("break"),io.label&&vs.push(" ",mi("label")),vs.push(gs),vs;case"ContinueStatement":return vs.push("continue"),io.label&&vs.push(" ",mi("label")),vs.push(gs),vs;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 xs=la(io.param,Kl=>!ra(Kl)||Kl.leading&&Vn(Hn.originalText,Gi(Kl))||Kl.trailing&&Vn(Hn.originalText,Un(Kl),{backwards:!0})),tl=mi("param");return["catch ",xs?["(",Mi([Nn,tl]),Nn,") "]:["(",tl,") "],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((xs,tl,Kl)=>{let cl=xs.getValue();return[mi(),tl!==Kl.length-1&&Fa(cl,Hn)?xn:""]},"cases"))]):"",xn,"}"];case"SwitchCase":{io.test?vs.push("case ",mi("test"),":"):vs.push("default:"),la(io,La.Dangling)&&vs.push(" ",vn(Zr,Hn,!0));let xs=io.consequent.filter(tl=>tl.type!=="EmptyStatement");if(xs.length>0){let tl=hl(Zr,Hn,mi);vs.push(xs.length===1&&xs[0].type==="BlockStatement"?[" ",tl]:Mi([xn,tl]))}return vs}case"DebuggerStatement":return["debugger",gs];case"ClassDeclaration":case"ClassExpression":return hs(Zr,Hn,mi);case"ClassMethod":case"ClassPrivateMethod":case"MethodDefinition":return Vs(Zr,Hn,mi);case"ClassProperty":case"PropertyDefinition":case"ClassPrivateProperty":case"ClassAccessorProperty":case"AccessorProperty":return Ys(Zr,Hn,mi);case"TemplateElement":return ea(io.value.raw);case"TemplateLiteral":return sl(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 vs.push("#!",io.value,xn),Fa(io,Hn)&&vs.push(xn),vs;case"TopicReference":return"%";case"ArgumentPlaceholder":return"?";case"ModuleExpression":{vs.push("module {");let xs=mi("body");return xs&&vs.push(Mi([xn,xs]),xn),vs.push("}"),vs}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}}}),dp=Io({"src/language-js/printer-estree-json.js"(Rn,di){kn();var{builders:{hardline:vn,indent:Vn,join:Fn}}=Cc(),En=Ns();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}}}),Xc=Io({"src/common/common-options.js"(Rn,di){kn();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."}}}}),ud=Io({"src/language-js/options.js"(Rn,di){kn();var vn=Xc(),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}}}),rf=Io({"src/language-js/parse/parsers.js"(){kn()}}),nf=Io({"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}}}),Tf=Io({"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}}}),Qp=Io({"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}}}),Jd=Io({"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}}}),hp=Io({"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}}}),gp=Io({"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}}}),Vd=Io({"src/language-js/index.js"(Rn,di){kn();var vn=Ff(),Vn=Rp(),Fn=dp(),En=ud(),xn=rf(),Nn=[vn(nf(),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(nf(),()=>({name:"Flow",since:"0.0.0",parsers:["flow","babel-flow"],vscodeLanguageIds:["javascript"],aliases:[],filenames:[],extensions:[".js.flow"]})),vn(nf(),()=>({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(Tf(),()=>({since:"1.4.0",parsers:["typescript","babel-ts"],vscodeLanguageIds:["typescript"]})),vn(Qp(),()=>({since:"1.4.0",parsers:["typescript","babel-ts"],vscodeLanguageIds:["typescriptreact"]})),vn(Jd(),()=>({name:"JSON.stringify",since:"1.13.0",parsers:["json-stringify"],vscodeLanguageIds:["json"],extensions:[".importmap"],filenames:["package.json","package-lock.json","composer.json"]})),vn(Jd(),Mi=>({since:"1.5.0",parsers:["json"],vscodeLanguageIds:["json"],extensions:Mi.extensions.filter(ea=>ea!==".jsonl")})),vn(hp(),Mi=>({since:"1.5.0",parsers:["json"],vscodeLanguageIds:["jsonc"],filenames:[...Mi.filenames,".eslintrc",".swcrc"]})),vn(gp(),()=>({since:"1.13.0",parsers:["json5"],vscodeLanguageIds:["json5"]}))],ui={estree:Vn,"estree-json":Fn};di.exports={languages:Nn,options:En,printers:ui,parsers:xn}}}),Hd=Io({"src/language-css/clean.js"(Rn,di){kn();var{isFrontMatterNode:vn}=Wc(),Vn=Rc(),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}}),ed=Io({"src/utils/front-matter/print.js"(Rn,di){kn();var{builders:{hardline:vn,markAsRoot:Vn}}=Cc();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}}),zd=Io({"src/language-css/embed.js"(Rn,di){kn();var{builders:{hardline:vn}}=Cc(),Vn=ed();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}}),Ip=Io({"src/utils/front-matter/parse.js"(Rn,di){kn();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}}),Hf=Io({"src/language-css/pragma.js"(Rn,di){kn();var vn=is(),Vn=Ip();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}}}),rh=Io({"src/language-css/utils/index.js"(Rn,di){kn();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(Is,hs){let Vs=Array.isArray(hs)?hs:[hs],Ys=-1,Gs;for(;Gs=Is.getParentNode(++Ys);)if(Vs.includes(Gs.type))return Ys;return-1}function Fn(Is,hs){let Vs=Vn(Is,hs);return Vs===-1?null:Is.getParentNode(Vs)}function En(Is){var hs;let Vs=Fn(Is,"css-decl");return Vs==null||(hs=Vs.prop)===null||hs===void 0?void 0:hs.toLowerCase()}var xn=new Set(["initial","inherit","unset","revert"]);function Nn(Is){return xn.has(Is.toLowerCase())}function ui(Is,hs){let Vs=Fn(Is,"css-atrule");return(Vs==null?void 0:Vs.name)&&Vs.name.toLowerCase().endsWith("keyframes")&&["from","to"].includes(hs.toLowerCase())}function Mi(Is){return Is.includes("$")||Is.includes("@")||Is.includes("#")||Is.startsWith("%")||Is.startsWith("--")||Is.startsWith(":--")||Is.includes("(")&&Is.includes(")")?Is:Is.toLowerCase()}function ea(Is,hs){var Vs;let Ys=Fn(Is,"value-func");return(Ys==null||(Vs=Ys.value)===null||Vs===void 0?void 0:Vs.toLowerCase())===hs}function zi(Is){var hs;let Vs=Fn(Is,"css-rule"),Ys=Vs==null||(hs=Vs.raws)===null||hs===void 0?void 0:hs.selector;return Ys&&(Ys.startsWith(":import")||Ys.startsWith(":export"))}function ta(Is,hs){let Vs=Array.isArray(hs)?hs:[hs],Ys=Fn(Is,"css-atrule");return Ys&&Vs.includes(Ys.name.toLowerCase())}function ki(Is){let hs=Is.getValue(),Vs=Fn(Is,"css-atrule");return(Vs==null?void 0:Vs.name)==="import"&&hs.groups[0].value==="url"&&hs.groups.length===2}function ji(Is){return Is.type==="value-func"&&Is.value.toLowerCase()==="url"}function oa(Is,hs){var Vs;let Ys=(Vs=Is.getParentNode())===null||Vs===void 0?void 0:Vs.nodes;return Ys&&Ys.indexOf(hs)===Ys.length-1}function Ra(Is){let{selector:hs}=Is;return hs?typeof hs=="string"&&/^@.+:.*$/.test(hs)||hs.value&&/^@.+:.*$/.test(hs.value):!1}function Ba(Is){return Is.type==="value-word"&&["from","through","end"].includes(Is.value)}function la(Is){return Is.type==="value-word"&&["and","or","not"].includes(Is.value)}function La(Is){return Is.type==="value-word"&&Is.value==="in"}function Ea(Is){return Is.type==="value-operator"&&Is.value==="*"}function Xa(Is){return Is.type==="value-operator"&&Is.value==="/"}function Fa(Is){return Is.type==="value-operator"&&Is.value==="+"}function rs(Is){return Is.type==="value-operator"&&Is.value==="-"}function Ui(Is){return Is.type==="value-operator"&&Is.value==="%"}function Ta(Is){return Ea(Is)||Xa(Is)||Fa(Is)||rs(Is)||Ui(Is)}function Fi(Is){return Is.type==="value-word"&&["==","!="].includes(Is.value)}function aa(Is){return Is.type==="value-word"&&["<",">","<=",">="].includes(Is.value)}function Un(Is){return Is.type==="css-atrule"&&["if","else","for","each","while"].includes(Is.name)}function Gi(Is){var hs;return((hs=Is.raws)===null||hs===void 0?void 0:hs.params)&&/^\(\s*\)$/.test(Is.raws.params)}function ra(Is){return Is.name.startsWith("prettier-placeholder")}function da(Is){return Is.prop.startsWith("@prettier-placeholder")}function va(Is,hs){return Is.value==="$$"&&Is.type==="value-func"&&(hs==null?void 0:hs.type)==="value-word"&&!hs.raws.before}function Aa(Is){var hs,Vs;return((hs=Is.value)===null||hs===void 0?void 0:hs.type)==="value-root"&&((Vs=Is.value.group)===null||Vs===void 0?void 0:Vs.type)==="value-value"&&Is.prop.toLowerCase()==="composes"}function to(Is){var hs,Vs,Ys;return((hs=Is.value)===null||hs===void 0||(Vs=hs.group)===null||Vs===void 0||(Ys=Vs.group)===null||Ys===void 0?void 0:Ys.type)==="value-paren_group"&&Is.value.group.group.open!==null&&Is.value.group.group.close!==null}function Bo(Is){var hs;return((hs=Is.raws)===null||hs===void 0?void 0:hs.before)===""}function Zo(Is){var hs,Vs;return Is.type==="value-comma_group"&&((hs=Is.groups)===null||hs===void 0||(Vs=hs[1])===null||Vs===void 0?void 0:Vs.type)==="value-colon"}function Mo(Is){var hs;return Is.type==="value-paren_group"&&((hs=Is.groups)===null||hs===void 0?void 0:hs[0])&&Zo(Is.groups[0])}function ys(Is){var hs;let Vs=Is.getValue();if(Vs.groups.length===0)return!1;let Ys=Is.getParentNode(1);if(!Mo(Vs)&&!(Ys&&Mo(Ys)))return!1;let Gs=Fn(Is,"css-decl");return!!(Gs!=null&&(hs=Gs.prop)!==null&&hs!==void 0&&hs.startsWith("$")||Mo(Ys)||Ys.type==="value-func")}function bo(Is){return Is.type==="value-comment"&&Is.inline}function Ls(Is){return Is.type==="value-word"&&Is.value==="#"}function Qo(Is){return Is.type==="value-word"&&Is.value==="{"}function Oo(Is){return Is.type==="value-word"&&Is.value==="}"}function Ss(Is){return["value-word","value-atword"].includes(Is.type)}function nl(Is){return(Is==null?void 0:Is.type)==="value-colon"}function Fs(Is,hs){if(!Zo(hs))return!1;let{groups:Vs}=hs,Ys=Vs.indexOf(Is);return Ys===-1?!1:nl(Vs[Ys+1])}function ml(Is){return Is.value&&["not","and","or"].includes(Is.value.toLowerCase())}function Go(Is){return Is.type!=="value-func"?!1:vn.has(Is.value.toLowerCase())}function Os(Is){return/\/\//.test(Is.split(/[\n\r]/).pop())}function fl(Is){return(Is==null?void 0:Is.type)==="value-atword"&&Is.value.startsWith("prettier-placeholder-")}function sl(Is,hs){var Vs,Ys;if(((Vs=Is.open)===null||Vs===void 0?void 0:Vs.value)!=="("||((Ys=Is.close)===null||Ys===void 0?void 0:Ys.value)!==")"||Is.groups.some(Gs=>Gs.type!=="value-comma_group"))return!1;if(hs.type==="value-comma_group"){let Gs=hs.groups.indexOf(Is)-1,fu=hs.groups[Gs];if((fu==null?void 0:fu.type)==="value-word"&&fu.value==="with")return!0}return!1}function ku(Is){var hs,Vs;return Is.type==="value-paren_group"&&((hs=Is.open)===null||hs===void 0?void 0:hs.value)==="("&&((Vs=Is.close)===null||Vs===void 0?void 0:Vs.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:rs,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:Zo,isKeyValuePairInParenGroupNode:Mo,isKeyInValuePairNode:Fs,isSCSSMapItemNode:ys,isInlineValueCommentNode:bo,isHashNode:Ls,isLeftCurlyBraceNode:Qo,isRightCurlyBraceNode:Oo,isWordNode:Ss,isColonNode:nl,isMediaAndSupportsKeywords:ml,isColorAdjusterFuncNode:Go,lastLineHasInlineComment:Os,isAtWordPlaceholderNode:fl,isConfigurationNode:sl,isParenGroupNode:ku}}}),of=Io({"src/utils/line-column-to-index.js"(Rn,di){kn(),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}}}),Nm=Io({"src/language-css/loc.js"(Rn,di){kn();var{skipEverythingButNewLine:vn}=km(),Vn=Rc(),Fn=of();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}}}),Am=Io({"src/language-css/utils/is-less-parser.js"(Rn,di){kn();function vn(Vn){return Vn.parser==="css"||Vn.parser==="less"}di.exports=vn}}),Lp=Io({"src/language-css/utils/is-scss.js"(Rn,di){kn();function vn(Vn,Fn){return Vn==="less"||Vn==="scss"?Vn==="scss":/(?:\w\s*:\s*[^:}]+|#){|@import[^\n]+(?:url|,)/.test(Fn)}di.exports=vn}}),sf=Io({"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"}}}),Jf=Io({"src/language-css/utils/print-unit.js"(Rn,di){kn();var vn=sf();function Vn(Fn){let En=Fn.toLowerCase();return Object.prototype.hasOwnProperty.call(vn,En)?vn[En]:Fn}di.exports=Vn}}),cm=Io({"src/language-css/printer-postcss.js"(Rn,di){kn();var vn=Rc(),{printNumber:Vn,printString:Fn,hasNewline:En,isFrontMatterNode:xn,isNextLineEmpty:Nn,isNonEmptyArray:ui}=Wc(),{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}}=Cc(),Xa=Hd(),Fa=zd(),{insertPragma:rs}=Hf(),{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:Zo,isEqualityOperatorNode:Mo,isMultiplicationNode:ys,isDivisionNode:bo,isAdditionNode:Ls,isSubtractionNode:Qo,isMathOperatorNode:Oo,isEachKeywordNode:Ss,isForKeywordNode:nl,isURLFunctionNode:Fs,isIfElseKeywordNode:ml,hasComposesNode:Go,hasParensAroundNode:Os,hasEmptyRawBefore:fl,isKeyValuePairNode:sl,isKeyInValuePairNode:ku,isDetachedRulesetCallNode:Is,isTemplatePlaceholderNode:hs,isTemplatePropNode:Vs,isPostcssSimpleVarNode:Ys,isSCSSMapItemNode:Gs,isInlineValueCommentNode:fu,isHashNode:Vl,isLeftCurlyBraceNode:uc,isRightCurlyBraceNode:nd,isWordNode:Hc,isColonNode:hc,isMediaAndSupportsKeywords:cc,isColorAdjusterFuncNode:ul,lastLineHasInlineComment:Jo,isAtWordPlaceholderNode:hl,isConfigurationNode:Ms,isParenGroupNode:dl}=rh(),{locStart:Wu,locEnd:$e}=Nm(),er=Am(),ir=Lp(),lr=Jf();function dr(cl){return cl.trailingComma==="es5"||cl.trailingComma==="all"}function $r(cl,hu,vu){let Es=cl.getValue();if(!Es)return"";if(typeof Es=="string")return Es;switch(Es.type){case"front-matter":return[Es.raw,zi];case"css-root":{let Fu=Zr(cl,hu,vu),fc=Es.raws.after.trim();return fc.startsWith(";")&&(fc=fc.slice(1).trim()),[Fu,fc?` ${fc}`:"",Ea(Fu).length>0?zi:""]}case"css-comment":{let Fu=Es.inline||Es.raws.inline,fc=hu.originalText.slice(Wu(Es),$e(Es));return Fu?fc.trimEnd():fc}case"css-rule":return[vu("selector"),Es.important?" !important":"",Es.nodes?[Es.selector&&Es.selector.type==="selector-unknown"&&Jo(Es.selector.value)?ea:" ","{",Es.nodes.length>0?oa([zi,Zr(cl,hu,vu)]):"",zi,"}",Bo(Es)?";":""]:";"];case"css-decl":{let Fu=cl.getParentNode(),{between:fc}=Es.raws,qc=fc.trim(),Gd=qc===":",co=Go(Es)?La(vu("value")):vu("value");return!Gd&&Jo(qc)&&(co=oa([zi,Ra(co)])),[Es.raws.before.replace(/[\s;]/g,""),Fu.type==="css-atrule"&&Fu.variable||Un(cl)?Es.prop:Fi(Es.prop),qc.startsWith("//")?" ":"",qc,Es.extend?"":" ",er(hu)&&Es.extend&&Es.selector?["extend(",vu("selector"),")"]:"",co,Es.raws.important?Es.raws.important.replace(/\s*!\s*important/i," !important"):Es.important?" !important":"",Es.raws.scssDefault?Es.raws.scssDefault.replace(/\s*!default/i," !default"):Es.scssDefault?" !default":"",Es.raws.scssGlobal?Es.raws.scssGlobal.replace(/\s*!global/i," !global"):Es.scssGlobal?" !global":"",Es.nodes?[" {",oa([ta,Zr(cl,hu,vu)]),ta,"}"]:Vs(Es)&&!Fu.raws.semicolon&&hu.originalText[$e(Es)-1]!==";"?"":hu.__isHTMLStyleAttribute&&Aa(cl,Es)?Ba(";"):";"]}case"css-atrule":{let Fu=cl.getParentNode(),fc=hs(Es)&&!Fu.raws.semicolon&&hu.originalText[$e(Es)-1]!==";";if(er(hu)){if(Es.mixin)return[vu("selector"),Es.important?" !important":"",fc?"":";"];if(Es.function)return[Es.name,vu("params"),fc?"":";"];if(Es.variable)return["@",Es.name,": ",Es.value?vu("value"):"",Es.raws.between.trim()?Es.raws.between.trim()+" ":"",Es.nodes?["{",oa([Es.nodes.length>0?ta:"",Zr(cl,hu,vu)]),ta,"}"]:"",fc?"":";"]}return["@",Is(Es)||Es.name.endsWith(":")?Es.name:Fi(Es.name),Es.params?[Is(Es)?"":hs(Es)?Es.raws.afterName===""?"":Es.name.endsWith(":")?" ":/^\s*\n\s*\n/.test(Es.raws.afterName)?[zi,zi]:/^\s*\n/.test(Es.raws.afterName)?zi:" ":" ",vu("params")]:"",Es.selector?oa([" ",vu("selector")]):"",Es.value?ki([" ",vu("value"),to(Es)?Os(Es)?" ":ea:""]):Es.name==="else"?" ":"",Es.nodes?[to(Es)?"":Es.selector&&!Es.selector.nodes&&typeof Es.selector.value=="string"&&Jo(Es.selector.value)||!Es.selector&&typeof Es.params=="string"&&Jo(Es.params)?ea:" ","{",oa([Es.nodes.length>0?ta:"",Zr(cl,hu,vu)]),ta,"}"]:fc?"":";"]}case"media-query-list":{let Fu=[];return cl.each(fc=>{let qc=fc.getValue();qc.type==="media-query"&&qc.value===""||Fu.push(vu())},"nodes"),ki(oa(Mi(ea,Fu)))}case"media-query":return[Mi(" ",cl.map(vu,"nodes")),Aa(cl,Es)?"":","];case"media-type":return tl(vs(Es.value,hu));case"media-feature-expression":return Es.nodes?["(",...cl.map(vu,"nodes"),")"]:Es.value;case"media-feature":return Fi(vs(Es.value.replace(/ +/g," "),hu));case"media-colon":return[Es.value," "];case"media-value":return tl(vs(Es.value,hu));case"media-keyword":return vs(Es.value,hu);case"media-url":return vs(Es.value.replace(/^url\(\s+/gi,"url(").replace(/\s+\)$/g,")"),hu);case"media-unknown":return Es.value;case"selector-root":return ki([Gi(cl,"custom-selector")?[Ui(cl,"css-atrule").customSelector,ea]:"",Mi([",",Gi(cl,["extend","custom-selector","nest"])?ea:zi],cl.map(vu,"nodes"))]);case"selector-selector":return ki(oa(cl.map(vu,"nodes")));case"selector-comment":return Es.value;case"selector-string":return vs(Es.value,hu);case"selector-tag":{let Fu=cl.getParentNode(),fc=Fu&&Fu.nodes.indexOf(Es),qc=fc&&Fu.nodes[fc-1];return[Es.namespace?[Es.namespace===!0?"":Es.namespace.trim(),"|"]:"",qc.type==="selector-nesting"?Es.value:tl(da(cl,Es.value)?Es.value.toLowerCase():Es.value)]}case"selector-id":return["#",Es.value];case"selector-class":return[".",tl(vs(Es.value,hu))];case"selector-attribute":{var mc;return["[",Es.namespace?[Es.namespace===!0?"":Es.namespace.trim(),"|"]:"",Es.attribute.trim(),(mc=Es.operator)!==null&&mc!==void 0?mc:"",Es.value?xs(vs(Es.value.trim(),hu),hu):"",Es.insensitive?" i":"","]"]}case"selector-combinator":{if(Es.value==="+"||Es.value===">"||Es.value==="~"||Es.value===">>>"){let qc=cl.getParentNode();return[qc.type==="selector-selector"&&qc.nodes[0]===Es?"":ea,Es.value,Aa(cl,Es)?"":" "]}let Fu=Es.value.trim().startsWith("(")?ea:"",fc=tl(vs(Es.value.trim(),hu))||ea;return[Fu,fc]}case"selector-universal":return[Es.namespace?[Es.namespace===!0?"":Es.namespace.trim(),"|"]:"",Es.value];case"selector-pseudo":return[Fi(Es.value),ui(Es.nodes)?ki(["(",oa([ta,Mi([",",ea],cl.map(vu,"nodes"))]),ta,")"]):""];case"selector-nesting":return Es.value;case"selector-unknown":{let Fu=Ui(cl,"css-rule");if(Fu&&Fu.isSCSSNesterProperty)return tl(vs(Fi(Es.value),hu));let fc=cl.getParentNode();if(fc.raws&&fc.raws.selector){let Gd=Wu(fc),co=Gd+fc.raws.selector.length;return hu.originalText.slice(Gd,co).trim()}let qc=cl.getParentNode(1);if(fc.type==="value-paren_group"&&qc&&qc.type==="value-func"&&qc.value==="selector"){let Gd=$e(fc.open)+1,co=Wu(fc.close),il=hu.originalText.slice(Gd,co).trim();return Jo(il)?[la,il]:il}return Es.value}case"value-value":case"value-root":return vu("group");case"value-comment":return hu.originalText.slice(Wu(Es),$e(Es));case"value-comma_group":{let Fu=cl.getParentNode(),fc=cl.getParentNode(1),qc=Ta(cl),Gd=qc&&Fu.type==="value-value"&&(qc==="grid"||qc.startsWith("grid-template")),co=Ui(cl,"css-atrule"),il=co&&to(co),tc=Es.groups.some(Fd=>fu(Fd)),Uc=cl.map(vu,"groups"),Yc=[],ep=aa(cl,"url"),Sd=!1,Bd=!1;for(let Fd=0;Fd<Es.groups.length;++Fd){var yc;Yc.push(Uc[Fd]);let Ud=Es.groups[Fd-1],Fc=Es.groups[Fd],Jc=Es.groups[Fd+1],Gp=Es.groups[Fd+2];if(ep){(Jc&&Ls(Jc)||Ls(Fc))&&Yc.push(" ");continue}if(Gi(cl,"forward")&&Fc.type==="value-word"&&Fc.value&&Ud!==void 0&&Ud.type==="value-word"&&Ud.value==="as"&&Jc.type==="value-operator"&&Jc.value==="*"||!Jc||Fc.type==="value-word"&&Fc.value.endsWith("-")&&hl(Jc))continue;if(Fc.type==="value-string"&&Fc.quoted){let ih=Fc.value.lastIndexOf("#{"),cf=Fc.value.lastIndexOf("}");ih!==-1&&cf!==-1?Sd=ih>cf:ih!==-1?Sd=!0:cf!==-1&&(Sd=!1)}if(Sd||hc(Fc)||hc(Jc)||Fc.type==="value-atword"&&(Fc.value===""||Fc.value.endsWith("["))||Jc.type==="value-word"&&Jc.value.startsWith("]")||Fc.value==="~"||Fc.value&&Fc.value.includes("\\")&&Jc&&Jc.type!=="value-comment"||Ud&&Ud.value&&Ud.value.indexOf("\\")===Ud.value.length-1&&Fc.type==="value-operator"&&Fc.value==="/"||Fc.value==="\\"||Ys(Fc,Jc)||Vl(Fc)||uc(Fc)||nd(Jc)||uc(Jc)&&fl(Jc)||nd(Fc)&&fl(Jc)||Fc.value==="--"&&Vl(Jc))continue;let Dm=Oo(Fc),qp=Oo(Jc);if((Dm&&Vl(Jc)||qp&&nd(Fc))&&fl(Jc)||!Ud&&bo(Fc)||aa(cl,"calc")&&(Ls(Fc)||Ls(Jc)||Qo(Fc)||Qo(Jc))&&fl(Jc))continue;let h0=(Ls(Fc)||Qo(Fc))&&Fd===0&&(Jc.type==="value-number"||Jc.isHex)&&fc&&ul(fc)&&!fl(Jc),Hm=Gp&&Gp.type==="value-func"||Gp&&Hc(Gp)||Fc.type==="value-func"||Hc(Fc),Ch=Jc.type==="value-func"||Hc(Jc)||Ud&&Ud.type==="value-func"||Ud&&Hc(Ud);if(!(!(ys(Jc)||ys(Fc))&&!aa(cl,"calc")&&!h0&&(bo(Jc)&&!Hm||bo(Fc)&&!Ch||Ls(Jc)&&!Hm||Ls(Fc)&&!Ch||Qo(Jc)||Qo(Fc))&&(fl(Jc)||Dm&&(!Ud||Ud&&Oo(Ud))))&&!((hu.parser==="scss"||hu.parser==="less")&&Dm&&Fc.value==="-"&&dl(Jc)&&$e(Fc)===Wu(Jc.open)&&Jc.open.value==="(")){if(fu(Fc)){if(Fu.type==="value-paren_group"){Yc.push(Ra(zi));continue}Yc.push(zi);continue}if(il&&(Mo(Jc)||Zo(Jc)||ml(Jc)||Ss(Fc)||nl(Fc))){Yc.push(" ");continue}if(co&&co.name.toLowerCase()==="namespace"){Yc.push(" ");continue}if(Gd){Fc.source&&Jc.source&&Fc.source.start.line!==Jc.source.start.line?(Yc.push(zi),Bd=!0):Yc.push(" ");continue}if(qp){Yc.push(" ");continue}if(!(Jc&&Jc.value==="...")&&!(hl(Fc)&&hl(Jc)&&$e(Fc)===Wu(Jc))){if(hl(Fc)&&dl(Jc)&&$e(Fc)===Wu(Jc.open)){Yc.push(ta);continue}if(Fc.value==="with"&&dl(Jc)){Yc.push(" ");continue}(yc=Fc.value)!==null&&yc!==void 0&&yc.endsWith("#")&&Jc.value==="{"&&dl(Jc.group)||Yc.push(ea)}}}return tc&&Yc.push(la),Bd&&Yc.unshift(zi),il?ki(oa(Yc)):ra(cl)?ki(ji(Yc)):ki(oa(ji(Yc)))}case"value-paren_group":{let Fu=cl.getParentNode();if(Fu&&Fs(Fu)&&(Es.groups.length===1||Es.groups.length>0&&Es.groups[0].type==="value-comma_group"&&Es.groups[0].groups.length>0&&Es.groups[0].groups[0].type==="value-word"&&Es.groups[0].groups[0].value.startsWith("data:")))return[Es.open?vu("open"):"",Mi(",",cl.map(vu,"groups")),Es.close?vu("close"):""];if(!Es.open){let ep=cl.map(vu,"groups"),Sd=[];for(let Bd=0;Bd<ep.length;Bd++)Bd!==0&&Sd.push([",",ea]),Sd.push(ep[Bd]);return ki(oa(ji(Sd)))}let fc=Gs(cl),qc=vn(Es.groups),Gd=qc&&qc.type==="value-comment",co=ku(Es,Fu),il=Ms(Es,Fu),tc=il||fc&&!co,Uc=il||co,Yc=ki([Es.open?vu("open"):"",oa([ta,Mi([ea],cl.map((ep,Sd)=>{let Bd=ep.getValue(),Fd=Sd===Es.groups.length-1,Ud=[vu(),Fd?"":","];if(sl(Bd)&&Bd.type==="value-comma_group"&&Bd.groups&&Bd.groups[0].type!=="value-paren_group"&&Bd.groups[2]&&Bd.groups[2].type==="value-paren_group"){let Fc=Ea(Ud[0].contents.contents);Fc[1]=ki(Fc[1]),Ud=[ki(Ra(Ud))]}if(!Fd&&Bd.type==="value-comma_group"&&ui(Bd.groups)){let Fc=vn(Bd.groups);!Fc.source&&Fc.close&&(Fc=Fc.close),Fc.source&&Nn(hu.originalText,Fc,$e)&&Ud.push(zi)}return Ud},"groups"))]),Ba(!Gd&&ir(hu.parser,hu.originalText)&&fc&&dr(hu)?",":""),ta,Es.close?vu("close"):""],{shouldBreak:tc});return Uc?Ra(Yc):Yc}case"value-func":return[Es.value,Gi(cl,"supports")&&cc(Es)?" ":"",vu("group")];case"value-paren":return Es.value;case"value-number":return[Kl(Es.value),lr(Es.unit)];case"value-operator":return Es.value;case"value-word":return Es.isColor&&Es.isHex||va(Es.value)?Es.value.toLowerCase():Es.value;case"value-colon":{let Fu=cl.getParentNode(),fc=Fu&&Fu.groups.indexOf(Es),qc=fc&&Fu.groups[fc-1];return[Es.value,qc&&typeof qc.value=="string"&&vn(qc.value)==="\\"||aa(cl,"url")?"":ea]}case"value-comma":return[Es.value," "];case"value-string":return Fn(Es.raws.quote+Es.value+Es.raws.quote,hu);case"value-atword":return["@",Es.value];case"value-unicode-range":return Es.value;case"value-unknown":return Es.value;default:throw new Error(`Unknown postcss type ${JSON.stringify(Es.type)}`)}}function Zr(cl,hu,vu){let Es=[];return cl.each((mc,yc,Fu)=>{let fc=Fu[yc-1];if(fc&&fc.type==="css-comment"&&fc.text.trim()==="prettier-ignore"){let qc=mc.getValue();Es.push(hu.originalText.slice(Wu(qc),$e(qc)))}else Es.push(vu());yc!==Fu.length-1&&(Fu[yc+1].type==="css-comment"&&!En(hu.originalText,Wu(Fu[yc+1]),{backwards:!0})&&!xn(Fu[yc])||Fu[yc+1].type==="css-atrule"&&Fu[yc+1].name==="else"&&Fu[yc].type!=="css-comment"?Es.push(" "):(Es.push(hu.__isHTMLStyleAttribute?ea:zi),Nn(hu.originalText,mc.getValue(),$e)&&!xn(Fu[yc])&&Es.push(zi)))},"nodes"),Es}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,gs=new RegExp(Hn.source+`|(${io.source})?(${mi.source})(${ma.source})?`,"g");function vs(cl,hu){return cl.replace(Hn,vu=>Fn(vu,hu))}function xs(cl,hu){let vu=hu.singleQuote?"'":'"';return cl.includes('"')||cl.includes("'")?cl:vu+cl+vu}function tl(cl){return cl.replace(gs,(hu,vu,Es,mc,yc)=>!Es&&mc?Kl(mc)+Fi(yc||""):hu)}function Kl(cl){return Vn(cl).replace(/\.0(?=$|e)/,"")}di.exports={print:$r,embed:Fa,insertPragma:rs,massageAstNode:Xa}}}),$p=Io({"src/language-css/options.js"(Rn,di){kn();var vn=Xc();di.exports={singleQuote:vn.singleQuote}}}),Sp=Io({"src/language-css/parsers.js"(){kn()}}),Vm=Io({"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}}}),dm=Io({"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}}}),fm=Io({"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}}}),Of=Io({"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}}}),zp=Io({"src/language-css/index.js"(Rn,di){kn();var vn=Ff(),Vn=cm(),Fn=$p(),En=Sp(),xn=[vn(Vm(),ui=>({since:"1.4.0",parsers:["css"],vscodeLanguageIds:["css"],extensions:[...ui.extensions,".wxss"]})),vn(dm(),()=>({since:"1.4.0",parsers:["css"],vscodeLanguageIds:["postcss"]})),vn(fm(),()=>({since:"1.4.0",parsers:["less"],vscodeLanguageIds:["less"]})),vn(Of(),()=>({since:"1.4.0",parsers:["scss"],vscodeLanguageIds:["scss"]}))],Nn={postcss:Vn};di.exports={languages:xn,options:Fn,printers:Nn,parsers:En}}}),Mn=Io({"src/language-handlebars/loc.js"(Rn,di){kn();function vn(Fn){return Fn.loc.start.offset}function Vn(Fn){return Fn.loc.end.offset}di.exports={locStart:vn,locEnd:Vn}}}),Ia=Io({"src/language-handlebars/clean.js"(Rn,di){kn();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=Io({"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=Io({"src/language-handlebars/utils.js"(Rn,di){kn();var vn=Rc(),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,rs,Ui,Ta;let Fi=Ea.getValue(),aa=(Fa=Ea.getParentNode(0))!==null&&Fa!==void 0?Fa:{},Un=(rs=(Ui=(Ta=aa.children)!==null&&Ta!==void 0?Ta:aa.body)!==null&&Ui!==void 0?Ui:aa.parts)!==null&&rs!==void 0?rs:[],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=Io({"src/language-handlebars/printer-glimmer.js"(Rn,di){kn();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}}=Cc(),{getPreferredQuote:ki,isNonEmptyArray:ji}=Wc(),{locStart:oa,locEnd:Ra}=Mn(),Ba=Ia(),{getNextNode:la,getPreviousNode:La,hasPrettierIgnore:Ea,isLastNodeOfSiblings:Xa,isNextNodeOfSomeType:Fa,isNodeOfSomeType:rs,isParentOfSomeType:Ui,isPreviousNodeOfSomeType:Ta,isVoid:Fi,isWhitespaceNode:aa}=Na(),Un=2;function Gi(Jo,hl,Ms){let dl=Jo.getValue();if(!dl)return"";if(Ea(Jo))return hl.originalText.slice(oa(dl),Ra(dl));let Wu=hl.singleQuote?"'":'"';switch(dl.type){case"Block":case"Program":case"Template":return Fn(Jo.map(Ms,"body"));case"ElementNode":{let $e=Fn(da(Jo,Ms)),er=hl.htmlWhitespaceSensitivity==="ignore"&&Fa(Jo,["ElementNode"])?ea:"";if(Fi(dl))return[$e,er];let ir=["</",dl.tag,">"];return dl.children.length===0?[$e,Nn(ir),er]:hl.htmlWhitespaceSensitivity==="ignore"?[$e,Nn(va(Jo,hl,Ms)),En,Nn(ir),er]:[$e,Nn(Fn(va(Jo,hl,Ms))),Nn(ir),er]}case"BlockStatement":{let $e=Jo.getParentNode(1);return $e&&$e.inverse&&$e.inverse.body.length===1&&$e.inverse.body[0]===dl&&$e.inverse.body[0].path.parts[0]===$e.path.parts[0]?[nl(Jo,Ms,$e.inverse.body[0].path.parts[0]),fl(Jo,Ms,hl),sl(Jo,Ms,hl)]:[Oo(Jo,Ms),Fn([fl(Jo,Ms,hl),sl(Jo,Ms,hl),Fs(Jo,Ms,hl)])]}case"ElementModifierStatement":return Fn(["{{",Hc(Jo,Ms),"}}"]);case"MustacheStatement":return Fn([to(dl),Hc(Jo,Ms),Bo(dl)]);case"SubExpression":return Fn(["(",nd(Jo,Ms),ea,")"]);case"AttrNode":{let $e=dl.value.type==="TextNode";if($e&&dl.value.chars===""&&oa(dl.value)===Ra(dl.value))return dl.name;let er=$e?ki(dl.value.chars,Wu).quote:dl.value.type==="ConcatStatement"?ki(dl.value.parts.filter(lr=>lr.type==="TextNode").map(lr=>lr.chars).join(""),Wu).quote:"",ir=Ms("value");return[dl.name,"=",er,dl.name==="class"&&er?Fn(Nn(ir)):ir,er]}case"ConcatStatement":return Jo.map(Ms,"parts");case"Hash":return ui(Mi,Jo.map(Ms,"pairs"));case"HashPair":return[dl.key,"=",Ms("value")];case"TextNode":{let $e=dl.chars.replace(/{{/g,"\\{{"),er=hs(Jo);if(er){if(er==="class"){let io=$e.trim().split(/\s+/).join(" "),gs=!1,vs=!1;return Ui(Jo,["ConcatStatement"])&&(Ta(Jo,["MustacheStatement"])&&/^\s/.test($e)&&(gs=!0),Fa(Jo,["MustacheStatement"])&&/\s$/.test($e)&&io!==""&&(vs=!0)),[gs?Mi:"",io,vs?Mi:""]}return ta($e)}let ir=/^[\t\n\f\r ]*$/.test($e),lr=!La(Jo),dr=!la(Jo);if(hl.htmlWhitespaceSensitivity!=="ignore"){let io=/^[\t\n\f\r ]*/,gs=/[\t\n\f\r ]*$/,vs=dr&&Ui(Jo,["Template"]),xs=lr&&Ui(Jo,["Template"]);if(ir){if(xs||vs)return"";let vu=[Mi],Es=Vs($e);return Es&&(vu=fu(Es)),Xa(Jo)&&(vu=vu.map(mc=>vn(mc))),vu}let[tl]=$e.match(io),[Kl]=$e.match(gs),cl=[];if(tl){cl=[Mi];let vu=Vs(tl);vu&&(cl=fu(vu)),$e=$e.replace(io,"")}let hu=[];if(Kl){if(!vs){hu=[Mi];let vu=Vs(Kl);vu&&(hu=fu(vu)),Xa(Jo)&&(hu=hu.map(Es=>vn(Es)))}$e=$e.replace(gs,"")}return[...cl,Vn(ku($e)),...hu]}let $r=Vs($e),Zr=Ys($e),Hn=Gs($e);if((lr||dr)&&ir&&Ui(Jo,["Block","ElementNode","Template"]))return"";ir&&$r?(Zr=Math.min($r,Un),Hn=0):(Fa(Jo,["BlockStatement","ElementNode"])&&(Hn=Math.max(Hn,1)),Ta(Jo,["BlockStatement","ElementNode"])&&(Zr=Math.max(Zr,1)));let mi="",ma="";return Hn===0&&Fa(Jo,["MustacheStatement"])&&(ma=" "),Zr===0&&Ta(Jo,["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),[...fu(Zr),Vn(ku($e)),...fu(Hn)]}case"MustacheCommentStatement":{let $e=oa(dl),er=Ra(dl),ir=hl.originalText.charAt($e+2)==="~",lr=hl.originalText.charAt(er-3)==="~",dr=dl.value.includes("}}")?"--":"";return["{{",ir?"~":"","!",dr,dl.value,dr,lr?"~":"","}}"]}case"PathExpression":return dl.original;case"BooleanLiteral":return String(dl.value);case"CommentStatement":return["<!--",dl.value,"-->"];case"StringLiteral":{if(uc(Jo)){let $e=hl.singleQuote?'"':"'";return Vl(dl.value,$e)}return Vl(dl.value,Wu)}case"NumberLiteral":return String(dl.value);case"UndefinedLiteral":return"undefined";case"NullLiteral":return"null";default:throw new Error("unknown glimmer type: "+JSON.stringify(dl.type))}}function ra(Jo,hl){return oa(Jo)-oa(hl)}function da(Jo,hl){let Ms=Jo.getValue(),dl=["attributes","modifiers","comments"].filter($e=>ji(Ms[$e])),Wu=dl.flatMap($e=>Ms[$e]).sort(ra);for(let $e of dl)Jo.each(er=>{let ir=Wu.indexOf(er.getValue());Wu.splice(ir,1,[Mi,hl()])},$e);return ji(Ms.blockParams)&&Wu.push(Mi,ul(Ms)),["<",Ms.tag,Nn(Wu),Aa(Ms)]}function va(Jo,hl,Ms){let dl=Jo.getValue().children.every(Wu=>aa(Wu));return hl.htmlWhitespaceSensitivity==="ignore"&&dl?"":Jo.map((Wu,$e)=>{let er=Ms();return $e===0&&hl.htmlWhitespaceSensitivity==="ignore"?[ea,er]:er},"children")}function Aa(Jo){return Fi(Jo)?xn([ea,"/>"],[" />",ea]):xn([ea,">"],">")}function to(Jo){let hl=Jo.escaped===!1?"{{{":"{{",Ms=Jo.strip&&Jo.strip.open?"~":"";return[hl,Ms]}function Bo(Jo){let hl=Jo.escaped===!1?"}}}":"}}";return[Jo.strip&&Jo.strip.close?"~":"",hl]}function Zo(Jo){let hl=to(Jo),Ms=Jo.openStrip.open?"~":"";return[hl,Ms,"#"]}function Mo(Jo){let hl=Bo(Jo);return[Jo.openStrip.close?"~":"",hl]}function ys(Jo){let hl=to(Jo),Ms=Jo.closeStrip.open?"~":"";return[hl,Ms,"/"]}function bo(Jo){let hl=Bo(Jo);return[Jo.closeStrip.close?"~":"",hl]}function Ls(Jo){let hl=to(Jo),Ms=Jo.inverseStrip.open?"~":"";return[hl,Ms]}function Qo(Jo){let hl=Bo(Jo);return[Jo.inverseStrip.close?"~":"",hl]}function Oo(Jo,hl){let Ms=Jo.getValue(),dl=[],Wu=cc(Jo,hl);return Wu&&dl.push(Fn(Wu)),ji(Ms.program.blockParams)&&dl.push(ul(Ms.program)),Fn([Zo(Ms),hc(Jo,hl),dl.length>0?Nn([Mi,ui(Mi,dl)]):"",ea,Mo(Ms)])}function Ss(Jo,hl){return[hl.htmlWhitespaceSensitivity==="ignore"?En:"",Ls(Jo),"else",Qo(Jo)]}function nl(Jo,hl,Ms){let dl=Jo.getValue(),Wu=Jo.getParentNode(1);return Fn([Ls(Wu),["else"," ",Ms],Nn([Mi,Fn(cc(Jo,hl)),...ji(dl.program.blockParams)?[Mi,ul(dl.program)]:[]]),ea,Qo(Wu)])}function Fs(Jo,hl,Ms){let dl=Jo.getValue();return Ms.htmlWhitespaceSensitivity==="ignore"?[ml(dl)?ea:En,ys(dl),hl("path"),bo(dl)]:[ys(dl),hl("path"),bo(dl)]}function ml(Jo){return rs(Jo,["BlockStatement"])&&Jo.program.body.every(hl=>aa(hl))}function Go(Jo){return Os(Jo)&&Jo.inverse.body.length===1&&rs(Jo.inverse.body[0],["BlockStatement"])&&Jo.inverse.body[0].path.parts[0]===Jo.path.parts[0]}function Os(Jo){return rs(Jo,["BlockStatement"])&&Jo.inverse}function fl(Jo,hl,Ms){let dl=Jo.getValue();if(ml(dl))return"";let Wu=hl("program");return Ms.htmlWhitespaceSensitivity==="ignore"?Nn([En,Wu]):Nn(Wu)}function sl(Jo,hl,Ms){let dl=Jo.getValue(),Wu=hl("inverse"),$e=Ms.htmlWhitespaceSensitivity==="ignore"?[En,Wu]:Wu;return Go(dl)?$e:Os(dl)?[Ss(dl,Ms),Nn($e)]:""}function ku(Jo){return zi(ui(Mi,Is(Jo)))}function Is(Jo){return Jo.split(/[\t\n\f\r ]+/)}function hs(Jo){for(let hl=0;hl<2;hl++){let Ms=Jo.getParentNode(hl);if(Ms&&Ms.type==="AttrNode")return Ms.name.toLowerCase()}}function Vs(Jo){return Jo=typeof Jo=="string"?Jo:"",Jo.split(`
`).length-1}function Ys(Jo){Jo=typeof Jo=="string"?Jo:"";let hl=(Jo.match(/^([^\S\n\r]*[\n\r])+/g)||[])[0]||"";return Vs(hl)}function Gs(Jo){Jo=typeof Jo=="string"?Jo:"";let hl=(Jo.match(/([\n\r][^\S\n\r]*)+$/g)||[])[0]||"";return Vs(hl)}function fu(){let Jo=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0;return Array.from({length:Math.min(Jo,Un)}).fill(En)}function Vl(Jo,hl){let{quote:Ms,regex:dl}=ki(Jo,hl);return[Ms,Jo.replace(dl,`\\${Ms}`),Ms]}function uc(Jo){let hl=0,Ms=Jo.getParentNode(hl);for(;Ms&&rs(Ms,["SubExpression"]);)hl++,Ms=Jo.getParentNode(hl);return!!(Ms&&rs(Jo.getParentNode(hl+1),["ConcatStatement"])&&rs(Jo.getParentNode(hl+2),["AttrNode"]))}function nd(Jo,hl){let Ms=hc(Jo,hl),dl=cc(Jo,hl);return dl?Nn([Ms,Mi,Fn(dl)]):Ms}function Hc(Jo,hl){let Ms=hc(Jo,hl),dl=cc(Jo,hl);return dl?[Nn([Ms,Mi,dl]),ea]:Ms}function hc(Jo,hl){return hl("path")}function cc(Jo,hl){let Ms=Jo.getValue(),dl=[];if(Ms.params.length>0){let Wu=Jo.map(hl,"params");dl.push(...Wu)}if(Ms.hash&&Ms.hash.pairs.length>0){let Wu=hl("hash");dl.push(Wu)}return dl.length===0?"":ui(Mi,dl)}function ul(Jo){return["as |",Jo.blockParams.join(" "),"|"]}di.exports={print:Gi,massageAstNode:Ba}}}),_o=Io({"src/language-handlebars/parsers.js"(){kn()}}),ro=Io({"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=Io({"src/language-handlebars/index.js"(Rn,di){kn();var vn=Ff(),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=Io({"src/language-graphql/pragma.js"(Rn,di){kn();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=Io({"src/language-graphql/loc.js"(Rn,di){kn();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=Io({"src/language-graphql/printer-graphql.js"(Rn,di){kn();var{builders:{join:vn,hardline:Vn,line:Fn,softline:En,group:xn,indent:Nn,ifBreak:ui}}=Cc(),{isNextLineEmpty:Mi,isNonEmptyArray:ea}=Wc(),{insertPragma:zi}=za(),{locStart:ta,locEnd:ki}=fo();function ji(Fa,rs,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(rs.originalText,aa.getValue(),ki)&&Fi.push(Vn))},"definitions"),[...Fi,Vn]}case"OperationDefinition":{let Fi=rs.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,rs,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,rs,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(["{",rs.bracketSpacing&&Ta.fields.length>0?" ":"",Nn([En,vn([ui("",", "),En],Fa.map(Ui,"fields"))]),En,ui("",rs.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,rs,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,rs,Ui)]:"",oa(Fa,Ui,Ta),Ta.fields.length>0?[" {",Nn([Vn,vn(Vn,Ra(Fa,rs,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,rs,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,rs,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,rs,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,rs,Ui,"fields"))]),Vn,"}"]:""];case"SchemaExtension":return["extend schema",oa(Fa,Ui,Ta),...Ta.operationTypes.length>0?[" {",Nn([Vn,vn(Vn,Ra(Fa,rs,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,rs,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,rs,Ui)]:"",oa(Fa,Ui,Ta),Ta.fields.length>0?[" {",Nn([Vn,vn(Vn,Ra(Fa,rs,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,rs,Ui){if(Ui.directives.length===0)return"";let Ta=vn(Fn,Fa.map(rs,"directives"));return Ui.kind==="FragmentDefinition"||Ui.kind==="OperationDefinition"?xn([Fn,Ta]):[" ",xn(Nn([En,Ta]))]}function Ra(Fa,rs,Ui,Ta){return Fa.map((Fi,aa,Un)=>{let Gi=Ui();return aa<Un.length-1&&Mi(rs.originalText,Fi.getValue(),ki)?[Gi,Vn]:Gi},Ta)}function Ba(Fa){return Fa.kind&&Fa.kind!=="Comment"}function la(Fa){let rs=Fa.getValue();if(rs.kind==="Comment")return"#"+rs.value.trimEnd();throw new Error("Not a comment: "+JSON.stringify(rs))}function La(Fa,rs,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=rs.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,rs){Fa.kind==="StringValue"&&Fa.block&&!Fa.value.includes(`
`)&&(rs.value=rs.value.trim())}Ea.ignoredProperties=new Set(["loc","comments"]);function Xa(Fa){var rs;let Ui=Fa.getValue();return Ui==null||(rs=Ui.comments)===null||rs===void 0?void 0:rs.some(Ta=>Ta.value.trim()==="prettier-ignore")}di.exports={print:ji,massageAstNode:Ea,hasPrettierIgnore:Xa,insertPragma:zi,printComment:la,canAttachComment:Ba}}}),Sn=Io({"src/language-graphql/options.js"(Rn,di){kn();var vn=Xc();di.exports={bracketSpacing:vn.bracketSpacing}}}),ka=Io({"src/language-graphql/parsers.js"(){kn()}}),fa=Io({"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}}}),ko=Io({"src/language-graphql/index.js"(Rn,di){kn();var vn=Ff(),Vn=zn(),Fn=Sn(),En=ka(),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=Io({"node_modules/collapse-white-space/index.js"(Rn,di){kn(),di.exports=vn;function vn(Vn){return String(Vn).replace(/\s+/g," ")}}}),cs=Io({"src/language-markdown/loc.js"(Rn,di){kn();function vn(Fn){return Fn.position.start.offset}function Vn(Fn){return Fn.position.end.offset}di.exports={locStart:vn,locEnd:Vn}}}),ss=Io({"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=Io({"src/language-markdown/utils.js"(Rn,di){kn();var{getLast:vn}=Wc(),{locStart:Vn,locEnd:Fn}=cs(),{cjkPattern:En,kPattern:xn,punctuationPattern:Nn}=ss(),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",rs="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:rs,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,rs)&&![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,rs){let Ui=Object.assign({},La(Xa,Fa,rs));return Ui.children&&(Ui.children=Ui.children.map((Ta,Fi)=>Ea(Ta,Fi,[Ui,...rs]))),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}}}),Us=Io({"src/language-markdown/embed.js"(Rn,di){kn();var{inferParserByLanguage:vn,getMaxContinuousCount:Vn}=Wc(),{builders:{hardline:Fn,markAsRoot:En},utils:{replaceEndOfLine:xn}}=Cc(),Nn=ed(),{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}}),Ws=Io({"src/language-markdown/pragma.js"(Rn,di){kn();var vn=Ip(),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}`}}}}),al=Io({"src/language-markdown/print-preprocess.js"(Rn,di){kn();var vn=Rc(),{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,rs)=>{let Ui=vn(Fa);return Ui&&la(Ui,rs)?Fa.splice(-1,1,La(Ui,rs)):Fa.push(rs),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:rs}=La;return Fa.type==="paragraph"&&(Ea===0&&(rs=rs.trimStart()),Ea===Fa.children.length-1&&(rs=rs.trimEnd())),{type:"sentence",position:La.position,children:En(rs,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 rs=0;rs<Xa.length;rs++){let Ui=Xa[rs];if(Ui.hasIndentedCodeblock)break;Ui.type==="list"&&(Ui.hasIndentedCodeblock=!0)}}return La})}function Ra(Ba,la){return Fn(Ba,(Xa,Fa,rs)=>{if(Xa.type==="list"&&Xa.children.length>0){for(let Ui=0;Ui<rs.length;Ui++){let Ta=rs[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,rs]=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(rs);return Ui!==Ta?!1:Ui%la.tabWidth===0?!0:Vn(rs,la.originalText).leadingSpaces.length>1}}di.exports=Nn}}),Du=Io({"src/language-markdown/clean.js"(Rn,di){kn();var vn=xo(),{isFrontMatterNode:Vn}=Wc(),{startWithPragma:Fn}=Ws(),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}}),Ku=Io({"src/language-markdown/printer-markdown.js"(Rn,di){kn();var vn=xo(),{getLast:Vn,getMinNotPresentContinuousCount:Fn,getMaxContinuousCount:En,getStringWidth:xn,isNonEmptyArray:Nn}=Wc(),{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:rs}}=Cc(),Ui=Us(),{insertPragma:Ta}=Ws(),{locStart:Fi,locEnd:aa}=cs(),Un=al(),Gi=Du(),{getFencedCodeBlockValue:ra,hasGitDiffFriendlyOrderedList:da,splitText:va,punctuationPattern:Aa,INLINE_NODE_TYPES:to,INLINE_NODE_WRAPPER_TYPES:Bo,isAutolink:Zo}=No(),Mo=new Set(["importExport"]),ys=["heading","tableCell","link","wikiLink"],bo=new Set(["listItem","definition","footnoteDefinition"]);function Ls(ul,Jo,hl){let Ms=ul.getValue();if(fu(ul))return va(Jo.originalText.slice(Ms.position.start.offset,Ms.position.end.offset),Jo).map(dl=>dl.type==="word"?dl.value:dl.value===""?"":Go(ul,dl.value,Jo));switch(Ms.type){case"front-matter":return Jo.originalText.slice(Ms.position.start.offset,Ms.position.end.offset);case"root":return Ms.children.length===0?"":[Xa(fl(ul,Jo,hl)),Mo.has(Is(Ms).type)?"":ki];case"paragraph":return sl(ul,Jo,hl,{postprocessor:Ra});case"sentence":return sl(ul,Jo,hl);case"word":{let dl=Ms.value.replace(/\*/g,"\\$&").replace(new RegExp([`(^|${Aa})(_+)`,`(_+)(${Aa}|$)`].join("|"),"g"),(er,ir,lr,dr,$r)=>(lr?`${ir}${lr}`:`${dr}${$r}`).replace(/_/g,"\\_")),Wu=(er,ir,lr)=>er.type==="sentence"&&lr===0,$e=(er,ir,lr)=>Zo(er.children[lr-1]);return dl!==Ms.value&&(ul.match(void 0,Wu,$e)||ul.match(void 0,Wu,(er,ir,lr)=>er.type==="emphasis"&&lr===0,$e))&&(dl=dl.replace(/^(\\?[*_])+/,er=>er.replace(/\\/g,""))),dl}case"whitespace":{let dl=ul.getParentNode(),Wu=dl.children.indexOf(Ms),$e=dl.children[Wu+1],er=$e&&/^>|^(?:[*+-]|#{1,6}|\d+[).])$/.test($e.value)?"never":Jo.proseWrap;return Go(ul,Ms.value,{proseWrap:er})}case"emphasis":{let dl;if(Zo(Ms.children[0]))dl=Jo.originalText[Ms.position.start.offset];else{let Wu=ul.getParentNode(),$e=Wu.children.indexOf(Ms),er=Wu.children[$e-1],ir=Wu.children[$e+1];dl=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||ml(ul,"emphasis")?"*":"_"}return[dl,sl(ul,Jo,hl),dl]}case"strong":return["**",sl(ul,Jo,hl),"**"];case"delete":return["~~",sl(ul,Jo,hl),"~~"];case"inlineCode":{let dl=Fn(Ms.value,"`"),Wu="`".repeat(dl||1),$e=dl&&!/^\s/.test(Ms.value)?" ":"";return[Wu,$e,Ms.value,$e,Wu]}case"wikiLink":{let dl="";return Jo.proseWrap==="preserve"?dl=Ms.value:dl=Ms.value.replace(/[\t\n]+/g," "),["[[",dl,"]]"]}case"link":switch(Jo.originalText[Ms.position.start.offset]){case"<":{let dl="mailto:";return["<",Ms.url.startsWith(dl)&&Jo.originalText.slice(Ms.position.start.offset+1,Ms.position.start.offset+1+dl.length)!==dl?Ms.url.slice(dl.length):Ms.url,">"]}case"[":return["[",sl(ul,Jo,hl),"](",Vl(Ms.url,")"),uc(Ms.title,Jo),")"];default:return Jo.originalText.slice(Ms.position.start.offset,Ms.position.end.offset)}case"image":return["![",Ms.alt||"","](",Vl(Ms.url,")"),uc(Ms.title,Jo),")"];case"blockquote":return["> ",Ba("> ",sl(ul,Jo,hl))];case"heading":return["#".repeat(Ms.depth)+" ",sl(ul,Jo,hl)];case"code":{if(Ms.isIndented){let $e=" ".repeat(4);return Ba($e,[$e,...Fa(Ms.value,ki)])}let dl=Jo.__inJsTemplate?"~":"`",Wu=dl.repeat(Math.max(3,En(Ms.value,dl)+1));return[Wu,Ms.lang||"",Ms.meta?" "+Ms.meta:"",ki,...Fa(ra(Ms,Jo.originalText),ki),ki,Wu]}case"html":{let dl=ul.getParentNode(),Wu=dl.type==="root"&&Vn(dl.children)===Ms?Ms.value.trimEnd():Ms.value,$e=/^<!--.*-->$/s.test(Wu);return Fa(Wu,$e?ki:ta(zi))}case"list":{let dl=Ss(Ms,ul.getParentNode()),Wu=da(Ms,Jo);return sl(ul,Jo,hl,{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,Qo($e,Jo,hl,ir)];return[ir,Ba(" ".repeat(ir.length),Qo($e,Jo,hl,ir))];function dr(){let $r=Ms.ordered?(er===0?Ms.start:Wu?1:Ms.start+er)+(dl%2===0?". ":") "):dl%2===0?"- ":"* ";return Ms.isAligned||Ms.hasIndentedCodeblock?Oo($r,Jo):$r}}})}case"thematicBreak":{let dl=Fs(ul,"list");return dl===-1?"---":Ss(ul.getParentNode(dl),ul.getParentNode(dl+1))%2===0?"***":"---"}case"linkReference":return["[",sl(ul,Jo,hl),"]",Ms.referenceType==="full"?hc(Ms):Ms.referenceType==="collapsed"?"[]":""];case"imageReference":switch(Ms.referenceType){case"full":return["![",Ms.alt||"","]",hc(Ms)];default:return["![",Ms.alt,"]",Ms.referenceType==="collapsed"?"[]":""]}case"definition":{let dl=Jo.proseWrap==="always"?ea:" ";return La([hc(Ms),":",la([dl,Vl(Ms.url),Ms.title===null?"":[dl,uc(Ms.title,Jo,!1)]])])}case"footnote":return["[^",sl(ul,Jo,hl),"]"];case"footnoteReference":return cc(Ms);case"footnoteDefinition":{let dl=ul.getParentNode().children[ul.getName()+1],Wu=Ms.children.length===1&&Ms.children[0].type==="paragraph"&&(Jo.proseWrap==="never"||Jo.proseWrap==="preserve"&&Ms.children[0].position.start.line===Ms.children[0].position.end.line);return[cc(Ms),": ",Wu?sl(ul,Jo,hl):La([Ba(" ".repeat(4),sl(ul,Jo,hl,{processor:($e,er)=>er===0?La([ji,hl()]):hl()})),dl&&dl.type==="footnoteDefinition"?ji:""])]}case"table":return Os(ul,Jo,hl);case"tableCell":return sl(ul,Jo,hl);case"break":return/\s/.test(Jo.originalText[Ms.position.start.offset])?[" ",ta(zi)]:["\\",ki];case"liquidNode":return Fa(Ms.value,ki);case"importExport":return[Ms.value,ki];case"esComment":return["{/* ",Ms.value," */}"];case"jsx":return Ms.value;case"math":return["$$",ki,Ms.value?[...Fa(Ms.value,ki),ki]:"","$$"];case"inlineMath":return Jo.originalText.slice(Fi(Ms),aa(Ms));case"tableRow":case"listItem":default:throw new Error(`Unknown markdown type ${JSON.stringify(Ms.type)}`)}}function Qo(ul,Jo,hl,Ms){let dl=ul.getValue(),Wu=dl.checked===null?"":dl.checked?"[x] ":"[ ] ";return[Wu,sl(ul,Jo,hl,{processor:($e,er)=>{if(er===0&&$e.getValue().type!=="list")return Ba(" ".repeat(Wu.length),hl());let ir=" ".repeat(nd(Jo.tabWidth-Ms.length,0,3));return[ir,Ba(ir,hl())]}})]}function Oo(ul,Jo){let hl=Ms();return ul+" ".repeat(hl>=4?0:hl);function Ms(){let dl=ul.length%Jo.tabWidth;return dl===0?0:Jo.tabWidth-dl}}function Ss(ul,Jo){return nl(ul,Jo,hl=>hl.ordered===ul.ordered)}function nl(ul,Jo,hl){let Ms=-1;for(let dl of Jo.children)if(dl.type===ul.type&&hl(dl)?Ms++:Ms=-1,dl===ul)return Ms}function Fs(ul,Jo){let hl=Array.isArray(Jo)?Jo:[Jo],Ms=-1,dl;for(;dl=ul.getParentNode(++Ms);)if(hl.includes(dl.type))return Ms;return-1}function ml(ul,Jo){let hl=Fs(ul,Jo);return hl===-1?null:ul.getParentNode(hl)}function Go(ul,Jo,hl){if(hl.proseWrap==="preserve"&&Jo===`
`)return ki;let Ms=hl.proseWrap==="always"&&!ml(ul,ys);return Jo!==""?Ms?ea:" ":Ms?ji:""}function Os(ul,Jo,hl){let Ms=ul.getValue(),dl=[],Wu=ul.map($r=>$r.map((Zr,Hn)=>{let mi=rs(hl(),Jo).formatted,ma=xn(mi);return dl[Hn]=Math.max(dl[Hn]||3,ma),{text:mi,width:ma}},"children"),"children"),$e=ir(!1);if(Jo.proseWrap!=="never")return[ui,$e];let er=ir(!0);return[ui,La(oa(er,$e))];function ir($r){let Zr=[dr(Wu[0],$r),lr($r)];return Wu.length>1&&Zr.push(Mi(Ea,Wu.slice(1).map(Hn=>dr(Hn,$r)))),Mi(Ea,Zr)}function lr($r){return`| ${dl.map((Zr,Hn)=>{let mi=Ms.align[Hn],ma=mi==="center"||mi==="left"?":":"-",io=mi==="center"||mi==="right"?":":"-",gs=$r?"-":"-".repeat(Zr-2);return`${ma}${gs}${io}`}).join(" | ")} |`}function dr($r,Zr){return`| ${$r.map((Hn,mi)=>{let{text:ma,width:io}=Hn;if(Zr)return ma;let gs=dl[mi]-io,vs=Ms.align[mi],xs=0;vs==="right"?xs=gs:vs==="center"&&(xs=Math.floor(gs/2));let tl=gs-xs;return`${" ".repeat(xs)}${ma}${" ".repeat(tl)}`}).join(" | ")} |`}}function fl(ul,Jo,hl){let Ms=[],dl=null,{children:Wu}=ul.getValue();for(let[$e,er]of Wu.entries())switch(hs(er)){case"start":dl===null&&(dl={index:$e,offset:er.position.end.offset});break;case"end":dl!==null&&(Ms.push({start:dl,end:{index:$e,offset:er.position.start.offset}}),dl=null);break}return sl(ul,Jo,hl,{processor:($e,er)=>{if(Ms.length>0){let ir=Ms[0];if(er===ir.start.index)return[ku(Wu[ir.start.index]),Jo.originalText.slice(ir.start.offset,ir.end.offset),ku(Wu[ir.end.index])];if(ir.start.index<er&&er<ir.end.index)return!1;if(er===ir.end.index)return Ms.shift(),!1}return hl()}})}function sl(ul,Jo,hl){let Ms=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{},{postprocessor:dl}=Ms,Wu=Ms.processor||(()=>hl()),$e=ul.getValue(),er=[],ir;return ul.each((lr,dr)=>{let $r=lr.getValue(),Zr=Wu(lr,dr);if(Zr!==!1){let Hn={parts:er,prevNode:ir,parentNode:$e,options:Jo};Vs($r,Hn)&&(er.push(ki),ir&&Mo.has(ir.type)||(Ys($r,Hn)||Gs($r,Hn))&&er.push(ki),Gs($r,Hn)&&er.push(ki)),er.push(Zr),ir=$r}},"children"),dl?dl(er):er}function ku(ul){if(ul.type==="html")return ul.value;if(ul.type==="paragraph"&&Array.isArray(ul.children)&&ul.children.length===1&&ul.children[0].type==="esComment")return["{/* ",ul.children[0].value," */}"]}function Is(ul){let Jo=ul;for(;Nn(Jo.children);)Jo=Vn(Jo.children);return Jo}function hs(ul){let Jo;if(ul.type==="html")Jo=ul.value.match(/^<!--\s*prettier-ignore(?:-(start|end))?\s*-->$/);else{let hl;ul.type==="esComment"?hl=ul:ul.type==="paragraph"&&ul.children.length===1&&ul.children[0].type==="esComment"&&(hl=ul.children[0]),hl&&(Jo=hl.value.match(/^prettier-ignore(?:-(start|end))?$/))}return Jo?Jo[1]||"next":!1}function Vs(ul,Jo){let hl=Jo.parts.length===0,Ms=to.includes(ul.type),dl=ul.type==="html"&&Bo.includes(Jo.parentNode.type);return!hl&&!Ms&&!dl}function Ys(ul,Jo){var hl,Ms,dl;let Wu=(Jo.prevNode&&Jo.prevNode.type)===ul.type&&bo.has(ul.type),$e=Jo.parentNode.type==="listItem"&&!Jo.parentNode.loose,er=((hl=Jo.prevNode)===null||hl===void 0?void 0:hl.type)==="listItem"&&Jo.prevNode.loose,ir=hs(Jo.prevNode)==="next",lr=ul.type==="html"&&((Ms=Jo.prevNode)===null||Ms===void 0?void 0:Ms.type)==="html"&&Jo.prevNode.position.end.line+1===ul.position.start.line,dr=ul.type==="html"&&Jo.parentNode.type==="listItem"&&((dl=Jo.prevNode)===null||dl===void 0?void 0:dl.type)==="paragraph"&&Jo.prevNode.position.end.line+1===ul.position.start.line;return er||!(Wu||$e||ir||lr||dr)}function Gs(ul,Jo){let hl=Jo.prevNode&&Jo.prevNode.type==="list",Ms=ul.type==="code"&&ul.isIndented;return hl&&Ms}function fu(ul){let Jo=ml(ul,["linkReference","imageReference"]);return Jo&&(Jo.type!=="linkReference"||Jo.referenceType!=="full")}function Vl(ul){let Jo=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],hl=[" ",...Array.isArray(Jo)?Jo:[Jo]];return new RegExp(hl.map(Ms=>`\\${Ms}`).join("|")).test(ul)?`<${ul}>`:ul}function uc(ul,Jo){let hl=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!0;if(!ul)return"";if(hl)return" "+uc(ul,Jo,!1);if(ul=ul.replace(/\\(["')])/g,"$1"),ul.includes('"')&&ul.includes("'")&&!ul.includes(")"))return`(${ul})`;let Ms=ul.split("'").length-1,dl=ul.split('"').length-1,Wu=Ms>dl?'"':dl>Ms||Jo.singleQuote?"'":'"';return ul=ul.replace(/\\/,"\\\\"),ul=ul.replace(new RegExp(`(${Wu})`,"g"),"\\$1"),`${Wu}${ul}${Wu}`}function nd(ul,Jo,hl){return ul<Jo?Jo:ul>hl?hl:ul}function Hc(ul){let Jo=Number(ul.getName());if(Jo===0)return!1;let hl=ul.getParentNode().children[Jo-1];return hs(hl)==="next"}function hc(ul){return`[${vn(ul.label)}]`}function cc(ul){return`[^${ul.label}]`}di.exports={preprocess:Un,print:Ls,embed:Ui,massageAstNode:Gi,hasPrettierIgnore:Hc,insertPragma:Ta}}}),pc=Io({"src/language-markdown/options.js"(Rn,di){kn();var vn=Xc();di.exports={proseWrap:vn.proseWrap,singleQuote:vn.singleQuote}}}),Pc=Io({"src/language-markdown/parsers.js"(){kn()}}),Bc=Io({"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}}}),Vc=Io({"src/language-markdown/index.js"(Rn,di){kn();var vn=Ff(),Vn=Ku(),Fn=pc(),En=Pc(),xn=[vn(Bc(),ui=>({since:"1.8.0",parsers:["markdown"],vscodeLanguageIds:["markdown"],filenames:[...ui.filenames,"README"],extensions:ui.extensions.filter(Mi=>Mi!==".mdx")})),vn(Bc(),()=>({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}}}),Lc=Io({"src/language-html/clean.js"(Rn,di){kn();var{isFrontMatterNode:vn}=Wc(),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}}),Mc=Io({"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"}}}),Lu=Io({"src/language-html/utils/is-unknown-namespace.js"(Rn,di){kn();function vn(Vn){return Vn.type==="element"&&!Vn.hasExplicitNamespace&&!["html","svg"].includes(Vn.namespace)}di.exports=vn}}),_u=Io({"src/language-html/utils/index.js"(Rn,di){kn();var{inferParserByLanguage:vn,isFrontMatterNode:Vn}=Wc(),{builders:{line:Fn,hardline:En,join:xn},utils:{getDocParts:Nn,replaceTextEndOfLine:ui}}=Cc(),{CSS_DISPLAY_TAGS:Mi,CSS_DISPLAY_DEFAULT:ea,CSS_WHITE_SPACE_TAGS:zi,CSS_WHITE_SPACE_DEFAULT:ta}=Mc(),ki=Lu(),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}},rs=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||Ys(ir)&&ir.children.some(dr=>dr.type!=="text"&&dr.type!=="interpolation")||Ms(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 uc(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:Ys(ir.parent)?!0:!(!ir.prev&&(ir.parent.type==="root"||Ys(ir)&&ir.parent||Un(ir.parent)||Jo(ir.parent,lr)||!sl(ir.parent.cssDisplay))||ir.prev&&!hs(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:Ys(ir.parent)?!0:!(!ir.next&&(ir.parent.type==="root"||Ys(ir)&&ir.parent||Un(ir.parent)||Jo(ir.parent,lr)||!ku(ir.parent.cssDisplay))||ir.next&&!Is(ir.next.cssDisplay))}function to(ir){return Vs(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 Zo(ir){return Mo(ir)||ir.type==="element"&&ir.children.length>0&&(["body","script","style"].includes(ir.name)||ir.children.some(lr=>Fs(lr)))||ir.firstChild&&ir.firstChild===ir.lastChild&&ir.firstChild.type!=="text"&&Qo(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 ys(ir){return Ss(ir)||ir.prev&&bo(ir.prev)||Ls(ir)}function bo(ir){return Ss(ir)||ir.type==="element"&&ir.fullName==="br"||Ls(ir)}function Ls(ir){return Qo(ir)&&Oo(ir)}function Qo(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 Ss(ir){switch(ir.type){case"ieConditionalComment":case"comment":case"directive":return!0;case"element":return["script","select"].includes(ir.name)}return!1}function nl(ir){return ir.lastChild?nl(ir.lastChild):ir}function Fs(ir){return ir.children&&ir.children.some(lr=>lr.type!=="text")}function ml(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 Go(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 Os(ir,lr){if(ir.name==="script"&&!ir.attrMap.src)return!ir.attrMap.lang&&!ir.attrMap.type?"babel":ml(ir);if(ir.name==="style")return Go(ir,lr);if(lr&&Ms(ir,lr))return ml(ir)||!("src"in ir.attrMap)&&vn(ir.attrMap.lang,lr)}function fl(ir){return ir==="block"||ir==="list-item"||ir.startsWith("table")}function sl(ir){return!fl(ir)&&ir!=="inline-block"}function ku(ir){return!fl(ir)&&ir!=="inline-block"}function Is(ir){return!fl(ir)}function hs(ir){return!fl(ir)}function Vs(ir){return!fl(ir)&&ir!=="inline-block"}function Ys(ir){return uc(ir).startsWith("pre")}function Gs(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 fu(ir,lr){let dr=ir;for(;dr;){if(lr(dr))return!0;dr=dr.parent}return!1}function Vl(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(fu(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 uc(ir){return ir.type==="element"&&(!ir.namespace||ki(ir))&&zi[ir.name]||ta}function nd(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 Hc(ir){let lr=arguments.length>1&&arguments[1]!==void 0?arguments[1]:nd(ir);return lr===0?ir:ir.split(`
`).map(dr=>dr.slice(lr)).join(`
`)}function hc(ir,lr){let dr=0;for(let $r=0;$r<ir.length;$r++)ir[$r]===lr&&dr++;return dr}function cc(ir){return ir.replace(/&apos;/g,"'").replace(/&quot;/g,'"')}var ul=new Set(["template","style","script"]);function Jo(ir,lr){return hl(ir,lr)&&!ul.has(ir.fullName)}function hl(ir,lr){return lr.parser==="vue"&&ir.type==="element"&&ir.parent.type==="root"&&ir.fullName.toLowerCase()!=="html"}function Ms(ir,lr){return hl(ir,lr)&&(Jo(ir,lr)||ir.attrMap.lang&&ir.attrMap.lang!=="html")}function dl(ir){let lr=ir.fullName;return lr.charAt(0)==="#"||lr==="slot-scope"||lr==="v-slot"||lr.startsWith("v-slot:")}function Wu(ir,lr){let dr=ir.parent;if(!hl(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(Hc(La(lr)),En):Nn(xn(Fn,Ea(lr)))}function er(ir,lr){return hl(ir,lr)&&ir.name==="script"}di.exports={htmlTrim:Ba,htmlTrimPreserveIndentation:La,hasHtmlWhitespace:rs,getLeadingAndTrailingHtmlWhitespace:Fa,canHaveInterpolation:Gi,countChars:hc,countParents:Gs,dedentString:Hc,forceBreakChildren:Mo,forceBreakContent:Zo,forceNextEmptyLine:Bo,getLastDescendant:nl,getNodeCssStyleDisplay:Vl,getNodeCssStyleWhiteSpace:uc,hasPrettierIgnore:Ta,inferScriptParser:Os,isVueCustomBlock:Jo,isVueNonHtmlBlock:Ms,isVueScriptTag:er,isVueSlotAttribute:dl,isVueSfcBindingsAttribute:Wu,isVueSfcBlock:hl,isDanglingSpaceSensitiveNode:to,isIndentationSensitiveNode:da,isLeadingSpaceSensitiveNode:va,isPreLikeNode:Ys,isScriptLikeTag:Un,isTextLikeNode:aa,isTrailingSpaceSensitiveNode:Aa,isWhitespaceSensitiveNode:ra,isUnknownNamespace:ki,preferHardlineAsLeadingSpaces:ys,preferHardlineAsTrailingSpaces:bo,shouldPreserveContent:Ui,unescapeQuoteEntities:cc,getTextValueParts:$e}}}),$u=Io({"node_modules/angular-html-parser/lib/compiler/src/chars.js"(Rn){kn(),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}}),gu=Io({"node_modules/angular-html-parser/lib/compiler/src/aot/static_symbol.js"(Rn){kn(),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}}),_p=Io({"node_modules/angular-html-parser/lib/compiler/src/util.js"(Rn){kn(),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 rs=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=rs;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}}),Md=Io({"node_modules/angular-html-parser/lib/compiler/src/compile_metadata.js"(Rn){kn(),Object.defineProperty(Rn,"__esModule",{value:!0});var di=gu(),vn=_p(),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:Zo,externalStylesheets:Mo,animations:ys,ngContentSelectors:bo,interpolation:Ls,isInline:Qo,preserveWhitespaces:Oo}=ra;if(this.encapsulation=da,this.template=va,this.templateUrl=Aa,this.htmlAst=to,this.styles=Fa(Bo),this.styleUrls=Fa(Zo),this.externalStylesheets=Fa(Mo),this.animations=ys?Ui(ys):[],this.ngContentSelectors=bo||[],Ls&&Ls.length!=2)throw new Error("'interpolation' should have a start and an end symbol.");this.interpolation=Ls,this.isInline=Qo,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:Zo,inputs:Mo,outputs:ys,host:bo,providers:Ls,viewProviders:Qo,queries:Oo,guards:Ss,viewQueries:nl,entryComponents:Fs,template:ml,componentViewType:Go,rendererType:Os,componentFactory:fl}=ra,sl={},ku={},Is={};bo!=null&&Object.keys(bo).forEach(Ys=>{let Gs=bo[Ys],fu=Ys.match(Vn);fu===null?Is[Ys]=Gs:fu[1]!=null?ku[fu[1]]=Gs:fu[2]!=null&&(sl[fu[2]]=Gs)});let hs={};Mo!=null&&Mo.forEach(Ys=>{let Gs=vn.splitAtColon(Ys,[Ys,Ys]);hs[Gs[0]]=Gs[1]});let Vs={};return ys!=null&&ys.forEach(Ys=>{let Gs=vn.splitAtColon(Ys,[Ys,Ys]);Vs[Gs[0]]=Gs[1]}),new Ba({isHost:da,type:va,isComponent:!!Aa,selector:to,exportAs:Bo,changeDetection:Zo,inputs:hs,outputs:Vs,hostListeners:sl,hostProperties:ku,hostAttributes:Is,providers:Ls,viewProviders:Qo,queries:Oo,guards:Ss,viewQueries:nl,entryComponents:Fs,template:ml,componentViewType:Go,rendererType:Os,componentFactory:fl})}constructor(ra){let{isHost:da,type:va,isComponent:Aa,selector:to,exportAs:Bo,changeDetection:Zo,inputs:Mo,outputs:ys,hostListeners:bo,hostProperties:Ls,hostAttributes:Qo,providers:Oo,viewProviders:Ss,queries:nl,guards:Fs,viewQueries:ml,entryComponents:Go,template:Os,componentViewType:fl,rendererType:sl,componentFactory:ku}=ra;this.isHost=!!da,this.type=va,this.isComponent=Aa,this.selector=to,this.exportAs=Bo,this.changeDetection=Zo,this.inputs=Mo,this.outputs=ys,this.hostListeners=bo,this.hostProperties=Ls,this.hostAttributes=Qo,this.providers=Fa(Oo),this.viewProviders=Fa(Ss),this.queries=Fa(nl),this.guards=Fs,this.viewQueries=Fa(ml),this.entryComponents=Fa(Go),this.template=Os,this.componentViewType=fl,this.rendererType=sl,this.componentFactory=ku}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:Zo,entryComponents:Mo,bootstrapComponents:ys,importedModules:bo,exportedModules:Ls,schemas:Qo,transitiveModule:Oo,id:Ss}=ra;this.type=da||null,this.declaredDirectives=Fa(Aa),this.exportedDirectives=Fa(to),this.declaredPipes=Fa(Bo),this.exportedPipes=Fa(Zo),this.providers=Fa(va),this.entryComponents=Fa(Mo),this.bootstrapComponents=Fa(ys),this.importedModules=Fa(bo),this.exportedModules=Fa(Ls),this.schemas=Fa(Qo),this.id=Ss||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 rs=class{constructor(ra,da){let{useClass:va,useValue:Aa,useExisting:to,useFactory:Bo,deps:Zo,multi:Mo}=da;this.token=ra,this.useClass=va||null,this.useValue=Aa,this.useExisting=to,this.useFactory=Bo||null,this.dependencies=Zo||null,this.multi=!!Mo}};Rn.ProviderMeta=rs;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}}),Kd=Io({"node_modules/angular-html-parser/lib/compiler/src/parse_util.js"(Rn){kn(),Object.defineProperty(Rn,"__esModule",{value:!0});var di=$u(),vn=Md(),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}}),Td=Io({"src/language-html/print-preprocess.js"(Rn,di){kn();var{ParseSourceSpan:vn}=Kd(),{htmlTrim:Vn,getLeadingAndTrailingHtmlWhitespace:Fn,hasHtmlWhitespace:En,canHaveInterpolation:xn,getNodeCssStyleDisplay:Nn,isDanglingSpaceSensitiveNode:ui,isIndentationSensitiveNode:Mi,isLeadingSpaceSensitiveNode:ea,isTrailingSpaceSensitiveNode:zi,isWhitespaceSensitiveNode:ta,isVueScriptTag:ki}=_u(),ji=[Ra,Ba,La,Xa,Fa,Ta,rs,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),Zo=new vn(Bo.start,va.sourceSpan.end);va.condition=Aa.condition,va.sourceSpan=Zo,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 Zo=0;Zo<Bo.length;Zo++,Aa=to){let Mo=Bo[Zo];if(Zo%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:Zo}=Fn(Aa.value),Mo=Aa.prev,ys=Aa.next;Bo?(Aa.value=Bo,Aa.sourceSpan=new vn(Aa.sourceSpan.start.moveBy(to.length),Aa.sourceSpan.end.moveBy(-Zo.length)),to&&(Mo&&(Mo.hasTrailingSpaces=!0),Aa.hasLeadingSpaces=!0),Zo&&(Aa.hasTrailingSpaces=!0,ys&&(ys.hasLeadingSpaces=!0))):(Gi.removeChild(Aa),va--,(to||Zo)&&(Mo&&(Mo.hasTrailingSpaces=!0),ys&&(ys.hasLeadingSpaces=!0)))}Gi.isWhitespaceSensitive=ra,Gi.isIndentationSensitive=da})}function rs(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}}),id=Io({"src/language-html/pragma.js"(Rn,di){kn();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}}}),_c=Io({"src/language-html/loc.js"(Rn,di){kn();function vn(Fn){return Fn.sourceSpan.start.offset}function Vn(Fn){return Fn.sourceSpan.end.offset}di.exports={locStart:vn,locEnd:Vn}}}),zc=Io({"src/language-html/print/tag.js"(Rn,di){kn();var vn=bc(),{isNonEmptyArray:Vn}=Wc(),{builders:{indent:Fn,join:En,line:xn,softline:Nn,hardline:ui},utils:{replaceTextEndOfLine:Mi}}=Cc(),{locStart:ea,locEnd:zi}=_c(),{isTextLikeNode:ta,getLastDescendant:ki,isPreLikeNode:ji,hasPrettierIgnore:oa,shouldPreserveContent:Ra,isVueSfcBlock:Ba}=_u();function la(bo,Ls){return[bo.isSelfClosing?"":La(bo,Ls),Ea(bo,Ls)]}function La(bo,Ls){return bo.lastChild&&Un(bo.lastChild)?"":[Xa(bo,Ls),rs(bo,Ls)]}function Ea(bo,Ls){return(bo.next?Fi(bo.next):aa(bo.parent))?"":[Ui(bo,Ls),Fa(bo,Ls)]}function Xa(bo,Ls){return aa(bo)?Ui(bo.lastChild,Ls):""}function Fa(bo,Ls){return Un(bo)?rs(bo.parent,Ls):Gi(bo)?Mo(bo.next):""}function rs(bo,Ls){if(vn(!bo.isSelfClosing),Ta(bo,Ls))return"";switch(bo.type){case"ieConditionalComment":return"<!";case"element":if(bo.hasHtmComponentClosingTag)return"<//";default:return`</${bo.rawName}`}}function Ui(bo,Ls){if(Ta(bo,Ls))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,Ls){return!bo.isSelfClosing&&!bo.endSourceSpan&&(oa(bo)||Ra(bo.parent,Ls))}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 Ls=bo.trim().match(/^prettier-ignore-attribute(?:\s+(.+))?$/s);return Ls?Ls[1]?Ls[1].split(/\s+/):!0:!1}function da(bo){return!bo.prev&&bo.isLeadingSpaceSensitive&&!bo.hasLeadingSpaces}function va(bo,Ls,Qo){let Oo=bo.getValue();if(!Vn(Oo.attrs))return Oo.isSelfClosing?" ":"";let Ss=Oo.prev&&Oo.prev.type==="comment"&&ra(Oo.prev.value),nl=typeof Ss=="boolean"?()=>Ss:Array.isArray(Ss)?fl=>Ss.includes(fl.rawName):()=>!1,Fs=bo.map(fl=>{let sl=fl.getValue();return nl(sl)?Mi(Ls.originalText.slice(ea(sl),zi(sl))):Qo()},"attrs"),ml=Oo.type==="element"&&Oo.fullName==="script"&&Oo.attrs.length===1&&Oo.attrs[0].fullName==="src"&&Oo.children.length===0,Go=Ls.singleAttributePerLine&&Oo.attrs.length>1&&!Ba(Oo,Ls)?ui:xn,Os=[Fn([ml?" ":xn,En(Go,Fs)])];return Oo.firstChild&&da(Oo.firstChild)||Oo.isSelfClosing&&aa(Oo.parent)||ml?Os.push(Oo.isSelfClosing?" ":""):Os.push(Ls.bracketSameLine?Oo.isSelfClosing?" ":"":Oo.isSelfClosing?xn:Nn),Os}function Aa(bo){return bo.firstChild&&da(bo.firstChild)?"":ys(bo)}function to(bo,Ls,Qo){let Oo=bo.getValue();return[Bo(Oo,Ls),va(bo,Ls,Qo),Oo.isSelfClosing?"":Aa(Oo)]}function Bo(bo,Ls){return bo.prev&&Gi(bo.prev)?"":[Zo(bo,Ls),Mo(bo)]}function Zo(bo,Ls){return da(bo)?ys(bo.parent):Fi(bo)?Ui(bo.prev,Ls):""}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 ys(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:rs,printClosingTagEndMarker:Ui,printClosingTagSuffix:Fa,printClosingTagEnd:Ea,needsToBorrowLastChildClosingTagEndMarker:aa,needsToBorrowParentClosingTagStartMarker:Un,needsToBorrowPrevClosingTagEndMarker:Fi,printOpeningTag:to,printOpeningTagStart:Bo,printOpeningTagPrefix:Zo,printOpeningTagStartMarker:Mo,printOpeningTagEndMarker:ys,needsToBorrowNextOpeningTagStartMarker:Gi,needsToBorrowParentOpeningTagEndMarker:da}}}),Gc=Io({"node_modules/parse-srcset/src/parse-srcset.js"(Rn,di){kn(),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(rs){return rs===" "||rs===" "||rs===`
`||rs==="\f"||rs==="\r"}function xn(rs){var Ui,Ta=rs.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 rs=!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)&&(rs=!0),va===0?rs=!0:Ui=va):ki.test(da)&&ra==="x"?((Ui||Ta||Fi)&&(rs=!0),Aa<0?rs=!0:Ta=Aa):ta.test(da)&&ra==="h"?((Fi||Ta)&&(rs=!0),va===0?rs=!0:Fi=va):rs=!0;rs?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))}}})}}),Qc=Io({"src/language-html/syntax-attribute.js"(Rn,di){kn();var vn=Gc(),{builders:{ifBreak:Vn,join:Fn,line:En}}=Cc();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 rs=[Xa],Ui=la[Fa];if(Ui){let Ta=Ba-Xa.length+1,Fi=Ea-La[Fa],aa=" ".repeat(Ta+Fi);rs.push(Vn(aa," "),Ui+ji)}return rs}))}function Nn(ui){return ui.trim().split(/\s+/).join(" ")}di.exports={printImgSrcset:xn,printClassNames:Nn}}}),rl=Io({"src/language-html/syntax-vue.js"(Rn,di){kn();var{builders:{group:vn}}=Cc();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}}}),Ml=Io({"src/language-html/get-node-content.js"(Rn,di){kn();var{needsToBorrowParentClosingTagStartMarker:vn,printClosingTagStartMarker:Vn,needsToBorrowLastChildClosingTagEndMarker:Fn,printClosingTagEndMarker:En,needsToBorrowParentOpeningTagEndMarker:xn,printOpeningTagEndMarker:Nn}=zc();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}}),du=Io({"src/language-html/embed.js"(Rn,di){kn();var{builders:{breakParent:vn,group:Vn,hardline:Fn,indent:En,line:xn,fill:Nn,softline:ui},utils:{mapDoc:Mi,replaceTextEndOfLine:ea}}=Cc(),zi=ed(),{printClosingTag:ta,printClosingTagSuffix:ki,needsToBorrowPrevClosingTagEndMarker:ji,printOpeningTagPrefix:oa,printOpeningTag:Ra}=zc(),{printImgSrcset:Ba,printClassNames:la}=Qc(),{printVueFor:La,printVueBindings:Ea,isVueEventBindingExpression:Xa}=rl(),{isScriptLikeTag:Fa,isVueNonHtmlBlock:rs,inferScriptParser:Ui,htmlTrimPreserveIndentation:Ta,dedentString:Fi,unescapeQuoteEntities:aa,isVueSlotAttribute:Un,isVueSfcBindingsAttribute:Gi,getTextValueParts:ra}=_u(),da=Ml();function va(to,Bo,Zo){let Mo=Fs=>new RegExp(Fs.join("|")).test(to.fullName),ys=()=>aa(to.value),bo=!1,Ls=(Fs,ml)=>{let Go=Fs.type==="NGRoot"?Fs.node.type==="NGMicrosyntax"&&Fs.node.body.length===1&&Fs.node.body[0].type==="NGMicrosyntaxExpression"?Fs.node.body[0].expression:Fs.node:Fs.type==="JsExpressionRoot"?Fs.node:Fs;Go&&(Go.type==="ObjectExpression"||Go.type==="ArrayExpression"||ml.parser==="__vue_expression"&&(Go.type==="TemplateLiteral"||Go.type==="StringLiteral"))&&(bo=!0)},Qo=Fs=>Vn(Fs),Oo=function(Fs){let ml=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;return Vn([En([ui,Fs]),ml?ui:""])},Ss=Fs=>bo?Qo(Fs):Oo(Fs),nl=(Fs,ml)=>Bo(Fs,Object.assign({__onHtmlBindingRoot:Ls,__embeddedInHtml:!0},ml));if(to.fullName==="srcset"&&(to.parent.fullName==="img"||to.parent.fullName==="source"))return Oo(Ba(ys()));if(to.fullName==="class"&&!Zo.parentParser){let Fs=ys();if(!Fs.includes("{{"))return la(Fs)}if(to.fullName==="style"&&!Zo.parentParser){let Fs=ys();if(!Fs.includes("{{"))return Oo(nl(Fs,{parser:"css",__isHTMLStyleAttribute:!0}))}if(Zo.parser==="vue"){if(to.fullName==="v-for")return La(ys(),nl);if(Un(to)||Gi(to,Zo))return Ea(ys(),nl);let Fs=["^@","^v-on:"],ml=["^:","^v-bind:"],Go=["^v-"];if(Mo(Fs)){let Os=ys(),fl=Xa(Os)?"__js_expression":Zo.__should_parse_vue_template_with_ts?"__vue_ts_event_binding":"__vue_event_binding";return Ss(nl(Os,{parser:fl}))}if(Mo(ml))return Ss(nl(ys(),{parser:"__vue_expression"}));if(Mo(Go))return Ss(nl(ys(),{parser:"__js_expression"}))}if(Zo.parser==="angular"){let Fs=(Is,hs)=>nl(Is,Object.assign(Object.assign({},hs),{},{trailingComma:"none"})),ml=["^\\*"],Go=["^\\(.+\\)$","^on-"],Os=["^\\[.+\\]$","^bind(on)?-","^ng-(if|show|hide|class|style)$"],fl=["^i18n(-.+)?$"];if(Mo(Go))return Ss(Fs(ys(),{parser:"__ng_action"}));if(Mo(Os))return Ss(Fs(ys(),{parser:"__ng_binding"}));if(Mo(fl)){let Is=ys().trim();return Oo(Nn(ra(to,Is)),!Is.includes("@@"))}if(Mo(ml))return Ss(Fs(ys(),{parser:"__ng_directive"}));let sl=/{{(.+?)}}/s,ku=ys();if(sl.test(ku)){let Is=[];for(let[hs,Vs]of ku.split(sl).entries())if(hs%2===0)Is.push(ea(Vs));else try{Is.push(Vn(["{{",En([xn,Fs(Vs,{parser:"__ng_interpolation",__isInHtmlInterpolation:!0})]),xn,"}}"]))}catch{Is.push("{{",ea(Vs),"}}")}return Vn(Is)}}return null}function Aa(to,Bo,Zo,Mo){let ys=to.getValue();switch(ys.type){case"element":{if(Fa(ys)||ys.type==="interpolation")return;if(!ys.isSelfClosing&&rs(ys,Mo)){let bo=Ui(ys,Mo);if(!bo)return;let Ls=da(ys,Mo),Qo=/^\s*$/.test(Ls),Oo="";return Qo||(Oo=Zo(Ta(Ls),{parser:bo,__embeddedInHtml:!0},{stripTrailingHardline:!0}),Qo=Oo===""),[oa(ys,Mo),Vn(Ra(to,Mo,Bo)),Qo?"":Fn,Oo,Qo?"":Fn,ta(ys,Mo),ki(ys,Mo)]}break}case"text":{if(Fa(ys.parent)){let bo=Ui(ys.parent,Mo);if(bo){let Ls=bo==="markdown"?Fi(ys.value.replace(/^[^\S\n]*\n/,"")):ys.value,Qo={parser:bo,__embeddedInHtml:!0};if(Mo.parser==="html"&&bo==="babel"){let Oo="script",{attrMap:Ss}=ys.parent;Ss&&(Ss.type==="module"||Ss.type==="text/babel"&&Ss["data-type"]==="module")&&(Oo="module"),Qo.__babelSourceType=Oo}return[vn,oa(ys,Mo),Zo(Ls,Qo,{stripTrailingHardline:!0}),ki(ys,Mo)]}}else if(ys.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,Zo(ys.value,bo,{stripTrailingHardline:!0})]),ys.parent.next&&ji(ys.parent.next)?" ":xn]}break}case"attribute":{if(!ys.value)break;if(/^PRETTIER_HTML_PLACEHOLDER_\d+_\d+_IN_JS$/.test(Mo.originalText.slice(ys.valueSpan.start.offset,ys.valueSpan.end.offset)))return[ys.rawName,"=",ys.value];if(Mo.parser==="lwc"&&/^{.*}$/s.test(Mo.originalText.slice(ys.valueSpan.start.offset,ys.valueSpan.end.offset)))return[ys.rawName,"=",ys.value];let bo=va(ys,(Ls,Qo)=>Zo(Ls,Object.assign({__isInHtmlAttribute:!0,__embeddedInHtml:!0},Qo),{stripTrailingHardline:!0}),Mo);if(bo)return[ys.rawName,'="',Vn(Mi(bo,Ls=>typeof Ls=="string"?Ls.replace(/"/g,"&quot;"):Ls)),'"'];break}case"front-matter":return zi(ys,Zo)}}di.exports=Aa}}),Qu=Io({"src/language-html/print/children.js"(Rn,di){kn();var{builders:{breakParent:vn,group:Vn,ifBreak:Fn,line:En,softline:xn,hardline:Nn},utils:{replaceTextEndOfLine:ui}}=Cc(),{locStart:Mi,locEnd:ea}=_c(),{forceBreakChildren:zi,forceNextEmptyLine:ta,isTextLikeNode:ki,hasPrettierIgnore:ji,preferHardlineAsLeadingSpaces:oa}=_u(),{printOpeningTagPrefix:Ra,needsToBorrowNextOpeningTagStartMarker:Ba,printOpeningTagStartMarker:la,needsToBorrowPrevClosingTagEndMarker:La,printClosingTagEndMarker:Ea,printClosingTagSuffix:Xa,needsToBorrowParentClosingTagStartMarker:Fa}=zc();function rs(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:""]:"",rs(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 Ls=Ui(Aa.prev,Aa);if(Ls)return ta(Aa.prev)?[Nn,Nn,rs(da,aa,Un)]:[Ls,rs(da,aa,Un)]}return rs(da,aa,Un)}let to=[],Bo=[],Zo=[],Mo=[],ys=Aa.prev?Ui(Aa.prev,Aa):"",bo=Aa.next?Ui(Aa,Aa.next):"";return ys&&(ta(Aa.prev)?to.push(Nn,Nn):ys===Nn?to.push(Nn):ki(Aa.prev)?Bo.push(ys):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):Zo.push(bo)),[...to,Vn([...Bo,Vn([rs(da,aa,Un),...Zo],{id:ra[va]})]),...Mo]},"children")}di.exports={printChildren:Ta}}}),Qs=Io({"src/language-html/print/element.js"(Rn,di){kn();var{builders:{breakParent:vn,dedentToRoot:Vn,group:Fn,ifBreak:En,indentIfBreak:xn,indent:Nn,line:ui,softline:Mi},utils:{replaceTextEndOfLine:ea}}=Cc(),zi=Ml(),{shouldPreserveContent:ta,isScriptLikeTag:ki,isVueCustomBlock:ji,countParents:oa,forceBreakContent:Ra}=_u(),{printOpeningTagPrefix:Ba,printOpeningTag:la,printClosingTagSuffix:La,printClosingTag:Ea,needsToBorrowPrevClosingTagEndMarker:Xa,needsToBorrowLastChildClosingTagEndMarker:Fa}=zc(),{printChildren:rs}=Qu();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(),rs(Ta,Fi,aa)]),to()])}di.exports={printElement:Ui}}}),Nc=Io({"src/language-html/printer-html.js"(Rn,di){kn();var{builders:{fill:vn,group:Vn,hardline:Fn,literalline:En},utils:{cleanDoc:xn,getDocParts:Nn,isConcat:ui,replaceTextEndOfLine:Mi}}=Cc(),ea=Lc(),{countChars:zi,unescapeQuoteEntities:ta,getTextValueParts:ki}=_u(),ji=Td(),{insertPragma:oa}=id(),{locStart:Ra,locEnd:Ba}=_c(),la=du(),{printClosingTagSuffix:La,printClosingTagEnd:Ea,printOpeningTagPrefix:Xa,printOpeningTagStart:Fa}=zc(),{printElement:rs}=Qs(),{printChildren:Ui}=Qu();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 rs(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}}}),gc=Io({"src/language-html/options.js"(Rn,di){kn();var vn=Xc(),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."}}}}),jp=Io({"src/language-html/parsers.js"(){kn()}}),pp=Io({"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}}}),Zd=Io({"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}}}),Rf=Io({"src/language-html/index.js"(Rn,di){kn();var vn=Ff(),Vn=Nc(),Fn=gc(),En=jp(),xn=[vn(pp(),()=>({name:"Angular",since:"1.15.0",parsers:["angular"],vscodeLanguageIds:["html"],extensions:[".component.html"],filenames:[]})),vn(pp(),ui=>({since:"1.15.0",parsers:["html"],vscodeLanguageIds:["html"],extensions:[...ui.extensions,".mjml"]})),vn(pp(),()=>({name:"Lightning Web Components",since:"1.17.0",parsers:["lwc"],vscodeLanguageIds:["html"],extensions:[],filenames:[]})),vn(Zd(),()=>({since:"1.10.0",parsers:["vue"],vscodeLanguageIds:["vue"]}))],Nn={html:Vn};di.exports={languages:xn,printers:Nn,options:Fn,parsers:En}}}),lf=Io({"src/language-yaml/pragma.js"(Rn,di){kn();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}}}),Tp=Io({"src/language-yaml/loc.js"(Rn,di){kn();function vn(Fn){return Fn.position.start.offset}function Vn(Fn){return Fn.position.end.offset}di.exports={locStart:vn,locEnd:Vn}}}),rd=Io({"src/language-yaml/embed.js"(Rn,di){kn();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}}),vp=Io({"src/language-yaml/utils.js"(Rn,di){kn();var{getLast:vn,isNonEmptyArray:Vn}=Wc();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 rs(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:rs,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}}}),Np=Io({"src/language-yaml/print-preprocess.js"(Rn,di){kn();var{defineShortcut:vn,mapNode:Vn}=vp();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}}),Cp=Io({"src/language-yaml/print/misc.js"(Rn,di){kn();var{builders:{softline:vn,align:Vn}}=Cc(),{hasEndComments:Fn,isNextLineEmpty:En,isNode:xn}=vp(),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}}}),n0=Io({"src/language-yaml/print/flow-mapping-sequence.js"(Rn,di){kn();var{builders:{ifBreak:vn,line:Vn,softline:Fn,hardline:En,join:xn}}=Cc(),{isEmptyNode:Nn,getLast:ui,hasEndComments:Mi}=vp(),{printNextEmptyLine:ea,alignWithSpaces:zi}=Cp();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),rs=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"))]:""]),rs?"":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}}}),c0=Io({"src/language-yaml/print/mapping-item.js"(Rn,di){kn();var{builders:{conditionalGroup:vn,group:Vn,hardline:Fn,ifBreak:En,join:xn,line:Nn}}=Cc(),{hasLeadingComments:ui,hasMiddleComments:Mi,hasTrailingComment:ea,hasEndComments:zi,isNode:ta,isEmptyNode:ki,isInlineNode:ji}=vp(),{alignWithSpaces:oa}=Cp();function Ra(Ea,Xa,Fa,rs,Ui){let{key:Ta,value:Fi}=Ea,aa=ki(Ta),Un=ki(Fi);if(aa&&Un)return": ";let Gi=rs("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=rs("value");if(aa)return[": ",oa(2,da)];if(ui(Fi)||!ji(Ta.content))return["? ",oa(2,Gi),Fn,xn("",Fa.map(rs,"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 Zo=oa(Ui.tabWidth,Bo);return Ba(Ta.content,Ui)&&!ui(Ta.content)&&!Mi(Ta.content)&&!zi(Ta)?vn([[Gi,Zo]]):vn([[Aa,En(to,Zo,{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}}),y0=Io({"src/language-yaml/print/block.js"(Rn,di){kn();var{builders:{dedent:vn,dedentToRoot:Vn,fill:Fn,hardline:En,join:xn,line:Nn,literalline:ui,markAsRoot:Mi},utils:{getDocParts:ea}}=Cc(),{getAncestorCount:zi,getBlockValueLineContents:ta,hasIndicatorComment:ki,isLastDescendantNode:ji,isNode:oa}=vp(),{alignWithSpaces:Ra}=Cp();function Ba(la,La,Ea){let Xa=la.getValue(),Fa=zi(la,aa=>oa(aa,["sequence","mapping"])),rs=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:rs,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"&&rs&&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}}),Jp=Io({"src/language-yaml/printer-yaml.js"(Rn,di){kn();var{builders:{breakParent:vn,fill:Vn,group:Fn,hardline:En,join:xn,line:Nn,lineSuffix:ui,literalline:Mi},utils:{getDocParts:ea,replaceTextEndOfLine:zi}}=Cc(),{isPreviousLineEmpty:ta}=Wc(),{insertPragma:ki,isPragma:ji}=lf(),{locStart:oa}=Tp(),Ra=rd(),{getFlowScalarLineContents:Ba,getLastDescendantNode:la,hasLeadingComments:La,hasMiddleComments:Ea,hasTrailingComment:Xa,hasEndComments:Fa,hasPrettierIgnore:rs,isLastDescendantNode:Ui,isNode:Ta,isInlineNode:Fi}=vp(),aa=Np(),{alignWithSpaces:Un,printNextEmptyLine:Gi,shouldPrintEndComments:ra}=Cp(),{printFlowMapping:da,printFlowSequence:va}=n0(),Aa=c0(),to=y0();function Bo(Oo,Ss,nl){let Fs=Oo.getValue(),ml=[];Fs.type!=="mappingValue"&&La(Fs)&&ml.push([xn(En,Oo.map(nl,"leadingComments")),En]);let{tag:Go,anchor:Os}=Fs;Go&&ml.push(nl("tag")),Go&&Os&&ml.push(" "),Os&&ml.push(nl("anchor"));let fl="";Ta(Fs,["mapping","sequence","comment","directive","mappingItem","sequenceItem"])&&!Ui(Oo)&&(fl=Gi(Oo,Ss.originalText)),(Go||Os)&&(Ta(Fs,["sequence","mapping"])&&!Ea(Fs)?ml.push(En):ml.push(" ")),Ea(Fs)&&ml.push([Fs.middleComments.length===1?"":En,xn(En,Oo.map(nl,"middleComments")),En]);let sl=Oo.getParentNode();return rs(Oo)?ml.push(zi(Ss.originalText.slice(Fs.position.start.offset,Fs.position.end.offset).trimEnd(),Mi)):ml.push(Fn(Zo(Fs,sl,Oo,Ss,nl))),Xa(Fs)&&!Ta(Fs,["document","documentHead"])&&ml.push(ui([Fs.type==="mappingValue"&&!Fs.content?"":" ",sl.type==="mappingKey"&&Oo.getParentNode(2).type==="mapping"&&Fi(Fs)?"":vn,nl("trailingComment")])),ra(Fs)&&ml.push(Un(Fs.type==="sequenceItem"?2:0,[En,xn(En,Oo.map(ku=>[ta(Ss.originalText,ku.getValue(),oa)?En:"",nl()],"endComments"))])),ml.push(fl),ml}function Zo(Oo,Ss,nl,Fs,ml){switch(Oo.type){case"root":{let{children:Go}=Oo,Os=[];nl.each((sl,ku)=>{let Is=Go[ku],hs=Go[ku+1];ku!==0&&Os.push(En),Os.push(ml()),ys(Is,hs)?(Os.push(En,"..."),Xa(Is)&&Os.push(" ",ml("trailingComment"))):hs&&!Xa(hs.head)&&Os.push(En,"---")},"children");let fl=la(Oo);return(!Ta(fl,["blockLiteral","blockFolded"])||fl.chomping!=="keep")&&Os.push(En),Os}case"document":{let Go=Ss.children[nl.getName()+1],Os=[];return bo(Oo,Go,Ss,Fs)==="head"&&((Oo.head.children.length>0||Oo.head.endComments.length>0)&&Os.push(ml("head")),Xa(Oo.head)?Os.push(["---"," ",ml(["head","trailingComment"])]):Os.push("---")),Mo(Oo)&&Os.push(ml("body")),xn(En,Os)}case"documentHead":return xn(En,[...nl.map(ml,"children"),...nl.map(ml,"endComments")]);case"documentBody":{let{children:Go,endComments:Os}=Oo,fl="";if(Go.length>0&&Os.length>0){let sl=la(Oo);Ta(sl,["blockFolded","blockLiteral"])?sl.chomping!=="keep"&&(fl=[En,En]):fl=En}return[xn(En,nl.map(ml,"children")),fl,xn(En,nl.map(ml,"endComments"))]}case"directive":return["%",xn(" ",[Oo.name,...Oo.parameters])];case"comment":return["#",Oo.value];case"alias":return["*",Oo.value];case"tag":return Fs.originalText.slice(Oo.position.start.offset,Oo.position.end.offset);case"anchor":return["&",Oo.value];case"plain":return Ls(Oo.type,Fs.originalText.slice(Oo.position.start.offset,Oo.position.end.offset),Fs);case"quoteDouble":case"quoteSingle":{let Go="'",Os='"',fl=Fs.originalText.slice(Oo.position.start.offset+1,Oo.position.end.offset-1);if(Oo.type==="quoteSingle"&&fl.includes("\\")||Oo.type==="quoteDouble"&&/\\[^"]/.test(fl)){let ku=Oo.type==="quoteDouble"?Os:Go;return[ku,Ls(Oo.type,fl,Fs),ku]}if(fl.includes(Os))return[Go,Ls(Oo.type,Oo.type==="quoteDouble"?fl.replace(/\\"/g,Os).replace(/'/g,Go.repeat(2)):fl,Fs),Go];if(fl.includes(Go))return[Os,Ls(Oo.type,Oo.type==="quoteSingle"?fl.replace(/''/g,Go):fl,Fs),Os];let sl=Fs.singleQuote?Go:Os;return[sl,Ls(Oo.type,fl,Fs),sl]}case"blockFolded":case"blockLiteral":return to(nl,ml,Fs);case"mapping":case"sequence":return xn(En,nl.map(ml,"children"));case"sequenceItem":return["- ",Un(2,Oo.content?ml("content"):"")];case"mappingKey":case"mappingValue":return Oo.content?ml("content"):"";case"mappingItem":case"flowMappingItem":return Aa(Oo,Ss,nl,ml,Fs);case"flowMapping":return da(nl,ml,Fs);case"flowSequence":return va(nl,ml,Fs);case"flowSequenceItem":return ml("content");default:throw new Error(`Unexpected node type ${Oo.type}`)}}function Mo(Oo){return Oo.body.children.length>0||Fa(Oo.body)}function ys(Oo,Ss){return Xa(Oo)||Ss&&(Ss.head.children.length>0||Fa(Ss.head))}function bo(Oo,Ss,nl,Fs){return nl.children[0]===Oo&&/---(?:\s|$)/.test(Fs.originalText.slice(oa(Oo),oa(Oo)+4))||Oo.head.children.length>0||Fa(Oo.head)||Xa(Oo.head)?"head":ys(Oo,Ss)?!1:Ss?"root":!1}function Ls(Oo,Ss,nl){let Fs=Ba(Oo,Ss,nl);return xn(En,Fs.map(ml=>Vn(ea(xn(Nn,ml)))))}function Qo(Oo,Ss){if(Ta(Ss))switch(delete Ss.position,Ss.type){case"comment":if(ji(Ss.value))return null;break;case"quoteDouble":case"quoteSingle":Ss.type="quote";break}}di.exports={preprocess:aa,embed:Ra,print:Bo,massageAstNode:Qo,insertPragma:ki}}}),i0=Io({"src/language-yaml/options.js"(Rn,di){kn();var vn=Xc();di.exports={bracketSpacing:vn.bracketSpacing,singleQuote:vn.singleQuote,proseWrap:vn.proseWrap}}}),Gh=Io({"src/language-yaml/parsers.js"(){kn()}}),qh=Io({"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}}}),nh=Io({"src/language-yaml/index.js"(Rn,di){kn();var vn=Ff(),Vn=Jp(),Fn=i0(),En=Gh(),xn=[vn(qh(),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}}}),_0=Io({"src/languages.js"(Rn,di){kn(),di.exports=[Vd(),zp(),vo(),ko(),Vc(),Rf(),nh()]}});kn();var{version:mm}=ns(),uf=Jh(),{getSupportInfo:d0}=_m(),m0=yf(),a0=_0(),o0=Cc();function Zf(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:[...a0,...Array.isArray(xn)?xn:Object.values(xn)]}),Rn(...Vn)}}var e0=Zf(uf.formatWithCursor);hn.exports={formatWithCursor:e0,format(Rn,di){return e0(Rn,di).formatted},check(Rn,di){let{formatted:vn}=e0(Rn,di);return vn===Rn},doc:o0,getSupportInfo:Zf(d0,0),version:mm,util:m0,__debug:{parse:Zf(uf.parse),formatAST:Zf(uf.formatAST),formatDoc:Zf(uf.formatDoc),printToDoc:Zf(uf.printToDoc),printDocToString:Zf(uf.printDocToString)}}});return Br()})})(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(Ds){return function(){return na.apply(Ds,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,Ds=To("".split);qa.exports=Hi(function(){return!Ma("z").propertyIsEnumerable(0)})?function(ps){return na(ps)=="String"?Ds(ps,""):Ma(ps)}: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}}),_e=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=_e(),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)}}),he=y((sa,qa)=>{var To=n(),Hi=_e(),na=function(Ma){return Hi(Ma)?Ma:void 0};qa.exports=function(Ma,Ds){return arguments.length<2?na(To[Ma]):To[Ma]&&To[Ma][Ds]}}),Ne=y((sa,qa)=>{var To=re();qa.exports=To({}.isPrototypeOf)}),Fe=y((sa,qa)=>{var To=he();qa.exports=To("navigator","userAgent")||""}),Ve=y((sa,qa)=>{var To=n(),Hi=Fe(),na=To.process,Ma=To.Deno,Ds=na&&na.versions||Ma&&Ma.version,ps=Ds&&Ds.v8,yl,$l;ps&&(yl=ps.split("."),$l=yl[0]>0&&yl[0]<4?1:+(yl[0]+yl[1])),!$l&&Hi&&(yl=Hi.match(/Edge\/(\d+)/),(!yl||yl[1]>=74)&&(yl=Hi.match(/Chrome\/(\d+)/),yl&&($l=+yl[1]))),qa.exports=$l}),jt=y((sa,qa)=>{var To=Ve(),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=jt();qa.exports=To&&!Symbol.sham&&typeof Symbol.iterator=="symbol"}),Ue=y((sa,qa)=>{var To=he(),Hi=_e(),na=Ne(),Ma=Et(),Ds=Object;qa.exports=Ma?function(ps){return typeof ps=="symbol"}:function(ps){var yl=To("Symbol");return Hi(yl)&&na(yl.prototype,Ds(ps))}}),qe=y((sa,qa)=>{var To=String;qa.exports=function(Hi){try{return To(Hi)}catch{return"Object"}}}),kt=y((sa,qa)=>{var To=_e(),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=kt(),Hi=ue();qa.exports=function(na,Ma){var Ds=na[Ma];return Hi(Ds)?void 0:To(Ds)}}),rr=y((sa,qa)=>{var To=j(),Hi=_e(),na=Ce(),Ma=TypeError;qa.exports=function(Ds,ps){var yl,$l;if(ps==="string"&&Hi(yl=Ds.toString)&&!na($l=To(yl,Ds))||Hi(yl=Ds.valueOf)&&!na($l=To(yl,Ds))||ps!=="string"&&Hi(yl=Ds.toString)&&!na($l=To(yl,Ds)))return $l;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"})}),mr=y((sa,qa)=>{var To=de(),Hi=Object;qa.exports=function(na){return Hi(To(na))}}),hr=y((sa,qa)=>{var To=re(),Hi=mr(),na=To({}.hasOwnProperty);qa.exports=Object.hasOwn||function(Ma,Ds){return na(Hi(Ma),Ds)}}),br=y((sa,qa)=>{var To=re(),Hi=0,na=Math.random(),Ma=To(1 .toString);qa.exports=function(Ds){return"Symbol("+(Ds===void 0?"":Ds)+")_"+Ma(++Hi+na,36)}}),Rr=y((sa,qa)=>{var To=n(),Hi=cr(),na=hr(),Ma=br(),Ds=jt(),ps=Et(),yl=Hi("wks"),$l=To.Symbol,Ou=$l&&$l.for,As=ps?$l:$l&&$l.withoutSetter||Ma;qa.exports=function(Uu){if(!na(yl,Uu)||!(Ds||typeof yl[Uu]=="string")){var ju="Symbol."+Uu;Ds&&na($l,Uu)?yl[Uu]=$l[Uu]:ps&&Ou?yl[Uu]=Ou(ju):yl[Uu]=As(ju)}return yl[Uu]}}),xr=y((sa,qa)=>{var To=j(),Hi=Ce(),na=Ue(),Ma=tr(),Ds=rr(),ps=Rr(),yl=TypeError,$l=ps("toPrimitive");qa.exports=function(Ou,As){if(!Hi(Ou)||na(Ou))return Ou;var Uu=Ma(Ou,$l),ju;if(Uu){if(As===void 0&&(As="default"),ju=To(Uu,Ou,As),!Hi(ju)||na(ju))return ju;throw yl("Can't convert object to primitive value")}return As===void 0&&(As="number"),Ds(Ou,As)}}),Er=y((sa,qa)=>{var To=xr(),Hi=Ue();qa.exports=function(na){var Ma=To(na,"string");return Hi(Ma)?Ma:Ma+""}}),vr=y((sa,qa)=>{var To=n(),Hi=Ce(),na=To.document,Ma=Hi(na)&&Hi(na.createElement);qa.exports=function(Ds){return Ma?na.createElement(Ds):{}}}),Ir=y((sa,qa)=>{var To=L(),Hi=k(),na=vr();qa.exports=!To&&!Hi(function(){return Object.defineProperty(na("div"),"a",{get:function(){return 7}}).a!=7})}),Lr=y(sa=>{var qa=L(),To=j(),Hi=V(),na=z(),Ma=pe(),Ds=Er(),ps=hr(),yl=Ir(),$l=Object.getOwnPropertyDescriptor;sa.f=qa?$l:function(Ou,As){if(Ou=Ma(Ou),As=Ds(As),yl)try{return $l(Ou,As)}catch{}if(ps(Ou,As))return na(!To(Hi.f,Ou,As),Ou[As])}}),gr=y((sa,qa)=>{var To=L(),Hi=k();qa.exports=To&&Hi(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!=42})}),_r=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")}}),Fr=y(sa=>{var qa=L(),To=Ir(),Hi=gr(),na=_r(),Ma=Er(),Ds=TypeError,ps=Object.defineProperty,yl=Object.getOwnPropertyDescriptor,$l="enumerable",Ou="configurable",As="writable";sa.f=qa?Hi?function(Uu,ju,$c){if(na(Uu),ju=Ma(ju),na($c),typeof Uu=="function"&&ju==="prototype"&&"value"in $c&&As in $c&&!$c[As]){var Oc=yl(Uu,ju);Oc&&Oc[As]&&(Uu[ju]=$c.value,$c={configurable:Ou in $c?$c[Ou]:Oc[Ou],enumerable:$l in $c?$c[$l]:Oc[$l],writable:!1})}return ps(Uu,ju,$c)}:ps:function(Uu,ju,$c){if(na(Uu),ju=Ma(ju),na($c),To)try{return ps(Uu,ju,$c)}catch{}if("get"in $c||"set"in $c)throw Ds("Accessors not supported");return"value"in $c&&(Uu[ju]=$c.value),Uu}}),zr=y((sa,qa)=>{var To=L(),Hi=Fr(),na=z();qa.exports=To?function(Ma,Ds,ps){return Hi.f(Ma,Ds,na(1,ps))}:function(Ma,Ds,ps){return Ma[Ds]=ps,Ma}}),Vr=y((sa,qa)=>{var To=L(),Hi=hr(),na=Function.prototype,Ma=To&&Object.getOwnPropertyDescriptor,Ds=Hi(na,"name"),ps=Ds&&(function(){}).name==="something",yl=Ds&&(!To||To&&Ma(na,"name").configurable);qa.exports={EXISTS:Ds,PROPER:ps,CONFIGURABLE:yl}}),Gr=y((sa,qa)=>{var To=re(),Hi=_e(),na=ur(),Ma=To(Function.toString);Hi(na.inspectSource)||(na.inspectSource=function(Ds){return Ma(Ds)}),qa.exports=na.inspectSource}),Tr=y((sa,qa)=>{var To=n(),Hi=_e(),na=To.WeakMap;qa.exports=Hi(na)&&/native code/.test(String(na))}),Cr=y((sa,qa)=>{var To=cr(),Hi=br(),na=To("keys");qa.exports=function(Ma){return na[Ma]||(na[Ma]=Hi(Ma))}}),Mr=y((sa,qa)=>{qa.exports={}}),yr=y((sa,qa)=>{var To=Tr(),Hi=n(),na=Ce(),Ma=zr(),Ds=hr(),ps=ur(),yl=Cr(),$l=Mr(),Ou="Object already initialized",As=Hi.TypeError,Uu=Hi.WeakMap,ju,$c,Oc,vc=function(Hs){return Oc(Hs)?$c(Hs):ju(Hs,{})},Yl=function(Hs){return function(zs){var Br;if(!na(zs)||(Br=$c(zs)).type!==Hs)throw As("Incompatible receiver, "+Hs+" required");return Br}};To||ps.state?(ms=ps.state||(ps.state=new Uu),ms.get=ms.get,ms.has=ms.has,ms.set=ms.set,ju=function(Hs,zs){if(ms.has(Hs))throw As(Ou);return zs.facade=Hs,ms.set(Hs,zs),zs},$c=function(Hs){return ms.get(Hs)||{}},Oc=function(Hs){return ms.has(Hs)}):(Rs=yl("state"),$l[Rs]=!0,ju=function(Hs,zs){if(Ds(Hs,Rs))throw As(Ou);return zs.facade=Hs,Ma(Hs,Rs,zs),zs},$c=function(Hs){return Ds(Hs,Rs)?Hs[Rs]:{}},Oc=function(Hs){return Ds(Hs,Rs)});var ms,Rs;qa.exports={set:ju,get:$c,has:Oc,enforce:vc,getterFor:Yl}}),Sr=y((sa,qa)=>{var To=k(),Hi=_e(),na=hr(),Ma=L(),Ds=Vr().CONFIGURABLE,ps=Gr(),yl=yr(),$l=yl.enforce,Ou=yl.get,As=Object.defineProperty,Uu=Ma&&!To(function(){return As(function(){},"length",{value:8}).length!==8}),ju=String(String).split("String"),$c=qa.exports=function(Oc,vc,Yl){String(vc).slice(0,7)==="Symbol("&&(vc="["+String(vc).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),Yl&&Yl.getter&&(vc="get "+vc),Yl&&Yl.setter&&(vc="set "+vc),(!na(Oc,"name")||Ds&&Oc.name!==vc)&&(Ma?As(Oc,"name",{value:vc,configurable:!0}):Oc.name=vc),Uu&&Yl&&na(Yl,"arity")&&Oc.length!==Yl.arity&&As(Oc,"length",{value:Yl.arity});try{Yl&&na(Yl,"constructor")&&Yl.constructor?Ma&&As(Oc,"prototype",{writable:!1}):Oc.prototype&&(Oc.prototype=void 0)}catch{}var ms=$l(Oc);return na(ms,"source")||(ms.source=ju.join(typeof vc=="string"?vc:"")),Oc};Function.prototype.toString=$c(function(){return Hi(this)&&Ou(this).source||ps(this)},"toString")}),Dr=y((sa,qa)=>{var To=_e(),Hi=Fr(),na=Sr(),Ma=nr();qa.exports=function(Ds,ps,yl,$l){$l||($l={});var Ou=$l.enumerable,As=$l.name!==void 0?$l.name:ps;if(To(yl)&&na(yl,As,$l),$l.global)Ou?Ds[ps]=yl:Ma(ps,yl);else{try{$l.unsafe?Ds[ps]&&(Ou=!0):delete Ds[ps]}catch{}Ou?Ds[ps]=yl:Hi.f(Ds,ps,{value:yl,enumerable:!1,configurable:!$l.nonConfigurable,writable:!$l.nonWritable})}return Ds}}),kr=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=kr();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,Ds){var ps=To(Ma);return ps<0?Hi(ps+Ds,0):na(ps,Ds)}}),Nr=y((sa,qa)=>{var To=Wr(),Hi=Math.min;qa.exports=function(na){return na>0?Hi(To(na),9007199254740991):0}}),jr=y((sa,qa)=>{var To=Nr();qa.exports=function(Hi){return To(Hi.length)}}),Qr=y((sa,qa)=>{var To=pe(),Hi=Kr(),na=jr(),Ma=function(Ds){return function(ps,yl,$l){var Ou=To(ps),As=na(Ou),Uu=Hi($l,As),ju;if(Ds&&yl!=yl){for(;As>Uu;)if(ju=Ou[Uu++],ju!=ju)return!0}else for(;As>Uu;Uu++)if((Ds||Uu in Ou)&&Ou[Uu]===yl)return Ds||Uu||0;return!Ds&&-1}};qa.exports={includes:Ma(!0),indexOf:Ma(!1)}}),ca=y((sa,qa)=>{var To=re(),Hi=hr(),na=pe(),Ma=Qr().indexOf,Ds=Mr(),ps=To([].push);qa.exports=function(yl,$l){var Ou=na(yl),As=0,Uu=[],ju;for(ju in Ou)!Hi(Ds,ju)&&Hi(Ou,ju)&&ps(Uu,ju);for(;$l.length>As;)Hi(Ou,ju=$l[As++])&&(~Ma(Uu,ju)||ps(Uu,ju));return Uu}}),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)}}),qo=y(sa=>{sa.f=Object.getOwnPropertySymbols}),ds=y((sa,qa)=>{var To=he(),Hi=re(),na=Wa(),Ma=qo(),Ds=_r(),ps=Hi([].concat);qa.exports=To("Reflect","ownKeys")||function(yl){var $l=na.f(Ds(yl)),Ou=Ma.f;return Ou?ps($l,Ou(yl)):$l}}),Kn=y((sa,qa)=>{var To=hr(),Hi=ds(),na=Lr(),Ma=Fr();qa.exports=function(Ds,ps,yl){for(var $l=Hi(ps),Ou=Ma.f,As=na.f,Uu=0;Uu<$l.length;Uu++){var ju=$l[Uu];!To(Ds,ju)&&!(yl&&To(yl,ju))&&Ou(Ds,ju,As(ps,ju))}}}),Hr=y((sa,qa)=>{var To=k(),Hi=_e(),na=/#|\.prototype\./,Ma=function(Ou,As){var Uu=ps[Ds(Ou)];return Uu==$l?!0:Uu==yl?!1:Hi(As)?To(As):!!As},Ds=Ma.normalize=function(Ou){return String(Ou).replace(na,".").toLowerCase()},ps=Ma.data={},yl=Ma.NATIVE="N",$l=Ma.POLYFILL="P";qa.exports=Ma}),Ar=y((sa,qa)=>{var To=n(),Hi=Lr().f,na=zr(),Ma=Dr(),Ds=nr(),ps=Kn(),yl=Hr();qa.exports=function($l,Ou){var As=$l.target,Uu=$l.global,ju=$l.stat,$c,Oc,vc,Yl,ms,Rs;if(Uu?Oc=To:ju?Oc=To[As]||Ds(As,{}):Oc=(To[As]||{}).prototype,Oc)for(vc in Ou){if(ms=Ou[vc],$l.dontCallGetSet?(Rs=Hi(Oc,vc),Yl=Rs&&Rs.value):Yl=Oc[vc],$c=yl(Uu?vc:As+(ju?".":"#")+vc,$l.forced),!$c&&Yl!==void 0){if(typeof ms==typeof Yl)continue;ps(ms,Yl)}($l.sham||Yl&&Yl.sham)&&na(ms,"sham",!0),Ma(Oc,vc,ms,$l)}}}),On=y(()=>{var sa=Ar(),qa=n();sa({global:!0,forced:qa.globalThis!==qa},{globalThis:qa})}),In=y(()=>{On()}),Sa=y((sa,qa)=>{In();var To=Object.defineProperty,Hi=Object.getOwnPropertyDescriptor,na=Object.getOwnPropertyNames,Ma=Object.prototype.hasOwnProperty,Ds=(Mn,Ia)=>function(){return Mn&&(Ia=(0,Mn[na(Mn)[0]])(Mn=0)),Ia},ps=(Mn,Ia)=>function(){return Ia||(0,Mn[na(Mn)[0]])((Ia={exports:{}}).exports,Ia),Ia.exports},yl=(Mn,Ia)=>{for(var xa in Ia)To(Mn,xa,{get:Ia[xa],enumerable:!0})},$l=(Mn,Ia,xa,Na)=>{if(Ia&&typeof Ia=="object"||typeof Ia=="function")for(let Ha of na(Ia))!Ma.call(Mn,Ha)&&Ha!==xa&&To(Mn,Ha,{get:()=>Ia[Ha],enumerable:!(Na=Hi(Ia,Ha))||Na.enumerable});return Mn},Ou=Mn=>$l(To({},"__esModule",{value:!0}),Mn),As=Ds({"<define:process>"(){}}),Uu=ps({"src/common/parser-create-error.js"(Mn,Ia){As();function xa(Na,Ha){let _o=new SyntaxError(Na+" ("+Ha.start.line+":"+Ha.start.column+")");return _o.loc=Ha,_o}Ia.exports=xa}}),ju=ps({"src/utils/get-last.js"(Mn,Ia){As();var xa=Na=>Na[Na.length-1];Ia.exports=xa}}),$c=ps({"src/utils/front-matter/parse.js"(Mn,Ia){As();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)}}Ia.exports=Na}}),Oc={};yl(Oc,{EOL:()=>Fo,arch:()=>Wi,cpus:()=>Br,default:()=>_s,endianness:()=>vc,freemem:()=>Hs,getNetworkInterfaces:()=>Vi,hostname:()=>Yl,loadavg:()=>ms,networkInterfaces:()=>Ln,platform:()=>pa,release:()=>hn,tmpDir:()=>Ki,tmpdir:()=>Eo,totalmem:()=>zs,type:()=>Zn,uptime:()=>Rs});function vc(){if(typeof Xo>"u"){var Mn=new ArrayBuffer(2),Ia=new Uint8Array(Mn),xa=new Uint16Array(Mn);if(Ia[0]=1,Ia[1]=2,xa[0]===258)Xo="BE";else if(xa[0]===513)Xo="LE";else throw new Error("unable to figure out endianess")}return Xo}function Yl(){return typeof globalThis.location<"u"?globalThis.location.hostname:""}function ms(){return[]}function Rs(){return 0}function Hs(){return Number.MAX_VALUE}function zs(){return Number.MAX_VALUE}function Br(){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 Xo,Eo,Fo,_s,An=Ds({"node-modules-polyfills:os"(){As(),Eo=Ki,Fo=`
`,_s={EOL:Fo,tmpdir:Eo,tmpDir:Ki,networkInterfaces:Ln,getNetworkInterfaces:Vi,release:hn,type:Zn,cpus:Br,totalmem:zs,freemem:Hs,uptime:Rs,loadavg:ms,hostname:Yl,endianness:vc}}}),Vo=ps({"node-modules-polyfills-commonjs:os"(Mn,Ia){As();var xa=(An(),Ou(Oc));if(xa&&xa.default){Ia.exports=xa.default;for(let Na in xa)Ia.exports[Na]=xa[Na]}else xa&&(Ia.exports=xa)}}),pu=ps({"node_modules/detect-newline/index.js"(Mn,Ia){As();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
`:`
`};Ia.exports=xa,Ia.exports.graceful=Na=>typeof Na=="string"&&xa(Na)||`
`}}),Io=ps({"node_modules/jest-docblock/build/index.js"(Mn){As(),Object.defineProperty(Mn,"__esModule",{value:!0}),Mn.extract=fa,Mn.parse=xo,Mn.parseWithComments=cs,Mn.print=ss,Mn.strip=ko;function Ia(){let Us=Vo();return Ia=function(){return Us},Us}function xa(){let Us=Na(pu());return xa=function(){return Us},Us}function Na(Us){return Us&&Us.__esModule?Us:{default:Us}}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,ka=[];function fa(Us){let Ws=Us.match(ro);return Ws?Ws[0].trimLeft():""}function ko(Us){let Ws=Us.match(ro);return Ws&&Ws[0]?Us.substring(Ws[0].length):Us}function xo(Us){return cs(Us).pragmas}function cs(Us){let Ws=(0,xa().default)(Us)||Ia().EOL;Us=Us.replace(_o,"").replace(Ha,"").replace(Sn,"$1");let al="";for(;al!==Us;)al=Us,Us=Us.replace(fo,`${Ws}$1 $2${Ws}`);Us=Us.replace(za,"").trimRight();let Du=Object.create(null),Ku=Us.replace(zn,"").replace(za,"").trimRight(),pc;for(;pc=zn.exec(Us);){let Pc=pc[2].replace(vo,"");typeof Du[pc[1]]=="string"||Array.isArray(Du[pc[1]])?Du[pc[1]]=ka.concat(Du[pc[1]],Pc):Du[pc[1]]=Pc}return{comments:Ku,pragmas:Du}}function ss(Us){let{comments:Ws="",pragmas:al={}}=Us,Du=(0,xa().default)(Ws)||Ia().EOL,Ku="/**",pc=" *",Pc=" */",Bc=Object.keys(al),Vc=Bc.map(Mc=>No(Mc,al[Mc])).reduce((Mc,Lu)=>Mc.concat(Lu),[]).map(Mc=>`${pc} ${Mc}${Du}`).join("");if(!Ws){if(Bc.length===0)return"";if(Bc.length===1&&!Array.isArray(al[Bc[0]])){let Mc=al[Bc[0]];return`${Ku} ${No(Bc[0],Mc)[0]}${Pc}`}}let Lc=Ws.split(Du).map(Mc=>`${pc} ${Mc}`).join(Du)+Du;return Ku+Du+(Ws?Lc:"")+(Ws&&Bc.length?pc+Du:"")+Vc+Pc}function No(Us,Ws){return ka.concat(Ws).map(al=>`@${Us} ${al}`.trim())}}}),yu=ps({"src/common/end-of-line.js"(Mn,Ia){As();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,`
`)}Ia.exports={guessEndOfLine:xa,convertEndOfLineToChars:Na,countEndOfLineChars:Ha,normalizeEndOfLine:_o}}}),Hl=ps({"src/language-js/utils/get-shebang.js"(Mn,Ia){As();function xa(Na){if(!Na.startsWith("#!"))return"";let Ha=Na.indexOf(`
`);return Ha===-1?Na:Na.slice(0,Ha)}Ia.exports=xa}}),lc=ps({"src/language-js/pragma.js"(Mn,Ia){As();var{parseWithComments:xa,strip:Na,extract:Ha,print:_o}=Io(),{normalizeEndOfLine:ro}=yu(),vo=Hl();function za(Sn){let ka=vo(Sn);ka&&(Sn=Sn.slice(ka.length+1));let fa=Ha(Sn),{pragmas:ko,comments:xo}=xa(fa);return{shebang:ka,text:Sn,pragmas:ko,comments:xo}}function fo(Sn){let ka=Object.keys(za(Sn).pragmas);return ka.includes("prettier")||ka.includes("format")}function zn(Sn){let{shebang:ka,text:fa,pragmas:ko,comments:xo}=za(Sn),cs=Na(fa),ss=_o({pragmas:Object.assign({format:""},ko),comments:xo.trimStart()});return(ka?`${ka}
`:"")+ro(ss)+(cs.startsWith(`
`)?`
`:`
`)+cs}Ia.exports={hasPragma:fo,insertPragma:zn}}}),Vu=ps({"src/language-css/pragma.js"(Mn,Ia){As();var xa=lc(),Na=$c();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)}Ia.exports={hasPragma:Ha,insertPragma:_o}}}),Ju=ps({"src/utils/text/skip.js"(Mn,Ia){As();function xa(vo){return(za,fo,zn)=>{let Sn=zn&&zn.backwards;if(fo===!1)return!1;let{length:ka}=za,fa=fo;for(;fa>=0&&fa<ka;){let ko=za.charAt(fa);if(vo instanceof RegExp){if(!vo.test(ko))return fa}else if(!vo.includes(ko))return fa;Sn?fa--:fa++}return fa===-1||fa===ka?fa:!1}}var Na=xa(/\s/),Ha=xa(" "),_o=xa(",; "),ro=xa(/[^\n\r]/);Ia.exports={skipWhitespace:Na,skipSpaces:Ha,skipToLineEnd:_o,skipEverythingButNewLine:ro}}}),kn=ps({"src/utils/line-column-to-index.js"(Mn,Ia){As(),Ia.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}}}),ns=ps({"src/language-css/loc.js"(Mn,Ia){As();var{skipEverythingButNewLine:xa}=Ju(),Na=ju(),Ha=kn();function _o(fa,ko){return typeof fa.sourceIndex=="number"?fa.sourceIndex:fa.source?Ha(fa.source.start,ko)-1:null}function ro(fa,ko){if(fa.type==="css-comment"&&fa.inline)return xa(ko,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,ko):null}function vo(fa,ko){fa.source&&(fa.source.startOffset=_o(fa,ko),fa.source.endOffset=ro(fa,ko));for(let xo in fa){let cs=fa[xo];xo==="source"||!cs||typeof cs!="object"||(cs.type==="value-root"||cs.type==="value-unknown"?za(cs,fo(fa),cs.text||cs.value):vo(cs,ko))}}function za(fa,ko,xo){fa.source&&(fa.source.startOffset=_o(fa,xo)+ko,fa.source.endOffset=ro(fa,xo)+ko);for(let cs in fa){let ss=fa[cs];cs==="source"||!ss||typeof ss!="object"||za(ss,ko,xo)}}function fo(fa){let ko=fa.source.startOffset;return typeof fa.prop=="string"&&(ko+=fa.prop.length),fa.type==="css-atrule"&&typeof fa.name=="string"&&(ko+=1+fa.name.length+fa.raws.afterName.match(/^\s*:?\s*/)[0].length),fa.type!=="css-atrule"&&fa.raws&&typeof fa.raws.between=="string"&&(ko+=fa.raws.between.length),ko}function zn(fa){let ko="initial",xo="initial",cs,ss=!1,No=[];for(let Us=0;Us<fa.length;Us++){let Ws=fa[Us];switch(ko){case"initial":if(Ws==="'"){ko="single-quotes";continue}if(Ws==='"'){ko="double-quotes";continue}if((Ws==="u"||Ws==="U")&&fa.slice(Us,Us+4).toLowerCase()==="url("){ko="url",Us+=3;continue}if(Ws==="*"&&fa[Us-1]==="/"){ko="comment-block";continue}if(Ws==="/"&&fa[Us-1]==="/"){ko="comment-inline",cs=Us-1;continue}continue;case"single-quotes":if(Ws==="'"&&fa[Us-1]!=="\\"&&(ko=xo,xo="initial"),Ws===`
`||Ws==="\r")return fa;continue;case"double-quotes":if(Ws==='"'&&fa[Us-1]!=="\\"&&(ko=xo,xo="initial"),Ws===`
`||Ws==="\r")return fa;continue;case"url":if(Ws===")"&&(ko="initial"),Ws===`
`||Ws==="\r")return fa;if(Ws==="'"){ko="single-quotes",xo="url";continue}if(Ws==='"'){ko="double-quotes",xo="url";continue}continue;case"comment-block":Ws==="/"&&fa[Us-1]==="*"&&(ko="initial");continue;case"comment-inline":(Ws==='"'||Ws==="'"||Ws==="*")&&(ss=!0),(Ws===`
`||Ws==="\r")&&(ss&&No.push([cs,Us]),ko="initial",ss=!1);continue}}for(let[Us,Ws]of No)fa=fa.slice(0,Us)+fa.slice(Us,Ws).replace(/["'*]/g," ")+fa.slice(Ws);return fa}function Sn(fa){return fa.source.startOffset}function ka(fa){return fa.source.endOffset}Ia.exports={locStart:Sn,locEnd:ka,calculateLoc:vo,replaceQuotesInInlineComments:zn}}}),Wl=ps({"src/utils/is-non-empty-array.js"(Mn,Ia){As();function xa(Na){return Array.isArray(Na)&&Na.length>0}Ia.exports=xa}}),Tu=ps({"src/language-css/utils/has-scss-interpolation.js"(Mn,Ia){As();var xa=Wl();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}Ia.exports=Na}}),_l=ps({"src/language-css/utils/has-string-or-function.js"(Mn,Ia){As();function xa(Na){return Na.some(Ha=>Ha.type==="string"||Ha.type==="func")}Ia.exports=xa}}),Hu=ps({"src/language-css/utils/is-less-parser.js"(Mn,Ia){As();function xa(Na){return Na.parser==="css"||Na.parser==="less"}Ia.exports=xa}}),Rc=ps({"src/language-css/utils/is-scss.js"(Mn,Ia){As();function xa(Na,Ha){return Na==="less"||Na==="scss"?Na==="scss":/(?:\w\s*:\s*[^:}]+|#){|@import[^\n]+(?:url|,)/.test(Ha)}Ia.exports=xa}}),ld=ps({"src/language-css/utils/is-scss-nested-property-node.js"(Mn,Ia){As();function xa(Na){return Na.selector?Na.selector.replace(/\/\*.*?\*\//,"").replace(/\/\/.*\n/,"").trim().endsWith(":"):!1}Ia.exports=xa}}),hd=ps({"src/language-css/utils/is-scss-variable.js"(Mn,Ia){As();function xa(Na){return!!((Na==null?void 0:Na.type)==="word"&&Na.value.startsWith("$"))}Ia.exports=xa}}),yp=ps({"src/language-css/utils/stringify-node.js"(Mn,Ia){As();function xa(Na){var Ha,_o,ro;if(Na.groups){var vo,za,fo;let ss=((vo=Na.open)===null||vo===void 0?void 0:vo.value)||"",No=Na.groups.map(Ws=>xa(Ws)).join(((za=Na.groups[0])===null||za===void 0?void 0:za.type)==="comma_group"?",":""),Us=((fo=Na.close)===null||fo===void 0?void 0:fo.value)||"";return ss+No+Us}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)||"",ka=Na.type==="atword"?"@":"",fa=Na.value||"",ko=Na.unit||"",xo=Na.group?xa(Na.group):"",cs=((ro=Na.raws)===null||ro===void 0?void 0:ro.after)||"";return zn+Sn+ka+fa+Sn+ko+xo+cs}Ia.exports=xa}}),fp=ps({"src/language-css/utils/is-module-rule-name.js"(Mn,Ia){As();var xa=new Set(["import","use","forward"]);function Na(Ha){return xa.has(Ha)}Ia.exports=Na}}),kc=ps({"node_modules/postcss-values-parser/lib/node.js"(Mn,Ia){As();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};Ia.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}}}}),qd=ps({"node_modules/postcss-values-parser/lib/container.js"(Mn,Ia){As();var xa=kc(),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)})},Ia.exports=Na}}),od=ps({"node_modules/postcss-values-parser/lib/root.js"(Mn,Ia){As();var xa=qd();Ia.exports=class extends xa{constructor(Na){super(Na),this.type="root"}}}}),kp=ps({"node_modules/postcss-values-parser/lib/value.js"(Mn,Ia){As();var xa=qd();Ia.exports=class extends xa{constructor(Na){super(Na),this.type="value",this.unbalanced=0}}}}),Ap=ps({"node_modules/postcss-values-parser/lib/atword.js"(Mn,Ia){As();var xa=qd(),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),Ia.exports=Na}}),xf=ps({"node_modules/postcss-values-parser/lib/colon.js"(Mn,Ia){As();var xa=qd(),Na=kc(),Ha=class extends Na{constructor(_o){super(_o),this.type="colon"}};xa.registerWalker(Ha),Ia.exports=Ha}}),kf=ps({"node_modules/postcss-values-parser/lib/comma.js"(Mn,Ia){As();var xa=qd(),Na=kc(),Ha=class extends Na{constructor(_o){super(_o),this.type="comma"}};xa.registerWalker(Ha),Ia.exports=Ha}}),pf=ps({"node_modules/postcss-values-parser/lib/comment.js"(Mn,Ia){As();var xa=qd(),Na=kc(),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),Ia.exports=Ha}}),Mp=ps({"node_modules/postcss-values-parser/lib/function.js"(Mn,Ia){As();var xa=qd(),Na=class extends xa{constructor(Ha){super(Ha),this.type="func",this.unbalanced=-1}};xa.registerWalker(Na),Ia.exports=Na}}),hm=ps({"node_modules/postcss-values-parser/lib/number.js"(Mn,Ia){As();var xa=qd(),Na=kc(),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),Ia.exports=Ha}}),If=ps({"node_modules/postcss-values-parser/lib/operator.js"(Mn,Ia){As();var xa=qd(),Na=kc(),Ha=class extends Na{constructor(_o){super(_o),this.type="operator"}};xa.registerWalker(Ha),Ia.exports=Ha}}),Cc=ps({"node_modules/postcss-values-parser/lib/paren.js"(Mn,Ia){As();var xa=qd(),Na=kc(),Ha=class extends Na{constructor(_o){super(_o),this.type="paren",this.parenType=""}};xa.registerWalker(Ha),Ia.exports=Ha}}),Nf=ps({"node_modules/postcss-values-parser/lib/string.js"(Mn,Ia){As();var xa=qd(),Na=kc(),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),Ia.exports=Ha}}),xp=ps({"node_modules/postcss-values-parser/lib/word.js"(Mn,Ia){As();var xa=qd(),Na=kc(),Ha=class extends Na{constructor(_o){super(_o),this.type="word"}};xa.registerWalker(Ha),Ia.exports=Ha}}),mf=ps({"node_modules/postcss-values-parser/lib/unicode-range.js"(Mn,Ia){As();var xa=qd(),Na=kc(),Ha=class extends Na{constructor(_o){super(_o),this.type="unicode-range"}};xa.registerWalker(Ha),Ia.exports=Ha}});function zf(){throw new Error("setTimeout has not been defined")}function Af(){throw new Error("clearTimeout has not been defined")}function Gf(Mn){if(Nd===setTimeout)return setTimeout(Mn,0);if((Nd===zf||!Nd)&&setTimeout)return Nd=setTimeout,setTimeout(Mn,0);try{return Nd(Mn,0)}catch{try{return Nd.call(null,Mn,0)}catch{return Nd.call(this,Mn,0)}}}function Wp(Mn){if(wd===clearTimeout)return clearTimeout(Mn);if((wd===Af||!wd)&&clearTimeout)return wd=clearTimeout,clearTimeout(Mn);try{return wd(Mn)}catch{try{return wd.call(null,Mn)}catch{return wd.call(this,Mn)}}}function gm(){!hf||!Wc||(hf=!1,Wc.length?Fp=Wc.concat(Fp):nm=-1,Fp.length&&Om())}function Om(){if(!hf){var Mn=Gf(gm);hf=!0;for(var Ia=Fp.length;Ia;){for(Wc=Fp,Fp=[];++nm<Ia;)Wc&&Wc[nm].run();nm=-1,Ia=Fp.length}Wc=null,hf=!1,Wp(Mn)}}function ef(Mn){var Ia=new Array(arguments.length-1);if(arguments.length>1)for(var xa=1;xa<arguments.length;xa++)Ia[xa-1]=arguments[xa];Fp.push(new rm(Mn,Ia)),Fp.length===1&&!hf&&Gf(Om)}function rm(Mn,Ia){this.fun=Mn,this.array=Ia}function Mf(){}function mh(Mn){throw new Error("process.binding is not supported")}function Bf(){return"/"}function Ph(Mn){throw new Error("process.chdir is not supported")}function _m(){return 0}function Rm(Mn){var Ia=Kc.call(Ru)*.001,xa=Math.floor(Ia),Na=Math.floor(Ia%1*1e9);return Mn&&(xa=xa-Mn[0],Na=Na-Mn[1],Na<0&&(xa--,Na+=1e9)),[xa,Na]}function km(){var Mn=new Date,Ia=Mn-sd;return Ia/1e3}var Nd,wd,Fp,hf,Wc,nm,Gm,gf,Mm,Bm,jd,vm,Pf,Lf,bm,ip,ym,Up,qf,Yr,Wn,vi,Ru,Kc,sd,Xd,_f,$f=Ds({"node-modules-polyfills:process"(){As(),Nd=zf,wd=Af,typeof globalThis.setTimeout=="function"&&(Nd=setTimeout),typeof globalThis.clearTimeout=="function"&&(wd=clearTimeout),Fp=[],hf=!1,nm=-1,rm.prototype.run=function(){this.fun.apply(null,this.array)},Gm="browser",gf="browser",Mm=!0,Bm={},jd=[],vm="",Pf={},Lf={},bm={},ip=Mf,ym=Mf,Up=Mf,qf=Mf,Yr=Mf,Wn=Mf,vi=Mf,Ru=globalThis.performance||{},Kc=Ru.now||Ru.mozNow||Ru.msNow||Ru.oNow||Ru.webkitNow||function(){return new Date().getTime()},sd=new Date,Xd={nextTick:ef,title:Gm,browser:Mm,env:Bm,argv:jd,version:vm,versions:Pf,on:ip,addListener:ym,once:Up,off:qf,removeListener:Yr,removeAllListeners:Wn,emit:vi,binding:mh,cwd:Bf,chdir:Ph,umask:_m,hrtime:Rm,platform:gf,release:Lf,config:bm,uptime:km},_f=Xd}}),Pm,qm,sp=Ds({"node_modules/rollup-plugin-node-polyfills/polyfills/inherits.js"(){As(),typeof Object.create=="function"?Pm=function(Mn,Ia){Mn.super_=Ia,Mn.prototype=Object.create(Ia.prototype,{constructor:{value:Mn,enumerable:!1,writable:!0,configurable:!0}})}:Pm=function(Mn,Ia){Mn.super_=Ia;var xa=function(){};xa.prototype=Ia.prototype,Mn.prototype=new xa,Mn.prototype.constructor=Mn},qm=Pm}}),Wf={};yl(Wf,{_extend:()=>Uh,debuglog:()=>Lm,default:()=>Vh,deprecate:()=>Dh,format:()=>Wm,inherits:()=>qm,inspect:()=>Bp,isArray:()=>Km,isBoolean:()=>hh,isBuffer:()=>Df,isDate:()=>tf,isError:()=>Yf,isFunction:()=>Cm,isNull:()=>Sm,isNullOrUndefined:()=>Tm,isNumber:()=>im,isObject:()=>Vp,isPrimitive:()=>jh,isRegExp:()=>Kf,isString:()=>vf,isSymbol:()=>Ym,isUndefined:()=>cp,log:()=>Fh});function Wm(Mn){if(!vf(Mn)){for(var Ia=[],xa=0;xa<arguments.length;xa++)Ia.push(Bp(arguments[xa]));return Ia.join(" ")}for(var xa=1,Na=arguments,Ha=Na.length,_o=String(Mn).replace(bh,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])Sm(ro)||!Vp(ro)?_o+=" "+ro:_o+=" "+Bp(ro);return _o}function Dh(Mn,Ia){if(cp(globalThis.process))return function(){return Dh(Mn,Ia).apply(this,arguments)};if(_f.noDeprecation===!0)return Mn;var xa=!1;function Na(){if(!xa){if(_f.throwDeprecation)throw new Error(Ia);_f.traceDeprecation?console.trace(Ia):console.error(Ia),xa=!0}return Mn.apply(this,arguments)}return Na}function Lm(Mn){if(cp(Yp)&&(Yp=_f.env.NODE_DEBUG||""),Mn=Mn.toUpperCase(),!Dp[Mn])if(new RegExp("\\b"+Mn+"\\b","i").test(Yp)){var Ia=0;Dp[Mn]=function(){var xa=Wm.apply(null,arguments);console.error("%s %d: %s",Mn,Ia,xa)}}else Dp[Mn]=function(){};return Dp[Mn]}function Bp(Mn,Ia){var xa={seen:[],stylize:t0};return arguments.length>=3&&(xa.depth=arguments[2]),arguments.length>=4&&(xa.colors=arguments[3]),hh(Ia)?xa.showHidden=Ia:Ia&&Uh(xa,Ia),cp(xa.showHidden)&&(xa.showHidden=!1),cp(xa.depth)&&(xa.depth=2),cp(xa.colors)&&(xa.colors=!1),cp(xa.customInspect)&&(xa.customInspect=!0),xa.colors&&(xa.stylize=Yh),Kp(xa,Mn,xa.depth)}function Yh(Mn,Ia){var xa=Bp.styles[Ia];return xa?"\x1B["+Bp.colors[xa][0]+"m"+Mn+"\x1B["+Bp.colors[xa][1]+"m":Mn}function t0(Mn,Ia){return Mn}function Xh(Mn){var Ia={};return Mn.forEach(function(xa,Na){Ia[xa]=!0}),Ia}function Kp(Mn,Ia,xa){if(Mn.customInspect&&Ia&&Cm(Ia.inspect)&&Ia.inspect!==Bp&&!(Ia.constructor&&Ia.constructor.prototype===Ia)){var Na=Ia.inspect(xa,Mn);return vf(Na)||(Na=Kp(Mn,Na,xa)),Na}var Ha=lp(Mn,Ia);if(Ha)return Ha;var _o=Object.keys(Ia),ro=Xh(_o);if(Mn.showHidden&&(_o=Object.getOwnPropertyNames(Ia)),Yf(Ia)&&(_o.indexOf("message")>=0||_o.indexOf("description")>=0))return Lh(Ia);if(_o.length===0){if(Cm(Ia)){var vo=Ia.name?": "+Ia.name:"";return Mn.stylize("[Function"+vo+"]","special")}if(Kf(Ia))return Mn.stylize(RegExp.prototype.toString.call(Ia),"regexp");if(tf(Ia))return Mn.stylize(Date.prototype.toString.call(Ia),"date");if(Yf(Ia))return Lh(Ia)}var za="",fo=!1,zn=["{","}"];if(Km(Ia)&&(fo=!0,zn=["[","]"]),Cm(Ia)){var Sn=Ia.name?": "+Ia.name:"";za=" [Function"+Sn+"]"}if(Kf(Ia)&&(za=" "+RegExp.prototype.toString.call(Ia)),tf(Ia)&&(za=" "+Date.prototype.toUTCString.call(Ia)),Yf(Ia)&&(za=" "+Lh(Ia)),_o.length===0&&(!fo||Ia.length==0))return zn[0]+za+zn[1];if(xa<0)return Kf(Ia)?Mn.stylize(RegExp.prototype.toString.call(Ia),"regexp"):Mn.stylize("[Object]","special");Mn.seen.push(Ia);var ka;return fo?ka=Oh(Mn,Ia,xa,ro,_o):ka=_o.map(function(fa){return Em(Mn,Ia,xa,ro,fa,fo)}),Mn.seen.pop(),$h(ka,za,zn)}function lp(Mn,Ia){if(cp(Ia))return Mn.stylize("undefined","undefined");if(vf(Ia)){var xa="'"+JSON.stringify(Ia).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return Mn.stylize(xa,"string")}if(im(Ia))return Mn.stylize(""+Ia,"number");if(hh(Ia))return Mn.stylize(""+Ia,"boolean");if(Sm(Ia))return Mn.stylize("null","null")}function Lh(Mn){return"["+Error.prototype.toString.call(Mn)+"]"}function Oh(Mn,Ia,xa,Na,Ha){for(var _o=[],ro=0,vo=Ia.length;ro<vo;++ro)gh(Ia,String(ro))?_o.push(Em(Mn,Ia,xa,Na,String(ro),!0)):_o.push("");return Ha.forEach(function(za){za.match(/^\d+$/)||_o.push(Em(Mn,Ia,xa,Na,za,!0))}),_o}function Em(Mn,Ia,xa,Na,Ha,_o){var ro,vo,za;if(za=Object.getOwnPropertyDescriptor(Ia,Ha)||{value:Ia[Ha]},za.get?za.set?vo=Mn.stylize("[Getter/Setter]","special"):vo=Mn.stylize("[Getter]","special"):za.set&&(vo=Mn.stylize("[Setter]","special")),gh(Na,Ha)||(ro="["+Ha+"]"),vo||(Mn.seen.indexOf(za.value)<0?(Sm(xa)?vo=Kp(Mn,za.value,null):vo=Kp(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")),cp(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 $h(Mn,Ia,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]+(Ia===""?"":Ia+`
`)+" "+Mn.join(`,
`)+" "+xa[1]:xa[0]+Ia+" "+Mn.join(", ")+" "+xa[1]}function Km(Mn){return Array.isArray(Mn)}function hh(Mn){return typeof Mn=="boolean"}function Sm(Mn){return Mn===null}function Tm(Mn){return Mn==null}function im(Mn){return typeof Mn=="number"}function vf(Mn){return typeof Mn=="string"}function Ym(Mn){return typeof Mn=="symbol"}function cp(Mn){return Mn===void 0}function Kf(Mn){return Vp(Mn)&&sm(Mn)==="[object RegExp]"}function Vp(Mn){return typeof Mn=="object"&&Mn!==null}function tf(Mn){return Vp(Mn)&&sm(Mn)==="[object Date]"}function Yf(Mn){return Vp(Mn)&&(sm(Mn)==="[object Error]"||Mn instanceof Error)}function Cm(Mn){return typeof Mn=="function"}function jh(Mn){return Mn===null||typeof Mn=="boolean"||typeof Mn=="number"||typeof Mn=="string"||typeof Mn=="symbol"||typeof Mn>"u"}function Df(Mn){return Buffer$2.isBuffer(Mn)}function sm(Mn){return Object.prototype.toString.call(Mn)}function $m(Mn){return Mn<10?"0"+Mn.toString(10):Mn.toString(10)}function bf(){var Mn=new Date,Ia=[$m(Mn.getHours()),$m(Mn.getMinutes()),$m(Mn.getSeconds())].join(":");return[Mn.getDate(),Rh[Mn.getMonth()],Ia].join(" ")}function Fh(){console.log("%s - %s",bf(),Wm.apply(null,arguments))}function Uh(Mn,Ia){if(!Ia||!Vp(Ia))return Mn;for(var xa=Object.keys(Ia),Na=xa.length;Na--;)Mn[xa[Na]]=Ia[xa[Na]];return Mn}function gh(Mn,Ia){return Object.prototype.hasOwnProperty.call(Mn,Ia)}var bh,Dp,Yp,Rh,Vh,r0=Ds({"node-modules-polyfills:util"(){As(),$f(),sp(),bh=/%[sdj%]/g,Dp={},Bp.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]},Bp.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"},Rh=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],Vh={inherits:qm,_extend:Uh,log:Fh,isBuffer:Df,isPrimitive:jh,isFunction:Cm,isError:Yf,isDate:tf,isObject:Vp,isRegExp:Kf,isUndefined:cp,isSymbol:Ym,isString:vf,isNumber:im,isNullOrUndefined:Tm,isNull:Sm,isBoolean:hh,isArray:Km,inspect:Bp,deprecate:Dh,format:Wm,debuglog:Lm}}}),Xm=ps({"node-modules-polyfills-commonjs:util"(Mn,Ia){As();var xa=(r0(),Ou(Wf));if(xa&&xa.default){Ia.exports=xa.default;for(let Na in xa)Ia.exports[Na]=xa[Na]}else xa&&(Ia.exports=xa)}}),jf=ps({"node_modules/postcss-values-parser/lib/errors/TokenizeError.js"(Mn,Ia){As();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}};Ia.exports=xa}}),Hh=ps({"node_modules/postcss-values-parser/lib/tokenize.js"(Mn,Ia){As();var xa=123,Na=125,Ha=40,_o=41,ro=39,vo=34,za=92,fo=47,zn=46,Sn=44,ka=58,fa=42,ko=45,xo=43,cs=35,ss=10,No=32,Us=12,Ws=9,al=13,Du=64,Ku=101,pc=69,Pc=48,Bc=57,Vc=117,Lc=85,Mc=/[ \n\t\r\{\(\)'"\\;,/]/g,Lu=/[ \n\t\r\(\)\{\}\*:;@!&'"\+\|~>,\[\]\\]|\/(?=\*)/g,_u=/[ \n\t\r\(\)\{\}\*:;@!&'"\-\+\|~>,\[\]\\]|\//g,$u=/^[a-z0-9]/i,gu=/^[a-f0-9?\-]/i,_p=Xm(),Md=jf();Ia.exports=function(Kd,Td){Td=Td||{};let id=[],_c=Kd.valueOf(),zc=_c.length,Gc=-1,Qc=1,rl=0,Ml=0,du=null,Qu,Qs,Nc,gc,jp,pp,Zd,Rf,lf,Tp,rd;function vp(Np){let Cp=_p.format("Unclosed %s at line: %d, column: %d, token: %d",Np,Qc,rl-Gc,rl);throw new Md(Cp)}for(;rl<zc;){switch(Qu=_c.charCodeAt(rl),Qu===ss&&(Gc=rl,Qc+=1),Qu){case ss:case No:case Ws:case al:case Us:Qs=rl;do Qs+=1,Qu=_c.charCodeAt(Qs),Qu===ss&&(Gc=Qs,Qc+=1);while(Qu===No||Qu===ss||Qu===Ws||Qu===al||Qu===Us);id.push(["space",_c.slice(rl,Qs),Qc,rl-Gc,Qc,Qs-Gc,rl]),rl=Qs-1;break;case ka:Qs=rl+1,id.push(["colon",_c.slice(rl,Qs),Qc,rl-Gc,Qc,Qs-Gc,rl]),rl=Qs-1;break;case Sn:Qs=rl+1,id.push(["comma",_c.slice(rl,Qs),Qc,rl-Gc,Qc,Qs-Gc,rl]),rl=Qs-1;break;case xa:id.push(["{","{",Qc,rl-Gc,Qc,Qs-Gc,rl]);break;case Na:id.push(["}","}",Qc,rl-Gc,Qc,Qs-Gc,rl]);break;case Ha:Ml++,du=!du&&Ml===1&&id.length>0&&id[id.length-1][0]==="word"&&id[id.length-1][1]==="url",id.push(["(","(",Qc,rl-Gc,Qc,Qs-Gc,rl]);break;case _o:Ml--,du=du&&Ml>0,id.push([")",")",Qc,rl-Gc,Qc,Qs-Gc,rl]);break;case ro:case vo:Nc=Qu===ro?"'":'"',Qs=rl;do for(lf=!1,Qs=_c.indexOf(Nc,Qs+1),Qs===-1&&vp("quote"),Tp=Qs;_c.charCodeAt(Tp-1)===za;)Tp-=1,lf=!lf;while(lf);id.push(["string",_c.slice(rl,Qs+1),Qc,rl-Gc,Qc,Qs-Gc,rl]),rl=Qs;break;case Du:Mc.lastIndex=rl+1,Mc.test(_c),Mc.lastIndex===0?Qs=_c.length-1:Qs=Mc.lastIndex-2,id.push(["atword",_c.slice(rl,Qs+1),Qc,rl-Gc,Qc,Qs-Gc,rl]),rl=Qs;break;case za:Qs=rl,Qu=_c.charCodeAt(Qs+1),id.push(["word",_c.slice(rl,Qs+1),Qc,rl-Gc,Qc,Qs-Gc,rl]),rl=Qs;break;case xo:case ko:case fa:if(Qs=rl+1,rd=_c.slice(rl+1,Qs+1),_c.slice(rl-1,rl),Qu===ko&&rd.charCodeAt(0)===ko){Qs++,id.push(["word",_c.slice(rl,Qs),Qc,rl-Gc,Qc,Qs-Gc,rl]),rl=Qs-1;break}id.push(["operator",_c.slice(rl,Qs),Qc,rl-Gc,Qc,Qs-Gc,rl]),rl=Qs-1;break;default:if(Qu===fo&&(_c.charCodeAt(rl+1)===fa||Td.loose&&!du&&_c.charCodeAt(rl+1)===fo)){if(_c.charCodeAt(rl+1)===fa)Qs=_c.indexOf("*/",rl+2)+1,Qs===0&&vp("comment");else{let Np=_c.indexOf(`
`,rl+2);Qs=Np!==-1?Np-1:zc}pp=_c.slice(rl,Qs+1),gc=pp.split(`
`),jp=gc.length-1,jp>0?(Zd=Qc+jp,Rf=Qs-gc[jp].length):(Zd=Qc,Rf=Gc),id.push(["comment",pp,Qc,rl-Gc,Zd,Qs-Rf,rl]),Gc=Rf,Qc=Zd,rl=Qs}else if(Qu===cs&&!$u.test(_c.slice(rl+1,rl+2)))Qs=rl+1,id.push(["#",_c.slice(rl,Qs),Qc,rl-Gc,Qc,Qs-Gc,rl]),rl=Qs-1;else if((Qu===Vc||Qu===Lc)&&_c.charCodeAt(rl+1)===xo){Qs=rl+2;do Qs+=1,Qu=_c.charCodeAt(Qs);while(Qs<zc&&gu.test(_c.slice(Qs,Qs+1)));id.push(["unicoderange",_c.slice(rl,Qs),Qc,rl-Gc,Qc,Qs-Gc,rl]),rl=Qs-1}else if(Qu===fo)Qs=rl+1,id.push(["operator",_c.slice(rl,Qs),Qc,rl-Gc,Qc,Qs-Gc,rl]),rl=Qs-1;else{let Np=Lu;if(Qu>=Pc&&Qu<=Bc&&(Np=_u),Np.lastIndex=rl+1,Np.test(_c),Np.lastIndex===0?Qs=_c.length-1:Qs=Np.lastIndex-2,Np===_u||Qu===zn){let Cp=_c.charCodeAt(Qs),n0=_c.charCodeAt(Qs+1),c0=_c.charCodeAt(Qs+2);(Cp===Ku||Cp===pc)&&(n0===ko||n0===xo)&&c0>=Pc&&c0<=Bc&&(_u.lastIndex=Qs+2,_u.test(_c),_u.lastIndex===0?Qs=_c.length-1:Qs=_u.lastIndex-2)}id.push(["word",_c.slice(rl,Qs+1),Qc,rl-Gc,Qc,Qs-Gc,rl]),rl=Qs}break}rl++}return id}}}),zh=ps({"node_modules/flatten/index.js"(Mn,Ia){As(),Ia.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)},[])}}}}),Jm=ps({"node_modules/indexes-of/index.js"(Mn,Ia){As(),Ia.exports=function(xa,Na){for(var Ha=-1,_o=[];(Ha=xa.indexOf(Na,Ha+1))!==-1;)_o.push(Ha);return _o}}}),Op=ps({"node_modules/uniq/uniq.js"(Mn,Ia){As();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))}Ia.exports=Ha}}),Qh=ps({"node_modules/postcss-values-parser/lib/errors/ParserError.js"(Mn,Ia){As();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}};Ia.exports=xa}}),kh=ps({"node_modules/postcss-values-parser/lib/parser.js"(Mn,Ia){As();var xa=od(),Na=kp(),Ha=Ap(),_o=xf(),ro=kf(),vo=pf(),za=Mp(),fo=hm(),zn=If(),Sn=Cc(),ka=Nf(),fa=xp(),ko=mf(),xo=Hh(),cs=zh(),ss=Jm(),No=Op(),Us=Qh();function Ws(al){return al.sort((Du,Ku)=>Du-Ku)}Ia.exports=class{constructor(al,Du){let Ku={loose:!1};this.cache=[],this.input=al,this.options=Object.assign({},Ku,Du),this.position=0,this.unbalanced=0,this.root=new xa;let pc=new Na;this.root.append(pc),this.current=pc,this.tokens=xo(al,this.options)}parse(){return this.loop()}colon(){let al=this.currToken;this.newNode(new _o({value:al[1],source:{start:{line:al[2],column:al[3]},end:{line:al[4],column:al[5]}},sourceIndex:al[6]})),this.position++}comma(){let al=this.currToken;this.newNode(new ro({value:al[1],source:{start:{line:al[2],column:al[3]},end:{line:al[4],column:al[5]}},sourceIndex:al[6]})),this.position++}comment(){let al=!1,Du=this.currToken[1].replace(/\/\*|\*\//g,""),Ku;this.options.loose&&Du.startsWith("//")&&(Du=Du.substring(2),al=!0),Ku=new vo({value:Du,inline:al,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(Ku),this.position++}error(al,Du){throw new Us(al+` at line: ${Du[2]}, column ${Du[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 al=this.currToken[1],Du;if(al==="+"||al==="-"){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 Du=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(Du)}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 al=1,Du=this.position+1,Ku=this.currToken,pc;for(;Du<this.tokens.length&&al;){let Pc=this.tokens[Du];Pc[0]==="("&&al++,Pc[0]===")"&&al--,Du++}if(al&&this.error("Expected closing parenthesis",Ku),pc=this.current.last,pc&&pc.type==="func"&&pc.unbalanced<0&&(pc.unbalanced=0,this.current=pc),this.current.unbalanced++,this.newNode(new Sn({value:Ku[1],source:{start:{line:Ku[2],column:Ku[3]},end:{line:Ku[4],column:Ku[5]}},sourceIndex:Ku[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 Pc=this.nextToken,Bc=this.currToken[1],Vc={line:this.currToken[2],column:this.currToken[3]};for(;Pc&&Pc[0]!==")"&&this.current.unbalanced;)this.position++,Bc+=this.currToken[1],Pc=this.nextToken;this.position!==this.tokens.length-1&&(this.position++,this.newNode(new fa({value:Bc,source:{start:Vc,end:{line:this.currToken[4],column:this.currToken[5]}},sourceIndex:this.currToken[6]})))}}parenClose(){let al=this.currToken;this.newNode(new Sn({value:al[1],source:{start:{line:al[2],column:al[3]},end:{line:al[4],column:al[5]}},sourceIndex:al[6]})),this.position++,!(this.position>=this.tokens.length-1&&!this.current.unbalanced)&&(this.current.unbalanced--,this.current.unbalanced<0&&this.error("Expected opening parenthesis",al),!this.current.unbalanced&&this.cache.length&&(this.current=this.cache.pop()))}space(){let al=this.currToken;this.position===this.tokens.length-1||this.nextToken[0]===","||this.nextToken[0]===")"?(this.current.last.raws.after+=al[1],this.position++):(this.spaces=al[1],this.position++)}unicodeRange(){let al=this.currToken;this.newNode(new ko({value:al[1],source:{start:{line:al[2],column:al[3]},end:{line:al[4],column:al[5]}},sourceIndex:al[6]})),this.position++}splitWord(){let al=this.nextToken,Du=this.currToken[1],Ku=/^[\+\-]?((\d+(\.\d*)?)|(\.\d+))([eE][\+\-]?\d+)?/,pc=/^(?!\#([a-z0-9]+))[\#\{\}]/gi,Pc,Bc;if(!pc.test(Du))for(;al&&al[0]==="word";){this.position++;let Vc=this.currToken[1];Du+=Vc,al=this.nextToken}Pc=ss(Du,"@"),Bc=Ws(No(cs([[0],Pc]))),Bc.forEach((Vc,Lc)=>{let Mc=Bc[Lc+1]||Du.length,Lu=Du.slice(Vc,Mc),_u;if(~Pc.indexOf(Vc))_u=new Ha({value:Lu.slice(1),source:{start:{line:this.currToken[2],column:this.currToken[3]+Vc},end:{line:this.currToken[4],column:this.currToken[3]+(Mc-1)}},sourceIndex:this.currToken[6]+Bc[Lc]});else if(Ku.test(this.currToken[1])){let $u=Lu.replace(Ku,"");_u=new fo({value:Lu.replace($u,""),source:{start:{line:this.currToken[2],column:this.currToken[3]+Vc},end:{line:this.currToken[4],column:this.currToken[3]+(Mc-1)}},sourceIndex:this.currToken[6]+Bc[Lc],unit:$u})}else _u=new(al&&al[0]==="("?za:fa)({value:Lu,source:{start:{line:this.currToken[2],column:this.currToken[3]+Vc},end:{line:this.currToken[4],column:this.currToken[3]+(Mc-1)}},sourceIndex:this.currToken[6]+Bc[Lc]}),_u.type==="word"?(_u.isHex=/^#(.+)/.test(Lu),_u.isColor=/^#([0-9a-f]{3}|[0-9a-f]{4}|[0-9a-f]{6}|[0-9a-f]{8})$/i.test(Lu)):this.cache.push(this.current);this.newNode(_u)}),this.position++}string(){let al=this.currToken,Du=this.currToken[1],Ku=/^(\"|\')/,pc=Ku.test(Du),Pc="",Bc;pc&&(Pc=Du.match(Ku)[0],Du=Du.slice(1,Du.length-1)),Bc=new ka({value:Du,source:{start:{line:al[2],column:al[3]},end:{line:al[4],column:al[5]}},sourceIndex:al[6],quoted:pc}),Bc.raws.quote=Pc,this.newNode(Bc),this.position++}word(){return this.splitWord()}newNode(al){return this.spaces&&(al.raws.before+=this.spaces,this.spaces=""),this.current.append(al)}get currToken(){return this.tokens[this.position]}get nextToken(){return this.tokens[this.position+1]}get prevToken(){return this.tokens[this.position-1]}}}}),lm=ps({"node_modules/postcss-values-parser/lib/index.js"(Mn,Ia){As();var xa=kh(),Na=Ap(),Ha=xf(),_o=kf(),ro=pf(),vo=Mp(),za=hm(),fo=If(),zn=Cc(),Sn=Nf(),ka=mf(),fa=kp(),ko=xp(),xo=function(cs,ss){return new xa(cs,ss)};xo.atword=function(cs){return new Na(cs)},xo.colon=function(cs){return new Ha(Object.assign({value:":"},cs))},xo.comma=function(cs){return new _o(Object.assign({value:","},cs))},xo.comment=function(cs){return new ro(cs)},xo.func=function(cs){return new vo(cs)},xo.number=function(cs){return new za(cs)},xo.operator=function(cs){return new fo(cs)},xo.paren=function(cs){return new zn(Object.assign({value:"("},cs))},xo.string=function(cs){return new Sn(Object.assign({quote:"'"},cs))},xo.value=function(cs){return new fa(cs)},xo.word=function(cs){return new ko(cs)},xo.unicodeRange=function(cs){return new ka(cs)},Ia.exports=xo}}),Js=ps({"node_modules/postcss-selector-parser/dist/selectors/node.js"(Mn,Ia){As(),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],ka=typeof Sn>"u"?"undefined":xa(Sn);zn==="parent"&&ka==="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,ka=fo.after,fa=ka===void 0?"":ka;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,Ia.exports=Mn.default}}),cu=ps({"node_modules/postcss-selector-parser/dist/selectors/types.js"(Mn){As(),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"}}),jl=ps({"node_modules/postcss-selector-parser/dist/selectors/container.js"(Mn,Ia){As(),Mn.__esModule=!0;var xa=function(){function fa(ko,xo){for(var cs=0;cs<xo.length;cs++){var ss=xo[cs];ss.enumerable=ss.enumerable||!1,ss.configurable=!0,"value"in ss&&(ss.writable=!0),Object.defineProperty(ko,ss.key,ss)}}return function(ko,xo,cs){return xo&&fa(ko.prototype,xo),cs&&fa(ko,cs),ko}}(),Na=Js(),Ha=za(Na),_o=cu(),ro=vo(_o);function vo(fa){if(fa&&fa.__esModule)return fa;var ko={};if(fa!=null)for(var xo in fa)Object.prototype.hasOwnProperty.call(fa,xo)&&(ko[xo]=fa[xo]);return ko.default=fa,ko}function za(fa){return fa&&fa.__esModule?fa:{default:fa}}function fo(fa,ko){if(!(fa instanceof ko))throw new TypeError("Cannot call a class as a function")}function zn(fa,ko){if(!fa)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return ko&&(typeof ko=="object"||typeof ko=="function")?ko:fa}function Sn(fa,ko){if(typeof ko!="function"&&ko!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof ko);fa.prototype=Object.create(ko&&ko.prototype,{constructor:{value:fa,enumerable:!1,writable:!0,configurable:!0}}),ko&&(Object.setPrototypeOf?Object.setPrototypeOf(fa,ko):fa.__proto__=ko)}var ka=function(fa){Sn(ko,fa);function ko(xo){fo(this,ko);var cs=zn(this,fa.call(this,xo));return cs.nodes||(cs.nodes=[]),cs}return ko.prototype.append=function(xo){return xo.parent=this,this.nodes.push(xo),this},ko.prototype.prepend=function(xo){return xo.parent=this,this.nodes.unshift(xo),this},ko.prototype.at=function(xo){return this.nodes[xo]},ko.prototype.index=function(xo){return typeof xo=="number"?xo:this.nodes.indexOf(xo)},ko.prototype.removeChild=function(xo){xo=this.index(xo),this.at(xo).parent=void 0,this.nodes.splice(xo,1);var cs=void 0;for(var ss in this.indexes)cs=this.indexes[ss],cs>=xo&&(this.indexes[ss]=cs-1);return this},ko.prototype.removeAll=function(){for(var ss=this.nodes,xo=Array.isArray(ss),cs=0,ss=xo?ss:ss[Symbol.iterator]();;){var No;if(xo){if(cs>=ss.length)break;No=ss[cs++]}else{if(cs=ss.next(),cs.done)break;No=cs.value}var Us=No;Us.parent=void 0}return this.nodes=[],this},ko.prototype.empty=function(){return this.removeAll()},ko.prototype.insertAfter=function(xo,cs){var ss=this.index(xo);this.nodes.splice(ss+1,0,cs);var No=void 0;for(var Us in this.indexes)No=this.indexes[Us],ss<=No&&(this.indexes[Us]=No+this.nodes.length);return this},ko.prototype.insertBefore=function(xo,cs){var ss=this.index(xo);this.nodes.splice(ss,0,cs);var No=void 0;for(var Us in this.indexes)No=this.indexes[Us],ss<=No&&(this.indexes[Us]=No+this.nodes.length);return this},ko.prototype.each=function(xo){this.lastEach||(this.lastEach=0),this.indexes||(this.indexes={}),this.lastEach++;var cs=this.lastEach;if(this.indexes[cs]=0,!!this.length){for(var ss=void 0,No=void 0;this.indexes[cs]<this.length&&(ss=this.indexes[cs],No=xo(this.at(ss),ss),No!==!1);)this.indexes[cs]+=1;if(delete this.indexes[cs],No===!1)return!1}},ko.prototype.walk=function(xo){return this.each(function(cs,ss){var No=xo(cs,ss);if(No!==!1&&cs.length&&(No=cs.walk(xo)),No===!1)return!1})},ko.prototype.walkAttributes=function(xo){var cs=this;return this.walk(function(ss){if(ss.type===ro.ATTRIBUTE)return xo.call(cs,ss)})},ko.prototype.walkClasses=function(xo){var cs=this;return this.walk(function(ss){if(ss.type===ro.CLASS)return xo.call(cs,ss)})},ko.prototype.walkCombinators=function(xo){var cs=this;return this.walk(function(ss){if(ss.type===ro.COMBINATOR)return xo.call(cs,ss)})},ko.prototype.walkComments=function(xo){var cs=this;return this.walk(function(ss){if(ss.type===ro.COMMENT)return xo.call(cs,ss)})},ko.prototype.walkIds=function(xo){var cs=this;return this.walk(function(ss){if(ss.type===ro.ID)return xo.call(cs,ss)})},ko.prototype.walkNesting=function(xo){var cs=this;return this.walk(function(ss){if(ss.type===ro.NESTING)return xo.call(cs,ss)})},ko.prototype.walkPseudos=function(xo){var cs=this;return this.walk(function(ss){if(ss.type===ro.PSEUDO)return xo.call(cs,ss)})},ko.prototype.walkTags=function(xo){var cs=this;return this.walk(function(ss){if(ss.type===ro.TAG)return xo.call(cs,ss)})},ko.prototype.walkUniversals=function(xo){var cs=this;return this.walk(function(ss){if(ss.type===ro.UNIVERSAL)return xo.call(cs,ss)})},ko.prototype.split=function(xo){var cs=this,ss=[];return this.reduce(function(No,Us,Ws){var al=xo.call(cs,Us);return ss.push(Us),al?(No.push(ss),ss=[]):Ws===cs.length-1&&No.push(ss),No},[])},ko.prototype.map=function(xo){return this.nodes.map(xo)},ko.prototype.reduce=function(xo,cs){return this.nodes.reduce(xo,cs)},ko.prototype.every=function(xo){return this.nodes.every(xo)},ko.prototype.some=function(xo){return this.nodes.some(xo)},ko.prototype.filter=function(xo){return this.nodes.filter(xo)},ko.prototype.sort=function(xo){return this.nodes.sort(xo)},ko.prototype.toString=function(){return this.map(String).join("")},xa(ko,[{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}}]),ko}(Ha.default);Mn.default=ka,Ia.exports=Mn.default}}),bc=ps({"node_modules/postcss-selector-parser/dist/selectors/root.js"(Mn,Ia){As(),Mn.__esModule=!0;var xa=jl(),Na=_o(xa),Ha=cu();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(ka){ro(this,Sn);var fa=vo(this,zn.call(this,ka));return fa.type=Ha.ROOT,fa}return Sn.prototype.toString=function(){var ka=this.reduce(function(fa,ko){var xo=String(ko);return xo?fa+xo+",":""},"").slice(0,-1);return this.trailingComma?ka+",":ka},Sn}(Na.default);Mn.default=fo,Ia.exports=Mn.default}}),wc=ps({"node_modules/postcss-selector-parser/dist/selectors/selector.js"(Mn,Ia){As(),Mn.__esModule=!0;var xa=jl(),Na=_o(xa),Ha=cu();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(ka){ro(this,Sn);var fa=vo(this,zn.call(this,ka));return fa.type=Ha.SELECTOR,fa}return Sn}(Na.default);Mn.default=fo,Ia.exports=Mn.default}}),Ad=ps({"node_modules/postcss-selector-parser/dist/selectors/namespace.js"(Mn,Ia){As(),Mn.__esModule=!0;var xa=function(){function zn(Sn,ka){for(var fa=0;fa<ka.length;fa++){var ko=ka[fa];ko.enumerable=ko.enumerable||!1,ko.configurable=!0,"value"in ko&&(ko.writable=!0),Object.defineProperty(Sn,ko.key,ko)}}return function(Sn,ka,fa){return ka&&zn(Sn.prototype,ka),fa&&zn(Sn,fa),Sn}}(),Na=Js(),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 ka=this.namespace;return ka?(typeof ka=="string"?ka:"")+"|":""}}]),Sn}(Ha.default);Mn.default=fo,Ia.exports=Mn.default}}),Ep=ps({"node_modules/postcss-selector-parser/dist/selectors/className.js"(Mn,Ia){As(),Mn.__esModule=!0;var xa=Ad(),Na=_o(xa),Ha=cu();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(ka){ro(this,Sn);var fa=vo(this,zn.call(this,ka));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,Ia.exports=Mn.default}}),Wd=ps({"node_modules/postcss-selector-parser/dist/selectors/comment.js"(Mn,Ia){As(),Mn.__esModule=!0;var xa=Js(),Na=_o(xa),Ha=cu();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(ka){ro(this,Sn);var fa=vo(this,zn.call(this,ka));return fa.type=Ha.COMMENT,fa}return Sn}(Na.default);Mn.default=fo,Ia.exports=Mn.default}}),Zm=ps({"node_modules/postcss-selector-parser/dist/selectors/id.js"(Mn,Ia){As(),Mn.__esModule=!0;var xa=Ad(),Na=_o(xa),Ha=cu();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(ka){ro(this,Sn);var fa=vo(this,zn.call(this,ka));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,Ia.exports=Mn.default}}),Jh=ps({"node_modules/postcss-selector-parser/dist/selectors/tag.js"(Mn,Ia){As(),Mn.__esModule=!0;var xa=Ad(),Na=_o(xa),Ha=cu();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(ka){ro(this,Sn);var fa=vo(this,zn.call(this,ka));return fa.type=Ha.TAG,fa}return Sn}(Na.default);Mn.default=fo,Ia.exports=Mn.default}}),yf=ps({"node_modules/postcss-selector-parser/dist/selectors/string.js"(Mn,Ia){As(),Mn.__esModule=!0;var xa=Js(),Na=_o(xa),Ha=cu();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(ka){ro(this,Sn);var fa=vo(this,zn.call(this,ka));return fa.type=Ha.STRING,fa}return Sn}(Na.default);Mn.default=fo,Ia.exports=Mn.default}}),Ff=ps({"node_modules/postcss-selector-parser/dist/selectors/pseudo.js"(Mn,Ia){As(),Mn.__esModule=!0;var xa=jl(),Na=_o(xa),Ha=cu();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(ka){ro(this,Sn);var fa=vo(this,zn.call(this,ka));return fa.type=Ha.PSEUDO,fa}return Sn.prototype.toString=function(){var ka=this.length?"("+this.map(String).join(",")+")":"";return[this.spaces.before,String(this.value),ka,this.spaces.after].join("")},Sn}(Na.default);Mn.default=fo,Ia.exports=Mn.default}}),wm=ps({"node_modules/postcss-selector-parser/dist/selectors/attribute.js"(Mn,Ia){As(),Mn.__esModule=!0;var xa=Ad(),Na=_o(xa),Ha=cu();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(ka){ro(this,Sn);var fa=vo(this,zn.call(this,ka));return fa.type=Ha.ATTRIBUTE,fa.raws={},fa}return Sn.prototype.toString=function(){var ka=[this.spaces.before,"[",this.ns,this.attribute];return this.operator&&ka.push(this.operator),this.value&&ka.push(this.value),this.raws.insensitive?ka.push(this.raws.insensitive):this.insensitive&&ka.push(" i"),ka.push("]"),ka.concat(this.spaces.after).join("")},Sn}(Na.default);Mn.default=fo,Ia.exports=Mn.default}}),Ef=ps({"node_modules/postcss-selector-parser/dist/selectors/universal.js"(Mn,Ia){As(),Mn.__esModule=!0;var xa=Ad(),Na=_o(xa),Ha=cu();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(ka){ro(this,Sn);var fa=vo(this,zn.call(this,ka));return fa.type=Ha.UNIVERSAL,fa.value="*",fa}return Sn}(Na.default);Mn.default=fo,Ia.exports=Mn.default}}),Xf=ps({"node_modules/postcss-selector-parser/dist/selectors/combinator.js"(Mn,Ia){As(),Mn.__esModule=!0;var xa=Js(),Na=_o(xa),Ha=cu();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(ka){ro(this,Sn);var fa=vo(this,zn.call(this,ka));return fa.type=Ha.COMBINATOR,fa}return Sn}(Na.default);Mn.default=fo,Ia.exports=Mn.default}}),jm=ps({"node_modules/postcss-selector-parser/dist/selectors/nesting.js"(Mn,Ia){As(),Mn.__esModule=!0;var xa=Js(),Na=_o(xa),Ha=cu();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(ka){ro(this,Sn);var fa=vo(this,zn.call(this,ka));return fa.type=Ha.NESTING,fa.value="&",fa}return Sn}(Na.default);Mn.default=fo,Ia.exports=Mn.default}}),Od=ps({"node_modules/postcss-selector-parser/dist/sortAscending.js"(Mn,Ia){As(),Mn.__esModule=!0,Mn.default=xa;function xa(Na){return Na.sort(function(Ha,_o){return Ha-_o})}Ia.exports=Mn.default}}),Zh=ps({"node_modules/postcss-selector-parser/dist/tokenize.js"(Mn,Ia){As(),Mn.__esModule=!0,Mn.default=Vc;var xa=39,Na=34,Ha=92,_o=47,ro=10,vo=32,za=12,fo=9,zn=13,Sn=43,ka=62,fa=126,ko=124,xo=44,cs=40,ss=41,No=91,Us=93,Ws=59,al=42,Du=58,Ku=38,pc=64,Pc=/[ \n\t\r\{\(\)'"\\;/]/g,Bc=/[ \n\t\r\(\)\*:;@!&'"\+\|~>,\[\]\\]|\/(?=\*)/g;function Vc(Lc){for(var Mc=[],Lu=Lc.css.valueOf(),_u=void 0,$u=void 0,gu=void 0,_p=void 0,Md=void 0,Kd=void 0,Td=void 0,id=void 0,_c=void 0,zc=void 0,Gc=void 0,Qc=Lu.length,rl=-1,Ml=1,du=0,Qu=function(Qs,Nc){if(Lc.safe)Lu+=Nc,$u=Lu.length-1;else throw Lc.error("Unclosed "+Qs,Ml,du-rl,du)};du<Qc;){switch(_u=Lu.charCodeAt(du),_u===ro&&(rl=du,Ml+=1),_u){case ro:case vo:case fo:case zn:case za:$u=du;do $u+=1,_u=Lu.charCodeAt($u),_u===ro&&(rl=$u,Ml+=1);while(_u===vo||_u===ro||_u===fo||_u===zn||_u===za);Mc.push(["space",Lu.slice(du,$u),Ml,du-rl,du]),du=$u-1;break;case Sn:case ka:case fa:case ko:$u=du;do $u+=1,_u=Lu.charCodeAt($u);while(_u===Sn||_u===ka||_u===fa||_u===ko);Mc.push(["combinator",Lu.slice(du,$u),Ml,du-rl,du]),du=$u-1;break;case al:Mc.push(["*","*",Ml,du-rl,du]);break;case Ku:Mc.push(["&","&",Ml,du-rl,du]);break;case xo:Mc.push([",",",",Ml,du-rl,du]);break;case No:Mc.push(["[","[",Ml,du-rl,du]);break;case Us:Mc.push(["]","]",Ml,du-rl,du]);break;case Du:Mc.push([":",":",Ml,du-rl,du]);break;case Ws:Mc.push([";",";",Ml,du-rl,du]);break;case cs:Mc.push(["(","(",Ml,du-rl,du]);break;case ss:Mc.push([")",")",Ml,du-rl,du]);break;case xa:case Na:gu=_u===xa?"'":'"',$u=du;do for(zc=!1,$u=Lu.indexOf(gu,$u+1),$u===-1&&Qu("quote",gu),Gc=$u;Lu.charCodeAt(Gc-1)===Ha;)Gc-=1,zc=!zc;while(zc);Mc.push(["string",Lu.slice(du,$u+1),Ml,du-rl,Ml,$u-rl,du]),du=$u;break;case pc:Pc.lastIndex=du+1,Pc.test(Lu),Pc.lastIndex===0?$u=Lu.length-1:$u=Pc.lastIndex-2,Mc.push(["at-word",Lu.slice(du,$u+1),Ml,du-rl,Ml,$u-rl,du]),du=$u;break;case Ha:for($u=du,Td=!0;Lu.charCodeAt($u+1)===Ha;)$u+=1,Td=!Td;_u=Lu.charCodeAt($u+1),Td&&_u!==_o&&_u!==vo&&_u!==ro&&_u!==fo&&_u!==zn&&_u!==za&&($u+=1),Mc.push(["word",Lu.slice(du,$u+1),Ml,du-rl,Ml,$u-rl,du]),du=$u;break;default:_u===_o&&Lu.charCodeAt(du+1)===al?($u=Lu.indexOf("*/",du+2)+1,$u===0&&Qu("comment","*/"),Kd=Lu.slice(du,$u+1),_p=Kd.split(`
`),Md=_p.length-1,Md>0?(id=Ml+Md,_c=$u-_p[Md].length):(id=Ml,_c=rl),Mc.push(["comment",Kd,Ml,du-rl,id,$u-_c,du]),rl=_c,Ml=id,du=$u):(Bc.lastIndex=du+1,Bc.test(Lu),Bc.lastIndex===0?$u=Lu.length-1:$u=Bc.lastIndex-2,Mc.push(["word",Lu.slice(du,$u+1),Ml,du-rl,Ml,$u-rl,du]),du=$u);break}du++}return Mc}Ia.exports=Mn.default}}),kd=ps({"node_modules/postcss-selector-parser/dist/parser.js"(Mn,Ia){As(),Mn.__esModule=!0;var xa=function(){function rl(Ml,du){for(var Qu=0;Qu<du.length;Qu++){var Qs=du[Qu];Qs.enumerable=Qs.enumerable||!1,Qs.configurable=!0,"value"in Qs&&(Qs.writable=!0),Object.defineProperty(Ml,Qs.key,Qs)}}return function(Ml,du,Qu){return du&&rl(Ml.prototype,du),Qu&&rl(Ml,Qu),Ml}}(),Na=zh(),Ha=zc(Na),_o=Jm(),ro=zc(_o),vo=Op(),za=zc(vo),fo=bc(),zn=zc(fo),Sn=wc(),ka=zc(Sn),fa=Ep(),ko=zc(fa),xo=Wd(),cs=zc(xo),ss=Zm(),No=zc(ss),Us=Jh(),Ws=zc(Us),al=yf(),Du=zc(al),Ku=Ff(),pc=zc(Ku),Pc=wm(),Bc=zc(Pc),Vc=Ef(),Lc=zc(Vc),Mc=Xf(),Lu=zc(Mc),_u=jm(),$u=zc(_u),gu=Od(),_p=zc(gu),Md=Zh(),Kd=zc(Md),Td=cu(),id=_c(Td);function _c(rl){if(rl&&rl.__esModule)return rl;var Ml={};if(rl!=null)for(var du in rl)Object.prototype.hasOwnProperty.call(rl,du)&&(Ml[du]=rl[du]);return Ml.default=rl,Ml}function zc(rl){return rl&&rl.__esModule?rl:{default:rl}}function Gc(rl,Ml){if(!(rl instanceof Ml))throw new TypeError("Cannot call a class as a function")}var Qc=function(){function rl(Ml){Gc(this,rl),this.input=Ml,this.lossy=Ml.options.lossless===!1,this.position=0,this.root=new zn.default;var du=new ka.default;return this.root.append(du),this.current=du,this.lossy?this.tokens=(0,Kd.default)({safe:Ml.safe,css:Ml.css.trim()}):this.tokens=(0,Kd.default)(Ml),this.loop()}return rl.prototype.attribute=function(){var Ml="",du=void 0,Qu=this.currToken;for(this.position++;this.position<this.tokens.length&&this.currToken[0]!=="]";)Ml+=this.tokens[this.position][1],this.position++;this.position===this.tokens.length&&!~Ml.indexOf("]")&&this.error("Expected a closing square bracket.");var Qs=Ml.split(/((?:[*~^$|]?=))([^]*)/),Nc=Qs[0].split(/(\|)/g),gc={operator:Qs[1],value:Qs[2],source:{start:{line:Qu[2],column:Qu[3]},end:{line:this.currToken[2],column:this.currToken[3]}},sourceIndex:Qu[4]};if(Nc.length>1?(Nc[0]===""&&(Nc[0]=!0),gc.attribute=this.parseValue(Nc[2]),gc.namespace=this.parseNamespace(Nc[0])):gc.attribute=this.parseValue(Qs[0]),du=new Bc.default(gc),Qs[2]){var jp=Qs[2].split(/(\s+i\s*?)$/),pp=jp[0].trim();du.value=this.lossy?pp:jp[0],jp[1]&&(du.insensitive=!0,this.lossy||(du.raws.insensitive=jp[1])),du.quoted=pp[0]==="'"||pp[0]==='"',du.raws.unquoted=du.quoted?pp.slice(1,-1):pp}this.newNode(du),this.position++},rl.prototype.combinator=function(){if(this.currToken[1]==="|")return this.namespace();for(var Ml=new Lu.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"?(Ml.spaces.before=this.parseSpace(this.currToken[1]),Ml.source.start.line=this.nextToken[2],Ml.source.start.column=this.nextToken[3],Ml.source.end.column=this.nextToken[3],Ml.source.end.line=this.nextToken[2],Ml.sourceIndex=this.nextToken[4]):this.prevToken&&this.prevToken[0]==="combinator"?Ml.spaces.after=this.parseSpace(this.currToken[1]):this.currToken[0]==="combinator"?Ml.value=this.currToken[1]:this.currToken[0]==="space"&&(Ml.value=this.parseSpace(this.currToken[1]," ")),this.position++;return this.newNode(Ml)},rl.prototype.comma=function(){if(this.position===this.tokens.length-1){this.root.trailingComma=!0,this.position++;return}var Ml=new ka.default;this.current.parent.append(Ml),this.current=Ml,this.position++},rl.prototype.comment=function(){var Ml=new cs.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(Ml),this.position++},rl.prototype.error=function(Ml){throw new this.input.error(Ml)},rl.prototype.missingBackslash=function(){return this.error("Expected a backslash preceding the semicolon.")},rl.prototype.missingParenthesis=function(){return this.error("Expected opening parenthesis.")},rl.prototype.missingSquareBracket=function(){return this.error("Expected opening square bracket.")},rl.prototype.namespace=function(){var Ml=this.prevToken&&this.prevToken[1]||!0;if(this.nextToken[0]==="word")return this.position++,this.word(Ml);if(this.nextToken[0]==="*")return this.position++,this.universal(Ml)},rl.prototype.nesting=function(){this.newNode(new $u.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++},rl.prototype.parentheses=function(){var Ml=this.current.last;if(Ml&&Ml.type===id.PSEUDO){var du=new ka.default,Qu=this.current;Ml.append(du),this.current=du;var Qs=1;for(this.position++;this.position<this.tokens.length&&Qs;)this.currToken[0]==="("&&Qs++,this.currToken[0]===")"&&Qs--,Qs?this.parse():(du.parent.source.end.line=this.currToken[2],du.parent.source.end.column=this.currToken[3],this.position++);Qs&&this.error("Expected closing parenthesis."),this.current=Qu}else{var Nc=1;for(this.position++,Ml.value+="(";this.position<this.tokens.length&&Nc;)this.currToken[0]==="("&&Nc++,this.currToken[0]===")"&&Nc--,Ml.value+=this.parseParenthesisToken(this.currToken),this.position++;Nc&&this.error("Expected closing parenthesis.")}},rl.prototype.pseudo=function(){for(var Ml=this,du="",Qu=this.currToken;this.currToken&&this.currToken[0]===":";)du+=this.currToken[1],this.position++;if(!this.currToken)return this.error("Expected pseudo-class or pseudo-element");if(this.currToken[0]==="word"){var Qs=void 0;this.splitWord(!1,function(Nc,gc){du+=Nc,Qs=new pc.default({value:du,source:{start:{line:Qu[2],column:Qu[3]},end:{line:Ml.currToken[4],column:Ml.currToken[5]}},sourceIndex:Qu[4]}),Ml.newNode(Qs),gc>1&&Ml.nextToken&&Ml.nextToken[0]==="("&&Ml.error("Misplaced parenthesis.")})}else this.error('Unexpected "'+this.currToken[0]+'" found.')},rl.prototype.space=function(){var Ml=this.currToken;this.position===0||this.prevToken[0]===","||this.prevToken[0]==="("?(this.spaces=this.parseSpace(Ml[1]),this.position++):this.position===this.tokens.length-1||this.nextToken[0]===","||this.nextToken[0]===")"?(this.current.last.spaces.after=this.parseSpace(Ml[1]),this.position++):this.combinator()},rl.prototype.string=function(){var Ml=this.currToken;this.newNode(new Du.default({value:this.currToken[1],source:{start:{line:Ml[2],column:Ml[3]},end:{line:Ml[4],column:Ml[5]}},sourceIndex:Ml[6]})),this.position++},rl.prototype.universal=function(Ml){var du=this.nextToken;if(du&&du[1]==="|")return this.position++,this.namespace();this.newNode(new Lc.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]}),Ml),this.position++},rl.prototype.splitWord=function(Ml,du){for(var Qu=this,Qs=this.nextToken,Nc=this.currToken[1];Qs&&Qs[0]==="word";){this.position++;var gc=this.currToken[1];if(Nc+=gc,gc.lastIndexOf("\\")===gc.length-1){var jp=this.nextToken;jp&&jp[0]==="space"&&(Nc+=this.parseSpace(jp[1]," "),this.position++)}Qs=this.nextToken}var pp=(0,ro.default)(Nc,"."),Zd=(0,ro.default)(Nc,"#"),Rf=(0,ro.default)(Nc,"#{");Rf.length&&(Zd=Zd.filter(function(Tp){return!~Rf.indexOf(Tp)}));var lf=(0,_p.default)((0,za.default)((0,Ha.default)([[0],pp,Zd])));lf.forEach(function(Tp,rd){var vp=lf[rd+1]||Nc.length,Np=Nc.slice(Tp,vp);if(rd===0&&du)return du.call(Qu,Np,lf.length);var Cp=void 0;~pp.indexOf(Tp)?Cp=new ko.default({value:Np.slice(1),source:{start:{line:Qu.currToken[2],column:Qu.currToken[3]+Tp},end:{line:Qu.currToken[4],column:Qu.currToken[3]+(vp-1)}},sourceIndex:Qu.currToken[6]+lf[rd]}):~Zd.indexOf(Tp)?Cp=new No.default({value:Np.slice(1),source:{start:{line:Qu.currToken[2],column:Qu.currToken[3]+Tp},end:{line:Qu.currToken[4],column:Qu.currToken[3]+(vp-1)}},sourceIndex:Qu.currToken[6]+lf[rd]}):Cp=new Ws.default({value:Np,source:{start:{line:Qu.currToken[2],column:Qu.currToken[3]+Tp},end:{line:Qu.currToken[4],column:Qu.currToken[3]+(vp-1)}},sourceIndex:Qu.currToken[6]+lf[rd]}),Qu.newNode(Cp,Ml)}),this.position++},rl.prototype.word=function(Ml){var du=this.nextToken;return du&&du[1]==="|"?(this.position++,this.namespace()):this.splitWord(Ml)},rl.prototype.loop=function(){for(;this.position<this.tokens.length;)this.parse(!0);return this.root},rl.prototype.parse=function(Ml){switch(this.currToken[0]){case"space":this.space();break;case"comment":this.comment();break;case"(":this.parentheses();break;case")":Ml&&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}},rl.prototype.parseNamespace=function(Ml){if(this.lossy&&typeof Ml=="string"){var du=Ml.trim();return du.length?du:!0}return Ml},rl.prototype.parseSpace=function(Ml,du){return this.lossy?du||"":Ml},rl.prototype.parseValue=function(Ml){return this.lossy&&Ml&&typeof Ml=="string"?Ml.trim():Ml},rl.prototype.parseParenthesisToken=function(Ml){return this.lossy?Ml[0]==="space"?this.parseSpace(Ml[1]," "):this.parseValue(Ml[1]):Ml[1]},rl.prototype.newNode=function(Ml,du){return du&&(Ml.namespace=this.parseNamespace(du)),this.spaces&&(Ml.spaces.before=this.spaces,this.spaces=""),this.current.append(Ml)},xa(rl,[{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]}}]),rl}();Mn.default=Qc,Ia.exports=Mn.default}}),Xp=ps({"node_modules/postcss-selector-parser/dist/processor.js"(Mn,Ia){As(),Mn.__esModule=!0;var xa=function(){function za(fo,zn){for(var Sn=0;Sn<zn.length;Sn++){var ka=zn[Sn];ka.enumerable=ka.enumerable||!1,ka.configurable=!0,"value"in ka&&(ka.writable=!0),Object.defineProperty(fo,ka.key,ka)}}return function(fo,zn,Sn){return zn&&za(fo.prototype,zn),Sn&&za(fo,Sn),fo}}(),Na=kd(),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(ka){throw new Error(ka)},options:zn});return this.res=Sn,this.func(Sn),this},xa(za,[{key:"result",get:function(){return String(this.res)}}]),za}();Mn.default=vo,Ia.exports=Mn.default}}),Fm=ps({"node_modules/postcss-selector-parser/dist/index.js"(Mn,Ia){As(),Mn.__esModule=!0;var xa=Xp(),Na=_u(xa),Ha=wm(),_o=_u(Ha),ro=Ep(),vo=_u(ro),za=Xf(),fo=_u(za),zn=Wd(),Sn=_u(zn),ka=Zm(),fa=_u(ka),ko=jm(),xo=_u(ko),cs=Ff(),ss=_u(cs),No=bc(),Us=_u(No),Ws=wc(),al=_u(Ws),Du=yf(),Ku=_u(Du),pc=Jh(),Pc=_u(pc),Bc=Ef(),Vc=_u(Bc),Lc=cu(),Mc=Lu(Lc);function Lu(gu){if(gu&&gu.__esModule)return gu;var _p={};if(gu!=null)for(var Md in gu)Object.prototype.hasOwnProperty.call(gu,Md)&&(_p[Md]=gu[Md]);return _p.default=gu,_p}function _u(gu){return gu&&gu.__esModule?gu:{default:gu}}var $u=function(gu){return new Na.default(gu)};$u.attribute=function(gu){return new _o.default(gu)},$u.className=function(gu){return new vo.default(gu)},$u.combinator=function(gu){return new fo.default(gu)},$u.comment=function(gu){return new Sn.default(gu)},$u.id=function(gu){return new fa.default(gu)},$u.nesting=function(gu){return new xo.default(gu)},$u.pseudo=function(gu){return new ss.default(gu)},$u.root=function(gu){return new Us.default(gu)},$u.selector=function(gu){return new al.default(gu)},$u.string=function(gu){return new Ku.default(gu)},$u.tag=function(gu){return new Pc.default(gu)},$u.universal=function(gu){return new Vc.default(gu)},Object.keys(Mc).forEach(function(gu){gu!=="__esModule"&&($u[gu]=Mc[gu])}),Mn.default=$u,Ia.exports=Mn.default}}),Pp=ps({"node_modules/postcss-media-query-parser/dist/nodes/Node.js"(Mn){As(),Object.defineProperty(Mn,"__esModule",{value:!0});function Ia(xa){this.after=xa.after,this.before=xa.before,this.type=xa.type,this.value=xa.value,this.sourceIndex=xa.sourceIndex}Mn.default=Ia}}),um=ps({"node_modules/postcss-media-query-parser/dist/nodes/Container.js"(Mn){As(),Object.defineProperty(Mn,"__esModule",{value:!0});var Ia=Pp(),xa=Na(Ia);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],ka=vo?fo.test(Sn.type):!0;if(ka&&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}}),Uf=ps({"node_modules/postcss-media-query-parser/dist/parsers.js"(Mn){As(),Object.defineProperty(Mn,"__esModule",{value:!0}),Mn.parseMediaFeature=ro,Mn.parseMediaQuery=vo,Mn.parseMediaList=za;var Ia=Pp(),xa=_o(Ia),Na=um(),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}],ka=[],fa=0,ko="",xo=null,cs=null,ss=zn,No=fo;fo[0]==="("&&fo[fo.length-1]===")"&&(No=fo.substring(1,fo.length-1),ss++);for(var Us=0;Us<No.length;Us++){var Ws=No[Us];if((Ws==="'"||Ws==='"')&&(Sn[fa].isCalculationEnabled===!0?(Sn.push({mode:"string",isCalculationEnabled:!1,character:Ws}),fa++):Sn[fa].mode==="string"&&Sn[fa].character===Ws&&No[Us-1]!=="\\"&&(Sn.pop(),fa--)),Ws==="{"?(Sn.push({mode:"interpolation",isCalculationEnabled:!0}),fa++):Ws==="}"&&(Sn.pop(),fa--),Sn[fa].mode==="normal"&&Ws===":"){var al=No.substring(Us+1);cs={type:"value",before:/^(\s*)/.exec(al)[1],after:/(\s*)$/.exec(al)[1],value:al.trim()},cs.sourceIndex=cs.before.length+Us+1+ss,xo={type:"colon",sourceIndex:Us+ss,after:cs.before,value:":"};break}ko+=Ws}return ko={type:"media-feature",before:/^(\s*)/.exec(ko)[1],after:/(\s*)$/.exec(ko)[1],value:ko.trim()},ko.sourceIndex=ko.before.length+ss,ka.push(ko),xo!==null&&(xo.before=ko.after,ka.push(xo)),cs!==null&&ka.push(cs),ka}function vo(fo){var zn=arguments.length<=1||arguments[1]===void 0?0:arguments[1],Sn=[],ka=0,fa=!1,ko=void 0;function xo(){return{before:"",after:"",value:""}}ko=xo();for(var cs=0;cs<fo.length;cs++){var ss=fo[cs];fa?(ko.value+=ss,(ss==="{"||ss==="(")&&ka++,(ss===")"||ss==="}")&&ka--):ss.search(/\s/)!==-1?ko.before+=ss:(ss==="("&&(ko.type="media-feature-expression",ka++),ko.value=ss,ko.sourceIndex=zn+cs,fa=!0),fa&&ka===0&&(ss===")"||cs===fo.length-1||fo[cs+1].search(/\s/)!==-1)&&(["not","only","and"].indexOf(ko.value)!==-1&&(ko.type="keyword"),ko.type==="media-feature-expression"&&(ko.nodes=ro(ko.value,ko.sourceIndex)),Sn.push(Array.isArray(ko.nodes)?new Ha.default(ko):new xa.default(ko)),ko=xo(),fa=!1)}for(var No=0;No<Sn.length;No++)if(ko=Sn[No],No>0&&(Sn[No-1].after=ko.before),ko.type===void 0){if(No>0){if(Sn[No-1].type==="media-feature-expression"){ko.type="keyword";continue}if(Sn[No-1].value==="not"||Sn[No-1].value==="only"){ko.type="media-type";continue}if(Sn[No-1].value==="and"){ko.type="media-feature-expression";continue}Sn[No-1].type==="media-type"&&(Sn[No+1]?ko.type=Sn[No+1].type==="media-feature-expression"?"keyword":"media-feature-expression":ko.type="media-feature-expression")}if(No===0){if(!Sn[No+1]){ko.type="media-type";continue}if(Sn[No+1]&&(Sn[No+1].type==="media-feature-expression"||Sn[No+1].type==="keyword")){ko.type="media-type";continue}if(Sn[No+2]){if(Sn[No+2].type==="media-feature-expression"){ko.type="media-type",Sn[No+1].type="keyword";continue}if(Sn[No+2].type==="keyword"){ko.type="keyword",Sn[No+1].type="media-type";continue}}if(Sn[No+3]&&Sn[No+3].type==="media-feature-expression"){ko.type="keyword",Sn[No+1].type="media-type",Sn[No+2].type="keyword";continue}}}return Sn}function za(fo){var zn=[],Sn=0,ka=0,fa=/^(\s*)url\s*\(/.exec(fo);if(fa!==null){for(var ko=fa[0].length,xo=1;xo>0;){var cs=fo[ko];cs==="("&&xo++,cs===")"&&xo--,ko++}zn.unshift(new xa.default({type:"url",value:fo.substring(0,ko).trim(),sourceIndex:fa[1].length,before:fa[1],after:/^(\s*)/.exec(fo.substring(ko))[1]})),Sn=ko}for(var ss=Sn;ss<fo.length;ss++){var No=fo[ss];if(No==="("&&ka++,No===")"&&ka--,ka===0&&No===","){var Us=fo.substring(Sn,ss),Ws=/^(\s*)/.exec(Us)[1];zn.push(new Ha.default({type:"media-query",value:Us.trim(),sourceIndex:Sn+Ws.length,nodes:vo(Us,Sn),before:Ws,after:/(\s*)$/.exec(Us)[1]})),Sn=ss+1}}var al=fo.substring(Sn),Du=/^(\s*)/.exec(al)[1];return zn.push(new Ha.default({type:"media-query",value:al.trim(),sourceIndex:Sn+Du.length,nodes:vo(al,Sn),before:Du,after:/(\s*)$/.exec(al)[1]})),zn}}}),Vf=ps({"node_modules/postcss-media-query-parser/dist/index.js"(Mn){As(),Object.defineProperty(Mn,"__esModule",{value:!0}),Mn.default=_o;var Ia=um(),xa=Ha(Ia),Na=Uf();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()})}}}),yh={};yl(yh,{basename:()=>us,default:()=>no,delimiter:()=>Ro,dirname:()=>ks,extname:()=>Co,isAbsolute:()=>xm,join:()=>Qf,normalize:()=>Um,relative:()=>Ih,resolve:()=>Sf,sep:()=>So});function Th(Mn,Ia){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(Ia)for(;xa--;xa)Mn.unshift("..");return Mn}function Sf(){for(var Mn="",Ia=!1,xa=arguments.length-1;xa>=-1&&!Ia;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,Ia=Na.charAt(0)==="/")}return Mn=Th(Do(Mn.split("/"),function(Ha){return!!Ha}),!Ia).join("/"),(Ia?"/":"")+Mn||"."}function Um(Mn){var Ia=xm(Mn),xa=Yo(Mn,-1)==="/";return Mn=Th(Do(Mn.split("/"),function(Na){return!!Na}),!Ia).join("/"),!Mn&&!Ia&&(Mn="."),Mn&&xa&&(Mn+="/"),(Ia?"/":"")+Mn}function xm(Mn){return Mn.charAt(0)==="/"}function Qf(){var Mn=Array.prototype.slice.call(arguments,0);return Um(Do(Mn,function(Ia,xa){if(typeof Ia!="string")throw new TypeError("Arguments to path.join must be strings");return Ia}).join("/"))}function Ih(Mn,Ia){Mn=Sf(Mn).substr(1),Ia=Sf(Ia).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(Ia.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 ks(Mn){var Ia=eo(Mn),xa=Ia[0],Na=Ia[1];return!xa&&!Na?".":(Na&&(Na=Na.substr(0,Na.length-1)),xa+Na)}function us(Mn,Ia){var xa=eo(Mn)[2];return Ia&&xa.substr(-1*Ia.length)===Ia&&(xa=xa.substr(0,xa.length-Ia.length)),xa}function Co(Mn){return eo(Mn)[3]}function Do(Mn,Ia){if(Mn.filter)return Mn.filter(Ia);for(var xa=[],Na=0;Na<Mn.length;Na++)Ia(Mn[Na],Na,Mn)&&xa.push(Mn[Na]);return xa}var Ao,eo,So,Ro,no,Yo,Ja=Ds({"node-modules-polyfills:path"(){As(),Ao=/^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/,eo=function(Mn){return Ao.exec(Mn).slice(1)},So="/",Ro=":",no={extname:Co,basename:us,dirname:ks,sep:So,delimiter:Ro,relative:Ih,join:Qf,isAbsolute:xm,normalize:Um,resolve:Sf},Yo="ab".substr(-1)==="b"?function(Mn,Ia,xa){return Mn.substr(Ia,xa)}:function(Mn,Ia,xa){return Ia<0&&(Ia=Mn.length+Ia),Mn.substr(Ia,xa)}}}),$o=ps({"node-modules-polyfills-commonjs:path"(Mn,Ia){As();var xa=(Ja(),Ou(yh));if(xa&&xa.default){Ia.exports=xa.default;for(let Na in xa)Ia.exports[Na]=xa[Na]}else xa&&(Ia.exports=xa)}}),ws=ps({"node_modules/picocolors/picocolors.browser.js"(Mn,Ia){As();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}};Ia.exports=Na(),Ia.exports.createColors=Na}}),fs=ps({"(disabled):node_modules/postcss/lib/terminal-highlight"(){As()}}),Bs=ps({"node_modules/postcss/lib/css-syntax-error.js"(Mn,Ia){As(),Mn.__esModule=!0,Mn.default=void 0;var xa=Ha(ws()),Na=Ha(fs());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,cs){xo.prototype=Object.create(cs.prototype),xo.prototype.constructor=xo,xo.__proto__=cs}function vo(xo){var cs=typeof Map=="function"?new Map:void 0;return vo=function(ss){if(ss===null||!zn(ss))return ss;if(typeof ss!="function")throw new TypeError("Super expression must either be null or a function");if(typeof cs<"u"){if(cs.has(ss))return cs.get(ss);cs.set(ss,No)}function No(){return za(ss,arguments,ka(this).constructor)}return No.prototype=Object.create(ss.prototype,{constructor:{value:No,enumerable:!1,writable:!0,configurable:!0}}),Sn(No,ss)},vo(xo)}function za(xo,cs,ss){return fo()?za=Reflect.construct:za=function(No,Us,Ws){var al=[null];al.push.apply(al,Us);var Du=Function.bind.apply(No,al),Ku=new Du;return Ws&&Sn(Ku,Ws.prototype),Ku},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,cs){return Sn=Object.setPrototypeOf||function(ss,No){return ss.__proto__=No,ss},Sn(xo,cs)}function ka(xo){return ka=Object.setPrototypeOf?Object.getPrototypeOf:function(cs){return cs.__proto__||Object.getPrototypeOf(cs)},ka(xo)}var fa=function(xo){ro(cs,xo);function cs(No,Us,Ws,al,Du,Ku){var pc;return pc=xo.call(this,No)||this,pc.name="CssSyntaxError",pc.reason=No,Du&&(pc.file=Du),al&&(pc.source=al),Ku&&(pc.plugin=Ku),typeof Us<"u"&&typeof Ws<"u"&&(pc.line=Us,pc.column=Ws),pc.setMessage(),Error.captureStackTrace&&Error.captureStackTrace(_o(pc),cs),pc}var ss=cs.prototype;return ss.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},ss.showSourceCode=function(No){var Us=this;if(!this.source)return"";var Ws=this.source;Na.default&&(typeof No>"u"&&(No=xa.default.isColorSupported),No&&(Ws=(0,Na.default)(Ws)));var al=Ws.split(/\r?\n/),Du=Math.max(this.line-3,0),Ku=Math.min(this.line+2,al.length),pc=String(Ku).length;function Pc(Vc){return No&&xa.default.red?xa.default.red(xa.default.bold(Vc)):Vc}function Bc(Vc){return No&&xa.default.gray?xa.default.gray(Vc):Vc}return al.slice(Du,Ku).map(function(Vc,Lc){var Mc=Du+1+Lc,Lu=" "+(" "+Mc).slice(-pc)+" | ";if(Mc===Us.line){var _u=Bc(Lu.replace(/\d/g," "))+Vc.slice(0,Us.column-1).replace(/[^\t]/g," ");return Pc(">")+Bc(Lu)+Vc+`
`+_u+Pc("^")}return" "+Bc(Lu)+Vc}).join(`
`)},ss.toString=function(){var No=this.showSourceCode();return No&&(No=`
`+No+`
`),this.name+": "+this.message+No},cs}(vo(Error)),ko=fa;Mn.default=ko,Ia.exports=Mn.default}}),Ks=ps({"node_modules/postcss/lib/previous-map.js"(Mn,Ia){As(),Ia.exports=class{}}}),js=ps({"node_modules/postcss/lib/input.js"(Mn,Ia){As(),Mn.__esModule=!0,Mn.default=void 0;var xa=_o($o()),Na=_o(Bs()),Ha=_o(Ks());function _o(Sn){return Sn&&Sn.__esModule?Sn:{default:Sn}}function ro(Sn,ka){for(var fa=0;fa<ka.length;fa++){var ko=ka[fa];ko.enumerable=ko.enumerable||!1,ko.configurable=!0,"value"in ko&&(ko.writable=!0),Object.defineProperty(Sn,ko.key,ko)}}function vo(Sn,ka,fa){return ka&&ro(Sn.prototype,ka),Sn}var za=0,fo=function(){function Sn(fa,ko){if(ko===void 0&&(ko={}),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,ko.from&&(/^\w+:\/\//.test(ko.from)||xa.default.isAbsolute(ko.from)?this.file=ko.from:this.file=xa.default.resolve(ko.from));var xo=new Ha.default(this.css,ko);if(xo.text){this.map=xo;var cs=xo.consumer().file;!this.file&&cs&&(this.file=this.mapResolve(cs))}this.file||(za+=1,this.id="<input css "+za+">"),this.map&&(this.map.file=this.from)}var ka=Sn.prototype;return ka.error=function(fa,ko,xo,cs){cs===void 0&&(cs={});var ss,No=this.origin(ko,xo);return No?ss=new Na.default(fa,No.line,No.column,No.source,No.file,cs.plugin):ss=new Na.default(fa,ko,xo,this.css,this.file,cs.plugin),ss.input={line:ko,column:xo,source:this.css},this.file&&(ss.input.file=this.file),ss},ka.origin=function(fa,ko){if(!this.map)return!1;var xo=this.map.consumer(),cs=xo.originalPositionFor({line:fa,column:ko});if(!cs.source)return!1;var ss={file:this.mapResolve(cs.source),line:cs.line,column:cs.column},No=xo.sourceContentFor(cs.source);return No&&(ss.source=No),ss},ka.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,Ia.exports=Mn.default}}),pl=ps({"node_modules/postcss/lib/stringifier.js"(Mn,Ia){As(),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 ka=(za.raws.between||"")+(fo?";":"");this.builder(zn+Sn+ka,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 ka=za.nodes[Sn],fa=this.raw(ka,"before");fa&&this.builder(fa),this.stringify(ka,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 ka=za.parent;if(zn==="before"&&(!ka||ka.type==="root"&&ka.first===za))return"";if(!ka)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 ko="raw"+Na(zn);return this[ko]?Sn=this[ko](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 ka=zn.raws.before.split(`
`);return fo=ka[ka.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,ka=0;Sn&&Sn.type!=="root";)ka+=1,Sn=Sn.parent;if(zn.indexOf(`
`)!==-1){var fa=this.raw(za,null,"indent");if(fa.length)for(var ko=0;ko<ka;ko++)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,Ia.exports=Mn.default}}),is=ps({"node_modules/postcss/lib/stringify.js"(Mn,Ia){As(),Mn.__esModule=!0,Mn.default=void 0;var xa=Na(pl());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,Ia.exports=Mn.default}}),ol=ps({"node_modules/postcss/lib/node.js"(Mn,Ia){As(),Mn.__esModule=!0,Mn.default=void 0;var xa=_o(Bs()),Na=_o(pl()),Ha=_o(is());function _o(fo){return fo&&fo.__esModule?fo:{default:fo}}function ro(fo,zn){var Sn=new fo.constructor;for(var ka in fo)if(fo.hasOwnProperty(ka)){var fa=fo[ka],ko=typeof fa;ka==="parent"&&ko==="object"?zn&&(Sn[ka]=zn):ka==="source"?Sn[ka]=fa:fa instanceof Array?Sn[ka]=fa.map(function(xo){return ro(xo,Sn)}):(ko==="object"&&fa!==null&&(fa=ro(fa)),Sn[ka]=fa)}return Sn}var vo=function(){function fo(Sn){Sn===void 0&&(Sn={}),this.raws={};for(var ka in Sn)this[ka]=Sn[ka]}var zn=fo.prototype;return zn.error=function(Sn,ka){if(ka===void 0&&(ka={}),this.source){var fa=this.positionBy(ka);return this.source.input.error(Sn,fa.line,fa.column,ka)}return new xa.default(Sn)},zn.warn=function(Sn,ka,fa){var ko={node:this};for(var xo in fa)ko[xo]=fa[xo];return Sn.warn(ka,ko)},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 ka="";return Sn(this,function(fa){ka+=fa}),ka},zn.clone=function(Sn){Sn===void 0&&(Sn={});var ka=ro(this);for(var fa in Sn)ka[fa]=Sn[fa];return ka},zn.cloneBefore=function(Sn){Sn===void 0&&(Sn={});var ka=this.clone(Sn);return this.parent.insertBefore(this,ka),ka},zn.cloneAfter=function(Sn){Sn===void 0&&(Sn={});var ka=this.clone(Sn);return this.parent.insertAfter(this,ka),ka},zn.replaceWith=function(){if(this.parent){for(var Sn=arguments.length,ka=new Array(Sn),fa=0;fa<Sn;fa++)ka[fa]=arguments[fa];for(var ko=0,xo=ka;ko<xo.length;ko++){var cs=xo[ko];this.parent.insertBefore(this,cs)}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 ka in this)if(this.hasOwnProperty(ka)&&ka!=="parent"){var fa=this[ka];fa instanceof Array?Sn[ka]=fa.map(function(ko){return typeof ko=="object"&&ko.toJSON?ko.toJSON():ko}):typeof fa=="object"&&fa.toJSON?Sn[ka]=fa.toJSON():Sn[ka]=fa}return Sn},zn.raw=function(Sn,ka){var fa=new Na.default;return fa.raw(this,Sn,ka)},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 ka=this.toString(),fa=this.source.start.column,ko=this.source.start.line,xo=0;xo<Sn;xo++)ka[xo]===`
`?(fa=1,ko+=1):fa+=1;return{line:ko,column:fa}},zn.positionBy=function(Sn){var ka=this.source.start;if(Sn.index)ka=this.positionInside(Sn.index);else if(Sn.word){var fa=this.toString().indexOf(Sn.word);fa!==-1&&(ka=this.positionInside(fa))}return ka},fo}(),za=vo;Mn.default=za,Ia.exports=Mn.default}}),Ts=ps({"node_modules/postcss/lib/comment.js"(Mn,Ia){As(),Mn.__esModule=!0,Mn.default=void 0;var xa=Na(ol());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,Ia.exports=Mn.default}}),Cs=ps({"node_modules/postcss/lib/declaration.js"(Mn,Ia){As(),Mn.__esModule=!0,Mn.default=void 0;var xa=Na(ol());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,Ia.exports=Mn.default}}),Ns=ps({"node_modules/postcss/lib/tokenize.js"(Mn,Ia){As(),Mn.__esModule=!0,Mn.default=Pc;var xa=39,Na=34,Ha=92,_o=47,ro=10,vo=32,za=12,fo=9,zn=13,Sn=91,ka=93,fa=40,ko=41,xo=123,cs=125,ss=59,No=42,Us=58,Ws=64,al=/[ \n\t\r\f{}()'"\\;/[\]#]/g,Du=/[ \n\t\r\f(){}:;@!'"\\\][#]|\/(?=\*)/g,Ku=/.[\\/("'\n]/,pc=/[a-f0-9]/i;function Pc(Bc,Vc){Vc===void 0&&(Vc={});var Lc=Bc.css.valueOf(),Mc=Vc.ignoreErrors,Lu,_u,$u,gu,_p,Md,Kd,Td,id,_c,zc,Gc,Qc,rl,Ml=Lc.length,du=-1,Qu=1,Qs=0,Nc=[],gc=[];function jp(){return Qs}function pp(Tp){throw Bc.error("Unclosed "+Tp,Qu,Qs-du)}function Zd(){return gc.length===0&&Qs>=Ml}function Rf(Tp){if(gc.length)return gc.pop();if(!(Qs>=Ml)){var rd=Tp?Tp.ignoreUnclosed:!1;switch(Lu=Lc.charCodeAt(Qs),(Lu===ro||Lu===za||Lu===zn&&Lc.charCodeAt(Qs+1)!==ro)&&(du=Qs,Qu+=1),Lu){case ro:case vo:case fo:case zn:case za:_u=Qs;do _u+=1,Lu=Lc.charCodeAt(_u),Lu===ro&&(du=_u,Qu+=1);while(Lu===vo||Lu===ro||Lu===fo||Lu===zn||Lu===za);rl=["space",Lc.slice(Qs,_u)],Qs=_u-1;break;case Sn:case ka:case xo:case cs:case Us:case ss:case ko:var vp=String.fromCharCode(Lu);rl=[vp,vp,Qu,Qs-du];break;case fa:if(Gc=Nc.length?Nc.pop()[1]:"",Qc=Lc.charCodeAt(Qs+1),Gc==="url"&&Qc!==xa&&Qc!==Na&&Qc!==vo&&Qc!==ro&&Qc!==fo&&Qc!==za&&Qc!==zn){_u=Qs;do{if(_c=!1,_u=Lc.indexOf(")",_u+1),_u===-1)if(Mc||rd){_u=Qs;break}else pp("bracket");for(zc=_u;Lc.charCodeAt(zc-1)===Ha;)zc-=1,_c=!_c}while(_c);rl=["brackets",Lc.slice(Qs,_u+1),Qu,Qs-du,Qu,_u-du],Qs=_u}else _u=Lc.indexOf(")",Qs+1),Md=Lc.slice(Qs,_u+1),_u===-1||Ku.test(Md)?rl=["(","(",Qu,Qs-du]:(rl=["brackets",Md,Qu,Qs-du,Qu,_u-du],Qs=_u);break;case xa:case Na:$u=Lu===xa?"'":'"',_u=Qs;do{if(_c=!1,_u=Lc.indexOf($u,_u+1),_u===-1)if(Mc||rd){_u=Qs+1;break}else pp("string");for(zc=_u;Lc.charCodeAt(zc-1)===Ha;)zc-=1,_c=!_c}while(_c);Md=Lc.slice(Qs,_u+1),gu=Md.split(`
`),_p=gu.length-1,_p>0?(Td=Qu+_p,id=_u-gu[_p].length):(Td=Qu,id=du),rl=["string",Lc.slice(Qs,_u+1),Qu,Qs-du,Td,_u-id],du=id,Qu=Td,Qs=_u;break;case Ws:al.lastIndex=Qs+1,al.test(Lc),al.lastIndex===0?_u=Lc.length-1:_u=al.lastIndex-2,rl=["at-word",Lc.slice(Qs,_u+1),Qu,Qs-du,Qu,_u-du],Qs=_u;break;case Ha:for(_u=Qs,Kd=!0;Lc.charCodeAt(_u+1)===Ha;)_u+=1,Kd=!Kd;if(Lu=Lc.charCodeAt(_u+1),Kd&&Lu!==_o&&Lu!==vo&&Lu!==ro&&Lu!==fo&&Lu!==zn&&Lu!==za&&(_u+=1,pc.test(Lc.charAt(_u)))){for(;pc.test(Lc.charAt(_u+1));)_u+=1;Lc.charCodeAt(_u+1)===vo&&(_u+=1)}rl=["word",Lc.slice(Qs,_u+1),Qu,Qs-du,Qu,_u-du],Qs=_u;break;default:Lu===_o&&Lc.charCodeAt(Qs+1)===No?(_u=Lc.indexOf("*/",Qs+2)+1,_u===0&&(Mc||rd?_u=Lc.length:pp("comment")),Md=Lc.slice(Qs,_u+1),gu=Md.split(`
`),_p=gu.length-1,_p>0?(Td=Qu+_p,id=_u-gu[_p].length):(Td=Qu,id=du),rl=["comment",Md,Qu,Qs-du,Td,_u-id],du=id,Qu=Td,Qs=_u):(Du.lastIndex=Qs+1,Du.test(Lc),Du.lastIndex===0?_u=Lc.length-1:_u=Du.lastIndex-2,rl=["word",Lc.slice(Qs,_u+1),Qu,Qs-du,Qu,_u-du],Nc.push(rl),Qs=_u);break}return Qs++,rl}}function lf(Tp){gc.push(Tp)}return{back:lf,nextToken:Rf,endOfFile:Zd,position:jp}}Ia.exports=Mn.default}}),Ps=ps({"node_modules/postcss/lib/parse.js"(Mn,Ia){As(),Mn.__esModule=!0,Mn.default=void 0;var xa=Ha(Ka()),Na=Ha(js());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,Ia.exports=Mn.default}}),Cl=ps({"node_modules/postcss/lib/list.js"(Mn,Ia){As(),Mn.__esModule=!0,Mn.default=void 0;var xa={split:function(Ha,_o,ro){for(var vo=[],za="",fo=!1,zn=0,Sn=!1,ka=!1,fa=0;fa<Ha.length;fa++){var ko=Ha[fa];Sn?ka?ka=!1:ko==="\\"?ka=!0:ko===Sn&&(Sn=!1):ko==='"'||ko==="'"?Sn=ko:ko==="("?zn+=1:ko===")"?zn>0&&(zn-=1):zn===0&&_o.indexOf(ko)!==-1&&(fo=!0),fo?(za!==""&&vo.push(za.trim()),za="",fo=!1):za+=ko}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,Ia.exports=Mn.default}}),Bl=ps({"node_modules/postcss/lib/rule.js"(Mn,Ia){As(),Mn.__esModule=!0,Mn.default=void 0;var xa=Ha(Eu()),Na=Ha(Cl());function Ha(zn){return zn&&zn.__esModule?zn:{default:zn}}function _o(zn,Sn){for(var ka=0;ka<Sn.length;ka++){var fa=Sn[ka];fa.enumerable=fa.enumerable||!1,fa.configurable=!0,"value"in fa&&(fa.writable=!0),Object.defineProperty(zn,fa.key,fa)}}function ro(zn,Sn,ka){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(ka){var fa;return fa=zn.call(this,ka)||this,fa.type="rule",fa.nodes||(fa.nodes=[]),fa}return ro(Sn,[{key:"selectors",get:function(){return Na.default.comma(this.selector)},set:function(ka){var fa=this.selector?this.selector.match(/,\s*/):null,ko=fa?fa[0]:","+this.raw("between","beforeOpen");this.selector=ka.join(ko)}}]),Sn}(xa.default),fo=za;Mn.default=fo,Ia.exports=Mn.default}}),Eu=ps({"node_modules/postcss/lib/container.js"(Mn,Ia){As(),Mn.__esModule=!0,Mn.default=void 0;var xa=_o(Cs()),Na=_o(Ts()),Ha=_o(ol());function _o(xo){return xo&&xo.__esModule?xo:{default:xo}}function ro(xo,cs){var ss;if(typeof Symbol>"u"||xo[Symbol.iterator]==null){if(Array.isArray(xo)||(ss=vo(xo))||cs){ss&&(xo=ss);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 ss=xo[Symbol.iterator](),ss.next.bind(ss)}function vo(xo,cs){if(xo){if(typeof xo=="string")return za(xo,cs);var ss=Object.prototype.toString.call(xo).slice(8,-1);if(ss==="Object"&&xo.constructor&&(ss=xo.constructor.name),ss==="Map"||ss==="Set")return Array.from(xo);if(ss==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(ss))return za(xo,cs)}}function za(xo,cs){(cs==null||cs>xo.length)&&(cs=xo.length);for(var ss=0,No=new Array(cs);ss<cs;ss++)No[ss]=xo[ss];return No}function fo(xo,cs){for(var ss=0;ss<cs.length;ss++){var No=cs[ss];No.enumerable=No.enumerable||!1,No.configurable=!0,"value"in No&&(No.writable=!0),Object.defineProperty(xo,No.key,No)}}function zn(xo,cs,ss){return cs&&fo(xo.prototype,cs),xo}function Sn(xo,cs){xo.prototype=Object.create(cs.prototype),xo.prototype.constructor=xo,xo.__proto__=cs}function ka(xo){return xo.map(function(cs){return cs.nodes&&(cs.nodes=ka(cs.nodes)),delete cs.source,cs})}var fa=function(xo){Sn(cs,xo);function cs(){return xo.apply(this,arguments)||this}var ss=cs.prototype;return ss.push=function(No){return No.parent=this,this.nodes.push(No),this},ss.each=function(No){this.lastEach||(this.lastEach=0),this.indexes||(this.indexes={}),this.lastEach+=1;var Us=this.lastEach;if(this.indexes[Us]=0,!!this.nodes){for(var Ws,al;this.indexes[Us]<this.nodes.length&&(Ws=this.indexes[Us],al=No(this.nodes[Ws],Ws),al!==!1);)this.indexes[Us]+=1;return delete this.indexes[Us],al}},ss.walk=function(No){return this.each(function(Us,Ws){var al;try{al=No(Us,Ws)}catch(Ku){if(Ku.postcssNode=Us,Ku.stack&&Us.source&&/\n\s{4}at /.test(Ku.stack)){var Du=Us.source;Ku.stack=Ku.stack.replace(/\n\s{4}at /,"$&"+Du.input.from+":"+Du.start.line+":"+Du.start.column+"$&")}throw Ku}return al!==!1&&Us.walk&&(al=Us.walk(No)),al})},ss.walkDecls=function(No,Us){return Us?No instanceof RegExp?this.walk(function(Ws,al){if(Ws.type==="decl"&&No.test(Ws.prop))return Us(Ws,al)}):this.walk(function(Ws,al){if(Ws.type==="decl"&&Ws.prop===No)return Us(Ws,al)}):(Us=No,this.walk(function(Ws,al){if(Ws.type==="decl")return Us(Ws,al)}))},ss.walkRules=function(No,Us){return Us?No instanceof RegExp?this.walk(function(Ws,al){if(Ws.type==="rule"&&No.test(Ws.selector))return Us(Ws,al)}):this.walk(function(Ws,al){if(Ws.type==="rule"&&Ws.selector===No)return Us(Ws,al)}):(Us=No,this.walk(function(Ws,al){if(Ws.type==="rule")return Us(Ws,al)}))},ss.walkAtRules=function(No,Us){return Us?No instanceof RegExp?this.walk(function(Ws,al){if(Ws.type==="atrule"&&No.test(Ws.name))return Us(Ws,al)}):this.walk(function(Ws,al){if(Ws.type==="atrule"&&Ws.name===No)return Us(Ws,al)}):(Us=No,this.walk(function(Ws,al){if(Ws.type==="atrule")return Us(Ws,al)}))},ss.walkComments=function(No){return this.walk(function(Us,Ws){if(Us.type==="comment")return No(Us,Ws)})},ss.append=function(){for(var No=arguments.length,Us=new Array(No),Ws=0;Ws<No;Ws++)Us[Ws]=arguments[Ws];for(var al=0,Du=Us;al<Du.length;al++)for(var Ku=Du[al],pc=this.normalize(Ku,this.last),Pc=ro(pc),Bc;!(Bc=Pc()).done;){var Vc=Bc.value;this.nodes.push(Vc)}return this},ss.prepend=function(){for(var No=arguments.length,Us=new Array(No),Ws=0;Ws<No;Ws++)Us[Ws]=arguments[Ws];Us=Us.reverse();for(var al=ro(Us),Du;!(Du=al()).done;){for(var Ku=Du.value,pc=this.normalize(Ku,this.first,"prepend").reverse(),Pc=ro(pc),Bc;!(Bc=Pc()).done;){var Vc=Bc.value;this.nodes.unshift(Vc)}for(var Lc in this.indexes)this.indexes[Lc]=this.indexes[Lc]+pc.length}return this},ss.cleanRaws=function(No){if(xo.prototype.cleanRaws.call(this,No),this.nodes)for(var Us=ro(this.nodes),Ws;!(Ws=Us()).done;){var al=Ws.value;al.cleanRaws(No)}},ss.insertBefore=function(No,Us){No=this.index(No);for(var Ws=No===0?"prepend":!1,al=this.normalize(Us,this.nodes[No],Ws).reverse(),Du=ro(al),Ku;!(Ku=Du()).done;){var pc=Ku.value;this.nodes.splice(No,0,pc)}var Pc;for(var Bc in this.indexes)Pc=this.indexes[Bc],No<=Pc&&(this.indexes[Bc]=Pc+al.length);return this},ss.insertAfter=function(No,Us){No=this.index(No);for(var Ws=this.normalize(Us,this.nodes[No]).reverse(),al=ro(Ws),Du;!(Du=al()).done;){var Ku=Du.value;this.nodes.splice(No+1,0,Ku)}var pc;for(var Pc in this.indexes)pc=this.indexes[Pc],No<pc&&(this.indexes[Pc]=pc+Ws.length);return this},ss.removeChild=function(No){No=this.index(No),this.nodes[No].parent=void 0,this.nodes.splice(No,1);var Us;for(var Ws in this.indexes)Us=this.indexes[Ws],Us>=No&&(this.indexes[Ws]=Us-1);return this},ss.removeAll=function(){for(var No=ro(this.nodes),Us;!(Us=No()).done;){var Ws=Us.value;Ws.parent=void 0}return this.nodes=[],this},ss.replaceValues=function(No,Us,Ws){return Ws||(Ws=Us,Us={}),this.walkDecls(function(al){Us.props&&Us.props.indexOf(al.prop)===-1||Us.fast&&al.value.indexOf(Us.fast)===-1||(al.value=al.value.replace(No,Ws))}),this},ss.every=function(No){return this.nodes.every(No)},ss.some=function(No){return this.nodes.some(No)},ss.index=function(No){return typeof No=="number"?No:this.nodes.indexOf(No)},ss.normalize=function(No,Us){var Ws=this;if(typeof No=="string"){var al=Ps();No=ka(al(No).nodes)}else if(Array.isArray(No)){No=No.slice(0);for(var Du=ro(No),Ku;!(Ku=Du()).done;){var pc=Ku.value;pc.parent&&pc.parent.removeChild(pc,"ignore")}}else if(No.type==="root"){No=No.nodes.slice(0);for(var Pc=ro(No),Bc;!(Bc=Pc()).done;){var Vc=Bc.value;Vc.parent&&Vc.parent.removeChild(Vc,"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 Lc=Bl();No=[new Lc(No)]}else if(No.name){var Mc=vl();No=[new Mc(No)]}else if(No.text)No=[new Na.default(No)];else throw new Error("Unknown node type in node creation");var Lu=No.map(function(_u){return _u.parent&&_u.parent.removeChild(_u),typeof _u.raws.before>"u"&&Us&&typeof Us.raws.before<"u"&&(_u.raws.before=Us.raws.before.replace(/[^\s]/g,"")),_u.parent=Ws,_u});return Lu},zn(cs,[{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]}}]),cs}(Ha.default),ko=fa;Mn.default=ko,Ia.exports=Mn.default}}),vl=ps({"node_modules/postcss/lib/at-rule.js"(Mn,Ia){As(),Mn.__esModule=!0,Mn.default=void 0;var xa=Na(Eu());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,ka=new Array(Sn),fa=0;fa<Sn;fa++)ka[fa]=arguments[fa];return(zn=vo.prototype.append).call.apply(zn,[this].concat(ka))},fo.prepend=function(){var zn;this.nodes||(this.nodes=[]);for(var Sn=arguments.length,ka=new Array(Sn),fa=0;fa<Sn;fa++)ka[fa]=arguments[fa];return(zn=vo.prototype.prepend).call.apply(zn,[this].concat(ka))},za}(xa.default),ro=_o;Mn.default=ro,Ia.exports=Mn.default}}),Zl=ps({"node_modules/postcss/lib/map-generator.js"(Mn,Ia){As(),Ia.exports=class{generate(){}}}}),bu=ps({"node_modules/postcss/lib/warn-once.js"(Mn,Ia){As(),Mn.__esModule=!0,Mn.default=Na;var xa={};function Na(Ha){xa[Ha]||(xa[Ha]=!0,typeof console<"u"&&console.warn&&console.warn(Ha))}Ia.exports=Mn.default}}),xu=ps({"node_modules/postcss/lib/warning.js"(Mn,Ia){As(),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,Ia.exports=Mn.default}}),Zs=ps({"node_modules/postcss/lib/result.js"(Mn,Ia){As(),Mn.__esModule=!0,Mn.default=void 0;var xa=Na(xu());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,ka){this.processor=zn,this.messages=[],this.root=Sn,this.opts=ka,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 ka=new xa.default(zn,Sn);return this.messages.push(ka),ka},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,Ia.exports=Mn.default}}),Cu=ps({"node_modules/postcss/lib/lazy-result.js"(Mn,Ia){As(),Mn.__esModule=!0,Mn.default=void 0;var xa=ro(Zl()),Na=ro(is());ro(bu());var Ha=ro(Zs()),_o=ro(Ps());function ro(xo){return xo&&xo.__esModule?xo:{default:xo}}function vo(xo,cs){var ss;if(typeof Symbol>"u"||xo[Symbol.iterator]==null){if(Array.isArray(xo)||(ss=za(xo))||cs){ss&&(xo=ss);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 ss=xo[Symbol.iterator](),ss.next.bind(ss)}function za(xo,cs){if(xo){if(typeof xo=="string")return fo(xo,cs);var ss=Object.prototype.toString.call(xo).slice(8,-1);if(ss==="Object"&&xo.constructor&&(ss=xo.constructor.name),ss==="Map"||ss==="Set")return Array.from(xo);if(ss==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(ss))return fo(xo,cs)}}function fo(xo,cs){(cs==null||cs>xo.length)&&(cs=xo.length);for(var ss=0,No=new Array(cs);ss<cs;ss++)No[ss]=xo[ss];return No}function zn(xo,cs){for(var ss=0;ss<cs.length;ss++){var No=cs[ss];No.enumerable=No.enumerable||!1,No.configurable=!0,"value"in No&&(No.writable=!0),Object.defineProperty(xo,No.key,No)}}function Sn(xo,cs,ss){return cs&&zn(xo.prototype,cs),xo}function ka(xo){return typeof xo=="object"&&typeof xo.then=="function"}var fa=function(){function xo(ss,No,Us){this.stringified=!1,this.processed=!1;var Ws;if(typeof No=="object"&&No!==null&&No.type==="root")Ws=No;else if(No instanceof xo||No instanceof Ha.default)Ws=No.root,No.map&&(typeof Us.map>"u"&&(Us.map={}),Us.map.inline||(Us.map.inline=!1),Us.map.prev=No.map);else{var al=_o.default;Us.syntax&&(al=Us.syntax.parse),Us.parser&&(al=Us.parser),al.parse&&(al=al.parse);try{Ws=al(No,Us)}catch(Du){this.error=Du}}this.result=new Ha.default(ss,Ws,Us)}var cs=xo.prototype;return cs.warnings=function(){return this.sync().warnings()},cs.toString=function(){return this.css},cs.then=function(ss,No){return this.async().then(ss,No)},cs.catch=function(ss){return this.async().catch(ss)},cs.finally=function(ss){return this.async().then(ss,ss)},cs.handleError=function(ss,No){try{if(this.error=ss,ss.name==="CssSyntaxError"&&!ss.plugin)ss.plugin=No.postcssPlugin,ss.setMessage();else if(No.postcssVersion&&!1)var Us,Ws,al,Du,Ku}catch(pc){console&&console.error&&console.error(pc)}},cs.asyncTick=function(ss,No){var Us=this;if(this.plugin>=this.processor.plugins.length)return this.processed=!0,ss();try{var Ws=this.processor.plugins[this.plugin],al=this.run(Ws);this.plugin+=1,ka(al)?al.then(function(){Us.asyncTick(ss,No)}).catch(function(Du){Us.handleError(Du,Ws),Us.processed=!0,No(Du)}):this.asyncTick(ss,No)}catch(Du){this.processed=!0,No(Du)}},cs.async=function(){var ss=this;return this.processed?new Promise(function(No,Us){ss.error?Us(ss.error):No(ss.stringify())}):this.processing?this.processing:(this.processing=new Promise(function(No,Us){if(ss.error)return Us(ss.error);ss.plugin=0,ss.asyncTick(No,Us)}).then(function(){return ss.processed=!0,ss.stringify()}),this.processing)},cs.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 ss=vo(this.result.processor.plugins),No;!(No=ss()).done;){var Us=No.value,Ws=this.run(Us);if(ka(Ws))throw new Error("Use process(css).then(cb) to work with async plugins")}return this.result},cs.run=function(ss){this.result.lastPlugin=ss;try{return ss(this.result.root,this.result)}catch(No){throw this.handleError(No,ss),No}},cs.stringify=function(){if(this.stringified)return this.result;this.stringified=!0,this.sync();var ss=this.result.opts,No=Na.default;ss.syntax&&(No=ss.syntax.stringify),ss.stringifier&&(No=ss.stringifier),No.stringify&&(No=No.stringify);var Us=new xa.default(No,this.result.root,this.result.opts),Ws=Us.generate();return this.result.css=Ws[0],this.result.map=Ws[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}(),ko=fa;Mn.default=ko,Ia.exports=Mn.default}}),ec=ps({"node_modules/postcss/lib/processor.js"(Mn,Ia){As(),Mn.__esModule=!0,Mn.default=void 0;var xa=Na(Cu());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 ka=0;return function(){return ka>=fo.length?{done:!0}:{done:!1,value:fo[ka++]}}}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,ka=new Array(zn);Sn<zn;Sn++)ka[Sn]=fo[Sn];return ka}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 ka(fa){return Sn.apply(this,arguments)}return ka.toString=function(){return Sn.toString()},ka}(function(Sn,ka){return ka===void 0&&(ka={}),this.plugins.length===0&&(ka.parser,ka.stringifier),new xa.default(this,Sn,ka)}),zn.normalize=function(Sn){for(var ka=[],fa=Ha(Sn),ko;!(ko=fa()).done;){var xo=ko.value;if(xo.postcss===!0){var cs=xo();throw new Error("PostCSS plugin "+cs.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))ka=ka.concat(xo.plugins);else if(typeof xo=="function")ka.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 ka},fo}(),za=vo;Mn.default=za,Ia.exports=Mn.default}}),rc=ps({"node_modules/postcss/lib/root.js"(Mn,Ia){As(),Mn.__esModule=!0,Mn.default=void 0;var xa=Na(Eu());function Na(zn){return zn&&zn.__esModule?zn:{default:zn}}function Ha(zn,Sn){var ka;if(typeof Symbol>"u"||zn[Symbol.iterator]==null){if(Array.isArray(zn)||(ka=_o(zn))||Sn){ka&&(zn=ka);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 ka=zn[Symbol.iterator](),ka.next.bind(ka)}function _o(zn,Sn){if(zn){if(typeof zn=="string")return ro(zn,Sn);var ka=Object.prototype.toString.call(zn).slice(8,-1);if(ka==="Object"&&zn.constructor&&(ka=zn.constructor.name),ka==="Map"||ka==="Set")return Array.from(zn);if(ka==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(ka))return ro(zn,Sn)}}function ro(zn,Sn){(Sn==null||Sn>zn.length)&&(Sn=zn.length);for(var ka=0,fa=new Array(Sn);ka<Sn;ka++)fa[ka]=zn[ka];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 ko;return ko=zn.call(this,fa)||this,ko.type="root",ko.nodes||(ko.nodes=[]),ko}var ka=Sn.prototype;return ka.removeChild=function(fa,ko){var xo=this.index(fa);return!ko&&xo===0&&this.nodes.length>1&&(this.nodes[1].raws.before=this.nodes[xo].raws.before),zn.prototype.removeChild.call(this,fa)},ka.normalize=function(fa,ko,xo){var cs=zn.prototype.normalize.call(this,fa);if(ko){if(xo==="prepend")this.nodes.length>1?ko.raws.before=this.nodes[1].raws.before:delete ko.raws.before;else if(this.first!==ko)for(var ss=Ha(cs),No;!(No=ss()).done;){var Us=No.value;Us.raws.before=ko.raws.before}}return cs},ka.toResult=function(fa){fa===void 0&&(fa={});var ko=Cu(),xo=ec(),cs=new ko(new xo,this,fa);return cs.stringify()},Sn}(xa.default),fo=za;Mn.default=fo,Ia.exports=Mn.default}}),Ka=ps({"node_modules/postcss/lib/parser.js"(Mn,Ia){As(),Mn.__esModule=!0,Mn.default=void 0;var xa=za(Cs()),Na=za(Ns()),Ha=za(Ts()),_o=za(vl()),ro=za(rc()),vo=za(Bl());function za(zn){return zn&&zn.__esModule?zn:{default:zn}}var fo=function(){function zn(ka){this.input=ka,this.root=new ro.default,this.current=this.root,this.spaces="",this.semicolon=!1,this.createTokenizer(),this.root.source={input:ka,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 ka;!this.tokenizer.endOfFile();)switch(ka=this.tokenizer.nextToken(),ka[0]){case"space":this.spaces+=ka[1];break;case";":this.freeSemicolon(ka);break;case"}":this.end(ka);break;case"comment":this.comment(ka);break;case"at-word":this.atrule(ka);break;case"{":this.emptyRule(ka);break;default:this.other(ka);break}this.endFile()},Sn.comment=function(ka){var fa=new Ha.default;this.init(fa,ka[2],ka[3]),fa.source.end={line:ka[4],column:ka[5]};var ko=ka[1].slice(2,-2);if(/^\s*$/.test(ko))fa.text="",fa.raws.left=ko,fa.raws.right="";else{var xo=ko.match(/^(\s*)([^]*[^\s])(\s*)$/);fa.text=xo[2],fa.raws.left=xo[1],fa.raws.right=xo[3]}},Sn.emptyRule=function(ka){var fa=new vo.default;this.init(fa,ka[2],ka[3]),fa.selector="",fa.raws.between="",this.current=fa},Sn.other=function(ka){for(var fa=!1,ko=null,xo=!1,cs=null,ss=[],No=[],Us=ka;Us;){if(ko=Us[0],No.push(Us),ko==="("||ko==="[")cs||(cs=Us),ss.push(ko==="("?")":"]");else if(ss.length===0)if(ko===";")if(xo){this.decl(No);return}else break;else if(ko==="{"){this.rule(No);return}else if(ko==="}"){this.tokenizer.back(No.pop()),fa=!0;break}else ko===":"&&(xo=!0);else ko===ss[ss.length-1]&&(ss.pop(),ss.length===0&&(cs=null));Us=this.tokenizer.nextToken()}if(this.tokenizer.endOfFile()&&(fa=!0),ss.length>0&&this.unclosedBracket(cs),fa&&xo){for(;No.length&&(Us=No[No.length-1][0],!(Us!=="space"&&Us!=="comment"));)this.tokenizer.back(No.pop());this.decl(No)}else this.unknownWord(No)},Sn.rule=function(ka){ka.pop();var fa=new vo.default;this.init(fa,ka[0][2],ka[0][3]),fa.raws.between=this.spacesAndCommentsFromEnd(ka),this.raw(fa,"selector",ka),this.current=fa},Sn.decl=function(ka){var fa=new xa.default;this.init(fa);var ko=ka[ka.length-1];for(ko[0]===";"&&(this.semicolon=!0,ka.pop()),ko[4]?fa.source.end={line:ko[4],column:ko[5]}:fa.source.end={line:ko[2],column:ko[3]};ka[0][0]!=="word";)ka.length===1&&this.unknownWord(ka),fa.raws.before+=ka.shift()[1];for(fa.source.start={line:ka[0][2],column:ka[0][3]},fa.prop="";ka.length;){var xo=ka[0][0];if(xo===":"||xo==="space"||xo==="comment")break;fa.prop+=ka.shift()[1]}fa.raws.between="";for(var cs;ka.length;)if(cs=ka.shift(),cs[0]===":"){fa.raws.between+=cs[1];break}else cs[0]==="word"&&/\w/.test(cs[1])&&this.unknownWord([cs]),fa.raws.between+=cs[1];(fa.prop[0]==="_"||fa.prop[0]==="*")&&(fa.raws.before+=fa.prop[0],fa.prop=fa.prop.slice(1)),fa.raws.between+=this.spacesAndCommentsFromStart(ka),this.precheckMissedSemicolon(ka);for(var ss=ka.length-1;ss>0;ss--){if(cs=ka[ss],cs[1].toLowerCase()==="!important"){fa.important=!0;var No=this.stringFrom(ka,ss);No=this.spacesFromEnd(ka)+No,No!==" !important"&&(fa.raws.important=No);break}else if(cs[1].toLowerCase()==="important"){for(var Us=ka.slice(0),Ws="",al=ss;al>0;al--){var Du=Us[al][0];if(Ws.trim().indexOf("!")===0&&Du!=="space")break;Ws=Us.pop()[1]+Ws}Ws.trim().indexOf("!")===0&&(fa.important=!0,fa.raws.important=Ws,ka=Us)}if(cs[0]!=="space"&&cs[0]!=="comment")break}this.raw(fa,"value",ka),fa.value.indexOf(":")!==-1&&this.checkMissedSemicolon(ka)},Sn.atrule=function(ka){var fa=new _o.default;fa.name=ka[1].slice(1),fa.name===""&&this.unnamedAtrule(fa,ka),this.init(fa,ka[2],ka[3]);for(var ko,xo,cs=!1,ss=!1,No=[];!this.tokenizer.endOfFile();){if(ka=this.tokenizer.nextToken(),ka[0]===";"){fa.source.end={line:ka[2],column:ka[3]},this.semicolon=!0;break}else if(ka[0]==="{"){ss=!0;break}else if(ka[0]==="}"){if(No.length>0){for(xo=No.length-1,ko=No[xo];ko&&ko[0]==="space";)ko=No[--xo];ko&&(fa.source.end={line:ko[4],column:ko[5]})}this.end(ka);break}else No.push(ka);if(this.tokenizer.endOfFile()){cs=!0;break}}fa.raws.between=this.spacesAndCommentsFromEnd(No),No.length?(fa.raws.afterName=this.spacesAndCommentsFromStart(No),this.raw(fa,"params",No),cs&&(ka=No[No.length-1],fa.source.end={line:ka[4],column:ka[5]},this.spaces=fa.raws.between,fa.raws.between="")):(fa.raws.afterName="",fa.params=""),ss&&(fa.nodes=[],this.current=fa)},Sn.end=function(ka){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:ka[2],column:ka[3]},this.current=this.current.parent):this.unexpectedClose(ka)},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(ka){if(this.spaces+=ka[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(ka,fa,ko){this.current.push(ka),ka.source={start:{line:fa,column:ko},input:this.input},ka.raws.before=this.spaces,this.spaces="",ka.type!=="comment"&&(this.semicolon=!1)},Sn.raw=function(ka,fa,ko){for(var xo,cs,ss=ko.length,No="",Us=!0,Ws,al,Du=/^([.|#])?([\w])+/i,Ku=0;Ku<ss;Ku+=1){if(xo=ko[Ku],cs=xo[0],cs==="comment"&&ka.type==="rule"){al=ko[Ku-1],Ws=ko[Ku+1],al[0]!=="space"&&Ws[0]!=="space"&&Du.test(al[1])&&Du.test(Ws[1])?No+=xo[1]:Us=!1;continue}cs==="comment"||cs==="space"&&Ku===ss-1?Us=!1:No+=xo[1]}if(!Us){var pc=ko.reduce(function(Pc,Bc){return Pc+Bc[1]},"");ka.raws[fa]={value:No,raw:pc}}ka[fa]=No},Sn.spacesAndCommentsFromEnd=function(ka){for(var fa,ko="";ka.length&&(fa=ka[ka.length-1][0],!(fa!=="space"&&fa!=="comment"));)ko=ka.pop()[1]+ko;return ko},Sn.spacesAndCommentsFromStart=function(ka){for(var fa,ko="";ka.length&&(fa=ka[0][0],!(fa!=="space"&&fa!=="comment"));)ko+=ka.shift()[1];return ko},Sn.spacesFromEnd=function(ka){for(var fa,ko="";ka.length&&(fa=ka[ka.length-1][0],fa==="space");)ko=ka.pop()[1]+ko;return ko},Sn.stringFrom=function(ka,fa){for(var ko="",xo=fa;xo<ka.length;xo++)ko+=ka[xo][1];return ka.splice(fa,ka.length-fa),ko},Sn.colon=function(ka){for(var fa=0,ko,xo,cs,ss=0;ss<ka.length;ss++){if(ko=ka[ss],xo=ko[0],xo==="("&&(fa+=1),xo===")"&&(fa-=1),fa===0&&xo===":")if(!cs)this.doubleColon(ko);else{if(cs[0]==="word"&&cs[1]==="progid")continue;return ss}cs=ko}return!1},Sn.unclosedBracket=function(ka){throw this.input.error("Unclosed bracket",ka[2],ka[3])},Sn.unknownWord=function(ka){throw this.input.error("Unknown word",ka[0][2],ka[0][3])},Sn.unexpectedClose=function(ka){throw this.input.error("Unexpected }",ka[2],ka[3])},Sn.unclosedBlock=function(){var ka=this.current.source.start;throw this.input.error("Unclosed block",ka.line,ka.column)},Sn.doubleColon=function(ka){throw this.input.error("Double colon",ka[2],ka[3])},Sn.unnamedAtrule=function(ka,fa){throw this.input.error("At-rule without name",fa[2],fa[3])},Sn.precheckMissedSemicolon=function(){},Sn.checkMissedSemicolon=function(ka){var fa=this.colon(ka);if(fa!==!1){for(var ko=0,xo,cs=fa-1;cs>=0&&(xo=ka[cs],!(xo[0]!=="space"&&(ko+=1,ko===2)));cs--);throw this.input.error("Missed semicolon",xo[2],xo[3])}},zn}();Mn.default=fo,Ia.exports=Mn.default}}),Su=ps({"node_modules/postcss-less/lib/nodes/inline-comment.js"(Mn,Ia){As();var xa=Ns(),Na=js();Ia.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),Ia.exports.isInlineComment.bind(this)(Ha)}return!1}}}}),Ec=ps({"node_modules/postcss-less/lib/nodes/interpolation.js"(Mn,Ia){As(),Ia.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}}}}),wu=ps({"node_modules/postcss-less/lib/nodes/mixin.js"(Mn,Ia){As();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};Ia.exports={isMixinToken:Ha}}}),Ul=ps({"node_modules/postcss-less/lib/nodes/import.js"(Mn,Ia){As();var xa=Ns(),Na=/^url\((.+)\)/;Ia.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}}}}}}),Iu=ps({"node_modules/postcss-less/lib/nodes/variable.js"(Mn,Ia){As();var xa=/:$/,Na=/^:(\s+)?/;Ia.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}}}}}),kl=ps({"node_modules/postcss-less/lib/LessParser.js"(Mn,Ia){As();var xa=Ts(),Na=Ka(),{isInlineComment:Ha}=Su(),{interpolation:_o}=Ec(),{isMixinToken:ro}=wu(),vo=Ul(),za=Iu(),fo=/(!\s*important)$/i;Ia.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]==="("),ka=zn.reverse().find(xo=>xo[0]===")"),fa=zn.reverse().indexOf(ka),ko=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=ko}init(zn,Sn,ka){super.init(zn,Sn,ka),this.lastNode=zn}inlineComment(zn){let Sn=new xa,ka=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(ka))Sn.text="",Sn.raws.left=ka,Sn.raws.right="";else{let fa=ka.match(/^(\s*)([^]*[^\s])(\s*)$/);[,Sn.raws.left,Sn.text,Sn.raws.right]=fa}}mixin(zn){let[Sn]=zn,ka=Sn[1].slice(0,1),fa=zn.findIndex(No=>No[0]==="brackets"),ko=zn.findIndex(No=>No[0]==="("),xo="";if((fa<0||fa>3)&&ko>0){let No=zn.reduce((Vc,Lc,Mc)=>Lc[0]===")"?Mc:Vc),Us=zn.slice(ko,No+ko).map(Vc=>Vc[1]).join(""),[Ws]=zn.slice(ko),al=[Ws[2],Ws[3]],[Du]=zn.slice(No,No+1),Ku=[Du[2],Du[3]],pc=["brackets",Us].concat(al,Ku),Pc=zn.slice(0,ko),Bc=zn.slice(No+1);zn=Pc,zn.push(pc),zn=zn.concat(Bc)}let cs=[];for(let No of zn)if((No[1]==="!"||cs.length)&&cs.push(No),No[1]==="important")break;if(cs.length){let[No]=cs,Us=zn.indexOf(No),Ws=cs[cs.length-1],al=[No[2],No[3]],Du=[Ws[4],Ws[5]],Ku=["word",cs.map(pc=>pc[1]).join("")].concat(al,Du);zn.splice(Us,cs.length,Ku)}let ss=zn.findIndex(No=>fo.test(No[1]));ss>0&&([,xo]=zn[ss],zn.splice(ss,1));for(let No of zn.reverse())this.tokenizer.back(No);this.atrule(this.tokenizer.nextToken()),this.lastNode.mixin=!0,this.lastNode.raws.identifier=ka,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],ka=zn[zn.length-2];if(ka[0]==="at-word"&&Sn[0]==="{"&&(this.tokenizer.back(Sn),_o.bind(this)(ka))){let fa=this.tokenizer.nextToken();zn=zn.slice(0,zn.length-2).concat([fa]);for(let ko of zn.reverse())this.tokenizer.back(ko);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)}}}}),bl=ps({"node_modules/postcss-less/lib/LessStringifier.js"(Mn,Ia){As();var xa=pl();Ia.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)}}}}),Pl=ps({"node_modules/postcss-less/lib/index.js"(Mn,Ia){As();var xa=js(),Na=kl(),Ha=bl();Ia.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 Ia.exports.stringify(_o,vo=>{ro+=vo}),ro}}}}),Au=ps({"node_modules/postcss-scss/lib/scss-stringifier.js"(Mn,Ia){As();function xa(_o,ro){_o.prototype=Object.create(ro.prototype),_o.prototype.constructor=_o,_o.__proto__=ro}var Na=pl(),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 ka;za.nodes&&za.nodes.length?(this.body(za),ka=this.raw(za,"after")):ka=this.raw(za,"after","emptyBody"),ka&&this.builder(ka),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);Ia.exports=Ha}}),dc=ps({"node_modules/postcss-scss/lib/scss-stringify.js"(Mn,Ia){As();var xa=Au();Ia.exports=function(Na,Ha){var _o=new xa(Ha);_o.stringify(Na)}}}),Ic=ps({"node_modules/postcss-scss/lib/nested-declaration.js"(Mn,Ia){As();function xa(_o,ro){_o.prototype=Object.create(ro.prototype),_o.prototype.constructor=_o,_o.__proto__=ro}var Na=Eu(),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);Ia.exports=Ha}}),jc=ps({"node_modules/postcss-scss/lib/scss-tokenize.js"(Mn,Ia){As();var xa=39,Na=34,Ha=92,_o=47,ro=10,vo=32,za=12,fo=9,zn=13,Sn=91,ka=93,fa=40,ko=41,xo=123,cs=125,ss=59,No=42,Us=58,Ws=64,al=44,Du=35,Ku=/[ \n\t\r\f{}()'"\\;/[\]#]/g,pc=/[ \n\t\r\f(){}:;@!'"\\\][#]|\/(?=\*)/g,Pc=/.[\\/("'\n]/,Bc=/[a-f0-9]/i,Vc=/[\r\f\n]/g;Ia.exports=function(Lc,Mc){Mc===void 0&&(Mc={});var Lu=Lc.css.valueOf(),_u=Mc.ignoreErrors,$u,gu,_p,Md,Kd,Td,id,_c,zc,Gc,Qc,rl,Ml,du,Qu=Lu.length,Qs=-1,Nc=1,gc=0,jp=[],pp=[];function Zd(vp){throw Lc.error("Unclosed "+vp,Nc,gc-Qs)}function Rf(){return pp.length===0&&gc>=Qu}function lf(){for(var vp=1,Np=!1,Cp=!1;vp>0;)gu+=1,Lu.length<=gu&&Zd("interpolation"),$u=Lu.charCodeAt(gu),rl=Lu.charCodeAt(gu+1),Np?!Cp&&$u===Np?(Np=!1,Cp=!1):$u===Ha?Cp=!Gc:Cp&&(Cp=!1):$u===xa||$u===Na?Np=$u:$u===cs?vp-=1:$u===Du&&rl===xo&&(vp+=1)}function Tp(){if(pp.length)return pp.pop();if(!(gc>=Qu)){switch($u=Lu.charCodeAt(gc),($u===ro||$u===za||$u===zn&&Lu.charCodeAt(gc+1)!==ro)&&(Qs=gc,Nc+=1),$u){case ro:case vo:case fo:case zn:case za:gu=gc;do gu+=1,$u=Lu.charCodeAt(gu),$u===ro&&(Qs=gu,Nc+=1);while($u===vo||$u===ro||$u===fo||$u===zn||$u===za);Ml=["space",Lu.slice(gc,gu)],gc=gu-1;break;case Sn:Ml=["[","[",Nc,gc-Qs];break;case ka:Ml=["]","]",Nc,gc-Qs];break;case xo:Ml=["{","{",Nc,gc-Qs];break;case cs:Ml=["}","}",Nc,gc-Qs];break;case al:Ml=["word",",",Nc,gc-Qs,Nc,gc-Qs+1];break;case Us:Ml=[":",":",Nc,gc-Qs];break;case ss:Ml=[";",";",Nc,gc-Qs];break;case fa:if(Qc=jp.length?jp.pop()[1]:"",rl=Lu.charCodeAt(gc+1),Qc==="url"&&rl!==xa&&rl!==Na){for(du=1,Gc=!1,gu=gc+1;gu<=Lu.length-1;){if(rl=Lu.charCodeAt(gu),rl===Ha)Gc=!Gc;else if(rl===fa)du+=1;else if(rl===ko&&(du-=1,du===0))break;gu+=1}Td=Lu.slice(gc,gu+1),Md=Td.split(`
`),Kd=Md.length-1,Kd>0?(_c=Nc+Kd,zc=gu-Md[Kd].length):(_c=Nc,zc=Qs),Ml=["brackets",Td,Nc,gc-Qs,_c,gu-zc],Qs=zc,Nc=_c,gc=gu}else gu=Lu.indexOf(")",gc+1),Td=Lu.slice(gc,gu+1),gu===-1||Pc.test(Td)?Ml=["(","(",Nc,gc-Qs]:(Ml=["brackets",Td,Nc,gc-Qs,Nc,gu-Qs],gc=gu);break;case ko:Ml=[")",")",Nc,gc-Qs];break;case xa:case Na:for(_p=$u,gu=gc,Gc=!1;gu<Qu&&(gu++,gu===Qu&&Zd("string"),$u=Lu.charCodeAt(gu),rl=Lu.charCodeAt(gu+1),!(!Gc&&$u===_p));)$u===Ha?Gc=!Gc:Gc?Gc=!1:$u===Du&&rl===xo&&lf();Td=Lu.slice(gc,gu+1),Md=Td.split(`
`),Kd=Md.length-1,Kd>0?(_c=Nc+Kd,zc=gu-Md[Kd].length):(_c=Nc,zc=Qs),Ml=["string",Lu.slice(gc,gu+1),Nc,gc-Qs,_c,gu-zc],Qs=zc,Nc=_c,gc=gu;break;case Ws:Ku.lastIndex=gc+1,Ku.test(Lu),Ku.lastIndex===0?gu=Lu.length-1:gu=Ku.lastIndex-2,Ml=["at-word",Lu.slice(gc,gu+1),Nc,gc-Qs,Nc,gu-Qs],gc=gu;break;case Ha:for(gu=gc,id=!0;Lu.charCodeAt(gu+1)===Ha;)gu+=1,id=!id;if($u=Lu.charCodeAt(gu+1),id&&$u!==_o&&$u!==vo&&$u!==ro&&$u!==fo&&$u!==zn&&$u!==za&&(gu+=1,Bc.test(Lu.charAt(gu)))){for(;Bc.test(Lu.charAt(gu+1));)gu+=1;Lu.charCodeAt(gu+1)===vo&&(gu+=1)}Ml=["word",Lu.slice(gc,gu+1),Nc,gc-Qs,Nc,gu-Qs],gc=gu;break;default:rl=Lu.charCodeAt(gc+1),$u===Du&&rl===xo?(gu=gc,lf(),Td=Lu.slice(gc,gu+1),Md=Td.split(`
`),Kd=Md.length-1,Kd>0?(_c=Nc+Kd,zc=gu-Md[Kd].length):(_c=Nc,zc=Qs),Ml=["word",Td,Nc,gc-Qs,_c,gu-zc],Qs=zc,Nc=_c,gc=gu):$u===_o&&rl===No?(gu=Lu.indexOf("*/",gc+2)+1,gu===0&&(_u?gu=Lu.length:Zd("comment")),Td=Lu.slice(gc,gu+1),Md=Td.split(`
`),Kd=Md.length-1,Kd>0?(_c=Nc+Kd,zc=gu-Md[Kd].length):(_c=Nc,zc=Qs),Ml=["comment",Td,Nc,gc-Qs,_c,gu-zc],Qs=zc,Nc=_c,gc=gu):$u===_o&&rl===_o?(Vc.lastIndex=gc+1,Vc.test(Lu),Vc.lastIndex===0?gu=Lu.length-1:gu=Vc.lastIndex-2,Td=Lu.slice(gc,gu+1),Ml=["comment",Td,Nc,gc-Qs,Nc,gu-Qs,"inline"],gc=gu):(pc.lastIndex=gc+1,pc.test(Lu),pc.lastIndex===0?gu=Lu.length-1:gu=pc.lastIndex-2,Ml=["word",Lu.slice(gc,gu+1),Nc,gc-Qs,Nc,gu-Qs],jp.push(Ml),gc=gu);break}return gc++,Ml}}function rd(vp){pp.push(vp)}return{back:rd,nextToken:Tp,endOfFile:Rf}}}}),Id=ps({"node_modules/postcss-scss/lib/scss-parser.js"(Mn,Ia){As();function xa(za,fo){za.prototype=Object.create(fo.prototype),za.prototype.constructor=za,za.__proto__=fo}var Na=Ts(),Ha=Ka(),_o=Ic(),ro=jc(),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 ka=!1,fa=0,ko="",ss=Sn,xo=Array.isArray(ss),cs=0,ss=xo?ss:ss[Symbol.iterator]();;){var No;if(xo){if(cs>=ss.length)break;No=ss[cs++]}else{if(cs=ss.next(),cs.done)break;No=cs.value}var Us=No;if(ka)Us[0]!=="comment"&&Us[0]!=="{"&&(ko+=Us[1]);else{if(Us[0]==="space"&&Us[1].indexOf(`
`)!==-1)break;Us[0]==="("?fa+=1:Us[0]===")"?fa-=1:fa===0&&Us[0]===":"&&(ka=!0)}}if(!ka||ko.trim()===""||/^[a-zA-Z-:#]/.test(ko))za.prototype.rule.call(this,Sn);else{Sn.pop();var Ws=new _o;this.init(Ws);var al=Sn[Sn.length-1];for(al[4]?Ws.source.end={line:al[4],column:al[5]}:Ws.source.end={line:al[2],column:al[3]};Sn[0][0]!=="word";)Ws.raws.before+=Sn.shift()[1];for(Ws.source.start={line:Sn[0][2],column:Sn[0][3]},Ws.prop="";Sn.length;){var Du=Sn[0][0];if(Du===":"||Du==="space"||Du==="comment")break;Ws.prop+=Sn.shift()[1]}Ws.raws.between="";for(var Ku;Sn.length;)if(Ku=Sn.shift(),Ku[0]===":"){Ws.raws.between+=Ku[1];break}else Ws.raws.between+=Ku[1];(Ws.prop[0]==="_"||Ws.prop[0]==="*")&&(Ws.raws.before+=Ws.prop[0],Ws.prop=Ws.prop.slice(1)),Ws.raws.between+=this.spacesAndCommentsFromStart(Sn),this.precheckMissedSemicolon(Sn);for(var pc=Sn.length-1;pc>0;pc--){if(Ku=Sn[pc],Ku[1]==="!important"){Ws.important=!0;var Pc=this.stringFrom(Sn,pc);Pc=this.spacesFromEnd(Sn)+Pc,Pc!==" !important"&&(Ws.raws.important=Pc);break}else if(Ku[1]==="important"){for(var Bc=Sn.slice(0),Vc="",Lc=pc;Lc>0;Lc--){var Mc=Bc[Lc][0];if(Vc.trim().indexOf("!")===0&&Mc!=="space")break;Vc=Bc.pop()[1]+Vc}Vc.trim().indexOf("!")===0&&(Ws.important=!0,Ws.raws.important=Vc,Sn=Bc)}if(Ku[0]!=="space"&&Ku[0]!=="comment")break}this.raw(Ws,"value",Sn),Ws.value.indexOf(":")!==-1&&this.checkMissedSemicolon(Sn),this.current=Ws}},zn.comment=function(Sn){if(Sn[6]==="inline"){var ka=new Na;this.init(ka,Sn[2],Sn[3]),ka.raws.inline=!0,ka.source.end={line:Sn[4],column:Sn[5]};var fa=Sn[1].slice(2);if(/^\s*$/.test(fa))ka.text="",ka.raws.left=fa,ka.raws.right="";else{var ko=fa.match(/^(\s*)([^]*[^\s])(\s*)$/),xo=ko[2].replace(/(\*\/|\/\*)/g,"*//*");ka.text=xo,ka.raws.left=ko[1],ka.raws.right=ko[3],ka.raws.text=ko[2]}}else za.prototype.comment.call(this,Sn)},zn.raw=function(Sn,ka,fa){if(za.prototype.raw.call(this,Sn,ka,fa),Sn.raws[ka]){var ko=Sn.raws[ka].raw;Sn.raws[ka].raw=fa.reduce(function(xo,cs){if(cs[0]==="comment"&&cs[6]==="inline"){var ss=cs[1].slice(2).replace(/(\*\/|\/\*)/g,"*//*");return xo+"/*"+ss+"*/"}else return xo+cs[1]},""),ko!==Sn.raws[ka].raw&&(Sn.raws[ka].scss=ko)}},fo}(Ha);Ia.exports=vo}}),xc=ps({"node_modules/postcss-scss/lib/scss-parse.js"(Mn,Ia){As();var xa=js(),Na=Id();Ia.exports=function(Ha,_o){var ro=new xa(Ha,_o),vo=new Na(ro);return vo.parse(),vo.root}}}),rp=ps({"node_modules/postcss-scss/lib/scss-syntax.js"(Mn,Ia){As();var xa=dc(),Na=xc();Ia.exports={parse:Na,stringify:xa}}});As();var Hp=Uu(),Rp=ju(),dp=$c(),{hasPragma:Xc}=Vu(),{locStart:ud,locEnd:rf}=ns(),{calculateLoc:nf,replaceQuotesInInlineComments:Tf}=ns(),Qp=Tu(),Jd=_l(),hp=Hu(),gp=Rc(),Vd=ld(),Hd=hd(),ed=yp(),zd=fp(),Ip=Mn=>{for(;Mn.parent;)Mn=Mn.parent;return Mn};function Hf(Mn,Ia){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(gp(Ia.parser,fo.value)&&fo.type==="number"&&fo.unit===".."&&Rp(fo.value)==="."&&(fo.value=fo.value.slice(0,-1),fo.unit="..."),fo.type==="func"&&fo.value==="selector"&&(fo.group.groups=[sf(Ip(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 ka=0;ka<zn.length;ka++){let fa=zn[ka];fa.type==="comma_group"?Sn=[...Sn,...fa.groups]:Sn.push(fa)}if(Qp(Sn)||!Jd(Sn)&&!Hd(Sn[0])){let ka=ed({groups:fo.group.groups});fo.group.groups=[ka.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=Rp(vo),ro.groups.push(Na),Ha.pop(),Na=Rp(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 rh(Mn){return Mn.type==="paren_group"&&!Mn.open&&!Mn.close&&Mn.groups.length===1||Mn.type==="comma_group"&&Mn.groups.length===1?rh(Mn.groups[0]):Mn.type==="paren_group"||Mn.type==="comma_group"?Object.assign(Object.assign({},Mn),{},{groups:Mn.groups.map(rh)}):Mn}function of(Mn,Ia,xa){if(Mn&&typeof Mn=="object"){delete Mn.parent;for(let Na in Mn)of(Mn[Na],Ia,xa),Na==="type"&&typeof Mn[Na]=="string"&&!Mn[Na].startsWith(Ia)&&(!xa||!xa.test(Mn[Na]))&&(Mn[Na]=Ia+Mn[Na])}return Mn}function Nm(Mn){if(Mn&&typeof Mn=="object"){delete Mn.parent;for(let Ia in Mn)Nm(Mn[Ia]);!Array.isArray(Mn)&&Mn.value&&!Mn.type&&(Mn.type="unknown")}return Mn}function Am(Mn,Ia){if(Mn&&typeof Mn=="object"){for(let xa in Mn)xa!=="parent"&&(Am(Mn[xa],Ia),xa==="nodes"&&(Mn.group=rh(Hf(Mn,Ia)),delete Mn[xa]));delete Mn.parent}return Mn}function Lp(Mn,Ia){let xa=lm(),Na=null;try{Na=xa(Mn,{loose:!0}).parse()}catch{return{type:"value-unknown",value:Mn}}Na.text=Mn;let Ha=Am(Na,Ia);return of(Ha,"value-",/^selector-/)}function sf(Mn){if(/\/\/|\/\*/.test(Mn))return{type:"selector-unknown",value:Mn.trim()};let Ia=Fm(),xa=null;try{Ia(Na=>{xa=Na}).process(Mn)}catch{return{type:"selector-unknown",value:Mn}}return of(xa,"selector-")}function Jf(Mn){let Ia=Vf().default,xa=null;try{xa=Ia(Mn)}catch{return{type:"selector-unknown",value:Mn}}return of(Nm(xa),"media-")}var cm=/(\s*)(!default).*$/,$p=/(\s*)(!global).*$/;function Sp(Mn,Ia){if(Mn&&typeof Mn=="object"){delete Mn.parent;for(let za in Mn)Sp(Mn[za],Ia);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=Lp(_o,Ia),Mn):(Vd(Mn)&&(Mn.isSCSSNesterProperty=!0),Mn.selector=sf(_o),Mn);if(ro.length>0){let za=ro.match(cm);za&&(ro=ro.slice(0,za.index),Mn.scssDefault=!0,za[0].trim()!=="!default"&&(Mn.raws.scssDefault=za[0]));let fo=ro.match($p);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=Lp(ro,Ia)}if(hp(Ia)&&Mn.type==="css-decl"&&ro.startsWith("extend(")&&(Mn.extend||(Mn.extend=Mn.raws.between===":"),Mn.extend&&!Mn.selector&&(delete Mn.value,Mn.selector=sf(ro.slice(7,-1)))),Mn.type==="css-atrule"){if(hp(Ia)){if(Mn.mixin){let za=Mn.raws.identifier+Mn.name+Mn.raws.afterName+Mn.raws.params;return Mn.selector=sf(za),delete Mn.params,Mn}if(Mn.function)return Mn}if(Ia.parser==="css"&&Mn.name==="custom-selector"){let za=Mn.params.match(/:--\S+\s+/)[0].trim();return Mn.customSelector=za,Mn.selector=sf(Mn.params.slice(za.length).trim()),delete Mn.params,Mn}if(hp(Ia)){if(Mn.name.includes(":")&&!Mn.params){Mn.variable=!0;let za=Mn.name.split(":");Mn.name=za[0],Mn.value=Lp(za.slice(1).join(":"),Ia)}if(!["page","nest","keyframes"].includes(Mn.name)&&Mn.params&&Mn.params[0]===":"){Mn.variable=!0;let za=Mn.params.slice(1);za&&(Mn.value=Lp(za,Ia)),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=sf(vo),delete Mn.params,Mn):za==="at-root"?(/^\(\s*(?:without|with)\s*:.+\)$/s.test(vo)?Mn.params=Lp(vo,Ia):(Mn.selector=sf(vo),delete Mn.params),Mn):zd(fo)?(Mn.import=!0,delete Mn.filename,Mn.params=Lp(vo,Ia),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=Lp(vo,Ia),delete Mn.params,Mn):["media","custom-media"].includes(fo)?vo.includes("#{")?{type:"media-unknown",value:vo}:(Mn.params=Jf(vo),Mn):(Mn.params=vo,Mn)}}return Mn}function Vm(Mn,Ia,xa){let Na=dp(Ia),{frontMatter:Ha}=Na;Ia=Na.content;let _o;try{_o=Mn(Ia)}catch(ro){let{name:vo,reason:za,line:fo,column:zn}=ro;throw typeof fo!="number"?ro:Hp(`${vo}: ${za}`,{start:{line:fo,column:zn}})}return _o=Sp(of(_o,"css-"),xa),nf(_o,Ia),Ha&&(Ha.source={startOffset:0,endOffset:Ha.raw.length},_o.nodes.unshift(Ha)),_o}function dm(Mn,Ia){let xa=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},Na=gp(xa.parser,Mn)?[Of,fm]:[fm,Of],Ha;for(let _o of Na)try{return _o(Mn,Ia,xa)}catch(ro){Ha=Ha||ro}if(Ha)throw Ha}function fm(Mn,Ia){let xa=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},Na=Pl();return Vm(Ha=>Na.parse(Tf(Ha)),Mn,xa)}function Of(Mn,Ia){let xa=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},{parse:Na}=rp();return Vm(Na,Mn,xa)}var zp={astFormat:"postcss",hasPragma:Xc,locStart:ud,locEnd:rf};qa.exports={parsers:{css:Object.assign(Object.assign({},zp),{},{parse:dm}),less:Object.assign(Object.assign({},zp),{},{parse:fm}),scss:Object.assign(Object.assign({},zp),{},{parse:Of})}}});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=(Yl,ms)=>()=>(ms||Yl((ms={exports:{}}).exports,ms),ms.exports),n=y((Yl,ms)=>{var Rs=function(Hs){return Hs&&Hs.Math==Math&&Hs};ms.exports=Rs(typeof globalThis=="object"&&globalThis)||Rs(typeof window=="object"&&window)||Rs(typeof self=="object"&&self)||Rs(typeof commonjsGlobal=="object"&&commonjsGlobal)||function(){return this}()||Function("return this")()}),k=y((Yl,ms)=>{ms.exports=function(Rs){try{return!!Rs()}catch{return!0}}}),L=y((Yl,ms)=>{var Rs=k();ms.exports=!Rs(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!=7})}),$=y((Yl,ms)=>{var Rs=k();ms.exports=!Rs(function(){var Hs=(function(){}).bind();return typeof Hs!="function"||Hs.hasOwnProperty("prototype")})}),j=y((Yl,ms)=>{var Rs=$(),Hs=Function.prototype.call;ms.exports=Rs?Hs.bind(Hs):function(){return Hs.apply(Hs,arguments)}}),V=y(Yl=>{var ms={}.propertyIsEnumerable,Rs=Object.getOwnPropertyDescriptor,Hs=Rs&&!ms.call({1:2},1);Yl.f=Hs?function(zs){var Br=Rs(this,zs);return!!Br&&Br.enumerable}:ms}),z=y((Yl,ms)=>{ms.exports=function(Rs,Hs){return{enumerable:!(Rs&1),configurable:!(Rs&2),writable:!(Rs&4),value:Hs}}}),re=y((Yl,ms)=>{var Rs=$(),Hs=Function.prototype,zs=Hs.call,Br=Rs&&Hs.bind.bind(zs,zs);ms.exports=Rs?Br:function(Zn){return function(){return zs.apply(Zn,arguments)}}}),ie=y((Yl,ms)=>{var Rs=re(),Hs=Rs({}.toString),zs=Rs("".slice);ms.exports=function(Br){return zs(Hs(Br),8,-1)}}),oe=y((Yl,ms)=>{var Rs=re(),Hs=k(),zs=ie(),Br=Object,Zn=Rs("".split);ms.exports=Hs(function(){return!Br("z").propertyIsEnumerable(0)})?function(hn){return zs(hn)=="String"?Zn(hn,""):Br(hn)}:Br}),ue=y((Yl,ms)=>{ms.exports=function(Rs){return Rs==null}}),de=y((Yl,ms)=>{var Rs=ue(),Hs=TypeError;ms.exports=function(zs){if(Rs(zs))throw Hs("Can't call method on "+zs);return zs}}),pe=y((Yl,ms)=>{var Rs=oe(),Hs=de();ms.exports=function(zs){return Rs(Hs(zs))}}),Ie=y((Yl,ms)=>{var Rs=typeof document=="object"&&document.all,Hs=typeof Rs>"u"&&Rs!==void 0;ms.exports={all:Rs,IS_HTMLDDA:Hs}}),_e=y((Yl,ms)=>{var Rs=Ie(),Hs=Rs.all;ms.exports=Rs.IS_HTMLDDA?function(zs){return typeof zs=="function"||zs===Hs}:function(zs){return typeof zs=="function"}}),Ce=y((Yl,ms)=>{var Rs=_e(),Hs=Ie(),zs=Hs.all;ms.exports=Hs.IS_HTMLDDA?function(Br){return typeof Br=="object"?Br!==null:Rs(Br)||Br===zs}:function(Br){return typeof Br=="object"?Br!==null:Rs(Br)}}),he=y((Yl,ms)=>{var Rs=n(),Hs=_e(),zs=function(Br){return Hs(Br)?Br:void 0};ms.exports=function(Br,Zn){return arguments.length<2?zs(Rs[Br]):Rs[Br]&&Rs[Br][Zn]}}),Ne=y((Yl,ms)=>{var Rs=re();ms.exports=Rs({}.isPrototypeOf)}),Fe=y((Yl,ms)=>{var Rs=he();ms.exports=Rs("navigator","userAgent")||""}),Ve=y((Yl,ms)=>{var Rs=n(),Hs=Fe(),zs=Rs.process,Br=Rs.Deno,Zn=zs&&zs.versions||Br&&Br.version,hn=Zn&&Zn.v8,Ln,Vi;hn&&(Ln=hn.split("."),Vi=Ln[0]>0&&Ln[0]<4?1:+(Ln[0]+Ln[1])),!Vi&&Hs&&(Ln=Hs.match(/Edge\/(\d+)/),(!Ln||Ln[1]>=74)&&(Ln=Hs.match(/Chrome\/(\d+)/),Ln&&(Vi=+Ln[1]))),ms.exports=Vi}),jt=y((Yl,ms)=>{var Rs=Ve(),Hs=k();ms.exports=!!Object.getOwnPropertySymbols&&!Hs(function(){var zs=Symbol();return!String(zs)||!(Object(zs)instanceof Symbol)||!Symbol.sham&&Rs&&Rs<41})}),Et=y((Yl,ms)=>{var Rs=jt();ms.exports=Rs&&!Symbol.sham&&typeof Symbol.iterator=="symbol"}),Ue=y((Yl,ms)=>{var Rs=he(),Hs=_e(),zs=Ne(),Br=Et(),Zn=Object;ms.exports=Br?function(hn){return typeof hn=="symbol"}:function(hn){var Ln=Rs("Symbol");return Hs(Ln)&&zs(Ln.prototype,Zn(hn))}}),qe=y((Yl,ms)=>{var Rs=String;ms.exports=function(Hs){try{return Rs(Hs)}catch{return"Object"}}}),kt=y((Yl,ms)=>{var Rs=_e(),Hs=qe(),zs=TypeError;ms.exports=function(Br){if(Rs(Br))return Br;throw zs(Hs(Br)+" is not a function")}}),tr=y((Yl,ms)=>{var Rs=kt(),Hs=ue();ms.exports=function(zs,Br){var Zn=zs[Br];return Hs(Zn)?void 0:Rs(Zn)}}),rr=y((Yl,ms)=>{var Rs=j(),Hs=_e(),zs=Ce(),Br=TypeError;ms.exports=function(Zn,hn){var Ln,Vi;if(hn==="string"&&Hs(Ln=Zn.toString)&&!zs(Vi=Rs(Ln,Zn))||Hs(Ln=Zn.valueOf)&&!zs(Vi=Rs(Ln,Zn))||hn!=="string"&&Hs(Ln=Zn.toString)&&!zs(Vi=Rs(Ln,Zn)))return Vi;throw Br("Can't convert object to primitive value")}}),ar=y((Yl,ms)=>{ms.exports=!1}),nr=y((Yl,ms)=>{var Rs=n(),Hs=Object.defineProperty;ms.exports=function(zs,Br){try{Hs(Rs,zs,{value:Br,configurable:!0,writable:!0})}catch{Rs[zs]=Br}return Br}}),ur=y((Yl,ms)=>{var Rs=n(),Hs=nr(),zs="__core-js_shared__",Br=Rs[zs]||Hs(zs,{});ms.exports=Br}),cr=y((Yl,ms)=>{var Rs=ar(),Hs=ur();(ms.exports=function(zs,Br){return Hs[zs]||(Hs[zs]=Br!==void 0?Br:{})})("versions",[]).push({version:"3.26.1",mode:Rs?"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"})}),mr=y((Yl,ms)=>{var Rs=de(),Hs=Object;ms.exports=function(zs){return Hs(Rs(zs))}}),hr=y((Yl,ms)=>{var Rs=re(),Hs=mr(),zs=Rs({}.hasOwnProperty);ms.exports=Object.hasOwn||function(Br,Zn){return zs(Hs(Br),Zn)}}),br=y((Yl,ms)=>{var Rs=re(),Hs=0,zs=Math.random(),Br=Rs(1 .toString);ms.exports=function(Zn){return"Symbol("+(Zn===void 0?"":Zn)+")_"+Br(++Hs+zs,36)}}),Rr=y((Yl,ms)=>{var Rs=n(),Hs=cr(),zs=hr(),Br=br(),Zn=jt(),hn=Et(),Ln=Hs("wks"),Vi=Rs.Symbol,Wi=Vi&&Vi.for,pa=hn?Vi:Vi&&Vi.withoutSetter||Br;ms.exports=function(Ki){if(!zs(Ln,Ki)||!(Zn||typeof Ln[Ki]=="string")){var Xo="Symbol."+Ki;Zn&&zs(Vi,Ki)?Ln[Ki]=Vi[Ki]:hn&&Wi?Ln[Ki]=Wi(Xo):Ln[Ki]=pa(Xo)}return Ln[Ki]}}),xr=y((Yl,ms)=>{var Rs=j(),Hs=Ce(),zs=Ue(),Br=tr(),Zn=rr(),hn=Rr(),Ln=TypeError,Vi=hn("toPrimitive");ms.exports=function(Wi,pa){if(!Hs(Wi)||zs(Wi))return Wi;var Ki=Br(Wi,Vi),Xo;if(Ki){if(pa===void 0&&(pa="default"),Xo=Rs(Ki,Wi,pa),!Hs(Xo)||zs(Xo))return Xo;throw Ln("Can't convert object to primitive value")}return pa===void 0&&(pa="number"),Zn(Wi,pa)}}),Er=y((Yl,ms)=>{var Rs=xr(),Hs=Ue();ms.exports=function(zs){var Br=Rs(zs,"string");return Hs(Br)?Br:Br+""}}),vr=y((Yl,ms)=>{var Rs=n(),Hs=Ce(),zs=Rs.document,Br=Hs(zs)&&Hs(zs.createElement);ms.exports=function(Zn){return Br?zs.createElement(Zn):{}}}),Ir=y((Yl,ms)=>{var Rs=L(),Hs=k(),zs=vr();ms.exports=!Rs&&!Hs(function(){return Object.defineProperty(zs("div"),"a",{get:function(){return 7}}).a!=7})}),Lr=y(Yl=>{var ms=L(),Rs=j(),Hs=V(),zs=z(),Br=pe(),Zn=Er(),hn=hr(),Ln=Ir(),Vi=Object.getOwnPropertyDescriptor;Yl.f=ms?Vi:function(Wi,pa){if(Wi=Br(Wi),pa=Zn(pa),Ln)try{return Vi(Wi,pa)}catch{}if(hn(Wi,pa))return zs(!Rs(Hs.f,Wi,pa),Wi[pa])}}),gr=y((Yl,ms)=>{var Rs=L(),Hs=k();ms.exports=Rs&&Hs(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!=42})}),_r=y((Yl,ms)=>{var Rs=Ce(),Hs=String,zs=TypeError;ms.exports=function(Br){if(Rs(Br))return Br;throw zs(Hs(Br)+" is not an object")}}),Fr=y(Yl=>{var ms=L(),Rs=Ir(),Hs=gr(),zs=_r(),Br=Er(),Zn=TypeError,hn=Object.defineProperty,Ln=Object.getOwnPropertyDescriptor,Vi="enumerable",Wi="configurable",pa="writable";Yl.f=ms?Hs?function(Ki,Xo,Eo){if(zs(Ki),Xo=Br(Xo),zs(Eo),typeof Ki=="function"&&Xo==="prototype"&&"value"in Eo&&pa in Eo&&!Eo[pa]){var Fo=Ln(Ki,Xo);Fo&&Fo[pa]&&(Ki[Xo]=Eo.value,Eo={configurable:Wi in Eo?Eo[Wi]:Fo[Wi],enumerable:Vi in Eo?Eo[Vi]:Fo[Vi],writable:!1})}return hn(Ki,Xo,Eo)}:hn:function(Ki,Xo,Eo){if(zs(Ki),Xo=Br(Xo),zs(Eo),Rs)try{return hn(Ki,Xo,Eo)}catch{}if("get"in Eo||"set"in Eo)throw Zn("Accessors not supported");return"value"in Eo&&(Ki[Xo]=Eo.value),Ki}}),zr=y((Yl,ms)=>{var Rs=L(),Hs=Fr(),zs=z();ms.exports=Rs?function(Br,Zn,hn){return Hs.f(Br,Zn,zs(1,hn))}:function(Br,Zn,hn){return Br[Zn]=hn,Br}}),Vr=y((Yl,ms)=>{var Rs=L(),Hs=hr(),zs=Function.prototype,Br=Rs&&Object.getOwnPropertyDescriptor,Zn=Hs(zs,"name"),hn=Zn&&(function(){}).name==="something",Ln=Zn&&(!Rs||Rs&&Br(zs,"name").configurable);ms.exports={EXISTS:Zn,PROPER:hn,CONFIGURABLE:Ln}}),Gr=y((Yl,ms)=>{var Rs=re(),Hs=_e(),zs=ur(),Br=Rs(Function.toString);Hs(zs.inspectSource)||(zs.inspectSource=function(Zn){return Br(Zn)}),ms.exports=zs.inspectSource}),Tr=y((Yl,ms)=>{var Rs=n(),Hs=_e(),zs=Rs.WeakMap;ms.exports=Hs(zs)&&/native code/.test(String(zs))}),Cr=y((Yl,ms)=>{var Rs=cr(),Hs=br(),zs=Rs("keys");ms.exports=function(Br){return zs[Br]||(zs[Br]=Hs(Br))}}),Mr=y((Yl,ms)=>{ms.exports={}}),yr=y((Yl,ms)=>{var Rs=Tr(),Hs=n(),zs=Ce(),Br=zr(),Zn=hr(),hn=ur(),Ln=Cr(),Vi=Mr(),Wi="Object already initialized",pa=Hs.TypeError,Ki=Hs.WeakMap,Xo,Eo,Fo,_s=function(Io){return Fo(Io)?Eo(Io):Xo(Io,{})},An=function(Io){return function(yu){var Hl;if(!zs(yu)||(Hl=Eo(yu)).type!==Io)throw pa("Incompatible receiver, "+Io+" required");return Hl}};Rs||hn.state?(Vo=hn.state||(hn.state=new Ki),Vo.get=Vo.get,Vo.has=Vo.has,Vo.set=Vo.set,Xo=function(Io,yu){if(Vo.has(Io))throw pa(Wi);return yu.facade=Io,Vo.set(Io,yu),yu},Eo=function(Io){return Vo.get(Io)||{}},Fo=function(Io){return Vo.has(Io)}):(pu=Ln("state"),Vi[pu]=!0,Xo=function(Io,yu){if(Zn(Io,pu))throw pa(Wi);return yu.facade=Io,Br(Io,pu,yu),yu},Eo=function(Io){return Zn(Io,pu)?Io[pu]:{}},Fo=function(Io){return Zn(Io,pu)});var Vo,pu;ms.exports={set:Xo,get:Eo,has:Fo,enforce:_s,getterFor:An}}),Sr=y((Yl,ms)=>{var Rs=k(),Hs=_e(),zs=hr(),Br=L(),Zn=Vr().CONFIGURABLE,hn=Gr(),Ln=yr(),Vi=Ln.enforce,Wi=Ln.get,pa=Object.defineProperty,Ki=Br&&!Rs(function(){return pa(function(){},"length",{value:8}).length!==8}),Xo=String(String).split("String"),Eo=ms.exports=function(Fo,_s,An){String(_s).slice(0,7)==="Symbol("&&(_s="["+String(_s).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),An&&An.getter&&(_s="get "+_s),An&&An.setter&&(_s="set "+_s),(!zs(Fo,"name")||Zn&&Fo.name!==_s)&&(Br?pa(Fo,"name",{value:_s,configurable:!0}):Fo.name=_s),Ki&&An&&zs(An,"arity")&&Fo.length!==An.arity&&pa(Fo,"length",{value:An.arity});try{An&&zs(An,"constructor")&&An.constructor?Br&&pa(Fo,"prototype",{writable:!1}):Fo.prototype&&(Fo.prototype=void 0)}catch{}var Vo=Vi(Fo);return zs(Vo,"source")||(Vo.source=Xo.join(typeof _s=="string"?_s:"")),Fo};Function.prototype.toString=Eo(function(){return Hs(this)&&Wi(this).source||hn(this)},"toString")}),Dr=y((Yl,ms)=>{var Rs=_e(),Hs=Fr(),zs=Sr(),Br=nr();ms.exports=function(Zn,hn,Ln,Vi){Vi||(Vi={});var Wi=Vi.enumerable,pa=Vi.name!==void 0?Vi.name:hn;if(Rs(Ln)&&zs(Ln,pa,Vi),Vi.global)Wi?Zn[hn]=Ln:Br(hn,Ln);else{try{Vi.unsafe?Zn[hn]&&(Wi=!0):delete Zn[hn]}catch{}Wi?Zn[hn]=Ln:Hs.f(Zn,hn,{value:Ln,enumerable:!1,configurable:!Vi.nonConfigurable,writable:!Vi.nonWritable})}return Zn}}),kr=y((Yl,ms)=>{var Rs=Math.ceil,Hs=Math.floor;ms.exports=Math.trunc||function(zs){var Br=+zs;return(Br>0?Hs:Rs)(Br)}}),Wr=y((Yl,ms)=>{var Rs=kr();ms.exports=function(Hs){var zs=+Hs;return zs!==zs||zs===0?0:Rs(zs)}}),Kr=y((Yl,ms)=>{var Rs=Wr(),Hs=Math.max,zs=Math.min;ms.exports=function(Br,Zn){var hn=Rs(Br);return hn<0?Hs(hn+Zn,0):zs(hn,Zn)}}),Nr=y((Yl,ms)=>{var Rs=Wr(),Hs=Math.min;ms.exports=function(zs){return zs>0?Hs(Rs(zs),9007199254740991):0}}),jr=y((Yl,ms)=>{var Rs=Nr();ms.exports=function(Hs){return Rs(Hs.length)}}),Qr=y((Yl,ms)=>{var Rs=pe(),Hs=Kr(),zs=jr(),Br=function(Zn){return function(hn,Ln,Vi){var Wi=Rs(hn),pa=zs(Wi),Ki=Hs(Vi,pa),Xo;if(Zn&&Ln!=Ln){for(;pa>Ki;)if(Xo=Wi[Ki++],Xo!=Xo)return!0}else for(;pa>Ki;Ki++)if((Zn||Ki in Wi)&&Wi[Ki]===Ln)return Zn||Ki||0;return!Zn&&-1}};ms.exports={includes:Br(!0),indexOf:Br(!1)}}),ca=y((Yl,ms)=>{var Rs=re(),Hs=hr(),zs=pe(),Br=Qr().indexOf,Zn=Mr(),hn=Rs([].push);ms.exports=function(Ln,Vi){var Wi=zs(Ln),pa=0,Ki=[],Xo;for(Xo in Wi)!Hs(Zn,Xo)&&Hs(Wi,Xo)&&hn(Ki,Xo);for(;Vi.length>pa;)Hs(Wi,Xo=Vi[pa++])&&(~Br(Ki,Xo)||hn(Ki,Xo));return Ki}}),Po=y((Yl,ms)=>{ms.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]}),Wa=y(Yl=>{var ms=ca(),Rs=Po(),Hs=Rs.concat("length","prototype");Yl.f=Object.getOwnPropertyNames||function(zs){return ms(zs,Hs)}}),qo=y(Yl=>{Yl.f=Object.getOwnPropertySymbols}),ds=y((Yl,ms)=>{var Rs=he(),Hs=re(),zs=Wa(),Br=qo(),Zn=_r(),hn=Hs([].concat);ms.exports=Rs("Reflect","ownKeys")||function(Ln){var Vi=zs.f(Zn(Ln)),Wi=Br.f;return Wi?hn(Vi,Wi(Ln)):Vi}}),Kn=y((Yl,ms)=>{var Rs=hr(),Hs=ds(),zs=Lr(),Br=Fr();ms.exports=function(Zn,hn,Ln){for(var Vi=Hs(hn),Wi=Br.f,pa=zs.f,Ki=0;Ki<Vi.length;Ki++){var Xo=Vi[Ki];!Rs(Zn,Xo)&&!(Ln&&Rs(Ln,Xo))&&Wi(Zn,Xo,pa(hn,Xo))}}}),Hr=y((Yl,ms)=>{var Rs=k(),Hs=_e(),zs=/#|\.prototype\./,Br=function(Wi,pa){var Ki=hn[Zn(Wi)];return Ki==Vi?!0:Ki==Ln?!1:Hs(pa)?Rs(pa):!!pa},Zn=Br.normalize=function(Wi){return String(Wi).replace(zs,".").toLowerCase()},hn=Br.data={},Ln=Br.NATIVE="N",Vi=Br.POLYFILL="P";ms.exports=Br}),Ar=y((Yl,ms)=>{var Rs=n(),Hs=Lr().f,zs=zr(),Br=Dr(),Zn=nr(),hn=Kn(),Ln=Hr();ms.exports=function(Vi,Wi){var pa=Vi.target,Ki=Vi.global,Xo=Vi.stat,Eo,Fo,_s,An,Vo,pu;if(Ki?Fo=Rs:Xo?Fo=Rs[pa]||Zn(pa,{}):Fo=(Rs[pa]||{}).prototype,Fo)for(_s in Wi){if(Vo=Wi[_s],Vi.dontCallGetSet?(pu=Hs(Fo,_s),An=pu&&pu.value):An=Fo[_s],Eo=Ln(Ki?_s:pa+(Xo?".":"#")+_s,Vi.forced),!Eo&&An!==void 0){if(typeof Vo==typeof An)continue;hn(Vo,An)}(Vi.sham||An&&An.sham)&&zs(Vo,"sham",!0),Br(Fo,_s,Vo,Vi)}}}),On=y((Yl,ms)=>{var Rs=ie();ms.exports=Array.isArray||function(Hs){return Rs(Hs)=="Array"}}),In=y((Yl,ms)=>{var Rs=TypeError,Hs=9007199254740991;ms.exports=function(zs){if(zs>Hs)throw Rs("Maximum allowed index exceeded");return zs}}),Sa=y((Yl,ms)=>{var Rs=ie(),Hs=re();ms.exports=function(zs){if(Rs(zs)==="Function")return Hs(zs)}}),sa=y((Yl,ms)=>{var Rs=Sa(),Hs=kt(),zs=$(),Br=Rs(Rs.bind);ms.exports=function(Zn,hn){return Hs(Zn),hn===void 0?Zn:zs?Br(Zn,hn):function(){return Zn.apply(hn,arguments)}}}),qa=y((Yl,ms)=>{var Rs=On(),Hs=jr(),zs=In(),Br=sa(),Zn=function(hn,Ln,Vi,Wi,pa,Ki,Xo,Eo){for(var Fo=pa,_s=0,An=Xo?Br(Xo,Eo):!1,Vo,pu;_s<Wi;)_s in Vi&&(Vo=An?An(Vi[_s],_s,Ln):Vi[_s],Ki>0&&Rs(Vo)?(pu=Hs(Vo),Fo=Zn(hn,Ln,Vo,pu,Fo,Ki-1)-1):(zs(Fo+1),hn[Fo]=Vo),Fo++),_s++;return Fo};ms.exports=Zn}),To=y((Yl,ms)=>{var Rs=Rr(),Hs=Rs("toStringTag"),zs={};zs[Hs]="z",ms.exports=String(zs)==="[object z]"}),Hi=y((Yl,ms)=>{var Rs=To(),Hs=_e(),zs=ie(),Br=Rr(),Zn=Br("toStringTag"),hn=Object,Ln=zs(function(){return arguments}())=="Arguments",Vi=function(Wi,pa){try{return Wi[pa]}catch{}};ms.exports=Rs?zs:function(Wi){var pa,Ki,Xo;return Wi===void 0?"Undefined":Wi===null?"Null":typeof(Ki=Vi(pa=hn(Wi),Zn))=="string"?Ki:Ln?zs(pa):(Xo=zs(pa))=="Object"&&Hs(pa.callee)?"Arguments":Xo}}),na=y((Yl,ms)=>{var Rs=re(),Hs=k(),zs=_e(),Br=Hi(),Zn=he(),hn=Gr(),Ln=function(){},Vi=[],Wi=Zn("Reflect","construct"),pa=/^\s*(?:class|function)\b/,Ki=Rs(pa.exec),Xo=!pa.exec(Ln),Eo=function(_s){if(!zs(_s))return!1;try{return Wi(Ln,Vi,_s),!0}catch{return!1}},Fo=function(_s){if(!zs(_s))return!1;switch(Br(_s)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return Xo||!!Ki(pa,hn(_s))}catch{return!0}};Fo.sham=!0,ms.exports=!Wi||Hs(function(){var _s;return Eo(Eo.call)||!Eo(Object)||!Eo(function(){_s=!0})||_s})?Fo:Eo}),Ma=y((Yl,ms)=>{var Rs=On(),Hs=na(),zs=Ce(),Br=Rr(),Zn=Br("species"),hn=Array;ms.exports=function(Ln){var Vi;return Rs(Ln)&&(Vi=Ln.constructor,Hs(Vi)&&(Vi===hn||Rs(Vi.prototype))?Vi=void 0:zs(Vi)&&(Vi=Vi[Zn],Vi===null&&(Vi=void 0))),Vi===void 0?hn:Vi}}),Ds=y((Yl,ms)=>{var Rs=Ma();ms.exports=function(Hs,zs){return new(Rs(Hs))(zs===0?0:zs)}}),ps=y(()=>{var Yl=Ar(),ms=qa(),Rs=kt(),Hs=mr(),zs=jr(),Br=Ds();Yl({target:"Array",proto:!0},{flatMap:function(Zn){var hn=Hs(this),Ln=zs(hn),Vi;return Rs(Zn),Vi=Br(hn,0),Vi.length=ms(Vi,hn,hn,Ln,0,1,Zn,arguments.length>1?arguments[1]:void 0),Vi}})}),yl=y((Yl,ms)=>{ms.exports={}}),$l=y((Yl,ms)=>{var Rs=Rr(),Hs=yl(),zs=Rs("iterator"),Br=Array.prototype;ms.exports=function(Zn){return Zn!==void 0&&(Hs.Array===Zn||Br[zs]===Zn)}}),Ou=y((Yl,ms)=>{var Rs=Hi(),Hs=tr(),zs=ue(),Br=yl(),Zn=Rr(),hn=Zn("iterator");ms.exports=function(Ln){if(!zs(Ln))return Hs(Ln,hn)||Hs(Ln,"@@iterator")||Br[Rs(Ln)]}}),As=y((Yl,ms)=>{var Rs=j(),Hs=kt(),zs=_r(),Br=qe(),Zn=Ou(),hn=TypeError;ms.exports=function(Ln,Vi){var Wi=arguments.length<2?Zn(Ln):Vi;if(Hs(Wi))return zs(Rs(Wi,Ln));throw hn(Br(Ln)+" is not iterable")}}),Uu=y((Yl,ms)=>{var Rs=j(),Hs=_r(),zs=tr();ms.exports=function(Br,Zn,hn){var Ln,Vi;Hs(Br);try{if(Ln=zs(Br,"return"),!Ln){if(Zn==="throw")throw hn;return hn}Ln=Rs(Ln,Br)}catch(Wi){Vi=!0,Ln=Wi}if(Zn==="throw")throw hn;if(Vi)throw Ln;return Hs(Ln),hn}}),ju=y((Yl,ms)=>{var Rs=sa(),Hs=j(),zs=_r(),Br=qe(),Zn=$l(),hn=jr(),Ln=Ne(),Vi=As(),Wi=Ou(),pa=Uu(),Ki=TypeError,Xo=function(Fo,_s){this.stopped=Fo,this.result=_s},Eo=Xo.prototype;ms.exports=function(Fo,_s,An){var Vo=An&&An.that,pu=!!(An&&An.AS_ENTRIES),Io=!!(An&&An.IS_RECORD),yu=!!(An&&An.IS_ITERATOR),Hl=!!(An&&An.INTERRUPTED),lc=Rs(_s,Vo),Vu,Ju,kn,ns,Wl,Tu,_l,Hu=function(ld){return Vu&&pa(Vu,"normal",ld),new Xo(!0,ld)},Rc=function(ld){return pu?(zs(ld),Hl?lc(ld[0],ld[1],Hu):lc(ld[0],ld[1])):Hl?lc(ld,Hu):lc(ld)};if(Io)Vu=Fo.iterator;else if(yu)Vu=Fo;else{if(Ju=Wi(Fo),!Ju)throw Ki(Br(Fo)+" is not iterable");if(Zn(Ju)){for(kn=0,ns=hn(Fo);ns>kn;kn++)if(Wl=Rc(Fo[kn]),Wl&&Ln(Eo,Wl))return Wl;return new Xo(!1)}Vu=Vi(Fo,Ju)}for(Tu=Io?Fo.next:Vu.next;!(_l=Hs(Tu,Vu)).done;){try{Wl=Rc(_l.value)}catch(ld){pa(Vu,"throw",ld)}if(typeof Wl=="object"&&Wl&&Ln(Eo,Wl))return Wl}return new Xo(!1)}}),$c=y((Yl,ms)=>{var Rs=Er(),Hs=Fr(),zs=z();ms.exports=function(Br,Zn,hn){var Ln=Rs(Zn);Ln in Br?Hs.f(Br,Ln,zs(0,hn)):Br[Ln]=hn}}),Oc=y(()=>{var Yl=Ar(),ms=ju(),Rs=$c();Yl({target:"Object",stat:!0},{fromEntries:function(Hs){var zs={};return ms(Hs,function(Br,Zn){Rs(zs,Br,Zn)},{AS_ENTRIES:!0}),zs}})}),vc=y((Yl,ms)=>{var Rs=["cliName","cliCategory","cliDescription"];function Hs(ks,us){if(ks==null)return{};var Co=zs(ks,us),Do,Ao;if(Object.getOwnPropertySymbols){var eo=Object.getOwnPropertySymbols(ks);for(Ao=0;Ao<eo.length;Ao++)Do=eo[Ao],!(us.indexOf(Do)>=0)&&Object.prototype.propertyIsEnumerable.call(ks,Do)&&(Co[Do]=ks[Do])}return Co}function zs(ks,us){if(ks==null)return{};var Co={},Do=Object.keys(ks),Ao,eo;for(eo=0;eo<Do.length;eo++)Ao=Do[eo],!(us.indexOf(Ao)>=0)&&(Co[Ao]=ks[Ao]);return Co}ps(),Oc();var Br=Object.create,Zn=Object.defineProperty,hn=Object.getOwnPropertyDescriptor,Ln=Object.getOwnPropertyNames,Vi=Object.getPrototypeOf,Wi=Object.prototype.hasOwnProperty,pa=(ks,us)=>function(){return ks&&(us=(0,ks[Ln(ks)[0]])(ks=0)),us},Ki=(ks,us)=>function(){return us||(0,ks[Ln(ks)[0]])((us={exports:{}}).exports,us),us.exports},Xo=(ks,us)=>{for(var Co in us)Zn(ks,Co,{get:us[Co],enumerable:!0})},Eo=(ks,us,Co,Do)=>{if(us&&typeof us=="object"||typeof us=="function")for(let Ao of Ln(us))!Wi.call(ks,Ao)&&Ao!==Co&&Zn(ks,Ao,{get:()=>us[Ao],enumerable:!(Do=hn(us,Ao))||Do.enumerable});return ks},Fo=(ks,us,Co)=>(Co=ks!=null?Br(Vi(ks)):{},Eo(!ks||!ks.__esModule?Zn(Co,"default",{value:ks,enumerable:!0}):Co,ks)),_s=ks=>Eo(Zn({},"__esModule",{value:!0}),ks),An,Vo=pa({"<define:process>"(){An={env:{},argv:[]}}}),pu=Ki({"node_modules/xtend/immutable.js"(ks,us){Vo(),us.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}}}),Io=Ki({"node_modules/inherits/inherits_browser.js"(ks,us){Vo(),typeof Object.create=="function"?us.exports=function(Co,Do){Do&&(Co.super_=Do,Co.prototype=Object.create(Do.prototype,{constructor:{value:Co,enumerable:!1,writable:!0,configurable:!0}}))}:us.exports=function(Co,Do){if(Do){Co.super_=Do;var Ao=function(){};Ao.prototype=Do.prototype,Co.prototype=new Ao,Co.prototype.constructor=Co}}}}),yu=Ki({"node_modules/unherit/index.js"(ks,us){Vo();var Co=pu(),Do=Io();us.exports=Ao;function Ao(eo){var So,Ro,no;Do(Ja,eo),Do(Yo,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 Yo($o){return eo.apply(this,$o)}function Ja(){return this instanceof Ja?eo.apply(this,arguments):new Yo(arguments)}}}}),Hl=Ki({"node_modules/state-toggle/index.js"(ks,us){Vo(),us.exports=Co;function Co(Do,Ao,eo){return So;function So(){var Ro=eo||this,no=Ro[Do];return Ro[Do]=!Ao,Yo;function Yo(){Ro[Do]=no}}}}}),lc=Ki({"node_modules/vfile-location/index.js"(ks,us){Vo(),us.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(Yo){var Ja=-1;if(Yo>-1&&Yo<eo[eo.length-1]){for(;++Ja<eo.length;)if(eo[Ja]>Yo)return{line:Ja+1,column:Yo-(eo[Ja-1]||0)+1,offset:Yo}}return{}}function no(Yo){var Ja=Yo&&Yo.line,$o=Yo&&Yo.column,ws;return!isNaN(Ja)&&!isNaN($o)&&Ja-1 in eo&&(ws=(eo[Ja-2]||0)+$o-1||0),ws>-1&&ws<eo[eo.length-1]?ws:-1}}}}),Vu=Ki({"node_modules/remark-parse/lib/unescape.js"(ks,us){Vo(),us.exports=Do;var Co="\\";function Do(Ao,eo){return So;function So(Ro){for(var no=0,Yo=Ro.indexOf(Co),Ja=Ao[eo],$o=[],ws;Yo!==-1;)$o.push(Ro.slice(no,Yo)),no=Yo+1,ws=Ro.charAt(no),(!ws||Ja.indexOf(ws)===-1)&&$o.push(Co),Yo=Ro.indexOf(Co,no+1);return $o.push(Ro.slice(no)),$o.join("")}}}}),Ju=Ki({"node_modules/character-entities-legacy/index.json"(ks,us){us.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:"ÿ"}}}),kn=Ki({"node_modules/character-reference-invalid/index.json"(ks,us){us.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:"Ÿ"}}}),ns=Ki({"node_modules/is-decimal/index.js"(ks,us){Vo(),us.exports=Co;function Co(Do){var Ao=typeof Do=="string"?Do.charCodeAt(0):Do;return Ao>=48&&Ao<=57}}}),Wl=Ki({"node_modules/is-hexadecimal/index.js"(ks,us){Vo(),us.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}}}),Tu=Ki({"node_modules/is-alphabetical/index.js"(ks,us){Vo(),us.exports=Co;function Co(Do){var Ao=typeof Do=="string"?Do.charCodeAt(0):Do;return Ao>=97&&Ao<=122||Ao>=65&&Ao<=90}}}),_l=Ki({"node_modules/is-alphanumerical/index.js"(ks,us){Vo();var Co=Tu(),Do=ns();us.exports=Ao;function Ao(eo){return Co(eo)||Do(eo)}}}),Hu=Ki({"node_modules/character-entities/index.json"(ks,us){us.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:""}}}),Rc=Ki({"node_modules/parse-entities/decode-entity.js"(ks,us){Vo();var Co=Hu();us.exports=Ao;var Do={}.hasOwnProperty;function Ao(eo){return Do.call(Co,eo)?Co[eo]:!1}}}),ld=Ki({"node_modules/parse-entities/index.js"(ks,us){Vo();var Co=Ju(),Do=kn(),Ao=ns(),eo=Wl(),So=_l(),Ro=Rc();us.exports=Ec;var no={}.hasOwnProperty,Yo=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},ws=9,fs=10,Bs=12,Ks=32,js=38,pl=59,is=60,ol=61,Ts=35,Cs=88,Ns=120,Ps=65533,Cl="named",Bl="hexadecimal",Eu="decimal",vl={};vl[Bl]=16,vl[Eu]=10;var Zl={};Zl[Cl]=So,Zl[Eu]=Ao,Zl[Bl]=eo;var bu=1,xu=2,Zs=3,Cu=4,ec=5,rc=6,Ka=7,Su={};Su[bu]="Named character references must be terminated by a semicolon",Su[xu]="Numeric character references must be terminated by a semicolon",Su[Zs]="Named character references cannot be empty",Su[Cu]="Numeric character references cannot be empty",Su[ec]="Named character references must be known",Su[rc]="Numeric character references cannot be disallowed",Su[Ka]="Numeric character references cannot be outside the permissible Unicode range";function Ec(kl,bl){var Pl={},Au,dc;bl||(bl={});for(dc in $o)Au=bl[dc],Pl[dc]=Au??$o[dc];return(Pl.position.indent||Pl.position.start)&&(Pl.indent=Pl.position.indent||[],Pl.position=Pl.position.start),wu(kl,Pl)}function wu(kl,bl){var Pl=bl.additional,Au=bl.nonTerminated,dc=bl.text,Ic=bl.reference,jc=bl.warning,Id=bl.textContext,xc=bl.referenceContext,rp=bl.warningContext,Hp=bl.position,Rp=bl.indent||[],dp=kl.length,Xc=0,ud=-1,rf=Hp.column||1,nf=Hp.line||1,Tf="",Qp=[],Jd,hp,gp,Vd,Hd,ed,zd,Ip,Hf,rh,of,Nm,Am,Lp,sf,Jf,cm,$p,Sp;for(typeof Pl=="string"&&(Pl=Pl.charCodeAt(0)),Jf=Vm(),Ip=jc?dm:Ja,Xc--,dp++;++Xc<dp;)if(Hd===fs&&(rf=Rp[ud]||1),Hd=kl.charCodeAt(Xc),Hd===js){if(zd=kl.charCodeAt(Xc+1),zd===ws||zd===fs||zd===Bs||zd===Ks||zd===js||zd===is||zd!==zd||Pl&&zd===Pl){Tf+=Yo(Hd),rf++;continue}for(Am=Xc+1,Nm=Am,Sp=Am,zd===Ts?(Sp=++Nm,zd=kl.charCodeAt(Sp),zd===Cs||zd===Ns?(Lp=Bl,Sp=++Nm):Lp=Eu):Lp=Cl,Jd="",of="",Vd="",sf=Zl[Lp],Sp--;++Sp<dp&&(zd=kl.charCodeAt(Sp),!!sf(zd));)Vd+=Yo(zd),Lp===Cl&&no.call(Co,Vd)&&(Jd=Vd,of=Co[Vd]);gp=kl.charCodeAt(Sp)===pl,gp&&(Sp++,hp=Lp===Cl?Ro(Vd):!1,hp&&(Jd=Vd,of=hp)),$p=1+Sp-Am,!gp&&!Au||(Vd?Lp===Cl?(gp&&!of?Ip(ec,1):(Jd!==Vd&&(Sp=Nm+Jd.length,$p=1+Sp-Nm,gp=!1),gp||(Hf=Jd?bu:Zs,bl.attribute?(zd=kl.charCodeAt(Sp),zd===ol?(Ip(Hf,$p),of=null):So(zd)?of=null:Ip(Hf,$p)):Ip(Hf,$p))),ed=of):(gp||Ip(xu,$p),ed=parseInt(Vd,vl[Lp]),Ul(ed)?(Ip(Ka,$p),ed=Yo(Ps)):ed in Do?(Ip(rc,$p),ed=Do[ed]):(rh="",Iu(ed)&&Ip(rc,$p),ed>65535&&(ed-=65536,rh+=Yo(ed>>>10|55296),ed=56320|ed&1023),ed=rh+Yo(ed))):Lp!==Cl&&Ip(Cu,$p)),ed?(fm(),Jf=Vm(),Xc=Sp-1,rf+=Sp-Am+1,Qp.push(ed),cm=Vm(),cm.offset++,Ic&&Ic.call(xc,ed,{start:Jf,end:cm},kl.slice(Am-1,Sp)),Jf=cm):(Vd=kl.slice(Am-1,Sp),Tf+=Vd,rf+=Vd.length,Xc=Sp-1)}else Hd===10&&(nf++,ud++,rf=0),Hd===Hd?(Tf+=Yo(Hd),rf++):fm();return Qp.join("");function Vm(){return{line:nf,column:rf,offset:Xc+(Hp.offset||0)}}function dm(Of,zp){var Mn=Vm();Mn.column+=zp,Mn.offset+=zp,jc.call(rp,Su[Of],Mn,Of)}function fm(){Tf&&(Qp.push(Tf),dc&&dc.call(Id,Tf,{start:Jf,end:Vm()}),Tf="")}}function Ul(kl){return kl>=55296&&kl<=57343||kl>1114111}function Iu(kl){return kl>=1&&kl<=8||kl===11||kl>=13&&kl<=31||kl>=127&&kl<=159||kl>=64976&&kl<=65007||(kl&65535)===65535||(kl&65535)===65534}}}),hd=Ki({"node_modules/remark-parse/lib/decode.js"(ks,us){Vo();var Co=pu(),Do=ld();us.exports=Ao;function Ao(eo){return Ro.raw=no,Ro;function So(Ja){for(var $o=eo.offset,ws=Ja.line,fs=[];++ws&&ws in $o;)fs.push(($o[ws]||0)+1);return{start:Ja,indent:fs}}function Ro(Ja,$o,ws){Do(Ja,{position:So($o),warning:Yo,text:ws,reference:ws,textContext:eo,referenceContext:eo})}function no(Ja,$o,ws){return Do(Ja,Co(ws,{position:So($o),warning:Yo}))}function Yo(Ja,$o,ws){ws!==3&&eo.file.message(Ja,$o)}}}}),yp=Ki({"node_modules/remark-parse/lib/tokenizer.js"(ks,us){Vo(),us.exports=Co;function Co(So){return Ro;function Ro(no,Yo){var Ja=this,$o=Ja.offset,ws=[],fs=Ja[So+"Methods"],Bs=Ja[So+"Tokenizers"],Ks=Yo.line,js=Yo.column,pl,is,ol,Ts,Cs,Ns;if(!no)return ws;for(xu.now=Bl,xu.file=Ja.file,Ps("");no;){for(pl=-1,is=fs.length,Cs=!1;++pl<is&&(Ts=fs[pl],ol=Bs[Ts],!(ol&&(!ol.onlyAtStart||Ja.atStart)&&(!ol.notInList||!Ja.inList)&&(!ol.notInBlock||!Ja.inBlock)&&(!ol.notInLink||!Ja.inLink)&&(Ns=no.length,ol.apply(Ja,[xu,no]),Cs=Ns!==no.length,Cs))););Cs||Ja.file.fail(new Error("Infinite loop"),xu.now())}return Ja.eof=Bl(),ws;function Ps(Zs){for(var Cu=-1,ec=Zs.indexOf(`
`);ec!==-1;)Ks++,Cu=ec,ec=Zs.indexOf(`
`,ec+1);Cu===-1?js+=Zs.length:js=Zs.length-Cu,Ks in $o&&(Cu!==-1?js+=$o[Ks]:js<=$o[Ks]&&(js=$o[Ks]+1))}function Cl(){var Zs=[],Cu=Ks+1;return function(){for(var ec=Ks+1;Cu<ec;)Zs.push(($o[Cu]||0)+1),Cu++;return Zs}}function Bl(){var Zs={line:Ks,column:js};return Zs.offset=Ja.toOffset(Zs),Zs}function Eu(Zs){this.start=Zs,this.end=Bl()}function vl(Zs){no.slice(0,Zs.length)!==Zs&&Ja.file.fail(new Error("Incorrectly eaten value: please report this warning on https://git.io/vg5Ft"),Bl())}function Zl(){var Zs=Bl();return Cu;function Cu(ec,rc){var Ka=ec.position,Su=Ka?Ka.start:Zs,Ec=[],wu=Ka&&Ka.end.line,Ul=Zs.line;if(ec.position=new Eu(Su),Ka&&rc&&Ka.indent){if(Ec=Ka.indent,wu<Ul){for(;++wu<Ul;)Ec.push(($o[wu]||0)+1);Ec.push(Zs.column)}rc=Ec.concat(rc)}return ec.position.indent=rc||[],ec}}function bu(Zs,Cu){var ec=Cu?Cu.children:ws,rc=ec[ec.length-1],Ka;return rc&&Zs.type===rc.type&&(Zs.type==="text"||Zs.type==="blockquote")&&Do(rc)&&Do(Zs)&&(Ka=Zs.type==="text"?Ao:eo,Zs=Ka.call(Ja,rc,Zs)),Zs!==rc&&ec.push(Zs),Ja.atStart&&ws.length!==0&&Ja.exitStart(),Zs}function xu(Zs){var Cu=Cl(),ec=Zl(),rc=Bl();return vl(Zs),Ka.reset=Su,Su.test=Ec,Ka.test=Ec,no=no.slice(Zs.length),Ps(Zs),Cu=Cu(),Ka;function Ka(wu,Ul){return ec(bu(ec(wu),Ul),Cu)}function Su(){var wu=Ka.apply(null,arguments);return Ks=rc.line,js=rc.column,no=Zs+no,wu}function Ec(){var wu=ec({});return Ks=rc.line,js=rc.column,no=Zs+no,wu.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)}}}),fp=Ki({"node_modules/markdown-escapes/index.js"(ks,us){Vo(),us.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}}}),kc=Ki({"node_modules/remark-parse/lib/block-elements.js"(ks,us){Vo(),us.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"]}}),qd=Ki({"node_modules/remark-parse/lib/defaults.js"(ks,us){Vo(),us.exports={position:!0,gfm:!0,commonmark:!1,pedantic:!1,blocks:kc()}}}),od=Ki({"node_modules/remark-parse/lib/set-options.js"(ks,us){Vo();var Co=pu(),Do=fp(),Ao=qd();us.exports=eo;function eo(So){var Ro=this,no=Ro.options,Yo,Ja;if(So==null)So={};else if(typeof So=="object")So=Co(So);else throw new Error("Invalid value `"+So+"` for setting `options`");for(Yo in Ao){if(Ja=So[Yo],Ja==null&&(Ja=no[Yo]),Yo!=="blocks"&&typeof Ja!="boolean"||Yo==="blocks"&&typeof Ja!="object")throw new Error("Invalid value `"+Ja+"` for setting `options."+Yo+"`");So[Yo]=Ja}return Ro.options=So,Ro.escape=Do(So),Ro}}}),kp=Ki({"node_modules/unist-util-is/convert.js"(ks,us){Vo(),us.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(Yo){var Ja;for(Ja in Ro)if(Yo[Ja]!==Ro[Ja])return!1;return!0}}function Ao(Ro){for(var no=[],Yo=-1;++Yo<Ro.length;)no[Yo]=Co(Ro[Yo]);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(Yo){return!!(Yo&&Yo.type===Ro)}}function So(){return!0}}}),Ap=Ki({"node_modules/unist-util-visit-parents/color.browser.js"(ks,us){Vo(),us.exports=Co;function Co(Do){return Do}}}),xf=Ki({"node_modules/unist-util-visit-parents/index.js"(ks,us){Vo(),us.exports=Ro;var Co=kp(),Do=Ap(),Ao=!0,eo="skip",So=!1;Ro.CONTINUE=Ao,Ro.SKIP=eo,Ro.EXIT=So;function Ro(Yo,Ja,$o,ws){var fs,Bs;typeof Ja=="function"&&typeof $o!="function"&&(ws=$o,$o=Ja,Ja=null),Bs=Co(Ja),fs=ws?-1:1,Ks(Yo,null,[])();function Ks(js,pl,is){var ol=typeof js=="object"&&js!==null?js:{},Ts;return typeof ol.type=="string"&&(Ts=typeof ol.tagName=="string"?ol.tagName:typeof ol.name=="string"?ol.name:void 0,Cs.displayName="node ("+Do(ol.type+(Ts?"<"+Ts+">":""))+")"),Cs;function Cs(){var Ns=is.concat(js),Ps=[],Cl,Bl;if((!Ja||Bs(js,pl,is[is.length-1]||null))&&(Ps=no($o(js,is)),Ps[0]===So))return Ps;if(js.children&&Ps[0]!==eo)for(Bl=(ws?js.children.length:-1)+fs;Bl>-1&&Bl<js.children.length;){if(Cl=Ks(js.children[Bl],Bl,Ns)(),Cl[0]===So)return Cl;Bl=typeof Cl[1]=="number"?Cl[1]:Bl+fs}return Ps}}}function no(Yo){return Yo!==null&&typeof Yo=="object"&&"length"in Yo?Yo:typeof Yo=="number"?[Ao,Yo]:[Yo]}}}),kf=Ki({"node_modules/unist-util-visit/index.js"(ks,us){Vo(),us.exports=So;var Co=xf(),Do=Co.CONTINUE,Ao=Co.SKIP,eo=Co.EXIT;So.CONTINUE=Do,So.SKIP=Ao,So.EXIT=eo;function So(Ro,no,Yo,Ja){typeof no=="function"&&typeof Yo!="function"&&(Ja=Yo,Yo=no,no=null),Co(Ro,no,$o,Ja);function $o(ws,fs){var Bs=fs[fs.length-1],Ks=Bs?Bs.children.indexOf(ws):null;return Yo(ws,Ks,Bs)}}}}),pf=Ki({"node_modules/unist-util-remove-position/index.js"(ks,us){Vo();var Co=kf();us.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}}}),Mp=Ki({"node_modules/remark-parse/lib/parse.js"(ks,us){Vo();var Co=pu(),Do=pf();us.exports=So;var Ao=`
`,eo=/\r\n|\r/g;function So(){var Ro=this,no=String(Ro.file),Yo={line:1,column:1,offset:0},Ja=Co(Yo),$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:Yo,end:Ro.eof||Co(Yo)}},Ro.options.position||Do($o,!0),$o}}}),hm=Ki({"node_modules/remark-parse/lib/tokenize/blank-line.js"(ks,us){Vo();var Co=/^[ \t]*(\n|$)/;us.exports=Do;function Do(Ao,eo,So){for(var Ro,no="",Yo=0,Ja=eo.length;Yo<Ja&&(Ro=Co.exec(eo.slice(Yo)),Ro!=null);)Yo+=Ro[0].length,no+=Ro[0];if(no!==""){if(So)return!0;Ao(no)}}}}),If=Ki({"node_modules/repeat-string/index.js"(ks,us){Vo();var Co="",Do;us.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}}}),Cc=Ki({"node_modules/trim-trailing-lines/index.js"(ks,us){Vo(),us.exports=Co;function Co(Do){return String(Do).replace(/\n+$/,"")}}}),Nf=Ki({"node_modules/remark-parse/lib/tokenize/code-indented.js"(ks,us){Vo();var Co=If(),Do=Cc();us.exports=Yo;var Ao=`
`,eo=" ",So=" ",Ro=4,no=Co(So,Ro);function Yo(Ja,$o,ws){for(var fs=-1,Bs=$o.length,Ks="",js="",pl="",is="",ol,Ts,Cs;++fs<Bs;)if(ol=$o.charAt(fs),Cs)if(Cs=!1,Ks+=pl,js+=is,pl="",is="",ol===Ao)pl=ol,is=ol;else for(Ks+=ol,js+=ol;++fs<Bs;){if(ol=$o.charAt(fs),!ol||ol===Ao){is=ol,pl=ol;break}Ks+=ol,js+=ol}else if(ol===So&&$o.charAt(fs+1)===ol&&$o.charAt(fs+2)===ol&&$o.charAt(fs+3)===ol)pl+=no,fs+=3,Cs=!0;else if(ol===eo)pl+=ol,Cs=!0;else{for(Ts="";ol===eo||ol===So;)Ts+=ol,ol=$o.charAt(++fs);if(ol!==Ao)break;pl+=Ts+ol,is+=ol}if(js)return ws?!0:Ja(Ks)({type:"code",lang:null,meta:null,value:Do(js)})}}}),xp=Ki({"node_modules/remark-parse/lib/tokenize/code-fenced.js"(ks,us){Vo(),us.exports=Yo;var Co=`
`,Do=" ",Ao=" ",eo="~",So="`",Ro=3,no=4;function Yo(Ja,$o,ws){var fs=this,Bs=fs.options.gfm,Ks=$o.length+1,js=0,pl="",is,ol,Ts,Cs,Ns,Ps,Cl,Bl,Eu,vl,Zl,bu,xu;if(Bs){for(;js<Ks&&(Ts=$o.charAt(js),!(Ts!==Ao&&Ts!==Do));)pl+=Ts,js++;if(bu=js,Ts=$o.charAt(js),!(Ts!==eo&&Ts!==So)){for(js++,ol=Ts,is=1,pl+=Ts;js<Ks&&(Ts=$o.charAt(js),Ts===ol);)pl+=Ts,is++,js++;if(!(is<Ro)){for(;js<Ks&&(Ts=$o.charAt(js),!(Ts!==Ao&&Ts!==Do));)pl+=Ts,js++;for(Cs="",Cl="";js<Ks&&(Ts=$o.charAt(js),!(Ts===Co||ol===So&&Ts===ol));)Ts===Ao||Ts===Do?Cl+=Ts:(Cs+=Cl+Ts,Cl=""),js++;if(Ts=$o.charAt(js),!(Ts&&Ts!==Co)){if(ws)return!0;xu=Ja.now(),xu.column+=pl.length,xu.offset+=pl.length,pl+=Cs,Cs=fs.decode.raw(fs.unescape(Cs),xu),Cl&&(pl+=Cl),Cl="",vl="",Zl="",Bl="",Eu="";for(var Zs=!0;js<Ks;){if(Ts=$o.charAt(js),Bl+=vl,Eu+=Zl,vl="",Zl="",Ts!==Co){Bl+=Ts,Zl+=Ts,js++;continue}for(Zs?(pl+=Ts,Zs=!1):(vl+=Ts,Zl+=Ts),Cl="",js++;js<Ks&&(Ts=$o.charAt(js),Ts===Ao);)Cl+=Ts,js++;if(vl+=Cl,Zl+=Cl.slice(bu),!(Cl.length>=no)){for(Cl="";js<Ks&&(Ts=$o.charAt(js),Ts===ol);)Cl+=Ts,js++;if(vl+=Cl,Zl+=Cl,!(Cl.length<is)){for(Cl="";js<Ks&&(Ts=$o.charAt(js),!(Ts!==Ao&&Ts!==Do));)vl+=Ts,Zl+=Ts,js++;if(!Ts||Ts===Co)break}}}for(pl+=Bl+vl,js=-1,Ks=Cs.length;++js<Ks;)if(Ts=Cs.charAt(js),Ts===Ao||Ts===Do)Ns||(Ns=Cs.slice(0,js));else if(Ns){Ps=Cs.slice(js);break}return Ja(pl)({type:"code",lang:Ns||Cs||null,meta:Ps||null,value:Eu})}}}}}}}),mf=Ki({"node_modules/trim/index.js"(ks,us){Vo(),ks=us.exports=Co;function Co(Do){return Do.replace(/^\s*|\s*$/g,"")}ks.left=function(Do){return Do.replace(/^\s*/,"")},ks.right=function(Do){return Do.replace(/\s*$/,"")}}}),zf=Ki({"node_modules/remark-parse/lib/util/interrupt.js"(ks,us){Vo(),us.exports=Co;function Co(Do,Ao,eo,So){for(var Ro=Do.length,no=-1,Yo,Ja;++no<Ro;)if(Yo=Do[no],Ja=Yo[1]||{},!(Ja.pedantic!==void 0&&Ja.pedantic!==eo.options.pedantic)&&!(Ja.commonmark!==void 0&&Ja.commonmark!==eo.options.commonmark)&&Ao[Yo[0]].apply(eo,So))return!0;return!1}}}),Af=Ki({"node_modules/remark-parse/lib/tokenize/blockquote.js"(ks,us){Vo();var Co=mf(),Do=zf();us.exports=no;var Ao=`
`,eo=" ",So=" ",Ro=">";function no(Yo,Ja,$o){for(var ws=this,fs=ws.offset,Bs=ws.blockTokenizers,Ks=ws.interruptBlockquote,js=Yo.now(),pl=js.line,is=Ja.length,ol=[],Ts=[],Cs=[],Ns,Ps=0,Cl,Bl,Eu,vl,Zl,bu,xu,Zs;Ps<is&&(Cl=Ja.charAt(Ps),!(Cl!==So&&Cl!==eo));)Ps++;if(Ja.charAt(Ps)===Ro){if($o)return!0;for(Ps=0;Ps<is;){for(Eu=Ja.indexOf(Ao,Ps),bu=Ps,xu=!1,Eu===-1&&(Eu=is);Ps<is&&(Cl=Ja.charAt(Ps),!(Cl!==So&&Cl!==eo));)Ps++;if(Ja.charAt(Ps)===Ro?(Ps++,xu=!0,Ja.charAt(Ps)===So&&Ps++):Ps=bu,vl=Ja.slice(Ps,Eu),!xu&&!Co(vl)){Ps=bu;break}if(!xu&&(Bl=Ja.slice(Ps),Do(Ks,Bs,ws,[Yo,Bl,!0])))break;Zl=bu===Ps?vl:Ja.slice(bu,Eu),Cs.push(Ps-bu),ol.push(Zl),Ts.push(vl),Ps=Eu+1}for(Ps=-1,is=Cs.length,Ns=Yo(ol.join(Ao));++Ps<is;)fs[pl]=(fs[pl]||0)+Cs[Ps],pl++;return Zs=ws.enterBlock(),Ts=ws.tokenizeBlock(Ts.join(Ao),js),Zs(),Ns({type:"blockquote",children:Ts})}}}}),Gf=Ki({"node_modules/remark-parse/lib/tokenize/heading-atx.js"(ks,us){Vo(),us.exports=Ro;var Co=`
`,Do=" ",Ao=" ",eo="#",So=6;function Ro(no,Yo,Ja){for(var $o=this,ws=$o.options.pedantic,fs=Yo.length+1,Bs=-1,Ks=no.now(),js="",pl="",is,ol,Ts;++Bs<fs;){if(is=Yo.charAt(Bs),is!==Ao&&is!==Do){Bs--;break}js+=is}for(Ts=0;++Bs<=fs;){if(is=Yo.charAt(Bs),is!==eo){Bs--;break}js+=is,Ts++}if(!(Ts>So)&&!(!Ts||!ws&&Yo.charAt(Bs+1)===eo)){for(fs=Yo.length+1,ol="";++Bs<fs;){if(is=Yo.charAt(Bs),is!==Ao&&is!==Do){Bs--;break}ol+=is}if(!(!ws&&ol.length===0&&is&&is!==Co)){if(Ja)return!0;for(js+=ol,ol="",pl="";++Bs<fs&&(is=Yo.charAt(Bs),!(!is||is===Co));){if(is!==Ao&&is!==Do&&is!==eo){pl+=ol+is,ol="";continue}for(;is===Ao||is===Do;)ol+=is,is=Yo.charAt(++Bs);if(!ws&&pl&&!ol&&is===eo){pl+=is;continue}for(;is===eo;)ol+=is,is=Yo.charAt(++Bs);for(;is===Ao||is===Do;)ol+=is,is=Yo.charAt(++Bs);Bs--}return Ks.column+=js.length,Ks.offset+=js.length,js+=pl+ol,no(js)({type:"heading",depth:Ts,children:$o.tokenizeInline(pl,Ks)})}}}}}),Wp=Ki({"node_modules/remark-parse/lib/tokenize/thematic-break.js"(ks,us){Vo(),us.exports=Yo;var Co=" ",Do=`
`,Ao=" ",eo="*",So="-",Ro="_",no=3;function Yo(Ja,$o,ws){for(var fs=-1,Bs=$o.length+1,Ks="",js,pl,is,ol;++fs<Bs&&(js=$o.charAt(fs),!(js!==Co&&js!==Ao));)Ks+=js;if(!(js!==eo&&js!==So&&js!==Ro))for(pl=js,Ks+=js,is=1,ol="";++fs<Bs;)if(js=$o.charAt(fs),js===pl)is++,Ks+=ol+pl,ol="";else if(js===Ao)ol+=js;else return is>=no&&(!js||js===Do)?(Ks+=ol,ws?!0:Ja(Ks)({type:"thematicBreak"})):void 0}}}),gm=Ki({"node_modules/remark-parse/lib/util/get-indentation.js"(ks,us){Vo(),us.exports=So;var Co=" ",Do=" ",Ao=1,eo=4;function So(Ro){for(var no=0,Yo=0,Ja=Ro.charAt(no),$o={},ws,fs=0;Ja===Co||Ja===Do;){for(ws=Ja===Co?eo:Ao,Yo+=ws,ws>1&&(Yo=Math.floor(Yo/ws)*ws);fs<Yo;)$o[++fs]=no;Ja=Ro.charAt(++no)}return{indent:Yo,stops:$o}}}}),Om=Ki({"node_modules/remark-parse/lib/util/remove-indentation.js"(ks,us){Vo();var Co=mf(),Do=If(),Ao=gm();us.exports=no;var eo=`
`,So=" ",Ro="!";function no(Yo,Ja){var $o=Yo.split(eo),ws=$o.length+1,fs=1/0,Bs=[],Ks,js,pl;for($o.unshift(Do(So,Ja)+Ro);ws--;)if(js=Ao($o[ws]),Bs[ws]=js.stops,Co($o[ws]).length!==0)if(js.indent)js.indent>0&&js.indent<fs&&(fs=js.indent);else{fs=1/0;break}if(fs!==1/0)for(ws=$o.length;ws--;){for(pl=Bs[ws],Ks=fs;Ks&&!(Ks in pl);)Ks--;$o[ws]=$o[ws].slice(pl[Ks]+1)}return $o.shift(),$o.join(eo)}}}),ef=Ki({"node_modules/remark-parse/lib/tokenize/list.js"(ks,us){Vo();var Co=mf(),Do=If(),Ao=ns(),eo=gm(),So=Om(),Ro=zf();us.exports=Cl;var no="*",Yo="_",Ja="+",$o="-",ws=".",fs=" ",Bs=`
`,Ks=" ",js=")",pl="x",is=4,ol=/\n\n(?!\s*$)/,Ts=/^\[([ X\tx])][ \t]/,Cs=/^([ \t]*)([*+-]|\d+[.)])( {1,4}(?! )| |\t|$|(?=\n))([^\n]*)/,Ns=/^([ \t]*)([*+-]|\d+[.)])([ \t]+)/,Ps=/^( {1,4}|\t)?/gm;function Cl(Zl,bu,xu){for(var Zs=this,Cu=Zs.options.commonmark,ec=Zs.options.pedantic,rc=Zs.blockTokenizers,Ka=Zs.interruptList,Su=0,Ec=bu.length,wu=null,Ul,Iu,kl,bl,Pl,Au,dc,Ic,jc,Id,xc,rp,Hp,Rp,dp,Xc,ud,rf,nf,Tf=!1,Qp,Jd,hp,gp;Su<Ec&&(bl=bu.charAt(Su),!(bl!==Ks&&bl!==fs));)Su++;if(bl=bu.charAt(Su),bl===no||bl===Ja||bl===$o)Pl=bl,kl=!1;else{for(kl=!0,Iu="";Su<Ec&&(bl=bu.charAt(Su),!!Ao(bl));)Iu+=bl,Su++;if(bl=bu.charAt(Su),!Iu||!(bl===ws||Cu&&bl===js)||xu&&Iu!=="1")return;wu=parseInt(Iu,10),Pl=bl}if(bl=bu.charAt(++Su),!(bl!==fs&&bl!==Ks&&(ec||bl!==Bs&&bl!==""))){if(xu)return!0;for(Su=0,Rp=[],dp=[],Xc=[];Su<Ec;){for(Au=bu.indexOf(Bs,Su),dc=Su,Ic=!1,gp=!1,Au===-1&&(Au=Ec),Ul=0;Su<Ec;){if(bl=bu.charAt(Su),bl===Ks)Ul+=is-Ul%is;else if(bl===fs)Ul++;else break;Su++}if(ud&&Ul>=ud.indent&&(gp=!0),bl=bu.charAt(Su),jc=null,!gp){if(bl===no||bl===Ja||bl===$o)jc=bl,Su++,Ul++;else{for(Iu="";Su<Ec&&(bl=bu.charAt(Su),!!Ao(bl));)Iu+=bl,Su++;bl=bu.charAt(Su),Su++,Iu&&(bl===ws||Cu&&bl===js)&&(jc=bl,Ul+=Iu.length+1)}if(jc)if(bl=bu.charAt(Su),bl===Ks)Ul+=is-Ul%is,Su++;else if(bl===fs){for(hp=Su+is;Su<hp&&bu.charAt(Su)===fs;)Su++,Ul++;Su===hp&&bu.charAt(Su)===fs&&(Su-=is-1,Ul-=is-1)}else bl!==Bs&&bl!==""&&(jc=null)}if(jc){if(!ec&&Pl!==jc)break;Ic=!0}else!Cu&&!gp&&bu.charAt(dc)===fs?gp=!0:Cu&&ud&&(gp=Ul>=ud.indent||Ul>is),Ic=!1,Su=dc;if(xc=bu.slice(dc,Au),Id=dc===Su?xc:bu.slice(Su,Au),(jc===no||jc===Yo||jc===$o)&&rc.thematicBreak.call(Zs,Zl,xc,!0))break;if(rp=Hp,Hp=!Ic&&!Co(Id).length,gp&&ud)ud.value=ud.value.concat(Xc,xc),dp=dp.concat(Xc,xc),Xc=[];else if(Ic)Xc.length!==0&&(Tf=!0,ud.value.push(""),ud.trail=Xc.concat()),ud={value:[xc],indent:Ul,trail:[]},Rp.push(ud),dp=dp.concat(Xc,xc),Xc=[];else if(Hp){if(rp&&!Cu)break;Xc.push(xc)}else{if(rp||Ro(Ka,rc,Zs,[Zl,xc,!0]))break;ud.value=ud.value.concat(Xc,xc),dp=dp.concat(Xc,xc),Xc=[]}Su=Au+1}for(Qp=Zl(dp.join(Bs)).reset({type:"list",ordered:kl,start:wu,spread:Tf,children:[]}),rf=Zs.enterList(),nf=Zs.enterBlock(),Su=-1,Ec=Rp.length;++Su<Ec;)ud=Rp[Su].value.join(Bs),Jd=Zl.now(),Zl(ud)(Bl(Zs,ud,Jd),Qp),ud=Rp[Su].trail.join(Bs),Su!==Ec-1&&(ud+=Bs),Zl(ud);return rf(),nf(),Qp}}function Bl(Zl,bu,xu){var Zs=Zl.offset,Cu=Zl.options.pedantic?Eu:vl,ec=null,rc,Ka;return bu=Cu.apply(null,arguments),Zl.options.gfm&&(rc=bu.match(Ts),rc&&(Ka=rc[0].length,ec=rc[1].toLowerCase()===pl,Zs[xu.line]+=Ka,bu=bu.slice(Ka))),{type:"listItem",spread:ol.test(bu),checked:ec,children:Zl.tokenizeBlock(bu,xu)}}function Eu(Zl,bu,xu){var Zs=Zl.offset,Cu=xu.line;return bu=bu.replace(Ns,ec),Cu=xu.line,bu.replace(Ps,ec);function ec(rc){return Zs[Cu]=(Zs[Cu]||0)+rc.length,Cu++,""}}function vl(Zl,bu,xu){var Zs=Zl.offset,Cu=xu.line,ec,rc,Ka,Su,Ec,wu,Ul;for(bu=bu.replace(Cs,Iu),Su=bu.split(Bs),Ec=So(bu,eo(ec).indent).split(Bs),Ec[0]=Ka,Zs[Cu]=(Zs[Cu]||0)+rc.length,Cu++,wu=0,Ul=Su.length;++wu<Ul;)Zs[Cu]=(Zs[Cu]||0)+Su[wu].length-Ec[wu].length,Cu++;return Ec.join(Bs);function Iu(kl,bl,Pl,Au,dc){return rc=bl+Pl+Au,Ka=dc,Number(Pl)<10&&rc.length%2===1&&(Pl=fs+Pl),ec=bl+Do(fs,Pl.length)+Au,ec+Ka}}}}),rm=Ki({"node_modules/remark-parse/lib/tokenize/heading-setext.js"(ks,us){Vo(),us.exports=Ja;var Co=`
`,Do=" ",Ao=" ",eo="=",So="-",Ro=3,no=1,Yo=2;function Ja($o,ws,fs){for(var Bs=this,Ks=$o.now(),js=ws.length,pl=-1,is="",ol,Ts,Cs,Ns,Ps;++pl<js;){if(Cs=ws.charAt(pl),Cs!==Ao||pl>=Ro){pl--;break}is+=Cs}for(ol="",Ts="";++pl<js;){if(Cs=ws.charAt(pl),Cs===Co){pl--;break}Cs===Ao||Cs===Do?Ts+=Cs:(ol+=Ts+Cs,Ts="")}if(Ks.column+=is.length,Ks.offset+=is.length,is+=ol+Ts,Cs=ws.charAt(++pl),Ns=ws.charAt(++pl),!(Cs!==Co||Ns!==eo&&Ns!==So)){for(is+=Cs,Ts=Ns,Ps=Ns===eo?no:Yo;++pl<js;){if(Cs=ws.charAt(pl),Cs!==Ns){if(Cs!==Co)return;pl--;break}Ts+=Cs}return fs?!0:$o(is+Ts)({type:"heading",depth:Ps,children:Bs.tokenizeInline(ol,Ks)})}}}}),Mf=Ki({"node_modules/remark-parse/lib/util/html.js"(ks){Vo();var us="[a-zA-Z_:][a-zA-Z0-9:._-]*",Co="[^\"'=<>`\\u0000-\\u0020]+",Do="'[^']*'",Ao='"[^"]*"',eo="(?:"+Co+"|"+Do+"|"+Ao+")",So="(?:\\s+"+us+"(?:\\s*=\\s*"+eo+")?)",Ro="<[A-Za-z][A-Za-z0-9\\-]*"+So+"*\\s*\\/?>",no="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",Yo="<!---->|<!--(?:-?[^>-])(?:-?[^-])*-->",Ja="<[?].*?[?]>",$o="<![A-Za-z]+\\s+[^>]*>",ws="<!\\[CDATA\\[[\\s\\S]*?\\]\\]>";ks.openCloseTag=new RegExp("^(?:"+Ro+"|"+no+")"),ks.tag=new RegExp("^(?:"+Ro+"|"+no+"|"+Yo+"|"+Ja+"|"+$o+"|"+ws+")")}}),mh=Ki({"node_modules/remark-parse/lib/tokenize/html-block.js"(ks,us){Vo();var Co=Mf().openCloseTag;us.exports=ol;var Do=" ",Ao=" ",eo=`
`,So="<",Ro=/^<(script|pre|style)(?=(\s|>|$))/i,no=/<\/(script|pre|style)>/i,Yo=/^<!--/,Ja=/-->/,$o=/^<\?/,ws=/\?>/,fs=/^<![A-Za-z]/,Bs=/>/,Ks=/^<!\[CDATA\[/,js=/]]>/,pl=/^$/,is=new RegExp(Co.source+"\\s*$");function ol(Ts,Cs,Ns){for(var Ps=this,Cl=Ps.options.blocks.join("|"),Bl=new RegExp("^</?("+Cl+")(?=(\\s|/?>|$))","i"),Eu=Cs.length,vl=0,Zl,bu,xu,Zs,Cu,ec,rc,Ka=[[Ro,no,!0],[Yo,Ja,!0],[$o,ws,!0],[fs,Bs,!0],[Ks,js,!0],[Bl,pl,!0],[is,pl,!1]];vl<Eu&&(Zs=Cs.charAt(vl),!(Zs!==Do&&Zs!==Ao));)vl++;if(Cs.charAt(vl)===So){for(Zl=Cs.indexOf(eo,vl+1),Zl=Zl===-1?Eu:Zl,bu=Cs.slice(vl,Zl),xu=-1,Cu=Ka.length;++xu<Cu;)if(Ka[xu][0].test(bu)){ec=Ka[xu];break}if(ec){if(Ns)return ec[2];if(vl=Zl,!ec[1].test(bu))for(;vl<Eu;){if(Zl=Cs.indexOf(eo,vl+1),Zl=Zl===-1?Eu:Zl,bu=Cs.slice(vl+1,Zl),ec[1].test(bu)){bu&&(vl=Zl);break}vl=Zl}return rc=Cs.slice(0,vl),Ts(rc)({type:"html",value:rc})}}}}}),Bf=Ki({"node_modules/is-whitespace-character/index.js"(ks,us){Vo(),us.exports=Ao;var Co=String.fromCharCode,Do=/\s/;function Ao(eo){return Do.test(typeof eo=="number"?Co(eo):eo.charAt(0))}}}),Ph=Ki({"node_modules/collapse-white-space/index.js"(ks,us){Vo(),us.exports=Co;function Co(Do){return String(Do).replace(/\s+/g," ")}}}),_m=Ki({"node_modules/remark-parse/lib/util/normalize.js"(ks,us){Vo();var Co=Ph();us.exports=Do;function Do(Ao){return Co(Ao).toLowerCase()}}}),Rm=Ki({"node_modules/remark-parse/lib/tokenize/definition.js"(ks,us){Vo();var Co=Bf(),Do=_m();us.exports=pl;var Ao='"',eo="'",So="\\",Ro=`
`,no=" ",Yo=" ",Ja="[",$o="]",ws="(",fs=")",Bs=":",Ks="<",js=">";function pl(Ts,Cs,Ns){for(var Ps=this,Cl=Ps.options.commonmark,Bl=0,Eu=Cs.length,vl="",Zl,bu,xu,Zs,Cu,ec,rc,Ka;Bl<Eu&&(Zs=Cs.charAt(Bl),!(Zs!==Yo&&Zs!==no));)vl+=Zs,Bl++;if(Zs=Cs.charAt(Bl),Zs===Ja){for(Bl++,vl+=Zs,xu="";Bl<Eu&&(Zs=Cs.charAt(Bl),Zs!==$o);)Zs===So&&(xu+=Zs,Bl++,Zs=Cs.charAt(Bl)),xu+=Zs,Bl++;if(!(!xu||Cs.charAt(Bl)!==$o||Cs.charAt(Bl+1)!==Bs)){for(ec=xu,vl+=xu+$o+Bs,Bl=vl.length,xu="";Bl<Eu&&(Zs=Cs.charAt(Bl),!(Zs!==no&&Zs!==Yo&&Zs!==Ro));)vl+=Zs,Bl++;if(Zs=Cs.charAt(Bl),xu="",Zl=vl,Zs===Ks){for(Bl++;Bl<Eu&&(Zs=Cs.charAt(Bl),!!is(Zs));)xu+=Zs,Bl++;if(Zs=Cs.charAt(Bl),Zs===is.delimiter)vl+=Ks+xu+Zs,Bl++;else{if(Cl)return;Bl-=xu.length+1,xu=""}}if(!xu){for(;Bl<Eu&&(Zs=Cs.charAt(Bl),!!ol(Zs));)xu+=Zs,Bl++;vl+=xu}if(xu){for(rc=xu,xu="";Bl<Eu&&(Zs=Cs.charAt(Bl),!(Zs!==no&&Zs!==Yo&&Zs!==Ro));)xu+=Zs,Bl++;if(Zs=Cs.charAt(Bl),Cu=null,Zs===Ao?Cu=Ao:Zs===eo?Cu=eo:Zs===ws&&(Cu=fs),!Cu)xu="",Bl=vl.length;else if(xu){for(vl+=xu+Zs,Bl=vl.length,xu="";Bl<Eu&&(Zs=Cs.charAt(Bl),Zs!==Cu);){if(Zs===Ro){if(Bl++,Zs=Cs.charAt(Bl),Zs===Ro||Zs===Cu)return;xu+=Ro}xu+=Zs,Bl++}if(Zs=Cs.charAt(Bl),Zs!==Cu)return;bu=vl,vl+=xu+Zs,Bl++,Ka=xu,xu=""}else return;for(;Bl<Eu&&(Zs=Cs.charAt(Bl),!(Zs!==no&&Zs!==Yo));)vl+=Zs,Bl++;if(Zs=Cs.charAt(Bl),!Zs||Zs===Ro)return Ns?!0:(Zl=Ts(Zl).test().end,rc=Ps.decode.raw(Ps.unescape(rc),Zl,{nonTerminated:!1}),Ka&&(bu=Ts(bu).test().end,Ka=Ps.decode.raw(Ps.unescape(Ka),bu)),Ts(vl)({type:"definition",identifier:Do(ec),label:ec,title:Ka||null,url:rc}))}}}}function is(Ts){return Ts!==js&&Ts!==Ja&&Ts!==$o}is.delimiter=js;function ol(Ts){return Ts!==Ja&&Ts!==$o&&!Co(Ts)}}}),km=Ki({"node_modules/remark-parse/lib/tokenize/table.js"(ks,us){Vo();var Co=Bf();us.exports=Ks;var Do=" ",Ao=`
`,eo=" ",So="-",Ro=":",no="\\",Yo="|",Ja=1,$o=2,ws="left",fs="center",Bs="right";function Ks(js,pl,is){var ol=this,Ts,Cs,Ns,Ps,Cl,Bl,Eu,vl,Zl,bu,xu,Zs,Cu,ec,rc,Ka,Su,Ec,wu,Ul,Iu,kl;if(ol.options.gfm){for(Ts=0,Ka=0,Bl=pl.length+1,Eu=[];Ts<Bl;){if(Ul=pl.indexOf(Ao,Ts),Iu=pl.indexOf(Yo,Ts+1),Ul===-1&&(Ul=pl.length),Iu===-1||Iu>Ul){if(Ka<$o)return;break}Eu.push(pl.slice(Ts,Ul)),Ka++,Ts=Ul+1}for(Ps=Eu.join(Ao),Cs=Eu.splice(1,1)[0]||[],Ts=0,Bl=Cs.length,Ka--,Ns=!1,xu=[];Ts<Bl;){if(Zl=Cs.charAt(Ts),Zl===Yo){if(bu=null,Ns===!1){if(kl===!1)return}else xu.push(Ns),Ns=!1;kl=!1}else if(Zl===So)bu=!0,Ns=Ns||null;else if(Zl===Ro)Ns===ws?Ns=fs:bu&&Ns===null?Ns=Bs:Ns=ws;else if(!Co(Zl))return;Ts++}if(Ns!==!1&&xu.push(Ns),!(xu.length<Ja)){if(is)return!0;for(rc=-1,Ec=[],wu=js(Ps).reset({type:"table",align:xu,children:Ec});++rc<Ka;){for(Su=Eu[rc],Cl={type:"tableRow",children:[]},rc&&js(Ao),js(Su).reset(Cl,wu),Bl=Su.length+1,Ts=0,vl="",Zs="",Cu=!0;Ts<Bl;){if(Zl=Su.charAt(Ts),Zl===Do||Zl===eo){Zs?vl+=Zl:js(Zl),Ts++;continue}Zl===""||Zl===Yo?Cu?js(Zl):((Zs||Zl)&&!Cu&&(Ps=Zs,vl.length>1&&(Zl?(Ps+=vl.slice(0,-1),vl=vl.charAt(vl.length-1)):(Ps+=vl,vl="")),ec=js.now(),js(Ps)({type:"tableCell",children:ol.tokenizeInline(Zs,ec)},Cl)),js(vl+Zl),vl="",Zs=""):(vl&&(Zs+=vl,vl=""),Zs+=Zl,Zl===no&&Ts!==Bl-2&&(Zs+=Su.charAt(Ts+1),Ts++)),Cu=!1,Ts++}rc||js(Ao+Cs)}return wu}}}}}),Nd=Ki({"node_modules/remark-parse/lib/tokenize/paragraph.js"(ks,us){Vo();var Co=mf(),Do=Cc(),Ao=zf();us.exports=Yo;var eo=" ",So=`
`,Ro=" ",no=4;function Yo(Ja,$o,ws){for(var fs=this,Bs=fs.options,Ks=Bs.commonmark,js=fs.blockTokenizers,pl=fs.interruptParagraph,is=$o.indexOf(So),ol=$o.length,Ts,Cs,Ns,Ps,Cl;is<ol;){if(is===-1){is=ol;break}if($o.charAt(is+1)===So)break;if(Ks){for(Ps=0,Ts=is+1;Ts<ol;){if(Ns=$o.charAt(Ts),Ns===eo){Ps=no;break}else if(Ns===Ro)Ps++;else break;Ts++}if(Ps>=no&&Ns!==So){is=$o.indexOf(So,is+1);continue}}if(Cs=$o.slice(is+1),Ao(pl,js,fs,[Ja,Cs,!0]))break;if(Ts=is,is=$o.indexOf(So,is+1),is!==-1&&Co($o.slice(Ts,is))===""){is=Ts;break}}return Cs=$o.slice(0,is),ws?!0:(Cl=Ja.now(),Cs=Do(Cs),Ja(Cs)({type:"paragraph",children:fs.tokenizeInline(Cs,Cl)}))}}}),wd=Ki({"node_modules/remark-parse/lib/locate/escape.js"(ks,us){Vo(),us.exports=Co;function Co(Do,Ao){return Do.indexOf("\\",Ao)}}}),Fp=Ki({"node_modules/remark-parse/lib/tokenize/escape.js"(ks,us){Vo();var Co=wd();us.exports=eo,eo.locator=Co;var Do=`
`,Ao="\\";function eo(So,Ro,no){var Yo=this,Ja,$o;if(Ro.charAt(0)===Ao&&(Ja=Ro.charAt(1),Yo.escape.indexOf(Ja)!==-1))return no?!0:(Ja===Do?$o={type:"break"}:$o={type:"text",value:Ja},So(Ao+Ja)($o))}}}),hf=Ki({"node_modules/remark-parse/lib/locate/tag.js"(ks,us){Vo(),us.exports=Co;function Co(Do,Ao){return Do.indexOf("<",Ao)}}}),Wc=Ki({"node_modules/remark-parse/lib/tokenize/auto-link.js"(ks,us){Vo();var Co=Bf(),Do=ld(),Ao=hf();us.exports=$o,$o.locator=Ao,$o.notInLink=!0;var eo="<",So=">",Ro="@",no="/",Yo="mailto:",Ja=Yo.length;function $o(ws,fs,Bs){var Ks=this,js="",pl=fs.length,is=0,ol="",Ts=!1,Cs="",Ns,Ps,Cl,Bl,Eu;if(fs.charAt(0)===eo){for(is++,js=eo;is<pl&&(Ns=fs.charAt(is),!(Co(Ns)||Ns===So||Ns===Ro||Ns===":"&&fs.charAt(is+1)===no));)ol+=Ns,is++;if(ol){if(Cs+=ol,ol="",Ns=fs.charAt(is),Cs+=Ns,is++,Ns===Ro)Ts=!0;else{if(Ns!==":"||fs.charAt(is+1)!==no)return;Cs+=no,is++}for(;is<pl&&(Ns=fs.charAt(is),!(Co(Ns)||Ns===So));)ol+=Ns,is++;if(Ns=fs.charAt(is),!(!ol||Ns!==So))return Bs?!0:(Cs+=ol,Cl=Cs,js+=Cs+Ns,Ps=ws.now(),Ps.column++,Ps.offset++,Ts&&(Cs.slice(0,Ja).toLowerCase()===Yo?(Cl=Cl.slice(Ja),Ps.column+=Ja,Ps.offset+=Ja):Cs=Yo+Cs),Bl=Ks.inlineTokenizers,Ks.inlineTokenizers={text:Bl.text},Eu=Ks.enterLink(),Cl=Ks.tokenizeInline(Cl,Ps),Ks.inlineTokenizers=Bl,Eu(),ws(js)({type:"link",title:null,url:Do(Cs,{nonTerminated:!1}),children:Cl}))}}}}}),nm=Ki({"node_modules/ccount/index.js"(ks,us){Vo(),us.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}}}),Gm=Ki({"node_modules/remark-parse/lib/locate/url.js"(ks,us){Vo(),us.exports=Do;var Co=["www.","http://","https://"];function Do(Ao,eo){var So=-1,Ro,no,Yo;if(!this.options.gfm)return So;for(no=Co.length,Ro=-1;++Ro<no;)Yo=Ao.indexOf(Co[Ro],eo),Yo!==-1&&(So===-1||Yo<So)&&(So=Yo);return So}}}),gf=Ki({"node_modules/remark-parse/lib/tokenize/url.js"(ks,us){Vo();var Co=nm(),Do=ld(),Ao=ns(),eo=Tu(),So=Bf(),Ro=Gm();us.exports=Ps,Ps.locator=Ro,Ps.notInLink=!0;var no=33,Yo=38,Ja=41,$o=42,ws=44,fs=45,Bs=46,Ks=58,js=59,pl=63,is=60,ol=95,Ts=126,Cs="(",Ns=")";function Ps(Cl,Bl,Eu){var vl=this,Zl=vl.options.gfm,bu=vl.inlineTokenizers,xu=Bl.length,Zs=-1,Cu=!1,ec,rc,Ka,Su,Ec,wu,Ul,Iu,kl,bl,Pl,Au,dc,Ic;if(Zl){if(Bl.slice(0,4)==="www.")Cu=!0,Su=4;else if(Bl.slice(0,7).toLowerCase()==="http://")Su=7;else if(Bl.slice(0,8).toLowerCase()==="https://")Su=8;else return;for(Zs=Su-1,Ka=Su,ec=[];Su<xu;){if(Ul=Bl.charCodeAt(Su),Ul===Bs){if(Zs===Su-1)break;ec.push(Su),Zs=Su,Su++;continue}if(Ao(Ul)||eo(Ul)||Ul===fs||Ul===ol){Su++;continue}break}if(Ul===Bs&&(ec.pop(),Su--),ec[0]!==void 0&&(rc=ec.length<2?Ka:ec[ec.length-2]+1,Bl.slice(rc,Su).indexOf("_")===-1)){if(Eu)return!0;for(Iu=Su,Ec=Su;Su<xu&&(Ul=Bl.charCodeAt(Su),!(So(Ul)||Ul===is));)Su++,Ul===no||Ul===$o||Ul===ws||Ul===Bs||Ul===Ks||Ul===pl||Ul===ol||Ul===Ts||(Iu=Su);if(Su=Iu,Bl.charCodeAt(Su-1)===Ja)for(wu=Bl.slice(Ec,Su),kl=Co(wu,Cs),bl=Co(wu,Ns);bl>kl;)Su=Ec+wu.lastIndexOf(Ns),wu=Bl.slice(Ec,Su),bl--;if(Bl.charCodeAt(Su-1)===js&&(Su--,eo(Bl.charCodeAt(Su-1)))){for(Iu=Su-2;eo(Bl.charCodeAt(Iu));)Iu--;Bl.charCodeAt(Iu)===Yo&&(Su=Iu)}return Pl=Bl.slice(0,Su),dc=Do(Pl,{nonTerminated:!1}),Cu&&(dc="http://"+dc),Ic=vl.enterLink(),vl.inlineTokenizers={text:bu.text},Au=vl.tokenizeInline(Pl,Cl.now()),vl.inlineTokenizers=bu,Ic(),Cl(Pl)({type:"link",title:null,url:dc,children:Au})}}}}}),Mm=Ki({"node_modules/remark-parse/lib/locate/email.js"(ks,us){Vo();var Co=ns(),Do=Tu(),Ao=43,eo=45,So=46,Ro=95;us.exports=no;function no(Ja,$o){var ws=this,fs,Bs;if(!this.options.gfm||(fs=Ja.indexOf("@",$o),fs===-1))return-1;if(Bs=fs,Bs===$o||!Yo(Ja.charCodeAt(Bs-1)))return no.call(ws,Ja,fs+1);for(;Bs>$o&&Yo(Ja.charCodeAt(Bs-1));)Bs--;return Bs}function Yo(Ja){return Co(Ja)||Do(Ja)||Ja===Ao||Ja===eo||Ja===So||Ja===Ro}}}),Bm=Ki({"node_modules/remark-parse/lib/tokenize/email.js"(ks,us){Vo();var Co=ld(),Do=ns(),Ao=Tu(),eo=Mm();us.exports=$o,$o.locator=eo,$o.notInLink=!0;var So=43,Ro=45,no=46,Yo=64,Ja=95;function $o(ws,fs,Bs){var Ks=this,js=Ks.options.gfm,pl=Ks.inlineTokenizers,is=0,ol=fs.length,Ts=-1,Cs,Ns,Ps,Cl;if(js){for(Cs=fs.charCodeAt(is);Do(Cs)||Ao(Cs)||Cs===So||Cs===Ro||Cs===no||Cs===Ja;)Cs=fs.charCodeAt(++is);if(is!==0&&Cs===Yo){for(is++;is<ol;){if(Cs=fs.charCodeAt(is),Do(Cs)||Ao(Cs)||Cs===Ro||Cs===no||Cs===Ja){is++,Ts===-1&&Cs===no&&(Ts=is);continue}break}if(!(Ts===-1||Ts===is||Cs===Ro||Cs===Ja))return Cs===no&&is--,Ns=fs.slice(0,is),Bs?!0:(Cl=Ks.enterLink(),Ks.inlineTokenizers={text:pl.text},Ps=Ks.tokenizeInline(Ns,ws.now()),Ks.inlineTokenizers=pl,Cl(),ws(Ns)({type:"link",title:null,url:"mailto:"+Co(Ns,{nonTerminated:!1}),children:Ps}))}}}}}),jd=Ki({"node_modules/remark-parse/lib/tokenize/html-inline.js"(ks,us){Vo();var Co=Tu(),Do=hf(),Ao=Mf().tag;us.exports=$o,$o.locator=Do;var eo="<",So="?",Ro="!",no="/",Yo=/^<a /i,Ja=/^<\/a>/i;function $o(ws,fs,Bs){var Ks=this,js=fs.length,pl,is;if(!(fs.charAt(0)!==eo||js<3)&&(pl=fs.charAt(1),!(!Co(pl)&&pl!==So&&pl!==Ro&&pl!==no)&&(is=fs.match(Ao),!!is)))return Bs?!0:(is=is[0],!Ks.inLink&&Yo.test(is)?Ks.inLink=!0:Ks.inLink&&Ja.test(is)&&(Ks.inLink=!1),ws(is)({type:"html",value:is}))}}}),vm=Ki({"node_modules/remark-parse/lib/locate/link.js"(ks,us){Vo(),us.exports=Co;function Co(Do,Ao){var eo=Do.indexOf("[",Ao),So=Do.indexOf("![",Ao);return So===-1||eo<So?eo:So}}}),Pf=Ki({"node_modules/remark-parse/lib/tokenize/link.js"(ks,us){Vo();var Co=Bf(),Do=vm();us.exports=js,js.locator=Do;var Ao=`
`,eo="!",So='"',Ro="'",no="(",Yo=")",Ja="<",$o=">",ws="[",fs="\\",Bs="]",Ks="`";function js(pl,is,ol){var Ts=this,Cs="",Ns=0,Ps=is.charAt(0),Cl=Ts.options.pedantic,Bl=Ts.options.commonmark,Eu=Ts.options.gfm,vl,Zl,bu,xu,Zs,Cu,ec,rc,Ka,Su,Ec,wu,Ul,Iu,kl,bl,Pl,Au;if(Ps===eo&&(rc=!0,Cs=Ps,Ps=is.charAt(++Ns)),Ps===ws&&!(!rc&&Ts.inLink)){for(Cs+=Ps,Iu="",Ns++,Ec=is.length,bl=pl.now(),Ul=0,bl.column+=Ns,bl.offset+=Ns;Ns<Ec;){if(Ps=is.charAt(Ns),Cu=Ps,Ps===Ks){for(Zl=1;is.charAt(Ns+1)===Ks;)Cu+=Ps,Ns++,Zl++;bu?Zl>=bu&&(bu=0):bu=Zl}else if(Ps===fs)Ns++,Cu+=is.charAt(Ns);else if((!bu||Eu)&&Ps===ws)Ul++;else if((!bu||Eu)&&Ps===Bs)if(Ul)Ul--;else{if(is.charAt(Ns+1)!==no)return;Cu+=no,vl=!0,Ns++;break}Iu+=Cu,Cu="",Ns++}if(vl){for(Ka=Iu,Cs+=Iu+Cu,Ns++;Ns<Ec&&(Ps=is.charAt(Ns),!!Co(Ps));)Cs+=Ps,Ns++;if(Ps=is.charAt(Ns),Iu="",xu=Cs,Ps===Ja){for(Ns++,xu+=Ja;Ns<Ec&&(Ps=is.charAt(Ns),Ps!==$o);){if(Bl&&Ps===Ao)return;Iu+=Ps,Ns++}if(is.charAt(Ns)!==$o)return;Cs+=Ja+Iu+$o,kl=Iu,Ns++}else{for(Ps=null,Cu="";Ns<Ec&&(Ps=is.charAt(Ns),!(Cu&&(Ps===So||Ps===Ro||Bl&&Ps===no)));){if(Co(Ps)){if(!Cl)break;Cu+=Ps}else{if(Ps===no)Ul++;else if(Ps===Yo){if(Ul===0)break;Ul--}Iu+=Cu,Cu="",Ps===fs&&(Iu+=fs,Ps=is.charAt(++Ns)),Iu+=Ps}Ns++}Cs+=Iu,kl=Iu,Ns=Cs.length}for(Iu="";Ns<Ec&&(Ps=is.charAt(Ns),!!Co(Ps));)Iu+=Ps,Ns++;if(Ps=is.charAt(Ns),Cs+=Iu,Iu&&(Ps===So||Ps===Ro||Bl&&Ps===no))if(Ns++,Cs+=Ps,Iu="",Su=Ps===no?Yo:Ps,Zs=Cs,Bl){for(;Ns<Ec&&(Ps=is.charAt(Ns),Ps!==Su);)Ps===fs&&(Iu+=fs,Ps=is.charAt(++Ns)),Ns++,Iu+=Ps;if(Ps=is.charAt(Ns),Ps!==Su)return;for(wu=Iu,Cs+=Iu+Ps,Ns++;Ns<Ec&&(Ps=is.charAt(Ns),!!Co(Ps));)Cs+=Ps,Ns++}else for(Cu="";Ns<Ec;){if(Ps=is.charAt(Ns),Ps===Su)ec&&(Iu+=Su+Cu,Cu=""),ec=!0;else if(!ec)Iu+=Ps;else if(Ps===Yo){Cs+=Iu+Su+Cu,wu=Iu;break}else Co(Ps)?Cu+=Ps:(Iu+=Su+Cu+Ps,Cu="",ec=!1);Ns++}if(is.charAt(Ns)===Yo)return ol?!0:(Cs+=Yo,kl=Ts.decode.raw(Ts.unescape(kl),pl(xu).test().end,{nonTerminated:!1}),wu&&(Zs=pl(Zs).test().end,wu=Ts.decode.raw(Ts.unescape(wu),Zs)),Au={type:rc?"image":"link",title:wu||null,url:kl},rc?Au.alt=Ts.decode.raw(Ts.unescape(Ka),bl)||null:(Pl=Ts.enterLink(),Au.children=Ts.tokenizeInline(Ka,bl),Pl()),pl(Cs)(Au))}}}}}),Lf=Ki({"node_modules/remark-parse/lib/tokenize/reference.js"(ks,us){Vo();var Co=Bf(),Do=vm(),Ao=_m();us.exports=Bs,Bs.locator=Do;var eo="link",So="image",Ro="shortcut",no="collapsed",Yo="full",Ja="!",$o="[",ws="\\",fs="]";function Bs(Ks,js,pl){var is=this,ol=is.options.commonmark,Ts=js.charAt(0),Cs=0,Ns=js.length,Ps="",Cl="",Bl=eo,Eu=Ro,vl,Zl,bu,xu,Zs,Cu,ec,rc;if(Ts===Ja&&(Bl=So,Cl=Ts,Ts=js.charAt(++Cs)),Ts===$o){for(Cs++,Cl+=Ts,Cu="",rc=0;Cs<Ns;){if(Ts=js.charAt(Cs),Ts===$o)ec=!0,rc++;else if(Ts===fs){if(!rc)break;rc--}Ts===ws&&(Cu+=ws,Ts=js.charAt(++Cs)),Cu+=Ts,Cs++}if(Ps=Cu,vl=Cu,Ts=js.charAt(Cs),Ts===fs){if(Cs++,Ps+=Ts,Cu="",!ol)for(;Cs<Ns&&(Ts=js.charAt(Cs),!!Co(Ts));)Cu+=Ts,Cs++;if(Ts=js.charAt(Cs),Ts===$o){for(Zl="",Cu+=Ts,Cs++;Cs<Ns&&(Ts=js.charAt(Cs),!(Ts===$o||Ts===fs));)Ts===ws&&(Zl+=ws,Ts=js.charAt(++Cs)),Zl+=Ts,Cs++;Ts=js.charAt(Cs),Ts===fs?(Eu=Zl?Yo:no,Cu+=Zl+Ts,Cs++):Zl="",Ps+=Cu,Cu=""}else{if(!vl)return;Zl=vl}if(!(Eu!==Yo&&ec))return Ps=Cl+Ps,Bl===eo&&is.inLink?null:pl?!0:(bu=Ks.now(),bu.column+=Cl.length,bu.offset+=Cl.length,Zl=Eu===Yo?Zl:vl,xu={type:Bl+"Reference",identifier:Ao(Zl),label:Zl,referenceType:Eu},Bl===eo?(Zs=is.enterLink(),xu.children=is.tokenizeInline(vl,bu),Zs()):xu.alt=is.decode.raw(is.unescape(vl),bu)||null,Ks(Ps)(xu))}}}}}),bm=Ki({"node_modules/remark-parse/lib/locate/strong.js"(ks,us){Vo(),us.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}}}),ip=Ki({"node_modules/remark-parse/lib/tokenize/strong.js"(ks,us){Vo();var Co=mf(),Do=Bf(),Ao=bm();us.exports=no,no.locator=Ao;var eo="\\",So="*",Ro="_";function no(Yo,Ja,$o){var ws=this,fs=0,Bs=Ja.charAt(fs),Ks,js,pl,is,ol,Ts,Cs;if(!(Bs!==So&&Bs!==Ro||Ja.charAt(++fs)!==Bs)&&(js=ws.options.pedantic,pl=Bs,ol=pl+pl,Ts=Ja.length,fs++,is="",Bs="",!(js&&Do(Ja.charAt(fs)))))for(;fs<Ts;){if(Cs=Bs,Bs=Ja.charAt(fs),Bs===pl&&Ja.charAt(fs+1)===pl&&(!js||!Do(Cs))&&(Bs=Ja.charAt(fs+2),Bs!==pl))return Co(is)?$o?!0:(Ks=Yo.now(),Ks.column+=2,Ks.offset+=2,Yo(ol+is+ol)({type:"strong",children:ws.tokenizeInline(is,Ks)})):void 0;!js&&Bs===eo&&(is+=Bs,Bs=Ja.charAt(++fs)),is+=Bs,fs++}}}}),ym=Ki({"node_modules/is-word-character/index.js"(ks,us){Vo(),us.exports=Ao;var Co=String.fromCharCode,Do=/\w/;function Ao(eo){return Do.test(typeof eo=="number"?Co(eo):eo.charAt(0))}}}),Up=Ki({"node_modules/remark-parse/lib/locate/emphasis.js"(ks,us){Vo(),us.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}}}),qf=Ki({"node_modules/remark-parse/lib/tokenize/emphasis.js"(ks,us){Vo();var Co=mf(),Do=ym(),Ao=Bf(),eo=Up();us.exports=Yo,Yo.locator=eo;var So="*",Ro="_",no="\\";function Yo(Ja,$o,ws){var fs=this,Bs=0,Ks=$o.charAt(Bs),js,pl,is,ol,Ts,Cs,Ns;if(!(Ks!==So&&Ks!==Ro)&&(pl=fs.options.pedantic,Ts=Ks,is=Ks,Cs=$o.length,Bs++,ol="",Ks="",!(pl&&Ao($o.charAt(Bs)))))for(;Bs<Cs;){if(Ns=Ks,Ks=$o.charAt(Bs),Ks===is&&(!pl||!Ao(Ns))){if(Ks=$o.charAt(++Bs),Ks!==is){if(!Co(ol)||Ns===is)return;if(!pl&&is===Ro&&Do(Ks)){ol+=is;continue}return ws?!0:(js=Ja.now(),js.column++,js.offset++,Ja(Ts+ol+is)({type:"emphasis",children:fs.tokenizeInline(ol,js)}))}ol+=is}!pl&&Ks===no&&(ol+=Ks,Ks=$o.charAt(++Bs)),ol+=Ks,Bs++}}}}),Yr=Ki({"node_modules/remark-parse/lib/locate/delete.js"(ks,us){Vo(),us.exports=Co;function Co(Do,Ao){return Do.indexOf("~~",Ao)}}}),Wn=Ki({"node_modules/remark-parse/lib/tokenize/delete.js"(ks,us){Vo();var Co=Bf(),Do=Yr();us.exports=So,So.locator=Do;var Ao="~",eo="~~";function So(Ro,no,Yo){var Ja=this,$o="",ws="",fs="",Bs="",Ks,js,pl;if(!(!Ja.options.gfm||no.charAt(0)!==Ao||no.charAt(1)!==Ao||Co(no.charAt(2))))for(Ks=1,js=no.length,pl=Ro.now(),pl.column+=2,pl.offset+=2;++Ks<js;){if($o=no.charAt(Ks),$o===Ao&&ws===Ao&&(!fs||!Co(fs)))return Yo?!0:Ro(eo+Bs+eo)({type:"delete",children:Ja.tokenizeInline(Bs,pl)});Bs+=ws,fs=ws,ws=$o}}}}),vi=Ki({"node_modules/remark-parse/lib/locate/code-inline.js"(ks,us){Vo(),us.exports=Co;function Co(Do,Ao){return Do.indexOf("`",Ao)}}}),Ru=Ki({"node_modules/remark-parse/lib/tokenize/code-inline.js"(ks,us){Vo();var Co=vi();us.exports=So,So.locator=Co;var Do=10,Ao=32,eo=96;function So(Ro,no,Yo){for(var Ja=no.length,$o=0,ws,fs,Bs,Ks,js,pl;$o<Ja&&no.charCodeAt($o)===eo;)$o++;if(!($o===0||$o===Ja)){for(ws=$o,js=no.charCodeAt($o);$o<Ja;){if(Ks=js,js=no.charCodeAt($o+1),Ks===eo){if(fs===void 0&&(fs=$o),Bs=$o+1,js!==eo&&Bs-fs===ws){pl=!0;break}}else fs!==void 0&&(fs=void 0,Bs=void 0);$o++}if(pl){if(Yo)return!0;if($o=ws,Ja=fs,Ks=no.charCodeAt($o),js=no.charCodeAt(Ja-1),pl=!1,Ja-$o>2&&(Ks===Ao||Ks===Do)&&(js===Ao||js===Do)){for($o++,Ja--;$o<Ja;){if(Ks=no.charCodeAt($o),Ks!==Ao&&Ks!==Do){pl=!0;break}$o++}pl===!0&&(ws++,fs--)}return Ro(no.slice(0,Bs))({type:"inlineCode",value:no.slice(ws,fs)})}}}}}),Kc=Ki({"node_modules/remark-parse/lib/locate/break.js"(ks,us){Vo(),us.exports=Co;function Co(Do,Ao){for(var eo=Do.indexOf(`
`,Ao);eo>Ao&&Do.charAt(eo-1)===" ";)eo--;return eo}}}),sd=Ki({"node_modules/remark-parse/lib/tokenize/break.js"(ks,us){Vo();var Co=Kc();us.exports=So,So.locator=Co;var Do=" ",Ao=`
`,eo=2;function So(Ro,no,Yo){for(var Ja=no.length,$o=-1,ws="",fs;++$o<Ja;){if(fs=no.charAt($o),fs===Ao)return $o<eo?void 0:Yo?!0:(ws+=fs,Ro(ws)({type:"break"}));if(fs!==Do)return;ws+=fs}}}}),Xd=Ki({"node_modules/remark-parse/lib/tokenize/text.js"(ks,us){Vo(),us.exports=Co;function Co(Do,Ao,eo){var So=this,Ro,no,Yo,Ja,$o,ws,fs,Bs,Ks,js;if(eo)return!0;for(Ro=So.inlineMethods,Ja=Ro.length,no=So.inlineTokenizers,Yo=-1,Ks=Ao.length;++Yo<Ja;)Bs=Ro[Yo],!(Bs==="text"||!no[Bs])&&(fs=no[Bs].locator,fs||Do.file.fail("Missing locator: `"+Bs+"`"),ws=fs.call(So,Ao,1),ws!==-1&&ws<Ks&&(Ks=ws));$o=Ao.slice(0,Ks),js=Do.now(),So.decode($o,js,pl);function pl(is,ol,Ts){Do(Ts||is)({type:"text",value:is})}}}}),_f=Ki({"node_modules/remark-parse/lib/parser.js"(ks,us){Vo();var Co=pu(),Do=Hl(),Ao=lc(),eo=Vu(),So=hd(),Ro=yp();us.exports=no;function no($o,ws){this.file=ws,this.offset={},this.options=Co(this.options),this.setOptions({}),this.inList=!1,this.inBlock=!1,this.inLink=!1,this.atStart=!0,this.toOffset=Ao(ws).toOffset,this.unescape=eo(this,"escape"),this.decode=So(this)}var Yo=no.prototype;Yo.setOptions=od(),Yo.parse=Mp(),Yo.options=qd(),Yo.exitStart=Do("atStart",!0),Yo.enterList=Do("inList",!1),Yo.enterLink=Do("inLink",!1),Yo.enterBlock=Do("inBlock",!1),Yo.interruptParagraph=[["thematicBreak"],["list"],["atxHeading"],["fencedCode"],["blockquote"],["html"],["setextHeading",{commonmark:!1}],["definition",{commonmark:!1}]],Yo.interruptList=[["atxHeading",{pedantic:!1}],["fencedCode",{pedantic:!1}],["thematicBreak",{pedantic:!1}],["definition",{commonmark:!1}]],Yo.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}]],Yo.blockTokenizers={blankLine:hm(),indentedCode:Nf(),fencedCode:xp(),blockquote:Af(),atxHeading:Gf(),thematicBreak:Wp(),list:ef(),setextHeading:rm(),html:mh(),definition:Rm(),table:km(),paragraph:Nd()},Yo.inlineTokenizers={escape:Fp(),autoLink:Wc(),url:gf(),email:Bm(),html:jd(),link:Pf(),reference:Lf(),strong:ip(),emphasis:qf(),deletion:Wn(),code:Ru(),break:sd(),text:Xd()},Yo.blockMethods=Ja(Yo.blockTokenizers),Yo.inlineMethods=Ja(Yo.inlineTokenizers),Yo.tokenizeBlock=Ro("block"),Yo.tokenizeInline=Ro("inline"),Yo.tokenizeFactory=Ro;function Ja($o){var ws=[],fs;for(fs in $o)ws.push(fs);return ws}}}),$f=Ki({"node_modules/remark-parse/index.js"(ks,us){Vo();var Co=yu(),Do=pu(),Ao=_f();us.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}}}),Pm=Ki({"node_modules/bail/index.js"(ks,us){Vo(),us.exports=Co;function Co(Do){if(Do)throw Do}}}),qm=Ki({"node_modules/is-buffer/index.js"(ks,us){Vo(),us.exports=function(Co){return Co!=null&&Co.constructor!=null&&typeof Co.constructor.isBuffer=="function"&&Co.constructor.isBuffer(Co)}}}),sp=Ki({"node_modules/extend/index.js"(ks,us){Vo();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"),ws=Ja.constructor&&Ja.constructor.prototype&&Co.call(Ja.constructor.prototype,"isPrototypeOf");if(Ja.constructor&&!$o&&!ws)return!1;var fs;for(fs in Ja);return typeof fs>"u"||Co.call(Ja,fs)},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},Yo=function(Ja,$o){if($o==="__proto__")if(Co.call(Ja,$o)){if(eo)return eo(Ja,$o).value}else return;return Ja[$o]};us.exports=function Ja(){var $o,ws,fs,Bs,Ks,js,pl=arguments[0],is=1,ol=arguments.length,Ts=!1;for(typeof pl=="boolean"&&(Ts=pl,pl=arguments[1]||{},is=2),(pl==null||typeof pl!="object"&&typeof pl!="function")&&(pl={});is<ol;++is)if($o=arguments[is],$o!=null)for(ws in $o)fs=Yo(pl,ws),Bs=Yo($o,ws),pl!==Bs&&(Ts&&Bs&&(Ro(Bs)||(Ks=So(Bs)))?(Ks?(Ks=!1,js=fs&&So(fs)?fs:[]):js=fs&&Ro(fs)?fs:{},no(pl,{name:ws,newValue:Ja(Ts,js,Bs)})):typeof Bs<"u"&&no(pl,{name:ws,newValue:Bs}));return pl}}}),Wf=Ki({"node_modules/is-plain-obj/index.js"(ks,us){Vo(),us.exports=Co=>{if(Object.prototype.toString.call(Co)!=="[object Object]")return!1;let Do=Object.getPrototypeOf(Co);return Do===null||Do===Object.prototype}}}),Wm=Ki({"node_modules/trough/wrap.js"(ks,us){Vo();var Co=[].slice;us.exports=Do;function Do(Ao,eo){var So;return Ro;function Ro(){var Ja=Co.call(arguments,0),$o=Ao.length>Ja.length,ws;$o&&Ja.push(no);try{ws=Ao.apply(null,Ja)}catch(fs){if($o&&So)throw fs;return no(fs)}$o||(ws&&typeof ws.then=="function"?ws.then(Yo,no):ws instanceof Error?no(ws):Yo(ws))}function no(){So||(So=!0,eo.apply(null,arguments))}function Yo(Ja){no(null,Ja)}}}}),Dh=Ki({"node_modules/trough/index.js"(ks,us){Vo();var Co=Wm();us.exports=Ao,Ao.wrap=Co;var Do=[].slice;function Ao(){var eo=[],So={};return So.run=Ro,So.use=no,So;function Ro(){var Yo=-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);ws.apply(null,[null].concat(Ja));function ws(fs){var Bs=eo[++Yo],Ks=Do.call(arguments,0),js=Ks.slice(1),pl=Ja.length,is=-1;if(fs){$o(fs);return}for(;++is<pl;)(js[is]===null||js[is]===void 0)&&(js[is]=Ja[is]);Ja=js,Bs?Co(Bs,ws).apply(null,Ja):$o.apply(null,[null].concat(Ja))}}function no(Yo){if(typeof Yo!="function")throw new Error("Expected `fn` to be a function, not "+Yo);return eo.push(Yo),So}}}}),Lm=Ki({"node_modules/unist-util-stringify-position/index.js"(ks,us){Vo();var Co={}.hasOwnProperty;us.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}}}),Bp=Ki({"node_modules/vfile-message/index.js"(ks,us){Vo();var Co=Lm();us.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,Yo){var Ja,$o,ws;typeof no=="string"&&(Yo=no,no=null),Ja=So(Yo),$o=Co(no)||"1:1",ws={start:{line:null,column:null},end:{line:null,column:null}},no&&no.position&&(no=no.position),no&&(no.start?(ws=no,no=no.start):ws.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=ws,this.source=Ja[0],this.ruleId=Ja[1]}function So(Ro){var no=[null,null],Yo;return typeof Ro=="string"&&(Yo=Ro.indexOf(":"),Yo===-1?no[1]=Ro:(no[0]=Ro.slice(0,Yo),no[1]=Ro.slice(Yo+1))),no}}}),Yh=Ki({"node_modules/vfile/lib/minpath.browser.js"(ks){Vo(),ks.basename=us,ks.dirname=Co,ks.extname=Do,ks.join=Ao,ks.sep="/";function us(no,Yo){var Ja=0,$o=-1,ws,fs,Bs,Ks;if(Yo!==void 0&&typeof Yo!="string")throw new TypeError('"ext" argument must be a string');if(Ro(no),ws=no.length,Yo===void 0||!Yo.length||Yo.length>no.length){for(;ws--;)if(no.charCodeAt(ws)===47){if(Bs){Ja=ws+1;break}}else $o<0&&(Bs=!0,$o=ws+1);return $o<0?"":no.slice(Ja,$o)}if(Yo===no)return"";for(fs=-1,Ks=Yo.length-1;ws--;)if(no.charCodeAt(ws)===47){if(Bs){Ja=ws+1;break}}else fs<0&&(Bs=!0,fs=ws+1),Ks>-1&&(no.charCodeAt(ws)===Yo.charCodeAt(Ks--)?Ks<0&&($o=ws):(Ks=-1,$o=fs));return Ja===$o?$o=fs:$o<0&&($o=no.length),no.slice(Ja,$o)}function Co(no){var Yo,Ja,$o;if(Ro(no),!no.length)return".";for(Yo=-1,$o=no.length;--$o;)if(no.charCodeAt($o)===47){if(Ja){Yo=$o;break}}else Ja||(Ja=!0);return Yo<0?no.charCodeAt(0)===47?"/":".":Yo===1&&no.charCodeAt(0)===47?"//":no.slice(0,Yo)}function Do(no){var Yo=-1,Ja=0,$o=-1,ws=0,fs,Bs,Ks;for(Ro(no),Ks=no.length;Ks--;){if(Bs=no.charCodeAt(Ks),Bs===47){if(fs){Ja=Ks+1;break}continue}$o<0&&(fs=!0,$o=Ks+1),Bs===46?Yo<0?Yo=Ks:ws!==1&&(ws=1):Yo>-1&&(ws=-1)}return Yo<0||$o<0||ws===0||ws===1&&Yo===$o-1&&Yo===Ja+1?"":no.slice(Yo,$o)}function Ao(){for(var no=-1,Yo;++no<arguments.length;)Ro(arguments[no]),arguments[no]&&(Yo=Yo===void 0?arguments[no]:Yo+"/"+arguments[no]);return Yo===void 0?".":eo(Yo)}function eo(no){var Yo,Ja;return Ro(no),Yo=no.charCodeAt(0)===47,Ja=So(no,!Yo),!Ja.length&&!Yo&&(Ja="."),Ja.length&&no.charCodeAt(no.length-1)===47&&(Ja+="/"),Yo?"/"+Ja:Ja}function So(no,Yo){for(var Ja="",$o=0,ws=-1,fs=0,Bs=-1,Ks,js;++Bs<=no.length;){if(Bs<no.length)Ks=no.charCodeAt(Bs);else{if(Ks===47)break;Ks=47}if(Ks===47){if(!(ws===Bs-1||fs===1))if(ws!==Bs-1&&fs===2){if(Ja.length<2||$o!==2||Ja.charCodeAt(Ja.length-1)!==46||Ja.charCodeAt(Ja.length-2)!==46){if(Ja.length>2){if(js=Ja.lastIndexOf("/"),js!==Ja.length-1){js<0?(Ja="",$o=0):(Ja=Ja.slice(0,js),$o=Ja.length-1-Ja.lastIndexOf("/")),ws=Bs,fs=0;continue}}else if(Ja.length){Ja="",$o=0,ws=Bs,fs=0;continue}}Yo&&(Ja=Ja.length?Ja+"/..":"..",$o=2)}else Ja.length?Ja+="/"+no.slice(ws+1,Bs):Ja=no.slice(ws+1,Bs),$o=Bs-ws-1;ws=Bs,fs=0}else Ks===46&&fs>-1?fs++:fs=-1}return Ja}function Ro(no){if(typeof no!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(no))}}}),t0=Ki({"node_modules/vfile/lib/minproc.browser.js"(ks){Vo(),ks.cwd=us;function us(){return"/"}}}),Xh=Ki({"node_modules/vfile/lib/core.js"(ks,us){Vo();var Co=Yh(),Do=t0(),Ao=qm();us.exports=Ro;var eo={}.hasOwnProperty,So=["history","path","basename","stem","extname","dirname"];Ro.prototype.toString=is,Object.defineProperty(Ro.prototype,"path",{get:no,set:Yo}),Object.defineProperty(Ro.prototype,"dirname",{get:Ja,set:$o}),Object.defineProperty(Ro.prototype,"basename",{get:ws,set:fs}),Object.defineProperty(Ro.prototype,"extname",{get:Bs,set:Ks}),Object.defineProperty(Ro.prototype,"stem",{get:js,set:pl});function Ro(Ns){var Ps,Cl;if(!Ns)Ns={};else if(typeof Ns=="string"||Ao(Ns))Ns={contents:Ns};else if("message"in Ns&&"messages"in Ns)return Ns;if(!(this instanceof Ro))return new Ro(Ns);for(this.data={},this.messages=[],this.history=[],this.cwd=Do.cwd(),Cl=-1;++Cl<So.length;)Ps=So[Cl],eo.call(Ns,Ps)&&(this[Ps]=Ns[Ps]);for(Ps in Ns)So.indexOf(Ps)<0&&(this[Ps]=Ns[Ps])}function no(){return this.history[this.history.length-1]}function Yo(Ns){Ts(Ns,"path"),this.path!==Ns&&this.history.push(Ns)}function Ja(){return typeof this.path=="string"?Co.dirname(this.path):void 0}function $o(Ns){Cs(this.path,"dirname"),this.path=Co.join(Ns||"",this.basename)}function ws(){return typeof this.path=="string"?Co.basename(this.path):void 0}function fs(Ns){Ts(Ns,"basename"),ol(Ns,"basename"),this.path=Co.join(this.dirname||"",Ns)}function Bs(){return typeof this.path=="string"?Co.extname(this.path):void 0}function Ks(Ns){if(ol(Ns,"extname"),Cs(this.path,"extname"),Ns){if(Ns.charCodeAt(0)!==46)throw new Error("`extname` must start with `.`");if(Ns.indexOf(".",1)>-1)throw new Error("`extname` cannot contain multiple dots")}this.path=Co.join(this.dirname,this.stem+(Ns||""))}function js(){return typeof this.path=="string"?Co.basename(this.path,this.extname):void 0}function pl(Ns){Ts(Ns,"stem"),ol(Ns,"stem"),this.path=Co.join(this.dirname||"",Ns+(this.extname||""))}function is(Ns){return(this.contents||"").toString(Ns)}function ol(Ns,Ps){if(Ns&&Ns.indexOf(Co.sep)>-1)throw new Error("`"+Ps+"` cannot be a path: did not expect `"+Co.sep+"`")}function Ts(Ns,Ps){if(!Ns)throw new Error("`"+Ps+"` cannot be empty")}function Cs(Ns,Ps){if(!Ns)throw new Error("Setting `"+Ps+"` requires `path` to be set too")}}}),Kp=Ki({"node_modules/vfile/lib/index.js"(ks,us){Vo();var Co=Bp(),Do=Xh();us.exports=Do,Do.prototype.message=Ao,Do.prototype.info=So,Do.prototype.fail=eo;function Ao(Ro,no,Yo){var Ja=new Co(Ro,no,Yo);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}}}),lp=Ki({"node_modules/vfile/index.js"(ks,us){Vo(),us.exports=Kp()}}),Lh=Ki({"node_modules/unified/index.js"(ks,us){Vo();var Co=Pm(),Do=qm(),Ao=sp(),eo=Wf(),So=Dh(),Ro=lp();us.exports=Bs().freeze();var no=[].slice,Yo={}.hasOwnProperty,Ja=So().use($o).use(ws).use(fs);function $o(Ns,Ps){Ps.tree=Ns.parse(Ps.file)}function ws(Ns,Ps,Cl){Ns.run(Ps.tree,Ps.file,Bl);function Bl(Eu,vl,Zl){Eu?Cl(Eu):(Ps.tree=vl,Ps.file=Zl,Cl())}}function fs(Ns,Ps){var Cl=Ns.stringify(Ps.tree,Ps.file);Cl==null||(typeof Cl=="string"||Do(Cl)?Ps.file.contents=Cl:Ps.file.result=Cl)}function Bs(){var Ns=[],Ps=So(),Cl={},Bl=-1,Eu;return vl.data=bu,vl.freeze=Zl,vl.attachers=Ns,vl.use=xu,vl.parse=Cu,vl.stringify=Ka,vl.run=ec,vl.runSync=rc,vl.process=Su,vl.processSync=Ec,vl;function vl(){for(var wu=Bs(),Ul=-1;++Ul<Ns.length;)wu.use.apply(null,Ns[Ul]);return wu.data(Ao(!0,{},Cl)),wu}function Zl(){var wu,Ul;if(Eu)return vl;for(;++Bl<Ns.length;)wu=Ns[Bl],wu[1]!==!1&&(wu[1]===!0&&(wu[1]=void 0),Ul=wu[0].apply(vl,wu.slice(1)),typeof Ul=="function"&&Ps.use(Ul));return Eu=!0,Bl=1/0,vl}function bu(wu,Ul){return typeof wu=="string"?arguments.length===2?(ol("data",Eu),Cl[wu]=Ul,vl):Yo.call(Cl,wu)&&Cl[wu]||null:wu?(ol("data",Eu),Cl=wu,vl):Cl}function xu(wu){var Ul;if(ol("use",Eu),wu!=null)if(typeof wu=="function")Pl.apply(null,arguments);else if(typeof wu=="object")"length"in wu?bl(wu):Iu(wu);else throw new Error("Expected usable value, not `"+wu+"`");return Ul&&(Cl.settings=Ao(Cl.settings||{},Ul)),vl;function Iu(Au){bl(Au.plugins),Au.settings&&(Ul=Ao(Ul||{},Au.settings))}function kl(Au){if(typeof Au=="function")Pl(Au);else if(typeof Au=="object")"length"in Au?Pl.apply(null,Au):Iu(Au);else throw new Error("Expected usable value, not `"+Au+"`")}function bl(Au){var dc=-1;if(Au!=null)if(typeof Au=="object"&&"length"in Au)for(;++dc<Au.length;)kl(Au[dc]);else throw new Error("Expected a list of plugins, not `"+Au+"`")}function Pl(Au,dc){var Ic=Zs(Au);Ic?(eo(Ic[1])&&eo(dc)&&(dc=Ao(!0,Ic[1],dc)),Ic[1]=dc):Ns.push(no.call(arguments))}}function Zs(wu){for(var Ul=-1;++Ul<Ns.length;)if(Ns[Ul][0]===wu)return Ns[Ul]}function Cu(wu){var Ul=Ro(wu),Iu;return Zl(),Iu=vl.Parser,pl("parse",Iu),Ks(Iu,"parse")?new Iu(String(Ul),Ul).parse():Iu(String(Ul),Ul)}function ec(wu,Ul,Iu){if(Ts(wu),Zl(),!Iu&&typeof Ul=="function"&&(Iu=Ul,Ul=null),!Iu)return new Promise(kl);kl(null,Iu);function kl(bl,Pl){Ps.run(wu,Ro(Ul),Au);function Au(dc,Ic,jc){Ic=Ic||wu,dc?Pl(dc):bl?bl(Ic):Iu(null,Ic,jc)}}}function rc(wu,Ul){var Iu,kl;return ec(wu,Ul,bl),Cs("runSync","run",kl),Iu;function bl(Pl,Au){kl=!0,Iu=Au,Co(Pl)}}function Ka(wu,Ul){var Iu=Ro(Ul),kl;return Zl(),kl=vl.Compiler,is("stringify",kl),Ts(wu),Ks(kl,"compile")?new kl(wu,Iu).compile():kl(wu,Iu)}function Su(wu,Ul){if(Zl(),pl("process",vl.Parser),is("process",vl.Compiler),!Ul)return new Promise(Iu);Iu(null,Ul);function Iu(kl,bl){var Pl=Ro(wu);Ja.run(vl,{file:Pl},Au);function Au(dc){dc?bl(dc):kl?kl(Pl):Ul(null,Pl)}}}function Ec(wu){var Ul,Iu;return Zl(),pl("processSync",vl.Parser),is("processSync",vl.Compiler),Ul=Ro(wu),Su(Ul,kl),Cs("processSync","process",Iu),Ul;function kl(bl){Iu=!0,Co(bl)}}}function Ks(Ns,Ps){return typeof Ns=="function"&&Ns.prototype&&(js(Ns.prototype)||Ps in Ns.prototype)}function js(Ns){var Ps;for(Ps in Ns)return!0;return!1}function pl(Ns,Ps){if(typeof Ps!="function")throw new Error("Cannot `"+Ns+"` without `Parser`")}function is(Ns,Ps){if(typeof Ps!="function")throw new Error("Cannot `"+Ns+"` without `Compiler`")}function ol(Ns,Ps){if(Ps)throw new Error("Cannot invoke `"+Ns+"` on a frozen processor.\nCreate a new processor first, by invoking it: use `processor()` instead of `processor`.")}function Ts(Ns){if(!Ns||typeof Ns.type!="string")throw new Error("Expected node, got `"+Ns+"`")}function Cs(Ns,Ps,Cl){if(!Cl)throw new Error("`"+Ns+"` finished async. Use `"+Ps+"` instead")}}}),Oh=Ki({"node_modules/remark-math/util.js"(ks){Vo(),ks.isRemarkParser=us,ks.isRemarkCompiler=Co;function us(Do){return!!(Do&&Do.prototype&&Do.prototype.blockTokenizers)}function Co(Do){return!!(Do&&Do.prototype&&Do.prototype.visitors)}}}),Em=Ki({"node_modules/remark-math/inline.js"(ks,us){Vo();var Co=Oh();us.exports=$o;var Do=9,Ao=32,eo=36,So=48,Ro=57,no=92,Yo=["math","math-inline"],Ja="math-display";function $o(Bs){let Ks=this.Parser,js=this.Compiler;Co.isRemarkParser(Ks)&&ws(Ks,Bs),Co.isRemarkCompiler(js)&&fs(js)}function ws(Bs,Ks){let js=Bs.prototype,pl=js.inlineMethods;ol.locator=is,js.inlineTokenizers.math=ol,pl.splice(pl.indexOf("text"),0,"math");function is(Ts,Cs){return Ts.indexOf("$",Cs)}function ol(Ts,Cs,Ns){let Ps=Cs.length,Cl=!1,Bl=!1,Eu=0,vl,Zl,bu,xu,Zs,Cu,ec;if(Cs.charCodeAt(Eu)===no&&(Bl=!0,Eu++),Cs.charCodeAt(Eu)===eo){if(Eu++,Bl)return Ns?!0:Ts(Cs.slice(0,Eu))({type:"text",value:"$"});if(Cs.charCodeAt(Eu)===eo&&(Cl=!0,Eu++),bu=Cs.charCodeAt(Eu),!(bu===Ao||bu===Do)){for(xu=Eu;Eu<Ps;){if(Zl=bu,bu=Cs.charCodeAt(Eu+1),Zl===eo){if(vl=Cs.charCodeAt(Eu-1),vl!==Ao&&vl!==Do&&(bu!==bu||bu<So||bu>Ro)&&(!Cl||bu===eo)){Zs=Eu-1,Eu++,Cl&&Eu++,Cu=Eu;break}}else Zl===no&&(Eu++,bu=Cs.charCodeAt(Eu+1));Eu++}if(Cu!==void 0)return Ns?!0:(ec=Cs.slice(xu,Zs+1),Ts(Cs.slice(0,Cu))({type:"inlineMath",value:ec,data:{hName:"span",hProperties:{className:Yo.concat(Cl&&Ks.inlineMathDouble?[Ja]:[])},hChildren:[{type:"text",value:ec}]}}))}}}}function fs(Bs){let Ks=Bs.prototype;Ks.visitors.inlineMath=js;function js(pl){let is="$";return(pl.data&&pl.data.hProperties&&pl.data.hProperties.className||[]).includes(Ja)&&(is="$$"),is+pl.value+is}}}}),$h=Ki({"node_modules/remark-math/block.js"(ks,us){Vo();var Co=Oh();us.exports=Ja;var Do=10,Ao=32,eo=36,So=`
`,Ro="$",no=2,Yo=["math","math-display"];function Ja(){let fs=this.Parser,Bs=this.Compiler;Co.isRemarkParser(fs)&&$o(fs),Co.isRemarkCompiler(Bs)&&ws(Bs)}function $o(fs){let Bs=fs.prototype,Ks=Bs.blockMethods,js=Bs.interruptParagraph,pl=Bs.interruptList,is=Bs.interruptBlockquote;Bs.blockTokenizers.math=ol,Ks.splice(Ks.indexOf("fencedCode")+1,0,"math"),js.splice(js.indexOf("fencedCode")+1,0,["math"]),pl.splice(pl.indexOf("fencedCode")+1,0,["math"]),is.splice(is.indexOf("fencedCode")+1,0,["math"]);function ol(Ts,Cs,Ns){var Ps=Cs.length,Cl=0;let Bl,Eu,vl,Zl,bu,xu,Zs,Cu,ec,rc,Ka;for(;Cl<Ps&&Cs.charCodeAt(Cl)===Ao;)Cl++;for(bu=Cl;Cl<Ps&&Cs.charCodeAt(Cl)===eo;)Cl++;if(xu=Cl-bu,!(xu<no)){for(;Cl<Ps&&Cs.charCodeAt(Cl)===Ao;)Cl++;for(Zs=Cl;Cl<Ps;){if(Bl=Cs.charCodeAt(Cl),Bl===eo)return;if(Bl===Do)break;Cl++}if(Cs.charCodeAt(Cl)===Do){if(Ns)return!0;for(Eu=[],Zs!==Cl&&Eu.push(Cs.slice(Zs,Cl)),Cl++,vl=Cs.indexOf(So,Cl+1),vl=vl===-1?Ps:vl;Cl<Ps;){for(Cu=!1,rc=Cl,Ka=vl,Zl=vl,ec=0;Zl>rc&&Cs.charCodeAt(Zl-1)===Ao;)Zl--;for(;Zl>rc&&Cs.charCodeAt(Zl-1)===eo;)ec++,Zl--;for(xu<=ec&&Cs.indexOf(Ro,rc)===Zl&&(Cu=!0,Ka=Zl);rc<=Ka&&rc-Cl<bu&&Cs.charCodeAt(rc)===Ao;)rc++;if(Cu)for(;Ka>rc&&Cs.charCodeAt(Ka-1)===Ao;)Ka--;if((!Cu||rc!==Ka)&&Eu.push(Cs.slice(rc,Ka)),Cu)break;Cl=vl+1,vl=Cs.indexOf(So,Cl+1),vl=vl===-1?Ps:vl}return Eu=Eu.join(`
`),Ts(Cs.slice(0,vl))({type:"math",value:Eu,data:{hName:"div",hProperties:{className:Yo.concat()},hChildren:[{type:"text",value:Eu}]}})}}}}function ws(fs){let Bs=fs.prototype;Bs.visitors.math=Ks;function Ks(js){return`$$
`+js.value+`
$$`}}}}),Km=Ki({"node_modules/remark-math/index.js"(ks,us){Vo();var Co=Em(),Do=$h();us.exports=Ao;function Ao(eo){var So=eo||{};Do.call(this,So),Co.call(this,So)}}}),hh=Ki({"node_modules/remark-footnotes/index.js"(ks,us){Vo(),us.exports=Bs;var Co=9,Do=10,Ao=32,eo=33,So=58,Ro=91,no=92,Yo=93,Ja=94,$o=96,ws=4,fs=1024;function Bs(Cs){var Ns=this.Parser,Ps=this.Compiler;Ks(Ns)&&pl(Ns,Cs),js(Ps)&&is(Ps)}function Ks(Cs){return!!(Cs&&Cs.prototype&&Cs.prototype.blockTokenizers)}function js(Cs){return!!(Cs&&Cs.prototype&&Cs.prototype.visitors)}function pl(Cs,Ns){for(var Ps=Ns||{},Cl=Cs.prototype,Bl=Cl.blockTokenizers,Eu=Cl.inlineTokenizers,vl=Cl.blockMethods,Zl=Cl.inlineMethods,bu=Bl.definition,xu=Eu.reference,Zs=[],Cu=-1,ec=vl.length,rc;++Cu<ec;)rc=vl[Cu],!(rc==="newline"||rc==="indentedCode"||rc==="paragraph"||rc==="footnoteDefinition")&&Zs.push([rc]);Zs.push(["footnoteDefinition"]),Ps.inlineNotes&&(ol(Zl,"reference","inlineNote"),Eu.inlineNote=Ec),ol(vl,"definition","footnoteDefinition"),ol(Zl,"reference","footnoteCall"),Bl.definition=Ul,Bl.footnoteDefinition=Ka,Eu.footnoteCall=Su,Eu.reference=wu,Cl.interruptFootnoteDefinition=Zs,wu.locator=xu.locator,Su.locator=Iu,Ec.locator=kl;function Ka(bl,Pl,Au){for(var dc=this,Ic=dc.interruptFootnoteDefinition,jc=dc.offset,Id=Pl.length+1,xc=0,rp=[],Hp,Rp,dp,Xc,ud,rf,nf,Tf,Qp,Jd,hp,gp,Vd;xc<Id&&(Xc=Pl.charCodeAt(xc),!(Xc!==Co&&Xc!==Ao));)xc++;if(Pl.charCodeAt(xc++)===Ro&&Pl.charCodeAt(xc++)===Ja){for(Rp=xc;xc<Id;){if(Xc=Pl.charCodeAt(xc),Xc!==Xc||Xc===Do||Xc===Co||Xc===Ao)return;if(Xc===Yo){dp=xc,xc++;break}xc++}if(!(dp===void 0||Rp===dp||Pl.charCodeAt(xc++)!==So)){if(Au)return!0;for(Hp=Pl.slice(Rp,dp),ud=bl.now(),Qp=0,Jd=0,hp=xc,gp=[];xc<Id;){if(Xc=Pl.charCodeAt(xc),Xc!==Xc||Xc===Do)Vd={start:Qp,contentStart:hp||xc,contentEnd:xc,end:xc},gp.push(Vd),Xc===Do&&(Qp=xc+1,Jd=0,hp=void 0,Vd.end=Qp);else if(Jd!==void 0)if(Xc===Ao||Xc===Co)Jd+=Xc===Ao?1:ws-Jd%ws,Jd>ws&&(Jd=void 0,hp=xc);else{if(Jd<ws&&Vd&&(Vd.contentStart===Vd.contentEnd||Ts(Ic,Bl,dc,[bl,Pl.slice(xc,fs),!0])))break;Jd=void 0,hp=xc}xc++}for(xc=-1,Id=gp.length;Id>0&&(Vd=gp[Id-1],Vd.contentStart===Vd.contentEnd);)Id--;for(rf=bl(Pl.slice(0,Vd.contentEnd));++xc<Id;)Vd=gp[xc],jc[ud.line+xc]=(jc[ud.line+xc]||0)+(Vd.contentStart-Vd.start),rp.push(Pl.slice(Vd.contentStart,Vd.end));return nf=dc.enterBlock(),Tf=dc.tokenizeBlock(rp.join(""),ud),nf(),rf({type:"footnoteDefinition",identifier:Hp.toLowerCase(),label:Hp,children:Tf})}}}function Su(bl,Pl,Au){var dc=Pl.length+1,Ic=0,jc,Id,xc,rp;if(Pl.charCodeAt(Ic++)===Ro&&Pl.charCodeAt(Ic++)===Ja){for(Id=Ic;Ic<dc;){if(rp=Pl.charCodeAt(Ic),rp!==rp||rp===Do||rp===Co||rp===Ao)return;if(rp===Yo){xc=Ic,Ic++;break}Ic++}if(!(xc===void 0||Id===xc))return Au?!0:(jc=Pl.slice(Id,xc),bl(Pl.slice(0,Ic))({type:"footnoteReference",identifier:jc.toLowerCase(),label:jc}))}}function Ec(bl,Pl,Au){var dc=this,Ic=Pl.length+1,jc=0,Id=0,xc,rp,Hp,Rp,dp,Xc,ud;if(Pl.charCodeAt(jc++)===Ja&&Pl.charCodeAt(jc++)===Ro){for(Hp=jc;jc<Ic;){if(rp=Pl.charCodeAt(jc),rp!==rp)return;if(Xc===void 0)if(rp===no)jc+=2;else if(rp===Ro)Id++,jc++;else if(rp===Yo)if(Id===0){Rp=jc,jc++;break}else Id--,jc++;else if(rp===$o){for(dp=jc,Xc=1;Pl.charCodeAt(dp+Xc)===$o;)Xc++;jc+=Xc}else jc++;else if(rp===$o){for(dp=jc,ud=1;Pl.charCodeAt(dp+ud)===$o;)ud++;jc+=ud,Xc===ud&&(Xc=void 0),ud=void 0}else jc++}if(Rp!==void 0)return Au?!0:(xc=bl.now(),xc.column+=2,xc.offset+=2,bl(Pl.slice(0,jc))({type:"footnote",children:dc.tokenizeInline(Pl.slice(Hp,Rp),xc)}))}}function wu(bl,Pl,Au){var dc=0;if(Pl.charCodeAt(dc)===eo&&dc++,Pl.charCodeAt(dc)===Ro&&Pl.charCodeAt(dc+1)!==Ja)return xu.call(this,bl,Pl,Au)}function Ul(bl,Pl,Au){for(var dc=0,Ic=Pl.charCodeAt(dc);Ic===Ao||Ic===Co;)Ic=Pl.charCodeAt(++dc);if(Ic===Ro&&Pl.charCodeAt(dc+1)!==Ja)return bu.call(this,bl,Pl,Au)}function Iu(bl,Pl){return bl.indexOf("[",Pl)}function kl(bl,Pl){return bl.indexOf("^[",Pl)}}function is(Cs){var Ns=Cs.prototype.visitors,Ps=" ";Ns.footnote=Cl,Ns.footnoteReference=Bl,Ns.footnoteDefinition=Eu;function Cl(vl){return"^["+this.all(vl).join("")+"]"}function Bl(vl){return"[^"+(vl.label||vl.identifier)+"]"}function Eu(vl){for(var Zl=this.all(vl).join(`
`).split(`
`),bu=0,xu=Zl.length,Zs;++bu<xu;)Zs=Zl[bu],Zs!==""&&(Zl[bu]=Ps+Zs);return"[^"+(vl.label||vl.identifier)+"]: "+Zl.join(`
`)}}function ol(Cs,Ns,Ps){Cs.splice(Cs.indexOf(Ns),0,Ps)}function Ts(Cs,Ns,Ps,Cl){for(var Bl=Cs.length,Eu=-1;++Eu<Bl;)if(Ns[Cs[Eu][0]].apply(Ps,Cl))return!0;return!1}}}),Sm=Ki({"src/utils/front-matter/parse.js"(ks,us){Vo();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:Yo}=eo.groups,Ja=Ro.trim()||"yaml";if(So==="+++"&&(Ja="toml"),Ja!=="yaml"&&So!==Yo)return{content:Ao};let[$o]=eo;return{frontMatter:{type:"front-matter",lang:Ja,value:no,startDelimiter:So,endDelimiter:Yo,raw:$o.replace(/\n$/,"")},content:$o.replace(/[^\n]/g," ")+Ao.slice($o.length)}}us.exports=Do}}),Tm=Ki({"src/language-markdown/pragma.js"(ks,us){Vo();var Co=Sm(),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}us.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}`}}}}),im=Ki({"src/language-markdown/loc.js"(ks,us){Vo();function Co(Ao){return Ao.position.start.offset}function Do(Ao){return Ao.position.end.offset}us.exports={locStart:Co,locEnd:Do}}}),vf=Ki({"src/language-markdown/mdx.js"(ks,us){Vo();var Co=/^import\s/,Do=/^export\s/,Ao="[a-z][a-z0-9]*(\\.[a-z][a-z0-9]*)*|",eo=/<!---->|<!---?[^>-](?:-?[^-])*-->/,So=/^{\s*\/\*(.*)\*\/\s*}/,Ro=`
`,no=fs=>Co.test(fs),Yo=fs=>Do.test(fs),Ja=(fs,Bs)=>{let Ks=Bs.indexOf(Ro),js=Bs.slice(0,Ks);if(Yo(js)||no(js))return fs(js)({type:Yo(js)?"export":"import",value:js})},$o=(fs,Bs)=>{let Ks=So.exec(Bs);if(Ks)return fs(Ks[0])({type:"esComment",value:Ks[1].trim()})};Ja.locator=fs=>Yo(fs)||no(fs)?-1:1,$o.locator=(fs,Bs)=>fs.indexOf("{",Bs);function ws(){let{Parser:fs}=this,{blockTokenizers:Bs,blockMethods:Ks,inlineTokenizers:js,inlineMethods:pl}=fs.prototype;Bs.esSyntax=Ja,js.esComment=$o,Ks.splice(Ks.indexOf("paragraph"),0,"esSyntax"),pl.splice(pl.indexOf("text"),0,"esComment")}us.exports={esSyntax:ws,BLOCKS_REGEX:Ao,COMMENT_REGEX:eo}}}),Ym={};Xo(Ym,{default:()=>cp});function cp(ks){if(typeof ks!="string")throw new TypeError("Expected a string");return ks.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}var Kf=pa({"node_modules/escape-string-regexp/index.js"(){Vo()}}),Vp=Ki({"src/utils/get-last.js"(ks,us){Vo();var Co=Do=>Do[Do.length-1];us.exports=Co}}),tf=Ki({"node_modules/semver/internal/debug.js"(ks,us){Vo();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)}:()=>{};us.exports=Co}}),Yf=Ki({"node_modules/semver/internal/constants.js"(ks,us){Vo();var Co="2.0.0",Do=256,Ao=Number.MAX_SAFE_INTEGER||9007199254740991,eo=16;us.exports={SEMVER_SPEC_VERSION:Co,MAX_LENGTH:Do,MAX_SAFE_INTEGER:Ao,MAX_SAFE_COMPONENT_LENGTH:eo}}}),Cm=Ki({"node_modules/semver/internal/re.js"(ks,us){Vo();var{MAX_SAFE_COMPONENT_LENGTH:Co}=Yf(),Do=tf();ks=us.exports={};var Ao=ks.re=[],eo=ks.src=[],So=ks.t={},Ro=0,no=(Yo,Ja,$o)=>{let ws=Ro++;Do(Yo,ws,Ja),So[Yo]=ws,eo[ws]=Ja,Ao[ws]=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),ks.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),ks.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),ks.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*$")}}),jh=Ki({"node_modules/semver/internal/parse-options.js"(ks,us){Vo();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),{}):{};us.exports=Do}}),Df=Ki({"node_modules/semver/internal/identifiers.js"(ks,us){Vo();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);us.exports={compareIdentifiers:Do,rcompareIdentifiers:Ao}}}),sm=Ki({"node_modules/semver/classes/semver.js"(ks,us){Vo();var Co=tf(),{MAX_LENGTH:Do,MAX_SAFE_INTEGER:Ao}=Yf(),{re:eo,t:So}=Cm(),Ro=jh(),{compareIdentifiers:no}=Df(),Yo=class{constructor(Ja,$o){if($o=Ro($o),Ja instanceof Yo){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 ws=Ja.trim().match($o.loose?eo[So.LOOSE]:eo[So.FULL]);if(!ws)throw new TypeError(`Invalid Version: ${Ja}`);if(this.raw=Ja,this.major=+ws[1],this.minor=+ws[2],this.patch=+ws[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");ws[4]?this.prerelease=ws[4].split(".").map(fs=>{if(/^[0-9]+$/.test(fs)){let Bs=+fs;if(Bs>=0&&Bs<Ao)return Bs}return fs}):this.prerelease=[],this.build=ws[5]?ws[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 Yo)){if(typeof Ja=="string"&&Ja===this.version)return 0;Ja=new Yo(Ja,this.options)}return Ja.version===this.version?0:this.compareMain(Ja)||this.comparePre(Ja)}compareMain(Ja){return Ja instanceof Yo||(Ja=new Yo(Ja,this.options)),no(this.major,Ja.major)||no(this.minor,Ja.minor)||no(this.patch,Ja.patch)}comparePre(Ja){if(Ja instanceof Yo||(Ja=new Yo(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 ws=this.prerelease[$o],fs=Ja.prerelease[$o];if(Co("prerelease compare",$o,ws,fs),ws===void 0&&fs===void 0)return 0;if(fs===void 0)return 1;if(ws===void 0)return-1;if(ws!==fs)return no(ws,fs)}while(++$o)}compareBuild(Ja){Ja instanceof Yo||(Ja=new Yo(Ja,this.options));let $o=0;do{let ws=this.build[$o],fs=Ja.build[$o];if(Co("prerelease compare",$o,ws,fs),ws===void 0&&fs===void 0)return 0;if(fs===void 0)return 1;if(ws===void 0)return-1;if(ws!==fs)return no(ws,fs)}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 ws=this.prerelease.length;for(;--ws>=0;)typeof this.prerelease[ws]=="number"&&(this.prerelease[ws]++,ws=-2);ws===-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}};us.exports=Yo}}),$m=Ki({"node_modules/semver/functions/compare.js"(ks,us){Vo();var Co=sm(),Do=(Ao,eo,So)=>new Co(Ao,So).compare(new Co(eo,So));us.exports=Do}}),bf=Ki({"node_modules/semver/functions/lt.js"(ks,us){Vo();var Co=$m(),Do=(Ao,eo,So)=>Co(Ao,eo,So)<0;us.exports=Do}}),Fh=Ki({"node_modules/semver/functions/gte.js"(ks,us){Vo();var Co=$m(),Do=(Ao,eo,So)=>Co(Ao,eo,So)>=0;us.exports=Do}}),Uh=Ki({"src/utils/arrayify.js"(ks,us){Vo(),us.exports=(Co,Do)=>Object.entries(Co).map(Ao=>{let[eo,So]=Ao;return Object.assign({[Do]:eo},So)})}}),gh=Ki({"package.json"(ks,us){us.exports={version:"2.8.8"}}}),bh=Ki({"node_modules/outdent/lib/index.js"(ks,us){Vo(),Object.defineProperty(ks,"__esModule",{value:!0}),ks.outdent=void 0;function Co(){for(var is=[],ol=0;ol<arguments.length;ol++)is[ol]=arguments[ol]}function Do(){return typeof WeakMap<"u"?new WeakMap:Ao()}function Ao(){return{add:Co,delete:Co,get:Co,set:Co,has:function(is){return!1}}}var eo=Object.prototype.hasOwnProperty,So=function(is,ol){return eo.call(is,ol)};function Ro(is,ol){for(var Ts in ol)So(ol,Ts)&&(is[Ts]=ol[Ts]);return is}var no=/^[ \t]*(?:\r\n|\r|\n)/,Yo=/(?:\r\n|\r|\n)[ \t]*$/,Ja=/^(?:[\r\n]|$)/,$o=/(?:\r\n|\r|\n)([ \t]*)(?:[^ \t\r\n]|$)/,ws=/^[ \t]*[\r\n][ \t\r\n]*$/;function fs(is,ol,Ts){var Cs=0,Ns=is[0].match($o);Ns&&(Cs=Ns[1].length);var Ps="(\\r\\n|\\r|\\n).{0,"+Cs+"}",Cl=new RegExp(Ps,"g");ol&&(is=is.slice(1));var Bl=Ts.newline,Eu=Ts.trimLeadingNewline,vl=Ts.trimTrailingNewline,Zl=typeof Bl=="string",bu=is.length,xu=is.map(function(Zs,Cu){return Zs=Zs.replace(Cl,"$1"),Cu===0&&Eu&&(Zs=Zs.replace(no,"")),Cu===bu-1&&vl&&(Zs=Zs.replace(Yo,"")),Zl&&(Zs=Zs.replace(/\r\n|\n|\r/g,function(ec){return Bl})),Zs});return xu}function Bs(is,ol){for(var Ts="",Cs=0,Ns=is.length;Cs<Ns;Cs++)Ts+=is[Cs],Cs<Ns-1&&(Ts+=ol[Cs]);return Ts}function Ks(is){return So(is,"raw")&&So(is,"length")}function js(is){var ol=Do(),Ts=Do();function Cs(Ps){for(var Cl=[],Bl=1;Bl<arguments.length;Bl++)Cl[Bl-1]=arguments[Bl];if(Ks(Ps)){var Eu=Ps,vl=(Cl[0]===Cs||Cl[0]===pl)&&ws.test(Eu[0])&&Ja.test(Eu[1]),Zl=vl?Ts:ol,bu=Zl.get(Eu);if(bu||(bu=fs(Eu,vl,is),Zl.set(Eu,bu)),Cl.length===0)return bu[0];var xu=Bs(bu,vl?Cl.slice(1):Cl);return xu}else return js(Ro(Ro({},is),Ps||{}))}var Ns=Ro(Cs,{string:function(Ps){return fs([Ps],!1,is)[0]}});return Ns}var pl=js({trimLeadingNewline:!0,trimTrailingNewline:!0});if(ks.outdent=pl,ks.default=pl,typeof us<"u")try{us.exports=pl,Object.defineProperty(pl,"__esModule",{value:!0}),pl.default=pl,pl.outdent=pl}catch{}}}),Dp=Ki({"src/main/core-options.js"(ks,us){Vo();var{outdent:Co}=bh(),Do="Config",Ao="Editor",eo="Format",So="Other",Ro="Output",no="Global",Yo="Special",Ja={cursorOffset:{since:"1.4.0",category:Yo,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:Yo,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:Yo,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:Yo,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:Yo,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:Yo,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."}]}};us.exports={CATEGORY_CONFIG:Do,CATEGORY_EDITOR:Ao,CATEGORY_FORMAT:eo,CATEGORY_OTHER:So,CATEGORY_OUTPUT:Ro,CATEGORY_GLOBAL:no,CATEGORY_SPECIAL:Yo,options:Ja}}}),Yp=Ki({"src/main/support.js"(ks,us){Vo();var Co={compare:$m(),lt:bf(),gte:Fh()},Do=Uh(),Ao=gh().version,eo=Dp().options;function So(){let{plugins:no=[],showUnreleased:Yo=!1,showDeprecated:Ja=!1,showInternal:$o=!1}=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},ws=Ao.split("-",1)[0],fs=no.flatMap(is=>is.languages||[]).filter(Ks),Bs=Do(Object.assign({},...no.map(is=>{let{options:ol}=is;return ol}),eo),"name").filter(is=>Ks(is)&&js(is)).sort((is,ol)=>is.name===ol.name?0:is.name<ol.name?-1:1).map(pl).map(is=>{is=Object.assign({},is),Array.isArray(is.default)&&(is.default=is.default.length===1?is.default[0].value:is.default.filter(Ks).sort((Ts,Cs)=>Co.compare(Cs.since,Ts.since))[0].value),Array.isArray(is.choices)&&(is.choices=is.choices.filter(Ts=>Ks(Ts)&&js(Ts)),is.name==="parser"&&Ro(is,fs,no));let ol=Object.fromEntries(no.filter(Ts=>Ts.defaultOptions&&Ts.defaultOptions[is.name]!==void 0).map(Ts=>[Ts.name,Ts.defaultOptions[is.name]]));return Object.assign(Object.assign({},is),{},{pluginDefaults:ol})});return{languages:fs,options:Bs};function Ks(is){return Yo||!("since"in is)||is.since&&Co.gte(ws,is.since)}function js(is){return Ja||!("deprecated"in is)||is.deprecated&&Co.lt(ws,is.deprecated)}function pl(is){return $o?is:Hs(is,Rs)}}function Ro(no,Yo,Ja){let $o=new Set(no.choices.map(ws=>ws.value));for(let ws of Yo)if(ws.parsers){for(let fs of ws.parsers)if(!$o.has(fs)){$o.add(fs);let Bs=Ja.find(js=>js.parsers&&js.parsers[fs]),Ks=ws.name;Bs&&Bs.name&&(Ks+=` (plugin: ${Bs.name})`),no.choices.push({value:fs,description:Ks})}}}us.exports={getSupportInfo:So}}}),Rh=Ki({"src/utils/is-non-empty-array.js"(ks,us){Vo();function Co(Do){return Array.isArray(Do)&&Do.length>0}us.exports=Co}});function Vh(){let{onlyFirst:ks=!1}=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},us=["[\\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(us,ks?void 0:"g")}var r0=pa({"node_modules/strip-ansi/node_modules/ansi-regex/index.js"(){Vo()}});function Xm(ks){if(typeof ks!="string")throw new TypeError(`Expected a \`string\`, got \`${typeof ks}\``);return ks.replace(Vh(),"")}var jf=pa({"node_modules/strip-ansi/index.js"(){Vo(),r0()}});function Hh(ks){return Number.isInteger(ks)?ks>=4352&&(ks<=4447||ks===9001||ks===9002||11904<=ks&&ks<=12871&&ks!==12351||12880<=ks&&ks<=19903||19968<=ks&&ks<=42182||43360<=ks&&ks<=43388||44032<=ks&&ks<=55203||63744<=ks&&ks<=64255||65040<=ks&&ks<=65049||65072<=ks&&ks<=65131||65281<=ks&&ks<=65376||65504<=ks&&ks<=65510||110592<=ks&&ks<=110593||127488<=ks&&ks<=127569||131072<=ks&&ks<=262141):!1}var zh=pa({"node_modules/is-fullwidth-code-point/index.js"(){Vo()}}),Jm=Ki({"node_modules/emoji-regex/index.js"(ks,us){Vo(),us.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}}}),Op={};Xo(Op,{default:()=>Qh});function Qh(ks){if(typeof ks!="string"||ks.length===0||(ks=Xm(ks),ks.length===0))return 0;ks=ks.replace((0,kh.default)()," ");let us=0;for(let Co=0;Co<ks.length;Co++){let Do=ks.codePointAt(Co);Do<=31||Do>=127&&Do<=159||Do>=768&&Do<=879||(Do>65535&&Co++,us+=Hh(Do)?2:1)}return us}var kh,lm=pa({"node_modules/string-width/index.js"(){Vo(),jf(),zh(),kh=Fo(Jm())}}),Js=Ki({"src/utils/get-string-width.js"(ks,us){Vo();var Co=(lm(),_s(Op)).default,Do=/[^\x20-\x7F]/;function Ao(eo){return eo?Do.test(eo)?Co(eo):eo.length:0}us.exports=Ao}}),cu=Ki({"src/utils/text/skip.js"(ks,us){Vo();function Co(Ro){return(no,Yo,Ja)=>{let $o=Ja&&Ja.backwards;if(Yo===!1)return!1;let{length:ws}=no,fs=Yo;for(;fs>=0&&fs<ws;){let Bs=no.charAt(fs);if(Ro instanceof RegExp){if(!Ro.test(Bs))return fs}else if(!Ro.includes(Bs))return fs;$o?fs--:fs++}return fs===-1||fs===ws?fs:!1}}var Do=Co(/\s/),Ao=Co(" "),eo=Co(",; "),So=Co(/[^\n\r]/);us.exports={skipWhitespace:Do,skipSpaces:Ao,skipToLineEnd:eo,skipEverythingButNewLine:So}}}),jl=Ki({"src/utils/text/skip-inline-comment.js"(ks,us){Vo();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}us.exports=Co}}),bc=Ki({"src/utils/text/skip-trailing-comment.js"(ks,us){Vo();var{skipEverythingButNewLine:Co}=cu();function Do(Ao,eo){return eo===!1?!1:Ao.charAt(eo)==="/"&&Ao.charAt(eo+1)==="/"?Co(Ao,eo):eo}us.exports=Do}}),wc=Ki({"src/utils/text/skip-newline.js"(ks,us){Vo();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}us.exports=Co}}),Ad=Ki({"src/utils/text/get-next-non-space-non-comment-character-index-with-start-index.js"(ks,us){Vo();var Co=jl(),Do=wc(),Ao=bc(),{skipSpaces:eo}=cu();function So(Ro,no){let Yo=null,Ja=no;for(;Ja!==Yo;)Yo=Ja,Ja=eo(Ro,Ja),Ja=Co(Ro,Ja),Ja=Ao(Ro,Ja),Ja=Do(Ro,Ja);return Ja}us.exports=So}}),Ep=Ki({"src/common/util.js"(ks,us){Vo();var{default:Co}=(Kf(),_s(Ym)),Do=Vp(),{getSupportInfo:Ao}=Yp(),eo=Rh(),So=Js(),{skipWhitespace:Ro,skipSpaces:no,skipToLineEnd:Yo,skipEverythingButNewLine:Ja}=cu(),$o=jl(),ws=bc(),fs=wc(),Bs=Ad(),Ks=kl=>kl[kl.length-2];function js(kl){return(bl,Pl,Au)=>{let dc=Au&&Au.backwards;if(Pl===!1)return!1;let{length:Ic}=bl,jc=Pl;for(;jc>=0&&jc<Ic;){let Id=bl.charAt(jc);if(kl instanceof RegExp){if(!kl.test(Id))return jc}else if(!kl.includes(Id))return jc;dc?jc--:jc++}return jc===-1||jc===Ic?jc:!1}}function pl(kl,bl){let Pl=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},Au=no(kl,Pl.backwards?bl-1:bl,Pl),dc=fs(kl,Au,Pl);return Au!==dc}function is(kl,bl,Pl){for(let Au=bl;Au<Pl;++Au)if(kl.charAt(Au)===`
`)return!0;return!1}function ol(kl,bl,Pl){let Au=Pl(bl)-1;Au=no(kl,Au,{backwards:!0}),Au=fs(kl,Au,{backwards:!0}),Au=no(kl,Au,{backwards:!0});let dc=fs(kl,Au,{backwards:!0});return Au!==dc}function Ts(kl,bl){let Pl=null,Au=bl;for(;Au!==Pl;)Pl=Au,Au=Yo(kl,Au),Au=$o(kl,Au),Au=no(kl,Au);return Au=ws(kl,Au),Au=fs(kl,Au),Au!==!1&&pl(kl,Au)}function Cs(kl,bl,Pl){return Ts(kl,Pl(bl))}function Ns(kl,bl,Pl){return Bs(kl,Pl(bl))}function Ps(kl,bl,Pl){return kl.charAt(Ns(kl,bl,Pl))}function Cl(kl,bl){let Pl=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return no(kl,Pl.backwards?bl-1:bl,Pl)!==bl}function Bl(kl,bl){let Pl=arguments.length>2&&arguments[2]!==void 0?arguments[2]:0,Au=0;for(let dc=Pl;dc<kl.length;++dc)kl[dc]===" "?Au=Au+bl-Au%bl:Au++;return Au}function Eu(kl,bl){let Pl=kl.lastIndexOf(`
`);return Pl===-1?0:Bl(kl.slice(Pl+1).match(/^[\t ]*/)[0],bl)}function vl(kl,bl){let Pl={quote:'"',regex:/"/g,escaped:"&quot;"},Au={quote:"'",regex:/'/g,escaped:"&apos;"},dc=bl==="'"?Au:Pl,Ic=dc===Au?Pl:Au,jc=dc;if(kl.includes(dc.quote)||kl.includes(Ic.quote)){let Id=(kl.match(dc.regex)||[]).length,xc=(kl.match(Ic.regex)||[]).length;jc=Id>xc?Ic:dc}return jc}function Zl(kl,bl){let Pl=kl.slice(1,-1),Au=bl.parser==="json"||bl.parser==="json5"&&bl.quoteProps==="preserve"&&!bl.singleQuote?'"':bl.__isInHtmlAttribute?"'":vl(Pl,bl.singleQuote?"'":'"').quote;return bu(Pl,Au,!(bl.parser==="css"||bl.parser==="less"||bl.parser==="scss"||bl.__embeddedInHtml))}function bu(kl,bl,Pl){let Au=bl==='"'?"'":'"',dc=/\\(.)|(["'])/gs,Ic=kl.replace(dc,(jc,Id,xc)=>Id===Au?Id:xc===bl?"\\"+xc:xc||(Pl&&/^[^\n\r"'0-7\\bfnrt-vx\u2028\u2029]$/.test(Id)?Id:"\\"+Id));return bl+Ic+bl}function xu(kl){return kl.toLowerCase().replace(/^([+-]?[\d.]+e)(?:\+|(-))?0*(\d)/,"$1$2$3").replace(/^([+-]?[\d.]+)e[+-]?0+$/,"$1").replace(/^([+-])?\./,"$10.").replace(/(\.\d+?)0+(?=e|$)/,"$1").replace(/\.(?=e|$)/,"")}function Zs(kl,bl){let Pl=kl.match(new RegExp(`(${Co(bl)})+`,"g"));return Pl===null?0:Pl.reduce((Au,dc)=>Math.max(Au,dc.length/bl.length),0)}function Cu(kl,bl){let Pl=kl.match(new RegExp(`(${Co(bl)})+`,"g"));if(Pl===null)return 0;let Au=new Map,dc=0;for(let Ic of Pl){let jc=Ic.length/bl.length;Au.set(jc,!0),jc>dc&&(dc=jc)}for(let Ic=1;Ic<dc;Ic++)if(!Au.get(Ic))return Ic;return dc+1}function ec(kl,bl){(kl.comments||(kl.comments=[])).push(bl),bl.printed=!1,bl.nodeDescription=Iu(kl)}function rc(kl,bl){bl.leading=!0,bl.trailing=!1,ec(kl,bl)}function Ka(kl,bl,Pl){bl.leading=!1,bl.trailing=!1,Pl&&(bl.marker=Pl),ec(kl,bl)}function Su(kl,bl){bl.leading=!1,bl.trailing=!0,ec(kl,bl)}function Ec(kl,bl){let{languages:Pl}=Ao({plugins:bl.plugins}),Au=Pl.find(dc=>{let{name:Ic}=dc;return Ic.toLowerCase()===kl})||Pl.find(dc=>{let{aliases:Ic}=dc;return Array.isArray(Ic)&&Ic.includes(kl)})||Pl.find(dc=>{let{extensions:Ic}=dc;return Array.isArray(Ic)&&Ic.includes(`.${kl}`)});return Au&&Au.parsers[0]}function wu(kl){return kl&&kl.type==="front-matter"}function Ul(kl){let bl=new WeakMap;return function(Pl){return bl.has(Pl)||bl.set(Pl,Symbol(kl)),bl.get(Pl)}}function Iu(kl){let bl=kl.type||kl.kind||"(unknown type)",Pl=String(kl.name||kl.id&&(typeof kl.id=="object"?kl.id.name:kl.id)||kl.key&&(typeof kl.key=="object"?kl.key.name:kl.key)||kl.value&&(typeof kl.value=="object"?"":String(kl.value))||kl.operator||"");return Pl.length>20&&(Pl=Pl.slice(0,19)+"…"),bl+(Pl?" "+Pl:"")}us.exports={inferParserByLanguage:Ec,getStringWidth:So,getMaxContinuousCount:Zs,getMinNotPresentContinuousCount:Cu,getPenultimate:Ks,getLast:Do,getNextNonSpaceNonCommentCharacterIndexWithStartIndex:Bs,getNextNonSpaceNonCommentCharacterIndex:Ns,getNextNonSpaceNonCommentCharacter:Ps,skip:js,skipWhitespace:Ro,skipSpaces:no,skipToLineEnd:Yo,skipEverythingButNewLine:Ja,skipInlineComment:$o,skipTrailingComment:ws,skipNewline:fs,isNextLineEmptyAfterIndex:Ts,isNextLineEmpty:Cs,isPreviousLineEmpty:ol,hasNewline:pl,hasNewlineInRange:is,hasSpaces:Cl,getAlignmentSize:Bl,getIndentSize:Eu,getPreferredQuote:vl,printString:Zl,printNumber:xu,makeString:bu,addLeadingComment:rc,addDanglingComment:Ka,addTrailingComment:Su,isFrontMatterNode:wu,isNonEmptyArray:eo,createGroupIdMapper:Ul}}}),Wd=Ki({"src/language-markdown/constants.evaluate.js"(ks,us){us.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]"}}}),Zm=Ki({"src/language-markdown/utils.js"(ks,us){Vo();var{getLast:Co}=Ep(),{locStart:Do,locEnd:Ao}=im(),{cjkPattern:eo,kPattern:So,punctuationPattern:Ro}=Wd(),no=["liquidNode","inlineCode","emphasis","esComment","strong","delete","wikiLink","link","linkReference","image","imageReference","footnote","footnoteReference","sentence","whitespace","word","break","inlineMath"],Yo=[...no,"tableCell","paragraph","heading"],Ja=new RegExp(So),$o=new RegExp(Ro);function ws(is,ol){let Ts="non-cjk",Cs="cj-letter",Ns="k-letter",Ps="cjk-punctuation",Cl=[],Bl=(ol.proseWrap==="preserve"?is:is.replace(new RegExp(`(${eo})
(${eo})`,"g"),"$1$2")).split(/([\t\n ]+)/);for(let[vl,Zl]of Bl.entries()){if(vl%2===1){Cl.push({type:"whitespace",value:/\n/.test(Zl)?`
`:" "});continue}if((vl===0||vl===Bl.length-1)&&Zl==="")continue;let bu=Zl.split(new RegExp(`(${eo})`));for(let[xu,Zs]of bu.entries())if(!((xu===0||xu===bu.length-1)&&Zs==="")){if(xu%2===0){Zs!==""&&Eu({type:"word",value:Zs,kind:Ts,hasLeadingPunctuation:$o.test(Zs[0]),hasTrailingPunctuation:$o.test(Co(Zs))});continue}Eu($o.test(Zs)?{type:"word",value:Zs,kind:Ps,hasLeadingPunctuation:!0,hasTrailingPunctuation:!0}:{type:"word",value:Zs,kind:Ja.test(Zs)?Ns:Cs,hasLeadingPunctuation:!1,hasTrailingPunctuation:!1})}}return Cl;function Eu(vl){let Zl=Co(Cl);Zl&&Zl.type==="word"&&(Zl.kind===Ts&&vl.kind===Cs&&!Zl.hasTrailingPunctuation||Zl.kind===Cs&&vl.kind===Ts&&!vl.hasLeadingPunctuation?Cl.push({type:"whitespace",value:" "}):!bu(Ts,Ps)&&![Zl.value,vl.value].some(xu=>/\u3000/.test(xu))&&Cl.push({type:"whitespace",value:""})),Cl.push(vl);function bu(xu,Zs){return Zl.kind===xu&&vl.kind===Zs||Zl.kind===Zs&&vl.kind===xu}}}function fs(is,ol){let[,Ts,Cs,Ns]=ol.slice(is.position.start.offset,is.position.end.offset).match(/^\s*(\d+)(\.|\))(\s*)/);return{numberText:Ts,marker:Cs,leadingSpaces:Ns}}function Bs(is,ol){if(!is.ordered||is.children.length<2)return!1;let Ts=Number(fs(is.children[0],ol.originalText).numberText),Cs=Number(fs(is.children[1],ol.originalText).numberText);if(Ts===0&&is.children.length>2){let Ns=Number(fs(is.children[2],ol.originalText).numberText);return Cs===1&&Ns===1}return Cs===1}function Ks(is,ol){let{value:Ts}=is;return is.position.end.offset===ol.length&&Ts.endsWith(`
`)&&ol.endsWith(`
`)?Ts.slice(0,-1):Ts}function js(is,ol){return function Ts(Cs,Ns,Ps){let Cl=Object.assign({},ol(Cs,Ns,Ps));return Cl.children&&(Cl.children=Cl.children.map((Bl,Eu)=>Ts(Bl,Eu,[Cl,...Ps]))),Cl}(is,null,[])}function pl(is){if((is==null?void 0:is.type)!=="link"||is.children.length!==1)return!1;let[ol]=is.children;return Do(is)===Do(ol)&&Ao(is)===Ao(ol)}us.exports={mapAst:js,splitText:ws,punctuationPattern:Ro,getFencedCodeBlockValue:Ks,getOrderedListItemInfo:fs,hasGitDiffFriendlyOrderedList:Bs,INLINE_NODE_TYPES:no,INLINE_NODE_WRAPPER_TYPES:Yo,isAutolink:pl}}}),Jh=Ki({"src/language-markdown/unified-plugins/html-to-jsx.js"(ks,us){Vo();var Co=vf(),{mapAst:Do,INLINE_NODE_WRAPPER_TYPES:Ao}=Zm();function eo(){return So=>Do(So,(Ro,no,Yo)=>{let[Ja]=Yo;return Ro.type!=="html"||Co.COMMENT_REGEX.test(Ro.value)||Ao.includes(Ja.type)?Ro:Object.assign(Object.assign({},Ro),{},{type:"jsx"})})}us.exports=eo}}),yf=Ki({"src/language-markdown/unified-plugins/front-matter.js"(ks,us){Vo();var Co=Sm();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}us.exports=Do}}),Ff=Ki({"src/language-markdown/unified-plugins/liquid.js"(ks,us){Vo();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)}}us.exports=Co}}),wm=Ki({"src/language-markdown/unified-plugins/wiki-link.js"(ks,us){Vo();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,Yo){let Ja=Ao.exec(Yo);if(Ja){let $o=Ja.groups.linkContents.trim();return no(Ja[0])({type:Do,value:$o})}}Ro.locator=function(no,Yo){return no.indexOf("[",Yo)}}us.exports=Co}}),Ef=Ki({"src/language-markdown/unified-plugins/loose-items.js"(ks,us){Vo();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 Yo(Ja){let $o=So(Ja);function ws(fs,Bs){return $o(eo(Ja,fs,Bs),Bs)}return ws.reset=function(fs,Bs){return $o.reset(eo(Ja,fs,Bs),Bs)},ws}return Yo.now=So.now,Ao.call(this,Yo,Ro,no)}}us.exports=Co}});Vo();var Xf=$f(),jm=Lh(),Od=Km(),Zh=hh(),kd=Tm(),{locStart:Xp,locEnd:Fm}=im(),Pp=vf(),um=Jh(),Uf=yf(),Vf=Ff(),yh=wm(),Th=Ef();function Sf(ks){let{isMDX:us}=ks;return Co=>{let Do=jm().use(Xf,Object.assign({commonmark:!0},us&&{blocks:[Pp.BLOCKS_REGEX]})).use(Zh).use(Uf).use(Od).use(us?Pp.esSyntax:Um).use(Vf).use(us?um:Um).use(yh).use(Th);return Do.runSync(Do.parse(Co))}}function Um(ks){return ks}var xm={astFormat:"mdast",hasPragma:kd.hasPragma,locStart:Xp,locEnd:Fm},Qf=Object.assign(Object.assign({},xm),{},{parse:Sf({isMDX:!1})}),Ih=Object.assign(Object.assign({},xm),{},{parse:Sf({isMDX:!0})});ms.exports={parsers:{remark:Qf,markdown:Qf,mdx:Ih}}});return vc()})})(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 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}),_e=ref$1(null),Ce=useStorage("__editor_content",formatDoc(DEFAULT_CONTENT)),he=()=>{const Sr=formatDoc(_e.value.getValue());Ce.value=Sr,_e.value.setValue(Sr)},Ne=()=>{const Sr=ue.value,Dr=document.querySelector("#hljs");if(Dr)Dr.setAttribute("href",Sr);else{const kr=document.createElement("link");kr.setAttribute("type","text/css"),kr.setAttribute("rel","stylesheet"),kr.setAttribute("href",Sr),kr.setAttribute("id","hljs"),document.head.appendChild(kr)}},Fe=()=>{Ne();const Sr=Ie;Sr.reset(),Sr.setOptions({status:$.value,legend:de.value}),marked.setOptions({renderer:Sr});let Dr=marked.parse(_e.value.getValue(0));Dr=Dr.replace(/(style=".*?)"/,'$1;margin-top: 0"'),$.value&&(Dr+=Ie.buildFootnotes(),Dr+=Ie.buildAddition()),y.value&&(Dr+=`
<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=Dr},Ve=ref$1(null),jt=Sr=>{Ve.value.setValue(Sr)},Et=useStorage("__css_content",DEFAULT_CSS_CONTENT),Ue=useStorage(addPrefix("css_content_config"),{active:"方案 1",tabs:[{title:"方案 1",name:"方案 1",content:Et.value||DEFAULT_CSS_CONTENT}]}),qe=()=>Ue.value.tabs.find(Sr=>Sr.name===Ue.value.active),kt=Sr=>{Ue.value.active=Sr;const Dr=Ue.value.tabs.find(kr=>kr.name===Sr).content;jt(Dr)},tr=Sr=>{const Dr=qe();Dr.title=Sr,Dr.name=Sr,Ue.value.active=Sr},rr=Sr=>{Ue.value.tabs.push({name:Sr,title:Sr,content:DEFAULT_CSS_CONTENT}),Ue.value.active=Sr,jt(DEFAULT_CSS_CONTENT)},ar=Sr=>Ue.value.tabs.every(({name:Dr})=>Dr!==Sr),nr=()=>{const Sr=css2json(Ve.value.getValue());let Dr=setTheme(themeMap[z.value],pe,oe.value,z.value==="default");Dr=customCssWithTemplate(Sr,oe.value,Dr),Ie.setOptions({theme:Dr}),Fe()};onMounted(()=>{const Sr=document.querySelector("#cssEditor");Sr.value=qe().content,Ve.value=markRaw(CodeMirror.fromTextArea(Sr,{mode:"css",theme:"style-mirror",lineNumbers:!1,lineWrapping:!0,matchBrackets:!0,autofocus:!0,extraKeys:{[`${shiftKey}-${altKey}-F`]:function(kr){const Wr=formatCss(kr.getValue());qe().content=Wr,kr.setValue(Wr)}}})),Ve.value.on("keyup",(Dr,kr)=>{(kr.keyCode>=65&&kr.keyCode<=90||kr.keyCode===189)&&Dr.showHint(kr)}),Ve.value.on("update",()=>{nr(),qe().content=Ve.value.getValue()})});const ur=()=>{$.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,Ue.value={active:"方案 1",tabs:[{title:"方案 1",name:"方案 1",content:Et.value||DEFAULT_CSS_CONTENT}]},Ve.value.setValue(DEFAULT_CSS_CONTENT),nr(),Fe()},cr=Sr=>(...Dr)=>{Sr(...Dr),Fe()},mr=(Sr,Dr)=>{const kr=setFontSizeWithTemplate(themeMap[z.value])(Sr.replace("px",""),z.value==="default");return setColorWithCustomTemplate(kr,Dr,z.value==="default")},hr=cr(Sr=>{Ie.setOptions({theme:setTheme(themeMap[Sr],pe,oe.value,Sr==="default")}),z.value=Sr}),br=cr(Sr=>{Ie.setOptions({fonts:Sr}),re.value=Sr}),Rr=cr(Sr=>{const Dr=mr(Sr,oe.value);Ie.setOptions({size:Sr,theme:Dr}),ie.value=Sr}),xr=cr(Sr=>{const Dr=mr(ie.value,Sr);Ie.setOptions({theme:Dr}),oe.value=Sr}),Er=cr(Sr=>{ue.value=Sr}),vr=cr(Sr=>{de.value=Sr}),Ir=cr(()=>{n()}),Lr=cr(()=>{j()}),gr=()=>{exportHTML(),document.querySelector("#output").innerHTML=V.value},_r=()=>{downloadMD(_e.value.getValue())},Fr=()=>{const Sr=document.body,Dr=document.createElement("input");Dr.type="file",Dr.name="filename",Dr.accept=".md",Dr.onchange=()=>{const kr=Dr.files[0];if(!kr)return;const Wr=new FileReader;Wr.readAsText(kr),Wr.onload=Kr=>{_e.value.setValue(formatDoc(Kr.target.result)),ElMessage.success("文档导入成功")}},Sr.appendChild(Dr),Dr.click(),Sr.removeChild(Dr)},zr=()=>{ElMessageBox.confirm("此操作将丢失本地自定义样式,是否继续?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning",center:!0}).then(()=>{ur(),ElMessage({type:"success",message:"样式重置成功~"})}).catch(()=>{_e.value.focus()})},Vr=ref$1(!1),Gr=useToggle(Vr),Tr=ref$1(!1),Cr=useToggle(Tr),Mr=ref$1(!1),yr=useToggle(Mr);return{isShowCssEditor:Vr,toggleShowCssEditor:Gr,isShowInsertFormDialog:Tr,toggleShowInsertFormDialog:Cr,isShowUploadImgDialog:Mr,toggleShowUploadImgDialog:yr,isDark:e,toggleDark:t,isEditOnLeft:k,toggleEditOnLeft:L,isMacCodeBlock:y,isCiteStatus:$,citeStatusChanged:Lr,output:V,editor:_e,cssEditor:Ve,theme:z,fontFamily:re,fontSize:ie,fontColor:oe,codeBlockTheme:ue,legend:de,editorRefresh:Fe,themeChanged:hr,fontChanged:br,sizeChanged:Rr,colorChanged:xr,codeBlockThemeChanged:Er,legendChanged:vr,macCodeBlockChanged:Ir,formatContent:he,exportEditorContent2HTML:gr,exportEditorContent2MD:_r,importMarkdownContent:Fr,resetStyleConfirm:zr,editorContent:Ce,cssContentConfig:Ue,addCssContentTab:rr,validatorTabName:ar,setCssEditorValue:jt,tabChanged:kt,renameTab:tr}}),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(he){var Ne;return Ce.prototype=he,Ne=new Ce,Ce.prototype=null,Ne}}(),V={},z=V.lib={},re=z.Base=function(){return{extend:function(Ce){var he=j(this);return Ce&&he.mixIn(Ce),(!he.hasOwnProperty("init")||this.init===he.init)&&(he.init=function(){he.$super.init.apply(this,arguments)}),he.init.prototype=he,he.$super=this,he},create:function(){var Ce=this.extend();return Ce.init.apply(Ce,arguments),Ce},init:function(){},mixIn:function(Ce){for(var he in Ce)Ce.hasOwnProperty(he)&&(this[he]=Ce[he]);Ce.hasOwnProperty("toString")&&(this.toString=Ce.toString)},clone:function(){return this.init.prototype.extend(this)}}}(),ie=z.WordArray=re.extend({init:function(Ce,he){Ce=this.words=Ce||[],he!=k?this.sigBytes=he:this.sigBytes=Ce.length*4},toString:function(Ce){return(Ce||ue).stringify(this)},concat:function(Ce){var he=this.words,Ne=Ce.words,Fe=this.sigBytes,Ve=Ce.sigBytes;if(this.clamp(),Fe%4)for(var jt=0;jt<Ve;jt++){var Et=Ne[jt>>>2]>>>24-jt%4*8&255;he[Fe+jt>>>2]|=Et<<24-(Fe+jt)%4*8}else for(var Ue=0;Ue<Ve;Ue+=4)he[Fe+Ue>>>2]=Ne[Ue>>>2];return this.sigBytes+=Ve,this},clamp:function(){var Ce=this.words,he=this.sigBytes;Ce[he>>>2]&=4294967295<<32-he%4*8,Ce.length=n.ceil(he/4)},clone:function(){var Ce=re.clone.call(this);return Ce.words=this.words.slice(0),Ce},random:function(Ce){for(var he=[],Ne=0;Ne<Ce;Ne+=4)he.push($());return new ie.init(he,Ce)}}),oe=V.enc={},ue=oe.Hex={stringify:function(Ce){for(var he=Ce.words,Ne=Ce.sigBytes,Fe=[],Ve=0;Ve<Ne;Ve++){var jt=he[Ve>>>2]>>>24-Ve%4*8&255;Fe.push((jt>>>4).toString(16)),Fe.push((jt&15).toString(16))}return Fe.join("")},parse:function(Ce){for(var he=Ce.length,Ne=[],Fe=0;Fe<he;Fe+=2)Ne[Fe>>>3]|=parseInt(Ce.substr(Fe,2),16)<<24-Fe%8*4;return new ie.init(Ne,he/2)}},de=oe.Latin1={stringify:function(Ce){for(var he=Ce.words,Ne=Ce.sigBytes,Fe=[],Ve=0;Ve<Ne;Ve++){var jt=he[Ve>>>2]>>>24-Ve%4*8&255;Fe.push(String.fromCharCode(jt))}return Fe.join("")},parse:function(Ce){for(var he=Ce.length,Ne=[],Fe=0;Fe<he;Fe++)Ne[Fe>>>2]|=(Ce.charCodeAt(Fe)&255)<<24-Fe%4*8;return new ie.init(Ne,he)}},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 he,Ne=this._data,Fe=Ne.words,Ve=Ne.sigBytes,jt=this.blockSize,Et=jt*4,Ue=Ve/Et;Ce?Ue=n.ceil(Ue):Ue=n.max((Ue|0)-this._minBufferSize,0);var qe=Ue*jt,kt=n.min(qe*4,Ve);if(qe){for(var tr=0;tr<qe;tr+=jt)this._doProcessBlock(Fe,tr);he=Fe.splice(0,qe),Ne.sigBytes-=kt}return new ie.init(he,kt)},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 he=this._doFinalize();return he},blockSize:16,_createHelper:function(Ce){return function(he,Ne){return new Ce.init(Ne).finalize(he)}},_createHmacHelper:function(Ce){return function(he,Ne){return new _e.HMAC.init(Ce,Ne).finalize(he)}}});var _e=V.algo={};return V}(Math);return y})}(core)),core.exports}var x64Core={exports:{}},hasRequiredX64Core;function requireX64Core(){return hasRequiredX64Core||(hasRequiredX64Core=1,function(e,t){(function(y,n){e.exports=n(requireCore())})(commonjsGlobal,function(y){return function(n){var 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,_e=de<<16|pe<<8|Ie,Ce=0;Ce<4&&ue+Ce*.75<re;Ce++)oe.push(ie.charAt(_e>>>6*(3-Ce)&63));var he=ie.charAt(64);if(he)for(;oe.length%4;)oe.push(he);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,_e=re[de+2>>>2]>>>24-(de+2)%4*8&255,Ce=pe<<16|Ie<<8|_e,he=0;he<4&&de+he*.75<ie;he++)ue.push(oe.charAt(Ce>>>6*(3-he)&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 _e=0;_e<16;_e++){var Ce=Ie+_e,he=pe[Ce];pe[Ce]=(he<<8|he>>>24)&16711935|(he<<24|he>>>8)&4278255360}var Ne=this._hash.words,Fe=pe[Ie+0],Ve=pe[Ie+1],jt=pe[Ie+2],Et=pe[Ie+3],Ue=pe[Ie+4],qe=pe[Ie+5],kt=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],mr=pe[Ie+13],hr=pe[Ie+14],br=pe[Ie+15],Rr=Ne[0],xr=Ne[1],Er=Ne[2],vr=Ne[3];Rr=ie(Rr,xr,Er,vr,Fe,7,z[0]),vr=ie(vr,Rr,xr,Er,Ve,12,z[1]),Er=ie(Er,vr,Rr,xr,jt,17,z[2]),xr=ie(xr,Er,vr,Rr,Et,22,z[3]),Rr=ie(Rr,xr,Er,vr,Ue,7,z[4]),vr=ie(vr,Rr,xr,Er,qe,12,z[5]),Er=ie(Er,vr,Rr,xr,kt,17,z[6]),xr=ie(xr,Er,vr,Rr,tr,22,z[7]),Rr=ie(Rr,xr,Er,vr,rr,7,z[8]),vr=ie(vr,Rr,xr,Er,ar,12,z[9]),Er=ie(Er,vr,Rr,xr,nr,17,z[10]),xr=ie(xr,Er,vr,Rr,ur,22,z[11]),Rr=ie(Rr,xr,Er,vr,cr,7,z[12]),vr=ie(vr,Rr,xr,Er,mr,12,z[13]),Er=ie(Er,vr,Rr,xr,hr,17,z[14]),xr=ie(xr,Er,vr,Rr,br,22,z[15]),Rr=oe(Rr,xr,Er,vr,Ve,5,z[16]),vr=oe(vr,Rr,xr,Er,kt,9,z[17]),Er=oe(Er,vr,Rr,xr,ur,14,z[18]),xr=oe(xr,Er,vr,Rr,Fe,20,z[19]),Rr=oe(Rr,xr,Er,vr,qe,5,z[20]),vr=oe(vr,Rr,xr,Er,nr,9,z[21]),Er=oe(Er,vr,Rr,xr,br,14,z[22]),xr=oe(xr,Er,vr,Rr,Ue,20,z[23]),Rr=oe(Rr,xr,Er,vr,ar,5,z[24]),vr=oe(vr,Rr,xr,Er,hr,9,z[25]),Er=oe(Er,vr,Rr,xr,Et,14,z[26]),xr=oe(xr,Er,vr,Rr,rr,20,z[27]),Rr=oe(Rr,xr,Er,vr,mr,5,z[28]),vr=oe(vr,Rr,xr,Er,jt,9,z[29]),Er=oe(Er,vr,Rr,xr,tr,14,z[30]),xr=oe(xr,Er,vr,Rr,cr,20,z[31]),Rr=ue(Rr,xr,Er,vr,qe,4,z[32]),vr=ue(vr,Rr,xr,Er,rr,11,z[33]),Er=ue(Er,vr,Rr,xr,ur,16,z[34]),xr=ue(xr,Er,vr,Rr,hr,23,z[35]),Rr=ue(Rr,xr,Er,vr,Ve,4,z[36]),vr=ue(vr,Rr,xr,Er,Ue,11,z[37]),Er=ue(Er,vr,Rr,xr,tr,16,z[38]),xr=ue(xr,Er,vr,Rr,nr,23,z[39]),Rr=ue(Rr,xr,Er,vr,mr,4,z[40]),vr=ue(vr,Rr,xr,Er,Fe,11,z[41]),Er=ue(Er,vr,Rr,xr,Et,16,z[42]),xr=ue(xr,Er,vr,Rr,kt,23,z[43]),Rr=ue(Rr,xr,Er,vr,ar,4,z[44]),vr=ue(vr,Rr,xr,Er,cr,11,z[45]),Er=ue(Er,vr,Rr,xr,br,16,z[46]),xr=ue(xr,Er,vr,Rr,jt,23,z[47]),Rr=de(Rr,xr,Er,vr,Fe,6,z[48]),vr=de(vr,Rr,xr,Er,tr,10,z[49]),Er=de(Er,vr,Rr,xr,hr,15,z[50]),xr=de(xr,Er,vr,Rr,qe,21,z[51]),Rr=de(Rr,xr,Er,vr,cr,6,z[52]),vr=de(vr,Rr,xr,Er,Et,10,z[53]),Er=de(Er,vr,Rr,xr,nr,15,z[54]),xr=de(xr,Er,vr,Rr,Ve,21,z[55]),Rr=de(Rr,xr,Er,vr,rr,6,z[56]),vr=de(vr,Rr,xr,Er,br,10,z[57]),Er=de(Er,vr,Rr,xr,kt,15,z[58]),xr=de(xr,Er,vr,Rr,mr,21,z[59]),Rr=de(Rr,xr,Er,vr,Ue,6,z[60]),vr=de(vr,Rr,xr,Er,ur,10,z[61]),Er=de(Er,vr,Rr,xr,jt,15,z[62]),xr=de(xr,Er,vr,Rr,ar,21,z[63]),Ne[0]=Ne[0]+Rr|0,Ne[1]=Ne[1]+xr|0,Ne[2]=Ne[2]+Er|0,Ne[3]=Ne[3]+vr|0},_doFinalize:function(){var pe=this._data,Ie=pe.words,_e=this._nDataBytes*8,Ce=pe.sigBytes*8;Ie[Ce>>>5]|=128<<24-Ce%32;var he=n.floor(_e/4294967296),Ne=_e;Ie[(Ce+64>>>9<<4)+15]=(he<<8|he>>>24)&16711935|(he<<24|he>>>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,Ve=Fe.words,jt=0;jt<4;jt++){var Et=Ve[jt];Ve[jt]=(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,_e,Ce,he,Ne,Fe){var Ve=pe+(Ie&_e|~Ie&Ce)+he+Fe;return(Ve<<Ne|Ve>>>32-Ne)+Ie}function oe(pe,Ie,_e,Ce,he,Ne,Fe){var Ve=pe+(Ie&Ce|_e&~Ce)+he+Fe;return(Ve<<Ne|Ve>>>32-Ne)+Ie}function ue(pe,Ie,_e,Ce,he,Ne,Fe){var Ve=pe+(Ie^_e^Ce)+he+Fe;return(Ve<<Ne|Ve>>>32-Ne)+Ie}function de(pe,Ie,_e,Ce,he,Ne,Fe){var Ve=pe+(_e^(Ie|~Ce))+he+Fe;return(Ve<<Ne|Ve>>>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],_e=oe[4],Ce=0;Ce<80;Ce++){if(Ce<16)V[Ce]=re[ie+Ce]|0;else{var he=V[Ce-3]^V[Ce-8]^V[Ce-14]^V[Ce-16];V[Ce]=he<<1|he>>>31}var Ne=(ue<<5|ue>>>27)+_e+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,_e=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]+_e|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(_e){for(var Ce=n.sqrt(_e),he=2;he<=Ce;he++)if(!(_e%he))return!1;return!0}function de(_e){return(_e-(_e|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],_e=pe[1],Ce=pe[2],he=pe[3],Ne=pe[4],Fe=pe[5],Ve=pe[6],jt=pe[7],Et=0;Et<64;Et++){if(Et<16)ie[Et]=ue[de+Et]|0;else{var Ue=ie[Et-15],qe=(Ue<<25|Ue>>>7)^(Ue<<14|Ue>>>18)^Ue>>>3,kt=ie[Et-2],tr=(kt<<15|kt>>>17)^(kt<<13|kt>>>19)^kt>>>10;ie[Et]=qe+ie[Et-7]+tr+ie[Et-16]}var rr=Ne&Fe^~Ne&Ve,ar=Ie&_e^Ie&Ce^_e&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=jt+ur+rr+re[Et]+ie[Et],mr=nr+ar;jt=Ve,Ve=Fe,Fe=Ne,Ne=he+cr|0,he=Ce,Ce=_e,_e=Ie,Ie=cr+mr|0}pe[0]=pe[0]+Ie|0,pe[1]=pe[1]+_e|0,pe[2]=pe[2]+Ce|0,pe[3]=pe[3]+he|0,pe[4]=pe[4]+Ne|0,pe[5]=pe[5]+Fe|0,pe[6]=pe[6]+Ve|0,pe[7]=pe[7]+jt|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,_e=Ie[0],Ce=Ie[1],he=Ie[2],Ne=Ie[3],Fe=Ie[4],Ve=Ie[5],jt=Ie[6],Et=Ie[7],Ue=_e.high,qe=_e.low,kt=Ce.high,tr=Ce.low,rr=he.high,ar=he.low,nr=Ne.high,ur=Ne.low,cr=Fe.high,mr=Fe.low,hr=Ve.high,br=Ve.low,Rr=jt.high,xr=jt.low,Er=Et.high,vr=Et.low,Ir=Ue,Lr=qe,gr=kt,_r=tr,Fr=rr,zr=ar,Vr=nr,Gr=ur,Tr=cr,Cr=mr,Mr=hr,yr=br,Sr=Rr,Dr=xr,kr=Er,Wr=vr,Kr=0;Kr<80;Kr++){var Nr,jr,Qr=oe[Kr];if(Kr<16)jr=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,qo=(Po>>>1|Wa<<31)^(Po>>>8|Wa<<24)^Po>>>7,ds=(Wa>>>1|Po<<31)^(Wa>>>8|Po<<24)^(Wa>>>7|Po<<25),Kn=oe[Kr-2],Hr=Kn.high,Ar=Kn.low,On=(Hr>>>19|Ar<<13)^(Hr<<3|Ar>>>29)^Hr>>>6,In=(Ar>>>19|Hr<<13)^(Ar<<3|Hr>>>29)^(Ar>>>6|Hr<<26),Sa=oe[Kr-7],sa=Sa.high,qa=Sa.low,To=oe[Kr-16],Hi=To.high,na=To.low;Nr=ds+qa,jr=qo+sa+(Nr>>>0<ds>>>0?1:0),Nr=Nr+In,jr=jr+On+(Nr>>>0<In>>>0?1:0),Nr=Nr+na,jr=jr+Hi+(Nr>>>0<na>>>0?1:0),Qr.high=jr,Qr.low=Nr}var Ma=Tr&Mr^~Tr&Sr,Ds=Cr&yr^~Cr&Dr,ps=Ir&gr^Ir&Fr^gr&Fr,yl=Lr&_r^Lr&zr^_r&zr,$l=(Ir>>>28|Lr<<4)^(Ir<<30|Lr>>>2)^(Ir<<25|Lr>>>7),Ou=(Lr>>>28|Ir<<4)^(Lr<<30|Ir>>>2)^(Lr<<25|Ir>>>7),As=(Tr>>>14|Cr<<18)^(Tr>>>18|Cr<<14)^(Tr<<23|Cr>>>9),Uu=(Cr>>>14|Tr<<18)^(Cr>>>18|Tr<<14)^(Cr<<23|Tr>>>9),ju=ie[Kr],$c=ju.high,Oc=ju.low,vc=Wr+Uu,Yl=kr+As+(vc>>>0<Wr>>>0?1:0),vc=vc+Ds,Yl=Yl+Ma+(vc>>>0<Ds>>>0?1:0),vc=vc+Oc,Yl=Yl+$c+(vc>>>0<Oc>>>0?1:0),vc=vc+Nr,Yl=Yl+jr+(vc>>>0<Nr>>>0?1:0),ms=Ou+yl,Rs=$l+ps+(ms>>>0<Ou>>>0?1:0);kr=Sr,Wr=Dr,Sr=Mr,Dr=yr,Mr=Tr,yr=Cr,Cr=Gr+vc|0,Tr=Vr+Yl+(Cr>>>0<Gr>>>0?1:0)|0,Vr=Fr,Gr=zr,Fr=gr,zr=_r,gr=Ir,_r=Lr,Lr=vc+ms|0,Ir=Yl+Rs+(Lr>>>0<vc>>>0?1:0)|0}qe=_e.low=qe+Lr,_e.high=Ue+Ir+(qe>>>0<Lr>>>0?1:0),tr=Ce.low=tr+_r,Ce.high=kt+gr+(tr>>>0<_r>>>0?1:0),ar=he.low=ar+zr,he.high=rr+Fr+(ar>>>0<zr>>>0?1:0),ur=Ne.low=ur+Gr,Ne.high=nr+Vr+(ur>>>0<Gr>>>0?1:0),mr=Fe.low=mr+Cr,Fe.high=cr+Tr+(mr>>>0<Cr>>>0?1:0),br=Ve.low=br+yr,Ve.high=hr+Mr+(br>>>0<yr>>>0?1:0),xr=jt.low=xr+Dr,jt.high=Rr+Sr+(xr>>>0<Dr>>>0?1:0),vr=Et.low=vr+Wr,Et.high=Er+kr+(vr>>>0<Wr>>>0?1:0)},_doFinalize:function(){var de=this._data,pe=de.words,Ie=this._nDataBytes*8,_e=de.sigBytes*8;pe[_e>>>5]|=128<<24-_e%32,pe[(_e+128>>>10<<5)+30]=Math.floor(Ie/4294967296),pe[(_e+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,_e=0,Ce=0;Ce<24;Ce++){ie[Ie+5*_e]=(Ce+1)*(Ce+2)/2%64;var he=_e%5,Ne=(2*Ie+3*_e)%5;Ie=he,_e=Ne}for(var Ie=0;Ie<5;Ie++)for(var _e=0;_e<5;_e++)oe[Ie+5*_e]=_e+(2*Ie+3*_e)%5*5;for(var Fe=1,Ve=0;Ve<24;Ve++){for(var jt=0,Et=0,Ue=0;Ue<7;Ue++){if(Fe&1){var qe=(1<<Ue)-1;qe<32?Et^=1<<qe:jt^=1<<qe-32}Fe&128?Fe=Fe<<1^113:Fe<<=1}ue[Ve]=z.create(jt,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=[],_e=0;_e<25;_e++)Ie[_e]=new z.init;this.blockSize=(1600-2*this.cfg.outputLength)/32},_doProcessBlock:function(Ie,_e){for(var Ce=this._state,he=this.blockSize/2,Ne=0;Ne<he;Ne++){var Fe=Ie[_e+2*Ne],Ve=Ie[_e+2*Ne+1];Fe=(Fe<<8|Fe>>>24)&16711935|(Fe<<24|Fe>>>8)&4278255360,Ve=(Ve<<8|Ve>>>24)&16711935|(Ve<<24|Ve>>>8)&4278255360;var jt=Ce[Ne];jt.high^=Ve,jt.low^=Fe}for(var Et=0;Et<24;Et++){for(var Ue=0;Ue<5;Ue++){for(var qe=0,kt=0,tr=0;tr<5;tr++){var jt=Ce[Ue+5*tr];qe^=jt.high,kt^=jt.low}var rr=de[Ue];rr.high=qe,rr.low=kt}for(var Ue=0;Ue<5;Ue++)for(var ar=de[(Ue+4)%5],nr=de[(Ue+1)%5],ur=nr.high,cr=nr.low,qe=ar.high^(ur<<1|cr>>>31),kt=ar.low^(cr<<1|ur>>>31),tr=0;tr<5;tr++){var jt=Ce[Ue+5*tr];jt.high^=qe,jt.low^=kt}for(var mr=1;mr<25;mr++){var qe,kt,jt=Ce[mr],hr=jt.high,br=jt.low,Rr=ie[mr];Rr<32?(qe=hr<<Rr|br>>>32-Rr,kt=br<<Rr|hr>>>32-Rr):(qe=br<<Rr-32|hr>>>64-Rr,kt=hr<<Rr-32|br>>>64-Rr);var xr=de[oe[mr]];xr.high=qe,xr.low=kt}var Er=de[0],vr=Ce[0];Er.high=vr.high,Er.low=vr.low;for(var Ue=0;Ue<5;Ue++)for(var tr=0;tr<5;tr++){var mr=Ue+5*tr,jt=Ce[mr],Ir=de[mr],Lr=de[(Ue+1)%5+5*tr],gr=de[(Ue+2)%5+5*tr];jt.high=Ir.high^~Lr.high&gr.high,jt.low=Ir.low^~Lr.low&gr.low}var jt=Ce[0],_r=ue[Et];jt.high^=_r.high,jt.low^=_r.low}},_doFinalize:function(){var Ie=this._data,_e=Ie.words;this._nDataBytes*8;var Ce=Ie.sigBytes*8,he=this.blockSize*32;_e[Ce>>>5]|=1<<24-Ce%32,_e[(n.ceil((Ce+1)/he)*he>>>5)-1]|=128,Ie.sigBytes=_e.length*4,this._process();for(var Ne=this._state,Fe=this.cfg.outputLength/8,Ve=Fe/8,jt=[],Et=0;Et<Ve;Et++){var Ue=Ne[Et],qe=Ue.high,kt=Ue.low;qe=(qe<<8|qe>>>24)&16711935|(qe<<24|qe>>>8)&4278255360,kt=(kt<<8|kt>>>24)&16711935|(kt<<24|kt>>>8)&4278255360,jt.push(kt),jt.push(qe)}return new $.init(jt,Fe)},clone:function(){for(var Ie=j.clone.call(this),_e=Ie._state=this._state.slice(0),Ce=0;Ce<25;Ce++)_e[Ce]=_e[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(Ve,jt){for(var Et=0;Et<16;Et++){var Ue=jt+Et,qe=Ve[Ue];Ve[Ue]=(qe<<8|qe>>>24)&16711935|(qe<<24|qe>>>8)&4278255360}var kt=this._hash.words,tr=ue.words,rr=de.words,ar=z.words,nr=re.words,ur=ie.words,cr=oe.words,mr,hr,br,Rr,xr,Er,vr,Ir,Lr,gr;Er=mr=kt[0],vr=hr=kt[1],Ir=br=kt[2],Lr=Rr=kt[3],gr=xr=kt[4];for(var _r,Et=0;Et<80;Et+=1)_r=mr+Ve[jt+ar[Et]]|0,Et<16?_r+=Ie(hr,br,Rr)+tr[0]:Et<32?_r+=_e(hr,br,Rr)+tr[1]:Et<48?_r+=Ce(hr,br,Rr)+tr[2]:Et<64?_r+=he(hr,br,Rr)+tr[3]:_r+=Ne(hr,br,Rr)+tr[4],_r=_r|0,_r=Fe(_r,ur[Et]),_r=_r+xr|0,mr=xr,xr=Rr,Rr=Fe(br,10),br=hr,hr=_r,_r=Er+Ve[jt+nr[Et]]|0,Et<16?_r+=Ne(vr,Ir,Lr)+rr[0]:Et<32?_r+=he(vr,Ir,Lr)+rr[1]:Et<48?_r+=Ce(vr,Ir,Lr)+rr[2]:Et<64?_r+=_e(vr,Ir,Lr)+rr[3]:_r+=Ie(vr,Ir,Lr)+rr[4],_r=_r|0,_r=Fe(_r,cr[Et]),_r=_r+gr|0,Er=gr,gr=Lr,Lr=Fe(Ir,10),Ir=vr,vr=_r;_r=kt[1]+br+Lr|0,kt[1]=kt[2]+Rr+gr|0,kt[2]=kt[3]+xr+Er|0,kt[3]=kt[4]+mr+vr|0,kt[4]=kt[0]+hr+Ir|0,kt[0]=_r},_doFinalize:function(){var Ve=this._data,jt=Ve.words,Et=this._nDataBytes*8,Ue=Ve.sigBytes*8;jt[Ue>>>5]|=128<<24-Ue%32,jt[(Ue+64>>>9<<4)+14]=(Et<<8|Et>>>24)&16711935|(Et<<24|Et>>>8)&4278255360,Ve.sigBytes=(jt.length+1)*4,this._process();for(var qe=this._hash,kt=qe.words,tr=0;tr<5;tr++){var rr=kt[tr];kt[tr]=(rr<<8|rr>>>24)&16711935|(rr<<24|rr>>>8)&4278255360}return qe},clone:function(){var Ve=j.clone.call(this);return Ve._hash=this._hash.clone(),Ve}});function Ie(Ve,jt,Et){return Ve^jt^Et}function _e(Ve,jt,Et){return Ve&jt|~Ve&Et}function Ce(Ve,jt,Et){return(Ve|~jt)^Et}function he(Ve,jt,Et){return Ve&Et|jt&~Et}function Ne(Ve,jt,Et){return Ve^(jt|~Et)}function Fe(Ve,jt){return Ve<<jt|Ve>>>32-jt}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,_e=0;_e<ie;_e++)pe[_e]^=1549556828,Ie[_e]^=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]),_e=pe.words,Ce=Ie.words,he=ue.keySize,Ne=ue.iterations;_e.length<he;){var Fe=de.update(oe).finalize(Ie);de.reset();for(var Ve=Fe.words,jt=Ve.length,Et=Fe,Ue=1;Ue<Ne;Ue++){Et=de.finalize(Et),de.reset();for(var qe=Et.words,kt=0;kt<jt;kt++)Ve[kt]^=qe[kt]}pe.concat(Fe),Ce[0]++}return pe.sigBytes=he*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,_e=ue.keySize,Ce=ue.iterations;Ie.length<_e;){oe&&de.update(oe),oe=de.update(re).finalize(ie),de.reset();for(var he=1;he<Ce;he++)oe=de.finalize(oe),de.reset();pe.concat(oe)}return pe.sigBytes=_e*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,kt){return this.create(this._ENC_XFORM_MODE,qe,kt)},createDecryptor:function(qe,kt){return this.create(this._DEC_XFORM_MODE,qe,kt)},init:function(qe,kt,tr){this.cfg=this.cfg.extend(tr),this._xformMode=qe,this._key=kt,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 kt=this._doFinalize();return kt},keySize:128/32,ivSize:128/32,_ENC_XFORM_MODE:1,_DEC_XFORM_MODE:2,_createHelper:function(){function qe(kt){return typeof kt=="string"?Ue:Ve}return function(kt){return{encrypt:function(tr,rr,ar){return qe(rr).encrypt(kt,tr,rr,ar)},decrypt:function(tr,rr,ar){return qe(rr).decrypt(kt,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,kt){return this.Encryptor.create(qe,kt)},createDecryptor:function(qe,kt){return this.Decryptor.create(qe,kt)},init:function(qe,kt){this._cipher=qe,this._iv=kt}}),Ie=de.CBC=function(){var qe=pe.extend();qe.Encryptor=qe.extend({processBlock:function(tr,rr){var ar=this._cipher,nr=ar.blockSize;kt.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),kt.call(this,tr,rr,nr),this._prevBlock=ur}});function kt(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}(),_e=k.pad={},Ce=_e.Pkcs7={pad:function(qe,kt){for(var tr=kt*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 kt=qe.words[qe.sigBytes-1>>>2]&255;qe.sigBytes-=kt}};L.BlockCipher=ue.extend({cfg:ue.cfg.extend({mode:Ie,padding:Ce}),reset:function(){var qe;ue.reset.call(this);var kt=this.cfg,tr=kt.iv,rr=kt.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,kt){this._mode.processBlock(qe,kt)},_doFinalize:function(){var qe,kt=this.cfg.padding;return this._xformMode==this._ENC_XFORM_MODE?(kt.pad(this._data,this.blockSize),qe=this._process(!0)):(qe=this._process(!0),kt.unpad(qe)),qe},blockSize:128/32});var he=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 kt,tr=qe.ciphertext,rr=qe.salt;return rr?kt=j.create([1398893684,1701076831]).concat(rr).concat(tr):kt=tr,kt.toString(re)},parse:function(qe){var kt,tr=re.parse(qe),rr=tr.words;return rr[0]==1398893684&&rr[1]==1701076831&&(kt=j.create(rr.slice(2,4)),rr.splice(0,4),tr.sigBytes-=16),he.create({ciphertext:tr,salt:kt})}},Ve=L.SerializableCipher=$.extend({cfg:$.extend({format:Fe}),encrypt:function(qe,kt,tr,rr){rr=this.cfg.extend(rr);var ar=qe.createEncryptor(tr,rr),nr=ar.finalize(kt),ur=ar.cfg;return he.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,kt,tr,rr){rr=this.cfg.extend(rr),kt=this._parse(kt,rr.format);var ar=qe.createDecryptor(tr,rr).finalize(kt.ciphertext);return ar},_parse:function(qe,kt){return typeof qe=="string"?kt.parse(qe,this):qe}}),jt=k.kdf={},Et=jt.OpenSSL={execute:function(qe,kt,tr,rr,ar){if(rr||(rr=j.random(64/8)),ar)var nr=oe.create({keySize:kt+tr,hasher:ar}).compute(qe,rr);else var nr=oe.create({keySize:kt+tr}).compute(qe,rr);var ur=j.create(nr.words.slice(kt),tr*4);return nr.sigBytes=kt*4,he.create({key:nr,iv:ur,salt:rr})}},Ue=L.PasswordBasedCipher=Ve.extend({cfg:Ve.cfg.extend({kdf:Et}),encrypt:function(qe,kt,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=Ve.encrypt.call(this,qe,kt,ar.key,rr);return nr.mixIn(ar),nr},decrypt:function(qe,kt,tr,rr){rr=this.cfg.extend(rr),kt=this._parse(kt,rr.format);var ar=rr.kdf.execute(tr,qe.keySize,qe.ivSize,kt.salt,rr.hasher);rr.iv=ar.iv;var nr=Ve.decrypt.call(this,qe,kt,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 he=[],Ne=0;Ne<256;Ne++)Ne<128?he[Ne]=Ne<<1:he[Ne]=Ne<<1^283;for(var Fe=0,Ve=0,Ne=0;Ne<256;Ne++){var jt=Ve^Ve<<1^Ve<<2^Ve<<3^Ve<<4;jt=jt>>>8^jt&255^99,j[Fe]=jt,V[jt]=Fe;var Et=he[Fe],Ue=he[Et],qe=he[Ue],kt=he[jt]*257^jt*16843008;z[Fe]=kt<<24|kt>>>8,re[Fe]=kt<<16|kt>>>16,ie[Fe]=kt<<8|kt>>>24,oe[Fe]=kt;var kt=qe*16843009^Ue*65537^Et*257^Fe*16843008;ue[jt]=kt<<24|kt>>>8,de[jt]=kt<<16|kt>>>16,pe[jt]=kt<<8|kt>>>24,Ie[jt]=kt,Fe?(Fe=Et^he[he[he[qe^Et]]],Ve^=he[he[Ve]]):Fe=Ve=1}})();var _e=[0,1,2,4,8,16,32,64,128,27,54],Ce=$.AES=L.extend({_doReset:function(){var he;if(!(this._nRounds&&this._keyPriorReset===this._key)){for(var Ne=this._keyPriorReset=this._key,Fe=Ne.words,Ve=Ne.sigBytes/4,jt=this._nRounds=Ve+6,Et=(jt+1)*4,Ue=this._keySchedule=[],qe=0;qe<Et;qe++)qe<Ve?Ue[qe]=Fe[qe]:(he=Ue[qe-1],qe%Ve?Ve>6&&qe%Ve==4&&(he=j[he>>>24]<<24|j[he>>>16&255]<<16|j[he>>>8&255]<<8|j[he&255]):(he=he<<8|he>>>24,he=j[he>>>24]<<24|j[he>>>16&255]<<16|j[he>>>8&255]<<8|j[he&255],he^=_e[qe/Ve|0]<<24),Ue[qe]=Ue[qe-Ve]^he);for(var kt=this._invKeySchedule=[],tr=0;tr<Et;tr++){var qe=Et-tr;if(tr%4)var he=Ue[qe];else var he=Ue[qe-4];tr<4||qe<=4?kt[tr]=he:kt[tr]=ue[j[he>>>24]]^de[j[he>>>16&255]]^pe[j[he>>>8&255]]^Ie[j[he&255]]}}},encryptBlock:function(he,Ne){this._doCryptBlock(he,Ne,this._keySchedule,z,re,ie,oe,j)},decryptBlock:function(he,Ne){var Fe=he[Ne+1];he[Ne+1]=he[Ne+3],he[Ne+3]=Fe,this._doCryptBlock(he,Ne,this._invKeySchedule,ue,de,pe,Ie,V);var Fe=he[Ne+1];he[Ne+1]=he[Ne+3],he[Ne+3]=Fe},_doCryptBlock:function(he,Ne,Fe,Ve,jt,Et,Ue,qe){for(var kt=this._nRounds,tr=he[Ne]^Fe[0],rr=he[Ne+1]^Fe[1],ar=he[Ne+2]^Fe[2],nr=he[Ne+3]^Fe[3],ur=4,cr=1;cr<kt;cr++){var mr=Ve[tr>>>24]^jt[rr>>>16&255]^Et[ar>>>8&255]^Ue[nr&255]^Fe[ur++],hr=Ve[rr>>>24]^jt[ar>>>16&255]^Et[nr>>>8&255]^Ue[tr&255]^Fe[ur++],br=Ve[ar>>>24]^jt[nr>>>16&255]^Et[tr>>>8&255]^Ue[rr&255]^Fe[ur++],Rr=Ve[nr>>>24]^jt[tr>>>16&255]^Et[rr>>>8&255]^Ue[ar&255]^Fe[ur++];tr=mr,rr=hr,ar=br,nr=Rr}var mr=(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++],br=(qe[ar>>>24]<<24|qe[nr>>>16&255]<<16|qe[tr>>>8&255]<<8|qe[rr&255])^Fe[ur++],Rr=(qe[nr>>>24]<<24|qe[tr>>>16&255]<<16|qe[rr>>>8&255]<<8|qe[ar&255])^Fe[ur++];he[Ne]=mr,he[Ne+1]=hr,he[Ne+2]=br,he[Ne+3]=Rr},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 _e=this._key,Ce=_e.words,he=[],Ne=0;Ne<56;Ne++){var Fe=V[Ne]-1;he[Ne]=Ce[Fe>>>5]>>>31-Fe%32&1}for(var Ve=this._subKeys=[],jt=0;jt<16;jt++){for(var Et=Ve[jt]=[],Ue=re[jt],Ne=0;Ne<24;Ne++)Et[Ne/6|0]|=he[(z[Ne]-1+Ue)%28]<<31-Ne%6,Et[4+(Ne/6|0)]|=he[28+(z[Ne+24]-1+Ue)%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]=Ve[15-Ne]},encryptBlock:function(_e,Ce){this._doCryptBlock(_e,Ce,this._subKeys)},decryptBlock:function(_e,Ce){this._doCryptBlock(_e,Ce,this._invSubKeys)},_doCryptBlock:function(_e,Ce,he){this._lBlock=_e[Ce],this._rBlock=_e[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=he[Ne],Ve=this._lBlock,jt=this._rBlock,Et=0,Ue=0;Ue<8;Ue++)Et|=ie[Ue][((jt^Fe[Ue])&oe[Ue])>>>0];this._lBlock=jt,this._rBlock=Ve^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),_e[Ce]=this._lBlock,_e[Ce+1]=this._rBlock},keySize:64/32,ivSize:64/32,blockSize:64/32});function de(_e,Ce){var he=(this._lBlock>>>_e^this._rBlock)&Ce;this._rBlock^=he,this._lBlock^=he<<_e}function pe(_e,Ce){var he=(this._rBlock>>>_e^this._lBlock)&Ce;this._lBlock^=he,this._rBlock^=he<<_e}n.DES=$._createHelper(ue);var Ie=j.TripleDES=$.extend({_doReset:function(){var _e=this._key,Ce=_e.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 he=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(he)),this._des2=ue.createEncryptor(L.create(Ne)),this._des3=ue.createEncryptor(L.create(Fe))},encryptBlock:function(_e,Ce){this._des1.encryptBlock(_e,Ce),this._des2.decryptBlock(_e,Ce),this._des3.encryptBlock(_e,Ce)},decryptBlock:function(_e,Ce){this._des3.decryptBlock(_e,Ce),this._des2.encryptBlock(_e,Ce),this._des1.decryptBlock(_e,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,_e=ie[Ie>>>2]>>>24-Ie%4*8&255;pe=(pe+ue[de]+_e)%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 _e=ue.words,Ce=_e[0],he=_e[1],Ne=(Ce<<8|Ce>>>24)&16711935|(Ce<<24|Ce>>>8)&4278255360,Fe=(he<<8|he>>>24)&16711935|(he<<24|he>>>8)&4278255360,Ve=Ne>>>16|Fe&4294901760,jt=Fe<<16|Ne&65535;Ie[0]^=Ne,Ie[1]^=Ve,Ie[2]^=Fe,Ie[3]^=jt,Ie[4]^=Ne,Ie[5]^=Ve,Ie[6]^=Fe,Ie[7]^=jt;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,_e=pe>>>16,Ce=((Ie*Ie>>>17)+Ie*_e>>>15)+_e*_e,he=((pe&4294901760)*pe|0)+((pe&65535)*pe|0);z[de]=Ce^he}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 _e=ue.words,Ce=_e[0],he=_e[1],Ne=(Ce<<8|Ce>>>24)&16711935|(Ce<<24|Ce>>>8)&4278255360,Fe=(he<<8|he>>>24)&16711935|(he<<24|he>>>8)&4278255360,Ve=Ne>>>16|Fe&4294901760,jt=Fe<<16|Ne&65535;pe[0]^=Ne,pe[1]^=Ve,pe[2]^=Fe,pe[3]^=jt,pe[4]^=Ne,pe[5]^=Ve,pe[6]^=Fe,pe[7]^=jt;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,_e=pe>>>16,Ce=((Ie*Ie>>>17)+Ie*_e>>>15)+_e*_e,he=((pe&4294901760)*pe|0)+((pe&65535)*pe|0);z[de]=Ce^he}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,_e){let Ce=_e>>24&255,he=_e>>16&255,Ne=_e>>8&255,Fe=_e&255,Ve=Ie.sbox[0][Ce]+Ie.sbox[1][he];return Ve=Ve^Ie.sbox[2][Ne],Ve=Ve+Ie.sbox[3][Fe],Ve}function oe(Ie,_e,Ce){let he=_e,Ne=Ce,Fe;for(let Ve=0;Ve<j;++Ve)he=he^Ie.pbox[Ve],Ne=ie(Ie,he)^Ne,Fe=he,he=Ne,Ne=Fe;return Fe=he,he=Ne,Ne=Fe,Ne=Ne^Ie.pbox[j],he=he^Ie.pbox[j+1],{left:he,right:Ne}}function ue(Ie,_e,Ce){let he=_e,Ne=Ce,Fe;for(let Ve=j+1;Ve>1;--Ve)he=he^Ie.pbox[Ve],Ne=ie(Ie,he)^Ne,Fe=he,he=Ne,Ne=Fe;return Fe=he,he=Ne,Ne=Fe,Ne=Ne^Ie.pbox[1],he=he^Ie.pbox[0],{left:he,right:Ne}}function de(Ie,_e,Ce){for(let jt=0;jt<4;jt++){Ie.sbox[jt]=[];for(let Et=0;Et<256;Et++)Ie.sbox[jt][Et]=z[jt][Et]}let he=0;for(let jt=0;jt<j+2;jt++)Ie.pbox[jt]=V[jt]^_e[he],he++,he>=Ce&&(he=0);let Ne=0,Fe=0,Ve=0;for(let jt=0;jt<j+2;jt+=2)Ve=oe(Ie,Ne,Fe),Ne=Ve.left,Fe=Ve.right,Ie.pbox[jt]=Ne,Ie.pbox[jt+1]=Fe;for(let jt=0;jt<4;jt++)for(let Et=0;Et<256;Et+=2)Ve=oe(Ie,Ne,Fe),Ne=Ve.left,Fe=Ve.right,Ie.sbox[jt][Et]=Ne,Ie.sbox[jt][Et+1]=Fe;return!0}var pe=$.Blowfish=L.extend({_doReset:function(){if(this._keyPriorReset!==this._key){var Ie=this._keyPriorReset=this._key,_e=Ie.words,Ce=Ie.sigBytes/4;de(re,_e,Ce)}},encryptBlock:function(Ie,_e){var Ce=oe(re,Ie[_e],Ie[_e+1]);Ie[_e]=Ce.left,Ie[_e+1]=Ce.right},decryptBlock:function(Ie,_e){var Ce=ue(re,Ie[_e],Ie[_e+1]);Ie[_e]=Ce.left,Ie[_e+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 _e(Ce,he){var Ne,Fe;return j.default.wrap(function(jt){for(;;)switch(jt.prev=jt.next){case 0:return Ne=this._bucketRequestParams("DELETE",Ce,"",he),jt.next=3,this.request(Ne);case 3:if(Fe=jt.sent,!(Fe.status===200||Fe.status===204)){jt.next=6;break}return jt.abrupt("return",{res:Fe.res});case 6:return jt.next=8,this.requestError(Fe);case 8:throw jt.sent;case 9:case"end":return jt.stop()}},_e,this)}));function Ie(_e,Ce){return pe.apply(this,arguments)}return Ie}(),oe.putBucketACL=function(){var pe=(0,V.default)(j.default.mark(function _e(Ce,he,Ne){var Fe,Ve;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":he},Fe.successStatuses=[200],Et.next=5,this.request(Fe);case 5:return Ve=Et.sent,Et.abrupt("return",{bucket:Ve.headers.location&&Ve.headers.location.substring(1)||null,res:Ve.res});case 7:case"end":return Et.stop()}},_e,this)}));function Ie(_e,Ce,he){return pe.apply(this,arguments)}return Ie}(),oe.getBucketACL=function(){var pe=(0,V.default)(j.default.mark(function _e(Ce,he){var Ne,Fe;return j.default.wrap(function(jt){for(;;)switch(jt.prev=jt.next){case 0:return Ne=this._bucketRequestParams("GET",Ce,"acl",he),Ne.successStatuses=[200],Ne.xmlResponse=!0,jt.next=5,this.request(Ne);case 5:return Fe=jt.sent,jt.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 jt.stop()}},_e,this)}));function Ie(_e,Ce){return pe.apply(this,arguments)}return Ie}(),oe.putBucketLogging=function(){var pe=(0,V.default)(j.default.mark(function _e(Ce,he,Ne){var Fe,Ve,jt;return j.default.wrap(function(Ue){for(;;)switch(Ue.prev=Ue.next){case 0:return Fe=this._bucketRequestParams("PUT",Ce,"logging",Ne),Ve=`<?xml version="1.0" encoding="UTF-8"?>
<BucketLoggingStatus>
<LoggingEnabled>
<TargetBucket>`.concat(Ce,`</TargetBucket>
`),he&&(Ve+="<TargetPrefix>".concat(he,`</TargetPrefix>
`)),Ve+=`</LoggingEnabled>
</BucketLoggingStatus>`,Fe.content=Ve,Fe.mime="xml",Fe.successStatuses=[200],Ue.next=9,this.request(Fe);case 9:return jt=Ue.sent,Ue.abrupt("return",{res:jt.res});case 11:case"end":return Ue.stop()}},_e,this)}));function Ie(_e,Ce,he){return pe.apply(this,arguments)}return Ie}(),oe.getBucketLogging=function(){var pe=(0,V.default)(j.default.mark(function _e(Ce,he){var Ne,Fe,Ve;return j.default.wrap(function(Et){for(;;)switch(Et.prev=Et.next){case 0:return Ne=this._bucketRequestParams("GET",Ce,"logging",he),Ne.successStatuses=[200],Ne.xmlResponse=!0,Et.next=5,this.request(Ne);case 5:return Fe=Et.sent,Ve=Fe.data.LoggingEnabled,Et.abrupt("return",{enable:!!Ve,prefix:Ve&&Ve.TargetPrefix||null,res:Fe.res});case 8:case"end":return Et.stop()}},_e,this)}));function Ie(_e,Ce){return pe.apply(this,arguments)}return Ie}(),oe.deleteBucketLogging=function(){var pe=(0,V.default)(j.default.mark(function _e(Ce,he){var Ne,Fe;return j.default.wrap(function(jt){for(;;)switch(jt.prev=jt.next){case 0:return Ne=this._bucketRequestParams("DELETE",Ce,"logging",he),Ne.successStatuses=[204,200],jt.next=4,this.request(Ne);case 4:return Fe=jt.sent,jt.abrupt("return",{res:Fe.res});case 6:case"end":return jt.stop()}},_e,this)}));function Ie(_e,Ce){return pe.apply(this,arguments)}return Ie}(),oe.putBucketCORS=function(){var pe=(0,V.default)(j.default.mark(function _e(Ce,he,Ne){var Fe,Ve,jt,Et,Ue,qe,kt,tr,rr,ar;return j.default.wrap(function(ur){for(;;)switch(ur.prev=ur.next){case 0:for(he=he||[],z(he.length,"rules is required"),he.forEach(function(cr){z(cr.allowedOrigin,"allowedOrigin is required"),z(cr.allowedMethod,"allowedMethod is required")}),Fe=this._bucketRequestParams("PUT",Ce,"cors",Ne),Ve=`<?xml version="1.0" encoding="UTF-8"?>
<CORSConfiguration>`,jt=function(mr){Ve+="<AllowedOrigin>".concat(mr,"</AllowedOrigin>")},Et=function(mr){Ve+="<AllowedMethod>".concat(mr,"</AllowedMethod>")},Ue=function(mr){Ve+="<AllowedHeader>".concat(mr,"</AllowedHeader>")},qe=function(mr){Ve+="<ExposeHeader>".concat(mr,"</ExposeHeader>")},kt=0,tr=he.length;kt<tr;kt++)rr=he[kt],Ve+="<CORSRule>",de(rr.allowedOrigin).forEach(jt),de(rr.allowedMethod).forEach(Et),de(rr.allowedHeader).forEach(Ue),de(rr.exposeHeader).forEach(qe),rr.maxAgeSeconds&&(Ve+="<MaxAgeSeconds>".concat(rr.maxAgeSeconds,"</MaxAgeSeconds>")),Ve+="</CORSRule>";return Ve+="</CORSConfiguration>",Fe.content=Ve,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()}},_e,this)}));function Ie(_e,Ce,he){return pe.apply(this,arguments)}return Ie}(),oe.getBucketCORS=function(){var pe=(0,V.default)(j.default.mark(function _e(Ce,he){var Ne,Fe,Ve,jt;return j.default.wrap(function(Ue){for(;;)switch(Ue.prev=Ue.next){case 0:return Ne=this._bucketRequestParams("GET",Ce,"cors",he),Ne.successStatuses=[200],Ne.xmlResponse=!0,Ue.next=5,this.request(Ne);case 5:return Fe=Ue.sent,Ve=[],Fe.data&&Fe.data.CORSRule&&(jt=Fe.data.CORSRule,ue(jt)||(jt=[jt]),jt.forEach(function(qe){var kt={};Object.keys(qe).forEach(function(tr){kt[tr.slice(0,1).toLowerCase()+tr.slice(1,tr.length)]=qe[tr]}),Ve.push(kt)})),Ue.abrupt("return",{rules:Ve,res:Fe.res});case 9:case"end":return Ue.stop()}},_e,this)}));function Ie(_e,Ce){return pe.apply(this,arguments)}return Ie}(),oe.deleteBucketCORS=function(){var pe=(0,V.default)(j.default.mark(function _e(Ce,he){var Ne,Fe;return j.default.wrap(function(jt){for(;;)switch(jt.prev=jt.next){case 0:return Ne=this._bucketRequestParams("DELETE",Ce,"cors",he),Ne.successStatuses=[204],jt.next=4,this.request(Ne);case 4:return Fe=jt.sent,jt.abrupt("return",{res:Fe.res});case 6:case"end":return jt.stop()}},_e,this)}));function Ie(_e,Ce){return pe.apply(this,arguments)}return Ie}(),oe.putBucketReferer=function(){var pe=(0,V.default)(j.default.mark(function _e(Ce,he,Ne,Fe){var Ve,jt,Et,Ue;return j.default.wrap(function(kt){for(;;)switch(kt.prev=kt.next){case 0:if(Ve=this._bucketRequestParams("PUT",Ce,"referer",Fe),jt=`<?xml version="1.0" encoding="UTF-8"?>
<RefererConfiguration>
`,jt+=" <AllowEmptyReferer>".concat(he?"true":"false",`</AllowEmptyReferer>
`),Ne&&Ne.length>0){for(jt+=` <RefererList>
`,Et=0;Et<Ne.length;Et++)jt+=" <Referer>".concat(Ne[Et],`</Referer>
`);jt+=` </RefererList>
`}else jt+=` <RefererList />
`;return jt+="</RefererConfiguration>",Ve.content=jt,Ve.mime="xml",Ve.successStatuses=[200],kt.next=10,this.request(Ve);case 10:return Ue=kt.sent,kt.abrupt("return",{res:Ue.res});case 12:case"end":return kt.stop()}},_e,this)}));function Ie(_e,Ce,he,Ne){return pe.apply(this,arguments)}return Ie}(),oe.getBucketReferer=function(){var pe=(0,V.default)(j.default.mark(function _e(Ce,he){var Ne,Fe,Ve;return j.default.wrap(function(Et){for(;;)switch(Et.prev=Et.next){case 0:return Ne=this._bucketRequestParams("GET",Ce,"referer",he),Ne.successStatuses=[200],Ne.xmlResponse=!0,Et.next=5,this.request(Ne);case 5:return Fe=Et.sent,Ve=Fe.data.RefererList.Referer||null,Ve&&(ue(Ve)||(Ve=[Ve])),Et.abrupt("return",{allowEmpty:Fe.data.AllowEmptyReferer==="true",referers:Ve,res:Fe.res});case 9:case"end":return Et.stop()}},_e,this)}));function Ie(_e,Ce){return pe.apply(this,arguments)}return Ie}(),oe.deleteBucketReferer=function(){var pe=(0,V.default)(j.default.mark(function _e(Ce,he){return j.default.wrap(function(Fe){for(;;)switch(Fe.prev=Fe.next){case 0:return Fe.next=2,this.putBucketReferer(Ce,!0,null,he);case 2:return Fe.abrupt("return",Fe.sent);case 3:case"end":return Fe.stop()}},_e,this)}));function Ie(_e,Ce){return pe.apply(this,arguments)}return Ie}(),oe._bucketRequestParams=function(Ie,_e,Ce,he){return{method:Ie,bucket:_e,subres:Ce,additionalHeaders:he&&he.additionalHeaders,timeout:he&&he.timeout,ctx:he&&he.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"),_e=n("urllib"),Ce=n("./version"),he=n("bowser"),Ne=n("../common/signUtils"),Fe=n("../common/client/initOptions"),Ve=n("../common/utils/createRequest"),jt=Ve.createRequest,Et=n("../common/utils/encoder"),Ue=Et.encoder,qe=n("../common/client/getReqUrl"),kt=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,mr=n("../common/utils/getStandardRegion"),hr=mr.getStandardRegion,br=new ue;function Rr(){var gr=pe.name,_r=pe.version;gr&&gr.toLowerCase&&gr.toLowerCase()==="ie"&&_r.split(".")[0]<10&&console.warn("ali-oss does not support the current browser")}function xr(){return location&&location.protocol==="https:"}function Er(gr,_r){if(Rr(),!(this instanceof Er))return new Er(gr,_r);gr&&gr.inited?this.options=gr:this.options=Er.initOptions(gr),this.options.cancelFlag=!1,this.options.urllib?this.urllib=this.options.urllib:(this.urllib=_e,this.agent=this.options.agent||br),this.ctx=_r,this.userAgent=this._getUserAgent(),this.stsTokenFreshTime=new Date,this.options.amendTimeSkewed=0}k.exports=Er,Er.initOptions=function(_r){_r.stsToken||console.warn("Please use STS Token for safety, see more details at https://help.aliyun.com/document_detail/32077.html");var Fr=Object.assign({secure:xr(),useFetch:!1},_r);return Fe(Fr)};var vr=Er.prototype;vr.debug=ie,de(vr,n("./object")),de(vr,n("./bucket")),de(vr,n("../common/bucket/getBucketWebsite")),de(vr,n("../common/bucket/putBucketWebsite")),de(vr,n("../common/bucket/deleteBucketWebsite")),de(vr,n("../common/bucket/getBucketLifecycle")),de(vr,n("../common/bucket/putBucketLifecycle")),de(vr,n("../common/bucket/deleteBucketLifecycle")),de(vr,n("../common/bucket/putBucketVersioning")),de(vr,n("../common/bucket/getBucketVersioning")),de(vr,n("../common/bucket/getBucketInventory")),de(vr,n("../common/bucket/deleteBucketInventory")),de(vr,n("../common/bucket/listBucketInventory")),de(vr,n("../common/bucket/putBucketInventory")),de(vr,n("../common/bucket/abortBucketWorm")),de(vr,n("../common/bucket/completeBucketWorm")),de(vr,n("../common/bucket/extendBucketWorm")),de(vr,n("../common/bucket/getBucketWorm")),de(vr,n("../common/bucket/initiateBucketWorm")),de(vr,n("./managed-upload")),de(vr,n("../common/multipart-copy")),de(vr,n("../common/multipart")),de(vr,n("../common/parallel")),vr.signature=function(_r){return this.debug("authorization stringToSign: %s",_r,"info"),Ne.computeSignature(this.options.accessKeySecret,_r,this.options.headerEncoding)},vr._getReqUrl=kt,vr.authorization=function(_r,Fr,zr,Vr){var Gr=Ne.buildCanonicalString(_r.toUpperCase(),Fr,{headers:Vr,parameters:zr});return Ne.authorization(this.options.accessKeyId,this.options.accessKeySecret,Gr,this.options.headerEncoding)},vr.authorizationV4=function(_r,Fr,zr,Vr,Gr){return Ne.authorizationV4(this.options.accessKeyId,this.options.accessKeySecret,hr(this.options.region),_r,Fr,zr,Vr,Gr,this.options.headerEncoding)},vr.request=function(){var gr=(0,re.default)(z.default.mark(function _r(Fr){var zr=this;return z.default.wrap(function(Gr){for(;;)switch(Gr.prev=Gr.next){case 0:if(!this.options.retryMax){Gr.next=6;break}return Gr.next=3,nr(Ir.bind(this),this.options.retryMax,{errorHandler:function(Cr){var Mr=function(Sr){if(Fr.stream)return!1;var Dr=[-1,-2].includes(Sr.status),kr=zr.options.requestErrorRetryHandle||function(){return!0};return Dr&&kr(Sr)};return!!Mr(Cr)}})(Fr);case 3:return Gr.abrupt("return",Gr.sent);case 6:return Gr.abrupt("return",Ir.call(this,Fr));case 7:case"end":return Gr.stop()}},_r,this)}));return function(_r){return gr.apply(this,arguments)}}();function Ir(gr){return Lr.apply(this,arguments)}function Lr(){return Lr=(0,re.default)(z.default.mark(function gr(_r){var Fr,zr,Vr,Gr,Tr,Cr;return z.default.wrap(function(yr){for(;;)switch(yr.prev=yr.next){case 0:if(!(this.options.stsToken&&cr(this.options.refreshSTSToken))){yr.next=3;break}return yr.next=3,rr.call(this);case 3:return Fr=jt.call(this,_r),this.options.useFetch||(Fr.params.mode="disable-fetch"),Gr=!!_r.stream,yr.prev=6,yr.next=9,this.urllib.request(Fr.url,Fr.params);case 9:zr=yr.sent,this.debug("response %s %s, got %s, headers: %j",_r.method,Fr.url,zr.status,zr.headers,"info"),yr.next=16;break;case 13:yr.prev=13,yr.t0=yr.catch(6),Vr=yr.t0;case 16:if(!(zr&&_r.successStatuses&&_r.successStatuses.indexOf(zr.status)===-1)){yr.next=28;break}return yr.next=19,this.requestError(zr);case 19:if(Tr=yr.sent,!(Tr.code==="RequestTimeTooSkewed"&&!Gr)){yr.next=25;break}return this.options.amendTimeSkewed=+new Date(Tr.serverTime)-new Date,yr.next=24,this.request(_r);case 24:return yr.abrupt("return",yr.sent);case 25:Tr.params=_r,yr.next=32;break;case 28:if(!Vr){yr.next=32;break}return yr.next=31,this.requestError(Vr);case 31:Tr=yr.sent;case 32:if(!Tr){yr.next=34;break}throw Tr;case 34:if(!_r.xmlResponse){yr.next=39;break}return yr.next=37,this.parseXML(zr.data);case 37:Cr=yr.sent,zr.data=Cr;case 39:return yr.abrupt("return",zr);case 40:case"end":return yr.stop()}},gr,this,[[6,13]])})),Lr.apply(this,arguments)}vr._getResource=function(_r){var Fr="/";return _r.bucket&&(Fr+="".concat(_r.bucket,"/")),_r.object&&(Fr+=Ue(_r.object,this.options.headerEncoding)),Fr},vr._escape=function(_r){return Ie.encodeURIComponent(_r).replace(/%2F/g,"/")},vr._getUserAgent=function(){var _r=j&&j.browser?"js":"nodejs",Fr="aliyun-sdk-".concat(_r,"/").concat(Ce.version),zr=pe.description;return!zr&&j&&(zr="Node.js ".concat(j.version.slice(1)," on ").concat(j.platform," ").concat(j.arch)),this._checkUserAgent("".concat(Fr," ").concat(zr))},vr._checkUserAgent=function(_r){var Fr=_r.replace(/\u03b1/,"alpha").replace(/\u03b2/,"beta");return Fr},vr.checkBrowserAndVersion=function(_r,Fr){return he.name===_r&&he.version.split(".")[0]===Fr},vr.parseXML=function(_r){return new Promise(function(Fr,zr){$.isBuffer(_r)&&(_r=_r.toString()),oe.parseString(_r,{explicitRoot:!1,explicitArray:!1},function(Vr,Gr){Vr?zr(Vr):Fr(Gr)})})},vr.requestError=function(){var gr=(0,re.default)(z.default.mark(function Fr(zr){var Vr=this,Gr,Tr,Cr,Mr,yr;return z.default.wrap(function(Dr){for(;;)switch(Dr.prev=Dr.next){case 0:if(Gr=null,Tr=function(){var kr=(0,re.default)(z.default.mark(function Wr(Kr){var Nr,jr;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=zr.status,ca.t1.requestId=zr.headers["x-oss-request-id"],ca.abrupt("return",ca.t1);case 16:jr=Nr.Message||"unknow request error, status: ".concat(zr.status),Nr.Condition&&(jr+=" (condition: ".concat(Nr.Condition,")")),Gr=new Error(jr),Gr.name=Nr.Code?"".concat(Nr.Code,"Error"):"UnknownError",Gr.status=zr.status,Gr.code=Nr.Code,Gr.ecCode=Nr.EC,Gr.requestId=Nr.RequestId,Gr.hostId=Nr.HostId,Gr.serverTime=Nr.ServerTime;case 26:case"end":return ca.stop()}},Wr,null,[[0,9]])}));return function(Kr){return kr.apply(this,arguments)}}(),!(!zr.data||!zr.data.length)){Dr.next=37;break}if(!(zr.status===-1||zr.status===-2)){Dr.next=10;break}Gr=new Error(zr.message),Gr.name=zr.name,Gr.status=zr.status,Gr.code=zr.name,Dr.next=35;break;case 10:if(zr.status!==404){Dr.next=17;break}Gr=new Error("Object not exists"),Gr.name="NoSuchKeyError",Gr.status=404,Gr.code="NoSuchKey",Dr.next=33;break;case 17:if(zr.status!==412){Dr.next=24;break}Gr=new Error("Pre condition failed"),Gr.name="PreconditionFailedError",Gr.status=412,Gr.code="PreconditionFailed",Dr.next=33;break;case 24:if(Gr=new Error("Unknow error, status: ".concat(zr.status)),Gr.name="UnknownError",Gr.status=zr.status,Gr.res=zr,Cr=zr.headers["x-oss-err"],!Cr){Dr.next=33;break}return Mr=atob(Cr),Dr.next=33,Tr(Mr);case 33:Gr.requestId=zr.headers["x-oss-request-id"],Gr.host="";case 35:Dr.next=41;break;case 37:return yr=String(zr.data),this.debug("request response error data: %s",yr,"error"),Dr.next=41,Tr(yr);case 41:return this.debug("generate error %j",Gr,"error"),Dr.abrupt("return",Gr);case 43:case"end":return Dr.stop()}},Fr,this)}));function _r(Fr){return gr.apply(this,arguments)}return _r}()}).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"),_e=Ie.isFile,Ce=n("../common/utils/isBuffer"),he=Ce.isBuffer,Ne=L;Ne.multipartUpload=function(){var Ue=(0,z.default)(V.default.mark(function kt(tr,rr){var ar,nr,ur,cr,mr,hr,br,Rr,xr,Er=arguments;return V.default.wrap(function(Ir){for(;;)switch(Ir.prev=Ir.next){case 0:if(ar=Er.length>2&&Er[2]!==void 0?Er[2]:{},this.resetCancelFlag(),ar.disabledMD5=ar.disabledMD5===void 0?!0:!!ar.disabledMD5,!(ar.checkpoint&&ar.checkpoint.uploadId)){Ir.next=8;break}return rr&&_e(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||(_e(rr)?ar.mime=oe.getType(ie.extname(rr.name)):pe(rr)?ar.mime=rr.type:he(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 mr={res:cr.res,bucket:this.options.bucket,name:tr,etag:cr.res.headers.etag},(ar.headers&&ar.headers["x-oss-callback"]||ar.callback)&&(mr.data=cr.data),Ir.abrupt("return",mr);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,br=hr.uploadId,Rr=this._getPartSize(ur,ar.partSize),xr={file:rr,name:tr,fileSize:ur,partSize:Rr,uploadId:br,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()}},kt,this)}));function qe(kt,tr){return Ue.apply(this,arguments)}return qe}(),Ne._resumeMultipart=function(){var Ue=(0,z.default)(V.default.mark(function kt(tr,rr){var ar,nr,ur,cr,mr,hr,br,Rr,xr,Er,vr,Ir,Lr,gr,_r,Fr,zr,Vr,Gr;return V.default.wrap(function(Cr){for(;;)switch(Cr.prev=Cr.next){case 0:if(ar=this,!this.isCancel()){Cr.next=3;break}throw this._makeCancelEvent();case 3:return nr=tr.file,ur=tr.fileSize,cr=tr.partSize,mr=tr.uploadId,hr=tr.doneParts,br=tr.name,Rr=[],hr.length>0&&ue(hr).to(Rr),xr=this._divideParts(ur,cr),Er=xr.length,vr=!1,Ir=function(yr,Sr){return new Promise(function(){var Dr=(0,z.default)(V.default.mark(function kr(Wr,Kr){var Nr,jr,Qr,ca,Po;return V.default.wrap(function(qo){for(;;)switch(qo.prev=qo.next){case 0:if(qo.prev=0,yr.isCancel()){qo.next=29;break}return Nr=xr[Sr-1],qo.next=5,yr._createBuffer(nr,Nr.start,Nr.end);case 5:return jr=qo.sent,Qr={content:jr,size:Nr.end-Nr.start},qo.prev=7,qo.next=10,yr._uploadPart(br,mr,Sr,Qr,rr);case 10:ca=qo.sent,qo.next=18;break;case 13:if(qo.prev=13,qo.t0=qo.catch(7),qo.t0.status!==404){qo.next=17;break}throw yr._makeAbortEvent();case 17:throw qo.t0;case 18:if(!(!yr.isCancel()&&!vr)){qo.next=26;break}if(tr.doneParts.push({number:Sr,etag:ca.res.headers.etag}),!rr.progress){qo.next=23;break}return qo.next=23,rr.progress(hr.length/(Er+1),tr,ca.res);case 23:Wr({number:Sr,etag:ca.res.headers.etag}),qo.next=27;break;case 26:Wr();case 27:qo.next=30;break;case 29:Wr();case 30:qo.next=41;break;case 32:qo.prev=32,qo.t1=qo.catch(0),Po=new Error,Po.name=qo.t1.name,Po.message=qo.t1.message,Po.stack=qo.t1.stack,Po.partNum=Sr,ue(qo.t1).to(Po),Kr(Po);case 41:case"end":return qo.stop()}},kr,null,[[0,32],[7,13]])}));return function(kr,Wr){return Dr.apply(this,arguments)}}())},Lr=Array.from(new Array(Er),function(Mr,yr){return yr+1}),gr=Rr.map(function(Mr){return Mr.number}),_r=Lr.filter(function(Mr){return gr.indexOf(Mr)<0}),Fr=5,zr=rr.parallel||Fr,Cr.next=17,this._parallel(_r,zr,function(Mr){return new Promise(function(yr,Sr){Ir(ar,Mr).then(function(Dr){Dr&&Rr.push(Dr),yr()}).catch(function(Dr){Sr(Dr)})})});case 17:if(Vr=Cr.sent,vr=!0,Gr=Vr.find(function(Mr){return Mr.name==="abort"}),!Gr){Cr.next=22;break}throw Gr;case 22:if(!this.isCancel()){Cr.next=25;break}throw Ir=null,this._makeCancelEvent();case 25:if(!(Vr&&Vr.length>0)){Cr.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 Cr.next=30,this.completeMultipartUpload(br,mr,Rr,rr);case 30:return Cr.abrupt("return",Cr.sent);case 31:case"end":return Cr.stop()}},kt,this)}));function qe(kt,tr){return Ue.apply(this,arguments)}return qe}(),Ne._getFileSize=function(){var Ue=(0,z.default)(V.default.mark(function kt(tr){return V.default.wrap(function(ar){for(;;)switch(ar.prev=ar.next){case 0:if(!he(tr)){ar.next=4;break}return ar.abrupt("return",tr.length);case 4:if(!(pe(tr)||_e(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()}},kt)}));function qe(kt){return Ue.apply(this,arguments)}return qe}();var Fe=n("stream"),Ve=Fe.Readable;function jt(Ue,qe){if(!(this instanceof jt))return new jt(Ue,qe);Ve.call(this,qe),this.file=Ue,this.reader=new FileReader,this.start=0,this.finish=!1,this.fileBuffer=null}re.inherits(jt,Ve),jt.prototype.readFileAndPush=function(qe){if(this.fileBuffer)for(var kt=!0;kt&&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,kt=this.push(this.fileBuffer.slice(tr,rr))}},jt.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 kt=16*1024;qe=qe||kt;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(Ue){return Ue.arrayBuffer?Ue.arrayBuffer():new Promise(function(qe,kt){var tr=new FileReader;tr.onload=function(rr){qe(rr.target.result)},tr.onerror=function(rr){kt(rr)},tr.readAsArrayBuffer(Ue)})}Ne._createBuffer=function(){var Ue=(0,z.default)(V.default.mark(function kt(tr,rr,ar){var nr,ur;return V.default.wrap(function(mr){for(;;)switch(mr.prev=mr.next){case 0:if(!(pe(tr)||_e(tr))){mr.next=8;break}return nr=tr.slice(rr,ar),mr.next=4,Et(nr);case 4:return ur=mr.sent,mr.abrupt("return",$.from(ur));case 8:if(!he(tr)){mr.next=12;break}return mr.abrupt("return",tr.subarray(rr,ar));case 12:throw new Error("_createBuffer requires File/Blob/Buffer.");case 13:case"end":return mr.stop()}},kt)}));function qe(kt,tr,rr){return Ue.apply(this,arguments)}return qe}(),Ne._getPartSize=function(qe,kt){var tr=1e4,rr=1*1024*1024;kt||(kt=rr);var ar=Math.ceil(qe/tr);return kt<ar&&(kt=ar,console.warn("partSize has been set to ".concat(kt,", because the partSize you provided causes partNumber to be greater than 10,000"))),kt},Ne._divideParts=function(qe,kt){for(var tr=Math.ceil(qe/kt),rr=[],ar=0;ar<tr;ar++){var nr=kt*ar,ur=Math.min(nr+kt,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,_e=n("../common/utils/isFile"),Ce=_e.isFile,he=n("../common/utils/isBuffer"),Ne=he.isBuffer,Fe=n("../common/utils/obj2xml"),Ve=Fe.obj2xml,jt=L;jt.append=function(){var Et=(0,V.default)(j.default.mark(function qe(kt,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(kt,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 Ue(qe,kt,tr){return Et.apply(this,arguments)}return Ue}(),jt.put=function(){var Et=(0,V.default)(j.default.mark(function qe(kt,tr,rr){var ar,nr,ur,cr,mr;return j.default.wrap(function(br){for(;;)switch(br.prev=br.next){case 0:if(rr=rr||{},rr.disabledMD5=rr.disabledMD5===void 0?!0:!!rr.disabledMD5,rr.headers=rr.headers||{},kt=this._objectName(kt),!Ne(tr)){br.next=8;break}ar=tr,br.next=19;break;case 8:if(!(Ie(tr)||Ce(tr))){br.next=18;break}return rr.mime||(Ce(tr)?rr.mime=oe.getType(ie.extname(tr.name)):rr.mime=tr.type),br.next=12,this._createBuffer(tr,0,tr.size);case 12:return ar=br.sent,br.next=15,this._getFileSize(tr);case 15:rr.contentLength=br.sent,br.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,kt,rr),ue.encodeCallback(ur,rr),ur.mime=rr.mime,ur.disabledMD5=rr.disabledMD5,ur.content=ar,ur.successStatuses=[200],br.next=29,this.request(ur);case 29:return cr=br.sent,mr={name:kt,url:this._objectUrl(kt),res:cr.res},ur.headers&&ur.headers["x-oss-callback"]&&(mr.data=JSON.parse(cr.data.toString())),br.abrupt("return",mr);case 33:case"end":return br.stop()}},qe,this)}));function Ue(qe,kt,tr){return Et.apply(this,arguments)}return Ue}(),jt.putStream=function(){var Et=(0,V.default)(j.default.mark(function qe(kt,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||{},kt=this._objectName(kt),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,kt,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:kt,url:this._objectUrl(kt),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 Ue(qe,kt,tr){return Et.apply(this,arguments)}return Ue}(),de(jt,n("../common/object/copyObject")),de(jt,n("../common/object/getObjectTagging")),de(jt,n("../common/object/putObjectTagging")),de(jt,n("../common/object/deleteObjectTagging")),de(jt,n("../common/image")),de(jt,n("../common/object/getBucketVersions")),de(jt,n("../common/object/getACL")),de(jt,n("../common/object/putACL")),de(jt,n("../common/object/head")),de(jt,n("../common/object/delete")),de(jt,n("../common/object/get")),de(jt,n("../common/object/putSymlink")),de(jt,n("../common/object/getSymlink")),de(jt,n("../common/object/deleteMulti")),de(jt,n("../common/object/getObjectMeta")),de(jt,n("../common/object/getObjectUrl")),de(jt,n("../common/object/generateObjectUrl")),de(jt,n("../common/object/signatureUrl")),de(jt,n("../common/object/asyncSignatureUrl")),de(jt,n("../common/object/signatureUrlV4")),jt.putMeta=function(){var Et=(0,V.default)(j.default.mark(function qe(kt,tr,rr){var ar;return j.default.wrap(function(ur){for(;;)switch(ur.prev=ur.next){case 0:return ur.next=2,this.copy(kt,kt,{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 Ue(qe,kt,tr){return Et.apply(this,arguments)}return Ue}(),jt.list=function(){var Et=(0,V.default)(j.default.mark(function qe(kt,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=kt,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(br){return{name:br.Key,url:ur._objectUrl(br.Key),lastModified:br.LastModified,etag:br.ETag,type:br.Type,size:Number(br.Size),storageClass:br.StorageClass,owner:{id:br.Owner.ID,displayName:br.Owner.DisplayName}}})),cr=ar.data.CommonPrefixes||null,cr&&(Array.isArray(cr)||(cr=[cr]),cr=cr.map(function(br){return br.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 Ue(qe,kt){return Et.apply(this,arguments)}return Ue}(),jt.listV2=function(){var Et=(0,V.default)(j.default.mark(function qe(kt){var tr,rr,ar,nr,ur,cr,mr,hr=arguments;return j.default.wrap(function(Rr){for(;;)switch(Rr.prev=Rr.next){case 0:return tr=hr.length>1&&hr[1]!==void 0?hr[1]:{},rr=kt["continuation-token"]||kt.continuationToken,rr&&(tr.subres=Object.assign({"continuation-token":rr},tr.subres)),ar=this._objectRequestParams("GET","",tr),ar.query=Object.assign({"list-type":2},kt),delete ar.query["continuation-token"],delete ar.query.continuationToken,ar.xmlResponse=!0,ar.successStatuses=[200],Rr.next=11,this.request(ar);case 11:return nr=Rr.sent,ur=nr.data.Contents||[],cr=this,ur&&(Array.isArray(ur)||(ur=[ur]),ur=ur.map(function(xr){var Er=null;return xr.Owner&&(Er={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:Er}})),mr=nr.data.CommonPrefixes||null,mr&&(Array.isArray(mr)||(mr=[mr]),mr=mr.map(function(xr){return xr.Prefix})),Rr.abrupt("return",{res:nr.res,objects:ur,prefixes:mr,isTruncated:nr.data.IsTruncated==="true",keyCount:+nr.data.KeyCount,continuationToken:nr.data.ContinuationToken||null,nextContinuationToken:nr.data.NextContinuationToken||null});case 18:case"end":return Rr.stop()}},qe,this)}));function Ue(qe){return Et.apply(this,arguments)}return Ue}(),jt.restore=function(){var Et=(0,V.default)(j.default.mark(function qe(kt){var tr,rr,ar,nr,ur=arguments;return j.default.wrap(function(mr){for(;;)switch(mr.prev=mr.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",kt,tr),tr.type==="ColdArchive"&&(ar={RestoreRequest:{Days:tr.Days?tr.Days:2,JobParameters:{Tier:tr.JobParameters?tr.JobParameters:"Standard"}}},rr.content=Ve(ar,{headers:!0}),rr.mime="xml"),rr.successStatuses=[202],mr.next=9,this.request(rr);case 9:return nr=mr.sent,mr.abrupt("return",{res:nr.res});case 11:case"end":return mr.stop()}},qe,this)}));function Ue(qe){return Et.apply(this,arguments)}return Ue}(),jt._objectUrl=function(Ue){return this._getReqUrl({bucket:this.options.bucket,object:Ue})},jt._objectRequestParams=function(Ue,qe,kt){if(!this.options.bucket&&!this.options.cname)throw new Error("Please create a bucket first");kt=kt||{},qe=this._objectName(qe);var tr={object:qe,bucket:this.options.bucket,method:Ue,subres:kt&&kt.subres,additionalHeaders:kt&&kt.additionalHeaders,timeout:kt&&kt.timeout,ctx:kt&&kt.ctx};return kt.headers&&(tr.headers={},re(kt.headers).to(tr.headers)),tr},jt._objectName=function(Ue){return Ue.replace(/^\/+/,"")},jt._convertMetaToHeaders=function(Ue,qe){Ue&&Object.keys(Ue).forEach(function(kt){qe["x-oss-meta-".concat(kt)]=Ue[kt]})},jt._deleteFileSafe=function(Ue){var qe=this;return new Promise(function(kt){z.exists(Ue,function(tr){tr?z.unlink(Ue,function(rr){rr&&qe.debug("unlink %j error: %s",Ue,rr,"error"),kt()}):kt()})})}},{"../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,_e;return j.default.wrap(function(he){for(;;)switch(he.prev=he.next){case 0:return z.checkBucketName(ue),Ie=this._bucketRequestParams("POST",ue,{wormId:de},pe),he.next=4,this.request(Ie);case 4:return _e=he.sent,he.abrupt("return",{res:_e.res,status:_e.status});case 6:case"end":return he.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,_e,Ce,he=arguments;return j.default.wrap(function(Fe){for(;;)switch(Fe.prev=Fe.next){case 0:return pe=he.length>2&&he[2]!==void 0?he[2]:{},Ie=Object.assign({inventory:"",inventoryId:de},pe.subres),z.checkBucketName(ue),_e=this._bucketRequestParams("DELETE",ue,Ie,pe),_e.successStatuses=[204],Fe.next=7,this.request(_e);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 _e,Ce;return j.default.wrap(function(Ne){for(;;)switch(Ne.prev=Ne.next){case 0:return re(pe),_e=this._bucketRequestParams("DELETE",pe,"lifecycle",Ie),_e.successStatuses=[204],Ne.next=5,this.request(_e);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 _e,Ce;return j.default.wrap(function(Ne){for(;;)switch(Ne.prev=Ne.next){case 0:return re(pe),_e=this._bucketRequestParams("DELETE",pe,"website",Ie),_e.successStatuses=[204],Ne.next=5,this.request(_e);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,_e){var Ce,he,Ne;return j.default.wrap(function(Ve){for(;;)switch(Ve.prev=Ve.next){case 0:return z.checkBucketName(de),Ce=this._bucketRequestParams("POST",de,{wormExtend:"",wormId:pe},_e),he={ExtendWormConfiguration:{RetentionPeriodInDays:Ie}},Ce.mime="xml",Ce.content=re.obj2xml(he,{headers:!0}),Ce.successStatuses=[200],Ve.next=8,this.request(Ce);case 8:return Ne=Ve.sent,Ve.abrupt("return",{res:Ne.res,status:Ne.status});case 10:case"end":return Ve.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,_e,Ce,he,Ne=arguments;return j.default.wrap(function(Ve){for(;;)switch(Ve.prev=Ve.next){case 0:return Ie=Ne.length>2&&Ne[2]!==void 0?Ne[2]:{},_e=Object.assign({inventory:"",inventoryId:pe},Ie.subres),z.checkBucketName(de),Ce=this._bucketRequestParams("GET",de,_e,Ie),Ce.successStatuses=[200],Ce.xmlResponse=!0,Ve.next=8,this.request(Ce);case 8:return he=Ve.sent,Ve.abrupt("return",{status:he.status,res:he.res,inventory:re.formatInventoryConfig(he.data)});case 10:case"end":return Ve.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(he,Ne){var Fe,Ve,jt;return j.default.wrap(function(Ue){for(;;)switch(Ue.prev=Ue.next){case 0:return re(he),Fe=this._bucketRequestParams("GET",he,"lifecycle",Ne),Fe.successStatuses=[200],Fe.xmlResponse=!0,Ue.next=6,this.request(Fe);case 6:return Ve=Ue.sent,jt=Ve.data.Rule||null,jt&&(oe(jt)||(jt=[jt]),jt=jt.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")})),Ue.abrupt("return",{rules:jt,res:Ve.res});case 10:case"end":return Ue.stop()}},Ce,this)}));function _e(Ce,he){return Ie.apply(this,arguments)}return _e}()},{"../utils/checkBucketName":52,"../utils/formatObjKey":63,"../utils/isArray":66,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.array.map.js":318}],15:[function(n,k,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 _e,Ce,he;return j.default.wrap(function(Fe){for(;;)switch(Fe.prev=Fe.next){case 0:return re(pe),_e=this._bucketRequestParams("GET",pe,"versioning",Ie),_e.xmlResponse=!0,_e.successStatuses=[200],Fe.next=6,this.request(_e);case 6:return Ce=Fe.sent,he=Ce.data.Status,Fe.abrupt("return",{status:Ce.status,versionStatus:he,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(_e,Ce){var he,Ne,Fe;return j.default.wrap(function(jt){for(;;)switch(jt.prev=jt.next){case 0:return re(_e),he=this._bucketRequestParams("GET",_e,"website",Ce),he.successStatuses=[200],he.xmlResponse=!0,jt.next=6,this.request(he);case 6:return Ne=jt.sent,Fe=[],Ne.data.RoutingRules&&Ne.data.RoutingRules.RoutingRule&&(oe(Ne.data.RoutingRules.RoutingRule)?Fe=[Ne.data.RoutingRules.RoutingRule]:Fe=Ne.data.RoutingRules.RoutingRule),jt.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 jt.stop()}},Ie,this)}));function pe(Ie,_e){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,_e;return j.default.wrap(function(he){for(;;)switch(he.prev=he.next){case 0:return z.checkBucketName(de),Ie=this._bucketRequestParams("GET",de,"worm",pe),Ie.successStatuses=[200],Ie.xmlResponse=!0,he.next=6,this.request(Ie);case 6:return _e=he.sent,re.dataFix(_e.data,{lowerFirst:!0,rename:{RetentionPeriodInDays:"days"}}),he.abrupt("return",Object.assign(Object.assign({},_e.data),{res:_e.res,status:_e.status}));case 9:case"end":return he.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 _e,Ce,he;return j.default.wrap(function(Fe){for(;;)switch(Fe.prev=Fe.next){case 0:return re.checkBucketName(de),_e=this._bucketRequestParams("POST",de,"worm",Ie),Ce={InitiateWormConfiguration:{RetentionPeriodInDays:pe}},_e.mime="xml",_e.content=z.obj2xml(Ce,{headers:!0}),_e.successStatuses=[200],Fe.next=8,this.request(_e);case 8:return he=Fe.sent,Fe.abrupt("return",{res:he.res,wormId:he.res.headers["x-oss-worm-id"],status:he.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,_e,Ce,he,Ne,Fe,Ve,jt=arguments;return j.default.wrap(function(Ue){for(;;)switch(Ue.prev=Ue.next){case 0:return pe=jt.length>1&&jt[1]!==void 0?jt[1]:{},Ie=pe.continuationToken,_e=Object.assign({inventory:""},Ie&&{"continuation-token":Ie},pe.subres),z.checkBucketName(de),Ce=this._bucketRequestParams("GET",de,_e,pe),Ce.successStatuses=[200],Ce.xmlResponse=!0,Ue.next=9,this.request(Ce);case 9:return he=Ue.sent,Ne=he.data,Fe=he.res,Ve=he.status,Ue.abrupt("return",{isTruncated:Ne.IsTruncated==="true",nextContinuationToken:Ne.NextContinuationToken,inventoryList:re.formatInventoryConfig(Ne.InventoryConfiguration,!0),status:Ve,res:Fe});case 12:case"end":return Ue.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,_e,Ce,he,Ne,Fe,Ve,jt,Et,Ue,qe,kt=arguments;return j.default.wrap(function(rr){for(;;)switch(rr.prev=rr.next){case 0:return Ie=kt.length>2&&kt[2]!==void 0?kt[2]:{},_e=Object.assign({inventory:"",inventoryId:pe.id},Ie.subres),z.checkBucketName(de),Ce=pe.OSSBucketDestination,he=pe.optionalFields,Ne=pe.includedObjectVersions,Fe="acs:oss:::",Ve="acs:ram::".concat(Ce.accountId,":role/"),jt={InventoryConfiguration:{Id:pe.id,IsEnabled:pe.isEnabled,Filter:{Prefix:pe.prefix||""},Destination:{OSSBucketDestination:{Format:Ce.format,AccountId:Ce.accountId,RoleArn:"".concat(Ve).concat(Ce.rolename),Bucket:"".concat(Fe).concat(Ce.bucket),Prefix:Ce.prefix||"",Encryption:Ce.encryption||""}},Schedule:{Frequency:pe.frequency},IncludedObjectVersions:Ne,OptionalFields:{Field:(he==null?void 0:he.field)||[]}}},Et=re.obj2xml(jt,{headers:!0,firstUpperCase:!0}),Ue=this._bucketRequestParams("PUT",de,_e,Ie),Ue.successStatuses=[200],Ue.mime="xml",Ue.content=Et,rr.next=14,this.request(Ue);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,_e=n("../utils/obj2xml"),Ce=_e.obj2xml,he=n("../utils/checkObjectTag"),Ne=he.checkObjectTag,Fe=n("../utils/getStrBytesCount"),Ve=Fe.getStrBytesCount,jt=L;jt.putBucketLifecycle=function(){var ar=(0,V.default)(j.default.mark(function ur(cr,mr,hr){var br,Rr,xr,Er,vr;return j.default.wrap(function(Lr){for(;;)switch(Lr.prev=Lr.next){case 0:if(re(cr),oe(mr)){Lr.next=3;break}throw new Error("rules must be Array");case 3:return br=this._bucketRequestParams("PUT",cr,"lifecycle",hr),Rr=[],xr={LifecycleConfiguration:{Rule:Rr}},mr.forEach(function(gr){Et(gr),rr(gr),gr.id&&(gr.ID=gr.id,delete gr.id),Rr.push(gr)}),Er=Ce(xr,{headers:!0,firstUpperCase:!0}),br.content=Er,br.mime="xml",br.successStatuses=[200],Lr.next=13,this.request(br);case 13:return vr=Lr.sent,Lr.abrupt("return",{res:vr.res});case 15:case"end":return Lr.stop()}},ur,this)}));function nr(ur,cr,mr){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 Ue(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 kt(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&&Ve(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),Ue(ar.transition,"Transition")),ar.expiration){if(!ar.expiration.expiredObjectDeleteMarker)Ue(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&&Ue(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");kt(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(_e,Ce){var he,Ne,Fe,Ve,jt=arguments;return j.default.wrap(function(Ue){for(;;)switch(Ue.prev=Ue.next){case 0:if(he=jt.length>2&&jt[2]!==void 0?jt[2]:{},re(_e),["Enabled","Suspended"].includes(Ce)){Ue.next=4;break}throw new Error("status must be Enabled or Suspended");case 4:return Ne=this._bucketRequestParams("PUT",_e,"versioning",he),Fe={VersioningConfiguration:{Status:Ce}},Ne.mime="xml",Ne.content=oe(Fe,{headers:!0}),Ue.next=10,this.request(Ne);case 10:return Ve=Ue.sent,Ue.abrupt("return",{res:Ve.res,status:Ve.status});case 12:case"end":return Ue.stop()}},Ie,this)}));function pe(Ie,_e){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(he){var Ne,Fe,Ve,jt,Et,Ue,qe,kt=arguments;return j.default.wrap(function(rr){for(;;)switch(rr.prev=rr.next){case 0:if(Ne=kt.length>1&&kt[1]!==void 0?kt[1]:{},Fe=kt.length>2?kt[2]:void 0,re(he),Ve=this._bucketRequestParams("PUT",he,"website",Fe),jt={Suffix:Ne.index||"index.html"},Et={IndexDocument:jt},Ue={WebsiteConfiguration:Et},Ne.supportSubDir&&(jt.SupportSubDir=Ne.supportSubDir),Ne.type&&(jt.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 Ue=oe(Ue),Ve.content=Ue,Ve.mime="xml",Ve.successStatuses=[200],rr.next=20,this.request(Ve);case 20:return qe=rr.sent,rr.abrupt("return",{res:qe.res});case 22:case"end":return rr.stop()}},Ce,this)}));function _e(Ce){return Ie.apply(this,arguments)}return _e}()},{"../utils/checkBucketName":52,"../utils/isArray":66,"../utils/obj2xml":75,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93}],24:[function(n,k,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 _e="/";de.bucket&&this.options.sldEnable&&(_e+="".concat(de.bucket,"/")),de.object&&(_e+=this._escape(de.object).replace(/\+/g,"%2B")),pe.pathname=_e;var Ce={};if(de.query&&z.default(Ce,de.query),de.subres){var he={};re.default.string(de.subres)?he[de.subres]="":re.default.array(de.subres)?de.subres.forEach(function(Ne){he[Ne]=""}):he=de.subres,z.default(Ce,he)}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 _e=j.parse(pe);if(_e.protocol||(_e=j.parse("http".concat(Ie?"s":"","://").concat(pe))),_e.protocol!=="http:"&&_e.protocol!=="https:")throw new Error("Endpoint protocol must be http or https.");return _e}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(he,Ne,Fe,Ve){var jt,Et,Ue,qe;return j.default.wrap(function(tr){for(;;)switch(tr.prev=tr.next){case 0:return pe(he,"sourceObject"),pe(Ne,"targetObject"),pe(Fe,"process"),Ne=this._objectName(Ne),Ve&&re(Ve),jt=this._objectRequestParams("POST",he,{subres:"x-oss-process"}),Et=Ve?",b_".concat(ue(Ve)):"",Ne=ue(Ne),Ue={"x-oss-process":"".concat(Fe,"|sys/saveas,o_").concat(Ne).concat(Et)},jt.content=ie.stringify(Ue),tr.next=12,this.request(jt);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 _e(Ce,he,Ne,Fe){return Ie.apply(this,arguments)}return _e}();function pe(Ie,_e){if(!Ie)throw new Error("".concat(_e," is required"));if(typeof Ie!="string")throw new Error("".concat(_e," must be String"))}},{"../utils/checkBucketName":52,"@babel/runtime/helpers/asyncToGenerator":82,"@babel/runtime/helpers/interopRequireDefault":84,"@babel/runtime/regenerator":93,"core-js/modules/es.array.concat.js":310,"js-base64":415,querystring:453}],29:[function(n,k,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,_e,Ce,he){var Ne,Fe,Ve,jt,Et,Ue=arguments;return j.default.wrap(function(kt){for(;;)switch(kt.prev=kt.next){case 0:return Ne=Ue.length>5&&Ue[5]!==void 0?Ue[5]:{},Ne.headers=Ne.headers||{},Fe=Ne.versionId||Ne.subres&&Ne.subres.versionId||null,Fe?Ve="/".concat(he.sourceBucketName,"/").concat(encodeURIComponent(he.sourceKey),"?versionId=").concat(Fe):Ve="/".concat(he.sourceBucketName,"/").concat(encodeURIComponent(he.sourceKey)),Ne.headers["x-oss-copy-source"]=Ve,Ce&&(Ne.headers["x-oss-copy-source-range"]="bytes=".concat(Ce)),Ne.subres={partNumber:_e,uploadId:Ie},jt=this._objectRequestParams("PUT",pe,Ne),jt.mime=Ne.mime,jt.successStatuses=[200],kt.next=12,this.request(jt);case 12:return Et=kt.sent,kt.abrupt("return",{name:pe,etag:Et.res.headers.etag,res:Et.res});case 14:case"end":return kt.stop()}},de,this)}));function ue(de,pe,Ie,_e,Ce){return oe.apply(this,arguments)}return ue}(),ie.multipartUploadCopy=function(){var oe=(0,V.default)(j.default.mark(function de(pe,Ie){var _e,Ce,he,Ne,Fe,Ve,jt,Et,Ue,qe,kt,tr,rr=arguments;return j.default.wrap(function(nr){for(;;)switch(nr.prev=nr.next){case 0:return _e=rr.length>2&&rr[2]!==void 0?rr[2]:{},this.resetCancelFlag(),Ce=_e.versionId,he=Ce===void 0?null:Ce,Ne={versionId:he},nr.next=6,this._getObjectMeta(Ie.sourceBucketName,Ie.sourceKey,Ne);case 6:if(Fe=nr.sent,Ve=Fe.res.headers["content-length"],Ie.startOffset=Ie.startOffset||0,Ie.endOffset=Ie.endOffset||Ve,!(_e.checkpoint&&_e.checkpoint.uploadId)){nr.next=14;break}return nr.next=13,this._resumeMultipartCopy(_e.checkpoint,Ie,_e);case 13:return nr.abrupt("return",nr.sent);case 14:if(jt=102400,Et=Ie.endOffset-Ie.startOffset,!(Et<jt)){nr.next=18;break}throw new Error("copySize must not be smaller than ".concat(jt));case 18:if(!(_e.partSize&&_e.partSize<jt)){nr.next=20;break}throw new Error("partSize must not be smaller than ".concat(jt));case 20:return nr.next=22,this.initMultipartUpload(pe,_e);case 22:if(Ue=nr.sent,qe=Ue.uploadId,kt=this._getPartSize(Et,_e.partSize),tr={name:pe,copySize:Et,partSize:kt,uploadId:qe,doneParts:[]},!(_e&&_e.progress)){nr.next=29;break}return nr.next=29,_e.progress(0,tr,Ue.res);case 29:return nr.next=31,this._resumeMultipartCopy(tr,Ie,_e);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,_e){var Ce,he,Ne,Fe,Ve,jt,Et,Ue,qe,kt,tr,rr,ar,nr,ur,cr,mr,hr,br,Rr,xr;return j.default.wrap(function(vr){for(;;)switch(vr.prev=vr.next){case 0:if(!this.isCancel()){vr.next=2;break}throw this._makeCancelEvent();case 2:if(Ce=_e.versionId,he=Ce===void 0?null:Ce,Ne={versionId:he},Fe=pe.copySize,Ve=pe.partSize,jt=pe.uploadId,Et=pe.doneParts,Ue=pe.name,qe=this._divideMultipartCopyParts(Fe,Ve,Ie.startOffset),kt=qe.length,tr={headers:{}},_e.copyheaders&&re(_e.copyheaders).to(tr.headers),he&&re(Ne).to(tr),rr=function(Lr,gr,_r){return new Promise(function(){var Fr=(0,V.default)(j.default.mark(function zr(Vr,Gr){var Tr,Cr,Mr;return j.default.wrap(function(Sr){for(;;)switch(Sr.prev=Sr.next){case 0:if(Sr.prev=0,Lr.isCancel()){Sr.next=22;break}return Tr=qe[gr-1],Cr="".concat(Tr.start,"-").concat(Tr.end-1),Sr.prev=4,Sr.next=7,Lr.uploadPartCopy(Ue,jt,gr,Cr,_r,tr);case 7:Mr=Sr.sent,Sr.next=15;break;case 10:if(Sr.prev=10,Sr.t0=Sr.catch(4),Sr.t0.status!==404){Sr.next=14;break}throw Lr._makeAbortEvent();case 14:throw Sr.t0;case 15:if(Lr.isCancel()){Sr.next=22;break}if(z("content-range ".concat(Mr.res.headers["content-range"])),Et.push({number:gr,etag:Mr.res.headers.etag}),pe.doneParts=Et,!(_e&&_e.progress)){Sr.next=22;break}return Sr.next=22,_e.progress(Et.length/kt,pe,Mr.res);case 22:Vr(),Sr.next=29;break;case 25:Sr.prev=25,Sr.t1=Sr.catch(0),Sr.t1.partNum=gr,Gr(Sr.t1);case 29:case"end":return Sr.stop()}},zr,null,[[0,25],[4,10]])}));return function(zr,Vr){return Fr.apply(this,arguments)}}())},ar=Array.from(new Array(kt),function(Ir,Lr){return Lr+1}),nr=Et.map(function(Ir){return Ir.number}),ur=ar.filter(function(Ir){return nr.indexOf(Ir)<0}),cr=5,mr=_e.parallel||cr,!(this.checkBrowserAndVersion("Internet Explorer","10")||mr===1)){vr.next=28;break}hr=0;case 18:if(!(hr<ur.length)){vr.next=26;break}if(!this.isCancel()){vr.next=21;break}throw this._makeCancelEvent();case 21:return vr.next=23,rr(this,ur[hr],Ie);case 23:hr++,vr.next=18;break;case 26:vr.next=40;break;case 28:return vr.next=30,this._parallelNode(ur,mr,rr,Ie);case 30:if(br=vr.sent,Rr=br.find(function(Ir){return Ir.name==="abort"}),!Rr){vr.next=34;break}throw Rr;case 34:if(!this.isCancel()){vr.next=36;break}throw this._makeCancelEvent();case 36:if(!(br&&br.length>0)){vr.next=40;break}throw xr=br[0],xr.message="Failed to copy some parts with error: ".concat(xr.toString()," part_num: ").concat(xr.partNum),xr;case 40:return vr.next=42,this.completeMultipartUpload(Ue,jt,Et,_e);case 42:return vr.abrupt("return",vr.sent);case 43:case"end":return vr.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),_e=[],Ce=0;Ce<Ie;Ce++){var he=de*Ce+pe,Ne=Math.min(he+de,ue+pe);_e.push({start:he,end:Ne})}return _e},ie._getObjectMeta=function(){var oe=(0,V.default)(j.default.mark(function de(pe,Ie,_e){var Ce,he;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,_e);case 4:return he=Fe.sent,this.setBucket(Ce),Fe.abrupt("return",he);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"),_e=Ie.omit,Ce=L;Ce.listUploads=function(){var he=(0,z.default)(V.default.mark(function Fe(Ve,jt){var Et,Ue,qe,kt;return V.default.wrap(function(rr){for(;;)switch(rr.prev=rr.next){case 0:return jt=jt||{},Et={},re(jt).to(Et),Et.subres="uploads",Ue=this._objectRequestParams("GET","",Et),Ue.query=Ve,Ue.xmlResponse=!0,Ue.successStatuses=[200],rr.next=10,this.request(Ue);case 10:return qe=rr.sent,kt=qe.data.Upload||[],Array.isArray(kt)||(kt=[kt]),kt=kt.map(function(ar){return{name:ar.Key,uploadId:ar.UploadId,initiated:ar.Initiated}}),rr.abrupt("return",{res:qe.res,uploads:kt,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,Ve){return he.apply(this,arguments)}return Ne}(),Ce.listParts=function(){var he=(0,z.default)(V.default.mark(function Fe(Ve,jt,Et,Ue){var qe,kt,tr;return V.default.wrap(function(ar){for(;;)switch(ar.prev=ar.next){case 0:return Ue=Ue||{},qe={},re(Ue).to(qe),qe.subres={uploadId:jt},kt=this._objectRequestParams("GET",Ve,qe),kt.query=Et,kt.xmlResponse=!0,kt.successStatuses=[200],ar.next=10,this.request(kt);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,Ve,jt,Et){return he.apply(this,arguments)}return Ne}(),Ce.abortMultipartUpload=function(){var he=(0,z.default)(V.default.mark(function Fe(Ve,jt,Et){var Ue,qe,kt;return V.default.wrap(function(rr){for(;;)switch(rr.prev=rr.next){case 0:return this._stop(),Et=Et||{},Ue={},re(Et).to(Ue),Ue.subres={uploadId:jt},qe=this._objectRequestParams("DELETE",Ve,Ue),qe.successStatuses=[204],rr.next=9,this.request(qe);case 9:return kt=rr.sent,rr.abrupt("return",{res:kt.res});case 11:case"end":return rr.stop()}},Fe,this)}));function Ne(Fe,Ve,jt){return he.apply(this,arguments)}return Ne}(),Ce.initMultipartUpload=function(){var he=(0,z.default)(V.default.mark(function Fe(Ve,jt){var Et,Ue,qe;return V.default.wrap(function(tr){for(;;)switch(tr.prev=tr.next){case 0:return jt=jt||{},Et={},re(jt).to(Et),Et.headers=Et.headers||{},this._convertMetaToHeaders(jt.meta,Et.headers),Et.subres="uploads",Ue=this._objectRequestParams("POST",Ve,Et),Ue.mime=jt.mime,Ue.xmlResponse=!0,Ue.successStatuses=[200],tr.next=12,this.request(Ue);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,Ve){return he.apply(this,arguments)}return Ne}(),Ce.uploadPart=function(){var he=(0,z.default)(V.default.mark(function Fe(Ve,jt,Et,Ue,qe,kt,tr){var rr,ar;return V.default.wrap(function(ur){for(;;)switch(ur.prev=ur.next){case 0:if(rr={size:kt-qe},ar=$&&$.browser,!ar){ur.next=8;break}return ur.next=5,this._createBuffer(Ue,qe,kt);case 5:rr.content=ur.sent,ur.next=11;break;case 8:return ur.next=10,this._createStream(Ue,qe,kt);case 10:rr.stream=ur.sent;case 11:return ur.next=13,this._uploadPart(Ve,jt,Et,rr,tr);case 13:return ur.abrupt("return",ur.sent);case 14:case"end":return ur.stop()}},Fe,this)}));function Ne(Fe,Ve,jt,Et,Ue,qe,kt){return he.apply(this,arguments)}return Ne}(),Ce.completeMultipartUpload=function(){var he=(0,z.default)(V.default.mark(function Fe(Ve,jt,Et,Ue){var qe,kt,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(br,Rr){return br.number-Rr.number}).filter(function(br,Rr,xr){return!Rr||br.number!==xr[Rr-1].number}),kt=`<?xml version="1.0" encoding="UTF-8"?>
<CompleteMultipartUpload>
`,tr=0;tr<qe.length;tr++)rr=qe[tr],kt+=`<Part>
`,kt+="<PartNumber>".concat(rr.number,`</PartNumber>
`),kt+="<ETag>".concat(rr.etag,`</ETag>
`),kt+=`</Part>
`;return kt+="</CompleteMultipartUpload>",Ue=Ue||{},ar={},ar=ue(Ue,function(br){if(pe(br))return null}),ar.subres={uploadId:jt},ar.headers=_e(ar.headers,["x-oss-server-side-encryption","x-oss-storage-class"]),nr=this._objectRequestParams("POST",Ve,ar),ie.encodeCallback(nr,ar),nr.mime="xml",nr.content=kt,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,!Ue.progress){hr.next=21;break}return hr.next=21,Ue.progress(1,null,ur.res);case 21:return cr={res:ur.res,bucket:nr.bucket,name:Ve,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,Ve,jt,Et){return he.apply(this,arguments)}return Ne}(),Ce._uploadPart=function(){var he=(0,z.default)(V.default.mark(function Fe(Ve,jt,Et,Ue,qe){var kt,tr,rr,ar;return V.default.wrap(function(ur){for(;;)switch(ur.prev=ur.next){case 0:return qe=qe||{},kt={},re(qe).to(kt),kt.headers=kt.headers||{},kt.headers["Content-Length"]=Ue.size,kt.headers=_e(kt.headers,["x-oss-server-side-encryption","x-oss-storage-class"]),kt.subres={partNumber:Et,uploadId:jt},tr=this._objectRequestParams("PUT",Ve,kt),tr.mime=kt.mime,rr=$&&$.browser,rr?tr.content=Ue.content:tr.stream=Ue.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 Ue.stream&&(Ue.stream=null,tr.stream=null),ur.abrupt("return",{name:Ve,etag:ar.res.headers.etag,res:ar.res});case 20:case"end":return ur.stop()}},Fe,this)}));function Ne(Fe,Ve,jt,Et,Ue){return he.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,_e=n("../utils/isFunction"),Ce=_e.isFunction,he=L;he.asyncSignatureUrl=function(){var Ne=(0,V.default)(j.default.mark(function Ve(jt,Et){var Ue,qe,kt,tr,rr,ar,nr=arguments;return j.default.wrap(function(cr){for(;;)switch(cr.prev=cr.next){case 0:if(Ue=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(!(Ue&&/^\?/.test(jt))){cr.next=5;break}throw new Error("Invalid object name ".concat(jt));case 5:if(Et=Et||{},jt=this._objectName(jt),Et.method=Et.method||"GET",qe=re.timestamp()+(Et.expires||1800),kt={bucket:this.options.bucket,object:jt},tr=this._getResource(kt),!(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(kt)),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()}},Ve,this)}));function Fe(Ve,jt){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(_e,Ce,he,Ne){var Fe,Ve,jt;return j.default.wrap(function(Ue){for(;;)switch(Ue.prev=Ue.next){case 0:return(0,V.default)(he)==="object"&&(Ne=he),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,he),Ne.versionId&&(Ce="".concat(Ce,"?versionId=").concat(Ne.versionId)),Ne.headers["x-oss-copy-source"]=Ce,Fe=this._objectRequestParams("PUT",_e,Ne),Fe.xmlResponse=!0,Fe.successStatuses=[200,304],Ue.next=14,this.request(Fe);case 14:return Ve=Ue.sent,jt=Ve.data,jt&&(jt={etag:jt.ETag,lastModified:jt.LastModified}),Ue.abrupt("return",{data:jt,res:Ve.res});case 18:case"end":return Ue.stop()}},Ie,this)}));function pe(Ie,_e,Ce,he){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,_e=arguments;return j.default.wrap(function(he){for(;;)switch(he.prev=he.next){case 0:return de=_e.length>1&&_e[1]!==void 0?_e[1]:{},de.subres=Object.assign({},de.subres),de.versionId&&(de.subres.versionId=de.versionId),pe=this._objectRequestParams("DELETE",ue,de),pe.successStatuses=[204],he.next=7,this.request(pe);case 7:return Ie=he.sent,he.abrupt("return",{res:Ie.res});case 9:case"end":return he.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 _e,Ce,he,Ne,Fe,Ve,jt,Et,Ue,qe,kt,tr,rr,ar=arguments;return j.default.wrap(function(ur){for(;;)switch(ur.prev=ur.next){case 0:if(_e=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(he=0;he<Ie.length;he++)Ne={},typeof Ie[he]=="string"?Ne.Key=z.escape(this._objectName(Ie[he])):(Fe=Ie[he],Ve=Fe.key,jt=Fe.versionId,Ne.Key=z.escape(this._objectName(Ve)),Ne.VersionId=jt),Ce.push(Ne);return Et={Delete:{Quiet:!!_e.quiet,Object:Ce}},Ue=ie(Et,{headers:!0}),_e.subres=Object.assign({delete:""},_e.subres),_e.versionId&&(_e.subres.versionId=_e.versionId),qe=this._objectRequestParams("POST","",_e),qe.mime="xml",qe.content=Ue,qe.xmlResponse=!0,qe.successStatuses=[200],ur.next=16,this.request(qe);case 16:return kt=ur.sent,tr=kt.data,rr=tr&&tr.Deleted||null,rr&&(Array.isArray(rr)||(rr=[rr])),ur.abrupt("return",{res:kt.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,_e=arguments;return j.default.wrap(function(he){for(;;)switch(he.prev=he.next){case 0:return de=_e.length>1&&_e[1]!==void 0?_e[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],he.next=8,this.request(pe);case 8:return Ie=he.sent,he.abrupt("return",{status:Ie.status,res:Ie.res});case 10:case"end":return he.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 _e(Ce,he){var Ne,Fe,Ve,jt,Et,Ue,qe,kt,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,Ve=!1,ie.writableStream(he)?Fe=he:ie.string(he)?(Fe=re.createWriteStream(he),Ve=!0):ue(he)&&(Ne=he),Ne=Ne||{},jt=$&&$.browser,Et=Ne.responseCacheControl===null?"":"no-cache",Ue=jt&&Et?{"response-cache-control":Et}:{},Ne.subres=Object.assign(Ue,Ne.subres),Ne.versionId&&(Ne.subres.versionId=Ne.versionId),Ne.process&&(Ne.subres["x-oss-process"]=Ne.process),ar.prev=11,kt=this._objectRequestParams("GET",Ce,Ne),kt.writeStream=Fe,kt.successStatuses=[200,206,304],ar.next=17,this.request(kt);case 17:qe=ar.sent,Ve&&Fe.destroy(),ar.next=28;break;case 21:if(ar.prev=21,ar.t0=ar.catch(11),!Ve){ar.next=27;break}return Fe.destroy(),ar.next=27,this._deleteFileSafe(he);case 27:throw ar.t0;case 28:return ar.abrupt("return",{res:qe.res,content:qe.data});case 29:case"end":return ar.stop()}},_e,this,[[11,21]])}));function Ie(_e,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,_e=arguments;return j.default.wrap(function(he){for(;;)switch(he.prev=he.next){case 0:return de=_e.length>1&&_e[1]!==void 0?_e[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,he.next=9,this.request(pe);case 9:return Ie=he.sent,he.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 he.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 he,Ne,Fe,Ve,jt,Et,Ue,qe,kt=arguments;return j.default.wrap(function(rr){for(;;)switch(rr.prev=rr.next){case 0:if(he=kt.length>0&&kt[0]!==void 0?kt[0]:{},Ne=kt.length>1&&kt[1]!==void 0?kt[1]:{},!(he.versionIdMarker&&he.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=_e(he),rr.next=12,this.request(Fe);case 12:return Ve=rr.sent,jt=Ve.data.Version||[],Et=Ve.data.DeleteMarker||[],Ue=this,jt&&(Array.isArray(jt)||(jt=[jt]),jt=jt.map(function(ar){return{name:ar.Key,url:Ue._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=Ve.data.CommonPrefixes||null,qe&&(ue(qe)||(qe=[qe]),qe=qe.map(function(ar){return ar.Prefix})),rr.abrupt("return",{res:Ve.res,objects:jt,deleteMarker:Et,prefixes:qe,nextMarker:Ve.data.NextKeyMarker||null,NextVersionIdMarker:Ve.data.NextVersionIdMarker||null,nextKeyMarker:Ve.data.NextKeyMarker||null,nextVersionIdMarker:Ve.data.NextVersionIdMarker||null,isTruncated:Ve.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 _e(){var Ce=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},he={};return ie(Ce)&&Object.keys(Ce).forEach(function(Ne){he[Ie(Ne)]=Ce[Ne]}),he}},{"../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,_e,Ce,he,Ne,Fe,Ve=arguments;return j.default.wrap(function(Et){for(;;)switch(Et.prev=Et.next){case 0:return Ie=Ve.length>1&&Ve[1]!==void 0?Ve[1]:{},Ie.subres=Object.assign({tagging:""},Ie.subres),Ie.versionId&&(Ie.subres.versionId=Ie.versionId),pe=this._objectName(pe),_e=this._objectRequestParams("GET",pe,Ie),_e.successStatuses=[200],Et.next=8,this.request(_e);case 8:return Ce=Et.sent,Et.next=11,this.parseXML(Ce.data);case 11:return he=Et.sent,Ne=he.TagSet.Tag,Ne=Ne&&ie(Ne)?[Ne]:Ne||[],Fe={},Ne.forEach(function(Ue){Fe[Ue.Key]=Ue.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,_e,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,_e=Ie.res.headers["x-oss-symlink-target"],Ne.abrupt("return",{targetName:decodeURIComponent(_e),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,_e,Ce,he,Ne=arguments;return j.default.wrap(function(Ve){for(;;)switch(Ve.prev=Ve.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),_e=this._objectRequestParams("HEAD",pe,Ie),_e.successStatuses=[200,304],Ve.next=8,this.request(_e);case 8:return Ce=Ve.sent,he={meta:null,res:Ce.res,status:Ce.status},Ce.status===200&&Object.keys(Ce.headers).forEach(function(jt){jt.indexOf("x-oss-meta-")===0&&(he.meta||(he.meta={}),he.meta[jt.substring(11)]=Ce.headers[jt])}),Ve.abrupt("return",he);case 12:case"end":return Ve.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,_e;return j.default.wrap(function(he){for(;;)switch(he.prev=he.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],he.next=10,this.request(Ie);case 10:return _e=he.sent,he.abrupt("return",{res:_e.res});case 12:case"end":return he.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(_e,Ce){var he,Ne,Fe,Ve,jt=arguments;return j.default.wrap(function(Ue){for(;;)switch(Ue.prev=Ue.next){case 0:return he=jt.length>2&&jt[2]!==void 0?jt[2]:{},oe(Ce),he.subres=Object.assign({tagging:""},he.subres),he.versionId&&(he.subres.versionId=he.versionId),_e=this._objectName(_e),Ne=this._objectRequestParams("PUT",_e,he),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),Ue.next=13,this.request(Ne);case 13:return Ve=Ue.sent,Ue.abrupt("return",{res:Ve.res,status:Ve.status});case 15:case"end":return Ue.stop()}},Ie,this)}));function pe(Ie,_e){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,_e;return j.default.wrap(function(he){for(;;)switch(he.prev=he.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],he.next=13,this.request(Ie);case 13:return _e=he.sent,he.abrupt("return",{res:_e.res});case 15:case"end":return he.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 _e=j.timestamp()+(pe.expires||1800),Ce={bucket:this.options.bucket,object:de},he=this._getResource(Ce);this.options.stsToken&&(pe["security-token"]=this.options.stsToken);var Ne=z._signatureForURL(this.options.accessKeySecret,pe,he,_e),Fe=$.parse(this._getReqUrl(Ce));return Fe.query={OSSAccessKeyId:this.options.accessKeyId,Expires:_e,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(Ve,jt){var Et=Object.keys(Ve);if(Object.getOwnPropertySymbols){var Ue=Object.getOwnPropertySymbols(Ve);jt&&(Ue=Ue.filter(function(qe){return Object.getOwnPropertyDescriptor(Ve,qe).enumerable})),Et.push.apply(Et,Ue)}return Et}function ie(Ve){for(var jt=1;jt<arguments.length;jt++){var Et=arguments[jt]!=null?arguments[jt]:{};jt%2?re(Object(Et),!0).forEach(function(Ue){(0,V.default)(Ve,Ue,Et[Ue])}):Object.getOwnPropertyDescriptors?Object.defineProperties(Ve,Object.getOwnPropertyDescriptors(Et)):re(Object(Et)).forEach(function(Ue){Object.defineProperty(Ve,Ue,Object.getOwnPropertyDescriptor(Et,Ue))})}return Ve}var oe=n("dateformat"),ue=n("url"),de=n("../../common/signUtils"),pe=n("../utils/setSTSToken"),Ie=pe.setSTSToken,_e=n("../utils/isFunction"),Ce=_e.isFunction,he=n("../utils/getStandardRegion"),Ne=he.getStandardRegion,Fe=L;Fe.signatureUrlV4=function(){var Ve=(0,z.default)(j.default.mark(function Et(Ue,qe,kt,tr,rr){var ar,nr,ur,cr,mr,hr,br,Rr,xr,Er;return j.default.wrap(function(Ir){for(;;)switch(Ir.prev=Ir.next){case 0:if(ar=kt&&kt.headers||{},nr=ie({},kt&&kt.queries||{}),ur=new Date,cr=oe(ur,"UTC:yyyymmdd'T'HHMMss'Z'"),mr=cr.split("T")[0],hr=de.fixAdditionalHeaders(rr),br=Ne(this.options.region),hr.length>0&&(nr["x-oss-additional-headers"]=hr.join(";")),nr["x-oss-credential"]="".concat(this.options.accessKeyId,"/").concat(mr,"/").concat(br,"/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),Rr=de.getCanonicalRequest(Ue,{headers:ar,queries:nr},this.options.bucket,tr,hr),xr=de.getStringToSign(br,cr,Rr),nr["x-oss-signature"]=de.getSignatureV4(this.options.accessKeySecret,mr,br,xr),Er=ue.parse(this._getReqUrl({bucket:this.options.bucket,object:tr})),Er.query=ie({},nr),Ir.abrupt("return",Er.format());case 22:case"end":return Ir.stop()}},Et,this)}));function jt(Et,Ue,qe,kt,tr){return Ve.apply(this,arguments)}return jt}()},{"../../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,_e,Ce){var he,Ne,Fe,Ve,jt,Et,Ue,qe;return j.default.wrap(function(tr){for(;;)switch(tr.prev=tr.next){case 0:he=this,Ne=[],Fe=[],Ve=pe.length/Ie,jt=pe.length%Ie,Et=jt===0?Ve:(pe.length-jt)/Ie+1,Ue=1,qe=0;case 8:if(!(qe<pe.length)){tr.next=26;break}if(!he.isCancel()){tr.next=11;break}return tr.abrupt("break",26);case 11:if(Ce?Fe.push(_e(he,pe[qe],Ce)):Fe.push(_e(he,pe[qe])),!(Fe.length===Ie||Ue===Et&&qe===pe.length-1)){tr.next=23;break}return tr.prev=13,Ue+=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,_e){return oe.apply(this,arguments)}return ue}(),ie._parallel=function(ue,de,pe){var Ie=this;return new Promise(function(_e){var Ce=[];if(de<=0||!ue){_e(Ce);return}function he(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),Ve=!1,jt=0,Et=!1;function Ue(tr){jt-=1,tr?(Ve=!0,Ce.push(tr),_e(Ce)):Ve&&jt<=0?(Ve=!0,_e(Ce)):Et||(Ie.isCancel()?_e(Ce):kt())}function qe(tr,rr){pe(tr).then(function(ar){rr(null,ar)}).catch(function(ar){rr(ar)})}function kt(){for(Et=!0;jt<de&&!Ve&&!Ie.isCancel();){var tr=Fe();if(tr===null||Ce.length>0){Ve=!0,jt<=0&&_e(Ce);return}jt+=1,qe(tr.value,he(Ue))}Et=!1}kt()})},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(_e,Ce){var he="".concat(_e),Ne="?";if(re.string(Ce)&&Ce.trim()!=="")he+=Ne+Ce;else if(re.array(Ce))Ce.sort(),he+=Ne+Ce.join("&");else if(Ce){var Fe=function(jt){he+=Ne+jt,(Ce[jt]||Ce[jt]===0)&&(he+="=".concat(Ce[jt])),Ne="&"};Object.keys(Ce).sort().forEach(Fe)}return he},L.buildCanonicalString=function(_e,Ce,he,Ne){he=he||{};var Fe=ue(he.headers),Ve="x-oss-",jt=[],Et={},Ue=[_e.toUpperCase(),Fe["content-md5"]||"",Fe["content-type"],Ne||Fe["x-oss-date"]];return Object.keys(Fe).forEach(function(qe){var kt=qe.toLowerCase();kt.indexOf(Ve)===0&&(Et[kt]=String(Fe[qe]).trim())}),Object.keys(Et).sort().forEach(function(qe){jt.push("".concat(qe,":").concat(Et[qe]))}),Ue=Ue.concat(jt),Ue.push(this.buildCanonicalizedResource(Ce,he.parameters)),Ue.join(`
`)},L.computeSignature=function(_e,Ce){var he=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"utf-8",Ne=z.createHmac("sha1",_e);return Ne.update($.from(Ce,he)).digest("base64")},L.authorization=function(_e,Ce,he,Ne){return"OSS ".concat(_e,":").concat(this.computeSignature(Ce,he,Ne))},L.fixAdditionalHeaders=function(Ie){if(!Ie)return[];var _e="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(_e)}).sort()},L.getCanonicalRequest=function(_e,Ce,he,Ne,Fe){var Ve=ue(Ce.headers),jt=Ce.queries||{},Et="x-oss-";if(Ne&&!he)throw Error("Please ensure that bucketName is passed into getCanonicalRequest.");var Ue=[_e.toUpperCase(),pe("/".concat(he?"".concat(he,"/"):"").concat(Ne||"")).replace(/%2F/g,"/")];Ue.push(ie.stringify(jt,{encoder:pe,sort:function(rr,ar){return rr.localeCompare(ar)},strictNullHandling:!0})),Fe&&Fe.forEach(function(tr){if(!Object.prototype.hasOwnProperty.call(Ve,tr))throw Error("Can't find additional header ".concat(tr," in request headers."))});var qe=new Set(Fe);Object.keys(Ve).forEach(function(tr){(tr==="content-type"||tr==="content-md5"||tr.startsWith(Et))&&qe.add(tr)});var kt="".concat((0,V.default)(qe).sort().map(function(tr){return"".concat(tr,":").concat(re.string(Ve[tr])?Ve[tr].trim():Ve[tr],`
`)}).join(""));return Ue.push(kt),Fe.length>0?Ue.push(Fe.join(";")):Ue.push(""),Ue.push(Ve["x-oss-content-sha256"]||"UNSIGNED-PAYLOAD"),Ue.join(`
`)},L.getStringToSign=function(_e,Ce,he){var Ne=["OSS4-HMAC-SHA256",Ce,"".concat(Ce.split("T")[0],"/").concat(_e,"/oss/aliyun_v4_request"),z.createHash("sha256").update(he).digest("hex")];return Ne.join(`
`)},L.getSignatureV4=function(_e,Ce,he,Ne){var Fe=z.createHmac("sha256","aliyun_v4".concat(_e)).update(Ce).digest(),Ve=z.createHmac("sha256",Fe).update(he).digest(),jt=z.createHmac("sha256",Ve).update("oss").digest(),Et=z.createHmac("sha256",jt).update("aliyun_v4_request").digest(),Ue=z.createHmac("sha256",Et).update(Ne).digest("hex");return Ue},L.authorizationV4=function(_e,Ce,he,Ne,Fe,Ve,jt,Et){var Ue=arguments.length>8&&arguments[8]!==void 0?arguments[8]:"utf-8",qe=this.fixAdditionalHeaders(Et),kt={};Object.entries(Fe.headers).forEach(function(mr){kt[mr[0]]=re.string(mr[1])?$.from(mr[1],Ue).toString():mr[1]});var tr=kt["x-oss-date"]||Fe.queries&&Fe.queries["x-oss-date"],rr=this.getCanonicalRequest(Ne,{headers:kt,queries:Fe.queries},Ve,jt,qe),ar=this.getStringToSign(he,tr,rr),nr=tr.split("T")[0],ur=this.getSignatureV4(Ce,nr,he,ar),cr=qe.length>0?"AdditionalHeaders=".concat(qe.join(";"),","):"";return"OSS4-HMAC-SHA256 Credential=".concat(_e,"/").concat(nr,"/").concat(he,"/oss/aliyun_v4_request,").concat(cr,"Signature=").concat(ur)},L._signatureForURL=function(_e){var Ce=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},he=arguments.length>2?arguments[2]:void 0,Ne=arguments.length>3?arguments[3]:void 0,Fe=arguments.length>4?arguments[4]:void 0,Ve={},jt=Ce.subResource,Et=jt===void 0?{}:jt;if(Ce.process){var Ue="x-oss-process";Et[Ue]=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?Ve[nr]=ur:(nr.indexOf("content-md5")===0||nr.indexOf("content-type")===0)&&(Ve[ar]=ur)}),Object.prototype.hasOwnProperty.call(Ce,"security-token")&&(Et["security-token"]=Ce["security-token"]),Object.prototype.hasOwnProperty.call(Ce,"callback")){var kt={callbackUrl:encodeURI(Ce.callback.url),callbackBody:Ce.callback.body};if(Ce.callback.host&&(kt.callbackHost=Ce.callback.host),Ce.callback.contentType&&(kt.callbackBodyType=Ce.callback.contentType),Ce.callback.callbackSNI&&(kt.callbackSNI=Ce.callback.callbackSNI),Et.callback=$.from(JSON.stringify(kt)).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,he,{headers:Ve,parameters:Et},Ne.toString());return{Signature:this.computeSignature(_e,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(_e,Ce){j(_e,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"),_e=Ie.encoder,Ce=n("./isIP"),he=Ce.isIP,Ne=n("./setRegion"),Fe=Ne.setRegion,Ve=n("../client/getReqUrl"),jt=Ve.getReqUrl,Et=n("./isDingTalk"),Ue=Et.isDingTalk;function qe(rr,ar){return rr[ar]||rr[ar.toLowerCase()]}function kt(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:Ue()?nr["Content-Type"]="application/octet-stream":nr["Content-Type"]=oe.getType(rr.mime||pe.extname(rr.object||""))),qe(nr,"Content-Type")||kt(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]=_e(String(nr[cr]),this.options.headerEncoding));var mr={};if(z(rr.subres)?mr[rr.subres]=null:re(rr.subres)?rr.subres.forEach(function(gr){mr[gr]=null}):ie(rr.subres)&&Object.entries(rr.subres).forEach(function(gr){mr[gr[0]]=gr[1]===""?null:gr[1]}),ie(rr.query)&&Object.entries(rr.query).forEach(function(gr){mr[gr[0]]=gr[1]}),nr.authorization=this.options.authorizationV4?this.authorizationV4(rr.method,{headers:nr,queries:mr},rr.bucket,rr.object,rr.additionalHeaders):this.authorization(rr.method,this._getResource(rr),rr.subres,nr,this.options.headerEncoding),he(this.options.endpoint.hostname)){var hr=this.options,br=hr.region,Rr=hr.internal,xr=hr.secure,Er=Fe(br,Rr,xr);nr.host="".concat(rr.bucket,".").concat(Er.host)}var vr=jt.bind(this)(rr);V("request %s %s, with headers %j, !!stream: %s",rr.method,vr,nr,!!rr.stream);var Ir=rr.timeout||this.options.timeout,Lr={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&&(Lr.agent=this.agent),this.httpsAgent&&(Lr.httpsAgent=this.httpsAgent),Lr.enableProxy=!!this.options.enableProxy,Lr.proxy=this.options.proxy?this.options.proxy:null,{url:vr,params:Lr}}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,_e=ue.rename,Ce=_e===void 0?{}:_e,he=ue.camel,Ne=he===void 0?[]:he,Fe=ue.bool,Ve=Fe===void 0?[]:Fe,jt=ue.lowerFirst,Et=jt===void 0?!1:jt;return Ie.forEach(function(Ue){return delete oe[Ue]}),Object.entries(Ce).forEach(function(Ue){oe[Ue[0]]&&(oe[Ue[1]]||(oe[Ue[1]]=oe[Ue[0]],delete oe[Ue[0]]))}),Ne.forEach(function(Ue){if(oe[Ue]){var qe=Ue.replace(/^(.)/,function(kt){return kt.toLowerCase()}).replace(/-(\w)/g,function(kt,tr){return tr.toUpperCase()});oe[qe]||(oe[qe]=oe[Ue])}}),Ve.forEach(function(Ue){oe[Ue]=re(oe[Ue])}),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(_e){Ie[_e]=ie(oe[_e],_e,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(he){throw he},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,_e;return{s:function(){oe=oe.call(re)},n:function(){var he=oe.next();return pe=he.done,he},e:function(he){Ie=!0,_e=he},f:function(){try{!pe&&oe.return!=null&&oe.return()}finally{if(Ie)throw _e}}}}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 _e=arguments.length,Ce=new Array(_e),he=0;he<_e;he++)Ce[he]=arguments[he];return new Promise(function(Ne,Fe){j.apply(void 0,Ce).then(function(Ve){re=0,Ne(Ve)}).catch(function(Ve){re<V&&de(Ve)?(re++,setTimeout(function(){Ne(Ie.apply(void 0,Ce))},oe)):(re=0,Fe(Ve))})})};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(_e){for(;;)switch(_e.prev=_e.next){case 0:if(this.options||(this.options={}),de=new Date,!this.stsTokenFreshTime){_e.next=14;break}if(!(+de-this.stsTokenFreshTime>=this.options.refreshSTSTokenInterval)){_e.next=12;break}return this.stsTokenFreshTime=de,_e.next=7,this.options.refreshSTSToken();case 7:pe=_e.sent,pe=z.formatObjKey(pe,"firstLowerCase"),pe.securityToken&&(pe.stsToken=pe.securityToken),oe(pe),Object.assign(this.options,pe);case 12:_e.next=15;break;case 14:this.stsTokenFreshTime=de;case 15:return _e.abrupt("return",null);case 16:case"end":return _e.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(_e){return _e===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(_e){re(_e);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(vr,Ir,Lr){vr[Ir]=Lr.value},ue=typeof Symbol=="function"?Symbol:{},de=ue.iterator||"@@iterator",pe=ue.asyncIterator||"@@asyncIterator",Ie=ue.toStringTag||"@@toStringTag";function _e(vr,Ir,Lr){return Object.defineProperty(vr,Ir,{value:Lr,enumerable:!0,configurable:!0,writable:!0}),vr[Ir]}try{_e({},"")}catch{_e=function(Lr,gr,_r){return Lr[gr]=_r}}function Ce(vr,Ir,Lr,gr){var _r=Ir&&Ir.prototype instanceof Ue?Ir:Ue,Fr=Object.create(_r.prototype),zr=new xr(gr||[]);return oe(Fr,"_invoke",{value:mr(vr,Lr,zr)}),Fr}function he(vr,Ir,Lr){try{return{type:"normal",arg:vr.call(Ir,Lr)}}catch(gr){return{type:"throw",arg:gr}}}z.wrap=Ce;var Ne="suspendedStart",Fe="suspendedYield",Ve="executing",jt="completed",Et={};function Ue(){}function qe(){}function kt(){}var tr={};_e(tr,de,function(){return this});var rr=Object.getPrototypeOf,ar=rr&&rr(rr(Er([])));ar&&ar!==re&&ie.call(ar,de)&&(tr=ar);var nr=kt.prototype=Ue.prototype=Object.create(tr);function ur(vr){["next","throw","return"].forEach(function(Ir){_e(vr,Ir,function(Lr){return this._invoke(Ir,Lr)})})}function cr(vr,Ir){function Lr(_r,Fr,zr,Vr){var Gr=he(vr[_r],vr,Fr);if(Gr.type!=="throw"){var Tr=Gr.arg,Cr=Tr.value;return Cr&&$(Cr)=="object"&&ie.call(Cr,"__await")?Ir.resolve(Cr.__await).then(function(Mr){Lr("next",Mr,zr,Vr)},function(Mr){Lr("throw",Mr,zr,Vr)}):Ir.resolve(Cr).then(function(Mr){Tr.value=Mr,zr(Tr)},function(Mr){return Lr("throw",Mr,zr,Vr)})}Vr(Gr.arg)}var gr;oe(this,"_invoke",{value:function(Fr,zr){function Vr(){return new Ir(function(Gr,Tr){Lr(Fr,zr,Gr,Tr)})}return gr=gr?gr.then(Vr,Vr):Vr()}})}function mr(vr,Ir,Lr){var gr=Ne;return function(_r,Fr){if(gr===Ve)throw new Error("Generator is already running");if(gr===jt){if(_r==="throw")throw Fr;return{value:V,done:!0}}for(Lr.method=_r,Lr.arg=Fr;;){var zr=Lr.delegate;if(zr){var Vr=hr(zr,Lr);if(Vr){if(Vr===Et)continue;return Vr}}if(Lr.method==="next")Lr.sent=Lr._sent=Lr.arg;else if(Lr.method==="throw"){if(gr===Ne)throw gr=jt,Lr.arg;Lr.dispatchException(Lr.arg)}else Lr.method==="return"&&Lr.abrupt("return",Lr.arg);gr=Ve;var Gr=he(vr,Ir,Lr);if(Gr.type==="normal"){if(gr=Lr.done?jt:Fe,Gr.arg===Et)continue;return{value:Gr.arg,done:Lr.done}}Gr.type==="throw"&&(gr=jt,Lr.method="throw",Lr.arg=Gr.arg)}}}function hr(vr,Ir){var Lr=Ir.method,gr=vr.iterator[Lr];if(gr===V)return Ir.delegate=null,Lr==="throw"&&vr.iterator.return&&(Ir.method="return",Ir.arg=V,hr(vr,Ir),Ir.method==="throw")||Lr!=="return"&&(Ir.method="throw",Ir.arg=new TypeError("The iterator does not provide a '"+Lr+"' method")),Et;var _r=he(gr,vr.iterator,Ir.arg);if(_r.type==="throw")return Ir.method="throw",Ir.arg=_r.arg,Ir.delegate=null,Et;var Fr=_r.arg;return Fr?Fr.done?(Ir[vr.resultName]=Fr.value,Ir.next=vr.nextLoc,Ir.method!=="return"&&(Ir.method="next",Ir.arg=V),Ir.delegate=null,Et):Fr:(Ir.method="throw",Ir.arg=new TypeError("iterator result is not an object"),Ir.delegate=null,Et)}function br(vr){var Ir={tryLoc:vr[0]};1 in vr&&(Ir.catchLoc=vr[1]),2 in vr&&(Ir.finallyLoc=vr[2],Ir.afterLoc=vr[3]),this.tryEntries.push(Ir)}function Rr(vr){var Ir=vr.completion||{};Ir.type="normal",delete Ir.arg,vr.completion=Ir}function xr(vr){this.tryEntries=[{tryLoc:"root"}],vr.forEach(br,this),this.reset(!0)}function Er(vr){if(vr||vr===""){var Ir=vr[de];if(Ir)return Ir.call(vr);if(typeof vr.next=="function")return vr;if(!isNaN(vr.length)){var Lr=-1,gr=function _r(){for(;++Lr<vr.length;)if(ie.call(vr,Lr))return _r.value=vr[Lr],_r.done=!1,_r;return _r.value=V,_r.done=!0,_r};return gr.next=gr}}throw new TypeError($(vr)+" is not iterable")}return qe.prototype=kt,oe(nr,"constructor",{value:kt,configurable:!0}),oe(kt,"constructor",{value:qe,configurable:!0}),qe.displayName=_e(kt,Ie,"GeneratorFunction"),z.isGeneratorFunction=function(vr){var Ir=typeof vr=="function"&&vr.constructor;return!!Ir&&(Ir===qe||(Ir.displayName||Ir.name)==="GeneratorFunction")},z.mark=function(vr){return Object.setPrototypeOf?Object.setPrototypeOf(vr,kt):(vr.__proto__=kt,_e(vr,Ie,"GeneratorFunction")),vr.prototype=Object.create(nr),vr},z.awrap=function(vr){return{__await:vr}},ur(cr.prototype),_e(cr.prototype,pe,function(){return this}),z.AsyncIterator=cr,z.async=function(vr,Ir,Lr,gr,_r){_r===void 0&&(_r=Promise);var Fr=new cr(Ce(vr,Ir,Lr,gr),_r);return z.isGeneratorFunction(Ir)?Fr:Fr.next().then(function(zr){return zr.done?zr.value:Fr.next()})},ur(nr),_e(nr,Ie,"Generator"),_e(nr,de,function(){return this}),_e(nr,"toString",function(){return"[object Generator]"}),z.keys=function(vr){var Ir=Object(vr),Lr=[];for(var gr in Ir)Lr.push(gr);return Lr.reverse(),function _r(){for(;Lr.length;){var Fr=Lr.pop();if(Fr in Ir)return _r.value=Fr,_r.done=!1,_r}return _r.done=!0,_r}},z.values=Er,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(Rr),!Ir)for(var Lr in this)Lr.charAt(0)==="t"&&ie.call(this,Lr)&&!isNaN(+Lr.slice(1))&&(this[Lr]=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 Lr=this;function gr(Tr,Cr){return zr.type="throw",zr.arg=Ir,Lr.next=Tr,Cr&&(Lr.method="next",Lr.arg=V),!!Cr}for(var _r=this.tryEntries.length-1;_r>=0;--_r){var Fr=this.tryEntries[_r],zr=Fr.completion;if(Fr.tryLoc==="root")return gr("end");if(Fr.tryLoc<=this.prev){var Vr=ie.call(Fr,"catchLoc"),Gr=ie.call(Fr,"finallyLoc");if(Vr&&Gr){if(this.prev<Fr.catchLoc)return gr(Fr.catchLoc,!0);if(this.prev<Fr.finallyLoc)return gr(Fr.finallyLoc)}else if(Vr){if(this.prev<Fr.catchLoc)return gr(Fr.catchLoc,!0)}else{if(!Gr)throw new Error("try statement without catch or finally");if(this.prev<Fr.finallyLoc)return gr(Fr.finallyLoc)}}}},abrupt:function(Ir,Lr){for(var gr=this.tryEntries.length-1;gr>=0;--gr){var _r=this.tryEntries[gr];if(_r.tryLoc<=this.prev&&ie.call(_r,"finallyLoc")&&this.prev<_r.finallyLoc){var Fr=_r;break}}Fr&&(Ir==="break"||Ir==="continue")&&Fr.tryLoc<=Lr&&Lr<=Fr.finallyLoc&&(Fr=null);var zr=Fr?Fr.completion:{};return zr.type=Ir,zr.arg=Lr,Fr?(this.method="next",this.next=Fr.finallyLoc,Et):this.complete(zr)},complete:function(Ir,Lr){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"&&Lr&&(this.next=Lr),Et},finish:function(Ir){for(var Lr=this.tryEntries.length-1;Lr>=0;--Lr){var gr=this.tryEntries[Lr];if(gr.finallyLoc===Ir)return this.complete(gr.completion,gr.afterLoc),Rr(gr),Et}},catch:function(Ir){for(var Lr=this.tryEntries.length-1;Lr>=0;--Lr){var gr=this.tryEntries[Lr];if(gr.tryLoc===Ir){var _r=gr.completion;if(_r.type==="throw"){var Fr=_r.arg;Rr(gr)}return Fr}}throw new Error("illegal catch attempt")},delegateYield:function(Ir,Lr,gr){return this.delegate={iterator:Er(Ir),resultName:Lr,nextLoc:gr},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,mr){if(cr===mr)return 0;for(var hr=cr.length,br=mr.length,Rr=0,xr=Math.min(hr,br);Rr<xr;++Rr)if(cr[Rr]!==mr[Rr]){hr=cr[Rr],br=mr[Rr];break}return hr<br?-1:br<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=jt,_e=/\s*function\s+([^\(\s]*)\s*/;function Ce(cr){if(re.isFunction(cr)){if(ue)return cr.name;var mr=cr.toString(),hr=mr.match(_e);return hr&&hr[1]}}Ie.AssertionError=function(mr){this.name="AssertionError",this.actual=mr.actual,this.expected=mr.expected,this.operator=mr.operator,mr.message?(this.message=mr.message,this.generatedMessage=!1):(this.message=Fe(this),this.generatedMessage=!0);var hr=mr.stackStartFunction||Ve;if(Error.captureStackTrace)Error.captureStackTrace(this,hr);else{var br=new Error;if(br.stack){var Rr=br.stack,xr=Ce(hr),Er=Rr.indexOf(`
`+xr);if(Er>=0){var vr=Rr.indexOf(`
`,Er+1);Rr=Rr.substring(vr+1)}this.stack=Rr}}},re.inherits(Ie.AssertionError,Error);function he(cr,mr){return typeof cr=="string"?cr.length<mr?cr:cr.slice(0,mr):cr}function Ne(cr){if(ue||!re.isFunction(cr))return re.inspect(cr);var mr=Ce(cr),hr=mr?": "+mr:"";return"[Function"+hr+"]"}function Fe(cr){return he(Ne(cr.actual),128)+" "+cr.operator+" "+he(Ne(cr.expected),128)}function Ve(cr,mr,hr,br,Rr){throw new Ie.AssertionError({message:hr,actual:cr,expected:mr,operator:br,stackStartFunction:Rr})}Ie.fail=Ve;function jt(cr,mr){cr||Ve(cr,!0,mr,"==",Ie.ok)}Ie.ok=jt,Ie.equal=function(mr,hr,br){mr!=hr&&Ve(mr,hr,br,"==",Ie.equal)},Ie.notEqual=function(mr,hr,br){mr==hr&&Ve(mr,hr,br,"!=",Ie.notEqual)},Ie.deepEqual=function(mr,hr,br){Et(mr,hr,!1)||Ve(mr,hr,br,"deepEqual",Ie.deepEqual)},Ie.deepStrictEqual=function(mr,hr,br){Et(mr,hr,!0)||Ve(mr,hr,br,"deepStrictEqual",Ie.deepStrictEqual)};function Et(cr,mr,hr,br){if(cr===mr)return!0;if(z(cr)&&z(mr))return V(cr,mr)===0;if(re.isDate(cr)&&re.isDate(mr))return cr.getTime()===mr.getTime();if(re.isRegExp(cr)&&re.isRegExp(mr))return cr.source===mr.source&&cr.global===mr.global&&cr.multiline===mr.multiline&&cr.lastIndex===mr.lastIndex&&cr.ignoreCase===mr.ignoreCase;if((cr===null||typeof cr!="object")&&(mr===null||typeof mr!="object"))return hr?cr===mr:cr==mr;if(pe(cr)&&pe(mr)&&de(cr)===de(mr)&&!(cr instanceof Float32Array||cr instanceof Float64Array))return V(new Uint8Array(cr.buffer),new Uint8Array(mr.buffer))===0;if(z(cr)!==z(mr))return!1;br=br||{actual:[],expected:[]};var Rr=br.actual.indexOf(cr);return Rr!==-1&&Rr===br.expected.indexOf(mr)?!0:(br.actual.push(cr),br.expected.push(mr),qe(cr,mr,hr,br))}function Ue(cr){return Object.prototype.toString.call(cr)=="[object Arguments]"}function qe(cr,mr,hr,br){if(cr==null||mr===null||mr===void 0)return!1;if(re.isPrimitive(cr)||re.isPrimitive(mr))return cr===mr;if(hr&&Object.getPrototypeOf(cr)!==Object.getPrototypeOf(mr))return!1;var Rr=Ue(cr),xr=Ue(mr);if(Rr&&!xr||!Rr&&xr)return!1;if(Rr)return cr=oe.call(cr),mr=oe.call(mr),Et(cr,mr,hr);var Er=ur(cr),vr=ur(mr),Ir,Lr;if(Er.length!==vr.length)return!1;for(Er.sort(),vr.sort(),Lr=Er.length-1;Lr>=0;Lr--)if(Er[Lr]!==vr[Lr])return!1;for(Lr=Er.length-1;Lr>=0;Lr--)if(Ir=Er[Lr],!Et(cr[Ir],mr[Ir],hr,br))return!1;return!0}Ie.notDeepEqual=function(mr,hr,br){Et(mr,hr,!1)&&Ve(mr,hr,br,"notDeepEqual",Ie.notDeepEqual)},Ie.notDeepStrictEqual=kt;function kt(cr,mr,hr){Et(cr,mr,!0)&&Ve(cr,mr,hr,"notDeepStrictEqual",kt)}Ie.strictEqual=function(mr,hr,br){mr!==hr&&Ve(mr,hr,br,"===",Ie.strictEqual)},Ie.notStrictEqual=function(mr,hr,br){mr===hr&&Ve(mr,hr,br,"!==",Ie.notStrictEqual)};function tr(cr,mr){if(!cr||!mr)return!1;if(Object.prototype.toString.call(mr)=="[object RegExp]")return mr.test(cr);try{if(cr instanceof mr)return!0}catch{}return Error.isPrototypeOf(mr)?!1:mr.call({},cr)===!0}function rr(cr){var mr;try{cr()}catch(hr){mr=hr}return mr}function ar(cr,mr,hr,br){var Rr;if(typeof mr!="function")throw new TypeError('"block" argument must be a function');typeof hr=="string"&&(br=hr,hr=null),Rr=rr(mr),br=(hr&&hr.name?" ("+hr.name+").":".")+(br?" "+br:"."),cr&&!Rr&&Ve(Rr,hr,"Missing expected exception"+br);var xr=typeof br=="string",Er=!cr&&re.isError(Rr),vr=!cr&&Rr&&!hr;if((Er&&xr&&tr(Rr,hr)||vr)&&Ve(Rr,hr,"Got unwanted exception"+br),cr&&Rr&&hr&&!tr(Rr,hr)||!cr&&Rr)throw Rr}Ie.throws=function(cr,mr,hr){ar(!0,cr,mr,hr)},Ie.doesNotThrow=function(cr,mr,hr){ar(!1,cr,mr,hr)},Ie.ifError=function(cr){if(cr)throw cr};function nr(cr,mr){cr||Ve(cr,!0,mr,"==",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 mr=[];for(var hr in cr)ie.call(cr,hr)&&mr.push(hr);return mr}}).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(vr){if(!qe(vr)){for(var Ir=[],Lr=0;Lr<arguments.length;Lr++)Ir.push(ie(arguments[Lr]));return Ir.join(" ")}for(var Lr=1,gr=arguments,_r=gr.length,Fr=String(vr).replace(V,function(Vr){if(Vr==="%%")return"%";if(Lr>=_r)return Vr;switch(Vr){case"%s":return String(gr[Lr++]);case"%d":return Number(gr[Lr++]);case"%j":try{return JSON.stringify(gr[Lr++])}catch{return"[Circular]"}default:return Vr}}),zr=gr[Lr];Lr<_r;zr=gr[++Lr])jt(zr)||!ar(zr)?Fr+=" "+zr:Fr+=" "+ie(zr);return Fr},L.deprecate=function(vr,Ir){if(tr(j.process))return function(){return L.deprecate(vr,Ir).apply(this,arguments)};if($.noDeprecation===!0)return vr;var Lr=!1;function gr(){if(!Lr){if($.throwDeprecation)throw new Error(Ir);$.traceDeprecation?console.trace(Ir):console.error(Ir),Lr=!0}return vr.apply(this,arguments)}return gr};var z={},re;L.debuglog=function(vr){if(tr(re)&&(re=$.env.NODE_DEBUG||""),vr=vr.toUpperCase(),!z[vr])if(new RegExp("\\b"+vr+"\\b","i").test(re)){var Ir=$.pid;z[vr]=function(){var Lr=L.format.apply(L,arguments);console.error("%s %d: %s",vr,Ir,Lr)}}else z[vr]=function(){};return z[vr]};function ie(vr,Ir){var Lr={seen:[],stylize:ue};return arguments.length>=3&&(Lr.depth=arguments[2]),arguments.length>=4&&(Lr.colors=arguments[3]),Ve(Ir)?Lr.showHidden=Ir:Ir&&L._extend(Lr,Ir),tr(Lr.showHidden)&&(Lr.showHidden=!1),tr(Lr.depth)&&(Lr.depth=2),tr(Lr.colors)&&(Lr.colors=!1),tr(Lr.customInspect)&&(Lr.customInspect=!0),Lr.colors&&(Lr.stylize=oe),pe(Lr,vr,Lr.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(vr,Ir){var Lr=ie.styles[Ir];return Lr?"\x1B["+ie.colors[Lr][0]+"m"+vr+"\x1B["+ie.colors[Lr][1]+"m":vr}function ue(vr,Ir){return vr}function de(vr){var Ir={};return vr.forEach(function(Lr,gr){Ir[Lr]=!0}),Ir}function pe(vr,Ir,Lr){if(vr.customInspect&&Ir&&cr(Ir.inspect)&&Ir.inspect!==L.inspect&&!(Ir.constructor&&Ir.constructor.prototype===Ir)){var gr=Ir.inspect(Lr,vr);return qe(gr)||(gr=pe(vr,gr,Lr)),gr}var _r=Ie(vr,Ir);if(_r)return _r;var Fr=Object.keys(Ir),zr=de(Fr);if(vr.showHidden&&(Fr=Object.getOwnPropertyNames(Ir)),ur(Ir)&&(Fr.indexOf("message")>=0||Fr.indexOf("description")>=0))return _e(Ir);if(Fr.length===0){if(cr(Ir)){var Vr=Ir.name?": "+Ir.name:"";return vr.stylize("[Function"+Vr+"]","special")}if(rr(Ir))return vr.stylize(RegExp.prototype.toString.call(Ir),"regexp");if(nr(Ir))return vr.stylize(Date.prototype.toString.call(Ir),"date");if(ur(Ir))return _e(Ir)}var Gr="",Tr=!1,Cr=["{","}"];if(Fe(Ir)&&(Tr=!0,Cr=["[","]"]),cr(Ir)){var Mr=Ir.name?": "+Ir.name:"";Gr=" [Function"+Mr+"]"}if(rr(Ir)&&(Gr=" "+RegExp.prototype.toString.call(Ir)),nr(Ir)&&(Gr=" "+Date.prototype.toUTCString.call(Ir)),ur(Ir)&&(Gr=" "+_e(Ir)),Fr.length===0&&(!Tr||Ir.length==0))return Cr[0]+Gr+Cr[1];if(Lr<0)return rr(Ir)?vr.stylize(RegExp.prototype.toString.call(Ir),"regexp"):vr.stylize("[Object]","special");vr.seen.push(Ir);var yr;return Tr?yr=Ce(vr,Ir,Lr,zr,Fr):yr=Fr.map(function(Sr){return he(vr,Ir,Lr,zr,Sr,Tr)}),vr.seen.pop(),Ne(yr,Gr,Cr)}function Ie(vr,Ir){if(tr(Ir))return vr.stylize("undefined","undefined");if(qe(Ir)){var Lr="'"+JSON.stringify(Ir).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return vr.stylize(Lr,"string")}if(Ue(Ir))return vr.stylize(""+Ir,"number");if(Ve(Ir))return vr.stylize(""+Ir,"boolean");if(jt(Ir))return vr.stylize("null","null")}function _e(vr){return"["+Error.prototype.toString.call(vr)+"]"}function Ce(vr,Ir,Lr,gr,_r){for(var Fr=[],zr=0,Vr=Ir.length;zr<Vr;++zr)Er(Ir,String(zr))?Fr.push(he(vr,Ir,Lr,gr,String(zr),!0)):Fr.push("");return _r.forEach(function(Gr){Gr.match(/^\d+$/)||Fr.push(he(vr,Ir,Lr,gr,Gr,!0))}),Fr}function he(vr,Ir,Lr,gr,_r,Fr){var zr,Vr,Gr;if(Gr=Object.getOwnPropertyDescriptor(Ir,_r)||{value:Ir[_r]},Gr.get?Gr.set?Vr=vr.stylize("[Getter/Setter]","special"):Vr=vr.stylize("[Getter]","special"):Gr.set&&(Vr=vr.stylize("[Setter]","special")),Er(gr,_r)||(zr="["+_r+"]"),Vr||(vr.seen.indexOf(Gr.value)<0?(jt(Lr)?Vr=pe(vr,Gr.value,null):Vr=pe(vr,Gr.value,Lr-1),Vr.indexOf(`
`)>-1&&(Fr?Vr=Vr.split(`
`).map(function(Tr){return" "+Tr}).join(`
`).substr(2):Vr=`
`+Vr.split(`
`).map(function(Tr){return" "+Tr}).join(`
`))):Vr=vr.stylize("[Circular]","special")),tr(zr)){if(Fr&&_r.match(/^\d+$/))return Vr;zr=JSON.stringify(""+_r),zr.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(zr=zr.substr(1,zr.length-2),zr=vr.stylize(zr,"name")):(zr=zr.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),zr=vr.stylize(zr,"string"))}return zr+": "+Vr}function Ne(vr,Ir,Lr){var gr=vr.reduce(function(_r,Fr){return Fr.indexOf(`
`)>=0,_r+Fr.replace(/\u001b\[\d\d?m/g,"").length+1},0);return gr>60?Lr[0]+(Ir===""?"":Ir+`
`)+" "+vr.join(`,
`)+" "+Lr[1]:Lr[0]+Ir+" "+vr.join(", ")+" "+Lr[1]}function Fe(vr){return Array.isArray(vr)}L.isArray=Fe;function Ve(vr){return typeof vr=="boolean"}L.isBoolean=Ve;function jt(vr){return vr===null}L.isNull=jt;function Et(vr){return vr==null}L.isNullOrUndefined=Et;function Ue(vr){return typeof vr=="number"}L.isNumber=Ue;function qe(vr){return typeof vr=="string"}L.isString=qe;function kt(vr){return typeof vr=="symbol"}L.isSymbol=kt;function tr(vr){return vr===void 0}L.isUndefined=tr;function rr(vr){return ar(vr)&&hr(vr)==="[object RegExp]"}L.isRegExp=rr;function ar(vr){return typeof vr=="object"&&vr!==null}L.isObject=ar;function nr(vr){return ar(vr)&&hr(vr)==="[object Date]"}L.isDate=nr;function ur(vr){return ar(vr)&&(hr(vr)==="[object Error]"||vr instanceof Error)}L.isError=ur;function cr(vr){return typeof vr=="function"}L.isFunction=cr;function mr(vr){return vr===null||typeof vr=="boolean"||typeof vr=="number"||typeof vr=="string"||typeof vr=="symbol"||typeof vr>"u"}L.isPrimitive=mr,L.isBuffer=n("./support/isBuffer");function hr(vr){return Object.prototype.toString.call(vr)}function br(vr){return vr<10?"0"+vr.toString(10):vr.toString(10)}var Rr=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function xr(){var vr=new Date,Ir=[br(vr.getHours()),br(vr.getMinutes()),br(vr.getSeconds())].join(":");return[vr.getDate(),Rr[vr.getMonth()],Ir].join(" ")}L.log=function(){console.log("%s - %s",xr(),L.format.apply(L,arguments))},L.inherits=n("inherits"),L._extend=function(vr,Ir){if(!Ir||!ar(Ir))return vr;for(var Lr=Object.keys(Ir),gr=Lr.length;gr--;)vr[Lr[gr]]=Ir[Lr[gr]];return vr};function Er(vr,Ir){return Object.prototype.hasOwnProperty.call(vr,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(he){var Ne=he.length;if(Ne%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var Fe=he.indexOf("=");Fe===-1&&(Fe=Ne);var Ve=Fe===Ne?0:4-Fe%4;return[Fe,Ve]}function ue(he){var Ne=oe(he),Fe=Ne[0],Ve=Ne[1];return(Fe+Ve)*3/4-Ve}function de(he,Ne,Fe){return(Ne+Fe)*3/4-Fe}function pe(he){var Ne,Fe=oe(he),Ve=Fe[0],jt=Fe[1],Et=new V(de(he,Ve,jt)),Ue=0,qe=jt>0?Ve-4:Ve,kt;for(kt=0;kt<qe;kt+=4)Ne=j[he.charCodeAt(kt)]<<18|j[he.charCodeAt(kt+1)]<<12|j[he.charCodeAt(kt+2)]<<6|j[he.charCodeAt(kt+3)],Et[Ue++]=Ne>>16&255,Et[Ue++]=Ne>>8&255,Et[Ue++]=Ne&255;return jt===2&&(Ne=j[he.charCodeAt(kt)]<<2|j[he.charCodeAt(kt+1)]>>4,Et[Ue++]=Ne&255),jt===1&&(Ne=j[he.charCodeAt(kt)]<<10|j[he.charCodeAt(kt+1)]<<4|j[he.charCodeAt(kt+2)]>>2,Et[Ue++]=Ne>>8&255,Et[Ue++]=Ne&255),Et}function Ie(he){return $[he>>18&63]+$[he>>12&63]+$[he>>6&63]+$[he&63]}function _e(he,Ne,Fe){for(var Ve,jt=[],Et=Ne;Et<Fe;Et+=3)Ve=(he[Et]<<16&16711680)+(he[Et+1]<<8&65280)+(he[Et+2]&255),jt.push(Ie(Ve));return jt.join("")}function Ce(he){for(var Ne,Fe=he.length,Ve=Fe%3,jt=[],Et=16383,Ue=0,qe=Fe-Ve;Ue<qe;Ue+=Et)jt.push(_e(he,Ue,Ue+Et>qe?qe:Ue+Et));return Ve===1?(Ne=he[Fe-1],jt.push($[Ne>>2]+$[Ne<<4&63]+"==")):Ve===2&&(Ne=(he[Fe-2]<<8)+he[Fe-1],jt.push($[Ne>>10]+$[Ne>>4&63]+$[Ne<<2&63]+"=")),jt.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(vr){var Ir=de.match(vr);return Ir&&Ir.length>1&&Ir[1]||""}function Ie(vr){var Ir=de.match(vr);return Ir&&Ir.length>1&&Ir[2]||""}var _e=pe(/(ipod|iphone|ipad)/i).toLowerCase(),Ce=/like android/i.test(de),he=!Ce&&/android/i.test(de),Ne=/nexus\s*[0-6]\s*/i.test(de),Fe=!Ne&&/nexus\s*[0-9]+/i.test(de),Ve=/CrOS/.test(de),jt=/silk/i.test(de),Et=/sailfish/i.test(de),Ue=/tizen/i.test(de),qe=/(web|hpw)(o|0)s/i.test(de),kt=/windows phone/i.test(de),tr=!kt&&/windows/i.test(de),rr=!_e&&!jt&&/macintosh/i.test(de),ar=!he&&!Et&&!Ue&&!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),mr=!cr&&/[^-]mobi/i.test(de),hr=/xbox/i.test(de),br;/opera/i.test(de)?br={name:"Opera",opera:$,version:ur||pe(/(?:opera|opr|opios)[\s\/](\d+(\.\d+)?)/i)}:/opr\/|opios/i.test(de)?br={name:"Opera",opera:$,version:pe(/(?:opr|opios)[\s\/](\d+(\.\d+)?)/i)||ur}:/SamsungBrowser/i.test(de)?br={name:"Samsung Internet for Android",samsungBrowser:$,version:ur||pe(/(?:SamsungBrowser)[\s\/](\d+(\.\d+)?)/i)}:/Whale/i.test(de)?br={name:"NAVER Whale browser",whale:$,version:pe(/(?:whale)[\s\/](\d+(?:\.\d+)+)/i)}:/MZBrowser/i.test(de)?br={name:"MZ Browser",mzbrowser:$,version:pe(/(?:MZBrowser)[\s\/](\d+(?:\.\d+)+)/i)}:/coast/i.test(de)?br={name:"Opera Coast",coast:$,version:ur||pe(/(?:coast)[\s\/](\d+(\.\d+)?)/i)}:/focus/i.test(de)?br={name:"Focus",focus:$,version:pe(/(?:focus)[\s\/](\d+(?:\.\d+)+)/i)}:/yabrowser/i.test(de)?br={name:"Yandex Browser",yandexbrowser:$,version:ur||pe(/(?:yabrowser)[\s\/](\d+(\.\d+)?)/i)}:/ucbrowser/i.test(de)?br={name:"UC Browser",ucbrowser:$,version:pe(/(?:ucbrowser)[\s\/](\d+(?:\.\d+)+)/i)}:/mxios/i.test(de)?br={name:"Maxthon",maxthon:$,version:pe(/(?:mxios)[\s\/](\d+(?:\.\d+)+)/i)}:/epiphany/i.test(de)?br={name:"Epiphany",epiphany:$,version:pe(/(?:epiphany)[\s\/](\d+(?:\.\d+)+)/i)}:/puffin/i.test(de)?br={name:"Puffin",puffin:$,version:pe(/(?:puffin)[\s\/](\d+(?:\.\d+)?)/i)}:/sleipnir/i.test(de)?br={name:"Sleipnir",sleipnir:$,version:pe(/(?:sleipnir)[\s\/](\d+(?:\.\d+)+)/i)}:/k-meleon/i.test(de)?br={name:"K-Meleon",kMeleon:$,version:pe(/(?:k-meleon)[\s\/](\d+(?:\.\d+)+)/i)}:kt?(br={name:"Windows Phone",osname:"Windows Phone",windowsphone:$},nr?(br.msedge=$,br.version=nr):(br.msie=$,br.version=pe(/iemobile\/(\d+(\.\d+)?)/i))):/msie|trident/i.test(de)?br={name:"Internet Explorer",msie:$,version:pe(/(?:msie |rv:)(\d+(\.\d+)?)/i)}:Ve?br={name:"Chrome",osname:"Chrome OS",chromeos:$,chromeBook:$,chrome:$,version:pe(/(?:chrome|crios|crmo)\/(\d+(\.\d+)?)/i)}:/edg([ea]|ios)/i.test(de)?br={name:"Microsoft Edge",msedge:$,version:nr}:/vivaldi/i.test(de)?br={name:"Vivaldi",vivaldi:$,version:pe(/vivaldi\/(\d+(\.\d+)?)/i)||ur}:Et?br={name:"Sailfish",osname:"Sailfish OS",sailfish:$,version:pe(/sailfish\s?browser\/(\d+(\.\d+)?)/i)}:/seamonkey\//i.test(de)?br={name:"SeaMonkey",seamonkey:$,version:pe(/seamonkey\/(\d+(\.\d+)?)/i)}:/firefox|iceweasel|fxios/i.test(de)?(br={name:"Firefox",firefox:$,version:pe(/(?:firefox|iceweasel|fxios)[ \/](\d+(\.\d+)?)/i)},/\((mobile|tablet);[^\)]*rv:[\d\.]+\)/i.test(de)&&(br.firefoxos=$,br.osname="Firefox OS")):jt?br={name:"Amazon Silk",silk:$,version:pe(/silk\/(\d+(\.\d+)?)/i)}:/phantom/i.test(de)?br={name:"PhantomJS",phantom:$,version:pe(/phantomjs\/(\d+(\.\d+)?)/i)}:/slimerjs/i.test(de)?br={name:"SlimerJS",slimer:$,version:pe(/slimerjs\/(\d+(\.\d+)?)/i)}:/blackberry|\bbb\d+/i.test(de)||/rim\stablet/i.test(de)?br={name:"BlackBerry",osname:"BlackBerry OS",blackberry:$,version:ur||pe(/blackberry[\d]+\/(\d+(\.\d+)?)/i)}:qe?(br={name:"WebOS",osname:"WebOS",webos:$,version:ur||pe(/w(?:eb)?osbrowser\/(\d+(\.\d+)?)/i)},/touchpad\//i.test(de)&&(br.touchpad=$)):/bada/i.test(de)?br={name:"Bada",osname:"Bada",bada:$,version:pe(/dolfin\/(\d+(\.\d+)?)/i)}:Ue?br={name:"Tizen",osname:"Tizen",tizen:$,version:pe(/(?:tizen\s?)?browser\/(\d+(\.\d+)?)/i)||ur}:/qupzilla/i.test(de)?br={name:"QupZilla",qupzilla:$,version:pe(/(?:qupzilla)[\s\/](\d+(?:\.\d+)+)/i)||ur}:/chromium/i.test(de)?br={name:"Chromium",chromium:$,version:pe(/(?:chromium)[\s\/](\d+(?:\.\d+)?)/i)||ur}:/chrome|crios|crmo/i.test(de)?br={name:"Chrome",chrome:$,version:pe(/(?:chrome|crios|crmo)\/(\d+(\.\d+)?)/i)}:he?br={name:"Android",version:ur}:/safari|applewebkit/i.test(de)?(br={name:"Safari",safari:$},ur&&(br.version=ur)):_e?(br={name:_e=="iphone"?"iPhone":_e=="ipad"?"iPad":"iPod"},ur&&(br.version=ur)):/googlebot/i.test(de)?br={name:"Googlebot",googlebot:$,version:pe(/googlebot\/(\d+(\.\d+))/i)||ur}:br={name:pe(/^(.*)\/(.*) /),version:Ie(/^(.*)\/(.*) /)},!br.msedge&&/(apple)?webkit/i.test(de)?(/(apple)?webkit\/537\.36/i.test(de)?(br.name=br.name||"Blink",br.blink=$):(br.name=br.name||"Webkit",br.webkit=$),!br.version&&ur&&(br.version=ur)):!br.opera&&/gecko\//i.test(de)&&(br.name=br.name||"Gecko",br.gecko=$,br.version=br.version||pe(/gecko\/(\d+(\.\d+)?)/i)),!br.windowsphone&&(he||br.silk)?(br.android=$,br.osname="Android"):!br.windowsphone&&_e?(br[_e]=$,br.ios=$,br.osname="iOS"):rr?(br.mac=$,br.osname="macOS"):hr?(br.xbox=$,br.osname="Xbox"):tr?(br.windows=$,br.osname="Windows"):ar&&(br.linux=$,br.osname="Linux");function Rr(vr){switch(vr){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="";br.windows?xr=Rr(pe(/Windows ((NT|XP)( \d\d?.\d)?)/i)):br.windowsphone?xr=pe(/windows phone (?:os)?\s?(\d+(\.\d+)*)/i):br.mac?(xr=pe(/Mac OS X (\d+([_\.\s]\d+)*)/i),xr=xr.replace(/[_\s]/g,".")):_e?(xr=pe(/os (\d+([_\s]\d+)*) like mac os x/i),xr=xr.replace(/[_\s]/g,".")):he?xr=pe(/android[ \/-](\d+(\.\d+)*)/i):br.webos?xr=pe(/(?:web|hpw)os\/(\d+(\.\d+)*)/i):br.blackberry?xr=pe(/rim\stablet\sos\s(\d+(\.\d+)*)/i):br.bada?xr=pe(/bada\/(\d+(\.\d+)*)/i):br.tizen&&(xr=pe(/tizen[\/\s](\d+(\.\d+)*)/i)),xr&&(br.osversion=xr);var Er=!br.windows&&xr.split(".")[0];return cr||Fe||_e=="ipad"||he&&(Er==3||Er>=4&&!mr)||br.silk?br.tablet=$:(mr||_e=="iphone"||_e=="ipod"||he||Ne||br.blackberry||br.webos||br.bada)&&(br.mobile=$),br.msedge||br.msie&&br.version>=10||br.yandexbrowser&&br.version>=15||br.vivaldi&&br.version>=1||br.chrome&&br.version>=20||br.samsungBrowser&&br.version>=4||br.whale&&ie([br.version,"1.0"])===1||br.mzbrowser&&ie([br.version,"6.0"])===1||br.focus&&ie([br.version,"1.0"])===1||br.firefox&&br.version>=20||br.safari&&br.version>=6||br.opera&&br.version>=10||br.ios&&br.osversion&&br.osversion.split(".")[0]>=6||br.blackberry&&br.version>=10.1||br.chromium&&br.version>=20?br.a=$:br.msie&&br.version<10||br.chrome&&br.version<20||br.firefox&&br.version<20||br.safari&&br.version<6||br.opera&&br.version<10||br.ios&&br.osversion&&br.osversion.split(".")[0]<6||br.chromium&&br.version<20?br.c=$:br.x=$,br}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=[],_e;if(Array.prototype.map)return Array.prototype.map.call(de,pe);for(_e=0;_e<de.length;_e++)Ie.push(pe(de[_e]));return Ie}function ie(de){for(var pe=Math.max(z(de[0]),z(de[1])),Ie=re(de,function(_e){var Ce=pe-z(_e);return _e=_e+new Array(Ce+1).join(".0"),re(_e.split("."),function(he){return new Array(20-he.length).join("0")+he}).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 _e=V;typeof pe=="string"&&(Ie=pe,pe=void 0),pe===void 0&&(pe=!1),Ie&&(_e=j(Ie));var Ce=""+_e.version;for(var he in de)if(de.hasOwnProperty(he)&&_e[he]){if(typeof de[he]!="string")throw new Error("Browser version in the minVersion map should be a string: "+he+": "+String(de));return ie([Ce,de[he]])<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=Ve,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,jr){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,jr)}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,jr){if(typeof Kr=="string")return _e(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(kr(Kr,ArrayBuffer)||Kr&&kr(Kr.buffer,ArrayBuffer))return he(Kr,Nr,jr);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,jr);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,jr);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,jr){return ue(Kr,Nr,jr)},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,jr){return de(Kr),Kr<=0?ie(Kr):Nr!==void 0?typeof jr=="string"?ie(Kr).fill(Nr,jr):ie(Kr).fill(Nr):ie(Kr)}oe.alloc=function(Kr,Nr,jr){return pe(Kr,Nr,jr)};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 _e(Kr,Nr){if((typeof Nr!="string"||Nr==="")&&(Nr="utf8"),!oe.isEncoding(Nr))throw new TypeError("Unknown encoding: "+Nr);var jr=jt(Kr,Nr)|0,Qr=ie(jr),ca=Qr.write(Kr,Nr);return ca!==jr&&(Qr=Qr.slice(0,ca)),Qr}function Ce(Kr){for(var Nr=Kr.length<0?0:Fe(Kr.length)|0,jr=ie(Nr),Qr=0;Qr<Nr;Qr+=1)jr[Qr]=Kr[Qr]&255;return jr}function he(Kr,Nr,jr){if(Nr<0||Kr.byteLength<Nr)throw new RangeError('"offset" is outside of buffer bounds');if(Kr.byteLength<Nr+(jr||0))throw new RangeError('"length" is outside of buffer bounds');var Qr;return Nr===void 0&&jr===void 0?Qr=new Uint8Array(Kr):jr===void 0?Qr=new Uint8Array(Kr,Nr):Qr=new Uint8Array(Kr,Nr,jr),Qr.__proto__=oe.prototype,Qr}function Ne(Kr){if(oe.isBuffer(Kr)){var Nr=Fe(Kr.length)|0,jr=ie(Nr);return jr.length===0||Kr.copy(jr,0,0,Nr),jr}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 Ve(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,jr){if(kr(Nr,Uint8Array)&&(Nr=oe.from(Nr,Nr.offset,Nr.byteLength)),kr(jr,Uint8Array)&&(jr=oe.from(jr,jr.offset,jr.byteLength)),!oe.isBuffer(Nr)||!oe.isBuffer(jr))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(Nr===jr)return 0;for(var Qr=Nr.length,ca=jr.length,Po=0,Wa=Math.min(Qr,ca);Po<Wa;++Po)if(Nr[Po]!==jr[Po]){Qr=Nr[Po],ca=jr[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,jr){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(jr===void 0)for(jr=0,Qr=0;Qr<Nr.length;++Qr)jr+=Nr[Qr].length;var ca=oe.allocUnsafe(jr),Po=0;for(Qr=0;Qr<Nr.length;++Qr){var Wa=Nr[Qr];if(kr(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 jt(Kr,Nr){if(oe.isBuffer(Kr))return Kr.length;if(ArrayBuffer.isView(Kr)||kr(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 jr=Kr.length,Qr=arguments.length>2&&arguments[2]===!0;if(!Qr&&jr===0)return 0;for(var ca=!1;;)switch(Nr){case"ascii":case"latin1":case"binary":return jr;case"utf8":case"utf-8":return Cr(Kr).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return jr*2;case"hex":return jr>>>1;case"base64":return Sr(Kr).length;default:if(ca)return Qr?-1:Cr(Kr).length;Nr=(""+Nr).toLowerCase(),ca=!0}}oe.byteLength=jt;function Et(Kr,Nr,jr){var Qr=!1;if((Nr===void 0||Nr<0)&&(Nr=0),Nr>this.length||((jr===void 0||jr>this.length)&&(jr=this.length),jr<=0)||(jr>>>=0,Nr>>>=0,jr<=Nr))return"";for(Kr||(Kr="utf8");;)switch(Kr){case"hex":return vr(this,Nr,jr);case"utf8":case"utf-8":return hr(this,Nr,jr);case"ascii":return xr(this,Nr,jr);case"latin1":case"binary":return Er(this,Nr,jr);case"base64":return mr(this,Nr,jr);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Ir(this,Nr,jr);default:if(Qr)throw new TypeError("Unknown encoding: "+Kr);Kr=(Kr+"").toLowerCase(),Qr=!0}}oe.prototype._isBuffer=!0;function Ue(Kr,Nr,jr){var Qr=Kr[Nr];Kr[Nr]=Kr[jr],Kr[jr]=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 jr=0;jr<Nr;jr+=2)Ue(this,jr,jr+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 jr=0;jr<Nr;jr+=4)Ue(this,jr,jr+3),Ue(this,jr+1,jr+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 jr=0;jr<Nr;jr+=8)Ue(this,jr,jr+7),Ue(this,jr+1,jr+6),Ue(this,jr+2,jr+5),Ue(this,jr+3,jr+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="",jr=L.INSPECT_MAX_BYTES;return Nr=this.toString("hex",0,jr).replace(/(.{2})/g,"$1 ").trim(),this.length>jr&&(Nr+=" ... "),"<Buffer "+Nr+">"},oe.prototype.compare=function(Nr,jr,Qr,ca,Po){if(kr(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(jr===void 0&&(jr=0),Qr===void 0&&(Qr=Nr?Nr.length:0),ca===void 0&&(ca=0),Po===void 0&&(Po=this.length),jr<0||Qr>Nr.length||ca<0||Po>this.length)throw new RangeError("out of range index");if(ca>=Po&&jr>=Qr)return 0;if(ca>=Po)return-1;if(jr>=Qr)return 1;if(jr>>>=0,Qr>>>=0,ca>>>=0,Po>>>=0,this===Nr)return 0;for(var Wa=Po-ca,qo=Qr-jr,ds=Math.min(Wa,qo),Kn=this.slice(ca,Po),Hr=Nr.slice(jr,Qr),Ar=0;Ar<ds;++Ar)if(Kn[Ar]!==Hr[Ar]){Wa=Kn[Ar],qo=Hr[Ar];break}return Wa<qo?-1:qo<Wa?1:0};function qe(Kr,Nr,jr,Qr,ca){if(Kr.length===0)return-1;if(typeof jr=="string"?(Qr=jr,jr=0):jr>2147483647?jr=2147483647:jr<-2147483648&&(jr=-2147483648),jr=+jr,Wr(jr)&&(jr=ca?0:Kr.length-1),jr<0&&(jr=Kr.length+jr),jr>=Kr.length){if(ca)return-1;jr=Kr.length-1}else if(jr<0)if(ca)jr=0;else return-1;if(typeof Nr=="string"&&(Nr=oe.from(Nr,Qr)),oe.isBuffer(Nr))return Nr.length===0?-1:kt(Kr,Nr,jr,Qr,ca);if(typeof Nr=="number")return Nr=Nr&255,typeof Uint8Array.prototype.indexOf=="function"?ca?Uint8Array.prototype.indexOf.call(Kr,Nr,jr):Uint8Array.prototype.lastIndexOf.call(Kr,Nr,jr):kt(Kr,[Nr],jr,Qr,ca);throw new TypeError("val must be string, number or Buffer")}function kt(Kr,Nr,jr,Qr,ca){var Po=1,Wa=Kr.length,qo=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,qo/=2,jr/=2}function ds(In,Sa){return Po===1?In[Sa]:In.readUInt16BE(Sa*Po)}var Kn;if(ca){var Hr=-1;for(Kn=jr;Kn<Wa;Kn++)if(ds(Kr,Kn)===ds(Nr,Hr===-1?0:Kn-Hr)){if(Hr===-1&&(Hr=Kn),Kn-Hr+1===qo)return Hr*Po}else Hr!==-1&&(Kn-=Kn-Hr),Hr=-1}else for(jr+qo>Wa&&(jr=Wa-qo),Kn=jr;Kn>=0;Kn--){for(var Ar=!0,On=0;On<qo;On++)if(ds(Kr,Kn+On)!==ds(Nr,On)){Ar=!1;break}if(Ar)return Kn}return-1}oe.prototype.includes=function(Nr,jr,Qr){return this.indexOf(Nr,jr,Qr)!==-1},oe.prototype.indexOf=function(Nr,jr,Qr){return qe(this,Nr,jr,Qr,!0)},oe.prototype.lastIndexOf=function(Nr,jr,Qr){return qe(this,Nr,jr,Qr,!1)};function tr(Kr,Nr,jr,Qr){jr=Number(jr)||0;var ca=Kr.length-jr;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 qo=parseInt(Nr.substr(Wa*2,2),16);if(Wr(qo))return Wa;Kr[jr+Wa]=qo}return Wa}function rr(Kr,Nr,jr,Qr){return Dr(Cr(Nr,Kr.length-jr),Kr,jr,Qr)}function ar(Kr,Nr,jr,Qr){return Dr(Mr(Nr),Kr,jr,Qr)}function nr(Kr,Nr,jr,Qr){return ar(Kr,Nr,jr,Qr)}function ur(Kr,Nr,jr,Qr){return Dr(Sr(Nr),Kr,jr,Qr)}function cr(Kr,Nr,jr,Qr){return Dr(yr(Nr,Kr.length-jr),Kr,jr,Qr)}oe.prototype.write=function(Nr,jr,Qr,ca){if(jr===void 0)ca="utf8",Qr=this.length,jr=0;else if(Qr===void 0&&typeof jr=="string")ca=jr,Qr=this.length,jr=0;else if(isFinite(jr))jr=jr>>>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-jr;if((Qr===void 0||Qr>Po)&&(Qr=Po),Nr.length>0&&(Qr<0||jr<0)||jr>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,jr,Qr);case"utf8":case"utf-8":return rr(this,Nr,jr,Qr);case"ascii":return ar(this,Nr,jr,Qr);case"latin1":case"binary":return nr(this,Nr,jr,Qr);case"base64":return ur(this,Nr,jr,Qr);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return cr(this,Nr,jr,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 mr(Kr,Nr,jr){return Nr===0&&jr===Kr.length?j.fromByteArray(Kr):j.fromByteArray(Kr.slice(Nr,jr))}function hr(Kr,Nr,jr){jr=Math.min(Kr.length,jr);for(var Qr=[],ca=Nr;ca<jr;){var Po=Kr[ca],Wa=null,qo=Po>239?4:Po>223?3:Po>191?2:1;if(ca+qo<=jr){var ds,Kn,Hr,Ar;switch(qo){case 1:Po<128&&(Wa=Po);break;case 2:ds=Kr[ca+1],(ds&192)===128&&(Ar=(Po&31)<<6|ds&63,Ar>127&&(Wa=Ar));break;case 3:ds=Kr[ca+1],Kn=Kr[ca+2],(ds&192)===128&&(Kn&192)===128&&(Ar=(Po&15)<<12|(ds&63)<<6|Kn&63,Ar>2047&&(Ar<55296||Ar>57343)&&(Wa=Ar));break;case 4:ds=Kr[ca+1],Kn=Kr[ca+2],Hr=Kr[ca+3],(ds&192)===128&&(Kn&192)===128&&(Hr&192)===128&&(Ar=(Po&15)<<18|(ds&63)<<12|(Kn&63)<<6|Hr&63,Ar>65535&&Ar<1114112&&(Wa=Ar))}}Wa===null?(Wa=65533,qo=1):Wa>65535&&(Wa-=65536,Qr.push(Wa>>>10&1023|55296),Wa=56320|Wa&1023),Qr.push(Wa),ca+=qo}return Rr(Qr)}var br=4096;function Rr(Kr){var Nr=Kr.length;if(Nr<=br)return String.fromCharCode.apply(String,Kr);for(var jr="",Qr=0;Qr<Nr;)jr+=String.fromCharCode.apply(String,Kr.slice(Qr,Qr+=br));return jr}function xr(Kr,Nr,jr){var Qr="";jr=Math.min(Kr.length,jr);for(var ca=Nr;ca<jr;++ca)Qr+=String.fromCharCode(Kr[ca]&127);return Qr}function Er(Kr,Nr,jr){var Qr="";jr=Math.min(Kr.length,jr);for(var ca=Nr;ca<jr;++ca)Qr+=String.fromCharCode(Kr[ca]);return Qr}function vr(Kr,Nr,jr){var Qr=Kr.length;(!Nr||Nr<0)&&(Nr=0),(!jr||jr<0||jr>Qr)&&(jr=Qr);for(var ca="",Po=Nr;Po<jr;++Po)ca+=Tr(Kr[Po]);return ca}function Ir(Kr,Nr,jr){for(var Qr=Kr.slice(Nr,jr),ca="",Po=0;Po<Qr.length;Po+=2)ca+=String.fromCharCode(Qr[Po]+Qr[Po+1]*256);return ca}oe.prototype.slice=function(Nr,jr){var Qr=this.length;Nr=~~Nr,jr=jr===void 0?Qr:~~jr,Nr<0?(Nr+=Qr,Nr<0&&(Nr=0)):Nr>Qr&&(Nr=Qr),jr<0?(jr+=Qr,jr<0&&(jr=0)):jr>Qr&&(jr=Qr),jr<Nr&&(jr=Nr);var ca=this.subarray(Nr,jr);return ca.__proto__=oe.prototype,ca};function Lr(Kr,Nr,jr){if(Kr%1!==0||Kr<0)throw new RangeError("offset is not uint");if(Kr+Nr>jr)throw new RangeError("Trying to access beyond buffer length")}oe.prototype.readUIntLE=function(Nr,jr,Qr){Nr=Nr>>>0,jr=jr>>>0,Qr||Lr(Nr,jr,this.length);for(var ca=this[Nr],Po=1,Wa=0;++Wa<jr&&(Po*=256);)ca+=this[Nr+Wa]*Po;return ca},oe.prototype.readUIntBE=function(Nr,jr,Qr){Nr=Nr>>>0,jr=jr>>>0,Qr||Lr(Nr,jr,this.length);for(var ca=this[Nr+--jr],Po=1;jr>0&&(Po*=256);)ca+=this[Nr+--jr]*Po;return ca},oe.prototype.readUInt8=function(Nr,jr){return Nr=Nr>>>0,jr||Lr(Nr,1,this.length),this[Nr]},oe.prototype.readUInt16LE=function(Nr,jr){return Nr=Nr>>>0,jr||Lr(Nr,2,this.length),this[Nr]|this[Nr+1]<<8},oe.prototype.readUInt16BE=function(Nr,jr){return Nr=Nr>>>0,jr||Lr(Nr,2,this.length),this[Nr]<<8|this[Nr+1]},oe.prototype.readUInt32LE=function(Nr,jr){return Nr=Nr>>>0,jr||Lr(Nr,4,this.length),(this[Nr]|this[Nr+1]<<8|this[Nr+2]<<16)+this[Nr+3]*16777216},oe.prototype.readUInt32BE=function(Nr,jr){return Nr=Nr>>>0,jr||Lr(Nr,4,this.length),this[Nr]*16777216+(this[Nr+1]<<16|this[Nr+2]<<8|this[Nr+3])},oe.prototype.readIntLE=function(Nr,jr,Qr){Nr=Nr>>>0,jr=jr>>>0,Qr||Lr(Nr,jr,this.length);for(var ca=this[Nr],Po=1,Wa=0;++Wa<jr&&(Po*=256);)ca+=this[Nr+Wa]*Po;return Po*=128,ca>=Po&&(ca-=Math.pow(2,8*jr)),ca},oe.prototype.readIntBE=function(Nr,jr,Qr){Nr=Nr>>>0,jr=jr>>>0,Qr||Lr(Nr,jr,this.length);for(var ca=jr,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*jr)),Wa},oe.prototype.readInt8=function(Nr,jr){return Nr=Nr>>>0,jr||Lr(Nr,1,this.length),this[Nr]&128?(255-this[Nr]+1)*-1:this[Nr]},oe.prototype.readInt16LE=function(Nr,jr){Nr=Nr>>>0,jr||Lr(Nr,2,this.length);var Qr=this[Nr]|this[Nr+1]<<8;return Qr&32768?Qr|4294901760:Qr},oe.prototype.readInt16BE=function(Nr,jr){Nr=Nr>>>0,jr||Lr(Nr,2,this.length);var Qr=this[Nr+1]|this[Nr]<<8;return Qr&32768?Qr|4294901760:Qr},oe.prototype.readInt32LE=function(Nr,jr){return Nr=Nr>>>0,jr||Lr(Nr,4,this.length),this[Nr]|this[Nr+1]<<8|this[Nr+2]<<16|this[Nr+3]<<24},oe.prototype.readInt32BE=function(Nr,jr){return Nr=Nr>>>0,jr||Lr(Nr,4,this.length),this[Nr]<<24|this[Nr+1]<<16|this[Nr+2]<<8|this[Nr+3]},oe.prototype.readFloatLE=function(Nr,jr){return Nr=Nr>>>0,jr||Lr(Nr,4,this.length),V.read(this,Nr,!0,23,4)},oe.prototype.readFloatBE=function(Nr,jr){return Nr=Nr>>>0,jr||Lr(Nr,4,this.length),V.read(this,Nr,!1,23,4)},oe.prototype.readDoubleLE=function(Nr,jr){return Nr=Nr>>>0,jr||Lr(Nr,8,this.length),V.read(this,Nr,!0,52,8)},oe.prototype.readDoubleBE=function(Nr,jr){return Nr=Nr>>>0,jr||Lr(Nr,8,this.length),V.read(this,Nr,!1,52,8)};function gr(Kr,Nr,jr,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(jr+Qr>Kr.length)throw new RangeError("Index out of range")}oe.prototype.writeUIntLE=function(Nr,jr,Qr,ca){if(Nr=+Nr,jr=jr>>>0,Qr=Qr>>>0,!ca){var Po=Math.pow(2,8*Qr)-1;gr(this,Nr,jr,Qr,Po,0)}var Wa=1,qo=0;for(this[jr]=Nr&255;++qo<Qr&&(Wa*=256);)this[jr+qo]=Nr/Wa&255;return jr+Qr},oe.prototype.writeUIntBE=function(Nr,jr,Qr,ca){if(Nr=+Nr,jr=jr>>>0,Qr=Qr>>>0,!ca){var Po=Math.pow(2,8*Qr)-1;gr(this,Nr,jr,Qr,Po,0)}var Wa=Qr-1,qo=1;for(this[jr+Wa]=Nr&255;--Wa>=0&&(qo*=256);)this[jr+Wa]=Nr/qo&255;return jr+Qr},oe.prototype.writeUInt8=function(Nr,jr,Qr){return Nr=+Nr,jr=jr>>>0,Qr||gr(this,Nr,jr,1,255,0),this[jr]=Nr&255,jr+1},oe.prototype.writeUInt16LE=function(Nr,jr,Qr){return Nr=+Nr,jr=jr>>>0,Qr||gr(this,Nr,jr,2,65535,0),this[jr]=Nr&255,this[jr+1]=Nr>>>8,jr+2},oe.prototype.writeUInt16BE=function(Nr,jr,Qr){return Nr=+Nr,jr=jr>>>0,Qr||gr(this,Nr,jr,2,65535,0),this[jr]=Nr>>>8,this[jr+1]=Nr&255,jr+2},oe.prototype.writeUInt32LE=function(Nr,jr,Qr){return Nr=+Nr,jr=jr>>>0,Qr||gr(this,Nr,jr,4,4294967295,0),this[jr+3]=Nr>>>24,this[jr+2]=Nr>>>16,this[jr+1]=Nr>>>8,this[jr]=Nr&255,jr+4},oe.prototype.writeUInt32BE=function(Nr,jr,Qr){return Nr=+Nr,jr=jr>>>0,Qr||gr(this,Nr,jr,4,4294967295,0),this[jr]=Nr>>>24,this[jr+1]=Nr>>>16,this[jr+2]=Nr>>>8,this[jr+3]=Nr&255,jr+4},oe.prototype.writeIntLE=function(Nr,jr,Qr,ca){if(Nr=+Nr,jr=jr>>>0,!ca){var Po=Math.pow(2,8*Qr-1);gr(this,Nr,jr,Qr,Po-1,-Po)}var Wa=0,qo=1,ds=0;for(this[jr]=Nr&255;++Wa<Qr&&(qo*=256);)Nr<0&&ds===0&&this[jr+Wa-1]!==0&&(ds=1),this[jr+Wa]=(Nr/qo>>0)-ds&255;return jr+Qr},oe.prototype.writeIntBE=function(Nr,jr,Qr,ca){if(Nr=+Nr,jr=jr>>>0,!ca){var Po=Math.pow(2,8*Qr-1);gr(this,Nr,jr,Qr,Po-1,-Po)}var Wa=Qr-1,qo=1,ds=0;for(this[jr+Wa]=Nr&255;--Wa>=0&&(qo*=256);)Nr<0&&ds===0&&this[jr+Wa+1]!==0&&(ds=1),this[jr+Wa]=(Nr/qo>>0)-ds&255;return jr+Qr},oe.prototype.writeInt8=function(Nr,jr,Qr){return Nr=+Nr,jr=jr>>>0,Qr||gr(this,Nr,jr,1,127,-128),Nr<0&&(Nr=255+Nr+1),this[jr]=Nr&255,jr+1},oe.prototype.writeInt16LE=function(Nr,jr,Qr){return Nr=+Nr,jr=jr>>>0,Qr||gr(this,Nr,jr,2,32767,-32768),this[jr]=Nr&255,this[jr+1]=Nr>>>8,jr+2},oe.prototype.writeInt16BE=function(Nr,jr,Qr){return Nr=+Nr,jr=jr>>>0,Qr||gr(this,Nr,jr,2,32767,-32768),this[jr]=Nr>>>8,this[jr+1]=Nr&255,jr+2},oe.prototype.writeInt32LE=function(Nr,jr,Qr){return Nr=+Nr,jr=jr>>>0,Qr||gr(this,Nr,jr,4,2147483647,-2147483648),this[jr]=Nr&255,this[jr+1]=Nr>>>8,this[jr+2]=Nr>>>16,this[jr+3]=Nr>>>24,jr+4},oe.prototype.writeInt32BE=function(Nr,jr,Qr){return Nr=+Nr,jr=jr>>>0,Qr||gr(this,Nr,jr,4,2147483647,-2147483648),Nr<0&&(Nr=4294967295+Nr+1),this[jr]=Nr>>>24,this[jr+1]=Nr>>>16,this[jr+2]=Nr>>>8,this[jr+3]=Nr&255,jr+4};function _r(Kr,Nr,jr,Qr,ca,Po){if(jr+Qr>Kr.length)throw new RangeError("Index out of range");if(jr<0)throw new RangeError("Index out of range")}function Fr(Kr,Nr,jr,Qr,ca){return Nr=+Nr,jr=jr>>>0,ca||_r(Kr,Nr,jr,4),V.write(Kr,Nr,jr,Qr,23,4),jr+4}oe.prototype.writeFloatLE=function(Nr,jr,Qr){return Fr(this,Nr,jr,!0,Qr)},oe.prototype.writeFloatBE=function(Nr,jr,Qr){return Fr(this,Nr,jr,!1,Qr)};function zr(Kr,Nr,jr,Qr,ca){return Nr=+Nr,jr=jr>>>0,ca||_r(Kr,Nr,jr,8),V.write(Kr,Nr,jr,Qr,52,8),jr+8}oe.prototype.writeDoubleLE=function(Nr,jr,Qr){return zr(this,Nr,jr,!0,Qr)},oe.prototype.writeDoubleBE=function(Nr,jr,Qr){return zr(this,Nr,jr,!1,Qr)},oe.prototype.copy=function(Nr,jr,Qr,ca){if(!oe.isBuffer(Nr))throw new TypeError("argument should be a Buffer");if(Qr||(Qr=0),!ca&&ca!==0&&(ca=this.length),jr>=Nr.length&&(jr=Nr.length),jr||(jr=0),ca>0&&ca<Qr&&(ca=Qr),ca===Qr||Nr.length===0||this.length===0)return 0;if(jr<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-jr<ca-Qr&&(ca=Nr.length-jr+Qr);var Po=ca-Qr;if(this===Nr&&typeof Uint8Array.prototype.copyWithin=="function")this.copyWithin(jr,Qr,ca);else if(this===Nr&&Qr<jr&&jr<ca)for(var Wa=Po-1;Wa>=0;--Wa)Nr[Wa+jr]=this[Wa+Qr];else Uint8Array.prototype.set.call(Nr,this.subarray(Qr,ca),jr);return Po},oe.prototype.fill=function(Nr,jr,Qr,ca){if(typeof Nr=="string"){if(typeof jr=="string"?(ca=jr,jr=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(jr<0||this.length<jr||this.length<Qr)throw new RangeError("Out of range index");if(Qr<=jr)return this;jr=jr>>>0,Qr=Qr===void 0?this.length:Qr>>>0,Nr||(Nr=0);var Wa;if(typeof Nr=="number")for(Wa=jr;Wa<Qr;++Wa)this[Wa]=Nr;else{var qo=oe.isBuffer(Nr)?Nr:oe.from(Nr,ca),ds=qo.length;if(ds===0)throw new TypeError('The value "'+Nr+'" is invalid for argument "value"');for(Wa=0;Wa<Qr-jr;++Wa)this[Wa+jr]=qo[Wa%ds]}return this};var Vr=/[^+/0-9A-Za-z-_]/g;function Gr(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 Tr(Kr){return Kr<16?"0"+Kr.toString(16):Kr.toString(16)}function Cr(Kr,Nr){Nr=Nr||1/0;for(var jr,Qr=Kr.length,ca=null,Po=[],Wa=0;Wa<Qr;++Wa){if(jr=Kr.charCodeAt(Wa),jr>55295&&jr<57344){if(!ca){if(jr>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=jr;continue}if(jr<56320){(Nr-=3)>-1&&Po.push(239,191,189),ca=jr;continue}jr=(ca-55296<<10|jr-56320)+65536}else ca&&(Nr-=3)>-1&&Po.push(239,191,189);if(ca=null,jr<128){if((Nr-=1)<0)break;Po.push(jr)}else if(jr<2048){if((Nr-=2)<0)break;Po.push(jr>>6|192,jr&63|128)}else if(jr<65536){if((Nr-=3)<0)break;Po.push(jr>>12|224,jr>>6&63|128,jr&63|128)}else if(jr<1114112){if((Nr-=4)<0)break;Po.push(jr>>18|240,jr>>12&63|128,jr>>6&63|128,jr&63|128)}else throw new Error("Invalid code point")}return Po}function Mr(Kr){for(var Nr=[],jr=0;jr<Kr.length;++jr)Nr.push(Kr.charCodeAt(jr)&255);return Nr}function yr(Kr,Nr){for(var jr,Qr,ca,Po=[],Wa=0;Wa<Kr.length&&!((Nr-=2)<0);++Wa)jr=Kr.charCodeAt(Wa),Qr=jr>>8,ca=jr%256,Po.push(ca),Po.push(Qr);return Po}function Sr(Kr){return j.toByteArray(Gr(Kr))}function Dr(Kr,Nr,jr,Qr){for(var ca=0;ca<Qr&&!(ca+jr>=Nr.length||ca>=Kr.length);++ca)Nr[ca+jr]=Kr[ca];return ca}function kr(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(_e){if(typeof _e!="function")throw new z("a function is required");var Ce=oe($,ie,arguments);return V(Ce,1+de(0,_e.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"),_e=n("../internals/object-is-prototype-of"),Ce=n("../internals/object-get-prototype-of"),he=n("../internals/object-set-prototype-of"),Ne=n("../internals/well-known-symbol"),Fe=n("../internals/uid"),Ve=n("../internals/internal-state"),jt=Ve.enforce,Et=Ve.get,Ue=V.Int8Array,qe=Ue&&Ue.prototype,kt=V.Uint8ClampedArray,tr=kt&&kt.prototype,rr=Ue&&Ce(Ue),ar=qe&&Ce(qe),nr=Object.prototype,ur=V.TypeError,cr=Ne("toStringTag"),mr=Fe("TYPED_ARRAY_TAG"),hr="TypedArrayConstructor",br=$&&!!he&&oe(V.opera)!=="Opera",Rr=!1,xr,Er,vr,Ir={Int8Array:1,Uint8Array:1,Uint8ClampedArray:1,Int16Array:2,Uint16Array:2,Int32Array:4,Uint32Array:4,Float32Array:4,Float64Array:8},Lr={BigInt64Array:8,BigUint64Array:8},gr=function(Mr){if(!re(Mr))return!1;var yr=oe(Mr);return yr==="DataView"||ie(Ir,yr)||ie(Lr,yr)},_r=function(Cr){var Mr=Ce(Cr);if(re(Mr)){var yr=Et(Mr);return yr&&ie(yr,hr)?yr[hr]:_r(Mr)}},Fr=function(Cr){if(!re(Cr))return!1;var Mr=oe(Cr);return ie(Ir,Mr)||ie(Lr,Mr)},zr=function(Cr){if(Fr(Cr))return Cr;throw new ur("Target is not a typed array")},Vr=function(Cr){if(z(Cr)&&(!he||_e(rr,Cr)))return Cr;throw new ur(ue(Cr)+" is not a typed array constructor")},Gr=function(Cr,Mr,yr,Sr){if(j){if(yr)for(var Dr in Ir){var kr=V[Dr];if(kr&&ie(kr.prototype,Cr))try{delete kr.prototype[Cr]}catch{try{kr.prototype[Cr]=Mr}catch{}}}(!ar[Cr]||yr)&&pe(ar,Cr,yr?Mr:br&&qe[Cr]||Mr,Sr)}},Tr=function(Cr,Mr,yr){var Sr,Dr;if(j){if(he){if(yr){for(Sr in Ir)if(Dr=V[Sr],Dr&&ie(Dr,Cr))try{delete Dr[Cr]}catch{}}if(!rr[Cr]||yr)try{return pe(rr,Cr,yr?Mr:br&&rr[Cr]||Mr)}catch{}else return}for(Sr in Ir)Dr=V[Sr],Dr&&(!Dr[Cr]||yr)&&pe(Dr,Cr,Mr)}};for(xr in Ir)Er=V[xr],vr=Er&&Er.prototype,vr?jt(vr)[hr]=Er:br=!1;for(xr in Lr)Er=V[xr],vr=Er&&Er.prototype,vr&&(jt(vr)[hr]=Er);if((!br||!z(rr)||rr===Function.prototype)&&(rr=function(){throw new ur("Incorrect invocation")},br))for(xr in Ir)V[xr]&&he(V[xr],rr);if((!br||!ar||ar===nr)&&(ar=rr.prototype,br))for(xr in Ir)V[xr]&&he(V[xr].prototype,ar);if(br&&Ce(tr)!==ar&&he(tr,ar),j&&!ie(ar,cr)){Rr=!0,Ie(ar,cr,{configurable:!0,get:function(){return re(this)?this[mr]:void 0}});for(xr in Ir)V[xr]&&de(V[xr],mr,xr)}k.exports={NATIVE_ARRAY_BUFFER_VIEWS:br,TYPED_ARRAY_TAG:Rr&&mr,aTypedArray:zr,aTypedArrayConstructor:Vr,exportTypedArrayMethod:Gr,exportTypedArrayStaticMethod:Tr,getTypedArrayConstructor:_r,isView:gr,isTypedArray:Fr,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"),_e=n("../internals/to-length"),Ce=n("../internals/to-index"),he=n("../internals/math-fround"),Ne=n("../internals/ieee754"),Fe=n("../internals/object-get-prototype-of"),Ve=n("../internals/object-set-prototype-of"),jt=n("../internals/array-fill"),Et=n("../internals/array-slice"),Ue=n("../internals/inherit-if-required"),qe=n("../internals/copy-constructor-properties"),kt=n("../internals/set-to-string-tag"),tr=n("../internals/internal-state"),rr=re.PROPER,ar=re.CONFIGURABLE,nr="ArrayBuffer",ur="DataView",cr="prototype",mr="Wrong length",hr="Wrong index",br=tr.getterFor(nr),Rr=tr.getterFor(ur),xr=tr.set,Er=$[nr],vr=Er,Ir=vr&&vr[cr],Lr=$[ur],gr=Lr&&Lr[cr],_r=Object.prototype,Fr=$.Array,zr=$.RangeError,Vr=j(jt),Gr=j([].reverse),Tr=Ne.pack,Cr=Ne.unpack,Mr=function(Wa){return[Wa&255]},yr=function(Wa){return[Wa&255,Wa>>8&255]},Sr=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]},kr=function(Wa){return Tr(he(Wa),23,4)},Wr=function(Wa){return Tr(Wa,52,8)},Kr=function(Wa,qo,ds){oe(Wa[cr],qo,{configurable:!0,get:function(){return ds(this)[qo]}})},Nr=function(Wa,qo,ds,Kn){var Hr=Rr(Wa),Ar=Ce(ds),On=!!Kn;if(Ar+qo>Hr.byteLength)throw new zr(hr);var In=Hr.bytes,Sa=Ar+Hr.byteOffset,sa=Et(In,Sa,Sa+qo);return On?sa:Gr(sa)},jr=function(Wa,qo,ds,Kn,Hr,Ar){var On=Rr(Wa),In=Ce(ds),Sa=Kn(+Hr),sa=!!Ar;if(In+qo>On.byteLength)throw new zr(hr);for(var qa=On.bytes,To=In+On.byteOffset,Hi=0;Hi<qo;Hi++)qa[To+Hi]=Sa[sa?Hi:qo-Hi-1]};if(!z)vr=function(qo){pe(this,Ir);var ds=Ce(qo);xr(this,{type:nr,bytes:Vr(Fr(ds),0),byteLength:ds}),V||(this.byteLength=ds,this.detached=!1)},Ir=vr[cr],Lr=function(qo,ds,Kn){pe(this,gr),pe(qo,Ir);var Hr=br(qo),Ar=Hr.byteLength,On=Ie(ds);if(On<0||On>Ar)throw new zr("Wrong offset");if(Kn=Kn===void 0?Ar-On:_e(Kn),On+Kn>Ar)throw new zr(mr);xr(this,{type:ur,buffer:qo,byteLength:Kn,byteOffset:On,bytes:Hr.bytes}),V||(this.buffer=qo,this.byteLength=Kn,this.byteOffset=On)},gr=Lr[cr],V&&(Kr(vr,"byteLength",br),Kr(Lr,"buffer",Rr),Kr(Lr,"byteLength",Rr),Kr(Lr,"byteOffset",Rr)),ue(gr,{getInt8:function(qo){return Nr(this,1,qo)[0]<<24>>24},getUint8:function(qo){return Nr(this,1,qo)[0]},getInt16:function(qo){var ds=Nr(this,2,qo,arguments.length>1?arguments[1]:!1);return(ds[1]<<8|ds[0])<<16>>16},getUint16:function(qo){var ds=Nr(this,2,qo,arguments.length>1?arguments[1]:!1);return ds[1]<<8|ds[0]},getInt32:function(qo){return Dr(Nr(this,4,qo,arguments.length>1?arguments[1]:!1))},getUint32:function(qo){return Dr(Nr(this,4,qo,arguments.length>1?arguments[1]:!1))>>>0},getFloat32:function(qo){return Cr(Nr(this,4,qo,arguments.length>1?arguments[1]:!1),23)},getFloat64:function(qo){return Cr(Nr(this,8,qo,arguments.length>1?arguments[1]:!1),52)},setInt8:function(qo,ds){jr(this,1,qo,Mr,ds)},setUint8:function(qo,ds){jr(this,1,qo,Mr,ds)},setInt16:function(qo,ds){jr(this,2,qo,yr,ds,arguments.length>2?arguments[2]:!1)},setUint16:function(qo,ds){jr(this,2,qo,yr,ds,arguments.length>2?arguments[2]:!1)},setInt32:function(qo,ds){jr(this,4,qo,Sr,ds,arguments.length>2?arguments[2]:!1)},setUint32:function(qo,ds){jr(this,4,qo,Sr,ds,arguments.length>2?arguments[2]:!1)},setFloat32:function(qo,ds){jr(this,4,qo,kr,ds,arguments.length>2?arguments[2]:!1)},setFloat64:function(qo,ds){jr(this,8,qo,Wr,ds,arguments.length>2?arguments[2]:!1)}});else{var Qr=rr&&Er.name!==nr;!de(function(){Er(1)})||!de(function(){new Er(-1)})||de(function(){return new Er,new Er(1.5),new Er(NaN),Er.length!==1||Qr&&!ar})?(vr=function(qo){return pe(this,Ir),Ue(new Er(Ce(qo)),this,vr)},vr[cr]=Ir,Ir.constructor=vr,qe(vr,Er)):Qr&&ar&&ie(Er,"name",nr),Ve&&Fe(gr)!==_r&&Ve(gr,_r);var ca=new Lr(new vr(2)),Po=j(gr.setInt8);ca.setInt8(0,2147483648),ca.setInt8(1,2147483649),(ca.getInt8(0)||!ca.getInt8(1))&&ue(gr,{setInt8:function(qo,ds){Po(this,qo,ds<<24>>24)},setUint8:function(qo,ds){Po(this,qo,ds<<24>>24)}},{unsafe:!0})}kt(vr,nr),kt(Lr,ur),k.exports={ArrayBuffer:vr,DataView:Lr}},{"../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),_e=j(ue,pe),Ce=arguments.length>2?arguments[2]:void 0,he=re((Ce===void 0?pe:j(Ce,pe))-_e,pe-Ie),Ne=1;for(_e<Ie&&Ie<_e+he&&(Ne=-1,_e+=he-1,Ie+=he-1);he-- >0;)_e in de?de[Ie]=de[_e]:z(de,Ie),Ie+=Ne,_e+=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 he=V(Ce),Ne=ie(this),Fe=arguments.length,Ve=Fe>1?arguments[1]:void 0,jt=Ve!==void 0;jt&&(Ve=$(Ve,Fe>2?arguments[2]:void 0));var Et=pe(he),Ue=0,qe,kt,tr,rr,ar,nr;if(Et&&!(this===Ie&&re(Et)))for(rr=de(he,Et),ar=rr.next,kt=Ne?new this:[];!(tr=j(ar,rr)).done;Ue++)nr=jt?z(rr,Ve,[tr.value,Ue],!0):tr.value,ue(kt,Ue,nr);else for(qe=oe(he),kt=Ne?new this(qe):Ie(qe);qe>Ue;Ue++)nr=jt?Ve(he[Ue],Ue):he[Ue],ue(kt,Ue,nr);return kt.length=Ue,kt}},{"../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),_e;if(re&&oe!==oe){for(;pe>Ie;)if(_e=de[Ie++],_e!==_e)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,_e=de===3,Ce=de===4,he=de===6,Ne=de===7,Fe=de===5||he;return function(Ve,jt,Et,Ue){for(var qe=z(Ve),kt=V(qe),tr=re(kt),rr=$(jt,Et),ar=0,nr=Ue||ie,ur=pe?nr(Ve,tr):Ie||Ne?nr(Ve,0):void 0,cr,mr;tr>ar;ar++)if((Fe||ar in kt)&&(cr=kt[ar],mr=rr(cr,ar,qe),de))if(pe)ur[ar]=mr;else if(mr)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 he?-1:_e||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(_e){if(ue)return $(oe,this,arguments)||0;var Ce=j(this),he=z(Ce),Ne=he-1;for(arguments.length>1&&(Ne=ie(Ne,V(arguments[1]))),Ne<0&&(Ne=he+Ne);Ne>=0;Ne--)if(Ne in Ce&&Ce[Ne]===_e)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 _e=j(ue),Ce=V(_e),he=z(_e);$(de);var Ne=oe?he-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:he<=Ne)throw new re("Reduce of empty array with no initial value")}for(;oe?Ne>=0:he>Ne;Ne+=Fe)Ne in Ce&&(Ie=de(Ie,Ce[Ne],Ne,_e));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),_e=V($(z,pe),re),Ce=Ie.length,he=_e.length,Ne=0,Fe=0;Ne<Ce||Fe<he;)z[Ne+Fe]=Ne<Ce&&Fe<he?re(Ie[Ne],_e[Fe])<=0?Ie[Ne++]:_e[Fe++]:Ne<Ce?Ie[Ne++]:_e[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,_e;return de===void 0?"Undefined":de===null?"Null":typeof(Ie=ue(pe=ie(de),re))=="string"?Ie:oe?V(pe):(_e=V(pe))==="Object"&&j(pe.callee)?"Arguments":_e}},{"../internals/classof-raw":137,"../internals/is-callable":203,"../internals/to-string-tag-support":290,"../internals/well-known-symbol":306}],139:[function(n,k,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"),_e=n("../internals/internal-metadata").fastKey,Ce=n("../internals/internal-state"),he=Ce.set,Ne=Ce.getterFor;k.exports={getConstructor:function(Fe,Ve,jt,Et){var Ue=Fe(function(ar,nr){re(ar,qe),he(ar,{type:Ve,index:$(null),first:void 0,last:void 0,size:0}),Ie||(ar.size=0),ie(nr)||oe(nr,ar[Et],{that:ar,AS_ENTRIES:jt})}),qe=Ue.prototype,kt=Ne(Ve),tr=function(ar,nr,ur){var cr=kt(ar),mr=rr(ar,nr),hr,br;return mr?mr.value=ur:(cr.last=mr={index:br=_e(nr,!0),key:nr,value:ur,previous:hr=cr.last,next:void 0,removed:!1},cr.first||(cr.first=mr),hr&&(hr.next=mr),Ie?cr.size++:ar.size++,br!=="F"&&(cr.index[br]=mr)),ar},rr=function(ar,nr){var ur=kt(ar),cr=_e(nr),mr;if(cr!=="F")return ur.index[cr];for(mr=ur.first;mr;mr=mr.next)if(mr.key===nr)return mr};return V(qe,{clear:function(){for(var nr=this,ur=kt(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=kt(nr),cr=rr(nr,ar);if(cr){var mr=cr.next,hr=cr.previous;delete ur.index[cr.index],cr.removed=!0,hr&&(hr.next=mr),mr&&(mr.previous=hr),ur.first===cr&&(ur.first=mr),ur.last===cr&&(ur.last=hr),Ie?ur.size--:nr.size--}return!!cr},forEach:function(nr){for(var ur=kt(this),cr=z(nr,arguments.length>1?arguments[1]:void 0),mr;mr=mr?mr.next:ur.first;)for(cr(mr.value,mr.key,this);mr&&mr.removed;)mr=mr.previous},has:function(nr){return!!rr(this,nr)}}),V(qe,jt?{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 kt(this).size}}),Ue},setStrong:function(Fe,Ve,jt){var Et=Ve+" Iterator",Ue=Ne(Ve),qe=Ne(Et);ue(Fe,Ve,function(kt,tr){he(this,{type:Et,target:kt,state:Ue(kt),kind:tr,last:void 0})},function(){for(var kt=qe(this),tr=kt.kind,rr=kt.last;rr&&rr.removed;)rr=rr.previous;return!kt.target||!(kt.last=rr=rr?rr.next:kt.state.first)?(kt.target=void 0,de(void 0,!0)):de(tr==="keys"?rr.key:tr==="values"?rr.value:[rr.key,rr.value],!1)},jt?"entries":"values",!jt,!0),pe(Ve)}}},{"../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"),_e=n("../internals/fails"),Ce=n("../internals/check-correctness-of-iteration"),he=n("../internals/set-to-string-tag"),Ne=n("../internals/inherit-if-required");k.exports=function(Fe,Ve,jt){var Et=Fe.indexOf("Map")!==-1,Ue=Fe.indexOf("Weak")!==-1,qe=Et?"set":"add",kt=j[Fe],tr=kt&&kt.prototype,rr=kt,ar={},nr=function(xr){var Er=V(tr[xr]);re(tr,xr,xr==="add"?function(Ir){return Er(this,Ir===0?0:Ir),this}:xr==="delete"?function(vr){return Ue&&!Ie(vr)?!1:Er(this,vr===0?0:vr)}:xr==="get"?function(Ir){return Ue&&!Ie(Ir)?void 0:Er(this,Ir===0?0:Ir)}:xr==="has"?function(Ir){return Ue&&!Ie(Ir)?!1:Er(this,Ir===0?0:Ir)}:function(Ir,Lr){return Er(this,Ir===0?0:Ir,Lr),this})},ur=z(Fe,!de(kt)||!(Ue||tr.forEach&&!_e(function(){new kt().entries().next()})));if(ur)rr=jt.getConstructor(Ve,Fe,Et,qe),ie.enable();else if(z(Fe,!0)){var cr=new rr,mr=cr[qe](Ue?{}:-0,1)!==cr,hr=_e(function(){cr.has(1)}),br=Ce(function(xr){new kt(xr)}),Rr=!Ue&&_e(function(){for(var xr=new kt,Er=5;Er--;)xr[qe](Er,Er);return!xr.has(-0)});br||(rr=Ve(function(xr,Er){ue(xr,tr);var vr=Ne(new kt,xr,rr);return pe(Er)||oe(Er,vr[qe],{that:vr,AS_ENTRIES:Et}),vr}),rr.prototype=tr,tr.constructor=rr),(hr||Rr)&&(nr("delete"),nr("has"),Et&&nr("get")),(Rr||mr)&&nr(qe),Ue&&tr.clear&&delete tr.clear}return ar[Fe]=rr,$({global:!0,constructor:!0,forced:rr!==kt},ar),he(rr,Fe),Ue||jt.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 _e=ue[Ie];!$(re,_e)&&!(oe&&$(oe,_e))&&de(re,_e,pe(ie,_e))}}},{"../internals/has-own-property":189,"../internals/object-define-property":231,"../internals/object-get-own-property-descriptor":232,"../internals/own-keys":246}],142:[function(n,k,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,_e=ue.stat,Ce,he,Ne,Fe,Ve,jt;if(Ie?he=$:_e?he=$[pe]||re(pe,{}):he=($[pe]||{}).prototype,he)for(Ne in de){if(Ve=de[Ne],ue.dontCallGetSet?(jt=j(he,Ne),Fe=jt&&jt.value):Fe=he[Ne],Ce=oe(Ie?Ne:pe+(_e?".":"#")+Ne,ue.forced),!Ce&&Fe!==void 0){if(typeof Ve==typeof Fe)continue;ie(Ve,Fe)}(ue.sham||Fe&&Fe.sham)&&V(Ve,"sham",!0),z(he,Ne,Ve,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,_e){var Ce=re(de),he=!z(function(){var jt={};return jt[Ce]=function(){return 7},""[de](jt)!==7}),Ne=he&&!z(function(){var jt=!1,Et=/a/;return de==="split"&&(Et={},Et.constructor={},Et.constructor[oe]=function(){return Et},Et.flags="",Et[Ce]=/./[Ce]),Et.exec=function(){return jt=!0,null},Et[Ce](""),!jt});if(!he||!Ne||Ie){var Fe=$(/./[Ce]),Ve=pe(Ce,""[de],function(jt,Et,Ue,qe,kt){var tr=$(jt),rr=Et.exec;return rr===V||rr===ue.exec?he&&!kt?{done:!0,value:Fe(Et,Ue,qe)}:{done:!0,value:tr(Ue,Et,qe)}:{done:!1}});j(String.prototype,de,Ve[0]),j(ue,Ce,Ve[1])}_e&&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 _e=de.length,Ce=!0;return function(he,Ne){if(Ce)return Ce=!1,Ne;if(j(this))return Ne;for(var Fe=0;Fe<_e;Fe++)if(de[Fe]===he)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,_e,Ce,he){var Ne=Ie+de.length,Fe=_e.length,Ve=ue;return Ce!==void 0&&(Ce=j(Ce),Ve=oe),re(he,Ve,function(jt,Et){var Ue;switch(z(Et,0)){case"$":return"$";case"&":return de;case"`":return ie(pe,0,Ie);case"'":return ie(pe,Ne);case"<":Ue=Ce[ie(Et,1,-1)];break;default:var qe=+Et;if(qe===0)return jt;if(qe>Fe){var kt=V(qe/10);return kt===0?jt:kt<=Fe?_e[kt-1]===void 0?z(Et,1):_e[kt-1]+z(Et,1):jt}Ue=_e[qe-1]}return Ue===void 0?"":Ue})}},{"../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 _e=$(Ie),Ce=Ie*8-pe-1,he=(1<<Ce)-1,Ne=he>>1,Fe=pe===23?V(2,-24)-V(2,-77):0,Ve=de<0||de===0&&1/de<0?1:0,jt=0,Et,Ue,qe;for(de=j(de),de!==de||de===1/0?(Ue=de!==de?1:0,Et=he):(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>=he?(Ue=0,Et=he):Et+Ne>=1?(Ue=(de*qe-1)*V(2,pe),Et+=Ne):(Ue=de*V(2,Ne-1)*V(2,pe),Et=0));pe>=8;)_e[jt++]=Ue&255,Ue/=256,pe-=8;for(Et=Et<<pe|Ue,Ce+=pe;Ce>0;)_e[jt++]=Et&255,Et/=256,Ce-=8;return _e[--jt]|=Ve*128,_e},ue=function(de,pe){var Ie=de.length,_e=Ie*8-pe-1,Ce=(1<<_e)-1,he=Ce>>1,Ne=_e-7,Fe=Ie-1,Ve=de[Fe--],jt=Ve&127,Et;for(Ve>>=7;Ne>0;)jt=jt*256+de[Fe--],Ne-=8;for(Et=jt&(1<<-Ne)-1,jt>>=-Ne,Ne+=pe;Ne>0;)Et=Et*256+de[Fe--],Ne-=8;if(jt===0)jt=1-he;else{if(jt===Ce)return Et?NaN:Ve?-1/0:1/0;Et+=V(2,pe),jt-=he}return(Ve?-1:1)*Et*V(2,jt-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"),_e=!1,Ce=pe("meta"),he=0,Ne=function(qe){ie(qe,Ce,{value:{objectID:"O"+he++,weakData:{}}})},Fe=function(qe,kt){if(!z(qe))return typeof qe=="symbol"?qe:(typeof qe=="string"?"S":"P")+qe;if(!re(qe,Ce)){if(!de(qe))return"F";if(!kt)return"E";Ne(qe)}return qe[Ce].objectID},Ve=function(qe,kt){if(!re(qe,Ce)){if(!de(qe))return!0;if(!kt)return!1;Ne(qe)}return qe[Ce].weakData},jt=function(qe){return Ie&&_e&&de(qe)&&!re(qe,Ce)&&Ne(qe),qe},Et=function(){Ue.enable=function(){},_e=!0;var qe=oe.f,kt=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){kt(ar,nr,1);break}return ar},$({target:"Object",stat:!0,forced:!0},{getOwnPropertyNames:ue.f}))},Ue=k.exports={enable:Et,fastKey:Fe,getWeakData:Ve,onFreeze:jt};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,_e,Ce,he,Ne=function(Et){return he(Et)?Ce(Et):_e(Et,{})},Fe=function(Et){return function(Ue){var qe;if(!V(Ue)||(qe=Ce(Ue)).type!==Et)throw new pe("Incompatible receiver, "+Et+" required");return qe}};if($||ie.state){var Ve=ie.state||(ie.state=new Ie);Ve.get=Ve.get,Ve.has=Ve.has,Ve.set=Ve.set,_e=function(Et,Ue){if(Ve.has(Et))throw new pe(de);return Ue.facade=Et,Ve.set(Et,Ue),Ue},Ce=function(Et){return Ve.get(Et)||{}},he=function(Et){return Ve.has(Et)}}else{var jt=oe("state");ue[jt]=!0,_e=function(Et,Ue){if(re(Et,jt))throw new pe(de);return Ue.facade=Et,z(Et,jt,Ue),Ue},Ce=function(Et){return re(Et,jt)?Et[jt]:{}},he=function(Et){return re(Et,jt)}}k.exports={set:_e,get:Ce,has:he,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),_e=!pe.test(oe),Ce=function(Fe){if(!V(Fe))return!1;try{return de(oe,ue,Fe),!0}catch{return!1}},he=function(Fe){if(!V(Fe))return!1;switch(z(Fe)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return _e||!!Ie(pe,ie(Fe))}catch{return!0}};he.sham=!0,k.exports=!de||j(function(){var Ne;return Ce(Ce.call)||!Ce(Object)||!Ce(function(){Ne=!0})||Ne})?he: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,_e=function(he,Ne){this.stopped=he,this.result=Ne},Ce=_e.prototype;k.exports=function(he,Ne,Fe){var Ve=Fe&&Fe.that,jt=!!(Fe&&Fe.AS_ENTRIES),Et=!!(Fe&&Fe.IS_RECORD),Ue=!!(Fe&&Fe.IS_ITERATOR),qe=!!(Fe&&Fe.INTERRUPTED),kt=$(Ne,Ve),tr,rr,ar,nr,ur,cr,mr,hr=function(Rr){return tr&&pe(tr,"normal",Rr),new _e(!0,Rr)},br=function(Rr){return jt?(V(Rr),qe?kt(Rr[0],Rr[1],hr):kt(Rr[0],Rr[1])):qe?kt(Rr,hr):kt(Rr)};if(Et)tr=he.iterator;else if(Ue)tr=he;else{if(rr=de(he),!rr)throw new Ie(z(he)+" is not iterable");if(re(rr)){for(ar=0,nr=ie(he);nr>ar;ar++)if(ur=br(he[ar]),ur&&oe(Ce,ur))return ur;return new _e(!1)}tr=ue(he,rr)}for(cr=Et?he.next:tr.next;!(mr=j(cr,tr)).done;){try{ur=br(mr.value)}catch(Rr){pe(tr,"throw",Rr)}if(typeof ur=="object"&&ur&&oe(Ce,ur))return ur}return new _e(!1)}},{"../internals/an-object":114,"../internals/function-bind-context":175,"../internals/function-call":177,"../internals/get-iterator":184,"../internals/get-iterator-method":183,"../internals/is-array-iterator-method":200,"../internals/iterator-close":214,"../internals/length-of-array-like":219,"../internals/object-is-prototype-of":238,"../internals/try-to-string":293}],214:[function(n,k,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"),_e=n("../internals/well-known-symbol"),Ce=n("../internals/iterators"),he=n("../internals/iterators-core"),Ne=z.PROPER,Fe=z.CONFIGURABLE,Ve=he.IteratorPrototype,jt=he.BUGGY_SAFARI_ITERATORS,Et=_e("iterator"),Ue="keys",qe="values",kt="entries",tr=function(){return this};k.exports=function(rr,ar,nr,ur,cr,mr,hr){ie(nr,ar,ur);var br=function(zr){if(zr===cr&&Ir)return Ir;if(!jt&&zr&&zr in Er)return Er[zr];switch(zr){case Ue:return function(){return new nr(this,zr)};case qe:return function(){return new nr(this,zr)};case kt:return function(){return new nr(this,zr)}}return function(){return new nr(this)}},Rr=ar+" Iterator",xr=!1,Er=rr.prototype,vr=Er[Et]||Er["@@iterator"]||cr&&Er[cr],Ir=!jt&&vr||br(cr),Lr=ar==="Array"&&Er.entries||vr,gr,_r,Fr;if(Lr&&(gr=oe(Lr.call(new rr)),gr!==Object.prototype&&gr.next&&(!V&&oe(gr)!==Ve&&(ue?ue(gr,Ve):re(gr[Et])||Ie(gr,Et,tr)),de(gr,Rr,!0,!0),V&&(Ce[Rr]=tr))),Ne&&cr===qe&&vr&&vr.name!==qe&&(!V&&Fe?pe(Er,"name",qe):(xr=!0,Ir=function(){return j(vr,this)})),cr)if(_r={values:br(qe),keys:mr?Ir:br(Ue),entries:br(kt)},hr)for(Fr in _r)(jt||xr||!(Fr in Er))&&Ie(Er,Fr,_r[Fr]);else $({target:ar,proto:!0,forced:jt||xr},_r);return(!V||hr)&&Er[Et]!==Ir&&Ie(Er,Et,Ir,{name:cr}),Ce[ar]=Ir,_r}},{"../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,_e,Ce;[].keys&&(Ce=[].keys(),"next"in Ce?(_e=re(re(Ce)),_e!==Object.prototype&&(Ie=_e)):pe=!0);var he=!V(Ie)||$(function(){var Ne={};return Ie[de].call(Ne)!==Ne});he?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,_e=Object.defineProperty,Ce=$("".slice),he=$("".replace),Ne=$([].join),Fe=re&&!j(function(){return _e(function(){},"length",{value:8}).length!==8}),Ve=String(String).split("String"),jt=k.exports=function(Et,Ue,qe){Ce(Ie(Ue),0,7)==="Symbol("&&(Ue="["+he(Ie(Ue),/^Symbol\(([^)]*)\)/,"$1")+"]"),qe&&qe.getter&&(Ue="get "+Ue),qe&&qe.setter&&(Ue="set "+Ue),(!z(Et,"name")||ie&&Et.name!==Ue)&&(re?_e(Et,"name",{value:Ue,configurable:!0}):Et.name=Ue),Fe&&qe&&z(qe,"arity")&&Et.length!==qe.arity&&_e(Et,"length",{value:qe.arity});try{qe&&z(qe,"constructor")&&qe.constructor?re&&_e(Et,"prototype",{writable:!1}):Et.prototype&&(Et.prototype=void 0)}catch{}var kt=de(Et);return z(kt,"source")||(kt.source=Ne(Ve,typeof Ue=="string"?Ue:"")),Et};Function.prototype.toString=jt(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),_e=$(pe);if(Ie<de)return _e*re(Ie/de/oe)*de*oe;var Ce=(1+oe/V)*Ie,he=Ce-(Ce-Ie);return he>ue||he!==he?_e*(1/0):_e*he}},{"../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,_e=$.process,Ce=$.Promise,he=j("queueMicrotask"),Ne,Fe,Ve,jt,Et;if(!he){var Ue=new re,qe=function(){var kt,tr;for(de&&(kt=_e.domain)&&kt.exit();tr=Ue.get();)try{tr()}catch(rr){throw Ue.head&&Ne(),rr}kt&&kt.enter()};!ie&&!de&&!ue&&pe&&Ie?(Fe=!0,Ve=Ie.createTextNode(""),new pe(qe).observe(Ve,{characterData:!0}),Ne=function(){Ve.data=Fe=!Fe}):!oe&&Ce&&Ce.resolve?(jt=Ce.resolve(void 0),jt.constructor=Ce,Et=V(jt.then,jt),Ne=function(){Et(qe)}):de?Ne=function(){_e.nextTick(qe)}:(z=V(z,$),Ne=function(){z(qe)}),he=function(kt){Ue.head||Ne(),Ue.add(kt)}}k.exports=he},{"../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,_e=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={},he={},Ne=Symbol("assign detection"),Fe="abcdefghijklmnopqrst";return Ce[Ne]=7,Fe.split("").forEach(function(Ve){he[Ve]=Ve}),pe({},Ce)[Ne]!==7||re(pe({},he)).join("")!==Fe})?function(he,Ne){for(var Fe=ue(he),Ve=arguments.length,jt=1,Et=ie.f,Ue=oe.f;Ve>jt;)for(var qe=de(arguments[jt++]),kt=Et?_e(re(qe),Et(qe)):re(qe),tr=kt.length,rr=0,ar;tr>rr;)ar=kt[rr++],(!$||V(Ue,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",_e=oe("IE_PROTO"),Ce=function(){},he=function(Et){return de+Ie+ue+Et+de+"/"+Ie+ue},Ne=function(Et){Et.write(he("")),Et.close();var Ue=Et.parentWindow.Object;return Et=null,Ue},Fe=function(){var Et=ie("iframe"),Ue="java"+Ie+":",qe;return Et.style.display="none",re.appendChild(Et),Et.src=String(Ue),qe=Et.contentWindow.document,qe.open(),qe.write(he("document.F=Object")),qe.close(),qe.F},Ve,jt=function(){try{Ve=new ActiveXObject("htmlfile")}catch{}jt=typeof document<"u"?document.domain&&Ve?Ne(Ve):Fe():Ne(Ve);for(var Et=V.length;Et--;)delete jt[pe][V[Et]];return jt()};z[_e]=!0,k.exports=Object.create||function(Ue,qe){var kt;return Ue!==null?(Ce[pe]=$(Ue),kt=new Ce,Ce[pe]=null,kt[_e]=Ue):kt=jt(),qe===void 0?kt:j.f(kt,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),_e=Ie.length,Ce=0,he;_e>Ce;)V.f(ue,he=Ie[Ce++],pe[he]);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,he,Ne){if(z(Ce),he=re(he),z(Ne),typeof Ce=="function"&&he==="prototype"&&"value"in Ne&&Ie in Ne&&!Ne[Ie]){var Fe=ue(Ce,he);Fe&&Fe[Ie]&&(Ce[he]=Ne.value,Ne={configurable:pe in Ne?Ne[pe]:Fe[pe],enumerable:de in Ne?Ne[de]:Fe[de],writable:!1})}return oe(Ce,he,Ne)}:oe:function(Ce,he,Ne){if(z(Ce),he=re(he),z(Ne),j)try{return oe(Ce,he,Ne)}catch{}if("get"in Ne||"set"in Ne)throw new ie("Accessors not supported");return"value"in Ne&&(Ce[he]=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,_e){if(Ie=re(Ie),_e=ie(_e),ue)try{return de(Ie,_e)}catch{}if(oe(Ie,_e))return z(!j(V.f,Ie,_e),Ie[_e])}},{"../internals/create-property-descriptor":146,"../internals/descriptors":153,"../internals/function-call":177,"../internals/has-own-property":189,"../internals/ie8-dom-define":193,"../internals/object-property-is-enumerable":241,"../internals/to-indexed-object":282,"../internals/to-property-key":289}],233:[function(n,k,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=[],_e;for(_e in de)!j(re,_e)&&j(de,_e)&&ie(Ie,_e);for(;ue.length>pe;)j(de,_e=ue[pe++])&&(~z(Ie,_e)||ie(Ie,_e));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 _e=Object.create(null);return _e[2]=2,!ue(_e,2)}),Ie=function(_e){return function(Ce){for(var he=ie(Ce),Ne=re(he),Fe=pe&&z(he)===null,Ve=Ne.length,jt=0,Et=[],Ue;Ve>jt;)Ue=Ne[jt++],(!$||(Fe?Ue in he:ue(he,Ue)))&&de(Et,_e?[Ue,he[Ue]]:he[Ue]);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,_e=ie("species"),Ce=!1,he=V($.PromiseRejectionEvent),Ne=z("Promise",function(){var Fe=re(j),Ve=Fe!==String(j);if(!Ve&&pe===66||de&&!(Ie.catch&&Ie.finally))return!0;if(!pe||pe<51||!/native code/.test(Fe)){var jt=new j(function(qe){qe(1)}),Et=function(qe){qe(function(){},function(){})},Ue=jt.constructor={};if(Ue[_e]=Et,Ce=jt.then(function(){})instanceof Et,!Ce)return!0}return!Ve&&(oe||ue)&&!he});k.exports={CONSTRUCTOR:Ne,REJECTION_EVENT:he,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),_e=RegExp.prototype.exec,Ce=_e,he=j("".charAt),Ne=j("".indexOf),Fe=j("".replace),Ve=j("".slice),jt=function(){var kt=/a/,tr=/b*/g;return $(_e,kt,"a"),$(_e,tr,"a"),kt.lastIndex!==0||tr.lastIndex!==0}(),Et=re.BROKEN_CARET,Ue=/()??/.exec("")[1]!==void 0,qe=jt||Ue||Et||de||pe;qe&&(Ce=function(tr){var rr=this,ar=ue(rr),nr=V(tr),ur=ar.raw,cr,mr,hr,br,Rr,xr,Er;if(ur)return ur.lastIndex=rr.lastIndex,cr=$(Ce,ur,nr),rr.lastIndex=ur.lastIndex,cr;var vr=ar.groups,Ir=Et&&rr.sticky,Lr=$(z,rr),gr=rr.source,_r=0,Fr=nr;if(Ir&&(Lr=Fe(Lr,"y",""),Ne(Lr,"g")===-1&&(Lr+="g"),Fr=Ve(nr,rr.lastIndex),rr.lastIndex>0&&(!rr.multiline||rr.multiline&&he(nr,rr.lastIndex-1)!==`
`)&&(gr="(?: "+gr+")",Fr=" "+Fr,_r++),mr=new RegExp("^(?:"+gr+")",Lr)),Ue&&(mr=new RegExp("^"+gr+"$(?!\\s)",Lr)),jt&&(hr=rr.lastIndex),br=$(_e,Ir?mr:rr,Fr),Ir?br?(br.input=Ve(br.input,_r),br[0]=Ve(br[0],_r),br.index=rr.lastIndex,rr.lastIndex+=br[0].length):rr.lastIndex=0:jt&&br&&(rr.lastIndex=rr.global?br.index+br[0].length:hr),Ue&&br&&br.length>1&&$(Ie,br[0],mr,function(){for(Rr=1;Rr<arguments.length-2;Rr++)arguments[Rr]===void 0&&(br[Rr]=void 0)}),br&&vr)for(br.groups=xr=oe(null),Rr=0;Rr<vr.length;Rr++)Er=vr[Rr],xr[Er[0]]=br[Er[1]];return br}),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 _e=V(z(pe)),Ce=j(Ie),he=_e.length,Ne,Fe;return Ce<0||Ce>=he?de?"":void 0:(Ne=ie(_e,Ce),Ne<55296||Ne>56319||Ce+1===he||(Fe=ie(_e,Ce+1))<56320||Fe>57343?de?re(_e,Ce):Ne:de?oe(_e,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"),_e=n("../internals/engine-is-node"),Ce=$.setImmediate,he=$.clearImmediate,Ne=$.process,Fe=$.Dispatch,Ve=$.Function,jt=$.MessageChannel,Et=$.String,Ue=0,qe={},kt="onreadystatechange",tr,rr,ar,nr;ie(function(){tr=$.location});var ur=function(br){if(re(qe,br)){var Rr=qe[br];delete qe[br],Rr()}},cr=function(br){return function(){ur(br)}},mr=function(br){ur(br.data)},hr=function(br){$.postMessage(Et(br),tr.protocol+"//"+tr.host)};(!Ce||!he)&&(Ce=function(Rr){pe(arguments.length,1);var xr=z(Rr)?Rr:Ve(Rr),Er=ue(arguments,1);return qe[++Ue]=function(){j(xr,void 0,Er)},rr(Ue),Ue},he=function(Rr){delete qe[Rr]},_e?rr=function(br){Ne.nextTick(cr(br))}:Fe&&Fe.now?rr=function(br){Fe.now(cr(br))}:jt&&!Ie?(ar=new jt,nr=ar.port2,ar.port1.onmessage=mr,rr=V(nr.postMessage,nr)):$.addEventListener&&z($.postMessage)&&!$.importScripts&&tr&&tr.protocol!=="file:"&&!ie(hr)?(rr=hr,$.addEventListener("message",mr,!1)):kt in de("script")?rr=function(br){oe.appendChild(de("script"))[kt]=function(){oe.removeChild(this),ur(br)}}:rr=function(br){setTimeout(cr(br),0)}),k.exports={set:Ce,clear:he}},{"../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),_e;if(Ie){if(pe===void 0&&(pe="default"),_e=$(Ie,de,pe),!j(_e)||V(_e))return _e;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"),_e=n("../internals/to-length"),Ce=n("../internals/to-index"),he=n("../internals/to-offset"),Ne=n("../internals/to-uint8-clamped"),Fe=n("../internals/to-property-key"),Ve=n("../internals/has-own-property"),jt=n("../internals/classof"),Et=n("../internals/is-object"),Ue=n("../internals/is-symbol"),qe=n("../internals/object-create"),kt=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"),mr=n("../internals/object-define-property"),hr=n("../internals/object-get-own-property-descriptor"),br=n("../internals/array-from-constructor-and-list"),Rr=n("../internals/internal-state"),xr=n("../internals/inherit-if-required"),Er=Rr.get,vr=Rr.set,Ir=Rr.enforce,Lr=mr.f,gr=hr.f,_r=j.RangeError,Fr=oe.ArrayBuffer,zr=Fr.prototype,Vr=oe.DataView,Gr=ie.NATIVE_ARRAY_BUFFER_VIEWS,Tr=ie.TYPED_ARRAY_TAG,Cr=ie.TypedArray,Mr=ie.TypedArrayPrototype,yr=ie.isTypedArray,Sr="BYTES_PER_ELEMENT",Dr="Wrong length",kr=function(Qr,ca){cr(Qr,ca,{configurable:!0,get:function(){return Er(this)[ca]}})},Wr=function(Qr){var ca;return kt(zr,Qr)||(ca=jt(Qr))==="ArrayBuffer"||ca==="SharedArrayBuffer"},Kr=function(Qr,ca){return yr(Qr)&&!Ue(ca)&&ca in Qr&&Ie(+ca)&&ca>=0},Nr=function(ca,Po){return Po=Fe(Po),Kr(ca,Po)?de(2,ca[Po]):gr(ca,Po)},jr=function(ca,Po,Wa){return Po=Fe(Po),Kr(ca,Po)&&Et(Wa)&&Ve(Wa,"value")&&!Ve(Wa,"get")&&!Ve(Wa,"set")&&!Wa.configurable&&(!Ve(Wa,"writable")||Wa.writable)&&(!Ve(Wa,"enumerable")||Wa.enumerable)?(ca[Po]=Wa.value,ca):Lr(ca,Po,Wa)};z?(Gr||(hr.f=Nr,mr.f=jr,kr(Mr,"buffer"),kr(Mr,"byteOffset"),kr(Mr,"byteLength"),kr(Mr,"length")),$({target:"Object",stat:!0,forced:!Gr},{getOwnPropertyDescriptor:Nr,defineProperty:jr}),k.exports=function(Qr,ca,Po){var Wa=Qr.match(/\d+/)[0]/8,qo=Qr+(Po?"Clamped":"")+"Array",ds="get"+Qr,Kn="set"+Qr,Hr=j[qo],Ar=Hr,On=Ar&&Ar.prototype,In={},Sa=function(Hi,na){var Ma=Er(Hi);return Ma.view[ds](na*Wa+Ma.byteOffset,!0)},sa=function(Hi,na,Ma){var Ds=Er(Hi);Ds.view[Kn](na*Wa+Ds.byteOffset,Po?Ne(Ma):Ma,!0)},qa=function(Hi,na){Lr(Hi,na,{get:function(){return Sa(this,na)},set:function(Ma){return sa(this,na,Ma)},enumerable:!0})};Gr?re&&(Ar=ca(function(Hi,na,Ma,Ds){return ue(Hi,On),xr(function(){return Et(na)?Wr(na)?Ds!==void 0?new Hr(na,he(Ma,Wa),Ds):Ma!==void 0?new Hr(na,he(Ma,Wa)):new Hr(na):yr(na)?br(Ar,na):V(ar,Ar,na):new Hr(Ce(na))}(),Hi,Ar)}),tr&&tr(Ar,Cr),nr(rr(Hr),function(Hi){Hi in Ar||pe(Ar,Hi,Hr[Hi])}),Ar.prototype=On):(Ar=ca(function(Hi,na,Ma,Ds){ue(Hi,On);var ps=0,yl=0,$l,Ou,As;if(!Et(na))As=Ce(na),Ou=As*Wa,$l=new Fr(Ou);else if(Wr(na)){$l=na,yl=he(Ma,Wa);var Uu=na.byteLength;if(Ds===void 0){if(Uu%Wa)throw new _r(Dr);if(Ou=Uu-yl,Ou<0)throw new _r(Dr)}else if(Ou=_e(Ds)*Wa,Ou+yl>Uu)throw new _r(Dr);As=Ou/Wa}else return yr(na)?br(Ar,na):V(ar,Ar,na);for(vr(Hi,{buffer:$l,byteOffset:yl,byteLength:Ou,length:As,view:new Vr($l)});ps<As;)qa(Hi,ps++)}),tr&&tr(Ar,Cr),On=Ar.prototype=qe(Mr)),On.constructor!==Ar&&pe(On,"constructor",Ar),Ir(On).TypedArrayConstructor=Ar,Tr&&pe(On,Tr,qo);var To=Ar!==Hr;In[qo]=Ar,$({global:!0,constructor:!0,forced:To,sham:!Gr},In),Sr in Ar||pe(Ar,Sr,Wa),Sr in On||pe(On,Sr,Wa),ur(qo)}):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 he=V(this),Ne=z(Ce),Fe=arguments.length,Ve=Fe>1?arguments[1]:void 0,jt=Ve!==void 0,Et=oe(Ne),Ue,qe,kt,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(jt&&Fe>2&&(Ve=$(Ve,arguments[2])),qe=re(Ne),kt=new(pe(he))(qe),tr=de(kt),Ue=0;qe>Ue;Ue++)rr=jt?Ve(Ne[Ue],Ue):Ne[Ue],kt[Ue]=tr?Ie(rr):+rr;return kt}},{"../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,_e=j(de.prototype.slice),Ce=j(Ie.getUint8),he=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(Ve,jt){if(_e&&jt===void 0)return _e(re(this),Ve);for(var Et=re(this).byteLength,Ue=ie(Ve,Et),qe=ie(jt===void 0?Et:jt,Et),kt=new(ue(this,de))(oe(qe-Ue)),tr=new pe(this),rr=new pe(kt),ar=0;Ue<qe;)he(rr,ar++,Ce(tr,Ue++));return kt}})},{"../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"),_e=n("../internals/engine-v8-version"),Ce=Ie("isConcatSpreadable"),he=_e>=51||!j(function(){var Ve=[];return Ve[Ce]=!1,Ve.concat()[0]!==Ve}),Ne=function(Ve){if(!z(Ve))return!1;var jt=Ve[Ce];return jt!==void 0?!!jt:V(Ve)},Fe=!he||!pe("concat");$({target:"Array",proto:!0,arity:1,forced:Fe},{concat:function(jt){var Et=re(this),Ue=de(Et,0),qe=0,kt,tr,rr,ar,nr;for(kt=-1,rr=arguments.length;kt<rr;kt++)if(nr=kt===-1?Et:arguments[kt],Ne(nr))for(ar=ie(nr),oe(qe+ar),tr=0;tr<ar;tr++,qe++)tr in nr&&ue(Ue,qe,nr[tr]);else oe(qe+1),ue(Ue,qe++,nr);return Ue.length=qe,Ue}})},{"../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,_e=z.getterFor(pe);k.exports=ie(Array,"Array",function(he,Ne){Ie(this,{type:pe,target:$(he),index:0,kind:Ne})},function(){var he=_e(this),Ne=he.target,Fe=he.index++;if(!Ne||Fe>=Ne.length)return he.target=void 0,oe(void 0,!0);switch(he.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"),_e=pe("slice"),Ce=de("species"),he=Array,Ne=Math.max;$({target:"Array",proto:!0,forced:!_e},{slice:function(Ve,jt){var Et=oe(this),Ue=ie(Et),qe=re(Ve,Ue),kt=re(jt===void 0?Ue:jt,Ue),tr,rr,ar;if(j(Et)&&(tr=Et.constructor,V(tr)&&(tr===he||j(tr.prototype))?tr=void 0:z(tr)&&(tr=tr[Ce],tr===null&&(tr=void 0)),tr===he||tr===void 0))return Ie(Et,qe,kt);for(rr=new(tr===void 0?he:tr)(Ne(kt-qe,0)),ar=0;qe<kt;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"),_e=n("../internals/engine-is-ie-or-edge"),Ce=n("../internals/engine-v8-version"),he=n("../internals/engine-webkit-version"),Ne=[],Fe=j(Ne.sort),Ve=j(Ne.push),jt=ue(function(){Ne.sort(void 0)}),Et=ue(function(){Ne.sort(null)}),Ue=pe("sort"),qe=!ue(function(){if(Ce)return Ce<70;if(!(Ie&&Ie>3)){if(_e)return!0;if(he)return he<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(mr,hr){return hr.v-mr.v}),cr=0;cr<Ne.length;cr++)nr=Ne[cr].k.charAt(0),rr.charAt(rr.length-1)!==nr&&(rr+=nr);return rr!=="DGBEFHACIJK"}}),kt=jt||!Et||!Ue||!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:kt},{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),mr,hr;for(hr=0;hr<cr;hr++)hr in nr&&Ve(ur,nr[hr]);for(de(ur,tr(ar)),mr=re(ur),hr=0;hr<mr;)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"),_e=Ie("splice"),Ce=Math.max,he=Math.min;$({target:"Array",proto:!0,forced:!_e},{splice:function(Fe,Ve){var jt=j(this),Et=re(jt),Ue=V(Fe,Et),qe=arguments.length,kt,tr,rr,ar,nr,ur;for(qe===0?kt=tr=0:qe===1?(kt=0,tr=Et-Ue):(kt=qe-2,tr=he(Ce(z(Ve),0),Et-Ue)),oe(Et+kt-tr),rr=ue(jt,tr),ar=0;ar<tr;ar++)nr=Ue+ar,nr in jt&&de(rr,ar,jt[nr]);if(rr.length=tr,kt<tr){for(ar=Ue;ar<Et-tr;ar++)nr=ar+tr,ur=ar+kt,nr in jt?jt[ur]=jt[nr]:pe(jt,ur);for(ar=Et;ar>Et-tr+kt;ar--)pe(jt,ar-1)}else if(kt>tr)for(ar=Et-tr;ar>Ue;ar--)nr=ar+tr-1,ur=ar+kt-1,nr in jt?jt[ur]=jt[nr]:pe(jt,ur);for(ar=0;ar<kt;ar++)jt[ar+Ue]=arguments[ar+2];return ie(jt,Et-tr+kt),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"),_e=String,Ce=j("JSON","stringify"),he=re(/./.exec),Ne=re("".charAt),Fe=re("".charCodeAt),Ve=re("".replace),jt=re(1 .toString),Et=/[\uD800-\uDFFF]/g,Ue=/^[\uD800-\uDBFF]$/,qe=/^[\uDC00-\uDFFF]$/,kt=!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),mr=pe(ur);if(!(!oe(mr)&&(nr===void 0||ue(nr))))return cr[1]=function(hr,br){if(oe(mr)&&(br=z(mr,this,_e(hr),br)),!ue(br))return br},V(Ce,null,cr)},ar=function(nr,ur,cr){var mr=Ne(cr,ur-1),hr=Ne(cr,ur+1);return he(Ue,nr)&&!he(qe,hr)||he(qe,nr)&&!he(Ue,mr)?"\\u"+jt(Fe(nr,0),16):nr};Ce&&$({target:"JSON",stat:!0,arity:3,forced:kt||tr},{stringify:function(ur,cr,mr){var hr=de(arguments),br=V(kt?rr:Ce,null,hr);return tr&&typeof br=="string"?Ve(br,Et,ar):br}})},{"../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"),_e=n("../internals/to-primitive"),Ce=n("../internals/fails"),he=n("../internals/object-get-own-property-names").f,Ne=n("../internals/object-get-own-property-descriptor").f,Fe=n("../internals/object-define-property").f,Ve=n("../internals/this-number-value"),jt=n("../internals/string-trim").trim,Et="Number",Ue=z[Et],qe=re[Et],kt=Ue.prototype,tr=z.TypeError,rr=ie("".slice),ar=ie("".charCodeAt),nr=function(Rr){var xr=_e(Rr,"number");return typeof xr=="bigint"?xr:ur(xr)},ur=function(Rr){var xr=_e(Rr,"number"),Er,vr,Ir,Lr,gr,_r,Fr,zr;if(Ie(xr))throw new tr("Cannot convert a Symbol value to a number");if(typeof xr=="string"&&xr.length>2){if(xr=jt(xr),Er=ar(xr,0),Er===43||Er===45){if(vr=ar(xr,2),vr===88||vr===120)return NaN}else if(Er===48){switch(ar(xr,1)){case 66:case 98:Ir=2,Lr=49;break;case 79:case 111:Ir=8,Lr=55;break;default:return+xr}for(gr=rr(xr,2),_r=gr.length,Fr=0;Fr<_r;Fr++)if(zr=ar(gr,Fr),zr<48||zr>Lr)return NaN;return parseInt(gr,Ir)}}return+xr},cr=oe(Et,!Ue(" 0o1")||!Ue("0b1")||Ue("+0x1")),mr=function(Rr){return pe(kt,Rr)&&Ce(function(){Ve(Rr)})},hr=function(xr){var Er=arguments.length<1?0:Ue(nr(xr));return mr(this)?de(Object(Er),this,hr):Er};hr.prototype=kt,cr&&!j&&(kt.constructor=hr),$({global:!0,constructor:!0,wrap:!0,forced:cr},{Number:hr});var br=function(Rr,xr){for(var Er=V?he(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(","),vr=0,Ir;Er.length>vr;vr++)ue(xr,Ir=Er[vr])&&!ue(Rr,Ir)&&Fe(Rr,Ir,Ne(xr,Ir))};j&&qe&&br(re[Et],qe),(cr||j)&&br(re[Et],Ue)},{"../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),_e={},Ce=0,he,Ne;Ie.length>Ce;)Ne=pe(de,he=Ie[Ce++]),Ne!==void 0&&ie(_e,he,Ne);return _e}})},{"../internals/create-property":147,"../internals/descriptors":153,"../internals/export":170,"../internals/object-get-own-property-descriptor":232,"../internals/own-keys":246,"../internals/to-indexed-object":282}],329:[function(n,k,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),_e=Ie.resolve,Ce=Ie.reject,he=re(function(){var Ne=V(pe.resolve),Fe=[],Ve=0,jt=1;ie(de,function(Et){var Ue=Ve++,qe=!1;jt++,j(Ne,pe,Et).then(function(kt){qe||(qe=!0,Fe[Ue]=kt,--jt||_e(Fe))},Ce)}),--jt||_e(Fe)});return he.error&&Ce(he.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"),_e=n("../internals/is-object"),Ce=n("../internals/an-instance"),he=n("../internals/species-constructor"),Ne=n("../internals/task").set,Fe=n("../internals/microtask"),Ve=n("../internals/host-report-errors"),jt=n("../internals/perform"),Et=n("../internals/queue"),Ue=n("../internals/internal-state"),qe=n("../internals/promise-native-constructor"),kt=n("../internals/promise-constructor-detection"),tr=n("../internals/new-promise-capability"),rr="Promise",ar=kt.CONSTRUCTOR,nr=kt.REJECTION_EVENT,ur=kt.SUBCLASSING,cr=Ue.getterFor(rr),mr=Ue.set,hr=qe&&qe.prototype,br=qe,Rr=hr,xr=z.TypeError,Er=z.document,vr=z.process,Ir=tr.f,Lr=Ir,gr=!!(Er&&Er.createEvent&&z.dispatchEvent),_r="unhandledrejection",Fr="rejectionhandled",zr=0,Vr=1,Gr=2,Tr=1,Cr=2,Mr,yr,Sr,Dr,kr=function(ds){var Kn;return _e(ds)&&Ie(Kn=ds.then)?Kn:!1},Wr=function(ds,Kn){var Hr=Kn.value,Ar=Kn.state===Vr,On=Ar?ds.ok:ds.fail,In=ds.resolve,Sa=ds.reject,sa=ds.domain,qa,To,Hi;try{On?(Ar||(Kn.rejection===Cr&&ca(Kn),Kn.rejection=Tr),On===!0?qa=Hr:(sa&&sa.enter(),qa=On(Hr),sa&&(sa.exit(),Hi=!0)),qa===ds.promise?Sa(new xr("Promise-chain cycle")):(To=kr(qa))?re(To,qa,In,Sa):In(qa)):Sa(Hr)}catch(na){sa&&!Hi&&sa.exit(),Sa(na)}},Kr=function(ds,Kn){ds.notified||(ds.notified=!0,Fe(function(){for(var Hr=ds.reactions,Ar;Ar=Hr.get();)Wr(Ar,ds);ds.notified=!1,Kn&&!ds.rejection&&jr(ds)}))},Nr=function(ds,Kn,Hr){var Ar,On;gr?(Ar=Er.createEvent("Event"),Ar.promise=Kn,Ar.reason=Hr,Ar.initEvent(ds,!1,!0),z.dispatchEvent(Ar)):Ar={promise:Kn,reason:Hr},!nr&&(On=z["on"+ds])?On(Ar):ds===_r&&Ve("Unhandled promise rejection",Hr)},jr=function(ds){re(Ne,z,function(){var Kn=ds.facade,Hr=ds.value,Ar=Qr(ds),On;if(Ar&&(On=jt(function(){V?vr.emit("unhandledRejection",Hr,Kn):Nr(_r,Kn,Hr)}),ds.rejection=V||Qr(ds)?Cr:Tr,On.error))throw On.value})},Qr=function(ds){return ds.rejection!==Tr&&!ds.parent},ca=function(ds){re(Ne,z,function(){var Kn=ds.facade;V?vr.emit("rejectionHandled",Kn):Nr(Fr,Kn,ds.value)})},Po=function(ds,Kn,Hr){return function(Ar){ds(Kn,Ar,Hr)}},Wa=function(ds,Kn,Hr){ds.done||(ds.done=!0,Hr&&(ds=Hr),ds.value=Kn,ds.state=Gr,Kr(ds,!0))},qo=function(ds,Kn,Hr){if(!ds.done){ds.done=!0,Hr&&(ds=Hr);try{if(ds.facade===Kn)throw new xr("Promise can't be resolved itself");var Ar=kr(Kn);Ar?Fe(function(){var On={done:!1};try{re(Ar,Kn,Po(qo,On,ds),Po(Wa,On,ds))}catch(In){Wa(On,In,ds)}}):(ds.value=Kn,ds.state=Vr,Kr(ds,!1))}catch(On){Wa({done:!1},On,ds)}}};if(ar&&(br=function(Kn){Ce(this,Rr),pe(Kn),re(Mr,this);var Hr=cr(this);try{Kn(Po(qo,Hr),Po(Wa,Hr))}catch(Ar){Wa(Hr,Ar)}},Rr=br.prototype,Mr=function(Kn){mr(this,{type:rr,done:!1,notified:!1,parent:!1,reactions:new Et,rejection:!1,state:zr,value:void 0})},Mr.prototype=ie(Rr,"then",function(Kn,Hr){var Ar=cr(this),On=Ir(he(this,br));return Ar.parent=!0,On.ok=Ie(Kn)?Kn:!0,On.fail=Ie(Hr)&&Hr,On.domain=V?vr.domain:void 0,Ar.state===zr?Ar.reactions.add(On):Fe(function(){Wr(On,Ar)}),On.promise}),yr=function(){var ds=new Mr,Kn=cr(ds);this.promise=ds,this.resolve=Po(qo,Kn),this.reject=Po(Wa,Kn)},tr.f=Ir=function(ds){return ds===br||ds===Sr?new yr(ds):Lr(ds)},!j&&Ie(qe)&&hr!==Object.prototype)){Dr=hr.then,ur||ie(hr,"then",function(Kn,Hr){var Ar=this;return new br(function(On,In){re(Dr,Ar,On,In)}).then(Kn,Hr)},{unsafe:!0});try{delete hr.constructor}catch{}oe&&oe(hr,Rr)}$({global:!0,constructor:!0,wrap:!0,forced:ar},{Promise:br}),ue(br,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),_e=Ie.reject,Ce=re(function(){var he=V(pe.resolve);ie(de,function(Ne){j(he,pe,Ne).then(Ie.resolve,_e)})});return Ce.error&&_e(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"),_e=n("../internals/regexp-get-flags"),Ce=n("../internals/regexp-sticky-helpers"),he=n("../internals/proxy-accessor"),Ne=n("../internals/define-built-in"),Fe=n("../internals/fails"),Ve=n("../internals/has-own-property"),jt=n("../internals/internal-state").enforce,Et=n("../internals/set-species"),Ue=n("../internals/well-known-symbol"),qe=n("../internals/regexp-unsupported-dot-all"),kt=n("../internals/regexp-unsupported-ncg"),tr=Ue("match"),rr=j.RegExp,ar=rr.prototype,nr=j.SyntaxError,ur=V(ar.exec),cr=V("".charAt),mr=V("".replace),hr=V("".indexOf),br=V("".slice),Rr=/^\?<[^\s\d!#%&*+<=>@^][^\s!#%&*+<=>@^]*>/,xr=/a/g,Er=/a/g,vr=new rr(xr)!==xr,Ir=Ce.MISSED_STICKY,Lr=Ce.UNSUPPORTED_Y,gr=$&&(!vr||Ir||qe||kt||Fe(function(){return Er[tr]=!1,rr(xr)!==xr||rr(Er)===Er||String(rr(xr,"i"))!=="/a/i"})),_r=function(Tr){for(var Cr=Tr.length,Mr=0,yr="",Sr=!1,Dr;Mr<=Cr;Mr++){if(Dr=cr(Tr,Mr),Dr==="\\"){yr+=Dr+cr(Tr,++Mr);continue}!Sr&&Dr==="."?yr+="[\\s\\S]":(Dr==="["?Sr=!0:Dr==="]"&&(Sr=!1),yr+=Dr)}return yr},Fr=function(Tr){for(var Cr=Tr.length,Mr=0,yr="",Sr=[],Dr=oe(null),kr=!1,Wr=!1,Kr=0,Nr="",jr;Mr<=Cr;Mr++){if(jr=cr(Tr,Mr),jr==="\\")jr+=cr(Tr,++Mr);else if(jr==="]")kr=!1;else if(!kr)switch(!0){case jr==="[":kr=!0;break;case jr==="(":ur(Rr,br(Tr,Mr+1))&&(Mr+=2,Wr=!0),yr+=jr,Kr++;continue;case(jr===">"&&Wr):if(Nr===""||Ve(Dr,Nr))throw new nr("Invalid capture group name");Dr[Nr]=!0,Sr[Sr.length]=[Nr,Kr],Wr=!1,Nr="";continue}Wr?Nr+=jr:yr+=jr}return[yr,Sr]};if(z("RegExp",gr)){for(var zr=function(Cr,Mr){var yr=de(ar,this),Sr=pe(Cr),Dr=Mr===void 0,kr=[],Wr=Cr,Kr,Nr,jr,Qr,ca,Po;if(!yr&&Sr&&Dr&&Cr.constructor===zr)return Cr;if((Sr||de(ar,Cr))&&(Cr=Cr.source,Dr&&(Mr=_e(Wr))),Cr=Cr===void 0?"":Ie(Cr),Mr=Mr===void 0?"":Ie(Mr),Wr=Cr,qe&&"dotAll"in xr&&(Nr=!!Mr&&hr(Mr,"s")>-1,Nr&&(Mr=mr(Mr,/s/g,""))),Kr=Mr,Ir&&"sticky"in xr&&(jr=!!Mr&&hr(Mr,"y")>-1,jr&&Lr&&(Mr=mr(Mr,/y/g,""))),kt&&(Qr=Fr(Cr),Cr=Qr[0],kr=Qr[1]),ca=re(rr(Cr,Mr),yr?this:ar,zr),(Nr||jr||kr.length)&&(Po=jt(ca),Nr&&(Po.dotAll=!0,Po.raw=zr(_r(Cr),Kr)),jr&&(Po.sticky=!0),kr.length&&(Po.groups=kr)),Cr!==Wr)try{ie(ca,"source",Wr===""?"(?:)":Wr)}catch{}return ca},Vr=ue(rr),Gr=0;Vr.length>Gr;)he(zr,rr,Vr[Gr++]);ar.constructor=zr,zr.prototype=ar,Ne(j,"RegExp",zr,{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),he=z(Ce.source),Ne=z(ie(Ce));return"/"+he+"/"+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,_e=pe.index,Ce;return _e>=Ie.length?re(void 0,!0):(Ce=$(Ie,_e),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,_e,Ce){return[function(Ne){var Fe=oe(this),Ve=z(Ne)?void 0:ue(Ne,Ie);return Ve?$(Ve,Ne,Fe):new RegExp(Ne)[Ie](ie(Fe))},function(he){var Ne=V(this),Fe=ie(he),Ve=Ce(_e,Ne,Fe);if(Ve.done)return Ve.value;if(!Ne.global)return pe(Ne,Fe);var jt=Ne.unicode;Ne.lastIndex=0;for(var Et=[],Ue=0,qe;(qe=pe(Ne,Fe))!==null;){var kt=ie(qe[0]);Et[Ue]=kt,kt===""&&(Ne.lastIndex=de(Fe,re(Ne.lastIndex),jt)),Ue++}return Ue===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"),_e=n("../internals/require-object-coercible"),Ce=n("../internals/advance-string-index"),he=n("../internals/get-method"),Ne=n("../internals/get-substitution"),Fe=n("../internals/regexp-exec-abstract"),Ve=n("../internals/well-known-symbol"),jt=Ve("replace"),Et=Math.max,Ue=Math.min,qe=V([].concat),kt=V([].push),tr=V("".indexOf),rr=V("".slice),ar=function(mr){return mr===void 0?mr:String(mr)},nr=function(){return"a".replace(/./,"$0")==="$0"}(),ur=function(){return/./[jt]?/./[jt]("a","$0")==="":!1}(),cr=!re(function(){var mr=/./;return mr.exec=function(){var hr=[];return hr.groups={a:"7"},hr},"".replace(mr,"$<a>")!=="7"});z("replace",function(mr,hr,br){var Rr=ur?"$":"$0";return[function(Er,vr){var Ir=_e(this),Lr=ue(Er)?void 0:he(Er,jt);return Lr?j(Lr,Er,Ir,vr):j(hr,Ie(Ir),Er,vr)},function(xr,Er){var vr=ie(this),Ir=Ie(xr);if(typeof Er=="string"&&tr(Er,Rr)===-1&&tr(Er,"$<")===-1){var Lr=br(hr,vr,Ir,Er);if(Lr.done)return Lr.value}var gr=oe(Er);gr||(Er=Ie(Er));var _r=vr.global,Fr;_r&&(Fr=vr.unicode,vr.lastIndex=0);for(var zr=[],Vr;Vr=Fe(vr,Ir),!(Vr===null||(kt(zr,Vr),!_r));){var Gr=Ie(Vr[0]);Gr===""&&(vr.lastIndex=Ce(Ir,pe(vr.lastIndex),Fr))}for(var Tr="",Cr=0,Mr=0;Mr<zr.length;Mr++){Vr=zr[Mr];for(var yr=Ie(Vr[0]),Sr=Et(Ue(de(Vr.index),Ir.length),0),Dr=[],kr,Wr=1;Wr<Vr.length;Wr++)kt(Dr,ar(Vr[Wr]));var Kr=Vr.groups;if(gr){var Nr=qe([yr],Dr,Sr,Ir);Kr!==void 0&&kt(Nr,Kr),kr=Ie($(Er,void 0,Nr))}else kr=Ne(yr,Ir,Sr,Dr,Kr,Er);Sr>=Cr&&(Tr+=rr(Ir,Cr,Sr)+kr,Cr=Sr+yr.length)}return Tr+rr(Ir,Cr)}]},!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,_e){return[function(he){var Ne=re(this),Fe=z(he)?void 0:ue(he,pe);return Fe?$(Fe,he,Ne):new RegExp(he)[pe](oe(Ne))},function(Ce){var he=V(this),Ne=oe(Ce),Fe=_e(Ie,he,Ne);if(Fe.done)return Fe.value;var Ve=he.lastIndex;ie(Ve,0)||(he.lastIndex=0);var jt=de(he,Ne);return ie(he.lastIndex,Ve)||(he.lastIndex=Ve),jt===null?-1:jt.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"),_e=n("../internals/to-string"),Ce=n("../internals/get-method"),he=n("../internals/array-slice"),Ne=n("../internals/regexp-exec-abstract"),Fe=n("../internals/regexp-exec"),Ve=n("../internals/regexp-sticky-helpers"),jt=n("../internals/fails"),Et=Ve.UNSUPPORTED_Y,Ue=4294967295,qe=Math.min,kt=[].push,tr=V(/./.exec),rr=V(kt),ar=V("".slice),nr=!jt(function(){var ur=/(?:)/,cr=ur.exec;ur.exec=function(){return cr.apply(this,arguments)};var mr="ab".split(ur);return mr.length!==2||mr[0]!=="a"||mr[1]!=="b"});z("split",function(ur,cr,mr){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(br,Rr){var xr=_e(ue(this)),Er=Rr===void 0?Ue:Rr>>>0;if(Er===0)return[];if(br===void 0)return[xr];if(!oe(br))return j(cr,xr,br,Er);for(var vr=[],Ir=(br.ignoreCase?"i":"")+(br.multiline?"m":"")+(br.unicode?"u":"")+(br.sticky?"y":""),Lr=0,gr=new RegExp(br.source,Ir+"g"),_r,Fr,zr;(_r=j(Fe,gr,xr))&&(Fr=gr.lastIndex,!(Fr>Lr&&(rr(vr,ar(xr,Lr,_r.index)),_r.length>1&&_r.index<xr.length&&$(kt,vr,he(_r,1)),zr=_r[0].length,Lr=Fr,vr.length>=Er)));)gr.lastIndex===_r.index&&gr.lastIndex++;return Lr===xr.length?(zr||!tr(gr,""))&&rr(vr,""):rr(vr,ar(xr,Lr)),vr.length>Er?he(vr,0,Er):vr}:"0".split(void 0,0).length?hr=function(br,Rr){return br===void 0&&Rr===0?[]:j(cr,this,br,Rr)}:hr=cr,[function(Rr,xr){var Er=ue(this),vr=ie(Rr)?void 0:Ce(Rr,ur);return vr?j(vr,Rr,Er,xr):j(hr,_e(Er),Rr,xr)},function(br,Rr){var xr=re(this),Er=_e(br),vr=mr(hr,xr,Er,Rr,hr!==cr);if(vr.done)return vr.value;var Ir=de(xr,RegExp),Lr=xr.unicode,gr=(xr.ignoreCase?"i":"")+(xr.multiline?"m":"")+(xr.unicode?"u":"")+(Et?"g":"y"),_r=new Ir(Et?"^(?:"+xr.source+")":xr,gr),Fr=Rr===void 0?Ue:Rr>>>0;if(Fr===0)return[];if(Er.length===0)return Ne(_r,Er)===null?[Er]:[];for(var zr=0,Vr=0,Gr=[];Vr<Er.length;){_r.lastIndex=Et?0:Vr;var Tr=Ne(_r,Et?ar(Er,Vr):Er),Cr;if(Tr===null||(Cr=qe(Ie(_r.lastIndex+(Et?Vr:0)),Er.length))===zr)Vr=pe(Er,Vr,Lr);else{if(rr(Gr,ar(Er,zr,Vr)),Gr.length===Fr)return Gr;for(var Mr=1;Mr<=Tr.length-1;Mr++)if(rr(Gr,Tr[Mr]),Gr.length===Fr)return Gr;Vr=zr=Cr}}return rr(Gr,ar(Er,zr)),Gr}]},!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,_e=ue("startsWith"),Ce=!de&&!_e&&!!function(){var he=V(String.prototype,"startsWith");return he&&!he.writable}();$({target:"String",proto:!0,forced:!Ce&&!_e},{startsWith:function(Ne){var Fe=re(oe(this));ie(Ne);var Ve=z(Ie(arguments.length>1?arguments[1]:void 0,Fe.length)),jt=re(Ne);return pe(Fe,Ve,Ve+jt.length)===jt}})},{"../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"),_e=n("../internals/to-indexed-object"),Ce=n("../internals/to-property-key"),he=n("../internals/to-string"),Ne=n("../internals/create-property-descriptor"),Fe=n("../internals/object-create"),Ve=n("../internals/object-keys"),jt=n("../internals/object-get-own-property-names"),Et=n("../internals/object-get-own-property-names-external"),Ue=n("../internals/object-get-own-property-symbols"),qe=n("../internals/object-get-own-property-descriptor"),kt=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"),mr=n("../internals/hidden-keys"),hr=n("../internals/uid"),br=n("../internals/well-known-symbol"),Rr=n("../internals/well-known-symbol-wrapped"),xr=n("../internals/well-known-symbol-define"),Er=n("../internals/symbol-define-to-primitive"),vr=n("../internals/set-to-string-tag"),Ir=n("../internals/internal-state"),Lr=n("../internals/array-iteration").forEach,gr=cr("hidden"),_r="Symbol",Fr="prototype",zr=Ir.set,Vr=Ir.getterFor(_r),Gr=Object[Fr],Tr=j.Symbol,Cr=Tr&&Tr[Fr],Mr=j.RangeError,yr=j.TypeError,Sr=j.QObject,Dr=qe.f,kr=kt.f,Wr=Et.f,Kr=rr.f,Nr=z([].push),jr=ur("symbols"),Qr=ur("op-symbols"),ca=ur("wks"),Po=!Sr||!Sr[Fr]||!Sr[Fr].findChild,Wa=function(qa,To,Hi){var na=Dr(Gr,To);na&&delete Gr[To],kr(qa,To,Hi),na&&qa!==Gr&&kr(Gr,To,na)},qo=ie&&ue(function(){return Fe(kr({},"a",{get:function(){return kr(this,"a",{value:7}).a}})).a!==7})?Wa:kr,ds=function(qa,To){var Hi=jr[qa]=Fe(Cr);return zr(Hi,{type:_r,tag:qa,description:To}),ie||(Hi.description=To),Hi},Kn=function(To,Hi,na){To===Gr&&Kn(Qr,Hi,na),Ie(To);var Ma=Ce(Hi);return Ie(na),de(jr,Ma)?(na.enumerable?(de(To,gr)&&To[gr][Ma]&&(To[gr][Ma]=!1),na=Fe(na,{enumerable:Ne(0,!1)})):(de(To,gr)||kr(To,gr,Ne(1,Fe(null))),To[gr][Ma]=!0),qo(To,Ma,na)):kr(To,Ma,na)},Hr=function(To,Hi){Ie(To);var na=_e(Hi),Ma=Ve(na).concat(sa(na));return Lr(Ma,function(Ds){(!ie||V(On,na,Ds))&&Kn(To,Ds,na[Ds])}),To},Ar=function(To,Hi){return Hi===void 0?Fe(To):Hr(Fe(To),Hi)},On=function(To){var Hi=Ce(To),na=V(Kr,this,Hi);return this===Gr&&de(jr,Hi)&&!de(Qr,Hi)?!1:na||!de(this,Hi)||!de(jr,Hi)||de(this,gr)&&this[gr][Hi]?na:!0},In=function(To,Hi){var na=_e(To),Ma=Ce(Hi);if(!(na===Gr&&de(jr,Ma)&&!de(Qr,Ma))){var Ds=Dr(na,Ma);return Ds&&de(jr,Ma)&&!(de(na,gr)&&na[gr][Ma])&&(Ds.enumerable=!0),Ds}},Sa=function(To){var Hi=Wr(_e(To)),na=[];return Lr(Hi,function(Ma){!de(jr,Ma)&&!de(mr,Ma)&&Nr(na,Ma)}),na},sa=function(qa){var To=qa===Gr,Hi=Wr(To?Qr:_e(qa)),na=[];return Lr(Hi,function(Ma){de(jr,Ma)&&(!To||de(Gr,Ma))&&Nr(na,jr[Ma])}),na};oe||(Tr=function(){if(pe(Cr,this))throw new yr("Symbol is not a constructor");var To=!arguments.length||arguments[0]===void 0?void 0:he(arguments[0]),Hi=hr(To),na=function(Ma){var Ds=this===void 0?j:this;Ds===Gr&&V(na,Qr,Ma),de(Ds,gr)&&de(Ds[gr],Hi)&&(Ds[gr][Hi]=!1);var ps=Ne(1,Ma);try{qo(Ds,Hi,ps)}catch(yl){if(!(yl instanceof Mr))throw yl;Wa(Ds,Hi,ps)}};return ie&&Po&&qo(Gr,Hi,{configurable:!0,set:na}),ds(Hi,To)},Cr=Tr[Fr],ar(Cr,"toString",function(){return Vr(this).tag}),ar(Tr,"withoutSetter",function(qa){return ds(hr(qa),qa)}),rr.f=On,kt.f=Kn,tr.f=Hr,qe.f=In,jt.f=Et.f=Sa,Ue.f=sa,Rr.f=function(qa){return ds(br(qa),qa)},ie&&(nr(Cr,"description",{configurable:!0,get:function(){return Vr(this).description}}),re||ar(Gr,"propertyIsEnumerable",On,{unsafe:!0}))),$({global:!0,constructor:!0,wrap:!0,forced:!oe,sham:!oe},{Symbol:Tr}),Lr(Ve(ca),function(qa){xr(qa)}),$({target:_r,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:Hr,getOwnPropertyDescriptor:In}),$({target:"Object",stat:!0,forced:!oe},{getOwnPropertyNames:Sa}),Er(),vr(Tr,_r),mr[gr]=!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,_e=Ie&&Ie.prototype;if(j&&ie(Ie)&&(!("description"in _e)||Ie().description!==void 0)){var Ce={},he=function(){var kt=arguments.length<1||arguments[0]===void 0?void 0:ue(arguments[0]),tr=oe(_e,this)?new Ie(kt):kt===void 0?Ie():Ie(kt);return kt===""&&(Ce[tr]=!0),tr};pe(he,Ie),he.prototype=_e,_e.constructor=he;var Ne=String(Ie("description detection"))==="Symbol(description detection)",Fe=z(_e.valueOf),Ve=z(_e.toString),jt=/^Symbol\((.*)\)[^)]+$/,Et=z("".replace),Ue=z("".slice);de(_e,"description",{configurable:!0,get:function(){var kt=Fe(this);if(re(Ce,kt))return"";var tr=Ve(kt),rr=Ne?Ue(tr,7,-1):Et(tr,jt,"$1");return rr===""?void 0:rr}}),$({global:!0,constructor:!0,forced:!0},{Symbol:he})}},{"../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 _e=0;return new Int8Array(2).fill({valueOf:function(){return _e++}}),_e!==1});de("fill",function(Ce){var he=arguments.length;ue(this);var Ne=pe(z(this),0,3)==="Big"?V(Ce):+Ce;return re(j,this,Ne,he>1?arguments[1]:void 0,he>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),_e=z.aTypedArray,Ce=z.exportTypedArrayMethod,he=ue&&ue.prototype,Ne=!j(function(){he[oe].call([1])}),Fe=!!he&&he.values&&he[oe]===he.values&&he.values.name==="values",Ve=function(){return de(_e(this))};Ce("entries",function(){return Ie(_e(this))},Ne),Ce("keys",function(){return pe(_e(this))},Ne),Ce("values",Ve,Ne||!Fe,{name:"values"}),Ce(oe,Ve,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,_e=V.aTypedArray,Ce=V.exportTypedArrayMethod,he=!oe(function(){var Fe=new Uint8ClampedArray(2);return j(Ie,Fe,{length:1,0:3},1),Fe[1]!==3}),Ne=he&&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(Ve){_e(this);var jt=re(arguments.length>1?arguments[1]:void 0,1),Et=ie(Ve);if(he)return j(Ie,this,Et,jt);var Ue=this.length,qe=z(Et),kt=0;if(qe+jt>Ue)throw new ue("Wrong length");for(;kt<qe;)this[jt+kt]=Et[kt++]},!he||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),_e=j(this),Ce=0,he=Ie.length,Ne=new _e(he);he>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,_e=ie.exportTypedArrayMethod,Ce=$.Uint16Array,he=Ce&&j(Ce.prototype.sort),Ne=!!he&&!(V(function(){he(new Ce(2),null)})&&V(function(){he(new Ce(2),{})})),Fe=!!he&&!V(function(){if(de)return de<74;if(oe)return oe<67;if(ue)return!0;if(pe)return pe<602;var jt=new Ce(516),Et=Array(516),Ue,qe;for(Ue=0;Ue<516;Ue++)qe=Ue%4,jt[Ue]=515-Ue,Et[Ue]=Ue-2*qe+3;for(he(jt,function(kt,tr){return(kt/4|0)-(tr/4|0)}),Ue=0;Ue<516;Ue++)if(jt[Ue]!==Et[Ue])return!0}),Ve=function(jt){return function(Et,Ue){return jt!==void 0?+jt(Et,Ue)||0:Ue!==Ue?-1:Et!==Et?1:Et===0&&Ue===0?1/Et>0&&1/Ue<0?1:-1:Et>Ue}};_e("sort",function(Et){return Et!==void 0&&z(Et),Fe?he(this,Et):re(Ie(this),Ve(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,_e=V(ue,Ie),Ce=z(pe);return new Ce(pe.buffer,pe.byteOffset+_e*pe.BYTES_PER_ELEMENT,j((de===void 0?Ie:V(de,Ie))-_e))})},{"../internals/array-buffer-view-core":117,"../internals/to-absolute-index":279,"../internals/to-length":284,"../internals/typed-array-species-constructor":298}],379:[function(n,k,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(_e,Ce){if(_e){if(_e[ue]!==de)try{re(_e,ue,de)}catch{_e[ue]=de}if(ie(_e,Ce,!0),j[Ce]){for(var he in z)if(_e[he]!==z[he])try{re(_e,he,z[he])}catch{_e[he]=z[he]}}}};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 _e(Fe){return Ne(Fe)==="[object Error]"||Fe instanceof Error}L.isError=_e;function Ce(Fe){return typeof Fe=="function"}L.isFunction=Ce;function he(Fe){return Fe===null||typeof Fe=="boolean"||typeof Fe=="number"||typeof Fe=="string"||typeof Fe=="symbol"||typeof Fe>"u"}L.isPrimitive=he,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,_e,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 he=Ie.slice(0,4);(he==="UTC:"||he==="GMT:")&&(Ie=Ie.slice(4),_e=!0,he==="GMT:"&&(Ce=!0));var Ne=_e?"getUTC":"get",Fe=pe[Ne+"Date"](),Ve=pe[Ne+"Day"](),jt=pe[Ne+"Month"](),Et=pe[Ne+"FullYear"](),Ue=pe[Ne+"Hours"](),qe=pe[Ne+"Minutes"](),kt=pe[Ne+"Seconds"](),tr=pe[Ne+"Milliseconds"](),rr=_e?0:pe.getTimezoneOffset(),ar=z(pe),nr=re(pe),ur={d:Fe,dd:V(Fe),ddd:j.i18n.dayNames[Ve],dddd:j.i18n.dayNames[Ve+7],m:jt+1,mm:V(jt+1),mmm:j.i18n.monthNames[jt],mmmm:j.i18n.monthNames[jt+12],yy:String(Et).slice(2),yyyy:Et,h:Ue%12||12,hh:V(Ue%12||12),H:Ue,HH:V(Ue),M:qe,MM:V(qe),s:kt,ss:V(kt),l:V(tr,3),L:V(Math.round(tr/10)),t:Ue<12?"a":"p",tt:Ue<12?"am":"pm",T:Ue<12?"A":"P",TT:Ue<12?"AM":"PM",Z:Ce?"GMT":_e?"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,_e=arguments.length>4?arguments[4]:null,Ce=arguments.length>5?arguments[5]:null,he=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:_e===null&&Ne?Ne.writable:!_e});else if(he||!Ie&&!_e&&!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(kt,tr,rr){return Function.prototype.apply.call(kt,tr,rr)},V;$&&typeof $.ownKeys=="function"?V=$.ownKeys:Object.getOwnPropertySymbols?V=function(kt){return Object.getOwnPropertyNames(kt).concat(Object.getOwnPropertySymbols(kt))}:V=function(kt){return Object.getOwnPropertyNames(kt)};function z(qe){console&&console.warn&&console.warn(qe)}var re=Number.isNaN||function(kt){return kt!==kt};function ie(){ie.init.call(this)}k.exports=ie,k.exports.once=jt,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(kt){if(typeof kt!="number"||kt<0||re(kt))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+kt+".");return this._maxListeners=kt,this};function de(qe){return qe._maxListeners===void 0?ie.defaultMaxListeners:qe._maxListeners}ie.prototype.getMaxListeners=function(){return de(this)},ie.prototype.emit=function(kt){for(var tr=[],rr=1;rr<arguments.length;rr++)tr.push(arguments[rr]);var ar=kt==="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 mr=nr[kt];if(mr===void 0)return!1;if(typeof mr=="function")j(mr,this,tr);else for(var hr=mr.length,br=Ne(mr,hr),rr=0;rr<hr;++rr)j(br[rr],this,tr);return!0};function pe(qe,kt,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",kt,tr.listener?tr.listener:tr),nr=qe._events),ur=nr[kt]),ur===void 0)ur=nr[kt]=tr,++qe._eventsCount;else if(typeof ur=="function"?ur=nr[kt]=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(kt)+" listeners added. Use emitter.setMaxListeners() to increase limit");cr.name="MaxListenersExceededWarning",cr.emitter=qe,cr.type=kt,cr.count=ur.length,z(cr)}return qe}ie.prototype.addListener=function(kt,tr){return pe(this,kt,tr,!1)},ie.prototype.on=ie.prototype.addListener,ie.prototype.prependListener=function(kt,tr){return pe(this,kt,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 _e(qe,kt,tr){var rr={fired:!1,wrapFn:void 0,target:qe,type:kt,listener:tr},ar=Ie.bind(rr);return ar.listener=tr,rr.wrapFn=ar,ar}ie.prototype.once=function(kt,tr){return ue(tr),this.on(kt,_e(this,kt,tr)),this},ie.prototype.prependOnceListener=function(kt,tr){return ue(tr),this.prependListener(kt,_e(this,kt,tr)),this},ie.prototype.removeListener=function(kt,tr){var rr,ar,nr,ur,cr;if(ue(tr),ar=this._events,ar===void 0)return this;if(rr=ar[kt],rr===void 0)return this;if(rr===tr||rr.listener===tr)--this._eventsCount===0?this._events=Object.create(null):(delete ar[kt],ar.removeListener&&this.emit("removeListener",kt,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[kt]=rr[0]),ar.removeListener!==void 0&&this.emit("removeListener",kt,cr||tr)}return this},ie.prototype.off=ie.prototype.removeListener,ie.prototype.removeAllListeners=function(kt){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[kt]!==void 0&&(--this._eventsCount===0?this._events=Object.create(null):delete rr[kt]),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[kt],typeof tr=="function")this.removeListener(kt,tr);else if(tr!==void 0)for(ar=tr.length-1;ar>=0;ar--)this.removeListener(kt,tr[ar]);return this};function Ce(qe,kt,tr){var rr=qe._events;if(rr===void 0)return[];var ar=rr[kt];return ar===void 0?[]:typeof ar=="function"?tr?[ar.listener||ar]:[ar]:tr?Ve(ar):Ne(ar,ar.length)}ie.prototype.listeners=function(kt){return Ce(this,kt,!0)},ie.prototype.rawListeners=function(kt){return Ce(this,kt,!1)},ie.listenerCount=function(qe,kt){return typeof qe.listenerCount=="function"?qe.listenerCount(kt):he.call(qe,kt)},ie.prototype.listenerCount=he;function he(qe){var kt=this._events;if(kt!==void 0){var tr=kt[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,kt){for(var tr=new Array(kt),rr=0;rr<kt;++rr)tr[rr]=qe[rr];return tr}function Fe(qe,kt){for(;kt+1<qe.length;kt++)qe[kt]=qe[kt+1];qe.pop()}function Ve(qe){for(var kt=new Array(qe.length),tr=0;tr<kt.length;++tr)kt[tr]=qe[tr].listener||qe[tr];return kt}function jt(qe,kt){return new Promise(function(tr,rr){function ar(ur){qe.removeListener(kt,nr),rr(ur)}function nr(){typeof qe.removeListener=="function"&&qe.removeListener("error",ar),tr([].slice.call(arguments))}Ue(qe,kt,nr,{once:!0}),kt!=="error"&&Et(qe,ar,{once:!0})})}function Et(qe,kt,tr){typeof qe.on=="function"&&Ue(qe,"error",kt,tr)}function Ue(qe,kt,tr,rr){if(typeof qe.on=="function")rr.once?qe.once(kt,tr):qe.on(kt,tr);else if(typeof qe.addEventListener=="function")qe.addEventListener(kt,function ar(nr){rr.once&&qe.removeEventListener(kt,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 _e=0,Ce=de.length;_e<Ce;_e++)V.call(de,_e)&&(Ie==null?pe(de[_e],_e,de):pe.call(Ie,de[_e],_e,de))},re=function(de,pe,Ie){for(var _e=0,Ce=de.length;_e<Ce;_e++)Ie==null?pe(de.charAt(_e),_e,de):pe.call(Ie,de.charAt(_e),_e,de)},ie=function(de,pe,Ie){for(var _e in de)V.call(de,_e)&&(Ie==null?pe(de[_e],_e,de):pe.call(Ie,de[_e],_e,de))},oe=function(de,pe,Ie){if(!$(pe))throw new TypeError("iterator must be a function");var _e;arguments.length>=3&&(_e=Ie),j.call(de)==="[object Array]"?z(de,pe,_e):typeof de=="string"?re(de,pe,_e):ie(de,pe,_e)};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=[],_e=0;_e<de.length;_e+=1)Ie[_e]=de[_e];for(var Ce=0;Ce<pe.length;Ce+=1)Ie[Ce+de.length]=pe[Ce];return Ie},ie=function(de,pe){for(var Ie=[],_e=pe,Ce=0;_e<de.length;_e+=1,Ce+=1)Ie[Ce]=de[_e];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),_e,Ce=function(){if(this instanceof _e){var jt=pe.apply(this,re(Ie,arguments));return Object(jt)===jt?jt:this}return pe.apply(de,re(Ie,arguments))},he=V(0,pe.length-Ie.length),Ne=[],Fe=0;Fe<he;Fe++)Ne[Fe]="$"+Fe;if(_e=Function("binder","return function ("+oe(Ne,",")+"){ return binder.apply(this,arguments); }")(Ce),pe.prototype){var Ve=function(){};Ve.prototype=pe.prototype,_e.prototype=new Ve,Ve.prototype=null}return _e}},{}],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(mr){try{return V('"use strict"; return ('+mr+").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(mr){return mr.__proto__}:null),_e={},Ce=typeof Uint8Array>"u"||!Ie?$:Ie(Uint8Array),he={"%AggregateError%":typeof AggregateError>"u"?$:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?$:ArrayBuffer,"%ArrayIteratorPrototype%":de&&Ie?Ie([][Symbol.iterator]()):$,"%AsyncFromSyncIteratorPrototype%":$,"%AsyncFunction%":_e,"%AsyncGenerator%":_e,"%AsyncGeneratorFunction%":_e,"%AsyncIteratorPrototype%":_e,"%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%":_e,"%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(mr){var Ne=Ie(Ie(mr));he["%Error.prototype%"]=Ne}var Fe=function mr(hr){var br;if(hr==="%AsyncFunction%")br=re("async function () {}");else if(hr==="%GeneratorFunction%")br=re("function* () {}");else if(hr==="%AsyncGeneratorFunction%")br=re("async function* () {}");else if(hr==="%AsyncGenerator%"){var Rr=mr("%AsyncGeneratorFunction%");Rr&&(br=Rr.prototype)}else if(hr==="%AsyncIteratorPrototype%"){var xr=mr("%AsyncGenerator%");xr&&Ie&&(br=Ie(xr.prototype))}return he[hr]=br,br},Ve={"%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"]},jt=n("function-bind"),Et=n("hasown"),Ue=jt.call(Function.call,Array.prototype.concat),qe=jt.call(Function.apply,Array.prototype.splice),kt=jt.call(Function.call,String.prototype.replace),tr=jt.call(Function.call,String.prototype.slice),rr=jt.call(Function.call,RegExp.prototype.exec),ar=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,nr=/\\(\\)?/g,ur=function(hr){var br=tr(hr,0,1),Rr=tr(hr,-1);if(br==="%"&&Rr!=="%")throw new j("invalid intrinsic syntax, expected closing `%`");if(Rr==="%"&&br!=="%")throw new j("invalid intrinsic syntax, expected opening `%`");var xr=[];return kt(hr,ar,function(Er,vr,Ir,Lr){xr[xr.length]=Ir?kt(Lr,nr,"$1"):vr||Er}),xr},cr=function(hr,br){var Rr=hr,xr;if(Et(Ve,Rr)&&(xr=Ve[Rr],Rr="%"+xr[0]+"%"),Et(he,Rr)){var Er=he[Rr];if(Er===_e&&(Er=Fe(Rr)),typeof Er>"u"&&!br)throw new z("intrinsic "+hr+" exists, but is not available. Please file an issue!");return{alias:xr,name:Rr,value:Er}}throw new j("intrinsic "+hr+" does not exist!")};k.exports=function(hr,br){if(typeof hr!="string"||hr.length===0)throw new z("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof br!="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 Rr=ur(hr),xr=Rr.length>0?Rr[0]:"",Er=cr("%"+xr+"%",br),vr=Er.name,Ir=Er.value,Lr=!1,gr=Er.alias;gr&&(xr=gr[0],qe(Rr,Ue([0,1],gr)));for(var _r=1,Fr=!0;_r<Rr.length;_r+=1){var zr=Rr[_r],Vr=tr(zr,0,1),Gr=tr(zr,-1);if((Vr==='"'||Vr==="'"||Vr==="`"||Gr==='"'||Gr==="'"||Gr==="`")&&Vr!==Gr)throw new j("property names with quotes must have matching quotes");if((zr==="constructor"||!Fr)&&(Lr=!0),xr+="."+zr,vr="%"+xr+"%",Et(he,vr))Ir=he[vr];else if(Ir!=null){if(!(zr in Ir)){if(!br)throw new z("base intrinsic for "+hr+" exists, but the property is not available.");return}if(ie&&_r+1>=Rr.length){var Tr=ie(Ir,zr);Fr=!!Tr,Fr&&"get"in Tr&&!("originalValue"in Tr.get)?Ir=Tr.get:Ir=Ir[zr]}else Fr=Et(Ir,zr),Ir=Ir[zr];Fr&&!Lr&&(he[vr]=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,_e=V?re-1:0,Ce=V?-1:1,he=$[j+_e];for(_e+=Ce,ie=he&(1<<-Ie)-1,he>>=-Ie,Ie+=ue;Ie>0;ie=ie*256+$[j+_e],_e+=Ce,Ie-=8);for(oe=ie&(1<<-Ie)-1,ie>>=-Ie,Ie+=z;Ie>0;oe=oe*256+$[j+_e],_e+=Ce,Ie-=8);if(ie===0)ie=1-pe;else{if(ie===de)return oe?NaN:(he?-1:1)*(1/0);oe=oe+Math.pow(2,z),ie=ie-pe}return(he?-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,_e=Ie>>1,Ce=re===23?Math.pow(2,-24)-Math.pow(2,-77):0,he=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+_e>=1?j+=Ce/de:j+=Ce*Math.pow(2,1-_e),j*de>=2&&(oe++,de/=2),oe+_e>=Ie?(ue=0,oe=Ie):oe+_e>=1?(ue=(j*de-1)*Math.pow(2,re),oe=oe+_e):(ue=j*Math.pow(2,_e-1)*Math.pow(2,re),oe=0));re>=8;$[V+he]=ue&255,he+=Ne,ue/=256,re-=8);for(oe=oe<<re|ue,pe+=re;pe>0;$[V+he]=oe&255,he+=Ne,oe/=256,pe-=8);$[V+he-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 he=re.length,Ne=setTimeout(oe);he;){for(V=re,re=[];V&&++z<he;)V[z].run();z=-1,he=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 _e(he,Ne){this.fun=he,this.array=Ne}_e.prototype.run=function(){var he=this.fun,Ne=this.array;switch(Ne.length){case 0:return he();case 1:return he(Ne[0]);case 2:return he(Ne[0],Ne[1]);case 3:return he(Ne[0],Ne[1],Ne[2]);default:return he.apply(null,Ne)}},k.exports=Ce;function Ce(he){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 _e(he,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(Ue){try{var qe=$.call(Ue);return re.test(qe)}catch{return!1}},oe=function(Ue){try{return ie(Ue)?!1:($.call(Ue),!0)}catch{return!1}},ue=Object.prototype.toString,de="[object Object]",pe="[object Function]",Ie="[object GeneratorFunction]",_e="[object HTMLAllCollection]",Ce="[object HTML document.all class]",he="[object HTMLCollection]",Ne=typeof Symbol=="function"&&!!Symbol.toStringTag,Fe=!(0 in[,]),Ve=function(){return!1};if(typeof document=="object"){var jt=document.all;ue.call(jt)===ue.call(document.all)&&(Ve=function(Ue){if((Fe||!Ue)&&(typeof Ue>"u"||typeof Ue=="object"))try{var qe=ue.call(Ue);return(qe===_e||qe===Ce||qe===he||qe===de)&&Ue("")==null}catch{}return!1})}k.exports=j?function(Ue){if(Ve(Ue))return!0;if(!Ue||typeof Ue!="function"&&typeof Ue!="object")return!1;try{j(Ue,null,V)}catch(qe){if(qe!==z)return!1}return!ie(Ue)&&oe(Ue)}:function(Ue){if(Ve(Ue))return!0;if(!Ue||typeof Ue!="function"&&typeof Ue!="object")return!1;if(Ne)return oe(Ue);if(ie(Ue))return!1;var qe=ue.call(Ue);return qe!==pe&&qe!==Ie&&!/^\[object HTML/.test(qe)?!1:oe(Ue)}},{}],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 br={},Rr=0,xr=hr.length;Rr<xr;Rr++)br[hr.charAt(Rr)]=Rr;return br}(re),oe=String.fromCharCode,ue=function(hr){if(hr.length<2){var br=hr.charCodeAt(0);return br<128?hr:br<2048?oe(192|br>>>6)+oe(128|br&63):oe(224|br>>>12&15)+oe(128|br>>>6&63)+oe(128|br&63)}else{var br=65536+(hr.charCodeAt(0)-55296)*1024+(hr.charCodeAt(1)-56320);return oe(240|br>>>18&7)+oe(128|br>>>12&63)+oe(128|br>>>6&63)+oe(128|br&63)}},de=/[\uD800-\uDBFF][\uDC00-\uDFFFF]|[^\x00-\x7F]/g,pe=function(hr){return hr.replace(de,ue)},Ie=function(hr){var br=[0,2,1][hr.length%3],Rr=hr.charCodeAt(0)<<16|(hr.length>1?hr.charCodeAt(1):0)<<8|(hr.length>2?hr.charCodeAt(2):0),xr=[re.charAt(Rr>>>18),re.charAt(Rr>>>12&63),br>=2?"=":re.charAt(Rr>>>6&63),br>=1?"=":re.charAt(Rr&63)];return xr.join("")},_e=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 _e(pe(String(hr)))},he=function(hr){return hr.replace(/[+\/]/g,function(br){return br=="+"?"-":"_"}).replace(/=/g,"")},Ne=function(hr,br){return br?he(Ce(hr)):Ce(hr)},Fe=function(hr){return Ne(hr,!0)},Ve;j.Uint8Array&&(Ve=function(hr,br){for(var Rr="",xr=0,Er=hr.length;xr<Er;xr+=3){var vr=hr[xr],Ir=hr[xr+1],Lr=hr[xr+2],gr=vr<<16|Ir<<8|Lr;Rr+=re.charAt(gr>>>18)+re.charAt(gr>>>12&63)+(typeof Ir<"u"?re.charAt(gr>>>6&63):"=")+(typeof Lr<"u"?re.charAt(gr&63):"=")}return br?he(Rr):Rr});var jt=/[\xC0-\xDF][\x80-\xBF]|[\xE0-\xEF][\x80-\xBF]{2}|[\xF0-\xF7][\x80-\xBF]{3}/g,Et=function(hr){switch(hr.length){case 4:var br=(7&hr.charCodeAt(0))<<18|(63&hr.charCodeAt(1))<<12|(63&hr.charCodeAt(2))<<6|63&hr.charCodeAt(3),Rr=br-65536;return oe((Rr>>>10)+55296)+oe((Rr&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))}},Ue=function(hr){return hr.replace(jt,Et)},qe=function(hr){var br=hr.length,Rr=br%4,xr=(br>0?ie[hr.charAt(0)]<<18:0)|(br>1?ie[hr.charAt(1)]<<12:0)|(br>2?ie[hr.charAt(2)]<<6:0)|(br>3?ie[hr.charAt(3)]:0),Er=[oe(xr>>>16),oe(xr>>>8&255),oe(xr&255)];return Er.length-=[0,0,2,1][Rr],Er.join("")},kt=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 kt(String(hr).replace(/[^A-Za-z0-9\+\/]/g,""))},rr=function(hr){return Ue(kt(hr))},ar=function(hr){return String(hr).replace(/[-_]/g,function(br){return br=="-"?"+":"/"}).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(br){return br.charCodeAt(0)})});var cr=function(){var hr=j.Base64;return j.Base64=V,hr};if(j.Base64={VERSION:z,atob:tr,btoa:_e,fromBase64:nr,toBase64:Ne,utob:pe,encode:Ne,encodeURI:Fe,btou:Ue,decode:nr,noConflict:cr,fromUint8Array:Ve,toUint8Array:ur},typeof Object.defineProperty=="function"){var mr=function(hr){return{value:hr,enumerable:!1,writable:!0,configurable:!0}};j.Base64.extendString=function(){Object.defineProperty(String.prototype,"fromBase64",mr(function(){return nr(this)})),Object.defineProperty(String.prototype,"toBase64",mr(function(hr){return Ne(this,hr)})),Object.defineProperty(String.prototype,"toBase64URI",mr(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,_e){_e=_e||{};var Ce=typeof Ie;if(Ce==="string"&&Ie.length>0)return oe(Ie);if(Ce==="number"&&isFinite(Ie))return _e.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 _e=/^(-?(?:\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(_e){var Ce=parseFloat(_e[1]),he=(_e[2]||"ms").toLowerCase();switch(he){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 _e=Math.abs(Ie);return _e>=z?Math.round(Ie/z)+"d":_e>=V?Math.round(Ie/V)+"h":_e>=j?Math.round(Ie/j)+"m":_e>=$?Math.round(Ie/$)+"s":Ie+"ms"}function de(Ie){var _e=Math.abs(Ie);return _e>=z?pe(Ie,_e,z,"day"):_e>=V?pe(Ie,_e,V,"hour"):_e>=j?pe(Ie,_e,j,"minute"):_e>=$?pe(Ie,_e,$,"second"):Ie+" ms"}function pe(Ie,_e,Ce,he){var Ne=_e>=Ce*1.5;return Math.round(Ie/Ce)+" "+he+(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,_e=typeof WeakSet=="function"&&WeakSet.prototype,Ce=_e?WeakSet.prototype.has:null,he=typeof WeakRef=="function"&&WeakRef.prototype,Ne=he?WeakRef.prototype.deref:null,Fe=Boolean.prototype.valueOf,Ve=Object.prototype.toString,jt=Function.prototype.toString,Et=String.prototype.match,Ue=String.prototype.slice,qe=String.prototype.replace,kt=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,mr=typeof BigInt=="function"?BigInt.prototype.valueOf:null,hr=Object.getOwnPropertySymbols,br=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Symbol.prototype.toString:null,Rr=typeof Symbol=="function"&&typeof Symbol.iterator=="object",xr=typeof Symbol=="function"&&Symbol.toStringTag&&(typeof Symbol.toStringTag===Rr||!0)?Symbol.toStringTag:null,Er=Object.prototype.propertyIsEnumerable,vr=(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 Ds=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if(typeof na=="number"){var ps=na<0?-cr(-na):cr(na);if(ps!==na){var yl=String(ps),$l=Ue.call(Ma,yl.length+1);return qe.call(yl,Ds,"$&_")+"."+qe.call(qe.call($l,/([0-9]{3})/g,"$&_"),/_$/,"")}}return qe.call(Ma,Ds,"$&_")}var Lr=n("./util.inspect"),gr=Lr.custom,_r=Dr(gr)?gr:null;k.exports=function na(Ma,Ds,ps,yl){var $l=Ds||{};if(Kr($l,"quoteStyle")&&$l.quoteStyle!=="single"&&$l.quoteStyle!=="double")throw new TypeError('option "quoteStyle" must be "single" or "double"');if(Kr($l,"maxStringLength")&&(typeof $l.maxStringLength=="number"?$l.maxStringLength<0&&$l.maxStringLength!==1/0:$l.maxStringLength!==null))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var Ou=Kr($l,"customInspect")?$l.customInspect:!0;if(typeof Ou!="boolean"&&Ou!=="symbol")throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(Kr($l,"indent")&&$l.indent!==null&&$l.indent!==" "&&!(parseInt($l.indent,10)===$l.indent&&$l.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(Kr($l,"numericSeparator")&&typeof $l.numericSeparator!="boolean")throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var As=$l.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 Hr(Ma,$l);if(typeof Ma=="number"){if(Ma===0)return 1/0/Ma>0?"0":"-0";var Uu=String(Ma);return As?Ir(Ma,Uu):Uu}if(typeof Ma=="bigint"){var ju=String(Ma)+"n";return As?Ir(Ma,ju):ju}var $c=typeof $l.depth>"u"?5:$l.depth;if(typeof ps>"u"&&(ps=0),ps>=$c&&$c>0&&typeof Ma=="object")return Vr(Ma)?"[Array]":"[Object]";var Oc=qa($l,ps);if(typeof yl>"u")yl=[];else if(Qr(yl,Ma)>=0)return"[Circular]";function vc(_s,An,Vo){if(An&&(yl=ur.call(yl),yl.push(An)),Vo){var pu={depth:$l.depth};return Kr($l,"quoteStyle")&&(pu.quoteStyle=$l.quoteStyle),na(_s,pu,ps+1,yl)}return na(_s,$l,ps+1,yl)}if(typeof Ma=="function"&&!Tr(Ma)){var Yl=jr(Ma),ms=Hi(Ma,vc);return"[Function"+(Yl?": "+Yl:" (anonymous)")+"]"+(ms.length>0?" { "+nr.call(ms,", ")+" }":"")}if(Dr(Ma)){var Rs=Rr?qe.call(String(Ma),/^(Symbol\(.*\))_[^)]*$/,"$1"):br.call(Ma);return typeof Ma=="object"&&!Rr?On(Rs):Rs}if(Kn(Ma)){for(var Hs="<"+tr.call(String(Ma.nodeName)),zs=Ma.attributes||[],Br=0;Br<zs.length;Br++)Hs+=" "+zs[Br].name+"="+Fr(zr(zs[Br].value),"double",$l);return Hs+=">",Ma.childNodes&&Ma.childNodes.length&&(Hs+="..."),Hs+="</"+tr.call(String(Ma.nodeName))+">",Hs}if(Vr(Ma)){if(Ma.length===0)return"[]";var Zn=Hi(Ma,vc);return Oc&&!sa(Zn)?"["+To(Zn,Oc)+"]":"[ "+nr.call(Zn,", ")+" ]"}if(Cr(Ma)){var hn=Hi(Ma,vc);return!("cause"in Error.prototype)&&"cause"in Ma&&!Er.call(Ma,"cause")?"{ ["+String(Ma)+"] "+nr.call(ar.call("[cause]: "+vc(Ma.cause),hn),", ")+" }":hn.length===0?"["+String(Ma)+"]":"{ ["+String(Ma)+"] "+nr.call(hn,", ")+" }"}if(typeof Ma=="object"&&Ou){if(_r&&typeof Ma[_r]=="function"&&Lr)return Lr(Ma,{depth:$c-ps});if(Ou!=="symbol"&&typeof Ma.inspect=="function")return Ma.inspect()}if(ca(Ma)){var Ln=[];return re&&re.call(Ma,function(_s,An){Ln.push(vc(An,Ma,!0)+" => "+vc(_s,Ma))}),Sa("Map",z.call(Ma),Ln,Oc)}if(qo(Ma)){var Vi=[];return de&&de.call(Ma,function(_s){Vi.push(vc(_s,Ma))}),Sa("Set",ue.call(Ma),Vi,Oc)}if(Po(Ma))return In("WeakMap");if(ds(Ma))return In("WeakSet");if(Wa(Ma))return In("WeakRef");if(yr(Ma))return On(vc(Number(Ma)));if(kr(Ma))return On(vc(mr.call(Ma)));if(Sr(Ma))return On(Fe.call(Ma));if(Mr(Ma))return On(vc(String(Ma)));if(typeof window<"u"&&Ma===window)return"{ [object Window] }";if(Ma===$)return"{ [object globalThis] }";if(!Gr(Ma)&&!Tr(Ma)){var Wi=Hi(Ma,vc),pa=vr?vr(Ma)===Object.prototype:Ma instanceof Object||Ma.constructor===Object,Ki=Ma instanceof Object?"":"null prototype",Xo=!pa&&xr&&Object(Ma)===Ma&&xr in Ma?Ue.call(Nr(Ma),8,-1):Ki?"Object":"",Eo=pa||typeof Ma.constructor!="function"?"":Ma.constructor.name?Ma.constructor.name+" ":"",Fo=Eo+(Xo||Ki?"["+nr.call(ar.call([],Xo||[],Ki||[]),": ")+"] ":"");return Wi.length===0?Fo+"{}":Oc?Fo+"{"+To(Wi,Oc)+"}":Fo+"{ "+nr.call(Wi,", ")+" }"}return String(Ma)};function Fr(na,Ma,Ds){var ps=(Ds.quoteStyle||Ma)==="double"?'"':"'";return ps+na+ps}function zr(na){return qe.call(String(na),/"/g,"&quot;")}function Vr(na){return Nr(na)==="[object Array]"&&(!xr||!(typeof na=="object"&&xr in na))}function Gr(na){return Nr(na)==="[object Date]"&&(!xr||!(typeof na=="object"&&xr in na))}function Tr(na){return Nr(na)==="[object RegExp]"&&(!xr||!(typeof na=="object"&&xr in na))}function Cr(na){return Nr(na)==="[object Error]"&&(!xr||!(typeof na=="object"&&xr in na))}function Mr(na){return Nr(na)==="[object String]"&&(!xr||!(typeof na=="object"&&xr in na))}function yr(na){return Nr(na)==="[object Number]"&&(!xr||!(typeof na=="object"&&xr in na))}function Sr(na){return Nr(na)==="[object Boolean]"&&(!xr||!(typeof na=="object"&&xr in na))}function Dr(na){if(Rr)return na&&typeof na=="object"&&na instanceof Symbol;if(typeof na=="symbol")return!0;if(!na||typeof na!="object"||!br)return!1;try{return br.call(na),!0}catch{}return!1}function kr(na){if(!na||typeof na!="object"||!mr)return!1;try{return mr.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 Ve.call(na)}function jr(na){if(na.name)return na.name;var Ma=Et.call(jt.call(na),/^function\s*([\w$]+)/);return Ma?Ma[1]:null}function Qr(na,Ma){if(na.indexOf)return na.indexOf(Ma);for(var Ds=0,ps=na.length;Ds<ps;Ds++)if(na[Ds]===Ma)return Ds;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 qo(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 ds(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 Hr(na,Ma){if(na.length>Ma.maxStringLength){var Ds=na.length-Ma.maxStringLength,ps="... "+Ds+" more character"+(Ds>1?"s":"");return Hr(Ue.call(na,0,Ma.maxStringLength),Ma)+ps}var yl=qe.call(qe.call(na,/(['\\])/g,"\\$1"),/[\x00-\x1f]/g,Ar);return Fr(yl,"single",Ma)}function Ar(na){var Ma=na.charCodeAt(0),Ds={8:"b",9:"t",10:"n",12:"f",13:"r"}[Ma];return Ds?"\\"+Ds:"\\x"+(Ma<16?"0":"")+kt.call(Ma.toString(16))}function On(na){return"Object("+na+")"}function In(na){return na+" { ? }"}function Sa(na,Ma,Ds,ps){var yl=ps?To(Ds,ps):nr.call(Ds,", ");return na+" ("+Ma+") {"+yl+"}"}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 Ds;if(na.indent===" ")Ds=" ";else if(typeof na.indent=="number"&&na.indent>0)Ds=nr.call(Array(na.indent+1)," ");else return null;return{base:Ds,prev:nr.call(Array(Ma+1),Ds)}}function To(na,Ma){if(na.length===0)return"";var Ds=`
`+Ma.prev+Ma.base;return Ds+nr.call(na,","+Ds)+`
`+Ma.prev}function Hi(na,Ma){var Ds=Vr(na),ps=[];if(Ds){ps.length=na.length;for(var yl=0;yl<na.length;yl++)ps[yl]=Kr(na,yl)?Ma(na[yl],na):""}var $l=typeof hr=="function"?hr(na):[],Ou;if(Rr){Ou={};for(var As=0;As<$l.length;As++)Ou["$"+$l[As]]=$l[As]}for(var Uu in na)Kr(na,Uu)&&(Ds&&String(Number(Uu))===Uu&&Uu<na.length||Rr&&Ou["$"+Uu]instanceof Symbol||(rr.call(/[^\w$]/,Uu)?ps.push(Ma(Uu,na)+": "+Ma(na[Uu],na)):ps.push(Uu+": "+Ma(na[Uu],na))));if(typeof hr=="function")for(var ju=0;ju<$l.length;ju++)Er.call(na,$l[ju])&&ps.push("["+Ma($l[ju])+"]: "+Ma(na[$l[ju]],na));return ps}}).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 he=Ce.constructor;return he&&he.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}(),_e=function(Ce){if(typeof window>"u"||!Ie)return de(Ce);try{return de(Ce)}catch{return!1}};$=function(he){var Ne=he!==null&&typeof he=="object",Fe=V.call(he)==="[object Function]",Ve=z(he),jt=Ne&&V.call(he)==="[object String]",Et=[];if(!Ne&&!Fe&&!Ve)throw new TypeError("Object.keys called on a non-object");var Ue=oe&&Fe;if(jt&&he.length>0&&!j.call(he,0))for(var qe=0;qe<he.length;++qe)Et.push(String(qe));if(Ve&&he.length>0)for(var kt=0;kt<he.length;++kt)Et.push(String(kt));else for(var tr in he)!(Ue&&tr==="prototype")&&j.call(he,tr)&&Et.push(String(tr));if(ie)for(var rr=_e(he),ar=0;ar<ue.length;++ar)!(rr&&ue[ar]==="constructor")&&j.call(he,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 _e=1;_e<arguments.length;++_e){var Ce=z(arguments[_e]),he=$(Ce),Ne=j&&(Object.getOwnPropertySymbols||oe);if(Ne)for(var Fe=Ne(Ce),Ve=0;Ve<Fe.length;++Ve){var jt=Fe[Ve];ie(Ce,jt)&&re(he,jt)}for(var Et=0;Et<he.length;++Et){var Ue=he[Et];if(ie(Ce,Ue)){var qe=Ce[Ue];Ie[Ue]=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,_e,Ce=0;Ce<=ie.length;++Ce){if(Ce<ie.length)_e=ie.charCodeAt(Ce);else{if(_e===47)break;_e=47}if(_e===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 he=ue.lastIndexOf("/");if(he!==ue.length-1){he===-1?(ue="",de=0):(ue=ue.slice(0,he),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 _e===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,_e=1;_e<ue.length&&ue.charCodeAt(_e)===47;++_e);for(var Ce=ue.length,he=Ce-_e,Ne=Ie<he?Ie:he,Fe=-1,Ve=0;Ve<=Ne;++Ve){if(Ve===Ne){if(he>Ne){if(ue.charCodeAt(_e+Ve)===47)return ue.slice(_e+Ve+1);if(Ve===0)return ue.slice(_e+Ve)}else Ie>Ne&&(oe.charCodeAt(de+Ve)===47?Fe=Ve:Ve===0&&(Fe=0));break}var jt=oe.charCodeAt(de+Ve),Et=ue.charCodeAt(_e+Ve);if(jt!==Et)break;jt===47&&(Fe=Ve)}var Ue="";for(Ve=de+Fe+1;Ve<=pe;++Ve)(Ve===pe||oe.charCodeAt(Ve)===47)&&(Ue.length===0?Ue+="..":Ue+="/..");return Ue.length>0?Ue+ue.slice(_e+Fe):(_e+=Fe,ue.charCodeAt(_e)===47&&++_e,ue.slice(_e))},_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,_e=oe.length-1;_e>=1;--_e)if(ue=oe.charCodeAt(_e),ue===47){if(!Ie){pe=_e;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,_e;if(ue!==void 0&&ue.length>0&&ue.length<=oe.length){if(ue.length===oe.length&&ue===oe)return"";var Ce=ue.length-1,he=-1;for(_e=oe.length-1;_e>=0;--_e){var Ne=oe.charCodeAt(_e);if(Ne===47){if(!Ie){de=_e+1;break}}else he===-1&&(Ie=!1,he=_e+1),Ce>=0&&(Ne===ue.charCodeAt(Ce)?--Ce===-1&&(pe=_e):(Ce=-1,pe=he))}return de===pe?pe=he:pe===-1&&(pe=oe.length),oe.slice(de,pe)}else{for(_e=oe.length-1;_e>=0;--_e)if(oe.charCodeAt(_e)===47){if(!Ie){de=_e+1;break}}else pe===-1&&(Ie=!1,pe=_e+1);return pe===-1?"":oe.slice(de,pe)}},extname:function(oe){j(oe);for(var ue=-1,de=0,pe=-1,Ie=!0,_e=0,Ce=oe.length-1;Ce>=0;--Ce){var he=oe.charCodeAt(Ce);if(he===47){if(!Ie){de=Ce+1;break}continue}pe===-1&&(Ie=!1,pe=Ce+1),he===46?ue===-1?ue=Ce:_e!==1&&(_e=1):ue!==-1&&(_e=-1)}return ue===-1||pe===-1||_e===0||_e===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 _e=-1,Ce=0,he=-1,Ne=!0,Fe=oe.length-1,Ve=0;Fe>=Ie;--Fe){if(de=oe.charCodeAt(Fe),de===47){if(!Ne){Ce=Fe+1;break}continue}he===-1&&(Ne=!1,he=Fe+1),de===46?_e===-1?_e=Fe:Ve!==1&&(Ve=1):_e!==-1&&(Ve=-1)}return _e===-1||he===-1||Ve===0||Ve===1&&_e===he-1&&_e===Ce+1?he!==-1&&(Ce===0&&pe?ue.base=ue.name=oe.slice(1,he):ue.base=ue.name=oe.slice(Ce,he)):(Ce===0&&pe?(ue.name=oe.slice(1,_e),ue.base=oe.slice(1,he)):(ue.name=oe.slice(Ce,_e),ue.base=oe.slice(Ce,he)),ue.ext=oe.slice(_e,he)),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 _e(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 he(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:_e(rr)}function Fe(rr,ar){for(var nr in rr)pe.call(rr,nr)&&ar(rr[nr],nr,rr)}function Ve(rr){return rr==null?_e(rr):Ie.call(rr).slice(8,-1)}function jt(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 Ue(rr,ar){var nr=null;return he(rr,function(ur,cr){nr=ar(nr,ur,cr,rr)}),nr}function qe(rr){return String(rr).replace(/^ +| +$/g,"")}function kt(rr){var ar=V,nr=rr&&typeof rr=="object"&&Ve(rr)!="String";nr&&(ar=rr,rr=null);var ur=ar.navigator||{},cr=ur.userAgent||"";rr||(rr=cr);var mr=nr?!!ur.likeChrome:/\bChrome\b/.test(rr)&&!/internal|\n/i.test(Ie.toString()),hr="Object",br=nr?hr:"ScriptBridgingProxyObject",Rr=nr?hr:"Environment",xr=nr&&ar.java?"JavaPackage":Ve(ar.java),Er=nr?hr:"RuntimeObject",vr=/\bJava/.test(xr)&&ar.java,Ir=vr&&Ve(ar.environment)==Rr,Lr=vr?"a":"α",gr=vr?"b":"β",_r=ar.document||{},Fr=ar.operamini||ar.opera,zr=ue.test(zr=nr&&Fr?Fr["[[Class]]"]:Ve(Fr))?zr:Fr=null,Vr,Gr=rr,Tr=[],Cr=null,Mr=rr==cr,yr=Mr&&Fr&&typeof Fr.version=="function"&&Fr.version(),Sr,Dr=jr([{label:"EdgeHTML",pattern:"Edge"},"Trident",{label:"WebKit",pattern:"AppleWebKit"},"iCab","Presto","NetFront","Tasman","KHTML","Gecko"]),kr=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 jr(Hr){return Ue(Hr,function(Ar,On){return Ar||RegExp("\\b"+(On.pattern||Et(On))+"\\b","i").exec(rr)&&(On.label||On)})}function Qr(Hr){return Ue(Hr,function(Ar,On,In){return Ar||(On[Wr]||On[/^[a-z]+(?: +[a-z]+\b)*/i.exec(Wr)]||RegExp("\\b"+Et(In)+"(?:\\b|\\w*\\d)","i").exec(rr))&&In})}function ca(Hr){return Ue(Hr,function(Ar,On){return Ar||RegExp("\\b"+(On.pattern||Et(On))+"\\b","i").exec(rr)&&(On.label||On)})}function Po(Hr){return Ue(Hr,function(Ar,On){var In=On.pattern||Et(On);return!Ar&&(Ar=RegExp("\\b"+In+"(?:/[\\d.]+|[ \\w.]*)","i").exec(rr))&&(Ar=Ce(Ar,In,On.label||On)),Ar})}function Wa(Hr){return Ue(Hr,function(Ar,On){var In=On.pattern||Et(On);return!Ar&&(Ar=RegExp("\\b"+In+" *\\d+[.\\w_]*","i").exec(rr)||RegExp("\\b"+In+" *\\w+-[\\w]*","i").exec(rr)||RegExp("\\b"+In+"(?:; *(?:[a-z]+[_-])?[a-z]+\\d+|[^ ();-]*)","i").exec(rr))&&((Ar=String(On.label&&!RegExp(In,"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(In,"i"),On).replace(RegExp("; *(?:"+On+"[_-])?","i")," ").replace(RegExp("("+On+")[-_.]?(\\w)","i"),"$1 $2"))),Ar})}function qo(Hr){return Ue(Hr,function(Ar,On){return Ar||(RegExp(On+"(?:-[\\d.]+/|(?: for [\\w-]+)?[ /-])([\\d.]+[^ ();/_-]*)","i").exec(rr)||0)[1]||null})}function ds(){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"),kr=="Opera Mini"&&/\bOPiOS\b/.test(rr)&&Tr.push("running in Turbo/Uncompressed mode"),kr=="IE"&&/\blike iPhone OS\b/.test(rr)?(Vr=kt(rr.replace(/like iPhone OS/,"")),Kr=Vr.manufacturer,Wr=Vr.product):/^iP/.test(Wr)?(kr||(kr="Safari"),Nr="iOS"+((Vr=/ OS ([\d_]+)/i.exec(rr))?" "+Vr[1].replace(/_/g,"."):"")):kr=="Konqueror"&&/^Linux\b/i.test(Nr)?Nr="Kubuntu":Kr&&Kr!="Google"&&(/Chrome/.test(kr)&&!/\bMobile Safari\b/i.test(rr)||/\bVita\b/.test(Wr))||/\bAndroid\b/.test(Nr)&&/^Chrome/.test(kr)&&/\bVersion\//i.test(rr)?(kr="Android Browser",Nr=/\bAndroid\b/.test(Nr)?Nr:"Android"):kr=="Silk"?(/\bMobi/i.test(rr)||(Nr="Android",Tr.unshift("desktop mode")),/Accelerated *= *true/i.test(rr)&&Tr.unshift("accelerated")):kr=="UC Browser"&&/\bUCWEB\b/.test(rr)?Tr.push("speed mode"):kr=="PaleMoon"&&(Vr=/\bFirefox\/([\d.]+)\b/.exec(rr))?Tr.push("identifying as Firefox "+Vr[1]):kr=="Firefox"&&(Vr=/\b(Mobile|Tablet|TV)\b/i.exec(rr))?(Nr||(Nr="Firefox OS"),Wr||(Wr=Vr[1])):!kr||(Vr=!/\bMinefield\b/i.test(rr)&&/\b(?:Firefox|Safari)\b/.exec(kr))?(kr&&!Wr&&/[\/,]|^[^(]+?\)/.test(rr.slice(rr.indexOf(Vr+"/")+8))&&(kr=null),(Vr=Wr||Kr||Nr)&&(Wr||Kr||/\b(?:Android|Symbian OS|Tablet OS|webOS)\b/.test(Nr))&&(kr=/[a-z]+(?: Hat)?/i.exec(/\bAndroid\b/.test(Nr)?Nr:Vr)+" Browser")):kr=="Electron"&&(Vr=(/\bChrome\/([\d.]+)\b/.exec(rr)||0)[1])&&Tr.push("Chromium "+Vr),yr||(yr=qo(["(?:Cloud9|CriOS|CrMo|Edge|Edg|EdgA|EdgiOS|FxiOS|HeadlessChrome|IEMobile|Iron|Opera ?Mini|OPiOS|OPR|Raven|SamsungBrowser|Silk(?!/[\\d.]+$)|UCBrowser|YaBrowser)","Version",Et(kr),"(?:Firefox|Minefield|NetFront)"])),(Vr=Dr=="iCab"&&parseFloat(yr)>3&&"WebKit"||/\bOpera\b/.test(kr)&&(/\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(kr)&&"NetFront")&&(Dr=[Vr]),kr=="IE"&&(Vr=(/; *(?:XBLWP|ZuneWP)(\d+)/i.exec(rr)||0)[1])?(kr+=" Mobile",Nr="Windows Phone "+(/\+$/.test(Vr)?Vr:Vr+".x"),Tr.unshift("desktop mode")):/\bWPDesktop\b/i.test(rr)?(kr="IE Mobile",Nr="Windows Phone 8.x",Tr.unshift("desktop mode"),yr||(yr=(/\brv:([\d.]+)/.exec(rr)||0)[1])):kr!="IE"&&Dr=="Trident"&&(Vr=/\brv:([\d.]+)/.exec(rr))&&(kr&&Tr.push("identifying as "+kr+(yr?" "+yr:"")),kr="IE",yr=Vr[1]),Mr){if(jt(ar,"global"))if(vr&&(Vr=vr.lang.System,Gr=Vr.getProperty("os.arch"),Nr=Nr||Vr.getProperty("os.name")+" "+Vr.getProperty("os.version")),Ir){try{yr=ar.require("ringo/engine").version.join("."),kr="RingoJS"}catch{(Vr=ar.system)&&Vr.global.system==ar.system&&(kr="Narwhal",Nr||(Nr=Vr[0].os||null))}kr||(kr="Rhino")}else typeof ar.process=="object"&&!ar.process.browser&&(Vr=ar.process)&&(typeof Vr.versions=="object"&&(typeof Vr.versions.electron=="string"?(Tr.push("Node "+Vr.versions.node),kr="Electron",yr=Vr.versions.electron):typeof Vr.versions.nw=="string"&&(Tr.push("Chromium "+yr,"Node "+Vr.versions.node),kr="NW.js",yr=Vr.versions.nw)),kr||(kr="Node.js",Gr=Vr.arch,Nr=Vr.platform,yr=/[\d.]+/.exec(Vr.version),yr=yr?yr[0]:null));else Ve(Vr=ar.runtime)==br?(kr="Adobe AIR",Nr=Vr.flash.system.Capabilities.os):Ve(Vr=ar.phantom)==Er?(kr="PhantomJS",yr=(Vr=Vr.version||null)&&Vr.major+"."+Vr.minor+"."+Vr.patch):typeof _r.documentMode=="number"&&(Vr=/\bTrident\/(\d+)/i.exec(rr))?(yr=[yr,_r.documentMode],(Vr=+Vr[1]+4)!=yr[1]&&(Tr.push("IE "+yr[1]+" mode"),Dr&&(Dr[1]=""),yr[1]=Vr),yr=kr=="IE"?String(yr[1].toFixed(1)):yr[0]):typeof _r.documentMode=="number"&&/^(?:Chrome|Firefox)\b/.test(kr)&&(Tr.push("masking as "+kr+" "+yr),kr="IE",yr="11.0",Dr=["Trident"],Nr="Windows");Nr=Nr&&Ne(Nr)}if(yr&&(Vr=/(?:[ab]|dp|pre|[ab]\d+pre)(?:\d+\+?)?$/i.exec(yr)||/(?:alpha|beta)(?: ?\d)?/i.exec(rr+";"+(Mr&&ur.appMinorVersion))||/\bMinefield\b/i.test(rr)&&"a")&&(Cr=/b/i.test(Vr)?"beta":"alpha",yr=yr.replace(RegExp(Vr+"\\+?$"),"")+(Cr=="beta"?gr:Lr)+(/\d+\+?/.exec(Vr)||"")),kr=="Fennec"||kr=="Firefox"&&/\b(?:Android|Firefox OS|KaiOS)\b/.test(Nr))kr="Firefox Mobile";else if(kr=="Maxthon"&&yr)yr=yr.replace(/\.[\d.]+/,".x");else if(/\bXbox\b/i.test(Wr))Wr=="Xbox 360"&&(Nr=null),Wr=="Xbox 360"&&/\bIEMobile\b/.test(rr)&&Tr.unshift("mobile mode");else if((/^(?:Chrome|IE|Opera)$/.test(kr)||kr&&!Wr&&!/Browser|Mobi/.test(kr))&&(Nr=="Windows CE"||/Mobi/i.test(rr)))kr+=" Mobile";else if(kr=="IE"&&Mr)try{ar.external===null&&Tr.unshift("platform preview")}catch{Tr.unshift("embedded")}else(/\bBlackBerry\b/.test(Wr)||/\bBB10\b/.test(rr))&&(Vr=(RegExp(Wr.replace(/ +/g," *")+"/([.\\d]+)","i").exec(rr)||0)[1]||yr)?(Vr=[Vr,/BB10/.test(rr)],Nr=(Vr[1]?(Wr=null,Kr="BlackBerry"):"Device Software")+" "+Vr[0],yr=null):this!=Fe&&Wr!="Wii"&&(Mr&&Fr||/Opera/.test(kr)&&/\b(?:MSIE|Firefox)\b/i.test(rr)||kr=="Firefox"&&/\bOS X (?:\d+\.){2,}/.test(Nr)||kr=="IE"&&(Nr&&!/^Win/.test(Nr)&&yr>5.5||/\bWindows XP\b/.test(Nr)&&yr>8||yr==8&&!/\bTrident\b/.test(rr)))&&!ue.test(Vr=kt.call(Fe,rr.replace(ue,"")+";"))&&Vr.name&&(Vr="ing as "+Vr.name+((Vr=Vr.version)?" "+Vr:""),ue.test(kr)?(/\bIE\b/.test(Vr)&&Nr=="Mac OS"&&(Nr=null),Vr="identify"+Vr):(Vr="mask"+Vr,zr?kr=Ne(zr.replace(/([a-z])([A-Z])/g,"$1 $2")):kr="Opera",/\bIE\b/.test(Vr)&&(Nr=null),Mr||(yr=null)),Dr=["Presto"],Tr.push(Vr));(Vr=(/\bAppleWebKit\/([\d.]+\+?)/i.exec(rr)||0)[1])&&(Vr=[parseFloat(Vr.replace(/\.(\d)$/,".0$1")),Vr],kr=="Safari"&&Vr[1].slice(-1)=="+"?(kr="WebKit Nightly",Cr="alpha",yr=Vr[1].slice(0,-1)):(yr==Vr[1]||yr==(Vr[2]=(/\bSafari\/([\d.]+\+?)/i.exec(rr)||0)[1]))&&(yr=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"]),!Mr||!mr&&!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)?"":"+")),kr=="Safari"&&(!yr||parseInt(yr)>45)?yr=Vr:kr=="Chrome"&&/\bHeadlessChrome/i.test(rr)&&Tr.unshift("headless")),kr=="Opera"&&(Vr=/\bzbov|zvav$/.exec(Nr))?(kr+=" ",Tr.unshift("desktop mode"),Vr=="zvav"?(kr+="Mini",yr=null):kr+="Mobile",Nr=Nr.replace(RegExp(" *"+Vr+"$"),"")):kr=="Safari"&&/\bChrome\b/.exec(Dr&&Dr[1])?(Tr.unshift("desktop mode"),kr="Chrome Mobile",yr=null,/\bOS X\b/.test(Nr)?(Kr="Apple",Nr="iOS 4.3+"):Nr=null):/\bSRWare Iron\b/.test(kr)&&!yr&&(yr=qo("Chrome")),yr&&yr.indexOf(Vr=/[\d.]+$/.exec(Nr))==0&&rr.indexOf("/"+Vr+"-")>-1&&(Nr=qe(Nr.replace(Vr,""))),Nr&&Nr.indexOf(kr)!=-1&&!RegExp(kr+" OS").test(Nr)&&(Nr=Nr.replace(RegExp(" *"+Et(kr)+" *"),"")),Dr&&!/\b(?:Avant|Nook)\b/.test(kr)&&(/Browser|Lunascape|Maxthon/.test(kr)||kr!="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(kr)&&Dr[1])&&(Vr=Dr[Dr.length-1])&&Tr.push(Vr),Tr.length&&(Tr=["("+Tr.join("; ")+")"]),Kr&&Wr&&Wr.indexOf(Kr)<0&&Tr.push("on "+Kr),Wr&&Tr.push((/^on /.test(Tr[Tr.length-1])?"":"on ")+Wr),Nr&&(Vr=/ ([\d.+]+)$/.exec(Nr),Sr=Vr&&Nr.charAt(Nr.length-Vr[0].length-1)=="/",Nr={architecture:32,family:Vr&&!Sr?Nr.replace(Vr[0],""):Nr,version:Vr?Vr[1]:null,toString:function(){var Hr=this.version;return this.family+(Hr&&!Sr?" "+Hr:"")+(this.architecture==64?" 64-bit":"")}}),(Vr=/\b(?:AMD|IA|Win|WOW|x86_|x)64\b/i.exec(Gr))&&!/\bi686\b/i.test(Gr)?(Nr&&(Nr.architecture=64,Nr.family=Nr.family.replace(RegExp(" *"+Vr),"")),kr&&(/\bWOW64\b/i.test(rr)||Mr&&/\w(?:86|32)$/.test(ur.cpuClass||ur.platform)&&!/\bWin64; x64\b/i.test(rr))&&Tr.unshift("32-bit")):Nr&&/^OS X/.test(Nr.family)&&kr=="Chrome"&&parseFloat(yr)>=39&&(Nr.architecture=64),rr||(rr=null);var Kn={};return Kn.description=rr,Kn.layout=Dr&&Dr[0],Kn.manufacturer=Kr,Kn.name=kr,Kn.prerelease=Cr,Kn.product=Wr,Kn.ua=rr,Kn.version=kr&&yr,Kn.os=Nr||{architecture:null,family:null,version:null,toString:function(){return"null"}},Kn.parse=kt,Kn.toString=ds,Kn.version&&Tr.unshift(yr),Kn.name&&Tr.unshift(kr),Nr&&kr&&!(Nr==String(Nr).split(" ")[0]&&(Nr==kr.split(" ")[0]||Wr))&&Tr.push(Wr?"("+Nr+")":"on "+Nr),Tr.length&&(Kn.description=Tr.join(" ")),Kn}var tr=kt();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 _e(){!de||!pe||(de=!1,pe.length?ue=pe.concat(ue):Ie=-1,ue.length&&Ce())}function Ce(){if(!de){var Fe=ie(_e);de=!0;for(var Ve=ue.length;Ve;){for(pe=ue,ue=[];++Ie<Ve;)pe&&pe[Ie].run();Ie=-1,Ve=ue.length}pe=null,de=!1,oe(Fe)}}$.nextTick=function(Fe){var Ve=new Array(arguments.length-1);if(arguments.length>1)for(var jt=1;jt<arguments.length;jt++)Ve[jt-1]=arguments[jt];ue.push(new he(Fe,Ve)),ue.length===1&&!de&&ie(Ce)};function he(Fe,Ve){this.fun=Fe,this.array=Ve}he.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,_e=700,Ce=72,he=128,Ne="-",Fe=/^xn--/,Ve=/[^\x20-\x7E]/,jt=/[\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"},Ue=ue-de,qe=Math.floor,kt=String.fromCharCode,tr;function rr(Ir){throw new RangeError(Et[Ir])}function ar(Ir,Lr){for(var gr=Ir.length,_r=[];gr--;)_r[gr]=Lr(Ir[gr]);return _r}function nr(Ir,Lr){var gr=Ir.split("@"),_r="";gr.length>1&&(_r=gr[0]+"@",Ir=gr[1]),Ir=Ir.replace(jt,".");var Fr=Ir.split("."),zr=ar(Fr,Lr).join(".");return _r+zr}function ur(Ir){for(var Lr=[],gr=0,_r=Ir.length,Fr,zr;gr<_r;)Fr=Ir.charCodeAt(gr++),Fr>=55296&&Fr<=56319&&gr<_r?(zr=Ir.charCodeAt(gr++),(zr&64512)==56320?Lr.push(((Fr&1023)<<10)+(zr&1023)+65536):(Lr.push(Fr),gr--)):Lr.push(Fr);return Lr}function cr(Ir){return ar(Ir,function(Lr){var gr="";return Lr>65535&&(Lr-=65536,gr+=kt(Lr>>>10&1023|55296),Lr=56320|Lr&1023),gr+=kt(Lr),gr}).join("")}function mr(Ir){return Ir-48<10?Ir-22:Ir-65<26?Ir-65:Ir-97<26?Ir-97:ue}function hr(Ir,Lr){return Ir+22+75*(Ir<26)-((Lr!=0)<<5)}function br(Ir,Lr,gr){var _r=0;for(Ir=gr?qe(Ir/_e):Ir>>1,Ir+=qe(Ir/Lr);Ir>Ue*pe>>1;_r+=ue)Ir=qe(Ir/Ue);return qe(_r+(Ue+1)*Ir/(Ir+Ie))}function Rr(Ir){var Lr=[],gr=Ir.length,_r,Fr=0,zr=he,Vr=Ce,Gr,Tr,Cr,Mr,yr,Sr,Dr,kr,Wr;for(Gr=Ir.lastIndexOf(Ne),Gr<0&&(Gr=0),Tr=0;Tr<Gr;++Tr)Ir.charCodeAt(Tr)>=128&&rr("not-basic"),Lr.push(Ir.charCodeAt(Tr));for(Cr=Gr>0?Gr+1:0;Cr<gr;){for(Mr=Fr,yr=1,Sr=ue;Cr>=gr&&rr("invalid-input"),Dr=mr(Ir.charCodeAt(Cr++)),(Dr>=ue||Dr>qe((oe-Fr)/yr))&&rr("overflow"),Fr+=Dr*yr,kr=Sr<=Vr?de:Sr>=Vr+pe?pe:Sr-Vr,!(Dr<kr);Sr+=ue)Wr=ue-kr,yr>qe(oe/Wr)&&rr("overflow"),yr*=Wr;_r=Lr.length+1,Vr=br(Fr-Mr,_r,Mr==0),qe(Fr/_r)>oe-zr&&rr("overflow"),zr+=qe(Fr/_r),Fr%=_r,Lr.splice(Fr++,0,zr)}return cr(Lr)}function xr(Ir){var Lr,gr,_r,Fr,zr,Vr,Gr,Tr,Cr,Mr,yr,Sr=[],Dr,kr,Wr,Kr;for(Ir=ur(Ir),Dr=Ir.length,Lr=he,gr=0,zr=Ce,Vr=0;Vr<Dr;++Vr)yr=Ir[Vr],yr<128&&Sr.push(kt(yr));for(_r=Fr=Sr.length,Fr&&Sr.push(Ne);_r<Dr;){for(Gr=oe,Vr=0;Vr<Dr;++Vr)yr=Ir[Vr],yr>=Lr&&yr<Gr&&(Gr=yr);for(kr=_r+1,Gr-Lr>qe((oe-gr)/kr)&&rr("overflow"),gr+=(Gr-Lr)*kr,Lr=Gr,Vr=0;Vr<Dr;++Vr)if(yr=Ir[Vr],yr<Lr&&++gr>oe&&rr("overflow"),yr==Lr){for(Tr=gr,Cr=ue;Mr=Cr<=zr?de:Cr>=zr+pe?pe:Cr-zr,!(Tr<Mr);Cr+=ue)Kr=Tr-Mr,Wr=ue-Mr,Sr.push(kt(hr(Mr+Kr%Wr,0))),Tr=qe(Kr/Wr);Sr.push(kt(hr(Tr,0))),zr=br(gr,kr,_r==Fr),gr=0,++_r}++gr,++Lr}return Sr.join("")}function Er(Ir){return nr(Ir,function(Lr){return Fe.test(Lr)?Rr(Lr.slice(4).toLowerCase()):Lr})}function vr(Ir){return nr(Ir,function(Lr){return Ve.test(Lr)?"xn--"+xr(Lr):Lr})}if(ie={version:"1.4.1",ucs2:{decode:ur,encode:cr},decode:Rr,encode:xr,toASCII:vr,toUnicode:Er},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(he,Ne){return String.fromCharCode(parseInt(Ne,10))})},ie=function(Ce,he){return Ce&&typeof Ce=="string"&&he.comma&&Ce.indexOf(",")>-1?Ce.split(","):Ce},oe="utf8=%26%2310003%3B",ue="utf8=%E2%9C%93",de=function(he,Ne){var Fe={__proto__:null},Ve=Ne.ignoreQueryPrefix?he.replace(/^\?/,""):he,jt=Ne.parameterLimit===1/0?void 0:Ne.parameterLimit,Et=Ve.split(Ne.delimiter,jt),Ue=-1,qe,kt=Ne.charset;if(Ne.charsetSentinel)for(qe=0;qe<Et.length;++qe)Et[qe].indexOf("utf8=")===0&&(Et[qe]===ue?kt="utf-8":Et[qe]===oe&&(kt="iso-8859-1"),Ue=qe,qe=Et.length);for(qe=0;qe<Et.length;++qe)if(qe!==Ue){var tr=Et[qe],rr=tr.indexOf("]="),ar=rr===-1?tr.indexOf("="):rr+1,nr,ur;ar===-1?(nr=Ne.decoder(tr,z.decoder,kt,"key"),ur=Ne.strictNullHandling?null:""):(nr=Ne.decoder(tr.slice(0,ar),z.decoder,kt,"key"),ur=$.maybeMap(ie(tr.slice(ar+1),Ne),function(cr){return Ne.decoder(cr,z.decoder,kt,"value")})),ur&&Ne.interpretNumericEntities&&kt==="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,he,Ne,Fe){for(var Ve=Fe?he:ie(he,Ne),jt=Ce.length-1;jt>=0;--jt){var Et,Ue=Ce[jt];if(Ue==="[]"&&Ne.parseArrays)Et=[].concat(Ve);else{Et=Ne.plainObjects?Object.create(null):{};var qe=Ue.charAt(0)==="["&&Ue.charAt(Ue.length-1)==="]"?Ue.slice(1,-1):Ue,kt=parseInt(qe,10);!Ne.parseArrays&&qe===""?Et={0:Ve}:!isNaN(kt)&&Ue!==qe&&String(kt)===qe&&kt>=0&&Ne.parseArrays&&kt<=Ne.arrayLimit?(Et=[],Et[kt]=Ve):qe!=="__proto__"&&(Et[qe]=Ve)}Ve=Et}return Ve},Ie=function(he,Ne,Fe,Ve){if(he){var jt=Fe.allowDots?he.replace(/\.([^.[]+)/g,"[$1]"):he,Et=/(\[[^[\]]*])/,Ue=/(\[[^[\]]*])/g,qe=Fe.depth>0&&Et.exec(jt),kt=qe?jt.slice(0,qe.index):jt,tr=[];if(kt){if(!Fe.plainObjects&&j.call(Object.prototype,kt)&&!Fe.allowPrototypes)return;tr.push(kt)}for(var rr=0;Fe.depth>0&&(qe=Ue.exec(jt))!==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("["+jt.slice(qe.index)+"]"),pe(tr,Ne,Fe,Ve)}},_e=function(he){if(!he)return z;if(he.decoder!==null&&he.decoder!==void 0&&typeof he.decoder!="function")throw new TypeError("Decoder has to be a function.");if(typeof he.charset<"u"&&he.charset!=="utf-8"&&he.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var Ne=typeof he.charset>"u"?z.charset:he.charset;return{allowDots:typeof he.allowDots>"u"?z.allowDots:!!he.allowDots,allowPrototypes:typeof he.allowPrototypes=="boolean"?he.allowPrototypes:z.allowPrototypes,allowSparse:typeof he.allowSparse=="boolean"?he.allowSparse:z.allowSparse,arrayLimit:typeof he.arrayLimit=="number"?he.arrayLimit:z.arrayLimit,charset:Ne,charsetSentinel:typeof he.charsetSentinel=="boolean"?he.charsetSentinel:z.charsetSentinel,comma:typeof he.comma=="boolean"?he.comma:z.comma,decoder:typeof he.decoder=="function"?he.decoder:z.decoder,delimiter:typeof he.delimiter=="string"||$.isRegExp(he.delimiter)?he.delimiter:z.delimiter,depth:typeof he.depth=="number"||he.depth===!1?+he.depth:z.depth,ignoreQueryPrefix:he.ignoreQueryPrefix===!0,interpretNumericEntities:typeof he.interpretNumericEntities=="boolean"?he.interpretNumericEntities:z.interpretNumericEntities,parameterLimit:typeof he.parameterLimit=="number"?he.parameterLimit:z.parameterLimit,parseArrays:he.parseArrays!==!1,plainObjects:typeof he.plainObjects=="boolean"?he.plainObjects:z.plainObjects,strictNullHandling:typeof he.strictNullHandling=="boolean"?he.strictNullHandling:z.strictNullHandling}};k.exports=function(Ce,he){var Ne=_e(he);if(Ce===""||Ce===null||typeof Ce>"u")return Ne.plainObjects?Object.create(null):{};for(var Fe=typeof Ce=="string"?de(Ce,Ne):Ce,Ve=Ne.plainObjects?Object.create(null):{},jt=Object.keys(Fe),Et=0;Et<jt.length;++Et){var Ue=jt[Et],qe=Ie(Ue,Fe[Ue],Ne,typeof Ce=="string");Ve=$.merge(Ve,qe,Ne)}return Ne.allowSparse===!0?Ve:$.compact(Ve)}},{"./utils":450}],449:[function(n,k,L){var $=n("side-channel"),j=n("./utils"),V=n("./formats"),z=Object.prototype.hasOwnProperty,re={brackets:function(Ve){return Ve+"[]"},comma:"comma",indices:function(Ve,jt){return Ve+"["+jt+"]"},repeat:function(Ve){return Ve}},ie=Array.isArray,oe=Array.prototype.push,ue=function(Fe,Ve){oe.apply(Fe,ie(Ve)?Ve:[Ve])},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(Ve){return de.call(Ve)},skipNulls:!1,strictNullHandling:!1},_e=function(Ve){return typeof Ve=="string"||typeof Ve=="number"||typeof Ve=="boolean"||typeof Ve=="symbol"||typeof Ve=="bigint"},Ce={},he=function Fe(Ve,jt,Et,Ue,qe,kt,tr,rr,ar,nr,ur,cr,mr,hr,br,Rr){for(var xr=Ve,Er=Rr,vr=0,Ir=!1;(Er=Er.get(Ce))!==void 0&&!Ir;){var Lr=Er.get(Ve);if(vr+=1,typeof Lr<"u"){if(Lr===vr)throw new RangeError("Cyclic object value");Ir=!0}typeof Er.get(Ce)>"u"&&(vr=0)}if(typeof rr=="function"?xr=rr(jt,xr):xr instanceof Date?xr=ur(xr):Et==="comma"&&ie(xr)&&(xr=j.maybeMap(xr,function(Sr){return Sr instanceof Date?ur(Sr):Sr})),xr===null){if(qe)return tr&&!hr?tr(jt,Ie.encoder,br,"key",cr):jt;xr=""}if(_e(xr)||j.isBuffer(xr)){if(tr){var gr=hr?jt:tr(jt,Ie.encoder,br,"key",cr);return[mr(gr)+"="+mr(tr(xr,Ie.encoder,br,"value",cr))]}return[mr(jt)+"="+mr(String(xr))]}var _r=[];if(typeof xr>"u")return _r;var Fr;if(Et==="comma"&&ie(xr))hr&&tr&&(xr=j.maybeMap(xr,tr)),Fr=[{value:xr.length>0?xr.join(",")||null:void 0}];else if(ie(rr))Fr=rr;else{var zr=Object.keys(xr);Fr=ar?zr.sort(ar):zr}for(var Vr=Ue&&ie(xr)&&xr.length===1?jt+"[]":jt,Gr=0;Gr<Fr.length;++Gr){var Tr=Fr[Gr],Cr=typeof Tr=="object"&&typeof Tr.value<"u"?Tr.value:xr[Tr];if(!(kt&&Cr===null)){var Mr=ie(xr)?typeof Et=="function"?Et(Vr,Tr):Vr:Vr+(nr?"."+Tr:"["+Tr+"]");Rr.set(Ve,vr);var yr=$();yr.set(Ce,Rr),ue(_r,Fe(Cr,Mr,Et,Ue,qe,kt,Et==="comma"&&hr&&ie(xr)?null:tr,rr,ar,nr,ur,cr,mr,hr,br,yr))}}return _r},Ne=function(Ve){if(!Ve)return Ie;if(Ve.encoder!==null&&typeof Ve.encoder<"u"&&typeof Ve.encoder!="function")throw new TypeError("Encoder has to be a function.");var jt=Ve.charset||Ie.charset;if(typeof Ve.charset<"u"&&Ve.charset!=="utf-8"&&Ve.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 Ve.format<"u"){if(!z.call(V.formatters,Ve.format))throw new TypeError("Unknown format option provided.");Et=Ve.format}var Ue=V.formatters[Et],qe=Ie.filter;return(typeof Ve.filter=="function"||ie(Ve.filter))&&(qe=Ve.filter),{addQueryPrefix:typeof Ve.addQueryPrefix=="boolean"?Ve.addQueryPrefix:Ie.addQueryPrefix,allowDots:typeof Ve.allowDots>"u"?Ie.allowDots:!!Ve.allowDots,charset:jt,charsetSentinel:typeof Ve.charsetSentinel=="boolean"?Ve.charsetSentinel:Ie.charsetSentinel,delimiter:typeof Ve.delimiter>"u"?Ie.delimiter:Ve.delimiter,encode:typeof Ve.encode=="boolean"?Ve.encode:Ie.encode,encoder:typeof Ve.encoder=="function"?Ve.encoder:Ie.encoder,encodeValuesOnly:typeof Ve.encodeValuesOnly=="boolean"?Ve.encodeValuesOnly:Ie.encodeValuesOnly,filter:qe,format:Et,formatter:Ue,serializeDate:typeof Ve.serializeDate=="function"?Ve.serializeDate:Ie.serializeDate,skipNulls:typeof Ve.skipNulls=="boolean"?Ve.skipNulls:Ie.skipNulls,sort:typeof Ve.sort=="function"?Ve.sort:null,strictNullHandling:typeof Ve.strictNullHandling=="boolean"?Ve.strictNullHandling:Ie.strictNullHandling}};k.exports=function(Fe,Ve){var jt=Fe,Et=Ne(Ve),Ue,qe;typeof Et.filter=="function"?(qe=Et.filter,jt=qe("",jt)):ie(Et.filter)&&(qe=Et.filter,Ue=qe);var kt=[];if(typeof jt!="object"||jt===null)return"";var tr;Ve&&Ve.arrayFormat in re?tr=Ve.arrayFormat:Ve&&"indices"in Ve?tr=Ve.indices?"indices":"repeat":tr="indices";var rr=re[tr];if(Ve&&"commaRoundTrip"in Ve&&typeof Ve.commaRoundTrip!="boolean")throw new TypeError("`commaRoundTrip` must be a boolean, or absent");var ar=rr==="comma"&&Ve&&Ve.commaRoundTrip;Ue||(Ue=Object.keys(jt)),Et.sort&&Ue.sort(Et.sort);for(var nr=$(),ur=0;ur<Ue.length;++ur){var cr=Ue[ur];Et.skipNulls&&jt[cr]===null||ue(kt,he(jt[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 mr=kt.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&"),mr.length>0?hr+mr:""}},{"./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=[],Ve=0;Ve<256;++Ve)Fe.push("%"+((Ve<16?"0":"")+Ve.toString(16)).toUpperCase());return Fe}(),re=function(Ve){for(;Ve.length>1;){var jt=Ve.pop(),Et=jt.obj[jt.prop];if(V(Et)){for(var Ue=[],qe=0;qe<Et.length;++qe)typeof Et[qe]<"u"&&Ue.push(Et[qe]);jt.obj[jt.prop]=Ue}}},ie=function(Ve,jt){for(var Et=jt&&jt.plainObjects?Object.create(null):{},Ue=0;Ue<Ve.length;++Ue)typeof Ve[Ue]<"u"&&(Et[Ue]=Ve[Ue]);return Et},oe=function Fe(Ve,jt,Et){if(!jt)return Ve;if(typeof jt!="object"){if(V(Ve))Ve.push(jt);else if(Ve&&typeof Ve=="object")(Et&&(Et.plainObjects||Et.allowPrototypes)||!j.call(Object.prototype,jt))&&(Ve[jt]=!0);else return[Ve,jt];return Ve}if(!Ve||typeof Ve!="object")return[Ve].concat(jt);var Ue=Ve;return V(Ve)&&!V(jt)&&(Ue=ie(Ve,Et)),V(Ve)&&V(jt)?(jt.forEach(function(qe,kt){if(j.call(Ve,kt)){var tr=Ve[kt];tr&&typeof tr=="object"&&qe&&typeof qe=="object"?Ve[kt]=Fe(tr,qe,Et):Ve.push(qe)}else Ve[kt]=qe}),Ve):Object.keys(jt).reduce(function(qe,kt){var tr=jt[kt];return j.call(qe,kt)?qe[kt]=Fe(qe[kt],tr,Et):qe[kt]=tr,qe},Ue)},ue=function(Ve,jt){return Object.keys(jt).reduce(function(Et,Ue){return Et[Ue]=jt[Ue],Et},Ve)},de=function(Fe,Ve,jt){var Et=Fe.replace(/\+/g," ");if(jt==="iso-8859-1")return Et.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(Et)}catch{return Et}},pe=function(Ve,jt,Et,Ue,qe){if(Ve.length===0)return Ve;var kt=Ve;if(typeof Ve=="symbol"?kt=Symbol.prototype.toString.call(Ve):typeof Ve!="string"&&(kt=String(Ve)),Et==="iso-8859-1")return escape(kt).replace(/%u[0-9a-f]{4}/gi,function(nr){return"%26%23"+parseInt(nr.slice(2),16)+"%3B"});for(var tr="",rr=0;rr<kt.length;++rr){var ar=kt.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+=kt.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|kt.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(Ve){for(var jt=[{obj:{o:Ve},prop:"o"}],Et=[],Ue=0;Ue<jt.length;++Ue)for(var qe=jt[Ue],kt=qe.obj[qe.prop],tr=Object.keys(kt),rr=0;rr<tr.length;++rr){var ar=tr[rr],nr=kt[ar];typeof nr=="object"&&nr!==null&&Et.indexOf(nr)===-1&&(jt.push({obj:kt,prop:ar}),Et.push(nr))}return re(jt),Ve},_e=function(Ve){return Object.prototype.toString.call(Ve)==="[object RegExp]"},Ce=function(Ve){return!Ve||typeof Ve!="object"?!1:!!(Ve.constructor&&Ve.constructor.isBuffer&&Ve.constructor.isBuffer(Ve))},he=function(Ve,jt){return[].concat(Ve,jt)},Ne=function(Ve,jt){if(V(Ve)){for(var Et=[],Ue=0;Ue<Ve.length;Ue+=1)Et.push(jt(Ve[Ue]));return Et}return jt(Ve)};k.exports={arrayToObject:ie,assign:ue,combine:he,compact:Ie,decode:de,encode:pe,isBuffer:Ce,isRegExp:_e,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 _e=V[Ie].replace(ue,"%20"),Ce=_e.indexOf(re),he,Ne,Fe,Ve;Ce>=0?(he=_e.substr(0,Ce),Ne=_e.substr(Ce+1)):(he=_e,Ne=""),Fe=decodeURIComponent(he),Ve=decodeURIComponent(Ne),$(oe,Fe)?j(oe[Fe])?oe[Fe].push(Ve):oe[Fe]=[oe[Fe],Ve]:oe[Fe]=Ve}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(_e){var Ce=[];for(var he in _e)Ce.push(he);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(_e){if(!(this instanceof de))return new de(_e);z.call(this,_e),re.call(this,_e),_e&&_e.readable===!1&&(this.readable=!1),_e&&_e.writable===!1&&(this.writable=!1),this.allowHalfOpen=!0,_e&&_e.allowHalfOpen===!1&&(this.allowHalfOpen=!1),this.once("end",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(_e){_e.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(_e){this._readableState===void 0||this._writableState===void 0||(this._readableState.destroyed=_e,this._writableState.destroyed=_e)}}),de.prototype._destroy=function(_e,Ce){this.push(null),this.end(),$.nextTick(Ce,_e)}},{"./_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=Ue,n("events").EventEmitter;var ie=function(Mr,yr){return Mr.listeners(yr).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(Mr){return ue.from(Mr)}function Ie(Mr){return ue.isBuffer(Mr)||Mr instanceof de}var _e=Object.create(n("core-util-is"));_e.inherits=n("inherits");var Ce=n("util"),he=void 0;Ce&&Ce.debuglog?he=Ce.debuglog("stream"):he=function(){};var Ne=n("./internal/streams/BufferList"),Fe=n("./internal/streams/destroy"),Ve;_e.inherits(qe,oe);var jt=["error","close","destroy","pause","resume"];function Et(Mr,yr,Sr){if(typeof Mr.prependListener=="function")return Mr.prependListener(yr,Sr);!Mr._events||!Mr._events[yr]?Mr.on(yr,Sr):z(Mr._events[yr])?Mr._events[yr].unshift(Sr):Mr._events[yr]=[Sr,Mr._events[yr]]}function Ue(Mr,yr){re=re||n("./_stream_duplex"),Mr=Mr||{};var Sr=yr instanceof re;this.objectMode=!!Mr.objectMode,Sr&&(this.objectMode=this.objectMode||!!Mr.readableObjectMode);var Dr=Mr.highWaterMark,kr=Mr.readableHighWaterMark,Wr=this.objectMode?16:16*1024;Dr||Dr===0?this.highWaterMark=Dr:Sr&&(kr||kr===0)?this.highWaterMark=kr: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=Mr.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,Mr.encoding&&(Ve||(Ve=n("string_decoder/").StringDecoder),this.decoder=new Ve(Mr.encoding),this.encoding=Mr.encoding)}function qe(Mr){if(re=re||n("./_stream_duplex"),!(this instanceof qe))return new qe(Mr);this._readableState=new Ue(Mr,this),this.readable=!0,Mr&&(typeof Mr.read=="function"&&(this._read=Mr.read),typeof Mr.destroy=="function"&&(this._destroy=Mr.destroy)),oe.call(this)}Object.defineProperty(qe.prototype,"destroyed",{get:function(){return this._readableState===void 0?!1:this._readableState.destroyed},set:function(Mr){this._readableState&&(this._readableState.destroyed=Mr)}}),qe.prototype.destroy=Fe.destroy,qe.prototype._undestroy=Fe.undestroy,qe.prototype._destroy=function(Mr,yr){this.push(null),yr(Mr)},qe.prototype.push=function(Mr,yr){var Sr=this._readableState,Dr;return Sr.objectMode?Dr=!0:typeof Mr=="string"&&(yr=yr||Sr.defaultEncoding,yr!==Sr.encoding&&(Mr=ue.from(Mr,yr),yr=""),Dr=!0),kt(this,Mr,yr,!1,Dr)},qe.prototype.unshift=function(Mr){return kt(this,Mr,null,!0,!1)};function kt(Mr,yr,Sr,Dr,kr){var Wr=Mr._readableState;if(yr===null)Wr.reading=!1,mr(Mr,Wr);else{var Kr;kr||(Kr=rr(Wr,yr)),Kr?Mr.emit("error",Kr):Wr.objectMode||yr&&yr.length>0?(typeof yr!="string"&&!Wr.objectMode&&Object.getPrototypeOf(yr)!==ue.prototype&&(yr=pe(yr)),Dr?Wr.endEmitted?Mr.emit("error",new Error("stream.unshift() after end event")):tr(Mr,Wr,yr,!0):Wr.ended?Mr.emit("error",new Error("stream.push() after EOF")):(Wr.reading=!1,Wr.decoder&&!Sr?(yr=Wr.decoder.write(yr),Wr.objectMode||yr.length!==0?tr(Mr,Wr,yr,!1):Rr(Mr,Wr)):tr(Mr,Wr,yr,!1))):Dr||(Wr.reading=!1)}return ar(Wr)}function tr(Mr,yr,Sr,Dr){yr.flowing&&yr.length===0&&!yr.sync?(Mr.emit("data",Sr),Mr.read(0)):(yr.length+=yr.objectMode?1:Sr.length,Dr?yr.buffer.unshift(Sr):yr.buffer.push(Sr),yr.needReadable&&hr(Mr)),Rr(Mr,yr)}function rr(Mr,yr){var Sr;return!Ie(yr)&&typeof yr!="string"&&yr!==void 0&&!Mr.objectMode&&(Sr=new TypeError("Invalid non-string/buffer chunk")),Sr}function ar(Mr){return!Mr.ended&&(Mr.needReadable||Mr.length<Mr.highWaterMark||Mr.length===0)}qe.prototype.isPaused=function(){return this._readableState.flowing===!1},qe.prototype.setEncoding=function(Mr){return Ve||(Ve=n("string_decoder/").StringDecoder),this._readableState.decoder=new Ve(Mr),this._readableState.encoding=Mr,this};var nr=8388608;function ur(Mr){return Mr>=nr?Mr=nr:(Mr--,Mr|=Mr>>>1,Mr|=Mr>>>2,Mr|=Mr>>>4,Mr|=Mr>>>8,Mr|=Mr>>>16,Mr++),Mr}function cr(Mr,yr){return Mr<=0||yr.length===0&&yr.ended?0:yr.objectMode?1:Mr!==Mr?yr.flowing&&yr.length?yr.buffer.head.data.length:yr.length:(Mr>yr.highWaterMark&&(yr.highWaterMark=ur(Mr)),Mr<=yr.length?Mr:yr.ended?yr.length:(yr.needReadable=!0,0))}qe.prototype.read=function(Mr){he("read",Mr),Mr=parseInt(Mr,10);var yr=this._readableState,Sr=Mr;if(Mr!==0&&(yr.emittedReadable=!1),Mr===0&&yr.needReadable&&(yr.length>=yr.highWaterMark||yr.ended))return he("read: emitReadable",yr.length,yr.ended),yr.length===0&&yr.ended?Gr(this):hr(this),null;if(Mr=cr(Mr,yr),Mr===0&&yr.ended)return yr.length===0&&Gr(this),null;var Dr=yr.needReadable;he("need readable",Dr),(yr.length===0||yr.length-Mr<yr.highWaterMark)&&(Dr=!0,he("length less than watermark",Dr)),yr.ended||yr.reading?(Dr=!1,he("reading or ended",Dr)):Dr&&(he("do read"),yr.reading=!0,yr.sync=!0,yr.length===0&&(yr.needReadable=!0),this._read(yr.highWaterMark),yr.sync=!1,yr.reading||(Mr=cr(Sr,yr)));var kr;return Mr>0?kr=_r(Mr,yr):kr=null,kr===null?(yr.needReadable=!0,Mr=0):yr.length-=Mr,yr.length===0&&(yr.ended||(yr.needReadable=!0),Sr!==Mr&&yr.ended&&Gr(this)),kr!==null&&this.emit("data",kr),kr};function mr(Mr,yr){if(!yr.ended){if(yr.decoder){var Sr=yr.decoder.end();Sr&&Sr.length&&(yr.buffer.push(Sr),yr.length+=yr.objectMode?1:Sr.length)}yr.ended=!0,hr(Mr)}}function hr(Mr){var yr=Mr._readableState;yr.needReadable=!1,yr.emittedReadable||(he("emitReadable",yr.flowing),yr.emittedReadable=!0,yr.sync?V.nextTick(br,Mr):br(Mr))}function br(Mr){he("emit readable"),Mr.emit("readable"),gr(Mr)}function Rr(Mr,yr){yr.readingMore||(yr.readingMore=!0,V.nextTick(xr,Mr,yr))}function xr(Mr,yr){for(var Sr=yr.length;!yr.reading&&!yr.flowing&&!yr.ended&&yr.length<yr.highWaterMark&&(he("maybeReadMore read 0"),Mr.read(0),Sr!==yr.length);)Sr=yr.length;yr.readingMore=!1}qe.prototype._read=function(Mr){this.emit("error",new Error("_read() is not implemented"))},qe.prototype.pipe=function(Mr,yr){var Sr=this,Dr=this._readableState;switch(Dr.pipesCount){case 0:Dr.pipes=Mr;break;case 1:Dr.pipes=[Dr.pipes,Mr];break;default:Dr.pipes.push(Mr);break}Dr.pipesCount+=1,he("pipe count=%d opts=%j",Dr.pipesCount,yr);var kr=(!yr||yr.end!==!1)&&Mr!==$.stdout&&Mr!==$.stderr,Wr=kr?Nr:Hr;Dr.endEmitted?V.nextTick(Wr):Sr.once("end",Wr),Mr.on("unpipe",Kr);function Kr(Ar,On){he("onunpipe"),Ar===Sr&&On&&On.hasUnpiped===!1&&(On.hasUnpiped=!0,ca())}function Nr(){he("onend"),Mr.end()}var jr=Er(Sr);Mr.on("drain",jr);var Qr=!1;function ca(){he("cleanup"),Mr.removeListener("close",ds),Mr.removeListener("finish",Kn),Mr.removeListener("drain",jr),Mr.removeListener("error",qo),Mr.removeListener("unpipe",Kr),Sr.removeListener("end",Nr),Sr.removeListener("end",Hr),Sr.removeListener("data",Wa),Qr=!0,Dr.awaitDrain&&(!Mr._writableState||Mr._writableState.needDrain)&&jr()}var Po=!1;Sr.on("data",Wa);function Wa(Ar){he("ondata"),Po=!1;var On=Mr.write(Ar);On===!1&&!Po&&((Dr.pipesCount===1&&Dr.pipes===Mr||Dr.pipesCount>1&&Cr(Dr.pipes,Mr)!==-1)&&!Qr&&(he("false write response, pause",Dr.awaitDrain),Dr.awaitDrain++,Po=!0),Sr.pause())}function qo(Ar){he("onerror",Ar),Hr(),Mr.removeListener("error",qo),ie(Mr,"error")===0&&Mr.emit("error",Ar)}Et(Mr,"error",qo);function ds(){Mr.removeListener("finish",Kn),Hr()}Mr.once("close",ds);function Kn(){he("onfinish"),Mr.removeListener("close",ds),Hr()}Mr.once("finish",Kn);function Hr(){he("unpipe"),Sr.unpipe(Mr)}return Mr.emit("pipe",Sr),Dr.flowing||(he("pipe resume"),Sr.resume()),Mr};function Er(Mr){return function(){var yr=Mr._readableState;he("pipeOnDrain",yr.awaitDrain),yr.awaitDrain&&yr.awaitDrain--,yr.awaitDrain===0&&ie(Mr,"data")&&(yr.flowing=!0,gr(Mr))}}qe.prototype.unpipe=function(Mr){var yr=this._readableState,Sr={hasUnpiped:!1};if(yr.pipesCount===0)return this;if(yr.pipesCount===1)return Mr&&Mr!==yr.pipes?this:(Mr||(Mr=yr.pipes),yr.pipes=null,yr.pipesCount=0,yr.flowing=!1,Mr&&Mr.emit("unpipe",this,Sr),this);if(!Mr){var Dr=yr.pipes,kr=yr.pipesCount;yr.pipes=null,yr.pipesCount=0,yr.flowing=!1;for(var Wr=0;Wr<kr;Wr++)Dr[Wr].emit("unpipe",this,{hasUnpiped:!1});return this}var Kr=Cr(yr.pipes,Mr);return Kr===-1?this:(yr.pipes.splice(Kr,1),yr.pipesCount-=1,yr.pipesCount===1&&(yr.pipes=yr.pipes[0]),Mr.emit("unpipe",this,Sr),this)},qe.prototype.on=function(Mr,yr){var Sr=oe.prototype.on.call(this,Mr,yr);if(Mr==="data")this._readableState.flowing!==!1&&this.resume();else if(Mr==="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(vr,this))}return Sr},qe.prototype.addListener=qe.prototype.on;function vr(Mr){he("readable nexttick read 0"),Mr.read(0)}qe.prototype.resume=function(){var Mr=this._readableState;return Mr.flowing||(he("resume"),Mr.flowing=!0,Ir(this,Mr)),this};function Ir(Mr,yr){yr.resumeScheduled||(yr.resumeScheduled=!0,V.nextTick(Lr,Mr,yr))}function Lr(Mr,yr){yr.reading||(he("resume read 0"),Mr.read(0)),yr.resumeScheduled=!1,yr.awaitDrain=0,Mr.emit("resume"),gr(Mr),yr.flowing&&!yr.reading&&Mr.read(0)}qe.prototype.pause=function(){return he("call pause flowing=%j",this._readableState.flowing),this._readableState.flowing!==!1&&(he("pause"),this._readableState.flowing=!1,this.emit("pause")),this};function gr(Mr){var yr=Mr._readableState;for(he("flow",yr.flowing);yr.flowing&&Mr.read()!==null;);}qe.prototype.wrap=function(Mr){var yr=this,Sr=this._readableState,Dr=!1;Mr.on("end",function(){if(he("wrapped end"),Sr.decoder&&!Sr.ended){var Kr=Sr.decoder.end();Kr&&Kr.length&&yr.push(Kr)}yr.push(null)}),Mr.on("data",function(Kr){if(he("wrapped data"),Sr.decoder&&(Kr=Sr.decoder.write(Kr)),!(Sr.objectMode&&Kr==null)&&!(!Sr.objectMode&&(!Kr||!Kr.length))){var Nr=yr.push(Kr);Nr||(Dr=!0,Mr.pause())}});for(var kr in Mr)this[kr]===void 0&&typeof Mr[kr]=="function"&&(this[kr]=function(Kr){return function(){return Mr[Kr].apply(Mr,arguments)}}(kr));for(var Wr=0;Wr<jt.length;Wr++)Mr.on(jt[Wr],this.emit.bind(this,jt[Wr]));return this._read=function(Kr){he("wrapped _read",Kr),Dr&&(Dr=!1,Mr.resume())},this},Object.defineProperty(qe.prototype,"readableHighWaterMark",{enumerable:!1,get:function(){return this._readableState.highWaterMark}}),qe._fromList=_r;function _r(Mr,yr){if(yr.length===0)return null;var Sr;return yr.objectMode?Sr=yr.buffer.shift():!Mr||Mr>=yr.length?(yr.decoder?Sr=yr.buffer.join(""):yr.buffer.length===1?Sr=yr.buffer.head.data:Sr=yr.buffer.concat(yr.length),yr.buffer.clear()):Sr=Fr(Mr,yr.buffer,yr.decoder),Sr}function Fr(Mr,yr,Sr){var Dr;return Mr<yr.head.data.length?(Dr=yr.head.data.slice(0,Mr),yr.head.data=yr.head.data.slice(Mr)):Mr===yr.head.data.length?Dr=yr.shift():Dr=Sr?zr(Mr,yr):Vr(Mr,yr),Dr}function zr(Mr,yr){var Sr=yr.head,Dr=1,kr=Sr.data;for(Mr-=kr.length;Sr=Sr.next;){var Wr=Sr.data,Kr=Mr>Wr.length?Wr.length:Mr;if(Kr===Wr.length?kr+=Wr:kr+=Wr.slice(0,Mr),Mr-=Kr,Mr===0){Kr===Wr.length?(++Dr,Sr.next?yr.head=Sr.next:yr.head=yr.tail=null):(yr.head=Sr,Sr.data=Wr.slice(Kr));break}++Dr}return yr.length-=Dr,kr}function Vr(Mr,yr){var Sr=ue.allocUnsafe(Mr),Dr=yr.head,kr=1;for(Dr.data.copy(Sr),Mr-=Dr.data.length;Dr=Dr.next;){var Wr=Dr.data,Kr=Mr>Wr.length?Wr.length:Mr;if(Wr.copy(Sr,Sr.length-Mr,0,Kr),Mr-=Kr,Mr===0){Kr===Wr.length?(++kr,Dr.next?yr.head=Dr.next:yr.head=yr.tail=null):(yr.head=Dr,Dr.data=Wr.slice(Kr));break}++kr}return yr.length-=kr,Sr}function Gr(Mr){var yr=Mr._readableState;if(yr.length>0)throw new Error('"endReadable()" called on non-empty stream');yr.endEmitted||(yr.ended=!0,V.nextTick(Tr,yr,Mr))}function Tr(Mr,yr){!Mr.endEmitted&&Mr.length===0&&(Mr.endEmitted=!0,yr.readable=!1,yr.emit("end"))}function Cr(Mr,yr){for(var Sr=0,Dr=Mr.length;Sr<Dr;Sr++)if(Mr[Sr]===yr)return Sr;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(Lr){var gr=this;this.next=null,this.entry=null,this.finish=function(){Ir(gr,Lr)}}var ie=!$.browser&&["v0.10","v0.9."].indexOf($.version.slice(0,5))>-1?V:z.nextTick,oe;Et.WritableState=Ve;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,_e=(typeof j<"u"?j:typeof window<"u"?window:typeof self<"u"?self:{}).Uint8Array||function(){};function Ce(Lr){return Ie.from(Lr)}function he(Lr){return Ie.isBuffer(Lr)||Lr instanceof _e}var Ne=n("./internal/streams/destroy");ue.inherits(Et,pe);function Fe(){}function Ve(Lr,gr){oe=oe||n("./_stream_duplex"),Lr=Lr||{};var _r=gr instanceof oe;this.objectMode=!!Lr.objectMode,_r&&(this.objectMode=this.objectMode||!!Lr.writableObjectMode);var Fr=Lr.highWaterMark,zr=Lr.writableHighWaterMark,Vr=this.objectMode?16:16*1024;Fr||Fr===0?this.highWaterMark=Fr:_r&&(zr||zr===0)?this.highWaterMark=zr: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 Gr=Lr.decodeStrings===!1;this.decodeStrings=!Gr,this.defaultEncoding=Lr.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(Tr){ur(gr,Tr)},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)}Ve.prototype.getBuffer=function(){for(var gr=this.bufferedRequest,_r=[];gr;)_r.push(gr),gr=gr.next;return _r},function(){try{Object.defineProperty(Ve.prototype,"buffer",{get:de.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch{}}();var jt;typeof Symbol=="function"&&Symbol.hasInstance&&typeof Function.prototype[Symbol.hasInstance]=="function"?(jt=Function.prototype[Symbol.hasInstance],Object.defineProperty(Et,Symbol.hasInstance,{value:function(Lr){return jt.call(this,Lr)?!0:this!==Et?!1:Lr&&Lr._writableState instanceof Ve}})):jt=function(Lr){return Lr instanceof this};function Et(Lr){if(oe=oe||n("./_stream_duplex"),!jt.call(Et,this)&&!(this instanceof oe))return new Et(Lr);this._writableState=new Ve(Lr,this),this.writable=!0,Lr&&(typeof Lr.write=="function"&&(this._write=Lr.write),typeof Lr.writev=="function"&&(this._writev=Lr.writev),typeof Lr.destroy=="function"&&(this._destroy=Lr.destroy),typeof Lr.final=="function"&&(this._final=Lr.final)),pe.call(this)}Et.prototype.pipe=function(){this.emit("error",new Error("Cannot pipe, not readable"))};function Ue(Lr,gr){var _r=new Error("write after end");Lr.emit("error",_r),z.nextTick(gr,_r)}function qe(Lr,gr,_r,Fr){var zr=!0,Vr=!1;return _r===null?Vr=new TypeError("May not write null values to stream"):typeof _r!="string"&&_r!==void 0&&!gr.objectMode&&(Vr=new TypeError("Invalid non-string/buffer chunk")),Vr&&(Lr.emit("error",Vr),z.nextTick(Fr,Vr),zr=!1),zr}Et.prototype.write=function(Lr,gr,_r){var Fr=this._writableState,zr=!1,Vr=!Fr.objectMode&&he(Lr);return Vr&&!Ie.isBuffer(Lr)&&(Lr=Ce(Lr)),typeof gr=="function"&&(_r=gr,gr=null),Vr?gr="buffer":gr||(gr=Fr.defaultEncoding),typeof _r!="function"&&(_r=Fe),Fr.ended?Ue(this,_r):(Vr||qe(this,Fr,Lr,_r))&&(Fr.pendingcb++,zr=tr(this,Fr,Vr,Lr,gr,_r)),zr},Et.prototype.cork=function(){var Lr=this._writableState;Lr.corked++},Et.prototype.uncork=function(){var Lr=this._writableState;Lr.corked&&(Lr.corked--,!Lr.writing&&!Lr.corked&&!Lr.bufferProcessing&&Lr.bufferedRequest&&hr(this,Lr))},Et.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 TypeError("Unknown encoding: "+gr);return this._writableState.defaultEncoding=gr,this};function kt(Lr,gr,_r){return!Lr.objectMode&&Lr.decodeStrings!==!1&&typeof gr=="string"&&(gr=Ie.from(gr,_r)),gr}Object.defineProperty(Et.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}});function tr(Lr,gr,_r,Fr,zr,Vr){if(!_r){var Gr=kt(gr,Fr,zr);Fr!==Gr&&(_r=!0,zr="buffer",Fr=Gr)}var Tr=gr.objectMode?1:Fr.length;gr.length+=Tr;var Cr=gr.length<gr.highWaterMark;if(Cr||(gr.needDrain=!0),gr.writing||gr.corked){var Mr=gr.lastBufferedRequest;gr.lastBufferedRequest={chunk:Fr,encoding:zr,isBuf:_r,callback:Vr,next:null},Mr?Mr.next=gr.lastBufferedRequest:gr.bufferedRequest=gr.lastBufferedRequest,gr.bufferedRequestCount+=1}else rr(Lr,gr,!1,Tr,Fr,zr,Vr);return Cr}function rr(Lr,gr,_r,Fr,zr,Vr,Gr){gr.writelen=Fr,gr.writecb=Gr,gr.writing=!0,gr.sync=!0,_r?Lr._writev(zr,gr.onwrite):Lr._write(zr,Vr,gr.onwrite),gr.sync=!1}function ar(Lr,gr,_r,Fr,zr){--gr.pendingcb,_r?(z.nextTick(zr,Fr),z.nextTick(Er,Lr,gr),Lr._writableState.errorEmitted=!0,Lr.emit("error",Fr)):(zr(Fr),Lr._writableState.errorEmitted=!0,Lr.emit("error",Fr),Er(Lr,gr))}function nr(Lr){Lr.writing=!1,Lr.writecb=null,Lr.length-=Lr.writelen,Lr.writelen=0}function ur(Lr,gr){var _r=Lr._writableState,Fr=_r.sync,zr=_r.writecb;if(nr(_r),gr)ar(Lr,_r,Fr,gr,zr);else{var Vr=br(_r);!Vr&&!_r.corked&&!_r.bufferProcessing&&_r.bufferedRequest&&hr(Lr,_r),Fr?ie(cr,Lr,_r,Vr,zr):cr(Lr,_r,Vr,zr)}}function cr(Lr,gr,_r,Fr){_r||mr(Lr,gr),gr.pendingcb--,Fr(),Er(Lr,gr)}function mr(Lr,gr){gr.length===0&&gr.needDrain&&(gr.needDrain=!1,Lr.emit("drain"))}function hr(Lr,gr){gr.bufferProcessing=!0;var _r=gr.bufferedRequest;if(Lr._writev&&_r&&_r.next){var Fr=gr.bufferedRequestCount,zr=new Array(Fr),Vr=gr.corkedRequestsFree;Vr.entry=_r;for(var Gr=0,Tr=!0;_r;)zr[Gr]=_r,_r.isBuf||(Tr=!1),_r=_r.next,Gr+=1;zr.allBuffers=Tr,rr(Lr,gr,!0,gr.length,zr,"",Vr.finish),gr.pendingcb++,gr.lastBufferedRequest=null,Vr.next?(gr.corkedRequestsFree=Vr.next,Vr.next=null):gr.corkedRequestsFree=new re(gr),gr.bufferedRequestCount=0}else{for(;_r;){var Cr=_r.chunk,Mr=_r.encoding,yr=_r.callback,Sr=gr.objectMode?1:Cr.length;if(rr(Lr,gr,!1,Sr,Cr,Mr,yr),_r=_r.next,gr.bufferedRequestCount--,gr.writing)break}_r===null&&(gr.lastBufferedRequest=null)}gr.bufferedRequest=_r,gr.bufferProcessing=!1}Et.prototype._write=function(Lr,gr,_r){_r(new Error("_write() is not implemented"))},Et.prototype._writev=null,Et.prototype.end=function(Lr,gr,_r){var Fr=this._writableState;typeof Lr=="function"?(_r=Lr,Lr=null,gr=null):typeof gr=="function"&&(_r=gr,gr=null),Lr!=null&&this.write(Lr,gr),Fr.corked&&(Fr.corked=1,this.uncork()),Fr.ending||vr(this,Fr,_r)};function br(Lr){return Lr.ending&&Lr.length===0&&Lr.bufferedRequest===null&&!Lr.finished&&!Lr.writing}function Rr(Lr,gr){Lr._final(function(_r){gr.pendingcb--,_r&&Lr.emit("error",_r),gr.prefinished=!0,Lr.emit("prefinish"),Er(Lr,gr)})}function xr(Lr,gr){!gr.prefinished&&!gr.finalCalled&&(typeof Lr._final=="function"?(gr.pendingcb++,gr.finalCalled=!0,z.nextTick(Rr,Lr,gr)):(gr.prefinished=!0,Lr.emit("prefinish")))}function Er(Lr,gr){var _r=br(gr);return _r&&(xr(Lr,gr),gr.pendingcb===0&&(gr.finished=!0,Lr.emit("finish"))),_r}function vr(Lr,gr,_r){gr.ending=!0,Er(Lr,gr),_r&&(gr.finished?z.nextTick(_r):Lr.once("finish",_r)),gr.ended=!0,Lr.writable=!1}function Ir(Lr,gr,_r){var Fr=Lr.entry;for(Lr.entry=null;Fr;){var zr=Fr.callback;gr.pendingcb--,zr(_r),Fr=Fr.next}gr.corkedRequestsFree.next=Lr}Object.defineProperty(Et.prototype,"destroyed",{get:function(){return this._writableState===void 0?!1:this._writableState.destroyed},set:function(Lr){this._writableState&&(this._writableState.destroyed=Lr)}}),Et.prototype.destroy=Ne.destroy,Et.prototype._undestroy=Ne.undestroy,Et.prototype._destroy=function(Lr,gr){this.end(),gr(Lr)}}).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(jt){switch(jt=""+jt,jt&&jt.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(jt){if(!jt)return"utf8";for(var Et;;)switch(jt){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 jt;default:if(Et)return;jt=(""+jt).toLowerCase(),Et=!0}}function z(jt){var Et=V(jt);if(typeof Et!="string"&&($.isEncoding===j||!j(jt)))throw new Error("Unknown encoding: "+jt);return Et||jt}L.StringDecoder=re;function re(jt){this.encoding=z(jt);var Et;switch(this.encoding){case"utf16le":this.text=_e,this.end=Ce,Et=4;break;case"utf8":this.fillLast=de,Et=4;break;case"base64":this.text=he,this.end=Ne,Et=3;break;default:this.write=Fe,this.end=Ve;return}this.lastNeed=0,this.lastTotal=0,this.lastChar=$.allocUnsafe(Et)}re.prototype.write=function(jt){if(jt.length===0)return"";var Et,Ue;if(this.lastNeed){if(Et=this.fillLast(jt),Et===void 0)return"";Ue=this.lastNeed,this.lastNeed=0}else Ue=0;return Ue<jt.length?Et?Et+this.text(jt,Ue):this.text(jt,Ue):Et||""},re.prototype.end=Ie,re.prototype.text=pe,re.prototype.fillLast=function(jt){if(this.lastNeed<=jt.length)return jt.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);jt.copy(this.lastChar,this.lastTotal-this.lastNeed,0,jt.length),this.lastNeed-=jt.length};function ie(jt){return jt<=127?0:jt>>5===6?2:jt>>4===14?3:jt>>3===30?4:jt>>6===2?-1:-2}function oe(jt,Et,Ue){var qe=Et.length-1;if(qe<Ue)return 0;var kt=ie(Et[qe]);return kt>=0?(kt>0&&(jt.lastNeed=kt-1),kt):--qe<Ue||kt===-2?0:(kt=ie(Et[qe]),kt>=0?(kt>0&&(jt.lastNeed=kt-2),kt):--qe<Ue||kt===-2?0:(kt=ie(Et[qe]),kt>=0?(kt>0&&(kt===2?kt=0:jt.lastNeed=kt-3),kt):0))}function ue(jt,Et,Ue){if((Et[0]&192)!==128)return jt.lastNeed=0,"<22>";if(jt.lastNeed>1&&Et.length>1){if((Et[1]&192)!==128)return jt.lastNeed=1,"<22>";if(jt.lastNeed>2&&Et.length>2&&(Et[2]&192)!==128)return jt.lastNeed=2,"<22>"}}function de(jt){var Et=this.lastTotal-this.lastNeed,Ue=ue(this,jt);if(Ue!==void 0)return Ue;if(this.lastNeed<=jt.length)return jt.copy(this.lastChar,Et,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);jt.copy(this.lastChar,Et,0,jt.length),this.lastNeed-=jt.length}function pe(jt,Et){var Ue=oe(this,jt,Et);if(!this.lastNeed)return jt.toString("utf8",Et);this.lastTotal=Ue;var qe=jt.length-(Ue-this.lastNeed);return jt.copy(this.lastChar,0,qe),jt.toString("utf8",Et,qe)}function Ie(jt){var Et=jt&&jt.length?this.write(jt):"";return this.lastNeed?Et+"<22>":Et}function _e(jt,Et){if((jt.length-Et)%2===0){var Ue=jt.toString("utf16le",Et);if(Ue){var qe=Ue.charCodeAt(Ue.length-1);if(qe>=55296&&qe<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=jt[jt.length-2],this.lastChar[1]=jt[jt.length-1],Ue.slice(0,-1)}return Ue}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=jt[jt.length-1],jt.toString("utf16le",Et,jt.length-1)}function Ce(jt){var Et=jt&&jt.length?this.write(jt):"";if(this.lastNeed){var Ue=this.lastTotal-this.lastNeed;return Et+this.lastChar.toString("utf16le",0,Ue)}return Et}function he(jt,Et){var Ue=(jt.length-Et)%3;return Ue===0?jt.toString("base64",Et):(this.lastNeed=3-Ue,this.lastTotal=3,Ue===1?this.lastChar[0]=jt[jt.length-1]:(this.lastChar[0]=jt[jt.length-2],this.lastChar[1]=jt[jt.length-1]),jt.toString("base64",Et,jt.length-Ue))}function Ne(jt){var Et=jt&&jt.length?this.write(jt):"";return this.lastNeed?Et+this.lastChar.toString("base64",0,3-this.lastNeed):Et}function Fe(jt){return jt.toString(this.encoding)}function Ve(jt){return jt&&jt.length?this.write(jt):""}},{"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(Tr,Cr){return new z(Tr,Cr)},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(Tr,Cr){if(!(this instanceof z))return new z(Tr,Cr);var Mr=this;ie(Mr),Mr.q=Mr.c="",Mr.bufferCheckPosition=j.MAX_BUFFER_LENGTH,Mr.opt=Cr||{},Mr.opt.lowercase=Mr.opt.lowercase||Mr.opt.lowercasetags,Mr.looseCase=Mr.opt.lowercase?"toLowerCase":"toUpperCase",Mr.tags=[],Mr.closed=Mr.closedRoot=Mr.sawRoot=!1,Mr.tag=Mr.error=null,Mr.strict=!!Tr,Mr.noscript=!!(Tr||Mr.opt.noscript),Mr.state=nr.BEGIN,Mr.strictEntities=Mr.opt.strictEntities,Mr.ENTITIES=Mr.strictEntities?Object.create(j.XML_ENTITIES):Object.create(j.ENTITIES),Mr.attribList=[],Mr.opt.xmlns&&(Mr.ns=Object.create(Fe)),Mr.trackPosition=Mr.opt.position!==!1,Mr.trackPosition&&(Mr.position=Mr.line=Mr.column=0),cr(Mr,"onready")}Object.create||(Object.create=function(Tr){function Cr(){}Cr.prototype=Tr;var Mr=new Cr;return Mr}),Object.keys||(Object.keys=function(Tr){var Cr=[];for(var Mr in Tr)Tr.hasOwnProperty(Mr)&&Cr.push(Mr);return Cr});function re(Tr){for(var Cr=Math.max(j.MAX_BUFFER_LENGTH,10),Mr=0,yr=0,Sr=V.length;yr<Sr;yr++){var Dr=Tr[V[yr]].length;if(Dr>Cr)switch(V[yr]){case"textNode":hr(Tr);break;case"cdata":mr(Tr,"oncdata",Tr.cdata),Tr.cdata="";break;case"script":mr(Tr,"onscript",Tr.script),Tr.script="";break;default:Rr(Tr,"Max buffer length exceeded: "+V[yr])}Mr=Math.max(Mr,Dr)}var kr=j.MAX_BUFFER_LENGTH-Mr;Tr.bufferCheckPosition=kr+Tr.position}function ie(Tr){for(var Cr=0,Mr=V.length;Cr<Mr;Cr++)Tr[V[Cr]]=""}function oe(Tr){hr(Tr),Tr.cdata!==""&&(mr(Tr,"oncdata",Tr.cdata),Tr.cdata=""),Tr.script!==""&&(mr(Tr,"onscript",Tr.script),Tr.script="")}z.prototype={end:function(){xr(this)},write:Gr,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(Tr){return Tr!=="error"&&Tr!=="end"});function pe(Tr,Cr){return new Ie(Tr,Cr)}function Ie(Tr,Cr){if(!(this instanceof Ie))return new Ie(Tr,Cr);ue.apply(this),this._parser=new z(Tr,Cr),this.writable=!0,this.readable=!0;var Mr=this;this._parser.onend=function(){Mr.emit("end")},this._parser.onerror=function(yr){Mr.emit("error",yr),Mr._parser.error=null},this._decoder=null,de.forEach(function(yr){Object.defineProperty(Mr,"on"+yr,{get:function(){return Mr._parser["on"+yr]},set:function(Sr){if(!Sr)return Mr.removeAllListeners(yr),Mr._parser["on"+yr]=Sr,Sr;Mr.on(yr,Sr)},enumerable:!0,configurable:!1})})}Ie.prototype=Object.create(ue.prototype,{constructor:{value:Ie}}),Ie.prototype.write=function(Tr){if(typeof $=="function"&&typeof $.isBuffer=="function"&&$.isBuffer(Tr)){if(!this._decoder){var Cr=n("string_decoder").StringDecoder;this._decoder=new Cr("utf8")}Tr=this._decoder.write(Tr)}return this._parser.write(Tr.toString()),this.emit("data",Tr),!0},Ie.prototype.end=function(Tr){return Tr&&Tr.length&&this.write(Tr),this._parser.end(),!0},Ie.prototype.on=function(Tr,Cr){var Mr=this;return!Mr._parser["on"+Tr]&&de.indexOf(Tr)!==-1&&(Mr._parser["on"+Tr]=function(){var yr=arguments.length===1?[arguments[0]]:Array.apply(null,arguments);yr.splice(0,0,Tr),Mr.emit.apply(Mr,yr)}),ue.prototype.on.call(Mr,Tr,Cr)};var _e="[CDATA[",Ce="DOCTYPE",he="http://www.w3.org/XML/1998/namespace",Ne="http://www.w3.org/2000/xmlns/",Fe={xml:he,xmlns:Ne},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]/,jt=/[:_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]/,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\u00B7\u0300-\u036F\u203F-\u2040.\d-]/;function qe(Tr){return Tr===" "||Tr===`
`||Tr==="\r"||Tr===" "}function kt(Tr){return Tr==='"'||Tr==="'"}function tr(Tr){return Tr===">"||qe(Tr)}function rr(Tr,Cr){return Tr.test(Cr)}function ar(Tr,Cr){return!rr(Tr,Cr)}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(Tr){var Cr=j.ENTITIES[Tr],Mr=typeof Cr=="number"?String.fromCharCode(Cr):Cr;j.ENTITIES[Tr]=Mr});for(var ur in j.STATE)j.STATE[j.STATE[ur]]=ur;nr=j.STATE;function cr(Tr,Cr,Mr){Tr[Cr]&&Tr[Cr](Mr)}function mr(Tr,Cr,Mr){Tr.textNode&&hr(Tr),cr(Tr,Cr,Mr)}function hr(Tr){Tr.textNode=br(Tr.opt,Tr.textNode),Tr.textNode&&cr(Tr,"ontext",Tr.textNode),Tr.textNode=""}function br(Tr,Cr){return Tr.trim&&(Cr=Cr.trim()),Tr.normalize&&(Cr=Cr.replace(/\s+/g," ")),Cr}function Rr(Tr,Cr){return hr(Tr),Tr.trackPosition&&(Cr+=`
Line: `+Tr.line+`
Column: `+Tr.column+`
Char: `+Tr.c),Cr=new Error(Cr),Tr.error=Cr,cr(Tr,"onerror",Cr),Tr}function xr(Tr){return Tr.sawRoot&&!Tr.closedRoot&&Er(Tr,"Unclosed root tag"),Tr.state!==nr.BEGIN&&Tr.state!==nr.BEGIN_WHITESPACE&&Tr.state!==nr.TEXT&&Rr(Tr,"Unexpected end"),hr(Tr),Tr.c="",Tr.closed=!0,cr(Tr,"onend"),z.call(Tr,Tr.strict,Tr.opt),Tr}function Er(Tr,Cr){if(typeof Tr!="object"||!(Tr instanceof z))throw new Error("bad call to strictFail");Tr.strict&&Rr(Tr,Cr)}function vr(Tr){Tr.strict||(Tr.tagName=Tr.tagName[Tr.looseCase]());var Cr=Tr.tags[Tr.tags.length-1]||Tr,Mr=Tr.tag={name:Tr.tagName,attributes:{}};Tr.opt.xmlns&&(Mr.ns=Cr.ns),Tr.attribList.length=0,mr(Tr,"onopentagstart",Mr)}function Ir(Tr,Cr){var Mr=Tr.indexOf(":"),yr=Mr<0?["",Tr]:Tr.split(":"),Sr=yr[0],Dr=yr[1];return Cr&&Tr==="xmlns"&&(Sr="xmlns",Dr=""),{prefix:Sr,local:Dr}}function Lr(Tr){if(Tr.strict||(Tr.attribName=Tr.attribName[Tr.looseCase]()),Tr.attribList.indexOf(Tr.attribName)!==-1||Tr.tag.attributes.hasOwnProperty(Tr.attribName)){Tr.attribName=Tr.attribValue="";return}if(Tr.opt.xmlns){var Cr=Ir(Tr.attribName,!0),Mr=Cr.prefix,yr=Cr.local;if(Mr==="xmlns")if(yr==="xml"&&Tr.attribValue!==he)Er(Tr,"xml: prefix must be bound to "+he+`
Actual: `+Tr.attribValue);else if(yr==="xmlns"&&Tr.attribValue!==Ne)Er(Tr,"xmlns: prefix must be bound to "+Ne+`
Actual: `+Tr.attribValue);else{var Sr=Tr.tag,Dr=Tr.tags[Tr.tags.length-1]||Tr;Sr.ns===Dr.ns&&(Sr.ns=Object.create(Dr.ns)),Sr.ns[yr]=Tr.attribValue}Tr.attribList.push([Tr.attribName,Tr.attribValue])}else Tr.tag.attributes[Tr.attribName]=Tr.attribValue,mr(Tr,"onattribute",{name:Tr.attribName,value:Tr.attribValue});Tr.attribName=Tr.attribValue=""}function gr(Tr,Cr){if(Tr.opt.xmlns){var Mr=Tr.tag,yr=Ir(Tr.tagName);Mr.prefix=yr.prefix,Mr.local=yr.local,Mr.uri=Mr.ns[yr.prefix]||"",Mr.prefix&&!Mr.uri&&(Er(Tr,"Unbound namespace prefix: "+JSON.stringify(Tr.tagName)),Mr.uri=yr.prefix);var Sr=Tr.tags[Tr.tags.length-1]||Tr;Mr.ns&&Sr.ns!==Mr.ns&&Object.keys(Mr.ns).forEach(function(qo){mr(Tr,"onopennamespace",{prefix:qo,uri:Mr.ns[qo]})});for(var Dr=0,kr=Tr.attribList.length;Dr<kr;Dr++){var Wr=Tr.attribList[Dr],Kr=Wr[0],Nr=Wr[1],jr=Ir(Kr,!0),Qr=jr.prefix,ca=jr.local,Po=Qr===""?"":Mr.ns[Qr]||"",Wa={name:Kr,value:Nr,prefix:Qr,local:ca,uri:Po};Qr&&Qr!=="xmlns"&&!Po&&(Er(Tr,"Unbound namespace prefix: "+JSON.stringify(Qr)),Wa.uri=Qr),Tr.tag.attributes[Kr]=Wa,mr(Tr,"onattribute",Wa)}Tr.attribList.length=0}Tr.tag.isSelfClosing=!!Cr,Tr.sawRoot=!0,Tr.tags.push(Tr.tag),mr(Tr,"onopentag",Tr.tag),Cr||(!Tr.noscript&&Tr.tagName.toLowerCase()==="script"?Tr.state=nr.SCRIPT:Tr.state=nr.TEXT,Tr.tag=null,Tr.tagName=""),Tr.attribName=Tr.attribValue="",Tr.attribList.length=0}function _r(Tr){if(!Tr.tagName){Er(Tr,"Weird empty close tag."),Tr.textNode+="</>",Tr.state=nr.TEXT;return}if(Tr.script){if(Tr.tagName!=="script"){Tr.script+="</"+Tr.tagName+">",Tr.tagName="",Tr.state=nr.SCRIPT;return}mr(Tr,"onscript",Tr.script),Tr.script=""}var Cr=Tr.tags.length,Mr=Tr.tagName;Tr.strict||(Mr=Mr[Tr.looseCase]());for(var yr=Mr;Cr--;){var Sr=Tr.tags[Cr];if(Sr.name!==yr)Er(Tr,"Unexpected close tag");else break}if(Cr<0){Er(Tr,"Unmatched closing tag: "+Tr.tagName),Tr.textNode+="</"+Tr.tagName+">",Tr.state=nr.TEXT;return}Tr.tagName=Mr;for(var Dr=Tr.tags.length;Dr-- >Cr;){var kr=Tr.tag=Tr.tags.pop();Tr.tagName=Tr.tag.name,mr(Tr,"onclosetag",Tr.tagName);var Wr={};for(var Kr in kr.ns)Wr[Kr]=kr.ns[Kr];var Nr=Tr.tags[Tr.tags.length-1]||Tr;Tr.opt.xmlns&&kr.ns!==Nr.ns&&Object.keys(kr.ns).forEach(function(jr){var Qr=kr.ns[jr];mr(Tr,"onclosenamespace",{prefix:jr,uri:Qr})})}Cr===0&&(Tr.closedRoot=!0),Tr.tagName=Tr.attribValue=Tr.attribName="",Tr.attribList.length=0,Tr.state=nr.TEXT}function Fr(Tr){var Cr=Tr.entity,Mr=Cr.toLowerCase(),yr,Sr="";return Tr.ENTITIES[Cr]?Tr.ENTITIES[Cr]:Tr.ENTITIES[Mr]?Tr.ENTITIES[Mr]:(Cr=Mr,Cr.charAt(0)==="#"&&(Cr.charAt(1)==="x"?(Cr=Cr.slice(2),yr=parseInt(Cr,16),Sr=yr.toString(16)):(Cr=Cr.slice(1),yr=parseInt(Cr,10),Sr=yr.toString(10))),Cr=Cr.replace(/^0+/,""),isNaN(yr)||Sr.toLowerCase()!==Cr?(Er(Tr,"Invalid character entity"),"&"+Tr.entity+";"):String.fromCodePoint(yr))}function zr(Tr,Cr){Cr==="<"?(Tr.state=nr.OPEN_WAKA,Tr.startTagPosition=Tr.position):qe(Cr)||(Er(Tr,"Non-whitespace before first tag."),Tr.textNode=Cr,Tr.state=nr.TEXT)}function Vr(Tr,Cr){var Mr="";return Cr<Tr.length&&(Mr=Tr.charAt(Cr)),Mr}function Gr(Tr){var Cr=this;if(this.error)throw this.error;if(Cr.closed)return Rr(Cr,"Cannot write after close. Assign an onready handler.");if(Tr===null)return xr(Cr);typeof Tr=="object"&&(Tr=Tr.toString());for(var Mr=0,yr="";yr=Vr(Tr,Mr++),Cr.c=yr,!!yr;)switch(Cr.trackPosition&&(Cr.position++,yr===`
`?(Cr.line++,Cr.column=0):Cr.column++),Cr.state){case nr.BEGIN:if(Cr.state=nr.BEGIN_WHITESPACE,yr==="\uFEFF")continue;zr(Cr,yr);continue;case nr.BEGIN_WHITESPACE:zr(Cr,yr);continue;case nr.TEXT:if(Cr.sawRoot&&!Cr.closedRoot){for(var Sr=Mr-1;yr&&yr!=="<"&&yr!=="&";)yr=Vr(Tr,Mr++),yr&&Cr.trackPosition&&(Cr.position++,yr===`
`?(Cr.line++,Cr.column=0):Cr.column++);Cr.textNode+=Tr.substring(Sr,Mr-1)}yr==="<"&&!(Cr.sawRoot&&Cr.closedRoot&&!Cr.strict)?(Cr.state=nr.OPEN_WAKA,Cr.startTagPosition=Cr.position):(!qe(yr)&&(!Cr.sawRoot||Cr.closedRoot)&&Er(Cr,"Text data outside of root node."),yr==="&"?Cr.state=nr.TEXT_ENTITY:Cr.textNode+=yr);continue;case nr.SCRIPT:yr==="<"?Cr.state=nr.SCRIPT_ENDING:Cr.script+=yr;continue;case nr.SCRIPT_ENDING:yr==="/"?Cr.state=nr.CLOSE_TAG:(Cr.script+="<"+yr,Cr.state=nr.SCRIPT);continue;case nr.OPEN_WAKA:if(yr==="!")Cr.state=nr.SGML_DECL,Cr.sgmlDecl="";else if(!qe(yr))if(rr(Ve,yr))Cr.state=nr.OPEN_TAG,Cr.tagName=yr;else if(yr==="/")Cr.state=nr.CLOSE_TAG,Cr.tagName="";else if(yr==="?")Cr.state=nr.PROC_INST,Cr.procInstName=Cr.procInstBody="";else{if(Er(Cr,"Unencoded <"),Cr.startTagPosition+1<Cr.position){var Dr=Cr.position-Cr.startTagPosition;yr=new Array(Dr).join(" ")+yr}Cr.textNode+="<"+yr,Cr.state=nr.TEXT}continue;case nr.SGML_DECL:(Cr.sgmlDecl+yr).toUpperCase()===_e?(mr(Cr,"onopencdata"),Cr.state=nr.CDATA,Cr.sgmlDecl="",Cr.cdata=""):Cr.sgmlDecl+yr==="--"?(Cr.state=nr.COMMENT,Cr.comment="",Cr.sgmlDecl=""):(Cr.sgmlDecl+yr).toUpperCase()===Ce?(Cr.state=nr.DOCTYPE,(Cr.doctype||Cr.sawRoot)&&Er(Cr,"Inappropriately located doctype declaration"),Cr.doctype="",Cr.sgmlDecl=""):yr===">"?(mr(Cr,"onsgmldeclaration",Cr.sgmlDecl),Cr.sgmlDecl="",Cr.state=nr.TEXT):(kt(yr)&&(Cr.state=nr.SGML_DECL_QUOTED),Cr.sgmlDecl+=yr);continue;case nr.SGML_DECL_QUOTED:yr===Cr.q&&(Cr.state=nr.SGML_DECL,Cr.q=""),Cr.sgmlDecl+=yr;continue;case nr.DOCTYPE:yr===">"?(Cr.state=nr.TEXT,mr(Cr,"ondoctype",Cr.doctype),Cr.doctype=!0):(Cr.doctype+=yr,yr==="["?Cr.state=nr.DOCTYPE_DTD:kt(yr)&&(Cr.state=nr.DOCTYPE_QUOTED,Cr.q=yr));continue;case nr.DOCTYPE_QUOTED:Cr.doctype+=yr,yr===Cr.q&&(Cr.q="",Cr.state=nr.DOCTYPE);continue;case nr.DOCTYPE_DTD:Cr.doctype+=yr,yr==="]"?Cr.state=nr.DOCTYPE:kt(yr)&&(Cr.state=nr.DOCTYPE_DTD_QUOTED,Cr.q=yr);continue;case nr.DOCTYPE_DTD_QUOTED:Cr.doctype+=yr,yr===Cr.q&&(Cr.state=nr.DOCTYPE_DTD,Cr.q="");continue;case nr.COMMENT:yr==="-"?Cr.state=nr.COMMENT_ENDING:Cr.comment+=yr;continue;case nr.COMMENT_ENDING:yr==="-"?(Cr.state=nr.COMMENT_ENDED,Cr.comment=br(Cr.opt,Cr.comment),Cr.comment&&mr(Cr,"oncomment",Cr.comment),Cr.comment=""):(Cr.comment+="-"+yr,Cr.state=nr.COMMENT);continue;case nr.COMMENT_ENDED:yr!==">"?(Er(Cr,"Malformed comment"),Cr.comment+="--"+yr,Cr.state=nr.COMMENT):Cr.state=nr.TEXT;continue;case nr.CDATA:yr==="]"?Cr.state=nr.CDATA_ENDING:Cr.cdata+=yr;continue;case nr.CDATA_ENDING:yr==="]"?Cr.state=nr.CDATA_ENDING_2:(Cr.cdata+="]"+yr,Cr.state=nr.CDATA);continue;case nr.CDATA_ENDING_2:yr===">"?(Cr.cdata&&mr(Cr,"oncdata",Cr.cdata),mr(Cr,"onclosecdata"),Cr.cdata="",Cr.state=nr.TEXT):yr==="]"?Cr.cdata+="]":(Cr.cdata+="]]"+yr,Cr.state=nr.CDATA);continue;case nr.PROC_INST:yr==="?"?Cr.state=nr.PROC_INST_ENDING:qe(yr)?Cr.state=nr.PROC_INST_BODY:Cr.procInstName+=yr;continue;case nr.PROC_INST_BODY:if(!Cr.procInstBody&&qe(yr))continue;yr==="?"?Cr.state=nr.PROC_INST_ENDING:Cr.procInstBody+=yr;continue;case nr.PROC_INST_ENDING:yr===">"?(mr(Cr,"onprocessinginstruction",{name:Cr.procInstName,body:Cr.procInstBody}),Cr.procInstName=Cr.procInstBody="",Cr.state=nr.TEXT):(Cr.procInstBody+="?"+yr,Cr.state=nr.PROC_INST_BODY);continue;case nr.OPEN_TAG:rr(jt,yr)?Cr.tagName+=yr:(vr(Cr),yr===">"?gr(Cr):yr==="/"?Cr.state=nr.OPEN_TAG_SLASH:(qe(yr)||Er(Cr,"Invalid character in tag name"),Cr.state=nr.ATTRIB));continue;case nr.OPEN_TAG_SLASH:yr===">"?(gr(Cr,!0),_r(Cr)):(Er(Cr,"Forward-slash in opening tag not followed by >"),Cr.state=nr.ATTRIB);continue;case nr.ATTRIB:if(qe(yr))continue;yr===">"?gr(Cr):yr==="/"?Cr.state=nr.OPEN_TAG_SLASH:rr(Ve,yr)?(Cr.attribName=yr,Cr.attribValue="",Cr.state=nr.ATTRIB_NAME):Er(Cr,"Invalid attribute name");continue;case nr.ATTRIB_NAME:yr==="="?Cr.state=nr.ATTRIB_VALUE:yr===">"?(Er(Cr,"Attribute without value"),Cr.attribValue=Cr.attribName,Lr(Cr),gr(Cr)):qe(yr)?Cr.state=nr.ATTRIB_NAME_SAW_WHITE:rr(jt,yr)?Cr.attribName+=yr:Er(Cr,"Invalid attribute name");continue;case nr.ATTRIB_NAME_SAW_WHITE:if(yr==="=")Cr.state=nr.ATTRIB_VALUE;else{if(qe(yr))continue;Er(Cr,"Attribute without value"),Cr.tag.attributes[Cr.attribName]="",Cr.attribValue="",mr(Cr,"onattribute",{name:Cr.attribName,value:""}),Cr.attribName="",yr===">"?gr(Cr):rr(Ve,yr)?(Cr.attribName=yr,Cr.state=nr.ATTRIB_NAME):(Er(Cr,"Invalid attribute name"),Cr.state=nr.ATTRIB)}continue;case nr.ATTRIB_VALUE:if(qe(yr))continue;kt(yr)?(Cr.q=yr,Cr.state=nr.ATTRIB_VALUE_QUOTED):(Er(Cr,"Unquoted attribute value"),Cr.state=nr.ATTRIB_VALUE_UNQUOTED,Cr.attribValue=yr);continue;case nr.ATTRIB_VALUE_QUOTED:if(yr!==Cr.q){yr==="&"?Cr.state=nr.ATTRIB_VALUE_ENTITY_Q:Cr.attribValue+=yr;continue}Lr(Cr),Cr.q="",Cr.state=nr.ATTRIB_VALUE_CLOSED;continue;case nr.ATTRIB_VALUE_CLOSED:qe(yr)?Cr.state=nr.ATTRIB:yr===">"?gr(Cr):yr==="/"?Cr.state=nr.OPEN_TAG_SLASH:rr(Ve,yr)?(Er(Cr,"No whitespace between attributes"),Cr.attribName=yr,Cr.attribValue="",Cr.state=nr.ATTRIB_NAME):Er(Cr,"Invalid attribute name");continue;case nr.ATTRIB_VALUE_UNQUOTED:if(!tr(yr)){yr==="&"?Cr.state=nr.ATTRIB_VALUE_ENTITY_U:Cr.attribValue+=yr;continue}Lr(Cr),yr===">"?gr(Cr):Cr.state=nr.ATTRIB;continue;case nr.CLOSE_TAG:if(Cr.tagName)yr===">"?_r(Cr):rr(jt,yr)?Cr.tagName+=yr:Cr.script?(Cr.script+="</"+Cr.tagName,Cr.tagName="",Cr.state=nr.SCRIPT):(qe(yr)||Er(Cr,"Invalid tagname in closing tag"),Cr.state=nr.CLOSE_TAG_SAW_WHITE);else{if(qe(yr))continue;ar(Ve,yr)?Cr.script?(Cr.script+="</"+yr,Cr.state=nr.SCRIPT):Er(Cr,"Invalid tagname in closing tag."):Cr.tagName=yr}continue;case nr.CLOSE_TAG_SAW_WHITE:if(qe(yr))continue;yr===">"?_r(Cr):Er(Cr,"Invalid characters in closing tag");continue;case nr.TEXT_ENTITY:case nr.ATTRIB_VALUE_ENTITY_Q:case nr.ATTRIB_VALUE_ENTITY_U:var kr,Wr;switch(Cr.state){case nr.TEXT_ENTITY:kr=nr.TEXT,Wr="textNode";break;case nr.ATTRIB_VALUE_ENTITY_Q:kr=nr.ATTRIB_VALUE_QUOTED,Wr="attribValue";break;case nr.ATTRIB_VALUE_ENTITY_U:kr=nr.ATTRIB_VALUE_UNQUOTED,Wr="attribValue";break}if(yr===";")if(Cr.opt.unparsedEntities){var Kr=Fr(Cr);Cr.entity="",Cr.state=kr,Cr.write(Kr)}else Cr[Wr]+=Fr(Cr),Cr.entity="",Cr.state=kr;else rr(Cr.entity.length?Ue:Et,yr)?Cr.entity+=yr:(Er(Cr,"Invalid character in entity name"),Cr[Wr]+="&"+Cr.entity+yr,Cr.entity="",Cr.state=kr);continue;default:throw new Error(Cr,"Unknown state: "+Cr.state)}return Cr.position>=Cr.bufferCheckPosition&&re(Cr),Cr}/*! http://mths.be/fromcodepoint v0.1.0 by @mathias */String.fromCodePoint||function(){var Tr=String.fromCharCode,Cr=Math.floor,Mr=function(){var yr=16384,Sr=[],Dr,kr,Wr=-1,Kr=arguments.length;if(!Kr)return"";for(var Nr="";++Wr<Kr;){var jr=Number(arguments[Wr]);if(!isFinite(jr)||jr<0||jr>1114111||Cr(jr)!==jr)throw RangeError("Invalid code point: "+jr);jr<=65535?Sr.push(jr):(jr-=65536,Dr=(jr>>10)+55296,kr=jr%1024+56320,Sr.push(Dr,kr)),(Wr+1===Kr||Sr.length>yr)&&(Nr+=Tr.apply(null,Sr),Sr.length=0)}return Nr};Object.defineProperty?Object.defineProperty(String,"fromCodePoint",{value:Mr,configurable:!0,writable:!0}):String.fromCodePoint=Mr}()})(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,_e=!0;if("length"in ue&&z){var Ce=z(ue,"length");Ce&&!Ce.configurable&&(Ie=!1),Ce&&!Ce.writable&&(_e=!1)}return(Ie||_e||!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),_e=j("Map.prototype.has",!0),Ce=function(Ve,jt){for(var Et=Ve,Ue;(Ue=Et.next)!==null;Et=Ue)if(Ue.key===jt)return Et.next=Ue.next,Ue.next=Ve.next,Ve.next=Ue,Ue},he=function(Ve,jt){var Et=Ce(Ve,jt);return Et&&Et.value},Ne=function(Ve,jt,Et){var Ue=Ce(Ve,jt);Ue?Ue.value=Et:Ve.next={key:jt,next:Ve.next,value:Et}},Fe=function(Ve,jt){return!!Ce(Ve,jt)};k.exports=function(){var jt,Et,Ue,qe={assert:function(kt){if(!qe.has(kt))throw new z("Side channel does not contain "+V(kt))},get:function(kt){if(re&&kt&&(typeof kt=="object"||typeof kt=="function")){if(jt)return oe(jt,kt)}else if(ie){if(Et)return pe(Et,kt)}else if(Ue)return he(Ue,kt)},has:function(kt){if(re&&kt&&(typeof kt=="object"||typeof kt=="function")){if(jt)return de(jt,kt)}else if(ie){if(Et)return _e(Et,kt)}else if(Ue)return Fe(Ue,kt);return!1},set:function(kt,tr){re&&kt&&(typeof kt=="object"||typeof kt=="function")?(jt||(jt=new re),ue(jt,kt,tr)):ie?(Et||(Et=new ie),Ie(Et,kt,tr)):(Ue||(Ue={key:{},next:null}),Ne(Ue,kt,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(he){z.writable&&z.write(he)===!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 _e(he){if(Ce(),$.listenerCount(this,"error")===0)throw he}ie.on("error",_e),z.on("error",_e);function Ce(){ie.removeListener("data",oe),z.removeListener("drain",ue),ie.removeListener("end",pe),ie.removeListener("close",Ie),ie.removeListener("error",_e),z.removeListener("error",_e),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,he,Ne){return typeof de=="string"?de:de(Ce,he,Ne)}var _e=function(Ce){$(he,Ce);function he(Ne,Fe,Ve){return Ce.call(this,Ie(Ne,Fe,Ve))||this}return he}(pe);_e.prototype.name=pe.name,_e.prototype.code=ue,j[ue]=_e}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 _e;if(ie(ue," argument"))_e="The ".concat(ue," ").concat(Ie," ").concat(z(de,"type"));else{var Ce=oe(ue,".")?"property":"argument";_e='The "'.concat(ue,'" ').concat(Ce," ").concat(Ie," ").concat(z(de,"type"))}return _e+=". Received type ".concat(typeof pe),_e},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 _e=[];for(var Ce in Ie)_e.push(Ce);return _e};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(_e){this._readableState===void 0||this._writableState===void 0||(this._readableState.destroyed=_e,this._writableState.destroyed=_e)}})}).call(this)}).call(this,n("_process"))},{"./_stream_readable":474,"./_stream_writable":476,_process:540,inherits:409}],473:[function(n,k,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(kr){return ie.from(kr)}function de(kr){return ie.isBuffer(kr)||kr instanceof oe}var pe=n("util"),Ie;pe&&pe.debuglog?Ie=pe.debuglog("stream"):Ie=function(){};var _e=n("./internal/streams/buffer_list"),Ce=n("./internal/streams/destroy"),he=n("./internal/streams/state"),Ne=he.getHighWaterMark,Fe=n("../errors").codes,Ve=Fe.ERR_INVALID_ARG_TYPE,jt=Fe.ERR_STREAM_PUSH_AFTER_EOF,Et=Fe.ERR_METHOD_NOT_IMPLEMENTED,Ue=Fe.ERR_STREAM_UNSHIFT_AFTER_END_EVENT,qe,kt,tr;n("inherits")(cr,re);var rr=Ce.errorOrDestroy,ar=["error","close","destroy","pause","resume"];function nr(kr,Wr,Kr){if(typeof kr.prependListener=="function")return kr.prependListener(Wr,Kr);!kr._events||!kr._events[Wr]?kr.on(Wr,Kr):Array.isArray(kr._events[Wr])?kr._events[Wr].unshift(Kr):kr._events[Wr]=[Kr,kr._events[Wr]]}function ur(kr,Wr,Kr){V=V||n("./_stream_duplex"),kr=kr||{},typeof Kr!="boolean"&&(Kr=Wr instanceof V),this.objectMode=!!kr.objectMode,Kr&&(this.objectMode=this.objectMode||!!kr.readableObjectMode),this.highWaterMark=Ne(this,kr,"readableHighWaterMark",Kr),this.buffer=new _e,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.paused=!0,this.emitClose=kr.emitClose!==!1,this.autoDestroy=!!kr.autoDestroy,this.destroyed=!1,this.defaultEncoding=kr.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,kr.encoding&&(qe||(qe=n("string_decoder/").StringDecoder),this.decoder=new qe(kr.encoding),this.encoding=kr.encoding)}function cr(kr){if(V=V||n("./_stream_duplex"),!(this instanceof cr))return new cr(kr);var Wr=this instanceof V;this._readableState=new ur(kr,this,Wr),this.readable=!0,kr&&(typeof kr.read=="function"&&(this._read=kr.read),typeof kr.destroy=="function"&&(this._destroy=kr.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(kr,Wr){Wr(kr)},cr.prototype.push=function(kr,Wr){var Kr=this._readableState,Nr;return Kr.objectMode?Nr=!0:typeof kr=="string"&&(Wr=Wr||Kr.defaultEncoding,Wr!==Kr.encoding&&(kr=ie.from(kr,Wr),Wr=""),Nr=!0),mr(this,kr,Wr,!1,Nr)},cr.prototype.unshift=function(kr){return mr(this,kr,null,!0,!1)};function mr(kr,Wr,Kr,Nr,jr){Ie("readableAddChunk",Wr);var Qr=kr._readableState;if(Wr===null)Qr.reading=!1,vr(kr,Qr);else{var ca;if(jr||(ca=br(Qr,Wr)),ca)rr(kr,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(kr,new Ue):hr(kr,Qr,Wr,!0);else if(Qr.ended)rr(kr,new jt);else{if(Qr.destroyed)return!1;Qr.reading=!1,Qr.decoder&&!Kr?(Wr=Qr.decoder.write(Wr),Qr.objectMode||Wr.length!==0?hr(kr,Qr,Wr,!1):gr(kr,Qr)):hr(kr,Qr,Wr,!1)}else Nr||(Qr.reading=!1,gr(kr,Qr))}return!Qr.ended&&(Qr.length<Qr.highWaterMark||Qr.length===0)}function hr(kr,Wr,Kr,Nr){Wr.flowing&&Wr.length===0&&!Wr.sync?(Wr.awaitDrain=0,kr.emit("data",Kr)):(Wr.length+=Wr.objectMode?1:Kr.length,Nr?Wr.buffer.unshift(Kr):Wr.buffer.push(Kr),Wr.needReadable&&Ir(kr)),gr(kr,Wr)}function br(kr,Wr){var Kr;return!de(Wr)&&typeof Wr!="string"&&Wr!==void 0&&!kr.objectMode&&(Kr=new Ve("chunk",["string","Buffer","Uint8Array"],Wr)),Kr}cr.prototype.isPaused=function(){return this._readableState.flowing===!1},cr.prototype.setEncoding=function(kr){qe||(qe=n("string_decoder/").StringDecoder);var Wr=new qe(kr);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 Rr=1073741824;function xr(kr){return kr>=Rr?kr=Rr:(kr--,kr|=kr>>>1,kr|=kr>>>2,kr|=kr>>>4,kr|=kr>>>8,kr|=kr>>>16,kr++),kr}function Er(kr,Wr){return kr<=0||Wr.length===0&&Wr.ended?0:Wr.objectMode?1:kr!==kr?Wr.flowing&&Wr.length?Wr.buffer.head.data.length:Wr.length:(kr>Wr.highWaterMark&&(Wr.highWaterMark=xr(kr)),kr<=Wr.length?kr:Wr.ended?Wr.length:(Wr.needReadable=!0,0))}cr.prototype.read=function(kr){Ie("read",kr),kr=parseInt(kr,10);var Wr=this._readableState,Kr=kr;if(kr!==0&&(Wr.emittedReadable=!1),kr===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?yr(this):Ir(this),null;if(kr=Er(kr,Wr),kr===0&&Wr.ended)return Wr.length===0&&yr(this),null;var Nr=Wr.needReadable;Ie("need readable",Nr),(Wr.length===0||Wr.length-kr<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||(kr=Er(Kr,Wr)));var jr;return kr>0?jr=Mr(kr,Wr):jr=null,jr===null?(Wr.needReadable=Wr.length<=Wr.highWaterMark,kr=0):(Wr.length-=kr,Wr.awaitDrain=0),Wr.length===0&&(Wr.ended||(Wr.needReadable=!0),Kr!==kr&&Wr.ended&&yr(this)),jr!==null&&this.emit("data",jr),jr};function vr(kr,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(kr):(Wr.needReadable=!1,Wr.emittedReadable||(Wr.emittedReadable=!0,Lr(kr)))}}function Ir(kr){var Wr=kr._readableState;Ie("emitReadable",Wr.needReadable,Wr.emittedReadable),Wr.needReadable=!1,Wr.emittedReadable||(Ie("emitReadable",Wr.flowing),Wr.emittedReadable=!0,$.nextTick(Lr,kr))}function Lr(kr){var Wr=kr._readableState;Ie("emitReadable_",Wr.destroyed,Wr.length,Wr.ended),!Wr.destroyed&&(Wr.length||Wr.ended)&&(kr.emit("readable"),Wr.emittedReadable=!1),Wr.needReadable=!Wr.flowing&&!Wr.ended&&Wr.length<=Wr.highWaterMark,Cr(kr)}function gr(kr,Wr){Wr.readingMore||(Wr.readingMore=!0,$.nextTick(_r,kr,Wr))}function _r(kr,Wr){for(;!Wr.reading&&!Wr.ended&&(Wr.length<Wr.highWaterMark||Wr.flowing&&Wr.length===0);){var Kr=Wr.length;if(Ie("maybeReadMore read 0"),kr.read(0),Kr===Wr.length)break}Wr.readingMore=!1}cr.prototype._read=function(kr){rr(this,new Et("_read()"))},cr.prototype.pipe=function(kr,Wr){var Kr=this,Nr=this._readableState;switch(Nr.pipesCount){case 0:Nr.pipes=kr;break;case 1:Nr.pipes=[Nr.pipes,kr];break;default:Nr.pipes.push(kr);break}Nr.pipesCount+=1,Ie("pipe count=%d opts=%j",Nr.pipesCount,Wr);var jr=(!Wr||Wr.end!==!1)&&kr!==$.stdout&&kr!==$.stderr,Qr=jr?Po:In;Nr.endEmitted?$.nextTick(Qr):Kr.once("end",Qr),kr.on("unpipe",ca);function ca(Sa,sa){Ie("onunpipe"),Sa===Kr&&sa&&sa.hasUnpiped===!1&&(sa.hasUnpiped=!0,ds())}function Po(){Ie("onend"),kr.end()}var Wa=Fr(Kr);kr.on("drain",Wa);var qo=!1;function ds(){Ie("cleanup"),kr.removeListener("close",Ar),kr.removeListener("finish",On),kr.removeListener("drain",Wa),kr.removeListener("error",Hr),kr.removeListener("unpipe",ca),Kr.removeListener("end",Po),Kr.removeListener("end",In),Kr.removeListener("data",Kn),qo=!0,Nr.awaitDrain&&(!kr._writableState||kr._writableState.needDrain)&&Wa()}Kr.on("data",Kn);function Kn(Sa){Ie("ondata");var sa=kr.write(Sa);Ie("dest.write",sa),sa===!1&&((Nr.pipesCount===1&&Nr.pipes===kr||Nr.pipesCount>1&&Dr(Nr.pipes,kr)!==-1)&&!qo&&(Ie("false write response, pause",Nr.awaitDrain),Nr.awaitDrain++),Kr.pause())}function Hr(Sa){Ie("onerror",Sa),In(),kr.removeListener("error",Hr),z(kr,"error")===0&&rr(kr,Sa)}nr(kr,"error",Hr);function Ar(){kr.removeListener("finish",On),In()}kr.once("close",Ar);function On(){Ie("onfinish"),kr.removeListener("close",Ar),In()}kr.once("finish",On);function In(){Ie("unpipe"),Kr.unpipe(kr)}return kr.emit("pipe",Kr),Nr.flowing||(Ie("pipe resume"),Kr.resume()),kr};function Fr(kr){return function(){var Kr=kr._readableState;Ie("pipeOnDrain",Kr.awaitDrain),Kr.awaitDrain&&Kr.awaitDrain--,Kr.awaitDrain===0&&z(kr,"data")&&(Kr.flowing=!0,Cr(kr))}}cr.prototype.unpipe=function(kr){var Wr=this._readableState,Kr={hasUnpiped:!1};if(Wr.pipesCount===0)return this;if(Wr.pipesCount===1)return kr&&kr!==Wr.pipes?this:(kr||(kr=Wr.pipes),Wr.pipes=null,Wr.pipesCount=0,Wr.flowing=!1,kr&&kr.emit("unpipe",this,Kr),this);if(!kr){var Nr=Wr.pipes,jr=Wr.pipesCount;Wr.pipes=null,Wr.pipesCount=0,Wr.flowing=!1;for(var Qr=0;Qr<jr;Qr++)Nr[Qr].emit("unpipe",this,{hasUnpiped:!1});return this}var ca=Dr(Wr.pipes,kr);return ca===-1?this:(Wr.pipes.splice(ca,1),Wr.pipesCount-=1,Wr.pipesCount===1&&(Wr.pipes=Wr.pipes[0]),kr.emit("unpipe",this,Kr),this)},cr.prototype.on=function(kr,Wr){var Kr=re.prototype.on.call(this,kr,Wr),Nr=this._readableState;return kr==="data"?(Nr.readableListening=this.listenerCount("readable")>0,Nr.flowing!==!1&&this.resume()):kr==="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(kr,Wr){var Kr=re.prototype.removeListener.call(this,kr,Wr);return kr==="readable"&&$.nextTick(zr,this),Kr},cr.prototype.removeAllListeners=function(kr){var Wr=re.prototype.removeAllListeners.apply(this,arguments);return(kr==="readable"||kr===void 0)&&$.nextTick(zr,this),Wr};function zr(kr){var Wr=kr._readableState;Wr.readableListening=kr.listenerCount("readable")>0,Wr.resumeScheduled&&!Wr.paused?Wr.flowing=!0:kr.listenerCount("data")>0&&kr.resume()}function Vr(kr){Ie("readable nexttick read 0"),kr.read(0)}cr.prototype.resume=function(){var kr=this._readableState;return kr.flowing||(Ie("resume"),kr.flowing=!kr.readableListening,Gr(this,kr)),kr.paused=!1,this};function Gr(kr,Wr){Wr.resumeScheduled||(Wr.resumeScheduled=!0,$.nextTick(Tr,kr,Wr))}function Tr(kr,Wr){Ie("resume",Wr.reading),Wr.reading||kr.read(0),Wr.resumeScheduled=!1,kr.emit("resume"),Cr(kr),Wr.flowing&&!Wr.reading&&kr.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 Cr(kr){var Wr=kr._readableState;for(Ie("flow",Wr.flowing);Wr.flowing&&kr.read()!==null;);}cr.prototype.wrap=function(kr){var Wr=this,Kr=this._readableState,Nr=!1;kr.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)}),kr.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,kr.pause())}});for(var jr in kr)this[jr]===void 0&&typeof kr[jr]=="function"&&(this[jr]=function(Po){return function(){return kr[Po].apply(kr,arguments)}}(jr));for(var Qr=0;Qr<ar.length;Qr++)kr.on(ar[Qr],this.emit.bind(this,ar[Qr]));return this._read=function(ca){Ie("wrapped _read",ca),Nr&&(Nr=!1,kr.resume())},this},typeof Symbol=="function"&&(cr.prototype[Symbol.asyncIterator]=function(){return kt===void 0&&(kt=n("./internal/streams/async_iterator")),kt(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=Mr,Object.defineProperty(cr.prototype,"readableLength",{enumerable:!1,get:function(){return this._readableState.length}});function Mr(kr,Wr){if(Wr.length===0)return null;var Kr;return Wr.objectMode?Kr=Wr.buffer.shift():!kr||kr>=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(kr,Wr.decoder),Kr}function yr(kr){var Wr=kr._readableState;Ie("endReadable",Wr.endEmitted),Wr.endEmitted||(Wr.ended=!0,$.nextTick(Sr,Wr,kr))}function Sr(kr,Wr){if(Ie("endReadableNT",kr.endEmitted,kr.length),!kr.endEmitted&&kr.length===0&&(kr.endEmitted=!0,Wr.readable=!1,Wr.emit("end"),kr.autoDestroy)){var Kr=Wr._writableState;(!Kr||Kr.autoDestroy&&Kr.finished)&&Wr.destroy()}}typeof Symbol=="function"&&(cr.from=function(kr,Wr){return tr===void 0&&(tr=n("./internal/streams/from")),tr(cr,kr,Wr)});function Dr(kr,Wr){for(var Kr=0,Nr=kr.length;Kr<Nr;Kr++)if(kr[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,_e){var Ce=this._transformState;Ce.transforming=!1;var he=Ce.writecb;if(he===null)return this.emit("error",new V);Ce.writechunk=null,Ce.writecb=null,_e!=null&&this.push(_e),he(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(_e,Ce){pe(Ie,_e,Ce)}):pe(this,null,null)}ue.prototype.push=function(Ie,_e){return this._transformState.needTransform=!1,ie.prototype.push.call(this,Ie,_e)},ue.prototype._transform=function(Ie,_e,Ce){Ce(new j("_transform()"))},ue.prototype._write=function(Ie,_e,Ce){var he=this._transformState;if(he.writecb=Ce,he.writechunk=Ie,he.writeencoding=_e,!he.transforming){var Ne=this._readableState;(he.needTransform||Ne.needReadable||Ne.length<Ne.highWaterMark)&&this._read(Ne.highWaterMark)}},ue.prototype._read=function(Ie){var _e=this._transformState;_e.writechunk!==null&&!_e.transforming?(_e.transforming=!0,this._transform(_e.writechunk,_e.writeencoding,_e.afterTransform)):_e.needTransform=!0},ue.prototype._destroy=function(Ie,_e){ie.prototype._destroy.call(this,Ie,function(Ce){_e(Ce)})};function pe(Ie,_e,Ce){if(_e)return Ie.emit("error",_e);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(Cr){var Mr=this;this.next=null,this.entry=null,this.finish=function(){Tr(Mr,Cr)}}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(Cr){return oe.from(Cr)}function pe(Cr){return oe.isBuffer(Cr)||Cr instanceof ue}var Ie=n("./internal/streams/destroy"),_e=n("./internal/streams/state"),Ce=_e.getHighWaterMark,he=n("../errors").codes,Ne=he.ERR_INVALID_ARG_TYPE,Fe=he.ERR_METHOD_NOT_IMPLEMENTED,Ve=he.ERR_MULTIPLE_CALLBACK,jt=he.ERR_STREAM_CANNOT_PIPE,Et=he.ERR_STREAM_DESTROYED,Ue=he.ERR_STREAM_NULL_VALUES,qe=he.ERR_STREAM_WRITE_AFTER_END,kt=he.ERR_UNKNOWN_ENCODING,tr=Ie.errorOrDestroy;n("inherits")(ur,ie);function rr(){}function ar(Cr,Mr,yr){z=z||n("./_stream_duplex"),Cr=Cr||{},typeof yr!="boolean"&&(yr=Mr instanceof z),this.objectMode=!!Cr.objectMode,yr&&(this.objectMode=this.objectMode||!!Cr.writableObjectMode),this.highWaterMark=Ce(this,Cr,"writableHighWaterMark",yr),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var Sr=Cr.decodeStrings===!1;this.decodeStrings=!Sr,this.defaultEncoding=Cr.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(Dr){vr(Mr,Dr)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.emitClose=Cr.emitClose!==!1,this.autoDestroy=!!Cr.autoDestroy,this.bufferedRequestCount=0,this.corkedRequestsFree=new V(this)}ar.prototype.getBuffer=function(){for(var Mr=this.bufferedRequest,yr=[];Mr;)yr.push(Mr),Mr=Mr.next;return yr},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(Mr){return nr.call(this,Mr)?!0:this!==ur?!1:Mr&&Mr._writableState instanceof ar}})):nr=function(Mr){return Mr instanceof this};function ur(Cr){z=z||n("./_stream_duplex");var Mr=this instanceof z;if(!Mr&&!nr.call(ur,this))return new ur(Cr);this._writableState=new ar(Cr,this,Mr),this.writable=!0,Cr&&(typeof Cr.write=="function"&&(this._write=Cr.write),typeof Cr.writev=="function"&&(this._writev=Cr.writev),typeof Cr.destroy=="function"&&(this._destroy=Cr.destroy),typeof Cr.final=="function"&&(this._final=Cr.final)),ie.call(this)}ur.prototype.pipe=function(){tr(this,new jt)};function cr(Cr,Mr){var yr=new qe;tr(Cr,yr),$.nextTick(Mr,yr)}function mr(Cr,Mr,yr,Sr){var Dr;return yr===null?Dr=new Ue:typeof yr!="string"&&!Mr.objectMode&&(Dr=new Ne("chunk",["string","Buffer"],yr)),Dr?(tr(Cr,Dr),$.nextTick(Sr,Dr),!1):!0}ur.prototype.write=function(Cr,Mr,yr){var Sr=this._writableState,Dr=!1,kr=!Sr.objectMode&&pe(Cr);return kr&&!oe.isBuffer(Cr)&&(Cr=de(Cr)),typeof Mr=="function"&&(yr=Mr,Mr=null),kr?Mr="buffer":Mr||(Mr=Sr.defaultEncoding),typeof yr!="function"&&(yr=rr),Sr.ending?cr(this,yr):(kr||mr(this,Sr,Cr,yr))&&(Sr.pendingcb++,Dr=br(this,Sr,kr,Cr,Mr,yr)),Dr},ur.prototype.cork=function(){this._writableState.corked++},ur.prototype.uncork=function(){var Cr=this._writableState;Cr.corked&&(Cr.corked--,!Cr.writing&&!Cr.corked&&!Cr.bufferProcessing&&Cr.bufferedRequest&&gr(this,Cr))},ur.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 kt(Mr);return this._writableState.defaultEncoding=Mr,this},Object.defineProperty(ur.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}});function hr(Cr,Mr,yr){return!Cr.objectMode&&Cr.decodeStrings!==!1&&typeof Mr=="string"&&(Mr=oe.from(Mr,yr)),Mr}Object.defineProperty(ur.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}});function br(Cr,Mr,yr,Sr,Dr,kr){if(!yr){var Wr=hr(Mr,Sr,Dr);Sr!==Wr&&(yr=!0,Dr="buffer",Sr=Wr)}var Kr=Mr.objectMode?1:Sr.length;Mr.length+=Kr;var Nr=Mr.length<Mr.highWaterMark;if(Nr||(Mr.needDrain=!0),Mr.writing||Mr.corked){var jr=Mr.lastBufferedRequest;Mr.lastBufferedRequest={chunk:Sr,encoding:Dr,isBuf:yr,callback:kr,next:null},jr?jr.next=Mr.lastBufferedRequest:Mr.bufferedRequest=Mr.lastBufferedRequest,Mr.bufferedRequestCount+=1}else Rr(Cr,Mr,!1,Kr,Sr,Dr,kr);return Nr}function Rr(Cr,Mr,yr,Sr,Dr,kr,Wr){Mr.writelen=Sr,Mr.writecb=Wr,Mr.writing=!0,Mr.sync=!0,Mr.destroyed?Mr.onwrite(new Et("write")):yr?Cr._writev(Dr,Mr.onwrite):Cr._write(Dr,kr,Mr.onwrite),Mr.sync=!1}function xr(Cr,Mr,yr,Sr,Dr){--Mr.pendingcb,yr?($.nextTick(Dr,Sr),$.nextTick(Vr,Cr,Mr),Cr._writableState.errorEmitted=!0,tr(Cr,Sr)):(Dr(Sr),Cr._writableState.errorEmitted=!0,tr(Cr,Sr),Vr(Cr,Mr))}function Er(Cr){Cr.writing=!1,Cr.writecb=null,Cr.length-=Cr.writelen,Cr.writelen=0}function vr(Cr,Mr){var yr=Cr._writableState,Sr=yr.sync,Dr=yr.writecb;if(typeof Dr!="function")throw new Ve;if(Er(yr),Mr)xr(Cr,yr,Sr,Mr,Dr);else{var kr=_r(yr)||Cr.destroyed;!kr&&!yr.corked&&!yr.bufferProcessing&&yr.bufferedRequest&&gr(Cr,yr),Sr?$.nextTick(Ir,Cr,yr,kr,Dr):Ir(Cr,yr,kr,Dr)}}function Ir(Cr,Mr,yr,Sr){yr||Lr(Cr,Mr),Mr.pendingcb--,Sr(),Vr(Cr,Mr)}function Lr(Cr,Mr){Mr.length===0&&Mr.needDrain&&(Mr.needDrain=!1,Cr.emit("drain"))}function gr(Cr,Mr){Mr.bufferProcessing=!0;var yr=Mr.bufferedRequest;if(Cr._writev&&yr&&yr.next){var Sr=Mr.bufferedRequestCount,Dr=new Array(Sr),kr=Mr.corkedRequestsFree;kr.entry=yr;for(var Wr=0,Kr=!0;yr;)Dr[Wr]=yr,yr.isBuf||(Kr=!1),yr=yr.next,Wr+=1;Dr.allBuffers=Kr,Rr(Cr,Mr,!0,Mr.length,Dr,"",kr.finish),Mr.pendingcb++,Mr.lastBufferedRequest=null,kr.next?(Mr.corkedRequestsFree=kr.next,kr.next=null):Mr.corkedRequestsFree=new V(Mr),Mr.bufferedRequestCount=0}else{for(;yr;){var Nr=yr.chunk,jr=yr.encoding,Qr=yr.callback,ca=Mr.objectMode?1:Nr.length;if(Rr(Cr,Mr,!1,ca,Nr,jr,Qr),yr=yr.next,Mr.bufferedRequestCount--,Mr.writing)break}yr===null&&(Mr.lastBufferedRequest=null)}Mr.bufferedRequest=yr,Mr.bufferProcessing=!1}ur.prototype._write=function(Cr,Mr,yr){yr(new Fe("_write()"))},ur.prototype._writev=null,ur.prototype.end=function(Cr,Mr,yr){var Sr=this._writableState;return typeof Cr=="function"?(yr=Cr,Cr=null,Mr=null):typeof Mr=="function"&&(yr=Mr,Mr=null),Cr!=null&&this.write(Cr,Mr),Sr.corked&&(Sr.corked=1,this.uncork()),Sr.ending||Gr(this,Sr,yr),this},Object.defineProperty(ur.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}});function _r(Cr){return Cr.ending&&Cr.length===0&&Cr.bufferedRequest===null&&!Cr.finished&&!Cr.writing}function Fr(Cr,Mr){Cr._final(function(yr){Mr.pendingcb--,yr&&tr(Cr,yr),Mr.prefinished=!0,Cr.emit("prefinish"),Vr(Cr,Mr)})}function zr(Cr,Mr){!Mr.prefinished&&!Mr.finalCalled&&(typeof Cr._final=="function"&&!Mr.destroyed?(Mr.pendingcb++,Mr.finalCalled=!0,$.nextTick(Fr,Cr,Mr)):(Mr.prefinished=!0,Cr.emit("prefinish")))}function Vr(Cr,Mr){var yr=_r(Mr);if(yr&&(zr(Cr,Mr),Mr.pendingcb===0&&(Mr.finished=!0,Cr.emit("finish"),Mr.autoDestroy))){var Sr=Cr._readableState;(!Sr||Sr.autoDestroy&&Sr.endEmitted)&&Cr.destroy()}return yr}function Gr(Cr,Mr,yr){Mr.ending=!0,Vr(Cr,Mr),yr&&(Mr.finished?$.nextTick(yr):Cr.once("finish",yr)),Mr.ended=!0,Cr.writable=!1}function Tr(Cr,Mr,yr){var Sr=Cr.entry;for(Cr.entry=null;Sr;){var Dr=Sr.callback;Mr.pendingcb--,Dr(yr),Sr=Sr.next}Mr.corkedRequestsFree.next=Cr}Object.defineProperty(ur.prototype,"destroyed",{enumerable:!1,get:function(){return this._writableState===void 0?!1:this._writableState.destroyed},set:function(Mr){this._writableState&&(this._writableState.destroyed=Mr)}}),ur.prototype.destroy=Ie.destroy,ur.prototype._undestroy=Ie.undestroy,ur.prototype._destroy=function(Cr,Mr){Mr(Cr)}}).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,kt,tr){return kt=z(kt),kt in qe?Object.defineProperty(qe,kt,{value:tr,enumerable:!0,configurable:!0,writable:!0}):qe[kt]=tr,qe}function z(qe){var kt=re(qe,"string");return typeof kt=="symbol"?kt:String(kt)}function re(qe,kt){if(typeof qe!="object"||qe===null)return qe;var tr=qe[Symbol.toPrimitive];if(tr!==void 0){var rr=tr.call(qe,kt||"default");if(typeof rr!="object")return rr;throw new TypeError("@@toPrimitive must return a primitive value.")}return(kt==="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"),_e=Symbol("handlePromise"),Ce=Symbol("stream");function he(qe,kt){return{value:qe,done:kt}}function Ne(qe){var kt=qe[oe];if(kt!==null){var tr=qe[Ce].read();tr!==null&&(qe[Ie]=null,qe[oe]=null,qe[ue]=null,kt(he(tr,!1)))}}function Fe(qe){$.nextTick(Ne,qe)}function Ve(qe,kt){return function(tr,rr){qe.then(function(){if(kt[pe]){tr(he(void 0,!0));return}kt[_e](tr,rr)},rr)}}var jt=Object.getPrototypeOf(function(){}),Et=Object.setPrototypeOf((j={get stream(){return this[Ce]},next:function(){var kt=this,tr=this[de];if(tr!==null)return Promise.reject(tr);if(this[pe])return Promise.resolve(he(void 0,!0));if(this[Ce].destroyed)return new Promise(function(ur,cr){$.nextTick(function(){kt[de]?cr(kt[de]):ur(he(void 0,!0))})});var rr=this[Ie],ar;if(rr)ar=new Promise(Ve(rr,this));else{var nr=this[Ce].read();if(nr!==null)return Promise.resolve(he(nr,!1));ar=new Promise(this[_e])}return this[Ie]=ar,ar}},V(j,Symbol.asyncIterator,function(){return this}),V(j,"return",function(){var kt=this;return new Promise(function(tr,rr){kt[Ce].destroy(null,function(ar){if(ar){rr(ar);return}tr(he(void 0,!0))})})}),j),jt),Ue=function(kt){var tr,rr=Object.create(Et,(tr={},V(tr,Ce,{value:kt,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:kt._readableState.endEmitted,writable:!0}),V(tr,_e,{value:function(nr,ur){var cr=rr[Ce].read();cr?(rr[Ie]=null,rr[oe]=null,rr[ue]=null,nr(he(cr,!1))):(rr[oe]=nr,rr[ue]=ur)},writable:!0}),tr));return rr[Ie]=null,ie(kt,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(he(void 0,!0))),rr[pe]=!0}),kt.on("readable",Fe.bind(null,rr)),rr};k.exports=Ue}).call(this)}).call(this,n("_process"))},{"./end-of-stream":480,_process:540}],478:[function(n,k,L){function $(Ne,Fe){var Ve=Object.keys(Ne);if(Object.getOwnPropertySymbols){var jt=Object.getOwnPropertySymbols(Ne);Fe&&(jt=jt.filter(function(Et){return Object.getOwnPropertyDescriptor(Ne,Et).enumerable})),Ve.push.apply(Ve,jt)}return Ve}function j(Ne){for(var Fe=1;Fe<arguments.length;Fe++){var Ve=arguments[Fe]!=null?arguments[Fe]:{};Fe%2?$(Object(Ve),!0).forEach(function(jt){V(Ne,jt,Ve[jt])}):Object.getOwnPropertyDescriptors?Object.defineProperties(Ne,Object.getOwnPropertyDescriptors(Ve)):$(Object(Ve)).forEach(function(jt){Object.defineProperty(Ne,jt,Object.getOwnPropertyDescriptor(Ve,jt))})}return Ne}function V(Ne,Fe,Ve){return Fe=oe(Fe),Fe in Ne?Object.defineProperty(Ne,Fe,{value:Ve,enumerable:!0,configurable:!0,writable:!0}):Ne[Fe]=Ve,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 Ve=0;Ve<Fe.length;Ve++){var jt=Fe[Ve];jt.enumerable=jt.enumerable||!1,jt.configurable=!0,"value"in jt&&(jt.writable=!0),Object.defineProperty(Ne,oe(jt.key),jt)}}function ie(Ne,Fe,Ve){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 Ve=Ne[Symbol.toPrimitive];if(Ve!==void 0){var jt=Ve.call(Ne,Fe||"default");if(typeof jt!="object")return jt;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"),_e=Ie.inspect,Ce=_e&&_e.custom||"inspect";function he(Ne,Fe,Ve){pe.prototype.copy.call(Ne,Fe,Ve)}k.exports=function(){function Ne(){z(this,Ne),this.head=null,this.tail=null,this.length=0}return ie(Ne,[{key:"push",value:function(Ve){var jt={data:Ve,next:null};this.length>0?this.tail.next=jt:this.head=jt,this.tail=jt,++this.length}},{key:"unshift",value:function(Ve){var jt={data:Ve,next:this.head};this.length===0&&(this.tail=jt),this.head=jt,++this.length}},{key:"shift",value:function(){if(this.length!==0){var Ve=this.head.data;return this.length===1?this.head=this.tail=null:this.head=this.head.next,--this.length,Ve}}},{key:"clear",value:function(){this.head=this.tail=null,this.length=0}},{key:"join",value:function(Ve){if(this.length===0)return"";for(var jt=this.head,Et=""+jt.data;jt=jt.next;)Et+=Ve+jt.data;return Et}},{key:"concat",value:function(Ve){if(this.length===0)return pe.alloc(0);for(var jt=pe.allocUnsafe(Ve>>>0),Et=this.head,Ue=0;Et;)he(Et.data,jt,Ue),Ue+=Et.data.length,Et=Et.next;return jt}},{key:"consume",value:function(Ve,jt){var Et;return Ve<this.head.data.length?(Et=this.head.data.slice(0,Ve),this.head.data=this.head.data.slice(Ve)):Ve===this.head.data.length?Et=this.shift():Et=jt?this._getString(Ve):this._getBuffer(Ve),Et}},{key:"first",value:function(){return this.head.data}},{key:"_getString",value:function(Ve){var jt=this.head,Et=1,Ue=jt.data;for(Ve-=Ue.length;jt=jt.next;){var qe=jt.data,kt=Ve>qe.length?qe.length:Ve;if(kt===qe.length?Ue+=qe:Ue+=qe.slice(0,Ve),Ve-=kt,Ve===0){kt===qe.length?(++Et,jt.next?this.head=jt.next:this.head=this.tail=null):(this.head=jt,jt.data=qe.slice(kt));break}++Et}return this.length-=Et,Ue}},{key:"_getBuffer",value:function(Ve){var jt=pe.allocUnsafe(Ve),Et=this.head,Ue=1;for(Et.data.copy(jt),Ve-=Et.data.length;Et=Et.next;){var qe=Et.data,kt=Ve>qe.length?qe.length:Ve;if(qe.copy(jt,jt.length-Ve,0,kt),Ve-=kt,Ve===0){kt===qe.length?(++Ue,Et.next?this.head=Et.next:this.head=this.tail=null):(this.head=Et,Et.data=qe.slice(kt));break}++Ue}return this.length-=Ue,jt}},{key:Ce,value:function(Ve,jt){return _e(this,j(j({},jt),{},{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,_e=this._writableState&&this._writableState.destroyed;return Ie||_e?(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()},_e=ie._writableState&&ie._writableState.finished,Ce=function(){pe=!1,_e=!0,de||ue.call(ie)},he=ie._readableState&&ie._readableState.endEmitted,Ne=function(){de=!1,he=!0,pe||ue.call(ie)},Fe=function(Ue){ue.call(ie,Ue)},Ve=function(){var Ue;if(de&&!he)return(!ie._readableState||!ie._readableState.ended)&&(Ue=new $),ue.call(ie,Ue);if(pe&&!_e)return(!ie._writableState||!ie._writableState.ended)&&(Ue=new $),ue.call(ie,Ue)},jt=function(){ie.req.on("finish",Ce)};return z(ie)?(ie.on("complete",Ce),ie.on("abort",Ve),ie.req?jt():ie.on("request",jt)):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",Ve),function(){ie.removeListener("complete",Ce),ie.removeListener("abort",Ve),ie.removeListener("request",jt),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",Ve)}}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 he=!1;return function(){he||(he=!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,he,Ne,Fe){Fe=j(Fe);var Ve=!1;Ce.on("close",function(){Ve=!0}),$===void 0&&($=n("./end-of-stream")),$(Ce,{readable:he,writable:Ne},function(Et){if(Et)return Fe(Et);Ve=!0,Fe()});var jt=!1;return function(Et){if(!Ve&&!jt){if(jt=!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,he){return Ce.pipe(he)}function Ie(Ce){return!Ce.length||typeof Ce[Ce.length-1]!="function"?ie:Ce.pop()}function _e(){for(var Ce=arguments.length,he=new Array(Ce),Ne=0;Ne<Ce;Ne++)he[Ne]=arguments[Ne];var Fe=Ie(he);if(Array.isArray(he[0])&&(he=he[0]),he.length<2)throw new z("streams");var Ve,jt=he.map(function(Et,Ue){var qe=Ue<he.length-1,kt=Ue>0;return ue(Et,qe,kt,function(tr){Ve||(Ve=tr),tr&&jt.forEach(de),!qe&&(jt.forEach(de),Fe(Ve))})});return he.reduce(pe)}k.exports=_e},{"../../../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 _e=re(BigInt.prototype.valueOf);if(oe)var Ce=re(Symbol.prototype.valueOf);function he(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)||_r(Qr)}L.isArrayBufferView=Fe;function Ve(Qr){return V(Qr)==="Uint8Array"}L.isUint8Array=Ve;function jt(Qr){return V(Qr)==="Uint8ClampedArray"}L.isUint8ClampedArray=jt;function Et(Qr){return V(Qr)==="Uint16Array"}L.isUint16Array=Et;function Ue(Qr){return V(Qr)==="Uint32Array"}L.isUint32Array=Ue;function qe(Qr){return V(Qr)==="Int8Array"}L.isInt8Array=qe;function kt(Qr){return V(Qr)==="Int16Array"}L.isInt16Array=kt;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 mr(Qr){return typeof Map>"u"?!1:cr.working?cr(Qr):Qr instanceof Map}L.isMap=mr;function hr(Qr){return ue(Qr)==="[object Set]"}hr.working=typeof Set<"u"&&hr(new Set);function br(Qr){return typeof Set>"u"?!1:hr.working?hr(Qr):Qr instanceof Set}L.isSet=br;function Rr(Qr){return ue(Qr)==="[object WeakMap]"}Rr.working=typeof WeakMap<"u"&&Rr(new WeakMap);function xr(Qr){return typeof WeakMap>"u"?!1:Rr.working?Rr(Qr):Qr instanceof WeakMap}L.isWeakMap=xr;function Er(Qr){return ue(Qr)==="[object WeakSet]"}Er.working=typeof WeakSet<"u"&&Er(new WeakSet);function vr(Qr){return Er(Qr)}L.isWeakSet=vr;function Ir(Qr){return ue(Qr)==="[object ArrayBuffer]"}Ir.working=typeof ArrayBuffer<"u"&&Ir(new ArrayBuffer);function Lr(Qr){return typeof ArrayBuffer>"u"?!1:Ir.working?Ir(Qr):Qr instanceof ArrayBuffer}L.isArrayBuffer=Lr;function gr(Qr){return ue(Qr)==="[object DataView]"}gr.working=typeof ArrayBuffer<"u"&&typeof DataView<"u"&&gr(new DataView(new ArrayBuffer(1),0,1));function _r(Qr){return typeof DataView>"u"?!1:gr.working?gr(Qr):Qr instanceof DataView}L.isDataView=_r;var Fr=typeof SharedArrayBuffer<"u"?SharedArrayBuffer:void 0;function zr(Qr){return ue(Qr)==="[object SharedArrayBuffer]"}function Vr(Qr){return typeof Fr>"u"?!1:(typeof zr.working>"u"&&(zr.working=zr(new Fr)),zr.working?zr(Qr):Qr instanceof Fr)}L.isSharedArrayBuffer=Vr;function Gr(Qr){return ue(Qr)==="[object AsyncFunction]"}L.isAsyncFunction=Gr;function Tr(Qr){return ue(Qr)==="[object Map Iterator]"}L.isMapIterator=Tr;function Cr(Qr){return ue(Qr)==="[object Set Iterator]"}L.isSetIterator=Cr;function Mr(Qr){return ue(Qr)==="[object Generator]"}L.isGeneratorObject=Mr;function yr(Qr){return ue(Qr)==="[object WebAssembly.Module]"}L.isWebAssemblyCompiledModule=yr;function Sr(Qr){return he(Qr,de)}L.isNumberObject=Sr;function Dr(Qr){return he(Qr,pe)}L.isStringObject=Dr;function kr(Qr){return he(Qr,Ie)}L.isBooleanObject=kr;function Wr(Qr){return ie&&he(Qr,_e)}L.isBigIntObject=Wr;function Kr(Qr){return oe&&he(Qr,Ce)}L.isSymbolObject=Kr;function Nr(Qr){return Sr(Qr)||Dr(Qr)||kr(Qr)||Wr(Qr)||Kr(Qr)}L.isBoxedPrimitive=Nr;function jr(Qr){return typeof Uint8Array<"u"&&(Lr(Qr)||Vr(Qr))}L.isAnyArrayBuffer=jr,["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(Fr){for(var zr=Object.keys(Fr),Vr={},Gr=0;Gr<zr.length;Gr++)Vr[zr[Gr]]=Object.getOwnPropertyDescriptor(Fr,zr[Gr]);return Vr},V=/%[sdj%]/g;L.format=function(_r){if(!kt(_r)){for(var Fr=[],zr=0;zr<arguments.length;zr++)Fr.push(oe(arguments[zr]));return Fr.join(" ")}for(var zr=1,Vr=arguments,Gr=Vr.length,Tr=String(_r).replace(V,function(Mr){if(Mr==="%%")return"%";if(zr>=Gr)return Mr;switch(Mr){case"%s":return String(Vr[zr++]);case"%d":return Number(Vr[zr++]);case"%j":try{return JSON.stringify(Vr[zr++])}catch{return"[Circular]"}default:return Mr}}),Cr=Vr[zr];zr<Gr;Cr=Vr[++zr])Et(Cr)||!nr(Cr)?Tr+=" "+Cr:Tr+=" "+oe(Cr);return Tr},L.deprecate=function(_r,Fr){if(typeof $<"u"&&$.noDeprecation===!0)return _r;if(typeof $>"u")return function(){return L.deprecate(_r,Fr).apply(this,arguments)};var zr=!1;function Vr(){if(!zr){if($.throwDeprecation)throw new Error(Fr);$.traceDeprecation?console.trace(Fr):console.error(Fr),zr=!0}return _r.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(_r){if(_r=_r.toUpperCase(),!z[_r])if(re.test(_r)){var Fr=$.pid;z[_r]=function(){var zr=L.format.apply(L,arguments);console.error("%s %d: %s",_r,Fr,zr)}}else z[_r]=function(){};return z[_r]};function oe(_r,Fr){var zr={seen:[],stylize:de};return arguments.length>=3&&(zr.depth=arguments[2]),arguments.length>=4&&(zr.colors=arguments[3]),jt(Fr)?zr.showHidden=Fr:Fr&&L._extend(zr,Fr),rr(zr.showHidden)&&(zr.showHidden=!1),rr(zr.depth)&&(zr.depth=2),rr(zr.colors)&&(zr.colors=!1),rr(zr.customInspect)&&(zr.customInspect=!0),zr.colors&&(zr.stylize=ue),Ie(zr,_r,zr.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(_r,Fr){var zr=oe.styles[Fr];return zr?"\x1B["+oe.colors[zr][0]+"m"+_r+"\x1B["+oe.colors[zr][1]+"m":_r}function de(_r,Fr){return _r}function pe(_r){var Fr={};return _r.forEach(function(zr,Vr){Fr[zr]=!0}),Fr}function Ie(_r,Fr,zr){if(_r.customInspect&&Fr&&mr(Fr.inspect)&&Fr.inspect!==L.inspect&&!(Fr.constructor&&Fr.constructor.prototype===Fr)){var Vr=Fr.inspect(zr,_r);return kt(Vr)||(Vr=Ie(_r,Vr,zr)),Vr}var Gr=_e(_r,Fr);if(Gr)return Gr;var Tr=Object.keys(Fr),Cr=pe(Tr);if(_r.showHidden&&(Tr=Object.getOwnPropertyNames(Fr)),cr(Fr)&&(Tr.indexOf("message")>=0||Tr.indexOf("description")>=0))return Ce(Fr);if(Tr.length===0){if(mr(Fr)){var Mr=Fr.name?": "+Fr.name:"";return _r.stylize("[Function"+Mr+"]","special")}if(ar(Fr))return _r.stylize(RegExp.prototype.toString.call(Fr),"regexp");if(ur(Fr))return _r.stylize(Date.prototype.toString.call(Fr),"date");if(cr(Fr))return Ce(Fr)}var yr="",Sr=!1,Dr=["{","}"];if(Ve(Fr)&&(Sr=!0,Dr=["[","]"]),mr(Fr)){var kr=Fr.name?": "+Fr.name:"";yr=" [Function"+kr+"]"}if(ar(Fr)&&(yr=" "+RegExp.prototype.toString.call(Fr)),ur(Fr)&&(yr=" "+Date.prototype.toUTCString.call(Fr)),cr(Fr)&&(yr=" "+Ce(Fr)),Tr.length===0&&(!Sr||Fr.length==0))return Dr[0]+yr+Dr[1];if(zr<0)return ar(Fr)?_r.stylize(RegExp.prototype.toString.call(Fr),"regexp"):_r.stylize("[Object]","special");_r.seen.push(Fr);var Wr;return Sr?Wr=he(_r,Fr,zr,Cr,Tr):Wr=Tr.map(function(Kr){return Ne(_r,Fr,zr,Cr,Kr,Sr)}),_r.seen.pop(),Fe(Wr,yr,Dr)}function _e(_r,Fr){if(rr(Fr))return _r.stylize("undefined","undefined");if(kt(Fr)){var zr="'"+JSON.stringify(Fr).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return _r.stylize(zr,"string")}if(qe(Fr))return _r.stylize(""+Fr,"number");if(jt(Fr))return _r.stylize(""+Fr,"boolean");if(Et(Fr))return _r.stylize("null","null")}function Ce(_r){return"["+Error.prototype.toString.call(_r)+"]"}function he(_r,Fr,zr,Vr,Gr){for(var Tr=[],Cr=0,Mr=Fr.length;Cr<Mr;++Cr)vr(Fr,String(Cr))?Tr.push(Ne(_r,Fr,zr,Vr,String(Cr),!0)):Tr.push("");return Gr.forEach(function(yr){yr.match(/^\d+$/)||Tr.push(Ne(_r,Fr,zr,Vr,yr,!0))}),Tr}function Ne(_r,Fr,zr,Vr,Gr,Tr){var Cr,Mr,yr;if(yr=Object.getOwnPropertyDescriptor(Fr,Gr)||{value:Fr[Gr]},yr.get?yr.set?Mr=_r.stylize("[Getter/Setter]","special"):Mr=_r.stylize("[Getter]","special"):yr.set&&(Mr=_r.stylize("[Setter]","special")),vr(Vr,Gr)||(Cr="["+Gr+"]"),Mr||(_r.seen.indexOf(yr.value)<0?(Et(zr)?Mr=Ie(_r,yr.value,null):Mr=Ie(_r,yr.value,zr-1),Mr.indexOf(`
`)>-1&&(Tr?Mr=Mr.split(`
`).map(function(Sr){return" "+Sr}).join(`
`).slice(2):Mr=`
`+Mr.split(`
`).map(function(Sr){return" "+Sr}).join(`
`))):Mr=_r.stylize("[Circular]","special")),rr(Cr)){if(Tr&&Gr.match(/^\d+$/))return Mr;Cr=JSON.stringify(""+Gr),Cr.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(Cr=Cr.slice(1,-1),Cr=_r.stylize(Cr,"name")):(Cr=Cr.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),Cr=_r.stylize(Cr,"string"))}return Cr+": "+Mr}function Fe(_r,Fr,zr){var Vr=_r.reduce(function(Gr,Tr){return Tr.indexOf(`
`)>=0,Gr+Tr.replace(/\u001b\[\d\d?m/g,"").length+1},0);return Vr>60?zr[0]+(Fr===""?"":Fr+`
`)+" "+_r.join(`,
`)+" "+zr[1]:zr[0]+Fr+" "+_r.join(", ")+" "+zr[1]}L.types=n("./support/types");function Ve(_r){return Array.isArray(_r)}L.isArray=Ve;function jt(_r){return typeof _r=="boolean"}L.isBoolean=jt;function Et(_r){return _r===null}L.isNull=Et;function Ue(_r){return _r==null}L.isNullOrUndefined=Ue;function qe(_r){return typeof _r=="number"}L.isNumber=qe;function kt(_r){return typeof _r=="string"}L.isString=kt;function tr(_r){return typeof _r=="symbol"}L.isSymbol=tr;function rr(_r){return _r===void 0}L.isUndefined=rr;function ar(_r){return nr(_r)&&br(_r)==="[object RegExp]"}L.isRegExp=ar,L.types.isRegExp=ar;function nr(_r){return typeof _r=="object"&&_r!==null}L.isObject=nr;function ur(_r){return nr(_r)&&br(_r)==="[object Date]"}L.isDate=ur,L.types.isDate=ur;function cr(_r){return nr(_r)&&(br(_r)==="[object Error]"||_r instanceof Error)}L.isError=cr,L.types.isNativeError=cr;function mr(_r){return typeof _r=="function"}L.isFunction=mr;function hr(_r){return _r===null||typeof _r=="boolean"||typeof _r=="number"||typeof _r=="string"||typeof _r=="symbol"||typeof _r>"u"}L.isPrimitive=hr,L.isBuffer=n("./support/isBuffer");function br(_r){return Object.prototype.toString.call(_r)}function Rr(_r){return _r<10?"0"+_r.toString(10):_r.toString(10)}var xr=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function Er(){var _r=new Date,Fr=[Rr(_r.getHours()),Rr(_r.getMinutes()),Rr(_r.getSeconds())].join(":");return[_r.getDate(),xr[_r.getMonth()],Fr].join(" ")}L.log=function(){console.log("%s - %s",Er(),L.format.apply(L,arguments))},L.inherits=n("inherits"),L._extend=function(_r,Fr){if(!Fr||!nr(Fr))return _r;for(var zr=Object.keys(Fr),Vr=zr.length;Vr--;)_r[zr[Vr]]=Fr[zr[Vr]];return _r};function vr(_r,Fr){return Object.prototype.hasOwnProperty.call(_r,Fr)}var Ir=typeof Symbol<"u"?Symbol("util.promisify.custom"):void 0;L.promisify=function(Fr){if(typeof Fr!="function")throw new TypeError('The "original" argument must be of type Function');if(Ir&&Fr[Ir]){var zr=Fr[Ir];if(typeof zr!="function")throw new TypeError('The "util.promisify.custom" argument must be of type Function');return Object.defineProperty(zr,Ir,{value:zr,enumerable:!1,writable:!1,configurable:!0}),zr}function zr(){for(var Vr,Gr,Tr=new Promise(function(yr,Sr){Vr=yr,Gr=Sr}),Cr=[],Mr=0;Mr<arguments.length;Mr++)Cr.push(arguments[Mr]);Cr.push(function(yr,Sr){yr?Gr(yr):Vr(Sr)});try{Fr.apply(this,Cr)}catch(yr){Gr(yr)}return Tr}return Object.setPrototypeOf(zr,Object.getPrototypeOf(Fr)),Ir&&Object.defineProperty(zr,Ir,{value:zr,enumerable:!1,writable:!1,configurable:!0}),Object.defineProperties(zr,j(Fr))},L.promisify.custom=Ir;function Lr(_r,Fr){if(!_r){var zr=new Error("Promise was rejected with a falsy value");zr.reason=_r,_r=zr}return Fr(_r)}function gr(_r){if(typeof _r!="function")throw new TypeError('The "original" argument must be of type Function');function Fr(){for(var zr=[],Vr=0;Vr<arguments.length;Vr++)zr.push(arguments[Vr]);var Gr=zr.pop();if(typeof Gr!="function")throw new TypeError("The last argument must be of type Function");var Tr=this,Cr=function(){return Gr.apply(Tr,arguments)};_r.apply(this,zr).then(function(Mr){$.nextTick(Cr.bind(null,null,Mr))},function(Mr){$.nextTick(Lr.bind(null,Mr,Cr))})}return Object.setPrototypeOf(Fr,Object.getPrototypeOf(_r)),Object.defineProperties(Fr,j(_r)),Fr}L.callbackify=gr}).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"),_e=Object.getPrototypeOf,Ce=re("Array.prototype.indexOf",!0)||function(jt,Et){for(var Ue=0;Ue<jt.length;Ue+=1)if(jt[Ue]===Et)return Ue;return-1},he={__proto__:null};ue&&ie&&_e?j(pe,function(Ve){var jt=new de[Ve];if(Symbol.toStringTag in jt){var Et=_e(jt),Ue=ie(Et,Symbol.toStringTag);if(!Ue){var qe=_e(Et);Ue=ie(qe,Symbol.toStringTag)}he["$"+Ve]=z(Ue.get)}}):j(pe,function(Ve){var jt=new de[Ve],Et=jt.slice||jt.set;Et&&(he["$"+Ve]=z(Et))});var Ne=function(jt){var Et=!1;return j(he,function(Ue,qe){if(!Et)try{"$"+Ue(jt)===qe&&(Et=Ie(qe,1))}catch{}}),Et},Fe=function(jt){var Et=!1;return j(he,function(Ue,qe){if(!Et)try{Ue(jt),Et=Ie(qe,1)}catch{}}),Et};k.exports=function(jt){if(!jt||typeof jt!="object")return!1;if(!ue){var Et=Ie(oe(jt),8,-1);return Ce(pe,Et)>-1?Et:Et!=="Object"?!1:Fe(jt)}return ie?Ne(jt):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,_e,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(he){return function(Ne,Fe){var Ve,jt,Et,Ue,qe,kt;if(typeof Fe!="object")he.options.cdata&&z(Fe)?Ne.raw(re(Fe)):Ne.txt(Fe);else if(Array.isArray(Fe)){for(Ue in Fe)if(ie.call(Fe,Ue)){jt=Fe[Ue];for(qe in jt)Et=jt[qe],Ne=Ie(Ne.ele(qe),Et).up()}}else for(qe in Fe)if(ie.call(Fe,qe))if(jt=Fe[qe],qe===de){if(typeof jt=="object")for(Ve in jt)kt=jt[Ve],Ne=Ne.att(Ve,kt)}else if(qe===pe)he.options.cdata&&z(jt)?Ne=Ne.raw(re(jt)):Ne=Ne.txt(jt);else if(Array.isArray(jt))for(Ue in jt)ie.call(jt,Ue)&&(Et=jt[Ue],typeof Et=="string"?he.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 jt=="object"?Ne=Ie(Ne.ele(qe),jt).up():typeof jt=="string"&&he.options.cdata&&z(jt)?Ne=Ne.ele(qe).raw(re(jt)).up():(jt==null&&(jt=""),Ne=Ne.ele(qe,jt.toString()).up());return Ne}}(this),_e=$.create(Ce,this.options.xmldec,this.options.doctype,{headless:this.options.headless,allowSurrogateChars:this.options.allowSurrogateChars}),Ie(_e,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,he){return function(){return Ce.apply(he,arguments)}},Ie=function(Ce,he){for(var Ne in he)_e.call(he,Ne)&&(Ce[Ne]=he[Ne]);function Fe(){this.constructor=Ce}return Fe.prototype=he.prototype,Ce.prototype=new Fe,Ce.__super__=he.prototype,Ce},_e={}.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,he,Ne){var Fe,Ve,jt;for(Fe=0,Ve=Ce.length;Fe<Ve;Fe++)jt=Ce[Fe],he=jt(he,Ne);return he},V=function(Ce,he,Ne){var Fe;return Fe=Object.create(null),Fe.value=Ne,Fe.writable=!0,Fe.enumerable=!0,Fe.configurable=!0,Object.defineProperty(Ce,he,Fe)},L.Parser=function(Ce){Ie(he,Ce);function he(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,Ve,jt;if(!(this instanceof L.Parser))return new L.Parser(Ne);this.options={},Ve=j["0.2"];for(Fe in Ve)_e.call(Ve,Fe)&&(jt=Ve[Fe],this.options[Fe]=jt);for(Fe in Ne)_e.call(Ne,Fe)&&(jt=Ne[Fe],this.options[Fe]=jt);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 he.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(Ve){if(Fe=Ve,!this.saxParser.errThrown)return this.saxParser.errThrown=!0,this.emit(Fe)}},he.prototype.assignOrPush=function(Ne,Fe,Ve){return Fe in Ne?(Ne[Fe]instanceof Array||V(Ne,Fe,[Ne[Fe]]),Ne[Fe].push(Ve)):this.options.explicitArray?V(Ne,Fe,[Ve]):V(Ne,Fe,Ve)},he.prototype.reset=function(){var Ne,Fe,Ve,jt;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(Ue){if(Et.saxParser.resume(),!Et.saxParser.errThrown)return Et.saxParser.errThrown=!0,Et.emit("error",Ue)}}(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,jt=[],Ne=this.options.attrkey,Fe=this.options.charkey,this.saxParser.onopentag=function(Et){return function(Ue){var qe,kt,tr,rr,ar;if(tr={},tr[Fe]="",!Et.options.ignoreAttrs){ar=Ue.attributes;for(qe in ar)_e.call(ar,qe)&&(!(Ne in tr)&&!Et.options.mergeAttrs&&(tr[Ne]={}),kt=Et.options.attrValueProcessors?ie(Et.options.attrValueProcessors,Ue.attributes[qe],qe):Ue.attributes[qe],rr=Et.options.attrNameProcessors?ie(Et.options.attrNameProcessors,qe):qe,Et.options.mergeAttrs?Et.assignOrPush(tr,rr,kt):V(tr[Ne],rr,kt))}return tr["#name"]=Et.options.tagNameProcessors?ie(Et.options.tagNameProcessors,Ue.name):Ue.name,Et.options.xmlns&&(tr[Et.options.xmlnskey]={uri:Ue.uri,local:Ue.local}),jt.push(tr)}}(this),this.saxParser.onclosetag=function(Et){return function(){var Ue,qe,kt,tr,rr,ar,nr,ur,cr,mr;if(ar=jt.pop(),rr=ar["#name"],(!Et.options.explicitChildren||!Et.options.preserveChildrenOrder)&&delete ar["#name"],ar.cdata===!0&&(Ue=ar.cdata,delete ar.cdata),cr=jt[jt.length-1],ar[Fe].match(/^\s*$/)&&!Ue?(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&&(mr="/"+function(){var hr,br,Rr;for(Rr=[],hr=0,br=jt.length;hr<br;hr++)tr=jt[hr],Rr.push(tr["#name"]);return Rr}().concat(rr).join("/"),function(){var hr;try{return ar=Et.options.validator(mr,cr&&cr[rr],ar)}catch(br){return hr=br,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(kt in ar)_e.call(ar,kt)&&V(nr,kt,ar[kt]);cr[Et.options.childkey].push(nr),delete ar["#name"],Object.keys(ar).length===1&&Fe in ar&&!Et.EXPLICIT_CHARKEY&&(ar=ar[Fe])}}return jt.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),Ve=function(Et){return function(Ue){var qe,kt;if(kt=jt[jt.length-1],kt)return kt[Fe]+=Ue,Et.options.explicitChildren&&Et.options.preserveChildrenOrder&&Et.options.charsAsChildren&&(Et.options.includeWhiteChars||Ue.replace(/\\n/g,"").trim()!=="")&&(kt[Et.options.childkey]=kt[Et.options.childkey]||[],qe={"#name":"__text__"},qe[Fe]=Ue,Et.options.normalize&&(qe[Fe]=qe[Fe].replace(/\s{2,}/g," ").trim()),kt[Et.options.childkey].push(qe)),kt}}(this),this.saxParser.ontext=Ve,this.saxParser.oncdata=function(Et){return function(Ue){var qe;if(qe=Ve(Ue),qe)return qe.cdata=!0}}()},he.prototype.parseString=function(Ne,Fe){var Ve;Fe!=null&&typeof Fe=="function"&&(this.on("end",function(jt){return this.reset(),Fe(null,jt)}),this.on("error",function(jt){return this.reset(),Fe(jt)}));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(jt){if(Ve=jt,this.saxParser.errThrown||this.saxParser.ended){if(this.saxParser.ended)throw Ve}else return this.emit("error",Ve),this.saxParser.errThrown=!0}},he.prototype.parseStringPromise=function(Ne){return new Promise(function(Fe){return function(Ve,jt){return Fe.parseString(Ne,function(Et,Ue){return Et?jt(Et):Ve(Ue)})}}(this))},he}(z),L.parseString=function(Ce,he,Ne){var Fe,Ve,jt;return Ne!=null?(typeof Ne=="function"&&(Fe=Ne),typeof he=="object"&&(Ve=he)):(typeof he=="function"&&(Fe=he),Ve={}),jt=new L.Parser(Ve),jt.parseString(Ce,Fe)},L.parseStringPromise=function(Ce,he){var Ne,Fe;return typeof he=="object"&&(Ne=he),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,_e,Ce,he,Ne;if(Ne=arguments[0],he=2<=arguments.length?ue.call(arguments,1):[],re(Object.assign))Object.assign.apply(null,arguments);else for(pe=0,_e=he.length;pe<_e;pe++)if(Ce=he[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,_e;return ie(pe)&&(_e=Object.getPrototypeOf(pe))&&(Ie=_e.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,_e){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(_e&&!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),_e&&(this.defaultValue=this.stringify.dtdAttDefault(_e)),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 _e;oe.__super__.constructor.call(this,ue),V(de)&&(_e=de,de=_e.version,pe=_e.encoding,Ie=_e.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,_e){for(var Ce in _e)pe.call(_e,Ce)&&(Ie[Ce]=_e[Ce]);function he(){this.constructor=Ie}return he.prototype=_e.prototype,Ie.prototype=new he,Ie.__super__=_e.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(_e,Ie);function _e(Ce,he,Ne){var Fe,Ve,jt,Et,Ue,qe;if(_e.__super__.constructor.call(this,Ce),this.type=$.DocType,Ce.children){for(Et=Ce.children,Ve=0,jt=Et.length;Ve<jt;Ve++)if(Fe=Et[Ve],Fe.type===$.Element){this.name=Fe.name;break}}this.documentObject=Ce,ue(he)&&(Ue=he,he=Ue.pubID,Ne=Ue.sysID),Ne==null&&(qe=[he,Ne],Ne=qe[0],he=qe[1]),he!=null&&(this.pubID=this.stringify.dtdPubID(he)),Ne!=null&&(this.sysID=this.stringify.dtdSysID(Ne))}return Object.defineProperty(_e.prototype,"entities",{get:function(){var Ce,he,Ne,Fe,Ve;for(Fe={},Ve=this.children,he=0,Ne=Ve.length;he<Ne;he++)Ce=Ve[he],Ce.type===$.EntityDeclaration&&!Ce.pe&&(Fe[Ce.name]=Ce);return new ie(Fe)}}),Object.defineProperty(_e.prototype,"notations",{get:function(){var Ce,he,Ne,Fe,Ve;for(Fe={},Ve=this.children,he=0,Ne=Ve.length;he<Ne;he++)Ce=Ve[he],Ce.type===$.NotationDeclaration&&(Fe[Ce.name]=Ce);return new ie(Fe)}}),Object.defineProperty(_e.prototype,"publicId",{get:function(){return this.pubID}}),Object.defineProperty(_e.prototype,"systemId",{get:function(){return this.sysID}}),Object.defineProperty(_e.prototype,"internalSubset",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),_e.prototype.element=function(Ce,he){var Ne;return Ne=new V(this,Ce,he),this.children.push(Ne),this},_e.prototype.attList=function(Ce,he,Ne,Fe,Ve){var jt;return jt=new j(this,Ce,he,Ne,Fe,Ve),this.children.push(jt),this},_e.prototype.entity=function(Ce,he){var Ne;return Ne=new z(this,!1,Ce,he),this.children.push(Ne),this},_e.prototype.pEntity=function(Ce,he){var Ne;return Ne=new z(this,!0,Ce,he),this.children.push(Ne),this},_e.prototype.notation=function(Ce,he){var Ne;return Ne=new re(this,Ce,he),this.children.push(Ne),this},_e.prototype.toString=function(Ce){return this.options.writer.docType(this,this.options.writer.filterOptions(Ce))},_e.prototype.ele=function(Ce,he){return this.element(Ce,he)},_e.prototype.att=function(Ce,he,Ne,Fe,Ve){return this.attList(Ce,he,Ne,Fe,Ve)},_e.prototype.ent=function(Ce,he){return this.entity(Ce,he)},_e.prototype.pent=function(Ce,he){return this.pEntity(Ce,he)},_e.prototype.not=function(Ce,he){return this.notation(Ce,he)},_e.prototype.up=function(){return this.root()||this.documentObject},_e.prototype.isEqualNode=function(Ce){return!(!_e.__super__.isEqualNode.apply(this,arguments).isEqualNode(Ce)||Ce.name!==this.name||Ce.publicId!==this.publicId||Ce.systemId!==this.systemId)},_e}(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 _e in Ie)de.call(Ie,_e)&&(pe[_e]=Ie[_e]);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(_e){Ie.__super__.constructor.call(this,null),this.name="#document",this.type=$.Document,this.documentURI=null,this.domConfig=new j,_e||(_e={}),_e.writer||(_e.writer=new re),this.options=_e,this.stringify=new ie(_e)}return Object.defineProperty(Ie.prototype,"implementation",{value:new V}),Object.defineProperty(Ie.prototype,"doctype",{get:function(){var _e,Ce,he,Ne;for(Ne=this.children,Ce=0,he=Ne.length;Ce<he;Ce++)if(_e=Ne[Ce],_e.type===$.DocType)return _e;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(_e){var Ce;return Ce={},_e?oe(_e)&&(Ce=_e,_e=this.options.writer):_e=this.options.writer,_e.document(this,_e.filterOptions(Ce))},Ie.prototype.toString=function(_e){return this.options.writer.document(this,this.options.writer.filterOptions(_e))},Ie.prototype.createElement=function(_e){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(_e){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ie.prototype.createComment=function(_e){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ie.prototype.createCDATASection=function(_e){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ie.prototype.createProcessingInstruction=function(_e,Ce){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ie.prototype.createAttribute=function(_e){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ie.prototype.createEntityReference=function(_e){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ie.prototype.getElementsByTagName=function(_e){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ie.prototype.importNode=function(_e,Ce){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ie.prototype.createElementNS=function(_e,Ce){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ie.prototype.createAttributeNS=function(_e,Ce){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ie.prototype.getElementsByTagNameNS=function(_e,Ce){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ie.prototype.getElementById=function(_e){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ie.prototype.adoptNode=function(_e){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(_e,Ce,he){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ie.prototype.getElementsByClassName=function(_e){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ie.prototype.createEvent=function(_e){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(_e,Ce,he){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ie.prototype.createTreeWalker=function(_e,Ce,he){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,_e,Ce,he,Ne,Fe,Ve,jt,Et,Ue,qe,kt,tr,rr={}.hasOwnProperty;tr=n("./Utility"),qe=tr.isObject,Ue=tr.isFunction,kt=tr.isPlainObject,Et=tr.getValue,$=n("./NodeType"),_e=n("./XMLDocument"),Ce=n("./XMLElement"),z=n("./XMLCData"),re=n("./XMLComment"),Ne=n("./XMLRaw"),jt=n("./XMLText"),he=n("./XMLProcessingInstruction"),pe=n("./XMLDeclaration"),Ie=n("./XMLDocType"),ie=n("./XMLDTDAttList"),ue=n("./XMLDTDEntity"),oe=n("./XMLDTDElement"),de=n("./XMLDTDNotation"),V=n("./XMLAttribute"),Ve=n("./XMLStringifier"),Fe=n("./XMLStringWriter"),j=n("./WriterState"),k.exports=function(){function ar(nr,ur,cr){var mr;this.name="?xml",this.type=$.Document,nr||(nr={}),mr={},nr.writer?kt(nr.writer)&&(mr=nr.writer,nr.writer=new Fe):nr.writer=new Fe,this.options=nr,this.writer=nr.writer,this.writerOptions=this.writer.filterOptions(mr),this.stringify=new Ve(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,mr,hr,br,Rr,xr,Er;switch(nr.type){case $.CData:this.cdata(nr.value);break;case $.Comment:this.comment(nr.value);break;case $.Element:mr={},xr=nr.attribs;for(cr in xr)rr.call(xr,cr)&&(ur=xr[cr],mr[cr]=ur.value);this.node(nr.name,mr);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(Er=nr.children,br=0,Rr=Er.length;br<Rr;br++)hr=Er[br],this.createChildNode(hr),hr.type===$.Element&&this.up();return this},ar.prototype.dummy=function(){return this},ar.prototype.node=function(nr,ur,cr){var mr;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)||(mr=[ur,cr],cr=mr[0],ur=mr[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 mr,hr,br,Rr,xr,Er;if(this.currentNode&&this.currentNode.type===$.DocType)this.dtdElement.apply(this,arguments);else if(Array.isArray(nr)||qe(nr)||Ue(nr))for(Rr=this.options.noValidation,this.options.noValidation=!0,Er=new _e(this.options).element("TEMP_ROOT"),Er.element(nr),this.options.noValidation=Rr,xr=Er.children,hr=0,br=xr.length;hr<br;hr++)mr=xr[hr],this.createChildNode(mr),mr.type===$.Element&&this.up();else this.node(nr,ur,cr);return this},ar.prototype.attribute=function(nr,ur){var cr,mr;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)&&(mr=nr[cr],this.attribute(cr,mr));else Ue(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 jt(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,mr,hr,br,Rr;if(this.openCurrent(),nr!=null&&(nr=Et(nr)),ur!=null&&(ur=Et(ur)),Array.isArray(nr))for(cr=0,br=nr.length;cr<br;cr++)mr=nr[cr],this.instruction(mr);else if(qe(nr))for(mr in nr)rr.call(nr,mr)&&(hr=nr[mr],this.instruction(mr,hr));else Ue(ur)&&(ur=ur.apply()),Rr=new he(this,nr,ur),this.onData(this.writer.processingInstruction(Rr,this.writerOptions,this.currentLevel+1),this.currentLevel+1);return this},ar.prototype.declaration=function(nr,ur,cr){var mr;if(this.openCurrent(),this.documentStarted)throw new Error("declaration() must be the first node.");return mr=new pe(this,nr,ur,cr),this.onData(this.writer.declaration(mr,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,mr,hr){var br;return this.openCurrent(),br=new ie(this,nr,ur,cr,mr,hr),this.onData(this.writer.dtdAttList(br,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,mr,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(mr in hr)rr.call(hr,mr)&&(ur=hr[mr],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,_e){for(var Ce in _e)pe.call(_e,Ce)&&(Ie[Ce]=_e[Ce]);function he(){this.constructor=Ie}return he.prototype=_e.prototype,Ie.prototype=new he,Ie.__super__=_e.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(_e,Ie);function _e(Ce,he,Ne){var Fe,Ve,jt,Et;if(_e.__super__.constructor.call(this,Ce),he==null)throw new Error("Missing element name. "+this.debugInfo());if(this.name=this.stringify.name(he),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,Ve=0,jt=Et.length;Ve<jt;Ve++)if(Fe=Et[Ve],Fe.type===$.DocType){Fe.name=this.name;break}}}return Object.defineProperty(_e.prototype,"tagName",{get:function(){return this.name}}),Object.defineProperty(_e.prototype,"namespaceURI",{get:function(){return""}}),Object.defineProperty(_e.prototype,"prefix",{get:function(){return""}}),Object.defineProperty(_e.prototype,"localName",{get:function(){return this.name}}),Object.defineProperty(_e.prototype,"id",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),Object.defineProperty(_e.prototype,"className",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),Object.defineProperty(_e.prototype,"classList",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),Object.defineProperty(_e.prototype,"attributes",{get:function(){return(!this.attributeMap||!this.attributeMap.nodes)&&(this.attributeMap=new V(this.attribs)),this.attributeMap}}),_e.prototype.clone=function(){var Ce,he,Ne,Fe;Ne=Object.create(this),Ne.isRoot&&(Ne.documentObject=null),Ne.attribs={},Fe=this.attribs;for(he in Fe)pe.call(Fe,he)&&(Ce=Fe[he],Ne.attribs[he]=Ce.clone());return Ne.children=[],this.children.forEach(function(Ve){var jt;return jt=Ve.clone(),jt.parent=Ne,Ne.children.push(jt)}),Ne},_e.prototype.attribute=function(Ce,he){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(he)&&(he=he.apply()),this.options.keepNullAttributes&&he==null?this.attribs[Ce]=new j(this,Ce,""):he!=null&&(this.attribs[Ce]=new j(this,Ce,he));return this},_e.prototype.removeAttribute=function(Ce){var he,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++)he=Ce[Ne],delete this.attribs[he];else delete this.attribs[Ce];return this},_e.prototype.toString=function(Ce){return this.options.writer.element(this,this.options.writer.filterOptions(Ce))},_e.prototype.att=function(Ce,he){return this.attribute(Ce,he)},_e.prototype.a=function(Ce,he){return this.attribute(Ce,he)},_e.prototype.getAttribute=function(Ce){return this.attribs.hasOwnProperty(Ce)?this.attribs[Ce].value:null},_e.prototype.setAttribute=function(Ce,he){throw new Error("This DOM method is not implemented."+this.debugInfo())},_e.prototype.getAttributeNode=function(Ce){return this.attribs.hasOwnProperty(Ce)?this.attribs[Ce]:null},_e.prototype.setAttributeNode=function(Ce){throw new Error("This DOM method is not implemented."+this.debugInfo())},_e.prototype.removeAttributeNode=function(Ce){throw new Error("This DOM method is not implemented."+this.debugInfo())},_e.prototype.getElementsByTagName=function(Ce){throw new Error("This DOM method is not implemented."+this.debugInfo())},_e.prototype.getAttributeNS=function(Ce,he){throw new Error("This DOM method is not implemented."+this.debugInfo())},_e.prototype.setAttributeNS=function(Ce,he,Ne){throw new Error("This DOM method is not implemented."+this.debugInfo())},_e.prototype.removeAttributeNS=function(Ce,he){throw new Error("This DOM method is not implemented."+this.debugInfo())},_e.prototype.getAttributeNodeNS=function(Ce,he){throw new Error("This DOM method is not implemented."+this.debugInfo())},_e.prototype.setAttributeNodeNS=function(Ce){throw new Error("This DOM method is not implemented."+this.debugInfo())},_e.prototype.getElementsByTagNameNS=function(Ce,he){throw new Error("This DOM method is not implemented."+this.debugInfo())},_e.prototype.hasAttribute=function(Ce){return this.attribs.hasOwnProperty(Ce)},_e.prototype.hasAttributeNS=function(Ce,he){throw new Error("This DOM method is not implemented."+this.debugInfo())},_e.prototype.setIdAttribute=function(Ce,he){return this.attribs.hasOwnProperty(Ce)?this.attribs[Ce].isId:he},_e.prototype.setIdAttributeNS=function(Ce,he,Ne){throw new Error("This DOM method is not implemented."+this.debugInfo())},_e.prototype.setIdAttributeNode=function(Ce,he){throw new Error("This DOM method is not implemented."+this.debugInfo())},_e.prototype.getElementsByTagName=function(Ce){throw new Error("This DOM method is not implemented."+this.debugInfo())},_e.prototype.getElementsByTagNameNS=function(Ce,he){throw new Error("This DOM method is not implemented."+this.debugInfo())},_e.prototype.getElementsByClassName=function(Ce){throw new Error("This DOM method is not implemented."+this.debugInfo())},_e.prototype.isEqualNode=function(Ce){var he,Ne,Fe;if(!_e.__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(he=Ne=0,Fe=this.attribs.length-1;0<=Fe?Ne<=Fe:Ne>=Fe;he=0<=Fe?++Ne:--Ne)if(!this.attribs[he].isEqualNode(Ce.attribs[he]))return!1;return!0},_e}(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,_e,Ce,he,Ne,Fe,Ve,jt={}.hasOwnProperty;Ve=n("./Utility"),Fe=Ve.isObject,Ne=Ve.isFunction,he=Ve.isEmpty,Ce=Ve.getValue,ue=null,V=null,z=null,re=null,ie=null,Ie=null,_e=null,pe=null,oe=null,j=null,de=null,$=null,k.exports=function(){function Et(Ue){this.parent=Ue,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"),_e=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 Ue;return Ue=this.parent.children.indexOf(this),this.parent.children[Ue-1]||null}}),Object.defineProperty(Et.prototype,"nextSibling",{get:function(){var Ue;return Ue=this.parent.children.indexOf(this),this.parent.children[Ue+1]||null}}),Object.defineProperty(Et.prototype,"ownerDocument",{get:function(){return this.document()||null}}),Object.defineProperty(Et.prototype,"textContent",{get:function(){var Ue,qe,kt,tr,rr;if(this.nodeType===j.Element||this.nodeType===j.DocumentFragment){for(rr="",tr=this.children,qe=0,kt=tr.length;qe<kt;qe++)Ue=tr[qe],Ue.textContent&&(rr+=Ue.textContent);return rr}else return null},set:function(Ue){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),Et.prototype.setParent=function(Ue){var qe,kt,tr,rr,ar;for(this.parent=Ue,Ue&&(this.options=Ue.options,this.stringify=Ue.stringify),rr=this.children,ar=[],kt=0,tr=rr.length;kt<tr;kt++)qe=rr[kt],ar.push(qe.setParent(this));return ar},Et.prototype.element=function(Ue,qe,kt){var tr,rr,ar,nr,ur,cr,mr,hr,br,Rr,xr;if(cr=null,qe===null&&kt==null&&(br=[{},null],qe=br[0],kt=br[1]),qe==null&&(qe={}),qe=Ce(qe),Fe(qe)||(Rr=[qe,kt],kt=Rr[0],qe=Rr[1]),Ue!=null&&(Ue=Ce(Ue)),Array.isArray(Ue))for(ar=0,mr=Ue.length;ar<mr;ar++)rr=Ue[ar],cr=this.element(rr);else if(Ne(Ue))cr=this.element(Ue.apply());else if(Fe(Ue)){for(ur in Ue)if(jt.call(Ue,ur))if(xr=Ue[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)&&he(xr))cr=this.dummy();else if(Fe(xr)&&he(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&&kt===null?cr=this.dummy():!this.options.ignoreDecorators&&this.stringify.convertTextKey&&Ue.indexOf(this.stringify.convertTextKey)===0?cr=this.text(kt):!this.options.ignoreDecorators&&this.stringify.convertCDataKey&&Ue.indexOf(this.stringify.convertCDataKey)===0?cr=this.cdata(kt):!this.options.ignoreDecorators&&this.stringify.convertCommentKey&&Ue.indexOf(this.stringify.convertCommentKey)===0?cr=this.comment(kt):!this.options.ignoreDecorators&&this.stringify.convertRawKey&&Ue.indexOf(this.stringify.convertRawKey)===0?cr=this.raw(kt):!this.options.ignoreDecorators&&this.stringify.convertPIKey&&Ue.indexOf(this.stringify.convertPIKey)===0?cr=this.instruction(Ue.substr(this.stringify.convertPIKey.length),kt):cr=this.node(Ue,qe,kt);if(cr==null)throw new Error("Could not create any elements with: "+Ue+". "+this.debugInfo());return cr},Et.prototype.insertBefore=function(Ue,qe,kt){var tr,rr,ar,nr,ur;if(Ue!=null&&Ue.type)return ar=Ue,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(Ue));return rr=this.parent.children.indexOf(this),ur=this.parent.children.splice(rr),tr=this.parent.element(Ue,qe,kt),Array.prototype.push.apply(this.parent.children,ur),tr},Et.prototype.insertAfter=function(Ue,qe,kt){var tr,rr,ar;if(this.isRoot)throw new Error("Cannot insert elements at root level. "+this.debugInfo(Ue));return rr=this.parent.children.indexOf(this),ar=this.parent.children.splice(rr+1),tr=this.parent.element(Ue,qe,kt),Array.prototype.push.apply(this.parent.children,ar),tr},Et.prototype.remove=function(){var Ue;if(this.isRoot)throw new Error("Cannot remove the root element. "+this.debugInfo());return Ue=this.parent.children.indexOf(this),[].splice.apply(this.parent.children,[Ue,Ue-Ue+1].concat([])),this.parent},Et.prototype.node=function(Ue,qe,kt){var tr,rr;return Ue!=null&&(Ue=Ce(Ue)),qe||(qe={}),qe=Ce(qe),Fe(qe)||(rr=[qe,kt],kt=rr[0],qe=rr[1]),tr=new ue(this,Ue,qe),kt!=null&&tr.text(kt),this.children.push(tr),tr},Et.prototype.text=function(Ue){var qe;return Fe(Ue)&&this.element(Ue),qe=new _e(this,Ue),this.children.push(qe),this},Et.prototype.cdata=function(Ue){var qe;return qe=new V(this,Ue),this.children.push(qe),this},Et.prototype.comment=function(Ue){var qe;return qe=new z(this,Ue),this.children.push(qe),this},Et.prototype.commentBefore=function(Ue){var qe,kt;return qe=this.parent.children.indexOf(this),kt=this.parent.children.splice(qe),this.parent.comment(Ue),Array.prototype.push.apply(this.parent.children,kt),this},Et.prototype.commentAfter=function(Ue){var qe,kt;return qe=this.parent.children.indexOf(this),kt=this.parent.children.splice(qe+1),this.parent.comment(Ue),Array.prototype.push.apply(this.parent.children,kt),this},Et.prototype.raw=function(Ue){var qe;return qe=new Ie(this,Ue),this.children.push(qe),this},Et.prototype.dummy=function(){var Ue;return Ue=new oe(this),Ue},Et.prototype.instruction=function(Ue,qe){var kt,tr,rr,ar,nr;if(Ue!=null&&(Ue=Ce(Ue)),qe!=null&&(qe=Ce(qe)),Array.isArray(Ue))for(ar=0,nr=Ue.length;ar<nr;ar++)kt=Ue[ar],this.instruction(kt);else if(Fe(Ue))for(kt in Ue)jt.call(Ue,kt)&&(tr=Ue[kt],this.instruction(kt,tr));else Ne(qe)&&(qe=qe.apply()),rr=new pe(this,Ue,qe),this.children.push(rr);return this},Et.prototype.instructionBefore=function(Ue,qe){var kt,tr;return kt=this.parent.children.indexOf(this),tr=this.parent.children.splice(kt),this.parent.instruction(Ue,qe),Array.prototype.push.apply(this.parent.children,tr),this},Et.prototype.instructionAfter=function(Ue,qe){var kt,tr;return kt=this.parent.children.indexOf(this),tr=this.parent.children.splice(kt+1),this.parent.instruction(Ue,qe),Array.prototype.push.apply(this.parent.children,tr),this},Et.prototype.declaration=function(Ue,qe,kt){var tr,rr;return tr=this.document(),rr=new re(tr,Ue,qe,kt),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(Ue,qe){var kt,tr,rr,ar,nr,ur,cr,mr,hr,br;for(tr=this.document(),rr=new ie(tr,Ue,qe),hr=tr.children,ar=nr=0,cr=hr.length;nr<cr;ar=++nr)if(kt=hr[ar],kt.type===j.DocType)return tr.children[ar]=rr,rr;for(br=tr.children,ar=ur=0,mr=br.length;ur<mr;ar=++ur)if(kt=br[ar],kt.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 Ue;for(Ue=this;Ue;){if(Ue.type===j.Document)return Ue.rootObject;if(Ue.isRoot)return Ue;Ue=Ue.parent}},Et.prototype.document=function(){var Ue;for(Ue=this;Ue;){if(Ue.type===j.Document)return Ue;Ue=Ue.parent}},Et.prototype.end=function(Ue){return this.document().end(Ue)},Et.prototype.prev=function(){var Ue;if(Ue=this.parent.children.indexOf(this),Ue<1)throw new Error("Already at the first node. "+this.debugInfo());return this.parent.children[Ue-1]},Et.prototype.next=function(){var Ue;if(Ue=this.parent.children.indexOf(this),Ue===-1||Ue===this.parent.children.length-1)throw new Error("Already at the last node. "+this.debugInfo());return this.parent.children[Ue+1]},Et.prototype.importDocument=function(Ue){var qe;return qe=Ue.root().clone(),qe.parent=this,qe.isRoot=!1,this.children.push(qe),this},Et.prototype.debugInfo=function(Ue){var qe,kt;return Ue=Ue||this.name,Ue==null&&!((qe=this.parent)!=null&&qe.name)?"":Ue==null?"parent: <"+this.parent.name+">":(kt=this.parent)!=null&&kt.name?"node: <"+Ue+">, parent: <"+this.parent.name+">":"node: <"+Ue+">"},Et.prototype.ele=function(Ue,qe,kt){return this.element(Ue,qe,kt)},Et.prototype.nod=function(Ue,qe,kt){return this.node(Ue,qe,kt)},Et.prototype.txt=function(Ue){return this.text(Ue)},Et.prototype.dat=function(Ue){return this.cdata(Ue)},Et.prototype.com=function(Ue){return this.comment(Ue)},Et.prototype.ins=function(Ue,qe){return this.instruction(Ue,qe)},Et.prototype.doc=function(){return this.document()},Et.prototype.dec=function(Ue,qe,kt){return this.declaration(Ue,qe,kt)},Et.prototype.e=function(Ue,qe,kt){return this.element(Ue,qe,kt)},Et.prototype.n=function(Ue,qe,kt){return this.node(Ue,qe,kt)},Et.prototype.t=function(Ue){return this.text(Ue)},Et.prototype.d=function(Ue){return this.cdata(Ue)},Et.prototype.c=function(Ue){return this.comment(Ue)},Et.prototype.r=function(Ue){return this.raw(Ue)},Et.prototype.i=function(Ue,qe){return this.instruction(Ue,qe)},Et.prototype.u=function(){return this.up()},Et.prototype.importXMLBuilder=function(Ue){return this.importDocument(Ue)},Et.prototype.replaceChild=function(Ue,qe){throw new Error("This DOM method is not implemented."+this.debugInfo())},Et.prototype.removeChild=function(Ue){throw new Error("This DOM method is not implemented."+this.debugInfo())},Et.prototype.appendChild=function(Ue){throw new Error("This DOM method is not implemented."+this.debugInfo())},Et.prototype.hasChildNodes=function(){return this.children.length!==0},Et.prototype.cloneNode=function(Ue){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(Ue,qe){return!0},Et.prototype.hasAttributes=function(){return this.attribs.length!==0},Et.prototype.compareDocumentPosition=function(Ue){var qe,kt;return qe=this,qe===Ue?0:this.document()!==Ue.document()?(kt=$.Disconnected|$.ImplementationSpecific,Math.random()<.5?kt|=$.Preceding:kt|=$.Following,kt):qe.isAncestor(Ue)?$.Contains|$.Preceding:qe.isDescendant(Ue)?$.Contains|$.Following:qe.isPreceding(Ue)?$.Preceding:$.Following},Et.prototype.isSameNode=function(Ue){throw new Error("This DOM method is not implemented."+this.debugInfo())},Et.prototype.lookupPrefix=function(Ue){throw new Error("This DOM method is not implemented."+this.debugInfo())},Et.prototype.isDefaultNamespace=function(Ue){throw new Error("This DOM method is not implemented."+this.debugInfo())},Et.prototype.lookupNamespaceURI=function(Ue){throw new Error("This DOM method is not implemented."+this.debugInfo())},Et.prototype.isEqualNode=function(Ue){var qe,kt,tr;if(Ue.nodeType!==this.nodeType||Ue.children.length!==this.children.length)return!1;for(qe=kt=0,tr=this.children.length-1;0<=tr?kt<=tr:kt>=tr;qe=0<=tr?++kt:--kt)if(!this.children[qe].isEqualNode(Ue.children[qe]))return!1;return!0},Et.prototype.getFeature=function(Ue,qe){throw new Error("This DOM method is not implemented."+this.debugInfo())},Et.prototype.setUserData=function(Ue,qe,kt){throw new Error("This DOM method is not implemented."+this.debugInfo())},Et.prototype.getUserData=function(Ue){throw new Error("This DOM method is not implemented."+this.debugInfo())},Et.prototype.contains=function(Ue){return Ue?Ue===this||this.isDescendant(Ue):!1},Et.prototype.isDescendant=function(Ue){var qe,kt,tr,rr,ar;for(ar=this.children,tr=0,rr=ar.length;tr<rr;tr++)if(qe=ar[tr],Ue===qe||(kt=qe.isDescendant(Ue),kt))return!0;return!1},Et.prototype.isAncestor=function(Ue){return Ue.isDescendant(this)},Et.prototype.isPreceding=function(Ue){var qe,kt;return qe=this.treePosition(Ue),kt=this.treePosition(this),qe===-1||kt===-1?!1:qe<kt},Et.prototype.isFollowing=function(Ue){var qe,kt;return qe=this.treePosition(Ue),kt=this.treePosition(this),qe===-1||kt===-1?!1:qe>kt},Et.prototype.treePosition=function(Ue){var qe,kt;return kt=0,qe=!1,this.foreachTreeNode(this.document(),function(tr){if(kt++,!qe&&tr===Ue)return qe=!0}),qe?kt:-1},Et.prototype.foreachTreeNode=function(Ue,qe){var kt,tr,rr,ar,nr;for(Ue||(Ue=this.document()),ar=Ue.children,tr=0,rr=ar.length;tr<rr;tr++){if(kt=ar[tr],nr=qe(kt))return nr;if(nr=this.foreachTreeNode(kt,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,_e,Ce,he,Ne,Fe,Ve,jt;for(Fe=ue.children,Ie=_e=0,he=Fe.length;_e<he;Ie=++_e)pe=Fe[Ie],pe.isLastRootNode=Ie===ue.children.length-1;for(de=this.filterOptions(de),Ve=ue.children,jt=[],Ce=0,Ne=Ve.length;Ce<Ne;Ce++)pe=Ve[Ce],jt.push(this.writeChildNode(pe,de,0));return jt},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,_e,Ce,he;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,he=ue.children,_e=0,Ce=he.length;_e<Ce;_e++)Ie=he[_e],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,_e,Ce,he,Ne,Fe,Ve,jt,Et;pe||(pe=0),this.openNode(ue,de,pe),de.state=j.OpenTag,this.stream.write(this.indent(ue,de,pe)+"<"+ue.name),jt=ue.attribs;for(Ve in jt)re.call(jt,Ve)&&(Ie=jt[Ve],this.attribute(Ie,de,pe));if(Ce=ue.children.length,he=Ce===0?null:ue.children[0],Ce===0||ue.children.every(function(Ue){return(Ue.type===$.Text||Ue.type===$.Raw)&&Ue.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&&(he.type===$.Text||he.type===$.Raw)&&he.value!=null)this.stream.write(">"),de.state=j.InsideTag,de.suppressPrettyCount++,this.writeChildNode(he,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++)_e=Et[Ne],this.writeChildNode(_e,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,_e;for(oe=this.filterOptions(oe),Ie="",_e=ie.children,de=0,pe=_e.length;de<pe;de++)ue=_e[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,_e,Ce,he;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=(_e=ie.dontPrettyTextNodes)!=null?_e:ie.dontprettytextnodes)!=null?Ie:0,oe.spaceBeforeSlash=(Ce=(he=ie.spaceBeforeSlash)!=null?he: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,_e,Ce;if(ue||(ue=0),this.openNode(ie,oe,ue),oe.state=j.OpenTag,_e=this.indent(ie,oe,ue),_e+="<!DOCTYPE "+ie.root().name,ie.pubID&&ie.sysID?_e+=' PUBLIC "'+ie.pubID+'" "'+ie.sysID+'"':ie.sysID&&(_e+=' SYSTEM "'+ie.sysID+'"'),ie.children.length>0){for(_e+=" [",_e+=this.endline(ie,oe,ue),oe.state=j.InsideTag,Ce=ie.children,pe=0,Ie=Ce.length;pe<Ie;pe++)de=Ce[pe],_e+=this.writeChildNode(de,oe,ue+1);oe.state=j.CloseTag,_e+="]"}return oe.state=j.CloseTag,_e+=oe.spaceBeforeSlash+">",_e+=this.endline(ie,oe,ue),oe.state=j.None,this.closeNode(ie,oe,ue),_e},re.prototype.element=function(ie,oe,ue){var de,pe,Ie,_e,Ce,he,Ne,Fe,Ve,jt,Et,Ue,qe,kt;ue||(ue=0),jt=!1,Et="",this.openNode(ie,oe,ue),oe.state=j.OpenTag,Et+=this.indent(ie,oe,ue)+"<"+ie.name,Ue=ie.attribs;for(Ve in Ue)z.call(Ue,Ve)&&(de=Ue[Ve],Et+=this.attribute(de,oe,ue));if(Ie=ie.children.length,_e=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&&(_e.type===$.Text||_e.type===$.Raw)&&_e.value!=null)Et+=">",oe.state=j.InsideTag,oe.suppressPrettyCount++,jt=!0,Et+=this.writeChildNode(_e,oe,ue+1),oe.suppressPrettyCount--,jt=!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++,jt=!0;break}}for(Et+=">"+this.endline(ie,oe,ue),oe.state=j.InsideTag,kt=ie.children,he=0,Fe=kt.length;he<Fe;he++)pe=kt[he],Et+=this.writeChildNode(pe,oe,ue+1);oe.state=j.CloseTag,Et+=this.indent(ie,oe,ue)+"</"+ie.name+">",jt&&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,_e,Ce,he){var Ne,Fe;if(Ie==null)throw new Error("Root element needs a name.");return he=ue({},_e,Ce,he),Ne=new z(he),Fe=Ne.element(Ie),he.headless||(Ne.declaration(he),(he.pubID!=null||he.sysID!=null)&&Ne.dtd(he)),Fe},k.exports.begin=function(Ie,_e,Ce){var he;return de(Ie)&&(he=[Ie,_e],_e=he[0],Ce=he[1],Ie={}),_e?new re(Ie,_e,Ce):new z(Ie)},k.exports.stringWriter=function(Ie){return new oe(Ie)},k.exports.streamWriter=function(Ie,_e){return new ie(Ie,_e)},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,_e,Ce){$.isBuffer(_e)||(_e=$.from(_e)),$.isBuffer(Ce)||(Ce=$.from(Ce)),_e.length>ie?_e=Ie(_e):_e.length<ie&&(_e=$.concat([_e,oe],ie));for(var he=$.alloc(ie),Ne=$.alloc(ie),Fe=0;Fe<ie;Fe++)he[Fe]=_e[Fe]^54,Ne[Fe]=_e[Fe]^92;var Ve=Ie($.concat([he,Ce]));return Ie($.concat([Ne,Ve]))}function de(Ie,_e){Ie=Ie||"sha1";var Ce=re[Ie],he=[],Ne=0;return Ce||pe("algorithm:",Ie,"is not yet supported"),{update:function(Ve){return $.isBuffer(Ve)||(Ve=$.from(Ve)),he.push(Ve),Ne+=Ve.length,this},digest:function(Ve){var jt=$.concat(he),Et=_e?ue(Ce,_e,jt):Ce(jt);return he=null,Ve?Et.toString(Ve):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,_e){return de(Ie,_e)},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=[],_e=de?ue.readInt32BE:ue.readInt32LE,Ce=0;Ce<ue.length;Ce+=j)Ie.push(_e.call(ue,Ce));return Ie}function ie(ue,de,pe){for(var Ie=$.alloc(de),_e=pe?Ie.writeInt32BE:Ie.writeInt32LE,Ce=0;Ce<ue.length;Ce++)_e.call(Ie,ue[Ce],Ce*4,!0);return Ie}function oe(ue,de,pe,Ie){$.isBuffer(ue)||(ue=$.from(ue));var _e=de(re(ue,Ie),ue.length*z);return ie(_e,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 _e=1732584193,Ce=-271733879,he=-1732584194,Ne=271733878,Fe=0;Fe<pe.length;Fe+=16){var Ve=_e,jt=Ce,Et=he,Ue=Ne;_e=z(_e,Ce,he,Ne,pe[Fe+0],7,-680876936),Ne=z(Ne,_e,Ce,he,pe[Fe+1],12,-389564586),he=z(he,Ne,_e,Ce,pe[Fe+2],17,606105819),Ce=z(Ce,he,Ne,_e,pe[Fe+3],22,-1044525330),_e=z(_e,Ce,he,Ne,pe[Fe+4],7,-176418897),Ne=z(Ne,_e,Ce,he,pe[Fe+5],12,1200080426),he=z(he,Ne,_e,Ce,pe[Fe+6],17,-1473231341),Ce=z(Ce,he,Ne,_e,pe[Fe+7],22,-45705983),_e=z(_e,Ce,he,Ne,pe[Fe+8],7,1770035416),Ne=z(Ne,_e,Ce,he,pe[Fe+9],12,-1958414417),he=z(he,Ne,_e,Ce,pe[Fe+10],17,-42063),Ce=z(Ce,he,Ne,_e,pe[Fe+11],22,-1990404162),_e=z(_e,Ce,he,Ne,pe[Fe+12],7,1804603682),Ne=z(Ne,_e,Ce,he,pe[Fe+13],12,-40341101),he=z(he,Ne,_e,Ce,pe[Fe+14],17,-1502002290),Ce=z(Ce,he,Ne,_e,pe[Fe+15],22,1236535329),_e=re(_e,Ce,he,Ne,pe[Fe+1],5,-165796510),Ne=re(Ne,_e,Ce,he,pe[Fe+6],9,-1069501632),he=re(he,Ne,_e,Ce,pe[Fe+11],14,643717713),Ce=re(Ce,he,Ne,_e,pe[Fe+0],20,-373897302),_e=re(_e,Ce,he,Ne,pe[Fe+5],5,-701558691),Ne=re(Ne,_e,Ce,he,pe[Fe+10],9,38016083),he=re(he,Ne,_e,Ce,pe[Fe+15],14,-660478335),Ce=re(Ce,he,Ne,_e,pe[Fe+4],20,-405537848),_e=re(_e,Ce,he,Ne,pe[Fe+9],5,568446438),Ne=re(Ne,_e,Ce,he,pe[Fe+14],9,-1019803690),he=re(he,Ne,_e,Ce,pe[Fe+3],14,-187363961),Ce=re(Ce,he,Ne,_e,pe[Fe+8],20,1163531501),_e=re(_e,Ce,he,Ne,pe[Fe+13],5,-1444681467),Ne=re(Ne,_e,Ce,he,pe[Fe+2],9,-51403784),he=re(he,Ne,_e,Ce,pe[Fe+7],14,1735328473),Ce=re(Ce,he,Ne,_e,pe[Fe+12],20,-1926607734),_e=ie(_e,Ce,he,Ne,pe[Fe+5],4,-378558),Ne=ie(Ne,_e,Ce,he,pe[Fe+8],11,-2022574463),he=ie(he,Ne,_e,Ce,pe[Fe+11],16,1839030562),Ce=ie(Ce,he,Ne,_e,pe[Fe+14],23,-35309556),_e=ie(_e,Ce,he,Ne,pe[Fe+1],4,-1530992060),Ne=ie(Ne,_e,Ce,he,pe[Fe+4],11,1272893353),he=ie(he,Ne,_e,Ce,pe[Fe+7],16,-155497632),Ce=ie(Ce,he,Ne,_e,pe[Fe+10],23,-1094730640),_e=ie(_e,Ce,he,Ne,pe[Fe+13],4,681279174),Ne=ie(Ne,_e,Ce,he,pe[Fe+0],11,-358537222),he=ie(he,Ne,_e,Ce,pe[Fe+3],16,-722521979),Ce=ie(Ce,he,Ne,_e,pe[Fe+6],23,76029189),_e=ie(_e,Ce,he,Ne,pe[Fe+9],4,-640364487),Ne=ie(Ne,_e,Ce,he,pe[Fe+12],11,-421815835),he=ie(he,Ne,_e,Ce,pe[Fe+15],16,530742520),Ce=ie(Ce,he,Ne,_e,pe[Fe+2],23,-995338651),_e=oe(_e,Ce,he,Ne,pe[Fe+0],6,-198630844),Ne=oe(Ne,_e,Ce,he,pe[Fe+7],10,1126891415),he=oe(he,Ne,_e,Ce,pe[Fe+14],15,-1416354905),Ce=oe(Ce,he,Ne,_e,pe[Fe+5],21,-57434055),_e=oe(_e,Ce,he,Ne,pe[Fe+12],6,1700485571),Ne=oe(Ne,_e,Ce,he,pe[Fe+3],10,-1894986606),he=oe(he,Ne,_e,Ce,pe[Fe+10],15,-1051523),Ce=oe(Ce,he,Ne,_e,pe[Fe+1],21,-2054922799),_e=oe(_e,Ce,he,Ne,pe[Fe+8],6,1873313359),Ne=oe(Ne,_e,Ce,he,pe[Fe+15],10,-30611744),he=oe(he,Ne,_e,Ce,pe[Fe+6],15,-1560198380),Ce=oe(Ce,he,Ne,_e,pe[Fe+13],21,1309151649),_e=oe(_e,Ce,he,Ne,pe[Fe+4],6,-145523070),Ne=oe(Ne,_e,Ce,he,pe[Fe+11],10,-1120210379),he=oe(he,Ne,_e,Ce,pe[Fe+2],15,718787259),Ce=oe(Ce,he,Ne,_e,pe[Fe+9],21,-343485551),_e=ue(_e,Ve),Ce=ue(Ce,jt),he=ue(he,Et),Ne=ue(Ne,Ue)}return Array(_e,Ce,he,Ne)}function V(pe,Ie,_e,Ce,he,Ne){return ue(de(ue(ue(Ie,pe),ue(Ce,Ne)),he),_e)}function z(pe,Ie,_e,Ce,he,Ne,Fe){return V(Ie&_e|~Ie&Ce,pe,Ie,he,Ne,Fe)}function re(pe,Ie,_e,Ce,he,Ne,Fe){return V(Ie&Ce|_e&~Ce,pe,Ie,he,Ne,Fe)}function ie(pe,Ie,_e,Ce,he,Ne,Fe){return V(Ie^_e^Ce,pe,Ie,he,Ne,Fe)}function oe(pe,Ie,_e,Ce,he,Ne,Fe){return V(_e^(Ie|~Ce),pe,Ie,he,Ne,Fe)}function ue(pe,Ie){var _e=(pe&65535)+(Ie&65535),Ce=(pe>>16)+(Ie>>16)+(_e>>16);return Ce<<16|_e&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,_e=-1732584194,Ce=271733878,he=-1009589776,Ne=0;Ne<oe.length;Ne+=16){for(var Fe=pe,Ve=Ie,jt=_e,Et=Ce,Ue=he,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 kt=re(re(ie(pe,5),V(qe,Ie,_e,Ce)),re(re(he,de[qe]),z(qe)));he=Ce,Ce=_e,_e=ie(Ie,30),Ie=pe,pe=kt}pe=re(pe,Fe),Ie=re(Ie,Ve),_e=re(_e,jt),Ce=re(Ce,Et),he=re(he,Ue)}return Array(pe,Ie,_e,Ce,he)}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,he){var Ne=(Ce&65535)+(he&65535),Fe=(Ce>>16)+(he>>16)+(Ne>>16);return Fe<<16|Ne&65535},V=function(Ce,he){return Ce>>>he|Ce<<32-he},z=function(Ce,he){return Ce>>>he},re=function(Ce,he,Ne){return Ce&he^~Ce&Ne},ie=function(Ce,he,Ne){return Ce&he^Ce&Ne^he&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,he){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),Ve=new Array(64),jt,Et,Ue,qe,kt,tr,rr,ar,nr,ur,cr,mr;Ce[he>>5]|=128<<24-he%32,Ce[(he+64>>9<<4)+15]=he;for(var nr=0;nr<Ce.length;nr+=16){jt=Fe[0],Et=Fe[1],Ue=Fe[2],qe=Fe[3],kt=Fe[4],tr=Fe[5],rr=Fe[6],ar=Fe[7];for(var ur=0;ur<64;ur++)ur<16?Ve[ur]=Ce[ur+nr]:Ve[ur]=j(j(j(pe(Ve[ur-2]),Ve[ur-7]),de(Ve[ur-15])),Ve[ur-16]),cr=j(j(j(j(ar,ue(kt)),re(kt,tr,rr)),Ne[ur]),Ve[ur]),mr=j(oe(jt),ie(jt,Et,Ue)),ar=rr,rr=tr,tr=kt,kt=j(qe,cr),qe=Ue,Ue=Et,Et=jt,jt=j(cr,mr);Fe[0]=j(jt,Fe[0]),Fe[1]=j(Et,Fe[1]),Fe[2]=j(Ue,Fe[2]),Fe[3]=j(qe,Fe[3]),Fe[4]=j(kt,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,_e=ue.hostname||ue.host,Ce=ue.port,he=ue.path||"/";_e&&_e.indexOf(":")!==-1&&(_e="["+_e+"]"),ue.url=(_e?Ie+"//"+_e:"")+(Ce?":"+Ce:"")+he,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 _e=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 Ve,jt=!0;if(Ne.mode==="disable-fetch"||"requestTimeout"in Ne&&!z.abortController)jt=!1,Ve=!0;else if(Ne.mode==="prefer-streaming")Ve=!1;else if(Ne.mode==="allow-wrong-content-type")Ve=!z.overrideMimeType;else if(!Ne.mode||Ne.mode==="default"||Ne.mode==="prefer-fast")Ve=!0;else throw new Error("Invalid value for opts.mode");Fe._mode=Ie(Ve,jt),Fe._fetchTimer=null,Fe.on("finish",function(){Fe._onFinish()})};re(_e,oe.Writable),_e.prototype.setHeader=function(Ne,Fe){var Ve=this,jt=Ne.toLowerCase();he.indexOf(jt)===-1&&(Ve._headers[jt]={name:Ne,value:Fe})},_e.prototype.getHeader=function(Ne){var Fe=this._headers[Ne.toLowerCase()];return Fe?Fe.value:null},_e.prototype.removeHeader=function(Ne){var Fe=this;delete Fe._headers[Ne.toLowerCase()]},_e.prototype._onFinish=function(){var Ne=this;if(!Ne._destroyed){var Fe=Ne._opts,Ve=Ne._headers,jt=null;Fe.method!=="GET"&&Fe.method!=="HEAD"&&(z.arraybuffer?jt=ue(V.concat(Ne._body)):z.blobConstructor?jt=new j.Blob(Ne._body.map(function(tr){return ue(tr)}),{type:(Ve["content-type"]||{}).value||""}):jt=V.concat(Ne._body).toString());var Et=[];if(Object.keys(Ve).forEach(function(tr){var rr=Ve[tr].name,ar=Ve[tr].value;Array.isArray(ar)?ar.forEach(function(nr){Et.push([rr,nr])}):Et.push([rr,ar])}),Ne._mode==="fetch"){var Ue=null;if(z.abortController){var qe=new AbortController;Ue=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:jt||void 0,mode:"cors",credentials:Fe.withCredentials?"include":"same-origin",signal:Ue}).then(function(tr){Ne._fetchResponse=tr,Ne._connect()},function(tr){j.clearTimeout(Ne._fetchTimer),Ne._destroyed||Ne.emit("error",tr)})}else{var kt=Ne._xhr=new j.XMLHttpRequest;try{kt.open(Ne._opts.method,Ne._opts.url,!0)}catch(tr){$.nextTick(function(){Ne.emit("error",tr)});return}"responseType"in kt&&(kt.responseType=Ne._mode.split(":")[0]),"withCredentials"in kt&&(kt.withCredentials=!!Fe.withCredentials),Ne._mode==="text"&&"overrideMimeType"in kt&&kt.overrideMimeType("text/plain; charset=x-user-defined"),"requestTimeout"in Fe&&(kt.timeout=Fe.requestTimeout,kt.ontimeout=function(){Ne.emit("requestTimeout")}),Et.forEach(function(tr){kt.setRequestHeader(tr[0],tr[1])}),Ne._response=null,kt.onreadystatechange=function(){switch(kt.readyState){case pe.LOADING:case pe.DONE:Ne._onXHRProgress();break}},Ne._mode==="moz-chunked-arraybuffer"&&(kt.onprogress=function(){Ne._onXHRProgress()}),kt.onerror=function(){Ne._destroyed||Ne.emit("error",new Error("XHR error"))};try{kt.send(jt)}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}}_e.prototype._onXHRProgress=function(){var Ne=this;!Ce(Ne._xhr)||Ne._destroyed||(Ne._response||Ne._connect(),Ne._response._onXHRProgress())},_e.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))},_e.prototype._write=function(Ne,Fe,Ve){var jt=this;jt._body.push(Ne),Ve()},_e.prototype.abort=_e.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()},_e.prototype.end=function(Ne,Fe,Ve){var jt=this;typeof Ne=="function"&&(Ve=Ne,Ne=void 0),oe.Writable.prototype.end.call(jt,Ne,Fe,Ve)},_e.prototype.flushHeaders=function(){},_e.prototype.setTimeout=function(){},_e.prototype.setNoDelay=function(){},_e.prototype.setSocketKeepAlive=function(){};var he=["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,_e){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 he=function Ue(){Fe.read().then(function(qe){if(!Ce._destroyed){if(qe.done){j.clearTimeout(_e),Ce.push(null);return}Ce.push(new V(qe.value)),Ue()}}).catch(function(qe){j.clearTimeout(_e),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(Ue,qe){Ce.headers[qe.toLowerCase()]=Ue,Ce.rawHeaders.push(qe,Ue)}),z.writableStream){var Ne=new WritableStream({write:function(qe){return new Promise(function(kt,tr){Ce._destroyed?tr():Ce.push(new V(qe))?kt():Ce._resumeFetch=kt})},close:function(){j.clearTimeout(_e),Ce._destroyed||Ce.push(null)},abort:function(qe){Ce._destroyed||Ce.emit("error",qe)}});try{pe.body.pipeTo(Ne).catch(function(Ue){j.clearTimeout(_e),Ce._destroyed||Ce.emit("error",Ue)});return}catch{}}var Fe=pe.body.getReader();he()}else{Ce._xhr=de,Ce._pos=0,Ce.url=de.responseURL,Ce.statusCode=de.status,Ce.statusMessage=de.statusText;var Ve=de.getAllResponseHeaders().split(/\r?\n/);if(Ve.forEach(function(Ue){var qe=Ue.match(/^([^:]+):\s*(.*)/);if(qe){var kt=qe[1].toLowerCase();kt==="set-cookie"?(Ce.headers[kt]===void 0&&(Ce.headers[kt]=[]),Ce.headers[kt].push(qe[2])):Ce.headers[kt]!==void 0?Ce.headers[kt]+=", "+qe[2]:Ce.headers[kt]=qe[2],Ce.rawHeaders.push(qe[1],qe[2])}}),Ce._charset="x-user-defined",!z.overrideMimeType){var jt=Ce.rawHeaders["mime-type"];if(jt){var Et=jt.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 _e=Ie.substr(de._pos);if(de._charset==="x-user-defined"){for(var Ce=new V(_e.length),he=0;he<_e.length;he++)Ce[he]=_e.charCodeAt(he)&255;de.push(Ce)}else de.push(_e,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=kt,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),_e=["%","/","?",";","#"].concat(Ie),Ce=["/","?","#"],he=255,Ne=/^[+a-z0-9A-Z_-]{0,63}$/,Fe=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,Ve={javascript:!0,"javascript:":!0},jt={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},Ue=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("?"),mr=cr!==-1&&cr<ar.indexOf("#")?"?":"#",hr=ar.split(mr),br=/\\/g;hr[0]=hr[0].replace(br,"/"),ar=hr.join(mr);var Rr=ar;if(Rr=Rr.trim(),!ur&&ar.split("#").length===1){var xr=ue.exec(Rr);if(xr)return this.path=Rr,this.href=Rr,this.pathname=xr[1],xr[2]?(this.search=xr[2],nr?this.query=Ue.parse(this.search.substr(1)):this.query=this.search.substr(1)):nr&&(this.search="",this.query={}),this}var Er=ie.exec(Rr);if(Er){Er=Er[0];var vr=Er.toLowerCase();this.protocol=vr,Rr=Rr.substr(Er.length)}if(ur||Er||Rr.match(/^\/\/[^@\/]+@[^@\/]+/)){var Ir=Rr.substr(0,2)==="//";Ir&&!(Er&&jt[Er])&&(Rr=Rr.substr(2),this.slashes=!0)}if(!jt[Er]&&(Ir||Er&&!Et[Er])){for(var Lr=-1,gr=0;gr<Ce.length;gr++){var _r=Rr.indexOf(Ce[gr]);_r!==-1&&(Lr===-1||_r<Lr)&&(Lr=_r)}var Fr,zr;Lr===-1?zr=Rr.lastIndexOf("@"):zr=Rr.lastIndexOf("@",Lr),zr!==-1&&(Fr=Rr.slice(0,zr),Rr=Rr.slice(zr+1),this.auth=decodeURIComponent(Fr)),Lr=-1;for(var gr=0;gr<_e.length;gr++){var _r=Rr.indexOf(_e[gr]);_r!==-1&&(Lr===-1||_r<Lr)&&(Lr=_r)}Lr===-1&&(Lr=Rr.length),this.host=Rr.slice(0,Lr),Rr=Rr.slice(Lr),this.parseHost(),this.hostname=this.hostname||"";var Vr=this.hostname[0]==="["&&this.hostname[this.hostname.length-1]==="]";if(!Vr)for(var Gr=this.hostname.split("."),gr=0,Tr=Gr.length;gr<Tr;gr++){var Cr=Gr[gr];if(Cr&&!Cr.match(Ne)){for(var Mr="",yr=0,Sr=Cr.length;yr<Sr;yr++)Cr.charCodeAt(yr)>127?Mr+="x":Mr+=Cr[yr];if(!Mr.match(Ne)){var Dr=Gr.slice(0,gr),kr=Gr.slice(gr+1),Wr=Cr.match(Fe);Wr&&(Dr.push(Wr[1]),kr.unshift(Wr[2])),kr.length&&(Rr="/"+kr.join(".")+Rr),this.hostname=Dr.join(".");break}}}this.hostname.length>he?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),Rr[0]!=="/"&&(Rr="/"+Rr))}if(!Ve[vr])for(var gr=0,Tr=Ie.length;gr<Tr;gr++){var jr=Ie[gr];if(Rr.indexOf(jr)!==-1){var Qr=encodeURIComponent(jr);Qr===jr&&(Qr=escape(jr)),Rr=Rr.split(jr).join(Qr)}}var ca=Rr.indexOf("#");ca!==-1&&(this.hash=Rr.substr(ca),Rr=Rr.slice(0,ca));var Po=Rr.indexOf("?");if(Po!==-1?(this.search=Rr.substr(Po),this.query=Rr.substr(Po+1),nr&&(this.query=Ue.parse(this.query)),Rr=Rr.slice(0,Po)):nr&&(this.search="",this.query={}),Rr&&(this.pathname=Rr),Et[vr]&&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 kt(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||"",mr=!1,hr="";this.host?mr=ar+this.host:this.hostname&&(mr=ar+(this.hostname.indexOf(":")===-1?this.hostname:"["+this.hostname+"]"),this.port&&(mr+=":"+this.port)),this.query&&z.isObject(this.query)&&Object.keys(this.query).length&&(hr=Ue.stringify(this.query));var br=this.search||hr&&"?"+hr||"";return nr&&nr.substr(-1)!==":"&&(nr+=":"),this.slashes||(!nr||Et[nr])&&mr!==!1?(mr="//"+(mr||""),ur&&ur.charAt(0)!=="/"&&(ur="/"+ur)):mr||(mr=""),cr&&cr.charAt(0)!=="#"&&(cr="#"+cr),br&&br.charAt(0)!=="?"&&(br="?"+br),ur=ur.replace(/[?#]/g,function(Rr){return encodeURIComponent(Rr)}),br=br.replace("#","%23"),nr+mr+ur+br+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),mr=0;mr<cr.length;mr++){var hr=cr[mr];ur[hr]=this[hr]}if(ur.hash=ar.hash,ar.href==="")return ur.href=ur.format(),ur;if(ar.slashes&&!ar.protocol){for(var br=Object.keys(ar),Rr=0;Rr<br.length;Rr++){var xr=br[Rr];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 Er=Object.keys(ar),vr=0;vr<Er.length;vr++){var Ir=Er[vr];ur[Ir]=ar[Ir]}return ur.href=ur.format(),ur}if(ur.protocol=ar.protocol,!ar.host&&!jt[ar.protocol]){for(var Tr=(ar.pathname||"").split("/");Tr.length&&!(ar.host=Tr.shift()););ar.host||(ar.host=""),ar.hostname||(ar.hostname=""),Tr[0]!==""&&Tr.unshift(""),Tr.length<2&&Tr.unshift(""),ur.pathname=Tr.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 Lr=ur.pathname||"",gr=ur.search||"";ur.path=Lr+gr}return ur.slashes=ur.slashes||ar.slashes,ur.href=ur.format(),ur}var _r=ur.pathname&&ur.pathname.charAt(0)==="/",Fr=ar.host||ar.pathname&&ar.pathname.charAt(0)==="/",zr=Fr||_r||ur.host&&ar.pathname,Vr=zr,Gr=ur.pathname&&ur.pathname.split("/")||[],Tr=ar.pathname&&ar.pathname.split("/")||[],Cr=ur.protocol&&!Et[ur.protocol];if(Cr&&(ur.hostname="",ur.port=null,ur.host&&(Gr[0]===""?Gr[0]=ur.host:Gr.unshift(ur.host)),ur.host="",ar.protocol&&(ar.hostname=null,ar.port=null,ar.host&&(Tr[0]===""?Tr[0]=ar.host:Tr.unshift(ar.host)),ar.host=null),zr=zr&&(Tr[0]===""||Gr[0]==="")),Fr)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,Gr=Tr;else if(Tr.length)Gr||(Gr=[]),Gr.pop(),Gr=Gr.concat(Tr),ur.search=ar.search,ur.query=ar.query;else if(!z.isNullOrUndefined(ar.search)){if(Cr){ur.hostname=ur.host=Gr.shift();var Mr=ur.host&&ur.host.indexOf("@")>0?ur.host.split("@"):!1;Mr&&(ur.auth=Mr.shift(),ur.host=ur.hostname=Mr.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(!Gr.length)return ur.pathname=null,ur.search?ur.path="/"+ur.search:ur.path=null,ur.href=ur.format(),ur;for(var yr=Gr.slice(-1)[0],Sr=(ur.host||ar.host||Gr.length>1)&&(yr==="."||yr==="..")||yr==="",Dr=0,kr=Gr.length;kr>=0;kr--)yr=Gr[kr],yr==="."?Gr.splice(kr,1):yr===".."?(Gr.splice(kr,1),Dr++):Dr&&(Gr.splice(kr,1),Dr--);if(!zr&&!Vr)for(;Dr--;Dr)Gr.unshift("..");zr&&Gr[0]!==""&&(!Gr[0]||Gr[0].charAt(0)!=="/")&&Gr.unshift(""),Sr&&Gr.join("/").substr(-1)!=="/"&&Gr.push("");var Wr=Gr[0]===""||Gr[0]&&Gr[0].charAt(0)==="/";if(Cr){ur.hostname=ur.host=Wr?"":Gr.length?Gr.shift():"";var Mr=ur.host&&ur.host.indexOf("@")>0?ur.host.split("@"):!1;Mr&&(ur.auth=Mr.shift(),ur.host=ur.hostname=Mr.shift())}return zr=zr||ur.host&&Gr.length,zr&&!Wr&&Gr.unshift(""),Gr.length?ur.pathname=Gr.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,_e=Math.pow(2,31)-10,Ce=/^https?:\/\//i;function he(jt,Et){return jt===void 0?Et:jt}function Ne(jt){return jt?jt.split(";")[0].trim().toLowerCase():""}function Fe(jt,Et){return function(Ue,qe,kt){if(Ue)return Et(Ue);jt({data:qe,status:kt.statusCode,headers:kt.headers,res:kt})}}L.TIMEOUTS=[pe("300s"),pe("300s")];var Ve=["json","text"];L.request=function(Et,Ue,qe){return arguments.length===2&&typeof Ue=="function"&&(qe=Ue,Ue=null),typeof qe=="function"?L.requestWithCallback(Et,Ue,qe):new Promise(function(kt,tr){L.requestWithCallback(Et,Ue,Fe(kt,tr))})},L.requestWithCallback=function(Et,Ue,qe){if(!Et||typeof Et!="string"&&(0,z.default)(Et)!=="object"){var kt=re.format("expect request url to be a string or a http request options, but got %j",Et);throw new Error(kt)}arguments.length===2&&typeof Ue=="function"&&(qe=Ue,Ue=null),Ue=Ue||{},Ie>=_e&&(Ie=0);var tr=++Ie;Ue.requestUrls=Ue.requestUrls||[];var rr={requestId:tr,url:Et,args:Ue,ctx:Ue.ctx};Ue.emitter&&Ue.emitter.emit("request",rr),Ue.timeout=Ue.timeout||L.TIMEOUTS,Ue.maxRedirects=Ue.maxRedirects||10,Ue.streaming=Ue.streaming||Ue.customResponse;var ar=Date.now(),nr;typeof Et=="string"?(Ce.test(Et)||(Et="https://"+Et),nr=ie.parse(Et)):nr=Et;var ur=(Ue.type||Ue.method||nr.method||"GET").toUpperCase(),cr=nr.port||80,mr=oe,hr=he(Ue.agent,L.agent),br=Ue.fixJSONCtlChars;nr.protocol==="https:"&&(mr=ue,hr=he(Ue.httpsAgent,L.httpsAgent),nr.port||(cr=443));var Rr={host:nr.hostname||nr.host||"localhost",path:nr.path||"/",method:ur,port:cr,agent:hr,headers:Ue.headers||{},lookup:Ue.lookup};Array.isArray(Ue.timeout)?Rr.requestTimeout=Ue.timeout[Ue.timeout.length-1]:typeof Ue.timeout<"u"&&(Rr.requestTimeout=Ue.timeout);var xr=Ue.auth||nr.auth;xr&&(Rr.auth=xr);var Er=Ue.content||Ue.data,vr=ur==="GET"||ur==="HEAD"||Ue.dataAsQueryString;if(!Ue.content&&Er&&!(typeof Er=="string"||j.isBuffer(Er)))if(vr)Er=Ue.nestedQuerystring?qs.stringify(Er):querystring.stringify(Er);else{var Ir=Rr.headers["Content-Type"]||Rr.headers["content-type"];Ir||(Ue.contentType==="json"?Ir="application/json":Ir="application/x-www-form-urlencoded",Rr.headers["Content-Type"]=Ir),Ne(Ir)==="application/json"?Er=JSON.stringify(Er):Er=Ue.nestedQuerystring?qs.stringify(Er):querystring.stringify(Er)}vr&&Er&&(Rr.path+=(nr.query?"&":"?")+Er,Er=null);var Lr=0;if(Er){var gr=Er.length;j.isBuffer(Er)||(gr=j.byteLength(Er)),Lr=Rr.headers["Content-Length"]=gr}Ue.dataType==="json"&&(Rr.headers.Accept="application/json"),typeof Ue.beforeRequest=="function"&&Ue.beforeRequest(Rr);var _r=null,Fr=null,zr=null,Vr=!1,Gr=!1,Tr=0,Cr=-1,Mr=!1,yr="",Sr="",Dr=null;Ue.timing&&(Dr={queuing:0,dnslookup:0,connected:0,requestSent:0,waiting:0,contentDownload:0});function kr(){_r&&(clearTimeout(_r),_r=null)}function Wr(){Fr&&(clearTimeout(Fr),Fr=null)}function Kr(Ar,On,In){if(Wr(),!qe){console.warn("[urllib:warn] [%s] [%s] [worker:%s] %s %s callback twice!!!",Date(),tr,$.pid,Rr.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={};In&&(Cr=In.statusCode,sa=In.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,Tr,Cr,Rr.method,Rr.host,Rr.path,Gr,Dr);var To={status:Cr,statusCode:Cr,headers:sa,size:Tr,aborted:Mr,rt:qa,keepAliveSocket:Gr,data:On,requestUrls:Ue.requestUrls,timing:Dr,remoteAddress:yr,remotePort:Sr};if(Ar){var Hi="";hr&&typeof hr.getCurrentStatus=="function"&&(Hi=", agent status: "+JSON.stringify(hr.getCurrentStatus())),Ar.message+=", "+Rr.method+" "+Et+" "+Cr+" (connected: "+Vr+", keepalive socket: "+Gr+Hi+`)
headers: `+JSON.stringify(sa),Ar.data=On,Ar.path=Rr.path,Ar.status=Cr,Ar.headers=sa,Ar.res=To}Sa(Ar,On,Ue.streaming?In:To),Ue.emitter&&(rr.url=Et,rr.socket=Kn&&Kn.connection,rr.options=Rr,rr.size=Lr,Ue.emitter.emit("response",{requestId:tr,error:Ar,ctx:Ue.ctx,req:rr,res:To}))}function Nr(Ar){var On=null;if(Ue.followRedirect&&statuses.redirect[Ar.statusCode]){Ue._followRedirectCount=(Ue._followRedirectCount||0)+1;var In=Ar.headers.location;if(!In)On=new Error("Got statusCode "+Ar.statusCode+" but cannot resolve next location from headers"),On.name="FollowRedirectError";else if(Ue._followRedirectCount>Ue.maxRedirects)On=new Error("Exceeded maxRedirects. Probably stuck in a redirect loop "+Et),On.name="MaxRedirectError";else{var Sa=Ue.formatRedirectUrl?Ue.formatRedirectUrl(Et,In):ie.resolve(Et,In);de("Request#%d %s: `redirected` from %s to %s",tr,Rr.path,Et,Sa),Wr(),Ue.headers&&Ue.headers.Host&&Ce.test(In)&&(Ue.headers.Host=null);var sa=qe;return qe=null,L.requestWithCallback(Sa,Ue,sa),{redirect:!0,error:null}}}return{redirect:!1,error:On}}Ue.gzip&&!Rr.headers["Accept-Encoding"]&&!Rr.headers["accept-encoding"]&&(Rr.headers["Accept-Encoding"]="gzip");function jr(Ar,On,In){var Sa=Ar.headers["content-encoding"];return In(null,On,Sa)}var Qr=Ue.writeStream;de("Request#%d %s %s with headers %j, options.path: %s",tr,ur,Et,Rr.headers,Rr.path),Ue.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),Ue.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,Tr)}),Ar.on("error",function(){de("Request#%d %s: `res error` event emit, total size %d",tr,Et,Tr)}),Ar.on("aborted",function(){Mr=!0,de("Request#%d %s: `res aborted` event emit, total size %d",tr,Et,Tr)}),Qr){var In=Nr(Ar);if(In.redirect){Ar.resume();return}return In.error?(Ar.resume(),Qr.end(),Kr(In.error,null,Ar)):(Ue.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(zr||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),Tr+=sa.length,Sa.push(sa)}),Ar.on("end",function(){var sa=j.concat(Sa,Tr);if(de("Request#%d %s: `res end` event emit, total size %d, _dumped: %s",tr,Et,Tr,Ar._dumped),zr)return Kr(zr,sa,Ar);var qa=Nr(Ar);if(qa.error)return Kr(qa.error,sa,Ar);qa.redirect||jr(Ar,sa,function(To,Hi,na){if(To)return Kr(To,sa,Ar);if(!na&&Ve.indexOf(Ue.dataType)>=0){try{Hi=decodeBodyByCharset(Hi,Ar)}catch(Ds){return de("decodeBodyByCharset error: %s",Ds),Kr(null,Hi,Ar)}if(Ue.dataType==="json")if(Tr===0)Hi=null;else{var Ma=parseJSON(Hi,br);Ma.error?To=Ma.error:Hi=Ma.data}}Mr&&de("Request#%d %s: Remote socket was terminated before `response.end()` was called",tr,Et),Kr(To,Hi,Ar)})})}var Po,Wa;Array.isArray(Ue.timeout)?(Po=pe(Ue.timeout[0]),Wa=pe(Ue.timeout[1])):Po=Wa=pe(Ue.timeout),de("ConnectTimeout: %d, ResponseTimeout: %d",Po,Wa);function qo(){de("Connect timer ticking, timeout: %d",Po),_r=setTimeout(function(){_r=null,Cr===-1&&(Cr=-2);var Ar="Connect timeout for "+Po+"ms",On="ConnectionTimeoutError";Kn.socket||(On="SocketAssignTimeoutError",Ar+=", working sockets is full"),zr=new Error(Ar),zr.name=On,zr.requestId=tr,de("ConnectTimeout: Request#%d %s %s: %s, connected: %s",tr,Et,zr.name,Ar,Vr),Hr()},Po)}function ds(){de("Response timer ticking, timeout: %d",Wa),Fr=setTimeout(function(){Fr=null;var Ar="Response timeout for "+Wa+"ms",On="ResponseTimeoutError";zr=new Error(Ar),zr.name=On,zr.requestId=tr,de("ResponseTimeout: Request#%d %s %s: %s, connected: %s",tr,Et,zr.name,Ar,Vr),Hr()},Wa)}var Kn;Rr.mode=Ue.mode?Ue.mode:"";try{Kn=mr.request(Rr,ca)}catch(Ar){return Kr(Ar)}typeof window>"u"?qo():Kn.on("requestTimeout",function(){Cr===-1&&(Cr=-2);var Ar="Connect timeout for "+Po+"ms",On="ConnectionTimeoutError";zr=new Error(Ar),zr.name=On,zr.requestId=tr,Hr()});function Hr(){de("Request#%d %s abort, connected: %s",tr,Et,Vr),Kn.socket||(zr.noSocket=!0,Kr(zr)),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(In,Sa,sa){de("Request#%d %s lookup: %s, %s, %s",tr,Et,In,Sa,sa),Dr&&(Dr.dnslookup=Date.now()-ar),Sa&&(yr=Sa)}),Ar.once("connect",function(){Dr&&(Dr.connected=Date.now()-ar),kr(),ds(),de("Request#%d %s new socket connected",tr,Et),Vr=!0,yr||(yr=Ar.remoteAddress),Sr=Ar.remotePort});return}de("Request#%d %s reuse socket connected, readyState: %s",tr,Et,On),Vr=!0,Gr=!0,yr||(yr=Ar.remoteAddress),Sr=Ar.remotePort,kr(),ds()}),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(zr||Ar)}),Qr&&Qr.once("error",function(Ar){Ar.message+=' (writeStream "error")',zr=Ar,de("Request#%d %s `writeStream error` event emit, %s: %s",tr,Et,Ar.name,Ar.message),Hr()}),Ue.stream?(Ue.stream.pipe(Kn),Ue.stream.once("error",function(Ar){Ar.message+=' (stream "error")',zr=Ar,de("Request#%d %s `readStream error` event emit, %s: %s",tr,Et,Ar.name,Ar.message),Hr()})):Kn.end(Er),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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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.10",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"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:"20240818.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:18943",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:"false",GITHUB_RUN_ID:"10543836863",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"1904ab492a054fb17b56f6b35fdd4faaf929ca44",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_1e849aad-7f1d-416a-9b06-d64f44ff84ab",INVOCATION_ID:"f332161b63ff4ce3b5d5ede5c9c7ca36",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:"395",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 20",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"false",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"1904ab492a054fb17b56f6b35fdd4faaf929ca44",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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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",STATS_TIS:"mining",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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:2113,ppid:2112,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 yr=new Uint8Array(1),Sr={foo:function(){return 42}};return Object.setPrototypeOf(Sr,Uint8Array.prototype),Object.setPrototypeOf(yr,Sr),yr.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 $(yr){if(yr>k)throw new RangeError('The value "'+yr+'" is invalid for option "size"');var Sr=new Uint8Array(yr);return Object.setPrototypeOf(Sr,j.prototype),Sr}function j(yr,Sr,Dr){if(typeof yr=="number"){if(typeof Sr=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return ie(yr)}return V(yr,Sr,Dr)}j.poolSize=8192;function V(yr,Sr,Dr){if(typeof yr=="string")return oe(yr,Sr);if(ArrayBuffer.isView(yr))return de(yr);if(yr==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof yr);if(Tr(yr,ArrayBuffer)||yr&&Tr(yr.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(Tr(yr,SharedArrayBuffer)||yr&&Tr(yr.buffer,SharedArrayBuffer)))return pe(yr,Sr,Dr);if(typeof yr=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var kr=yr.valueOf&&yr.valueOf();if(kr!=null&&kr!==yr)return j.from(kr,Sr,Dr);var Wr=Ie(yr);if(Wr)return Wr;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof yr[Symbol.toPrimitive]=="function")return j.from(yr[Symbol.toPrimitive]("string"),Sr,Dr);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof yr)}j.from=function(yr,Sr,Dr){return V(yr,Sr,Dr)},Object.setPrototypeOf(j.prototype,Uint8Array.prototype),Object.setPrototypeOf(j,Uint8Array);function z(yr){if(typeof yr!="number")throw new TypeError('"size" argument must be of type number');if(yr<0)throw new RangeError('The value "'+yr+'" is invalid for option "size"')}function re(yr,Sr,Dr){return z(yr),yr<=0?$(yr):Sr!==void 0?typeof Dr=="string"?$(yr).fill(Sr,Dr):$(yr).fill(Sr):$(yr)}j.alloc=function(yr,Sr,Dr){return re(yr,Sr,Dr)};function ie(yr){return z(yr),$(yr<0?0:_e(yr)|0)}j.allocUnsafe=function(yr){return ie(yr)},j.allocUnsafeSlow=function(yr){return ie(yr)};function oe(yr,Sr){if((typeof Sr!="string"||Sr==="")&&(Sr="utf8"),!j.isEncoding(Sr))throw new TypeError("Unknown encoding: "+Sr);var Dr=he(yr,Sr)|0,kr=$(Dr),Wr=kr.write(yr,Sr);return Wr!==Dr&&(kr=kr.slice(0,Wr)),kr}function ue(yr){for(var Sr=yr.length<0?0:_e(yr.length)|0,Dr=$(Sr),kr=0;kr<Sr;kr+=1)Dr[kr]=yr[kr]&255;return Dr}function de(yr){if(Tr(yr,Uint8Array)){var Sr=new Uint8Array(yr);return pe(Sr.buffer,Sr.byteOffset,Sr.byteLength)}return ue(yr)}function pe(yr,Sr,Dr){if(Sr<0||yr.byteLength<Sr)throw new RangeError('"offset" is outside of buffer bounds');if(yr.byteLength<Sr+(Dr||0))throw new RangeError('"length" is outside of buffer bounds');var kr;return Sr===void 0&&Dr===void 0?kr=new Uint8Array(yr):Dr===void 0?kr=new Uint8Array(yr,Sr):kr=new Uint8Array(yr,Sr,Dr),Object.setPrototypeOf(kr,j.prototype),kr}function Ie(yr){if(j.isBuffer(yr)){var Sr=_e(yr.length)|0,Dr=$(Sr);return Dr.length===0||yr.copy(Dr,0,0,Sr),Dr}if(yr.length!==void 0)return typeof yr.length!="number"||Cr(yr.length)?$(0):ue(yr);if(yr.type==="Buffer"&&Array.isArray(yr.data))return ue(yr.data)}function _e(yr){if(yr>=k)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+k.toString(16)+" bytes");return yr|0}function Ce(yr){return+yr!=yr&&(yr=0),j.alloc(+yr)}j.isBuffer=function(Sr){return Sr!=null&&Sr._isBuffer===!0&&Sr!==j.prototype},j.compare=function(Sr,Dr){if(Tr(Sr,Uint8Array)&&(Sr=j.from(Sr,Sr.offset,Sr.byteLength)),Tr(Dr,Uint8Array)&&(Dr=j.from(Dr,Dr.offset,Dr.byteLength)),!j.isBuffer(Sr)||!j.isBuffer(Dr))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(Sr===Dr)return 0;for(var kr=Sr.length,Wr=Dr.length,Kr=0,Nr=Math.min(kr,Wr);Kr<Nr;++Kr)if(Sr[Kr]!==Dr[Kr]){kr=Sr[Kr],Wr=Dr[Kr];break}return kr<Wr?-1:Wr<kr?1:0},j.isEncoding=function(Sr){switch(String(Sr).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(Sr,Dr){if(!Array.isArray(Sr))throw new TypeError('"list" argument must be an Array of Buffers');if(Sr.length===0)return j.alloc(0);var kr;if(Dr===void 0)for(Dr=0,kr=0;kr<Sr.length;++kr)Dr+=Sr[kr].length;var Wr=j.allocUnsafe(Dr),Kr=0;for(kr=0;kr<Sr.length;++kr){var Nr=Sr[kr];if(Tr(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 he(yr,Sr){if(j.isBuffer(yr))return yr.length;if(ArrayBuffer.isView(yr)||Tr(yr,ArrayBuffer))return yr.byteLength;if(typeof yr!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof yr);var Dr=yr.length,kr=arguments.length>2&&arguments[2]===!0;if(!kr&&Dr===0)return 0;for(var Wr=!1;;)switch(Sr){case"ascii":case"latin1":case"binary":return Dr;case"utf8":case"utf-8":return _r(yr).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Dr*2;case"hex":return Dr>>>1;case"base64":return Vr(yr).length;default:if(Wr)return kr?-1:_r(yr).length;Sr=(""+Sr).toLowerCase(),Wr=!0}}j.byteLength=he;function Ne(yr,Sr,Dr){var kr=!1;if((Sr===void 0||Sr<0)&&(Sr=0),Sr>this.length||((Dr===void 0||Dr>this.length)&&(Dr=this.length),Dr<=0)||(Dr>>>=0,Sr>>>=0,Dr<=Sr))return"";for(yr||(yr="utf8");;)switch(yr){case"hex":return hr(this,Sr,Dr);case"utf8":case"utf-8":return ar(this,Sr,Dr);case"ascii":return cr(this,Sr,Dr);case"latin1":case"binary":return mr(this,Sr,Dr);case"base64":return rr(this,Sr,Dr);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return br(this,Sr,Dr);default:if(kr)throw new TypeError("Unknown encoding: "+yr);yr=(yr+"").toLowerCase(),kr=!0}}j.prototype._isBuffer=!0;function Fe(yr,Sr,Dr){var kr=yr[Sr];yr[Sr]=yr[Dr],yr[Dr]=kr}j.prototype.swap16=function(){var Sr=this.length;if(Sr%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var Dr=0;Dr<Sr;Dr+=2)Fe(this,Dr,Dr+1);return this},j.prototype.swap32=function(){var Sr=this.length;if(Sr%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var Dr=0;Dr<Sr;Dr+=4)Fe(this,Dr,Dr+3),Fe(this,Dr+1,Dr+2);return this},j.prototype.swap64=function(){var Sr=this.length;if(Sr%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var Dr=0;Dr<Sr;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 Sr=this.length;return Sr===0?"":arguments.length===0?ar(this,0,Sr):Ne.apply(this,arguments)},j.prototype.toLocaleString=j.prototype.toString,j.prototype.equals=function(Sr){if(!j.isBuffer(Sr))throw new TypeError("Argument must be a Buffer");return this===Sr?!0:j.compare(this,Sr)===0},j.prototype.inspect=function(){var Sr="",Dr=e.INSPECT_MAX_BYTES;return Sr=this.toString("hex",0,Dr).replace(/(.{2})/g,"$1 ").trim(),this.length>Dr&&(Sr+=" ... "),"<Buffer "+Sr+">"},n&&(j.prototype[n]=j.prototype.inspect),j.prototype.compare=function(Sr,Dr,kr,Wr,Kr){if(Tr(Sr,Uint8Array)&&(Sr=j.from(Sr,Sr.offset,Sr.byteLength)),!j.isBuffer(Sr))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof Sr);if(Dr===void 0&&(Dr=0),kr===void 0&&(kr=Sr?Sr.length:0),Wr===void 0&&(Wr=0),Kr===void 0&&(Kr=this.length),Dr<0||kr>Sr.length||Wr<0||Kr>this.length)throw new RangeError("out of range index");if(Wr>=Kr&&Dr>=kr)return 0;if(Wr>=Kr)return-1;if(Dr>=kr)return 1;if(Dr>>>=0,kr>>>=0,Wr>>>=0,Kr>>>=0,this===Sr)return 0;for(var Nr=Kr-Wr,jr=kr-Dr,Qr=Math.min(Nr,jr),ca=this.slice(Wr,Kr),Po=Sr.slice(Dr,kr),Wa=0;Wa<Qr;++Wa)if(ca[Wa]!==Po[Wa]){Nr=ca[Wa],jr=Po[Wa];break}return Nr<jr?-1:jr<Nr?1:0};function Ve(yr,Sr,Dr,kr,Wr){if(yr.length===0)return-1;if(typeof Dr=="string"?(kr=Dr,Dr=0):Dr>2147483647?Dr=2147483647:Dr<-2147483648&&(Dr=-2147483648),Dr=+Dr,Cr(Dr)&&(Dr=Wr?0:yr.length-1),Dr<0&&(Dr=yr.length+Dr),Dr>=yr.length){if(Wr)return-1;Dr=yr.length-1}else if(Dr<0)if(Wr)Dr=0;else return-1;if(typeof Sr=="string"&&(Sr=j.from(Sr,kr)),j.isBuffer(Sr))return Sr.length===0?-1:jt(yr,Sr,Dr,kr,Wr);if(typeof Sr=="number")return Sr=Sr&255,typeof Uint8Array.prototype.indexOf=="function"?Wr?Uint8Array.prototype.indexOf.call(yr,Sr,Dr):Uint8Array.prototype.lastIndexOf.call(yr,Sr,Dr):jt(yr,[Sr],Dr,kr,Wr);throw new TypeError("val must be string, number or Buffer")}function jt(yr,Sr,Dr,kr,Wr){var Kr=1,Nr=yr.length,jr=Sr.length;if(kr!==void 0&&(kr=String(kr).toLowerCase(),kr==="ucs2"||kr==="ucs-2"||kr==="utf16le"||kr==="utf-16le")){if(yr.length<2||Sr.length<2)return-1;Kr=2,Nr/=2,jr/=2,Dr/=2}function Qr(ds,Kn){return Kr===1?ds[Kn]:ds.readUInt16BE(Kn*Kr)}var ca;if(Wr){var Po=-1;for(ca=Dr;ca<Nr;ca++)if(Qr(yr,ca)===Qr(Sr,Po===-1?0:ca-Po)){if(Po===-1&&(Po=ca),ca-Po+1===jr)return Po*Kr}else Po!==-1&&(ca-=ca-Po),Po=-1}else for(Dr+jr>Nr&&(Dr=Nr-jr),ca=Dr;ca>=0;ca--){for(var Wa=!0,qo=0;qo<jr;qo++)if(Qr(yr,ca+qo)!==Qr(Sr,qo)){Wa=!1;break}if(Wa)return ca}return-1}j.prototype.includes=function(Sr,Dr,kr){return this.indexOf(Sr,Dr,kr)!==-1},j.prototype.indexOf=function(Sr,Dr,kr){return Ve(this,Sr,Dr,kr,!0)},j.prototype.lastIndexOf=function(Sr,Dr,kr){return Ve(this,Sr,Dr,kr,!1)};function Et(yr,Sr,Dr,kr){Dr=Number(Dr)||0;var Wr=yr.length-Dr;kr?(kr=Number(kr),kr>Wr&&(kr=Wr)):kr=Wr;var Kr=Sr.length;kr>Kr/2&&(kr=Kr/2);for(var Nr=0;Nr<kr;++Nr){var jr=parseInt(Sr.substr(Nr*2,2),16);if(Cr(jr))return Nr;yr[Dr+Nr]=jr}return Nr}function Ue(yr,Sr,Dr,kr){return Gr(_r(Sr,yr.length-Dr),yr,Dr,kr)}function qe(yr,Sr,Dr,kr){return Gr(Fr(Sr),yr,Dr,kr)}function kt(yr,Sr,Dr,kr){return Gr(Vr(Sr),yr,Dr,kr)}function tr(yr,Sr,Dr,kr){return Gr(zr(Sr,yr.length-Dr),yr,Dr,kr)}j.prototype.write=function(Sr,Dr,kr,Wr){if(Dr===void 0)Wr="utf8",kr=this.length,Dr=0;else if(kr===void 0&&typeof Dr=="string")Wr=Dr,kr=this.length,Dr=0;else if(isFinite(Dr))Dr=Dr>>>0,isFinite(kr)?(kr=kr>>>0,Wr===void 0&&(Wr="utf8")):(Wr=kr,kr=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var Kr=this.length-Dr;if((kr===void 0||kr>Kr)&&(kr=Kr),Sr.length>0&&(kr<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,Sr,Dr,kr);case"utf8":case"utf-8":return Ue(this,Sr,Dr,kr);case"ascii":case"latin1":case"binary":return qe(this,Sr,Dr,kr);case"base64":return kt(this,Sr,Dr,kr);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return tr(this,Sr,Dr,kr);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(yr,Sr,Dr){return Sr===0&&Dr===yr.length?t.fromByteArray(yr):t.fromByteArray(yr.slice(Sr,Dr))}function ar(yr,Sr,Dr){Dr=Math.min(yr.length,Dr);for(var kr=[],Wr=Sr;Wr<Dr;){var Kr=yr[Wr],Nr=null,jr=Kr>239?4:Kr>223?3:Kr>191?2:1;if(Wr+jr<=Dr){var Qr,ca,Po,Wa;switch(jr){case 1:Kr<128&&(Nr=Kr);break;case 2:Qr=yr[Wr+1],(Qr&192)===128&&(Wa=(Kr&31)<<6|Qr&63,Wa>127&&(Nr=Wa));break;case 3:Qr=yr[Wr+1],ca=yr[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=yr[Wr+1],ca=yr[Wr+2],Po=yr[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,jr=1):Nr>65535&&(Nr-=65536,kr.push(Nr>>>10&1023|55296),Nr=56320|Nr&1023),kr.push(Nr),Wr+=jr}return ur(kr)}var nr=4096;function ur(yr){var Sr=yr.length;if(Sr<=nr)return String.fromCharCode.apply(String,yr);for(var Dr="",kr=0;kr<Sr;)Dr+=String.fromCharCode.apply(String,yr.slice(kr,kr+=nr));return Dr}function cr(yr,Sr,Dr){var kr="";Dr=Math.min(yr.length,Dr);for(var Wr=Sr;Wr<Dr;++Wr)kr+=String.fromCharCode(yr[Wr]&127);return kr}function mr(yr,Sr,Dr){var kr="";Dr=Math.min(yr.length,Dr);for(var Wr=Sr;Wr<Dr;++Wr)kr+=String.fromCharCode(yr[Wr]);return kr}function hr(yr,Sr,Dr){var kr=yr.length;(!Sr||Sr<0)&&(Sr=0),(!Dr||Dr<0||Dr>kr)&&(Dr=kr);for(var Wr="",Kr=Sr;Kr<Dr;++Kr)Wr+=Mr[yr[Kr]];return Wr}function br(yr,Sr,Dr){for(var kr=yr.slice(Sr,Dr),Wr="",Kr=0;Kr<kr.length-1;Kr+=2)Wr+=String.fromCharCode(kr[Kr]+kr[Kr+1]*256);return Wr}j.prototype.slice=function(Sr,Dr){var kr=this.length;Sr=~~Sr,Dr=Dr===void 0?kr:~~Dr,Sr<0?(Sr+=kr,Sr<0&&(Sr=0)):Sr>kr&&(Sr=kr),Dr<0?(Dr+=kr,Dr<0&&(Dr=0)):Dr>kr&&(Dr=kr),Dr<Sr&&(Dr=Sr);var Wr=this.subarray(Sr,Dr);return Object.setPrototypeOf(Wr,j.prototype),Wr};function Rr(yr,Sr,Dr){if(yr%1!==0||yr<0)throw new RangeError("offset is not uint");if(yr+Sr>Dr)throw new RangeError("Trying to access beyond buffer length")}j.prototype.readUintLE=j.prototype.readUIntLE=function(Sr,Dr,kr){Sr=Sr>>>0,Dr=Dr>>>0,kr||Rr(Sr,Dr,this.length);for(var Wr=this[Sr],Kr=1,Nr=0;++Nr<Dr&&(Kr*=256);)Wr+=this[Sr+Nr]*Kr;return Wr},j.prototype.readUintBE=j.prototype.readUIntBE=function(Sr,Dr,kr){Sr=Sr>>>0,Dr=Dr>>>0,kr||Rr(Sr,Dr,this.length);for(var Wr=this[Sr+--Dr],Kr=1;Dr>0&&(Kr*=256);)Wr+=this[Sr+--Dr]*Kr;return Wr},j.prototype.readUint8=j.prototype.readUInt8=function(Sr,Dr){return Sr=Sr>>>0,Dr||Rr(Sr,1,this.length),this[Sr]},j.prototype.readUint16LE=j.prototype.readUInt16LE=function(Sr,Dr){return Sr=Sr>>>0,Dr||Rr(Sr,2,this.length),this[Sr]|this[Sr+1]<<8},j.prototype.readUint16BE=j.prototype.readUInt16BE=function(Sr,Dr){return Sr=Sr>>>0,Dr||Rr(Sr,2,this.length),this[Sr]<<8|this[Sr+1]},j.prototype.readUint32LE=j.prototype.readUInt32LE=function(Sr,Dr){return Sr=Sr>>>0,Dr||Rr(Sr,4,this.length),(this[Sr]|this[Sr+1]<<8|this[Sr+2]<<16)+this[Sr+3]*16777216},j.prototype.readUint32BE=j.prototype.readUInt32BE=function(Sr,Dr){return Sr=Sr>>>0,Dr||Rr(Sr,4,this.length),this[Sr]*16777216+(this[Sr+1]<<16|this[Sr+2]<<8|this[Sr+3])},j.prototype.readIntLE=function(Sr,Dr,kr){Sr=Sr>>>0,Dr=Dr>>>0,kr||Rr(Sr,Dr,this.length);for(var Wr=this[Sr],Kr=1,Nr=0;++Nr<Dr&&(Kr*=256);)Wr+=this[Sr+Nr]*Kr;return Kr*=128,Wr>=Kr&&(Wr-=Math.pow(2,8*Dr)),Wr},j.prototype.readIntBE=function(Sr,Dr,kr){Sr=Sr>>>0,Dr=Dr>>>0,kr||Rr(Sr,Dr,this.length);for(var Wr=Dr,Kr=1,Nr=this[Sr+--Wr];Wr>0&&(Kr*=256);)Nr+=this[Sr+--Wr]*Kr;return Kr*=128,Nr>=Kr&&(Nr-=Math.pow(2,8*Dr)),Nr},j.prototype.readInt8=function(Sr,Dr){return Sr=Sr>>>0,Dr||Rr(Sr,1,this.length),this[Sr]&128?(255-this[Sr]+1)*-1:this[Sr]},j.prototype.readInt16LE=function(Sr,Dr){Sr=Sr>>>0,Dr||Rr(Sr,2,this.length);var kr=this[Sr]|this[Sr+1]<<8;return kr&32768?kr|4294901760:kr},j.prototype.readInt16BE=function(Sr,Dr){Sr=Sr>>>0,Dr||Rr(Sr,2,this.length);var kr=this[Sr+1]|this[Sr]<<8;return kr&32768?kr|4294901760:kr},j.prototype.readInt32LE=function(Sr,Dr){return Sr=Sr>>>0,Dr||Rr(Sr,4,this.length),this[Sr]|this[Sr+1]<<8|this[Sr+2]<<16|this[Sr+3]<<24},j.prototype.readInt32BE=function(Sr,Dr){return Sr=Sr>>>0,Dr||Rr(Sr,4,this.length),this[Sr]<<24|this[Sr+1]<<16|this[Sr+2]<<8|this[Sr+3]},j.prototype.readFloatLE=function(Sr,Dr){return Sr=Sr>>>0,Dr||Rr(Sr,4,this.length),y.read(this,Sr,!0,23,4)},j.prototype.readFloatBE=function(Sr,Dr){return Sr=Sr>>>0,Dr||Rr(Sr,4,this.length),y.read(this,Sr,!1,23,4)},j.prototype.readDoubleLE=function(Sr,Dr){return Sr=Sr>>>0,Dr||Rr(Sr,8,this.length),y.read(this,Sr,!0,52,8)},j.prototype.readDoubleBE=function(Sr,Dr){return Sr=Sr>>>0,Dr||Rr(Sr,8,this.length),y.read(this,Sr,!1,52,8)};function xr(yr,Sr,Dr,kr,Wr,Kr){if(!j.isBuffer(yr))throw new TypeError('"buffer" argument must be a Buffer instance');if(Sr>Wr||Sr<Kr)throw new RangeError('"value" argument is out of bounds');if(Dr+kr>yr.length)throw new RangeError("Index out of range")}j.prototype.writeUintLE=j.prototype.writeUIntLE=function(Sr,Dr,kr,Wr){if(Sr=+Sr,Dr=Dr>>>0,kr=kr>>>0,!Wr){var Kr=Math.pow(2,8*kr)-1;xr(this,Sr,Dr,kr,Kr,0)}var Nr=1,jr=0;for(this[Dr]=Sr&255;++jr<kr&&(Nr*=256);)this[Dr+jr]=Sr/Nr&255;return Dr+kr},j.prototype.writeUintBE=j.prototype.writeUIntBE=function(Sr,Dr,kr,Wr){if(Sr=+Sr,Dr=Dr>>>0,kr=kr>>>0,!Wr){var Kr=Math.pow(2,8*kr)-1;xr(this,Sr,Dr,kr,Kr,0)}var Nr=kr-1,jr=1;for(this[Dr+Nr]=Sr&255;--Nr>=0&&(jr*=256);)this[Dr+Nr]=Sr/jr&255;return Dr+kr},j.prototype.writeUint8=j.prototype.writeUInt8=function(Sr,Dr,kr){return Sr=+Sr,Dr=Dr>>>0,kr||xr(this,Sr,Dr,1,255,0),this[Dr]=Sr&255,Dr+1},j.prototype.writeUint16LE=j.prototype.writeUInt16LE=function(Sr,Dr,kr){return Sr=+Sr,Dr=Dr>>>0,kr||xr(this,Sr,Dr,2,65535,0),this[Dr]=Sr&255,this[Dr+1]=Sr>>>8,Dr+2},j.prototype.writeUint16BE=j.prototype.writeUInt16BE=function(Sr,Dr,kr){return Sr=+Sr,Dr=Dr>>>0,kr||xr(this,Sr,Dr,2,65535,0),this[Dr]=Sr>>>8,this[Dr+1]=Sr&255,Dr+2},j.prototype.writeUint32LE=j.prototype.writeUInt32LE=function(Sr,Dr,kr){return Sr=+Sr,Dr=Dr>>>0,kr||xr(this,Sr,Dr,4,4294967295,0),this[Dr+3]=Sr>>>24,this[Dr+2]=Sr>>>16,this[Dr+1]=Sr>>>8,this[Dr]=Sr&255,Dr+4},j.prototype.writeUint32BE=j.prototype.writeUInt32BE=function(Sr,Dr,kr){return Sr=+Sr,Dr=Dr>>>0,kr||xr(this,Sr,Dr,4,4294967295,0),this[Dr]=Sr>>>24,this[Dr+1]=Sr>>>16,this[Dr+2]=Sr>>>8,this[Dr+3]=Sr&255,Dr+4},j.prototype.writeIntLE=function(Sr,Dr,kr,Wr){if(Sr=+Sr,Dr=Dr>>>0,!Wr){var Kr=Math.pow(2,8*kr-1);xr(this,Sr,Dr,kr,Kr-1,-Kr)}var Nr=0,jr=1,Qr=0;for(this[Dr]=Sr&255;++Nr<kr&&(jr*=256);)Sr<0&&Qr===0&&this[Dr+Nr-1]!==0&&(Qr=1),this[Dr+Nr]=(Sr/jr>>0)-Qr&255;return Dr+kr},j.prototype.writeIntBE=function(Sr,Dr,kr,Wr){if(Sr=+Sr,Dr=Dr>>>0,!Wr){var Kr=Math.pow(2,8*kr-1);xr(this,Sr,Dr,kr,Kr-1,-Kr)}var Nr=kr-1,jr=1,Qr=0;for(this[Dr+Nr]=Sr&255;--Nr>=0&&(jr*=256);)Sr<0&&Qr===0&&this[Dr+Nr+1]!==0&&(Qr=1),this[Dr+Nr]=(Sr/jr>>0)-Qr&255;return Dr+kr},j.prototype.writeInt8=function(Sr,Dr,kr){return Sr=+Sr,Dr=Dr>>>0,kr||xr(this,Sr,Dr,1,127,-128),Sr<0&&(Sr=255+Sr+1),this[Dr]=Sr&255,Dr+1},j.prototype.writeInt16LE=function(Sr,Dr,kr){return Sr=+Sr,Dr=Dr>>>0,kr||xr(this,Sr,Dr,2,32767,-32768),this[Dr]=Sr&255,this[Dr+1]=Sr>>>8,Dr+2},j.prototype.writeInt16BE=function(Sr,Dr,kr){return Sr=+Sr,Dr=Dr>>>0,kr||xr(this,Sr,Dr,2,32767,-32768),this[Dr]=Sr>>>8,this[Dr+1]=Sr&255,Dr+2},j.prototype.writeInt32LE=function(Sr,Dr,kr){return Sr=+Sr,Dr=Dr>>>0,kr||xr(this,Sr,Dr,4,2147483647,-2147483648),this[Dr]=Sr&255,this[Dr+1]=Sr>>>8,this[Dr+2]=Sr>>>16,this[Dr+3]=Sr>>>24,Dr+4},j.prototype.writeInt32BE=function(Sr,Dr,kr){return Sr=+Sr,Dr=Dr>>>0,kr||xr(this,Sr,Dr,4,2147483647,-2147483648),Sr<0&&(Sr=4294967295+Sr+1),this[Dr]=Sr>>>24,this[Dr+1]=Sr>>>16,this[Dr+2]=Sr>>>8,this[Dr+3]=Sr&255,Dr+4};function Er(yr,Sr,Dr,kr,Wr,Kr){if(Dr+kr>yr.length)throw new RangeError("Index out of range");if(Dr<0)throw new RangeError("Index out of range")}function vr(yr,Sr,Dr,kr,Wr){return Sr=+Sr,Dr=Dr>>>0,Wr||Er(yr,Sr,Dr,4),y.write(yr,Sr,Dr,kr,23,4),Dr+4}j.prototype.writeFloatLE=function(Sr,Dr,kr){return vr(this,Sr,Dr,!0,kr)},j.prototype.writeFloatBE=function(Sr,Dr,kr){return vr(this,Sr,Dr,!1,kr)};function Ir(yr,Sr,Dr,kr,Wr){return Sr=+Sr,Dr=Dr>>>0,Wr||Er(yr,Sr,Dr,8),y.write(yr,Sr,Dr,kr,52,8),Dr+8}j.prototype.writeDoubleLE=function(Sr,Dr,kr){return Ir(this,Sr,Dr,!0,kr)},j.prototype.writeDoubleBE=function(Sr,Dr,kr){return Ir(this,Sr,Dr,!1,kr)},j.prototype.copy=function(Sr,Dr,kr,Wr){if(!j.isBuffer(Sr))throw new TypeError("argument should be a Buffer");if(kr||(kr=0),!Wr&&Wr!==0&&(Wr=this.length),Dr>=Sr.length&&(Dr=Sr.length),Dr||(Dr=0),Wr>0&&Wr<kr&&(Wr=kr),Wr===kr||Sr.length===0||this.length===0)return 0;if(Dr<0)throw new RangeError("targetStart out of bounds");if(kr<0||kr>=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),Sr.length-Dr<Wr-kr&&(Wr=Sr.length-Dr+kr);var Kr=Wr-kr;return this===Sr&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(Dr,kr,Wr):Uint8Array.prototype.set.call(Sr,this.subarray(kr,Wr),Dr),Kr},j.prototype.fill=function(Sr,Dr,kr,Wr){if(typeof Sr=="string"){if(typeof Dr=="string"?(Wr=Dr,Dr=0,kr=this.length):typeof kr=="string"&&(Wr=kr,kr=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(Sr.length===1){var Kr=Sr.charCodeAt(0);(Wr==="utf8"&&Kr<128||Wr==="latin1")&&(Sr=Kr)}}else typeof Sr=="number"?Sr=Sr&255:typeof Sr=="boolean"&&(Sr=Number(Sr));if(Dr<0||this.length<Dr||this.length<kr)throw new RangeError("Out of range index");if(kr<=Dr)return this;Dr=Dr>>>0,kr=kr===void 0?this.length:kr>>>0,Sr||(Sr=0);var Nr;if(typeof Sr=="number")for(Nr=Dr;Nr<kr;++Nr)this[Nr]=Sr;else{var jr=j.isBuffer(Sr)?Sr:j.from(Sr,Wr),Qr=jr.length;if(Qr===0)throw new TypeError('The value "'+Sr+'" is invalid for argument "value"');for(Nr=0;Nr<kr-Dr;++Nr)this[Nr+Dr]=jr[Nr%Qr]}return this};var Lr=/[^+/0-9A-Za-z-_]/g;function gr(yr){if(yr=yr.split("=")[0],yr=yr.trim().replace(Lr,""),yr.length<2)return"";for(;yr.length%4!==0;)yr=yr+"=";return yr}function _r(yr,Sr){Sr=Sr||1/0;for(var Dr,kr=yr.length,Wr=null,Kr=[],Nr=0;Nr<kr;++Nr){if(Dr=yr.charCodeAt(Nr),Dr>55295&&Dr<57344){if(!Wr){if(Dr>56319){(Sr-=3)>-1&&Kr.push(239,191,189);continue}else if(Nr+1===kr){(Sr-=3)>-1&&Kr.push(239,191,189);continue}Wr=Dr;continue}if(Dr<56320){(Sr-=3)>-1&&Kr.push(239,191,189),Wr=Dr;continue}Dr=(Wr-55296<<10|Dr-56320)+65536}else Wr&&(Sr-=3)>-1&&Kr.push(239,191,189);if(Wr=null,Dr<128){if((Sr-=1)<0)break;Kr.push(Dr)}else if(Dr<2048){if((Sr-=2)<0)break;Kr.push(Dr>>6|192,Dr&63|128)}else if(Dr<65536){if((Sr-=3)<0)break;Kr.push(Dr>>12|224,Dr>>6&63|128,Dr&63|128)}else if(Dr<1114112){if((Sr-=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 Fr(yr){for(var Sr=[],Dr=0;Dr<yr.length;++Dr)Sr.push(yr.charCodeAt(Dr)&255);return Sr}function zr(yr,Sr){for(var Dr,kr,Wr,Kr=[],Nr=0;Nr<yr.length&&!((Sr-=2)<0);++Nr)Dr=yr.charCodeAt(Nr),kr=Dr>>8,Wr=Dr%256,Kr.push(Wr),Kr.push(kr);return Kr}function Vr(yr){return t.toByteArray(gr(yr))}function Gr(yr,Sr,Dr,kr){for(var Wr=0;Wr<kr&&!(Wr+Dr>=Sr.length||Wr>=yr.length);++Wr)Sr[Wr+Dr]=yr[Wr];return Wr}function Tr(yr,Sr){return yr instanceof Sr||yr!=null&&yr.constructor!=null&&yr.constructor.name!=null&&yr.constructor.name===Sr.name}function Cr(yr){return yr!==yr}var Mr=function(){for(var yr="0123456789abcdef",Sr=new Array(256),Dr=0;Dr<16;++Dr)for(var kr=Dr*16,Wr=0;Wr<16;++Wr)Sr[kr+Wr]=yr[Dr]+yr[Wr];return Sr}()})(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(kr){return kr.call.bind(kr)}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(kr,Wr){if(typeof kr!="object")return!1;try{return Wr(kr),!0}catch{return!1}}e.isArgumentsObject=t,e.isGeneratorFunction=y,e.isTypedArray=k;function pe(kr){return typeof Promise<"u"&&kr instanceof Promise||kr!==null&&typeof kr=="object"&&typeof kr.then=="function"&&typeof kr.catch=="function"}e.isPromise=pe;function Ie(kr){return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?ArrayBuffer.isView(kr):k(kr)||Er(kr)}e.isArrayBufferView=Ie;function _e(kr){return n(kr)==="Uint8Array"}e.isUint8Array=_e;function Ce(kr){return n(kr)==="Uint8ClampedArray"}e.isUint8ClampedArray=Ce;function he(kr){return n(kr)==="Uint16Array"}e.isUint16Array=he;function Ne(kr){return n(kr)==="Uint32Array"}e.isUint32Array=Ne;function Fe(kr){return n(kr)==="Int8Array"}e.isInt8Array=Fe;function Ve(kr){return n(kr)==="Int16Array"}e.isInt16Array=Ve;function jt(kr){return n(kr)==="Int32Array"}e.isInt32Array=jt;function Et(kr){return n(kr)==="Float32Array"}e.isFloat32Array=Et;function Ue(kr){return n(kr)==="Float64Array"}e.isFloat64Array=Ue;function qe(kr){return n(kr)==="BigInt64Array"}e.isBigInt64Array=qe;function kt(kr){return n(kr)==="BigUint64Array"}e.isBigUint64Array=kt;function tr(kr){return V(kr)==="[object Map]"}tr.working=typeof Map<"u"&&tr(new Map);function rr(kr){return typeof Map>"u"?!1:tr.working?tr(kr):kr instanceof Map}e.isMap=rr;function ar(kr){return V(kr)==="[object Set]"}ar.working=typeof Set<"u"&&ar(new Set);function nr(kr){return typeof Set>"u"?!1:ar.working?ar(kr):kr instanceof Set}e.isSet=nr;function ur(kr){return V(kr)==="[object WeakMap]"}ur.working=typeof WeakMap<"u"&&ur(new WeakMap);function cr(kr){return typeof WeakMap>"u"?!1:ur.working?ur(kr):kr instanceof WeakMap}e.isWeakMap=cr;function mr(kr){return V(kr)==="[object WeakSet]"}mr.working=typeof WeakSet<"u"&&mr(new WeakSet);function hr(kr){return mr(kr)}e.isWeakSet=hr;function br(kr){return V(kr)==="[object ArrayBuffer]"}br.working=typeof ArrayBuffer<"u"&&br(new ArrayBuffer);function Rr(kr){return typeof ArrayBuffer>"u"?!1:br.working?br(kr):kr instanceof ArrayBuffer}e.isArrayBuffer=Rr;function xr(kr){return V(kr)==="[object DataView]"}xr.working=typeof ArrayBuffer<"u"&&typeof DataView<"u"&&xr(new DataView(new ArrayBuffer(1),0,1));function Er(kr){return typeof DataView>"u"?!1:xr.working?xr(kr):kr instanceof DataView}e.isDataView=Er;var vr=typeof SharedArrayBuffer<"u"?SharedArrayBuffer:void 0;function Ir(kr){return V(kr)==="[object SharedArrayBuffer]"}function Lr(kr){return typeof vr>"u"?!1:(typeof Ir.working>"u"&&(Ir.working=Ir(new vr)),Ir.working?Ir(kr):kr instanceof vr)}e.isSharedArrayBuffer=Lr;function gr(kr){return V(kr)==="[object AsyncFunction]"}e.isAsyncFunction=gr;function _r(kr){return V(kr)==="[object Map Iterator]"}e.isMapIterator=_r;function Fr(kr){return V(kr)==="[object Set Iterator]"}e.isSetIterator=Fr;function zr(kr){return V(kr)==="[object Generator]"}e.isGeneratorObject=zr;function Vr(kr){return V(kr)==="[object WebAssembly.Module]"}e.isWebAssemblyCompiledModule=Vr;function Gr(kr){return de(kr,z)}e.isNumberObject=Gr;function Tr(kr){return de(kr,re)}e.isStringObject=Tr;function Cr(kr){return de(kr,ie)}e.isBooleanObject=Cr;function Mr(kr){return $&&de(kr,oe)}e.isBigIntObject=Mr;function yr(kr){return j&&de(kr,ue)}e.isSymbolObject=yr;function Sr(kr){return Gr(kr)||Tr(kr)||Cr(kr)||Mr(kr)||yr(kr)}e.isBoxedPrimitive=Sr;function Dr(kr){return typeof Uint8Array<"u"&&(Rr(kr)||Lr(kr))}e.isAnyArrayBuffer=Dr,["isProxy","isExternal","isModuleNamespaceObject"].forEach(function(kr){Object.defineProperty(e,kr,{enumerable:!1,value:function(){throw new Error(kr+" 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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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.10",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"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:"20240818.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:18943",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:"false",GITHUB_RUN_ID:"10543836863",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"1904ab492a054fb17b56f6b35fdd4faaf929ca44",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_1e849aad-7f1d-416a-9b06-d64f44ff84ab",INVOCATION_ID:"f332161b63ff4ce3b5d5ede5c9c7ca36",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:"395",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 20",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"false",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"1904ab492a054fb17b56f6b35fdd4faaf929ca44",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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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",STATS_TIS:"mining",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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:2113,ppid:2112,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 Lr=Object.keys(Ir),gr={},_r=0;_r<Lr.length;_r++)gr[Lr[_r]]=Object.getOwnPropertyDescriptor(Ir,Lr[_r]);return gr},k=/%[sdj%]/g;e.format=function(vr){if(!jt(vr)){for(var Ir=[],Lr=0;Lr<arguments.length;Lr++)Ir.push(V(arguments[Lr]));return Ir.join(" ")}for(var Lr=1,gr=arguments,_r=gr.length,Fr=String(vr).replace(k,function(Vr){if(Vr==="%%")return"%";if(Lr>=_r)return Vr;switch(Vr){case"%s":return String(gr[Lr++]);case"%d":return Number(gr[Lr++]);case"%j":try{return JSON.stringify(gr[Lr++])}catch{return"[Circular]"}default:return Vr}}),zr=gr[Lr];Lr<_r;zr=gr[++Lr])Ne(zr)||!kt(zr)?Fr+=" "+zr:Fr+=" "+V(zr);return Fr},e.deprecate=function(vr,Ir){if(typeof t<"u"&&t.noDeprecation===!0)return vr;if(typeof t>"u")return function(){return e.deprecate(vr,Ir).apply(this,arguments)};var Lr=!1;function gr(){if(!Lr){if(t.throwDeprecation)throw new Error(Ir);t.traceDeprecation?console.trace(Ir):console.error(Ir),Lr=!0}return vr.apply(this,arguments)}return gr};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(vr){if(vr=vr.toUpperCase(),!L[vr])if($.test(vr)){var Ir=t.pid;L[vr]=function(){var Lr=e.format.apply(e,arguments);console.error("%s %d: %s",vr,Ir,Lr)}}else L[vr]=function(){};return L[vr]};function V(vr,Ir){var Lr={seen:[],stylize:re};return arguments.length>=3&&(Lr.depth=arguments[2]),arguments.length>=4&&(Lr.colors=arguments[3]),he(Ir)?Lr.showHidden=Ir:Ir&&e._extend(Lr,Ir),Ue(Lr.showHidden)&&(Lr.showHidden=!1),Ue(Lr.depth)&&(Lr.depth=2),Ue(Lr.colors)&&(Lr.colors=!1),Ue(Lr.customInspect)&&(Lr.customInspect=!0),Lr.colors&&(Lr.stylize=z),oe(Lr,vr,Lr.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(vr,Ir){var Lr=V.styles[Ir];return Lr?"\x1B["+V.colors[Lr][0]+"m"+vr+"\x1B["+V.colors[Lr][1]+"m":vr}function re(vr,Ir){return vr}function ie(vr){var Ir={};return vr.forEach(function(Lr,gr){Ir[Lr]=!0}),Ir}function oe(vr,Ir,Lr){if(vr.customInspect&&Ir&&ar(Ir.inspect)&&Ir.inspect!==e.inspect&&!(Ir.constructor&&Ir.constructor.prototype===Ir)){var gr=Ir.inspect(Lr,vr);return jt(gr)||(gr=oe(vr,gr,Lr)),gr}var _r=ue(vr,Ir);if(_r)return _r;var Fr=Object.keys(Ir),zr=ie(Fr);if(vr.showHidden&&(Fr=Object.getOwnPropertyNames(Ir)),rr(Ir)&&(Fr.indexOf("message")>=0||Fr.indexOf("description")>=0))return de(Ir);if(Fr.length===0){if(ar(Ir)){var Vr=Ir.name?": "+Ir.name:"";return vr.stylize("[Function"+Vr+"]","special")}if(qe(Ir))return vr.stylize(RegExp.prototype.toString.call(Ir),"regexp");if(tr(Ir))return vr.stylize(Date.prototype.toString.call(Ir),"date");if(rr(Ir))return de(Ir)}var Gr="",Tr=!1,Cr=["{","}"];if(Ce(Ir)&&(Tr=!0,Cr=["[","]"]),ar(Ir)){var Mr=Ir.name?": "+Ir.name:"";Gr=" [Function"+Mr+"]"}if(qe(Ir)&&(Gr=" "+RegExp.prototype.toString.call(Ir)),tr(Ir)&&(Gr=" "+Date.prototype.toUTCString.call(Ir)),rr(Ir)&&(Gr=" "+de(Ir)),Fr.length===0&&(!Tr||Ir.length==0))return Cr[0]+Gr+Cr[1];if(Lr<0)return qe(Ir)?vr.stylize(RegExp.prototype.toString.call(Ir),"regexp"):vr.stylize("[Object]","special");vr.seen.push(Ir);var yr;return Tr?yr=pe(vr,Ir,Lr,zr,Fr):yr=Fr.map(function(Sr){return Ie(vr,Ir,Lr,zr,Sr,Tr)}),vr.seen.pop(),_e(yr,Gr,Cr)}function ue(vr,Ir){if(Ue(Ir))return vr.stylize("undefined","undefined");if(jt(Ir)){var Lr="'"+JSON.stringify(Ir).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return vr.stylize(Lr,"string")}if(Ve(Ir))return vr.stylize(""+Ir,"number");if(he(Ir))return vr.stylize(""+Ir,"boolean");if(Ne(Ir))return vr.stylize("null","null")}function de(vr){return"["+Error.prototype.toString.call(vr)+"]"}function pe(vr,Ir,Lr,gr,_r){for(var Fr=[],zr=0,Vr=Ir.length;zr<Vr;++zr)br(Ir,String(zr))?Fr.push(Ie(vr,Ir,Lr,gr,String(zr),!0)):Fr.push("");return _r.forEach(function(Gr){Gr.match(/^\d+$/)||Fr.push(Ie(vr,Ir,Lr,gr,Gr,!0))}),Fr}function Ie(vr,Ir,Lr,gr,_r,Fr){var zr,Vr,Gr;if(Gr=Object.getOwnPropertyDescriptor(Ir,_r)||{value:Ir[_r]},Gr.get?Gr.set?Vr=vr.stylize("[Getter/Setter]","special"):Vr=vr.stylize("[Getter]","special"):Gr.set&&(Vr=vr.stylize("[Setter]","special")),br(gr,_r)||(zr="["+_r+"]"),Vr||(vr.seen.indexOf(Gr.value)<0?(Ne(Lr)?Vr=oe(vr,Gr.value,null):Vr=oe(vr,Gr.value,Lr-1),Vr.indexOf(`
`)>-1&&(Fr?Vr=Vr.split(`
`).map(function(Tr){return" "+Tr}).join(`
`).slice(2):Vr=`
`+Vr.split(`
`).map(function(Tr){return" "+Tr}).join(`
`))):Vr=vr.stylize("[Circular]","special")),Ue(zr)){if(Fr&&_r.match(/^\d+$/))return Vr;zr=JSON.stringify(""+_r),zr.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(zr=zr.slice(1,-1),zr=vr.stylize(zr,"name")):(zr=zr.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),zr=vr.stylize(zr,"string"))}return zr+": "+Vr}function _e(vr,Ir,Lr){var gr=vr.reduce(function(_r,Fr){return Fr.indexOf(`
`)>=0,_r+Fr.replace(/\u001b\[\d\d?m/g,"").length+1},0);return gr>60?Lr[0]+(Ir===""?"":Ir+`
`)+" "+vr.join(`,
`)+" "+Lr[1]:Lr[0]+Ir+" "+vr.join(", ")+" "+Lr[1]}e.types=types;function Ce(vr){return Array.isArray(vr)}e.isArray=Ce;function he(vr){return typeof vr=="boolean"}e.isBoolean=he;function Ne(vr){return vr===null}e.isNull=Ne;function Fe(vr){return vr==null}e.isNullOrUndefined=Fe;function Ve(vr){return typeof vr=="number"}e.isNumber=Ve;function jt(vr){return typeof vr=="string"}e.isString=jt;function Et(vr){return typeof vr=="symbol"}e.isSymbol=Et;function Ue(vr){return vr===void 0}e.isUndefined=Ue;function qe(vr){return kt(vr)&&ur(vr)==="[object RegExp]"}e.isRegExp=qe,e.types.isRegExp=qe;function kt(vr){return typeof vr=="object"&&vr!==null}e.isObject=kt;function tr(vr){return kt(vr)&&ur(vr)==="[object Date]"}e.isDate=tr,e.types.isDate=tr;function rr(vr){return kt(vr)&&(ur(vr)==="[object Error]"||vr instanceof Error)}e.isError=rr,e.types.isNativeError=rr;function ar(vr){return typeof vr=="function"}e.isFunction=ar;function nr(vr){return vr===null||typeof vr=="boolean"||typeof vr=="number"||typeof vr=="string"||typeof vr=="symbol"||typeof vr>"u"}e.isPrimitive=nr,e.isBuffer=isBufferBrowser;function ur(vr){return Object.prototype.toString.call(vr)}function cr(vr){return vr<10?"0"+vr.toString(10):vr.toString(10)}var mr=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function hr(){var vr=new Date,Ir=[cr(vr.getHours()),cr(vr.getMinutes()),cr(vr.getSeconds())].join(":");return[vr.getDate(),mr[vr.getMonth()],Ir].join(" ")}e.log=function(){console.log("%s - %s",hr(),e.format.apply(e,arguments))},e.inherits=inherits_browserExports,e._extend=function(vr,Ir){if(!Ir||!kt(Ir))return vr;for(var Lr=Object.keys(Ir),gr=Lr.length;gr--;)vr[Lr[gr]]=Ir[Lr[gr]];return vr};function br(vr,Ir){return Object.prototype.hasOwnProperty.call(vr,Ir)}var Rr=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(Rr&&Ir[Rr]){var Lr=Ir[Rr];if(typeof Lr!="function")throw new TypeError('The "util.promisify.custom" argument must be of type Function');return Object.defineProperty(Lr,Rr,{value:Lr,enumerable:!1,writable:!1,configurable:!0}),Lr}function Lr(){for(var gr,_r,Fr=new Promise(function(Gr,Tr){gr=Gr,_r=Tr}),zr=[],Vr=0;Vr<arguments.length;Vr++)zr.push(arguments[Vr]);zr.push(function(Gr,Tr){Gr?_r(Gr):gr(Tr)});try{Ir.apply(this,zr)}catch(Gr){_r(Gr)}return Fr}return Object.setPrototypeOf(Lr,Object.getPrototypeOf(Ir)),Rr&&Object.defineProperty(Lr,Rr,{value:Lr,enumerable:!1,writable:!1,configurable:!0}),Object.defineProperties(Lr,n(Ir))},e.promisify.custom=Rr;function xr(vr,Ir){if(!vr){var Lr=new Error("Promise was rejected with a falsy value");Lr.reason=vr,vr=Lr}return Ir(vr)}function Er(vr){if(typeof vr!="function")throw new TypeError('The "original" argument must be of type Function');function Ir(){for(var Lr=[],gr=0;gr<arguments.length;gr++)Lr.push(arguments[gr]);var _r=Lr.pop();if(typeof _r!="function")throw new TypeError("The last argument must be of type Function");var Fr=this,zr=function(){return _r.apply(Fr,arguments)};vr.apply(this,Lr).then(function(Vr){t.nextTick(zr.bind(null,null,Vr))},function(Vr){t.nextTick(xr.bind(null,Vr,zr))})}return Object.setPrototypeOf(Ir,Object.getPrototypeOf(vr)),Object.defineProperties(Ir,n(vr)),Ir}e.callbackify=Er})(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 _e=Object.getOwnPropertySymbols(de);pe&&(_e=_e.filter(function(Ce){return Object.getOwnPropertyDescriptor(de,Ce).enumerable})),Ie.push.apply(Ie,_e)}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(_e){y(de,_e,Ie[_e])}):Object.getOwnPropertyDescriptors?Object.defineProperties(de,Object.getOwnPropertyDescriptors(Ie)):e(Object(Ie)).forEach(function(_e){Object.defineProperty(de,_e,Object.getOwnPropertyDescriptor(Ie,_e))})}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 _e=pe[Ie];_e.enumerable=_e.enumerable||!1,_e.configurable=!0,"value"in _e&&(_e.writable=!0),Object.defineProperty(de,$(_e.key),_e)}}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 _e=Ie.call(de,pe||"default");if(typeof _e!="object")return _e;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 _e={data:Ie,next:null};this.length>0?this.tail.next=_e:this.head=_e,this.tail=_e,++this.length}},{key:"unshift",value:function(Ie){var _e={data:Ie,next:this.head};this.length===0&&(this.tail=_e),this.head=_e,++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 _e=this.head,Ce=""+_e.data;_e=_e.next;)Ce+=Ie+_e.data;return Ce}},{key:"concat",value:function(Ie){if(this.length===0)return z.alloc(0);for(var _e=z.allocUnsafe(Ie>>>0),Ce=this.head,he=0;Ce;)ue(Ce.data,_e,he),he+=Ce.data.length,Ce=Ce.next;return _e}},{key:"consume",value:function(Ie,_e){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=_e?this._getString(Ie):this._getBuffer(Ie),Ce}},{key:"first",value:function(){return this.head.data}},{key:"_getString",value:function(Ie){var _e=this.head,Ce=1,he=_e.data;for(Ie-=he.length;_e=_e.next;){var Ne=_e.data,Fe=Ie>Ne.length?Ne.length:Ie;if(Fe===Ne.length?he+=Ne:he+=Ne.slice(0,Ie),Ie-=Fe,Ie===0){Fe===Ne.length?(++Ce,_e.next?this.head=_e.next:this.head=this.tail=null):(this.head=_e,_e.data=Ne.slice(Fe));break}++Ce}return this.length-=Ce,he}},{key:"_getBuffer",value:function(Ie){var _e=z.allocUnsafe(Ie),Ce=this.head,he=1;for(Ce.data.copy(_e),Ie-=Ce.data.length;Ce=Ce.next;){var Ne=Ce.data,Fe=Ie>Ne.length?Ne.length:Ie;if(Ne.copy(_e,_e.length-Ie,0,Fe),Ie-=Fe,Ie===0){Fe===Ne.length?(++he,Ce.next?this.head=Ce.next:this.head=this.tail=null):(this.head=Ce,Ce.data=Ne.slice(Fe));break}++he}return this.length-=he,_e}},{key:oe,value:function(Ie,_e){return ie(this,t(t({},_e),{},{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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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.10",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"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:"20240818.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:18943",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:"false",GITHUB_RUN_ID:"10543836863",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"1904ab492a054fb17b56f6b35fdd4faaf929ca44",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_1e849aad-7f1d-416a-9b06-d64f44ff84ab",INVOCATION_ID:"f332161b63ff4ce3b5d5ede5c9c7ca36",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:"395",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 20",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"false",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"1904ab492a054fb17b56f6b35fdd4faaf929ca44",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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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",STATS_TIS:"mining",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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:2113,ppid:2112,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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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.10",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"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:"20240818.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:18943",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:"false",GITHUB_RUN_ID:"10543836863",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"1904ab492a054fb17b56f6b35fdd4faaf929ca44",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_1e849aad-7f1d-416a-9b06-d64f44ff84ab",INVOCATION_ID:"f332161b63ff4ce3b5d5ede5c9c7ca36",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:"395",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 20",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"false",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"1904ab492a054fb17b56f6b35fdd4faaf929ca44",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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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",STATS_TIS:"mining",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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:2113,ppid:2112,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=Ue;function t(gr){var _r=this;this.next=null,this.entry=null,this.finish=function(){Lr(_r,gr)}}var y;Ue.WritableState=jt;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(gr){return L.from(gr)}function V(gr){return L.isBuffer(gr)||gr 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,_e=oe.ERR_STREAM_DESTROYED,Ce=oe.ERR_STREAM_NULL_VALUES,he=oe.ERR_STREAM_WRITE_AFTER_END,Ne=oe.ERR_UNKNOWN_ENCODING,Fe=z.errorOrDestroy;inherits_browserExports(Ue,k);function Ve(){}function jt(gr,_r,Fr){y=y||require_stream_duplex(),gr=gr||{},typeof Fr!="boolean"&&(Fr=_r instanceof y),this.objectMode=!!gr.objectMode,Fr&&(this.objectMode=this.objectMode||!!gr.writableObjectMode),this.highWaterMark=ie(this,gr,"writableHighWaterMark",Fr),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var zr=gr.decodeStrings===!1;this.decodeStrings=!zr,this.defaultEncoding=gr.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(Vr){cr(_r,Vr)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.emitClose=gr.emitClose!==!1,this.autoDestroy=!!gr.autoDestroy,this.bufferedRequestCount=0,this.corkedRequestsFree=new t(this)}jt.prototype.getBuffer=function(){for(var _r=this.bufferedRequest,Fr=[];_r;)Fr.push(_r),_r=_r.next;return Fr},function(){try{Object.defineProperty(jt.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(Ue,Symbol.hasInstance,{value:function(_r){return Et.call(this,_r)?!0:this!==Ue?!1:_r&&_r._writableState instanceof jt}})):Et=function(_r){return _r instanceof this};function Ue(gr){y=y||require_stream_duplex();var _r=this instanceof y;if(!_r&&!Et.call(Ue,this))return new Ue(gr);this._writableState=new jt(gr,this,_r),this.writable=!0,gr&&(typeof gr.write=="function"&&(this._write=gr.write),typeof gr.writev=="function"&&(this._writev=gr.writev),typeof gr.destroy=="function"&&(this._destroy=gr.destroy),typeof gr.final=="function"&&(this._final=gr.final)),k.call(this)}Ue.prototype.pipe=function(){Fe(this,new Ie)};function qe(gr,_r){var Fr=new he;Fe(gr,Fr),e.nextTick(_r,Fr)}function kt(gr,_r,Fr,zr){var Vr;return Fr===null?Vr=new Ce:typeof Fr!="string"&&!_r.objectMode&&(Vr=new ue("chunk",["string","Buffer"],Fr)),Vr?(Fe(gr,Vr),e.nextTick(zr,Vr),!1):!0}Ue.prototype.write=function(gr,_r,Fr){var zr=this._writableState,Vr=!1,Gr=!zr.objectMode&&V(gr);return Gr&&!L.isBuffer(gr)&&(gr=j(gr)),typeof _r=="function"&&(Fr=_r,_r=null),Gr?_r="buffer":_r||(_r=zr.defaultEncoding),typeof Fr!="function"&&(Fr=Ve),zr.ending?qe(this,Fr):(Gr||kt(this,zr,gr,Fr))&&(zr.pendingcb++,Vr=rr(this,zr,Gr,gr,_r,Fr)),Vr},Ue.prototype.cork=function(){this._writableState.corked++},Ue.prototype.uncork=function(){var gr=this._writableState;gr.corked&&(gr.corked--,!gr.writing&&!gr.corked&&!gr.bufferProcessing&&gr.bufferedRequest&&br(this,gr))},Ue.prototype.setDefaultEncoding=function(_r){if(typeof _r=="string"&&(_r=_r.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((_r+"").toLowerCase())>-1))throw new Ne(_r);return this._writableState.defaultEncoding=_r,this},Object.defineProperty(Ue.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}});function tr(gr,_r,Fr){return!gr.objectMode&&gr.decodeStrings!==!1&&typeof _r=="string"&&(_r=L.from(_r,Fr)),_r}Object.defineProperty(Ue.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}});function rr(gr,_r,Fr,zr,Vr,Gr){if(!Fr){var Tr=tr(_r,zr,Vr);zr!==Tr&&(Fr=!0,Vr="buffer",zr=Tr)}var Cr=_r.objectMode?1:zr.length;_r.length+=Cr;var Mr=_r.length<_r.highWaterMark;if(Mr||(_r.needDrain=!0),_r.writing||_r.corked){var yr=_r.lastBufferedRequest;_r.lastBufferedRequest={chunk:zr,encoding:Vr,isBuf:Fr,callback:Gr,next:null},yr?yr.next=_r.lastBufferedRequest:_r.bufferedRequest=_r.lastBufferedRequest,_r.bufferedRequestCount+=1}else ar(gr,_r,!1,Cr,zr,Vr,Gr);return Mr}function ar(gr,_r,Fr,zr,Vr,Gr,Tr){_r.writelen=zr,_r.writecb=Tr,_r.writing=!0,_r.sync=!0,_r.destroyed?_r.onwrite(new _e("write")):Fr?gr._writev(Vr,_r.onwrite):gr._write(Vr,Gr,_r.onwrite),_r.sync=!1}function nr(gr,_r,Fr,zr,Vr){--_r.pendingcb,Fr?(e.nextTick(Vr,zr),e.nextTick(vr,gr,_r),gr._writableState.errorEmitted=!0,Fe(gr,zr)):(Vr(zr),gr._writableState.errorEmitted=!0,Fe(gr,zr),vr(gr,_r))}function ur(gr){gr.writing=!1,gr.writecb=null,gr.length-=gr.writelen,gr.writelen=0}function cr(gr,_r){var Fr=gr._writableState,zr=Fr.sync,Vr=Fr.writecb;if(typeof Vr!="function")throw new pe;if(ur(Fr),_r)nr(gr,Fr,zr,_r,Vr);else{var Gr=Rr(Fr)||gr.destroyed;!Gr&&!Fr.corked&&!Fr.bufferProcessing&&Fr.bufferedRequest&&br(gr,Fr),zr?e.nextTick(mr,gr,Fr,Gr,Vr):mr(gr,Fr,Gr,Vr)}}function mr(gr,_r,Fr,zr){Fr||hr(gr,_r),_r.pendingcb--,zr(),vr(gr,_r)}function hr(gr,_r){_r.length===0&&_r.needDrain&&(_r.needDrain=!1,gr.emit("drain"))}function br(gr,_r){_r.bufferProcessing=!0;var Fr=_r.bufferedRequest;if(gr._writev&&Fr&&Fr.next){var zr=_r.bufferedRequestCount,Vr=new Array(zr),Gr=_r.corkedRequestsFree;Gr.entry=Fr;for(var Tr=0,Cr=!0;Fr;)Vr[Tr]=Fr,Fr.isBuf||(Cr=!1),Fr=Fr.next,Tr+=1;Vr.allBuffers=Cr,ar(gr,_r,!0,_r.length,Vr,"",Gr.finish),_r.pendingcb++,_r.lastBufferedRequest=null,Gr.next?(_r.corkedRequestsFree=Gr.next,Gr.next=null):_r.corkedRequestsFree=new t(_r),_r.bufferedRequestCount=0}else{for(;Fr;){var Mr=Fr.chunk,yr=Fr.encoding,Sr=Fr.callback,Dr=_r.objectMode?1:Mr.length;if(ar(gr,_r,!1,Dr,Mr,yr,Sr),Fr=Fr.next,_r.bufferedRequestCount--,_r.writing)break}Fr===null&&(_r.lastBufferedRequest=null)}_r.bufferedRequest=Fr,_r.bufferProcessing=!1}Ue.prototype._write=function(gr,_r,Fr){Fr(new de("_write()"))},Ue.prototype._writev=null,Ue.prototype.end=function(gr,_r,Fr){var zr=this._writableState;return typeof gr=="function"?(Fr=gr,gr=null,_r=null):typeof _r=="function"&&(Fr=_r,_r=null),gr!=null&&this.write(gr,_r),zr.corked&&(zr.corked=1,this.uncork()),zr.ending||Ir(this,zr,Fr),this},Object.defineProperty(Ue.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}});function Rr(gr){return gr.ending&&gr.length===0&&gr.bufferedRequest===null&&!gr.finished&&!gr.writing}function xr(gr,_r){gr._final(function(Fr){_r.pendingcb--,Fr&&Fe(gr,Fr),_r.prefinished=!0,gr.emit("prefinish"),vr(gr,_r)})}function Er(gr,_r){!_r.prefinished&&!_r.finalCalled&&(typeof gr._final=="function"&&!_r.destroyed?(_r.pendingcb++,_r.finalCalled=!0,e.nextTick(xr,gr,_r)):(_r.prefinished=!0,gr.emit("prefinish")))}function vr(gr,_r){var Fr=Rr(_r);if(Fr&&(Er(gr,_r),_r.pendingcb===0&&(_r.finished=!0,gr.emit("finish"),_r.autoDestroy))){var zr=gr._readableState;(!zr||zr.autoDestroy&&zr.endEmitted)&&gr.destroy()}return Fr}function Ir(gr,_r,Fr){_r.ending=!0,vr(gr,_r),Fr&&(_r.finished?e.nextTick(Fr):gr.once("finish",Fr)),_r.ended=!0,gr.writable=!1}function Lr(gr,_r,Fr){var zr=gr.entry;for(gr.entry=null;zr;){var Vr=zr.callback;_r.pendingcb--,Vr(Fr),zr=zr.next}_r.corkedRequestsFree.next=gr}return Object.defineProperty(Ue.prototype,"destroyed",{enumerable:!1,get:function(){return this._writableState===void 0?!1:this._writableState.destroyed},set:function(_r){this._writableState&&(this._writableState.destroyed=_r)}}),Ue.prototype.destroy=z.destroy,Ue.prototype._undestroy=z.undestroy,Ue.prototype._destroy=function(gr,_r){_r(gr)},_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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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.10",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"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:"20240818.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:18943",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:"false",GITHUB_RUN_ID:"10543836863",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"1904ab492a054fb17b56f6b35fdd4faaf929ca44",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_1e849aad-7f1d-416a-9b06-d64f44ff84ab",INVOCATION_ID:"f332161b63ff4ce3b5d5ede5c9c7ca36",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:"395",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 20",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"false",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"1904ab492a054fb17b56f6b35fdd4faaf929ca44",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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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",STATS_TIS:"mining",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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:2113,ppid:2112,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(_e){switch(_e=""+_e,_e&&_e.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function y(_e){if(!_e)return"utf8";for(var Ce;;)switch(_e){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return _e;default:if(Ce)return;_e=(""+_e).toLowerCase(),Ce=!0}}function n(_e){var Ce=y(_e);if(typeof Ce!="string"&&(e.isEncoding===t||!t(_e)))throw new Error("Unknown encoding: "+_e);return Ce||_e}string_decoder.StringDecoder=k;function k(_e){this.encoding=n(_e);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(_e){if(_e.length===0)return"";var Ce,he;if(this.lastNeed){if(Ce=this.fillLast(_e),Ce===void 0)return"";he=this.lastNeed,this.lastNeed=0}else he=0;return he<_e.length?Ce?Ce+this.text(_e,he):this.text(_e,he):Ce||""},k.prototype.end=re,k.prototype.text=z,k.prototype.fillLast=function(_e){if(this.lastNeed<=_e.length)return _e.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);_e.copy(this.lastChar,this.lastTotal-this.lastNeed,0,_e.length),this.lastNeed-=_e.length};function L(_e){return _e<=127?0:_e>>5===6?2:_e>>4===14?3:_e>>3===30?4:_e>>6===2?-1:-2}function $(_e,Ce,he){var Ne=Ce.length-1;if(Ne<he)return 0;var Fe=L(Ce[Ne]);return Fe>=0?(Fe>0&&(_e.lastNeed=Fe-1),Fe):--Ne<he||Fe===-2?0:(Fe=L(Ce[Ne]),Fe>=0?(Fe>0&&(_e.lastNeed=Fe-2),Fe):--Ne<he||Fe===-2?0:(Fe=L(Ce[Ne]),Fe>=0?(Fe>0&&(Fe===2?Fe=0:_e.lastNeed=Fe-3),Fe):0))}function j(_e,Ce,he){if((Ce[0]&192)!==128)return _e.lastNeed=0,"<22>";if(_e.lastNeed>1&&Ce.length>1){if((Ce[1]&192)!==128)return _e.lastNeed=1,"<22>";if(_e.lastNeed>2&&Ce.length>2&&(Ce[2]&192)!==128)return _e.lastNeed=2,"<22>"}}function V(_e){var Ce=this.lastTotal-this.lastNeed,he=j(this,_e);if(he!==void 0)return he;if(this.lastNeed<=_e.length)return _e.copy(this.lastChar,Ce,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);_e.copy(this.lastChar,Ce,0,_e.length),this.lastNeed-=_e.length}function z(_e,Ce){var he=$(this,_e,Ce);if(!this.lastNeed)return _e.toString("utf8",Ce);this.lastTotal=he;var Ne=_e.length-(he-this.lastNeed);return _e.copy(this.lastChar,0,Ne),_e.toString("utf8",Ce,Ne)}function re(_e){var Ce=_e&&_e.length?this.write(_e):"";return this.lastNeed?Ce+"<22>":Ce}function ie(_e,Ce){if((_e.length-Ce)%2===0){var he=_e.toString("utf16le",Ce);if(he){var Ne=he.charCodeAt(he.length-1);if(Ne>=55296&&Ne<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=_e[_e.length-2],this.lastChar[1]=_e[_e.length-1],he.slice(0,-1)}return he}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=_e[_e.length-1],_e.toString("utf16le",Ce,_e.length-1)}function oe(_e){var Ce=_e&&_e.length?this.write(_e):"";if(this.lastNeed){var he=this.lastTotal-this.lastNeed;return Ce+this.lastChar.toString("utf16le",0,he)}return Ce}function ue(_e,Ce){var he=(_e.length-Ce)%3;return he===0?_e.toString("base64",Ce):(this.lastNeed=3-he,this.lastTotal=3,he===1?this.lastChar[0]=_e[_e.length-1]:(this.lastChar[0]=_e[_e.length-2],this.lastChar[1]=_e[_e.length-1]),_e.toString("base64",Ce,_e.length-he))}function de(_e){var Ce=_e&&_e.length?this.write(_e):"";return this.lastNeed?Ce+this.lastChar.toString("base64",0,3-this.lastNeed):Ce}function pe(_e){return _e.toString(this.encoding)}function Ie(_e){return _e&&_e.length?this.write(_e):""}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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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.10",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"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:"20240818.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:18943",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:"false",GITHUB_RUN_ID:"10543836863",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"1904ab492a054fb17b56f6b35fdd4faaf929ca44",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_1e849aad-7f1d-416a-9b06-d64f44ff84ab",INVOCATION_ID:"f332161b63ff4ce3b5d5ede5c9c7ca36",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:"395",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 20",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"false",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"1904ab492a054fb17b56f6b35fdd4faaf929ca44",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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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",STATS_TIS:"mining",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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:2113,ppid:2112,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,Ve){return Fe=n(Fe),Fe in Ne?Object.defineProperty(Ne,Fe,{value:Ve,enumerable:!0,configurable:!0,writable:!0}):Ne[Fe]=Ve,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 Ve=Ne[Symbol.toPrimitive];if(Ve!==void 0){var jt=Ve.call(Ne,Fe||"default");if(typeof jt!="object")return jt;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 Ve=Ne[oe].read();Ve!==null&&(Ne[re]=null,Ne[$]=null,Ne[j]=null,Fe(ue(Ve,!1)))}}function pe(Ne){e.nextTick(de,Ne)}function Ie(Ne,Fe){return function(Ve,jt){Ne.then(function(){if(Fe[z]){Ve(ue(void 0,!0));return}Fe[ie](Ve,jt)},jt)}}var _e=Object.getPrototypeOf(function(){}),Ce=Object.setPrototypeOf((t={get stream(){return this[oe]},next:function(){var Fe=this,Ve=this[V];if(Ve!==null)return Promise.reject(Ve);if(this[z])return Promise.resolve(ue(void 0,!0));if(this[oe].destroyed)return new Promise(function(qe,kt){e.nextTick(function(){Fe[V]?kt(Fe[V]):qe(ue(void 0,!0))})});var jt=this[re],Et;if(jt)Et=new Promise(Ie(jt,this));else{var Ue=this[oe].read();if(Ue!==null)return Promise.resolve(ue(Ue,!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(Ve,jt){Fe[oe].destroy(null,function(Et){if(Et){jt(Et);return}Ve(ue(void 0,!0))})})}),t),_e),he=function(Fe){var Ve,jt=Object.create(Ce,(Ve={},y(Ve,oe,{value:Fe,writable:!0}),y(Ve,$,{value:null,writable:!0}),y(Ve,j,{value:null,writable:!0}),y(Ve,V,{value:null,writable:!0}),y(Ve,z,{value:Fe._readableState.endEmitted,writable:!0}),y(Ve,ie,{value:function(Ue,qe){var kt=jt[oe].read();kt?(jt[re]=null,jt[$]=null,jt[j]=null,Ue(ue(kt,!1))):(jt[$]=Ue,jt[j]=qe)},writable:!0}),Ve));return jt[re]=null,L(Fe,function(Et){if(Et&&Et.code!=="ERR_STREAM_PREMATURE_CLOSE"){var Ue=jt[j];Ue!==null&&(jt[re]=null,jt[$]=null,jt[j]=null,Ue(Et)),jt[V]=Et;return}var qe=jt[$];qe!==null&&(jt[re]=null,jt[$]=null,jt[j]=null,qe(ue(void 0,!0))),jt[z]=!0}),Fe.on("readable",pe.bind(null,jt)),jt};return async_iterator=he,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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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.10",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"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:"20240818.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:18943",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:"false",GITHUB_RUN_ID:"10543836863",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"1904ab492a054fb17b56f6b35fdd4faaf929ca44",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_1e849aad-7f1d-416a-9b06-d64f44ff84ab",INVOCATION_ID:"f332161b63ff4ce3b5d5ede5c9c7ca36",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:"395",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 20",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"false",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"1904ab492a054fb17b56f6b35fdd4faaf929ca44",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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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",STATS_TIS:"mining",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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:2113,ppid:2112,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=Ue,eventsExports.EventEmitter;var y=function(Tr,Cr){return Tr.listeners(Cr).length},n=streamBrowser,k=buffer.Buffer,L=(typeof commonjsGlobal<"u"?commonjsGlobal:typeof window<"u"?window:typeof self<"u"?self:{}).Uint8Array||function(){};function $(Gr){return k.from(Gr)}function j(Gr){return k.isBuffer(Gr)||Gr 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,_e=de.ERR_METHOD_NOT_IMPLEMENTED,Ce=de.ERR_STREAM_UNSHIFT_AFTER_END_EVENT,he,Ne,Fe;inherits_browserExports(qe,n);var Ve=ie.errorOrDestroy,jt=["error","close","destroy","pause","resume"];function Et(Gr,Tr,Cr){if(typeof Gr.prependListener=="function")return Gr.prependListener(Tr,Cr);!Gr._events||!Gr._events[Tr]?Gr.on(Tr,Cr):Array.isArray(Gr._events[Tr])?Gr._events[Tr].unshift(Cr):Gr._events[Tr]=[Cr,Gr._events[Tr]]}function Ue(Gr,Tr,Cr){t=t||require_stream_duplex(),Gr=Gr||{},typeof Cr!="boolean"&&(Cr=Tr instanceof t),this.objectMode=!!Gr.objectMode,Cr&&(this.objectMode=this.objectMode||!!Gr.readableObjectMode),this.highWaterMark=ue(this,Gr,"readableHighWaterMark",Cr),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=Gr.emitClose!==!1,this.autoDestroy=!!Gr.autoDestroy,this.destroyed=!1,this.defaultEncoding=Gr.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,Gr.encoding&&(he||(he=requireString_decoder().StringDecoder),this.decoder=new he(Gr.encoding),this.encoding=Gr.encoding)}function qe(Gr){if(t=t||require_stream_duplex(),!(this instanceof qe))return new qe(Gr);var Tr=this instanceof t;this._readableState=new Ue(Gr,this,Tr),this.readable=!0,Gr&&(typeof Gr.read=="function"&&(this._read=Gr.read),typeof Gr.destroy=="function"&&(this._destroy=Gr.destroy)),n.call(this)}Object.defineProperty(qe.prototype,"destroyed",{enumerable:!1,get:function(){return this._readableState===void 0?!1:this._readableState.destroyed},set:function(Tr){this._readableState&&(this._readableState.destroyed=Tr)}}),qe.prototype.destroy=ie.destroy,qe.prototype._undestroy=ie.undestroy,qe.prototype._destroy=function(Gr,Tr){Tr(Gr)},qe.prototype.push=function(Gr,Tr){var Cr=this._readableState,Mr;return Cr.objectMode?Mr=!0:typeof Gr=="string"&&(Tr=Tr||Cr.defaultEncoding,Tr!==Cr.encoding&&(Gr=k.from(Gr,Tr),Tr=""),Mr=!0),kt(this,Gr,Tr,!1,Mr)},qe.prototype.unshift=function(Gr){return kt(this,Gr,null,!0,!1)};function kt(Gr,Tr,Cr,Mr,yr){z("readableAddChunk",Tr);var Sr=Gr._readableState;if(Tr===null)Sr.reading=!1,cr(Gr,Sr);else{var Dr;if(yr||(Dr=rr(Sr,Tr)),Dr)Ve(Gr,Dr);else if(Sr.objectMode||Tr&&Tr.length>0)if(typeof Tr!="string"&&!Sr.objectMode&&Object.getPrototypeOf(Tr)!==k.prototype&&(Tr=$(Tr)),Mr)Sr.endEmitted?Ve(Gr,new Ce):tr(Gr,Sr,Tr,!0);else if(Sr.ended)Ve(Gr,new Ie);else{if(Sr.destroyed)return!1;Sr.reading=!1,Sr.decoder&&!Cr?(Tr=Sr.decoder.write(Tr),Sr.objectMode||Tr.length!==0?tr(Gr,Sr,Tr,!1):br(Gr,Sr)):tr(Gr,Sr,Tr,!1)}else Mr||(Sr.reading=!1,br(Gr,Sr))}return!Sr.ended&&(Sr.length<Sr.highWaterMark||Sr.length===0)}function tr(Gr,Tr,Cr,Mr){Tr.flowing&&Tr.length===0&&!Tr.sync?(Tr.awaitDrain=0,Gr.emit("data",Cr)):(Tr.length+=Tr.objectMode?1:Cr.length,Mr?Tr.buffer.unshift(Cr):Tr.buffer.push(Cr),Tr.needReadable&&mr(Gr)),br(Gr,Tr)}function rr(Gr,Tr){var Cr;return!j(Tr)&&typeof Tr!="string"&&Tr!==void 0&&!Gr.objectMode&&(Cr=new pe("chunk",["string","Buffer","Uint8Array"],Tr)),Cr}qe.prototype.isPaused=function(){return this._readableState.flowing===!1},qe.prototype.setEncoding=function(Gr){he||(he=requireString_decoder().StringDecoder);var Tr=new he(Gr);this._readableState.decoder=Tr,this._readableState.encoding=this._readableState.decoder.encoding;for(var Cr=this._readableState.buffer.head,Mr="";Cr!==null;)Mr+=Tr.write(Cr.data),Cr=Cr.next;return this._readableState.buffer.clear(),Mr!==""&&this._readableState.buffer.push(Mr),this._readableState.length=Mr.length,this};var ar=1073741824;function nr(Gr){return Gr>=ar?Gr=ar:(Gr--,Gr|=Gr>>>1,Gr|=Gr>>>2,Gr|=Gr>>>4,Gr|=Gr>>>8,Gr|=Gr>>>16,Gr++),Gr}function ur(Gr,Tr){return Gr<=0||Tr.length===0&&Tr.ended?0:Tr.objectMode?1:Gr!==Gr?Tr.flowing&&Tr.length?Tr.buffer.head.data.length:Tr.length:(Gr>Tr.highWaterMark&&(Tr.highWaterMark=nr(Gr)),Gr<=Tr.length?Gr:Tr.ended?Tr.length:(Tr.needReadable=!0,0))}qe.prototype.read=function(Gr){z("read",Gr),Gr=parseInt(Gr,10);var Tr=this._readableState,Cr=Gr;if(Gr!==0&&(Tr.emittedReadable=!1),Gr===0&&Tr.needReadable&&((Tr.highWaterMark!==0?Tr.length>=Tr.highWaterMark:Tr.length>0)||Tr.ended))return z("read: emitReadable",Tr.length,Tr.ended),Tr.length===0&&Tr.ended?Fr(this):mr(this),null;if(Gr=ur(Gr,Tr),Gr===0&&Tr.ended)return Tr.length===0&&Fr(this),null;var Mr=Tr.needReadable;z("need readable",Mr),(Tr.length===0||Tr.length-Gr<Tr.highWaterMark)&&(Mr=!0,z("length less than watermark",Mr)),Tr.ended||Tr.reading?(Mr=!1,z("reading or ended",Mr)):Mr&&(z("do read"),Tr.reading=!0,Tr.sync=!0,Tr.length===0&&(Tr.needReadable=!0),this._read(Tr.highWaterMark),Tr.sync=!1,Tr.reading||(Gr=ur(Cr,Tr)));var yr;return Gr>0?yr=_r(Gr,Tr):yr=null,yr===null?(Tr.needReadable=Tr.length<=Tr.highWaterMark,Gr=0):(Tr.length-=Gr,Tr.awaitDrain=0),Tr.length===0&&(Tr.ended||(Tr.needReadable=!0),Cr!==Gr&&Tr.ended&&Fr(this)),yr!==null&&this.emit("data",yr),yr};function cr(Gr,Tr){if(z("onEofChunk"),!Tr.ended){if(Tr.decoder){var Cr=Tr.decoder.end();Cr&&Cr.length&&(Tr.buffer.push(Cr),Tr.length+=Tr.objectMode?1:Cr.length)}Tr.ended=!0,Tr.sync?mr(Gr):(Tr.needReadable=!1,Tr.emittedReadable||(Tr.emittedReadable=!0,hr(Gr)))}}function mr(Gr){var Tr=Gr._readableState;z("emitReadable",Tr.needReadable,Tr.emittedReadable),Tr.needReadable=!1,Tr.emittedReadable||(z("emitReadable",Tr.flowing),Tr.emittedReadable=!0,e.nextTick(hr,Gr))}function hr(Gr){var Tr=Gr._readableState;z("emitReadable_",Tr.destroyed,Tr.length,Tr.ended),!Tr.destroyed&&(Tr.length||Tr.ended)&&(Gr.emit("readable"),Tr.emittedReadable=!1),Tr.needReadable=!Tr.flowing&&!Tr.ended&&Tr.length<=Tr.highWaterMark,gr(Gr)}function br(Gr,Tr){Tr.readingMore||(Tr.readingMore=!0,e.nextTick(Rr,Gr,Tr))}function Rr(Gr,Tr){for(;!Tr.reading&&!Tr.ended&&(Tr.length<Tr.highWaterMark||Tr.flowing&&Tr.length===0);){var Cr=Tr.length;if(z("maybeReadMore read 0"),Gr.read(0),Cr===Tr.length)break}Tr.readingMore=!1}qe.prototype._read=function(Gr){Ve(this,new _e("_read()"))},qe.prototype.pipe=function(Gr,Tr){var Cr=this,Mr=this._readableState;switch(Mr.pipesCount){case 0:Mr.pipes=Gr;break;case 1:Mr.pipes=[Mr.pipes,Gr];break;default:Mr.pipes.push(Gr);break}Mr.pipesCount+=1,z("pipe count=%d opts=%j",Mr.pipesCount,Tr);var yr=(!Tr||Tr.end!==!1)&&Gr!==e.stdout&&Gr!==e.stderr,Sr=yr?kr:Wa;Mr.endEmitted?e.nextTick(Sr):Cr.once("end",Sr),Gr.on("unpipe",Dr);function Dr(qo,ds){z("onunpipe"),qo===Cr&&ds&&ds.hasUnpiped===!1&&(ds.hasUnpiped=!0,Nr())}function kr(){z("onend"),Gr.end()}var Wr=xr(Cr);Gr.on("drain",Wr);var Kr=!1;function Nr(){z("cleanup"),Gr.removeListener("close",ca),Gr.removeListener("finish",Po),Gr.removeListener("drain",Wr),Gr.removeListener("error",Qr),Gr.removeListener("unpipe",Dr),Cr.removeListener("end",kr),Cr.removeListener("end",Wa),Cr.removeListener("data",jr),Kr=!0,Mr.awaitDrain&&(!Gr._writableState||Gr._writableState.needDrain)&&Wr()}Cr.on("data",jr);function jr(qo){z("ondata");var ds=Gr.write(qo);z("dest.write",ds),ds===!1&&((Mr.pipesCount===1&&Mr.pipes===Gr||Mr.pipesCount>1&&Vr(Mr.pipes,Gr)!==-1)&&!Kr&&(z("false write response, pause",Mr.awaitDrain),Mr.awaitDrain++),Cr.pause())}function Qr(qo){z("onerror",qo),Wa(),Gr.removeListener("error",Qr),y(Gr,"error")===0&&Ve(Gr,qo)}Et(Gr,"error",Qr);function ca(){Gr.removeListener("finish",Po),Wa()}Gr.once("close",ca);function Po(){z("onfinish"),Gr.removeListener("close",ca),Wa()}Gr.once("finish",Po);function Wa(){z("unpipe"),Cr.unpipe(Gr)}return Gr.emit("pipe",Cr),Mr.flowing||(z("pipe resume"),Cr.resume()),Gr};function xr(Gr){return function(){var Cr=Gr._readableState;z("pipeOnDrain",Cr.awaitDrain),Cr.awaitDrain&&Cr.awaitDrain--,Cr.awaitDrain===0&&y(Gr,"data")&&(Cr.flowing=!0,gr(Gr))}}qe.prototype.unpipe=function(Gr){var Tr=this._readableState,Cr={hasUnpiped:!1};if(Tr.pipesCount===0)return this;if(Tr.pipesCount===1)return Gr&&Gr!==Tr.pipes?this:(Gr||(Gr=Tr.pipes),Tr.pipes=null,Tr.pipesCount=0,Tr.flowing=!1,Gr&&Gr.emit("unpipe",this,Cr),this);if(!Gr){var Mr=Tr.pipes,yr=Tr.pipesCount;Tr.pipes=null,Tr.pipesCount=0,Tr.flowing=!1;for(var Sr=0;Sr<yr;Sr++)Mr[Sr].emit("unpipe",this,{hasUnpiped:!1});return this}var Dr=Vr(Tr.pipes,Gr);return Dr===-1?this:(Tr.pipes.splice(Dr,1),Tr.pipesCount-=1,Tr.pipesCount===1&&(Tr.pipes=Tr.pipes[0]),Gr.emit("unpipe",this,Cr),this)},qe.prototype.on=function(Gr,Tr){var Cr=n.prototype.on.call(this,Gr,Tr),Mr=this._readableState;return Gr==="data"?(Mr.readableListening=this.listenerCount("readable")>0,Mr.flowing!==!1&&this.resume()):Gr==="readable"&&!Mr.endEmitted&&!Mr.readableListening&&(Mr.readableListening=Mr.needReadable=!0,Mr.flowing=!1,Mr.emittedReadable=!1,z("on readable",Mr.length,Mr.reading),Mr.length?mr(this):Mr.reading||e.nextTick(vr,this)),Cr},qe.prototype.addListener=qe.prototype.on,qe.prototype.removeListener=function(Gr,Tr){var Cr=n.prototype.removeListener.call(this,Gr,Tr);return Gr==="readable"&&e.nextTick(Er,this),Cr},qe.prototype.removeAllListeners=function(Gr){var Tr=n.prototype.removeAllListeners.apply(this,arguments);return(Gr==="readable"||Gr===void 0)&&e.nextTick(Er,this),Tr};function Er(Gr){var Tr=Gr._readableState;Tr.readableListening=Gr.listenerCount("readable")>0,Tr.resumeScheduled&&!Tr.paused?Tr.flowing=!0:Gr.listenerCount("data")>0&&Gr.resume()}function vr(Gr){z("readable nexttick read 0"),Gr.read(0)}qe.prototype.resume=function(){var Gr=this._readableState;return Gr.flowing||(z("resume"),Gr.flowing=!Gr.readableListening,Ir(this,Gr)),Gr.paused=!1,this};function Ir(Gr,Tr){Tr.resumeScheduled||(Tr.resumeScheduled=!0,e.nextTick(Lr,Gr,Tr))}function Lr(Gr,Tr){z("resume",Tr.reading),Tr.reading||Gr.read(0),Tr.resumeScheduled=!1,Gr.emit("resume"),gr(Gr),Tr.flowing&&!Tr.reading&&Gr.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 gr(Gr){var Tr=Gr._readableState;for(z("flow",Tr.flowing);Tr.flowing&&Gr.read()!==null;);}qe.prototype.wrap=function(Gr){var Tr=this,Cr=this._readableState,Mr=!1;Gr.on("end",function(){if(z("wrapped end"),Cr.decoder&&!Cr.ended){var Dr=Cr.decoder.end();Dr&&Dr.length&&Tr.push(Dr)}Tr.push(null)}),Gr.on("data",function(Dr){if(z("wrapped data"),Cr.decoder&&(Dr=Cr.decoder.write(Dr)),!(Cr.objectMode&&Dr==null)&&!(!Cr.objectMode&&(!Dr||!Dr.length))){var kr=Tr.push(Dr);kr||(Mr=!0,Gr.pause())}});for(var yr in Gr)this[yr]===void 0&&typeof Gr[yr]=="function"&&(this[yr]=function(kr){return function(){return Gr[kr].apply(Gr,arguments)}}(yr));for(var Sr=0;Sr<jt.length;Sr++)Gr.on(jt[Sr],this.emit.bind(this,jt[Sr]));return this._read=function(Dr){z("wrapped _read",Dr),Mr&&(Mr=!1,Gr.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(Tr){this._readableState&&(this._readableState.flowing=Tr)}}),qe._fromList=_r,Object.defineProperty(qe.prototype,"readableLength",{enumerable:!1,get:function(){return this._readableState.length}});function _r(Gr,Tr){if(Tr.length===0)return null;var Cr;return Tr.objectMode?Cr=Tr.buffer.shift():!Gr||Gr>=Tr.length?(Tr.decoder?Cr=Tr.buffer.join(""):Tr.buffer.length===1?Cr=Tr.buffer.first():Cr=Tr.buffer.concat(Tr.length),Tr.buffer.clear()):Cr=Tr.buffer.consume(Gr,Tr.decoder),Cr}function Fr(Gr){var Tr=Gr._readableState;z("endReadable",Tr.endEmitted),Tr.endEmitted||(Tr.ended=!0,e.nextTick(zr,Tr,Gr))}function zr(Gr,Tr){if(z("endReadableNT",Gr.endEmitted,Gr.length),!Gr.endEmitted&&Gr.length===0&&(Gr.endEmitted=!0,Tr.readable=!1,Tr.emit("end"),Gr.autoDestroy)){var Cr=Tr._writableState;(!Cr||Cr.autoDestroy&&Cr.finished)&&Tr.destroy()}}typeof Symbol=="function"&&(qe.from=function(Gr,Tr){return Fe===void 0&&(Fe=requireFromBrowser()),Fe(qe,Gr,Tr)});function Vr(Gr,Tr){for(var Cr=0,Mr=Gr.length;Cr<Mr;Cr++)if(Gr[Cr]===Tr)return Cr;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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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.10",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"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:"20240818.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:18943",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:"false",GITHUB_RUN_ID:"10543836863",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"1904ab492a054fb17b56f6b35fdd4faaf929ca44",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_1e849aad-7f1d-416a-9b06-d64f44ff84ab",INVOCATION_ID:"f332161b63ff4ce3b5d5ede5c9c7ca36",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:"395",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 20",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"false",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"1904ab492a054fb17b56f6b35fdd4faaf929ca44",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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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",STATS_TIS:"mining",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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:2113,ppid:2112,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={};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||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||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)&&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(he=>{var Ne=e[he];if(!Array.isArray(Ne)){oe(he,[Ne]),re.push(he);return}var Fe=Ne.slice(0,Ne.length-1),Ve=Fe.length;if(Ve===0){oe(he,Ne),re.push(he);return}ie[he]=Ve,Fe.forEach(jt=>{if(!e[jt])throw new Error("async.auto task `"+he+"` has a non-existent dependency `"+jt+"` in "+Fe.join(", "));de(jt,()=>{Ve--,Ve===0&&oe(he,Ne)})})}),_e(),ue();function oe(he,Ne){z.push(()=>Ie(he,Ne))}function ue(){if(!$){if(z.length===0&&L===0)return y(null,k);for(;z.length&&L<t;){var he=z.shift();he()}}}function de(he,Ne){var Fe=V[he];Fe||(Fe=V[he]=[]),Fe.push(Ne)}function pe(he){var Ne=V[he]||[];Ne.forEach(Fe=>Fe()),ue()}function Ie(he,Ne){if(!j){var Fe=onlyOnce((jt,...Et)=>{if(L--,jt===!1){$=!0;return}if(Et.length<2&&([Et]=Et),jt){var Ue={};if(Object.keys(k).forEach(qe=>{Ue[qe]=k[qe]}),Ue[he]=Et,j=!0,V=Object.create(null),$)return;y(jt,Ue)}else k[he]=Et,pe(he)});L++;var Ve=wrapAsync(Ne[Ne.length-1]);Ne.length>1?Ve(k,Fe):Ve(Fe)}}function _e(){for(var he,Ne=0;re.length;)he=re.pop(),Ne++,Ce(he).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(he){var Ne=[];return Object.keys(e).forEach(Fe=>{const Ve=e[Fe];Array.isArray(Ve)&&Ve.indexOf(he)>=0&&Ne.push(Fe)}),Ne}return y[PROMISE_SYMBOL]}var FN_ARGS=/^(?:async\s)?(?:function)?\s*(?:\w+\s*)?\(([^)]+)\)(?:\s*{)/,ARROW_FN_ARGS=/^(?:async\s)?\s*(?:\(\s*)?((?:[^)=\s]\s*)*)(?:\)\s*)?=>/,FN_ARG_SPLIT=/,/,FN_ARG=/(=.+)?(\s*)$/;function stripComments(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,he){$[Ce].push(he)}function V(Ce,he){const Ne=(...Fe)=>{z(Ce,Ne),he(...Fe)};$[Ce].push(Ne)}function z(Ce,he){if(!Ce)return Object.keys($).forEach(Ne=>$[Ne]=[]);if(!he)return $[Ce]=[];$[Ce]=$[Ce].filter(Ne=>Ne!==he)}function re(Ce,...he){$[Ce].forEach(Ne=>Ne(...he))}var ie=!1;function oe(Ce,he,Ne,Fe){if(Fe!=null&&typeof Fe!="function")throw new Error("task callback must be a function");_e.started=!0;var Ve,jt;function Et(qe,...kt){if(qe)return Ne?jt(qe):Ve();if(kt.length<=1)return Ve(kt[0]);Ve(kt)}var Ue=_e._createTaskItem(Ce,Ne?Et:Fe||Et);if(he?_e._tasks.unshift(Ue):_e._tasks.push(Ue),ie||(ie=!0,setImmediate$1$1(()=>{ie=!1,_e.process()})),Ne||!Fe)return new Promise((qe,kt)=>{Ve=qe,jt=kt})}function ue(Ce){return function(he,...Ne){k-=1;for(var Fe=0,Ve=Ce.length;Fe<Ve;Fe++){var jt=Ce[Fe],Et=L.indexOf(jt);Et===0?L.shift():Et>0&&L.splice(Et,1),jt.callback(he,...Ne),he!=null&&re("error",he,jt.data)}k<=_e.concurrency-_e.buffer&&re("unsaturated"),_e.idle()&&re("drain"),_e.process()}}function de(Ce){return Ce.length===0&&_e.idle()?(setImmediate$1$1(()=>re("drain")),!0):!1}const pe=Ce=>he=>{if(!he)return new Promise((Ne,Fe)=>{V(Ce,(Ve,jt)=>{if(Ve)return Fe(Ve);Ne(jt)})});z(Ce),j(Ce,he)};var Ie=!1,_e={_tasks:new DLL,_createTaskItem(Ce,he){return{data:Ce,callback:he}},*[Symbol.iterator](){yield*_e._tasks[Symbol.iterator]()},concurrency:t,payload:y,buffer:t/4,started:!1,paused:!1,push(Ce,he){return Array.isArray(Ce)?de(Ce)?void 0:Ce.map(Ne=>oe(Ne,!1,!1,he)):oe(Ce,!1,!1,he)},pushAsync(Ce,he){return Array.isArray(Ce)?de(Ce)?void 0:Ce.map(Ne=>oe(Ne,!1,!0,he)):oe(Ce,!1,!0,he)},kill(){z(),_e._tasks.empty()},unshift(Ce,he){return Array.isArray(Ce)?de(Ce)?void 0:Ce.map(Ne=>oe(Ne,!0,!1,he)):oe(Ce,!0,!1,he)},unshiftAsync(Ce,he){return Array.isArray(Ce)?de(Ce)?void 0:Ce.map(Ne=>oe(Ne,!0,!0,he)):oe(Ce,!0,!0,he)},remove(Ce){_e._tasks.remove(Ce)},process(){if(!Ie){for(Ie=!0;!_e.paused&&k<_e.concurrency&&_e._tasks.length;){var Ce=[],he=[],Ne=_e._tasks.length;_e.payload&&(Ne=Math.min(Ne,_e.payload));for(var Fe=0;Fe<Ne;Fe++){var Ve=_e._tasks.shift();Ce.push(Ve),L.push(Ve),he.push(Ve.data)}k+=1,_e._tasks.length===0&&re("empty"),k===_e.concurrency&&re("saturated");var jt=onlyOnce(ue(Ce));n(he,jt)}Ie=!1}},length(){return _e._tasks.length},running(){return k},workersList(){return L},idle(){return _e._tasks.length+k===0},pause(){_e.paused=!0},resume(){_e.paused!==!1&&(_e.paused=!1,setImmediate$1$1(_e.process))}};return Object.defineProperties(_e,{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")}}),_e}function cargo$1(e,t){return queue$1(e,1,t)}function cargo(e,t,y){return queue$1(e,t,y)}function reduce(e,t,y,n){n=once(n);var 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);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,_e=2,Ce=4,he=8,Ne=16,Fe=32,Ve=64,jt=128,Et=256,Ue=512,qe=30,kt="...",tr=800,rr=16,ar=1,nr=2,ur=3,cr=1/0,mr=9007199254740991,hr=17976931348623157e292,br=NaN,Rr=4294967295,xr=Rr-1,Er=Rr>>>1,vr=[["ary",jt],["bind",Ie],["bindKey",_e],["curry",he],["curryRight",Ne],["flip",Ue],["partial",Fe],["partialRight",Ve],["rearg",Et]],Ir="[object Arguments]",Lr="[object Array]",gr="[object AsyncFunction]",_r="[object Boolean]",Fr="[object Date]",zr="[object DOMException]",Vr="[object Error]",Gr="[object Function]",Tr="[object GeneratorFunction]",Cr="[object Map]",Mr="[object Number]",yr="[object Null]",Sr="[object Object]",Dr="[object Promise]",kr="[object Proxy]",Wr="[object RegExp]",Kr="[object Set]",Nr="[object String]",jr="[object Symbol]",Qr="[object Undefined]",ca="[object WeakMap]",Po="[object WeakSet]",Wa="[object ArrayBuffer]",qo="[object DataView]",ds="[object Float32Array]",Kn="[object Float64Array]",Hr="[object Int8Array]",Ar="[object Int16Array]",On="[object Int32Array]",In="[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,Ds=/[&<>"']/g,ps=RegExp(Ma.source),yl=RegExp(Ds.source),$l=/<%-([\s\S]+?)%>/g,Ou=/<%([\s\S]+?)%>/g,As=/<%=([\s\S]+?)%>/g,Uu=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,ju=/^\w*$/,$c=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Oc=/[\\^$.*+?()[\]{}|]/g,vc=RegExp(Oc.source),Yl=/^\s+/,ms=/\s/,Rs=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,Hs=/\{\n\/\* \[wrapped with (.+)\] \*/,zs=/,? & /,Br=/[^\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\]$/,Xo=/^0o[0-7]+$/i,Eo=/^(?:0|[1-9]\d*)$/,Fo=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,_s=/($^)/,An=/['\n\r\u2028\u2029\\]/g,Vo="\\ud800-\\udfff",pu="\\u0300-\\u036f",Io="\\ufe20-\\ufe2f",yu="\\u20d0-\\u20ff",Hl=pu+Io+yu,lc="\\u2700-\\u27bf",Vu="a-z\\xdf-\\xf6\\xf8-\\xff",Ju="\\xac\\xb1\\xd7\\xf7",kn="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",ns="\\u2000-\\u206f",Wl=" \\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",Tu="A-Z\\xc0-\\xd6\\xd8-\\xde",_l="\\ufe0e\\ufe0f",Hu=Ju+kn+ns+Wl,Rc="[']",ld="["+Vo+"]",hd="["+Hu+"]",yp="["+Hl+"]",fp="\\d+",kc="["+lc+"]",qd="["+Vu+"]",od="[^"+Vo+Hu+fp+lc+Vu+Tu+"]",kp="\\ud83c[\\udffb-\\udfff]",Ap="(?:"+yp+"|"+kp+")",xf="[^"+Vo+"]",kf="(?:\\ud83c[\\udde6-\\uddff]){2}",pf="[\\ud800-\\udbff][\\udc00-\\udfff]",Mp="["+Tu+"]",hm="\\u200d",If="(?:"+qd+"|"+od+")",Cc="(?:"+Mp+"|"+od+")",Nf="(?:"+Rc+"(?:d|ll|m|re|s|t|ve))?",xp="(?:"+Rc+"(?:D|LL|M|RE|S|T|VE))?",mf=Ap+"?",zf="["+_l+"]?",Af="(?:"+hm+"(?:"+[xf,kf,pf].join("|")+")"+zf+mf+")*",Gf="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",Wp="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",gm=zf+mf+Af,Om="(?:"+[kc,kf,pf].join("|")+")"+gm,ef="(?:"+[xf+yp+"?",yp,kf,pf,ld].join("|")+")",rm=RegExp(Rc,"g"),Mf=RegExp(yp,"g"),mh=RegExp(kp+"(?="+kp+")|"+ef+gm,"g"),Bf=RegExp([Mp+"?"+qd+"+"+Nf+"(?="+[hd,Mp,"$"].join("|")+")",Cc+"+"+xp+"(?="+[hd,Mp+If,"$"].join("|")+")",Mp+"?"+If+"+"+Nf,Mp+"+"+xp,Wp,Gf,fp,Om].join("|"),"g"),Ph=RegExp("["+hm+Vo+Hl+_l+"]"),_m=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,Rm=["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"],km=-1,Nd={};Nd[ds]=Nd[Kn]=Nd[Hr]=Nd[Ar]=Nd[On]=Nd[In]=Nd[Sa]=Nd[sa]=Nd[qa]=!0,Nd[Ir]=Nd[Lr]=Nd[Wa]=Nd[_r]=Nd[qo]=Nd[Fr]=Nd[Vr]=Nd[Gr]=Nd[Cr]=Nd[Mr]=Nd[Sr]=Nd[Wr]=Nd[Kr]=Nd[Nr]=Nd[ca]=!1;var wd={};wd[Ir]=wd[Lr]=wd[Wa]=wd[qo]=wd[_r]=wd[Fr]=wd[ds]=wd[Kn]=wd[Hr]=wd[Ar]=wd[On]=wd[Cr]=wd[Mr]=wd[Sr]=wd[Wr]=wd[Kr]=wd[Nr]=wd[jr]=wd[In]=wd[Sa]=wd[sa]=wd[qa]=!0,wd[Vr]=wd[Gr]=wd[ca]=!1;var Fp={À:"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"},hf={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},Wc={"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"},nm={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},Gm=parseFloat,gf=parseInt,Mm=typeof commonjsGlobal=="object"&&commonjsGlobal&&commonjsGlobal.Object===Object&&commonjsGlobal,Bm=typeof self=="object"&&self&&self.Object===Object&&self,jd=Mm||Bm||Function("return this")(),vm=t&&!t.nodeType&&t,Pf=vm&&!0&&e&&!e.nodeType&&e,Lf=Pf&&Pf.exports===vm,bm=Lf&&Mm.process,ip=function(){try{var Js=Pf&&Pf.require&&Pf.require("util").types;return Js||bm&&bm.binding&&bm.binding("util")}catch{}}(),ym=ip&&ip.isArrayBuffer,Up=ip&&ip.isDate,qf=ip&&ip.isMap,Yr=ip&&ip.isRegExp,Wn=ip&&ip.isSet,vi=ip&&ip.isTypedArray;function Ru(Js,cu,jl){switch(jl.length){case 0:return Js.call(cu);case 1:return Js.call(cu,jl[0]);case 2:return Js.call(cu,jl[0],jl[1]);case 3:return Js.call(cu,jl[0],jl[1],jl[2])}return Js.apply(cu,jl)}function Kc(Js,cu,jl,bc){for(var wc=-1,Ad=Js==null?0:Js.length;++wc<Ad;){var Ep=Js[wc];cu(bc,Ep,jl(Ep),Js)}return bc}function sd(Js,cu){for(var jl=-1,bc=Js==null?0:Js.length;++jl<bc&&cu(Js[jl],jl,Js)!==!1;);return Js}function Xd(Js,cu){for(var jl=Js==null?0:Js.length;jl--&&cu(Js[jl],jl,Js)!==!1;);return Js}function _f(Js,cu){for(var jl=-1,bc=Js==null?0:Js.length;++jl<bc;)if(!cu(Js[jl],jl,Js))return!1;return!0}function $f(Js,cu){for(var jl=-1,bc=Js==null?0:Js.length,wc=0,Ad=[];++jl<bc;){var Ep=Js[jl];cu(Ep,jl,Js)&&(Ad[wc++]=Ep)}return Ad}function Pm(Js,cu){var jl=Js==null?0:Js.length;return!!jl&&lp(Js,cu,0)>-1}function qm(Js,cu,jl){for(var bc=-1,wc=Js==null?0:Js.length;++bc<wc;)if(jl(cu,Js[bc]))return!0;return!1}function sp(Js,cu){for(var jl=-1,bc=Js==null?0:Js.length,wc=Array(bc);++jl<bc;)wc[jl]=cu(Js[jl],jl,Js);return wc}function Wf(Js,cu){for(var jl=-1,bc=cu.length,wc=Js.length;++jl<bc;)Js[wc+jl]=cu[jl];return Js}function Wm(Js,cu,jl,bc){var wc=-1,Ad=Js==null?0:Js.length;for(bc&&Ad&&(jl=Js[++wc]);++wc<Ad;)jl=cu(jl,Js[wc],wc,Js);return jl}function Dh(Js,cu,jl,bc){var wc=Js==null?0:Js.length;for(bc&&wc&&(jl=Js[--wc]);wc--;)jl=cu(jl,Js[wc],wc,Js);return jl}function Lm(Js,cu){for(var jl=-1,bc=Js==null?0:Js.length;++jl<bc;)if(cu(Js[jl],jl,Js))return!0;return!1}var Bp=$h("length");function Yh(Js){return Js.split("")}function t0(Js){return Js.match(Br)||[]}function Xh(Js,cu,jl){var bc;return jl(Js,function(wc,Ad,Ep){if(cu(wc,Ad,Ep))return bc=Ad,!1}),bc}function Kp(Js,cu,jl,bc){for(var wc=Js.length,Ad=jl+(bc?1:-1);bc?Ad--:++Ad<wc;)if(cu(Js[Ad],Ad,Js))return Ad;return-1}function lp(Js,cu,jl){return cu===cu?Vh(Js,cu,jl):Kp(Js,Oh,jl)}function Lh(Js,cu,jl,bc){for(var wc=jl-1,Ad=Js.length;++wc<Ad;)if(bc(Js[wc],cu))return wc;return-1}function Oh(Js){return Js!==Js}function Em(Js,cu){var jl=Js==null?0:Js.length;return jl?Tm(Js,cu)/jl:br}function $h(Js){return function(cu){return cu==null?y:cu[Js]}}function Km(Js){return function(cu){return Js==null?y:Js[cu]}}function hh(Js,cu,jl,bc,wc){return wc(Js,function(Ad,Ep,Wd){jl=bc?(bc=!1,Ad):cu(jl,Ad,Ep,Wd)}),jl}function Sm(Js,cu){var jl=Js.length;for(Js.sort(cu);jl--;)Js[jl]=Js[jl].value;return Js}function Tm(Js,cu){for(var jl,bc=-1,wc=Js.length;++bc<wc;){var Ad=cu(Js[bc]);Ad!==y&&(jl=jl===y?Ad:jl+Ad)}return jl}function im(Js,cu){for(var jl=-1,bc=Array(Js);++jl<Js;)bc[jl]=cu(jl);return bc}function vf(Js,cu){return sp(cu,function(jl){return[jl,Js[jl]]})}function Ym(Js){return Js&&Js.slice(0,Hh(Js)+1).replace(Yl,"")}function cp(Js){return function(cu){return Js(cu)}}function Kf(Js,cu){return sp(cu,function(jl){return Js[jl]})}function Vp(Js,cu){return Js.has(cu)}function tf(Js,cu){for(var jl=-1,bc=Js.length;++jl<bc&&lp(cu,Js[jl],0)>-1;);return jl}function Yf(Js,cu){for(var jl=Js.length;jl--&&lp(cu,Js[jl],0)>-1;);return jl}function Cm(Js,cu){for(var jl=Js.length,bc=0;jl--;)Js[jl]===cu&&++bc;return bc}var jh=Km(Fp),Df=Km(hf);function sm(Js){return"\\"+nm[Js]}function $m(Js,cu){return Js==null?y:Js[cu]}function bf(Js){return Ph.test(Js)}function Fh(Js){return _m.test(Js)}function Uh(Js){for(var cu,jl=[];!(cu=Js.next()).done;)jl.push(cu.value);return jl}function gh(Js){var cu=-1,jl=Array(Js.size);return Js.forEach(function(bc,wc){jl[++cu]=[wc,bc]}),jl}function bh(Js,cu){return function(jl){return Js(cu(jl))}}function Dp(Js,cu){for(var jl=-1,bc=Js.length,wc=0,Ad=[];++jl<bc;){var Ep=Js[jl];(Ep===cu||Ep===re)&&(Js[jl]=re,Ad[wc++]=jl)}return Ad}function Yp(Js){var cu=-1,jl=Array(Js.size);return Js.forEach(function(bc){jl[++cu]=bc}),jl}function Rh(Js){var cu=-1,jl=Array(Js.size);return Js.forEach(function(bc){jl[++cu]=[bc,bc]}),jl}function Vh(Js,cu,jl){for(var bc=jl-1,wc=Js.length;++bc<wc;)if(Js[bc]===cu)return bc;return-1}function r0(Js,cu,jl){for(var bc=jl+1;bc--;)if(Js[bc]===cu)return bc;return bc}function Xm(Js){return bf(Js)?Jm(Js):Bp(Js)}function jf(Js){return bf(Js)?Op(Js):Yh(Js)}function Hh(Js){for(var cu=Js.length;cu--&&ms.test(Js.charAt(cu)););return cu}var zh=Km(Wc);function Jm(Js){for(var cu=mh.lastIndex=0;mh.test(Js);)++cu;return cu}function Op(Js){return Js.match(mh)||[]}function Qh(Js){return Js.match(Bf)||[]}var kh=function Js(cu){cu=cu==null?jd:lm.defaults(jd.Object(),cu,lm.pick(jd,Rm));var jl=cu.Array,bc=cu.Date,wc=cu.Error,Ad=cu.Function,Ep=cu.Math,Wd=cu.Object,Zm=cu.RegExp,Jh=cu.String,yf=cu.TypeError,Ff=jl.prototype,wm=Ad.prototype,Ef=Wd.prototype,Xf=cu["__core-js_shared__"],jm=wm.toString,Od=Ef.hasOwnProperty,Zh=0,kd=function(){var sr=/[^.]+$/.exec(Xf&&Xf.keys&&Xf.keys.IE_PROTO||"");return sr?"Symbol(src)_1."+sr:""}(),Xp=Ef.toString,Fm=jm.call(Wd),Pp=jd._,um=Zm("^"+jm.call(Od).replace(Oc,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Uf=Lf?cu.Buffer:y,Vf=cu.Symbol,yh=cu.Uint8Array,Th=Uf?Uf.allocUnsafe:y,Sf=bh(Wd.getPrototypeOf,Wd),Um=Wd.create,xm=Ef.propertyIsEnumerable,Qf=Ff.splice,Ih=Vf?Vf.isConcatSpreadable:y,ks=Vf?Vf.iterator:y,us=Vf?Vf.toStringTag:y,Co=function(){try{var sr=uc(Wd,"defineProperty");return sr({},"",{}),sr}catch{}}(),Do=cu.clearTimeout!==jd.clearTimeout&&cu.clearTimeout,Ao=bc&&bc.now!==jd.Date.now&&bc.now,eo=cu.setTimeout!==jd.setTimeout&&cu.setTimeout,So=Ep.ceil,Ro=Ep.floor,no=Wd.getOwnPropertySymbols,Yo=Uf?Uf.isBuffer:y,Ja=cu.isFinite,$o=Ff.join,ws=bh(Wd.keys,Wd),fs=Ep.max,Bs=Ep.min,Ks=bc.now,js=cu.parseInt,pl=Ep.random,is=Ff.reverse,ol=uc(cu,"DataView"),Ts=uc(cu,"Map"),Cs=uc(cu,"Promise"),Ns=uc(cu,"Set"),Ps=uc(cu,"WeakMap"),Cl=uc(Wd,"create"),Bl=Ps&&new Ps,Eu={},vl=tc(ol),Zl=tc(Ts),bu=tc(Cs),xu=tc(Ns),Zs=tc(Ps),Cu=Vf?Vf.prototype:y,ec=Cu?Cu.valueOf:y,rc=Cu?Cu.toString:y;function Ka(sr){if(df(sr)&&!Rd(sr)&&!(sr instanceof Ul)){if(sr instanceof wu)return sr;if(Od.call(sr,"__wrapped__"))return Yc(sr)}return new wu(sr)}var Su=function(){function sr(){}return function(fr){if(!Zp(fr))return{};if(Um)return Um(fr);sr.prototype=fr;var Ur=new sr;return sr.prototype=y,Ur}}();function Ec(){}function wu(sr,fr){this.__wrapped__=sr,this.__actions__=[],this.__chain__=!!fr,this.__index__=0,this.__values__=y}Ka.templateSettings={escape:$l,evaluate:Ou,interpolate:As,variable:"",imports:{_:Ka}},Ka.prototype=Ec.prototype,Ka.prototype.constructor=Ka,wu.prototype=Su(Ec.prototype),wu.prototype.constructor=wu;function Ul(sr){this.__wrapped__=sr,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=Rr,this.__views__=[]}function Iu(){var sr=new Ul(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 kl(){if(this.__filtered__){var sr=new Ul(this);sr.__dir__=-1,sr.__filtered__=!0}else sr=this.clone(),sr.__dir__*=-1;return sr}function bl(){var sr=this.__wrapped__.value(),fr=this.__dir__,Ur=Rd(sr),Li=fr<0,Qa=Ur?sr.length:0,os=ul(0,Qa,this.__views__),$s=os.start,Xs=os.end,Dl=Xs-$s,Bu=Li?Xs:$s-1,Pu=this.__iteratees__,zu=Pu.length,Ac=0,Zc=Bs(Dl,this.__takeCount__);if(!Ur||!Li&&Qa==Dl&&Zc==Dl)return o0(sr,this.__actions__);var yd=[];e:for(;Dl--&&Ac<Zc;){Bu+=fr;for(var $d=-1,Ed=sr[Bu];++$d<zu;){var Yd=Pu[$d],tp=Yd.iteratee,Nh=Yd.type,zm=tp(Ed);if(Nh==nr)Ed=zm;else if(!zm){if(Nh==ar)continue e;break e}}yd[Ac++]=Ed}return yd}Ul.prototype=Su(Ec.prototype),Ul.prototype.constructor=Ul;function Pl(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 Au(){this.__data__=Cl?Cl(null):{},this.size=0}function dc(sr){var fr=this.has(sr)&&delete this.__data__[sr];return this.size-=fr?1:0,fr}function Ic(sr){var fr=this.__data__;if(Cl){var Ur=fr[sr];return Ur===V?y:Ur}return Od.call(fr,sr)?fr[sr]:y}function jc(sr){var fr=this.__data__;return Cl?fr[sr]!==y:Od.call(fr,sr)}function Id(sr,fr){var Ur=this.__data__;return this.size+=this.has(sr)?0:1,Ur[sr]=Cl&&fr===y?V:fr,this}Pl.prototype.clear=Au,Pl.prototype.delete=dc,Pl.prototype.get=Ic,Pl.prototype.has=jc,Pl.prototype.set=Id;function xc(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 rp(){this.__data__=[],this.size=0}function Hp(sr){var fr=this.__data__,Ur=cm(fr,sr);if(Ur<0)return!1;var Li=fr.length-1;return Ur==Li?fr.pop():Qf.call(fr,Ur,1),--this.size,!0}function Rp(sr){var fr=this.__data__,Ur=cm(fr,sr);return Ur<0?y:fr[Ur][1]}function dp(sr){return cm(this.__data__,sr)>-1}function Xc(sr,fr){var Ur=this.__data__,Li=cm(Ur,sr);return Li<0?(++this.size,Ur.push([sr,fr])):Ur[Li][1]=fr,this}xc.prototype.clear=rp,xc.prototype.delete=Hp,xc.prototype.get=Rp,xc.prototype.has=dp,xc.prototype.set=Xc;function ud(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 rf(){this.size=0,this.__data__={hash:new Pl,map:new(Ts||xc),string:new Pl}}function nf(sr){var fr=fu(this,sr).delete(sr);return this.size-=fr?1:0,fr}function Tf(sr){return fu(this,sr).get(sr)}function Qp(sr){return fu(this,sr).has(sr)}function Jd(sr,fr){var Ur=fu(this,sr),Li=Ur.size;return Ur.set(sr,fr),this.size+=Ur.size==Li?0:1,this}ud.prototype.clear=rf,ud.prototype.delete=nf,ud.prototype.get=Tf,ud.prototype.has=Qp,ud.prototype.set=Jd;function hp(sr){var fr=-1,Ur=sr==null?0:sr.length;for(this.__data__=new ud;++fr<Ur;)this.add(sr[fr])}function gp(sr){return this.__data__.set(sr,V),this}function Vd(sr){return this.__data__.has(sr)}hp.prototype.add=hp.prototype.push=gp,hp.prototype.has=Vd;function Hd(sr){var fr=this.__data__=new xc(sr);this.size=fr.size}function ed(){this.__data__=new xc,this.size=0}function zd(sr){var fr=this.__data__,Ur=fr.delete(sr);return this.size=fr.size,Ur}function Ip(sr){return this.__data__.get(sr)}function Hf(sr){return this.__data__.has(sr)}function rh(sr,fr){var Ur=this.__data__;if(Ur instanceof xc){var Li=Ur.__data__;if(!Ts||Li.length<k-1)return Li.push([sr,fr]),this.size=++Ur.size,this;Ur=this.__data__=new ud(Li)}return Ur.set(sr,fr),this.size=Ur.size,this}Hd.prototype.clear=ed,Hd.prototype.delete=zd,Hd.prototype.get=Ip,Hd.prototype.has=Hf,Hd.prototype.set=rh;function of(sr,fr){var Ur=Rd(sr),Li=!Ur&&g0(sr),Qa=!Ur&&!Li&&f0(sr),os=!Ur&&!Li&&!Qa&&v0(sr),$s=Ur||Li||Qa||os,Xs=$s?im(sr.length,Jh):[],Dl=Xs.length;for(var Bu in sr)(fr||Od.call(sr,Bu))&&!($s&&(Bu=="length"||Qa&&(Bu=="offset"||Bu=="parent")||os&&(Bu=="buffer"||Bu=="byteLength"||Bu=="byteOffset")||ir(Bu,Dl)))&&Xs.push(Bu);return Xs}function Nm(sr){var fr=sr.length;return fr?sr[Rf(0,fr-1)]:y}function Am(sr,fr){return Gd(Ra(sr),Of(fr,0,sr.length))}function Lp(sr){return Gd(Ra(sr))}function sf(sr,fr,Ur){(Ur!==y&&!Wh(sr[fr],Ur)||Ur===y&&!(fr in sr))&&dm(sr,fr,Ur)}function Jf(sr,fr,Ur){var Li=sr[fr];(!(Od.call(sr,fr)&&Wh(Li,Ur))||Ur===y&&!(fr in sr))&&dm(sr,fr,Ur)}function cm(sr,fr){for(var Ur=sr.length;Ur--;)if(Wh(sr[Ur][0],fr))return Ur;return-1}function $p(sr,fr,Ur,Li){return Ha(sr,function(Qa,os,$s){fr(Li,Qa,Ur(Qa),$s)}),Li}function Sp(sr,fr){return sr&&Ba(fr,tm(fr),sr)}function Vm(sr,fr){return sr&&Ba(fr,uh(fr),sr)}function dm(sr,fr,Ur){fr=="__proto__"&&Co?Co(sr,fr,{configurable:!0,enumerable:!0,value:Ur,writable:!0}):sr[fr]=Ur}function fm(sr,fr){for(var Ur=-1,Li=fr.length,Qa=jl(Li),os=sr==null;++Ur<Li;)Qa[Ur]=os?y:$0(sr,fr[Ur]);return Qa}function Of(sr,fr,Ur){return sr===sr&&(Ur!==y&&(sr=sr<=Ur?sr:Ur),fr!==y&&(sr=sr>=fr?sr:fr)),sr}function zp(sr,fr,Ur,Li,Qa,os){var $s,Xs=fr&ie,Dl=fr&oe,Bu=fr&ue;if(Ur&&($s=Qa?Ur(sr,Li,Qa,os):Ur(sr)),$s!==y)return $s;if(!Zp(sr))return sr;var Pu=Rd(sr);if(Pu){if($s=Ms(sr),!Xs)return Ra(sr,$s)}else{var zu=cc(sr),Ac=zu==Gr||zu==Tr;if(f0(sr))return xn(sr,Xs);if(zu==Sr||zu==Ir||Ac&&!Qa){if($s=Dl||Ac?{}:dl(sr),!Xs)return Dl?La(sr,Vm($s,sr)):la(sr,Sp($s,sr))}else{if(!wd[zu])return Qa?sr:{};$s=Wu(sr,zu,Xs)}}os||(os=new Hd);var Zc=os.get(sr);if(Zc)return Zc;os.set(sr,$s),p1(sr)?sr.forEach(function(Ed){$s.add(zp(Ed,fr,Ur,Ed,sr,os))}):c1(sr)&&sr.forEach(function(Ed,Yd){$s.set(Yd,zp(Ed,fr,Ur,Yd,sr,os))});var yd=Bu?Dl?Is:ku:Dl?uh:tm,$d=Pu?y:yd(sr);return sd($d||sr,function(Ed,Yd){$d&&(Yd=Ed,Ed=sr[Yd]),Jf($s,Yd,zp(Ed,fr,Ur,Yd,sr,os))}),$s}function Mn(sr){var fr=tm(sr);return function(Ur){return Ia(Ur,sr,fr)}}function Ia(sr,fr,Ur){var Li=Ur.length;if(sr==null)return!Li;for(sr=Wd(sr);Li--;){var Qa=Ur[Li],os=fr[Qa],$s=sr[Qa];if($s===y&&!(Qa in sr)||!os($s))return!1}return!0}function xa(sr,fr,Ur){if(typeof sr!="function")throw new yf($);return yc(function(){sr.apply(y,Ur)},fr)}function Na(sr,fr,Ur,Li){var Qa=-1,os=Pm,$s=!0,Xs=sr.length,Dl=[],Bu=fr.length;if(!Xs)return Dl;Ur&&(fr=sp(fr,cp(Ur))),Li?(os=qm,$s=!1):fr.length>=k&&(os=Vp,$s=!1,fr=new hp(fr));e:for(;++Qa<Xs;){var Pu=sr[Qa],zu=Ur==null?Pu:Ur(Pu);if(Pu=Li||Pu!==0?Pu:0,$s&&zu===zu){for(var Ac=Bu;Ac--;)if(fr[Ac]===zu)continue e;Dl.push(Pu)}else os(fr,zu,Li)||Dl.push(Pu)}return Dl}var Ha=Fa(fa),_o=Fa(ko,!0);function ro(sr,fr){var Ur=!0;return Ha(sr,function(Li,Qa,os){return Ur=!!fr(Li,Qa,os),Ur}),Ur}function vo(sr,fr,Ur){for(var Li=-1,Qa=sr.length;++Li<Qa;){var os=sr[Li],$s=fr(os);if($s!=null&&(Xs===y?$s===$s&&!wh($s):Ur($s,Xs)))var Xs=$s,Dl=os}return Dl}function za(sr,fr,Ur,Li){var Qa=sr.length;for(Ur=Ld(Ur),Ur<0&&(Ur=-Ur>Qa?0:Qa+Ur),Li=Li===y||Li>Qa?Qa:Ld(Li),Li<0&&(Li+=Qa),Li=Ur>Li?0:m1(Li);Ur<Li;)sr[Ur++]=fr;return sr}function fo(sr,fr){var Ur=[];return Ha(sr,function(Li,Qa,os){fr(Li,Qa,os)&&Ur.push(Li)}),Ur}function zn(sr,fr,Ur,Li,Qa){var os=-1,$s=sr.length;for(Ur||(Ur=er),Qa||(Qa=[]);++os<$s;){var Xs=sr[os];fr>0&&Ur(Xs)?fr>1?zn(Xs,fr-1,Ur,Li,Qa):Wf(Qa,Xs):Li||(Qa[Qa.length]=Xs)}return Qa}var Sn=rs(),ka=rs(!0);function fa(sr,fr){return sr&&Sn(sr,fr,tm)}function ko(sr,fr){return sr&&ka(sr,fr,tm)}function xo(sr,fr){return $f(fr,function(Ur){return s0(sr[Ur])})}function cs(sr,fr){fr=vn(fr,sr);for(var Ur=0,Li=fr.length;sr!=null&&Ur<Li;)sr=sr[il(fr[Ur++])];return Ur&&Ur==Li?sr:y}function ss(sr,fr,Ur){var Li=fr(sr);return Rd(sr)?Li:Wf(Li,Ur(sr))}function No(sr){return sr==null?sr===y?Qr:yr:us&&us in Wd(sr)?nd(sr):Kl(sr)}function Us(sr,fr){return sr>fr}function Ws(sr,fr){return sr!=null&&Od.call(sr,fr)}function al(sr,fr){return sr!=null&&fr in Wd(sr)}function Du(sr,fr,Ur){return sr>=Bs(fr,Ur)&&sr<fs(fr,Ur)}function Ku(sr,fr,Ur){for(var Li=Ur?qm:Pm,Qa=sr[0].length,os=sr.length,$s=os,Xs=jl(os),Dl=1/0,Bu=[];$s--;){var Pu=sr[$s];$s&&fr&&(Pu=sp(Pu,cp(fr))),Dl=Bs(Pu.length,Dl),Xs[$s]=!Ur&&(fr||Qa>=120&&Pu.length>=120)?new hp($s&&Pu):y}Pu=sr[0];var zu=-1,Ac=Xs[0];e:for(;++zu<Qa&&Bu.length<Dl;){var Zc=Pu[zu],yd=fr?fr(Zc):Zc;if(Zc=Ur||Zc!==0?Zc:0,!(Ac?Vp(Ac,yd):Li(Bu,yd,Ur))){for($s=os;--$s;){var $d=Xs[$s];if(!($d?Vp($d,yd):Li(sr[$s],yd,Ur)))continue e}Ac&&Ac.push(yd),Bu.push(Zc)}}return Bu}function pc(sr,fr,Ur,Li){return fa(sr,function(Qa,os,$s){fr(Li,Ur(Qa),os,$s)}),Li}function Pc(sr,fr,Ur){fr=vn(fr,sr),sr=hu(sr,fr);var Li=sr==null?sr:sr[il(Mh(fr))];return Li==null?y:Ru(Li,sr,Ur)}function Bc(sr){return df(sr)&&No(sr)==Ir}function Vc(sr){return df(sr)&&No(sr)==Wa}function Lc(sr){return df(sr)&&No(sr)==Fr}function Mc(sr,fr,Ur,Li,Qa){return sr===fr?!0:sr==null||fr==null||!df(sr)&&!df(fr)?sr!==sr&&fr!==fr:Lu(sr,fr,Ur,Li,Mc,Qa)}function Lu(sr,fr,Ur,Li,Qa,os){var $s=Rd(sr),Xs=Rd(fr),Dl=$s?Lr:cc(sr),Bu=Xs?Lr:cc(fr);Dl=Dl==Ir?Sr:Dl,Bu=Bu==Ir?Sr:Bu;var Pu=Dl==Sr,zu=Bu==Sr,Ac=Dl==Bu;if(Ac&&f0(sr)){if(!f0(fr))return!1;$s=!0,Pu=!1}if(Ac&&!Pu)return os||(os=new Hd),$s||v0(sr)?Go(sr,fr,Ur,Li,Qa,os):Os(sr,fr,Dl,Ur,Li,Qa,os);if(!(Ur&de)){var Zc=Pu&&Od.call(sr,"__wrapped__"),yd=zu&&Od.call(fr,"__wrapped__");if(Zc||yd){var $d=Zc?sr.value():sr,Ed=yd?fr.value():fr;return os||(os=new Hd),Qa($d,Ed,Ur,Li,os)}}return Ac?(os||(os=new Hd),fl(sr,fr,Ur,Li,Qa,os)):!1}function _u(sr){return df(sr)&&cc(sr)==Cr}function $u(sr,fr,Ur,Li){var Qa=Ur.length,os=Qa,$s=!Li;if(sr==null)return!os;for(sr=Wd(sr);Qa--;){var Xs=Ur[Qa];if($s&&Xs[2]?Xs[1]!==sr[Xs[0]]:!(Xs[0]in sr))return!1}for(;++Qa<os;){Xs=Ur[Qa];var Dl=Xs[0],Bu=sr[Dl],Pu=Xs[1];if($s&&Xs[2]){if(Bu===y&&!(Dl in sr))return!1}else{var zu=new Hd;if(Li)var Ac=Li(Bu,Pu,Dl,sr,fr,zu);if(!(Ac===y?Mc(Pu,Bu,de|pe,Li,zu):Ac))return!1}}return!0}function gu(sr){if(!Zp(sr)||Hn(sr))return!1;var fr=s0(sr)?um:Ki;return fr.test(tc(sr))}function _p(sr){return df(sr)&&No(sr)==Wr}function Md(sr){return df(sr)&&cc(sr)==Kr}function Kd(sr){return df(sr)&&A0(sr.length)&&!!Nd[No(sr)]}function Td(sr){return typeof sr=="function"?sr:sr==null?dh:typeof sr=="object"?Rd(sr)?rl(sr[0],sr[1]):Qc(sr):w1(sr)}function id(sr){if(!ma(sr))return ws(sr);var fr=[];for(var Ur in Wd(sr))Od.call(sr,Ur)&&Ur!="constructor"&&fr.push(Ur);return fr}function _c(sr){if(!Zp(sr))return tl(sr);var fr=ma(sr),Ur=[];for(var Li in sr)Li=="constructor"&&(fr||!Od.call(sr,Li))||Ur.push(Li);return Ur}function zc(sr,fr){return sr<fr}function Gc(sr,fr){var Ur=-1,Li=lh(sr)?jl(sr.length):[];return Ha(sr,function(Qa,os,$s){Li[++Ur]=fr(Qa,os,$s)}),Li}function Qc(sr){var fr=Vl(sr);return fr.length==1&&fr[0][2]?gs(fr[0][0],fr[0][1]):function(Ur){return Ur===sr||$u(Ur,sr,fr)}}function rl(sr,fr){return dr(sr)&&io(fr)?gs(il(sr),fr):function(Ur){var Li=$0(Ur,sr);return Li===y&&Li===fr?j0(Ur,sr):Mc(fr,Li,de|pe)}}function Ml(sr,fr,Ur,Li,Qa){sr!==fr&&Sn(fr,function(os,$s){if(Qa||(Qa=new Hd),Zp(os))du(sr,fr,$s,Ur,Ml,Li,Qa);else{var Xs=Li?Li(Es(sr,$s),os,$s+"",sr,fr,Qa):y;Xs===y&&(Xs=os),sf(sr,$s,Xs)}},uh)}function du(sr,fr,Ur,Li,Qa,os,$s){var Xs=Es(sr,Ur),Dl=Es(fr,Ur),Bu=$s.get(Dl);if(Bu){sf(sr,Ur,Bu);return}var Pu=os?os(Xs,Dl,Ur+"",sr,fr,$s):y,zu=Pu===y;if(zu){var Ac=Rd(Dl),Zc=!Ac&&f0(Dl),yd=!Ac&&!Zc&&v0(Dl);Pu=Dl,Ac||Zc||yd?Rd(Xs)?Pu=Xs:Cf(Xs)?Pu=Ra(Xs):Zc?(zu=!1,Pu=xn(Dl,!0)):yd?(zu=!1,Pu=zi(Dl,!0)):Pu=[]:S0(Dl)||g0(Dl)?(Pu=Xs,g0(Xs)?Pu=h1(Xs):(!Zp(Xs)||s0(Xs))&&(Pu=dl(Dl))):zu=!1}zu&&($s.set(Dl,Pu),Qa(Pu,Dl,Li,os,$s),$s.delete(Dl)),sf(sr,Ur,Pu)}function Qu(sr,fr){var Ur=sr.length;if(Ur)return fr+=fr<0?Ur:0,ir(fr,Ur)?sr[fr]:y}function Qs(sr,fr,Ur){fr.length?fr=sp(fr,function(os){return Rd(os)?function($s){return cs($s,os.length===1?os[0]:os)}:os}):fr=[dh];var Li=-1;fr=sp(fr,cp(Gs()));var Qa=Gc(sr,function(os,$s,Xs){var Dl=sp(fr,function(Bu){return Bu(os)});return{criteria:Dl,index:++Li,value:os}});return Sm(Qa,function(os,$s){return ki(os,$s,Ur)})}function Nc(sr,fr){return gc(sr,fr,function(Ur,Li){return j0(sr,Li)})}function gc(sr,fr,Ur){for(var Li=-1,Qa=fr.length,os={};++Li<Qa;){var $s=fr[Li],Xs=cs(sr,$s);Ur(Xs,$s)&&Cp(os,vn($s,sr),Xs)}return os}function jp(sr){return function(fr){return cs(fr,sr)}}function pp(sr,fr,Ur,Li){var Qa=Li?Lh:lp,os=-1,$s=fr.length,Xs=sr;for(sr===fr&&(fr=Ra(fr)),Ur&&(Xs=sp(sr,cp(Ur)));++os<$s;)for(var Dl=0,Bu=fr[os],Pu=Ur?Ur(Bu):Bu;(Dl=Qa(Xs,Pu,Dl,Li))>-1;)Xs!==sr&&Qf.call(Xs,Dl,1),Qf.call(sr,Dl,1);return sr}function Zd(sr,fr){for(var Ur=sr?fr.length:0,Li=Ur-1;Ur--;){var Qa=fr[Ur];if(Ur==Li||Qa!==os){var os=Qa;ir(Qa)?Qf.call(sr,Qa,1):d0(sr,Qa)}}return sr}function Rf(sr,fr){return sr+Ro(pl()*(fr-sr+1))}function lf(sr,fr,Ur,Li){for(var Qa=-1,os=fs(So((fr-sr)/(Ur||1)),0),$s=jl(os);os--;)$s[Li?os:++Qa]=sr,sr+=Ur;return $s}function Tp(sr,fr){var Ur="";if(!sr||fr<1||fr>mr)return Ur;do fr%2&&(Ur+=sr),fr=Ro(fr/2),fr&&(sr+=sr);while(fr);return Ur}function rd(sr,fr){return Fu(cl(sr,fr,dh),sr+"")}function vp(sr){return Nm(b0(sr))}function Np(sr,fr){var Ur=b0(sr);return Gd(Ur,Of(fr,0,Ur.length))}function Cp(sr,fr,Ur,Li){if(!Zp(sr))return sr;fr=vn(fr,sr);for(var Qa=-1,os=fr.length,$s=os-1,Xs=sr;Xs!=null&&++Qa<os;){var Dl=il(fr[Qa]),Bu=Ur;if(Dl==="__proto__"||Dl==="constructor"||Dl==="prototype")return sr;if(Qa!=$s){var Pu=Xs[Dl];Bu=Li?Li(Pu,Dl,Xs):y,Bu===y&&(Bu=Zp(Pu)?Pu:ir(fr[Qa+1])?[]:{})}Jf(Xs,Dl,Bu),Xs=Xs[Dl]}return sr}var n0=Bl?function(sr,fr){return Bl.set(sr,fr),sr}:dh,c0=Co?function(sr,fr){return Co(sr,"toString",{configurable:!0,enumerable:!1,value:U0(fr),writable:!0})}:dh;function y0(sr){return Gd(b0(sr))}function Jp(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 os=jl(Qa);++Li<Qa;)os[Li]=sr[Li+fr];return os}function i0(sr,fr){var Ur;return Ha(sr,function(Li,Qa,os){return Ur=fr(Li,Qa,os),!Ur}),!!Ur}function Gh(sr,fr,Ur){var Li=0,Qa=sr==null?Li:sr.length;if(typeof fr=="number"&&fr===fr&&Qa<=Er){for(;Li<Qa;){var os=Li+Qa>>>1,$s=sr[os];$s!==null&&!wh($s)&&(Ur?$s<=fr:$s<fr)?Li=os+1:Qa=os}return Qa}return qh(sr,fr,dh,Ur)}function qh(sr,fr,Ur,Li){var Qa=0,os=sr==null?0:sr.length;if(os===0)return 0;fr=Ur(fr);for(var $s=fr!==fr,Xs=fr===null,Dl=wh(fr),Bu=fr===y;Qa<os;){var Pu=Ro((Qa+os)/2),zu=Ur(sr[Pu]),Ac=zu!==y,Zc=zu===null,yd=zu===zu,$d=wh(zu);if($s)var Ed=Li||yd;else Bu?Ed=yd&&(Li||Ac):Xs?Ed=yd&&Ac&&(Li||!Zc):Dl?Ed=yd&&Ac&&!Zc&&(Li||!$d):Zc||$d?Ed=!1:Ed=Li?zu<=fr:zu<fr;Ed?Qa=Pu+1:os=Pu}return Bs(os,xr)}function nh(sr,fr){for(var Ur=-1,Li=sr.length,Qa=0,os=[];++Ur<Li;){var $s=sr[Ur],Xs=fr?fr($s):$s;if(!Ur||!Wh(Xs,Dl)){var Dl=Xs;os[Qa++]=$s===0?0:$s}}return os}function _0(sr){return typeof sr=="number"?sr:wh(sr)?br:+sr}function mm(sr){if(typeof sr=="string")return sr;if(Rd(sr))return sp(sr,mm)+"";if(wh(sr))return rc?rc.call(sr):"";var fr=sr+"";return fr=="0"&&1/sr==-cr?"-0":fr}function uf(sr,fr,Ur){var Li=-1,Qa=Pm,os=sr.length,$s=!0,Xs=[],Dl=Xs;if(Ur)$s=!1,Qa=qm;else if(os>=k){var Bu=fr?null:Qo(sr);if(Bu)return Yp(Bu);$s=!1,Qa=Vp,Dl=new hp}else Dl=fr?[]:Xs;e:for(;++Li<os;){var Pu=sr[Li],zu=fr?fr(Pu):Pu;if(Pu=Ur||Pu!==0?Pu:0,$s&&zu===zu){for(var Ac=Dl.length;Ac--;)if(Dl[Ac]===zu)continue e;fr&&Dl.push(zu),Xs.push(Pu)}else Qa(Dl,zu,Ur)||(Dl!==Xs&&Dl.push(zu),Xs.push(Pu))}return Xs}function d0(sr,fr){return fr=vn(fr,sr),sr=hu(sr,fr),sr==null||delete sr[il(Mh(fr))]}function m0(sr,fr,Ur,Li){return Cp(sr,fr,Ur(cs(sr,fr)),Li)}function a0(sr,fr,Ur,Li){for(var Qa=sr.length,os=Li?Qa:-1;(Li?os--:++os<Qa)&&fr(sr[os],os,sr););return Ur?Jp(sr,Li?0:os,Li?os+1:Qa):Jp(sr,Li?os+1:0,Li?Qa:os)}function o0(sr,fr){var Ur=sr;return Ur instanceof Ul&&(Ur=Ur.value()),Wm(fr,function(Li,Qa){return Qa.func.apply(Qa.thisArg,Wf([Li],Qa.args))},Ur)}function Zf(sr,fr,Ur){var Li=sr.length;if(Li<2)return Li?uf(sr[0]):[];for(var Qa=-1,os=jl(Li);++Qa<Li;)for(var $s=sr[Qa],Xs=-1;++Xs<Li;)Xs!=Qa&&(os[Qa]=Na(os[Qa]||$s,sr[Xs],fr,Ur));return uf(zn(os,1),fr,Ur)}function e0(sr,fr,Ur){for(var Li=-1,Qa=sr.length,os=fr.length,$s={};++Li<Qa;){var Xs=Li<os?fr[Li]:y;Ur($s,sr[Li],Xs)}return $s}function Rn(sr){return Cf(sr)?sr:[]}function di(sr){return typeof sr=="function"?sr:dh}function vn(sr,fr){return Rd(sr)?sr:dr(sr,fr)?[sr]:co(bp(sr))}var Vn=rd;function Fn(sr,fr,Ur){var Li=sr.length;return Ur=Ur===y?Li:Ur,!fr&&Ur>=Li?sr:Jp(sr,fr,Ur)}var En=Do||function(sr){return jd.clearTimeout(sr)};function xn(sr,fr){if(fr)return sr.slice();var Ur=sr.length,Li=Th?Th(Ur):new sr.constructor(Ur);return sr.copy(Li),Li}function Nn(sr){var fr=new sr.constructor(sr.byteLength);return new yh(fr).set(new yh(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 ec?Wd(ec.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,os=wh(sr),$s=fr!==y,Xs=fr===null,Dl=fr===fr,Bu=wh(fr);if(!Xs&&!Bu&&!os&&sr>fr||os&&$s&&Dl&&!Xs&&!Bu||Li&&$s&&Dl||!Ur&&Dl||!Qa)return 1;if(!Li&&!os&&!Bu&&sr<fr||Bu&&Ur&&Qa&&!Li&&!os||Xs&&Ur&&Qa||!$s&&Qa||!Dl)return-1}return 0}function ki(sr,fr,Ur){for(var Li=-1,Qa=sr.criteria,os=fr.criteria,$s=Qa.length,Xs=Ur.length;++Li<$s;){var Dl=ta(Qa[Li],os[Li]);if(Dl){if(Li>=Xs)return Dl;var Bu=Ur[Li];return Dl*(Bu=="desc"?-1:1)}}return sr.index-fr.index}function ji(sr,fr,Ur,Li){for(var Qa=-1,os=sr.length,$s=Ur.length,Xs=-1,Dl=fr.length,Bu=fs(os-$s,0),Pu=jl(Dl+Bu),zu=!Li;++Xs<Dl;)Pu[Xs]=fr[Xs];for(;++Qa<$s;)(zu||Qa<os)&&(Pu[Ur[Qa]]=sr[Qa]);for(;Bu--;)Pu[Xs++]=sr[Qa++];return Pu}function oa(sr,fr,Ur,Li){for(var Qa=-1,os=sr.length,$s=-1,Xs=Ur.length,Dl=-1,Bu=fr.length,Pu=fs(os-Xs,0),zu=jl(Pu+Bu),Ac=!Li;++Qa<Pu;)zu[Qa]=sr[Qa];for(var Zc=Qa;++Dl<Bu;)zu[Zc+Dl]=fr[Dl];for(;++$s<Xs;)(Ac||Qa<os)&&(zu[Zc+Ur[$s]]=sr[Qa++]);return zu}function Ra(sr,fr){var Ur=-1,Li=sr.length;for(fr||(fr=jl(Li));++Ur<Li;)fr[Ur]=sr[Ur];return fr}function Ba(sr,fr,Ur,Li){var Qa=!Ur;Ur||(Ur={});for(var os=-1,$s=fr.length;++os<$s;){var Xs=fr[os],Dl=Li?Li(Ur[Xs],sr[Xs],Xs,Ur,sr):y;Dl===y&&(Dl=sr[Xs]),Qa?dm(Ur,Xs,Dl):Jf(Ur,Xs,Dl)}return Ur}function la(sr,fr){return Ba(sr,Hc(sr),fr)}function La(sr,fr){return Ba(sr,hc(sr),fr)}function Ea(sr,fr){return function(Ur,Li){var Qa=Rd(Ur)?Kc:$p,os=fr?fr():{};return Qa(Ur,sr,Gs(Li,2),os)}}function Xa(sr){return rd(function(fr,Ur){var Li=-1,Qa=Ur.length,os=Qa>1?Ur[Qa-1]:y,$s=Qa>2?Ur[2]:y;for(os=sr.length>3&&typeof os=="function"?(Qa--,os):y,$s&&lr(Ur[0],Ur[1],$s)&&(os=Qa<3?y:os,Qa=1),fr=Wd(fr);++Li<Qa;){var Xs=Ur[Li];Xs&&sr(fr,Xs,Li,os)}return fr})}function Fa(sr,fr){return function(Ur,Li){if(Ur==null)return Ur;if(!lh(Ur))return sr(Ur,Li);for(var Qa=Ur.length,os=fr?Qa:-1,$s=Wd(Ur);(fr?os--:++os<Qa)&&Li($s[os],os,$s)!==!1;);return Ur}}function rs(sr){return function(fr,Ur,Li){for(var Qa=-1,os=Wd(fr),$s=Li(fr),Xs=$s.length;Xs--;){var Dl=$s[sr?Xs:++Qa];if(Ur(os[Dl],Dl,os)===!1)break}return fr}}function Ui(sr,fr,Ur){var Li=fr&Ie,Qa=aa(sr);function os(){var $s=this&&this!==jd&&this instanceof os?Qa:sr;return $s.apply(Li?Ur:this,arguments)}return os}function Ta(sr){return function(fr){fr=bp(fr);var Ur=bf(fr)?jf(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 Wm(T1(S1(fr).replace(rm,"")),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=Su(sr.prototype),Li=sr.apply(Ur,fr);return Zp(Li)?Li:Ur}}function Un(sr,fr,Ur){var Li=aa(sr);function Qa(){for(var os=arguments.length,$s=jl(os),Xs=os,Dl=Ys(Qa);Xs--;)$s[Xs]=arguments[Xs];var Bu=os<3&&$s[0]!==Dl&&$s[os-1]!==Dl?[]:Dp($s,Dl);if(os-=Bu.length,os<Ur)return bo(sr,fr,da,Qa.placeholder,y,$s,Bu,y,y,Ur-os);var Pu=this&&this!==jd&&this instanceof Qa?Li:sr;return Ru(Pu,this,$s)}return Qa}function Gi(sr){return function(fr,Ur,Li){var Qa=Wd(fr);if(!lh(fr)){var os=Gs(Ur,3);fr=tm(fr),Ur=function(Xs){return os(Qa[Xs],Xs,Qa)}}var $s=sr(fr,Ur,Li);return $s>-1?Qa[os?fr[$s]:$s]:y}}function ra(sr){return sl(function(fr){var Ur=fr.length,Li=Ur,Qa=wu.prototype.thru;for(sr&&fr.reverse();Li--;){var os=fr[Li];if(typeof os!="function")throw new yf($);if(Qa&&!$s&&Vs(os)=="wrapper")var $s=new wu([],!0)}for(Li=$s?Li:Ur;++Li<Ur;){os=fr[Li];var Xs=Vs(os),Dl=Xs=="wrapper"?hs(os):y;Dl&&Zr(Dl[0])&&Dl[1]==(jt|he|Fe|Et)&&!Dl[4].length&&Dl[9]==1?$s=$s[Vs(Dl[0])].apply($s,Dl[3]):$s=os.length==1&&Zr(os)?$s[Xs]():$s.thru(os)}return function(){var Bu=arguments,Pu=Bu[0];if($s&&Bu.length==1&&Rd(Pu))return $s.plant(Pu).value();for(var zu=0,Ac=Ur?fr[zu].apply(this,Bu):Pu;++zu<Ur;)Ac=fr[zu].call(this,Ac);return Ac}})}function da(sr,fr,Ur,Li,Qa,os,$s,Xs,Dl,Bu){var Pu=fr&jt,zu=fr&Ie,Ac=fr&_e,Zc=fr&(he|Ne),yd=fr&Ue,$d=Ac?y:aa(sr);function Ed(){for(var Yd=arguments.length,tp=jl(Yd),Nh=Yd;Nh--;)tp[Nh]=arguments[Nh];if(Zc)var zm=Ys(Ed),Ah=Cm(tp,zm);if(Li&&(tp=ji(tp,Li,Qa,Zc)),os&&(tp=oa(tp,os,$s,Zc)),Yd-=Ah,Zc&&Yd<Bu){var wf=Dp(tp,zm);return bo(sr,fr,da,Ed.placeholder,Ur,tp,wf,Xs,Dl,Bu-Yd)}var Kh=zu?Ur:this,u0=Ac?Kh[sr]:sr;return Yd=tp.length,Xs?tp=vu(tp,Xs):yd&&Yd>1&&tp.reverse(),Pu&&Dl<Yd&&(tp.length=Dl),this&&this!==jd&&this instanceof Ed&&(u0=$d||aa(u0)),u0.apply(Kh,tp)}return Ed}function va(sr,fr){return function(Ur,Li){return pc(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=mm(Ur),Li=mm(Li)):(Ur=_0(Ur),Li=_0(Li)),Qa=sr(Ur,Li)}return Qa}}function to(sr){return sl(function(fr){return fr=sp(fr,cp(Gs())),rd(function(Ur){var Li=this;return sr(fr,function(Qa){return Ru(Qa,Li,Ur)})})})}function Bo(sr,fr){fr=fr===y?" ":mm(fr);var Ur=fr.length;if(Ur<2)return Ur?Tp(fr,sr):fr;var Li=Tp(fr,So(sr/Xm(fr)));return bf(fr)?Fn(jf(Li),0,sr).join(""):Li.slice(0,sr)}function Zo(sr,fr,Ur,Li){var Qa=fr&Ie,os=aa(sr);function $s(){for(var Xs=-1,Dl=arguments.length,Bu=-1,Pu=Li.length,zu=jl(Pu+Dl),Ac=this&&this!==jd&&this instanceof $s?os:sr;++Bu<Pu;)zu[Bu]=Li[Bu];for(;Dl--;)zu[Bu++]=arguments[++Xs];return Ru(Ac,Qa?Ur:this,zu)}return $s}function Mo(sr){return function(fr,Ur,Li){return Li&&typeof Li!="number"&&lr(fr,Ur,Li)&&(Ur=Li=y),fr=l0(fr),Ur===y?(Ur=fr,fr=0):Ur=l0(Ur),Li=Li===y?fr<Ur?1:-1:l0(Li),lf(fr,Ur,Li,sr)}}function ys(sr){return function(fr,Ur){return typeof fr=="string"&&typeof Ur=="string"||(fr=Bh(fr),Ur=Bh(Ur)),sr(fr,Ur)}}function bo(sr,fr,Ur,Li,Qa,os,$s,Xs,Dl,Bu){var Pu=fr&he,zu=Pu?$s:y,Ac=Pu?y:$s,Zc=Pu?os:y,yd=Pu?y:os;fr|=Pu?Fe:Ve,fr&=~(Pu?Ve:Fe),fr&Ce||(fr&=~(Ie|_e));var $d=[sr,fr,Qa,Zc,zu,yd,Ac,Xs,Dl,Bu],Ed=Ur.apply(y,$d);return Zr(sr)&&mc(Ed,$d),Ed.placeholder=Li,fc(Ed,sr,fr)}function Ls(sr){var fr=Ep[sr];return function(Ur,Li){if(Ur=Bh(Ur),Li=Li==null?0:Bs(Ld(Li),292),Li&&Ja(Ur)){var Qa=(bp(Ur)+"e").split("e"),os=fr(Qa[0]+"e"+(+Qa[1]+Li));return Qa=(bp(os)+"e").split("e"),+(Qa[0]+"e"+(+Qa[1]-Li))}return fr(Ur)}}var Qo=Ns&&1/Yp(new Ns([,-0]))[1]==cr?function(sr){return new Ns(sr)}:z0;function Oo(sr){return function(fr){var Ur=cc(fr);return Ur==Cr?gh(fr):Ur==Kr?Rh(fr):vf(fr,sr(fr))}}function Ss(sr,fr,Ur,Li,Qa,os,$s,Xs){var Dl=fr&_e;if(!Dl&&typeof sr!="function")throw new yf($);var Bu=Li?Li.length:0;if(Bu||(fr&=~(Fe|Ve),Li=Qa=y),$s=$s===y?$s:fs(Ld($s),0),Xs=Xs===y?Xs:Ld(Xs),Bu-=Qa?Qa.length:0,fr&Ve){var Pu=Li,zu=Qa;Li=Qa=y}var Ac=Dl?y:hs(sr),Zc=[sr,fr,Ur,Li,Qa,Pu,zu,os,$s,Xs];if(Ac&&xs(Zc,Ac),sr=Zc[0],fr=Zc[1],Ur=Zc[2],Li=Zc[3],Qa=Zc[4],Xs=Zc[9]=Zc[9]===y?Dl?0:sr.length:fs(Zc[9]-Bu,0),!Xs&&fr&(he|Ne)&&(fr&=~(he|Ne)),!fr||fr==Ie)var yd=Ui(sr,fr,Ur);else fr==he||fr==Ne?yd=Un(sr,fr,Xs):(fr==Fe||fr==(Ie|Fe))&&!Qa.length?yd=Zo(sr,fr,Ur,Li):yd=da.apply(y,Zc);var $d=Ac?n0:mc;return fc($d(yd,Zc),sr,fr)}function nl(sr,fr,Ur,Li){return sr===y||Wh(sr,Ef[Ur])&&!Od.call(Li,Ur)?fr:sr}function Fs(sr,fr,Ur,Li,Qa,os){return Zp(sr)&&Zp(fr)&&(os.set(fr,sr),Ml(sr,fr,y,Fs,os),os.delete(fr)),sr}function ml(sr){return S0(sr)?y:sr}function Go(sr,fr,Ur,Li,Qa,os){var $s=Ur&de,Xs=sr.length,Dl=fr.length;if(Xs!=Dl&&!($s&&Dl>Xs))return!1;var Bu=os.get(sr),Pu=os.get(fr);if(Bu&&Pu)return Bu==fr&&Pu==sr;var zu=-1,Ac=!0,Zc=Ur&pe?new hp:y;for(os.set(sr,fr),os.set(fr,sr);++zu<Xs;){var yd=sr[zu],$d=fr[zu];if(Li)var Ed=$s?Li($d,yd,zu,fr,sr,os):Li(yd,$d,zu,sr,fr,os);if(Ed!==y){if(Ed)continue;Ac=!1;break}if(Zc){if(!Lm(fr,function(Yd,tp){if(!Vp(Zc,tp)&&(yd===Yd||Qa(yd,Yd,Ur,Li,os)))return Zc.push(tp)})){Ac=!1;break}}else if(!(yd===$d||Qa(yd,$d,Ur,Li,os))){Ac=!1;break}}return os.delete(sr),os.delete(fr),Ac}function Os(sr,fr,Ur,Li,Qa,os,$s){switch(Ur){case qo:if(sr.byteLength!=fr.byteLength||sr.byteOffset!=fr.byteOffset)return!1;sr=sr.buffer,fr=fr.buffer;case Wa:return!(sr.byteLength!=fr.byteLength||!os(new yh(sr),new yh(fr)));case _r:case Fr:case Mr:return Wh(+sr,+fr);case Vr:return sr.name==fr.name&&sr.message==fr.message;case Wr:case Nr:return sr==fr+"";case Cr:var Xs=gh;case Kr:var Dl=Li&de;if(Xs||(Xs=Yp),sr.size!=fr.size&&!Dl)return!1;var Bu=$s.get(sr);if(Bu)return Bu==fr;Li|=pe,$s.set(sr,fr);var Pu=Go(Xs(sr),Xs(fr),Li,Qa,os,$s);return $s.delete(sr),Pu;case jr:if(ec)return ec.call(sr)==ec.call(fr)}return!1}function fl(sr,fr,Ur,Li,Qa,os){var $s=Ur&de,Xs=ku(sr),Dl=Xs.length,Bu=ku(fr),Pu=Bu.length;if(Dl!=Pu&&!$s)return!1;for(var zu=Dl;zu--;){var Ac=Xs[zu];if(!($s?Ac in fr:Od.call(fr,Ac)))return!1}var Zc=os.get(sr),yd=os.get(fr);if(Zc&&yd)return Zc==fr&&yd==sr;var $d=!0;os.set(sr,fr),os.set(fr,sr);for(var Ed=$s;++zu<Dl;){Ac=Xs[zu];var Yd=sr[Ac],tp=fr[Ac];if(Li)var Nh=$s?Li(tp,Yd,Ac,fr,sr,os):Li(Yd,tp,Ac,sr,fr,os);if(!(Nh===y?Yd===tp||Qa(Yd,tp,Ur,Li,os):Nh)){$d=!1;break}Ed||(Ed=Ac=="constructor")}if($d&&!Ed){var zm=sr.constructor,Ah=fr.constructor;zm!=Ah&&"constructor"in sr&&"constructor"in fr&&!(typeof zm=="function"&&zm instanceof zm&&typeof Ah=="function"&&Ah instanceof Ah)&&($d=!1)}return os.delete(sr),os.delete(fr),$d}function sl(sr){return Fu(cl(sr,y,ih),sr+"")}function ku(sr){return ss(sr,tm,Hc)}function Is(sr){return ss(sr,uh,hc)}var hs=Bl?function(sr){return Bl.get(sr)}:z0;function Vs(sr){for(var fr=sr.name+"",Ur=Eu[fr],Li=Od.call(Eu,fr)?Ur.length:0;Li--;){var Qa=Ur[Li],os=Qa.func;if(os==null||os==sr)return Qa.name}return fr}function Ys(sr){var fr=Od.call(Ka,"placeholder")?Ka:sr;return fr.placeholder}function Gs(){var sr=Ka.iteratee||V0;return sr=sr===V0?Td:sr,arguments.length?sr(arguments[0],arguments[1]):sr}function fu(sr,fr){var Ur=sr.__data__;return $r(fr)?Ur[typeof fr=="string"?"string":"hash"]:Ur.map}function Vl(sr){for(var fr=tm(sr),Ur=fr.length;Ur--;){var Li=fr[Ur],Qa=sr[Li];fr[Ur]=[Li,Qa,io(Qa)]}return fr}function uc(sr,fr){var Ur=$m(sr,fr);return gu(Ur)?Ur:y}function nd(sr){var fr=Od.call(sr,us),Ur=sr[us];try{sr[us]=y;var Li=!0}catch{}var Qa=Xp.call(sr);return Li&&(fr?sr[us]=Ur:delete sr[us]),Qa}var Hc=no?function(sr){return sr==null?[]:(sr=Wd(sr),$f(no(sr),function(fr){return xm.call(sr,fr)}))}:G0,hc=no?function(sr){for(var fr=[];sr;)Wf(fr,Hc(sr)),sr=Sf(sr);return fr}:G0,cc=No;(ol&&cc(new ol(new ArrayBuffer(1)))!=qo||Ts&&cc(new Ts)!=Cr||Cs&&cc(Cs.resolve())!=Dr||Ns&&cc(new Ns)!=Kr||Ps&&cc(new Ps)!=ca)&&(cc=function(sr){var fr=No(sr),Ur=fr==Sr?sr.constructor:y,Li=Ur?tc(Ur):"";if(Li)switch(Li){case vl:return qo;case Zl:return Cr;case bu:return Dr;case xu:return Kr;case Zs:return ca}return fr});function ul(sr,fr,Ur){for(var Li=-1,Qa=Ur.length;++Li<Qa;){var os=Ur[Li],$s=os.size;switch(os.type){case"drop":sr+=$s;break;case"dropRight":fr-=$s;break;case"take":fr=Bs(fr,sr+$s);break;case"takeRight":sr=fs(sr,fr-$s);break}}return{start:sr,end:fr}}function Jo(sr){var fr=sr.match(Hs);return fr?fr[1].split(zs):[]}function hl(sr,fr,Ur){fr=vn(fr,sr);for(var Li=-1,Qa=fr.length,os=!1;++Li<Qa;){var $s=il(fr[Li]);if(!(os=sr!=null&&Ur(sr,$s)))break;sr=sr[$s]}return os||++Li!=Qa?os:(Qa=sr==null?0:sr.length,!!Qa&&A0(Qa)&&ir($s,Qa)&&(Rd(sr)||g0(sr)))}function Ms(sr){var fr=sr.length,Ur=new sr.constructor(fr);return fr&&typeof sr[0]=="string"&&Od.call(sr,"index")&&(Ur.index=sr.index,Ur.input=sr.input),Ur}function dl(sr){return typeof sr.constructor=="function"&&!ma(sr)?Su(Sf(sr)):{}}function Wu(sr,fr,Ur){var Li=sr.constructor;switch(fr){case Wa:return Nn(sr);case _r:case Fr:return new Li(+sr);case qo:return ui(sr,Ur);case ds:case Kn:case Hr:case Ar:case On:case In:case Sa:case sa:case qa:return zi(sr,Ur);case Cr:return new Li;case Mr:case Nr:return new Li(sr);case Wr:return Mi(sr);case Kr:return new Li;case jr: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(Rs,`{
/* [wrapped with `+fr+`] */
`)}function er(sr){return Rd(sr)||g0(sr)||!!(Ih&&sr&&sr[Ih])}function ir(sr,fr){var Ur=typeof sr;return fr=fr??mr,!!fr&&(Ur=="number"||Ur!="symbol"&&Eo.test(sr))&&sr>-1&&sr%1==0&&sr<fr}function lr(sr,fr,Ur){if(!Zp(Ur))return!1;var Li=typeof fr;return(Li=="number"?lh(Ur)&&ir(fr,Ur.length):Li=="string"&&fr in Ur)?Wh(Ur[fr],sr):!1}function dr(sr,fr){if(Rd(sr))return!1;var Ur=typeof sr;return Ur=="number"||Ur=="symbol"||Ur=="boolean"||sr==null||wh(sr)?!0:ju.test(sr)||!Uu.test(sr)||fr!=null&&sr in Wd(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=Vs(sr),Ur=Ka[fr];if(typeof Ur!="function"||!(fr in Ul.prototype))return!1;if(sr===Ur)return!0;var Li=hs(Ur);return!!Li&&sr===Li[0]}function Hn(sr){return!!kd&&kd in sr}var mi=Xf?s0:q0;function ma(sr){var fr=sr&&sr.constructor,Ur=typeof fr=="function"&&fr.prototype||Ef;return sr===Ur}function io(sr){return sr===sr&&!Zp(sr)}function gs(sr,fr){return function(Ur){return Ur==null?!1:Ur[sr]===fr&&(fr!==y||sr in Wd(Ur))}}function vs(sr){var fr=x0(sr,function(Li){return Ur.size===z&&Ur.clear(),Li}),Ur=fr.cache;return fr}function xs(sr,fr){var Ur=sr[1],Li=fr[1],Qa=Ur|Li,os=Qa<(Ie|_e|jt),$s=Li==jt&&Ur==he||Li==jt&&Ur==Et&&sr[7].length<=fr[8]||Li==(jt|Et)&&fr[7].length<=fr[8]&&Ur==he;if(!(os||$s))return sr;Li&Ie&&(sr[2]=fr[2],Qa|=Ur&Ie?0:Ce);var Xs=fr[3];if(Xs){var Dl=sr[3];sr[3]=Dl?ji(Dl,Xs,fr[4]):Xs,sr[4]=Dl?Dp(sr[3],re):fr[4]}return Xs=fr[5],Xs&&(Dl=sr[5],sr[5]=Dl?oa(Dl,Xs,fr[6]):Xs,sr[6]=Dl?Dp(sr[5],re):fr[6]),Xs=fr[7],Xs&&(sr[7]=Xs),Li&jt&&(sr[8]=sr[8]==null?fr[8]:Bs(sr[8],fr[8])),sr[9]==null&&(sr[9]=fr[9]),sr[0]=fr[0],sr[1]=Qa,sr}function tl(sr){var fr=[];if(sr!=null)for(var Ur in Wd(sr))fr.push(Ur);return fr}function Kl(sr){return Xp.call(sr)}function cl(sr,fr,Ur){return fr=fs(fr===y?sr.length-1:fr,0),function(){for(var Li=arguments,Qa=-1,os=fs(Li.length-fr,0),$s=jl(os);++Qa<os;)$s[Qa]=Li[fr+Qa];Qa=-1;for(var Xs=jl(fr+1);++Qa<fr;)Xs[Qa]=Li[Qa];return Xs[fr]=Ur($s),Ru(sr,this,Xs)}}function hu(sr,fr){return fr.length<2?sr:cs(sr,Jp(fr,0,-1))}function vu(sr,fr){for(var Ur=sr.length,Li=Bs(fr.length,Ur),Qa=Ra(sr);Li--;){var os=fr[Li];sr[Li]=ir(os,Ur)?Qa[os]:y}return sr}function Es(sr,fr){if(!(fr==="constructor"&&typeof sr[fr]=="function")&&fr!="__proto__")return sr[fr]}var mc=qc(n0),yc=eo||function(sr,fr){return jd.setTimeout(sr,fr)},Fu=qc(c0);function fc(sr,fr,Ur){var Li=fr+"";return Fu(sr,$e(Li,Uc(Jo(Li),Ur)))}function qc(sr){var fr=0,Ur=0;return function(){var Li=Ks(),Qa=rr-(Li-Ur);if(Ur=Li,Qa>0){if(++fr>=tr)return arguments[0]}else fr=0;return sr.apply(y,arguments)}}function Gd(sr,fr){var Ur=-1,Li=sr.length,Qa=Li-1;for(fr=fr===y?Li:fr;++Ur<fr;){var os=Rf(Ur,Qa),$s=sr[os];sr[os]=sr[Ur],sr[Ur]=$s}return sr.length=fr,sr}var co=vs(function(sr){var fr=[];return sr.charCodeAt(0)===46&&fr.push(""),sr.replace($c,function(Ur,Li,Qa,os){fr.push(Qa?os.replace(hn,"$1"):Li||Ur)}),fr});function il(sr){if(typeof sr=="string"||wh(sr))return sr;var fr=sr+"";return fr=="0"&&1/sr==-cr?"-0":fr}function tc(sr){if(sr!=null){try{return jm.call(sr)}catch{}try{return sr+""}catch{}}return""}function Uc(sr,fr){return sd(vr,function(Ur){var Li="_."+Ur[0];fr&Ur[1]&&!Pm(sr,Li)&&sr.push(Li)}),sr.sort()}function Yc(sr){if(sr instanceof Ul)return sr.clone();var fr=new wu(sr.__wrapped__,sr.__chain__);return fr.__actions__=Ra(sr.__actions__),fr.__index__=sr.__index__,fr.__values__=sr.__values__,fr}function ep(sr,fr,Ur){(Ur?lr(sr,fr,Ur):fr===y)?fr=1:fr=fs(Ld(fr),0);var Li=sr==null?0:sr.length;if(!Li||fr<1)return[];for(var Qa=0,os=0,$s=jl(So(Li/fr));Qa<Li;)$s[os++]=Jp(sr,Qa,Qa+=fr);return $s}function Sd(sr){for(var fr=-1,Ur=sr==null?0:sr.length,Li=0,Qa=[];++fr<Ur;){var os=sr[fr];os&&(Qa[Li++]=os)}return Qa}function Bd(){var sr=arguments.length;if(!sr)return[];for(var fr=jl(sr-1),Ur=arguments[0],Li=sr;Li--;)fr[Li-1]=arguments[Li];return Wf(Rd(Ur)?Ra(Ur):[Ur],zn(fr,1))}var Fd=rd(function(sr,fr){return Cf(sr)?Na(sr,zn(fr,1,Cf,!0)):[]}),Ud=rd(function(sr,fr){var Ur=Mh(fr);return Cf(Ur)&&(Ur=y),Cf(sr)?Na(sr,zn(fr,1,Cf,!0),Gs(Ur,2)):[]}),Fc=rd(function(sr,fr){var Ur=Mh(fr);return Cf(Ur)&&(Ur=y),Cf(sr)?Na(sr,zn(fr,1,Cf,!0),y,Ur):[]});function Jc(sr,fr,Ur){var Li=sr==null?0:sr.length;return Li?(fr=Ur||fr===y?1:Ld(fr),Jp(sr,fr<0?0:fr,Li)):[]}function Gp(sr,fr,Ur){var Li=sr==null?0:sr.length;return Li?(fr=Ur||fr===y?1:Ld(fr),fr=Li-fr,Jp(sr,0,fr<0?0:fr)):[]}function Dm(sr,fr){return sr&&sr.length?a0(sr,Gs(fr,3),!0,!0):[]}function qp(sr,fr){return sr&&sr.length?a0(sr,Gs(fr,3),!0):[]}function h0(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 Hm(sr,fr,Ur){var Li=sr==null?0:sr.length;if(!Li)return-1;var Qa=Ur==null?0:Ld(Ur);return Qa<0&&(Qa=fs(Li+Qa,0)),Kp(sr,Gs(fr,3),Qa)}function Ch(sr,fr,Ur){var Li=sr==null?0:sr.length;if(!Li)return-1;var Qa=Li-1;return Ur!==y&&(Qa=Ld(Ur),Qa=Ur<0?fs(Li+Qa,0):Bs(Qa,Li-1)),Kp(sr,Gs(fr,3),Qa,!0)}function ih(sr){var fr=sr==null?0:sr.length;return fr?zn(sr,1):[]}function cf(sr){var fr=sr==null?0:sr.length;return fr?zn(sr,cr):[]}function p0(sr,fr){var Ur=sr==null?0:sr.length;return Ur?(fr=fr===y?1:Ld(fr),zn(sr,fr)):[]}function E0(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 X0(sr){return sr&&sr.length?sr[0]:y}function A1(sr,fr,Ur){var Li=sr==null?0:sr.length;if(!Li)return-1;var Qa=Ur==null?0:Ld(Ur);return Qa<0&&(Qa=fs(Li+Qa,0)),lp(sr,fr,Qa)}function D1(sr){var fr=sr==null?0:sr.length;return fr?Jp(sr,0,-1):[]}var O1=rd(function(sr){var fr=sp(sr,Rn);return fr.length&&fr[0]===sr[0]?Ku(fr):[]}),R1=rd(function(sr){var fr=Mh(sr),Ur=sp(sr,Rn);return fr===Mh(Ur)?fr=y:Ur.pop(),Ur.length&&Ur[0]===sr[0]?Ku(Ur,Gs(fr,2)):[]}),k1=rd(function(sr){var fr=Mh(sr),Ur=sp(sr,Rn);return fr=typeof fr=="function"?fr:y,fr&&Ur.pop(),Ur.length&&Ur[0]===sr[0]?Ku(Ur,y,fr):[]});function I1(sr,fr){return sr==null?"":$o.call(sr,fr)}function Mh(sr){var fr=sr==null?0:sr.length;return fr?sr[fr-1]:y}function M1(sr,fr,Ur){var Li=sr==null?0:sr.length;if(!Li)return-1;var Qa=Li;return Ur!==y&&(Qa=Ld(Ur),Qa=Qa<0?fs(Li+Qa,0):Bs(Qa,Li-1)),fr===fr?r0(sr,fr,Qa):Kp(sr,Oh,Qa,!0)}function B1(sr,fr){return sr&&sr.length?Qu(sr,Ld(fr)):y}var P1=rd(Q0);function Q0(sr,fr){return sr&&sr.length&&fr&&fr.length?pp(sr,fr):sr}function L1(sr,fr,Ur){return sr&&sr.length&&fr&&fr.length?pp(sr,fr,Gs(Ur,2)):sr}function $1(sr,fr,Ur){return sr&&sr.length&&fr&&fr.length?pp(sr,fr,y,Ur):sr}var j1=sl(function(sr,fr){var Ur=sr==null?0:sr.length,Li=fm(sr,fr);return Zd(sr,sp(fr,function(Qa){return ir(Qa,Ur)?+Qa:Qa}).sort(ta)),Li});function F1(sr,fr){var Ur=[];if(!(sr&&sr.length))return Ur;var Li=-1,Qa=[],os=sr.length;for(fr=Gs(fr,3);++Li<os;){var $s=sr[Li];fr($s,Li,sr)&&(Ur.push($s),Qa.push(Li))}return Zd(sr,Qa),Ur}function k0(sr){return sr==null?sr:is.call(sr)}function U1(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:Ld(fr),Ur=Ur===y?Li:Ld(Ur)),Jp(sr,fr,Ur)):[]}function V1(sr,fr){return Gh(sr,fr)}function H1(sr,fr,Ur){return qh(sr,fr,Gs(Ur,2))}function z1(sr,fr){var Ur=sr==null?0:sr.length;if(Ur){var Li=Gh(sr,fr);if(Li<Ur&&Wh(sr[Li],fr))return Li}return-1}function G1(sr,fr){return Gh(sr,fr,!0)}function q1(sr,fr,Ur){return qh(sr,fr,Gs(Ur,2),!0)}function W1(sr,fr){var Ur=sr==null?0:sr.length;if(Ur){var Li=Gh(sr,fr,!0)-1;if(Wh(sr[Li],fr))return Li}return-1}function K1(sr){return sr&&sr.length?nh(sr):[]}function Y1(sr,fr){return sr&&sr.length?nh(sr,Gs(fr,2)):[]}function X1(sr){var fr=sr==null?0:sr.length;return fr?Jp(sr,1,fr):[]}function Q1(sr,fr,Ur){return sr&&sr.length?(fr=Ur||fr===y?1:Ld(fr),Jp(sr,0,fr<0?0:fr)):[]}function J1(sr,fr,Ur){var Li=sr==null?0:sr.length;return Li?(fr=Ur||fr===y?1:Ld(fr),fr=Li-fr,Jp(sr,fr<0?0:fr,Li)):[]}function Z1(sr,fr){return sr&&sr.length?a0(sr,Gs(fr,3),!1,!0):[]}function tg(sr,fr){return sr&&sr.length?a0(sr,Gs(fr,3)):[]}var rg=rd(function(sr){return uf(zn(sr,1,Cf,!0))}),ng=rd(function(sr){var fr=Mh(sr);return Cf(fr)&&(fr=y),uf(zn(sr,1,Cf,!0),Gs(fr,2))}),ig=rd(function(sr){var fr=Mh(sr);return fr=typeof fr=="function"?fr:y,uf(zn(sr,1,Cf,!0),y,fr)});function ag(sr){return sr&&sr.length?uf(sr):[]}function og(sr,fr){return sr&&sr.length?uf(sr,Gs(fr,2)):[]}function sg(sr,fr){return fr=typeof fr=="function"?fr:y,sr&&sr.length?uf(sr,y,fr):[]}function I0(sr){if(!(sr&&sr.length))return[];var fr=0;return sr=$f(sr,function(Ur){if(Cf(Ur))return fr=fs(Ur.length,fr),!0}),im(fr,function(Ur){return sp(sr,$h(Ur))})}function J0(sr,fr){if(!(sr&&sr.length))return[];var Ur=I0(sr);return fr==null?Ur:sp(Ur,function(Li){return Ru(fr,y,Li)})}var ug=rd(function(sr,fr){return Cf(sr)?Na(sr,fr):[]}),cg=rd(function(sr){return Zf($f(sr,Cf))}),dg=rd(function(sr){var fr=Mh(sr);return Cf(fr)&&(fr=y),Zf($f(sr,Cf),Gs(fr,2))}),pg=rd(function(sr){var fr=Mh(sr);return fr=typeof fr=="function"?fr:y,Zf($f(sr,Cf),y,fr)}),fg=rd(I0);function mg(sr,fr){return e0(sr||[],fr||[],Jf)}function hg(sr,fr){return e0(sr||[],fr||[],Cp)}var _g=rd(function(sr){var fr=sr.length,Ur=fr>1?sr[fr-1]:y;return Ur=typeof Ur=="function"?(sr.pop(),Ur):y,J0(sr,Ur)});function Z0(sr){var fr=Ka(sr);return fr.__chain__=!0,fr}function vg(sr,fr){return fr(sr),sr}function T0(sr,fr){return fr(sr)}var bg=sl(function(sr){var fr=sr.length,Ur=fr?sr[0]:0,Li=this.__wrapped__,Qa=function(os){return fm(os,sr)};return fr>1||this.__actions__.length||!(Li instanceof Ul)||!ir(Ur)?this.thru(Qa):(Li=Li.slice(Ur,+Ur+(fr?1:0)),Li.__actions__.push({func:T0,args:[Qa],thisArg:y}),new wu(Li,this.__chain__).thru(function(os){return fr&&!os.length&&os.push(y),os}))});function yg(){return Z0(this)}function Eg(){return new wu(this.value(),this.__chain__)}function Sg(){this.__values__===y&&(this.__values__=f1(this.value()));var sr=this.__index__>=this.__values__.length,fr=sr?y:this.__values__[this.__index__++];return{done:sr,value:fr}}function Tg(){return this}function Cg(sr){for(var fr,Ur=this;Ur instanceof Ec;){var Li=Yc(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 wg(){var sr=this.__wrapped__;if(sr instanceof Ul){var fr=sr;return this.__actions__.length&&(fr=new Ul(this)),fr=fr.reverse(),fr.__actions__.push({func:T0,args:[k0],thisArg:y}),new wu(fr,this.__chain__)}return this.thru(k0)}function xg(){return o0(this.__wrapped__,this.__actions__)}var Ng=Ea(function(sr,fr,Ur){Od.call(sr,Ur)?++sr[Ur]:dm(sr,Ur,1)});function Ag(sr,fr,Ur){var Li=Rd(sr)?_f:ro;return Ur&&lr(sr,fr,Ur)&&(fr=y),Li(sr,Gs(fr,3))}function Dg(sr,fr){var Ur=Rd(sr)?$f:fo;return Ur(sr,Gs(fr,3))}var Og=Gi(Hm),Rg=Gi(Ch);function kg(sr,fr){return zn(C0(sr,fr),1)}function Ig(sr,fr){return zn(C0(sr,fr),cr)}function Mg(sr,fr,Ur){return Ur=Ur===y?1:Ld(Ur),zn(C0(sr,fr),Ur)}function e1(sr,fr){var Ur=Rd(sr)?sd:Ha;return Ur(sr,Gs(fr,3))}function t1(sr,fr){var Ur=Rd(sr)?Xd:_o;return Ur(sr,Gs(fr,3))}var Bg=Ea(function(sr,fr,Ur){Od.call(sr,Ur)?sr[Ur].push(fr):dm(sr,Ur,[fr])});function Pg(sr,fr,Ur,Li){sr=lh(sr)?sr:b0(sr),Ur=Ur&&!Li?Ld(Ur):0;var Qa=sr.length;return Ur<0&&(Ur=fs(Qa+Ur,0)),D0(sr)?Ur<=Qa&&sr.indexOf(fr,Ur)>-1:!!Qa&&lp(sr,fr,Ur)>-1}var Lg=rd(function(sr,fr,Ur){var Li=-1,Qa=typeof fr=="function",os=lh(sr)?jl(sr.length):[];return Ha(sr,function($s){os[++Li]=Qa?Ru(fr,$s,Ur):Pc($s,fr,Ur)}),os}),$g=Ea(function(sr,fr,Ur){dm(sr,Ur,fr)});function C0(sr,fr){var Ur=Rd(sr)?sp:Gc;return Ur(sr,Gs(fr,3))}function jg(sr,fr,Ur,Li){return sr==null?[]:(Rd(fr)||(fr=fr==null?[]:[fr]),Ur=Li?y:Ur,Rd(Ur)||(Ur=Ur==null?[]:[Ur]),Qs(sr,fr,Ur))}var Fg=Ea(function(sr,fr,Ur){sr[Ur?0:1].push(fr)},function(){return[[],[]]});function Ug(sr,fr,Ur){var Li=Rd(sr)?Wm:hh,Qa=arguments.length<3;return Li(sr,Gs(fr,4),Ur,Qa,Ha)}function Vg(sr,fr,Ur){var Li=Rd(sr)?Dh:hh,Qa=arguments.length<3;return Li(sr,Gs(fr,4),Ur,Qa,_o)}function Hg(sr,fr){var Ur=Rd(sr)?$f:fo;return Ur(sr,N0(Gs(fr,3)))}function zg(sr){var fr=Rd(sr)?Nm:vp;return fr(sr)}function qg(sr,fr,Ur){(Ur?lr(sr,fr,Ur):fr===y)?fr=1:fr=Ld(fr);var Li=Rd(sr)?Am:Np;return Li(sr,fr)}function Wg(sr){var fr=Rd(sr)?Lp:y0;return fr(sr)}function Kg(sr){if(sr==null)return 0;if(lh(sr))return D0(sr)?Xm(sr):sr.length;var fr=cc(sr);return fr==Cr||fr==Kr?sr.size:id(sr).length}function Yg(sr,fr,Ur){var Li=Rd(sr)?Lm:i0;return Ur&&lr(sr,fr,Ur)&&(fr=y),Li(sr,Gs(fr,3))}var Xg=rd(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]]),Qs(sr,zn(fr,1),[])}),w0=Ao||function(){return jd.Date.now()};function Qg(sr,fr){if(typeof fr!="function")throw new yf($);return sr=Ld(sr),function(){if(--sr<1)return fr.apply(this,arguments)}}function r1(sr,fr,Ur){return fr=Ur?y:fr,fr=sr&&fr==null?sr.length:fr,Ss(sr,jt,y,y,y,y,fr)}function n1(sr,fr){var Ur;if(typeof fr!="function")throw new yf($);return sr=Ld(sr),function(){return--sr>0&&(Ur=fr.apply(this,arguments)),sr<=1&&(fr=y),Ur}}var M0=rd(function(sr,fr,Ur){var Li=Ie;if(Ur.length){var Qa=Dp(Ur,Ys(M0));Li|=Fe}return Ss(sr,Li,fr,Ur,Qa)}),i1=rd(function(sr,fr,Ur){var Li=Ie|_e;if(Ur.length){var Qa=Dp(Ur,Ys(i1));Li|=Fe}return Ss(fr,Li,sr,Ur,Qa)});function a1(sr,fr,Ur){fr=Ur?y:fr;var Li=Ss(sr,he,y,y,y,y,y,fr);return Li.placeholder=a1.placeholder,Li}function o1(sr,fr,Ur){fr=Ur?y:fr;var Li=Ss(sr,Ne,y,y,y,y,y,fr);return Li.placeholder=o1.placeholder,Li}function s1(sr,fr,Ur){var Li,Qa,os,$s,Xs,Dl,Bu=0,Pu=!1,zu=!1,Ac=!0;if(typeof sr!="function")throw new yf($);fr=Bh(fr)||0,Zp(Ur)&&(Pu=!!Ur.leading,zu="maxWait"in Ur,os=zu?fs(Bh(Ur.maxWait)||0,fr):os,Ac="trailing"in Ur?!!Ur.trailing:Ac);function Zc(wf){var Kh=Li,u0=Qa;return Li=Qa=y,Bu=wf,$s=sr.apply(u0,Kh),$s}function yd(wf){return Bu=wf,Xs=yc(Yd,fr),Pu?Zc(wf):$s}function $d(wf){var Kh=wf-Dl,u0=wf-Bu,x1=fr-Kh;return zu?Bs(x1,os-u0):x1}function Ed(wf){var Kh=wf-Dl,u0=wf-Bu;return Dl===y||Kh>=fr||Kh<0||zu&&u0>=os}function Yd(){var wf=w0();if(Ed(wf))return tp(wf);Xs=yc(Yd,$d(wf))}function tp(wf){return Xs=y,Ac&&Li?Zc(wf):(Li=Qa=y,$s)}function Nh(){Xs!==y&&En(Xs),Bu=0,Li=Dl=Qa=Xs=y}function zm(){return Xs===y?$s:tp(w0())}function Ah(){var wf=w0(),Kh=Ed(wf);if(Li=arguments,Qa=this,Dl=wf,Kh){if(Xs===y)return yd(Dl);if(zu)return En(Xs),Xs=yc(Yd,fr),Zc(Dl)}return Xs===y&&(Xs=yc(Yd,fr)),$s}return Ah.cancel=Nh,Ah.flush=zm,Ah}var Jg=rd(function(sr,fr){return xa(sr,1,fr)}),Zg=rd(function(sr,fr,Ur){return xa(sr,Bh(fr)||0,Ur)});function e_(sr){return Ss(sr,Ue)}function x0(sr,fr){if(typeof sr!="function"||fr!=null&&typeof fr!="function")throw new yf($);var Ur=function(){var Li=arguments,Qa=fr?fr.apply(this,Li):Li[0],os=Ur.cache;if(os.has(Qa))return os.get(Qa);var $s=sr.apply(this,Li);return Ur.cache=os.set(Qa,$s)||os,$s};return Ur.cache=new(x0.Cache||ud),Ur}x0.Cache=ud;function N0(sr){if(typeof sr!="function")throw new yf($);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 t_(sr){return n1(2,sr)}var r_=Vn(function(sr,fr){fr=fr.length==1&&Rd(fr[0])?sp(fr[0],cp(Gs())):sp(zn(fr,1),cp(Gs()));var Ur=fr.length;return rd(function(Li){for(var Qa=-1,os=Bs(Li.length,Ur);++Qa<os;)Li[Qa]=fr[Qa].call(this,Li[Qa]);return Ru(sr,this,Li)})}),B0=rd(function(sr,fr){var Ur=Dp(fr,Ys(B0));return Ss(sr,Fe,y,fr,Ur)}),l1=rd(function(sr,fr){var Ur=Dp(fr,Ys(l1));return Ss(sr,Ve,y,fr,Ur)}),n_=sl(function(sr,fr){return Ss(sr,Et,y,y,y,fr)});function i_(sr,fr){if(typeof sr!="function")throw new yf($);return fr=fr===y?fr:Ld(fr),rd(sr,fr)}function a_(sr,fr){if(typeof sr!="function")throw new yf($);return fr=fr==null?0:fs(Ld(fr),0),rd(function(Ur){var Li=Ur[fr],Qa=Fn(Ur,0,fr);return Li&&Wf(Qa,Li),Ru(sr,this,Qa)})}function o_(sr,fr,Ur){var Li=!0,Qa=!0;if(typeof sr!="function")throw new yf($);return Zp(Ur)&&(Li="leading"in Ur?!!Ur.leading:Li,Qa="trailing"in Ur?!!Ur.trailing:Qa),s1(sr,fr,{leading:Li,maxWait:fr,trailing:Qa})}function s_(sr){return r1(sr,1)}function l_(sr,fr){return B0(di(fr),sr)}function u_(){if(!arguments.length)return[];var sr=arguments[0];return Rd(sr)?sr:[sr]}function c_(sr){return zp(sr,ue)}function d_(sr,fr){return fr=typeof fr=="function"?fr:y,zp(sr,ue,fr)}function p_(sr){return zp(sr,ie|ue)}function f_(sr,fr){return fr=typeof fr=="function"?fr:y,zp(sr,ie|ue,fr)}function m_(sr,fr){return fr==null||Ia(sr,fr,tm(fr))}function Wh(sr,fr){return sr===fr||sr!==sr&&fr!==fr}var h_=ys(Us),g_=ys(function(sr,fr){return sr>=fr}),g0=Bc(function(){return arguments}())?Bc:function(sr){return df(sr)&&Od.call(sr,"callee")&&!xm.call(sr,"callee")},Rd=jl.isArray,__=ym?cp(ym):Vc;function lh(sr){return sr!=null&&A0(sr.length)&&!s0(sr)}function Cf(sr){return df(sr)&&lh(sr)}function v_(sr){return sr===!0||sr===!1||df(sr)&&No(sr)==_r}var f0=Yo||q0,b_=Up?cp(Up):Lc;function y_(sr){return df(sr)&&sr.nodeType===1&&!S0(sr)}function E_(sr){if(sr==null)return!0;if(lh(sr)&&(Rd(sr)||typeof sr=="string"||typeof sr.splice=="function"||f0(sr)||v0(sr)||g0(sr)))return!sr.length;var fr=cc(sr);if(fr==Cr||fr==Kr)return!sr.size;if(ma(sr))return!id(sr).length;for(var Ur in sr)if(Od.call(sr,Ur))return!1;return!0}function S_(sr,fr){return Mc(sr,fr)}function T_(sr,fr,Ur){Ur=typeof Ur=="function"?Ur:y;var Li=Ur?Ur(sr,fr):y;return Li===y?Mc(sr,fr,y,Ur):!!Li}function P0(sr){if(!df(sr))return!1;var fr=No(sr);return fr==Vr||fr==zr||typeof sr.message=="string"&&typeof sr.name=="string"&&!S0(sr)}function C_(sr){return typeof sr=="number"&&Ja(sr)}function s0(sr){if(!Zp(sr))return!1;var fr=No(sr);return fr==Gr||fr==Tr||fr==gr||fr==kr}function u1(sr){return typeof sr=="number"&&sr==Ld(sr)}function A0(sr){return typeof sr=="number"&&sr>-1&&sr%1==0&&sr<=mr}function Zp(sr){var fr=typeof sr;return sr!=null&&(fr=="object"||fr=="function")}function df(sr){return sr!=null&&typeof sr=="object"}var c1=qf?cp(qf):_u;function w_(sr,fr){return sr===fr||$u(sr,fr,Vl(fr))}function x_(sr,fr,Ur){return Ur=typeof Ur=="function"?Ur:y,$u(sr,fr,Vl(fr),Ur)}function N_(sr){return d1(sr)&&sr!=+sr}function A_(sr){if(mi(sr))throw new wc(L);return gu(sr)}function D_(sr){return sr===null}function O_(sr){return sr==null}function d1(sr){return typeof sr=="number"||df(sr)&&No(sr)==Mr}function S0(sr){if(!df(sr)||No(sr)!=Sr)return!1;var fr=Sf(sr);if(fr===null)return!0;var Ur=Od.call(fr,"constructor")&&fr.constructor;return typeof Ur=="function"&&Ur instanceof Ur&&jm.call(Ur)==Fm}var L0=Yr?cp(Yr):_p;function R_(sr){return u1(sr)&&sr>=-mr&&sr<=mr}var p1=Wn?cp(Wn):Md;function D0(sr){return typeof sr=="string"||!Rd(sr)&&df(sr)&&No(sr)==Nr}function wh(sr){return typeof sr=="symbol"||df(sr)&&No(sr)==jr}var v0=vi?cp(vi):Kd;function k_(sr){return sr===y}function I_(sr){return df(sr)&&cc(sr)==ca}function M_(sr){return df(sr)&&No(sr)==Po}var B_=ys(zc),P_=ys(function(sr,fr){return sr<=fr});function f1(sr){if(!sr)return[];if(lh(sr))return D0(sr)?jf(sr):Ra(sr);if(ks&&sr[ks])return Uh(sr[ks]());var fr=cc(sr),Ur=fr==Cr?gh:fr==Kr?Yp:b0;return Ur(sr)}function l0(sr){if(!sr)return sr===0?sr:0;if(sr=Bh(sr),sr===cr||sr===-cr){var fr=sr<0?-1:1;return fr*hr}return sr===sr?sr:0}function Ld(sr){var fr=l0(sr),Ur=fr%1;return fr===fr?Ur?fr-Ur:fr:0}function m1(sr){return sr?Of(Ld(sr),0,Rr):0}function Bh(sr){if(typeof sr=="number")return sr;if(wh(sr))return br;if(Zp(sr)){var fr=typeof sr.valueOf=="function"?sr.valueOf():sr;sr=Zp(fr)?fr+"":fr}if(typeof sr!="string")return sr===0?sr:+sr;sr=Ym(sr);var Ur=pa.test(sr);return Ur||Xo.test(sr)?gf(sr.slice(2),Ur?2:8):Wi.test(sr)?br:+sr}function h1(sr){return Ba(sr,uh(sr))}function L_(sr){return sr?Of(Ld(sr),-mr,mr):sr===0?sr:0}function bp(sr){return sr==null?"":mm(sr)}var $_=Xa(function(sr,fr){if(ma(fr)||lh(fr)){Ba(fr,tm(fr),sr);return}for(var Ur in fr)Od.call(fr,Ur)&&Jf(sr,Ur,fr[Ur])}),g1=Xa(function(sr,fr){Ba(fr,uh(fr),sr)}),O0=Xa(function(sr,fr,Ur,Li){Ba(fr,uh(fr),sr,Li)}),j_=Xa(function(sr,fr,Ur,Li){Ba(fr,tm(fr),sr,Li)}),F_=sl(fm);function U_(sr,fr){var Ur=Su(sr);return fr==null?Ur:Sp(Ur,fr)}var V_=rd(function(sr,fr){sr=Wd(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 os=fr[Ur],$s=uh(os),Xs=-1,Dl=$s.length;++Xs<Dl;){var Bu=$s[Xs],Pu=sr[Bu];(Pu===y||Wh(Pu,Ef[Bu])&&!Od.call(sr,Bu))&&(sr[Bu]=os[Bu])}return sr}),H_=rd(function(sr){return sr.push(y,Fs),Ru(_1,y,sr)});function z_(sr,fr){return Xh(sr,Gs(fr,3),fa)}function G_(sr,fr){return Xh(sr,Gs(fr,3),ko)}function q_(sr,fr){return sr==null?sr:Sn(sr,Gs(fr,3),uh)}function W_(sr,fr){return sr==null?sr:ka(sr,Gs(fr,3),uh)}function K_(sr,fr){return sr&&fa(sr,Gs(fr,3))}function Y_(sr,fr){return sr&&ko(sr,Gs(fr,3))}function X_(sr){return sr==null?[]:xo(sr,tm(sr))}function Q_(sr){return sr==null?[]:xo(sr,uh(sr))}function $0(sr,fr,Ur){var Li=sr==null?y:cs(sr,fr);return Li===y?Ur:Li}function J_(sr,fr){return sr!=null&&hl(sr,fr,Ws)}function j0(sr,fr){return sr!=null&&hl(sr,fr,al)}var Z_=va(function(sr,fr,Ur){fr!=null&&typeof fr.toString!="function"&&(fr=Xp.call(fr)),sr[fr]=Ur},U0(dh)),ev=va(function(sr,fr,Ur){fr!=null&&typeof fr.toString!="function"&&(fr=Xp.call(fr)),Od.call(sr,fr)?sr[fr].push(Ur):sr[fr]=[Ur]},Gs),tv=rd(Pc);function tm(sr){return lh(sr)?of(sr):id(sr)}function uh(sr){return lh(sr)?of(sr,!0):_c(sr)}function rv(sr,fr){var Ur={};return fr=Gs(fr,3),fa(sr,function(Li,Qa,os){dm(Ur,fr(Li,Qa,os),Li)}),Ur}function nv(sr,fr){var Ur={};return fr=Gs(fr,3),fa(sr,function(Li,Qa,os){dm(Ur,Qa,fr(Li,Qa,os))}),Ur}var iv=Xa(function(sr,fr,Ur){Ml(sr,fr,Ur)}),_1=Xa(function(sr,fr,Ur,Li){Ml(sr,fr,Ur,Li)}),av=sl(function(sr,fr){var Ur={};if(sr==null)return Ur;var Li=!1;fr=sp(fr,function(os){return os=vn(os,sr),Li||(Li=os.length>1),os}),Ba(sr,Is(sr),Ur),Li&&(Ur=zp(Ur,ie|oe|ue,ml));for(var Qa=fr.length;Qa--;)d0(Ur,fr[Qa]);return Ur});function ov(sr,fr){return v1(sr,N0(Gs(fr)))}var sv=sl(function(sr,fr){return sr==null?{}:Nc(sr,fr)});function v1(sr,fr){if(sr==null)return{};var Ur=sp(Is(sr),function(Li){return[Li]});return fr=Gs(fr),gc(sr,Ur,function(Li,Qa){return fr(Li,Qa[0])})}function lv(sr,fr,Ur){fr=vn(fr,sr);var Li=-1,Qa=fr.length;for(Qa||(Qa=1,sr=y);++Li<Qa;){var os=sr==null?y:sr[il(fr[Li])];os===y&&(Li=Qa,os=Ur),sr=s0(os)?os.call(sr):os}return sr}function uv(sr,fr,Ur){return sr==null?sr:Cp(sr,fr,Ur)}function cv(sr,fr,Ur,Li){return Li=typeof Li=="function"?Li:y,sr==null?sr:Cp(sr,fr,Ur,Li)}var b1=Oo(tm),y1=Oo(uh);function dv(sr,fr,Ur){var Li=Rd(sr),Qa=Li||f0(sr)||v0(sr);if(fr=Gs(fr,4),Ur==null){var os=sr&&sr.constructor;Qa?Ur=Li?new os:[]:Zp(sr)?Ur=s0(os)?Su(Sf(sr)):{}:Ur={}}return(Qa?sd:fa)(sr,function($s,Xs,Dl){return fr(Ur,$s,Xs,Dl)}),Ur}function pv(sr,fr){return sr==null?!0:d0(sr,fr)}function fv(sr,fr,Ur){return sr==null?sr:m0(sr,fr,di(Ur))}function mv(sr,fr,Ur,Li){return Li=typeof Li=="function"?Li:y,sr==null?sr:m0(sr,fr,di(Ur),Li)}function b0(sr){return sr==null?[]:Kf(sr,tm(sr))}function hv(sr){return sr==null?[]:Kf(sr,uh(sr))}function gv(sr,fr,Ur){return Ur===y&&(Ur=fr,fr=y),Ur!==y&&(Ur=Bh(Ur),Ur=Ur===Ur?Ur:0),fr!==y&&(fr=Bh(fr),fr=fr===fr?fr:0),Of(Bh(sr),fr,Ur)}function _v(sr,fr,Ur){return fr=l0(fr),Ur===y?(Ur=fr,fr=0):Ur=l0(Ur),sr=Bh(sr),Du(sr,fr,Ur)}function vv(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=l0(sr),fr===y?(fr=sr,sr=0):fr=l0(fr)),sr>fr){var Li=sr;sr=fr,fr=Li}if(Ur||sr%1||fr%1){var Qa=pl();return Bs(sr+Qa*(fr-sr+Gm("1e-"+((Qa+"").length-1))),fr)}return Rf(sr,fr)}var bv=Fi(function(sr,fr,Ur){return fr=fr.toLowerCase(),sr+(Ur?E1(fr):fr)});function E1(sr){return F0(bp(sr).toLowerCase())}function S1(sr){return sr=bp(sr),sr&&sr.replace(Fo,jh).replace(Mf,"")}function yv(sr,fr,Ur){sr=bp(sr),fr=mm(fr);var Li=sr.length;Ur=Ur===y?Li:Of(Ld(Ur),0,Li);var Qa=Ur;return Ur-=fr.length,Ur>=0&&sr.slice(Ur,Qa)==fr}function Ev(sr){return sr=bp(sr),sr&&yl.test(sr)?sr.replace(Ds,Df):sr}function Sv(sr){return sr=bp(sr),sr&&vc.test(sr)?sr.replace(Oc,"\\$&"):sr}var Tv=Fi(function(sr,fr,Ur){return sr+(Ur?"-":"")+fr.toLowerCase()}),Cv=Fi(function(sr,fr,Ur){return sr+(Ur?" ":"")+fr.toLowerCase()}),wv=Ta("toLowerCase");function xv(sr,fr,Ur){sr=bp(sr),fr=Ld(fr);var Li=fr?Xm(sr):0;if(!fr||Li>=fr)return sr;var Qa=(fr-Li)/2;return Bo(Ro(Qa),Ur)+sr+Bo(So(Qa),Ur)}function Nv(sr,fr,Ur){sr=bp(sr),fr=Ld(fr);var Li=fr?Xm(sr):0;return fr&&Li<fr?sr+Bo(fr-Li,Ur):sr}function Av(sr,fr,Ur){sr=bp(sr),fr=Ld(fr);var Li=fr?Xm(sr):0;return fr&&Li<fr?Bo(fr-Li,Ur)+sr:sr}function Dv(sr,fr,Ur){return Ur||fr==null?fr=0:fr&&(fr=+fr),js(bp(sr).replace(Yl,""),fr||0)}function Ov(sr,fr,Ur){return(Ur?lr(sr,fr,Ur):fr===y)?fr=1:fr=Ld(fr),Tp(bp(sr),fr)}function Rv(){var sr=arguments,fr=bp(sr[0]);return sr.length<3?fr:fr.replace(sr[1],sr[2])}var kv=Fi(function(sr,fr,Ur){return sr+(Ur?"_":"")+fr.toLowerCase()});function Iv(sr,fr,Ur){return Ur&&typeof Ur!="number"&&lr(sr,fr,Ur)&&(fr=Ur=y),Ur=Ur===y?Rr:Ur>>>0,Ur?(sr=bp(sr),sr&&(typeof fr=="string"||fr!=null&&!L0(fr))&&(fr=mm(fr),!fr&&bf(sr))?Fn(jf(sr),0,Ur):sr.split(fr,Ur)):[]}var Mv=Fi(function(sr,fr,Ur){return sr+(Ur?" ":"")+F0(fr)});function Bv(sr,fr,Ur){return sr=bp(sr),Ur=Ur==null?0:Of(Ld(Ur),0,sr.length),fr=mm(fr),sr.slice(Ur,Ur+fr.length)==fr}function Pv(sr,fr,Ur){var Li=Ka.templateSettings;Ur&&lr(sr,fr,Ur)&&(fr=y),sr=bp(sr),fr=O0({},fr,Li,nl);var Qa=O0({},fr.imports,Li.imports,nl),os=tm(Qa),$s=Kf(Qa,os),Xs,Dl,Bu=0,Pu=fr.interpolate||_s,zu="__p += '",Ac=Zm((fr.escape||_s).source+"|"+Pu.source+"|"+(Pu===As?Ln:_s).source+"|"+(fr.evaluate||_s).source+"|$","g"),Zc="//# sourceURL="+(Od.call(fr,"sourceURL")?(fr.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++km+"]")+`
`;sr.replace(Ac,function(Ed,Yd,tp,Nh,zm,Ah){return tp||(tp=Nh),zu+=sr.slice(Bu,Ah).replace(An,sm),Yd&&(Xs=!0,zu+=`' +
__e(`+Yd+`) +
'`),zm&&(Dl=!0,zu+=`';
`+zm+`;
__p += '`),tp&&(zu+=`' +
((__t = (`+tp+`)) == null ? '' : __t) +
'`),Bu=Ah+Ed.length,Ed}),zu+=`';
`;var yd=Od.call(fr,"variable")&&fr.variable;if(!yd)zu=`with (obj) {
`+zu+`
}
`;else if(Zn.test(yd))throw new wc(j);zu=(Dl?zu.replace(To,""):zu).replace(Hi,"$1").replace(na,"$1;"),zu="function("+(yd||"obj")+`) {
`+(yd?"":`obj || (obj = {});
`)+"var __t, __p = ''"+(Xs?", __e = _.escape":"")+(Dl?`, __j = Array.prototype.join;
function print() { __p += __j.call(arguments, '') }
`:`;
`)+zu+`return __p
}`;var $d=C1(function(){return Ad(os,Zc+"return "+zu).apply(y,$s)});if($d.source=zu,P0($d))throw $d;return $d}function Lv(sr){return bp(sr).toLowerCase()}function $v(sr){return bp(sr).toUpperCase()}function jv(sr,fr,Ur){if(sr=bp(sr),sr&&(Ur||fr===y))return Ym(sr);if(!sr||!(fr=mm(fr)))return sr;var Li=jf(sr),Qa=jf(fr),os=tf(Li,Qa),$s=Yf(Li,Qa)+1;return Fn(Li,os,$s).join("")}function Fv(sr,fr,Ur){if(sr=bp(sr),sr&&(Ur||fr===y))return sr.slice(0,Hh(sr)+1);if(!sr||!(fr=mm(fr)))return sr;var Li=jf(sr),Qa=Yf(Li,jf(fr))+1;return Fn(Li,0,Qa).join("")}function Uv(sr,fr,Ur){if(sr=bp(sr),sr&&(Ur||fr===y))return sr.replace(Yl,"");if(!sr||!(fr=mm(fr)))return sr;var Li=jf(sr),Qa=tf(Li,jf(fr));return Fn(Li,Qa).join("")}function Vv(sr,fr){var Ur=qe,Li=kt;if(Zp(fr)){var Qa="separator"in fr?fr.separator:Qa;Ur="length"in fr?Ld(fr.length):Ur,Li="omission"in fr?mm(fr.omission):Li}sr=bp(sr);var os=sr.length;if(bf(sr)){var $s=jf(sr);os=$s.length}if(Ur>=os)return sr;var Xs=Ur-Xm(Li);if(Xs<1)return Li;var Dl=$s?Fn($s,0,Xs).join(""):sr.slice(0,Xs);if(Qa===y)return Dl+Li;if($s&&(Xs+=Dl.length-Xs),L0(Qa)){if(sr.slice(Xs).search(Qa)){var Bu,Pu=Dl;for(Qa.global||(Qa=Zm(Qa.source,bp(Vi.exec(Qa))+"g")),Qa.lastIndex=0;Bu=Qa.exec(Pu);)var zu=Bu.index;Dl=Dl.slice(0,zu===y?Xs:zu)}}else if(sr.indexOf(mm(Qa),Xs)!=Xs){var Ac=Dl.lastIndexOf(Qa);Ac>-1&&(Dl=Dl.slice(0,Ac))}return Dl+Li}function Hv(sr){return sr=bp(sr),sr&&ps.test(sr)?sr.replace(Ma,zh):sr}var zv=Fi(function(sr,fr,Ur){return sr+(Ur?" ":"")+fr.toUpperCase()}),F0=Ta("toUpperCase");function T1(sr,fr,Ur){return sr=bp(sr),fr=Ur?y:fr,fr===y?Fh(sr)?Qh(sr):t0(sr):sr.match(fr)||[]}var C1=rd(function(sr,fr){try{return Ru(sr,y,fr)}catch(Ur){return P0(Ur)?Ur:new wc(Ur)}}),Gv=sl(function(sr,fr){return sd(fr,function(Ur){Ur=il(Ur),dm(sr,Ur,M0(sr[Ur],sr))}),sr});function qv(sr){var fr=sr==null?0:sr.length,Ur=Gs();return sr=fr?sp(sr,function(Li){if(typeof Li[1]!="function")throw new yf($);return[Ur(Li[0]),Li[1]]}):[],rd(function(Li){for(var Qa=-1;++Qa<fr;){var os=sr[Qa];if(Ru(os[0],this,Li))return Ru(os[1],this,Li)}})}function Wv(sr){return Mn(zp(sr,ie))}function U0(sr){return function(){return sr}}function Kv(sr,fr){return sr==null||sr!==sr?fr:sr}var Yv=ra(),Xv=ra(!0);function dh(sr){return sr}function V0(sr){return Td(typeof sr=="function"?sr:zp(sr,ie))}function eb(sr){return Qc(zp(sr,ie))}function tb(sr,fr){return rl(sr,zp(fr,ie))}var rb=rd(function(sr,fr){return function(Ur){return Pc(Ur,sr,fr)}}),nb=rd(function(sr,fr){return function(Ur){return Pc(sr,Ur,fr)}});function H0(sr,fr,Ur){var Li=tm(fr),Qa=xo(fr,Li);Ur==null&&!(Zp(fr)&&(Qa.length||!Li.length))&&(Ur=fr,fr=sr,sr=this,Qa=xo(fr,tm(fr)));var os=!(Zp(Ur)&&"chain"in Ur)||!!Ur.chain,$s=s0(sr);return sd(Qa,function(Xs){var Dl=fr[Xs];sr[Xs]=Dl,$s&&(sr.prototype[Xs]=function(){var Bu=this.__chain__;if(os||Bu){var Pu=sr(this.__wrapped__),zu=Pu.__actions__=Ra(this.__actions__);return zu.push({func:Dl,args:arguments,thisArg:sr}),Pu.__chain__=Bu,Pu}return Dl.apply(sr,Wf([this.value()],arguments))})}),sr}function ib(){return jd._===this&&(jd._=Pp),this}function z0(){}function ab(sr){return sr=Ld(sr),rd(function(fr){return Qu(fr,sr)})}var ob=to(sp),sb=to(_f),lb=to(Lm);function w1(sr){return dr(sr)?$h(il(sr)):jp(sr)}function ub(sr){return function(fr){return sr==null?y:cs(sr,fr)}}var cb=Mo(),db=Mo(!0);function G0(){return[]}function q0(){return!1}function pb(){return{}}function fb(){return""}function mb(){return!0}function hb(sr,fr){if(sr=Ld(sr),sr<1||sr>mr)return[];var Ur=Rr,Li=Bs(sr,Rr);fr=Gs(fr),sr-=Rr;for(var Qa=im(Li,fr);++Ur<sr;)fr(Ur);return Qa}function gb(sr){return Rd(sr)?sp(sr,il):wh(sr)?[sr]:Ra(co(bp(sr)))}function _b(sr){var fr=++Zh;return bp(sr)+fr}var vb=Aa(function(sr,fr){return sr+fr},0),bb=Ls("ceil"),yb=Aa(function(sr,fr){return sr/fr},1),Eb=Ls("floor");function Sb(sr){return sr&&sr.length?vo(sr,dh,Us):y}function Tb(sr,fr){return sr&&sr.length?vo(sr,Gs(fr,2),Us):y}function Cb(sr){return Em(sr,dh)}function wb(sr,fr){return Em(sr,Gs(fr,2))}function xb(sr){return sr&&sr.length?vo(sr,dh,zc):y}function Nb(sr,fr){return sr&&sr.length?vo(sr,Gs(fr,2),zc):y}var Ab=Aa(function(sr,fr){return sr*fr},1),Db=Ls("round"),Ob=Aa(function(sr,fr){return sr-fr},0);function Rb(sr){return sr&&sr.length?Tm(sr,dh):0}function kb(sr,fr){return sr&&sr.length?Tm(sr,Gs(fr,2)):0}return Ka.after=Qg,Ka.ary=r1,Ka.assign=$_,Ka.assignIn=g1,Ka.assignInWith=O0,Ka.assignWith=j_,Ka.at=F_,Ka.before=n1,Ka.bind=M0,Ka.bindAll=Gv,Ka.bindKey=i1,Ka.castArray=u_,Ka.chain=Z0,Ka.chunk=ep,Ka.compact=Sd,Ka.concat=Bd,Ka.cond=qv,Ka.conforms=Wv,Ka.constant=U0,Ka.countBy=Ng,Ka.create=U_,Ka.curry=a1,Ka.curryRight=o1,Ka.debounce=s1,Ka.defaults=V_,Ka.defaultsDeep=H_,Ka.defer=Jg,Ka.delay=Zg,Ka.difference=Fd,Ka.differenceBy=Ud,Ka.differenceWith=Fc,Ka.drop=Jc,Ka.dropRight=Gp,Ka.dropRightWhile=Dm,Ka.dropWhile=qp,Ka.fill=h0,Ka.filter=Dg,Ka.flatMap=kg,Ka.flatMapDeep=Ig,Ka.flatMapDepth=Mg,Ka.flatten=ih,Ka.flattenDeep=cf,Ka.flattenDepth=p0,Ka.flip=e_,Ka.flow=Yv,Ka.flowRight=Xv,Ka.fromPairs=E0,Ka.functions=X_,Ka.functionsIn=Q_,Ka.groupBy=Bg,Ka.initial=D1,Ka.intersection=O1,Ka.intersectionBy=R1,Ka.intersectionWith=k1,Ka.invert=Z_,Ka.invertBy=ev,Ka.invokeMap=Lg,Ka.iteratee=V0,Ka.keyBy=$g,Ka.keys=tm,Ka.keysIn=uh,Ka.map=C0,Ka.mapKeys=rv,Ka.mapValues=nv,Ka.matches=eb,Ka.matchesProperty=tb,Ka.memoize=x0,Ka.merge=iv,Ka.mergeWith=_1,Ka.method=rb,Ka.methodOf=nb,Ka.mixin=H0,Ka.negate=N0,Ka.nthArg=ab,Ka.omit=av,Ka.omitBy=ov,Ka.once=t_,Ka.orderBy=jg,Ka.over=ob,Ka.overArgs=r_,Ka.overEvery=sb,Ka.overSome=lb,Ka.partial=B0,Ka.partialRight=l1,Ka.partition=Fg,Ka.pick=sv,Ka.pickBy=v1,Ka.property=w1,Ka.propertyOf=ub,Ka.pull=P1,Ka.pullAll=Q0,Ka.pullAllBy=L1,Ka.pullAllWith=$1,Ka.pullAt=j1,Ka.range=cb,Ka.rangeRight=db,Ka.rearg=n_,Ka.reject=Hg,Ka.remove=F1,Ka.rest=i_,Ka.reverse=k0,Ka.sampleSize=qg,Ka.set=uv,Ka.setWith=cv,Ka.shuffle=Wg,Ka.slice=U1,Ka.sortBy=Xg,Ka.sortedUniq=K1,Ka.sortedUniqBy=Y1,Ka.split=Iv,Ka.spread=a_,Ka.tail=X1,Ka.take=Q1,Ka.takeRight=J1,Ka.takeRightWhile=Z1,Ka.takeWhile=tg,Ka.tap=vg,Ka.throttle=o_,Ka.thru=T0,Ka.toArray=f1,Ka.toPairs=b1,Ka.toPairsIn=y1,Ka.toPath=gb,Ka.toPlainObject=h1,Ka.transform=dv,Ka.unary=s_,Ka.union=rg,Ka.unionBy=ng,Ka.unionWith=ig,Ka.uniq=ag,Ka.uniqBy=og,Ka.uniqWith=sg,Ka.unset=pv,Ka.unzip=I0,Ka.unzipWith=J0,Ka.update=fv,Ka.updateWith=mv,Ka.values=b0,Ka.valuesIn=hv,Ka.without=ug,Ka.words=T1,Ka.wrap=l_,Ka.xor=cg,Ka.xorBy=dg,Ka.xorWith=pg,Ka.zip=fg,Ka.zipObject=mg,Ka.zipObjectDeep=hg,Ka.zipWith=_g,Ka.entries=b1,Ka.entriesIn=y1,Ka.extend=g1,Ka.extendWith=O0,H0(Ka,Ka),Ka.add=vb,Ka.attempt=C1,Ka.camelCase=bv,Ka.capitalize=E1,Ka.ceil=bb,Ka.clamp=gv,Ka.clone=c_,Ka.cloneDeep=p_,Ka.cloneDeepWith=f_,Ka.cloneWith=d_,Ka.conformsTo=m_,Ka.deburr=S1,Ka.defaultTo=Kv,Ka.divide=yb,Ka.endsWith=yv,Ka.eq=Wh,Ka.escape=Ev,Ka.escapeRegExp=Sv,Ka.every=Ag,Ka.find=Og,Ka.findIndex=Hm,Ka.findKey=z_,Ka.findLast=Rg,Ka.findLastIndex=Ch,Ka.findLastKey=G_,Ka.floor=Eb,Ka.forEach=e1,Ka.forEachRight=t1,Ka.forIn=q_,Ka.forInRight=W_,Ka.forOwn=K_,Ka.forOwnRight=Y_,Ka.get=$0,Ka.gt=h_,Ka.gte=g_,Ka.has=J_,Ka.hasIn=j0,Ka.head=X0,Ka.identity=dh,Ka.includes=Pg,Ka.indexOf=A1,Ka.inRange=_v,Ka.invoke=tv,Ka.isArguments=g0,Ka.isArray=Rd,Ka.isArrayBuffer=__,Ka.isArrayLike=lh,Ka.isArrayLikeObject=Cf,Ka.isBoolean=v_,Ka.isBuffer=f0,Ka.isDate=b_,Ka.isElement=y_,Ka.isEmpty=E_,Ka.isEqual=S_,Ka.isEqualWith=T_,Ka.isError=P0,Ka.isFinite=C_,Ka.isFunction=s0,Ka.isInteger=u1,Ka.isLength=A0,Ka.isMap=c1,Ka.isMatch=w_,Ka.isMatchWith=x_,Ka.isNaN=N_,Ka.isNative=A_,Ka.isNil=O_,Ka.isNull=D_,Ka.isNumber=d1,Ka.isObject=Zp,Ka.isObjectLike=df,Ka.isPlainObject=S0,Ka.isRegExp=L0,Ka.isSafeInteger=R_,Ka.isSet=p1,Ka.isString=D0,Ka.isSymbol=wh,Ka.isTypedArray=v0,Ka.isUndefined=k_,Ka.isWeakMap=I_,Ka.isWeakSet=M_,Ka.join=I1,Ka.kebabCase=Tv,Ka.last=Mh,Ka.lastIndexOf=M1,Ka.lowerCase=Cv,Ka.lowerFirst=wv,Ka.lt=B_,Ka.lte=P_,Ka.max=Sb,Ka.maxBy=Tb,Ka.mean=Cb,Ka.meanBy=wb,Ka.min=xb,Ka.minBy=Nb,Ka.stubArray=G0,Ka.stubFalse=q0,Ka.stubObject=pb,Ka.stubString=fb,Ka.stubTrue=mb,Ka.multiply=Ab,Ka.nth=B1,Ka.noConflict=ib,Ka.noop=z0,Ka.now=w0,Ka.pad=xv,Ka.padEnd=Nv,Ka.padStart=Av,Ka.parseInt=Dv,Ka.random=vv,Ka.reduce=Ug,Ka.reduceRight=Vg,Ka.repeat=Ov,Ka.replace=Rv,Ka.result=lv,Ka.round=Db,Ka.runInContext=Js,Ka.sample=zg,Ka.size=Kg,Ka.snakeCase=kv,Ka.some=Yg,Ka.sortedIndex=V1,Ka.sortedIndexBy=H1,Ka.sortedIndexOf=z1,Ka.sortedLastIndex=G1,Ka.sortedLastIndexBy=q1,Ka.sortedLastIndexOf=W1,Ka.startCase=Mv,Ka.startsWith=Bv,Ka.subtract=Ob,Ka.sum=Rb,Ka.sumBy=kb,Ka.template=Pv,Ka.times=hb,Ka.toFinite=l0,Ka.toInteger=Ld,Ka.toLength=m1,Ka.toLower=Lv,Ka.toNumber=Bh,Ka.toSafeInteger=L_,Ka.toString=bp,Ka.toUpper=$v,Ka.trim=jv,Ka.trimEnd=Fv,Ka.trimStart=Uv,Ka.truncate=Vv,Ka.unescape=Hv,Ka.uniqueId=_b,Ka.upperCase=zv,Ka.upperFirst=F0,Ka.each=e1,Ka.eachRight=t1,Ka.first=X0,H0(Ka,function(){var sr={};return fa(Ka,function(fr,Ur){Od.call(Ka.prototype,Ur)||(sr[Ur]=fr)}),sr}(),{chain:!1}),Ka.VERSION=n,sd(["bind","bindKey","curry","curryRight","partial","partialRight"],function(sr){Ka[sr].placeholder=Ka}),sd(["drop","take"],function(sr,fr){Ul.prototype[sr]=function(Ur){Ur=Ur===y?1:fs(Ld(Ur),0);var Li=this.__filtered__&&!fr?new Ul(this):this.clone();return Li.__filtered__?Li.__takeCount__=Bs(Ur,Li.__takeCount__):Li.__views__.push({size:Bs(Ur,Rr),type:sr+(Li.__dir__<0?"Right":"")}),Li},Ul.prototype[sr+"Right"]=function(Ur){return this.reverse()[sr](Ur).reverse()}}),sd(["filter","map","takeWhile"],function(sr,fr){var Ur=fr+1,Li=Ur==ar||Ur==ur;Ul.prototype[sr]=function(Qa){var os=this.clone();return os.__iteratees__.push({iteratee:Gs(Qa,3),type:Ur}),os.__filtered__=os.__filtered__||Li,os}}),sd(["head","last"],function(sr,fr){var Ur="take"+(fr?"Right":"");Ul.prototype[sr]=function(){return this[Ur](1).value()[0]}}),sd(["initial","tail"],function(sr,fr){var Ur="drop"+(fr?"":"Right");Ul.prototype[sr]=function(){return this.__filtered__?new Ul(this):this[Ur](1)}}),Ul.prototype.compact=function(){return this.filter(dh)},Ul.prototype.find=function(sr){return this.filter(sr).head()},Ul.prototype.findLast=function(sr){return this.reverse().find(sr)},Ul.prototype.invokeMap=rd(function(sr,fr){return typeof sr=="function"?new Ul(this):this.map(function(Ur){return Pc(Ur,sr,fr)})}),Ul.prototype.reject=function(sr){return this.filter(N0(Gs(sr)))},Ul.prototype.slice=function(sr,fr){sr=Ld(sr);var Ur=this;return Ur.__filtered__&&(sr>0||fr<0)?new Ul(Ur):(sr<0?Ur=Ur.takeRight(-sr):sr&&(Ur=Ur.drop(sr)),fr!==y&&(fr=Ld(fr),Ur=fr<0?Ur.dropRight(-fr):Ur.take(fr-sr)),Ur)},Ul.prototype.takeRightWhile=function(sr){return this.reverse().takeWhile(sr).reverse()},Ul.prototype.toArray=function(){return this.take(Rr)},fa(Ul.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],os=Li||/^find/.test(fr);Qa&&(Ka.prototype[fr]=function(){var $s=this.__wrapped__,Xs=Li?[1]:arguments,Dl=$s instanceof Ul,Bu=Xs[0],Pu=Dl||Rd($s),zu=function(Yd){var tp=Qa.apply(Ka,Wf([Yd],Xs));return Li&&Ac?tp[0]:tp};Pu&&Ur&&typeof Bu=="function"&&Bu.length!=1&&(Dl=Pu=!1);var Ac=this.__chain__,Zc=!!this.__actions__.length,yd=os&&!Ac,$d=Dl&&!Zc;if(!os&&Pu){$s=$d?$s:new Ul(this);var Ed=sr.apply($s,Xs);return Ed.__actions__.push({func:T0,args:[zu],thisArg:y}),new wu(Ed,Ac)}return yd&&$d?sr.apply(this,Xs):(Ed=this.thru(zu),yd?Li?Ed.value()[0]:Ed.value():Ed)})}),sd(["pop","push","shift","sort","splice","unshift"],function(sr){var fr=Ff[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 os=this.value();return fr.apply(Rd(os)?os:[],Qa)}return this[Ur](function($s){return fr.apply(Rd($s)?$s:[],Qa)})}}),fa(Ul.prototype,function(sr,fr){var Ur=Ka[fr];if(Ur){var Li=Ur.name+"";Od.call(Eu,Li)||(Eu[Li]=[]),Eu[Li].push({name:fr,func:Ur})}}),Eu[da(y,_e).name]=[{name:"wrapper",func:y}],Ul.prototype.clone=Iu,Ul.prototype.reverse=kl,Ul.prototype.value=bl,Ka.prototype.at=bg,Ka.prototype.chain=yg,Ka.prototype.commit=Eg,Ka.prototype.next=Sg,Ka.prototype.plant=Cg,Ka.prototype.reverse=wg,Ka.prototype.toJSON=Ka.prototype.valueOf=Ka.prototype.value=xg,Ka.prototype.first=Ka.prototype.head,ks&&(Ka.prototype[ks]=Tg),Ka},lm=kh();Pf?((Pf.exports=lm)._=lm,vm._=lm):jd._=lm}).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 he=>(Ne,Fe)=>{const Ve=Ne.length;return Fe===void 0||Ce.skipNull&&Fe===null||Ce.skipEmptyString&&Fe===""?Ne:Fe===null?[...Ne,[re(he,Ce),"[",Ve,"]"].join("")]:[...Ne,[re(he,Ce),"[",re(Ve,Ce),"]=",re(Fe,Ce)].join("")]};case"bracket":return he=>(Ne,Fe)=>Fe===void 0||Ce.skipNull&&Fe===null||Ce.skipEmptyString&&Fe===""?Ne:Fe===null?[...Ne,[re(he,Ce),"[]"].join("")]:[...Ne,[re(he,Ce),"[]=",re(Fe,Ce)].join("")];case"colon-list-separator":return he=>(Ne,Fe)=>Fe===void 0||Ce.skipNull&&Fe===null||Ce.skipEmptyString&&Fe===""?Ne:Fe===null?[...Ne,[re(he,Ce),":list="].join("")]:[...Ne,[re(he,Ce),":list=",re(Fe,Ce)].join("")];case"comma":case"separator":case"bracket-separator":{const he=Ce.arrayFormat==="bracket-separator"?"[]=":"=";return Ne=>(Fe,Ve)=>Ve===void 0||Ce.skipNull&&Ve===null||Ce.skipEmptyString&&Ve===""?Fe:(Ve=Ve===null?"":Ve,Fe.length===0?[[re(Ne,Ce),he,re(Ve,Ce)].join("")]:[[Fe,re(Ve,Ce)].join(Ce.arrayFormatSeparator)])}default:return he=>(Ne,Fe)=>Fe===void 0||Ce.skipNull&&Fe===null||Ce.skipEmptyString&&Fe===""?Ne:Fe===null?[...Ne,re(he,Ce)]:[...Ne,[re(he,Ce),"=",re(Fe,Ce)].join("")]}}function V(Ce){let he;switch(Ce.arrayFormat){case"index":return(Ne,Fe,Ve)=>{if(he=/\[(\d*)\]$/.exec(Ne),Ne=Ne.replace(/\[\d*\]$/,""),!he){Ve[Ne]=Fe;return}Ve[Ne]===void 0&&(Ve[Ne]={}),Ve[Ne][he[1]]=Fe};case"bracket":return(Ne,Fe,Ve)=>{if(he=/(\[\])$/.exec(Ne),Ne=Ne.replace(/\[\]$/,""),!he){Ve[Ne]=Fe;return}if(Ve[Ne]===void 0){Ve[Ne]=[Fe];return}Ve[Ne]=[].concat(Ve[Ne],Fe)};case"colon-list-separator":return(Ne,Fe,Ve)=>{if(he=/(:list)$/.exec(Ne),Ne=Ne.replace(/:list$/,""),!he){Ve[Ne]=Fe;return}if(Ve[Ne]===void 0){Ve[Ne]=[Fe];return}Ve[Ne]=[].concat(Ve[Ne],Fe)};case"comma":case"separator":return(Ne,Fe,Ve)=>{const jt=typeof Fe=="string"&&Fe.includes(Ce.arrayFormatSeparator),Et=typeof Fe=="string"&&!jt&&ie(Fe,Ce).includes(Ce.arrayFormatSeparator);Fe=Et?ie(Fe,Ce):Fe;const Ue=jt||Et?Fe.split(Ce.arrayFormatSeparator).map(qe=>ie(qe,Ce)):Fe===null?Fe:ie(Fe,Ce);Ve[Ne]=Ue};case"bracket-separator":return(Ne,Fe,Ve)=>{const jt=/(\[\])$/.test(Ne);if(Ne=Ne.replace(/\[\]$/,""),!jt){Ve[Ne]=Fe&&ie(Fe,Ce);return}const Et=Fe===null?[]:Fe.split(Ce.arrayFormatSeparator).map(Ue=>ie(Ue,Ce));if(Ve[Ne]===void 0){Ve[Ne]=Et;return}Ve[Ne]=[].concat(Ve[Ne],Et)};default:return(Ne,Fe,Ve)=>{if(Ve[Ne]===void 0){Ve[Ne]=Fe;return}Ve[Ne]=[].concat(Ve[Ne],Fe)}}}function z(Ce){if(typeof Ce!="string"||Ce.length!==1)throw new TypeError("arrayFormatSeparator must be single character string")}function re(Ce,he){return he.encode?he.strict?t(Ce):encodeURIComponent(Ce):Ce}function ie(Ce,he){return he.decode?y(Ce):Ce}function oe(Ce){return Array.isArray(Ce)?Ce.sort():typeof Ce=="object"?oe(Object.keys(Ce)).sort((he,Ne)=>Number(he)-Number(Ne)).map(he=>Ce[he]):Ce}function ue(Ce){const he=Ce.indexOf("#");return he!==-1&&(Ce=Ce.slice(0,he)),Ce}function de(Ce){let he="";const Ne=Ce.indexOf("#");return Ne!==-1&&(he=Ce.slice(Ne)),he}function pe(Ce){Ce=ue(Ce);const he=Ce.indexOf("?");return he===-1?"":Ce.slice(he+1)}function Ie(Ce,he){return he.parseNumbers&&!Number.isNaN(Number(Ce))&&typeof Ce=="string"&&Ce.trim()!==""?Ce=Number(Ce):he.parseBooleans&&Ce!==null&&(Ce.toLowerCase()==="true"||Ce.toLowerCase()==="false")&&(Ce=Ce.toLowerCase()==="true"),Ce}function _e(Ce,he){he=Object.assign({decode:!0,sort:!0,arrayFormat:"none",arrayFormatSeparator:",",parseNumbers:!1,parseBooleans:!1},he),z(he.arrayFormatSeparator);const Ne=V(he),Fe=Object.create(null);if(typeof Ce!="string"||(Ce=Ce.trim().replace(/^[?#&]/,""),!Ce))return Fe;for(const Ve of Ce.split("&")){if(Ve==="")continue;let[jt,Et]=n(he.decode?Ve.replace(/\+/g," "):Ve,"=");Et=Et===void 0?null:["comma","separator","bracket-separator"].includes(he.arrayFormat)?Et:ie(Et,he),Ne(ie(jt,he),Et,Fe)}for(const Ve of Object.keys(Fe)){const jt=Fe[Ve];if(typeof jt=="object"&&jt!==null)for(const Et of Object.keys(jt))jt[Et]=Ie(jt[Et],he);else Fe[Ve]=Ie(jt,he)}return he.sort===!1?Fe:(he.sort===!0?Object.keys(Fe).sort():Object.keys(Fe).sort(he.sort)).reduce((Ve,jt)=>{const Et=Fe[jt];return Et&&typeof Et=="object"&&!Array.isArray(Et)?Ve[jt]=oe(Et):Ve[jt]=Et,Ve},Object.create(null))}e.extract=pe,e.parse=_e,e.stringify=(Ce,he)=>{if(!Ce)return"";he=Object.assign({encode:!0,strict:!0,arrayFormat:"none",arrayFormatSeparator:","},he),z(he.arrayFormatSeparator);const Ne=Et=>he.skipNull&&L(Ce[Et])||he.skipEmptyString&&Ce[Et]==="",Fe=j(he),Ve={};for(const Et of Object.keys(Ce))Ne(Et)||(Ve[Et]=Ce[Et]);const jt=Object.keys(Ve);return he.sort!==!1&&jt.sort(he.sort),jt.map(Et=>{const Ue=Ce[Et];return Ue===void 0?"":Ue===null?re(Et,he):Array.isArray(Ue)?Ue.length===0&&he.arrayFormat==="bracket-separator"?re(Et,he)+"[]":Ue.reduce(Fe(Et),[]).join("&"):re(Et,he)+"="+re(Ue,he)}).filter(Et=>Et.length>0).join("&")},e.parseUrl=(Ce,he)=>{he=Object.assign({decode:!0},he);const[Ne,Fe]=n(Ce,"#");return Object.assign({url:Ne.split("?")[0]||"",query:_e(pe(Ce),he)},he&&he.parseFragmentIdentifier&&Fe?{fragmentIdentifier:ie(Fe,he)}:{})},e.stringifyUrl=(Ce,he)=>{he=Object.assign({encode:!0,strict:!0,[$]:!0},he);const Ne=ue(Ce.url).split("?")[0]||"",Fe=e.extract(Ce.url),Ve=e.parse(Fe,{sort:!1}),jt=Object.assign(Ve,Ce.query);let Et=e.stringify(jt,he);Et&&(Et=`?${Et}`);let Ue=de(Ce.url);return Ce.fragmentIdentifier&&(Ue=`#${he[$]?re(Ce.fragmentIdentifier,he):Ce.fragmentIdentifier}`),`${Ne}${Et}${Ue}`},e.pick=(Ce,he,Ne)=>{Ne=Object.assign({parseFragmentIdentifier:!0,[$]:!1},Ne);const{url:Fe,query:Ve,fragmentIdentifier:jt}=e.parseUrl(Ce,Ne);return e.stringifyUrl({url:Fe,query:k(Ve,he),fragmentIdentifier:jt},Ne)},e.exclude=(Ce,he,Ne)=>{const Fe=Array.isArray(he)?Ve=>!he.includes(Ve):(Ve,jt)=>!he(Ve,jt);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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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.10",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"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:"20240818.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:18943",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:"false",GITHUB_RUN_ID:"10543836863",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"1904ab492a054fb17b56f6b35fdd4faaf929ca44",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_1e849aad-7f1d-416a-9b06-d64f44ff84ab",INVOCATION_ID:"f332161b63ff4ce3b5d5ede5c9c7ca36",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:"395",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 20",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"false",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"1904ab492a054fb17b56f6b35fdd4faaf929ca44",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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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",STATS_TIS:"mining",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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:2113,ppid:2112,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,_e,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,_e=Ce.length;Ie<_e;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 _e;return _e=Ie.clone(),_e.parent=de,de.children.push(_e)}),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,_e,Ce,he,Ne;if(ie.__super__.constructor.call(this,oe),this.type=e.DocType,oe.children){for(Ce=oe.children,Ie=0,_e=Ce.length;Ie<_e;Ie++)if(pe=Ce[Ie],pe.type===e.Element){this.name=pe.name;break}}this.documentObject=oe,j(ue)&&(he=ue,ue=he.pubID,de=he.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 _e;return _e=new t(this,oe,ue,de,pe,Ie),this.children.push(_e),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,_e={}.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(he){this.parent=he,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 he;return he=this.parent.children.indexOf(this),this.parent.children[he-1]||null}}),Object.defineProperty(Ce.prototype,"nextSibling",{get:function(){var he;return he=this.parent.children.indexOf(this),this.parent.children[he+1]||null}}),Object.defineProperty(Ce.prototype,"ownerDocument",{get:function(){return this.document()||null}}),Object.defineProperty(Ce.prototype,"textContent",{get:function(){var he,Ne,Fe,Ve,jt;if(this.nodeType===t.Element||this.nodeType===t.DocumentFragment){for(jt="",Ve=this.children,Ne=0,Fe=Ve.length;Ne<Fe;Ne++)he=Ve[Ne],he.textContent&&(jt+=he.textContent);return jt}else return null},set:function(he){throw new Error("This DOM method is not implemented."+this.debugInfo())}}),Ce.prototype.setParent=function(he){var Ne,Fe,Ve,jt,Et;for(this.parent=he,he&&(this.options=he.options,this.stringify=he.stringify),jt=this.children,Et=[],Fe=0,Ve=jt.length;Fe<Ve;Fe++)Ne=jt[Fe],Et.push(Ne.setParent(this));return Et},Ce.prototype.element=function(he,Ne,Fe){var Ve,jt,Et,Ue,qe,kt,tr,rr,ar,nr,ur;if(kt=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]),he!=null&&(he=oe(he)),Array.isArray(he))for(Et=0,tr=he.length;Et<tr;Et++)jt=he[Et],kt=this.element(jt);else if(de(he))kt=this.element(he.apply());else if(pe(he)){for(qe in he)if(_e.call(he,qe))if(ur=he[qe],de(ur)&&(ur=ur.apply()),!this.options.ignoreDecorators&&this.stringify.convertAttKey&&qe.indexOf(this.stringify.convertAttKey)===0)kt=this.attribute(qe.substr(this.stringify.convertAttKey.length),ur);else if(!this.options.separateArrayItems&&Array.isArray(ur)&&ue(ur))kt=this.dummy();else if(pe(ur)&&ue(ur))kt=this.element(qe);else if(!this.options.keepNullNodes&&ur==null)kt=this.dummy();else if(!this.options.separateArrayItems&&Array.isArray(ur))for(Ue=0,rr=ur.length;Ue<rr;Ue++)jt=ur[Ue],Ve={},Ve[qe]=jt,kt=this.element(Ve);else pe(ur)?!this.options.ignoreDecorators&&this.stringify.convertTextKey&&qe.indexOf(this.stringify.convertTextKey)===0?kt=this.element(ur):(kt=this.element(qe),kt.element(ur)):kt=this.element(qe,ur)}else!this.options.keepNullNodes&&Fe===null?kt=this.dummy():!this.options.ignoreDecorators&&this.stringify.convertTextKey&&he.indexOf(this.stringify.convertTextKey)===0?kt=this.text(Fe):!this.options.ignoreDecorators&&this.stringify.convertCDataKey&&he.indexOf(this.stringify.convertCDataKey)===0?kt=this.cdata(Fe):!this.options.ignoreDecorators&&this.stringify.convertCommentKey&&he.indexOf(this.stringify.convertCommentKey)===0?kt=this.comment(Fe):!this.options.ignoreDecorators&&this.stringify.convertRawKey&&he.indexOf(this.stringify.convertRawKey)===0?kt=this.raw(Fe):!this.options.ignoreDecorators&&this.stringify.convertPIKey&&he.indexOf(this.stringify.convertPIKey)===0?kt=this.instruction(he.substr(this.stringify.convertPIKey.length),Fe):kt=this.node(he,Ne,Fe);if(kt==null)throw new Error("Could not create any elements with: "+he+". "+this.debugInfo());return kt},Ce.prototype.insertBefore=function(he,Ne,Fe){var Ve,jt,Et,Ue,qe;if(he!=null&&he.type)return Et=he,Ue=Ne,Et.setParent(this),Ue?(jt=children.indexOf(Ue),qe=children.splice(jt),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(he));return jt=this.parent.children.indexOf(this),qe=this.parent.children.splice(jt),Ve=this.parent.element(he,Ne,Fe),Array.prototype.push.apply(this.parent.children,qe),Ve},Ce.prototype.insertAfter=function(he,Ne,Fe){var Ve,jt,Et;if(this.isRoot)throw new Error("Cannot insert elements at root level. "+this.debugInfo(he));return jt=this.parent.children.indexOf(this),Et=this.parent.children.splice(jt+1),Ve=this.parent.element(he,Ne,Fe),Array.prototype.push.apply(this.parent.children,Et),Ve},Ce.prototype.remove=function(){var he;if(this.isRoot)throw new Error("Cannot remove the root element. "+this.debugInfo());return he=this.parent.children.indexOf(this),[].splice.apply(this.parent.children,[he,he-he+1].concat([])),this.parent},Ce.prototype.node=function(he,Ne,Fe){var Ve,jt;return he!=null&&(he=oe(he)),Ne||(Ne={}),Ne=oe(Ne),pe(Ne)||(jt=[Ne,Fe],Fe=jt[0],Ne=jt[1]),Ve=new j(this,he,Ne),Fe!=null&&Ve.text(Fe),this.children.push(Ve),Ve},Ce.prototype.text=function(he){var Ne;return pe(he)&&this.element(he),Ne=new ie(this,he),this.children.push(Ne),this},Ce.prototype.cdata=function(he){var Ne;return Ne=new y(this,he),this.children.push(Ne),this},Ce.prototype.comment=function(he){var Ne;return Ne=new n(this,he),this.children.push(Ne),this},Ce.prototype.commentBefore=function(he){var Ne,Fe;return Ne=this.parent.children.indexOf(this),Fe=this.parent.children.splice(Ne),this.parent.comment(he),Array.prototype.push.apply(this.parent.children,Fe),this},Ce.prototype.commentAfter=function(he){var Ne,Fe;return Ne=this.parent.children.indexOf(this),Fe=this.parent.children.splice(Ne+1),this.parent.comment(he),Array.prototype.push.apply(this.parent.children,Fe),this},Ce.prototype.raw=function(he){var Ne;return Ne=new re(this,he),this.children.push(Ne),this},Ce.prototype.dummy=function(){var he;return he=new $(this),he},Ce.prototype.instruction=function(he,Ne){var Fe,Ve,jt,Et,Ue;if(he!=null&&(he=oe(he)),Ne!=null&&(Ne=oe(Ne)),Array.isArray(he))for(Et=0,Ue=he.length;Et<Ue;Et++)Fe=he[Et],this.instruction(Fe);else if(pe(he))for(Fe in he)_e.call(he,Fe)&&(Ve=he[Fe],this.instruction(Fe,Ve));else de(Ne)&&(Ne=Ne.apply()),jt=new z(this,he,Ne),this.children.push(jt);return this},Ce.prototype.instructionBefore=function(he,Ne){var Fe,Ve;return Fe=this.parent.children.indexOf(this),Ve=this.parent.children.splice(Fe),this.parent.instruction(he,Ne),Array.prototype.push.apply(this.parent.children,Ve),this},Ce.prototype.instructionAfter=function(he,Ne){var Fe,Ve;return Fe=this.parent.children.indexOf(this),Ve=this.parent.children.splice(Fe+1),this.parent.instruction(he,Ne),Array.prototype.push.apply(this.parent.children,Ve),this},Ce.prototype.declaration=function(he,Ne,Fe){var Ve,jt;return Ve=this.document(),jt=new k(Ve,he,Ne,Fe),Ve.children.length===0?Ve.children.unshift(jt):Ve.children[0].type===t.Declaration?Ve.children[0]=jt:Ve.children.unshift(jt),Ve.root()||Ve},Ce.prototype.dtd=function(he,Ne){var Fe,Ve,jt,Et,Ue,qe,kt,tr,rr,ar;for(Ve=this.document(),jt=new L(Ve,he,Ne),rr=Ve.children,Et=Ue=0,kt=rr.length;Ue<kt;Et=++Ue)if(Fe=rr[Et],Fe.type===t.DocType)return Ve.children[Et]=jt,jt;for(ar=Ve.children,Et=qe=0,tr=ar.length;qe<tr;Et=++qe)if(Fe=ar[Et],Fe.isRoot)return Ve.children.splice(Et,0,jt),jt;return Ve.children.push(jt),jt},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 he;for(he=this;he;){if(he.type===t.Document)return he.rootObject;if(he.isRoot)return he;he=he.parent}},Ce.prototype.document=function(){var he;for(he=this;he;){if(he.type===t.Document)return he;he=he.parent}},Ce.prototype.end=function(he){return this.document().end(he)},Ce.prototype.prev=function(){var he;if(he=this.parent.children.indexOf(this),he<1)throw new Error("Already at the first node. "+this.debugInfo());return this.parent.children[he-1]},Ce.prototype.next=function(){var he;if(he=this.parent.children.indexOf(this),he===-1||he===this.parent.children.length-1)throw new Error("Already at the last node. "+this.debugInfo());return this.parent.children[he+1]},Ce.prototype.importDocument=function(he){var Ne;return Ne=he.root().clone(),Ne.parent=this,Ne.isRoot=!1,this.children.push(Ne),this},Ce.prototype.debugInfo=function(he){var Ne,Fe;return he=he||this.name,he==null&&!((Ne=this.parent)!=null&&Ne.name)?"":he==null?"parent: <"+this.parent.name+">":(Fe=this.parent)!=null&&Fe.name?"node: <"+he+">, parent: <"+this.parent.name+">":"node: <"+he+">"},Ce.prototype.ele=function(he,Ne,Fe){return this.element(he,Ne,Fe)},Ce.prototype.nod=function(he,Ne,Fe){return this.node(he,Ne,Fe)},Ce.prototype.txt=function(he){return this.text(he)},Ce.prototype.dat=function(he){return this.cdata(he)},Ce.prototype.com=function(he){return this.comment(he)},Ce.prototype.ins=function(he,Ne){return this.instruction(he,Ne)},Ce.prototype.doc=function(){return this.document()},Ce.prototype.dec=function(he,Ne,Fe){return this.declaration(he,Ne,Fe)},Ce.prototype.e=function(he,Ne,Fe){return this.element(he,Ne,Fe)},Ce.prototype.n=function(he,Ne,Fe){return this.node(he,Ne,Fe)},Ce.prototype.t=function(he){return this.text(he)},Ce.prototype.d=function(he){return this.cdata(he)},Ce.prototype.c=function(he){return this.comment(he)},Ce.prototype.r=function(he){return this.raw(he)},Ce.prototype.i=function(he,Ne){return this.instruction(he,Ne)},Ce.prototype.u=function(){return this.up()},Ce.prototype.importXMLBuilder=function(he){return this.importDocument(he)},Ce.prototype.replaceChild=function(he,Ne){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ce.prototype.removeChild=function(he){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ce.prototype.appendChild=function(he){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ce.prototype.hasChildNodes=function(){return this.children.length!==0},Ce.prototype.cloneNode=function(he){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(he,Ne){return!0},Ce.prototype.hasAttributes=function(){return this.attribs.length!==0},Ce.prototype.compareDocumentPosition=function(he){var Ne,Fe;return Ne=this,Ne===he?0:this.document()!==he.document()?(Fe=e.Disconnected|e.ImplementationSpecific,Math.random()<.5?Fe|=e.Preceding:Fe|=e.Following,Fe):Ne.isAncestor(he)?e.Contains|e.Preceding:Ne.isDescendant(he)?e.Contains|e.Following:Ne.isPreceding(he)?e.Preceding:e.Following},Ce.prototype.isSameNode=function(he){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ce.prototype.lookupPrefix=function(he){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ce.prototype.isDefaultNamespace=function(he){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ce.prototype.lookupNamespaceURI=function(he){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ce.prototype.isEqualNode=function(he){var Ne,Fe,Ve;if(he.nodeType!==this.nodeType||he.children.length!==this.children.length)return!1;for(Ne=Fe=0,Ve=this.children.length-1;0<=Ve?Fe<=Ve:Fe>=Ve;Ne=0<=Ve?++Fe:--Fe)if(!this.children[Ne].isEqualNode(he.children[Ne]))return!1;return!0},Ce.prototype.getFeature=function(he,Ne){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ce.prototype.setUserData=function(he,Ne,Fe){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ce.prototype.getUserData=function(he){throw new Error("This DOM method is not implemented."+this.debugInfo())},Ce.prototype.contains=function(he){return he?he===this||this.isDescendant(he):!1},Ce.prototype.isDescendant=function(he){var Ne,Fe,Ve,jt,Et;for(Et=this.children,Ve=0,jt=Et.length;Ve<jt;Ve++)if(Ne=Et[Ve],he===Ne||(Fe=Ne.isDescendant(he),Fe))return!0;return!1},Ce.prototype.isAncestor=function(he){return he.isDescendant(this)},Ce.prototype.isPreceding=function(he){var Ne,Fe;return Ne=this.treePosition(he),Fe=this.treePosition(this),Ne===-1||Fe===-1?!1:Ne<Fe},Ce.prototype.isFollowing=function(he){var Ne,Fe;return Ne=this.treePosition(he),Fe=this.treePosition(this),Ne===-1||Fe===-1?!1:Ne>Fe},Ce.prototype.treePosition=function(he){var Ne,Fe;return Fe=0,Ne=!1,this.foreachTreeNode(this.document(),function(Ve){if(Fe++,!Ne&&Ve===he)return Ne=!0}),Ne?Fe:-1},Ce.prototype.foreachTreeNode=function(he,Ne){var Fe,Ve,jt,Et,Ue;for(he||(he=this.document()),Et=he.children,Ve=0,jt=Et.length;Ve<jt;Ve++){if(Fe=Et[Ve],Ue=Ne(Fe))return Ue;if(Ue=this.foreachTreeNode(Fe,Ne),Ue)return Ue}},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,_e,Ce,he,Ne,Fe;j||(j=0),_e=!1,Ce="",this.openNode(L,$,j),$.state=t.OpenTag,Ce+=this.indent(L,$,j)+"<"+L.name,he=L.attribs;for(Ie in he)n.call(he,Ie)&&(V=he[Ie],Ce+=this.attribute(V,$,j));if(re=L.children.length,ie=re===0?null:L.children[0],re===0||L.children.every(function(Ve){return(Ve.type===e.Text||Ve.type===e.Raw)&&Ve.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++,_e=!0,Ce+=this.writeChildNode(ie,$,j+1),$.suppressPrettyCount--,_e=!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++,_e=!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+">",_e&&$.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,_e,Ce,he,Ne,Fe,Ve,jt={}.hasOwnProperty;Ve=requireUtility(),Ne=Ve.isObject,he=Ve.isFunction,Fe=Ve.isPlainObject,Ce=Ve.getValue,e=requireNodeType(),ie=requireXMLDocument(),oe=requireXMLElement(),n=requireXMLCData(),k=requireXMLComment(),de=requireXMLRaw(),_e=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(Ue,qe,kt){var tr;this.name="?xml",this.type=e.Document,Ue||(Ue={}),tr={},Ue.writer?Fe(Ue.writer)&&(tr=Ue.writer,Ue.writer=new pe):Ue.writer=new pe,this.options=Ue,this.writer=Ue.writer,this.writerOptions=this.writer.filterOptions(tr),this.stringify=new Ie(Ue),this.onDataCallback=qe||function(){},this.onEndCallback=kt||function(){},this.currentNode=null,this.currentLevel=-1,this.openTags={},this.documentStarted=!1,this.documentCompleted=!1,this.root=null}return Et.prototype.createChildNode=function(Ue){var qe,kt,tr,rr,ar,nr,ur,cr;switch(Ue.type){case e.CData:this.cdata(Ue.value);break;case e.Comment:this.comment(Ue.value);break;case e.Element:tr={},ur=Ue.attribs;for(kt in ur)jt.call(ur,kt)&&(qe=ur[kt],tr[kt]=qe.value);this.node(Ue.name,tr);break;case e.Dummy:this.dummy();break;case e.Raw:this.raw(Ue.value);break;case e.Text:this.text(Ue.value);break;case e.ProcessingInstruction:this.instruction(Ue.target,Ue.value);break;default:throw new Error("This XML node type is not supported in a JS object: "+Ue.constructor.name)}for(cr=Ue.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(Ue,qe,kt){var tr;if(Ue==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(Ue));return this.openCurrent(),Ue=Ce(Ue),qe==null&&(qe={}),qe=Ce(qe),Ne(qe)||(tr=[qe,kt],kt=tr[0],qe=tr[1]),this.currentNode=new oe(this,Ue,qe),this.currentNode.children=!1,this.currentLevel++,this.openTags[this.currentLevel]=this.currentNode,kt!=null&&this.text(kt),this},Et.prototype.element=function(Ue,qe,kt){var tr,rr,ar,nr,ur,cr;if(this.currentNode&&this.currentNode.type===e.DocType)this.dtdElement.apply(this,arguments);else if(Array.isArray(Ue)||Ne(Ue)||he(Ue))for(nr=this.options.noValidation,this.options.noValidation=!0,cr=new ie(this.options).element("TEMP_ROOT"),cr.element(Ue),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(Ue,qe,kt);return this},Et.prototype.attribute=function(Ue,qe){var kt,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(Ue));if(Ue!=null&&(Ue=Ce(Ue)),Ne(Ue))for(kt in Ue)jt.call(Ue,kt)&&(tr=Ue[kt],this.attribute(kt,tr));else he(qe)&&(qe=qe.apply()),this.options.keepNullAttributes&&qe==null?this.currentNode.attribs[Ue]=new y(this,Ue,""):qe!=null&&(this.currentNode.attribs[Ue]=new y(this,Ue,qe));return this},Et.prototype.text=function(Ue){var qe;return this.openCurrent(),qe=new _e(this,Ue),this.onData(this.writer.text(qe,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},Et.prototype.cdata=function(Ue){var qe;return this.openCurrent(),qe=new n(this,Ue),this.onData(this.writer.cdata(qe,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},Et.prototype.comment=function(Ue){var qe;return this.openCurrent(),qe=new k(this,Ue),this.onData(this.writer.comment(qe,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},Et.prototype.raw=function(Ue){var qe;return this.openCurrent(),qe=new de(this,Ue),this.onData(this.writer.raw(qe,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},Et.prototype.instruction=function(Ue,qe){var kt,tr,rr,ar,nr;if(this.openCurrent(),Ue!=null&&(Ue=Ce(Ue)),qe!=null&&(qe=Ce(qe)),Array.isArray(Ue))for(kt=0,ar=Ue.length;kt<ar;kt++)tr=Ue[kt],this.instruction(tr);else if(Ne(Ue))for(tr in Ue)jt.call(Ue,tr)&&(rr=Ue[tr],this.instruction(tr,rr));else he(qe)&&(qe=qe.apply()),nr=new ue(this,Ue,qe),this.onData(this.writer.processingInstruction(nr,this.writerOptions,this.currentLevel+1),this.currentLevel+1);return this},Et.prototype.declaration=function(Ue,qe,kt){var tr;if(this.openCurrent(),this.documentStarted)throw new Error("declaration() must be the first node.");return tr=new z(this,Ue,qe,kt),this.onData(this.writer.declaration(tr,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},Et.prototype.doctype=function(Ue,qe,kt){if(this.openCurrent(),Ue==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,kt),this.currentNode.rootNodeName=Ue,this.currentNode.children=!1,this.currentLevel++,this.openTags[this.currentLevel]=this.currentNode,this},Et.prototype.dtdElement=function(Ue,qe){var kt;return this.openCurrent(),kt=new $(this,Ue,qe),this.onData(this.writer.dtdElement(kt,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},Et.prototype.attList=function(Ue,qe,kt,tr,rr){var ar;return this.openCurrent(),ar=new L(this,Ue,qe,kt,tr,rr),this.onData(this.writer.dtdAttList(ar,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},Et.prototype.entity=function(Ue,qe){var kt;return this.openCurrent(),kt=new j(this,!1,Ue,qe),this.onData(this.writer.dtdEntity(kt,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},Et.prototype.pEntity=function(Ue,qe){var kt;return this.openCurrent(),kt=new j(this,!0,Ue,qe),this.onData(this.writer.dtdEntity(kt,this.writerOptions,this.currentLevel+1),this.currentLevel+1),this},Et.prototype.notation=function(Ue,qe){var kt;return this.openCurrent(),kt=new V(this,Ue,qe),this.onData(this.writer.dtdNotation(kt,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(Ue){var qe,kt,tr,rr;if(!Ue.isOpen){if(!this.root&&this.currentLevel===0&&Ue.type===e.Element&&(this.root=Ue),kt="",Ue.type===e.Element){this.writerOptions.state=t.OpenTag,kt=this.writer.indent(Ue,this.writerOptions,this.currentLevel)+"<"+Ue.name,rr=Ue.attribs;for(tr in rr)jt.call(rr,tr)&&(qe=rr[tr],kt+=this.writer.attribute(qe,this.writerOptions,this.currentLevel));kt+=(Ue.children?">":"/>")+this.writer.endline(Ue,this.writerOptions,this.currentLevel),this.writerOptions.state=t.InsideTag}else this.writerOptions.state=t.OpenTag,kt=this.writer.indent(Ue,this.writerOptions,this.currentLevel)+"<!DOCTYPE "+Ue.rootNodeName,Ue.pubID&&Ue.sysID?kt+=' PUBLIC "'+Ue.pubID+'" "'+Ue.sysID+'"':Ue.sysID&&(kt+=' SYSTEM "'+Ue.sysID+'"'),Ue.children?(kt+=" [",this.writerOptions.state=t.InsideTag):(this.writerOptions.state=t.CloseTag,kt+=">"),kt+=this.writer.endline(Ue,this.writerOptions,this.currentLevel);return this.onData(kt,this.currentLevel),Ue.isOpen=!0}},Et.prototype.closeNode=function(Ue){var qe;if(!Ue.isClosed)return qe="",this.writerOptions.state=t.CloseTag,Ue.type===e.Element?qe=this.writer.indent(Ue,this.writerOptions,this.currentLevel)+"</"+Ue.name+">"+this.writer.endline(Ue,this.writerOptions,this.currentLevel):qe=this.writer.indent(Ue,this.writerOptions,this.currentLevel)+"]>"+this.writer.endline(Ue,this.writerOptions,this.currentLevel),this.writerOptions.state=t.None,this.onData(qe,this.currentLevel),Ue.isClosed=!0},Et.prototype.onData=function(Ue,qe){return this.documentStarted=!0,this.onDataCallback(Ue,qe+1)},Et.prototype.onEnd=function(){return this.documentCompleted=!0,this.onEndCallback()},Et.prototype.debugInfo=function(Ue){return Ue==null?"":"node: <"+Ue+">"},Et.prototype.ele=function(){return this.element.apply(this,arguments)},Et.prototype.nod=function(Ue,qe,kt){return this.node(Ue,qe,kt)},Et.prototype.txt=function(Ue){return this.text(Ue)},Et.prototype.dat=function(Ue){return this.cdata(Ue)},Et.prototype.com=function(Ue){return this.comment(Ue)},Et.prototype.ins=function(Ue,qe){return this.instruction(Ue,qe)},Et.prototype.dec=function(Ue,qe,kt){return this.declaration(Ue,qe,kt)},Et.prototype.dtd=function(Ue,qe,kt){return this.doctype(Ue,qe,kt)},Et.prototype.e=function(Ue,qe,kt){return this.element(Ue,qe,kt)},Et.prototype.n=function(Ue,qe,kt){return this.node(Ue,qe,kt)},Et.prototype.t=function(Ue){return this.text(Ue)},Et.prototype.d=function(Ue){return this.cdata(Ue)},Et.prototype.c=function(Ue){return this.comment(Ue)},Et.prototype.r=function(Ue){return this.raw(Ue)},Et.prototype.i=function(Ue,qe){return this.instruction(Ue,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(Ue,qe){return this.entity(Ue,qe)},Et.prototype.pent=function(Ue,qe){return this.pEntity(Ue,qe)},Et.prototype.not=function(Ue,qe){return this.notation(Ue,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,_e;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,_e=[],oe=0,de=Ie.length;oe<de;oe++)z=Ie[oe],_e.push(this.writeChildNode(z,V,0));return _e},$.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,_e,Ce;z||(z=0),this.openNode(j,V,z),V.state=t.OpenTag,this.stream.write(this.indent(j,V,z)+"<"+j.name),_e=j.attribs;for(Ie in _e)k.call(_e,Ie)&&(re=_e[Ie],this.attribute(re,V,z));if(oe=j.children.length,ue=oe===0?null:j.children[0],oe===0||j.children.every(function(he){return(he.type===e.Text||he.type===e.Raw)&&he.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,_e,Ce,he,Ne,Fe;if(typeof pe!="object")ue.options.cdata&&n(pe)?de.raw(k(pe)):de.txt(pe);else if(Array.isArray(pe)){for(he in pe)if(L.call(pe,he)){_e=pe[he];for(Ne in _e)Ce=_e[Ne],de=re(de.ele(Ne),Ce).up()}}else for(Ne in pe)if(L.call(pe,Ne))if(_e=pe[Ne],Ne===V){if(typeof _e=="object")for(Ie in _e)Fe=_e[Ie],de=de.att(Ie,Fe)}else if(Ne===z)ue.options.cdata&&n(_e)?de=de.raw(k(_e)):de=de.txt(_e);else if(Array.isArray(_e))for(he in _e)L.call(_e,he)&&(Ce=_e[he],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 _e=="object"?de=re(de.ele(Ne),_e).up():typeof _e=="string"&&ue.options.cdata&&n(_e)?de=de.ele(Ne).raw(k(_e)).up():(_e==null&&(_e=""),de=de.ele(Ne,_e.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(gr,_r){return new n(gr,_r)},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(gr,_r){if(!(this instanceof n))return new n(gr,_r);var Fr=this;L(Fr),Fr.q=Fr.c="",Fr.bufferCheckPosition=t.MAX_BUFFER_LENGTH,Fr.opt=_r||{},Fr.opt.lowercase=Fr.opt.lowercase||Fr.opt.lowercasetags,Fr.looseCase=Fr.opt.lowercase?"toLowerCase":"toUpperCase",Fr.tags=[],Fr.closed=Fr.closedRoot=Fr.sawRoot=!1,Fr.tag=Fr.error=null,Fr.strict=!!gr,Fr.noscript=!!(gr||Fr.opt.noscript),Fr.state=Ue.BEGIN,Fr.strictEntities=Fr.opt.strictEntities,Fr.ENTITIES=Fr.strictEntities?Object.create(t.XML_ENTITIES):Object.create(t.ENTITIES),Fr.attribList=[],Fr.opt.xmlns&&(Fr.ns=Object.create(pe)),Fr.opt.unquotedAttributeValues===void 0&&(Fr.opt.unquotedAttributeValues=!gr),Fr.trackPosition=Fr.opt.position!==!1,Fr.trackPosition&&(Fr.position=Fr.line=Fr.column=0),kt(Fr,"onready")}Object.create||(Object.create=function(gr){function _r(){}_r.prototype=gr;var Fr=new _r;return Fr}),Object.keys||(Object.keys=function(gr){var _r=[];for(var Fr in gr)gr.hasOwnProperty(Fr)&&_r.push(Fr);return _r});function k(gr){for(var _r=Math.max(t.MAX_BUFFER_LENGTH,10),Fr=0,zr=0,Vr=y.length;zr<Vr;zr++){var Gr=gr[y[zr]].length;if(Gr>_r)switch(y[zr]){case"textNode":rr(gr);break;case"cdata":tr(gr,"oncdata",gr.cdata),gr.cdata="";break;case"script":tr(gr,"onscript",gr.script),gr.script="";break;default:nr(gr,"Max buffer length exceeded: "+y[zr])}Fr=Math.max(Fr,Gr)}var Tr=t.MAX_BUFFER_LENGTH-Fr;gr.bufferCheckPosition=Tr+gr.position}function L(gr){for(var _r=0,Fr=y.length;_r<Fr;_r++)gr[y[_r]]=""}function $(gr){rr(gr),gr.cdata!==""&&(tr(gr,"oncdata",gr.cdata),gr.cdata=""),gr.script!==""&&(tr(gr,"onscript",gr.script),gr.script="")}n.prototype={end:function(){ur(this)},write:Lr,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(gr){return gr!=="error"&&gr!=="end"});function z(gr,_r){return new re(gr,_r)}function re(gr,_r){if(!(this instanceof re))return new re(gr,_r);j.apply(this),this._parser=new n(gr,_r),this.writable=!0,this.readable=!0;var Fr=this;this._parser.onend=function(){Fr.emit("end")},this._parser.onerror=function(zr){Fr.emit("error",zr),Fr._parser.error=null},this._decoder=null,V.forEach(function(zr){Object.defineProperty(Fr,"on"+zr,{get:function(){return Fr._parser["on"+zr]},set:function(Vr){if(!Vr)return Fr.removeAllListeners(zr),Fr._parser["on"+zr]=Vr,Vr;Fr.on(zr,Vr)},enumerable:!0,configurable:!1})})}re.prototype=Object.create(j.prototype,{constructor:{value:re}}),re.prototype.write=function(gr){if(typeof Buffer$2=="function"&&typeof Buffer$2.isBuffer=="function"&&Buffer$2.isBuffer(gr)){if(!this._decoder){var _r=requireString_decoder().StringDecoder;this._decoder=new _r("utf8")}gr=this._decoder.write(gr)}return this._parser.write(gr.toString()),this.emit("data",gr),!0},re.prototype.end=function(gr){return gr&&gr.length&&this.write(gr),this._parser.end(),!0},re.prototype.on=function(gr,_r){var Fr=this;return!Fr._parser["on"+gr]&&V.indexOf(gr)!==-1&&(Fr._parser["on"+gr]=function(){var zr=arguments.length===1?[arguments[0]]:Array.apply(null,arguments);zr.splice(0,0,gr),Fr.emit.apply(Fr,zr)}),j.prototype.on.call(Fr,gr,_r)};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]/,_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-]/,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]/,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-]/;function Ne(gr){return gr===" "||gr===`
`||gr==="\r"||gr===" "}function Fe(gr){return gr==='"'||gr==="'"}function Ve(gr){return gr===">"||Ne(gr)}function jt(gr,_r){return gr.test(_r)}function Et(gr,_r){return!jt(gr,_r)}var Ue=0;t.STATE={BEGIN:Ue++,BEGIN_WHITESPACE:Ue++,TEXT:Ue++,TEXT_ENTITY:Ue++,OPEN_WAKA:Ue++,SGML_DECL:Ue++,SGML_DECL_QUOTED:Ue++,DOCTYPE:Ue++,DOCTYPE_QUOTED:Ue++,DOCTYPE_DTD:Ue++,DOCTYPE_DTD_QUOTED:Ue++,COMMENT_STARTING:Ue++,COMMENT:Ue++,COMMENT_ENDING:Ue++,COMMENT_ENDED:Ue++,CDATA:Ue++,CDATA_ENDING:Ue++,CDATA_ENDING_2:Ue++,PROC_INST:Ue++,PROC_INST_BODY:Ue++,PROC_INST_ENDING:Ue++,OPEN_TAG:Ue++,OPEN_TAG_SLASH:Ue++,ATTRIB:Ue++,ATTRIB_NAME:Ue++,ATTRIB_NAME_SAW_WHITE:Ue++,ATTRIB_VALUE:Ue++,ATTRIB_VALUE_QUOTED:Ue++,ATTRIB_VALUE_CLOSED:Ue++,ATTRIB_VALUE_UNQUOTED:Ue++,ATTRIB_VALUE_ENTITY_Q:Ue++,ATTRIB_VALUE_ENTITY_U:Ue++,CLOSE_TAG:Ue++,CLOSE_TAG_SAW_WHITE:Ue++,SCRIPT:Ue++,SCRIPT_ENDING:Ue++},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(gr){var _r=t.ENTITIES[gr],Fr=typeof _r=="number"?String.fromCharCode(_r):_r;t.ENTITIES[gr]=Fr});for(var qe in t.STATE)t.STATE[t.STATE[qe]]=qe;Ue=t.STATE;function kt(gr,_r,Fr){gr[_r]&&gr[_r](Fr)}function tr(gr,_r,Fr){gr.textNode&&rr(gr),kt(gr,_r,Fr)}function rr(gr){gr.textNode=ar(gr.opt,gr.textNode),gr.textNode&&kt(gr,"ontext",gr.textNode),gr.textNode=""}function ar(gr,_r){return gr.trim&&(_r=_r.trim()),gr.normalize&&(_r=_r.replace(/\s+/g," ")),_r}function nr(gr,_r){return rr(gr),gr.trackPosition&&(_r+=`
Line: `+gr.line+`
Column: `+gr.column+`
Char: `+gr.c),_r=new Error(_r),gr.error=_r,kt(gr,"onerror",_r),gr}function ur(gr){return gr.sawRoot&&!gr.closedRoot&&cr(gr,"Unclosed root tag"),gr.state!==Ue.BEGIN&&gr.state!==Ue.BEGIN_WHITESPACE&&gr.state!==Ue.TEXT&&nr(gr,"Unexpected end"),rr(gr),gr.c="",gr.closed=!0,kt(gr,"onend"),n.call(gr,gr.strict,gr.opt),gr}function cr(gr,_r){if(typeof gr!="object"||!(gr instanceof n))throw new Error("bad call to strictFail");gr.strict&&nr(gr,_r)}function mr(gr){gr.strict||(gr.tagName=gr.tagName[gr.looseCase]());var _r=gr.tags[gr.tags.length-1]||gr,Fr=gr.tag={name:gr.tagName,attributes:{}};gr.opt.xmlns&&(Fr.ns=_r.ns),gr.attribList.length=0,tr(gr,"onopentagstart",Fr)}function hr(gr,_r){var Fr=gr.indexOf(":"),zr=Fr<0?["",gr]:gr.split(":"),Vr=zr[0],Gr=zr[1];return _r&&gr==="xmlns"&&(Vr="xmlns",Gr=""),{prefix:Vr,local:Gr}}function br(gr){if(gr.strict||(gr.attribName=gr.attribName[gr.looseCase]()),gr.attribList.indexOf(gr.attribName)!==-1||gr.tag.attributes.hasOwnProperty(gr.attribName)){gr.attribName=gr.attribValue="";return}if(gr.opt.xmlns){var _r=hr(gr.attribName,!0),Fr=_r.prefix,zr=_r.local;if(Fr==="xmlns")if(zr==="xml"&&gr.attribValue!==ue)cr(gr,"xml: prefix must be bound to "+ue+`
Actual: `+gr.attribValue);else if(zr==="xmlns"&&gr.attribValue!==de)cr(gr,"xmlns: prefix must be bound to "+de+`
Actual: `+gr.attribValue);else{var Vr=gr.tag,Gr=gr.tags[gr.tags.length-1]||gr;Vr.ns===Gr.ns&&(Vr.ns=Object.create(Gr.ns)),Vr.ns[zr]=gr.attribValue}gr.attribList.push([gr.attribName,gr.attribValue])}else gr.tag.attributes[gr.attribName]=gr.attribValue,tr(gr,"onattribute",{name:gr.attribName,value:gr.attribValue});gr.attribName=gr.attribValue=""}function Rr(gr,_r){if(gr.opt.xmlns){var Fr=gr.tag,zr=hr(gr.tagName);Fr.prefix=zr.prefix,Fr.local=zr.local,Fr.uri=Fr.ns[zr.prefix]||"",Fr.prefix&&!Fr.uri&&(cr(gr,"Unbound namespace prefix: "+JSON.stringify(gr.tagName)),Fr.uri=zr.prefix);var Vr=gr.tags[gr.tags.length-1]||gr;Fr.ns&&Vr.ns!==Fr.ns&&Object.keys(Fr.ns).forEach(function(Nr){tr(gr,"onopennamespace",{prefix:Nr,uri:Fr.ns[Nr]})});for(var Gr=0,Tr=gr.attribList.length;Gr<Tr;Gr++){var Cr=gr.attribList[Gr],Mr=Cr[0],yr=Cr[1],Sr=hr(Mr,!0),Dr=Sr.prefix,kr=Sr.local,Wr=Dr===""?"":Fr.ns[Dr]||"",Kr={name:Mr,value:yr,prefix:Dr,local:kr,uri:Wr};Dr&&Dr!=="xmlns"&&!Wr&&(cr(gr,"Unbound namespace prefix: "+JSON.stringify(Dr)),Kr.uri=Dr),gr.tag.attributes[Mr]=Kr,tr(gr,"onattribute",Kr)}gr.attribList.length=0}gr.tag.isSelfClosing=!!_r,gr.sawRoot=!0,gr.tags.push(gr.tag),tr(gr,"onopentag",gr.tag),_r||(!gr.noscript&&gr.tagName.toLowerCase()==="script"?gr.state=Ue.SCRIPT:gr.state=Ue.TEXT,gr.tag=null,gr.tagName=""),gr.attribName=gr.attribValue="",gr.attribList.length=0}function xr(gr){if(!gr.tagName){cr(gr,"Weird empty close tag."),gr.textNode+="</>",gr.state=Ue.TEXT;return}if(gr.script){if(gr.tagName!=="script"){gr.script+="</"+gr.tagName+">",gr.tagName="",gr.state=Ue.SCRIPT;return}tr(gr,"onscript",gr.script),gr.script=""}var _r=gr.tags.length,Fr=gr.tagName;gr.strict||(Fr=Fr[gr.looseCase]());for(var zr=Fr;_r--;){var Vr=gr.tags[_r];if(Vr.name!==zr)cr(gr,"Unexpected close tag");else break}if(_r<0){cr(gr,"Unmatched closing tag: "+gr.tagName),gr.textNode+="</"+gr.tagName+">",gr.state=Ue.TEXT;return}gr.tagName=Fr;for(var Gr=gr.tags.length;Gr-- >_r;){var Tr=gr.tag=gr.tags.pop();gr.tagName=gr.tag.name,tr(gr,"onclosetag",gr.tagName);var Cr={};for(var Mr in Tr.ns)Cr[Mr]=Tr.ns[Mr];var yr=gr.tags[gr.tags.length-1]||gr;gr.opt.xmlns&&Tr.ns!==yr.ns&&Object.keys(Tr.ns).forEach(function(Sr){var Dr=Tr.ns[Sr];tr(gr,"onclosenamespace",{prefix:Sr,uri:Dr})})}_r===0&&(gr.closedRoot=!0),gr.tagName=gr.attribValue=gr.attribName="",gr.attribList.length=0,gr.state=Ue.TEXT}function Er(gr){var _r=gr.entity,Fr=_r.toLowerCase(),zr,Vr="";return gr.ENTITIES[_r]?gr.ENTITIES[_r]:gr.ENTITIES[Fr]?gr.ENTITIES[Fr]:(_r=Fr,_r.charAt(0)==="#"&&(_r.charAt(1)==="x"?(_r=_r.slice(2),zr=parseInt(_r,16),Vr=zr.toString(16)):(_r=_r.slice(1),zr=parseInt(_r,10),Vr=zr.toString(10))),_r=_r.replace(/^0+/,""),isNaN(zr)||Vr.toLowerCase()!==_r?(cr(gr,"Invalid character entity"),"&"+gr.entity+";"):String.fromCodePoint(zr))}function vr(gr,_r){_r==="<"?(gr.state=Ue.OPEN_WAKA,gr.startTagPosition=gr.position):Ne(_r)||(cr(gr,"Non-whitespace before first tag."),gr.textNode=_r,gr.state=Ue.TEXT)}function Ir(gr,_r){var Fr="";return _r<gr.length&&(Fr=gr.charAt(_r)),Fr}function Lr(gr){var _r=this;if(this.error)throw this.error;if(_r.closed)return nr(_r,"Cannot write after close. Assign an onready handler.");if(gr===null)return ur(_r);typeof gr=="object"&&(gr=gr.toString());for(var Fr=0,zr="";zr=Ir(gr,Fr++),_r.c=zr,!!zr;)switch(_r.trackPosition&&(_r.position++,zr===`
`?(_r.line++,_r.column=0):_r.column++),_r.state){case Ue.BEGIN:if(_r.state=Ue.BEGIN_WHITESPACE,zr==="\uFEFF")continue;vr(_r,zr);continue;case Ue.BEGIN_WHITESPACE:vr(_r,zr);continue;case Ue.TEXT:if(_r.sawRoot&&!_r.closedRoot){for(var Vr=Fr-1;zr&&zr!=="<"&&zr!=="&";)zr=Ir(gr,Fr++),zr&&_r.trackPosition&&(_r.position++,zr===`
`?(_r.line++,_r.column=0):_r.column++);_r.textNode+=gr.substring(Vr,Fr-1)}zr==="<"&&!(_r.sawRoot&&_r.closedRoot&&!_r.strict)?(_r.state=Ue.OPEN_WAKA,_r.startTagPosition=_r.position):(!Ne(zr)&&(!_r.sawRoot||_r.closedRoot)&&cr(_r,"Text data outside of root node."),zr==="&"?_r.state=Ue.TEXT_ENTITY:_r.textNode+=zr);continue;case Ue.SCRIPT:zr==="<"?_r.state=Ue.SCRIPT_ENDING:_r.script+=zr;continue;case Ue.SCRIPT_ENDING:zr==="/"?_r.state=Ue.CLOSE_TAG:(_r.script+="<"+zr,_r.state=Ue.SCRIPT);continue;case Ue.OPEN_WAKA:if(zr==="!")_r.state=Ue.SGML_DECL,_r.sgmlDecl="";else if(!Ne(zr))if(jt(Ie,zr))_r.state=Ue.OPEN_TAG,_r.tagName=zr;else if(zr==="/")_r.state=Ue.CLOSE_TAG,_r.tagName="";else if(zr==="?")_r.state=Ue.PROC_INST,_r.procInstName=_r.procInstBody="";else{if(cr(_r,"Unencoded <"),_r.startTagPosition+1<_r.position){var Gr=_r.position-_r.startTagPosition;zr=new Array(Gr).join(" ")+zr}_r.textNode+="<"+zr,_r.state=Ue.TEXT}continue;case Ue.SGML_DECL:if(_r.sgmlDecl+zr==="--"){_r.state=Ue.COMMENT,_r.comment="",_r.sgmlDecl="";continue}_r.doctype&&_r.doctype!==!0&&_r.sgmlDecl?(_r.state=Ue.DOCTYPE_DTD,_r.doctype+="<!"+_r.sgmlDecl+zr,_r.sgmlDecl=""):(_r.sgmlDecl+zr).toUpperCase()===ie?(tr(_r,"onopencdata"),_r.state=Ue.CDATA,_r.sgmlDecl="",_r.cdata=""):(_r.sgmlDecl+zr).toUpperCase()===oe?(_r.state=Ue.DOCTYPE,(_r.doctype||_r.sawRoot)&&cr(_r,"Inappropriately located doctype declaration"),_r.doctype="",_r.sgmlDecl=""):zr===">"?(tr(_r,"onsgmldeclaration",_r.sgmlDecl),_r.sgmlDecl="",_r.state=Ue.TEXT):(Fe(zr)&&(_r.state=Ue.SGML_DECL_QUOTED),_r.sgmlDecl+=zr);continue;case Ue.SGML_DECL_QUOTED:zr===_r.q&&(_r.state=Ue.SGML_DECL,_r.q=""),_r.sgmlDecl+=zr;continue;case Ue.DOCTYPE:zr===">"?(_r.state=Ue.TEXT,tr(_r,"ondoctype",_r.doctype),_r.doctype=!0):(_r.doctype+=zr,zr==="["?_r.state=Ue.DOCTYPE_DTD:Fe(zr)&&(_r.state=Ue.DOCTYPE_QUOTED,_r.q=zr));continue;case Ue.DOCTYPE_QUOTED:_r.doctype+=zr,zr===_r.q&&(_r.q="",_r.state=Ue.DOCTYPE);continue;case Ue.DOCTYPE_DTD:zr==="]"?(_r.doctype+=zr,_r.state=Ue.DOCTYPE):zr==="<"?(_r.state=Ue.OPEN_WAKA,_r.startTagPosition=_r.position):Fe(zr)?(_r.doctype+=zr,_r.state=Ue.DOCTYPE_DTD_QUOTED,_r.q=zr):_r.doctype+=zr;continue;case Ue.DOCTYPE_DTD_QUOTED:_r.doctype+=zr,zr===_r.q&&(_r.state=Ue.DOCTYPE_DTD,_r.q="");continue;case Ue.COMMENT:zr==="-"?_r.state=Ue.COMMENT_ENDING:_r.comment+=zr;continue;case Ue.COMMENT_ENDING:zr==="-"?(_r.state=Ue.COMMENT_ENDED,_r.comment=ar(_r.opt,_r.comment),_r.comment&&tr(_r,"oncomment",_r.comment),_r.comment=""):(_r.comment+="-"+zr,_r.state=Ue.COMMENT);continue;case Ue.COMMENT_ENDED:zr!==">"?(cr(_r,"Malformed comment"),_r.comment+="--"+zr,_r.state=Ue.COMMENT):_r.doctype&&_r.doctype!==!0?_r.state=Ue.DOCTYPE_DTD:_r.state=Ue.TEXT;continue;case Ue.CDATA:zr==="]"?_r.state=Ue.CDATA_ENDING:_r.cdata+=zr;continue;case Ue.CDATA_ENDING:zr==="]"?_r.state=Ue.CDATA_ENDING_2:(_r.cdata+="]"+zr,_r.state=Ue.CDATA);continue;case Ue.CDATA_ENDING_2:zr===">"?(_r.cdata&&tr(_r,"oncdata",_r.cdata),tr(_r,"onclosecdata"),_r.cdata="",_r.state=Ue.TEXT):zr==="]"?_r.cdata+="]":(_r.cdata+="]]"+zr,_r.state=Ue.CDATA);continue;case Ue.PROC_INST:zr==="?"?_r.state=Ue.PROC_INST_ENDING:Ne(zr)?_r.state=Ue.PROC_INST_BODY:_r.procInstName+=zr;continue;case Ue.PROC_INST_BODY:if(!_r.procInstBody&&Ne(zr))continue;zr==="?"?_r.state=Ue.PROC_INST_ENDING:_r.procInstBody+=zr;continue;case Ue.PROC_INST_ENDING:zr===">"?(tr(_r,"onprocessinginstruction",{name:_r.procInstName,body:_r.procInstBody}),_r.procInstName=_r.procInstBody="",_r.state=Ue.TEXT):(_r.procInstBody+="?"+zr,_r.state=Ue.PROC_INST_BODY);continue;case Ue.OPEN_TAG:jt(_e,zr)?_r.tagName+=zr:(mr(_r),zr===">"?Rr(_r):zr==="/"?_r.state=Ue.OPEN_TAG_SLASH:(Ne(zr)||cr(_r,"Invalid character in tag name"),_r.state=Ue.ATTRIB));continue;case Ue.OPEN_TAG_SLASH:zr===">"?(Rr(_r,!0),xr(_r)):(cr(_r,"Forward-slash in opening tag not followed by >"),_r.state=Ue.ATTRIB);continue;case Ue.ATTRIB:if(Ne(zr))continue;zr===">"?Rr(_r):zr==="/"?_r.state=Ue.OPEN_TAG_SLASH:jt(Ie,zr)?(_r.attribName=zr,_r.attribValue="",_r.state=Ue.ATTRIB_NAME):cr(_r,"Invalid attribute name");continue;case Ue.ATTRIB_NAME:zr==="="?_r.state=Ue.ATTRIB_VALUE:zr===">"?(cr(_r,"Attribute without value"),_r.attribValue=_r.attribName,br(_r),Rr(_r)):Ne(zr)?_r.state=Ue.ATTRIB_NAME_SAW_WHITE:jt(_e,zr)?_r.attribName+=zr:cr(_r,"Invalid attribute name");continue;case Ue.ATTRIB_NAME_SAW_WHITE:if(zr==="=")_r.state=Ue.ATTRIB_VALUE;else{if(Ne(zr))continue;cr(_r,"Attribute without value"),_r.tag.attributes[_r.attribName]="",_r.attribValue="",tr(_r,"onattribute",{name:_r.attribName,value:""}),_r.attribName="",zr===">"?Rr(_r):jt(Ie,zr)?(_r.attribName=zr,_r.state=Ue.ATTRIB_NAME):(cr(_r,"Invalid attribute name"),_r.state=Ue.ATTRIB)}continue;case Ue.ATTRIB_VALUE:if(Ne(zr))continue;Fe(zr)?(_r.q=zr,_r.state=Ue.ATTRIB_VALUE_QUOTED):(_r.opt.unquotedAttributeValues||nr(_r,"Unquoted attribute value"),_r.state=Ue.ATTRIB_VALUE_UNQUOTED,_r.attribValue=zr);continue;case Ue.ATTRIB_VALUE_QUOTED:if(zr!==_r.q){zr==="&"?_r.state=Ue.ATTRIB_VALUE_ENTITY_Q:_r.attribValue+=zr;continue}br(_r),_r.q="",_r.state=Ue.ATTRIB_VALUE_CLOSED;continue;case Ue.ATTRIB_VALUE_CLOSED:Ne(zr)?_r.state=Ue.ATTRIB:zr===">"?Rr(_r):zr==="/"?_r.state=Ue.OPEN_TAG_SLASH:jt(Ie,zr)?(cr(_r,"No whitespace between attributes"),_r.attribName=zr,_r.attribValue="",_r.state=Ue.ATTRIB_NAME):cr(_r,"Invalid attribute name");continue;case Ue.ATTRIB_VALUE_UNQUOTED:if(!Ve(zr)){zr==="&"?_r.state=Ue.ATTRIB_VALUE_ENTITY_U:_r.attribValue+=zr;continue}br(_r),zr===">"?Rr(_r):_r.state=Ue.ATTRIB;continue;case Ue.CLOSE_TAG:if(_r.tagName)zr===">"?xr(_r):jt(_e,zr)?_r.tagName+=zr:_r.script?(_r.script+="</"+_r.tagName,_r.tagName="",_r.state=Ue.SCRIPT):(Ne(zr)||cr(_r,"Invalid tagname in closing tag"),_r.state=Ue.CLOSE_TAG_SAW_WHITE);else{if(Ne(zr))continue;Et(Ie,zr)?_r.script?(_r.script+="</"+zr,_r.state=Ue.SCRIPT):cr(_r,"Invalid tagname in closing tag."):_r.tagName=zr}continue;case Ue.CLOSE_TAG_SAW_WHITE:if(Ne(zr))continue;zr===">"?xr(_r):cr(_r,"Invalid characters in closing tag");continue;case Ue.TEXT_ENTITY:case Ue.ATTRIB_VALUE_ENTITY_Q:case Ue.ATTRIB_VALUE_ENTITY_U:var Tr,Cr;switch(_r.state){case Ue.TEXT_ENTITY:Tr=Ue.TEXT,Cr="textNode";break;case Ue.ATTRIB_VALUE_ENTITY_Q:Tr=Ue.ATTRIB_VALUE_QUOTED,Cr="attribValue";break;case Ue.ATTRIB_VALUE_ENTITY_U:Tr=Ue.ATTRIB_VALUE_UNQUOTED,Cr="attribValue";break}if(zr===";"){var Mr=Er(_r);_r.opt.unparsedEntities&&!Object.values(t.XML_ENTITIES).includes(Mr)?(_r.entity="",_r.state=Tr,_r.write(Mr)):(_r[Cr]+=Mr,_r.entity="",_r.state=Tr)}else jt(_r.entity.length?he:Ce,zr)?_r.entity+=zr:(cr(_r,"Invalid character in entity name"),_r[Cr]+="&"+_r.entity+zr,_r.entity="",_r.state=Tr);continue;default:throw new Error(_r,"Unknown state: "+_r.state)}return _r.position>=_r.bufferCheckPosition&&k(_r),_r}/*! http://mths.be/fromcodepoint v0.1.0 by @mathias */String.fromCodePoint||function(){var gr=String.fromCharCode,_r=Math.floor,Fr=function(){var zr=16384,Vr=[],Gr,Tr,Cr=-1,Mr=arguments.length;if(!Mr)return"";for(var yr="";++Cr<Mr;){var Sr=Number(arguments[Cr]);if(!isFinite(Sr)||Sr<0||Sr>1114111||_r(Sr)!==Sr)throw RangeError("Invalid code point: "+Sr);Sr<=65535?Vr.push(Sr):(Sr-=65536,Gr=(Sr>>10)+55296,Tr=Sr%1024+56320,Vr.push(Gr,Tr)),(Cr+1===Mr||Vr.length>zr)&&(yr+=gr.apply(null,Vr),Vr.length=0)}return yr};Object.defineProperty?Object.defineProperty(String,"fromCodePoint",{value:Fr,configurable:!0,writable:!0}):String.fromCodePoint=Fr}()})(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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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.10",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"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:"20240818.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:18943",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:"false",GITHUB_RUN_ID:"10543836863",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"1904ab492a054fb17b56f6b35fdd4faaf929ca44",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_1e849aad-7f1d-416a-9b06-d64f44ff84ab",INVOCATION_ID:"f332161b63ff4ce3b5d5ede5c9c7ca36",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:"395",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 20",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"false",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"1904ab492a054fb17b56f6b35fdd4faaf929ca44",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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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",STATS_TIS:"mining",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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:2113,ppid:2112,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(he){typeof he!="function"&&(he=new Function(""+he));for(var Ne=new Array(arguments.length-1),Fe=0;Fe<Ne.length;Fe++)Ne[Fe]=arguments[Fe+1];var Ve={callback:he,args:Ne};return k[n]=Ve,j(n),n++}function z(he){delete k[he]}function re(he){var Ne=he.callback,Fe=he.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(he){if(L)setTimeout(ie,0,he);else{var Ne=k[he];if(Ne){L=!0;try{re(Ne)}finally{z(he),L=!1}}}}function oe(){j=function(he){e.nextTick(function(){ie(he)})}}function ue(){if(t.postMessage&&!t.importScripts){var he=!0,Ne=t.onmessage;return t.onmessage=function(){he=!1},t.postMessage("","*"),t.onmessage=Ne,he}}function de(){var he="setImmediate$"+Math.random()+"$",Ne=function(Fe){Fe.source===t&&typeof Fe.data=="string"&&Fe.data.indexOf(he)===0&&ie(+Fe.data.slice(he.length))};t.addEventListener?t.addEventListener("message",Ne,!1):t.attachEvent("onmessage",Ne),j=function(Fe){t.postMessage(he+Fe,"*")}}function pe(){var he=new MessageChannel;he.port1.onmessage=function(Ne){var Fe=Ne.data;ie(Fe)},j=function(Ne){he.port2.postMessage(Ne)}}function Ie(){var he=$.documentElement;j=function(Ne){var Fe=$.createElement("script");Fe.onreadystatechange=function(){ie(Ne),Fe.onreadystatechange=null,he.removeChild(Fe),Fe=null},he.appendChild(Fe)}}function _e(){j=function(he){setTimeout(ie,0,he)}}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():_e(),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,_e;for(pe=0,Ie=oe.length;pe<Ie;pe++)_e=oe[pe],ue=_e(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,_e;if(!(this instanceof e.Parser))return new e.Parser(de);this.options={},Ie=y["0.2"];for(pe in Ie)ie.call(Ie,pe)&&(_e=Ie[pe],this.options[pe]=_e);for(pe in de)ie.call(de,pe)&&(_e=de[pe],this.options[pe]=_e);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,_e;return this.removeAllListeners(),this.saxParser=j.parser(this.options.strict,{trim:!1,normalize:!1,xmlns:this.options.xmlns}),this.saxParser.errThrown=!1,this.saxParser.onerror=function(Ce){return function(he){if(Ce.saxParser.resume(),!Ce.saxParser.errThrown)return Ce.saxParser.errThrown=!0,Ce.emit("error",he)}}(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,_e=[],de=this.options.attrkey,pe=this.options.charkey,this.saxParser.onopentag=function(Ce){return function(he){var Ne,Fe,Ve,jt,Et;if(Ve=Object.create(null),Ve[pe]="",!Ce.options.ignoreAttrs){Et=he.attributes;for(Ne in Et)ie.call(Et,Ne)&&(!(de in Ve)&&!Ce.options.mergeAttrs&&(Ve[de]=Object.create(null)),Fe=Ce.options.attrValueProcessors?L(Ce.options.attrValueProcessors,he.attributes[Ne],Ne):he.attributes[Ne],jt=Ce.options.attrNameProcessors?L(Ce.options.attrNameProcessors,Ne):Ne,Ce.options.mergeAttrs?Ce.assignOrPush(Ve,jt,Fe):Ve[de][jt]=Fe)}return Ve["#name"]=Ce.options.tagNameProcessors?L(Ce.options.tagNameProcessors,he.name):he.name,Ce.options.xmlns&&(Ve[Ce.options.xmlnskey]={uri:he.uri,local:he.local}),_e.push(Ve)}}(this),this.saxParser.onclosetag=function(Ce){return function(){var he,Ne,Fe,Ve,jt,Et,Ue,qe,kt,tr;if(Et=_e.pop(),jt=Et["#name"],(!Ce.options.explicitChildren||!Ce.options.preserveChildrenOrder)&&delete Et["#name"],Et.cdata===!0&&(he=Et.cdata,delete Et.cdata),kt=_e[_e.length-1],Et[pe].match(/^\s*$/)&&!he?(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],jt):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=_e.length;rr<ar;rr++)Ve=_e[rr],nr.push(Ve["#name"]);return nr}().concat(jt).join("/"),function(){var rr;try{return Et=Ce.options.validator(tr,kt&&kt[jt],Et)}catch(ar){return rr=ar,Ce.emit("error",rr)}}()),Ce.options.explicitChildren&&!Ce.options.mergeAttrs&&typeof Et=="object"){if(!Ce.options.preserveChildrenOrder)Ve=Object.create(null),Ce.options.attrkey in Et&&(Ve[Ce.options.attrkey]=Et[Ce.options.attrkey],delete Et[Ce.options.attrkey]),!Ce.options.charsAsChildren&&Ce.options.charkey in Et&&(Ve[Ce.options.charkey]=Et[Ce.options.charkey],delete Et[Ce.options.charkey]),Object.getOwnPropertyNames(Et).length>0&&(Ve[Ce.options.childkey]=Et),Et=Ve;else if(kt){kt[Ce.options.childkey]=kt[Ce.options.childkey]||[],Ue=Object.create(null);for(Fe in Et)ie.call(Et,Fe)&&(Ue[Fe]=Et[Fe]);kt[Ce.options.childkey].push(Ue),delete Et["#name"],Object.keys(Et).length===1&&pe in Et&&!Ce.EXPLICIT_CHARKEY&&(Et=Et[pe])}}return _e.length>0?Ce.assignOrPush(kt,jt,Et):(Ce.options.explicitRoot&&(qe=Et,Et=Object.create(null),Et[jt]=qe),Ce.resultObject=Et,Ce.saxParser.ended=!0,Ce.emit("end",Ce.resultObject))}}(this),Ie=function(Ce){return function(he){var Ne,Fe;if(Fe=_e[_e.length-1],Fe)return Fe[pe]+=he,Ce.options.explicitChildren&&Ce.options.preserveChildrenOrder&&Ce.options.charsAsChildren&&(Ce.options.includeWhiteChars||he.replace(/\\n/g,"").trim()!=="")&&(Fe[Ce.options.childkey]=Fe[Ce.options.childkey]||[],Ne={"#name":"__text__"},Ne[pe]=he,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(he){var Ne;if(Ne=Ie(he),Ne)return Ne.cdata=!0}}()},ue.prototype.parseString=function(de,pe){var Ie;pe!=null&&typeof pe=="function"&&(this.on("end",function(_e){return this.reset(),pe(null,_e)}),this.on("error",function(_e){return this.reset(),pe(_e)}));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(_e){if(Ie=_e,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,_e){return pe.parseString(de,function(Ce,he){return Ce?_e(Ce):Ie(he)})}}(this))},ue}(n),e.parseString=function(oe,ue,de){var pe,Ie,_e;return de!=null?(typeof de=="function"&&(pe=de),typeof ue=="object"&&(Ie=ue)):(typeof ue=="function"&&(pe=ue),Ie={}),_e=new e.Parser(Ie),_e.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,_e=-1,Ce=(de.match(V.zoneIndex)||[])[0],he,Ne;for(Ce&&(Ce=Ce.substring(1),de=de.replace(/%.+$/,""));(_e=de.indexOf(":",_e+1))>=0;)Ie++;if(de.substr(0,2)==="::"&&Ie--,de.substr(-2,2)==="::"&&Ie--,Ie>pe)return null;for(Ne=pe-Ie,he=":";Ne--;)he+="0:";return de=de.replace("::",he),de[0]===":"&&(de=de.slice(1)),de[de.length-1]===":"&&(de=de.slice(0,-1)),pe=function(){const Fe=de.split(":"),Ve=[];for(let jt=0;jt<Fe.length;jt++)Ve.push(parseInt(Fe[jt],16));return Ve}(),{parts:pe,zoneId:Ce}}function re(de,pe,Ie,_e){if(de.length!==pe.length)throw new Error("ipaddr: cannot match CIDR for objects with different lengths");let Ce=0,he;for(;_e>0;){if(he=Ie-_e,he<0&&(he=0),de[Ce]>>he!==pe[Ce]>>he)return!1;_e-=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,_e;for(Ie=0;Ie<pe.length;Ie++)if(_e=pe[Ie],!(0<=_e&&_e<=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 _e;if(Ie===void 0&&(_e=pe,pe=_e[0],Ie=_e[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 _e={0:8,128:7,192:6,224:5,240:4,248:3,252:2,254:1,255:0};let Ce,he,Ne;for(Ce=3;Ce>=0;Ce-=1)if(he=this.octets[Ce],he in _e){if(Ne=_e[he],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(),_e=this.subnetMaskFromPrefixLength(pe[1]).toByteArray(),Ce=[];let he=0;for(;he<4;)Ce.push(parseInt(Ie[he],10)|parseInt(_e[he],10)^255),he++;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,_e,Ce,he;try{for(pe=this.parseCIDR(de),_e=pe[0].toByteArray(),he=this.subnetMaskFromPrefixLength(pe[1]).toByteArray(),Ce=[],Ie=0;Ie<4;)Ce.push(parseInt(_e[Ie],10)&parseInt(he[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 _e=[this.parse(pe[1]),Ie];return Object.defineProperty(_e,"toString",{value:function(){return this.join("/")}}),_e}}throw new Error("ipaddr: string is not formatted like an IPv4 CIDR range")},ue.IPv4.parser=function(de){let pe,Ie,_e;if(pe=de.match(n.fourOctet))return function(){const Ce=pe.slice(1,6),he=[];for(let Ne=0;Ne<Ce.length;Ne++)Ie=Ce[Ne],he.push(ie(Ie));return he}();if(pe=de.match(n.longValue)){if(_e=ie(pe[1]),_e>4294967295||_e<0)throw new Error("ipaddr: address outside defined range");return function(){const Ce=[];let he;for(he=0;he<=24;he+=8)Ce.push(_e>>he&255);return Ce}().reverse()}else return(pe=de.match(n.twoOctet))?function(){const Ce=pe.slice(1,4),he=[];if(_e=ie(Ce[1]),_e>16777215||_e<0)throw new Error("ipaddr: address outside defined range");return he.push(ie(Ce[0])),he.push(_e>>16&255),he.push(_e>>8&255),he.push(_e&255),he}():(pe=de.match(n.threeOctet))?function(){const Ce=pe.slice(1,5),he=[];if(_e=ie(Ce[2]),_e>65535||_e<0)throw new Error("ipaddr: address outside defined range");return he.push(ie(Ce[0])),he.push(ie(Ce[1])),he.push(_e>>8&255),he.push(_e&255),he}():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 _e=Math.floor(de/8);for(;Ie<_e;)pe[Ie]=255,Ie++;return _e<4&&(pe[_e]=Math.pow(2,de%8)-1<<8-de%8),new this(pe)},ue.IPv6=function(){function de(pe,Ie){let _e,Ce;if(pe.length===16)for(this.parts=[],_e=0;_e<=14;_e+=2)this.parts.push(pe[_e]<<8|pe[_e+1]);else if(pe.length===8)this.parts=pe;else throw new Error("ipaddr: ipv6 part count should be 8 or 16");for(_e=0;_e<this.parts.length;_e++)if(Ce=this.parts[_e],!(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 _e;if(Ie===void 0&&(_e=pe,pe=_e[0],Ie=_e[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 _e={0:16,32768:15,49152:14,57344:13,61440:12,63488:11,64512:10,65024:9,65280:8,65408:7,65472:6,65504:5,65520:4,65528:3,65532:2,65534:1,65535:0};let Ce,he;for(let Ne=7;Ne>=0;Ne-=1)if(Ce=this.parts[Ne],Ce in _e){if(he=_e[Ce],Ie&&he!==0)return null;he!==16&&(Ie=!0),pe+=he}else return null;return 128-pe},de.prototype.range=function(){return ue.subnetMatch(this,this.SpecialRanges)},de.prototype.toByteArray=function(){let pe;const Ie=[],_e=this.parts;for(let Ce=0;Ce<_e.length;Ce++)pe=_e[Ce],Ie.push(pe>>8),Ie.push(pe&255);return Ie},de.prototype.toFixedLengthString=function(){const pe=(function(){const _e=[];for(let Ce=0;Ce<this.parts.length;Ce++)_e.push(oe(this.parts[Ce].toString(16),4));return _e}).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],_e=pe[1];return new ue.IPv4([Ie>>8,Ie&255,_e>>8,_e&255])},de.prototype.toNormalizedString=function(){const pe=(function(){const _e=[];for(let Ce=0;Ce<this.parts.length;Ce++)_e.push(this.parts[Ce].toString(16));return _e}).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 _e=0,Ce=-1,he;for(;he=pe.exec(Ie);)he[0].length>Ce&&(_e=he.index,Ce=he[0].length);return Ce<0?Ie:`${Ie.substring(0,_e)}::${Ie.substring(_e+Ce)}`},de.prototype.toString=function(){return this.toRFC5952String()},de}(),ue.IPv6.broadcastAddressFromCIDR=function(de){try{const pe=this.parseCIDR(de),Ie=pe[0].toByteArray(),_e=this.subnetMaskFromPrefixLength(pe[1]).toByteArray(),Ce=[];let he=0;for(;he<16;)Ce.push(parseInt(Ie[he],10)|parseInt(_e[he],10)^255),he++;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,_e,Ce,he;try{for(pe=this.parseCIDR(de),_e=pe[0].toByteArray(),he=this.subnetMaskFromPrefixLength(pe[1]).toByteArray(),Ce=[],Ie=0;Ie<16;)Ce.push(parseInt(_e[Ie],10)&parseInt(he[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,_e;if((Ie=de.match(/^(.+)\/(\d+)$/))&&(pe=parseInt(Ie[2]),pe>=0&&pe<=128))return _e=[this.parse(Ie[1]),pe],Object.defineProperty(_e,"toString",{value:function(){return this.join("/")}}),_e;throw new Error("ipaddr: string is not formatted like an IPv6 CIDR range")},ue.IPv6.parser=function(de){let pe,Ie,_e,Ce,he,Ne;if(_e=de.match(V.deprecatedTransitional))return this.parser(`::ffff:${_e[1]}`);if(V.native.test(de))return z(de,8);if((_e=de.match(V.transitional))&&(Ne=_e[6]||"",pe=_e[1],_e[1].endsWith("::")||(pe=pe.slice(0,-1)),pe=z(pe+Ne,6),pe.parts)){for(he=[parseInt(_e[2]),parseInt(_e[3]),parseInt(_e[4]),parseInt(_e[5])],Ie=0;Ie<he.length;Ie++)if(Ce=he[Ie],!(0<=Ce&&Ce<=255))return null;return pe.parts.push(he[0]<<8|he[1]),pe.parts.push(he[2]<<8|he[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 _e=Math.floor(de/8);for(;Ie<_e;)pe[Ie]=255,Ie++;return _e<16&&(pe[_e]=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 _e,Ce,he,Ne;Ie==null&&(Ie="unicast");for(Ce in pe)if(Object.prototype.hasOwnProperty.call(pe,Ce)){for(he=pe[Ce],he[0]&&!(he[0]instanceof Array)&&(he=[he]),_e=0;_e<he.length;_e++)if(Ne=he[_e],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 _e=0;_e<Ie.length;_e++){var Ce=Ie[_e];if(ie[Ce]){var he=oe.indexOf(t[ie[Ce]].source),Ne=oe.indexOf(pe.source);if(ie[Ce]!=="application/octet-stream"&&(he>Ne||he===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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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.10",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"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:"20240818.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:18943",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:"false",GITHUB_RUN_ID:"10543836863",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"1904ab492a054fb17b56f6b35fdd4faaf929ca44",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_1e849aad-7f1d-416a-9b06-d64f44ff84ab",INVOCATION_ID:"f332161b63ff4ce3b5d5ede5c9c7ca36",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:"395",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 20",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"false",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"1904ab492a054fb17b56f6b35fdd4faaf929ca44",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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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",STATS_TIS:"mining",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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:2113,ppid:2112,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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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.10",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"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:"20240818.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:18943",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:"false",GITHUB_RUN_ID:"10543836863",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"1904ab492a054fb17b56f6b35fdd4faaf929ca44",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_1e849aad-7f1d-416a-9b06-d64f44ff84ab",INVOCATION_ID:"f332161b63ff4ce3b5d5ede5c9c7ca36",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:"395",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 20",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"false",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"1904ab492a054fb17b56f6b35fdd4faaf929ca44",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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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",STATS_TIS:"mining",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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:2113,ppid:2112,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){np(this,"partSize",64*1024*1024);np(this,"maximumPartSize",5*1024*1024*1024);np(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(){np(this,"modified","");np(this,"unmodified","");np(this,"matchETag","");np(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(){np(this,"policy",{conditions:[]});np(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 _e=Buffer$2.from(k.read(ie));L=crc32$1(_e,L);const Ce=readableStream(_e);for(;Ce._readableState.length;){let he=t(Ce);Ce.read(1),ue[he]=y(Ce)}}let de;const pe=re-ie-16;if(pe>0){const _e=Buffer$2.from(k.read(pe));L=crc32$1(_e,L);const Ce=Buffer$2.from(k.read(4)).readInt32BE(),he=L.readInt32BE();if(Ce!==he)throw new Error(`Message Checksum Mismatch, Message CRC of ${Ce} does not equal expected CRC of ${he}`);de=readableStream(_e)}const Ie=ue["message-type"];switch(Ie){case"error":{const _e=ue["error-code"]+':"'+ue["error-message"]+'"';throw new Error(_e)}case"event":{const _e=ue["content-type"];switch(ue["event-type"]){case"End":return n.setResponse(e),n;case"Records":{const he=de.read(pe);n.setRecords(he);break}case"Progress":switch(_e){case"text/xml":{const he=de.read(pe);n.setProgress(he.toString());break}default:{const he=`Unexpected content-type ${_e} sent for event-type Progress`;throw new Error(he)}}break;case"Stats":switch(_e){case"text/xml":{const he=de.read(pe);n.setStats(he.toString());break}default:{const he=`Unexpected content-type ${_e} sent for event-type Stats`;throw new Error(he)}}break;default:{const he=`Un implemented event detected ${Ie}.`;console.warn(he)}}}}}}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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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.10",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"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:"20240818.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:18943",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:"false",GITHUB_RUN_ID:"10543836863",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"1904ab492a054fb17b56f6b35fdd4faaf929ca44",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_1e849aad-7f1d-416a-9b06-d64f44ff84ab",INVOCATION_ID:"f332161b63ff4ce3b5d5ede5c9c7ca36",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:"395",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 20",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"false",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"1904ab492a054fb17b56f6b35fdd4faaf929ca44",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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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",STATS_TIS:"mining",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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:2113,ppid:2112,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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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.10",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"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:"20240818.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:18943",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:"false",GITHUB_RUN_ID:"10543836863",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"1904ab492a054fb17b56f6b35fdd4faaf929ca44",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_1e849aad-7f1d-416a-9b06-d64f44ff84ab",INVOCATION_ID:"f332161b63ff4ce3b5d5ede5c9c7ca36",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:"395",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 20",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"false",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"1904ab492a054fb17b56f6b35fdd4faaf929ca44",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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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",STATS_TIS:"mining",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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:2113,ppid:2112,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 _e;this.makeRequest({method:$,bucketName:t,query:L,headers:Ie},pe,[200],"",!0,(Ce,he)=>{if(Ce)return ie(Ce);pipesetup(he,removeObjectsTransformer()).on("data",Ne=>{_e=Ne}).on("error",Ne=>ie(Ne,null)).on("end",()=>(z.push(_e),ie(null,_e)))})},()=>{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,_e]of Object.entries(k))z.push({Key:Ie,Value:_e});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((_e,Ce)=>{const he=y[Ce];let Ne=_e.size;if(he.MatchRange){const Fe=he.Start,Ve=he.End;if(Ve>=Ne||Fe<0)throw new InvalidArgumentError(`CopySrcOptions ${Ce} has invalid segment-to-copy [${Fe}, ${Ve}] (size is ${Ne})`);Ne=Ve-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 _e});if(z===1&&V<=PART_CONSTRAINTS.MAX_PART_SIZE||V===0)return this.copyObject(y[0],t,n);for(let _e=0;_e<L;_e++)y[_e].MatchETag=oe[_e].etag;const ue=oe.map((_e,Ce)=>calculateEvenSplits(j[Ce],y[Ce]));function de(_e){const Ce=[];return ue.forEach((he,Ne)=>{const{startIndex:Fe,endIndex:Ve,objInfo:jt}=he;let Et=Ne+1;const Ue=Array.from(Fe),qe=y[Ne].getHeaders();Ue.forEach((kt,tr)=>{let rr=Ve[tr];const ar=`${jt.Bucket}/${jt.Object}`;qe["x-amz-copy-source"]=`${ar}`,qe["x-amz-copy-source-range"]=`bytes=${kt}-${rr}`;const nr={bucketName:t.Bucket,objectName:t.Object,uploadID:_e,partNumber:Et,headers:qe,sourceObj:ar};Ce.push(nr)})}),Ce}const pe=_e=>{const Ce=de(_e);index.map(Ce,k.uploadPartCopy.bind(k),(he,Ne)=>{if(he){this.abortMultipartUpload(t.Bucket,t.Object,_e).then(()=>n(),Ve=>n(Ve));return}const Fe=Ne.map(Ve=>({etag:Ve.etag,part:Ve.part}));return k.completeMultipartUpload(t.Bucket,t.Object,_e,Fe,n)})},Ie=t.getHeaders();k.initiateNewMultipartUpload(t.Bucket,t.Object,Ie).then(_e=>{pe(_e)},_e=>{n(_e,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))},_e=function(rr,ar){return ar?Ie(String(rr)).replace(/[+\/]/g,function(nr){return nr=="+"?"-":"_"}).replace(/=/g,""):Ie(String(rr))},Ce=function(rr){return _e(rr,!0)},he=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(he,Ne)},Ve=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("")},jt=L.atob?function(tr){return L.atob(tr)}:function(tr){return tr.replace(/[\s\S]{1,4}/g,Ve)},Et=function(tr){return Fe(jt(tr))},Ue=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},kt={VERSION:j,atob:jt,btoa:pe,fromBase64:Ue,toBase64:_e,utob:ue,encode:_e,encodeURI:Ce,btou:Fe,decode:Ue,noConflict:qe};return kt}();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(Ve){oe.prototype=this;var jt=new oe;return Ve&&jt.mixIn(Ve),jt.hasOwnProperty("init")||(jt.init=function(){jt.$super.init.apply(this,arguments)}),jt.init.prototype=jt,jt.$super=this,jt},create:function(){var Ve=this.extend();return Ve.init.apply(Ve,arguments),Ve},init:function(){},mixIn:function(Ve){for(var jt in Ve)Ve.hasOwnProperty(jt)&&(this[jt]=Ve[jt]);Ve.hasOwnProperty("toString")&&(this.toString=Ve.toString)},clone:function(){return this.init.prototype.extend(this)}},de=ie.WordArray=ue.extend({init:function(Ve,jt){Ve=this.words=Ve||[],this.sigBytes=jt!=z?jt:4*Ve.length},toString:function(Ve){return(Ve||Ie).stringify(this)},concat:function(Ve){var jt=this.words,Et=Ve.words,Ue=this.sigBytes;if(Ve=Ve.sigBytes,this.clamp(),Ue%4)for(var qe=0;qe<Ve;qe++)jt[Ue+qe>>>2]|=(Et[qe>>>2]>>>24-8*(qe%4)&255)<<24-8*((Ue+qe)%4);else if(65535<Et.length)for(qe=0;qe<Ve;qe+=4)jt[Ue+qe>>>2]=Et[qe>>>2];else jt.push.apply(jt,Et);return this.sigBytes+=Ve,this},clamp:function(){var Ve=this.words,jt=this.sigBytes;Ve[jt>>>2]&=4294967295<<32-8*(jt%4),Ve.length=V.ceil(jt/4)},clone:function(){var Ve=ue.clone.call(this);return Ve.words=this.words.slice(0),Ve},random:function(Ve){for(var jt=[],Et=0;Et<Ve;Et+=4)jt.push(4294967296*V.random()|0);return new de.init(jt,Ve)}}),pe=re.enc={},Ie=pe.Hex={stringify:function(Ve){var jt=Ve.words;Ve=Ve.sigBytes;for(var Et=[],Ue=0;Ue<Ve;Ue++){var qe=jt[Ue>>>2]>>>24-8*(Ue%4)&255;Et.push((qe>>>4).toString(16)),Et.push((qe&15).toString(16))}return Et.join("")},parse:function(Ve){for(var jt=Ve.length,Et=[],Ue=0;Ue<jt;Ue+=2)Et[Ue>>>3]|=parseInt(Ve.substr(Ue,2),16)<<24-4*(Ue%8);return new de.init(Et,jt/2)}},_e=pe.Latin1={stringify:function(Ve){var jt=Ve.words;Ve=Ve.sigBytes;for(var Et=[],Ue=0;Ue<Ve;Ue++)Et.push(String.fromCharCode(jt[Ue>>>2]>>>24-8*(Ue%4)&255));return Et.join("")},parse:function(Ve){for(var jt=Ve.length,Et=[],Ue=0;Ue<jt;Ue++)Et[Ue>>>2]|=(Ve.charCodeAt(Ue)&255)<<24-8*(Ue%4);return new de.init(Et,jt)}},Ce=pe.Utf8={stringify:function(Ve){try{return decodeURIComponent(escape(_e.stringify(Ve)))}catch{throw Error("Malformed UTF-8 data")}},parse:function(Ve){return _e.parse(unescape(encodeURIComponent(Ve)))}},he=ie.BufferedBlockAlgorithm=ue.extend({reset:function(){this._data=new de.init,this._nDataBytes=0},_append:function(Ve){typeof Ve=="string"&&(Ve=Ce.parse(Ve)),this._data.concat(Ve),this._nDataBytes+=Ve.sigBytes},_process:function(Ve){var jt=this._data,Et=jt.words,Ue=jt.sigBytes,qe=this.blockSize,kt=Ue/(4*qe),kt=Ve?V.ceil(kt):V.max((kt|0)-this._minBufferSize,0);if(Ve=kt*qe,Ue=V.min(4*Ve,Ue),Ve){for(var tr=0;tr<Ve;tr+=qe)this._doProcessBlock(Et,tr);tr=Et.splice(0,Ve),jt.sigBytes-=Ue}return new de.init(tr,Ue)},clone:function(){var Ve=ue.clone.call(this);return Ve._data=this._data.clone(),Ve},_minBufferSize:0});ie.Hasher=he.extend({cfg:ue.extend(),init:function(Ve){this.cfg=this.cfg.extend(Ve),this.reset()},reset:function(){he.reset.call(this),this._doReset()},update:function(Ve){return this._append(Ve),this._process(),this},finalize:function(Ve){return Ve&&this._append(Ve),this._doFinalize()},blockSize:16,_createHelper:function(Ve){return function(jt,Et){return new Ve.init(Et).finalize(jt)}},_createHmacHelper:function(Ve){return function(jt,Et){return new Ne.HMAC.init(Ve,Et).finalize(jt)}}});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,_e=Ie[0],Ce=Ie[1],he=Ie[2],Ne=Ie[3],Fe=Ie[4],Ve=0;80>Ve;Ve++){if(16>Ve)ie[Ve]=de[pe+Ve]|0;else{var jt=ie[Ve-3]^ie[Ve-8]^ie[Ve-14]^ie[Ve-16];ie[Ve]=jt<<1|jt>>>31}jt=(_e<<5|_e>>>27)+Fe+ie[Ve],jt=20>Ve?jt+((Ce&he|~Ce&Ne)+1518500249):40>Ve?jt+((Ce^he^Ne)+1859775393):60>Ve?jt+((Ce&he|Ce&Ne|he&Ne)-1894007588):jt+((Ce^he^Ne)-899497514),Fe=Ne,Ne=he,he=Ce<<30|Ce>>>2,Ce=_e,_e=jt}Ie[0]=Ie[0]+_e|0,Ie[1]=Ie[1]+Ce|0,Ie[2]=Ie[2]+he|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,_e=8*de.sigBytes;return pe[_e>>>5]|=128<<24-_e%32,pe[(_e+64>>>9<<4)+14]=Math.floor(Ie/4294967296),pe[(_e+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(),_e=pe.words,Ce=Ie.words,he=0;he<ue;he++)_e[he]^=1549556828,Ce[he]^=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 _e=[],Ce=0;Ce<pe;Ce+=3)for(var he=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,Ve=he<<16|Ne<<8|Fe,jt=0;jt<4&&Ce+jt*.75<pe;jt++)_e.push(Ie.charAt(Ve>>>6*(3-jt)&63));var Et=Ie.charAt(64);if(Et)for(;_e.length%4;)_e.push(Et);return _e.join("")},parse:function(ue){var de=ue.length,pe=this._map,Ie=pe.charAt(64);if(Ie){var _e=ue.indexOf(Ie);_e!=-1&&(de=_e)}for(var Ce=[],he=0,Ne=0;Ne<de;Ne++)if(Ne%4){var Fe=pe.indexOf(ue.charAt(Ne-1))<<Ne%4*2,Ve=pe.indexOf(ue.charAt(Ne))>>>6-Ne%4*2;Ce[he>>>2]|=(Fe|Ve)<<24-he%4*8,he++}return re.create(Ce,he)},_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],_e=["hex","array","digest","buffer","arrayBuffer","base64"],Ce="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split(""),he=[],Ne;if(ue){var Fe=new ArrayBuffer(68);Ne=new Uint8Array(Fe),he=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 Ve=function(kt){return function(tr,rr){return new Et(!0).update(tr,rr)[kt]()}},jt=function(){var kt=Ve("hex");kt.getCtx=kt.create=function(){return new Et},kt.update=function(ar){return kt.create().update(ar)};for(var tr=0;tr<_e.length;++tr){var rr=_e[tr];kt[rr]=Ve(rr)}return kt};function Et(qe){if(qe)he[0]=he[16]=he[1]=he[2]=he[3]=he[4]=he[5]=he[6]=he[7]=he[8]=he[9]=he[10]=he[11]=he[12]=he[13]=he[14]=he[15]=0,this.blocks=he,this.buffer8=Ne;else if(ue){var kt=new ArrayBuffer(68);this.buffer8=new Uint8Array(kt),this.blocks=new Uint32Array(kt)}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,kt){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),kt||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),kt||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,kt=this.lastByteIndex;qe[kt>>2]|=pe[kt&3],kt>=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,kt,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,kt=(qe^tr&(rr^qe))+ur[3]-1316259209,kt=(kt<<22|kt>>>10)+tr<<0):(qe=this.h0,kt=this.h1,tr=this.h2,rr=this.h3,qe+=(rr^kt&(tr^rr))+ur[0]-680876936,qe=(qe<<7|qe>>>25)+kt<<0,rr+=(tr^qe&(kt^tr))+ur[1]-389564586,rr=(rr<<12|rr>>>20)+qe<<0,tr+=(kt^rr&(qe^kt))+ur[2]+606105819,tr=(tr<<17|tr>>>15)+rr<<0,kt+=(qe^tr&(rr^qe))+ur[3]-1044525330,kt=(kt<<22|kt>>>10)+tr<<0),qe+=(rr^kt&(tr^rr))+ur[4]-176418897,qe=(qe<<7|qe>>>25)+kt<<0,rr+=(tr^qe&(kt^tr))+ur[5]+1200080426,rr=(rr<<12|rr>>>20)+qe<<0,tr+=(kt^rr&(qe^kt))+ur[6]-1473231341,tr=(tr<<17|tr>>>15)+rr<<0,kt+=(qe^tr&(rr^qe))+ur[7]-45705983,kt=(kt<<22|kt>>>10)+tr<<0,qe+=(rr^kt&(tr^rr))+ur[8]+1770035416,qe=(qe<<7|qe>>>25)+kt<<0,rr+=(tr^qe&(kt^tr))+ur[9]-1958414417,rr=(rr<<12|rr>>>20)+qe<<0,tr+=(kt^rr&(qe^kt))+ur[10]-42063,tr=(tr<<17|tr>>>15)+rr<<0,kt+=(qe^tr&(rr^qe))+ur[11]-1990404162,kt=(kt<<22|kt>>>10)+tr<<0,qe+=(rr^kt&(tr^rr))+ur[12]+1804603682,qe=(qe<<7|qe>>>25)+kt<<0,rr+=(tr^qe&(kt^tr))+ur[13]-40341101,rr=(rr<<12|rr>>>20)+qe<<0,tr+=(kt^rr&(qe^kt))+ur[14]-1502002290,tr=(tr<<17|tr>>>15)+rr<<0,kt+=(qe^tr&(rr^qe))+ur[15]+1236535329,kt=(kt<<22|kt>>>10)+tr<<0,qe+=(tr^rr&(kt^tr))+ur[1]-165796510,qe=(qe<<5|qe>>>27)+kt<<0,rr+=(kt^tr&(qe^kt))+ur[6]-1069501632,rr=(rr<<9|rr>>>23)+qe<<0,tr+=(qe^kt&(rr^qe))+ur[11]+643717713,tr=(tr<<14|tr>>>18)+rr<<0,kt+=(rr^qe&(tr^rr))+ur[0]-373897302,kt=(kt<<20|kt>>>12)+tr<<0,qe+=(tr^rr&(kt^tr))+ur[5]-701558691,qe=(qe<<5|qe>>>27)+kt<<0,rr+=(kt^tr&(qe^kt))+ur[10]+38016083,rr=(rr<<9|rr>>>23)+qe<<0,tr+=(qe^kt&(rr^qe))+ur[15]-660478335,tr=(tr<<14|tr>>>18)+rr<<0,kt+=(rr^qe&(tr^rr))+ur[4]-405537848,kt=(kt<<20|kt>>>12)+tr<<0,qe+=(tr^rr&(kt^tr))+ur[9]+568446438,qe=(qe<<5|qe>>>27)+kt<<0,rr+=(kt^tr&(qe^kt))+ur[14]-1019803690,rr=(rr<<9|rr>>>23)+qe<<0,tr+=(qe^kt&(rr^qe))+ur[3]-187363961,tr=(tr<<14|tr>>>18)+rr<<0,kt+=(rr^qe&(tr^rr))+ur[8]+1163531501,kt=(kt<<20|kt>>>12)+tr<<0,qe+=(tr^rr&(kt^tr))+ur[13]-1444681467,qe=(qe<<5|qe>>>27)+kt<<0,rr+=(kt^tr&(qe^kt))+ur[2]-51403784,rr=(rr<<9|rr>>>23)+qe<<0,tr+=(qe^kt&(rr^qe))+ur[7]+1735328473,tr=(tr<<14|tr>>>18)+rr<<0,kt+=(rr^qe&(tr^rr))+ur[12]-1926607734,kt=(kt<<20|kt>>>12)+tr<<0,ar=kt^tr,qe+=(ar^rr)+ur[5]-378558,qe=(qe<<4|qe>>>28)+kt<<0,rr+=(ar^qe)+ur[8]-2022574463,rr=(rr<<11|rr>>>21)+qe<<0,nr=rr^qe,tr+=(nr^kt)+ur[11]+1839030562,tr=(tr<<16|tr>>>16)+rr<<0,kt+=(nr^tr)+ur[14]-35309556,kt=(kt<<23|kt>>>9)+tr<<0,ar=kt^tr,qe+=(ar^rr)+ur[1]-1530992060,qe=(qe<<4|qe>>>28)+kt<<0,rr+=(ar^qe)+ur[4]+1272893353,rr=(rr<<11|rr>>>21)+qe<<0,nr=rr^qe,tr+=(nr^kt)+ur[7]-155497632,tr=(tr<<16|tr>>>16)+rr<<0,kt+=(nr^tr)+ur[10]-1094730640,kt=(kt<<23|kt>>>9)+tr<<0,ar=kt^tr,qe+=(ar^rr)+ur[13]+681279174,qe=(qe<<4|qe>>>28)+kt<<0,rr+=(ar^qe)+ur[0]-358537222,rr=(rr<<11|rr>>>21)+qe<<0,nr=rr^qe,tr+=(nr^kt)+ur[3]-722521979,tr=(tr<<16|tr>>>16)+rr<<0,kt+=(nr^tr)+ur[6]+76029189,kt=(kt<<23|kt>>>9)+tr<<0,ar=kt^tr,qe+=(ar^rr)+ur[9]-640364487,qe=(qe<<4|qe>>>28)+kt<<0,rr+=(ar^qe)+ur[12]-421815835,rr=(rr<<11|rr>>>21)+qe<<0,nr=rr^qe,tr+=(nr^kt)+ur[15]+530742520,tr=(tr<<16|tr>>>16)+rr<<0,kt+=(nr^tr)+ur[2]-995338651,kt=(kt<<23|kt>>>9)+tr<<0,qe+=(tr^(kt|~rr))+ur[0]-198630844,qe=(qe<<6|qe>>>26)+kt<<0,rr+=(kt^(qe|~tr))+ur[7]+1126891415,rr=(rr<<10|rr>>>22)+qe<<0,tr+=(qe^(rr|~kt))+ur[14]-1416354905,tr=(tr<<15|tr>>>17)+rr<<0,kt+=(rr^(tr|~qe))+ur[5]-57434055,kt=(kt<<21|kt>>>11)+tr<<0,qe+=(tr^(kt|~rr))+ur[12]+1700485571,qe=(qe<<6|qe>>>26)+kt<<0,rr+=(kt^(qe|~tr))+ur[3]-1894986606,rr=(rr<<10|rr>>>22)+qe<<0,tr+=(qe^(rr|~kt))+ur[10]-1051523,tr=(tr<<15|tr>>>17)+rr<<0,kt+=(rr^(tr|~qe))+ur[1]-2054922799,kt=(kt<<21|kt>>>11)+tr<<0,qe+=(tr^(kt|~rr))+ur[8]+1873313359,qe=(qe<<6|qe>>>26)+kt<<0,rr+=(kt^(qe|~tr))+ur[15]-30611744,rr=(rr<<10|rr>>>22)+qe<<0,tr+=(qe^(rr|~kt))+ur[6]-1560198380,tr=(tr<<15|tr>>>17)+rr<<0,kt+=(rr^(tr|~qe))+ur[13]+1309151649,kt=(kt<<21|kt>>>11)+tr<<0,qe+=(tr^(kt|~rr))+ur[4]-145523070,qe=(qe<<6|qe>>>26)+kt<<0,rr+=(kt^(qe|~tr))+ur[11]-1120210379,rr=(rr<<10|rr>>>22)+qe<<0,tr+=(qe^(rr|~kt))+ur[2]+718787259,tr=(tr<<15|tr>>>17)+rr<<0,kt+=(rr^(tr|~qe))+ur[9]-343485551,kt=(kt<<21|kt>>>11)+tr<<0,this.first?(this.h0=qe+1732584193<<0,this.h1=kt-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+kt<<0,this.h2=this.h2+tr<<0,this.h3=this.h3+rr<<0)},Et.prototype.hex=function(){this.finalize();var qe=this.h0,kt=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[kt>>4&15]+de[kt&15]+de[kt>>12&15]+de[kt>>8&15]+de[kt>>20&15]+de[kt>>16&15]+de[kt>>28&15]+de[kt>>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 kt=this.h0,tr=this.h1,rr=this.h2,ar=this.h3,nr=[kt&255,kt>>8&255,kt>>16&255,kt>>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),kt=new Uint32Array(qe);return kt[0]=this.h0,kt[1]=this.h1,kt[2]=this.h2,kt[3]=this.h3,qe},Et.prototype.buffer=Et.prototype.arrayBuffer,Et.prototype.base64=function(){for(var qe,kt,tr,rr="",ar=this.array(),nr=0;nr<15;)qe=ar[nr++],kt=ar[nr++],tr=ar[nr++],rr+=Ce[qe>>>2]+Ce[(qe<<4|kt>>>4)&63]+Ce[(kt<<2|tr>>>6)&63]+Ce[tr&63];return qe=ar[nr],rr+=Ce[qe>>>2]+Ce[qe<<4&63]+"==",rr};var Ue=jt();ie?L.exports=Ue:(z.md5=Ue,oe&&($=(function(){return Ue}).call(Ue,k,Ue,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 _e=encodeURIComponent($(Ie))+de;return Array.isArray(oe[Ie])?oe[Ie].map(function(Ce){return _e+encodeURIComponent($(Ce))}).join(ue):_e+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(_e){if(_e){var Ce=_e.indexOf(":"),he=_e.substr(0,Ce).trim().toLowerCase(),Ne=_e.substr(Ce+1).trim();pe[he]=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 _e=new XMLHttpRequest;if(_e.open(de,pe,!0),_e.responseType=oe.dataType||"text",oe.xhrFields)for(var Ce in oe.xhrFields)_e[Ce]=oe.xhrFields[Ce];var he=oe.headers;if(he)for(var Ne in he)he.hasOwnProperty(Ne)&&Ne.toLowerCase()!=="content-length"&&Ne.toLowerCase()!=="user-agent"&&Ne.toLowerCase()!=="origin"&&Ne.toLowerCase()!=="host"&&_e.setRequestHeader(Ne,he[Ne]);return oe.onProgress&&_e.upload&&(_e.upload.onprogress=oe.onProgress),oe.onDownloadProgress&&(_e.onprogress=oe.onDownloadProgress),oe.timeout&&(_e.timeout=oe.timeout),_e.ontimeout=function(Fe){var Ve=new Error("timeout");ue(V(Ve,_e))},_e.onload=function(){ue(V(null,_e,z(_e,oe.dataType)))},_e.onerror=function(Fe){var Ve=z(_e,oe.dataType);if(Ve)ue(V(null,_e,Ve));else{var jt=_e.statusText;!jt&&_e.status===0&&(jt=new Error("CORS blocked or network error")),ue(V(jt,_e,Ve))}},_e.send(oe.body||""),_e};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 _e=0;_e<Ie;_e++)pe.push(de[_e]);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(Ve,jt){jt=Object.assign({},$,jt);const Et=[];let Ue=!1,qe=!1;Ve[0]==="\uFEFF"&&(Ve=Ve.substr(1));for(let kt=0;kt<Ve.length;kt++)if(Ve[kt]==="<"&&Ve[kt+1]==="?"){if(kt+=2,kt=V(Ve,kt),kt.err)return kt}else if(Ve[kt]==="<"){let tr=kt;if(kt++,Ve[kt]==="!"){kt=z(Ve,kt);continue}else{let rr=!1;Ve[kt]==="/"&&(rr=!0,kt++);let ar="";for(;kt<Ve.length&&Ve[kt]!==">"&&Ve[kt]!==" "&&Ve[kt]!==" "&&Ve[kt]!==`
`&&Ve[kt]!=="\r";kt++)ar+=Ve[kt];if(ar=ar.trim(),ar[ar.length-1]==="/"&&(ar=ar.substring(0,ar.length-1),kt--),!he(ar)){let cr;return ar.trim().length===0?cr="Invalid space after '<'.":cr="Tag '"+ar+"' is an invalid name.",_e("InvalidTag",cr,Ne(Ve,kt))}const nr=oe(Ve,kt);if(nr===!1)return _e("InvalidAttr","Attributes for '"+ar+"' have open quote.",Ne(Ve,kt));let ur=nr.value;if(kt=nr.index,ur[ur.length-1]==="/"){const cr=kt-ur.length;ur=ur.substring(0,ur.length-1);const mr=de(ur,jt);if(mr===!0)Ue=!0;else return _e(mr.err.code,mr.err.msg,Ne(Ve,cr+mr.err.line))}else if(rr)if(nr.tagClosed){if(ur.trim().length>0)return _e("InvalidTag","Closing tag '"+ar+"' can't have attributes or invalid starting.",Ne(Ve,tr));if(Et.length===0)return _e("InvalidTag","Closing tag '"+ar+"' has not been opened.",Ne(Ve,tr));{const cr=Et.pop();if(ar!==cr.tagName){let mr=Ne(Ve,cr.tagStartPos);return _e("InvalidTag","Expected closing tag '"+cr.tagName+"' (opened in line "+mr.line+", col "+mr.col+") instead of closing tag '"+ar+"'.",Ne(Ve,tr))}Et.length==0&&(qe=!0)}}else return _e("InvalidTag","Closing tag '"+ar+"' doesn't have proper closing.",Ne(Ve,kt));else{const cr=de(ur,jt);if(cr!==!0)return _e(cr.err.code,cr.err.msg,Ne(Ve,kt-ur.length+cr.err.line));if(qe===!0)return _e("InvalidXml","Multiple possible root nodes found.",Ne(Ve,kt));jt.unpairedTags.indexOf(ar)!==-1||Et.push({tagName:ar,tagStartPos:tr}),Ue=!0}for(kt++;kt<Ve.length;kt++)if(Ve[kt]==="<")if(Ve[kt+1]==="!"){kt++,kt=z(Ve,kt);continue}else if(Ve[kt+1]==="?"){if(kt=V(Ve,++kt),kt.err)return kt}else break;else if(Ve[kt]==="&"){const cr=Ie(Ve,kt);if(cr==-1)return _e("InvalidChar","char '&' is not expected.",Ne(Ve,kt));kt=cr}else if(qe===!0&&!j(Ve[kt]))return _e("InvalidXml","Extra text at the end",Ne(Ve,kt));Ve[kt]==="<"&&kt--}}else{if(j(Ve[kt]))continue;return _e("InvalidChar","char '"+Ve[kt]+"' is not expected.",Ne(Ve,kt))}if(Ue){if(Et.length==1)return _e("InvalidTag","Unclosed tag '"+Et[0].tagName+"'.",Ne(Ve,Et[0].tagStartPos));if(Et.length>0)return _e("InvalidXml","Invalid '"+JSON.stringify(Et.map(kt=>kt.tagName),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1})}else return _e("InvalidXml","Start tag expected.",1);return!0};function j(Ve){return Ve===" "||Ve===" "||Ve===`
`||Ve==="\r"}function V(Ve,jt){const Et=jt;for(;jt<Ve.length;jt++)if(Ve[jt]=="?"||Ve[jt]==" "){const Ue=Ve.substr(Et,jt-Et);if(jt>5&&Ue==="xml")return _e("InvalidXml","XML declaration allowed only at the start of the document.",Ne(Ve,jt));if(Ve[jt]=="?"&&Ve[jt+1]==">"){jt++;break}else continue}return jt}function z(Ve,jt){if(Ve.length>jt+5&&Ve[jt+1]==="-"&&Ve[jt+2]==="-"){for(jt+=3;jt<Ve.length;jt++)if(Ve[jt]==="-"&&Ve[jt+1]==="-"&&Ve[jt+2]===">"){jt+=2;break}}else if(Ve.length>jt+8&&Ve[jt+1]==="D"&&Ve[jt+2]==="O"&&Ve[jt+3]==="C"&&Ve[jt+4]==="T"&&Ve[jt+5]==="Y"&&Ve[jt+6]==="P"&&Ve[jt+7]==="E"){let Et=1;for(jt+=8;jt<Ve.length;jt++)if(Ve[jt]==="<")Et++;else if(Ve[jt]===">"&&(Et--,Et===0))break}else if(Ve.length>jt+9&&Ve[jt+1]==="["&&Ve[jt+2]==="C"&&Ve[jt+3]==="D"&&Ve[jt+4]==="A"&&Ve[jt+5]==="T"&&Ve[jt+6]==="A"&&Ve[jt+7]==="["){for(jt+=8;jt<Ve.length;jt++)if(Ve[jt]==="]"&&Ve[jt+1]==="]"&&Ve[jt+2]===">"){jt+=2;break}}return jt}const re='"',ie="'";function oe(Ve,jt){let Et="",Ue="",qe=!1;for(;jt<Ve.length;jt++){if(Ve[jt]===re||Ve[jt]===ie)Ue===""?Ue=Ve[jt]:Ue!==Ve[jt]||(Ue="");else if(Ve[jt]===">"&&Ue===""){qe=!0;break}Et+=Ve[jt]}return Ue!==""?!1:{value:Et,index:jt,tagClosed:qe}}const ue=new RegExp(`(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['"])(([\\s\\S])*?)\\5)?`,"g");function de(Ve,jt){const Et=L.getAllMatches(Ve,ue),Ue={};for(let qe=0;qe<Et.length;qe++){if(Et[qe][1].length===0)return _e("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 _e("InvalidAttr","Attribute '"+Et[qe][2]+"' is without value.",Fe(Et[qe]));if(Et[qe][3]===void 0&&!jt.allowBooleanAttributes)return _e("InvalidAttr","boolean attribute '"+Et[qe][2]+"' is not allowed.",Fe(Et[qe]));const kt=Et[qe][2];if(!Ce(kt))return _e("InvalidAttr","Attribute '"+kt+"' is an invalid name.",Fe(Et[qe]));if(!Ue.hasOwnProperty(kt))Ue[kt]=1;else return _e("InvalidAttr","Attribute '"+kt+"' is repeated.",Fe(Et[qe]))}return!0}function pe(Ve,jt){let Et=/\d/;for(Ve[jt]==="x"&&(jt++,Et=/[\da-fA-F]/);jt<Ve.length;jt++){if(Ve[jt]===";")return jt;if(!Ve[jt].match(Et))break}return-1}function Ie(Ve,jt){if(jt++,Ve[jt]===";")return-1;if(Ve[jt]==="#")return jt++,pe(Ve,jt);let Et=0;for(;jt<Ve.length;jt++,Et++)if(!(Ve[jt].match(/\w/)&&Et<20)){if(Ve[jt]===";")break;return-1}return jt}function _e(Ve,jt,Et){return{err:{code:Ve,msg:jt,line:Et.line||Et,col:Et.col}}}function Ce(Ve){return L.isName(Ve)}function he(Ve){return L.isName(Ve)}function Ne(Ve,jt){const Et=Ve.substring(0,jt).split(/\r?\n/);return{line:Et.length,col:Et[Et.length-1].length+1}}function Fe(Ve){return Ve.startIndex+Ve[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 _e=this.options.tagValueProcessor(pe,""+ie[pe]);de+=this.replaceEntitiesValue(_e)}else de+=this.buildTextValNode(ie[pe],pe,"",oe)}else if(Array.isArray(ie[pe])){const Ie=ie[pe].length;let _e="";for(let Ce=0;Ce<Ie;Ce++){const he=ie[pe][Ce];typeof he>"u"||(he===null?pe[0]==="?"?de+=this.indentate(oe)+"<"+pe+"?"+this.tagEndChar:de+=this.indentate(oe)+"<"+pe+"/"+this.tagEndChar:typeof he=="object"?this.options.oneListGroup?_e+=this.j2x(he,oe+1).val:_e+=this.processTextOrObjNode(he,pe,oe):_e+=this.buildTextValNode(he,pe,"",oe))}this.options.oneListGroup&&(_e=this.buildObjectNode(_e,pe,"",oe)),de+=_e}else if(this.options.attributesGroupName&&pe===this.options.attributesGroupName){const Ie=Object.keys(ie[pe]),_e=Ie.length;for(let Ce=0;Ce<_e;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 _e=0;_e<ie.length;_e++){const Ce=ie[_e],he=j(Ce);if(he===void 0)continue;let Ne="";if(ue.length===0?Ne=he:Ne=`${ue}.${he}`,he===oe.textNodeName){let Ue=Ce[he];z(Ne,oe)||(Ue=oe.tagValueProcessor(he,Ue),Ue=re(Ue,oe)),Ie&&(pe+=de),pe+=Ue,Ie=!1;continue}else if(he===oe.cdataPropName){Ie&&(pe+=de),pe+=`<![CDATA[${Ce[he][0][oe.textNodeName]}]]>`,Ie=!1;continue}else if(he===oe.commentPropName){pe+=de+`<!--${Ce[he][0][oe.textNodeName]}-->`,Ie=!0;continue}else if(he[0]==="?"){const Ue=V(Ce[":@"],oe),qe=he==="?xml"?"":de;let kt=Ce[he][0][oe.textNodeName];kt=kt.length!==0?" "+kt:"",pe+=qe+`<${he}${kt}${Ue}?>`,Ie=!0;continue}let Fe=de;Fe!==""&&(Fe+=oe.indentBy);const Ve=V(Ce[":@"],oe),jt=de+`<${he}${Ve}`,Et=$(Ce[he],oe,Ne,Fe);oe.unpairedTags.indexOf(he)!==-1?oe.suppressUnpairedNode?pe+=jt+">":pe+=jt+"/>":(!Et||Et.length===0)&&oe.suppressEmptyNode?pe+=jt+"/>":Et&&Et.endsWith(">")?pe+=jt+`>${Et}${de}</${he}>`:(pe+=jt+">",Et&&de!==""&&(Et.includes("/>")||Et.includes("</"))?pe+=de+oe.indentBy+Et+de:pe+=Et,pe+=`</${he}>`),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 _e=1,Ce=!1,he=!1,Ne="";for(;pe<de.length;pe++)if(de[pe]==="<"&&!he){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)he=!0;else throw new Error("Invalid DOCTYPE");_e++,Ne=""}else if(de[pe]===">"){if(he?de[pe-1]==="-"&&de[pe-2]==="-"&&(he=!1,_e--):_e--,_e===0)break}else de[pe]==="["?Ce=!0:Ne+=de[pe];if(_e!==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 _e=de[pe++];let Ce="";for(;pe<de.length&&de[pe]!==_e;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:(kt,tr)=>String.fromCharCode(Number.parseInt(tr,10))},num_hex:{regex:/&#x([0-9a-fA-F]{1,6});/g,val:(kt,tr)=>String.fromCharCode(Number.parseInt(tr,16))}},this.addExternalEntities=re,this.parseXml=pe,this.parseTextData=ie,this.resolveNameSpace=oe,this.buildAttributesMap=de,this.isItStopNode=he,this.replaceEntitiesValue=_e,this.readStopNodeData=jt,this.saveTextToParentTag=Ce,this.addChild=Ie}}function re(Ue){const qe=Object.keys(Ue);for(let kt=0;kt<qe.length;kt++){const tr=qe[kt];this.lastEntities[tr]={regex:new RegExp("&"+tr+";","g"),val:Ue[tr]}}}function ie(Ue,qe,kt,tr,rr,ar,nr){if(Ue!==void 0&&(this.options.trimValues&&!tr&&(Ue=Ue.trim()),Ue.length>0)){nr||(Ue=this.replaceEntitiesValue(Ue));const ur=this.options.tagValueProcessor(qe,Ue,kt,rr,ar);return ur==null?Ue:typeof ur!=typeof Ue||ur!==Ue?ur:this.options.trimValues?Et(Ue,this.options.parseTagValue,this.options.numberParseOptions):Ue.trim()===Ue?Et(Ue,this.options.parseTagValue,this.options.numberParseOptions):Ue}}function oe(Ue){if(this.options.removeNSPrefix){const qe=Ue.split(":"),kt=Ue.charAt(0)==="/"?"/":"";if(qe[0]==="xmlns")return"";qe.length===2&&(Ue=kt+qe[1])}return Ue}const ue=new RegExp(`([^\\s=]+)\\s*(=\\s*(['"])([\\s\\S]*?)\\3)?`,"gm");function de(Ue,qe,kt){if(!this.options.ignoreAttributes&&typeof Ue=="string"){const tr=L.getAllMatches(Ue,ue),rr=tr.length,ar={};for(let nr=0;nr<rr;nr++){const ur=this.resolveNameSpace(tr[nr][1]);let cr=tr[nr][4],mr=this.options.attributeNamePrefix+ur;if(ur.length)if(this.options.transformAttributeName&&(mr=this.options.transformAttributeName(mr)),mr==="__proto__"&&(mr="#__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[mr]=cr:typeof hr!=typeof cr||hr!==cr?ar[mr]=hr:ar[mr]=Et(cr,this.options.parseAttributeValue,this.options.numberParseOptions)}else this.options.allowBooleanAttributes&&(ar[mr]=!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(Ue){Ue=Ue.replace(/\r\n?/g,`
`);const qe=new $("!xml");let kt=qe,tr="",rr="";for(let ar=0;ar<Ue.length;ar++)if(Ue[ar]==="<")if(Ue[ar+1]==="/"){const ur=Fe(Ue,">",ar,"Closing Tag is not closed.");let cr=Ue.substring(ar+2,ur).trim();if(this.options.removeNSPrefix){const br=cr.indexOf(":");br!==-1&&(cr=cr.substr(br+1))}this.options.transformTagName&&(cr=this.options.transformTagName(cr)),kt&&(tr=this.saveTextToParentTag(tr,kt,rr));const mr=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;mr&&this.options.unpairedTags.indexOf(mr)!==-1?(hr=rr.lastIndexOf(".",rr.lastIndexOf(".")-1),this.tagsNodeStack.pop()):hr=rr.lastIndexOf("."),rr=rr.substring(0,hr),kt=this.tagsNodeStack.pop(),tr="",ar=ur}else if(Ue[ar+1]==="?"){let ur=Ve(Ue,ar,!1,"?>");if(!ur)throw new Error("Pi Tag is not closed.");if(tr=this.saveTextToParentTag(tr,kt,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(kt,cr,rr)}ar=ur.closeIndex+1}else if(Ue.substr(ar+1,3)==="!--"){const ur=Fe(Ue,"-->",ar+4,"Comment is not closed.");if(this.options.commentPropName){const cr=Ue.substring(ar+4,ur-2);tr=this.saveTextToParentTag(tr,kt,rr),kt.add(this.options.commentPropName,[{[this.options.textNodeName]:cr}])}ar=ur}else if(Ue.substr(ar+1,2)==="!D"){const ur=j(Ue,ar);this.docTypeEntities=ur.entities,ar=ur.i}else if(Ue.substr(ar+1,2)==="!["){const ur=Fe(Ue,"]]>",ar,"CDATA is not closed.")-2,cr=Ue.substring(ar+9,ur);tr=this.saveTextToParentTag(tr,kt,rr);let mr=this.parseTextData(cr,kt.tagname,rr,!0,!1,!0,!0);mr==null&&(mr=""),this.options.cdataPropName?kt.add(this.options.cdataPropName,[{[this.options.textNodeName]:cr}]):kt.add(this.options.textNodeName,mr),ar=ur+2}else{let ur=Ve(Ue,ar,this.options.removeNSPrefix),cr=ur.tagName;const mr=ur.rawTagName;let hr=ur.tagExp,br=ur.attrExpPresent,Rr=ur.closeIndex;this.options.transformTagName&&(cr=this.options.transformTagName(cr)),kt&&tr&&kt.tagname!=="!xml"&&(tr=this.saveTextToParentTag(tr,kt,rr,!1));const xr=kt;if(xr&&this.options.unpairedTags.indexOf(xr.tagname)!==-1&&(kt=this.tagsNodeStack.pop(),rr=rr.substring(0,rr.lastIndexOf("."))),cr!==qe.tagname&&(rr+=rr?"."+cr:cr),this.isItStopNode(this.options.stopNodes,rr,cr)){let Er="";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(Ue,mr,Rr+1);if(!Ir)throw new Error(`Unexpected end of ${mr}`);ar=Ir.i,Er=Ir.tagContent}const vr=new $(cr);cr!==hr&&br&&(vr[":@"]=this.buildAttributesMap(hr,rr,cr)),Er&&(Er=this.parseTextData(Er,cr,rr,!0,br,!0,!0)),rr=rr.substr(0,rr.lastIndexOf(".")),vr.add(this.options.textNodeName,Er),this.addChild(kt,vr,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 Er=new $(cr);cr!==hr&&br&&(Er[":@"]=this.buildAttributesMap(hr,rr,cr)),this.addChild(kt,Er,rr),rr=rr.substr(0,rr.lastIndexOf("."))}else{const Er=new $(cr);this.tagsNodeStack.push(kt),cr!==hr&&br&&(Er[":@"]=this.buildAttributesMap(hr,rr,cr)),this.addChild(kt,Er,rr),kt=Er}tr="",ar=Rr}}else tr+=Ue[ar];return qe.child};function Ie(Ue,qe,kt){const tr=this.options.updateTag(qe.tagname,kt,qe[":@"]);tr===!1||(typeof tr=="string"&&(qe.tagname=tr),Ue.addChild(qe))}const _e=function(Ue){if(this.options.processEntities){for(let qe in this.docTypeEntities){const kt=this.docTypeEntities[qe];Ue=Ue.replace(kt.regx,kt.val)}for(let qe in this.lastEntities){const kt=this.lastEntities[qe];Ue=Ue.replace(kt.regex,kt.val)}if(this.options.htmlEntities)for(let qe in this.htmlEntities){const kt=this.htmlEntities[qe];Ue=Ue.replace(kt.regex,kt.val)}Ue=Ue.replace(this.ampEntity.regex,this.ampEntity.val)}return Ue};function Ce(Ue,qe,kt,tr){return Ue&&(tr===void 0&&(tr=Object.keys(qe.child).length===0),Ue=this.parseTextData(Ue,qe.tagname,kt,!1,qe[":@"]?Object.keys(qe[":@"]).length!==0:!1,tr),Ue!==void 0&&Ue!==""&&qe.add(this.options.textNodeName,Ue),Ue=""),Ue}function he(Ue,qe,kt){const tr="*."+kt;for(const rr in Ue){const ar=Ue[rr];if(tr===ar||qe===ar)return!0}return!1}function Ne(Ue,qe,kt=">"){let tr,rr="";for(let ar=qe;ar<Ue.length;ar++){let nr=Ue[ar];if(tr)nr===tr&&(tr="");else if(nr==='"'||nr==="'")tr=nr;else if(nr===kt[0])if(kt[1]){if(Ue[ar+1]===kt[1])return{data:rr,index:ar}}else return{data:rr,index:ar};else nr===" "&&(nr=" ");rr+=nr}}function Fe(Ue,qe,kt,tr){const rr=Ue.indexOf(qe,kt);if(rr===-1)throw new Error(tr);return rr+qe.length-1}function Ve(Ue,qe,kt,tr=">"){const rr=Ne(Ue,qe+1,tr);if(!rr)return;let ar=rr.data;const nr=rr.index,ur=ar.search(/\s/);let cr=ar,mr=!0;ur!==-1&&(cr=ar.substring(0,ur),ar=ar.substring(ur+1).trimStart());const hr=cr;if(kt){const br=cr.indexOf(":");br!==-1&&(cr=cr.substr(br+1),mr=cr!==rr.data.substr(br+1))}return{tagName:cr,tagExp:ar,closeIndex:nr,attrExpPresent:mr,rawTagName:hr}}function jt(Ue,qe,kt){const tr=kt;let rr=1;for(;kt<Ue.length;kt++)if(Ue[kt]==="<")if(Ue[kt+1]==="/"){const ar=Fe(Ue,">",kt,`${qe} is not closed`);if(Ue.substring(kt+2,ar).trim()===qe&&(rr--,rr===0))return{tagContent:Ue.substring(tr,kt),i:ar};kt=ar}else if(Ue[kt+1]==="?")kt=Fe(Ue,"?>",kt+1,"StopNode is not closed.");else if(Ue.substr(kt+1,3)==="!--")kt=Fe(Ue,"-->",kt+3,"StopNode is not closed.");else if(Ue.substr(kt+1,2)==="![")kt=Fe(Ue,"]]>",kt,"StopNode is not closed.")-2;else{const ar=Ve(Ue,kt,">");ar&&((ar&&ar.tagName)===qe&&ar.tagExp[ar.tagExp.length-1]!=="/"&&rr++,kt=ar.closeIndex)}}function Et(Ue,qe,kt){if(qe&&typeof Ue=="string"){const tr=Ue.trim();return tr==="true"?!0:tr==="false"?!1:V(Ue,kt)}else return L.isExist(Ue)?Ue:""}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],_e=j(Ie);let Ce="";if(oe===void 0?Ce=_e:Ce=oe+"."+_e,_e===ie.textNodeName)ue===void 0?ue=Ie[_e]:ue+=""+Ie[_e];else{if(_e===void 0)continue;if(Ie[_e]){let he=$(Ie[_e],ie,Ce);const Ne=z(he,ie);Ie[":@"]?V(he,Ie[":@"],Ce,ie):Object.keys(he).length===1&&he[ie.textNodeName]!==void 0&&!ie.alwaysCreateTextNode?he=he[ie.textNodeName]:Object.keys(he).length===0&&(ie.alwaysCreateTextNode?he[ie.textNodeName]="":he=""),de[_e]!==void 0&&de.hasOwnProperty(_e)?(Array.isArray(de[_e])||(de[_e]=[de[_e]]),de[_e].push(he)):ie.isArray(_e,Ce,Ne)?de[_e]=[he]:de[_e]=he}}}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 _e=de[Ie];ue.isArray(_e,oe+"."+_e,!0,!0)?re[_e]=[ie[_e]]:re[_e]=ie[_e]}}}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(he){if(L===setTimeout)return setTimeout(he,0);if((L===j||!L)&&setTimeout)return L=setTimeout,setTimeout(he,0);try{return L(he,0)}catch{try{return L.call(null,he,0)}catch{return L.call(this,he,0)}}}function re(he){if($===clearTimeout)return clearTimeout(he);if(($===V||!$)&&clearTimeout)return $=clearTimeout,clearTimeout(he);try{return $(he)}catch{try{return $.call(null,he)}catch{return $.call(this,he)}}}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 he=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(he)}}k.nextTick=function(he){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 _e(he,Ne)),ie.length===1&&!oe&&z(Ie)};function _e(he,Ne){this.fun=he,this.array=Ne}_e.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(he){return[]},k.binding=function(he){throw new Error("process.binding is not supported")},k.cwd=function(){return"/"},k.chdir=function(he){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 _e=Number(ie),Ce=""+_e;return Ce.search(/[eE]/)!==-1||Ie?re.eNotation?_e:z:ie.indexOf(".")!==-1?Ce==="0"&&pe===""||Ce===pe||ue&&Ce==="-"+pe?_e:z:de?pe===Ce||ue+pe===Ce?_e:z:ie===Ce||ie===ue+Ce?_e:z}}else return z}}function V(z){return z&&z.indexOf(".")!==-1&&(z=z.replace(/0+$/,""),z==="."?z="0":z[0]==="."?z="0"+z:z[z.length-1]==="."&&(z=z.substr(0,z.length-1))),z}y.exports=j},"./node_modules/webpack/buildin/amd-options.js":function(y,n){(function(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(Ue,qe){var kt=this,tr=new V,rr=Ue.TaskId,ar=Ue.Bucket,nr=Ue.Region,ur=Ue.Key,cr=Ue.Body,mr=Ue.ChunkSize||Ue.SliceSize||kt.options.ChunkSize,hr=Ue.AsyncLimit,br=Ue.StorageClass,Rr=Ue.ServerSideEncryption,xr,Er,vr=Ue.onHashProgress,Ir=Ue.tracker;Ir&&Ir.setParams({chunkSize:mr}),tr.on("error",function(Lr){if(kt._isRunningTask(rr))return Lr.UploadId=Ue.UploadData.UploadId||"",qe(Lr)}),tr.on("upload_complete",function(Lr){var gr=z.extend({UploadId:Ue.UploadData.UploadId||""},Lr);qe(null,gr)}),tr.on("upload_slice_complete",function(Lr){var gr={};z.each(Ue.Headers,function(_r,Fr){var zr=Fr.toLowerCase();(zr.indexOf("x-cos-meta-")===0||["pic-operations","x-cos-callback","x-cos-callback-var","x-cos-return-body"].includes(zr))&&(gr[Fr]=_r)}),_e.call(kt,{Bucket:ar,Region:nr,Key:ur,UploadId:Lr.UploadId,SliceList:Lr.SliceList,Headers:gr,tracker:Ir},function(_r,Fr){if(kt._isRunningTask(rr)){if($.removeUsing(Lr.UploadId),_r)return Er(null,!0),tr.emit("error",_r);$.removeUploadId.call(kt,Lr.UploadId),Er({loaded:xr,total:xr},!0),tr.emit("upload_complete",Fr)}})}),tr.on("get_upload_data_finish",function(Lr){var gr=$.getFileId(cr,Ue.ChunkSize,ar,ur);gr&&$.saveUploadId.call(kt,gr,Lr.UploadId,kt.options.UploadIdCacheLimit),$.setUsing(Lr.UploadId),Er(null,!0),pe.call(kt,{TaskId:rr,Bucket:ar,Region:nr,Key:ur,Body:cr,FileSize:xr,SliceSize:mr,AsyncLimit:hr,ServerSideEncryption:Rr,UploadData:Lr,Headers:Ue.Headers,onProgress:Er,tracker:Ir},function(_r,Fr){if(kt._isRunningTask(rr)){if(_r)return Er(null,!0),tr.emit("error",_r);tr.emit("upload_slice_complete",Fr)}})}),tr.on("get_file_size_finish",function(){if(Er=z.throttleOnProgress.call(kt,xr,Ue.onProgress),Ue.UploadData.UploadId)tr.emit("get_upload_data_finish",Ue.UploadData);else{var Lr=z.extend({TaskId:rr,Bucket:ar,Region:nr,Key:ur,Headers:Ue.Headers,StorageClass:br,Body:cr,FileSize:xr,SliceSize:mr,onHashProgress:vr,tracker:Ir},Ue);oe.call(kt,Lr,function(gr,_r){if(kt._isRunningTask(rr)){if(gr)return tr.emit("error",gr);Ue.UploadData.UploadId=_r.UploadId,Ue.UploadData.PartList=_r.PartList,tr.emit("get_upload_data_finish",Ue.UploadData)}})}}),xr=Ue.ContentLength,delete Ue.ContentLength,!Ue.Headers&&(Ue.Headers={}),z.each(Ue.Headers,function(Lr,gr){gr.toLowerCase()==="content-length"&&delete Ue.Headers[gr]}),function(){for(var Lr=[1,2,4,8,16,32,64,128,256,512,1024,2048,4096,5120],gr=1024*1024,_r=0;_r<Lr.length&&(gr=Lr[_r]*1024*1024,!(xr/gr<=kt.options.MaxPartNumber));_r++);Ue.ChunkSize=Ue.SliceSize=mr=Math.max(mr,gr)}(),xr===0?(Ue.Body="",Ue.ContentLength=0,Ue.SkipTask=!0,kt.putObject(Ue,qe)):tr.emit("get_file_size_finish")}function oe(Ue,qe){var kt=Ue.TaskId,tr=Ue.Bucket,rr=Ue.Region,ar=Ue.Key,nr=Ue.StorageClass,ur=this,cr={},mr=Ue.FileSize,hr=Ue.SliceSize,br=Math.ceil(mr/hr),Rr=0,xr=z.throttleOnProgress.call(ur,mr,Ue.onHashProgress),Er=function(gr,_r){var Fr=hr*(gr-1),zr=Math.min(Fr+hr,mr),Vr=zr-Fr;cr[gr]?_r(null,{PartNumber:gr,ETag:cr[gr],Size:Vr}):z.fileSlice(Ue.Body,Fr,zr,!1,function(Gr){z.getFileMd5(Gr,function(Tr,Cr){if(Tr)return _r(z.error(Tr));var Mr='"'+Cr+'"';cr[gr]=Mr,Rr+=Vr,xr({loaded:Rr,total:mr}),_r(null,{PartNumber:gr,ETag:Mr,Size:Vr})})})},vr=function(gr,_r){var Fr=gr.length;if(Fr===0)return _r(null,!0);if(Fr>br)return _r(null,!1);if(Fr>1){var zr=Math.max(gr[0].Size,gr[1].Size);if(zr!==hr)return _r(null,!1)}var Vr=function Gr(Tr){if(Tr<Fr){var Cr=gr[Tr];Er(Cr.PartNumber,function(Mr,yr){yr&&yr.ETag===Cr.ETag&&yr.Size===Cr.Size?Gr(Tr+1):_r(null,!1)})}else _r(null,!0)};Vr(0)},Ir=new V;Ir.on("error",function(Lr){if(ur._isRunningTask(kt))return qe(Lr)}),Ir.on("upload_id_available",function(Lr){var gr={},_r=[];z.each(Lr.PartList,function(Vr){gr[Vr.PartNumber]=Vr});for(var Fr=1;Fr<=br;Fr++){var zr=gr[Fr];zr?(zr.PartNumber=Fr,zr.Uploaded=!0):zr={PartNumber:Fr,ETag:null,Uploaded:!1},_r.push(zr)}Lr.PartList=_r,qe(null,Lr)}),Ir.on("no_available_upload_id",function(){if(ur._isRunningTask(kt)){var Lr=z.extend({Bucket:tr,Region:rr,Key:ar,Query:z.clone(Ue.Query),StorageClass:nr,Body:Ue.Body,calledBySdk:"sliceUploadFile",tracker:Ue.tracker},Ue),gr=z.clone(Ue.Headers);delete gr["x-cos-mime-limit"],Lr.Headers=gr,ur.multipartInit(Lr,function(_r,Fr){if(ur._isRunningTask(kt)){if(_r)return Ir.emit("error",_r);var zr=Fr.UploadId;if(!zr)return qe(z.error(new Error("no such upload id")));Ir.emit("upload_id_available",{UploadId:zr,PartList:[]})}})}}),Ir.on("has_and_check_upload_id",function(Lr){Lr=Lr.reverse(),j.eachLimit(Lr,1,function(gr,_r){if(ur._isRunningTask(kt)){if($.using[gr]){_r();return}de.call(ur,{Bucket:tr,Region:rr,Key:ar,UploadId:gr,tracker:Ue.tracker},function(Fr,zr){if(ur._isRunningTask(kt)){if(Fr)return $.removeUsing(gr),Ir.emit("error",Fr);var Vr=zr.PartList;Vr.forEach(function(Gr){Gr.PartNumber*=1,Gr.Size*=1,Gr.ETag=Gr.ETag||""}),vr(Vr,function(Gr,Tr){if(ur._isRunningTask(kt)){if(Gr)return Ir.emit("error",Gr);Tr?_r({UploadId:gr,PartList:Vr}):_r()}})}})}},function(gr){ur._isRunningTask(kt)&&(xr(null,!0),gr&&gr.UploadId?Ir.emit("upload_id_available",gr):Ir.emit("no_available_upload_id"))})}),Ir.on("seek_local_avail_upload_id",function(Lr){var gr=$.getFileId(Ue.Body,Ue.ChunkSize,tr,ar),_r=$.getUploadIdList.call(ur,gr);if(!gr||!_r){Ir.emit("has_and_check_upload_id",Lr);return}var Fr=function zr(Vr){if(Vr>=_r.length){Ir.emit("has_and_check_upload_id",Lr);return}var Gr=_r[Vr];if(!z.isInArray(Lr,Gr)){$.removeUploadId.call(ur,Gr),zr(Vr+1);return}if($.using[Gr]){zr(Vr+1);return}de.call(ur,{Bucket:tr,Region:rr,Key:ar,UploadId:Gr,tracker:Ue.tracker},function(Tr,Cr){ur._isRunningTask(kt)&&(Tr?($.removeUploadId.call(ur,Gr),zr(Vr+1)):Ir.emit("upload_id_available",{UploadId:Gr,PartList:Cr.PartList}))})};Fr(0)}),Ir.on("get_remote_upload_id_list",function(){ue.call(ur,{Bucket:tr,Region:rr,Key:ar,tracker:Ue.tracker},function(Lr,gr){if(ur._isRunningTask(kt)){if(Lr)return Ir.emit("error",Lr);var _r=z.filter(gr.UploadList,function(Vr){return Vr.Key===ar&&(!nr||Vr.StorageClass.toUpperCase()===nr.toUpperCase())}).reverse().map(function(Vr){return Vr.UploadId||Vr.UploadID});if(_r.length)Ir.emit("seek_local_avail_upload_id",_r);else{var Fr=$.getFileId(Ue.Body,Ue.ChunkSize,tr,ar),zr;Fr&&(zr=$.getUploadIdList.call(ur,Fr))&&z.each(zr,function(Vr){$.removeUploadId.call(ur,Vr)}),Ir.emit("no_available_upload_id")}}})}),Ir.emit("get_remote_upload_id_list")}function ue(Ue,qe){var kt=this,tr=[],rr={Bucket:Ue.Bucket,Region:Ue.Region,Prefix:Ue.Key,calledBySdk:Ue.calledBySdk||"sliceUploadFile",tracker:Ue.tracker},ar=function nr(){kt.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(Ue,qe){var kt=this,tr=[],rr={Bucket:Ue.Bucket,Region:Ue.Region,Key:Ue.Key,UploadId:Ue.UploadId,calledBySdk:"sliceUploadFile",tracker:Ue.tracker},ar=function nr(){kt.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(Ue,qe){var kt=this,tr=Ue.TaskId,rr=Ue.Bucket,ar=Ue.Region,nr=Ue.Key,ur=Ue.UploadData,cr=Ue.FileSize,mr=Ue.SliceSize,hr=Math.min(Ue.AsyncLimit||kt.options.ChunkParallelLimit||1,256),br=Ue.Body,Rr=Math.ceil(cr/mr),xr=0,Er=Ue.ServerSideEncryption,vr=Ue.Headers,Ir=z.filter(ur.PartList,function(gr){return gr.Uploaded&&(xr+=gr.PartNumber>=Rr&&cr%mr||mr),!gr.Uploaded}),Lr=Ue.onProgress;j.eachLimit(Ir,hr,function(gr,_r){if(kt._isRunningTask(tr)){var Fr=gr.PartNumber,zr=Math.min(cr,gr.PartNumber*mr)-(gr.PartNumber-1)*mr,Vr=0;Ie.call(kt,{TaskId:tr,Bucket:rr,Region:ar,Key:nr,SliceSize:mr,FileSize:cr,PartNumber:Fr,ServerSideEncryption:Er,Body:br,UploadData:ur,Headers:vr,onProgress:function(Tr){xr+=Tr.loaded-Vr,Vr=Tr.loaded,Lr({loaded:xr,total:cr})},tracker:Ue.tracker},function(Gr,Tr){kt._isRunningTask(tr)&&(!Gr&&!Tr.ETag&&(Gr='get ETag error, please add "ETag" to CORS ExposeHeader setting.( 获取ETag失败请在CORS ExposeHeader设置中添加ETag请参考文档https://cloud.tencent.com/document/product/436/13318 )'),Gr?xr-=Vr:(xr+=zr-Vr,gr.ETag=Tr.ETag),Lr({loaded:xr,total:cr}),_r(Gr||null,Tr))})}},function(gr){if(kt._isRunningTask(tr)){if(gr)return qe(gr);qe(null,{UploadId:ur.UploadId,SliceList:ur.PartList})}})}function Ie(Ue,qe){var kt=this,tr=Ue.TaskId,rr=Ue.Bucket,ar=Ue.Region,nr=Ue.Key,ur=Ue.FileSize,cr=Ue.Body,mr=Ue.PartNumber*1,hr=Ue.SliceSize,br=Ue.ServerSideEncryption,Rr=Ue.UploadData,xr=Ue.Headers||{},Er=kt.options.ChunkRetryTimes+1,vr=hr*(mr-1),Ir=hr,Lr=vr+hr;Lr>ur&&(Lr=ur,Ir=Lr-vr);var gr=["x-cos-traffic-limit","x-cos-mime-limit"],_r={};z.each(xr,function(zr,Vr){gr.indexOf(Vr)>-1&&(_r[Vr]=zr)});var Fr=Rr.PartList[mr-1];j.retry(Er,function(zr){kt._isRunningTask(tr)&&z.fileSlice(cr,vr,Lr,!0,function(Vr){kt.multipartUpload({TaskId:tr,Bucket:rr,Region:ar,Key:nr,ContentLength:Ir,PartNumber:mr,UploadId:Rr.UploadId,ServerSideEncryption:br,Body:Vr,Headers:_r,onProgress:Ue.onProgress,calledBySdk:"sliceUploadFile",tracker:Ue.tracker},function(Gr,Tr){if(kt._isRunningTask(tr))return Gr?zr(Gr):(Fr.Uploaded=!0,zr(null,Tr))})})},function(zr,Vr){if(kt._isRunningTask(tr))return qe(zr,Vr)})}function _e(Ue,qe){var kt=Ue.Bucket,tr=Ue.Region,rr=Ue.Key,ar=Ue.UploadId,nr=Ue.SliceList,ur=this,cr=this.options.ChunkRetryTimes+1,mr=Ue.Headers,hr=nr.map(function(br){return{PartNumber:br.PartNumber,ETag:br.ETag}});j.retry(cr,function(br){ur.multipartComplete({Bucket:kt,Region:tr,Key:rr,UploadId:ar,Parts:hr,Headers:mr,calledBySdk:"sliceUploadFile",tracker:Ue.tracker},br)},function(br,Rr){qe(br,Rr)})}function Ce(Ue,qe){var kt=Ue.Bucket,tr=Ue.Region,rr=Ue.Key,ar=Ue.UploadId,nr=Ue.Level||"task",ur=Ue.AsyncLimit,cr=this,mr=new V;if(mr.on("error",function(hr){return qe(hr)}),mr.on("get_abort_array",function(hr){he.call(cr,{Bucket:kt,Region:tr,Key:rr,Headers:Ue.Headers,AsyncLimit:ur,AbortArray:hr},qe)}),nr==="bucket")ue.call(cr,{Bucket:kt,Region:tr,calledBySdk:"abortUploadTask"},function(hr,br){if(hr)return qe(hr);mr.emit("get_abort_array",br.UploadList||[])});else if(nr==="file"){if(!rr)return qe(z.error(new Error("abort_upload_task_no_key")));ue.call(cr,{Bucket:kt,Region:tr,Key:rr,calledBySdk:"abortUploadTask"},function(hr,br){if(hr)return qe(hr);mr.emit("get_abort_array",br.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")));mr.emit("get_abort_array",[{Key:rr,UploadId:ar}])}else return qe(z.error(new Error("abort_unknown_level")))}function he(Ue,qe){var kt=Ue.Bucket,tr=Ue.Region,rr=Ue.Key,ar=Ue.AbortArray,nr=Ue.AsyncLimit||1,ur=this,cr=0,mr=new Array(ar.length);j.eachLimit(ar,nr,function(hr,br){var Rr=cr;if(rr&&rr!==hr.Key){mr[Rr]={error:{KeyNotMatch:!0}},br(null);return}var xr=hr.UploadId||hr.UploadID;ur.multipartAbort({Bucket:kt,Region:tr,Key:hr.Key,Headers:Ue.Headers,UploadId:xr},function(Er){var vr={Bucket:kt,Region:tr,Key:hr.Key,UploadId:xr};mr[Rr]={error:Er,task:vr},br(null)}),cr++},function(hr){if(hr)return qe(hr);for(var br=[],Rr=[],xr=0,Er=mr.length;xr<Er;xr++){var vr=mr[xr];vr.task&&(vr.error?Rr.push(vr.task):br.push(vr.task))}return qe(null,{successList:br,errorList:Rr})})}function Ne(Ue,qe){var kt=this,tr=Ue.SliceSize===void 0?kt.options.SliceSize:Ue.SliceSize,rr=[],ar=Ue.Body,nr=ar.size||ar.length||0,ur={TaskId:""};if(kt.options.EnableReporter){var cr=kt.options.UseAccelerate||typeof kt.options.Domain=="string"&&kt.options.Domain.includes("accelerate."),mr=nr>tr?"sliceUploadFile":"putObject";Ue.tracker=new re({Beacon:kt.options.BeaconReporter,clsReporter:kt.options.ClsReporter,bucket:Ue.Bucket,region:Ue.Region,apiName:"uploadFile",realApi:mr,fileKey:Ue.Key,fileSize:nr,accelerate:cr,deepTracker:kt.options.DeepTracker,customId:kt.options.CustomId,delay:kt.options.TrackerDelay})}z.each(Ue,function(vr,Ir){L(vr)!=="object"&&typeof vr!="function"&&(ur[Ir]=vr)});var hr=Ue.onTaskReady,br=function(Ir){ur.TaskId=Ir,hr&&hr(Ir)};Ue.onTaskReady=br;var Rr=nr>tr?"sliceUploadFile":"putObject",xr=Ue.onFileFinish,Er=function(Ir,Lr){Ue.tracker&&Ue.tracker.report(Ir,Lr),xr&&xr(Ir,Lr,ur),qe&&qe(Ir,Lr)};rr.push({api:Rr,params:Ue,callback:Er}),kt._addTasks(rr)}function Fe(Ue,qe){var kt=this,tr=Ue.SliceSize===void 0?kt.options.SliceSize:Ue.SliceSize,rr=0,ar=0,nr=z.throttleOnProgress.call(kt,ar,Ue.onProgress),ur=Ue.files.length,cr=Ue.onFileFinish,mr=Array(ur),hr=function(xr,Er,vr){nr(null,!0),cr&&cr(xr,Er,vr),mr[vr.Index]={options:vr,error:xr,data:Er},--ur<=0&&qe&&qe(null,{files:mr})},br=[];z.each(Ue.files,function(Rr,xr){(function(){var Er=Rr.Body,vr=Er.size||Er.length||0,Ir={Index:xr,TaskId:""};if(!kt.options.UseRawKey&&Rr.Key&&Rr.Key.substr(0,1)==="/"&&(Rr.Key=Rr.Key.substr(1)),rr+=vr,kt.options.EnableReporter){var Lr=kt.options.UseAccelerate||typeof kt.options.Domain=="string"&&kt.options.Domain.includes("accelerate."),gr=vr>tr?"sliceUploadFile":"putObject";Rr.tracker=new re({Beacon:kt.options.BeaconReporter,clsReporter:kt.options.ClsReporter,bucket:Rr.Bucket,region:Rr.Region,apiName:"uploadFiles",realApi:gr,fileKey:Rr.Key,fileSize:vr,accelerate:Lr,deepTracker:kt.options.DeepTracker,customId:kt.options.CustomId,delay:kt.options.TrackerDelay})}z.each(Rr,function(yr,Sr){L(yr)!=="object"&&typeof yr!="function"&&(Ir[Sr]=yr)});var _r=Rr.onTaskReady,Fr=function(Sr){Ir.TaskId=Sr,_r&&_r(Sr)};Rr.onTaskReady=Fr;var zr=0,Vr=Rr.onProgress,Gr=function(Sr){ar=ar-zr+Sr.loaded,zr=Sr.loaded,Vr&&Vr(Sr),nr({loaded:ar,total:rr})};Rr.onProgress=Gr;var Tr=vr>tr?"sliceUploadFile":"putObject",Cr=Rr.onFileFinish,Mr=function(Sr,Dr){Rr.tracker&&Rr.tracker.report(Sr,Dr),Cr&&Cr(Sr,Dr),hr&&hr(Sr,Dr,Ir)};br.push({api:Tr,params:Rr,callback:Mr})})()}),kt._addTasks(br)}function Ve(Ue,qe){var kt=new V,tr=this,rr=Ue.Bucket,ar=Ue.Region,nr=Ue.Key,ur=Ue.CopySource,cr=z.getSourceParams.call(this,ur);if(!cr){qe(z.error(new Error("CopySource format error")));return}var mr=cr.Bucket,hr=cr.Region,br=decodeURIComponent(cr.Key),Rr=Ue.CopySliceSize===void 0?tr.options.CopySliceSize:Ue.CopySliceSize;Rr=Math.max(0,Rr);var xr=Ue.CopyChunkSize||this.options.CopyChunkSize,Er=this.options.CopyChunkParallelLimit,vr=this.options.ChunkRetryTimes+1,Ir=0,Lr=0,gr,_r,Fr={},zr={},Vr={};kt.on("copy_slice_complete",function(Gr){z.each(Ue.Headers,function(Cr,Mr){Mr.toLowerCase().indexOf("x-cos-meta-")});var Tr=z.map(Gr.PartList,function(Cr){return{PartNumber:Cr.PartNumber,ETag:Cr.ETag}});j.retry(vr,function(Cr){tr.multipartComplete({Bucket:rr,Region:ar,Key:nr,UploadId:Gr.UploadId,Parts:Tr,tracker:Ue.tracker,calledBySdk:"sliceCopyFile"},Cr)},function(Cr,Mr){if($.removeUsing(Gr.UploadId),Cr)return _r(null,!0),qe(Cr);$.removeUploadId(Gr.UploadId),_r({loaded:gr,total:gr},!0),qe(null,Mr)})}),kt.on("get_copy_data_finish",function(Gr){var Tr=$.getCopyFileId(ur,Fr,xr,rr,nr);Tr&&$.saveUploadId(Tr,Gr.UploadId,tr.options.UploadIdCacheLimit),$.setUsing(Gr.UploadId);var Cr=z.filter(Gr.PartList,function(Mr){return Mr.Uploaded&&(Lr+=Mr.PartNumber>=Ir&&gr%xr||xr),!Mr.Uploaded});j.eachLimit(Cr,Er,function(Mr,yr){var Sr=Mr.PartNumber,Dr=Mr.CopySourceRange,kr=Mr.end-Mr.start;j.retry(vr,function(Wr){jt.call(tr,{Bucket:rr,Region:ar,Key:nr,CopySource:ur,UploadId:Gr.UploadId,PartNumber:Sr,CopySourceRange:Dr,tracker:Ue.tracker,calledBySdk:"sliceCopyFile"},Wr)},function(Wr,Kr){if(Wr)return yr(Wr);Lr+=kr,_r({loaded:Lr,total:gr}),Mr.ETag=Kr.ETag,yr(Wr||null,Kr)})},function(Mr){if(Mr)return $.removeUsing(Gr.UploadId),_r(null,!0),qe(Mr);kt.emit("copy_slice_complete",Gr)})}),kt.on("get_chunk_size_finish",function(){var Gr=function(){tr.multipartInit({Bucket:rr,Region:ar,Key:nr,Headers:Vr,tracker:Ue.tracker,calledBySdk:"sliceCopyFile"},function(Sr,Dr){if(Sr)return qe(Sr);Ue.UploadId=Dr.UploadId,kt.emit("get_copy_data_finish",{UploadId:Ue.UploadId,PartList:Ue.PartList})})},Tr=$.getCopyFileId(ur,Fr,xr,rr,nr),Cr=$.getUploadIdList(Tr);if(!Tr||!Cr)return Gr();var Mr=function yr(Sr){if(Sr>=Cr.length)return Gr();var Dr=Cr[Sr];if($.using[Dr])return yr(Sr+1);de.call(tr,{Bucket:rr,Region:ar,Key:nr,UploadId:Dr,tracker:Ue.tracker,calledBySdk:"sliceCopyFile"},function(kr,Wr){if(kr)$.removeUploadId(Dr),yr(Sr+1);else{if($.using[Dr])return yr(Sr+1);var Kr={},Nr=0;z.each(Wr.PartList,function(jr){var Qr=parseInt(jr.Size),ca=Nr+Qr-1;Kr[jr.PartNumber+"|"+Nr+"|"+ca]=jr.ETag,Nr+=Qr}),z.each(Ue.PartList,function(jr){var Qr=Kr[jr.PartNumber+"|"+jr.start+"|"+jr.end];Qr&&(jr.ETag=Qr,jr.Uploaded=!0)}),kt.emit("get_copy_data_finish",{UploadId:Dr,PartList:Ue.PartList})}})};Mr(0)}),kt.on("get_file_size_finish",function(){if(function(){for(var Tr=[1,2,4,8,16,32,64,128,256,512,1024,2048,4096,5120],Cr=1024*1024,Mr=0;Mr<Tr.length&&(Cr=Tr[Mr]*1024*1024,!(gr/Cr<=tr.options.MaxPartNumber));Mr++);Ue.ChunkSize=xr=Math.max(xr,Cr),Ir=Math.ceil(gr/xr);for(var yr=[],Sr=1;Sr<=Ir;Sr++){var Dr=(Sr-1)*xr,kr=Sr*xr<gr?Sr*xr-1:gr-1,Wr={PartNumber:Sr,start:Dr,end:kr,CopySourceRange:"bytes="+Dr+"-"+kr};yr.push(Wr)}Ue.PartList=yr}(),Ue.Headers["x-cos-metadata-directive"]==="Replaced"?Vr=Ue.Headers:Vr=zr,Vr["x-cos-storage-class"]=Ue.Headers["x-cos-storage-class"]||zr["x-cos-storage-class"],Vr=z.clearKey(Vr),zr["x-cos-storage-class"]==="ARCHIVE"||zr["x-cos-storage-class"]==="DEEP_ARCHIVE"){var Gr=zr["x-cos-restore"];if(!Gr||Gr==='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"],kt.emit("get_chunk_size_finish")}),tr.headObject({Bucket:mr,Region:hr,Key:br,tracker:Ue.tracker,calledBySdk:"sliceCopyFile"},function(Gr,Tr){if(Gr){Gr.statusCode&&Gr.statusCode===404?qe(z.error(Gr,{ErrorStatus:br+" Not Exist"})):qe(Gr);return}if(gr=Ue.FileSize=Tr.headers["content-length"],gr===void 0||!gr){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(Ue.tracker&&Ue.tracker.setParams({httpSize:gr}),_r=z.throttleOnProgress.call(tr,gr,Ue.onProgress),gr<=Rr)Ue.Headers["x-cos-metadata-directive"]||(Ue.Headers["x-cos-metadata-directive"]="Copy"),tr.putObjectCopy(Object.assign(Ue,{calledBySdk:"sliceCopyFile"}),function(Mr,yr){if(Mr)return _r(null,!0),qe(Mr);_r({loaded:gr,total:gr},!0),qe(Mr,yr)});else{var Cr=Tr.headers;Fr=Cr,zr={"Cache-Control":Cr["cache-control"],"Content-Disposition":Cr["content-disposition"],"Content-Encoding":Cr["content-encoding"],"Content-Type":Cr["content-type"],Expires:Cr.expires,"x-cos-storage-class":Cr["x-cos-storage-class"]},z.each(Cr,function(Mr,yr){var Sr="x-cos-meta-";yr.indexOf(Sr)===0&&yr.length>Sr.length&&(zr[yr]=Mr)}),kt.emit("get_file_size_finish")}})}function jt(Ue,qe){var kt=Ue.TaskId,tr=Ue.Bucket,rr=Ue.Region,ar=Ue.Key,nr=Ue.CopySource,ur=Ue.UploadId,cr=Ue.PartNumber*1,mr=Ue.CopySourceRange,hr=this.options.ChunkRetryTimes+1,br=this;j.retry(hr,function(Rr){br.uploadPartCopy({TaskId:kt,Bucket:tr,Region:rr,Key:ar,CopySource:nr,UploadId:ur,PartNumber:cr,CopySourceRange:mr,tracker:Ue.tracker,calledBySdk:Ue.calledBySdk},function(xr,Er){Rr(xr||null,Er)})},function(Rr,xr){return qe(Rr,xr)})}var Et={sliceUploadFile:ie,abortUploadTask:Ce,uploadFile:Ne,uploadFiles:Fe,sliceCopyFile:Ve};y.exports.init=function(Ue,qe){qe.transferToTaskMethod(Et,"sliceUploadFile"),z.each(Et,function(kt,tr){Ue.prototype[tr]=z.apiWrapper(tr,kt)})}},"./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(Br,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=Br.AppId||this.options.appId,Wi=Br.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",Xo=Ln.replace(/^https?:\/\/([^/]+)(\/.*)?$/,"$1");Ki===Xo&&(pa=Ki),ms.call(this,{Action:"name/cos:GetService",url:Ln,method:"GET",headers:Br.Headers,SignHost:pa,tracker:Br.tracker},function(Eo,Fo){if(Eo)return Zn(Eo);var _s=Fo&&Fo.ListAllMyBucketsResult&&Fo.ListAllMyBucketsResult.Buckets&&Fo.ListAllMyBucketsResult.Buckets.Bucket||[];_s=j.isArray(_s)?_s:[_s];var An=Fo&&Fo.ListAllMyBucketsResult&&Fo.ListAllMyBucketsResult.Owner||{};Zn(null,{Buckets:_s,Owner:An,statusCode:Fo.statusCode,headers:Fo.headers})})}function z(Br,Zn){var hn=this,Ln="";if(Br.BucketAZConfig){var Vi={BucketAZConfig:Br.BucketAZConfig};Ln=j.json2xml({CreateBucketConfiguration:Vi})}ms.call(this,{Action:"name/cos:PutBucket",method:"PUT",Bucket:Br.Bucket,Region:Br.Region,headers:Br.Headers,body:Ln,tracker:Br.tracker},function(Wi,pa){if(Wi)return Zn(Wi);var Ki=ju({protocol:hn.options.Protocol,domain:hn.options.Domain,bucket:Br.Bucket,region:Br.Region,isLocation:!0});Zn(null,{Location:Ki,statusCode:pa.statusCode,headers:pa.headers})})}function re(Br,Zn){ms.call(this,{Action:"name/cos:HeadBucket",Bucket:Br.Bucket,Region:Br.Region,headers:Br.Headers,method:"HEAD",tracker:Br.tracker},Zn)}function ie(Br,Zn){var hn={};hn.prefix=Br.Prefix||"",hn.delimiter=Br.Delimiter,hn.marker=Br.Marker,hn["max-keys"]=Br.MaxKeys,hn["encoding-type"]=Br.EncodingType,ms.call(this,{Action:"name/cos:GetBucket",ResourceKey:hn.prefix,method:"GET",Bucket:Br.Bucket,Region:Br.Region,headers:Br.Headers,qs:hn,tracker:Br.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 Xo=j.clone(Wi);j.extend(Xo,{Contents:pa,CommonPrefixes:Ki,statusCode:Vi.statusCode,headers:Vi.headers}),Zn(null,Xo)})}function oe(Br,Zn){ms.call(this,{Action:"name/cos:DeleteBucket",Bucket:Br.Bucket,Region:Br.Region,headers:Br.Headers,method:"DELETE",tracker:Br.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(Br,Zn){var hn=Br.Headers,Ln="";if(Br.AccessControlPolicy){var Vi=j.clone(Br.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]=Uu(hn[Ki]))}),ms.call(this,{Action:"name/cos:PutBucketACL",method:"PUT",Bucket:Br.Bucket,Region:Br.Region,headers:hn,action:"acl",body:Ln,tracker:Br.tracker},function(pa,Ki){if(pa)return Zn(pa);Zn(null,{statusCode:Ki.statusCode,headers:Ki.headers})})}function de(Br,Zn){ms.call(this,{Action:"name/cos:GetBucketACL",method:"GET",Bucket:Br.Bucket,Region:Br.Region,headers:Br.Headers,action:"acl",tracker:Br.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=As(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(Br,Zn){var hn=Br.CORSConfiguration||{},Ln=hn.CORSRules||Br.CORSRules||[];Ln=j.clone(j.isArray(Ln)?Ln:[Ln]),j.each(Ln,function(Ki){j.each(["AllowedOrigin","AllowedHeader","AllowedMethod","ExposeHeader"],function(Xo){var Eo=Xo+"s",Fo=Ki[Eo]||Ki[Xo]||[];delete Ki[Eo],Ki[Xo]=j.isArray(Fo)?Fo:[Fo]})});var Vi={CORSRule:Ln};Br.ResponseVary&&(Vi.ResponseVary=Br.ResponseVary);var Wi=j.json2xml({CORSConfiguration:Vi}),pa=Br.Headers;pa["Content-Type"]="application/xml",pa["Content-MD5"]=j.b64(j.md5(Wi)),ms.call(this,{Action:"name/cos:PutBucketCORS",method:"PUT",Bucket:Br.Bucket,Region:Br.Region,body:Wi,action:"cors",headers:pa,tracker:Br.tracker},function(Ki,Xo){if(Ki)return Zn(Ki);Zn(null,{statusCode:Xo.statusCode,headers:Xo.headers})})}function Ie(Br,Zn){ms.call(this,{Action:"name/cos:GetBucketCORS",method:"GET",Bucket:Br.Bucket,Region:Br.Region,headers:Br.Headers,action:"cors",tracker:Br.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(Xo){j.each(["AllowedOrigin","AllowedHeader","AllowedMethod","ExposeHeader"],function(Eo){var Fo=Eo+"s",_s=Xo[Fo]||Xo[Eo]||[];delete Xo[Eo],Xo[Fo]=j.isArray(_s)?_s:[_s]})}),Zn(null,{CORSRules:pa,ResponseVary:Ki,statusCode:Ln.statusCode,headers:Ln.headers})})}function _e(Br,Zn){ms.call(this,{Action:"name/cos:DeleteBucketCORS",method:"DELETE",Bucket:Br.Bucket,Region:Br.Region,headers:Br.Headers,action:"cors",tracker:Br.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(Br,Zn){ms.call(this,{Action:"name/cos:GetBucketLocation",method:"GET",Bucket:Br.Bucket,Region:Br.Region,headers:Br.Headers,action:"location",tracker:Br.tracker},Zn)}function he(Br,Zn){var hn=Br.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=Br.Headers;Vi["Content-Type"]="application/json",Vi["Content-MD5"]=j.b64(j.md5(Ln)),ms.call(this,{Action:"name/cos:PutBucketPolicy",method:"PUT",Bucket:Br.Bucket,Region:Br.Region,action:"policy",body:Ln,headers:Vi,tracker:Br.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(Br,Zn){ms.call(this,{Action:"name/cos:GetBucketPolicy",method:"GET",Bucket:Br.Bucket,Region:Br.Region,headers:Br.Headers,action:"policy",rawBody:!0,tracker:Br.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(Br,Zn){ms.call(this,{Action:"name/cos:DeleteBucketPolicy",method:"DELETE",Bucket:Br.Bucket,Region:Br.Region,headers:Br.Headers,action:"policy",tracker:Br.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 Ve(Br,Zn){var hn=Br.Tagging||{},Ln=hn.TagSet||hn.Tags||Br.Tags||[];Ln=j.clone(j.isArray(Ln)?Ln:[Ln]);var Vi=j.json2xml({Tagging:{TagSet:{Tag:Ln}}}),Wi=Br.Headers;Wi["Content-Type"]="application/xml",Wi["Content-MD5"]=j.b64(j.md5(Vi)),ms.call(this,{Action:"name/cos:PutBucketTagging",method:"PUT",Bucket:Br.Bucket,Region:Br.Region,body:Vi,action:"tagging",headers:Wi,tracker:Br.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 jt(Br,Zn){ms.call(this,{Action:"name/cos:GetBucketTagging",method:"GET",Bucket:Br.Bucket,Region:Br.Region,headers:Br.Headers,action:"tagging",tracker:Br.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(Br,Zn){ms.call(this,{Action:"name/cos:DeleteBucketTagging",method:"DELETE",Bucket:Br.Bucket,Region:Br.Region,headers:Br.Headers,action:"tagging",tracker:Br.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(Br,Zn){var hn=Br.LifecycleConfiguration||{},Ln=hn.Rules||Br.Rules||[];Ln=j.clone(Ln);var Vi=j.json2xml({LifecycleConfiguration:{Rule:Ln}}),Wi=Br.Headers;Wi["Content-Type"]="application/xml",Wi["Content-MD5"]=j.b64(j.md5(Vi)),ms.call(this,{Action:"name/cos:PutBucketLifecycle",method:"PUT",Bucket:Br.Bucket,Region:Br.Region,body:Vi,action:"lifecycle",headers:Wi,tracker:Br.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(Br,Zn){ms.call(this,{Action:"name/cos:GetBucketLifecycle",method:"GET",Bucket:Br.Bucket,Region:Br.Region,headers:Br.Headers,action:"lifecycle",tracker:Br.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 kt(Br,Zn){ms.call(this,{Action:"name/cos:DeleteBucketLifecycle",method:"DELETE",Bucket:Br.Bucket,Region:Br.Region,headers:Br.Headers,action:"lifecycle",tracker:Br.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(Br,Zn){if(!Br.VersioningConfiguration){Zn(j.error(new Error("missing param VersioningConfiguration")));return}var hn=Br.VersioningConfiguration||{},Ln=j.json2xml({VersioningConfiguration:hn}),Vi=Br.Headers;Vi["Content-Type"]="application/xml",Vi["Content-MD5"]=j.b64(j.md5(Ln)),ms.call(this,{Action:"name/cos:PutBucketVersioning",method:"PUT",Bucket:Br.Bucket,Region:Br.Region,body:Ln,action:"versioning",headers:Vi,tracker:Br.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(Br,Zn){ms.call(this,{Action:"name/cos:GetBucketVersioning",method:"GET",Bucket:Br.Bucket,Region:Br.Region,headers:Br.Headers,action:"versioning",tracker:Br.tracker},function(hn,Ln){hn||!Ln.VersioningConfiguration&&(Ln.VersioningConfiguration={}),Zn(hn,Ln)})}function ar(Br,Zn){var hn=j.clone(Br.ReplicationConfiguration),Ln=j.json2xml({ReplicationConfiguration:hn});Ln=Ln.replace(/<(\/?)Rules>/gi,"<$1Rule>"),Ln=Ln.replace(/<(\/?)Tags>/gi,"<$1Tag>");var Vi=Br.Headers;Vi["Content-Type"]="application/xml",Vi["Content-MD5"]=j.b64(j.md5(Ln)),ms.call(this,{Action:"name/cos:PutBucketReplication",method:"PUT",Bucket:Br.Bucket,Region:Br.Region,body:Ln,action:"replication",headers:Vi,tracker:Br.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(Br,Zn){ms.call(this,{Action:"name/cos:GetBucketReplication",method:"GET",Bucket:Br.Bucket,Region:Br.Region,headers:Br.Headers,action:"replication",tracker:Br.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(Br,Zn){ms.call(this,{Action:"name/cos:DeleteBucketReplication",method:"DELETE",Bucket:Br.Bucket,Region:Br.Region,headers:Br.Headers,action:"replication",tracker:Br.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(Br,Zn){if(!Br.WebsiteConfiguration){Zn(j.error(new Error("missing param WebsiteConfiguration")));return}var hn=j.clone(Br.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=Br.Headers;Wi["Content-Type"]="application/xml",Wi["Content-MD5"]=j.b64(j.md5(Vi)),ms.call(this,{Action:"name/cos:PutBucketWebsite",method:"PUT",Bucket:Br.Bucket,Region:Br.Region,body:Vi,action:"website",headers:Wi,tracker:Br.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(Br,Zn){ms.call(this,{Action:"name/cos:GetBucketWebsite",method:"GET",Bucket:Br.Bucket,Region:Br.Region,Key:Br.Key,headers:Br.Headers,action:"website",tracker:Br.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(Br,Zn){ms.call(this,{Action:"name/cos:DeleteBucketWebsite",method:"DELETE",Bucket:Br.Bucket,Region:Br.Region,headers:Br.Headers,action:"website",tracker:Br.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 br(Br,Zn){if(!Br.RefererConfiguration){Zn(j.error(new Error("missing param RefererConfiguration")));return}var hn=j.clone(Br.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=Br.Headers;pa["Content-Type"]="application/xml",pa["Content-MD5"]=j.b64(j.md5(Wi)),ms.call(this,{Action:"name/cos:PutBucketReferer",method:"PUT",Bucket:Br.Bucket,Region:Br.Region,body:Wi,action:"referer",headers:pa,tracker:Br.tracker},function(Ki,Xo){if(Ki&&Ki.statusCode===204)return Zn(null,{statusCode:Ki.statusCode});if(Ki)return Zn(Ki);Zn(null,{statusCode:Xo.statusCode,headers:Xo.headers})})}function Rr(Br,Zn){ms.call(this,{Action:"name/cos:GetBucketReferer",method:"GET",Bucket:Br.Bucket,Region:Br.Region,Key:Br.Key,headers:Br.Headers,action:"referer",tracker:Br.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(Br,Zn){var hn=Br.DomainConfiguration||{},Ln=hn.DomainRule||Br.DomainRule||[];Ln=j.clone(Ln);var Vi=j.json2xml({DomainConfiguration:{DomainRule:Ln}}),Wi=Br.Headers;Wi["Content-Type"]="application/xml",Wi["Content-MD5"]=j.b64(j.md5(Vi)),ms.call(this,{Action:"name/cos:PutBucketDomain",method:"PUT",Bucket:Br.Bucket,Region:Br.Region,body:Vi,action:"domain",headers:Wi,tracker:Br.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 Er(Br,Zn){ms.call(this,{Action:"name/cos:GetBucketDomain",method:"GET",Bucket:Br.Bucket,Region:Br.Region,headers:Br.Headers,action:"domain",tracker:Br.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 vr(Br,Zn){ms.call(this,{Action:"name/cos:DeleteBucketDomain",method:"DELETE",Bucket:Br.Bucket,Region:Br.Region,headers:Br.Headers,action:"domain",tracker:Br.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(Br,Zn){var hn=Br.OriginConfiguration||{},Ln=hn.OriginRule||Br.OriginRule||[];Ln=j.clone(Ln);var Vi=j.json2xml({OriginConfiguration:{OriginRule:Ln}}),Wi=Br.Headers;Wi["Content-Type"]="application/xml",Wi["Content-MD5"]=j.b64(j.md5(Vi)),ms.call(this,{Action:"name/cos:PutBucketOrigin",method:"PUT",Bucket:Br.Bucket,Region:Br.Region,body:Vi,action:"origin",headers:Wi,tracker:Br.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 Lr(Br,Zn){ms.call(this,{Action:"name/cos:GetBucketOrigin",method:"GET",Bucket:Br.Bucket,Region:Br.Region,headers:Br.Headers,action:"origin",tracker:Br.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 gr(Br,Zn){ms.call(this,{Action:"name/cos:DeleteBucketOrigin",method:"DELETE",Bucket:Br.Bucket,Region:Br.Region,headers:Br.Headers,action:"origin",tracker:Br.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 _r(Br,Zn){var hn=j.json2xml({BucketLoggingStatus:Br.BucketLoggingStatus||""}),Ln=Br.Headers;Ln["Content-Type"]="application/xml",Ln["Content-MD5"]=j.b64(j.md5(hn)),ms.call(this,{Action:"name/cos:PutBucketLogging",method:"PUT",Bucket:Br.Bucket,Region:Br.Region,body:hn,action:"logging",headers:Ln,tracker:Br.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 Fr(Br,Zn){ms.call(this,{Action:"name/cos:GetBucketLogging",method:"GET",Bucket:Br.Bucket,Region:Br.Region,headers:Br.Headers,action:"logging",tracker:Br.tracker},function(hn,Ln){if(hn)return Zn(hn);Zn(null,{BucketLoggingStatus:Ln.BucketLoggingStatus,statusCode:Ln.statusCode,headers:Ln.headers})})}function zr(Br,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 Xo=Br==="PUT"?"name/cos:PutBucketInventory":"name/cos:PostBucketInventory";ms.call(this,{Action:Xo,method:Br,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(Br,Zn){return zr.call(this,"PUT",Br,Zn)}function Gr(Br,Zn){return zr.call(this,"POST",Br,Zn)}function Tr(Br,Zn){ms.call(this,{Action:"name/cos:GetBucketInventory",method:"GET",Bucket:Br.Bucket,Region:Br.Region,headers:Br.Headers,action:"inventory",qs:{id:Br.Id},tracker:Br.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 Cr(Br,Zn){ms.call(this,{Action:"name/cos:ListBucketInventory",method:"GET",Bucket:Br.Bucket,Region:Br.Region,headers:Br.Headers,action:"inventory",qs:{"continuation-token":Br.ContinuationToken},tracker:Br.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 Xo=pa.Destination.COSBucketDestination.Encryption;Object.keys(Xo).indexOf("SSE-COS")>-1&&(Xo.SSECOS=Xo["SSE-COS"],delete Xo["SSE-COS"])}}),Vi.InventoryConfigurations=Wi,j.extend(Vi,{statusCode:Ln.statusCode,headers:Ln.headers}),Zn(null,Vi)})}function Mr(Br,Zn){ms.call(this,{Action:"name/cos:DeleteBucketInventory",method:"DELETE",Bucket:Br.Bucket,Region:Br.Region,headers:Br.Headers,action:"inventory",qs:{id:Br.Id},tracker:Br.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 yr(Br,Zn){if(!Br.AccelerateConfiguration){Zn(j.error(new Error("missing param AccelerateConfiguration")));return}var hn={AccelerateConfiguration:Br.AccelerateConfiguration||{}},Ln=j.json2xml(hn),Vi={};Vi["Content-Type"]="application/xml",Vi["Content-MD5"]=j.b64(j.md5(Ln)),ms.call(this,{Action:"name/cos:PutBucketAccelerate",method:"PUT",Bucket:Br.Bucket,Region:Br.Region,body:Ln,action:"accelerate",headers:Vi,tracker:Br.tracker},function(Wi,pa){if(Wi)return Zn(Wi);Zn(null,{statusCode:pa.statusCode,headers:pa.headers})})}function Sr(Br,Zn){ms.call(this,{Action:"name/cos:GetBucketAccelerate",method:"GET",Bucket:Br.Bucket,Region:Br.Region,action:"accelerate",tracker:Br.tracker},function(hn,Ln){hn||!Ln.AccelerateConfiguration&&(Ln.AccelerateConfiguration={}),Zn(hn,Ln)})}function Dr(Br,Zn){var hn=Br.ServerSideEncryptionConfiguration||{},Ln=hn.Rule||hn.Rules||[],Vi=j.json2xml({ServerSideEncryptionConfiguration:{Rule:Ln}}),Wi=Br.Headers;Wi["Content-Type"]="application/xml",Wi["Content-MD5"]=j.b64(j.md5(Vi)),ms.call(this,{Action:"name/cos:PutBucketEncryption",method:"PUT",Bucket:Br.Bucket,Region:Br.Region,body:Vi,action:"encryption",headers:Wi,tracker:Br.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 kr(Br,Zn){ms.call(this,{Action:"name/cos:GetBucketEncryption",method:"GET",Bucket:Br.Bucket,Region:Br.Region,headers:Br.Headers,action:"encryption",tracker:Br.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(Br,Zn){ms.call(this,{Action:"name/cos:DeleteBucketReplication",method:"DELETE",Bucket:Br.Bucket,Region:Br.Region,headers:Br.Headers,action:"encryption",tracker:Br.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(Br,Zn){ms.call(this,{Action:"name/cos:HeadObject",method:"HEAD",Bucket:Br.Bucket,Region:Br.Region,Key:Br.Key,VersionId:Br.VersionId,headers:Br.Headers,tracker:Br.tracker},function(hn,Ln){if(hn){var Vi=hn.statusCode;return Br.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(Br,Zn){var hn={};hn.prefix=Br.Prefix||"",hn.delimiter=Br.Delimiter,hn["key-marker"]=Br.KeyMarker,hn["version-id-marker"]=Br.VersionIdMarker,hn["max-keys"]=Br.MaxKeys,hn["encoding-type"]=Br.EncodingType,ms.call(this,{Action:"name/cos:GetBucketObjectVersions",ResourceKey:hn.prefix,method:"GET",Bucket:Br.Bucket,Region:Br.Region,headers:Br.Headers,qs:hn,action:"versions",tracker:Br.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 Xo=j.clone(Wi);delete Xo.DeleteMarker,delete Xo.Version,j.extend(Xo,{DeleteMarkers:pa,Versions:Ki,statusCode:Vi.statusCode,headers:Vi.headers}),Zn(null,Xo)})}function jr(Br,Zn){if(this.options.ObjectKeySimplifyCheck){var hn=j.simplifyPath(Br.Key);if(hn==="/"){Zn(j.error(new Error("The Getobject Key is illegal")));return}}var Ln=Br.Query||{},Vi=Br.QueryString||"",Wi=j.throttleOnProgress.call(this,0,Br.onProgress),pa=Br.tracker;pa&&pa.setParams({signStartTime:new Date().getTime()}),Ln["response-content-type"]=Br.ResponseContentType,Ln["response-content-language"]=Br.ResponseContentLanguage,Ln["response-expires"]=Br.ResponseExpires,Ln["response-cache-control"]=Br.ResponseCacheControl,Ln["response-content-disposition"]=Br.ResponseContentDisposition,Ln["response-content-encoding"]=Br.ResponseContentEncoding,ms.call(this,{Action:"name/cos:GetObject",method:"GET",Bucket:Br.Bucket,Region:Br.Region,Key:Br.Key,VersionId:Br.VersionId,DataType:Br.DataType,headers:Br.Headers,qs:Ln,qsStr:Vi,rawBody:!0,onDownloadProgress:Wi,tracker:pa},function(Ki,Xo){if(Wi(null,!0),Ki){var Eo=Ki.statusCode;return Br.Headers["If-Modified-Since"]&&Eo&&Eo===304?Zn(null,{NotModified:!0}):Zn(Ki)}Zn(null,{Body:Xo.body,ETag:j.attr(Xo.headers,"etag",""),statusCode:Xo.statusCode,headers:Xo.headers})})}function Qr(Br,Zn){var hn=this,Ln=Br.ContentLength,Vi=j.throttleOnProgress.call(hn,Ln,Br.onProgress),Wi=Br.Headers;!Wi["Cache-Control"]&&!Wi["cache-control"]&&(Wi["Cache-Control"]=""),!Wi["Content-Type"]&&!Wi["content-type"]&&(Wi["Content-Type"]=Br.Body&&Br.Body.type||"");var pa=Br.UploadAddMetaMd5||hn.options.UploadAddMetaMd5||hn.options.UploadCheckContentMd5,Ki=Br.tracker;pa&&Ki&&Ki.setParams({md5StartTime:new Date().getTime()}),j.getBodyMd5(pa,Br.Body,function(Xo){Xo&&(Ki&&Ki.setParams({md5EndTime:new Date().getTime()}),hn.options.UploadCheckContentMd5&&(Wi["Content-MD5"]=j.b64(Xo)),(Br.UploadAddMetaMd5||hn.options.UploadAddMetaMd5)&&(Wi["x-cos-meta-md5"]=Xo)),Br.ContentLength!==void 0&&(Wi["Content-Length"]=Br.ContentLength),Vi(null,!0),ms.call(hn,{Action:"name/cos:PutObject",TaskId:Br.TaskId,method:"PUT",Bucket:Br.Bucket,Region:Br.Region,Key:Br.Key,headers:Br.Headers,qs:Br.Query,body:Br.Body,onProgress:Vi,tracker:Ki},function(Eo,Fo){if(Eo)return Vi(null,!0),Zn(Eo);Vi({loaded:Ln,total:Ln},!0);var _s=ju({ForcePathStyle:hn.options.ForcePathStyle,protocol:hn.options.Protocol,domain:hn.options.Domain,bucket:Br.Bucket,region:hn.options.UseAccelerate?"accelerate":Br.Region,object:Br.Key});_s=_s.substr(_s.indexOf("://")+3),Fo.Location=_s,Fo.ETag=j.attr(Fo.headers,"etag",""),Zn(null,Fo)})},Br.onHashProgress)}function ca(Br,Zn){ms.call(this,{Action:"name/cos:DeleteObject",method:"DELETE",Bucket:Br.Bucket,Region:Br.Region,Key:Br.Key,headers:Br.Headers,VersionId:Br.VersionId,action:Br.Recursive?"recursive":"",tracker:Br.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(Br,Zn){var hn={};Br.VersionId&&(hn.versionId=Br.VersionId),ms.call(this,{Action:"name/cos:GetObjectACL",method:"GET",Bucket:Br.Bucket,Region:Br.Region,Key:Br.Key,headers:Br.Headers,qs:hn,action:"acl",tracker:Br.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 Xo=As(Wi);delete Xo.GrantWrite,Vi.headers&&Vi.headers["x-cos-acl"]&&(Xo.ACL=Vi.headers["x-cos-acl"]),Xo=j.extend(Xo,{Owner:pa,Grants:Ki,statusCode:Vi.statusCode,headers:Vi.headers}),Zn(null,Xo)})}function Wa(Br,Zn){var hn=Br.Headers,Ln="";if(Br.AccessControlPolicy){var Vi=j.clone(Br.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]=Uu(hn[Ki]))}),ms.call(this,{Action:"name/cos:PutObjectACL",method:"PUT",Bucket:Br.Bucket,Region:Br.Region,Key:Br.Key,action:"acl",headers:hn,body:Ln,tracker:Br.tracker},function(pa,Ki){if(pa)return Zn(pa);Zn(null,{statusCode:Ki.statusCode,headers:Ki.headers})})}function qo(Br,Zn){var hn=Br.Headers;hn.Origin=Br.Origin,hn["Access-Control-Request-Method"]=Br.AccessControlRequestMethod,hn["Access-Control-Request-Headers"]=Br.AccessControlRequestHeaders,ms.call(this,{Action:"name/cos:OptionsObject",method:"OPTIONS",Bucket:Br.Bucket,Region:Br.Region,Key:Br.Key,headers:hn,tracker:Br.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 ds(Br,Zn){var hn=this,Ln=Br.Headers;!Ln["Cache-Control"]&&!Ln["cache-control"]&&(Ln["Cache-Control"]="");var Vi=Br.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,Xo=decodeURIComponent(Wi.Key);ms.call(this,{Scope:[{action:"name/cos:GetObject",bucket:pa,region:Ki,prefix:Xo},{action:"name/cos:PutObject",bucket:Br.Bucket,region:Br.Region,prefix:Br.Key}],method:"PUT",Bucket:Br.Bucket,Region:Br.Region,Key:Br.Key,VersionId:Br.VersionId,headers:Br.Headers,tracker:Br.tracker},function(Eo,Fo){if(Eo)return Zn(Eo);var _s=j.clone(Fo.CopyObjectResult||{}),An=ju({ForcePathStyle:hn.options.ForcePathStyle,protocol:hn.options.Protocol,domain:hn.options.Domain,bucket:Br.Bucket,region:Br.Region,object:Br.Key,isLocation:!0});j.extend(_s,{Location:An,statusCode:Fo.statusCode,headers:Fo.headers}),Zn(null,_s)})}function Kn(Br,Zn){var hn=Br.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);ms.call(this,{Scope:[{action:"name/cos:GetObject",bucket:Vi,region:Wi,prefix:pa},{action:"name/cos:PutObject",bucket:Br.Bucket,region:Br.Region,prefix:Br.Key}],method:"PUT",Bucket:Br.Bucket,Region:Br.Region,Key:Br.Key,VersionId:Br.VersionId,qs:{partNumber:Br.PartNumber,uploadId:Br.UploadId},headers:Br.Headers,tracker:Br.tracker},function(Ki,Xo){if(Ki)return Zn(Ki);var Eo=j.clone(Xo.CopyPartResult||{});j.extend(Eo,{statusCode:Xo.statusCode,headers:Xo.headers}),Zn(null,Eo)})}function Hr(Br,Zn){var hn=Br.Objects||[],Ln=Br.Quiet;hn=j.isArray(hn)?hn:[hn];var Vi=j.json2xml({Delete:{Object:hn,Quiet:Ln||!1}}),Wi=Br.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:Br.Bucket,region:Br.Region,prefix:Ki.Key}});ms.call(this,{Scope:pa,method:"POST",Bucket:Br.Bucket,Region:Br.Region,body:Vi,action:"delete",headers:Wi,tracker:Br.tracker},function(Ki,Xo){if(Ki)return Zn(Ki);var Eo=Xo.DeleteResult||{},Fo=Eo.Deleted||[],_s=Eo.Error||[];Fo=j.isArray(Fo)?Fo:[Fo],_s=j.isArray(_s)?_s:[_s];var An=j.clone(Eo);j.extend(An,{Error:_s,Deleted:Fo,statusCode:Xo.statusCode,headers:Xo.headers}),Zn(null,An)})}function Ar(Br,Zn){var hn=Br.Headers;if(!Br.RestoreRequest){Zn(j.error(new Error("missing param RestoreRequest")));return}var Ln=Br.RestoreRequest||{},Vi=j.json2xml({RestoreRequest:Ln});hn["Content-Type"]="application/xml",hn["Content-MD5"]=j.b64(j.md5(Vi)),ms.call(this,{Action:"name/cos:RestoreObject",method:"POST",Bucket:Br.Bucket,Region:Br.Region,Key:Br.Key,VersionId:Br.VersionId,body:Vi,action:"restore",headers:hn,tracker:Br.tracker},Zn)}function On(Br,Zn){var hn=Br.Tagging||{},Ln=hn.TagSet||hn.Tags||Br.Tags||[];Ln=j.clone(j.isArray(Ln)?Ln:[Ln]);var Vi=j.json2xml({Tagging:{TagSet:{Tag:Ln}}}),Wi=Br.Headers;Wi["Content-Type"]="application/xml",Wi["Content-MD5"]=j.b64(j.md5(Vi)),ms.call(this,{Action:"name/cos:PutObjectTagging",method:"PUT",Bucket:Br.Bucket,Key:Br.Key,Region:Br.Region,body:Vi,action:"tagging",headers:Wi,VersionId:Br.VersionId,tracker:Br.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 In(Br,Zn){ms.call(this,{Action:"name/cos:GetObjectTagging",method:"GET",Key:Br.Key,Bucket:Br.Bucket,Region:Br.Region,headers:Br.Headers,action:"tagging",VersionId:Br.VersionId,tracker:Br.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(Br,Zn){ms.call(this,{Action:"name/cos:DeleteObjectTagging",method:"DELETE",Bucket:Br.Bucket,Region:Br.Region,Key:Br.Key,headers:Br.Headers,action:"tagging",VersionId:Br.VersionId,tracker:Br.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(Br,Zn){var hn=Br.SelectType;if(!hn)return Zn(j.error(new Error("missing param SelectType")));var Ln=Br.SelectRequest||{},Vi=j.json2xml({SelectRequest:Ln}),Wi=Br.Headers;Wi["Content-Type"]="application/xml",Wi["Content-MD5"]=j.b64(j.md5(Vi)),ms.call(this,{Action:"name/cos:GetObject",method:"POST",Bucket:Br.Bucket,Region:Br.Region,Key:Br.Key,headers:Br.Headers,action:"select",qs:{"select-type":Br.SelectType},VersionId:Br.VersionId,body:Vi,DataType:"arraybuffer",rawBody:!0,tracker:Br.tracker},function(pa,Ki){if(pa&&pa.statusCode===204)return Zn(null,{statusCode:pa.statusCode});if(pa)return Zn(pa);var Xo=j.parseSelectPayload(Ki.body);Zn(null,{statusCode:Ki.statusCode,headers:Ki.headers,Body:Xo.body,Payload:Xo.payload})})}function qa(Br,Zn){var hn=this,Ln=Br.Headers,Vi=Br.tracker;!Ln["Cache-Control"]&&!Ln["cache-control"]&&(Ln["Cache-Control"]=""),!Ln["Content-Type"]&&!Ln["content-type"]&&(Ln["Content-Type"]=Br.Body&&Br.Body.type||"");var Wi=Br.Body&&(Br.UploadAddMetaMd5||hn.options.UploadAddMetaMd5);Wi&&Vi&&Vi.setParams({md5StartTime:new Date().getTime()}),j.getBodyMd5(Wi,Br.Body,function(pa){pa&&(Br.Headers["x-cos-meta-md5"]=pa),Wi&&Vi&&Vi.setParams({md5EndTime:new Date().getTime()}),ms.call(hn,{Action:"name/cos:InitiateMultipartUpload",method:"POST",Bucket:Br.Bucket,Region:Br.Region,Key:Br.Key,action:"uploads",headers:Br.Headers,qs:Br.Query,tracker:Vi},function(Ki,Xo){if(Ki)return Vi&&Vi.parent&&Vi.parent.setParams({errorNode:"multipartInit"}),Zn(Ki);if(Xo=j.clone(Xo||{}),Xo&&Xo.InitiateMultipartUploadResult)return Zn(null,j.extend(Xo.InitiateMultipartUploadResult,{statusCode:Xo.statusCode,headers:Xo.headers}));Zn(null,Xo)})},Br.onHashProgress)}function To(Br,Zn){var hn=this;j.getFileSize("multipartUpload",Br,function(){var Ln=Br.tracker,Vi=hn.options.UploadCheckContentMd5;Vi&&Ln&&Ln.setParams({md5StartTime:new Date().getTime()}),j.getBodyMd5(Vi,Br.Body,function(Wi){Wi&&(Br.Headers["Content-MD5"]=j.b64(Wi)),Vi&&Ln&&Ln.setParams({md5EndTime:new Date().getTime()}),Ln&&Ln.setParams({partNumber:Br.PartNumber}),ms.call(hn,{Action:"name/cos:UploadPart",TaskId:Br.TaskId,method:"PUT",Bucket:Br.Bucket,Region:Br.Region,Key:Br.Key,qs:{partNumber:Br.PartNumber,uploadId:Br.UploadId},headers:Br.Headers,onProgress:Br.onProgress,body:Br.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(Br,Zn){for(var hn=this,Ln=Br.UploadId,Vi=Br.Parts,Wi=Br.tracker,pa=0,Ki=Vi.length;pa<Ki;pa++)Vi[pa].ETag&&Vi[pa].ETag.indexOf('"')===0||(Vi[pa].ETag='"'+Vi[pa].ETag+'"');var Xo=j.json2xml({CompleteMultipartUpload:{Part:Vi}});Xo=Xo.replace(/\n\s*/g,"");var Eo=Br.Headers;Eo["Content-Type"]="application/xml",Eo["Content-MD5"]=j.b64(j.md5(Xo)),ms.call(this,{Action:"name/cos:CompleteMultipartUpload",method:"POST",Bucket:Br.Bucket,Region:Br.Region,Key:Br.Key,qs:{uploadId:Ln},body:Xo,headers:Eo,tracker:Wi},function(Fo,_s){if(Fo)return Wi&&Wi.parent&&Wi.parent.setParams({errorNode:"multipartComplete"}),Zn(Fo);var An=ju({ForcePathStyle:hn.options.ForcePathStyle,protocol:hn.options.Protocol,domain:hn.options.Domain,bucket:Br.Bucket,region:Br.Region,object:Br.Key,isLocation:!0}),Vo=_s.CompleteMultipartUploadResult||{};if(Vo.ProcessResults&&(Vo.UploadResult={OriginalInfo:{Key:Vo.Key,Location:An,ETag:Vo.ETag,ImageInfo:Vo.ImageInfo},ProcessResults:Vo.ProcessResults},delete Vo.ImageInfo,delete Vo.ProcessResults),Vo.CallbackResult){var pu=Vo.CallbackResult;if(pu.Status==="200"&&pu.CallbackBody)try{Vo.CallbackBody=JSON.parse(j.decodeBase64(pu.CallbackBody))}catch{Vo.CallbackBody={}}else Vo.CallbackError=pu.Error||{};delete Vo.CallbackResult}if(Vo.ReturnBodyResult){var Io=Vo.ReturnBodyResult;if(Io.Status==="200"&&Io.ReturnBody)try{Vo.ReturnBody=JSON.parse(j.decodeBase64(Io.ReturnBody))}catch{Vo.ReturnBody={}}else Vo.ReturnError={Code:Io.Code,Message:Io.Message,Status:Io.Status};delete Vo.ReturnBodyResult}var yu=j.extend(Vo,{Location:An,statusCode:_s.statusCode,headers:_s.headers});Zn(null,yu)})}function na(Br,Zn){var hn={};hn.delimiter=Br.Delimiter,hn["encoding-type"]=Br.EncodingType,hn.prefix=Br.Prefix||"",hn["max-uploads"]=Br.MaxUploads,hn["key-marker"]=Br.KeyMarker,hn["upload-id-marker"]=Br.UploadIdMarker,hn=j.clearKey(hn);var Ln=Br.tracker;Ln&&Ln.setParams({signStartTime:new Date().getTime()}),ms.call(this,{Action:"name/cos:ListMultipartUploads",ResourceKey:hn.prefix,method:"GET",Bucket:Br.Bucket,Region:Br.Region,headers:Br.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(Br,Zn){var hn={},Ln=Br.tracker;hn.uploadId=Br.UploadId,hn["encoding-type"]=Br.EncodingType,hn["max-parts"]=Br.MaxParts,hn["part-number-marker"]=Br.PartNumberMarker,ms.call(this,{Action:"name/cos:ListParts",method:"GET",Bucket:Br.Bucket,Region:Br.Region,Key:Br.Key,headers:Br.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 Xo=j.clone(pa);j.extend(Xo,{statusCode:Wi.statusCode,headers:Wi.headers}),Zn(null,Xo)})}function Ds(Br,Zn){var hn={};hn.uploadId=Br.UploadId,ms.call(this,{Action:"name/cos:AbortMultipartUpload",method:"DELETE",Bucket:Br.Bucket,Region:Br.Region,Key:Br.Key,headers:Br.Headers,qs:hn,tracker:Br.tracker},function(Ln,Vi){if(Ln)return Zn(Ln);Zn(null,{statusCode:Vi.statusCode,headers:Vi.headers})})}function ps(Br,Zn){ms.call(this,{method:Br.Method,Bucket:Br.Bucket,Region:Br.Region,Key:Br.Key,action:Br.Action,headers:Br.Headers,qs:Br.Query,body:Br.Body,Url:Br.Url,rawBody:Br.RawBody,DataType:Br.DataType,tracker:Br.tracker},function(hn,Ln){if(hn)return Zn(hn);Ln&&Ln.body&&(Ln.Body=Ln.body,delete Ln.body),Zn(hn,Ln)})}function yl(Br,Zn){var hn=Br.Headers;!hn["Cache-Control"]&&!hn["cache-control"]&&(hn["Cache-Control"]=""),!hn["Content-Type"]&&!hn["content-type"]&&(hn["Content-Type"]=Br.Body&&Br.Body.type||""),ms.call(this,{Action:"name/cos:AppendObject",method:"POST",Bucket:Br.Bucket,Region:Br.Region,action:"append",Key:Br.Key,body:Br.Body,qs:{position:Br.Position},headers:Br.Headers,tracker:Br.tracker},function(Ln,Vi){if(Ln)return Zn(Ln);Zn(null,Vi)})}function $l(Br){var Zn=this;return j.getAuth({SecretId:Br.SecretId||this.options.SecretId||"",SecretKey:Br.SecretKey||this.options.SecretKey||"",Bucket:Br.Bucket,Region:Br.Region,Method:Br.Method,Key:Br.Key,Query:Br.Query,Headers:Br.Headers,Expires:Br.Expires,UseRawKey:Zn.options.UseRawKey,SystemClockOffset:Zn.options.SystemClockOffset})}function Ou(Br,Zn){var hn=this,Ln=Br.UseAccelerate===void 0?hn.options.UseAccelerate:Br.UseAccelerate,Vi=ju({ForcePathStyle:hn.options.ForcePathStyle,protocol:Br.Protocol||hn.options.Protocol,domain:Br.Domain||hn.options.Domain,bucket:Br.Bucket,region:Ln?"accelerate":Br.Region,object:Br.Key}),Wi="";Br.Query&&(Wi+=j.obj2str(Br.Query)),Br.QueryString&&(Wi+=(Wi?"&":"")+Br.QueryString);var pa=Vi;if(Br.Sign!==void 0&&!Br.Sign)return Wi&&(pa+="?"+Wi),Zn(null,{Url:pa}),pa;var Ki=$c.call(this,{Bucket:Br.Bucket,Region:Br.Region,UseAccelerate:Br.UseAccelerate,Url:Vi}),Xo=Oc.call(this,{Action:(Br.Method||"").toUpperCase()==="PUT"?"name/cos:PutObject":"name/cos:GetObject",Bucket:Br.Bucket||"",Region:Br.Region||"",Method:Br.Method||"get",Key:Br.Key,Expires:Br.Expires,Headers:Br.Headers,Query:Br.Query,SignHost:Ki,ForceSignHost:Br.ForceSignHost===!1?!1:hn.options.ForceSignHost},function(Eo,Fo){if(Zn){if(Eo){Zn(Eo);return}var _s=function(pu){var Io=pu.match(/q-url-param-list.*?(?=&)/g)[0],yu="q-url-param-list="+encodeURIComponent(Io.replace(/q-url-param-list=/,"")).toLowerCase(),Hl=new RegExp(Io,"g"),lc=pu.replace(Hl,yu);return lc},An=Vi;An+="?"+(Fo.Authorization.indexOf("q-signature")>-1?_s(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 Xo?(pa+="?"+Xo.Authorization+(Xo.SecurityToken?"&x-cos-security-token="+Xo.SecurityToken:""),Wi&&(pa+="&"+Wi)):Wi&&(pa+="?"+Wi),pa}function As(Br){var Zn={GrantFullControl:[],GrantWrite:[],GrantRead:[],GrantReadAcp:[],GrantWriteAcp:[],ACL:""},hn={FULL_CONTROL:"GrantFullControl",WRITE:"GrantWrite",READ:"GrantRead",READ_ACP:"GrantReadAcp",WRITE_ACP:"GrantWriteAcp"},Ln=Br&&Br.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!==Br.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]=Uu(Zn[pa].join(","))}),Zn}function Uu(Br){var Zn=Br.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 ju(Br){var Zn=Br.region||"",hn=Br.bucket||"",Ln=hn.substr(0,hn.lastIndexOf("-")),Vi=hn.substr(hn.lastIndexOf("-")+1),Wi=Br.domain,pa=Br.object;typeof Wi=="function"&&(Wi=Wi({Bucket:hn,Region:Zn})),["http","https"].includes(Br.protocol)&&(Br.protocol=Br.protocol+":");var Ki=Br.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",Br.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 Xo=Wi;return Br.ForcePathStyle&&(Xo+="/"+hn),Xo+="/",pa&&(Xo+=j.camSafeUrlEncode(pa).replace(/%2F/g,"/")),Br.isLocation&&(Xo=Xo.replace(/^https?:\/\//,"")),Xo}var $c=function(Zn){if(!Zn.Bucket||!Zn.Region)return"";var hn=Zn.UseAccelerate===void 0?this.options.UseAccelerate:Zn.UseAccelerate,Ln=Zn.Url||ju({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 Oc(Br,Zn){var hn=j.clone(Br.Headers),Ln="";j.each(hn,function(Vu,Ju){(Vu===""||["content-type","cache-control","expires"].indexOf(Ju.toLowerCase())>-1)&&delete hn[Ju],Ju.toLowerCase()==="host"&&(Ln=Vu)});var Vi=Br.ForceSignHost!==!1;!Ln&&Br.SignHost&&Vi&&(hn.Host=Br.SignHost);var Wi=!1,pa=function(Ju,kn){Wi||(Wi=!0,kn&&kn.XCosSecurityToken&&!kn.SecurityToken&&(kn=j.clone(kn),kn.SecurityToken=kn.XCosSecurityToken,delete kn.XCosSecurityToken),Zn&&Zn(Ju,kn))},Ki=this,Xo=Br.Bucket||"",Eo=Br.Region||"",Fo=Br.Key||"";Ki.options.ForcePathStyle&&Xo&&(Fo=Xo+"/"+Fo);var _s="/"+Fo,An={},Vo=Br.Scope;if(!Vo){var pu=Br.Action||"",Io=Br.ResourceKey||Br.Key||"";Vo=Br.Scope||[{action:pu,bucket:Xo,region:Eo,prefix:Io}]}var yu=j.md5(JSON.stringify(Vo));Ki._StsCache=Ki._StsCache||[],function(){var Vu,Ju;for(Vu=Ki._StsCache.length-1;Vu>=0;Vu--){Ju=Ki._StsCache[Vu];var kn=Math.round(j.getSkewTime(Ki.options.SystemClockOffset)/1e3)+30;if(Ju.StartTime&&kn<Ju.StartTime||kn>=Ju.ExpiredTime){Ki._StsCache.splice(Vu,1);continue}if(!Ju.ScopeLimit||Ju.ScopeLimit&&Ju.ScopeKey===yu){An=Ju;break}}}();var Hl=function(){var Ju="";An.StartTime&&Br.Expires?Ju=An.StartTime+";"+(An.StartTime+Br.Expires*1):An.StartTime&&An.ExpiredTime&&(Ju=An.StartTime+";"+An.ExpiredTime);var kn=j.getAuth({SecretId:An.TmpSecretId,SecretKey:An.TmpSecretKey,Method:Br.Method,Pathname:_s,Query:Br.Query,Headers:hn,Expires:Br.Expires,UseRawKey:Ki.options.UseRawKey,SystemClockOffset:Ki.options.SystemClockOffset,KeyTime:Ju,ForceSignHost:Vi}),ns={Authorization:kn,SecurityToken:An.SecurityToken||An.XCosSecurityToken||"",Token:An.Token||"",ClientIP:An.ClientIP||"",ClientUA:An.ClientUA||"",SignFrom:"client"};pa(null,ns)},lc=function(Ju){if(Ju.Authorization){var kn=!1,ns=Ju.Authorization;if(ns)if(ns.indexOf(" ")>-1)kn=!1;else if(ns.indexOf("q-sign-algorithm=")>-1&&ns.indexOf("q-ak=")>-1&&ns.indexOf("q-sign-time=")>-1&&ns.indexOf("q-key-time=")>-1&&ns.indexOf("q-url-param-list=")>-1)kn=!0;else try{ns=atob(ns),ns.indexOf("a=")>-1&&ns.indexOf("k=")>-1&&ns.indexOf("t=")>-1&&ns.indexOf("r=")>-1&&ns.indexOf("b=")>-1&&(kn=!0)}catch{}if(!kn)return j.error(new Error("getAuthorization callback params format error"))}else{if(!Ju.TmpSecretId)return j.error(new Error('getAuthorization callback params missing "TmpSecretId"'));if(!Ju.TmpSecretKey)return j.error(new Error('getAuthorization callback params missing "TmpSecretKey"'));if(!Ju.SecurityToken&&!Ju.XCosSecurityToken)return j.error(new Error('getAuthorization callback params missing "SecurityToken"'));if(!Ju.ExpiredTime)return j.error(new Error('getAuthorization callback params missing "ExpiredTime"'));if(Ju.ExpiredTime&&Ju.ExpiredTime.toString().length!==10)return j.error(new Error('getAuthorization callback params "ExpiredTime" should be 10 digits'));if(Ju.StartTime&&Ju.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)Hl();else if(Ki.options.getAuthorization)Ki.options.getAuthorization.call(Ki,{Bucket:Xo,Region:Eo,Method:Br.Method,Key:Fo,Pathname:_s,Query:Br.Query,Headers:hn,Scope:Vo,SystemClockOffset:Ki.options.SystemClockOffset,ForceSignHost:Vi},function(Vu){typeof Vu=="string"&&(Vu={Authorization:Vu});var Ju=lc(Vu);if(Ju)return pa(Ju);Vu.Authorization?pa(null,Vu):(An=Vu||{},An.Scope=Vo,An.ScopeKey=yu,Ki._StsCache.push(An),Hl())});else if(Ki.options.getSTS)Ki.options.getSTS.call(Ki,{Bucket:Xo,Region:Eo},function(Vu){An=Vu||{},An.Scope=Vo,An.ScopeKey=yu,An.TmpSecretId||(An.TmpSecretId=An.SecretId),An.TmpSecretKey||(An.TmpSecretKey=An.SecretKey);var Ju=lc(An);if(Ju)return pa(Ju);Ki._StsCache.push(An),Hl()});else return function(){var Vu="";if(Ki.options.StartTime&&Br.Expires){if(Ki.options.StartTime.toString().length!==10)return pa(j.error(new Error('params "StartTime" should be 10 digits')));Vu=Ki.options.StartTime+";"+(Ki.options.StartTime+Br.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')));Vu=Ki.options.StartTime+";"+Ki.options.ExpiredTime*1}var Ju=j.getAuth({SecretId:Br.SecretId||Ki.options.SecretId,SecretKey:Br.SecretKey||Ki.options.SecretKey,Method:Br.Method,Pathname:_s,Query:Br.Query,Headers:hn,Expires:Br.Expires,KeyTime:Vu,UseRawKey:Ki.options.UseRawKey,SystemClockOffset:Ki.options.SystemClockOffset,ForceSignHost:Vi}),kn={Authorization:Ju,SecurityToken:Ki.options.SecurityToken||Ki.options.XCosSecurityToken,SignFrom:"client"};return pa(null,kn),kn}();return""}function vc(Br){var Zn=this,hn=!1,Ln=!1,Vi=!1,Wi=Br.headers&&(Br.headers.date||Br.headers.Date)||Br.error&&Br.error.ServerTime;try{var pa=Br.error.Code,Ki=Br.error.Message;(pa==="RequestTimeTooSkewed"||pa==="AccessDenied"&&Ki==="Request has expired")&&(Ln=!0)}catch{}if(Br)if(Ln&&Wi){var Xo=Date.parse(Wi);this.options.CorrectClockSkew&&Math.abs(j.getSkewTime(this.options.SystemClockOffset)-Xo)>=3e4&&(console.error("error: Local time is too skewed."),this.options.SystemClockOffset=Xo-Date.now(),hn=!0)}else Math.floor(Br.statusCode/100)===5?hn=!0:Br.message==="CORS blocked or network error"&&(Vi=!0,hn=Zn.options.AutoSwitchHost);return{canRetry:hn,networkError:Vi}}function Yl(Br){var Zn=Br.requestUrl,hn=Br.clientCalcSign,Ln=Br.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 ms(Br,Zn){var hn=this;!Br.headers&&(Br.headers={}),!Br.qs&&(Br.qs={}),Br.VersionId&&(Br.qs.versionId=Br.VersionId),Br.qs=j.clearKey(Br.qs),Br.headers&&(Br.headers=j.clearKey(Br.headers)),Br.qs&&(Br.qs=j.clearKey(Br.qs));var Ln=j.clone(Br.qs);Br.action&&(Ln[Br.action]="");var Vi=Br.url||Br.Url,Wi=Br.SignHost||$c.call(this,{Bucket:Br.Bucket,Region:Br.Region,Url:Vi}),pa=Br.tracker,Ki=function Xo(Eo){var Fo=hn.options.SystemClockOffset;pa&&pa.setParams({signStartTime:new Date().getTime(),httpRetryTimes:Eo-1}),Br.SwitchHost&&(Wi=Wi.replace(/myqcloud.com/,"tencentcos.cn")),Oc.call(hn,{Bucket:Br.Bucket||"",Region:Br.Region||"",Method:Br.method,Key:Br.Key,Query:Ln,Headers:Br.headers,SignHost:Wi,Action:Br.Action,ResourceKey:Br.ResourceKey,Scope:Br.Scope,ForceSignHost:hn.options.ForceSignHost,SwitchHost:Br.SwitchHost},function(_s,An){if(_s){Zn(_s);return}pa&&pa.setParams({signEndTime:new Date().getTime(),httpStartTime:new Date().getTime()}),Br.AuthData=An,Rs.call(hn,Br,function(Vo,pu){pa&&pa.setParams({httpEndTime:new Date().getTime()});var Io=!1,yu=!1;if(Vo){var Hl=vc.call(hn,Vo);Io=Hl.canRetry||Fo!==hn.options.SystemClockOffset,yu=Hl.networkError}if(Vo&&Eo<2&&Io){Br.headers&&(delete Br.headers.Authorization,delete Br.headers.token,delete Br.headers.clientIP,delete Br.headers.clientUA,Br.headers["x-cos-security-token"]&&delete Br.headers["x-cos-security-token"],Br.headers["x-ci-security-token"]&&delete Br.headers["x-ci-security-token"]);var lc=Yl.call(hn,{requestUrl:(Vo==null?void 0:Vo.url)||"",clientCalcSign:An.SignFrom==="client",networkError:yu});Br.SwitchHost=lc,Br.retry=!0,Xo(Eo+1)}else Zn(Vo,pu)})})};Ki(1)}function Rs(Br,Zn){var hn=this,Ln=Br.TaskId;if(!(Ln&&!hn._isRunningTask(Ln))){var Vi=Br.Bucket,Wi=Br.Region,pa=Br.Key,Ki=Br.method||"GET",Xo=Br.Url||Br.url,Eo=Br.body,Fo=Br.rawBody;hn.options.UseAccelerate&&(Wi="accelerate"),Xo=Xo||ju({ForcePathStyle:hn.options.ForcePathStyle,protocol:hn.options.Protocol,domain:hn.options.Domain,bucket:Vi,region:Wi,object:pa}),Br.SwitchHost&&(Xo=Xo.replace(/myqcloud.com/,"tencentcos.cn"));var _s=pa?Xo:"";Br.action&&(Xo=Xo+"?"+(j.isIOS_QQ?"".concat(Br.action,"="):Br.action)),Br.qsStr&&(Xo.indexOf("?")>-1?Xo=Xo+"&"+Br.qsStr:Xo=Xo+"?"+Br.qsStr);var An={method:Ki,url:Xo,headers:Br.headers,qs:Br.qs,body:Eo},Vo="x-cos-security-token";if(j.isCIHost(Xo)&&(Vo="x-ci-security-token"),An.headers.Authorization=Br.AuthData.Authorization,Br.AuthData.Token&&(An.headers.token=Br.AuthData.Token),Br.AuthData.ClientIP&&(An.headers.clientIP=Br.AuthData.ClientIP),Br.AuthData.ClientUA&&(An.headers.clientUA=Br.AuthData.ClientUA),Br.AuthData.SecurityToken&&(An.headers[Vo]=Br.AuthData.SecurityToken),An.headers&&(An.headers=j.clearKey(An.headers)),Br.retry&&(An.headers["x-cos-sdk-retry"]=!0),An=j.clearKey(An),Br.onProgress&&typeof Br.onProgress=="function"){var pu=Eo&&(Eo.size||Eo.length)||0;An.onProgress=function(kn){if(!(Ln&&!hn._isRunningTask(Ln))){var ns=kn?kn.loaded:0;Br.onProgress({loaded:ns,total:pu})}}}Br.onDownloadProgress&&(An.onDownloadProgress=Br.onDownloadProgress),Br.DataType&&(An.dataType=Br.DataType),this.options.Timeout&&(An.timeout=this.options.Timeout),hn.options.ForcePathStyle&&(An.pathStyle=hn.options.ForcePathStyle),hn.emit("before-send",An);var Io=An.url.includes("accelerate."),yu=An.qs?Object.keys(An.qs).map(function(kn){return"".concat(kn,"=").concat(An.qs[kn])}).join("&"):"",Hl=yu?An.url+"?"+yu:An.url;if(Br.tracker){var lc;Br.tracker.setParams({url:Hl,httpMethod:An.method,accelerate:Io,httpSize:((lc=An.body)===null||lc===void 0?void 0:lc.size)||0}),Br.tracker.parent&&!Br.tracker.parent.params.url&&Br.tracker.parent.setParams({url:_s,accelerate:Io})}var Vu=(hn.options.Request||$)(An,function(kn){if(!(kn&&kn.error==="abort")){var ns={options:An,error:kn&&kn.error,statusCode:kn&&kn.statusCode||0,statusMessage:kn&&kn.statusMessage||"",headers:kn&&kn.headers||{},body:kn&&kn.body};hn.emit("after-receive",ns);var Wl=ns.error,Tu=ns.body,_l={statusCode:ns.statusCode,statusMessage:ns.statusMessage,headers:ns.headers},Hu,Rc=function(qd,od){if(Ln&&hn.off("inner-kill-task",Ju),!Hu){Hu=!0;var kp={};if(_l&&_l.statusCode&&(kp.statusCode=_l.statusCode),_l&&_l.headers&&(kp.headers=_l.headers),qd)An.url&&(kp.url=An.url),An.method&&(kp.method=An.method),qd=j.extend(qd||{},kp),Zn(qd,null);else{if(Br.Action==="name/cos:PutObject"){var Ap={};for(var xf in Br.headers){var kf=xf.toLowerCase();Ap[kf]=Br.headers[xf]}Ap["x-cos-callback"]?od.Error?(od.CallbackError=j.clone(od.Error),delete od.Error):od.CallbackBody=j.clone(od):Ap["x-cos-return-body"]&&(od.Error?(od.ReturnError=j.clone(od.Error),delete od.Error):od.ReturnBody=j.clone(od))}od=j.extend(od||{},kp),Zn(null,od)}Vu=null}};if(Wl)return Rc(j.error(Wl));var ld=_l.statusCode,hd=Math.floor(ld/100)===2;if(Fo){if(hd)return Rc(null,{body:Tu});if(Tu instanceof Blob){j.readAsBinaryString(Tu,function(kc){var qd=j.parseResBody(kc),od=qd.Error||qd;return Rc(j.error(new Error(od.Message||"response body error"),{code:od.Code,error:od}))});return}}var yp=j.parseResBody(Tu),fp=yp.Error||yp;hd?Rc(null,yp):fp?Rc(j.error(new Error(fp.Message),{code:fp.Code,error:fp})):ld?Rc(j.error(new Error(_l.statusMessage),{code:""+ld})):ld&&Rc(j.error(new Error("statusCode error")))}}),Ju=function kn(ns){ns.TaskId===Ln&&(Vu&&Vu.abort&&Vu.abort(),hn.off("inner-kill-task",kn))};Ln&&hn.on("inner-kill-task",Ju)}}var Hs={getService:V,putBucket:z,headBucket:re,getBucket:ie,deleteBucket:oe,putBucketAcl:ue,getBucketAcl:de,putBucketCors:pe,getBucketCors:Ie,deleteBucketCors:_e,getBucketLocation:Ce,getBucketPolicy:Ne,putBucketPolicy:he,deleteBucketPolicy:Fe,putBucketTagging:Ve,getBucketTagging:jt,deleteBucketTagging:Et,putBucketLifecycle:Ue,getBucketLifecycle:qe,deleteBucketLifecycle:kt,putBucketVersioning:tr,getBucketVersioning:rr,putBucketReplication:ar,getBucketReplication:nr,deleteBucketReplication:ur,putBucketWebsite:cr,getBucketWebsite:mr,deleteBucketWebsite:hr,putBucketReferer:br,getBucketReferer:Rr,putBucketDomain:xr,getBucketDomain:Er,deleteBucketDomain:vr,putBucketOrigin:Ir,getBucketOrigin:Lr,deleteBucketOrigin:gr,putBucketLogging:_r,getBucketLogging:Fr,putBucketInventory:Vr,postBucketInventory:Gr,getBucketInventory:Tr,listBucketInventory:Cr,deleteBucketInventory:Mr,putBucketAccelerate:yr,getBucketAccelerate:Sr,putBucketEncryption:Dr,getBucketEncryption:kr,deleteBucketEncryption:Wr,getObject:jr,headObject:Kr,listObjectVersions:Nr,putObject:Qr,deleteObject:ca,getObjectAcl:Po,putObjectAcl:Wa,optionsObject:qo,putObjectCopy:ds,deleteMultipleObject:Hr,restoreObject:Ar,putObjectTagging:On,getObjectTagging:In,deleteObjectTagging:Sa,selectObjectContent:sa,appendObject:yl,uploadPartCopy:Kn,multipartInit:qa,multipartUpload:To,multipartComplete:Hi,multipartList:na,multipartListPart:Ma,multipartAbort:Ds,request:ps,getObjectUrl:Ou,getAuth:$l};function zs(Br,Zn,hn){j.each(["Cors","Acl"],function(Ln){if(Br.slice(-Ln.length)===Ln){var Vi=Br.slice(0,-Ln.length)+Ln.toUpperCase(),Wi=j.apiWrapper(Br,Zn),pa=!1;hn[Vi]=function(){!pa&&console.warn("warning: cos."+Vi+" has been deprecated. Please Use cos."+Br+" instead."),pa=!0,Wi.apply(this,arguments)}}})}y.exports.init=function(Br,Zn){Zn.transferToTaskMethod(Hs,"putObject"),j.each(Hs,function(hn,Ln){Br.prototype[Ln]=j.apiWrapper(Ln,hn),zs(Ln,hn,Br.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,_e=Math.round(Date.now()/1e3),Ce=V.length-1;Ce>=0;Ce--){var he=V[Ce][2];(!he||he+j<_e)&&(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,_e,Ce,he){return Ie.name&&Ie.size&&Ie.lastModifiedDate&&_e?L.md5([Ie.name,Ie.size,Ie.lastModifiedDate,_e,Ce,he].join("::")):null},getCopyFileId:function(Ie,_e,Ce,he,Ne){var Fe=_e["content-length"],Ve=_e.etag||"",jt=_e["last-modified"];return Ie&&Ce?L.md5([Ie,Fe,Ve,jt,Ce,he,Ne].join("::")):null},getUploadIdList:function(Ie){if(!Ie)return null;oe.call(this);for(var _e=[],Ce=0;Ce<V.length;Ce++)V[Ce][0]===Ie&&_e.push(V[Ce][1]);return _e.length?_e:null},saveUploadId:function(Ie,_e,Ce){if(oe.call(this),!!Ie){for(var he=V.length-1;he>=0;he--){var Ne=V[he];Ne[0]===Ie&&Ne[1]===_e&&V.splice(he,1)}V.unshift([Ie,_e,Math.round(Date.now()/1e3)]),V.length>Ce&&V.splice(Ce),ue()}},removeUploadId:function(Ie){oe.call(this),delete de.using[Ie];for(var _e=V.length-1;_e>=0;_e--)V[_e][1]===Ie&&V.splice(_e,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(jt){var Et={id:jt.id,Bucket:jt.Bucket,Region:jt.Region,Key:jt.Key,FilePath:jt.FilePath,state:jt.state,loaded:jt.loaded,size:jt.size,speed:jt.speed,percent:jt.percent,hashPercent:jt.hashPercent,error:jt.error};return jt.FilePath&&(Et.FilePath=jt.FilePath),jt._custom&&(Et._custom=jt._custom),Et},_e=function(){var Ve,jt=function(){Ve=0,ie.emit("task-list-update",{list:$.map(oe,Ie)}),ie.emit("list-update",{list:$.map(oe,Ie)})};return function(){Ve||(Ve=setTimeout(jt))}}(),Ce=function(){if(!(oe.length<=ie.options.UploadQueueSize)){for(var jt=0;jt<pe&&jt<oe.length&&oe.length>ie.options.UploadQueueSize;){var Et=oe[jt].state==="waiting"||oe[jt].state==="checking"||oe[jt].state==="uploading";!oe[jt]||!Et?(ue[oe[jt].id]&&delete ue[oe[jt].id],oe.splice(jt,1),pe--):jt++}_e()}},he=function Ve(){if(!(de>=ie.options.FileParallelLimit)){for(;oe[pe]&&oe[pe].state!=="waiting";)pe++;if(!(pe>=oe.length)){var jt=oe[pe];pe++,de++,jt.state="checking",jt.params.onTaskStart&&jt.params.onTaskStart(Ie(jt)),!jt.params.UploadData&&(jt.params.UploadData={});var Et=$.formatParams(jt.api,jt.params);j[jt.api].call(ie,Et,function(Ue,qe){ie._isRunningTask(jt.id)&&((jt.state==="checking"||jt.state==="uploading")&&(jt.state=Ue?"error":"success",Ue&&(jt.error=Ue),de--,_e(),Ve(),jt.callback&&jt.callback(Ue,qe),jt.state==="success"&&(jt.params&&(delete jt.params.UploadData,delete jt.params.Body,delete jt.params),delete jt.callback)),Ce())}),_e(),setTimeout(Ve)}}},Ne=function(jt,Et){var Ue=ue[jt];if(Ue){var qe=Ue&&Ue.state==="waiting",kt=Ue&&(Ue.state==="checking"||Ue.state==="uploading");if(Et==="canceled"&&Ue.state!=="canceled"||Et==="paused"&&qe||Et==="paused"&&kt){Ue.state=Et,ie.emit("inner-kill-task",{TaskId:jt,toState:Et});try{var tr=Ue&&Ue.params&&Ue.params.UploadData.UploadId}catch{}Et==="canceled"&&tr&&L.removeUsing(tr),_e(),kt&&(de--,he()),Et==="canceled"&&(Ue.params&&(delete Ue.params.UploadData,delete Ue.params.Body,delete Ue.params),delete Ue.callback)}Ce()}};ie._addTasks=function(Ve){$.each(Ve,function(jt){ie._addTask(jt.api,jt.params,jt.callback,!0)}),_e()};var Fe=!0;ie._addTask=function(Ve,jt,Et,Ue){jt=$.formatParams(Ve,jt);var qe=$.uuid();jt.TaskId=qe,jt.onTaskReady&&jt.onTaskReady(qe),jt.TaskReady&&(jt.TaskReady(qe),Fe&&console.warn('warning: Param "TaskReady" has been deprecated. Please use "onTaskReady" instead.'),Fe=!1);var kt={params:jt,callback:Et,api:Ve,index:oe.length,id:qe,Bucket:jt.Bucket,Region:jt.Region,Key:jt.Key,FilePath:jt.FilePath||"",state:"waiting",loaded:0,size:0,speed:0,percent:0,hashPercent:0,error:null,_custom:jt._custom},tr=jt.onHashProgress;jt.onHashProgress=function(ar){ie._isRunningTask(kt.id)&&(kt.hashPercent=ar.percent,tr&&tr(ar),_e())};var rr=jt.onProgress;return jt.onProgress=function(ar){ie._isRunningTask(kt.id)&&(kt.state==="checking"&&(kt.state="uploading"),kt.loaded=ar.loaded,kt.speed=ar.speed,kt.percent=ar.percent,rr&&rr(ar),_e())},$.getFileSize(Ve,jt,function(ar,nr){if(ar)return Et($.error(ar));ue[qe]=kt,oe.push(kt),kt.size=nr,!Ue&&_e(),he(),Ce()}),qe},ie._isRunningTask=function(Ve){var jt=ue[Ve];return!!(jt&&(jt.state==="checking"||jt.state==="uploading"))},ie.getTaskList=function(){return $.map(oe,Ie)},ie.cancelTask=function(Ve){Ne(Ve,"canceled")},ie.pauseTask=function(Ve){Ne(Ve,"paused")},ie.restartTask=function(Ve){var jt=ue[Ve];jt&&(jt.state==="paused"||jt.state==="error")&&(jt.state="waiting",_e(),pe=Math.min(pe,jt.index),he())},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,Ue){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:Ue,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(),Ue=/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":Ue?"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,_e=oe.getUA(),Ce=oe.getProtocol(),he=function(Et){return["putObject","sliceUploadFile","uploadFile","uploadFiles"].includes(Et)?"UploadTask":Et==="getObject"?"DownloadTask":["putObjectCopy","sliceCopyFile"].includes(Et)?"CopyTask":Et};function Ne(jt){return jt.replace(/([A-Z])/g,"_$1").toLowerCase()}function Fe(jt){var Et={},Ue=["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(Ue,["errorNode","errorCode","errorName","errorMessage","errorRequestId","errorHttpCode","errorServiceName","errorType","fullError"]),kt=jt.requestResult==="Success"?Ue:qe;for(var tr in jt)if(kt.includes(tr)){var rr=Ne(tr);Et[rr]=jt[tr]}return Et.request_name=jt.realApi?he(jt.realApi):jt.requestName,Et}var Ve=function(){function jt(Et){L(this,jt);var Ue=Et.parent,qe=Et.traceId,kt=Et.bucket,tr=Et.region,rr=Et.apiName,ar=Et.realApi,nr=Et.httpMethod,ur=Et.fileKey,cr=Et.fileSize,mr=Et.accelerate,hr=Et.customId,br=Et.delay,Rr=Et.deepTracker,xr=Et.Beacon,Er=Et.clsReporter,vr=kt&&kt.substr(kt.lastIndexOf("-")+1)||"";this.parent=Ue,this.deepTracker=Rr,this.delay=br,Er&&!this.clsReporter&&(this.clsReporter=Er),this.params={sdkVersionName:"cos-js-sdk-v5",sdkVersionCode:V.version,osName:Ie,networkType:"",requestName:rr||"",requestResult:"",realApi:ar,bucket:kt,region:tr,accelerate:mr,httpMethod:nr,url:"",host:"",httpDomain:"",requestPath:ur||"",userAgent:_e,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:vr,partNumber:0,httpRetryTimes:0,customId:hr||"",partTime:0},xr&&(this.beacon=re(xr,br))}return $(jt,[{key:"formatResult",value:function(Ue,qe){var kt,tr,rr,ar,nr,ur,cr=new Date().getTime(),mr=oe.getNetType(),hr=Ue?(Ue==null?void 0:Ue.code)||(Ue==null||(kt=Ue.error)===null||kt===void 0?void 0:kt.code)||(Ue==null||(tr=Ue.error)===null||tr===void 0?void 0:tr.Code):"",br=Ue?(Ue==null?void 0:Ue.message)||(Ue==null||(rr=Ue.error)===null||rr===void 0?void 0:rr.message)||(Ue==null||(ar=Ue.error)===null||ar===void 0?void 0:ar.Message):"",Rr=br,xr=Ue?(Ue==null?void 0:Ue.resource)||(Ue==null||(nr=Ue.error)===null||nr===void 0?void 0:nr.resource)||(Ue==null||(ur=Ue.error)===null||ur===void 0?void 0:ur.Resource):"",Er=Ue?Ue==null?void 0:Ue.statusCode:qe.statusCode,vr=Ue?(Ue==null?void 0:Ue.headers)&&(Ue==null?void 0:Ue.headers["x-cos-request-id"]):(qe==null?void 0:qe.headers)&&(qe==null?void 0:qe.headers["x-cos-request-id"]),Ir=Ue?vr?"Server":"Client":"";this.params.requestName==="getObject"&&(this.params.httpSize=qe?qe.headers&&qe.headers["content-length"]:0);var Lr=this.params.realApi==="sliceUploadFile",gr=this.params.realApi==="sliceCopyFile";if(Lr||gr){var _r=this.params.httpSize/1024/this.params.partTime;Object.assign(this.params,{httpSpeed:_r<0?0:_r.toFixed(3)})}else{var Fr=cr-this.params.startTime,zr=this.params.httpEndTime-this.params.httpStartTime,Vr=this.params.httpSize/1024/(zr/1e3),Gr=this.params.md5EndTime-this.params.md5StartTime,Tr=this.params.signEndTime-this.params.signStartTime;this.parent&&(this.parent.addParamValue("httpTookTime",ie(zr)),this.parent.addParamValue("httpFullTime",ie(Fr)),this.parent.addParamValue("httpMd5",ie(Gr)),this.parent.addParamValue("httpSign",ie(Tr)),["multipartUpload","uploadPartCopy","putObjectCopy"].includes(this.params.requestName)&&this.parent.addParamValue("partTime",ie(zr))),Object.assign(this.params,{httpFullTime:ie(Fr),httpMd5:ie(Gr),httpSign:ie(Tr),httpTookTime:ie(zr),httpSpeed:Vr<0?0:Vr.toFixed(3)})}if(Object.assign(this.params,{networkType:mr,requestResult:Ue?"Failure":"Success",errorType:Ir,errorCode:hr,errorHttpCode:Er,errorName:Rr,errorMessage:br,errorServiceName:xr,errorRequestId:vr}),Ue&&(!hr||!br)&&(this.params.fullError=Ue?JSON.stringify(Ue):""),this.params.url){try{var Cr=/^http(s)?:\/\/(.*?)\//.exec(this.params.url);this.params.host=Cr[2]}catch{this.params.host=this.params.url}this.params.httpDomain=this.params.host}}},{key:"report",value:function(Ue,qe){if(!(!this.beacon&&!this.clsReporter)){this.formatResult(Ue,qe);var kt=Fe(this.params);this.beacon&&this.sendEventsToBeacon(kt),this.clsReporter&&this.sendEventsToCLS(kt)}}},{key:"setParams",value:function(Ue){Object.assign(this.params,Ue)}},{key:"addParamValue",value:function(Ue,qe){this.params[Ue]=(+this.params[Ue]+ +qe).toFixed(3)}},{key:"sendEventsToBeacon",value:function(Ue){var qe=this.params.requestName==="sliceUploadFile"||this.params.realApi==="sliceUploadFile";if(!(qe&&!this.deepTracker)){var kt="qcloud_track_cos_sdk";this.delay===0?this.beacon&&this.beacon.onDirectUserAction(kt,Ue):this.beacon&&this.beacon.onUserAction(kt,Ue)}}},{key:"sendEventsToCLS",value:function(Ue){var qe=this.delay===0;this.clsReporter.log(Ue,qe)}},{key:"generateSubTracker",value:function(Ue){return Object.assign(Ue,{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 jt(Ue)}}]),jt}();y.exports=Ve},"./src/util.js":function(y,n,k){(function(L){var $=k("./node_modules/@babel/runtime/helpers/typeof.js");function j(Hr,Ar){var On=typeof Symbol<"u"&&Hr[Symbol.iterator]||Hr["@@iterator"];if(!On){if(Array.isArray(Hr)||(On=V(Hr))||Ar){On&&(Hr=On);var In=0,Sa=function(){};return{s:Sa,n:function(){return In>=Hr.length?{done:!0}:{done:!1,value:Hr[In++]}},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(Hr)},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(Hr,Ar){if(Hr){if(typeof Hr=="string")return z(Hr,Ar);var On=Object.prototype.toString.call(Hr).slice(8,-1);if(On==="Object"&&Hr.constructor&&(On=Hr.constructor.name),On==="Map"||On==="Set")return Array.from(Hr);if(On==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(On))return z(Hr,Ar)}}function z(Hr,Ar){(Ar==null||Ar>Hr.length)&&(Ar=Hr.length);for(var On=0,In=new Array(Ar);On<Ar;On++)In[On]=Hr[On];return In}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,_e=k("./lib/base64.js"),Ce=k("./src/tracker.js"),he=function(Ar){var On=pe.parse(Ar);return On},Ne=function(Ar){var On=Ie.build(Ar);return On};function Fe(Hr){return encodeURIComponent(Hr).replace(/!/g,"%21").replace(/'/g,"%27").replace(/\(/g,"%28").replace(/\)/g,"%29").replace(/\*/g,"%2A")}function Ve(Hr,Ar){var On=[];for(var In in Hr)Hr.hasOwnProperty(In)&&On.push(Ar?Fe(In).toLowerCase():In);return On.sort(function(Sa,sa){return Sa=Sa.toLowerCase(),sa=sa.toLowerCase(),Sa===sa?0:Sa>sa?1:-1})}var jt=function(Ar,On){var In,Sa,sa,qa=[],To=Ve(Ar);for(In=0;In<To.length;In++)Sa=To[In],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"],Ue=function(Ar){var On={};for(var In in Ar){var Sa=In.toLowerCase();(Sa.indexOf("x-cos-")>-1||Et.indexOf(Sa)>-1)&&(On[In]=Ar[In])}return On},qe=function(Ar){Ar=Ar||{};var On=Ar.SecretId,In=Ar.SecretKey,Sa=Ar.KeyTime,sa=(Ar.method||Ar.Method||"get").toLowerCase(),qa=Er(Ar.Query||Ar.params||{}),To=Ue(Er(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(!In)throw new Error("missing param SecretKey");var Ds=Math.round(kr(Ar.SystemClockOffset)/1e3)-1,ps=Ds,yl=Ar.Expires||Ar.expires;yl===void 0?ps+=900:ps+=yl*1||0;var $l="sha1",Ou=On,As=Sa||Ds+";"+ps,Uu=Sa||Ds+";"+ps,ju=Ve(To,!0).join(";").toLowerCase(),$c=Ve(qa,!0).join(";").toLowerCase(),Oc=ie.HmacSHA1(Uu,In).toString(),vc=[sa,na,Kn.obj2str(qa,!0),Kn.obj2str(To,!0),""].join(`
`),Yl=["sha1",As,ie.SHA1(vc).toString(),""].join(`
`),ms=ie.HmacSHA1(Yl,Oc).toString(),Rs=["q-sign-algorithm="+$l,"q-ak="+Ou,"q-sign-time="+As,"q-key-time="+Uu,"q-header-list="+ju,"q-url-param-list="+$c,"q-signature="+ms].join("&");return Rs},kt=function(Ar,On,In){var Sa=On/8,sa=Ar.slice(In,In+Sa);return new Uint8Array(sa).reverse(),new{8:Uint8Array,16:Uint16Array,32:Uint32Array}[On](sa)[0]},tr=function(Ar,On,In,Sa){var sa=Ar.slice(On,In),qa="";return new Uint8Array(sa).forEach(function(To){qa+=String.fromCharCode(To)}),Sa&&(qa=decodeURIComponent(escape(qa))),qa},rr=function(Ar){for(var On={},In=tr(Ar),Sa={records:[]};Ar.byteLength;){var sa=kt(Ar,32,0),qa=kt(Ar,32,4),To=sa-qa-16,Hi=0,na;for(Ar=Ar.slice(12);Hi<qa;){var Ma=kt(Ar,8,Hi),Ds=tr(Ar,Hi+1,Hi+1+Ma),ps=kt(Ar,16,Hi+Ma+2),yl=tr(Ar,Hi+Ma+4,Hi+Ma+4+ps);On[Ds]=yl,Hi+=Ma+4+ps}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 $l=On[":error-code"],Ou=On[":error-message"],As=new Error(Ou);As.message=Ou,As.name=As.code=$l,Sa.error=As}Ar=Ar.slice(Hi+To+4)}return{payload:Sa.records.join(""),body:In}},ar=function(Ar){var On=this.options.CopySourceParser;if(On)return On(Ar);var In=Ar.match(/^([^.]+-\d+)\.cos(v6|-cdc|-cdz|-internal)?\.([^.]+)\.((myqcloud\.com)|(tencentcos\.cn))\/(.+)$/);return In?{Bucket:In[1],Region:In[3],Key:In[7]}:null},nr=function(){},ur=function(Ar){var On={};for(var In in Ar)Ar.hasOwnProperty(In)&&Ar[In]!==void 0&&Ar[In]!==null&&(On[In]=Ar[In]);return On},cr=function(Ar,On){var In,Sa=new FileReader;FileReader.prototype.readAsBinaryString?(In=FileReader.prototype.readAsBinaryString,Sa.onload=function(){On(this.result)}):FileReader.prototype.readAsArrayBuffer?In=function(qa){var To="",Hi=new FileReader;Hi.onload=function(na){for(var Ma=new Uint8Array(Hi.result),Ds=Ma.byteLength,ps=0;ps<Ds;ps++)To+=String.fromCharCode(Ma[ps]);On(To)},Hi.readAsArrayBuffer(qa)}:console.error("FileReader not support readAsBinaryString"),In.call(Sa,Ar)},mr=function(){var Hr=function(In,Sa){In=In.split("."),Sa=Sa.split(".");for(var sa=0;sa<Sa.length;sa++)if(In[sa]!==Sa[sa])return parseInt(In[sa])>parseInt(Sa[sa])?1:-1;return 0},Ar=function(In){if(!In)return!1;var Sa=(In.match(/Chrome\/([.\d]+)/)||[])[1],sa=(In.match(/QBCore\/([.\d]+)/)||[])[1],qa=(In.match(/QQBrowser\/([.\d]+)/)||[])[1],To=Sa&&Hr(Sa,"53.0.2785.116")<0&&sa&&Hr(sa,"3.53.991.400")<0&&qa&&Hr(qa,"9.0.2524.400")<=0||!1;return To};return Ar(typeof navigator<"u"&&navigator.userAgent)}(),hr=function(Ar,On,In,Sa,sa){var qa;if(Ar.slice?qa=Ar.slice(On,In):Ar.mozSlice?qa=Ar.mozSlice(On,In):Ar.webkitSlice&&(qa=Ar.webkitSlice(On,In)),Sa&&mr){var To=new FileReader;To.onload=function(Hi){qa=null,sa(new Blob([To.result]))},To.readAsArrayBuffer(qa)}else sa(qa)},br=function(Ar,On,In,Sa){In=In||nr,Ar?typeof On=="string"?In(Kn.md5(On,!0)):Blob&&On instanceof Blob?Kn.getFileMd5(On,function(sa,qa){In(qa)},Sa):In():In()},Rr=1024*1024,xr=function(Ar,On,In){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 Ds=Math.min(Sa,na+Rr);Kn.fileSlice(Ar,na,Ds,!1,function(ps){cr(ps,function(yl){ps=null,qa=qa.update(yl,!0),sa+=yl.length,yl=null,In&&In({loaded:sa,total:Sa,percent:Math.round(sa/Sa*1e4)/1e4}),Hi(na+Rr)})})};To(0)};function Er(Hr){return zr(Hr,function(Ar){return $(Ar)==="object"&&Ar!==null?Er(Ar):Ar})}function vr(Hr,Ar,On){return Hr&&Ar in Hr?Hr[Ar]:On}function Ir(Hr,Ar){return Fr(Ar,function(On,In){Hr[In]=Ar[In]}),Hr}function Lr(Hr){return Hr instanceof Array}function gr(Hr,Ar){for(var On=!1,In=0;In<Hr.length;In++)if(Ar===Hr[In]){On=!0;break}return On}function _r(Hr){return Lr(Hr)?Hr:[Hr]}function Fr(Hr,Ar){for(var On in Hr)Hr.hasOwnProperty(On)&&Ar(Hr[On],On)}function zr(Hr,Ar){var On=Lr(Hr)?[]:{};for(var In in Hr)Hr.hasOwnProperty(In)&&(On[In]=Ar(Hr[In],In));return On}function Vr(Hr,Ar){var On=Lr(Hr),In=On?[]:{};for(var Sa in Hr)Hr.hasOwnProperty(Sa)&&Ar(Hr[Sa],Sa)&&(On?In.push(Hr[Sa]):In[Sa]=Hr[Sa]);return In}var Gr=function(Ar){var On,In,Sa,sa="";for(On=0,In=Ar.length/2;On<In;On++)Sa=parseInt(Ar[On*2]+Ar[On*2+1],16),sa+=String.fromCharCode(Sa);return btoa(sa)},Tr=function(){var Ar=function(){return((1+Math.random())*65536|0).toString(16).substring(1)};return Ar()+Ar()+"-"+Ar()+"-"+Ar()+"-"+Ar()+"-"+Ar()+Ar()+Ar()},Cr=function(Ar,On){var In=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&&!In)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&&!In)return"Bucket";if(Hi&&!Sa)return"Region";if(!sa)return"Key"}return!1},Mr=function(Ar,On){if(On=Ir({},On),Ar!=="getAuth"&&Ar!=="getV4Auth"&&Ar!=="getObjectUrl"){var In=On.Headers||{};if(On&&$(On)==="object"){(function(){for(var sa in On)On.hasOwnProperty(sa)&&sa.indexOf("x-cos-")>-1&&(In[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&&(In[qa]=On[sa])}),On.Headers=ur(In)}}return On},yr=function(Ar,On){return function(In,Sa){var sa=this;typeof In=="function"&&(Sa=In,In={}),In=Mr(Ar,In);var qa;if(sa.options.EnableReporter)if(In.calledBySdk==="sliceUploadFile"||In.calledBySdk==="sliceCopyFile")qa=In.tracker&&In.tracker.generateSubTracker({apiName:Ar});else if(["uploadFile","uploadFiles"].includes(Ar))qa=null;else{var To=0;In.Body&&(To=typeof In.Body=="string"?In.Body.length:In.Body.size||In.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:In.Bucket,region:In.Region,apiName:Ar,realApi:Ar,accelerate:Hi,fileKey:In.Key,fileSize:To,deepTracker:sa.options.DeepTracker,customId:sa.options.CustomId,delay:sa.options.TrackerDelay})}In.tracker=qa;var na=function(As){return As&&As.headers&&(As.headers["x-cos-request-id"]&&(As.RequestId=As.headers["x-cos-request-id"]),As.headers["x-ci-request-id"]&&(As.RequestId=As.headers["x-ci-request-id"]),As.headers["x-cos-version-id"]&&(As.VersionId=As.headers["x-cos-version-id"]),As.headers["x-cos-delete-marker"]&&(As.DeleteMarker=As.headers["x-cos-delete-marker"])),As},Ma=function(As,Uu){qa&&qa.report(As,Uu),Sa&&Sa(na(As),na(Uu))},Ds=function(){if(Ar!=="getService"&&Ar!=="abortUploadTask"){var As=Cr.call(sa,Ar,In);if(As)return"missing param "+As;if(In.Region){if(sa.options.CompatibilityMode){if(!/^([a-z\d-.]+)$/.test(In.Region))return"Region format error."}else{if(In.Region.indexOf("cos.")>-1)return'param Region should not be start with "cos."';if(!/^([a-z\d-]+)$/.test(In.Region))return"Region format error."}!sa.options.CompatibilityMode&&In.Region.indexOf("-")===-1&&In.Region!=="yfb"&&In.Region!=="default"&&In.Region!=="accelerate"&&console.warn("warning: param Region format error, find help here: https://cloud.tencent.com/document/product/436/6224")}if(In.Bucket){if(!/^([a-z\d-]+)-(\d+)$/.test(In.Bucket))if(In.AppId)In.Bucket=In.Bucket+"-"+In.AppId;else if(sa.options.AppId)In.Bucket=In.Bucket+"-"+sa.options.AppId;else return'Bucket should format as "test-1250000000".';In.AppId&&(console.warn('warning: AppId has been deprecated, Please put it at the end of parameter Bucket(E.g Bucket:"test-1250000000" ).'),delete In.AppId)}!sa.options.UseRawKey&&In.Key&&In.Key.substr(0,1)==="/"&&(In.Key=In.Key.substr(1))}},ps=Ds(),yl=["getAuth","getObjectUrl"].includes(Ar);if(typeof Promise=="function"&&!yl&&!Sa)return new Promise(function(Ou,As){if(Sa=function(ju,$c){ju?As(ju):Ou($c)},ps)return Ma(Kn.error(new Error(ps)));On.call(sa,In,Ma)});if(ps)return Ma(Kn.error(new Error(ps)));var $l=On.call(sa,In,Ma);if(yl)return $l}},Sr=function(Ar,On){var In=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,Ds;sa===0&&Ar===0?Ds=1:Ds=Math.floor(sa/Ar*100)/100||0,qa=To,Sa=sa;try{On({loaded:sa,total:Ar,speed:Ma,percent:Ds})}catch{}}}return function(Ma,Ds){if(Ma&&(sa=Ma.loaded,Ar=Ma.total),Ds)clearTimeout(Hi),na();else{if(Hi)return;Hi=setTimeout(na,In.options.ProgressInterval)}}},Dr=function(Ar,On,In){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{In(Kn.error(new Error("params body format error, Only allow File|Blob|String.")));return}On.ContentLength=Sa,In(null,Sa)},kr=function(Ar){return Date.now()+(Ar||0)},Wr=function(Ar,On){var In=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=Er(In)),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()},jr=function(Ar){return/^https?:\/\/([^/]+\.)?ci\.[^/]+/.test(Ar)},Qr=function(){if((typeof navigator>"u"?"undefined":$(navigator))!=="object")return!1;var Hr=navigator.userAgent,Ar=!!Hr.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 In=_e.encode(Ar);return On&&(In=In.replaceAll("+","-").replaceAll("/","_").replaceAll("=","")),In},Wa=function(Ar){return Ar?_e.decode(Ar):""},qo=function(Ar){var On=Ar.split("/"),In=[],Sa=j(On),sa;try{for(Sa.s();!(sa=Sa.n()).done;){var qa=sa.value;qa===".."?In.length&&In.pop():qa.length&&qa!=="."&&In.push(qa)}}catch(To){Sa.e(To)}finally{Sa.f()}return"/"+In.join("/")},ds=function(Ar){var On;if(Ar&&typeof Ar=="string"){var In=Ar.trim(),Sa=In.indexOf("<")===0,sa=In.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:Mr,apiWrapper:yr,xml2json:he,json2xml:Ne,md5:re,clearKey:ur,fileSlice:hr,getBodyMd5:br,getFileMd5:xr,b64:Gr,extend:Ir,isArray:Lr,isInArray:gr,makeArray:_r,each:Fr,map:zr,filter:Vr,clone:Er,attr:vr,uuid:Tr,camSafeUrlEncode:Fe,throttleOnProgress:Sr,getFileSize:Dr,getSkewTime:kr,error:Wr,obj2str:jt,getAuth:qe,parseSelectPayload:rr,getSourceParams:ar,isBrowser:!0,isNode:Nr,isCIHost:jr,isIOS_QQ:Qr&&ca,encodeBase64:Po,decodeBase64:Wa,simplifyPath:qo,readAsBinaryString:cr,parseResBody:ds};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(_e,Ce){var he=_e[0],Ne=_e[1],Fe=_e[2],Ve=_e[3];he+=(Ne&Fe|~Ne&Ve)+Ce[0]-680876936|0,he=(he<<7|he>>>25)+Ne|0,Ve+=(he&Ne|~he&Fe)+Ce[1]-389564586|0,Ve=(Ve<<12|Ve>>>20)+he|0,Fe+=(Ve&he|~Ve&Ne)+Ce[2]+606105819|0,Fe=(Fe<<17|Fe>>>15)+Ve|0,Ne+=(Fe&Ve|~Fe&he)+Ce[3]-1044525330|0,Ne=(Ne<<22|Ne>>>10)+Fe|0,he+=(Ne&Fe|~Ne&Ve)+Ce[4]-176418897|0,he=(he<<7|he>>>25)+Ne|0,Ve+=(he&Ne|~he&Fe)+Ce[5]+1200080426|0,Ve=(Ve<<12|Ve>>>20)+he|0,Fe+=(Ve&he|~Ve&Ne)+Ce[6]-1473231341|0,Fe=(Fe<<17|Fe>>>15)+Ve|0,Ne+=(Fe&Ve|~Fe&he)+Ce[7]-45705983|0,Ne=(Ne<<22|Ne>>>10)+Fe|0,he+=(Ne&Fe|~Ne&Ve)+Ce[8]+1770035416|0,he=(he<<7|he>>>25)+Ne|0,Ve+=(he&Ne|~he&Fe)+Ce[9]-1958414417|0,Ve=(Ve<<12|Ve>>>20)+he|0,Fe+=(Ve&he|~Ve&Ne)+Ce[10]-42063|0,Fe=(Fe<<17|Fe>>>15)+Ve|0,Ne+=(Fe&Ve|~Fe&he)+Ce[11]-1990404162|0,Ne=(Ne<<22|Ne>>>10)+Fe|0,he+=(Ne&Fe|~Ne&Ve)+Ce[12]+1804603682|0,he=(he<<7|he>>>25)+Ne|0,Ve+=(he&Ne|~he&Fe)+Ce[13]-40341101|0,Ve=(Ve<<12|Ve>>>20)+he|0,Fe+=(Ve&he|~Ve&Ne)+Ce[14]-1502002290|0,Fe=(Fe<<17|Fe>>>15)+Ve|0,Ne+=(Fe&Ve|~Fe&he)+Ce[15]+1236535329|0,Ne=(Ne<<22|Ne>>>10)+Fe|0,he+=(Ne&Ve|Fe&~Ve)+Ce[1]-165796510|0,he=(he<<5|he>>>27)+Ne|0,Ve+=(he&Fe|Ne&~Fe)+Ce[6]-1069501632|0,Ve=(Ve<<9|Ve>>>23)+he|0,Fe+=(Ve&Ne|he&~Ne)+Ce[11]+643717713|0,Fe=(Fe<<14|Fe>>>18)+Ve|0,Ne+=(Fe&he|Ve&~he)+Ce[0]-373897302|0,Ne=(Ne<<20|Ne>>>12)+Fe|0,he+=(Ne&Ve|Fe&~Ve)+Ce[5]-701558691|0,he=(he<<5|he>>>27)+Ne|0,Ve+=(he&Fe|Ne&~Fe)+Ce[10]+38016083|0,Ve=(Ve<<9|Ve>>>23)+he|0,Fe+=(Ve&Ne|he&~Ne)+Ce[15]-660478335|0,Fe=(Fe<<14|Fe>>>18)+Ve|0,Ne+=(Fe&he|Ve&~he)+Ce[4]-405537848|0,Ne=(Ne<<20|Ne>>>12)+Fe|0,he+=(Ne&Ve|Fe&~Ve)+Ce[9]+568446438|0,he=(he<<5|he>>>27)+Ne|0,Ve+=(he&Fe|Ne&~Fe)+Ce[14]-1019803690|0,Ve=(Ve<<9|Ve>>>23)+he|0,Fe+=(Ve&Ne|he&~Ne)+Ce[3]-187363961|0,Fe=(Fe<<14|Fe>>>18)+Ve|0,Ne+=(Fe&he|Ve&~he)+Ce[8]+1163531501|0,Ne=(Ne<<20|Ne>>>12)+Fe|0,he+=(Ne&Ve|Fe&~Ve)+Ce[13]-1444681467|0,he=(he<<5|he>>>27)+Ne|0,Ve+=(he&Fe|Ne&~Fe)+Ce[2]-51403784|0,Ve=(Ve<<9|Ve>>>23)+he|0,Fe+=(Ve&Ne|he&~Ne)+Ce[7]+1735328473|0,Fe=(Fe<<14|Fe>>>18)+Ve|0,Ne+=(Fe&he|Ve&~he)+Ce[12]-1926607734|0,Ne=(Ne<<20|Ne>>>12)+Fe|0,he+=(Ne^Fe^Ve)+Ce[5]-378558|0,he=(he<<4|he>>>28)+Ne|0,Ve+=(he^Ne^Fe)+Ce[8]-2022574463|0,Ve=(Ve<<11|Ve>>>21)+he|0,Fe+=(Ve^he^Ne)+Ce[11]+1839030562|0,Fe=(Fe<<16|Fe>>>16)+Ve|0,Ne+=(Fe^Ve^he)+Ce[14]-35309556|0,Ne=(Ne<<23|Ne>>>9)+Fe|0,he+=(Ne^Fe^Ve)+Ce[1]-1530992060|0,he=(he<<4|he>>>28)+Ne|0,Ve+=(he^Ne^Fe)+Ce[4]+1272893353|0,Ve=(Ve<<11|Ve>>>21)+he|0,Fe+=(Ve^he^Ne)+Ce[7]-155497632|0,Fe=(Fe<<16|Fe>>>16)+Ve|0,Ne+=(Fe^Ve^he)+Ce[10]-1094730640|0,Ne=(Ne<<23|Ne>>>9)+Fe|0,he+=(Ne^Fe^Ve)+Ce[13]+681279174|0,he=(he<<4|he>>>28)+Ne|0,Ve+=(he^Ne^Fe)+Ce[0]-358537222|0,Ve=(Ve<<11|Ve>>>21)+he|0,Fe+=(Ve^he^Ne)+Ce[3]-722521979|0,Fe=(Fe<<16|Fe>>>16)+Ve|0,Ne+=(Fe^Ve^he)+Ce[6]+76029189|0,Ne=(Ne<<23|Ne>>>9)+Fe|0,he+=(Ne^Fe^Ve)+Ce[9]-640364487|0,he=(he<<4|he>>>28)+Ne|0,Ve+=(he^Ne^Fe)+Ce[12]-421815835|0,Ve=(Ve<<11|Ve>>>21)+he|0,Fe+=(Ve^he^Ne)+Ce[15]+530742520|0,Fe=(Fe<<16|Fe>>>16)+Ve|0,Ne+=(Fe^Ve^he)+Ce[2]-995338651|0,Ne=(Ne<<23|Ne>>>9)+Fe|0,he+=(Fe^(Ne|~Ve))+Ce[0]-198630844|0,he=(he<<6|he>>>26)+Ne|0,Ve+=(Ne^(he|~Fe))+Ce[7]+1126891415|0,Ve=(Ve<<10|Ve>>>22)+he|0,Fe+=(he^(Ve|~Ne))+Ce[14]-1416354905|0,Fe=(Fe<<15|Fe>>>17)+Ve|0,Ne+=(Ve^(Fe|~he))+Ce[5]-57434055|0,Ne=(Ne<<21|Ne>>>11)+Fe|0,he+=(Fe^(Ne|~Ve))+Ce[12]+1700485571|0,he=(he<<6|he>>>26)+Ne|0,Ve+=(Ne^(he|~Fe))+Ce[3]-1894986606|0,Ve=(Ve<<10|Ve>>>22)+he|0,Fe+=(he^(Ve|~Ne))+Ce[10]-1051523|0,Fe=(Fe<<15|Fe>>>17)+Ve|0,Ne+=(Ve^(Fe|~he))+Ce[1]-2054922799|0,Ne=(Ne<<21|Ne>>>11)+Fe|0,he+=(Fe^(Ne|~Ve))+Ce[8]+1873313359|0,he=(he<<6|he>>>26)+Ne|0,Ve+=(Ne^(he|~Fe))+Ce[15]-30611744|0,Ve=(Ve<<10|Ve>>>22)+he|0,Fe+=(he^(Ve|~Ne))+Ce[6]-1560198380|0,Fe=(Fe<<15|Fe>>>17)+Ve|0,Ne+=(Ve^(Fe|~he))+Ce[13]+1309151649|0,Ne=(Ne<<21|Ne>>>11)+Fe|0,he+=(Fe^(Ne|~Ve))+Ce[4]-145523070|0,he=(he<<6|he>>>26)+Ne|0,Ve+=(Ne^(he|~Fe))+Ce[11]-1120210379|0,Ve=(Ve<<10|Ve>>>22)+he|0,Fe+=(he^(Ve|~Ne))+Ce[2]+718787259|0,Fe=(Fe<<15|Fe>>>17)+Ve|0,Ne+=(Ve^(Fe|~he))+Ce[9]-343485551|0,Ne=(Ne<<21|Ne>>>11)+Fe|0,_e[0]=he+_e[0]|0,_e[1]=Ne+_e[1]|0,_e[2]=Fe+_e[2]|0,_e[3]=Ve+_e[3]|0}function L(_e){var Ce=[],he;for(he=0;he<64;he+=4)Ce[he>>2]=_e.charCodeAt(he)+(_e.charCodeAt(he+1)<<8)+(_e.charCodeAt(he+2)<<16)+(_e.charCodeAt(he+3)<<24);return Ce}function $(_e){var Ce=[],he;for(he=0;he<64;he+=4)Ce[he>>2]=_e[he]+(_e[he+1]<<8)+(_e[he+2]<<16)+(_e[he+3]<<24);return Ce}function j(_e){var Ce=_e.length,he=[1732584193,-271733879,-1732584194,271733878],Ne,Fe,Ve,jt,Et,Ue;for(Ne=64;Ne<=Ce;Ne+=64)k(he,L(_e.substring(Ne-64,Ne)));for(_e=_e.substring(Ne-64),Fe=_e.length,Ve=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],Ne=0;Ne<Fe;Ne+=1)Ve[Ne>>2]|=_e.charCodeAt(Ne)<<(Ne%4<<3);if(Ve[Ne>>2]|=128<<(Ne%4<<3),Ne>55)for(k(he,Ve),Ne=0;Ne<16;Ne+=1)Ve[Ne]=0;return jt=Ce*8,jt=jt.toString(16).match(/(.*?)(.{0,8})$/),Et=parseInt(jt[2],16),Ue=parseInt(jt[1],16)||0,Ve[14]=Et,Ve[15]=Ue,k(he,Ve),he}function V(_e){var Ce=_e.length,he=[1732584193,-271733879,-1732584194,271733878],Ne,Fe,Ve,jt,Et,Ue;for(Ne=64;Ne<=Ce;Ne+=64)k(he,$(_e.subarray(Ne-64,Ne)));for(_e=Ne-64<Ce?_e.subarray(Ne-64):new Uint8Array(0),Fe=_e.length,Ve=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],Ne=0;Ne<Fe;Ne+=1)Ve[Ne>>2]|=_e[Ne]<<(Ne%4<<3);if(Ve[Ne>>2]|=128<<(Ne%4<<3),Ne>55)for(k(he,Ve),Ne=0;Ne<16;Ne+=1)Ve[Ne]=0;return jt=Ce*8,jt=jt.toString(16).match(/(.*?)(.{0,8})$/),Et=parseInt(jt[2],16),Ue=parseInt(jt[1],16)||0,Ve[14]=Et,Ve[15]=Ue,k(he,Ve),he}function z(_e){var Ce="",he;for(he=0;he<4;he+=1)Ce+=n[_e>>he*8+4&15]+n[_e>>he*8&15];return Ce}function re(_e){var Ce;for(Ce=0;Ce<_e.length;Ce+=1)_e[Ce]=z(_e[Ce]);return _e.join("")}re(j("hello")),typeof ArrayBuffer<"u"&&!ArrayBuffer.prototype.slice&&function(){function _e(Ce,he){return Ce=Ce|0||0,Ce<0?Math.max(Ce+he,0):Math.min(Ce,he)}ArrayBuffer.prototype.slice=function(Ce,he){var Ne=this.byteLength,Fe=_e(Ce,Ne),Ve=Ne,jt,Et,Ue,qe;return he!==y&&(Ve=_e(he,Ne)),Fe>Ve?new ArrayBuffer(0):(jt=Ve-Fe,Et=new ArrayBuffer(jt),Ue=new Uint8Array(Et),qe=new Uint8Array(this,Fe,jt),Ue.set(qe),Et)}}();function ie(_e){return/[\u0080-\uFFFF]/.test(_e)&&(_e=unescape(encodeURIComponent(_e))),_e}function oe(_e,Ce){var he=_e.length,Ne=new ArrayBuffer(he),Fe=new Uint8Array(Ne),Ve;for(Ve=0;Ve<he;Ve+=1)Fe[Ve]=_e.charCodeAt(Ve);return Ce?Fe:Ne}function ue(_e){return String.fromCharCode.apply(null,new Uint8Array(_e))}function de(_e,Ce,he){var Ne=new Uint8Array(_e.byteLength+Ce.byteLength);return Ne.set(new Uint8Array(_e)),Ne.set(new Uint8Array(Ce),_e.byteLength),Ne}function pe(_e){var Ce=[],he=_e.length,Ne;for(Ne=0;Ne<he-1;Ne+=2)Ce.push(parseInt(_e.substr(Ne,2),16));return String.fromCharCode.apply(String,Ce)}function Ie(){this.reset()}return Ie.prototype.append=function(_e){return this.appendBinary(ie(_e)),this},Ie.prototype.appendBinary=function(_e){this._buff+=_e,this._length+=_e.length;var Ce=this._buff.length,he;for(he=64;he<=Ce;he+=64)k(this._hash,L(this._buff.substring(he-64,he)));return this._buff=this._buff.substring(he-64),this},Ie.prototype.end=function(_e){var Ce=this._buff,he=Ce.length,Ne,Fe=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],Ve;for(Ne=0;Ne<he;Ne+=1)Fe[Ne>>2]|=Ce.charCodeAt(Ne)<<(Ne%4<<3);return this._finish(Fe,he),Ve=re(this._hash),_e&&(Ve=pe(Ve)),this.reset(),Ve},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(_e){return this._buff=_e.buff,this._length=_e.length,this._hash=_e.hash,this},Ie.prototype.destroy=function(){delete this._hash,delete this._buff,delete this._length},Ie.prototype._finish=function(_e,Ce){var he=Ce,Ne,Fe,Ve;if(_e[he>>2]|=128<<(he%4<<3),he>55)for(k(this._hash,_e),he=0;he<16;he+=1)_e[he]=0;Ne=this._length*8,Ne=Ne.toString(16).match(/(.*?)(.{0,8})$/),Fe=parseInt(Ne[2],16),Ve=parseInt(Ne[1],16)||0,_e[14]=Fe,_e[15]=Ve,k(this._hash,_e)},Ie.hash=function(_e,Ce){return Ie.hashBinary(ie(_e),Ce)},Ie.hashBinary=function(_e,Ce){var he=j(_e),Ne=re(he);return Ce?pe(Ne):Ne},Ie.ArrayBuffer=function(){this.reset()},Ie.ArrayBuffer.prototype.append=function(_e){var Ce=de(this._buff.buffer,_e),he=Ce.length,Ne;for(this._length+=_e.byteLength,Ne=64;Ne<=he;Ne+=64)k(this._hash,$(Ce.subarray(Ne-64,Ne)));return this._buff=Ne-64<he?new Uint8Array(Ce.buffer.slice(Ne-64)):new Uint8Array(0),this},Ie.ArrayBuffer.prototype.end=function(_e){var Ce=this._buff,he=Ce.length,Ne=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],Fe,Ve;for(Fe=0;Fe<he;Fe+=1)Ne[Fe>>2]|=Ce[Fe]<<(Fe%4<<3);return this._finish(Ne,he),Ve=re(this._hash),_e&&(Ve=pe(Ve)),this.reset(),Ve},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 _e=Ie.prototype.getState.call(this);return _e.buff=ue(_e.buff),_e},Ie.ArrayBuffer.prototype.setState=function(_e){return _e.buff=oe(_e.buff,!0),Ie.prototype.setState.call(this,_e)},Ie.ArrayBuffer.prototype.destroy=Ie.prototype.destroy,Ie.ArrayBuffer.prototype._finish=Ie.prototype._finish,Ie.ArrayBuffer.hash=function(_e,Ce){var he=V(new Uint8Array(_e)),Ne=re(he);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,_e,Ce;return __generator(this,function(he){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 _e=oe===t?$:t,Ce=ue.getImageData(0,0,V,z),_e.width=V,_e.height=z,ue.putImageData(Ce,0,0),[2,_e]})})},e.prototype.toBlob=function(t){var y=t.toDataURL(this.outputType,this.config.quality),n=atob(y.split(",")[1]).split("").map(function(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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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.10",ANDROID_NDK_LATEST_HOME:"/usr/local/lib/android/sdk/ndk/27.0.12077973",JAVA_HOME_21_X64:"/usr/lib/jvm/temurin-21-jdk-amd64",STATS_RDCL:"true",GITHUB_RETENTION_DAYS:"90",GITHUB_REPOSITORY_OWNER_ID:"43716716",POWERSHELL_DISTRIBUTION_CHANNEL:"GitHub-Actions-ubuntu22",AZURE_EXTENSION_DIR:"/opt/az/azcliextensions",GITHUB_HEAD_REF:"",npm_config_userconfig:"/home/runner/.npmrc",npm_config_local_prefix:"/home/runner/work/md/md",SYSTEMD_EXEC_PID:"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:"20240818.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:18943",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:"false",GITHUB_RUN_ID:"10543836863",STATS_VMFE:"true",npm_config_cache:"/home/runner/.npm",GITHUB_REF_TYPE:"branch",BOOTSTRAP_HASKELL_NONINTERACTIVE:"1",GITHUB_WORKFLOW_SHA:"1904ab492a054fb17b56f6b35fdd4faaf929ca44",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_1e849aad-7f1d-416a-9b06-d64f44ff84ab",INVOCATION_ID:"f332161b63ff4ce3b5d5ede5c9c7ca36",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:"395",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 20",XDG_CONFIG_HOME:"/home/runner/.config",STATS_VMD:"true",GITHUB_REF_NAME:"main",GITHUB_REPOSITORY:"doocs/md",STATS_D_D:"false",npm_lifecycle_script:"vite build",STATS_UE:"true",ANDROID_NDK_ROOT:"/usr/local/lib/android/sdk/ndk/27.0.12077973",GITHUB_ACTION_REF:"",DEBIAN_FRONTEND:"noninteractive",GITHUB_REPOSITORY_ID:"218952803",GITHUB_ACTIONS:"true",npm_package_version:"1.6.0",npm_lifecycle_event:"build:only",GITHUB_REF_PROTECTED:"true",GITHUB_WORKSPACE:"/home/runner/work/md/md",ACCEPT_EULA:"Y",GITHUB_JOB:"build-and-deploy",RUNNER_PERFLOG:"/home/runner/perflog",GITHUB_SHA:"1904ab492a054fb17b56f6b35fdd4faaf929ca44",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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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",STATS_TIS:"mining",GITHUB_EVENT_NAME:"push",HOMEBREW_NO_AUTO_UPDATE:"1",ANDROID_HOME:"/usr/local/lib/android/sdk",GITHUB_SERVER_URL:"https://github.com",GECKOWEBDRIVER:"/usr/local/share/gecko_driver",LEIN_JAR:"/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar",GHCUP_INSTALL_BASE_PREFIX:"/usr/local",GITHUB_OUTPUT:"/home/runner/work/_temp/_runner_file_commands/set_output_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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_8f8d82e0-8906-47f5-b5ad-cc248c413d96",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:2113,ppid:2112,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 _e=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,"[]"))&&(_e=utils$1.toArray(de)))return pe=removeBrackets(pe),_e.forEach(function(he,Ne){!(utils$1.isUndefined(he)||he===null)&&t.append($===!0?renderKey([pe],Ne,L):$===null?pe:pe+"[]",z(he))}),!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(_e,Ce){(!(utils$1.isUndefined(_e)||_e===null)&&k.call(t,_e,utils$1.isString(Ce)?Ce.trim():Ce,pe,oe))===!0&&ue(_e,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 _e(){if(!Ie)return;const he=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:he,config:e,request:Ie};settle(function(jt){y(jt),pe()},function(jt){n(jt),pe()},Fe),Ie=null}"onloadend"in Ie?Ie.onloadend=_e:Ie.onreadystatechange=function(){!Ie||Ie.readyState!==4||Ie.status===0&&!(Ie.responseURL&&Ie.responseURL.indexOf("file:")===0)||setTimeout(_e)},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=he=>{Ie&&(n(!he||he.type?new CanceledError(null,e,Ie):he),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 _e=()=>{!pe&&setTimeout(()=>{ue&&ue.unsubscribe()}),pe=!0};let Ce;try{if(V&&supportsRequestStream&&y!=="get"&&y!=="head"&&(Ce=await resolveBodyLength(re,n))!==0){let Ve=new Request(t,{method:"POST",body:n,duplex:"half"}),jt;if(utils$1.isFormData(n)&&(jt=Ve.headers.get("content-type"))&&re.setContentType(jt),Ve.body){const[Et,Ue]=progressEventDecorator(Ce,progressEventReducer(asyncDecorator(V)));n=trackStream(Ve.body,DEFAULT_CHUNK_SIZE,Et,Ue,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 he=await fetch(Ie);const Ne=supportsResponseStream&&(z==="stream"||z==="response");if(supportsResponseStream&&(j||Ne)){const Ve={};["status","statusText","headers"].forEach(qe=>{Ve[qe]=he[qe]});const jt=utils$1.toFiniteNumber(he.headers.get("content-length")),[Et,Ue]=j&&progressEventDecorator(jt,progressEventReducer(asyncDecorator(j),!0))||[];he=new Response(trackStream(he.body,DEFAULT_CHUNK_SIZE,Et,()=>{Ue&&Ue(),Ne&&_e()},encodeText),Ve)}z=z||"text";let Fe=await resolvers[utils$1.findKey(resolvers,z)||"text"](he,e);return!Ne&&_e(),de&&de(),await new Promise((Ve,jt)=>{settle(Ve,jt,{data:Fe,headers:AxiosHeaders.from(he.headers),status:he.status,statusText:he.statusText,config:e,request:Ie})})}catch(he){throw _e(),he&&he.name==="TypeError"&&/fetch/i.test(he.message)?Object.assign(new AxiosError("Network Error",AxiosError.ERR_NETWORK,e,Ie),{cause:he.cause||he}):AxiosError.from(he,he&&he.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};/**
* @license lucide-vue-next v0.428.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/const toKebabCase=e=>e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase();/**
* @license lucide-vue-next v0.428.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/var defaultAttributes={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};/**
* @license lucide-vue-next v0.428.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/const Icon=({size: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.428.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/const createLucideIcon=(e,t)=>(y,{slots:n})=>h$1(Icon,{...y,iconNode:t,name:e},n);/**
* @license lucide-vue-next v0.428.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/const ChevronRight=createLucideIcon("ChevronRightIcon",[["path",{d:"m9 18 6-6-6-6",key:"mthhwq"}]]),_sfc_main$v={__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 jt;return(jt=toValue$1(y.open))!=null?jt:!0}),L=computed(()=>toValue$1(y.middleware)),$=computed(()=>{var jt;return(jt=toValue$1(y.placement))!=null?jt:"bottom"}),j=computed(()=>{var jt;return(jt=toValue$1(y.strategy))!=null?jt:"absolute"}),V=computed(()=>{var jt;return(jt=toValue$1(y.transform))!=null?jt:!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),_e=computed(()=>{const jt={position:ue.value,left:"0",top:"0"};if(!re.value)return jt;const Et=roundByDPR(re.value,ie.value),Ue=roundByDPR(re.value,oe.value);return V.value?{...jt,transform:"translate("+Et+"px, "+Ue+"px)",...getDPR(re.value)>=1.5&&{willChange:"transform"}}:{position:ue.value,left:Et+"px",top:Ue+"px"}});let Ce;function he(){z.value==null||re.value==null||computePosition(z.value,re.value,{middleware:L.value,placement:$.value,strategy:j.value}).then(jt=>{ie.value=jt.x,oe.value=jt.y,ue.value=jt.strategy,de.value=jt.placement,pe.value=jt.middlewareData,Ie.value=!0})}function Ne(){typeof Ce=="function"&&(Ce(),Ce=void 0)}function Fe(){if(Ne(),n===void 0){he();return}if(z.value!=null&&re.value!=null){Ce=n(z.value,re.value,he);return}}function Ve(){k.value||(Ie.value=!1)}return watch([L,$,j],he,{flush:"sync"}),watch([z,re],Fe,{flush:"sync"}),watch(k,Ve,{flush:"sync"}),getCurrentScope()&&onScopeDispose(Ne),{x:shallowReadonly(ie),y:shallowReadonly(oe),strategy:shallowReadonly(ue),placement:shallowReadonly(de),middlewareData:shallowReadonly(pe),isPositioned:shallowReadonly(Ie),floatingStyles:_e,update:he}}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=he=>j?typeof j=="function"?j(he):fi(he):he,_e=()=>Jr(e[t])?Ie(e[t]):ie,Ce=he=>{oe?oe(he)&&de(pe,he):de(pe,he)};if(V){const he=_e(),Ne=ref$1(he);let Fe=!1;return watch(()=>e[t],Ve=>{Fe||(Fe=!0,Ne.value=Ie(Ve),nextTick$1(()=>Fe=!1))}),watch(Ne,Ve=>{!Fe&&(Ve!==e[t]||re)&&Ce(Ve)},{deep:re}),Ne}else return computed({get(){return _e()},set(he){Ce(he)}})}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"],_e=ue||de,Ce=ie||oe;if(!pe&&!Ie&&(!_e&&!Ce||k==="vertical"&&Ce||k==="horizontal"&&_e))return null;const he=y?Array.from(y.querySelectorAll(L)):$;if(!he.length)return null;z&&e.preventDefault();let Ne=null;return Ce||_e?Ne=Il(he,t,{goForward:_e?de:V==="ltr"?ie:oe,loop:j}):pe?Ne=he.at(0)||null:Ie&&(Ne=he.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(_e){console.error("aria-hidden: cannot operate on ",oe,_e)}})};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,_e=$a(t.value);oe?($("MOUNT"),j("enter"),_e==="none"&&j("after-enter")):_e==="none"||((de=y.value)==null?void 0:de.display)==="none"?($("UNMOUNT"),j("leave"),j("after-leave")):ue&&Ie!==_e?($("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 _e=Ie.target;ie.contains(_e)?$.value=_e:dt($.value,{select:!0})}function ue(Ie){if(V.paused||!ie)return;const _e=Ie.relatedTarget;_e!==null&&(ie.contains(_e)||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="",_e="";return ie==="bottom"?(Ie=V?ue:`${de}px`,_e=`${-re}px`):ie==="top"?(Ie=V?ue:`${de}px`,_e=`${$.floating.height+re}px`):ie==="right"?(Ie=`${-re}px`,_e=V?ue:`${pe}px`):ie==="left"&&(Ie=`${$.floating.width+re}px`,_e=V?ue:`${pe}px`),{data:{x:Ie,y:_e}}}}}function Bn(e){const[t,y="center"]=e.split("-");return[t,y]}const ql={side:"bottom",sideOffset:0,align:"center",alignOffset:0,arrowPadding:0,avoidCollisions:!0,collisionBoundary:()=>[],collisionPadding:0,sticky:"partial",hideWhenDetached:!1,updatePositionStrategy:"optimized",prioritizePosition:!1},[Xu,Zu]=Q("PopperContent"),Pt=defineComponent({inheritAttrs:!1,__name:"PopperContent",props:mergeDefaults({side:{},sideOffset:{},align:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{}},{...ql}),emits:["placed"],setup(e,{emit:t}){const y=e,n=t,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:kt,availableWidth:tr,availableHeight:rr})=>{const{width:ar,height:nr}=kt.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:_e,isPositioned:Ce,middlewareData:he}=useFloating(k.anchor,j,{strategy:"fixed",placement:ie,whileElementsMounted:(...qe)=>autoUpdate(...qe,{animationFrame:y.updatePositionStrategy==="always"}),middleware:pe}),Ne=computed(()=>Bn(_e.value)[0]),Fe=computed(()=>Bn(_e.value)[1]);watchPostEffect(()=>{Ce.value&&n("placed")});const Ve=computed(()=>{var qe;return((qe=he.value.arrow)==null?void 0:qe.centerOffset)!==0}),jt=ref$1("");watchEffect(()=>{$.value&&(jt.value=window.getComputedStyle($.value).zIndex)});const Et=computed(()=>{var qe;return((qe=he.value.arrow)==null?void 0:qe.x)??0}),Ue=computed(()=>{var qe;return((qe=he.value.arrow)==null?void 0:qe.y)??0});return Zu({placedSide:Ne,onArrowChange:qe=>V.value=qe,arrowX:Et,arrowY:Ue,shouldHideArrow:Ve}),(qe,kt)=>{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:jt.value,"--radix-popper-transform-origin":[(tr=unref(he).transformOrigin)==null?void 0:tr.x,(rr=unref(he).transformOrigin)==null?void 0:rr.y].join(" "),...((ar=unref(he).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 _e=new CustomEvent(vd,md);if(pe.currentTarget.dispatchEvent(_e),k("entryFocus",_e),!_e.defaultPrevented){const Ce=ue().map(Ve=>Ve.ref).filter(Ve=>Ve.dataset.disabled!==""),he=Ce.find(Ve=>Ve.getAttribute("data-active")==="true"),Ne=Ce.find(Ve=>Ve.id===z.value),Fe=[he,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]=_e=>ie.value=!0),onFocus:de,onBlur:Ie[1]||(Ie[1]=_e=>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:_e,currentElement:Ce}=T(),he=Ie(Ce);watch(Ce,qe=>{k.onContentChange(qe)});const{handleTypeaheadSearch:Ne}=ga(he);onUnmounted(()=>{window.clearTimeout(re.value)});function Fe(qe){var kt,tr;return ue.value===((kt=oe.value)==null?void 0:kt.side)&&uu(qe,(tr=oe.value)==null?void 0:tr.area)}async function Ve(qe){var kt;n("openAutoFocus",qe),!qe.defaultPrevented&&(qe.preventDefault(),(kt=Ce.value)==null||kt.focus({preventScroll:!0}))}function jt(qe){if(qe.defaultPrevented)return;const kt=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"||(kt&&(qe.key==="Tab"&&qe.preventDefault(),!tr&&rr&&Ne(qe.key)),qe.target!==Ce.value)||!lu.includes(qe.key))return;qe.preventDefault();const nr=he.value;zl.includes(qe.key)&&nr.reverse(),$n(nr)}function Et(qe){var kt,tr;(tr=(kt=qe==null?void 0:qe.currentTarget)==null?void 0:kt.contains)!=null&&tr.call(kt,qe.target)||(window.clearTimeout(re.value),z.value="")}function Ue(qe){var kt;if(!ua(qe))return;const tr=qe.target,rr=de.value!==qe.clientX;if((kt=qe==null?void 0:qe.currentTarget)!=null&&kt.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 kt;Fe(qe)||((kt=Ce.value)==null||kt.focus(),pe.value=null)},onTriggerLeave:qe=>!!Fe(qe),searchRef:z,pointerGraceTimerRef:ie,onPointerGraceIntentChange:qe=>{oe.value=qe}}),(qe,kt)=>(openBlock(),createBlock(unref(Ya),{"as-child":"",trapped:unref($),onMountAutoFocus:Ve,onUnmountAutoFocus:kt[7]||(kt[7]=tr=>n("closeAutoFocus",tr))},{default:withCtx(()=>[createVNode(unref(yt),{"as-child":"","disable-outside-pointer-events":unref(j),onEscapeKeyDown:kt[2]||(kt[2]=tr=>n("escapeKeyDown",tr)),onPointerDownOutside:kt[3]||(kt[3]=tr=>n("pointerDownOutside",tr)),onFocusOutside:kt[4]||(kt[4]=tr=>n("focusOutside",tr)),onInteractOutside:kt[5]||(kt[5]=tr=>n("interactOutside",tr)),onDismiss:kt[6]||(kt[6]=tr=>n("dismiss"))},{default:withCtx(()=>[createVNode(unref(At),{"current-tab-stop-id":pe.value,"onUpdate:currentTabStopId":kt[0]||(kt[0]=tr=>pe.value=tr),"as-child":"",orientation:"vertical",dir:unref(L).dir.value,loop:unref(V),onEntryFocus:kt[1]||(kt[1]=tr=>{n("entryFocus",tr),unref(L).isUsingKeyboardRef.value||tr.preventDefault()})},{default:withCtx(()=>[createVNode(unref(Pt),{ref:unref(_e),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:jt,onBlur:Et,onPointermove:Ue},{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",_e=Ie?-5:5,Ce=de[Ie?"left":"right"],he=de[Ie?"right":"left"];L.onPointerGraceIntentChange({area:[{x:ie.clientX+_e,y:ie.clientY},{x:Ce,y:de.top},{x:he,y:de.top},{x:he,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}))}}),[as,Dd]=Q("ContextMenuRoot"),Zv=defineComponent({inheritAttrs:!1,__name:"ContextMenuRoot",props:{dir:{},modal:{type:Boolean,default:!0}},emits:["update:open"],setup(e,{emit:t}){const y=e,n=t,{dir:k,modal:L}=toRefs(y);T();const $=ye(k),j=ref$1(!1);return Dd({open:j,onOpenChange:V=>{j.value=V},dir:$,modal:L}),watch(j,V=>{n("update:open",V)}),(V,z)=>(openBlock(),createBlock(unref(oo),{open:j.value,"onUpdate:open":z[0]||(z[0]=re=>j.value=re),dir:unref($),modal:unref(L)},{default:withCtx(()=>[renderSlot(V.$slots,"default")]),_:3},8,["open","dir","modal"]))}});function Uo(e){return e.pointerType!=="mouse"}const Jv=defineComponent({inheritAttrs:!1,__name:"ContextMenuTrigger",props:{disabled:{type:Boolean,default:!1},asChild:{type:Boolean},as:{default:"span"}},setup(e){const t=e,{disabled:y}=toRefs(t),{forwardRef:n}=T(),k=as(),L=ref$1({x:0,y:0}),$=computed(()=>({getBoundingClientRect:()=>({width:0,height:0,left:L.value.x,right:L.value.x,top:L.value.y,bottom:L.value.y,...L.value})})),j=ref$1(0);function V(){window.clearTimeout(j.value)}function z(ue){L.value={x:ue.clientX,y:ue.clientY},k.onOpenChange(!0)}async function re(ue){y.value||(await nextTick$1(),ue.defaultPrevented||(V(),z(ue),ue.preventDefault()))}async function ie(ue){y.value||(await nextTick$1(),Uo(ue)&&!ue.defaultPrevented&&(V(),j.value=window.setTimeout(()=>z(ue),700)))}async function oe(ue){y.value||(await nextTick$1(),Uo(ue)&&!ue.defaultPrevented&&V())}return(ue,de)=>(openBlock(),createElementBlock(Fragment,null,[createVNode(unref(Za),{as:"template",element:$.value},null,8,["element"]),createVNode(unref(O),mergeProps({ref:unref(n),as:ue.as,"as-child":ue.asChild,"data-state":unref(k).open.value?"open":"closed","data-disabled":unref(y)?"":void 0,style:{WebkitTouchCallout:"none"}},ue.$attrs,{onContextmenu:re,onPointerdown:ie,onPointermove:oe,onPointercancel:oe,onPointerup:oe}),{default:withCtx(()=>[renderSlot(ue.$slots,"default")]),_:3},16,["as","as-child","data-state","data-disabled"])],64))}}),Qv=defineComponent({__name:"ContextMenuPortal",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))}}),em=defineComponent({__name:"ContextMenuContent",props:{forceMount:{type:Boolean},loop:{type:Boolean},alignOffset:{default:0},avoidCollisions:{type:Boolean,default:!0},collisionBoundary:{default:()=>[]},collisionPadding:{default:0},sticky:{default:"partial"},hideWhenDetached:{type:Boolean,default:!1},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","closeAutoFocus"],setup(e,{emit:t}){const y=xe(e,t);T();const n=as(),k=ref$1(!1);return(L,$)=>(openBlock(),createBlock(unref(uo),mergeProps(unref(y),{side:"right","side-offset":2,align:"start",style:{"--radix-context-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-context-menu-content-available-width":"var(--radix-popper-available-width)","--radix-context-menu-content-available-height":"var(--radix-popper-available-height)","--radix-context-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-context-menu-trigger-height":"var(--radix-popper-anchor-height)"},onCloseAutoFocus:$[0]||($[0]=j=>{!j.defaultPrevented&&k.value&&j.preventDefault(),k.value=!1}),onInteractOutside:$[1]||($[1]=j=>{!j.defaultPrevented&&!unref(n).modal.value&&(k.value=!0)})}),{default:withCtx(()=>[renderSlot(L.$slots,"default")]),_:3},16))}}),am=defineComponent({__name:"ContextMenuItem",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))}}),om=defineComponent({__name:"ContextMenuSeparator",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))}}),[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,_e)=>(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$u=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$t=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 _e=j[Ie];if(z===0){if(_e===k&&(n||j.slice(Ie,Ie+L)===t)){V.push(j.slice(re,Ie)),re=Ie+L;continue}if(_e==="/"){ie=Ie;continue}}_e==="["?z++:_e==="]"&&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(":"),_e=ie?Ie+IMPORTANT_MODIFIER:Ie,Ce=_e+pe;if(L.includes(Ce))continue;L.push(Ce);const he=k(pe,de);for(let Ne=0;Ne<he.length;++Ne){const Fe=he[Ne];L.push(_e+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"),_e=fromTheme("opacity"),Ce=fromTheme("padding"),he=fromTheme("saturate"),Ne=fromTheme("scale"),Fe=fromTheme("sepia"),Ve=fromTheme("skew"),jt=fromTheme("space"),Et=fromTheme("translate"),Ue=()=>["auto","contain","none"],qe=()=>["auto","hidden","clip","visible","scroll"],kt=()=>["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"],mr=()=>["start","end","center","between","around","evenly","stretch"],hr=()=>["","0",isArbitraryValue],br=()=>["auto","avoid","all","avoid-page","page","left","right","column"],Rr=()=>[isNumber,isArbitraryValue];return{cacheSize:500,separator:":",theme:{colors:[isAny],spacing:[isLength,isArbitraryLength],blur:["none","",isTshirtSize,isArbitraryValue],brightness:Rr(),borderColor:[e],borderRadius:["none","","full",isTshirtSize,isArbitraryValue],borderSpacing:tr(),borderWidth:rr(),contrast:Rr(),grayscale:hr(),hueRotate:Rr(),invert:hr(),gap:tr(),gradientColorStops:[e],gradientColorStopPositions:[isPercent,isArbitraryLength],inset:kt(),margin:kt(),opacity:Rr(),padding:tr(),saturate:Rr(),scale:Rr(),sepia:hr(),skew:Rr(),space:tr(),translate:tr()},classGroups:{aspect:[{aspect:["auto","square","video",isArbitraryValue]}],container:["container"],columns:[{columns:[isTshirtSize]}],"break-after":[{"break-after":br()}],"break-before":[{"break-before":br()}],"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:Ue()}],"overscroll-x":[{"overscroll-x":Ue()}],"overscroll-y":[{"overscroll-y":Ue()}],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:kt()}],"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",...mr()]}],"justify-items":[{"justify-items":["start","end","center","stretch"]}],"justify-self":[{"justify-self":["auto","start","end","center","stretch"]}],"align-content":[{content:["normal",...mr(),"baseline"]}],"align-items":[{items:["start","end","center","baseline","stretch"]}],"align-self":[{self:["auto","start","end","center","stretch","baseline"]}],"place-content":[{"place-content":[...mr(),"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":[jt]}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":[jt]}],"space-y-reverse":["space-y-reverse"],w:[{w:["auto","min","max","fit","svw","lvw","dvw",isArbitraryValue,t]}],"min-w":[{"min-w":[isArbitraryValue,t,"min","max","fit"]}],"max-w":[{"max-w":[isArbitraryValue,t,"none","full","min","max","fit","prose",{screen:[isTshirtSize]},isTshirtSize]}],h:[{h:[isArbitraryValue,t,"auto","min","max","fit","svh","lvh","dvh"]}],"min-h":[{"min-h":[isArbitraryValue,t,"min","max","fit","svh","lvh","dvh"]}],"max-h":[{"max-h":[isArbitraryValue,t,"min","max","fit","svh","lvh","dvh"]}],size:[{size:[isArbitraryValue,t,"auto","min","max","fit"]}],"font-size":[{text:["base",isTshirtSize,isArbitraryLength]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:["thin","extralight","light","normal","medium","semibold","bold","extrabold","black",isArbitraryNumber]}],"font-family":[{font:[isAny]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractons"],tracking:[{tracking:["tighter","tight","normal","wide","wider","widest",isArbitraryValue]}],"line-clamp":[{"line-clamp":["none",isNumber,isArbitraryNumber]}],leading:[{leading:["none","tight","snug","normal","relaxed","loose",isLength,isArbitraryValue]}],"list-image":[{"list-image":["none",isArbitraryValue]}],"list-style-type":[{list:["none","disc","decimal",isArbitraryValue]}],"list-style-position":[{list:["inside","outside"]}],"placeholder-color":[{placeholder:[e]}],"placeholder-opacity":[{"placeholder-opacity":[_e]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"text-color":[{text:[e]}],"text-opacity":[{"text-opacity":[_e]}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...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":[_e]}],"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":[_e]}],"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":[_e]}],"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":[_e]}],"ring-offset-w":[{"ring-offset":[isLength,isArbitraryLength]}],"ring-offset-color":[{"ring-offset":[e]}],shadow:[{shadow:["","inner","none",isTshirtSize,isArbitraryShadow]}],"shadow-color":[{shadow:[isAny]}],opacity:[{opacity:[_e]}],"mix-blend":[{"mix-blend":[...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:[he]}],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":[_e]}],"backdrop-saturate":[{"backdrop-saturate":[he]}],"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:Rr()}],ease:[{ease:["linear","in","out","in-out",isArbitraryValue]}],delay:[{delay:Rr()}],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":[Ve]}],"skew-y":[{"skew-y":[Ve]}],"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$s=defineComponent({__name:"DropdownMenuContent",props:{forceMount:{type:Boolean},loop:{type:Boolean},side:{},sideOffset:{default:4},align:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{},class:{}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","closeAutoFocus"],setup(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$r=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"]))}}),_sfc_main$q=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$p=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$o=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$n=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$m=defineComponent({__name:"DropdownMenuSubContent",props:{forceMount:{type:Boolean},loop:{type:Boolean},sideOffset:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{},class:{}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","entryFocus","openAutoFocus","closeAutoFocus"],setup(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$l={__name:"FileDropdown",props:["isOpen","clickTrigger","openDropdown","updateOpen"],setup(e){const t=e,y=useStore(),{isDark:n,isEditOnLeft:k}=storeToRefs(y),{toggleDark:L,toggleEditOnLeft:$,exportEditorContent2HTML:j,exportEditorContent2MD:V,importMarkdownContent:z}=y;return(re,ie)=>{const oe=resolveComponent("ElIconUpload"),ue=resolveComponent("el-icon"),de=resolveComponent("ElIconDownload"),pe=resolveComponent("ElIconDocument"),Ie=resolveComponent("ElIconCheck");return openBlock(),createBlock(unref(_sfc_main$u),{open:t.isOpen,"onUpdate:open":t.updateOpen},{default:withCtx(()=>[createVNode(unref(_sfc_main$t),{class:normalizeClass(["flex items-center p-2 px-4 hover:bg-gray-2 dark:hover:bg-stone-9",{"bg-gray-2":t.isOpen,"dark:bg-stone-9":t.isOpen}]),onClick:ie[0]||(ie[0]=_e=>t.clickTrigger()),onMouseenter:ie[1]||(ie[1]=_e=>t.openDropdown())},{default:withCtx(()=>[createTextVNode(" 文件 ")]),_:1},8,["class"]),createVNode(unref(_sfc_main$s),{align:"start"},{default:withCtx(()=>[createVNode(unref(_sfc_main$r),{onClick:ie[2]||(ie[2]=_e=>unref(z)())},{default:withCtx(()=>[createVNode(ue,{class:"mr-2 h-4 w-4"},{default:withCtx(()=>[createVNode(oe)]),_:1}),createTextVNode(" 导入 .md ")]),_:1}),createVNode(unref(_sfc_main$r),{onClick:ie[3]||(ie[3]=_e=>unref(V)())},{default:withCtx(()=>[createVNode(ue,{class:"mr-2 h-4 w-4"},{default:withCtx(()=>[createVNode(de)]),_:1}),createTextVNode(" 导出 .md ")]),_:1}),createVNode(unref(_sfc_main$r),{onClick:ie[4]||(ie[4]=_e=>unref(j)())},{default:withCtx(()=>[createVNode(ue,{class:"mr-2 h-4 w-4"},{default:withCtx(()=>[createVNode(pe)]),_:1}),createTextVNode(" 导出 .html ")]),_:1}),createVNode(unref(_sfc_main$p)),createVNode(unref(_sfc_main$r),{onClick:ie[5]||(ie[5]=_e=>unref(L)())},{default:withCtx(()=>[createVNode(ue,{class:normalizeClass(["mr-2 h-4 w-4",{"opacity-0":!unref(n)}])},{default:withCtx(()=>[createVNode(Ie)]),_:1},8,["class"]),createTextVNode(" 深色模式 ")]),_:1}),createVNode(unref(_sfc_main$p)),createVNode(unref(_sfc_main$r),{onClick:ie[6]||(ie[6]=_e=>unref($)())},{default:withCtx(()=>[createVNode(ue,{class:normalizeClass(["mr-2 h-4 w-4",{"opacity-0":!unref(k)}])},{default:withCtx(()=>[createVNode(Ie)]),_:1},8,["class"]),createTextVNode(" 左侧编辑 ")]),_:1})]),_:1})]),_:1},8,["open","onUpdate:open"])}}},_hoisted_1$7=createBaseVNode("div",{class:"text-center"},[createBaseVNode("h3",null,"一款高度简洁的微信 Markdown 编辑器"),createBaseVNode("p",null,"扫码关注公众号 Doocs原创技术文章第一时间推送"),createBaseVNode("img",{class:"mx-auto my-5",src:"https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/gh/doocs/md/images/1648303220922-7e14aefa-816e-44c1-8604-ade709ca1c69.png",alt:"Doocs Markdown 编辑器",style:{width:"40%"}})],-1),_sfc_main$k={__name:"AboutDialog",props:{visible:{type:Boolean,default:!1}},emits:["close"],setup(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$7]),_:1},8,["model-value"])}}},_hoisted_1$6=createBaseVNode("span",null,"关于",-1),_sfc_main$j={__name:"HelpDropdown",props:["isOpen","clickTrigger","openDropdown","updateOpen"],setup(e){const t=e,y=ref$1(!1);return(n,k)=>{const L=resolveComponent("el-icon");return openBlock(),createElementBlock(Fragment,null,[createVNode(unref(_sfc_main$u),{open:t.isOpen,"onUpdate:open":t.updateOpen},{default:withCtx(()=>[createVNode(unref(_sfc_main$t),{class:normalizeClass(["flex items-center p-2 px-4 hover:bg-gray-2 dark:hover:bg-stone-9",{"bg-gray-2":t.isOpen,"dark:bg-stone-9":t.isOpen}]),onClick:k[0]||(k[0]=$=>t.clickTrigger()),onMouseenter:k[1]||(k[1]=$=>t.openDropdown())},{default:withCtx(()=>[createTextVNode(" 帮助 ")]),_:1},8,["class"]),createVNode(unref(_sfc_main$s),{align:"start"},{default:withCtx(()=>[createVNode(unref(_sfc_main$r),{onClick:k[2]||(k[2]=$=>y.value=!0)},{default:withCtx(()=>[createVNode(L,{class:"mr-2 h-4 w-4"}),_hoisted_1$6]),_:1})]),_:1})]),_:1},8,["open","onUpdate:open"]),createVNode(_sfc_main$k,{visible:y.value,onClose:k[3]||(k[3]=$=>y.value=!1)},null,8,["visible"])],64)}}},_sfc_main$i={__name:"StyleOptionMenu",props:{title:{type:String,required:!0},options:{type:Array,required:!0},current:{type:String,required:!0},change:{type:Function,required:!0}},setup(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$o),null,{default:withCtx(()=>[createVNode(unref(_sfc_main$n),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$m),{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$r),{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$q),{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$h=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$g=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$f=defineComponent({__name:"HoverCardContent",props:{forceMount:{type:Boolean},side:{},sideOffset:{default:4},align:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{},class:{}},setup(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$e={__name:"StyleDropdown",props:["isOpen","clickTrigger","openDropdown","updateOpen"],setup(e){const t=e,y=useStore(),{theme:n,fontFamily:k,fontSize:L,fontColor:$,codeBlockTheme:j,legend:V,isMacCodeBlock:z,cssEditor:re}=storeToRefs(y),{resetStyleConfirm:ie,themeChanged:oe,fontChanged:ue,sizeChanged:de,colorChanged:pe,codeBlockThemeChanged:Ie,legendChanged:_e,macCodeBlockChanged:Ce,toggleShowCssEditor:he}=y,Ne=ref$1(null);function Fe(){Ne.value.show()}function Ve(){he(),nextTick$1(()=>{re.value||re.value.refresh()}),setTimeout(()=>{re.value.refresh()},50)}return(jt,Et)=>{const Ue=resolveComponent("el-icon"),qe=resolveComponent("el-color-picker"),kt=resolveComponent("ElIconCheck");return openBlock(),createBlock(unref(_sfc_main$u),{open:t.isOpen,"onUpdate:open":t.updateOpen},{default:withCtx(()=>[createVNode(unref(_sfc_main$t),{class:normalizeClass(["flex items-center p-2 px-4 hover:bg-gray-2 dark:hover:bg-stone-9",{"bg-gray-2":t.isOpen,"dark:bg-stone-9":t.isOpen}]),onClick:Et[0]||(Et[0]=tr=>t.clickTrigger()),onMouseenter:Et[1]||(Et[1]=tr=>t.openDropdown())},{default:withCtx(()=>[createTextVNode(" 样式 ")]),_:1},8,["class"]),createVNode(unref(_sfc_main$s),{class:"w-56",align:"start"},{default:withCtx(()=>[createVNode(_sfc_main$i,{title:"主题",options:unref(themeOptions),current:unref(n),change:unref(oe)},null,8,["options","current","change"]),createVNode(unref(_sfc_main$p)),createVNode(_sfc_main$i,{title:"字体",options:unref(fontFamilyOptions),current:unref(k),change:unref(ue)},null,8,["options","current","change"]),createVNode(_sfc_main$i,{title:"字号",options:unref(fontSizeOptions),current:unref(L),change:unref(de)},null,8,["options","current","change"]),createVNode(_sfc_main$i,{title:"主题色",options:unref(colorOptions),current:unref($),change:unref(pe)},null,8,["options","current","change"]),createVNode(_sfc_main$i,{title:"代码块主题",options:unref(codeBlockThemeOptions),current:unref(j),change:unref(Ie)},null,8,["options","current","change"]),createVNode(_sfc_main$i,{title:"图注格式",options:unref(legendOptions),current:unref(V),change:unref(_e)},null,8,["options","current","change"]),createVNode(unref(_sfc_main$p)),createVNode(unref(_sfc_main$r),{onClick:withModifiers(Fe,["self","prevent"])},{default:withCtx(()=>[createVNode(unref(_sfc_main$h),{"open-delay":100},{default:withCtx(()=>[createVNode(unref(_sfc_main$g),{class:"w-full flex"},{default:withCtx(()=>[createVNode(Ue,{class:"mr-2 h-4 w-4"}),createTextVNode(" 自定义主题色 ")]),_:1}),createVNode(unref(_sfc_main$f),{side:"right",class:"w-min"},{default:withCtx(()=>[createVNode(qe,{ref_key:"colorPicker",ref:Ne,modelValue:unref($),"onUpdate:modelValue":Et[2]||(Et[2]=tr=>isRef($)?$.value=tr:null),teleported:!1,"show-alpha":"",class:"ml-auto",style:{height:"2em"},onChange:unref(pe),onClick:Fe},null,8,["modelValue","onChange"])]),_:1})]),_:1})]),_:1}),createVNode(unref(_sfc_main$r),{onClick:Ve},{default:withCtx(()=>[createVNode(Ue,{class:"mr-2 h-4 w-4"}),createTextVNode(" 自定义 CSS ")]),_:1}),createVNode(unref(_sfc_main$p)),createVNode(unref(_sfc_main$r),{onClick:unref(Ce)},{default:withCtx(()=>[createVNode(Ue,{class:normalizeClass(["mr-2 h-4 w-4",{"opacity-0":!unref(z)}])},{default:withCtx(()=>[createVNode(kt)]),_:1},8,["class"]),createTextVNode(" Mac 代码块 ")]),_:1},8,["onClick"]),createVNode(unref(_sfc_main$p)),createVNode(unref(_sfc_main$r),{divided:"",onClick:unref(ie)},{default:withCtx(()=>[createVNode(Ue,{class:"mr-2 h-4 w-4"}),createTextVNode(" 重置 ")]),_:1},8,["onClick"])]),_:1})]),_:1},8,["open","onUpdate:open"])}}},_sfc_main$d={__name:"EditDropdown",props:["isOpen","clickTrigger","openDropdown","updateOpen"],setup(e){const t=e,y=useStore(),{toggleShowInsertFormDialog:n,toggleShowUploadImgDialog:k}=y;return(L,$)=>{const j=resolveComponent("ElIconUpload"),V=resolveComponent("el-icon"),z=resolveComponent("ElIconGrid");return openBlock(),createBlock(unref(_sfc_main$u),{open:t.isOpen,"onUpdate:open":t.updateOpen},{default:withCtx(()=>[createVNode(unref(_sfc_main$t),{class:normalizeClass(["flex items-center p-2 px-4 hover:bg-gray-2 dark:hover:bg-stone-9",{"bg-gray-2":t.isOpen,"dark:bg-stone-9":t.isOpen}]),onClick:$[0]||($[0]=re=>t.clickTrigger()),onMouseenter:$[1]||($[1]=re=>t.openDropdown())},{default:withCtx(()=>[createTextVNode(" 编辑 ")]),_:1},8,["class"]),createVNode(unref(_sfc_main$s),{align:"start"},{default:withCtx(()=>[createVNode(unref(_sfc_main$r),{onClick:$[2]||($[2]=re=>unref(k)())},{default:withCtx(()=>[createVNode(V,{class:"mr-2 h-4 w-4"},{default:withCtx(()=>[createVNode(j)]),_:1}),createTextVNode(" 上传图片 ")]),_:1}),createVNode(unref(_sfc_main$r),{onClick:$[3]||($[3]=re=>unref(n)())},{default:withCtx(()=>[createVNode(V,{class:"mr-2 h-4 w-4"},{default:withCtx(()=>[createVNode(z)]),_:1}),createTextVNode(" 插入表格 ")]),_:1})]),_:1})]),_:1},8,["open","onUpdate:open"])}}},_export_sfc=(e,t)=>{const y=e.__vccOpts||e;for(const[n,k]of t)y[n]=k;return y},_hoisted_1$5={class:"header-container"},_hoisted_2$2={class:"dropdowns flex flex-auto"},_sfc_main$c={__name:"index",emits:["addFormat","formatContent","startCopy","endCopy"],setup(e,{emit:t}){const y=t,n=[{label:"加粗",kbd:[ctrlSign,"B"],emitArgs:["addFormat",`${ctrlKey}-B`]},{label:"斜体",kbd:[ctrlSign,"I"],emitArgs:["addFormat",`${ctrlKey}-I`]},{label:"删除线",kbd:[ctrlSign,"D"],emitArgs:["addFormat",`${ctrlKey}-D`]},{label:"超链接",kbd:[ctrlSign,"K"],emitArgs:["addFormat",`${ctrlKey}-K`]},{label:"行内代码",kbd:[ctrlSign,"E"],emitArgs:["addFormat",`${ctrlKey}-E`]},{label:"格式化",kbd:[altSign,shiftSign,"F"],emitArgs:["formatContent"]}],k=useStore(),{isDark:L,isCiteStatus:$,output:j}=storeToRefs(k),{toggleDark:V,editorRefresh:z,citeStatusChanged:re}=k;function ie(){y("startCopy"),setTimeout(()=>{function _e(he){const Ne=document.createElement("div");return Ne.innerHTML=he,Ne.querySelectorAll("li > ul, li > ol").forEach(Ve=>{Ve.parentElement.insertAdjacentElement("afterend",Ve)}),Ne.innerHTML}const Ce=L.value;Ce&&V(),nextTick$1(()=>{solveWeChatImage();const he=document.getElementById("output");he.innerHTML=mergeCss(he.innerHTML),he.innerHTML=_e(he.innerHTML),he.innerHTML=he.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"),he.focus(),window.getSelection().removeAllRanges();const Ne=document.createRange();Ne.setStartBefore(he.firstChild),Ne.setEndAfter(he.lastChild),window.getSelection().addRange(Ne),document.execCommand("copy"),window.getSelection().removeAllRanges(),he.innerHTML=j.value,Ce&&nextTick$1(()=>V()),ElNotification({showClose:!0,message:"已复制渲染后的文章到剪贴板,可直接到公众号后台粘贴",offset:80,duration:1600,type:"success"}),z(),y("endCopy")})},350)}const oe=ref$1(!1),ue=reactive(Array.from({length:5}).fill(!1));function de(){oe.value=!oe.value}function pe(_e){return()=>{ue.fill(!1),ue[_e]=!0}}function Ie(_e){_e||(oe.value=!1)}return(_e,Ce)=>{const he=resolveComponent("el-icon"),Ne=resolveComponent("ElIconCheck"),Fe=resolveComponent("el-button");return openBlock(),createElementBlock("div",_hoisted_1$5,[createBaseVNode("div",_hoisted_2$2,[createVNode(_sfc_main$l,{"is-open":oe.value&&ue[0],"click-trigger":de,"open-dropdown":pe(0),"update-open":Ie},null,8,["is-open","open-dropdown"]),createVNode(unref(_sfc_main$u),{open:oe.value&&ue[1],"onUpdate:open":Ie},{default:withCtx(()=>[createVNode(unref(_sfc_main$t),{class:normalizeClass(["flex items-center p-2 px-4 hover:bg-gray-2 dark:hover:bg-stone-9",{"bg-gray-2":oe.value&&ue[1],"dark:bg-stone-9":oe.value&&ue[1]}]),onClick:Ce[0]||(Ce[0]=Ve=>de()),onMouseenter:Ce[1]||(Ce[1]=Ve=>pe(1)())},{default:withCtx(()=>[createTextVNode(" 格式 ")]),_:1},8,["class"]),createVNode(unref(_sfc_main$s),{class:"w-60",align:"start"},{default:withCtx(()=>[(openBlock(),createElementBlock(Fragment,null,renderList(n,({label:Ve,kbd:jt,emitArgs:Et})=>createVNode(unref(_sfc_main$r),{key:jt,onClick:Ue=>{_e.$emit(...Et)}},{default:withCtx(()=>[createVNode(he,{class:"mr-2 h-4 w-4"}),createTextVNode(" "+toDisplayString(Ve)+" ",1),createVNode(unref(_sfc_main$q),null,{default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(jt,Ue=>(openBlock(),createElementBlock("kbd",{key:Ue,class:"mx-1 bg-gray-2 dark:bg-stone-9"},toDisplayString(Ue),1))),128))]),_:2},1024)]),_:2},1032,["onClick"])),64)),createVNode(unref(_sfc_main$p)),createVNode(unref(_sfc_main$r),{onClick:Ce[2]||(Ce[2]=Ve=>unref(re)())},{default:withCtx(()=>[createVNode(he,{class:normalizeClass(["mr-2 h-4 w-4",{"opacity-0":!unref($)}])},{default:withCtx(()=>[createVNode(Ne)]),_:1},8,["class"]),createTextVNode(" 微信外链转底部引用 ")]),_:1})]),_:1})]),_:1},8,["open"]),createVNode(_sfc_main$d,{"is-open":oe.value&&ue[2],"click-trigger":de,"open-dropdown":pe(2),"update-open":Ie},null,8,["is-open","open-dropdown"]),createVNode(_sfc_main$e,{"is-open":oe.value&&ue[3],"click-trigger":de,"open-dropdown":pe(3),"update-open":Ie},null,8,["is-open","open-dropdown"]),createVNode(_sfc_main$j,{"is-open":oe.value&&ue[4],"click-trigger":de,"open-dropdown":pe(4),"update-open":Ie},null,8,["is-open","open-dropdown"])]),createVNode(Fe,{plain:"",type:"primary",onClick:ie},{default:withCtx(()=>[createTextVNode(" 复制 ")]),_:1}),createVNode(_sfc_main$v)])}}},EditorHeader=_export_sfc(_sfc_main$c,[["__scopeId","data-v-09c3d3b5"]]),_hoisted_1$4={style:{"border-collapse":"collapse"},class:"input-table"},_hoisted_2$1={class:"dialog-footer"},_sfc_main$b={__name:"InsertFormDialog",setup(e){const t=useStore(),{toggleShowInsertFormDialog:y}=t,n=ref$1(3),k=ref$1(3),L=ref$1({});function $(){n.value=3,k.value=3,L.value={}}function j(){const V=createTable({rows:n.value,cols:k.value,data:L.value});toRaw(t.editor).replaceSelection(`
${V}
`,"end"),$(),y()}return(V,z)=>{const re=resolveComponent("el-input-number"),ie=resolveComponent("el-col"),oe=resolveComponent("el-row"),ue=resolveComponent("el-input"),de=resolveComponent("el-button"),pe=resolveComponent("el-dialog");return openBlock(),createBlock(pe,{title:"插入表格",class:"insert__dialog","model-value":unref(t).isShowInsertFormDialog,onClose:z[3]||(z[3]=Ie=>unref(y)(!1))},{footer:withCtx(()=>[createBaseVNode("div",_hoisted_2$1,[createVNode(de,{plain:"",onClick:z[2]||(z[2]=Ie=>unref(y)(!1))},{default:withCtx(()=>[createTextVNode(" 取 消 ")]),_:1}),createVNode(de,{type:"primary",plain:"",onClick:j},{default:withCtx(()=>[createTextVNode(" 确 定 ")]),_:1})])]),default:withCtx(()=>[createVNode(oe,{class:"tb-options",type:"flex",align:"middle",gutter:10},{default:withCtx(()=>[createVNode(ie,{span:12},{default:withCtx(()=>[createTextVNode(" 行数: "),createVNode(re,{modelValue:n.value,"onUpdate:modelValue":z[0]||(z[0]=Ie=>n.value=Ie),"controls-position":"right",min:1,max:100,size:"small"},null,8,["modelValue"])]),_:1}),createVNode(ie,{span:12},{default:withCtx(()=>[createTextVNode(" 列数: "),createVNode(re,{modelValue:k.value,"onUpdate:modelValue":z[1]||(z[1]=Ie=>k.value=Ie),"controls-position":"right",min:1,max:100,size:"small"},null,8,["modelValue"])]),_:1})]),_:1}),createBaseVNode("table",_hoisted_1$4,[(openBlock(!0),createElementBlock(Fragment,null,renderList(n.value+1,Ie=>(openBlock(),createElementBlock("tr",{key:Ie,class:normalizeClass({"head-style":Ie===1})},[(openBlock(!0),createElementBlock(Fragment,null,renderList(k.value,_e=>(openBlock(),createElementBlock("td",{key:_e},[createVNode(ue,{modelValue:L.value[`k_${Ie-1}_${_e-1}`],"onUpdate:modelValue":Ce=>L.value[`k_${Ie-1}_${_e-1}`]=Ce,align:"center",placeholder:Ie===1?"表头":""},null,8,["modelValue","onUpdate:modelValue","placeholder"])]))),128))],2))),128))])]),_:1},8,["model-value"])}}},InsertFormDialog=_export_sfc(_sfc_main$b,[["__scopeId","data-v-56362dff"]]),_withScopeId$2=e=>(pushScopeId("data-v-a6100d60"),e=e(),popScopeId(),e),_hoisted_1$3=_withScopeId$2(()=>createBaseVNode("div",{class:"el-upload__text"},[createTextVNode(" 将图片拖到此处,或 "),createBaseVNode("em",null,"点击上传")],-1)),_sfc_main$a={__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 jt=>{jt==="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 jt=k.value.repo?"token":"GitHub 仓库";ElMessage.error(`参数「${jt}」不能为空`);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 _e(){if(!(V.value.endpoint&&V.value.bucket&&V.value.accessKey&&V.value.secretKey)){ElMessage.error("MinIO 参数配置不全");return}localStorage.setItem("minioConfig",JSON.stringify(V.value)),ElMessage.success("保存成功")}function Ce(){if(!($.value.secretId&&$.value.secretKey&&$.value.bucket&&$.value.region)){ElMessage.error("腾讯云 COS 参数配置不全");return}localStorage.setItem("txCOSConfig",JSON.stringify($.value)),ElMessage.success("保存成功")}function he(){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 jt=z.value.editor.getValue();localStorage.setItem("formCustomConfig",jt),ElMessage.success("保存成功")}function Fe(jt){const Et=checkImage(jt);if(!Et.ok)return ElMessage.error(Et.msg),!1;let Ue=localStorage.getItem("imgHost");Ue=Ue||"default",localStorage.setItem("imgHost",Ue);const qe=localStorage.getItem(`${Ue}Config`);return Ue==="default"||qe?!0:(ElMessage.error(`请先配置 ${Ue} 图床参数`),!1)}function Ve(jt){y("uploadImage",jt.file)}return(jt,Et)=>{const Ue=resolveComponent("el-option"),qe=resolveComponent("el-select"),kt=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"),mr=resolveComponent("el-form"),hr=resolveComponent("el-switch"),br=resolveComponent("el-tabs"),Rr=resolveComponent("el-dialog");return openBlock(),createBlock(Rr,{title:"本地上传",class:"upload__dialog","model-value":unref(n).isShowUploadImgDialog,onClose:Et[30]||(Et[30]=xr=>unref(n).toggleShowUploadImgDialog(!1))},{default:withCtx(()=>[createVNode(br,{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(Ue,{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":Ve},{default:withCtx(()=>[createVNode(kt,{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(mr,{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(mr,{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(mr,{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(mr,{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:he},{default:withCtx(()=>[createTextVNode(" 保存配置 ")]),_:1})]),_:1})]),_:1},8,["model"])]),_:1}),createVNode(rr,{class:"github-panel",label:"MinIO",name:"minio"},{default:withCtx(()=>[createVNode(mr,{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:_e},{default:withCtx(()=>[createTextVNode(" 保存配置 ")]),_:1})]),_:1})]),_:1},8,["model"])]),_:1}),createVNode(rr,{class:"github-panel formCustom",label:"自定义代码",name:"formCustom"},{default:withCtx(()=>[createVNode(mr,{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$a,[["__scopeId","data-v-a6100d60"]]),_withScopeId$1=e=>(pushScopeId("data-v-5e1c6993"),e=e(),popScopeId(),e),_hoisted_1$2=_withScopeId$1(()=>createBaseVNode("textarea",{id:"cssEditor",type:"textarea",placeholder:"Your custom css here."},null,-1)),_sfc_main$9={__name:"CssEditor",setup(e){const t=useStore();function y(){ElMessageBox.prompt("请输入新的方案名称","编辑方案名称",{confirmButtonText:"确认",cancelButtonText:"取消",inputValue:t.cssContentConfig.active,inputErrorMessage:"不能与现有方案重名",inputValidator:t.validatorTabName}).then(({value:k})=>{if(!`${k}`.trim()){ElMessage.error("修改失败,方案名不可为空");return}t.renameTab(k),ElMessage.success("修改成功~")})}function n(k,L){if(L==="add")ElMessageBox.prompt("请输入方案名称","新建自定义 CSS",{confirmButtonText:"确认",cancelButtonText:"取消",inputValue:`方案${t.cssContentConfig.tabs.length+1}`,inputErrorMessage:"不能与现有方案重名",inputValidator:t.validatorTabName}).then(({value:$})=>{if(!`${$}`.trim()){ElMessage.error("新建失败,方案名不可为空");return}t.addCssContentTab($),ElMessage.success("新建成功~")});else if(L==="remove"){const $=t.cssContentConfig.tabs;if($.length===1){ElMessage.warning("至少保留一个方案");return}let j=t.cssContentConfig.active;j===k&&$.forEach((V,z)=>{if(V.name===k){const re=$[z+1]||$[z-1];re&&(j=re.name)}}),t.tabChanged(j),t.cssContentConfig.tabs=$.filter(V=>V.name!==k)}}return(k,L)=>{const $=resolveComponent("ElIconEditPen"),j=resolveComponent("el-icon"),V=resolveComponent("el-tab-pane"),z=resolveComponent("el-tabs"),re=resolveComponent("el-col");return openBlock(),createBlock(Transition,{"enter-active-class":"bounceInRight"},{default:withCtx(()=>[withDirectives(createVNode(re,{span:8,class:"cssEditor-wrapper order-1 h-full flex flex-col"},{default:withCtx(()=>[createVNode(z,{modelValue:unref(t).cssContentConfig.active,"onUpdate:modelValue":L[0]||(L[0]=ie=>unref(t).cssContentConfig.active=ie),type:"border-card",stretch:"",editable:"",onEdit:n,onTabChange:unref(t).tabChanged},{default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(unref(t).cssContentConfig.tabs,ie=>(openBlock(),createBlock(V,{key:ie.name,name:ie.name},{label:withCtx(()=>[createTextVNode(toDisplayString(ie.title)+" ",1),unref(t).cssContentConfig.active===ie.name?(openBlock(),createBlock(j,{key:0,class:"ml-1",onClick:oe=>y(ie.name)},{default:withCtx(()=>[createVNode($)]),_:2},1032,["onClick"])):createCommentVNode("",!0)]),_:2},1032,["name"]))),128))]),_:1},8,["modelValue","onTabChange"]),_hoisted_1$2]),_:1},512),[[vShow,unref(t).isShowCssEditor]])]),_:1})}}},CssEditor=_export_sfc(_sfc_main$9,[["__scopeId","data-v-5e1c6993"]]),_hoisted_1$1={key:0,class:"loading"},_sfc_main$8={__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$8,[["__scopeId","data-v-a2ee95f5"]]),_sfc_main$7=defineComponent({__name:"ContextMenu",props:{dir:{},modal:{type:Boolean}},emits:["update:open"],setup(e,{emit:t}){const k=xe(e,t);return(L,$)=>(openBlock(),createBlock(unref(Zv),normalizeProps(guardReactiveProps(unref(k))),{default:withCtx(()=>[renderSlot(L.$slots,"default")]),_:3},16))}}),_sfc_main$6=defineComponent({__name:"ContextMenuTrigger",props:{disabled:{type:Boolean},asChild:{type:Boolean},as:{}},setup(e){const y=Bt(e);return(n,k)=>(openBlock(),createBlock(unref(Jv),normalizeProps(guardReactiveProps(unref(y))),{default:withCtx(()=>[renderSlot(n.$slots,"default")]),_:3},16))}}),_sfc_main$5=defineComponent({__name:"ContextMenuContent",props:{forceMount:{type:Boolean},loop:{type:Boolean},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},sticky:{},hideWhenDetached:{type:Boolean},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{},class:{}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","closeAutoFocus"],setup(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(Qv),null,{default:withCtx(()=>[createVNode(unref(em),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 animate-in fade-in-80 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",y.class)}),{default:withCtx(()=>[renderSlot($.$slots,"default")]),_:3},16,["class"])]),_:3}))}}),_sfc_main$4=defineComponent({__name:"ContextMenuItem",props:{disabled:{type:Boolean},textValue:{},asChild:{type:Boolean},as:{},class:{},inset:{type:Boolean}},emits:["select"],setup(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(am),mergeProps(unref(L),{class:unref(cn)("relative flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",$.inset&&"pl-8",y.class)}),{default:withCtx(()=>[renderSlot($.$slots,"default")]),_:3},16,["class"]))}}),_sfc_main$3=defineComponent({__name:"ContextMenuShortcut",props:{class:{}},setup(e){const t=e;return(y,n)=>(openBlock(),createElementBlock("span",{class:normalizeClass(unref(cn)("ml-auto text-xs tracking-widest text-muted-foreground",t.class))},[renderSlot(y.$slots,"default")],2))}}),_sfc_main$2=defineComponent({__name:"ContextMenuSeparator",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(om),mergeProps(y.value,{class:unref(cn)("-mx-1 my-1 h-px bg-border",t.class)}),null,16,["class"]))}});(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 kn(ld){return{type:ld,style:"keyword"}}var ns=kn("keyword a"),Wl=kn("keyword b"),Tu=kn("keyword c"),_l=kn("keyword d"),Hu=kn("operator"),Rc={type:"atom",style:"atom"};return{if:kn("if"),while:ns,with:ns,else:Wl,do:Wl,try:Wl,finally:Wl,return:_l,break:_l,continue:_l,new:kn("new"),delete:Tu,void:Tu,throw:Tu,debugger:kn("debugger"),var:kn("var"),const:kn("var"),let:kn("var"),function:kn("function"),catch:kn("catch"),for:kn("for"),switch:kn("switch"),case:kn("case"),default:kn("default"),in:Hu,typeof:Hu,instanceof:Hu,true:Rc,false:Rc,null:Rc,undefined:Rc,NaN:Rc,Infinity:Rc,this:kn("this"),class:kn("class"),super:kn("atom"),yield:Tu,export:kn("export"),import:kn("import"),extends:Tu,await:Tu}}(),ue=/[+\-*&%=<>!?|~^@]/,de=/^@(context|id|value|language|type|container|list|set|reverse|index|base|vocab|graph)"/;function pe(kn){for(var ns=!1,Wl,Tu=!1;(Wl=kn.next())!=null;){if(!ns){if(Wl=="/"&&!Tu)return;Wl=="["?Tu=!0:Tu&&Wl=="]"&&(Tu=!1)}ns=!ns&&Wl=="\\"}}var Ie,_e;function Ce(kn,ns,Wl){return Ie=kn,_e=Wl,ns}function he(kn,ns){var Wl=kn.next();if(Wl=='"'||Wl=="'")return ns.tokenize=Ne(Wl),ns.tokenize(kn,ns);if(Wl=="."&&kn.match(/^\d[\d_]*(?:[eE][+\-]?[\d_]+)?/))return Ce("number","number");if(Wl=="."&&kn.match(".."))return Ce("spread","meta");if(/[\[\]{}\(\),;\:\.]/.test(Wl))return Ce(Wl);if(Wl=="="&&kn.eat(">"))return Ce("=>","operator");if(Wl=="0"&&kn.match(/^(?:x[\dA-Fa-f_]+|o[0-7_]+|b[01_]+)n?/))return Ce("number","number");if(/\d/.test(Wl))return kn.match(/^[\d_]*(?:n|(?:\.[\d_]*)?(?:[eE][+\-]?[\d_]+)?)?/),Ce("number","number");if(Wl=="/")return kn.eat("*")?(ns.tokenize=Fe,Fe(kn,ns)):kn.eat("/")?(kn.skipToEnd(),Ce("comment","comment")):Ju(kn,ns,1)?(pe(kn),kn.match(/^\b(([gimyus])(?![gimyus]*\2))+\b/),Ce("regexp","string-2")):(kn.eat("="),Ce("operator","operator",kn.current()));if(Wl=="`")return ns.tokenize=Ve,Ve(kn,ns);if(Wl=="#"&&kn.peek()=="!")return kn.skipToEnd(),Ce("meta","meta");if(Wl=="#"&&kn.eatWhile(ie))return Ce("variable","property");if(Wl=="<"&&kn.match("!--")||Wl=="-"&&kn.match("->")&&!/\S/.test(kn.string.slice(0,kn.start)))return kn.skipToEnd(),Ce("comment","comment");if(ue.test(Wl))return(Wl!=">"||!ns.lexical||ns.lexical.type!=">")&&(kn.eat("=")?(Wl=="!"||Wl=="=")&&kn.eat("="):/[<>*+\-|&?]/.test(Wl)&&(kn.eat(Wl),Wl==">"&&kn.eat(Wl))),Wl=="?"&&kn.eat(".")?Ce("."):Ce("operator","operator",kn.current());if(ie.test(Wl)){kn.eatWhile(ie);var Tu=kn.current();if(ns.lastType!="."){if(oe.propertyIsEnumerable(Tu)){var _l=oe[Tu];return Ce(_l.type,_l.style,Tu)}if(Tu=="async"&&kn.match(/^(\s|\/\*([^*]|\*(?!\/))*?\*\/)*[\[\(\w]/,!1))return Ce("async","keyword",Tu)}return Ce("variable","variable",Tu)}}function Ne(kn){return function(ns,Wl){var Tu=!1,_l;if(j&&ns.peek()=="@"&&ns.match(de))return Wl.tokenize=he,Ce("jsonld-keyword","meta");for(;(_l=ns.next())!=null&&!(_l==kn&&!Tu);)Tu=!Tu&&_l=="\\";return Tu||(Wl.tokenize=he),Ce("string","string")}}function Fe(kn,ns){for(var Wl=!1,Tu;Tu=kn.next();){if(Tu=="/"&&Wl){ns.tokenize=he;break}Wl=Tu=="*"}return Ce("comment","comment")}function Ve(kn,ns){for(var Wl=!1,Tu;(Tu=kn.next())!=null;){if(!Wl&&(Tu=="`"||Tu=="$"&&kn.eat("{"))){ns.tokenize=he;break}Wl=!Wl&&Tu=="\\"}return Ce("quasi","string-2",kn.current())}var jt="([{}])";function Et(kn,ns){ns.fatArrowAt&&(ns.fatArrowAt=null);var Wl=kn.string.indexOf("=>",kn.start);if(!(Wl<0)){if(re){var Tu=/:\s*(?:\w+(?:<[^>]*>|\[\])?|\{[^}]*\})\s*$/.exec(kn.string.slice(kn.start,Wl));Tu&&(Wl=Tu.index)}for(var _l=0,Hu=!1,Rc=Wl-1;Rc>=0;--Rc){var ld=kn.string.charAt(Rc),hd=jt.indexOf(ld);if(hd>=0&&hd<3){if(!_l){++Rc;break}if(--_l==0){ld=="("&&(Hu=!0);break}}else if(hd>=3&&hd<6)++_l;else if(ie.test(ld))Hu=!0;else if(/["'\/`]/.test(ld))for(;;--Rc){if(Rc==0)return;var yp=kn.string.charAt(Rc-1);if(yp==ld&&kn.string.charAt(Rc-2)!="\\"){Rc--;break}}else if(Hu&&!_l){++Rc;break}}Hu&&!_l&&(ns.fatArrowAt=Rc)}}var Ue={atom:!0,number:!0,variable:!0,string:!0,regexp:!0,this:!0,import:!0,"jsonld-keyword":!0};function qe(kn,ns,Wl,Tu,_l,Hu){this.indented=kn,this.column=ns,this.type=Wl,this.prev=_l,this.info=Hu,Tu!=null&&(this.align=Tu)}function kt(kn,ns){if(!z)return!1;for(var Wl=kn.localVars;Wl;Wl=Wl.next)if(Wl.name==ns)return!0;for(var Tu=kn.context;Tu;Tu=Tu.prev)for(var Wl=Tu.vars;Wl;Wl=Wl.next)if(Wl.name==ns)return!0}function tr(kn,ns,Wl,Tu,_l){var Hu=kn.cc;for(rr.state=kn,rr.stream=_l,rr.marked=null,rr.cc=Hu,rr.style=ns,kn.lexical.hasOwnProperty("align")||(kn.lexical.align=!0);;){var Rc=Hu.length?Hu.pop():V?Vr:Fr;if(Rc(Wl,Tu)){for(;Hu.length&&Hu[Hu.length-1].lex;)Hu.pop()();return rr.marked?rr.marked:Wl=="variable"&&kt(kn,Tu)?"variable-2":ns}}}var rr={state:null,column:null,marked:null,cc:null};function ar(){for(var kn=arguments.length-1;kn>=0;kn--)rr.cc.push(arguments[kn])}function nr(){return ar.apply(null,arguments),!0}function ur(kn,ns){for(var Wl=ns;Wl;Wl=Wl.next)if(Wl.name==kn)return!0;return!1}function cr(kn){var ns=rr.state;if(rr.marked="def",!!z){if(ns.context){if(ns.lexical.info=="var"&&ns.context&&ns.context.block){var Wl=mr(kn,ns.context);if(Wl!=null){ns.context=Wl;return}}else if(!ur(kn,ns.localVars)){ns.localVars=new Rr(kn,ns.localVars);return}}k.globalVars&&!ur(kn,ns.globalVars)&&(ns.globalVars=new Rr(kn,ns.globalVars))}}function mr(kn,ns){if(ns)if(ns.block){var Wl=mr(kn,ns.prev);return Wl?Wl==ns.prev?ns:new br(Wl,ns.vars,!0):null}else return ur(kn,ns.vars)?ns:new br(ns.prev,new Rr(kn,ns.vars),!1);else return null}function hr(kn){return kn=="public"||kn=="private"||kn=="protected"||kn=="abstract"||kn=="readonly"}function br(kn,ns,Wl){this.prev=kn,this.vars=ns,this.block=Wl}function Rr(kn,ns){this.name=kn,this.next=ns}var xr=new Rr("this",new Rr("arguments",null));function Er(){rr.state.context=new br(rr.state.context,rr.state.localVars,!1),rr.state.localVars=xr}function vr(){rr.state.context=new br(rr.state.context,rr.state.localVars,!0),rr.state.localVars=null}Er.lex=vr.lex=!0;function Ir(){rr.state.localVars=rr.state.context.vars,rr.state.context=rr.state.context.prev}Ir.lex=!0;function Lr(kn,ns){var Wl=function(){var Tu=rr.state,_l=Tu.indented;if(Tu.lexical.type=="stat")_l=Tu.lexical.indented;else for(var Hu=Tu.lexical;Hu&&Hu.type==")"&&Hu.align;Hu=Hu.prev)_l=Hu.indented;Tu.lexical=new qe(_l,rr.stream.column(),kn,null,Tu.lexical,ns)};return Wl.lex=!0,Wl}function gr(){var kn=rr.state;kn.lexical.prev&&(kn.lexical.type==")"&&(kn.indented=kn.lexical.indented),kn.lexical=kn.lexical.prev)}gr.lex=!0;function _r(kn){function ns(Wl){return Wl==kn?nr():kn==";"||Wl=="}"||Wl==")"||Wl=="]"?ar():nr(ns)}return ns}function Fr(kn,ns){return kn=="var"?nr(Lr("vardef",ns),Uu,_r(";"),gr):kn=="keyword a"?nr(Lr("form"),Tr,Fr,gr):kn=="keyword b"?nr(Lr("form"),Fr,gr):kn=="keyword d"?rr.stream.match(/^\s*$/,!1)?nr():nr(Lr("stat"),Mr,_r(";"),gr):kn=="debugger"?nr(_r(";")):kn=="{"?nr(Lr("}"),vr,Ar,gr,Ir):kn==";"?nr():kn=="if"?(rr.state.lexical.info=="else"&&rr.state.cc[rr.state.cc.length-1]==gr&&rr.state.cc.pop()(),nr(Lr("form"),Tr,Fr,gr,ms)):kn=="function"?nr(Br):kn=="for"?nr(Lr("form"),vr,Rs,Fr,Ir,gr):kn=="class"||re&&ns=="interface"?(rr.marked="keyword",nr(Lr("form",kn=="class"?kn:ns),Wi,gr)):kn=="variable"?re&&ns=="declare"?(rr.marked="keyword",nr(Fr)):re&&(ns=="module"||ns=="enum"||ns=="type")&&rr.stream.match(/^\s*\w/,!1)?(rr.marked="keyword",ns=="enum"?nr(Hl):ns=="type"?nr(hn,_r("operator"),qa,_r(";")):nr(Lr("form"),ju,_r("{"),Lr("}"),Ar,gr,gr)):re&&ns=="namespace"?(rr.marked="keyword",nr(Lr("form"),Vr,Fr,gr)):re&&ns=="abstract"?(rr.marked="keyword",nr(Fr)):nr(Lr("stat"),ca):kn=="switch"?nr(Lr("form"),Tr,_r("{"),Lr("}","switch"),vr,Ar,gr,gr,Ir):kn=="case"?nr(Vr,_r(":")):kn=="default"?nr(_r(":")):kn=="catch"?nr(Lr("form"),Er,zr,Fr,gr,Ir):kn=="export"?nr(Lr("stat"),Eo,gr):kn=="import"?nr(Lr("stat"),_s,gr):kn=="async"?nr(Fr):ns=="@"?nr(Vr,Fr):ar(Lr("stat"),Vr,_r(";"),gr)}function zr(kn){if(kn=="(")return nr(Ln,_r(")"))}function Vr(kn,ns){return Cr(kn,ns,!1)}function Gr(kn,ns){return Cr(kn,ns,!0)}function Tr(kn){return kn!="("?ar():nr(Lr(")"),Mr,_r(")"),gr)}function Cr(kn,ns,Wl){if(rr.state.fatArrowAt==rr.stream.start){var Tu=Wl?Kr:Wr;if(kn=="(")return nr(Er,Lr(")"),Kn(Ln,")"),gr,_r("=>"),Tu,Ir);if(kn=="variable")return ar(Er,ju,_r("=>"),Tu,Ir)}var _l=Wl?Sr:yr;return Ue.hasOwnProperty(kn)?nr(_l):kn=="function"?nr(Br,_l):kn=="class"||re&&ns=="interface"?(rr.marked="keyword",nr(Lr("form"),Vi,gr)):kn=="keyword c"||kn=="async"?nr(Wl?Gr:Vr):kn=="("?nr(Lr(")"),Mr,_r(")"),gr,_l):kn=="operator"||kn=="spread"?nr(Wl?Gr:Vr):kn=="["?nr(Lr("]"),yu,gr,_l):kn=="{"?Hr(Wa,"}",null,_l):kn=="quasi"?ar(Dr,_l):kn=="new"?nr(Nr(Wl)):nr()}function Mr(kn){return kn.match(/[;\}\)\],]/)?ar():ar(Vr)}function yr(kn,ns){return kn==","?nr(Mr):Sr(kn,ns,!1)}function Sr(kn,ns,Wl){var Tu=Wl==!1?yr:Sr,_l=Wl==!1?Vr:Gr;if(kn=="=>")return nr(Er,Wl?Kr:Wr,Ir);if(kn=="operator")return/\+\+|--/.test(ns)||re&&ns=="!"?nr(Tu):re&&ns=="<"&&rr.stream.match(/^([^<>]|<[^<>]*>)*>\s*\(/,!1)?nr(Lr(">"),Kn(qa,">"),gr,Tu):ns=="?"?nr(Vr,_r(":"),_l):nr(_l);if(kn=="quasi")return ar(Dr,Tu);if(kn!=";"){if(kn=="(")return Hr(Gr,")","call",Tu);if(kn==".")return nr(Po,Tu);if(kn=="[")return nr(Lr("]"),Mr,_r("]"),gr,Tu);if(re&&ns=="as")return rr.marked="keyword",nr(qa,Tu);if(kn=="regexp")return rr.state.lastType=rr.marked="operator",rr.stream.backUp(rr.stream.pos-rr.stream.start-1),nr(_l)}}function Dr(kn,ns){return kn!="quasi"?ar():ns.slice(ns.length-2)!="${"?nr(Dr):nr(Mr,kr)}function kr(kn){if(kn=="}")return rr.marked="string-2",rr.state.tokenize=Ve,nr(Dr)}function Wr(kn){return Et(rr.stream,rr.state),ar(kn=="{"?Fr:Vr)}function Kr(kn){return Et(rr.stream,rr.state),ar(kn=="{"?Fr:Gr)}function Nr(kn){return function(ns){return ns=="."?nr(kn?Qr:jr):ns=="variable"&&re?nr($l,kn?Sr:yr):ar(kn?Gr:Vr)}}function jr(kn,ns){if(ns=="target")return rr.marked="keyword",nr(yr)}function Qr(kn,ns){if(ns=="target")return rr.marked="keyword",nr(Sr)}function ca(kn){return kn==":"?nr(gr,Fr):ar(yr,_r(";"),gr)}function Po(kn){if(kn=="variable")return rr.marked="property",nr()}function Wa(kn,ns){if(kn=="async")return rr.marked="property",nr(Wa);if(kn=="variable"||rr.style=="keyword"){if(rr.marked="property",ns=="get"||ns=="set")return nr(qo);var Wl;return re&&rr.state.fatArrowAt==rr.stream.start&&(Wl=rr.stream.match(/^\s*:\s*/,!1))&&(rr.state.fatArrowAt=rr.stream.pos+Wl[0].length),nr(ds)}else{if(kn=="number"||kn=="string")return rr.marked=j?"property":rr.style+" property",nr(ds);if(kn=="jsonld-keyword")return nr(ds);if(re&&hr(ns))return rr.marked="keyword",nr(Wa);if(kn=="[")return nr(Vr,On,_r("]"),ds);if(kn=="spread")return nr(Gr,ds);if(ns=="*")return rr.marked="keyword",nr(Wa);if(kn==":")return ar(ds)}}function qo(kn){return kn!="variable"?ar(ds):(rr.marked="property",nr(Br))}function ds(kn){if(kn==":")return nr(Gr);if(kn=="(")return ar(Br)}function Kn(kn,ns,Wl){function Tu(_l,Hu){if(Wl?Wl.indexOf(_l)>-1:_l==","){var Rc=rr.state.lexical;return Rc.info=="call"&&(Rc.pos=(Rc.pos||0)+1),nr(function(ld,hd){return ld==ns||hd==ns?ar():ar(kn)},Tu)}return _l==ns||Hu==ns?nr():Wl&&Wl.indexOf(";")>-1?ar(kn):nr(_r(ns))}return function(_l,Hu){return _l==ns||Hu==ns?nr():ar(kn,Tu)}}function Hr(kn,ns,Wl){for(var Tu=3;Tu<arguments.length;Tu++)rr.cc.push(arguments[Tu]);return nr(Lr(ns,Wl),Kn(kn,ns),gr)}function Ar(kn){return kn=="}"?nr():ar(Fr,Ar)}function On(kn,ns){if(re){if(kn==":")return nr(qa);if(ns=="?")return nr(On)}}function In(kn,ns){if(re&&(kn==":"||ns=="in"))return nr(qa)}function Sa(kn){if(re&&kn==":")return rr.stream.match(/^\s*\w+\s+is\b/,!1)?nr(Vr,sa,qa):nr(qa)}function sa(kn,ns){if(ns=="is")return rr.marked="keyword",nr()}function qa(kn,ns){if(ns=="keyof"||ns=="typeof"||ns=="infer"||ns=="readonly")return rr.marked="keyword",nr(ns=="typeof"?Gr:qa);if(kn=="variable"||ns=="void")return rr.marked="type",nr(yl);if(ns=="|"||ns=="&")return nr(qa);if(kn=="string"||kn=="number"||kn=="atom")return nr(yl);if(kn=="[")return nr(Lr("]"),Kn(qa,"]",","),gr,yl);if(kn=="{")return nr(Lr("}"),Hi,gr,yl);if(kn=="(")return nr(Kn(ps,")"),To,yl);if(kn=="<")return nr(Kn(qa,">"),qa);if(kn=="quasi")return ar(Ma,yl)}function To(kn){if(kn=="=>")return nr(qa)}function Hi(kn){return kn.match(/[\}\)\]]/)?nr():kn==","||kn==";"?nr(Hi):ar(na,Hi)}function na(kn,ns){if(kn=="variable"||rr.style=="keyword")return rr.marked="property",nr(na);if(ns=="?"||kn=="number"||kn=="string")return nr(na);if(kn==":")return nr(qa);if(kn=="[")return nr(_r("variable"),In,_r("]"),na);if(kn=="(")return ar(Zn,na);if(!kn.match(/[;\}\)\],]/))return nr()}function Ma(kn,ns){return kn!="quasi"?ar():ns.slice(ns.length-2)!="${"?nr(Ma):nr(qa,Ds)}function Ds(kn){if(kn=="}")return rr.marked="string-2",rr.state.tokenize=Ve,nr(Ma)}function ps(kn,ns){return kn=="variable"&&rr.stream.match(/^\s*[?:]/,!1)||ns=="?"?nr(ps):kn==":"?nr(qa):kn=="spread"?nr(ps):ar(qa)}function yl(kn,ns){if(ns=="<")return nr(Lr(">"),Kn(qa,">"),gr,yl);if(ns=="|"||kn=="."||ns=="&")return nr(qa);if(kn=="[")return nr(qa,_r("]"),yl);if(ns=="extends"||ns=="implements")return rr.marked="keyword",nr(qa);if(ns=="?")return nr(qa,_r(":"),qa)}function $l(kn,ns){if(ns=="<")return nr(Lr(">"),Kn(qa,">"),gr,yl)}function Ou(){return ar(qa,As)}function As(kn,ns){if(ns=="=")return nr(qa)}function Uu(kn,ns){return ns=="enum"?(rr.marked="keyword",nr(Hl)):ar(ju,On,vc,Yl)}function ju(kn,ns){if(re&&hr(ns))return rr.marked="keyword",nr(ju);if(kn=="variable")return cr(ns),nr();if(kn=="spread")return nr(ju);if(kn=="[")return Hr(Oc,"]");if(kn=="{")return Hr($c,"}")}function $c(kn,ns){return kn=="variable"&&!rr.stream.match(/^\s*:/,!1)?(cr(ns),nr(vc)):(kn=="variable"&&(rr.marked="property"),kn=="spread"?nr(ju):kn=="}"?ar():kn=="["?nr(Vr,_r("]"),_r(":"),$c):nr(_r(":"),ju,vc))}function Oc(){return ar(ju,vc)}function vc(kn,ns){if(ns=="=")return nr(Gr)}function Yl(kn){if(kn==",")return nr(Uu)}function ms(kn,ns){if(kn=="keyword b"&&ns=="else")return nr(Lr("form","else"),Fr,gr)}function Rs(kn,ns){if(ns=="await")return nr(Rs);if(kn=="(")return nr(Lr(")"),Hs,gr)}function Hs(kn){return kn=="var"?nr(Uu,zs):kn=="variable"?nr(zs):ar(zs)}function zs(kn,ns){return kn==")"?nr():kn==";"?nr(zs):ns=="in"||ns=="of"?(rr.marked="keyword",nr(Vr,zs)):ar(Vr,zs)}function Br(kn,ns){if(ns=="*")return rr.marked="keyword",nr(Br);if(kn=="variable")return cr(ns),nr(Br);if(kn=="(")return nr(Er,Lr(")"),Kn(Ln,")"),gr,Sa,Fr,Ir);if(re&&ns=="<")return nr(Lr(">"),Kn(Ou,">"),gr,Br)}function Zn(kn,ns){if(ns=="*")return rr.marked="keyword",nr(Zn);if(kn=="variable")return cr(ns),nr(Zn);if(kn=="(")return nr(Er,Lr(")"),Kn(Ln,")"),gr,Sa,Ir);if(re&&ns=="<")return nr(Lr(">"),Kn(Ou,">"),gr,Zn)}function hn(kn,ns){if(kn=="keyword"||kn=="variable")return rr.marked="type",nr(hn);if(ns=="<")return nr(Lr(">"),Kn(Ou,">"),gr)}function Ln(kn,ns){return ns=="@"&&nr(Vr,Ln),kn=="spread"?nr(Ln):re&&hr(ns)?(rr.marked="keyword",nr(Ln)):re&&kn=="this"?nr(On,vc):ar(ju,On,vc)}function Vi(kn,ns){return kn=="variable"?Wi(kn,ns):pa(kn,ns)}function Wi(kn,ns){if(kn=="variable")return cr(ns),nr(pa)}function pa(kn,ns){if(ns=="<")return nr(Lr(">"),Kn(Ou,">"),gr,pa);if(ns=="extends"||ns=="implements"||re&&kn==",")return ns=="implements"&&(rr.marked="keyword"),nr(re?qa:Vr,pa);if(kn=="{")return nr(Lr("}"),Ki,gr)}function Ki(kn,ns){if(kn=="async"||kn=="variable"&&(ns=="static"||ns=="get"||ns=="set"||re&&hr(ns))&&rr.stream.match(/^\s+#?[\w$\xa1-\uffff]/,!1))return rr.marked="keyword",nr(Ki);if(kn=="variable"||rr.style=="keyword")return rr.marked="property",nr(Xo,Ki);if(kn=="number"||kn=="string")return nr(Xo,Ki);if(kn=="[")return nr(Vr,On,_r("]"),Xo,Ki);if(ns=="*")return rr.marked="keyword",nr(Ki);if(re&&kn=="(")return ar(Zn,Ki);if(kn==";"||kn==",")return nr(Ki);if(kn=="}")return nr();if(ns=="@")return nr(Vr,Ki)}function Xo(kn,ns){if(ns=="!"||ns=="?")return nr(Xo);if(kn==":")return nr(qa,vc);if(ns=="=")return nr(Gr);var Wl=rr.state.lexical.prev,Tu=Wl&&Wl.info=="interface";return ar(Tu?Zn:Br)}function Eo(kn,ns){return ns=="*"?(rr.marked="keyword",nr(Io,_r(";"))):ns=="default"?(rr.marked="keyword",nr(Vr,_r(";"))):kn=="{"?nr(Kn(Fo,"}"),Io,_r(";")):ar(Fr)}function Fo(kn,ns){if(ns=="as")return rr.marked="keyword",nr(_r("variable"));if(kn=="variable")return ar(Gr,Fo)}function _s(kn){return kn=="string"?nr():kn=="("?ar(Vr):kn=="."?ar(yr):ar(An,Vo,Io)}function An(kn,ns){return kn=="{"?Hr(An,"}"):(kn=="variable"&&cr(ns),ns=="*"&&(rr.marked="keyword"),nr(pu))}function Vo(kn){if(kn==",")return nr(An,Vo)}function pu(kn,ns){if(ns=="as")return rr.marked="keyword",nr(An)}function Io(kn,ns){if(ns=="from")return rr.marked="keyword",nr(Vr)}function yu(kn){return kn=="]"?nr():ar(Kn(Gr,"]"))}function Hl(){return ar(Lr("form"),ju,_r("{"),Lr("}"),Kn(lc,"}"),gr,gr)}function lc(){return ar(ju,vc)}function Vu(kn,ns){return kn.lastType=="operator"||kn.lastType==","||ue.test(ns.charAt(0))||/[,.]/.test(ns.charAt(0))}function Ju(kn,ns,Wl){return ns.tokenize==he&&/^(?:operator|sof|keyword [bcd]|case|new|export|default|spread|[\[{}\(,;:]|=>)$/.test(ns.lastType)||ns.lastType=="quasi"&&/\{\s*$/.test(kn.string.slice(0,kn.pos-(Wl||0)))}return{startState:function(kn){var ns={tokenize:he,lastType:"sof",cc:[],lexical:new qe((kn||0)-L,0,"block",!1),localVars:k.localVars,context:k.localVars&&new br(null,null,!1),indented:kn||0};return k.globalVars&&typeof k.globalVars=="object"&&(ns.globalVars=k.globalVars),ns},token:function(kn,ns){if(kn.sol()&&(ns.lexical.hasOwnProperty("align")||(ns.lexical.align=!1),ns.indented=kn.indentation(),Et(kn,ns)),ns.tokenize!=Fe&&kn.eatSpace())return null;var Wl=ns.tokenize(kn,ns);return Ie=="comment"?Wl:(ns.lastType=Ie=="operator"&&(_e=="++"||_e=="--")?"incdec":Ie,tr(ns,Wl,Ie,_e,kn))},indent:function(kn,ns){if(kn.tokenize==Fe||kn.tokenize==Ve)return y.Pass;if(kn.tokenize!=he)return 0;var Wl=ns&&ns.charAt(0),Tu=kn.lexical,_l;if(!/^\s*else\b/.test(ns))for(var Hu=kn.cc.length-1;Hu>=0;--Hu){var Rc=kn.cc[Hu];if(Rc==gr)Tu=Tu.prev;else if(Rc!=ms&&Rc!=Ir)break}for(;(Tu.type=="stat"||Tu.type=="form")&&(Wl=="}"||(_l=kn.cc[kn.cc.length-1])&&(_l==yr||_l==Sr)&&!/^[,\.=+\-*:?[\(]/.test(ns));)Tu=Tu.prev;$&&Tu.type==")"&&Tu.prev.type=="stat"&&(Tu=Tu.prev);var ld=Tu.type,hd=Wl==ld;return ld=="vardef"?Tu.indented+(kn.lastType=="operator"||kn.lastType==","?Tu.info.length+1:0):ld=="form"&&Wl=="{"?Tu.indented:ld=="form"?Tu.indented+L:ld=="stat"?Tu.indented+(Vu(kn,ns)?$||L:0):Tu.info=="switch"&&!hd&&k.doubleIndentSwitch!=!1?Tu.indented+(/^(?:case|default)\b/.test(ns)?L:2*L):Tu.align?Tu.column+(hd?0:1):Tu.indented+(hd?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:Ju,skipExpression:function(kn){tr(kn,"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-ebfaf90f"),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 t=useStore(),{output:y,editor:n,editorContent:k,isShowCssEditor:L}=storeToRefs(t),{editorRefresh:$,exportEditorContent2HTML:j,exportEditorContent2MD:V,formatContent:z,importMarkdownContent:re,resetStyleConfirm:ie,toggleShowInsertFormDialog:oe,toggleShowUploadImgDialog:ue}=t,de=ref$1(!1),pe=ref$1(0),Ie=ref$1(null);function _e(){const ur=hr=>{let br,Rr;clearTimeout(pe.value),hr==="preview"?(br=Ie.value.$el,Rr=document.querySelector(".CodeMirror-scroll"),n.value.off("scroll",cr),pe.value=setTimeout(()=>{n.value.on("scroll",cr)},300)):hr==="editor"&&(br=document.querySelector(".CodeMirror-scroll"),Rr=Ie.value.$el,Rr.removeEventListener("scroll",mr,!1),pe.value=setTimeout(()=>{Rr.addEventListener("scroll",mr,!1)},300));const Er=br.scrollTop/(br.scrollHeight-br.offsetHeight)*(Rr.scrollHeight-Rr.offsetHeight);Rr.scrollTo(0,Er)};function cr(){ur("editor")}function mr(){ur("preview")}Ie.value.$el.addEventListener("scroll",mr,!1),n.value.on("scroll",cr)}onMounted(()=>{setTimeout(()=>{_e()},300)});function Ce(){$()}const he=ref$1(!1),Ne=ref$1(!1);function Fe(){Ne.value=!0,he.value=!0}function Ve(){he.value=!1,setTimeout(()=>{Ne.value=!1},800)}function jt(ur){const cr=checkImage(ur);if(!cr.ok)return ElMessage.error(cr.msg),!1;const mr=localStorage.getItem("imgHost")||"default";localStorage.setItem("imgHost",mr);const hr=localStorage.getItem(`${mr}Config`);return mr==="default"||hr?!0:(ElMessage.error(`请先配置 ${mr} 图床参数`),!1)}function Et(ur){if(!ur){ElMessage.error("上传图片未知异常");return}ue(!1);const cr=n.value.getCursor(),mr=`![](${ur})`;toRaw(t.editor).replaceSelection(`
${mr}
`,cr),ElMessage.success("图片上传成功")}function Ue(ur,cr){de.value=!0,toBase64(ur).then(mr=>fileApi.fileUpload(mr,ur)).then(mr=>{console.log(mr),cr?cr(mr):Et(mr)}).catch(mr=>{ElMessage.error(mr.message)}).finally(()=>{de.value=!1})}const qe=ref$1(0);function kt(){const ur=document.querySelector("#editor");ur.value||(ur.value=k.value),n.value=CodeMirror.fromTextArea(ur,{mode:"text/x-markdown",theme:"xq-light",lineNumbers:!1,lineWrapping:!0,styleActiveLine:!0,autoCloseBrackets:!0,extraKeys:{[`${shiftKey}-${altKey}-F`]:function(mr){const hr=formatDoc(mr.getValue(0));mr.setValue(hr)},[`${ctrlKey}-B`]:function(mr){const hr=mr.getSelection();mr.replaceSelection(`**${hr}**`)},[`${ctrlKey}-I`]:function(mr){const hr=mr.getSelection();mr.replaceSelection(`*${hr}*`)},[`${ctrlKey}-D`]:function(mr){const hr=mr.getSelection();mr.replaceSelection(`~~${hr}~~`)},[`${ctrlKey}-K`]:function(mr){const hr=mr.getSelection();mr.replaceSelection(`[${hr}]()`)},[`${ctrlKey}-E`]:function(mr){const hr=mr.getSelection();mr.replaceSelection(`\`${hr}\``)},[`${ctrlKey}-L`]:function(mr){const hr=mr.getSelection();mr.replaceSelection(`\`${hr}\``)}}}),n.value.on("change",cr=>{clearTimeout(qe.value),qe.value=setTimeout(()=>{Ce(),k.value=cr.getValue()},300)}),n.value.on("paste",(cr,mr)=>{if(!(!(mr.clipboardData&&mr.clipboardData.items)||de.value))for(let hr=0,br=mr.clipboardData.items.length;hr<br;++hr){const Rr=mr.clipboardData.items[hr];if(Rr.kind==="file"){const xr=Rr.getAsFile();if(!jt(xr))continue;Ue(xr)}}})}const tr=ref$1(null);function rr(ur){n.value.options.extraKeys[ur](n.value)}const ar=ref$1(null);function nr(){const ur=ar.value.$el,cr=async({md:br,list:Rr})=>{const xr=[...br.str.matchAll(/!\[(.*?)\]\((.*?)\)/g)||[]].filter(Ir=>Ir),Er=br.path.match(/.+?\//)[0],vr=await Promise.all(xr.map(Ir=>new Promise(Lr=>{let[,,gr]=Ir;gr=gr.replace(/^.\//,"");const{file:_r}=Rr.find(Fr=>Fr.path===`${Er}${gr}`)||{};Ue(_r,Fr=>{Lr({matchStr:gr,url:Fr})})})));vr.forEach(Ir=>{br.str=br.str.replace(`](./${Ir.matchStr})`,`](${Ir.url})`).replace(`](${Ir.matchStr})`,`](${Ir.url})`)}),n.value.setValue(br.str),console.log("resList",vr,br.str)};ur.ondragover=br=>br.preventDefault(),ur.ondrop=async br=>{br.preventDefault();for(const Rr of br.dataTransfer.items)Rr.getAsFileSystemHandle().then(async xr=>{if(xr.kind==="directory"){const Er=await hr(xr),vr=await mr({list:Er});cr({md:vr,list:Er})}else{const Er=await xr.getFile();console.log("file",Er)}})};async function mr({list:br}){return new Promise(Rr=>{const{path:xr,file:Er}=br.find(Ir=>Ir.path.match(/\.md$/)),vr=new FileReader;vr.readAsText(Er,"UTF-8"),vr.onload=Ir=>{Rr({str:Ir.target.result,file:Er,path:xr})}})}async function hr(br){const Rr=[];let xr="";try{const Er=[br];for(const vr of Er){xr+=`${vr.name}/`;for await(const[,Ir]of vr)Ir.kind==="file"?Rr.push({path:xr+Ir.name,file:await Ir.getFile()}):(Rr.push({path:`${xr+Ir.name}/`}),Er.push(Ir))}}catch(Er){console.error(Er)}return Rr}}return onMounted(()=>{kt(),Ce(),nr()}),(ur,cr)=>{const mr=resolveComponent("el-header"),hr=resolveComponent("el-col"),br=resolveComponent("el-row"),Rr=resolveComponent("el-main"),xr=resolveComponent("el-container");return openBlock(),createElementBlock("div",{ref_key:"container",ref:tr,class:"container"},[createVNode(xr,null,{default:withCtx(()=>[createVNode(mr,{class:"editor__header"},{default:withCtx(()=>[createVNode(EditorHeader,{onAddFormat:rr,onFormatContent:unref(z),onStartCopy:Fe,onEndCopy:Ve},null,8,["onFormatContent"])]),_:1}),createVNode(Rr,{class:"container-main"},{default:withCtx(()=>[createVNode(br,{class:"container-main-section"},{default:withCtx(()=>[createVNode(hr,{ref_key:"codeMirrorWrapper",ref:ar,span:unref(L)?8:12,class:normalizeClass(["codeMirror-wrapper",{"order-1":!unref(t).isEditOnLeft}])},{default:withCtx(()=>[createVNode(unref(_sfc_main$7),null,{default:withCtx(()=>[createVNode(unref(_sfc_main$6),null,{default:withCtx(()=>[_hoisted_1]),_:1}),createVNode(unref(_sfc_main$5),{class:"w-64"},{default:withCtx(()=>[createVNode(unref(_sfc_main$4),{inset:"",onClick:cr[0]||(cr[0]=Er=>unref(ue)())},{default:withCtx(()=>[createTextVNode(" 上传图片 ")]),_:1}),createVNode(unref(_sfc_main$4),{inset:"",onClick:cr[1]||(cr[1]=Er=>unref(oe)())},{default:withCtx(()=>[createTextVNode(" 插入表格 ")]),_:1}),createVNode(unref(_sfc_main$4),{inset:"",onClick:cr[2]||(cr[2]=Er=>unref(ie)())},{default:withCtx(()=>[createTextVNode(" 恢复默认样式 ")]),_:1}),createVNode(unref(_sfc_main$2)),createVNode(unref(_sfc_main$4),{inset:"",onClick:cr[3]||(cr[3]=Er=>unref(re)())},{default:withCtx(()=>[createTextVNode(" 导入 .md 文档 ")]),_:1}),createVNode(unref(_sfc_main$4),{inset:"",onClick:cr[4]||(cr[4]=Er=>unref(V)())},{default:withCtx(()=>[createTextVNode(" 导出 .md 文档 ")]),_:1}),createVNode(unref(_sfc_main$4),{inset:"",onClick:cr[5]||(cr[5]=Er=>unref(j)())},{default:withCtx(()=>[createTextVNode(" 导出 .html ")]),_:1}),createVNode(unref(_sfc_main$4),{inset:"",onClick:cr[6]||(cr[6]=Er=>unref(z)())},{default:withCtx(()=>[createTextVNode(" 格式化 "),createVNode(unref(_sfc_main$3),null,{default:withCtx(()=>[createTextVNode(toDisplayString(unref(altSign))+" + "+toDisplayString(unref(shiftSign))+" + F",1)]),_:1})]),_:1})]),_:1})]),_:1})]),_:1},8,["span","class"]),createVNode(hr,{id:"preview",ref_key:"preview",ref:Ie,span:unref(L)?8:12,class:"preview-wrapper"},{default:withCtx(()=>[createBaseVNode("div",{id:"output-wrapper",class:normalizeClass({output_night:!he.value})},[createBaseVNode("div",_hoisted_2,[createBaseVNode("section",{id:"output",innerHTML:unref(y)},null,8,_hoisted_3),Ne.value?(openBlock(),createElementBlock("div",_hoisted_4,_hoisted_6)):createCommentVNode("",!0)])],2)]),_:1},8,["span"]),createVNode(CssEditor)]),_:1})]),_:1})]),_:1}),createVNode(UploadImgDialog,{onBeforeUpload:jt,onUploadImage:Ue,onUploaded:Et}),createVNode(InsertFormDialog),createVNode(RunLoading)],512)}}},CodemirrorEditor=_export_sfc(_sfc_main$1,[["__scopeId","data-v-ebfaf90f"]]),_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,kt){var tr=kt.inline;kt.propertyKeywords||(kt=y.resolveMode("text/css"));var rr=qe.indentUnit,ar=kt.tokenHooks,nr=kt.documentTypes||{},ur=kt.mediaTypes||{},cr=kt.mediaFeatures||{},mr=kt.mediaValueKeywords||{},hr=kt.propertyKeywords||{},br=kt.nonStandardPropertyKeywords||{},Rr=kt.fontProperties||{},xr=kt.counterDescriptors||{},Er=kt.colorKeywords||{},vr=kt.valueKeywords||{},Ir=kt.allowNested,Lr=kt.lineComment,gr=kt.supportsAtComponent===!0,_r=qe.highlightNonStandardPropertyKeywords!==!1,Fr,zr;function Vr(Nr,jr){return Fr=jr,Nr}function Gr(Nr,jr){var Qr=Nr.next();if(ar[Qr]){var ca=ar[Qr](Nr,jr);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 jr.tokenize=Tr(Qr),jr.tokenize(Nr,jr);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())&&(jr.tokenize=Cr),Vr("variable callee","variable")):/[\w\\\-]/.test(Qr)?(Nr.eatWhile(/[\w\\\-]/),Vr("property","word")):Vr(null,null)}function Tr(Nr){return function(jr,Qr){for(var ca=!1,Po;(Po=jr.next())!=null;){if(Po==Nr&&!ca){Nr==")"&&jr.backUp(1);break}ca=!ca&&Po=="\\"}return(Po==Nr||!ca&&Nr!=")")&&(Qr.tokenize=null),Vr("string","string")}}function Cr(Nr,jr){return Nr.next(),Nr.match(/^\s*[\"\')]/,!1)?jr.tokenize=null:jr.tokenize=Tr(")"),Vr(null,"(")}function Mr(Nr,jr,Qr){this.type=Nr,this.indent=jr,this.prev=Qr}function yr(Nr,jr,Qr,ca){return Nr.context=new Mr(Qr,jr.indentation()+(ca===!1?0:rr),Nr.context),Qr}function Sr(Nr){return Nr.context.prev&&(Nr.context=Nr.context.prev),Nr.context.type}function Dr(Nr,jr,Qr){return Kr[Qr.context.type](Nr,jr,Qr)}function kr(Nr,jr,Qr,ca){for(var Po=ca||1;Po>0;Po--)Qr.context=Qr.context.prev;return Dr(Nr,jr,Qr)}function Wr(Nr){var jr=Nr.current().toLowerCase();vr.hasOwnProperty(jr)?zr="atom":Er.hasOwnProperty(jr)?zr="keyword":zr="variable"}var Kr={};return Kr.top=function(Nr,jr,Qr){if(Nr=="{")return yr(Qr,jr,"block");if(Nr=="}"&&Qr.context.prev)return Sr(Qr);if(gr&&/@component/i.test(Nr))return yr(Qr,jr,"atComponentBlock");if(/^@(-moz-)?document$/i.test(Nr))return yr(Qr,jr,"documentTypes");if(/^@(media|supports|(-moz-)?document|import)$/i.test(Nr))return yr(Qr,jr,"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 yr(Qr,jr,"at");if(Nr=="hash")zr="builtin";else if(Nr=="word")zr="tag";else{if(Nr=="variable-definition")return"maybeprop";if(Nr=="interpolation")return yr(Qr,jr,"interpolation");if(Nr==":")return"pseudo";if(Ir&&Nr=="(")return yr(Qr,jr,"parens")}return Qr.context.type},Kr.block=function(Nr,jr,Qr){if(Nr=="word"){var ca=jr.current().toLowerCase();return hr.hasOwnProperty(ca)?(zr="property","maybeprop"):br.hasOwnProperty(ca)?(zr=_r?"string-2":"property","maybeprop"):Ir?(zr=jr.match(/^\s*:(?:\s|$)/,!1)?"property":"tag","block"):(zr+=" error","maybeprop")}else return Nr=="meta"?"block":!Ir&&(Nr=="hash"||Nr=="qualifier")?(zr="error","block"):Kr.top(Nr,jr,Qr)},Kr.maybeprop=function(Nr,jr,Qr){return Nr==":"?yr(Qr,jr,"prop"):Dr(Nr,jr,Qr)},Kr.prop=function(Nr,jr,Qr){if(Nr==";")return Sr(Qr);if(Nr=="{"&&Ir)return yr(Qr,jr,"propBlock");if(Nr=="}"||Nr=="{")return kr(Nr,jr,Qr);if(Nr=="(")return yr(Qr,jr,"parens");if(Nr=="hash"&&!/^#([0-9a-fA-F]{3,4}|[0-9a-fA-F]{6}|[0-9a-fA-F]{8})$/.test(jr.current()))zr+=" error";else if(Nr=="word")Wr(jr);else if(Nr=="interpolation")return yr(Qr,jr,"interpolation");return"prop"},Kr.propBlock=function(Nr,jr,Qr){return Nr=="}"?Sr(Qr):Nr=="word"?(zr="property","maybeprop"):Qr.context.type},Kr.parens=function(Nr,jr,Qr){return Nr=="{"||Nr=="}"?kr(Nr,jr,Qr):Nr==")"?Sr(Qr):Nr=="("?yr(Qr,jr,"parens"):Nr=="interpolation"?yr(Qr,jr,"interpolation"):(Nr=="word"&&Wr(jr),"parens")},Kr.pseudo=function(Nr,jr,Qr){return Nr=="meta"?"pseudo":Nr=="word"?(zr="variable-3",Qr.context.type):Dr(Nr,jr,Qr)},Kr.documentTypes=function(Nr,jr,Qr){return Nr=="word"&&nr.hasOwnProperty(jr.current())?(zr="tag",Qr.context.type):Kr.atBlock(Nr,jr,Qr)},Kr.atBlock=function(Nr,jr,Qr){if(Nr=="(")return yr(Qr,jr,"atBlock_parens");if(Nr=="}"||Nr==";")return kr(Nr,jr,Qr);if(Nr=="{")return Sr(Qr)&&yr(Qr,jr,Ir?"block":"top");if(Nr=="interpolation")return yr(Qr,jr,"interpolation");if(Nr=="word"){var ca=jr.current().toLowerCase();ca=="only"||ca=="not"||ca=="and"||ca=="or"?zr="keyword":ur.hasOwnProperty(ca)?zr="attribute":cr.hasOwnProperty(ca)?zr="property":mr.hasOwnProperty(ca)?zr="keyword":hr.hasOwnProperty(ca)?zr="property":br.hasOwnProperty(ca)?zr=_r?"string-2":"property":vr.hasOwnProperty(ca)?zr="atom":Er.hasOwnProperty(ca)?zr="keyword":zr="error"}return Qr.context.type},Kr.atComponentBlock=function(Nr,jr,Qr){return Nr=="}"?kr(Nr,jr,Qr):Nr=="{"?Sr(Qr)&&yr(Qr,jr,Ir?"block":"top",!1):(Nr=="word"&&(zr="error"),Qr.context.type)},Kr.atBlock_parens=function(Nr,jr,Qr){return Nr==")"?Sr(Qr):Nr=="{"||Nr=="}"?kr(Nr,jr,Qr,2):Kr.atBlock(Nr,jr,Qr)},Kr.restricted_atBlock_before=function(Nr,jr,Qr){return Nr=="{"?yr(Qr,jr,"restricted_atBlock"):Nr=="word"&&Qr.stateArg=="@counter-style"?(zr="variable","restricted_atBlock_before"):Dr(Nr,jr,Qr)},Kr.restricted_atBlock=function(Nr,jr,Qr){return Nr=="}"?(Qr.stateArg=null,Sr(Qr)):Nr=="word"?(Qr.stateArg=="@font-face"&&!Rr.hasOwnProperty(jr.current().toLowerCase())||Qr.stateArg=="@counter-style"&&!xr.hasOwnProperty(jr.current().toLowerCase())?zr="error":zr="property","maybeprop"):"restricted_atBlock"},Kr.keyframes=function(Nr,jr,Qr){return Nr=="word"?(zr="variable","keyframes"):Nr=="{"?yr(Qr,jr,"top"):Dr(Nr,jr,Qr)},Kr.at=function(Nr,jr,Qr){return Nr==";"?Sr(Qr):Nr=="{"||Nr=="}"?kr(Nr,jr,Qr):(Nr=="word"?zr="tag":Nr=="hash"&&(zr="builtin"),"at")},Kr.interpolation=function(Nr,jr,Qr){return Nr=="}"?Sr(Qr):Nr=="{"||Nr==";"?kr(Nr,jr,Qr):(Nr=="word"?zr="variable":Nr!="variable"&&Nr!="("&&Nr!=")"&&(zr="error"),"interpolation")},{startState:function(Nr){return{tokenize:null,state:tr?"block":"top",stateArg:null,context:new Mr(tr?"block":"top",Nr||0,null)}},token:function(Nr,jr){if(!jr.tokenize&&Nr.eatSpace())return null;var Qr=(jr.tokenize||Gr)(Nr,jr);return Qr&&typeof Qr=="object"&&(Fr=Qr[1],Qr=Qr[0]),zr=Qr,Fr!="comment"&&(jr.state=Kr[jr.state](Fr,Nr,jr)),zr},indent:function(Nr,jr){var Qr=Nr.context,ca=jr&&jr.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:Lr,fold:"brace"}});function n(qe){for(var kt={},tr=0;tr<qe.length;++tr)kt[qe[tr].toLowerCase()]=!0;return kt}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"],_e=n(Ie),Ce=["additive-symbols","fallback","negative","pad","prefix","range","speak-as","suffix","symbols","system"],he=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),Ve=["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"],jt=n(Ve),Et=k.concat($).concat(V).concat(re).concat(oe).concat(de).concat(Ne).concat(Ve);y.registerHelper("hintWords","css",Et);function Ue(qe,kt){for(var tr=!1,rr;(rr=qe.next())!=null;){if(tr&&rr=="/"){kt.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:_e,counterDescriptors:he,colorKeywords:Fe,valueKeywords:jt,tokenHooks:{"/":function(qe,kt){return qe.eat("*")?(kt.tokenize=Ue,Ue(qe,kt)):!1}},name:"css"}),y.defineMIME("text/x-scss",{mediaTypes:j,mediaFeatures:z,mediaValueKeywords:ie,propertyKeywords:ue,nonStandardPropertyKeywords:pe,colorKeywords:Fe,valueKeywords:jt,fontProperties:_e,allowNested:!0,lineComment:"//",tokenHooks:{"/":function(qe,kt){return qe.eat("/")?(qe.skipToEnd(),["comment","comment"]):qe.eat("*")?(kt.tokenize=Ue,Ue(qe,kt)):["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:jt,fontProperties:_e,allowNested:!0,lineComment:"//",tokenHooks:{"/":function(qe,kt){return qe.eat("/")?(qe.skipToEnd(),["comment","comment"]):qe.eat("*")?(kt.tokenize=Ue,Ue(qe,kt)):["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:_e,counterDescriptors:he,colorKeywords:Fe,valueKeywords:jt,supportsAtComponent:!0,tokenHooks:{"/":function(qe,kt){return qe.eat("*")?(kt.tokenize=Ue,Ue(qe,kt)):!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(br){return ur.tokenize=br,br(nr,ur)}var mr=nr.next();if(mr=="<")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(_e(1))):null:nr.eat("?")?(nr.eatWhile(/[\w\._\-]/),ur.tokenize=Ie("meta","?>"),"meta"):(ie=nr.eat("/")?"closeTag":"openTag",ur.tokenize=de,"tag bracket");if(mr=="&"){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=Ve,ur.tagName=ur.tagStart=null;var mr=ur.tokenize(nr,ur);return mr?mr+" 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,mr){for(;!cr.eol();)if(cr.next()==nr){mr.tokenize=de;break}return"string"};return ur.isInAttribute=!0,ur}function Ie(nr,ur){return function(cr,mr){for(;!cr.eol();){if(cr.match(ur)){mr.tokenize=ue;break}cr.next()}return nr}}function _e(nr){return function(ur,cr){for(var mr;(mr=ur.next())!=null;){if(mr=="<")return cr.tokenize=_e(nr+1),cr.tokenize(ur,cr);if(mr==">")if(nr==1){cr.tokenize=ue;break}else return cr.tokenize=_e(nr-1),cr.tokenize(ur,cr)}return"meta"}}function Ce(nr){return nr&&nr.toLowerCase()}function he(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 Ve(nr,ur,cr){return nr=="openTag"?(cr.tagStart=ur.column(),jt):nr=="closeTag"?Et:Ve}function jt(nr,ur,cr){return nr=="word"?(cr.tagName=ur.current(),oe="tag",kt):V.allowMissingTagName&&nr=="endTag"?(oe="tag bracket",kt(nr,ur,cr)):(oe="error",jt)}function Et(nr,ur,cr){if(nr=="word"){var mr=ur.current();return cr.context&&cr.context.tagName!=mr&&V.implicitlyClosed.hasOwnProperty(Ce(cr.context.tagName))&&Ne(cr),cr.context&&cr.context.tagName==mr||V.matchClosing===!1?(oe="tag",Ue):(oe="tag error",qe)}else return V.allowMissingTagName&&nr=="endTag"?(oe="tag bracket",Ue(nr,ur,cr)):(oe="error",qe)}function Ue(nr,ur,cr){return nr!="endTag"?(oe="error",Ue):(Ne(cr),Ve)}function qe(nr,ur,cr){return oe="error",Ue(nr,ur,cr)}function kt(nr,ur,cr){if(nr=="word")return oe="attribute",tr;if(nr=="endTag"||nr=="selfcloseTag"){var mr=cr.tagName,hr=cr.tagStart;return cr.tagName=cr.tagStart=null,nr=="selfcloseTag"||V.autoSelfClosers.hasOwnProperty(Ce(mr))?Fe(cr,mr):(Fe(cr,mr),cr.context=new he(cr,mr,hr==cr.indented)),Ve}return oe="error",kt}function tr(nr,ur,cr){return nr=="equals"?rr:(V.allowMissing||(oe="error"),kt(nr,ur,cr))}function rr(nr,ur,cr){return nr=="string"?ar:nr=="word"&&V.allowUnquoted?(oe="string",kt):(oe="error",kt(nr,ur,cr))}function ar(nr,ur,cr){return nr=="string"?ar:kt(nr,ur,cr)}return{startState:function(nr){var ur={tokenize:ue,state:Ve,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 mr=nr.context;if(nr.tokenize.isInAttribute)return nr.tagStart==nr.indented?nr.stringStartCol+1:nr.indented+j;if(mr&&mr.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(;mr;)if(mr.tagName==hr[2]){mr=mr.prev;break}else if(V.implicitlyClosed.hasOwnProperty(Ce(mr.tagName)))mr=mr.prev;else break;else if(hr)for(;mr;){var br=V.contextGrabbers[Ce(mr.tagName)];if(br&&br.hasOwnProperty(Ce(hr[2])))mr=mr.prev;else break}for(;mr&&mr.prev&&!mr.startOfLine;)mr=mr.prev;return mr?mr.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=kt)},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 Er=y.findModeByName(xr);Er&&(xr=Er.mime||Er.mimes[0])}var vr=y.getMode(n,xr);return vr.name=="null"?null:vr}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`]*$/,_e=/^\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]/,he=" ";function Ne(xr,Er,vr){return Er.f=Er.inline=vr,vr(xr,Er)}function Fe(xr,Er,vr){return Er.f=Er.block=vr,vr(xr,Er)}function Ve(xr){return!xr||!/\S/.test(xr.string)}function jt(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==Ue){var Er=$;if(!Er){var vr=y.innerMode(L,xr.htmlState);Er=vr.mode.name=="xml"&&vr.state.tagStart===null&&!vr.state.context&&vr.state.tokenize.isInText}Er&&(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,Er){var vr=xr.column()===Er.indentation,Ir=Ve(Er.prevLine.stream),Lr=Er.indentedCode,gr=Er.prevLine.hr,_r=Er.list!==!1,Fr=(Er.listStack[Er.listStack.length-1]||0)+3;Er.indentedCode=!1;var zr=Er.indentation;if(Er.indentationDiff===null&&(Er.indentationDiff=Er.indentation,_r)){for(Er.list=null;zr<Er.listStack[Er.listStack.length-1];)Er.listStack.pop(),Er.listStack.length?Er.indentation=Er.listStack[Er.listStack.length-1]:Er.list=!1;Er.list!==!1&&(Er.indentationDiff=zr-Er.listStack[Er.listStack.length-1])}var Vr=!Ir&&!gr&&!Er.prevLine.header&&(!_r||!Lr)&&!Er.prevLine.fencedCodeEnd,Gr=(Er.list===!1||gr||Ir)&&Er.indentation<=Fr&&xr.match(re),Tr=null;if(Er.indentationDiff>=4&&(Lr||Er.prevLine.fencedCodeEnd||Er.prevLine.header||Ir))return xr.skipToEnd(),Er.indentedCode=!0,V.code;if(xr.eatSpace())return null;if(vr&&Er.indentation<=Fr&&(Tr=xr.match(ue))&&Tr[1].length<=6)return Er.quote=0,Er.header=Tr[1].length,Er.thisLine.header=!0,k.highlightFormatting&&(Er.formatting="header"),Er.f=Er.inline,kt(Er);if(Er.indentation<=Fr&&xr.eat(">"))return Er.quote=vr?1:Er.quote+1,k.highlightFormatting&&(Er.formatting="quote"),xr.eatSpace(),kt(Er);if(!Gr&&!Er.setext&&vr&&Er.indentation<=Fr&&(Tr=xr.match(ie))){var Cr=Tr[1]?"ol":"ul";return Er.indentation=zr+xr.current().length,Er.list=!0,Er.quote=0,Er.listStack.push(Er.indentation),Er.em=!1,Er.strong=!1,Er.code=!1,Er.strikethrough=!1,k.taskLists&&xr.match(oe,!1)&&(Er.taskList=!0),Er.f=Er.inline,k.highlightFormatting&&(Er.formatting=["list","list-"+Cr]),kt(Er)}else{if(vr&&Er.indentation<=Fr&&(Tr=xr.match(Ie,!0)))return Er.quote=0,Er.fencedEndRE=new RegExp(Tr[1]+"+ *$"),Er.localMode=k.fencedCodeBlockHighlighting&&j(Tr[2]||k.fencedCodeBlockDefaultMode),Er.localMode&&(Er.localState=y.startState(Er.localMode)),Er.f=Er.block=qe,k.highlightFormatting&&(Er.formatting="code-block"),Er.code=-1,kt(Er);if(Er.setext||(!Vr||!_r)&&!Er.quote&&Er.list===!1&&!Er.code&&!Gr&&!_e.test(xr.string)&&(Tr=xr.lookAhead(1))&&(Tr=Tr.match(de)))return Er.setext?(Er.header=Er.setext,Er.setext=0,xr.skipToEnd(),k.highlightFormatting&&(Er.formatting="header")):(Er.header=Tr[0].charAt(0)=="="?1:2,Er.setext=Er.header),Er.thisLine.header=!0,Er.f=Er.inline,kt(Er);if(Gr)return xr.skipToEnd(),Er.hr=!0,Er.thisLine.hr=!0,V.hr;if(xr.peek()==="[")return Ne(xr,Er,mr)}return Ne(xr,Er,Er.inline)}function Ue(xr,Er){var vr=L.token(xr,Er.htmlState);if(!$){var Ir=y.innerMode(L,Er.htmlState);(Ir.mode.name=="xml"&&Ir.state.tagStart===null&&!Ir.state.context&&Ir.state.tokenize.isInText||Er.md_inside&&xr.current().indexOf(">")>-1)&&(Er.f=rr,Er.block=Et,Er.htmlState=null)}return vr}function qe(xr,Er){var vr=Er.listStack[Er.listStack.length-1]||0,Ir=Er.indentation<vr,Lr=vr+3;if(Er.fencedEndRE&&Er.indentation<=Lr&&(Ir||xr.match(Er.fencedEndRE))){k.highlightFormatting&&(Er.formatting="code-block");var gr;return Ir||(gr=kt(Er)),Er.localMode=Er.localState=null,Er.block=Et,Er.f=rr,Er.fencedEndRE=null,Er.code=0,Er.thisLine.fencedCodeEnd=!0,Ir?Fe(xr,Er,Er.block):gr}else return Er.localMode?Er.localMode.token(xr,Er.localState):(xr.skipToEnd(),V.code)}function kt(xr){var Er=[];if(xr.formatting){Er.push(V.formatting),typeof xr.formatting=="string"&&(xr.formatting=[xr.formatting]);for(var vr=0;vr<xr.formatting.length;vr++)Er.push(V.formatting+"-"+xr.formatting[vr]),xr.formatting[vr]==="header"&&Er.push(V.formatting+"-"+xr.formatting[vr]+"-"+xr.header),xr.formatting[vr]==="quote"&&(!k.maxBlockquoteDepth||k.maxBlockquoteDepth>=xr.quote?Er.push(V.formatting+"-"+xr.formatting[vr]+"-"+xr.quote):Er.push("error"))}if(xr.taskOpen)return Er.push("meta"),Er.length?Er.join(" "):null;if(xr.taskClosed)return Er.push("property"),Er.length?Er.join(" "):null;if(xr.linkHref?Er.push(V.linkHref,"url"):(xr.strong&&Er.push(V.strong),xr.em&&Er.push(V.em),xr.strikethrough&&Er.push(V.strikethrough),xr.emoji&&Er.push(V.emoji),xr.linkText&&Er.push(V.linkText),xr.code&&Er.push(V.code),xr.image&&Er.push(V.image),xr.imageAltText&&Er.push(V.imageAltText,"link"),xr.imageMarker&&Er.push(V.imageMarker)),xr.header&&Er.push(V.header,V.header+"-"+xr.header),xr.quote&&(Er.push(V.quote),!k.maxBlockquoteDepth||k.maxBlockquoteDepth>=xr.quote?Er.push(V.quote+"-"+xr.quote):Er.push(V.quote+"-"+k.maxBlockquoteDepth)),xr.list!==!1){var Ir=(xr.listStack.length-1)%3;Ir?Ir===1?Er.push(V.list2):Er.push(V.list3):Er.push(V.list1)}return xr.trailingSpaceNewLine?Er.push("trailing-space-new-line"):xr.trailingSpace&&Er.push("trailing-space-"+(xr.trailingSpace%2?"a":"b")),Er.length?Er.join(" "):null}function tr(xr,Er){if(xr.match(pe,!0))return kt(Er)}function rr(xr,Er){var vr=Er.text(xr,Er);if(typeof vr<"u")return vr;if(Er.list)return Er.list=null,kt(Er);if(Er.taskList){var Ir=xr.match(oe,!0)[1]===" ";return Ir?Er.taskOpen=!0:Er.taskClosed=!0,k.highlightFormatting&&(Er.formatting="task"),Er.taskList=!1,kt(Er)}if(Er.taskOpen=!1,Er.taskClosed=!1,Er.header&&xr.match(/^#+$/,!0))return k.highlightFormatting&&(Er.formatting="header"),kt(Er);var Lr=xr.next();if(Er.linkTitle){Er.linkTitle=!1;var gr=Lr;Lr==="("&&(gr=")"),gr=(gr+"").replace(/([.?*+^\[\]\\(){}|-])/g,"\\$1");var _r="^\\s*(?:[^"+gr+"\\\\]+|\\\\\\\\|\\\\.)"+gr;if(xr.match(new RegExp(_r),!0))return V.linkHref}if(Lr==="`"){var Fr=Er.formatting;k.highlightFormatting&&(Er.formatting="code"),xr.eatWhile("`");var zr=xr.current().length;if(Er.code==0&&(!Er.quote||zr==1))return Er.code=zr,kt(Er);if(zr==Er.code){var Vr=kt(Er);return Er.code=0,Vr}else return Er.formatting=Fr,kt(Er)}else if(Er.code)return kt(Er);if(Lr==="\\"&&(xr.next(),k.highlightFormatting)){var Gr=kt(Er),Tr=V.formatting+"-escape";return Gr?Gr+" "+Tr:Tr}if(Lr==="!"&&xr.match(/\[[^\]]*\] ?(?:\(|\[)/,!1))return Er.imageMarker=!0,Er.image=!0,k.highlightFormatting&&(Er.formatting="image"),kt(Er);if(Lr==="["&&Er.imageMarker&&xr.match(/[^\]]*\](\(.*?\)| ?\[.*?\])/,!1))return Er.imageMarker=!1,Er.imageAltText=!0,k.highlightFormatting&&(Er.formatting="image"),kt(Er);if(Lr==="]"&&Er.imageAltText){k.highlightFormatting&&(Er.formatting="image");var Gr=kt(Er);return Er.imageAltText=!1,Er.image=!1,Er.inline=Er.f=nr,Gr}if(Lr==="["&&!Er.image)return Er.linkText&&xr.match(/^.*?\]/)||(Er.linkText=!0,k.highlightFormatting&&(Er.formatting="link")),kt(Er);if(Lr==="]"&&Er.linkText){k.highlightFormatting&&(Er.formatting="link");var Gr=kt(Er);return Er.linkText=!1,Er.inline=Er.f=xr.match(/\(.*?\)| ?\[.*?\]/,!1)?nr:rr,Gr}if(Lr==="<"&&xr.match(/^(https?|ftps?):\/\/(?:[^\\>]|\\.)+>/,!1)){Er.f=Er.inline=ar,k.highlightFormatting&&(Er.formatting="link");var Gr=kt(Er);return Gr?Gr+=" ":Gr="",Gr+V.linkInline}if(Lr==="<"&&xr.match(/^[^> \\]+@(?:[^\\>]|\\.)+>/,!1)){Er.f=Er.inline=ar,k.highlightFormatting&&(Er.formatting="link");var Gr=kt(Er);return Gr?Gr+=" ":Gr="",Gr+V.linkEmail}if(k.xml&&Lr==="<"&&xr.match(/^(!--|\?|!\[CDATA\[|[a-z][a-z0-9-]*(?:\s+[a-z_:.\-]+(?:\s*=\s*[^>]+)?)*\s*(?:>|$))/i,!1)){var Cr=xr.string.indexOf(">",xr.pos);if(Cr!=-1){var Mr=xr.string.substring(xr.start,Cr);/markdown\s*=\s*('|"){0,1}1('|"){0,1}/.test(Mr)&&(Er.md_inside=!0)}return xr.backUp(1),Er.htmlState=y.startState(L),Fe(xr,Er,Ue)}if(k.xml&&Lr==="<"&&xr.match(/^\/\w*?>/))return Er.md_inside=!1,"tag";if(Lr==="*"||Lr==="_"){for(var yr=1,Sr=xr.pos==1?" ":xr.string.charAt(xr.pos-2);yr<3&&xr.eat(Lr);)yr++;var Dr=xr.peek()||" ",kr=!/\s/.test(Dr)&&(!Ce.test(Dr)||/\s/.test(Sr)||Ce.test(Sr)),Wr=!/\s/.test(Sr)&&(!Ce.test(Sr)||/\s/.test(Dr)||Ce.test(Dr)),Kr=null,Nr=null;if(yr%2&&(!Er.em&&kr&&(Lr==="*"||!Wr||Ce.test(Sr))?Kr=!0:Er.em==Lr&&Wr&&(Lr==="*"||!kr||Ce.test(Dr))&&(Kr=!1)),yr>1&&(!Er.strong&&kr&&(Lr==="*"||!Wr||Ce.test(Sr))?Nr=!0:Er.strong==Lr&&Wr&&(Lr==="*"||!kr||Ce.test(Dr))&&(Nr=!1)),Nr!=null||Kr!=null){k.highlightFormatting&&(Er.formatting=Kr==null?"strong":Nr==null?"em":"strong em"),Kr===!0&&(Er.em=Lr),Nr===!0&&(Er.strong=Lr);var Vr=kt(Er);return Kr===!1&&(Er.em=!1),Nr===!1&&(Er.strong=!1),Vr}}else if(Lr===" "&&(xr.eat("*")||xr.eat("_"))){if(xr.peek()===" ")return kt(Er);xr.backUp(1)}if(k.strikethrough){if(Lr==="~"&&xr.eatWhile(Lr)){if(Er.strikethrough){k.highlightFormatting&&(Er.formatting="strikethrough");var Vr=kt(Er);return Er.strikethrough=!1,Vr}else if(xr.match(/^[^\s]/,!1))return Er.strikethrough=!0,k.highlightFormatting&&(Er.formatting="strikethrough"),kt(Er)}else if(Lr===" "&&xr.match("~~",!0)){if(xr.peek()===" ")return kt(Er);xr.backUp(2)}}if(k.emoji&&Lr===":"&&xr.match(/^(?:[a-z_\d+][a-z_\d+-]*|\-[a-z_\d+][a-z_\d+-]*):/)){Er.emoji=!0,k.highlightFormatting&&(Er.formatting="emoji");var jr=kt(Er);return Er.emoji=!1,jr}return Lr===" "&&(xr.match(/^ +$/,!1)?Er.trailingSpace++:Er.trailingSpace&&(Er.trailingSpaceNewLine=!0)),kt(Er)}function ar(xr,Er){var vr=xr.next();if(vr===">"){Er.f=Er.inline=rr,k.highlightFormatting&&(Er.formatting="link");var Ir=kt(Er);return Ir?Ir+=" ":Ir="",Ir+V.linkInline}return xr.match(/^[^>]+/,!0),V.linkInline}function nr(xr,Er){if(xr.eatSpace())return null;var vr=xr.next();return vr==="("||vr==="["?(Er.f=Er.inline=cr(vr==="("?")":"]"),k.highlightFormatting&&(Er.formatting="link-string"),Er.linkHref=!0,kt(Er)):"error"}var ur={")":/^(?:[^\\\(\)]|\\.|\((?:[^\\\(\)]|\\.)*\))*?(?=\))/,"]":/^(?:[^\\\[\]]|\\.|\[(?:[^\\\[\]]|\\.)*\])*?(?=\])/};function cr(xr){return function(Er,vr){var Ir=Er.next();if(Ir===xr){vr.f=vr.inline=rr,k.highlightFormatting&&(vr.formatting="link-string");var Lr=kt(vr);return vr.linkHref=!1,Lr}return Er.match(ur[xr]),vr.linkHref=!0,kt(vr)}}function mr(xr,Er){return xr.match(/^([^\]\\]|\\.)*\]:/,!1)?(Er.f=hr,xr.next(),k.highlightFormatting&&(Er.formatting="link"),Er.linkText=!0,kt(Er)):Ne(xr,Er,rr)}function hr(xr,Er){if(xr.match("]:",!0)){Er.f=Er.inline=br,k.highlightFormatting&&(Er.formatting="link");var vr=kt(Er);return Er.linkText=!1,vr}return xr.match(/^([^\]\\]|\\.)+/,!0),V.linkText}function br(xr,Er){return xr.eatSpace()?null:(xr.match(/^[^\s]+/,!0),xr.peek()===void 0?Er.linkTitle=!0:xr.match(/^(?:\s+(?:"(?:[^"\\]|\\.)+"|'(?:[^'\\]|\\.)+'|\((?:[^)\\]|\\.)+\)))?/,!0),Er.f=Er.inline=rr,V.linkHref+" url")}var Rr={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,Er){if(Er.formatting=!1,xr!=Er.thisLine.stream){if(Er.header=0,Er.hr=!1,xr.match(/^\s*$/,!0))return jt(Er),null;if(Er.prevLine=Er.thisLine,Er.thisLine={stream:xr},Er.taskList=!1,Er.trailingSpace=0,Er.trailingSpaceNewLine=!1,!Er.localState&&(Er.f=Er.block,Er.f!=Ue)){var vr=xr.match(/^\s*/,!0)[0].replace(/\t/g,he).length;if(Er.indentation=vr,Er.indentationDiff=null,vr>0)return null}}return Er.f(xr,Er)},innerMode:function(xr){return xr.block==Ue?{state:xr.htmlState,mode:L}:xr.localState?{state:xr.localState,mode:xr.localMode}:{state:xr,mode:Rr}},indent:function(xr,Er,vr){return xr.block==Ue&&L.indent?L.indent(xr.htmlState,Er,vr):xr.localState&&xr.localMode.indent?xr.localMode.indent(xr.localState,Er,vr):y.Pass},blankLine:jt,getType:kt,blockCommentStart:"<!--",blockCommentEnd:"-->",closeBrackets:"()[]{}''\"\"``",fold:"markdown"};return Rr},"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(_e,Ce,he){he&&he!=y.Init&&(_e.removeKeyMap($),_e.state.closeBrackets=null),Ce&&(j(L(Ce,"pairs")),_e.state.closeBrackets=Ce,_e.addKeyMap($))});function L(_e,Ce){return Ce=="pairs"&&typeof _e=="string"?_e:typeof _e=="object"&&_e[Ce]!=null?_e[Ce]:n[Ce]}var $={Backspace:re,Enter:ie};function j(_e){for(var Ce=0;Ce<_e.length;Ce++){var he=_e.charAt(Ce),Ne="'"+he+"'";$[Ne]||($[Ne]=V(he))}}j(n.pairs+"`");function V(_e){return function(Ce){return de(Ce,_e)}}function z(_e){var Ce=_e.state.closeBrackets;if(!Ce||Ce.override)return Ce;var he=_e.getModeAt(_e.getCursor());return he.closeBrackets||Ce}function re(_e){var Ce=z(_e);if(!Ce||_e.getOption("disableInput"))return y.Pass;for(var he=L(Ce,"pairs"),Ne=_e.listSelections(),Fe=0;Fe<Ne.length;Fe++){if(!Ne[Fe].empty())return y.Pass;var Ve=pe(_e,Ne[Fe].head);if(!Ve||he.indexOf(Ve)%2!=0)return y.Pass}for(var Fe=Ne.length-1;Fe>=0;Fe--){var jt=Ne[Fe].head;_e.replaceRange("",k(jt.line,jt.ch-1),k(jt.line,jt.ch+1),"+delete")}}function ie(_e){var Ce=z(_e),he=Ce&&L(Ce,"explode");if(!he||_e.getOption("disableInput"))return y.Pass;for(var Ne=_e.listSelections(),Fe=0;Fe<Ne.length;Fe++){if(!Ne[Fe].empty())return y.Pass;var Ve=pe(_e,Ne[Fe].head);if(!Ve||he.indexOf(Ve)%2!=0)return y.Pass}_e.operation(function(){var jt=_e.lineSeparator()||`
`;_e.replaceSelection(jt+jt,null),oe(_e,-1),Ne=_e.listSelections();for(var Et=0;Et<Ne.length;Et++){var Ue=Ne[Et].head.line;_e.indentLine(Ue,null,!0),_e.indentLine(Ue+1,null,!0)}})}function oe(_e,Ce){for(var he=[],Ne=_e.listSelections(),Fe=0,Ve=0;Ve<Ne.length;Ve++){var jt=Ne[Ve];jt.head==_e.getCursor()&&(Fe=Ve);var Et=jt.head.ch||Ce>0?{line:jt.head.line,ch:jt.head.ch+Ce}:{line:jt.head.line-1};he.push({anchor:Et,head:Et})}_e.setSelections(he,Fe)}function ue(_e){var Ce=y.cmpPos(_e.anchor,_e.head)>0;return{anchor:new k(_e.anchor.line,_e.anchor.ch+(Ce?-1:1)),head:new k(_e.head.line,_e.head.ch+(Ce?1:-1))}}function de(_e,Ce){var he=z(_e);if(!he||_e.getOption("disableInput"))return y.Pass;var Ne=L(he,"pairs"),Fe=Ne.indexOf(Ce);if(Fe==-1)return y.Pass;for(var Ve=L(he,"closeBefore"),jt=L(he,"triples"),Et=Ne.charAt(Fe+1)==Ce,Ue=_e.listSelections(),qe=Fe%2==0,kt,tr=0;tr<Ue.length;tr++){var rr=Ue[tr],ar=rr.head,nr,ur=_e.getRange(ar,k(ar.line,ar.ch+1));if(qe&&!rr.empty())nr="surround";else if((Et||!qe)&&ur==Ce)Et&&Ie(_e,ar)?nr="both":jt.indexOf(Ce)>=0&&_e.getRange(ar,k(ar.line,ar.ch+3))==Ce+Ce+Ce?nr="skipThree":nr="skip";else if(Et&&ar.ch>1&&jt.indexOf(Ce)>=0&&_e.getRange(k(ar.line,ar.ch-2),ar)==Ce+Ce){if(ar.ch>2&&/\bstring/.test(_e.getTokenTypeAt(k(ar.line,ar.ch-2))))return y.Pass;nr="addFour"}else if(Et){var cr=ar.ch==0?" ":_e.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)||Ve.indexOf(ur)>-1))nr="both";else return y.Pass;if(!kt)kt=nr;else if(kt!=nr)return y.Pass}var mr=Fe%2?Ne.charAt(Fe-1):Ce,hr=Fe%2?Ce:Ne.charAt(Fe+1);_e.operation(function(){if(kt=="skip")oe(_e,1);else if(kt=="skipThree")oe(_e,3);else if(kt=="surround"){for(var br=_e.getSelections(),Rr=0;Rr<br.length;Rr++)br[Rr]=mr+br[Rr]+hr;_e.replaceSelections(br,"around"),br=_e.listSelections().slice();for(var Rr=0;Rr<br.length;Rr++)br[Rr]=ue(br[Rr]);_e.setSelections(br)}else kt=="both"?(_e.replaceSelection(mr+hr,null),_e.triggerElectric(mr+hr),oe(_e,-1)):kt=="addFour"&&(_e.replaceSelection(mr+mr+mr+mr,"before"),oe(_e,1))})}function pe(_e,Ce){var he=_e.getRange(k(Ce.line,Ce.ch-1),k(Ce.line,Ce.ch+1));return he.length==2?he:null}function Ie(_e,Ce){var he=_e.getTokenAt(k(Ce.line,Ce.ch+1));return/\bstring/.test(he.type)&&he.start==Ce.ch&&(Ce.ch==0||!/\bstring/.test(_e.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,_e=de&&de.afterCursor;_e==null&&(_e=/(^| )cm-fat-cursor($| )/.test(oe.getWrapperElement().className));var Ce=$(de),he=!_e&&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(!he)return null;var Ne=he.charAt(1)==">"?1:-1;if(de&&de.strict&&Ne>0!=(Ie==ue.ch))return null;var Fe=oe.getTokenTypeAt(k(ue.line,Ie+1)),Ve=V(oe,k(ue.line,Ie+(Ne>0?1:0)),Ne,Fe,de);return Ve==null?null:{from:k(ue.line,Ie),to:Ve&&Ve.pos,match:Ve&&Ve.ch==he.charAt(0),forward:Ne>0}}function V(oe,ue,de,pe,Ie){for(var _e=Ie&&Ie.maxScanLineLength||1e4,Ce=Ie&&Ie.maxScanLines||1e3,he=[],Ne=$(Ie),Fe=de>0?Math.min(ue.line+Ce,oe.lastLine()+1):Math.max(oe.firstLine()-1,ue.line-Ce),Ve=ue.line;Ve!=Fe;Ve+=de){var jt=oe.getLine(Ve);if(jt){var Et=de>0?0:jt.length-1,Ue=de>0?jt.length:-1;if(!(jt.length>_e))for(Ve==ue.line&&(Et=ue.ch-(de<0?1:0));Et!=Ue;Et+=de){var qe=jt.charAt(Et);if(Ne.test(qe)&&(pe===void 0||(oe.getTokenTypeAt(k(Ve,Et+1))||"")==(pe||""))){var kt=L[qe];if(kt&&kt.charAt(1)==">"==de>0)he.push(qe);else if(he.length)he.pop();else return{pos:k(Ve,Et),ch:qe}}}}}return Ve-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,_e=[],Ce=oe.listSelections(),he=0;he<Ce.length;he++){var Ne=Ce[he].empty()&&j(oe,Ce[he].head,de);if(Ne&&(Ne.match||Ie!==!1)&&oe.getLine(Ne.from.line).length<=pe){var Fe=Ne.match?"CodeMirror-matchingbracket":"CodeMirror-nonmatchingbracket";_e.push(oe.markText(Ne.from,k(Ne.from.line,Ne.from.ch+1),{className:Fe})),Ne.to&&oe.getLine(Ne.to.line).length<=pe&&_e.push(oe.markText(Ne.to,k(Ne.to.line,Ne.to.ch+1),{className:Fe}))}}if(_e.length){n&&oe.state.focused&&oe.focus();var Ve=function(){oe.operation(function(){for(var jt=0;jt<_e.length;jt++)_e[jt].clear()})};if(ue)setTimeout(Ve,800);else return Ve}}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 _e=0;_e<oe.length;_e++)re.addLineClass(oe[_e],"wrap",n),re.addLineClass(oe[_e],"background",k),re.addLineClass(oe[_e],"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(_e,Ce,he){if(!Ce)return _e.showHint(he);he&&he.async&&(Ce.async=!0);var Ne={hint:Ce};if(he)for(var Fe in he)Ne[Fe]=he[Fe];return _e.showHint(Ne)},y.defineExtension("showHint",function(_e){_e=V(this,this.getCursor("start"),_e);var Ce=this.listSelections();if(!(Ce.length>1)){if(this.somethingSelected()){if(!_e.hint.supportsSelection)return;for(var he=0;he<Ce.length;he++)if(Ce[he].head.line!=Ce[he].anchor.line)return}this.state.completionActive&&this.state.completionActive.close();var Ne=this.state.completionActive=new L(this,_e);Ne.options.hint&&(y.signal(this,"startCompletion",this),Ne.update(!0))}}),y.defineExtension("closeHint",function(){this.state.completionActive&&this.state.completionActive.close()});function L(_e,Ce){if(this.cm=_e,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 he=this;_e.on("cursorActivity",this.activityFunc=function(){he.cursorActivity()})}}var $=window.requestAnimationFrame||function(_e){return setTimeout(_e,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(_e,Ce){var he=_e.list[Ce],Ne=this;this.cm.operation(function(){he.hint?he.hint(Ne.cm,_e,he):Ne.cm.replaceRange(z(he),he.from||_e.from,he.to||_e.to,"complete"),y.signal(_e,"pick",he),Ne.cm.scrollIntoView()}),this.options.closeOnPick&&this.close()},cursorActivity:function(){this.debounce&&(j(this.debounce),this.debounce=0);var _e=this.startPos;this.data&&(_e=this.data.from);var Ce=this.cm.getCursor(),he=this.cm.getLine(Ce.line);if(Ce.line!=this.startPos.line||he.length-Ce.ch!=this.startLen-this.startPos.ch||Ce.ch<_e.ch||this.cm.somethingSelected()||!Ce.ch||this.options.closeCharacters.test(he.charAt(Ce.ch-1)))this.close();else{var Ne=this;this.debounce=$(function(){Ne.update()}),this.widget&&this.widget.disable()}},update:function(_e){if(this.tick!=null){var Ce=this,he=++this.tick;de(this.options.hint,this.cm,this.options,function(Ne){Ce.tick==he&&Ce.finishUpdate(Ne,_e)})}},finishUpdate:function(_e,Ce){this.data&&y.signal(this.data,"update");var he=this.widget&&this.widget.picked||Ce&&this.options.completeSingle;this.widget&&this.widget.close(),this.data=_e,_e&&_e.list.length&&(he&&_e.list.length==1?this.pick(_e,0):(this.widget=new oe(this,_e),y.signal(_e,"shown")))}};function V(_e,Ce,he){var Ne=_e.options.hintOptions,Fe={};for(var Ve in Ie)Fe[Ve]=Ie[Ve];if(Ne)for(var Ve in Ne)Ne[Ve]!==void 0&&(Fe[Ve]=Ne[Ve]);if(he)for(var Ve in he)he[Ve]!==void 0&&(Fe[Ve]=he[Ve]);return Fe.hint.resolve&&(Fe.hint=Fe.hint.resolve(_e,Ce)),Fe}function z(_e){return typeof _e=="string"?_e:_e.text}function re(_e,Ce){var he={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&&(he["Ctrl-P"]=function(){Ce.moveFocus(-1)},he["Ctrl-N"]=function(){Ce.moveFocus(1)});var Fe=_e.options.customKeys,Ve=Fe?{}:he;function jt(qe,kt){var tr;typeof kt!="string"?tr=function(rr){return kt(rr,Ce)}:he.hasOwnProperty(kt)?tr=he[kt]:tr=kt,Ve[qe]=tr}if(Fe)for(var Et in Fe)Fe.hasOwnProperty(Et)&&jt(Et,Fe[Et]);var Ue=_e.options.extraKeys;if(Ue)for(var Et in Ue)Ue.hasOwnProperty(Et)&&jt(Et,Ue[Et]);return Ve}function ie(_e,Ce){for(;Ce&&Ce!=_e;){if(Ce.nodeName.toUpperCase()==="LI"&&Ce.parentNode==_e)return Ce;Ce=Ce.parentNode}}function oe(_e,Ce){this.id="cm-complete-"+Math.floor(Math.random(1e6)),this.completion=_e,this.data=Ce,this.picked=!1;var he=this,Ne=_e.cm,Fe=Ne.getInputField().ownerDocument,Ve=Fe.defaultView||Fe.parentWindow,jt=this.hints=Fe.createElement("ul");jt.setAttribute("role","listbox"),jt.setAttribute("aria-expanded","true"),jt.id=this.id;var Et=_e.cm.options.theme;jt.className="CodeMirror-hints "+Et,this.selectedHint=Ce.selectedHint||0;for(var Ue=Ce.list,qe=0;qe<Ue.length;++qe){var kt=jt.appendChild(Fe.createElement("li")),tr=Ue[qe],rr=n+(qe!=this.selectedHint?"":" "+k);tr.className!=null&&(rr=tr.className+" "+rr),kt.className=rr,qe==this.selectedHint&&kt.setAttribute("aria-selected","true"),kt.id=this.id+"-"+qe,kt.setAttribute("role","option"),tr.render?tr.render(kt,Ce,tr):kt.appendChild(Fe.createTextNode(tr.displayText||z(tr))),kt.hintId=qe}var ar=_e.options.container||Fe.body,nr=Ne.cursorCoords(_e.options.alignWithWord?Ce.from:null),ur=nr.left,cr=nr.bottom,mr=!0,hr=0,br=0;if(ar!==Fe.body){var Rr=["absolute","relative","fixed"].indexOf(Ve.getComputedStyle(ar).position)!==-1,xr=Rr?ar:ar.offsetParent,Er=xr.getBoundingClientRect(),vr=Fe.body.getBoundingClientRect();hr=Er.left-vr.left-xr.scrollLeft,br=Er.top-vr.top-xr.scrollTop}jt.style.left=ur-hr+"px",jt.style.top=cr-br+"px";var Ir=Ve.innerWidth||Math.max(Fe.body.offsetWidth,Fe.documentElement.offsetWidth),Lr=Ve.innerHeight||Math.max(Fe.body.offsetHeight,Fe.documentElement.offsetHeight);ar.appendChild(jt),Ne.getInputField().setAttribute("aria-autocomplete","list"),Ne.getInputField().setAttribute("aria-owns",this.id),Ne.getInputField().setAttribute("aria-activedescendant",this.id+"-"+this.selectedHint);var gr=_e.options.moveOnOverlap?jt.getBoundingClientRect():new DOMRect,_r=_e.options.paddingForScrollbar?jt.scrollHeight>jt.clientHeight+1:!1,Fr;setTimeout(function(){Fr=Ne.getScrollInfo()});var zr=gr.bottom-Lr;if(zr>0){var Vr=gr.bottom-gr.top,Gr=gr.top-(nr.bottom-nr.top)-2;Lr-gr.top<Gr?(Vr>Gr&&(jt.style.height=(Vr=Gr)+"px"),jt.style.top=(cr=nr.top-Vr)+br+"px",mr=!1):jt.style.height=Lr-gr.top-2+"px"}var Tr=gr.right-Ir;if(_r&&(Tr+=Ne.display.nativeBarWidth),Tr>0&&(gr.right-gr.left>Ir&&(jt.style.width=Ir-5+"px",Tr-=gr.right-gr.left-Ir),jt.style.left=(ur=Math.max(nr.left-Tr-hr,0))+"px"),_r)for(var Cr=jt.firstChild;Cr;Cr=Cr.nextSibling)Cr.style.paddingRight=Ne.display.nativeBarWidth+"px";if(Ne.addKeyMap(this.keyMap=re(_e,{moveFocus:function(Sr,Dr){he.changeActive(he.selectedHint+Sr,Dr)},setFocus:function(Sr){he.changeActive(Sr)},menuSize:function(){return he.screenAmount()},length:Ue.length,close:function(){_e.close()},pick:function(){he.pick()},data:Ce})),_e.options.closeOnUnfocus){var Mr;Ne.on("blur",this.onBlur=function(){Mr=setTimeout(function(){_e.close()},100)}),Ne.on("focus",this.onFocus=function(){clearTimeout(Mr)})}Ne.on("scroll",this.onScroll=function(){var Sr=Ne.getScrollInfo(),Dr=Ne.getWrapperElement().getBoundingClientRect();Fr||(Fr=Ne.getScrollInfo());var kr=cr+Fr.top-Sr.top,Wr=kr-(Ve.pageYOffset||(Fe.documentElement||Fe.body).scrollTop);if(mr||(Wr+=jt.offsetHeight),Wr<=Dr.top||Wr>=Dr.bottom)return _e.close();jt.style.top=kr+"px",jt.style.left=ur+Fr.left-Sr.left+"px"}),y.on(jt,"dblclick",function(Sr){var Dr=ie(jt,Sr.target||Sr.srcElement);Dr&&Dr.hintId!=null&&(he.changeActive(Dr.hintId),he.pick())}),y.on(jt,"click",function(Sr){var Dr=ie(jt,Sr.target||Sr.srcElement);Dr&&Dr.hintId!=null&&(he.changeActive(Dr.hintId),_e.options.completeOnSingleClick&&he.pick())}),y.on(jt,"mousedown",function(){setTimeout(function(){Ne.focus()},20)});var yr=this.getSelectedHintRange();return(yr.from!==0||yr.to!==0)&&this.scrollToActive(),y.signal(Ce,"select",Ue[this.selectedHint],jt.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 _e=this.completion.cm.getInputField();_e.removeAttribute("aria-activedescendant"),_e.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 _e=this;this.keyMap={Enter:function(){_e.picked=!0}},this.completion.cm.addKeyMap(this.keyMap)},pick:function(){this.completion.pick(this.data,this.selectedHint)},changeActive:function(_e,Ce){if(_e>=this.data.list.length?_e=Ce?this.data.list.length-1:0:_e<0&&(_e=Ce?0:this.data.list.length-1),this.selectedHint!=_e){var he=this.hints.childNodes[this.selectedHint];he&&(he.className=he.className.replace(" "+k,""),he.removeAttribute("aria-selected")),he=this.hints.childNodes[this.selectedHint=_e],he.className+=" "+k,he.setAttribute("aria-selected","true"),this.completion.cm.getInputField().setAttribute("aria-activedescendant",he.id),this.scrollToActive(),y.signal(this.data,"select",this.data.list[this.selectedHint],he)}},scrollToActive:function(){var _e=this.getSelectedHintRange(),Ce=this.hints.childNodes[_e.from],he=this.hints.childNodes[_e.to],Ne=this.hints.firstChild;Ce.offsetTop<this.hints.scrollTop?this.hints.scrollTop=Ce.offsetTop-Ne.offsetTop:he.offsetTop+he.offsetHeight>this.hints.scrollTop+this.hints.clientHeight&&(this.hints.scrollTop=he.offsetTop+he.offsetHeight-this.hints.clientHeight+Ne.offsetTop)},screenAmount:function(){return Math.floor(this.hints.clientHeight/this.hints.firstChild.offsetHeight)||1},getSelectedHintRange:function(){var _e=this.completion.options.scrollMargin||0;return{from:Math.max(0,this.selectedHint-_e),to:Math.min(this.data.list.length-1,this.selectedHint+_e)}}};function ue(_e,Ce){if(!_e.somethingSelected())return Ce;for(var he=[],Ne=0;Ne<Ce.length;Ne++)Ce[Ne].supportsSelection&&he.push(Ce[Ne]);return he}function de(_e,Ce,he,Ne){if(_e.async)_e(Ce,Ne,he);else{var Fe=_e(Ce,he);Fe&&Fe.then?Fe.then(Ne):Ne(Fe)}}function pe(_e,Ce){var he=_e.getHelpers(Ce,"hint"),Ne;if(he.length){var Fe=function(Ve,jt,Et){var Ue=ue(Ve,he);function qe(kt){if(kt==Ue.length)return jt(null);de(Ue[kt],Ve,Et,function(tr){tr&&tr.list.length>0?jt(tr):qe(kt+1)})}qe(0)};return Fe.async=!0,Fe.supportsSelection=!0,Fe}else return(Ne=_e.getHelper(_e.getCursor(),"hintWords"))?function(Ve){return y.hint.fromList(Ve,{words:Ne})}:y.hint.anyword?function(Ve,jt){return y.hint.anyword(Ve,jt)}:function(){}}y.registerHelper("hint","auto",{resolve:pe}),y.registerHelper("hint","fromList",function(_e,Ce){var he=_e.getCursor(),Ne=_e.getTokenAt(he),Fe,Ve=y.Pos(he.line,Ne.start),jt=he;Ne.start<he.ch&&/\w/.test(Ne.string.charAt(he.ch-Ne.start-1))?Fe=Ne.string.substr(0,he.ch-Ne.start):(Fe="",Ve=he);for(var Et=[],Ue=0;Ue<Ce.words.length;Ue++){var qe=Ce.words[Ue];qe.slice(0,Fe.length)==Fe&&Et.push(qe)}if(Et.length)return{list:Et,from:Ve,to:jt}}),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 Pb();